@digigov/form 1.2.0-a7ffb5dc → 2.0.0-8de46296
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/index.js +1 -1
- package/package.json +4 -4
- package/cjs/lazy/index.js +0 -517
- package/lazy/index.js +0 -395
- package/lazy/package.json +0 -6
- package/lazy.d.ts +0 -69
- package/src/lazy.js +0 -60
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/form",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-8de46296",
|
|
4
4
|
"description": "@digigov form builder",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"dayjs": "1.10.4",
|
|
16
16
|
"@hookform/resolvers": "2.9.6",
|
|
17
17
|
"publint": "0.1.8",
|
|
18
|
-
"@digigov/react-icons": "
|
|
18
|
+
"@digigov/react-icons": "2.0.0-8de46296"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@digigov/ui": "
|
|
22
|
-
"@digigov/react-core": "
|
|
21
|
+
"@digigov/ui": "2.0.0-8de46296",
|
|
22
|
+
"@digigov/react-core": "2.0.0-8de46296",
|
|
23
23
|
"clsx": "1.1.1",
|
|
24
24
|
"react": "^16.8.0 || ^17.0.0",
|
|
25
25
|
"react-dom": "^16.8.0 || ^17.0.0"
|
package/cjs/lazy/index.js
DELETED
|
@@ -1,517 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
9
|
-
var _react = require("react");
|
|
10
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
11
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2["default"])(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
12
|
-
var _default = exports["default"] = {
|
|
13
|
-
'FieldBase': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
14
|
-
return Promise.resolve().then(function () {
|
|
15
|
-
return _interopRequireWildcard(require('@digigov/form/Field/FieldBase'));
|
|
16
|
-
}).then(function (module) {
|
|
17
|
-
return {
|
|
18
|
-
"default": module['FieldBase']
|
|
19
|
-
};
|
|
20
|
-
});
|
|
21
|
-
}),
|
|
22
|
-
'FieldBaseContainer': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
23
|
-
return Promise.resolve().then(function () {
|
|
24
|
-
return _interopRequireWildcard(require('@digigov/form/Field/FieldBaseContainer'));
|
|
25
|
-
}).then(function (module) {
|
|
26
|
-
return {
|
|
27
|
-
"default": module['FieldBaseContainer']
|
|
28
|
-
};
|
|
29
|
-
});
|
|
30
|
-
}),
|
|
31
|
-
'FieldConditional': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
32
|
-
return Promise.resolve().then(function () {
|
|
33
|
-
return _interopRequireWildcard(require('@digigov/form/Field/FieldConditional'));
|
|
34
|
-
}).then(function (module) {
|
|
35
|
-
return {
|
|
36
|
-
"default": module['FieldConditional']
|
|
37
|
-
};
|
|
38
|
-
});
|
|
39
|
-
}),
|
|
40
|
-
'Field': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
41
|
-
return Promise.resolve().then(function () {
|
|
42
|
-
return _interopRequireWildcard(require('@digigov/form/internal'));
|
|
43
|
-
}).then(function (module) {
|
|
44
|
-
return {
|
|
45
|
-
"default": module['Field']
|
|
46
|
-
};
|
|
47
|
-
});
|
|
48
|
-
}),
|
|
49
|
-
'FieldArray': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
50
|
-
return Promise.resolve().then(function () {
|
|
51
|
-
return _interopRequireWildcard(require('@digigov/form/FieldArray'));
|
|
52
|
-
}).then(function (module) {
|
|
53
|
-
return {
|
|
54
|
-
"default": module['FieldArray']
|
|
55
|
-
};
|
|
56
|
-
});
|
|
57
|
-
}),
|
|
58
|
-
'FieldObject': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
59
|
-
return Promise.resolve().then(function () {
|
|
60
|
-
return _interopRequireWildcard(require('@digigov/form/FieldObject'));
|
|
61
|
-
}).then(function (module) {
|
|
62
|
-
return {
|
|
63
|
-
"default": module['FieldObject']
|
|
64
|
-
};
|
|
65
|
-
});
|
|
66
|
-
}),
|
|
67
|
-
'FieldsetWithContext': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
68
|
-
return Promise.resolve().then(function () {
|
|
69
|
-
return _interopRequireWildcard(require('@digigov/form/Fieldset/FieldsetWithContext'));
|
|
70
|
-
}).then(function (module) {
|
|
71
|
-
return {
|
|
72
|
-
"default": module['FieldsetWithContext']
|
|
73
|
-
};
|
|
74
|
-
});
|
|
75
|
-
}),
|
|
76
|
-
'Fieldset': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
77
|
-
return Promise.resolve().then(function () {
|
|
78
|
-
return _interopRequireWildcard(require('@digigov/form/Fieldset'));
|
|
79
|
-
}).then(function (module) {
|
|
80
|
-
return {
|
|
81
|
-
"default": module['Fieldset']
|
|
82
|
-
};
|
|
83
|
-
});
|
|
84
|
-
}),
|
|
85
|
-
'FieldsetBody': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
86
|
-
return Promise.resolve().then(function () {
|
|
87
|
-
return _interopRequireWildcard(require('@digigov/form/Fieldset'));
|
|
88
|
-
}).then(function (module) {
|
|
89
|
-
return {
|
|
90
|
-
"default": module['FieldsetBody']
|
|
91
|
-
};
|
|
92
|
-
});
|
|
93
|
-
}),
|
|
94
|
-
'FieldsetCaption': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
95
|
-
return Promise.resolve().then(function () {
|
|
96
|
-
return _interopRequireWildcard(require('@digigov/form/Fieldset'));
|
|
97
|
-
}).then(function (module) {
|
|
98
|
-
return {
|
|
99
|
-
"default": module['FieldsetCaption']
|
|
100
|
-
};
|
|
101
|
-
});
|
|
102
|
-
}),
|
|
103
|
-
'FieldsetLabel': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
104
|
-
return Promise.resolve().then(function () {
|
|
105
|
-
return _interopRequireWildcard(require('@digigov/form/Fieldset'));
|
|
106
|
-
}).then(function (module) {
|
|
107
|
-
return {
|
|
108
|
-
"default": module['FieldsetLabel']
|
|
109
|
-
};
|
|
110
|
-
});
|
|
111
|
-
}),
|
|
112
|
-
'FormBase': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
113
|
-
return Promise.resolve().then(function () {
|
|
114
|
-
return _interopRequireWildcard(require('@digigov/form/FormBuilder/FormBuilder'));
|
|
115
|
-
}).then(function (module) {
|
|
116
|
-
return {
|
|
117
|
-
"default": module['FormBase']
|
|
118
|
-
};
|
|
119
|
-
});
|
|
120
|
-
}),
|
|
121
|
-
'FormBuilder': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
122
|
-
return Promise.resolve().then(function () {
|
|
123
|
-
return _interopRequireWildcard(require('@digigov/form/FormBuilder/FormBuilder'));
|
|
124
|
-
}).then(function (module) {
|
|
125
|
-
return {
|
|
126
|
-
"default": module['FormBuilder']
|
|
127
|
-
};
|
|
128
|
-
});
|
|
129
|
-
}),
|
|
130
|
-
'FormContext': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
131
|
-
return Promise.resolve().then(function () {
|
|
132
|
-
return _interopRequireWildcard(require('@digigov/form/FormContext'));
|
|
133
|
-
}).then(function (module) {
|
|
134
|
-
return {
|
|
135
|
-
"default": module['FormContext']
|
|
136
|
-
};
|
|
137
|
-
});
|
|
138
|
-
}),
|
|
139
|
-
'Checkboxes': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
140
|
-
return Promise.resolve().then(function () {
|
|
141
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/Checkboxes'));
|
|
142
|
-
}).then(function (module) {
|
|
143
|
-
return {
|
|
144
|
-
"default": module['Checkboxes']
|
|
145
|
-
};
|
|
146
|
-
});
|
|
147
|
-
}),
|
|
148
|
-
'DateInput': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
149
|
-
return Promise.resolve().then(function () {
|
|
150
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/DateInput'));
|
|
151
|
-
}).then(function (module) {
|
|
152
|
-
return {
|
|
153
|
-
"default": module['DateInput']
|
|
154
|
-
};
|
|
155
|
-
});
|
|
156
|
-
}),
|
|
157
|
-
'FileInput': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
158
|
-
return Promise.resolve().then(function () {
|
|
159
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/FileInput'));
|
|
160
|
-
}).then(function (module) {
|
|
161
|
-
return {
|
|
162
|
-
"default": module['FileInput']
|
|
163
|
-
};
|
|
164
|
-
});
|
|
165
|
-
}),
|
|
166
|
-
'Input': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
167
|
-
return Promise.resolve().then(function () {
|
|
168
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/Input'));
|
|
169
|
-
}).then(function (module) {
|
|
170
|
-
return {
|
|
171
|
-
"default": module['Input']
|
|
172
|
-
};
|
|
173
|
-
});
|
|
174
|
-
}),
|
|
175
|
-
'Label': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
176
|
-
return Promise.resolve().then(function () {
|
|
177
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/Label'));
|
|
178
|
-
}).then(function (module) {
|
|
179
|
-
return {
|
|
180
|
-
"default": module['Label']
|
|
181
|
-
};
|
|
182
|
-
});
|
|
183
|
-
}),
|
|
184
|
-
'Questions': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
185
|
-
return Promise.resolve().then(function () {
|
|
186
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Questions'));
|
|
187
|
-
}).then(function (module) {
|
|
188
|
-
return {
|
|
189
|
-
"default": module['Questions']
|
|
190
|
-
};
|
|
191
|
-
});
|
|
192
|
-
}),
|
|
193
|
-
'Radio': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
194
|
-
return Promise.resolve().then(function () {
|
|
195
|
-
return _interopRequireWildcard(require('@digigov/form/internal'));
|
|
196
|
-
}).then(function (module) {
|
|
197
|
-
return {
|
|
198
|
-
"default": module['Radio']
|
|
199
|
-
};
|
|
200
|
-
});
|
|
201
|
-
}),
|
|
202
|
-
'Select': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
203
|
-
return Promise.resolve().then(function () {
|
|
204
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/Select'));
|
|
205
|
-
}).then(function (module) {
|
|
206
|
-
return {
|
|
207
|
-
"default": module['Select']
|
|
208
|
-
};
|
|
209
|
-
});
|
|
210
|
-
}),
|
|
211
|
-
'Step': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
212
|
-
return Promise.resolve().then(function () {
|
|
213
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/Step'));
|
|
214
|
-
}).then(function (module) {
|
|
215
|
-
return {
|
|
216
|
-
"default": module['Step']
|
|
217
|
-
};
|
|
218
|
-
});
|
|
219
|
-
}),
|
|
220
|
-
'ReviewStep': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
221
|
-
return Promise.resolve().then(function () {
|
|
222
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/ReviewStep'));
|
|
223
|
-
}).then(function (module) {
|
|
224
|
-
return {
|
|
225
|
-
"default": module['ReviewStep']
|
|
226
|
-
};
|
|
227
|
-
});
|
|
228
|
-
}),
|
|
229
|
-
'StepArrayReview': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
230
|
-
return Promise.resolve().then(function () {
|
|
231
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepArrayReview'));
|
|
232
|
-
}).then(function (module) {
|
|
233
|
-
return {
|
|
234
|
-
"default": module['StepArrayReview']
|
|
235
|
-
};
|
|
236
|
-
});
|
|
237
|
-
}),
|
|
238
|
-
'StepContext': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
239
|
-
return Promise.resolve().then(function () {
|
|
240
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepContext'));
|
|
241
|
-
}).then(function (module) {
|
|
242
|
-
return {
|
|
243
|
-
"default": module['StepContext']
|
|
244
|
-
};
|
|
245
|
-
});
|
|
246
|
-
}),
|
|
247
|
-
'StepDescription': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
248
|
-
return Promise.resolve().then(function () {
|
|
249
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepDescription'));
|
|
250
|
-
}).then(function (module) {
|
|
251
|
-
return {
|
|
252
|
-
"default": module['StepDescription']
|
|
253
|
-
};
|
|
254
|
-
});
|
|
255
|
-
}),
|
|
256
|
-
'StepDescriptionBase': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
257
|
-
return Promise.resolve().then(function () {
|
|
258
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepDescription'));
|
|
259
|
-
}).then(function (module) {
|
|
260
|
-
return {
|
|
261
|
-
"default": module['StepDescriptionBase']
|
|
262
|
-
};
|
|
263
|
-
});
|
|
264
|
-
}),
|
|
265
|
-
'StepForm': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
266
|
-
return Promise.resolve().then(function () {
|
|
267
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepForm'));
|
|
268
|
-
}).then(function (module) {
|
|
269
|
-
return {
|
|
270
|
-
"default": module['StepForm']
|
|
271
|
-
};
|
|
272
|
-
});
|
|
273
|
-
}),
|
|
274
|
-
'StepQuote': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
275
|
-
return Promise.resolve().then(function () {
|
|
276
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepQuote'));
|
|
277
|
-
}).then(function (module) {
|
|
278
|
-
return {
|
|
279
|
-
"default": module['StepQuote']
|
|
280
|
-
};
|
|
281
|
-
});
|
|
282
|
-
}),
|
|
283
|
-
'StepTitle': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
284
|
-
return Promise.resolve().then(function () {
|
|
285
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepTitle'));
|
|
286
|
-
}).then(function (module) {
|
|
287
|
-
return {
|
|
288
|
-
"default": module['StepTitle']
|
|
289
|
-
};
|
|
290
|
-
});
|
|
291
|
-
}),
|
|
292
|
-
'StepTitleBase': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
293
|
-
return Promise.resolve().then(function () {
|
|
294
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepTitle'));
|
|
295
|
-
}).then(function (module) {
|
|
296
|
-
return {
|
|
297
|
-
"default": module['StepTitleBase']
|
|
298
|
-
};
|
|
299
|
-
});
|
|
300
|
-
}),
|
|
301
|
-
'StepTitleHeading': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
302
|
-
return Promise.resolve().then(function () {
|
|
303
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/Step/StepTitle'));
|
|
304
|
-
}).then(function (module) {
|
|
305
|
-
return {
|
|
306
|
-
"default": module['StepTitleHeading']
|
|
307
|
-
};
|
|
308
|
-
});
|
|
309
|
-
}),
|
|
310
|
-
'RadioButtonsGroup': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
311
|
-
return Promise.resolve().then(function () {
|
|
312
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/Radio'));
|
|
313
|
-
}).then(function (module) {
|
|
314
|
-
return {
|
|
315
|
-
"default": module['RadioButtonsGroup']
|
|
316
|
-
};
|
|
317
|
-
});
|
|
318
|
-
}),
|
|
319
|
-
'ImageInput': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
320
|
-
return Promise.resolve().then(function () {
|
|
321
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/ImageInput'));
|
|
322
|
-
}).then(function (module) {
|
|
323
|
-
return {
|
|
324
|
-
"default": module['ImageInput']
|
|
325
|
-
};
|
|
326
|
-
});
|
|
327
|
-
}),
|
|
328
|
-
'OtpInput': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
329
|
-
return Promise.resolve().then(function () {
|
|
330
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/OtpInput'));
|
|
331
|
-
}).then(function (module) {
|
|
332
|
-
return {
|
|
333
|
-
"default": module['OtpInput']
|
|
334
|
-
};
|
|
335
|
-
});
|
|
336
|
-
}),
|
|
337
|
-
'AutoCompleteInput': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
338
|
-
return Promise.resolve().then(function () {
|
|
339
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/AutoCompleteInput'));
|
|
340
|
-
}).then(function (module) {
|
|
341
|
-
return {
|
|
342
|
-
"default": module['AutoCompleteInput']
|
|
343
|
-
};
|
|
344
|
-
});
|
|
345
|
-
}),
|
|
346
|
-
'Image': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
347
|
-
return Promise.resolve().then(function () {
|
|
348
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/ImageInput'));
|
|
349
|
-
}).then(function (module) {
|
|
350
|
-
return {
|
|
351
|
-
"default": module['Image']
|
|
352
|
-
};
|
|
353
|
-
});
|
|
354
|
-
}),
|
|
355
|
-
'REMOVE_SPACES': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
356
|
-
return Promise.resolve().then(function () {
|
|
357
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/OtpInput'));
|
|
358
|
-
}).then(function (module) {
|
|
359
|
-
return {
|
|
360
|
-
"default": module['REMOVE_SPACES']
|
|
361
|
-
};
|
|
362
|
-
});
|
|
363
|
-
}),
|
|
364
|
-
'RE_DIGIT': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
365
|
-
return Promise.resolve().then(function () {
|
|
366
|
-
return _interopRequireWildcard(require('@digigov/form/inputs/OtpInput'));
|
|
367
|
-
}).then(function (module) {
|
|
368
|
-
return {
|
|
369
|
-
"default": module['RE_DIGIT']
|
|
370
|
-
};
|
|
371
|
-
});
|
|
372
|
-
}),
|
|
373
|
-
'AddObjects': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
374
|
-
return Promise.resolve().then(function () {
|
|
375
|
-
return _interopRequireWildcard(require('@digigov/form/MultiplicityField/add-objects'));
|
|
376
|
-
}).then(function (module) {
|
|
377
|
-
return {
|
|
378
|
-
"default": module['AddObjects']
|
|
379
|
-
};
|
|
380
|
-
});
|
|
381
|
-
}),
|
|
382
|
-
'ListObject': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
383
|
-
return Promise.resolve().then(function () {
|
|
384
|
-
return _interopRequireWildcard(require('@digigov/form/MultiplicityField'));
|
|
385
|
-
}).then(function (module) {
|
|
386
|
-
return {
|
|
387
|
-
"default": module['ListObject']
|
|
388
|
-
};
|
|
389
|
-
});
|
|
390
|
-
}),
|
|
391
|
-
'Multiplicity': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
392
|
-
return Promise.resolve().then(function () {
|
|
393
|
-
return _interopRequireWildcard(require('@digigov/form/MultiplicityField'));
|
|
394
|
-
}).then(function (module) {
|
|
395
|
-
return {
|
|
396
|
-
"default": module['Multiplicity']
|
|
397
|
-
};
|
|
398
|
-
});
|
|
399
|
-
}),
|
|
400
|
-
'QuestionsContext': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
401
|
-
return Promise.resolve().then(function () {
|
|
402
|
-
return _interopRequireWildcard(require('@digigov/form/Questions/QuestionsContext'));
|
|
403
|
-
}).then(function (module) {
|
|
404
|
-
return {
|
|
405
|
-
"default": module['QuestionsContext']
|
|
406
|
-
};
|
|
407
|
-
});
|
|
408
|
-
}),
|
|
409
|
-
'AFM_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
410
|
-
return Promise.resolve().then(function () {
|
|
411
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/afm'));
|
|
412
|
-
}).then(function (module) {
|
|
413
|
-
return {
|
|
414
|
-
"default": module['AFM_VALIDATOR']
|
|
415
|
-
};
|
|
416
|
-
});
|
|
417
|
-
}),
|
|
418
|
-
'FILE_MAX_SIZE_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
419
|
-
return Promise.resolve().then(function () {
|
|
420
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/file'));
|
|
421
|
-
}).then(function (module) {
|
|
422
|
-
return {
|
|
423
|
-
"default": module['FILE_MAX_SIZE_VALIDATOR']
|
|
424
|
-
};
|
|
425
|
-
});
|
|
426
|
-
}),
|
|
427
|
-
'IBAN_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
428
|
-
return Promise.resolve().then(function () {
|
|
429
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/iban'));
|
|
430
|
-
}).then(function (module) {
|
|
431
|
-
return {
|
|
432
|
-
"default": module['IBAN_VALIDATOR']
|
|
433
|
-
};
|
|
434
|
-
});
|
|
435
|
-
}),
|
|
436
|
-
'IMAGE_DIMENSION_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
437
|
-
return Promise.resolve().then(function () {
|
|
438
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/image'));
|
|
439
|
-
}).then(function (module) {
|
|
440
|
-
return {
|
|
441
|
-
"default": module['IMAGE_DIMENSION_VALIDATOR']
|
|
442
|
-
};
|
|
443
|
-
});
|
|
444
|
-
}),
|
|
445
|
-
'OTP_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
446
|
-
return Promise.resolve().then(function () {
|
|
447
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/otp'));
|
|
448
|
-
}).then(function (module) {
|
|
449
|
-
return {
|
|
450
|
-
"default": module['OTP_VALIDATOR']
|
|
451
|
-
};
|
|
452
|
-
});
|
|
453
|
-
}),
|
|
454
|
-
'MOBILE_PHONE_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
455
|
-
return Promise.resolve().then(function () {
|
|
456
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/phone'));
|
|
457
|
-
}).then(function (module) {
|
|
458
|
-
return {
|
|
459
|
-
"default": module['MOBILE_PHONE_VALIDATOR']
|
|
460
|
-
};
|
|
461
|
-
});
|
|
462
|
-
}),
|
|
463
|
-
'PHONE_NUMBER_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
464
|
-
return Promise.resolve().then(function () {
|
|
465
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/phone'));
|
|
466
|
-
}).then(function (module) {
|
|
467
|
-
return {
|
|
468
|
-
"default": module['PHONE_NUMBER_VALIDATOR']
|
|
469
|
-
};
|
|
470
|
-
});
|
|
471
|
-
}),
|
|
472
|
-
'POSTALCODE_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
473
|
-
return Promise.resolve().then(function () {
|
|
474
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/postal_code'));
|
|
475
|
-
}).then(function (module) {
|
|
476
|
-
return {
|
|
477
|
-
"default": module['POSTALCODE_VALIDATOR']
|
|
478
|
-
};
|
|
479
|
-
});
|
|
480
|
-
}),
|
|
481
|
-
'UUID4_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
482
|
-
return Promise.resolve().then(function () {
|
|
483
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/uuid4'));
|
|
484
|
-
}).then(function (module) {
|
|
485
|
-
return {
|
|
486
|
-
"default": module['UUID4_VALIDATOR']
|
|
487
|
-
};
|
|
488
|
-
});
|
|
489
|
-
}),
|
|
490
|
-
'TEXT_LIMIT_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
491
|
-
return Promise.resolve().then(function () {
|
|
492
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/text_limit'));
|
|
493
|
-
}).then(function (module) {
|
|
494
|
-
return {
|
|
495
|
-
"default": module['TEXT_LIMIT_VALIDATOR']
|
|
496
|
-
};
|
|
497
|
-
});
|
|
498
|
-
}),
|
|
499
|
-
'INT_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
500
|
-
return Promise.resolve().then(function () {
|
|
501
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/int'));
|
|
502
|
-
}).then(function (module) {
|
|
503
|
-
return {
|
|
504
|
-
"default": module['INT_VALIDATOR']
|
|
505
|
-
};
|
|
506
|
-
});
|
|
507
|
-
}),
|
|
508
|
-
'NUMBER_VALIDATOR': /*#__PURE__*/(0, _react.lazy)(function () {
|
|
509
|
-
return Promise.resolve().then(function () {
|
|
510
|
-
return _interopRequireWildcard(require('@digigov/form/validators/utils/number'));
|
|
511
|
-
}).then(function (module) {
|
|
512
|
-
return {
|
|
513
|
-
"default": module['NUMBER_VALIDATOR']
|
|
514
|
-
};
|
|
515
|
-
});
|
|
516
|
-
})
|
|
517
|
-
};
|
package/lazy/index.js
DELETED
|
@@ -1,395 +0,0 @@
|
|
|
1
|
-
import { lazy } from 'react';
|
|
2
|
-
export default {
|
|
3
|
-
'FieldBase': /*#__PURE__*/lazy(function () {
|
|
4
|
-
return import('@digigov/form/Field/FieldBase').then(function (module) {
|
|
5
|
-
return {
|
|
6
|
-
"default": module['FieldBase']
|
|
7
|
-
};
|
|
8
|
-
});
|
|
9
|
-
}),
|
|
10
|
-
'FieldBaseContainer': /*#__PURE__*/lazy(function () {
|
|
11
|
-
return import('@digigov/form/Field/FieldBaseContainer').then(function (module) {
|
|
12
|
-
return {
|
|
13
|
-
"default": module['FieldBaseContainer']
|
|
14
|
-
};
|
|
15
|
-
});
|
|
16
|
-
}),
|
|
17
|
-
'FieldConditional': /*#__PURE__*/lazy(function () {
|
|
18
|
-
return import('@digigov/form/Field/FieldConditional').then(function (module) {
|
|
19
|
-
return {
|
|
20
|
-
"default": module['FieldConditional']
|
|
21
|
-
};
|
|
22
|
-
});
|
|
23
|
-
}),
|
|
24
|
-
'Field': /*#__PURE__*/lazy(function () {
|
|
25
|
-
return import('@digigov/form/internal').then(function (module) {
|
|
26
|
-
return {
|
|
27
|
-
"default": module['Field']
|
|
28
|
-
};
|
|
29
|
-
});
|
|
30
|
-
}),
|
|
31
|
-
'FieldArray': /*#__PURE__*/lazy(function () {
|
|
32
|
-
return import('@digigov/form/FieldArray').then(function (module) {
|
|
33
|
-
return {
|
|
34
|
-
"default": module['FieldArray']
|
|
35
|
-
};
|
|
36
|
-
});
|
|
37
|
-
}),
|
|
38
|
-
'FieldObject': /*#__PURE__*/lazy(function () {
|
|
39
|
-
return import('@digigov/form/FieldObject').then(function (module) {
|
|
40
|
-
return {
|
|
41
|
-
"default": module['FieldObject']
|
|
42
|
-
};
|
|
43
|
-
});
|
|
44
|
-
}),
|
|
45
|
-
'FieldsetWithContext': /*#__PURE__*/lazy(function () {
|
|
46
|
-
return import('@digigov/form/Fieldset/FieldsetWithContext').then(function (module) {
|
|
47
|
-
return {
|
|
48
|
-
"default": module['FieldsetWithContext']
|
|
49
|
-
};
|
|
50
|
-
});
|
|
51
|
-
}),
|
|
52
|
-
'Fieldset': /*#__PURE__*/lazy(function () {
|
|
53
|
-
return import('@digigov/form/Fieldset').then(function (module) {
|
|
54
|
-
return {
|
|
55
|
-
"default": module['Fieldset']
|
|
56
|
-
};
|
|
57
|
-
});
|
|
58
|
-
}),
|
|
59
|
-
'FieldsetBody': /*#__PURE__*/lazy(function () {
|
|
60
|
-
return import('@digigov/form/Fieldset').then(function (module) {
|
|
61
|
-
return {
|
|
62
|
-
"default": module['FieldsetBody']
|
|
63
|
-
};
|
|
64
|
-
});
|
|
65
|
-
}),
|
|
66
|
-
'FieldsetCaption': /*#__PURE__*/lazy(function () {
|
|
67
|
-
return import('@digigov/form/Fieldset').then(function (module) {
|
|
68
|
-
return {
|
|
69
|
-
"default": module['FieldsetCaption']
|
|
70
|
-
};
|
|
71
|
-
});
|
|
72
|
-
}),
|
|
73
|
-
'FieldsetLabel': /*#__PURE__*/lazy(function () {
|
|
74
|
-
return import('@digigov/form/Fieldset').then(function (module) {
|
|
75
|
-
return {
|
|
76
|
-
"default": module['FieldsetLabel']
|
|
77
|
-
};
|
|
78
|
-
});
|
|
79
|
-
}),
|
|
80
|
-
'FormBase': /*#__PURE__*/lazy(function () {
|
|
81
|
-
return import('@digigov/form/FormBuilder/FormBuilder').then(function (module) {
|
|
82
|
-
return {
|
|
83
|
-
"default": module['FormBase']
|
|
84
|
-
};
|
|
85
|
-
});
|
|
86
|
-
}),
|
|
87
|
-
'FormBuilder': /*#__PURE__*/lazy(function () {
|
|
88
|
-
return import('@digigov/form/FormBuilder/FormBuilder').then(function (module) {
|
|
89
|
-
return {
|
|
90
|
-
"default": module['FormBuilder']
|
|
91
|
-
};
|
|
92
|
-
});
|
|
93
|
-
}),
|
|
94
|
-
'FormContext': /*#__PURE__*/lazy(function () {
|
|
95
|
-
return import('@digigov/form/FormContext').then(function (module) {
|
|
96
|
-
return {
|
|
97
|
-
"default": module['FormContext']
|
|
98
|
-
};
|
|
99
|
-
});
|
|
100
|
-
}),
|
|
101
|
-
'Checkboxes': /*#__PURE__*/lazy(function () {
|
|
102
|
-
return import('@digigov/form/inputs/Checkboxes').then(function (module) {
|
|
103
|
-
return {
|
|
104
|
-
"default": module['Checkboxes']
|
|
105
|
-
};
|
|
106
|
-
});
|
|
107
|
-
}),
|
|
108
|
-
'DateInput': /*#__PURE__*/lazy(function () {
|
|
109
|
-
return import('@digigov/form/inputs/DateInput').then(function (module) {
|
|
110
|
-
return {
|
|
111
|
-
"default": module['DateInput']
|
|
112
|
-
};
|
|
113
|
-
});
|
|
114
|
-
}),
|
|
115
|
-
'FileInput': /*#__PURE__*/lazy(function () {
|
|
116
|
-
return import('@digigov/form/inputs/FileInput').then(function (module) {
|
|
117
|
-
return {
|
|
118
|
-
"default": module['FileInput']
|
|
119
|
-
};
|
|
120
|
-
});
|
|
121
|
-
}),
|
|
122
|
-
'Input': /*#__PURE__*/lazy(function () {
|
|
123
|
-
return import('@digigov/form/inputs/Input').then(function (module) {
|
|
124
|
-
return {
|
|
125
|
-
"default": module['Input']
|
|
126
|
-
};
|
|
127
|
-
});
|
|
128
|
-
}),
|
|
129
|
-
'Label': /*#__PURE__*/lazy(function () {
|
|
130
|
-
return import('@digigov/form/inputs/Label').then(function (module) {
|
|
131
|
-
return {
|
|
132
|
-
"default": module['Label']
|
|
133
|
-
};
|
|
134
|
-
});
|
|
135
|
-
}),
|
|
136
|
-
'Questions': /*#__PURE__*/lazy(function () {
|
|
137
|
-
return import('@digigov/form/Questions/Questions').then(function (module) {
|
|
138
|
-
return {
|
|
139
|
-
"default": module['Questions']
|
|
140
|
-
};
|
|
141
|
-
});
|
|
142
|
-
}),
|
|
143
|
-
'Radio': /*#__PURE__*/lazy(function () {
|
|
144
|
-
return import('@digigov/form/internal').then(function (module) {
|
|
145
|
-
return {
|
|
146
|
-
"default": module['Radio']
|
|
147
|
-
};
|
|
148
|
-
});
|
|
149
|
-
}),
|
|
150
|
-
'Select': /*#__PURE__*/lazy(function () {
|
|
151
|
-
return import('@digigov/form/inputs/Select').then(function (module) {
|
|
152
|
-
return {
|
|
153
|
-
"default": module['Select']
|
|
154
|
-
};
|
|
155
|
-
});
|
|
156
|
-
}),
|
|
157
|
-
'Step': /*#__PURE__*/lazy(function () {
|
|
158
|
-
return import('@digigov/form/Questions/Step/Step').then(function (module) {
|
|
159
|
-
return {
|
|
160
|
-
"default": module['Step']
|
|
161
|
-
};
|
|
162
|
-
});
|
|
163
|
-
}),
|
|
164
|
-
'ReviewStep': /*#__PURE__*/lazy(function () {
|
|
165
|
-
return import('@digigov/form/Questions/Step/ReviewStep').then(function (module) {
|
|
166
|
-
return {
|
|
167
|
-
"default": module['ReviewStep']
|
|
168
|
-
};
|
|
169
|
-
});
|
|
170
|
-
}),
|
|
171
|
-
'StepArrayReview': /*#__PURE__*/lazy(function () {
|
|
172
|
-
return import('@digigov/form/Questions/Step/StepArrayReview').then(function (module) {
|
|
173
|
-
return {
|
|
174
|
-
"default": module['StepArrayReview']
|
|
175
|
-
};
|
|
176
|
-
});
|
|
177
|
-
}),
|
|
178
|
-
'StepContext': /*#__PURE__*/lazy(function () {
|
|
179
|
-
return import('@digigov/form/Questions/Step/StepContext').then(function (module) {
|
|
180
|
-
return {
|
|
181
|
-
"default": module['StepContext']
|
|
182
|
-
};
|
|
183
|
-
});
|
|
184
|
-
}),
|
|
185
|
-
'StepDescription': /*#__PURE__*/lazy(function () {
|
|
186
|
-
return import('@digigov/form/Questions/Step/StepDescription').then(function (module) {
|
|
187
|
-
return {
|
|
188
|
-
"default": module['StepDescription']
|
|
189
|
-
};
|
|
190
|
-
});
|
|
191
|
-
}),
|
|
192
|
-
'StepDescriptionBase': /*#__PURE__*/lazy(function () {
|
|
193
|
-
return import('@digigov/form/Questions/Step/StepDescription').then(function (module) {
|
|
194
|
-
return {
|
|
195
|
-
"default": module['StepDescriptionBase']
|
|
196
|
-
};
|
|
197
|
-
});
|
|
198
|
-
}),
|
|
199
|
-
'StepForm': /*#__PURE__*/lazy(function () {
|
|
200
|
-
return import('@digigov/form/Questions/Step/StepForm').then(function (module) {
|
|
201
|
-
return {
|
|
202
|
-
"default": module['StepForm']
|
|
203
|
-
};
|
|
204
|
-
});
|
|
205
|
-
}),
|
|
206
|
-
'StepQuote': /*#__PURE__*/lazy(function () {
|
|
207
|
-
return import('@digigov/form/Questions/Step/StepQuote').then(function (module) {
|
|
208
|
-
return {
|
|
209
|
-
"default": module['StepQuote']
|
|
210
|
-
};
|
|
211
|
-
});
|
|
212
|
-
}),
|
|
213
|
-
'StepTitle': /*#__PURE__*/lazy(function () {
|
|
214
|
-
return import('@digigov/form/Questions/Step/StepTitle').then(function (module) {
|
|
215
|
-
return {
|
|
216
|
-
"default": module['StepTitle']
|
|
217
|
-
};
|
|
218
|
-
});
|
|
219
|
-
}),
|
|
220
|
-
'StepTitleBase': /*#__PURE__*/lazy(function () {
|
|
221
|
-
return import('@digigov/form/Questions/Step/StepTitle').then(function (module) {
|
|
222
|
-
return {
|
|
223
|
-
"default": module['StepTitleBase']
|
|
224
|
-
};
|
|
225
|
-
});
|
|
226
|
-
}),
|
|
227
|
-
'StepTitleHeading': /*#__PURE__*/lazy(function () {
|
|
228
|
-
return import('@digigov/form/Questions/Step/StepTitle').then(function (module) {
|
|
229
|
-
return {
|
|
230
|
-
"default": module['StepTitleHeading']
|
|
231
|
-
};
|
|
232
|
-
});
|
|
233
|
-
}),
|
|
234
|
-
'RadioButtonsGroup': /*#__PURE__*/lazy(function () {
|
|
235
|
-
return import('@digigov/form/inputs/Radio').then(function (module) {
|
|
236
|
-
return {
|
|
237
|
-
"default": module['RadioButtonsGroup']
|
|
238
|
-
};
|
|
239
|
-
});
|
|
240
|
-
}),
|
|
241
|
-
'ImageInput': /*#__PURE__*/lazy(function () {
|
|
242
|
-
return import('@digigov/form/inputs/ImageInput').then(function (module) {
|
|
243
|
-
return {
|
|
244
|
-
"default": module['ImageInput']
|
|
245
|
-
};
|
|
246
|
-
});
|
|
247
|
-
}),
|
|
248
|
-
'OtpInput': /*#__PURE__*/lazy(function () {
|
|
249
|
-
return import('@digigov/form/inputs/OtpInput').then(function (module) {
|
|
250
|
-
return {
|
|
251
|
-
"default": module['OtpInput']
|
|
252
|
-
};
|
|
253
|
-
});
|
|
254
|
-
}),
|
|
255
|
-
'AutoCompleteInput': /*#__PURE__*/lazy(function () {
|
|
256
|
-
return import('@digigov/form/inputs/AutoCompleteInput').then(function (module) {
|
|
257
|
-
return {
|
|
258
|
-
"default": module['AutoCompleteInput']
|
|
259
|
-
};
|
|
260
|
-
});
|
|
261
|
-
}),
|
|
262
|
-
'Image': /*#__PURE__*/lazy(function () {
|
|
263
|
-
return import('@digigov/form/inputs/ImageInput').then(function (module) {
|
|
264
|
-
return {
|
|
265
|
-
"default": module['Image']
|
|
266
|
-
};
|
|
267
|
-
});
|
|
268
|
-
}),
|
|
269
|
-
'REMOVE_SPACES': /*#__PURE__*/lazy(function () {
|
|
270
|
-
return import('@digigov/form/inputs/OtpInput').then(function (module) {
|
|
271
|
-
return {
|
|
272
|
-
"default": module['REMOVE_SPACES']
|
|
273
|
-
};
|
|
274
|
-
});
|
|
275
|
-
}),
|
|
276
|
-
'RE_DIGIT': /*#__PURE__*/lazy(function () {
|
|
277
|
-
return import('@digigov/form/inputs/OtpInput').then(function (module) {
|
|
278
|
-
return {
|
|
279
|
-
"default": module['RE_DIGIT']
|
|
280
|
-
};
|
|
281
|
-
});
|
|
282
|
-
}),
|
|
283
|
-
'AddObjects': /*#__PURE__*/lazy(function () {
|
|
284
|
-
return import('@digigov/form/MultiplicityField/add-objects').then(function (module) {
|
|
285
|
-
return {
|
|
286
|
-
"default": module['AddObjects']
|
|
287
|
-
};
|
|
288
|
-
});
|
|
289
|
-
}),
|
|
290
|
-
'ListObject': /*#__PURE__*/lazy(function () {
|
|
291
|
-
return import('@digigov/form/MultiplicityField').then(function (module) {
|
|
292
|
-
return {
|
|
293
|
-
"default": module['ListObject']
|
|
294
|
-
};
|
|
295
|
-
});
|
|
296
|
-
}),
|
|
297
|
-
'Multiplicity': /*#__PURE__*/lazy(function () {
|
|
298
|
-
return import('@digigov/form/MultiplicityField').then(function (module) {
|
|
299
|
-
return {
|
|
300
|
-
"default": module['Multiplicity']
|
|
301
|
-
};
|
|
302
|
-
});
|
|
303
|
-
}),
|
|
304
|
-
'QuestionsContext': /*#__PURE__*/lazy(function () {
|
|
305
|
-
return import('@digigov/form/Questions/QuestionsContext').then(function (module) {
|
|
306
|
-
return {
|
|
307
|
-
"default": module['QuestionsContext']
|
|
308
|
-
};
|
|
309
|
-
});
|
|
310
|
-
}),
|
|
311
|
-
'AFM_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
312
|
-
return import('@digigov/form/validators/utils/afm').then(function (module) {
|
|
313
|
-
return {
|
|
314
|
-
"default": module['AFM_VALIDATOR']
|
|
315
|
-
};
|
|
316
|
-
});
|
|
317
|
-
}),
|
|
318
|
-
'FILE_MAX_SIZE_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
319
|
-
return import('@digigov/form/validators/utils/file').then(function (module) {
|
|
320
|
-
return {
|
|
321
|
-
"default": module['FILE_MAX_SIZE_VALIDATOR']
|
|
322
|
-
};
|
|
323
|
-
});
|
|
324
|
-
}),
|
|
325
|
-
'IBAN_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
326
|
-
return import('@digigov/form/validators/utils/iban').then(function (module) {
|
|
327
|
-
return {
|
|
328
|
-
"default": module['IBAN_VALIDATOR']
|
|
329
|
-
};
|
|
330
|
-
});
|
|
331
|
-
}),
|
|
332
|
-
'IMAGE_DIMENSION_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
333
|
-
return import('@digigov/form/validators/utils/image').then(function (module) {
|
|
334
|
-
return {
|
|
335
|
-
"default": module['IMAGE_DIMENSION_VALIDATOR']
|
|
336
|
-
};
|
|
337
|
-
});
|
|
338
|
-
}),
|
|
339
|
-
'OTP_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
340
|
-
return import('@digigov/form/validators/utils/otp').then(function (module) {
|
|
341
|
-
return {
|
|
342
|
-
"default": module['OTP_VALIDATOR']
|
|
343
|
-
};
|
|
344
|
-
});
|
|
345
|
-
}),
|
|
346
|
-
'MOBILE_PHONE_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
347
|
-
return import('@digigov/form/validators/utils/phone').then(function (module) {
|
|
348
|
-
return {
|
|
349
|
-
"default": module['MOBILE_PHONE_VALIDATOR']
|
|
350
|
-
};
|
|
351
|
-
});
|
|
352
|
-
}),
|
|
353
|
-
'PHONE_NUMBER_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
354
|
-
return import('@digigov/form/validators/utils/phone').then(function (module) {
|
|
355
|
-
return {
|
|
356
|
-
"default": module['PHONE_NUMBER_VALIDATOR']
|
|
357
|
-
};
|
|
358
|
-
});
|
|
359
|
-
}),
|
|
360
|
-
'POSTALCODE_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
361
|
-
return import('@digigov/form/validators/utils/postal_code').then(function (module) {
|
|
362
|
-
return {
|
|
363
|
-
"default": module['POSTALCODE_VALIDATOR']
|
|
364
|
-
};
|
|
365
|
-
});
|
|
366
|
-
}),
|
|
367
|
-
'UUID4_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
368
|
-
return import('@digigov/form/validators/utils/uuid4').then(function (module) {
|
|
369
|
-
return {
|
|
370
|
-
"default": module['UUID4_VALIDATOR']
|
|
371
|
-
};
|
|
372
|
-
});
|
|
373
|
-
}),
|
|
374
|
-
'TEXT_LIMIT_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
375
|
-
return import('@digigov/form/validators/utils/text_limit').then(function (module) {
|
|
376
|
-
return {
|
|
377
|
-
"default": module['TEXT_LIMIT_VALIDATOR']
|
|
378
|
-
};
|
|
379
|
-
});
|
|
380
|
-
}),
|
|
381
|
-
'INT_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
382
|
-
return import('@digigov/form/validators/utils/int').then(function (module) {
|
|
383
|
-
return {
|
|
384
|
-
"default": module['INT_VALIDATOR']
|
|
385
|
-
};
|
|
386
|
-
});
|
|
387
|
-
}),
|
|
388
|
-
'NUMBER_VALIDATOR': /*#__PURE__*/lazy(function () {
|
|
389
|
-
return import('@digigov/form/validators/utils/number').then(function (module) {
|
|
390
|
-
return {
|
|
391
|
-
"default": module['NUMBER_VALIDATOR']
|
|
392
|
-
};
|
|
393
|
-
});
|
|
394
|
-
})
|
|
395
|
-
};
|
package/lazy/package.json
DELETED
package/lazy.d.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
let FieldBase: import("react").LazyExoticComponent<import("react").FC<import("./Field/types").FieldBaseProps>>;
|
|
3
|
-
let FieldBaseContainer: import("react").LazyExoticComponent<import("react").FC<import("./Field/types").FieldContainerProps>>;
|
|
4
|
-
let FieldConditional: import("react").LazyExoticComponent<import("react").FC<import("./Field/types").FieldConditionalProps>>;
|
|
5
|
-
let Field: import("react").LazyExoticComponent<import("react").FC<import("./Field/types").FieldProps>>;
|
|
6
|
-
let FieldArray: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/FieldArray").FieldArrayProps>>;
|
|
7
|
-
let FieldObject: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/FieldObject").FieldObjectProps>>;
|
|
8
|
-
let FieldsetWithContext: import("react").LazyExoticComponent<import("react").FC<{
|
|
9
|
-
name: string;
|
|
10
|
-
}>>;
|
|
11
|
-
let Fieldset: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Pick<import("@digigov/ui").FieldsetProps, "onBlur" | "onChange" | "onSubmit" | "key" | "name" | "defaultValue" | "as" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "hidden" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "form" | "slot" | "style" | "title" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled"> & import("react").RefAttributes<HTMLFieldSetElement>>>;
|
|
12
|
-
let FieldsetBody: import("react").LazyExoticComponent<import("react").FC<import("./Fieldset/types").FieldsetBodyProps>>;
|
|
13
|
-
let FieldsetCaption: import("react").LazyExoticComponent<import("react").FC<import("./Fieldset/types").FieldsetCaptionProps>>;
|
|
14
|
-
let FieldsetLabel: import("react").LazyExoticComponent<import("react").FC<import("./Fieldset/types").FieldsetLabelProps>>;
|
|
15
|
-
let FormBase: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("@digigov/form/internal").FormBaseProps & import("react").RefAttributes<HTMLFormElement>>>;
|
|
16
|
-
let FormBuilder: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<import("@digigov/form/internal").FormBuilderProps & import("react").RefAttributes<HTMLFormElement>>>;
|
|
17
|
-
let FormContext: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
18
|
-
let Checkboxes: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").CheckboxesProps>>;
|
|
19
|
-
let DateInput: import("react").LazyExoticComponent<({ name, type, ...props }: {
|
|
20
|
-
[x: string]: any;
|
|
21
|
-
name: any;
|
|
22
|
-
type: any;
|
|
23
|
-
}) => JSX.Element>;
|
|
24
|
-
let FileInput: import("react").LazyExoticComponent<import("react").FC<any>>;
|
|
25
|
-
let Input: import("react").LazyExoticComponent<import("react").ExoticComponent<import("@digigov/form/internal").InputProps>>;
|
|
26
|
-
let Label: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").LabelProps>>;
|
|
27
|
-
let Questions: import("react").LazyExoticComponent<import("react").FC<import("./Questions/types").QuestionsInterface>>;
|
|
28
|
-
let Radio: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").RadioButtonsGroupProps>>;
|
|
29
|
-
let Select: import("react").LazyExoticComponent<import("react").ExoticComponent<import("@digigov/form/internal").SelectProps>>;
|
|
30
|
-
let Step: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepInterface>>;
|
|
31
|
-
let ReviewStep: import("react").LazyExoticComponent<() => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>>;
|
|
32
|
-
let StepArrayReview: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepArrayReviewInterface>>;
|
|
33
|
-
let StepContext: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
34
|
-
let StepDescription: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepDescriptionInterface>>;
|
|
35
|
-
let StepDescriptionBase: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepDescriptionInterface>>;
|
|
36
|
-
let StepForm: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepFormProps>>;
|
|
37
|
-
let StepQuote: import("react").LazyExoticComponent<import("react").FC<import("@digigov/ui").ParagraphProps>>;
|
|
38
|
-
let StepTitle: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepTitleInterface>>;
|
|
39
|
-
let StepTitleBase: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").StepTitleInterface>>;
|
|
40
|
-
let StepTitleHeading: import("react").LazyExoticComponent<import("react").FC<import("@digigov/ui").HeadingProps>>;
|
|
41
|
-
let RadioButtonsGroup: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/internal").RadioButtonsGroupProps>>;
|
|
42
|
-
let ImageInput: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/inputs/ImageInput").ImageInputProps>>;
|
|
43
|
-
let OtpInput: import("react").LazyExoticComponent<({ name, maxLength, ...props }: {
|
|
44
|
-
[x: string]: any;
|
|
45
|
-
name: any;
|
|
46
|
-
maxLength?: number | undefined;
|
|
47
|
-
}) => JSX.Element>;
|
|
48
|
-
let AutoCompleteInput: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/inputs/AutoCompleteInput").AutoCompleteInputProps>>;
|
|
49
|
-
let Image: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/inputs/ImageInput").ImageProps>>;
|
|
50
|
-
let REMOVE_SPACES: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
51
|
-
let RE_DIGIT: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
52
|
-
let AddObjects: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/MultiplicityField/add-objects").AddObjectsProps>>;
|
|
53
|
-
let ListObject: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/MultiplicityField").ListObjectProps>>;
|
|
54
|
-
let Multiplicity: import("react").LazyExoticComponent<import("react").FC<import("@digigov/form/MultiplicityField").MultiplicityProps>>;
|
|
55
|
-
let QuestionsContext: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
56
|
-
let AFM_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
57
|
-
let FILE_MAX_SIZE_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
58
|
-
let IBAN_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
59
|
-
let IMAGE_DIMENSION_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
60
|
-
let OTP_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
61
|
-
let MOBILE_PHONE_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
62
|
-
let PHONE_NUMBER_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
63
|
-
let POSTALCODE_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
64
|
-
let UUID4_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
65
|
-
let TEXT_LIMIT_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
66
|
-
let INT_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
67
|
-
let NUMBER_VALIDATOR: import("react").LazyExoticComponent<import("react").ComponentType<any>>;
|
|
68
|
-
}
|
|
69
|
-
export default _default;
|
package/src/lazy.js
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import {lazy} from 'react';
|
|
2
|
-
export default {
|
|
3
|
-
'FieldBase': lazy(() => import('@digigov/form/Field/FieldBase').then((module)=> ({default: module['FieldBase']}))),
|
|
4
|
-
'FieldBaseContainer': lazy(() => import('@digigov/form/Field/FieldBaseContainer').then((module)=> ({default: module['FieldBaseContainer']}))),
|
|
5
|
-
'FieldConditional': lazy(() => import('@digigov/form/Field/FieldConditional').then((module)=> ({default: module['FieldConditional']}))),
|
|
6
|
-
'Field': lazy(() => import('@digigov/form/internal').then((module)=> ({default: module['Field']}))),
|
|
7
|
-
'FieldArray': lazy(() => import('@digigov/form/FieldArray').then((module)=> ({default: module['FieldArray']}))),
|
|
8
|
-
'FieldObject': lazy(() => import('@digigov/form/FieldObject').then((module)=> ({default: module['FieldObject']}))),
|
|
9
|
-
'FieldsetWithContext': lazy(() => import('@digigov/form/Fieldset/FieldsetWithContext').then((module)=> ({default: module['FieldsetWithContext']}))),
|
|
10
|
-
'Fieldset': lazy(() => import('@digigov/form/Fieldset').then((module)=> ({default: module['Fieldset']}))),
|
|
11
|
-
'FieldsetBody': lazy(() => import('@digigov/form/Fieldset').then((module)=> ({default: module['FieldsetBody']}))),
|
|
12
|
-
'FieldsetCaption': lazy(() => import('@digigov/form/Fieldset').then((module)=> ({default: module['FieldsetCaption']}))),
|
|
13
|
-
'FieldsetLabel': lazy(() => import('@digigov/form/Fieldset').then((module)=> ({default: module['FieldsetLabel']}))),
|
|
14
|
-
'FormBase': lazy(() => import('@digigov/form/FormBuilder/FormBuilder').then((module)=> ({default: module['FormBase']}))),
|
|
15
|
-
'FormBuilder': lazy(() => import('@digigov/form/FormBuilder/FormBuilder').then((module)=> ({default: module['FormBuilder']}))),
|
|
16
|
-
'FormContext': lazy(() => import('@digigov/form/FormContext').then((module)=> ({default: module['FormContext']}))),
|
|
17
|
-
'Checkboxes': lazy(() => import('@digigov/form/inputs/Checkboxes').then((module)=> ({default: module['Checkboxes']}))),
|
|
18
|
-
'DateInput': lazy(() => import('@digigov/form/inputs/DateInput').then((module)=> ({default: module['DateInput']}))),
|
|
19
|
-
'FileInput': lazy(() => import('@digigov/form/inputs/FileInput').then((module)=> ({default: module['FileInput']}))),
|
|
20
|
-
'Input': lazy(() => import('@digigov/form/inputs/Input').then((module)=> ({default: module['Input']}))),
|
|
21
|
-
'Label': lazy(() => import('@digigov/form/inputs/Label').then((module)=> ({default: module['Label']}))),
|
|
22
|
-
'Questions': lazy(() => import('@digigov/form/Questions/Questions').then((module)=> ({default: module['Questions']}))),
|
|
23
|
-
'Radio': lazy(() => import('@digigov/form/internal').then((module)=> ({default: module['Radio']}))),
|
|
24
|
-
'Select': lazy(() => import('@digigov/form/inputs/Select').then((module)=> ({default: module['Select']}))),
|
|
25
|
-
'Step': lazy(() => import('@digigov/form/Questions/Step/Step').then((module)=> ({default: module['Step']}))),
|
|
26
|
-
'ReviewStep': lazy(() => import('@digigov/form/Questions/Step/ReviewStep').then((module)=> ({default: module['ReviewStep']}))),
|
|
27
|
-
'StepArrayReview': lazy(() => import('@digigov/form/Questions/Step/StepArrayReview').then((module)=> ({default: module['StepArrayReview']}))),
|
|
28
|
-
'StepContext': lazy(() => import('@digigov/form/Questions/Step/StepContext').then((module)=> ({default: module['StepContext']}))),
|
|
29
|
-
'StepDescription': lazy(() => import('@digigov/form/Questions/Step/StepDescription').then((module)=> ({default: module['StepDescription']}))),
|
|
30
|
-
'StepDescriptionBase': lazy(() => import('@digigov/form/Questions/Step/StepDescription').then((module)=> ({default: module['StepDescriptionBase']}))),
|
|
31
|
-
'StepForm': lazy(() => import('@digigov/form/Questions/Step/StepForm').then((module)=> ({default: module['StepForm']}))),
|
|
32
|
-
'StepQuote': lazy(() => import('@digigov/form/Questions/Step/StepQuote').then((module)=> ({default: module['StepQuote']}))),
|
|
33
|
-
'StepTitle': lazy(() => import('@digigov/form/Questions/Step/StepTitle').then((module)=> ({default: module['StepTitle']}))),
|
|
34
|
-
'StepTitleBase': lazy(() => import('@digigov/form/Questions/Step/StepTitle').then((module)=> ({default: module['StepTitleBase']}))),
|
|
35
|
-
'StepTitleHeading': lazy(() => import('@digigov/form/Questions/Step/StepTitle').then((module)=> ({default: module['StepTitleHeading']}))),
|
|
36
|
-
'RadioButtonsGroup': lazy(() => import('@digigov/form/inputs/Radio').then((module)=> ({default: module['RadioButtonsGroup']}))),
|
|
37
|
-
'ImageInput': lazy(() => import('@digigov/form/inputs/ImageInput').then((module)=> ({default: module['ImageInput']}))),
|
|
38
|
-
'OtpInput': lazy(() => import('@digigov/form/inputs/OtpInput').then((module)=> ({default: module['OtpInput']}))),
|
|
39
|
-
'AutoCompleteInput': lazy(() => import('@digigov/form/inputs/AutoCompleteInput').then((module)=> ({default: module['AutoCompleteInput']}))),
|
|
40
|
-
'Image': lazy(() => import('@digigov/form/inputs/ImageInput').then((module)=> ({default: module['Image']}))),
|
|
41
|
-
'REMOVE_SPACES': lazy(() => import('@digigov/form/inputs/OtpInput').then((module)=> ({default: module['REMOVE_SPACES']}))),
|
|
42
|
-
'RE_DIGIT': lazy(() => import('@digigov/form/inputs/OtpInput').then((module)=> ({default: module['RE_DIGIT']}))),
|
|
43
|
-
'AddObjects': lazy(() => import('@digigov/form/MultiplicityField/add-objects').then((module)=> ({default: module['AddObjects']}))),
|
|
44
|
-
'ListObject': lazy(() => import('@digigov/form/MultiplicityField').then((module)=> ({default: module['ListObject']}))),
|
|
45
|
-
'Multiplicity': lazy(() => import('@digigov/form/MultiplicityField').then((module)=> ({default: module['Multiplicity']}))),
|
|
46
|
-
'QuestionsContext': lazy(() => import('@digigov/form/Questions/QuestionsContext').then((module)=> ({default: module['QuestionsContext']}))),
|
|
47
|
-
'AFM_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/afm').then((module)=> ({default: module['AFM_VALIDATOR']}))),
|
|
48
|
-
'FILE_MAX_SIZE_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/file').then((module)=> ({default: module['FILE_MAX_SIZE_VALIDATOR']}))),
|
|
49
|
-
'IBAN_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/iban').then((module)=> ({default: module['IBAN_VALIDATOR']}))),
|
|
50
|
-
'IMAGE_DIMENSION_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/image').then((module)=> ({default: module['IMAGE_DIMENSION_VALIDATOR']}))),
|
|
51
|
-
'OTP_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/otp').then((module)=> ({default: module['OTP_VALIDATOR']}))),
|
|
52
|
-
'MOBILE_PHONE_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/phone').then((module)=> ({default: module['MOBILE_PHONE_VALIDATOR']}))),
|
|
53
|
-
'PHONE_NUMBER_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/phone').then((module)=> ({default: module['PHONE_NUMBER_VALIDATOR']}))),
|
|
54
|
-
'POSTALCODE_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/postal_code').then((module)=> ({default: module['POSTALCODE_VALIDATOR']}))),
|
|
55
|
-
'UUID4_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/uuid4').then((module)=> ({default: module['UUID4_VALIDATOR']}))),
|
|
56
|
-
'TEXT_LIMIT_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/text_limit').then((module)=> ({default: module['TEXT_LIMIT_VALIDATOR']}))),
|
|
57
|
-
'INT_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/int').then((module)=> ({default: module['INT_VALIDATOR']}))),
|
|
58
|
-
'NUMBER_VALIDATOR': lazy(() => import('@digigov/form/validators/utils/number').then((module)=> ({default: module['NUMBER_VALIDATOR']}))),
|
|
59
|
-
|
|
60
|
-
}
|