@startinblox/core 2.0.6-beta.9 → 2.0.6

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/README.md CHANGED
@@ -21,8 +21,6 @@ npm run dev
21
21
 
22
22
  You can now see examples at [http://127.0.0.1:3000](http://127.0.0.1:3000/).
23
23
 
24
-
25
-
26
24
  ## Adding new features
27
25
  To develop new features for `sib-core`, you can add an HTML example file in `/examples` directory and link it in `/index.html`.
28
26
  Don't forget to import the framework:
@@ -32,9 +30,6 @@ Don't forget to import the framework:
32
30
  ```
33
31
  You can now write HTML using `sib-core` and test it in your browser.
34
32
 
35
- ## Documentation
36
-
37
- - **[Store API Documentation](./docs/store.md)** - Comprehensive guide to the StartinBlox Store API, including data retrieval, manipulation, and advanced querying capabilities.
38
33
 
39
34
  ## Testing
40
35
 
@@ -1,7 +1,7 @@
1
1
  const fr = {
2
- "autocompletion.placeholder": "S\xE9lectionner une valeur",
2
+ "autocompletion.placeholder": "Sélectionner une valeur",
3
3
  "autocompletion.searchPlaceholder": "Rechercher",
4
- "autocompletion.searchText": "Aucun r\xE9sultat",
4
+ "autocompletion.searchText": "Aucun résultat",
5
5
  "solid-delete.button": "Supprimer",
6
6
  "solid-form.submit-button": "Envoyer",
7
7
  "solid-form.validation-error": "Erreur de validation.",
@@ -176,21 +176,21 @@ var hasRequiredRelativeToAbsoluteIri;
176
176
  function requireRelativeToAbsoluteIri() {
177
177
  if (hasRequiredRelativeToAbsoluteIri) return relativeToAbsoluteIri;
178
178
  hasRequiredRelativeToAbsoluteIri = 1;
179
- (function(exports$1) {
180
- var __createBinding = relativeToAbsoluteIri && relativeToAbsoluteIri.__createBinding || (Object.create ? (function(o, m, k, k2) {
179
+ (function(exports) {
180
+ var __createBinding = relativeToAbsoluteIri && relativeToAbsoluteIri.__createBinding || (Object.create ? function(o, m, k, k2) {
181
181
  if (k2 === void 0) k2 = k;
182
182
  Object.defineProperty(o, k2, { enumerable: true, get: function() {
183
183
  return m[k];
184
184
  } });
185
- }) : (function(o, m, k, k2) {
185
+ } : function(o, m, k, k2) {
186
186
  if (k2 === void 0) k2 = k;
187
187
  o[k2] = m[k];
188
- }));
189
- var __exportStar = relativeToAbsoluteIri && relativeToAbsoluteIri.__exportStar || function(m, exports$12) {
190
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports$12, p)) __createBinding(exports$12, m, p);
188
+ });
189
+ var __exportStar = relativeToAbsoluteIri && relativeToAbsoluteIri.__exportStar || function(m, exports2) {
190
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p)) __createBinding(exports2, m, p);
191
191
  };
192
- Object.defineProperty(exports$1, "__esModule", { value: true });
193
- __exportStar(requireResolve(), exports$1);
192
+ Object.defineProperty(exports, "__esModule", { value: true });
193
+ __exportStar(requireResolve(), exports);
194
194
  })(relativeToAbsoluteIri);
195
195
  return relativeToAbsoluteIri;
196
196
  }
@@ -199,9 +199,9 @@ var hasRequiredErrorCoded;
199
199
  function requireErrorCoded() {
200
200
  if (hasRequiredErrorCoded) return ErrorCoded;
201
201
  hasRequiredErrorCoded = 1;
202
- (function(exports$1) {
203
- Object.defineProperty(exports$1, "__esModule", { value: true });
204
- exports$1.ERROR_CODES = exports$1.ErrorCoded = void 0;
202
+ (function(exports) {
203
+ Object.defineProperty(exports, "__esModule", { value: true });
204
+ exports.ERROR_CODES = exports.ErrorCoded = void 0;
205
205
  class ErrorCoded2 extends Error {
206
206
  /* istanbul ignore next */
207
207
  constructor(message, code) {
@@ -209,7 +209,7 @@ function requireErrorCoded() {
209
209
  this.code = code;
210
210
  }
211
211
  }
212
- exports$1.ErrorCoded = ErrorCoded2;
212
+ exports.ErrorCoded = ErrorCoded2;
213
213
  (function(ERROR_CODES) {
214
214
  ERROR_CODES["COLLIDING_KEYWORDS"] = "colliding keywords";
215
215
  ERROR_CODES["CONFLICTING_INDEXES"] = "conflicting indexes";
@@ -263,7 +263,7 @@ function requireErrorCoded() {
263
263
  ERROR_CODES["INVALID_STREAMING_KEY_ORDER"] = "invalid streaming key order";
264
264
  ERROR_CODES["INVALID_EMBEDDED_NODE"] = "invalid embedded node";
265
265
  ERROR_CODES["INVALID_ANNOTATION"] = "invalid annotation";
266
- })(exports$1.ERROR_CODES || (exports$1.ERROR_CODES = {}));
266
+ })(exports.ERROR_CODES || (exports.ERROR_CODES = {}));
267
267
  })(ErrorCoded);
268
268
  return ErrorCoded;
269
269
  }
@@ -854,9 +854,9 @@ var hasRequiredJsonLdContextNormalized;
854
854
  function requireJsonLdContextNormalized() {
855
855
  if (hasRequiredJsonLdContextNormalized) return JsonLdContextNormalized;
856
856
  hasRequiredJsonLdContextNormalized = 1;
857
- (function(exports$1) {
858
- Object.defineProperty(exports$1, "__esModule", { value: true });
859
- exports$1.defaultExpandOptions = exports$1.JsonLdContextNormalized = void 0;
857
+ (function(exports) {
858
+ Object.defineProperty(exports, "__esModule", { value: true });
859
+ exports.defaultExpandOptions = exports.JsonLdContextNormalized = void 0;
860
860
  const relative_to_absolute_iri_1 = requireRelativeToAbsoluteIri();
861
861
  const ErrorCoded_1 = /* @__PURE__ */ requireErrorCoded();
862
862
  const Util_1 = /* @__PURE__ */ requireUtil();
@@ -891,7 +891,7 @@ function requireJsonLdContextNormalized() {
891
891
  * @return {string} The expanded term, the term as-is, or null if it was explicitly disabled in the context.
892
892
  * @throws If the term is aliased to an invalid value (not a string, IRI or keyword).
893
893
  */
894
- expandTerm(term, expandVocab, options = exports$1.defaultExpandOptions) {
894
+ expandTerm(term, expandVocab, options = exports.defaultExpandOptions) {
895
895
  const contextValue = this.contextRaw[term];
896
896
  if (contextValue === null || contextValue && contextValue["@id"] === null) {
897
897
  return null;
@@ -989,8 +989,8 @@ function requireJsonLdContextNormalized() {
989
989
  return iri;
990
990
  }
991
991
  }
992
- exports$1.JsonLdContextNormalized = JsonLdContextNormalized2;
993
- exports$1.defaultExpandOptions = {
992
+ exports.JsonLdContextNormalized = JsonLdContextNormalized2;
993
+ exports.defaultExpandOptions = {
994
994
  allowPrefixForcing: true,
995
995
  allowPrefixNonGenDelims: false,
996
996
  allowVocabRelativeToBase: true
@@ -1681,8 +1681,8 @@ var hasRequiredJsonldContextParser;
1681
1681
  function requireJsonldContextParser() {
1682
1682
  if (hasRequiredJsonldContextParser) return jsonldContextParser;
1683
1683
  hasRequiredJsonldContextParser = 1;
1684
- (function(exports$1) {
1685
- var __createBinding = jsonldContextParser && jsonldContextParser.__createBinding || (Object.create ? (function(o, m, k, k2) {
1684
+ (function(exports) {
1685
+ var __createBinding = jsonldContextParser && jsonldContextParser.__createBinding || (Object.create ? function(o, m, k, k2) {
1686
1686
  if (k2 === void 0) k2 = k;
1687
1687
  var desc = Object.getOwnPropertyDescriptor(m, k);
1688
1688
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -1691,21 +1691,21 @@ function requireJsonldContextParser() {
1691
1691
  } };
1692
1692
  }
1693
1693
  Object.defineProperty(o, k2, desc);
1694
- }) : (function(o, m, k, k2) {
1694
+ } : function(o, m, k, k2) {
1695
1695
  if (k2 === void 0) k2 = k;
1696
1696
  o[k2] = m[k];
1697
- }));
1698
- var __exportStar = jsonldContextParser && jsonldContextParser.__exportStar || function(m, exports$12) {
1699
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports$12, p)) __createBinding(exports$12, m, p);
1697
+ });
1698
+ var __exportStar = jsonldContextParser && jsonldContextParser.__exportStar || function(m, exports2) {
1699
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p)) __createBinding(exports2, m, p);
1700
1700
  };
1701
- Object.defineProperty(exports$1, "__esModule", { value: true });
1702
- __exportStar(/* @__PURE__ */ requireContextParser(), exports$1);
1703
- __exportStar(/* @__PURE__ */ requireErrorCoded(), exports$1);
1704
- __exportStar(/* @__PURE__ */ requireFetchDocumentLoader(), exports$1);
1705
- __exportStar(/* @__PURE__ */ requireIDocumentLoader(), exports$1);
1706
- __exportStar(/* @__PURE__ */ requireJsonLdContext(), exports$1);
1707
- __exportStar(/* @__PURE__ */ requireJsonLdContextNormalized(), exports$1);
1708
- __exportStar(/* @__PURE__ */ requireUtil(), exports$1);
1701
+ Object.defineProperty(exports, "__esModule", { value: true });
1702
+ __exportStar(/* @__PURE__ */ requireContextParser(), exports);
1703
+ __exportStar(/* @__PURE__ */ requireErrorCoded(), exports);
1704
+ __exportStar(/* @__PURE__ */ requireFetchDocumentLoader(), exports);
1705
+ __exportStar(/* @__PURE__ */ requireIDocumentLoader(), exports);
1706
+ __exportStar(/* @__PURE__ */ requireJsonLdContext(), exports);
1707
+ __exportStar(/* @__PURE__ */ requireJsonLdContextNormalized(), exports);
1708
+ __exportStar(/* @__PURE__ */ requireUtil(), exports);
1709
1709
  })(jsonldContextParser);
1710
1710
  return jsonldContextParser;
1711
1711
  }
@@ -1861,7 +1861,7 @@ function fuzzyCompare(subject, search) {
1861
1861
  return compareTransform(subject).includes(compareTransform(String(search)));
1862
1862
  }
1863
1863
  function compareTransform(str) {
1864
- return str.normalize("NFD").replaceAll(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().replaceAll("\u0153", "oe").replaceAll("\xE6", "ae").replaceAll(/[ ,.!?;:-`"]+/g, " ").trim();
1864
+ return str.normalize("NFD").replaceAll(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().replaceAll("œ", "oe").replaceAll("æ", "ae").replaceAll(/[ ,.!?;:-`"]+/g, " ").trim();
1865
1865
  }
1866
1866
  const compare = {
1867
1867
  string(subject, query) {
@@ -2078,32 +2078,29 @@ const helpers = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
2078
2078
  }, Symbol.toStringTag, { value: "Module" }));
2079
2079
  export {
2080
2080
  AsyncIterableBuilder as A,
2081
- domIsReady as B,
2082
- asyncQuerySelectorAll as C,
2083
- asyncQuerySelector as a,
2084
- importCSS as b,
2085
- doesResourceContainList as c,
2081
+ doesResourceContainList as a,
2082
+ fuzzyCompare as b,
2083
+ compare as c,
2086
2084
  defineComponent as d,
2087
- findClosingBracketMatchIndex as e,
2088
- fuzzyCompare as f,
2089
- evalTemplateString as g,
2090
- compare as h,
2085
+ evalTemplateString as e,
2086
+ findClosingBracketMatchIndex as f,
2087
+ generalComparator as g,
2088
+ asyncQuerySelector as h,
2091
2089
  importInlineCSS as i,
2092
- generalComparator as j,
2090
+ importCSS as j,
2093
2091
  helpers as k,
2094
- isUrlOrRelativePath as l,
2095
- jsonldContextParserExports as m,
2092
+ getRawContext as l,
2093
+ mergeContexts as m,
2096
2094
  normalizeContext as n,
2097
- getRawContext as o,
2095
+ isUrlOrRelativePath as o,
2098
2096
  parseFieldsString as p,
2099
- mergeContexts as q,
2100
- requireJsonldContextParser as r,
2097
+ jsonldContextParserExports as q,
2098
+ stringToDom as r,
2101
2099
  setDeepProperty as s,
2102
2100
  transformArrayToContainer as t,
2103
2101
  uniqID as u,
2104
- requireErrorCoded as v,
2105
- requireLink as w,
2106
- stringToDom as x,
2107
- importJS as y,
2108
- loadScript as z
2102
+ importJS as v,
2103
+ loadScript as w,
2104
+ domIsReady as x,
2105
+ asyncQuerySelectorAll as y
2109
2106
  };
package/dist/helpers.js CHANGED
@@ -1,28 +1,28 @@
1
- import { A, a, C, h, A as A2, d, c, B, g, e, f, j, o, b, i, y, l, z, q, n, p, s, x, t, u } from "./helpers-DtCY-jxq.js";
1
+ import { A, h, y, c, A as A2, d, a, x, e, f, b, g, l, j, i, v, o, w, m, n, p, s, r, t, u } from "./helpers-4GFJ8HI8.js";
2
2
  export {
3
3
  A as AsyncIterableBuilder,
4
- a as asyncQuerySelector,
5
- C as asyncQuerySelectorAll,
6
- h as compare,
4
+ h as asyncQuerySelector,
5
+ y as asyncQuerySelectorAll,
6
+ c as compare,
7
7
  A2 as default,
8
8
  d as defineComponent,
9
- c as doesResourceContainList,
10
- B as domIsReady,
11
- g as evalTemplateString,
12
- e as findClosingBracketMatchIndex,
13
- f as fuzzyCompare,
14
- j as generalComparator,
15
- o as getRawContext,
16
- b as importCSS,
9
+ a as doesResourceContainList,
10
+ x as domIsReady,
11
+ e as evalTemplateString,
12
+ f as findClosingBracketMatchIndex,
13
+ b as fuzzyCompare,
14
+ g as generalComparator,
15
+ l as getRawContext,
16
+ j as importCSS,
17
17
  i as importInlineCSS,
18
- y as importJS,
19
- l as isUrlOrRelativePath,
20
- z as loadScript,
21
- q as mergeContexts,
18
+ v as importJS,
19
+ o as isUrlOrRelativePath,
20
+ w as loadScript,
21
+ m as mergeContexts,
22
22
  n as normalizeContext,
23
23
  p as parseFieldsString,
24
24
  s as setDeepProperty,
25
- x as stringToDom,
25
+ r as stringToDom,
26
26
  t as transformArrayToContainer,
27
27
  u as uniqID
28
28
  };