@haiilo/catalyst 5.4.0 → 6.0.0

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 (169) hide show
  1. package/dist/catalyst/catalyst.css +1071 -0
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/index.cdn.js +6 -0
  5. package/dist/catalyst/index.esm.js +2 -2
  6. package/dist/catalyst/index.esm.js.map +1 -1
  7. package/dist/catalyst/p-ad5fca6b.entry.js +10 -0
  8. package/dist/catalyst/p-ad5fca6b.entry.js.map +1 -0
  9. package/dist/catalyst/p-d7dc291a.js +2 -0
  10. package/dist/catalyst/p-d7dc291a.js.map +1 -0
  11. package/dist/catalyst/scss/index.scss +2 -0
  12. package/dist/catalyst/scss/vendor/_flatpickr.scss +314 -0
  13. package/dist/cjs/{cat-alert_27.cjs.entry.js → cat-alert_25.cjs.entry.js} +2922 -3480
  14. package/dist/cjs/cat-alert_25.cjs.entry.js.map +1 -0
  15. package/dist/cjs/{cat-icon-registry-228164a1.js → cat-icon-registry-6161e2ee.js} +14 -2
  16. package/dist/cjs/cat-icon-registry-6161e2ee.js.map +1 -0
  17. package/dist/cjs/catalyst.cjs.js +1 -1
  18. package/dist/cjs/index.cjs.js +12 -14
  19. package/dist/cjs/index.cjs.js.map +1 -1
  20. package/dist/cjs/loader.cjs.js +1 -1
  21. package/dist/collection/collection-manifest.json +0 -2
  22. package/dist/collection/components/cat-avatar/cat-avatar.js +5 -5
  23. package/dist/collection/components/cat-avatar/cat-avatar.js.map +1 -1
  24. package/dist/collection/components/cat-button/cat-button.js +5 -7
  25. package/dist/collection/components/cat-button/cat-button.js.map +1 -1
  26. package/dist/collection/components/cat-checkbox/cat-checkbox.js +39 -42
  27. package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
  28. package/dist/collection/components/cat-datepicker/cat-datepicker.config.js +22 -0
  29. package/dist/collection/components/cat-datepicker/cat-datepicker.config.js.map +1 -0
  30. package/dist/collection/components/cat-datepicker/cat-datepicker.css +6 -369
  31. package/dist/collection/components/cat-datepicker/cat-datepicker.js +110 -314
  32. package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
  33. package/dist/collection/components/cat-datepicker/cat-datepicker.locale.js +51 -0
  34. package/dist/collection/components/cat-datepicker/cat-datepicker.locale.js.map +1 -0
  35. package/dist/collection/components/cat-dropdown/cat-dropdown.js +6 -9
  36. package/dist/collection/components/cat-dropdown/cat-dropdown.js.map +1 -1
  37. package/dist/collection/components/cat-form-group/cat-form-group.js +4 -5
  38. package/dist/collection/components/cat-form-group/cat-form-group.js.map +1 -1
  39. package/dist/collection/components/cat-form-hint/cat-form-hint.js +2 -6
  40. package/dist/collection/components/cat-form-hint/cat-form-hint.js.map +1 -1
  41. package/dist/collection/components/cat-i18n/cat-i18n-registry.js +13 -1
  42. package/dist/collection/components/cat-i18n/cat-i18n-registry.js.map +1 -1
  43. package/dist/collection/components/cat-input/cat-input.css +0 -377
  44. package/dist/collection/components/cat-input/cat-input.js +14 -40
  45. package/dist/collection/components/cat-input/cat-input.js.map +1 -1
  46. package/dist/collection/components/cat-input/input-type.js.map +1 -1
  47. package/dist/collection/components/cat-notification/cat-notification.js +11 -13
  48. package/dist/collection/components/cat-notification/cat-notification.js.map +1 -1
  49. package/dist/collection/components/cat-pagination/cat-pagination.js +2 -2
  50. package/dist/collection/components/cat-pagination/cat-pagination.js.map +1 -1
  51. package/dist/collection/components/cat-radio/cat-radio.js +11 -36
  52. package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
  53. package/dist/collection/components/cat-radio-group/cat-radio-group.js +37 -11
  54. package/dist/collection/components/cat-radio-group/cat-radio-group.js.map +1 -1
  55. package/dist/collection/components/cat-scrollable/cat-scrollable.js +2 -3
  56. package/dist/collection/components/cat-scrollable/cat-scrollable.js.map +1 -1
  57. package/dist/collection/components/cat-select/cat-select.js +42 -53
  58. package/dist/collection/components/cat-select/cat-select.js.map +1 -1
  59. package/dist/collection/components/cat-select-demo/cat-select-demo.js +21 -25
  60. package/dist/collection/components/cat-select-demo/cat-select-demo.js.map +1 -1
  61. package/dist/collection/components/cat-tabs/cat-tabs.js +4 -7
  62. package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
  63. package/dist/collection/components/cat-textarea/cat-textarea.js +17 -21
  64. package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
  65. package/dist/collection/components/cat-toggle/cat-toggle.js +38 -41
  66. package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
  67. package/dist/collection/components/cat-tooltip/cat-tooltip.js +17 -22
  68. package/dist/collection/components/cat-tooltip/cat-tooltip.js.map +1 -1
  69. package/dist/collection/index.cdn.js +6 -0
  70. package/dist/collection/scss/index.scss +2 -0
  71. package/dist/collection/scss/vendor/_flatpickr.scss +314 -0
  72. package/dist/collection/utils/platform.js +1 -1
  73. package/dist/collection/utils/platform.js.map +1 -1
  74. package/dist/components/cat-avatar2.js +5 -5
  75. package/dist/components/cat-avatar2.js.map +1 -1
  76. package/dist/components/cat-button2.js +6 -8
  77. package/dist/components/cat-button2.js.map +1 -1
  78. package/dist/components/cat-checkbox2.js +14 -15
  79. package/dist/components/cat-checkbox2.js.map +1 -1
  80. package/dist/components/cat-datepicker.js +2725 -3028
  81. package/dist/components/cat-datepicker.js.map +1 -1
  82. package/dist/components/cat-dropdown2.js +6 -9
  83. package/dist/components/cat-dropdown2.js.map +1 -1
  84. package/dist/components/cat-form-group.js +4 -5
  85. package/dist/components/cat-form-group.js.map +1 -1
  86. package/dist/components/cat-form-hint.js +2 -6
  87. package/dist/components/cat-form-hint.js.map +1 -1
  88. package/dist/components/cat-i18n-registry.js +13 -1
  89. package/dist/components/cat-i18n-registry.js.map +1 -1
  90. package/dist/components/cat-input2.js +9 -16
  91. package/dist/components/cat-input2.js.map +1 -1
  92. package/dist/components/cat-pagination.js.map +1 -1
  93. package/dist/components/cat-radio-group.js +15 -9
  94. package/dist/components/cat-radio-group.js.map +1 -1
  95. package/dist/components/cat-radio.js +5 -12
  96. package/dist/components/cat-radio.js.map +1 -1
  97. package/dist/components/cat-scrollable2.js +2 -3
  98. package/dist/components/cat-scrollable2.js.map +1 -1
  99. package/dist/components/cat-select-demo.js +21 -25
  100. package/dist/components/cat-select-demo.js.map +1 -1
  101. package/dist/components/cat-select2.js +42 -53
  102. package/dist/components/cat-select2.js.map +1 -1
  103. package/dist/components/cat-tabs.js +4 -7
  104. package/dist/components/cat-tabs.js.map +1 -1
  105. package/dist/components/cat-textarea.js +11 -11
  106. package/dist/components/cat-textarea.js.map +1 -1
  107. package/dist/components/cat-toggle.js +14 -15
  108. package/dist/components/cat-toggle.js.map +1 -1
  109. package/dist/components/cat-tooltip.js +17 -22
  110. package/dist/components/cat-tooltip.js.map +1 -1
  111. package/dist/components/floating-ui.dom.esm.js +55 -68
  112. package/dist/components/floating-ui.dom.esm.js.map +1 -1
  113. package/dist/components/index.js +11 -13
  114. package/dist/components/index.js.map +1 -1
  115. package/dist/esm/{cat-alert_27.entry.js → cat-alert_25.entry.js} +2922 -3478
  116. package/dist/esm/cat-alert_25.entry.js.map +1 -0
  117. package/dist/esm/{cat-icon-registry-4bd597f4.js → cat-icon-registry-f15b29d9.js} +14 -2
  118. package/dist/esm/cat-icon-registry-f15b29d9.js.map +1 -0
  119. package/dist/esm/catalyst.js +1 -1
  120. package/dist/esm/index.js +13 -15
  121. package/dist/esm/index.js.map +1 -1
  122. package/dist/esm/loader.js +1 -1
  123. package/dist/types/@types/Intl.d.ts +3 -0
  124. package/dist/types/components/cat-checkbox/cat-checkbox.d.ts +11 -9
  125. package/dist/types/components/cat-datepicker/cat-datepicker.config.d.ts +1 -0
  126. package/dist/types/components/cat-datepicker/cat-datepicker.d.ts +21 -65
  127. package/dist/types/components/cat-datepicker/cat-datepicker.locale.d.ts +3 -0
  128. package/dist/types/components/cat-i18n/cat-i18n-registry.d.ts +3 -0
  129. package/dist/types/components/cat-input/cat-input.d.ts +2 -6
  130. package/dist/types/components/cat-input/input-type.d.ts +1 -1
  131. package/dist/types/components/cat-pagination/cat-pagination.d.ts +1 -1
  132. package/dist/types/components/cat-radio/cat-radio.d.ts +3 -7
  133. package/dist/types/components/cat-radio-group/cat-radio-group.d.ts +6 -1
  134. package/dist/types/components/cat-textarea/cat-textarea.d.ts +4 -4
  135. package/dist/types/components/cat-toggle/cat-toggle.d.ts +10 -8
  136. package/dist/types/components.d.ts +83 -417
  137. package/package.json +8 -10
  138. package/dist/catalyst/p-34e0cbba.entry.js +0 -10
  139. package/dist/catalyst/p-34e0cbba.entry.js.map +0 -1
  140. package/dist/catalyst/p-cf32399c.js +0 -2
  141. package/dist/catalyst/p-cf32399c.js.map +0 -1
  142. package/dist/cjs/cat-alert_27.cjs.entry.js.map +0 -1
  143. package/dist/cjs/cat-icon-registry-228164a1.js.map +0 -1
  144. package/dist/collection/components/cat-datepicker/datepicker-type.js +0 -8
  145. package/dist/collection/components/cat-datepicker/datepicker-type.js.map +0 -1
  146. package/dist/collection/components/cat-datepicker/dayjs.config.js +0 -8
  147. package/dist/collection/components/cat-datepicker/dayjs.config.js.map +0 -1
  148. package/dist/collection/components/cat-datepicker/vanillajs-datepicker.config.js +0 -46
  149. package/dist/collection/components/cat-datepicker/vanillajs-datepicker.config.js.map +0 -1
  150. package/dist/collection/components/cat-label/cat-label.css +0 -22
  151. package/dist/collection/components/cat-label/cat-label.js +0 -134
  152. package/dist/collection/components/cat-label/cat-label.js.map +0 -1
  153. package/dist/collection/components/cat-timepicker/cat-timepicker.css +0 -5
  154. package/dist/collection/components/cat-timepicker/cat-timepicker.js +0 -668
  155. package/dist/collection/components/cat-timepicker/cat-timepicker.js.map +0 -1
  156. package/dist/components/cat-label.d.ts +0 -11
  157. package/dist/components/cat-label.js +0 -73
  158. package/dist/components/cat-label.js.map +0 -1
  159. package/dist/components/cat-timepicker.d.ts +0 -11
  160. package/dist/components/cat-timepicker.js +0 -258
  161. package/dist/components/cat-timepicker.js.map +0 -1
  162. package/dist/esm/cat-alert_27.entry.js.map +0 -1
  163. package/dist/esm/cat-icon-registry-4bd597f4.js.map +0 -1
  164. package/dist/types/components/cat-datepicker/datepicker-type.d.ts +0 -7
  165. package/dist/types/components/cat-datepicker/datepicker.d.ts +0 -1
  166. package/dist/types/components/cat-datepicker/dayjs.config.d.ts +0 -3
  167. package/dist/types/components/cat-datepicker/vanillajs-datepicker.config.d.ts +0 -4
  168. package/dist/types/components/cat-label/cat-label.d.ts +0 -27
  169. package/dist/types/components/cat-timepicker/cat-timepicker.d.ts +0 -158
