@progress/kendo-vue-data-tools 4.3.1-dev.202402011147 → 4.3.1-dev.202402201046
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/columnmenu/ColumnMenuFilter.js +2 -1
- package/dist/es/columnmenu/ColumnMenuSort.js +6 -5
- package/dist/es/header/HeaderRow.js +2 -1
- package/dist/es/messages/main.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/pager/Pager.js +2 -1
- package/dist/esm/columnmenu/ColumnMenuFilter.js +2 -1
- package/dist/esm/columnmenu/ColumnMenuSort.js +6 -5
- package/dist/esm/header/HeaderRow.js +2 -1
- package/dist/esm/messages/main.js +1 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/pager/Pager.js +2 -1
- package/dist/npm/columnmenu/ColumnMenuFilter.js +2 -1
- package/dist/npm/columnmenu/ColumnMenuSort.js +6 -5
- package/dist/npm/header/HeaderRow.js +2 -1
- package/dist/npm/messages/main.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/pager/Pager.js +2 -1
- package/package.json +10 -10
|
@@ -93,7 +93,8 @@ var ColumnMenuSortVue2 = {
|
|
|
93
93
|
sort: {
|
|
94
94
|
type: Array
|
|
95
95
|
},
|
|
96
|
-
column: Object
|
|
96
|
+
column: Object,
|
|
97
|
+
onSortchange: Function
|
|
97
98
|
},
|
|
98
99
|
inject: {
|
|
99
100
|
kendoLocalizationService: {
|
|
@@ -168,11 +169,11 @@ var ColumnMenuSortVue2 = {
|
|
|
168
169
|
attrs: _this.v3 ? undefined : {
|
|
169
170
|
title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
|
|
170
171
|
icon: 'sort-asc-small',
|
|
171
|
-
|
|
172
|
+
svgIcon: sortAscSmallIcon,
|
|
172
173
|
selected: sortedAsc(currentSortIndex, sort)
|
|
173
174
|
},
|
|
174
175
|
icon: 'sort-asc-small',
|
|
175
|
-
|
|
176
|
+
svgIcon: sortAscSmallIcon,
|
|
176
177
|
selected: sortedAsc(currentSortIndex, sort),
|
|
177
178
|
onMenuitemclick: _this.onAscClick,
|
|
178
179
|
on: _this.v3 ? undefined : {
|
|
@@ -201,11 +202,11 @@ var ColumnMenuSortVue2 = {
|
|
|
201
202
|
attrs: _this.v3 ? undefined : {
|
|
202
203
|
title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
|
|
203
204
|
icon: 'sort-asc-small',
|
|
204
|
-
|
|
205
|
+
svgIcon: sortAscSmallIcon,
|
|
205
206
|
selected: sortedAsc(currentSortIndex, sort)
|
|
206
207
|
},
|
|
207
208
|
icon: 'sort-asc-small',
|
|
208
|
-
|
|
209
|
+
svgIcon: sortAscSmallIcon,
|
|
209
210
|
selected: sortedAsc(currentSortIndex, sort),
|
|
210
211
|
onMenuitemclick: _this.onAscClick,
|
|
211
212
|
on: _this.v3 ? undefined : {
|
package/dist/es/messages/main.js
CHANGED
|
@@ -365,7 +365,7 @@ export var messages = (_a = {},
|
|
|
365
365
|
_a[filterOrLogic] = 'Or',
|
|
366
366
|
_a[filterAddExpression] = 'Add Expression',
|
|
367
367
|
_a[filterAddGroup] = 'Add Group',
|
|
368
|
-
_a[filterClose] = '
|
|
368
|
+
_a[filterClose] = 'Remove',
|
|
369
369
|
_a[filterGroupAriaLabel] = 'Filter toolbar',
|
|
370
370
|
_a[filterExpressionAriaLabel] = 'Filter expression row',
|
|
371
371
|
_a[filterExpressionDropdownAriaLabel] = 'Filter dropdown',
|
|
@@ -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: 1708425629,
|
|
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
|
};
|
package/dist/es/pager/Pager.js
CHANGED
|
@@ -93,7 +93,8 @@ var ColumnMenuSortVue2 = {
|
|
|
93
93
|
sort: {
|
|
94
94
|
type: Array
|
|
95
95
|
},
|
|
96
|
-
column: Object
|
|
96
|
+
column: Object,
|
|
97
|
+
onSortchange: Function
|
|
97
98
|
},
|
|
98
99
|
inject: {
|
|
99
100
|
kendoLocalizationService: {
|
|
@@ -168,11 +169,11 @@ var ColumnMenuSortVue2 = {
|
|
|
168
169
|
attrs: _this.v3 ? undefined : {
|
|
169
170
|
title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
|
|
170
171
|
icon: 'sort-asc-small',
|
|
171
|
-
|
|
172
|
+
svgIcon: sortAscSmallIcon,
|
|
172
173
|
selected: sortedAsc(currentSortIndex, sort)
|
|
173
174
|
},
|
|
174
175
|
icon: 'sort-asc-small',
|
|
175
|
-
|
|
176
|
+
svgIcon: sortAscSmallIcon,
|
|
176
177
|
selected: sortedAsc(currentSortIndex, sort),
|
|
177
178
|
onMenuitemclick: _this.onAscClick,
|
|
178
179
|
on: _this.v3 ? undefined : {
|
|
@@ -201,11 +202,11 @@ var ColumnMenuSortVue2 = {
|
|
|
201
202
|
attrs: _this.v3 ? undefined : {
|
|
202
203
|
title: localizationService.toLanguageString(sortAscending, messages[sortAscending]),
|
|
203
204
|
icon: 'sort-asc-small',
|
|
204
|
-
|
|
205
|
+
svgIcon: sortAscSmallIcon,
|
|
205
206
|
selected: sortedAsc(currentSortIndex, sort)
|
|
206
207
|
},
|
|
207
208
|
icon: 'sort-asc-small',
|
|
208
|
-
|
|
209
|
+
svgIcon: sortAscSmallIcon,
|
|
209
210
|
selected: sortedAsc(currentSortIndex, sort),
|
|
210
211
|
onMenuitemclick: _this.onAscClick,
|
|
211
212
|
on: _this.v3 ? undefined : {
|
|
@@ -365,7 +365,7 @@ export var messages = (_a = {},
|
|
|
365
365
|
_a[filterOrLogic] = 'Or',
|
|
366
366
|
_a[filterAddExpression] = 'Add Expression',
|
|
367
367
|
_a[filterAddGroup] = 'Add Group',
|
|
368
|
-
_a[filterClose] = '
|
|
368
|
+
_a[filterClose] = 'Remove',
|
|
369
369
|
_a[filterGroupAriaLabel] = 'Filter toolbar',
|
|
370
370
|
_a[filterExpressionAriaLabel] = 'Filter expression row',
|
|
371
371
|
_a[filterExpressionDropdownAriaLabel] = 'Filter dropdown',
|
|
@@ -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: 1708425629,
|
|
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
|
};
|
package/dist/esm/pager/Pager.js
CHANGED
|
@@ -100,7 +100,8 @@ var ColumnMenuSortVue2 = {
|
|
|
100
100
|
sort: {
|
|
101
101
|
type: Array
|
|
102
102
|
},
|
|
103
|
-
column: Object
|
|
103
|
+
column: Object,
|
|
104
|
+
onSortchange: Function
|
|
104
105
|
},
|
|
105
106
|
inject: {
|
|
106
107
|
kendoLocalizationService: {
|
|
@@ -175,11 +176,11 @@ var ColumnMenuSortVue2 = {
|
|
|
175
176
|
attrs: _this.v3 ? undefined : {
|
|
176
177
|
title: localizationService.toLanguageString(main_1.columnMenuSortAscending, main_1.messages[main_1.columnMenuSortAscending]),
|
|
177
178
|
icon: 'sort-asc-small',
|
|
178
|
-
|
|
179
|
+
svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
|
|
179
180
|
selected: sortedAsc(currentSortIndex, sort)
|
|
180
181
|
},
|
|
181
182
|
icon: 'sort-asc-small',
|
|
182
|
-
|
|
183
|
+
svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
|
|
183
184
|
selected: sortedAsc(currentSortIndex, sort),
|
|
184
185
|
onMenuitemclick: _this.onAscClick,
|
|
185
186
|
on: _this.v3 ? undefined : {
|
|
@@ -208,11 +209,11 @@ var ColumnMenuSortVue2 = {
|
|
|
208
209
|
attrs: _this.v3 ? undefined : {
|
|
209
210
|
title: localizationService.toLanguageString(main_1.columnMenuSortAscending, main_1.messages[main_1.columnMenuSortAscending]),
|
|
210
211
|
icon: 'sort-asc-small',
|
|
211
|
-
|
|
212
|
+
svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
|
|
212
213
|
selected: sortedAsc(currentSortIndex, sort)
|
|
213
214
|
},
|
|
214
215
|
icon: 'sort-asc-small',
|
|
215
|
-
|
|
216
|
+
svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
|
|
216
217
|
selected: sortedAsc(currentSortIndex, sort),
|
|
217
218
|
onMenuitemclick: _this.onAscClick,
|
|
218
219
|
on: _this.v3 ? undefined : {
|
|
@@ -369,7 +369,7 @@ exports.messages = (_a = {},
|
|
|
369
369
|
_a[exports.filterOrLogic] = 'Or',
|
|
370
370
|
_a[exports.filterAddExpression] = 'Add Expression',
|
|
371
371
|
_a[exports.filterAddGroup] = 'Add Group',
|
|
372
|
-
_a[exports.filterClose] = '
|
|
372
|
+
_a[exports.filterClose] = 'Remove',
|
|
373
373
|
_a[exports.filterGroupAriaLabel] = 'Filter toolbar',
|
|
374
374
|
_a[exports.filterExpressionAriaLabel] = 'Filter expression row',
|
|
375
375
|
_a[exports.filterExpressionDropdownAriaLabel] = 'Filter dropdown',
|
|
@@ -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: 1708425629,
|
|
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/dist/npm/pager/Pager.js
CHANGED
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.3.1-dev.
|
|
4
|
+
"version": "4.3.1-dev.202402201046",
|
|
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": "4.3.1-dev.
|
|
53
|
+
"@progress/kendo-vue-common": "4.3.1-dev.202402201046"
|
|
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": "^2.0.0",
|
|
61
|
-
"@progress/kendo-vue-animation": "4.3.1-dev.
|
|
62
|
-
"@progress/kendo-vue-buttons": "4.3.1-dev.
|
|
63
|
-
"@progress/kendo-vue-dateinputs": "4.3.1-dev.
|
|
64
|
-
"@progress/kendo-vue-dropdowns": "4.3.1-dev.
|
|
65
|
-
"@progress/kendo-vue-grid": "4.3.1-dev.
|
|
66
|
-
"@progress/kendo-vue-inputs": "4.3.1-dev.
|
|
67
|
-
"@progress/kendo-vue-intl": "4.3.1-dev.
|
|
68
|
-
"@progress/kendo-vue-popup": "4.3.1-dev.
|
|
61
|
+
"@progress/kendo-vue-animation": "4.3.1-dev.202402201046",
|
|
62
|
+
"@progress/kendo-vue-buttons": "4.3.1-dev.202402201046",
|
|
63
|
+
"@progress/kendo-vue-dateinputs": "4.3.1-dev.202402201046",
|
|
64
|
+
"@progress/kendo-vue-dropdowns": "4.3.1-dev.202402201046",
|
|
65
|
+
"@progress/kendo-vue-grid": "4.3.1-dev.202402201046",
|
|
66
|
+
"@progress/kendo-vue-inputs": "4.3.1-dev.202402201046",
|
|
67
|
+
"@progress/kendo-vue-intl": "4.3.1-dev.202402201046",
|
|
68
|
+
"@progress/kendo-vue-popup": "4.3.1-dev.202402201046"
|
|
69
69
|
},
|
|
70
70
|
"@progress": {
|
|
71
71
|
"friendlyName": "Data Tools",
|