@progress/kendo-vue-grid 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-grid.js +1 -1
- package/dist/es/Grid.js +8 -1
- package/dist/es/columnMenu/GridColumnMenuSort.js +2 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/Grid.js +8 -1
- package/dist/esm/columnMenu/GridColumnMenuSort.js +2 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/Grid.js +8 -1
- package/dist/npm/columnMenu/GridColumnMenuSort.js +2 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +14 -14
package/dist/es/Grid.js
CHANGED
|
@@ -140,7 +140,14 @@ var GridVue2 = {
|
|
|
140
140
|
navigatable: {
|
|
141
141
|
type: Boolean,
|
|
142
142
|
default: false
|
|
143
|
-
}
|
|
143
|
+
},
|
|
144
|
+
onItemchange: Function,
|
|
145
|
+
onExpandchange: Function,
|
|
146
|
+
onDatastatechange: Function,
|
|
147
|
+
onPagechange: Function,
|
|
148
|
+
onSortchange: Function,
|
|
149
|
+
onFilterchange: Function,
|
|
150
|
+
onGroupchange: Function
|
|
144
151
|
},
|
|
145
152
|
data: function data() {
|
|
146
153
|
return {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1708425684,
|
|
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/Grid.js
CHANGED
|
@@ -140,7 +140,14 @@ var GridVue2 = {
|
|
|
140
140
|
navigatable: {
|
|
141
141
|
type: Boolean,
|
|
142
142
|
default: false
|
|
143
|
-
}
|
|
143
|
+
},
|
|
144
|
+
onItemchange: Function,
|
|
145
|
+
onExpandchange: Function,
|
|
146
|
+
onDatastatechange: Function,
|
|
147
|
+
onPagechange: Function,
|
|
148
|
+
onSortchange: Function,
|
|
149
|
+
onFilterchange: Function,
|
|
150
|
+
onGroupchange: Function
|
|
144
151
|
},
|
|
145
152
|
data: function data() {
|
|
146
153
|
return {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1708425684,
|
|
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/npm/Grid.js
CHANGED
|
@@ -146,7 +146,14 @@ var GridVue2 = {
|
|
|
146
146
|
navigatable: {
|
|
147
147
|
type: Boolean,
|
|
148
148
|
default: false
|
|
149
|
-
}
|
|
149
|
+
},
|
|
150
|
+
onItemchange: Function,
|
|
151
|
+
onExpandchange: Function,
|
|
152
|
+
onDatastatechange: Function,
|
|
153
|
+
onPagechange: Function,
|
|
154
|
+
onSortchange: Function,
|
|
155
|
+
onFilterchange: Function,
|
|
156
|
+
onGroupchange: Function
|
|
150
157
|
},
|
|
151
158
|
data: function data() {
|
|
152
159
|
return {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-grid',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1708425684,
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-grid",
|
|
3
|
-
"version": "4.3.1-dev.
|
|
3
|
+
"version": "4.3.1-dev.202402201046",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,25 +44,25 @@
|
|
|
44
44
|
"vue": "^2.6.12 || ^3.0.2"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-vue-common": "4.3.1-dev.
|
|
47
|
+
"@progress/kendo-vue-common": "4.3.1-dev.202402201046"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@progress/kendo-data-query": "^1.5.4",
|
|
51
51
|
"@progress/kendo-drawing": "^1.9.3",
|
|
52
52
|
"@progress/kendo-licensing": "^1.3.0",
|
|
53
53
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
54
|
-
"@progress/kendo-vue-animation": "4.3.1-dev.
|
|
55
|
-
"@progress/kendo-vue-buttons": "4.3.1-dev.
|
|
56
|
-
"@progress/kendo-vue-charts": "4.3.1-dev.
|
|
57
|
-
"@progress/kendo-vue-data-tools": "4.3.1-dev.
|
|
58
|
-
"@progress/kendo-vue-dateinputs": "4.3.1-dev.
|
|
59
|
-
"@progress/kendo-vue-dropdowns": "4.3.1-dev.
|
|
60
|
-
"@progress/kendo-vue-excel-export": "4.3.1-dev.
|
|
61
|
-
"@progress/kendo-vue-indicators": "4.3.1-dev.
|
|
62
|
-
"@progress/kendo-vue-inputs": "4.3.1-dev.
|
|
63
|
-
"@progress/kendo-vue-intl": "4.3.1-dev.
|
|
64
|
-
"@progress/kendo-vue-pdf": "4.3.1-dev.
|
|
65
|
-
"@progress/kendo-vue-popup": "4.3.1-dev.
|
|
54
|
+
"@progress/kendo-vue-animation": "4.3.1-dev.202402201046",
|
|
55
|
+
"@progress/kendo-vue-buttons": "4.3.1-dev.202402201046",
|
|
56
|
+
"@progress/kendo-vue-charts": "4.3.1-dev.202402201046",
|
|
57
|
+
"@progress/kendo-vue-data-tools": "4.3.1-dev.202402201046",
|
|
58
|
+
"@progress/kendo-vue-dateinputs": "4.3.1-dev.202402201046",
|
|
59
|
+
"@progress/kendo-vue-dropdowns": "4.3.1-dev.202402201046",
|
|
60
|
+
"@progress/kendo-vue-excel-export": "4.3.1-dev.202402201046",
|
|
61
|
+
"@progress/kendo-vue-indicators": "4.3.1-dev.202402201046",
|
|
62
|
+
"@progress/kendo-vue-inputs": "4.3.1-dev.202402201046",
|
|
63
|
+
"@progress/kendo-vue-intl": "4.3.1-dev.202402201046",
|
|
64
|
+
"@progress/kendo-vue-pdf": "4.3.1-dev.202402201046",
|
|
65
|
+
"@progress/kendo-vue-popup": "4.3.1-dev.202402201046",
|
|
66
66
|
"cldr-core": "^41.0.0",
|
|
67
67
|
"cldr-dates-full": "^41.0.0",
|
|
68
68
|
"cldr-numbers-full": "^41.0.0",
|