@toolbox-web/grid-angular 0.7.1 → 0.8.0

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 (211) hide show
  1. package/README.md +71 -0
  2. package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs +30 -0
  3. package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -0
  4. package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs +28 -0
  5. package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -0
  6. package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs +28 -0
  7. package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -0
  8. package/fesm2022/toolbox-web-grid-angular-features-editing.mjs +33 -0
  9. package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -0
  10. package/fesm2022/toolbox-web-grid-angular-features-export.mjs +29 -0
  11. package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -0
  12. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +29 -0
  13. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -0
  14. package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs +28 -0
  15. package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -0
  16. package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs +25 -0
  17. package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -0
  18. package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs +25 -0
  19. package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -0
  20. package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs +40 -0
  21. package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -0
  22. package/{features/pinned-columns.d.ts → fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs} +11 -2
  23. package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -0
  24. package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs +28 -0
  25. package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -0
  26. package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs +25 -0
  27. package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -0
  28. package/fesm2022/toolbox-web-grid-angular-features-print.mjs +28 -0
  29. package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -0
  30. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +28 -0
  31. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +1 -0
  32. package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs +28 -0
  33. package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -0
  34. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +28 -0
  35. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +1 -0
  36. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +30 -0
  37. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -0
  38. package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs +25 -0
  39. package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -0
  40. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +25 -0
  41. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +1 -0
  42. package/fesm2022/toolbox-web-grid-angular-features-tree.mjs +28 -0
  43. package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -0
  44. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -0
  45. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -0
  46. package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs +28 -0
  47. package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -0
  48. package/fesm2022/toolbox-web-grid-angular.mjs +3376 -0
  49. package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -0
  50. package/package.json +109 -35
  51. package/types/toolbox-web-grid-angular-features-clipboard.d.ts +3 -0
  52. package/types/toolbox-web-grid-angular-features-clipboard.d.ts.map +1 -0
  53. package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +3 -0
  54. package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts.map +1 -0
  55. package/types/toolbox-web-grid-angular-features-context-menu.d.ts +3 -0
  56. package/types/toolbox-web-grid-angular-features-context-menu.d.ts.map +1 -0
  57. package/types/toolbox-web-grid-angular-features-editing.d.ts +3 -0
  58. package/types/toolbox-web-grid-angular-features-editing.d.ts.map +1 -0
  59. package/types/toolbox-web-grid-angular-features-export.d.ts +3 -0
  60. package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -0
  61. package/types/toolbox-web-grid-angular-features-filtering.d.ts +3 -0
  62. package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -0
  63. package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +3 -0
  64. package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts.map +1 -0
  65. package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +3 -0
  66. package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts.map +1 -0
  67. package/types/toolbox-web-grid-angular-features-master-detail.d.ts +3 -0
  68. package/types/toolbox-web-grid-angular-features-master-detail.d.ts.map +1 -0
  69. package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +3 -0
  70. package/types/toolbox-web-grid-angular-features-multi-sort.d.ts.map +1 -0
  71. package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +3 -0
  72. package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts.map +1 -0
  73. package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +3 -0
  74. package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts.map +1 -0
  75. package/types/toolbox-web-grid-angular-features-pivot.d.ts +3 -0
  76. package/types/toolbox-web-grid-angular-features-pivot.d.ts.map +1 -0
  77. package/types/toolbox-web-grid-angular-features-print.d.ts +3 -0
  78. package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -0
  79. package/types/toolbox-web-grid-angular-features-reorder.d.ts +3 -0
  80. package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +1 -0
  81. package/types/toolbox-web-grid-angular-features-responsive.d.ts +3 -0
  82. package/types/toolbox-web-grid-angular-features-responsive.d.ts.map +1 -0
  83. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +3 -0
  84. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +1 -0
  85. package/types/toolbox-web-grid-angular-features-selection.d.ts +3 -0
  86. package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -0
  87. package/types/toolbox-web-grid-angular-features-server-side.d.ts +3 -0
  88. package/types/toolbox-web-grid-angular-features-server-side.d.ts.map +1 -0
  89. package/types/toolbox-web-grid-angular-features-sorting.d.ts +3 -0
  90. package/types/toolbox-web-grid-angular-features-sorting.d.ts.map +1 -0
  91. package/types/toolbox-web-grid-angular-features-tree.d.ts +3 -0
  92. package/types/toolbox-web-grid-angular-features-tree.d.ts.map +1 -0
  93. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +3 -0
  94. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -0
  95. package/types/toolbox-web-grid-angular-features-visibility.d.ts +3 -0
  96. package/types/toolbox-web-grid-angular-features-visibility.d.ts.map +1 -0
  97. package/types/toolbox-web-grid-angular.d.ts +2468 -0
  98. package/types/toolbox-web-grid-angular.d.ts.map +1 -0
  99. package/feature-registry-C-cKloXB.js +0 -45
  100. package/features/clipboard.d.ts +0 -18
  101. package/features/clipboard.d.ts.map +0 -1
  102. package/features/clipboard.js +0 -3
  103. package/features/column-virtualization.d.ts +0 -16
  104. package/features/column-virtualization.d.ts.map +0 -1
  105. package/features/column-virtualization.js +0 -3
  106. package/features/context-menu.d.ts +0 -16
  107. package/features/context-menu.d.ts.map +0 -1
  108. package/features/context-menu.js +0 -3
  109. package/features/editing.d.ts +0 -16
  110. package/features/editing.d.ts.map +0 -1
  111. package/features/editing.js +0 -3
  112. package/features/export.d.ts +0 -17
  113. package/features/export.d.ts.map +0 -1
  114. package/features/export.js +0 -3
  115. package/features/filtering.d.ts +0 -17
  116. package/features/filtering.d.ts.map +0 -1
  117. package/features/filtering.js +0 -3
  118. package/features/grouping-columns.d.ts +0 -16
  119. package/features/grouping-columns.d.ts.map +0 -1
  120. package/features/grouping-columns.js +0 -3
  121. package/features/grouping-rows.d.ts +0 -16
  122. package/features/grouping-rows.d.ts.map +0 -1
  123. package/features/grouping-rows.js +0 -3
  124. package/features/index.d.ts +0 -1
  125. package/features/index.d.ts.map +0 -1
  126. package/features/index.js +0 -22
  127. package/features/master-detail.d.ts +0 -16
  128. package/features/master-detail.d.ts.map +0 -1
  129. package/features/master-detail.js +0 -3
  130. package/features/multi-sort.d.ts +0 -22
  131. package/features/multi-sort.d.ts.map +0 -1
  132. package/features/multi-sort.js +0 -3
  133. package/features/pinned-columns.d.ts.map +0 -1
  134. package/features/pinned-columns.js +0 -3
  135. package/features/pinned-rows.d.ts +0 -16
  136. package/features/pinned-rows.d.ts.map +0 -1
  137. package/features/pinned-rows.js +0 -3
  138. package/features/pivot.d.ts +0 -16
  139. package/features/pivot.d.ts.map +0 -1
  140. package/features/pivot.js +0 -3
  141. package/features/print.d.ts +0 -16
  142. package/features/print.d.ts.map +0 -1
  143. package/features/print.js +0 -3
  144. package/features/reorder.d.ts +0 -16
  145. package/features/reorder.d.ts.map +0 -1
  146. package/features/reorder.js +0 -3
  147. package/features/responsive.d.ts +0 -16
  148. package/features/responsive.d.ts.map +0 -1
  149. package/features/responsive.js +0 -3
  150. package/features/row-reorder.d.ts +0 -16
  151. package/features/row-reorder.d.ts.map +0 -1
  152. package/features/row-reorder.js +0 -3
  153. package/features/selection.d.ts +0 -16
  154. package/features/selection.d.ts.map +0 -1
  155. package/features/selection.js +0 -3
  156. package/features/server-side.d.ts +0 -16
  157. package/features/server-side.d.ts.map +0 -1
  158. package/features/server-side.js +0 -3
  159. package/features/sorting.d.ts +0 -1
  160. package/features/sorting.d.ts.map +0 -1
  161. package/features/sorting.js +0 -1
  162. package/features/tree.d.ts +0 -16
  163. package/features/tree.d.ts.map +0 -1
  164. package/features/tree.js +0 -3
  165. package/features/undo-redo.d.ts +0 -18
  166. package/features/undo-redo.d.ts.map +0 -1
  167. package/features/undo-redo.js +0 -3
  168. package/features/visibility.d.ts +0 -16
  169. package/features/visibility.d.ts.map +0 -1
  170. package/features/visibility.js +0 -3
  171. package/index.d.ts +0 -34
  172. package/index.d.ts.map +0 -1
  173. package/index.js +0 -1916
  174. package/lib/angular-column-config.d.ts +0 -140
  175. package/lib/angular-column-config.d.ts.map +0 -1
  176. package/lib/angular-grid-adapter.d.ts +0 -220
  177. package/lib/angular-grid-adapter.d.ts.map +0 -1
  178. package/lib/base-grid-editor.d.ts +0 -145
  179. package/lib/base-grid-editor.d.ts.map +0 -1
  180. package/lib/component-registry.d.ts +0 -63
  181. package/lib/component-registry.d.ts.map +0 -1
  182. package/lib/directives/grid-column-editor.directive.d.ts +0 -113
  183. package/lib/directives/grid-column-editor.directive.d.ts.map +0 -1
  184. package/lib/directives/grid-column-view.directive.d.ts +0 -69
  185. package/lib/directives/grid-column-view.directive.d.ts.map +0 -1
  186. package/lib/directives/grid-detail-view.directive.d.ts +0 -75
  187. package/lib/directives/grid-detail-view.directive.d.ts.map +0 -1
  188. package/lib/directives/grid-form-array.directive.d.ts +0 -141
  189. package/lib/directives/grid-form-array.directive.d.ts.map +0 -1
  190. package/lib/directives/grid-responsive-card.directive.d.ts +0 -92
  191. package/lib/directives/grid-responsive-card.directive.d.ts.map +0 -1
  192. package/lib/directives/grid-tool-panel.directive.d.ts +0 -91
  193. package/lib/directives/grid-tool-panel.directive.d.ts.map +0 -1
  194. package/lib/directives/grid.directive.d.ts +0 -808
  195. package/lib/directives/grid.directive.d.ts.map +0 -1
  196. package/lib/directives/index.d.ts +0 -9
  197. package/lib/directives/index.d.ts.map +0 -1
  198. package/lib/directives/structural-directives.d.ts +0 -174
  199. package/lib/directives/structural-directives.d.ts.map +0 -1
  200. package/lib/feature-registry.d.ts +0 -72
  201. package/lib/feature-registry.d.ts.map +0 -1
  202. package/lib/grid-type-registry.d.ts +0 -110
  203. package/lib/grid-type-registry.d.ts.map +0 -1
  204. package/lib/inject-grid.d.ts +0 -109
  205. package/lib/inject-grid.d.ts.map +0 -1
  206. package/lib/interfaces/grid-cell-editor.d.ts +0 -85
  207. package/lib/interfaces/grid-cell-editor.d.ts.map +0 -1
  208. package/lib/interfaces/grid-cell-renderer.d.ts +0 -63
  209. package/lib/interfaces/grid-cell-renderer.d.ts.map +0 -1
  210. package/lib/interfaces/index.d.ts +0 -5
  211. package/lib/interfaces/index.d.ts.map +0 -1
