@inseefr/lunatic 2.7.20-rc.1 → 2.7.20

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.
Files changed (145) hide show
  1. package/lib/components/checkbox/commons/checkbox-option.spec.js +2 -2
  2. package/lib/components/commons/components/combo-box/combo-box-content.js +0 -1
  3. package/lib/components/commons/components/combo-box/combo-box.stories.js +2 -2
  4. package/lib/components/commons/components/combo-box/panel/option-container.spec.js +2 -2
  5. package/lib/components/commons/components/errors/errors.spec.js +6 -7
  6. package/lib/components/commons/components/html-table/th.spec.js +2 -2
  7. package/lib/components/commons/components/html-table/thead.spec.js +2 -2
  8. package/lib/components/commons/components/lunatic-component-with-label.js +2 -2
  9. package/lib/components/commons/components/lunatic-component-without-label.js +2 -2
  10. package/lib/components/commons/components/md-label/link.js +2 -2
  11. package/lib/components/commons/components/md-label/md-label.js +2 -2
  12. package/lib/components/commons/components/md-label/router-link.js +2 -2
  13. package/lib/components/commons/components/missing/missing.js +2 -2
  14. package/lib/components/commons/components/orchestrated-component.js +2 -2
  15. package/lib/components/commons/create-customizable-field.js +2 -2
  16. package/lib/components/component-set/lunatic-component-set.js +2 -2
  17. package/lib/components/datepicker/html/datepicker.js +2 -2
  18. package/lib/components/declarations/declarations-after-text.js +2 -2
  19. package/lib/components/declarations/declarations-before-text.js +3 -5
  20. package/lib/components/declarations/declarations-detachable.js +2 -4
  21. package/lib/components/dropdown/html/dropdown-writable/writable-option-renderer.js +2 -2
  22. package/lib/components/duration/durationInput.js +2 -2
  23. package/lib/components/loop/block-for-loop.js +4 -4
  24. package/lib/components/loop/loop.js +2 -2
  25. package/lib/components/loop/roster-for-loop/roster-for-loop.js +2 -2
  26. package/lib/components/lunatic-components.js +2 -2
  27. package/lib/components/modal-controls/modal-controls.js +2 -2
  28. package/lib/components/modal-controls/modal-controls.spec.js +8 -9
  29. package/lib/components/pairwise-links/pairwise-links.js +2 -2
  30. package/lib/components/question-explication/question-explication.spec.js +2 -2
  31. package/lib/components/sequence/sequence.spec.js +2 -3
  32. package/lib/components/subsequence/subsequence.spec.js +2 -2
  33. package/lib/components/suggester-loader-widget/widget.js +2 -2
  34. package/lib/i18n/build-dictionary.js +2 -2
  35. package/lib/i18n/index.js +2 -2
  36. package/lib/index.js +8 -2
  37. package/lib/src/components/declarations/declarations-before-text.d.ts +2 -2
  38. package/lib/src/components/declarations/declarations-detachable.d.ts +2 -2
  39. package/lib/src/components/sequence/html/sequence.d.ts +1 -1
  40. package/lib/src/components/type.d.ts +2 -2
  41. package/lib/src/index.d.ts +5 -0
  42. package/lib/src/use-lunatic/commons/fill-components/fill-component-required.d.ts +28 -32
  43. package/lib/src/use-lunatic/commons/fill-components/fill-from-state.d.ts +6 -6
  44. package/lib/src/use-lunatic/commons/fill-components/fill-iterations.d.ts +20 -24
  45. package/lib/src/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +11 -11
  46. package/lib/src/use-lunatic/commons/use-components-from-state.d.ts +1 -1
  47. package/lib/src/use-lunatic/replace-component-sequence.d.ts +1 -5
  48. package/lib/src/use-lunatic/type-source.d.ts +5 -22
  49. package/lib/src/use-lunatic/use-lunatic.d.ts +7 -7
  50. package/lib/stories/behaviour/cleaning/cleaning.stories.js +2 -2
  51. package/lib/stories/behaviour/controls/controls-externes.stories.js +2 -2
  52. package/lib/stories/behaviour/controls/controls.stories.js +2 -2
  53. package/lib/stories/behaviour/missing/missing.stories.js +2 -2
  54. package/lib/stories/behaviour/others/V2_QuestSimple_Boucles.json +4 -1
  55. package/lib/stories/behaviour/others/test.stories.js +2 -2
  56. package/lib/stories/behaviour/paste/source.json +44337 -5678
  57. package/lib/stories/behaviour/paste/test.stories.js +2 -2
  58. package/lib/stories/behaviour/performance/performance.stories.js +2 -2
  59. package/lib/stories/behaviour/resizing/resizing.stories.js +2 -2
  60. package/lib/stories/checkbox-boolean/checkboxBoolean.stories.js +2 -2
  61. package/lib/stories/checkbox-group/checkbox-group.stories.js +2 -2
  62. package/lib/stories/checkbox-one/checkboxOne.stories.js +2 -2
  63. package/lib/stories/component-set/component-set.stories.js +2 -2
  64. package/lib/stories/declaration/input.stories.js +2 -2
  65. package/lib/stories/disabled/disabled.stories.js +2 -2
  66. package/lib/stories/dropdown/dropdown.stories.js +2 -2
  67. package/lib/stories/duration/duration.stories.js +2 -2
  68. package/lib/stories/filter-description/filter-description.stories.js +2 -2
  69. package/lib/stories/input/input.stories.js +2 -2
  70. package/lib/stories/input-number/input-number.stories.js +2 -2
  71. package/lib/stories/loop/loop.stories.js +2 -2
  72. package/lib/stories/loop/roster-for-loop.stories.js +2 -2
  73. package/lib/stories/markdown/markdown.stories.js +2 -2
  74. package/lib/stories/modal/modal.stories.js +2 -2
  75. package/lib/stories/overview/overview.stories.js +2 -2
  76. package/lib/stories/pairwise/pairwise-links.stories.js +2 -2
  77. package/lib/stories/question/question.stories.js +4 -8
  78. package/lib/stories/question-context/question-context.stories.js +2 -2
  79. package/lib/stories/question-explication/question-explication.stories.js +2 -2
  80. package/lib/stories/question-information/question-information.stories.js +2 -2
  81. package/lib/stories/questionnaires/logement/logement.stories.js +2 -2
  82. package/lib/stories/questionnaires/recensement/recensement.stories.js +2 -2
  83. package/lib/stories/questionnaires/rp/rp.stories.js +2 -2
  84. package/lib/stories/questionnaires/simpsons/simpsons.stories.js +2 -2
  85. package/lib/stories/questionnaires2023/bySequence/ticWeb.stories.js +2 -2
  86. package/lib/stories/questionnaires2023/famille/famille.stories.js +2 -2
  87. package/lib/stories/questionnaires2023/simpsons/simpsons.stories.js +2 -2
  88. package/lib/stories/questionnaires2023/ticTel/ticWeb.stories.js +2 -2
  89. package/lib/stories/questionnaires2023/ticWeb/ticWeb.stories.js +2 -2
  90. package/lib/stories/radio/radio.stories.js +2 -2
  91. package/lib/stories/roundabout/roundabout.stories.js +2 -2
  92. package/lib/stories/sequence/sequence.stories.js +2 -2
  93. package/lib/stories/suggester/suggester.stories.js +2 -2
  94. package/lib/stories/summary/summary.stories.js +2 -2
  95. package/lib/stories/switch/switch.stories.js +2 -2
  96. package/lib/stories/table/table.stories.js +2 -2
  97. package/lib/stories/textarea/textarea.stories.js +2 -2
  98. package/lib/stories/utils/default-arg-types.js +2 -2
  99. package/lib/stories/utils/orchestrator.js +2 -2
  100. package/lib/use-lunatic/commons/check-loops.js +2 -2
  101. package/lib/use-lunatic/commons/compile-controls.js +6 -7
  102. package/lib/use-lunatic/commons/create-map-pages.js +2 -2
  103. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js +2 -2
  104. package/lib/use-lunatic/commons/fill-components/fill-component-required.js +2 -2
  105. package/lib/use-lunatic/commons/fill-components/fill-component-value.js +2 -2
  106. package/lib/use-lunatic/commons/fill-components/fill-from-state.js +2 -2
  107. package/lib/use-lunatic/commons/fill-components/fill-iterations.js +2 -2
  108. package/lib/use-lunatic/commons/fill-components/fill-management.js +2 -2
  109. package/lib/use-lunatic/commons/fill-components/fill-missing-response.js +2 -2
  110. package/lib/use-lunatic/commons/fill-components/fill-pagination.js +2 -2
  111. package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js +2 -2
  112. package/lib/use-lunatic/commons/page-navigation.js +2 -2
  113. package/lib/use-lunatic/commons/page-navigation.spec.js +2 -2
  114. package/lib/use-lunatic/commons/variables/get-questionnaire-data.js +2 -2
  115. package/lib/use-lunatic/commons/variables/lunatic-variables-store.js +2 -2
  116. package/lib/use-lunatic/reducer/commons/auto-explore-loop.js +2 -2
  117. package/lib/use-lunatic/reducer/overview/overview-on-change.js +2 -2
  118. package/lib/use-lunatic/reducer/overview/overview-on-init.js +2 -2
  119. package/lib/use-lunatic/reducer/reduce-go-next-page.js +2 -2
  120. package/lib/use-lunatic/reducer/reduce-go-previous-page.js +2 -2
  121. package/lib/use-lunatic/reducer/reduce-go-to-page.js +2 -2
  122. package/lib/use-lunatic/reducer/reduce-handle-change.js +2 -2
  123. package/lib/use-lunatic/reducer/reduce-on-init.js +4 -4
  124. package/lib/use-lunatic/reducer/reduce-on-set-waiting.js +2 -2
  125. package/lib/use-lunatic/reducer/reduce-update-state.js +2 -2
  126. package/lib/use-lunatic/type-source.js +1 -22
  127. package/lib/use-lunatic/use-lunatic.test.js +2 -2
  128. package/lib/use-lunatic/use-suggesters.js +2 -2
  129. package/lib/utils/array.js +0 -1
  130. package/lib/utils/idb-tools/idb-bulk-insert.js +2 -2
  131. package/lib/utils/logger.js +2 -2
  132. package/lib/utils/suggester-workers/append-to-index/prepare-entities.js +2 -2
  133. package/lib/utils/suggester-workers/append-to-index/store-messages.js +2 -2
  134. package/lib/utils/suggester-workers/commons-tokenizer/create-entity-tokenizer.js +2 -2
  135. package/lib/utils/suggester-workers/commons-tokenizer/create-fields-tokenizer.js +2 -2
  136. package/lib/utils/suggester-workers/commons-tokenizer/create-filter-stop-words.js +2 -2
  137. package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.js +2 -2
  138. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.js +2 -2
  139. package/lib/utils/suggester-workers/find-best-label/find-best-label.js +2 -2
  140. package/lib/utils/suggester-workers/searching/compute-score.js +2 -2
  141. package/lib/utils/suggester-workers/searching/searching.js +2 -2
  142. package/package.json +14 -26
  143. package/workers-release/lunatic-append-worker-0.3.0.js +1 -1
  144. package/workers-release/lunatic-label-worker-0.3.0.js +1 -1
  145. package/workers-release/lunatic-search-worker-0.3.0.js +1 -1
