@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.
@@ -89,7 +89,8 @@ var ColumnMenuFilterVue2 = {
89
89
  return undefined;
90
90
  }
91
91
  },
92
- filterUI: [String, Function, Object]
92
+ filterUI: [String, Function, Object],
93
+ onFilterchange: Function
93
94
  },
94
95
  inject: {
95
96
  kendoLocalizationService: {
@@ -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
- scgIcon: sortAscSmallIcon,
172
+ svgIcon: sortAscSmallIcon,
172
173
  selected: sortedAsc(currentSortIndex, sort)
173
174
  },
174
175
  icon: 'sort-asc-small',
175
- scgIcon: sortAscSmallIcon,
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
- scgIcon: sortAscSmallIcon,
205
+ svgIcon: sortAscSmallIcon,
205
206
  selected: sortedAsc(currentSortIndex, sort)
206
207
  },
207
208
  icon: 'sort-asc-small',
208
- scgIcon: sortAscSmallIcon,
209
+ svgIcon: sortAscSmallIcon,
209
210
  selected: sortedAsc(currentSortIndex, sort),
210
211
  onMenuitemclick: _this.onAscClick,
211
212
  on: _this.v3 ? undefined : {
@@ -66,7 +66,8 @@ var HeaderRowVue2 = {
66
66
  }
67
67
  },
68
68
  size: String,
69
- isRtl: Boolean
69
+ isRtl: Boolean,
70
+ onSortChange: Function
70
71
  },
71
72
  inject: {
72
73
  onNavFocus: {
@@ -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] = 'Close',
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: 1706787699,
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
  };
@@ -76,7 +76,8 @@ var PagerVue2 = {
76
76
  ariaControls: {
77
77
  type: String,
78
78
  default: undefined
79
- }
79
+ },
80
+ onPagesizechange: Function
80
81
  },
81
82
  data: function data() {
82
83
  return {
@@ -89,7 +89,8 @@ var ColumnMenuFilterVue2 = {
89
89
  return undefined;
90
90
  }
91
91
  },
92
- filterUI: [String, Function, Object]
92
+ filterUI: [String, Function, Object],
93
+ onFilterchange: Function
93
94
  },
94
95
  inject: {
95
96
  kendoLocalizationService: {
@@ -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
- scgIcon: sortAscSmallIcon,
172
+ svgIcon: sortAscSmallIcon,
172
173
  selected: sortedAsc(currentSortIndex, sort)
173
174
  },
174
175
  icon: 'sort-asc-small',
175
- scgIcon: sortAscSmallIcon,
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
- scgIcon: sortAscSmallIcon,
205
+ svgIcon: sortAscSmallIcon,
205
206
  selected: sortedAsc(currentSortIndex, sort)
206
207
  },
207
208
  icon: 'sort-asc-small',
208
- scgIcon: sortAscSmallIcon,
209
+ svgIcon: sortAscSmallIcon,
209
210
  selected: sortedAsc(currentSortIndex, sort),
210
211
  onMenuitemclick: _this.onAscClick,
211
212
  on: _this.v3 ? undefined : {
@@ -66,7 +66,8 @@ var HeaderRowVue2 = {
66
66
  }
67
67
  },
68
68
  size: String,
69
- isRtl: Boolean
69
+ isRtl: Boolean,
70
+ onSortChange: Function
70
71
  },
71
72
  inject: {
72
73
  onNavFocus: {
@@ -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] = 'Close',
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: 1706787699,
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
  };
@@ -76,7 +76,8 @@ var PagerVue2 = {
76
76
  ariaControls: {
77
77
  type: String,
78
78
  default: undefined
79
- }
79
+ },
80
+ onPagesizechange: Function
80
81
  },
81
82
  data: function data() {
82
83
  return {
@@ -97,7 +97,8 @@ var ColumnMenuFilterVue2 = {
97
97
  return undefined;
98
98
  }
99
99
  },
100
- filterUI: [String, Function, Object]
100
+ filterUI: [String, Function, Object],
101
+ onFilterchange: Function
101
102
  },
102
103
  inject: {
103
104
  kendoLocalizationService: {
@@ -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
- scgIcon: kendo_svg_icons_1.sortAscSmallIcon,
179
+ svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
179
180
  selected: sortedAsc(currentSortIndex, sort)
180
181
  },
181
182
  icon: 'sort-asc-small',
182
- scgIcon: kendo_svg_icons_1.sortAscSmallIcon,
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
- scgIcon: kendo_svg_icons_1.sortAscSmallIcon,
212
+ svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
212
213
  selected: sortedAsc(currentSortIndex, sort)
213
214
  },
214
215
  icon: 'sort-asc-small',
215
- scgIcon: kendo_svg_icons_1.sortAscSmallIcon,
216
+ svgIcon: kendo_svg_icons_1.sortAscSmallIcon,
216
217
  selected: sortedAsc(currentSortIndex, sort),
217
218
  onMenuitemclick: _this.onAscClick,
218
219
  on: _this.v3 ? undefined : {
@@ -72,7 +72,8 @@ var HeaderRowVue2 = {
72
72
  }
73
73
  },
74
74
  size: String,
75
- isRtl: Boolean
75
+ isRtl: Boolean,
76
+ onSortChange: Function
76
77
  },
77
78
  inject: {
78
79
  onNavFocus: {
@@ -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] = 'Close',
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: 1706787699,
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
  };
@@ -82,7 +82,8 @@ var PagerVue2 = {
82
82
  ariaControls: {
83
83
  type: String,
84
84
  default: undefined
85
- }
85
+ },
86
+ onPagesizechange: Function
86
87
  },
87
88
  data: function data() {
88
89
  return {
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.202402011147",
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.202402011147"
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.202402011147",
62
- "@progress/kendo-vue-buttons": "4.3.1-dev.202402011147",
63
- "@progress/kendo-vue-dateinputs": "4.3.1-dev.202402011147",
64
- "@progress/kendo-vue-dropdowns": "4.3.1-dev.202402011147",
65
- "@progress/kendo-vue-grid": "4.3.1-dev.202402011147",
66
- "@progress/kendo-vue-inputs": "4.3.1-dev.202402011147",
67
- "@progress/kendo-vue-intl": "4.3.1-dev.202402011147",
68
- "@progress/kendo-vue-popup": "4.3.1-dev.202402011147"
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",