solid-panes 3.6.2-eee122ba → 3.6.3-2722fc84
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/coverage/clover.xml +2 -2
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/outline/index.html +1 -1
- package/coverage/lcov-report/outline/outlineIcons.js.html +1 -1
- package/coverage/lcov-report/outline/propertyViews.ts.html +1 -1
- package/coverage/lcov-report/outline/viewAsImage.ts.html +1 -1
- package/coverage/lcov-report/outline/viewAsMbox.ts.html +1 -1
- package/coverage/lcov-report/trustedApplications/index.html +1 -1
- package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +1 -1
- package/eslint.config.mjs +34 -0
- package/lib/RDFXMLPane.js +1 -2
- package/lib/RDFXMLPane.js.map +1 -1
- package/lib/argument/argumentPane.js +1 -2
- package/lib/argument/argumentPane.js.map +1 -1
- package/lib/attach/attachPane.js +2 -3
- package/lib/attach/attachPane.js.map +1 -1
- package/lib/audio/audioPane.js +1 -2
- package/lib/audio/audioPane.js.map +1 -1
- package/lib/classInstancePane.js +1 -2
- package/lib/classInstancePane.js.map +1 -1
- package/lib/dashboard/basicPreferences.js +47 -55
- package/lib/dashboard/basicPreferences.js.map +1 -1
- package/lib/dashboard/homepage.js +15 -21
- package/lib/dashboard/homepage.js.map +1 -1
- package/lib/dataContentPane.js +1 -2
- package/lib/dataContentPane.js.map +1 -1
- package/lib/defaultPane.js +1 -2
- package/lib/defaultPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +1 -2
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/form/pane.js +1 -2
- package/lib/form/pane.js.map +1 -1
- package/lib/home/homePane.js +10 -11
- package/lib/home/homePane.js.map +1 -1
- package/lib/humanReadablePane.js +33 -31
- package/lib/humanReadablePane.js.map +1 -1
- package/lib/imagePane.js +1 -2
- package/lib/imagePane.js.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/mainPage/header.js +36 -43
- package/lib/mainPage/header.js.map +1 -1
- package/lib/mainPage/index.js +9 -12
- package/lib/mainPage/index.js.map +1 -1
- package/lib/microblogPane/microblogPane.js +1 -2
- package/lib/microblogPane/microblogPane.js.map +1 -1
- package/lib/n3Pane.js +1 -2
- package/lib/n3Pane.js.map +1 -1
- package/lib/outline/manager.js +162 -190
- package/lib/outline/manager.js.map +1 -1
- package/lib/outline/manager.test.js +10 -11
- package/lib/outline/manager.test.js.map +1 -1
- package/lib/outline/outlineIcons.js +1 -2
- package/lib/outline/outlineIcons.js.map +1 -1
- package/lib/outline/queryByExample.js +1 -2
- package/lib/outline/queryByExample.js.map +1 -1
- package/lib/outline/userInput.js +4 -8
- package/lib/outline/userInput.js.map +1 -1
- package/lib/outline/viewAsImage.d.ts.map +1 -1
- package/lib/outline/viewAsImage.js +1 -2
- package/lib/outline/viewAsImage.js.map +1 -1
- package/lib/outline/viewAsMbox.d.ts.map +1 -1
- package/lib/playlist/playlistPane.js +1 -2
- package/lib/playlist/playlistPane.js.map +1 -1
- package/lib/schedule/formsForSchedule.js +5 -1
- package/lib/schedule/formsForSchedule.js.map +1 -1
- package/lib/schedule/schedulePane.js +1 -2
- package/lib/schedule/schedulePane.js.map +1 -1
- package/lib/slideshow/slideshowPane.js +1 -2
- package/lib/slideshow/slideshowPane.js.map +1 -1
- package/lib/socialPane.js +1 -2
- package/lib/socialPane.js.map +1 -1
- package/lib/tabbed/tabbedPane.js +11 -12
- package/lib/tabbed/tabbedPane.js.map +1 -1
- package/lib/tableViewPane.js +1 -2
- package/lib/tableViewPane.js.map +1 -1
- package/lib/test-import-export/edit-importer.js +0 -1
- package/lib/test-import-export/edit-importer.js.map +1 -1
- package/lib/transaction/pane.js +3 -4
- package/lib/transaction/pane.js.map +1 -1
- package/lib/transaction/period.js +3 -4
- package/lib/transaction/period.js.map +1 -1
- package/lib/trip/tripPane.js +1 -2
- package/lib/trip/tripPane.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.test.js +1 -2
- package/lib/trustedApplications/trustedApplications.test.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.view.js +15 -16
- package/lib/trustedApplications/trustedApplications.view.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/lib/ui/pane.js +1 -2
- package/lib/ui/pane.js.map +1 -1
- package/lib/versionInfo.d.ts +0 -1
- package/lib/versionInfo.d.ts.map +1 -1
- package/lib/versionInfo.js +21 -22
- package/lib/versionInfo.js.map +1 -1
- package/lib/video/videoPane.js +1 -2
- package/lib/video/videoPane.js.map +1 -1
- package/package.json +8 -7
- package/src/attach/attachPane.js +1 -1
- package/src/humanReadablePane.js +28 -35
- package/src/outline/manager.js +1 -1
- package/src/outline/userInput.js +6 -6
- package/src/schedule/formsForSchedule.js +1 -1
- package/src/test-import-export/edit-importer.js +1 -1
- package/src/transaction/pane.js +2 -2
- package/src/transaction/period.js +2 -2
- package/src/types.ts +4 -4
- package/src/versionInfo.ts +21 -22
package/src/outline/userInput.js
CHANGED
|
@@ -763,7 +763,7 @@ export function UserInput (outline) {
|
|
|
763
763
|
|
|
764
764
|
UI.log.debug('removed')
|
|
765
765
|
outline.walk('up')
|
|
766
|
-
|
|
766
|
+
|
|
767
767
|
removedTr = selectedTd.parentNode
|
|
768
768
|
// afterTr = removedTr.nextSibling
|
|
769
769
|
function removefromview () {
|
|
@@ -1986,14 +1986,14 @@ export function UserInput (outline) {
|
|
|
1986
1986
|
inputText = extraInformation.inputText
|
|
1987
1987
|
/* The labeller functionality code ahs been lost or dropped -- reinstate this? */
|
|
1988
1988
|
// @@ TODO: Write away the need for exception on next line
|
|
1989
|
-
|
|
1989
|
+
|
|
1990
1990
|
const predicates = outline.labeller.searchAdv(
|
|
1991
1991
|
inputText,
|
|
1992
1992
|
undefined,
|
|
1993
1993
|
'predicate'
|
|
1994
1994
|
)
|
|
1995
1995
|
// @@ TODO: Write away the need for exception on next line
|
|
1996
|
-
|
|
1996
|
+
|
|
1997
1997
|
let results = [] // @@ fixme
|
|
1998
1998
|
for (let i = 0; i < predicates.length; i++) {
|
|
1999
1999
|
const tempQuery = {}
|
|
@@ -2009,7 +2009,7 @@ export function UserInput (outline) {
|
|
|
2009
2009
|
}
|
|
2010
2010
|
|
|
2011
2011
|
// @@ TODO: Write away the need for exception on next line
|
|
2012
|
-
|
|
2012
|
+
|
|
2013
2013
|
let entries = results[0]
|
|
2014
2014
|
if (entries.length === 0) {
|
|
2015
2015
|
console.log('cm length 0\n') // hq
|
|
@@ -2176,9 +2176,9 @@ export function UserInput (outline) {
|
|
|
2176
2176
|
const tr = selectedTd.parentNode
|
|
2177
2177
|
let stat
|
|
2178
2178
|
let isInverse
|
|
2179
|
-
|
|
2179
|
+
|
|
2180
2180
|
stat = tr.AJAR_statement
|
|
2181
|
-
|
|
2181
|
+
|
|
2182
2182
|
isInverse = tr.AJAR_inverse
|
|
2183
2183
|
|
|
2184
2184
|
const reqTerm = type === 'object' ? stat.object : stat.predicate
|
package/src/transaction/pane.js
CHANGED
|
@@ -541,7 +541,7 @@ export default {
|
|
|
541
541
|
|
|
542
542
|
for (const y in yearCategoryTotal) {
|
|
543
543
|
// @@ TODO: Write away the need for exception on next line
|
|
544
|
-
|
|
544
|
+
|
|
545
545
|
if (yearCategoryTotal.hasOwnProperty(y)) {
|
|
546
546
|
years.push(y)
|
|
547
547
|
}
|
|
@@ -567,7 +567,7 @@ export default {
|
|
|
567
567
|
|
|
568
568
|
for (const uri in total) {
|
|
569
569
|
// @@ TODO: Write away the need for exception on next line
|
|
570
|
-
|
|
570
|
+
|
|
571
571
|
if (total.hasOwnProperty(uri)) {
|
|
572
572
|
types.push(uri)
|
|
573
573
|
grandTotal += total[uri]
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
251
251
|
for (const y in xURIs) {
|
|
252
252
|
// For each thing which can be inferred to be a transaction
|
|
253
253
|
// @@ TODO: Write away the need for exception on next line
|
|
254
|
-
|
|
254
|
+
|
|
255
255
|
if (xURIs.hasOwnProperty(y)) {
|
|
256
256
|
z = kb.sym(y)
|
|
257
257
|
const tt = kb.each(z, ns.rdf('type')) // What EXPLICIT definitions
|
|
@@ -301,7 +301,7 @@ export default {
|
|
|
301
301
|
const cats = kb.findSubClassesNT(ns.qu('Transaction'))
|
|
302
302
|
for (const cat in cats) {
|
|
303
303
|
// @@ TODO: Write away the need for exception on next line
|
|
304
|
-
|
|
304
|
+
|
|
305
305
|
if (cats.hasOwnProperty(cat)) {
|
|
306
306
|
if (cat.slice(1, -1).split('#')[1] === catTail) {
|
|
307
307
|
return kb.sym(cat.slice(1, -1))
|
package/src/types.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
interface SolidAuthorization {
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
access_token: string
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
client_id: string
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
id_token: string
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
interface SolidClaim {
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
at_hash: string
|
|
13
13
|
aud: string
|
|
14
14
|
azp: string
|
package/src/versionInfo.ts
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "2025-
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2025-08-11T15:04:02Z",
|
|
3
|
+
commit: "2722fc8417481ab9eb5800a3393e9919bdfcb97a",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
|
-
'solid-panes': '3.6.
|
|
6
|
+
'solid-panes': '3.6.3',
|
|
7
7
|
npm: '8.19.4',
|
|
8
|
-
node: '
|
|
9
|
-
acorn: '8.
|
|
10
|
-
ada: '2.
|
|
11
|
-
ares: '1.
|
|
12
|
-
base64: '0.5.2',
|
|
8
|
+
node: '20.19.4',
|
|
9
|
+
acorn: '8.14.0',
|
|
10
|
+
ada: '2.9.2',
|
|
11
|
+
ares: '1.34.5',
|
|
13
12
|
brotli: '1.1.0',
|
|
14
|
-
cjs_module_lexer: '1.
|
|
15
|
-
cldr: '
|
|
16
|
-
icu: '
|
|
17
|
-
llhttp: '
|
|
18
|
-
modules: '
|
|
13
|
+
cjs_module_lexer: '1.4.1',
|
|
14
|
+
cldr: '47.0',
|
|
15
|
+
icu: '77.1',
|
|
16
|
+
llhttp: '9.2.1',
|
|
17
|
+
modules: '115',
|
|
19
18
|
napi: '9',
|
|
20
19
|
nghttp2: '1.61.0',
|
|
21
20
|
nghttp3: '0.7.0',
|
|
22
|
-
ngtcp2: '1.
|
|
21
|
+
ngtcp2: '1.1.0',
|
|
23
22
|
openssl: '3.0.15+quic',
|
|
24
|
-
simdutf: '
|
|
25
|
-
tz: '
|
|
26
|
-
undici: '
|
|
27
|
-
unicode: '
|
|
28
|
-
uv: '1.
|
|
29
|
-
uvwasi: '0.0.
|
|
30
|
-
v8: '
|
|
31
|
-
zlib: '1.3.0.1-motley'
|
|
23
|
+
simdutf: '6.4.2',
|
|
24
|
+
tz: '2025b',
|
|
25
|
+
undici: '6.21.2',
|
|
26
|
+
unicode: '16.0',
|
|
27
|
+
uv: '1.46.0',
|
|
28
|
+
uvwasi: '0.0.21',
|
|
29
|
+
v8: '11.3.244.8-node.29',
|
|
30
|
+
zlib: '1.3.0.1-motley-82a5fec'
|
|
32
31
|
}
|
|
33
32
|
};
|