mashlib 2.0.0-cb63017a → 2.0.0-e7e12362
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/dist/841.mashlib.js +6552 -6523
- package/dist/841.mashlib.js.map +1 -1
- package/dist/841.mashlib.min.js +18 -21
- package/dist/841.mashlib.min.js.map +1 -1
- package/dist/mash.css.map +1 -1
- package/dist/mashlib.js +334 -279
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +9 -9
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +12 -5
- package/dist/789.mashlib.js +0 -11
- package/dist/789.mashlib.js.map +0 -1
- package/dist/789.mashlib.min.js +0 -1
package/dist/mashlib.js
CHANGED
|
@@ -1731,7 +1731,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
1731
1731
|
/******/ var __webpack_modules__ = ({
|
|
1732
1732
|
|
|
1733
1733
|
/***/ 49:
|
|
1734
|
-
/***/ ((__unused_webpack_module, exports,
|
|
1734
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1735
1735
|
|
|
1736
1736
|
"use strict";
|
|
1737
1737
|
/*!
|
|
@@ -1748,9 +1748,9 @@ return /******/ (() => { // webpackBootstrap
|
|
|
1748
1748
|
* @private
|
|
1749
1749
|
*/
|
|
1750
1750
|
|
|
1751
|
-
var db =
|
|
1752
|
-
var extname = (
|
|
1753
|
-
var mimeScore =
|
|
1751
|
+
var db = __webpack_require__(598)
|
|
1752
|
+
var extname = (__webpack_require__(466).extname)
|
|
1753
|
+
var mimeScore = __webpack_require__(983)
|
|
1754
1754
|
|
|
1755
1755
|
/**
|
|
1756
1756
|
* Module variables.
|
|
@@ -1781,7 +1781,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
1781
1781
|
* Get the default charset for a MIME type.
|
|
1782
1782
|
*
|
|
1783
1783
|
* @param {string} type
|
|
1784
|
-
* @return {
|
|
1784
|
+
* @return {false|string}
|
|
1785
1785
|
*/
|
|
1786
1786
|
|
|
1787
1787
|
function charset (type) {
|
|
@@ -1809,7 +1809,7 @@ function charset (type) {
|
|
|
1809
1809
|
* Create a full Content-Type header given a MIME type or extension.
|
|
1810
1810
|
*
|
|
1811
1811
|
* @param {string} str
|
|
1812
|
-
* @return {
|
|
1812
|
+
* @return {false|string}
|
|
1813
1813
|
*/
|
|
1814
1814
|
|
|
1815
1815
|
function contentType (str) {
|
|
@@ -1837,7 +1837,7 @@ function contentType (str) {
|
|
|
1837
1837
|
* Get the default extension for a MIME type.
|
|
1838
1838
|
*
|
|
1839
1839
|
* @param {string} type
|
|
1840
|
-
* @return {
|
|
1840
|
+
* @return {false|string}
|
|
1841
1841
|
*/
|
|
1842
1842
|
|
|
1843
1843
|
function extension (type) {
|
|
@@ -1862,7 +1862,7 @@ function extension (type) {
|
|
|
1862
1862
|
* Lookup the MIME type for a file path/extension.
|
|
1863
1863
|
*
|
|
1864
1864
|
* @param {string} path
|
|
1865
|
-
* @return {
|
|
1865
|
+
* @return {false|string}
|
|
1866
1866
|
*/
|
|
1867
1867
|
|
|
1868
1868
|
function lookup (path) {
|
|
@@ -1984,16 +1984,16 @@ module.exports = _regeneratorKeys, module.exports.__esModule = true, module.expo
|
|
|
1984
1984
|
/***/ }),
|
|
1985
1985
|
|
|
1986
1986
|
/***/ 378:
|
|
1987
|
-
/***/ ((module, __nested_webpack_exports__,
|
|
1987
|
+
/***/ ((module, __nested_webpack_exports__, __webpack_require__) => {
|
|
1988
1988
|
|
|
1989
1989
|
"use strict";
|
|
1990
|
-
/* harmony export */
|
|
1990
|
+
/* harmony export */ __webpack_require__.d(__nested_webpack_exports__, {
|
|
1991
1991
|
/* harmony export */ LN: () => (/* binding */ iconBase),
|
|
1992
1992
|
/* harmony export */ Pt: () => (/* binding */ icons),
|
|
1993
1993
|
/* harmony export */ i1: () => (/* binding */ originalIconBase)
|
|
1994
1994
|
/* harmony export */ });
|
|
1995
|
-
/* harmony import */ var _debug__WEBPACK_IMPORTED_MODULE_0__ =
|
|
1996
|
-
/* module decorator */ module =
|
|
1995
|
+
/* harmony import */ var _debug__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(423);
|
|
1996
|
+
/* module decorator */ module = __webpack_require__.hmd(module);
|
|
1997
1997
|
// Works in FF extension - what about browserify??
|
|
1998
1998
|
// 2021-04-08 Convert to TS
|
|
1999
1999
|
|
|
@@ -2124,10 +2124,10 @@ module.exports = vocab
|
|
|
2124
2124
|
/***/ }),
|
|
2125
2125
|
|
|
2126
2126
|
/***/ 423:
|
|
2127
|
-
/***/ ((__unused_webpack_module, __nested_webpack_exports__,
|
|
2127
|
+
/***/ ((__unused_webpack_module, __nested_webpack_exports__, __webpack_require__) => {
|
|
2128
2128
|
|
|
2129
2129
|
"use strict";
|
|
2130
|
-
/* harmony export */
|
|
2130
|
+
/* harmony export */ __webpack_require__.d(__nested_webpack_exports__, {
|
|
2131
2131
|
/* harmony export */ R8: () => (/* binding */ warn),
|
|
2132
2132
|
/* harmony export */ Rm: () => (/* binding */ log),
|
|
2133
2133
|
/* harmony export */ uP: () => (/* binding */ trace),
|
|
@@ -2188,9 +2188,9 @@ module.exports = _regeneratorDefine, module.exports.__esModule = true, module.ex
|
|
|
2188
2188
|
/***/ }),
|
|
2189
2189
|
|
|
2190
2190
|
/***/ 579:
|
|
2191
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2191
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2192
2192
|
|
|
2193
|
-
var _typeof = (
|
|
2193
|
+
var _typeof = (__webpack_require__(738)["default"]);
|
|
2194
2194
|
function _regeneratorValues(e) {
|
|
2195
2195
|
if (null != e) {
|
|
2196
2196
|
var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
|
|
@@ -2299,7 +2299,7 @@ function escapeHtml(string) {
|
|
|
2299
2299
|
/***/ }),
|
|
2300
2300
|
|
|
2301
2301
|
/***/ 598:
|
|
2302
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2302
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2303
2303
|
|
|
2304
2304
|
/*!
|
|
2305
2305
|
* mime-db
|
|
@@ -2312,21 +2312,21 @@ function escapeHtml(string) {
|
|
|
2312
2312
|
* Module exports.
|
|
2313
2313
|
*/
|
|
2314
2314
|
|
|
2315
|
-
module.exports =
|
|
2315
|
+
module.exports = __webpack_require__(813)
|
|
2316
2316
|
|
|
2317
2317
|
|
|
2318
2318
|
/***/ }),
|
|
2319
2319
|
|
|
2320
2320
|
/***/ 633:
|
|
2321
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2322
|
-
|
|
2323
|
-
var OverloadYield =
|
|
2324
|
-
var regenerator =
|
|
2325
|
-
var regeneratorAsync =
|
|
2326
|
-
var regeneratorAsyncGen =
|
|
2327
|
-
var regeneratorAsyncIterator =
|
|
2328
|
-
var regeneratorKeys =
|
|
2329
|
-
var regeneratorValues =
|
|
2321
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2322
|
+
|
|
2323
|
+
var OverloadYield = __webpack_require__(172);
|
|
2324
|
+
var regenerator = __webpack_require__(993);
|
|
2325
|
+
var regeneratorAsync = __webpack_require__(869);
|
|
2326
|
+
var regeneratorAsyncGen = __webpack_require__(887);
|
|
2327
|
+
var regeneratorAsyncIterator = __webpack_require__(791);
|
|
2328
|
+
var regeneratorKeys = __webpack_require__(373);
|
|
2329
|
+
var regeneratorValues = __webpack_require__(579);
|
|
2330
2330
|
function _regeneratorRuntime() {
|
|
2331
2331
|
"use strict";
|
|
2332
2332
|
|
|
@@ -2425,11 +2425,11 @@ module.exports = _typeof, module.exports.__esModule = true, module.exports["defa
|
|
|
2425
2425
|
/***/ }),
|
|
2426
2426
|
|
|
2427
2427
|
/***/ 756:
|
|
2428
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2428
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2429
2429
|
|
|
2430
2430
|
// TODO(Babel 8): Remove this file.
|
|
2431
2431
|
|
|
2432
|
-
var runtime =
|
|
2432
|
+
var runtime = __webpack_require__(633)();
|
|
2433
2433
|
module.exports = runtime;
|
|
2434
2434
|
|
|
2435
2435
|
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
@@ -2447,10 +2447,10 @@ try {
|
|
|
2447
2447
|
/***/ }),
|
|
2448
2448
|
|
|
2449
2449
|
/***/ 791:
|
|
2450
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2450
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2451
2451
|
|
|
2452
|
-
var OverloadYield =
|
|
2453
|
-
var regeneratorDefine =
|
|
2452
|
+
var OverloadYield = __webpack_require__(172);
|
|
2453
|
+
var regeneratorDefine = __webpack_require__(546);
|
|
2454
2454
|
function AsyncIterator(t, e) {
|
|
2455
2455
|
function n(r, o, i, f) {
|
|
2456
2456
|
try {
|
|
@@ -2494,9 +2494,9 @@ module.exports = /*#__PURE__*/JSON.parse('{"application/1d-interleaved-parityfec
|
|
|
2494
2494
|
/***/ }),
|
|
2495
2495
|
|
|
2496
2496
|
/***/ 869:
|
|
2497
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2497
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2498
2498
|
|
|
2499
|
-
var regeneratorAsyncGen =
|
|
2499
|
+
var regeneratorAsyncGen = __webpack_require__(887);
|
|
2500
2500
|
function _regeneratorAsync(n, e, r, t, o) {
|
|
2501
2501
|
var a = regeneratorAsyncGen(n, e, r, t, o);
|
|
2502
2502
|
return a.next().then(function (n) {
|
|
@@ -2508,10 +2508,10 @@ module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exp
|
|
|
2508
2508
|
/***/ }),
|
|
2509
2509
|
|
|
2510
2510
|
/***/ 887:
|
|
2511
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2511
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2512
2512
|
|
|
2513
|
-
var regenerator =
|
|
2514
|
-
var regeneratorAsyncIterator =
|
|
2513
|
+
var regenerator = __webpack_require__(993);
|
|
2514
|
+
var regeneratorAsyncIterator = __webpack_require__(791);
|
|
2515
2515
|
function _regeneratorAsyncGen(r, e, t, o, n) {
|
|
2516
2516
|
return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
|
|
2517
2517
|
}
|
|
@@ -2549,6 +2549,11 @@ var TYPE_SCORES = {
|
|
|
2549
2549
|
// prefer font/woff over application/font-woff
|
|
2550
2550
|
font: 2,
|
|
2551
2551
|
|
|
2552
|
+
// prefer video/mp4 over audio/mp4 over application/mp4
|
|
2553
|
+
// See https://www.rfc-editor.org/rfc/rfc4337.html#section-2
|
|
2554
|
+
audio: 2,
|
|
2555
|
+
video: 3,
|
|
2556
|
+
|
|
2552
2557
|
default: 0
|
|
2553
2558
|
}
|
|
2554
2559
|
|
|
@@ -2579,9 +2584,9 @@ module.exports = function mimeScore (mimeType, source = 'default') {
|
|
|
2579
2584
|
/***/ }),
|
|
2580
2585
|
|
|
2581
2586
|
/***/ 993:
|
|
2582
|
-
/***/ ((module, __unused_webpack_exports,
|
|
2587
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2583
2588
|
|
|
2584
|
-
var regeneratorDefine =
|
|
2589
|
+
var regeneratorDefine = __webpack_require__(546);
|
|
2585
2590
|
function _regenerator() {
|
|
2586
2591
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
2587
2592
|
var e,
|
|
@@ -2679,7 +2684,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2679
2684
|
/******/ var __webpack_module_cache__ = {};
|
|
2680
2685
|
/******/
|
|
2681
2686
|
/******/ // The require function
|
|
2682
|
-
/******/ function
|
|
2687
|
+
/******/ function __nested_webpack_require_187123__(moduleId) {
|
|
2683
2688
|
/******/ // Check if module is in cache
|
|
2684
2689
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
2685
2690
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -2693,7 +2698,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2693
2698
|
/******/ };
|
|
2694
2699
|
/******/
|
|
2695
2700
|
/******/ // Execute the module function
|
|
2696
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
2701
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_187123__);
|
|
2697
2702
|
/******/
|
|
2698
2703
|
/******/ // Flag the module as loaded
|
|
2699
2704
|
/******/ module.loaded = true;
|
|
@@ -2706,11 +2711,11 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2706
2711
|
/******/ /* webpack/runtime/compat get default export */
|
|
2707
2712
|
/******/ (() => {
|
|
2708
2713
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
2709
|
-
/******/
|
|
2714
|
+
/******/ __nested_webpack_require_187123__.n = (module) => {
|
|
2710
2715
|
/******/ var getter = module && module.__esModule ?
|
|
2711
2716
|
/******/ () => (module['default']) :
|
|
2712
2717
|
/******/ () => (module);
|
|
2713
|
-
/******/
|
|
2718
|
+
/******/ __nested_webpack_require_187123__.d(getter, { a: getter });
|
|
2714
2719
|
/******/ return getter;
|
|
2715
2720
|
/******/ };
|
|
2716
2721
|
/******/ })();
|
|
@@ -2718,9 +2723,9 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2718
2723
|
/******/ /* webpack/runtime/define property getters */
|
|
2719
2724
|
/******/ (() => {
|
|
2720
2725
|
/******/ // define getter functions for harmony exports
|
|
2721
|
-
/******/
|
|
2726
|
+
/******/ __nested_webpack_require_187123__.d = (exports, definition) => {
|
|
2722
2727
|
/******/ for(var key in definition) {
|
|
2723
|
-
/******/ if(
|
|
2728
|
+
/******/ if(__nested_webpack_require_187123__.o(definition, key) && !__nested_webpack_require_187123__.o(exports, key)) {
|
|
2724
2729
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
2725
2730
|
/******/ }
|
|
2726
2731
|
/******/ }
|
|
@@ -2729,7 +2734,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2729
2734
|
/******/
|
|
2730
2735
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
2731
2736
|
/******/ (() => {
|
|
2732
|
-
/******/
|
|
2737
|
+
/******/ __nested_webpack_require_187123__.hmd = (module) => {
|
|
2733
2738
|
/******/ module = Object.create(module);
|
|
2734
2739
|
/******/ if (!module.children) module.children = [];
|
|
2735
2740
|
/******/ Object.defineProperty(module, 'exports', {
|
|
@@ -2744,13 +2749,13 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2744
2749
|
/******/
|
|
2745
2750
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
2746
2751
|
/******/ (() => {
|
|
2747
|
-
/******/
|
|
2752
|
+
/******/ __nested_webpack_require_187123__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
2748
2753
|
/******/ })();
|
|
2749
2754
|
/******/
|
|
2750
2755
|
/******/ /* webpack/runtime/make namespace object */
|
|
2751
2756
|
/******/ (() => {
|
|
2752
2757
|
/******/ // define __esModule on exports
|
|
2753
|
-
/******/
|
|
2758
|
+
/******/ __nested_webpack_require_187123__.r = (exports) => {
|
|
2754
2759
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
2755
2760
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2756
2761
|
/******/ }
|
|
@@ -2764,10 +2769,10 @@ var __nested_webpack_exports__ = {};
|
|
|
2764
2769
|
(() => {
|
|
2765
2770
|
"use strict";
|
|
2766
2771
|
// ESM COMPAT FLAG
|
|
2767
|
-
|
|
2772
|
+
__nested_webpack_require_187123__.r(__nested_webpack_exports__);
|
|
2768
2773
|
|
|
2769
2774
|
// EXPORTS
|
|
2770
|
-
|
|
2775
|
+
__nested_webpack_require_187123__.d(__nested_webpack_exports__, {
|
|
2771
2776
|
acl: () => (/* reexport */ acl),
|
|
2772
2777
|
aclControl: () => (/* reexport */ aclControl),
|
|
2773
2778
|
create: () => (/* reexport */ create),
|
|
@@ -2796,8 +2801,8 @@ __nested_webpack_require_186985__.d(__nested_webpack_exports__, {
|
|
|
2796
2801
|
|
|
2797
2802
|
// NAMESPACE OBJECT: ./src/log.ts
|
|
2798
2803
|
var log_namespaceObject = {};
|
|
2799
|
-
|
|
2800
|
-
|
|
2804
|
+
__nested_webpack_require_187123__.r(log_namespaceObject);
|
|
2805
|
+
__nested_webpack_require_187123__.d(log_namespaceObject, {
|
|
2801
2806
|
LogLevel: () => (LogLevel),
|
|
2802
2807
|
alert: () => (log_alert),
|
|
2803
2808
|
clear: () => (clear),
|
|
@@ -2817,8 +2822,8 @@ __nested_webpack_require_186985__.d(log_namespaceObject, {
|
|
|
2817
2822
|
|
|
2818
2823
|
// NAMESPACE OBJECT: ./src/utils/index.js
|
|
2819
2824
|
var utils_namespaceObject = {};
|
|
2820
|
-
|
|
2821
|
-
|
|
2825
|
+
__nested_webpack_require_187123__.r(utils_namespaceObject);
|
|
2826
|
+
__nested_webpack_require_187123__.d(utils_namespaceObject, {
|
|
2822
2827
|
AJARImage: () => (AJARImage),
|
|
2823
2828
|
RDFComparePredicateObject: () => (RDFComparePredicateObject),
|
|
2824
2829
|
RDFComparePredicateSubject: () => (RDFComparePredicateSubject),
|
|
@@ -2852,8 +2857,8 @@ __nested_webpack_require_186985__.d(utils_namespaceObject, {
|
|
|
2852
2857
|
|
|
2853
2858
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/language.ts
|
|
2854
2859
|
var language_namespaceObject = {};
|
|
2855
|
-
|
|
2856
|
-
|
|
2860
|
+
__nested_webpack_require_187123__.r(language_namespaceObject);
|
|
2861
|
+
__nested_webpack_require_187123__.d(language_namespaceObject, {
|
|
2857
2862
|
addDefaults: () => (addDefaults),
|
|
2858
2863
|
defaultPreferredLanguages: () => (defaultPreferredLanguages),
|
|
2859
2864
|
filterByLanguage: () => (filterByLanguage),
|
|
@@ -2864,8 +2869,8 @@ __nested_webpack_require_186985__.d(language_namespaceObject, {
|
|
|
2864
2869
|
|
|
2865
2870
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/publicData.ts
|
|
2866
2871
|
var publicData_namespaceObject = {};
|
|
2867
|
-
|
|
2868
|
-
|
|
2872
|
+
__nested_webpack_require_187123__.r(publicData_namespaceObject);
|
|
2873
|
+
__nested_webpack_require_187123__.d(publicData_namespaceObject, {
|
|
2869
2874
|
AUTOCOMPLETE_LIMIT: () => (AUTOCOMPLETE_LIMIT),
|
|
2870
2875
|
ESCOResultToBindings: () => (ESCOResultToBindings),
|
|
2871
2876
|
bindingToTerm: () => (bindingToTerm),
|
|
@@ -2893,8 +2898,8 @@ __nested_webpack_require_186985__.d(publicData_namespaceObject, {
|
|
|
2893
2898
|
|
|
2894
2899
|
// NAMESPACE OBJECT: ./src/login/login.ts
|
|
2895
2900
|
var login_namespaceObject = {};
|
|
2896
|
-
|
|
2897
|
-
|
|
2901
|
+
__nested_webpack_require_187123__.r(login_namespaceObject);
|
|
2902
|
+
__nested_webpack_require_187123__.d(login_namespaceObject, {
|
|
2898
2903
|
ensureLoadedPreferences: () => (ensureLoadedPreferences),
|
|
2899
2904
|
ensureLoadedProfile: () => (ensureLoadedProfile),
|
|
2900
2905
|
ensureLoggedIn: () => (ensureLoggedIn),
|
|
@@ -2913,8 +2918,8 @@ __nested_webpack_require_186985__.d(login_namespaceObject, {
|
|
|
2913
2918
|
|
|
2914
2919
|
// NAMESPACE OBJECT: ./src/widgets/index.js
|
|
2915
2920
|
var widgets_namespaceObject = {};
|
|
2916
|
-
|
|
2917
|
-
|
|
2921
|
+
__nested_webpack_require_187123__.r(widgets_namespaceObject);
|
|
2922
|
+
__nested_webpack_require_187123__.d(widgets_namespaceObject, {
|
|
2918
2923
|
Group: () => (Group),
|
|
2919
2924
|
GroupBuilder: () => (GroupBuilder),
|
|
2920
2925
|
GroupPicker: () => (GroupPicker),
|
|
@@ -2999,8 +3004,8 @@ __nested_webpack_require_186985__.d(widgets_namespaceObject, {
|
|
|
2999
3004
|
|
|
3000
3005
|
// NAMESPACE OBJECT: ./src/participation.ts
|
|
3001
3006
|
var participation_namespaceObject = {};
|
|
3002
|
-
|
|
3003
|
-
|
|
3007
|
+
__nested_webpack_require_187123__.r(participation_namespaceObject);
|
|
3008
|
+
__nested_webpack_require_187123__.d(participation_namespaceObject, {
|
|
3004
3009
|
manageParticipation: () => (manageParticipation),
|
|
3005
3010
|
participationObject: () => (participationObject),
|
|
3006
3011
|
recordParticipation: () => (recordParticipation),
|
|
@@ -3009,8 +3014,8 @@ __nested_webpack_require_186985__.d(participation_namespaceObject, {
|
|
|
3009
3014
|
|
|
3010
3015
|
// NAMESPACE OBJECT: ./src/pad.ts
|
|
3011
3016
|
var pad_namespaceObject = {};
|
|
3012
|
-
|
|
3013
|
-
|
|
3017
|
+
__nested_webpack_require_187123__.r(pad_namespaceObject);
|
|
3018
|
+
__nested_webpack_require_187123__.d(pad_namespaceObject, {
|
|
3014
3019
|
getChunks: () => (getChunks),
|
|
3015
3020
|
lightColorHash: () => (lightColorHash),
|
|
3016
3021
|
manageParticipation: () => (manageParticipation),
|
|
@@ -3024,8 +3029,8 @@ __nested_webpack_require_186985__.d(pad_namespaceObject, {
|
|
|
3024
3029
|
|
|
3025
3030
|
// NAMESPACE OBJECT: ./src/preferences.js
|
|
3026
3031
|
var preferences_namespaceObject = {};
|
|
3027
|
-
|
|
3028
|
-
|
|
3032
|
+
__nested_webpack_require_187123__.r(preferences_namespaceObject);
|
|
3033
|
+
__nested_webpack_require_187123__.d(preferences_namespaceObject, {
|
|
3029
3034
|
get: () => (get),
|
|
3030
3035
|
getPreferencesForClass: () => (getPreferencesForClass),
|
|
3031
3036
|
recordPersonalDefaults: () => (recordPersonalDefaults),
|
|
@@ -3037,21 +3042,21 @@ __nested_webpack_require_186985__.d(preferences_namespaceObject, {
|
|
|
3037
3042
|
|
|
3038
3043
|
// NAMESPACE OBJECT: ./src/tabs.ts
|
|
3039
3044
|
var tabs_namespaceObject = {};
|
|
3040
|
-
|
|
3041
|
-
|
|
3045
|
+
__nested_webpack_require_187123__.r(tabs_namespaceObject);
|
|
3046
|
+
__nested_webpack_require_187123__.d(tabs_namespaceObject, {
|
|
3042
3047
|
TabWidgetElement: () => (TabWidgetElement),
|
|
3043
3048
|
tabWidget: () => (tabWidget)
|
|
3044
3049
|
});
|
|
3045
3050
|
|
|
3046
3051
|
// NAMESPACE OBJECT: ./src/create/types.ts
|
|
3047
3052
|
var types_namespaceObject = {};
|
|
3048
|
-
|
|
3053
|
+
__nested_webpack_require_187123__.r(types_namespaceObject);
|
|
3049
3054
|
|
|
3050
3055
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
3051
|
-
var solid_namespace =
|
|
3052
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
3056
|
+
var solid_namespace = __nested_webpack_require_187123__(386);
|
|
3057
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_187123__.n(solid_namespace);
|
|
3053
3058
|
// EXTERNAL MODULE: external "$rdf"
|
|
3054
|
-
var external_$rdf_ =
|
|
3059
|
+
var external_$rdf_ = __nested_webpack_require_187123__(264);
|
|
3055
3060
|
;// ./src/ns.js
|
|
3056
3061
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
3057
3062
|
|
|
@@ -3086,10 +3091,10 @@ function asyncToGenerator_asyncToGenerator(n) {
|
|
|
3086
3091
|
}
|
|
3087
3092
|
|
|
3088
3093
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
|
|
3089
|
-
var regenerator =
|
|
3090
|
-
var regenerator_default = /*#__PURE__*/
|
|
3094
|
+
var regenerator = __nested_webpack_require_187123__(756);
|
|
3095
|
+
var regenerator_default = /*#__PURE__*/__nested_webpack_require_187123__.n(regenerator);
|
|
3091
3096
|
// EXTERNAL MODULE: external "SolidLogic"
|
|
3092
|
-
var external_SolidLogic_ =
|
|
3097
|
+
var external_SolidLogic_ = __nested_webpack_require_187123__(663);
|
|
3093
3098
|
;// ./src/log.ts
|
|
3094
3099
|
// /////////////////////// Logging
|
|
3095
3100
|
//
|
|
@@ -3378,7 +3383,7 @@ function getWellKnownLabel(thing) {
|
|
|
3378
3383
|
external_SolidLogic_.store.any(thing, UI.ns.link('message')) || external_SolidLogic_.store.any(thing, UI.ns.vcard('fn')) || external_SolidLogic_.store.any(thing, UI.ns.foaf('name')) || external_SolidLogic_.store.any(thing, UI.ns.dct('title')) || external_SolidLogic_.store.any(thing, UI.ns.dc('title')) || external_SolidLogic_.store.any(thing, UI.ns.rss('title')) || external_SolidLogic_.store.any(thing, UI.ns.contact('fullName')) || external_SolidLogic_.store.any(thing, external_SolidLogic_.store.sym('http://www.w3.org/2001/04/roadmap/org#name')) || external_SolidLogic_.store.any(thing, UI.ns.cal('summary')) || external_SolidLogic_.store.any(thing, UI.ns.foaf('nick')) || external_SolidLogic_.store.any(thing, UI.ns.as('name')) || external_SolidLogic_.store.any(thing, UI.ns.schema('name')) || external_SolidLogic_.store.any(thing, UI.ns.rdfs('label')) || external_SolidLogic_.store.any(thing, external_SolidLogic_.store.sym('http://www.w3.org/2004/02/skos/core#prefLabel'));
|
|
3379
3384
|
}
|
|
3380
3385
|
// EXTERNAL MODULE: ./src/debug.ts
|
|
3381
|
-
var src_debug =
|
|
3386
|
+
var src_debug = __nested_webpack_require_187123__(423);
|
|
3382
3387
|
;// ./src/acl/acl.ts
|
|
3383
3388
|
|
|
3384
3389
|
|
|
@@ -3986,7 +3991,7 @@ function _slicedToArray(r, e) {
|
|
|
3986
3991
|
}
|
|
3987
3992
|
|
|
3988
3993
|
// EXTERNAL MODULE: ./node_modules/mime-types/index.js
|
|
3989
|
-
var mime_types =
|
|
3994
|
+
var mime_types = __nested_webpack_require_187123__(49);
|
|
3990
3995
|
;// ./src/styleConstants.js
|
|
3991
3996
|
/* harmony default export */ const styleConstants = ({
|
|
3992
3997
|
highlightColor: '#7C4DFF',
|
|
@@ -4351,7 +4356,7 @@ function uploadFiles(fetcher, files, fileBase, imageBase, successHandler) {
|
|
|
4351
4356
|
}
|
|
4352
4357
|
}
|
|
4353
4358
|
// EXTERNAL MODULE: ./src/iconBase.ts
|
|
4354
|
-
var iconBase =
|
|
4359
|
+
var iconBase = __nested_webpack_require_187123__(378);
|
|
4355
4360
|
;// ./src/utils/index.js
|
|
4356
4361
|
// Solid-UI general Utilities
|
|
4357
4362
|
// ==========================
|
|
@@ -14616,8 +14621,8 @@ function _taggedTemplateLiteral(e, t) {
|
|
|
14616
14621
|
}
|
|
14617
14622
|
|
|
14618
14623
|
// EXTERNAL MODULE: ./node_modules/escape-html/index.js
|
|
14619
|
-
var escape_html =
|
|
14620
|
-
var escape_html_default = /*#__PURE__*/
|
|
14624
|
+
var escape_html = __nested_webpack_require_187123__(580);
|
|
14625
|
+
var escape_html_default = /*#__PURE__*/__nested_webpack_require_187123__.n(escape_html);
|
|
14621
14626
|
;// ./node_modules/uuid/dist/esm-browser/native.js
|
|
14622
14627
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
14623
14628
|
/* harmony default export */ const esm_browser_native = ({ randomUUID });
|
|
@@ -27598,7 +27603,7 @@ var lit_html = __webpack_require__(6752);
|
|
|
27598
27603
|
* @license
|
|
27599
27604
|
* Copyright 2020 Google LLC
|
|
27600
27605
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27601
|
-
*/const{I:t}=lit_html._$LH,i=o=>null===o||"object"!=typeof o&&"function"!=typeof o,
|
|
27606
|
+
*/const{I:t}=lit_html._$LH,i=o=>o,n=o=>null===o||"object"!=typeof o&&"function"!=typeof o,e={HTML:1,SVG:2,MATHML:3},l=(o,t)=>void 0===t?void 0!==o?._$litType$:o?._$litType$===t,d=o=>null!=o?._$litType$?.h,c=o=>void 0!==o?._$litDirective$,f=o=>o?._$litDirective$,r=o=>void 0===o.strings,s=()=>document.createComment(""),v=(o,n,e)=>{const l=o._$AA.parentNode,d=void 0===n?o._$AB:n._$AA;if(void 0===e){const i=l.insertBefore(s(),d),n=l.insertBefore(s(),d);e=new t(i,n,o,o.options)}else{const t=e._$AB.nextSibling,n=e._$AM,c=n!==o;if(c){let t;e._$AQ?.(o),e._$AM=o,void 0!==e._$AP&&(t=o._$AU)!==n._$AU&&e._$AP(t)}if(t!==d||c){let o=e._$AA;for(;o!==t;){const t=i(o).nextSibling;i(l).insertBefore(o,d),o=t}}}return e},u=(o,t,i=o)=>(o._$AI(t,i),o),m={},p=(o,t=m)=>o._$AH=t,M=o=>o._$AH,h=o=>{o._$AR(),o._$AA.remove()},j=o=>{o._$AR()};
|
|
27602
27607
|
//# sourceMappingURL=directive-helpers.js.map
|
|
27603
27608
|
|
|
27604
27609
|
// EXTERNAL MODULE: ./node_modules/lit-html/directive.js
|
|
@@ -27609,7 +27614,7 @@ var directive = __webpack_require__(7804);
|
|
|
27609
27614
|
* @license
|
|
27610
27615
|
* Copyright 2017 Google LLC
|
|
27611
27616
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27612
|
-
*/const async_directive_s=(i,t)=>{const e=i._$AN;if(void 0===e)return!1;for(const i of e)i._$AO?.(t,!1),async_directive_s(i,t);return!0},o=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t}while(0===e?.size)},async_directive_r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),async_directive_c(t)}};function async_directive_h(i){void 0!==this._$AN?(o(this),this._$AM=i,async_directive_r(this)):this._$AM=i}function async_directive_n(i,t=!1,e=0){const r=this._$AH,h=this._$AN;if(void 0!==h&&0!==h.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)async_directive_s(r[i],!1),o(r[i]);else null!=r&&(async_directive_s(r,!1),o(r));else async_directive_s(this,i)}const async_directive_c=i=>{i.type==directive/* PartType */.OA.CHILD&&(i._$AP??=async_directive_n,i._$AQ??=async_directive_h)};class
|
|
27617
|
+
*/const async_directive_s=(i,t)=>{const e=i._$AN;if(void 0===e)return!1;for(const i of e)i._$AO?.(t,!1),async_directive_s(i,t);return!0},o=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t}while(0===e?.size)},async_directive_r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),async_directive_c(t)}};function async_directive_h(i){void 0!==this._$AN?(o(this),this._$AM=i,async_directive_r(this)):this._$AM=i}function async_directive_n(i,t=!1,e=0){const r=this._$AH,h=this._$AN;if(void 0!==h&&0!==h.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)async_directive_s(r[i],!1),o(r[i]);else null!=r&&(async_directive_s(r,!1),o(r));else async_directive_s(this,i)}const async_directive_c=i=>{i.type==directive/* PartType */.OA.CHILD&&(i._$AP??=async_directive_n,i._$AQ??=async_directive_h)};class async_directive_f extends directive/* Directive */.WL{constructor(){super(...arguments),this._$AN=void 0}_$AT(i,t,e){super._$AT(i,t,e),async_directive_r(this),this.isConnected=i._$AU}_$AO(i,t=!0){i!==this.isConnected&&(this.isConnected=i,i?this.reconnected?.():this.disconnected?.()),t&&(async_directive_s(this,i),o(this))}setValue(t){if(r(this._$Ct))this._$Ct._$AI(t,this);else{const i=[...this._$Ct._$AH];i[this._$Ci]=t,this._$Ct._$AI(i,this,0)}}disconnected(){}reconnected(){}}
|
|
27613
27618
|
//# sourceMappingURL=async-directive.js.map
|
|
27614
27619
|
|
|
27615
27620
|
;// ./node_modules/lit-html/directives/private-async-helpers.js
|
|
@@ -27618,7 +27623,7 @@ var directive = __webpack_require__(7804);
|
|
|
27618
27623
|
* Copyright 2021 Google LLC
|
|
27619
27624
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27620
27625
|
*/
|
|
27621
|
-
const private_async_helpers_t=async(t,s)=>{for await(const i of t)if(!1===await s(i))return};class private_async_helpers_s{constructor(t){this.G=t}disconnect(){this.G=void 0}reconnect(t){this.G=t}deref(){return this.G}}class private_async_helpers_i{constructor(){this.Y=void 0,this.Z=void 0}get(){return this.Y}pause(){this.Y??=new Promise(
|
|
27626
|
+
const private_async_helpers_t=async(t,s)=>{for await(const i of t)if(!1===await s(i))return};class private_async_helpers_s{constructor(t){this.G=t}disconnect(){this.G=void 0}reconnect(t){this.G=t}deref(){return this.G}}class private_async_helpers_i{constructor(){this.Y=void 0,this.Z=void 0}get(){return this.Y}pause(){this.Y??=new Promise(t=>this.Z=t)}resume(){this.Z?.(),this.Y=this.Z=void 0}}
|
|
27622
27627
|
//# sourceMappingURL=private-async-helpers.js.map
|
|
27623
27628
|
|
|
27624
27629
|
;// ./node_modules/lit-html/directives/async-replace.js
|
|
@@ -27627,7 +27632,7 @@ const private_async_helpers_t=async(t,s)=>{for await(const i of t)if(!1===await
|
|
|
27627
27632
|
* @license
|
|
27628
27633
|
* Copyright 2017 Google LLC
|
|
27629
27634
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27630
|
-
*/class async_replace_o extends
|
|
27635
|
+
*/class async_replace_o extends async_directive_f{constructor(){super(...arguments),this._$CK=new private_async_helpers_s(this),this._$CX=new private_async_helpers_i}render(i,s){return lit_html.noChange}update(i,[s,r]){if(this.isConnected||this.disconnected(),s===this._$CJ)return lit_html.noChange;this._$CJ=s;let n=0;const{_$CK:o,_$CX:h}=this;return private_async_helpers_t(s,async t=>{for(;h.get();)await h.get();const i=o.deref();if(void 0!==i){if(i._$CJ!==s)return!1;void 0!==r&&(t=r(t,n)),i.commitValue(t,n),n++}return!0}),lit_html.noChange}commitValue(t,i){this.setValue(t)}disconnected(){this._$CK.disconnect(),this._$CX.pause()}reconnected(){this._$CK.reconnect(this),this._$CX.resume()}}const async_replace_h=(0,directive/* directive */.u$)(async_replace_o);
|
|
27631
27636
|
//# sourceMappingURL=async-replace.js.map
|
|
27632
27637
|
|
|
27633
27638
|
|
|
@@ -27793,6 +27798,11 @@ var TYPE_SCORES = {
|
|
|
27793
27798
|
// prefer font/woff over application/font-woff
|
|
27794
27799
|
font: 2,
|
|
27795
27800
|
|
|
27801
|
+
// prefer video/mp4 over audio/mp4 over application/mp4
|
|
27802
|
+
// See https://www.rfc-editor.org/rfc/rfc4337.html#section-2
|
|
27803
|
+
audio: 2,
|
|
27804
|
+
video: 3,
|
|
27805
|
+
|
|
27796
27806
|
default: 0
|
|
27797
27807
|
}
|
|
27798
27808
|
|
|
@@ -43892,14 +43902,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
|
43892
43902
|
};
|
|
43893
43903
|
var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
|
|
43894
43904
|
if (
|
|
43895
|
-
"19.2.
|
|
43905
|
+
"19.2.1" !==
|
|
43896
43906
|
isomorphicReactPackageVersion$jscomp$inline_1840
|
|
43897
43907
|
)
|
|
43898
43908
|
throw Error(
|
|
43899
43909
|
formatProdErrorMessage(
|
|
43900
43910
|
527,
|
|
43901
43911
|
isomorphicReactPackageVersion$jscomp$inline_1840,
|
|
43902
|
-
"19.2.
|
|
43912
|
+
"19.2.1"
|
|
43903
43913
|
)
|
|
43904
43914
|
);
|
|
43905
43915
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
@@ -43921,10 +43931,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
|
43921
43931
|
};
|
|
43922
43932
|
var internals$jscomp$inline_2347 = {
|
|
43923
43933
|
bundleType: 0,
|
|
43924
|
-
version: "19.2.
|
|
43934
|
+
version: "19.2.1",
|
|
43925
43935
|
rendererPackageName: "react-dom",
|
|
43926
43936
|
currentDispatcherRef: ReactSharedInternals,
|
|
43927
|
-
reconcilerVersion: "19.2.
|
|
43937
|
+
reconcilerVersion: "19.2.1"
|
|
43928
43938
|
};
|
|
43929
43939
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
|
43930
43940
|
var hook$jscomp$inline_2348 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -44022,7 +44032,7 @@ __webpack_unused_export__ = function (container, initialChildren, options) {
|
|
|
44022
44032
|
listenToAllSupportedEvents(container);
|
|
44023
44033
|
return new ReactDOMHydrationRoot(initialChildren);
|
|
44024
44034
|
};
|
|
44025
|
-
__webpack_unused_export__ = "19.2.
|
|
44035
|
+
__webpack_unused_export__ = "19.2.1";
|
|
44026
44036
|
|
|
44027
44037
|
|
|
44028
44038
|
/***/ }),
|
|
@@ -47484,7 +47494,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
47484
47494
|
* @license
|
|
47485
47495
|
* Copyright 2018 Google LLC
|
|
47486
47496
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47487
|
-
*/const n="important",i=" !"+n,o=(0,_directive_js__WEBPACK_IMPORTED_MODULE_1__/* .directive */ .u$)(class extends _directive_js__WEBPACK_IMPORTED_MODULE_1__/* .Directive */ .WL{constructor(t){if(super(t),t.type!==_directive_js__WEBPACK_IMPORTED_MODULE_1__/* .PartType */ .OA.ATTRIBUTE||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((
|
|
47497
|
+
*/const n="important",i=" !"+n,o=(0,_directive_js__WEBPACK_IMPORTED_MODULE_1__/* .directive */ .u$)(class extends _directive_js__WEBPACK_IMPORTED_MODULE_1__/* .Directive */ .WL{constructor(t){if(super(t),t.type!==_directive_js__WEBPACK_IMPORTED_MODULE_1__/* .PartType */ .OA.ATTRIBUTE||"style"!==t.name||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,r)=>{const s=t[r];return null==s?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`},"")}update(e,[r]){const{style:s}=e.element;if(void 0===this.ft)return this.ft=new Set(Object.keys(r)),this.render(r);for(const t of this.ft)null==r[t]&&(this.ft.delete(t),t.includes("-")?s.removeProperty(t):s[t]=null);for(const t in r){const e=r[t];if(null!=e){this.ft.add(t);const r="string"==typeof e&&e.endsWith(i);t.includes("-")||r?s.setProperty(t,r?e.slice(0,-11):e,r?n:""):s[t]=e}}return _lit_html_js__WEBPACK_IMPORTED_MODULE_0__.noChange}});
|
|
47488
47498
|
//# sourceMappingURL=style-map.js.map
|
|
47489
47499
|
|
|
47490
47500
|
|
|
@@ -56744,8 +56754,6 @@ var irrelevant = (function (exports) {
|
|
|
56744
56754
|
exports.Response = Response;
|
|
56745
56755
|
exports.fetch = fetch;
|
|
56746
56756
|
|
|
56747
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
56748
|
-
|
|
56749
56757
|
return exports;
|
|
56750
56758
|
|
|
56751
56759
|
})({});
|
|
@@ -56777,33 +56785,32 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
56777
56785
|
}));
|
|
56778
56786
|
exports["default"] = void 0;
|
|
56779
56787
|
var _default = exports["default"] = {
|
|
56780
|
-
buildTime: '
|
|
56781
|
-
commit: '
|
|
56788
|
+
buildTime: '2026-01-12T11:49:51Z',
|
|
56789
|
+
commit: '1df8879e725af7ac44ab3886e22a18c46f7f2e80',
|
|
56782
56790
|
npmInfo: {
|
|
56783
|
-
'
|
|
56784
|
-
npm: '
|
|
56785
|
-
node: '
|
|
56786
|
-
acorn: '
|
|
56787
|
-
ada: '
|
|
56788
|
-
ares: '
|
|
56789
|
-
brotli: '
|
|
56790
|
-
cjs_module_lexer: '
|
|
56791
|
-
cldr: '
|
|
56792
|
-
icu: '
|
|
56793
|
-
llhttp: '
|
|
56794
|
-
modules: '
|
|
56795
|
-
napi: '
|
|
56796
|
-
nghttp2: '
|
|
56797
|
-
openssl: '
|
|
56798
|
-
simdutf: '
|
|
56799
|
-
tz: '
|
|
56800
|
-
undici: '
|
|
56801
|
-
unicode: '
|
|
56802
|
-
uv: '
|
|
56803
|
-
uvwasi: '
|
|
56804
|
-
v8: '
|
|
56805
|
-
zlib: '
|
|
56806
|
-
'}': '}'
|
|
56791
|
+
'solid-panes': '4.0.0-newStyle',
|
|
56792
|
+
npm: '10.8.2',
|
|
56793
|
+
node: '20.19.6',
|
|
56794
|
+
acorn: '8.15.0',
|
|
56795
|
+
ada: '2.9.2',
|
|
56796
|
+
ares: '1.34.5',
|
|
56797
|
+
brotli: '1.1.0',
|
|
56798
|
+
cjs_module_lexer: '2.1.0',
|
|
56799
|
+
cldr: '47.0',
|
|
56800
|
+
icu: '77.1',
|
|
56801
|
+
llhttp: '9.3.0',
|
|
56802
|
+
modules: '115',
|
|
56803
|
+
napi: '9',
|
|
56804
|
+
nghttp2: '1.61.0',
|
|
56805
|
+
openssl: '3.0.17',
|
|
56806
|
+
simdutf: '6.4.2',
|
|
56807
|
+
tz: '2025b',
|
|
56808
|
+
undici: '6.22.0',
|
|
56809
|
+
unicode: '16.0',
|
|
56810
|
+
uv: '1.46.0',
|
|
56811
|
+
uvwasi: '0.0.23',
|
|
56812
|
+
v8: '11.3.244.8-node.33',
|
|
56813
|
+
zlib: '1.3.1-470d3a2'
|
|
56807
56814
|
}
|
|
56808
56815
|
};
|
|
56809
56816
|
//# sourceMappingURL=versionInfo.js.map
|
|
@@ -66869,7 +66876,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
66869
66876
|
* Get the default charset for a MIME type.
|
|
66870
66877
|
*
|
|
66871
66878
|
* @param {string} type
|
|
66872
|
-
* @return {
|
|
66879
|
+
* @return {false|string}
|
|
66873
66880
|
*/
|
|
66874
66881
|
|
|
66875
66882
|
function charset (type) {
|
|
@@ -66897,7 +66904,7 @@ function charset (type) {
|
|
|
66897
66904
|
* Create a full Content-Type header given a MIME type or extension.
|
|
66898
66905
|
*
|
|
66899
66906
|
* @param {string} str
|
|
66900
|
-
* @return {
|
|
66907
|
+
* @return {false|string}
|
|
66901
66908
|
*/
|
|
66902
66909
|
|
|
66903
66910
|
function contentType (str) {
|
|
@@ -66925,7 +66932,7 @@ function contentType (str) {
|
|
|
66925
66932
|
* Get the default extension for a MIME type.
|
|
66926
66933
|
*
|
|
66927
66934
|
* @param {string} type
|
|
66928
|
-
* @return {
|
|
66935
|
+
* @return {false|string}
|
|
66929
66936
|
*/
|
|
66930
66937
|
|
|
66931
66938
|
function extension (type) {
|
|
@@ -66950,7 +66957,7 @@ function extension (type) {
|
|
|
66950
66957
|
* Lookup the MIME type for a file path/extension.
|
|
66951
66958
|
*
|
|
66952
66959
|
* @param {string} path
|
|
66953
|
-
* @return {
|
|
66960
|
+
* @return {false|string}
|
|
66954
66961
|
*/
|
|
66955
66962
|
|
|
66956
66963
|
function lookup (path) {
|
|
@@ -67411,7 +67418,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
67411
67418
|
exports.useFormStatus = function () {
|
|
67412
67419
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
67413
67420
|
};
|
|
67414
|
-
exports.version = "19.2.
|
|
67421
|
+
exports.version = "19.2.1";
|
|
67415
67422
|
|
|
67416
67423
|
|
|
67417
67424
|
/***/ }),
|
|
@@ -68682,20 +68689,20 @@ var _default = exports["default"] = {
|
|
|
68682
68689
|
"use strict";
|
|
68683
68690
|
__webpack_require__.r(__webpack_exports__);
|
|
68684
68691
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
68685
|
-
/* harmony export */ _$LH: () => (/* binding */
|
|
68686
|
-
/* harmony export */ html: () => (/* binding */
|
|
68687
|
-
/* harmony export */ mathml: () => (/* binding */
|
|
68688
|
-
/* harmony export */ noChange: () => (/* binding */
|
|
68689
|
-
/* harmony export */ nothing: () => (/* binding */
|
|
68690
|
-
/* harmony export */ render: () => (/* binding */
|
|
68691
|
-
/* harmony export */ svg: () => (/* binding */
|
|
68692
|
+
/* harmony export */ _$LH: () => (/* binding */ j),
|
|
68693
|
+
/* harmony export */ html: () => (/* binding */ b),
|
|
68694
|
+
/* harmony export */ mathml: () => (/* binding */ T),
|
|
68695
|
+
/* harmony export */ noChange: () => (/* binding */ E),
|
|
68696
|
+
/* harmony export */ nothing: () => (/* binding */ A),
|
|
68697
|
+
/* harmony export */ render: () => (/* binding */ D),
|
|
68698
|
+
/* harmony export */ svg: () => (/* binding */ w)
|
|
68692
68699
|
/* harmony export */ });
|
|
68693
68700
|
/**
|
|
68694
68701
|
* @license
|
|
68695
68702
|
* Copyright 2017 Google LLC
|
|
68696
68703
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
68697
68704
|
*/
|
|
68698
|
-
const t=globalThis,i=t.trustedTypes,s
|
|
68705
|
+
const t=globalThis,i=t=>t,s=t.trustedTypes,e=s?s.createPolicy("lit-html",{createHTML:t=>t}):void 0,h="$lit$",o=`lit$${Math.random().toFixed(9).slice(2)}$`,n="?"+o,r=`<${n}>`,l=document,c=()=>l.createComment(""),a=t=>null===t||"object"!=typeof t&&"function"!=typeof t,u=Array.isArray,d=t=>u(t)||"function"==typeof t?.[Symbol.iterator],f="[ \t\n\f\r]",v=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m=/>/g,p=RegExp(`>|${f}(?:([^\\s"'>=/]+)(${f}*=${f}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g=/'/g,$=/"/g,y=/^(?:script|style|textarea|title)$/i,x=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),b=x(1),w=x(2),T=x(3),E=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),C=new WeakMap,P=l.createTreeWalker(l,129);function V(t,i){if(!u(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==e?e.createHTML(i):i}const N=(t,i)=>{const s=t.length-1,e=[];let n,l=2===i?"<svg>":3===i?"<math>":"",c=v;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,f=0;for(;f<s.length&&(c.lastIndex=f,u=c.exec(s),null!==u);)f=c.lastIndex,c===v?"!--"===u[1]?c=_:void 0!==u[1]?c=m:void 0!==u[2]?(y.test(u[2])&&(n=RegExp("</"+u[2],"g")),c=p):void 0!==u[3]&&(c=p):c===p?">"===u[0]?(c=n??v,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?p:'"'===u[3]?$:g):c===$||c===g?c=p:c===_||c===m?c=v:(c=p,n=void 0);const x=c===p&&t[i+1].startsWith("/>")?" ":"";l+=c===v?s+r:d>=0?(e.push(a),s.slice(0,d)+h+s.slice(d)+o+x):s+o+(-2===d?i:x)}return[V(t,l+(t[s]||"<?>")+(2===i?"</svg>":3===i?"</math>":"")),e]};class S{constructor({strings:t,_$litType$:i},e){let r;this.parts=[];let l=0,a=0;const u=t.length-1,d=this.parts,[f,v]=N(t,i);if(this.el=S.createElement(f,e),P.currentNode=this.el.content,2===i||3===i){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=P.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(h)){const i=v[a++],s=r.getAttribute(t).split(o),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:l,name:e[2],strings:s,ctor:"."===e[1]?I:"?"===e[1]?L:"@"===e[1]?z:H}),r.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),r.removeAttribute(t));if(y.test(r.tagName)){const t=r.textContent.split(o),i=t.length-1;if(i>0){r.textContent=s?s.emptyScript:"";for(let s=0;s<i;s++)r.append(t[s],c()),P.nextNode(),d.push({type:2,index:++l});r.append(t[i],c())}}}else if(8===r.nodeType)if(r.data===n)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=r.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,i){const s=l.createElement("template");return s.innerHTML=t,s}}function M(t,i,s=t,e){if(i===E)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=a(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=M(t,h._$AS(t,i.values),h,e)),i}class R{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??l).importNode(i,!0);P.currentNode=e;let h=P.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let i;2===r.type?i=new k(h,h.nextSibling,this,t):1===r.type?i=new r.ctor(h,r.name,r.strings,this,t):6===r.type&&(i=new Z(h,this,t)),this._$AV.push(i),r=s[++n]}o!==r?.index&&(h=P.nextNode(),o++)}return P.currentNode=l,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++}}class k{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=M(this,t,i),a(t)?t===A||null==t||""===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==E&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==A&&a(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:i,_$litType$:s}=t,e="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=S.createElement(V(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else{const t=new R(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t}}_$AC(t){let i=C.get(t.strings);return void 0===i&&C.set(t.strings,i=new S(t)),i}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new k(this.O(c()),this.O(c()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,s){for(this._$AP?.(!1,!0,s);t!==this._$AB;){const s=i(t).nextSibling;i(t).remove(),t=s}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class H{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=M(this,t,i,0),o=!a(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=M(this,e[s+n],i,n),r===E&&(r=this._$AH[n]),o||=!a(r)||r!==this._$AH[n],r===A?t=A:t!==A&&(t+=(r??"")+h[n+1]),this._$AH[n]=r}o&&!e&&this.j(t)}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class I extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===A?void 0:t}}class L extends H{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==A)}}class z extends H{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5}_$AI(t,i=this){if((t=M(this,t,i,0)??A)===E)return;const s=this._$AH,e=t===A&&s!==A||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==A&&(s===A||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const j={M:h,P:o,A:n,C:1,L:N,R,D:d,V:M,I:k,H,N:L,U:z,B:I,F:Z},B=t.litHtmlPolyfillSupport;B?.(S,k),(t.litHtmlVersions??=[]).push("3.3.2");const D=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new k(i.insertBefore(c(),t),t,void 0,s??{})}return h._$AI(t),h};
|
|
68699
68706
|
//# sourceMappingURL=lit-html.js.map
|
|
68700
68707
|
|
|
68701
68708
|
|
|
@@ -78476,8 +78483,7 @@ class Variable extends node_internal/* default */.A {
|
|
|
78476
78483
|
* Initializes this variable
|
|
78477
78484
|
* @param name The variable's name
|
|
78478
78485
|
*/
|
|
78479
|
-
constructor() {
|
|
78480
|
-
let name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
78486
|
+
constructor(name = '') {
|
|
78481
78487
|
super(name);
|
|
78482
78488
|
(0,defineProperty/* default */.A)(this, "termType", types/* VariableTermType */.P2);
|
|
78483
78489
|
/** The base string for a variable's name */
|
|
@@ -78732,12 +78738,16 @@ function Namespace(nsuri, factory) {
|
|
|
78732
78738
|
return dataFactory.namedNode(nsuri + (ln || ''));
|
|
78733
78739
|
};
|
|
78734
78740
|
}
|
|
78741
|
+
// EXTERNAL MODULE: ./node_modules/@frogcat/ttl2jsonld/ttl2jsonld.js
|
|
78742
|
+
var ttl2jsonld = __webpack_require__(5306);
|
|
78743
|
+
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
78744
|
+
var solid_namespace = __webpack_require__(5386);
|
|
78745
|
+
var solid_namespace_default = /*#__PURE__*/__webpack_require__.n(solid_namespace);
|
|
78735
78746
|
// EXTERNAL MODULE: ./node_modules/rdflib/esm/utils-js.js
|
|
78736
78747
|
var utils_js = __webpack_require__(4011);
|
|
78737
78748
|
;// ./node_modules/rdflib/esm/xsd.js
|
|
78738
78749
|
|
|
78739
|
-
function createXSD() {
|
|
78740
|
-
let localFactory = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : canonical_data_factory;
|
|
78750
|
+
function createXSD(localFactory = canonical_data_factory) {
|
|
78741
78751
|
return {
|
|
78742
78752
|
boolean: localFactory.namedNode("http://www.w3.org/2001/XMLSchema#boolean"),
|
|
78743
78753
|
dateTime: localFactory.namedNode("http://www.w3.org/2001/XMLSchema#dateTime"),
|
|
@@ -78750,11 +78760,6 @@ function createXSD() {
|
|
|
78750
78760
|
}
|
|
78751
78761
|
const defaultXSD = createXSD(canonical_data_factory);
|
|
78752
78762
|
/* harmony default export */ const xsd = ((/* unused pure expression or super */ null && (defaultXSD)));
|
|
78753
|
-
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
78754
|
-
var solid_namespace = __webpack_require__(5386);
|
|
78755
|
-
var solid_namespace_default = /*#__PURE__*/__webpack_require__.n(solid_namespace);
|
|
78756
|
-
// EXTERNAL MODULE: ./node_modules/@frogcat/ttl2jsonld/ttl2jsonld.js
|
|
78757
|
-
var ttl2jsonld = __webpack_require__(5306);
|
|
78758
78763
|
;// ./node_modules/rdflib/esm/serializer.js
|
|
78759
78764
|
|
|
78760
78765
|
/* Serialization of RDF Graphs
|
|
@@ -78770,15 +78775,14 @@ var ttl2jsonld = __webpack_require__(5306);
|
|
|
78770
78775
|
|
|
78771
78776
|
|
|
78772
78777
|
|
|
78773
|
-
|
|
78774
|
-
|
|
78775
78778
|
function createSerializer(store) {
|
|
78776
78779
|
return new Serializer(store);
|
|
78777
78780
|
}
|
|
78778
78781
|
;
|
|
78779
78782
|
class Serializer {
|
|
78780
78783
|
constructor(store) {
|
|
78781
|
-
(0,defineProperty/* default */.A)(this, "_notQNameChars", '\t\r\n !"#$%&\'()
|
|
78784
|
+
(0,defineProperty/* default */.A)(this, "_notQNameChars", '\t\r\n !"#$%&\'()*,+/;<=>?@[\\]^`{|}~');
|
|
78785
|
+
// issue#228
|
|
78782
78786
|
(0,defineProperty/* default */.A)(this, "_notNameChars", this._notQNameChars + ':');
|
|
78783
78787
|
// stringToN3: String escaping for N3
|
|
78784
78788
|
(0,defineProperty/* default */.A)(this, "validPrefix", new RegExp(/^[a-zA-Z][a-zA-Z0-9]*$/));
|
|
@@ -78800,7 +78804,7 @@ class Serializer {
|
|
|
78800
78804
|
|
|
78801
78805
|
this.namespacesUsed = []; // Count actually used and so needed in @prefixes
|
|
78802
78806
|
this.keywords = ['a']; // The only one we generate at the moment
|
|
78803
|
-
this.prefixchars = '
|
|
78807
|
+
this.prefixchars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
78804
78808
|
this.incoming = null; // Array not calculated yet
|
|
78805
78809
|
this.formulas = []; // remembering original formulae from hashes
|
|
78806
78810
|
this.store = store;
|
|
@@ -78811,6 +78815,13 @@ class Serializer {
|
|
|
78811
78815
|
this.base = base;
|
|
78812
78816
|
return this;
|
|
78813
78817
|
}
|
|
78818
|
+
|
|
78819
|
+
/**
|
|
78820
|
+
* Set serializer behavior flags. Letters can be combined with spaces.
|
|
78821
|
+
* Examples: 'si', 'deinprstux', 'si dr', 'o'.
|
|
78822
|
+
* Notable flags:
|
|
78823
|
+
* - 'o': do not abbreviate to a prefixed name when the local part contains a dot
|
|
78824
|
+
*/
|
|
78814
78825
|
setFlags(flags) {
|
|
78815
78826
|
this.flags = flags || '';
|
|
78816
78827
|
return this;
|
|
@@ -78920,7 +78931,7 @@ class Serializer {
|
|
|
78920
78931
|
if (slash >= 0) p = p.slice(slash + 1);
|
|
78921
78932
|
var i = 0;
|
|
78922
78933
|
while (i < p.length) {
|
|
78923
|
-
if (this.prefixchars.indexOf(p[i])) {
|
|
78934
|
+
if (this.prefixchars.indexOf(p[i]) >= 0) {
|
|
78924
78935
|
i++;
|
|
78925
78936
|
} else {
|
|
78926
78937
|
break;
|
|
@@ -79001,6 +79012,28 @@ class Serializer {
|
|
|
79001
79012
|
toN3(f) {
|
|
79002
79013
|
return this.statementsToN3(f.statements);
|
|
79003
79014
|
}
|
|
79015
|
+
// Validate if a string is a valid PN_LOCAL per Turtle 1.1 spec
|
|
79016
|
+
// Allows dots inside the local name but not as trailing character
|
|
79017
|
+
// Also allows empty local names (for URIs ending in / or #)
|
|
79018
|
+
isValidPNLocal(local) {
|
|
79019
|
+
// Empty local name is valid (e.g., ex: for http://example.com/)
|
|
79020
|
+
if (local.length === 0) return true;
|
|
79021
|
+
|
|
79022
|
+
// Cannot end with a dot
|
|
79023
|
+
if (local[local.length - 1] === '.') return false;
|
|
79024
|
+
|
|
79025
|
+
// Check each character (allow dots mid-string)
|
|
79026
|
+
for (var i = 0; i < local.length; i++) {
|
|
79027
|
+
var ch = local[i];
|
|
79028
|
+
// Dot is allowed unless it's the last character (checked above)
|
|
79029
|
+
if (ch === '.') continue;
|
|
79030
|
+
// Other characters must not be in the blacklist
|
|
79031
|
+
if (this._notNameChars.indexOf(ch) >= 0) {
|
|
79032
|
+
return false;
|
|
79033
|
+
}
|
|
79034
|
+
}
|
|
79035
|
+
return true;
|
|
79036
|
+
}
|
|
79004
79037
|
explicitURI(uri) {
|
|
79005
79038
|
if (this.flags.indexOf('r') < 0 && this.base) {
|
|
79006
79039
|
uri = esm_uri.refTo(this.base, uri);
|
|
@@ -79363,13 +79396,17 @@ class Serializer {
|
|
|
79363
79396
|
if (j >= 0 && this.flags.indexOf('p') < 0 && (
|
|
79364
79397
|
// Can split at namespace but only if http[s]: URI or file: or ws[s] (why not others?)
|
|
79365
79398
|
uri.indexOf('http') === 0 || uri.indexOf('ws') === 0 || uri.indexOf('file') === 0)) {
|
|
79366
|
-
var
|
|
79367
|
-
|
|
79368
|
-
|
|
79369
|
-
|
|
79370
|
-
|
|
79371
|
-
|
|
79372
|
-
|
|
79399
|
+
var localid = uri.slice(j + 1);
|
|
79400
|
+
var namesp = uri.slice(0, j + 1);
|
|
79401
|
+
// Don't split if namespace is just the protocol (e.g., https://)
|
|
79402
|
+
// A valid namespace should have content after the protocol
|
|
79403
|
+
var minNamespaceLength = uri.indexOf('://') + 4; // e.g., "http://x" minimum
|
|
79404
|
+
// Also don't split if namespace is the base directory (would serialize as relative URI)
|
|
79405
|
+
var baseDir = this.base ? this.base.slice(0, Math.max(this.base.lastIndexOf('/'), this.base.lastIndexOf('#')) + 1) : null;
|
|
79406
|
+
var namespaceIsBaseDir = baseDir && namesp === baseDir;
|
|
79407
|
+
// If flag 'o' is present, forbid dots in local part when abbreviating
|
|
79408
|
+
var forbidDotLocal = this.flags.indexOf('o') >= 0 && localid.indexOf('.') >= 0;
|
|
79409
|
+
var canSplit = !namespaceIsBaseDir && !forbidDotLocal && namesp.length > minNamespaceLength && this.isValidPNLocal(localid);
|
|
79373
79410
|
/*
|
|
79374
79411
|
if (uri.slice(0, j + 1) === this.base + '#') { // base-relative
|
|
79375
79412
|
if (canSplit) {
|
|
@@ -79380,8 +79417,6 @@ class Serializer {
|
|
|
79380
79417
|
}
|
|
79381
79418
|
*/
|
|
79382
79419
|
if (canSplit) {
|
|
79383
|
-
var localid = uri.slice(j + 1);
|
|
79384
|
-
var namesp = uri.slice(0, j + 1);
|
|
79385
79420
|
if (this.defaultNamespace && this.defaultNamespace === namesp && this.flags.indexOf('d') < 0) {
|
|
79386
79421
|
// d -> suppress default
|
|
79387
79422
|
if (this.flags.indexOf('k') >= 0 && this.keyords.indexOf(localid) < 0) {
|
|
@@ -79602,7 +79637,7 @@ class Serializer {
|
|
|
79602
79637
|
results = results.concat(['<' + t + ' rdf:resource="' + relURI(st.object) + '"/>']);
|
|
79603
79638
|
break;
|
|
79604
79639
|
case 'Literal':
|
|
79605
|
-
results = results.concat(['<' + t + (st.object.
|
|
79640
|
+
results = results.concat(['<' + t + (st.object.language ? ' xml:lang="' + st.object.language + '"' : st.object.datatype.equals(this.xsd.string) ? '' : ' rdf:datatype="' + escapeForXML(st.object.datatype.uri) + '"') + '>' + escapeForXML(st.object.value) + '</' + t + '>']);
|
|
79606
79641
|
break;
|
|
79607
79642
|
case 'Collection':
|
|
79608
79643
|
results = results.concat(['<' + t + ' rdf:parseType="Collection">', collectionXMLTree(st.object, stats), '</' + t + '>']);
|
|
@@ -79653,7 +79688,7 @@ class Serializer {
|
|
|
79653
79688
|
results = results.concat(['<' + qname(st.predicate) + ' rdf:resource="' + relURI(st.object) + '"/>']);
|
|
79654
79689
|
break;
|
|
79655
79690
|
case 'Literal':
|
|
79656
|
-
results = results.concat(['<' + qname(st.predicate) + (st.object.
|
|
79691
|
+
results = results.concat(['<' + qname(st.predicate) + (st.object.language ? ' xml:lang="' + st.object.language + '"' : st.object.datatype.equals(this.xsd.string) ? '' : ' rdf:datatype="' + escapeForXML(st.object.datatype.value) + '"') + '>' + escapeForXML(st.object.value) + '</' + qname(st.predicate) + '>']);
|
|
79657
79692
|
break;
|
|
79658
79693
|
case 'Collection':
|
|
79659
79694
|
results = results.concat(['<' + qname(st.predicate) + ' rdf:parseType="Collection">', collectionXMLTree(st.object, stats), '</' + qname(st.predicate) + '>']);
|
|
@@ -79793,7 +79828,8 @@ contentType, callback, options) {
|
|
|
79793
79828
|
return executeCallback(null, documentString);
|
|
79794
79829
|
case types/* TurtleContentType */.sT:
|
|
79795
79830
|
case types/* TurtleLegacyContentType */.hu:
|
|
79796
|
-
|
|
79831
|
+
// Suppress = for sameAs and => for implies; preserve any user-specified flags (e.g., 'o')
|
|
79832
|
+
sz.setFlags('si' + (opts.flags ? ' ' + opts.flags : ''));
|
|
79797
79833
|
documentString = sz.statementsToN3(newSts);
|
|
79798
79834
|
return executeCallback(null, documentString);
|
|
79799
79835
|
case types/* NTriplesContentType */.bM:
|
|
@@ -79801,7 +79837,8 @@ contentType, callback, options) {
|
|
|
79801
79837
|
documentString = sz.statementsToNTriples(newSts);
|
|
79802
79838
|
return executeCallback(null, documentString);
|
|
79803
79839
|
case types/* JSONLDContentType */.i2:
|
|
79804
|
-
|
|
79840
|
+
// turtle + dr (means no default, no relative prefix); preserve user flags
|
|
79841
|
+
sz.setFlags('si dr' + (opts.flags ? ' ' + opts.flags : ''));
|
|
79805
79842
|
documentString = sz.statementsToJsonld(newSts); // convert via turtle
|
|
79806
79843
|
return executeCallback(null, documentString);
|
|
79807
79844
|
case types/* NQuadsContentType */._0:
|
|
@@ -79911,8 +79948,7 @@ function arrayToStatements(rdfFactory, subject, data) {
|
|
|
79911
79948
|
}, subject);
|
|
79912
79949
|
return statements;
|
|
79913
79950
|
}
|
|
79914
|
-
function ArrayIndexOf(arr, item) {
|
|
79915
|
-
let i = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
|
|
79951
|
+
function ArrayIndexOf(arr, item, i = 0) {
|
|
79916
79952
|
var length = arr.length;
|
|
79917
79953
|
if (i < 0) i = length + i;
|
|
79918
79954
|
for (; i < length; i++) {
|
|
@@ -79950,15 +79986,8 @@ class Formula extends node_internal/* default */.A {
|
|
|
79950
79986
|
* @param opts
|
|
79951
79987
|
* @param opts.rdfFactory - The rdf factory that should be used by the store
|
|
79952
79988
|
*/
|
|
79953
|
-
constructor() {
|
|
79954
|
-
var _this;
|
|
79955
|
-
let statements = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
79956
|
-
let constraints = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
79957
|
-
let initBindings = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
|
|
79958
|
-
let optional = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : [];
|
|
79959
|
-
let opts = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
79989
|
+
constructor(statements = [], constraints = [], initBindings = [], optional = [], opts = {}) {
|
|
79960
79990
|
super('');
|
|
79961
|
-
_this = this;
|
|
79962
79991
|
this.statements = statements;
|
|
79963
79992
|
this.constraints = constraints;
|
|
79964
79993
|
this.initBindings = initBindings;
|
|
@@ -79982,9 +80011,7 @@ class Formula extends node_internal/* default */.A {
|
|
|
79982
80011
|
this.rdfFactory = opts && opts.rdfFactory || canonical_data_factory;
|
|
79983
80012
|
// Enable default factory methods on this while preserving factory context.
|
|
79984
80013
|
for (const factoryMethod of appliedFactoryMethods) {
|
|
79985
|
-
this[factoryMethod] =
|
|
79986
|
-
return _this.rdfFactory[factoryMethod](...arguments);
|
|
79987
|
-
};
|
|
80014
|
+
this[factoryMethod] = (...args) => this.rdfFactory[factoryMethod](...args);
|
|
79988
80015
|
}
|
|
79989
80016
|
}
|
|
79990
80017
|
|
|
@@ -81330,8 +81357,7 @@ class IndexedFormula extends Formula {
|
|
|
81330
81357
|
* @param [opts.rdfArrayRemove] - Function which removes statements from the store
|
|
81331
81358
|
* @param [opts.dataCallback] - Callback when a statement is added to the store, will not trigger when adding duplicates
|
|
81332
81359
|
*/
|
|
81333
|
-
constructor(features) {
|
|
81334
|
-
let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
81360
|
+
constructor(features, opts = {}) {
|
|
81335
81361
|
super(undefined, undefined, undefined, undefined, opts);
|
|
81336
81362
|
// IN future - allow pass array of statements to constructor
|
|
81337
81363
|
/**
|
|
@@ -82618,9 +82644,19 @@ var ws = (/* unused pure expression or super */ null && (new RegExp("^[ \\t]*",
|
|
|
82618
82644
|
var signed_integer = (/* unused pure expression or super */ null && (new RegExp("^[-+]?[0-9]+", 'g')));
|
|
82619
82645
|
var number_syntax = new RegExp("^([-+]?[0-9]+)(\\.[0-9]+)?([eE][-+]?[0-9]+)?", 'g');
|
|
82620
82646
|
var datetime_syntax = new RegExp('^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9](T[0-9][0-9]:[0-9][0-9](:[0-9][0-9](\\.[0-9]*)?)?)?Z?');
|
|
82647
|
+
|
|
82648
|
+
// Reused in tight loops to detect whitespace or comment after a dot
|
|
82649
|
+
var wsOrHash = new RegExp("[\\s#]");
|
|
82621
82650
|
var digitstring = (/* unused pure expression or super */ null && (new RegExp("^[0-9]+", 'g')));
|
|
82622
82651
|
var interesting = new RegExp("[\\\\\\r\\n\\\"]", 'g');
|
|
82623
82652
|
var langcode = new RegExp("^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*", 'g');
|
|
82653
|
+
|
|
82654
|
+
// Returns true when a dot at position i should terminate a name,
|
|
82655
|
+
// i.e., when the next character is whitespace, a comment start, or EOF
|
|
82656
|
+
function dotTerminatesName(str, i) {
|
|
82657
|
+
var next = str.charAt(i + 1);
|
|
82658
|
+
return next === '' || wsOrHash.test(next);
|
|
82659
|
+
}
|
|
82624
82660
|
function createSinkParser(store, openFormula, thisDoc, baseURI, genPrefix, metaURI, flags, why) {
|
|
82625
82661
|
return new SinkParser(store, openFormula, thisDoc, baseURI, genPrefix, metaURI, flags, why);
|
|
82626
82662
|
}
|
|
@@ -83014,8 +83050,7 @@ class SinkParser {
|
|
|
83014
83050
|
while ("!^.".indexOf(str.slice(j, j + 1)) >= 0) {
|
|
83015
83051
|
var ch = str.slice(j, j + 1);
|
|
83016
83052
|
if (ch == ".") {
|
|
83017
|
-
|
|
83018
|
-
if (!ahead || _notNameChars.indexOf(ahead) >= 0 && ":?<[{(".indexOf(ahead) < 0) {
|
|
83053
|
+
if (dotTerminatesName(str, j)) {
|
|
83019
83054
|
break;
|
|
83020
83055
|
}
|
|
83021
83056
|
}
|
|
@@ -83110,6 +83145,16 @@ class SinkParser {
|
|
|
83110
83145
|
if (j < 0) {
|
|
83111
83146
|
throw BadSyntax(this._thisDoc, this.lines, str, i, "EOF when ']' expected after [ <propertyList>");
|
|
83112
83147
|
}
|
|
83148
|
+
if (str.slice(j, j + 1) == ".") {
|
|
83149
|
+
// If a dot is found after a blank node, treat it as a statement terminator.
|
|
83150
|
+
// Do NOT consume the '.' here: statement terminators are handled centrally by
|
|
83151
|
+
// checkDot() (called by directiveOrStatement after statement()). Consuming the dot
|
|
83152
|
+
// locally would bypass that unified logic and could cause inconsistencies.
|
|
83153
|
+
// We do consume ']' below because it is a structural closer of the blank node,
|
|
83154
|
+
// not a statement terminator.
|
|
83155
|
+
res.push(subj);
|
|
83156
|
+
return j; // leave '.' for checkDot()
|
|
83157
|
+
}
|
|
83113
83158
|
if (str.slice(j, j + 1) != "]") {
|
|
83114
83159
|
throw BadSyntax(this._thisDoc, this.lines, str, j, "']' expected");
|
|
83115
83160
|
}
|
|
@@ -83567,7 +83612,17 @@ class SinkParser {
|
|
|
83567
83612
|
return -1;
|
|
83568
83613
|
}
|
|
83569
83614
|
var i = j;
|
|
83570
|
-
while (i < pyjslib_len(str)
|
|
83615
|
+
while (i < pyjslib_len(str)) {
|
|
83616
|
+
var c = str.charAt(i);
|
|
83617
|
+
if (c === '.') {
|
|
83618
|
+
if (dotTerminatesName(str, i)) {
|
|
83619
|
+
break; // treat as statement terminator, not part of name
|
|
83620
|
+
}
|
|
83621
|
+
// else: accept '.' as part of name
|
|
83622
|
+
} else if (_notNameChars.indexOf(c) >= 0) {
|
|
83623
|
+
// Other invalid characters terminate the name
|
|
83624
|
+
break;
|
|
83625
|
+
}
|
|
83571
83626
|
var i = i + 1;
|
|
83572
83627
|
}
|
|
83573
83628
|
res.push(str.slice(j, i));
|
|
@@ -83593,12 +83648,15 @@ class SinkParser {
|
|
|
83593
83648
|
var i = i + 1;
|
|
83594
83649
|
while (i < pyjslib_len(str)) {
|
|
83595
83650
|
var c = str.charAt(i);
|
|
83596
|
-
if (
|
|
83597
|
-
|
|
83598
|
-
|
|
83599
|
-
|
|
83651
|
+
if (c === '.') {
|
|
83652
|
+
if (dotTerminatesName(str, i)) {
|
|
83653
|
+
break; // dot ends the name here
|
|
83654
|
+
}
|
|
83655
|
+
} else if (_notNameChars.indexOf(c) >= 0) {
|
|
83600
83656
|
break;
|
|
83601
83657
|
}
|
|
83658
|
+
var ln = ln + c;
|
|
83659
|
+
var i = i + 1;
|
|
83602
83660
|
}
|
|
83603
83661
|
} else {
|
|
83604
83662
|
var ln = "";
|
|
@@ -83609,12 +83667,15 @@ class SinkParser {
|
|
|
83609
83667
|
var ln = "";
|
|
83610
83668
|
while (i < pyjslib_len(str)) {
|
|
83611
83669
|
var c = str.charAt(i);
|
|
83612
|
-
if (
|
|
83613
|
-
|
|
83614
|
-
|
|
83615
|
-
|
|
83670
|
+
if (c === '.') {
|
|
83671
|
+
if (dotTerminatesName(str, i)) {
|
|
83672
|
+
break; // dot ends the name here
|
|
83673
|
+
}
|
|
83674
|
+
} else if (_notNameChars.indexOf(c) >= 0) {
|
|
83616
83675
|
break;
|
|
83617
83676
|
}
|
|
83677
|
+
var ln = ln + c;
|
|
83678
|
+
var i = i + 1;
|
|
83618
83679
|
}
|
|
83619
83680
|
res.push(new pyjslib_Tuple([pfx, ln]));
|
|
83620
83681
|
return i;
|
|
@@ -84009,7 +84070,7 @@ function listToCollection(kb, obj) {
|
|
|
84009
84070
|
*/
|
|
84010
84071
|
async function jsonldParser(str, kb, base) {
|
|
84011
84072
|
const baseString = base && Object.prototype.hasOwnProperty.call(base, 'termType') ? base.value : base;
|
|
84012
|
-
const jsonld = await
|
|
84073
|
+
const jsonld = await __webpack_require__.e(/* import() */ 841).then(__webpack_require__.t.bind(__webpack_require__, 4841, 23));
|
|
84013
84074
|
// ⚠ Unit tests also work without accessing `jsonld.default` explicitly, but real browser usage will fail with
|
|
84014
84075
|
// just calling `jsonld.flatten`, so please do not remove `default`
|
|
84015
84076
|
const flattened = await jsonld.default.flatten(JSON.parse(str), null, {
|
|
@@ -89946,9 +90007,7 @@ function sparqlUpdateParser(str, kb, base) {
|
|
|
89946
90007
|
* @param contentType - The MIME content type string for the input - defaults to text/turtle
|
|
89947
90008
|
* @param [callback] - The callback to call when the data has been loaded
|
|
89948
90009
|
*/
|
|
89949
|
-
function parse(str, kb, base) {
|
|
89950
|
-
let contentType = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'text/turtle';
|
|
89951
|
-
let callback = arguments.length > 4 ? arguments[4] : undefined;
|
|
90010
|
+
function parse(str, kb, base, contentType = 'text/turtle', callback) {
|
|
89952
90011
|
contentType = contentType || types/* TurtleContentType */.sT;
|
|
89953
90012
|
contentType = contentType.split(';')[0];
|
|
89954
90013
|
try {
|
|
@@ -90186,7 +90245,7 @@ class RDFXMLHandler extends Handler {
|
|
|
90186
90245
|
this.dom = utils_js.parseXML(responseText);
|
|
90187
90246
|
}
|
|
90188
90247
|
let root = this.dom.documentElement;
|
|
90189
|
-
if (root.nodeName === 'parsererror') {
|
|
90248
|
+
if (root && root.nodeName === 'parsererror') {
|
|
90190
90249
|
// Mozilla only See issue/issue110
|
|
90191
90250
|
// have to fail the request
|
|
90192
90251
|
return fetcher.failFetch(options, 'Badly formed XML in ' + options.resource.value, 'parse_error');
|
|
@@ -90502,8 +90561,7 @@ function isXMLNS(responseText) {
|
|
|
90502
90561
|
* and put back the data to the web.
|
|
90503
90562
|
*/
|
|
90504
90563
|
class Fetcher {
|
|
90505
|
-
constructor(store) {
|
|
90506
|
-
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
90564
|
+
constructor(store, options = {}) {
|
|
90507
90565
|
(0,defineProperty/* default */.A)(this, "store", void 0);
|
|
90508
90566
|
(0,defineProperty/* default */.A)(this, "timeout", void 0);
|
|
90509
90567
|
(0,defineProperty/* default */.A)(this, "_fetch", void 0);
|
|
@@ -90543,10 +90601,19 @@ class Fetcher {
|
|
|
90543
90601
|
this.timeout = options.timeout || 30000;
|
|
90544
90602
|
|
|
90545
90603
|
// solidFetcher is deprecated
|
|
90546
|
-
|
|
90547
|
-
if (!
|
|
90604
|
+
let fetchFunc = options.fetch || typeof __webpack_require__.g !== 'undefined' && (__webpack_require__.g.solidFetcher || __webpack_require__.g.solidFetch) || typeof window !== 'undefined' && (window.solidFetcher || window.solidFetch) || (browser_ponyfill_default());
|
|
90605
|
+
if (!fetchFunc) {
|
|
90548
90606
|
throw new Error('No _fetch function available for Fetcher');
|
|
90549
90607
|
}
|
|
90608
|
+
// Bind fetch to its context to avoid "Illegal invocation" errors
|
|
90609
|
+
// Check if it's the native browser fetch or global fetch that needs binding
|
|
90610
|
+
if (typeof window !== 'undefined' && fetchFunc === window.fetch) {
|
|
90611
|
+
this._fetch = fetchFunc.bind(window);
|
|
90612
|
+
} else if (typeof __webpack_require__.g !== 'undefined' && fetchFunc === __webpack_require__.g.fetch) {
|
|
90613
|
+
this._fetch = fetchFunc.bind(__webpack_require__.g);
|
|
90614
|
+
} else {
|
|
90615
|
+
this._fetch = fetchFunc;
|
|
90616
|
+
}
|
|
90550
90617
|
// This is the name of the graph we store all the HTTP metadata in
|
|
90551
90618
|
this.appNode = this.store.sym('chrome://TheCurrentSession');
|
|
90552
90619
|
// this.appNode = this.store.rdfFactory.blankNode() // Needs to have a URI in tests
|
|
@@ -90656,8 +90723,7 @@ class Fetcher {
|
|
|
90656
90723
|
* @param requestedURI
|
|
90657
90724
|
* @param options
|
|
90658
90725
|
*/
|
|
90659
|
-
static setCredentials(requestedURI) {
|
|
90660
|
-
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
90726
|
+
static setCredentials(requestedURI, options = {}) {
|
|
90661
90727
|
// 2014 CORS problem:
|
|
90662
90728
|
// XMLHttpRequest cannot load http://www.w3.org/People/Berners-Lee/card.
|
|
90663
90729
|
// A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin'
|
|
@@ -90720,8 +90786,7 @@ class Fetcher {
|
|
|
90720
90786
|
*
|
|
90721
90787
|
* @returns {Promise<Result>}
|
|
90722
90788
|
*/
|
|
90723
|
-
load(uri) {
|
|
90724
|
-
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
90789
|
+
load(uri, options = {}) {
|
|
90725
90790
|
options = Object.assign({}, options); // Take a copy as we add stuff to the options!!
|
|
90726
90791
|
if (uri instanceof Array) {
|
|
90727
90792
|
return Promise.all(uri.map(x => {
|
|
@@ -90939,8 +91004,7 @@ class Fetcher {
|
|
|
90939
91004
|
* response The fetch Response object (was: XHR) if there was was one
|
|
90940
91005
|
* includes response.status as the HTTP status if any.
|
|
90941
91006
|
*/
|
|
90942
|
-
nowOrWhenFetched(uriIn, p2, userCallback) {
|
|
90943
|
-
let options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
91007
|
+
nowOrWhenFetched(uriIn, p2, userCallback, options = {}) {
|
|
90944
91008
|
const uri = (0,termValue/* termValue */.E)(uriIn);
|
|
90945
91009
|
if (typeof p2 === 'function') {
|
|
90946
91010
|
// nowOrWhenFetched (uri, userCallback)
|
|
@@ -91122,8 +91186,7 @@ class Fetcher {
|
|
|
91122
91186
|
/**
|
|
91123
91187
|
* Writes back to the web what we have in the store for this uri
|
|
91124
91188
|
*/
|
|
91125
|
-
putBack(uri) {
|
|
91126
|
-
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
91189
|
+
putBack(uri, options = {}) {
|
|
91127
91190
|
const uriSting = (0,termValue/* termValue */.E)(uri);
|
|
91128
91191
|
let doc = new named_node/* default */.A(uriSting).doc(); // strip off #
|
|
91129
91192
|
options.contentType = options["content-type"] || options["Content-Type"] || options.contentType || types/* TurtleContentType */.sT;
|
|
@@ -91167,9 +91230,7 @@ class Fetcher {
|
|
|
91167
91230
|
* as otherwise existing could be deleted.
|
|
91168
91231
|
* @param doc - The resource
|
|
91169
91232
|
*/
|
|
91170
|
-
async createIfNotExists(doc) {
|
|
91171
|
-
let contentType = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : types/* TurtleContentType */.sT;
|
|
91172
|
-
let data = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
|
91233
|
+
async createIfNotExists(doc, contentType = types/* TurtleContentType */.sT, data = '') {
|
|
91173
91234
|
const fetcher = this;
|
|
91174
91235
|
try {
|
|
91175
91236
|
var response = await fetcher.load(doc);
|
|
@@ -91254,8 +91315,9 @@ class Fetcher {
|
|
|
91254
91315
|
* Returns promise of Response
|
|
91255
91316
|
* If data is returned, copies it to response.responseText before returning
|
|
91256
91317
|
*/
|
|
91257
|
-
webOperation(method, uriIn
|
|
91258
|
-
|
|
91318
|
+
webOperation(method, uriIn,
|
|
91319
|
+
// Not sure about this type. Maybe this Options is different?
|
|
91320
|
+
options = {}) {
|
|
91259
91321
|
const uri = (0,termValue/* termValue */.E)(uriIn);
|
|
91260
91322
|
options.method = method;
|
|
91261
91323
|
options.body = options.data || options.body;
|
|
@@ -92723,8 +92785,7 @@ class UpdateManager {
|
|
|
92723
92785
|
/**
|
|
92724
92786
|
* @private
|
|
92725
92787
|
*/
|
|
92726
|
-
fire(uri, query, callbackFunction) {
|
|
92727
|
-
let options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
92788
|
+
fire(uri, query, callbackFunction, options = {}) {
|
|
92728
92789
|
return Promise.resolve().then(() => {
|
|
92729
92790
|
if (!uri) {
|
|
92730
92791
|
throw new Error('No URI given for remote editing operation: ' + query);
|
|
@@ -93012,8 +93073,7 @@ class UpdateManager {
|
|
|
93012
93073
|
* @param insertions - Statement or statements to be inserted.
|
|
93013
93074
|
* @returns a promise
|
|
93014
93075
|
*/
|
|
93015
|
-
updateMany(deletions) {
|
|
93016
|
-
let insertions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
93076
|
+
updateMany(deletions, insertions = []) {
|
|
93017
93077
|
const docs = deletions.concat(insertions).map(st => st.why);
|
|
93018
93078
|
const thisUpdater = this;
|
|
93019
93079
|
const uniqueDocs = [];
|
|
@@ -93126,8 +93186,7 @@ _:patch
|
|
|
93126
93186
|
* OR returns a promise
|
|
93127
93187
|
* @param options - Options for the fetch call
|
|
93128
93188
|
*/
|
|
93129
|
-
update(deletions, insertions, callback, secondTry) {
|
|
93130
|
-
let options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
93189
|
+
update(deletions, insertions, callback, secondTry, options = {}) {
|
|
93131
93190
|
if (!callback) {
|
|
93132
93191
|
var thisUpdater = this;
|
|
93133
93192
|
return new Promise(function (resolve, reject) {
|
|
@@ -93270,8 +93329,7 @@ _:patch
|
|
|
93270
93329
|
callback(undefined, false, 'Exception in update: ' + e + '\n' + utils_js.stackString(e));
|
|
93271
93330
|
}
|
|
93272
93331
|
}
|
|
93273
|
-
updateDav(doc, ds, is, callbackFunction) {
|
|
93274
|
-
let options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
93332
|
+
updateDav(doc, ds, is, callbackFunction, options = {}) {
|
|
93275
93333
|
let kb = this.store;
|
|
93276
93334
|
// The code below is derived from Kenny's UpdateCenter.js
|
|
93277
93335
|
var request = kb.any(doc, this.ns.link('request'));
|
|
@@ -93328,8 +93386,7 @@ _:patch
|
|
|
93328
93386
|
* @param callbackFunction
|
|
93329
93387
|
* @param options
|
|
93330
93388
|
*/
|
|
93331
|
-
updateLocalFile(doc, ds, is, callbackFunction) {
|
|
93332
|
-
let options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
93389
|
+
updateLocalFile(doc, ds, is, callbackFunction, options = {}) {
|
|
93333
93390
|
const kb = this.store;
|
|
93334
93391
|
// console.log('Writing back to local file\n')
|
|
93335
93392
|
|
|
@@ -93494,9 +93551,7 @@ const RDFlibDataFactory = {
|
|
|
93494
93551
|
/**
|
|
93495
93552
|
* Creates a new graph (store)
|
|
93496
93553
|
*/
|
|
93497
|
-
graph() {
|
|
93498
|
-
let features = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined;
|
|
93499
|
-
let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;
|
|
93554
|
+
graph(features = undefined, opts = undefined) {
|
|
93500
93555
|
return new IndexedFormula(features, opts || {
|
|
93501
93556
|
rdfFactory: extended_term_factory
|
|
93502
93557
|
});
|
|
@@ -103622,7 +103677,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
103622
103677
|
/* harmony export */ solidLogicSingleton: () => (/* binding */ solidLogicSingleton),
|
|
103623
103678
|
/* harmony export */ store: () => (/* binding */ store)
|
|
103624
103679
|
/* harmony export */ });
|
|
103625
|
-
/* harmony import */ var
|
|
103680
|
+
/* harmony import */ var rdflib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8230);
|
|
103626
103681
|
|
|
103627
103682
|
/******/ var __webpack_modules__ = ({
|
|
103628
103683
|
|
|
@@ -104266,7 +104321,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104266
104321
|
/******/ var __webpack_module_cache__ = {};
|
|
104267
104322
|
/******/
|
|
104268
104323
|
/******/ // The require function
|
|
104269
|
-
/******/ function
|
|
104324
|
+
/******/ function __nested_webpack_require_304590__(moduleId) {
|
|
104270
104325
|
/******/ // Check if module is in cache
|
|
104271
104326
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
104272
104327
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -104280,7 +104335,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104280
104335
|
/******/ };
|
|
104281
104336
|
/******/
|
|
104282
104337
|
/******/ // Execute the module function
|
|
104283
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
|
104338
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_304590__);
|
|
104284
104339
|
/******/
|
|
104285
104340
|
/******/ // Return the exports of the module
|
|
104286
104341
|
/******/ return module.exports;
|
|
@@ -104290,11 +104345,11 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104290
104345
|
/******/ /* webpack/runtime/compat get default export */
|
|
104291
104346
|
/******/ (() => {
|
|
104292
104347
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
104293
|
-
/******/
|
|
104348
|
+
/******/ __nested_webpack_require_304590__.n = (module) => {
|
|
104294
104349
|
/******/ var getter = module && module.__esModule ?
|
|
104295
104350
|
/******/ () => (module['default']) :
|
|
104296
104351
|
/******/ () => (module);
|
|
104297
|
-
/******/
|
|
104352
|
+
/******/ __nested_webpack_require_304590__.d(getter, { a: getter });
|
|
104298
104353
|
/******/ return getter;
|
|
104299
104354
|
/******/ };
|
|
104300
104355
|
/******/ })();
|
|
@@ -104302,9 +104357,9 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104302
104357
|
/******/ /* webpack/runtime/define property getters */
|
|
104303
104358
|
/******/ (() => {
|
|
104304
104359
|
/******/ // define getter functions for harmony exports
|
|
104305
|
-
/******/
|
|
104360
|
+
/******/ __nested_webpack_require_304590__.d = (exports, definition) => {
|
|
104306
104361
|
/******/ for(var key in definition) {
|
|
104307
|
-
/******/ if(
|
|
104362
|
+
/******/ if(__nested_webpack_require_304590__.o(definition, key) && !__nested_webpack_require_304590__.o(exports, key)) {
|
|
104308
104363
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
104309
104364
|
/******/ }
|
|
104310
104365
|
/******/ }
|
|
@@ -104313,7 +104368,7 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104313
104368
|
/******/
|
|
104314
104369
|
/******/ /* webpack/runtime/global */
|
|
104315
104370
|
/******/ (() => {
|
|
104316
|
-
/******/
|
|
104371
|
+
/******/ __nested_webpack_require_304590__.g = (function() {
|
|
104317
104372
|
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
104318
104373
|
/******/ try {
|
|
104319
104374
|
/******/ return this || new Function('return this')();
|
|
@@ -104325,11 +104380,11 @@ e.read=function(t,e,r,n,i){var o,s,a=8*i-n-1,u=(1<<a)-1,c=u>>1,h=-7,l=r?i-1:0,f=
|
|
|
104325
104380
|
/******/
|
|
104326
104381
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
104327
104382
|
/******/ (() => {
|
|
104328
|
-
/******/
|
|
104383
|
+
/******/ __nested_webpack_require_304590__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
104329
104384
|
/******/ })();
|
|
104330
104385
|
/******/
|
|
104331
104386
|
/************************************************************************/
|
|
104332
|
-
var
|
|
104387
|
+
var __nested_webpack_exports__ = {};
|
|
104333
104388
|
|
|
104334
104389
|
;// ./src/util/debug.ts
|
|
104335
104390
|
function log(...args) {
|
|
@@ -107861,9 +107916,9 @@ const mockStorageUtility = (stored, isSecure = false) => {
|
|
|
107861
107916
|
//# sourceMappingURL=index.mjs.map
|
|
107862
107917
|
|
|
107863
107918
|
// EXTERNAL MODULE: ./node_modules/events/events.js
|
|
107864
|
-
var events =
|
|
107919
|
+
var events = __nested_webpack_require_304590__(7);
|
|
107865
107920
|
// EXTERNAL MODULE: ./node_modules/@inrupt/oidc-client/lib/oidc-client.min.js
|
|
107866
|
-
var oidc_client_min =
|
|
107921
|
+
var oidc_client_min = __nested_webpack_require_304590__(516);
|
|
107867
107922
|
;// ./node_modules/@inrupt/oidc-client-ext/dist/index.es.js
|
|
107868
107923
|
|
|
107869
107924
|
|
|
@@ -109743,21 +109798,21 @@ function dist_events() {
|
|
|
109743
109798
|
|
|
109744
109799
|
const authSession = new Session();
|
|
109745
109800
|
|
|
109746
|
-
;// external "
|
|
109747
|
-
const
|
|
109801
|
+
;// external "rdflib"
|
|
109802
|
+
const external_rdflib_namespaceObject = rdflib__WEBPACK_IMPORTED_MODULE_0__;
|
|
109748
109803
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
109749
|
-
var solid_namespace =
|
|
109750
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
109804
|
+
var solid_namespace = __nested_webpack_require_304590__(386);
|
|
109805
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_304590__.n(solid_namespace);
|
|
109751
109806
|
;// ./src/util/ns.ts
|
|
109752
109807
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
109753
109808
|
// Delegate to this which takes RDFlib as param.
|
|
109754
109809
|
|
|
109755
|
-
const ns_ns = solid_namespace_default()(
|
|
109810
|
+
const ns_ns = solid_namespace_default()(external_rdflib_namespaceObject);
|
|
109756
109811
|
|
|
109757
109812
|
;// ./src/acl/aclLogic.ts
|
|
109758
109813
|
|
|
109759
109814
|
|
|
109760
|
-
const ACL_LINK = (0,
|
|
109815
|
+
const ACL_LINK = (0,external_rdflib_namespaceObject.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
109761
109816
|
function createAclLogic(store) {
|
|
109762
109817
|
const ns = ns_ns;
|
|
109763
109818
|
async function findAclDocUrl(url) {
|
|
@@ -109840,8 +109895,8 @@ function createAclLogic(store) {
|
|
|
109840
109895
|
*/
|
|
109841
109896
|
function genACLText(docURI, me, aclURI, options = {}) {
|
|
109842
109897
|
const optPublic = options.public || [];
|
|
109843
|
-
const g = (0,
|
|
109844
|
-
const auth = (0,
|
|
109898
|
+
const g = (0,external_rdflib_namespaceObject.graph)();
|
|
109899
|
+
const auth = (0,external_rdflib_namespaceObject.Namespace)('http://www.w3.org/ns/auth/acl#');
|
|
109845
109900
|
let a = g.sym(`${aclURI}#a1`);
|
|
109846
109901
|
const acl = g.sym(aclURI);
|
|
109847
109902
|
const doc = g.sym(docURI);
|
|
@@ -109863,7 +109918,7 @@ function createAclLogic(store) {
|
|
|
109863
109918
|
g.add(a, auth('mode'), auth(optPublic[p]), acl); // Like 'Read' etc
|
|
109864
109919
|
}
|
|
109865
109920
|
}
|
|
109866
|
-
return (0,
|
|
109921
|
+
return (0,external_rdflib_namespaceObject.serialize)(acl, g, aclURI);
|
|
109867
109922
|
}
|
|
109868
109923
|
return {
|
|
109869
109924
|
findAclDocUrl,
|
|
@@ -109918,7 +109973,7 @@ function offlineTestID() {
|
|
|
109918
109973
|
$SolidTestEnvironment.username) {
|
|
109919
109974
|
// Test setup
|
|
109920
109975
|
log('Assuming the user is ' + $SolidTestEnvironment.username);
|
|
109921
|
-
return (0,
|
|
109976
|
+
return (0,external_rdflib_namespaceObject.sym)($SolidTestEnvironment.username);
|
|
109922
109977
|
}
|
|
109923
109978
|
// hack that makes SolidOS work in offline mode by adding the webId directly in html
|
|
109924
109979
|
// example usage: https://github.com/solidos/mashlib/blob/29b8b53c46bf02e0e219f0bacd51b0e9951001dd/test/contact/local.html#L37
|
|
@@ -109932,7 +109987,7 @@ function offlineTestID() {
|
|
|
109932
109987
|
if (!id)
|
|
109933
109988
|
return null;
|
|
109934
109989
|
log('Assuming user is ' + id);
|
|
109935
|
-
return (0,
|
|
109990
|
+
return (0,external_rdflib_namespaceObject.sym)(id);
|
|
109936
109991
|
}
|
|
109937
109992
|
return null;
|
|
109938
109993
|
}
|
|
@@ -109951,10 +110006,10 @@ class SolidAuthnLogic {
|
|
|
109951
110006
|
currentUser() {
|
|
109952
110007
|
const app = appContext();
|
|
109953
110008
|
if (app.viewingNoAuthPage) {
|
|
109954
|
-
return (0,
|
|
110009
|
+
return (0,external_rdflib_namespaceObject.sym)(app.webId);
|
|
109955
110010
|
}
|
|
109956
110011
|
if (this && this.session && this.session.info && this.session.info.webId && this.session.info.isLoggedIn) {
|
|
109957
|
-
return (0,
|
|
110012
|
+
return (0,external_rdflib_namespaceObject.sym)(this.session.info.webId);
|
|
109958
110013
|
}
|
|
109959
110014
|
return offlineTestID(); // null unless testing
|
|
109960
110015
|
}
|
|
@@ -110030,7 +110085,7 @@ class SolidAuthnLogic {
|
|
|
110030
110085
|
let webIdUri;
|
|
110031
110086
|
if (webId) {
|
|
110032
110087
|
webIdUri = (typeof webId === 'string') ? webId : webId.uri;
|
|
110033
|
-
const me = (0,
|
|
110088
|
+
const me = (0,external_rdflib_namespaceObject.namedNode)(webIdUri);
|
|
110034
110089
|
if (context) {
|
|
110035
110090
|
context.me = me;
|
|
110036
110091
|
}
|
|
@@ -110050,7 +110105,7 @@ class SolidAuthnLogic {
|
|
|
110050
110105
|
;// ./src/util/utils.ts
|
|
110051
110106
|
|
|
110052
110107
|
function newThing(doc) {
|
|
110053
|
-
return (0,
|
|
110108
|
+
return (0,external_rdflib_namespaceObject.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
110054
110109
|
}
|
|
110055
110110
|
function uniqueNodes(arr) {
|
|
110056
110111
|
const uris = arr.map(x => x.uri);
|
|
@@ -110078,13 +110133,13 @@ function suggestPreferencesFile(me) {
|
|
|
110078
110133
|
// const stripped = me.uri.replace(\/[p|P]rofile/\g, '/').replace(\/[p|P]ublic/\g, '/')
|
|
110079
110134
|
const folderURI = stripped.split('/').slice(0, -1).join('/') + '/Settings/';
|
|
110080
110135
|
const fileURI = folderURI + 'Preferences.ttl';
|
|
110081
|
-
return (0,
|
|
110136
|
+
return (0,external_rdflib_namespaceObject.sym)(fileURI);
|
|
110082
110137
|
}
|
|
110083
110138
|
function determineChatContainer(invitee, podRoot) {
|
|
110084
110139
|
// Create chat
|
|
110085
110140
|
// See https://gitter.im/solid/chat-app?at=5f3c800f855be416a23ae74a
|
|
110086
110141
|
const chatContainerStr = new URL(`IndividualChats/${new URL(invitee.value).host}/`, podRoot.value).toString();
|
|
110087
|
-
return new
|
|
110142
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainerStr);
|
|
110088
110143
|
}
|
|
110089
110144
|
|
|
110090
110145
|
;// ./src/chat/chatLogic.ts
|
|
@@ -110100,7 +110155,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110100
110155
|
// now that it has been created:
|
|
110101
110156
|
await store.fetcher.load(chatContainer);
|
|
110102
110157
|
// FIXME: check the Why value on this quad:
|
|
110103
|
-
const chatAclDoc = store.any(chatContainer, new
|
|
110158
|
+
const chatAclDoc = store.any(chatContainer, new external_rdflib_namespaceObject.NamedNode('http://www.iana.org/assignments/link-relations/acl'));
|
|
110104
110159
|
if (!chatAclDoc) {
|
|
110105
110160
|
throw new Error('Chat ACL doc not found!');
|
|
110106
110161
|
}
|
|
@@ -110135,9 +110190,9 @@ function createChatLogic(store, profileLogic) {
|
|
|
110135
110190
|
await store.fetcher.load(privateTypeIndex);
|
|
110136
110191
|
const reg = newThing(privateTypeIndex);
|
|
110137
110192
|
const ins = [
|
|
110138
|
-
(0,
|
|
110139
|
-
(0,
|
|
110140
|
-
(0,
|
|
110193
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.rdf('type'), ns.solid('TypeRegistration'), privateTypeIndex.doc()),
|
|
110194
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.solid('forClass'), ns.meeting('LongChat'), privateTypeIndex.doc()),
|
|
110195
|
+
(0,external_rdflib_namespaceObject.st)(reg, ns.solid('instance'), chatThing, privateTypeIndex.doc()),
|
|
110141
110196
|
];
|
|
110142
110197
|
await new Promise((resolve, reject) => {
|
|
110143
110198
|
store.updater.update([], ins, function (_uri, ok, errm) {
|
|
@@ -110156,7 +110211,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110156
110211
|
const chatContainer = determineChatContainer(invitee, podRoot);
|
|
110157
110212
|
let exists = true;
|
|
110158
110213
|
try {
|
|
110159
|
-
await store.fetcher.load(new
|
|
110214
|
+
await store.fetcher.load(new external_rdflib_namespaceObject.NamedNode(chatContainer.value + 'index.ttl#this'));
|
|
110160
110215
|
}
|
|
110161
110216
|
catch (e) {
|
|
110162
110217
|
exists = false;
|
|
@@ -110182,7 +110237,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110182
110237
|
const newChatDoc = newInstance.doc();
|
|
110183
110238
|
kb.add(newInstance, ns.rdf('type'), ns.meeting('LongChat'), newChatDoc);
|
|
110184
110239
|
kb.add(newInstance, ns.dc('title'), 'Chat channel', newChatDoc);
|
|
110185
|
-
kb.add(newInstance, ns.dc('created'), (0,
|
|
110240
|
+
kb.add(newInstance, ns.dc('created'), (0,external_rdflib_namespaceObject.term)(new Date(Date.now())), newChatDoc);
|
|
110186
110241
|
if (newPaneOptions.me) {
|
|
110187
110242
|
kb.add(newInstance, ns.dc('author'), newPaneOptions.me, newChatDoc);
|
|
110188
110243
|
}
|
|
@@ -110209,7 +110264,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110209
110264
|
async function getChat(invitee, createIfMissing = true) {
|
|
110210
110265
|
const { me, chatContainer, exists } = await findChat(invitee);
|
|
110211
110266
|
if (exists) {
|
|
110212
|
-
return new
|
|
110267
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainer.value + CHAT_LOCATION_IN_CONTAINER);
|
|
110213
110268
|
}
|
|
110214
110269
|
if (createIfMissing) {
|
|
110215
110270
|
const chatThing = await createChatThing(chatContainer, me);
|
|
@@ -110563,12 +110618,12 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110563
110618
|
}
|
|
110564
110619
|
function suggestPublicTypeIndex(me) {
|
|
110565
110620
|
var _a;
|
|
110566
|
-
return (0,
|
|
110621
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = me.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'publicTypeIndex.ttl');
|
|
110567
110622
|
}
|
|
110568
110623
|
// Note this one is based off the pref file not the profile
|
|
110569
110624
|
function suggestPrivateTypeIndex(preferencesFile) {
|
|
110570
110625
|
var _a;
|
|
110571
|
-
return (0,
|
|
110626
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = preferencesFile.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'privateTypeIndex.ttl');
|
|
110572
110627
|
}
|
|
110573
110628
|
/*
|
|
110574
110629
|
* Register a new app in a type index
|
|
@@ -110579,9 +110634,9 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110579
110634
|
const registration = newThing(index);
|
|
110580
110635
|
const ins = [
|
|
110581
110636
|
// See https://github.com/solid/solid/blob/main/proposals/data-discovery.md
|
|
110582
|
-
(0,
|
|
110583
|
-
(0,
|
|
110584
|
-
(0,
|
|
110637
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.rdf('type'), ns.solid('TypeRegistration'), index),
|
|
110638
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.solid('forClass'), theClass, index),
|
|
110639
|
+
(0,external_rdflib_namespaceObject.st)(registration, ns.solid('instance'), instance, index)
|
|
110585
110640
|
];
|
|
110586
110641
|
try {
|
|
110587
110642
|
await store.updater.update([], ins);
|
|
@@ -110616,7 +110671,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110616
110671
|
const containers = store.each(reg, ns.solid('instanceContainer'), null, index);
|
|
110617
110672
|
for (const instance of containers) {
|
|
110618
110673
|
await store.fetcher.load(instance);
|
|
110619
|
-
results.push({ instance: (0,
|
|
110674
|
+
results.push({ instance: (0,external_rdflib_namespaceObject.sym)(instance.value), type: klass, scope });
|
|
110620
110675
|
}
|
|
110621
110676
|
}
|
|
110622
110677
|
}
|
|
@@ -110645,7 +110700,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110645
110700
|
function createContainerLogic(store) {
|
|
110646
110701
|
function getContainerElements(containerNode) {
|
|
110647
110702
|
return store
|
|
110648
|
-
.statementsMatching(containerNode, (0,
|
|
110703
|
+
.statementsMatching(containerNode, (0,external_rdflib_namespaceObject.sym)('http://www.w3.org/ns/ldp#contains'), undefined)
|
|
110649
110704
|
.map((st) => st.object);
|
|
110650
110705
|
}
|
|
110651
110706
|
function isContainer(url) {
|
|
@@ -110653,7 +110708,7 @@ function createContainerLogic(store) {
|
|
|
110653
110708
|
return nodeToString.charAt(nodeToString.length - 1) === '/';
|
|
110654
110709
|
}
|
|
110655
110710
|
async function createContainer(url) {
|
|
110656
|
-
const stringToNode = (0,
|
|
110711
|
+
const stringToNode = (0,external_rdflib_namespaceObject.sym)(url);
|
|
110657
110712
|
if (!isContainer(stringToNode)) {
|
|
110658
110713
|
throw new Error(`Not a container URL ${url}`);
|
|
110659
110714
|
}
|
|
@@ -110757,7 +110812,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110757
110812
|
throw new NotEditableError(msg);
|
|
110758
110813
|
}
|
|
110759
110814
|
try {
|
|
110760
|
-
await store.updater.update([], [(0,
|
|
110815
|
+
await store.updater.update([], [(0,external_rdflib_namespaceObject.st)(subject, predicate, object, doc)]);
|
|
110761
110816
|
}
|
|
110762
110817
|
catch (err) {
|
|
110763
110818
|
const msg = `followOrCreateLink: Error making link in ${doc} to ${object}: ${err}`;
|
|
@@ -110803,7 +110858,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110803
110858
|
''
|
|
110804
110859
|
].join('\n');
|
|
110805
110860
|
}
|
|
110806
|
-
const aclDocUrl = await aclLogic.findAclDocUrl((0,
|
|
110861
|
+
const aclDocUrl = await aclLogic.findAclDocUrl((0,external_rdflib_namespaceObject.sym)(options.target));
|
|
110807
110862
|
return store.fetcher._fetch(aclDocUrl, {
|
|
110808
110863
|
method: 'PUT',
|
|
110809
110864
|
body: str,
|
|
@@ -110847,9 +110902,9 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110847
110902
|
*/
|
|
110848
110903
|
function createSolidLogic(specialFetch, session) {
|
|
110849
110904
|
log('SolidLogic: Unique instance created. There should only be one of these.');
|
|
110850
|
-
const store =
|
|
110851
|
-
|
|
110852
|
-
store.updater = new
|
|
110905
|
+
const store = external_rdflib_namespaceObject.graph();
|
|
110906
|
+
external_rdflib_namespaceObject.fetcher(store, { fetch: specialFetch.fetch }); // Attach a web I/O module, store.fetcher
|
|
110907
|
+
store.updater = new external_rdflib_namespaceObject.UpdateManager(store); // Add real-time live updates store.updater
|
|
110853
110908
|
store.features = []; // disable automatic node merging on store load
|
|
110854
110909
|
const authn = new SolidAuthnLogic(session);
|
|
110855
110910
|
const acl = createAclLogic(store);
|
|
@@ -110909,7 +110964,7 @@ const _fetch = async (url, requestInit) => {
|
|
|
110909
110964
|
};
|
|
110910
110965
|
// Global singleton pattern to ensure unique store across library versions
|
|
110911
110966
|
const SINGLETON_SYMBOL = Symbol.for('solid-logic-singleton');
|
|
110912
|
-
const globalTarget = (typeof window !== 'undefined' ? window :
|
|
110967
|
+
const globalTarget = (typeof window !== 'undefined' ? window : __nested_webpack_require_304590__.g);
|
|
110913
110968
|
function getOrCreateSingleton() {
|
|
110914
110969
|
if (!globalTarget[SINGLETON_SYMBOL]) {
|
|
110915
110970
|
log('SolidLogic: Creating new global singleton instance.');
|
|
@@ -113648,7 +113703,7 @@ exports.useSyncExternalStore = function (
|
|
|
113648
113703
|
exports.useTransition = function () {
|
|
113649
113704
|
return ReactSharedInternals.H.useTransition();
|
|
113650
113705
|
};
|
|
113651
|
-
exports.version = "19.2.
|
|
113706
|
+
exports.version = "19.2.1";
|
|
113652
113707
|
|
|
113653
113708
|
|
|
113654
113709
|
/***/ }),
|
|
@@ -114090,12 +114145,12 @@ var dist = __webpack_require__(7523);
|
|
|
114090
114145
|
var solid_logic_esm = __webpack_require__(9332);
|
|
114091
114146
|
;// ./src/versionInfo.ts
|
|
114092
114147
|
/* harmony default export */ const versionInfo = ({
|
|
114093
|
-
buildTime: '
|
|
114094
|
-
commit: '
|
|
114148
|
+
buildTime: '2026-01-12T12:06:03Z',
|
|
114149
|
+
commit: 'e7e123629978b4a8aa1b0957de76f5daa5f37b63',
|
|
114095
114150
|
npmInfo: {
|
|
114096
114151
|
'mashlib': '2.0.0',
|
|
114097
114152
|
'npm': '10.8.2',
|
|
114098
|
-
'node': '20.19.
|
|
114153
|
+
'node': '20.19.6',
|
|
114099
114154
|
'acorn': '8.15.0',
|
|
114100
114155
|
'ada': '2.9.2',
|
|
114101
114156
|
'ares': '1.34.5',
|
|
@@ -114107,14 +114162,14 @@ var solid_logic_esm = __webpack_require__(9332);
|
|
|
114107
114162
|
'modules': '115',
|
|
114108
114163
|
'napi': '9',
|
|
114109
114164
|
'nghttp2': '1.61.0',
|
|
114110
|
-
'openssl': '3.0.
|
|
114165
|
+
'openssl': '3.0.17',
|
|
114111
114166
|
'simdutf': '6.4.2',
|
|
114112
114167
|
'tz': '2025b',
|
|
114113
|
-
'undici': '6.
|
|
114168
|
+
'undici': '6.22.0',
|
|
114114
114169
|
'unicode': '16.0',
|
|
114115
114170
|
'uv': '1.46.0',
|
|
114116
|
-
'uvwasi': '0.0.
|
|
114117
|
-
'v8': '11.3.244.8-node.
|
|
114171
|
+
'uvwasi': '0.0.23',
|
|
114172
|
+
'v8': '11.3.244.8-node.33',
|
|
114118
114173
|
'zlib': '1.3.1-470d3a2'
|
|
114119
114174
|
}
|
|
114120
114175
|
});
|