@@ -28,28 +28,14 @@ export type DeclarationType = {
28
28
  export type ConditionFilterType = LabelType & {
29
29
  bindingDependencies?: string[];
30
30
  };
31
- export declare enum Criticality {
32
- INFO = "INFO",
33
- WARN = "WARN",
34
- ERROR = "ERROR"
35
- }
36
- export declare enum TypeOfControl {
37
- FORMAT = "FORMAT",
38
- CONSISTENCY = "CONSISTENCY"
39
- }
40
- export declare enum ControlTypeEnum {
41
- roundabout = "roundabout",
42
- row = "ROW",
43
- simple = "simple"
44
- }
45
31
  export type ControlType = {
46
32
  id: string;
47
- criticality: Criticality;
48
- typeOfControl: TypeOfControl;
33
+ criticality: 'INFO' | 'WARN' | 'ERROR';
34
+ typeOfControl: 'FORMAT' | 'CONSISTENCY';
49
35
  control: LabelType;
50
36
  errorMessage: LabelType;
51
37
  bindingDependencies: string[];
52
- type: ControlTypeEnum;
38
+ type: 'roundabout' | 'ROW' | 'simple';
53
39
  iterations?: number;
54
40
  };
55
41
  export type ResponseType = {
@@ -79,11 +65,7 @@ export type ComponentType = (ComponentTypeBase & ComponentSequenceType) | (Compo
79
65
  componentType: 'CheckboxOne';
80
66
  }) | (ComponentTypeBase & {
81
67
  componentType: 'ConfirmationModal';
82
- }) | (ComponentTypeBase & ComponentComponentSetType) | (ComponentTypeBase & ComponentQuestionExplicationType) | (ComponentTypeBase & {
83
- componentType: 'Question';
84
- components: ComponentType[];
85
- description: LabelType;
86
- });
68
+ }) | (ComponentTypeBase & ComponentComponentSetType) | (ComponentTypeBase & ComponentQuestionType) | (ComponentTypeBase & ComponentQuestionExplicationType);
87
69
  export type ComponentTypeEnum = ComponentType['componentType'];
