@progress/kendo-vue-grid 3.3.5 → 3.4.0-dev.202206211417
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 +1 -1
- package/dist/es/columnMenu/GridColumnMenuFilter.d.ts +1 -1
- package/dist/es/columnMenu/GridColumnMenuFilter.js +1 -1
- package/dist/es/columnMenu/GridColumnMenuSort.d.ts +1 -1
- package/dist/es/columnMenu/GridColumnMenuSort.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/Grid.js +1 -1
- package/dist/npm/columnMenu/GridColumnMenuFilter.d.ts +1 -1
- package/dist/npm/columnMenu/GridColumnMenuFilter.js +1 -1
- package/dist/npm/columnMenu/GridColumnMenuSort.d.ts +1 -1
- package/dist/npm/columnMenu/GridColumnMenuSort.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +14 -14
package/dist/es/Grid.js
CHANGED
|
@@ -228,7 +228,7 @@ var GridVue2 = {
|
|
|
228
228
|
methods: {
|
|
229
229
|
/**
|
|
230
230
|
* A getter of the current columns. Gets the current column width or current columns,
|
|
231
|
-
* or any other [`GridColumnProps`]({% slug
|
|
231
|
+
* or any other [`GridColumnProps`]({% slug api_grid_gridcolumnprops %}) for each defined column.
|
|
232
232
|
* Can be used on each Grid instance. To obtain the instance of the rendered Grid, use the `ref`
|
|
233
233
|
* callback. The following example demonstrates how to reorder the columns by dragging their handlers
|
|
234
234
|
* and check the properties afterwards. You can check the result in the browser console.
|
|
@@ -333,7 +333,7 @@ declare let GridColumnMenuFilterVue2: ComponentOptions<Vue2type, DefaultData<Gri
|
|
|
333
333
|
* } );
|
|
334
334
|
* ```
|
|
335
335
|
*
|
|
336
|
-
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug
|
|
336
|
+
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug api_grid_gridcolumnmenufilterprops %})</span>
|
|
337
337
|
*/
|
|
338
338
|
declare const GridColumnMenuFilter: DefineComponent<GridColumnMenuFilterProps, any, GridColumnMenuFilterData, {}, GridColumnMenuFilterMethods, {}, {}, {}, string, GridColumnMenuFilterProps, GridColumnMenuFilterProps, {}>;
|
|
339
339
|
export { GridColumnMenuFilter, GridColumnMenuFilterVue2 };
|
|
@@ -755,7 +755,7 @@ var GridColumnMenuFilterVue2 = {
|
|
|
755
755
|
* } );
|
|
756
756
|
* ```
|
|
757
757
|
*
|
|
758
|
-
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug
|
|
758
|
+
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug api_grid_gridcolumnmenufilterprops %})</span>
|
|
759
759
|
*/
|
|
760
760
|
|
|
761
761
|
var GridColumnMenuFilter = GridColumnMenuFilterVue2;
|
|
@@ -277,7 +277,7 @@ declare let GridColumnMenuSortVue2: ComponentOptions<Vue2type, DefaultData<{}>,
|
|
|
277
277
|
* ```
|
|
278
278
|
*
|
|
279
279
|
*
|
|
280
|
-
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug
|
|
280
|
+
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug api_grid_gridcolumnmenusortprops %})</span>
|
|
281
281
|
*/
|
|
282
282
|
declare const GridColumnMenuSort: DefineComponent<GridColumnMenuSortProps, any, {}, {}, GridColumnMenuSortMethods, {}, {}, {}, string, GridColumnMenuSortProps, GridColumnMenuSortProps, {}>;
|
|
283
283
|
export { GridColumnMenuSort, GridColumnMenuSortVue2 };
|
|
@@ -367,7 +367,7 @@ var GridColumnMenuSortVue2 = {
|
|
|
367
367
|
* ```
|
|
368
368
|
*
|
|
369
369
|
*
|
|
370
|
-
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug
|
|
370
|
+
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug api_grid_gridcolumnmenusortprops %})</span>
|
|
371
371
|
*/
|
|
372
372
|
|
|
373
373
|
var GridColumnMenuSort = GridColumnMenuSortVue2;
|
|
@@ -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: 1655820691,
|
|
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
|
@@ -265,7 +265,7 @@ var GridVue2 = {
|
|
|
265
265
|
methods: {
|
|
266
266
|
/**
|
|
267
267
|
* A getter of the current columns. Gets the current column width or current columns,
|
|
268
|
-
* or any other [`GridColumnProps`]({% slug
|
|
268
|
+
* or any other [`GridColumnProps`]({% slug api_grid_gridcolumnprops %}) for each defined column.
|
|
269
269
|
* Can be used on each Grid instance. To obtain the instance of the rendered Grid, use the `ref`
|
|
270
270
|
* callback. The following example demonstrates how to reorder the columns by dragging their handlers
|
|
271
271
|
* and check the properties afterwards. You can check the result in the browser console.
|
|
@@ -333,7 +333,7 @@ declare let GridColumnMenuFilterVue2: ComponentOptions<Vue2type, DefaultData<Gri
|
|
|
333
333
|
* } );
|
|
334
334
|
* ```
|
|
335
335
|
*
|
|
336
|
-
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug
|
|
336
|
+
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug api_grid_gridcolumnmenufilterprops %})</span>
|
|
337
337
|
*/
|
|
338
338
|
declare const GridColumnMenuFilter: DefineComponent<GridColumnMenuFilterProps, any, GridColumnMenuFilterData, {}, GridColumnMenuFilterMethods, {}, {}, {}, string, GridColumnMenuFilterProps, GridColumnMenuFilterProps, {}>;
|
|
339
339
|
export { GridColumnMenuFilter, GridColumnMenuFilterVue2 };
|
|
@@ -776,7 +776,7 @@ exports.GridColumnMenuFilterVue2 = GridColumnMenuFilterVue2;
|
|
|
776
776
|
* } );
|
|
777
777
|
* ```
|
|
778
778
|
*
|
|
779
|
-
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug
|
|
779
|
+
* ### props <span class='code'>[GridColumnMenuFilterProps]({% slug api_grid_gridcolumnmenufilterprops %})</span>
|
|
780
780
|
*/
|
|
781
781
|
|
|
782
782
|
var GridColumnMenuFilter = GridColumnMenuFilterVue2;
|
|
@@ -277,7 +277,7 @@ declare let GridColumnMenuSortVue2: ComponentOptions<Vue2type, DefaultData<{}>,
|
|
|
277
277
|
* ```
|
|
278
278
|
*
|
|
279
279
|
*
|
|
280
|
-
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug
|
|
280
|
+
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug api_grid_gridcolumnmenusortprops %})</span>
|
|
281
281
|
*/
|
|
282
282
|
declare const GridColumnMenuSort: DefineComponent<GridColumnMenuSortProps, any, {}, {}, GridColumnMenuSortMethods, {}, {}, {}, string, GridColumnMenuSortProps, GridColumnMenuSortProps, {}>;
|
|
283
283
|
export { GridColumnMenuSort, GridColumnMenuSortVue2 };
|
|
@@ -383,7 +383,7 @@ exports.GridColumnMenuSortVue2 = GridColumnMenuSortVue2;
|
|
|
383
383
|
* ```
|
|
384
384
|
*
|
|
385
385
|
*
|
|
386
|
-
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug
|
|
386
|
+
* ### props <span class='code'>[GridColumnMenuSortProps]({% slug api_grid_gridcolumnmenusortprops %})</span>
|
|
387
387
|
*/
|
|
388
388
|
|
|
389
389
|
var GridColumnMenuSort = GridColumnMenuSortVue2;
|
|
@@ -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: 1655820691,
|
|
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": "3.
|
|
3
|
+
"version": "3.4.0-dev.202206211417",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
"vue": "^2.6.12 || ^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@progress/kendo-vue-common": "3.
|
|
38
|
+
"@progress/kendo-vue-common": "3.4.0-dev.202206211417"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@progress/kendo-data-query": "^1.5.4",
|
|
42
42
|
"@progress/kendo-drawing": "^1.9.3",
|
|
43
43
|
"@progress/kendo-licensing": "^1.1.0",
|
|
44
|
-
"@progress/kendo-vue-animation": "3.
|
|
45
|
-
"@progress/kendo-vue-buttons": "3.
|
|
46
|
-
"@progress/kendo-vue-charts": "3.
|
|
47
|
-
"@progress/kendo-vue-data-tools": "3.
|
|
48
|
-
"@progress/kendo-vue-dateinputs": "3.
|
|
49
|
-
"@progress/kendo-vue-dropdowns": "3.
|
|
50
|
-
"@progress/kendo-vue-excel-export": "3.
|
|
51
|
-
"@progress/kendo-vue-indicators": "3.
|
|
52
|
-
"@progress/kendo-vue-inputs": "3.
|
|
53
|
-
"@progress/kendo-vue-intl": "3.
|
|
54
|
-
"@progress/kendo-vue-pdf": "3.
|
|
55
|
-
"@progress/kendo-vue-popup": "3.
|
|
44
|
+
"@progress/kendo-vue-animation": "3.4.0-dev.202206211417",
|
|
45
|
+
"@progress/kendo-vue-buttons": "3.4.0-dev.202206211417",
|
|
46
|
+
"@progress/kendo-vue-charts": "3.4.0-dev.202206211417",
|
|
47
|
+
"@progress/kendo-vue-data-tools": "3.4.0-dev.202206211417",
|
|
48
|
+
"@progress/kendo-vue-dateinputs": "3.4.0-dev.202206211417",
|
|
49
|
+
"@progress/kendo-vue-dropdowns": "3.4.0-dev.202206211417",
|
|
50
|
+
"@progress/kendo-vue-excel-export": "3.4.0-dev.202206211417",
|
|
51
|
+
"@progress/kendo-vue-indicators": "3.4.0-dev.202206211417",
|
|
52
|
+
"@progress/kendo-vue-inputs": "3.4.0-dev.202206211417",
|
|
53
|
+
"@progress/kendo-vue-intl": "3.4.0-dev.202206211417",
|
|
54
|
+
"@progress/kendo-vue-pdf": "3.4.0-dev.202206211417",
|
|
55
|
+
"@progress/kendo-vue-popup": "3.4.0-dev.202206211417",
|
|
56
56
|
"cldr-core": "^34.0.0",
|
|
57
57
|
"cldr-dates-full": "^34.0.0",
|
|
58
58
|
"cldr-numbers-full": "^34.0.0",
|