@inseefr/lunatic 3.0.0-rc.26 → 3.0.0-rc.27

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 (149) hide show
  1. package/lib/components/LunaticComponents.d.ts +7 -11
  2. package/lib/components/LunaticComponents.js +4 -1
  3. package/lib/components/LunaticComponents.js.map +1 -1
  4. package/lib/components/Table/Table.js.map +1 -1
  5. package/lib/components/library.d.ts +1 -1
  6. package/lib/components/shared/HOC/slottableComponent.d.ts +2 -2
  7. package/lib/components/shared/MDLabel/MDLabel.js +4 -1
  8. package/lib/components/shared/MDLabel/MDLabel.js.map +1 -1
  9. package/lib/components/shared/MDLabel/MDLabel.spec.js +4 -1
  10. package/lib/components/shared/MDLabel/MDLabel.spec.js.map +1 -1
  11. package/lib/components/type.d.ts +10 -10
  12. package/lib/index.d.ts +1 -1
  13. package/lib/use-lunatic/actions.d.ts +3 -52
  14. package/lib/use-lunatic/actions.js +0 -7
  15. package/lib/use-lunatic/actions.js.map +1 -1
  16. package/lib/use-lunatic/commons/check-loops.d.ts +2 -2
  17. package/lib/use-lunatic/commons/check-loops.js.map +1 -1
  18. package/lib/use-lunatic/commons/compile-controls.d.ts +2 -2
  19. package/lib/use-lunatic/commons/compile-controls.js +5 -3
  20. package/lib/use-lunatic/commons/compile-controls.js.map +1 -1
  21. package/lib/use-lunatic/commons/create-map-pages.d.ts +2 -2
  22. package/lib/use-lunatic/commons/create-map-pages.js.map +1 -1
  23. package/lib/use-lunatic/commons/execute-condition-filter.d.ts +2 -2
  24. package/lib/use-lunatic/commons/execute-condition-filter.js +3 -4
  25. package/lib/use-lunatic/commons/execute-condition-filter.js.map +1 -1
  26. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +614 -6
  27. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js +6 -13
  28. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js.map +1 -1
  29. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js +1 -1
  30. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +1 -1
  31. package/lib/use-lunatic/commons/fill-components/fill-components.d.ts +19 -17
  32. package/lib/use-lunatic/commons/fill-components/fill-components.js +29 -29
  33. package/lib/use-lunatic/commons/fill-components/fill-components.js.map +1 -1
  34. package/lib/use-lunatic/commons/get-components-from-state.d.ts +2 -3
  35. package/lib/use-lunatic/commons/get-components-from-state.js +1 -2
  36. package/lib/use-lunatic/commons/get-components-from-state.js.map +1 -1
  37. package/lib/use-lunatic/commons/index.d.ts +0 -3
  38. package/lib/use-lunatic/commons/index.js +0 -3
  39. package/lib/use-lunatic/commons/index.js.map +1 -1
  40. package/lib/use-lunatic/commons/page.d.ts +2 -2
  41. package/lib/use-lunatic/commons/page.js +2 -1
  42. package/lib/use-lunatic/commons/page.js.map +1 -1
  43. package/lib/use-lunatic/hooks/use-loop-variables.d.ts +2 -2
  44. package/lib/use-lunatic/hooks/use-loop-variables.js.map +1 -1
  45. package/lib/use-lunatic/hooks/use-page-has-response.d.ts +2 -2
  46. package/lib/use-lunatic/hooks/use-page-has-response.js.map +1 -1
  47. package/lib/use-lunatic/hooks/useOverview.d.ts +2 -2
  48. package/lib/use-lunatic/hooks/useOverview.js.map +1 -1
  49. package/lib/use-lunatic/props/propComponentType.d.ts +9 -0
  50. package/lib/use-lunatic/{commons/fill-components/fill-specific-expression.js → props/propComponentType.js} +21 -27
  51. package/lib/use-lunatic/props/propComponentType.js.map +1 -0
  52. package/lib/use-lunatic/props/propIterations.d.ts +7 -0
  53. package/lib/use-lunatic/props/propIterations.js +26 -0
  54. package/lib/use-lunatic/props/propIterations.js.map +1 -0
  55. package/lib/use-lunatic/props/propMissingResponse.d.ts +9 -0
  56. package/lib/use-lunatic/props/propMissingResponse.js +13 -0
  57. package/lib/use-lunatic/props/propMissingResponse.js.map +1 -0
  58. package/lib/use-lunatic/props/propValue.d.ts +6 -0
  59. package/lib/use-lunatic/props/propValue.js +28 -0
  60. package/lib/use-lunatic/props/propValue.js.map +1 -0
  61. package/lib/use-lunatic/{commons/fill-components/fill-component-value.spec.js → props/propValue.spec.js} +6 -6
  62. package/lib/use-lunatic/props/propValue.spec.js.map +1 -0
  63. package/lib/use-lunatic/reducer/commons/auto-explore-loop.d.ts +2 -2
  64. package/lib/use-lunatic/reducer/commons/auto-explore-loop.js.map +1 -1
  65. package/lib/use-lunatic/reducer/commons/validate-condition-filter.d.ts +2 -2
  66. package/lib/use-lunatic/reducer/commons/validate-condition-filter.js.map +1 -1
  67. package/lib/use-lunatic/reducer/controls/check-base-control.d.ts +2 -2
  68. package/lib/use-lunatic/reducer/controls/check-base-control.js.map +1 -1
  69. package/lib/use-lunatic/reducer/controls/check-roundabout-control.d.ts +2 -2
  70. package/lib/use-lunatic/reducer/controls/check-roundabout-control.js.map +1 -1
  71. package/lib/use-lunatic/reducer/overview/overviewOnInit.d.ts +4 -105
  72. package/lib/use-lunatic/reducer/overview/overviewOnInit.js +1 -12
  73. package/lib/use-lunatic/reducer/overview/overviewOnInit.js.map +1 -1
  74. package/lib/use-lunatic/reducer/reduce-go-next-page.d.ts +2 -2
  75. package/lib/use-lunatic/reducer/reduce-go-next-page.js.map +1 -1
  76. package/lib/use-lunatic/reducer/reduce-go-previous-page.d.ts +2 -3
  77. package/lib/use-lunatic/reducer/reduce-go-previous-page.js +1 -2
  78. package/lib/use-lunatic/reducer/reduce-go-previous-page.js.map +1 -1
  79. package/lib/use-lunatic/reducer/reduce-go-to-page.d.ts +2 -3
  80. package/lib/use-lunatic/reducer/reduce-go-to-page.js +1 -2
  81. package/lib/use-lunatic/reducer/reduce-go-to-page.js.map +1 -1
  82. package/lib/use-lunatic/reducer/reduce-handle-change.d.ts +2 -2
  83. package/lib/use-lunatic/reducer/reduce-handle-change.js.map +1 -1
  84. package/lib/use-lunatic/reducer/reducer.d.ts +2 -3
  85. package/lib/use-lunatic/reducer/reducer.js +3 -10
  86. package/lib/use-lunatic/reducer/reducer.js.map +1 -1
  87. package/lib/use-lunatic/reducer/reducerInitializer.d.ts +10 -0
  88. package/lib/use-lunatic/reducer/{reduce-on-init.js → reducerInitializer.js} +70 -72
  89. package/lib/use-lunatic/reducer/reducerInitializer.js.map +1 -0
  90. package/lib/use-lunatic/type.d.ts +77 -49
  91. package/lib/use-lunatic/use-lunatic.d.ts +23 -69
  92. package/lib/use-lunatic/use-lunatic.js +69 -74
  93. package/lib/use-lunatic/use-lunatic.js.map +1 -1
  94. package/lib/utils/object.d.ts +1 -0
  95. package/lib/utils/object.js +6 -0
  96. package/lib/utils/object.js.map +1 -1
  97. package/package.json +2 -1
  98. package/lib/stories/behaviour/cleaning/source-loop.json +0 -130
  99. package/lib/stories/behaviour/resizing/source-resizing-cleaning.json +0 -171
  100. package/lib/stories/overview/dataLoop.json +0 -189
  101. package/lib/stories/overview/source.json +0 -28
  102. package/lib/stories/overview/sourceLoop.json +0 -1423
  103. package/lib/stories/questionnaires/logement/source.json +0 -31762
  104. package/lib/stories/questionnaires2023/simpsons/source.json +0 -4728
  105. package/lib/use-lunatic/commons/fill-components/fill-component-required.d.ts +0 -442
  106. package/lib/use-lunatic/commons/fill-components/fill-component-required.js +0 -13
  107. package/lib/use-lunatic/commons/fill-components/fill-component-required.js.map +0 -1
  108. package/lib/use-lunatic/commons/fill-components/fill-component-value.d.ts +0 -5
  109. package/lib/use-lunatic/commons/fill-components/fill-component-value.js +0 -34
  110. package/lib/use-lunatic/commons/fill-components/fill-component-value.js.map +0 -1
  111. package/lib/use-lunatic/commons/fill-components/fill-component-value.spec.js.map +0 -1
  112. package/lib/use-lunatic/commons/fill-components/fill-from-state.d.ts +0 -770
  113. package/lib/use-lunatic/commons/fill-components/fill-from-state.js +0 -18
  114. package/lib/use-lunatic/commons/fill-components/fill-from-state.js.map +0 -1
  115. package/lib/use-lunatic/commons/fill-components/fill-iterations.d.ts +0 -124
  116. package/lib/use-lunatic/commons/fill-components/fill-iterations.js +0 -36
  117. package/lib/use-lunatic/commons/fill-components/fill-iterations.js.map +0 -1
  118. package/lib/use-lunatic/commons/fill-components/fill-management.d.ts +0 -6
  119. package/lib/use-lunatic/commons/fill-components/fill-management.js +0 -9
  120. package/lib/use-lunatic/commons/fill-components/fill-management.js.map +0 -1
  121. package/lib/use-lunatic/commons/fill-components/fill-missing-response.d.ts +0 -12
  122. package/lib/use-lunatic/commons/fill-components/fill-missing-response.js +0 -20
  123. package/lib/use-lunatic/commons/fill-components/fill-missing-response.js.map +0 -1
  124. package/lib/use-lunatic/commons/fill-components/fill-pagination.d.ts +0 -9
  125. package/lib/use-lunatic/commons/fill-components/fill-pagination.js +0 -10
  126. package/lib/use-lunatic/commons/fill-components/fill-pagination.js.map +0 -1
  127. package/lib/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +0 -1268
  128. package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js.map +0 -1
  129. package/lib/use-lunatic/commons/fill-components/index.d.ts +0 -1
  130. package/lib/use-lunatic/commons/fill-components/index.js +0 -2
  131. package/lib/use-lunatic/commons/fill-components/index.js.map +0 -1
  132. package/lib/use-lunatic/commons/use-components-from-state.d.ts +0 -4
  133. package/lib/use-lunatic/commons/use-components-from-state.js +0 -15
  134. package/lib/use-lunatic/commons/use-components-from-state.js.map +0 -1
  135. package/lib/use-lunatic/initial-state.d.ts +0 -3
  136. package/lib/use-lunatic/initial-state.js +0 -39
  137. package/lib/use-lunatic/initial-state.js.map +0 -1
  138. package/lib/use-lunatic/reducer/index.d.ts +0 -1
  139. package/lib/use-lunatic/reducer/index.js +0 -2
  140. package/lib/use-lunatic/reducer/index.js.map +0 -1
  141. package/lib/use-lunatic/reducer/reduce-on-init.d.ts +0 -4
  142. package/lib/use-lunatic/reducer/reduce-on-init.js.map +0 -1
  143. package/lib/use-lunatic/reducer/reduce-on-set-waiting.d.ts +0 -4
  144. package/lib/use-lunatic/reducer/reduce-on-set-waiting.js +0 -8
  145. package/lib/use-lunatic/reducer/reduce-on-set-waiting.js.map +0 -1
  146. package/lib/use-lunatic/use-lunatic.test.d.ts +0 -1
  147. package/lib/use-lunatic/use-lunatic.test.js +0 -280
  148. package/lib/use-lunatic/use-lunatic.test.js.map +0 -1
  149. /package/lib/use-lunatic/{commons/fill-components/fill-component-value.spec.d.ts → props/propValue.spec.d.ts} +0 -0
