@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
|
@@ -11005,7 +11005,7 @@ var require_buffer = __commonJS({
|
|
|
11005
11005
|
function numberIsNaN(obj) {
|
|
11006
11006
|
return obj !== obj;
|
|
11007
11007
|
}
|
|
11008
|
-
var hexSliceLookupTable = function() {
|
|
11008
|
+
var hexSliceLookupTable = (function() {
|
|
11009
11009
|
const alphabet = "0123456789abcdef";
|
|
11010
11010
|
const table = new Array(256);
|
|
11011
11011
|
for (let i = 0; i < 16; ++i) {
|
|
@@ -11015,7 +11015,7 @@ var require_buffer = __commonJS({
|
|
|
11015
11015
|
}
|
|
11016
11016
|
}
|
|
11017
11017
|
return table;
|
|
11018
|
-
}();
|
|
11018
|
+
})();
|
|
11019
11019
|
function defineBigIntMethod(fn) {
|
|
11020
11020
|
return typeof BigInt === "undefined" ? BufferBigIntNotDefined : fn;
|
|
11021
11021
|
}
|
|
@@ -11039,29 +11039,29 @@ var require_queue_microtask = __commonJS({
|
|
|
11039
11039
|
var require_browser_ponyfill = __commonJS({
|
|
11040
11040
|
"../node_modules/rdflib/node_modules/cross-fetch/dist/browser-ponyfill.js"(exports, module2) {
|
|
11041
11041
|
var __global__ = typeof globalThis !== "undefined" && globalThis || typeof self !== "undefined" && self || typeof global !== "undefined" && global;
|
|
11042
|
-
var __globalThis__ = function() {
|
|
11042
|
+
var __globalThis__ = (function() {
|
|
11043
11043
|
function F() {
|
|
11044
11044
|
this.fetch = false;
|
|
11045
11045
|
this.DOMException = __global__.DOMException;
|
|
11046
11046
|
}
|
|
11047
11047
|
F.prototype = __global__;
|
|
11048
11048
|
return new F();
|
|
11049
|
-
}();
|
|
11049
|
+
})();
|
|
11050
11050
|
(function(globalThis2) {
|
|
11051
|
-
(function(exports2) {
|
|
11051
|
+
((function(exports2) {
|
|
11052
11052
|
var g = typeof globalThis2 !== "undefined" && globalThis2 || typeof self !== "undefined" && self || // eslint-disable-next-line no-undef
|
|
11053
11053
|
typeof global !== "undefined" && global || {};
|
|
11054
11054
|
var support = {
|
|
11055
11055
|
searchParams: "URLSearchParams" in g,
|
|
11056
11056
|
iterable: "Symbol" in g && "iterator" in Symbol,
|
|
11057
|
-
blob: "FileReader" in g && "Blob" in g && function() {
|
|
11057
|
+
blob: "FileReader" in g && "Blob" in g && (function() {
|
|
11058
11058
|
try {
|
|
11059
11059
|
new Blob();
|
|
11060
11060
|
return true;
|
|
11061
11061
|
} catch (e) {
|
|
11062
11062
|
return false;
|
|
11063
11063
|
}
|
|
11064
|
-
}(),
|
|
11064
|
+
})(),
|
|
11065
11065
|
formData: "FormData" in g,
|
|
11066
11066
|
arrayBuffer: "ArrayBuffer" in g
|
|
11067
11067
|
};
|
|
@@ -11363,12 +11363,12 @@ var require_browser_ponyfill = __commonJS({
|
|
|
11363
11363
|
}
|
|
11364
11364
|
this.method = normalizeMethod(options.method || this.method || "GET");
|
|
11365
11365
|
this.mode = options.mode || this.mode || null;
|
|
11366
|
-
this.signal = options.signal || this.signal || function() {
|
|
11366
|
+
this.signal = options.signal || this.signal || (function() {
|
|
11367
11367
|
if ("AbortController" in g) {
|
|
11368
11368
|
var ctrl = new AbortController();
|
|
11369
11369
|
return ctrl.signal;
|
|
11370
11370
|
}
|
|
11371
|
-
}();
|
|
11371
|
+
})();
|
|
11372
11372
|
this.referrer = null;
|
|
11373
11373
|
if ((this.method === "GET" || this.method === "HEAD") && body) {
|
|
11374
11374
|
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
@@ -11576,7 +11576,7 @@ var require_browser_ponyfill = __commonJS({
|
|
|
11576
11576
|
exports2.fetch = fetch;
|
|
11577
11577
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
11578
11578
|
return exports2;
|
|
11579
|
-
})({});
|
|
11579
|
+
}))({});
|
|
11580
11580
|
})(__globalThis__);
|
|
11581
11581
|
__globalThis__.fetch.ponyfill = true;
|
|
11582
11582
|
delete __globalThis__.fetch.polyfill;
|
|
@@ -12972,7 +12972,7 @@ var Variable = class _Variable extends Node2 {
|
|
|
12972
12972
|
};
|
|
12973
12973
|
|
|
12974
12974
|
// ../node_modules/rdflib/esm/factories/factory-types.js
|
|
12975
|
-
var Feature = /* @__PURE__ */ function(Feature2) {
|
|
12975
|
+
var Feature = /* @__PURE__ */ (function(Feature2) {
|
|
12976
12976
|
Feature2["collections"] = "COLLECTIONS";
|
|
12977
12977
|
Feature2["defaultGraphType"] = "DEFAULT_GRAPH_TYPE";
|
|
12978
12978
|
Feature2["equalsMethod"] = "EQUALS_METHOD";
|
|
@@ -12981,7 +12981,7 @@ var Feature = /* @__PURE__ */ function(Feature2) {
|
|
|
12981
12981
|
Feature2["reversibleId"] = "REVERSIBLE_ID";
|
|
12982
12982
|
Feature2["variableType"] = "VARIABLE_TYPE";
|
|
12983
12983
|
return Feature2;
|
|
12984
|
-
}({});
|
|
12984
|
+
})({});
|
|
12985
12985
|
|
|
12986
12986
|
// ../node_modules/rdflib/esm/factories/canonical-data-factory.js
|
|
12987
12987
|
var defaultGraph2 = new DefaultGraph();
|
|
@@ -14246,7 +14246,7 @@ function listToCollection(kb, obj) {
|
|
|
14246
14246
|
}
|
|
14247
14247
|
function jsonldParser(str, kb, base, callback) {
|
|
14248
14248
|
const baseString = base && Object.prototype.hasOwnProperty.call(base, "termType") ? base.value : base;
|
|
14249
|
-
return Promise.resolve().then(function () { return require('./jsonld-X74JI4TL-
|
|
14249
|
+
return Promise.resolve().then(function () { return require('./jsonld-X74JI4TL-ead26cd1.js'); }).then((jsonld) => {
|
|
14250
14250
|
return jsonld.flatten(JSON.parse(str), null, {
|
|
14251
14251
|
base: baseString
|
|
14252
14252
|
});
|
|
@@ -19256,12 +19256,12 @@ var Formula$1 = class _Formula extends Node2 {
|
|
|
19256
19256
|
Object.assign(agenda, seeds);
|
|
19257
19257
|
let done = {};
|
|
19258
19258
|
while (true) {
|
|
19259
|
-
t = function() {
|
|
19259
|
+
t = (function() {
|
|
19260
19260
|
for (let p in agenda) {
|
|
19261
19261
|
if (!agenda.hasOwnProperty(p)) continue;
|
|
19262
19262
|
return p;
|
|
19263
19263
|
}
|
|
19264
|
-
}();
|
|
19264
|
+
})();
|
|
19265
19265
|
if (t == null) {
|
|
19266
19266
|
return done;
|
|
19267
19267
|
}
|
|
@@ -23046,13 +23046,13 @@ var require_lunr = __commonJS({
|
|
|
23046
23046
|
};
|
|
23047
23047
|
lunr2.version = "2.3.9";
|
|
23048
23048
|
lunr2.utils = {};
|
|
23049
|
-
lunr2.utils.warn = /* @__PURE__ */ function(global3) {
|
|
23049
|
+
lunr2.utils.warn = /* @__PURE__ */ (function(global3) {
|
|
23050
23050
|
return function(message4) {
|
|
23051
23051
|
if (global3.console && console.warn) {
|
|
23052
23052
|
console.warn(message4);
|
|
23053
23053
|
}
|
|
23054
23054
|
};
|
|
23055
|
-
}(this);
|
|
23055
|
+
})(this);
|
|
23056
23056
|
lunr2.utils.asString = function(obj) {
|
|
23057
23057
|
if (obj === void 0 || obj === null) {
|
|
23058
23058
|
return "";
|
|
@@ -23407,7 +23407,7 @@ var require_lunr = __commonJS({
|
|
|
23407
23407
|
lunr2.Vector.prototype.toJSON = function() {
|
|
23408
23408
|
return this.elements;
|
|
23409
23409
|
};
|
|
23410
|
-
lunr2.stemmer = function() {
|
|
23410
|
+
lunr2.stemmer = (function() {
|
|
23411
23411
|
var step2list = {
|
|
23412
23412
|
"ational": "ate",
|
|
23413
23413
|
"tional": "tion",
|
|
@@ -23571,7 +23571,7 @@ var require_lunr = __commonJS({
|
|
|
23571
23571
|
return function(token2) {
|
|
23572
23572
|
return token2.update(porterStemmer);
|
|
23573
23573
|
};
|
|
23574
|
-
}();
|
|
23574
|
+
})();
|
|
23575
23575
|
lunr2.Pipeline.registerFunction(lunr2.stemmer, "stemmer");
|
|
23576
23576
|
lunr2.generateStopWordFilter = function(stopWords) {
|
|
23577
23577
|
var words = stopWords.reduce(function(memo, stopWord) {
|
|
@@ -23829,10 +23829,10 @@ var require_lunr = __commonJS({
|
|
|
23829
23829
|
node3.edges[char] = node3;
|
|
23830
23830
|
node3.final = final2;
|
|
23831
23831
|
} else {
|
|
23832
|
-
var
|
|
23833
|
-
|
|
23834
|
-
node3.edges[char] =
|
|
23835
|
-
node3 =
|
|
23832
|
+
var next4 = new lunr2.TokenSet();
|
|
23833
|
+
next4.final = final2;
|
|
23834
|
+
node3.edges[char] = next4;
|
|
23835
|
+
node3 = next4;
|
|
23836
23836
|
}
|
|
23837
23837
|
}
|
|
23838
23838
|
return root;
|
|
@@ -23885,18 +23885,18 @@ var require_lunr = __commonJS({
|
|
|
23885
23885
|
for (var n2 = 0; n2 < nLen; n2++) {
|
|
23886
23886
|
var nEdge = nEdges[n2];
|
|
23887
23887
|
if (nEdge == qEdge || qEdge == "*") {
|
|
23888
|
-
var node3 = frame.node.edges[nEdge], qNode = frame.qNode.edges[qEdge], final2 = node3.final && qNode.final,
|
|
23888
|
+
var node3 = frame.node.edges[nEdge], qNode = frame.qNode.edges[qEdge], final2 = node3.final && qNode.final, next4 = void 0;
|
|
23889
23889
|
if (nEdge in frame.output.edges) {
|
|
23890
|
-
|
|
23891
|
-
|
|
23890
|
+
next4 = frame.output.edges[nEdge];
|
|
23891
|
+
next4.final = next4.final || final2;
|
|
23892
23892
|
} else {
|
|
23893
|
-
|
|
23894
|
-
|
|
23895
|
-
frame.output.edges[nEdge] =
|
|
23893
|
+
next4 = new lunr2.TokenSet();
|
|
23894
|
+
next4.final = final2;
|
|
23895
|
+
frame.output.edges[nEdge] = next4;
|
|
23896
23896
|
}
|
|
23897
23897
|
stack.push({
|
|
23898
23898
|
qNode,
|
|
23899
|
-
output:
|
|
23899
|
+
output: next4,
|
|
23900
23900
|
node: node3
|
|
23901
23901
|
});
|
|
23902
23902
|
}
|
|
@@ -24902,7 +24902,7 @@ function arrRemove(arr, item4) {
|
|
|
24902
24902
|
}
|
|
24903
24903
|
|
|
24904
24904
|
// ../node_modules/rxjs/dist/esm5/internal/Subscription.js
|
|
24905
|
-
var Subscription = function() {
|
|
24905
|
+
var Subscription = (function() {
|
|
24906
24906
|
function Subscription3(initialTeardown) {
|
|
24907
24907
|
this.initialTeardown = initialTeardown;
|
|
24908
24908
|
this.closed = false;
|
|
@@ -25015,13 +25015,13 @@ var Subscription = function() {
|
|
|
25015
25015
|
teardown2._removeParent(this);
|
|
25016
25016
|
}
|
|
25017
25017
|
};
|
|
25018
|
-
Subscription3.EMPTY = function() {
|
|
25018
|
+
Subscription3.EMPTY = (function() {
|
|
25019
25019
|
var empty = new Subscription3();
|
|
25020
25020
|
empty.closed = true;
|
|
25021
25021
|
return empty;
|
|
25022
|
-
}();
|
|
25022
|
+
})();
|
|
25023
25023
|
return Subscription3;
|
|
25024
|
-
}();
|
|
25024
|
+
})();
|
|
25025
25025
|
var EMPTY_SUBSCRIPTION = Subscription.EMPTY;
|
|
25026
25026
|
function isSubscription(value7) {
|
|
25027
25027
|
return value7 instanceof Subscription || value7 && "closed" in value7 && isFunction(value7.remove) && isFunction(value7.add) && isFunction(value7.unsubscribe);
|
|
@@ -25077,7 +25077,7 @@ function errorContext(cb) {
|
|
|
25077
25077
|
}
|
|
25078
25078
|
|
|
25079
25079
|
// ../node_modules/rxjs/dist/esm5/internal/Subscriber.js
|
|
25080
|
-
var Subscriber = function(_super) {
|
|
25080
|
+
var Subscriber = (function(_super) {
|
|
25081
25081
|
__extends(Subscriber2, _super);
|
|
25082
25082
|
function Subscriber2(destination2) {
|
|
25083
25083
|
var _this = _super.call(this) || this;
|
|
@@ -25092,8 +25092,8 @@ var Subscriber = function(_super) {
|
|
|
25092
25092
|
}
|
|
25093
25093
|
return _this;
|
|
25094
25094
|
}
|
|
25095
|
-
Subscriber2.create = function(
|
|
25096
|
-
return new SafeSubscriber(
|
|
25095
|
+
Subscriber2.create = function(next4, error4, complete2) {
|
|
25096
|
+
return new SafeSubscriber(next4, error4, complete2);
|
|
25097
25097
|
};
|
|
25098
25098
|
Subscriber2.prototype.next = function(value7) {
|
|
25099
25099
|
if (this.isStopped) ; else {
|
|
@@ -25137,12 +25137,12 @@ var Subscriber = function(_super) {
|
|
|
25137
25137
|
}
|
|
25138
25138
|
};
|
|
25139
25139
|
return Subscriber2;
|
|
25140
|
-
}(Subscription);
|
|
25140
|
+
})(Subscription);
|
|
25141
25141
|
var _bind = Function.prototype.bind;
|
|
25142
25142
|
function bind(fn2, thisArg) {
|
|
25143
25143
|
return _bind.call(fn2, thisArg);
|
|
25144
25144
|
}
|
|
25145
|
-
var ConsumerObserver = function() {
|
|
25145
|
+
var ConsumerObserver = (function() {
|
|
25146
25146
|
function ConsumerObserver2(partialObserver) {
|
|
25147
25147
|
this.partialObserver = partialObserver;
|
|
25148
25148
|
}
|
|
@@ -25179,8 +25179,8 @@ var ConsumerObserver = function() {
|
|
|
25179
25179
|
}
|
|
25180
25180
|
};
|
|
25181
25181
|
return ConsumerObserver2;
|
|
25182
|
-
}();
|
|
25183
|
-
var SafeSubscriber = function(_super) {
|
|
25182
|
+
})();
|
|
25183
|
+
var SafeSubscriber = (function(_super) {
|
|
25184
25184
|
__extends(SafeSubscriber2, _super);
|
|
25185
25185
|
function SafeSubscriber2(observerOrNext, error4, complete2) {
|
|
25186
25186
|
var _this = _super.call(this) || this;
|
|
@@ -25211,7 +25211,7 @@ var SafeSubscriber = function(_super) {
|
|
|
25211
25211
|
return _this;
|
|
25212
25212
|
}
|
|
25213
25213
|
return SafeSubscriber2;
|
|
25214
|
-
}(Subscriber);
|
|
25214
|
+
})(Subscriber);
|
|
25215
25215
|
function handleUnhandledError(error4) {
|
|
25216
25216
|
{
|
|
25217
25217
|
reportUnhandledError(error4);
|
|
@@ -25228,9 +25228,9 @@ var EMPTY_OBSERVER = {
|
|
|
25228
25228
|
};
|
|
25229
25229
|
|
|
25230
25230
|
// ../node_modules/rxjs/dist/esm5/internal/symbol/observable.js
|
|
25231
|
-
var observable = function() {
|
|
25231
|
+
var observable = (function() {
|
|
25232
25232
|
return typeof Symbol === "function" && Symbol.observable || "@@observable";
|
|
25233
|
-
}();
|
|
25233
|
+
})();
|
|
25234
25234
|
|
|
25235
25235
|
// ../node_modules/rxjs/dist/esm5/internal/util/identity.js
|
|
25236
25236
|
function identity(x) {
|
|
@@ -25246,14 +25246,14 @@ function pipeFromArray(fns) {
|
|
|
25246
25246
|
return fns[0];
|
|
25247
25247
|
}
|
|
25248
25248
|
return function piped(input2) {
|
|
25249
|
-
return fns.reduce(function(
|
|
25250
|
-
return fn2(
|
|
25249
|
+
return fns.reduce(function(prev2, fn2) {
|
|
25250
|
+
return fn2(prev2);
|
|
25251
25251
|
}, input2);
|
|
25252
25252
|
};
|
|
25253
25253
|
}
|
|
25254
25254
|
|
|
25255
25255
|
// ../node_modules/rxjs/dist/esm5/internal/Observable.js
|
|
25256
|
-
var Observable = function() {
|
|
25256
|
+
var Observable = (function() {
|
|
25257
25257
|
function Observable2(subscribe) {
|
|
25258
25258
|
if (subscribe) {
|
|
25259
25259
|
this._subscribe = subscribe;
|
|
@@ -25281,14 +25281,14 @@ var Observable = function() {
|
|
|
25281
25281
|
sink.error(err);
|
|
25282
25282
|
}
|
|
25283
25283
|
};
|
|
25284
|
-
Observable2.prototype.forEach = function(
|
|
25284
|
+
Observable2.prototype.forEach = function(next4, promiseCtor) {
|
|
25285
25285
|
var _this = this;
|
|
25286
25286
|
promiseCtor = getPromiseCtor(promiseCtor);
|
|
25287
25287
|
return new promiseCtor(function(resolve, reject) {
|
|
25288
25288
|
var subscriber3 = new SafeSubscriber({
|
|
25289
25289
|
next: function(value7) {
|
|
25290
25290
|
try {
|
|
25291
|
-
|
|
25291
|
+
next4(value7);
|
|
25292
25292
|
} catch (err) {
|
|
25293
25293
|
reject(err);
|
|
25294
25294
|
subscriber3.unsubscribe();
|
|
@@ -25332,7 +25332,7 @@ var Observable = function() {
|
|
|
25332
25332
|
return new Observable2(subscribe);
|
|
25333
25333
|
};
|
|
25334
25334
|
return Observable2;
|
|
25335
|
-
}();
|
|
25335
|
+
})();
|
|
25336
25336
|
function getPromiseCtor(promiseCtor) {
|
|
25337
25337
|
var _a;
|
|
25338
25338
|
return (_a = promiseCtor !== null && promiseCtor !== void 0 ? promiseCtor : config.Promise) !== null && _a !== void 0 ? _a : Promise;
|
|
@@ -25367,7 +25367,7 @@ function operate(init) {
|
|
|
25367
25367
|
function createOperatorSubscriber(destination2, onNext, onComplete, onError, onFinalize) {
|
|
25368
25368
|
return new OperatorSubscriber(destination2, onNext, onComplete, onError, onFinalize);
|
|
25369
25369
|
}
|
|
25370
|
-
var OperatorSubscriber = function(_super) {
|
|
25370
|
+
var OperatorSubscriber = (function(_super) {
|
|
25371
25371
|
__extends(OperatorSubscriber2, _super);
|
|
25372
25372
|
function OperatorSubscriber2(destination2, onNext, onComplete, onError, onFinalize, shouldUnsubscribe) {
|
|
25373
25373
|
var _this = _super.call(this, destination2) || this;
|
|
@@ -25409,7 +25409,7 @@ var OperatorSubscriber = function(_super) {
|
|
|
25409
25409
|
}
|
|
25410
25410
|
};
|
|
25411
25411
|
return OperatorSubscriber2;
|
|
25412
|
-
}(Subscriber);
|
|
25412
|
+
})(Subscriber);
|
|
25413
25413
|
|
|
25414
25414
|
// ../node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js
|
|
25415
25415
|
var ObjectUnsubscribedError = createErrorClass(function(_super) {
|
|
@@ -25421,7 +25421,7 @@ var ObjectUnsubscribedError = createErrorClass(function(_super) {
|
|
|
25421
25421
|
});
|
|
25422
25422
|
|
|
25423
25423
|
// ../node_modules/rxjs/dist/esm5/internal/Subject.js
|
|
25424
|
-
var Subject = function(_super) {
|
|
25424
|
+
var Subject = (function(_super) {
|
|
25425
25425
|
__extends(Subject2, _super);
|
|
25426
25426
|
function Subject2() {
|
|
25427
25427
|
var _this = _super.call(this) || this;
|
|
@@ -25434,9 +25434,9 @@ var Subject = function(_super) {
|
|
|
25434
25434
|
return _this;
|
|
25435
25435
|
}
|
|
25436
25436
|
Subject2.prototype.lift = function(operator2) {
|
|
25437
|
-
var
|
|
25438
|
-
|
|
25439
|
-
return
|
|
25437
|
+
var subject8 = new AnonymousSubject(this, this);
|
|
25438
|
+
subject8.operator = operator2;
|
|
25439
|
+
return subject8;
|
|
25440
25440
|
};
|
|
25441
25441
|
Subject2.prototype._throwIfClosed = function() {
|
|
25442
25442
|
if (this.closed) {
|
|
@@ -25547,8 +25547,8 @@ var Subject = function(_super) {
|
|
|
25547
25547
|
return new AnonymousSubject(destination2, source8);
|
|
25548
25548
|
};
|
|
25549
25549
|
return Subject2;
|
|
25550
|
-
}(Observable);
|
|
25551
|
-
var AnonymousSubject = function(_super) {
|
|
25550
|
+
})(Observable);
|
|
25551
|
+
var AnonymousSubject = (function(_super) {
|
|
25552
25552
|
__extends(AnonymousSubject2, _super);
|
|
25553
25553
|
function AnonymousSubject2(destination2, source8) {
|
|
25554
25554
|
var _this = _super.call(this) || this;
|
|
@@ -25573,10 +25573,10 @@ var AnonymousSubject = function(_super) {
|
|
|
25573
25573
|
return (_b = (_a = this.source) === null || _a === void 0 ? void 0 : _a.subscribe(subscriber3)) !== null && _b !== void 0 ? _b : EMPTY_SUBSCRIPTION;
|
|
25574
25574
|
};
|
|
25575
25575
|
return AnonymousSubject2;
|
|
25576
|
-
}(Subject);
|
|
25576
|
+
})(Subject);
|
|
25577
25577
|
|
|
25578
25578
|
// ../node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js
|
|
25579
|
-
(function(_super) {
|
|
25579
|
+
((function(_super) {
|
|
25580
25580
|
__extends(BehaviorSubject3, _super);
|
|
25581
25581
|
function BehaviorSubject3(_value2) {
|
|
25582
25582
|
var _this = _super.call(this) || this;
|
|
@@ -25607,7 +25607,7 @@ var AnonymousSubject = function(_super) {
|
|
|
25607
25607
|
_super.prototype.next.call(this, this._value = value7);
|
|
25608
25608
|
};
|
|
25609
25609
|
return BehaviorSubject3;
|
|
25610
|
-
})(Subject);
|
|
25610
|
+
}))(Subject);
|
|
25611
25611
|
|
|
25612
25612
|
// ../node_modules/rxjs/dist/esm5/internal/operators/tap.js
|
|
25613
25613
|
function tap(observerOrNext, error4, complete2) {
|
|
@@ -25697,29 +25697,25 @@ var FileFetcher = class {
|
|
|
25697
25697
|
|
|
25698
25698
|
// src/modules/contacts.ts
|
|
25699
25699
|
async function loadContactsModule(store) {
|
|
25700
|
-
const module2 = await Promise.resolve().then(function () { return require('./dist-
|
|
25701
|
-
return
|
|
25702
|
-
store: store.graph,
|
|
25703
|
-
fetcher: store.fetcher,
|
|
25704
|
-
updater: store.updater
|
|
25705
|
-
});
|
|
25700
|
+
const module2 = await Promise.resolve().then(function () { return require('./dist-4BQLT63G-f375c54d.js'); });
|
|
25701
|
+
return store.loadModule(module2);
|
|
25706
25702
|
}
|
|
25707
25703
|
|
|
25708
25704
|
// src/thing/accumulateSubjects.ts
|
|
25709
|
-
var accumulateSubjects = (accumulator,
|
|
25710
|
-
const existing = accumulator[
|
|
25705
|
+
var accumulateSubjects = (accumulator, current3) => {
|
|
25706
|
+
const existing = accumulator[current3.predicate.uri];
|
|
25711
25707
|
return {
|
|
25712
25708
|
...accumulator,
|
|
25713
|
-
[
|
|
25709
|
+
[current3.predicate.uri]: existing ? [...existing, current3.subject.value] : [current3.subject.value]
|
|
25714
25710
|
};
|
|
25715
25711
|
};
|
|
25716
25712
|
|
|
25717
25713
|
// src/thing/accumulateValues.ts
|
|
25718
|
-
var accumulateValues = (accumulator,
|
|
25719
|
-
const existing = accumulator[
|
|
25714
|
+
var accumulateValues = (accumulator, current3) => {
|
|
25715
|
+
const existing = accumulator[current3.predicate.uri];
|
|
25720
25716
|
return {
|
|
25721
25717
|
...accumulator,
|
|
25722
|
-
[
|
|
25718
|
+
[current3.predicate.uri]: existing ? [...existing, current3.object.value] : [current3.object.value]
|
|
25723
25719
|
};
|
|
25724
25720
|
};
|
|
25725
25721
|
|
|
@@ -26226,17 +26222,17 @@ var AssumeAlwaysOnline = class {
|
|
|
26226
26222
|
|
|
26227
26223
|
// src/Store.ts
|
|
26228
26224
|
var Store = class {
|
|
26229
|
-
constructor(session4, offlineCache = new NoOfflineCache(), onlineStatus = new AssumeAlwaysOnline()) {
|
|
26230
|
-
this.
|
|
26231
|
-
this.fetcher = new OfflineCapableFetcher(this.
|
|
26225
|
+
constructor(session4, offlineCache = new NoOfflineCache(), onlineStatus = new AssumeAlwaysOnline(), internalStore = graph()) {
|
|
26226
|
+
this.internalStore = internalStore;
|
|
26227
|
+
this.fetcher = new OfflineCapableFetcher(this.internalStore, {
|
|
26232
26228
|
fetch: session4.authenticatedFetch,
|
|
26233
26229
|
offlineCache,
|
|
26234
26230
|
isOnline: onlineStatus.isOnline
|
|
26235
26231
|
});
|
|
26236
|
-
this.updater = new UpdateManager(this.
|
|
26232
|
+
this.updater = new UpdateManager(this.internalStore);
|
|
26237
26233
|
}
|
|
26238
26234
|
/**
|
|
26239
|
-
* Fetch data for the given URI to the
|
|
26235
|
+
* Fetch data for the given URI to the internalStore
|
|
26240
26236
|
* @param uri
|
|
26241
26237
|
*/
|
|
26242
26238
|
fetch(uri6) {
|
|
@@ -26252,7 +26248,7 @@ var Store = class {
|
|
|
26252
26248
|
});
|
|
26253
26249
|
}
|
|
26254
26250
|
/**
|
|
26255
|
-
* Fetch all the given URIs in parallel and put the data to the
|
|
26251
|
+
* Fetch all the given URIs in parallel and put the data to the internalStore
|
|
26256
26252
|
* @param uris
|
|
26257
26253
|
*/
|
|
26258
26254
|
fetchAll(uris) {
|
|
@@ -26260,12 +26256,12 @@ var Store = class {
|
|
|
26260
26256
|
return Promise.allSettled(responses);
|
|
26261
26257
|
}
|
|
26262
26258
|
/**
|
|
26263
|
-
* Retrieve the thing identified by the given URI from the
|
|
26259
|
+
* Retrieve the thing identified by the given URI from the internalStore
|
|
26264
26260
|
* @param uri
|
|
26265
26261
|
*/
|
|
26266
26262
|
get(uri6) {
|
|
26267
26263
|
const editable = !!this.updater.editable(uri6);
|
|
26268
|
-
return new Thing(uri6, this.
|
|
26264
|
+
return new Thing(uri6, this.internalStore, editable);
|
|
26269
26265
|
}
|
|
26270
26266
|
/**
|
|
26271
26267
|
* Adds a new value to the property of the given thing
|
|
@@ -26315,6 +26311,16 @@ var Store = class {
|
|
|
26315
26311
|
async executeUpdate(operation3) {
|
|
26316
26312
|
await executeUpdate(this.fetcher, this.updater, operation3);
|
|
26317
26313
|
}
|
|
26314
|
+
flagAuthorizationMetadata() {
|
|
26315
|
+
this.updater.flagAuthorizationMetadata();
|
|
26316
|
+
}
|
|
26317
|
+
loadModule(module2) {
|
|
26318
|
+
return new module2.default({
|
|
26319
|
+
store: this.internalStore,
|
|
26320
|
+
fetcher: this.fetcher,
|
|
26321
|
+
updater: this.updater
|
|
26322
|
+
});
|
|
26323
|
+
}
|
|
26318
26324
|
};
|
|
26319
26325
|
|
|
26320
26326
|
// ../node_modules/rdf-namespaces/dist/index.es.js
|
|
@@ -26323,6 +26329,7 @@ __export(index_es_exports, {
|
|
|
26323
26329
|
acl: () => acl,
|
|
26324
26330
|
arg: () => arg,
|
|
26325
26331
|
as: () => as,
|
|
26332
|
+
bookmark: () => bookmark,
|
|
26326
26333
|
cal: () => cal,
|
|
26327
26334
|
contact: () => contact3,
|
|
26328
26335
|
dc: () => dc,
|
|
@@ -26417,7 +26424,7 @@ var argImport = /* @__PURE__ */ Object.freeze({
|
|
|
26417
26424
|
support
|
|
26418
26425
|
});
|
|
26419
26426
|
|
|
26420
|
-
// ../node_modules/rdf-namespaces/dist/as-
|
|
26427
|
+
// ../node_modules/rdf-namespaces/dist/as-48207dab.js
|
|
26421
26428
|
var actor = "https://www.w3.org/ns/activitystreams#actor";
|
|
26422
26429
|
var attributedTo = "https://www.w3.org/ns/activitystreams#attributedTo";
|
|
26423
26430
|
var attachment = "https://www.w3.org/ns/activitystreams#attachment";
|
|
@@ -26427,20 +26434,26 @@ var bcc = "https://www.w3.org/ns/activitystreams#bcc";
|
|
|
26427
26434
|
var bto = "https://www.w3.org/ns/activitystreams#bto";
|
|
26428
26435
|
var cc = "https://www.w3.org/ns/activitystreams#cc";
|
|
26429
26436
|
var context2 = "https://www.w3.org/ns/activitystreams#context";
|
|
26437
|
+
var current = "https://www.w3.org/ns/activitystreams#current";
|
|
26438
|
+
var first = "https://www.w3.org/ns/activitystreams#first";
|
|
26430
26439
|
var generator = "https://www.w3.org/ns/activitystreams#generator";
|
|
26431
26440
|
var icon = "https://www.w3.org/ns/activitystreams#icon";
|
|
26432
26441
|
var image = "https://www.w3.org/ns/activitystreams#image";
|
|
26433
26442
|
var inReplyTo = "https://www.w3.org/ns/activitystreams#inReplyTo";
|
|
26434
26443
|
var items = "https://www.w3.org/ns/activitystreams#items";
|
|
26444
|
+
var last = "https://www.w3.org/ns/activitystreams#last";
|
|
26435
26445
|
var location = "https://www.w3.org/ns/activitystreams#location";
|
|
26446
|
+
var next = "https://www.w3.org/ns/activitystreams#next";
|
|
26436
26447
|
var object = "https://www.w3.org/ns/activitystreams#object";
|
|
26437
26448
|
var oneOf = "https://www.w3.org/ns/activitystreams#oneOf";
|
|
26438
26449
|
var anyOf = "https://www.w3.org/ns/activitystreams#anyOf";
|
|
26450
|
+
var prev = "https://www.w3.org/ns/activitystreams#prev";
|
|
26439
26451
|
var preview = "https://www.w3.org/ns/activitystreams#preview";
|
|
26440
26452
|
var provider = "https://www.w3.org/ns/activitystreams#provider";
|
|
26441
26453
|
var replies = "https://www.w3.org/ns/activitystreams#replies";
|
|
26442
26454
|
var result = "https://www.w3.org/ns/activitystreams#result";
|
|
26443
26455
|
var audience = "https://www.w3.org/ns/activitystreams#audience";
|
|
26456
|
+
var partOf = "https://www.w3.org/ns/activitystreams#partOf";
|
|
26444
26457
|
var tag = "https://www.w3.org/ns/activitystreams#tag";
|
|
26445
26458
|
var tags = "https://www.w3.org/ns/activitystreams#tags";
|
|
26446
26459
|
var target = "https://www.w3.org/ns/activitystreams#target";
|
|
@@ -26448,6 +26461,7 @@ var origin2 = "https://www.w3.org/ns/activitystreams#origin";
|
|
|
26448
26461
|
var instrument = "https://www.w3.org/ns/activitystreams#instrument";
|
|
26449
26462
|
var to = "https://www.w3.org/ns/activitystreams#to";
|
|
26450
26463
|
var url = "https://www.w3.org/ns/activitystreams#url";
|
|
26464
|
+
var subject = "https://www.w3.org/ns/activitystreams#subject";
|
|
26451
26465
|
var relationship = "https://www.w3.org/ns/activitystreams#relationship";
|
|
26452
26466
|
var describes = "https://www.w3.org/ns/activitystreams#describes";
|
|
26453
26467
|
var formerType = "https://www.w3.org/ns/activitystreams#formerType";
|
|
@@ -26545,20 +26559,26 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26545
26559
|
bto,
|
|
26546
26560
|
cc,
|
|
26547
26561
|
context: context2,
|
|
26562
|
+
current,
|
|
26563
|
+
first,
|
|
26548
26564
|
generator,
|
|
26549
26565
|
icon,
|
|
26550
26566
|
image,
|
|
26551
26567
|
inReplyTo,
|
|
26552
26568
|
items,
|
|
26569
|
+
last,
|
|
26553
26570
|
location,
|
|
26571
|
+
next,
|
|
26554
26572
|
object,
|
|
26555
26573
|
oneOf,
|
|
26556
26574
|
anyOf,
|
|
26575
|
+
prev,
|
|
26557
26576
|
preview,
|
|
26558
26577
|
provider,
|
|
26559
26578
|
replies,
|
|
26560
26579
|
result,
|
|
26561
26580
|
audience,
|
|
26581
|
+
partOf,
|
|
26562
26582
|
tag,
|
|
26563
26583
|
tags,
|
|
26564
26584
|
target,
|
|
@@ -26566,6 +26586,7 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26566
26586
|
instrument,
|
|
26567
26587
|
to,
|
|
26568
26588
|
url,
|
|
26589
|
+
subject,
|
|
26569
26590
|
relationship,
|
|
26570
26591
|
describes,
|
|
26571
26592
|
formerType,
|
|
@@ -26655,6 +26676,26 @@ var asImport = /* @__PURE__ */ Object.freeze({
|
|
|
26655
26676
|
Video
|
|
26656
26677
|
});
|
|
26657
26678
|
|
|
26679
|
+
// ../node_modules/rdf-namespaces/dist/bookmark-7c2b6a42.js
|
|
26680
|
+
var hasTopic = "http://www.w3.org/2002/01/bookmark#hasTopic";
|
|
26681
|
+
var leadsTo = "http://www.w3.org/2002/01/bookmark#leadsTo";
|
|
26682
|
+
var Topic = "http://www.w3.org/2002/01/bookmark#Topic";
|
|
26683
|
+
var Shortcut = "http://www.w3.org/2002/01/bookmark#Shortcut";
|
|
26684
|
+
var bookmarks = "http://www.w3.org/2002/01/bookmark#bookmarks";
|
|
26685
|
+
var recalls = "http://www.w3.org/2002/01/bookmark#recalls";
|
|
26686
|
+
var subTopicOf = "http://www.w3.org/2002/01/bookmark#subTopicOf";
|
|
26687
|
+
var Bookmark = "http://www.w3.org/2002/01/bookmark#Bookmark";
|
|
26688
|
+
var bookmarkImport = /* @__PURE__ */ Object.freeze({
|
|
26689
|
+
hasTopic,
|
|
26690
|
+
leadsTo,
|
|
26691
|
+
Topic,
|
|
26692
|
+
Shortcut,
|
|
26693
|
+
bookmarks,
|
|
26694
|
+
recalls,
|
|
26695
|
+
subTopicOf,
|
|
26696
|
+
Bookmark
|
|
26697
|
+
});
|
|
26698
|
+
|
|
26658
26699
|
// ../node_modules/rdf-namespaces/dist/cal-a0992050.js
|
|
26659
26700
|
var Vevent = "http://www.w3.org/2002/12/cal/ical#Vevent";
|
|
26660
26701
|
var Vtodo = "http://www.w3.org/2002/12/cal/ical#Vtodo";
|
|
@@ -26854,7 +26895,7 @@ var publisher = "http://purl.org/dc/elements/1.1/publisher";
|
|
|
26854
26895
|
var relation = "http://purl.org/dc/elements/1.1/relation";
|
|
26855
26896
|
var rights = "http://purl.org/dc/elements/1.1/rights";
|
|
26856
26897
|
var source = "http://purl.org/dc/elements/1.1/source";
|
|
26857
|
-
var
|
|
26898
|
+
var subject2 = "http://purl.org/dc/elements/1.1/subject";
|
|
26858
26899
|
var title = "http://purl.org/dc/elements/1.1/title";
|
|
26859
26900
|
var type = "http://purl.org/dc/elements/1.1/type";
|
|
26860
26901
|
var dcImport = /* @__PURE__ */ Object.freeze({
|
|
@@ -26870,12 +26911,13 @@ var dcImport = /* @__PURE__ */ Object.freeze({
|
|
|
26870
26911
|
relation,
|
|
26871
26912
|
rights,
|
|
26872
26913
|
source,
|
|
26873
|
-
subject,
|
|
26914
|
+
subject: subject2,
|
|
26874
26915
|
title,
|
|
26875
26916
|
type
|
|
26876
26917
|
});
|
|
26877
26918
|
|
|
26878
|
-
// ../node_modules/rdf-namespaces/dist/dct-
|
|
26919
|
+
// ../node_modules/rdf-namespaces/dist/dct-00f7660b.js
|
|
26920
|
+
var Agent = "http://purl.org/dc/terms/Agent";
|
|
26879
26921
|
var AgentClass = "http://purl.org/dc/terms/AgentClass";
|
|
26880
26922
|
var BibliographicResource = "http://purl.org/dc/terms/BibliographicResource";
|
|
26881
26923
|
var Box = "http://purl.org/dc/terms/Box";
|
|
@@ -26956,13 +26998,14 @@ var rights2 = "http://purl.org/dc/terms/rights";
|
|
|
26956
26998
|
var rightsHolder = "http://purl.org/dc/terms/rightsHolder";
|
|
26957
26999
|
var source2 = "http://purl.org/dc/terms/source";
|
|
26958
27000
|
var spatial = "http://purl.org/dc/terms/spatial";
|
|
26959
|
-
var
|
|
27001
|
+
var subject3 = "http://purl.org/dc/terms/subject";
|
|
26960
27002
|
var tableOfContents = "http://purl.org/dc/terms/tableOfContents";
|
|
26961
27003
|
var temporal = "http://purl.org/dc/terms/temporal";
|
|
26962
27004
|
var title2 = "http://purl.org/dc/terms/title";
|
|
26963
27005
|
var type2 = "http://purl.org/dc/terms/type";
|
|
26964
27006
|
var valid = "http://purl.org/dc/terms/valid";
|
|
26965
27007
|
var dctImport = /* @__PURE__ */ Object.freeze({
|
|
27008
|
+
Agent,
|
|
26966
27009
|
AgentClass,
|
|
26967
27010
|
BibliographicResource,
|
|
26968
27011
|
Box,
|
|
@@ -27043,7 +27086,7 @@ var dctImport = /* @__PURE__ */ Object.freeze({
|
|
|
27043
27086
|
rightsHolder,
|
|
27044
27087
|
source: source2,
|
|
27045
27088
|
spatial,
|
|
27046
|
-
subject:
|
|
27089
|
+
subject: subject3,
|
|
27047
27090
|
tableOfContents,
|
|
27048
27091
|
temporal,
|
|
27049
27092
|
title: title2,
|
|
@@ -27051,7 +27094,7 @@ var dctImport = /* @__PURE__ */ Object.freeze({
|
|
|
27051
27094
|
valid
|
|
27052
27095
|
});
|
|
27053
27096
|
|
|
27054
|
-
// ../node_modules/rdf-namespaces/dist/fhir-
|
|
27097
|
+
// ../node_modules/rdf-namespaces/dist/fhir-09bb1d53.js
|
|
27055
27098
|
var constituent = "http://hl7.org/fhir/constituent";
|
|
27056
27099
|
var _careTeam = "http://hl7.org/fhir/_careTeam";
|
|
27057
27100
|
var ClinicalUseDefinitionWarningComponent = "http://hl7.org/fhir/ClinicalUseDefinitionWarningComponent";
|
|
@@ -27408,6 +27451,7 @@ var _compositional = "http://hl7.org/fhir/_compositional";
|
|
|
27408
27451
|
var financial = "http://hl7.org/fhir/financial";
|
|
27409
27452
|
var _bodysite = "http://hl7.org/fhir/_bodysite";
|
|
27410
27453
|
var sourceScope = "http://hl7.org/fhir/sourceScope";
|
|
27454
|
+
var modifierExtensionClass = "http://hl7.org/fhir/modifierExtensionClass";
|
|
27411
27455
|
var parameter = "http://hl7.org/fhir/parameter";
|
|
27412
27456
|
var lineItem = "http://hl7.org/fhir/lineItem";
|
|
27413
27457
|
var _businessArrangement = "http://hl7.org/fhir/_businessArrangement";
|
|
@@ -27451,6 +27495,7 @@ var TestPlanTestCaseTestRunComponent = "http://hl7.org/fhir/TestPlanTestCaseTest
|
|
|
27451
27495
|
var _productOrService = "http://hl7.org/fhir/_productOrService";
|
|
27452
27496
|
var reviewOutcome = "http://hl7.org/fhir/reviewOutcome";
|
|
27453
27497
|
var maxDispense = "http://hl7.org/fhir/maxDispense";
|
|
27498
|
+
var modifierExtensionProperty = "http://hl7.org/fhir/modifierExtensionProperty";
|
|
27454
27499
|
var filterDefinition = "http://hl7.org/fhir/filterDefinition";
|
|
27455
27500
|
var sourceAttachment = "http://hl7.org/fhir/sourceAttachment";
|
|
27456
27501
|
var provisionActor = "http://hl7.org/fhir/provisionActor";
|
|
@@ -27687,7 +27732,7 @@ var RiskAssessmentPredictionComponent = "http://hl7.org/fhir/RiskAssessmentPredi
|
|
|
27687
27732
|
var _enteredDate = "http://hl7.org/fhir/_enteredDate";
|
|
27688
27733
|
var _legalStatusOfSupply = "http://hl7.org/fhir/_legalStatusOfSupply";
|
|
27689
27734
|
var valueAlternatives = "http://hl7.org/fhir/valueAlternatives";
|
|
27690
|
-
var
|
|
27735
|
+
var subject4 = "http://hl7.org/fhir/subject";
|
|
27691
27736
|
var _publicationDate = "http://hl7.org/fhir/_publicationDate";
|
|
27692
27737
|
var occurrenceChanged = "http://hl7.org/fhir/occurrenceChanged";
|
|
27693
27738
|
var _referralRequest = "http://hl7.org/fhir/_referralRequest";
|
|
@@ -29140,7 +29185,7 @@ var signature = "http://hl7.org/fhir/signature";
|
|
|
29140
29185
|
var reviewer = "http://hl7.org/fhir/reviewer";
|
|
29141
29186
|
var _usePeriod = "http://hl7.org/fhir/_usePeriod";
|
|
29142
29187
|
var BodyStructureIncludedStructureComponent = "http://hl7.org/fhir/BodyStructureIncludedStructureComponent";
|
|
29143
|
-
var
|
|
29188
|
+
var next2 = "http://hl7.org/fhir/next";
|
|
29144
29189
|
var _changeType = "http://hl7.org/fhir/_changeType";
|
|
29145
29190
|
var _ImmunizationEvaluation = "http://hl7.org/fhir/_ImmunizationEvaluation";
|
|
29146
29191
|
var requestingOrganization = "http://hl7.org/fhir/requestingOrganization";
|
|
@@ -29188,7 +29233,7 @@ var MeasureTermComponent = "http://hl7.org/fhir/MeasureTermComponent";
|
|
|
29188
29233
|
var _containedItemQuantity = "http://hl7.org/fhir/_containedItemQuantity";
|
|
29189
29234
|
var _daysSupply = "http://hl7.org/fhir/_daysSupply";
|
|
29190
29235
|
var reportingVendor = "http://hl7.org/fhir/reportingVendor";
|
|
29191
|
-
var
|
|
29236
|
+
var current2 = "http://hl7.org/fhir/current";
|
|
29192
29237
|
var uid3 = "http://hl7.org/fhir/uid";
|
|
29193
29238
|
var order = "http://hl7.org/fhir/order";
|
|
29194
29239
|
var priorPrescription = "http://hl7.org/fhir/priorPrescription";
|
|
@@ -30359,7 +30404,7 @@ var _focal = "http://hl7.org/fhir/_focal";
|
|
|
30359
30404
|
var indication = "http://hl7.org/fhir/indication";
|
|
30360
30405
|
var _AllergyIntolerance = "http://hl7.org/fhir/_AllergyIntolerance";
|
|
30361
30406
|
var _publishedIn = "http://hl7.org/fhir/_publishedIn";
|
|
30362
|
-
var
|
|
30407
|
+
var partOf2 = "http://hl7.org/fhir/partOf";
|
|
30363
30408
|
var _initialSelected = "http://hl7.org/fhir/_initialSelected";
|
|
30364
30409
|
var _key = "http://hl7.org/fhir/_key";
|
|
30365
30410
|
var backCurve = "http://hl7.org/fhir/backCurve";
|
|
@@ -31641,6 +31686,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31641
31686
|
financial,
|
|
31642
31687
|
_bodysite,
|
|
31643
31688
|
sourceScope,
|
|
31689
|
+
modifierExtensionClass,
|
|
31644
31690
|
parameter,
|
|
31645
31691
|
lineItem,
|
|
31646
31692
|
_businessArrangement,
|
|
@@ -31684,6 +31730,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31684
31730
|
_productOrService,
|
|
31685
31731
|
reviewOutcome,
|
|
31686
31732
|
maxDispense,
|
|
31733
|
+
modifierExtensionProperty,
|
|
31687
31734
|
filterDefinition,
|
|
31688
31735
|
sourceAttachment,
|
|
31689
31736
|
provisionActor,
|
|
@@ -31920,7 +31967,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
31920
31967
|
_enteredDate,
|
|
31921
31968
|
_legalStatusOfSupply,
|
|
31922
31969
|
valueAlternatives,
|
|
31923
|
-
subject:
|
|
31970
|
+
subject: subject4,
|
|
31924
31971
|
_publicationDate,
|
|
31925
31972
|
occurrenceChanged,
|
|
31926
31973
|
_referralRequest,
|
|
@@ -33373,7 +33420,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
33373
33420
|
reviewer,
|
|
33374
33421
|
_usePeriod,
|
|
33375
33422
|
BodyStructureIncludedStructureComponent,
|
|
33376
|
-
next,
|
|
33423
|
+
next: next2,
|
|
33377
33424
|
_changeType,
|
|
33378
33425
|
_ImmunizationEvaluation,
|
|
33379
33426
|
requestingOrganization,
|
|
@@ -33421,7 +33468,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
33421
33468
|
_containedItemQuantity,
|
|
33422
33469
|
_daysSupply,
|
|
33423
33470
|
reportingVendor,
|
|
33424
|
-
current,
|
|
33471
|
+
current: current2,
|
|
33425
33472
|
uid: uid3,
|
|
33426
33473
|
order,
|
|
33427
33474
|
priorPrescription,
|
|
@@ -34592,7 +34639,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
34592
34639
|
indication,
|
|
34593
34640
|
_AllergyIntolerance,
|
|
34594
34641
|
_publishedIn,
|
|
34595
|
-
partOf,
|
|
34642
|
+
partOf: partOf2,
|
|
34596
34643
|
_initialSelected,
|
|
34597
34644
|
_key,
|
|
34598
34645
|
backCurve,
|
|
@@ -35520,7 +35567,7 @@ var fhirImport = /* @__PURE__ */ Object.freeze({
|
|
|
35520
35567
|
});
|
|
35521
35568
|
|
|
35522
35569
|
// ../node_modules/rdf-namespaces/dist/foaf-85ab4e00.js
|
|
35523
|
-
var
|
|
35570
|
+
var Agent2 = "http://xmlns.com/foaf/0.1/Agent";
|
|
35524
35571
|
var Document2 = "http://xmlns.com/foaf/0.1/Document";
|
|
35525
35572
|
var Group3 = "http://xmlns.com/foaf/0.1/Group";
|
|
35526
35573
|
var Image2 = "http://xmlns.com/foaf/0.1/Image";
|
|
@@ -35596,7 +35643,7 @@ var workInfoHomepage = "http://xmlns.com/foaf/0.1/workInfoHomepage";
|
|
|
35596
35643
|
var workplaceHomepage = "http://xmlns.com/foaf/0.1/workplaceHomepage";
|
|
35597
35644
|
var yahooChatID = "http://xmlns.com/foaf/0.1/yahooChatID";
|
|
35598
35645
|
var foafImport = /* @__PURE__ */ Object.freeze({
|
|
35599
|
-
Agent,
|
|
35646
|
+
Agent: Agent2,
|
|
35600
35647
|
Document: Document2,
|
|
35601
35648
|
Group: Group3,
|
|
35602
35649
|
Image: Image2,
|
|
@@ -35719,15 +35766,15 @@ var entrypoint = "http://www.w3.org/ns/hydra/core#entrypoint";
|
|
|
35719
35766
|
var expects = "http://www.w3.org/ns/hydra/core#expects";
|
|
35720
35767
|
var expectsHeader = "http://www.w3.org/ns/hydra/core#expectsHeader";
|
|
35721
35768
|
var extension2 = "http://www.w3.org/ns/hydra/core#extension";
|
|
35722
|
-
var
|
|
35769
|
+
var first2 = "http://www.w3.org/ns/hydra/core#first";
|
|
35723
35770
|
var freetextQuery = "http://www.w3.org/ns/hydra/core#freetextQuery";
|
|
35724
35771
|
var headerName = "http://www.w3.org/ns/hydra/core#headerName";
|
|
35725
|
-
var
|
|
35772
|
+
var last2 = "http://www.w3.org/ns/hydra/core#last";
|
|
35726
35773
|
var limit2 = "http://www.w3.org/ns/hydra/core#limit";
|
|
35727
35774
|
var mapping2 = "http://www.w3.org/ns/hydra/core#mapping";
|
|
35728
35775
|
var member3 = "http://www.w3.org/ns/hydra/core#member";
|
|
35729
35776
|
var method4 = "http://www.w3.org/ns/hydra/core#method";
|
|
35730
|
-
var
|
|
35777
|
+
var next3 = "http://www.w3.org/ns/hydra/core#next";
|
|
35731
35778
|
var offset2 = "http://www.w3.org/ns/hydra/core#offset";
|
|
35732
35779
|
var operation2 = "http://www.w3.org/ns/hydra/core#operation";
|
|
35733
35780
|
var pageIndex = "http://www.w3.org/ns/hydra/core#pageIndex";
|
|
@@ -35781,15 +35828,15 @@ var hydraImport = /* @__PURE__ */ Object.freeze({
|
|
|
35781
35828
|
expects,
|
|
35782
35829
|
expectsHeader,
|
|
35783
35830
|
extension: extension2,
|
|
35784
|
-
first,
|
|
35831
|
+
first: first2,
|
|
35785
35832
|
freetextQuery,
|
|
35786
35833
|
headerName,
|
|
35787
|
-
last,
|
|
35834
|
+
last: last2,
|
|
35788
35835
|
limit: limit2,
|
|
35789
35836
|
mapping: mapping2,
|
|
35790
35837
|
member: member3,
|
|
35791
35838
|
method: method4,
|
|
35792
|
-
next:
|
|
35839
|
+
next: next3,
|
|
35793
35840
|
offset: offset2,
|
|
35794
35841
|
operation: operation2,
|
|
35795
35842
|
pageIndex,
|
|
@@ -35993,7 +36040,7 @@ var meetingImport = /* @__PURE__ */ Object.freeze({
|
|
|
35993
36040
|
videoCallPage
|
|
35994
36041
|
});
|
|
35995
36042
|
|
|
35996
|
-
// ../node_modules/rdf-namespaces/dist/owl-
|
|
36043
|
+
// ../node_modules/rdf-namespaces/dist/owl-cfadfdf5.js
|
|
35997
36044
|
var AllDifferent = "http://www.w3.org/2002/07/owl#AllDifferent";
|
|
35998
36045
|
var AllDisjointClasses = "http://www.w3.org/2002/07/owl#AllDisjointClasses";
|
|
35999
36046
|
var AllDisjointProperties = "http://www.w3.org/2002/07/owl#AllDisjointProperties";
|
|
@@ -36025,11 +36072,13 @@ var annotatedProperty = "http://www.w3.org/2002/07/owl#annotatedProperty";
|
|
|
36025
36072
|
var annotatedSource = "http://www.w3.org/2002/07/owl#annotatedSource";
|
|
36026
36073
|
var annotatedTarget = "http://www.w3.org/2002/07/owl#annotatedTarget";
|
|
36027
36074
|
var assertionProperty = "http://www.w3.org/2002/07/owl#assertionProperty";
|
|
36075
|
+
var backwardCompatibleWith = "http://www.w3.org/2002/07/owl#backwardCompatibleWith";
|
|
36028
36076
|
var bottomDataProperty = "http://www.w3.org/2002/07/owl#bottomDataProperty";
|
|
36029
36077
|
var bottomObjectProperty = "http://www.w3.org/2002/07/owl#bottomObjectProperty";
|
|
36030
36078
|
var cardinality = "http://www.w3.org/2002/07/owl#cardinality";
|
|
36031
36079
|
var complementOf = "http://www.w3.org/2002/07/owl#complementOf";
|
|
36032
36080
|
var datatypeComplementOf = "http://www.w3.org/2002/07/owl#datatypeComplementOf";
|
|
36081
|
+
var deprecated = "http://www.w3.org/2002/07/owl#deprecated";
|
|
36033
36082
|
var differentFrom = "http://www.w3.org/2002/07/owl#differentFrom";
|
|
36034
36083
|
var disjointUnionOf = "http://www.w3.org/2002/07/owl#disjointUnionOf";
|
|
36035
36084
|
var disjointWith = "http://www.w3.org/2002/07/owl#disjointWith";
|
|
@@ -36039,6 +36088,7 @@ var equivalentProperty = "http://www.w3.org/2002/07/owl#equivalentProperty";
|
|
|
36039
36088
|
var hasKey = "http://www.w3.org/2002/07/owl#hasKey";
|
|
36040
36089
|
var hasSelf = "http://www.w3.org/2002/07/owl#hasSelf";
|
|
36041
36090
|
var hasValue = "http://www.w3.org/2002/07/owl#hasValue";
|
|
36091
|
+
var incompatibleWith = "http://www.w3.org/2002/07/owl#incompatibleWith";
|
|
36042
36092
|
var intersectionOf = "http://www.w3.org/2002/07/owl#intersectionOf";
|
|
36043
36093
|
var inverseOf = "http://www.w3.org/2002/07/owl#inverseOf";
|
|
36044
36094
|
var maxCardinality = "http://www.w3.org/2002/07/owl#maxCardinality";
|
|
@@ -36052,6 +36102,7 @@ var onDatatype = "http://www.w3.org/2002/07/owl#onDatatype";
|
|
|
36052
36102
|
var oneOf2 = "http://www.w3.org/2002/07/owl#oneOf";
|
|
36053
36103
|
var onProperties = "http://www.w3.org/2002/07/owl#onProperties";
|
|
36054
36104
|
var onProperty = "http://www.w3.org/2002/07/owl#onProperty";
|
|
36105
|
+
var priorVersion = "http://www.w3.org/2002/07/owl#priorVersion";
|
|
36055
36106
|
var propertyChainAxiom = "http://www.w3.org/2002/07/owl#propertyChainAxiom";
|
|
36056
36107
|
var propertyDisjointWith = "http://www.w3.org/2002/07/owl#propertyDisjointWith";
|
|
36057
36108
|
var qualifiedCardinality = "http://www.w3.org/2002/07/owl#qualifiedCardinality";
|
|
@@ -36063,6 +36114,7 @@ var targetValue = "http://www.w3.org/2002/07/owl#targetValue";
|
|
|
36063
36114
|
var topDataProperty = "http://www.w3.org/2002/07/owl#topDataProperty";
|
|
36064
36115
|
var topObjectProperty = "http://www.w3.org/2002/07/owl#topObjectProperty";
|
|
36065
36116
|
var unionOf = "http://www.w3.org/2002/07/owl#unionOf";
|
|
36117
|
+
var versionInfo = "http://www.w3.org/2002/07/owl#versionInfo";
|
|
36066
36118
|
var withRestrictions = "http://www.w3.org/2002/07/owl#withRestrictions";
|
|
36067
36119
|
var owlImport = /* @__PURE__ */ Object.freeze({
|
|
36068
36120
|
AllDifferent,
|
|
@@ -36096,11 +36148,13 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36096
36148
|
annotatedSource,
|
|
36097
36149
|
annotatedTarget,
|
|
36098
36150
|
assertionProperty,
|
|
36151
|
+
backwardCompatibleWith,
|
|
36099
36152
|
bottomDataProperty,
|
|
36100
36153
|
bottomObjectProperty,
|
|
36101
36154
|
cardinality,
|
|
36102
36155
|
complementOf,
|
|
36103
36156
|
datatypeComplementOf,
|
|
36157
|
+
deprecated,
|
|
36104
36158
|
differentFrom,
|
|
36105
36159
|
disjointUnionOf,
|
|
36106
36160
|
disjointWith,
|
|
@@ -36110,6 +36164,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36110
36164
|
hasKey,
|
|
36111
36165
|
hasSelf,
|
|
36112
36166
|
hasValue,
|
|
36167
|
+
incompatibleWith,
|
|
36113
36168
|
intersectionOf,
|
|
36114
36169
|
inverseOf,
|
|
36115
36170
|
maxCardinality,
|
|
@@ -36123,6 +36178,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36123
36178
|
oneOf: oneOf2,
|
|
36124
36179
|
onProperties,
|
|
36125
36180
|
onProperty,
|
|
36181
|
+
priorVersion,
|
|
36126
36182
|
propertyChainAxiom,
|
|
36127
36183
|
propertyDisjointWith,
|
|
36128
36184
|
qualifiedCardinality,
|
|
@@ -36134,6 +36190,7 @@ var owlImport = /* @__PURE__ */ Object.freeze({
|
|
|
36134
36190
|
topDataProperty,
|
|
36135
36191
|
topObjectProperty,
|
|
36136
36192
|
unionOf,
|
|
36193
|
+
versionInfo,
|
|
36137
36194
|
withRestrictions
|
|
36138
36195
|
});
|
|
36139
36196
|
|
|
@@ -36204,7 +36261,7 @@ var PlainLiteral = "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral";
|
|
|
36204
36261
|
var type4 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type";
|
|
36205
36262
|
var Property2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property";
|
|
36206
36263
|
var Statement = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement";
|
|
36207
|
-
var
|
|
36264
|
+
var subject5 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject";
|
|
36208
36265
|
var predicate = "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate";
|
|
36209
36266
|
var object3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#object";
|
|
36210
36267
|
var Bag = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag";
|
|
@@ -36212,7 +36269,7 @@ var Seq = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq";
|
|
|
36212
36269
|
var Alt = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt";
|
|
36213
36270
|
var value2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#value";
|
|
36214
36271
|
var List3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#List";
|
|
36215
|
-
var
|
|
36272
|
+
var first3 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#first";
|
|
36216
36273
|
var rest2 = "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest";
|
|
36217
36274
|
var XMLLiteral = "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral";
|
|
36218
36275
|
var JSON__workaround = "http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON";
|
|
@@ -36226,7 +36283,7 @@ var rdfImport = /* @__PURE__ */ Object.freeze({
|
|
|
36226
36283
|
type: type4,
|
|
36227
36284
|
Property: Property2,
|
|
36228
36285
|
Statement,
|
|
36229
|
-
subject:
|
|
36286
|
+
subject: subject5,
|
|
36230
36287
|
predicate,
|
|
36231
36288
|
object: object3,
|
|
36232
36289
|
Bag,
|
|
@@ -36234,7 +36291,7 @@ var rdfImport = /* @__PURE__ */ Object.freeze({
|
|
|
36234
36291
|
Alt,
|
|
36235
36292
|
value: value2,
|
|
36236
36293
|
List: List3,
|
|
36237
|
-
first:
|
|
36294
|
+
first: first3,
|
|
36238
36295
|
rest: rest2,
|
|
36239
36296
|
XMLLiteral,
|
|
36240
36297
|
JSON__workaround,
|
|
@@ -46323,7 +46380,7 @@ var Rule2 = "http://www.w3.org/ns/shacl#Rule";
|
|
|
46323
46380
|
var rule2 = "http://www.w3.org/ns/shacl#rule";
|
|
46324
46381
|
var condition2 = "http://www.w3.org/ns/shacl#condition";
|
|
46325
46382
|
var TripleRule = "http://www.w3.org/ns/shacl#TripleRule";
|
|
46326
|
-
var
|
|
46383
|
+
var subject6 = "http://www.w3.org/ns/shacl#subject";
|
|
46327
46384
|
var predicate2 = "http://www.w3.org/ns/shacl#predicate";
|
|
46328
46385
|
var object6 = "http://www.w3.org/ns/shacl#object";
|
|
46329
46386
|
var SPARQLRule = "http://www.w3.org/ns/shacl#SPARQLRule";
|
|
@@ -46465,7 +46522,7 @@ var shaclImport = /* @__PURE__ */ Object.freeze({
|
|
|
46465
46522
|
rule: rule2,
|
|
46466
46523
|
condition: condition2,
|
|
46467
46524
|
TripleRule,
|
|
46468
|
-
subject:
|
|
46525
|
+
subject: subject6,
|
|
46469
46526
|
predicate: predicate2,
|
|
46470
46527
|
object: object6,
|
|
46471
46528
|
SPARQLRule,
|
|
@@ -46617,7 +46674,7 @@ var shexImport = /* @__PURE__ */ Object.freeze({
|
|
|
46617
46674
|
xsFacet
|
|
46618
46675
|
});
|
|
46619
46676
|
|
|
46620
|
-
// ../node_modules/rdf-namespaces/dist/sioc-
|
|
46677
|
+
// ../node_modules/rdf-namespaces/dist/sioc-0842c71e.js
|
|
46621
46678
|
var Community = "http://rdfs.org/sioc/ns#Community";
|
|
46622
46679
|
var Container3 = "http://rdfs.org/sioc/ns#Container";
|
|
46623
46680
|
var Forum = "http://rdfs.org/sioc/ns#Forum";
|
|
@@ -46640,6 +46697,7 @@ var content4 = "http://rdfs.org/sioc/ns#content";
|
|
|
46640
46697
|
var creator_of = "http://rdfs.org/sioc/ns#creator_of";
|
|
46641
46698
|
var delivered_at = "http://rdfs.org/sioc/ns#delivered_at";
|
|
46642
46699
|
var discussion_of = "http://rdfs.org/sioc/ns#discussion_of";
|
|
46700
|
+
var earlier_version = "http://rdfs.org/sioc/ns#earlier_version";
|
|
46643
46701
|
var email3 = "http://rdfs.org/sioc/ns#email";
|
|
46644
46702
|
var email_sha1 = "http://rdfs.org/sioc/ns#email_sha1";
|
|
46645
46703
|
var embeds_knowledge = "http://rdfs.org/sioc/ns#embeds_knowledge";
|
|
@@ -46669,6 +46727,7 @@ var ip_address = "http://rdfs.org/sioc/ns#ip_address";
|
|
|
46669
46727
|
var last_activity_date = "http://rdfs.org/sioc/ns#last_activity_date";
|
|
46670
46728
|
var last_item_date = "http://rdfs.org/sioc/ns#last_item_date";
|
|
46671
46729
|
var last_reply_date = "http://rdfs.org/sioc/ns#last_reply_date";
|
|
46730
|
+
var later_version = "http://rdfs.org/sioc/ns#later_version";
|
|
46672
46731
|
var latest_version = "http://rdfs.org/sioc/ns#latest_version";
|
|
46673
46732
|
var likes = "http://rdfs.org/sioc/ns#likes";
|
|
46674
46733
|
var link2 = "http://rdfs.org/sioc/ns#link";
|
|
@@ -46696,10 +46755,24 @@ var reply_of = "http://rdfs.org/sioc/ns#reply_of";
|
|
|
46696
46755
|
var respond_to = "http://rdfs.org/sioc/ns#respond_to";
|
|
46697
46756
|
var scope_of = "http://rdfs.org/sioc/ns#scope_of";
|
|
46698
46757
|
var shared_by = "http://rdfs.org/sioc/ns#shared_by";
|
|
46758
|
+
var sibling3 = "http://rdfs.org/sioc/ns#sibling";
|
|
46699
46759
|
var space_of = "http://rdfs.org/sioc/ns#space_of";
|
|
46700
46760
|
var subscriber_of = "http://rdfs.org/sioc/ns#subscriber_of";
|
|
46701
46761
|
var topic3 = "http://rdfs.org/sioc/ns#topic";
|
|
46702
46762
|
var usergroup_of = "http://rdfs.org/sioc/ns#usergroup_of";
|
|
46763
|
+
var title8 = "http://rdfs.org/sioc/ns#title";
|
|
46764
|
+
var content_encoded = "http://rdfs.org/sioc/ns#content_encoded";
|
|
46765
|
+
var created_at = "http://rdfs.org/sioc/ns#created_at";
|
|
46766
|
+
var description10 = "http://rdfs.org/sioc/ns#description";
|
|
46767
|
+
var first_name = "http://rdfs.org/sioc/ns#first_name";
|
|
46768
|
+
var group_of = "http://rdfs.org/sioc/ns#group_of";
|
|
46769
|
+
var has_group = "http://rdfs.org/sioc/ns#has_group";
|
|
46770
|
+
var has_part = "http://rdfs.org/sioc/ns#has_part";
|
|
46771
|
+
var last_name = "http://rdfs.org/sioc/ns#last_name";
|
|
46772
|
+
var modified_at = "http://rdfs.org/sioc/ns#modified_at";
|
|
46773
|
+
var part_of = "http://rdfs.org/sioc/ns#part_of";
|
|
46774
|
+
var reference2 = "http://rdfs.org/sioc/ns#reference";
|
|
46775
|
+
var subject7 = "http://rdfs.org/sioc/ns#subject";
|
|
46703
46776
|
var siocImport = /* @__PURE__ */ Object.freeze({
|
|
46704
46777
|
Community,
|
|
46705
46778
|
Container: Container3,
|
|
@@ -46723,6 +46796,7 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46723
46796
|
creator_of,
|
|
46724
46797
|
delivered_at,
|
|
46725
46798
|
discussion_of,
|
|
46799
|
+
earlier_version,
|
|
46726
46800
|
email: email3,
|
|
46727
46801
|
email_sha1,
|
|
46728
46802
|
embeds_knowledge,
|
|
@@ -46752,6 +46826,7 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46752
46826
|
last_activity_date,
|
|
46753
46827
|
last_item_date,
|
|
46754
46828
|
last_reply_date,
|
|
46829
|
+
later_version,
|
|
46755
46830
|
latest_version,
|
|
46756
46831
|
likes,
|
|
46757
46832
|
link: link2,
|
|
@@ -46779,13 +46854,27 @@ var siocImport = /* @__PURE__ */ Object.freeze({
|
|
|
46779
46854
|
respond_to,
|
|
46780
46855
|
scope_of,
|
|
46781
46856
|
shared_by,
|
|
46857
|
+
sibling: sibling3,
|
|
46782
46858
|
space_of,
|
|
46783
46859
|
subscriber_of,
|
|
46784
46860
|
topic: topic3,
|
|
46785
|
-
usergroup_of
|
|
46861
|
+
usergroup_of,
|
|
46862
|
+
title: title8,
|
|
46863
|
+
content_encoded,
|
|
46864
|
+
created_at,
|
|
46865
|
+
description: description10,
|
|
46866
|
+
first_name,
|
|
46867
|
+
group_of,
|
|
46868
|
+
has_group,
|
|
46869
|
+
has_part,
|
|
46870
|
+
last_name,
|
|
46871
|
+
modified_at,
|
|
46872
|
+
part_of,
|
|
46873
|
+
reference: reference2,
|
|
46874
|
+
subject: subject7
|
|
46786
46875
|
});
|
|
46787
46876
|
|
|
46788
|
-
// ../node_modules/rdf-namespaces/dist/skos-
|
|
46877
|
+
// ../node_modules/rdf-namespaces/dist/skos-2b5965bf.js
|
|
46789
46878
|
var Concept = "http://www.w3.org/2004/02/skos/core#Concept";
|
|
46790
46879
|
var ConceptScheme = "http://www.w3.org/2004/02/skos/core#ConceptScheme";
|
|
46791
46880
|
var Collection5 = "http://www.w3.org/2004/02/skos/core#Collection";
|
|
@@ -46793,7 +46882,17 @@ var OrderedCollection2 = "http://www.w3.org/2004/02/skos/core#OrderedCollection"
|
|
|
46793
46882
|
var inScheme = "http://www.w3.org/2004/02/skos/core#inScheme";
|
|
46794
46883
|
var hasTopConcept = "http://www.w3.org/2004/02/skos/core#hasTopConcept";
|
|
46795
46884
|
var topConceptOf = "http://www.w3.org/2004/02/skos/core#topConceptOf";
|
|
46885
|
+
var prefLabel = "http://www.w3.org/2004/02/skos/core#prefLabel";
|
|
46886
|
+
var altLabel = "http://www.w3.org/2004/02/skos/core#altLabel";
|
|
46887
|
+
var hiddenLabel = "http://www.w3.org/2004/02/skos/core#hiddenLabel";
|
|
46796
46888
|
var notation = "http://www.w3.org/2004/02/skos/core#notation";
|
|
46889
|
+
var note3 = "http://www.w3.org/2004/02/skos/core#note";
|
|
46890
|
+
var changeNote = "http://www.w3.org/2004/02/skos/core#changeNote";
|
|
46891
|
+
var definition2 = "http://www.w3.org/2004/02/skos/core#definition";
|
|
46892
|
+
var editorialNote = "http://www.w3.org/2004/02/skos/core#editorialNote";
|
|
46893
|
+
var example2 = "http://www.w3.org/2004/02/skos/core#example";
|
|
46894
|
+
var historyNote = "http://www.w3.org/2004/02/skos/core#historyNote";
|
|
46895
|
+
var scopeNote = "http://www.w3.org/2004/02/skos/core#scopeNote";
|
|
46797
46896
|
var semanticRelation = "http://www.w3.org/2004/02/skos/core#semanticRelation";
|
|
46798
46897
|
var broader = "http://www.w3.org/2004/02/skos/core#broader";
|
|
46799
46898
|
var narrower = "http://www.w3.org/2004/02/skos/core#narrower";
|
|
@@ -46816,7 +46915,17 @@ var skosImport = /* @__PURE__ */ Object.freeze({
|
|
|
46816
46915
|
inScheme,
|
|
46817
46916
|
hasTopConcept,
|
|
46818
46917
|
topConceptOf,
|
|
46918
|
+
prefLabel,
|
|
46919
|
+
altLabel,
|
|
46920
|
+
hiddenLabel,
|
|
46819
46921
|
notation,
|
|
46922
|
+
note: note3,
|
|
46923
|
+
changeNote,
|
|
46924
|
+
definition: definition2,
|
|
46925
|
+
editorialNote,
|
|
46926
|
+
example: example2,
|
|
46927
|
+
historyNote,
|
|
46928
|
+
scopeNote,
|
|
46820
46929
|
semanticRelation,
|
|
46821
46930
|
broader,
|
|
46822
46931
|
narrower,
|
|
@@ -47014,7 +47123,7 @@ var tabontImport = /* @__PURE__ */ Object.freeze({
|
|
|
47014
47123
|
// ../node_modules/rdf-namespaces/dist/vcard-16bbe2a9.js
|
|
47015
47124
|
var Acquaintance = "http://www.w3.org/2006/vcard/ns#Acquaintance";
|
|
47016
47125
|
var Address3 = "http://www.w3.org/2006/vcard/ns#Address";
|
|
47017
|
-
var
|
|
47126
|
+
var Agent3 = "http://www.w3.org/2006/vcard/ns#Agent";
|
|
47018
47127
|
var BBS = "http://www.w3.org/2006/vcard/ns#BBS";
|
|
47019
47128
|
var Car3 = "http://www.w3.org/2006/vcard/ns#Car";
|
|
47020
47129
|
var Cell = "http://www.w3.org/2006/vcard/ns#Cell";
|
|
@@ -47132,7 +47241,7 @@ var longitude5 = "http://www.w3.org/2006/vcard/ns#longitude";
|
|
|
47132
47241
|
var mailer = "http://www.w3.org/2006/vcard/ns#mailer";
|
|
47133
47242
|
var n = "http://www.w3.org/2006/vcard/ns#n";
|
|
47134
47243
|
var nickname = "http://www.w3.org/2006/vcard/ns#nickname";
|
|
47135
|
-
var
|
|
47244
|
+
var note4 = "http://www.w3.org/2006/vcard/ns#note";
|
|
47136
47245
|
var org = "http://www.w3.org/2006/vcard/ns#org";
|
|
47137
47246
|
var photo4 = "http://www.w3.org/2006/vcard/ns#photo";
|
|
47138
47247
|
var prodid2 = "http://www.w3.org/2006/vcard/ns#prodid";
|
|
@@ -47141,14 +47250,14 @@ var rev = "http://www.w3.org/2006/vcard/ns#rev";
|
|
|
47141
47250
|
var role2 = "http://www.w3.org/2006/vcard/ns#role";
|
|
47142
47251
|
var sound = "http://www.w3.org/2006/vcard/ns#sound";
|
|
47143
47252
|
var tel = "http://www.w3.org/2006/vcard/ns#tel";
|
|
47144
|
-
var
|
|
47253
|
+
var title9 = "http://www.w3.org/2006/vcard/ns#title";
|
|
47145
47254
|
var tz = "http://www.w3.org/2006/vcard/ns#tz";
|
|
47146
47255
|
var url6 = "http://www.w3.org/2006/vcard/ns#url";
|
|
47147
47256
|
var value6 = "http://www.w3.org/2006/vcard/ns#value";
|
|
47148
47257
|
var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
47149
47258
|
Acquaintance,
|
|
47150
47259
|
Address: Address3,
|
|
47151
|
-
Agent:
|
|
47260
|
+
Agent: Agent3,
|
|
47152
47261
|
BBS,
|
|
47153
47262
|
Car: Car3,
|
|
47154
47263
|
Cell,
|
|
@@ -47266,7 +47375,7 @@ var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
|
47266
47375
|
mailer,
|
|
47267
47376
|
n,
|
|
47268
47377
|
nickname,
|
|
47269
|
-
note:
|
|
47378
|
+
note: note4,
|
|
47270
47379
|
org,
|
|
47271
47380
|
photo: photo4,
|
|
47272
47381
|
prodid: prodid2,
|
|
@@ -47275,7 +47384,7 @@ var vcardImport = /* @__PURE__ */ Object.freeze({
|
|
|
47275
47384
|
role: role2,
|
|
47276
47385
|
sound,
|
|
47277
47386
|
tel,
|
|
47278
|
-
title:
|
|
47387
|
+
title: title9,
|
|
47279
47388
|
tz,
|
|
47280
47389
|
url: url6,
|
|
47281
47390
|
value: value6
|
|
@@ -47303,7 +47412,7 @@ var creates = "http://www.w3.org/2005/01/wf/flow#creates";
|
|
|
47303
47412
|
var dateDue = "http://www.w3.org/2005/01/wf/flow#dateDue";
|
|
47304
47413
|
var deliverable = "http://www.w3.org/2005/01/wf/flow#deliverable";
|
|
47305
47414
|
var dependent2 = "http://www.w3.org/2005/01/wf/flow#dependent";
|
|
47306
|
-
var
|
|
47415
|
+
var description11 = "http://www.w3.org/2005/01/wf/flow#description";
|
|
47307
47416
|
var final = "http://www.w3.org/2005/01/wf/flow#final";
|
|
47308
47417
|
var goalDescription = "http://www.w3.org/2005/01/wf/flow#goalDescription";
|
|
47309
47418
|
var initialState = "http://www.w3.org/2005/01/wf/flow#initialState";
|
|
@@ -47347,7 +47456,7 @@ var wfImport = /* @__PURE__ */ Object.freeze({
|
|
|
47347
47456
|
dateDue,
|
|
47348
47457
|
deliverable,
|
|
47349
47458
|
dependent: dependent2,
|
|
47350
|
-
description:
|
|
47459
|
+
description: description11,
|
|
47351
47460
|
final,
|
|
47352
47461
|
goalDescription,
|
|
47353
47462
|
initialState,
|
|
@@ -47473,6 +47582,7 @@ var xsdImport = /* @__PURE__ */ Object.freeze({
|
|
|
47473
47582
|
var acl = aclImport;
|
|
47474
47583
|
var arg = argImport;
|
|
47475
47584
|
var as = asImport;
|
|
47585
|
+
var bookmark = bookmarkImport;
|
|
47476
47586
|
var cal = calImport;
|
|
47477
47587
|
var contact3 = contactImport;
|
|
47478
47588
|
var dc = dcImport;
|
|
@@ -47571,11 +47681,17 @@ var PodOS = class {
|
|
|
47571
47681
|
constructor({
|
|
47572
47682
|
session: session4 = {},
|
|
47573
47683
|
offlineCache = new NoOfflineCache(),
|
|
47574
|
-
onlineStatus = new AssumeAlwaysOnline()
|
|
47684
|
+
onlineStatus = new AssumeAlwaysOnline(),
|
|
47685
|
+
internalStore = void 0
|
|
47575
47686
|
} = {}) {
|
|
47576
47687
|
this.session = session4;
|
|
47577
47688
|
this.offlineCache = offlineCache;
|
|
47578
|
-
this.store = new Store(
|
|
47689
|
+
this.store = new Store(
|
|
47690
|
+
this.session,
|
|
47691
|
+
offlineCache,
|
|
47692
|
+
onlineStatus,
|
|
47693
|
+
internalStore
|
|
47694
|
+
);
|
|
47579
47695
|
this.searchGateway = new SearchGateway(this.store);
|
|
47580
47696
|
this.flagAuthorizationMetaDataOnSessionChange();
|
|
47581
47697
|
this.uriService = new UriService(this.store);
|
|
@@ -47591,7 +47707,7 @@ var PodOS = class {
|
|
|
47591
47707
|
flagAuthorizationMetaDataOnSessionChange() {
|
|
47592
47708
|
this.session.observeSession().pipe(
|
|
47593
47709
|
tap(() => {
|
|
47594
|
-
this.store.
|
|
47710
|
+
this.store.flagAuthorizationMetadata();
|
|
47595
47711
|
})
|
|
47596
47712
|
).subscribe();
|
|
47597
47713
|
}
|
|
@@ -47740,4 +47856,4 @@ exports.namedNode2 = namedNode2;
|
|
|
47740
47856
|
exports.require_short_unique_id = require_short_unique_id;
|
|
47741
47857
|
exports.st = st;
|
|
47742
47858
|
|
|
47743
|
-
//# sourceMappingURL=index-
|
|
47859
|
+
//# sourceMappingURL=index-76575e84.js.map
|