xv-webcomponents 1.25.1 → 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 (379) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +249 -129
  3. package/dist/angular/angular-component-lib/utils.d.ts +9 -0
  4. package/dist/angular/angular-component-lib/utils.js +58 -0
  5. package/dist/angular/index.d.ts +4 -0
  6. package/dist/angular/index.js +56 -0
  7. package/dist/angular/proxies.d.ts +696 -0
  8. package/dist/angular/proxies.js +1642 -0
  9. package/dist/angular/web-components.module.d.ts +7 -0
  10. package/dist/angular/web-components.module.js +168 -0
  11. package/dist/cjs/_vars-DMytunQw.js +26 -0
  12. package/dist/cjs/{index-Cb30DBqk.js → index-DaTpiyaU.js} +2 -0
  13. package/dist/cjs/{index-DpLAFt0R.js → index-Dwhgrew8.js} +401 -1805
  14. package/dist/cjs/index.cjs.js +4 -1
  15. package/dist/cjs/loader.cjs.js +2 -2
  16. package/dist/cjs/maplibre-gl-BIvnXGyX.js +884 -0
  17. package/dist/cjs/{xv-accordion-v2_50.cjs.entry.js → xv-accordion-v2_49.cjs.entry.js} +2046 -694
  18. package/dist/cjs/xv-header-next.cjs.entry.js +10 -89
  19. package/dist/cjs/xv-mega-menu-next.cjs.entry.js +4 -4
  20. package/dist/cjs/xv-webcomponents.cjs.js +3 -3
  21. package/dist/collection/collection-manifest.json +2 -2
  22. package/dist/collection/components/xv-accordion/xv-accordion.js +1 -1
  23. package/dist/collection/components/xv-accordion-item/xv-accordion-item.js +1 -1
  24. package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js +1 -1
  25. package/dist/collection/components/xv-button/xv-button.js +2 -1
  26. package/dist/collection/components/xv-button-group/xv-button-group.js +3 -3
  27. package/dist/collection/components/xv-card/xv-card.js +1 -1
  28. package/dist/collection/components/xv-checkbox/xv-checkbox.js +4 -3
  29. package/dist/collection/components/xv-content-switcher/xv-content-switcher-item/xv-content-switcher-item.js +1 -1
  30. package/dist/collection/components/xv-content-switcher/xv-content-switcher.js +7 -6
  31. package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js +5 -3
  32. package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js +4 -3
  33. package/dist/collection/components/xv-data-table/xv-data-table.js +5 -3
  34. package/dist/collection/components/xv-date-picker/xv-date-picker.js +16 -8
  35. package/dist/collection/components/xv-datepicker/xv-datepicker.js +5 -4
  36. package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js +9 -5
  37. package/dist/collection/components/xv-dropdown/xv-dropdown.js +9 -5
  38. package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +3 -3
  39. package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +6 -4
  40. package/dist/collection/components/xv-footer/xv-footer.js +1 -1
  41. package/dist/collection/components/xv-geo-map/xv-geo-map.css +43 -67
  42. package/dist/collection/components/xv-geo-map/xv-geo-map.js +10 -10
  43. package/dist/collection/components/xv-header/xv-header.js +7 -88
  44. package/dist/collection/components/xv-header-next/xv-header-next.js +10 -91
  45. package/dist/collection/components/xv-link/xv-link.js +1 -1
  46. package/dist/collection/components/xv-loader/xv-loader.js +2 -1
  47. package/dist/collection/components/xv-login-modal/xv-login-modal.css +7 -7
  48. package/dist/collection/components/xv-mega-menu/xv-mega-menu.js +2 -2
  49. package/dist/collection/components/xv-mega-menu-next/xv-mega-menu-next.js +5 -4
  50. package/dist/collection/components/xv-modal/xv-modal.js +3 -2
  51. package/dist/collection/components/xv-notification/xv-notification.js +3 -2
  52. package/dist/collection/components/xv-number-input/xv-number-input.js +4 -3
  53. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +7 -4
  54. package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +14 -11
  55. package/dist/collection/components/xv-pagination/xv-pagination.css +2 -2
  56. package/dist/collection/components/xv-pagination/xv-pagination.js +7 -4
  57. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +3 -2
  58. package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +6 -5
  59. package/dist/collection/components/xv-radio/xv-radio.js +4 -3
  60. package/dist/collection/components/xv-slider/xv-slider.js +1 -1
  61. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +129 -61
  62. package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +279 -78
  63. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +138 -24
  64. package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +334 -162
  65. package/dist/collection/components/xv-table/xv-table.css +240 -99
  66. package/dist/collection/components/xv-table/xv-table.js +2058 -64
  67. package/dist/collection/components/xv-table/xv-table.model.js +10 -0
  68. package/dist/collection/components/xv-table/xv-table.utils.js +243 -0
  69. package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
  70. package/dist/collection/components/xv-tabs/xv-tabs.js +2 -1
  71. package/dist/collection/components/xv-tag/xv-tag.js +1 -1
  72. package/dist/collection/components/xv-tag-combobox/xv-tag-combobox.js +6 -4
  73. package/dist/collection/components/xv-text-input/xv-text-input.js +4 -3
  74. package/dist/collection/components/xv-textarea/xv-textarea.js +4 -3
  75. package/dist/collection/components/xv-tile/xv-tile.css +1 -1
  76. package/dist/collection/components/xv-tile/xv-tile.js +2 -2
  77. package/dist/collection/components/xv-toggle/xv-toggle.js +3 -2
  78. package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +3 -2
  79. package/dist/collection/components/xv-tooltip/xv-tooltip.js +4 -3
  80. package/dist/collection/index.js +3 -0
  81. package/dist/collection/utils/table-layout.js +130 -0
  82. package/dist/components/index.d.ts +35 -0
  83. package/dist/components/index.js +1 -0
  84. package/dist/components/p-A3B7AR96.js +9 -0
  85. package/dist/components/p-B0kwaJ8n.js +1 -0
  86. package/dist/components/p-B9zHwwFm.js +1 -0
  87. package/dist/components/p-BEoh0dZI.js +1 -0
  88. package/dist/components/p-BaZ-srfu.js +1 -0
  89. package/dist/components/p-Bej2l-wN.js +1 -0
  90. package/dist/components/p-BfP9ezJQ.js +1 -0
  91. package/dist/components/p-BfhvpeQh.js +1 -0
  92. package/dist/components/p-BiiqsbVQ.js +1 -0
  93. package/dist/components/p-CSYnNMKb.js +1 -0
  94. package/dist/components/p-CspyoLL9.js +1 -0
  95. package/dist/components/p-CvgDDcjp.js +1 -0
  96. package/dist/components/p-D4FwGeDJ.js +1 -0
  97. package/dist/components/p-DCvH_Br_.js +1 -0
  98. package/dist/components/p-DFe9Mtw_.js +1 -0
  99. package/dist/components/p-DFtMwE-h.js +1 -0
  100. package/dist/components/p-DIvi4fI3.js +1 -0
  101. package/dist/components/p-DNRISLNf.js +1 -0
  102. package/dist/components/p-DPnvoOYj.js +1 -0
  103. package/dist/components/p-Dwbe941A.js +1 -0
  104. package/dist/components/p-HjYAjHna.js +1 -0
  105. package/dist/components/p-JClekcEh.js +1 -0
  106. package/dist/components/p-NoM9oIJn.js +1 -0
  107. package/dist/components/p-SvgdO2VS.js +1 -0
  108. package/dist/components/p-XEk4dHG3.js +1 -0
  109. package/dist/components/p-e0i0f6QA.js +1 -0
  110. package/dist/components/p-i7_81si-.js +1 -0
  111. package/dist/components/p-i82EFiq6.js +1 -0
  112. package/dist/components/p-jD7nSJaM.js +1 -0
  113. package/dist/components/xv-accordion-v2-item.d.ts +11 -0
  114. package/dist/components/xv-accordion-v2-item.js +1 -0
  115. package/dist/components/xv-accordion-v2.d.ts +11 -0
  116. package/dist/components/xv-accordion-v2.js +1 -0
  117. package/dist/components/xv-breadcrumbs-v2.d.ts +11 -0
  118. package/dist/components/xv-breadcrumbs-v2.js +1 -0
  119. package/dist/components/xv-button-group-v2.d.ts +11 -0
  120. package/dist/components/xv-button-group-v2.js +1 -0
  121. package/dist/components/xv-button-v2.d.ts +11 -0
  122. package/dist/components/xv-button-v2.js +1 -0
  123. package/dist/components/xv-card-v2.d.ts +11 -0
  124. package/dist/components/xv-card-v2.js +1 -0
  125. package/dist/components/xv-checkbox-v2.d.ts +11 -0
  126. package/dist/components/xv-checkbox-v2.js +1 -0
  127. package/dist/components/xv-content-switcher-item-v2.d.ts +11 -0
  128. package/dist/components/xv-content-switcher-item-v2.js +1 -0
  129. package/dist/components/xv-content-switcher-v2.d.ts +11 -0
  130. package/dist/components/xv-content-switcher-v2.js +1 -0
  131. package/dist/components/xv-data-table-cell.d.ts +11 -0
  132. package/dist/components/xv-data-table-cell.js +1 -0
  133. package/dist/components/xv-data-table-collapse.d.ts +11 -0
  134. package/dist/components/xv-data-table-collapse.js +1 -0
  135. package/dist/components/xv-data-table-row.d.ts +11 -0
  136. package/dist/components/xv-data-table-row.js +1 -0
  137. package/dist/components/xv-data-table.d.ts +11 -0
  138. package/dist/components/xv-data-table.js +7 -0
  139. package/dist/components/xv-date-picker.d.ts +11 -0
  140. package/dist/components/xv-date-picker.js +1 -0
  141. package/dist/components/xv-datepicker.d.ts +11 -0
  142. package/dist/components/xv-datepicker.js +1 -0
  143. package/dist/components/xv-dropdown-v2-item.d.ts +11 -0
  144. package/dist/components/xv-dropdown-v2-item.js +1 -0
  145. package/dist/components/xv-dropdown-v2.d.ts +11 -0
  146. package/dist/components/xv-dropdown-v2.js +1 -0
  147. package/dist/components/xv-file-uploader.d.ts +11 -0
  148. package/dist/components/xv-file-uploader.js +1 -0
  149. package/dist/components/xv-footer.d.ts +11 -0
  150. package/dist/components/xv-footer.js +1 -0
  151. package/dist/components/xv-geo-map-v2.d.ts +11 -0
  152. package/dist/components/xv-geo-map-v2.js +1 -0
  153. package/dist/components/xv-header-next.d.ts +11 -0
  154. package/dist/components/xv-header-next.js +1 -0
  155. package/dist/components/xv-header.d.ts +11 -0
  156. package/dist/components/xv-header.js +1 -0
  157. package/dist/components/xv-image-viewer.d.ts +11 -0
  158. package/dist/components/xv-image-viewer.js +1 -0
  159. package/dist/components/xv-link-v2.d.ts +11 -0
  160. package/dist/components/xv-link-v2.js +1 -0
  161. package/dist/components/xv-loader-v2.d.ts +11 -0
  162. package/dist/components/xv-loader-v2.js +1 -0
  163. package/dist/components/xv-login-modal.d.ts +11 -0
  164. package/dist/components/xv-login-modal.js +1 -0
  165. package/dist/components/xv-mega-menu-next.d.ts +11 -0
  166. package/dist/components/xv-mega-menu-next.js +1 -0
  167. package/dist/components/xv-mega-menu.d.ts +11 -0
  168. package/dist/components/xv-mega-menu.js +1 -0
  169. package/dist/components/xv-modal-v2.d.ts +11 -0
  170. package/dist/components/xv-modal-v2.js +1 -0
  171. package/dist/components/xv-notification-v2.d.ts +11 -0
  172. package/dist/components/xv-notification-v2.js +1 -0
  173. package/dist/components/xv-number-input-v2.d.ts +11 -0
  174. package/dist/components/xv-number-input-v2.js +1 -0
  175. package/dist/components/xv-overflow-menu-v2-item.d.ts +11 -0
  176. package/dist/components/xv-overflow-menu-v2-item.js +1 -0
  177. package/dist/components/xv-overflow-menu-v2.d.ts +11 -0
  178. package/dist/components/xv-overflow-menu-v2.js +1 -0
  179. package/dist/components/xv-pagination.d.ts +11 -0
  180. package/dist/components/xv-pagination.js +1 -0
  181. package/dist/components/xv-progress-indicator-v2-item.d.ts +11 -0
  182. package/dist/components/xv-progress-indicator-v2-item.js +1 -0
  183. package/dist/components/xv-progress-indicator-v2.d.ts +11 -0
  184. package/dist/components/xv-progress-indicator-v2.js +1 -0
  185. package/dist/components/xv-radio-v2.d.ts +11 -0
  186. package/dist/components/xv-radio-v2.js +1 -0
  187. package/dist/components/xv-slider-v2.d.ts +11 -0
  188. package/dist/components/xv-slider-v2.js +1 -0
  189. package/dist/components/xv-tab-v2.d.ts +11 -0
  190. package/dist/components/xv-tab-v2.js +1 -0
  191. package/dist/components/xv-table-cell.d.ts +11 -0
  192. package/dist/components/xv-table-cell.js +1 -0
  193. package/dist/components/xv-table-row.d.ts +11 -0
  194. package/dist/components/xv-table-row.js +1 -0
  195. package/dist/components/xv-table.d.ts +11 -0
  196. package/dist/components/xv-table.js +1 -0
  197. package/dist/components/xv-tabs-v2.d.ts +11 -0
  198. package/dist/components/xv-tabs-v2.js +1 -0
  199. package/dist/components/xv-tag-combobox.d.ts +11 -0
  200. package/dist/components/xv-tag-combobox.js +1 -0
  201. package/dist/components/xv-tag-v2.d.ts +11 -0
  202. package/dist/components/xv-tag-v2.js +1 -0
  203. package/dist/components/xv-text-input-v2.d.ts +11 -0
  204. package/dist/components/xv-text-input-v2.js +1 -0
  205. package/dist/components/xv-textarea.d.ts +11 -0
  206. package/dist/components/xv-textarea.js +1 -0
  207. package/dist/components/xv-tile.d.ts +11 -0
  208. package/dist/components/xv-tile.js +1 -0
  209. package/dist/components/xv-toggle-tip.d.ts +11 -0
  210. package/dist/components/xv-toggle-tip.js +1 -0
  211. package/dist/components/xv-toggle.d.ts +11 -0
  212. package/dist/components/xv-toggle.js +1 -0
  213. package/dist/components/xv-tooltip-v2.d.ts +11 -0
  214. package/dist/components/xv-tooltip-v2.js +1 -0
  215. package/dist/custom-elements.json +11561 -0
  216. package/dist/docs.d.ts +480 -0
  217. package/dist/docs.json +17181 -0
  218. package/dist/esm/_vars-CDEU4jkD.js +23 -0
  219. package/dist/esm/{index-CQm2sRKT.js → index-ClusqSO5.js} +2 -0
  220. package/dist/esm/{index-DmxA2ysB.js → index-DJC3-dS3.js} +400 -1806
  221. package/dist/esm/index.js +2 -1
  222. package/dist/esm/loader.js +3 -3
  223. package/dist/esm/maplibre-gl-A3B7AR96.js +826 -0
  224. package/dist/esm/maplibre-gl-shared.mjs +2 -2
  225. package/dist/esm/maplibre-gl-worker.mjs +2 -2
  226. package/dist/esm/{xv-accordion-v2_50.entry.js → xv-accordion-v2_49.entry.js} +2044 -691
  227. package/dist/esm/xv-header-next.entry.js +10 -89
  228. package/dist/esm/xv-mega-menu-next.entry.js +4 -4
  229. package/dist/esm/xv-webcomponents.js +4 -4
  230. package/dist/react/components.d.ts +55 -0
  231. package/dist/react/components.js +56 -0
  232. package/dist/react/create-component.d.ts +24 -0
  233. package/dist/react/runtime.d.ts +2 -0
  234. package/dist/react/runtime.js +43 -0
  235. package/dist/react/tag-transformer.d.ts +3 -0
  236. package/dist/react/tag-transformer.js +12 -0
  237. package/dist/react/xv-accordion-v2-item.d.ts +12 -0
  238. package/dist/react/xv-accordion-v2-item.js +14 -0
  239. package/dist/react/xv-accordion-v2.d.ts +15 -0
  240. package/dist/react/xv-accordion-v2.js +14 -0
  241. package/dist/react/xv-breadcrumbs-v2.d.ts +9 -0
  242. package/dist/react/xv-breadcrumbs-v2.js +14 -0
  243. package/dist/react/xv-button-group-v2.d.ts +12 -0
  244. package/dist/react/xv-button-group-v2.js +14 -0
  245. package/dist/react/xv-button-v2.d.ts +9 -0
  246. package/dist/react/xv-button-v2.js +14 -0
  247. package/dist/react/xv-card-v2.d.ts +9 -0
  248. package/dist/react/xv-card-v2.js +14 -0
  249. package/dist/react/xv-checkbox-v2.d.ts +15 -0
  250. package/dist/react/xv-checkbox-v2.js +19 -0
  251. package/dist/react/xv-content-switcher-item-v2.d.ts +9 -0
  252. package/dist/react/xv-content-switcher-item-v2.js +14 -0
  253. package/dist/react/xv-content-switcher-v2.d.ts +12 -0
  254. package/dist/react/xv-content-switcher-v2.js +14 -0
  255. package/dist/react/xv-data-table-cell.d.ts +12 -0
  256. package/dist/react/xv-data-table-cell.js +14 -0
  257. package/dist/react/xv-data-table-collapse.d.ts +12 -0
  258. package/dist/react/xv-data-table-collapse.js +14 -0
  259. package/dist/react/xv-data-table-row.d.ts +12 -0
  260. package/dist/react/xv-data-table-row.js +14 -0
  261. package/dist/react/xv-data-table.d.ts +12 -0
  262. package/dist/react/xv-data-table.js +14 -0
  263. package/dist/react/xv-date-picker.d.ts +14 -0
  264. package/dist/react/xv-date-picker.js +18 -0
  265. package/dist/react/xv-datepicker.d.ts +13 -0
  266. package/dist/react/xv-datepicker.js +17 -0
  267. package/dist/react/xv-dropdown-v2-item.d.ts +12 -0
  268. package/dist/react/xv-dropdown-v2-item.js +14 -0
  269. package/dist/react/xv-dropdown-v2.d.ts +13 -0
  270. package/dist/react/xv-dropdown-v2.js +17 -0
  271. package/dist/react/xv-file-uploader.d.ts +13 -0
  272. package/dist/react/xv-file-uploader.js +17 -0
  273. package/dist/react/xv-footer.d.ts +9 -0
  274. package/dist/react/xv-footer.js +14 -0
  275. package/dist/react/xv-geo-map-v2.d.ts +13 -0
  276. package/dist/react/xv-geo-map-v2.js +17 -0
  277. package/dist/react/xv-header-next.d.ts +12 -0
  278. package/dist/react/xv-header-next.js +14 -0
  279. package/dist/react/xv-header.d.ts +12 -0
  280. package/dist/react/xv-header.js +14 -0
  281. package/dist/react/xv-image-viewer.d.ts +12 -0
  282. package/dist/react/xv-image-viewer.js +14 -0
  283. package/dist/react/xv-link-v2.d.ts +9 -0
  284. package/dist/react/xv-link-v2.js +14 -0
  285. package/dist/react/xv-loader-v2.d.ts +9 -0
  286. package/dist/react/xv-loader-v2.js +14 -0
  287. package/dist/react/xv-login-modal.d.ts +12 -0
  288. package/dist/react/xv-login-modal.js +14 -0
  289. package/dist/react/xv-mega-menu-next.d.ts +12 -0
  290. package/dist/react/xv-mega-menu-next.js +14 -0
  291. package/dist/react/xv-mega-menu.d.ts +12 -0
  292. package/dist/react/xv-mega-menu.js +14 -0
  293. package/dist/react/xv-modal-v2.d.ts +12 -0
  294. package/dist/react/xv-modal-v2.js +14 -0
  295. package/dist/react/xv-notification-v2.d.ts +12 -0
  296. package/dist/react/xv-notification-v2.js +14 -0
  297. package/dist/react/xv-number-input-v2.d.ts +12 -0
  298. package/dist/react/xv-number-input-v2.js +14 -0
  299. package/dist/react/xv-overflow-menu-v2-item.d.ts +12 -0
  300. package/dist/react/xv-overflow-menu-v2-item.js +14 -0
  301. package/dist/react/xv-overflow-menu-v2.d.ts +13 -0
  302. package/dist/react/xv-overflow-menu-v2.js +17 -0
  303. package/dist/react/xv-pagination.d.ts +15 -0
  304. package/dist/react/xv-pagination.js +14 -0
  305. package/dist/react/xv-progress-indicator-v2-item.d.ts +9 -0
  306. package/dist/react/xv-progress-indicator-v2-item.js +14 -0
  307. package/dist/react/xv-progress-indicator-v2.d.ts +9 -0
  308. package/dist/react/xv-progress-indicator-v2.js +14 -0
  309. package/dist/react/xv-radio-v2.d.ts +9 -0
  310. package/dist/react/xv-radio-v2.js +14 -0
  311. package/dist/react/xv-slider-v2.d.ts +12 -0
  312. package/dist/react/xv-slider-v2.js +14 -0
  313. package/dist/react/xv-tab-v2.d.ts +9 -0
  314. package/dist/react/xv-tab-v2.js +14 -0
  315. package/dist/react/xv-table-cell.d.ts +9 -0
  316. package/dist/react/xv-table-cell.js +14 -0
  317. package/dist/react/xv-table-row.d.ts +9 -0
  318. package/dist/react/xv-table-row.js +14 -0
  319. package/dist/react/xv-table.d.ts +18 -0
  320. package/dist/react/xv-table.js +22 -0
  321. package/dist/react/xv-tabs-v2.d.ts +12 -0
  322. package/dist/react/xv-tabs-v2.js +14 -0
  323. package/dist/react/xv-tag-combobox.d.ts +13 -0
  324. package/dist/react/xv-tag-combobox.js +17 -0
  325. package/dist/react/xv-tag-v2.d.ts +12 -0
  326. package/dist/react/xv-tag-v2.js +14 -0
  327. package/dist/react/xv-text-input-v2.d.ts +12 -0
  328. package/dist/react/xv-text-input-v2.js +14 -0
  329. package/dist/react/xv-textarea.d.ts +12 -0
  330. package/dist/react/xv-textarea.js +14 -0
  331. package/dist/react/xv-tile.d.ts +15 -0
  332. package/dist/react/xv-tile.js +14 -0
  333. package/dist/react/xv-toggle-tip.d.ts +12 -0
  334. package/dist/react/xv-toggle-tip.js +14 -0
  335. package/dist/react/xv-toggle.d.ts +12 -0
  336. package/dist/react/xv-toggle.js +14 -0
  337. package/dist/react/xv-tooltip-v2.d.ts +9 -0
  338. package/dist/react/xv-tooltip-v2.js +14 -0
  339. package/dist/types/components/xv-header/xv-header.d.ts +13 -29
  340. package/dist/types/components/xv-header-next/xv-header-next.d.ts +13 -29
  341. package/dist/types/components/xv-table/xv-table-cell/xv-table-cell.d.ts +43 -8
  342. package/dist/types/components/xv-table/xv-table-row/xv-table-row.d.ts +57 -18
  343. package/dist/types/components/xv-table/xv-table.d.ts +298 -9
  344. package/dist/types/components/xv-table/xv-table.model.d.ts +78 -0
  345. package/dist/types/components/xv-table/xv-table.utils.d.ts +47 -0
  346. package/dist/types/components.d.ts +1498 -209
  347. package/dist/types/index.d.ts +1 -0
  348. package/dist/types/stencil-public-runtime.d.ts +126 -57
  349. package/dist/types/utils/table-layout.d.ts +7 -0
  350. package/dist/vscode-data.json +3293 -0
  351. package/dist/xv-webcomponents/index.esm.js +1 -1
  352. package/dist/xv-webcomponents/{p-fe9b38f8.entry.js → p-0c30d09f.entry.js} +1 -1
  353. package/dist/xv-webcomponents/p-6b58979e.entry.js +8 -0
  354. package/dist/xv-webcomponents/p-A3B7AR96.js +9 -0
  355. package/dist/xv-webcomponents/p-CDEU4jkD.js +1 -0
  356. package/dist/xv-webcomponents/p-DJC3-dS3.js +3 -0
  357. package/dist/xv-webcomponents/p-DSFVdw3w.js +1 -0
  358. package/dist/xv-webcomponents/p-c4173686.entry.js +1 -0
  359. package/dist/xv-webcomponents/xv-webcomponents.css +6 -6
  360. package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
  361. package/loader/index.d.ts +1 -1
  362. package/package.json +139 -61
  363. package/dist/cjs/_vars-Cyrk3TAl.js +0 -3423
  364. package/dist/cjs/maplibre-gl-CCZS3Rg5.js +0 -900
  365. package/dist/collection/components/xv-header/_vars.js +0 -51
  366. package/dist/collection/components/xv-table/_vars.js +0 -2
  367. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +0 -58
  368. package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +0 -75
  369. package/dist/esm/_vars-BkYBzv3h.js +0 -3413
  370. package/dist/esm/maplibre-gl-CS4Eagm9.js +0 -813
  371. package/dist/types/components/xv-header/_vars.d.ts +0 -47
  372. package/dist/types/components/xv-table/_vars.d.ts +0 -15
  373. package/dist/types/components/xv-table/xv-table-expand/xv-table-expand.d.ts +0 -8
  374. package/dist/xv-webcomponents/p-7832549c.entry.js +0 -8
  375. package/dist/xv-webcomponents/p-BkYBzv3h.js +0 -1
  376. package/dist/xv-webcomponents/p-CQm2sRKT.js +0 -1
  377. package/dist/xv-webcomponents/p-CS4Eagm9.js +0 -10
  378. package/dist/xv-webcomponents/p-DmxA2ysB.js +0 -2
  379. package/dist/xv-webcomponents/p-f46bb687.entry.js +0 -1
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvTagV2 as XvTagV2Element, defineCustomElement as defineXvTagV2 } from "xv-webcomponents/dist/components/xv-tag-v2.js";
6
+ export const XvTagV2 = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-tag-v2',
8
+ elementClass: XvTagV2Element,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onCloseClick: 'closeClick' },
12
+ defineCustomElement: defineXvTagV2,
13
+ transformTag
14
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from './runtime.js';
6
+ import { type XvTextInputV2CustomEvent } from "xv-webcomponents";
7
+ import type { Components } from "xv-webcomponents/dist/components";
8
+ import { XvTextInputV2 as XvTextInputV2Element } from "xv-webcomponents/dist/components/xv-text-input-v2.js";
9
+ export type XvTextInputV2Events = {
10
+ onValueChange: EventName<XvTextInputV2CustomEvent<string>>;
11
+ };
12
+ export declare const XvTextInputV2: StencilReactComponent<XvTextInputV2Element, XvTextInputV2Events, Components.XvTextInputV2>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvTextInputV2 as XvTextInputV2Element, defineCustomElement as defineXvTextInputV2 } from "xv-webcomponents/dist/components/xv-text-input-v2.js";
6
+ export const XvTextInputV2 = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-text-input-v2',
8
+ elementClass: XvTextInputV2Element,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onValueChange: 'valueChange' },
12
+ defineCustomElement: defineXvTextInputV2,
13
+ transformTag
14
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from './runtime.js';
6
+ import { type XvTextareaCustomEvent } from "xv-webcomponents";
7
+ import type { Components } from "xv-webcomponents/dist/components";
8
+ import { XvTextarea as XvTextareaElement } from "xv-webcomponents/dist/components/xv-textarea.js";
9
+ export type XvTextareaEvents = {
10
+ onValueChange: EventName<XvTextareaCustomEvent<string>>;
11
+ };
12
+ export declare const XvTextarea: StencilReactComponent<XvTextareaElement, XvTextareaEvents, Components.XvTextarea>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvTextarea as XvTextareaElement, defineCustomElement as defineXvTextarea } from "xv-webcomponents/dist/components/xv-textarea.js";
6
+ export const XvTextarea = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-textarea',
8
+ elementClass: XvTextareaElement,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onValueChange: 'valueChange' },
12
+ defineCustomElement: defineXvTextarea,
13
+ transformTag
14
+ });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from './runtime.js';
6
+ import { type XvTileCustomEvent } from "xv-webcomponents";
7
+ import type { Components } from "xv-webcomponents/dist/components";
8
+ import { XvTile as XvTileElement } from "xv-webcomponents/dist/components/xv-tile.js";
9
+ export type XvTileEvents = {
10
+ onTileChange: EventName<XvTileCustomEvent<{
11
+ name?: string;
12
+ value?: string;
13
+ }>>;
14
+ };
15
+ export declare const XvTile: StencilReactComponent<XvTileElement, XvTileEvents, Components.XvTile>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvTile as XvTileElement, defineCustomElement as defineXvTile } from "xv-webcomponents/dist/components/xv-tile.js";
6
+ export const XvTile = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-tile',
8
+ elementClass: XvTileElement,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onTileChange: 'tileChange' },
12
+ defineCustomElement: defineXvTile,
13
+ transformTag
14
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from './runtime.js';
6
+ import { type XvToggleTipCustomEvent } from "xv-webcomponents";
7
+ import type { Components } from "xv-webcomponents/dist/components";
8
+ import { XvToggleTip as XvToggleTipElement } from "xv-webcomponents/dist/components/xv-toggle-tip.js";
9
+ export type XvToggleTipEvents = {
10
+ onOpenChange: EventName<XvToggleTipCustomEvent<boolean>>;
11
+ };
12
+ export declare const XvToggleTip: StencilReactComponent<XvToggleTipElement, XvToggleTipEvents, Components.XvToggleTip>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvToggleTip as XvToggleTipElement, defineCustomElement as defineXvToggleTip } from "xv-webcomponents/dist/components/xv-toggle-tip.js";
6
+ export const XvToggleTip = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-toggle-tip',
8
+ elementClass: XvToggleTipElement,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onOpenChange: 'openChange' },
12
+ defineCustomElement: defineXvToggleTip,
13
+ transformTag
14
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { EventName, StencilReactComponent } from './runtime.js';
6
+ import { type XvToggleCustomEvent } from "xv-webcomponents";
7
+ import type { Components } from "xv-webcomponents/dist/components";
8
+ import { XvToggle as XvToggleElement } from "xv-webcomponents/dist/components/xv-toggle.js";
9
+ export type XvToggleEvents = {
10
+ onToggleChange: EventName<XvToggleCustomEvent<boolean>>;
11
+ };
12
+ export declare const XvToggle: StencilReactComponent<XvToggleElement, XvToggleEvents, Components.XvToggle>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvToggle as XvToggleElement, defineCustomElement as defineXvToggle } from "xv-webcomponents/dist/components/xv-toggle.js";
6
+ export const XvToggle = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-toggle',
8
+ elementClass: XvToggleElement,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: { onToggleChange: 'toggleChange' },
12
+ defineCustomElement: defineXvToggle,
13
+ transformTag
14
+ });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import type { StencilReactComponent } from './runtime.js';
6
+ import type { Components } from "xv-webcomponents/dist/components";
7
+ import { XvTooltipV2 as XvTooltipV2Element } from "xv-webcomponents/dist/components/xv-tooltip-v2.js";
8
+ export type XvTooltipV2Events = NonNullable<unknown>;
9
+ export declare const XvTooltipV2: StencilReactComponent<XvTooltipV2Element, XvTooltipV2Events, Components.XvTooltipV2>;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+ import { createComponent } from './runtime.js';
3
+ import React from 'react';
4
+ import { transformTag } from './tag-transformer.js';
5
+ import { XvTooltipV2 as XvTooltipV2Element, defineCustomElement as defineXvTooltipV2 } from "xv-webcomponents/dist/components/xv-tooltip-v2.js";
6
+ export const XvTooltipV2 = /*@__PURE__*/ createComponent({
7
+ tagName: 'xv-tooltip-v2',
8
+ elementClass: XvTooltipV2Element,
9
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
10
+ react: React,
11
+ events: {},
12
+ defineCustomElement: defineXvTooltipV2,
13
+ transformTag
14
+ });
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import { InvoiceNotification } from './_vars';
3
2
  export declare class XvHeader {
4
3
  el: HTMLElement;
5
4
  metaNav: any;
@@ -9,7 +8,6 @@ export declare class XvHeader {
9
8
  xvMetaNavUpdate: EventEmitter;
10
9
  handleOrgUnitChange({ detail: orgUnit }: CustomEvent<string | undefined>): void;
11
10
  metaNavUpdate(): void;
12
- disconnectedCallback(): void;
13
11
  componentWillLoad(): void;
14
12
  private initHeader;
15
13
  mobMenuOpen: boolean;
@@ -28,34 +26,20 @@ export declare class XvHeader {
28
26
  private handlePreventEvent;
29
27
  private _renderSearch;
30
28
  private _renderImpersonationInfo;
31
- notifications: InvoiceNotification[];
32
- private notificationsHub?;
29
+ notifications: {
30
+ orderId: number;
31
+ template: string;
32
+ id: string;
33
+ userId: number;
34
+ status: number;
35
+ pdfSrc: string | null;
36
+ isRead: boolean;
37
+ payloadType: string;
38
+ expiryDateUtc: string;
39
+ dateDeletedUtc: string | null;
40
+ dateCreatedUtc: string;
41
+ }[];
33
42
  private getNotifications;
34
- /**
35
- * Subscribes to the notifications hub so the bell reflects a status change without a reload.
36
- *
37
- * The platform calls `NotifyUserAsync` after it completes or fails a notification, which
38
- * invokes `NotificationsUpdated` on the person's group — but nothing here was listening, so
39
- * the bell only ever caught up on a full page load (MAR-15569). The list is re-fetched on
40
- * each push rather than patched from the message, because the hub carries no payload.
41
- *
42
- * Failure to connect is logged and otherwise ignored: the bell still works, it just needs a
43
- * reload to refresh, which is the behaviour this replaces.
44
- */
45
- private connectNotificationsHub;
46
- /**
47
- * Reads the hub URL from the platform's client settings. That endpoint serves JavaScript
48
- * rather than JSON, and the `xv` global it defines is absent on Angular-rendered pages, so
49
- * the value is parsed out of the response text.
50
- */
51
- private getNotificationsHubUrl;
52
- /**
53
- * Dismisses a notification. The platform soft-deletes it (`DateDeletedUtc`), which drops it
54
- * from the list endpoint. Without this the bell could not be cleared at all and every entry
55
- * sat there until its 24-hour expiry — the old MVC bell's "Geprüft" button did this and was
56
- * not carried over when the header moved to this component.
57
- */
58
- private dismissNotification;
59
43
  private _renderNotifications;
60
44
  showLoginModal: boolean;
61
45
  private _renderAccount;
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import { InvoiceNotification } from '../xv-header/_vars';
3
2
  /**
4
3
  * Drop-in successor of `xv-header` for the new headless CMS.
5
4
  *
@@ -38,7 +37,6 @@ export declare class XvHeaderNext {
38
37
  xvMetaNavUpdate: EventEmitter;
39
38
  handleOrgUnitChange({ detail: orgUnit }: CustomEvent<string | undefined>): void;
40
39
  metaNavUpdate(): void;
41
- disconnectedCallback(): void;
42
40
  componentWillLoad(): void;
43
41
  private initHeader;
44
42
  mobMenuOpen: boolean;
@@ -63,34 +61,20 @@ export declare class XvHeaderNext {
63
61
  private _renderLocaleSwitcher;
64
62
  private _renderSearch;
65
63
  private _renderImpersonationInfo;
66
- notifications: InvoiceNotification[];
67
- private notificationsHub?;
64
+ notifications: {
65
+ orderId: number;
66
+ template: string;
67
+ id: string;
68
+ userId: number;
69
+ status: number;
70
+ pdfSrc: string | null;
71
+ isRead: boolean;
72
+ payloadType: string;
73
+ expiryDateUtc: string;
74
+ dateDeletedUtc: string | null;
75
+ dateCreatedUtc: string;
76
+ }[];
68
77
  private getNotifications;
69
- /**
70
- * Subscribes to the notifications hub so the bell reflects a status change without a reload.
71
- *
72
- * The platform calls `NotifyUserAsync` after it completes or fails a notification, which
73
- * invokes `NotificationsUpdated` on the person's group — but nothing here was listening, so
74
- * the bell only ever caught up on a full page load (MAR-15569). The list is re-fetched on
75
- * each push rather than patched from the message, because the hub carries no payload.
76
- *
77
- * Failure to connect is logged and otherwise ignored: the bell still works, it just needs a
78
- * reload to refresh, which is the behaviour this replaces.
79
- */
80
- private connectNotificationsHub;
81
- /**
82
- * Reads the hub URL from the platform's client settings. That endpoint serves JavaScript
83
- * rather than JSON, and the `xv` global it defines is absent on Angular-rendered pages, so
84
- * the value is parsed out of the response text.
85
- */
86
- private getNotificationsHubUrl;
87
- /**
88
- * Dismisses a notification. The platform soft-deletes it (`DateDeletedUtc`), which drops it
89
- * from the list endpoint. Without this the bell could not be cleared at all and every entry
90
- * sat there until its 24-hour expiry — the old MVC bell's "Geprüft" button did this and was
91
- * not carried over when the header moved to this component.
92
- */
93
- private dismissNotification;
94
78
  private _renderNotifications;
95
79
  showLoginModal: boolean;
96
80
  private _renderAccount;
@@ -1,13 +1,48 @@
1
- import { EventEmitter } from '../../../stencil-public-runtime';
2
- import { XVTableSortDto } from '../_vars';
3
1
  import { XV_SORT_DIR } from '../../../types/enum';
2
+ import { XvCellAlign, XvCellOverflow } from '../xv-table.model';
3
+ /**
4
+ * One cell of a table row. It holds arbitrary markup — buttons, links, tags, nested components —
5
+ * which is why the table stays composed rather than driven only by data.
6
+ *
7
+ * In a header row it also carries the column affordances: the sort arrow, the drag grip and the
8
+ * resize handle. The table renders this same component in both modes, so a header written as
9
+ * markup can do everything a header built from `columns` can.
10
+ *
11
+ * @slot - The cell content.
12
+ * @part cell - The cell host.
13
+ * @part content - The wrapper the overflow rules are applied to.
14
+ * @part tooltip - The tooltip wrapper, present only when `tooltip` is set.
15
+ * @part grip - The column drag grip, in a header cell.
16
+ * @part resize - The column resize handle, in a header cell.
17
+ */
4
18
  export declare class XvTableCell {
5
19
  el: HTMLElement;
6
- multiline?: boolean;
7
- name?: string;
8
- align?: 'left' | 'right' | 'center';
9
- sort?: XV_SORT_DIR | '';
10
- sortChange: EventEmitter<XVTableSortDto>;
11
- handleSort(): void;
20
+ /** Column this cell belongs to. Identifies it for sorting, resizing and the stored layout. */
21
+ columnId: string;
22
+ /** Horizontal alignment of the content. */
23
+ align: XvCellAlign;
24
+ /** How content wider than the column behaves. */
25
+ overflow: XvCellOverflow;
26
+ /** Lines kept before clamping, when `overflow` is `clamp`. */
27
+ clampLines: number;
28
+ /** Tooltip shown on hover. Only a cell that sets it pays for the tooltip component. */
29
+ tooltip: string;
30
+ /** Column width. Read off the header row when the table has no `columns`. Any CSS length. */
31
+ width: string;
32
+ /** Renders the cell as a column header. Set by the table from the row it sits in. */
33
+ header: boolean;
34
+ /** Offers the sort affordance. A header cell only. */
35
+ sortable: boolean;
36
+ /** Direction currently sorted by; empty when this column is not the active one. */
37
+ sortDirection: XV_SORT_DIR | '';
38
+ /** Lets the column picker hide this column. A header cell only. */
39
+ hideable: boolean;
40
+ /** Offers the resize handle. A header cell only. */
41
+ resizable: boolean;
42
+ /** Offers the drag grip. A header cell only. */
43
+ reorderable: boolean;
44
+ /** Accessible name of the drag grip. */
45
+ reorderLabel: string;
46
+ private get ariaSort();
12
47
  render(): any;
13
48
  }
@@ -1,22 +1,61 @@
1
- import { EventEmitter } from '../../../stencil-public-runtime';
2
- import { SelectRowDto } from '../_vars';
1
+ import { SIZE_VAR_STR } from '../../../types/enum';
2
+ import { XvTableExpandMode, XvTableSelectionMode } from '../xv-table.model';
3
+ /**
4
+ * One row of a table. Everything it needs is pushed down by `xv-table`, so it never reads the
5
+ * table's attributes itself — the old row did that on `slotchange` only and went stale.
6
+ *
7
+ * @slot - The row's `xv-table-cell` children.
8
+ * @slot expand - Content revealed when the row is expanded. Spans the full row width.
9
+ * @part row - The row host.
10
+ * @part control - A leading or trailing control cell (selection, expand).
11
+ * @part expand-button - The expand toggle.
12
+ * @part expand-panel - The revealed panel.
13
+ * @part grip - The drag handle shown when the table reorders rows by icon.
14
+ */
3
15
  export declare class XvTableRow {
4
16
  el: HTMLElement;
5
- checked?: SelectRowDto['checked'];
6
- checkedChange: EventEmitter<SelectRowDto>;
7
- partial?: SelectRowDto['partial'];
8
- name?: SelectRowDto['name'];
9
- value?: SelectRowDto['value'];
10
- hover?: boolean;
11
- readonly?: boolean;
12
- required?: boolean;
13
- disabled?: boolean;
14
- header?: boolean;
15
- variant?: 'checkbox' | 'radio' | '';
16
- selectRow: EventEmitter<SelectRowDto>;
17
- checkedChangeHandle(): void;
18
- private checkHandle;
19
- private setInitialAttrs;
17
+ /** Identifies the row in selection and expansion payloads. */
18
+ value: string | number;
19
+ /** Selection control rendered in the leading cell. Set by the table. */
20
+ selectionMode: XvTableSelectionMode;
21
+ /** Whether the row can be expanded. Set by the table. */
22
+ expandMode: XvTableExpandMode;
23
+ /** Whether the row offers its selection control. A header with no rows under it has nothing to pick. */
24
+ selectable: boolean;
25
+ /** Row height ladder. Set by the table. */
26
+ size: SIZE_VAR_STR;
27
+ /** Whether the row is selected. */
28
+ selected: boolean;
29
+ /** Indeterminate state of the header row's select-all checkbox. */
30
+ partial: boolean;
31
+ /** Whether the row's expand panel is open. */
32
+ expanded: boolean;
33
+ /**
34
+ * Value of the row this one belongs to. Child rows are siblings in the same grid, so they keep
35
+ * the table's columns instead of living in a panel of their own.
36
+ */
37
+ parent: string;
38
+ /** Whether this row has anything to expand. Set by the table. */
39
+ expandable: boolean;
40
+ /** Whether the row carries `slot="expand"` content. Set by the table. */
41
+ hasPanel: boolean;
42
+ /** Renders the row as a subtotal or grouping row: no controls, accented background. */
43
+ group: boolean;
44
+ /** Marks the row as the table's header. Its cells supply the column labels. */
45
+ header: boolean;
46
+ /** Highlights the row on pointer hover. Set by the table. */
47
+ hover: boolean;
48
+ /** Blocks selection and expansion. */
49
+ disabled: boolean;
50
+ /** Whether this row can be dragged into a new position. Set by the table. */
51
+ rowReorderable: boolean;
52
+ /** Whether the whole row drags, or only its grip. Set by the table. */
53
+ rowReorderHandle: 'icon' | 'row';
54
+ /** Accessible name of the expand toggle. Set by the table. */
55
+ expandLabel: string;
56
+ /** Accessible name of the drag grip. Set by the table. */
57
+ reorderLabel: string;
58
+ componentDidRender(): void;
59
+ private get dragsWholeRow();
20
60
  render(): any;
21
- componentWillLoad(): void;
22
61
  }