mashlib 2.0.0-de1f6b8e → 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.map +1 -1
- package/dist/841.mashlib.min.js.map +1 -1
- package/dist/mash.css.map +1 -1
- package/dist/mashlib.js +205 -187
- 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 +11 -4
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
|
|
|
@@ -56775,33 +56785,32 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
56775
56785
|
}));
|
|
56776
56786
|
exports["default"] = void 0;
|
|
56777
56787
|
var _default = exports["default"] = {
|
|
56778
|
-
buildTime: '
|
|
56779
|
-
commit: '
|
|
56788
|
+
buildTime: '2026-01-12T11:49:51Z',
|
|
56789
|
+
commit: '1df8879e725af7ac44ab3886e22a18c46f7f2e80',
|
|
56780
56790
|
npmInfo: {
|
|
56781
|
-
'
|
|
56782
|
-
npm: '
|
|
56783
|
-
node: '
|
|
56784
|
-
acorn: '
|
|
56785
|
-
ada: '
|
|
56786
|
-
ares: '
|
|
56787
|
-
brotli: '
|
|
56788
|
-
cjs_module_lexer: '
|
|
56789
|
-
cldr: '
|
|
56790
|
-
icu: '
|
|
56791
|
-
llhttp: '
|
|
56792
|
-
modules: '
|
|
56793
|
-
napi: '
|
|
56794
|
-
nghttp2: '
|
|
56795
|
-
openssl: '
|
|
56796
|
-
simdutf: '
|
|
56797
|
-
tz: '
|
|
56798
|
-
undici: '
|
|
56799
|
-
unicode: '
|
|
56800
|
-
uv: '
|
|
56801
|
-
uvwasi: '
|
|
56802
|
-
v8: '
|
|
56803
|
-
zlib: '
|
|
56804
|
-
'}': '}'
|
|
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'
|
|
56805
56814
|
}
|
|
56806
56815
|
};
|
|
56807
56816
|
//# sourceMappingURL=versionInfo.js.map
|
|
@@ -66867,7 +66876,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
66867
66876
|
* Get the default charset for a MIME type.
|
|
66868
66877
|
*
|
|
66869
66878
|
* @param {string} type
|
|
66870
|
-
* @return {
|
|
66879
|
+
* @return {false|string}
|
|
66871
66880
|
*/
|
|
66872
66881
|
|
|
66873
66882
|
function charset (type) {
|
|
@@ -66895,7 +66904,7 @@ function charset (type) {
|
|
|
66895
66904
|
* Create a full Content-Type header given a MIME type or extension.
|
|
66896
66905
|
*
|
|
66897
66906
|
* @param {string} str
|
|
66898
|
-
* @return {
|
|
66907
|
+
* @return {false|string}
|
|
66899
66908
|
*/
|
|
66900
66909
|
|
|
66901
66910
|
function contentType (str) {
|
|
@@ -66923,7 +66932,7 @@ function contentType (str) {
|
|
|
66923
66932
|
* Get the default extension for a MIME type.
|
|
66924
66933
|
*
|
|
66925
66934
|
* @param {string} type
|
|
66926
|
-
* @return {
|
|
66935
|
+
* @return {false|string}
|
|
66927
66936
|
*/
|
|
66928
66937
|
|
|
66929
66938
|
function extension (type) {
|
|
@@ -66948,7 +66957,7 @@ function extension (type) {
|
|
|
66948
66957
|
* Lookup the MIME type for a file path/extension.
|
|
66949
66958
|
*
|
|
66950
66959
|
* @param {string} path
|
|
66951
|
-
* @return {
|
|
66960
|
+
* @return {false|string}
|
|
66952
66961
|
*/
|
|
66953
66962
|
|
|
66954
66963
|
function lookup (path) {
|
|
@@ -67409,7 +67418,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
|
67409
67418
|
exports.useFormStatus = function () {
|
|
67410
67419
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
67411
67420
|
};
|
|
67412
|
-
exports.version = "19.2.
|
|
67421
|
+
exports.version = "19.2.1";
|
|
67413
67422
|
|
|
67414
67423
|
|
|
67415
67424
|
/***/ }),
|
|
@@ -68680,20 +68689,20 @@ var _default = exports["default"] = {
|
|
|
68680
68689
|
"use strict";
|
|
68681
68690
|
__webpack_require__.r(__webpack_exports__);
|
|
68682
68691
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
68683
|
-
/* harmony export */ _$LH: () => (/* binding */
|
|
68684
|
-
/* harmony export */ html: () => (/* binding */
|
|
68685
|
-
/* harmony export */ mathml: () => (/* binding */
|
|
68686
|
-
/* harmony export */ noChange: () => (/* binding */
|
|
68687
|
-
/* harmony export */ nothing: () => (/* binding */
|
|
68688
|
-
/* harmony export */ render: () => (/* binding */
|
|
68689
|
-
/* 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)
|
|
68690
68699
|
/* harmony export */ });
|
|
68691
68700
|
/**
|
|
68692
68701
|
* @license
|
|
68693
68702
|
* Copyright 2017 Google LLC
|
|
68694
68703
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
68695
68704
|
*/
|
|
68696
|
-
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};
|
|
68697
68706
|
//# sourceMappingURL=lit-html.js.map
|
|
68698
68707
|
|
|
68699
68708
|
|
|
@@ -90236,7 +90245,7 @@ class RDFXMLHandler extends Handler {
|
|
|
90236
90245
|
this.dom = utils_js.parseXML(responseText);
|
|
90237
90246
|
}
|
|
90238
90247
|
let root = this.dom.documentElement;
|
|
90239
|
-
if (root.nodeName === 'parsererror') {
|
|
90248
|
+
if (root && root.nodeName === 'parsererror') {
|
|
90240
90249
|
// Mozilla only See issue/issue110
|
|
90241
90250
|
// have to fail the request
|
|
90242
90251
|
return fetcher.failFetch(options, 'Badly formed XML in ' + options.resource.value, 'parse_error');
|
|
@@ -90592,10 +90601,19 @@ class Fetcher {
|
|
|
90592
90601
|
this.timeout = options.timeout || 30000;
|
|
90593
90602
|
|
|
90594
90603
|
// solidFetcher is deprecated
|
|
90595
|
-
|
|
90596
|
-
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) {
|
|
90597
90606
|
throw new Error('No _fetch function available for Fetcher');
|
|
90598
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
|
+
}
|
|
90599
90617
|
// This is the name of the graph we store all the HTTP metadata in
|
|
90600
90618
|
this.appNode = this.store.sym('chrome://TheCurrentSession');
|
|
90601
90619
|
// this.appNode = this.store.rdfFactory.blankNode() // Needs to have a URI in tests
|
|
@@ -103659,7 +103677,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
103659
103677
|
/* harmony export */ solidLogicSingleton: () => (/* binding */ solidLogicSingleton),
|
|
103660
103678
|
/* harmony export */ store: () => (/* binding */ store)
|
|
103661
103679
|
/* harmony export */ });
|
|
103662
|
-
/* harmony import */ var
|
|
103680
|
+
/* harmony import */ var rdflib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8230);
|
|
103663
103681
|
|
|
103664
103682
|
/******/ var __webpack_modules__ = ({
|
|
103665
103683
|
|
|
@@ -104303,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=
|
|
|
104303
104321
|
/******/ var __webpack_module_cache__ = {};
|
|
104304
104322
|
/******/
|
|
104305
104323
|
/******/ // The require function
|
|
104306
|
-
/******/ function
|
|
104324
|
+
/******/ function __nested_webpack_require_304590__(moduleId) {
|
|
104307
104325
|
/******/ // Check if module is in cache
|
|
104308
104326
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
104309
104327
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -104317,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=
|
|
|
104317
104335
|
/******/ };
|
|
104318
104336
|
/******/
|
|
104319
104337
|
/******/ // Execute the module function
|
|
104320
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
|
104338
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_304590__);
|
|
104321
104339
|
/******/
|
|
104322
104340
|
/******/ // Return the exports of the module
|
|
104323
104341
|
/******/ return module.exports;
|
|
@@ -104327,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=
|
|
|
104327
104345
|
/******/ /* webpack/runtime/compat get default export */
|
|
104328
104346
|
/******/ (() => {
|
|
104329
104347
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
104330
|
-
/******/
|
|
104348
|
+
/******/ __nested_webpack_require_304590__.n = (module) => {
|
|
104331
104349
|
/******/ var getter = module && module.__esModule ?
|
|
104332
104350
|
/******/ () => (module['default']) :
|
|
104333
104351
|
/******/ () => (module);
|
|
104334
|
-
/******/
|
|
104352
|
+
/******/ __nested_webpack_require_304590__.d(getter, { a: getter });
|
|
104335
104353
|
/******/ return getter;
|
|
104336
104354
|
/******/ };
|
|
104337
104355
|
/******/ })();
|
|
@@ -104339,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=
|
|
|
104339
104357
|
/******/ /* webpack/runtime/define property getters */
|
|
104340
104358
|
/******/ (() => {
|
|
104341
104359
|
/******/ // define getter functions for harmony exports
|
|
104342
|
-
/******/
|
|
104360
|
+
/******/ __nested_webpack_require_304590__.d = (exports, definition) => {
|
|
104343
104361
|
/******/ for(var key in definition) {
|
|
104344
|
-
/******/ if(
|
|
104362
|
+
/******/ if(__nested_webpack_require_304590__.o(definition, key) && !__nested_webpack_require_304590__.o(exports, key)) {
|
|
104345
104363
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
104346
104364
|
/******/ }
|
|
104347
104365
|
/******/ }
|
|
@@ -104350,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=
|
|
|
104350
104368
|
/******/
|
|
104351
104369
|
/******/ /* webpack/runtime/global */
|
|
104352
104370
|
/******/ (() => {
|
|
104353
|
-
/******/
|
|
104371
|
+
/******/ __nested_webpack_require_304590__.g = (function() {
|
|
104354
104372
|
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
104355
104373
|
/******/ try {
|
|
104356
104374
|
/******/ return this || new Function('return this')();
|
|
@@ -104362,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=
|
|
|
104362
104380
|
/******/
|
|
104363
104381
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
104364
104382
|
/******/ (() => {
|
|
104365
|
-
/******/
|
|
104383
|
+
/******/ __nested_webpack_require_304590__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
104366
104384
|
/******/ })();
|
|
104367
104385
|
/******/
|
|
104368
104386
|
/************************************************************************/
|
|
104369
|
-
var
|
|
104387
|
+
var __nested_webpack_exports__ = {};
|
|
104370
104388
|
|
|
104371
104389
|
;// ./src/util/debug.ts
|
|
104372
104390
|
function log(...args) {
|
|
@@ -107898,9 +107916,9 @@ const mockStorageUtility = (stored, isSecure = false) => {
|
|
|
107898
107916
|
//# sourceMappingURL=index.mjs.map
|
|
107899
107917
|
|
|
107900
107918
|
// EXTERNAL MODULE: ./node_modules/events/events.js
|
|
107901
|
-
var events =
|
|
107919
|
+
var events = __nested_webpack_require_304590__(7);
|
|
107902
107920
|
// EXTERNAL MODULE: ./node_modules/@inrupt/oidc-client/lib/oidc-client.min.js
|
|
107903
|
-
var oidc_client_min =
|
|
107921
|
+
var oidc_client_min = __nested_webpack_require_304590__(516);
|
|
107904
107922
|
;// ./node_modules/@inrupt/oidc-client-ext/dist/index.es.js
|
|
107905
107923
|
|
|
107906
107924
|
|
|
@@ -109780,21 +109798,21 @@ function dist_events() {
|
|
|
109780
109798
|
|
|
109781
109799
|
const authSession = new Session();
|
|
109782
109800
|
|
|
109783
|
-
;// external "
|
|
109784
|
-
const
|
|
109801
|
+
;// external "rdflib"
|
|
109802
|
+
const external_rdflib_namespaceObject = rdflib__WEBPACK_IMPORTED_MODULE_0__;
|
|
109785
109803
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
109786
|
-
var solid_namespace =
|
|
109787
|
-
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);
|
|
109788
109806
|
;// ./src/util/ns.ts
|
|
109789
109807
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
109790
109808
|
// Delegate to this which takes RDFlib as param.
|
|
109791
109809
|
|
|
109792
|
-
const ns_ns = solid_namespace_default()(
|
|
109810
|
+
const ns_ns = solid_namespace_default()(external_rdflib_namespaceObject);
|
|
109793
109811
|
|
|
109794
109812
|
;// ./src/acl/aclLogic.ts
|
|
109795
109813
|
|
|
109796
109814
|
|
|
109797
|
-
const ACL_LINK = (0,
|
|
109815
|
+
const ACL_LINK = (0,external_rdflib_namespaceObject.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
109798
109816
|
function createAclLogic(store) {
|
|
109799
109817
|
const ns = ns_ns;
|
|
109800
109818
|
async function findAclDocUrl(url) {
|
|
@@ -109877,8 +109895,8 @@ function createAclLogic(store) {
|
|
|
109877
109895
|
*/
|
|
109878
109896
|
function genACLText(docURI, me, aclURI, options = {}) {
|
|
109879
109897
|
const optPublic = options.public || [];
|
|
109880
|
-
const g = (0,
|
|
109881
|
-
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#');
|
|
109882
109900
|
let a = g.sym(`${aclURI}#a1`);
|
|
109883
109901
|
const acl = g.sym(aclURI);
|
|
109884
109902
|
const doc = g.sym(docURI);
|
|
@@ -109900,7 +109918,7 @@ function createAclLogic(store) {
|
|
|
109900
109918
|
g.add(a, auth('mode'), auth(optPublic[p]), acl); // Like 'Read' etc
|
|
109901
109919
|
}
|
|
109902
109920
|
}
|
|
109903
|
-
return (0,
|
|
109921
|
+
return (0,external_rdflib_namespaceObject.serialize)(acl, g, aclURI);
|
|
109904
109922
|
}
|
|
109905
109923
|
return {
|
|
109906
109924
|
findAclDocUrl,
|
|
@@ -109955,7 +109973,7 @@ function offlineTestID() {
|
|
|
109955
109973
|
$SolidTestEnvironment.username) {
|
|
109956
109974
|
// Test setup
|
|
109957
109975
|
log('Assuming the user is ' + $SolidTestEnvironment.username);
|
|
109958
|
-
return (0,
|
|
109976
|
+
return (0,external_rdflib_namespaceObject.sym)($SolidTestEnvironment.username);
|
|
109959
109977
|
}
|
|
109960
109978
|
// hack that makes SolidOS work in offline mode by adding the webId directly in html
|
|
109961
109979
|
// example usage: https://github.com/solidos/mashlib/blob/29b8b53c46bf02e0e219f0bacd51b0e9951001dd/test/contact/local.html#L37
|
|
@@ -109969,7 +109987,7 @@ function offlineTestID() {
|
|
|
109969
109987
|
if (!id)
|
|
109970
109988
|
return null;
|
|
109971
109989
|
log('Assuming user is ' + id);
|
|
109972
|
-
return (0,
|
|
109990
|
+
return (0,external_rdflib_namespaceObject.sym)(id);
|
|
109973
109991
|
}
|
|
109974
109992
|
return null;
|
|
109975
109993
|
}
|
|
@@ -109988,10 +110006,10 @@ class SolidAuthnLogic {
|
|
|
109988
110006
|
currentUser() {
|
|
109989
110007
|
const app = appContext();
|
|
109990
110008
|
if (app.viewingNoAuthPage) {
|
|
109991
|
-
return (0,
|
|
110009
|
+
return (0,external_rdflib_namespaceObject.sym)(app.webId);
|
|
109992
110010
|
}
|
|
109993
110011
|
if (this && this.session && this.session.info && this.session.info.webId && this.session.info.isLoggedIn) {
|
|
109994
|
-
return (0,
|
|
110012
|
+
return (0,external_rdflib_namespaceObject.sym)(this.session.info.webId);
|
|
109995
110013
|
}
|
|
109996
110014
|
return offlineTestID(); // null unless testing
|
|
109997
110015
|
}
|
|
@@ -110067,7 +110085,7 @@ class SolidAuthnLogic {
|
|
|
110067
110085
|
let webIdUri;
|
|
110068
110086
|
if (webId) {
|
|
110069
110087
|
webIdUri = (typeof webId === 'string') ? webId : webId.uri;
|
|
110070
|
-
const me = (0,
|
|
110088
|
+
const me = (0,external_rdflib_namespaceObject.namedNode)(webIdUri);
|
|
110071
110089
|
if (context) {
|
|
110072
110090
|
context.me = me;
|
|
110073
110091
|
}
|
|
@@ -110087,7 +110105,7 @@ class SolidAuthnLogic {
|
|
|
110087
110105
|
;// ./src/util/utils.ts
|
|
110088
110106
|
|
|
110089
110107
|
function newThing(doc) {
|
|
110090
|
-
return (0,
|
|
110108
|
+
return (0,external_rdflib_namespaceObject.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
110091
110109
|
}
|
|
110092
110110
|
function uniqueNodes(arr) {
|
|
110093
110111
|
const uris = arr.map(x => x.uri);
|
|
@@ -110115,13 +110133,13 @@ function suggestPreferencesFile(me) {
|
|
|
110115
110133
|
// const stripped = me.uri.replace(\/[p|P]rofile/\g, '/').replace(\/[p|P]ublic/\g, '/')
|
|
110116
110134
|
const folderURI = stripped.split('/').slice(0, -1).join('/') + '/Settings/';
|
|
110117
110135
|
const fileURI = folderURI + 'Preferences.ttl';
|
|
110118
|
-
return (0,
|
|
110136
|
+
return (0,external_rdflib_namespaceObject.sym)(fileURI);
|
|
110119
110137
|
}
|
|
110120
110138
|
function determineChatContainer(invitee, podRoot) {
|
|
110121
110139
|
// Create chat
|
|
110122
110140
|
// See https://gitter.im/solid/chat-app?at=5f3c800f855be416a23ae74a
|
|
110123
110141
|
const chatContainerStr = new URL(`IndividualChats/${new URL(invitee.value).host}/`, podRoot.value).toString();
|
|
110124
|
-
return new
|
|
110142
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainerStr);
|
|
110125
110143
|
}
|
|
110126
110144
|
|
|
110127
110145
|
;// ./src/chat/chatLogic.ts
|
|
@@ -110137,7 +110155,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110137
110155
|
// now that it has been created:
|
|
110138
110156
|
await store.fetcher.load(chatContainer);
|
|
110139
110157
|
// FIXME: check the Why value on this quad:
|
|
110140
|
-
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'));
|
|
110141
110159
|
if (!chatAclDoc) {
|
|
110142
110160
|
throw new Error('Chat ACL doc not found!');
|
|
110143
110161
|
}
|
|
@@ -110172,9 +110190,9 @@ function createChatLogic(store, profileLogic) {
|
|
|
110172
110190
|
await store.fetcher.load(privateTypeIndex);
|
|
110173
110191
|
const reg = newThing(privateTypeIndex);
|
|
110174
110192
|
const ins = [
|
|
110175
|
-
(0,
|
|
110176
|
-
(0,
|
|
110177
|
-
(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()),
|
|
110178
110196
|
];
|
|
110179
110197
|
await new Promise((resolve, reject) => {
|
|
110180
110198
|
store.updater.update([], ins, function (_uri, ok, errm) {
|
|
@@ -110193,7 +110211,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110193
110211
|
const chatContainer = determineChatContainer(invitee, podRoot);
|
|
110194
110212
|
let exists = true;
|
|
110195
110213
|
try {
|
|
110196
|
-
await store.fetcher.load(new
|
|
110214
|
+
await store.fetcher.load(new external_rdflib_namespaceObject.NamedNode(chatContainer.value + 'index.ttl#this'));
|
|
110197
110215
|
}
|
|
110198
110216
|
catch (e) {
|
|
110199
110217
|
exists = false;
|
|
@@ -110219,7 +110237,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110219
110237
|
const newChatDoc = newInstance.doc();
|
|
110220
110238
|
kb.add(newInstance, ns.rdf('type'), ns.meeting('LongChat'), newChatDoc);
|
|
110221
110239
|
kb.add(newInstance, ns.dc('title'), 'Chat channel', newChatDoc);
|
|
110222
|
-
kb.add(newInstance, ns.dc('created'), (0,
|
|
110240
|
+
kb.add(newInstance, ns.dc('created'), (0,external_rdflib_namespaceObject.term)(new Date(Date.now())), newChatDoc);
|
|
110223
110241
|
if (newPaneOptions.me) {
|
|
110224
110242
|
kb.add(newInstance, ns.dc('author'), newPaneOptions.me, newChatDoc);
|
|
110225
110243
|
}
|
|
@@ -110246,7 +110264,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110246
110264
|
async function getChat(invitee, createIfMissing = true) {
|
|
110247
110265
|
const { me, chatContainer, exists } = await findChat(invitee);
|
|
110248
110266
|
if (exists) {
|
|
110249
|
-
return new
|
|
110267
|
+
return new external_rdflib_namespaceObject.NamedNode(chatContainer.value + CHAT_LOCATION_IN_CONTAINER);
|
|
110250
110268
|
}
|
|
110251
110269
|
if (createIfMissing) {
|
|
110252
110270
|
const chatThing = await createChatThing(chatContainer, me);
|
|
@@ -110600,12 +110618,12 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110600
110618
|
}
|
|
110601
110619
|
function suggestPublicTypeIndex(me) {
|
|
110602
110620
|
var _a;
|
|
110603
|
-
return (0,
|
|
110621
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = me.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'publicTypeIndex.ttl');
|
|
110604
110622
|
}
|
|
110605
110623
|
// Note this one is based off the pref file not the profile
|
|
110606
110624
|
function suggestPrivateTypeIndex(preferencesFile) {
|
|
110607
110625
|
var _a;
|
|
110608
|
-
return (0,
|
|
110626
|
+
return (0,external_rdflib_namespaceObject.sym)(((_a = preferencesFile.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'privateTypeIndex.ttl');
|
|
110609
110627
|
}
|
|
110610
110628
|
/*
|
|
110611
110629
|
* Register a new app in a type index
|
|
@@ -110616,9 +110634,9 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110616
110634
|
const registration = newThing(index);
|
|
110617
110635
|
const ins = [
|
|
110618
110636
|
// See https://github.com/solid/solid/blob/main/proposals/data-discovery.md
|
|
110619
|
-
(0,
|
|
110620
|
-
(0,
|
|
110621
|
-
(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)
|
|
110622
110640
|
];
|
|
110623
110641
|
try {
|
|
110624
110642
|
await store.updater.update([], ins);
|
|
@@ -110653,7 +110671,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110653
110671
|
const containers = store.each(reg, ns.solid('instanceContainer'), null, index);
|
|
110654
110672
|
for (const instance of containers) {
|
|
110655
110673
|
await store.fetcher.load(instance);
|
|
110656
|
-
results.push({ instance: (0,
|
|
110674
|
+
results.push({ instance: (0,external_rdflib_namespaceObject.sym)(instance.value), type: klass, scope });
|
|
110657
110675
|
}
|
|
110658
110676
|
}
|
|
110659
110677
|
}
|
|
@@ -110682,7 +110700,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110682
110700
|
function createContainerLogic(store) {
|
|
110683
110701
|
function getContainerElements(containerNode) {
|
|
110684
110702
|
return store
|
|
110685
|
-
.statementsMatching(containerNode, (0,
|
|
110703
|
+
.statementsMatching(containerNode, (0,external_rdflib_namespaceObject.sym)('http://www.w3.org/ns/ldp#contains'), undefined)
|
|
110686
110704
|
.map((st) => st.object);
|
|
110687
110705
|
}
|
|
110688
110706
|
function isContainer(url) {
|
|
@@ -110690,7 +110708,7 @@ function createContainerLogic(store) {
|
|
|
110690
110708
|
return nodeToString.charAt(nodeToString.length - 1) === '/';
|
|
110691
110709
|
}
|
|
110692
110710
|
async function createContainer(url) {
|
|
110693
|
-
const stringToNode = (0,
|
|
110711
|
+
const stringToNode = (0,external_rdflib_namespaceObject.sym)(url);
|
|
110694
110712
|
if (!isContainer(stringToNode)) {
|
|
110695
110713
|
throw new Error(`Not a container URL ${url}`);
|
|
110696
110714
|
}
|
|
@@ -110794,7 +110812,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110794
110812
|
throw new NotEditableError(msg);
|
|
110795
110813
|
}
|
|
110796
110814
|
try {
|
|
110797
|
-
await store.updater.update([], [(0,
|
|
110815
|
+
await store.updater.update([], [(0,external_rdflib_namespaceObject.st)(subject, predicate, object, doc)]);
|
|
110798
110816
|
}
|
|
110799
110817
|
catch (err) {
|
|
110800
110818
|
const msg = `followOrCreateLink: Error making link in ${doc} to ${object}: ${err}`;
|
|
@@ -110840,7 +110858,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110840
110858
|
''
|
|
110841
110859
|
].join('\n');
|
|
110842
110860
|
}
|
|
110843
|
-
const aclDocUrl = await aclLogic.findAclDocUrl((0,
|
|
110861
|
+
const aclDocUrl = await aclLogic.findAclDocUrl((0,external_rdflib_namespaceObject.sym)(options.target));
|
|
110844
110862
|
return store.fetcher._fetch(aclDocUrl, {
|
|
110845
110863
|
method: 'PUT',
|
|
110846
110864
|
body: str,
|
|
@@ -110884,9 +110902,9 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110884
110902
|
*/
|
|
110885
110903
|
function createSolidLogic(specialFetch, session) {
|
|
110886
110904
|
log('SolidLogic: Unique instance created. There should only be one of these.');
|
|
110887
|
-
const store =
|
|
110888
|
-
|
|
110889
|
-
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
|
|
110890
110908
|
store.features = []; // disable automatic node merging on store load
|
|
110891
110909
|
const authn = new SolidAuthnLogic(session);
|
|
110892
110910
|
const acl = createAclLogic(store);
|
|
@@ -110946,7 +110964,7 @@ const _fetch = async (url, requestInit) => {
|
|
|
110946
110964
|
};
|
|
110947
110965
|
// Global singleton pattern to ensure unique store across library versions
|
|
110948
110966
|
const SINGLETON_SYMBOL = Symbol.for('solid-logic-singleton');
|
|
110949
|
-
const globalTarget = (typeof window !== 'undefined' ? window :
|
|
110967
|
+
const globalTarget = (typeof window !== 'undefined' ? window : __nested_webpack_require_304590__.g);
|
|
110950
110968
|
function getOrCreateSingleton() {
|
|
110951
110969
|
if (!globalTarget[SINGLETON_SYMBOL]) {
|
|
110952
110970
|
log('SolidLogic: Creating new global singleton instance.');
|
|
@@ -113685,7 +113703,7 @@ exports.useSyncExternalStore = function (
|
|
|
113685
113703
|
exports.useTransition = function () {
|
|
113686
113704
|
return ReactSharedInternals.H.useTransition();
|
|
113687
113705
|
};
|
|
113688
|
-
exports.version = "19.2.
|
|
113706
|
+
exports.version = "19.2.1";
|
|
113689
113707
|
|
|
113690
113708
|
|
|
113691
113709
|
/***/ }),
|
|
@@ -114127,8 +114145,8 @@ var dist = __webpack_require__(7523);
|
|
|
114127
114145
|
var solid_logic_esm = __webpack_require__(9332);
|
|
114128
114146
|
;// ./src/versionInfo.ts
|
|
114129
114147
|
/* harmony default export */ const versionInfo = ({
|
|
114130
|
-
buildTime: '2026-01-
|
|
114131
|
-
commit: '
|
|
114148
|
+
buildTime: '2026-01-12T12:06:03Z',
|
|
114149
|
+
commit: 'e7e123629978b4a8aa1b0957de76f5daa5f37b63',
|
|
114132
114150
|
npmInfo: {
|
|
114133
114151
|
'mashlib': '2.0.0',
|
|
114134
114152
|
'npm': '10.8.2',
|