@public-ui/react-hook-form-adapter 3.0.9-rc.0 → 3.0.9-rc.2
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.cts +62 -62
- package/dist/index.d.mts +62 -62
- package/dist/index.d.ts +62 -62
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -2481,7 +2481,7 @@ declare namespace Components {
|
|
|
2481
2481
|
*/
|
|
2482
2482
|
"_type"?: ButtonTypePropType;
|
|
2483
2483
|
/**
|
|
2484
|
-
* Defines the value
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4889
|
+
* Defines the value of the element.
|
|
4890
4890
|
*/
|
|
4891
4891
|
"_value": number;
|
|
4892
4892
|
/**
|
|
@@ -4973,7 +4973,7 @@ declare namespace Components {
|
|
|
4973
4973
|
*/
|
|
4974
4974
|
"_on"?: InputTypeOnDefault;
|
|
4975
4975
|
/**
|
|
4976
|
-
* Options the user can choose from
|
|
4976
|
+
* Options the user can choose from.
|
|
4977
4977
|
*/
|
|
4978
4978
|
"_options": OptionsWithOptgroupPropType;
|
|
4979
4979
|
/**
|
|
@@ -4983,7 +4983,7 @@ declare namespace Components {
|
|
|
4983
4983
|
*/
|
|
4984
4984
|
"_required"?: boolean;
|
|
4985
4985
|
/**
|
|
4986
|
-
*
|
|
4986
|
+
* Maximum number of visible rows of the element.
|
|
4987
4987
|
*/
|
|
4988
4988
|
"_rows"?: RowsPropType;
|
|
4989
4989
|
/**
|
|
@@ -5010,7 +5010,7 @@ declare namespace Components {
|
|
|
5010
5010
|
*/
|
|
5011
5011
|
"_touched"?: boolean;
|
|
5012
5012
|
/**
|
|
5013
|
-
* Defines the value of the
|
|
5013
|
+
* Defines the value of the element.
|
|
5014
5014
|
*/
|
|
5015
5015
|
"_value"?: Stringified<StencilUnknown[]> | Stringified<StencilUnknown>;
|
|
5016
5016
|
/**
|
|
@@ -5033,7 +5033,7 @@ declare namespace Components {
|
|
|
5033
5033
|
*/
|
|
5034
5034
|
"_disabled"?: boolean;
|
|
5035
5035
|
/**
|
|
5036
|
-
*
|
|
5036
|
+
* Hides the clear button.
|
|
5037
5037
|
* @default false
|
|
5038
5038
|
*/
|
|
5039
5039
|
"_hideClearButton"?: boolean;
|
|
@@ -5094,7 +5094,7 @@ declare namespace Components {
|
|
|
5094
5094
|
*/
|
|
5095
5095
|
"_required"?: boolean;
|
|
5096
5096
|
/**
|
|
5097
|
-
* Maximum number of visible rows
|
|
5097
|
+
* Maximum number of visible rows of the element.
|
|
5098
5098
|
*/
|
|
5099
5099
|
"_rows"?: RowsPropType;
|
|
5100
5100
|
/**
|
|
@@ -5117,7 +5117,7 @@ declare namespace Components {
|
|
|
5117
5117
|
*/
|
|
5118
5118
|
"_touched"?: boolean;
|
|
5119
5119
|
/**
|
|
5120
|
-
* Defines the value of the
|
|
5120
|
+
* Defines the value of the element.
|
|
5121
5121
|
* @default null
|
|
5122
5122
|
*/
|
|
5123
5123
|
"_value": StencilUnknown;
|
|
@@ -5239,7 +5239,7 @@ declare namespace Components {
|
|
|
5239
5239
|
*/
|
|
5240
5240
|
"_type"?: ButtonTypePropType;
|
|
5241
5241
|
/**
|
|
5242
|
-
* Defines the value
|
|
5242
|
+
* Defines the value of the element.
|
|
5243
5243
|
*/
|
|
5244
5244
|
"_value"?: StencilUnknown;
|
|
5245
5245
|
/**
|
|
@@ -5525,7 +5525,7 @@ declare namespace Components {
|
|
|
5525
5525
|
*/
|
|
5526
5526
|
"_resize"?: TextareaResizePropType;
|
|
5527
5527
|
/**
|
|
5528
|
-
*
|
|
5528
|
+
* Maximum number of visible rows of the element.
|
|
5529
5529
|
*/
|
|
5530
5530
|
"_rows"?: RowsPropType;
|
|
5531
5531
|
/**
|
|
@@ -5552,7 +5552,7 @@ declare namespace Components {
|
|
|
5552
5552
|
*/
|
|
5553
5553
|
"_touched"?: boolean;
|
|
5554
5554
|
/**
|
|
5555
|
-
* Defines the value of the
|
|
5555
|
+
* Defines the value of the element.
|
|
5556
5556
|
*/
|
|
5557
5557
|
"_value"?: string;
|
|
5558
5558
|
/**
|
|
@@ -6410,7 +6410,7 @@ declare namespace LocalJSX {
|
|
|
6410
6410
|
*/
|
|
6411
6411
|
"_type"?: ButtonTypePropType;
|
|
6412
6412
|
/**
|
|
6413
|
-
* Defines the value
|
|
6413
|
+
* Defines the value of the element.
|
|
6414
6414
|
*/
|
|
6415
6415
|
"_value"?: StencilUnknown;
|
|
6416
6416
|
/**
|
|
@@ -6500,7 +6500,7 @@ declare namespace LocalJSX {
|
|
|
6500
6500
|
*/
|
|
6501
6501
|
"_type"?: ButtonTypePropType;
|
|
6502
6502
|
/**
|
|
6503
|
-
* Defines the value
|
|
6503
|
+
* Defines the value of the element.
|
|
6504
6504
|
*/
|
|
6505
6505
|
"_value"?: StencilUnknown;
|
|
6506
6506
|
/**
|
|
@@ -6590,7 +6590,7 @@ declare namespace LocalJSX {
|
|
|
6590
6590
|
*/
|
|
6591
6591
|
"_type"?: ButtonTypePropType;
|
|
6592
6592
|
/**
|
|
6593
|
-
* Defines the value
|
|
6593
|
+
* Defines the value of the element.
|
|
6594
6594
|
*/
|
|
6595
6595
|
"_value"?: StencilUnknown;
|
|
6596
6596
|
}
|
|
@@ -6723,7 +6723,7 @@ declare namespace LocalJSX {
|
|
|
6723
6723
|
*/
|
|
6724
6724
|
"_touched"?: boolean;
|
|
6725
6725
|
/**
|
|
6726
|
-
* Defines the value of the
|
|
6726
|
+
* Defines the value of the element.
|
|
6727
6727
|
*/
|
|
6728
6728
|
"_value"?: string;
|
|
6729
6729
|
}
|
|
@@ -6931,7 +6931,7 @@ declare namespace LocalJSX {
|
|
|
6931
6931
|
*/
|
|
6932
6932
|
"_touched"?: boolean;
|
|
6933
6933
|
/**
|
|
6934
|
-
* Defines the value of the
|
|
6934
|
+
* Defines the value of the element.
|
|
6935
6935
|
* @default true
|
|
6936
6936
|
*/
|
|
6937
6937
|
"_value"?: StencilUnknown;
|
|
@@ -7023,7 +7023,7 @@ declare namespace LocalJSX {
|
|
|
7023
7023
|
*/
|
|
7024
7024
|
"_touched"?: boolean;
|
|
7025
7025
|
/**
|
|
7026
|
-
* Defines the value of the
|
|
7026
|
+
* Defines the value of the element.
|
|
7027
7027
|
*/
|
|
7028
7028
|
"_value"?: string;
|
|
7029
7029
|
}
|
|
@@ -7074,7 +7074,7 @@ declare namespace LocalJSX {
|
|
|
7074
7074
|
*/
|
|
7075
7075
|
"_label": LabelWithExpertSlotPropType;
|
|
7076
7076
|
/**
|
|
7077
|
-
* Defines the
|
|
7077
|
+
* Defines the maximum value of the element.
|
|
7078
7078
|
*/
|
|
7079
7079
|
"_max"?: Iso8601 | Date;
|
|
7080
7080
|
/**
|
|
@@ -7138,7 +7138,7 @@ declare namespace LocalJSX {
|
|
|
7138
7138
|
*/
|
|
7139
7139
|
"_type"?: InputDateTypePropType;
|
|
7140
7140
|
/**
|
|
7141
|
-
* Defines the value of the
|
|
7141
|
+
* Defines the value of the element.
|
|
7142
7142
|
*/
|
|
7143
7143
|
"_value"?: Iso8601 | Date | null;
|
|
7144
7144
|
}
|
|
@@ -7264,7 +7264,7 @@ declare namespace LocalJSX {
|
|
|
7264
7264
|
*/
|
|
7265
7265
|
"_touched"?: boolean;
|
|
7266
7266
|
/**
|
|
7267
|
-
* Defines the value of the
|
|
7267
|
+
* Defines the value of the element.
|
|
7268
7268
|
*/
|
|
7269
7269
|
"_value"?: string;
|
|
7270
7270
|
}
|
|
@@ -7404,7 +7404,7 @@ declare namespace LocalJSX {
|
|
|
7404
7404
|
*/
|
|
7405
7405
|
"_label": LabelWithExpertSlotPropType;
|
|
7406
7406
|
/**
|
|
7407
|
-
* Defines the
|
|
7407
|
+
* Defines the maximum value of the element.
|
|
7408
7408
|
*/
|
|
7409
7409
|
"_max"?: number | NumberString;
|
|
7410
7410
|
/**
|
|
@@ -7467,7 +7467,7 @@ declare namespace LocalJSX {
|
|
|
7467
7467
|
*/
|
|
7468
7468
|
"_touched"?: boolean;
|
|
7469
7469
|
/**
|
|
7470
|
-
* Defines the value of the
|
|
7470
|
+
* Defines the value of the element.
|
|
7471
7471
|
*/
|
|
7472
7472
|
"_value"?: number | NumberString | null;
|
|
7473
7473
|
}
|
|
@@ -7583,7 +7583,7 @@ declare namespace LocalJSX {
|
|
|
7583
7583
|
*/
|
|
7584
7584
|
"_touched"?: boolean;
|
|
7585
7585
|
/**
|
|
7586
|
-
* Defines the value of the
|
|
7586
|
+
* Defines the value of the element.
|
|
7587
7587
|
*/
|
|
7588
7588
|
"_value"?: string;
|
|
7589
7589
|
/**
|
|
@@ -7664,7 +7664,7 @@ declare namespace LocalJSX {
|
|
|
7664
7664
|
*/
|
|
7665
7665
|
"_touched"?: boolean;
|
|
7666
7666
|
/**
|
|
7667
|
-
* Defines the value of the
|
|
7667
|
+
* Defines the value of the element.
|
|
7668
7668
|
* @see Known bug: https://github.com/ionic-team/stencil/issues/3902
|
|
7669
7669
|
* @default null
|
|
7670
7670
|
*/
|
|
@@ -7717,7 +7717,7 @@ declare namespace LocalJSX {
|
|
|
7717
7717
|
*/
|
|
7718
7718
|
"_label": LabelWithExpertSlotPropType;
|
|
7719
7719
|
/**
|
|
7720
|
-
* Defines the
|
|
7720
|
+
* Defines the maximum value of the element.
|
|
7721
7721
|
* @default 100
|
|
7722
7722
|
*/
|
|
7723
7723
|
"_max"?: number | NumberString;
|
|
@@ -7762,7 +7762,7 @@ declare namespace LocalJSX {
|
|
|
7762
7762
|
*/
|
|
7763
7763
|
"_touched"?: boolean;
|
|
7764
7764
|
/**
|
|
7765
|
-
* Defines the value of the
|
|
7765
|
+
* Defines the value of the element.
|
|
7766
7766
|
*/
|
|
7767
7767
|
"_value"?: number | NumberString;
|
|
7768
7768
|
}
|
|
@@ -7891,7 +7891,7 @@ declare namespace LocalJSX {
|
|
|
7891
7891
|
*/
|
|
7892
7892
|
"_type"?: InputTextTypePropType;
|
|
7893
7893
|
/**
|
|
7894
|
-
* Defines the value of the
|
|
7894
|
+
* Defines the value of the element.
|
|
7895
7895
|
*/
|
|
7896
7896
|
"_value"?: string;
|
|
7897
7897
|
}
|
|
@@ -8235,7 +8235,7 @@ declare namespace LocalJSX {
|
|
|
8235
8235
|
*/
|
|
8236
8236
|
"_label"?: LabelPropType;
|
|
8237
8237
|
/**
|
|
8238
|
-
* Defines the maximum
|
|
8238
|
+
* Defines the maximum value of the element.
|
|
8239
8239
|
*/
|
|
8240
8240
|
"_max": MaxPropType;
|
|
8241
8241
|
/**
|
|
@@ -8287,7 +8287,7 @@ declare namespace LocalJSX {
|
|
|
8287
8287
|
*/
|
|
8288
8288
|
"_label"?: LabelPropType;
|
|
8289
8289
|
/**
|
|
8290
|
-
* Defines the maximum
|
|
8290
|
+
* Defines the maximum value of the element.
|
|
8291
8291
|
*/
|
|
8292
8292
|
"_max": MaxPropType;
|
|
8293
8293
|
/**
|
|
@@ -8406,7 +8406,7 @@ declare namespace LocalJSX {
|
|
|
8406
8406
|
*/
|
|
8407
8407
|
"_type"?: ButtonTypePropType;
|
|
8408
8408
|
/**
|
|
8409
|
-
* Defines the value
|
|
8409
|
+
* Defines the value of the element.
|
|
8410
8410
|
*/
|
|
8411
8411
|
"_value"?: StencilUnknown;
|
|
8412
8412
|
/**
|
|
@@ -8496,7 +8496,7 @@ declare namespace LocalJSX {
|
|
|
8496
8496
|
*/
|
|
8497
8497
|
"_type"?: ButtonTypePropType;
|
|
8498
8498
|
/**
|
|
8499
|
-
* Defines the value
|
|
8499
|
+
* Defines the value of the element.
|
|
8500
8500
|
*/
|
|
8501
8501
|
"_value"?: StencilUnknown;
|
|
8502
8502
|
/**
|
|
@@ -8528,7 +8528,7 @@ declare namespace LocalJSX {
|
|
|
8528
8528
|
*/
|
|
8529
8529
|
"_label"?: LabelPropType;
|
|
8530
8530
|
/**
|
|
8531
|
-
* Defines
|
|
8531
|
+
* Defines the maximum value of the element.
|
|
8532
8532
|
*/
|
|
8533
8533
|
"_max": number;
|
|
8534
8534
|
/**
|
|
@@ -8537,7 +8537,7 @@ declare namespace LocalJSX {
|
|
|
8537
8537
|
*/
|
|
8538
8538
|
"_unit"?: string;
|
|
8539
8539
|
/**
|
|
8540
|
-
* Defines the
|
|
8540
|
+
* Defines the value of the element.
|
|
8541
8541
|
*/
|
|
8542
8542
|
"_value": number;
|
|
8543
8543
|
/**
|
|
@@ -8624,7 +8624,7 @@ declare namespace LocalJSX {
|
|
|
8624
8624
|
*/
|
|
8625
8625
|
"_on"?: InputTypeOnDefault;
|
|
8626
8626
|
/**
|
|
8627
|
-
* Options the user can choose from
|
|
8627
|
+
* Options the user can choose from.
|
|
8628
8628
|
*/
|
|
8629
8629
|
"_options": OptionsWithOptgroupPropType;
|
|
8630
8630
|
/**
|
|
@@ -8634,7 +8634,7 @@ declare namespace LocalJSX {
|
|
|
8634
8634
|
*/
|
|
8635
8635
|
"_required"?: boolean;
|
|
8636
8636
|
/**
|
|
8637
|
-
*
|
|
8637
|
+
* Maximum number of visible rows of the element.
|
|
8638
8638
|
*/
|
|
8639
8639
|
"_rows"?: RowsPropType;
|
|
8640
8640
|
/**
|
|
@@ -8657,7 +8657,7 @@ declare namespace LocalJSX {
|
|
|
8657
8657
|
*/
|
|
8658
8658
|
"_touched"?: boolean;
|
|
8659
8659
|
/**
|
|
8660
|
-
* Defines the value of the
|
|
8660
|
+
* Defines the value of the element.
|
|
8661
8661
|
*/
|
|
8662
8662
|
"_value"?: Stringified<StencilUnknown[]> | Stringified<StencilUnknown>;
|
|
8663
8663
|
}
|
|
@@ -8672,7 +8672,7 @@ declare namespace LocalJSX {
|
|
|
8672
8672
|
*/
|
|
8673
8673
|
"_disabled"?: boolean;
|
|
8674
8674
|
/**
|
|
8675
|
-
*
|
|
8675
|
+
* Hides the clear button.
|
|
8676
8676
|
* @default false
|
|
8677
8677
|
*/
|
|
8678
8678
|
"_hideClearButton"?: boolean;
|
|
@@ -8733,7 +8733,7 @@ declare namespace LocalJSX {
|
|
|
8733
8733
|
*/
|
|
8734
8734
|
"_required"?: boolean;
|
|
8735
8735
|
/**
|
|
8736
|
-
* Maximum number of visible rows
|
|
8736
|
+
* Maximum number of visible rows of the element.
|
|
8737
8737
|
*/
|
|
8738
8738
|
"_rows"?: RowsPropType;
|
|
8739
8739
|
/**
|
|
@@ -8752,7 +8752,7 @@ declare namespace LocalJSX {
|
|
|
8752
8752
|
*/
|
|
8753
8753
|
"_touched"?: boolean;
|
|
8754
8754
|
/**
|
|
8755
|
-
* Defines the value of the
|
|
8755
|
+
* Defines the value of the element.
|
|
8756
8756
|
* @default null
|
|
8757
8757
|
*/
|
|
8758
8758
|
"_value"?: StencilUnknown;
|
|
@@ -8861,7 +8861,7 @@ declare namespace LocalJSX {
|
|
|
8861
8861
|
*/
|
|
8862
8862
|
"_type"?: ButtonTypePropType;
|
|
8863
8863
|
/**
|
|
8864
|
-
* Defines the value
|
|
8864
|
+
* Defines the value of the element.
|
|
8865
8865
|
*/
|
|
8866
8866
|
"_value"?: StencilUnknown;
|
|
8867
8867
|
/**
|
|
@@ -9131,7 +9131,7 @@ declare namespace LocalJSX {
|
|
|
9131
9131
|
*/
|
|
9132
9132
|
"_resize"?: TextareaResizePropType;
|
|
9133
9133
|
/**
|
|
9134
|
-
*
|
|
9134
|
+
* Maximum number of visible rows of the element.
|
|
9135
9135
|
*/
|
|
9136
9136
|
"_rows"?: RowsPropType;
|
|
9137
9137
|
/**
|
|
@@ -9154,7 +9154,7 @@ declare namespace LocalJSX {
|
|
|
9154
9154
|
*/
|
|
9155
9155
|
"_touched"?: boolean;
|
|
9156
9156
|
/**
|
|
9157
|
-
* Defines the value of the
|
|
9157
|
+
* Defines the value of the element.
|
|
9158
9158
|
*/
|
|
9159
9159
|
"_value"?: string;
|
|
9160
9160
|
}
|