@progress/kendo-vue-inputs 4.0.0 → 4.1.0-dev.202310241034
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/maskedtextbox/MaskedTextBoxProps.d.ts +2 -1
- package/dist/es/numerictextbox/interfaces/NumericTextBoxProps.d.ts +2 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/textarea/interfaces/TextAreaProps.d.ts +2 -1
- package/dist/es/textbox/TextBox.d.ts +2 -1
- package/dist/esm/maskedtextbox/MaskedTextBoxProps.d.ts +2 -1
- package/dist/esm/numerictextbox/interfaces/NumericTextBoxProps.d.ts +2 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/textarea/interfaces/TextAreaProps.d.ts +2 -1
- package/dist/esm/textbox/TextBox.d.ts +2 -1
- package/dist/npm/maskedtextbox/MaskedTextBoxProps.d.ts +2 -1
- package/dist/npm/numerictextbox/interfaces/NumericTextBoxProps.d.ts +2 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/textarea/interfaces/TextAreaProps.d.ts +2 -1
- package/dist/npm/textbox/TextBox.d.ts +2 -1
- package/package.json +13 -13
|
@@ -185,7 +185,8 @@ export interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
185
185
|
*/
|
|
186
186
|
type?: string;
|
|
187
187
|
/**
|
|
188
|
-
* Defines a string prop that controls the input icon.
|
|
188
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
189
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
189
190
|
*/
|
|
190
191
|
iconName?: String;
|
|
191
192
|
/**
|
|
@@ -132,7 +132,8 @@ export interface NumericTextBoxProps extends FormComponentProps {
|
|
|
132
132
|
*/
|
|
133
133
|
validityStyles?: boolean;
|
|
134
134
|
/**
|
|
135
|
-
* Defines a string prop that controls the input icon.
|
|
135
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
136
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
136
137
|
*/
|
|
137
138
|
iconName?: String;
|
|
138
139
|
/**
|
|
@@ -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: 1698143037,
|
|
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
|
};
|
|
@@ -130,7 +130,8 @@ export interface TextAreaProps extends FormComponentProps {
|
|
|
130
130
|
*/
|
|
131
131
|
validityStyles?: boolean;
|
|
132
132
|
/**
|
|
133
|
-
* Defines a string prop that controls the input icon.
|
|
133
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
134
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
134
135
|
*/
|
|
135
136
|
iconName?: String;
|
|
136
137
|
/**
|
|
@@ -104,7 +104,8 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
104
104
|
*/
|
|
105
105
|
placeholder?: string;
|
|
106
106
|
/**
|
|
107
|
-
* Defines a string prop that controls the input icon.
|
|
107
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
108
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
108
109
|
*/
|
|
109
110
|
iconName?: String;
|
|
110
111
|
/**
|
|
@@ -185,7 +185,8 @@ export interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
185
185
|
*/
|
|
186
186
|
type?: string;
|
|
187
187
|
/**
|
|
188
|
-
* Defines a string prop that controls the input icon.
|
|
188
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
189
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
189
190
|
*/
|
|
190
191
|
iconName?: String;
|
|
191
192
|
/**
|
|
@@ -132,7 +132,8 @@ export interface NumericTextBoxProps extends FormComponentProps {
|
|
|
132
132
|
*/
|
|
133
133
|
validityStyles?: boolean;
|
|
134
134
|
/**
|
|
135
|
-
* Defines a string prop that controls the input icon.
|
|
135
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
136
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
136
137
|
*/
|
|
137
138
|
iconName?: String;
|
|
138
139
|
/**
|
|
@@ -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: 1698143037,
|
|
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
|
};
|
|
@@ -130,7 +130,8 @@ export interface TextAreaProps extends FormComponentProps {
|
|
|
130
130
|
*/
|
|
131
131
|
validityStyles?: boolean;
|
|
132
132
|
/**
|
|
133
|
-
* Defines a string prop that controls the input icon.
|
|
133
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
134
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
134
135
|
*/
|
|
135
136
|
iconName?: String;
|
|
136
137
|
/**
|
|
@@ -104,7 +104,8 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
104
104
|
*/
|
|
105
105
|
placeholder?: string;
|
|
106
106
|
/**
|
|
107
|
-
* Defines a string prop that controls the input icon.
|
|
107
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
108
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
108
109
|
*/
|
|
109
110
|
iconName?: String;
|
|
110
111
|
/**
|
|
@@ -185,7 +185,8 @@ export interface MaskedTextBoxProps extends FormComponentProps {
|
|
|
185
185
|
*/
|
|
186
186
|
type?: string;
|
|
187
187
|
/**
|
|
188
|
-
* Defines a string prop that controls the input icon.
|
|
188
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
189
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
189
190
|
*/
|
|
190
191
|
iconName?: String;
|
|
191
192
|
/**
|
|
@@ -132,7 +132,8 @@ export interface NumericTextBoxProps extends FormComponentProps {
|
|
|
132
132
|
*/
|
|
133
133
|
validityStyles?: boolean;
|
|
134
134
|
/**
|
|
135
|
-
* Defines a string prop that controls the input icon.
|
|
135
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
136
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
136
137
|
*/
|
|
137
138
|
iconName?: String;
|
|
138
139
|
/**
|
|
@@ -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: 1698143037,
|
|
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
|
};
|
|
@@ -130,7 +130,8 @@ export interface TextAreaProps extends FormComponentProps {
|
|
|
130
130
|
*/
|
|
131
131
|
validityStyles?: boolean;
|
|
132
132
|
/**
|
|
133
|
-
* Defines a string prop that controls the input icon.
|
|
133
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
134
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
134
135
|
*/
|
|
135
136
|
iconName?: String;
|
|
136
137
|
/**
|
|
@@ -104,7 +104,8 @@ export interface TextBoxProps extends FormComponentProps {
|
|
|
104
104
|
*/
|
|
105
105
|
placeholder?: string;
|
|
106
106
|
/**
|
|
107
|
-
* Defines a string prop that controls the input icon.
|
|
107
|
+
* Defines a string prop that controls the input icon. This property works only with the Kendo UI for Vue FontIcons.
|
|
108
|
+
* Check the [Icons]({% slug icons %}) article for more information about how the Font Icon can be loaded to your project.
|
|
108
109
|
*/
|
|
109
110
|
iconName?: String;
|
|
110
111
|
/**
|
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": "4.0.
|
|
4
|
+
"version": "4.1.0-dev.202310241034",
|
|
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": "4.0.
|
|
51
|
-
"@progress/kendo-vue-common": "4.0.
|
|
52
|
-
"@progress/kendo-vue-dialogs": "4.0.
|
|
53
|
-
"@progress/kendo-vue-labels": "4.0.
|
|
54
|
-
"@progress/kendo-vue-popup": "4.0.
|
|
50
|
+
"@progress/kendo-vue-buttons": "4.1.0-dev.202310241034",
|
|
51
|
+
"@progress/kendo-vue-common": "4.1.0-dev.202310241034",
|
|
52
|
+
"@progress/kendo-vue-dialogs": "4.1.0-dev.202310241034",
|
|
53
|
+
"@progress/kendo-vue-labels": "4.1.0-dev.202310241034",
|
|
54
|
+
"@progress/kendo-vue-popup": "4.1.0-dev.202310241034"
|
|
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": "^2.0.0",
|
|
63
|
-
"@progress/kendo-vue-buttons": "4.0.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "4.0.
|
|
65
|
-
"@progress/kendo-vue-form": "4.0.
|
|
66
|
-
"@progress/kendo-vue-intl": "4.0.
|
|
67
|
-
"@progress/kendo-vue-labels": "4.0.
|
|
68
|
-
"@progress/kendo-vue-tooltip": "4.0.
|
|
69
|
-
"@progress/kendo-vue-upload": "4.0.
|
|
63
|
+
"@progress/kendo-vue-buttons": "4.1.0-dev.202310241034",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "4.1.0-dev.202310241034",
|
|
65
|
+
"@progress/kendo-vue-form": "4.1.0-dev.202310241034",
|
|
66
|
+
"@progress/kendo-vue-intl": "4.1.0-dev.202310241034",
|
|
67
|
+
"@progress/kendo-vue-labels": "4.1.0-dev.202310241034",
|
|
68
|
+
"@progress/kendo-vue-tooltip": "4.1.0-dev.202310241034",
|
|
69
|
+
"@progress/kendo-vue-upload": "4.1.0-dev.202310241034",
|
|
70
70
|
"cldr-core": "^41.0.0",
|
|
71
71
|
"cldr-dates-full": "^41.0.0",
|
|
72
72
|
"cldr-numbers-full": "^41.0.0"
|