@progress/kendo-vue-grid 8.1.2-develop.2 → 8.2.0-develop.1

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.
Files changed (58) hide show
  1. package/Grid.d.ts +36 -3
  2. package/Grid.js +1 -1
  3. package/Grid.mjs +706 -496
  4. package/GridSearchBox.js +1 -1
  5. package/GridSearchBox.mjs +5 -5
  6. package/GridState.d.ts +6 -0
  7. package/RootGrid.d.ts +6 -10
  8. package/cells/GridCell.d.ts +2 -0
  9. package/cells/GridCell.js +1 -1
  10. package/cells/GridCell.mjs +52 -43
  11. package/cells/GridDetailCell.d.ts +4 -1
  12. package/cells/GridDetailCell.js +1 -1
  13. package/cells/GridDetailCell.mjs +27 -18
  14. package/cells/GridEditCell.d.ts +2 -0
  15. package/cells/GridEditCell.js +1 -1
  16. package/cells/GridEditCell.mjs +21 -14
  17. package/cells/GridGroupCell.d.ts +1 -0
  18. package/cells/GridGroupCell.js +1 -1
  19. package/cells/GridGroupCell.mjs +45 -40
  20. package/cells/GridHierarchyCell.d.ts +1 -0
  21. package/cells/GridHierarchyCell.js +1 -1
  22. package/cells/GridHierarchyCell.mjs +25 -20
  23. package/cells/GridSelectionCell.d.ts +4 -1
  24. package/cells/GridSelectionCell.js +1 -1
  25. package/cells/GridSelectionCell.mjs +31 -21
  26. package/cells/pincell/GridPinCell.d.ts +6 -2
  27. package/cells/pincell/GridPinCell.js +1 -1
  28. package/cells/pincell/GridPinCell.mjs +67 -42
  29. package/cells/pincell/GridPinDropdownButton.js +1 -1
  30. package/cells/pincell/GridPinDropdownButton.mjs +25 -25
  31. package/common.d.ts +3 -0
  32. package/common.js +1 -1
  33. package/common.mjs +4 -1
  34. package/components/PinnedRowsTable.js +1 -1
  35. package/components/PinnedRowsTable.mjs +46 -34
  36. package/components/table/GridTable.js +1 -1
  37. package/components/table/GridTable.mjs +6 -6
  38. package/components/table/GridTableScrollable.js +1 -1
  39. package/components/table/GridTableScrollable.mjs +4 -4
  40. package/contextMenu/GridContextMenu.d.ts +155 -0
  41. package/contextMenu/GridContextMenu.js +8 -0
  42. package/contextMenu/GridContextMenu.mjs +336 -0
  43. package/contextMenu/enums.d.ts +40 -0
  44. package/contextMenu/enums.js +8 -0
  45. package/contextMenu/enums.mjs +12 -0
  46. package/dist/cdn/js/kendo-vue-grid.js +1 -1
  47. package/header/HeaderRow.d.ts +1 -0
  48. package/header/HeaderRow.js +1 -1
  49. package/header/HeaderRow.mjs +92 -81
  50. package/index.d.mts +3 -0
  51. package/index.d.ts +3 -0
  52. package/index.js +1 -1
  53. package/index.mjs +61 -53
  54. package/interfaces/GridProps.d.ts +31 -1
  55. package/interfaces/events.d.ts +38 -0
  56. package/package-metadata.js +1 -1
  57. package/package-metadata.mjs +2 -2
  58. package/package.json +13 -13
@@ -349,3 +349,41 @@ export interface GridRowPinChangeEvent {
349
349
  */
350
350
  dataItem: any;
351
351
  }
352
+ /**
353
+ * Represents the object of the `onContextmenu` Grid event.
354
+ */
355
+ export interface GridContextMenuEvent {
356
+ /**
357
+ * The data object that represents the current row.
358
+ */
359
+ dataItem: any;
360
+ /**
361
+ * The field to which the cell is bound.
362
+ */
363
+ field?: string;
364
+ /**
365
+ * The native DOM event.
366
+ */
367
+ event: MouseEvent;
368
+ }
369
+ /**
370
+ * Represents the object of the `onContextmenuitemclick` Grid event.
371
+ */
372
+ export interface GridContextMenuItemClickEvent {
373
+ /**
374
+ * The Context menu item click event.
375
+ */
376
+ event: any;
377
+ /**
378
+ * The data object that represents the current row.
379
+ */
380
+ dataItem?: any;
381
+ /**
382
+ * The data object that represents the clicked menu item.
383
+ */
384
+ menuItem: any;
385
+ /**
386
+ * The field to which the cell is bound.
387
+ */
388
+ field?: string;
389
+ }
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-grid",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1776342785,version:"8.1.2-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-grid",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1776349100,version:"8.2.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1776342785,
14
- version: "8.1.2-develop.2",
13
+ publishDate: 1776349100,
14
+ version: "8.2.0-develop.1",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-grid",
3
- "version": "8.1.2-develop.2",
3
+ "version": "8.2.0-develop.1",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -27,17 +27,17 @@
27
27
  "@progress/kendo-data-query": "^1.7.0",
28
28
  "@progress/kendo-drawing": "^1.21.1",
29
29
  "@progress/kendo-licensing": "^1.7.2",
30
- "@progress/kendo-vue-animation": "8.1.2-develop.2",
31
- "@progress/kendo-vue-buttons": "8.1.2-develop.2",
32
- "@progress/kendo-vue-common": "8.1.2-develop.2",
33
- "@progress/kendo-vue-data-tools": "8.1.2-develop.2",
34
- "@progress/kendo-vue-dateinputs": "8.1.2-develop.2",
35
- "@progress/kendo-vue-indicators": "8.1.2-develop.2",
36
- "@progress/kendo-vue-dropdowns": "8.1.2-develop.2",
37
- "@progress/kendo-vue-inputs": "8.1.2-develop.2",
38
- "@progress/kendo-vue-intl": "8.1.2-develop.2",
39
- "@progress/kendo-vue-popup": "8.1.2-develop.2",
40
- "@progress/kendo-vue-layout": "8.1.2-develop.2",
30
+ "@progress/kendo-vue-animation": "8.2.0-develop.1",
31
+ "@progress/kendo-vue-buttons": "8.2.0-develop.1",
32
+ "@progress/kendo-vue-common": "8.2.0-develop.1",
33
+ "@progress/kendo-vue-data-tools": "8.2.0-develop.1",
34
+ "@progress/kendo-vue-dateinputs": "8.2.0-develop.1",
35
+ "@progress/kendo-vue-indicators": "8.2.0-develop.1",
36
+ "@progress/kendo-vue-dropdowns": "8.2.0-develop.1",
37
+ "@progress/kendo-vue-inputs": "8.2.0-develop.1",
38
+ "@progress/kendo-vue-intl": "8.2.0-develop.1",
39
+ "@progress/kendo-vue-popup": "8.2.0-develop.1",
40
+ "@progress/kendo-vue-layout": "8.2.0-develop.1",
41
41
  "@progress/kendo-svg-icons": "^4.4.0",
42
42
  "vue": "^3.0.2"
43
43
  },
@@ -58,7 +58,7 @@
58
58
  "package": {
59
59
  "productName": "Kendo UI for Vue",
60
60
  "productCode": "KENDOUIVUE",
61
- "publishDate": 1776342785,
61
+ "publishDate": 1776349100,
62
62
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/"
63
63
  }
64
64
  },