rdflib 2.2.34-1 → 2.2.34-ac7c600e
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/.babelrc +0 -0
- package/README.md +0 -0
- package/dist/515.rdflib.min.js +3 -0
- package/dist/{730.rdflib.min.js.LICENSE.txt → 515.rdflib.min.js.LICENSE.txt} +0 -0
- package/dist/515.rdflib.min.js.map +1 -0
- package/dist/789.rdflib.min.js +1 -0
- package/dist/rdflib.min.js +1 -1
- package/dist/rdflib.min.js.LICENSE.txt +0 -0
- package/dist/rdflib.min.js.map +1 -1
- package/esm/blank-node.js +10 -13
- package/esm/class-order.js +0 -0
- package/esm/collection.js +12 -15
- package/esm/default-graph.js +9 -12
- package/esm/empty.js +7 -10
- package/esm/factories/canonical-data-factory.js +1 -2
- package/esm/factories/extended-term-factory.js +3 -4
- package/esm/factories/factory-types.js +0 -0
- package/esm/factories/rdflib-data-factory.js +2 -2
- package/esm/fetcher.js +41 -55
- package/esm/formula.js +12 -15
- package/esm/index.js +12 -15
- package/esm/jsonldparser.js +0 -0
- package/esm/jsonparser.js +0 -0
- package/esm/lists.js +3 -0
- package/esm/literal.js +11 -14
- package/esm/log.js +0 -0
- package/esm/n3parser.js +1 -6
- package/esm/named-node.js +8 -11
- package/esm/namespace.js +0 -0
- package/esm/node-internal.js +1 -2
- package/esm/node.js +0 -1
- package/esm/parse.js +0 -0
- package/esm/patch-parser.js +0 -1
- package/esm/query-to-sparql.js +0 -0
- package/esm/query.js +0 -14
- package/esm/rdfaparser.js +1 -6
- package/esm/rdfxmlparser.js +2 -5
- package/esm/serialize.js +0 -1
- package/esm/serializer.js +1 -14
- package/esm/sparql-to-query.js +0 -2
- package/esm/statement.js +1 -2
- package/esm/store.js +62 -46
- package/esm/tf-types.js +0 -0
- package/esm/types.js +5 -0
- package/esm/update-manager.js +5 -10
- package/esm/updates-via.js +2 -4
- package/esm/uri.js +0 -0
- package/esm/utils/default-graph-uri.js +0 -0
- package/esm/utils/termValue.js +0 -0
- package/esm/utils/terms.js +0 -0
- package/esm/utils-js.js +0 -1
- package/esm/utils.js +1 -0
- package/esm/variable.js +11 -14
- package/esm/xsd-internal.js +0 -0
- package/esm/xsd.js +0 -0
- package/lib/blank-node.d.ts +0 -0
- package/lib/blank-node.js +11 -15
- package/lib/class-order.d.ts +0 -0
- package/lib/class-order.js +1 -2
- package/lib/collection.d.ts +0 -0
- package/lib/collection.js +13 -17
- package/lib/default-graph.d.ts +0 -0
- package/lib/default-graph.js +10 -14
- package/lib/empty.d.ts +0 -0
- package/lib/empty.js +9 -13
- package/lib/factories/canonical-data-factory.d.ts +0 -0
- package/lib/factories/canonical-data-factory.js +2 -4
- package/lib/factories/extended-term-factory.d.ts +0 -0
- package/lib/factories/extended-term-factory.js +4 -6
- package/lib/factories/factory-types.d.ts +0 -0
- package/lib/factories/factory-types.js +2 -3
- package/lib/factories/rdflib-data-factory.d.ts +0 -0
- package/lib/factories/rdflib-data-factory.js +3 -4
- package/lib/fetcher.d.ts +0 -0
- package/lib/fetcher.js +67 -82
- package/lib/formula.d.ts +0 -0
- package/lib/formula.js +14 -18
- package/lib/index.d.ts +0 -0
- package/lib/index.js +30 -49
- package/lib/jsonldparser.d.ts +0 -0
- package/lib/jsonldparser.js +2 -2
- package/lib/jsonparser.d.ts +0 -0
- package/lib/jsonparser.js +2 -3
- package/lib/lists.d.ts +0 -0
- package/lib/lists.js +1 -1
- package/lib/literal.d.ts +0 -0
- package/lib/literal.js +13 -17
- package/lib/log.d.ts +0 -0
- package/lib/log.js +1 -2
- package/lib/n3parser.d.ts +0 -0
- package/lib/n3parser.js +5 -12
- package/lib/named-node.d.ts +0 -0
- package/lib/named-node.js +10 -14
- package/lib/namespace.d.ts +0 -0
- package/lib/namespace.js +0 -0
- package/lib/node-internal.d.ts +0 -0
- package/lib/node-internal.js +2 -4
- package/lib/node.d.ts +0 -0
- package/lib/node.js +1 -3
- package/lib/parse.d.ts +0 -0
- package/lib/parse.js +2 -2
- package/lib/patch-parser.d.ts +0 -0
- package/lib/patch-parser.js +0 -1
- package/lib/query-to-sparql.d.ts +0 -0
- package/lib/query-to-sparql.js +0 -0
- package/lib/query.d.ts +0 -0
- package/lib/query.js +1 -16
- package/lib/rdfaparser.d.ts +0 -0
- package/lib/rdfaparser.js +5 -12
- package/lib/rdfxmlparser.d.ts +0 -0
- package/lib/rdfxmlparser.js +5 -9
- package/lib/serialize.d.ts +0 -0
- package/lib/serialize.js +0 -1
- package/lib/serializer.d.ts +0 -0
- package/lib/serializer.js +4 -18
- package/lib/sparql-to-query.d.ts +0 -0
- package/lib/sparql-to-query.js +0 -2
- package/lib/statement.d.ts +0 -0
- package/lib/statement.js +5 -7
- package/lib/store.d.ts +2 -1
- package/lib/store.js +79 -63
- package/lib/tf-types.d.ts +0 -0
- package/lib/tf-types.js +0 -0
- package/lib/types.d.ts +0 -0
- package/lib/types.js +22 -43
- package/lib/update-manager.d.ts +0 -0
- package/lib/update-manager.js +14 -20
- package/lib/updates-via.d.ts +0 -0
- package/lib/updates-via.js +5 -9
- package/lib/uri.d.ts +0 -0
- package/lib/uri.js +0 -0
- package/lib/utils/default-graph-uri.d.ts +0 -0
- package/lib/utils/default-graph-uri.js +2 -4
- package/lib/utils/termValue.d.ts +0 -0
- package/lib/utils/termValue.js +0 -0
- package/lib/utils/terms.d.ts +0 -0
- package/lib/utils/terms.js +0 -0
- package/lib/utils-js.d.ts +0 -0
- package/lib/utils-js.js +6 -7
- package/lib/utils.d.ts +0 -0
- package/lib/utils.js +1 -2
- package/lib/variable.d.ts +0 -0
- package/lib/variable.js +15 -19
- package/lib/xsd-internal.d.ts +0 -0
- package/lib/xsd-internal.js +2 -3
- package/lib/xsd.d.ts +0 -0
- package/lib/xsd.js +1 -2
- package/package.json +32 -32
- package/src/blank-node.ts +0 -0
- package/src/class-order.ts +0 -0
- package/src/collection.ts +0 -0
- package/src/default-graph.ts +0 -0
- package/src/empty.ts +0 -0
- package/src/factories/canonical-data-factory.ts +0 -0
- package/src/factories/extended-term-factory.ts +0 -0
- package/src/factories/factory-types.ts +0 -0
- package/src/factories/rdflib-data-factory.ts +0 -0
- package/src/fetcher.ts +7 -2
- package/src/formula.ts +0 -0
- package/src/index.ts +0 -0
- package/src/jsonldparser.js +0 -0
- package/src/jsonparser.js +0 -0
- package/src/lists.ts +0 -0
- package/src/literal.ts +0 -0
- package/src/log.js +0 -0
- package/src/n3parser.js +0 -0
- package/src/named-node.ts +0 -0
- package/src/namespace.ts +0 -0
- package/src/node-internal.ts +0 -0
- package/src/node.ts +0 -0
- package/src/parse.ts +0 -0
- package/src/patch-parser.js +0 -0
- package/src/query-to-sparql.js +0 -0
- package/src/query.js +0 -0
- package/src/rdfaparser.js +0 -0
- package/src/rdfxmlparser.js +1 -2
- package/src/serialize.ts +0 -0
- package/src/serializer.js +0 -0
- package/src/sparql-to-query.js +0 -0
- package/src/statement.ts +0 -0
- package/src/store.ts +37 -13
- package/src/tf-types.ts +0 -0
- package/src/types.ts +0 -0
- package/src/update-manager.ts +2 -2
- package/src/updates-via.js +0 -0
- package/src/uri.ts +0 -0
- package/src/utils/default-graph-uri.ts +0 -0
- package/src/utils/termValue.ts +0 -0
- package/src/utils/terms.ts +0 -0
- package/src/utils-js.js +0 -0
- package/src/utils.ts +0 -0
- package/src/variable.ts +0 -0
- package/src/xsd-internal.js +0 -0
- package/src/xsd.js +0 -0
- package/dist/670.rdflib.min.js +0 -1
- package/dist/730.rdflib.min.js +0 -3
- package/dist/730.rdflib.min.js.map +0 -1
package/esm/store.js
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
|
5
3
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
6
4
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
5
|
+
import _inherits from "@babel/runtime/helpers/inherits";
|
|
7
6
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
8
|
-
function ownKeys(
|
|
9
|
-
function _objectSpread(
|
|
7
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10
9
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
11
10
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
12
11
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
13
|
-
function
|
|
14
|
-
function _isNativeReflectConstruct() {
|
|
12
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
13
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
15
14
|
/* Identity management and indexing for RDF
|
|
16
15
|
*
|
|
17
16
|
* This file provides IndexedFormula a formula (set of triples) which
|
|
@@ -96,8 +95,6 @@ function handleRDFType(formula, subj, pred, obj, why) {
|
|
|
96
95
|
* Indexed Formula aka Store
|
|
97
96
|
*/
|
|
98
97
|
var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
99
|
-
_inherits(IndexedFormula, _Formula);
|
|
100
|
-
var _super = _createSuper(IndexedFormula);
|
|
101
98
|
/**
|
|
102
99
|
* Creates a new formula
|
|
103
100
|
* @param features - What sort of automatic processing to do? Array of string
|
|
@@ -111,42 +108,42 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
111
108
|
var _this;
|
|
112
109
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
113
110
|
_classCallCheck(this, IndexedFormula);
|
|
114
|
-
_this =
|
|
111
|
+
_this = _callSuper(this, IndexedFormula, [undefined, undefined, undefined, undefined, opts]);
|
|
115
112
|
// IN future - allow pass array of statements to constructor
|
|
116
113
|
/**
|
|
117
114
|
* An UpdateManager initialised to this store
|
|
118
115
|
*/
|
|
119
|
-
_defineProperty(
|
|
116
|
+
_defineProperty(_this, "updater", void 0);
|
|
120
117
|
/**
|
|
121
118
|
* Dictionary of namespace prefixes
|
|
122
119
|
*/
|
|
123
|
-
_defineProperty(
|
|
120
|
+
_defineProperty(_this, "namespaces", void 0);
|
|
124
121
|
/** Map of iri predicates to functions to call when adding { s type X } */
|
|
125
|
-
_defineProperty(
|
|
122
|
+
_defineProperty(_this, "classActions", void 0);
|
|
126
123
|
/** Map of iri predicates to functions to call when getting statement with {s X o} */
|
|
127
|
-
_defineProperty(
|
|
124
|
+
_defineProperty(_this, "propertyActions", void 0);
|
|
128
125
|
/** Redirect to lexically smaller equivalent symbol */
|
|
129
|
-
_defineProperty(
|
|
126
|
+
_defineProperty(_this, "redirections", void 0);
|
|
130
127
|
/** Reverse mapping to redirection: aliases for this */
|
|
131
|
-
_defineProperty(
|
|
128
|
+
_defineProperty(_this, "aliases", void 0);
|
|
132
129
|
/** Redirections we got from HTTP */
|
|
133
|
-
_defineProperty(
|
|
130
|
+
_defineProperty(_this, "HTTPRedirects", void 0);
|
|
134
131
|
/** Array of statements with this X as subject */
|
|
135
|
-
_defineProperty(
|
|
132
|
+
_defineProperty(_this, "subjectIndex", void 0);
|
|
136
133
|
/** Array of statements with this X as predicate */
|
|
137
|
-
_defineProperty(
|
|
134
|
+
_defineProperty(_this, "predicateIndex", void 0);
|
|
138
135
|
/** Array of statements with this X as object */
|
|
139
|
-
_defineProperty(
|
|
136
|
+
_defineProperty(_this, "objectIndex", void 0);
|
|
140
137
|
/** Array of statements with X as provenance */
|
|
141
|
-
_defineProperty(
|
|
142
|
-
_defineProperty(
|
|
143
|
-
_defineProperty(
|
|
144
|
-
_defineProperty(
|
|
145
|
-
_defineProperty(
|
|
138
|
+
_defineProperty(_this, "whyIndex", void 0);
|
|
139
|
+
_defineProperty(_this, "index", void 0);
|
|
140
|
+
_defineProperty(_this, "features", void 0);
|
|
141
|
+
_defineProperty(_this, "_universalVariables", void 0);
|
|
142
|
+
_defineProperty(_this, "_existentialVariables", void 0);
|
|
146
143
|
/** Function to remove quads from the store arrays with */
|
|
147
|
-
_defineProperty(
|
|
144
|
+
_defineProperty(_this, "rdfArrayRemove", void 0);
|
|
148
145
|
/** Callbacks which are triggered after a statement has been added to the store */
|
|
149
|
-
_defineProperty(
|
|
146
|
+
_defineProperty(_this, "dataCallbacks", void 0);
|
|
150
147
|
_this.propertyActions = {};
|
|
151
148
|
_this.classActions = {};
|
|
152
149
|
_this.redirections = [];
|
|
@@ -175,7 +172,8 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
175
172
|
/**
|
|
176
173
|
* Gets the URI of the default graph
|
|
177
174
|
*/
|
|
178
|
-
|
|
175
|
+
_inherits(IndexedFormula, _Formula);
|
|
176
|
+
return _createClass(IndexedFormula, [{
|
|
179
177
|
key: "substitute",
|
|
180
178
|
value:
|
|
181
179
|
/**
|
|
@@ -317,14 +315,12 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
317
315
|
return true; // true if statement given is NOT needed in the store
|
|
318
316
|
}]; // sameAs -> equate & don't add to index
|
|
319
317
|
}
|
|
320
|
-
|
|
321
318
|
if (ArrayIndexOf(features, 'InverseFunctionalProperty') >= 0) {
|
|
322
319
|
this.classActions[this.rdfFactory.id(this.rdfFactory.namedNode("".concat(owlNamespaceURI, "InverseFunctionalProperty")))] = [function (formula, subj, pred, obj, addFn) {
|
|
323
320
|
// yes subj not pred!
|
|
324
321
|
return formula.newPropertyAction(subj, handleIFP);
|
|
325
322
|
}]; // IFP -> handleIFP, do add to index
|
|
326
323
|
}
|
|
327
|
-
|
|
328
324
|
if (ArrayIndexOf(features, 'FunctionalProperty') >= 0) {
|
|
329
325
|
this.classActions[this.rdfFactory.id(this.rdfFactory.namedNode("".concat(owlNamespaceURI, "FunctionalProperty")))] = [function (formula, subj, proj, obj, addFn) {
|
|
330
326
|
return formula.newPropertyAction(subj, handleFP);
|
|
@@ -825,36 +821,59 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
825
821
|
}
|
|
826
822
|
|
|
827
823
|
/**
|
|
828
|
-
* Removes all statements in a doc, along with the related metadata including request/response
|
|
824
|
+
* Removes all statements in a doc, along with the related metadata including request/response/status
|
|
829
825
|
* @param doc - The document / graph
|
|
830
826
|
*/
|
|
831
827
|
}, {
|
|
832
828
|
key: "removeDocument",
|
|
833
829
|
value: function removeDocument(doc) {
|
|
830
|
+
this.removeMetadata(doc);
|
|
831
|
+
// remove document
|
|
832
|
+
var sts = this.statementsMatching(undefined, undefined, undefined, doc).slice(); // Take a copy as this is the actual index
|
|
833
|
+
for (var i = 0; i < sts.length; i++) {
|
|
834
|
+
this.removeStatement(sts[i]);
|
|
835
|
+
}
|
|
836
|
+
this.removeMatches(doc, null, null);
|
|
837
|
+
return this;
|
|
838
|
+
}
|
|
839
|
+
}, {
|
|
840
|
+
key: "removeMetadata",
|
|
841
|
+
value: function removeMetadata(doc) {
|
|
834
842
|
var meta = this.sym('chrome://TheCurrentSession'); // or this.rdfFactory.namedNode('chrome://TheCurrentSession')
|
|
835
|
-
var linkNamespaceURI = 'http://www.w3.org/2007/ont/link#';
|
|
836
|
-
// remove
|
|
843
|
+
var linkNamespaceURI = 'http://www.w3.org/2007/ont/link#';
|
|
844
|
+
// remove status/response/request metadata
|
|
837
845
|
var requests = this.statementsMatching(undefined, this.sym("".concat(linkNamespaceURI, "requestedURI")), this.rdfFactory.literal(doc.value), meta).map(function (st) {
|
|
838
846
|
return st.subject;
|
|
839
847
|
});
|
|
840
848
|
for (var r = 0; r < requests.length; r++) {
|
|
841
849
|
var request = requests[r];
|
|
842
|
-
if (request
|
|
843
|
-
|
|
850
|
+
if (request != undefined) {
|
|
851
|
+
// removeMatches unresolved issue with collection https://github.com/linkeddata/rdflib.js/issues/631
|
|
852
|
+
var sts = void 0;
|
|
853
|
+
// status collection
|
|
854
|
+
var status = this.any(request, this.sym("".concat(linkNamespaceURI, "status")), null, meta);
|
|
855
|
+
if (status != undefined) {
|
|
856
|
+
sts = this.statementsMatching(status, this.sym("".concat(linkNamespaceURI, "status")), null, meta).slice();
|
|
857
|
+
for (var i = 0; i < sts.length; i++) {
|
|
858
|
+
this.removeStatement(sts[i]);
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
// response items list
|
|
844
862
|
var response = this.any(request, this.sym("".concat(linkNamespaceURI, "response")), null, meta);
|
|
845
|
-
if (response
|
|
846
|
-
|
|
847
|
-
|
|
863
|
+
if (response != undefined) {
|
|
864
|
+
sts = this.statementsMatching(response, null, null, meta).slice();
|
|
865
|
+
for (var i = 0; i < sts.length; i++) {
|
|
866
|
+
this.removeStatement(sts[i]);
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
// request triples
|
|
870
|
+
sts = this.statementsMatching(request, null, null, meta).slice();
|
|
871
|
+
for (var i = 0; i < sts.length; i++) {
|
|
872
|
+
this.removeStatement(sts[i]);
|
|
848
873
|
}
|
|
849
874
|
}
|
|
850
875
|
}
|
|
851
876
|
this.removeMatches(this.sym(doc.value), null, null, meta); // content-type
|
|
852
|
-
|
|
853
|
-
// remove document
|
|
854
|
-
var sts = this.statementsMatching(undefined, undefined, undefined, doc).slice(); // Take a copy as this is the actual index
|
|
855
|
-
for (var i = 0; i < sts.length; i++) {
|
|
856
|
-
this.removeStatement(sts[i]);
|
|
857
|
-
}
|
|
858
877
|
return this;
|
|
859
878
|
}
|
|
860
879
|
|
|
@@ -947,7 +966,6 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
947
966
|
if (!oldlist) {
|
|
948
967
|
return; // none to move
|
|
949
968
|
}
|
|
950
|
-
|
|
951
969
|
var newlist = ix[newhash];
|
|
952
970
|
if (!newlist) {
|
|
953
971
|
ix[newhash] = oldlist;
|
|
@@ -1093,7 +1111,6 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
1093
1111
|
if (!list) {
|
|
1094
1112
|
return []; // No occurrences
|
|
1095
1113
|
}
|
|
1096
|
-
|
|
1097
1114
|
if (list.length < best) {
|
|
1098
1115
|
best = list.length;
|
|
1099
1116
|
iBest = i; // (not p!)
|
|
@@ -1161,7 +1178,6 @@ var IndexedFormula = /*#__PURE__*/function (_Formula) {
|
|
|
1161
1178
|
return defaultGraphURI;
|
|
1162
1179
|
}
|
|
1163
1180
|
}]);
|
|
1164
|
-
return IndexedFormula;
|
|
1165
1181
|
}(Formula);
|
|
1166
1182
|
_defineProperty(IndexedFormula, "handleRDFType", void 0);
|
|
1167
1183
|
export { IndexedFormula as default };
|
package/esm/tf-types.js
CHANGED
|
File without changes
|
package/esm/types.js
CHANGED
|
@@ -35,9 +35,14 @@ export var XHTMLContentType = "application/xhtml+xml";
|
|
|
35
35
|
* In some ways, the TF types in here are a bit more strict.
|
|
36
36
|
* Variables are missing, and the statement requires specific types of terms (e.g. NamedNode instead of Term).
|
|
37
37
|
*/
|
|
38
|
+
|
|
38
39
|
/** An RDF/JS Subject */
|
|
40
|
+
|
|
39
41
|
/** An RDF/JS Predicate */
|
|
42
|
+
|
|
40
43
|
/** An RDF/JS Object */
|
|
44
|
+
|
|
41
45
|
/** An RDF/JS Graph */
|
|
42
46
|
// | Formula
|
|
47
|
+
|
|
43
48
|
/** All the types that a .fromValue() method might return */
|
package/esm/update-manager.js
CHANGED
|
@@ -62,7 +62,7 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
62
62
|
this.ns.owl = Namespace('http://www.w3.org/2002/07/owl#');
|
|
63
63
|
this.patchControl = [];
|
|
64
64
|
}
|
|
65
|
-
_createClass(UpdateManager, [{
|
|
65
|
+
return _createClass(UpdateManager, [{
|
|
66
66
|
key: "patchControlFor",
|
|
67
67
|
value: function patchControlFor(doc) {
|
|
68
68
|
if (!this.patchControl[doc.value]) {
|
|
@@ -99,7 +99,7 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
99
99
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
100
100
|
var request = _step.value;
|
|
101
101
|
var _response = kb.any(request, this.ns.link('response'), null, meta);
|
|
102
|
-
if (_response
|
|
102
|
+
if (_response != undefined) {
|
|
103
103
|
// ts
|
|
104
104
|
kb.add(_response, this.ns.link('outOfDate'), true, meta); // @@ Boolean is fine - fix types
|
|
105
105
|
}
|
|
@@ -124,7 +124,7 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
124
124
|
*/
|
|
125
125
|
}, {
|
|
126
126
|
key: "checkEditable",
|
|
127
|
-
value: function () {
|
|
127
|
+
value: (function () {
|
|
128
128
|
var _checkEditable = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(uri, kb) {
|
|
129
129
|
var _kb$fetcher2;
|
|
130
130
|
var initial, final;
|
|
@@ -174,6 +174,7 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
174
174
|
* @returns The method string SPARQL or DAV or
|
|
175
175
|
* LOCALFILE or false if known, undefined if not known.
|
|
176
176
|
*/
|
|
177
|
+
)
|
|
177
178
|
}, {
|
|
178
179
|
key: "editable",
|
|
179
180
|
value: function editable(uri, kb) {
|
|
@@ -181,7 +182,6 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
181
182
|
if (!uri) {
|
|
182
183
|
return false; // Eg subject is bnode, no known doc to write to
|
|
183
184
|
}
|
|
184
|
-
|
|
185
185
|
if (!kb) {
|
|
186
186
|
kb = this.store;
|
|
187
187
|
}
|
|
@@ -628,7 +628,6 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
628
628
|
control.outOfDate = true;
|
|
629
629
|
return; // once only needed @@ Not true, has changed again
|
|
630
630
|
}
|
|
631
|
-
|
|
632
631
|
control.reloading = true;
|
|
633
632
|
var retryTimeout = 1000; // ms
|
|
634
633
|
var tryReload = function tryReload() {
|
|
@@ -649,7 +648,7 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
649
648
|
}
|
|
650
649
|
} else {
|
|
651
650
|
control.reloading = false;
|
|
652
|
-
if (response.status === 0) {
|
|
651
|
+
if (response && response.status === 0) {
|
|
653
652
|
// console.log('Network error refreshing the data. Retrying in ' +
|
|
654
653
|
// retryTimeout / 1000)
|
|
655
654
|
control.reloading = true;
|
|
@@ -933,7 +932,6 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
933
932
|
if (ds.length === 0 && is.length === 0) {
|
|
934
933
|
return callback(null, true); // success -- nothing needed to be done.
|
|
935
934
|
}
|
|
936
|
-
|
|
937
935
|
var doc = ds.length ? ds[0].graph : is[0].graph;
|
|
938
936
|
if (!doc) {
|
|
939
937
|
var _message2 = 'Error patching: statement does not specify which document to patch:' + ds[0] + ', ' + is[0];
|
|
@@ -1003,7 +1001,6 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
1003
1001
|
control.upstreamCount += 1; // count changes we originated ourselves
|
|
1004
1002
|
// console.log('upstream count up to : ' + control.upstreamCount)
|
|
1005
1003
|
}
|
|
1006
|
-
|
|
1007
1004
|
this.fire(doc.value, query, function (uri, success, body, response) {
|
|
1008
1005
|
response.elapsedTimeMs = Date.now() - startTime;
|
|
1009
1006
|
/* console.log(' UpdateManager: Return ' +
|
|
@@ -1064,7 +1061,6 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
1064
1061
|
if (!response) {
|
|
1065
1062
|
return null; // throw "No record HTTP GET response for document: "+doc
|
|
1066
1063
|
}
|
|
1067
|
-
|
|
1068
1064
|
var contentType = kb.the(response, this.ns.httph('content-type')).value;
|
|
1069
1065
|
|
|
1070
1066
|
// prepare contents of revised document
|
|
@@ -1268,6 +1264,5 @@ var UpdateManager = /*#__PURE__*/function () {
|
|
|
1268
1264
|
});
|
|
1269
1265
|
}
|
|
1270
1266
|
}]);
|
|
1271
|
-
return UpdateManager;
|
|
1272
1267
|
}();
|
|
1273
1268
|
export { UpdateManager as default };
|
package/esm/updates-via.js
CHANGED
|
@@ -23,7 +23,7 @@ export var UpdatesSocket = /*#__PURE__*/function () {
|
|
|
23
23
|
this.onError(error);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
_createClass(UpdatesSocket, [{
|
|
26
|
+
return _createClass(UpdatesSocket, [{
|
|
27
27
|
key: "_decode",
|
|
28
28
|
value: function _decode(q) {
|
|
29
29
|
var elt;
|
|
@@ -120,7 +120,6 @@ export var UpdatesSocket = /*#__PURE__*/function () {
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
}]);
|
|
123
|
-
return UpdatesSocket;
|
|
124
123
|
}();
|
|
125
124
|
export var UpdatesVia = /*#__PURE__*/function () {
|
|
126
125
|
function UpdatesVia(fetcher) {
|
|
@@ -130,7 +129,7 @@ export var UpdatesVia = /*#__PURE__*/function () {
|
|
|
130
129
|
this.via = {};
|
|
131
130
|
this.fetcher.addCallback('headers', this.onHeaders);
|
|
132
131
|
}
|
|
133
|
-
_createClass(UpdatesVia, [{
|
|
132
|
+
return _createClass(UpdatesVia, [{
|
|
134
133
|
key: "onHeaders",
|
|
135
134
|
value: function onHeaders(d) {
|
|
136
135
|
var etag, uri, via;
|
|
@@ -166,5 +165,4 @@ export var UpdatesVia = /*#__PURE__*/function () {
|
|
|
166
165
|
return this.via[via].subscribe(uri);
|
|
167
166
|
}
|
|
168
167
|
}]);
|
|
169
|
-
return UpdatesVia;
|
|
170
168
|
}();
|
package/esm/uri.js
CHANGED
|
File without changes
|
|
File without changes
|
package/esm/utils/termValue.js
CHANGED
|
File without changes
|
package/esm/utils/terms.js
CHANGED
|
File without changes
|
package/esm/utils-js.js
CHANGED
package/esm/utils.js
CHANGED
package/esm/variable.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
2
2
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
|
5
3
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
6
4
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
5
|
+
import _inherits from "@babel/runtime/helpers/inherits";
|
|
7
6
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
8
|
-
function
|
|
9
|
-
function _isNativeReflectConstruct() {
|
|
7
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
8
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
10
9
|
import ClassOrder from './class-order';
|
|
11
10
|
import Node from './node-internal';
|
|
12
11
|
import { VariableTermType } from './types';
|
|
@@ -19,8 +18,6 @@ import * as Uri from './uri';
|
|
|
19
18
|
* but the ? notation has an implicit base uri of 'varid:'
|
|
20
19
|
*/
|
|
21
20
|
var Variable = /*#__PURE__*/function (_Node) {
|
|
22
|
-
_inherits(Variable, _Node);
|
|
23
|
-
var _super = _createSuper(Variable);
|
|
24
21
|
/**
|
|
25
22
|
* Initializes this variable
|
|
26
23
|
* @param name The variable's name
|
|
@@ -29,19 +26,20 @@ var Variable = /*#__PURE__*/function (_Node) {
|
|
|
29
26
|
var _this;
|
|
30
27
|
var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
31
28
|
_classCallCheck(this, Variable);
|
|
32
|
-
_this =
|
|
33
|
-
_defineProperty(
|
|
29
|
+
_this = _callSuper(this, Variable, [name]);
|
|
30
|
+
_defineProperty(_this, "termType", VariableTermType);
|
|
34
31
|
/** The base string for a variable's name */
|
|
35
|
-
_defineProperty(
|
|
36
|
-
_defineProperty(
|
|
37
|
-
_defineProperty(
|
|
32
|
+
_defineProperty(_this, "base", 'varid:');
|
|
33
|
+
_defineProperty(_this, "classOrder", ClassOrder.Variable);
|
|
34
|
+
_defineProperty(_this, "isVar", 1);
|
|
38
35
|
/** The unique identifier of this variable */
|
|
39
|
-
_defineProperty(
|
|
36
|
+
_defineProperty(_this, "uri", void 0);
|
|
40
37
|
_this.base = 'varid:';
|
|
41
38
|
_this.uri = Uri.join(name, _this.base);
|
|
42
39
|
return _this;
|
|
43
40
|
}
|
|
44
|
-
|
|
41
|
+
_inherits(Variable, _Node);
|
|
42
|
+
return _createClass(Variable, [{
|
|
45
43
|
key: "equals",
|
|
46
44
|
value: function equals(other) {
|
|
47
45
|
if (!other) {
|
|
@@ -74,6 +72,5 @@ var Variable = /*#__PURE__*/function (_Node) {
|
|
|
74
72
|
return "?".concat(variable.uri);
|
|
75
73
|
}
|
|
76
74
|
}]);
|
|
77
|
-
return Variable;
|
|
78
75
|
}(Node);
|
|
79
76
|
export { Variable as default };
|
package/esm/xsd-internal.js
CHANGED
|
File without changes
|
package/esm/xsd.js
CHANGED
|
File without changes
|
package/lib/blank-node.d.ts
CHANGED
|
File without changes
|
package/lib/blank-node.js
CHANGED
|
@@ -7,23 +7,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
9
9
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
10
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
11
|
-
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
12
10
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
13
11
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
12
|
+
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
14
13
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
14
|
var _classOrder = _interopRequireDefault(require("./class-order"));
|
|
16
15
|
var _nodeInternal = _interopRequireDefault(require("./node-internal"));
|
|
17
16
|
var _types = require("./types");
|
|
18
|
-
function
|
|
19
|
-
function _isNativeReflectConstruct() {
|
|
17
|
+
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
18
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
20
19
|
/**
|
|
21
20
|
* An RDF blank node is a Node without a URI
|
|
22
21
|
* @link https://rdf.js.org/data-model-spec/#blanknode-interface
|
|
23
22
|
*/
|
|
24
|
-
var BlankNode = /*#__PURE__*/function (_Node) {
|
|
25
|
-
(0, _inherits2.default)(BlankNode, _Node);
|
|
26
|
-
var _super = _createSuper(BlankNode);
|
|
23
|
+
var BlankNode = exports.default = /*#__PURE__*/function (_Node) {
|
|
27
24
|
/**
|
|
28
25
|
* Initializes this node
|
|
29
26
|
* @param [id] The identifier for the blank node
|
|
@@ -31,24 +28,25 @@ var BlankNode = /*#__PURE__*/function (_Node) {
|
|
|
31
28
|
function BlankNode(id) {
|
|
32
29
|
var _this;
|
|
33
30
|
(0, _classCallCheck2.default)(this, BlankNode);
|
|
34
|
-
_this =
|
|
35
|
-
(0, _defineProperty2.default)(
|
|
36
|
-
(0, _defineProperty2.default)(
|
|
31
|
+
_this = _callSuper(this, BlankNode, [BlankNode.getId(id)]);
|
|
32
|
+
(0, _defineProperty2.default)(_this, "termType", _types.BlankNodeTermType);
|
|
33
|
+
(0, _defineProperty2.default)(_this, "classOrder", _classOrder.default.BlankNode);
|
|
37
34
|
/** Whether this is a blank node */
|
|
38
|
-
(0, _defineProperty2.default)(
|
|
35
|
+
(0, _defineProperty2.default)(_this, "isBlank", 1);
|
|
39
36
|
/**
|
|
40
37
|
* This type of node is a variable.
|
|
41
38
|
*
|
|
42
39
|
* Note that the existence of this property already indicates that it is a variable.
|
|
43
40
|
*/
|
|
44
|
-
(0, _defineProperty2.default)(
|
|
41
|
+
(0, _defineProperty2.default)(_this, "isVar", 1);
|
|
45
42
|
return _this;
|
|
46
43
|
}
|
|
47
44
|
|
|
48
45
|
/**
|
|
49
46
|
* The identifier for the blank node
|
|
50
47
|
*/
|
|
51
|
-
(0,
|
|
48
|
+
(0, _inherits2.default)(BlankNode, _Node);
|
|
49
|
+
return (0, _createClass2.default)(BlankNode, [{
|
|
52
50
|
key: "id",
|
|
53
51
|
get: function get() {
|
|
54
52
|
return this.value;
|
|
@@ -113,9 +111,7 @@ var BlankNode = /*#__PURE__*/function (_Node) {
|
|
|
113
111
|
return 'n' + BlankNode.nextId++;
|
|
114
112
|
}
|
|
115
113
|
}]);
|
|
116
|
-
return BlankNode;
|
|
117
114
|
}(_nodeInternal.default);
|
|
118
|
-
exports.default = BlankNode;
|
|
119
115
|
/**
|
|
120
116
|
* The next unique identifier for blank nodes
|
|
121
117
|
*/
|
package/lib/class-order.d.ts
CHANGED
|
File without changes
|
package/lib/class-order.js
CHANGED
package/lib/collection.d.ts
CHANGED
|
File without changes
|
package/lib/collection.js
CHANGED
|
@@ -8,10 +8,9 @@ exports.default = void 0;
|
|
|
8
8
|
exports.fromValue = fromValue;
|
|
9
9
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
10
10
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
11
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
12
|
-
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
13
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
14
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
13
|
+
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
15
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
16
15
|
var _blankNode = _interopRequireDefault(require("./blank-node"));
|
|
17
16
|
var _classOrder = _interopRequireDefault(require("./class-order"));
|
|
@@ -19,8 +18,8 @@ var _literal = _interopRequireDefault(require("./literal"));
|
|
|
19
18
|
var _nodeInternal = _interopRequireDefault(require("./node-internal"));
|
|
20
19
|
var _types = require("./types");
|
|
21
20
|
var _terms = require("./utils/terms");
|
|
22
|
-
function
|
|
23
|
-
function _isNativeReflectConstruct() {
|
|
21
|
+
function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
|
|
22
|
+
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
24
23
|
/**
|
|
25
24
|
* Creates an RDF Node from a native javascript value.
|
|
26
25
|
* RDF Nodes are returned unchanged, undefined returned as itself.
|
|
@@ -48,22 +47,20 @@ function fromValue(value) {
|
|
|
48
47
|
*
|
|
49
48
|
* Use generic T to control the contents of the array.
|
|
50
49
|
*/
|
|
51
|
-
var Collection = /*#__PURE__*/function (_Node) {
|
|
52
|
-
(0, _inherits2.default)(Collection, _Node);
|
|
53
|
-
var _super = _createSuper(Collection);
|
|
50
|
+
var Collection = exports.default = /*#__PURE__*/function (_Node) {
|
|
54
51
|
function Collection(initial) {
|
|
55
52
|
var _this;
|
|
56
53
|
(0, _classCallCheck2.default)(this, Collection);
|
|
57
|
-
_this =
|
|
58
|
-
(0, _defineProperty2.default)(
|
|
59
|
-
(0, _defineProperty2.default)(
|
|
60
|
-
(0, _defineProperty2.default)(
|
|
61
|
-
(0, _defineProperty2.default)(
|
|
54
|
+
_this = _callSuper(this, Collection, [(_blankNode.default.nextId++).toString()]);
|
|
55
|
+
(0, _defineProperty2.default)(_this, "termType", _types.CollectionTermType);
|
|
56
|
+
(0, _defineProperty2.default)(_this, "classOrder", _classOrder.default.Collection);
|
|
57
|
+
(0, _defineProperty2.default)(_this, "closed", false);
|
|
58
|
+
(0, _defineProperty2.default)(_this, "compareTerm", _blankNode.default.prototype.compareTerm);
|
|
62
59
|
/**
|
|
63
60
|
* The nodes in this collection
|
|
64
61
|
*/
|
|
65
|
-
(0, _defineProperty2.default)(
|
|
66
|
-
(0, _defineProperty2.default)(
|
|
62
|
+
(0, _defineProperty2.default)(_this, "elements", []);
|
|
63
|
+
(0, _defineProperty2.default)(_this, "isVar", 0);
|
|
67
64
|
if (initial && initial.length > 0) {
|
|
68
65
|
initial.forEach(function (element) {
|
|
69
66
|
_this.elements.push(fromValue(element));
|
|
@@ -71,7 +68,8 @@ var Collection = /*#__PURE__*/function (_Node) {
|
|
|
71
68
|
}
|
|
72
69
|
return _this;
|
|
73
70
|
}
|
|
74
|
-
(0,
|
|
71
|
+
(0, _inherits2.default)(Collection, _Node);
|
|
72
|
+
return (0, _createClass2.default)(Collection, [{
|
|
75
73
|
key: "id",
|
|
76
74
|
get: function get() {
|
|
77
75
|
return this.value;
|
|
@@ -154,7 +152,5 @@ var Collection = /*#__PURE__*/function (_Node) {
|
|
|
154
152
|
return _blankNode.default.NTAnonymousNodePrefix + collection.id;
|
|
155
153
|
}
|
|
156
154
|
}]);
|
|
157
|
-
return Collection;
|
|
158
155
|
}(_nodeInternal.default);
|
|
159
|
-
exports.default = Collection;
|
|
160
156
|
(0, _defineProperty2.default)(Collection, "termType", _types.CollectionTermType);
|
package/lib/default-graph.d.ts
CHANGED
|
File without changes
|