@toolbox-web/grid 1.21.2 → 1.22.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 (88) hide show
  1. package/README.md +6 -8
  2. package/all.js +1 -1
  3. package/all.js.map +1 -1
  4. package/index.js +1 -1
  5. package/index.js.map +1 -1
  6. package/lib/core/grid.d.ts +53 -2
  7. package/lib/core/grid.d.ts.map +1 -1
  8. package/lib/core/internal/rows.d.ts.map +1 -1
  9. package/lib/core/plugin/base-plugin.d.ts +8 -2
  10. package/lib/core/plugin/base-plugin.d.ts.map +1 -1
  11. package/lib/core/types.d.ts +84 -2
  12. package/lib/core/types.d.ts.map +1 -1
  13. package/lib/plugins/clipboard/index.js.map +1 -1
  14. package/lib/plugins/clipboard/types.d.ts +5 -0
  15. package/lib/plugins/clipboard/types.d.ts.map +1 -1
  16. package/lib/plugins/column-virtualization/index.js.map +1 -1
  17. package/lib/plugins/column-virtualization/types.d.ts +5 -0
  18. package/lib/plugins/column-virtualization/types.d.ts.map +1 -1
  19. package/lib/plugins/context-menu/index.js.map +1 -1
  20. package/lib/plugins/context-menu/types.d.ts +5 -0
  21. package/lib/plugins/context-menu/types.d.ts.map +1 -1
  22. package/lib/plugins/editing/EditingPlugin.d.ts.map +1 -1
  23. package/lib/plugins/editing/index.js +1 -1
  24. package/lib/plugins/editing/index.js.map +1 -1
  25. package/lib/plugins/editing/types.d.ts +26 -0
  26. package/lib/plugins/editing/types.d.ts.map +1 -1
  27. package/lib/plugins/export/index.js.map +1 -1
  28. package/lib/plugins/export/types.d.ts +5 -0
  29. package/lib/plugins/export/types.d.ts.map +1 -1
  30. package/lib/plugins/filtering/index.js.map +1 -1
  31. package/lib/plugins/filtering/types.d.ts +3 -0
  32. package/lib/plugins/filtering/types.d.ts.map +1 -1
  33. package/lib/plugins/grouping-columns/index.js.map +1 -1
  34. package/lib/plugins/grouping-columns/types.d.ts +3 -0
  35. package/lib/plugins/grouping-columns/types.d.ts.map +1 -1
  36. package/lib/plugins/grouping-rows/index.js.map +1 -1
  37. package/lib/plugins/grouping-rows/types.d.ts +5 -0
  38. package/lib/plugins/grouping-rows/types.d.ts.map +1 -1
  39. package/lib/plugins/master-detail/index.js.map +1 -1
  40. package/lib/plugins/master-detail/types.d.ts +5 -0
  41. package/lib/plugins/master-detail/types.d.ts.map +1 -1
  42. package/lib/plugins/multi-sort/index.js.map +1 -1
  43. package/lib/plugins/multi-sort/types.d.ts +5 -0
  44. package/lib/plugins/multi-sort/types.d.ts.map +1 -1
  45. package/lib/plugins/pinned-columns/index.js.map +1 -1
  46. package/lib/plugins/pinned-columns/types.d.ts +3 -0
  47. package/lib/plugins/pinned-columns/types.d.ts.map +1 -1
  48. package/lib/plugins/pinned-rows/index.js.map +1 -1
  49. package/lib/plugins/pinned-rows/types.d.ts +5 -0
  50. package/lib/plugins/pinned-rows/types.d.ts.map +1 -1
  51. package/lib/plugins/pivot/index.js.map +1 -1
  52. package/lib/plugins/pivot/types.d.ts +5 -0
  53. package/lib/plugins/pivot/types.d.ts.map +1 -1
  54. package/lib/plugins/print/index.js.map +1 -1
  55. package/lib/plugins/print/types.d.ts +3 -0
  56. package/lib/plugins/print/types.d.ts.map +1 -1
  57. package/lib/plugins/reorder/index.js.map +1 -1
  58. package/lib/plugins/reorder/types.d.ts +5 -0
  59. package/lib/plugins/reorder/types.d.ts.map +1 -1
  60. package/lib/plugins/responsive/index.js.map +1 -1
  61. package/lib/plugins/responsive/types.d.ts +5 -0
  62. package/lib/plugins/responsive/types.d.ts.map +1 -1
  63. package/lib/plugins/row-reorder/index.js.map +1 -1
  64. package/lib/plugins/row-reorder/types.d.ts +5 -0
  65. package/lib/plugins/row-reorder/types.d.ts.map +1 -1
  66. package/lib/plugins/selection/index.js.map +1 -1
  67. package/lib/plugins/selection/types.d.ts +3 -0
  68. package/lib/plugins/selection/types.d.ts.map +1 -1
  69. package/lib/plugins/server-side/index.js.map +1 -1
  70. package/lib/plugins/server-side/types.d.ts +5 -0
  71. package/lib/plugins/server-side/types.d.ts.map +1 -1
  72. package/lib/plugins/tree/index.js.map +1 -1
  73. package/lib/plugins/tree/types.d.ts +5 -0
  74. package/lib/plugins/tree/types.d.ts.map +1 -1
  75. package/lib/plugins/undo-redo/index.js.map +1 -1
  76. package/lib/plugins/undo-redo/types.d.ts +5 -0
  77. package/lib/plugins/undo-redo/types.d.ts.map +1 -1
  78. package/lib/plugins/visibility/index.js.map +1 -1
  79. package/lib/plugins/visibility/types.d.ts +5 -0
  80. package/lib/plugins/visibility/types.d.ts.map +1 -1
  81. package/package.json +1 -1
  82. package/umd/grid.all.umd.js +1 -1
  83. package/umd/grid.all.umd.js.map +1 -1
  84. package/umd/grid.umd.js +1 -1
  85. package/umd/grid.umd.js.map +1 -1
  86. package/umd/plugins/clipboard.umd.js.map +1 -1
  87. package/umd/plugins/editing.umd.js +1 -1
  88. package/umd/plugins/editing.umd.js.map +1 -1
