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,1642 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ /* tslint:disable */
8
+ /* auto-generated angular directive proxies */
9
+ import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';
10
+ import { ProxyCmp } from './angular-component-lib/utils';
11
+ import * as i0 from "@angular/core";
12
+ let XvAccordionV2 = class XvAccordionV2 {
13
+ z;
14
+ el;
15
+ accordionChange = new EventEmitter();
16
+ constructor(c, r, z) {
17
+ this.z = z;
18
+ c.detach();
19
+ this.el = r.nativeElement;
20
+ }
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvAccordionV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
22
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvAccordionV2, isStandalone: false, selector: "xv-accordion-v2", inputs: { multiple: "multiple", value: "value", xvId: "xvId" }, outputs: { accordionChange: "accordionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
+ };
24
+ XvAccordionV2 = __decorate([
25
+ ProxyCmp({
26
+ inputs: ['multiple', 'value', 'xvId'],
27
+ methods: ['toggleItem']
28
+ })
29
+ ], XvAccordionV2);
30
+ export { XvAccordionV2 };
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvAccordionV2, decorators: [{
32
+ type: Component,
33
+ args: [{
34
+ selector: 'xv-accordion-v2',
35
+ changeDetection: ChangeDetectionStrategy.OnPush,
36
+ template: '<ng-content></ng-content>',
37
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
38
+ inputs: ['multiple', 'value', 'xvId'],
39
+ outputs: ['accordionChange'],
40
+ standalone: false
41
+ }]
42
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { accordionChange: [{
43
+ type: Output
44
+ }] } });
45
+ let XvAccordionV2Item = class XvAccordionV2Item {
46
+ z;
47
+ el;
48
+ itemToggle = new EventEmitter();
49
+ constructor(c, r, z) {
50
+ this.z = z;
51
+ c.detach();
52
+ this.el = r.nativeElement;
53
+ }
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvAccordionV2Item, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
55
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvAccordionV2Item, isStandalone: false, selector: "xv-accordion-v2-item", inputs: { disabled: "disabled", label: "label", value: "value" }, outputs: { itemToggle: "itemToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
56
+ };
57
+ XvAccordionV2Item = __decorate([
58
+ ProxyCmp({
59
+ inputs: ['disabled', 'label', 'value']
60
+ })
61
+ ], XvAccordionV2Item);
62
+ export { XvAccordionV2Item };
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvAccordionV2Item, decorators: [{
64
+ type: Component,
65
+ args: [{
66
+ selector: 'xv-accordion-v2-item',
67
+ changeDetection: ChangeDetectionStrategy.OnPush,
68
+ template: '<ng-content></ng-content>',
69
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
70
+ inputs: ['disabled', 'label', 'value'],
71
+ outputs: ['itemToggle'],
72
+ standalone: false
73
+ }]
74
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemToggle: [{
75
+ type: Output
76
+ }] } });
77
+ let XvBreadcrumbsV2 = class XvBreadcrumbsV2 {
78
+ z;
79
+ el;
80
+ constructor(c, r, z) {
81
+ this.z = z;
82
+ c.detach();
83
+ this.el = r.nativeElement;
84
+ }
85
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvBreadcrumbsV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
86
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvBreadcrumbsV2, isStandalone: false, selector: "xv-breadcrumbs-v2", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
+ };
88
+ XvBreadcrumbsV2 = __decorate([
89
+ ProxyCmp({})
90
+ ], XvBreadcrumbsV2);
91
+ export { XvBreadcrumbsV2 };
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvBreadcrumbsV2, decorators: [{
93
+ type: Component,
94
+ args: [{
95
+ selector: 'xv-breadcrumbs-v2',
96
+ changeDetection: ChangeDetectionStrategy.OnPush,
97
+ template: '<ng-content></ng-content>',
98
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
99
+ inputs: [],
100
+ standalone: false
101
+ }]
102
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
103
+ let XvButtonGroupV2 = class XvButtonGroupV2 {
104
+ z;
105
+ el;
106
+ activeChange = new EventEmitter();
107
+ constructor(c, r, z) {
108
+ this.z = z;
109
+ c.detach();
110
+ this.el = r.nativeElement;
111
+ }
112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvButtonGroupV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
113
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvButtonGroupV2, isStandalone: false, selector: "xv-button-group-v2", inputs: { multiple: "multiple", value: "value", variant: "variant" }, outputs: { activeChange: "activeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
114
+ };
115
+ XvButtonGroupV2 = __decorate([
116
+ ProxyCmp({
117
+ inputs: ['multiple', 'value', 'variant']
118
+ })
119
+ ], XvButtonGroupV2);
120
+ export { XvButtonGroupV2 };
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvButtonGroupV2, decorators: [{
122
+ type: Component,
123
+ args: [{
124
+ selector: 'xv-button-group-v2',
125
+ changeDetection: ChangeDetectionStrategy.OnPush,
126
+ template: '<ng-content></ng-content>',
127
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
128
+ inputs: ['multiple', 'value', 'variant'],
129
+ outputs: ['activeChange'],
130
+ standalone: false
131
+ }]
132
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { activeChange: [{
133
+ type: Output
134
+ }] } });
135
+ let XvButtonV2 = class XvButtonV2 {
136
+ z;
137
+ el;
138
+ constructor(c, r, z) {
139
+ this.z = z;
140
+ c.detach();
141
+ this.el = r.nativeElement;
142
+ }
143
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvButtonV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
144
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvButtonV2, isStandalone: false, selector: "xv-button-v2", inputs: { active: "active", block: "block", disabled: "disabled", label: "label", loading: "loading", name: "name", size: "size", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
145
+ };
146
+ XvButtonV2 = __decorate([
147
+ ProxyCmp({
148
+ inputs: ['active', 'block', 'disabled', 'label', 'loading', 'name', 'size', 'type', 'value', 'variant']
149
+ })
150
+ ], XvButtonV2);
151
+ export { XvButtonV2 };
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvButtonV2, decorators: [{
153
+ type: Component,
154
+ args: [{
155
+ selector: 'xv-button-v2',
156
+ changeDetection: ChangeDetectionStrategy.OnPush,
157
+ template: '<ng-content></ng-content>',
158
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
159
+ inputs: ['active', 'block', 'disabled', 'label', 'loading', 'name', 'size', 'type', 'value', 'variant'],
160
+ standalone: false
161
+ }]
162
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
163
+ let XvCardV2 = class XvCardV2 {
164
+ z;
165
+ el;
166
+ constructor(c, r, z) {
167
+ this.z = z;
168
+ c.detach();
169
+ this.el = r.nativeElement;
170
+ }
171
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvCardV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
172
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvCardV2, isStandalone: false, selector: "xv-card-v2", inputs: { body: "body", footer: "footer", header: "header", media: "media", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
173
+ };
174
+ XvCardV2 = __decorate([
175
+ ProxyCmp({
176
+ inputs: ['body', 'footer', 'header', 'media', 'variant']
177
+ })
178
+ ], XvCardV2);
179
+ export { XvCardV2 };
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvCardV2, decorators: [{
181
+ type: Component,
182
+ args: [{
183
+ selector: 'xv-card-v2',
184
+ changeDetection: ChangeDetectionStrategy.OnPush,
185
+ template: '<ng-content></ng-content>',
186
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
187
+ inputs: ['body', 'footer', 'header', 'media', 'variant'],
188
+ standalone: false
189
+ }]
190
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
191
+ let XvCheckboxV2 = class XvCheckboxV2 {
192
+ z;
193
+ el;
194
+ eventChange = new EventEmitter();
195
+ eventInput = new EventEmitter();
196
+ eventFocus = new EventEmitter();
197
+ eventBlur = new EventEmitter();
198
+ constructor(c, r, z) {
199
+ this.z = z;
200
+ c.detach();
201
+ this.el = r.nativeElement;
202
+ }
203
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvCheckboxV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
204
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvCheckboxV2, isStandalone: false, selector: "xv-checkbox-v2", inputs: { align: "align", checked: "checked", disabled: "disabled", error: "error", indeterminate: "indeterminate", label: "label", name: "name", partial: "partial", readonly: "readonly", required: "required", size: "size", value: "value" }, outputs: { eventChange: "eventChange", eventInput: "eventInput", eventFocus: "eventFocus", eventBlur: "eventBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
205
+ };
206
+ XvCheckboxV2 = __decorate([
207
+ ProxyCmp({
208
+ inputs: ['align', 'checked', 'disabled', 'error', 'indeterminate', 'label', 'name', 'partial', 'readonly', 'required', 'size', 'value']
209
+ })
210
+ ], XvCheckboxV2);
211
+ export { XvCheckboxV2 };
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvCheckboxV2, decorators: [{
213
+ type: Component,
214
+ args: [{
215
+ selector: 'xv-checkbox-v2',
216
+ changeDetection: ChangeDetectionStrategy.OnPush,
217
+ template: '<ng-content></ng-content>',
218
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
219
+ inputs: ['align', 'checked', 'disabled', 'error', 'indeterminate', 'label', 'name', 'partial', 'readonly', 'required', 'size', 'value'],
220
+ outputs: ['eventChange', 'eventInput', 'eventFocus', 'eventBlur'],
221
+ standalone: false
222
+ }]
223
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { eventChange: [{
224
+ type: Output
225
+ }], eventInput: [{
226
+ type: Output
227
+ }], eventFocus: [{
228
+ type: Output
229
+ }], eventBlur: [{
230
+ type: Output
231
+ }] } });
232
+ let XvContentSwitcherItemV2 = class XvContentSwitcherItemV2 {
233
+ z;
234
+ el;
235
+ constructor(c, r, z) {
236
+ this.z = z;
237
+ c.detach();
238
+ this.el = r.nativeElement;
239
+ }
240
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvContentSwitcherItemV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
241
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvContentSwitcherItemV2, isStandalone: false, selector: "xv-content-switcher-item-v2", inputs: { disabled: "disabled", icon: "icon", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
242
+ };
243
+ XvContentSwitcherItemV2 = __decorate([
244
+ ProxyCmp({
245
+ inputs: ['disabled', 'icon', 'label', 'value']
246
+ })
247
+ ], XvContentSwitcherItemV2);
248
+ export { XvContentSwitcherItemV2 };
249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvContentSwitcherItemV2, decorators: [{
250
+ type: Component,
251
+ args: [{
252
+ selector: 'xv-content-switcher-item-v2',
253
+ changeDetection: ChangeDetectionStrategy.OnPush,
254
+ template: '<ng-content></ng-content>',
255
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
256
+ inputs: ['disabled', 'icon', 'label', 'value'],
257
+ standalone: false
258
+ }]
259
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
260
+ let XvContentSwitcherV2 = class XvContentSwitcherV2 {
261
+ z;
262
+ el;
263
+ selectedChange = new EventEmitter();
264
+ constructor(c, r, z) {
265
+ this.z = z;
266
+ c.detach();
267
+ this.el = r.nativeElement;
268
+ }
269
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvContentSwitcherV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
270
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvContentSwitcherV2, isStandalone: false, selector: "xv-content-switcher-v2", inputs: { block: "block", controlled: "controlled", disabled: "disabled", iconOnly: "iconOnly", selected: "selected", size: "size" }, outputs: { selectedChange: "selectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
271
+ };
272
+ XvContentSwitcherV2 = __decorate([
273
+ ProxyCmp({
274
+ inputs: ['block', 'controlled', 'disabled', 'iconOnly', 'selected', 'size']
275
+ })
276
+ ], XvContentSwitcherV2);
277
+ export { XvContentSwitcherV2 };
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvContentSwitcherV2, decorators: [{
279
+ type: Component,
280
+ args: [{
281
+ selector: 'xv-content-switcher-v2',
282
+ changeDetection: ChangeDetectionStrategy.OnPush,
283
+ template: '<ng-content></ng-content>',
284
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
285
+ inputs: ['block', 'controlled', 'disabled', 'iconOnly', 'selected', 'size'],
286
+ outputs: ['selectedChange'],
287
+ standalone: false
288
+ }]
289
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectedChange: [{
290
+ type: Output
291
+ }] } });
292
+ let XvDataTable = class XvDataTable {
293
+ z;
294
+ el;
295
+ reorderChange = new EventEmitter();
296
+ constructor(c, r, z) {
297
+ this.z = z;
298
+ c.detach();
299
+ this.el = r.nativeElement;
300
+ }
301
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
302
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDataTable, isStandalone: false, selector: "xv-data-table", inputs: { block: "block", columnWidths: "columnWidths", hover: "hover", loading: "loading", multiple: "multiple", reorderHandle: "reorderHandle", reorderable: "reorderable", size: "size" }, outputs: { reorderChange: "reorderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
303
+ };
304
+ XvDataTable = __decorate([
305
+ ProxyCmp({
306
+ inputs: ['block', 'columnWidths', 'hover', 'loading', 'multiple', 'reorderHandle', 'reorderable', 'size']
307
+ })
308
+ ], XvDataTable);
309
+ export { XvDataTable };
310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTable, decorators: [{
311
+ type: Component,
312
+ args: [{
313
+ selector: 'xv-data-table',
314
+ changeDetection: ChangeDetectionStrategy.OnPush,
315
+ template: '<ng-content></ng-content>',
316
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
317
+ inputs: ['block', 'columnWidths', 'hover', 'loading', 'multiple', 'reorderHandle', 'reorderable', 'size'],
318
+ outputs: ['reorderChange'],
319
+ standalone: false
320
+ }]
321
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { reorderChange: [{
322
+ type: Output
323
+ }] } });
324
+ let XvDataTableCell = class XvDataTableCell {
325
+ z;
326
+ el;
327
+ sortChange = new EventEmitter();
328
+ constructor(c, r, z) {
329
+ this.z = z;
330
+ c.detach();
331
+ this.el = r.nativeElement;
332
+ }
333
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
334
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDataTableCell, isStandalone: false, selector: "xv-data-table-cell", inputs: { align: "align", multiline: "multiline", name: "name", sort: "sort", tooltip: "tooltip", width: "width" }, outputs: { sortChange: "sortChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
335
+ };
336
+ XvDataTableCell = __decorate([
337
+ ProxyCmp({
338
+ inputs: ['align', 'multiline', 'name', 'sort', 'tooltip', 'width']
339
+ })
340
+ ], XvDataTableCell);
341
+ export { XvDataTableCell };
342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableCell, decorators: [{
343
+ type: Component,
344
+ args: [{
345
+ selector: 'xv-data-table-cell',
346
+ changeDetection: ChangeDetectionStrategy.OnPush,
347
+ template: '<ng-content></ng-content>',
348
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
349
+ inputs: ['align', 'multiline', 'name', 'sort', 'tooltip', 'width'],
350
+ outputs: ['sortChange'],
351
+ standalone: false
352
+ }]
353
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sortChange: [{
354
+ type: Output
355
+ }] } });
356
+ let XvDataTableCollapse = class XvDataTableCollapse {
357
+ z;
358
+ el;
359
+ collapsedChange = new EventEmitter();
360
+ constructor(c, r, z) {
361
+ this.z = z;
362
+ c.detach();
363
+ this.el = r.nativeElement;
364
+ }
365
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableCollapse, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
366
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDataTableCollapse, isStandalone: false, selector: "xv-data-table-collapse", inputs: { collapsed: "collapsed" }, outputs: { collapsedChange: "collapsedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
367
+ };
368
+ XvDataTableCollapse = __decorate([
369
+ ProxyCmp({
370
+ inputs: ['collapsed'],
371
+ methods: ['setCollapsed']
372
+ })
373
+ ], XvDataTableCollapse);
374
+ export { XvDataTableCollapse };
375
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableCollapse, decorators: [{
376
+ type: Component,
377
+ args: [{
378
+ selector: 'xv-data-table-collapse',
379
+ changeDetection: ChangeDetectionStrategy.OnPush,
380
+ template: '<ng-content></ng-content>',
381
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
382
+ inputs: ['collapsed'],
383
+ outputs: ['collapsedChange'],
384
+ standalone: false
385
+ }]
386
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { collapsedChange: [{
387
+ type: Output
388
+ }] } });
389
+ let XvDataTableRow = class XvDataTableRow {
390
+ z;
391
+ el;
392
+ check = new EventEmitter();
393
+ constructor(c, r, z) {
394
+ this.z = z;
395
+ c.detach();
396
+ this.el = r.nativeElement;
397
+ }
398
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
399
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDataTableRow, isStandalone: false, selector: "xv-data-table-row", inputs: { checked: "checked", collapsable: "collapsable", collapse: "collapse", disabled: "disabled", footer: "footer", group: "group", header: "header", hover: "hover", name: "name", partial: "partial", readonly: "readonly", required: "required", value: "value", variant: "variant" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
400
+ };
401
+ XvDataTableRow = __decorate([
402
+ ProxyCmp({
403
+ inputs: ['checked', 'collapsable', 'collapse', 'disabled', 'footer', 'group', 'header', 'hover', 'name', 'partial', 'readonly', 'required', 'value', 'variant'],
404
+ methods: ['close']
405
+ })
406
+ ], XvDataTableRow);
407
+ export { XvDataTableRow };
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDataTableRow, decorators: [{
409
+ type: Component,
410
+ args: [{
411
+ selector: 'xv-data-table-row',
412
+ changeDetection: ChangeDetectionStrategy.OnPush,
413
+ template: '<ng-content></ng-content>',
414
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
415
+ inputs: ['checked', 'collapsable', 'collapse', 'disabled', 'footer', 'group', 'header', 'hover', 'name', 'partial', 'readonly', 'required', 'value', 'variant'],
416
+ outputs: ['check'],
417
+ standalone: false
418
+ }]
419
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { check: [{
420
+ type: Output
421
+ }] } });
422
+ let XvDatePicker = class XvDatePicker {
423
+ z;
424
+ el;
425
+ valueChange = new EventEmitter();
426
+ xvBlur = new EventEmitter();
427
+ openChange = new EventEmitter();
428
+ constructor(c, r, z) {
429
+ this.z = z;
430
+ c.detach();
431
+ this.el = r.nativeElement;
432
+ }
433
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
434
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDatePicker, isStandalone: false, selector: "xv-date-picker", inputs: { block: "block", clearable: "clearable", disabled: "disabled", disabledDates: "disabledDates", disabledWeekdays: "disabledWeekdays", error: "error", helper: "helper", label: "label", labelEnd: "labelEnd", labelStart: "labelStart", loading: "loading", locale: "locale", max: "max", min: "min", minuteStep: "minuteStep", offset: "offset", placeholder: "placeholder", placement: "placement", precision: "precision", readonly: "readonly", required: "required", selection: "selection", showWeekNumbers: "showWeekNumbers", size: "size", value: "value", warning: "warning", weekStartsOn: "weekStartsOn", withTime: "withTime" }, outputs: { valueChange: "valueChange", xvBlur: "xvBlur", openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
435
+ };
436
+ XvDatePicker = __decorate([
437
+ ProxyCmp({
438
+ inputs: ['block', 'clearable', 'disabled', 'disabledDates', 'disabledWeekdays', 'error', 'helper', 'label', 'labelEnd', 'labelStart', 'loading', 'locale', 'max', 'min', 'minuteStep', 'offset', 'placeholder', 'placement', 'precision', 'readonly', 'required', 'selection', 'showWeekNumbers', 'size', 'value', 'warning', 'weekStartsOn', 'withTime']
439
+ })
440
+ ], XvDatePicker);
441
+ export { XvDatePicker };
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDatePicker, decorators: [{
443
+ type: Component,
444
+ args: [{
445
+ selector: 'xv-date-picker',
446
+ changeDetection: ChangeDetectionStrategy.OnPush,
447
+ template: '<ng-content></ng-content>',
448
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
449
+ inputs: ['block', 'clearable', 'disabled', 'disabledDates', 'disabledWeekdays', 'error', 'helper', 'label', 'labelEnd', 'labelStart', 'loading', 'locale', 'max', 'min', 'minuteStep', 'offset', 'placeholder', 'placement', 'precision', 'readonly', 'required', 'selection', 'showWeekNumbers', 'size', 'value', 'warning', 'weekStartsOn', 'withTime'],
450
+ outputs: ['valueChange', 'xvBlur', 'openChange'],
451
+ standalone: false
452
+ }]
453
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
454
+ type: Output
455
+ }], xvBlur: [{
456
+ type: Output
457
+ }], openChange: [{
458
+ type: Output
459
+ }] } });
460
+ let XvDatepicker = class XvDatepicker {
461
+ z;
462
+ el;
463
+ valueChange = new EventEmitter();
464
+ xvBlur = new EventEmitter();
465
+ constructor(c, r, z) {
466
+ this.z = z;
467
+ c.detach();
468
+ this.el = r.nativeElement;
469
+ }
470
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
471
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDatepicker, isStandalone: false, selector: "xv-datepicker", inputs: { block: "block", disabled: "disabled", disabledDates: "disabledDates", error: "error", helper: "helper", label: "label", loading: "loading", max: "max", min: "min", readonly: "readonly", size: "size", value: "value", variant: "variant", warning: "warning" }, outputs: { valueChange: "valueChange", xvBlur: "xvBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
472
+ };
473
+ XvDatepicker = __decorate([
474
+ ProxyCmp({
475
+ inputs: ['block', 'disabled', 'disabledDates', 'error', 'helper', 'label', 'loading', 'max', 'min', 'readonly', 'size', 'value', 'variant', 'warning']
476
+ })
477
+ ], XvDatepicker);
478
+ export { XvDatepicker };
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDatepicker, decorators: [{
480
+ type: Component,
481
+ args: [{
482
+ selector: 'xv-datepicker',
483
+ changeDetection: ChangeDetectionStrategy.OnPush,
484
+ template: '<ng-content></ng-content>',
485
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
486
+ inputs: ['block', 'disabled', 'disabledDates', 'error', 'helper', 'label', 'loading', 'max', 'min', 'readonly', 'size', 'value', 'variant', 'warning'],
487
+ outputs: ['valueChange', 'xvBlur'],
488
+ standalone: false
489
+ }]
490
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
491
+ type: Output
492
+ }], xvBlur: [{
493
+ type: Output
494
+ }] } });
495
+ let XvDropdownV2 = class XvDropdownV2 {
496
+ z;
497
+ el;
498
+ changeSelection = new EventEmitter();
499
+ openChange = new EventEmitter();
500
+ constructor(c, r, z) {
501
+ this.z = z;
502
+ c.detach();
503
+ this.el = r.nativeElement;
504
+ }
505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDropdownV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
506
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDropdownV2, isStandalone: false, selector: "xv-dropdown-v2", inputs: { defaultValue: "defaultValue", disabled: "disabled", error: "error", helper: "helper", info: "info", label: "label", loading: "loading", multiple: "multiple", open: "open", placeholder: "placeholder", position: "position", readonly: "readonly", required: "required", search: "search", searchPlaceholder: "searchPlaceholder", size: "size", value: "value", variant: "variant", warning: "warning" }, outputs: { changeSelection: "changeSelection", openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
507
+ };
508
+ XvDropdownV2 = __decorate([
509
+ ProxyCmp({
510
+ inputs: ['defaultValue', 'disabled', 'error', 'helper', 'info', 'label', 'loading', 'multiple', 'open', 'placeholder', 'position', 'readonly', 'required', 'search', 'searchPlaceholder', 'size', 'value', 'variant', 'warning']
511
+ })
512
+ ], XvDropdownV2);
513
+ export { XvDropdownV2 };
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDropdownV2, decorators: [{
515
+ type: Component,
516
+ args: [{
517
+ selector: 'xv-dropdown-v2',
518
+ changeDetection: ChangeDetectionStrategy.OnPush,
519
+ template: '<ng-content></ng-content>',
520
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
521
+ inputs: ['defaultValue', 'disabled', 'error', 'helper', 'info', 'label', 'loading', 'multiple', 'open', 'placeholder', 'position', 'readonly', 'required', 'search', 'searchPlaceholder', 'size', 'value', 'variant', 'warning'],
522
+ outputs: ['changeSelection', 'openChange'],
523
+ standalone: false
524
+ }]
525
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { changeSelection: [{
526
+ type: Output
527
+ }], openChange: [{
528
+ type: Output
529
+ }] } });
530
+ let XvDropdownV2Item = class XvDropdownV2Item {
531
+ z;
532
+ el;
533
+ itemSelected = new EventEmitter();
534
+ constructor(c, r, z) {
535
+ this.z = z;
536
+ c.detach();
537
+ this.el = r.nativeElement;
538
+ }
539
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDropdownV2Item, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
540
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvDropdownV2Item, isStandalone: false, selector: "xv-dropdown-v2-item", inputs: { disabled: "disabled", multiple: "multiple", selected: "selected", size: "size", value: "value" }, outputs: { itemSelected: "itemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
541
+ };
542
+ XvDropdownV2Item = __decorate([
543
+ ProxyCmp({
544
+ inputs: ['disabled', 'multiple', 'selected', 'size', 'value']
545
+ })
546
+ ], XvDropdownV2Item);
547
+ export { XvDropdownV2Item };
548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvDropdownV2Item, decorators: [{
549
+ type: Component,
550
+ args: [{
551
+ selector: 'xv-dropdown-v2-item',
552
+ changeDetection: ChangeDetectionStrategy.OnPush,
553
+ template: '<ng-content></ng-content>',
554
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
555
+ inputs: ['disabled', 'multiple', 'selected', 'size', 'value'],
556
+ outputs: ['itemSelected'],
557
+ standalone: false
558
+ }]
559
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemSelected: [{
560
+ type: Output
561
+ }] } });
562
+ let XvFileUploader = class XvFileUploader {
563
+ z;
564
+ el;
565
+ filesChange = new EventEmitter();
566
+ fileRemoved = new EventEmitter();
567
+ constructor(c, r, z) {
568
+ this.z = z;
569
+ c.detach();
570
+ this.el = r.nativeElement;
571
+ }
572
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
573
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvFileUploader, isStandalone: false, selector: "xv-file-uploader", inputs: { accept: "accept", addText: "addText", buttonVariant: "buttonVariant", description: "description", disabled: "disabled", error: "error", errors: "errors", files: "files", helper: "helper", label: "label", loadingStates: "loadingStates", maxFileSizeMB: "maxFileSizeMB", maxFiles: "maxFiles", multiple: "multiple", size: "size", variant: "variant", warning: "warning" }, outputs: { filesChange: "filesChange", fileRemoved: "fileRemoved" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
574
+ };
575
+ XvFileUploader = __decorate([
576
+ ProxyCmp({
577
+ inputs: ['accept', 'addText', 'buttonVariant', 'description', 'disabled', 'error', 'errors', 'files', 'helper', 'label', 'loadingStates', 'maxFileSizeMB', 'maxFiles', 'multiple', 'size', 'variant', 'warning'],
578
+ methods: ['clearFiles']
579
+ })
580
+ ], XvFileUploader);
581
+ export { XvFileUploader };
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvFileUploader, decorators: [{
583
+ type: Component,
584
+ args: [{
585
+ selector: 'xv-file-uploader',
586
+ changeDetection: ChangeDetectionStrategy.OnPush,
587
+ template: '<ng-content></ng-content>',
588
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
589
+ inputs: ['accept', 'addText', 'buttonVariant', 'description', 'disabled', 'error', 'errors', 'files', 'helper', 'label', 'loadingStates', 'maxFileSizeMB', 'maxFiles', 'multiple', 'size', 'variant', 'warning'],
590
+ outputs: ['filesChange', 'fileRemoved'],
591
+ standalone: false
592
+ }]
593
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filesChange: [{
594
+ type: Output
595
+ }], fileRemoved: [{
596
+ type: Output
597
+ }] } });
598
+ let XvFooter = class XvFooter {
599
+ z;
600
+ el;
601
+ constructor(c, r, z) {
602
+ this.z = z;
603
+ c.detach();
604
+ this.el = r.nativeElement;
605
+ }
606
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
607
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvFooter, isStandalone: false, selector: "xv-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
608
+ };
609
+ XvFooter = __decorate([
610
+ ProxyCmp({})
611
+ ], XvFooter);
612
+ export { XvFooter };
613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvFooter, decorators: [{
614
+ type: Component,
615
+ args: [{
616
+ selector: 'xv-footer',
617
+ changeDetection: ChangeDetectionStrategy.OnPush,
618
+ template: '<ng-content></ng-content>',
619
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
620
+ inputs: [],
621
+ standalone: false
622
+ }]
623
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
624
+ let XvGeoMapV2 = class XvGeoMapV2 {
625
+ z;
626
+ el;
627
+ changeSelection = new EventEmitter();
628
+ mapReady = new EventEmitter();
629
+ constructor(c, r, z) {
630
+ this.z = z;
631
+ c.detach();
632
+ this.el = r.nativeElement;
633
+ }
634
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvGeoMapV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
635
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvGeoMapV2, isStandalone: false, selector: "xv-geo-map-v2", inputs: { apiBase: "apiBase", attribution: "attribution", centerLat: "centerLat", centerLng: "centerLng", indicator: "indicator", indicatorLabel: "indicatorLabel", language: "language", lazy: "lazy", level: "level", resolution: "resolution", selectZoom: "selectZoom", showSearch: "showSearch", styleUrl: "styleUrl", tiles: "tiles", workerUrl: "workerUrl", zoom: "zoom" }, outputs: { changeSelection: "changeSelection", mapReady: "mapReady" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
636
+ };
637
+ XvGeoMapV2 = __decorate([
638
+ ProxyCmp({
639
+ inputs: ['apiBase', 'attribution', 'centerLat', 'centerLng', 'indicator', 'indicatorLabel', 'language', 'lazy', 'level', 'resolution', 'selectZoom', 'showSearch', 'styleUrl', 'tiles', 'workerUrl', 'zoom'],
640
+ methods: ['selectByRadius', 'selectPostalCodes', 'clearSelection', 'previewByRadius', 'clearPreview']
641
+ })
642
+ ], XvGeoMapV2);
643
+ export { XvGeoMapV2 };
644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvGeoMapV2, decorators: [{
645
+ type: Component,
646
+ args: [{
647
+ selector: 'xv-geo-map-v2',
648
+ changeDetection: ChangeDetectionStrategy.OnPush,
649
+ template: '<ng-content></ng-content>',
650
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
651
+ inputs: ['apiBase', 'attribution', 'centerLat', 'centerLng', 'indicator', 'indicatorLabel', 'language', 'lazy', 'level', 'resolution', 'selectZoom', 'showSearch', 'styleUrl', 'tiles', 'workerUrl', 'zoom'],
652
+ outputs: ['changeSelection', 'mapReady'],
653
+ standalone: false
654
+ }]
655
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { changeSelection: [{
656
+ type: Output
657
+ }], mapReady: [{
658
+ type: Output
659
+ }] } });
660
+ let XvHeader = class XvHeader {
661
+ z;
662
+ el;
663
+ xvMetaNavUpdate = new EventEmitter();
664
+ constructor(c, r, z) {
665
+ this.z = z;
666
+ c.detach();
667
+ this.el = r.nativeElement;
668
+ }
669
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
670
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvHeader, isStandalone: false, selector: "xv-header", outputs: { xvMetaNavUpdate: "xvMetaNavUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
671
+ };
672
+ XvHeader = __decorate([
673
+ ProxyCmp({})
674
+ ], XvHeader);
675
+ export { XvHeader };
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvHeader, decorators: [{
677
+ type: Component,
678
+ args: [{
679
+ selector: 'xv-header',
680
+ changeDetection: ChangeDetectionStrategy.OnPush,
681
+ template: '<ng-content></ng-content>',
682
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
683
+ inputs: [],
684
+ outputs: ['xvMetaNavUpdate'],
685
+ standalone: false
686
+ }]
687
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { xvMetaNavUpdate: [{
688
+ type: Output
689
+ }] } });
690
+ let XvHeaderNext = class XvHeaderNext {
691
+ z;
692
+ el;
693
+ xvMetaNavUpdate = new EventEmitter();
694
+ constructor(c, r, z) {
695
+ this.z = z;
696
+ c.detach();
697
+ this.el = r.nativeElement;
698
+ }
699
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvHeaderNext, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
700
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvHeaderNext, isStandalone: false, selector: "xv-header-next", inputs: { currentLocale: "currentLocale", locales: "locales", menuData: "menuData" }, outputs: { xvMetaNavUpdate: "xvMetaNavUpdate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
701
+ };
702
+ XvHeaderNext = __decorate([
703
+ ProxyCmp({
704
+ inputs: ['currentLocale', 'locales', 'menuData']
705
+ })
706
+ ], XvHeaderNext);
707
+ export { XvHeaderNext };
708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvHeaderNext, decorators: [{
709
+ type: Component,
710
+ args: [{
711
+ selector: 'xv-header-next',
712
+ changeDetection: ChangeDetectionStrategy.OnPush,
713
+ template: '<ng-content></ng-content>',
714
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
715
+ inputs: ['currentLocale', 'locales', 'menuData'],
716
+ outputs: ['xvMetaNavUpdate'],
717
+ standalone: false
718
+ }]
719
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { xvMetaNavUpdate: [{
720
+ type: Output
721
+ }] } });
722
+ let XvImageViewer = class XvImageViewer {
723
+ z;
724
+ el;
725
+ imageError = new EventEmitter();
726
+ constructor(c, r, z) {
727
+ this.z = z;
728
+ c.detach();
729
+ this.el = r.nativeElement;
730
+ }
731
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvImageViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
732
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvImageViewer, isStandalone: false, selector: "xv-image-viewer", inputs: { alt: "alt", fullscreenSrc: "fullscreenSrc", lazy: "lazy", placeholder: "placeholder", src: "src" }, outputs: { imageError: "imageError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
733
+ };
734
+ XvImageViewer = __decorate([
735
+ ProxyCmp({
736
+ inputs: ['alt', 'fullscreenSrc', 'lazy', 'placeholder', 'src']
737
+ })
738
+ ], XvImageViewer);
739
+ export { XvImageViewer };
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvImageViewer, decorators: [{
741
+ type: Component,
742
+ args: [{
743
+ selector: 'xv-image-viewer',
744
+ changeDetection: ChangeDetectionStrategy.OnPush,
745
+ template: '<ng-content></ng-content>',
746
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
747
+ inputs: ['alt', 'fullscreenSrc', 'lazy', 'placeholder', { name: 'src', required: true }],
748
+ outputs: ['imageError'],
749
+ standalone: false
750
+ }]
751
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { imageError: [{
752
+ type: Output
753
+ }] } });
754
+ let XvLinkV2 = class XvLinkV2 {
755
+ z;
756
+ el;
757
+ constructor(c, r, z) {
758
+ this.z = z;
759
+ c.detach();
760
+ this.el = r.nativeElement;
761
+ }
762
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLinkV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
763
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvLinkV2, isStandalone: false, selector: "xv-link-v2", inputs: { disabled: "disabled", href: "href", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
764
+ };
765
+ XvLinkV2 = __decorate([
766
+ ProxyCmp({
767
+ inputs: ['disabled', 'href', 'size', 'target', 'variant']
768
+ })
769
+ ], XvLinkV2);
770
+ export { XvLinkV2 };
771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLinkV2, decorators: [{
772
+ type: Component,
773
+ args: [{
774
+ selector: 'xv-link-v2',
775
+ changeDetection: ChangeDetectionStrategy.OnPush,
776
+ template: '<ng-content></ng-content>',
777
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
778
+ inputs: ['disabled', 'href', 'size', 'target', 'variant'],
779
+ standalone: false
780
+ }]
781
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
782
+ let XvLoaderV2 = class XvLoaderV2 {
783
+ z;
784
+ el;
785
+ constructor(c, r, z) {
786
+ this.z = z;
787
+ c.detach();
788
+ this.el = r.nativeElement;
789
+ }
790
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLoaderV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
791
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvLoaderV2, isStandalone: false, selector: "xv-loader-v2", inputs: { show: "show", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
792
+ };
793
+ XvLoaderV2 = __decorate([
794
+ ProxyCmp({
795
+ inputs: ['show', 'size', 'variant']
796
+ })
797
+ ], XvLoaderV2);
798
+ export { XvLoaderV2 };
799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLoaderV2, decorators: [{
800
+ type: Component,
801
+ args: [{
802
+ selector: 'xv-loader-v2',
803
+ changeDetection: ChangeDetectionStrategy.OnPush,
804
+ template: '<ng-content></ng-content>',
805
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
806
+ inputs: ['show', 'size', 'variant'],
807
+ standalone: false
808
+ }]
809
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
810
+ let XvLoginModal = class XvLoginModal {
811
+ z;
812
+ el;
813
+ close = new EventEmitter();
814
+ constructor(c, r, z) {
815
+ this.z = z;
816
+ c.detach();
817
+ this.el = r.nativeElement;
818
+ }
819
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLoginModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
820
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvLoginModal, isStandalone: false, selector: "xv-login-modal", inputs: { visible: "visible" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
821
+ };
822
+ XvLoginModal = __decorate([
823
+ ProxyCmp({
824
+ inputs: ['visible']
825
+ })
826
+ ], XvLoginModal);
827
+ export { XvLoginModal };
828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvLoginModal, decorators: [{
829
+ type: Component,
830
+ args: [{
831
+ selector: 'xv-login-modal',
832
+ changeDetection: ChangeDetectionStrategy.OnPush,
833
+ template: '<ng-content></ng-content>',
834
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
835
+ inputs: ['visible'],
836
+ outputs: ['close'],
837
+ standalone: false
838
+ }]
839
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { close: [{
840
+ type: Output
841
+ }] } });
842
+ let XvMegaMenu = class XvMegaMenu {
843
+ z;
844
+ el;
845
+ openChange = new EventEmitter();
846
+ constructor(c, r, z) {
847
+ this.z = z;
848
+ c.detach();
849
+ this.el = r.nativeElement;
850
+ }
851
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvMegaMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
852
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvMegaMenu, isStandalone: false, selector: "xv-mega-menu", inputs: { open: "open" }, outputs: { openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
853
+ };
854
+ XvMegaMenu = __decorate([
855
+ ProxyCmp({
856
+ inputs: ['open']
857
+ })
858
+ ], XvMegaMenu);
859
+ export { XvMegaMenu };
860
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvMegaMenu, decorators: [{
861
+ type: Component,
862
+ args: [{
863
+ selector: 'xv-mega-menu',
864
+ changeDetection: ChangeDetectionStrategy.OnPush,
865
+ template: '<ng-content></ng-content>',
866
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
867
+ inputs: ['open'],
868
+ outputs: ['openChange'],
869
+ standalone: false
870
+ }]
871
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { openChange: [{
872
+ type: Output
873
+ }] } });
874
+ let XvMegaMenuNext = class XvMegaMenuNext {
875
+ z;
876
+ el;
877
+ openChange = new EventEmitter();
878
+ constructor(c, r, z) {
879
+ this.z = z;
880
+ c.detach();
881
+ this.el = r.nativeElement;
882
+ }
883
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvMegaMenuNext, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
884
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvMegaMenuNext, isStandalone: false, selector: "xv-mega-menu-next", inputs: { menuData: "menuData", open: "open" }, outputs: { openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
885
+ };
886
+ XvMegaMenuNext = __decorate([
887
+ ProxyCmp({
888
+ inputs: ['menuData', 'open']
889
+ })
890
+ ], XvMegaMenuNext);
891
+ export { XvMegaMenuNext };
892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvMegaMenuNext, decorators: [{
893
+ type: Component,
894
+ args: [{
895
+ selector: 'xv-mega-menu-next',
896
+ changeDetection: ChangeDetectionStrategy.OnPush,
897
+ template: '<ng-content></ng-content>',
898
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
899
+ inputs: ['menuData', 'open'],
900
+ outputs: ['openChange'],
901
+ standalone: false
902
+ }]
903
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { openChange: [{
904
+ type: Output
905
+ }] } });
906
+ let XvModalV2 = class XvModalV2 {
907
+ z;
908
+ el;
909
+ openChange = new EventEmitter();
910
+ constructor(c, r, z) {
911
+ this.z = z;
912
+ c.detach();
913
+ this.el = r.nativeElement;
914
+ }
915
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvModalV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
916
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvModalV2, isStandalone: false, selector: "xv-modal-v2", inputs: { loading: "loading", open: "open", overflow: "overflow", permanent: "permanent", size: "size" }, outputs: { openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
917
+ };
918
+ XvModalV2 = __decorate([
919
+ ProxyCmp({
920
+ inputs: ['loading', 'open', 'overflow', 'permanent', 'size'],
921
+ methods: ['openModal', 'closeModal']
922
+ })
923
+ ], XvModalV2);
924
+ export { XvModalV2 };
925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvModalV2, decorators: [{
926
+ type: Component,
927
+ args: [{
928
+ selector: 'xv-modal-v2',
929
+ changeDetection: ChangeDetectionStrategy.OnPush,
930
+ template: '<ng-content></ng-content>',
931
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
932
+ inputs: ['loading', 'open', 'overflow', 'permanent', 'size'],
933
+ outputs: ['openChange'],
934
+ standalone: false
935
+ }]
936
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { openChange: [{
937
+ type: Output
938
+ }] } });
939
+ let XvNotificationV2 = class XvNotificationV2 {
940
+ z;
941
+ el;
942
+ close = new EventEmitter();
943
+ constructor(c, r, z) {
944
+ this.z = z;
945
+ c.detach();
946
+ this.el = r.nativeElement;
947
+ }
948
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvNotificationV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
949
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvNotificationV2, isStandalone: false, selector: "xv-notification-v2", inputs: { dismissible: "dismissible", variant: "variant" }, outputs: { close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
950
+ };
951
+ XvNotificationV2 = __decorate([
952
+ ProxyCmp({
953
+ inputs: ['dismissible', 'variant']
954
+ })
955
+ ], XvNotificationV2);
956
+ export { XvNotificationV2 };
957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvNotificationV2, decorators: [{
958
+ type: Component,
959
+ args: [{
960
+ selector: 'xv-notification-v2',
961
+ changeDetection: ChangeDetectionStrategy.OnPush,
962
+ template: '<ng-content></ng-content>',
963
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
964
+ inputs: ['dismissible', 'variant'],
965
+ outputs: ['close'],
966
+ standalone: false
967
+ }]
968
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { close: [{
969
+ type: Output
970
+ }] } });
971
+ let XvNumberInputV2 = class XvNumberInputV2 {
972
+ z;
973
+ el;
974
+ valueChange = new EventEmitter();
975
+ constructor(c, r, z) {
976
+ this.z = z;
977
+ c.detach();
978
+ this.el = r.nativeElement;
979
+ }
980
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvNumberInputV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
981
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvNumberInputV2, isStandalone: false, selector: "xv-number-input-v2", inputs: { block: "block", disabled: "disabled", error: "error", helper: "helper", label: "label", loading: "loading", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", size: "size", step: "step", value: "value", warning: "warning" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
982
+ };
983
+ XvNumberInputV2 = __decorate([
984
+ ProxyCmp({
985
+ inputs: ['block', 'disabled', 'error', 'helper', 'label', 'loading', 'max', 'min', 'name', 'placeholder', 'readonly', 'size', 'step', 'value', 'warning']
986
+ })
987
+ ], XvNumberInputV2);
988
+ export { XvNumberInputV2 };
989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvNumberInputV2, decorators: [{
990
+ type: Component,
991
+ args: [{
992
+ selector: 'xv-number-input-v2',
993
+ changeDetection: ChangeDetectionStrategy.OnPush,
994
+ template: '<ng-content></ng-content>',
995
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
996
+ inputs: ['block', 'disabled', 'error', 'helper', 'label', 'loading', 'max', 'min', 'name', 'placeholder', 'readonly', 'size', 'step', 'value', 'warning'],
997
+ outputs: ['valueChange'],
998
+ standalone: false
999
+ }]
1000
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1001
+ type: Output
1002
+ }] } });
1003
+ let XvOverflowMenuV2 = class XvOverflowMenuV2 {
1004
+ z;
1005
+ el;
1006
+ selectItem = new EventEmitter();
1007
+ openChange = new EventEmitter();
1008
+ constructor(c, r, z) {
1009
+ this.z = z;
1010
+ c.detach();
1011
+ this.el = r.nativeElement;
1012
+ }
1013
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvOverflowMenuV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1014
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvOverflowMenuV2, isStandalone: false, selector: "xv-overflow-menu-v2", inputs: { alignment: "alignment", anchor: "anchor", disabled: "disabled", open: "open", position: "position", size: "size", tooltip: "tooltip" }, outputs: { selectItem: "selectItem", openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1015
+ };
1016
+ XvOverflowMenuV2 = __decorate([
1017
+ ProxyCmp({
1018
+ inputs: ['alignment', 'anchor', 'disabled', 'open', 'position', 'size', 'tooltip'],
1019
+ methods: ['openMenu', 'closeMenu', 'toggleMenu']
1020
+ })
1021
+ ], XvOverflowMenuV2);
1022
+ export { XvOverflowMenuV2 };
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvOverflowMenuV2, decorators: [{
1024
+ type: Component,
1025
+ args: [{
1026
+ selector: 'xv-overflow-menu-v2',
1027
+ changeDetection: ChangeDetectionStrategy.OnPush,
1028
+ template: '<ng-content></ng-content>',
1029
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1030
+ inputs: ['alignment', 'anchor', 'disabled', 'open', 'position', 'size', 'tooltip'],
1031
+ outputs: ['selectItem', 'openChange'],
1032
+ standalone: false
1033
+ }]
1034
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectItem: [{
1035
+ type: Output
1036
+ }], openChange: [{
1037
+ type: Output
1038
+ }] } });
1039
+ let XvOverflowMenuV2Item = class XvOverflowMenuV2Item {
1040
+ z;
1041
+ el;
1042
+ itemClick = new EventEmitter();
1043
+ constructor(c, r, z) {
1044
+ this.z = z;
1045
+ c.detach();
1046
+ this.el = r.nativeElement;
1047
+ }
1048
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvOverflowMenuV2Item, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1049
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvOverflowMenuV2Item, isStandalone: false, selector: "xv-overflow-menu-v2-item", inputs: { clickable: "clickable", disabled: "disabled", divider: "divider", href: "href", target: "target", value: "value", variant: "variant" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1050
+ };
1051
+ XvOverflowMenuV2Item = __decorate([
1052
+ ProxyCmp({
1053
+ inputs: ['clickable', 'disabled', 'divider', 'href', 'target', 'value', 'variant']
1054
+ })
1055
+ ], XvOverflowMenuV2Item);
1056
+ export { XvOverflowMenuV2Item };
1057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvOverflowMenuV2Item, decorators: [{
1058
+ type: Component,
1059
+ args: [{
1060
+ selector: 'xv-overflow-menu-v2-item',
1061
+ changeDetection: ChangeDetectionStrategy.OnPush,
1062
+ template: '<ng-content></ng-content>',
1063
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1064
+ inputs: ['clickable', 'disabled', 'divider', 'href', 'target', 'value', 'variant'],
1065
+ outputs: ['itemClick'],
1066
+ standalone: false
1067
+ }]
1068
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
1069
+ type: Output
1070
+ }] } });
1071
+ let XvPagination = class XvPagination {
1072
+ z;
1073
+ el;
1074
+ pageChange = new EventEmitter();
1075
+ constructor(c, r, z) {
1076
+ this.z = z;
1077
+ c.detach();
1078
+ this.el = r.nativeElement;
1079
+ }
1080
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1081
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvPagination, isStandalone: false, selector: "xv-pagination", inputs: { block: "block", itemsPerPage: "itemsPerPage", itemsPerPageOptions: "itemsPerPageOptions", page: "page", responsiveVariant: "responsiveVariant", size: "size", total: "total", totalItems: "totalItems", variant: "variant" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1082
+ };
1083
+ XvPagination = __decorate([
1084
+ ProxyCmp({
1085
+ inputs: ['block', 'itemsPerPage', 'itemsPerPageOptions', 'page', 'responsiveVariant', 'size', 'total', 'totalItems', 'variant']
1086
+ })
1087
+ ], XvPagination);
1088
+ export { XvPagination };
1089
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvPagination, decorators: [{
1090
+ type: Component,
1091
+ args: [{
1092
+ selector: 'xv-pagination',
1093
+ changeDetection: ChangeDetectionStrategy.OnPush,
1094
+ template: '<ng-content></ng-content>',
1095
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1096
+ inputs: ['block', 'itemsPerPage', 'itemsPerPageOptions', 'page', 'responsiveVariant', 'size', 'total', 'totalItems', 'variant'],
1097
+ outputs: ['pageChange'],
1098
+ standalone: false
1099
+ }]
1100
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageChange: [{
1101
+ type: Output
1102
+ }] } });
1103
+ let XvProgressIndicatorV2 = class XvProgressIndicatorV2 {
1104
+ z;
1105
+ el;
1106
+ constructor(c, r, z) {
1107
+ this.z = z;
1108
+ c.detach();
1109
+ this.el = r.nativeElement;
1110
+ }
1111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvProgressIndicatorV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1112
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvProgressIndicatorV2, isStandalone: false, selector: "xv-progress-indicator-v2", inputs: { progress: "progress", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1113
+ };
1114
+ XvProgressIndicatorV2 = __decorate([
1115
+ ProxyCmp({
1116
+ inputs: ['progress', 'size', 'variant']
1117
+ })
1118
+ ], XvProgressIndicatorV2);
1119
+ export { XvProgressIndicatorV2 };
1120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvProgressIndicatorV2, decorators: [{
1121
+ type: Component,
1122
+ args: [{
1123
+ selector: 'xv-progress-indicator-v2',
1124
+ changeDetection: ChangeDetectionStrategy.OnPush,
1125
+ template: '<ng-content></ng-content>',
1126
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1127
+ inputs: ['progress', 'size', 'variant'],
1128
+ standalone: false
1129
+ }]
1130
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1131
+ let XvProgressIndicatorV2Item = class XvProgressIndicatorV2Item {
1132
+ z;
1133
+ el;
1134
+ constructor(c, r, z) {
1135
+ this.z = z;
1136
+ c.detach();
1137
+ this.el = r.nativeElement;
1138
+ }
1139
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvProgressIndicatorV2Item, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1140
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvProgressIndicatorV2Item, isStandalone: false, selector: "xv-progress-indicator-v2-item", inputs: { status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1141
+ };
1142
+ XvProgressIndicatorV2Item = __decorate([
1143
+ ProxyCmp({
1144
+ inputs: ['status']
1145
+ })
1146
+ ], XvProgressIndicatorV2Item);
1147
+ export { XvProgressIndicatorV2Item };
1148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvProgressIndicatorV2Item, decorators: [{
1149
+ type: Component,
1150
+ args: [{
1151
+ selector: 'xv-progress-indicator-v2-item',
1152
+ changeDetection: ChangeDetectionStrategy.OnPush,
1153
+ template: '<ng-content></ng-content>',
1154
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1155
+ inputs: ['status'],
1156
+ standalone: false
1157
+ }]
1158
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1159
+ let XvRadioV2 = class XvRadioV2 {
1160
+ z;
1161
+ el;
1162
+ constructor(c, r, z) {
1163
+ this.z = z;
1164
+ c.detach();
1165
+ this.el = r.nativeElement;
1166
+ }
1167
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvRadioV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1168
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvRadioV2, isStandalone: false, selector: "xv-radio-v2", inputs: { block: "block", checked: "checked", disabled: "disabled", error: "error", helper: "helper", indeterminate: "indeterminate", label: "label", name: "name", readonly: "readonly", required: "required", reverse: "reverse", size: "size", value: "value", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1169
+ };
1170
+ XvRadioV2 = __decorate([
1171
+ ProxyCmp({
1172
+ inputs: ['block', 'checked', 'disabled', 'error', 'helper', 'indeterminate', 'label', 'name', 'readonly', 'required', 'reverse', 'size', 'value', 'warning']
1173
+ })
1174
+ ], XvRadioV2);
1175
+ export { XvRadioV2 };
1176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvRadioV2, decorators: [{
1177
+ type: Component,
1178
+ args: [{
1179
+ selector: 'xv-radio-v2',
1180
+ changeDetection: ChangeDetectionStrategy.OnPush,
1181
+ template: '<ng-content></ng-content>',
1182
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1183
+ inputs: ['block', 'checked', 'disabled', 'error', 'helper', 'indeterminate', 'label', 'name', 'readonly', 'required', 'reverse', 'size', 'value', 'warning'],
1184
+ standalone: false
1185
+ }]
1186
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1187
+ let XvSliderV2 = class XvSliderV2 {
1188
+ z;
1189
+ el;
1190
+ valueChange = new EventEmitter();
1191
+ constructor(c, r, z) {
1192
+ this.z = z;
1193
+ c.detach();
1194
+ this.el = r.nativeElement;
1195
+ }
1196
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvSliderV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1197
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvSliderV2, isStandalone: false, selector: "xv-slider-v2", inputs: { disabled: "disabled", label: "label", max: "max", min: "min", name: "name", notEditable: "notEditable", readonly: "readonly", step: "step", value: "value" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1198
+ };
1199
+ XvSliderV2 = __decorate([
1200
+ ProxyCmp({
1201
+ inputs: ['disabled', 'label', 'max', 'min', 'name', 'notEditable', 'readonly', 'step', 'value']
1202
+ })
1203
+ ], XvSliderV2);
1204
+ export { XvSliderV2 };
1205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvSliderV2, decorators: [{
1206
+ type: Component,
1207
+ args: [{
1208
+ selector: 'xv-slider-v2',
1209
+ changeDetection: ChangeDetectionStrategy.OnPush,
1210
+ template: '<ng-content></ng-content>',
1211
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1212
+ inputs: ['disabled', 'label', 'max', 'min', 'name', 'notEditable', 'readonly', 'step', 'value'],
1213
+ outputs: ['valueChange'],
1214
+ standalone: false
1215
+ }]
1216
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1217
+ type: Output
1218
+ }] } });
1219
+ let XvTabV2 = class XvTabV2 {
1220
+ z;
1221
+ el;
1222
+ constructor(c, r, z) {
1223
+ this.z = z;
1224
+ c.detach();
1225
+ this.el = r.nativeElement;
1226
+ }
1227
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTabV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1228
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTabV2, isStandalone: false, selector: "xv-tab-v2", inputs: { disabled: "disabled", label: "label", loading: "loading", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1229
+ };
1230
+ XvTabV2 = __decorate([
1231
+ ProxyCmp({
1232
+ inputs: ['disabled', 'label', 'loading', 'name']
1233
+ })
1234
+ ], XvTabV2);
1235
+ export { XvTabV2 };
1236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTabV2, decorators: [{
1237
+ type: Component,
1238
+ args: [{
1239
+ selector: 'xv-tab-v2',
1240
+ changeDetection: ChangeDetectionStrategy.OnPush,
1241
+ template: '<ng-content></ng-content>',
1242
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1243
+ inputs: ['disabled', 'label', 'loading', 'name'],
1244
+ standalone: false
1245
+ }]
1246
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1247
+ let XvTable = class XvTable {
1248
+ z;
1249
+ el;
1250
+ sortChange = new EventEmitter();
1251
+ selectedChange = new EventEmitter();
1252
+ expandedChange = new EventEmitter();
1253
+ pageChange = new EventEmitter();
1254
+ layoutChange = new EventEmitter();
1255
+ rowClick = new EventEmitter();
1256
+ rowOrderChange = new EventEmitter();
1257
+ constructor(c, r, z) {
1258
+ this.z = z;
1259
+ c.detach();
1260
+ this.el = r.nativeElement;
1261
+ }
1262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1263
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTable, isStandalone: false, selector: "xv-table", inputs: { block: "block", columns: "columns", columnsLabel: "columnsLabel", description: "description", emptyLabel: "emptyLabel", expandLabel: "expandLabel", expandMode: "expandMode", expanded: "expanded", hover: "hover", label: "label", layout: "layout", loading: "loading", locale: "locale", minWidth: "minWidth", page: "page", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", paginationMode: "paginationMode", reorderLabel: "reorderLabel", reorderable: "reorderable", resetLabel: "resetLabel", resizable: "resizable", rowClickable: "rowClickable", rowKey: "rowKey", rowReorderHandle: "rowReorderHandle", rowReorderable: "rowReorderable", rows: "rows", selected: "selected", selectedLabel: "selectedLabel", selection: "selection", size: "size", skeletonRows: "skeletonRows", sortBy: "sortBy", sortMode: "sortMode", stickyHeader: "stickyHeader", storageKey: "storageKey", storageOwner: "storageOwner", total: "total" }, outputs: { sortChange: "sortChange", selectedChange: "selectedChange", expandedChange: "expandedChange", pageChange: "pageChange", layoutChange: "layoutChange", rowClick: "rowClick", rowOrderChange: "rowOrderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1264
+ };
1265
+ XvTable = __decorate([
1266
+ ProxyCmp({
1267
+ inputs: ['block', 'columns', 'columnsLabel', 'description', 'emptyLabel', 'expandLabel', 'expandMode', 'expanded', 'hover', 'label', 'layout', 'loading', 'locale', 'minWidth', 'page', 'pageSize', 'pageSizeOptions', 'paginationMode', 'reorderLabel', 'reorderable', 'resetLabel', 'resizable', 'rowClickable', 'rowKey', 'rowReorderHandle', 'rowReorderable', 'rows', 'selected', 'selectedLabel', 'selection', 'size', 'skeletonRows', 'sortBy', 'sortMode', 'stickyHeader', 'storageKey', 'storageOwner', 'total'],
1268
+ methods: ['selectAll', 'clearSelection', 'resetLayout', 'getLayout']
1269
+ })
1270
+ ], XvTable);
1271
+ export { XvTable };
1272
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTable, decorators: [{
1273
+ type: Component,
1274
+ args: [{
1275
+ selector: 'xv-table',
1276
+ changeDetection: ChangeDetectionStrategy.OnPush,
1277
+ template: '<ng-content></ng-content>',
1278
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1279
+ inputs: ['block', 'columns', 'columnsLabel', 'description', 'emptyLabel', 'expandLabel', 'expandMode', 'expanded', 'hover', 'label', 'layout', 'loading', 'locale', 'minWidth', 'page', 'pageSize', 'pageSizeOptions', 'paginationMode', 'reorderLabel', 'reorderable', 'resetLabel', 'resizable', 'rowClickable', 'rowKey', 'rowReorderHandle', 'rowReorderable', 'rows', 'selected', 'selectedLabel', 'selection', 'size', 'skeletonRows', 'sortBy', 'sortMode', 'stickyHeader', 'storageKey', 'storageOwner', 'total'],
1280
+ outputs: ['sortChange', 'selectedChange', 'expandedChange', 'pageChange', 'layoutChange', 'rowClick', 'rowOrderChange'],
1281
+ standalone: false
1282
+ }]
1283
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sortChange: [{
1284
+ type: Output
1285
+ }], selectedChange: [{
1286
+ type: Output
1287
+ }], expandedChange: [{
1288
+ type: Output
1289
+ }], pageChange: [{
1290
+ type: Output
1291
+ }], layoutChange: [{
1292
+ type: Output
1293
+ }], rowClick: [{
1294
+ type: Output
1295
+ }], rowOrderChange: [{
1296
+ type: Output
1297
+ }] } });
1298
+ let XvTableCell = class XvTableCell {
1299
+ z;
1300
+ el;
1301
+ constructor(c, r, z) {
1302
+ this.z = z;
1303
+ c.detach();
1304
+ this.el = r.nativeElement;
1305
+ }
1306
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1307
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTableCell, isStandalone: false, selector: "xv-table-cell", inputs: { align: "align", clampLines: "clampLines", columnId: "columnId", header: "header", hideable: "hideable", overflow: "overflow", reorderLabel: "reorderLabel", reorderable: "reorderable", resizable: "resizable", sortDirection: "sortDirection", sortable: "sortable", tooltip: "tooltip", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1308
+ };
1309
+ XvTableCell = __decorate([
1310
+ ProxyCmp({
1311
+ inputs: ['align', 'clampLines', 'columnId', 'header', 'hideable', 'overflow', 'reorderLabel', 'reorderable', 'resizable', 'sortDirection', 'sortable', 'tooltip', 'width']
1312
+ })
1313
+ ], XvTableCell);
1314
+ export { XvTableCell };
1315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableCell, decorators: [{
1316
+ type: Component,
1317
+ args: [{
1318
+ selector: 'xv-table-cell',
1319
+ changeDetection: ChangeDetectionStrategy.OnPush,
1320
+ template: '<ng-content></ng-content>',
1321
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1322
+ inputs: ['align', 'clampLines', 'columnId', 'header', 'hideable', 'overflow', 'reorderLabel', 'reorderable', 'resizable', 'sortDirection', 'sortable', 'tooltip', 'width'],
1323
+ standalone: false
1324
+ }]
1325
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1326
+ let XvTableRow = class XvTableRow {
1327
+ z;
1328
+ el;
1329
+ constructor(c, r, z) {
1330
+ this.z = z;
1331
+ c.detach();
1332
+ this.el = r.nativeElement;
1333
+ }
1334
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1335
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTableRow, isStandalone: false, selector: "xv-table-row", inputs: { disabled: "disabled", expandLabel: "expandLabel", expandMode: "expandMode", expandable: "expandable", expanded: "expanded", group: "group", hasPanel: "hasPanel", header: "header", hover: "hover", parent: "parent", partial: "partial", reorderLabel: "reorderLabel", rowReorderHandle: "rowReorderHandle", rowReorderable: "rowReorderable", selectable: "selectable", selected: "selected", selectionMode: "selectionMode", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1336
+ };
1337
+ XvTableRow = __decorate([
1338
+ ProxyCmp({
1339
+ inputs: ['disabled', 'expandLabel', 'expandMode', 'expandable', 'expanded', 'group', 'hasPanel', 'header', 'hover', 'parent', 'partial', 'reorderLabel', 'rowReorderHandle', 'rowReorderable', 'selectable', 'selected', 'selectionMode', 'size', 'value']
1340
+ })
1341
+ ], XvTableRow);
1342
+ export { XvTableRow };
1343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTableRow, decorators: [{
1344
+ type: Component,
1345
+ args: [{
1346
+ selector: 'xv-table-row',
1347
+ changeDetection: ChangeDetectionStrategy.OnPush,
1348
+ template: '<ng-content></ng-content>',
1349
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1350
+ inputs: ['disabled', 'expandLabel', 'expandMode', 'expandable', 'expanded', 'group', 'hasPanel', 'header', 'hover', 'parent', 'partial', 'reorderLabel', 'rowReorderHandle', 'rowReorderable', 'selectable', 'selected', 'selectionMode', 'size', 'value'],
1351
+ standalone: false
1352
+ }]
1353
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1354
+ let XvTabsV2 = class XvTabsV2 {
1355
+ z;
1356
+ el;
1357
+ activeChange = new EventEmitter();
1358
+ constructor(c, r, z) {
1359
+ this.z = z;
1360
+ c.detach();
1361
+ this.el = r.nativeElement;
1362
+ }
1363
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTabsV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1364
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTabsV2, isStandalone: false, selector: "xv-tabs-v2", inputs: { active: "active", emptyMessage: "emptyMessage", hideSingleTab: "hideSingleTab", loading: "loading", variant: "variant" }, outputs: { activeChange: "activeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1365
+ };
1366
+ XvTabsV2 = __decorate([
1367
+ ProxyCmp({
1368
+ inputs: ['active', 'emptyMessage', 'hideSingleTab', 'loading', 'variant']
1369
+ })
1370
+ ], XvTabsV2);
1371
+ export { XvTabsV2 };
1372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTabsV2, decorators: [{
1373
+ type: Component,
1374
+ args: [{
1375
+ selector: 'xv-tabs-v2',
1376
+ changeDetection: ChangeDetectionStrategy.OnPush,
1377
+ template: '<ng-content></ng-content>',
1378
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1379
+ inputs: ['active', 'emptyMessage', 'hideSingleTab', 'loading', 'variant'],
1380
+ outputs: ['activeChange'],
1381
+ standalone: false
1382
+ }]
1383
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { activeChange: [{
1384
+ type: Output
1385
+ }] } });
1386
+ let XvTagCombobox = class XvTagCombobox {
1387
+ z;
1388
+ el;
1389
+ valueChange = new EventEmitter();
1390
+ inputChange = new EventEmitter();
1391
+ constructor(c, r, z) {
1392
+ this.z = z;
1393
+ c.detach();
1394
+ this.el = r.nativeElement;
1395
+ }
1396
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTagCombobox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1397
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTagCombobox, isStandalone: false, selector: "xv-tag-combobox", inputs: { allowCreate: "allowCreate", disabled: "disabled", error: "error", helper: "helper", label: "label", loading: "loading", maxSuggestions: "maxSuggestions", options: "options", placeholder: "placeholder", readonly: "readonly", size: "size", value: "value", warning: "warning" }, outputs: { valueChange: "valueChange", inputChange: "inputChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1398
+ };
1399
+ XvTagCombobox = __decorate([
1400
+ ProxyCmp({
1401
+ inputs: ['allowCreate', 'disabled', 'error', 'helper', 'label', 'loading', 'maxSuggestions', 'options', 'placeholder', 'readonly', 'size', 'value', 'warning'],
1402
+ methods: ['focusInput', 'clear']
1403
+ })
1404
+ ], XvTagCombobox);
1405
+ export { XvTagCombobox };
1406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTagCombobox, decorators: [{
1407
+ type: Component,
1408
+ args: [{
1409
+ selector: 'xv-tag-combobox',
1410
+ changeDetection: ChangeDetectionStrategy.OnPush,
1411
+ template: '<ng-content></ng-content>',
1412
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1413
+ inputs: ['allowCreate', 'disabled', 'error', 'helper', 'label', 'loading', 'maxSuggestions', 'options', 'placeholder', 'readonly', 'size', 'value', 'warning'],
1414
+ outputs: ['valueChange', 'inputChange'],
1415
+ standalone: false
1416
+ }]
1417
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1418
+ type: Output
1419
+ }], inputChange: [{
1420
+ type: Output
1421
+ }] } });
1422
+ let XvTagV2 = class XvTagV2 {
1423
+ z;
1424
+ el;
1425
+ closeClick = new EventEmitter();
1426
+ constructor(c, r, z) {
1427
+ this.z = z;
1428
+ c.detach();
1429
+ this.el = r.nativeElement;
1430
+ }
1431
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTagV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1432
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTagV2, isStandalone: false, selector: "xv-tag-v2", inputs: { bg: "bg", closeable: "closeable", color: "color", disabled: "disabled", size: "size" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1433
+ };
1434
+ XvTagV2 = __decorate([
1435
+ ProxyCmp({
1436
+ inputs: ['bg', 'closeable', 'color', 'disabled', 'size']
1437
+ })
1438
+ ], XvTagV2);
1439
+ export { XvTagV2 };
1440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTagV2, decorators: [{
1441
+ type: Component,
1442
+ args: [{
1443
+ selector: 'xv-tag-v2',
1444
+ changeDetection: ChangeDetectionStrategy.OnPush,
1445
+ template: '<ng-content></ng-content>',
1446
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1447
+ inputs: ['bg', 'closeable', 'color', 'disabled', 'size'],
1448
+ outputs: ['closeClick'],
1449
+ standalone: false
1450
+ }]
1451
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
1452
+ type: Output
1453
+ }] } });
1454
+ let XvTextInputV2 = class XvTextInputV2 {
1455
+ z;
1456
+ el;
1457
+ valueChange = new EventEmitter();
1458
+ constructor(c, r, z) {
1459
+ this.z = z;
1460
+ c.detach();
1461
+ this.el = r.nativeElement;
1462
+ }
1463
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTextInputV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1464
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTextInputV2, isStandalone: false, selector: "xv-text-input-v2", inputs: { autocomplete: "autocomplete", block: "block", clearable: "clearable", disabled: "disabled", error: "error", helper: "helper", label: "label", loading: "loading", name: "name", placeholder: "placeholder", readonly: "readonly", size: "size", type: "type", value: "value", warning: "warning" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1465
+ };
1466
+ XvTextInputV2 = __decorate([
1467
+ ProxyCmp({
1468
+ inputs: ['autocomplete', 'block', 'clearable', 'disabled', 'error', 'helper', 'label', 'loading', 'name', 'placeholder', 'readonly', 'size', 'type', 'value', 'warning']
1469
+ })
1470
+ ], XvTextInputV2);
1471
+ export { XvTextInputV2 };
1472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTextInputV2, decorators: [{
1473
+ type: Component,
1474
+ args: [{
1475
+ selector: 'xv-text-input-v2',
1476
+ changeDetection: ChangeDetectionStrategy.OnPush,
1477
+ template: '<ng-content></ng-content>',
1478
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1479
+ inputs: ['autocomplete', 'block', 'clearable', 'disabled', 'error', 'helper', 'label', 'loading', 'name', 'placeholder', 'readonly', 'size', 'type', 'value', 'warning'],
1480
+ outputs: ['valueChange'],
1481
+ standalone: false
1482
+ }]
1483
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1484
+ type: Output
1485
+ }] } });
1486
+ let XvTextarea = class XvTextarea {
1487
+ z;
1488
+ el;
1489
+ valueChange = new EventEmitter();
1490
+ constructor(c, r, z) {
1491
+ this.z = z;
1492
+ c.detach();
1493
+ this.el = r.nativeElement;
1494
+ }
1495
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1496
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTextarea, isStandalone: false, selector: "xv-textarea", inputs: { block: "block", counterHide: "counterHide", disabled: "disabled", error: "error", helper: "helper", info: "info", label: "label", loading: "loading", max: "max", name: "name", noResize: "noResize", placeholder: "placeholder", readonly: "readonly", rows: "rows", size: "size", value: "value", warning: "warning" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1497
+ };
1498
+ XvTextarea = __decorate([
1499
+ ProxyCmp({
1500
+ inputs: ['block', 'counterHide', 'disabled', 'error', 'helper', 'info', 'label', 'loading', 'max', 'name', 'noResize', 'placeholder', 'readonly', 'rows', 'size', 'value', 'warning']
1501
+ })
1502
+ ], XvTextarea);
1503
+ export { XvTextarea };
1504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTextarea, decorators: [{
1505
+ type: Component,
1506
+ args: [{
1507
+ selector: 'xv-textarea',
1508
+ changeDetection: ChangeDetectionStrategy.OnPush,
1509
+ template: '<ng-content></ng-content>',
1510
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1511
+ inputs: ['block', 'counterHide', 'disabled', 'error', 'helper', 'info', 'label', 'loading', 'max', 'name', 'noResize', 'placeholder', 'readonly', 'rows', 'size', 'value', 'warning'],
1512
+ outputs: ['valueChange'],
1513
+ standalone: false
1514
+ }]
1515
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1516
+ type: Output
1517
+ }] } });
1518
+ let XvTile = class XvTile {
1519
+ z;
1520
+ el;
1521
+ tileChange = new EventEmitter();
1522
+ constructor(c, r, z) {
1523
+ this.z = z;
1524
+ c.detach();
1525
+ this.el = r.nativeElement;
1526
+ }
1527
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1528
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTile, isStandalone: false, selector: "xv-tile", inputs: { block: "block", checked: "checked", disabled: "disabled", error: "error", label: "label", message: "message", multiple: "multiple", name: "name", readonly: "readonly", value: "value", variant: "variant" }, outputs: { tileChange: "tileChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1529
+ };
1530
+ XvTile = __decorate([
1531
+ ProxyCmp({
1532
+ inputs: ['block', 'checked', 'disabled', 'error', 'label', 'message', 'multiple', 'name', 'readonly', 'value', 'variant']
1533
+ })
1534
+ ], XvTile);
1535
+ export { XvTile };
1536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTile, decorators: [{
1537
+ type: Component,
1538
+ args: [{
1539
+ selector: 'xv-tile',
1540
+ changeDetection: ChangeDetectionStrategy.OnPush,
1541
+ template: '<ng-content></ng-content>',
1542
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1543
+ inputs: ['block', 'checked', 'disabled', 'error', 'label', 'message', 'multiple', 'name', 'readonly', 'value', 'variant'],
1544
+ outputs: ['tileChange'],
1545
+ standalone: false
1546
+ }]
1547
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tileChange: [{
1548
+ type: Output
1549
+ }] } });
1550
+ let XvToggle = class XvToggle {
1551
+ z;
1552
+ el;
1553
+ toggleChange = new EventEmitter();
1554
+ constructor(c, r, z) {
1555
+ this.z = z;
1556
+ c.detach();
1557
+ this.el = r.nativeElement;
1558
+ }
1559
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1560
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvToggle, isStandalone: false, selector: "xv-toggle", inputs: { block: "block", checked: "checked", disabled: "disabled", label: "label", name: "name", readonly: "readonly", size: "size", value: "value" }, outputs: { toggleChange: "toggleChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1561
+ };
1562
+ XvToggle = __decorate([
1563
+ ProxyCmp({
1564
+ inputs: ['block', 'checked', 'disabled', 'label', 'name', 'readonly', 'size', 'value']
1565
+ })
1566
+ ], XvToggle);
1567
+ export { XvToggle };
1568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvToggle, decorators: [{
1569
+ type: Component,
1570
+ args: [{
1571
+ selector: 'xv-toggle',
1572
+ changeDetection: ChangeDetectionStrategy.OnPush,
1573
+ template: '<ng-content></ng-content>',
1574
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1575
+ inputs: ['block', 'checked', 'disabled', 'label', 'name', 'readonly', 'size', 'value'],
1576
+ outputs: ['toggleChange'],
1577
+ standalone: false
1578
+ }]
1579
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggleChange: [{
1580
+ type: Output
1581
+ }] } });
1582
+ let XvToggleTip = class XvToggleTip {
1583
+ z;
1584
+ el;
1585
+ openChange = new EventEmitter();
1586
+ constructor(c, r, z) {
1587
+ this.z = z;
1588
+ c.detach();
1589
+ this.el = r.nativeElement;
1590
+ }
1591
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvToggleTip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1592
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvToggleTip, isStandalone: false, selector: "xv-toggle-tip", inputs: { autoSize: "autoSize", block: "block", open: "open", position: "position" }, outputs: { openChange: "openChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1593
+ };
1594
+ XvToggleTip = __decorate([
1595
+ ProxyCmp({
1596
+ inputs: ['autoSize', 'block', 'open', 'position'],
1597
+ methods: ['setPopover']
1598
+ })
1599
+ ], XvToggleTip);
1600
+ export { XvToggleTip };
1601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvToggleTip, decorators: [{
1602
+ type: Component,
1603
+ args: [{
1604
+ selector: 'xv-toggle-tip',
1605
+ changeDetection: ChangeDetectionStrategy.OnPush,
1606
+ template: '<ng-content></ng-content>',
1607
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1608
+ inputs: ['autoSize', 'block', 'open', 'position'],
1609
+ outputs: ['openChange'],
1610
+ standalone: false
1611
+ }]
1612
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { openChange: [{
1613
+ type: Output
1614
+ }] } });
1615
+ let XvTooltipV2 = class XvTooltipV2 {
1616
+ z;
1617
+ el;
1618
+ constructor(c, r, z) {
1619
+ this.z = z;
1620
+ c.detach();
1621
+ this.el = r.nativeElement;
1622
+ }
1623
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTooltipV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1624
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.22", type: XvTooltipV2, isStandalone: false, selector: "xv-tooltip-v2", inputs: { block: "block", dashed: "dashed", message: "message", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1625
+ };
1626
+ XvTooltipV2 = __decorate([
1627
+ ProxyCmp({
1628
+ inputs: ['block', 'dashed', 'message', 'position']
1629
+ })
1630
+ ], XvTooltipV2);
1631
+ export { XvTooltipV2 };
1632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: XvTooltipV2, decorators: [{
1633
+ type: Component,
1634
+ args: [{
1635
+ selector: 'xv-tooltip-v2',
1636
+ changeDetection: ChangeDetectionStrategy.OnPush,
1637
+ template: '<ng-content></ng-content>',
1638
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1639
+ inputs: ['block', 'dashed', 'message', 'position'],
1640
+ standalone: false
1641
+ }]
1642
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });