solid-panes 3.5.28-c77cd8eb → 3.5.28-ce7214c6
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/SECURITY.md +47 -0
- package/lib/RDFXMLPane.js +2 -10
- package/lib/RDFXMLPane.js.map +1 -1
- package/lib/argument/argumentPane.js +5 -7
- package/lib/argument/argumentPane.js.map +1 -1
- package/lib/attach/attachPane.js +7 -13
- package/lib/attach/attachPane.js.map +1 -1
- package/lib/audio/audioPane.js +6 -13
- package/lib/audio/audioPane.js.map +1 -1
- package/lib/classInstancePane.js +3 -11
- package/lib/classInstancePane.js.map +1 -1
- package/lib/dashboard/basicPreferences.js +104 -96
- package/lib/dashboard/basicPreferences.js.map +1 -1
- package/lib/dashboard/homepage.js +31 -27
- package/lib/dashboard/homepage.js.map +1 -1
- package/lib/dataContentPane.js +4 -12
- package/lib/dataContentPane.js.map +1 -1
- package/lib/defaultPane.js +3 -11
- package/lib/defaultPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +11 -15
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/dokieli/new.js +1 -6
- package/lib/dokieli/new.js.map +1 -1
- package/lib/form/pane.js +5 -8
- package/lib/form/pane.js.map +1 -1
- package/lib/home/homePane.d.ts.map +1 -1
- package/lib/home/homePane.js +49 -35
- package/lib/home/homePane.js.map +1 -1
- package/lib/imagePane.js +2 -11
- package/lib/imagePane.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/mainPage/header.js +73 -65
- package/lib/mainPage/header.js.map +1 -1
- package/lib/mainPage/index.js +19 -17
- package/lib/mainPage/index.js.map +1 -1
- package/lib/microblogPane/microblogPane.js +84 -82
- package/lib/microblogPane/microblogPane.js.map +1 -1
- package/lib/n3Pane.js +2 -11
- package/lib/n3Pane.js.map +1 -1
- package/lib/outline/licenseOptions.js +11 -13
- package/lib/outline/licenseOptions.js.map +1 -1
- package/lib/outline/manager.js +616 -581
- package/lib/outline/manager.js.map +1 -1
- package/lib/outline/manager.test.js +15 -16
- package/lib/outline/manager.test.js.map +1 -1
- package/lib/outline/outlineIcons.js +2 -10
- package/lib/outline/outlineIcons.js.map +1 -1
- package/lib/outline/propertyViews.d.ts +2 -3
- package/lib/outline/propertyViews.d.ts.map +1 -1
- package/lib/outline/propertyViews.js +5 -7
- package/lib/outline/propertyViews.js.map +1 -1
- package/lib/outline/propertyViews.test.js +4 -6
- package/lib/outline/propertyViews.test.js.map +1 -1
- package/lib/outline/queryByExample.js +6 -6
- package/lib/outline/queryByExample.js.map +1 -1
- package/lib/outline/userInput.js +5 -7
- package/lib/outline/userInput.js.map +1 -1
- package/lib/playlist/playlistPane.js +6 -13
- package/lib/playlist/playlistPane.js.map +1 -1
- package/lib/profile/editProfile.view.d.ts.map +1 -1
- package/lib/profile/editProfile.view.js +0 -16
- package/lib/profile/editProfile.view.js.map +1 -1
- package/lib/registerPanes.js +50 -93
- package/lib/registerPanes.js.map +1 -1
- package/lib/schedule/formsForSchedule.js +1 -6
- package/lib/schedule/formsForSchedule.js.map +1 -1
- package/lib/schedule/schedulePane.js +4 -9
- package/lib/schedule/schedulePane.js.map +1 -1
- package/lib/slideshow/slideshowPane.js +11 -16
- package/lib/slideshow/slideshowPane.js.map +1 -1
- package/lib/socialPane.js +9 -13
- package/lib/socialPane.js.map +1 -1
- package/lib/tabbed/tabbedPane.js +34 -32
- package/lib/tabbed/tabbedPane.js.map +1 -1
- package/lib/tableViewPane.js +3 -12
- package/lib/tableViewPane.js.map +1 -1
- package/lib/test-import-export/common.js +2 -6
- package/lib/test-import-export/common.js.map +1 -1
- package/lib/test-import-export/edit-importer.js +11 -9
- package/lib/test-import-export/edit-importer.js.map +1 -1
- package/lib/transaction/pane.js +6 -12
- package/lib/transaction/pane.js.map +1 -1
- package/lib/transaction/period.js +4 -11
- package/lib/transaction/period.js.map +1 -1
- package/lib/trip/tripPane.js +5 -12
- package/lib/trip/tripPane.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.dom.js +1 -4
- package/lib/trustedApplications/trustedApplications.dom.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.test.js +0 -3
- package/lib/trustedApplications/trustedApplications.test.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.utils.js +1 -1
- package/lib/trustedApplications/trustedApplications.view.js +40 -38
- package/lib/trustedApplications/trustedApplications.view.js.map +1 -1
- package/lib/ui/pane.js +5 -12
- package/lib/ui/pane.js.map +1 -1
- package/lib/versionInfo.js +4 -4
- package/lib/versionInfo.js.map +1 -1
- package/lib/video/videoPane.js +5 -12
- package/lib/video/videoPane.js.map +1 -1
- package/package.json +2 -2
- package/src/RDFXMLPane.js +2 -2
- package/src/argument/argumentPane.js +1 -1
- package/src/attach/attachPane.js +3 -3
- package/src/audio/audioPane.js +3 -3
- package/src/classInstancePane.js +3 -3
- package/src/dataContentPane.js +4 -3
- package/src/defaultPane.js +3 -3
- package/src/dokieli/dokieliPane.js +5 -5
- package/src/dokieli/new.js +1 -1
- package/src/form/pane.js +2 -2
- package/src/home/homePane.ts +14 -1
- package/src/imagePane.js +2 -2
- package/src/index.ts +1 -1
- package/src/microblogPane/microblogPane.js +1 -1
- package/src/n3Pane.js +2 -2
- package/src/outline/licenseOptions.js +8 -9
- package/src/outline/manager.js +21 -18
- package/src/outline/manager.test.ts +0 -6
- package/src/outline/outlineIcons.js +2 -4
- package/src/outline/propertyViews.test.ts +1 -7
- package/src/outline/propertyViews.ts +3 -3
- package/src/outline/queryByExample.js +9 -3
- package/src/outline/userInput.js +1 -1
- package/src/playlist/playlistPane.js +3 -3
- package/src/profile/editProfile.view.ts +0 -20
- package/src/registerPanes.js +52 -92
- package/src/schedule/formsForSchedule.js +1 -1
- package/src/schedule/schedulePane.js +2 -6
- package/src/slideshow/slideshowPane.js +6 -3
- package/src/socialPane.js +3 -2
- package/src/tableViewPane.js +3 -3
- package/src/test-import-export/common.js +1 -1
- package/src/test-import-export/edit-importer.js +10 -5
- package/src/transaction/pane.js +3 -3
- package/src/transaction/period.js +2 -2
- package/src/trip/tripPane.js +3 -3
- package/src/trustedApplications/trustedApplications.test.ts +0 -4
- package/src/ui/pane.js +3 -3
- package/src/versionInfo.ts +4 -4
- package/src/video/videoPane.js +3 -3
|
@@ -9,11 +9,6 @@ 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
|
-
|
|
17
12
|
// @@ Give other combos too-- see schedule ontology
|
|
18
13
|
const possibleAvailabilities = [
|
|
19
14
|
ns.sched('No'),
|
|
@@ -21,7 +16,7 @@ const possibleAvailabilities = [
|
|
|
21
16
|
ns.sched('Yes')
|
|
22
17
|
]
|
|
23
18
|
|
|
24
|
-
|
|
19
|
+
module.exports = {
|
|
25
20
|
icon: UI.icons.iconBase + 'noun_346777.svg', // @@ better?
|
|
26
21
|
|
|
27
22
|
name: 'schedule',
|
|
@@ -348,6 +343,7 @@ export const schedulePane = {
|
|
|
348
343
|
const form2 = kb.sym(formsURI + '#form2')
|
|
349
344
|
const form3 = kb.sym(formsURI + '#form3')
|
|
350
345
|
|
|
346
|
+
const formText = require('./formsForSchedule.js')
|
|
351
347
|
$rdf.parse(formText, kb, formsURI, 'text/turtle') // Load forms directly
|
|
352
348
|
|
|
353
349
|
const inputStyle =
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
/* slideshow Pane
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
|
-
|
|
4
|
+
const UI = require('solid-ui')
|
|
5
5
|
const ns = UI.ns
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
// tabulator.loadScript("js/panes/slideshow/better-simple-slideshow/js/better-simple-slideshow.js")
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const makeBSS = require('@solid/better-simple-slideshow')
|
|
10
|
+
// load also js/panes/slideshow/better-simple-slideshow/css/simple-slideshow-styles.css
|
|
11
|
+
|
|
12
|
+
module.exports = {
|
|
10
13
|
icon: UI.icons.iconBase + 'noun_138712.svg',
|
|
11
14
|
|
|
12
15
|
name: 'slideshow',
|
package/src/socialPane.js
CHANGED
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
import * as UI from 'solid-ui'
|
|
12
12
|
import { authn } from 'solid-logic'
|
|
13
|
+
import * as $rdf from 'rdflib'
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
module.exports = {
|
|
15
16
|
icon: UI.icons.originalIconBase + 'foaf/foafTiny.gif',
|
|
16
17
|
|
|
17
18
|
name: 'social',
|
|
@@ -375,7 +376,7 @@ export const socialPane = {
|
|
|
375
376
|
// @@ Does not look up profiles
|
|
376
377
|
// Does distinguish reciprocated from unreciprocated friendships
|
|
377
378
|
//
|
|
378
|
-
function
|
|
379
|
+
function triageFriends (s) {
|
|
379
380
|
outgoing = kb.each(s, foaf('knows'))
|
|
380
381
|
incoming = kb.each(undefined, foaf('knows'), s) // @@ have to load the friends
|
|
381
382
|
const confirmed = []
|
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/
|
|
18
|
+
const UI = require('solid-ui')
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
module.exports = {
|
|
21
21
|
icon: UI.icons.originalIconBase + 'table.png',
|
|
22
22
|
|
|
23
23
|
name: 'tableOfClass',
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
'use strict'
|
|
2
|
-
// Suspect this is unsed test code
|
|
3
|
-
|
|
4
2
|
/* Profile Editing Appp Pane
|
|
5
3
|
**
|
|
6
4
|
** Unlike view panes, this is available any place whatever the real subject,
|
|
@@ -9,12 +7,19 @@
|
|
|
9
7
|
** Usage: paneRegistry.register('profile/profilePane')
|
|
10
8
|
** or standalone script adding onto existing mashlib.
|
|
11
9
|
*/
|
|
12
|
-
|
|
10
|
+
exports.__esModule = true
|
|
13
11
|
// import UI from 'solid-ui'
|
|
14
12
|
// import solidUi, { SolidUi } from 'solid-ui'
|
|
15
13
|
// @@ TODO: Write away the need for exception on next line
|
|
16
14
|
// eslint-disable-next-line camelcase
|
|
17
|
-
|
|
15
|
+
const solid_UI_1 = require('solid-UI')
|
|
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)
|
|
18
23
|
const thisPane = { foo: 'bar' }
|
|
19
|
-
|
|
24
|
+
exports.default = thisPane
|
|
20
25
|
// ENDS
|
package/src/transaction/pane.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
** trips, etc
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
const UI = require('solid-ui')
|
|
9
|
+
const $rdf = require('rdflib')
|
|
10
10
|
const ns = UI.ns
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
module.exports = {
|
|
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
|
|
package/src/trip/tripPane.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
** trips, etc
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
const UI = require('solid-ui')
|
|
12
|
+
const $rdf = require('rdflib')
|
|
13
13
|
const ns = UI.ns
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
module.exports = {
|
|
16
16
|
icon: UI.icons.iconBase + 'noun_62007.svg',
|
|
17
17
|
|
|
18
18
|
name: 'travel expenses',
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
/* eslint-env jest */
|
|
2
|
-
import { TextEncoder, TextDecoder } from 'util'
|
|
3
|
-
global.TextEncoder = TextEncoder as any
|
|
4
|
-
global.TextDecoder = TextDecoder as any
|
|
5
|
-
|
|
6
2
|
import * as $rdf from 'rdflib'
|
|
7
3
|
import solidNamespace from 'solid-namespace'
|
|
8
4
|
import { generateRandomString, getStatementsToDelete, getStatementsToAdd } from './trustedApplications.utils'
|
package/src/ui/pane.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
const UI = require('solid-ui')
|
|
6
|
+
const $rdf = require('rdflib')
|
|
7
7
|
const ns = UI.ns
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
module.exports = {
|
|
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,11 +1,11 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "2023-
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2023-04-13T19:40:10Z",
|
|
3
|
+
commit: "ce7214c68e34014d4a5bd21c601dd83218f24c0f",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
6
|
'solid-panes': '3.5.28',
|
|
7
7
|
npm: '8.19.3',
|
|
8
|
-
node: '14.21.
|
|
8
|
+
node: '14.21.3',
|
|
9
9
|
v8: '8.4.371.23-node.88',
|
|
10
10
|
uv: '1.42.0',
|
|
11
11
|
zlib: '1.2.11',
|
|
@@ -15,7 +15,7 @@ npmInfo:
|
|
|
15
15
|
nghttp2: '1.42.0',
|
|
16
16
|
napi: '8',
|
|
17
17
|
llhttp: '2.1.6',
|
|
18
|
-
openssl: '1.1.
|
|
18
|
+
openssl: '1.1.1t',
|
|
19
19
|
cldr: '40.0',
|
|
20
20
|
icu: '70.1',
|
|
21
21
|
tz: '2022f',
|
package/src/video/videoPane.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/* Single video play Pane
|
|
2
2
|
**
|
|
3
3
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
const UI = require('solid-ui')
|
|
5
|
+
const $rdf = require('rdflib')
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
module.exports = {
|
|
8
8
|
icon: UI.icons.iconBase + 'noun_1619.svg',
|
|
9
9
|
|
|
10
10
|
name: 'video',
|