mashlib 2.0.0-25e16a31 → 2.0.0-308e9998
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/mashlib.js +102 -112
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +3 -3
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +1 -1
package/dist/mashlib.js
CHANGED
|
@@ -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 {boolean|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 {boolean|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 {boolean|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 {boolean|string}
|
|
1866
1866
|
*/
|
|
1867
1867
|
|
|
1868
1868
|
function lookup (path) {
|
|
@@ -2549,11 +2549,6 @@ 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
|
-
|
|
2557
2552
|
default: 0
|
|
2558
2553
|
}
|
|
2559
2554
|
|
|
@@ -2684,7 +2679,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2684
2679
|
/******/ var __webpack_module_cache__ = {};
|
|
2685
2680
|
/******/
|
|
2686
2681
|
/******/ // The require function
|
|
2687
|
-
/******/ function
|
|
2682
|
+
/******/ function __nested_webpack_require_186985__(moduleId) {
|
|
2688
2683
|
/******/ // Check if module is in cache
|
|
2689
2684
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
2690
2685
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -2698,7 +2693,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2698
2693
|
/******/ };
|
|
2699
2694
|
/******/
|
|
2700
2695
|
/******/ // Execute the module function
|
|
2701
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
2696
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_186985__);
|
|
2702
2697
|
/******/
|
|
2703
2698
|
/******/ // Flag the module as loaded
|
|
2704
2699
|
/******/ module.loaded = true;
|
|
@@ -2711,11 +2706,11 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2711
2706
|
/******/ /* webpack/runtime/compat get default export */
|
|
2712
2707
|
/******/ (() => {
|
|
2713
2708
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
2714
|
-
/******/
|
|
2709
|
+
/******/ __nested_webpack_require_186985__.n = (module) => {
|
|
2715
2710
|
/******/ var getter = module && module.__esModule ?
|
|
2716
2711
|
/******/ () => (module['default']) :
|
|
2717
2712
|
/******/ () => (module);
|
|
2718
|
-
/******/
|
|
2713
|
+
/******/ __nested_webpack_require_186985__.d(getter, { a: getter });
|
|
2719
2714
|
/******/ return getter;
|
|
2720
2715
|
/******/ };
|
|
2721
2716
|
/******/ })();
|
|
@@ -2723,9 +2718,9 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2723
2718
|
/******/ /* webpack/runtime/define property getters */
|
|
2724
2719
|
/******/ (() => {
|
|
2725
2720
|
/******/ // define getter functions for harmony exports
|
|
2726
|
-
/******/
|
|
2721
|
+
/******/ __nested_webpack_require_186985__.d = (exports, definition) => {
|
|
2727
2722
|
/******/ for(var key in definition) {
|
|
2728
|
-
/******/ if(
|
|
2723
|
+
/******/ if(__nested_webpack_require_186985__.o(definition, key) && !__nested_webpack_require_186985__.o(exports, key)) {
|
|
2729
2724
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
2730
2725
|
/******/ }
|
|
2731
2726
|
/******/ }
|
|
@@ -2734,7 +2729,7 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2734
2729
|
/******/
|
|
2735
2730
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
2736
2731
|
/******/ (() => {
|
|
2737
|
-
/******/
|
|
2732
|
+
/******/ __nested_webpack_require_186985__.hmd = (module) => {
|
|
2738
2733
|
/******/ module = Object.create(module);
|
|
2739
2734
|
/******/ if (!module.children) module.children = [];
|
|
2740
2735
|
/******/ Object.defineProperty(module, 'exports', {
|
|
@@ -2749,13 +2744,13 @@ module.exports = _regenerator, module.exports.__esModule = true, module.exports[
|
|
|
2749
2744
|
/******/
|
|
2750
2745
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
2751
2746
|
/******/ (() => {
|
|
2752
|
-
/******/
|
|
2747
|
+
/******/ __nested_webpack_require_186985__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
2753
2748
|
/******/ })();
|
|
2754
2749
|
/******/
|
|
2755
2750
|
/******/ /* webpack/runtime/make namespace object */
|
|
2756
2751
|
/******/ (() => {
|
|
2757
2752
|
/******/ // define __esModule on exports
|
|
2758
|
-
/******/
|
|
2753
|
+
/******/ __nested_webpack_require_186985__.r = (exports) => {
|
|
2759
2754
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
2760
2755
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2761
2756
|
/******/ }
|
|
@@ -2769,10 +2764,10 @@ var __nested_webpack_exports__ = {};
|
|
|
2769
2764
|
(() => {
|
|
2770
2765
|
"use strict";
|
|
2771
2766
|
// ESM COMPAT FLAG
|
|
2772
|
-
|
|
2767
|
+
__nested_webpack_require_186985__.r(__nested_webpack_exports__);
|
|
2773
2768
|
|
|
2774
2769
|
// EXPORTS
|
|
2775
|
-
|
|
2770
|
+
__nested_webpack_require_186985__.d(__nested_webpack_exports__, {
|
|
2776
2771
|
acl: () => (/* reexport */ acl),
|
|
2777
2772
|
aclControl: () => (/* reexport */ aclControl),
|
|
2778
2773
|
create: () => (/* reexport */ create),
|
|
@@ -2801,8 +2796,8 @@ __nested_webpack_require_187123__.d(__nested_webpack_exports__, {
|
|
|
2801
2796
|
|
|
2802
2797
|
// NAMESPACE OBJECT: ./src/log.ts
|
|
2803
2798
|
var log_namespaceObject = {};
|
|
2804
|
-
|
|
2805
|
-
|
|
2799
|
+
__nested_webpack_require_186985__.r(log_namespaceObject);
|
|
2800
|
+
__nested_webpack_require_186985__.d(log_namespaceObject, {
|
|
2806
2801
|
LogLevel: () => (LogLevel),
|
|
2807
2802
|
alert: () => (log_alert),
|
|
2808
2803
|
clear: () => (clear),
|
|
@@ -2822,8 +2817,8 @@ __nested_webpack_require_187123__.d(log_namespaceObject, {
|
|
|
2822
2817
|
|
|
2823
2818
|
// NAMESPACE OBJECT: ./src/utils/index.js
|
|
2824
2819
|
var utils_namespaceObject = {};
|
|
2825
|
-
|
|
2826
|
-
|
|
2820
|
+
__nested_webpack_require_186985__.r(utils_namespaceObject);
|
|
2821
|
+
__nested_webpack_require_186985__.d(utils_namespaceObject, {
|
|
2827
2822
|
AJARImage: () => (AJARImage),
|
|
2828
2823
|
RDFComparePredicateObject: () => (RDFComparePredicateObject),
|
|
2829
2824
|
RDFComparePredicateSubject: () => (RDFComparePredicateSubject),
|
|
@@ -2857,8 +2852,8 @@ __nested_webpack_require_187123__.d(utils_namespaceObject, {
|
|
|
2857
2852
|
|
|
2858
2853
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/language.ts
|
|
2859
2854
|
var language_namespaceObject = {};
|
|
2860
|
-
|
|
2861
|
-
|
|
2855
|
+
__nested_webpack_require_186985__.r(language_namespaceObject);
|
|
2856
|
+
__nested_webpack_require_186985__.d(language_namespaceObject, {
|
|
2862
2857
|
addDefaults: () => (addDefaults),
|
|
2863
2858
|
defaultPreferredLanguages: () => (defaultPreferredLanguages),
|
|
2864
2859
|
filterByLanguage: () => (filterByLanguage),
|
|
@@ -2869,8 +2864,8 @@ __nested_webpack_require_187123__.d(language_namespaceObject, {
|
|
|
2869
2864
|
|
|
2870
2865
|
// NAMESPACE OBJECT: ./src/widgets/forms/autocomplete/publicData.ts
|
|
2871
2866
|
var publicData_namespaceObject = {};
|
|
2872
|
-
|
|
2873
|
-
|
|
2867
|
+
__nested_webpack_require_186985__.r(publicData_namespaceObject);
|
|
2868
|
+
__nested_webpack_require_186985__.d(publicData_namespaceObject, {
|
|
2874
2869
|
AUTOCOMPLETE_LIMIT: () => (AUTOCOMPLETE_LIMIT),
|
|
2875
2870
|
ESCOResultToBindings: () => (ESCOResultToBindings),
|
|
2876
2871
|
bindingToTerm: () => (bindingToTerm),
|
|
@@ -2898,8 +2893,8 @@ __nested_webpack_require_187123__.d(publicData_namespaceObject, {
|
|
|
2898
2893
|
|
|
2899
2894
|
// NAMESPACE OBJECT: ./src/login/login.ts
|
|
2900
2895
|
var login_namespaceObject = {};
|
|
2901
|
-
|
|
2902
|
-
|
|
2896
|
+
__nested_webpack_require_186985__.r(login_namespaceObject);
|
|
2897
|
+
__nested_webpack_require_186985__.d(login_namespaceObject, {
|
|
2903
2898
|
ensureLoadedPreferences: () => (ensureLoadedPreferences),
|
|
2904
2899
|
ensureLoadedProfile: () => (ensureLoadedProfile),
|
|
2905
2900
|
ensureLoggedIn: () => (ensureLoggedIn),
|
|
@@ -2918,8 +2913,8 @@ __nested_webpack_require_187123__.d(login_namespaceObject, {
|
|
|
2918
2913
|
|
|
2919
2914
|
// NAMESPACE OBJECT: ./src/widgets/index.js
|
|
2920
2915
|
var widgets_namespaceObject = {};
|
|
2921
|
-
|
|
2922
|
-
|
|
2916
|
+
__nested_webpack_require_186985__.r(widgets_namespaceObject);
|
|
2917
|
+
__nested_webpack_require_186985__.d(widgets_namespaceObject, {
|
|
2923
2918
|
Group: () => (Group),
|
|
2924
2919
|
GroupBuilder: () => (GroupBuilder),
|
|
2925
2920
|
GroupPicker: () => (GroupPicker),
|
|
@@ -3004,8 +2999,8 @@ __nested_webpack_require_187123__.d(widgets_namespaceObject, {
|
|
|
3004
2999
|
|
|
3005
3000
|
// NAMESPACE OBJECT: ./src/participation.ts
|
|
3006
3001
|
var participation_namespaceObject = {};
|
|
3007
|
-
|
|
3008
|
-
|
|
3002
|
+
__nested_webpack_require_186985__.r(participation_namespaceObject);
|
|
3003
|
+
__nested_webpack_require_186985__.d(participation_namespaceObject, {
|
|
3009
3004
|
manageParticipation: () => (manageParticipation),
|
|
3010
3005
|
participationObject: () => (participationObject),
|
|
3011
3006
|
recordParticipation: () => (recordParticipation),
|
|
@@ -3014,8 +3009,8 @@ __nested_webpack_require_187123__.d(participation_namespaceObject, {
|
|
|
3014
3009
|
|
|
3015
3010
|
// NAMESPACE OBJECT: ./src/pad.ts
|
|
3016
3011
|
var pad_namespaceObject = {};
|
|
3017
|
-
|
|
3018
|
-
|
|
3012
|
+
__nested_webpack_require_186985__.r(pad_namespaceObject);
|
|
3013
|
+
__nested_webpack_require_186985__.d(pad_namespaceObject, {
|
|
3019
3014
|
getChunks: () => (getChunks),
|
|
3020
3015
|
lightColorHash: () => (lightColorHash),
|
|
3021
3016
|
manageParticipation: () => (manageParticipation),
|
|
@@ -3029,8 +3024,8 @@ __nested_webpack_require_187123__.d(pad_namespaceObject, {
|
|
|
3029
3024
|
|
|
3030
3025
|
// NAMESPACE OBJECT: ./src/preferences.js
|
|
3031
3026
|
var preferences_namespaceObject = {};
|
|
3032
|
-
|
|
3033
|
-
|
|
3027
|
+
__nested_webpack_require_186985__.r(preferences_namespaceObject);
|
|
3028
|
+
__nested_webpack_require_186985__.d(preferences_namespaceObject, {
|
|
3034
3029
|
get: () => (get),
|
|
3035
3030
|
getPreferencesForClass: () => (getPreferencesForClass),
|
|
3036
3031
|
recordPersonalDefaults: () => (recordPersonalDefaults),
|
|
@@ -3042,21 +3037,21 @@ __nested_webpack_require_187123__.d(preferences_namespaceObject, {
|
|
|
3042
3037
|
|
|
3043
3038
|
// NAMESPACE OBJECT: ./src/tabs.ts
|
|
3044
3039
|
var tabs_namespaceObject = {};
|
|
3045
|
-
|
|
3046
|
-
|
|
3040
|
+
__nested_webpack_require_186985__.r(tabs_namespaceObject);
|
|
3041
|
+
__nested_webpack_require_186985__.d(tabs_namespaceObject, {
|
|
3047
3042
|
TabWidgetElement: () => (TabWidgetElement),
|
|
3048
3043
|
tabWidget: () => (tabWidget)
|
|
3049
3044
|
});
|
|
3050
3045
|
|
|
3051
3046
|
// NAMESPACE OBJECT: ./src/create/types.ts
|
|
3052
3047
|
var types_namespaceObject = {};
|
|
3053
|
-
|
|
3048
|
+
__nested_webpack_require_186985__.r(types_namespaceObject);
|
|
3054
3049
|
|
|
3055
3050
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
3056
|
-
var solid_namespace =
|
|
3057
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
3051
|
+
var solid_namespace = __nested_webpack_require_186985__(386);
|
|
3052
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_186985__.n(solid_namespace);
|
|
3058
3053
|
// EXTERNAL MODULE: external "$rdf"
|
|
3059
|
-
var external_$rdf_ =
|
|
3054
|
+
var external_$rdf_ = __nested_webpack_require_186985__(264);
|
|
3060
3055
|
;// ./src/ns.js
|
|
3061
3056
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
3062
3057
|
|
|
@@ -3091,10 +3086,10 @@ function asyncToGenerator_asyncToGenerator(n) {
|
|
|
3091
3086
|
}
|
|
3092
3087
|
|
|
3093
3088
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/regenerator/index.js
|
|
3094
|
-
var regenerator =
|
|
3095
|
-
var regenerator_default = /*#__PURE__*/
|
|
3089
|
+
var regenerator = __nested_webpack_require_186985__(756);
|
|
3090
|
+
var regenerator_default = /*#__PURE__*/__nested_webpack_require_186985__.n(regenerator);
|
|
3096
3091
|
// EXTERNAL MODULE: external "SolidLogic"
|
|
3097
|
-
var external_SolidLogic_ =
|
|
3092
|
+
var external_SolidLogic_ = __nested_webpack_require_186985__(663);
|
|
3098
3093
|
;// ./src/log.ts
|
|
3099
3094
|
// /////////////////////// Logging
|
|
3100
3095
|
//
|
|
@@ -3383,7 +3378,7 @@ function getWellKnownLabel(thing) {
|
|
|
3383
3378
|
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'));
|
|
3384
3379
|
}
|
|
3385
3380
|
// EXTERNAL MODULE: ./src/debug.ts
|
|
3386
|
-
var src_debug =
|
|
3381
|
+
var src_debug = __nested_webpack_require_186985__(423);
|
|
3387
3382
|
;// ./src/acl/acl.ts
|
|
3388
3383
|
|
|
3389
3384
|
|
|
@@ -3991,7 +3986,7 @@ function _slicedToArray(r, e) {
|
|
|
3991
3986
|
}
|
|
3992
3987
|
|
|
3993
3988
|
// EXTERNAL MODULE: ./node_modules/mime-types/index.js
|
|
3994
|
-
var mime_types =
|
|
3989
|
+
var mime_types = __nested_webpack_require_186985__(49);
|
|
3995
3990
|
;// ./src/styleConstants.js
|
|
3996
3991
|
/* harmony default export */ const styleConstants = ({
|
|
3997
3992
|
highlightColor: '#7C4DFF',
|
|
@@ -4356,7 +4351,7 @@ function uploadFiles(fetcher, files, fileBase, imageBase, successHandler) {
|
|
|
4356
4351
|
}
|
|
4357
4352
|
}
|
|
4358
4353
|
// EXTERNAL MODULE: ./src/iconBase.ts
|
|
4359
|
-
var iconBase =
|
|
4354
|
+
var iconBase = __nested_webpack_require_186985__(378);
|
|
4360
4355
|
;// ./src/utils/index.js
|
|
4361
4356
|
// Solid-UI general Utilities
|
|
4362
4357
|
// ==========================
|
|
@@ -14621,8 +14616,8 @@ function _taggedTemplateLiteral(e, t) {
|
|
|
14621
14616
|
}
|
|
14622
14617
|
|
|
14623
14618
|
// EXTERNAL MODULE: ./node_modules/escape-html/index.js
|
|
14624
|
-
var escape_html =
|
|
14625
|
-
var escape_html_default = /*#__PURE__*/
|
|
14619
|
+
var escape_html = __nested_webpack_require_186985__(580);
|
|
14620
|
+
var escape_html_default = /*#__PURE__*/__nested_webpack_require_186985__.n(escape_html);
|
|
14626
14621
|
;// ./node_modules/uuid/dist/esm-browser/native.js
|
|
14627
14622
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
14628
14623
|
/* harmony default export */ const esm_browser_native = ({ randomUUID });
|
|
@@ -27798,11 +27793,6 @@ var TYPE_SCORES = {
|
|
|
27798
27793
|
// prefer font/woff over application/font-woff
|
|
27799
27794
|
font: 2,
|
|
27800
27795
|
|
|
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
|
-
|
|
27806
27796
|
default: 0
|
|
27807
27797
|
}
|
|
27808
27798
|
|
|
@@ -66879,7 +66869,7 @@ populateMaps(exports.extensions, exports.types)
|
|
|
66879
66869
|
* Get the default charset for a MIME type.
|
|
66880
66870
|
*
|
|
66881
66871
|
* @param {string} type
|
|
66882
|
-
* @return {
|
|
66872
|
+
* @return {boolean|string}
|
|
66883
66873
|
*/
|
|
66884
66874
|
|
|
66885
66875
|
function charset (type) {
|
|
@@ -66907,7 +66897,7 @@ function charset (type) {
|
|
|
66907
66897
|
* Create a full Content-Type header given a MIME type or extension.
|
|
66908
66898
|
*
|
|
66909
66899
|
* @param {string} str
|
|
66910
|
-
* @return {
|
|
66900
|
+
* @return {boolean|string}
|
|
66911
66901
|
*/
|
|
66912
66902
|
|
|
66913
66903
|
function contentType (str) {
|
|
@@ -66935,7 +66925,7 @@ function contentType (str) {
|
|
|
66935
66925
|
* Get the default extension for a MIME type.
|
|
66936
66926
|
*
|
|
66937
66927
|
* @param {string} type
|
|
66938
|
-
* @return {
|
|
66928
|
+
* @return {boolean|string}
|
|
66939
66929
|
*/
|
|
66940
66930
|
|
|
66941
66931
|
function extension (type) {
|
|
@@ -66960,7 +66950,7 @@ function extension (type) {
|
|
|
66960
66950
|
* Lookup the MIME type for a file path/extension.
|
|
66961
66951
|
*
|
|
66962
66952
|
* @param {string} path
|
|
66963
|
-
* @return {
|
|
66953
|
+
* @return {boolean|string}
|
|
66964
66954
|
*/
|
|
66965
66955
|
|
|
66966
66956
|
function lookup (path) {
|
|
@@ -103632,7 +103622,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
103632
103622
|
/* harmony export */ solidLogicSingleton: () => (/* binding */ solidLogicSingleton),
|
|
103633
103623
|
/* harmony export */ store: () => (/* binding */ store)
|
|
103634
103624
|
/* harmony export */ });
|
|
103635
|
-
/* harmony import */ var
|
|
103625
|
+
/* harmony import */ var $rdf__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8230);
|
|
103636
103626
|
|
|
103637
103627
|
/******/ var __webpack_modules__ = ({
|
|
103638
103628
|
|
|
@@ -104276,7 +104266,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=
|
|
|
104276
104266
|
/******/ var __webpack_module_cache__ = {};
|
|
104277
104267
|
/******/
|
|
104278
104268
|
/******/ // The require function
|
|
104279
|
-
/******/ function
|
|
104269
|
+
/******/ function __nested_webpack_require_304586__(moduleId) {
|
|
104280
104270
|
/******/ // Check if module is in cache
|
|
104281
104271
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
104282
104272
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -104290,7 +104280,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=
|
|
|
104290
104280
|
/******/ };
|
|
104291
104281
|
/******/
|
|
104292
104282
|
/******/ // Execute the module function
|
|
104293
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
|
104283
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_304586__);
|
|
104294
104284
|
/******/
|
|
104295
104285
|
/******/ // Return the exports of the module
|
|
104296
104286
|
/******/ return module.exports;
|
|
@@ -104300,11 +104290,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=
|
|
|
104300
104290
|
/******/ /* webpack/runtime/compat get default export */
|
|
104301
104291
|
/******/ (() => {
|
|
104302
104292
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
104303
|
-
/******/
|
|
104293
|
+
/******/ __nested_webpack_require_304586__.n = (module) => {
|
|
104304
104294
|
/******/ var getter = module && module.__esModule ?
|
|
104305
104295
|
/******/ () => (module['default']) :
|
|
104306
104296
|
/******/ () => (module);
|
|
104307
|
-
/******/
|
|
104297
|
+
/******/ __nested_webpack_require_304586__.d(getter, { a: getter });
|
|
104308
104298
|
/******/ return getter;
|
|
104309
104299
|
/******/ };
|
|
104310
104300
|
/******/ })();
|
|
@@ -104312,9 +104302,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=
|
|
|
104312
104302
|
/******/ /* webpack/runtime/define property getters */
|
|
104313
104303
|
/******/ (() => {
|
|
104314
104304
|
/******/ // define getter functions for harmony exports
|
|
104315
|
-
/******/
|
|
104305
|
+
/******/ __nested_webpack_require_304586__.d = (exports, definition) => {
|
|
104316
104306
|
/******/ for(var key in definition) {
|
|
104317
|
-
/******/ if(
|
|
104307
|
+
/******/ if(__nested_webpack_require_304586__.o(definition, key) && !__nested_webpack_require_304586__.o(exports, key)) {
|
|
104318
104308
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
104319
104309
|
/******/ }
|
|
104320
104310
|
/******/ }
|
|
@@ -104323,7 +104313,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=
|
|
|
104323
104313
|
/******/
|
|
104324
104314
|
/******/ /* webpack/runtime/global */
|
|
104325
104315
|
/******/ (() => {
|
|
104326
|
-
/******/
|
|
104316
|
+
/******/ __nested_webpack_require_304586__.g = (function() {
|
|
104327
104317
|
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
104328
104318
|
/******/ try {
|
|
104329
104319
|
/******/ return this || new Function('return this')();
|
|
@@ -104335,7 +104325,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=
|
|
|
104335
104325
|
/******/
|
|
104336
104326
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
104337
104327
|
/******/ (() => {
|
|
104338
|
-
/******/
|
|
104328
|
+
/******/ __nested_webpack_require_304586__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
104339
104329
|
/******/ })();
|
|
104340
104330
|
/******/
|
|
104341
104331
|
/************************************************************************/
|
|
@@ -107871,9 +107861,9 @@ const mockStorageUtility = (stored, isSecure = false) => {
|
|
|
107871
107861
|
//# sourceMappingURL=index.mjs.map
|
|
107872
107862
|
|
|
107873
107863
|
// EXTERNAL MODULE: ./node_modules/events/events.js
|
|
107874
|
-
var events =
|
|
107864
|
+
var events = __nested_webpack_require_304586__(7);
|
|
107875
107865
|
// EXTERNAL MODULE: ./node_modules/@inrupt/oidc-client/lib/oidc-client.min.js
|
|
107876
|
-
var oidc_client_min =
|
|
107866
|
+
var oidc_client_min = __nested_webpack_require_304586__(516);
|
|
107877
107867
|
;// ./node_modules/@inrupt/oidc-client-ext/dist/index.es.js
|
|
107878
107868
|
|
|
107879
107869
|
|
|
@@ -109753,21 +109743,21 @@ function dist_events() {
|
|
|
109753
109743
|
|
|
109754
109744
|
const authSession = new Session();
|
|
109755
109745
|
|
|
109756
|
-
;// external "
|
|
109757
|
-
const
|
|
109746
|
+
;// external "$rdf"
|
|
109747
|
+
const external_$rdf_namespaceObject = $rdf__WEBPACK_IMPORTED_MODULE_0__;
|
|
109758
109748
|
// EXTERNAL MODULE: ./node_modules/solid-namespace/index.js
|
|
109759
|
-
var solid_namespace =
|
|
109760
|
-
var solid_namespace_default = /*#__PURE__*/
|
|
109749
|
+
var solid_namespace = __nested_webpack_require_304586__(386);
|
|
109750
|
+
var solid_namespace_default = /*#__PURE__*/__nested_webpack_require_304586__.n(solid_namespace);
|
|
109761
109751
|
;// ./src/util/ns.ts
|
|
109762
109752
|
// Namespaces we commonly use and have common prefixes for around Solid
|
|
109763
109753
|
// Delegate to this which takes RDFlib as param.
|
|
109764
109754
|
|
|
109765
|
-
const ns_ns = solid_namespace_default()(
|
|
109755
|
+
const ns_ns = solid_namespace_default()(external_$rdf_namespaceObject);
|
|
109766
109756
|
|
|
109767
109757
|
;// ./src/acl/aclLogic.ts
|
|
109768
109758
|
|
|
109769
109759
|
|
|
109770
|
-
const ACL_LINK = (0,
|
|
109760
|
+
const ACL_LINK = (0,external_$rdf_namespaceObject.sym)('http://www.iana.org/assignments/link-relations/acl');
|
|
109771
109761
|
function createAclLogic(store) {
|
|
109772
109762
|
const ns = ns_ns;
|
|
109773
109763
|
async function findAclDocUrl(url) {
|
|
@@ -109850,8 +109840,8 @@ function createAclLogic(store) {
|
|
|
109850
109840
|
*/
|
|
109851
109841
|
function genACLText(docURI, me, aclURI, options = {}) {
|
|
109852
109842
|
const optPublic = options.public || [];
|
|
109853
|
-
const g = (0,
|
|
109854
|
-
const auth = (0,
|
|
109843
|
+
const g = (0,external_$rdf_namespaceObject.graph)();
|
|
109844
|
+
const auth = (0,external_$rdf_namespaceObject.Namespace)('http://www.w3.org/ns/auth/acl#');
|
|
109855
109845
|
let a = g.sym(`${aclURI}#a1`);
|
|
109856
109846
|
const acl = g.sym(aclURI);
|
|
109857
109847
|
const doc = g.sym(docURI);
|
|
@@ -109873,7 +109863,7 @@ function createAclLogic(store) {
|
|
|
109873
109863
|
g.add(a, auth('mode'), auth(optPublic[p]), acl); // Like 'Read' etc
|
|
109874
109864
|
}
|
|
109875
109865
|
}
|
|
109876
|
-
return (0,
|
|
109866
|
+
return (0,external_$rdf_namespaceObject.serialize)(acl, g, aclURI);
|
|
109877
109867
|
}
|
|
109878
109868
|
return {
|
|
109879
109869
|
findAclDocUrl,
|
|
@@ -109928,7 +109918,7 @@ function offlineTestID() {
|
|
|
109928
109918
|
$SolidTestEnvironment.username) {
|
|
109929
109919
|
// Test setup
|
|
109930
109920
|
log('Assuming the user is ' + $SolidTestEnvironment.username);
|
|
109931
|
-
return (0,
|
|
109921
|
+
return (0,external_$rdf_namespaceObject.sym)($SolidTestEnvironment.username);
|
|
109932
109922
|
}
|
|
109933
109923
|
// hack that makes SolidOS work in offline mode by adding the webId directly in html
|
|
109934
109924
|
// example usage: https://github.com/solidos/mashlib/blob/29b8b53c46bf02e0e219f0bacd51b0e9951001dd/test/contact/local.html#L37
|
|
@@ -109942,7 +109932,7 @@ function offlineTestID() {
|
|
|
109942
109932
|
if (!id)
|
|
109943
109933
|
return null;
|
|
109944
109934
|
log('Assuming user is ' + id);
|
|
109945
|
-
return (0,
|
|
109935
|
+
return (0,external_$rdf_namespaceObject.sym)(id);
|
|
109946
109936
|
}
|
|
109947
109937
|
return null;
|
|
109948
109938
|
}
|
|
@@ -109961,10 +109951,10 @@ class SolidAuthnLogic {
|
|
|
109961
109951
|
currentUser() {
|
|
109962
109952
|
const app = appContext();
|
|
109963
109953
|
if (app.viewingNoAuthPage) {
|
|
109964
|
-
return (0,
|
|
109954
|
+
return (0,external_$rdf_namespaceObject.sym)(app.webId);
|
|
109965
109955
|
}
|
|
109966
109956
|
if (this && this.session && this.session.info && this.session.info.webId && this.session.info.isLoggedIn) {
|
|
109967
|
-
return (0,
|
|
109957
|
+
return (0,external_$rdf_namespaceObject.sym)(this.session.info.webId);
|
|
109968
109958
|
}
|
|
109969
109959
|
return offlineTestID(); // null unless testing
|
|
109970
109960
|
}
|
|
@@ -110040,7 +110030,7 @@ class SolidAuthnLogic {
|
|
|
110040
110030
|
let webIdUri;
|
|
110041
110031
|
if (webId) {
|
|
110042
110032
|
webIdUri = (typeof webId === 'string') ? webId : webId.uri;
|
|
110043
|
-
const me = (0,
|
|
110033
|
+
const me = (0,external_$rdf_namespaceObject.namedNode)(webIdUri);
|
|
110044
110034
|
if (context) {
|
|
110045
110035
|
context.me = me;
|
|
110046
110036
|
}
|
|
@@ -110060,7 +110050,7 @@ class SolidAuthnLogic {
|
|
|
110060
110050
|
;// ./src/util/utils.ts
|
|
110061
110051
|
|
|
110062
110052
|
function newThing(doc) {
|
|
110063
|
-
return (0,
|
|
110053
|
+
return (0,external_$rdf_namespaceObject.sym)(doc.uri + '#' + 'id' + ('' + Date.now()));
|
|
110064
110054
|
}
|
|
110065
110055
|
function uniqueNodes(arr) {
|
|
110066
110056
|
const uris = arr.map(x => x.uri);
|
|
@@ -110088,13 +110078,13 @@ function suggestPreferencesFile(me) {
|
|
|
110088
110078
|
// const stripped = me.uri.replace(\/[p|P]rofile/\g, '/').replace(\/[p|P]ublic/\g, '/')
|
|
110089
110079
|
const folderURI = stripped.split('/').slice(0, -1).join('/') + '/Settings/';
|
|
110090
110080
|
const fileURI = folderURI + 'Preferences.ttl';
|
|
110091
|
-
return (0,
|
|
110081
|
+
return (0,external_$rdf_namespaceObject.sym)(fileURI);
|
|
110092
110082
|
}
|
|
110093
110083
|
function determineChatContainer(invitee, podRoot) {
|
|
110094
110084
|
// Create chat
|
|
110095
110085
|
// See https://gitter.im/solid/chat-app?at=5f3c800f855be416a23ae74a
|
|
110096
110086
|
const chatContainerStr = new URL(`IndividualChats/${new URL(invitee.value).host}/`, podRoot.value).toString();
|
|
110097
|
-
return new
|
|
110087
|
+
return new external_$rdf_namespaceObject.NamedNode(chatContainerStr);
|
|
110098
110088
|
}
|
|
110099
110089
|
|
|
110100
110090
|
;// ./src/chat/chatLogic.ts
|
|
@@ -110110,7 +110100,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110110
110100
|
// now that it has been created:
|
|
110111
110101
|
await store.fetcher.load(chatContainer);
|
|
110112
110102
|
// FIXME: check the Why value on this quad:
|
|
110113
|
-
const chatAclDoc = store.any(chatContainer, new
|
|
110103
|
+
const chatAclDoc = store.any(chatContainer, new external_$rdf_namespaceObject.NamedNode('http://www.iana.org/assignments/link-relations/acl'));
|
|
110114
110104
|
if (!chatAclDoc) {
|
|
110115
110105
|
throw new Error('Chat ACL doc not found!');
|
|
110116
110106
|
}
|
|
@@ -110145,9 +110135,9 @@ function createChatLogic(store, profileLogic) {
|
|
|
110145
110135
|
await store.fetcher.load(privateTypeIndex);
|
|
110146
110136
|
const reg = newThing(privateTypeIndex);
|
|
110147
110137
|
const ins = [
|
|
110148
|
-
(0,
|
|
110149
|
-
(0,
|
|
110150
|
-
(0,
|
|
110138
|
+
(0,external_$rdf_namespaceObject.st)(reg, ns.rdf('type'), ns.solid('TypeRegistration'), privateTypeIndex.doc()),
|
|
110139
|
+
(0,external_$rdf_namespaceObject.st)(reg, ns.solid('forClass'), ns.meeting('LongChat'), privateTypeIndex.doc()),
|
|
110140
|
+
(0,external_$rdf_namespaceObject.st)(reg, ns.solid('instance'), chatThing, privateTypeIndex.doc()),
|
|
110151
110141
|
];
|
|
110152
110142
|
await new Promise((resolve, reject) => {
|
|
110153
110143
|
store.updater.update([], ins, function (_uri, ok, errm) {
|
|
@@ -110166,7 +110156,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110166
110156
|
const chatContainer = determineChatContainer(invitee, podRoot);
|
|
110167
110157
|
let exists = true;
|
|
110168
110158
|
try {
|
|
110169
|
-
await store.fetcher.load(new
|
|
110159
|
+
await store.fetcher.load(new external_$rdf_namespaceObject.NamedNode(chatContainer.value + 'index.ttl#this'));
|
|
110170
110160
|
}
|
|
110171
110161
|
catch (e) {
|
|
110172
110162
|
exists = false;
|
|
@@ -110192,7 +110182,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110192
110182
|
const newChatDoc = newInstance.doc();
|
|
110193
110183
|
kb.add(newInstance, ns.rdf('type'), ns.meeting('LongChat'), newChatDoc);
|
|
110194
110184
|
kb.add(newInstance, ns.dc('title'), 'Chat channel', newChatDoc);
|
|
110195
|
-
kb.add(newInstance, ns.dc('created'), (0,
|
|
110185
|
+
kb.add(newInstance, ns.dc('created'), (0,external_$rdf_namespaceObject.term)(new Date(Date.now())), newChatDoc);
|
|
110196
110186
|
if (newPaneOptions.me) {
|
|
110197
110187
|
kb.add(newInstance, ns.dc('author'), newPaneOptions.me, newChatDoc);
|
|
110198
110188
|
}
|
|
@@ -110219,7 +110209,7 @@ function createChatLogic(store, profileLogic) {
|
|
|
110219
110209
|
async function getChat(invitee, createIfMissing = true) {
|
|
110220
110210
|
const { me, chatContainer, exists } = await findChat(invitee);
|
|
110221
110211
|
if (exists) {
|
|
110222
|
-
return new
|
|
110212
|
+
return new external_$rdf_namespaceObject.NamedNode(chatContainer.value + CHAT_LOCATION_IN_CONTAINER);
|
|
110223
110213
|
}
|
|
110224
110214
|
if (createIfMissing) {
|
|
110225
110215
|
const chatThing = await createChatThing(chatContainer, me);
|
|
@@ -110573,12 +110563,12 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110573
110563
|
}
|
|
110574
110564
|
function suggestPublicTypeIndex(me) {
|
|
110575
110565
|
var _a;
|
|
110576
|
-
return (0,
|
|
110566
|
+
return (0,external_$rdf_namespaceObject.sym)(((_a = me.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'publicTypeIndex.ttl');
|
|
110577
110567
|
}
|
|
110578
110568
|
// Note this one is based off the pref file not the profile
|
|
110579
110569
|
function suggestPrivateTypeIndex(preferencesFile) {
|
|
110580
110570
|
var _a;
|
|
110581
|
-
return (0,
|
|
110571
|
+
return (0,external_$rdf_namespaceObject.sym)(((_a = preferencesFile.doc().dir()) === null || _a === void 0 ? void 0 : _a.uri) + 'privateTypeIndex.ttl');
|
|
110582
110572
|
}
|
|
110583
110573
|
/*
|
|
110584
110574
|
* Register a new app in a type index
|
|
@@ -110589,9 +110579,9 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110589
110579
|
const registration = newThing(index);
|
|
110590
110580
|
const ins = [
|
|
110591
110581
|
// See https://github.com/solid/solid/blob/main/proposals/data-discovery.md
|
|
110592
|
-
(0,
|
|
110593
|
-
(0,
|
|
110594
|
-
(0,
|
|
110582
|
+
(0,external_$rdf_namespaceObject.st)(registration, ns.rdf('type'), ns.solid('TypeRegistration'), index),
|
|
110583
|
+
(0,external_$rdf_namespaceObject.st)(registration, ns.solid('forClass'), theClass, index),
|
|
110584
|
+
(0,external_$rdf_namespaceObject.st)(registration, ns.solid('instance'), instance, index)
|
|
110595
110585
|
];
|
|
110596
110586
|
try {
|
|
110597
110587
|
await store.updater.update([], ins);
|
|
@@ -110626,7 +110616,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110626
110616
|
const containers = store.each(reg, ns.solid('instanceContainer'), null, index);
|
|
110627
110617
|
for (const instance of containers) {
|
|
110628
110618
|
await store.fetcher.load(instance);
|
|
110629
|
-
results.push({ instance: (0,
|
|
110619
|
+
results.push({ instance: (0,external_$rdf_namespaceObject.sym)(instance.value), type: klass, scope });
|
|
110630
110620
|
}
|
|
110631
110621
|
}
|
|
110632
110622
|
}
|
|
@@ -110655,7 +110645,7 @@ function createTypeIndexLogic(store, authn, profileLogic, utilityLogic) {
|
|
|
110655
110645
|
function createContainerLogic(store) {
|
|
110656
110646
|
function getContainerElements(containerNode) {
|
|
110657
110647
|
return store
|
|
110658
|
-
.statementsMatching(containerNode, (0,
|
|
110648
|
+
.statementsMatching(containerNode, (0,external_$rdf_namespaceObject.sym)('http://www.w3.org/ns/ldp#contains'), undefined)
|
|
110659
110649
|
.map((st) => st.object);
|
|
110660
110650
|
}
|
|
110661
110651
|
function isContainer(url) {
|
|
@@ -110663,7 +110653,7 @@ function createContainerLogic(store) {
|
|
|
110663
110653
|
return nodeToString.charAt(nodeToString.length - 1) === '/';
|
|
110664
110654
|
}
|
|
110665
110655
|
async function createContainer(url) {
|
|
110666
|
-
const stringToNode = (0,
|
|
110656
|
+
const stringToNode = (0,external_$rdf_namespaceObject.sym)(url);
|
|
110667
110657
|
if (!isContainer(stringToNode)) {
|
|
110668
110658
|
throw new Error(`Not a container URL ${url}`);
|
|
110669
110659
|
}
|
|
@@ -110767,7 +110757,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110767
110757
|
throw new NotEditableError(msg);
|
|
110768
110758
|
}
|
|
110769
110759
|
try {
|
|
110770
|
-
await store.updater.update([], [(0,
|
|
110760
|
+
await store.updater.update([], [(0,external_$rdf_namespaceObject.st)(subject, predicate, object, doc)]);
|
|
110771
110761
|
}
|
|
110772
110762
|
catch (err) {
|
|
110773
110763
|
const msg = `followOrCreateLink: Error making link in ${doc} to ${object}: ${err}`;
|
|
@@ -110813,7 +110803,7 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110813
110803
|
''
|
|
110814
110804
|
].join('\n');
|
|
110815
110805
|
}
|
|
110816
|
-
const aclDocUrl = await aclLogic.findAclDocUrl((0,
|
|
110806
|
+
const aclDocUrl = await aclLogic.findAclDocUrl((0,external_$rdf_namespaceObject.sym)(options.target));
|
|
110817
110807
|
return store.fetcher._fetch(aclDocUrl, {
|
|
110818
110808
|
method: 'PUT',
|
|
110819
110809
|
body: str,
|
|
@@ -110857,9 +110847,9 @@ function createUtilityLogic(store, aclLogic, containerLogic) {
|
|
|
110857
110847
|
*/
|
|
110858
110848
|
function createSolidLogic(specialFetch, session) {
|
|
110859
110849
|
log('SolidLogic: Unique instance created. There should only be one of these.');
|
|
110860
|
-
const store =
|
|
110861
|
-
|
|
110862
|
-
store.updater = new
|
|
110850
|
+
const store = external_$rdf_namespaceObject.graph();
|
|
110851
|
+
external_$rdf_namespaceObject.fetcher(store, { fetch: specialFetch.fetch }); // Attach a web I/O module, store.fetcher
|
|
110852
|
+
store.updater = new external_$rdf_namespaceObject.UpdateManager(store); // Add real-time live updates store.updater
|
|
110863
110853
|
store.features = []; // disable automatic node merging on store load
|
|
110864
110854
|
const authn = new SolidAuthnLogic(session);
|
|
110865
110855
|
const acl = createAclLogic(store);
|
|
@@ -110919,7 +110909,7 @@ const _fetch = async (url, requestInit) => {
|
|
|
110919
110909
|
};
|
|
110920
110910
|
// Global singleton pattern to ensure unique store across library versions
|
|
110921
110911
|
const SINGLETON_SYMBOL = Symbol.for('solid-logic-singleton');
|
|
110922
|
-
const globalTarget = (typeof window !== 'undefined' ? window :
|
|
110912
|
+
const globalTarget = (typeof window !== 'undefined' ? window : __nested_webpack_require_304586__.g);
|
|
110923
110913
|
function getOrCreateSingleton() {
|
|
110924
110914
|
if (!globalTarget[SINGLETON_SYMBOL]) {
|
|
110925
110915
|
log('SolidLogic: Creating new global singleton instance.');
|
|
@@ -114100,8 +114090,8 @@ var dist = __webpack_require__(7523);
|
|
|
114100
114090
|
var solid_logic_esm = __webpack_require__(9332);
|
|
114101
114091
|
;// ./src/versionInfo.ts
|
|
114102
114092
|
/* harmony default export */ const versionInfo = ({
|
|
114103
|
-
buildTime: '2026-01-12T11:
|
|
114104
|
-
commit: '
|
|
114093
|
+
buildTime: '2026-01-12T11:53:49Z',
|
|
114094
|
+
commit: '308e9998e6f16266f398cfbb9511c9c6104219ad',
|
|
114105
114095
|
npmInfo: {
|
|
114106
114096
|
'mashlib': '2.0.0',
|
|
114107
114097
|
'npm': '10.8.2',
|