package/features/tree.js DELETED
@@ -1,3 +0,0 @@
1
- import { TreePlugin as e } from "@toolbox-web/grid/plugins/tree";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("tree", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,18 +0,0 @@
1
- /**
2
- * Undo/Redo feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `undoRedo` input on Grid directive.
5
- * Requires editing feature to be enabled.
6
- *
7
- * @example
8
- * ```typescript
9
- * import '@toolbox-web/grid-angular/features/editing';
10
- * import '@toolbox-web/grid-angular/features/undo-redo';
11
- *
12
- * <tbw-grid [editing]="'dblclick'" [undoRedo]="true" />
13
- * ```
14
- *
15
- * @packageDocumentation
16
- */
17
- export {};
18
- //# sourceMappingURL=undo-redo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"undo-redo.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/undo-redo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -1,3 +0,0 @@
1
- import { UndoRedoPlugin as e } from "@toolbox-web/grid/plugins/undo-redo";
2
- import { r as o } from "../feature-registry-C-cKloXB.js";
3
- o("undoRedo", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Column visibility feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `visibility` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/visibility';
9
- *
10
- * <tbw-grid [visibility]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=visibility.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"visibility.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/visibility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { VisibilityPlugin as r } from "@toolbox-web/grid/plugins/visibility";
2
- import { r as e } from "../feature-registry-C-cKloXB.js";
3
- e("visibility", (i) => i === !0 ? new r() : new r(i ?? void 0));
package/index.d.ts DELETED
@@ -1,34 +0,0 @@
1
- /**
2
- * @packageDocumentation
3
- * @toolbox-web/grid-angular - Angular adapter for @toolbox-web/grid.
4
- *
5
- * Provides directives for seamless Angular integration with the grid component.
6
- */
7
- export { AngularGridAdapter } from './lib/angular-grid-adapter';
8
- export { isComponentClass } from './lib/angular-column-config';
9
- export type { AngularCellEditor, AngularCellRenderer, AngularColumnConfig, AngularGridConfig, } from './lib/angular-column-config';
10
- export { GRID_TYPE_DEFAULTS, GridTypeRegistry, provideGridTypeDefaults } from './lib/grid-type-registry';
11
- export type { AngularTypeDefault } from './lib/grid-type-registry';
12
- export { injectGrid } from './lib/inject-grid';
13
- export type { ExportMethods, InjectGridReturn, SelectionMethods } from './lib/inject-grid';
14
- export { clearFeatureRegistry, createPluginFromFeature, getFeatureFactory, getRegisteredFeatures, isFeatureRegistered, registerFeature, } from './lib/feature-registry';
15
- export type { FeatureName, PluginFactory } from './lib/feature-registry';
16
- export { BaseGridEditor } from './lib/base-grid-editor';
17
- export { GridColumnEditor } from './lib/directives/grid-column-editor.directive';
18
- export type { GridEditorContext } from './lib/directives/grid-column-editor.directive';
19
- export { GridColumnView } from './lib/directives/grid-column-view.directive';
20
- export type { GridCellContext } from './lib/directives/grid-column-view.directive';
21
- export { GridDetailView } from './lib/directives/grid-detail-view.directive';
22
- export type { GridDetailContext } from './lib/directives/grid-detail-view.directive';
23
- export { GridFormArray, getFormArrayContext } from './lib/directives/grid-form-array.directive';
24
- export type { FormArrayContext } from './lib/directives/grid-form-array.directive';
25
- export { GridResponsiveCard } from './lib/directives/grid-responsive-card.directive';
26
- export type { GridResponsiveCardContext } from './lib/directives/grid-responsive-card.directive';
27
- export { GridToolPanel } from './lib/directives/grid-tool-panel.directive';
28
- export type { GridToolPanelContext } from './lib/directives/grid-tool-panel.directive';
29
- export { Grid } from './lib/directives/grid.directive';
30
- export type { CellCommitEvent, RowCommitEvent } from './lib/directives/grid.directive';
31
- export { TbwEditor, TbwRenderer } from './lib/directives/structural-directives';
32
- export type { StructuralCellContext, StructuralEditorContext } from './lib/directives/structural-directives';
33
- export { TbwEditor as TbwCellEditor, TbwRenderer as TbwCellView } from './lib/directives/structural-directives';
34
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/grid-angular/src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACzG,YAAY,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAGnE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAG3F,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,mBAAmB,EACnB,eAAe,GAChB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGzE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AAChG,YAAY,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACrF,YAAY,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,YAAY,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAGvF,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAChF,YAAY,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAG7G,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,wCAAwC,CAAC"}