@startinblox/core 2.0.1-beta.2 → 2.0.1
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/{fr-BZZDTsmw.js → fr-ClQZ5-J-.js} +2 -2
- package/dist/{helpers-dFpcGbvl.js → helpers-4GFJ8HI8.js} +5 -5
- package/dist/helpers.js +4 -4
- package/dist/index.js +92601 -96139
- package/dist/store-1t_BHzwg.js +9904 -0
- package/dist/store.js +2 -14
- package/package.json +2 -3
- package/dist/custom-getter-CZS1zXzA.js +0 -274
- package/dist/store-sU3CpiAU.js +0 -8998
- /package/dist/{en-BySYJZMr.js → en-D7xQ8_VL.js} +0 -0
- /package/dist/{quill.snow-C_A_QkE8.js → quill.snow-BMrontFB.js} +0 -0
- /package/dist/{slimselect-NFLzJMfV.js → slimselect-CT2Oyr_0.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const fr = {
|
|
2
|
-
"autocompletion.placeholder": "
|
|
2
|
+
"autocompletion.placeholder": "Sélectionner une valeur",
|
|
3
3
|
"autocompletion.searchPlaceholder": "Rechercher",
|
|
4
|
-
"autocompletion.searchText": "Aucun
|
|
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.",
|
|
@@ -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("
|
|
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) {
|
|
@@ -2089,12 +2089,12 @@ export {
|
|
|
2089
2089
|
importInlineCSS as i,
|
|
2090
2090
|
importCSS as j,
|
|
2091
2091
|
helpers as k,
|
|
2092
|
-
|
|
2093
|
-
|
|
2092
|
+
getRawContext as l,
|
|
2093
|
+
mergeContexts as m,
|
|
2094
2094
|
normalizeContext as n,
|
|
2095
|
-
|
|
2095
|
+
isUrlOrRelativePath as o,
|
|
2096
2096
|
parseFieldsString as p,
|
|
2097
|
-
|
|
2097
|
+
jsonldContextParserExports as q,
|
|
2098
2098
|
stringToDom as r,
|
|
2099
2099
|
setDeepProperty as s,
|
|
2100
2100
|
transformArrayToContainer as t,
|
package/dist/helpers.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, h, y, c, A as A2, d, a, x, e, f, b, g,
|
|
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
4
|
h as asyncQuerySelector,
|
|
@@ -12,13 +12,13 @@ export {
|
|
|
12
12
|
f as findClosingBracketMatchIndex,
|
|
13
13
|
b as fuzzyCompare,
|
|
14
14
|
g as generalComparator,
|
|
15
|
-
|
|
15
|
+
l as getRawContext,
|
|
16
16
|
j as importCSS,
|
|
17
17
|
i as importInlineCSS,
|
|
18
18
|
v as importJS,
|
|
19
|
-
|
|
19
|
+
o as isUrlOrRelativePath,
|
|
20
20
|
w as loadScript,
|
|
21
|
-
|
|
21
|
+
m as mergeContexts,
|
|
22
22
|
n as normalizeContext,
|
|
23
23
|
p as parseFieldsString,
|
|
24
24
|
s as setDeepProperty,
|