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
@@ -9,3 +9,4 @@
9
9
  */
10
10
  export { format } from './utils/utils';
11
11
  export type * from './components.d.ts';
12
+ export { setTagTransformer, transformTag } from './stencil-public-runtime';
@@ -125,8 +125,27 @@ export interface EventOptions {
125
125
  */
126
126
  composed?: boolean;
127
127
  }
128
+ export interface AttachInternalsOptions {
129
+ /**
130
+ * Initial custom states to set on the ElementInternals.states CustomStateSet.
131
+ * Each key is the state name and the value is the initial boolean state.
132
+ *
133
+ * These states can be targeted with the CSS `:state()` pseudo-class.
134
+ *
135
+ * @example
136
+ * ```tsx
137
+ * @AttachInternals({ states: { open: true, active: false } })
138
+ * internals: ElementInternals;
139
+ * ```
140
+ *
141
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/CustomStateSet
142
+ */
143
+ states?: {
144
+ [stateName: string]: boolean;
145
+ };
146
+ }
128
147
  export interface AttachInternalsDecorator {
129
- (): PropertyDecorator;
148
+ (opts?: AttachInternalsOptions): PropertyDecorator;
130
149
  }
131
150
  export interface ListenDecorator {
132
151
  (eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
@@ -618,7 +637,7 @@ export interface FunctionalUtilities {
618
637
  map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
619
638
  }
620
639
  export interface FunctionalComponent<T = {}> {
621
- (props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
640
+ (props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[] | null;
622
641
  }
623
642
  /**
624
643
  * A Child VDOM node
@@ -660,6 +679,7 @@ export declare namespace h {
660
679
  function h(sel: any, data: VNodeData | null, text: string): VNode;
661
680
  function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
662
681
  function h(sel: any, data: VNodeData | null, children: VNode): VNode;
682
+ function h(sel: any, data: VNodeData | null, ...children: (VNode | string | number)[]): VNode;
663
683
  namespace JSX {
664
684
  interface IntrinsicElements extends LocalJSX.IntrinsicElements, JSXBase.IntrinsicElements {
665
685
  [tagName: string]: any;
@@ -674,6 +694,36 @@ export declare function h(sel: any, children: Array<VNode | undefined | null>):
674
694
  export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
675
695
  export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
676
696
  export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
697
+ export declare function h(sel: any, data: VNodeData | null, ...children: (VNode | string | number)[]): VNode;
698
+ /**
699
+ * Automatic JSX runtime functions for TypeScript's react-jsx mode.
700
+ * These functions are called automatically by TypeScript when using "jsx": "react-jsx".
701
+ * @param type type of node
702
+ * @param props properties of node
703
+ * @param key optional key for the node
704
+ * @returns a jsx vnode
705
+ */
706
+ export declare function jsx(type: any, props: any, key?: string): VNode;
707
+ /**
708
+ * Automatic JSX runtime functions for TypeScript's react-jsxmode with multiple children.
709
+ * @param type type of node
710
+ * @param props properties of node
711
+ * @param key optional key for the node
712
+ * @returns a jsx vnode
713
+ */
714
+ export declare function jsxs(type: any, props: any, key?: string): VNode;
715
+ /**
716
+ * Automatic JSX runtime functions for TypeScript's react-jsxdev mode.
717
+ * These functions are called automatically by TypeScript when using "jsx": "react-jsxdev".
718
+ * @param type type of node
719
+ * @param props properties of node
720
+ * @param key optional key for the node
721
+ * @param isStaticChildren indicates if the children are static
722
+ * @param source source information
723
+ * @param self reference to the component instance
724
+ * @returns a jsx vnode
725
+ */
726
+ export declare function jsxDEV(type: any, props: any, key?: string | number, isStaticChildren?: boolean, source?: any, self?: any): VNode;
677
727
  /**
678
728
  * A virtual DOM node
679
729
  */
@@ -702,7 +752,7 @@ declare namespace LocalJSX {
702
752
  }
703
753
  export { LocalJSX as JSX };
704
754
  export declare namespace JSXBase {
705
- interface IntrinsicElements {
755
+ export interface IntrinsicElements {
706
756
  slot: JSXBase.SlotAttributes<HTMLSlotElement>;
707
757
  a: JSXBase.AnchorHTMLAttributes<HTMLAnchorElement>;
708
758
  abbr: JSXBase.HTMLAttributes;
@@ -873,12 +923,12 @@ export declare namespace JSXBase {
873
923
  use: JSXBase.SVGAttributes;
874
924
  view: JSXBase.SVGAttributes;
875
925
  }
876
- interface SlotAttributes<T = HTMLSlotElement> extends JSXAttributes<T> {
926
+ export interface SlotAttributes<T = HTMLSlotElement> extends JSXAttributes<T> {
877
927
  name?: string;
878
928
  slot?: string;
879
929
  onSlotchange?: (event: Event) => void;
880
930
  }
881
- interface AnchorHTMLAttributes<T> extends HTMLAttributes<T> {
931
+ export interface AnchorHTMLAttributes<T> extends HTMLAttributes<T> {
882
932
  download?: any;
883
933
  href?: string;
884
934
  hrefLang?: string;
@@ -889,9 +939,9 @@ export declare namespace JSXBase {
889
939
  target?: string;
890
940
  referrerPolicy?: ReferrerPolicy;
891
941
  }
892
- interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
942
+ export interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
893
943
  }
894
- interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
944
+ export interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
895
945
  alt?: string;
896
946
  coords?: string;
897
947
  download?: any;
@@ -903,14 +953,14 @@ export declare namespace JSXBase {
903
953
  shape?: string;
904
954
  target?: string;
905
955
  }
906
- interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
956
+ export interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
907
957
  href?: string;
908
958
  target?: string;
909
959
  }
910
- interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
960
+ export interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
911
961
  cite?: string;
912
962
  }
913
- interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
963
+ export interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
914
964
  disabled?: boolean;
915
965
  form?: string;
916
966
  formAction?: string;
@@ -933,44 +983,45 @@ export declare namespace JSXBase {
933
983
  commandFor?: string;
934
984
  commandfor?: string;
935
985
  }
936
- interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
986
+ export interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
937
987
  height?: number | string;
938
988
  width?: number | string;
939
989
  }
940
- interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
990
+ export interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
941
991
  span?: number;
942
992
  }
943
- interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
993
+ export interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
944
994
  span?: number;
945
995
  }
946
- interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
996
+ export interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
947
997
  open?: boolean;
948
998
  name?: string;
949
999
  onToggle?: (event: ToggleEvent) => void;
950
1000
  }
951
- interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
1001
+ export interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
952
1002
  cite?: string;
953
1003
  dateTime?: string;
954
1004
  datetime?: string;
955
1005
  }
956
- interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
1006
+ export interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
957
1007
  onCancel?: (event: Event) => void;
958
1008
  onClose?: (event: Event) => void;
959
1009
  open?: boolean;
960
1010
  returnValue?: string;
1011
+ closedby?: 'any' | 'closerequest' | 'none';
961
1012
  }
962
- interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
1013
+ export interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
963
1014
  height?: number | string;
964
1015
  src?: string;
965
1016
  type?: string;
966
1017
  width?: number | string;
967
1018
  }
