solid-panes 3.5.27 → 3.5.28-59efa615
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/.babelrc +0 -0
- package/.eslintignore +0 -0
- package/.eslintrc +0 -0
- package/.github/workflows/ci.yml +0 -0
- package/.nvmrc +0 -0
- package/Documentation/VisualLanguage.html +0 -0
- package/Documentation/conventions.md +0 -0
- package/LICENSE.md +0 -0
- package/README.md +0 -2
- package/dev/index.html +0 -0
- package/dev/loader.ts +0 -0
- package/dev/pane/index.ts +0 -0
- package/doc/images/panes-for-classes.epgz +0 -0
- package/doc/images/panes-for-classes.svg +0 -0
- package/jest.config.js +0 -0
- package/jest.setup.ts +0 -0
- package/lib/RDFXMLPane.js +15 -9
- package/lib/RDFXMLPane.js.map +1 -1
- package/lib/argument/argumentPane.js +12 -11
- package/lib/argument/argumentPane.js.map +1 -1
- package/lib/attach/attachPane.js +58 -90
- package/lib/attach/attachPane.js.map +1 -1
- package/lib/audio/audioPane.js +19 -37
- package/lib/audio/audioPane.js.map +1 -1
- package/lib/classInstancePane.js +21 -22
- package/lib/classInstancePane.js.map +1 -1
- package/lib/dashboard/basicPreferences.d.ts +0 -0
- package/lib/dashboard/basicPreferences.d.ts.map +0 -0
- package/lib/dashboard/basicPreferences.js +96 -154
- package/lib/dashboard/basicPreferences.js.map +1 -1
- package/lib/dashboard/dashboardPane.d.ts +0 -0
- package/lib/dashboard/dashboardPane.d.ts.map +0 -0
- package/lib/dashboard/dashboardPane.js +2 -18
- package/lib/dashboard/dashboardPane.js.map +1 -1
- package/lib/dashboard/homepage.d.ts +0 -0
- package/lib/dashboard/homepage.d.ts.map +0 -0
- package/lib/dashboard/homepage.js +27 -49
- package/lib/dashboard/homepage.js.map +1 -1
- package/lib/dataContentPane.js +26 -61
- package/lib/dataContentPane.js.map +1 -1
- package/lib/defaultPane.js +23 -23
- package/lib/defaultPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +29 -34
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/dokieli/new.js +6 -1
- package/lib/dokieli/new.js.map +1 -1
- package/lib/form/pane.js +34 -45
- package/lib/form/pane.js.map +1 -1
- package/lib/global.d.js +0 -0
- package/lib/global.d.js.map +0 -0
- package/lib/home/homePane.d.ts +0 -0
- package/lib/home/homePane.d.ts.map +0 -0
- package/lib/home/homePane.js +49 -67
- package/lib/home/homePane.js.map +1 -1
- package/lib/humanReadablePane.js +14 -28
- package/lib/humanReadablePane.js.map +1 -1
- package/lib/imagePane.js +19 -14
- package/lib/imagePane.js.map +1 -1
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +6 -20
- package/lib/index.js.map +1 -1
- package/lib/internal/internalPane.d.ts +0 -0
- package/lib/internal/internalPane.d.ts.map +0 -0
- package/lib/internal/internalPane.js +10 -41
- package/lib/internal/internalPane.js.map +1 -1
- package/lib/mainPage/footer.d.ts +0 -0
- package/lib/mainPage/footer.d.ts.map +0 -0
- package/lib/mainPage/footer.js +0 -4
- package/lib/mainPage/footer.js.map +1 -1
- package/lib/mainPage/header.d.ts +0 -0
- package/lib/mainPage/header.d.ts.map +0 -0
- package/lib/mainPage/header.js +66 -100
- package/lib/mainPage/header.js.map +1 -1
- package/lib/mainPage/index.d.ts +0 -0
- package/lib/mainPage/index.d.ts.map +0 -0
- package/lib/mainPage/index.js +17 -30
- package/lib/mainPage/index.js.map +1 -1
- package/lib/microblogPane/microblogPane.js +182 -321
- package/lib/microblogPane/microblogPane.js.map +1 -1
- package/lib/n3Pane.js +12 -8
- package/lib/n3Pane.js.map +1 -1
- package/lib/outline/context.d.ts +0 -0
- package/lib/outline/context.d.ts.map +0 -0
- package/lib/outline/context.js +0 -2
- package/lib/outline/context.js.map +1 -1
- package/lib/outline/licenseOptions.js +21 -35
- package/lib/outline/licenseOptions.js.map +1 -1
- package/lib/outline/manager.js +740 -1176
- package/lib/outline/manager.js.map +1 -1
- package/lib/outline/manager.test.js +16 -25
- package/lib/outline/manager.test.js.map +1 -1
- package/lib/outline/outlineIcons.js +39 -26
- package/lib/outline/outlineIcons.js.map +1 -1
- package/lib/outline/propertyViews.d.ts +3 -2
- package/lib/outline/propertyViews.d.ts.map +1 -1
- package/lib/outline/propertyViews.js +7 -15
- package/lib/outline/propertyViews.js.map +1 -1
- package/lib/outline/propertyViews.test.js +7 -7
- package/lib/outline/propertyViews.test.js.map +1 -1
- package/lib/outline/queryByExample.js +28 -80
- package/lib/outline/queryByExample.js.map +1 -1
- package/lib/outline/userInput.js +221 -459
- package/lib/outline/userInput.js.map +1 -1
- package/lib/outline/viewAsImage.d.ts +0 -0
- package/lib/outline/viewAsImage.d.ts.map +0 -0
- package/lib/outline/viewAsImage.js +0 -6
- package/lib/outline/viewAsImage.js.map +1 -1
- package/lib/outline/viewAsMbox.d.ts +0 -0
- package/lib/outline/viewAsMbox.d.ts.map +0 -0
- package/lib/outline/viewAsMbox.js +3 -4
- package/lib/outline/viewAsMbox.js.map +1 -1
- package/lib/pad/padPane.d.ts +0 -0
- package/lib/pad/padPane.d.ts.map +0 -0
- package/lib/pad/padPane.js +45 -93
- package/lib/pad/padPane.js.map +1 -1
- package/lib/playlist/playlistPane.js +11 -21
- package/lib/playlist/playlistPane.js.map +1 -1
- package/lib/profile/editProfile.view.d.ts +0 -0
- package/lib/profile/editProfile.view.d.ts.map +1 -1
- package/lib/profile/editProfile.view.js +22 -23
- package/lib/profile/editProfile.view.js.map +1 -1
- package/lib/profile/profile.dom.d.ts +0 -0
- package/lib/profile/profile.dom.d.ts.map +0 -0
- package/lib/profile/profile.dom.js +0 -3
- package/lib/profile/profile.dom.js.map +1 -1
- package/lib/registerPanes.js +99 -54
- package/lib/registerPanes.js.map +1 -1
- package/lib/schedule/formsForSchedule.js +6 -1
- package/lib/schedule/formsForSchedule.js.map +1 -1
- package/lib/schedule/schedulePane.js +71 -126
- package/lib/schedule/schedulePane.js.map +1 -1
- package/lib/sharing/sharingPane.d.ts +0 -0
- package/lib/sharing/sharingPane.d.ts.map +0 -0
- package/lib/sharing/sharingPane.js +2 -10
- package/lib/sharing/sharingPane.js.map +1 -1
- package/lib/slideshow/slideshowPane.js +21 -21
- package/lib/slideshow/slideshowPane.js.map +1 -1
- package/lib/socialPane.js +58 -135
- package/lib/socialPane.js.map +1 -1
- package/lib/tabbed/tabbedPane.d.ts +0 -0
- package/lib/tabbed/tabbedPane.d.ts.map +0 -0
- package/lib/tabbed/tabbedPane.js +32 -48
- package/lib/tabbed/tabbedPane.js.map +1 -1
- package/lib/tableViewPane.js +15 -9
- package/lib/tableViewPane.js.map +1 -1
- package/lib/test-import-export/common.js +8 -3
- package/lib/test-import-export/common.js.map +1 -1
- package/lib/test-import-export/edit-importer.js +10 -14
- package/lib/test-import-export/edit-importer.js.map +1 -1
- package/lib/test-import-export/testImportExport.js +0 -0
- package/lib/test-import-export/testImportExport.js.map +0 -0
- package/lib/transaction/pane.js +38 -91
- package/lib/transaction/pane.js.map +1 -1
- package/lib/transaction/period.js +27 -71
- package/lib/transaction/period.js.map +1 -1
- package/lib/trip/tripPane.js +38 -35
- package/lib/trip/tripPane.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.dom.d.ts +0 -0
- package/lib/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
- package/lib/trustedApplications/trustedApplications.dom.js +12 -35
- package/lib/trustedApplications/trustedApplications.dom.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.test.js +6 -8
- package/lib/trustedApplications/trustedApplications.test.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.utils.d.ts +0 -0
- package/lib/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
- package/lib/trustedApplications/trustedApplications.utils.js +1 -11
- package/lib/trustedApplications/trustedApplications.utils.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.view.d.ts +0 -0
- package/lib/trustedApplications/trustedApplications.view.d.ts.map +0 -0
- package/lib/trustedApplications/trustedApplications.view.js +38 -61
- package/lib/trustedApplications/trustedApplications.view.js.map +1 -1
- package/lib/types.d.ts +0 -0
- package/lib/types.d.ts.map +0 -0
- package/lib/types.js +0 -0
- package/lib/types.js.map +0 -0
- package/lib/ui/pane.js +30 -29
- package/lib/ui/pane.js.map +1 -1
- package/lib/versionInfo.d.ts +0 -0
- package/lib/versionInfo.d.ts.map +0 -0
- package/lib/versionInfo.js +14 -14
- package/lib/versionInfo.js.map +1 -1
- package/lib/video/videoPane.js +11 -7
- package/lib/video/videoPane.js.map +1 -1
- package/package.json +26 -26
- package/src/RDFXMLPane.js +2 -2
- package/src/argument/argumentPane.js +1 -1
- package/src/argument/argument_icon_v04.jpg +0 -0
- package/src/argument/icon_argument.png +0 -0
- package/src/argument/transparentyingyang.png +0 -0
- package/src/attach/attachPane.js +3 -3
- package/src/attach/tbl-paperclip-128.png +0 -0
- package/src/attach/tbl-paperclip-22.png +0 -0
- package/src/attach/tbl-paperclip-22a.png +0 -0
- package/src/audio/audioPane.js +3 -3
- package/src/chatPreferencesForm.ttl +0 -0
- package/src/classInstancePane.js +3 -3
- package/src/dashboard/basicPreferences.ts +0 -0
- package/src/dashboard/dashboardPane.ts +0 -0
- package/src/dashboard/homepage.ts +0 -0
- package/src/dashboard/languages/codes.html +0 -0
- package/src/dashboard/languages/codes.xml +0 -0
- package/src/dashboard/languages/codes2.txt +0 -0
- package/src/dashboard/languages/foo +0 -0
- package/src/dashboard/languages/foo.ttl +0 -0
- package/src/dashboard/languages/get-language-names.sh +0 -0
- package/src/dashboard/ontologyData.ttl +0 -0
- package/src/dashboard/preferencesFormText.ttl +0 -0
- package/src/dataContentPane.js +3 -4
- package/src/defaultPane.js +3 -3
- package/src/dokieli/Makefile +0 -0
- package/src/dokieli/dokieliPane.js +5 -5
- package/src/dokieli/new.html +0 -0
- package/src/dokieli/new.js +1 -1
- package/src/form/form-22.png +0 -0
- package/src/form/form-b-22.png +0 -0
- package/src/form/form.graffle +0 -0
- package/src/form/form.png +0 -0
- package/src/form/pane.js +2 -2
- package/src/form/psuedocode-notes.txt +0 -0
- package/src/global.d.ts +0 -0
- package/src/home/homePane.ts +0 -0
- package/src/humanReadablePane.js +0 -0
- package/src/imagePane.js +2 -2
- package/src/index.ts +1 -1
- package/src/internal/internalPane.ts +0 -0
- package/src/mainPage/footer.ts +0 -0
- package/src/mainPage/header.ts +0 -0
- package/src/mainPage/index.ts +0 -0
- package/src/meeting/Makefile +0 -0
- package/src/meeting/test/meeting1/Actions/actions.ttl +0 -0
- package/src/meeting/test/meeting1/Actions/config.ttl +0 -0
- package/src/meeting/test/meeting1/Actions/state.ttl +0 -0
- package/src/meeting/test/meeting1/Schedule/details.ttl +0 -0
- package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -0
- package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -0
- package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -0
- package/src/meeting/test/meeting1/Schedule/index.html +0 -0
- package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -0
- package/src/meeting/test/meeting1/Schedule/results.ttl +0 -0
- package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -0
- package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -0
- package/src/meeting/test/meeting1/chat/chat.ttl +0 -0
- package/src/meeting/test/meeting1/details.ttl +0 -0
- package/src/meeting/test/meeting1/pad/pad.ttl +0 -0
- package/src/microblogPane/mbStyle.css +0 -0
- package/src/microblogPane/microblogPane.js +1 -1
- package/src/n3Pane.js +2 -2
- package/src/outline/context.ts +0 -0
- package/src/outline/licenseOptions.js +9 -8
- package/src/outline/manager.js +18 -20
- package/src/outline/manager.test.ts +6 -0
- package/src/outline/outlineIcons.js +4 -2
- package/src/outline/propertyViews.test.ts +7 -1
- package/src/outline/propertyViews.ts +3 -3
- package/src/outline/queryByExample.js +3 -9
- package/src/outline/userInput.js +1 -1
- package/src/outline/viewAsImage.ts +0 -0
- package/src/outline/viewAsMbox.ts +0 -0
- package/src/pad/images/ColourOff.ai +0 -0
- package/src/pad/images/ColourOff.png +0 -0
- package/src/pad/images/ColourOn.ai +0 -0
- package/src/pad/images/ColourOn.png +0 -0
- package/src/pad/padPane.ts +0 -0
- package/src/playlist/playlistPane.js +3 -3
- package/src/profile/editProfile.view.ts +20 -0
- package/src/profile/profile.dom.ts +0 -0
- package/src/profile/profileFormText.ttl +0 -0
- package/src/registerPanes.js +92 -52
- package/src/schedule/Makefile +0 -0
- package/src/schedule/formsForSchedule.js +1 -1
- package/src/schedule/formsForSchedule.ttl +0 -0
- package/src/schedule/schedulePane.js +6 -2
- package/src/sharing/sharingPane.ts +0 -0
- package/src/slideshow/slideshowPane.js +3 -6
- package/src/socialPane.js +4 -5
- package/src/style/tabbedtab.css +0 -0
- package/src/tabbed/tabbedPane.ts +0 -0
- package/src/tableViewPane.js +3 -3
- package/src/test-import-export/common.js +1 -1
- package/src/test-import-export/edit-importer.js +5 -10
- package/src/test-import-export/testImportExport.js +0 -0
- package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
- package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
- package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
- package/src/transaction/pane.js +3 -3
- package/src/transaction/period.js +2 -2
- package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
- package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
- package/src/trip/tripPane.js +3 -3
- package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -0
- package/src/trustedApplications/trustedApplications.dom.ts +0 -0
- package/src/trustedApplications/trustedApplications.test.ts +4 -0
- package/src/trustedApplications/trustedApplications.utils.ts +0 -0
- package/src/trustedApplications/trustedApplications.view.ts +0 -0
- package/src/types.ts +0 -0
- package/src/ui/22-builder.png +0 -0
- package/src/ui/builder.graffle +0 -0
- package/src/ui/builder.png +0 -0
- package/src/ui/builder2.png +0 -0
- package/src/ui/pane.js +3 -3
- package/src/versionInfo.ts +14 -14
- package/src/video/videoPane.js +3 -3
- package/timestamp.sh +0 -0
- package/travis/bumpversion.js +0 -0
- package/tsconfig.json +0 -0
- package/typings/raw-loader.d.ts +0 -0
- package/typings/solid-namespace/index.d.ts +0 -0
- package/webpack.config.js +0 -0
package/src/registerPanes.js
CHANGED
|
@@ -1,76 +1,116 @@
|
|
|
1
|
-
|
|
1
|
+
import profilePane from 'profile-pane'
|
|
2
|
+
import editProfileView from './profile/editProfile.view'
|
|
3
|
+
import trustedApplications from './trustedApplications/trustedApplications.view'
|
|
4
|
+
import dashboardPane from './dashboard/dashboardPane'
|
|
5
|
+
import basicPreferences from './dashboard/basicPreferences'
|
|
6
|
+
import issuePane from 'issue-pane'
|
|
7
|
+
import contactsPane from 'contacts-pane'
|
|
8
|
+
import activityStreamsPane from 'activitystreams-pane'
|
|
9
|
+
import padPane from './pad/padPane'
|
|
10
|
+
// import argumentPane from './argument/argumentPane.js'
|
|
11
|
+
import transactionPane from './transaction/pane.js'
|
|
12
|
+
import financialPeriodPane from './transaction/period.js'
|
|
13
|
+
import meetingPane from 'meeting-pane'
|
|
14
|
+
import tabbedPane from './tabbed/tabbedPane'
|
|
15
|
+
import { longChatPane, shortChatPane } from 'chat-pane'
|
|
16
|
+
import { schedulePane } from './schedule/schedulePane.js'
|
|
17
|
+
// import publicationPane from './publication/publicationPane.js'
|
|
18
|
+
import tripPane from './trip/tripPane.js'
|
|
19
|
+
import { imagePane } from './imagePane.js'
|
|
20
|
+
import playListPane from './playlist/playlistPane.js'
|
|
21
|
+
import videoPane from './video/videoPane.js'
|
|
22
|
+
import audioPane from './audio/audioPane.js'
|
|
23
|
+
import dokieliPane from './dokieli/dokieliPane.js'
|
|
24
|
+
import folderPane from 'folder-pane'
|
|
25
|
+
import { classInstancePane } from './classInstancePane.js'
|
|
26
|
+
import { slideshowPane } from './slideshow/slideshowPane.js'
|
|
27
|
+
import { socialPane } from './socialPane.js'
|
|
28
|
+
import humanReadablePane from './humanReadablePane.js'
|
|
29
|
+
|
|
30
|
+
import { dataContentPane } from './dataContentPane.js'
|
|
31
|
+
import sourcePane from 'source-pane'
|
|
32
|
+
import { n3Pane } from './n3Pane.js'
|
|
33
|
+
import { RDFXMLPane } from './RDFXMLPane.js'
|
|
34
|
+
import { formPane } from './form/pane.js'
|
|
35
|
+
import { tableViewPane } from './tableViewPane.js'
|
|
36
|
+
import { defaultPane } from './defaultPane.js'
|
|
37
|
+
import uiPane from './ui/pane.js'
|
|
38
|
+
|
|
39
|
+
import sharingPane from './sharing/sharingPane'
|
|
40
|
+
import internalPane from './internal/internalPane'
|
|
41
|
+
|
|
42
|
+
import homePane from './home/homePane'
|
|
43
|
+
|
|
44
|
+
export function registerPanes (register) {
|
|
2
45
|
/* Note that the earliest panes have priority. So the most specific ones are first.
|
|
3
46
|
**
|
|
4
47
|
*/
|
|
5
48
|
// Developer designed:
|
|
6
49
|
|
|
7
|
-
register(
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
register(
|
|
11
|
-
register(
|
|
12
|
-
register(
|
|
13
|
-
register(
|
|
14
|
-
register(
|
|
15
|
-
register(
|
|
16
|
-
|
|
17
|
-
register(
|
|
18
|
-
// register(
|
|
19
|
-
|
|
20
|
-
register(
|
|
21
|
-
register(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
register(
|
|
34
|
-
register(require('./schedule/schedulePane.js'))
|
|
35
|
-
|
|
36
|
-
register(require('./trip/tripPane.js'))
|
|
50
|
+
register(profilePane) // View someone's public profile - dominates all other panes.
|
|
51
|
+
register(editProfileView) // Edit my profile. App. 201900802
|
|
52
|
+
|
|
53
|
+
register(trustedApplications) // must be registered before basicPreferences
|
|
54
|
+
register(dashboardPane)
|
|
55
|
+
register(basicPreferences)
|
|
56
|
+
register(issuePane)
|
|
57
|
+
register(contactsPane)
|
|
58
|
+
register(activityStreamsPane)
|
|
59
|
+
|
|
60
|
+
register(padPane)
|
|
61
|
+
// register(argumentPane) // A position in an argument tree
|
|
62
|
+
|
|
63
|
+
register(transactionPane)
|
|
64
|
+
register(financialPeriodPane)
|
|
65
|
+
|
|
66
|
+
register(meetingPane)
|
|
67
|
+
register(tabbedPane)
|
|
68
|
+
|
|
69
|
+
register(longChatPane) // Long pane must have prio in case short pane tries to do a long pane
|
|
70
|
+
register(shortChatPane) // was './chat/chatPane.js'
|
|
71
|
+
|
|
72
|
+
// register(publicationPane) // Suppress for now
|
|
73
|
+
|
|
74
|
+
register(schedulePane) // doodle poll
|
|
75
|
+
|
|
76
|
+
register(tripPane)
|
|
37
77
|
// register(require('./airPane.js'))
|
|
38
78
|
|
|
39
79
|
// Content views
|
|
40
80
|
|
|
41
|
-
register(
|
|
42
|
-
register(
|
|
81
|
+
register(imagePane) // Basic image view
|
|
82
|
+
register(playListPane) // Basic playlist view
|
|
43
83
|
|
|
44
|
-
register(
|
|
45
|
-
register(
|
|
84
|
+
register(videoPane) // Video clip player
|
|
85
|
+
register(audioPane) // Audio clip player
|
|
46
86
|
|
|
47
|
-
register(
|
|
48
|
-
register(
|
|
49
|
-
register(
|
|
87
|
+
register(dokieliPane) // Should be above dataContentPane
|
|
88
|
+
register(folderPane) // Should be above dataContentPane
|
|
89
|
+
register(classInstancePane) // Should be above dataContentPane
|
|
50
90
|
// register(require('./dynamic/dynamicPanes.js')) // warp etc warp broken 2017/8
|
|
51
|
-
register(
|
|
91
|
+
register(slideshowPane)
|
|
52
92
|
|
|
53
|
-
register(
|
|
93
|
+
register(socialPane)
|
|
54
94
|
|
|
55
|
-
register(
|
|
95
|
+
register(humanReadablePane) // A web page as a web page -- how to escape to tabr?
|
|
56
96
|
// register(require('markdown-pane').Pane) // replaced by markdown in humanReadablePane
|
|
57
97
|
|
|
58
|
-
register(
|
|
59
|
-
register(
|
|
60
|
-
register(
|
|
61
|
-
register(
|
|
98
|
+
register(dataContentPane) // Preferred for a data file
|
|
99
|
+
register(sourcePane) // edit source
|
|
100
|
+
register(n3Pane)
|
|
101
|
+
register(RDFXMLPane)
|
|
62
102
|
|
|
63
103
|
// User configured - data driven
|
|
64
|
-
register(
|
|
104
|
+
register(formPane)
|
|
65
105
|
|
|
66
106
|
// Generic:
|
|
67
107
|
|
|
68
|
-
register(
|
|
108
|
+
register(tableViewPane)
|
|
69
109
|
|
|
70
110
|
// Fallback totally generic:
|
|
71
|
-
register(
|
|
111
|
+
register(defaultPane)
|
|
72
112
|
|
|
73
|
-
register(
|
|
113
|
+
register(uiPane)
|
|
74
114
|
|
|
75
115
|
// register(require("categoryPane.js")) // Not useful enough
|
|
76
116
|
// register(require("pubsPane.js")) // not finished
|
|
@@ -91,12 +131,12 @@ module.exports = function registerPanes (register) {
|
|
|
91
131
|
// register(require("photoImportPane.js"))
|
|
92
132
|
|
|
93
133
|
// The sharing pane is fairly generic and administrative 201
|
|
94
|
-
register(
|
|
134
|
+
register(sharingPane)
|
|
95
135
|
|
|
96
136
|
// The internals pane is always (almost?) the last as it is the least user-friendly
|
|
97
|
-
register(
|
|
137
|
+
register(internalPane)
|
|
98
138
|
|
|
99
|
-
register(
|
|
139
|
+
register(homePane) // This is a global pane
|
|
100
140
|
|
|
101
141
|
// ENDS
|
|
102
142
|
}
|
package/src/schedule/Makefile
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -9,6 +9,11 @@ import { authn } from 'solid-logic'
|
|
|
9
9
|
const $rdf = UI.rdf
|
|
10
10
|
const ns = UI.ns
|
|
11
11
|
|
|
12
|
+
import formText from './formsForSchedule.js'
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
12
17
|
// @@ Give other combos too-- see schedule ontology
|
|
13
18
|
const possibleAvailabilities = [
|
|
14
19
|
ns.sched('No'),
|
|
@@ -16,7 +21,7 @@ const possibleAvailabilities = [
|
|
|
16
21
|
ns.sched('Yes')
|
|
17
22
|
]
|
|
18
23
|
|
|
19
|
-
|
|
24
|
+
export const schedulePane = {
|
|
20
25
|
icon: UI.icons.iconBase + 'noun_346777.svg', // @@ better?
|
|
21
26
|
|
|
22
27
|
name: 'schedule',
|
|
@@ -343,7 +348,6 @@ module.exports = {
|
|
|
343
348
|
const form2 = kb.sym(formsURI + '#form2')
|
|
344
349
|
const form3 = kb.sym(formsURI + '#form3')
|
|
345
350
|
|
|
346
|
-
const formText = require('./formsForSchedule.js')
|
|
347
351
|
$rdf.parse(formText, kb, formsURI, 'text/turtle') // Load forms directly
|
|
348
352
|
|
|
349
353
|
const inputStyle =
|
|
File without changes
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
/* slideshow Pane
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
|
-
|
|
4
|
+
import * as UI from 'solid-ui'
|
|
5
5
|
const ns = UI.ns
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
import makeBSS from '@solid/better-simple-slideshow'
|
|
8
8
|
|
|
9
|
-
const
|
|
10
|
-
// load also js/panes/slideshow/better-simple-slideshow/css/simple-slideshow-styles.css
|
|
11
|
-
|
|
12
|
-
module.exports = {
|
|
9
|
+
export const slideshowPane = {
|
|
13
10
|
icon: UI.icons.iconBase + 'noun_138712.svg',
|
|
14
11
|
|
|
15
12
|
name: 'slideshow',
|
package/src/socialPane.js
CHANGED
|
@@ -10,9 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
import * as UI from 'solid-ui'
|
|
12
12
|
import { authn } from 'solid-logic'
|
|
13
|
-
import * as $rdf from 'rdflib'
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
export const socialPane = {
|
|
16
15
|
icon: UI.icons.originalIconBase + 'foaf/foafTiny.gif',
|
|
17
16
|
|
|
18
17
|
name: 'social',
|
|
@@ -376,7 +375,7 @@ module.exports = {
|
|
|
376
375
|
// @@ Does not look up profiles
|
|
377
376
|
// Does distinguish reciprocated from unreciprocated friendships
|
|
378
377
|
//
|
|
379
|
-
function
|
|
378
|
+
function _triageFriends (s) {
|
|
380
379
|
outgoing = kb.each(s, foaf('knows'))
|
|
381
380
|
incoming = kb.each(undefined, foaf('knows'), s) // @@ have to load the friends
|
|
382
381
|
const confirmed = []
|
|
@@ -443,9 +442,9 @@ module.exports = {
|
|
|
443
442
|
}
|
|
444
443
|
}
|
|
445
444
|
}
|
|
446
|
-
if ($rdf.keepThisCodeForLaterButDisableFerossConstantConditionPolice) {
|
|
445
|
+
/* if ($rdf.keepThisCodeForLaterButDisableFerossConstantConditionPolice) {
|
|
447
446
|
triageFriends(s)
|
|
448
|
-
}
|
|
447
|
+
} */
|
|
449
448
|
// //////////////////////////////////// Basic info on left
|
|
450
449
|
|
|
451
450
|
h3 = dom.createElement('h3')
|
package/src/style/tabbedtab.css
CHANGED
|
File without changes
|
package/src/tabbed/tabbedPane.ts
CHANGED
|
File without changes
|
package/src/tableViewPane.js
CHANGED
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
// ///////////////////////////////////////////////////////////////////
|
|
16
16
|
|
|
17
|
-
// Table view pane -- view of a class
|
|
18
|
-
|
|
17
|
+
// Table view pane -- view of a class asa table of properties of class members
|
|
18
|
+
import * as UI from 'solid-ui'
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
export const tableViewPane = {
|
|
21
21
|
icon: UI.icons.originalIconBase + 'table.png',
|
|
22
22
|
|
|
23
23
|
name: 'tableOfClass',
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
'use strict'
|
|
2
|
+
// Suspect this is unsed test code
|
|
3
|
+
|
|
2
4
|
/* Profile Editing Appp Pane
|
|
3
5
|
**
|
|
4
6
|
** Unlike view panes, this is available any place whatever the real subject,
|
|
@@ -7,19 +9,12 @@
|
|
|
7
9
|
** Usage: paneRegistry.register('profile/profilePane')
|
|
8
10
|
** or standalone script adding onto existing mashlib.
|
|
9
11
|
*/
|
|
10
|
-
|
|
12
|
+
|
|
11
13
|
// import UI from 'solid-ui'
|
|
12
14
|
// import solidUi, { SolidUi } from 'solid-ui'
|
|
13
15
|
// @@ TODO: Write away the need for exception on next line
|
|
14
16
|
// eslint-disable-next-line camelcase
|
|
15
|
-
|
|
16
|
-
const UI2 = require('solid-UI')
|
|
17
|
-
// let panes: any
|
|
18
|
-
// let UI
|
|
19
|
-
const UI0 = require('solid-ui')
|
|
20
|
-
console.log('UI0.rdf ' + UI0.rdf)
|
|
21
|
-
console.log('UI1.rdf ' + solid_UI_1.default.rdf)
|
|
22
|
-
console.log('UI2.rdf ' + UI2.rdf)
|
|
17
|
+
|
|
23
18
|
const thisPane = { foo: 'bar' }
|
|
24
|
-
|
|
19
|
+
export default thisPane
|
|
25
20
|
// ENDS
|
|
File without changes
|
|
File without changes
|
package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png
CHANGED
|
File without changes
|
package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png
CHANGED
|
File without changes
|
package/src/transaction/pane.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
** trips, etc
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
import * as UI from 'solid-ui'
|
|
9
|
+
import * as $rdf from 'rdflib'
|
|
10
10
|
const ns = UI.ns
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
export default {
|
|
13
13
|
// icon: (module.__dirname || __dirname) + '22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png',
|
|
14
14
|
icon: UI.icons.iconBase + 'noun_106746.svg',
|
|
15
15
|
|
|
File without changes
|
package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png
CHANGED
|
File without changes
|
package/src/trip/tripPane.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
** trips, etc
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
import * as UI from 'solid-ui'
|
|
12
|
+
import * as $rdf from 'rdflib'
|
|
13
13
|
const ns = UI.ns
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
export default {
|
|
16
16
|
icon: UI.icons.iconBase + 'noun_62007.svg',
|
|
17
17
|
|
|
18
18
|
name: 'travel expenses',
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
/* eslint-env jest */
|
|
2
|
+
import { TextEncoder, TextDecoder } from 'util'
|
|
3
|
+
global.TextEncoder = TextEncoder as any
|
|
4
|
+
global.TextDecoder = TextDecoder as any
|
|
5
|
+
|
|
2
6
|
import * as $rdf from 'rdflib'
|
|
3
7
|
import solidNamespace from 'solid-namespace'
|
|
4
8
|
import { generateRandomString, getStatementsToDelete, getStatementsToAdd } from './trustedApplications.utils'
|
|
File without changes
|
|
File without changes
|
package/src/types.ts
CHANGED
|
File without changes
|
package/src/ui/22-builder.png
CHANGED
|
File without changes
|
package/src/ui/builder.graffle
CHANGED
|
File without changes
|
package/src/ui/builder.png
CHANGED
|
File without changes
|
package/src/ui/builder2.png
CHANGED
|
File without changes
|
package/src/ui/pane.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
import * as UI from 'solid-ui'
|
|
6
|
+
import * as $rdf from 'rdflib'
|
|
7
7
|
const ns = UI.ns
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
export default {
|
|
10
10
|
// noun_170702.svg' builder noun_122196.svg form
|
|
11
11
|
icon: UI.icons.iconBase + 'noun_170702.svg',
|
|
12
12
|
|
package/src/versionInfo.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2023-01-31T17:31:26Z",
|
|
3
|
+
commit: "59efa6153dc7c8e99c1611629c8b4314d031920d",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
|
-
'solid-panes': '3.5.
|
|
7
|
-
npm: '8.
|
|
8
|
-
node: '14.
|
|
9
|
-
v8: '8.4.371.23-node.
|
|
10
|
-
uv: '1.
|
|
6
|
+
'solid-panes': '3.5.28',
|
|
7
|
+
npm: '8.19.3',
|
|
8
|
+
node: '14.21.2',
|
|
9
|
+
v8: '8.4.371.23-node.88',
|
|
10
|
+
uv: '1.42.0',
|
|
11
11
|
zlib: '1.2.11',
|
|
12
12
|
brotli: '1.0.9',
|
|
13
|
-
ares: '1.
|
|
13
|
+
ares: '1.18.1',
|
|
14
14
|
modules: '83',
|
|
15
15
|
nghttp2: '1.42.0',
|
|
16
16
|
napi: '8',
|
|
17
|
-
llhttp: '2.1.
|
|
18
|
-
openssl: '1.1.
|
|
19
|
-
cldr: '
|
|
20
|
-
icu: '
|
|
21
|
-
tz: '
|
|
22
|
-
unicode: '
|
|
17
|
+
llhttp: '2.1.6',
|
|
18
|
+
openssl: '1.1.1s',
|
|
19
|
+
cldr: '40.0',
|
|
20
|
+
icu: '70.1',
|
|
21
|
+
tz: '2022f',
|
|
22
|
+
unicode: '14.0'
|
|
23
23
|
}
|
|
24
24
|
};
|
package/src/video/videoPane.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/* Single video play Pane
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
import * as UI from 'solid-ui'
|
|
5
|
+
import * as $rdf from 'rdflib'
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
export default {
|
|
8
8
|
icon: UI.icons.iconBase + 'noun_1619.svg',
|
|
9
9
|
|
|
10
10
|
name: 'video',
|
package/timestamp.sh
CHANGED
|
File without changes
|
package/travis/bumpversion.js
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
File without changes
|
package/typings/raw-loader.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/webpack.config.js
CHANGED
|
File without changes
|