@@ -6,21 +6,17 @@
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { Breakpoint } from "./utils/breakpoints";
9
- import { DatepickerType } from "./components/cat-datepicker/datepicker-type";
10
9
  import { ErrorMap } from "./components/cat-form-hint/cat-form-hint";
11
10
  import { Placement } from "@floating-ui/dom";
12
11
  import { InputType } from "./components/cat-input/input-type";
13
12
  import { CatSelectConnector, CatSelectMultipleTaggingValue, CatSelectTaggingValue, Item } from "./components/cat-select/cat-select";
14
13
  import { Observable } from "rxjs";
15
- import { CatSelectMultipleTaggingValue as CatSelectMultipleTaggingValue1, CatSelectTaggingValue as CatSelectTaggingValue1 } from "./components/cat-select/cat-select";
16
14
  export { Breakpoint } from "./utils/breakpoints";
17
- export { DatepickerType } from "./components/cat-datepicker/datepicker-type";
18
15
  export { ErrorMap } from "./components/cat-form-hint/cat-form-hint";
19
16
  export { Placement } from "@floating-ui/dom";
20
17
  export { InputType } from "./components/cat-input/input-type";
21
18
  export { CatSelectConnector, CatSelectMultipleTaggingValue, CatSelectTaggingValue, Item } from "./components/cat-select/cat-select";
