@progress/kendo-vue-grid 3.3.6 → 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/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 api_grid_columnprops %}) for each defined column.
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 api_grid_columnmenufilterprops %})</span>
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 api_grid_columnmenufilterprops %})</span>
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 api_grid_columnmenusortprops %})</span>
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 api_grid_columnmenusortprops %})</span>
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: 1655701255,
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 api_grid_columnprops %}) for each defined column.
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 api_grid_columnmenufilterprops %})</span>
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 api_grid_columnmenufilterprops %})</span>
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 api_grid_columnmenusortprops %})</span>
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 api_grid_columnmenusortprops %})</span>
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: 1655701255,
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.6",
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.3.6"
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.3.6",
45
- "@progress/kendo-vue-buttons": "3.3.6",
46
- "@progress/kendo-vue-charts": "3.3.6",
47
- "@progress/kendo-vue-data-tools": "3.3.6",
48
- "@progress/kendo-vue-dateinputs": "3.3.6",
49
- "@progress/kendo-vue-dropdowns": "3.3.6",
50
- "@progress/kendo-vue-excel-export": "3.3.6",
51
- "@progress/kendo-vue-indicators": "3.3.6",
52
- "@progress/kendo-vue-inputs": "3.3.6",
53
- "@progress/kendo-vue-intl": "3.3.6",
54
- "@progress/kendo-vue-pdf": "3.3.6",
55
- "@progress/kendo-vue-popup": "3.3.6",
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",