@@ -1,1268 +0,0 @@
1
- /// <reference types="react" />
2
- import type { LunaticComponentDefinition, LunaticState } from '../../type';
3
- import { type DeepTranslateExpression } from './fill-component-expressions';
4
- /**
5
- * Fill component specific props (RoundAbout for instance)
6
- */
7
- declare function fillSpecificExpressions(component: DeepTranslateExpression<LunaticComponentDefinition>, state: LunaticState): {
8
- expressions: {};
9
- label: import("react").ReactNode;
10
- description?: import("react").ReactNode;
11
- declarations?: import("../../type-source").DeclarationType[] | undefined;
12
- conditionFilter?: import("react").ReactNode;
13
- controls?: import("../../type-source").ControlType[] | undefined;
14
- id: string;
15
- bindingDependencies?: string[] | undefined;
16
- hierarchy?: {
17
- sequence: {
18
- label: import("react").ReactNode;
19
- id: string;
20
- page: string;
21
- };
22
- subSequence?: {
23
- label: import("react").ReactNode;
24
- id: string;
25
- page: string;
26
- } | undefined;
27
- } | undefined;
28
- mandatory?: boolean | undefined;
29
- page: string;
30
- componentType: "Roundabout";
31
- components: import("../../type-source").ComponentType[];
32
- iterations: import("react").ReactNode;
33
- locked: boolean;
34
- } | {
35
- components: import("./fill-components").FilledLunaticComponentProps<"Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "Duration" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "CheckboxOne" | "Question">[];
36
- label: import("react").ReactNode;
37
- description: import("react").ReactNode;
38
- declarations?: import("../../type-source").DeclarationType[] | undefined;
39
- conditionFilter?: import("react").ReactNode;
40
- controls?: import("../../type-source").ControlType[] | undefined;
41
- id: string;
42
- bindingDependencies?: string[] | undefined;
43
- hierarchy?: {
44
- sequence: {
45
- label: import("react").ReactNode;
46
- id: string;
47
- page: string;
48
- };
49
- subSequence?: {
50
- label: import("react").ReactNode;
51
- id: string;
52
- page: string;
53
- } | undefined;
54
- } | undefined;
55
- mandatory?: boolean | undefined;
56
- page: string;
57
- componentType: "Question";
58
- } | {
59
- getComponents: (iteration: number) => import("./fill-components").FilledLunaticComponentProps<"Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "Duration" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "CheckboxOne" | "Question">[];
60
- label: import("react").ReactNode;
61
- description?: import("react").ReactNode;
62
- declarations?: import("../../type-source").DeclarationType[] | undefined;
63
- conditionFilter?: import("react").ReactNode;
64
- controls?: import("../../type-source").ControlType[] | undefined;
65
- id: string;
66
- bindingDependencies?: string[] | undefined;
67
- hierarchy?: {
68
- sequence: {
69
- label: import("react").ReactNode;
70
- id: string;
71
- page: string;
72
- };
73
- subSequence?: {
74
- label: import("react").ReactNode;
75
- id: string;
76
- page: string;
77
- } | undefined;
78
- } | undefined;
79
- mandatory?: boolean | undefined;
80
- page: string;
81
- componentType: "RosterForLoop";
82
- components: import("../../type-source").ComponentType[];
83
- lines: {
84
- min: import("react").ReactNode;
85
- max: import("react").ReactNode;
86
- };
87
- header?: {
88
- value: string;
89
- label: string | import("../../type-source").LabelType<"VTL" | "VTL|MD">;
90
- options: {
91
- value: string;
92
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
93
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
94
- }[];
95
- colspan?: number | undefined;
96
- rowspan?: number | undefined;
97
- }[] | undefined;
98
- positioning: "HORIZONTAL";
99
- value?: Record<string, unknown[]> | undefined;
100
- } | {
101
- getComponents: (iteration: number) => import("./fill-components").FilledLunaticComponentProps<"Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "Duration" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "CheckboxOne" | "Question">[];
102
- label: import("react").ReactNode;
103
- description?: import("react").ReactNode;
104
- declarations?: import("../../type-source").DeclarationType[] | undefined;
105
- conditionFilter?: import("react").ReactNode;
106
- controls?: import("../../type-source").ControlType[] | undefined;
107
- id: string;
108
- bindingDependencies?: string[] | undefined;
109
- hierarchy?: {
110
- sequence: {
111
- label: import("react").ReactNode;
112
- id: string;
113
- page: string;
114
- };
115
- subSequence?: {
116
- label: import("react").ReactNode;
117
- id: string;
118
- page: string;
119
- } | undefined;
120
- } | undefined;
121
- mandatory?: boolean | undefined;
122
- page: string;
123
- componentType: "Loop";
124
- loopDependencies: string[];
125
- components: import("../../type-source").ComponentType[];
126
- depth: number;
127
- paginatedLoop: true;
128
- maxPage: string;
129
- iterations: import("react").ReactNode;
130
- value?: Record<string, unknown[]> | undefined;
131
- } | {
132
- getComponents: (iteration: number) => import("./fill-components").FilledLunaticComponentProps<"Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "Duration" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "CheckboxOne" | "Question">[];
133
- label: import("react").ReactNode;
134
- description?: import("react").ReactNode;
135
- declarations?: import("../../type-source").DeclarationType[] | undefined;
136
- conditionFilter?: import("react").ReactNode;
137
- controls?: import("../../type-source").ControlType[] | undefined;
138
- id: string;
139
- bindingDependencies?: string[] | undefined;
140
- hierarchy?: {
141
- sequence: {
142
- label: import("react").ReactNode;
143
- id: string;
144
- page: string;
145
- };
146
- subSequence?: {
147
- label: import("react").ReactNode;
148
- id: string;
149
- page: string;
150
- } | undefined;
151
- } | undefined;
152
- mandatory?: boolean | undefined;
153
- page: string;
154
- componentType: "Loop";
155
- loopDependencies: string[];
156
- components: import("../../type-source").ComponentType[];
157
- depth: number;
158
- paginatedLoop: false;
159
- lines: {
160
- min: import("react").ReactNode;
161
- max: import("react").ReactNode;
162
- };
163
- value?: Record<string, unknown[]> | undefined;
164
- } | {
165
- getComponents: (x: number, y: number) => import("./fill-components").FilledLunaticComponentProps<"Sequence" | "Subsequence" | "RosterForLoop" | "Loop" | "Table" | "InputNumber" | "Datepicker" | "Duration" | "CheckboxGroup" | "CheckboxBoolean" | "Radio" | "FilterDescription" | "Dropdown" | "PairwiseLinks" | "Roundabout" | "Suggester" | "Input" | "Textarea" | "CheckboxOne" | "Question">[];
166
- description?: import("react").ReactNode;
167
- declarations?: import("../../type-source").DeclarationType[] | undefined;
168
- conditionFilter?: import("react").ReactNode;
169
- controls?: import("../../type-source").ControlType[] | undefined;
170
- id: string;
171
- bindingDependencies?: string[] | undefined;
172
- hierarchy?: {
173
- sequence: {
174
- label: import("react").ReactNode;
175
- id: string;
176
- page: string;
177
- };
178
- subSequence?: {
179
- label: import("react").ReactNode;
180
- id: string;
181
- page: string;
182
- } | undefined;
183
- } | undefined;
184
- mandatory?: boolean | undefined;
185
- page: string;
186
- componentType: "PairwiseLinks";
187
- xAxisIterations: import("react").ReactNode;
188
- yAxisIterations: import("react").ReactNode;
189
- symLinks: {
190
- [x: string]: {
191
- [x: string]: string | null;
192
- };
193
- };
194
- components: import("../../type-source").ComponentType[];
195
- } | {
196
- body: (({
197
- label: import("react").ReactNode;
198
- description?: import("react").ReactNode;
199
- declarations?: import("../../type-source").DeclarationType[] | undefined;
200
- conditionFilter?: import("react").ReactNode;
201
- controls?: import("../../type-source").ControlType[] | undefined;
202
- id: string;
203
- bindingDependencies?: string[] | undefined;
204
- hierarchy?: {
205
- sequence: {
206
- label: import("react").ReactNode;
207
- id: string;
208
- page: string;
209
- };
210
- subSequence?: {
211
- label: import("react").ReactNode;
212
- id: string;
213
- page: string;
214
- } | undefined;
215
- } | undefined;
216
- mandatory?: boolean | undefined;
217
- page: string;
218
- componentType: "Sequence";
219
- goToPage?: string | undefined;
220
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
221
- conditionFilter?: boolean | undefined;
222
- }) | ({
223
- label: import("react").ReactNode;
224
- description?: import("react").ReactNode;
225
- declarations?: import("../../type-source").DeclarationType[] | undefined;
226
- conditionFilter?: import("react").ReactNode;
227
- controls?: import("../../type-source").ControlType[] | undefined;
228
- id: string;
229
- bindingDependencies?: string[] | undefined;
230
- hierarchy?: {
231
- sequence: {
232
- label: import("react").ReactNode;
233
- id: string;
234
- page: string;
235
- };
236
- subSequence?: {
237
- label: import("react").ReactNode;
238
- id: string;
239
- page: string;
240
- } | undefined;
241
- } | undefined;
242
- mandatory?: boolean | undefined;
243
- page: string;
244
- componentType: "Subsequence";
245
- goToPage?: string | undefined;
246
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
247
- conditionFilter?: boolean | undefined;
248
- }) | ({
249
- label: import("react").ReactNode;
250
- description?: import("react").ReactNode;
251
- declarations?: import("../../type-source").DeclarationType[] | undefined;
252
- conditionFilter?: import("react").ReactNode;
253
- controls?: import("../../type-source").ControlType[] | undefined;
254
- id: string;
255
- bindingDependencies?: string[] | undefined;
256
- hierarchy?: {
257
- sequence: {
258
- label: import("react").ReactNode;
259
- id: string;
260
- page: string;
261
- };
262
- subSequence?: {
263
- label: import("react").ReactNode;
264
- id: string;
265
- page: string;
266
- } | undefined;
267
- } | undefined;
268
- mandatory?: boolean | undefined;
269
- page: string;
270
- componentType: "RosterForLoop";
271
- components: import("../../type-source").ComponentType[];
272
- lines: {
273
- min: import("react").ReactNode;
274
- max: import("react").ReactNode;
275
- };
276
- header?: {
277
- value: string;
278
- label: string | import("../../type-source").LabelType<"VTL" | "VTL|MD">;
279
- options: {
280
- value: string;
281
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
282
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
283
- }[];
284
- colspan?: number | undefined;
285
- rowspan?: number | undefined;
286
- }[] | undefined;
287
- positioning: "HORIZONTAL";
288
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
289
- conditionFilter?: boolean | undefined;
290
- }) | ({
291
- label: import("react").ReactNode;
292
- description?: import("react").ReactNode;
293
- declarations?: import("../../type-source").DeclarationType[] | undefined;
294
- conditionFilter?: import("react").ReactNode;
295
- controls?: import("../../type-source").ControlType[] | undefined;
296
- id: string;
297
- bindingDependencies?: string[] | undefined;
298
- hierarchy?: {
299
- sequence: {
300
- label: import("react").ReactNode;
301
- id: string;
302
- page: string;
303
- };
304
- subSequence?: {
305
- label: import("react").ReactNode;
306
- id: string;
307
- page: string;
308
- } | undefined;
309
- } | undefined;
310
- mandatory?: boolean | undefined;
311
- page: string;
312
- componentType: "Loop";
313
- loopDependencies: string[];
314
- components: import("../../type-source").ComponentType[];
315
- depth: number;
316
- paginatedLoop: true;
317
- maxPage: string;
318
- iterations: import("react").ReactNode;
319
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
320
- conditionFilter?: boolean | undefined;
321
- }) | ({
322
- label: import("react").ReactNode;
323
- description?: import("react").ReactNode;
324
- declarations?: import("../../type-source").DeclarationType[] | undefined;
325
- conditionFilter?: import("react").ReactNode;
326
- controls?: import("../../type-source").ControlType[] | undefined;
327
- id: string;
328
- bindingDependencies?: string[] | undefined;
329
- hierarchy?: {
330
- sequence: {
331
- label: import("react").ReactNode;
332
- id: string;
333
- page: string;
334
- };
335
- subSequence?: {
336
- label: import("react").ReactNode;
337
- id: string;
338
- page: string;
339
- } | undefined;
340
- } | undefined;
341
- mandatory?: boolean | undefined;
342
- page: string;
343
- componentType: "Loop";
344
- loopDependencies: string[];
345
- components: import("../../type-source").ComponentType[];
346
- depth: number;
347
- paginatedLoop: false;
348
- lines: {
349
- min: import("react").ReactNode;
350
- max: import("react").ReactNode;
351
- };
352
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
353
- conditionFilter?: boolean | undefined;
354
- }) | ({
355
- label: import("react").ReactNode;
356
- description?: import("react").ReactNode;
357
- declarations?: import("../../type-source").DeclarationType[] | undefined;
358
- conditionFilter?: import("react").ReactNode;
359
- controls?: import("../../type-source").ControlType[] | undefined;
360
- id: string;
361
- bindingDependencies?: string[] | undefined;
362
- hierarchy?: {
363
- sequence: {
364
- label: import("react").ReactNode;
365
- id: string;
366
- page: string;
367
- };
368
- subSequence?: {
369
- label: import("react").ReactNode;
370
- id: string;
371
- page: string;
372
- } | undefined;
373
- } | undefined;
374
- mandatory?: boolean | undefined;
375
- page: string;
376
- componentType: "Table";
377
- header: {
378
- value: string;
379
- label: string | import("../../type-source").LabelType<"VTL" | "VTL|MD">;
380
- options: {
381
- value: string;
382
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
383
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
384
- }[];
385
- colspan?: number | undefined;
386
- rowspan?: number | undefined;
387
- }[] | undefined;
388
- body: ({
389
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
390
- colspan?: number | undefined;
391
- rowspan?: number | undefined;
392
- } | (import("../../type-source").ComponentType & {
393
- colspan?: number | undefined;
394
- rowspan?: number | undefined;
395
- }))[][];
396
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
397
- conditionFilter?: boolean | undefined;
398
- }) | ({
399
- label: import("react").ReactNode;
400
- description?: import("react").ReactNode;
401
- declarations?: import("../../type-source").DeclarationType[] | undefined;
402
- conditionFilter?: import("react").ReactNode;
403
- controls?: import("../../type-source").ControlType[] | undefined;
404
- id: string;
405
- bindingDependencies?: string[] | undefined;
406
- hierarchy?: {
407
- sequence: {
408
- label: import("react").ReactNode;
409
- id: string;
410
- page: string;
411
- };
412
- subSequence?: {
413
- label: import("react").ReactNode;
414
- id: string;
415
- page: string;
416
- } | undefined;
417
- } | undefined;
418
- mandatory?: boolean | undefined;
419
- page: string;
420
- componentType: "InputNumber";
421
- unit?: string | undefined;
422
- response: {
423
- name: string;
424
- };
425
- min?: number | undefined;
426
- max?: number | undefined;
427
- decimals?: number | undefined;
428
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
429
- conditionFilter?: boolean | undefined;
430
- }) | ({
431
- label: import("react").ReactNode;
432
- description?: import("react").ReactNode;
433
- declarations?: import("../../type-source").DeclarationType[] | undefined;
434
- conditionFilter?: import("react").ReactNode;
435
- controls?: import("../../type-source").ControlType[] | undefined;
436
- id: string;
437
- bindingDependencies?: string[] | undefined;
438
- hierarchy?: {
439
- sequence: {
440
- label: import("react").ReactNode;
441
- id: string;
442
- page: string;
443
- };
444
- subSequence?: {
445
- label: import("react").ReactNode;
446
- id: string;
447
- page: string;
448
- } | undefined;
449
- } | undefined;
450
- mandatory?: boolean | undefined;
451
- page: string;
452
- componentType: "Datepicker";
453
- dateFormat: "YYYY-MM-DD" | "YYYY" | "YYYY-MM";
454
- response: {
455
- name: string;
456
- };
457
- min?: string | undefined;
458
- max?: string | undefined;
459
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
460
- conditionFilter?: boolean | undefined;
461
- }) | ({
462
- label: import("react").ReactNode;
463
- description?: import("react").ReactNode;
464
- declarations?: import("../../type-source").DeclarationType[] | undefined;
465
- conditionFilter?: import("react").ReactNode;
466
- controls?: import("../../type-source").ControlType[] | undefined;
467
- id: string;
468
- bindingDependencies?: string[] | undefined;
469
- hierarchy?: {
470
- sequence: {
471
- label: import("react").ReactNode;
472
- id: string;
473
- page: string;
474
- };
475
- subSequence?: {
476
- label: import("react").ReactNode;
477
- id: string;
478
- page: string;
479
- } | undefined;
480
- } | undefined;
481
- mandatory?: boolean | undefined;
482
- page: string;
483
- componentType: "Duration";
484
- format: "PnYnM" | "PTnHnM";
485
- response: {
486
- name: string;
487
- };
488
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
489
- conditionFilter?: boolean | undefined;
490
- }) | ({
491
- label: import("react").ReactNode;
492
- description?: import("react").ReactNode;
493
- declarations?: import("../../type-source").DeclarationType[] | undefined;
494
- conditionFilter?: import("react").ReactNode;
495
- controls?: import("../../type-source").ControlType[] | undefined;
496
- id: string;
497
- bindingDependencies?: string[] | undefined;
498
- hierarchy?: {
499
- sequence: {
500
- label: import("react").ReactNode;
501
- id: string;
502
- page: string;
503
- };
504
- subSequence?: {
505
- label: import("react").ReactNode;
506
- id: string;
507
- page: string;
508
- } | undefined;
509
- } | undefined;
510
- mandatory?: boolean | undefined;
511
- page: string;
512
- componentType: "CheckboxGroup";
513
- responses: {
514
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
515
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
516
- response: import("../../type-source").ResponseType;
517
- id: string;
518
- }[];
519
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
520
- conditionFilter?: boolean | undefined;
521
- }) | ({
522
- label: import("react").ReactNode;
523
- description?: import("react").ReactNode;
524
- declarations?: import("../../type-source").DeclarationType[] | undefined;
525
- conditionFilter?: import("react").ReactNode;
526
- controls?: import("../../type-source").ControlType[] | undefined;
527
- id: string;
528
- bindingDependencies?: string[] | undefined;
529
- hierarchy?: {
530
- sequence: {
531
- label: import("react").ReactNode;
532
- id: string;
533
- page: string;
534
- };
535
- subSequence?: {
536
- label: import("react").ReactNode;
537
- id: string;
538
- page: string;
539
- } | undefined;
540
- } | undefined;
541
- mandatory?: boolean | undefined;
542
- page: string;
543
- componentType: "CheckboxBoolean";
544
- response: {
545
- name: string;
546
- };
547
- missingResponse?: {
548
- name: string;
549
- } | undefined;
550
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
551
- conditionFilter?: boolean | undefined;
552
- }) | ({
553
- label: import("react").ReactNode;
554
- description?: import("react").ReactNode;
555
- declarations?: import("../../type-source").DeclarationType[] | undefined;
556
- conditionFilter?: import("react").ReactNode;
557
- controls?: import("../../type-source").ControlType[] | undefined;
558
- id: string;
559
- bindingDependencies?: string[] | undefined;
560
- hierarchy?: {
561
- sequence: {
562
- label: import("react").ReactNode;
563
- id: string;
564
- page: string;
565
- };
566
- subSequence?: {
567
- label: import("react").ReactNode;
568
- id: string;
569
- page: string;
570
- } | undefined;
571
- } | undefined;
572
- mandatory?: boolean | undefined;
573
- page: string;
574
- componentType: "Radio";
575
- options: {
576
- value: string;
577
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
578
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
579
- }[];
580
- response: {
581
- name: string;
582
- };
583
- missingResponse?: {
584
- name: string;
585
- } | undefined;
586
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
587
- conditionFilter?: boolean | undefined;
588
- }) | ({
589
- label: import("react").ReactNode;
590
- description?: import("react").ReactNode;
591
- declarations?: import("../../type-source").DeclarationType[] | undefined;
592
- conditionFilter?: import("react").ReactNode;
593
- controls?: import("../../type-source").ControlType[] | undefined;
594
- id: string;
595
- bindingDependencies?: string[] | undefined;
596
- hierarchy?: {
597
- sequence: {
598
- label: import("react").ReactNode;
599
- id: string;
600
- page: string;
601
- };
602
- subSequence?: {
603
- label: import("react").ReactNode;
604
- id: string;
605
- page: string;
606
- } | undefined;
607
- } | undefined;
608
- mandatory?: boolean | undefined;
609
- page: string;
610
- componentType: "FilterDescription";
611
- filterDescription: boolean;
612
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
613
- conditionFilter?: boolean | undefined;
614
- }) | ({
615
- label: import("react").ReactNode;
616
- description?: import("react").ReactNode;
617
- declarations?: import("../../type-source").DeclarationType[] | undefined;
618
- conditionFilter?: import("react").ReactNode;
619
- controls?: import("../../type-source").ControlType[] | undefined;
620
- id: string;
621
- bindingDependencies?: string[] | undefined;
622
- hierarchy?: {
623
- sequence: {
624
- label: import("react").ReactNode;
625
- id: string;
626
- page: string;
627
- };
628
- subSequence?: {
629
- label: import("react").ReactNode;
630
- id: string;
631
- page: string;
632
- } | undefined;
633
- } | undefined;
634
- mandatory?: boolean | undefined;
635
- page: string;
636
- componentType: "Dropdown";
637
- options: {
638
- value: string;
639
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
640
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
641
- }[];
642
- response: {
643
- name: string;
644
- };
645
- missingResponse?: {
646
- name: string;
647
- } | undefined;
648
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
649
- conditionFilter?: boolean | undefined;
650
- }) | ({
651
- description?: import("react").ReactNode;
652
- declarations?: import("../../type-source").DeclarationType[] | undefined;
653
- conditionFilter?: import("react").ReactNode;
654
- controls?: import("../../type-source").ControlType[] | undefined;
655
- id: string;
656
- bindingDependencies?: string[] | undefined;
657
- hierarchy?: {
658
- sequence: {
659
- label: import("react").ReactNode;
660
- id: string;
661
- page: string;
662
- };
663
- subSequence?: {
664
- label: import("react").ReactNode;
665
- id: string;
666
- page: string;
667
- } | undefined;
668
- } | undefined;
669
- mandatory?: boolean | undefined;
670
- page: string;
671
- componentType: "PairwiseLinks";
672
- xAxisIterations: import("react").ReactNode;
673
- yAxisIterations: import("react").ReactNode;
674
- symLinks: {
675
- [x: string]: {
676
- [x: string]: string | null;
677
- };
678
- };
679
- components: import("../../type-source").ComponentType[];
680
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
681
- conditionFilter?: boolean | undefined;
682
- }) | ({
683
- label: import("react").ReactNode;
684
- description?: import("react").ReactNode;
685
- declarations?: import("../../type-source").DeclarationType[] | undefined;
686
- conditionFilter?: import("react").ReactNode;
687
- controls?: import("../../type-source").ControlType[] | undefined;
688
- id: string;
689
- bindingDependencies?: string[] | undefined;
690
- hierarchy?: {
691
- sequence: {
692
- label: import("react").ReactNode;
693
- id: string;
694
- page: string;
695
- };
696
- subSequence?: {
697
- label: import("react").ReactNode;
698
- id: string;
699
- page: string;
700
- } | undefined;
701
- } | undefined;
702
- mandatory?: boolean | undefined;
703
- page: string;
704
- componentType: "Roundabout";
705
- components: import("../../type-source").ComponentType[];
706
- iterations: import("react").ReactNode;
707
- locked: boolean;
708
- expressions: {
709
- [x: string]: import("react").ReactNode;
710
- };
711
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
712
- conditionFilter?: boolean | undefined;
713
- }) | ({
714
- label: import("react").ReactNode;
715
- description?: import("react").ReactNode;
716
- declarations?: import("../../type-source").DeclarationType[] | undefined;
717
- conditionFilter?: import("react").ReactNode;
718
- controls?: import("../../type-source").ControlType[] | undefined;
719
- id: string;
720
- bindingDependencies?: string[] | undefined;
721
- hierarchy?: {
722
- sequence: {
723
- label: import("react").ReactNode;
724
- id: string;
725
- page: string;
726
- };
727
- subSequence?: {
728
- label: import("react").ReactNode;
729
- id: string;
730
- page: string;
731
- } | undefined;
732
- } | undefined;
733
- mandatory?: boolean | undefined;
734
- page: string;
735
- componentType: "Suggester";
736
- storeName: string;
737
- response: {
738
- name: string;
739
- };
740
- arbitrary?: {
741
- response: {
742
- name: string;
743
- };
744
- } | undefined;
745
- optionResponses: {
746
- name: string;
747
- attribute: string;
748
- }[];
749
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
750
- conditionFilter?: boolean | undefined;
751
- }) | ({
752
- label: import("react").ReactNode;
753
- description?: import("react").ReactNode;
754
- declarations?: import("../../type-source").DeclarationType[] | undefined;
755
- conditionFilter?: import("react").ReactNode;
756
- controls?: import("../../type-source").ControlType[] | undefined;
757
- id: string;
758
- bindingDependencies?: string[] | undefined;
759
- hierarchy?: {
760
- sequence: {
761
- label: import("react").ReactNode;
762
- id: string;
763
- page: string;
764
- };
765
- subSequence?: {
766
- label: import("react").ReactNode;
767
- id: string;
768
- page: string;
769
- } | undefined;
770
- } | undefined;
771
- mandatory?: boolean | undefined;
772
- page: string;
773
- componentType: "Input" | "Textarea";
774
- maxLength: number;
775
- missingResponse?: {
776
- name: string;
777
- } | undefined;
778
- response: {
779
- name: string;
780
- };
781
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
782
- conditionFilter?: boolean | undefined;
783
- }) | ({
784
- label: import("react").ReactNode;
785
- description?: import("react").ReactNode;
786
- declarations?: import("../../type-source").DeclarationType[] | undefined;
787
- conditionFilter?: import("react").ReactNode;
788
- controls?: import("../../type-source").ControlType[] | undefined;
789
- id: string;
790
- bindingDependencies?: string[] | undefined;
791
- hierarchy?: {
792
- sequence: {
793
- label: import("react").ReactNode;
794
- id: string;
795
- page: string;
796
- };
797
- subSequence?: {
798
- label: import("react").ReactNode;
799
- id: string;
800
- page: string;
801
- } | undefined;
802
- } | undefined;
803
- mandatory?: boolean | undefined;
804
- page: string;
805
- componentType: "CheckboxOne";
806
- response: {
807
- name: string;
808
- };
809
- missingResponse?: {
810
- name: string;
811
- } | undefined;
812
- options: {
813
- value: string;
814
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
815
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
816
- }[];
817
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
818
- conditionFilter?: boolean | undefined;
819
- }) | ({
820
- label: import("react").ReactNode;
821
- description: import("react").ReactNode;
822
- declarations?: import("../../type-source").DeclarationType[] | undefined;
823
- conditionFilter?: import("react").ReactNode;
824
- controls?: import("../../type-source").ControlType[] | undefined;
825
- id: string;
826
- bindingDependencies?: string[] | undefined;
827
- hierarchy?: {
828
- sequence: {
829
- label: import("react").ReactNode;
830
- id: string;
831
- page: string;
832
- };
833
- subSequence?: {
834
- label: import("react").ReactNode;
835
- id: string;
836
- page: string;
837
- } | undefined;
838
- } | undefined;
839
- mandatory?: boolean | undefined;
840
- page: string;
841
- componentType: "Question";
842
- components: import("../../type-source").ComponentType[];
843
- } & import("./fill-management").FilledProps & import("./fill-component-value").FilledProps & import("./fill-missing-response").FilledProps & import("./fill-from-state").FilledProps & import("./fill-pagination").FilledProps & {
844
- conditionFilter?: boolean | undefined;
845
- }) | {
846
- label: unknown;
847
- colspan?: number | undefined;
848
- rowspan?: number | undefined;
849
- })[][];
850
- label: import("react").ReactNode;
851
- description?: import("react").ReactNode;
852
- declarations?: import("../../type-source").DeclarationType[] | undefined;
853
- conditionFilter?: import("react").ReactNode;
854
- controls?: import("../../type-source").ControlType[] | undefined;
855
- id: string;
856
- bindingDependencies?: string[] | undefined;
857
- hierarchy?: {
858
- sequence: {
859
- label: import("react").ReactNode;
860
- id: string;
861
- page: string;
862
- };
863
- subSequence?: {
864
- label: import("react").ReactNode;
865
- id: string;
866
- page: string;
867
- } | undefined;
868
- } | undefined;
869
- mandatory?: boolean | undefined;
870
- page: string;
871
- componentType: "Table";
872
- header: {
873
- value: string;
874
- label: string | import("../../type-source").LabelType<"VTL" | "VTL|MD">;
875
- options: {
876
- value: string;
877
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
878
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
879
- }[];
880
- colspan?: number | undefined;
881
- rowspan?: number | undefined;
882
- }[] | undefined;
883
- } | {
884
- label: import("react").ReactNode;
885
- description?: import("react").ReactNode;
886
- declarations?: import("../../type-source").DeclarationType[] | undefined;
887
- conditionFilter?: import("react").ReactNode;
888
- controls?: import("../../type-source").ControlType[] | undefined;
889
- id: string;
890
- bindingDependencies?: string[] | undefined;
891
- hierarchy?: {
892
- sequence: {
893
- label: import("react").ReactNode;
894
- id: string;
895
- page: string;
896
- };
897
- subSequence?: {
898
- label: import("react").ReactNode;
899
- id: string;
900
- page: string;
901
- } | undefined;
902
- } | undefined;
903
- mandatory?: boolean | undefined;
904
- page: string;
905
- componentType: "Suggester";
906
- storeName: string;
907
- response: {
908
- name: string;
909
- };
910
- arbitrary?: {
911
- response: {
912
- name: string;
913
- };
914
- } | undefined;
915
- optionResponses: {
916
- name: string;
917
- attribute: string;
918
- }[];
919
- } | {
920
- label: import("react").ReactNode;
921
- description?: import("react").ReactNode;
922
- declarations?: import("../../type-source").DeclarationType[] | undefined;
923
- conditionFilter?: import("react").ReactNode;
924
- controls?: import("../../type-source").ControlType[] | undefined;
925
- id: string;
926
- bindingDependencies?: string[] | undefined;
927
- hierarchy?: {
928
- sequence: {
929
- label: import("react").ReactNode;
930
- id: string;
931
- page: string;
932
- };
933
- subSequence?: {
934
- label: import("react").ReactNode;
935
- id: string;
936
- page: string;
937
- } | undefined;
938
- } | undefined;
939
- mandatory?: boolean | undefined;
940
- page: string;
941
- componentType: "Sequence";
942
- goToPage?: string | undefined;
943
- } | {
944
- label: import("react").ReactNode;
945
- description?: import("react").ReactNode;
946
- declarations?: import("../../type-source").DeclarationType[] | undefined;
947
- conditionFilter?: import("react").ReactNode;
948
- controls?: import("../../type-source").ControlType[] | undefined;
949
- id: string;
950
- bindingDependencies?: string[] | undefined;
951
- hierarchy?: {
952
- sequence: {
953
- label: import("react").ReactNode;
954
- id: string;
955
- page: string;
956
- };
957
- subSequence?: {
958
- label: import("react").ReactNode;
959
- id: string;
960
- page: string;
961
- } | undefined;
962
- } | undefined;
963
- mandatory?: boolean | undefined;
964
- page: string;
965
- componentType: "Subsequence";
966
- goToPage?: string | undefined;
967
- } | {
968
- label: import("react").ReactNode;
969
- description?: import("react").ReactNode;
970
- declarations?: import("../../type-source").DeclarationType[] | undefined;
971
- conditionFilter?: import("react").ReactNode;
972
- controls?: import("../../type-source").ControlType[] | undefined;
973
- id: string;
974
- bindingDependencies?: string[] | undefined;
975
- hierarchy?: {
976
- sequence: {
977
- label: import("react").ReactNode;
978
- id: string;
979
- page: string;
980
- };
981
- subSequence?: {
982
- label: import("react").ReactNode;
983
- id: string;
984
- page: string;
985
- } | undefined;
986
- } | undefined;
987
- mandatory?: boolean | undefined;
988
- page: string;
989
- componentType: "InputNumber";
990
- unit?: string | undefined;
991
- response: {
992
- name: string;
993
- };
994
- min?: number | undefined;
995
- max?: number | undefined;
996
- decimals?: number | undefined;
997
- } | {
998
- label: import("react").ReactNode;
999
- description?: import("react").ReactNode;
1000
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1001
- conditionFilter?: import("react").ReactNode;
1002
- controls?: import("../../type-source").ControlType[] | undefined;
1003
- id: string;
1004
- bindingDependencies?: string[] | undefined;
1005
- hierarchy?: {
1006
- sequence: {
1007
- label: import("react").ReactNode;
1008
- id: string;
1009
- page: string;
1010
- };
1011
- subSequence?: {
1012
- label: import("react").ReactNode;
1013
- id: string;
1014
- page: string;
1015
- } | undefined;
1016
- } | undefined;
1017
- mandatory?: boolean | undefined;
1018
- page: string;
1019
- componentType: "Datepicker";
1020
- dateFormat: "YYYY-MM-DD" | "YYYY" | "YYYY-MM";
1021
- response: {
1022
- name: string;
1023
- };
1024
- min?: string | undefined;
1025
- max?: string | undefined;
1026
- } | {
1027
- label: import("react").ReactNode;
1028
- description?: import("react").ReactNode;
1029
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1030
- conditionFilter?: import("react").ReactNode;
1031
- controls?: import("../../type-source").ControlType[] | undefined;
1032
- id: string;
1033
- bindingDependencies?: string[] | undefined;
1034
- hierarchy?: {
1035
- sequence: {
1036
- label: import("react").ReactNode;
1037
- id: string;
1038
- page: string;
1039
- };
1040
- subSequence?: {
1041
- label: import("react").ReactNode;
1042
- id: string;
1043
- page: string;
1044
- } | undefined;
1045
- } | undefined;
1046
- mandatory?: boolean | undefined;
1047
- page: string;
1048
- componentType: "Duration";
1049
- format: "PnYnM" | "PTnHnM";
1050
- response: {
1051
- name: string;
1052
- };
1053
- } | {
1054
- label: import("react").ReactNode;
1055
- description?: import("react").ReactNode;
1056
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1057
- conditionFilter?: import("react").ReactNode;
1058
- controls?: import("../../type-source").ControlType[] | undefined;
1059
- id: string;
1060
- bindingDependencies?: string[] | undefined;
1061
- hierarchy?: {
1062
- sequence: {
1063
- label: import("react").ReactNode;
1064
- id: string;
1065
- page: string;
1066
- };
1067
- subSequence?: {
1068
- label: import("react").ReactNode;
1069
- id: string;
1070
- page: string;
1071
- } | undefined;
1072
- } | undefined;
1073
- mandatory?: boolean | undefined;
1074
- page: string;
1075
- componentType: "CheckboxGroup";
1076
- responses: {
1077
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
1078
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
1079
- response: import("../../type-source").ResponseType;
1080
- id: string;
1081
- }[];
1082
- } | {
1083
- label: import("react").ReactNode;
1084
- description?: import("react").ReactNode;
1085
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1086
- conditionFilter?: import("react").ReactNode;
1087
- controls?: import("../../type-source").ControlType[] | undefined;
1088
- id: string;
1089
- bindingDependencies?: string[] | undefined;
1090
- hierarchy?: {
1091
- sequence: {
1092
- label: import("react").ReactNode;
1093
- id: string;
1094
- page: string;
1095
- };
1096
- subSequence?: {
1097
- label: import("react").ReactNode;
1098
- id: string;
1099
- page: string;
1100
- } | undefined;
1101
- } | undefined;
1102
- mandatory?: boolean | undefined;
1103
- page: string;
1104
- componentType: "CheckboxBoolean";
1105
- response: {
1106
- name: string;
1107
- };
1108
- missingResponse?: {
1109
- name: string;
1110
- } | undefined;
1111
- } | {
1112
- label: import("react").ReactNode;
1113
- description?: import("react").ReactNode;
1114
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1115
- conditionFilter?: import("react").ReactNode;
1116
- controls?: import("../../type-source").ControlType[] | undefined;
1117
- id: string;
1118
- bindingDependencies?: string[] | undefined;
1119
- hierarchy?: {
1120
- sequence: {
1121
- label: import("react").ReactNode;
1122
- id: string;
1123
- page: string;
1124
- };
1125
- subSequence?: {
1126
- label: import("react").ReactNode;
1127
- id: string;
1128
- page: string;
1129
- } | undefined;
1130
- } | undefined;
1131
- mandatory?: boolean | undefined;
1132
- page: string;
1133
- componentType: "Radio";
1134
- options: {
1135
- value: string;
1136
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
1137
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
1138
- }[];
1139
- response: {
1140
- name: string;
1141
- };
1142
- missingResponse?: {
1143
- name: string;
1144
- } | undefined;
1145
- } | {
1146
- label: import("react").ReactNode;
1147
- description?: import("react").ReactNode;
1148
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1149
- conditionFilter?: import("react").ReactNode;
1150
- controls?: import("../../type-source").ControlType[] | undefined;
1151
- id: string;
1152
- bindingDependencies?: string[] | undefined;
1153
- hierarchy?: {
1154
- sequence: {
1155
- label: import("react").ReactNode;
1156
- id: string;
1157
- page: string;
1158
- };
1159
- subSequence?: {
1160
- label: import("react").ReactNode;
1161
- id: string;
1162
- page: string;
1163
- } | undefined;
1164
- } | undefined;
1165
- mandatory?: boolean | undefined;
1166
- page: string;
1167
- componentType: "FilterDescription";
1168
- filterDescription: boolean;
1169
- } | {
1170
- label: import("react").ReactNode;
1171
- description?: import("react").ReactNode;
1172
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1173
- conditionFilter?: import("react").ReactNode;
1174
- controls?: import("../../type-source").ControlType[] | undefined;
1175
- id: string;
1176
- bindingDependencies?: string[] | undefined;
1177
- hierarchy?: {
1178
- sequence: {
1179
- label: import("react").ReactNode;
1180
- id: string;
1181
- page: string;
1182
- };
1183
- subSequence?: {
1184
- label: import("react").ReactNode;
1185
- id: string;
1186
- page: string;
1187
- } | undefined;
1188
- } | undefined;
1189
- mandatory?: boolean | undefined;
1190
- page: string;
1191
- componentType: "Dropdown";
1192
- options: {
1193
- value: string;
1194
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
1195
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
1196
- }[];
1197
- response: {
1198
- name: string;
1199
- };
1200
- missingResponse?: {
1201
- name: string;
1202
- } | undefined;
1203
- } | {
1204
- label: import("react").ReactNode;
1205
- description?: import("react").ReactNode;
1206
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1207
- conditionFilter?: import("react").ReactNode;
1208
- controls?: import("../../type-source").ControlType[] | undefined;
1209
- id: string;
1210
- bindingDependencies?: string[] | undefined;
1211
- hierarchy?: {
1212
- sequence: {
1213
- label: import("react").ReactNode;
1214
- id: string;
1215
- page: string;
1216
- };
1217
- subSequence?: {
1218
- label: import("react").ReactNode;
1219
- id: string;
1220
- page: string;
1221
- } | undefined;
1222
- } | undefined;
1223
- mandatory?: boolean | undefined;
1224
- page: string;
1225
- componentType: "Input" | "Textarea";
1226
- maxLength: number;
1227
- missingResponse?: {
1228
- name: string;
1229
- } | undefined;
1230
- response: {
1231
- name: string;
1232
- };
1233
- } | {
1234
- label: import("react").ReactNode;
1235
- description?: import("react").ReactNode;
1236
- declarations?: import("../../type-source").DeclarationType[] | undefined;
1237
- conditionFilter?: import("react").ReactNode;
1238
- controls?: import("../../type-source").ControlType[] | undefined;
1239
- id: string;
1240
- bindingDependencies?: string[] | undefined;
1241
- hierarchy?: {
1242
- sequence: {
1243
- label: import("react").ReactNode;
1244
- id: string;
1245
- page: string;
1246
- };
1247
- subSequence?: {
1248
- label: import("react").ReactNode;
1249
- id: string;
1250
- page: string;
1251
- } | undefined;
1252
- } | undefined;
1253
- mandatory?: boolean | undefined;
1254
- page: string;
1255
- componentType: "CheckboxOne";
1256
- response: {
1257
- name: string;
1258
- };
1259
- missingResponse?: {
1260
- name: string;
1261
- } | undefined;
1262
- options: {
1263
- value: string;
1264
- label: import("../../type-source").LabelType<"VTL" | "VTL|MD">;
1265
- description?: import("../../type-source").LabelType<"VTL" | "VTL|MD"> | undefined;
1266
- }[];
1267
- };
1268
- export default fillSpecificExpressions;