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,3293 @@
1
+ {
2
+ "version": 1.1,
3
+ "tags": [
4
+ {
5
+ "name": "xv-accordion-v2",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": ""
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "multiple",
13
+ "description": ""
14
+ },
15
+ {
16
+ "name": "value",
17
+ "description": ""
18
+ },
19
+ {
20
+ "name": "xv-id",
21
+ "description": ""
22
+ }
23
+ ],
24
+ "references": [
25
+ {
26
+ "name": "Source code",
27
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-accordion/xv-accordion.tsx"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "name": "xv-accordion-v2-item",
33
+ "description": {
34
+ "kind": "markdown",
35
+ "value": ""
36
+ },
37
+ "attributes": [
38
+ {
39
+ "name": "disabled",
40
+ "description": ""
41
+ },
42
+ {
43
+ "name": "label",
44
+ "description": ""
45
+ },
46
+ {
47
+ "name": "value",
48
+ "description": ""
49
+ }
50
+ ],
51
+ "references": [
52
+ {
53
+ "name": "Source code",
54
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-accordion-item/xv-accordion-item.tsx"
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "name": "xv-breadcrumbs-v2",
60
+ "description": {
61
+ "kind": "markdown",
62
+ "value": ""
63
+ },
64
+ "attributes": [],
65
+ "references": [
66
+ {
67
+ "name": "Source code",
68
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-breadcrumbs/xv-breadcrumbs.tsx"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "name": "xv-button-group-v2",
74
+ "description": {
75
+ "kind": "markdown",
76
+ "value": "xv-button-group-v2\r\n\r\nGroups a set of `xv-button-v2` buttons into a single horizontal or vertical\r\nunit. Use `secondary` or `tertiary` buttons inside it.\r\n\r\nThe group owns only three things: the layout direction, the rounded corners\r\n(applied to the outer edges of the group via each button's\r\n`--xv-button-border-radius` variable) and the **active** selection. Everything\r\nelse — `variant`, `size`, `disabled`, icons, labels — stays on each child\r\n`xv-button-v2`.\r\n\r\nSelection is single by default (radio-like: re-clicking the active button is a\r\nno-op). Set `multiple` to let each button toggle independently. The active\r\nbutton shows the existing `--button-{type}-active` colour."
77
+ },
78
+ "attributes": [
79
+ {
80
+ "name": "multiple",
81
+ "description": "Allow several buttons to be active at the same time (independent toggles)."
82
+ },
83
+ {
84
+ "name": "value",
85
+ "description": "Active selection — a single value (single mode) or an array of values\r\n(`multiple` mode). Matched against each button's `value`, falling back to\r\nits zero-based index when it has none. Via an attribute in `multiple` mode,\r\na comma-separated string is also accepted."
86
+ },
87
+ {
88
+ "name": "variant",
89
+ "description": "Layout direction of the group.",
90
+ "values": [
91
+ {
92
+ "name": "horizontal"
93
+ },
94
+ {
95
+ "name": "vertical"
96
+ }
97
+ ]
98
+ }
99
+ ],
100
+ "references": [
101
+ {
102
+ "name": "Source code",
103
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-button-group/xv-button-group.tsx"
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "xv-button-v2",
109
+ "description": {
110
+ "kind": "markdown",
111
+ "value": ""
112
+ },
113
+ "attributes": [
114
+ {
115
+ "name": "active",
116
+ "description": "Set button to active styles"
117
+ },
118
+ {
119
+ "name": "block",
120
+ "description": "Button for full width"
121
+ },
122
+ {
123
+ "name": "disabled",
124
+ "description": "Button disabled state"
125
+ },
126
+ {
127
+ "name": "label",
128
+ "description": "Button label is optional you can use just inside content"
129
+ },
130
+ {
131
+ "name": "loading",
132
+ "description": "Button loading state"
133
+ },
134
+ {
135
+ "name": "name",
136
+ "description": "Button value is optional"
137
+ },
138
+ {
139
+ "name": "size",
140
+ "description": "Button size",
141
+ "values": [
142
+ {
143
+ "name": "lg"
144
+ },
145
+ {
146
+ "name": "md"
147
+ },
148
+ {
149
+ "name": "sm"
150
+ },
151
+ {
152
+ "name": "xl"
153
+ },
154
+ {
155
+ "name": "xs"
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "name": "type",
161
+ "description": "Button type",
162
+ "values": [
163
+ {
164
+ "name": "button"
165
+ },
166
+ {
167
+ "name": "reset"
168
+ },
169
+ {
170
+ "name": "submit"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "name": "value",
176
+ "description": "Button value is optional. Reflected — xv-button-group-v2 keys its children by the attribute."
177
+ },
178
+ {
179
+ "name": "variant",
180
+ "description": "Button variants",
181
+ "values": [
182
+ {
183
+ "name": "accent"
184
+ },
185
+ {
186
+ "name": "danger"
187
+ },
188
+ {
189
+ "name": "ghost"
190
+ },
191
+ {
192
+ "name": "primary"
193
+ },
194
+ {
195
+ "name": "secondary"
196
+ },
197
+ {
198
+ "name": "tertiary"
199
+ }
200
+ ]
201
+ }
202
+ ],
203
+ "references": [
204
+ {
205
+ "name": "Source code",
206
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-button/xv-button.tsx"
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "xv-card-v2",
212
+ "description": {
213
+ "kind": "markdown",
214
+ "value": ""
215
+ },
216
+ "attributes": [
217
+ {
218
+ "name": "body",
219
+ "description": ""
220
+ },
221
+ {
222
+ "name": "footer",
223
+ "description": ""
224
+ },
225
+ {
226
+ "name": "header",
227
+ "description": ""
228
+ },
229
+ {
230
+ "name": "media",
231
+ "description": ""
232
+ },
233
+ {
234
+ "name": "variant",
235
+ "description": "",
236
+ "values": [
237
+ {
238
+ "name": "horizontal"
239
+ },
240
+ {
241
+ "name": "vertical"
242
+ }
243
+ ]
244
+ }
245
+ ],
246
+ "references": [
247
+ {
248
+ "name": "Source code",
249
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-card/xv-card.tsx"
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "name": "xv-checkbox-v2",
255
+ "description": {
256
+ "kind": "markdown",
257
+ "value": ""
258
+ },
259
+ "attributes": [
260
+ {
261
+ "name": "align",
262
+ "description": "",
263
+ "values": [
264
+ {
265
+ "name": "center"
266
+ },
267
+ {
268
+ "name": "end"
269
+ },
270
+ {
271
+ "name": "start"
272
+ }
273
+ ]
274
+ },
275
+ {
276
+ "name": "checked",
277
+ "description": "Default checked status"
278
+ },
279
+ {
280
+ "name": "disabled",
281
+ "description": "Disabled status"
282
+ },
283
+ {
284
+ "name": "error",
285
+ "description": ""
286
+ },
287
+ {
288
+ "name": "indeterminate",
289
+ "description": "Using for forms"
290
+ },
291
+ {
292
+ "name": "label",
293
+ "description": "Can be used like property or like slot"
294
+ },
295
+ {
296
+ "name": "name",
297
+ "description": "Input name"
298
+ },
299
+ {
300
+ "name": "partial",
301
+ "description": "Change checkmark icon to minus"
302
+ },
303
+ {
304
+ "name": "readonly",
305
+ "description": "Input readonly"
306
+ },
307
+ {
308
+ "name": "required",
309
+ "description": "The same like default checkbox prop"
310
+ },
311
+ {
312
+ "name": "size",
313
+ "description": "",
314
+ "values": [
315
+ {
316
+ "name": "lg"
317
+ },
318
+ {
319
+ "name": "md"
320
+ },
321
+ {
322
+ "name": "sm"
323
+ },
324
+ {
325
+ "name": "xl"
326
+ },
327
+ {
328
+ "name": "xs"
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "name": "value",
334
+ "description": "Input value"
335
+ }
336
+ ],
337
+ "references": [
338
+ {
339
+ "name": "Source code",
340
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-checkbox/xv-checkbox.tsx"
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "name": "xv-content-switcher-item-v2",
346
+ "description": {
347
+ "kind": "markdown",
348
+ "value": "xv-content-switcher-item-v2\r\n\r\nA single segment of an `xv-content-switcher-v2`. The parent reads `label`,\r\n`icon`, `value` and `disabled` to render the button; any slotted children are\r\ntreated as the panel content and shown only while this item is selected.\r\n\r\nNOTE: \"shown\" means CSS visibility only — slotted content is always mounted, never\r\nunmounted, so framework lifecycle hooks still run for non-selected items. See the\r\n`xv-content-switcher-v2` docs for when to render panels conditionally instead."
349
+ },
350
+ "attributes": [
351
+ {
352
+ "name": "disabled",
353
+ "description": "Disable this single item."
354
+ },
355
+ {
356
+ "name": "icon",
357
+ "description": "Icon class (e.g. Font Awesome `far fa-circle`) rendered before the label."
358
+ },
359
+ {
360
+ "name": "label",
361
+ "description": "Text shown on the button (and used as the accessible name in icon-only mode)."
362
+ },
363
+ {
364
+ "name": "value",
365
+ "description": "Unique value used to identify the item; falls back to its index when omitted."
366
+ }
367
+ ],
368
+ "references": [
369
+ {
370
+ "name": "Source code",
371
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-content-switcher/xv-content-switcher-item/xv-content-switcher-item.tsx"
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "name": "xv-content-switcher-v2",
377
+ "description": {
378
+ "kind": "markdown",
379
+ "value": "xv-content-switcher-v2\r\n\r\nCarbon-style content switcher: a single-select segmented control that toggles\r\nbetween mutually exclusive sections of content."
380
+ },
381
+ "attributes": [
382
+ {
383
+ "name": "block",
384
+ "description": "Stretch the switcher to the full width of its container."
385
+ },
386
+ {
387
+ "name": "controlled",
388
+ "description": "Controlled mode. When `true`, clicking/keyboard navigation does NOT change\r\nthe selection on its own — it only emits `selectedChange` with the requested\r\nvalue. The consumer fully owns `selected` and decides whether to commit it\r\n(e.g. after an async confirmation), so a switch can be vetoed without flicker."
389
+ },
390
+ {
391
+ "name": "disabled",
392
+ "description": "Disable the whole switcher."
393
+ },
394
+ {
395
+ "name": "icon-only",
396
+ "description": "Render items as icon-only buttons (the item `label` is used as the accessible name)."
397
+ },
398
+ {
399
+ "name": "selected",
400
+ "description": "Currently selected item — matched against each item's `value` attribute,\r\nor its zero-based index when it has no `value`."
401
+ },
402
+ {
403
+ "name": "size",
404
+ "description": "Control size. Only `sm`, `md` and `lg` are supported (defaults to `md`).",
405
+ "values": [
406
+ {
407
+ "name": "lg"
408
+ },
409
+ {
410
+ "name": "md"
411
+ },
412
+ {
413
+ "name": "sm"
414
+ },
415
+ {
416
+ "name": "xl"
417
+ },
418
+ {
419
+ "name": "xs"
420
+ }
421
+ ]
422
+ }
423
+ ],
424
+ "references": [
425
+ {
426
+ "name": "Source code",
427
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-content-switcher/xv-content-switcher.tsx"
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "name": "xv-data-table",
433
+ "description": {
434
+ "kind": "markdown",
435
+ "value": "> **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."
436
+ },
437
+ "attributes": [
438
+ {
439
+ "name": "block",
440
+ "description": ""
441
+ },
442
+ {
443
+ "name": "hover",
444
+ "description": ""
445
+ },
446
+ {
447
+ "name": "loading",
448
+ "description": ""
449
+ },
450
+ {
451
+ "name": "multiple",
452
+ "description": ""
453
+ },
454
+ {
455
+ "name": "reorder-handle",
456
+ "description": "",
457
+ "values": [
458
+ {
459
+ "name": "icon"
460
+ },
461
+ {
462
+ "name": "row"
463
+ }
464
+ ]
465
+ },
466
+ {
467
+ "name": "reorderable",
468
+ "description": ""
469
+ },
470
+ {
471
+ "name": "size",
472
+ "description": "",
473
+ "values": [
474
+ {
475
+ "name": "lg"
476
+ },
477
+ {
478
+ "name": "md"
479
+ },
480
+ {
481
+ "name": "sm"
482
+ },
483
+ {
484
+ "name": "xl"
485
+ },
486
+ {
487
+ "name": "xs"
488
+ }
489
+ ]
490
+ }
491
+ ],
492
+ "references": [
493
+ {
494
+ "name": "Source code",
495
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-data-table/xv-data-table.tsx"
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "name": "xv-data-table-cell",
501
+ "description": {
502
+ "kind": "markdown",
503
+ "value": ""
504
+ },
505
+ "attributes": [
506
+ {
507
+ "name": "align",
508
+ "description": "",
509
+ "values": [
510
+ {
511
+ "name": "center"
512
+ },
513
+ {
514
+ "name": "left"
515
+ },
516
+ {
517
+ "name": "right"
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "name": "multiline",
523
+ "description": ""
524
+ },
525
+ {
526
+ "name": "name",
527
+ "description": ""
528
+ },
529
+ {
530
+ "name": "sort",
531
+ "description": ""
532
+ },
533
+ {
534
+ "name": "tooltip",
535
+ "description": ""
536
+ },
537
+ {
538
+ "name": "width",
539
+ "description": ""
540
+ }
541
+ ],
542
+ "references": [
543
+ {
544
+ "name": "Source code",
545
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.tsx"
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "xv-data-table-collapse",
551
+ "description": {
552
+ "kind": "markdown",
553
+ "value": ""
554
+ },
555
+ "attributes": [
556
+ {
557
+ "name": "collapsed",
558
+ "description": ""
559
+ }
560
+ ],
561
+ "references": [
562
+ {
563
+ "name": "Source code",
564
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-data-table/xv-data-table-collapse/xv-data-table-collapse.tsx"
565
+ }
566
+ ]
567
+ },
568
+ {
569
+ "name": "xv-data-table-row",
570
+ "description": {
571
+ "kind": "markdown",
572
+ "value": ""
573
+ },
574
+ "attributes": [
575
+ {
576
+ "name": "checked",
577
+ "description": ""
578
+ },
579
+ {
580
+ "name": "collapsable",
581
+ "description": ""
582
+ },
583
+ {
584
+ "name": "collapse",
585
+ "description": ""
586
+ },
587
+ {
588
+ "name": "disabled",
589
+ "description": ""
590
+ },
591
+ {
592
+ "name": "footer",
593
+ "description": ""
594
+ },
595
+ {
596
+ "name": "group",
597
+ "description": ""
598
+ },
599
+ {
600
+ "name": "header",
601
+ "description": ""
602
+ },
603
+ {
604
+ "name": "hover",
605
+ "description": ""
606
+ },
607
+ {
608
+ "name": "name",
609
+ "description": ""
610
+ },
611
+ {
612
+ "name": "partial",
613
+ "description": ""
614
+ },
615
+ {
616
+ "name": "readonly",
617
+ "description": ""
618
+ },
619
+ {
620
+ "name": "required",
621
+ "description": ""
622
+ },
623
+ {
624
+ "name": "value",
625
+ "description": ""
626
+ },
627
+ {
628
+ "name": "variant",
629
+ "description": "",
630
+ "values": [
631
+ {
632
+ "name": "checkbox"
633
+ }
634
+ ]
635
+ }
636
+ ],
637
+ "references": [
638
+ {
639
+ "name": "Source code",
640
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-data-table/xv-data-table-row/xv-data-table-row.tsx"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "name": "xv-date-picker",
646
+ "description": {
647
+ "kind": "markdown",
648
+ "value": "A date picker built on two orthogonal axes: `selection` (`single` | `range`) and\r\n`precision` (`day` | `month` | `year`). They compose freely, so a range of months or a\r\nsingle year need no extra component.\r\n\r\nReplaces `xv-datepicker`, which guessed which endpoint the user meant from the value and\r\ntherefore wiped a complete range on the next click (MAR-15831). Migrate consumers when\r\nconvenient; the old component stays until the last one moves."
649
+ },
650
+ "attributes": [
651
+ {
652
+ "name": "block",
653
+ "description": ""
654
+ },
655
+ {
656
+ "name": "clearable",
657
+ "description": ""
658
+ },
659
+ {
660
+ "name": "disabled",
661
+ "description": ""
662
+ },
663
+ {
664
+ "name": "error",
665
+ "description": ""
666
+ },
667
+ {
668
+ "name": "helper",
669
+ "description": ""
670
+ },
671
+ {
672
+ "name": "label",
673
+ "description": ""
674
+ },
675
+ {
676
+ "name": "label-end",
677
+ "description": ""
678
+ },
679
+ {
680
+ "name": "label-start",
681
+ "description": ""
682
+ },
683
+ {
684
+ "name": "loading",
685
+ "description": ""
686
+ },
687
+ {
688
+ "name": "locale",
689
+ "description": ""
690
+ },
691
+ {
692
+ "name": "max",
693
+ "description": ""
694
+ },
695
+ {
696
+ "name": "min",
697
+ "description": ""
698
+ },
699
+ {
700
+ "name": "minute-step",
701
+ "description": ""
702
+ },
703
+ {
704
+ "name": "offset",
705
+ "description": ""
706
+ },
707
+ {
708
+ "name": "placeholder",
709
+ "description": ""
710
+ },
711
+ {
712
+ "name": "placement",
713
+ "description": "",
714
+ "values": [
715
+ {
716
+ "name": "bottom-end"
717
+ },
718
+ {
719
+ "name": "bottom-start"
720
+ },
721
+ {
722
+ "name": "top-end"
723
+ },
724
+ {
725
+ "name": "top-start"
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "name": "precision",
731
+ "description": "",
732
+ "values": [
733
+ {
734
+ "name": "day"
735
+ },
736
+ {
737
+ "name": "month"
738
+ },
739
+ {
740
+ "name": "year"
741
+ }
742
+ ]
743
+ },
744
+ {
745
+ "name": "readonly",
746
+ "description": ""
747
+ },
748
+ {
749
+ "name": "required",
750
+ "description": ""
751
+ },
752
+ {
753
+ "name": "selection",
754
+ "description": "",
755
+ "values": [
756
+ {
757
+ "name": "range"
758
+ },
759
+ {
760
+ "name": "single"
761
+ }
762
+ ]
763
+ },
764
+ {
765
+ "name": "show-week-numbers",
766
+ "description": ""
767
+ },
768
+ {
769
+ "name": "size",
770
+ "description": "",
771
+ "values": [
772
+ {
773
+ "name": "lg"
774
+ },
775
+ {
776
+ "name": "md"
777
+ },
778
+ {
779
+ "name": "sm"
780
+ },
781
+ {
782
+ "name": "xl"
783
+ },
784
+ {
785
+ "name": "xs"
786
+ }
787
+ ]
788
+ },
789
+ {
790
+ "name": "warning",
791
+ "description": ""
792
+ },
793
+ {
794
+ "name": "week-starts-on",
795
+ "description": ""
796
+ },
797
+ {
798
+ "name": "with-time",
799
+ "description": ""
800
+ }
801
+ ],
802
+ "references": [
803
+ {
804
+ "name": "Source code",
805
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-date-picker/xv-date-picker.tsx"
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "name": "xv-datepicker",
811
+ "description": {
812
+ "kind": "markdown",
813
+ "value": ""
814
+ },
815
+ "attributes": [
816
+ {
817
+ "name": "block",
818
+ "description": ""
819
+ },
820
+ {
821
+ "name": "disabled",
822
+ "description": ""
823
+ },
824
+ {
825
+ "name": "error",
826
+ "description": "Error status. Can be boolean or string"
827
+ },
828
+ {
829
+ "name": "helper",
830
+ "description": "Date language. Example 'en-US'"
831
+ },
832
+ {
833
+ "name": "label",
834
+ "description": ""
835
+ },
836
+ {
837
+ "name": "loading",
838
+ "description": ""
839
+ },
840
+ {
841
+ "name": "max",
842
+ "description": "Max Date. Format 'yyyy-MM-dd'"
843
+ },
844
+ {
845
+ "name": "min",
846
+ "description": "Min Date. Format 'yyyy-MM-dd'"
847
+ },
848
+ {
849
+ "name": "readonly",
850
+ "description": ""
851
+ },
852
+ {
853
+ "name": "size",
854
+ "description": "",
855
+ "values": [
856
+ {
857
+ "name": "lg"
858
+ },
859
+ {
860
+ "name": "md"
861
+ },
862
+ {
863
+ "name": "sm"
864
+ },
865
+ {
866
+ "name": "xl"
867
+ },
868
+ {
869
+ "name": "xs"
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "variant",
875
+ "description": "",
876
+ "values": [
877
+ {
878
+ "name": "range"
879
+ },
880
+ {
881
+ "name": "single"
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "warning",
887
+ "description": ""
888
+ }
889
+ ],
890
+ "references": [
891
+ {
892
+ "name": "Source code",
893
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-datepicker/xv-datepicker.tsx"
894
+ }
895
+ ]
896
+ },
897
+ {
898
+ "name": "xv-dropdown-v2",
899
+ "description": {
900
+ "kind": "markdown",
901
+ "value": ""
902
+ },
903
+ "attributes": [
904
+ {
905
+ "name": "default-value",
906
+ "description": ""
907
+ },
908
+ {
909
+ "name": "disabled",
910
+ "description": ""
911
+ },
912
+ {
913
+ "name": "error",
914
+ "description": ""
915
+ },
916
+ {
917
+ "name": "helper",
918
+ "description": ""
919
+ },
920
+ {
921
+ "name": "info",
922
+ "description": ""
923
+ },
924
+ {
925
+ "name": "label",
926
+ "description": ""
927
+ },
928
+ {
929
+ "name": "loading",
930
+ "description": ""
931
+ },
932
+ {
933
+ "name": "multiple",
934
+ "description": ""
935
+ },
936
+ {
937
+ "name": "open",
938
+ "description": ""
939
+ },
940
+ {
941
+ "name": "placeholder",
942
+ "description": ""
943
+ },
944
+ {
945
+ "name": "position",
946
+ "description": "",
947
+ "values": [
948
+ {
949
+ "name": "auto"
950
+ },
951
+ {
952
+ "name": "left"
953
+ },
954
+ {
955
+ "name": "right"
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "name": "readonly",
961
+ "description": ""
962
+ },
963
+ {
964
+ "name": "required",
965
+ "description": ""
966
+ },
967
+ {
968
+ "name": "search",
969
+ "description": ""
970
+ },
971
+ {
972
+ "name": "search-placeholder",
973
+ "description": ""
974
+ },
975
+ {
976
+ "name": "size",
977
+ "description": "",
978
+ "values": [
979
+ {
980
+ "name": "lg"
981
+ },
982
+ {
983
+ "name": "md"
984
+ },
985
+ {
986
+ "name": "sm"
987
+ },
988
+ {
989
+ "name": "xl"
990
+ },
991
+ {
992
+ "name": "xs"
993
+ }
994
+ ]
995
+ },
996
+ {
997
+ "name": "value",
998
+ "description": ""
999
+ },
1000
+ {
1001
+ "name": "variant",
1002
+ "description": "",
1003
+ "values": [
1004
+ {
1005
+ "name": "default"
1006
+ },
1007
+ {
1008
+ "name": "ghost"
1009
+ }
1010
+ ]
1011
+ },
1012
+ {
1013
+ "name": "warning",
1014
+ "description": ""
1015
+ }
1016
+ ],
1017
+ "references": [
1018
+ {
1019
+ "name": "Source code",
1020
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-dropdown/xv-dropdown.tsx"
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "name": "xv-dropdown-v2-item",
1026
+ "description": {
1027
+ "kind": "markdown",
1028
+ "value": "xv-dropdown-item — custom dropdown list item\r\nif you want to create new dropdown list item you need to extend current class properties and\r\nevents\r\nshould be created and emitted 'itemSelected' event"
1029
+ },
1030
+ "attributes": [
1031
+ {
1032
+ "name": "disabled",
1033
+ "description": ""
1034
+ },
1035
+ {
1036
+ "name": "multiple",
1037
+ "description": ""
1038
+ },
1039
+ {
1040
+ "name": "selected",
1041
+ "description": ""
1042
+ },
1043
+ {
1044
+ "name": "size",
1045
+ "description": "",
1046
+ "values": [
1047
+ {
1048
+ "name": "lg"
1049
+ },
1050
+ {
1051
+ "name": "md"
1052
+ },
1053
+ {
1054
+ "name": "sm"
1055
+ },
1056
+ {
1057
+ "name": "xl"
1058
+ },
1059
+ {
1060
+ "name": "xs"
1061
+ }
1062
+ ]
1063
+ },
1064
+ {
1065
+ "name": "value",
1066
+ "description": ""
1067
+ }
1068
+ ],
1069
+ "references": [
1070
+ {
1071
+ "name": "Source code",
1072
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.tsx"
1073
+ }
1074
+ ]
1075
+ },
1076
+ {
1077
+ "name": "xv-file-uploader",
1078
+ "description": {
1079
+ "kind": "markdown",
1080
+ "value": ""
1081
+ },
1082
+ "attributes": [
1083
+ {
1084
+ "name": "add-text",
1085
+ "description": ""
1086
+ },
1087
+ {
1088
+ "name": "button-variant",
1089
+ "description": "",
1090
+ "values": [
1091
+ {
1092
+ "name": "danger"
1093
+ },
1094
+ {
1095
+ "name": "ghost"
1096
+ },
1097
+ {
1098
+ "name": "primary"
1099
+ },
1100
+ {
1101
+ "name": "secondary"
1102
+ },
1103
+ {
1104
+ "name": "tertiary"
1105
+ }
1106
+ ]
1107
+ },
1108
+ {
1109
+ "name": "description",
1110
+ "description": ""
1111
+ },
1112
+ {
1113
+ "name": "disabled",
1114
+ "description": ""
1115
+ },
1116
+ {
1117
+ "name": "error",
1118
+ "description": ""
1119
+ },
1120
+ {
1121
+ "name": "helper",
1122
+ "description": ""
1123
+ },
1124
+ {
1125
+ "name": "label",
1126
+ "description": ""
1127
+ },
1128
+ {
1129
+ "name": "max-file-size-mb",
1130
+ "description": ""
1131
+ },
1132
+ {
1133
+ "name": "max-files",
1134
+ "description": ""
1135
+ },
1136
+ {
1137
+ "name": "multiple",
1138
+ "description": ""
1139
+ },
1140
+ {
1141
+ "name": "size",
1142
+ "description": "",
1143
+ "values": [
1144
+ {
1145
+ "name": "lg"
1146
+ },
1147
+ {
1148
+ "name": "md"
1149
+ },
1150
+ {
1151
+ "name": "sm"
1152
+ },
1153
+ {
1154
+ "name": "xl"
1155
+ },
1156
+ {
1157
+ "name": "xs"
1158
+ }
1159
+ ]
1160
+ },
1161
+ {
1162
+ "name": "variant",
1163
+ "description": ""
1164
+ },
1165
+ {
1166
+ "name": "warning",
1167
+ "description": ""
1168
+ }
1169
+ ],
1170
+ "references": [
1171
+ {
1172
+ "name": "Source code",
1173
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-file-uploader/xv-file-uploader.tsx"
1174
+ }
1175
+ ]
1176
+ },
1177
+ {
1178
+ "name": "xv-footer",
1179
+ "description": {
1180
+ "kind": "markdown",
1181
+ "value": ""
1182
+ },
1183
+ "attributes": [],
1184
+ "references": [
1185
+ {
1186
+ "name": "Source code",
1187
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-footer/xv-footer.tsx"
1188
+ }
1189
+ ]
1190
+ },
1191
+ {
1192
+ "name": "xv-geo-map-v2",
1193
+ "description": {
1194
+ "kind": "markdown",
1195
+ "value": "Minimal ATV planner map: MapLibre + PLZ boundaries from the XvGeoTool API.\r\nClick a PLZ to (de)select it. No further UI — selection state and reach\r\ndata are emitted via `changeSelection` for the host page to display.\r\n\r\nMapLibre (~250 KB gzip) is loaded lazily when the component scrolls near\r\nthe viewport, so the host page's initial load stays untouched."
1196
+ },
1197
+ "attributes": [
1198
+ {
1199
+ "name": "api-base",
1200
+ "description": "Base URL of the geo API (Xv.Api v1/geo — contract-compatible with the XvGeoTool API).\r\nDefault is the same-origin Front Door route, so no CORS is involved on crossvertise pages."
1201
+ },
1202
+ {
1203
+ "name": "attribution",
1204
+ "description": ""
1205
+ },
1206
+ {
1207
+ "name": "center-lat",
1208
+ "description": ""
1209
+ },
1210
+ {
1211
+ "name": "center-lng",
1212
+ "description": "Initial map center"
1213
+ },
1214
+ {
1215
+ "name": "indicator",
1216
+ "description": "Indicator whose per-unit values feed the tooltips and the emitted population sum (e.g. ATV_DEVICES)"
1217
+ },
1218
+ {
1219
+ "name": "indicator-label",
1220
+ "description": "Unit label shown behind the indicator value in the tooltip"
1221
+ },
1222
+ {
1223
+ "name": "language",
1224
+ "description": "Label language for the vector basemap (OpenMapTiles `name:{lang}` attribute, falling\r\nback to the place's local name). Empty string keeps the style's own labels."
1225
+ },
1226
+ {
1227
+ "name": "lazy",
1228
+ "description": "Load the map bundle only when scrolled near the viewport (default: true)"
1229
+ },
1230
+ {
1231
+ "name": "level",
1232
+ "description": "Geo level to display and select: plz5, gemeinde, kreis, regbez, bundesland"
1233
+ },
1234
+ {
1235
+ "name": "resolution",
1236
+ "description": "Shape resolution: medium = simplified geometry (snappy), high = originals",
1237
+ "values": [
1238
+ {
1239
+ "name": "high"
1240
+ },
1241
+ {
1242
+ "name": "medium"
1243
+ }
1244
+ ]
1245
+ },
1246
+ {
1247
+ "name": "select-zoom",
1248
+ "description": "Minimum zoom before boundaries are loaded and selectable (use ~5 for bundesland, 9 for plz5)"
1249
+ },
1250
+ {
1251
+ "name": "show-search",
1252
+ "description": "Show the search box over the map (default: true)"
1253
+ },
1254
+ {
1255
+ "name": "style-url",
1256
+ "description": "MapLibre style URL for the vector basemap. Default: OpenFreeMap Positron — the same\r\npale data-overlay look as the previous CARTO light, free for commercial use, no API\r\nkey (openfreemap.org). Set to an empty string to fall back to the raster `tiles` path."
1257
+ },
1258
+ {
1259
+ "name": "tiles",
1260
+ "description": "Raster tile URL template, used only when `style-url` is empty. The former CARTO\r\ndefault now watermarks keyless traffic (\"API KEY REQUIRED\"), so this path needs a\r\nkeyed/licensed tile URL."
1261
+ },
1262
+ {
1263
+ "name": "worker-url",
1264
+ "description": "Explicit URL of maplibre-gl-worker.mjs (maplibre-gl-shared.mjs must sit next to it).\r\nNeeded when the host bundler relocates the maplibre chunk so import.meta.url-relative\r\nworker resolution breaks (e.g. Angular/Vite dev server)."
1265
+ },
1266
+ {
1267
+ "name": "zoom",
1268
+ "description": ""
1269
+ }
1270
+ ],
1271
+ "references": [
1272
+ {
1273
+ "name": "Source code",
1274
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-geo-map/xv-geo-map.tsx"
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "name": "xv-header",
1280
+ "description": {
1281
+ "kind": "markdown",
1282
+ "value": ""
1283
+ },
1284
+ "attributes": [],
1285
+ "references": [
1286
+ {
1287
+ "name": "Source code",
1288
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-header/xv-header.tsx"
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "name": "xv-header-next",
1294
+ "description": {
1295
+ "kind": "markdown",
1296
+ "value": "Drop-in successor of `xv-header` for the new headless CMS.\r\n\r\nIdentical to the original except:\r\n 1. Tag is `xv-header-next`\r\n 2. Embeds `<xv-mega-menu-next>` instead of `<xv-mega-menu>`\r\n 3. Forwards a `menu-data` prop to the inner mega-menu so the menu JSON\r\n can be pre-rendered into the page HTML at build time and the\r\n runtime fetch is skipped.\r\n\r\nThe metaNav / login flow (`/getpersonalareajson`) stays untouched — it is\r\nstill loaded dynamically per session."
1297
+ },
1298
+ "attributes": [
1299
+ {
1300
+ "name": "current-locale",
1301
+ "description": "Active locale code (e.g. \"de\", \"en\"). Used to highlight the current\r\nentry in the language switcher. When omitted the switcher is hidden."
1302
+ },
1303
+ {
1304
+ "name": "locales",
1305
+ "description": "JSON array describing the language switcher entries.\r\nEach entry: { code: \"de\", label: \"Deutsch\", href: \"/\" }.\r\nWhen omitted or empty the switcher is hidden."
1306
+ },
1307
+ {
1308
+ "name": "menu-data",
1309
+ "description": "Pre-rendered mega-menu data forwarded to the inner xv-mega-menu-next.\r\nJSON string (HTML attribute) or array of MenuItem (JS prop)."
1310
+ }
1311
+ ],
1312
+ "references": [
1313
+ {
1314
+ "name": "Source code",
1315
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-header-next/xv-header-next.tsx"
1316
+ }
1317
+ ]
1318
+ },
1319
+ {
1320
+ "name": "xv-image-viewer",
1321
+ "description": {
1322
+ "kind": "markdown",
1323
+ "value": ""
1324
+ },
1325
+ "attributes": [
1326
+ {
1327
+ "name": "alt",
1328
+ "description": ""
1329
+ },
1330
+ {
1331
+ "name": "fullscreen-src",
1332
+ "description": ""
1333
+ },
1334
+ {
1335
+ "name": "lazy",
1336
+ "description": ""
1337
+ },
1338
+ {
1339
+ "name": "placeholder",
1340
+ "description": ""
1341
+ },
1342
+ {
1343
+ "name": "src",
1344
+ "description": ""
1345
+ }
1346
+ ],
1347
+ "references": [
1348
+ {
1349
+ "name": "Source code",
1350
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-image-viewer/xv-image-viewer.tsx"
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "xv-link-v2",
1356
+ "description": {
1357
+ "kind": "markdown",
1358
+ "value": ""
1359
+ },
1360
+ "attributes": [
1361
+ {
1362
+ "name": "disabled",
1363
+ "description": ""
1364
+ },
1365
+ {
1366
+ "name": "href",
1367
+ "description": ""
1368
+ },
1369
+ {
1370
+ "name": "size",
1371
+ "description": "",
1372
+ "values": [
1373
+ {
1374
+ "name": "lg"
1375
+ },
1376
+ {
1377
+ "name": "md"
1378
+ },
1379
+ {
1380
+ "name": "sm"
1381
+ }
1382
+ ]
1383
+ },
1384
+ {
1385
+ "name": "target",
1386
+ "description": "",
1387
+ "values": [
1388
+ {
1389
+ "name": "_blank"
1390
+ },
1391
+ {
1392
+ "name": "_parent"
1393
+ },
1394
+ {
1395
+ "name": "_self"
1396
+ },
1397
+ {
1398
+ "name": "_top"
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "name": "variant",
1404
+ "description": "",
1405
+ "values": [
1406
+ {
1407
+ "name": "ghost"
1408
+ },
1409
+ {
1410
+ "name": "inline"
1411
+ },
1412
+ {
1413
+ "name": "standalone"
1414
+ }
1415
+ ]
1416
+ }
1417
+ ],
1418
+ "references": [
1419
+ {
1420
+ "name": "Source code",
1421
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-link/xv-link.tsx"
1422
+ }
1423
+ ]
1424
+ },
1425
+ {
1426
+ "name": "xv-loader-v2",
1427
+ "description": {
1428
+ "kind": "markdown",
1429
+ "value": ""
1430
+ },
1431
+ "attributes": [
1432
+ {
1433
+ "name": "show",
1434
+ "description": "Is component displayed"
1435
+ },
1436
+ {
1437
+ "name": "size",
1438
+ "description": "Size of loader. Default size depends of font size",
1439
+ "values": [
1440
+ {
1441
+ "name": "lg"
1442
+ },
1443
+ {
1444
+ "name": "md"
1445
+ },
1446
+ {
1447
+ "name": "sm"
1448
+ },
1449
+ {
1450
+ "name": "xl"
1451
+ },
1452
+ {
1453
+ "name": "xs"
1454
+ }
1455
+ ]
1456
+ },
1457
+ {
1458
+ "name": "variant",
1459
+ "description": "Message direction",
1460
+ "values": [
1461
+ {
1462
+ "name": "horizontal"
1463
+ },
1464
+ {
1465
+ "name": "vertical"
1466
+ }
1467
+ ]
1468
+ }
1469
+ ],
1470
+ "references": [
1471
+ {
1472
+ "name": "Source code",
1473
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-loader/xv-loader.tsx"
1474
+ }
1475
+ ]
1476
+ },
1477
+ {
1478
+ "name": "xv-login-modal",
1479
+ "description": {
1480
+ "kind": "markdown",
1481
+ "value": ""
1482
+ },
1483
+ "attributes": [
1484
+ {
1485
+ "name": "visible",
1486
+ "description": ""
1487
+ }
1488
+ ],
1489
+ "references": [
1490
+ {
1491
+ "name": "Source code",
1492
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-login-modal/xv-login-modal.tsx"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "name": "xv-mega-menu",
1498
+ "description": {
1499
+ "kind": "markdown",
1500
+ "value": ""
1501
+ },
1502
+ "attributes": [
1503
+ {
1504
+ "name": "open",
1505
+ "description": ""
1506
+ }
1507
+ ],
1508
+ "references": [
1509
+ {
1510
+ "name": "Source code",
1511
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-mega-menu/xv-mega-menu.tsx"
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "name": "xv-mega-menu-next",
1517
+ "description": {
1518
+ "kind": "markdown",
1519
+ "value": "Drop-in successor of `xv-mega-menu` for the new headless CMS.\r\n\r\nDifference from the original: when the consumer passes a `menu-data`\r\nattribute (a JSON string of MenuItem[]), the component renders that\r\ndirectly — no fetch. Used by xv-content-next to bake the menu into the\r\nstatic HTML at build time.\r\n\r\nIf `menu-data` is not provided, it falls back to the original\r\n`/api-fd/v1/home/menu` fetch so it remains a drop-in replacement."
1520
+ },
1521
+ "attributes": [
1522
+ {
1523
+ "name": "menu-data",
1524
+ "description": "Pre-rendered menu data, either as a JSON string (when set as an HTML\r\nattribute) or as an array (when set as a JS property). Bypasses the\r\nfetch entirely."
1525
+ },
1526
+ {
1527
+ "name": "open",
1528
+ "description": ""
1529
+ }
1530
+ ],
1531
+ "references": [
1532
+ {
1533
+ "name": "Source code",
1534
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-mega-menu-next/xv-mega-menu-next.tsx"
1535
+ }
1536
+ ]
1537
+ },
1538
+ {
1539
+ "name": "xv-modal-v2",
1540
+ "description": {
1541
+ "kind": "markdown",
1542
+ "value": ""
1543
+ },
1544
+ "attributes": [
1545
+ {
1546
+ "name": "loading",
1547
+ "description": "Modal loading state"
1548
+ },
1549
+ {
1550
+ "name": "open",
1551
+ "description": "Is modal opened"
1552
+ },
1553
+ {
1554
+ "name": "overflow",
1555
+ "description": "When need scroll modal content"
1556
+ },
1557
+ {
1558
+ "name": "permanent",
1559
+ "description": "If true then modal not be closed on backdrop click"
1560
+ },
1561
+ {
1562
+ "name": "size",
1563
+ "description": "Size of modal. But max size is 90% view width",
1564
+ "values": [
1565
+ {
1566
+ "name": "lg"
1567
+ },
1568
+ {
1569
+ "name": "md"
1570
+ },
1571
+ {
1572
+ "name": "sm"
1573
+ },
1574
+ {
1575
+ "name": "xl"
1576
+ },
1577
+ {
1578
+ "name": "xs"
1579
+ }
1580
+ ]
1581
+ }
1582
+ ],
1583
+ "references": [
1584
+ {
1585
+ "name": "Source code",
1586
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-modal/xv-modal.tsx"
1587
+ }
1588
+ ]
1589
+ },
1590
+ {
1591
+ "name": "xv-notification-v2",
1592
+ "description": {
1593
+ "kind": "markdown",
1594
+ "value": ""
1595
+ },
1596
+ "attributes": [
1597
+ {
1598
+ "name": "dismissible",
1599
+ "description": ""
1600
+ },
1601
+ {
1602
+ "name": "variant",
1603
+ "description": "",
1604
+ "values": [
1605
+ {
1606
+ "name": "error"
1607
+ },
1608
+ {
1609
+ "name": "info"
1610
+ },
1611
+ {
1612
+ "name": "success"
1613
+ },
1614
+ {
1615
+ "name": "warning"
1616
+ }
1617
+ ]
1618
+ }
1619
+ ],
1620
+ "references": [
1621
+ {
1622
+ "name": "Source code",
1623
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-notification/xv-notification.tsx"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "name": "xv-number-input-v2",
1629
+ "description": {
1630
+ "kind": "markdown",
1631
+ "value": ""
1632
+ },
1633
+ "attributes": [
1634
+ {
1635
+ "name": "block",
1636
+ "description": ""
1637
+ },
1638
+ {
1639
+ "name": "disabled",
1640
+ "description": ""
1641
+ },
1642
+ {
1643
+ "name": "error",
1644
+ "description": ""
1645
+ },
1646
+ {
1647
+ "name": "helper",
1648
+ "description": ""
1649
+ },
1650
+ {
1651
+ "name": "label",
1652
+ "description": ""
1653
+ },
1654
+ {
1655
+ "name": "loading",
1656
+ "description": ""
1657
+ },
1658
+ {
1659
+ "name": "max",
1660
+ "description": ""
1661
+ },
1662
+ {
1663
+ "name": "min",
1664
+ "description": ""
1665
+ },
1666
+ {
1667
+ "name": "name",
1668
+ "description": ""
1669
+ },
1670
+ {
1671
+ "name": "placeholder",
1672
+ "description": ""
1673
+ },
1674
+ {
1675
+ "name": "readonly",
1676
+ "description": ""
1677
+ },
1678
+ {
1679
+ "name": "size",
1680
+ "description": "",
1681
+ "values": [
1682
+ {
1683
+ "name": "lg"
1684
+ },
1685
+ {
1686
+ "name": "md"
1687
+ },
1688
+ {
1689
+ "name": "sm"
1690
+ },
1691
+ {
1692
+ "name": "xl"
1693
+ },
1694
+ {
1695
+ "name": "xs"
1696
+ }
1697
+ ]
1698
+ },
1699
+ {
1700
+ "name": "step",
1701
+ "description": ""
1702
+ },
1703
+ {
1704
+ "name": "value",
1705
+ "description": ""
1706
+ },
1707
+ {
1708
+ "name": "warning",
1709
+ "description": ""
1710
+ }
1711
+ ],
1712
+ "references": [
1713
+ {
1714
+ "name": "Source code",
1715
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-number-input/xv-number-input.tsx"
1716
+ }
1717
+ ]
1718
+ },
1719
+ {
1720
+ "name": "xv-overflow-menu-v2",
1721
+ "description": {
1722
+ "kind": "markdown",
1723
+ "value": ""
1724
+ },
1725
+ "attributes": [
1726
+ {
1727
+ "name": "alignment",
1728
+ "description": "Alias for `position` following the design-system wording. `start` → left, `end` → right.",
1729
+ "values": [
1730
+ {
1731
+ "name": "end"
1732
+ },
1733
+ {
1734
+ "name": "start"
1735
+ }
1736
+ ]
1737
+ },
1738
+ {
1739
+ "name": "anchor",
1740
+ "description": "Open the menu from an arbitrary element instead of the built-in trigger button.\r\nAccepts an element or a CSS selector; a click on it toggles the menu, which is then\r\npositioned against that element."
1741
+ },
1742
+ {
1743
+ "name": "disabled",
1744
+ "description": ""
1745
+ },
1746
+ {
1747
+ "name": "open",
1748
+ "description": ""
1749
+ },
1750
+ {
1751
+ "name": "position",
1752
+ "description": "",
1753
+ "values": [
1754
+ {
1755
+ "name": "center"
1756
+ },
1757
+ {
1758
+ "name": "left"
1759
+ },
1760
+ {
1761
+ "name": "right"
1762
+ }
1763
+ ]
1764
+ },
1765
+ {
1766
+ "name": "size",
1767
+ "description": "",
1768
+ "values": [
1769
+ {
1770
+ "name": "lg"
1771
+ },
1772
+ {
1773
+ "name": "md"
1774
+ },
1775
+ {
1776
+ "name": "sm"
1777
+ },
1778
+ {
1779
+ "name": "xl"
1780
+ },
1781
+ {
1782
+ "name": "xs"
1783
+ }
1784
+ ]
1785
+ },
1786
+ {
1787
+ "name": "tooltip",
1788
+ "description": ""
1789
+ }
1790
+ ],
1791
+ "references": [
1792
+ {
1793
+ "name": "Source code",
1794
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-overflow-menu/xv-overflow-menu.tsx"
1795
+ }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "name": "xv-overflow-menu-v2-item",
1800
+ "description": {
1801
+ "kind": "markdown",
1802
+ "value": ""
1803
+ },
1804
+ "attributes": [
1805
+ {
1806
+ "name": "clickable",
1807
+ "description": ""
1808
+ },
1809
+ {
1810
+ "name": "disabled",
1811
+ "description": ""
1812
+ },
1813
+ {
1814
+ "name": "divider",
1815
+ "description": "Draws a separator line above the item (e.g. before a \"Logout\" action)."
1816
+ },
1817
+ {
1818
+ "name": "href",
1819
+ "description": "Optional link: renders the item as an anchor so native navigation (middle-click, new tab) works."
1820
+ },
1821
+ {
1822
+ "name": "target",
1823
+ "description": "Anchor target, only used together with `href`."
1824
+ },
1825
+ {
1826
+ "name": "value",
1827
+ "description": ""
1828
+ },
1829
+ {
1830
+ "name": "variant",
1831
+ "description": "",
1832
+ "values": [
1833
+ {
1834
+ "name": "danger"
1835
+ },
1836
+ {
1837
+ "name": "ghost"
1838
+ }
1839
+ ]
1840
+ }
1841
+ ],
1842
+ "references": [
1843
+ {
1844
+ "name": "Source code",
1845
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.tsx"
1846
+ }
1847
+ ]
1848
+ },
1849
+ {
1850
+ "name": "xv-pagination",
1851
+ "description": {
1852
+ "kind": "markdown",
1853
+ "value": ""
1854
+ },
1855
+ "attributes": [
1856
+ {
1857
+ "name": "block",
1858
+ "description": ""
1859
+ },
1860
+ {
1861
+ "name": "items-per-page",
1862
+ "description": ""
1863
+ },
1864
+ {
1865
+ "name": "items-per-page-options",
1866
+ "description": ""
1867
+ },
1868
+ {
1869
+ "name": "page",
1870
+ "description": ""
1871
+ },
1872
+ {
1873
+ "name": "size",
1874
+ "description": "",
1875
+ "values": [
1876
+ {
1877
+ "name": "lg"
1878
+ },
1879
+ {
1880
+ "name": "md"
1881
+ },
1882
+ {
1883
+ "name": "sm"
1884
+ },
1885
+ {
1886
+ "name": "xl"
1887
+ },
1888
+ {
1889
+ "name": "xs"
1890
+ }
1891
+ ]
1892
+ },
1893
+ {
1894
+ "name": "total",
1895
+ "description": ""
1896
+ },
1897
+ {
1898
+ "name": "total-items",
1899
+ "description": ""
1900
+ },
1901
+ {
1902
+ "name": "variant",
1903
+ "description": "",
1904
+ "values": [
1905
+ {
1906
+ "name": "compact"
1907
+ },
1908
+ {
1909
+ "name": "full"
1910
+ },
1911
+ {
1912
+ "name": "regular"
1913
+ }
1914
+ ]
1915
+ }
1916
+ ],
1917
+ "references": [
1918
+ {
1919
+ "name": "Source code",
1920
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-pagination/xv-pagination.tsx"
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "name": "xv-progress-indicator-v2",
1926
+ "description": {
1927
+ "kind": "markdown",
1928
+ "value": ""
1929
+ },
1930
+ "attributes": [
1931
+ {
1932
+ "name": "progress",
1933
+ "description": "Current progress\r\nfrom 0 to 100"
1934
+ },
1935
+ {
1936
+ "name": "size",
1937
+ "description": "Size of progress\r\nenum SIZE_VAR\r\npossible options `XS | SM | MD | LG | XL`",
1938
+ "values": [
1939
+ {
1940
+ "name": "lg"
1941
+ },
1942
+ {
1943
+ "name": "md"
1944
+ },
1945
+ {
1946
+ "name": "sm"
1947
+ },
1948
+ {
1949
+ "name": "xl"
1950
+ },
1951
+ {
1952
+ "name": "xs"
1953
+ }
1954
+ ]
1955
+ },
1956
+ {
1957
+ "name": "variant",
1958
+ "description": "Progress variant\r\npossible option `horizontal`",
1959
+ "values": [
1960
+ {
1961
+ "name": "horizontal"
1962
+ }
1963
+ ]
1964
+ }
1965
+ ],
1966
+ "references": [
1967
+ {
1968
+ "name": "Source code",
1969
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-progress-indicator/xv-progress-indicator.tsx"
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "name": "xv-progress-indicator-v2-item",
1975
+ "description": {
1976
+ "kind": "markdown",
1977
+ "value": ""
1978
+ },
1979
+ "attributes": [
1980
+ {
1981
+ "name": "status",
1982
+ "description": ""
1983
+ }
1984
+ ],
1985
+ "references": [
1986
+ {
1987
+ "name": "Source code",
1988
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.tsx"
1989
+ }
1990
+ ]
1991
+ },
1992
+ {
1993
+ "name": "xv-radio-v2",
1994
+ "description": {
1995
+ "kind": "markdown",
1996
+ "value": ""
1997
+ },
1998
+ "attributes": [
1999
+ {
2000
+ "name": "block",
2001
+ "description": ""
2002
+ },
2003
+ {
2004
+ "name": "checked",
2005
+ "description": ""
2006
+ },
2007
+ {
2008
+ "name": "disabled",
2009
+ "description": ""
2010
+ },
2011
+ {
2012
+ "name": "error",
2013
+ "description": ""
2014
+ },
2015
+ {
2016
+ "name": "helper",
2017
+ "description": ""
2018
+ },
2019
+ {
2020
+ "name": "indeterminate",
2021
+ "description": ""
2022
+ },
2023
+ {
2024
+ "name": "label",
2025
+ "description": ""
2026
+ },
2027
+ {
2028
+ "name": "name",
2029
+ "description": ""
2030
+ },
2031
+ {
2032
+ "name": "readonly",
2033
+ "description": ""
2034
+ },
2035
+ {
2036
+ "name": "required",
2037
+ "description": ""
2038
+ },
2039
+ {
2040
+ "name": "reverse",
2041
+ "description": ""
2042
+ },
2043
+ {
2044
+ "name": "size",
2045
+ "description": "",
2046
+ "values": [
2047
+ {
2048
+ "name": "lg"
2049
+ },
2050
+ {
2051
+ "name": "md"
2052
+ },
2053
+ {
2054
+ "name": "sm"
2055
+ },
2056
+ {
2057
+ "name": "xl"
2058
+ },
2059
+ {
2060
+ "name": "xs"
2061
+ }
2062
+ ]
2063
+ },
2064
+ {
2065
+ "name": "value",
2066
+ "description": ""
2067
+ },
2068
+ {
2069
+ "name": "warning",
2070
+ "description": ""
2071
+ }
2072
+ ],
2073
+ "references": [
2074
+ {
2075
+ "name": "Source code",
2076
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-radio/xv-radio.tsx"
2077
+ }
2078
+ ]
2079
+ },
2080
+ {
2081
+ "name": "xv-slider-v2",
2082
+ "description": {
2083
+ "kind": "markdown",
2084
+ "value": ""
2085
+ },
2086
+ "attributes": [
2087
+ {
2088
+ "name": "disabled",
2089
+ "description": ""
2090
+ },
2091
+ {
2092
+ "name": "label",
2093
+ "description": ""
2094
+ },
2095
+ {
2096
+ "name": "max",
2097
+ "description": ""
2098
+ },
2099
+ {
2100
+ "name": "min",
2101
+ "description": ""
2102
+ },
2103
+ {
2104
+ "name": "name",
2105
+ "description": ""
2106
+ },
2107
+ {
2108
+ "name": "not-editable",
2109
+ "description": ""
2110
+ },
2111
+ {
2112
+ "name": "readonly",
2113
+ "description": ""
2114
+ },
2115
+ {
2116
+ "name": "step",
2117
+ "description": ""
2118
+ },
2119
+ {
2120
+ "name": "value",
2121
+ "description": ""
2122
+ }
2123
+ ],
2124
+ "references": [
2125
+ {
2126
+ "name": "Source code",
2127
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-slider/xv-slider.tsx"
2128
+ }
2129
+ ]
2130
+ },
2131
+ {
2132
+ "name": "xv-tab-v2",
2133
+ "description": {
2134
+ "kind": "markdown",
2135
+ "value": ""
2136
+ },
2137
+ "attributes": [
2138
+ {
2139
+ "name": "disabled",
2140
+ "description": ""
2141
+ },
2142
+ {
2143
+ "name": "label",
2144
+ "description": ""
2145
+ },
2146
+ {
2147
+ "name": "loading",
2148
+ "description": ""
2149
+ },
2150
+ {
2151
+ "name": "name",
2152
+ "description": ""
2153
+ }
2154
+ ],
2155
+ "references": [
2156
+ {
2157
+ "name": "Source code",
2158
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tabs/xv-tab/xv-tab.tsx"
2159
+ }
2160
+ ]
2161
+ },
2162
+ {
2163
+ "name": "xv-table",
2164
+ "description": {
2165
+ "kind": "markdown",
2166
+ "value": "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."
2167
+ },
2168
+ "attributes": [
2169
+ {
2170
+ "name": "block",
2171
+ "description": "Stretches the table to the full width of its container."
2172
+ },
2173
+ {
2174
+ "name": "columns",
2175
+ "description": "Column definitions. Accepts its JSON string form so it is settable from plain markup."
2176
+ },
2177
+ {
2178
+ "name": "columns-label",
2179
+ "description": "Tooltip on the column picker trigger."
2180
+ },
2181
+ {
2182
+ "name": "description",
2183
+ "description": "Supporting text under the title."
2184
+ },
2185
+ {
2186
+ "name": "empty-label",
2187
+ "description": "Shown when there are no rows."
2188
+ },
2189
+ {
2190
+ "name": "expand-label",
2191
+ "description": "Accessible name of a row's expand toggle."
2192
+ },
2193
+ {
2194
+ "name": "expand-mode",
2195
+ "description": "Whether rows expand, and whether more than one may be open.",
2196
+ "values": [
2197
+ {
2198
+ "name": "multiple"
2199
+ },
2200
+ {
2201
+ "name": "none"
2202
+ },
2203
+ {
2204
+ "name": "single"
2205
+ }
2206
+ ]
2207
+ },
2208
+ {
2209
+ "name": "expanded",
2210
+ "description": "Values of the expanded rows."
2211
+ },
2212
+ {
2213
+ "name": "hover",
2214
+ "description": "Highlights a row on pointer hover."
2215
+ },
2216
+ {
2217
+ "name": "label",
2218
+ "description": "Title above the table."
2219
+ },
2220
+ {
2221
+ "name": "layout",
2222
+ "description": "Controlled column layout. Overrides whatever is stored."
2223
+ },
2224
+ {
2225
+ "name": "loading",
2226
+ "description": "Covers the body with a loading state."
2227
+ },
2228
+ {
2229
+ "name": "locale",
2230
+ "description": "Locale used for sorting and cell formatting. Falls back to the nearest `[lang]` ancestor."
2231
+ },
2232
+ {
2233
+ "name": "min-width",
2234
+ "description": "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."
2235
+ },
2236
+ {
2237
+ "name": "page",
2238
+ "description": "Current page, 1-based."
2239
+ },
2240
+ {
2241
+ "name": "page-size",
2242
+ "description": "Rows per page."
2243
+ },
2244
+ {
2245
+ "name": "page-size-options",
2246
+ "description": "Page size choices. Accepts a comma-separated attribute."
2247
+ },
2248
+ {
2249
+ "name": "pagination-mode",
2250
+ "description": "`client` slices the `rows` prop; `server` only emits `pageChange`.",
2251
+ "values": [
2252
+ {
2253
+ "name": "client"
2254
+ },
2255
+ {
2256
+ "name": "none"
2257
+ },
2258
+ {
2259
+ "name": "server"
2260
+ }
2261
+ ]
2262
+ },
2263
+ {
2264
+ "name": "reorder-label",
2265
+ "description": "Accessible name of a row's drag grip."
2266
+ },
2267
+ {
2268
+ "name": "reorderable",
2269
+ "description": "Allows dragging column headers into a new order. Off by default, like `resizable`."
2270
+ },
2271
+ {
2272
+ "name": "reset-label",
2273
+ "description": "Text of the button that restores the declared column layout."
2274
+ },
2275
+ {
2276
+ "name": "resizable",
2277
+ "description": "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."
2278
+ },
2279
+ {
2280
+ "name": "row-clickable",
2281
+ "description": "Emits `rowClick` when a row is clicked outside an interactive element."
2282
+ },
2283
+ {
2284
+ "name": "row-key",
2285
+ "description": "Property of a row object that identifies it in selection and expansion payloads."
2286
+ },
2287
+ {
2288
+ "name": "row-reorder-handle",
2289
+ "description": "Whether the whole row drags, or only a grip in a leading control cell.",
2290
+ "values": [
2291
+ {
2292
+ "name": "icon"
2293
+ },
2294
+ {
2295
+ "name": "row"
2296
+ }
2297
+ ]
2298
+ },
2299
+ {
2300
+ "name": "row-reorderable",
2301
+ "description": "Allows dragging rows into a new order. Off by default: nothing is bound and no handle is\nrendered until it is switched on."
2302
+ },
2303
+ {
2304
+ "name": "rows",
2305
+ "description": "Row data. Ignored when `xv-table-row` children are slotted."
2306
+ },
2307
+ {
2308
+ "name": "selected",
2309
+ "description": "Values of the selected rows."
2310
+ },
2311
+ {
2312
+ "name": "selected-label",
2313
+ "description": "Text of the batch bar counter. `{count}` is replaced with the number of selected rows."
2314
+ },
2315
+ {
2316
+ "name": "selection",
2317
+ "description": "`multiple` renders checkboxes, `single` renders radios.",
2318
+ "values": [
2319
+ {
2320
+ "name": "multiple"
2321
+ },
2322
+ {
2323
+ "name": "none"
2324
+ },
2325
+ {
2326
+ "name": "single"
2327
+ }
2328
+ ]
2329
+ },
2330
+ {
2331
+ "name": "size",
2332
+ "description": "Row height ladder.",
2333
+ "values": [
2334
+ {
2335
+ "name": "lg"
2336
+ },
2337
+ {
2338
+ "name": "md"
2339
+ },
2340
+ {
2341
+ "name": "sm"
2342
+ },
2343
+ {
2344
+ "name": "xl"
2345
+ },
2346
+ {
2347
+ "name": "xs"
2348
+ }
2349
+ ]
2350
+ },
2351
+ {
2352
+ "name": "skeleton-rows",
2353
+ "description": "Placeholder rows drawn while `loading`. Zero draws a spinner instead."
2354
+ },
2355
+ {
2356
+ "name": "sort-by",
2357
+ "description": "Active sort, as `asc(field)` / `desc(field)` or an object."
2358
+ },
2359
+ {
2360
+ "name": "sort-mode",
2361
+ "description": "`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.",
2362
+ "values": [
2363
+ {
2364
+ "name": "client"
2365
+ },
2366
+ {
2367
+ "name": "none"
2368
+ },
2369
+ {
2370
+ "name": "server"
2371
+ }
2372
+ ]
2373
+ },
2374
+ {
2375
+ "name": "sticky-header",
2376
+ "description": "Keeps the header visible while the body scrolls."
2377
+ },
2378
+ {
2379
+ "name": "storage-key",
2380
+ "description": "Persists the column layout under this key. Empty means the layout is not remembered."
2381
+ },
2382
+ {
2383
+ "name": "storage-owner",
2384
+ "description": "Scopes the stored layout to a user."
2385
+ },
2386
+ {
2387
+ "name": "total",
2388
+ "description": "Total row count, for `server` pagination."
2389
+ }
2390
+ ],
2391
+ "references": [
2392
+ {
2393
+ "name": "Source code",
2394
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-table/xv-table.tsx"
2395
+ }
2396
+ ]
2397
+ },
2398
+ {
2399
+ "name": "xv-table-cell",
2400
+ "description": {
2401
+ "kind": "markdown",
2402
+ "value": "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."
2403
+ },
2404
+ "attributes": [
2405
+ {
2406
+ "name": "align",
2407
+ "description": "Horizontal alignment of the content.",
2408
+ "values": [
2409
+ {
2410
+ "name": "center"
2411
+ },
2412
+ {
2413
+ "name": "end"
2414
+ },
2415
+ {
2416
+ "name": "start"
2417
+ }
2418
+ ]
2419
+ },
2420
+ {
2421
+ "name": "clamp-lines",
2422
+ "description": "Lines kept before clamping, when `overflow` is `clamp`."
2423
+ },
2424
+ {
2425
+ "name": "column-id",
2426
+ "description": "Column this cell belongs to. Identifies it for sorting, resizing and the stored layout."
2427
+ },
2428
+ {
2429
+ "name": "header",
2430
+ "description": "Renders the cell as a column header. Set by the table from the row it sits in."
2431
+ },
2432
+ {
2433
+ "name": "hideable",
2434
+ "description": "Lets the column picker hide this column. A header cell only."
2435
+ },
2436
+ {
2437
+ "name": "overflow",
2438
+ "description": "How content wider than the column behaves.",
2439
+ "values": [
2440
+ {
2441
+ "name": "clamp"
2442
+ },
2443
+ {
2444
+ "name": "ellipsis"
2445
+ },
2446
+ {
2447
+ "name": "wrap"
2448
+ }
2449
+ ]
2450
+ },
2451
+ {
2452
+ "name": "reorder-label",
2453
+ "description": "Accessible name of the drag grip."
2454
+ },
2455
+ {
2456
+ "name": "reorderable",
2457
+ "description": "Offers the drag grip. A header cell only."
2458
+ },
2459
+ {
2460
+ "name": "resizable",
2461
+ "description": "Offers the resize handle. A header cell only."
2462
+ },
2463
+ {
2464
+ "name": "sort-direction",
2465
+ "description": "Direction currently sorted by; empty when this column is not the active one."
2466
+ },
2467
+ {
2468
+ "name": "sortable",
2469
+ "description": "Offers the sort affordance. A header cell only."
2470
+ },
2471
+ {
2472
+ "name": "tooltip",
2473
+ "description": "Tooltip shown on hover. Only a cell that sets it pays for the tooltip component."
2474
+ },
2475
+ {
2476
+ "name": "width",
2477
+ "description": "Column width. Read off the header row when the table has no `columns`. Any CSS length."
2478
+ }
2479
+ ],
2480
+ "references": [
2481
+ {
2482
+ "name": "Source code",
2483
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-table/xv-table-cell/xv-table-cell.tsx"
2484
+ }
2485
+ ]
2486
+ },
2487
+ {
2488
+ "name": "xv-table-row",
2489
+ "description": {
2490
+ "kind": "markdown",
2491
+ "value": "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."
2492
+ },
2493
+ "attributes": [
2494
+ {
2495
+ "name": "disabled",
2496
+ "description": "Blocks selection and expansion."
2497
+ },
2498
+ {
2499
+ "name": "expand-label",
2500
+ "description": "Accessible name of the expand toggle. Set by the table."
2501
+ },
2502
+ {
2503
+ "name": "expand-mode",
2504
+ "description": "Whether the row can be expanded. Set by the table.",
2505
+ "values": [
2506
+ {
2507
+ "name": "multiple"
2508
+ },
2509
+ {
2510
+ "name": "none"
2511
+ },
2512
+ {
2513
+ "name": "single"
2514
+ }
2515
+ ]
2516
+ },
2517
+ {
2518
+ "name": "expandable",
2519
+ "description": "Whether this row has anything to expand. Set by the table."
2520
+ },
2521
+ {
2522
+ "name": "expanded",
2523
+ "description": "Whether the row's expand panel is open."
2524
+ },
2525
+ {
2526
+ "name": "group",
2527
+ "description": "Renders the row as a subtotal or grouping row: no controls, accented background."
2528
+ },
2529
+ {
2530
+ "name": "has-panel",
2531
+ "description": "Whether the row carries `slot=\"expand\"` content. Set by the table."
2532
+ },
2533
+ {
2534
+ "name": "header",
2535
+ "description": "Marks the row as the table's header. Its cells supply the column labels."
2536
+ },
2537
+ {
2538
+ "name": "hover",
2539
+ "description": "Highlights the row on pointer hover. Set by the table."
2540
+ },
2541
+ {
2542
+ "name": "parent",
2543
+ "description": "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."
2544
+ },
2545
+ {
2546
+ "name": "partial",
2547
+ "description": "Indeterminate state of the header row's select-all checkbox."
2548
+ },
2549
+ {
2550
+ "name": "reorder-label",
2551
+ "description": "Accessible name of the drag grip. Set by the table."
2552
+ },
2553
+ {
2554
+ "name": "row-reorder-handle",
2555
+ "description": "Whether the whole row drags, or only its grip. Set by the table.",
2556
+ "values": [
2557
+ {
2558
+ "name": "icon"
2559
+ },
2560
+ {
2561
+ "name": "row"
2562
+ }
2563
+ ]
2564
+ },
2565
+ {
2566
+ "name": "row-reorderable",
2567
+ "description": "Whether this row can be dragged into a new position. Set by the table."
2568
+ },
2569
+ {
2570
+ "name": "selectable",
2571
+ "description": "Whether the row offers its selection control. A header with no rows under it has nothing to pick."
2572
+ },
2573
+ {
2574
+ "name": "selected",
2575
+ "description": "Whether the row is selected."
2576
+ },
2577
+ {
2578
+ "name": "selection-mode",
2579
+ "description": "Selection control rendered in the leading cell. Set by the table.",
2580
+ "values": [
2581
+ {
2582
+ "name": "multiple"
2583
+ },
2584
+ {
2585
+ "name": "none"
2586
+ },
2587
+ {
2588
+ "name": "single"
2589
+ }
2590
+ ]
2591
+ },
2592
+ {
2593
+ "name": "size",
2594
+ "description": "Row height ladder. Set by the table.",
2595
+ "values": [
2596
+ {
2597
+ "name": "lg"
2598
+ },
2599
+ {
2600
+ "name": "md"
2601
+ },
2602
+ {
2603
+ "name": "sm"
2604
+ },
2605
+ {
2606
+ "name": "xl"
2607
+ },
2608
+ {
2609
+ "name": "xs"
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "name": "value",
2615
+ "description": "Identifies the row in selection and expansion payloads."
2616
+ }
2617
+ ],
2618
+ "references": [
2619
+ {
2620
+ "name": "Source code",
2621
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-table/xv-table-row/xv-table-row.tsx"
2622
+ }
2623
+ ]
2624
+ },
2625
+ {
2626
+ "name": "xv-tabs-v2",
2627
+ "description": {
2628
+ "kind": "markdown",
2629
+ "value": ""
2630
+ },
2631
+ "attributes": [
2632
+ {
2633
+ "name": "active",
2634
+ "description": "Index of active tab"
2635
+ },
2636
+ {
2637
+ "name": "empty-message",
2638
+ "description": "Message when have no tabs"
2639
+ },
2640
+ {
2641
+ "name": "hide-single-tab",
2642
+ "description": "Is hide tabs when only one tab present"
2643
+ },
2644
+ {
2645
+ "name": "loading",
2646
+ "description": "Show loader"
2647
+ },
2648
+ {
2649
+ "name": "variant",
2650
+ "description": "Variant of tabs from TABS_VATIANT enum",
2651
+ "values": [
2652
+ {
2653
+ "name": "glued"
2654
+ }
2655
+ ]
2656
+ }
2657
+ ],
2658
+ "references": [
2659
+ {
2660
+ "name": "Source code",
2661
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tabs/xv-tabs.tsx"
2662
+ }
2663
+ ]
2664
+ },
2665
+ {
2666
+ "name": "xv-tag-combobox",
2667
+ "description": {
2668
+ "kind": "markdown",
2669
+ "value": ""
2670
+ },
2671
+ "attributes": [
2672
+ {
2673
+ "name": "allow-create",
2674
+ "description": ""
2675
+ },
2676
+ {
2677
+ "name": "disabled",
2678
+ "description": ""
2679
+ },
2680
+ {
2681
+ "name": "error",
2682
+ "description": ""
2683
+ },
2684
+ {
2685
+ "name": "helper",
2686
+ "description": ""
2687
+ },
2688
+ {
2689
+ "name": "label",
2690
+ "description": ""
2691
+ },
2692
+ {
2693
+ "name": "loading",
2694
+ "description": ""
2695
+ },
2696
+ {
2697
+ "name": "max-suggestions",
2698
+ "description": ""
2699
+ },
2700
+ {
2701
+ "name": "placeholder",
2702
+ "description": ""
2703
+ },
2704
+ {
2705
+ "name": "readonly",
2706
+ "description": ""
2707
+ },
2708
+ {
2709
+ "name": "size",
2710
+ "description": "",
2711
+ "values": [
2712
+ {
2713
+ "name": "lg"
2714
+ },
2715
+ {
2716
+ "name": "md"
2717
+ },
2718
+ {
2719
+ "name": "sm"
2720
+ },
2721
+ {
2722
+ "name": "xl"
2723
+ },
2724
+ {
2725
+ "name": "xs"
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "name": "warning",
2731
+ "description": ""
2732
+ }
2733
+ ],
2734
+ "references": [
2735
+ {
2736
+ "name": "Source code",
2737
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tag-combobox/xv-tag-combobox.tsx"
2738
+ }
2739
+ ]
2740
+ },
2741
+ {
2742
+ "name": "xv-tag-v2",
2743
+ "description": {
2744
+ "kind": "markdown",
2745
+ "value": ""
2746
+ },
2747
+ "attributes": [
2748
+ {
2749
+ "name": "bg",
2750
+ "description": ""
2751
+ },
2752
+ {
2753
+ "name": "closeable",
2754
+ "description": ""
2755
+ },
2756
+ {
2757
+ "name": "color",
2758
+ "description": ""
2759
+ },
2760
+ {
2761
+ "name": "disabled",
2762
+ "description": ""
2763
+ },
2764
+ {
2765
+ "name": "size",
2766
+ "description": "",
2767
+ "values": [
2768
+ {
2769
+ "name": "lg"
2770
+ },
2771
+ {
2772
+ "name": "md"
2773
+ },
2774
+ {
2775
+ "name": "sm"
2776
+ }
2777
+ ]
2778
+ }
2779
+ ],
2780
+ "references": [
2781
+ {
2782
+ "name": "Source code",
2783
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tag/xv-tag.tsx"
2784
+ }
2785
+ ]
2786
+ },
2787
+ {
2788
+ "name": "xv-text-input-v2",
2789
+ "description": {
2790
+ "kind": "markdown",
2791
+ "value": "xv-text-input — custom input\r\nti get data you can use default Input event\r\nAngular - (input), React - (onInput), Pure - addEventListener('input', e => ...)"
2792
+ },
2793
+ "attributes": [
2794
+ {
2795
+ "name": "autocomplete",
2796
+ "description": ""
2797
+ },
2798
+ {
2799
+ "name": "block",
2800
+ "description": ""
2801
+ },
2802
+ {
2803
+ "name": "clearable",
2804
+ "description": ""
2805
+ },
2806
+ {
2807
+ "name": "disabled",
2808
+ "description": ""
2809
+ },
2810
+ {
2811
+ "name": "error",
2812
+ "description": ""
2813
+ },
2814
+ {
2815
+ "name": "helper",
2816
+ "description": ""
2817
+ },
2818
+ {
2819
+ "name": "label",
2820
+ "description": ""
2821
+ },
2822
+ {
2823
+ "name": "loading",
2824
+ "description": ""
2825
+ },
2826
+ {
2827
+ "name": "name",
2828
+ "description": ""
2829
+ },
2830
+ {
2831
+ "name": "placeholder",
2832
+ "description": ""
2833
+ },
2834
+ {
2835
+ "name": "readonly",
2836
+ "description": ""
2837
+ },
2838
+ {
2839
+ "name": "size",
2840
+ "description": "",
2841
+ "values": [
2842
+ {
2843
+ "name": "lg"
2844
+ },
2845
+ {
2846
+ "name": "md"
2847
+ },
2848
+ {
2849
+ "name": "sm"
2850
+ },
2851
+ {
2852
+ "name": "xl"
2853
+ },
2854
+ {
2855
+ "name": "xs"
2856
+ }
2857
+ ]
2858
+ },
2859
+ {
2860
+ "name": "type",
2861
+ "description": "",
2862
+ "values": [
2863
+ {
2864
+ "name": "email"
2865
+ },
2866
+ {
2867
+ "name": "password"
2868
+ },
2869
+ {
2870
+ "name": "search"
2871
+ },
2872
+ {
2873
+ "name": "tel"
2874
+ },
2875
+ {
2876
+ "name": "text"
2877
+ },
2878
+ {
2879
+ "name": "url"
2880
+ }
2881
+ ]
2882
+ },
2883
+ {
2884
+ "name": "value",
2885
+ "description": ""
2886
+ },
2887
+ {
2888
+ "name": "warning",
2889
+ "description": ""
2890
+ }
2891
+ ],
2892
+ "references": [
2893
+ {
2894
+ "name": "Source code",
2895
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-text-input/xv-text-input.tsx"
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "name": "xv-textarea",
2901
+ "description": {
2902
+ "kind": "markdown",
2903
+ "value": ""
2904
+ },
2905
+ "attributes": [
2906
+ {
2907
+ "name": "block",
2908
+ "description": ""
2909
+ },
2910
+ {
2911
+ "name": "counter-hide",
2912
+ "description": ""
2913
+ },
2914
+ {
2915
+ "name": "disabled",
2916
+ "description": ""
2917
+ },
2918
+ {
2919
+ "name": "error",
2920
+ "description": ""
2921
+ },
2922
+ {
2923
+ "name": "helper",
2924
+ "description": ""
2925
+ },
2926
+ {
2927
+ "name": "info",
2928
+ "description": ""
2929
+ },
2930
+ {
2931
+ "name": "label",
2932
+ "description": ""
2933
+ },
2934
+ {
2935
+ "name": "loading",
2936
+ "description": ""
2937
+ },
2938
+ {
2939
+ "name": "max",
2940
+ "description": ""
2941
+ },
2942
+ {
2943
+ "name": "name",
2944
+ "description": ""
2945
+ },
2946
+ {
2947
+ "name": "no-resize",
2948
+ "description": ""
2949
+ },
2950
+ {
2951
+ "name": "placeholder",
2952
+ "description": ""
2953
+ },
2954
+ {
2955
+ "name": "readonly",
2956
+ "description": ""
2957
+ },
2958
+ {
2959
+ "name": "rows",
2960
+ "description": ""
2961
+ },
2962
+ {
2963
+ "name": "size",
2964
+ "description": "",
2965
+ "values": [
2966
+ {
2967
+ "name": "lg"
2968
+ },
2969
+ {
2970
+ "name": "md"
2971
+ },
2972
+ {
2973
+ "name": "sm"
2974
+ },
2975
+ {
2976
+ "name": "xl"
2977
+ },
2978
+ {
2979
+ "name": "xs"
2980
+ }
2981
+ ]
2982
+ },
2983
+ {
2984
+ "name": "value",
2985
+ "description": ""
2986
+ },
2987
+ {
2988
+ "name": "warning",
2989
+ "description": ""
2990
+ }
2991
+ ],
2992
+ "references": [
2993
+ {
2994
+ "name": "Source code",
2995
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-textarea/xv-textarea.tsx"
2996
+ }
2997
+ ]
2998
+ },
2999
+ {
3000
+ "name": "xv-tile",
3001
+ "description": {
3002
+ "kind": "markdown",
3003
+ "value": ""
3004
+ },
3005
+ "attributes": [
3006
+ {
3007
+ "name": "block",
3008
+ "description": ""
3009
+ },
3010
+ {
3011
+ "name": "checked",
3012
+ "description": ""
3013
+ },
3014
+ {
3015
+ "name": "disabled",
3016
+ "description": ""
3017
+ },
3018
+ {
3019
+ "name": "error",
3020
+ "description": ""
3021
+ },
3022
+ {
3023
+ "name": "label",
3024
+ "description": ""
3025
+ },
3026
+ {
3027
+ "name": "message",
3028
+ "description": ""
3029
+ },
3030
+ {
3031
+ "name": "multiple",
3032
+ "description": ""
3033
+ },
3034
+ {
3035
+ "name": "name",
3036
+ "description": ""
3037
+ },
3038
+ {
3039
+ "name": "readonly",
3040
+ "description": ""
3041
+ },
3042
+ {
3043
+ "name": "value",
3044
+ "description": ""
3045
+ },
3046
+ {
3047
+ "name": "variant",
3048
+ "description": "",
3049
+ "values": [
3050
+ {
3051
+ "name": "base"
3052
+ },
3053
+ {
3054
+ "name": "clickable"
3055
+ },
3056
+ {
3057
+ "name": "expandable"
3058
+ },
3059
+ {
3060
+ "name": "selectable"
3061
+ }
3062
+ ]
3063
+ }
3064
+ ],
3065
+ "references": [
3066
+ {
3067
+ "name": "Source code",
3068
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tile/xv-tile.tsx"
3069
+ }
3070
+ ]
3071
+ },
3072
+ {
3073
+ "name": "xv-toggle",
3074
+ "description": {
3075
+ "kind": "markdown",
3076
+ "value": ""
3077
+ },
3078
+ "attributes": [
3079
+ {
3080
+ "name": "block",
3081
+ "description": ""
3082
+ },
3083
+ {
3084
+ "name": "checked",
3085
+ "description": ""
3086
+ },
3087
+ {
3088
+ "name": "disabled",
3089
+ "description": ""
3090
+ },
3091
+ {
3092
+ "name": "label",
3093
+ "description": ""
3094
+ },
3095
+ {
3096
+ "name": "name",
3097
+ "description": ""
3098
+ },
3099
+ {
3100
+ "name": "readonly",
3101
+ "description": ""
3102
+ },
3103
+ {
3104
+ "name": "size",
3105
+ "description": "",
3106
+ "values": [
3107
+ {
3108
+ "name": "lg"
3109
+ },
3110
+ {
3111
+ "name": "md"
3112
+ },
3113
+ {
3114
+ "name": "sm"
3115
+ },
3116
+ {
3117
+ "name": "xl"
3118
+ },
3119
+ {
3120
+ "name": "xs"
3121
+ }
3122
+ ]
3123
+ },
3124
+ {
3125
+ "name": "value",
3126
+ "description": ""
3127
+ }
3128
+ ],
3129
+ "references": [
3130
+ {
3131
+ "name": "Source code",
3132
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-toggle/xv-toggle.tsx"
3133
+ }
3134
+ ]
3135
+ },
3136
+ {
3137
+ "name": "xv-toggle-tip",
3138
+ "description": {
3139
+ "kind": "markdown",
3140
+ "value": ""
3141
+ },
3142
+ "attributes": [
3143
+ {
3144
+ "name": "auto-size",
3145
+ "description": ""
3146
+ },
3147
+ {
3148
+ "name": "block",
3149
+ "description": ""
3150
+ },
3151
+ {
3152
+ "name": "open",
3153
+ "description": ""
3154
+ },
3155
+ {
3156
+ "name": "position",
3157
+ "description": "",
3158
+ "values": [
3159
+ {
3160
+ "name": "auto"
3161
+ },
3162
+ {
3163
+ "name": "auto-end"
3164
+ },
3165
+ {
3166
+ "name": "auto-start"
3167
+ },
3168
+ {
3169
+ "name": "bottom"
3170
+ },
3171
+ {
3172
+ "name": "bottom-end"
3173
+ },
3174
+ {
3175
+ "name": "bottom-start"
3176
+ },
3177
+ {
3178
+ "name": "left"
3179
+ },
3180
+ {
3181
+ "name": "left-end"
3182
+ },
3183
+ {
3184
+ "name": "left-start"
3185
+ },
3186
+ {
3187
+ "name": "right"
3188
+ },
3189
+ {
3190
+ "name": "right-end"
3191
+ },
3192
+ {
3193
+ "name": "right-start"
3194
+ },
3195
+ {
3196
+ "name": "top"
3197
+ },
3198
+ {
3199
+ "name": "top-end"
3200
+ },
3201
+ {
3202
+ "name": "top-start"
3203
+ }
3204
+ ]
3205
+ }
3206
+ ],
3207
+ "references": [
3208
+ {
3209
+ "name": "Source code",
3210
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-toggle-tip/xv-toggle-tip.tsx"
3211
+ }
3212
+ ]
3213
+ },
3214
+ {
3215
+ "name": "xv-tooltip-v2",
3216
+ "description": {
3217
+ "kind": "markdown",
3218
+ "value": ""
3219
+ },
3220
+ "attributes": [
3221
+ {
3222
+ "name": "block",
3223
+ "description": ""
3224
+ },
3225
+ {
3226
+ "name": "dashed",
3227
+ "description": ""
3228
+ },
3229
+ {
3230
+ "name": "message",
3231
+ "description": ""
3232
+ },
3233
+ {
3234
+ "name": "position",
3235
+ "description": "",
3236
+ "values": [
3237
+ {
3238
+ "name": "auto"
3239
+ },
3240
+ {
3241
+ "name": "auto-end"
3242
+ },
3243
+ {
3244
+ "name": "auto-start"
3245
+ },
3246
+ {
3247
+ "name": "bottom"
3248
+ },
3249
+ {
3250
+ "name": "bottom-end"
3251
+ },
3252
+ {
3253
+ "name": "bottom-start"
3254
+ },
3255
+ {
3256
+ "name": "left"
3257
+ },
3258
+ {
3259
+ "name": "left-end"
3260
+ },
3261
+ {
3262
+ "name": "left-start"
3263
+ },
3264
+ {
3265
+ "name": "right"
3266
+ },
3267
+ {
3268
+ "name": "right-end"
3269
+ },
3270
+ {
3271
+ "name": "right-start"
3272
+ },
3273
+ {
3274
+ "name": "top"
3275
+ },
3276
+ {
3277
+ "name": "top-end"
3278
+ },
3279
+ {
3280
+ "name": "top-start"
3281
+ }
3282
+ ]
3283
+ }
3284
+ ],
3285
+ "references": [
3286
+ {
3287
+ "name": "Source code",
3288
+ "url": "https:/github.com/crossvertise/XV-WebComponents/blob/development/src/src/components/xv-tooltip/xv-tooltip.tsx"
3289
+ }
3290
+ ]
3291
+ }
3292
+ ]
3293
+ }