xv-webcomponents 2.0.0-beta.2 → 2.0.0-beta.28

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 (166) hide show
  1. package/README.md +3 -2
  2. package/dist/angular/index.d.ts +1 -1
  3. package/dist/angular/index.js +3 -4
  4. package/dist/angular/proxies.d.ts +60 -34
  5. package/dist/angular/proxies.js +51 -67
  6. package/dist/angular/web-components.module.d.ts +1 -1
  7. package/dist/angular/web-components.module.js +10 -13
  8. package/dist/cjs/{index-Cfa6bBQW.js → index-DaTpiyaU.js} +1 -1
  9. package/dist/cjs/{index-Cixkr3sz.js → index-Dwhgrew8.js} +15 -10
  10. package/dist/cjs/index.cjs.js +2 -2
  11. package/dist/cjs/loader.cjs.js +2 -2
  12. package/dist/cjs/{xv-accordion-v2_50.cjs.entry.js → xv-accordion-v2_49.cjs.entry.js} +1529 -147
  13. package/dist/cjs/xv-header-next.cjs.entry.js +2 -2
  14. package/dist/cjs/xv-mega-menu-next.cjs.entry.js +2 -2
  15. package/dist/cjs/xv-webcomponents.cjs.js +3 -3
  16. package/dist/collection/collection-manifest.json +1 -2
  17. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +9 -8
  18. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +129 -61
  19. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +277 -78
  20. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +138 -24
  21. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +334 -168
  22. package/dist/collection/components/xv-table/xv-table.css +240 -99
  23. package/dist/collection/components/xv-table/xv-table.js +2056 -63
  24. package/dist/collection/components/xv-table/xv-table.model.js +10 -0
  25. package/dist/collection/components/xv-table/xv-table.utils.js +243 -0
  26. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
  27. package/dist/collection/components/xv-tag/xv-tag.js +1 -1
  28. package/dist/collection/components/xv-tag-combobox/xv-tag-combobox.js +2 -2
  29. package/dist/collection/components/xv-text-input/xv-text-input.js +2 -2
  30. package/dist/collection/components/xv-textarea/xv-textarea.js +2 -2
  31. package/dist/collection/components/xv-tile/xv-tile.js +2 -2
  32. package/dist/collection/components/xv-toggle/xv-toggle.js +1 -1
  33. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +1 -1
  34. package/dist/collection/components/xv-tooltip/xv-tooltip.js +2 -2
  35. package/dist/collection/utils/table-layout.js +130 -0
  36. package/dist/components/index.js +1 -1
  37. package/dist/components/p-B0kwaJ8n.js +1 -0
  38. package/dist/components/{p-CbVZCn2p.js → p-BEoh0dZI.js} +1 -1
  39. package/dist/components/{p-ZYJfCCwX.js → p-BaZ-srfu.js} +1 -1
  40. package/dist/components/{p-DyGMZIub.js → p-Bej2l-wN.js} +1 -1
  41. package/dist/components/{p-Ddx5DwV5.js → p-BfhvpeQh.js} +1 -1
  42. package/dist/components/{p-kQVUwJXZ.js → p-CSYnNMKb.js} +1 -1
  43. package/dist/components/{p-BNP2Lw34.js → p-CspyoLL9.js} +1 -1
  44. package/dist/components/p-CvgDDcjp.js +1 -0
  45. package/dist/components/{p-COoj5JkZ.js → p-D4FwGeDJ.js} +1 -1
  46. package/dist/components/p-DCvH_Br_.js +1 -0
  47. package/dist/components/{p-CEjlxnKY.js → p-DFe9Mtw_.js} +1 -1
  48. package/dist/components/{p-BRZwUlfE.js → p-DFtMwE-h.js} +1 -1
  49. package/dist/components/p-DIvi4fI3.js +1 -0
  50. package/dist/components/{p-DTwz9Fsh.js → p-DNRISLNf.js} +1 -1
  51. package/dist/components/p-DPnvoOYj.js +1 -0
  52. package/dist/components/{p-Dzz9jxLm.js → p-Dwbe941A.js} +1 -1
  53. package/dist/components/{p-CMAJWZsP.js → p-JClekcEh.js} +1 -1
  54. package/dist/components/{p-DtUNYh73.js → p-NoM9oIJn.js} +1 -1
  55. package/dist/components/{p-DlLBjhuH.js → p-XEk4dHG3.js} +1 -1
  56. package/dist/components/p-i7_81si-.js +1 -0
  57. package/dist/components/{p-BRYrLHiz.js → p-i82EFiq6.js} +1 -1
  58. package/dist/components/{p-BXB4D7j4.js → p-jD7nSJaM.js} +1 -1
  59. package/dist/components/xv-accordion-v2-item.js +1 -1
  60. package/dist/components/xv-accordion-v2.js +1 -1
  61. package/dist/components/xv-breadcrumbs-v2.js +1 -1
  62. package/dist/components/xv-button-group-v2.js +1 -1
  63. package/dist/components/xv-button-v2.js +1 -1
  64. package/dist/components/xv-card-v2.js +1 -1
  65. package/dist/components/xv-checkbox-v2.js +1 -1
  66. package/dist/components/xv-content-switcher-item-v2.js +1 -1
  67. package/dist/components/xv-content-switcher-v2.js +1 -1
  68. package/dist/components/xv-data-table-cell.js +1 -1
  69. package/dist/components/xv-data-table-collapse.js +1 -1
  70. package/dist/components/xv-data-table-row.js +1 -1
  71. package/dist/components/xv-data-table.js +2 -2
  72. package/dist/components/xv-date-picker.js +1 -1
  73. package/dist/components/xv-datepicker.js +1 -1
  74. package/dist/components/xv-dropdown-v2-item.js +1 -1
  75. package/dist/components/xv-dropdown-v2.js +1 -1
  76. package/dist/components/xv-file-uploader.js +1 -1
  77. package/dist/components/xv-footer.js +1 -1
  78. package/dist/components/xv-geo-map-v2.js +1 -1
  79. package/dist/components/xv-header-next.js +1 -1
  80. package/dist/components/xv-header.js +1 -1
  81. package/dist/components/xv-image-viewer.js +1 -1
  82. package/dist/components/xv-link-v2.js +1 -1
  83. package/dist/components/xv-loader-v2.js +1 -1
  84. package/dist/components/xv-login-modal.js +1 -1
  85. package/dist/components/xv-mega-menu-next.js +1 -1
  86. package/dist/components/xv-mega-menu.js +1 -1
  87. package/dist/components/xv-modal-v2.js +1 -1
  88. package/dist/components/xv-notification-v2.js +1 -1
  89. package/dist/components/xv-number-input-v2.js +1 -1
  90. package/dist/components/xv-overflow-menu-v2-item.js +1 -1
  91. package/dist/components/xv-overflow-menu-v2.js +1 -1
  92. package/dist/components/xv-pagination.js +1 -1
  93. package/dist/components/xv-progress-indicator-v2-item.js +1 -1
  94. package/dist/components/xv-progress-indicator-v2.js +1 -1
  95. package/dist/components/xv-radio-v2.js +1 -1
  96. package/dist/components/xv-slider-v2.js +1 -1
  97. package/dist/components/xv-tab-v2.js +1 -1
  98. package/dist/components/{xv-table-v2-row.d.ts → xv-table-cell.d.ts} +4 -4
  99. package/dist/components/xv-table-cell.js +1 -0
  100. package/dist/components/{xv-table-v2-cell.d.ts → xv-table-row.d.ts} +4 -4
  101. package/dist/components/xv-table-row.js +1 -0
  102. package/dist/components/{xv-table-v2.d.ts → xv-table.d.ts} +4 -4
  103. package/dist/components/xv-table.js +1 -0
  104. package/dist/components/xv-tabs-v2.js +1 -1
  105. package/dist/components/xv-tag-combobox.js +1 -1
  106. package/dist/components/xv-tag-v2.js +1 -1
  107. package/dist/components/xv-text-input-v2.js +1 -1
  108. package/dist/components/xv-textarea.js +1 -1
  109. package/dist/components/xv-tile.js +1 -1
  110. package/dist/components/xv-toggle-tip.js +1 -1
  111. package/dist/components/xv-toggle.js +1 -1
  112. package/dist/components/xv-tooltip-v2.js +1 -1
  113. package/dist/custom-elements.json +1765 -294
  114. package/dist/docs.json +2749 -443
  115. package/dist/esm/{index-B6cY-_U1.js → index-ClusqSO5.js} +1 -1
  116. package/dist/esm/{index-Bu8SrOeR.js → index-DJC3-dS3.js} +15 -10
  117. package/dist/esm/index.js +2 -2
  118. package/dist/esm/loader.js +3 -3
  119. package/dist/esm/{xv-accordion-v2_50.entry.js → xv-accordion-v2_49.entry.js} +1527 -144
  120. package/dist/esm/xv-header-next.entry.js +2 -2
  121. package/dist/esm/xv-mega-menu-next.entry.js +2 -2
  122. package/dist/esm/xv-webcomponents.js +4 -4
  123. package/dist/react/components.d.ts +3 -4
  124. package/dist/react/components.js +3 -4
  125. package/dist/react/{xv-table-v2-expand.d.ts → xv-table-cell.d.ts} +3 -3
  126. package/dist/react/xv-table-cell.js +14 -0
  127. package/dist/react/{xv-table-v2.d.ts → xv-table-row.d.ts} +3 -3
  128. package/dist/react/{xv-table-v2.js → xv-table-row.js} +5 -5
  129. package/dist/react/xv-table.d.ts +18 -0
  130. package/dist/react/xv-table.js +22 -0
  131. package/dist/types/components/xv-table/xv-table-cell/xv-table-cell.d.ts +43 -8
  132. package/dist/types/components/xv-table/xv-table-row/xv-table-row.d.ts +57 -18
  133. package/dist/types/components/xv-table/xv-table.d.ts +298 -9
  134. package/dist/types/components/xv-table/xv-table.model.d.ts +78 -0
  135. package/dist/types/components/xv-table/xv-table.utils.d.ts +47 -0
  136. package/dist/types/components.d.ts +899 -118
  137. package/dist/types/stencil-public-runtime.d.ts +61 -55
  138. package/dist/types/utils/table-layout.d.ts +7 -0
  139. package/dist/vscode-data.json +347 -56
  140. package/dist/xv-webcomponents/index.esm.js +1 -1
  141. package/dist/xv-webcomponents/{p-1ffb0b4f.entry.js → p-0c30d09f.entry.js} +1 -1
  142. package/dist/xv-webcomponents/{p-eb9d7750.entry.js → p-6b58979e.entry.js} +2 -2
  143. package/dist/xv-webcomponents/{p-Bu8SrOeR.js → p-DJC3-dS3.js} +2 -2
  144. package/dist/xv-webcomponents/{p-DB4KqDJz.js → p-DSFVdw3w.js} +1 -1
  145. package/dist/xv-webcomponents/{p-d4d26ff2.entry.js → p-c4173686.entry.js} +1 -1
  146. package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
  147. package/package.json +139 -139
  148. package/dist/collection/components/xv-table/_vars.js +0 -2
  149. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +0 -58
  150. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +0 -75
  151. package/dist/components/p-CHtssNO9.js +0 -1
  152. package/dist/components/p-CILNPUHH.js +0 -1
  153. package/dist/components/p-DVZ2BlIP.js +0 -1
  154. package/dist/components/p-bdaoJ1tx.js +0 -1
  155. package/dist/components/xv-table-v2-cell.js +0 -1
  156. package/dist/components/xv-table-v2-expand.d.ts +0 -11
  157. package/dist/components/xv-table-v2-expand.js +0 -1
  158. package/dist/components/xv-table-v2-row.js +0 -1
  159. package/dist/components/xv-table-v2.js +0 -1
  160. package/dist/react/xv-table-v2-cell.d.ts +0 -12
  161. package/dist/react/xv-table-v2-cell.js +0 -14
  162. package/dist/react/xv-table-v2-expand.js +0 -14
  163. package/dist/react/xv-table-v2-row.d.ts +0 -13
  164. package/dist/react/xv-table-v2-row.js +0 -17
  165. package/dist/types/components/xv-table/_vars.d.ts +0 -15
  166. package/dist/types/components/xv-table/xv-table-expand/xv-table-expand.d.ts +0 -8
package/dist/docs.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2026-09-10T09:32:09",
2
+ "timestamp": "2026-09-18T10:45:35",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.44.2",
5
+ "version": "4.45.0",
6
6
  "typescriptVersion": "5.8.3"
7
7
  },
8
8
  "components": [
@@ -832,7 +832,8 @@
832
832
  "xv-mega-menu",
833
833
  "xv-mega-menu-next",
834
834
  "xv-number-input-v2",
835
- "xv-pagination"
835
+ "xv-pagination",
836
+ "xv-table"
836
837
  ],
837
838
  "dependencies": [
838
839
  "xv-loader-v2"
@@ -870,6 +871,9 @@
870
871
  ],
871
872
  "xv-pagination": [
872
873
  "xv-button-v2"
874
+ ],
875
+ "xv-table": [
876
+ "xv-button-v2"
873
877
  ]
874
878
  }
875
879
  },
@@ -1500,7 +1504,8 @@
1500
1504
  "xv-data-table-row",
1501
1505
  "xv-dropdown-v2-item",
1502
1506
  "xv-login-modal",
1503
- "xv-table-v2-row"
1507
+ "xv-table",
1508
+ "xv-table-row"
1504
1509
  ],
1505
1510
  "dependencies": [],
1506
1511
  "dependencyGraph": {
@@ -1513,7 +1518,10 @@
1513
1518
  "xv-login-modal": [
1514
1519
  "xv-checkbox-v2"
1515
1520
  ],
1516
- "xv-table-v2-row": [
1521
+ "xv-table": [
1522
+ "xv-checkbox-v2"
1523
+ ],
1524
+ "xv-table-row": [
1517
1525
  "xv-checkbox-v2"
1518
1526
  ]
1519
1527
  }
@@ -1899,8 +1907,8 @@
1899
1907
  "filePath": "src/components/xv-data-table/xv-data-table.tsx",
1900
1908
  "encapsulation": "shadow",
1901
1909
  "tag": "xv-data-table",
1902
- "readme": "# xv-data-table\r\n\r\n\r\n\r",
1903
- "docs": "",
1910
+ "readme": "# xv-data-table\r\n\r\n> **Deprecated.** Superseded by [`xv-table`](../xv-table), which adds sorting, selection, batch\r\n> actions, expansion, column resizing, reordering and hiding, a persisted layout and pagination.\r\n> This component stays only until its 22 usages in XvMarketplaceNG are migrated; removal is\r\n> tracked by MAR-15895.\r\n\r\n\r\n\r",
1911
+ "docs": "> **Deprecated.** Superseded by [`xv-table`](../xv-table), which adds sorting, selection, batch\r\n> actions, expansion, column resizing, reordering and hiding, a persisted layout and pagination.\r\n> This component stays only until its 22 usages in XvMarketplaceNG are migrated; removal is\r\n> tracked by MAR-15895.",
1904
1912
  "docsTags": [],
1905
1913
  "usage": {},
1906
1914
  "props": [
@@ -7579,7 +7587,7 @@
7579
7587
  "xv-modal-v2",
7580
7588
  "xv-number-input-v2",
7581
7589
  "xv-tab-v2",
7582
- "xv-table-v2",
7590
+ "xv-table",
7583
7591
  "xv-tabs-v2",
7584
7592
  "xv-tag-combobox",
7585
7593
  "xv-text-input-v2",
@@ -7620,7 +7628,7 @@
7620
7628
  "xv-tab-v2": [
7621
7629
  "xv-loader-v2"
7622
7630
  ],
7623
- "xv-table-v2": [
7631
+ "xv-table": [
7624
7632
  "xv-loader-v2"
7625
7633
  ],
7626
7634
  "xv-tabs-v2": [
@@ -9181,7 +9189,8 @@
9181
9189
  "states": [],
9182
9190
  "dependents": [
9183
9191
  "xv-header",
9184
- "xv-header-next"
9192
+ "xv-header-next",
9193
+ "xv-table"
9185
9194
  ],
9186
9195
  "dependencies": [
9187
9196
  "xv-tooltip-v2"
@@ -9195,6 +9204,9 @@
9195
9204
  ],
9196
9205
  "xv-header-next": [
9197
9206
  "xv-overflow-menu-v2"
9207
+ ],
9208
+ "xv-table": [
9209
+ "xv-overflow-menu-v2"
9198
9210
  ]
9199
9211
  }
9200
9212
  },
@@ -9833,7 +9845,9 @@
9833
9845
  "slots": [],
9834
9846
  "parts": [],
9835
9847
  "states": [],
9836
- "dependents": [],
9848
+ "dependents": [
9849
+ "xv-table"
9850
+ ],
9837
9851
  "dependencies": [
9838
9852
  "xv-button-v2"
9839
9853
  ],
@@ -9843,6 +9857,9 @@
9843
9857
  ],
9844
9858
  "xv-button-v2": [
9845
9859
  "xv-loader-v2"
9860
+ ],
9861
+ "xv-table": [
9862
+ "xv-pagination"
9846
9863
  ]
9847
9864
  }
9848
9865
  },
@@ -10493,9 +10510,15 @@
10493
10510
  ],
10494
10511
  "parts": [],
10495
10512
  "states": [],
10496
- "dependents": [],
10513
+ "dependents": [
10514
+ "xv-table-row"
10515
+ ],
10497
10516
  "dependencies": [],
10498
- "dependencyGraph": {}
10517
+ "dependencyGraph": {
10518
+ "xv-table-row": [
10519
+ "xv-radio-v2"
10520
+ ]
10521
+ }
10499
10522
  },