88
70
  export type ComponentInputOrTextareaType = {
89
71
  componentType: 'Input' | 'Textarea';
@@ -212,6 +194,7 @@ export type ComponentPairWiseLinksType = {
212
194
  export type ComponentQuestionType = {
213
195
  componentType: 'Question';
214
196
  components: ComponentType[];
197
+ description: LabelType;
215
198
  };
216
199
  export type ComponentComponentSetType = {
217
200
  componentType: 'ComponentSet';
@@ -51,13 +51,13 @@ declare function useLunatic(source: LunaticSource, data: LunaticData | undefined
51
51
  name: string;
52
52
  };
53
53
  };
54
- Sequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "style" | "id" | "declarations">;
54
+ Sequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "id" | "style" | "declarations">;
55
55
  Subsequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "id" | "declarations">;
56
+ QuestionContext: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
57
+ QuestionInformation: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
56
58
  Question: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "id" | "description" | "declarations"> & {
57
59
  components: import("./commons/fill-components/fill-components").FilledLunaticComponentProps[];
58
60
  };
59
- QuestionContext: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
60
- QuestionInformation: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
61
61
  ComponentSet: import("../components/type").LunaticBaseProps<unknown> & {
62
62
  components: import("./commons/fill-components/fill-components").FilledLunaticComponentProps[];
63
63
  value: Record<string, unknown>;
@@ -303,13 +303,13 @@ declare function useLunatic(source: LunaticSource, data: LunaticData | undefined
303
303
  name: string;
304
304
  };
305
305
  };
306
- Sequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "style" | "id" | "declarations">;
306
+ Sequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "id" | "style" | "declarations">;
307
307
  Subsequence: Pick<import("../components/type").LunaticBaseProps<string>, "label" | "id" | "declarations">;
308
+ QuestionContext: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
309
+ QuestionInformation: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
308
310
  Question: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "id" | "description" | "declarations"> & {
309
311
  components: import("./commons/fill-components/fill-components").FilledLunaticComponentProps[];
310
312
  };
311
- QuestionContext: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
312
- QuestionInformation: Pick<import("../components/type").LunaticBaseProps<unknown>, "label" | "description">;
313
313
  ComponentSet: import("../components/type").LunaticBaseProps<unknown> & {
314
314
  components: import("./commons/fill-components/fill-components").FilledLunaticComponentProps[];
315
315
  value: Record<string, unknown>;
@@ -532,7 +532,7 @@ declare function useLunatic(source: LunaticSource, data: LunaticData | undefined
532
532
  goPreviousPage: () => void;
533
533
  };
534
534
  })[] | undefined;
535
- }) => import("./commons/fill-components/fill-components").FilledLunaticComponentProps<"CheckboxOne" | "ConfirmationModal" | "Question" | "Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "ComponentSet" | "QuestionExplication">[];
535
+ }) => import("./commons/fill-components/fill-components").FilledLunaticComponentProps<"CheckboxOne" | "ConfirmationModal" | "Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "ComponentSet" | "Question" | "QuestionExplication">[];
536
536
  goPreviousPage: () => void;