22
19
  export { Observable } from "rxjs";
23
- export { CatSelectMultipleTaggingValue as CatSelectMultipleTaggingValue1, CatSelectTaggingValue as CatSelectTaggingValue1 } from "./components/cat-select/cat-select";
24
20
  export namespace Components {
25
21
  /**
26
22
  * Informs user about important changes or conditions in the interface. Use this
@@ -235,10 +231,6 @@ export namespace Components {
235
231
  * Programmatically remove focus from the checkbox. Use this method instead of `input.blur()`.
236
232
  */
237
233
  "doBlur": () => Promise<void>;
238
- /**
239
- * Programmatically simulate a click on the checkbox.
240
- */
241
- "doClick": () => Promise<void>;
242
234
  /**
243
235
  * Programmatically move focus to the checkbox. Use this method instead of `input.focus()`.
244
236
  * @param options An optional object providing options to control aspects of the focusing process.
@@ -269,7 +261,7 @@ export namespace Components {
269
261
  */
270
262
  "labelLeft": boolean;
271
263
  /**
272
- * The name of the input
264
+ * The name of the input.
273
265
  */
274
266
  "name"?: string;
275
267
  /**
@@ -277,50 +269,37 @@ export namespace Components {
277
269
  */
278
270
  "nativeAttributes"?: { [key: string]: string };
279
271
  /**
280
- * Required state of the checkbox
272
+ * Required state of the checkbox.
281
273
  */
282
274
  "required": boolean;
283
275
  /**
284
- * The value of the checkbox
276
+ * The resolved value of the checkbox, based on the checked state and value.
285
277
  */
286
- "value"?: string | boolean;
278
+ "resolvedValue": string | boolean | null;
279
+ /**
280
+ * The value of the checkbox.
281
+ */
282
+ "value"?: string;
287
283
  }