968
- interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
1019
+ export interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
969
1020
  disabled?: boolean;
970
1021
  form?: string;
971
1022
  name?: string;
972
1023
  }
973
- interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
1024
+ export interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
974
1025
  acceptCharset?: string;
975
1026
  acceptcharset?: string;
976
1027
  action?: string;
@@ -984,10 +1035,10 @@ export declare namespace JSXBase {
984
1035
  novalidate?: boolean | string;
985
1036
  target?: string;
986
1037
  }
987
- interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
1038
+ export interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
988
1039
  manifest?: string;
989
1040
  }
990
- interface IframeHTMLAttributes<T> extends HTMLAttributes<T> {
1041
+ export interface IframeHTMLAttributes<T> extends HTMLAttributes<T> {
991
1042
  allow?: string;
992
1043
  allowFullScreen?: boolean;
993
1044
  allowfullScreen?: string | boolean;
@@ -995,6 +1046,8 @@ export declare namespace JSXBase {
995
1046
  allowtransparency?: string | boolean;
996
1047
  frameBorder?: number | string;
997
1048
  frameborder?: number | string;
1049
+ fetchPriority?: 'high' | 'low' | 'auto';
1050
+ fetchpriority?: 'high' | 'low' | 'auto';
998
1051
  importance?: 'low' | 'auto' | 'high';
999
1052
  height?: number | string;
1000
1053
  loading?: 'lazy' | 'auto' | 'eager';
@@ -1012,14 +1065,17 @@ export declare namespace JSXBase {
1012
1065
  srcdoc?: string;
1013
1066
  width?: number | string;
1014
1067
  }
1015
- interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
1068
+ export interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
1016
1069
  alt?: string;
1017
1070
  crossOrigin?: string;
1018
1071
  crossorigin?: string;
1019
1072
  decoding?: 'async' | 'auto' | 'sync';
1073
+ fetchPriority?: 'high' | 'low' | 'auto';
1074
+ fetchpriority?: 'high' | 'low' | 'auto';
1020
1075
  importance?: 'low' | 'auto' | 'high';
1021
1076
  height?: number | string;
1022
1077
  loading?: 'lazy' | 'auto' | 'eager';
1078
+ referrerPolicy?: ReferrerPolicy;
1023
1079
  sizes?: string;
1024
1080
  src?: string;
1025
1081
  srcSet?: string;
@@ -1028,12 +1084,12 @@ export declare namespace JSXBase {
1028
1084
  usemap?: string;
1029
1085
  width?: number | string;
1030
1086
  }
1031
- interface InsHTMLAttributes<T> extends HTMLAttributes<T> {
1087
+ export interface InsHTMLAttributes<T> extends HTMLAttributes<T> {
1032
1088
  cite?: string;
1033
1089
  dateTime?: string;
1034
1090
  datetime?: string;
1035
1091
  }
1036
- interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
1092
+ export interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
1037
1093
  accept?: string;
1038
1094
  allowdirs?: boolean;
1039
1095
  alt?: string;
@@ -1096,7 +1152,7 @@ export declare namespace JSXBase {
1096
1152
  popoverTargetElement?: Element | null;
1097
1153
  popoverTarget?: string;
1098
1154
  }
1099
- interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
1155
+ export interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
1100
1156
  challenge?: string;
1101
1157
  disabled?: boolean;
1102
1158
  form?: string;
@@ -1106,15 +1162,17 @@ export declare namespace JSXBase {
1106
1162
  keyparams?: string;
1107
1163
  name?: string;
1108
1164
  }
1109
- interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
1165
+ export interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
1110
1166
  form?: string;
1111
1167
  htmlFor?: string;
1112
1168
  }
1113
- interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
1169
+ export interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
1114
1170
  value?: string | string[] | number;
1115
1171
  }
1116
- interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
1172
+ export interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
1117
1173
  as?: string;
1174
+ fetchPriority?: 'high' | 'low' | 'auto';
1175
+ fetchpriority?: 'high' | 'low' | 'auto';
1118
1176
  href?: string;
1119
1177
  hrefLang?: string;
1120
1178
  hreflang?: string;
@@ -1125,13 +1183,13 @@ export declare namespace JSXBase {
1125
1183
  sizes?: string;
1126
1184
  type?: string;
1127
1185
  }
1128
- interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
1186
+ export interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
1129
1187
  name?: string;
1130
1188
  }
1131
- interface MenuHTMLAttributes<T> extends HTMLAttributes<T> {
1189
+ export interface MenuHTMLAttributes<T> extends HTMLAttributes<T> {
1132
1190
  type?: string;
1133
1191
  }
1134
- interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
1192
+ export interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
1135
1193
  autoPlay?: boolean;
1136
1194
  autoplay?: boolean | string;
1137
1195
  controls?: boolean;
@@ -1171,7 +1229,7 @@ export declare namespace JSXBase {
1171
1229
  onVolumeChange?: (event: Event) => void;
1172
1230
  onWaiting?: (event: Event) => void;
1173
1231
  }
1174
- interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
1232
+ export interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
1175
1233
  charSet?: string;
1176
1234
  charset?: string;
1177
1235
  content?: string;
@@ -1179,7 +1237,7 @@ export declare namespace JSXBase {
1179
1237
  httpequiv?: string;
1180
1238
  name?: string;
1181
1239
  }
1182
- interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
1240
+ export interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
1183
1241
  form?: string;
1184
1242
  high?: number;
1185
1243
  low?: number;
@@ -1188,10 +1246,10 @@ export declare namespace JSXBase {
1188
1246
  optimum?: number;
1189
1247
  value?: string | string[] | number;
1190
1248
  }
1191
- interface QuoteHTMLAttributes<T> extends HTMLAttributes<T> {
1249
+ export interface QuoteHTMLAttributes<T> extends HTMLAttributes<T> {
1192
1250
  cite?: string;
1193
1251
  }
1194
- interface ObjectHTMLAttributes<T> extends HTMLAttributes<T> {
1252
+ export interface ObjectHTMLAttributes<T> extends HTMLAttributes<T> {
1195
1253
  classID?: string;
1196
1254
  classid?: string;
1197
1255
  data?: string;
@@ -1204,47 +1262,49 @@ export declare namespace JSXBase {
1204
1262
  width?: number | string;
1205
1263
  wmode?: string;
1206
1264
  }
1207
- interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
1265
+ export interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
1208
1266
  reversed?: boolean;
1209
1267
  start?: number;
1210
1268
  }
1211
- interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
1269
+ export interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
1212
1270
  disabled?: boolean;
1213
1271
  label?: string;
1214
1272
  }
1215
- interface OptionHTMLAttributes<T> extends HTMLAttributes<T> {
1273
+ export interface OptionHTMLAttributes<T> extends HTMLAttributes<T> {
1216
1274
  disabled?: boolean;
1217
1275
  label?: string;
1218
1276
  selected?: boolean;
1219
1277
  value?: string | string[] | number;
1220
1278
  }
1221
- interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
1279
+ export interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
1222
1280
  form?: string;
1223
1281
  htmlFor?: string;
1224
1282
  name?: string;
1225
1283
  }
1226
- interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
1284
+ export interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
1227
1285
  name?: string;
1228
1286
  value?: string | string[] | number;
1229
1287
  }
1230
- interface ProgressHTMLAttributes<T> extends HTMLAttributes<T> {
1288
+ export interface ProgressHTMLAttributes<T> extends HTMLAttributes<T> {
1231
1289
  max?: number | string;
1232
1290
  value?: string | string[] | number;
1233
1291
  }
1234
- interface ScriptHTMLAttributes<T> extends HTMLAttributes<T> {
1292
+ export interface ScriptHTMLAttributes<T> extends HTMLAttributes<T> {
1235
1293
  async?: boolean;
1236
1294
  charSet?: string;
1237
1295
  charset?: string;
1238
1296
  crossOrigin?: string;
1239
1297
  crossorigin?: string;
1240
1298
  defer?: boolean;
1299
+ fetchPriority?: 'high' | 'low' | 'auto';
1300
+ fetchpriority?: 'high' | 'low' | 'auto';
1241
1301
  importance?: 'low' | 'auto' | 'high';
1242
1302
  integrity?: string;
1243
1303
  nonce?: string;
1244
1304
  src?: string;
1245
1305
  type?: string;
1246
1306
  }
1247
- interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
1307
+ export interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
1248
1308
  disabled?: boolean;
1249
1309
  form?: string;
1250
1310
  multiple?: boolean;
@@ -1254,7 +1314,7 @@ export declare namespace JSXBase {
1254
1314
  autoComplete?: string;
1255
1315
  autocomplete?: string;
1256
1316
  }
1257
- interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1317
+ export interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
1258
1318
  height?: number;
1259
1319
  media?: string;
1260
1320
  sizes?: string;
@@ -1263,20 +1323,20 @@ export declare namespace JSXBase {
1263
1323
  type?: string;
1264
1324
  width?: number;
1265
1325
  }
1266
- interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1326
+ export interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
1267
1327
  media?: string;
1268
1328
  nonce?: string;
1269
1329
  scoped?: boolean;
1270
1330
  type?: string;
1271
1331
  }
1272
- interface TableHTMLAttributes<T> extends HTMLAttributes<T> {
1332
+ export interface TableHTMLAttributes<T> extends HTMLAttributes<T> {
1273
1333
  cellPadding?: number | string;
1274
1334
  cellpadding?: number | string;
1275
1335
  cellSpacing?: number | string;
1276
1336
  cellspacing?: number | string;
1277
1337
  summary?: string;
1278
1338
  }
1279
- interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1339
+ export interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1280
1340
  autoComplete?: string;
1281
1341
  autocomplete?: string;
1282
1342
  cols?: number;
@@ -1297,12 +1357,12 @@ export declare namespace JSXBase {
1297
1357
  value?: string | string[] | number;
1298
1358
  wrap?: string;
1299
1359
  }
1300
- interface TdHTMLAttributes<T> extends HTMLAttributes<T> {
1360
+ export interface TdHTMLAttributes<T> extends HTMLAttributes<T> {
1301
1361
  colSpan?: number;
1302
1362
  headers?: string;
1303
1363
  rowSpan?: number;
1304
1364
  }
1305
- interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
1365
+ export interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
1306
1366
  abbr?: string;
1307
1367
  colSpan?: number;
1308
1368
  headers?: string;
@@ -1310,10 +1370,10 @@ export declare namespace JSXBase {
1310
1370
  rowspan?: number | string;
1311
1371
  scope?: string;
1312
1372
  }
1313
- interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
1373
+ export interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
1314
1374
  dateTime?: string;
1315
1375
  }
1316
- interface TrackHTMLAttributes<T> extends HTMLAttributes<T> {
1376
+ export interface TrackHTMLAttributes<T> extends HTMLAttributes<T> {
1317
1377
  default?: boolean;
1318
1378
  kind?: string;
1319
1379
  label?: string;
@@ -1321,14 +1381,14 @@ export declare namespace JSXBase {
1321
1381
  srcLang?: string;
1322
1382
  srclang?: string;
1323
1383
  }
1324
- interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
1384
+ export interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
1325
1385
  height?: number | string;
1326
1386
  playsInline?: boolean;
1327
1387
  playsinline?: boolean | string;
1328
1388
  poster?: string;
1329
1389
  width?: number | string;
1330
1390
  }
1331
- interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
1391
+ export interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
1332
1392
  innerHTML?: string;
1333
1393
  accessKey?: string;
1334
1394
  autoFocus?: boolean;
@@ -1353,7 +1413,10 @@ export declare namespace JSXBase {
1353
1413
  tabIndex?: number;
1354
1414
  tabindex?: number | string;
1355
1415
  title?: string;
1416
+ translate?: 'yes' | 'no' | (string & {});
1356
1417
  popover?: string | null;
1418
+ focusgroup?: string;
1419
+ focusgroupstart?: boolean;
1357
1420
  inputMode?: string;
1358
1421
  inputmode?: string;
1359
1422
  enterKeyHint?: string;
@@ -1391,7 +1454,7 @@ export declare namespace JSXBase {
1391
1454
  security?: string;
1392
1455
  unselectable?: boolean;
1393
1456
  }
1394
- interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
1457
+ export interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
1395
1458
  class?: string | {
1396
1459
  [className: string]: boolean;
1397
1460
  };
@@ -1653,13 +1716,19 @@ export declare namespace JSXBase {
1653
1716
  zoomAndPan?: string;
1654
1717
  }
1655
1718
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent) */
1656
- interface ToggleEvent extends Event {
1719
+ export interface ToggleEvent extends Event {
1657
1720
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/newState) */
1658
1721
  readonly newState: string;
1659
1722
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ToggleEvent/oldState) */
1660
1723
  readonly oldState: string;
1661
1724
  }
1662
- interface DOMAttributes<T> extends JSXAttributes<T> {
1725
+ type AriaIDLPropertyName = {
1726
+ [K in keyof ARIAMixin]: ARIAMixin[K] extends string | null ? K : never;
1727
+ }[keyof ARIAMixin];
1728
+ type JSXAriaProperties = {
1729
+ [K in AriaIDLPropertyName]?: string | boolean | undefined;
1730
+ };
1731
+ export interface DOMAttributes<T> extends JSXAttributes<T>, JSXAriaProperties {
1663
1732
  slot?: string;
1664
1733
  part?: string;
1665
1734
  exportparts?: string;
@@ -1789,8 +1858,8 @@ export declare namespace JSXBase {
1789
1858
  onTransitionStart?: (event: TransitionEvent) => void;
1790
1859
  onTransitionStartCapture?: (event: TransitionEvent) => void;
1791
1860
  [key: `aria-${string}`]: string | boolean | undefined;
1792
- [key: `aria${string}`]: string | boolean | undefined;
1793
1861
  }
1862
+ export {};
1794
1863
  }
1795
1864
  export interface JSXAttributes<T = Element> {
1796
1865
  key?: string | number;
@@ -0,0 +1,7 @@
1
+ import { XvTableLayout } from '../components/xv-table/xv-table.model';
2
+ export declare const readLayout: (owner: string, storageKey: string) => Promise<XvTableLayout | null>;
3
+ export declare const writeLayout: (owner: string, storageKey: string, layout: XvTableLayout) => Promise<void>;
4
+ export declare const deleteLayout: (owner: string, storageKey: string) => Promise<void>;
5
+ export declare const pruneLayouts: () => Promise<void>;
6
+ /** Test seam: drops the cached connection and the once-per-run prune guard. */
7
+ export declare const resetLayoutStore: () => void;