537
537
  goNextPage: (payload?: {}) => void;
538
538
  goToPage: (page: {
@@ -15,8 +15,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
15
15
  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; }
16
16
  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; }
17
17
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
18
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
19
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
19
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
20
20
  var stories = {
21
21
  title: 'Behaviour/Cleaning',
22
22
  component: _orchestrator["default"],
@@ -14,8 +14,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
14
14
  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; }
15
15
  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; }
16
16
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
18
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
19
19
  var stories = {
20
20
  title: 'Questionnaires-Tests/Controls-externes',
21
21
  component: _orchestrator["default"],
@@ -18,8 +18,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
18
18
  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; }
19
19
  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; }
20
20
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
22
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
21
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
22
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
23
23
  var stories = {
24
24
  title: 'Behaviour/Controls',
25
25
  component: _orchestrator["default"],
@@ -14,8 +14,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
14
14
  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; }
15
15
  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; }
16
16
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
18
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
19
19
  var stories = {
20
20
  title: 'Behaviour/Missing',
21
21
  component: _orchestrator["default"],
@@ -1773,7 +1773,10 @@
1773
1773
  "mandatory": false,
1774
1774
  "page": "28",
1775
1775
  "positioning": "HORIZONTAL",
1776
- "label": { "value": "\"➡ 3. \" || \"Tableau 2 axes\"", "type": "VTL|MD" },
1776
+ "label": {
1777
+ "value": "\"➡ 3. \" || \"Tableau 2 axes\"",
1778
+ "type": "VTL|MD"
1779
+ },
1777
1780
  "conditionFilter": {
1778
1781
  "value": "(COCHECASE = true)",
1779
1782
  "type": "VTL",
@@ -18,8 +18,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
18
18
  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; }
19
19
  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; }
20
20
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
22
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
21
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
22
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
23
23
  var stories = {
24
24
  title: 'Behaviour/Others',
25
25
  component: _orchestrator["default"],