@everymatrix/general-input-hsl 0.0.1

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 (95) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/checkbox-group-input_13.cjs.entry.js +7303 -0
  3. package/dist/cjs/general-input-hsl-2832e412.js +5800 -0
  4. package/dist/cjs/general-input-hsl.cjs.js +25 -0
  5. package/dist/cjs/index-6f821b8d.js +1299 -0
  6. package/dist/cjs/index.cjs.js +10 -0
  7. package/dist/cjs/loader.cjs.js +15 -0
  8. package/dist/collection/collection-manifest.json +24 -0
  9. package/dist/collection/components/checkbox-group-input/checkbox-group-input.css +89 -0
  10. package/dist/collection/components/checkbox-group-input/checkbox-group-input.js +390 -0
  11. package/dist/collection/components/checkbox-input/checkbox-input.css +78 -0
  12. package/dist/collection/components/checkbox-input/checkbox-input.js +344 -0
  13. package/dist/collection/components/date-input/date-input.css +101 -0
  14. package/dist/collection/components/date-input/date-input.js +466 -0
  15. package/dist/collection/components/email-input/email-input.css +95 -0
  16. package/dist/collection/components/email-input/email-input.js +429 -0
  17. package/dist/collection/components/general-input-hsl/general-input-hsl.css +4 -0
  18. package/dist/collection/components/general-input-hsl/general-input-hsl.js +438 -0
  19. package/dist/collection/components/general-input-hsl/index.js +1 -0
  20. package/dist/collection/components/number-input/number-input.css +102 -0
  21. package/dist/collection/components/number-input/number-input.js +393 -0
  22. package/dist/collection/components/password-input/password-input.css +193 -0
  23. package/dist/collection/components/password-input/password-input.js +573 -0
  24. package/dist/collection/components/radio-input/radio-input.css +43 -0
  25. package/dist/collection/components/radio-input/radio-input.js +319 -0
  26. package/dist/collection/components/select-input/select-input.css +121 -0
  27. package/dist/collection/components/select-input/select-input.js +488 -0
  28. package/dist/collection/components/tel-input/tel-input.css +145 -0
  29. package/dist/collection/components/tel-input/tel-input.js +468 -0
  30. package/dist/collection/components/text-input/text-input.css +97 -0
  31. package/dist/collection/components/text-input/text-input.js +489 -0
  32. package/dist/collection/components/toggle-checkbox-input/toggle-checkbox-input.css +82 -0
  33. package/dist/collection/components/toggle-checkbox-input/toggle-checkbox-input.js +366 -0
  34. package/dist/collection/components/twofa-input/twofa-input.css +56 -0
  35. package/dist/collection/components/twofa-input/twofa-input.js +495 -0
  36. package/dist/collection/index.js +1 -0
  37. package/dist/collection/utils/locale.utils.js +81 -0
  38. package/dist/collection/utils/tooltipIcon.svg +5 -0
  39. package/dist/collection/utils/types.js +1 -0
  40. package/dist/collection/utils/utils.js +3 -0
  41. package/dist/esm/app-globals-0f993ce5.js +3 -0
  42. package/dist/esm/checkbox-group-input_13.entry.js +7288 -0
  43. package/dist/esm/general-input-hsl-31f19ad0.js +5797 -0
  44. package/dist/esm/general-input-hsl.js +20 -0
  45. package/dist/esm/index-8598bfb7.js +1270 -0
  46. package/dist/esm/index.js +2 -0
  47. package/dist/esm/loader.js +11 -0
  48. package/dist/general-input-hsl/app-globals-0f993ce5.js +1 -0
  49. package/dist/general-input-hsl/checkbox-group-input_13.entry.js +1 -0
  50. package/dist/general-input-hsl/general-input-hsl-31f19ad0.js +5614 -0
  51. package/dist/general-input-hsl/general-input-hsl.esm.js +1 -0
  52. package/dist/general-input-hsl/index-8598bfb7.js +2 -0
  53. package/dist/general-input-hsl/index.esm.js +1 -0
  54. package/dist/index.cjs.js +1 -0
  55. package/dist/index.js +1 -0
  56. package/dist/stencil.config.dev.js +19 -0
  57. package/dist/stencil.config.js +19 -0
  58. package/dist/storybook/main.js +43 -0
  59. package/dist/storybook/preview.js +9 -0
  60. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
  61. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/packages/stencil/general-input-hsl/stencil.config.d.ts +2 -0
  62. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/packages/stencil/general-input-hsl/stencil.config.dev.d.ts +2 -0
  63. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/packages/stencil/general-input-hsl/storybook/main.d.ts +3 -0
  64. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/packages/stencil/general-input-hsl/storybook/preview.d.ts +70 -0
  65. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/tools/plugins/index.d.ts +3 -0
  66. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
  67. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
  68. package/dist/types/Users/maria.bumbar/Desktop/Widgets & Template/widgets-monorepo/packages/stencil/general-input-hsl/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
  69. package/dist/types/components/checkbox-group-input/checkbox-group-input.d.ts +74 -0
  70. package/dist/types/components/checkbox-input/checkbox-input.d.ts +67 -0
  71. package/dist/types/components/date-input/date-input.d.ts +89 -0
  72. package/dist/types/components/email-input/email-input.d.ts +81 -0
  73. package/dist/types/components/general-input-hsl/general-input-hsl.d.ts +84 -0
  74. package/dist/types/components/general-input-hsl/index.d.ts +1 -0
  75. package/dist/types/components/number-input/number-input.d.ts +75 -0
  76. package/dist/types/components/password-input/password-input.d.ts +97 -0
  77. package/dist/types/components/radio-input/radio-input.d.ts +60 -0
  78. package/dist/types/components/select-input/select-input.d.ts +85 -0
  79. package/dist/types/components/tel-input/tel-input.d.ts +89 -0
  80. package/dist/types/components/text-input/text-input.d.ts +86 -0
  81. package/dist/types/components/toggle-checkbox-input/toggle-checkbox-input.d.ts +73 -0
  82. package/dist/types/components/twofa-input/twofa-input.d.ts +84 -0
  83. package/dist/types/components.d.ts +1599 -0
  84. package/dist/types/index.d.ts +1 -0
  85. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  86. package/dist/types/utils/locale.utils.d.ts +13 -0
  87. package/dist/types/utils/types.d.ts +111 -0
  88. package/dist/types/utils/utils.d.ts +1 -0
  89. package/loader/cdn.js +1 -0
  90. package/loader/index.cjs.js +1 -0
  91. package/loader/index.d.ts +24 -0
  92. package/loader/index.es2017.js +1 -0
  93. package/loader/index.js +2 -0
  94. package/loader/package.json +11 -0
  95. package/package.json +27 -0
