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,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _solidUi = require("solid-ui");
|
|
8
|
-
var _solidLogic = require("solid-logic");
|
|
9
|
-
var _trustedApplications = require("./trustedApplications.dom");
|
|
10
|
-
const thisColor = '#418d99';
|
|
11
|
-
const trustedApplicationView = {
|
|
12
|
-
global: true,
|
|
13
|
-
icon: `${_solidUi.icons.iconBase}noun_15177.svg`,
|
|
14
|
-
name: 'trustedApplications',
|
|
15
|
-
label: () => null,
|
|
16
|
-
render: (subject, context) => {
|
|
17
|
-
const dom = context.dom;
|
|
18
|
-
const div = dom.createElement('div');
|
|
19
|
-
div.classList.add('trusted-applications-pane');
|
|
20
|
-
div.setAttribute('style', 'border: 0.3em solid ' + thisColor + '; border-radius: 0.5em; padding: 0.7em; margin-top:0.7em;');
|
|
21
|
-
const table = div.appendChild(dom.createElement('table'));
|
|
22
|
-
const main = table.appendChild(dom.createElement('tr'));
|
|
23
|
-
const bottom = table.appendChild(dom.createElement('tr'));
|
|
24
|
-
const statusArea = bottom.appendChild(dom.createElement('div'));
|
|
25
|
-
statusArea.setAttribute('style', 'padding: 0.7em;');
|
|
26
|
-
render(dom, main, statusArea).catch(err => statusArea.appendChild(_solidUi.widgets.errorMessageBlock(dom, err)));
|
|
27
|
-
return div;
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
async function render(dom, main, statusArea) {
|
|
31
|
-
const authContext = await _solidUi.login.ensureLoadedProfile({
|
|
32
|
-
dom,
|
|
33
|
-
div: main,
|
|
34
|
-
statusArea,
|
|
35
|
-
me: null
|
|
36
|
-
});
|
|
37
|
-
const subject = authContext.me;
|
|
38
|
-
const profile = subject.doc();
|
|
39
|
-
if (!_solidLogic.store.updater) {
|
|
40
|
-
throw new Error('Store has no updater');
|
|
41
|
-
}
|
|
42
|
-
const editable = _solidLogic.store.updater.editable(profile.uri, _solidLogic.store);
|
|
43
|
-
main.appendChild((0, _trustedApplications.createText)('h3', 'Manage your trusted applications'));
|
|
44
|
-
if (!editable) {
|
|
45
|
-
main.appendChild(_solidUi.widgets.errorMessageBlock(dom, `Your profile ${subject.doc().uri} is not editable, so we cannot do much here.`));
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
main.appendChild((0, _trustedApplications.createText)('p', 'Here you can manage the applications you trust.'));
|
|
49
|
-
const applicationsTable = (0, _trustedApplications.createApplicationTable)(subject);
|
|
50
|
-
main.appendChild(applicationsTable);
|
|
51
|
-
main.appendChild((0, _trustedApplications.createText)('h4', 'Notes'));
|
|
52
|
-
main.appendChild((0, _trustedApplications.createContainer)('ol', [main.appendChild((0, _trustedApplications.createText)('li', 'Trusted applications will get access to all resources that you have access to.')), main.appendChild((0, _trustedApplications.createText)('li', 'You can limit which modes they have by default.')), main.appendChild((0, _trustedApplications.createText)('li', 'They will not gain more access than you have.'))]));
|
|
53
|
-
main.appendChild((0, _trustedApplications.createText)('p', 'Application URLs must be valid URL. Examples are http://localhost:3000, https://trusted.app, and https://sub.trusted.app.'));
|
|
54
|
-
}
|
|
55
|
-
var _default = exports.default = trustedApplicationView;
|
package/dist/ui/pane.js
DELETED
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var UI = _interopRequireWildcard(require("solid-ui"));
|
|
8
|
-
var $rdf = _interopRequireWildcard(require("rdflib"));
|
|
9
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
10
|
-
/* Form building/editing Pane
|
|
11
|
-
**
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
const ns = UI.ns;
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
// noun_170702.svg' builder noun_122196.svg form
|
|
17
|
-
icon: UI.icons.iconBase + 'noun_170702.svg',
|
|
18
|
-
name: 'ui',
|
|
19
|
-
audience: [ns.solid('PowerUser')],
|
|
20
|
-
// Does the subject deserve this pane?
|
|
21
|
-
label: function (subject, context) {
|
|
22
|
-
const ns = UI.ns;
|
|
23
|
-
const kb = context.session.store;
|
|
24
|
-
const t = kb.findTypeURIs(subject);
|
|
25
|
-
if (t[ns.rdfs('Class').uri]) return 'creation forms';
|
|
26
|
-
// if (t[ns.rdf('Property').uri]) return "user interface";
|
|
27
|
-
if (t[ns.ui('Form').uri]) return 'edit form';
|
|
28
|
-
return null; // No under other circumstances (while testing at least!)
|
|
29
|
-
},
|
|
30
|
-
render: function (subject, context) {
|
|
31
|
-
const dom = context.dom;
|
|
32
|
-
const kb = context.session.store;
|
|
33
|
-
const ns = UI.ns;
|
|
34
|
-
const box = dom.createElement('div');
|
|
35
|
-
box.setAttribute('class', 'formPane'); // Share styles
|
|
36
|
-
const label = UI.utils.label(subject);
|
|
37
|
-
const mention = function complain(message, style) {
|
|
38
|
-
const pre = dom.createElement('p');
|
|
39
|
-
pre.setAttribute('style', style || 'color: grey; background-color: white');
|
|
40
|
-
box.appendChild(pre).textContent = message;
|
|
41
|
-
return pre;
|
|
42
|
-
};
|
|
43
|
-
const complain = function complain(message, style) {
|
|
44
|
-
mention(message, 'style', style || 'color: grey; background-color: #fdd');
|
|
45
|
-
};
|
|
46
|
-
const complainIfBad = function (ok, body) {
|
|
47
|
-
if (ok) {
|
|
48
|
-
// setModifiedDate(store, kb, store);
|
|
49
|
-
// rerender(box); // Deleted forms at the moment
|
|
50
|
-
} else complain('Sorry, failed to save your change:\n' + body);
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
// //////////////////////////////////////////////////////////////////////////////
|
|
54
|
-
|
|
55
|
-
const t = kb.findTypeURIs(subject);
|
|
56
|
-
let store = null;
|
|
57
|
-
let docuri;
|
|
58
|
-
if (subject.uri) {
|
|
59
|
-
docuri = $rdf.Util.uri.docpart(subject.uri);
|
|
60
|
-
if (subject.uri !== docuri && kb.updater.editable(docuri)) {
|
|
61
|
-
store = kb.sym($rdf.Util.uri.docpart(subject.uri));
|
|
62
|
-
} // an editable ontology with hash
|
|
63
|
-
}
|
|
64
|
-
if (!store) store = kb.any(kb.sym(docuri), ns.link('annotationStore'));
|
|
65
|
-
if (!store) store = UI.widgets.defaultAnnotationStore(subject);
|
|
66
|
-
if (!store) {
|
|
67
|
-
store = kb.sym('https://formsregistry.solid.community/public/formRegistry/'); // fallback
|
|
68
|
-
}
|
|
69
|
-
// if (!store) store = kb.sym('http://tabulator.org/wiki/ontologyAnnotation/common') // fallback
|
|
70
|
-
|
|
71
|
-
// A fallback which gives a different store page for each ontology would be good @@
|
|
72
|
-
|
|
73
|
-
let pred;
|
|
74
|
-
if (t[ns.rdfs('Class').uri]) {
|
|
75
|
-
// Stuff we can do before we load the store
|
|
76
|
-
}
|
|
77
|
-
const wait = mention('(Loading data from: ' + store + ')');
|
|
78
|
-
kb.fetcher.nowOrWhenFetched(store.uri, subject, function (ok, body) {
|
|
79
|
-
if (!ok) {
|
|
80
|
-
complain('Cannot load store ' + store + ' :' + body);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
box.removeChild(wait);
|
|
84
|
-
|
|
85
|
-
// Render a Class -- the forms associated with it
|
|
86
|
-
|
|
87
|
-
if (t[ns.rdfs('Class').uri]) {
|
|
88
|
-
// For each creation form, allow one to create a new object with it, and also to edit the form.
|
|
89
|
-
const displayFormsForRelation = function displayFormsForRelation(pred, allowCreation) {
|
|
90
|
-
const sts = kb.statementsMatching(subject, pred);
|
|
91
|
-
const outliner = context.getOutliner(dom);
|
|
92
|
-
if (sts.length) {
|
|
93
|
-
for (let i = 0; i < sts.length; i++) {
|
|
94
|
-
outliner.appendPropertyTRs(box, [sts[i]]);
|
|
95
|
-
const form = sts[i].object;
|
|
96
|
-
const cell = dom.createElement('td');
|
|
97
|
-
box.lastChild.appendChild(cell);
|
|
98
|
-
if (allowCreation) {
|
|
99
|
-
cell.appendChild(UI.widgets.newButton(dom, kb, null, null, subject, form, store, function (ok, body) {
|
|
100
|
-
if (ok) {
|
|
101
|
-
// dom.outlineManager.GotoSubject(newThing@@, true, undefined, true, undefined);
|
|
102
|
-
// rerender(box); // Deleted forms at the moment
|
|
103
|
-
} else {
|
|
104
|
-
complain('Sorry, failed to save your change:\n' + body);
|
|
105
|
-
}
|
|
106
|
-
}));
|
|
107
|
-
}
|
|
108
|
-
let formdef = kb.statementsMatching(form, ns.rdf('type'));
|
|
109
|
-
if (!formdef.length) formdef = kb.statementsMatching(form);
|
|
110
|
-
if (!formdef.length) complain('No data about form');else {
|
|
111
|
-
UI.widgets.editFormButton(dom, box, form, formdef[0].why, complainIfBad);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
box.appendChild(dom.createElement('hr'));
|
|
115
|
-
} else {
|
|
116
|
-
mention('There are currently no known forms to make a ' + label + '.');
|
|
117
|
-
}
|
|
118
|
-
};
|
|
119
|
-
pred = ns.ui('creationForm');
|
|
120
|
-
box.appendChild(dom.createElement('h2')).textContent = UI.utils.label(pred);
|
|
121
|
-
mention('Creation forms allow you to add information about a new thing,' + ' in this case a new ' + label + '.');
|
|
122
|
-
displayFormsForRelation(pred, true);
|
|
123
|
-
box.appendChild(dom.createElement('hr'));
|
|
124
|
-
mention('You can make a new creation form:');
|
|
125
|
-
box.appendChild(UI.widgets.newButton(dom, kb, subject, pred, ns.ui('Form'), null, store, complainIfBad));
|
|
126
|
-
box.appendChild(dom.createElement('hr'));
|
|
127
|
-
pred = ns.ui('annotationForm');
|
|
128
|
-
box.appendChild(dom.createElement('h2')).textContent = UI.utils.label(pred);
|
|
129
|
-
mention('Annotaion forms allow you to add extra information about a ,' + label + ' we already know about.');
|
|
130
|
-
displayFormsForRelation(pred, false);
|
|
131
|
-
box.appendChild(dom.createElement('hr'));
|
|
132
|
-
mention('You can make a new annotation form:');
|
|
133
|
-
box.appendChild(UI.widgets.newButton(dom, kb, subject, pred, ns.ui('Form'), null, store, complainIfBad));
|
|
134
|
-
mention('(Storing new forms in: ' + store + ')');
|
|
135
|
-
|
|
136
|
-
// Render a Form
|
|
137
|
-
} else if (t[ns.ui('Form').uri]) {
|
|
138
|
-
UI.widgets.appendForm(dom, box, kb, subject, ns.ui('FormForm'), store, complainIfBad);
|
|
139
|
-
} else {
|
|
140
|
-
complain('ui/pane internal error -- Eh?');
|
|
141
|
-
}
|
|
142
|
-
}); // end: when store loded
|
|
143
|
-
|
|
144
|
-
return box;
|
|
145
|
-
}
|
|
146
|
-
}; // ends
|
package/dist/versionInfo.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _default = exports.default = {
|
|
8
|
-
buildTime: '2026-06-21T16:22:55Z',
|
|
9
|
-
commit: '647e747737da2fa509c55bf4510f87dd24806717',
|
|
10
|
-
npmInfo: {
|
|
11
|
-
'solid-panes': '4.4.2-2',
|
|
12
|
-
npm: '10.9.8',
|
|
13
|
-
node: '22.22.3',
|
|
14
|
-
acorn: '8.16.0',
|
|
15
|
-
ada: '2.9.2',
|
|
16
|
-
amaro: '1.1.8',
|
|
17
|
-
ares: '1.34.6',
|
|
18
|
-
brotli: '1.1.0',
|
|
19
|
-
cjs_module_lexer: '2.2.0',
|
|
20
|
-
cldr: '48.0',
|
|
21
|
-
icu: '78.2',
|
|
22
|
-
llhttp: '9.3.1',
|
|
23
|
-
modules: '127',
|
|
24
|
-
napi: '10',
|
|
25
|
-
nbytes: '0.1.3',
|
|
26
|
-
ncrypto: '0.0.1',
|
|
27
|
-
nghttp2: '1.64.0',
|
|
28
|
-
openssl: '3.5.6',
|
|
29
|
-
simdjson: '4.5.0',
|
|
30
|
-
simdutf: '6.4.2',
|
|
31
|
-
sqlite: '3.51.3',
|
|
32
|
-
tz: '2026a',
|
|
33
|
-
undici: '6.24.1',
|
|
34
|
-
unicode: '17.0',
|
|
35
|
-
uv: '1.51.0',
|
|
36
|
-
uvwasi: '0.0.23',
|
|
37
|
-
v8: '12.4.254.21-node.56',
|
|
38
|
-
zlib: '1.3.1-e00f703',
|
|
39
|
-
zstd: '1.5.7'
|
|
40
|
-
}
|
|
41
|
-
};
|
package/dist/video/videoPane.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var UI = _interopRequireWildcard(require("solid-ui"));
|
|
8
|
-
var $rdf = _interopRequireWildcard(require("rdflib"));
|
|
9
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
10
|
-
/* Single video play Pane
|
|
11
|
-
**
|
|
12
|
-
*/
|
|
13
|
-
var _default = exports.default = {
|
|
14
|
-
icon: UI.icons.iconBase + 'noun_1619.svg',
|
|
15
|
-
name: 'video',
|
|
16
|
-
// Does the subject deserve an slideshow pane?
|
|
17
|
-
label: function (subject, context) {
|
|
18
|
-
const kb = context.session.store;
|
|
19
|
-
const typeURIs = kb.findTypeURIs(subject);
|
|
20
|
-
const prefix = $rdf.Util.mediaTypeClass('video/*').uri.split('*')[0];
|
|
21
|
-
for (const t in typeURIs) {
|
|
22
|
-
if (t.startsWith(prefix)) return 'Play video';
|
|
23
|
-
}
|
|
24
|
-
return null;
|
|
25
|
-
},
|
|
26
|
-
render: function (subject, context) {
|
|
27
|
-
const kb = context.session.store;
|
|
28
|
-
const dom = context.dom;
|
|
29
|
-
const div = dom.createElement('div');
|
|
30
|
-
const video = div.appendChild(dom.createElement('video'));
|
|
31
|
-
video.setAttribute('controls', 'yes');
|
|
32
|
-
// get video with authenticated fetch
|
|
33
|
-
kb.fetcher._fetch(subject.uri).then(function (response) {
|
|
34
|
-
return response.blob();
|
|
35
|
-
}).then(function (myBlob) {
|
|
36
|
-
const objectURL = URL.createObjectURL(myBlob);
|
|
37
|
-
video.setAttribute('src', objectURL); // w640 h480 //
|
|
38
|
-
});
|
|
39
|
-
video.setAttribute('width', '100%');
|
|
40
|
-
return div;
|
|
41
|
-
}
|
|
42
|
-
}; // ends
|