@pod-os/elements 0.27.1-rc.624a4a0.0 → 0.27.1-rc.81f8045.0
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/cjs/{dist-UG2BEWCW-cf3f843d.js → dist-4BQLT63G-f375c54d.js} +2 -2
- package/dist/cjs/{dist-UG2BEWCW-cf3f843d.js.map → dist-4BQLT63G-f375c54d.js.map} +1 -1
- package/dist/cjs/{index-6f0adf59.js → index-76575e84.js} +242 -126
- package/dist/cjs/index-76575e84.js.map +1 -0
- package/dist/cjs/ion-badge_5.cjs.entry.js +1 -1
- package/dist/cjs/ion-icon_32.cjs.entry.js +1 -1
- package/dist/cjs/{jsonld-X74JI4TL-e97f3c10.js → jsonld-X74JI4TL-ead26cd1.js} +2 -2
- package/dist/cjs/{jsonld-X74JI4TL-e97f3c10.js.map → jsonld-X74JI4TL-ead26cd1.js.map} +1 -1
- package/dist/cjs/pos-container-contents.cjs.entry.js +1 -1
- package/dist/cjs/pos-subjects.cjs.entry.js +1 -1
- package/dist/components/{dist-UG2BEWCW.js → dist-4BQLT63G.js} +1 -1
- package/dist/components/{dist-UG2BEWCW.js.map → dist-4BQLT63G.js.map} +1 -1
- package/dist/components/index10.js +240 -124
- package/dist/components/index10.js.map +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-762beca1.entry.js → p-0267a258.entry.js} +2 -2
- package/dist/elements/{p-f6d3de0f.entry.js → p-09eadc98.entry.js} +2 -2
- package/dist/elements/{p-161ad791.entry.js → p-0de6aefb.entry.js} +2 -2
- package/dist/elements/{p-0b1c80a3.entry.js → p-765cb6a2.entry.js} +2 -2
- package/dist/elements/p-9d21f212.js +72 -0
- package/dist/elements/p-9d21f212.js.map +1 -0
- package/dist/elements/{p-b0e6a723.js → p-c667ccc9.js} +2 -2
- package/dist/elements/{p-49392185.js → p-e841a645.js} +2 -2
- package/dist/elements/{p-49392185.js.map → p-e841a645.js.map} +1 -1
- package/dist/esm/{dist-UG2BEWCW-6bef7fd3.js → dist-4BQLT63G-2b829a3d.js} +2 -2
- package/dist/esm/{dist-UG2BEWCW-6bef7fd3.js.map → dist-4BQLT63G-2b829a3d.js.map} +1 -1
- package/dist/esm/{index-5b135110.js → index-0ee6a23c.js} +242 -126
- package/dist/esm/index-0ee6a23c.js.map +1 -0
- package/dist/esm/ion-badge_5.entry.js +1 -1
- package/dist/esm/ion-icon_32.entry.js +1 -1
- package/dist/esm/{jsonld-X74JI4TL-2979c65e.js → jsonld-X74JI4TL-76c225ac.js} +2 -2
- package/dist/esm/{jsonld-X74JI4TL-2979c65e.js.map → jsonld-X74JI4TL-76c225ac.js.map} +1 -1
- package/dist/esm/pos-container-contents.entry.js +1 -1
- package/dist/esm/pos-subjects.entry.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/index-6f0adf59.js.map +0 -1
- package/dist/elements/p-8cc7d15c.js +0 -72
- package/dist/elements/p-8cc7d15c.js.map +0 -1
- package/dist/esm/index-5b135110.js.map +0 -1
- /package/dist/elements/{p-762beca1.entry.js.map → p-0267a258.entry.js.map} +0 -0
- /package/dist/elements/{p-f6d3de0f.entry.js.map → p-09eadc98.entry.js.map} +0 -0
- /package/dist/elements/{p-161ad791.entry.js.map → p-0de6aefb.entry.js.map} +0 -0
- /package/dist/elements/{p-0b1c80a3.entry.js.map → p-765cb6a2.entry.js.map} +0 -0
- /package/dist/elements/{p-b0e6a723.js.map → p-c667ccc9.js.map} +0 -0
|
@@ -11003,7 +11003,7 @@ var require_buffer = __commonJS({
|
|
|
11003
11003
|
function numberIsNaN(obj) {
|
|
11004
11004
|
return obj !== obj;
|
|
11005
11005
|
}
|
|
11006
|
-
var hexSliceLookupTable = function() {
|
|
11006
|
+
var hexSliceLookupTable = (function() {
|
|
11007
11007
|
const alphabet = "0123456789abcdef";
|
|
11008
11008
|
const table = new Array(256);
|
|
11009
11009
|
for (let i = 0; i < 16; ++i) {
|
|
@@ -11013,7 +11013,7 @@ var require_buffer = __commonJS({
|
|
|
11013
11013
|
}
|
|
11014
11014
|
}
|
|
11015
11015
|
return table;
|
|
11016
|
-
}();
|
|
11016
|
+
})();
|
|
11017
11017
|
function defineBigIntMethod(fn) {
|
|
11018
11018
|
return typeof BigInt === "undefined" ? BufferBigIntNotDefined : fn;
|
|
11019
11019
|
}
|
|
@@ -11037,29 +11037,29 @@ var require_queue_microtask = __commonJS({
|
|
|
11037
11037
|
var require_browser_ponyfill = __commonJS({
|
|
11038
11038
|
"../node_modules/rdflib/node_modules/cross-fetch/dist/browser-ponyfill.js"(exports, module2) {
|
|
11039
11039
|
var __global__ = typeof globalThis !== "undefined" && globalThis || typeof self !== "undefined" && self || typeof global !== "undefined" && global;
|
|
11040
|
-
var __globalThis__ = function() {
|
|
11040
|
+
var __globalThis__ = (function() {
|
|
11041
11041
|
function F() {
|
|
11042
11042
|
this.fetch = false;
|
|
11043
11043
|
this.DOMException = __global__.DOMException;
|
|
11044
11044
|
}
|
|
11045
11045
|
F.prototype = __global__;
|
|
11046
11046
|
return new F();
|
|
11047
|
-
}();
|
|
11047
|
+
})();
|
|
11048
11048
|
(function(globalThis2) {
|
|
11049
|
-
(function(exports2) {
|
|
11049
|
+
((function(exports2) {
|
|
11050
11050
|
var g = typeof globalThis2 !== "undefined" && globalThis2 || typeof self !== "undefined" && self || // eslint-disable-next-line no-undef
|
|
11051
11051
|
typeof global !== "undefined" && global || {};
|
|
11052
11052
|
var support = {
|
|
11053
11053
|
searchParams: "URLSearchParams" in g,
|
|
11054
11054
|
iterable: "Symbol" in g && "iterator" in Symbol,
|
|
11055
|
-
blob: "FileReader" in g && "Blob" in g && function() {
|
|
11055
|
+
blob: "FileReader" in g && "Blob" in g && (function() {
|
|
11056
11056
|
try {
|
|
11057
11057
|
new Blob();
|
|
11058
11058
|
return true;
|
|
11059
11059
|
} catch (e) {
|
|
11060
11060
|
return false;
|
|
11061
11061
|
}
|
|
11062
|
-
}(),
|
|
11062
|
+
})(),
|
|
11063
11063
|
formData: "FormData" in g,
|
|
11064
11064
|
arrayBuffer: "ArrayBuffer" in g
|
|
11065
11065
|
};
|
|
@@ -11361,12 +11361,12 @@ var require_browser_ponyfill = __commonJS({
|
|
|
11361
11361
|
}
|
|
11362
11362
|
this.method = normalizeMethod(options.method || this.method || "GET");
|
|
11363
11363
|
this.mode = options.mode || this.mode || null;
|
|
11364
|
-
this.signal = options.signal || this.signal || function() {
|
|
11364
|
+
this.signal = options.signal || this.signal || (function() {
|
|
11365
11365
|
if ("AbortController" in g) {
|
|
11366
11366
|
var ctrl = new AbortController();
|
|
11367
11367
|
return ctrl.signal;
|
|
11368
11368
|
}
|
|
11369
|
-
}();
|
|
11369
|
+
})();
|
|
11370
11370
|
this.referrer = null;
|
|
11371
11371
|
if ((this.method === "GET" || this.method === "HEAD") && body) {
|
|
11372
11372
|
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
@@ -11574,7 +11574,7 @@ var require_browser_ponyfill = __commonJS({
|
|
|
11574
11574
|
exports2.fetch = fetch;
|
|
11575
11575
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11576
11576
|
return exports2;
|
|
11577
|
-
})({});
|
|
11577
|
+
}))({});
|
|
11578
11578
|
})(__globalThis__);
|
|
11579
11579
|
__globalThis__.fetch.ponyfill = true;
|
|
11580
11580
|
delete __globalThis__.fetch.polyfill;
|
|
@@ -12970,7 +12970,7 @@ var Variable = class _Variable extends Node2 {
|
|
|
12970
12970
|
};
|
|
12971
12971
|
|
|
12972
12972
|
// ../node_modules/rdflib/esm/factories/factory-types.js
|
|
12973
|
-
var Feature = /* @__PURE__ */ function(Feature2) {
|
|
12973
|
+
var Feature = /* @__PURE__ */ (function(Feature2) {
|
|
12974
12974
|
Feature2["collections"] = "COLLECTIONS";
|
|
12975
12975
|
Feature2["defaultGraphType"] = "DEFAULT_GRAPH_TYPE";
|
|
12976
12976
|
Feature2["equalsMethod"] = "EQUALS_METHOD";
|
|
@@ -12979,7 +12979,7 @@ var Feature = /* @__PURE__ */ function(Feature2) {
|
|
|
12979
12979
|
Feature2["reversibleId"] = "REVERSIBLE_ID";
|
|
12980
12980
|
Feature2["variableType"] = "VARIABLE_TYPE";
|
|
12981
12981
|
return Feature2;
|
|
12982
|
-
}({});
|
|
12982
|
+
})({});
|
|
12983
12983
|
|
|
12984
12984
|
// ../node_modules/rdflib/esm/factories/canonical-data-factory.js
|
|
12985
12985
|
var defaultGraph2 = new DefaultGraph();
|
|
@@ -14244,7 +14244,7 @@ function listToCollection(kb, obj) {
|
|
|
14244
14244
|
}
|
|
14245
14245
|
function jsonldParser(str, kb, base, callback) {
|
|
14246
14246
|
const baseString = base && Object.prototype.hasOwnProperty.call(base, "termType") ? base.value : base;
|
|
14247
|
-
return import('./jsonld-X74JI4TL-
|
|
14247
|
+
return import('./jsonld-X74JI4TL-76c225ac.js').then((jsonld) => {
|
|
14248
14248
|
return jsonld.flatten(JSON.parse(str), null, {
|
|
14249
14249
|
base: baseString
|
|
14250
14250
|
});
|
|
@@ -19254,12 +19254,12 @@ var Formula$1 = class _Formula extends Node2 {
|
|
|
19254
19254
|
Object.assign(agenda, seeds);
|
|
19255
19255
|
let done = {};
|
|
19256
19256
|
while (true) {
|
|
19257
|
-
t = function() {
|
|
19257
|
+
t = (function() {
|
|
19258
19258
|
for (let p in agenda) {
|
|
19259
19259
|
if (!agenda.hasOwnProperty(p)) continue;
|
|
19260
19260
|
return p;
|
|
19261
19261
|
}
|
|
19262
|
-
}();
|
|
19262
|
+
})();
|
|
19263
19263
|
if (t == null) {
|
|
19264
19264
|
return done;
|
|
19265
19265
|
}
|
|
@@ -23044,13 +23044,13 @@ var require_lunr = __commonJS({
|
|
|
23044
23044
|
};
|
|
23045
23045
|
lunr2.version = "2.3.9";
|
|
23046
23046
|
lunr2.utils = {};
|
|
23047
|
-
lunr2.utils.warn = /* @__PURE__ */ function(global3) {
|
|
23047
|
+
lunr2.utils.warn = /* @__PURE__ */ (function(global3) {
|
|
23048
23048
|
return function(message4) {
|
|
23049
23049
|
if (global3.console && console.warn) {
|
|
23050
23050
|
console.warn(message4);
|
|
23051
23051
|
}
|
|
23052
23052
|
};
|
|
23053
|
-
}(this);
|
|
23053
|
+
})(this);
|
|
23054
23054
|
lunr2.utils.asString = function(obj) {
|
|
23055
23055
|
if (obj === void 0 || obj === null) {
|
|
23056
23056
|
return "";
|
|
@@ -23405,7 +23405,7 @@ var require_lunr = __commonJS({
|
|
|
23405
23405
|
lunr2.Vector.prototype.toJSON = function() {
|
|
23406
23406
|
return this.elements;
|
|
23407
23407
|
};
|
|
23408
|
-
lunr2.stemmer = function() {
|
|
23408
|
+
lunr2.stemmer = (function() {
|
|
23409
23409
|
var step2list = {
|
|
23410
23410
|
"ational": "ate",
|
|
23411
23411
|
"tional": "tion",
|
|
@@ -23569,7 +23569,7 @@ var require_lunr = __commonJS({
|
|
|
23569
23569
|
return function(token2) {
|
|
23570
23570
|
return token2.update(porterStemmer);
|
|
23571
23571
|
};
|
|
23572
|
-
}();
|
|
23572
|
+
})();
|
|
23573
23573
|
lunr2.Pipeline.registerFunction(lunr2.stemmer, "stemmer");
|
|
23574
23574
|
lunr2.generateStopWordFilter = function(stopWords) {
|
|
23575
23575
|
var words = stopWords.reduce(function(memo, stopWord) {
|
|
@@ -23827,10 +23827,10 @@ var require_lunr = __commonJS({
|
|
|
23827
23827
|
node3.edges[char] = node3;
|
|
23828
23828
|
node3.final = final2;
|
|
23829
23829
|
} else {
|
|
23830
|
-
var
|
|
23831
|
-
|
|
23832
|
-
node3.edges[char] =
|
|
23833
|
-
node3 =
|
|
23830
|
+
var next4 = new lunr2.TokenSet();
|
|
23831
|
+
next4.final = final2;
|
|
23832
|
+
node3.edges[char] = next4;
|
|
23833
|
+
node3 = next4;
|
|
23834
23834
|
}
|
|
23835
23835
|
}
|
|
23836
23836
|
return root;
|
|
@@ -23883,18 +23883,18 @@ var require_lunr = __commonJS({
|
|
|
23883
23883
|
for (var n2 = 0; n2 < nLen; n2++) {
|
|
23884
23884
|
var nEdge = nEdges[n2];
|
|
23885
23885
|
if (nEdge == qEdge || qEdge == "*") {
|
|
23886
|
-
var node3 = frame.node.edges[nEdge], qNode = frame.qNode.edges[qEdge], final2 = node3.final && qNode.final,
|
|
23886
|
+
var node3 = frame.node.edges[nEdge], qNode = frame.qNode.edges[qEdge], final2 = node3.final && qNode.final, next4 = void 0;
|
|
23887
23887
|
if (nEdge in frame.output.edges) {
|
|
23888
|
-
|
|
23889
|
-
|
|
23888
|
+
next4 = frame.output.edges[nEdge];
|
|
23889
|
+
next4.final = next4.final || final2;
|
|
23890
23890
|
} else {
|
|
23891
|
-
|
|
23892
|
-
|
|
23893
|
-
frame.output.edges[nEdge] =
|
|
23891
|
+
next4 = new lunr2.TokenSet();
|
|
23892
|
+
next4.final = final2;
|
|
23893
|
+
frame.output.edges[nEdge] = next4;
|
|
23894
23894
|
}
|
|
23895
23895
|
stack.push({
|
|
23896
23896
|
qNode,
|
|
23897
|
-
output:
|
|
23897
|
+
output: next4,
|
|
23898
23898
|
node: node3
|
|
23899
23899
|
});
|
|
23900
23900
|
}
|
|
@@ -24900,7 +24900,7 @@ function arrRemove(arr, item4) {
|
|
|
24900
24900
|
}
|
|
24901
24901
|
|
|
24902
24902
|
// ../node_modules/rxjs/dist/esm5/internal/Subscription.js
|
|
24903
|
-
var Subscription = function() {
|
|
24903
|
+
var Subscription = (function() {
|
|
24904
24904
|
function Subscription3(initialTeardown) {
|
|
24905
24905
|
this.initialTeardown = initialTeardown;
|
|
24906
24906
|
this.closed = false;
|
|
@@ -25013,13 +25013,13 @@ var Subscription = function() {
|
|
|
25013
25013
|
teardown2._removeParent(this);
|
|
25014
25014
|
}
|
|
25015
25015
|
};
|
|
25016
|
-
Subscription3.EMPTY = function() {
|
|
25016
|
+
Subscription3.EMPTY = (function() {
|
|
25017
25017
|
var empty = new Subscription3();
|
|
25018
25018
|
empty.closed = true;
|
|
25019
25019
|
return empty;
|
|
25020
|
-
}();
|
|
25020
|
+
})();
|
|
25021
25021
|
return Subscription3;
|
|
25022
|
-
}();
|
|
25022
|
+
})();
|
|
25023
25023
|
var EMPTY_SUBSCRIPTION = Subscription.EMPTY;
|
|
25024
25024
|
function isSubscription(value7) {
|
|
25025
25025
|
return value7 instanceof Subscription || value7 && "closed" in value7 && isFunction(value7.remove) && isFunction(value7.add) && isFunction(value7.unsubscribe);
|
|
@@ -25075,7 +25075,7 @@ function errorContext(cb) {
|
|
|
25075
25075
|
}
|
|
25076
25076
|
|
|
25077
25077
|
// ../node_modules/rxjs/dist/esm5/internal/Subscriber.js
|
|
25078
|
-
var Subscriber = function(_super) {
|
|
25078
|
+
var Subscriber = (function(_super) {
|
|
25079
25079
|
__extends(Subscriber2, _super);
|
|
25080
25080
|
function Subscriber2(destination2) {
|
|
25081
25081
|
var _this = _super.call(this) || this;
|
|
@@ -25090,8 +25090,8 @@ var Subscriber = function(_super) {
|
|
|
25090
25090
|
}
|
|
25091
25091
|
return _this;
|
|
25092
25092
|
}
|
|
25093
|
-
Subscriber2.create = function(
|
|
25094
|
-
return new SafeSubscriber(
|
|
25093
|
+
Subscriber2.create = function(next4, error4, complete2) {
|
|
25094
|
+
return new SafeSubscriber(next4, error4, complete2);
|
|
25095
25095
|
};
|
|
25096
25096
|
Subscriber2.prototype.next = function(value7) {
|
|
25097
25097
|
if (this.isStopped) ; else {
|
|
@@ -25135,12 +25135,12 @@ var Subscriber = function(_super) {
|
|
|
25135
25135
|
}
|
|
25136
25136
|
};
|
|
25137
25137
|
return Subscriber2;
|
|
25138
|
-
}(Subscription);
|
|
25138
|
+
})(Subscription);
|
|
25139
25139
|
var _bind = Function.prototype.bind;
|
|
25140
25140
|
function bind(fn2, thisArg) {
|
|
25141
25141
|
return _bind.call(fn2, thisArg);
|
|
25142
25142
|
}
|
|
25143
|
-
var ConsumerObserver = function() {
|
|
25143
|
+
var ConsumerObserver = (function() {
|
|
25144
25144
|
function ConsumerObserver2(partialObserver) {
|
|
25145
25145
|
this.partialObserver = partialObserver;
|
|
25146
25146
|
}
|
|
@@ -25177,8 +25177,8 @@ var ConsumerObserver = function() {
|
|
|
25177
25177
|
}
|
|
25178
25178
|
};
|
|
25179
25179
|
return ConsumerObserver2;
|
|
25180
|
-
}();
|
|
25181
|
-
var SafeSubscriber = function(_super) {
|
|
25180
|
+
})();
|
|
25181
|
+
var SafeSubscriber = (function(_super) {
|
|
25182
25182
|
__extends(SafeSubscriber2, _super);
|
|
25183
25183
|
function SafeSubscriber2(observerOrNext, error4, complete2) {
|
|
25184
25184
|
var _this = _super.call(this) || this;
|
|
@@ -25209,7 +25209,7 @@ var SafeSubscriber = function(_super) {
|
|
|
25209
25209
|
return _this;
|
|
25210
25210
|
}
|
|
25211
25211
|
return SafeSubscriber2;
|
|
25212
|
-
}(Subscriber);
|
|
25212
|
+
})(Subscriber);
|
|
25213
25213
|
function handleUnhandledError(error4) {
|
|
25214
25214
|
{
|
|
25215
25215
|
reportUnhandledError(error4);
|
|
@@ -25226,9 +25226,9 @@ var EMPTY_OBSERVER = {
|
|
|
25226
25226
|
};
|
|
25227
25227
|
|
|
25228
25228
|
// ../node_modules/rxjs/dist/esm5/internal/symbol/observable.js
|
|
25229
|
-
var observable = function() {
|
|
25229
|
+
var observable = (function() {
|
|
25230
25230
|
return typeof Symbol === "function" && Symbol.observable || "@@observable";
|
|
25231
|
-
}();
|
|
25231
|
+
})();
|
|
25232
25232
|
|
|
25233
25233
|
// ../node_modules/rxjs/dist/esm5/internal/util/identity.js
|
|
25234
25234
|
function identity(x) {
|
|
@@ -25244,14 +25244,14 @@ function pipeFromArray(fns) {
|
|
|
25244
25244
|
return fns[0];
|
|
25245
25245
|
}
|
|
25246
25246
|
return function piped(input2) {
|
|
25247
|
-
return fns.reduce(function(
|
|
25248
|
-
return fn2(
|
|
25247
|
+
return fns.reduce(function(prev2, fn2) {
|
|
25248
|
+
return fn2(prev2);
|
|
25249
25249
|
}, input2);
|
|
25250
25250
|
};
|
|
25251
25251
|
}
|
|
25252
25252
|
|
|
25253
25253
|
// ../node_modules/rxjs/dist/esm5/internal/Observable.js
|
|
25254
|
-
var Observable = function() {
|
|
25254
|
+
var Observable = (function() {
|
|
25255
25255
|
function Observable2(subscribe) {
|
|
25256
25256
|
if (subscribe) {
|
|
25257
25257
|
this._subscribe = subscribe;
|
|
@@ -25279,14 +25279,14 @@ var Observable = function() {
|
|
|
25279
25279
|
sink.error(err);
|
|
25280
25280
|
}
|
|
25281
25281
|
};
|
|
25282
|
-
Observable2.prototype.forEach = function(
|
|
25282
|
+
Observable2.prototype.forEach = function(next4, promiseCtor) {
|
|
25283
25283
|
var _this = this;
|
|
25284
25284
|
promiseCtor = getPromiseCtor(promiseCtor);
|
|
25285
25285
|
return new promiseCtor(function(resolve, reject) {
|
|
25286
25286
|
var subscriber3 = new SafeSubscriber({
|
|
25287
25287
|
next: function(value7) {
|
|
25288
25288
|
try {
|
|
25289
|
-
|
|
25289
|
+
next4(value7);
|
|
25290
25290
|
} catch (err) {
|
|
25291
25291
|
reject(err);
|
|
25292
25292
|
subscriber3.unsubscribe();
|
|
@@ -25330,7 +25330,7 @@ var Observable = function() {
|
|
|
25330
25330
|
return new Observable2(subscribe);
|
|
25331
25331
|
};
|
|
25332
25332
|
return Observable2;
|
|
25333
|
-
}();
|
|
25333
|
+
})();
|
|
25334
25334
|
function getPromiseCtor(promiseCtor) {
|
|
25335
25335
|
var _a;
|
|
25336
25336
|
return (_a = promiseCtor !== null && promiseCtor !== void 0 ? promiseCtor : config.Promise) !== null && _a !== void 0 ? _a : Promise;
|
|
@@ -25365,7 +25365,7 @@ function operate(init) {
|
|
|
25365
25365
|
function createOperatorSubscriber(destination2, onNext, onComplete, onError, onFinalize) {
|
|
25366
25366
|
return new OperatorSubscriber(destination2, onNext, onComplete, onError, onFinalize);
|
|
25367
25367
|
}
|
|
25368
|
-
var OperatorSubscriber = function(_super) {
|
|
25368
|
+
var OperatorSubscriber = (function(_super) {
|
|
25369
25369
|
__extends(OperatorSubscriber2, _super);
|
|
25370
25370
|
function OperatorSubscriber2(destination2, onNext, onComplete, onError, onFinalize, shouldUnsubscribe) {
|
|
25371
25371
|
var _this = _super.call(this, destination2) || this;
|
|
@@ -25407,7 +25407,7 @@ var OperatorSubscriber = function(_super) {
|
|
|
25407
25407
|
}
|
|
25408
25408
|
};
|
|
25409
25409
|
return OperatorSubscriber2;
|
|
25410
|
-
}(Subscriber);
|
|
25410
|
+
})(Subscriber);
|
|
25411
25411
|
|
|
25412
25412
|
// ../node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js
|
|
25413
25413
|
var ObjectUnsubscribedError = createErrorClass(function(_super) {
|
|
@@ -25419,7 +25419,7 @@ var ObjectUnsubscribedError = createErrorClass(function(_super) {
|
|
|
25419
25419
|
});
|
|
25420
25420
|
|
|
25421
25421
|
// ../node_modules/rxjs/dist/esm5/internal/Subject.js
|
|
25422
|
-
var Subject = function(_super) {
|
|
25422
|
+
var Subject = (function(_super) {
|
|
25423
25423
|
__extends(Subject2, _super);
|
|
25424
25424
|
function Subject2() {
|
|
25425
25425
|
var _this = _super.call(this) || this;
|
|
@@ -25432,9 +25432,9 @@ var Subject = function(_super) {
|
|
|
25432
25432
|
return _this;
|
|
25433
25433
|
}
|
|
25434
25434
|
Subject2.prototype.lift = function(operator2) {
|
|
25435
|
-
var
|
|
25436
|
-
|
|
25437
|
-
return
|
|
25435
|
+
var subject8 = new AnonymousSubject(this, this);
|
|
25436
|
+
subject8.operator = operator2;
|
|
25437
|
+
return subject8;
|
|
25438
25438
|
};
|
|
25439
25439
|
Subject2.prototype._throwIfClosed = function() {
|
|
25440
25440
|
if (this.closed) {
|
|
@@ -25545,8 +25545,8 @@ var Subject = function(_super) {
|
|
|
25545
25545
|
return new AnonymousSubject(destination2, source8);
|
|
25546
25546
|
};
|
|
25547
25547
|
return Subject2;
|
|
25548
|
-
}(Observable);
|
|
25549
|
-
var AnonymousSubject = function(_super) {
|
|
25548
|
+
})(Observable);
|
|
25549
|
+
var AnonymousSubject = (function(_super) {
|
|
25550
25550
|
__extends(AnonymousSubject2, _super);
|
|
25551
25551
|
function AnonymousSubject2(destination2, source8) {
|
|
25552
25552
|
var _this = _super.call(this) || this;
|
|
@@ -25571,10 +25571,10 @@ var AnonymousSubject = function(_super) {
|
|
|
25571
25571
|
return (_b = (_a = this.source) === null || _a === void 0 ? void 0 : _a.subscribe(subscriber3)) !== null && _b !== void 0 ? _b : EMPTY_SUBSCRIPTION;
|
|
25572
25572
|
};
|
|
25573
25573
|
return AnonymousSubject2;
|
|
25574
|
-
}(Subject);
|
|
25574
|
+
})(Subject);
|
|
25575
25575
|
|
|
25576
25576
|
// ../node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js
|
|
25577
|
-
(function(_super) {
|
|
25577
|
+
((function(_super) {
|
|
25578
25578
|
__extends(BehaviorSubject3, _super);
|
|
25579
25579
|
function BehaviorSubject3(_value2) {
|
|
25580
25580
|
var _this = _super.call(this) || this;
|
|
@@ -25605,7 +25605,7 @@ var AnonymousSubject = function(_super) {
|
|
|
25605
25605
|
_super.prototype.next.call(this, this._value = value7);
|
|
25606
25606
|
};
|
|
25607
25607
|
return BehaviorSubject3;
|
|
25608
|
-
})(Subject);
|
|
25608
|
+
}))(Subject);
|
|
25609
25609
|
|
|
25610
25610
|
// ../node_modules/rxjs/dist/esm5/internal/operators/tap.js
|
|
25611
25611
|
function tap(observerOrNext, error4, complete2) {
|
|
@@ -25695,29 +25695,25 @@ var FileFetcher = class {
|
|
|
25695
25695
|
|
|
25696
25696
|
// src/modules/contacts.ts
|
|
25697
25697
|
async function loadContactsModule(store) {
|
|
25698
|
-
const module2 = await import('./dist-
|
|
25699
|
-
return
|
|
25700
|
-
store: store.graph,
|
|
25701
|
-
fetcher: store.fetcher,
|
|
25702
|
-
updater: store.updater
|
|
25703
|
-
});
|
|
25698
|
+
const module2 = await import('./dist-4BQLT63G-2b829a3d.js');
|
|
25699
|
+
return store.loadModule(module2);
|
|
25704
25700
|
}
|
|
25705
25701
|
|
|
25706
25702
|
// src/thing/accumulateSubjects.ts
|
|
25707
|
-
var accumulateSubjects = (accumulator,
|
|
25708
|
-
const existing = accumulator[
|
|
25703
|
+
var accumulateSubjects = (accumulator, current3) => {
|
|
25704
|
+
const existing = accumulator[current3.predicate.uri];
|
|
25709
25705
|
return {
|
|
25710
25706
|
...accumulator,
|
|
25711
|
-
[
|
|
25707
|
+
[current3.predicate.uri]: existing ? [...existing, current3.subject.value] : [current3.subject.value]
|
|
25712
25708
|
};
|
|
25713
25709
|
};
|
|
25714
25710
|
|
|
25715
25711
|
// src/thing/accumulateValues.ts
|
|
25716
|
-
var accumulateValues = (accumulator,
|
|
25717
|
-
const existing = accumulator[
|
|
25712
|
+
var accumulateValues = (accumulator, current3) => {
|
|
25713
|
+
const existing = accumulator[current3.predicate.uri];
|
|
25718
25714
|
return {
|
|
25719
25715
|
...accumulator,
|
|
25720
|
-
[
|
|
25716
|
+
[current3.predicate.uri]: existing ? [...existing, current3.object.value] : [current3.object.value]
|
|
25721
25717
|
};
|
|
25722
25718
|
};
|
|
25723
25719
|
|
|
@@ -26224,17 +26220,17 @@ var AssumeAlwaysOnline = class {
|
|
|
26224
26220
|
|
|
26225
26221
|
// src/Store.ts
|
|
26226
26222
|
var Store = class {
|
|
26227
|
-
constructor(session4, offlineCache = new NoOfflineCache(), onlineStatus = new AssumeAlwaysOnline()) {
|
|
26228
|
-
this.
|
|
26229
|
-
this.fetcher = new OfflineCapableFetcher(this.
|
|
26223
|
+
constructor(session4, offlineCache = new NoOfflineCache(), onlineStatus = new AssumeAlwaysOnline(), internalStore = graph()) {
|
|
26224
|
+
this.internalStore = internalStore;
|
|
26225
|
+
this.fetcher = new OfflineCapableFetcher(this.internalStore, {
|
|
26230
26226
|
fetch: session4.authenticatedFetch,
|
|
26231
26227
|
offlineCache,
|
|
26232
26228
|
isOnline: onlineStatus.isOnline
|
|
26233
26229
|
});
|
|
26234
|
-
this.updater = new UpdateManager(this.
|
|
26230
|
+
this.updater = new UpdateManager(this.internalStore);
|
|
26235
26231
|
}
|
|
26236
26232
|
/**
|
|
26237
|
-
* Fetch data for the given URI to the
|
|
26233
|
+
* Fetch data for the given URI to the internalStore
|
|
26238
26234
|
* @param uri
|
|
26239
26235
|
*/
|
|
26240
26236
|
fetch(uri6) {
|
|
@@ -26250,7 +26246,7 @@ var Store = class {
|
|
|
26250
26246
|
});
|
|
26251
26247
|
}
|
|
26252
26248
|
/**
|
|
26253
|
-
* Fetch all the given URIs in parallel and put the data to the
|
|
26249
|
+
* Fetch all the given URIs in parallel and put the data to the internalStore
|
|
26254
26250
|
* @param uris
|
|
26255
26251
|
*/
|
|
26256
26252
|
fetchAll(uris) {
|
|
@@ -26258,12 +26254,12 @@ var Store = class {
|
|
|
26258
26254
|
return Promise.allSettled(responses);
|
|
26259
26255
|
}
|
|
26260
26256
|
/**
|
|
26261
|
-
* Retrieve the thing identified by the given URI from the
|
|
26257
|
+
* Retrieve the thing identified by the given URI from the internalStore
|
|
26262
26258
|
* @param uri
|
|
26263
26259
|
*/
|
|
26264
26260
|
get(uri6) {
|
|
26265
26261
|
const editable = !!this.updater.editable(uri6);
|
|
26266
|
-
return new Thing(uri6, this.
|
|
26262
|
+
return new Thing(uri6, this.internalStore, editable);
|
|
26267
26263
|
}
|
|
26268
26264
|
/**
|
|
26269
26265
|
* Adds a new value to the property of the given thing
|
|
@@ -26313,6 +26309,16 @@ var Store = class {
|
|
|
26313
26309
|
async executeUpdate(operation3) {
|
|
26314
26310
|
await executeUpdate(this.fetcher, this.updater, operation3);
|
|
26315
26311
|
}
|
|
26312
|
+
flagAuthorizationMetadata() {
|
|
26313
|
+
this.updater.flagAuthorizationMetadata();
|
|
26314
|
+
}
|
|
26315
|
+
loadModule(module2) {
|
|
26316
|
+
return new module2.default({
|
|
26317
|
+
store: this.internalStore,
|
|
26318
|
+
fetcher: this.fetcher,
|
|
26319
|
+
updater: this.updater
|
|
26320
|
+
});
|
|
26321
|
+
}
|
|
26316
26322
|
};
|
|
26317
26323
|
|
|
26318
26324
|
// ../node_modules/rdf-namespaces/dist/index.es.js
|
|
@@ -26321,6 +26327,7 @@ __export(index_es_exports, {
|
|
|
26321
26327
|
acl: () => acl,
|
|
26322
26328
|
arg: () => arg,
|
|
26323
26329
|
as: () => as,
|
|
26330
|
+
bookmark: () => bookmark,
|
|
26324
26331
|
cal: () => cal,
|
|
26325
26332
|
contact: () => contact3,
|
|
26326
26333
|
dc: () => dc,
|
|
@@ -26415,7 +26422,7 @@ var argImport = /* @__PURE__ */ Object.freeze({
|
|
|
26415
26422
|
support
|
|
26416
26423
|
});
|
|
26417
26424
|
|
|
26418
|
-
// ../node_modules/rdf-namespaces/dist/as-
|
|
26425
|
+
// ../node_modules/rdf-namespaces/dist/as-48207dab.js
|
|
26419
26426
|
var actor = "https://www.w3.org/ns/activitystreams#actor";
|
|
26420
26427
|
var attributedTo = "https://www.w3.org/ns/activitystreams#attributedTo";
|
|
26421
26428
|
var attachment = "https://www.w3.org/ns/activitystreams#attachment";
|
|
@@ -26425,20 +26432,26 @@ var bcc = "https://www.w3.org/ns/activitystreams#bcc";
|
|
|
26425
26432
|
var bto = "https://www.w3.org/ns/activitystreams#bto";
|
|
26426
26433
|
var cc = "https://www.w3.org/ns/activitystreams#cc";
|
|
26427
26434
|
var context2 = "https://www.w3.org/ns/activitystreams#context";
|
|
26435
|
+
var current = "https://www.w3.org/ns/activitystreams#current";
|
|
26436
|
+
var first = "https://www.w3.org/ns/activitystreams#first";
|
|
26428
26437
|
var generator = "https://www.w3.org/ns/activitystreams#generator";
|
|
26429
26438
|
var icon = "https://www.w3.org/ns/activitystreams#icon";
|
|
26430
26439
|
var image = "https://www.w3.org/ns/activitystreams#image";
|
|
26431
26440
|
var inReplyTo = "https://www.w3.org/ns/activitystreams#inReplyTo";
|
|
26432
26441
|
var items = "https://www.w3.org/ns/activitystreams#items";
|
|
26442
|
+
var last = "https://www.w3.org/ns/activitystreams#last";
|
|
26433
26443
|
var location = "https://www.w3.org/ns/activitystreams#location";
|
|
26444
|
+
var next = "https://www.w3.org/ns/activitystreams#next";
|
|
26434
26445
|
var object = "https://www.w3.org/ns/activitystreams#object";
|
|
26435
26446
|
var oneOf = "https://www.w3.org/ns/activitystreams#oneOf";
|
|
26436
26447
|
var anyOf = "https://www.w3.org/ns/activitystreams#anyOf";
|
|
26448
|
+
var prev = "https://www.w3.org/ns/activitystreams#prev";
|
|
26437
26449
|
var preview = "https://www.w3.org/ns/activitystreams#preview";
|
|
26438
26450
|
var provider = "https://www.w3.org/ns/activitystreams#provider";
|
|
26439
26451
|
var replies = "https://www.w3.org/ns/activitystreams#replies";
|
|
26440
26452
|
var result = "https://www.w3.org/ns/activitystreams#result";
|
|
26441
26453
|
var audience = "https://www.w3.org/ns/activitystreams#audience";
|
|
26454
|
+
var partOf = "https://www.w3.org/ns/activitystreams#partOf";
|
|
26442
26455
|
var tag = "https://www.w3.org/ns/activitystreams#tag";
|
|
26443
26456
|
var tags = "https://www.w3.org/ns/activitystreams#tags";
|
|
26444
26457
|
var target = "https://www.w3.org/ns/activitystreams#target";
|
|
@@ -26446,6 +26459,7 @@ var origin2 = "https://www.w3.org/ns/activitystreams#origin";
|
|
|
26446
26459
|
var instrument = "https://www.w3.org/ns/activitystreams#instrument";
|
|
26447
26460
|
var to = "https://www.w3.org/ns/activitystreams#to";
|
|
26448
26461
|
var url = "https://www.w3.org/ns/activitystreams#url";
|
|
26462
|
+
var subject = "https://www.w3.org/ns/activitystreams#subject";
|
|
26449
26463
|
var relationship = "https://www.w3.org/ns/activitystreams#relationship";
|
|
26450
26464
|
var describes = "https://www.w3.org/ns/activitystreams#describes";
|
|
26451
26465
|
var formerType = "https://www.w3.org/ns/activitystreams#formerType";
|
|
@@ -26543,20 +26557,26 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26543
26557
|
bto,
|
|
26544
26558
|
cc,
|
|
26545
26559
|
context: context2,
|
|
26560
|
+
current,
|
|
26561
|
+
first,
|
|
26546
26562
|
generator,
|
|
26547
26563
|
icon,
|
|
26548
26564
|
image,
|
|
26549
26565
|
inReplyTo,
|
|
26550
26566
|
items,
|
|
26567
|
+
last,
|
|
26551
26568
|
location,
|
|
26569
|
+
next,
|
|
26552
26570
|
object,
|
|
26553
26571
|
oneOf,
|
|
26554
26572
|
anyOf,
|
|
26573
|
+
prev,
|
|
26555
26574
|
preview,
|
|
26556
26575
|
provider,
|
|
26557
26576
|
replies,
|
|
26558
26577
|
result,
|
|
26559
26578
|
audience,
|
|
26579
|
+
partOf,
|
|
26560
26580
|
tag,
|
|
26561
26581
|
tags,
|
|
26562
26582
|
target,
|
|
@@ -26564,6 +26584,7 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26564
26584
|
instrument,
|
|
26565
26585
|
to,
|
|
26566
26586
|
url,
|
|
26587
|
+
subject,
|
|
26567
26588
|
relationship,
|
|
26568
26589
|
describes,
|
|
26569
26590
|
formerType,
|
|
@@ -26653,6 +26674,26 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26653
26674
|
Video
|
|
26654
26675
|
});
|
|
26655
26676
|
|
|
26677
|
+
// ../node_modules/rdf-namespaces/dist/bookmark-7c2b6a42.js
|
|
26678
|
+
var hasTopic = "http://www.w3.org/2002/01/bookmark#hasTopic";
|
|
26679
|
+
var leadsTo = "http://www.w3.org/2002/01/bookmark#leadsTo";
|
|
26680
|
+
var Topic = "http://www.w3.org/2002/01/bookmark#Topic";
|
|
26681
|
+
var Shortcut = "http://www.w3.org/2002/01/bookmark#Shortcut";
|
|
26682
|
+
var bookmarks = "http://www.w3.org/2002/01/bookmark#bookmarks";
|
|
26683
|
+
var recalls = "http://www.w3.org/2002/01/bookmark#recalls";
|
|
26684
|
+
var subTopicOf = "http://www.w3.org/2002/01/bookmark#subTopicOf";
|
|
26685
|
+
var Bookmark = "http://www.w3.org/2002/01/bookmark#Bookmark";
|
|
26686
|
+
var bookmarkImport = /* @__PURE__ */ Object.freeze({
|
|
26687
|
+
hasTopic,
|
|
26688
|
+
leadsTo,
|
|
26689
|
+
Topic,
|
|
26690
|
+
Shortcut,
|
|
26691
|
+
bookmarks,
|
|
26692
|
+
recalls,
|
|
26693
|
+
subTopicOf,
|
|
26694
|
+
Bookmark
|
|
26695
|
+
});
|
|
26696
|
+
|
|
26656
26697
|
// ../node_modules/rdf-namespaces/dist/cal-a0992050.js
|
|
26657
26698
|
var Vevent = "http://www.w3.org/2002/12/cal/ical#Vevent";
|
|
26658
26699
|
var Vtodo = "http://www.w3.org/2002/12/cal/ical#Vtodo";
|
|
@@ -26852,7 +26893,7 @@ var publisher = "http://purl.org/dc/elements/1.1/publisher";
|
|
|
26852
26893
|
var relation = "http://purl.org/dc/elements/1.1/relation";
|
|
26853
26894
|
var rights = "http://purl.org/dc/elements/1.1/rights";
|
|
26854
26895
|
var source = "http://purl.org/dc/elements/1.1/source";
|
|
26855
|
-
var
|
|
26896
|
+
var subject2 = "http://purl.org/dc/elements/1.1/subject";
|
|
26856
26897
|
var title = "http://purl.org/dc/elements/1.1/title";
|
|
26857
26898
|
var type = "http://purl.org/dc/elements/1.1/type";
|
|
26858
26899
|
var dcImport = /* @__PURE__ */ Object.freeze({
|
|
@@ -26868,12 +26909,13 @@ var dcImport = /* @__PURE__ */ Object.freeze({
|
|
|
26868
26909
|
relation,
|
|
26869
26910
|
rights,
|
|
26870
26911
|
source,
|
|
26871
|
-
subject,
|
|
26912
|
+
subject: subject2,
|
|
26872
26913
|
title,
|
|
26873
26914
|
type
|
|
26874
26915
|
});
|
|
26875
26916
|
|
|
26876
|
-
// ../node_modules/rdf-namespaces/dist/dct-
|
|
26917
|
+
// ../node_modules/rdf-namespaces/dist/dct-00f7660b.js
|
|
26918
|
+
var Agent = "http://purl.org/dc/terms/Agent";
|
|
26877
26919
|
var AgentClass = "http://purl.org/dc/terms/AgentClass";
|
|
26878
26920
|
var BibliographicResource = "http://purl.org/dc/terms/BibliographicResource";
|
|
26879
26921
|
var Box = "http://purl.org/dc/terms/Box";
|
|
@@ -26954,13 +26996,14 @@ var rights2 = "http://purl.org/dc/terms/rights";
|
|
|
26954
26996
|
var rightsHolder = "http://purl.org/dc/terms/rightsHolder";
|
|
26955
26997
|
var source2 = "http://purl.org/dc/terms/source";
|
|
26956
26998
|
var spatial = "http://purl.org/dc/terms/spatial";
|
|
26957
|
-
var
|
|
26999
|
+
var subject3 = "http://purl.org/dc/terms/subject";
|
|
26958
27000
|
var tableOfContents = "http://purl.org/dc/terms/tableOfContents";
|
|
26959
27001
|
var temporal = "http://purl.org/dc/terms/temporal";
|
|
26960
27002
|
var title2 = "http://purl.org/dc/terms/title";
|
|
26961
27003
|
var type2 = "http://purl.org/dc/terms/type";
|
|
26962
27004
|
var valid = "http://purl.org/dc/terms/valid";
|
|
26963
27005
|
var dctImport = /* @__PURE__ */ Object.freeze({
|
|
27006
|
+
Agent,
|
|
26964
27007
|
AgentClass,
|
|
26965
27008
|
BibliographicResource,
|
|
26966
27009
|
Box,
|
|
@@ -27041,7 +27084,7 @@ var dctImport = /* @__PURE__ */ Object.freeze({
|
|
|
27041
27084
|
rightsHolder,
|
|
27042
27085
|
source: source2,
|
|
27043
27086
|
spatial,
|
|
27044
|
-
subject:
|
|
27087
|
+
subject: subject3,
|
|
27045
27088
|
tableOfContents,
|
|
27046
27089
|
temporal,
|
|
27047
27090
|
title: title2,
|
|
@@ -27049,7 +27092,7 @@ var dctImport = /* @__PURE__ */ Object.freeze({
|
|
|
27049
27092
|
valid
|
|
27050
27093
|
});
|
|
27051
27094
|
|
|
27052
|
-
// ../node_modules/rdf-namespaces/dist/fhir-
|
|
27095
|
+
// ../node_modules/rdf-namespaces/dist/fhir-09bb1d53.js
|
|
27053
27096
|
var constituent = "http://hl7.org/fhir/constituent";
|
|
27054
27097
|
var _careTeam = "http://hl7.org/fhir/_careTeam";
|
|
27055
27098
|
var ClinicalUseDefinitionWarningComponent = "http://hl7.org/fhir/ClinicalUseDefinitionWarningComponent";
|
|
@@ -27406,6 +27449,7 @@ var _compositional = "http://hl7.org/fhir/_compositional";
|
|
|
27406
27449
|
var financial = "http://hl7.org/fhir/financial";
|
|
27407
27450
|
var _bodysite = "http://hl7.org/fhir/_bodysite";
|
|
27408
27451
|
var sourceScope = "http://hl7.org/fhir/sourceScope";
|
|
27452
|
+
var modifierExtensionClass = "http://hl7.org/fhir/modifierExtensionClass";
|
|
27409
27453
|
var parameter = "http://hl7.org/fhir/parameter";
|
|
27410
27454
|
var lineItem = "http://hl7.org/fhir/lineItem";
|
|
27411
27455
|
var _businessArrangement = "http://hl7.org/fhir/_businessArrangement";
|
|
@@ -27449,6 +27493,7 @@ var TestPlanTestCaseTestRunComponent = "http://hl7.org/fhir/TestPlanTestCaseTest
|
|
|
27449
27493
|
var _productOrService = "http://hl7.org/fhir/_productOrService";
|
|
27450
27494
|
var reviewOutcome = "http://hl7.org/fhir/reviewOutcome";
|
|
27451
27495
|
var maxDispense = "http://hl7.org/fhir/maxDispense";
|
|
27496
|
+
var modifierExtensionProperty = "http://hl7.org/fhir/modifierExtensionProperty";
|
|
27452
27497
|
var filterDefinition = "http://hl7.org/fhir/filterDefinition";
|
|
27453
27498
|
var sourceAttachment = "http://hl7.org/fhir/sourceAttachment";
|
|
27454
27499
|
var provisionActor = "http://hl7.org/fhir/provisionActor";
|
|
@@ -27685,7 +27730,7 @@ var RiskAssessmentPredictionComponent = "http://hl7.org/fhir/RiskAssessmentPredi
|
|
|
27685
27730
|
var _enteredDate = "http://hl7.org/fhir/_enteredDate";
|
|
27686
27731
|
var _legalStatusOfSupply = "http://hl7.org/fhir/_legalStatusOfSupply";
|
|
27687
27732
|
var valueAlternatives = "http://hl7.org/fhir/valueAlternatives";
|
|
27688
|
-
var
|
|
27733
|
+
var subject4 = "http://hl7.org/fhir/subject";
|
|
27689
27734
|
var _publicationDate = "http://hl7.org/fhir/_publicationDate";
|
|
27690
27735
|
var occurrenceChanged = "http://hl7.org/fhir/occurrenceChanged";
|
|
27691
27736
|
var _referralRequest = "http://hl7.org/fhir/_referralRequest";
|
|
@@ -29138,7 +29183,7 @@ var signature = "http://hl7.org/fhir/signature";
|
|
|
29138
29183
|
var reviewer = "http://hl7.org/fhir/reviewer";
|
|
29139
29184
|
var _usePeriod = "http://hl7.org/fhir/_usePeriod";
|
|
29140
29185
|
var BodyStructureIncludedStructureComponent = "http://hl7.org/fhir/BodyStructureIncludedStructureComponent";
|
|
29141
|
-
var
|
|
29186
|
+
var next2 = "http://hl7.org/fhir/next";
|
|
29142
29187
|
var _changeType = "http://hl7.org/fhir/_changeType";
|
|
29143
29188
|
var _ImmunizationEvaluation = "http://hl7.org/fhir/_ImmunizationEvaluation";
|
|
29144
29189
|
var requestingOrganization = "http://hl7.org/fhir/requestingOrganization";
|
|
@@ -29186,7 +29231,7 @@ var MeasureTermComponent = "http://hl7.org/fhir/MeasureTermComponent";
|
|
|
29186
29231
|
var _containedItemQuantity = "http://hl7.org/fhir/_containedItemQuantity";
|
|
29187
29232
|
var _daysSupply = "http://hl7.org/fhir/_daysSupply";
|
|
29188
29233
|
var reportingVendor = "http://hl7.org/fhir/reportingVendor";
|
|
29189
|
-
var
|
|
29234
|
+
var current2 = "http://hl7.org/fhir/current";
|
|
29190
29235
|
var uid3 = "http://hl7.org/fhir/uid";
|
|
29191
29236
|
var order = "http://hl7.org/fhir/order";
|
|
29192
29237
|
var priorPrescription = "http://hl7.org/fhir/priorPrescription";
|
|
@@ -30357,7 +30402,7 @@ var _focal = "http://hl7.org/fhir/_focal";
|
|
|
30357
30402
|
var indication = "http://hl7.org/fhir/indication";
|
|
30358
30403
|
var _AllergyIntolerance = "http://hl7.org/fhir/_AllergyIntolerance";
|
|
30359
30404
|
var _publishedIn = "http://hl7.org/fhir/_publishedIn";
|
|
30360
|
-
var
|
|
30405
|
+
var partOf2 = "http://hl7.org/fhir/partOf";
|
|
30361
30406
|
var _initialSelected = "http://hl7.org/fhir/_initialSelected";
|
|
30362
30407
|
var _key = "http://hl7.org/fhir/_key";
|
|
30363
30408
|
var backCurve = "http://hl7.org/fhir/backCurve";
|
|
@@ -31639,6 +31684,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31639
31684
|
financial,
|
|
31640
31685
|
_bodysite,
|
|
31641
31686
|
sourceScope,
|
|
31687
|
+
modifierExtensionClass,
|
|
31642
31688
|
parameter,
|
|
31643
31689
|
lineItem,
|
|
31644
31690
|
_businessArrangement,
|
|
@@ -31682,6 +31728,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31682
31728
|
_productOrService,
|
|
31683
31729
|
reviewOutcome,
|
|
31684
31730
|
maxDispense,
|
|
31731
|
+
modifierExtensionProperty,
|
|
31685
31732
|
filterDefinition,
|
|
31686
31733
|
sourceAttachment,
|
|
31687
31734
|
provisionActor,
|
|
@@ -31918,7 +31965,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31918
31965
|
_enteredDate,
|
|
31919
31966
|
_legalStatusOfSupply,
|
|
31920
31967
|
valueAlternatives,
|
|
31921
|
-
subject:
|
|
31968
|
+
subject: subject4,
|
|
31922
31969
|
_publicationDate,
|
|
31923
31970
|
occurrenceChanged,
|
|
31924
31971
|
_referralRequest,
|
|
@@ -33371,7 +33418,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
33371
33418
|
reviewer,
|
|
33372
33419
|
_usePeriod,
|
|
33373
33420
|
BodyStructureIncludedStructureComponent,
|
|
33374
|
-
next,
|
|
33421
|
+
next: next2,
|
|
33375
33422
|
_changeType,
|
|
33376
33423
|
_ImmunizationEvaluation,
|
|
33377
33424
|
requestingOrganization,
|
|
@@ -33419,7 +33466,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
33419
33466
|
_containedItemQuantity,
|
|
33420
33467
|
_daysSupply,
|
|
33421
33468
|
reportingVendor,
|
|
33422
|
-
current,
|
|
33469
|
+
current: current2,
|
|
33423
33470
|
uid: uid3,
|
|
33424
33471
|
order,
|
|
33425
33472
|
priorPrescription,
|
|
@@ -34590,7 +34637,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
34590
34637
|
indication,
|
|
34591
34638
|
_AllergyIntolerance,
|
|
34592
34639
|
_publishedIn,
|
|
34593
|
-
partOf,
|
|
34640
|
+
partOf: partOf2,
|
|
34594
34641
|
_initialSelected,
|
|
34595
34642
|
_key,
|
|
34596
34643
|
backCurve,
|
|
@@ -35518,7 +35565,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
35518
35565
|
});
|
|
35519
35566
|
|
|
35520
35567
|
// ../node_modules/rdf-namespaces/dist/foaf-85ab4e00.js
|
|
35521
|
-
var
|
|
35568
|
+
var Agent2 = "http://xmlns.com/foaf/0.1/Agent";
|
|
35522
35569
|
var Document2 = "http://xmlns.com/foaf/0.1/Document";
|
|
35523
35570
|
var Group3 = "http://xmlns.com/foaf/0.1/Group";
|
|
35524
35571
|
var Image2 = "http://xmlns.com/foaf/0.1/Image";
|
|
@@ -35594,7 +35641,7 @@ var workInfoHomepage = "http://xmlns.com/foaf/0.1/workInfoHomepage";
|
|
|
35594
35641
|
var workplaceHomepage = "http://xmlns.com/foaf/0.1/workplaceHomepage";
|
|
35595
35642
|
var yahooChatID = "http://xmlns.com/foaf/0.1/yahooChatID";
|
|
35596
35643
|
var foafImport = /* @__PURE__ */ Object.freeze({
|
|
35597
|
-
Agent,
|
|
35644
|
+
Agent: Agent2,
|
|
35598
35645
|
Document: Document2,
|
|
35599
35646
|
Group: Group3,
|
|
35600
35647
|
Image: Image2,
|
|
@@ -35717,15 +35764,15 @@ var entrypoint = "http://www.w3.org/ns/hydra/core#entrypoint";
|
|
|
35717
35764
|
var expects = "http://www.w3.org/ns/hydra/core#expects";
|
|
35718
35765
|
var expectsHeader = "http://www.w3.org/ns/hydra/core#expectsHeader";
|
|
35719
35766
|
var extension2 = "http://www.w3.org/ns/hydra/core#extension";
|
|
35720
|
-
var
|
|
35767
|
+
var first2 = "http://www.w3.org/ns/hydra/core#first";
|
|
35721
35768
|
var freetextQuery = "http://www.w3.org/ns/hydra/core#freetextQuery";
|
|
35722
35769
|
var headerName = "http://www.w3.org/ns/hydra/core#headerName";
|
|
35723
|
-
var
|
|
35770
|
+
var last2 = "http://www.w3.org/ns/hydra/core#last";
|
|
35724
35771
|
var limit2 = "http://www.w3.org/ns/hydra/core#limit";
|
|
35725
35772
|
var mapping2 = "http://www.w3.org/ns/hydra/core#mapping";
|
|
35726
35773
|
var member3 = "http://www.w3.org/ns/hydra/core#member";
|
|
35727
35774
|
var method4 = "http://www.w3.org/ns/hydra/core#method";
|
|
35728
|
-
var
|
|
35775
|
+
var next3 = "http://www.w3.org/ns/hydra/core#next";
|
|
35729
35776
|
var offset2 = "http://www.w3.org/ns/hydra/core#offset";
|
|
35730
35777
|
var operation2 = "http://www.w3.org/ns/hydra/core#operation";
|
|
35731
35778
|
var pageIndex = "http://www.w3.org/ns/hydra/core#pageIndex";
|
|
@@ -35779,15 +35826,15 @@ var hydraImport = /* @__PURE__ */ Object.freeze({
|
|
|
35779
35826
|
expects,
|
|
35780
35827
|
expectsHeader,
|
|
35781
35828
|
extension: extension2,
|
|
35782
|
-
first,
|
|
35829
|
+
first: first2,
|
|
35783
35830
|
freetextQuery,
|
|
35784
35831
|
headerName,
|
|
35785
|
-
last,
|
|
35832
|
+
last: last2,
|
|
35786
35833
|
limit: limit2,
|
|
35787
35834
|
mapping: mapping2,
|
|
35788
35835
|
member: member3,
|
|
35789
35836
|
method: method4,
|
|
35790
|
-
next:
|
|
35837
|
+
next: next3,
|
|
35791
35838
|
offset: offset2,
|
|
35792
35839
|
operation: operation2,
|
|
35793
35840
|
pageIndex,
|
|
@@ -35991,7 +36038,7 @@ var meetingImport = /* @__PURE__ */ Object.freeze({
|
|
|
35991
36038
|
videoCallPage
|
|
35992
36039
|
});
|
|
35993
36040
|
|
|
35994
|
-
// ../node_modules/rdf-namespaces/dist/owl-
|
|
36041
|
+
// ../node_modules/rdf-namespaces/dist/owl-cfadfdf5.js
|
|
35995
36042
|
var AllDifferent = "http://www.w3.org/2002/07/owl#AllDifferent";
|
|
35996
36043
|
var AllDisjointClasses = "http://www.w3.org/2002/07/owl#AllDisjointClasses";
|
|
35997
36044
|
var AllDisjointProperties = "http://www.w3.org/2002/07/owl#AllDisjointProperties";
|
|
@@ -36023,11 +36070,13 @@ var annotatedProperty = "http://www.w3.org/2002/07/owl#annotatedProperty";
|
|
|
36023
36070
|
var annotatedSource = "http://www.w3.org/2002/07/owl#annotatedSource";
|
|
36024
36071
|
var annotatedTarget = "http://www.w3.org/2002/07/owl#annotatedTarget";
|
|
36025
36072
|
var assertionProperty = "http://www.w3.org/2002/07/owl#assertionProperty";
|
|
36073
|
+
var backwardCompatibleWith = "http://www.w3.org/2002/07/owl#backwardCompatibleWith";
|
|
36026
36074
|
var bottomDataProperty = "http://www.w3.org/2002/07/owl#bottomDataProperty";
|
|
36027
36075
|
var bottomObjectProperty = "http://www.w3.org/2002/07/owl#bottomObjectProperty";
|
|
36028
36076
|
var cardinality = "http://www.w3.org/2002/07/owl#cardinality";
|
|
36029
36077
|
var complementOf = "http://www.w3.org/2002/07/owl#complementOf";
|
|
36030
36078
|
var datatypeComplementOf = "http://www.w3.org/2002/07/owl#datatypeComplementOf";
|
|
36079
|
+
var deprecated = "http://www.w3.org/2002/07/owl#deprecated";
|
|
36031
36080
|
var differentFrom = "http://www.w3.org/2002/07/owl#differentFrom";
|
|
36032
36081
|
var disjointUnionOf = "http://www.w3.org/2002/07/owl#disjointUnionOf";
|
|
36033
36082
|
var disjointWith = "http://www.w3.org/2002/07/owl#disjointWith";
|
|
@@ -36037,6 +36086,7 @@ var equivalentProperty = "http://www.w3.org/2002/07/owl#equivalentProperty";
|
|
|
36037
36086
|
var hasKey = "http://www.w3.org/2002/07/owl#hasKey";
|
|
36038
36087
|
var hasSelf = "http://www.w3.org/2002/07/owl#hasSelf";
|
|
36039
36088
|
var hasValue = "http://www.w3.org/2002/07/owl#hasValue";
|
|
36089
|
+
var incompatibleWith = "http://www.w3.org/2002/07/owl#incompatibleWith";
|
|
36040
36090
|
var intersectionOf = "http://www.w3.org/2002/07/owl#intersectionOf";
|
|
36041
36091
|
var inverseOf = "http://www.w3.org/2002/07/owl#inverseOf";
|
|
36042
36092
|
var maxCardinality = "http://www.w3.org/2002/07/owl#maxCardinality";
|
|
@@ -36050,6 +36100,7 @@ var onDatatype = "http://www.w3.org/2002/07/owl#onDatatype";
|
|
|
36050
36100
|
var oneOf2 = "http://www.w3.org/2002/07/owl#oneOf";
|
|
36051
36101
|
var onProperties = "http://www.w3.org/2002/07/owl#onProperties";
|
|
36052
36102
|
var onProperty = "http://www.w3.org/2002/07/owl#onProperty";
|
|
36103
|
+
var priorVersion = "http://www.w3.org/2002/07/owl#priorVersion";
|
|
36053
36104
|
var propertyChainAxiom = "http://www.w3.org/2002/07/owl#propertyChainAxiom";
|
|
36054
36105
|
var propertyDisjointWith = "http://www.w3.org/2002/07/owl#propertyDisjointWith";
|
|
36055
36106
|
var qualifiedCardinality = "http://www.w3.org/2002/07/owl#qualifiedCardinality";
|
|
@@ -36061,6 +36112,7 @@ var targetValue = "http://www.w3.org/2002/07/owl#targetValue";
|
|
|
36061
36112
|
var topDataProperty = "http://www.w3.org/2002/07/owl#topDataProperty";
|
|
36062
36113
|
var topObjectProperty = "http://www.w3.org/2002/07/owl#topObjectProperty";
|
|
36063
36114
|
var unionOf = "http://www.w3.org/2002/07/owl#unionOf";
|
|
36115
|
+
var versionInfo = "http://www.w3.org/2002/07/owl#versionInfo";
|
|
36064
36116
|
var withRestrictions = "http://www.w3.org/2002/07/owl#withRestrictions";
|
|
36065
36117
|
var owlImport = /* @__PURE__ */ Object.freeze({
|
|
36066
36118
|
AllDifferent,
|
|
@@ -36094,11 +36146,13 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36094
36146
|
annotatedSource,
|
|
36095
36147
|
annotatedTarget,
|
|
36096
36148
|
assertionProperty,
|
|
36149
|
+
backwardCompatibleWith,
|
|
36097
36150
|
bottomDataProperty,
|
|
36098
36151
|
bottomObjectProperty,
|
|
36099
36152
|
cardinality,
|
|
36100
36153
|
complementOf,
|
|
36101
36154
|
datatypeComplementOf,
|
|
36155
|
+
deprecated,
|
|
36102
36156
|
differentFrom,
|
|
36103
36157
|
disjointUnionOf,
|
|
36104
36158
|
disjointWith,
|
|
@@ -36108,6 +36162,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36108
36162
|
hasKey,
|
|
36109
36163
|
hasSelf,
|
|
36110
36164
|
hasValue,
|
|
36165
|
+
incompatibleWith,
|
|
36111
36166
|
intersectionOf,
|
|
36112
36167
|
inverseOf,
|
|
36113
36168
|
maxCardinality,
|
|
@@ -36121,6 +36176,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36121
36176
|
oneOf: oneOf2,
|
|
36122
36177
|
onProperties,
|
|
36123
36178
|
onProperty,
|
|
36179
|
+
priorVersion,
|
|
36124
36180
|
propertyChainAxiom,
|
|
36125
36181
|
propertyDisjointWith,
|
|
36126
36182
|
qualifiedCardinality,
|
|
@@ -36132,6 +36188,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36132
36188
|
topDataProperty,
|
|
36133
36189
|
topObjectProperty,
|
|
36134
36190
|
unionOf,
|
|
36191
|
+
versionInfo,
|
|
36135
36192
|
withRestrictions
|
|
36136
36193
|
});
|
|
36137
36194
|
|
|
@@ -36202,7 +36259,7 @@ var PlainLiteral = "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral";
|
|
|
36202
36259
|
var type4 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type";
|
|
36203
36260
|
var Property2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property";
|
|
36204
36261
|
var Statement = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement";
|
|
36205
|
-
var
|
|
36262
|
+
var subject5 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject";
|
|
36206
36263
|
var predicate = "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate";
|
|
36207
36264
|
var object3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#object";
|
|
36208
36265
|
var Bag = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag";
|
|
@@ -36210,7 +36267,7 @@ var Seq = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq";
|
|
|
36210
36267
|
var Alt = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt";
|
|
36211
36268
|
var value2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#value";
|
|
36212
36269
|
var List3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#List";
|
|
36213
|
-
var
|
|
36270
|
+
var first3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#first";
|
|
36214
36271
|
var rest2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest";
|
|
36215
36272
|
var XMLLiteral = "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral";
|
|
36216
36273
|
var JSON__workaround = "http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON";
|
|
@@ -36224,7 +36281,7 @@ var rdfImport = /* @__PURE__ */ Object.freeze({
|
|
|
36224
36281
|
type: type4,
|
|
36225
36282
|
Property: Property2,
|
|
36226
36283
|
Statement,
|
|
36227
|
-
subject:
|
|
36284
|
+
subject: subject5,
|
|
36228
36285
|
predicate,
|
|
36229
36286
|
object: object3,
|
|
36230
36287
|
Bag,
|
|
@@ -36232,7 +36289,7 @@ var rdfImport = /* @__PURE__ */ Object.freeze({
|
|
|
36232
36289
|
Alt,
|
|
36233
36290
|
value: value2,
|
|
36234
36291
|
List: List3,
|
|
36235
|
-
first:
|
|
36292
|
+
first: first3,
|
|
36236
36293
|
rest: rest2,
|
|
36237
36294
|
XMLLiteral,
|
|
36238
36295
|
JSON__workaround,
|
|
@@ -46321,7 +46378,7 @@ var Rule2 = "http://www.w3.org/ns/shacl#Rule";
|
|
|
46321
46378
|
var rule2 = "http://www.w3.org/ns/shacl#rule";
|
|
46322
46379
|
var condition2 = "http://www.w3.org/ns/shacl#condition";
|
|
46323
46380
|
var TripleRule = "http://www.w3.org/ns/shacl#TripleRule";
|
|
46324
|
-
var
|
|
46381
|
+
var subject6 = "http://www.w3.org/ns/shacl#subject";
|
|
46325
46382
|
var predicate2 = "http://www.w3.org/ns/shacl#predicate";
|
|
46326
46383
|
var object6 = "http://www.w3.org/ns/shacl#object";
|
|
46327
46384
|
var SPARQLRule = "http://www.w3.org/ns/shacl#SPARQLRule";
|
|
@@ -46463,7 +46520,7 @@ var shaclImport = /* @__PURE__ */ Object.freeze({
|
|
|
46463
46520
|
rule: rule2,
|
|
46464
46521
|
condition: condition2,
|
|
46465
46522
|
TripleRule,
|
|
46466
|
-
subject:
|
|
46523
|
+
subject: subject6,
|
|
46467
46524
|
predicate: predicate2,
|
|
46468
46525
|
object: object6,
|
|
46469
46526
|
SPARQLRule,
|
|
@@ -46615,7 +46672,7 @@ var shexImport = /* @__PURE__ */ Object.freeze({
|
|
|
46615
46672
|
xsFacet
|
|
46616
46673
|
});
|
|
46617
46674
|
|
|
46618
|
-
// ../node_modules/rdf-namespaces/dist/sioc-
|
|
46675
|
+
// ../node_modules/rdf-namespaces/dist/sioc-0842c71e.js
|
|
46619
46676
|
var Community = "http://rdfs.org/sioc/ns#Community";
|
|
46620
46677
|
var Container3 = "http://rdfs.org/sioc/ns#Container";
|
|
46621
46678
|
var Forum = "http://rdfs.org/sioc/ns#Forum";
|
|
@@ -46638,6 +46695,7 @@ var content4 = "http://rdfs.org/sioc/ns#content";
|
|
|
46638
46695
|
var creator_of = "http://rdfs.org/sioc/ns#creator_of";
|
|
46639
46696
|
var delivered_at = "http://rdfs.org/sioc/ns#delivered_at";
|
|
46640
46697
|
var discussion_of = "http://rdfs.org/sioc/ns#discussion_of";
|
|
46698
|
+
var earlier_version = "http://rdfs.org/sioc/ns#earlier_version";
|
|
46641
46699
|
var email3 = "http://rdfs.org/sioc/ns#email";
|
|
46642
46700
|
var email_sha1 = "http://rdfs.org/sioc/ns#email_sha1";
|
|
46643
46701
|
var embeds_knowledge = "http://rdfs.org/sioc/ns#embeds_knowledge";
|
|
@@ -46667,6 +46725,7 @@ var ip_address = "http://rdfs.org/sioc/ns#ip_address";
|
|
|
46667
46725
|
var last_activity_date = "http://rdfs.org/sioc/ns#last_activity_date";
|
|
46668
46726
|
var last_item_date = "http://rdfs.org/sioc/ns#last_item_date";
|
|
46669
46727
|
var last_reply_date = "http://rdfs.org/sioc/ns#last_reply_date";
|
|
46728
|
+
var later_version = "http://rdfs.org/sioc/ns#later_version";
|
|
46670
46729
|
var latest_version = "http://rdfs.org/sioc/ns#latest_version";
|
|
46671
46730
|
var likes = "http://rdfs.org/sioc/ns#likes";
|
|
46672
46731
|
var link2 = "http://rdfs.org/sioc/ns#link";
|
|
@@ -46694,10 +46753,24 @@ var reply_of = "http://rdfs.org/sioc/ns#reply_of";
|
|
|
46694
46753
|
var respond_to = "http://rdfs.org/sioc/ns#respond_to";
|
|
46695
46754
|
var scope_of = "http://rdfs.org/sioc/ns#scope_of";
|
|
46696
46755
|
var shared_by = "http://rdfs.org/sioc/ns#shared_by";
|
|
46756
|
+
var sibling3 = "http://rdfs.org/sioc/ns#sibling";
|
|
46697
46757
|
var space_of = "http://rdfs.org/sioc/ns#space_of";
|
|
46698
46758
|
var subscriber_of = "http://rdfs.org/sioc/ns#subscriber_of";
|
|
46699
46759
|
var topic3 = "http://rdfs.org/sioc/ns#topic";
|
|
46700
46760
|
var usergroup_of = "http://rdfs.org/sioc/ns#usergroup_of";
|
|
46761
|
+
var title8 = "http://rdfs.org/sioc/ns#title";
|
|
46762
|
+
var content_encoded = "http://rdfs.org/sioc/ns#content_encoded";
|
|
46763
|
+
var created_at = "http://rdfs.org/sioc/ns#created_at";
|
|
46764
|
+
var description10 = "http://rdfs.org/sioc/ns#description";
|
|
46765
|
+
var first_name = "http://rdfs.org/sioc/ns#first_name";
|
|
46766
|
+
var group_of = "http://rdfs.org/sioc/ns#group_of";
|
|
46767
|
+
var has_group = "http://rdfs.org/sioc/ns#has_group";
|
|
46768
|
+
var has_part = "http://rdfs.org/sioc/ns#has_part";
|
|
46769
|
+
var last_name = "http://rdfs.org/sioc/ns#last_name";
|
|
46770
|
+
var modified_at = "http://rdfs.org/sioc/ns#modified_at";
|
|
46771
|
+
var part_of = "http://rdfs.org/sioc/ns#part_of";
|
|
46772
|
+
var reference2 = "http://rdfs.org/sioc/ns#reference";
|
|
46773
|
+
var subject7 = "http://rdfs.org/sioc/ns#subject";
|
|
46701
46774
|
var siocImport = /* @__PURE__ */ Object.freeze({
|
|
46702
46775
|
Community,
|
|
46703
46776
|
Container: Container3,
|
|
@@ -46721,6 +46794,7 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46721
46794
|
creator_of,
|
|
46722
46795
|
delivered_at,
|
|
46723
46796
|
discussion_of,
|
|
46797
|
+
earlier_version,
|
|
46724
46798
|
email: email3,
|
|
46725
46799
|
email_sha1,
|
|
46726
46800
|
embeds_knowledge,
|
|
@@ -46750,6 +46824,7 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46750
46824
|
last_activity_date,
|
|
46751
46825
|
last_item_date,
|
|
46752
46826
|
last_reply_date,
|
|
46827
|
+
later_version,
|
|
46753
46828
|
latest_version,
|
|
46754
46829
|
likes,
|
|
46755
46830
|
link: link2,
|
|
@@ -46777,13 +46852,27 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46777
46852
|
respond_to,
|
|
46778
46853
|
scope_of,
|
|
46779
46854
|
shared_by,
|
|
46855
|
+
sibling: sibling3,
|
|
46780
46856
|
space_of,
|
|
46781
46857
|
subscriber_of,
|
|
46782
46858
|
topic: topic3,
|
|
46783
|
-
usergroup_of
|
|
46859
|
+
usergroup_of,
|
|
46860
|
+
title: title8,
|
|
46861
|
+
content_encoded,
|
|
46862
|
+
created_at,
|
|
46863
|
+
description: description10,
|
|
46864
|
+
first_name,
|
|
46865
|
+
group_of,
|
|
46866
|
+
has_group,
|
|
46867
|
+
has_part,
|
|
46868
|
+
last_name,
|
|
46869
|
+
modified_at,
|
|
46870
|
+
part_of,
|
|
46871
|
+
reference: reference2,
|
|
46872
|
+
subject: subject7
|
|
46784
46873
|
});
|
|
46785
46874
|
|
|
46786
|
-
// ../node_modules/rdf-namespaces/dist/skos-
|
|
46875
|
+
// ../node_modules/rdf-namespaces/dist/skos-2b5965bf.js
|
|
46787
46876
|
var Concept = "http://www.w3.org/2004/02/skos/core#Concept";
|
|
46788
46877
|
var ConceptScheme = "http://www.w3.org/2004/02/skos/core#ConceptScheme";
|
|
46789
46878
|
var Collection5 = "http://www.w3.org/2004/02/skos/core#Collection";
|
|
@@ -46791,7 +46880,17 @@ var OrderedCollection2 = "http://www.w3.org/2004/02/skos/core#OrderedCollection"
|
|
|
46791
46880
|
var inScheme = "http://www.w3.org/2004/02/skos/core#inScheme";
|
|
46792
46881
|
var hasTopConcept = "http://www.w3.org/2004/02/skos/core#hasTopConcept";
|
|
46793
46882
|
var topConceptOf = "http://www.w3.org/2004/02/skos/core#topConceptOf";
|
|
46883
|
+
var prefLabel = "http://www.w3.org/2004/02/skos/core#prefLabel";
|
|
46884
|
+
var altLabel = "http://www.w3.org/2004/02/skos/core#altLabel";
|
|
46885
|
+
var hiddenLabel = "http://www.w3.org/2004/02/skos/core#hiddenLabel";
|
|
46794
46886
|
var notation = "http://www.w3.org/2004/02/skos/core#notation";
|
|
46887
|
+
var note3 = "http://www.w3.org/2004/02/skos/core#note";
|
|
46888
|
+
var changeNote = "http://www.w3.org/2004/02/skos/core#changeNote";
|
|
46889
|
+
var definition2 = "http://www.w3.org/2004/02/skos/core#definition";
|
|
46890
|
+
var editorialNote = "http://www.w3.org/2004/02/skos/core#editorialNote";
|
|
46891
|
+
var example2 = "http://www.w3.org/2004/02/skos/core#example";
|
|
46892
|
+
var historyNote = "http://www.w3.org/2004/02/skos/core#historyNote";
|
|
46893
|
+
var scopeNote = "http://www.w3.org/2004/02/skos/core#scopeNote";
|
|
46795
46894
|
var semanticRelation = "http://www.w3.org/2004/02/skos/core#semanticRelation";
|
|
46796
46895
|
var broader = "http://www.w3.org/2004/02/skos/core#broader";
|
|
46797
46896
|
var narrower = "http://www.w3.org/2004/02/skos/core#narrower";
|
|
@@ -46814,7 +46913,17 @@ var skosImport = /* @__PURE__ */ Object.freeze({
|
|
|
46814
46913
|
inScheme,
|
|
46815
46914
|
hasTopConcept,
|
|
46816
46915
|
topConceptOf,
|
|
46916
|
+
prefLabel,
|
|
46917
|
+
altLabel,
|
|
46918
|
+
hiddenLabel,
|
|
46817
46919
|
notation,
|
|
46920
|
+
note: note3,
|
|
46921
|
+
changeNote,
|
|
46922
|
+
definition: definition2,
|
|
46923
|
+
editorialNote,
|
|
46924
|
+
example: example2,
|
|
46925
|
+
historyNote,
|
|
46926
|
+
scopeNote,
|
|
46818
46927
|
semanticRelation,
|
|
46819
46928
|
broader,
|
|
46820
46929
|
narrower,
|
|
@@ -47012,7 +47121,7 @@ var tabontImport = /* @__PURE__ */ Object.freeze({
|
|
|
47012
47121
|
// ../node_modules/rdf-namespaces/dist/vcard-16bbe2a9.js
|
|
47013
47122
|
var Acquaintance = "http://www.w3.org/2006/vcard/ns#Acquaintance";
|
|
47014
47123
|
var Address3 = "http://www.w3.org/2006/vcard/ns#Address";
|
|
47015
|
-
var
|
|
47124
|
+
var Agent3 = "http://www.w3.org/2006/vcard/ns#Agent";
|
|
47016
47125
|
var BBS = "http://www.w3.org/2006/vcard/ns#BBS";
|
|
47017
47126
|
var Car3 = "http://www.w3.org/2006/vcard/ns#Car";
|
|
47018
47127
|
var Cell = "http://www.w3.org/2006/vcard/ns#Cell";
|
|
@@ -47130,7 +47239,7 @@ var longitude5 = "http://www.w3.org/2006/vcard/ns#longitude";
|
|
|
47130
47239
|
var mailer = "http://www.w3.org/2006/vcard/ns#mailer";
|
|
47131
47240
|
var n = "http://www.w3.org/2006/vcard/ns#n";
|
|
47132
47241
|
var nickname = "http://www.w3.org/2006/vcard/ns#nickname";
|
|
47133
|
-
var
|
|
47242
|
+
var note4 = "http://www.w3.org/2006/vcard/ns#note";
|
|
47134
47243
|
var org = "http://www.w3.org/2006/vcard/ns#org";
|
|
47135
47244
|
var photo4 = "http://www.w3.org/2006/vcard/ns#photo";
|
|
47136
47245
|
var prodid2 = "http://www.w3.org/2006/vcard/ns#prodid";
|
|
@@ -47139,14 +47248,14 @@ var rev = "http://www.w3.org/2006/vcard/ns#rev";
|
|
|
47139
47248
|
var role2 = "http://www.w3.org/2006/vcard/ns#role";
|
|
47140
47249
|
var sound = "http://www.w3.org/2006/vcard/ns#sound";
|
|
47141
47250
|
var tel = "http://www.w3.org/2006/vcard/ns#tel";
|
|
47142
|
-
var
|
|
47251
|
+
var title9 = "http://www.w3.org/2006/vcard/ns#title";
|
|
47143
47252
|
var tz = "http://www.w3.org/2006/vcard/ns#tz";
|
|
47144
47253
|
var url6 = "http://www.w3.org/2006/vcard/ns#url";
|
|
47145
47254
|
var value6 = "http://www.w3.org/2006/vcard/ns#value";
|
|
47146
47255
|
var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
47147
47256
|
Acquaintance,
|
|
47148
47257
|
Address: Address3,
|
|
47149
|
-
Agent:
|
|
47258
|
+
Agent: Agent3,
|
|
47150
47259
|
BBS,
|
|
47151
47260
|
Car: Car3,
|
|
47152
47261
|
Cell,
|
|
@@ -47264,7 +47373,7 @@ var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
|
47264
47373
|
mailer,
|
|
47265
47374
|
n,
|
|
47266
47375
|
nickname,
|
|
47267
|
-
note:
|
|
47376
|
+
note: note4,
|
|
47268
47377
|
org,
|
|
47269
47378
|
photo: photo4,
|
|
47270
47379
|
prodid: prodid2,
|
|
@@ -47273,7 +47382,7 @@ var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
|
47273
47382
|
role: role2,
|
|
47274
47383
|
sound,
|
|
47275
47384
|
tel,
|
|
47276
|
-
title:
|
|
47385
|
+
title: title9,
|
|
47277
47386
|
tz,
|
|
47278
47387
|
url: url6,
|
|
47279
47388
|
value: value6
|
|
@@ -47301,7 +47410,7 @@ var creates = "http://www.w3.org/2005/01/wf/flow#creates";
|
|
|
47301
47410
|
var dateDue = "http://www.w3.org/2005/01/wf/flow#dateDue";
|
|
47302
47411
|
var deliverable = "http://www.w3.org/2005/01/wf/flow#deliverable";
|
|
47303
47412
|
var dependent2 = "http://www.w3.org/2005/01/wf/flow#dependent";
|
|
47304
|
-
var
|
|
47413
|
+
var description11 = "http://www.w3.org/2005/01/wf/flow#description";
|
|
47305
47414
|
var final = "http://www.w3.org/2005/01/wf/flow#final";
|
|
47306
47415
|
var goalDescription = "http://www.w3.org/2005/01/wf/flow#goalDescription";
|
|
47307
47416
|
var initialState = "http://www.w3.org/2005/01/wf/flow#initialState";
|
|
@@ -47345,7 +47454,7 @@ var wfImport = /* @__PURE__ */ Object.freeze({
|
|
|
47345
47454
|
dateDue,
|
|
47346
47455
|
deliverable,
|
|
47347
47456
|
dependent: dependent2,
|
|
47348
|
-
description:
|
|
47457
|
+
description: description11,
|
|
47349
47458
|
final,
|
|
47350
47459
|
goalDescription,
|
|
47351
47460
|
initialState,
|
|
@@ -47471,6 +47580,7 @@ var xsdImport = /* @__PURE__ */ Object.freeze({
|
|
|
47471
47580
|
var acl = aclImport;
|
|
47472
47581
|
var arg = argImport;
|
|
47473
47582
|
var as = asImport;
|
|
47583
|
+
var bookmark = bookmarkImport;
|
|
47474
47584
|
var cal = calImport;
|
|
47475
47585
|
var contact3 = contactImport;
|
|
47476
47586
|
var dc = dcImport;
|
|
@@ -47569,11 +47679,17 @@ var PodOS = class {
|
|
|
47569
47679
|
constructor({
|
|
47570
47680
|
session: session4 = {},
|
|
47571
47681
|
offlineCache = new NoOfflineCache(),
|
|
47572
|
-
onlineStatus = new AssumeAlwaysOnline()
|
|
47682
|
+
onlineStatus = new AssumeAlwaysOnline(),
|
|
47683
|
+
internalStore = void 0
|
|
47573
47684
|
} = {}) {
|
|
47574
47685
|
this.session = session4;
|
|
47575
47686
|
this.offlineCache = offlineCache;
|
|
47576
|
-
this.store = new Store(
|
|
47687
|
+
this.store = new Store(
|
|
47688
|
+
this.session,
|
|
47689
|
+
offlineCache,
|
|
47690
|
+
onlineStatus,
|
|
47691
|
+
internalStore
|
|
47692
|
+
);
|
|
47577
47693
|
this.searchGateway = new SearchGateway(this.store);
|
|
47578
47694
|
this.flagAuthorizationMetaDataOnSessionChange();
|
|
47579
47695
|
this.uriService = new UriService(this.store);
|
|
@@ -47589,7 +47705,7 @@ var PodOS = class {
|
|
|
47589
47705
|
flagAuthorizationMetaDataOnSessionChange() {
|
|
47590
47706
|
this.session.observeSession().pipe(
|
|
47591
47707
|
tap(() => {
|
|
47592
|
-
this.store.
|
|
47708
|
+
this.store.flagAuthorizationMetadata();
|
|
47593
47709
|
})
|
|
47594
47710
|
).subscribe();
|
|
47595
47711
|
}
|
|
@@ -47725,4 +47841,4 @@ lunr/lunr.js:
|
|
|
47725
47841
|
|
|
47726
47842
|
export { LabelIndex as L, NoOfflineCache as N, PodOS as P, RdfDocument as R, __toESM as _, LdpContainer as a, Namespace as b, lit as c, __commonJS as d, isNamedNode as i, labelFromUri as l, namedNode2 as n, require_short_unique_id as r, st as s };
|
|
47727
47843
|
|
|
47728
|
-
//# sourceMappingURL=index-
|
|
47844
|
+
//# sourceMappingURL=index-0ee6a23c.js.map
|