@progress/kendo-vue-inputs 3.14.2-dev.202309250455 → 3.15.0-dev.202309281100
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/dist/es/package-metadata.js +1 -1
- package/dist/es/textbox/TextBox.d.ts +15 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/textbox/TextBox.d.ts +15 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/textbox/TextBox.d.ts +15 -1
- package/package.json +13 -13
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-inputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1695898189,
|
|
9
9
|
version: '',
|
|
10
10
|
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'
|
|
11
11
|
};
|
|
@@ -4,6 +4,20 @@ declare type DefaultData<V> = object | ((this: V) => TextBoxData);
|
|
|
4
4
|
declare type DefaultMethods<V> = {
|
|
5
5
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
6
6
|
};
|
|
7
|
+
export interface TextBoxChangeEvent {
|
|
8
|
+
/**
|
|
9
|
+
* A reference to the native event.
|
|
10
|
+
*/
|
|
11
|
+
event: any;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the event that is triggred. The value of this prop is `change`.
|
|
14
|
+
*/
|
|
15
|
+
eventName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The current value of the TextBox.
|
|
18
|
+
*/
|
|
19
|
+
value: string | string[] | number;
|
|
20
|
+
}
|
|
7
21
|
/**
|
|
8
22
|
* Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).
|
|
9
23
|
* Extends the [native input props](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextBoxElement).
|
|
@@ -60,7 +74,7 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
60
74
|
/**
|
|
61
75
|
* Fires when the `change` event of the input is triggered.
|
|
62
76
|
*/
|
|
63
|
-
onChange?: (event:
|
|
77
|
+
onChange?: (event: TextBoxChangeEvent) => void;
|
|
64
78
|
/**
|
|
65
79
|
* Fires when the `input` event of the input is triggered.
|
|
66
80
|
*/
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-inputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1695898189,
|
|
9
9
|
version: '',
|
|
10
10
|
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'
|
|
11
11
|
};
|
|
@@ -4,6 +4,20 @@ declare type DefaultData<V> = object | ((this: V) => TextBoxData);
|
|
|
4
4
|
declare type DefaultMethods<V> = {
|
|
5
5
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
6
6
|
};
|
|
7
|
+
export interface TextBoxChangeEvent {
|
|
8
|
+
/**
|
|
9
|
+
* A reference to the native event.
|
|
10
|
+
*/
|
|
11
|
+
event: any;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the event that is triggred. The value of this prop is `change`.
|
|
14
|
+
*/
|
|
15
|
+
eventName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The current value of the TextBox.
|
|
18
|
+
*/
|
|
19
|
+
value: string | string[] | number;
|
|
20
|
+
}
|
|
7
21
|
/**
|
|
8
22
|
* Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).
|
|
9
23
|
* Extends the [native input props](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextBoxElement).
|
|
@@ -60,7 +74,7 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
60
74
|
/**
|
|
61
75
|
* Fires when the `change` event of the input is triggered.
|
|
62
76
|
*/
|
|
63
|
-
onChange?: (event:
|
|
77
|
+
onChange?: (event: TextBoxChangeEvent) => void;
|
|
64
78
|
/**
|
|
65
79
|
* Fires when the `input` event of the input is triggered.
|
|
66
80
|
*/
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-inputs',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1695898189,
|
|
12
12
|
version: '',
|
|
13
13
|
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'
|
|
14
14
|
};
|
|
@@ -4,6 +4,20 @@ declare type DefaultData<V> = object | ((this: V) => TextBoxData);
|
|
|
4
4
|
declare type DefaultMethods<V> = {
|
|
5
5
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
6
6
|
};
|
|
7
|
+
export interface TextBoxChangeEvent {
|
|
8
|
+
/**
|
|
9
|
+
* A reference to the native event.
|
|
10
|
+
*/
|
|
11
|
+
event: any;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the event that is triggred. The value of this prop is `change`.
|
|
14
|
+
*/
|
|
15
|
+
eventName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The current value of the TextBox.
|
|
18
|
+
*/
|
|
19
|
+
value: string | string[] | number;
|
|
20
|
+
}
|
|
7
21
|
/**
|
|
8
22
|
* Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).
|
|
9
23
|
* Extends the [native input props](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextBoxElement).
|
|
@@ -60,7 +74,7 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
60
74
|
/**
|
|
61
75
|
* Fires when the `change` event of the input is triggered.
|
|
62
76
|
*/
|
|
63
|
-
onChange?: (event:
|
|
77
|
+
onChange?: (event: TextBoxChangeEvent) => void;
|
|
64
78
|
/**
|
|
65
79
|
* Fires when the `input` event of the input is triggered.
|
|
66
80
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-inputs",
|
|
3
3
|
"description": "Kendo UI for Vue Input package",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.15.0-dev.202309281100",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@progress/kendo-inputs-common": "^3.1.0",
|
|
50
|
-
"@progress/kendo-vue-buttons": "3.
|
|
51
|
-
"@progress/kendo-vue-common": "3.
|
|
52
|
-
"@progress/kendo-vue-dialogs": "3.
|
|
53
|
-
"@progress/kendo-vue-labels": "3.
|
|
54
|
-
"@progress/kendo-vue-popup": "3.
|
|
50
|
+
"@progress/kendo-vue-buttons": "3.15.0-dev.202309281100",
|
|
51
|
+
"@progress/kendo-vue-common": "3.15.0-dev.202309281100",
|
|
52
|
+
"@progress/kendo-vue-dialogs": "3.15.0-dev.202309281100",
|
|
53
|
+
"@progress/kendo-vue-labels": "3.15.0-dev.202309281100",
|
|
54
|
+
"@progress/kendo-vue-popup": "3.15.0-dev.202309281100"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@progress/kendo-data-query": "^1.5.5",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
61
61
|
"@progress/kendo-licensing": "^1.3.0",
|
|
62
62
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
63
|
-
"@progress/kendo-vue-buttons": "3.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "3.
|
|
65
|
-
"@progress/kendo-vue-form": "3.
|
|
66
|
-
"@progress/kendo-vue-intl": "3.
|
|
67
|
-
"@progress/kendo-vue-labels": "3.
|
|
68
|
-
"@progress/kendo-vue-tooltip": "3.
|
|
69
|
-
"@progress/kendo-vue-upload": "3.
|
|
63
|
+
"@progress/kendo-vue-buttons": "3.15.0-dev.202309281100",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "3.15.0-dev.202309281100",
|
|
65
|
+
"@progress/kendo-vue-form": "3.15.0-dev.202309281100",
|
|
66
|
+
"@progress/kendo-vue-intl": "3.15.0-dev.202309281100",
|
|
67
|
+
"@progress/kendo-vue-labels": "3.15.0-dev.202309281100",
|
|
68
|
+
"@progress/kendo-vue-tooltip": "3.15.0-dev.202309281100",
|
|
69
|
+
"@progress/kendo-vue-upload": "3.15.0-dev.202309281100",
|
|
70
70
|
"cldr-core": "^41.0.0",
|
|
71
71
|
"cldr-dates-full": "^41.0.0",
|
|
72
72
|
"cldr-numbers-full": "^41.0.0"
|