solid-panes 4.4.2-7 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -10
- package/dist/0314353e28ce6e5539af.svg +9 -0
- package/dist/04567ff683933c35c465.png +0 -0
- package/dist/10163fd9b5a0e00d63a0.png +0 -0
- package/dist/1234dcb2eec2e45f252b.png +0 -0
- package/dist/20899934157df4db56cb.png +0 -0
- package/dist/33760bf79f097f449da5.png +0 -0
- package/dist/4cceba29ab33b1ddd9bb.svg +6 -0
- package/dist/578d2b6ed32e7624164e.png +0 -0
- package/dist/5f62a5b2b7e99b9640c7.png +0 -0
- package/dist/6525766ecd288ec60129.png +0 -0
- package/dist/7800be6f6c4b5b0f4f20.png +0 -0
- package/dist/7b7538c6f6b317968009.svg +9 -0
- package/dist/92d03142abe6efc0b42d.svg +6 -0
- package/dist/976473cf5fe24d657d4b.png +0 -0
- package/dist/RDFXMLPane.css +70 -0
- package/dist/RDFXMLPane.d.ts +3 -2
- package/dist/RDFXMLPane.js +100 -0
- package/dist/argument/argumentPane.js +60 -0
- package/dist/attach/attachPane.js +393 -0
- package/dist/audio/audioPane.js +181 -0
- package/dist/bda84f59e7216675a208.png +0 -0
- package/dist/cd68e8f3990ba8b2139e.png +0 -0
- package/dist/classInstancePane.js +91 -0
- package/dist/dashboard/basicPreferences.d.ts +1 -1
- package/dist/dashboard/basicPreferences.js +147 -0
- package/dist/dashboard/dashboardPane.d.ts +1 -1
- package/dist/dashboard/dashboardPane.js +73 -0
- package/dist/dashboard/homepage.d.ts +1 -1
- package/dist/dashboard/homepage.js +42 -0
- package/dist/dataContentPane.css +271 -0
- package/dist/dataContentPane.d.ts +3 -2
- package/dist/dataContentPane.js +226 -0
- package/dist/defaultPane.css +97 -0
- package/dist/defaultPane.d.ts +3 -2
- package/dist/defaultPane.js +81 -0
- package/dist/dokieli/dokieliPane.js +74 -0
- package/dist/dokieli/{new.cjs.js → new.js} +10 -4
- package/dist/e7074a7e2cb69e51cfd3.png +0 -0
- package/dist/f3772696fb7ee53c23d8.png +0 -0
- package/dist/form/formPane.css +120 -0
- package/dist/form/pane.d.ts +2 -1
- package/dist/form/pane.js +250 -0
- package/dist/home/homePane.d.ts +1 -1
- package/dist/home/homePane.js +74 -0
- package/dist/humanReadablePane.css +129 -0
- package/dist/humanReadablePane.d.ts +3 -2
- package/dist/humanReadablePane.js +243 -0
- package/dist/icons/clock.svg +7 -0
- package/dist/icons/comment.svg +6 -0
- package/dist/icons/dashboard.svg +9 -0
- package/dist/icons/downArrow.svg +6 -0
- package/dist/icons/folder.svg +6 -0
- package/dist/icons/friends.svg +9 -0
- package/dist/icons/help.svg +8 -0
- package/dist/icons/iconHelper.js +23 -0
- package/dist/icons/menu.svg +8 -0
- package/dist/icons/person.svg +6 -0
- package/dist/icons/personInCircle.svg +8 -0
- package/dist/icons/sharing.svg +10 -0
- package/dist/icons/signOut.svg +8 -0
- package/dist/icons/signUp.svg +9 -0
- package/dist/icons/star.svg +3 -0
- package/dist/imagePane.css +4 -0
- package/dist/imagePane.d.ts +3 -2
- package/dist/imagePane.js +67 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +123 -0
- package/dist/internal/internalPane.css +14 -0
- package/dist/internal/internalPane.d.ts +2 -1
- package/dist/internal/internalPane.js +183 -0
- package/dist/mainPage/footer.d.ts +15 -0
- package/dist/mainPage/footer.d.ts.map +1 -0
- package/dist/mainPage/footer.js +29 -0
- package/dist/mainPage/header.d.ts +15 -1
- package/dist/mainPage/header.d.ts.map +1 -1
- package/dist/mainPage/header.js +203 -0
- package/dist/mainPage/index.d.ts +15 -3
- package/dist/mainPage/index.d.ts.map +1 -1
- package/dist/mainPage/index.js +78 -0
- package/dist/mainPage/menu.css +243 -0
- package/dist/mainPage/menu.d.ts +7 -0
- package/dist/mainPage/menu.d.ts.map +1 -0
- package/dist/mainPage/menu.js +436 -0
- package/dist/microblogPane/mbStyle.css +267 -0
- package/dist/microblogPane/microblogPane.js +1031 -0
- package/dist/n3Pane.css +49 -0
- package/dist/n3Pane.d.ts +3 -2
- package/dist/n3Pane.js +88 -0
- package/dist/outline/context.d.ts +3 -3
- package/dist/outline/context.js +21 -0
- package/dist/outline/manager.css +78 -0
- package/dist/outline/manager.js +2115 -0
- package/dist/outline/outlineIcons.js +126 -0
- package/dist/outline/propertyViews.js +43 -0
- package/dist/outline/queryByExample.js +285 -0
- package/dist/outline/userInput.js +1821 -0
- package/dist/outline/viewAsImage.js +14 -0
- package/dist/outline/viewAsMbox.js +21 -0
- package/dist/pad/padPane.css +40 -0
- package/dist/pad/padPane.d.ts +2 -1
- package/dist/pad/padPane.js +421 -0
- package/dist/playlist/playlistPane.js +119 -0
- package/dist/profileUtils/ownerProfile.d.ts +5 -0
- package/dist/profileUtils/ownerProfile.d.ts.map +1 -0
- package/dist/profileUtils/ownerProfile.js +84 -0
- package/dist/registerPanes.js +145 -0
- package/dist/schedule/schedulePane.css +294 -0
- package/dist/schedule/schedulePane.d.ts +4 -2
- package/dist/schedule/schedulePane.js +1022 -0
- package/dist/sharing/sharingPane.js +48 -0
- package/dist/slideshow/slideshowPane.js +79 -0
- package/dist/social/editProfileDetails.d.ts +2 -1
- package/dist/social/editProfileDetails.js +362 -0
- package/dist/social/{icons.esm.js → icons.js} +18 -12
- package/dist/social/socialPane.css +1464 -0
- package/dist/social/socialPane.d.ts +3 -2
- package/dist/social/socialPane.js +651 -0
- package/dist/social/socialSections.d.ts +2 -2
- package/dist/social/socialSections.js +393 -0
- package/dist/social/spinner.js +13 -0
- package/dist/social/triage.d.ts +2 -2
- package/dist/social/triage.js +79 -0
- package/dist/solid-panes.js +84629 -0
- package/dist/solid-panes.js.map +1 -0
- package/dist/solid-panes.min.js +3933 -0
- package/dist/solid-panes.min.js.map +1 -0
- package/dist/styles/tabbedtab.css +1066 -0
- package/dist/styles/utilities.css +5 -0
- package/dist/tabbed/tabbedPane.d.ts +1 -1
- package/dist/tabbed/tabbedPane.js +59 -0
- package/dist/tableViewPane.js +56 -0
- package/dist/transaction/pane.js +477 -0
- package/dist/transaction/period.js +323 -0
- package/dist/trip/tripPane.js +174 -0
- package/dist/trustedApplications/trustedApplications.dom.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.dom.js +145 -0
- package/dist/trustedApplications/trustedApplications.utils.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.utils.js +23 -0
- package/dist/trustedApplications/trustedApplications.view.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.view.js +55 -0
- package/dist/ui/pane.js +146 -0
- package/dist/versionInfo.js +41 -0
- package/dist/video/videoPane.js +42 -0
- package/package.json +66 -51
- package/dist/RDFXMLPane2.cjs.js +0 -3
- package/dist/RDFXMLPane2.cjs.js.map +0 -1
- package/dist/RDFXMLPane2.esm.js +0 -55
- package/dist/RDFXMLPane2.esm.js.map +0 -1
- package/dist/_virtual/_rolldown/runtime.cjs.js +0 -1
- package/dist/_virtual/~icons/lucide/arrow-left.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/arrow-left.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/arrow-left.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/arrow-left.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/ellipsis-vertical.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/ellipsis-vertical.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/ellipsis-vertical.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/ellipsis-vertical.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/folder-open.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/folder-open.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/folder-open.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/folder-open.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/globe.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/globe.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/globe.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/globe.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/help-circle.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/help-circle.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/help-circle.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/help-circle.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/layout-dashboard.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/layout-dashboard.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/layout-dashboard.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/layout-dashboard.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/lock-keyhole.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/lock-keyhole.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/lock-keyhole.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/lock-keyhole.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/pencil.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/pencil.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/pencil.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/pencil.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/settings-2.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/settings-2.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/settings-2.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/settings-2.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/share-2.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/share-2.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/share-2.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/share-2.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/trash-2.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/trash-2.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/trash-2.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/trash-2.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/user.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/user.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/user.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/user.esm.js.map +0 -1
- package/dist/_virtual/~icons/lucide/users.cjs.js +0 -2
- package/dist/_virtual/~icons/lucide/users.cjs.js.map +0 -1
- package/dist/_virtual/~icons/lucide/users.esm.js +0 -11
- package/dist/_virtual/~icons/lucide/users.esm.js.map +0 -1
- package/dist/audio/audioPane.cjs.js +0 -2
- package/dist/audio/audioPane.cjs.js.map +0 -1
- package/dist/audio/audioPane.esm.js +0 -99
- package/dist/audio/audioPane.esm.js.map +0 -1
- package/dist/classInstancePane.cjs.js +0 -2
- package/dist/classInstancePane.cjs.js.map +0 -1
- package/dist/classInstancePane.esm.js +0 -50
- package/dist/classInstancePane.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeader.cjs.js +0 -14
- package/dist/components/file-explorer-header/FileExplorerHeader.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeader.d.ts +0 -19
- package/dist/components/file-explorer-header/FileExplorerHeader.d.ts.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeader.esm.js +0 -292
- package/dist/components/file-explorer-header/FileExplorerHeader.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeader.styles.cjs.js +0 -2
- package/dist/components/file-explorer-header/FileExplorerHeader.styles.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeader.styles.esm.js +0 -7
- package/dist/components/file-explorer-header/FileExplorerHeader.styles.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.cjs.js +0 -22
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.d.ts +0 -15
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.d.ts.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.esm.js +0 -266
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.cjs.js +0 -2
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.esm.js +0 -7
- package/dist/components/file-explorer-header/FileExplorerHeaderControls.styles.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.cjs.js +0 -19
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.d.ts +0 -19
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.d.ts.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.esm.js +0 -321
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.cjs.js +0 -2
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.esm.js +0 -7
- package/dist/components/file-explorer-header/FileExplorerHeaderSummary.styles.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerProvider.cjs.js +0 -13
- package/dist/components/file-explorer-header/FileExplorerProvider.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerProvider.d.ts +0 -36
- package/dist/components/file-explorer-header/FileExplorerProvider.d.ts.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerProvider.esm.js +0 -468
- package/dist/components/file-explorer-header/FileExplorerProvider.esm.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerProvider.styles.cjs.js +0 -2
- package/dist/components/file-explorer-header/FileExplorerProvider.styles.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/FileExplorerProvider.styles.esm.js +0 -7
- package/dist/components/file-explorer-header/FileExplorerProvider.styles.esm.js.map +0 -1
- package/dist/components/file-explorer-header/helper.cjs.js +0 -2
- package/dist/components/file-explorer-header/helper.cjs.js.map +0 -1
- package/dist/components/file-explorer-header/helper.d.ts +0 -15
- package/dist/components/file-explorer-header/helper.d.ts.map +0 -1
- package/dist/components/file-explorer-header/helper.esm.js +0 -64
- package/dist/components/file-explorer-header/helper.esm.js.map +0 -1
- package/dist/components/file-explorer-header/types.d.ts +0 -2
- package/dist/components/file-explorer-header/types.d.ts.map +0 -1
- package/dist/components/header/Header.cjs.js +0 -19
- package/dist/components/header/Header.cjs.js.map +0 -1
- package/dist/components/header/Header.d.ts +0 -8
- package/dist/components/header/Header.d.ts.map +0 -1
- package/dist/components/header/Header.esm.js +0 -228
- package/dist/components/header/Header.esm.js.map +0 -1
- package/dist/components/header/Header.styles.cjs.js +0 -2
- package/dist/components/header/Header.styles.cjs.js.map +0 -1
- package/dist/components/header/Header.styles.esm.js +0 -7
- package/dist/components/header/Header.styles.esm.js.map +0 -1
- package/dist/components/header/index.cjs.js +0 -1
- package/dist/components/header/index.d.ts +0 -4
- package/dist/components/header/index.d.ts.map +0 -1
- package/dist/components/header/index.esm.js +0 -1
- package/dist/components/navbar/Navbar.cjs.js +0 -15
- package/dist/components/navbar/Navbar.cjs.js.map +0 -1
- package/dist/components/navbar/Navbar.d.ts +0 -14
- package/dist/components/navbar/Navbar.d.ts.map +0 -1
- package/dist/components/navbar/Navbar.esm.js +0 -232
- package/dist/components/navbar/Navbar.esm.js.map +0 -1
- package/dist/components/navbar/Navbar.styles.cjs.js +0 -2
- package/dist/components/navbar/Navbar.styles.cjs.js.map +0 -1
- package/dist/components/navbar/Navbar.styles.esm.js +0 -7
- package/dist/components/navbar/Navbar.styles.esm.js.map +0 -1
- package/dist/components/navbar/index.cjs.js +0 -1
- package/dist/components/navbar/index.d.ts +0 -4
- package/dist/components/navbar/index.d.ts.map +0 -1
- package/dist/components/navbar/index.esm.js +0 -1
- package/dist/components/resource-actions-menu/DeleteResourceDialog.cjs.js +0 -16
- package/dist/components/resource-actions-menu/DeleteResourceDialog.cjs.js.map +0 -1
- package/dist/components/resource-actions-menu/DeleteResourceDialog.d.ts +0 -8
- package/dist/components/resource-actions-menu/DeleteResourceDialog.d.ts.map +0 -1
- package/dist/components/resource-actions-menu/DeleteResourceDialog.esm.js +0 -215
- package/dist/components/resource-actions-menu/DeleteResourceDialog.esm.js.map +0 -1
- package/dist/components/resource-actions-menu/ResourceActionsMenu.cjs.js +0 -18
- package/dist/components/resource-actions-menu/ResourceActionsMenu.cjs.js.map +0 -1
- package/dist/components/resource-actions-menu/ResourceActionsMenu.d.ts +0 -16
- package/dist/components/resource-actions-menu/ResourceActionsMenu.d.ts.map +0 -1
- package/dist/components/resource-actions-menu/ResourceActionsMenu.esm.js +0 -260
- package/dist/components/resource-actions-menu/ResourceActionsMenu.esm.js.map +0 -1
- package/dist/dashboard/basicPreferences.cjs.js +0 -2
- package/dist/dashboard/basicPreferences.cjs.js.map +0 -1
- package/dist/dashboard/basicPreferences.esm.js +0 -70
- package/dist/dashboard/basicPreferences.esm.js.map +0 -1
- package/dist/dashboard/dashboardPane.cjs.js +0 -2
- package/dist/dashboard/dashboardPane.cjs.js.map +0 -1
- package/dist/dashboard/dashboardPane.esm.js +0 -7
- package/dist/dashboard/dashboardPane.esm.js.map +0 -1
- package/dist/dashboard/homepage.cjs.js +0 -2
- package/dist/dashboard/homepage.cjs.js.map +0 -1
- package/dist/dashboard/homepage.esm.js +0 -26
- package/dist/dashboard/homepage.esm.js.map +0 -1
- package/dist/dashboard/ontologyData.cjs.js +0 -37
- package/dist/dashboard/ontologyData.cjs.js.map +0 -1
- package/dist/dashboard/ontologyData.esm.js +0 -6
- package/dist/dashboard/ontologyData.esm.js.map +0 -1
- package/dist/dashboard/preferencesFormText.cjs.js +0 -20
- package/dist/dashboard/preferencesFormText.cjs.js.map +0 -1
- package/dist/dashboard/preferencesFormText.esm.js +0 -6
- package/dist/dashboard/preferencesFormText.esm.js.map +0 -1
- package/dist/dataContentPane2.cjs.js +0 -2
- package/dist/dataContentPane2.cjs.js.map +0 -1
- package/dist/dataContentPane2.esm.js +0 -109
- package/dist/dataContentPane2.esm.js.map +0 -1
- package/dist/defaultPane2.cjs.js +0 -2
- package/dist/defaultPane2.cjs.js.map +0 -1
- package/dist/defaultPane2.esm.js +0 -41
- package/dist/defaultPane2.esm.js.map +0 -1
- package/dist/dev.d.ts +0 -10
- package/dist/dev.d.ts.map +0 -1
- package/dist/dokieli/dokieliPane.cjs.js +0 -2
- package/dist/dokieli/dokieliPane.cjs.js.map +0 -1
- package/dist/dokieli/dokieliPane.esm.js +0 -39
- package/dist/dokieli/dokieliPane.esm.js.map +0 -1
- package/dist/dokieli/new.cjs.js.map +0 -1
- package/dist/dokieli/new.esm.js +0 -6
- package/dist/dokieli/new.esm.js.map +0 -1
- package/dist/form/pane.cjs.js +0 -4
- package/dist/form/pane.cjs.js.map +0 -1
- package/dist/form/pane.esm.js +0 -122
- package/dist/form/pane.esm.js.map +0 -1
- package/dist/home/homePane.cjs.js +0 -2
- package/dist/home/homePane.cjs.js.map +0 -1
- package/dist/home/homePane.esm.js +0 -35
- package/dist/home/homePane.esm.js.map +0 -1
- package/dist/humanReadablePane2.cjs.js +0 -2
- package/dist/humanReadablePane2.cjs.js.map +0 -1
- package/dist/humanReadablePane2.esm.js +0 -123
- package/dist/humanReadablePane2.esm.js.map +0 -1
- package/dist/icons/folder.cjs.js +0 -2
- package/dist/icons/folder.cjs.js.map +0 -1
- package/dist/icons/folder.esm.js +0 -6
- package/dist/icons/folder.esm.js.map +0 -1
- package/dist/icons/friends.cjs.js +0 -2
- package/dist/icons/friends.cjs.js.map +0 -1
- package/dist/icons/friends.esm.js +0 -6
- package/dist/icons/friends.esm.js.map +0 -1
- package/dist/icons/person.cjs.js +0 -2
- package/dist/icons/person.cjs.js.map +0 -1
- package/dist/icons/person.esm.js +0 -6
- package/dist/icons/person.esm.js.map +0 -1
- package/dist/imagePane2.cjs.js +0 -2
- package/dist/imagePane2.cjs.js.map +0 -1
- package/dist/imagePane2.esm.js +0 -32
- package/dist/imagePane2.esm.js.map +0 -1
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.esm.js +0 -31
- package/dist/index.esm.js.map +0 -1
- package/dist/internal/internalPane2.cjs.js +0 -2
- package/dist/internal/internalPane2.cjs.js.map +0 -1
- package/dist/internal/internalPane2.esm.js +0 -104
- package/dist/internal/internalPane2.esm.js.map +0 -1
- package/dist/mainPage/header.cjs.js +0 -2
- package/dist/mainPage/header.cjs.js.map +0 -1
- package/dist/mainPage/header.esm.js +0 -72
- package/dist/mainPage/header.esm.js.map +0 -1
- package/dist/mainPage/index.cjs.js +0 -2
- package/dist/mainPage/index.cjs.js.map +0 -1
- package/dist/mainPage/index.esm.js +0 -36
- package/dist/mainPage/index.esm.js.map +0 -1
- package/dist/mainPage/navbar.cjs.js +0 -2
- package/dist/mainPage/navbar.cjs.js.map +0 -1
- package/dist/mainPage/navbar.d.ts +0 -3
- package/dist/mainPage/navbar.d.ts.map +0 -1
- package/dist/mainPage/navbar.esm.js +0 -66
- package/dist/mainPage/navbar.esm.js.map +0 -1
- package/dist/n3Pane2.cjs.js +0 -3
- package/dist/n3Pane2.cjs.js.map +0 -1
- package/dist/n3Pane2.esm.js +0 -52
- package/dist/n3Pane2.esm.js.map +0 -1
- package/dist/outline/context.cjs.js +0 -2
- package/dist/outline/context.cjs.js.map +0 -1
- package/dist/outline/context.esm.js +0 -18
- package/dist/outline/context.esm.js.map +0 -1
- package/dist/outline/manager2.cjs.js +0 -2
- package/dist/outline/manager2.cjs.js.map +0 -1
- package/dist/outline/manager2.esm.js +0 -711
- package/dist/outline/manager2.esm.js.map +0 -1
- package/dist/outline/outlineIcons.cjs.js +0 -2
- package/dist/outline/outlineIcons.cjs.js.map +0 -1
- package/dist/outline/outlineIcons.esm.js +0 -10
- package/dist/outline/outlineIcons.esm.js.map +0 -1
- package/dist/outline/propertyViews.cjs.js +0 -2
- package/dist/outline/propertyViews.cjs.js.map +0 -1
- package/dist/outline/propertyViews.esm.js +0 -19
- package/dist/outline/propertyViews.esm.js.map +0 -1
- package/dist/outline/queryByExample.cjs.js +0 -2
- package/dist/outline/queryByExample.cjs.js.map +0 -1
- package/dist/outline/queryByExample.esm.js +0 -26
- package/dist/outline/queryByExample.esm.js.map +0 -1
- package/dist/outline/sourcePaneIcon.d.ts +0 -2
- package/dist/outline/sourcePaneIcon.d.ts.map +0 -1
- package/dist/outline/userInput.cjs.js +0 -61
- package/dist/outline/userInput.cjs.js.map +0 -1
- package/dist/outline/userInput.esm.js +0 -784
- package/dist/outline/userInput.esm.js.map +0 -1
- package/dist/outline/viewAsImage.cjs.js +0 -2
- package/dist/outline/viewAsImage.cjs.js.map +0 -1
- package/dist/outline/viewAsImage.esm.js +0 -10
- package/dist/outline/viewAsImage.esm.js.map +0 -1
- package/dist/outline/viewAsMbox.cjs.js +0 -2
- package/dist/outline/viewAsMbox.cjs.js.map +0 -1
- package/dist/outline/viewAsMbox.esm.js +0 -9
- package/dist/outline/viewAsMbox.esm.js.map +0 -1
- package/dist/pad/padPane2.cjs.js +0 -2
- package/dist/pad/padPane2.cjs.js.map +0 -1
- package/dist/pad/padPane2.esm.js +0 -173
- package/dist/pad/padPane2.esm.js.map +0 -1
- package/dist/playlist/playlistPane.cjs.js +0 -2
- package/dist/playlist/playlistPane.cjs.js.map +0 -1
- package/dist/playlist/playlistPane.esm.js +0 -49
- package/dist/playlist/playlistPane.esm.js.map +0 -1
- package/dist/registerPanes.cjs.js +0 -2
- package/dist/registerPanes.cjs.js.map +0 -1
- package/dist/registerPanes.esm.js +0 -46
- package/dist/registerPanes.esm.js.map +0 -1
- package/dist/schedule/formsForSchedule.cjs.js +0 -117
- package/dist/schedule/formsForSchedule.cjs.js.map +0 -1
- package/dist/schedule/formsForSchedule.esm.js +0 -6
- package/dist/schedule/formsForSchedule.esm.js.map +0 -1
- package/dist/schedule/schedulePane2.cjs.js +0 -8
- package/dist/schedule/schedulePane2.cjs.js.map +0 -1
- package/dist/schedule/schedulePane2.esm.js +0 -385
- package/dist/schedule/schedulePane2.esm.js.map +0 -1
- package/dist/sharing/sharingPane.cjs.js +0 -2
- package/dist/sharing/sharingPane.cjs.js.map +0 -1
- package/dist/sharing/sharingPane.esm.js +0 -22
- package/dist/sharing/sharingPane.esm.js.map +0 -1
- package/dist/slideshow/slideshowPane.cjs.js +0 -2
- package/dist/slideshow/slideshowPane.cjs.js.map +0 -1
- package/dist/slideshow/slideshowPane.esm.js +0 -46
- package/dist/slideshow/slideshowPane.esm.js.map +0 -1
- package/dist/social/editProfileDetails.cjs.js +0 -2
- package/dist/social/editProfileDetails.cjs.js.map +0 -1
- package/dist/social/editProfileDetails.esm.js +0 -12
- package/dist/social/editProfileDetails.esm.js.map +0 -1
- package/dist/social/icons.cjs.js +0 -82
- package/dist/social/icons.cjs.js.map +0 -1
- package/dist/social/icons.esm.js.map +0 -1
- package/dist/social/socialPane2.cjs.js +0 -6
- package/dist/social/socialPane2.cjs.js.map +0 -1
- package/dist/social/socialPane2.esm.js +0 -326
- package/dist/social/socialPane2.esm.js.map +0 -1
- package/dist/social/socialSections.cjs.js +0 -2
- package/dist/social/socialSections.cjs.js.map +0 -1
- package/dist/social/socialSections.esm.js +0 -222
- package/dist/social/socialSections.esm.js.map +0 -1
- package/dist/social/spinner.cjs.js +0 -1
- package/dist/social/spinner.esm.js +0 -1
- package/dist/social/triage.cjs.js +0 -2
- package/dist/social/triage.cjs.js.map +0 -1
- package/dist/social/triage.esm.js +0 -44
- package/dist/social/triage.esm.js.map +0 -1
- package/dist/tabbed/tabbedPane.cjs.js +0 -2
- package/dist/tabbed/tabbedPane.cjs.js.map +0 -1
- package/dist/tabbed/tabbedPane.esm.js +0 -38
- package/dist/tabbed/tabbedPane.esm.js.map +0 -1
- package/dist/tableViewPane.cjs.js +0 -2
- package/dist/tableViewPane.cjs.js.map +0 -1
- package/dist/tableViewPane.esm.js +0 -20
- package/dist/tableViewPane.esm.js.map +0 -1
- package/dist/transaction/pane.cjs.js +0 -8
- package/dist/transaction/pane.cjs.js.map +0 -1
- package/dist/transaction/pane.esm.js +0 -212
- package/dist/transaction/pane.esm.js.map +0 -1
- package/dist/transaction/period.cjs.js +0 -4
- package/dist/transaction/period.cjs.js.map +0 -1
- package/dist/transaction/period.esm.js +0 -126
- package/dist/transaction/period.esm.js.map +0 -1
- package/dist/trip/tripPane.cjs.js +0 -2
- package/dist/trip/tripPane.cjs.js.map +0 -1
- package/dist/trip/tripPane.esm.js +0 -85
- package/dist/trip/tripPane.esm.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.dom.cjs.js +0 -2
- package/dist/trustedApplications/trustedApplications.dom.cjs.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.dom.esm.js +0 -108
- package/dist/trustedApplications/trustedApplications.dom.esm.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.utils.cjs.js +0 -2
- package/dist/trustedApplications/trustedApplications.utils.cjs.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.utils.esm.js +0 -20
- package/dist/trustedApplications/trustedApplications.utils.esm.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.view.cjs.js +0 -2
- package/dist/trustedApplications/trustedApplications.view.cjs.js.map +0 -1
- package/dist/trustedApplications/trustedApplications.view.esm.js +0 -41
- package/dist/trustedApplications/trustedApplications.view.esm.js.map +0 -1
- package/dist/ui/pane.cjs.js +0 -4
- package/dist/ui/pane.cjs.js.map +0 -1
- package/dist/ui/pane.esm.js +0 -56
- package/dist/ui/pane.esm.js.map +0 -1
- package/dist/utils/paneUtils.cjs.js +0 -2
- package/dist/utils/paneUtils.cjs.js.map +0 -1
- package/dist/utils/paneUtils.d.ts +0 -19
- package/dist/utils/paneUtils.d.ts.map +0 -1
- package/dist/utils/paneUtils.esm.js +0 -52
- package/dist/utils/paneUtils.esm.js.map +0 -1
- package/dist/utils/podUtils.cjs.js +0 -2
- package/dist/utils/podUtils.cjs.js.map +0 -1
- package/dist/utils/podUtils.d.ts +0 -4
- package/dist/utils/podUtils.d.ts.map +0 -1
- package/dist/utils/podUtils.esm.js +0 -46
- package/dist/utils/podUtils.esm.js.map +0 -1
- package/dist/utils/webIdUtils.cjs.js +0 -2
- package/dist/utils/webIdUtils.cjs.js.map +0 -1
- package/dist/utils/webIdUtils.d.ts +0 -6
- package/dist/utils/webIdUtils.d.ts.map +0 -1
- package/dist/utils/webIdUtils.esm.js +0 -48
- package/dist/utils/webIdUtils.esm.js.map +0 -1
- package/dist/versionInfo.cjs.js +0 -2
- package/dist/versionInfo.cjs.js.map +0 -1
- package/dist/versionInfo.esm.js +0 -40
- package/dist/versionInfo.esm.js.map +0 -1
- package/dist/video/videoPane.cjs.js +0 -2
- package/dist/video/videoPane.cjs.js.map +0 -1
- package/dist/video/videoPane.esm.js +0 -25
- package/dist/video/videoPane.esm.js.map +0 -1
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getName = getName;
|
|
7
|
+
exports.getNameOfPodOwner = getNameOfPodOwner;
|
|
8
|
+
exports.loadProfileFromURI = loadProfileFromURI;
|
|
9
|
+
var _rdflib = require("rdflib");
|
|
10
|
+
var _solidUi = require("solid-ui");
|
|
11
|
+
/*
|
|
12
|
+
* Utility functions to help load the profile
|
|
13
|
+
* especially when I am not logged in
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
const DEFAULT_PROFILE_PATH = 'profile/card#me';
|
|
17
|
+
async function loadProfileFromURI(uri, store, fetcher) {
|
|
18
|
+
const pod = uri.site().uri;
|
|
19
|
+
// TODO: This is a hack - we cannot assume that the profile is at this document, but we will live with it for now
|
|
20
|
+
const webId = (0, _rdflib.sym)(`${pod}${DEFAULT_PROFILE_PATH}`);
|
|
21
|
+
try {
|
|
22
|
+
await fetcher.load(webId);
|
|
23
|
+
return webId;
|
|
24
|
+
} catch (err) {
|
|
25
|
+
// continue
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// we try a prefixed pod structure
|
|
29
|
+
try {
|
|
30
|
+
const uriUrl = new URL(uri.uri);
|
|
31
|
+
const pathSegments = uriUrl.pathname.split('/').filter(Boolean);
|
|
32
|
+
if (pathSegments.length > 0) {
|
|
33
|
+
const derivedPod = `${uriUrl.origin}/${pathSegments[0]}/`;
|
|
34
|
+
const derivedWebId = (0, _rdflib.sym)(`${derivedPod}${DEFAULT_PROFILE_PATH}`);
|
|
35
|
+
await fetcher.load(derivedWebId);
|
|
36
|
+
return derivedWebId;
|
|
37
|
+
}
|
|
38
|
+
} catch (err) {
|
|
39
|
+
// continue
|
|
40
|
+
}
|
|
41
|
+
try {
|
|
42
|
+
await fetcher.load(uri);
|
|
43
|
+
} catch (err) {
|
|
44
|
+
return uri;
|
|
45
|
+
}
|
|
46
|
+
const primaryTopic = store.any(uri, _solidUi.ns.foaf('primaryTopic'), null, uri.doc());
|
|
47
|
+
if (primaryTopic && primaryTopic.termType === 'NamedNode') {
|
|
48
|
+
try {
|
|
49
|
+
await fetcher.load(primaryTopic);
|
|
50
|
+
return primaryTopic;
|
|
51
|
+
} catch (err) {
|
|
52
|
+
return uri;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return uri;
|
|
56
|
+
}
|
|
57
|
+
async function getNameOfPodOwner(pod, store, fetcher) {
|
|
58
|
+
// TODO: This is a hack - we cannot assume that the profile is at this document, but we will live with it for now
|
|
59
|
+
const webId = (0, _rdflib.sym)(`${pod.uri}${DEFAULT_PROFILE_PATH}`);
|
|
60
|
+
try {
|
|
61
|
+
await fetcher.load(webId);
|
|
62
|
+
return getName(store, webId);
|
|
63
|
+
} catch (err) {
|
|
64
|
+
// continue
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// we try a prefixed pod structure
|
|
68
|
+
try {
|
|
69
|
+
const uriUrl = new URL(pod.uri);
|
|
70
|
+
const pathSegments = uriUrl.pathname.split('/').filter(Boolean);
|
|
71
|
+
if (pathSegments.length > 0) {
|
|
72
|
+
const derivedPod = `${uriUrl.origin}/${pathSegments[0]}/`;
|
|
73
|
+
const derivedWebId = (0, _rdflib.sym)(`${derivedPod}${DEFAULT_PROFILE_PATH}`);
|
|
74
|
+
await fetcher.load(derivedWebId);
|
|
75
|
+
return getName(store, derivedWebId);
|
|
76
|
+
}
|
|
77
|
+
} catch (err) {
|
|
78
|
+
// continue
|
|
79
|
+
}
|
|
80
|
+
return '';
|
|
81
|
+
}
|
|
82
|
+
function getName(store, ownersProfile) {
|
|
83
|
+
return store.anyValue(ownersProfile, _solidUi.ns.vcard('fn'), null, ownersProfile.doc()) || store.anyValue(ownersProfile, _solidUi.ns.foaf('name'), null, ownersProfile.doc()) || new URL(ownersProfile.uri).host.split('.')[0];
|
|
84
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.registerPanes = registerPanes;
|
|
7
|
+
var _profilePane = _interopRequireDefault(require("profile-pane"));
|
|
8
|
+
var _trustedApplications = _interopRequireDefault(require("./trustedApplications/trustedApplications.view"));
|
|
9
|
+
var _dashboardPane = _interopRequireDefault(require("./dashboard/dashboardPane"));
|
|
10
|
+
var _basicPreferences = _interopRequireDefault(require("./dashboard/basicPreferences"));
|
|
11
|
+
var _issuePane = _interopRequireDefault(require("issue-pane"));
|
|
12
|
+
var _contactsPane = _interopRequireDefault(require("contacts-pane"));
|
|
13
|
+
var _activitystreamsPane = _interopRequireDefault(require("activitystreams-pane"));
|
|
14
|
+
var _padPane = _interopRequireDefault(require("./pad/padPane"));
|
|
15
|
+
var _pane = _interopRequireDefault(require("./transaction/pane.js"));
|
|
16
|
+
var _period = _interopRequireDefault(require("./transaction/period.js"));
|
|
17
|
+
var _meetingPane = _interopRequireDefault(require("meeting-pane"));
|
|
18
|
+
var _tabbedPane = _interopRequireDefault(require("./tabbed/tabbedPane"));
|
|
19
|
+
var _chatPane = require("chat-pane");
|
|
20
|
+
var _schedulePane = require("./schedule/schedulePane");
|
|
21
|
+
var _tripPane = _interopRequireDefault(require("./trip/tripPane.js"));
|
|
22
|
+
var _imagePane = require("./imagePane");
|
|
23
|
+
var _playlistPane = _interopRequireDefault(require("./playlist/playlistPane.js"));
|
|
24
|
+
var _videoPane = _interopRequireDefault(require("./video/videoPane.js"));
|
|
25
|
+
var _audioPane = _interopRequireDefault(require("./audio/audioPane.js"));
|
|
26
|
+
var _dokieliPane = _interopRequireDefault(require("./dokieli/dokieliPane.js"));
|
|
27
|
+
var _folderPane = _interopRequireDefault(require("folder-pane"));
|
|
28
|
+
var _classInstancePane = require("./classInstancePane.js");
|
|
29
|
+
var _slideshowPane = require("./slideshow/slideshowPane.js");
|
|
30
|
+
var _socialPane = require("./social/socialPane");
|
|
31
|
+
var _humanReadablePane = _interopRequireDefault(require("./humanReadablePane"));
|
|
32
|
+
var _dataContentPane = require("./dataContentPane");
|
|
33
|
+
var _sourcePane = _interopRequireDefault(require("source-pane"));
|
|
34
|
+
var _n3Pane = require("./n3Pane");
|
|
35
|
+
var _RDFXMLPane = require("./RDFXMLPane");
|
|
36
|
+
var _pane2 = require("./form/pane");
|
|
37
|
+
var _tableViewPane = require("./tableViewPane.js");
|
|
38
|
+
var _defaultPane = require("./defaultPane");
|
|
39
|
+
var _pane3 = _interopRequireDefault(require("./ui/pane.js"));
|
|
40
|
+
var _sharingPane = _interopRequireDefault(require("./sharing/sharingPane"));
|
|
41
|
+
var _internalPane = _interopRequireDefault(require("./internal/internalPane"));
|
|
42
|
+
var _homePane = _interopRequireDefault(require("./home/homePane"));
|
|
43
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
44
|
+
// import editProfileView from './profile/editProfile.view'
|
|
45
|
+
|
|
46
|
+
// import argumentPane from './argument/argumentPane.js'
|
|
47
|
+
|
|
48
|
+
// import publicationPane from './publication/publicationPane.js'
|
|
49
|
+
|
|
50
|
+
function registerPanes(register) {
|
|
51
|
+
/* Note that the earliest panes have priority. So the most specific ones are first.
|
|
52
|
+
**
|
|
53
|
+
*/
|
|
54
|
+
// Developer designed:
|
|
55
|
+
|
|
56
|
+
register(_profilePane.default); // View someone's public profile - dominates all other panes.
|
|
57
|
+
const editProfileView = _profilePane.default.editor;
|
|
58
|
+
if (!editProfileView) {
|
|
59
|
+
console.log('@@@ editProfileView', 'profilePane is not providing an editor pane');
|
|
60
|
+
} else {
|
|
61
|
+
register(editProfileView); // Edit my profile.
|
|
62
|
+
}
|
|
63
|
+
register(_trustedApplications.default); // must be registered before basicPreferences
|
|
64
|
+
// register(dashboardPane)
|
|
65
|
+
register(_basicPreferences.default);
|
|
66
|
+
register(_issuePane.default);
|
|
67
|
+
register(_contactsPane.default);
|
|
68
|
+
register(_activitystreamsPane.default);
|
|
69
|
+
register(_padPane.default);
|
|
70
|
+
// register(argumentPane) // A position in an argument tree
|
|
71
|
+
|
|
72
|
+
register(_pane.default);
|
|
73
|
+
register(_period.default);
|
|
74
|
+
register(_meetingPane.default);
|
|
75
|
+
register(_tabbedPane.default);
|
|
76
|
+
register(_chatPane.longChatPane); // Long pane must have prio in case short pane tries to do a long pane
|
|
77
|
+
register(_chatPane.shortChatPane); // was './chat/chatPane.js'
|
|
78
|
+
|
|
79
|
+
// register(publicationPane) // Suppress for now
|
|
80
|
+
|
|
81
|
+
register(_schedulePane.schedulePane); // doodle poll
|
|
82
|
+
|
|
83
|
+
register(_tripPane.default);
|
|
84
|
+
// register(require('./airPane.js'))
|
|
85
|
+
|
|
86
|
+
// Content views
|
|
87
|
+
|
|
88
|
+
register(_imagePane.imagePane); // Basic image view
|
|
89
|
+
register(_playlistPane.default); // Basic playlist view
|
|
90
|
+
|
|
91
|
+
register(_videoPane.default); // Video clip player
|
|
92
|
+
register(_audioPane.default); // Audio clip player
|
|
93
|
+
|
|
94
|
+
register(_dokieliPane.default); // Should be above dataContentPane
|
|
95
|
+
register(_folderPane.default); // Should be above dataContentPane
|
|
96
|
+
register(_classInstancePane.classInstancePane); // Should be above dataContentPane
|
|
97
|
+
// register(require('./dynamic/dynamicPanes.js')) // warp etc warp broken 2017/8
|
|
98
|
+
register(_slideshowPane.slideshowPane);
|
|
99
|
+
register(_socialPane.socialPane);
|
|
100
|
+
register(_humanReadablePane.default); // A web page as a web page -- how to escape to tabr?
|
|
101
|
+
// register(require('markdown-pane').Pane) // replaced by markdown in humanReadablePane
|
|
102
|
+
|
|
103
|
+
register(_dataContentPane.dataContentPane); // Preferred for a data file
|
|
104
|
+
register(_sourcePane.default); // edit source
|
|
105
|
+
register(_n3Pane.n3Pane);
|
|
106
|
+
register(_RDFXMLPane.RDFXMLPane);
|
|
107
|
+
|
|
108
|
+
// User configured - data driven
|
|
109
|
+
register(_pane2.formPane);
|
|
110
|
+
|
|
111
|
+
// Generic:
|
|
112
|
+
|
|
113
|
+
register(_tableViewPane.tableViewPane);
|
|
114
|
+
|
|
115
|
+
// Fallback totally generic:
|
|
116
|
+
register(_defaultPane.defaultPane);
|
|
117
|
+
register(_pane3.default);
|
|
118
|
+
|
|
119
|
+
// register(require("categoryPane.js")) // Not useful enough
|
|
120
|
+
// register(require("pubsPane.js")) // not finished
|
|
121
|
+
|
|
122
|
+
// @@ jambo commented these things out to pare things down temporarily.
|
|
123
|
+
// Note must use // not /* to comment out to make sure expander sees it
|
|
124
|
+
// register(require("lawPane.js"))
|
|
125
|
+
|
|
126
|
+
// register(require('./microblogPane/microblogPane.js'))
|
|
127
|
+
|
|
128
|
+
// register(require("./social/pane.js")) // competitor to other social
|
|
129
|
+
// register(require("./airPane.js"))
|
|
130
|
+
// register(require("./lawPane.js"))
|
|
131
|
+
// register(require("pushbackPane.js"))
|
|
132
|
+
// register(require("CVPane.js"))
|
|
133
|
+
// register(require("photoPane.js"))
|
|
134
|
+
// register(require("tagPane.js"))
|
|
135
|
+
// register(require("photoImportPane.js"))
|
|
136
|
+
|
|
137
|
+
// The sharing pane is fairly generic and administrative 201
|
|
138
|
+
register(_sharingPane.default);
|
|
139
|
+
|
|
140
|
+
// The internals pane is always (almost?) the last as it is the least user-friendly
|
|
141
|
+
register(_internalPane.default);
|
|
142
|
+
register(_homePane.default); // This is a global pane
|
|
143
|
+
|
|
144
|
+
// ENDS
|
|
145
|
+
}
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
.schedule-pane__table {
|
|
2
|
+
border-collapse: collapse;
|
|
3
|
+
background-color: white;
|
|
4
|
+
min-width: 40rem;
|
|
5
|
+
min-height: 13rem;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.schedule-pane__button {
|
|
9
|
+
background-color: #eef;
|
|
10
|
+
padding: var(--spacing-xs, 0.5rem);
|
|
11
|
+
border: .5rem solid white;
|
|
12
|
+
font-size: 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.schedule-pane__button-icon {
|
|
16
|
+
width: var(--icon-sm, 1.8rem);
|
|
17
|
+
height: var(--icon-sm, 1.8rem);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.schedule-pane__nav {
|
|
21
|
+
text-align: center;
|
|
22
|
+
vertical-align: middle;
|
|
23
|
+
padding-top: 4rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.schedule-pane__cell {
|
|
27
|
+
padding: var(--spacing-xs, 0.3rem);
|
|
28
|
+
text-align: center;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.schedule-pane__table .schedule-pane__form-heading {
|
|
32
|
+
font-size: 110% !important;
|
|
33
|
+
font-weight: bold;
|
|
34
|
+
color: #888888;
|
|
35
|
+
padding: 0.2em;
|
|
36
|
+
margin: 0.7em 0 !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.schedule-pane__table .schedule-pane__form-heading--time-proposals {
|
|
40
|
+
margin-bottom: 0 !important;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.schedule-pane__table .schedule-pane__panel--time-proposals {
|
|
44
|
+
padding-bottom: 0.9rem !important;
|
|
45
|
+
border: none !important;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.schedule-pane__table .schedule-pane__panel {
|
|
49
|
+
padding-left: 0.75rem !important;
|
|
50
|
+
padding-right: 0.75rem !important;
|
|
51
|
+
margin-right: 0.5rem;
|
|
52
|
+
max-width: 100%;
|
|
53
|
+
box-sizing: border-box;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (max-width: 1024px) {
|
|
57
|
+
.schedule-pane__table .schedule-pane__main-cell {
|
|
58
|
+
padding-left: 0.5rem;
|
|
59
|
+
padding-right: 0.5rem;
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.schedule-pane__table .schedule-pane__field-row--comment {
|
|
64
|
+
display: flex !important;
|
|
65
|
+
flex-direction: row !important;
|
|
66
|
+
flex-wrap: wrap;
|
|
67
|
+
align-items: flex-start;
|
|
68
|
+
gap: 0.5rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
|
|
72
|
+
width: auto !important;
|
|
73
|
+
min-width: 4.5rem;
|
|
74
|
+
flex: 0 1 6rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.schedule-pane__table .schedule-pane__field-value--comment {
|
|
78
|
+
min-width: 0;
|
|
79
|
+
flex: 1 1 20rem;
|
|
80
|
+
width: auto;
|
|
81
|
+
padding-right: 0.25rem;
|
|
82
|
+
box-sizing: border-box;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea,
|
|
86
|
+
.schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea {
|
|
87
|
+
width: 100% !important;
|
|
88
|
+
max-width: 100% !important;
|
|
89
|
+
min-width: 0 !important;
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
margin: 0.2rem 0 0 !important;
|
|
92
|
+
padding: 0.5rem 0.45rem;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table {
|
|
97
|
+
min-width: 0;
|
|
98
|
+
width: 100%;
|
|
99
|
+
min-height: 0;
|
|
100
|
+
table-layout: fixed;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table td,
|
|
104
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table th {
|
|
105
|
+
min-width: 0;
|
|
106
|
+
max-width: 100%;
|
|
107
|
+
overflow-wrap: anywhere;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__main-cell {
|
|
111
|
+
padding-left: 0.5rem;
|
|
112
|
+
padding-right: 0.5rem;
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact {
|
|
117
|
+
align-items: flex-start;
|
|
118
|
+
gap: 0.25rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .formFieldName {
|
|
122
|
+
width: auto !important;
|
|
123
|
+
min-width: 4.5rem;
|
|
124
|
+
flex: 0 1 5.5rem;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .formFieldValue {
|
|
128
|
+
min-width: 0;
|
|
129
|
+
flex: 1 1 auto;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--compact .schedule-pane__form-control {
|
|
133
|
+
width: 100% !important;
|
|
134
|
+
max-width: 100% !important;
|
|
135
|
+
min-width: 0 !important;
|
|
136
|
+
box-sizing: border-box;
|
|
137
|
+
margin: 0.2rem 0 0 !important;
|
|
138
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
139
|
+
padding: 0.35rem 0.45rem;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment {
|
|
143
|
+
display: flex !important;
|
|
144
|
+
flex-direction: column !important;
|
|
145
|
+
align-items: stretch;
|
|
146
|
+
gap: 0.25rem;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .formFieldName,
|
|
150
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
|
|
151
|
+
width: auto !important;
|
|
152
|
+
min-width: 0;
|
|
153
|
+
flex: 0 0 auto;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .formFieldValue,
|
|
157
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment > div:last-child,
|
|
158
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-value--comment {
|
|
159
|
+
min-width: 0;
|
|
160
|
+
display: block;
|
|
161
|
+
flex: 1 1 auto;
|
|
162
|
+
width: 100%;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea,
|
|
166
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea {
|
|
167
|
+
width: 100% !important;
|
|
168
|
+
max-width: 100% !important;
|
|
169
|
+
min-width: 0 !important;
|
|
170
|
+
box-sizing: border-box;
|
|
171
|
+
margin: 0 !important;
|
|
172
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
173
|
+
padding: 0.35rem 0.45rem;
|
|
174
|
+
min-height: 5.5rem;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__button {
|
|
178
|
+
padding: 0.4rem;
|
|
179
|
+
border-width: 0.2rem;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__button-icon {
|
|
183
|
+
width: 1.35rem;
|
|
184
|
+
height: 1.35rem;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__nav {
|
|
188
|
+
padding-top: 1rem;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
div.schedule-pane[data-layout='mobile'] .schedule-pane__cell {
|
|
192
|
+
padding: 0.2rem;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
@media (max-width: 576px) {
|
|
196
|
+
.schedule-pane__table {
|
|
197
|
+
min-width: 0;
|
|
198
|
+
width: 100%;
|
|
199
|
+
min-height: 0;
|
|
200
|
+
table-layout: fixed;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.schedule-pane__table td,
|
|
204
|
+
.schedule-pane__table th {
|
|
205
|
+
min-width: 0;
|
|
206
|
+
max-width: 100%;
|
|
207
|
+
overflow-wrap: anywhere;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.schedule-pane__table .schedule-pane__main-cell {
|
|
211
|
+
padding-left: 0.5rem;
|
|
212
|
+
padding-right: 0.5rem;
|
|
213
|
+
box-sizing: border-box;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.schedule-pane__table .schedule-pane__field-row--compact {
|
|
217
|
+
align-items: flex-start;
|
|
218
|
+
gap: 0.25rem;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.schedule-pane__table .schedule-pane__field-row--compact .formFieldName {
|
|
222
|
+
width: auto !important;
|
|
223
|
+
min-width: 4.5rem;
|
|
224
|
+
flex: 0 1 5.5rem;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.schedule-pane__table .schedule-pane__field-row--compact .formFieldValue {
|
|
228
|
+
min-width: 0;
|
|
229
|
+
flex: 1 1 auto;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.schedule-pane__table .schedule-pane__field-row--compact .schedule-pane__form-control {
|
|
233
|
+
width: 100% !important;
|
|
234
|
+
max-width: 100% !important;
|
|
235
|
+
min-width: 0 !important;
|
|
236
|
+
box-sizing: border-box;
|
|
237
|
+
margin: 0.2rem 0 0 !important;
|
|
238
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
239
|
+
padding: 0.35rem 0.45rem;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.schedule-pane__table .schedule-pane__field-row--comment {
|
|
243
|
+
display: flex !important;
|
|
244
|
+
flex-direction: column !important;
|
|
245
|
+
align-items: stretch;
|
|
246
|
+
gap: 0.25rem;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.schedule-pane__table .schedule-pane__field-row--comment .formFieldName,
|
|
250
|
+
.schedule-pane__table .schedule-pane__field-row--comment > div:first-child {
|
|
251
|
+
width: auto !important;
|
|
252
|
+
min-width: 0;
|
|
253
|
+
flex: 0 0 auto;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.schedule-pane__table .schedule-pane__field-row--comment .formFieldValue,
|
|
257
|
+
.schedule-pane__table .schedule-pane__field-row--comment > div:last-child,
|
|
258
|
+
.schedule-pane__table .schedule-pane__field-value--comment {
|
|
259
|
+
min-width: 0;
|
|
260
|
+
display: block;
|
|
261
|
+
flex: 1 1 auto;
|
|
262
|
+
width: 100%;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.schedule-pane__table .schedule-pane__field-row--comment .schedule-pane__form-control--textarea,
|
|
266
|
+
.schedule-pane__table .schedule-pane__field-value--comment .schedule-pane__form-control--textarea {
|
|
267
|
+
width: 100% !important;
|
|
268
|
+
max-width: 100% !important;
|
|
269
|
+
min-width: 0 !important;
|
|
270
|
+
box-sizing: border-box;
|
|
271
|
+
margin: 0 !important;
|
|
272
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
273
|
+
padding: 0.35rem 0.45rem;
|
|
274
|
+
min-height: 5.5rem;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.schedule-pane__button {
|
|
278
|
+
padding: 0.4rem;
|
|
279
|
+
border-width: 0.2rem;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.schedule-pane__button-icon {
|
|
283
|
+
width: 1.35rem;
|
|
284
|
+
height: 1.35rem;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.schedule-pane__nav {
|
|
288
|
+
padding-top: 1rem;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.schedule-pane__cell {
|
|
292
|
+
padding: 0.2rem;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import { DataBrowserContext } from '
|
|
2
|
-
import { NamedNode } from '
|
|
1
|
+
import type { DataBrowserContext } from 'pane-registry';
|
|
2
|
+
import type { NamedNode } from 'rdflib';
|
|
3
|
+
import './schedulePane.css';
|
|
4
|
+
import '../styles/utilities.css';
|
|
3
5
|
type MintOptions = {
|
|
4
6
|
newBase: string;
|
|
5
7
|
useExisting?: NamedNode;
|