@public-ui/react-hook-form-adapter 3.0.9-rc.1 → 3.0.9-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2481,7 +2481,7 @@ declare namespace Components {
2481
2481
  */
2482
2482
  "_type"?: ButtonTypePropType;
2483
2483
  /**
2484
- * Defines the value that the button emits on click.
2484
+ * Defines the value of the element.
2485
2485
  */
2486
2486
  "_value"?: StencilUnknown;
2487
2487
  /**
@@ -2583,7 +2583,7 @@ declare namespace Components {
2583
2583
  */
2584
2584
  "_type"?: ButtonTypePropType;
2585
2585
  /**
2586
- * Defines the value that the button emits on click.
2586
+ * Defines the value of the element.
2587
2587
  */
2588
2588
  "_value"?: StencilUnknown;
2589
2589
  /**
@@ -2698,7 +2698,7 @@ declare namespace Components {
2698
2698
  */
2699
2699
  "_type"?: ButtonTypePropType;
2700
2700
  /**
2701
- * Defines the value that the button emits on click.
2701
+ * Defines the value of the element.
2702
2702
  */
2703
2703
  "_value"?: StencilUnknown;
2704
2704
  /**
@@ -2839,7 +2839,7 @@ declare namespace Components {
2839
2839
  */
2840
2840
  "_touched"?: boolean;
2841
2841
  /**
2842
- * Defines the value of the input.
2842
+ * Defines the value of the element.
2843
2843
  */
2844
2844
  "_value"?: string;
2845
2845
  /**
@@ -3075,7 +3075,7 @@ declare namespace Components {
3075
3075
  */
3076
3076
  "_touched"?: boolean;
3077
3077
  /**
3078
- * Defines the value of the input.
3078
+ * Defines the value of the element.
3079
3079
  * @default true
3080
3080
  */
3081
3081
  "_value": StencilUnknown;
@@ -3179,7 +3179,7 @@ declare namespace Components {
3179
3179
  */
3180
3180
  "_touched"?: boolean;
3181
3181
  /**
3182
- * Defines the value of the input.
3182
+ * Defines the value of the element.
3183
3183
  */
3184
3184
  "_value"?: string;
3185
3185
  /**
@@ -3238,7 +3238,7 @@ declare namespace Components {
3238
3238
  */
3239
3239
  "_label": LabelWithExpertSlotPropType;
3240
3240
  /**
3241
- * Defines the largest possible input value.
3241
+ * Defines the maximum value of the element.
3242
3242
  */
3243
3243
  "_max"?: Iso8601 | Date;
3244
3244
  /**
@@ -3306,7 +3306,7 @@ declare namespace Components {
3306
3306
  */
3307
3307
  "_type": InputDateTypePropType;
3308
3308
  /**
3309
- * Defines the value of the input.
3309
+ * Defines the value of the element.
3310
3310
  */
3311
3311
  "_value"?: Iso8601 | Date | null;
3312
3312
  /**
@@ -3448,7 +3448,7 @@ declare namespace Components {
3448
3448
  */
3449
3449
  "_touched"?: boolean;
3450
3450
  /**
3451
- * Defines the value of the input.
3451
+ * Defines the value of the element.
3452
3452
  */
3453
3453
  "_value"?: string;
3454
3454
  /**
@@ -3612,7 +3612,7 @@ declare namespace Components {
3612
3612
  */
3613
3613
  "_label": LabelWithExpertSlotPropType;
3614
3614
  /**
3615
- * Defines the largest possible input value.
3615
+ * Defines the maximum value of the element.
3616
3616
  */
3617
3617
  "_max"?: number | NumberString;
3618
3618
  /**
@@ -3679,7 +3679,7 @@ declare namespace Components {
3679
3679
  */
3680
3680
  "_touched"?: boolean;
3681
3681
  /**
3682
- * Defines the value of the input.
3682
+ * Defines the value of the element.
3683
3683
  */
3684
3684
  "_value"?: number | NumberString | null;
3685
3685
  /**
@@ -3807,7 +3807,7 @@ declare namespace Components {
3807
3807
  */
3808
3808
  "_touched"?: boolean;
3809
3809
  /**
3810
- * Defines the value of the input.
3810
+ * Defines the value of the element.
3811
3811
  */
3812
3812
  "_value"?: string;
3813
3813
  /**
@@ -3900,7 +3900,7 @@ declare namespace Components {
3900
3900
  */
3901
3901
  "_touched"?: boolean;
3902
3902
  /**
3903
- * Defines the value of the input.
3903
+ * Defines the value of the element.
3904
3904
  * @see Known bug: https://github.com/ionic-team/stencil/issues/3902
3905
3905
  * @default null
3906
3906
  */
@@ -3961,7 +3961,7 @@ declare namespace Components {
3961
3961
  */
3962
3962
  "_label": LabelWithExpertSlotPropType;
3963
3963
  /**
3964
- * Defines the largest possible input value.
3964
+ * Defines the maximum value of the element.
3965
3965
  * @default 100
3966
3966
  */
3967
3967
  "_max"?: number | NumberString;
@@ -4010,7 +4010,7 @@ declare namespace Components {
4010
4010
  */
4011
4011
  "_touched"?: boolean;
4012
4012
  /**
4013
- * Defines the value of the input.
4013
+ * Defines the value of the element.
4014
4014
  */
4015
4015
  "_value"?: number | NumberString;
4016
4016
  /**
@@ -4151,7 +4151,7 @@ declare namespace Components {
4151
4151
  */
4152
4152
  "_type"?: InputTextTypePropType;
4153
4153
  /**
4154
- * Defines the value of the input.
4154
+ * Defines the value of the element.
4155
4155
  */
4156
4156
  "_value"?: string;
4157
4157
  /**
@@ -4548,7 +4548,7 @@ declare namespace Components {
4548
4548
  */
4549
4549
  "_label"?: LabelPropType;
4550
4550
  /**
4551
- * Defines the maximum number of pages.
4551
+ * Defines the maximum value of the element.
4552
4552
  */
4553
4553
  "_max": MaxPropType;
4554
4554
  /**
@@ -4600,7 +4600,7 @@ declare namespace Components {
4600
4600
  */
4601
4601
  "_label"?: LabelPropType;
4602
4602
  /**
4603
- * Defines the maximum number of pages.
4603
+ * Defines the maximum value of the element.
4604
4604
  */
4605
4605
  "_max": MaxPropType;
4606
4606
  /**
@@ -4723,7 +4723,7 @@ declare namespace Components {
4723
4723
  */
4724
4724
  "_type"?: ButtonTypePropType;
4725
4725
  /**
4726
- * Defines the value that the button emits on click.
4726
+ * Defines the value of the element.
4727
4727
  */
4728
4728
  "_value"?: StencilUnknown;
4729
4729
  /**
@@ -4833,7 +4833,7 @@ declare namespace Components {
4833
4833
  */
4834
4834
  "_type"?: ButtonTypePropType;
4835
4835
  /**
4836
- * Defines the value that the button emits on click.
4836
+ * Defines the value of the element.
4837
4837
  */
4838
4838
  "_value"?: StencilUnknown;
4839
4839
  /**
@@ -4877,7 +4877,7 @@ declare namespace Components {
4877
4877
  */
4878
4878
  "_label"?: LabelPropType;
4879
4879
  /**
4880
- * Defines at which value the progress display is completed.
4880
+ * Defines the maximum value of the element.
4881
4881
  */
4882
4882
  "_max": number;
4883
4883
  /**
@@ -4886,7 +4886,7 @@ declare namespace Components {
4886
4886
  */
4887
4887
  "_unit"?: string;
4888
4888
  /**
4889
- * Defines the progress.
4889
+ * Defines the value of the element.
4890
4890
  */
4891
4891
  "_value": number;
4892
4892
  /**
@@ -4914,6 +4914,115 @@ declare namespace Components {
4914
4914
  "_variant"?: QuoteVariantPropType;
4915
4915
  }
4916
4916
  interface KolSelect {
4917
+ /**
4918
+ * Defines the key combination that can be used to trigger or focus the component’s interactive element.
4919
+ */
4920
+ "_accessKey"?: string;
4921
+ /**
4922
+ * Makes the element not focusable and ignore all events.
4923
+ * @TODO : Change type back to `DisabledPropType` after Stencil#4663 has been resolved.
4924
+ * @default false
4925
+ */
4926
+ "_disabled"?: boolean;
4927
+ /**
4928
+ * Hides the caption by default and displays the caption text with a tooltip when the interactive element is focused or the mouse is over it.
4929
+ * @TODO : Change type back to `HideLabelPropType` after Stencil#4663 has been resolved.
4930
+ * @default false
4931
+ */
4932
+ "_hideLabel"?: boolean;
4933
+ /**
4934
+ * Hides the error message but leaves it in the DOM for the input's aria-describedby.
4935
+ * @TODO : Change type back to `HideMsgPropType` after Stencil#4663 has been resolved.
4936
+ * @default false
4937
+ */
4938
+ "_hideMsg"?: boolean;
4939
+ /**
4940
+ * Defines the hint text.
4941
+ * @default ''
4942
+ */
4943
+ "_hint"?: string;
4944
+ /**
4945
+ * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
4946
+ */
4947
+ "_icons"?: IconsHorizontalPropType;
4948
+ /**
4949
+ * Defines the internal ID of the primary component element.
4950
+ * @deprecated Will be removed in the next major version.
4951
+ */
4952
+ "_id"?: IdPropType;
4953
+ /**
4954
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
4955
+ */
4956
+ "_label": LabelWithExpertSlotPropType;
4957
+ /**
4958
+ * Defines the properties for a message rendered as Alert component.
4959
+ */
4960
+ "_msg"?: Stringified<MsgPropType>;
4961
+ /**
4962
+ * Makes the input accept multiple inputs.
4963
+ * @TODO : Change type back to `MultiplePropType` after Stencil#4663 has been resolved.
4964
+ * @default false
4965
+ */
4966
+ "_multiple"?: boolean;
4967
+ /**
4968
+ * Defines the technical name of an input field.
4969
+ */
4970
+ "_name"?: NamePropType;
4971
+ /**
4972
+ * Gibt die EventCallback-Funktionen für das Input-Event an.
4973
+ */
4974
+ "_on"?: InputTypeOnDefault;
4975
+ /**
4976
+ * Options the user can choose from.
4977
+ */
4978
+ "_options": OptionsWithOptgroupPropType;
4979
+ /**
4980
+ * Makes the input element required.
4981
+ * @TODO : Change type back to `RequiredPropType` after Stencil#4663 has been resolved.
4982
+ * @default false
4983
+ */
4984
+ "_required"?: boolean;
4985
+ /**
4986
+ * Maximum number of visible rows of the element.
4987
+ */
4988
+ "_rows"?: RowsPropType;
4989
+ /**
4990
+ * Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud.
4991
+ */
4992
+ "_shortKey"?: ShortKeyPropType;
4993
+ /**
4994
+ * Selector for synchronizing the value with another input element.
4995
+ */
4996
+ "_syncValueBySelector"?: SyncValueBySelectorPropType;
4997
+ /**
4998
+ * Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)
4999
+ */
5000
+ "_tabIndex"?: number;
5001
+ /**
5002
+ * Defines where to show the Tooltip preferably: top, right, bottom or left.
5003
+ * @default 'top'
5004
+ */
5005
+ "_tooltipAlign"?: TooltipAlignPropType;
5006
+ /**
5007
+ * Shows if the input was touched by a user.
5008
+ * @TODO : Change type back to `TouchedPropType` after Stencil#4663 has been resolved.
5009
+ * @default false
5010
+ */
5011
+ "_touched"?: boolean;
5012
+ /**
5013
+ * Defines the value of the element.
5014
+ */
5015
+ "_value"?: Stringified<StencilUnknown[]> | Stringified<StencilUnknown>;
5016
+ /**
5017
+ * Returns the selected values.
5018
+ */
5019
+ "getValue": () => Promise<StencilUnknown[] | StencilUnknown>;
5020
+ /**
5021
+ * Focuses the select element.
5022
+ */
5023
+ "kolFocus": () => Promise<void>;
5024
+ }
5025
+ interface KolSelectWc {
4917
5026
  /**
4918
5027
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
4919
5028
  */
@@ -5033,7 +5142,7 @@ declare namespace Components {
5033
5142
  */
5034
5143
  "_disabled"?: boolean;
5035
5144
  /**
5036
- * Defines the whether the clear button should be hidden.
5145
+ * Hides the clear button.
5037
5146
  * @default false
5038
5147
  */
5039
5148
  "_hideClearButton"?: boolean;
@@ -5094,7 +5203,7 @@ declare namespace Components {
5094
5203
  */
5095
5204
  "_required"?: boolean;
5096
5205
  /**
5097
- * Maximum number of visible rows in the options dropdown before scrolling.
5206
+ * Maximum number of visible rows of the element.
5098
5207
  */
5099
5208
  "_rows"?: RowsPropType;
5100
5209
  /**
@@ -5117,7 +5226,7 @@ declare namespace Components {
5117
5226
  */
5118
5227
  "_touched"?: boolean;
5119
5228
  /**
5120
- * Defines the value of the input.
5229
+ * Defines the value of the element.
5121
5230
  * @default null
5122
5231
  */
5123
5232
  "_value": StencilUnknown;
@@ -5239,7 +5348,7 @@ declare namespace Components {
5239
5348
  */
5240
5349
  "_type"?: ButtonTypePropType;
5241
5350
  /**
5242
- * Defines the value that the button emits on click.
5351
+ * Defines the value of the element.
5243
5352
  */
5244
5353
  "_value"?: StencilUnknown;
5245
5354
  /**
@@ -5525,7 +5634,7 @@ declare namespace Components {
5525
5634
  */
5526
5635
  "_resize"?: TextareaResizePropType;
5527
5636
  /**
5528
- * Defines how many rows of text should be visible at the same time.
5637
+ * Maximum number of visible rows of the element.
5529
5638
  */
5530
5639
  "_rows"?: RowsPropType;
5531
5640
  /**
@@ -5552,7 +5661,7 @@ declare namespace Components {
5552
5661
  */
5553
5662
  "_touched"?: boolean;
5554
5663
  /**
5555
- * Defines the value of the input.
5664
+ * Defines the value of the element.
5556
5665
  */
5557
5666
  "_value"?: string;
5558
5667
  /**
@@ -5984,6 +6093,12 @@ declare global {
5984
6093
  prototype: HTMLKolSelectElement;
5985
6094
  new (): HTMLKolSelectElement;
5986
6095
  };
6096
+ interface HTMLKolSelectWcElement extends Components.KolSelectWc, HTMLStencilElement {
6097
+ }
6098
+ var HTMLKolSelectWcElement: {
6099
+ prototype: HTMLKolSelectWcElement;
6100
+ new (): HTMLKolSelectWcElement;
6101
+ };
5987
6102
  interface HTMLKolSingleSelectElement extends Components.KolSingleSelect, HTMLStencilElement {
5988
6103
  }
5989
6104
  var HTMLKolSingleSelectElement: {
@@ -6143,6 +6258,7 @@ declare global {
6143
6258
  "kol-progress": HTMLKolProgressElement;
6144
6259
  "kol-quote": HTMLKolQuoteElement;
6145
6260
  "kol-select": HTMLKolSelectElement;
6261
+ "kol-select-wc": HTMLKolSelectWcElement;
6146
6262
  "kol-single-select": HTMLKolSingleSelectElement;
6147
6263
  "kol-skip-nav": HTMLKolSkipNavElement;
6148
6264
  "kol-spin": HTMLKolSpinElement;
@@ -6410,7 +6526,7 @@ declare namespace LocalJSX {
6410
6526
  */
6411
6527
  "_type"?: ButtonTypePropType;
6412
6528
  /**
6413
- * Defines the value that the button emits on click.
6529
+ * Defines the value of the element.
6414
6530
  */
6415
6531
  "_value"?: StencilUnknown;
6416
6532
  /**
@@ -6500,7 +6616,7 @@ declare namespace LocalJSX {
6500
6616
  */
6501
6617
  "_type"?: ButtonTypePropType;
6502
6618
  /**
6503
- * Defines the value that the button emits on click.
6619
+ * Defines the value of the element.
6504
6620
  */
6505
6621
  "_value"?: StencilUnknown;
6506
6622
  /**
@@ -6590,7 +6706,7 @@ declare namespace LocalJSX {
6590
6706
  */
6591
6707
  "_type"?: ButtonTypePropType;
6592
6708
  /**
6593
- * Defines the value that the button emits on click.
6709
+ * Defines the value of the element.
6594
6710
  */
6595
6711
  "_value"?: StencilUnknown;
6596
6712
  }
@@ -6723,7 +6839,7 @@ declare namespace LocalJSX {
6723
6839
  */
6724
6840
  "_touched"?: boolean;
6725
6841
  /**
6726
- * Defines the value of the input.
6842
+ * Defines the value of the element.
6727
6843
  */
6728
6844
  "_value"?: string;
6729
6845
  }
@@ -6931,7 +7047,7 @@ declare namespace LocalJSX {
6931
7047
  */
6932
7048
  "_touched"?: boolean;
6933
7049
  /**
6934
- * Defines the value of the input.
7050
+ * Defines the value of the element.
6935
7051
  * @default true
6936
7052
  */
6937
7053
  "_value"?: StencilUnknown;
@@ -7023,7 +7139,7 @@ declare namespace LocalJSX {
7023
7139
  */
7024
7140
  "_touched"?: boolean;
7025
7141
  /**
7026
- * Defines the value of the input.
7142
+ * Defines the value of the element.
7027
7143
  */
7028
7144
  "_value"?: string;
7029
7145
  }
@@ -7074,7 +7190,7 @@ declare namespace LocalJSX {
7074
7190
  */
7075
7191
  "_label": LabelWithExpertSlotPropType;
7076
7192
  /**
7077
- * Defines the largest possible input value.
7193
+ * Defines the maximum value of the element.
7078
7194
  */
7079
7195
  "_max"?: Iso8601 | Date;
7080
7196
  /**
@@ -7138,7 +7254,7 @@ declare namespace LocalJSX {
7138
7254
  */
7139
7255
  "_type"?: InputDateTypePropType;
7140
7256
  /**
7141
- * Defines the value of the input.
7257
+ * Defines the value of the element.
7142
7258
  */
7143
7259
  "_value"?: Iso8601 | Date | null;
7144
7260
  }
@@ -7264,7 +7380,7 @@ declare namespace LocalJSX {
7264
7380
  */
7265
7381
  "_touched"?: boolean;
7266
7382
  /**
7267
- * Defines the value of the input.
7383
+ * Defines the value of the element.
7268
7384
  */
7269
7385
  "_value"?: string;
7270
7386
  }
@@ -7404,7 +7520,7 @@ declare namespace LocalJSX {
7404
7520
  */
7405
7521
  "_label": LabelWithExpertSlotPropType;
7406
7522
  /**
7407
- * Defines the largest possible input value.
7523
+ * Defines the maximum value of the element.
7408
7524
  */
7409
7525
  "_max"?: number | NumberString;
7410
7526
  /**
@@ -7467,7 +7583,7 @@ declare namespace LocalJSX {
7467
7583
  */
7468
7584
  "_touched"?: boolean;
7469
7585
  /**
7470
- * Defines the value of the input.
7586
+ * Defines the value of the element.
7471
7587
  */
7472
7588
  "_value"?: number | NumberString | null;
7473
7589
  }
@@ -7583,7 +7699,7 @@ declare namespace LocalJSX {
7583
7699
  */
7584
7700
  "_touched"?: boolean;
7585
7701
  /**
7586
- * Defines the value of the input.
7702
+ * Defines the value of the element.
7587
7703
  */
7588
7704
  "_value"?: string;
7589
7705
  /**
@@ -7664,7 +7780,7 @@ declare namespace LocalJSX {
7664
7780
  */
7665
7781
  "_touched"?: boolean;
7666
7782
  /**
7667
- * Defines the value of the input.
7783
+ * Defines the value of the element.
7668
7784
  * @see Known bug: https://github.com/ionic-team/stencil/issues/3902
7669
7785
  * @default null
7670
7786
  */
@@ -7717,7 +7833,7 @@ declare namespace LocalJSX {
7717
7833
  */
7718
7834
  "_label": LabelWithExpertSlotPropType;
7719
7835
  /**
7720
- * Defines the largest possible input value.
7836
+ * Defines the maximum value of the element.
7721
7837
  * @default 100
7722
7838
  */
7723
7839
  "_max"?: number | NumberString;
@@ -7762,7 +7878,7 @@ declare namespace LocalJSX {
7762
7878
  */
7763
7879
  "_touched"?: boolean;
7764
7880
  /**
7765
- * Defines the value of the input.
7881
+ * Defines the value of the element.
7766
7882
  */
7767
7883
  "_value"?: number | NumberString;
7768
7884
  }
@@ -7891,7 +8007,7 @@ declare namespace LocalJSX {
7891
8007
  */
7892
8008
  "_type"?: InputTextTypePropType;
7893
8009
  /**
7894
- * Defines the value of the input.
8010
+ * Defines the value of the element.
7895
8011
  */
7896
8012
  "_value"?: string;
7897
8013
  }
@@ -8235,7 +8351,7 @@ declare namespace LocalJSX {
8235
8351
  */
8236
8352
  "_label"?: LabelPropType;
8237
8353
  /**
8238
- * Defines the maximum number of pages.
8354
+ * Defines the maximum value of the element.
8239
8355
  */
8240
8356
  "_max": MaxPropType;
8241
8357
  /**
@@ -8287,7 +8403,7 @@ declare namespace LocalJSX {
8287
8403
  */
8288
8404
  "_label"?: LabelPropType;
8289
8405
  /**
8290
- * Defines the maximum number of pages.
8406
+ * Defines the maximum value of the element.
8291
8407
  */
8292
8408
  "_max": MaxPropType;
8293
8409
  /**
@@ -8406,7 +8522,7 @@ declare namespace LocalJSX {
8406
8522
  */
8407
8523
  "_type"?: ButtonTypePropType;
8408
8524
  /**
8409
- * Defines the value that the button emits on click.
8525
+ * Defines the value of the element.
8410
8526
  */
8411
8527
  "_value"?: StencilUnknown;
8412
8528
  /**
@@ -8496,7 +8612,7 @@ declare namespace LocalJSX {
8496
8612
  */
8497
8613
  "_type"?: ButtonTypePropType;
8498
8614
  /**
8499
- * Defines the value that the button emits on click.
8615
+ * Defines the value of the element.
8500
8616
  */
8501
8617
  "_value"?: StencilUnknown;
8502
8618
  /**
@@ -8528,7 +8644,7 @@ declare namespace LocalJSX {
8528
8644
  */
8529
8645
  "_label"?: LabelPropType;
8530
8646
  /**
8531
- * Defines at which value the progress display is completed.
8647
+ * Defines the maximum value of the element.
8532
8648
  */
8533
8649
  "_max": number;
8534
8650
  /**
@@ -8537,7 +8653,7 @@ declare namespace LocalJSX {
8537
8653
  */
8538
8654
  "_unit"?: string;
8539
8655
  /**
8540
- * Defines the progress.
8656
+ * Defines the value of the element.
8541
8657
  */
8542
8658
  "_value": number;
8543
8659
  /**
@@ -8565,6 +8681,103 @@ declare namespace LocalJSX {
8565
8681
  "_variant"?: QuoteVariantPropType;
8566
8682
  }
8567
8683
  interface KolSelect {
8684
+ /**
8685
+ * Defines the key combination that can be used to trigger or focus the component’s interactive element.
8686
+ */
8687
+ "_accessKey"?: string;
8688
+ /**
8689
+ * Makes the element not focusable and ignore all events.
8690
+ * @TODO : Change type back to `DisabledPropType` after Stencil#4663 has been resolved.
8691
+ * @default false
8692
+ */
8693
+ "_disabled"?: boolean;
8694
+ /**
8695
+ * Hides the caption by default and displays the caption text with a tooltip when the interactive element is focused or the mouse is over it.
8696
+ * @TODO : Change type back to `HideLabelPropType` after Stencil#4663 has been resolved.
8697
+ * @default false
8698
+ */
8699
+ "_hideLabel"?: boolean;
8700
+ /**
8701
+ * Hides the error message but leaves it in the DOM for the input's aria-describedby.
8702
+ * @TODO : Change type back to `HideMsgPropType` after Stencil#4663 has been resolved.
8703
+ * @default false
8704
+ */
8705
+ "_hideMsg"?: boolean;
8706
+ /**
8707
+ * Defines the hint text.
8708
+ * @default ''
8709
+ */
8710
+ "_hint"?: string;
8711
+ /**
8712
+ * Defines the icon classnames (e.g. `_icons="fa-solid fa-user"`).
8713
+ */
8714
+ "_icons"?: IconsHorizontalPropType;
8715
+ /**
8716
+ * Defines the internal ID of the primary component element.
8717
+ * @deprecated Will be removed in the next major version.
8718
+ */
8719
+ "_id"?: IdPropType;
8720
+ /**
8721
+ * Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). Set to `false` to enable the expert slot.
8722
+ */
8723
+ "_label": LabelWithExpertSlotPropType;
8724
+ /**
8725
+ * Defines the properties for a message rendered as Alert component.
8726
+ */
8727
+ "_msg"?: Stringified<MsgPropType>;
8728
+ /**
8729
+ * Makes the input accept multiple inputs.
8730
+ * @TODO : Change type back to `MultiplePropType` after Stencil#4663 has been resolved.
8731
+ * @default false
8732
+ */
8733
+ "_multiple"?: boolean;
8734
+ /**
8735
+ * Defines the technical name of an input field.
8736
+ */
8737
+ "_name"?: NamePropType;
8738
+ /**
8739
+ * Gibt die EventCallback-Funktionen für das Input-Event an.
8740
+ */
8741
+ "_on"?: InputTypeOnDefault;
8742
+ /**
8743
+ * Options the user can choose from.
8744
+ */
8745
+ "_options": OptionsWithOptgroupPropType;
8746
+ /**
8747
+ * Makes the input element required.
8748
+ * @TODO : Change type back to `RequiredPropType` after Stencil#4663 has been resolved.
8749
+ * @default false
8750
+ */
8751
+ "_required"?: boolean;
8752
+ /**
8753
+ * Maximum number of visible rows of the element.
8754
+ */
8755
+ "_rows"?: RowsPropType;
8756
+ /**
8757
+ * Adds a visual shortcut hint after the label and instructs the screen reader to read the shortcut aloud.
8758
+ */
8759
+ "_shortKey"?: ShortKeyPropType;
8760
+ /**
8761
+ * Defines which tab-index the primary element of the component has. (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex)
8762
+ */
8763
+ "_tabIndex"?: number;
8764
+ /**
8765
+ * Defines where to show the Tooltip preferably: top, right, bottom or left.
8766
+ * @default 'top'
8767
+ */
8768
+ "_tooltipAlign"?: TooltipAlignPropType;
8769
+ /**
8770
+ * Shows if the input was touched by a user.
8771
+ * @TODO : Change type back to `TouchedPropType` after Stencil#4663 has been resolved.
8772
+ * @default false
8773
+ */
8774
+ "_touched"?: boolean;
8775
+ /**
8776
+ * Defines the value of the element.
8777
+ */
8778
+ "_value"?: Stringified<StencilUnknown[]> | Stringified<StencilUnknown>;
8779
+ }
8780
+ interface KolSelectWc {
8568
8781
  /**
8569
8782
  * Defines the key combination that can be used to trigger or focus the component’s interactive element.
8570
8783
  */
@@ -8672,7 +8885,7 @@ declare namespace LocalJSX {
8672
8885
  */
8673
8886
  "_disabled"?: boolean;
8674
8887
  /**
8675
- * Defines the whether the clear button should be hidden.
8888
+ * Hides the clear button.
8676
8889
  * @default false
8677
8890
  */
8678
8891
  "_hideClearButton"?: boolean;
@@ -8733,7 +8946,7 @@ declare namespace LocalJSX {
8733
8946
  */
8734
8947
  "_required"?: boolean;
8735
8948
  /**
8736
- * Maximum number of visible rows in the options dropdown before scrolling.
8949
+ * Maximum number of visible rows of the element.
8737
8950
  */
8738
8951
  "_rows"?: RowsPropType;
8739
8952
  /**
@@ -8752,7 +8965,7 @@ declare namespace LocalJSX {
8752
8965
  */
8753
8966
  "_touched"?: boolean;
8754
8967
  /**
8755
- * Defines the value of the input.
8968
+ * Defines the value of the element.
8756
8969
  * @default null
8757
8970
  */
8758
8971
  "_value"?: StencilUnknown;
@@ -8861,7 +9074,7 @@ declare namespace LocalJSX {
8861
9074
  */
8862
9075
  "_type"?: ButtonTypePropType;
8863
9076
  /**
8864
- * Defines the value that the button emits on click.
9077
+ * Defines the value of the element.
8865
9078
  */
8866
9079
  "_value"?: StencilUnknown;
8867
9080
  /**
@@ -9131,7 +9344,7 @@ declare namespace LocalJSX {
9131
9344
  */
9132
9345
  "_resize"?: TextareaResizePropType;
9133
9346
  /**
9134
- * Defines how many rows of text should be visible at the same time.
9347
+ * Maximum number of visible rows of the element.
9135
9348
  */
9136
9349
  "_rows"?: RowsPropType;
9137
9350
  /**
@@ -9154,7 +9367,7 @@ declare namespace LocalJSX {
9154
9367
  */
9155
9368
  "_touched"?: boolean;
9156
9369
  /**
9157
- * Defines the value of the input.
9370
+ * Defines the value of the element.
9158
9371
  */
9159
9372
  "_value"?: string;
9160
9373
  }
@@ -9290,6 +9503,7 @@ declare namespace LocalJSX {
9290
9503
  "kol-progress": KolProgress;
9291
9504
  "kol-quote": KolQuote;
9292
9505
  "kol-select": KolSelect;
9506
+ "kol-select-wc": KolSelectWc;
9293
9507
  "kol-single-select": KolSingleSelect;
9294
9508
  "kol-skip-nav": KolSkipNav;
9295
9509
  "kol-spin": KolSpin;
@@ -9362,6 +9576,7 @@ declare module "@stencil/core" {
9362
9576
  "kol-progress": LocalJSX.KolProgress & JSXBase.HTMLAttributes<HTMLKolProgressElement>;
9363
9577
  "kol-quote": LocalJSX.KolQuote & JSXBase.HTMLAttributes<HTMLKolQuoteElement>;
9364
9578
  "kol-select": LocalJSX.KolSelect & JSXBase.HTMLAttributes<HTMLKolSelectElement>;
9579
+ "kol-select-wc": LocalJSX.KolSelectWc & JSXBase.HTMLAttributes<HTMLKolSelectWcElement>;
9365
9580
  "kol-single-select": LocalJSX.KolSingleSelect & JSXBase.HTMLAttributes<HTMLKolSingleSelectElement>;
9366
9581
  "kol-skip-nav": LocalJSX.KolSkipNav & JSXBase.HTMLAttributes<HTMLKolSkipNavElement>;
9367
9582
  "kol-spin": LocalJSX.KolSpin & JSXBase.HTMLAttributes<HTMLKolSpinElement>;