@progress/kendo-vue-data-tools 4.3.1-dev.202402051124 → 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: {
@@ -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: 1707131919,
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: {
@@ -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: 1707131919,
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: {
@@ -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: 1707131919,
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.202402051124",
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.202402051124"
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.202402051124",
62
- "@progress/kendo-vue-buttons": "4.3.1-dev.202402051124",
63
- "@progress/kendo-vue-dateinputs": "4.3.1-dev.202402051124",
64
- "@progress/kendo-vue-dropdowns": "4.3.1-dev.202402051124",
65
- "@progress/kendo-vue-grid": "4.3.1-dev.202402051124",
66
- "@progress/kendo-vue-inputs": "4.3.1-dev.202402051124",
67
- "@progress/kendo-vue-intl": "4.3.1-dev.202402051124",
68
- "@progress/kendo-vue-popup": "4.3.1-dev.202402051124"
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",