@progress/kendo-vue-inputs 10.0.1-develop.1 → 10.0.1-develop.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/checkbox/interfaces/CheckboxProps.d.ts +1 -1
- package/colors/FlatColorPicker.d.ts +1 -0
- package/colors/FlatColorPicker.js +1 -1
- package/colors/FlatColorPicker.mjs +14 -13
- package/colors/HexInput.js +1 -1
- package/colors/HexInput.mjs +4 -4
- package/colors/interfaces/ColorGradientProps.d.ts +1 -1
- package/colors/interfaces/ColorPaletteProps.d.ts +1 -1
- package/colors/interfaces/ColorPickerProps.d.ts +1 -1
- package/dist/cdn/js/kendo-vue-inputs.js +1 -1
- package/maskedtextbox/MaskedTextBoxProps.d.ts +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
- package/radiobutton/interfaces/RadioButtonProps.d.ts +1 -1
- package/radiobutton/interfaces/RadioGroupProps.d.ts +1 -1
- package/range-slider/RangeSlider.d.ts +1 -1
- package/rating/interfaces/RatingProps.d.ts +1 -1
- package/signature/interfaces/SignatureProps.d.ts +1 -1
- package/slider/Slider.d.ts +1 -1
- package/switch/Switch.d.ts +1 -1
- package/textarea/interfaces/TextAreaProps.d.ts +1 -1
|
@@ -120,7 +120,7 @@ export interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
120
120
|
*/
|
|
121
121
|
id?: string;
|
|
122
122
|
/**
|
|
123
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
123
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
124
124
|
* For example these elements could contain error or hint message.
|
|
125
125
|
*/
|
|
126
126
|
ariaDescribedBy?: string;
|
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: 1788964047,version:"10.0.1-develop.2",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: "10.0.1-develop.
|
|
13
|
+
publishDate: 1788964047,
|
|
14
|
+
version: "10.0.1-develop.2",
|
|
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": "10.0.1-develop.
|
|
3
|
+
"version": "10.0.1-develop.2",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@progress/kendo-drawing": "^1.21.1",
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
|
-
"@progress/kendo-vue-animation": "10.0.1-develop.
|
|
30
|
-
"@progress/kendo-vue-buttons": "10.0.1-develop.
|
|
31
|
-
"@progress/kendo-vue-common": "10.0.1-develop.
|
|
32
|
-
"@progress/kendo-vue-dialogs": "10.0.1-develop.
|
|
33
|
-
"@progress/kendo-vue-intl": "10.0.1-develop.
|
|
34
|
-
"@progress/kendo-vue-labels": "10.0.1-develop.
|
|
35
|
-
"@progress/kendo-vue-popup": "10.0.1-develop.
|
|
29
|
+
"@progress/kendo-vue-animation": "10.0.1-develop.2",
|
|
30
|
+
"@progress/kendo-vue-buttons": "10.0.1-develop.2",
|
|
31
|
+
"@progress/kendo-vue-common": "10.0.1-develop.2",
|
|
32
|
+
"@progress/kendo-vue-dialogs": "10.0.1-develop.2",
|
|
33
|
+
"@progress/kendo-vue-intl": "10.0.1-develop.2",
|
|
34
|
+
"@progress/kendo-vue-labels": "10.0.1-develop.2",
|
|
35
|
+
"@progress/kendo-vue-popup": "10.0.1-develop.2",
|
|
36
36
|
"@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0",
|
|
37
37
|
"vue": "^3.0.2"
|
|
38
38
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"package": {
|
|
56
56
|
"productName": "Kendo UI for Vue",
|
|
57
57
|
"productCode": "KENDOUIVUE",
|
|
58
|
-
"publishDate":
|
|
58
|
+
"publishDate": 1788964047,
|
|
59
59
|
"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"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -15,7 +15,7 @@ import { RadioButtonFocusEvent } from './RadioButtonFocusEvent';
|
|
|
15
15
|
export interface RadioButtonProps {
|
|
16
16
|
/**
|
|
17
17
|
* Identifies the element(s) which will describe the component, similar
|
|
18
|
-
* to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
18
|
+
* to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
19
19
|
* For example these elements could contain error or hint message.
|
|
20
20
|
*/
|
|
21
21
|
ariaDescribedBy?: string;
|
|
@@ -14,7 +14,7 @@ import { RadioGroupChangeEvent } from './RadioGroupChangeEvent';
|
|
|
14
14
|
export interface RadioGroupProps {
|
|
15
15
|
/**
|
|
16
16
|
* Identifies the element(s) which will describe the component, similar to HTML
|
|
17
|
-
* [aria-describedby](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
17
|
+
* [aria-describedby](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby)
|
|
18
18
|
* attribute. For example these elements could contain error or hint message.
|
|
19
19
|
*/
|
|
20
20
|
ariaDescribedBy?: string;
|
|
@@ -73,7 +73,7 @@ export interface RangeSliderProps extends FormComponentProps {
|
|
|
73
73
|
*/
|
|
74
74
|
endTabIndex?: number;
|
|
75
75
|
/**
|
|
76
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
76
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
77
77
|
* For example these elements could contain error or hint message.
|
|
78
78
|
*/
|
|
79
79
|
ariaDescribedBy?: string;
|
|
@@ -92,7 +92,7 @@ export interface RatingProps extends FormComponentProps {
|
|
|
92
92
|
*/
|
|
93
93
|
half?: boolean;
|
|
94
94
|
/**
|
|
95
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
95
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
96
96
|
* For example these elements could contain error or hint message.
|
|
97
97
|
*/
|
|
98
98
|
ariaDescribedBy?: string;
|
|
@@ -42,7 +42,7 @@ export interface SignatureProps extends FormComponentProps {
|
|
|
42
42
|
*/
|
|
43
43
|
name?: string;
|
|
44
44
|
/**
|
|
45
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
45
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
46
46
|
* For example these elements could contain error or hint message.
|
|
47
47
|
*/
|
|
48
48
|
ariaDescribedBy?: string;
|
package/slider/Slider.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export interface SliderProps extends FormComponentProps {
|
|
|
78
78
|
*/
|
|
79
79
|
id?: string;
|
|
80
80
|
/**
|
|
81
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
81
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
82
82
|
* For example these elements could contain error or hint message.
|
|
83
83
|
*/
|
|
84
84
|
ariaDescribedBy?: string;
|
package/switch/Switch.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export interface SwitchProps extends ToggleBaseProps, FormComponentProps {
|
|
|
96
96
|
*/
|
|
97
97
|
thumbRounded?: 'none' | 'small' | 'medium' | 'large' | 'full';
|
|
98
98
|
/**
|
|
99
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
99
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
100
100
|
* For example these elements could contain error or hint message.
|
|
101
101
|
*/
|
|
102
102
|
ariaDescribedBy?: string;
|
|
@@ -16,7 +16,7 @@ import { TextAreaResize } from './TextAreaResize';
|
|
|
16
16
|
*/
|
|
17
17
|
export interface TextAreaProps extends FormComponentProps {
|
|
18
18
|
/**
|
|
19
|
-
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/
|
|
19
|
+
* Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-describedby).
|
|
20
20
|
* For example these elements could contain error or hint message.
|
|
21
21
|
*/
|
|
22
22
|
ariaDescribedBy?: string;
|