@@ -32,6 +32,9 @@ declare module '../../core/types' {
32
32
  */
33
33
  columnGroups?: ColumnGroupDefinition[];
34
34
  }
35
+ interface PluginNameMap {
36
+ groupingColumns: import('./GroupingColumnsPlugin').GroupingColumnsPlugin;
37
+ }
35
38
  }
36
39
  /** Configuration options for the column groups plugin */
37
40
  export interface GroupingColumnsConfig {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../libs/grid/src/lib/plugins/grouping-columns/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAMzE,OAAO,QAAQ,kBAAkB,CAAC;IAChC;;OAEG;IACH,UAAU,YAAY,CAAC,IAAI,GAAG,GAAG;QAC/B;;;WAGG;QACH,KAAK,CAAC,EAAE;YAAE,EAAE,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAA;SAAE,GAAG,MAAM,CAAC;KACjD;IAED;;OAEG;IACH,UAAU,UAAU,CAAC,IAAI,GAAG,GAAG;QAC7B;;;;;;;;;;;;WAYG;QACH,YAAY,CAAC,EAAE,qBAAqB,EAAE,CAAC;KACxC;CACF;AAMD,yDAAyD;AACzD,MAAM,WAAW,qBAAqB;IACpC,mCAAmC;IACnC,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,uBAAuB,KAAK,WAAW,GAAG,MAAM,GAAG,IAAI,CAAC;IACvF,oDAAoD;IACpD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC,mBAAmB;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,kDAAkD;IAClD,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,yDAAyD;AACzD,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,0CAA0C;IAC1C,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,yCAAyC;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,oDAAoD;AACpD,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,GAAG;IAClC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,OAAO,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC;IAC/B,0CAA0C;IAC1C,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,+CAA+C;AAC/C,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC;IAClE,kEAAkE;IAClE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../libs/grid/src/lib/plugins/grouping-columns/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,KAAK,EAAE,YAAY,IAAI,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAMzE,OAAO,QAAQ,kBAAkB,CAAC;IAChC;;OAEG;IACH,UAAU,YAAY,CAAC,IAAI,GAAG,GAAG;QAC/B;;;WAGG;QACH,KAAK,CAAC,EAAE;YAAE,EAAE,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAA;SAAE,GAAG,MAAM,CAAC;KACjD;IAED;;OAEG;IACH,UAAU,UAAU,CAAC,IAAI,GAAG,GAAG;QAC7B;;;;;;;;;;;;WAYG;QACH,YAAY,CAAC,EAAE,qBAAqB,EAAE,CAAC;KACxC;IAED,UAAU,aAAa;QACrB,eAAe,EAAE,OAAO,yBAAyB,EAAE,qBAAqB,CAAC;KAC1E;CACF;AAMD,yDAAyD;AACzD,MAAM,WAAW,qBAAqB;IACpC,mCAAmC;IACnC,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,uBAAuB,KAAK,WAAW,GAAG,MAAM,GAAG,IAAI,CAAC;IACvF,oDAAoD;IACpD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC,mBAAmB;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,kDAAkD;IAClD,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,yDAAyD;AACzD,MAAM,WAAW,oBAAoB;IACnC,6BAA6B;IAC7B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,0CAA0C;IAC1C,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,yCAAyC;IACzC,MAAM,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,oDAAoD;AACpD,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,GAAG;IAClC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,yCAAyC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,OAAO,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC;IAC/B,0CAA0C;IAC1C,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,+CAA+C;AAC/C,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,GAAG,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC;IAClE,kEAAkE;IAClE,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}