@progress/kendo-vue-inputs 7.1.0-develop.4 → 7.1.0-develop.6
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/cdn/js/kendo-vue-inputs.js +1 -1
- package/index.d.mts +36 -36
- package/index.d.ts +36 -36
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
package/index.d.mts
CHANGED
|
@@ -56,7 +56,7 @@ labelOptional: PropType<boolean>;
|
|
|
56
56
|
labelClass: PropType<string>;
|
|
57
57
|
name: PropType<string>;
|
|
58
58
|
size: {
|
|
59
|
-
type: PropType<
|
|
59
|
+
type: PropType<"small" | "medium" | "large">;
|
|
60
60
|
default: string;
|
|
61
61
|
validator: (value: any) => any;
|
|
62
62
|
};
|
|
@@ -147,7 +147,7 @@ labelOptional: PropType<boolean>;
|
|
|
147
147
|
labelClass: PropType<string>;
|
|
148
148
|
name: PropType<string>;
|
|
149
149
|
size: {
|
|
150
|
-
type: PropType<
|
|
150
|
+
type: PropType<"small" | "medium" | "large">;
|
|
151
151
|
default: string;
|
|
152
152
|
validator: (value: any) => any;
|
|
153
153
|
};
|
|
@@ -179,7 +179,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
179
179
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
180
180
|
}>, {
|
|
181
181
|
value: string | number | boolean | string[];
|
|
182
|
-
size:
|
|
182
|
+
size: "small" | "medium" | "large";
|
|
183
183
|
rounded: string;
|
|
184
184
|
checked: boolean;
|
|
185
185
|
modelValue: string | number | boolean | string[];
|
|
@@ -297,7 +297,7 @@ export declare interface CheckboxProps extends ToggleBaseProps, FormComponentPro
|
|
|
297
297
|
*
|
|
298
298
|
* @default `medium`
|
|
299
299
|
*/
|
|
300
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
300
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
301
301
|
/**
|
|
302
302
|
* Configures the `rounded` style of the Checkbox.
|
|
303
303
|
*
|
|
@@ -882,7 +882,7 @@ type: PropType<boolean>;
|
|
|
882
882
|
default: any;
|
|
883
883
|
};
|
|
884
884
|
size: {
|
|
885
|
-
type: PropType<
|
|
885
|
+
type: PropType<"small" | "medium" | "large">;
|
|
886
886
|
default: string;
|
|
887
887
|
validator: (value: any) => any;
|
|
888
888
|
};
|
|
@@ -1030,7 +1030,7 @@ type: PropType<boolean>;
|
|
|
1030
1030
|
default: any;
|
|
1031
1031
|
};
|
|
1032
1032
|
size: {
|
|
1033
|
-
type: PropType<
|
|
1033
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1034
1034
|
default: string;
|
|
1035
1035
|
validator: (value: any) => any;
|
|
1036
1036
|
};
|
|
@@ -1074,7 +1074,7 @@ onActivecolorclick?: (event: ColorPickerActiveColorClick) => any;
|
|
|
1074
1074
|
}>, {
|
|
1075
1075
|
value: string;
|
|
1076
1076
|
tabIndex: number;
|
|
1077
|
-
size:
|
|
1077
|
+
size: "small" | "medium" | "large";
|
|
1078
1078
|
view: string;
|
|
1079
1079
|
rounded: string;
|
|
1080
1080
|
adaptive: boolean;
|
|
@@ -1337,7 +1337,7 @@ export declare interface ColorPickerProps {
|
|
|
1337
1337
|
*
|
|
1338
1338
|
* @default `medium`
|
|
1339
1339
|
*/
|
|
1340
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
1340
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Configures the `roundness` of the ColorPicker.
|
|
1343
1343
|
*
|
|
@@ -1749,7 +1749,7 @@ type: PropType<boolean>;
|
|
|
1749
1749
|
default: boolean;
|
|
1750
1750
|
};
|
|
1751
1751
|
size: {
|
|
1752
|
-
type: PropType<
|
|
1752
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1753
1753
|
default: string;
|
|
1754
1754
|
validator: (value: any) => any;
|
|
1755
1755
|
};
|
|
@@ -1879,7 +1879,7 @@ type: PropType<boolean>;
|
|
|
1879
1879
|
default: boolean;
|
|
1880
1880
|
};
|
|
1881
1881
|
size: {
|
|
1882
|
-
type: PropType<
|
|
1882
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1883
1883
|
default: string;
|
|
1884
1884
|
validator: (value: any) => any;
|
|
1885
1885
|
};
|
|
@@ -1928,7 +1928,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
1928
1928
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
1929
1929
|
}>, {
|
|
1930
1930
|
required: boolean;
|
|
1931
|
-
size:
|
|
1931
|
+
size: "small" | "medium" | "large";
|
|
1932
1932
|
rounded: string;
|
|
1933
1933
|
disabled: boolean;
|
|
1934
1934
|
fillMode: string;
|
|
@@ -1984,7 +1984,7 @@ export declare interface InputProps extends FormComponentProps {
|
|
|
1984
1984
|
*
|
|
1985
1985
|
* @default `medium`
|
|
1986
1986
|
*/
|
|
1987
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
1987
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
1988
1988
|
/**
|
|
1989
1989
|
* Configures the `roundness` of the Input.
|
|
1990
1990
|
*
|
|
@@ -2184,7 +2184,7 @@ accessKey: PropType<string>;
|
|
|
2184
2184
|
disabled: PropType<boolean>;
|
|
2185
2185
|
readonly: PropType<boolean>;
|
|
2186
2186
|
size: {
|
|
2187
|
-
type: PropType<
|
|
2187
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2188
2188
|
default: string;
|
|
2189
2189
|
validator: (value: any) => any;
|
|
2190
2190
|
};
|
|
@@ -2329,7 +2329,7 @@ accessKey: PropType<string>;
|
|
|
2329
2329
|
disabled: PropType<boolean>;
|
|
2330
2330
|
readonly: PropType<boolean>;
|
|
2331
2331
|
size: {
|
|
2332
|
-
type: PropType<
|
|
2332
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2333
2333
|
default: string;
|
|
2334
2334
|
validator: (value: any) => any;
|
|
2335
2335
|
};
|
|
@@ -2412,7 +2412,7 @@ onChangemodel?: (value: string) => any;
|
|
|
2412
2412
|
}>, {
|
|
2413
2413
|
type: string;
|
|
2414
2414
|
required: boolean;
|
|
2415
|
-
size:
|
|
2415
|
+
size: "small" | "medium" | "large";
|
|
2416
2416
|
rounded: string;
|
|
2417
2417
|
fillMode: string;
|
|
2418
2418
|
valid: boolean;
|
|
@@ -2515,7 +2515,7 @@ export declare interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
2515
2515
|
*
|
|
2516
2516
|
* @default `medium`
|
|
2517
2517
|
*/
|
|
2518
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
2518
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
2519
2519
|
/**
|
|
2520
2520
|
* Configures the `roundness` of the MaskedTextBox.
|
|
2521
2521
|
*
|
|
@@ -2714,7 +2714,7 @@ type: PropType<boolean>;
|
|
|
2714
2714
|
default: any;
|
|
2715
2715
|
};
|
|
2716
2716
|
size: {
|
|
2717
|
-
type: PropType<
|
|
2717
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2718
2718
|
default: string;
|
|
2719
2719
|
validator: (value: any) => any;
|
|
2720
2720
|
};
|
|
@@ -2861,7 +2861,7 @@ type: PropType<boolean>;
|
|
|
2861
2861
|
default: any;
|
|
2862
2862
|
};
|
|
2863
2863
|
size: {
|
|
2864
|
-
type: PropType<
|
|
2864
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2865
2865
|
default: string;
|
|
2866
2866
|
validator: (value: any) => any;
|
|
2867
2867
|
};
|
|
@@ -2902,7 +2902,7 @@ onChangemodel?: (value: number) => any;
|
|
|
2902
2902
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
2903
2903
|
}>, {
|
|
2904
2904
|
required: boolean;
|
|
2905
|
-
size:
|
|
2905
|
+
size: "small" | "medium" | "large";
|
|
2906
2906
|
rounded: string;
|
|
2907
2907
|
disabled: boolean;
|
|
2908
2908
|
fillMode: string;
|
|
@@ -2996,7 +2996,7 @@ type: PropType<string>;
|
|
|
2996
2996
|
default: string;
|
|
2997
2997
|
};
|
|
2998
2998
|
size: {
|
|
2999
|
-
type: PropType<
|
|
2999
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3000
3000
|
default: string;
|
|
3001
3001
|
validator: (value: any) => any;
|
|
3002
3002
|
};
|
|
@@ -3039,7 +3039,7 @@ type: PropType<string>;
|
|
|
3039
3039
|
default: string;
|
|
3040
3040
|
};
|
|
3041
3041
|
size: {
|
|
3042
|
-
type: PropType<
|
|
3042
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3043
3043
|
default: string;
|
|
3044
3044
|
validator: (value: any) => any;
|
|
3045
3045
|
};
|
|
@@ -3055,7 +3055,7 @@ onBlur?: (event: RadioButtonBlurEvent) => any;
|
|
|
3055
3055
|
onChange?: (event: RadioButtonChangeEvent) => any;
|
|
3056
3056
|
onFocus?: (event: RadioButtonFocusEvent) => any;
|
|
3057
3057
|
}>, {
|
|
3058
|
-
size:
|
|
3058
|
+
size: "small" | "medium" | "large";
|
|
3059
3059
|
valid: boolean;
|
|
3060
3060
|
tag: string;
|
|
3061
3061
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3169,7 +3169,7 @@ export declare interface RadioButtonProps {
|
|
|
3169
3169
|
*
|
|
3170
3170
|
* @default `medium`
|
|
3171
3171
|
*/
|
|
3172
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
3172
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
3173
3173
|
/**
|
|
3174
3174
|
* Sets the `tabIndex` property of the Radio button.
|
|
3175
3175
|
* Defaults to `0`.
|
|
@@ -3920,7 +3920,7 @@ type: PropType<boolean>;
|
|
|
3920
3920
|
default: any;
|
|
3921
3921
|
};
|
|
3922
3922
|
size: {
|
|
3923
|
-
type: PropType<
|
|
3923
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3924
3924
|
default: string;
|
|
3925
3925
|
validator: (value: any) => any;
|
|
3926
3926
|
};
|
|
@@ -4050,7 +4050,7 @@ type: PropType<boolean>;
|
|
|
4050
4050
|
default: any;
|
|
4051
4051
|
};
|
|
4052
4052
|
size: {
|
|
4053
|
-
type: PropType<
|
|
4053
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4054
4054
|
default: string;
|
|
4055
4055
|
validator: (value: any) => any;
|
|
4056
4056
|
};
|
|
@@ -4074,7 +4074,7 @@ onChangemodel?: (value: string) => any;
|
|
|
4074
4074
|
onOpen?: (event: SignatureOpenEvent) => any;
|
|
4075
4075
|
}>, {
|
|
4076
4076
|
required: boolean;
|
|
4077
|
-
size:
|
|
4077
|
+
size: "small" | "medium" | "large";
|
|
4078
4078
|
rounded: string;
|
|
4079
4079
|
fillMode: string;
|
|
4080
4080
|
valid: boolean;
|
|
@@ -4224,7 +4224,7 @@ export declare interface SignatureProps extends FormComponentProps {
|
|
|
4224
4224
|
*
|
|
4225
4225
|
* @default `medium`
|
|
4226
4226
|
*/
|
|
4227
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
4227
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
4228
4228
|
/**
|
|
4229
4229
|
* Configures the `roundness` of the Signature.
|
|
4230
4230
|
*
|
|
@@ -4885,7 +4885,7 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
4885
4885
|
*
|
|
4886
4886
|
* @default `medium`
|
|
4887
4887
|
*/
|
|
4888
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
4888
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
4889
4889
|
/**
|
|
4890
4890
|
* Configures the `trackRounded` of the Switch.
|
|
4891
4891
|
*
|
|
@@ -5012,7 +5012,7 @@ id: PropType<string>;
|
|
|
5012
5012
|
name: PropType<string>;
|
|
5013
5013
|
validationMessage: PropType<string>;
|
|
5014
5014
|
size: {
|
|
5015
|
-
type: PropType<
|
|
5015
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5016
5016
|
default: string;
|
|
5017
5017
|
validator: (value: any) => any;
|
|
5018
5018
|
};
|
|
@@ -5134,7 +5134,7 @@ id: PropType<string>;
|
|
|
5134
5134
|
name: PropType<string>;
|
|
5135
5135
|
validationMessage: PropType<string>;
|
|
5136
5136
|
size: {
|
|
5137
|
-
type: PropType<
|
|
5137
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5138
5138
|
default: string;
|
|
5139
5139
|
validator: (value: any) => any;
|
|
5140
5140
|
};
|
|
@@ -5187,7 +5187,7 @@ onFocus?: (event: TextAreaFocusEvent) => any;
|
|
|
5187
5187
|
onChangemodel?: (value: string | number | string[]) => any;
|
|
5188
5188
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
5189
5189
|
}>, {
|
|
5190
|
-
size:
|
|
5190
|
+
size: "small" | "medium" | "large";
|
|
5191
5191
|
rounded: string;
|
|
5192
5192
|
fillMode: string;
|
|
5193
5193
|
flow: string;
|
|
@@ -5337,7 +5337,7 @@ export declare interface TextAreaProps extends FormComponentProps {
|
|
|
5337
5337
|
*
|
|
5338
5338
|
* @default `medium`
|
|
5339
5339
|
*/
|
|
5340
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
5340
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
5341
5341
|
/**
|
|
5342
5342
|
* Configures the `roundness` of the NumericTextBox.
|
|
5343
5343
|
*
|
|
@@ -5496,7 +5496,7 @@ type: PropType<boolean>;
|
|
|
5496
5496
|
default: boolean;
|
|
5497
5497
|
};
|
|
5498
5498
|
size: {
|
|
5499
|
-
type: PropType<
|
|
5499
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5500
5500
|
default: string;
|
|
5501
5501
|
validator: (value: any) => any;
|
|
5502
5502
|
};
|
|
@@ -5641,7 +5641,7 @@ type: PropType<boolean>;
|
|
|
5641
5641
|
default: boolean;
|
|
5642
5642
|
};
|
|
5643
5643
|
size: {
|
|
5644
|
-
type: PropType<
|
|
5644
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5645
5645
|
default: string;
|
|
5646
5646
|
validator: (value: any) => any;
|
|
5647
5647
|
};
|
|
@@ -5700,7 +5700,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
5700
5700
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
5701
5701
|
}>, {
|
|
5702
5702
|
required: boolean;
|
|
5703
|
-
size:
|
|
5703
|
+
size: "small" | "medium" | "large";
|
|
5704
5704
|
rounded: string;
|
|
5705
5705
|
disabled: boolean;
|
|
5706
5706
|
fillMode: string;
|
|
@@ -5771,7 +5771,7 @@ export declare interface TextBoxProps extends FormComponentProps {
|
|
|
5771
5771
|
*
|
|
5772
5772
|
* @default `medium`
|
|
5773
5773
|
*/
|
|
5774
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
5774
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
5775
5775
|
/**
|
|
5776
5776
|
* Configures the `roundness` of the TextBox.
|
|
5777
5777
|
*
|
package/index.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ labelOptional: PropType<boolean>;
|
|
|
56
56
|
labelClass: PropType<string>;
|
|
57
57
|
name: PropType<string>;
|
|
58
58
|
size: {
|
|
59
|
-
type: PropType<
|
|
59
|
+
type: PropType<"small" | "medium" | "large">;
|
|
60
60
|
default: string;
|
|
61
61
|
validator: (value: any) => any;
|
|
62
62
|
};
|
|
@@ -147,7 +147,7 @@ labelOptional: PropType<boolean>;
|
|
|
147
147
|
labelClass: PropType<string>;
|
|
148
148
|
name: PropType<string>;
|
|
149
149
|
size: {
|
|
150
|
-
type: PropType<
|
|
150
|
+
type: PropType<"small" | "medium" | "large">;
|
|
151
151
|
default: string;
|
|
152
152
|
validator: (value: any) => any;
|
|
153
153
|
};
|
|
@@ -179,7 +179,7 @@ onChangemodel?: (value: boolean) => any;
|
|
|
179
179
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
180
180
|
}>, {
|
|
181
181
|
value: string | number | boolean | string[];
|
|
182
|
-
size:
|
|
182
|
+
size: "small" | "medium" | "large";
|
|
183
183
|
rounded: string;
|
|
184
184
|
checked: boolean;
|
|
185
185
|
modelValue: string | number | boolean | string[];
|
|
@@ -297,7 +297,7 @@ export declare interface CheckboxProps extends ToggleBaseProps, FormComponentPro
|
|
|
297
297
|
*
|
|
298
298
|
* @default `medium`
|
|
299
299
|
*/
|
|
300
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
300
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
301
301
|
/**
|
|
302
302
|
* Configures the `rounded` style of the Checkbox.
|
|
303
303
|
*
|
|
@@ -882,7 +882,7 @@ type: PropType<boolean>;
|
|
|
882
882
|
default: any;
|
|
883
883
|
};
|
|
884
884
|
size: {
|
|
885
|
-
type: PropType<
|
|
885
|
+
type: PropType<"small" | "medium" | "large">;
|
|
886
886
|
default: string;
|
|
887
887
|
validator: (value: any) => any;
|
|
888
888
|
};
|
|
@@ -1030,7 +1030,7 @@ type: PropType<boolean>;
|
|
|
1030
1030
|
default: any;
|
|
1031
1031
|
};
|
|
1032
1032
|
size: {
|
|
1033
|
-
type: PropType<
|
|
1033
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1034
1034
|
default: string;
|
|
1035
1035
|
validator: (value: any) => any;
|
|
1036
1036
|
};
|
|
@@ -1074,7 +1074,7 @@ onActivecolorclick?: (event: ColorPickerActiveColorClick) => any;
|
|
|
1074
1074
|
}>, {
|
|
1075
1075
|
value: string;
|
|
1076
1076
|
tabIndex: number;
|
|
1077
|
-
size:
|
|
1077
|
+
size: "small" | "medium" | "large";
|
|
1078
1078
|
view: string;
|
|
1079
1079
|
rounded: string;
|
|
1080
1080
|
adaptive: boolean;
|
|
@@ -1337,7 +1337,7 @@ export declare interface ColorPickerProps {
|
|
|
1337
1337
|
*
|
|
1338
1338
|
* @default `medium`
|
|
1339
1339
|
*/
|
|
1340
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
1340
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Configures the `roundness` of the ColorPicker.
|
|
1343
1343
|
*
|
|
@@ -1749,7 +1749,7 @@ type: PropType<boolean>;
|
|
|
1749
1749
|
default: boolean;
|
|
1750
1750
|
};
|
|
1751
1751
|
size: {
|
|
1752
|
-
type: PropType<
|
|
1752
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1753
1753
|
default: string;
|
|
1754
1754
|
validator: (value: any) => any;
|
|
1755
1755
|
};
|
|
@@ -1879,7 +1879,7 @@ type: PropType<boolean>;
|
|
|
1879
1879
|
default: boolean;
|
|
1880
1880
|
};
|
|
1881
1881
|
size: {
|
|
1882
|
-
type: PropType<
|
|
1882
|
+
type: PropType<"small" | "medium" | "large">;
|
|
1883
1883
|
default: string;
|
|
1884
1884
|
validator: (value: any) => any;
|
|
1885
1885
|
};
|
|
@@ -1928,7 +1928,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
1928
1928
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
1929
1929
|
}>, {
|
|
1930
1930
|
required: boolean;
|
|
1931
|
-
size:
|
|
1931
|
+
size: "small" | "medium" | "large";
|
|
1932
1932
|
rounded: string;
|
|
1933
1933
|
disabled: boolean;
|
|
1934
1934
|
fillMode: string;
|
|
@@ -1984,7 +1984,7 @@ export declare interface InputProps extends FormComponentProps {
|
|
|
1984
1984
|
*
|
|
1985
1985
|
* @default `medium`
|
|
1986
1986
|
*/
|
|
1987
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
1987
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
1988
1988
|
/**
|
|
1989
1989
|
* Configures the `roundness` of the Input.
|
|
1990
1990
|
*
|
|
@@ -2184,7 +2184,7 @@ accessKey: PropType<string>;
|
|
|
2184
2184
|
disabled: PropType<boolean>;
|
|
2185
2185
|
readonly: PropType<boolean>;
|
|
2186
2186
|
size: {
|
|
2187
|
-
type: PropType<
|
|
2187
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2188
2188
|
default: string;
|
|
2189
2189
|
validator: (value: any) => any;
|
|
2190
2190
|
};
|
|
@@ -2329,7 +2329,7 @@ accessKey: PropType<string>;
|
|
|
2329
2329
|
disabled: PropType<boolean>;
|
|
2330
2330
|
readonly: PropType<boolean>;
|
|
2331
2331
|
size: {
|
|
2332
|
-
type: PropType<
|
|
2332
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2333
2333
|
default: string;
|
|
2334
2334
|
validator: (value: any) => any;
|
|
2335
2335
|
};
|
|
@@ -2412,7 +2412,7 @@ onChangemodel?: (value: string) => any;
|
|
|
2412
2412
|
}>, {
|
|
2413
2413
|
type: string;
|
|
2414
2414
|
required: boolean;
|
|
2415
|
-
size:
|
|
2415
|
+
size: "small" | "medium" | "large";
|
|
2416
2416
|
rounded: string;
|
|
2417
2417
|
fillMode: string;
|
|
2418
2418
|
valid: boolean;
|
|
@@ -2515,7 +2515,7 @@ export declare interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
2515
2515
|
*
|
|
2516
2516
|
* @default `medium`
|
|
2517
2517
|
*/
|
|
2518
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
2518
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
2519
2519
|
/**
|
|
2520
2520
|
* Configures the `roundness` of the MaskedTextBox.
|
|
2521
2521
|
*
|
|
@@ -2714,7 +2714,7 @@ type: PropType<boolean>;
|
|
|
2714
2714
|
default: any;
|
|
2715
2715
|
};
|
|
2716
2716
|
size: {
|
|
2717
|
-
type: PropType<
|
|
2717
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2718
2718
|
default: string;
|
|
2719
2719
|
validator: (value: any) => any;
|
|
2720
2720
|
};
|
|
@@ -2861,7 +2861,7 @@ type: PropType<boolean>;
|
|
|
2861
2861
|
default: any;
|
|
2862
2862
|
};
|
|
2863
2863
|
size: {
|
|
2864
|
-
type: PropType<
|
|
2864
|
+
type: PropType<"small" | "medium" | "large">;
|
|
2865
2865
|
default: string;
|
|
2866
2866
|
validator: (value: any) => any;
|
|
2867
2867
|
};
|
|
@@ -2902,7 +2902,7 @@ onChangemodel?: (value: number) => any;
|
|
|
2902
2902
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
2903
2903
|
}>, {
|
|
2904
2904
|
required: boolean;
|
|
2905
|
-
size:
|
|
2905
|
+
size: "small" | "medium" | "large";
|
|
2906
2906
|
rounded: string;
|
|
2907
2907
|
disabled: boolean;
|
|
2908
2908
|
fillMode: string;
|
|
@@ -2996,7 +2996,7 @@ type: PropType<string>;
|
|
|
2996
2996
|
default: string;
|
|
2997
2997
|
};
|
|
2998
2998
|
size: {
|
|
2999
|
-
type: PropType<
|
|
2999
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3000
3000
|
default: string;
|
|
3001
3001
|
validator: (value: any) => any;
|
|
3002
3002
|
};
|
|
@@ -3039,7 +3039,7 @@ type: PropType<string>;
|
|
|
3039
3039
|
default: string;
|
|
3040
3040
|
};
|
|
3041
3041
|
size: {
|
|
3042
|
-
type: PropType<
|
|
3042
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3043
3043
|
default: string;
|
|
3044
3044
|
validator: (value: any) => any;
|
|
3045
3045
|
};
|
|
@@ -3055,7 +3055,7 @@ onBlur?: (event: RadioButtonBlurEvent) => any;
|
|
|
3055
3055
|
onChange?: (event: RadioButtonChangeEvent) => any;
|
|
3056
3056
|
onFocus?: (event: RadioButtonFocusEvent) => any;
|
|
3057
3057
|
}>, {
|
|
3058
|
-
size:
|
|
3058
|
+
size: "small" | "medium" | "large";
|
|
3059
3059
|
valid: boolean;
|
|
3060
3060
|
tag: string;
|
|
3061
3061
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3169,7 +3169,7 @@ export declare interface RadioButtonProps {
|
|
|
3169
3169
|
*
|
|
3170
3170
|
* @default `medium`
|
|
3171
3171
|
*/
|
|
3172
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
3172
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
3173
3173
|
/**
|
|
3174
3174
|
* Sets the `tabIndex` property of the Radio button.
|
|
3175
3175
|
* Defaults to `0`.
|
|
@@ -3920,7 +3920,7 @@ type: PropType<boolean>;
|
|
|
3920
3920
|
default: any;
|
|
3921
3921
|
};
|
|
3922
3922
|
size: {
|
|
3923
|
-
type: PropType<
|
|
3923
|
+
type: PropType<"small" | "medium" | "large">;
|
|
3924
3924
|
default: string;
|
|
3925
3925
|
validator: (value: any) => any;
|
|
3926
3926
|
};
|
|
@@ -4050,7 +4050,7 @@ type: PropType<boolean>;
|
|
|
4050
4050
|
default: any;
|
|
4051
4051
|
};
|
|
4052
4052
|
size: {
|
|
4053
|
-
type: PropType<
|
|
4053
|
+
type: PropType<"small" | "medium" | "large">;
|
|
4054
4054
|
default: string;
|
|
4055
4055
|
validator: (value: any) => any;
|
|
4056
4056
|
};
|
|
@@ -4074,7 +4074,7 @@ onChangemodel?: (value: string) => any;
|
|
|
4074
4074
|
onOpen?: (event: SignatureOpenEvent) => any;
|
|
4075
4075
|
}>, {
|
|
4076
4076
|
required: boolean;
|
|
4077
|
-
size:
|
|
4077
|
+
size: "small" | "medium" | "large";
|
|
4078
4078
|
rounded: string;
|
|
4079
4079
|
fillMode: string;
|
|
4080
4080
|
valid: boolean;
|
|
@@ -4224,7 +4224,7 @@ export declare interface SignatureProps extends FormComponentProps {
|
|
|
4224
4224
|
*
|
|
4225
4225
|
* @default `medium`
|
|
4226
4226
|
*/
|
|
4227
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
4227
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
4228
4228
|
/**
|
|
4229
4229
|
* Configures the `roundness` of the Signature.
|
|
4230
4230
|
*
|
|
@@ -4885,7 +4885,7 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
4885
4885
|
*
|
|
4886
4886
|
* @default `medium`
|
|
4887
4887
|
*/
|
|
4888
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
4888
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
4889
4889
|
/**
|
|
4890
4890
|
* Configures the `trackRounded` of the Switch.
|
|
4891
4891
|
*
|
|
@@ -5012,7 +5012,7 @@ id: PropType<string>;
|
|
|
5012
5012
|
name: PropType<string>;
|
|
5013
5013
|
validationMessage: PropType<string>;
|
|
5014
5014
|
size: {
|
|
5015
|
-
type: PropType<
|
|
5015
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5016
5016
|
default: string;
|
|
5017
5017
|
validator: (value: any) => any;
|
|
5018
5018
|
};
|
|
@@ -5134,7 +5134,7 @@ id: PropType<string>;
|
|
|
5134
5134
|
name: PropType<string>;
|
|
5135
5135
|
validationMessage: PropType<string>;
|
|
5136
5136
|
size: {
|
|
5137
|
-
type: PropType<
|
|
5137
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5138
5138
|
default: string;
|
|
5139
5139
|
validator: (value: any) => any;
|
|
5140
5140
|
};
|
|
@@ -5187,7 +5187,7 @@ onFocus?: (event: TextAreaFocusEvent) => any;
|
|
|
5187
5187
|
onChangemodel?: (value: string | number | string[]) => any;
|
|
5188
5188
|
"onUpdate:modelValue"?: (value: string | number | string[]) => any;
|
|
5189
5189
|
}>, {
|
|
5190
|
-
size:
|
|
5190
|
+
size: "small" | "medium" | "large";
|
|
5191
5191
|
rounded: string;
|
|
5192
5192
|
fillMode: string;
|
|
5193
5193
|
flow: string;
|
|
@@ -5337,7 +5337,7 @@ export declare interface TextAreaProps extends FormComponentProps {
|
|
|
5337
5337
|
*
|
|
5338
5338
|
* @default `medium`
|
|
5339
5339
|
*/
|
|
5340
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
5340
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
5341
5341
|
/**
|
|
5342
5342
|
* Configures the `roundness` of the NumericTextBox.
|
|
5343
5343
|
*
|
|
@@ -5496,7 +5496,7 @@ type: PropType<boolean>;
|
|
|
5496
5496
|
default: boolean;
|
|
5497
5497
|
};
|
|
5498
5498
|
size: {
|
|
5499
|
-
type: PropType<
|
|
5499
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5500
5500
|
default: string;
|
|
5501
5501
|
validator: (value: any) => any;
|
|
5502
5502
|
};
|
|
@@ -5641,7 +5641,7 @@ type: PropType<boolean>;
|
|
|
5641
5641
|
default: boolean;
|
|
5642
5642
|
};
|
|
5643
5643
|
size: {
|
|
5644
|
-
type: PropType<
|
|
5644
|
+
type: PropType<"small" | "medium" | "large">;
|
|
5645
5645
|
default: string;
|
|
5646
5646
|
validator: (value: any) => any;
|
|
5647
5647
|
};
|
|
@@ -5700,7 +5700,7 @@ onChangemodel?: (value: string | number) => any;
|
|
|
5700
5700
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
5701
5701
|
}>, {
|
|
5702
5702
|
required: boolean;
|
|
5703
|
-
size:
|
|
5703
|
+
size: "small" | "medium" | "large";
|
|
5704
5704
|
rounded: string;
|
|
5705
5705
|
disabled: boolean;
|
|
5706
5706
|
fillMode: string;
|
|
@@ -5771,7 +5771,7 @@ export declare interface TextBoxProps extends FormComponentProps {
|
|
|
5771
5771
|
*
|
|
5772
5772
|
* @default `medium`
|
|
5773
5773
|
*/
|
|
5774
|
-
size?: null | 'small' | 'medium' | 'large'
|
|
5774
|
+
size?: null | 'small' | 'medium' | 'large';
|
|
5775
5775
|
/**
|
|
5776
5776
|
* Configures the `roundness` of the TextBox.
|
|
5777
5777
|
*
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-inputs",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-inputs",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1769676059,version:"7.1.0-develop.6",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "7.1.0-develop.
|
|
13
|
+
publishDate: 1769676059,
|
|
14
|
+
version: "7.1.0-develop.6",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-inputs",
|
|
3
|
-
"version": "7.1.0-develop.
|
|
3
|
+
"version": "7.1.0-develop.6",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@progress/kendo-drawing": "^1.21.1",
|
|
22
22
|
"@progress/kendo-licensing": "^1.7.2",
|
|
23
|
-
"@progress/kendo-vue-animation": "7.1.0-develop.
|
|
24
|
-
"@progress/kendo-vue-buttons": "7.1.0-develop.
|
|
25
|
-
"@progress/kendo-vue-common": "7.1.0-develop.
|
|
26
|
-
"@progress/kendo-vue-dialogs": "7.1.0-develop.
|
|
27
|
-
"@progress/kendo-vue-intl": "7.1.0-develop.
|
|
28
|
-
"@progress/kendo-vue-labels": "7.1.0-develop.
|
|
29
|
-
"@progress/kendo-vue-popup": "7.1.0-develop.
|
|
23
|
+
"@progress/kendo-vue-animation": "7.1.0-develop.6",
|
|
24
|
+
"@progress/kendo-vue-buttons": "7.1.0-develop.6",
|
|
25
|
+
"@progress/kendo-vue-common": "7.1.0-develop.6",
|
|
26
|
+
"@progress/kendo-vue-dialogs": "7.1.0-develop.6",
|
|
27
|
+
"@progress/kendo-vue-intl": "7.1.0-develop.6",
|
|
28
|
+
"@progress/kendo-vue-labels": "7.1.0-develop.6",
|
|
29
|
+
"@progress/kendo-vue-popup": "7.1.0-develop.6",
|
|
30
30
|
"@progress/kendo-svg-icons": "^4.4.0",
|
|
31
31
|
"vue": "^3.0.2"
|
|
32
32
|
},
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"package": {
|
|
50
50
|
"productName": "Kendo UI for Vue",
|
|
51
51
|
"productCode": "KENDOUIVUE",
|
|
52
|
-
"publishDate":
|
|
52
|
+
"publishDate": 1769676059,
|
|
53
53
|
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
54
54
|
}
|
|
55
55
|
},
|