@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
@@ -130,4 +130,9 @@ export interface ResponsiveChangeDetail {
130
130
  /** Configured breakpoint in pixels */
131
131
  breakpoint: number;
132
132
  }
133
+ declare module '../../core/types' {
134
+ interface PluginNameMap {
135
+ responsive: import('./ResponsivePlugin').ResponsivePlugin;
136
+ }
137
+ }
133
138
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../libs/grid/src/lib/plugins/responsive/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAC1B,MAAM,GACN;IACE,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEN;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB,CAAC,CAAC,GAAG,OAAO;IACjD;;;;;;;;;;;;;;OAcG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAEjC;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,WAAW,CAAC;IAEhF;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEhC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;OAYG;IACH,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAErC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,YAAY,EAAE,OAAO,CAAC;IACtB,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,UAAU,EAAE,MAAM,CAAC;CACpB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../libs/grid/src/lib/plugins/responsive/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAC1B,MAAM,GACN;IACE,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEN;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB,CAAC,CAAC,GAAG,OAAO;IACjD;;;;;;;;;;;;;;OAcG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAEjC;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,YAAY,KAAK,WAAW,CAAC;IAEhF;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEhC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;OAYG;IACH,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAErC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,YAAY,EAAE,OAAO,CAAC;IACtB,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,UAAU,EAAE,MAAM,CAAC;CACpB;AAGD,OAAO,QAAQ,kBAAkB,CAAC;IAChC,UAAU,aAAa;QACrB,UAAU,EAAE,OAAO,oBAAoB,EAAE,gBAAgB,CAAC;KAC3D;CACF"}