@legalplace/wizardx-core 4.43.13 → 4.43.15

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.
@@ -15,6 +15,7 @@ const AutocompleteDefaultDatasetConfig = {
15
15
  noResultPlaceholder: (value) => `Aucun résultat, utiliser <b>${value}</b> comme valeur`,
16
16
  loadingPlaceholder: "Chargement...",
17
17
  otherPlaceholder: (value) => `Aucun de ces choix, utiliser <b>${value}</b> comme valeur`,
18
+ noResultCustomPlaceholder: () => "<b>Aucun résultat</b><br/> Veuillez vérifier l'orthographe de la recherche",
18
19
  linkedVariablesDisabledTooltip: "Complétez le champ ci-dessus pour modifier cette valeur",
19
20
  };
20
21
  export const autocompleteDatasetConfig = {
@@ -15,6 +15,7 @@ export interface IAutocompleteDatasetConfig {
15
15
  debounceDelay: number;
16
16
  loadingPlaceholder: string;
17
17
  otherPlaceholder: (value?: string) => string;
18
+ noResultCustomPlaceholder: () => string;
18
19
  timeoutLimit: number;
19
20
  shouldDisableLinkedVariables?: boolean;
20
21
  linkedVariablesDisabledTooltip?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/wizardx-core",
3
- "version": "4.43.13",
3
+ "version": "4.43.15",
4
4
  "author": "Moncef Hammou (moncef@legalplace.fr)",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@appnest/masonry-layout": "^2.0.8",
23
23
  "@cryptography/sha1": "^0.2.0",
24
- "@legalplace/data-gouv": "^1.6.106",
24
+ "@legalplace/data-gouv": "^1.6.107",
25
25
  "@legalplace/lp-events": "1.14.0",
26
26
  "@legalplace/lplogic": "2.3.1",
27
27
  "@legalplace/model-healthcheck": "^1.1.5",
@@ -62,7 +62,7 @@
62
62
  "@legalplace/eslint-config": "^2.3.0",
63
63
  "@legalplace/models-v3-types": "^5.15.5",
64
64
  "@legalplace/prettier-config": "^2.1.3",
65
- "@legalplace/typeorm-entities": "^5.69.2",
65
+ "@legalplace/typeorm-entities": "^5.69.3",
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": "a159be60c3cec6fbcb5c3735960cb341910a67a7"
103
+ "gitHead": "a341ffec55bfd25bea0629f31b8003c8ac5e40fb"
104
104
  }