@progress/kendo-vue-data-tools 3.15.0-dev.202309281100 → 4.0.0-dev.202310041201
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-data-tools.js +1 -1
- package/dist/es/cells/FilterCell.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/cells/FilterCell.js +2 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/cells/FilterCell.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +10 -10
|
@@ -7,7 +7,7 @@ var inject = allVue.inject;
|
|
|
7
7
|
import { Button } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { messages, columnMenuFilterClearButton as filterClearButton, columnMenuFilterChooseOperator as filterChooseOperator, filterTextFilterAriaLabel, filterEnumFilterDropdownAriaLabel, filterDateFilterAriaLabel, filterNumericFilterAriaLabel, filterDropDownOperatorAriaLabel } from '../messages/main';
|
|
9
9
|
import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
10
|
-
import { NumericTextBox,
|
|
10
|
+
import { NumericTextBox, TextBox } from '@progress/kendo-vue-inputs';
|
|
11
11
|
import { DatePicker } from '@progress/kendo-vue-dateinputs';
|
|
12
12
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
13
13
|
import { cellBoolDropdownChange, cellInputChange, cellOperatorChange } from '../filterCommon';
|
|
@@ -215,7 +215,7 @@ var FilterCellVue2 = {
|
|
|
215
215
|
})
|
|
216
216
|
);
|
|
217
217
|
default:
|
|
218
|
-
return h(
|
|
218
|
+
return h(TextBox, {
|
|
219
219
|
size: size,
|
|
220
220
|
attrs: this.v3 ? undefined : {
|
|
221
221
|
size: size,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-data-tools',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1696420363,
|
|
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
|
};
|
|
@@ -7,7 +7,7 @@ var inject = allVue.inject;
|
|
|
7
7
|
import { Button } from '@progress/kendo-vue-buttons';
|
|
8
8
|
import { messages, columnMenuFilterClearButton as filterClearButton, columnMenuFilterChooseOperator as filterChooseOperator, filterTextFilterAriaLabel, filterEnumFilterDropdownAriaLabel, filterDateFilterAriaLabel, filterNumericFilterAriaLabel, filterDropDownOperatorAriaLabel } from '../messages/main.js';
|
|
9
9
|
import { DropDownList } from '@progress/kendo-vue-dropdowns';
|
|
10
|
-
import { NumericTextBox,
|
|
10
|
+
import { NumericTextBox, TextBox } from '@progress/kendo-vue-inputs';
|
|
11
11
|
import { DatePicker } from '@progress/kendo-vue-dateinputs';
|
|
12
12
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
13
13
|
import { cellBoolDropdownChange, cellInputChange, cellOperatorChange } from '../filterCommon.js';
|
|
@@ -215,7 +215,7 @@ var FilterCellVue2 = {
|
|
|
215
215
|
})
|
|
216
216
|
);
|
|
217
217
|
default:
|
|
218
|
-
return h(
|
|
218
|
+
return h(TextBox, {
|
|
219
219
|
size: size,
|
|
220
220
|
attrs: this.v3 ? undefined : {
|
|
221
221
|
size: size,
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-data-tools',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1696420363,
|
|
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
|
};
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-data-tools',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1696420363,
|
|
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
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-data-tools",
|
|
3
3
|
"description": "Kendo UI for Vue Data Tools package",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0-dev.202310041201",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue": "^2.6.12 || ^3.0.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-vue-common": "
|
|
53
|
+
"@progress/kendo-vue-common": "4.0.0-dev.202310041201"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@progress/kendo-data-query": "^1.0.0",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@progress/kendo-drawing": "^1.8.0",
|
|
59
59
|
"@progress/kendo-licensing": "^1.3.0",
|
|
60
60
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
61
|
-
"@progress/kendo-vue-animation": "
|
|
62
|
-
"@progress/kendo-vue-buttons": "
|
|
63
|
-
"@progress/kendo-vue-dateinputs": "
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "
|
|
65
|
-
"@progress/kendo-vue-grid": "
|
|
66
|
-
"@progress/kendo-vue-inputs": "
|
|
67
|
-
"@progress/kendo-vue-intl": "
|
|
68
|
-
"@progress/kendo-vue-popup": "
|
|
61
|
+
"@progress/kendo-vue-animation": "4.0.0-dev.202310041201",
|
|
62
|
+
"@progress/kendo-vue-buttons": "4.0.0-dev.202310041201",
|
|
63
|
+
"@progress/kendo-vue-dateinputs": "4.0.0-dev.202310041201",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "4.0.0-dev.202310041201",
|
|
65
|
+
"@progress/kendo-vue-grid": "4.0.0-dev.202310041201",
|
|
66
|
+
"@progress/kendo-vue-inputs": "4.0.0-dev.202310041201",
|
|
67
|
+
"@progress/kendo-vue-intl": "4.0.0-dev.202310041201",
|
|
68
|
+
"@progress/kendo-vue-popup": "4.0.0-dev.202310041201"
|
|
69
69
|
},
|
|
70
70
|
"@progress": {
|
|
71
71
|
"friendlyName": "Data Tools",
|