solid-panes 3.5.32-test → 3.5.33-08b8e36c
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 +1 -1
- 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 -0
- 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 +3 -0
- package/jest.setup.ts +0 -0
- package/lib/RDFXMLPane.js +4 -5
- package/lib/RDFXMLPane.js.map +1 -1
- package/lib/argument/argumentPane.js +4 -5
- package/lib/argument/argumentPane.js.map +1 -1
- package/lib/attach/attachPane.js +4 -8
- package/lib/attach/attachPane.js.map +1 -1
- package/lib/audio/audioPane.js +11 -9
- package/lib/audio/audioPane.js.map +1 -1
- package/lib/classInstancePane.js +4 -7
- 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 +4 -7
- 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 -4
- 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 +2 -2
- package/lib/dashboard/homepage.js.map +1 -1
- package/lib/dataContentPane.js +4 -6
- package/lib/dataContentPane.js.map +1 -1
- package/lib/defaultPane.js +4 -5
- package/lib/defaultPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +4 -6
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/dokieli/new.js +1 -2
- package/lib/dokieli/new.js.map +0 -0
- package/lib/form/pane.js +4 -5
- 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 +12 -5
- package/lib/home/homePane.js.map +1 -1
- package/lib/humanReadablePane.js +4 -5
- package/lib/humanReadablePane.js.map +1 -1
- package/lib/imagePane.js +4 -6
- 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 +3 -3
- 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 +1 -3
- 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 -0
- 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 +2 -2
- 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 +6 -3
- package/lib/mainPage/index.js.map +1 -1
- package/lib/microblogPane/microblogPane.js +57 -53
- package/lib/microblogPane/microblogPane.js.map +1 -1
- package/lib/n3Pane.js +4 -5
- 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 -0
- package/lib/outline/context.js.map +0 -0
- package/lib/outline/licenseOptions.js +1 -3
- package/lib/outline/licenseOptions.js.map +1 -1
- package/lib/outline/manager.js +142 -155
- package/lib/outline/manager.js.map +1 -1
- package/lib/outline/manager.test.js +3 -3
- package/lib/outline/manager.test.js.map +1 -1
- package/lib/outline/outlineIcons.js +4 -5
- package/lib/outline/outlineIcons.js.map +1 -1
- package/lib/outline/propertyViews.d.ts +0 -0
- package/lib/outline/propertyViews.d.ts.map +0 -0
- package/lib/outline/propertyViews.js +0 -0
- package/lib/outline/propertyViews.js.map +0 -0
- package/lib/outline/propertyViews.test.js +0 -0
- package/lib/outline/propertyViews.test.js.map +0 -0
- package/lib/outline/queryByExample.js +3 -3
- package/lib/outline/queryByExample.js.map +1 -1
- package/lib/outline/userInput.js +13 -17
- 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 +4 -5
- 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 +1 -2
- 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 +1 -4
- package/lib/pad/padPane.js.map +1 -1
- package/lib/playlist/playlistPane.js +4 -5
- 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 +0 -0
- package/lib/profile/editProfile.view.js +1 -3
- 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 -0
- package/lib/profile/profile.dom.js.map +1 -1
- package/lib/registerPanes.js +0 -0
- package/lib/registerPanes.js.map +0 -0
- package/lib/schedule/formsForSchedule.js +1 -2
- package/lib/schedule/formsForSchedule.js.map +0 -0
- package/lib/schedule/schedulePane.js +4 -10
- 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 +1 -3
- package/lib/sharing/sharingPane.js.map +1 -1
- package/lib/slideshow/slideshowPane.js +6 -9
- package/lib/slideshow/slideshowPane.js.map +1 -1
- package/lib/socialPane.js +4 -8
- 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 +8 -5
- package/lib/tabbed/tabbedPane.js.map +1 -1
- package/lib/tableViewPane.js +4 -5
- package/lib/tableViewPane.js.map +1 -1
- package/lib/test-import-export/common.js +1 -2
- package/lib/test-import-export/common.js.map +1 -1
- package/lib/test-import-export/edit-importer.js +1 -2
- 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 +4 -6
- package/lib/transaction/pane.js.map +1 -1
- package/lib/transaction/period.js +4 -6
- package/lib/transaction/period.js.map +1 -1
- package/lib/trip/tripPane.js +4 -7
- 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 +3 -3
- package/lib/trustedApplications/trustedApplications.dom.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.test.js +3 -3
- 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 +0 -0
- 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 +3 -4
- 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 +4 -7
- 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 +11 -12
- package/lib/versionInfo.js.map +1 -1
- package/lib/video/videoPane.js +12 -6
- package/lib/video/videoPane.js.map +1 -1
- package/package.json +36 -35
- package/src/RDFXMLPane.js +0 -0
- package/src/argument/argumentPane.js +0 -0
- 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 +0 -0
- 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 +10 -1
- package/src/chatPreferencesForm.ttl +0 -0
- package/src/classInstancePane.js +0 -0
- 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 +0 -0
- package/src/defaultPane.js +0 -0
- package/src/dokieli/Makefile +0 -0
- package/src/dokieli/dokieliPane.js +0 -0
- package/src/dokieli/new.html +0 -0
- package/src/dokieli/new.js +0 -0
- 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 +0 -0
- 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 +0 -0
- package/src/index.ts +0 -0
- 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 +0 -0
- package/src/n3Pane.js +0 -0
- package/src/outline/context.ts +0 -0
- package/src/outline/licenseOptions.js +0 -0
- package/src/outline/manager.js +0 -0
- package/src/outline/manager.test.ts +0 -0
- package/src/outline/outlineIcons.js +0 -0
- package/src/outline/propertyViews.test.ts +0 -0
- package/src/outline/propertyViews.ts +0 -0
- package/src/outline/queryByExample.js +0 -0
- package/src/outline/userInput.js +0 -0
- 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 +0 -0
- package/src/profile/editProfile.view.ts +0 -0
- package/src/profile/profile.dom.ts +0 -0
- package/src/profile/profileFormText.ttl +0 -0
- package/src/registerPanes.js +0 -0
- package/src/schedule/Makefile +0 -0
- package/src/schedule/formsForSchedule.js +0 -0
- package/src/schedule/formsForSchedule.ttl +0 -0
- package/src/schedule/schedulePane.js +0 -0
- package/src/sharing/sharingPane.ts +0 -0
- package/src/slideshow/slideshowPane.js +0 -0
- package/src/socialPane.js +0 -0
- package/src/style/tabbedtab.css +0 -0
- package/src/tabbed/tabbedPane.ts +0 -0
- package/src/tableViewPane.js +0 -0
- package/src/test-import-export/common.js +0 -0
- package/src/test-import-export/edit-importer.js +0 -0
- 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 +0 -0
- package/src/transaction/period.js +0 -0
- 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 +0 -0
- package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +2 -2
- package/src/trustedApplications/trustedApplications.dom.ts +0 -0
- package/src/trustedApplications/trustedApplications.test.ts +0 -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 +0 -0
- package/src/versionInfo.ts +10 -10
- package/src/video/videoPane.js +11 -1
- package/timestamp.sh +0 -0
- package/travis/bumpversion.js +0 -0
- package/tsconfig.json +0 -1
- 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/transaction/pane.js
CHANGED
|
File without changes
|
|
File without changes
|
|
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
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`getStatementsToAdd should return all required statements to add the given permissions for a given origin 1`] = `
|
|
4
|
-
|
|
4
|
+
[
|
|
5
5
|
Statement {
|
|
6
6
|
"graph": NamedNode {
|
|
7
7
|
"classOrder": 5,
|
|
@@ -102,7 +102,7 @@ Array [
|
|
|
102
102
|
`;
|
|
103
103
|
|
|
104
104
|
exports[`getStatementsToDelete should return all statements for the given origin 1`] = `
|
|
105
|
-
|
|
105
|
+
[
|
|
106
106
|
Statement {
|
|
107
107
|
"graph": DefaultGraph {
|
|
108
108
|
"classOrder": undefined,
|
|
File without changes
|
|
File without changes
|
|
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
|
File without changes
|
package/src/versionInfo.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "2023-12-
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2023-12-12T17:43:15Z",
|
|
3
|
+
commit: "08b8e36cb3f86db6d2692d92539edabf6c2172ad",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
|
-
'solid-panes': '3.5.
|
|
6
|
+
'solid-panes': '3.5.33',
|
|
7
7
|
npm: '8.19.4',
|
|
8
|
-
node: '
|
|
9
|
-
v8: '
|
|
8
|
+
node: '16.20.2',
|
|
9
|
+
v8: '9.4.146.26-node.26',
|
|
10
10
|
uv: '1.43.0',
|
|
11
11
|
zlib: '1.2.11',
|
|
12
12
|
brotli: '1.0.9',
|
|
13
|
-
ares: '1.
|
|
14
|
-
modules: '
|
|
13
|
+
ares: '1.19.1',
|
|
14
|
+
modules: '93',
|
|
15
15
|
nghttp2: '1.47.0',
|
|
16
16
|
napi: '8',
|
|
17
|
-
llhttp: '6.0.
|
|
18
|
-
openssl: '
|
|
17
|
+
llhttp: '6.0.11',
|
|
18
|
+
openssl: '1.1.1v+quic',
|
|
19
19
|
cldr: '41.0',
|
|
20
20
|
icu: '71.1',
|
|
21
|
-
tz: '
|
|
21
|
+
tz: '2022f',
|
|
22
22
|
unicode: '14.0',
|
|
23
23
|
ngtcp2: '0.8.1',
|
|
24
24
|
nghttp3: '0.7.0'
|
package/src/video/videoPane.js
CHANGED
|
@@ -22,11 +22,21 @@ export default {
|
|
|
22
22
|
},
|
|
23
23
|
|
|
24
24
|
render: function (subject, context) {
|
|
25
|
+
const kb = context.session.store
|
|
25
26
|
const dom = context.dom
|
|
26
27
|
const div = dom.createElement('div')
|
|
27
28
|
const video = div.appendChild(dom.createElement('video'))
|
|
28
29
|
video.setAttribute('controls', 'yes')
|
|
29
|
-
video
|
|
30
|
+
// get video with authenticated fetch
|
|
31
|
+
kb.fetcher._fetch(subject.uri)
|
|
32
|
+
.then(function(response) {
|
|
33
|
+
return response.blob()
|
|
34
|
+
})
|
|
35
|
+
.then(function(myBlob) {
|
|
36
|
+
const objectURL = URL.createObjectURL(myBlob)
|
|
37
|
+
video.setAttribute('src', objectURL) // w640 h480 //
|
|
38
|
+
})
|
|
39
|
+
|
|
30
40
|
video.setAttribute('width', '100%')
|
|
31
41
|
return div
|
|
32
42
|
}
|
package/timestamp.sh
CHANGED
|
File without changes
|
package/travis/bumpversion.js
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
"checkJs": false,
|
|
4
3
|
/* Basic Options */
|
|
5
4
|
"target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
|
|
6
5
|
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
|
package/typings/raw-loader.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/webpack.config.js
CHANGED
|
File without changes
|