solid-panes 4.4.2-2 → 4.4.2-3
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 +10 -10
- package/dist/RDFXMLPane.d.ts +2 -3
- package/dist/RDFXMLPane2.cjs.js +3 -0
- package/dist/RDFXMLPane2.cjs.js.map +1 -0
- package/dist/RDFXMLPane2.esm.js +55 -0
- package/dist/RDFXMLPane2.esm.js.map +1 -0
- package/dist/_virtual/_rolldown/runtime.cjs.js +1 -0
- package/dist/_virtual/~icons/lucide/user.cjs.js +2 -0
- package/dist/_virtual/~icons/lucide/user.cjs.js.map +1 -0
- package/dist/_virtual/~icons/lucide/user.esm.js +11 -0
- package/dist/_virtual/~icons/lucide/user.esm.js.map +1 -0
- package/dist/audio/audioPane.cjs.js +2 -0
- package/dist/audio/audioPane.cjs.js.map +1 -0
- package/dist/audio/audioPane.esm.js +96 -0
- package/dist/audio/audioPane.esm.js.map +1 -0
- package/dist/classInstancePane.cjs.js +2 -0
- package/dist/classInstancePane.cjs.js.map +1 -0
- package/dist/classInstancePane.esm.js +50 -0
- package/dist/classInstancePane.esm.js.map +1 -0
- package/dist/components/header/Header.d.ts +8 -0
- package/dist/components/header/Header.d.ts.map +1 -0
- package/dist/components/header/index.d.ts +4 -0
- package/dist/components/header/index.d.ts.map +1 -0
- package/dist/dashboard/basicPreferences.cjs.js +2 -0
- package/dist/dashboard/basicPreferences.cjs.js.map +1 -0
- package/dist/dashboard/basicPreferences.d.ts +1 -1
- package/dist/dashboard/basicPreferences.esm.js +70 -0
- package/dist/dashboard/basicPreferences.esm.js.map +1 -0
- package/dist/dashboard/dashboardPane.d.ts +1 -1
- package/dist/dashboard/homepage.d.ts +1 -1
- package/dist/dashboard/ontologyData.cjs.js +37 -0
- package/dist/dashboard/ontologyData.cjs.js.map +1 -0
- package/dist/dashboard/ontologyData.esm.js +6 -0
- package/dist/dashboard/ontologyData.esm.js.map +1 -0
- package/dist/dashboard/preferencesFormText.cjs.js +20 -0
- package/dist/dashboard/preferencesFormText.cjs.js.map +1 -0
- package/dist/dashboard/preferencesFormText.esm.js +6 -0
- package/dist/dashboard/preferencesFormText.esm.js.map +1 -0
- package/dist/dataContentPane.d.ts +2 -3
- package/dist/dataContentPane2.cjs.js +2 -0
- package/dist/dataContentPane2.cjs.js.map +1 -0
- package/dist/dataContentPane2.esm.js +109 -0
- package/dist/dataContentPane2.esm.js.map +1 -0
- package/dist/defaultPane.d.ts +2 -3
- package/dist/defaultPane2.cjs.js +2 -0
- package/dist/defaultPane2.cjs.js.map +1 -0
- package/dist/defaultPane2.esm.js +41 -0
- package/dist/defaultPane2.esm.js.map +1 -0
- package/dist/dev.d.ts +10 -0
- package/dist/dev.d.ts.map +1 -0
- package/dist/dokieli/dokieliPane.cjs.js +2 -0
- package/dist/dokieli/dokieliPane.cjs.js.map +1 -0
- package/dist/dokieli/dokieliPane.esm.js +39 -0
- package/dist/dokieli/dokieliPane.esm.js.map +1 -0
- package/dist/dokieli/{new.js → new.cjs.js} +4 -10
- package/dist/dokieli/new.cjs.js.map +1 -0
- package/dist/dokieli/new.esm.js +6 -0
- package/dist/dokieli/new.esm.js.map +1 -0
- package/dist/form/pane.cjs.js +4 -0
- package/dist/form/pane.cjs.js.map +1 -0
- package/dist/form/pane.d.ts +1 -2
- package/dist/form/pane.esm.js +121 -0
- package/dist/form/pane.esm.js.map +1 -0
- package/dist/home/homePane.cjs.js +2 -0
- package/dist/home/homePane.cjs.js.map +1 -0
- package/dist/home/homePane.d.ts +1 -1
- package/dist/home/homePane.esm.js +35 -0
- package/dist/home/homePane.esm.js.map +1 -0
- package/dist/humanReadablePane.d.ts +2 -3
- package/dist/humanReadablePane2.cjs.js +2 -0
- package/dist/humanReadablePane2.cjs.js.map +1 -0
- package/dist/humanReadablePane2.esm.js +123 -0
- package/dist/humanReadablePane2.esm.js.map +1 -0
- package/dist/icons/dashboard.cjs.js +2 -0
- package/dist/icons/dashboard.cjs.js.map +1 -0
- package/dist/icons/dashboard.esm.js +6 -0
- package/dist/icons/dashboard.esm.js.map +1 -0
- package/dist/icons/folder.cjs.js +2 -0
- package/dist/icons/folder.cjs.js.map +1 -0
- package/dist/icons/folder.esm.js +6 -0
- package/dist/icons/folder.esm.js.map +1 -0
- package/dist/icons/friends.cjs.js +2 -0
- package/dist/icons/friends.cjs.js.map +1 -0
- package/dist/icons/friends.esm.js +6 -0
- package/dist/icons/friends.esm.js.map +1 -0
- package/dist/icons/iconHelper.cjs.js +2 -0
- package/dist/icons/iconHelper.cjs.js.map +1 -0
- package/dist/icons/iconHelper.esm.js +17 -0
- package/dist/icons/iconHelper.esm.js.map +1 -0
- package/dist/icons/{menu.svg → menu.cjs.js} +3 -2
- package/dist/icons/menu.cjs.js.map +1 -0
- package/dist/icons/menu.esm.js +6 -0
- package/dist/icons/menu.esm.js.map +1 -0
- package/dist/icons/person.cjs.js +2 -0
- package/dist/icons/person.cjs.js.map +1 -0
- package/dist/icons/person.esm.js +6 -0
- package/dist/icons/person.esm.js.map +1 -0
- package/dist/imagePane.d.ts +2 -3
- package/dist/imagePane2.cjs.js +2 -0
- package/dist/imagePane2.cjs.js.map +1 -0
- package/dist/imagePane2.esm.js +32 -0
- package/dist/imagePane2.esm.js.map +1 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.esm.js +26 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/internal/internalPane.d.ts +1 -2
- package/dist/internal/internalPane2.cjs.js +2 -0
- package/dist/internal/internalPane2.cjs.js.map +1 -0
- package/dist/internal/internalPane2.esm.js +104 -0
- package/dist/internal/internalPane2.esm.js.map +1 -0
- package/dist/mainPage/footer.cjs.js +2 -0
- package/dist/mainPage/footer.cjs.js.map +1 -0
- package/dist/mainPage/footer.d.ts +1 -3
- package/dist/mainPage/footer.esm.js +18 -0
- package/dist/mainPage/footer.esm.js.map +1 -0
- package/dist/mainPage/header.cjs.js +2 -0
- package/dist/mainPage/header.cjs.js.map +1 -0
- package/dist/mainPage/header.d.ts +1 -15
- package/dist/mainPage/header.d.ts.map +1 -1
- package/dist/mainPage/header.esm.js +24 -0
- package/dist/mainPage/header.esm.js.map +1 -0
- package/dist/mainPage/index.cjs.js +2 -0
- package/dist/mainPage/index.cjs.js.map +1 -0
- package/dist/mainPage/index.d.ts +3 -7
- package/dist/mainPage/index.d.ts.map +1 -1
- package/dist/mainPage/index.esm.js +38 -0
- package/dist/mainPage/index.esm.js.map +1 -0
- package/dist/mainPage/menu.d.ts +1 -2
- package/dist/mainPage/menu2.cjs.js +2 -0
- package/dist/mainPage/menu2.cjs.js.map +1 -0
- package/dist/mainPage/menu2.esm.js +184 -0
- package/dist/mainPage/menu2.esm.js.map +1 -0
- package/dist/n3Pane.d.ts +2 -3
- package/dist/n3Pane2.cjs.js +3 -0
- package/dist/n3Pane2.cjs.js.map +1 -0
- package/dist/n3Pane2.esm.js +52 -0
- package/dist/n3Pane2.esm.js.map +1 -0
- package/dist/outline/context.cjs.js +2 -0
- package/dist/outline/context.cjs.js.map +1 -0
- package/dist/outline/context.d.ts +3 -3
- package/dist/outline/context.esm.js +18 -0
- package/dist/outline/context.esm.js.map +1 -0
- package/dist/outline/manager2.cjs.js +3 -0
- package/dist/outline/manager2.cjs.js.map +1 -0
- package/dist/outline/manager2.esm.js +875 -0
- package/dist/outline/manager2.esm.js.map +1 -0
- package/dist/outline/outlineIcons.cjs.js +2 -0
- package/dist/outline/outlineIcons.cjs.js.map +1 -0
- package/dist/outline/outlineIcons.esm.js +10 -0
- package/dist/outline/outlineIcons.esm.js.map +1 -0
- package/dist/outline/propertyViews.cjs.js +2 -0
- package/dist/outline/propertyViews.cjs.js.map +1 -0
- package/dist/outline/propertyViews.esm.js +19 -0
- package/dist/outline/propertyViews.esm.js.map +1 -0
- package/dist/outline/queryByExample.cjs.js +2 -0
- package/dist/outline/queryByExample.cjs.js.map +1 -0
- package/dist/outline/queryByExample.esm.js +25 -0
- package/dist/outline/queryByExample.esm.js.map +1 -0
- package/dist/outline/userInput.cjs.js +61 -0
- package/dist/outline/userInput.cjs.js.map +1 -0
- package/dist/outline/userInput.esm.js +784 -0
- package/dist/outline/userInput.esm.js.map +1 -0
- package/dist/outline/viewAsImage.cjs.js +2 -0
- package/dist/outline/viewAsImage.cjs.js.map +1 -0
- package/dist/outline/viewAsImage.esm.js +10 -0
- package/dist/outline/viewAsImage.esm.js.map +1 -0
- package/dist/outline/viewAsMbox.cjs.js +2 -0
- package/dist/outline/viewAsMbox.cjs.js.map +1 -0
- package/dist/outline/viewAsMbox.esm.js +9 -0
- package/dist/outline/viewAsMbox.esm.js.map +1 -0
- package/dist/pad/padPane.d.ts +1 -2
- package/dist/pad/padPane2.cjs.js +2 -0
- package/dist/pad/padPane2.cjs.js.map +1 -0
- package/dist/pad/padPane2.esm.js +172 -0
- package/dist/pad/padPane2.esm.js.map +1 -0
- package/dist/playlist/playlistPane.cjs.js +2 -0
- package/dist/playlist/playlistPane.cjs.js.map +1 -0
- package/dist/playlist/playlistPane.esm.js +49 -0
- package/dist/playlist/playlistPane.esm.js.map +1 -0
- package/dist/profileUtils/ownerProfile.cjs.js +2 -0
- package/dist/profileUtils/ownerProfile.cjs.js.map +1 -0
- package/dist/profileUtils/ownerProfile.d.ts +1 -1
- package/dist/profileUtils/ownerProfile.esm.js +50 -0
- package/dist/profileUtils/ownerProfile.esm.js.map +1 -0
- package/dist/registerPanes.cjs.js +2 -0
- package/dist/registerPanes.cjs.js.map +1 -0
- package/dist/registerPanes.esm.js +45 -0
- package/dist/registerPanes.esm.js.map +1 -0
- package/dist/schedule/formsForSchedule.cjs.js +117 -0
- package/dist/schedule/formsForSchedule.cjs.js.map +1 -0
- package/dist/schedule/formsForSchedule.esm.js +6 -0
- package/dist/schedule/formsForSchedule.esm.js.map +1 -0
- package/dist/schedule/schedulePane.d.ts +2 -4
- package/dist/schedule/schedulePane2.cjs.js +8 -0
- package/dist/schedule/schedulePane2.cjs.js.map +1 -0
- package/dist/schedule/schedulePane2.esm.js +384 -0
- package/dist/schedule/schedulePane2.esm.js.map +1 -0
- package/dist/sharing/sharingPane.cjs.js +2 -0
- package/dist/sharing/sharingPane.cjs.js.map +1 -0
- package/dist/sharing/sharingPane.esm.js +22 -0
- package/dist/sharing/sharingPane.esm.js.map +1 -0
- package/dist/slideshow/slideshowPane.cjs.js +2 -0
- package/dist/slideshow/slideshowPane.cjs.js.map +1 -0
- package/dist/slideshow/slideshowPane.esm.js +46 -0
- package/dist/slideshow/slideshowPane.esm.js.map +1 -0
- package/dist/social/editProfileDetails.cjs.js +2 -0
- package/dist/social/editProfileDetails.cjs.js.map +1 -0
- package/dist/social/editProfileDetails.d.ts +1 -2
- package/dist/social/editProfileDetails.esm.js +10 -0
- package/dist/social/editProfileDetails.esm.js.map +1 -0
- package/dist/social/icons.cjs.js +82 -0
- package/dist/social/icons.cjs.js.map +1 -0
- package/dist/social/{icons.js → icons.esm.js} +12 -18
- package/dist/social/icons.esm.js.map +1 -0
- package/dist/social/socialPane.d.ts +2 -3
- package/dist/social/socialPane2.cjs.js +6 -0
- package/dist/social/socialPane2.cjs.js.map +1 -0
- package/dist/social/socialPane2.esm.js +326 -0
- package/dist/social/socialPane2.esm.js.map +1 -0
- package/dist/social/socialSections.cjs.js +2 -0
- package/dist/social/socialSections.cjs.js.map +1 -0
- package/dist/social/socialSections.d.ts +2 -2
- package/dist/social/socialSections.esm.js +221 -0
- package/dist/social/socialSections.esm.js.map +1 -0
- package/dist/social/triage.cjs.js +2 -0
- package/dist/social/triage.cjs.js.map +1 -0
- package/dist/social/triage.d.ts +2 -2
- package/dist/social/triage.esm.js +44 -0
- package/dist/social/triage.esm.js.map +1 -0
- package/dist/tabbed/tabbedPane.cjs.js +2 -0
- package/dist/tabbed/tabbedPane.cjs.js.map +1 -0
- package/dist/tabbed/tabbedPane.d.ts +1 -1
- package/dist/tabbed/tabbedPane.esm.js +38 -0
- package/dist/tabbed/tabbedPane.esm.js.map +1 -0
- package/dist/tableViewPane.cjs.js +2 -0
- package/dist/tableViewPane.cjs.js.map +1 -0
- package/dist/tableViewPane.esm.js +20 -0
- package/dist/tableViewPane.esm.js.map +1 -0
- package/dist/transaction/pane.cjs.js +8 -0
- package/dist/transaction/pane.cjs.js.map +1 -0
- package/dist/transaction/pane.esm.js +212 -0
- package/dist/transaction/pane.esm.js.map +1 -0
- package/dist/transaction/period.cjs.js +4 -0
- package/dist/transaction/period.cjs.js.map +1 -0
- package/dist/transaction/period.esm.js +126 -0
- package/dist/transaction/period.esm.js.map +1 -0
- package/dist/trip/tripPane.cjs.js +2 -0
- package/dist/trip/tripPane.cjs.js.map +1 -0
- package/dist/trip/tripPane.esm.js +85 -0
- package/dist/trip/tripPane.esm.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.dom.cjs.js +2 -0
- package/dist/trustedApplications/trustedApplications.dom.cjs.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.dom.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.dom.esm.js +108 -0
- package/dist/trustedApplications/trustedApplications.dom.esm.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.utils.cjs.js +2 -0
- package/dist/trustedApplications/trustedApplications.utils.cjs.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.utils.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.utils.esm.js +20 -0
- package/dist/trustedApplications/trustedApplications.utils.esm.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.view.cjs.js +2 -0
- package/dist/trustedApplications/trustedApplications.view.cjs.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.view.d.ts +1 -1
- package/dist/trustedApplications/trustedApplications.view.esm.js +41 -0
- package/dist/trustedApplications/trustedApplications.view.esm.js.map +1 -0
- package/dist/ui/pane.cjs.js +4 -0
- package/dist/ui/pane.cjs.js.map +1 -0
- package/dist/ui/pane.esm.js +56 -0
- package/dist/ui/pane.esm.js.map +1 -0
- package/dist/versionInfo.cjs.js +2 -0
- package/dist/versionInfo.cjs.js.map +1 -0
- package/dist/versionInfo.esm.js +40 -0
- package/dist/versionInfo.esm.js.map +1 -0
- package/dist/video/videoPane.cjs.js +2 -0
- package/dist/video/videoPane.cjs.js.map +1 -0
- package/dist/video/videoPane.esm.js +25 -0
- package/dist/video/videoPane.esm.js.map +1 -0
- package/package.json +35 -59
- package/dist/0314353e28ce6e5539af.svg +0 -9
- 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 +0 -6
- 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 +0 -9
- package/dist/92d03142abe6efc0b42d.svg +0 -6
- package/dist/976473cf5fe24d657d4b.png +0 -0
- package/dist/RDFXMLPane.css +0 -70
- package/dist/RDFXMLPane.js +0 -100
- package/dist/argument/argumentPane.js +0 -60
- package/dist/attach/attachPane.js +0 -393
- package/dist/audio/audioPane.js +0 -181
- package/dist/bda84f59e7216675a208.png +0 -0
- package/dist/cd68e8f3990ba8b2139e.png +0 -0
- package/dist/classInstancePane.js +0 -91
- package/dist/dashboard/basicPreferences.js +0 -147
- package/dist/dashboard/dashboardPane.js +0 -73
- package/dist/dashboard/homepage.js +0 -42
- package/dist/dataContentPane.css +0 -271
- package/dist/dataContentPane.js +0 -226
- package/dist/defaultPane.css +0 -97
- package/dist/defaultPane.js +0 -81
- package/dist/dokieli/dokieliPane.js +0 -74
- package/dist/e7074a7e2cb69e51cfd3.png +0 -0
- package/dist/f3772696fb7ee53c23d8.png +0 -0
- package/dist/form/formPane.css +0 -120
- package/dist/form/pane.js +0 -250
- package/dist/home/homePane.js +0 -74
- package/dist/humanReadablePane.css +0 -129
- package/dist/humanReadablePane.js +0 -243
- package/dist/icons/clock.svg +0 -7
- package/dist/icons/comment.svg +0 -6
- package/dist/icons/dashboard.svg +0 -9
- package/dist/icons/downArrow.svg +0 -6
- package/dist/icons/folder.svg +0 -6
- package/dist/icons/friends.svg +0 -9
- package/dist/icons/help.svg +0 -8
- package/dist/icons/iconHelper.js +0 -23
- package/dist/icons/person.svg +0 -6
- package/dist/icons/personInCircle.svg +0 -8
- package/dist/icons/sharing.svg +0 -10
- package/dist/icons/signOut.svg +0 -8
- package/dist/icons/signUp.svg +0 -9
- package/dist/icons/star.svg +0 -3
- package/dist/imagePane.css +0 -4
- package/dist/imagePane.js +0 -67
- package/dist/index.js +0 -123
- package/dist/internal/internalPane.css +0 -14
- package/dist/internal/internalPane.js +0 -183
- package/dist/mainPage/footer.js +0 -29
- package/dist/mainPage/header.js +0 -203
- package/dist/mainPage/index.js +0 -78
- package/dist/mainPage/menu.css +0 -243
- package/dist/mainPage/menu.js +0 -449
- package/dist/microblogPane/mbStyle.css +0 -267
- package/dist/microblogPane/microblogPane.js +0 -1031
- package/dist/n3Pane.css +0 -49
- package/dist/n3Pane.js +0 -88
- package/dist/outline/context.js +0 -21
- package/dist/outline/manager.css +0 -78
- package/dist/outline/manager.js +0 -2115
- package/dist/outline/outlineIcons.js +0 -126
- package/dist/outline/propertyViews.js +0 -43
- package/dist/outline/queryByExample.js +0 -285
- package/dist/outline/userInput.js +0 -1821
- package/dist/outline/viewAsImage.js +0 -14
- package/dist/outline/viewAsMbox.js +0 -21
- package/dist/pad/padPane.css +0 -40
- package/dist/pad/padPane.js +0 -421
- package/dist/playlist/playlistPane.js +0 -119
- package/dist/profileUtils/ownerProfile.js +0 -84
- package/dist/registerPanes.js +0 -145
- package/dist/schedule/schedulePane.css +0 -294
- package/dist/schedule/schedulePane.js +0 -1022
- package/dist/sharing/sharingPane.js +0 -48
- package/dist/slideshow/slideshowPane.js +0 -79
- package/dist/social/editProfileDetails.js +0 -362
- package/dist/social/socialPane.css +0 -1464
- package/dist/social/socialPane.js +0 -651
- package/dist/social/socialSections.js +0 -393
- package/dist/social/spinner.js +0 -13
- package/dist/social/triage.js +0 -79
- package/dist/solid-panes.js +0 -87502
- package/dist/solid-panes.js.map +0 -1
- package/dist/solid-panes.min.js +0 -3811
- package/dist/solid-panes.min.js.map +0 -1
- package/dist/styles/tabbedtab.css +0 -1066
- package/dist/styles/utilities.css +0 -5
- package/dist/tabbed/tabbedPane.js +0 -59
- package/dist/tableViewPane.js +0 -56
- package/dist/transaction/pane.js +0 -477
- package/dist/transaction/period.js +0 -323
- package/dist/trip/tripPane.js +0 -174
- package/dist/trustedApplications/trustedApplications.dom.js +0 -145
- package/dist/trustedApplications/trustedApplications.utils.js +0 -23
- package/dist/trustedApplications/trustedApplications.view.js +0 -55
- package/dist/ui/pane.js +0 -146
- package/dist/versionInfo.js +0 -41
- package/dist/video/videoPane.js +0 -42
|
@@ -1,84 +0,0 @@
|
|
|
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
|
-
}
|
package/dist/registerPanes.js
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,294 +0,0 @@
|
|
|
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
|
-
}
|