-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from sherpal/master
Publish new version after demo
- Loading branch information
Showing
121 changed files
with
7,481 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
href="https://sap.github.io/ui5-webcomponents/assets/images/ui5-logo.png" | ||
/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="/style.css" /> | ||
<!-- Loads the Quicksand font --> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" | ||
rel="stylesheet" | ||
/> | ||
<title>Demo Laminar SAP UI5 bindings</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module"> | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/UnsuccessfulAuth.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/PageNotFound.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/ErrorScreen.js" | ||
|
||
/** | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoActivities.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoData.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoMail.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoMail_v1.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoEntries.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoNotifications.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoSavedItems.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoSavedItems_v1.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoSearchResults.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoTasks.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoTasks_v1.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/UnableToLoad.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/UnableToLoadImage.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/UnableToUpload.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/AddColumn.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/AddPeople.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/BalloonSky.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/Connection.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/EmptyCalendar.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/EmptyList.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/EmptyPlanningCalendar.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/ErrorScreen.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/FilterTable.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/GroupTable.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/NoFilterResults.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/PageNotFound.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/ReloadScreen.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/ResizeColumn.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SearchEarth.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SearchFolder.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleBalloon.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleBell.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleCalendar.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleCheckMark.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleConnection.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleEmptyDoc.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleEmptyList.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleError.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleMagnifier.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleMail.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleNoSavedItems.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleNotFoundMagnifier.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleReload.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SimpleTask.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SleepingBell.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SortColumn.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SuccessBalloon.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SuccessCheckMark.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SuccessHighFive.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/SuccessScreen.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/Tent.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/UploadCollection.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Company.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/ExternalLink.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/FaceID.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Fingerprint.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Lock.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Mission.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/NoApplications.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/NoFlows.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/NoUsers.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Radar.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Services.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpiring.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Success.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/SuccessfulAuth.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/Unlock.js" | ||
import "@ui5/webcomponents-fiori/dist/illustrations/tnt/UnsuccessfulAuth.js" | ||
*/ | ||
</script> | ||
<%- script %> | ||
</body> | ||
</html> |
Oops, something went wrong.