@@ -0,0 +1,1599 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { InputStateEvent, InputValueEvent, Option, RegCfgContentField, ValidationSchema } from "./utils/types";
9
+ export { InputStateEvent, InputValueEvent, Option, RegCfgContentField, ValidationSchema } from "./utils/types";
10
+ export namespace Components {
11
+ interface CheckboxGroupInput {
12
+ /**
13
+ * Boolean. Determines if input should be readonly.
14
+ */
15
+ "autofilled": boolean;
16
+ /**
17
+ * Client custom styling via inline style
18
+ */
19
+ "clientStyling": string;
20
+ /**
21
+ * Default value for the input.
22
+ */
23
+ "defaultValue": string;
24
+ /**
25
+ * Name of input to be shown to the user.
26
+ */
27
+ "displayName": string;
28
+ /**
29
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
30
+ */
31
+ "emitValue": boolean;
32
+ /**
33
+ * Currently selected language.
34
+ */
35
+ "language": string;
36
+ /**
37
+ * Name of the input.
38
+ */
39
+ "name": string;
40
+ /**
41
+ * Options of the input.
42
+ */
43
+ "options": RegCfgContentField[];
44
+ /**
45
+ * Tooltip text.
46
+ */
47
+ "tooltip": string;
48
+ /**
49
+ * Object of validation rules for the input.
50
+ */
51
+ "validation": ValidationSchema;
52
+ }
53
+ interface CheckboxInput {
54
+ /**
55
+ * Boolean. Determines if input should be readonly.
56
+ */
57
+ "autofilled": boolean;
58
+ /**
59
+ * Client custom styling via inline style
60
+ */
61
+ "clientStyling": string;
62
+ /**
63
+ * Default value for the input.
64
+ */
65
+ "defaultValue": string;
66
+ /**
67
+ * Name of input to be shown to the user.
68
+ */
69
+ "displayName": string;
70
+ /**
71
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
72
+ */
73
+ "emitValue": boolean;
74
+ /**
75
+ * Currently selected language.
76
+ */
77
+ "language": string;
78
+ /**
79
+ * Name of the input.
80
+ */
81
+ "name": string;
82
+ /**
83
+ * Tooltip text.
84
+ */
85
+ "tooltip": string;
86
+ /**
87
+ * Object of validation rules for the input.
88
+ */
89
+ "validation": ValidationSchema;
90
+ }
91
+ interface DateInput {
92
+ /**
93
+ * Boolean. Determines if input should be readonly.
94
+ */
95
+ "autofilled": boolean;
96
+ /**
97
+ * Client custom styling via inline style
98
+ */
99
+ "clientStyling": string;
100
+ /**
101
+ * Date format for date picker.
102
+ */
103
+ "dateFormat": string;
104
+ /**
105
+ * Default value for the input.
106
+ */
107
+ "defaultValue": string;
108
+ /**
109
+ * Name of input to be shown to the user.
110
+ */
111
+ "displayName": string;
112
+ /**
113
+ * Emit event on click
114
+ */
115
+ "emitOnClick": boolean;
116
+ /**
117
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
118
+ */
119
+ "emitValue": boolean;
120
+ /**
121
+ * Currently selected language.
122
+ */
123
+ "language": string;
124
+ /**
125
+ * Name of the input.
126
+ */
127
+ "name": string;
128
+ /**
129
+ * Placeholder text to be shown.
130
+ */
131
+ "placeholder": string;
132
+ /**
133
+ * Tooltip text.
134
+ */
135
+ "tooltip": string;
136
+ /**
137
+ * Object of validation rules for the input.
138
+ */
139
+ "validation": ValidationSchema;
140
+ }
141
+ interface EmailInput {
142
+ /**
143
+ * Boolean. Determines if input should be readonly.
144
+ */
145
+ "autofilled": boolean;
146
+ /**
147
+ * Client custom styling via inline style
148
+ */
149
+ "clientStyling": string;
150
+ /**
151
+ * Default value for the input.
152
+ */
153
+ "defaultValue": string;
154
+ /**
155
+ * Name of input to be shown to the user.
156
+ */
157
+ "displayName": string;
158
+ /**
159
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
160
+ */
161
+ "emitValue": boolean;
162
+ /**
163
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
164
+ */
165
+ "isDuplicateInput": boolean;
166
+ /**
167
+ * Currently selected language.
168
+ */
169
+ "language": string;
170
+ /**
171
+ * Name of the input.
172
+ */
173
+ "name": string;
174
+ /**
175
+ * Placeholder text to be shown.
176
+ */
177
+ "placeholder": string;
178
+ /**
179
+ * Tooltip text.
180
+ */
181
+ "tooltip": string;
182
+ /**
183
+ * Object of validation rules for the input.
184
+ */
185
+ "validation": ValidationSchema;
186
+ }
187
+ interface GeneralInputHsl {
188
+ /**
189
+ * Special behaviour an input should have. Can be fetching for data.
190
+ */
191
+ "action": string;
192
+ /**
193
+ * Boolean. Determines if input should be readonly.
194
+ */
195
+ "autofilled": boolean;
196
+ /**
197
+ * Client custom styling via inline style
198
+ */
199
+ "clientStyling": any;
200
+ /**
201
+ * Date format for date picker.
202
+ */
203
+ "dateFormat": string;
204
+ /**
205
+ * Default value for the input.
206
+ */
207
+ "defaultValue": any;
208
+ /**
209
+ * Name of input to be shown to the user.
210
+ */
211
+ "displayName": string;
212
+ /**
213
+ * Emit event on click
214
+ */
215
+ "emitOnClick": boolean;
216
+ /**
217
+ * State passed down from the parent element. Will trigger the child specialised input to send it's value through an event.
218
+ */
219
+ "emitValue": boolean;
220
+ /**
221
+ * Boolean that triggers certain validation rules, for duplicated inputs.
222
+ */
223
+ "hidePasswordComplexity": boolean;
224
+ /**
225
+ * Boolean that triggers certain validation rules, for duplicated inputs.
226
+ */
227
+ "isDuplicateInput": boolean;
228
+ /**
229
+ * Currently selected language.
230
+ */
231
+ "language": string;
232
+ /**
233
+ * Name of the input.
234
+ */
235
+ "name": string;
236
+ /**
237
+ * For input elements that have multiple options or choises.
238
+ */
239
+ "options": any;
240
+ /**
241
+ * Placeholder text to be shown.
242
+ */
243
+ "placeholder": string;
244
+ /**
245
+ * Tooltip text.
246
+ */
247
+ "tooltip": string;
248
+ /**
249
+ * Translations via URL
250
+ */
251
+ "translationUrl": string;
252
+ /**
253
+ * destination
254
+ */
255
+ "twofaDestination": string;
256
+ /**
257
+ * resend interval
258
+ */
259
+ "twofaResendIntervalSeconds": number;
260
+ /**
261
+ * Type the general-input should take. Can take the default HTML input values.
262
+ */
263
+ "type": string;
264
+ /**
265
+ * Object of validation rules for the input.
266
+ */
267
+ "validation": ValidationSchema;
268
+ }
269
+ interface NumberInput {
270
+ /**
271
+ * Boolean. Determines if input should be readonly.
272
+ */
273
+ "autofilled": boolean;
274
+ /**
275
+ * Client custom styling via inline style
276
+ */
277
+ "clientStyling": string;
278
+ /**
279
+ * Default value for the input.
280
+ */
281
+ "defaultValue": string;
282
+ /**
283
+ * Name of input to be shown to the user.
284
+ */
285
+ "displayName": string;
286
+ /**
287
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
288
+ */
289
+ "emitValue": boolean;
290
+ /**
291
+ * Currently selected language.
292
+ */
293
+ "language": string;
294
+ /**
295
+ * Name of the input.
296
+ */
297
+ "name": string;
298
+ /**
299
+ * Placeholder text to be shown.
300
+ */
301
+ "placeholder": string;
302
+ /**
303
+ * Tooltip text.
304
+ */
305
+ "tooltip": string;
306
+ /**
307
+ * Object of validation rules for the input.
308
+ */
309
+ "validation": ValidationSchema;
310
+ }
311
+ interface PasswordInput {
312
+ /**
313
+ * Boolean. Determines if input should be readonly.
314
+ */
315
+ "autofilled": boolean;
316
+ /**
317
+ * Client custom styling via inline style
318
+ */
319
+ "clientStyling": string;
320
+ /**
321
+ * Default value for the input.
322
+ */
323
+ "defaultValue": string;
324
+ /**
325
+ * Name of input to be shown to the user.
326
+ */
327
+ "displayName": string;
328
+ /**
329
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
330
+ */
331
+ "emitValue": boolean;
332
+ /**
333
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
334
+ */
335
+ "hidePasswordComplexity": boolean;
336
+ /**
337
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
338
+ */
339
+ "isDuplicateInput": boolean;
340
+ /**
341
+ * Currently selected language.
342
+ */
343
+ "language": string;
344
+ /**
345
+ * Name of the input.
346
+ */
347
+ "name": string;
348
+ /**
349
+ * Placeholder text to be shown.
350
+ */
351
+ "placeholder": string;
352
+ /**
353
+ * Tooltip text.
354
+ */
355
+ "tooltip": string;
356
+ /**
357
+ * Object of validation rules for the input.
358
+ */
359
+ "validation": ValidationSchema;
360
+ }
361
+ interface RadioInput {
362
+ /**
363
+ * Client custom styling via inline style
364
+ */
365
+ "clientStyling": string;
366
+ /**
367
+ * Name of input to be shown to the user.
368
+ */
369
+ "displayName": string;
370
+ /**
371
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
372
+ */
373
+ "emitValue": boolean;
374
+ /**
375
+ * Currently selected language.
376
+ */
377
+ "language": string;
378
+ /**
379
+ * Name of the input.
380
+ */
381
+ "name": string;
382
+ /**
383
+ * Options of the input.
384
+ */
385
+ "optionsGroup": Option[];
386
+ /**
387
+ * Tooltip text.
388
+ */
389
+ "tooltip": string;
390
+ /**
391
+ * Object of validation rules for the input.
392
+ */
393
+ "validation": ValidationSchema;
394
+ }
395
+ interface SelectInput {
396
+ /**
397
+ * Special behaviour an input should have. Can be fetching for data.
398
+ */
399
+ "action": string;
400
+ /**
401
+ * Boolean. Determines if input should be readonly.
402
+ */
403
+ "autofilled": boolean;
404
+ /**
405
+ * Client custom styling via inline style
406
+ */
407
+ "clientStyling": string;
408
+ /**
409
+ * Default value for the input.
410
+ */
411
+ "defaultValue": string;
412
+ /**
413
+ * Name of input to be shown to the user.
414
+ */
415
+ "displayName": string;
416
+ /**
417
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
418
+ */
419
+ "emitValue": boolean;
420
+ /**
421
+ * Currently selected language.
422
+ */
423
+ "language": string;
424
+ /**
425
+ * Name of the input.
426
+ */
427
+ "name": string;
428
+ /**
429
+ * Options of the input.
430
+ */
431
+ "options": Option[];
432
+ /**
433
+ * Placeholder text to be shown.
434
+ */
435
+ "placeholder": string;
436
+ /**
437
+ * Tooltip text.
438
+ */
439
+ "tooltip": string;
440
+ /**
441
+ * Object of validation rules for the input.
442
+ */
443
+ "validation": ValidationSchema;
444
+ }
445
+ interface TelInput {
446
+ /**
447
+ * Special behaviour an input should have. Can be fetching for data.
448
+ */
449
+ "action": string;
450
+ /**
451
+ * Boolean. Determines if input should be readonly.
452
+ */
453
+ "autofilled": boolean;
454
+ /**
455
+ * Client custom styling via inline style
456
+ */
457
+ "clientStyling": string;
458
+ /**
459
+ * Default value for the input.
460
+ */
461
+ "defaultValue": string | any;
462
+ /**
463
+ * Name of input to be shown to the user.
464
+ */
465
+ "displayName": string;
466
+ /**
467
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
468
+ */
469
+ "emitValue": boolean;
470
+ /**
471
+ * Currently selected language.
472
+ */
473
+ "language": string;
474
+ /**
475
+ * Name of the input.
476
+ */
477
+ "name": string;
478
+ /**
479
+ * Placeholder text to be shown.
480
+ */
481
+ "placeholder": string;
482
+ /**
483
+ * Boolean that defines if the widget show labels or placeholders.
484
+ */
485
+ "showLabels": boolean;
486
+ /**
487
+ * Tooltip text.
488
+ */
489
+ "tooltip": string;
490
+ /**
491
+ * Object of validation rules for the input.
492
+ */
493
+ "validation": ValidationSchema;
494
+ }
495
+ interface TextInput {
496
+ /**
497
+ * Boolean. Determines if input should be readonly.
498
+ */
499
+ "autofilled": boolean;
500
+ /**
501
+ * State passed down from the parent element. Will trigger the input to check for validity.
502
+ */
503
+ "checkValidity": boolean;
504
+ /**
505
+ * Client custom styling via inline style
506
+ */
507
+ "clientStyling": string;
508
+ /**
509
+ * Default value for the input.
510
+ */
511
+ "defaultValue": string;
512
+ /**
513
+ * Name of input to be shown to the user.
514
+ */
515
+ "displayName": string;
516
+ /**
517
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
518
+ */
519
+ "emitValue": boolean;
520
+ /**
521
+ * Boolean that triggers certain validation rules, for duplicated inputs.
522
+ */
523
+ "isDuplicateInput": boolean;
524
+ /**
525
+ * Currently selected language.
526
+ */
527
+ "language": string;
528
+ /**
529
+ * Name of the input.
530
+ */
531
+ "name": string;
532
+ /**
533
+ * Placeholder text to be shown.
534
+ */
535
+ "placeholder": string;
536
+ /**
537
+ * Tooltip text.
538
+ */
539
+ "tooltip": string;
540
+ /**
541
+ * Object of validation rules for the input.
542
+ */
543
+ "validation": ValidationSchema;
544
+ }
545
+ interface ToggleCheckboxInput {
546
+ /**
547
+ * Boolean. Determines if input should be readonly.
548
+ */
549
+ "autofilled": boolean;
550
+ /**
551
+ * Client custom styling via inline style
552
+ */
553
+ "clientStyling": string;
554
+ /**
555
+ * Default value for the input.
556
+ */
557
+ "defaultValue": string;
558
+ /**
559
+ * Name of input to be shown to the user.
560
+ */
561
+ "displayName": string;
562
+ /**
563
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
564
+ */
565
+ "emitValue": boolean;
566
+ /**
567
+ * Currently selected language.
568
+ */
569
+ "language": string;
570
+ /**
571
+ * Name of the input.
572
+ */
573
+ "name": string;
574
+ /**
575
+ * Options of the input.
576
+ */
577
+ "options": RegCfgContentField[];
578
+ /**
579
+ * Tooltip text.
580
+ */
581
+ "tooltip": string;
582
+ /**
583
+ * Object of validation rules for the input.
584
+ */
585
+ "validation": ValidationSchema;
586
+ }
587
+ interface TwofaInput {
588
+ /**
589
+ * Client custom styling via inline style
590
+ */
591
+ "clientStyling": string;
592
+ /**
593
+ * destination where the code is sent, only for display purposes here
594
+ */
595
+ "destination": string;
596
+ /**
597
+ * Name of input to be shown to the user.
598
+ */
599
+ "displayName": string;
600
+ /**
601
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
602
+ */
603
+ "emitValue": boolean;
604
+ /**
605
+ * Currently selected language.
606
+ */
607
+ "language": string;
608
+ /**
609
+ * Name of the input.
610
+ */
611
+ "name": string;
612
+ /**
613
+ * Placeholder text to be shown.
614
+ */
615
+ "placeholder": string;
616
+ /**
617
+ * code resend interval in seconds
618
+ */
619
+ "resendIntervalSeconds": number;
620
+ /**
621
+ * Tooltip text.
622
+ */
623
+ "tooltip": string;
624
+ /**
625
+ * Object of validation rules for the input.
626
+ */
627
+ "validation": ValidationSchema;
628
+ }
629
+ }
630
+ export interface CheckboxGroupInputCustomEvent<T> extends CustomEvent<T> {
631
+ detail: T;
632
+ target: HTMLCheckboxGroupInputElement;
633
+ }
634
+ export interface CheckboxInputCustomEvent<T> extends CustomEvent<T> {
635
+ detail: T;
636
+ target: HTMLCheckboxInputElement;
637
+ }
638
+ export interface DateInputCustomEvent<T> extends CustomEvent<T> {
639
+ detail: T;
640
+ target: HTMLDateInputElement;
641
+ }
642
+ export interface EmailInputCustomEvent<T> extends CustomEvent<T> {
643
+ detail: T;
644
+ target: HTMLEmailInputElement;
645
+ }
646
+ export interface NumberInputCustomEvent<T> extends CustomEvent<T> {
647
+ detail: T;
648
+ target: HTMLNumberInputElement;
649
+ }
650
+ export interface PasswordInputCustomEvent<T> extends CustomEvent<T> {
651
+ detail: T;
652
+ target: HTMLPasswordInputElement;
653
+ }
654
+ export interface RadioInputCustomEvent<T> extends CustomEvent<T> {
655
+ detail: T;
656
+ target: HTMLRadioInputElement;
657
+ }
658
+ export interface SelectInputCustomEvent<T> extends CustomEvent<T> {
659
+ detail: T;
660
+ target: HTMLSelectInputElement;
661
+ }
662
+ export interface TelInputCustomEvent<T> extends CustomEvent<T> {
663
+ detail: T;
664
+ target: HTMLTelInputElement;
665
+ }
666
+ export interface TextInputCustomEvent<T> extends CustomEvent<T> {
667
+ detail: T;
668
+ target: HTMLTextInputElement;
669
+ }
670
+ export interface ToggleCheckboxInputCustomEvent<T> extends CustomEvent<T> {
671
+ detail: T;
672
+ target: HTMLToggleCheckboxInputElement;
673
+ }
674
+ export interface TwofaInputCustomEvent<T> extends CustomEvent<T> {
675
+ detail: T;
676
+ target: HTMLTwofaInputElement;
677
+ }
678
+ declare global {
679
+ interface HTMLCheckboxGroupInputElementEventMap {
680
+ "sendValidityState": InputStateEvent;
681
+ "sendInputValue": InputValueEvent;
682
+ }
683
+ interface HTMLCheckboxGroupInputElement extends Components.CheckboxGroupInput, HTMLStencilElement {
684
+ addEventListener<K extends keyof HTMLCheckboxGroupInputElementEventMap>(type: K, listener: (this: HTMLCheckboxGroupInputElement, ev: CheckboxGroupInputCustomEvent<HTMLCheckboxGroupInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
685
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
686
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
687
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
688
+ removeEventListener<K extends keyof HTMLCheckboxGroupInputElementEventMap>(type: K, listener: (this: HTMLCheckboxGroupInputElement, ev: CheckboxGroupInputCustomEvent<HTMLCheckboxGroupInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
689
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
690
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
691
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
692
+ }
693
+ var HTMLCheckboxGroupInputElement: {
694
+ prototype: HTMLCheckboxGroupInputElement;
695
+ new (): HTMLCheckboxGroupInputElement;
696
+ };
697
+ interface HTMLCheckboxInputElementEventMap {
698
+ "sendValidityState": InputStateEvent;
699
+ "sendInputValue": InputValueEvent;
700
+ }
701
+ interface HTMLCheckboxInputElement extends Components.CheckboxInput, HTMLStencilElement {
702
+ addEventListener<K extends keyof HTMLCheckboxInputElementEventMap>(type: K, listener: (this: HTMLCheckboxInputElement, ev: CheckboxInputCustomEvent<HTMLCheckboxInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
703
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
704
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
705
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
706
+ removeEventListener<K extends keyof HTMLCheckboxInputElementEventMap>(type: K, listener: (this: HTMLCheckboxInputElement, ev: CheckboxInputCustomEvent<HTMLCheckboxInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
707
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
708
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
709
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
710
+ }
711
+ var HTMLCheckboxInputElement: {
712
+ prototype: HTMLCheckboxInputElement;
713
+ new (): HTMLCheckboxInputElement;
714
+ };
715
+ interface HTMLDateInputElementEventMap {
716
+ "sendValidityState": InputStateEvent;
717
+ "sendInputValue": InputValueEvent;
718
+ }
719
+ interface HTMLDateInputElement extends Components.DateInput, HTMLStencilElement {
720
+ addEventListener<K extends keyof HTMLDateInputElementEventMap>(type: K, listener: (this: HTMLDateInputElement, ev: DateInputCustomEvent<HTMLDateInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
721
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
722
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
723
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
724
+ removeEventListener<K extends keyof HTMLDateInputElementEventMap>(type: K, listener: (this: HTMLDateInputElement, ev: DateInputCustomEvent<HTMLDateInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
725
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
726
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
727
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
728
+ }
729
+ var HTMLDateInputElement: {
730
+ prototype: HTMLDateInputElement;
731
+ new (): HTMLDateInputElement;
732
+ };
733
+ interface HTMLEmailInputElementEventMap {
734
+ "sendValidityState": InputStateEvent;
735
+ "sendInputValue": InputValueEvent;
736
+ }
737
+ interface HTMLEmailInputElement extends Components.EmailInput, HTMLStencilElement {
738
+ addEventListener<K extends keyof HTMLEmailInputElementEventMap>(type: K, listener: (this: HTMLEmailInputElement, ev: EmailInputCustomEvent<HTMLEmailInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
739
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
740
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
741
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
742
+ removeEventListener<K extends keyof HTMLEmailInputElementEventMap>(type: K, listener: (this: HTMLEmailInputElement, ev: EmailInputCustomEvent<HTMLEmailInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
743
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
744
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
745
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
746
+ }
747
+ var HTMLEmailInputElement: {
748
+ prototype: HTMLEmailInputElement;
749
+ new (): HTMLEmailInputElement;
750
+ };
751
+ interface HTMLGeneralInputHslElement extends Components.GeneralInputHsl, HTMLStencilElement {
752
+ }
753
+ var HTMLGeneralInputHslElement: {
754
+ prototype: HTMLGeneralInputHslElement;
755
+ new (): HTMLGeneralInputHslElement;
756
+ };
757
+ interface HTMLNumberInputElementEventMap {
758
+ "sendValidityState": InputStateEvent;
759
+ "sendInputValue": InputValueEvent;
760
+ }
761
+ interface HTMLNumberInputElement extends Components.NumberInput, HTMLStencilElement {
762
+ addEventListener<K extends keyof HTMLNumberInputElementEventMap>(type: K, listener: (this: HTMLNumberInputElement, ev: NumberInputCustomEvent<HTMLNumberInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
763
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
764
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
765
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
766
+ removeEventListener<K extends keyof HTMLNumberInputElementEventMap>(type: K, listener: (this: HTMLNumberInputElement, ev: NumberInputCustomEvent<HTMLNumberInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
767
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
768
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
769
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
770
+ }
771
+ var HTMLNumberInputElement: {
772
+ prototype: HTMLNumberInputElement;
773
+ new (): HTMLNumberInputElement;
774
+ };
775
+ interface HTMLPasswordInputElementEventMap {
776
+ "sendOriginalValidityState": InputStateEvent;
777
+ "sendValidityState": InputStateEvent;
778
+ "sendInputValue": InputValueEvent;
779
+ }
780
+ interface HTMLPasswordInputElement extends Components.PasswordInput, HTMLStencilElement {
781
+ addEventListener<K extends keyof HTMLPasswordInputElementEventMap>(type: K, listener: (this: HTMLPasswordInputElement, ev: PasswordInputCustomEvent<HTMLPasswordInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
782
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
783
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
784
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
785
+ removeEventListener<K extends keyof HTMLPasswordInputElementEventMap>(type: K, listener: (this: HTMLPasswordInputElement, ev: PasswordInputCustomEvent<HTMLPasswordInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
786
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
787
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
788
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
789
+ }
790
+ var HTMLPasswordInputElement: {
791
+ prototype: HTMLPasswordInputElement;
792
+ new (): HTMLPasswordInputElement;
793
+ };
794
+ interface HTMLRadioInputElementEventMap {
795
+ "sendInputValue": InputValueEvent;
796
+ "sendValidityState": InputStateEvent;
797
+ }
798
+ interface HTMLRadioInputElement extends Components.RadioInput, HTMLStencilElement {
799
+ addEventListener<K extends keyof HTMLRadioInputElementEventMap>(type: K, listener: (this: HTMLRadioInputElement, ev: RadioInputCustomEvent<HTMLRadioInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
800
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
801
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
802
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
803
+ removeEventListener<K extends keyof HTMLRadioInputElementEventMap>(type: K, listener: (this: HTMLRadioInputElement, ev: RadioInputCustomEvent<HTMLRadioInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
804
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
805
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
806
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
807
+ }
808
+ var HTMLRadioInputElement: {
809
+ prototype: HTMLRadioInputElement;
810
+ new (): HTMLRadioInputElement;
811
+ };
812
+ interface HTMLSelectInputElementEventMap {
813
+ "sendValidityState": InputStateEvent;
814
+ "sendInputValue": InputValueEvent;
815
+ }
816
+ interface HTMLSelectInputElement extends Components.SelectInput, HTMLStencilElement {
817
+ addEventListener<K extends keyof HTMLSelectInputElementEventMap>(type: K, listener: (this: HTMLSelectInputElement, ev: SelectInputCustomEvent<HTMLSelectInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
818
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
819
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
820
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
821
+ removeEventListener<K extends keyof HTMLSelectInputElementEventMap>(type: K, listener: (this: HTMLSelectInputElement, ev: SelectInputCustomEvent<HTMLSelectInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
822
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
823
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
824
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
825
+ }
826
+ var HTMLSelectInputElement: {
827
+ prototype: HTMLSelectInputElement;
828
+ new (): HTMLSelectInputElement;
829
+ };
830
+ interface HTMLTelInputElementEventMap {
831
+ "sendValidityState": InputStateEvent;
832
+ "sendInputValue": InputValueEvent;
833
+ }
834
+ interface HTMLTelInputElement extends Components.TelInput, HTMLStencilElement {
835
+ addEventListener<K extends keyof HTMLTelInputElementEventMap>(type: K, listener: (this: HTMLTelInputElement, ev: TelInputCustomEvent<HTMLTelInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
836
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
837
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
838
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
839
+ removeEventListener<K extends keyof HTMLTelInputElementEventMap>(type: K, listener: (this: HTMLTelInputElement, ev: TelInputCustomEvent<HTMLTelInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
840
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
841
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
842
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
843
+ }
844
+ var HTMLTelInputElement: {
845
+ prototype: HTMLTelInputElement;
846
+ new (): HTMLTelInputElement;
847
+ };
848
+ interface HTMLTextInputElementEventMap {
849
+ "sendValidityState": InputStateEvent;
850
+ "sendInputValue": InputValueEvent;
851
+ }
852
+ interface HTMLTextInputElement extends Components.TextInput, HTMLStencilElement {
853
+ addEventListener<K extends keyof HTMLTextInputElementEventMap>(type: K, listener: (this: HTMLTextInputElement, ev: TextInputCustomEvent<HTMLTextInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
854
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
855
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
856
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
857
+ removeEventListener<K extends keyof HTMLTextInputElementEventMap>(type: K, listener: (this: HTMLTextInputElement, ev: TextInputCustomEvent<HTMLTextInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
858
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
859
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
860
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
861
+ }
862
+ var HTMLTextInputElement: {
863
+ prototype: HTMLTextInputElement;
864
+ new (): HTMLTextInputElement;
865
+ };
866
+ interface HTMLToggleCheckboxInputElementEventMap {
867
+ "sendValidityState": InputStateEvent;
868
+ "sendInputValue": InputValueEvent;
869
+ }
870
+ interface HTMLToggleCheckboxInputElement extends Components.ToggleCheckboxInput, HTMLStencilElement {
871
+ addEventListener<K extends keyof HTMLToggleCheckboxInputElementEventMap>(type: K, listener: (this: HTMLToggleCheckboxInputElement, ev: ToggleCheckboxInputCustomEvent<HTMLToggleCheckboxInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
872
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
873
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
874
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
875
+ removeEventListener<K extends keyof HTMLToggleCheckboxInputElementEventMap>(type: K, listener: (this: HTMLToggleCheckboxInputElement, ev: ToggleCheckboxInputCustomEvent<HTMLToggleCheckboxInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
876
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
877
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
878
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
879
+ }
880
+ var HTMLToggleCheckboxInputElement: {
881
+ prototype: HTMLToggleCheckboxInputElement;
882
+ new (): HTMLToggleCheckboxInputElement;
883
+ };
884
+ interface HTMLTwofaInputElementEventMap {
885
+ "sendValidityState": InputStateEvent;
886
+ "sendInputValue": InputValueEvent;
887
+ "resendCode": void;
888
+ }
889
+ interface HTMLTwofaInputElement extends Components.TwofaInput, HTMLStencilElement {
890
+ addEventListener<K extends keyof HTMLTwofaInputElementEventMap>(type: K, listener: (this: HTMLTwofaInputElement, ev: TwofaInputCustomEvent<HTMLTwofaInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
891
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
892
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
893
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
894
+ removeEventListener<K extends keyof HTMLTwofaInputElementEventMap>(type: K, listener: (this: HTMLTwofaInputElement, ev: TwofaInputCustomEvent<HTMLTwofaInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
895
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
896
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
897
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
898
+ }
899
+ var HTMLTwofaInputElement: {
900
+ prototype: HTMLTwofaInputElement;
901
+ new (): HTMLTwofaInputElement;
902
+ };
903
+ interface HTMLElementTagNameMap {
904
+ "checkbox-group-input": HTMLCheckboxGroupInputElement;
905
+ "checkbox-input": HTMLCheckboxInputElement;
906
+ "date-input": HTMLDateInputElement;
907
+ "email-input": HTMLEmailInputElement;
908
+ "general-input-hsl": HTMLGeneralInputHslElement;
909
+ "number-input": HTMLNumberInputElement;
910
+ "password-input": HTMLPasswordInputElement;
911
+ "radio-input": HTMLRadioInputElement;
912
+ "select-input": HTMLSelectInputElement;
913
+ "tel-input": HTMLTelInputElement;
914
+ "text-input": HTMLTextInputElement;
915
+ "toggle-checkbox-input": HTMLToggleCheckboxInputElement;
916
+ "twofa-input": HTMLTwofaInputElement;
917
+ }
918
+ }
919
+ declare namespace LocalJSX {
920
+ interface CheckboxGroupInput {
921
+ /**
922
+ * Boolean. Determines if input should be readonly.
923
+ */
924
+ "autofilled"?: boolean;
925
+ /**
926
+ * Client custom styling via inline style
927
+ */
928
+ "clientStyling"?: string;
929
+ /**
930
+ * Default value for the input.
931
+ */
932
+ "defaultValue"?: string;
933
+ /**
934
+ * Name of input to be shown to the user.
935
+ */
936
+ "displayName"?: string;
937
+ /**
938
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
939
+ */
940
+ "emitValue"?: boolean;
941
+ /**
942
+ * Currently selected language.
943
+ */
944
+ "language"?: string;
945
+ /**
946
+ * Name of the input.
947
+ */
948
+ "name"?: string;
949
+ "onSendInputValue"?: (event: CheckboxGroupInputCustomEvent<InputValueEvent>) => void;
950
+ "onSendValidityState"?: (event: CheckboxGroupInputCustomEvent<InputStateEvent>) => void;
951
+ /**
952
+ * Options of the input.
953
+ */
954
+ "options"?: RegCfgContentField[];
955
+ /**
956
+ * Tooltip text.
957
+ */
958
+ "tooltip"?: string;
959
+ /**
960
+ * Object of validation rules for the input.
961
+ */
962
+ "validation"?: ValidationSchema;
963
+ }
964
+ interface CheckboxInput {
965
+ /**
966
+ * Boolean. Determines if input should be readonly.
967
+ */
968
+ "autofilled"?: boolean;
969
+ /**
970
+ * Client custom styling via inline style
971
+ */
972
+ "clientStyling"?: string;
973
+ /**
974
+ * Default value for the input.
975
+ */
976
+ "defaultValue"?: string;
977
+ /**
978
+ * Name of input to be shown to the user.
979
+ */
980
+ "displayName"?: string;
981
+ /**
982
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
983
+ */
984
+ "emitValue"?: boolean;
985
+ /**
986
+ * Currently selected language.
987
+ */
988
+ "language"?: string;
989
+ /**
990
+ * Name of the input.
991
+ */
992
+ "name"?: string;
993
+ "onSendInputValue"?: (event: CheckboxInputCustomEvent<InputValueEvent>) => void;
994
+ "onSendValidityState"?: (event: CheckboxInputCustomEvent<InputStateEvent>) => void;
995
+ /**
996
+ * Tooltip text.
997
+ */
998
+ "tooltip"?: string;
999
+ /**
1000
+ * Object of validation rules for the input.
1001
+ */
1002
+ "validation"?: ValidationSchema;
1003
+ }
1004
+ interface DateInput {
1005
+ /**
1006
+ * Boolean. Determines if input should be readonly.
1007
+ */
1008
+ "autofilled"?: boolean;
1009
+ /**
1010
+ * Client custom styling via inline style
1011
+ */
1012
+ "clientStyling"?: string;
1013
+ /**
1014
+ * Date format for date picker.
1015
+ */
1016
+ "dateFormat"?: string;
1017
+ /**
1018
+ * Default value for the input.
1019
+ */
1020
+ "defaultValue"?: string;
1021
+ /**
1022
+ * Name of input to be shown to the user.
1023
+ */
1024
+ "displayName"?: string;
1025
+ /**
1026
+ * Emit event on click
1027
+ */
1028
+ "emitOnClick"?: boolean;
1029
+ /**
1030
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1031
+ */
1032
+ "emitValue"?: boolean;
1033
+ /**
1034
+ * Currently selected language.
1035
+ */
1036
+ "language"?: string;
1037
+ /**
1038
+ * Name of the input.
1039
+ */
1040
+ "name"?: string;
1041
+ "onSendInputValue"?: (event: DateInputCustomEvent<InputValueEvent>) => void;
1042
+ "onSendValidityState"?: (event: DateInputCustomEvent<InputStateEvent>) => void;
1043
+ /**
1044
+ * Placeholder text to be shown.
1045
+ */
1046
+ "placeholder"?: string;
1047
+ /**
1048
+ * Tooltip text.
1049
+ */
1050
+ "tooltip"?: string;
1051
+ /**
1052
+ * Object of validation rules for the input.
1053
+ */
1054
+ "validation"?: ValidationSchema;
1055
+ }
1056
+ interface EmailInput {
1057
+ /**
1058
+ * Boolean. Determines if input should be readonly.
1059
+ */
1060
+ "autofilled"?: boolean;
1061
+ /**
1062
+ * Client custom styling via inline style
1063
+ */
1064
+ "clientStyling"?: string;
1065
+ /**
1066
+ * Default value for the input.
1067
+ */
1068
+ "defaultValue"?: string;
1069
+ /**
1070
+ * Name of input to be shown to the user.
1071
+ */
1072
+ "displayName"?: string;
1073
+ /**
1074
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1075
+ */
1076
+ "emitValue"?: boolean;
1077
+ /**
1078
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
1079
+ */
1080
+ "isDuplicateInput"?: boolean;
1081
+ /**
1082
+ * Currently selected language.
1083
+ */
1084
+ "language"?: string;
1085
+ /**
1086
+ * Name of the input.
1087
+ */
1088
+ "name"?: string;
1089
+ "onSendInputValue"?: (event: EmailInputCustomEvent<InputValueEvent>) => void;
1090
+ "onSendValidityState"?: (event: EmailInputCustomEvent<InputStateEvent>) => void;
1091
+ /**
1092
+ * Placeholder text to be shown.
1093
+ */
1094
+ "placeholder"?: string;
1095
+ /**
1096
+ * Tooltip text.
1097
+ */
1098
+ "tooltip"?: string;
1099
+ /**
1100
+ * Object of validation rules for the input.
1101
+ */
1102
+ "validation"?: ValidationSchema;
1103
+ }
1104
+ interface GeneralInputHsl {
1105
+ /**
1106
+ * Special behaviour an input should have. Can be fetching for data.
1107
+ */
1108
+ "action"?: string;
1109
+ /**
1110
+ * Boolean. Determines if input should be readonly.
1111
+ */
1112
+ "autofilled"?: boolean;
1113
+ /**
1114
+ * Client custom styling via inline style
1115
+ */
1116
+ "clientStyling"?: any;
1117
+ /**
1118
+ * Date format for date picker.
1119
+ */
1120
+ "dateFormat"?: string;
1121
+ /**
1122
+ * Default value for the input.
1123
+ */
1124
+ "defaultValue"?: any;
1125
+ /**
1126
+ * Name of input to be shown to the user.
1127
+ */
1128
+ "displayName"?: string;
1129
+ /**
1130
+ * Emit event on click
1131
+ */
1132
+ "emitOnClick"?: boolean;
1133
+ /**
1134
+ * State passed down from the parent element. Will trigger the child specialised input to send it's value through an event.
1135
+ */
1136
+ "emitValue"?: boolean;
1137
+ /**
1138
+ * Boolean that triggers certain validation rules, for duplicated inputs.
1139
+ */
1140
+ "hidePasswordComplexity"?: boolean;
1141
+ /**
1142
+ * Boolean that triggers certain validation rules, for duplicated inputs.
1143
+ */
1144
+ "isDuplicateInput"?: boolean;
1145
+ /**
1146
+ * Currently selected language.
1147
+ */
1148
+ "language"?: string;
1149
+ /**
1150
+ * Name of the input.
1151
+ */
1152
+ "name"?: string;
1153
+ /**
1154
+ * For input elements that have multiple options or choises.
1155
+ */
1156
+ "options"?: any;
1157
+ /**
1158
+ * Placeholder text to be shown.
1159
+ */
1160
+ "placeholder"?: string;
1161
+ /**
1162
+ * Tooltip text.
1163
+ */
1164
+ "tooltip"?: string;
1165
+ /**
1166
+ * Translations via URL
1167
+ */
1168
+ "translationUrl"?: string;
1169
+ /**
1170
+ * destination
1171
+ */
1172
+ "twofaDestination"?: string;
1173
+ /**
1174
+ * resend interval
1175
+ */
1176
+ "twofaResendIntervalSeconds"?: number;
1177
+ /**
1178
+ * Type the general-input should take. Can take the default HTML input values.
1179
+ */
1180
+ "type"?: string;
1181
+ /**
1182
+ * Object of validation rules for the input.
1183
+ */
1184
+ "validation"?: ValidationSchema;
1185
+ }
1186
+ interface NumberInput {
1187
+ /**
1188
+ * Boolean. Determines if input should be readonly.
1189
+ */
1190
+ "autofilled"?: boolean;
1191
+ /**
1192
+ * Client custom styling via inline style
1193
+ */
1194
+ "clientStyling"?: string;
1195
+ /**
1196
+ * Default value for the input.
1197
+ */
1198
+ "defaultValue"?: string;
1199
+ /**
1200
+ * Name of input to be shown to the user.
1201
+ */
1202
+ "displayName"?: string;
1203
+ /**
1204
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1205
+ */
1206
+ "emitValue"?: boolean;
1207
+ /**
1208
+ * Currently selected language.
1209
+ */
1210
+ "language"?: string;
1211
+ /**
1212
+ * Name of the input.
1213
+ */
1214
+ "name"?: string;
1215
+ "onSendInputValue"?: (event: NumberInputCustomEvent<InputValueEvent>) => void;
1216
+ "onSendValidityState"?: (event: NumberInputCustomEvent<InputStateEvent>) => void;
1217
+ /**
1218
+ * Placeholder text to be shown.
1219
+ */
1220
+ "placeholder"?: string;
1221
+ /**
1222
+ * Tooltip text.
1223
+ */
1224
+ "tooltip"?: string;
1225
+ /**
1226
+ * Object of validation rules for the input.
1227
+ */
1228
+ "validation"?: ValidationSchema;
1229
+ }
1230
+ interface PasswordInput {
1231
+ /**
1232
+ * Boolean. Determines if input should be readonly.
1233
+ */
1234
+ "autofilled"?: boolean;
1235
+ /**
1236
+ * Client custom styling via inline style
1237
+ */
1238
+ "clientStyling"?: string;
1239
+ /**
1240
+ * Default value for the input.
1241
+ */
1242
+ "defaultValue"?: string;
1243
+ /**
1244
+ * Name of input to be shown to the user.
1245
+ */
1246
+ "displayName"?: string;
1247
+ /**
1248
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1249
+ */
1250
+ "emitValue"?: boolean;
1251
+ /**
1252
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
1253
+ */
1254
+ "hidePasswordComplexity"?: boolean;
1255
+ /**
1256
+ * Flag for duplicate inputs, it sets up the input for certain validation rules.
1257
+ */
1258
+ "isDuplicateInput"?: boolean;
1259
+ /**
1260
+ * Currently selected language.
1261
+ */
1262
+ "language"?: string;
1263
+ /**
1264
+ * Name of the input.
1265
+ */
1266
+ "name"?: string;
1267
+ "onSendInputValue"?: (event: PasswordInputCustomEvent<InputValueEvent>) => void;
1268
+ "onSendOriginalValidityState"?: (event: PasswordInputCustomEvent<InputStateEvent>) => void;
1269
+ "onSendValidityState"?: (event: PasswordInputCustomEvent<InputStateEvent>) => void;
1270
+ /**
1271
+ * Placeholder text to be shown.
1272
+ */
1273
+ "placeholder"?: string;
1274
+ /**
1275
+ * Tooltip text.
1276
+ */
1277
+ "tooltip"?: string;
1278
+ /**
1279
+ * Object of validation rules for the input.
1280
+ */
1281
+ "validation"?: ValidationSchema;
1282
+ }
1283
+ interface RadioInput {
1284
+ /**
1285
+ * Client custom styling via inline style
1286
+ */
1287
+ "clientStyling"?: string;
1288
+ /**
1289
+ * Name of input to be shown to the user.
1290
+ */
1291
+ "displayName"?: string;
1292
+ /**
1293
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1294
+ */
1295
+ "emitValue"?: boolean;
1296
+ /**
1297
+ * Currently selected language.
1298
+ */
1299
+ "language"?: string;
1300
+ /**
1301
+ * Name of the input.
1302
+ */
1303
+ "name"?: string;
1304
+ "onSendInputValue"?: (event: RadioInputCustomEvent<InputValueEvent>) => void;
1305
+ "onSendValidityState"?: (event: RadioInputCustomEvent<InputStateEvent>) => void;
1306
+ /**
1307
+ * Options of the input.
1308
+ */
1309
+ "optionsGroup"?: Option[];
1310
+ /**
1311
+ * Tooltip text.
1312
+ */
1313
+ "tooltip"?: string;
1314
+ /**
1315
+ * Object of validation rules for the input.
1316
+ */
1317
+ "validation"?: ValidationSchema;
1318
+ }
1319
+ interface SelectInput {
1320
+ /**
1321
+ * Special behaviour an input should have. Can be fetching for data.
1322
+ */
1323
+ "action"?: string;
1324
+ /**
1325
+ * Boolean. Determines if input should be readonly.
1326
+ */
1327
+ "autofilled"?: boolean;
1328
+ /**
1329
+ * Client custom styling via inline style
1330
+ */
1331
+ "clientStyling"?: string;
1332
+ /**
1333
+ * Default value for the input.
1334
+ */
1335
+ "defaultValue"?: string;
1336
+ /**
1337
+ * Name of input to be shown to the user.
1338
+ */
1339
+ "displayName"?: string;
1340
+ /**
1341
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1342
+ */
1343
+ "emitValue"?: boolean;
1344
+ /**
1345
+ * Currently selected language.
1346
+ */
1347
+ "language"?: string;
1348
+ /**
1349
+ * Name of the input.
1350
+ */
1351
+ "name"?: string;
1352
+ "onSendInputValue"?: (event: SelectInputCustomEvent<InputValueEvent>) => void;
1353
+ "onSendValidityState"?: (event: SelectInputCustomEvent<InputStateEvent>) => void;
1354
+ /**
1355
+ * Options of the input.
1356
+ */
1357
+ "options"?: Option[];
1358
+ /**
1359
+ * Placeholder text to be shown.
1360
+ */
1361
+ "placeholder"?: string;
1362
+ /**
1363
+ * Tooltip text.
1364
+ */
1365
+ "tooltip"?: string;
1366
+ /**
1367
+ * Object of validation rules for the input.
1368
+ */
1369
+ "validation"?: ValidationSchema;
1370
+ }
1371
+ interface TelInput {
1372
+ /**
1373
+ * Special behaviour an input should have. Can be fetching for data.
1374
+ */
1375
+ "action"?: string;
1376
+ /**
1377
+ * Boolean. Determines if input should be readonly.
1378
+ */
1379
+ "autofilled"?: boolean;
1380
+ /**
1381
+ * Client custom styling via inline style
1382
+ */
1383
+ "clientStyling"?: string;
1384
+ /**
1385
+ * Default value for the input.
1386
+ */
1387
+ "defaultValue"?: string | any;
1388
+ /**
1389
+ * Name of input to be shown to the user.
1390
+ */
1391
+ "displayName"?: string;
1392
+ /**
1393
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1394
+ */
1395
+ "emitValue"?: boolean;
1396
+ /**
1397
+ * Currently selected language.
1398
+ */
1399
+ "language"?: string;
1400
+ /**
1401
+ * Name of the input.
1402
+ */
1403
+ "name"?: string;
1404
+ "onSendInputValue"?: (event: TelInputCustomEvent<InputValueEvent>) => void;
1405
+ "onSendValidityState"?: (event: TelInputCustomEvent<InputStateEvent>) => void;
1406
+ /**
1407
+ * Placeholder text to be shown.
1408
+ */
1409
+ "placeholder"?: string;
1410
+ /**
1411
+ * Boolean that defines if the widget show labels or placeholders.
1412
+ */
1413
+ "showLabels"?: boolean;
1414
+ /**
1415
+ * Tooltip text.
1416
+ */
1417
+ "tooltip"?: string;
1418
+ /**
1419
+ * Object of validation rules for the input.
1420
+ */
1421
+ "validation"?: ValidationSchema;
1422
+ }
1423
+ interface TextInput {
1424
+ /**
1425
+ * Boolean. Determines if input should be readonly.
1426
+ */
1427
+ "autofilled"?: boolean;
1428
+ /**
1429
+ * State passed down from the parent element. Will trigger the input to check for validity.
1430
+ */
1431
+ "checkValidity"?: boolean;
1432
+ /**
1433
+ * Client custom styling via inline style
1434
+ */
1435
+ "clientStyling"?: string;
1436
+ /**
1437
+ * Default value for the input.
1438
+ */
1439
+ "defaultValue"?: string;
1440
+ /**
1441
+ * Name of input to be shown to the user.
1442
+ */
1443
+ "displayName"?: string;
1444
+ /**
1445
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1446
+ */
1447
+ "emitValue"?: boolean;
1448
+ /**
1449
+ * Boolean that triggers certain validation rules, for duplicated inputs.
1450
+ */
1451
+ "isDuplicateInput"?: boolean;
1452
+ /**
1453
+ * Currently selected language.
1454
+ */
1455
+ "language"?: string;
1456
+ /**
1457
+ * Name of the input.
1458
+ */
1459
+ "name"?: string;
1460
+ "onSendInputValue"?: (event: TextInputCustomEvent<InputValueEvent>) => void;
1461
+ "onSendValidityState"?: (event: TextInputCustomEvent<InputStateEvent>) => void;
1462
+ /**
1463
+ * Placeholder text to be shown.
1464
+ */
1465
+ "placeholder"?: string;
1466
+ /**
1467
+ * Tooltip text.
1468
+ */
1469
+ "tooltip"?: string;
1470
+ /**
1471
+ * Object of validation rules for the input.
1472
+ */
1473
+ "validation"?: ValidationSchema;
1474
+ }
1475
+ interface ToggleCheckboxInput {
1476
+ /**
1477
+ * Boolean. Determines if input should be readonly.
1478
+ */
1479
+ "autofilled"?: boolean;
1480
+ /**
1481
+ * Client custom styling via inline style
1482
+ */
1483
+ "clientStyling"?: string;
1484
+ /**
1485
+ * Default value for the input.
1486
+ */
1487
+ "defaultValue"?: string;
1488
+ /**
1489
+ * Name of input to be shown to the user.
1490
+ */
1491
+ "displayName"?: string;
1492
+ /**
1493
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1494
+ */
1495
+ "emitValue"?: boolean;
1496
+ /**
1497
+ * Currently selected language.
1498
+ */
1499
+ "language"?: string;
1500
+ /**
1501
+ * Name of the input.
1502
+ */
1503
+ "name"?: string;
1504
+ "onSendInputValue"?: (event: ToggleCheckboxInputCustomEvent<InputValueEvent>) => void;
1505
+ "onSendValidityState"?: (event: ToggleCheckboxInputCustomEvent<InputStateEvent>) => void;
1506
+ /**
1507
+ * Options of the input.
1508
+ */
1509
+ "options"?: RegCfgContentField[];
1510
+ /**
1511
+ * Tooltip text.
1512
+ */
1513
+ "tooltip"?: string;
1514
+ /**
1515
+ * Object of validation rules for the input.
1516
+ */
1517
+ "validation"?: ValidationSchema;
1518
+ }
1519
+ interface TwofaInput {
1520
+ /**
1521
+ * Client custom styling via inline style
1522
+ */
1523
+ "clientStyling"?: string;
1524
+ /**
1525
+ * destination where the code is sent, only for display purposes here
1526
+ */
1527
+ "destination"?: string;
1528
+ /**
1529
+ * Name of input to be shown to the user.
1530
+ */
1531
+ "displayName"?: string;
1532
+ /**
1533
+ * State passed down from the parent element. Will trigger the input to send it's value through an event.
1534
+ */
1535
+ "emitValue"?: boolean;
1536
+ /**
1537
+ * Currently selected language.
1538
+ */
1539
+ "language"?: string;
1540
+ /**
1541
+ * Name of the input.
1542
+ */
1543
+ "name"?: string;
1544
+ "onResendCode"?: (event: TwofaInputCustomEvent<void>) => void;
1545
+ "onSendInputValue"?: (event: TwofaInputCustomEvent<InputValueEvent>) => void;
1546
+ "onSendValidityState"?: (event: TwofaInputCustomEvent<InputStateEvent>) => void;
1547
+ /**
1548
+ * Placeholder text to be shown.
1549
+ */
1550
+ "placeholder"?: string;
1551
+ /**
1552
+ * code resend interval in seconds
1553
+ */
1554
+ "resendIntervalSeconds"?: number;
1555
+ /**
1556
+ * Tooltip text.
1557
+ */
1558
+ "tooltip"?: string;
1559
+ /**
1560
+ * Object of validation rules for the input.
1561
+ */
1562
+ "validation"?: ValidationSchema;
1563
+ }
1564
+ interface IntrinsicElements {
1565
+ "checkbox-group-input": CheckboxGroupInput;
1566
+ "checkbox-input": CheckboxInput;
1567
+ "date-input": DateInput;
1568
+ "email-input": EmailInput;
1569
+ "general-input-hsl": GeneralInputHsl;
1570
+ "number-input": NumberInput;
1571
+ "password-input": PasswordInput;
1572
+ "radio-input": RadioInput;
1573
+ "select-input": SelectInput;
1574
+ "tel-input": TelInput;
1575
+ "text-input": TextInput;
1576
+ "toggle-checkbox-input": ToggleCheckboxInput;
1577
+ "twofa-input": TwofaInput;
1578
+ }
1579
+ }
1580
+ export { LocalJSX as JSX };
1581
+ declare module "@stencil/core" {
1582
+ export namespace JSX {
1583
+ interface IntrinsicElements {
1584
+ "checkbox-group-input": LocalJSX.CheckboxGroupInput & JSXBase.HTMLAttributes<HTMLCheckboxGroupInputElement>;
1585
+ "checkbox-input": LocalJSX.CheckboxInput & JSXBase.HTMLAttributes<HTMLCheckboxInputElement>;
1586
+ "date-input": LocalJSX.DateInput & JSXBase.HTMLAttributes<HTMLDateInputElement>;
1587
+ "email-input": LocalJSX.EmailInput & JSXBase.HTMLAttributes<HTMLEmailInputElement>;
1588
+ "general-input-hsl": LocalJSX.GeneralInputHsl & JSXBase.HTMLAttributes<HTMLGeneralInputHslElement>;
1589
+ "number-input": LocalJSX.NumberInput & JSXBase.HTMLAttributes<HTMLNumberInputElement>;
1590
+ "password-input": LocalJSX.PasswordInput & JSXBase.HTMLAttributes<HTMLPasswordInputElement>;
1591
+ "radio-input": LocalJSX.RadioInput & JSXBase.HTMLAttributes<HTMLRadioInputElement>;
1592
+ "select-input": LocalJSX.SelectInput & JSXBase.HTMLAttributes<HTMLSelectInputElement>;
1593
+ "tel-input": LocalJSX.TelInput & JSXBase.HTMLAttributes<HTMLTelInputElement>;
1594
+ "text-input": LocalJSX.TextInput & JSXBase.HTMLAttributes<HTMLTextInputElement>;
1595
+ "toggle-checkbox-input": LocalJSX.ToggleCheckboxInput & JSXBase.HTMLAttributes<HTMLToggleCheckboxInputElement>;
1596
+ "twofa-input": LocalJSX.TwofaInput & JSXBase.HTMLAttributes<HTMLTwofaInputElement>;
1597
+ }
1598
+ }
1599
+ }