@legalplace/wizardx-core 4.41.2 → 4.42.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.
|
@@ -25,7 +25,7 @@ export const autocompleteDatasetConfig = {
|
|
|
25
25
|
[DatasetTypeEnum.KANOON_COLLECTIVE_AGREEMENTS]: Object.assign(Object.assign({}, AutocompleteDefaultDatasetConfig), { limit: 5, minInputLenght: 3, debounceDelay: 300, timeoutLimit: 10000, shouldDisableLinkedVariables: false, cannotChooseOther: false, noResultPlaceholder: (value) => `Aucun résultat, utiliser <b>${value}</b> comme valeur`, loadingPlaceholder: "Chargement...", otherPlaceholder: (value) => `Aucun de ces choix, utiliser <b>${value}</b> comme valeur`, linkedVariablesDisabledTooltip: "Veuillez sélectionner la convention collective" }),
|
|
26
26
|
[DatasetTypeEnum.DATAGOUV_ADDRESSES_V2]: Object.assign(Object.assign({}, AutocompleteDefaultDatasetConfig), { limit: 20, minInputLenght: 5, debounceDelay: 500, timeoutLimit: 10000, shouldDisableLinkedVariables: true, cannotChooseOther: false, otherPlaceholder: () => "<b>Aucun de ces choix</b><br>Entrer mon adresse manuellement", noResultPlaceholder: () => "<b>Aucun de ces choix</b><br>Entrer mon adresse manuellement" }),
|
|
27
27
|
[DatasetTypeEnum.DATAGOUV_CITIES_WITH_INPI]: Object.assign(Object.assign({}, AutocompleteDefaultDatasetConfig), { limit: 20, minInputLenght: 3, debounceDelay: 300, timeoutLimit: 10000, shouldDisableLinkedVariables: true, cannotChooseOther: true, noResultPlaceholder: () => "<b>Aucun résultat</b><br/> Veuillez vérifier l'orthographe de la ville ou insérer un code postal" }),
|
|
28
|
-
[DatasetTypeEnum.RBE]: Object.assign(Object.assign({}, AutocompleteDefaultDatasetConfig), { limit: 10, minInputLenght:
|
|
28
|
+
[DatasetTypeEnum.RBE]: Object.assign(Object.assign({}, AutocompleteDefaultDatasetConfig), { limit: 10, minInputLenght: 9, debounceDelay: 300, timeoutLimit: 10000, shouldDisableLinkedVariables: false, cannotChooseOther: false }),
|
|
29
29
|
};
|
|
30
30
|
export const ACCENTS_MAP = {
|
|
31
31
|
Á: "A",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@legalplace/wizardx-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.42.0",
|
|
4
4
|
"author": "Moncef Hammou (moncef@legalplace.fr)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@appnest/masonry-layout": "^2.0.8",
|
|
23
23
|
"@cryptography/sha1": "^0.2.0",
|
|
24
|
-
"@legalplace/data-gouv": "^1.6.
|
|
24
|
+
"@legalplace/data-gouv": "^1.6.82",
|
|
25
25
|
"@legalplace/lp-events": "1.14.0",
|
|
26
26
|
"@legalplace/lplogic": "2.3.1",
|
|
27
27
|
"@legalplace/model-healthcheck": "^1.1.5",
|
|
28
28
|
"@legalplace/pappers": "^1.2.4",
|
|
29
|
-
"@legalplace/referencesparser": "^3.1.
|
|
29
|
+
"@legalplace/referencesparser": "^3.1.70",
|
|
30
30
|
"@legalplace/storybook": "2.364.5",
|
|
31
|
-
"@legalplace/typeorm-constants": "^3.
|
|
31
|
+
"@legalplace/typeorm-constants": "^3.72.0",
|
|
32
32
|
"@loadable/component": "^5.15.0",
|
|
33
33
|
"@redux-saga/core": "^1.1.3",
|
|
34
34
|
"axios": "^0.24.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@legalplace/data-gouv": "^1.6.30",
|
|
62
62
|
"@legalplace/eslint-config": "^2.3.0",
|
|
63
|
-
"@legalplace/models-v3-types": "^5.14.
|
|
63
|
+
"@legalplace/models-v3-types": "^5.14.2",
|
|
64
64
|
"@legalplace/prettier-config": "^2.1.3",
|
|
65
|
-
"@legalplace/typeorm-entities": "^5.65.
|
|
65
|
+
"@legalplace/typeorm-entities": "^5.65.12",
|
|
66
66
|
"@swc-node/jest": "^1.3.2",
|
|
67
67
|
"@swc/core": "^1.2.93",
|
|
68
68
|
"@swc/jest": "^0.2.4",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"*.test.ts",
|
|
101
101
|
"*.test.tsx"
|
|
102
102
|
],
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "d01a346b3ab867df304ab47a8eec934aee5f3117"
|
|
104
104
|
}
|