288
- /**
289
- * Inputs are used to allow users to provide text input when the expected input
290
- * is short. As well as plain text, Input supports various types of text,
291
- * including passwords and numbers.
292
- */
293
284
  interface CatDatepicker {
294
285
  /**
295
286
  * Hint for form autofill feature.
296
287
  */
297
288
  "autoComplete"?: string;
298
- /**
299
- * Clear the input.
300
- */
301
- "clear": () => Promise<void>;
302
289
  /**
303
290
  * Whether the input should show a clear button.
304
291
  */
305
292
  "clearable": boolean;
306
- /**
307
- * Dates that should be disabled inside the picker
308
- */
309
- "datesDisabled": Array<Date> | Array<string>;
310
293
  /**
311
294
  * Whether the input is disabled.
312
295
  */
313
296
  "disabled": boolean;
314
297
  /**
315
- * Programmatically remove focus from the input. Use this method instead of `input.blur()`.
298
+ * Programmatically remove focus from the datepicker. Use this method instead of `input.blur()`.
316
299
  */
317
300
  "doBlur": () => Promise<void>;
318
301
  /**
319
- * Programmatically simulate a click on the input.
320
- */
321
- "doClick": () => Promise<void>;
322
- /**
323
- * Programmatically move focus to the input. Use this method instead of `input.focus()`.
302
+ * Programmatically move focus to the datepicker. Use this method instead of `input.focus()`.
324
303
  * @param options An optional object providing options to control aspects of the focusing process.
325
304
  */
326
305
  "doFocus": (options?: FocusOptions) => Promise<void>;
@@ -332,10 +311,6 @@ export namespace Components {
332
311
  * The validation errors for this input. Will render a hint under the input with the translated error message(s) `error.${key}`. If an object is passed, the keys will be used as error keys and the values translation parameters. If the value is `true`, the input will be marked as invalid without any hints under the input.
333
312
  */
334
313
  "errors"?: boolean | string[] | ErrorMap;
335
- /**
336
- * The date format after picker selection.
337
- */
338
- "format": string;
339
314
  /**
340
315
  * Optional hint text(s) to be displayed with the input.
341
316
  */
@@ -349,9 +324,9 @@ export namespace Components {
349
324
  */
350
325
  "icon"?: string;
351
326
  /**
352
- * Display the icon on the left.
327
+ * Display the icon on the right.
353
328
  */
354
- "iconLeft": boolean;
329
+ "iconRight": boolean;
355
330
  /**
356
331
  * A unique identifier for the input.
357
332
  */
@@ -365,13 +340,17 @@ export namespace Components {
365
340
  */
366
341
  "labelHidden": boolean;
367
342
  /**
368
- * A maximum value for date, time and numeric values.
343
+ * A maximum value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z.
369
344
  */
370
- "max"?: number | string;
345
+ "max"?: string;
371
346
  /**
372
- * A minimum value for date, time and numeric values.
347
+ * A minimum value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z.
373
348
  */
374
- "min"?: number | string;
349
+ "min"?: string;
350
+ /**
351
+ * The mode of the datepicker, to select a date, time, both, a date range or a week number.
352
+ */
353
+ "mode": 'date' | 'time' | 'datetime' | 'daterange' | 'week';
375
354
  /**
376
355
  * The name of the form control. Submitted with the form as part of a name/value pair.
377
356
  */
@@ -396,6 +375,10 @@ export namespace Components {
396
375
  * Whether the label need a marker to shown if the input is required or optional.
397
376
  */
398
377
  "requiredMarker": 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
378
+ /**
379
+ * The step size to use when changing the time.
380
+ */
381
+ "step": number;
399
382
  /**
400
383
  * A textual prefix to be displayed in the input.
401
384
  */
@@ -405,17 +388,9 @@ export namespace Components {
405
388
  */
406
389
  "textSuffix"?: string;
407
390
  /**
408
- * Type of datepicker ('date', 'week', 'month', 'year').
409
- */
410
- "type": DatepickerType;
411
- /**
412
- * The value of the control.
391
+ * The value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z or as a week number string.
413
392
  */
414
393
  "value"?: string;
415
- /**
416
- * Whether the picker should show the week numbers.
417
- */
418
- "weekNumbers": boolean;
419
394
  }
420
395
  interface CatDropdown {
421
396
  /**
@@ -497,10 +472,6 @@ export namespace Components {
497
472
  * Programmatically remove focus from the input. Use this method instead of `input.blur()`.
498
473
  */
499
474
  "doBlur": () => Promise<void>;
500
- /**
501
- * Programmatically simulate a click on the input.
502
- */
503
- "doClick": () => Promise<void>;
504
475
  /**
505
476
  * Programmatically move focus to the input. Use this method instead of `input.focus()`.
506
477
  * @param options An optional object providing options to control aspects of the focusing process.
@@ -601,29 +572,7 @@ export namespace Components {
601
572
  /**
602
573
  * The value of the control.
603
574
  */
604
- "value"?: string | number;
605
- }
606
- /**
607
- * Labels are used to provide a short description of an input or form element.
608
- * @deprecated Use label attribute of form elements instead.
609
- */
610
- interface CatLabel {
611
- /**
612
- * The unique identifier for a referenced input.
613
- */
614
- "for"?: string;
615
- /**
616
- * Whether the label is on top or left.
617
- */
618
- "horizontal": boolean;
619
- /**
620
- * A value is required or must be check for the form to be submittable.
621
- */
622
- "required": boolean;
623
- /**
624
- * Whether the label need a marker to shown if the input is required or optional.
625
- */
626
- "requiredMarker": 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
575
+ "value"?: string;
627
576
  }
628
577
  /**
629
578
  * A navigation component to switch between different pages of paged chunks of
@@ -691,10 +640,6 @@ export namespace Components {
691
640
  * Programmatically remove focus from the radio button. Use this method instead of `input.blur()`.
692
641
  */
693
642
  "doBlur": () => Promise<void>;
694
- /**
695
- * Programmatically simulate a click on the radio button.
696
- */
697
- "doClick": () => Promise<void>;
698
643
  /**
699
644
  * Programmatically move focus to the radio button. Use this method instead of `input.focus()`.
700
645
  * @param options An optional object providing options to control aspects of the focusing process.
@@ -735,7 +680,7 @@ export namespace Components {
735
680
  /**
736
681
  * The value of the radio component.
737
682
  */
738
- "value"?: string;
683
+ "value": string;
739
684
  }
740
685
  /**
741
686
  * A group of radio buttons.
@@ -980,6 +925,10 @@ export namespace Components {
980
925
  * input component.
981
926
  */
982
927
  interface CatTextarea {
928
+ /**
929
+ * Clear the textarea.
930
+ */
931
+ "clear": () => Promise<void>;
983
932
  /**
984
933
  * Whether the textarea is disabled.
985
934
  */
@@ -988,10 +937,6 @@ export namespace Components {
988
937
  * Programmatically remove focus from the textarea. Use this method instead of `textarea.blur()`.
989
938
  */
990
939
  "doBlur": () => Promise<void>;
991
- /**
992
- * Programmatically simulate a click on the textarea.
993
- */
994
- "doClick": () => Promise<void>;
995
940
  /**
996
941
  * Programmatically move focus to the textarea. Use this method instead of `textarea.focus()`.
997
942
  * @param options An optional object providing options to control aspects of the focusing process.
@@ -1064,102 +1009,7 @@ export namespace Components {
1064
1009
  /**
1065
1010
  * The initial value of the control.
1066
1011
  */
1067
- "value"?: string | number;
1068
- }
1069
- /**
1070
- * Inputs are used to allow users to provide text input when the expected input
1071
- * is short. As well as plain text, Input supports various types of text,
1072
- * including passwords and numbers.
1073
- */
1074
- interface CatTimepicker {
1075
- /**
1076
- * Whether the select should show a clear button.
1077
- */
1078
- "clearable": boolean;
1079
- /**
1080
- * Whether the input is disabled.
1081
- */
1082
- "disabled": boolean;
1083
- /**
1084
- * Fine-grained control over when the errors are shown. Can be `false` to never show errors, `true` to show errors on blur, or a number to show errors on change with the given delay in milliseconds.
1085
- */
1086
- "errorUpdate": boolean | number;
1087
- /**
1088
- * The validation errors for this input. Will render a hint under the input with the translated error message(s) `error.${key}`. If an object is passed, the keys will be used as error keys and the values translation parameters. If the value is `true`, the input will be marked as invalid without any hints under the input.
1089
- */
1090
- "errors"?: boolean | string[] | ErrorMap;
1091
- /**
1092
- * Optional hint text(s) to be displayed with the input.
1093
- */
1094
- "hint"?: string | string[];
1095
- /**
1096
- * Whether the label is on top or left.
1097
- */
1098
- "horizontal": boolean;
1099
- /**
1100
- * Attributes that will be added to the native HTML input element.
1101
- */
1102
- "hourShort": boolean;
1103
- /**
1104
- * A unique identifier for the input.
1105
- */
1106
- "identifier"?: string;
1107
- /**
1108
- * The label for the input.
1109
- */
1110
- "label": string;
1111
- /**
1112
- * Visually hide the label, but still show it to assistive technologies like screen readers.
1113
- */
1114
- "labelHidden": boolean;
1115
- /**
1116
- * A maximum value for date, time and numeric values.
1117
- */
1118
- "max"?: string;
1119
- /**
1120
- * A minimum value for date, time and numeric values.
1121
- */
1122
- "min"?: string;
1123
- /**
1124
- * Attributes that will be added to the native HTML input element.
1125
- */
1126
- "minutesStep": number;
1127
- /**
1128
- * Enable multiple selection.
1129
- */
1130
- "multiple": boolean;
1131
- /**
1132
- * The name of the form control. Submitted with the form as part of a name/value pair.
1133
- */
1134
- "name"?: string;
1135
- /**
1136
- * Attributes that will be added to the native HTML input element.
1137
- */
1138
- "nativeAttributes"?: { [key: string]: string };
1139
- /**
1140
- * The text to display in the dropdown if no results are found.
1141
- */
1142
- "noItems"?: string;
1143
- /**
1144
- * The placeholder text to display within the select.
1145
- */
1146
- "placeholder"?: string;
1147
- /**
1148
- * The placement of the select.
1149
- */
1150
- "placement": Placement;
1151
- /**
1152
- * A value is required or must be checked for the form to be submittable.
1153
- */
1154
- "required": boolean;
1155
- /**
1156
- * Whether the label need a marker to shown if the input is required or optional.
1157
- */
1158
- "requiredMarker": 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
1159
- /**
1160
- * The value of the select. <br /> <br /> The value of the select depends on whether it is allowed to choose a single item or several items. <br /> When only one item can be selected, the value is the id of the item, in case several items can be selected, the value is an array of ids of the selected items. <br /> <br /> In case the user can add new items to the select (tags activated), the value in the single select is an object (CatSelectTaggingValue) with the id of the item or the name of the created item, in the case of multiple select, it is an object (CatSelectMultipleTaggingValue) with the array of the ids of the items selected and the array of the names of the items created
1161
- */
1162
- "value"?: string | string[] | CatSelectTaggingValue1 | CatSelectMultipleTaggingValue1;
1012
+ "value"?: string;
1163
1013
  }
1164
1014
  /**
1165
1015
  * Toggles are graphical interface switches that give user control over a
@@ -1178,10 +1028,6 @@ export namespace Components {
1178
1028
  * Programmatically remove focus from the toggle. Use this method instead of `input.blur()`.
1179
1029
  */
1180
1030
  "doBlur": () => Promise<void>;
1181
- /**
1182
- * Programmatically simulate a click on the toggle.
1183
- */
1184
- "doClick": () => Promise<void>;
1185
1031
  /**
1186
1032
  * Programmatically move focus to the toggle. Use this method instead of `input.focus()`.
1187
1033
  * @param options An optional object providing options to control aspects of the focusing process.
@@ -1208,7 +1054,7 @@ export namespace Components {
1208
1054
  */
1209
1055
  "labelLeft": boolean;
1210
1056
  /**
1211
- * The name of the input
1057
+ * The name of the input.
1212
1058
  */
1213
1059
  "name"?: string;
1214
1060
  /**
@@ -1220,9 +1066,13 @@ export namespace Components {
1220
1066
  */
1221
1067
  "required": boolean;
1222
1068
  /**
1223
- * The value of the toggle
1069
+ * The resolved value of the toggle, based on the checked state and value.
1224
1070
  */
1225
- "value"?: string | boolean;
1071
+ "resolvedValue": string | boolean | null;
1072
+ /**
1073
+ * The value of the toggle.
1074
+ */
1075
+ "value"?: string;
1226
1076
  }
1227
1077
  interface CatTooltip {
1228
1078
  /**
@@ -1307,10 +1157,6 @@ export interface CatTextareaCustomEvent<T> extends CustomEvent<T> {
1307
1157
  detail: T;
1308
1158
  target: HTMLCatTextareaElement;
1309
1159
  }
1310
- export interface CatTimepickerCustomEvent<T> extends CustomEvent<T> {
1311
- detail: T;
1312
- target: HTMLCatTimepickerElement;
1313
- }
1314
1160
  export interface CatToggleCustomEvent<T> extends CustomEvent<T> {
1315
1161
  detail: T;
1316
1162
  target: HTMLCatToggleElement;
@@ -1381,11 +1227,6 @@ declare global {
1381
1227
  prototype: HTMLCatCheckboxElement;
1382
1228
  new (): HTMLCatCheckboxElement;
1383
1229
  };
1384
- /**
1385
- * Inputs are used to allow users to provide text input when the expected input
1386
- * is short. As well as plain text, Input supports various types of text,
1387
- * including passwords and numbers.
1388
- */
1389
1230
  interface HTMLCatDatepickerElement extends Components.CatDatepicker, HTMLStencilElement {
1390
1231
  }
1391
1232
  var HTMLCatDatepickerElement: {
@@ -1425,16 +1266,6 @@ declare global {
1425
1266
  prototype: HTMLCatInputElement;
1426
1267
  new (): HTMLCatInputElement;
1427
1268
  };
1428
- /**
1429
- * Labels are used to provide a short description of an input or form element.
1430
- * @deprecated Use label attribute of form elements instead.
1431
- */
1432
- interface HTMLCatLabelElement extends Components.CatLabel, HTMLStencilElement {
1433
- }
1434
- var HTMLCatLabelElement: {
1435
- prototype: HTMLCatLabelElement;
1436
- new (): HTMLCatLabelElement;
1437
- };
1438
1269
  /**
1439
1270
  * A navigation component to switch between different pages of paged chunks of
1440
1271
  * data such as a table. Pagination is built with list HTML elements and a
@@ -1541,17 +1372,6 @@ declare global {
1541
1372
  prototype: HTMLCatTextareaElement;
1542
1373
  new (): HTMLCatTextareaElement;
1543
1374
  };
1544
- /**
1545
- * Inputs are used to allow users to provide text input when the expected input
1546
- * is short. As well as plain text, Input supports various types of text,
1547
- * including passwords and numbers.
1548
- */
1549
- interface HTMLCatTimepickerElement extends Components.CatTimepicker, HTMLStencilElement {
1550
- }
1551
- var HTMLCatTimepickerElement: {
1552
- prototype: HTMLCatTimepickerElement;
1553
- new (): HTMLCatTimepickerElement;
1554
- };
1555
1375
  /**
1556
1376
  * Toggles are graphical interface switches that give user control over a
1557
1377
  * feature or option that can be turned on or off.
@@ -1581,7 +1401,6 @@ declare global {
1581
1401
  "cat-form-group": HTMLCatFormGroupElement;
1582
1402
  "cat-icon": HTMLCatIconElement;
1583
1403
  "cat-input": HTMLCatInputElement;
1584
- "cat-label": HTMLCatLabelElement;
1585
1404
  "cat-pagination": HTMLCatPaginationElement;
1586
1405
  "cat-radio": HTMLCatRadioElement;
1587
1406
  "cat-radio-group": HTMLCatRadioGroupElement;
@@ -1593,7 +1412,6 @@ declare global {
1593
1412
  "cat-tab": HTMLCatTabElement;
1594
1413
  "cat-tabs": HTMLCatTabsElement;
1595
1414
  "cat-textarea": HTMLCatTextareaElement;
1596
- "cat-timepicker": HTMLCatTimepickerElement;
1597
1415
  "cat-toggle": HTMLCatToggleElement;
1598
1416
  "cat-tooltip": HTMLCatTooltipElement;
1599
1417
  }
@@ -1832,7 +1650,7 @@ declare namespace LocalJSX {
1832
1650
  */
1833
1651
  "labelLeft"?: boolean;
1834
1652
  /**
1835
- * The name of the input
1653
+ * The name of the input.
1836
1654
  */
1837
1655
  "name"?: string;
1838
1656
  /**
@@ -1846,25 +1664,24 @@ declare namespace LocalJSX {
1846
1664
  /**
1847
1665
  * Emitted when the checked status of the checkbox is changed.
1848
1666
  */
1849
- "onCatChange"?: (event: CatCheckboxCustomEvent<InputEvent>) => void;
1667
+ "onCatChange"?: (event: CatCheckboxCustomEvent<boolean | string | null>) => void;
1850
1668
  /**
1851
1669
  * Emitted when the checkbox received focus.
1852
1670
  */
1853
1671
  "onCatFocus"?: (event: CatCheckboxCustomEvent<FocusEvent>) => void;
1854
1672
  /**
1855
- * Required state of the checkbox
1673
+ * Required state of the checkbox.
1856
1674
  */
1857
1675
  "required"?: boolean;
1858
1676
  /**
1859
- * The value of the checkbox
1677
+ * The resolved value of the checkbox, based on the checked state and value.
1678
+ */
1679
+ "resolvedValue"?: string | boolean | null;
1680
+ /**
1681
+ * The value of the checkbox.
1860
1682
  */
1861
- "value"?: string | boolean;
1683
+ "value"?: string;
1862
1684
  }
1863
- /**
1864
- * Inputs are used to allow users to provide text input when the expected input
1865
- * is short. As well as plain text, Input supports various types of text,
1866
- * including passwords and numbers.
1867
- */
1868
1685
  interface CatDatepicker {
1869
1686
  /**
1870
1687
  * Hint for form autofill feature.
@@ -1874,10 +1691,6 @@ declare namespace LocalJSX {
1874
1691
  * Whether the input should show a clear button.
1875
1692
  */
1876
1693
  "clearable"?: boolean;
1877
- /**
1878
- * Dates that should be disabled inside the picker
1879
- */
1880
- "datesDisabled": Array<Date> | Array<string>;
1881
1694
  /**
1882
1695
  * Whether the input is disabled.
1883
1696
  */
@@ -1890,10 +1703,6 @@ declare namespace LocalJSX {
1890
1703
  * The validation errors for this input. Will render a hint under the input with the translated error message(s) `error.${key}`. If an object is passed, the keys will be used as error keys and the values translation parameters. If the value is `true`, the input will be marked as invalid without any hints under the input.
1891
1704
  */
1892
1705
  "errors"?: boolean | string[] | ErrorMap;
1893
- /**
1894
- * The date format after picker selection.
1895
- */
1896
- "format"?: string;
1897
1706
  /**
1898
1707
  * Optional hint text(s) to be displayed with the input.
1899
1708
  */
@@ -1907,9 +1716,9 @@ declare namespace LocalJSX {
1907
1716
  */
1908
1717
  "icon"?: string;
1909
1718
  /**
1910
- * Display the icon on the left.
1719
+ * Display the icon on the right.
1911
1720
  */
1912
- "iconLeft"?: boolean;
1721
+ "iconRight"?: boolean;
1913
1722
  /**
1914
1723
  * A unique identifier for the input.
1915
1724
  */
@@ -1923,13 +1732,17 @@ declare namespace LocalJSX {
1923
1732
  */
1924
1733
  "labelHidden"?: boolean;
1925
1734
  /**
1926
- * A maximum value for date, time and numeric values.
1735
+ * A maximum value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z.
1927
1736
  */
1928
- "max"?: number | string;
1737
+ "max"?: string;
1929
1738
  /**
1930
- * A minimum value for date, time and numeric values.
1739
+ * A minimum value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z.
1931
1740
  */
1932
- "min"?: number | string;
1741
+ "min"?: string;
1742
+ /**
1743
+ * The mode of the datepicker, to select a date, time, both, a date range or a week number.
1744
+ */
1745
+ "mode"?: 'date' | 'time' | 'datetime' | 'daterange' | 'week';
1933
1746
  /**
1934
1747
  * The name of the form control. Submitted with the form as part of a name/value pair.
1935
1748
  */
@@ -1945,7 +1758,7 @@ declare namespace LocalJSX {
1945
1758
  /**
1946
1759
  * Emitted when the value is changed.
1947
1760
  */
1948
- "onCatChange"?: (event: CatDatepickerCustomEvent<InputEvent>) => void;
1761
+ "onCatChange"?: (event: CatDatepickerCustomEvent<string>) => void;
1949
1762
  /**
1950
1763
  * Emitted when the input received focus.
1951
1764
  */
@@ -1966,6 +1779,10 @@ declare namespace LocalJSX {
1966
1779
  * Whether the label need a marker to shown if the input is required or optional.
1967
1780
  */
1968
1781
  "requiredMarker"?: 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
1782
+ /**
1783
+ * The step size to use when changing the time.
1784
+ */
1785
+ "step"?: number;
1969
1786
  /**
1970
1787
  * A textual prefix to be displayed in the input.
1971
1788
  */
@@ -1975,17 +1792,9 @@ declare namespace LocalJSX {
1975
1792
  */
1976
1793
  "textSuffix"?: string;
1977
1794
  /**
1978
- * Type of datepicker ('date', 'week', 'month', 'year').
1979
- */
1980
- "type"?: DatepickerType;
1981
- /**
1982
- * The value of the control.
1795
+ * The value as ISO Date string, e.g. 2017-03-04T01:23:43.000Z or as a week number string.
1983
1796
  */
1984
1797
  "value"?: string;
1985
- /**
1986
- * Whether the picker should show the week numbers.
1987
- */
1988
- "weekNumbers"?: boolean;
1989
1798
  }
1990
1799
  interface CatDropdown {
1991
1800
  /**
@@ -2130,7 +1939,7 @@ declare namespace LocalJSX {
2130
1939
  /**
2131
1940
  * Emitted when the value is changed.
2132
1941
  */
2133
- "onCatChange"?: (event: CatInputCustomEvent<InputEvent>) => void;
1942
+ "onCatChange"?: (event: CatInputCustomEvent<string>) => void;
2134
1943
  /**
2135
1944
  * Emitted when the input received focus.
2136
1945
  */
@@ -2170,29 +1979,7 @@ declare namespace LocalJSX {
2170
1979
  /**
2171
1980
  * The value of the control.
2172
1981
  */
2173
- "value"?: string | number;
2174
- }
2175
- /**
2176
- * Labels are used to provide a short description of an input or form element.
2177
- * @deprecated Use label attribute of form elements instead.
2178
- */
2179
- interface CatLabel {
2180
- /**
2181
- * The unique identifier for a referenced input.
2182
- */
2183
- "for"?: string;
2184
- /**
2185
- * Whether the label is on top or left.
2186
- */
2187
- "horizontal"?: boolean;
2188
- /**
2189
- * A value is required or must be check for the form to be submittable.
2190
- */
2191
- "required"?: boolean;
2192
- /**
2193
- * Whether the label need a marker to shown if the input is required or optional.
2194
- */
2195
- "requiredMarker"?: 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
1982
+ "value"?: string;
2196
1983
  }
2197
1984
  /**
2198
1985
  * A navigation component to switch between different pages of paged chunks of
@@ -2221,7 +2008,7 @@ declare namespace LocalJSX {
2221
2008
  /**
2222
2009
  * Emitted when the page of the pagination has changed.
2223
2010
  */
2224
- "onCatChange"?: (event: CatPaginationCustomEvent<any>) => void;
2011
+ "onCatChange"?: (event: CatPaginationCustomEvent<number>) => void;
2225
2012
  /**
2226
2013
  * The current page.
2227
2014
  */
@@ -2295,7 +2082,7 @@ declare namespace LocalJSX {
2295
2082
  /**
2296
2083
  * Emitted when the radio is changed.
2297
2084
  */
2298
- "onCatChange"?: (event: CatRadioCustomEvent<InputEvent>) => void;
2085
+ "onCatChange"?: (event: CatRadioCustomEvent<boolean | string>) => void;
2299
2086
  /**
2300
2087
  * Emitted when the radio received focus.
2301
2088
  */
@@ -2336,7 +2123,11 @@ declare namespace LocalJSX {
2336
2123
  /**
2337
2124
  * Emitted when the value is changed.
2338
2125
  */
2339
- "onCatChange"?: (event: CatRadioGroupCustomEvent<InputEvent>) => void;
2126
+ "onCatChange"?: (event: CatRadioGroupCustomEvent<boolean | string>) => void;
2127
+ /**
2128
+ * Emitted when the radio group received focus.
2129
+ */
2130
+ "onCatFocus"?: (event: CatRadioGroupCustomEvent<FocusEvent>) => void;
2340
2131
  /**
2341
2132
  * The value of the radio group.
2342
2133
  */
@@ -2646,7 +2437,7 @@ declare namespace LocalJSX {
2646
2437
  /**
2647
2438
  * Emitted when the value is changed.
2648
2439
  */
2649
- "onCatChange"?: (event: CatTextareaCustomEvent<InputEvent>) => void;
2440
+ "onCatChange"?: (event: CatTextareaCustomEvent<string>) => void;
2650
2441
  /**
2651
2442
  * Emitted when the textarea received focus.
2652
2443
  */
@@ -2674,118 +2465,7 @@ declare namespace LocalJSX {
2674
2465
  /**
2675
2466
  * The initial value of the control.
2676
2467
  */
2677
- "value"?: string | number;
2678
- }
2679
- /**
2680
- * Inputs are used to allow users to provide text input when the expected input
2681
- * is short. As well as plain text, Input supports various types of text,
2682
- * including passwords and numbers.
2683
- */
2684
- interface CatTimepicker {
2685
- /**
2686
- * Whether the select should show a clear button.
2687
- */
2688
- "clearable"?: boolean;
2689
- /**
2690
- * Whether the input is disabled.
2691
- */
2692
- "disabled"?: boolean;
2693
- /**
2694
- * Fine-grained control over when the errors are shown. Can be `false` to never show errors, `true` to show errors on blur, or a number to show errors on change with the given delay in milliseconds.
2695
- */
2696
- "errorUpdate"?: boolean | number;
2697
- /**
2698
- * The validation errors for this input. Will render a hint under the input with the translated error message(s) `error.${key}`. If an object is passed, the keys will be used as error keys and the values translation parameters. If the value is `true`, the input will be marked as invalid without any hints under the input.
2699
- */
2700
- "errors"?: boolean | string[] | ErrorMap;
2701
- /**
2702
- * Optional hint text(s) to be displayed with the input.
2703
- */
2704
- "hint"?: string | string[];
2705
- /**
2706
- * Whether the label is on top or left.
2707
- */
2708
- "horizontal"?: boolean;
2709
- /**
2710
- * Attributes that will be added to the native HTML input element.
2711
- */
2712
- "hourShort"?: boolean;
2713
- /**
2714
- * A unique identifier for the input.
2715
- */
2716
- "identifier"?: string;
2717
- /**
2718
- * The label for the input.
2719
- */
2720
- "label"?: string;
2721
- /**
2722
- * Visually hide the label, but still show it to assistive technologies like screen readers.
2723
- */
2724
- "labelHidden"?: boolean;
2725
- /**
2726
- * A maximum value for date, time and numeric values.
2727
- */
2728
- "max"?: string;
2729
- /**
2730
- * A minimum value for date, time and numeric values.
2731
- */
2732
- "min"?: string;
2733
- /**
2734
- * Attributes that will be added to the native HTML input element.
2735
- */
2736
- "minutesStep"?: number;
2737
- /**
2738
- * Enable multiple selection.
2739
- */
2740
- "multiple"?: boolean;
2741
- /**
2742
- * The name of the form control. Submitted with the form as part of a name/value pair.
2743
- */
2744
- "name"?: string;
2745
- /**
2746
- * Attributes that will be added to the native HTML input element.
2747
- */
2748
- "nativeAttributes"?: { [key: string]: string };
2749
- /**
2750
- * The text to display in the dropdown if no results are found.
2751
- */
2752
- "noItems"?: string;
2753
- /**
2754
- * Emitted when the select loses the focus.
2755
- */
2756
- "onCatBlur"?: (event: CatTimepickerCustomEvent<FocusEvent>) => void;
2757
- /**
2758
- * Emitted when the value is changed.
2759
- */
2760
- "onCatChange"?: (event: CatTimepickerCustomEvent<any>) => void;
2761
- /**
2762
- * Emitted when the select dropdown is closed.
2763
- */
2764
- "onCatClose"?: (event: CatTimepickerCustomEvent<FocusEvent>) => void;
2765
- /**
2766
- * Emitted when the select dropdown is opened.
2767
- */
2768
- "onCatOpen"?: (event: CatTimepickerCustomEvent<FocusEvent>) => void;
2769
- /**
2770
- * The placeholder text to display within the select.
2771
- */
2772
- "placeholder"?: string;
2773
- /**
2774
- * The placement of the select.
2775
- */
2776
- "placement"?: Placement;
2777
- /**
2778
- * A value is required or must be checked for the form to be submittable.
2779
- */
2780
- "required"?: boolean;
2781
- /**
2782
- * Whether the label need a marker to shown if the input is required or optional.
2783
- */
2784
- "requiredMarker"?: 'none' | 'required' | 'optional' | 'none!' | 'optional!' | 'required!';
2785
- /**
2786
- * The value of the select. <br /> <br /> The value of the select depends on whether it is allowed to choose a single item or several items. <br /> When only one item can be selected, the value is the id of the item, in case several items can be selected, the value is an array of ids of the selected items. <br /> <br /> In case the user can add new items to the select (tags activated), the value in the single select is an object (CatSelectTaggingValue) with the id of the item or the name of the created item, in the case of multiple select, it is an object (CatSelectMultipleTaggingValue) with the array of the ids of the items selected and the array of the names of the items created
2787
- */
2788
- "value"?: string | string[] | CatSelectTaggingValue1 | CatSelectMultipleTaggingValue1;
2468
+ "value"?: string;
2789
2469
  }
2790
2470
  /**
2791
2471
  * Toggles are graphical interface switches that give user control over a
@@ -2821,7 +2501,7 @@ declare namespace LocalJSX {
2821
2501
  */
2822
2502
  "labelLeft"?: boolean;
2823
2503
  /**
2824
- * The name of the input
2504
+ * The name of the input.
2825
2505
  */
2826
2506
  "name"?: string;
2827
2507
  /**
@@ -2835,7 +2515,7 @@ declare namespace LocalJSX {
2835
2515
  /**
2836
2516
  * Emitted when the checked status of the toggle is changed.
2837
2517
  */
2838
- "onCatChange"?: (event: CatToggleCustomEvent<InputEvent>) => void;
2518
+ "onCatChange"?: (event: CatToggleCustomEvent<boolean | string | null>) => void;
2839
2519
  /**
2840
2520
  * Emitted when the toggle received focus.
2841
2521
  */
@@ -2845,9 +2525,13 @@ declare namespace LocalJSX {
2845
2525
  */
2846
2526
  "required"?: boolean;
2847
2527
  /**
2848
- * The value of the toggle
2528
+ * The resolved value of the toggle, based on the checked state and value.
2529
+ */
2530
+ "resolvedValue"?: string | boolean | null;
2531
+ /**
2532
+ * The value of the toggle.
2849
2533
  */
2850
- "value"?: string | boolean;
2534
+ "value"?: string;
2851
2535
  }
2852
2536
  interface CatTooltip {
2853
2537
  /**
@@ -2896,7 +2580,6 @@ declare namespace LocalJSX {
2896
2580
  "cat-form-group": CatFormGroup;
2897
2581
  "cat-icon": CatIcon;
2898
2582
  "cat-input": CatInput;
2899
- "cat-label": CatLabel;
2900
2583
  "cat-pagination": CatPagination;
2901
2584
  "cat-radio": CatRadio;
2902
2585
  "cat-radio-group": CatRadioGroup;
@@ -2908,7 +2591,6 @@ declare namespace LocalJSX {
2908
2591
  "cat-tab": CatTab;
2909
2592
  "cat-tabs": CatTabs;
2910
2593
  "cat-textarea": CatTextarea;
2911
- "cat-timepicker": CatTimepicker;
2912
2594
  "cat-toggle": CatToggle;
2913
2595
  "cat-tooltip": CatTooltip;
2914
2596
  }
@@ -2947,11 +2629,6 @@ declare module "@stencil/core" {
2947
2629
  * number of options.
2948
2630
  */
2949
2631
  "cat-checkbox": LocalJSX.CatCheckbox & JSXBase.HTMLAttributes<HTMLCatCheckboxElement>;
2950
- /**
2951
- * Inputs are used to allow users to provide text input when the expected input
2952
- * is short. As well as plain text, Input supports various types of text,
2953
- * including passwords and numbers.
2954
- */
2955
2632
  "cat-datepicker": LocalJSX.CatDatepicker & JSXBase.HTMLAttributes<HTMLCatDatepickerElement>;
2956
2633
  "cat-dropdown": LocalJSX.CatDropdown & JSXBase.HTMLAttributes<HTMLCatDropdownElement>;
2957
2634
  "cat-form-group": LocalJSX.CatFormGroup & JSXBase.HTMLAttributes<HTMLCatFormGroupElement>;
@@ -2966,11 +2643,6 @@ declare module "@stencil/core" {
2966
2643
  * including passwords and numbers.
2967
2644
  */
2968
2645
  "cat-input": LocalJSX.CatInput & JSXBase.HTMLAttributes<HTMLCatInputElement>;
2969
- /**
2970
- * Labels are used to provide a short description of an input or form element.
2971
- * @deprecated Use label attribute of form elements instead.
2972
- */
2973
- "cat-label": LocalJSX.CatLabel & JSXBase.HTMLAttributes<HTMLCatLabelElement>;
2974
2646
  /**
2975
2647
  * A navigation component to switch between different pages of paged chunks of
2976
2648
  * data such as a table. Pagination is built with list HTML elements and a
@@ -3022,12 +2694,6 @@ declare module "@stencil/core" {
3022
2694
  * input component.
3023
2695
  */
3024
2696
  "cat-textarea": LocalJSX.CatTextarea & JSXBase.HTMLAttributes<HTMLCatTextareaElement>;
3025
- /**
3026
- * Inputs are used to allow users to provide text input when the expected input
3027
- * is short. As well as plain text, Input supports various types of text,
3028
- * including passwords and numbers.
3029
- */
3030
- "cat-timepicker": LocalJSX.CatTimepicker & JSXBase.HTMLAttributes<HTMLCatTimepickerElement>;
3031
2697
  /**
3032
2698
  * Toggles are graphical interface switches that give user control over a
3033
2699
  * feature or option that can be turned on or off.