solid-panes 3.6.3-7584c9e5 → 3.6.3-924dceab

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.
Files changed (35) hide show
  1. package/coverage/clover.xml +7 -7
  2. package/coverage/coverage-final.json +1 -1
  3. package/coverage/lcov-report/index.html +5 -5
  4. package/coverage/lcov-report/outline/index.html +5 -5
  5. package/coverage/lcov-report/outline/outlineIcons.js.html +1 -1
  6. package/coverage/lcov-report/outline/propertyViews.ts.html +5 -5
  7. package/coverage/lcov-report/outline/viewAsImage.ts.html +1 -1
  8. package/coverage/lcov-report/outline/viewAsMbox.ts.html +1 -1
  9. package/coverage/lcov-report/trustedApplications/index.html +1 -1
  10. package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +1 -1
  11. package/coverage/lcov.info +3 -1
  12. package/lib/attach/attachPane.js +1 -1
  13. package/lib/attach/attachPane.js.map +1 -1
  14. package/lib/outline/manager.js +1 -1
  15. package/lib/outline/manager.js.map +1 -1
  16. package/lib/outline/userInput.js +3 -6
  17. package/lib/outline/userInput.js.map +1 -1
  18. package/lib/test-import-export/edit-importer.js +0 -1
  19. package/lib/test-import-export/edit-importer.js.map +1 -1
  20. package/lib/transaction/pane.js +2 -2
  21. package/lib/transaction/pane.js.map +1 -1
  22. package/lib/transaction/period.js +2 -2
  23. package/lib/transaction/period.js.map +1 -1
  24. package/lib/types.js.map +1 -1
  25. package/lib/versionInfo.js +2 -2
  26. package/lib/versionInfo.js.map +1 -1
  27. package/package.json +22 -21
  28. package/src/attach/attachPane.js +1 -1
  29. package/src/outline/manager.js +1 -1
  30. package/src/outline/userInput.js +6 -6
  31. package/src/test-import-export/edit-importer.js +1 -1
  32. package/src/transaction/pane.js +2 -2
  33. package/src/transaction/period.js +2 -2
  34. package/src/types.ts +4 -4
  35. package/src/versionInfo.ts +2 -2
@@ -763,7 +763,7 @@ export function UserInput (outline) {
763
763
 
764
764
  UI.log.debug('removed')
765
765
  outline.walk('up')
766
- // eslint-disable-next-line prefer-const
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
- // eslint-disable-next-line no-case-declarations
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
- // eslint-disable-next-line no-case-declarations
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
- // eslint-disable-next-line no-case-declarations
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
- // eslint-disable-next-line prefer-const
2179
+
2180
2180
  stat = tr.AJAR_statement
2181
- // eslint-disable-next-line prefer-const
2181
+
2182
2182
  isInverse = tr.AJAR_inverse
2183
2183
 
2184
2184
  const reqTerm = type === 'object' ? stat.object : stat.predicate
@@ -13,7 +13,7 @@
13
13
  // import UI from 'solid-ui'
14
14
  // import solidUi, { SolidUi } from 'solid-ui'
15
15
  // @@ TODO: Write away the need for exception on next line
16
- // eslint-disable-next-line camelcase
16
+
17
17
 
18
18
  const thisPane = { foo: 'bar' }
19
19
  export default thisPane
@@ -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
- // eslint-disable-next-line no-prototype-builtins
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
- // eslint-disable-next-line no-prototype-builtins
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
- // eslint-disable-next-line no-prototype-builtins
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
- // eslint-disable-next-line no-prototype-builtins
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
- // eslint-disable-next-line camelcase
2
+
3
3
  access_token: string
4
- // eslint-disable-next-line camelcase
4
+
5
5
  client_id: string
6
- // eslint-disable-next-line camelcase
6
+
7
7
  id_token: string
8
8
  }
9
9
 
10
10
  interface SolidClaim {
11
- // eslint-disable-next-line camelcase
11
+
12
12
  at_hash: string
13
13
  aud: string
14
14
  azp: string
@@ -1,6 +1,6 @@
1
1
  export default {
2
- buildTime: "2025-07-30T13:06:42Z",
3
- commit: "7584c9e5fb19fa06c60a6013a183548ce78b7e67",
2
+ buildTime: "2025-08-11T15:13:00Z",
3
+ commit: "924dceab84f0568c689c733fd75e753de020f295",
4
4
  npmInfo:
5
5
  {
6
6
  'solid-panes': '3.6.3',