10500
10523
  {
10501
10524
  "filePath": "src/components/xv-slider/xv-slider.tsx",
@@ -10930,125 +10953,322 @@
10930
10953
  {
10931
10954
  "filePath": "src/components/xv-table/xv-table.tsx",
10932
10955
  "encapsulation": "shadow",
10933
- "tag": "xv-table-v2",
10934
- "readme": "# xv-table-v2\r\n\r\n\r\n\r",
10935
- "docs": "",
10936
- "docsTags": [],
10956
+ "tag": "xv-table",
10957
+ "readme": "# xv-table\r\n\r\nA data table that covers the two implementations it replaces: the presentational `xv-data-table`\r\nhere, and the Angular `app-data-table` in XvMarketplaceNG, which owned sorting, column resizing,\r\nreordering and the stored layout.\r\n\r\n`columns` is always the source of structure. Widths, order, sorting, resizing, hiding, the scroll\r\nwidth and the persisted layout all read from it. Rows arrive one of two ways\r\nand the header is rendered from `columns` in both.\r\n\r\n## Two ways to supply rows\r\n\r\n```html\r\n<!-- data: the table renders the rows -->\r\n<xv-table\r\n columns='[{\"id\":\"name\",\"label\":\"Name\",\"sortable\":true},{\"id\":\"city\",\"label\":\"City\"}]'\r\n rows='[{\"id\":1,\"name\":\"Alpha\",\"city\":\"Aachen\"}]'\r\n sort-mode=\"client\">\r\n</xv-table>\r\n```\r\n\r\n```html\r\n<!-- markup: the cells hold anything; cell order follows the declared column order -->\r\n<xv-table storage-key=\"order-sales-all\" storage-owner=\"4711\" selection=\"multiple\" hover>\r\n <xv-button-v2 slot=\"toolbar\">Export</xv-button-v2>\r\n <xv-button-v2 slot=\"batch\">Delete</xv-button-v2>\r\n\r\n <xv-table-row value=\"42\">\r\n <xv-table-cell>Kampagne A</xv-table-cell>\r\n <xv-table-cell><xv-tag-v2>Aktiv</xv-tag-v2></xv-table-cell>\r\n <div slot=\"expand\">Anything, full row width.</div>\r\n </xv-table-row>\r\n</xv-table>\r\n```\r\n\r\nSlotted rows win: while any `xv-table-row` child is present the `rows` prop is not rendered.\r\n**Write one cell per declared column, in declared order** — that is how a cell is matched to its\r\ncolumn. Hiding and reordering then move cells visually without touching the DOM.\r\n\r\n## Why grid and not `<table>`\r\n\r\nCells are custom elements, not `<td>`, so `colspan` — an HTML attribute of a real `<td>` — does not\r\nexist for them, and an expanded panel could never span the row. The table is therefore a CSS grid:\r\nit owns the track list, and each row is `grid-column: 1 / -1` plus `grid-template-columns: subgrid`.\r\n\r\nThat keeps a row's own box, so hover, selection and grouping paint one background rather than N cell\r\nbackgrounds; it keeps every cell aligned to the table's columns; and it makes a resize a single\r\nwrite of one custom property instead of one per `<col>`.\r\n\r\n`subgrid` needs Chrome 117+, Firefox 71+, Safari 16+. Below that a `@supports` rule drops rows to\r\n`display: contents`: columns still line up, row backgrounds do not.\r\n\r\n## Sorting, selection, expansion and pagination\r\n\r\nEach has a mode prop, and the split is the same everywhere: `none` switches the feature off,\r\n`client` means the table does the work on the `rows` prop, and `server` means it shows the\r\naffordance but only reports, leaving the consumer to reload.\r\n\r\n`sort-mode=\"none\"` makes every header inert whatever `column.sortable` says — no arrow, no tab\r\nstop, no event — so `none` and `server` can never be mistaken for one another.\r\n\r\n- `sort-mode`, with `sort-by` as `asc(field)` / `desc(field)` — the shape `ListStateService`\r\n already speaks, so an Angular binding needs no adapter. Sorting cycles ascending and descending\r\n only; empty values sort last in both directions, because a blank cell is missing, not smallest.\r\n- `selection` is `single` (radios) or `multiple` (checkboxes). The table owns the set, computes the\r\n header's indeterminate state, and reveals `slot=\"batch\"` only while something is selected.\r\n `selected-label` takes a `{count}` placeholder — nothing is hardcoded in any language.\r\n- `expand-mode` is `single` or `multiple`; the panel comes from each row's `slot=\"expand\"`.\r\n- `pagination-mode` renders `xv-pagination` below the table.\r\n\r\nTwo of these modes reach only as far as the table's own knowledge of the rows, so read them\r\nliterally:\r\n\r\n- **`sort-mode=\"client\"` sorts the `rows` prop, and only that.** Slotted rows are the consumer's\r\n markup — the table would have to either move someone else's DOM out from under their framework,\r\n or reorder it visually with `order` and leave a screen reader reading the old sequence. Neither is\r\n worth it, so with slotted rows `client` behaves like `server`: the header is offered, `sortChange`\r\n is emitted, and reordering the data is the consumer's job. It is one line where the data lives.\r\n- **`pagination-mode=\"client\"` works in both.** With `rows` it slices the array; with slotted rows\r\n it hides the ones off the page. The page is counted in **top-level rows**, so a group and its\r\n children travel together as one entry, and the header and footer are never hidden.\r\n\r\n**The expand panel needs markup rows.** Its content comes from `slot=\"expand\"` inside a row, and in\r\nthe `rows` mode there is no row of yours to put it in. The chevron still toggles and still emits\r\n`expandedChange` there — useful if the detail lives elsewhere on the page — but nothing opens under\r\nthe row. A panel means writing the rows as tags.\r\n\r\n`layout-pending` keeps the body hidden until a stored layout resolves, because painting the declared\r\nwidths and correcting them a moment later is visible. A cold database gets 1.5 s before the declared\r\ncolumns win.\r\n\r\n## Grouped rows\r\n\r\nA row that expands into **more rows** does not use `slot=\"expand\"`. Its children are ordinary\r\n`xv-table-row` siblings that name their group with `parent`:\r\n\r\n```html\r\n<xv-table expand-mode=\"multiple\" selection=\"multiple\">\r\n <xv-table-row value=\"ganzsaeule\" expanded>…</xv-table-row>\r\n <xv-table-row value=\"gs-1\" parent=\"ganzsaeule\">…</xv-table-row>\r\n <xv-table-row value=\"gs-2\" parent=\"ganzsaeule\">…</xv-table-row>\r\n <xv-table-row value=\"gs-3\" parent=\"ganzsaeule\" disabled>…</xv-table-row>\r\n</xv-table>\r\n```\r\n\r\nThey stay rows of the same grid, so they keep the table's columns for free: resizing, reordering\r\nand hiding a column applies to them like any other row, with no nested table, no second header and\r\nno panel padding. `slot=\"expand\"` remains for **arbitrary** content — a form, a chart, text — and\r\nthe two can be mixed in one table.\r\n\r\nThe chevron is drawn only on a row that actually has children or a panel; `expanded` in the markup\r\nopens a group on first paint, so a table can start with one group open and the rest closed.\r\n\r\nSelection cascades along the same relationship:\r\n\r\n- ticking a group ticks its children, and unticking clears them;\r\n- a group whose children are only partly picked shows the indeterminate dash, and so does the\r\n header — the state is computed, never stored;\r\n- clicking a box that is already indeterminate **clears** the selection rather than completing it,\r\n in the group and in the header alike;\r\n- a `disabled` row is never selected, not by its group and not by select-all.\r\n\r\nNesting stops at one level: a child row never carries children of its own. A deeper tree wants\r\na tree component, not a table.\r\n\r\nOnly children carry values into `selectedChange`; a group row is a heading, not a selectable row.\r\nA consumer that would rather own all of this can leave `selection=\"none\"` and put its own controls\r\nin the cells.\r\n\r\n## Hiding columns\r\n\r\nA column with `hideable` appears in the column picker in the toolbar — as `\"hideable\": true` in\r\n`columns`, or as the `hideable` attribute on its header cell. The trigger carries a dot while\r\nanything is hidden, and `resetLabel` restores the declared layout.\r\n\r\nHiding drops the column's grid track and hides its cell in every row, header and footer included.\r\nNothing is left occupying a track: a cell that kept one would push the header onto a second line,\r\nand the columns of the body would no longer meet the columns of the header.\r\n\r\n## Filling the container\r\n\r\nThe track list mixes two kinds of column: one with a declared `width` is that many pixels, and one\r\nwithout takes an equal share of what is left. Hide enough columns and the flexible ones can all be\r\ngone — then the fixed widths alone no longer reach the right edge, and the table would end in the\r\nmiddle of its container.\r\n\r\nA width is either a number, meaning pixels, or a CSS length — `25%`, `auto`, `12rem` — which goes\r\ninto the grid track exactly as written. A length already follows the container, so it stays out of\r\nthe sharing below, and it is never written into the stored layout: only a resize stores a width,\r\nand a resize always pins pixels.\r\n\r\nSo when **every** visible column has a pixel width, the widths become weights: each column keeps its\r\ndeclared width as a floor and shares the slack in proportion. This is what a real table does with\r\n`table-layout: fixed; width: 100%`, and it is the same reason a resize trades width with a\r\nneighbour instead of changing the total.\r\n\r\nA width is the **whole cell, padding included** — a grid track, not the content box a `<td>` sized.\r\nA table ported from `table-layout: fixed` therefore needs its old widths plus the cell padding,\r\ntwice `--xv-table-cell-padding-x`, which is 32px at the default size. Declare less than that and\r\nthe padding gives way instead of the content: it is capped at a quarter of the column, so a column\r\nof 24px still holds 12px of icon.\r\n\r\nBecause a declared width is a floor, a block too narrow for the declared widths no longer squeezes\r\nthem past what they asked for — the table turns into a horizontal scroller instead, the same one a\r\nnarrow viewport gets. A column that should follow the container rather than hold its ground is a\r\npercentage; those have no floor by definition.\r\n\r\n## Translations\r\n\r\nThe library has no i18n layer, and this component invents no user-visible text: **every string is\r\na prop**, and a consumer passes it already translated — through `| translate` in Angular, or\r\nwhatever the CMS uses. Defaults are English because the library's source language is English, and\r\nan unlabelled control is worse than one labelled in the wrong language.\r\n\r\n| Prop | Default | Where it shows |\r\n| --- | --- | --- |\r\n| `emptyLabel` | — | instead of the body when there are no rows |\r\n| `selectedLabel` | — | the batch bar counter; `{count}` is substituted |\r\n| `columnsLabel` | `Columns` | tooltip on the column-picker trigger |\r\n| `resetLabel` | `Reset` | the button that restores the declared layout |\r\n| `expandLabel` | `Toggle row` | accessible name of a row's expand toggle |\r\n| `reorderLabel` | `Drag to reorder` | accessible name of a row's drag grip |\r\n\r\nColumn headers come from `columns[].label`, cell content from the markup or `rows` — all of it\r\nalready translated by the consumer. `locale` affects only number and date **formatting**.\r\n\r\n> One string still escapes this: `xv-pagination`, which the table embeds, hardcodes German\r\n> (`von … Einträgen`, `von … Seiten`) with no override. That is its own component and its own\r\n> ticket (MAR-15915), but it surfaces inside every paginated table.\r\n\r\n## Alignment\r\n\r\n`align` on a column aligns its **data**: numbers, prices and dates read right, text reads left.\r\nThe **header stays left** regardless, because a row of labels that jumps between edges is harder\r\nto scan than the numbers underneath it. Set `headerAlign` on the column when a particular header\r\nshould follow its data instead — in markup, write `align` straight onto the header cell.\r\n\r\nA header that does follow its data lines up **exactly** with the values under it: the sort arrow\r\nmoves to the other side of an end-aligned label, and the drag grip sits in the cell's padding\r\nrather than in its flow, where the 12px it used to reserve pushed every header off its column.\r\n\r\n## Resizing and reordering columns\r\n\r\n`resizable` and `reorderable` are **off by default**, like `row-reorderable`: with neither set no\r\nhandle and no grip is rendered, and nothing is bound. A column may switch itself off with\r\n`\"resizable\": false`, never on.\r\n\r\nA resize **trades width with one neighbour** rather than changing the table's total: the dragged\r\ncolumn grows by what the next one gives up, and the last column borrows from the one before it.\r\nEither column's own `minWidth` caps the drag.\r\n\r\nWithout that, every resize pins one more column to pixels, and once none are left flexible the\r\ntable stops filling its container — it leaves a gap when a column is shrunk and starts scrolling\r\nwhen one is grown. Trading keeps the sum constant, so neither happens.\r\n\r\nEach control column — the drag grip, the selection checkbox, the expand toggle — gets its **own**\r\ngrid track, and the header renders a cell for each one. A shared track would let the second\r\ncontrol slide into the first data column and pull the whole header out of line with the body.\r\n\r\n## Reordering rows\r\n\r\n`row-reorderable` lets a user drag a row into a new position. It is **off by default and costs\r\nnothing while off**: no grip cell, no leading grid track, and not a single drag listener bound.\r\nIt uses native HTML5 drag, the same as the column headers, so no drag library is pulled into the\r\nbundle either.\r\n\r\n`row-reorder-handle` is `icon` (a grip in a leading cell) or `row` (the whole row drags).\r\n\r\nThe table **does not move the row**. It emits `rowOrderChange` with `{from, to}` as body-row\r\nindices — footer rows are excluded, and a `group` row never drags. Reorder the data and let it\r\nre-render; moving the DOM here would let the DOM and the data drift apart. This is the same\r\ncontract `xv-data-table` had, so a consumer's existing `handleReorder($event.detail)` still fits.\r\n\r\n> Note the split: `reorderable` moves **columns**, `row-reorderable` moves **rows**. The old\r\n> component spelled row dragging `reorderable`, so a migration that only renames tags would\r\n> silently swap one for the other.\r\n\r\n## Sticky header and scrolling\r\n\r\nThe scroll container is the table itself, so `sticky-header` only holds the header still once that\r\ncontainer is what scrolls: give it a height with `--xv-table-max-height`. Without one the page\r\nscrolls instead, and a sticky header has nothing to stick to.\r\n\r\n## Stored column layout\r\n\r\nSet `storage-key`, and the column order, widths and hidden flags survive a reload. `storage-owner`\r\nscopes the record to a user — the component cannot know who is signed in, so pass the id.\r\n\r\nOnly **deviations** from the declared columns are stored: `order` stays empty while the order still\r\nmatches, and a width or hidden flag is written only when it differs. A default changed in code\r\ntherefore still reaches everyone who once dragged a column edge.\r\n\r\nThe database is `xv-webcomponents`, store `table-layouts`. It is deliberately not\r\n`XvMarketplaceNG`: that origin already carries a Dexie database, and Dexie multiplies its version by\r\nten, so sharing a name loses the version race and silently kills the feature (MAR-15943). Private\r\nmode, a blocked origin and a full quota all degrade to \"this table does not remember\".\r\n\r\n`layout-change` fires either way, so a consumer can store the layout itself instead.\r\n\r\n## Events\r\n\r\n| Event | Fires when |\r\n| --- | --- |\r\n| `sortChange` | a sortable header is activated |\r\n| `selectedChange` | the selected set changes |\r\n| `expandedChange` | the expanded set changes |\r\n| `pageChange` | the page or page size changes |\r\n| `layoutChange` | a column is resized, reordered, hidden or reset |\r\n| `rowClick` | a row is clicked, while `row-clickable` is set |\r\n| `rowOrderChange` | a row is dropped in a new position, while `row-reorderable` is set |\r\n\r\nTwo deviations from `src/components/README.md` §4, both deliberate:\r\n\r\n- **`selectedChange`, not `selectionChange`.** The conventions list `selectionChange` as a model\r\n name, but Stencil refuses it as a collision with the native `selectionchange` DOM event. Named\r\n after the `selected` prop it reports, which is the same rule `valueChange` follows.\r\n- **`rowClick`** carries no new state value, so it is not a `<noun>Change`, and the closed exception\r\n list covers only lifecycle, failure and native focus relays. It needs a fourth kind —\r\n Activation, `<noun>Click` — which `xv-tag.closeClick` and `xv-overflow-menu.itemClick` already\r\n follow in practice.\r\n\r\n## Keyboard and assistive technology\r\n\r\nA sortable header is a tab stop and sorts on Enter or Space, carrying `aria-sort`. The expand toggle\r\ncarries `aria-expanded`. Roles are explicit (`table`, `row`, `columnheader`, `cell`) because custom\r\nelements carry none of their own.\r\n\r\n## Gotchas\r\n\r\nA cell's `tooltip` renders `xv-tooltip-v2`, which appends its panel to `document.body` and places\r\nit with popper, so the scroll container cannot clip it and the panel is only built on hover. Only\r\na cell that sets `tooltip` carries the component at all.\r\n\r\nThe column picker opens **inward** (`position=\"right\"`), because it sits at the table's right edge\r\nand its panel is absolutely positioned — opening outward puts it past the edge, where any\r\nconsumer container with `overflow: hidden` cuts it off.\r\n\r\n`overflow-x: auto` on the scroll container implies `overflow-y: auto`, so an absolutely positioned\r\npopover inside a cell is clipped. Use `xv-overflow-menu-v2` in anchor mode, which positions with\r\npopper `strategy: 'fixed'`.\r\n\r\nThree gestures share one header cell. The resize handle stops its own click, the drag grip has its\r\nown, and a finished drag still emits a trailing click — which is why sorting is suppressed for a\r\ntick after `dragend`.\r\n\r",
10958
+ "docs": "A data table built on CSS grid with `subgrid` rows, so a row keeps its own box while its cells\nstay aligned to the table's columns and an expanded panel can span the full width.\n\n`columns` always describes the structure — widths, order, sorting, resizing, hiding and the\nstored layout all read from it. Rows come either from `rows` as data, or as slotted\n`xv-table-row` children when the cells hold arbitrary markup.",
10959
+ "docsTags": [
10960
+ {
10961
+ "name": "slot",
10962
+ "text": "- Slotted `xv-table-row` children, used instead of the `rows` prop."
10963
+ },
10964
+ {
10965
+ "name": "slot",
10966
+ "text": "toolbar - Controls above the table. Slotted content spans the bar; `flex: 0 0 auto` opts out."
10967
+ },
10968
+ {
10969
+ "name": "slot",
10970
+ "text": "batch - Actions shown in the bar that replaces the toolbar while rows are selected."
10971
+ },
10972
+ {
10973
+ "name": "slot",
10974
+ "text": "footer - Rows rendered after the body, for subtotals."
10975
+ },
10976
+ {
10977
+ "name": "slot",
10978
+ "text": "empty - Shown instead of the body when there is nothing to render."
10979
+ },
10980
+ {
10981
+ "name": "slot",
10982
+ "text": "label - Replaces the `label` prop with markup."
10983
+ },
10984
+ {
10985
+ "name": "slot",
10986
+ "text": "description - Replaces the `description` prop with markup."
10987
+ },
10988
+ {
10989
+ "name": "part",
10990
+ "text": "heading - The title block."
10991
+ },
10992
+ {
10993
+ "name": "part",
10994
+ "text": "title - The title text."
10995
+ },
10996
+ {
10997
+ "name": "part",
10998
+ "text": "description - The description text."
10999
+ },
11000
+ {
11001
+ "name": "part",
11002
+ "text": "bar - The toolbar and batch bar wrapper."
11003
+ },
11004
+ {
11005
+ "name": "part",
11006
+ "text": "toolbar - The toolbar."
11007
+ },
11008
+ {
11009
+ "name": "part",
11010
+ "text": "batch - The batch actions bar."
11011
+ },
11012
+ {
11013
+ "name": "part",
11014
+ "text": "scroll - The horizontal scroll container."
11015
+ },
11016
+ {
11017
+ "name": "part",
11018
+ "text": "grid - The grid itself."
11019
+ },
11020
+ {
11021
+ "name": "part",
11022
+ "text": "head - The header row."
11023
+ },
11024
+ {
11025
+ "name": "part",
11026
+ "text": "header-cell - One header cell."
11027
+ },
11028
+ {
11029
+ "name": "part",
11030
+ "text": "body - The body wrapper."
11031
+ },
11032
+ {
11033
+ "name": "part",
11034
+ "text": "pagination - The pagination block."
11035
+ },
11036
+ {
11037
+ "name": "part",
11038
+ "text": "column-picker - The menu that hides and shows columns."
11039
+ },
11040
+ {
11041
+ "name": "part",
11042
+ "text": "empty - The empty state."
11043
+ },
11044
+ {
11045
+ "name": "part",
11046
+ "text": "loading - The loading overlay."
11047
+ }
11048
+ ],
10937
11049
  "usage": {},
10938
11050
  "props": [
10939
11051
  {
10940
- "name": "colsSize",
10941
- "type": "string[]",
11052
+ "name": "block",
11053
+ "type": "boolean",
10942
11054
  "complexType": {
10943
- "original": "(string | null)[]",
10944
- "resolved": "string[]",
11055
+ "original": "boolean",
11056
+ "resolved": "boolean",
10945
11057
  "references": {}
10946
11058
  },
10947
11059
  "mutable": false,
11060
+ "attr": "block",
11061
+ "reflectToAttr": true,
11062
+ "docs": "Stretches the table to the full width of its container.",
11063
+ "docsTags": [
11064
+ {
11065
+ "name": "default",
11066
+ "text": "false"
11067
+ }
11068
+ ],
11069
+ "default": "false",
11070
+ "values": [
11071
+ {
11072
+ "type": "boolean"
11073
+ }
11074
+ ],
11075
+ "optional": false,
11076
+ "required": false,
11077
+ "getter": false,
11078
+ "setter": false
11079
+ },
11080
+ {
11081
+ "name": "columns",
11082
+ "type": "XvTableColumn[] | string",
11083
+ "complexType": {
11084
+ "original": "string | XvTableColumn[]",
11085
+ "resolved": "XvTableColumn[] | string",
11086
+ "references": {
11087
+ "XvTableColumn": {
11088
+ "location": "import",
11089
+ "path": "./xv-table.model",
11090
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableColumn",
11091
+ "referenceLocation": "XvTableColumn"
11092
+ }
11093
+ }
11094
+ },
11095
+ "mutable": false,
11096
+ "attr": "columns",
10948
11097
  "reflectToAttr": false,
10949
- "docs": "",
10950
- "docsTags": [],
11098
+ "docs": "Column definitions. Accepts its JSON string form so it is settable from plain markup.",
11099
+ "docsTags": [
11100
+ {
11101
+ "name": "default",
11102
+ "text": "[]"
11103
+ }
11104
+ ],
11105
+ "default": "[]",
10951
11106
  "values": [
10952
11107
  {
10953
- "type": "string[]"
11108
+ "type": "XvTableColumn[]"
11109
+ },
11110
+ {
11111
+ "type": "string"
10954
11112
  }
10955
11113
  ],
10956
- "optional": true,
11114
+ "optional": false,
10957
11115
  "required": false,
10958
11116
  "getter": false,
10959
11117
  "setter": false
10960
11118
  },
10961
11119
  {
10962
- "name": "hover",
10963
- "type": "boolean",
11120
+ "name": "columnsLabel",
11121
+ "type": "string",
10964
11122
  "complexType": {
10965
- "original": "boolean",
10966
- "resolved": "boolean",
11123
+ "original": "string",
11124
+ "resolved": "string",
10967
11125
  "references": {}
10968
11126
  },
10969
11127
  "mutable": false,
10970
- "attr": "hover",
10971
- "reflectToAttr": true,
10972
- "docs": "",
10973
- "docsTags": [],
11128
+ "attr": "columns-label",
11129
+ "reflectToAttr": false,
11130
+ "docs": "Tooltip on the column picker trigger.",
11131
+ "docsTags": [
11132
+ {
11133
+ "name": "default",
11134
+ "text": "'Columns'"
11135
+ }
11136
+ ],
11137
+ "default": "'Columns'",
10974
11138
  "values": [
10975
11139
  {
10976
- "type": "boolean"
11140
+ "type": "string"
10977
11141
  }
10978
11142
  ],
10979
- "optional": true,
11143
+ "optional": false,
10980
11144
  "required": false,
10981
11145
  "getter": false,
10982
11146
  "setter": false
10983
11147
  },
10984
11148
  {
10985
- "name": "loading",
10986
- "type": "boolean",
11149
+ "name": "description",
11150
+ "type": "string",
10987
11151
  "complexType": {
10988
- "original": "boolean",
10989
- "resolved": "boolean",
11152
+ "original": "string",
11153
+ "resolved": "string",
10990
11154
  "references": {}
10991
11155
  },
10992
11156
  "mutable": false,
10993
- "attr": "loading",
10994
- "reflectToAttr": true,
10995
- "docs": "",
10996
- "docsTags": [],
11157
+ "attr": "description",
11158
+ "reflectToAttr": false,
11159
+ "docs": "Supporting text under the title.",
11160
+ "docsTags": [
11161
+ {
11162
+ "name": "default",
11163
+ "text": "''"
11164
+ }
11165
+ ],
11166
+ "default": "''",
10997
11167
  "values": [
10998
11168
  {
10999
- "type": "boolean"
11169
+ "type": "string"
11000
11170
  }
11001
11171
  ],
11002
- "optional": true,
11172
+ "optional": false,
11003
11173
  "required": false,
11004
11174
  "getter": false,
11005
11175
  "setter": false
11006
11176
  },
11007
11177
  {
11008
- "name": "size",
11009
- "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
11178
+ "name": "emptyLabel",
11179
+ "type": "string",
11010
11180
  "complexType": {
11011
- "original": "SIZE_VAR_STR",
11012
- "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
11181
+ "original": "string",
11182
+ "resolved": "string",
11183
+ "references": {}
11184
+ },
11185
+ "mutable": false,
11186
+ "attr": "empty-label",
11187
+ "reflectToAttr": false,
11188
+ "docs": "Shown when there are no rows.",
11189
+ "docsTags": [
11190
+ {
11191
+ "name": "default",
11192
+ "text": "''"
11193
+ }
11194
+ ],
11195
+ "default": "''",
11196
+ "values": [
11197
+ {
11198
+ "type": "string"
11199
+ }
11200
+ ],
11201
+ "optional": false,
11202
+ "required": false,
11203
+ "getter": false,
11204
+ "setter": false
11205
+ },
11206
+ {
11207
+ "name": "expandLabel",
11208
+ "type": "string",
11209
+ "complexType": {
11210
+ "original": "string",
11211
+ "resolved": "string",
11212
+ "references": {}
11213
+ },
11214
+ "mutable": false,
11215
+ "attr": "expand-label",
11216
+ "reflectToAttr": false,
11217
+ "docs": "Accessible name of a row's expand toggle.",
11218
+ "docsTags": [
11219
+ {
11220
+ "name": "default",
11221
+ "text": "'Toggle row'"
11222
+ }
11223
+ ],
11224
+ "default": "'Toggle row'",
11225
+ "values": [
11226
+ {
11227
+ "type": "string"
11228
+ }
11229
+ ],
11230
+ "optional": false,
11231
+ "required": false,
11232
+ "getter": false,
11233
+ "setter": false
11234
+ },
11235
+ {
11236
+ "name": "expandMode",
11237
+ "type": "\"multiple\" | \"none\" | \"single\"",
11238
+ "complexType": {
11239
+ "original": "XvTableExpandMode",
11240
+ "resolved": "\"multiple\" | \"none\" | \"single\"",
11013
11241
  "references": {
11014
- "SIZE_VAR_STR": {
11242
+ "XvTableExpandMode": {
11015
11243
  "location": "import",
11016
- "path": "../../types/enum",
11017
- "id": "src/types/enum.ts::SIZE_VAR_STR",
11018
- "referenceLocation": "SIZE_VAR_STR"
11244
+ "path": "./xv-table.model",
11245
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableExpandMode",
11246
+ "referenceLocation": "XvTableExpandMode"
11019
11247
  }
11020
11248
  }
11021
11249
  },
11022
11250
  "mutable": false,
11023
- "attr": "size",
11251
+ "attr": "expand-mode",
11024
11252
  "reflectToAttr": true,
11025
- "docs": "",
11253
+ "docs": "Whether rows expand, and whether more than one may be open.",
11026
11254
  "docsTags": [
11027
11255
  {
11028
11256
  "name": "default",
11029
- "text": "SIZE_VAR.MD"
11257
+ "text": "'none'"
11030
11258
  }
11031
11259
  ],
11032
- "default": "SIZE_VAR.MD",
11260
+ "default": "'none'",
11033
11261
  "values": [
11034
11262
  {
11035
- "value": "lg",
11036
- "type": "string"
11037
- },
11038
- {
11039
- "value": "md",
11040
- "type": "string"
11041
- },
11042
- {
11043
- "value": "sm",
11263
+ "value": "multiple",
11044
11264
  "type": "string"
11045
11265
  },
11046
11266
  {
11047
- "value": "xl",
11267
+ "value": "none",
11048
11268
  "type": "string"
11049
11269
  },
11050
11270
  {
11051
- "value": "xs",
11271
+ "value": "single",
11052
11272
  "type": "string"
11053
11273
  }
11054
11274
  ],
@@ -11056,95 +11276,2170 @@
11056
11276
  "required": false,
11057
11277
  "getter": false,
11058
11278
  "setter": false
11059
- }
11060
- ],
11061
- "methods": [],
11062
- "events": [],
11063
- "listeners": [
11279
+ },
11064
11280
  {
11065
- "event": "checkedChange",
11066
- "capture": false,
11067
- "passive": false
11068
- }
11069
- ],
11070
- "styles": [],
11281
+ "name": "expanded",
11282
+ "type": "string | unknown[]",
11283
+ "complexType": {
11284
+ "original": "string | unknown[]",
11285
+ "resolved": "string | unknown[]",
11286
+ "references": {}
11287
+ },
11288
+ "mutable": false,
11289
+ "attr": "expanded",
11290
+ "reflectToAttr": false,
11291
+ "docs": "Values of the expanded rows.",
11292
+ "docsTags": [
11293
+ {
11294
+ "name": "default",
11295
+ "text": "[]"
11296
+ }
11297
+ ],
11298
+ "default": "[]",
11299
+ "values": [
11300
+ {
11301
+ "type": "string"
11302
+ },
11303
+ {
11304
+ "type": "unknown[]"
11305
+ }
11306
+ ],
11307
+ "optional": false,
11308
+ "required": false,
11309
+ "getter": false,
11310
+ "setter": false
11311
+ },
11312
+ {
11313
+ "name": "hover",
11314
+ "type": "boolean",
11315
+ "complexType": {
11316
+ "original": "boolean",
11317
+ "resolved": "boolean",
11318
+ "references": {}
11319
+ },
11320
+ "mutable": false,
11321
+ "attr": "hover",
11322
+ "reflectToAttr": true,
11323
+ "docs": "Highlights a row on pointer hover.",
11324
+ "docsTags": [
11325
+ {
11326
+ "name": "default",
11327
+ "text": "false"
11328
+ }
11329
+ ],
11330
+ "default": "false",
11331
+ "values": [
11332
+ {
11333
+ "type": "boolean"
11334
+ }
11335
+ ],
11336
+ "optional": false,
11337
+ "required": false,
11338
+ "getter": false,
11339
+ "setter": false
11340
+ },
11341
+ {
11342
+ "name": "label",
11343
+ "type": "string",
11344
+ "complexType": {
11345
+ "original": "string",
11346
+ "resolved": "string",
11347
+ "references": {}
11348
+ },
11349
+ "mutable": false,
11350
+ "attr": "label",
11351
+ "reflectToAttr": false,
11352
+ "docs": "Title above the table.",
11353
+ "docsTags": [
11354
+ {
11355
+ "name": "default",
11356
+ "text": "''"
11357
+ }
11358
+ ],
11359
+ "default": "''",
11360
+ "values": [
11361
+ {
11362
+ "type": "string"
11363
+ }
11364
+ ],
11365
+ "optional": false,
11366
+ "required": false,
11367
+ "getter": false,
11368
+ "setter": false
11369
+ },
11370
+ {
11371
+ "name": "layout",
11372
+ "type": "XvTableLayout | string",
11373
+ "complexType": {
11374
+ "original": "string | XvTableLayout",
11375
+ "resolved": "XvTableLayout | string",
11376
+ "references": {
11377
+ "XvTableLayout": {
11378
+ "location": "import",
11379
+ "path": "./xv-table.model",
11380
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableLayout",
11381
+ "referenceLocation": "XvTableLayout"
11382
+ }
11383
+ }
11384
+ },
11385
+ "mutable": false,
11386
+ "attr": "layout",
11387
+ "reflectToAttr": false,
11388
+ "docs": "Controlled column layout. Overrides whatever is stored.",
11389
+ "docsTags": [
11390
+ {
11391
+ "name": "default",
11392
+ "text": "null"
11393
+ }
11394
+ ],
11395
+ "default": "null",
11396
+ "values": [
11397
+ {
11398
+ "type": "XvTableLayout"
11399
+ },
11400
+ {
11401
+ "type": "string"
11402
+ }
11403
+ ],
11404
+ "optional": false,
11405
+ "required": false,
11406
+ "getter": false,
11407
+ "setter": false
11408
+ },
11409
+ {
11410
+ "name": "loading",
11411
+ "type": "boolean",
11412
+ "complexType": {
11413
+ "original": "boolean",
11414
+ "resolved": "boolean",
11415
+ "references": {}
11416
+ },
11417
+ "mutable": false,
11418
+ "attr": "loading",
11419
+ "reflectToAttr": true,
11420
+ "docs": "Covers the body with a loading state.",
11421
+ "docsTags": [
11422
+ {
11423
+ "name": "default",
11424
+ "text": "false"
11425
+ }
11426
+ ],
11427
+ "default": "false",
11428
+ "values": [
11429
+ {
11430
+ "type": "boolean"
11431
+ }
11432
+ ],
11433
+ "optional": false,
11434
+ "required": false,
11435
+ "getter": false,
11436
+ "setter": false
11437
+ },
11438
+ {
11439
+ "name": "locale",
11440
+ "type": "string",
11441
+ "complexType": {
11442
+ "original": "string",
11443
+ "resolved": "string",
11444
+ "references": {}
11445
+ },
11446
+ "mutable": false,
11447
+ "attr": "locale",
11448
+ "reflectToAttr": false,
11449
+ "docs": "Locale used for sorting and cell formatting. Falls back to the nearest `[lang]` ancestor.",
11450
+ "docsTags": [
11451
+ {
11452
+ "name": "default",
11453
+ "text": "''"
11454
+ }
11455
+ ],
11456
+ "default": "''",
11457
+ "values": [
11458
+ {
11459
+ "type": "string"
11460
+ }
11461
+ ],
11462
+ "optional": false,
11463
+ "required": false,
11464
+ "getter": false,
11465
+ "setter": false
11466
+ },
11467
+ {
11468
+ "name": "minWidth",
11469
+ "type": "number",
11470
+ "complexType": {
11471
+ "original": "number",
11472
+ "resolved": "number",
11473
+ "references": {}
11474
+ },
11475
+ "mutable": false,
11476
+ "attr": "min-width",
11477
+ "reflectToAttr": true,
11478
+ "docs": "Width below which the table scrolls instead of squeezing, at any viewport. Left unset, a table\nonly stops squeezing below 1180px, where it scrolls at the width its columns declared.",
11479
+ "docsTags": [
11480
+ {
11481
+ "name": "default",
11482
+ "text": "0"
11483
+ }
11484
+ ],
11485
+ "default": "0",
11486
+ "values": [
11487
+ {
11488
+ "type": "number"
11489
+ }
11490
+ ],
11491
+ "optional": false,
11492
+ "required": false,
11493
+ "getter": false,
11494
+ "setter": false
11495
+ },
11496
+ {
11497
+ "name": "page",
11498
+ "type": "number",
11499
+ "complexType": {
11500
+ "original": "number",
11501
+ "resolved": "number",
11502
+ "references": {}
11503
+ },
11504
+ "mutable": true,
11505
+ "attr": "page",
11506
+ "reflectToAttr": false,
11507
+ "docs": "Current page, 1-based.",
11508
+ "docsTags": [
11509
+ {
11510
+ "name": "default",
11511
+ "text": "1"
11512
+ }
11513
+ ],
11514
+ "default": "1",
11515
+ "values": [
11516
+ {
11517
+ "type": "number"
11518
+ }
11519
+ ],
11520
+ "optional": false,
11521
+ "required": false,
11522
+ "getter": false,
11523
+ "setter": false
11524
+ },
11525
+ {
11526
+ "name": "pageSize",
11527
+ "type": "number",
11528
+ "complexType": {
11529
+ "original": "number",
11530
+ "resolved": "number",
11531
+ "references": {}
11532
+ },
11533
+ "mutable": true,
11534
+ "attr": "page-size",
11535
+ "reflectToAttr": false,
11536
+ "docs": "Rows per page.",
11537
+ "docsTags": [
11538
+ {
11539
+ "name": "default",
11540
+ "text": "10"
11541
+ }
11542
+ ],
11543
+ "default": "10",
11544
+ "values": [
11545
+ {
11546
+ "type": "number"
11547
+ }
11548
+ ],
11549
+ "optional": false,
11550
+ "required": false,
11551
+ "getter": false,
11552
+ "setter": false
11553
+ },
11554
+ {
11555
+ "name": "pageSizeOptions",
11556
+ "type": "number[] | string",
11557
+ "complexType": {
11558
+ "original": "string | number[]",
11559
+ "resolved": "number[] | string",
11560
+ "references": {}
11561
+ },
11562
+ "mutable": false,
11563
+ "attr": "page-size-options",
11564
+ "reflectToAttr": false,
11565
+ "docs": "Page size choices. Accepts a comma-separated attribute.",
11566
+ "docsTags": [
11567
+ {
11568
+ "name": "default",
11569
+ "text": "[10, 20, 30, 40, 50, 100]"
11570
+ }
11571
+ ],
11572
+ "default": "[10, 20, 30, 40, 50, 100]",
11573
+ "values": [
11574
+ {
11575
+ "type": "number[]"
11576
+ },
11577
+ {
11578
+ "type": "string"
11579
+ }
11580
+ ],
11581
+ "optional": false,
11582
+ "required": false,
11583
+ "getter": false,
11584
+ "setter": false
11585
+ },
11586
+ {
11587
+ "name": "paginationMode",
11588
+ "type": "\"client\" | \"none\" | \"server\"",
11589
+ "complexType": {
11590
+ "original": "XvTableMode",
11591
+ "resolved": "\"client\" | \"none\" | \"server\"",
11592
+ "references": {
11593
+ "XvTableMode": {
11594
+ "location": "import",
11595
+ "path": "./xv-table.model",
11596
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableMode",
11597
+ "referenceLocation": "XvTableMode"
11598
+ }
11599
+ }
11600
+ },
11601
+ "mutable": false,
11602
+ "attr": "pagination-mode",
11603
+ "reflectToAttr": false,
11604
+ "docs": "`client` slices the `rows` prop; `server` only emits `pageChange`.",
11605
+ "docsTags": [
11606
+ {
11607
+ "name": "default",
11608
+ "text": "'none'"
11609
+ }
11610
+ ],
11611
+ "default": "'none'",
11612
+ "values": [
11613
+ {
11614
+ "value": "client",
11615
+ "type": "string"
11616
+ },
11617
+ {
11618
+ "value": "none",
11619
+ "type": "string"
11620
+ },
11621
+ {
11622
+ "value": "server",
11623
+ "type": "string"
11624
+ }
11625
+ ],
11626
+ "optional": false,
11627
+ "required": false,
11628
+ "getter": false,
11629
+ "setter": false
11630
+ },
11631
+ {
11632
+ "name": "reorderLabel",
11633
+ "type": "string",
11634
+ "complexType": {
11635
+ "original": "string",
11636
+ "resolved": "string",
11637
+ "references": {}
11638
+ },
11639
+ "mutable": false,
11640
+ "attr": "reorder-label",
11641
+ "reflectToAttr": false,
11642
+ "docs": "Accessible name of a row's drag grip.",
11643
+ "docsTags": [
11644
+ {
11645
+ "name": "default",
11646
+ "text": "'Drag to reorder'"
11647
+ }
11648
+ ],
11649
+ "default": "'Drag to reorder'",
11650
+ "values": [
11651
+ {
11652
+ "type": "string"
11653
+ }
11654
+ ],
11655
+ "optional": false,
11656
+ "required": false,
11657
+ "getter": false,
11658
+ "setter": false
11659
+ },
11660
+ {
11661
+ "name": "reorderable",
11662
+ "type": "boolean",
11663
+ "complexType": {
11664
+ "original": "boolean",
11665
+ "resolved": "boolean",
11666
+ "references": {}
11667
+ },
11668
+ "mutable": false,
11669
+ "attr": "reorderable",
11670
+ "reflectToAttr": false,
11671
+ "docs": "Allows dragging column headers into a new order. Off by default, like `resizable`.",
11672
+ "docsTags": [
11673
+ {
11674
+ "name": "default",
11675
+ "text": "false"
11676
+ }
11677
+ ],
11678
+ "default": "false",
11679
+ "values": [
11680
+ {
11681
+ "type": "boolean"
11682
+ }
11683
+ ],
11684
+ "optional": false,
11685
+ "required": false,
11686
+ "getter": false,
11687
+ "setter": false
11688
+ },
11689
+ {
11690
+ "name": "resetLabel",
11691
+ "type": "string",
11692
+ "complexType": {
11693
+ "original": "string",
11694
+ "resolved": "string",
11695
+ "references": {}
11696
+ },
11697
+ "mutable": false,
11698
+ "attr": "reset-label",
11699
+ "reflectToAttr": false,
11700
+ "docs": "Text of the button that restores the declared column layout.",
11701
+ "docsTags": [
11702
+ {
11703
+ "name": "default",
11704
+ "text": "'Reset'"
11705
+ }
11706
+ ],
11707
+ "default": "'Reset'",
11708
+ "values": [
11709
+ {
11710
+ "type": "string"
11711
+ }
11712
+ ],
11713
+ "optional": false,
11714
+ "required": false,
11715
+ "getter": false,
11716
+ "setter": false
11717
+ },
11718
+ {
11719
+ "name": "resizable",
11720
+ "type": "boolean",
11721
+ "complexType": {
11722
+ "original": "boolean",
11723
+ "resolved": "boolean",
11724
+ "references": {}
11725
+ },
11726
+ "mutable": false,
11727
+ "attr": "resizable",
11728
+ "reflectToAttr": false,
11729
+ "docs": "Allows dragging column edges. Off by default: no handle is rendered and nothing is bound\nuntil it is switched on. A column may switch itself off, never on.",
11730
+ "docsTags": [
11731
+ {
11732
+ "name": "default",
11733
+ "text": "false"
11734
+ }
11735
+ ],
11736
+ "default": "false",
11737
+ "values": [
11738
+ {
11739
+ "type": "boolean"
11740
+ }
11741
+ ],
11742
+ "optional": false,
11743
+ "required": false,
11744
+ "getter": false,
11745
+ "setter": false
11746
+ },
11747
+ {
11748
+ "name": "rowClickable",
11749
+ "type": "boolean",
11750
+ "complexType": {
11751
+ "original": "boolean",
11752
+ "resolved": "boolean",
11753
+ "references": {}
11754
+ },
11755
+ "mutable": false,
11756
+ "attr": "row-clickable",
11757
+ "reflectToAttr": true,
11758
+ "docs": "Emits `rowClick` when a row is clicked outside an interactive element.",
11759
+ "docsTags": [
11760
+ {
11761
+ "name": "default",
11762
+ "text": "false"
11763
+ }
11764
+ ],
11765
+ "default": "false",
11766
+ "values": [
11767
+ {
11768
+ "type": "boolean"
11769
+ }
11770
+ ],
11771
+ "optional": false,
11772
+ "required": false,
11773
+ "getter": false,
11774
+ "setter": false
11775
+ },
11776
+ {
11777
+ "name": "rowKey",
11778
+ "type": "string",
11779
+ "complexType": {
11780
+ "original": "string",
11781
+ "resolved": "string",
11782
+ "references": {}
11783
+ },
11784
+ "mutable": false,
11785
+ "attr": "row-key",
11786
+ "reflectToAttr": false,
11787
+ "docs": "Property of a row object that identifies it in selection and expansion payloads.",
11788
+ "docsTags": [
11789
+ {
11790
+ "name": "default",
11791
+ "text": "'id'"
11792
+ }
11793
+ ],
11794
+ "default": "'id'",
11795
+ "values": [
11796
+ {
11797
+ "type": "string"
11798
+ }
11799
+ ],
11800
+ "optional": false,
11801
+ "required": false,
11802
+ "getter": false,
11803
+ "setter": false
11804
+ },
11805
+ {
11806
+ "name": "rowReorderHandle",
11807
+ "type": "\"icon\" | \"row\"",
11808
+ "complexType": {
11809
+ "original": "'icon' | 'row'",
11810
+ "resolved": "\"icon\" | \"row\"",
11811
+ "references": {}
11812
+ },
11813
+ "mutable": false,
11814
+ "attr": "row-reorder-handle",
11815
+ "reflectToAttr": false,
11816
+ "docs": "Whether the whole row drags, or only a grip in a leading control cell.",
11817
+ "docsTags": [
11818
+ {
11819
+ "name": "default",
11820
+ "text": "'icon'"
11821
+ }
11822
+ ],
11823
+ "default": "'icon'",
11824
+ "values": [
11825
+ {
11826
+ "value": "icon",
11827
+ "type": "string"
11828
+ },
11829
+ {
11830
+ "value": "row",
11831
+ "type": "string"
11832
+ }
11833
+ ],
11834
+ "optional": false,
11835
+ "required": false,
11836
+ "getter": false,
11837
+ "setter": false
11838
+ },
11839
+ {
11840
+ "name": "rowReorderable",
11841
+ "type": "boolean",
11842
+ "complexType": {
11843
+ "original": "boolean",
11844
+ "resolved": "boolean",
11845
+ "references": {}
11846
+ },
11847
+ "mutable": false,
11848
+ "attr": "row-reorderable",
11849
+ "reflectToAttr": false,
11850
+ "docs": "Allows dragging rows into a new order. Off by default: nothing is bound and no handle is\nrendered until it is switched on.",
11851
+ "docsTags": [
11852
+ {
11853
+ "name": "default",
11854
+ "text": "false"
11855
+ }
11856
+ ],
11857
+ "default": "false",
11858
+ "values": [
11859
+ {
11860
+ "type": "boolean"
11861
+ }
11862
+ ],
11863
+ "optional": false,
11864
+ "required": false,
11865
+ "getter": false,
11866
+ "setter": false
11867
+ },
11868
+ {
11869
+ "name": "rows",
11870
+ "type": "any[] | string",
11871
+ "complexType": {
11872
+ "original": "string | any[]",
11873
+ "resolved": "any[] | string",
11874
+ "references": {}
11875
+ },
11876
+ "mutable": false,
11877
+ "attr": "rows",
11878
+ "reflectToAttr": false,
11879
+ "docs": "Row data. Ignored when `xv-table-row` children are slotted.",
11880
+ "docsTags": [
11881
+ {
11882
+ "name": "default",
11883
+ "text": "[]"
11884
+ }
11885
+ ],
11886
+ "default": "[]",
11887
+ "values": [
11888
+ {
11889
+ "type": "any[]"
11890
+ },
11891
+ {
11892
+ "type": "string"
11893
+ }
11894
+ ],
11895
+ "optional": false,
11896
+ "required": false,
11897
+ "getter": false,
11898
+ "setter": false
11899
+ },
11900
+ {
11901
+ "name": "selected",
11902
+ "type": "string | unknown[]",
11903
+ "complexType": {
11904
+ "original": "string | unknown[]",
11905
+ "resolved": "string | unknown[]",
11906
+ "references": {}
11907
+ },
11908
+ "mutable": false,
11909
+ "attr": "selected",
11910
+ "reflectToAttr": false,
11911
+ "docs": "Values of the selected rows.",
11912
+ "docsTags": [
11913
+ {
11914
+ "name": "default",
11915
+ "text": "[]"
11916
+ }
11917
+ ],
11918
+ "default": "[]",
11919
+ "values": [
11920
+ {
11921
+ "type": "string"
11922
+ },
11923
+ {
11924
+ "type": "unknown[]"
11925
+ }
11926
+ ],
11927
+ "optional": false,
11928
+ "required": false,
11929
+ "getter": false,
11930
+ "setter": false
11931
+ },
11932
+ {
11933
+ "name": "selectedLabel",
11934
+ "type": "string",
11935
+ "complexType": {
11936
+ "original": "string",
11937
+ "resolved": "string",
11938
+ "references": {}
11939
+ },
11940
+ "mutable": false,
11941
+ "attr": "selected-label",
11942
+ "reflectToAttr": false,
11943
+ "docs": "Text of the batch bar counter. `{count}` is replaced with the number of selected rows.",
11944
+ "docsTags": [
11945
+ {
11946
+ "name": "default",
11947
+ "text": "''"
11948
+ }
11949
+ ],
11950
+ "default": "''",
11951
+ "values": [
11952
+ {
11953
+ "type": "string"
11954
+ }
11955
+ ],
11956
+ "optional": false,
11957
+ "required": false,
11958
+ "getter": false,
11959
+ "setter": false
11960
+ },
11961
+ {
11962
+ "name": "selection",
11963
+ "type": "\"multiple\" | \"none\" | \"single\"",
11964
+ "complexType": {
11965
+ "original": "XvTableSelectionMode",
11966
+ "resolved": "\"multiple\" | \"none\" | \"single\"",
11967
+ "references": {
11968
+ "XvTableSelectionMode": {
11969
+ "location": "import",
11970
+ "path": "./xv-table.model",
11971
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableSelectionMode",
11972
+ "referenceLocation": "XvTableSelectionMode"
11973
+ }
11974
+ }
11975
+ },
11976
+ "mutable": false,
11977
+ "attr": "selection",
11978
+ "reflectToAttr": true,
11979
+ "docs": "`multiple` renders checkboxes, `single` renders radios.",
11980
+ "docsTags": [
11981
+ {
11982
+ "name": "default",
11983
+ "text": "'none'"
11984
+ }
11985
+ ],
11986
+ "default": "'none'",
11987
+ "values": [
11988
+ {
11989
+ "value": "multiple",
11990
+ "type": "string"
11991
+ },
11992
+ {
11993
+ "value": "none",
11994
+ "type": "string"
11995
+ },
11996
+ {
11997
+ "value": "single",
11998
+ "type": "string"
11999
+ }
12000
+ ],
12001
+ "optional": false,
12002
+ "required": false,
12003
+ "getter": false,
12004
+ "setter": false
12005
+ },
12006
+ {
12007
+ "name": "size",
12008
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
12009
+ "complexType": {
12010
+ "original": "SIZE_VAR_STR",
12011
+ "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
12012
+ "references": {
12013
+ "SIZE_VAR_STR": {
12014
+ "location": "import",
12015
+ "path": "../../types/enum",
12016
+ "id": "src/types/enum.ts::SIZE_VAR_STR",
12017
+ "referenceLocation": "SIZE_VAR_STR"
12018
+ }
12019
+ }
12020
+ },
12021
+ "mutable": false,
12022
+ "attr": "size",
12023
+ "reflectToAttr": true,
12024
+ "docs": "Row height ladder.",
12025
+ "docsTags": [
12026
+ {
12027
+ "name": "default",
12028
+ "text": "SIZE_VAR.MD"
12029
+ }
12030
+ ],
12031
+ "default": "SIZE_VAR.MD",
12032
+ "values": [
12033
+ {
12034
+ "value": "lg",
12035
+ "type": "string"
12036
+ },
12037
+ {
12038
+ "value": "md",
12039
+ "type": "string"
12040
+ },
12041
+ {
12042
+ "value": "sm",
12043
+ "type": "string"
12044
+ },
12045
+ {
12046
+ "value": "xl",
12047
+ "type": "string"
12048
+ },
12049
+ {
12050
+ "value": "xs",
12051
+ "type": "string"
12052
+ }
12053
+ ],
12054
+ "optional": false,
12055
+ "required": false,
12056
+ "getter": false,
12057
+ "setter": false
12058
+ },
12059
+ {
12060
+ "name": "skeletonRows",
12061
+ "type": "number",
12062
+ "complexType": {
12063
+ "original": "number",
12064
+ "resolved": "number",
12065
+ "references": {}
12066
+ },
12067
+ "mutable": false,
12068
+ "attr": "skeleton-rows",
12069
+ "reflectToAttr": false,
12070
+ "docs": "Placeholder rows drawn while `loading`. Zero draws a spinner instead.",
12071
+ "docsTags": [
12072
+ {
12073
+ "name": "default",
12074
+ "text": "0"
12075
+ }
12076
+ ],
12077
+ "default": "0",
12078
+ "values": [
12079
+ {
12080
+ "type": "number"
12081
+ }
12082
+ ],
12083
+ "optional": false,
12084
+ "required": false,
12085
+ "getter": false,
12086
+ "setter": false
12087
+ },
12088
+ {
12089
+ "name": "sortBy",
12090
+ "type": "XvTableSort | string",
12091
+ "complexType": {
12092
+ "original": "string | XvTableSort",
12093
+ "resolved": "XvTableSort | string",
12094
+ "references": {
12095
+ "XvTableSort": {
12096
+ "location": "import",
12097
+ "path": "./xv-table.model",
12098
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableSort",
12099
+ "referenceLocation": "XvTableSort"
12100
+ }
12101
+ }
12102
+ },
12103
+ "mutable": false,
12104
+ "attr": "sort-by",
12105
+ "reflectToAttr": false,
12106
+ "docs": "Active sort, as `asc(field)` / `desc(field)` or an object.",
12107
+ "docsTags": [
12108
+ {
12109
+ "name": "default",
12110
+ "text": "''"
12111
+ }
12112
+ ],
12113
+ "default": "''",
12114
+ "values": [
12115
+ {
12116
+ "type": "XvTableSort"
12117
+ },
12118
+ {
12119
+ "type": "string"
12120
+ }
12121
+ ],
12122
+ "optional": false,
12123
+ "required": false,
12124
+ "getter": false,
12125
+ "setter": false
12126
+ },
12127
+ {
12128
+ "name": "sortMode",
12129
+ "type": "\"client\" | \"none\" | \"server\"",
12130
+ "complexType": {
12131
+ "original": "XvTableMode",
12132
+ "resolved": "\"client\" | \"none\" | \"server\"",
12133
+ "references": {
12134
+ "XvTableMode": {
12135
+ "location": "import",
12136
+ "path": "./xv-table.model",
12137
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableMode",
12138
+ "referenceLocation": "XvTableMode"
12139
+ }
12140
+ }
12141
+ },
12142
+ "mutable": false,
12143
+ "attr": "sort-mode",
12144
+ "reflectToAttr": false,
12145
+ "docs": "`none` makes headers inert whatever the column says; `client` sorts the `rows` prop itself;\n`server` offers the affordance and only emits `sortChange` for the consumer to reload.",
12146
+ "docsTags": [
12147
+ {
12148
+ "name": "default",
12149
+ "text": "'none'"
12150
+ }
12151
+ ],
12152
+ "default": "'none'",
12153
+ "values": [
12154
+ {
12155
+ "value": "client",
12156
+ "type": "string"
12157
+ },
12158
+ {
12159
+ "value": "none",
12160
+ "type": "string"
12161
+ },
12162
+ {
12163
+ "value": "server",
12164
+ "type": "string"
12165
+ }
12166
+ ],
12167
+ "optional": false,
12168
+ "required": false,
12169
+ "getter": false,
12170
+ "setter": false
12171
+ },
12172
+ {
12173
+ "name": "stickyHeader",
12174
+ "type": "boolean",
12175
+ "complexType": {
12176
+ "original": "boolean",
12177
+ "resolved": "boolean",
12178
+ "references": {}
12179
+ },
12180
+ "mutable": false,
12181
+ "attr": "sticky-header",
12182
+ "reflectToAttr": true,
12183
+ "docs": "Keeps the header visible while the body scrolls.",
12184
+ "docsTags": [
12185
+ {
12186
+ "name": "default",
12187
+ "text": "false"
12188
+ }
12189
+ ],
12190
+ "default": "false",
12191
+ "values": [
12192
+ {
12193
+ "type": "boolean"
12194
+ }
12195
+ ],
12196
+ "optional": false,
12197
+ "required": false,
12198
+ "getter": false,
12199
+ "setter": false
12200
+ },
12201
+ {
12202
+ "name": "storageKey",
12203
+ "type": "string",
12204
+ "complexType": {
12205
+ "original": "string",
12206
+ "resolved": "string",
12207
+ "references": {}
12208
+ },
12209
+ "mutable": false,
12210
+ "attr": "storage-key",
12211
+ "reflectToAttr": false,
12212
+ "docs": "Persists the column layout under this key. Empty means the layout is not remembered.",
12213
+ "docsTags": [
12214
+ {
12215
+ "name": "default",
12216
+ "text": "''"
12217
+ }
12218
+ ],
12219
+ "default": "''",
12220
+ "values": [
12221
+ {
12222
+ "type": "string"
12223
+ }
12224
+ ],
12225
+ "optional": false,
12226
+ "required": false,
12227
+ "getter": false,
12228
+ "setter": false
12229
+ },
12230
+ {
12231
+ "name": "storageOwner",
12232
+ "type": "string",
12233
+ "complexType": {
12234
+ "original": "string",
12235
+ "resolved": "string",
12236
+ "references": {}
12237
+ },
12238
+ "mutable": false,
12239
+ "attr": "storage-owner",
12240
+ "reflectToAttr": false,
12241
+ "docs": "Scopes the stored layout to a user.",
12242
+ "docsTags": [
12243
+ {
12244
+ "name": "default",
12245
+ "text": "'anonymous'"
12246
+ }
12247
+ ],
12248
+ "default": "'anonymous'",
12249
+ "values": [
12250
+ {
12251
+ "type": "string"
12252
+ }
12253
+ ],
12254
+ "optional": false,
12255
+ "required": false,
12256
+ "getter": false,
12257
+ "setter": false
12258
+ },
12259
+ {
12260
+ "name": "total",
12261
+ "type": "number",
12262
+ "complexType": {
12263
+ "original": "number",
12264
+ "resolved": "number",
12265
+ "references": {}
12266
+ },
12267
+ "mutable": false,
12268
+ "attr": "total",
12269
+ "reflectToAttr": false,
12270
+ "docs": "Total row count, for `server` pagination.",
12271
+ "docsTags": [
12272
+ {
12273
+ "name": "default",
12274
+ "text": "0"
12275
+ }
12276
+ ],
12277
+ "default": "0",
12278
+ "values": [
12279
+ {
12280
+ "type": "number"
12281
+ }
12282
+ ],
12283
+ "optional": false,
12284
+ "required": false,
12285
+ "getter": false,
12286
+ "setter": false
12287
+ }
12288
+ ],
12289
+ "methods": [
12290
+ {
12291
+ "name": "clearSelection",
12292
+ "returns": {
12293
+ "type": "Promise<void>",
12294
+ "docs": ""
12295
+ },
12296
+ "complexType": {
12297
+ "signature": "() => Promise<void>",
12298
+ "parameters": [],
12299
+ "references": {
12300
+ "Promise": {
12301
+ "location": "global",
12302
+ "id": "global::Promise"
12303
+ }
12304
+ },
12305
+ "return": "Promise<void>"
12306
+ },
12307
+ "signature": "clearSelection() => Promise<void>",
12308
+ "parameters": [],
12309
+ "docs": "Clears the selection.",
12310
+ "docsTags": []
12311
+ },
12312
+ {
12313
+ "name": "getLayout",
12314
+ "returns": {
12315
+ "type": "Promise<XvTableLayout>",
12316
+ "docs": ""
12317
+ },
12318
+ "complexType": {
12319
+ "signature": "() => Promise<XvTableLayout>",
12320
+ "parameters": [],
12321
+ "references": {
12322
+ "Promise": {
12323
+ "location": "global",
12324
+ "id": "global::Promise"
12325
+ },
12326
+ "XvTableLayout": {
12327
+ "location": "import",
12328
+ "path": "./xv-table.model",
12329
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableLayout",
12330
+ "referenceLocation": "XvTableLayout"
12331
+ }
12332
+ },
12333
+ "return": "Promise<XvTableLayout>"
12334
+ },
12335
+ "signature": "getLayout() => Promise<XvTableLayout>",
12336
+ "parameters": [],
12337
+ "docs": "The layout as it would be stored: only the deviations from the declared columns.",
12338
+ "docsTags": []
12339
+ },
12340
+ {
12341
+ "name": "resetLayout",
12342
+ "returns": {
12343
+ "type": "Promise<void>",
12344
+ "docs": ""
12345
+ },
12346
+ "complexType": {
12347
+ "signature": "() => Promise<void>",
12348
+ "parameters": [],
12349
+ "references": {
12350
+ "Promise": {
12351
+ "location": "global",
12352
+ "id": "global::Promise"
12353
+ }
12354
+ },
12355
+ "return": "Promise<void>"
12356
+ },
12357
+ "signature": "resetLayout() => Promise<void>",
12358
+ "parameters": [],
12359
+ "docs": "Drops the stored layout and returns to the declared columns.",
12360
+ "docsTags": []
12361
+ },
12362
+ {
12363
+ "name": "selectAll",
12364
+ "returns": {
12365
+ "type": "Promise<void>",
12366
+ "docs": ""
12367
+ },
12368
+ "complexType": {
12369
+ "signature": "() => Promise<void>",
12370
+ "parameters": [],
12371
+ "references": {
12372
+ "Promise": {
12373
+ "location": "global",
12374
+ "id": "global::Promise"
12375
+ }
12376
+ },
12377
+ "return": "Promise<void>"
12378
+ },
12379
+ "signature": "selectAll() => Promise<void>",
12380
+ "parameters": [],
12381
+ "docs": "Selects every selectable row.",
12382
+ "docsTags": []
12383
+ }
12384
+ ],
12385
+ "events": [
12386
+ {
12387
+ "event": "expandedChange",
12388
+ "detail": "XvTableExpandedDetail",
12389
+ "bubbles": true,
12390
+ "complexType": {
12391
+ "original": "XvTableExpandedDetail",
12392
+ "resolved": "XvTableExpandedDetail",
12393
+ "references": {
12394
+ "XvTableExpandedDetail": {
12395
+ "location": "import",
12396
+ "path": "./xv-table.model",
12397
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableExpandedDetail",
12398
+ "referenceLocation": "XvTableExpandedDetail"
12399
+ }
12400
+ }
12401
+ },
12402
+ "cancelable": true,
12403
+ "composed": true,
12404
+ "docs": "Emitted when the set of expanded rows changes.",
12405
+ "docsTags": []
12406
+ },
12407
+ {
12408
+ "event": "layoutChange",
12409
+ "detail": "XvTableLayout",
12410
+ "bubbles": true,
12411
+ "complexType": {
12412
+ "original": "XvTableLayout",
12413
+ "resolved": "XvTableLayout",
12414
+ "references": {
12415
+ "XvTableLayout": {
12416
+ "location": "import",
12417
+ "path": "./xv-table.model",
12418
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableLayout",
12419
+ "referenceLocation": "XvTableLayout"
12420
+ }
12421
+ }
12422
+ },
12423
+ "cancelable": true,
12424
+ "composed": true,
12425
+ "docs": "Emitted after a column is resized, reordered, hidden or reset.",
12426
+ "docsTags": []
12427
+ },
12428
+ {
12429
+ "event": "pageChange",
12430
+ "detail": "XvTablePage",
12431
+ "bubbles": true,
12432
+ "complexType": {
12433
+ "original": "XvTablePage",
12434
+ "resolved": "XvTablePage",
12435
+ "references": {
12436
+ "XvTablePage": {
12437
+ "location": "import",
12438
+ "path": "./xv-table.model",
12439
+ "id": "src/components/xv-table/xv-table.model.ts::XvTablePage",
12440
+ "referenceLocation": "XvTablePage"
12441
+ }
12442
+ }
12443
+ },
12444
+ "cancelable": true,
12445
+ "composed": true,
12446
+ "docs": "Emitted when the page or the page size changes.",
12447
+ "docsTags": []
12448
+ },
12449
+ {
12450
+ "event": "rowClick",
12451
+ "detail": "XvTableRowClickDetail",
12452
+ "bubbles": true,
12453
+ "complexType": {
12454
+ "original": "XvTableRowClickDetail",
12455
+ "resolved": "XvTableRowClickDetail",
12456
+ "references": {
12457
+ "XvTableRowClickDetail": {
12458
+ "location": "import",
12459
+ "path": "./xv-table.model",
12460
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableRowClickDetail",
12461
+ "referenceLocation": "XvTableRowClickDetail"
12462
+ }
12463
+ }
12464
+ },
12465
+ "cancelable": true,
12466
+ "composed": true,
12467
+ "docs": "Emitted when a row is clicked, while `rowClickable` is set.",
12468
+ "docsTags": []
12469
+ },
12470
+ {
12471
+ "event": "rowOrderChange",
12472
+ "detail": "XvTableRowOrder",
12473
+ "bubbles": true,
12474
+ "complexType": {
12475
+ "original": "XvTableRowOrder",
12476
+ "resolved": "XvTableRowOrder",
12477
+ "references": {
12478
+ "XvTableRowOrder": {
12479
+ "location": "import",
12480
+ "path": "./xv-table.model",
12481
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableRowOrder",
12482
+ "referenceLocation": "XvTableRowOrder"
12483
+ }
12484
+ }
12485
+ },
12486
+ "cancelable": true,
12487
+ "composed": true,
12488
+ "docs": "Emitted when a row is dropped in a new position. The table does not move the row itself —\nreorder the data and it re-renders, which keeps the DOM and the data from drifting apart.",
12489
+ "docsTags": []
12490
+ },
12491
+ {
12492
+ "event": "selectedChange",
12493
+ "detail": "XvTableSelectionDetail",
12494
+ "bubbles": true,
12495
+ "complexType": {
12496
+ "original": "XvTableSelectionDetail",
12497
+ "resolved": "XvTableSelectionDetail",
12498
+ "references": {
12499
+ "XvTableSelectionDetail": {
12500
+ "location": "import",
12501
+ "path": "./xv-table.model",
12502
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableSelectionDetail",
12503
+ "referenceLocation": "XvTableSelectionDetail"
12504
+ }
12505
+ }
12506
+ },
12507
+ "cancelable": true,
12508
+ "composed": true,
12509
+ "docs": "Emitted when the set of selected rows changes. Named after the `selected` prop it reports:\n`selectionChange` is refused by Stencil as a native DOM event name.",
12510
+ "docsTags": []
12511
+ },
12512
+ {
12513
+ "event": "sortChange",
12514
+ "detail": "XvTableSort",
12515
+ "bubbles": true,
12516
+ "complexType": {
12517
+ "original": "XvTableSort",
12518
+ "resolved": "XvTableSort",
12519
+ "references": {
12520
+ "XvTableSort": {
12521
+ "location": "import",
12522
+ "path": "./xv-table.model",
12523
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableSort",
12524
+ "referenceLocation": "XvTableSort"
12525
+ }
12526
+ }
12527
+ },
12528
+ "cancelable": true,
12529
+ "composed": true,
12530
+ "docs": "Emitted when a sortable header is activated.",
12531
+ "docsTags": []
12532
+ }
12533
+ ],
12534
+ "listeners": [],
12535
+ "styles": [
12536
+ {
12537
+ "name": "--xv-table-border-color",
12538
+ "annotation": "prop",
12539
+ "docs": "Colour of the outer border."
12540
+ },
12541
+ {
12542
+ "name": "--xv-table-columns",
12543
+ "annotation": "prop",
12544
+ "docs": "The grid track list. Built from `columns`; a resize rewrites it."
12545
+ },
12546
+ {
12547
+ "name": "--xv-table-header-bg",
12548
+ "annotation": "prop",
12549
+ "docs": "Background of the header row."
12550
+ },
12551
+ {
12552
+ "name": "--xv-table-height",
12553
+ "annotation": "prop",
12554
+ "docs": "Row height. Set by the size ladder, xs 24 to xl 64."
12555
+ },
12556
+ {
12557
+ "name": "--xv-table-loading-bg",
12558
+ "annotation": "prop",
12559
+ "docs": "Colour washed over the body while loading."
12560
+ },
12561
+ {
12562
+ "name": "--xv-table-loading-opacity",
12563
+ "annotation": "prop",
12564
+ "docs": "Opacity of that wash."
12565
+ },
12566
+ {
12567
+ "name": "--xv-table-max-height",
12568
+ "annotation": "prop",
12569
+ "docs": "Height the body scrolls within. Needed for `sticky-header`."
12570
+ },
12571
+ {
12572
+ "name": "--xv-table-padding-x",
12573
+ "annotation": "prop",
12574
+ "docs": "Horizontal cell padding."
12575
+ },
12576
+ {
12577
+ "name": "--xv-table-padding-y",
12578
+ "annotation": "prop",
12579
+ "docs": "Vertical cell padding."
12580
+ },
12581
+ {
12582
+ "name": "--xv-table-scroll-width",
12583
+ "annotation": "prop",
12584
+ "docs": "Width the table scrolls at once the screen is too narrow to squeeze."
12585
+ }
12586
+ ],
12587
+ "slots": [
12588
+ {
12589
+ "name": "",
12590
+ "docs": "Slotted `xv-table-row` children, used instead of the `rows` prop."
12591
+ },
12592
+ {
12593
+ "name": "batch",
12594
+ "docs": "Actions shown in the bar that replaces the toolbar while rows are selected."
12595
+ },
12596
+ {
12597
+ "name": "description",
12598
+ "docs": "Replaces the `description` prop with markup."
12599
+ },
12600
+ {
12601
+ "name": "empty",
12602
+ "docs": "Shown instead of the body when there is nothing to render."
12603
+ },
12604
+ {
12605
+ "name": "footer",
12606
+ "docs": "Rows rendered after the body, for subtotals."
12607
+ },
12608
+ {
12609
+ "name": "label",
12610
+ "docs": "Replaces the `label` prop with markup."
12611
+ },
12612
+ {
12613
+ "name": "toolbar",
12614
+ "docs": "Controls above the table. Slotted content spans the bar; `flex: 0 0 auto` opts out."
12615
+ }
12616
+ ],
12617
+ "parts": [
12618
+ {
12619
+ "name": "bar",
12620
+ "docs": "The toolbar and batch bar wrapper."
12621
+ },
12622
+ {
12623
+ "name": "batch",
12624
+ "docs": "The batch actions bar."
12625
+ },
12626
+ {
12627
+ "name": "body",
12628
+ "docs": "The body wrapper."
12629
+ },
12630
+ {
12631
+ "name": "column-picker",
12632
+ "docs": "The menu that hides and shows columns."
12633
+ },
12634
+ {
12635
+ "name": "description",
12636
+ "docs": "The description text."
12637
+ },
12638
+ {
12639
+ "name": "empty",
12640
+ "docs": "The empty state."
12641
+ },
12642
+ {
12643
+ "name": "grid",
12644
+ "docs": "The grid itself."
12645
+ },
12646
+ {
12647
+ "name": "head",
12648
+ "docs": "The header row."
12649
+ },
12650
+ {
12651
+ "name": "header-cell",
12652
+ "docs": "One header cell."
12653
+ },
12654
+ {
12655
+ "name": "heading",
12656
+ "docs": "The title block."
12657
+ },
12658
+ {
12659
+ "name": "loading",
12660
+ "docs": "The loading overlay."
12661
+ },
12662
+ {
12663
+ "name": "pagination",
12664
+ "docs": "The pagination block."
12665
+ },
12666
+ {
12667
+ "name": "scroll",
12668
+ "docs": "The horizontal scroll container."
12669
+ },
12670
+ {
12671
+ "name": "title",
12672
+ "docs": "The title text."
12673
+ },
12674
+ {
12675
+ "name": "toolbar",
12676
+ "docs": "The toolbar."
12677
+ }
12678
+ ],
12679
+ "states": [],
12680
+ "dependents": [],
12681
+ "dependencies": [
12682
+ "xv-table-row",
12683
+ "xv-table-cell",
12684
+ "xv-overflow-menu-v2",
12685
+ "xv-checkbox-v2",
12686
+ "xv-button-v2",
12687
+ "xv-loader-v2",
12688
+ "xv-pagination"
12689
+ ],
12690
+ "dependencyGraph": {
12691
+ "xv-table": [
12692
+ "xv-table-row",
12693
+ "xv-table-cell",
12694
+ "xv-overflow-menu-v2",
12695
+ "xv-checkbox-v2",
12696
+ "xv-button-v2",
12697
+ "xv-loader-v2",
12698
+ "xv-pagination"
12699
+ ],
12700
+ "xv-table-row": [
12701
+ "xv-checkbox-v2",
12702
+ "xv-radio-v2"
12703
+ ],
12704
+ "xv-table-cell": [
12705
+ "xv-tooltip-v2"
12706
+ ],
12707
+ "xv-overflow-menu-v2": [
12708
+ "xv-tooltip-v2"
12709
+ ],
12710
+ "xv-button-v2": [
12711
+ "xv-loader-v2"
12712
+ ],
12713
+ "xv-pagination": [
12714
+ "xv-button-v2"
12715
+ ]
12716
+ }
12717
+ },
12718
+ {
12719
+ "filePath": "src/components/xv-table/xv-table-cell/xv-table-cell.tsx",
12720
+ "encapsulation": "shadow",
12721
+ "tag": "xv-table-cell",
12722
+ "readme": "# xv-table-cell\r\n\r\nOne cell of an `xv-table-row`. It holds arbitrary markup — that is the reason the table stays\r\ncomposed rather than being driven only by data.\r\n\r\nWrite one cell per declared column, in declared order. `xv-table` matches each cell to its column by\r\nposition and then sets `column-id`, `align`, `overflow` and `clamp-lines` from the column\r\ndefinition, so these props rarely need setting by hand.\r\n\r\n```html\r\n<xv-table-cell>Plain text</xv-table-cell>\r\n<xv-table-cell align=\"end\" overflow=\"clamp\" clamp-lines=\"3\">Long description…</xv-table-cell>\r\n<xv-table-cell overflow=\"wrap\"><xv-button-v2 size=\"sm\">Open</xv-button-v2></xv-table-cell>\r\n```\r\n\r\n`overflow` decides what happens to content wider than the column:\r\n\r\n| Value | Behaviour |\r\n| --- | --- |\r\n| `ellipsis` | one line, cut with an ellipsis (default) |\r\n| `clamp` | wraps, then cuts after `clamp-lines` lines |\r\n| `wrap` | wraps and stays visible, so tags and buttons keep their right edge |\r\n\r\nUnder `clamp`, slotted children are forced to `display: inline` — otherwise each web component\r\ninside the cell would count as a whole line and one child would fill the clamp on its own.\r\n\r",
12723
+ "docs": "One cell of a table row. It holds arbitrary markup — buttons, links, tags, nested components —\r\nwhich is why the table stays composed rather than driven only by data.\r\n\r\nIn a header row it also carries the column affordances: the sort arrow, the drag grip and the\r\nresize handle. The table renders this same component in both modes, so a header written as\r\nmarkup can do everything a header built from `columns` can.",
12724
+ "docsTags": [
12725
+ {
12726
+ "name": "slot",
12727
+ "text": "- The cell content."
12728
+ },
12729
+ {
12730
+ "name": "part",
12731
+ "text": "cell - The cell host."
12732
+ },
12733
+ {
12734
+ "name": "part",
12735
+ "text": "content - The wrapper the overflow rules are applied to."
12736
+ },
12737
+ {
12738
+ "name": "part",
12739
+ "text": "tooltip - The tooltip wrapper, present only when `tooltip` is set."
12740
+ },
12741
+ {
12742
+ "name": "part",
12743
+ "text": "grip - The column drag grip, in a header cell."
12744
+ },
12745
+ {
12746
+ "name": "part",
12747
+ "text": "resize - The column resize handle, in a header cell."
12748
+ }
12749
+ ],
12750
+ "usage": {},
12751
+ "props": [
12752
+ {
12753
+ "name": "align",
12754
+ "type": "\"center\" | \"end\" | \"start\"",
12755
+ "complexType": {
12756
+ "original": "XvCellAlign",
12757
+ "resolved": "\"center\" | \"end\" | \"start\"",
12758
+ "references": {
12759
+ "XvCellAlign": {
12760
+ "location": "import",
12761
+ "path": "../xv-table.model",
12762
+ "id": "src/components/xv-table/xv-table.model.ts::XvCellAlign",
12763
+ "referenceLocation": "XvCellAlign"
12764
+ }
12765
+ }
12766
+ },
12767
+ "mutable": false,
12768
+ "attr": "align",
12769
+ "reflectToAttr": true,
12770
+ "docs": "Horizontal alignment of the content.",
12771
+ "docsTags": [
12772
+ {
12773
+ "name": "default",
12774
+ "text": "'start'"
12775
+ }
12776
+ ],
12777
+ "default": "'start'",
12778
+ "values": [
12779
+ {
12780
+ "value": "center",
12781
+ "type": "string"
12782
+ },
12783
+ {
12784
+ "value": "end",
12785
+ "type": "string"
12786
+ },
12787
+ {
12788
+ "value": "start",
12789
+ "type": "string"
12790
+ }
12791
+ ],
12792
+ "optional": false,
12793
+ "required": false,
12794
+ "getter": false,
12795
+ "setter": false
12796
+ },
12797
+ {
12798
+ "name": "clampLines",
12799
+ "type": "number",
12800
+ "complexType": {
12801
+ "original": "number",
12802
+ "resolved": "number",
12803
+ "references": {}
12804
+ },
12805
+ "mutable": false,
12806
+ "attr": "clamp-lines",
12807
+ "reflectToAttr": false,
12808
+ "docs": "Lines kept before clamping, when `overflow` is `clamp`.",
12809
+ "docsTags": [
12810
+ {
12811
+ "name": "default",
12812
+ "text": "2"
12813
+ }
12814
+ ],
12815
+ "default": "2",
12816
+ "values": [
12817
+ {
12818
+ "type": "number"
12819
+ }
12820
+ ],
12821
+ "optional": false,
12822
+ "required": false,
12823
+ "getter": false,
12824
+ "setter": false
12825
+ },
12826
+ {
12827
+ "name": "columnId",
12828
+ "type": "string",
12829
+ "complexType": {
12830
+ "original": "string",
12831
+ "resolved": "string",
12832
+ "references": {}
12833
+ },
12834
+ "mutable": false,
12835
+ "attr": "column-id",
12836
+ "reflectToAttr": true,
12837
+ "docs": "Column this cell belongs to. Identifies it for sorting, resizing and the stored layout.",
12838
+ "docsTags": [
12839
+ {
12840
+ "name": "default",
12841
+ "text": "''"
12842
+ }
12843
+ ],
12844
+ "default": "''",
12845
+ "values": [
12846
+ {
12847
+ "type": "string"
12848
+ }
12849
+ ],
12850
+ "optional": false,
12851
+ "required": false,
12852
+ "getter": false,
12853
+ "setter": false
12854
+ },
12855
+ {
12856
+ "name": "header",
12857
+ "type": "boolean",
12858
+ "complexType": {
12859
+ "original": "boolean",
12860
+ "resolved": "boolean",
12861
+ "references": {}
12862
+ },
12863
+ "mutable": false,
12864
+ "attr": "header",
12865
+ "reflectToAttr": true,
12866
+ "docs": "Renders the cell as a column header. Set by the table from the row it sits in.",
12867
+ "docsTags": [
12868
+ {
12869
+ "name": "default",
12870
+ "text": "false"
12871
+ }
12872
+ ],
12873
+ "default": "false",
12874
+ "values": [
12875
+ {
12876
+ "type": "boolean"
12877
+ }
12878
+ ],
12879
+ "optional": false,
12880
+ "required": false,
12881
+ "getter": false,
12882
+ "setter": false
12883
+ },
12884
+ {
12885
+ "name": "hideable",
12886
+ "type": "boolean",
12887
+ "complexType": {
12888
+ "original": "boolean",
12889
+ "resolved": "boolean",
12890
+ "references": {}
12891
+ },
12892
+ "mutable": false,
12893
+ "attr": "hideable",
12894
+ "reflectToAttr": true,
12895
+ "docs": "Lets the column picker hide this column. A header cell only.",
12896
+ "docsTags": [
12897
+ {
12898
+ "name": "default",
12899
+ "text": "false"
12900
+ }
12901
+ ],
12902
+ "default": "false",
12903
+ "values": [
12904
+ {
12905
+ "type": "boolean"
12906
+ }
12907
+ ],
12908
+ "optional": false,
12909
+ "required": false,
12910
+ "getter": false,
12911
+ "setter": false
12912
+ },
12913
+ {
12914
+ "name": "overflow",
12915
+ "type": "\"clamp\" | \"ellipsis\" | \"wrap\"",
12916
+ "complexType": {
12917
+ "original": "XvCellOverflow",
12918
+ "resolved": "\"clamp\" | \"ellipsis\" | \"wrap\"",
12919
+ "references": {
12920
+ "XvCellOverflow": {
12921
+ "location": "import",
12922
+ "path": "../xv-table.model",
12923
+ "id": "src/components/xv-table/xv-table.model.ts::XvCellOverflow",
12924
+ "referenceLocation": "XvCellOverflow"
12925
+ }
12926
+ }
12927
+ },
12928
+ "mutable": false,
12929
+ "attr": "overflow",
12930
+ "reflectToAttr": true,
12931
+ "docs": "How content wider than the column behaves.",
12932
+ "docsTags": [
12933
+ {
12934
+ "name": "default",
12935
+ "text": "'ellipsis'"
12936
+ }
12937
+ ],
12938
+ "default": "'ellipsis'",
12939
+ "values": [
12940
+ {
12941
+ "value": "clamp",
12942
+ "type": "string"
12943
+ },
12944
+ {
12945
+ "value": "ellipsis",
12946
+ "type": "string"
12947
+ },
12948
+ {
12949
+ "value": "wrap",
12950
+ "type": "string"
12951
+ }
12952
+ ],
12953
+ "optional": false,
12954
+ "required": false,
12955
+ "getter": false,
12956
+ "setter": false
12957
+ },
12958
+ {
12959
+ "name": "reorderLabel",
12960
+ "type": "string",
12961
+ "complexType": {
12962
+ "original": "string",
12963
+ "resolved": "string",
12964
+ "references": {}
12965
+ },
12966
+ "mutable": false,
12967
+ "attr": "reorder-label",
12968
+ "reflectToAttr": false,
12969
+ "docs": "Accessible name of the drag grip.",
12970
+ "docsTags": [
12971
+ {
12972
+ "name": "default",
12973
+ "text": "'Drag to reorder'"
12974
+ }
12975
+ ],
12976
+ "default": "'Drag to reorder'",
12977
+ "values": [
12978
+ {
12979
+ "type": "string"
12980
+ }
12981
+ ],
12982
+ "optional": false,
12983
+ "required": false,
12984
+ "getter": false,
12985
+ "setter": false
12986
+ },
12987
+ {
12988
+ "name": "reorderable",
12989
+ "type": "boolean",
12990
+ "complexType": {
12991
+ "original": "boolean",
12992
+ "resolved": "boolean",
12993
+ "references": {}
12994
+ },
12995
+ "mutable": false,
12996
+ "attr": "reorderable",
12997
+ "reflectToAttr": true,
12998
+ "docs": "Offers the drag grip. A header cell only.",
12999
+ "docsTags": [
13000
+ {
13001
+ "name": "default",
13002
+ "text": "false"
13003
+ }
13004
+ ],
13005
+ "default": "false",
13006
+ "values": [
13007
+ {
13008
+ "type": "boolean"
13009
+ }
13010
+ ],
13011
+ "optional": false,
13012
+ "required": false,
13013
+ "getter": false,
13014
+ "setter": false
13015
+ },
13016
+ {
13017
+ "name": "resizable",
13018
+ "type": "boolean",
13019
+ "complexType": {
13020
+ "original": "boolean",
13021
+ "resolved": "boolean",
13022
+ "references": {}
13023
+ },
13024
+ "mutable": false,
13025
+ "attr": "resizable",
13026
+ "reflectToAttr": true,
13027
+ "docs": "Offers the resize handle. A header cell only.",
13028
+ "docsTags": [
13029
+ {
13030
+ "name": "default",
13031
+ "text": "false"
13032
+ }
13033
+ ],
13034
+ "default": "false",
13035
+ "values": [
13036
+ {
13037
+ "type": "boolean"
13038
+ }
13039
+ ],
13040
+ "optional": false,
13041
+ "required": false,
13042
+ "getter": false,
13043
+ "setter": false
13044
+ },
13045
+ {
13046
+ "name": "sortDirection",
13047
+ "type": "\"\" | XV_SORT_DIR.ASC | XV_SORT_DIR.DESC | XV_SORT_DIR.NONE",
13048
+ "complexType": {
13049
+ "original": "XV_SORT_DIR | ''",
13050
+ "resolved": "\"\" | XV_SORT_DIR.ASC | XV_SORT_DIR.DESC | XV_SORT_DIR.NONE",
13051
+ "references": {
13052
+ "XV_SORT_DIR": {
13053
+ "location": "import",
13054
+ "path": "../../../types/enum",
13055
+ "id": "src/types/enum.ts::XV_SORT_DIR",
13056
+ "referenceLocation": "XV_SORT_DIR"
13057
+ }
13058
+ }
13059
+ },
13060
+ "mutable": false,
13061
+ "attr": "sort-direction",
13062
+ "reflectToAttr": true,
13063
+ "docs": "Direction currently sorted by; empty when this column is not the active one.",
13064
+ "docsTags": [
13065
+ {
13066
+ "name": "default",
13067
+ "text": "''"
13068
+ }
13069
+ ],
13070
+ "default": "''",
13071
+ "values": [
13072
+ {
13073
+ "type": "\"\""
13074
+ },
13075
+ {
13076
+ "type": "XV_SORT_DIR.ASC"
13077
+ },
13078
+ {
13079
+ "type": "XV_SORT_DIR.DESC"
13080
+ },
13081
+ {
13082
+ "type": "XV_SORT_DIR.NONE"
13083
+ }
13084
+ ],
13085
+ "optional": false,
13086
+ "required": false,
13087
+ "getter": false,
13088
+ "setter": false
13089
+ },
13090
+ {
13091
+ "name": "sortable",
13092
+ "type": "boolean",
13093
+ "complexType": {
13094
+ "original": "boolean",
13095
+ "resolved": "boolean",
13096
+ "references": {}
13097
+ },
13098
+ "mutable": false,
13099
+ "attr": "sortable",
13100
+ "reflectToAttr": true,
13101
+ "docs": "Offers the sort affordance. A header cell only.",
13102
+ "docsTags": [
13103
+ {
13104
+ "name": "default",
13105
+ "text": "false"
13106
+ }
13107
+ ],
13108
+ "default": "false",
13109
+ "values": [
13110
+ {
13111
+ "type": "boolean"
13112
+ }
13113
+ ],
13114
+ "optional": false,
13115
+ "required": false,
13116
+ "getter": false,
13117
+ "setter": false
13118
+ },
13119
+ {
13120
+ "name": "tooltip",
13121
+ "type": "string",
13122
+ "complexType": {
13123
+ "original": "string",
13124
+ "resolved": "string",
13125
+ "references": {}
13126
+ },
13127
+ "mutable": false,
13128
+ "attr": "tooltip",
13129
+ "reflectToAttr": false,
13130
+ "docs": "Tooltip shown on hover. Only a cell that sets it pays for the tooltip component.",
13131
+ "docsTags": [
13132
+ {
13133
+ "name": "default",
13134
+ "text": "''"
13135
+ }
13136
+ ],
13137
+ "default": "''",
13138
+ "values": [
13139
+ {
13140
+ "type": "string"
13141
+ }
13142
+ ],
13143
+ "optional": false,
13144
+ "required": false,
13145
+ "getter": false,
13146
+ "setter": false
13147
+ },
13148
+ {
13149
+ "name": "width",
13150
+ "type": "string",
13151
+ "complexType": {
13152
+ "original": "string",
13153
+ "resolved": "string",
13154
+ "references": {}
13155
+ },
13156
+ "mutable": false,
13157
+ "attr": "width",
13158
+ "reflectToAttr": false,
13159
+ "docs": "Column width. Read off the header row when the table has no `columns`. Any CSS length.",
13160
+ "docsTags": [
13161
+ {
13162
+ "name": "default",
13163
+ "text": "''"
13164
+ }
13165
+ ],
13166
+ "default": "''",
13167
+ "values": [
13168
+ {
13169
+ "type": "string"
13170
+ }
13171
+ ],
13172
+ "optional": false,
13173
+ "required": false,
13174
+ "getter": false,
13175
+ "setter": false
13176
+ }
13177
+ ],
13178
+ "methods": [],
13179
+ "events": [],
13180
+ "listeners": [],
13181
+ "styles": [
13182
+ {
13183
+ "name": "--xv-table-cell-clamp",
13184
+ "annotation": "prop",
13185
+ "docs": "Lines kept when `overflow` is `clamp`."
13186
+ },
13187
+ {
13188
+ "name": "--xv-table-cell-padding-x",
13189
+ "annotation": "prop",
13190
+ "docs": "Horizontal padding. Inherited from the table."
13191
+ },
13192
+ {
13193
+ "name": "--xv-table-cell-padding-y",
13194
+ "annotation": "prop",
13195
+ "docs": "Vertical padding. Inherited from the table."
13196
+ }
13197
+ ],
11071
13198
  "slots": [
11072
13199
  {
11073
13200
  "name": "",
11074
- "docs": "The default slot"
13201
+ "docs": "The cell content."
13202
+ }
13203
+ ],
13204
+ "parts": [
13205
+ {
13206
+ "name": "cell",
13207
+ "docs": "The cell host."
11075
13208
  },
11076
13209
  {
11077
- "name": "batch",
11078
- "docs": ""
13210
+ "name": "content",
13211
+ "docs": "The wrapper the overflow rules are applied to."
11079
13212
  },
11080
13213
  {
11081
- "name": "footer",
11082
- "docs": ""
13214
+ "name": "grip",
13215
+ "docs": "The column drag grip, in a header cell."
11083
13216
  },
11084
13217
  {
11085
- "name": "title",
11086
- "docs": ""
13218
+ "name": "resize",
13219
+ "docs": "The column resize handle, in a header cell."
11087
13220
  },
11088
13221
  {
11089
- "name": "toolbar",
11090
- "docs": ""
13222
+ "name": "tooltip",
13223
+ "docs": "The tooltip wrapper, present only when `tooltip` is set."
11091
13224
  }
11092
13225
  ],
11093
- "parts": [],
11094
13226
  "states": [],
11095
- "dependents": [],
13227
+ "dependents": [
13228
+ "xv-table"
13229
+ ],
11096
13230
  "dependencies": [
11097
- "xv-loader-v2"
13231
+ "xv-tooltip-v2"
11098
13232
  ],
11099
13233
  "dependencyGraph": {
11100
- "xv-table-v2": [
11101
- "xv-loader-v2"
13234
+ "xv-table-cell": [
13235
+ "xv-tooltip-v2"
13236
+ ],
13237
+ "xv-table": [
13238
+ "xv-table-cell"
11102
13239
  ]
11103
13240
  }
11104
13241
  },
11105
13242
  {
11106
- "filePath": "src/components/xv-table/xv-table-cell/xv-table-cell.tsx",
13243
+ "filePath": "src/components/xv-table/xv-table-row/xv-table-row.tsx",
11107
13244
  "encapsulation": "shadow",
11108
- "tag": "xv-table-v2-cell",
11109
- "readme": "# xv-table-v2-cell\r\n\r\n\r\n\r",
11110
- "docs": "",
11111
- "docsTags": [],
13245
+ "tag": "xv-table-row",
13246
+ "readme": "# xv-table-row\r\n\r\nOne row of an `xv-table`. It renders the selection control, the expand toggle and the expanded\r\npanel; the cells themselves are slotted.\r\n\r\nThe row reads **nothing** off its table. `xv-table` pushes `selection-mode`, `expand-mode`, `size`,\r\n`hover`, `selected` and `expanded` down as properties whenever they change. Its predecessor read the\r\ntable's attributes on `slotchange` only, so a `hover` or `reorderable` flipped after the first paint\r\nnever reached the rows.\r\n\r\n```html\r\n<xv-table-row value=\"42\">\r\n <xv-table-cell>Kampagne A</xv-table-cell>\r\n <xv-table-cell><xv-tag-v2>Aktiv</xv-tag-v2></xv-table-cell>\r\n <div slot=\"expand\">Full row width, any markup.</div>\r\n</xv-table-row>\r\n```\r\n\r\n`value` is what `selectedChange`, `expandedChange` and `rowClick` report, so it has to be unique\r\nwithin the table. `group` turns the row into a subtotal row: accented background, no controls.\r\n\r\nThe host is a grid item spanning every column (`grid-column: 1 / -1`) with\r\n`grid-template-columns: subgrid`, which is what gives the row its own background box while its\r\ncells stay aligned with the header. See `xv-table/readme.md` for why the table is not a `<table>`.\r\n\r",
13247
+ "docs": "One row of a table. Everything it needs is pushed down by `xv-table`, so it never reads the\r\ntable's attributes itself — the old row did that on `slotchange` only and went stale.",
13248
+ "docsTags": [
13249
+ {
13250
+ "name": "slot",
13251
+ "text": "- The row's `xv-table-cell` children."
13252
+ },
13253
+ {
13254
+ "name": "slot",
13255
+ "text": "expand - Content revealed when the row is expanded. Spans the full row width."
13256
+ },
13257
+ {
13258
+ "name": "part",
13259
+ "text": "row - The row host."
13260
+ },
13261
+ {
13262
+ "name": "part",
13263
+ "text": "control - A leading or trailing control cell (selection, expand)."
13264
+ },
13265
+ {
13266
+ "name": "part",
13267
+ "text": "expand-button - The expand toggle."
13268
+ },
13269
+ {
13270
+ "name": "part",
13271
+ "text": "expand-panel - The revealed panel."
13272
+ },
13273
+ {
13274
+ "name": "part",
13275
+ "text": "grip - The drag handle shown when the table reorders rows by icon."
13276
+ }
13277
+ ],
11112
13278
  "usage": {},
11113
13279
  "props": [
11114
13280
  {
11115
- "name": "align",
11116
- "type": "\"center\" | \"left\" | \"right\"",
13281
+ "name": "disabled",
13282
+ "type": "boolean",
11117
13283
  "complexType": {
11118
- "original": "'left' | 'right' | 'center'",
11119
- "resolved": "\"center\" | \"left\" | \"right\"",
13284
+ "original": "boolean",
13285
+ "resolved": "boolean",
11120
13286
  "references": {}
11121
13287
  },
11122
13288
  "mutable": false,
11123
- "attr": "align",
13289
+ "attr": "disabled",
11124
13290
  "reflectToAttr": true,
11125
- "docs": "",
11126
- "docsTags": [],
13291
+ "docs": "Blocks selection and expansion.",
13292
+ "docsTags": [
13293
+ {
13294
+ "name": "default",
13295
+ "text": "false"
13296
+ }
13297
+ ],
13298
+ "default": "false",
11127
13299
  "values": [
11128
13300
  {
11129
- "value": "center",
13301
+ "type": "boolean"
13302
+ }
13303
+ ],
13304
+ "optional": false,
13305
+ "required": false,
13306
+ "getter": false,
13307
+ "setter": false
13308
+ },
13309
+ {
13310
+ "name": "expandLabel",
13311
+ "type": "string",
13312
+ "complexType": {
13313
+ "original": "string",
13314
+ "resolved": "string",
13315
+ "references": {}
13316
+ },
13317
+ "mutable": false,
13318
+ "attr": "expand-label",
13319
+ "reflectToAttr": false,
13320
+ "docs": "Accessible name of the expand toggle. Set by the table.",
13321
+ "docsTags": [
13322
+ {
13323
+ "name": "default",
13324
+ "text": "'Toggle row'"
13325
+ }
13326
+ ],
13327
+ "default": "'Toggle row'",
13328
+ "values": [
13329
+ {
13330
+ "type": "string"
13331
+ }
13332
+ ],
13333
+ "optional": false,
13334
+ "required": false,
13335
+ "getter": false,
13336
+ "setter": false
13337
+ },
13338
+ {
13339
+ "name": "expandMode",
13340
+ "type": "\"multiple\" | \"none\" | \"single\"",
13341
+ "complexType": {
13342
+ "original": "XvTableExpandMode",
13343
+ "resolved": "\"multiple\" | \"none\" | \"single\"",
13344
+ "references": {
13345
+ "XvTableExpandMode": {
13346
+ "location": "import",
13347
+ "path": "../xv-table.model",
13348
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableExpandMode",
13349
+ "referenceLocation": "XvTableExpandMode"
13350
+ }
13351
+ }
13352
+ },
13353
+ "mutable": false,
13354
+ "attr": "expand-mode",
13355
+ "reflectToAttr": true,
13356
+ "docs": "Whether the row can be expanded. Set by the table.",
13357
+ "docsTags": [
13358
+ {
13359
+ "name": "default",
13360
+ "text": "'none'"
13361
+ }
13362
+ ],
13363
+ "default": "'none'",
13364
+ "values": [
13365
+ {
13366
+ "value": "multiple",
11130
13367
  "type": "string"
11131
13368
  },
11132
13369
  {
11133
- "value": "left",
13370
+ "value": "none",
11134
13371
  "type": "string"
11135
13372
  },
11136
13373
  {
11137
- "value": "right",
11138
- "type": "string"
13374
+ "value": "single",
13375
+ "type": "string"
13376
+ }
13377
+ ],
13378
+ "optional": false,
13379
+ "required": false,
13380
+ "getter": false,
13381
+ "setter": false
13382
+ },
13383
+ {
13384
+ "name": "expandable",
13385
+ "type": "boolean",
13386
+ "complexType": {
13387
+ "original": "boolean",
13388
+ "resolved": "boolean",
13389
+ "references": {}
13390
+ },
13391
+ "mutable": false,
13392
+ "attr": "expandable",
13393
+ "reflectToAttr": true,
13394
+ "docs": "Whether this row has anything to expand. Set by the table.",
13395
+ "docsTags": [
13396
+ {
13397
+ "name": "default",
13398
+ "text": "false"
13399
+ }
13400
+ ],
13401
+ "default": "false",
13402
+ "values": [
13403
+ {
13404
+ "type": "boolean"
13405
+ }
13406
+ ],
13407
+ "optional": false,
13408
+ "required": false,
13409
+ "getter": false,
13410
+ "setter": false
13411
+ },
13412
+ {
13413
+ "name": "expanded",
13414
+ "type": "boolean",
13415
+ "complexType": {
13416
+ "original": "boolean",
13417
+ "resolved": "boolean",
13418
+ "references": {}
13419
+ },
13420
+ "mutable": false,
13421
+ "attr": "expanded",
13422
+ "reflectToAttr": true,
13423
+ "docs": "Whether the row's expand panel is open.",
13424
+ "docsTags": [
13425
+ {
13426
+ "name": "default",
13427
+ "text": "false"
13428
+ }
13429
+ ],
13430
+ "default": "false",
13431
+ "values": [
13432
+ {
13433
+ "type": "boolean"
11139
13434
  }
11140
13435
  ],
11141
- "optional": true,
13436
+ "optional": false,
11142
13437
  "required": false,
11143
13438
  "getter": false,
11144
13439
  "setter": false
11145
13440
  },
11146
13441
  {
11147
- "name": "multiline",
13442
+ "name": "group",
11148
13443
  "type": "boolean",
11149
13444
  "complexType": {
11150
13445
  "original": "boolean",
@@ -11152,144 +13447,86 @@
11152
13447
  "references": {}
11153
13448
  },
11154
13449
  "mutable": false,
11155
- "attr": "multiline",
13450
+ "attr": "group",
11156
13451
  "reflectToAttr": true,
11157
- "docs": "",
11158
- "docsTags": [],
13452
+ "docs": "Renders the row as a subtotal or grouping row: no controls, accented background.",
13453
+ "docsTags": [
13454
+ {
13455
+ "name": "default",
13456
+ "text": "false"
13457
+ }
13458
+ ],
13459
+ "default": "false",
11159
13460
  "values": [
11160
13461
  {
11161
13462
  "type": "boolean"
11162
13463
  }
11163
13464
  ],
11164
- "optional": true,
13465
+ "optional": false,
11165
13466
  "required": false,
11166
13467
  "getter": false,
11167
13468
  "setter": false
11168
13469
  },
11169
13470
  {
11170
- "name": "name",
11171
- "type": "string",
13471
+ "name": "hasPanel",
13472
+ "type": "boolean",
11172
13473
  "complexType": {
11173
- "original": "string",
11174
- "resolved": "string",
13474
+ "original": "boolean",
13475
+ "resolved": "boolean",
11175
13476
  "references": {}
11176
13477
  },
11177
- "mutable": true,
11178
- "attr": "name",
11179
- "reflectToAttr": true,
11180
- "docs": "",
11181
- "docsTags": [],
13478
+ "mutable": false,
13479
+ "attr": "has-panel",
13480
+ "reflectToAttr": false,
13481
+ "docs": "Whether the row carries `slot=\"expand\"` content. Set by the table.",
13482
+ "docsTags": [
13483
+ {
13484
+ "name": "default",
13485
+ "text": "false"
13486
+ }
13487
+ ],
13488
+ "default": "false",
11182
13489
  "values": [
11183
13490
  {
11184
- "type": "string"
13491
+ "type": "boolean"
11185
13492
  }
11186
13493
  ],
11187
- "optional": true,
13494
+ "optional": false,
11188
13495
  "required": false,
11189
13496
  "getter": false,
11190
13497
  "setter": false
11191
13498
  },
11192
13499
  {
11193
- "name": "sort",
11194
- "type": "\"\" | XV_SORT_DIR.ASC | XV_SORT_DIR.DESC | XV_SORT_DIR.NONE",
13500
+ "name": "header",
13501
+ "type": "boolean",
11195
13502
  "complexType": {
11196
- "original": "XV_SORT_DIR | ''",
11197
- "resolved": "\"\" | XV_SORT_DIR.ASC | XV_SORT_DIR.DESC | XV_SORT_DIR.NONE",
11198
- "references": {
11199
- "XV_SORT_DIR": {
11200
- "location": "import",
11201
- "path": "../../../types/enum",
11202
- "id": "src/types/enum.ts::XV_SORT_DIR",
11203
- "referenceLocation": "XV_SORT_DIR"
11204
- }
11205
- }
13503
+ "original": "boolean",
13504
+ "resolved": "boolean",
13505
+ "references": {}
11206
13506
  },
11207
- "mutable": true,
11208
- "attr": "sort",
13507
+ "mutable": false,
13508
+ "attr": "header",
11209
13509
  "reflectToAttr": true,
11210
- "docs": "",
11211
- "docsTags": [],
11212
- "values": [
11213
- {
11214
- "type": "\"\""
11215
- },
11216
- {
11217
- "type": "XV_SORT_DIR.ASC"
11218
- },
13510
+ "docs": "Marks the row as the table's header. Its cells supply the column labels.",
13511
+ "docsTags": [
11219
13512
  {
11220
- "type": "XV_SORT_DIR.DESC"
11221
- },
13513
+ "name": "default",
13514
+ "text": "false"
13515
+ }
13516
+ ],
13517
+ "default": "false",
13518
+ "values": [
11222
13519
  {
11223
- "type": "XV_SORT_DIR.NONE"
13520
+ "type": "boolean"
11224
13521
  }
11225
13522
  ],
11226
- "optional": true,
13523
+ "optional": false,
11227
13524
  "required": false,
11228
13525
  "getter": false,
11229
13526
  "setter": false
11230
- }
11231
- ],
11232
- "methods": [],
11233
- "events": [
11234
- {
11235
- "event": "sortChange",
11236
- "detail": "XVTableSortDto",
11237
- "bubbles": true,
11238
- "complexType": {
11239
- "original": "XVTableSortDto",
11240
- "resolved": "XVTableSortDto",
11241
- "references": {
11242
- "XVTableSortDto": {
11243
- "location": "import",
11244
- "path": "../_vars",
11245
- "id": "src/components/xv-table/_vars.ts::XVTableSortDto",
11246
- "referenceLocation": "XVTableSortDto"
11247
- }
11248
- }
11249
- },
11250
- "cancelable": true,
11251
- "composed": true,
11252
- "docs": "",
11253
- "docsTags": []
11254
- }
11255
- ],
11256
- "listeners": [
11257
- {
11258
- "event": "click",
11259
- "capture": false,
11260
- "passive": false
11261
- }
11262
- ],
11263
- "styles": [],
11264
- "slots": [
11265
- {
11266
- "name": "",
11267
- "docs": "The default slot"
11268
- }
11269
- ],
11270
- "parts": [],
11271
- "states": [],
11272
- "dependents": [
11273
- "xv-table-v2-row"
11274
- ],
11275
- "dependencies": [],
11276
- "dependencyGraph": {
11277
- "xv-table-v2-row": [
11278
- "xv-table-v2-cell"
11279
- ]
11280
- }
11281
- },
11282
- {
11283
- "filePath": "src/components/xv-table/xv-table-expand/xv-table-expand.tsx",
11284
- "encapsulation": "shadow",
11285
- "tag": "xv-table-v2-expand",
11286
- "readme": "# xv-table-v2-expand\r\n\r\n\r\n\r",
11287
- "docs": "",
11288
- "docsTags": [],
11289
- "usage": {},
11290
- "props": [
13527
+ },
11291
13528
  {
11292
- "name": "disabled",
13529
+ "name": "hover",
11293
13530
  "type": "boolean",
11294
13531
  "complexType": {
11295
13532
  "original": "boolean",
@@ -11297,9 +13534,9 @@
11297
13534
  "references": {}
11298
13535
  },
11299
13536
  "mutable": false,
11300
- "attr": "disabled",
13537
+ "attr": "hover",
11301
13538
  "reflectToAttr": true,
11302
- "docs": "",
13539
+ "docs": "Highlights the row on pointer hover. Set by the table.",
11303
13540
  "docsTags": [
11304
13541
  {
11305
13542
  "name": "default",
@@ -11318,225 +13555,186 @@
11318
13555
  "setter": false
11319
13556
  },
11320
13557
  {
11321
- "name": "open",
11322
- "type": "boolean",
13558
+ "name": "parent",
13559
+ "type": "string",
11323
13560
  "complexType": {
11324
- "original": "boolean",
11325
- "resolved": "boolean",
13561
+ "original": "string",
13562
+ "resolved": "string",
11326
13563
  "references": {}
11327
13564
  },
11328
- "mutable": true,
11329
- "attr": "open",
11330
- "reflectToAttr": true,
11331
- "docs": "",
13565
+ "mutable": false,
13566
+ "attr": "parent",
13567
+ "reflectToAttr": false,
13568
+ "docs": "Value of the row this one belongs to. Child rows are siblings in the same grid, so they keep\r\nthe table's columns instead of living in a panel of their own.",
11332
13569
  "docsTags": [
11333
13570
  {
11334
13571
  "name": "default",
11335
- "text": "false"
13572
+ "text": "''"
11336
13573
  }
11337
13574
  ],
11338
- "default": "false",
13575
+ "default": "''",
11339
13576
  "values": [
11340
13577
  {
11341
- "type": "boolean"
13578
+ "type": "string"
11342
13579
  }
11343
13580
  ],
11344
13581
  "optional": false,
11345
13582
  "required": false,
11346
13583
  "getter": false,
11347
13584
  "setter": false
11348
- }
11349
- ],
11350
- "methods": [],
11351
- "events": [],
11352
- "listeners": [],
11353
- "styles": [],
11354
- "slots": [
11355
- {
11356
- "name": "",
11357
- "docs": "The default slot"
11358
13585
  },
11359
13586
  {
11360
- "name": "expandable",
11361
- "docs": ""
11362
- }
11363
- ],
11364
- "parts": [],
11365
- "states": [],
11366
- "dependents": [],
11367
- "dependencies": [],
11368
- "dependencyGraph": {}
11369
- },
11370
- {
11371
- "filePath": "src/components/xv-table/xv-table-row/xv-table-row.tsx",
11372
- "encapsulation": "shadow",
11373
- "tag": "xv-table-v2-row",
11374
- "readme": "# xv-table-v2-row\r\n\r\n\r\n\r",
11375
- "docs": "",
11376
- "docsTags": [],
11377
- "usage": {},
11378
- "props": [
11379
- {
11380
- "name": "checked",
13587
+ "name": "partial",
11381
13588
  "type": "boolean",
11382
13589
  "complexType": {
11383
- "original": "SelectRowDto['checked']",
13590
+ "original": "boolean",
11384
13591
  "resolved": "boolean",
11385
- "references": {
11386
- "SelectRowDto": {
11387
- "location": "import",
11388
- "path": "../_vars",
11389
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11390
- "referenceLocation": "SelectRowDto"
11391
- }
11392
- }
13592
+ "references": {}
11393
13593
  },
11394
- "mutable": true,
11395
- "attr": "checked",
13594
+ "mutable": false,
13595
+ "attr": "partial",
11396
13596
  "reflectToAttr": true,
11397
- "docs": "",
11398
- "docsTags": [],
13597
+ "docs": "Indeterminate state of the header row's select-all checkbox.",
13598
+ "docsTags": [
13599
+ {
13600
+ "name": "default",
13601
+ "text": "false"
13602
+ }
13603
+ ],
13604
+ "default": "false",
11399
13605
  "values": [
11400
13606
  {
11401
13607
  "type": "boolean"
11402
13608
  }
11403
13609
  ],
11404
- "optional": true,
13610
+ "optional": false,
11405
13611
  "required": false,
11406
13612
  "getter": false,
11407
13613
  "setter": false
11408
13614
  },
11409
13615
  {
11410
- "name": "disabled",
11411
- "type": "boolean",
13616
+ "name": "reorderLabel",
13617
+ "type": "string",
11412
13618
  "complexType": {
11413
- "original": "boolean",
11414
- "resolved": "boolean",
13619
+ "original": "string",
13620
+ "resolved": "string",
11415
13621
  "references": {}
11416
13622
  },
11417
13623
  "mutable": false,
11418
- "attr": "disabled",
11419
- "reflectToAttr": true,
11420
- "docs": "",
11421
- "docsTags": [],
13624
+ "attr": "reorder-label",
13625
+ "reflectToAttr": false,
13626
+ "docs": "Accessible name of the drag grip. Set by the table.",
13627
+ "docsTags": [
13628
+ {
13629
+ "name": "default",
13630
+ "text": "'Drag to reorder'"
13631
+ }
13632
+ ],
13633
+ "default": "'Drag to reorder'",
11422
13634
  "values": [
11423
13635
  {
11424
- "type": "boolean"
13636
+ "type": "string"
11425
13637
  }
11426
13638
  ],
11427
- "optional": true,
13639
+ "optional": false,
11428
13640
  "required": false,
11429
13641
  "getter": false,
11430
13642
  "setter": false
11431
13643
  },
11432
13644
  {
11433
- "name": "header",
11434
- "type": "boolean",
13645
+ "name": "rowReorderHandle",
13646
+ "type": "\"icon\" | \"row\"",
11435
13647
  "complexType": {
11436
- "original": "boolean",
11437
- "resolved": "boolean",
13648
+ "original": "'icon' | 'row'",
13649
+ "resolved": "\"icon\" | \"row\"",
11438
13650
  "references": {}
11439
13651
  },
11440
13652
  "mutable": false,
11441
- "attr": "header",
11442
- "reflectToAttr": true,
11443
- "docs": "",
11444
- "docsTags": [],
13653
+ "attr": "row-reorder-handle",
13654
+ "reflectToAttr": false,
13655
+ "docs": "Whether the whole row drags, or only its grip. Set by the table.",
13656
+ "docsTags": [
13657
+ {
13658
+ "name": "default",
13659
+ "text": "'icon'"
13660
+ }
13661
+ ],
13662
+ "default": "'icon'",
11445
13663
  "values": [
11446
13664
  {
11447
- "type": "boolean"
13665
+ "value": "icon",
13666
+ "type": "string"
13667
+ },
13668
+ {
13669
+ "value": "row",
13670
+ "type": "string"
11448
13671
  }
11449
13672
  ],
11450
- "optional": true,
13673
+ "optional": false,
11451
13674
  "required": false,
11452
13675
  "getter": false,
11453
13676
  "setter": false
11454
13677
  },
11455
13678
  {
11456
- "name": "hover",
13679
+ "name": "rowReorderable",
11457
13680
  "type": "boolean",
11458
13681
  "complexType": {
11459
13682
  "original": "boolean",
11460
13683
  "resolved": "boolean",
11461
13684
  "references": {}
11462
13685
  },
11463
- "mutable": true,
11464
- "attr": "hover",
13686
+ "mutable": false,
13687
+ "attr": "row-reorderable",
11465
13688
  "reflectToAttr": true,
11466
- "docs": "",
11467
- "docsTags": [],
11468
- "values": [
13689
+ "docs": "Whether this row can be dragged into a new position. Set by the table.",
13690
+ "docsTags": [
11469
13691
  {
11470
- "type": "boolean"
13692
+ "name": "default",
13693
+ "text": "false"
11471
13694
  }
11472
13695
  ],
11473
- "optional": true,
11474
- "required": false,
11475
- "getter": false,
11476
- "setter": false
11477
- },
11478
- {
11479
- "name": "name",
11480
- "type": "string",
11481
- "complexType": {
11482
- "original": "SelectRowDto['name']",
11483
- "resolved": "string",
11484
- "references": {
11485
- "SelectRowDto": {
11486
- "location": "import",
11487
- "path": "../_vars",
11488
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11489
- "referenceLocation": "SelectRowDto"
11490
- }
11491
- }
11492
- },
11493
- "mutable": true,
11494
- "attr": "name",
11495
- "reflectToAttr": true,
11496
- "docs": "",
11497
- "docsTags": [],
13696
+ "default": "false",
11498
13697
  "values": [
11499
13698
  {
11500
- "type": "string"
13699
+ "type": "boolean"
11501
13700
  }
11502
13701
  ],
11503
- "optional": true,
13702
+ "optional": false,
11504
13703
  "required": false,
11505
13704
  "getter": false,
11506
13705
  "setter": false
11507
13706
  },
11508
13707
  {
11509
- "name": "partial",
13708
+ "name": "selectable",
11510
13709
  "type": "boolean",
11511
13710
  "complexType": {
11512
- "original": "SelectRowDto['partial']",
13711
+ "original": "boolean",
11513
13712
  "resolved": "boolean",
11514
- "references": {
11515
- "SelectRowDto": {
11516
- "location": "import",
11517
- "path": "../_vars",
11518
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11519
- "referenceLocation": "SelectRowDto"
11520
- }
11521
- }
13713
+ "references": {}
11522
13714
  },
11523
- "mutable": true,
11524
- "attr": "partial",
11525
- "reflectToAttr": true,
11526
- "docs": "",
11527
- "docsTags": [],
13715
+ "mutable": false,
13716
+ "attr": "selectable",
13717
+ "reflectToAttr": false,
13718
+ "docs": "Whether the row offers its selection control. A header with no rows under it has nothing to pick.",
13719
+ "docsTags": [
13720
+ {
13721
+ "name": "default",
13722
+ "text": "true"
13723
+ }
13724
+ ],
13725
+ "default": "true",
11528
13726
  "values": [
11529
13727
  {
11530
13728
  "type": "boolean"
11531
13729
  }
11532
13730
  ],
11533
- "optional": true,
13731
+ "optional": false,
11534
13732
  "required": false,
11535
13733
  "getter": false,
11536
13734
  "setter": false
11537
13735
  },
11538
13736
  {
11539
- "name": "readonly",
13737
+ "name": "selected",
11540
13738
  "type": "boolean",
11541
13739
  "complexType": {
11542
13740
  "original": "boolean",
@@ -11544,175 +13742,224 @@
11544
13742
  "references": {}
11545
13743
  },
11546
13744
  "mutable": false,
11547
- "attr": "readonly",
13745
+ "attr": "selected",
11548
13746
  "reflectToAttr": true,
11549
- "docs": "",
11550
- "docsTags": [],
13747
+ "docs": "Whether the row is selected.",
13748
+ "docsTags": [
13749
+ {
13750
+ "name": "default",
13751
+ "text": "false"
13752
+ }
13753
+ ],
13754
+ "default": "false",
11551
13755
  "values": [
11552
13756
  {
11553
13757
  "type": "boolean"
11554
13758
  }
11555
13759
  ],
11556
- "optional": true,
13760
+ "optional": false,
11557
13761
  "required": false,
11558
13762
  "getter": false,
11559
13763
  "setter": false
11560
13764
  },
11561
13765
  {
11562
- "name": "required",
11563
- "type": "boolean",
13766
+ "name": "selectionMode",
13767
+ "type": "\"multiple\" | \"none\" | \"single\"",
11564
13768
  "complexType": {
11565
- "original": "boolean",
11566
- "resolved": "boolean",
11567
- "references": {}
13769
+ "original": "XvTableSelectionMode",
13770
+ "resolved": "\"multiple\" | \"none\" | \"single\"",
13771
+ "references": {
13772
+ "XvTableSelectionMode": {
13773
+ "location": "import",
13774
+ "path": "../xv-table.model",
13775
+ "id": "src/components/xv-table/xv-table.model.ts::XvTableSelectionMode",
13776
+ "referenceLocation": "XvTableSelectionMode"
13777
+ }
13778
+ }
11568
13779
  },
11569
13780
  "mutable": false,
11570
- "attr": "required",
13781
+ "attr": "selection-mode",
11571
13782
  "reflectToAttr": true,
11572
- "docs": "",
11573
- "docsTags": [],
13783
+ "docs": "Selection control rendered in the leading cell. Set by the table.",
13784
+ "docsTags": [
13785
+ {
13786
+ "name": "default",
13787
+ "text": "'none'"
13788
+ }
13789
+ ],
13790
+ "default": "'none'",
11574
13791
  "values": [
11575
13792
  {
11576
- "type": "boolean"
13793
+ "value": "multiple",
13794
+ "type": "string"
13795
+ },
13796
+ {
13797
+ "value": "none",
13798
+ "type": "string"
13799
+ },
13800
+ {
13801
+ "value": "single",
13802
+ "type": "string"
11577
13803
  }
11578
13804
  ],
11579
- "optional": true,
13805
+ "optional": false,
11580
13806
  "required": false,
11581
13807
  "getter": false,
11582
13808
  "setter": false
11583
13809
  },
11584
13810
  {
11585
- "name": "value",
11586
- "type": "number | object | string",
13811
+ "name": "size",
13812
+ "type": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
11587
13813
  "complexType": {
11588
- "original": "SelectRowDto['value']",
11589
- "resolved": "number | object | string",
13814
+ "original": "SIZE_VAR_STR",
13815
+ "resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\" | \"xs\"",
11590
13816
  "references": {
11591
- "SelectRowDto": {
13817
+ "SIZE_VAR_STR": {
11592
13818
  "location": "import",
11593
- "path": "../_vars",
11594
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11595
- "referenceLocation": "SelectRowDto"
13819
+ "path": "../../../types/enum",
13820
+ "id": "src/types/enum.ts::SIZE_VAR_STR",
13821
+ "referenceLocation": "SIZE_VAR_STR"
11596
13822
  }
11597
13823
  }
11598
13824
  },
11599
13825
  "mutable": false,
11600
- "attr": "value",
13826
+ "attr": "size",
11601
13827
  "reflectToAttr": true,
11602
- "docs": "",
11603
- "docsTags": [],
13828
+ "docs": "Row height ladder. Set by the table.",
13829
+ "docsTags": [
13830
+ {
13831
+ "name": "default",
13832
+ "text": "SIZE_VAR.MD"
13833
+ }
13834
+ ],
13835
+ "default": "SIZE_VAR.MD",
11604
13836
  "values": [
11605
13837
  {
11606
- "type": "number"
13838
+ "value": "lg",
13839
+ "type": "string"
11607
13840
  },
11608
13841
  {
11609
- "type": "object"
13842
+ "value": "md",
13843
+ "type": "string"
13844
+ },
13845
+ {
13846
+ "value": "sm",
13847
+ "type": "string"
11610
13848
  },
11611
13849
  {
13850
+ "value": "xl",
13851
+ "type": "string"
13852
+ },
13853
+ {
13854
+ "value": "xs",
11612
13855
  "type": "string"
11613
13856
  }
11614
13857
  ],
11615
- "optional": true,
13858
+ "optional": false,
11616
13859
  "required": false,
11617
13860
  "getter": false,
11618
13861
  "setter": false
11619
13862
  },
11620
13863
  {
11621
- "name": "variant",
11622
- "type": "\"\" | \"checkbox\" | \"radio\"",
13864
+ "name": "value",
13865
+ "type": "number | string",
11623
13866
  "complexType": {
11624
- "original": "'checkbox' | 'radio' | ''",
11625
- "resolved": "\"\" | \"checkbox\" | \"radio\"",
13867
+ "original": "string | number",
13868
+ "resolved": "number | string",
11626
13869
  "references": {}
11627
13870
  },
11628
- "mutable": true,
11629
- "attr": "variant",
11630
- "reflectToAttr": true,
11631
- "docs": "",
11632
- "docsTags": [],
11633
- "values": [
13871
+ "mutable": false,
13872
+ "attr": "value",
13873
+ "reflectToAttr": false,
13874
+ "docs": "Identifies the row in selection and expansion payloads.",
13875
+ "docsTags": [
11634
13876
  {
11635
- "type": "\"\""
11636
- },
13877
+ "name": "default",
13878
+ "text": "''"
13879
+ }
13880
+ ],
13881
+ "default": "''",
13882
+ "values": [
11637
13883
  {
11638
- "value": "checkbox",
11639
- "type": "string"
13884
+ "type": "number"
11640
13885
  },
11641
13886
  {
11642
- "value": "radio",
11643
13887
  "type": "string"
11644
13888
  }
11645
13889
  ],
11646
- "optional": true,
13890
+ "optional": false,
11647
13891
  "required": false,
11648
13892
  "getter": false,
11649
13893
  "setter": false
11650
13894
  }
11651
13895
  ],
11652
13896
  "methods": [],
11653
- "events": [
13897
+ "events": [],
13898
+ "listeners": [],
13899
+ "styles": [
11654
13900
  {
11655
- "event": "checkedChange",
11656
- "detail": "SelectRowDto",
11657
- "bubbles": true,
11658
- "complexType": {
11659
- "original": "SelectRowDto",
11660
- "resolved": "SelectRowDto",
11661
- "references": {
11662
- "SelectRowDto": {
11663
- "location": "import",
11664
- "path": "../_vars",
11665
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11666
- "referenceLocation": "SelectRowDto"
11667
- }
11668
- }
11669
- },
11670
- "cancelable": true,
11671
- "composed": true,
11672
- "docs": "",
11673
- "docsTags": []
13901
+ "name": "--xv-table-row-bg",
13902
+ "annotation": "prop",
13903
+ "docs": "Row background. Switched by hover, selected and group."
11674
13904
  },
11675
13905
  {
11676
- "event": "selectRow",
11677
- "detail": "SelectRowDto",
11678
- "bubbles": true,
11679
- "complexType": {
11680
- "original": "SelectRowDto",
11681
- "resolved": "SelectRowDto",
11682
- "references": {
11683
- "SelectRowDto": {
11684
- "location": "import",
11685
- "path": "../_vars",
11686
- "id": "src/components/xv-table/_vars.ts::SelectRowDto",
11687
- "referenceLocation": "SelectRowDto"
11688
- }
11689
- }
11690
- },
11691
- "cancelable": true,
11692
- "composed": true,
11693
- "docs": "",
11694
- "docsTags": []
13906
+ "name": "--xv-table-row-disabled-opacity",
13907
+ "annotation": "prop",
13908
+ "docs": "How far a disabled row fades."
13909
+ },
13910
+ {
13911
+ "name": "--xv-table-row-height",
13912
+ "annotation": "prop",
13913
+ "docs": "Minimum row height. Inherited from the table's size ladder."
11695
13914
  }
11696
13915
  ],
11697
- "listeners": [],
11698
- "styles": [],
11699
13916
  "slots": [
11700
13917
  {
11701
13918
  "name": "",
11702
- "docs": "The default slot"
13919
+ "docs": "The row's `xv-table-cell` children."
13920
+ },
13921
+ {
13922
+ "name": "expand",
13923
+ "docs": "Content revealed when the row is expanded. Spans the full row width."
13924
+ }
13925
+ ],
13926
+ "parts": [
13927
+ {
13928
+ "name": "control",
13929
+ "docs": "A leading or trailing control cell (selection, expand)."
13930
+ },
13931
+ {
13932
+ "name": "expand-button",
13933
+ "docs": "The expand toggle."
13934
+ },
13935
+ {
13936
+ "name": "expand-panel",
13937
+ "docs": "The revealed panel."
13938
+ },
13939
+ {
13940
+ "name": "grip",
13941
+ "docs": "The drag handle shown when the table reorders rows by icon."
13942
+ },
13943
+ {
13944
+ "name": "row",
13945
+ "docs": "The row host."
11703
13946
  }
11704
13947
  ],
11705
- "parts": [],
11706
13948
  "states": [],
11707
- "dependents": [],
13949
+ "dependents": [
13950
+ "xv-table"
13951
+ ],
11708
13952
  "dependencies": [
11709
- "xv-table-v2-cell",
11710
- "xv-checkbox-v2"
13953
+ "xv-checkbox-v2",
13954
+ "xv-radio-v2"
11711
13955
  ],
11712
13956
  "dependencyGraph": {
11713
- "xv-table-v2-row": [
11714
- "xv-table-v2-cell",
11715
- "xv-checkbox-v2"
13957
+ "xv-table-row": [
13958
+ "xv-checkbox-v2",
13959
+ "xv-radio-v2"
13960
+ ],
13961
+ "xv-table": [
13962
+ "xv-table-row"
11716
13963
  ]
11717
13964
  }
11718
13965
  },
@@ -14746,6 +16993,7 @@
14746
16993
  "xv-data-table-cell",
14747
16994
  "xv-dropdown-v2",
14748
16995
  "xv-overflow-menu-v2",
16996
+ "xv-table-cell",
14749
16997
  "xv-textarea"
14750
16998
  ],
14751
16999
  "dependencies": [],
@@ -14759,6 +17007,9 @@
14759
17007
  "xv-overflow-menu-v2": [
14760
17008
  "xv-tooltip-v2"
14761
17009
  ],
17010
+ "xv-table-cell": [
17011
+ "xv-tooltip-v2"
17012
+ ],
14762
17013
  "xv-textarea": [
14763
17014
  "xv-tooltip-v2"
14764
17015
  ]
@@ -14851,15 +17102,70 @@
14851
17102
  "docstring": "",
14852
17103
  "path": "src/components/xv-progress-indicator/_vars.ts"
14853
17104
  },
14854
- "src/components/xv-table/_vars.ts::XVTableSortDto": {
14855
- "declaration": "export interface XVTableSortDto {\n name?: string;\n value: XV_SORT_DIR;\n}",
17105
+ "src/components/xv-table/xv-table.model.ts::XvTableColumn": {
17106
+ "declaration": "export interface XvTableColumn {\r\n id: string;\r\n label?: string;\r\n sortable?: boolean;\r\n sortName?: string;\r\n align?: XvCellAlign;\r\n /** Header alignment. Headers read left unless this says otherwise, whatever `align` does. */\r\n headerAlign?: XvCellAlign;\r\n overflow?: XvCellOverflow;\r\n clampLines?: number;\r\n /** A number is pixels. A CSS length — `25%`, `auto`, `12rem` — is written into the track as is. */\r\n width?: number | string;\r\n minWidth?: number;\r\n maxWidth?: number;\r\n resizable?: boolean;\r\n reorderable?: boolean;\r\n hideable?: boolean;\r\n hidden?: boolean;\r\n headerTooltip?: string;\r\n value?: string | ((row: any) => unknown);\r\n format?: XvCellFormat;\r\n formatArg?: string;\r\n}",
17107
+ "docstring": "",
17108
+ "path": "src/components/xv-table/xv-table.model.ts"
17109
+ },
17110
+ "src/components/xv-table/xv-table.model.ts::XvTableMode": {
17111
+ "declaration": "export type XvTableMode = 'none' | 'client' | 'server';",
17112
+ "docstring": "",
17113
+ "path": "src/components/xv-table/xv-table.model.ts"
17114
+ },
17115
+ "src/components/xv-table/xv-table.model.ts::XvTableSort": {
17116
+ "declaration": "export interface XvTableSort {\r\n name: string;\r\n direction: XV_SORT_DIR;\r\n}",
17117
+ "docstring": "",
17118
+ "path": "src/components/xv-table/xv-table.model.ts"
17119
+ },
17120
+ "src/components/xv-table/xv-table.model.ts::XvTableSelectionMode": {
17121
+ "declaration": "export type XvTableSelectionMode = 'none' | 'single' | 'multiple';",
17122
+ "docstring": "",
17123
+ "path": "src/components/xv-table/xv-table.model.ts"
17124
+ },
17125
+ "src/components/xv-table/xv-table.model.ts::XvTableExpandMode": {
17126
+ "declaration": "export type XvTableExpandMode = 'none' | 'single' | 'multiple';",
17127
+ "docstring": "",
17128
+ "path": "src/components/xv-table/xv-table.model.ts"
17129
+ },
17130
+ "src/components/xv-table/xv-table.model.ts::XvTableLayout": {
17131
+ "declaration": "export interface XvTableLayout {\r\n v: number;\r\n order: string[];\r\n widths: Record<string, number>;\r\n hidden: Record<string, boolean>;\r\n}",
17132
+ "docstring": "",
17133
+ "path": "src/components/xv-table/xv-table.model.ts"
17134
+ },
17135
+ "src/components/xv-table/xv-table.model.ts::XvTableSelectionDetail": {
17136
+ "declaration": "export interface XvTableSelectionDetail {\r\n values: unknown[];\r\n all: boolean;\r\n partial: boolean;\r\n}",
17137
+ "docstring": "",
17138
+ "path": "src/components/xv-table/xv-table.model.ts"
17139
+ },
17140
+ "src/components/xv-table/xv-table.model.ts::XvTableExpandedDetail": {
17141
+ "declaration": "export interface XvTableExpandedDetail {\r\n values: unknown[];\r\n}",
17142
+ "docstring": "",
17143
+ "path": "src/components/xv-table/xv-table.model.ts"
17144
+ },
17145
+ "src/components/xv-table/xv-table.model.ts::XvTablePage": {
17146
+ "declaration": "export interface XvTablePage {\r\n page: number;\r\n pageSize: number;\r\n}",
17147
+ "docstring": "",
17148
+ "path": "src/components/xv-table/xv-table.model.ts"
17149
+ },
17150
+ "src/components/xv-table/xv-table.model.ts::XvTableRowClickDetail": {
17151
+ "declaration": "export interface XvTableRowClickDetail {\r\n value: unknown;\r\n index: number;\r\n}",
17152
+ "docstring": "",
17153
+ "path": "src/components/xv-table/xv-table.model.ts"
17154
+ },
17155
+ "src/components/xv-table/xv-table.model.ts::XvTableRowOrder": {
17156
+ "declaration": "export interface XvTableRowOrder {\r\n from: number;\r\n to: number;\r\n}",
17157
+ "docstring": "",
17158
+ "path": "src/components/xv-table/xv-table.model.ts"
17159
+ },
17160
+ "src/components/xv-table/xv-table.model.ts::XvCellAlign": {
17161
+ "declaration": "export type XvCellAlign = 'start' | 'center' | 'end';",
14856
17162
  "docstring": "",
14857
- "path": "src/components/xv-table/_vars.ts"
17163
+ "path": "src/components/xv-table/xv-table.model.ts"
14858
17164
  },
14859
- "src/components/xv-table/_vars.ts::SelectRowDto": {
14860
- "declaration": "export interface SelectRowDto {\n name: string;\n checked: boolean;\n value?: string | number | object;\n partial?: boolean;\n header?: boolean;\n expandable?: boolean;\n}",
17165
+ "src/components/xv-table/xv-table.model.ts::XvCellOverflow": {
17166
+ "declaration": "export type XvCellOverflow = 'ellipsis' | 'clamp' | 'wrap';",
14861
17167
  "docstring": "",
14862
- "path": "src/components/xv-table/_vars.ts"
17168
+ "path": "src/components/xv-table/xv-table.model.ts"
14863
17169
  },
14864
17170
  "src/components/xv-tabs/_vars.ts::TABS_VATIANT_STR": {
14865
17171
  "declaration": "export type TABS_VATIANT_STR = '' | 'glued';",