@xplortech/apollo-core 2.8.1 → 2.10.0

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 (310) hide show
  1. package/.typings/apollo-components.html-data.json +20 -12
  2. package/build/style.css +2086 -1875
  3. package/dist/apollo-core/apollo-core.css +20 -18
  4. package/dist/apollo-core/apollo-core.esm.js +1 -1
  5. package/dist/apollo-core/p-0e45f332.entry.js +1 -0
  6. package/dist/apollo-core/p-0f251f98.entry.js +1 -0
  7. package/dist/apollo-core/p-1691c4f3.entry.js +1 -0
  8. package/dist/apollo-core/p-172ac720.entry.js +1 -0
  9. package/dist/apollo-core/p-23870463.entry.js +1 -0
  10. package/dist/apollo-core/{p-36ba29da.entry.js → p-3b8639b7.entry.js} +1 -1
  11. package/dist/apollo-core/p-44a16751.entry.js +1 -0
  12. package/dist/apollo-core/p-4efecab2.entry.js +1 -0
  13. package/dist/apollo-core/p-5094dd97.entry.js +1 -0
  14. package/dist/apollo-core/p-70e7facc.entry.js +1 -0
  15. package/dist/apollo-core/{p-6a15f1e0.entry.js → p-728341d2.entry.js} +1 -1
  16. package/dist/apollo-core/p-910be81f.entry.js +1 -0
  17. package/dist/apollo-core/{p-b61d7952.entry.js → p-9adf3694.entry.js} +1 -1
  18. package/dist/apollo-core/p-CK3_k8jD.js +1 -0
  19. package/dist/apollo-core/p-CXkZUm1c.js +2 -0
  20. package/dist/apollo-core/p-c17b6351.entry.js +1 -0
  21. package/dist/apollo-core/p-e08b434c.entry.js +1 -0
  22. package/dist/apollo-core/{p-ca127ee8.entry.js → p-e9e7577f.entry.js} +1 -1
  23. package/dist/cjs/apollo-core.cjs.js +3 -3
  24. package/dist/cjs/{index-BQ97-AWw.js → index-BaXVr8ux.js} +36 -9
  25. package/dist/cjs/loader.cjs.js +2 -2
  26. package/dist/cjs/package.json +3 -0
  27. package/dist/cjs/v4-_2BfiRUa.js +52 -0
  28. package/dist/cjs/xpl-accordion.cjs.entry.js +3 -3
  29. package/dist/cjs/xpl-application-shell.cjs.entry.js +2 -2
  30. package/dist/cjs/xpl-avatar_54.cjs.entry.js +709 -177
  31. package/dist/cjs/xpl-button-row.cjs.entry.js +2 -2
  32. package/dist/cjs/xpl-calendar.cjs.entry.js +3 -3
  33. package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +3 -3
  34. package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +3 -3
  35. package/dist/cjs/xpl-dynamic-table.cjs.entry.js +2 -2
  36. package/dist/cjs/xpl-grid-item.cjs.entry.js +2 -2
  37. package/dist/cjs/xpl-grid.cjs.entry.js +2 -2
  38. package/dist/cjs/xpl-large-card.cjs.entry.js +2 -2
  39. package/dist/cjs/xpl-main-nav.cjs.entry.js +2 -2
  40. package/dist/cjs/xpl-table-header-cell.cjs.entry.js +1 -1
  41. package/dist/cjs/xpl-table-header.cjs.entry.js +2 -2
  42. package/dist/cjs/xpl-toggle.cjs.entry.js +5 -5
  43. package/dist/cjs/xpl-toolbar.cjs.entry.js +3 -3
  44. package/dist/collection/collection-manifest.json +5 -5
  45. package/dist/collection/components/xpl-accordion/xpl-accordion.js +2 -2
  46. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +1 -1
  47. package/dist/collection/components/xpl-avatar/xpl-avatar.js +4 -4
  48. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
  49. package/dist/collection/components/xpl-badge/xpl-badge.js +2 -2
  50. package/dist/collection/components/xpl-banner/banner.stories.js +5 -0
  51. package/dist/collection/components/xpl-banner/xpl-banner.js +2 -2
  52. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +1 -1
  53. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +1 -1
  54. package/dist/collection/components/xpl-button/button.stories.js +5 -0
  55. package/dist/collection/components/xpl-button/xpl-button.js +16 -1
  56. package/dist/collection/components/xpl-button-row/button-row.stories.js +1 -11
  57. package/dist/collection/components/xpl-button-row/xpl-button-row.js +1 -1
  58. package/dist/collection/components/xpl-calendar/xpl-calendar.js +1 -1
  59. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +4 -4
  60. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +1 -1
  61. package/dist/collection/components/xpl-content-area/xpl-content-area.js +1 -1
  62. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +1 -1
  63. package/dist/collection/components/xpl-data-card/xpl-data-card.js +2 -2
  64. package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
  65. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
  66. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
  67. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
  68. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +208 -31
  69. package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
  70. package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
  71. package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
  72. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
  73. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
  74. package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
  75. package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
  76. package/dist/collection/components/xpl-input/input.stories.js +1 -1
  77. package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +11 -9
  78. package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +3 -3
  79. package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +4 -4
  80. package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +25 -6
  81. package/dist/collection/components/xpl-input/xpl-input-search/xpl-input-search.js +1 -1
  82. package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
  83. package/dist/collection/components/xpl-input/xpl-input.js +3 -3
  84. package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
  85. package/dist/collection/components/xpl-list/xpl-list.js +2 -2
  86. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +1 -1
  87. package/dist/collection/components/xpl-modal/xpl-modal.js +4 -1
  88. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +2 -2
  89. package/dist/collection/components/xpl-pagination/xpl-pagination.js +26 -8
  90. package/dist/collection/components/xpl-panel/xpl-panel.js +2 -2
  91. package/dist/collection/components/xpl-popover/popover.stories.js +3 -7
  92. package/dist/collection/components/xpl-popover/xpl-popover.js +5 -5
  93. package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +2 -2
  94. package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +1 -1
  95. package/dist/collection/components/xpl-radio/radio.stories.js +19 -17
  96. package/dist/collection/components/xpl-radio/xpl-radio.js +3 -3
  97. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +1 -1
  98. package/dist/collection/components/xpl-select/xpl-select.js +16 -11
  99. package/dist/collection/components/xpl-side-nav/side-nav-constants.js +2 -0
  100. package/dist/collection/components/xpl-side-nav/side-nav.stories.js +301 -186
  101. package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +80 -14
  102. package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +284 -3
  103. package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +1 -1
  104. package/dist/collection/components/xpl-slideout/xpl-slideout.js +1 -1
  105. package/dist/collection/components/xpl-spotlight/xpl-spotlight.js +16 -6
  106. package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +2 -2
  107. package/dist/collection/components/xpl-table/xpl-table.js +13 -22
  108. package/dist/collection/components/xpl-table-header/xpl-table-header.js +1 -1
  109. package/dist/collection/components/xpl-tabs/xpl-tabs.js +5 -5
  110. package/dist/collection/components/xpl-tag/xpl-tag.js +4 -4
  111. package/dist/collection/components/xpl-toast/xpl-toast.js +2 -2
  112. package/dist/collection/components/xpl-toggle/xpl-toggle.js +3 -3
  113. package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +2 -2
  114. package/dist/collection/components/xpl-tooltip/tooltip-arrow.js +1 -1
  115. package/dist/collection/components/xpl-tooltip/tooltip.stories.js +6 -37
  116. package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +1 -1
  117. package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +2 -2
  118. package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +2 -2
  119. package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +5 -5
  120. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
  121. package/dist/components/index.d.ts +141 -12
  122. package/dist/components/index.js +1 -1
  123. package/dist/components/p-3qMYyqTe.js +1 -0
  124. package/dist/components/p-B1PBAEzg.js +1 -0
  125. package/dist/components/p-BG0-6Xek.js +1 -0
  126. package/dist/components/p-BT_Lq3Vd.js +1 -0
  127. package/dist/components/p-BWyAzrwu.js +1 -0
  128. package/dist/components/p-B_Wi--Ov.js +1 -0
  129. package/dist/components/p-Bd6JweBt.js +1 -0
  130. package/dist/components/p-Bn-27-xj.js +1 -0
  131. package/dist/components/{xpl-top-nav-item2.js → p-Bs6vq0C6.js} +1 -1
  132. package/dist/components/{xpl-input-file2.js → p-C9BO2vL-.js} +1 -1
  133. package/dist/components/p-CFW_w5Wj.js +1 -0
  134. package/dist/components/{floating-ui.dom.js → p-CFpsSZyr.js} +1 -1
  135. package/dist/components/p-CGNq3DyC.js +1 -0
  136. package/dist/components/p-CK3_k8jD.js +1 -0
  137. package/dist/components/p-CVqbA9op.js +1 -0
  138. package/dist/components/p-CtIUusUL.js +1 -0
  139. package/dist/components/p-CzwViN3U.js +1 -0
  140. package/dist/components/p-D97c0GjM.js +1 -0
  141. package/dist/components/p-DBWV65V-.js +1 -0
  142. package/dist/components/{xpl-tag2.js → p-DEl4Rvzs.js} +1 -1
  143. package/dist/components/p-DPTHmitJ.js +1 -0
  144. package/dist/components/{xpl-input-search2.js → p-DllC7F-H.js} +1 -1
  145. package/dist/components/p-Ds28UyUR.js +1 -0
  146. package/dist/components/p-U5dPMCXE.js +1 -0
  147. package/dist/components/p-hPUzON4O.js +1 -0
  148. package/dist/components/p-kPHfCq1d.js +1 -0
  149. package/dist/components/xpl-accordion.js +1 -1
  150. package/dist/components/xpl-application-shell.js +1 -1
  151. package/dist/components/xpl-avatar.js +1 -1
  152. package/dist/components/xpl-backdrop.js +1 -1
  153. package/dist/components/xpl-badge.js +1 -1
  154. package/dist/components/xpl-banner.js +1 -1
  155. package/dist/components/xpl-breadcrumb-item.js +1 -1
  156. package/dist/components/xpl-breadcrumbs.js +1 -1
  157. package/dist/components/xpl-button-row.js +1 -1
  158. package/dist/components/xpl-button.js +1 -1
  159. package/dist/components/xpl-calendar.js +1 -1
  160. package/dist/components/xpl-checkbox.js +1 -1
  161. package/dist/components/xpl-choicelist.js +1 -1
  162. package/dist/components/xpl-content-area.js +1 -1
  163. package/dist/components/xpl-dashboard.js +1 -1
  164. package/dist/components/xpl-data-card.js +1 -1
  165. package/dist/components/xpl-divider.js +1 -1
  166. package/dist/components/xpl-dropdown-group.js +1 -1
  167. package/dist/components/xpl-dropdown-heading.js +1 -1
  168. package/dist/components/xpl-dropdown-option.js +1 -1
  169. package/dist/components/xpl-dropdown.js +1 -1
  170. package/dist/components/xpl-dynamic-table-cell.js +1 -1
  171. package/dist/components/xpl-dynamic-table-row.js +1 -1
  172. package/dist/components/xpl-dynamic-table.js +1 -1
  173. package/dist/components/xpl-grid-item.js +1 -1
  174. package/dist/components/xpl-grid.js +1 -1
  175. package/dist/components/xpl-header-accordion.js +1 -1
  176. package/dist/components/xpl-icon.js +1 -1
  177. package/dist/components/xpl-input-color.js +1 -1
  178. package/dist/components/xpl-input-date.js +1 -1
  179. package/dist/components/xpl-input-file.js +1 -1
  180. package/dist/components/xpl-input-phone.js +1 -1
  181. package/dist/components/xpl-input-search.js +1 -1
  182. package/dist/components/xpl-input-time.js +1 -1
  183. package/dist/components/xpl-input.js +1 -1
  184. package/dist/components/xpl-large-card.js +1 -1
  185. package/dist/components/xpl-list-item.js +1 -1
  186. package/dist/components/xpl-list.js +1 -1
  187. package/dist/components/xpl-main-nav.js +1 -1
  188. package/dist/components/xpl-modal.js +1 -1
  189. package/dist/components/xpl-nav-header-menu.js +1 -1
  190. package/dist/components/xpl-nav-item.js +1 -1
  191. package/dist/components/xpl-pagination.js +1 -1
  192. package/dist/components/xpl-panel.js +1 -1
  193. package/dist/components/xpl-popover.js +1 -1
  194. package/dist/components/xpl-progress-bar.js +1 -1
  195. package/dist/components/xpl-progress-indicator.js +1 -1
  196. package/dist/components/xpl-radio.js +1 -1
  197. package/dist/components/xpl-secondary-nav.js +1 -1
  198. package/dist/components/xpl-select.js +1 -1
  199. package/dist/components/xpl-side-nav-item.js +1 -1
  200. package/dist/components/xpl-side-nav.js +1 -1
  201. package/dist/components/xpl-skeleton.js +1 -1
  202. package/dist/components/xpl-slideout.js +1 -1
  203. package/dist/components/xpl-spotlight.js +1 -1
  204. package/dist/components/xpl-tab-panel.js +1 -1
  205. package/dist/components/xpl-tab.js +1 -1
  206. package/dist/components/xpl-table-header-cell.js +1 -1
  207. package/dist/components/xpl-table-header.js +1 -1
  208. package/dist/components/xpl-table.js +1 -1
  209. package/dist/components/xpl-tabs.js +1 -1
  210. package/dist/components/xpl-tag.js +1 -1
  211. package/dist/components/xpl-toast.js +1 -1
  212. package/dist/components/xpl-toggle.js +1 -1
  213. package/dist/components/xpl-toolbar.js +1 -1
  214. package/dist/components/xpl-tooltip.js +1 -1
  215. package/dist/components/xpl-top-nav-item.js +1 -1
  216. package/dist/components/xpl-top-nav.js +1 -1
  217. package/dist/components/xpl-utility-bar.js +1 -1
  218. package/dist/docs/xpl-backdrop/readme.md +2 -0
  219. package/dist/docs/xpl-badge/readme.md +34 -0
  220. package/dist/docs/xpl-button/readme.md +2 -0
  221. package/dist/docs/xpl-button-row/readme.md +13 -0
  222. package/dist/docs/xpl-checkbox/readme.md +23 -1
  223. package/dist/docs/xpl-divider/readme.md +22 -4
  224. package/dist/docs/xpl-input/readme.md +51 -0
  225. package/dist/docs/xpl-input/xpl-input-date/readme.md +7 -0
  226. package/dist/docs/xpl-input/xpl-input-phone/readme.md +21 -0
  227. package/dist/docs/xpl-popover/readme.md +24 -0
  228. package/dist/docs/xpl-radio/readme.md +21 -4
  229. package/dist/docs/xpl-side-nav/readme.md +153 -5
  230. package/dist/docs/xpl-side-nav/xpl-side-nav-item/readme.md +165 -32
  231. package/dist/docs/xpl-table/readme.md +2 -0
  232. package/dist/docs/xpl-tooltip/readme.md +29 -1
  233. package/dist/esm/apollo-core.js +4 -4
  234. package/dist/esm/{index-C7bgJs6C.js → index-CXkZUm1c.js} +36 -9
  235. package/dist/esm/loader.js +3 -3
  236. package/dist/esm/v4-CK3_k8jD.js +50 -0
  237. package/dist/esm/xpl-accordion.entry.js +3 -3
  238. package/dist/esm/xpl-application-shell.entry.js +2 -2
  239. package/dist/esm/xpl-avatar_54.entry.js +709 -177
  240. package/dist/esm/xpl-button-row.entry.js +2 -2
  241. package/dist/esm/xpl-calendar.entry.js +3 -3
  242. package/dist/esm/xpl-dynamic-table-cell.entry.js +3 -3
  243. package/dist/esm/xpl-dynamic-table-row.entry.js +3 -3
  244. package/dist/esm/xpl-dynamic-table.entry.js +2 -2
  245. package/dist/esm/xpl-grid-item.entry.js +2 -2
  246. package/dist/esm/xpl-grid.entry.js +2 -2
  247. package/dist/esm/xpl-large-card.entry.js +2 -2
  248. package/dist/esm/xpl-main-nav.entry.js +2 -2
  249. package/dist/esm/xpl-table-header-cell.entry.js +1 -1
  250. package/dist/esm/xpl-table-header.entry.js +2 -2
  251. package/dist/esm/xpl-toggle.entry.js +5 -5
  252. package/dist/esm/xpl-toolbar.entry.js +3 -3
  253. package/dist/types/components/xpl-banner/banner.stories.d.ts +2 -0
  254. package/dist/types/components/xpl-button/button.stories.d.ts +2 -0
  255. package/dist/types/components/xpl-button/xpl-button.d.ts +1 -0
  256. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +16 -0
  257. package/dist/types/components/xpl-input/xpl-input-phone/xpl-input-phone.d.ts +1 -0
  258. package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +4 -0
  259. package/dist/types/components/xpl-radio/radio.stories.d.ts +11 -10
  260. package/dist/types/components/xpl-side-nav/side-nav-constants.d.ts +2 -0
  261. package/dist/types/components/xpl-side-nav/side-nav.stories.d.ts +53 -32
  262. package/dist/types/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.d.ts +10 -0
  263. package/dist/types/components/xpl-side-nav/xpl-side-nav.d.ts +31 -0
  264. package/dist/types/components/xpl-spotlight/xpl-spotlight.d.ts +1 -0
  265. package/dist/types/components.d.ts +223 -20
  266. package/dist/types/stencil-public-runtime.d.ts +1 -0
  267. package/package.json +39 -38
  268. package/dist/apollo-core/p-0bf50890.entry.js +0 -1
  269. package/dist/apollo-core/p-1947e7a8.entry.js +0 -1
  270. package/dist/apollo-core/p-27928cb0.entry.js +0 -1
  271. package/dist/apollo-core/p-34438721.entry.js +0 -1
  272. package/dist/apollo-core/p-35c2f72d.entry.js +0 -1
  273. package/dist/apollo-core/p-368c81f1.entry.js +0 -1
  274. package/dist/apollo-core/p-406b27a8.entry.js +0 -1
  275. package/dist/apollo-core/p-5d63b4ce.entry.js +0 -1
  276. package/dist/apollo-core/p-689f1dae.entry.js +0 -1
  277. package/dist/apollo-core/p-8d692d05.entry.js +0 -1
  278. package/dist/apollo-core/p-C7bgJs6C.js +0 -2
  279. package/dist/apollo-core/p-Cqlsd6nf.js +0 -1
  280. package/dist/apollo-core/p-cd56a3d5.entry.js +0 -1
  281. package/dist/apollo-core/p-dc205893.entry.js +0 -1
  282. package/dist/cjs/v4-D4KzFnn8.js +0 -67
  283. package/dist/components/index3.js +0 -1
  284. package/dist/components/v4.js +0 -1
  285. package/dist/components/xpl-avatar2.js +0 -1
  286. package/dist/components/xpl-backdrop2.js +0 -1
  287. package/dist/components/xpl-badge2.js +0 -1
  288. package/dist/components/xpl-button2.js +0 -1
  289. package/dist/components/xpl-checkbox2.js +0 -1
  290. package/dist/components/xpl-divider2.js +0 -1
  291. package/dist/components/xpl-dropdown-group2.js +0 -1
  292. package/dist/components/xpl-dropdown-heading2.js +0 -1
  293. package/dist/components/xpl-dropdown-option2.js +0 -1
  294. package/dist/components/xpl-dropdown2.js +0 -1
  295. package/dist/components/xpl-icon2.js +0 -1
  296. package/dist/components/xpl-input-date2.js +0 -1
  297. package/dist/components/xpl-input2.js +0 -1
  298. package/dist/components/xpl-list-item2.js +0 -1
  299. package/dist/components/xpl-popover2.js +0 -1
  300. package/dist/components/xpl-radio2.js +0 -1
  301. package/dist/components/xpl-select2.js +0 -1
  302. package/dist/components/xpl-tooltip2.js +0 -1
  303. package/dist/esm/v4-Cqlsd6nf.js +0 -65
  304. /package/dist/components/{_commonjsHelpers.js → p-BFTU3MAI.js} +0 -0
  305. /package/dist/components/{index2.js → p-CH4yJ6Qx.js} +0 -0
  306. /package/dist/components/{tab-a11y-ids.js → p-Yj_QFaRn.js} +0 -0
  307. /package/dist/{index.cjs.js → index.cjs} +0 -0
  308. /package/dist/types/{Users/roc/Sites → home/runner/work/apollo}/apollo/packages/apollo-core/.stencil/css/typography.stories.d.ts +0 -0
  309. /package/loader/{cdn.js → cdn.cjs} +0 -0
  310. /package/loader/{index.cjs.js → index.cjs} +0 -0
@@ -2,42 +2,108 @@
2
2
 
3
3
  Row for [`xpl-side-nav`](../xpl-side-nav): place items in `slot="section"` or `slot="nav-footer"`. Supports **leaf** (button), **expandable** (`has-children`), and **link** (slot-only) modes, plus `selected`, `disabled`, and `hidden`.
4
4
 
5
+ ## Changes in v2 (breaking)
6
+
7
+ `xpl-side-nav` is in **beta**. v2 makes the following breaking changes — no compat shims are provided.
8
+
9
+ ### Migration table
10
+
11
+ | API | v1 (before) | v2 (after) | Action required |
12
+ |---|---|---|---|
13
+ | Leading icon slot | `slot="icon"` | `slot="leading"` | Rename the `slot` attribute on slotted icon elements |
14
+ | Parent leading icon | Not rendered (chevron only) | Rendered alongside the trailing chevron | Pass `icon` prop or `slot="leading"` content to parent rows |
15
+ | Trailing slot | Not available | `slot="trailing"` | Add to leaf items for custom trailing content |
16
+ | Chevron position | Leading (left side) | Trailing (right side), auto-rendered for parents | No action needed for auto chevron; remove manual chevron markup if any |
17
+ | Chevron override | Not possible | `slot="trailing"` content replaces auto chevron on parents | Pass `slot="trailing"` to customize the trailing column on a parent |
18
+
19
+ ### Before / after examples
20
+
21
+ **Leading icon slot rename:**
22
+ ```html
23
+ <!-- v1 -->
24
+ <xpl-side-nav-item label="Dashboard">
25
+ <xpl-icon slot="icon" icon="house-4" size="16"></xpl-icon>
26
+ </xpl-side-nav-item>
27
+
28
+ <!-- v2 -->
29
+ <xpl-side-nav-item label="Dashboard">
30
+ <xpl-icon slot="leading" icon="house-4" size="16"></xpl-icon>
31
+ </xpl-side-nav-item>
32
+ <!-- or use the icon prop shorthand -->
33
+ <xpl-side-nav-item label="Dashboard" icon="house-4"></xpl-side-nav-item>
34
+ ```
35
+
36
+ **Parent rows now show leading icon + chevron:**
37
+ ```html
38
+ <!-- v1: icon prop was ignored on parents -->
39
+ <xpl-side-nav-item has-children label="Settings" icon="gear">...</xpl-side-nav-item>
40
+
41
+ <!-- v2: icon prop renders in the leading slot; chevron auto-renders in trailing -->
42
+ <xpl-side-nav-item has-children label="Settings" icon="gear">...</xpl-side-nav-item>
43
+ ```
44
+
45
+ **Adding a trailing icon to a leaf item:**
46
+ ```html
47
+ <!-- v2: slot="trailing" for custom trailing content -->
48
+ <xpl-side-nav-item label="Xplor Growth" icon="chart-line-up">
49
+ <xpl-icon slot="trailing" icon="external-link" size="16" aria-hidden="true"></xpl-icon>
50
+ </xpl-side-nav-item>
51
+ ```
52
+
53
+ ---
54
+
5
55
  ## Modes
6
56
 
7
- - **Leaf (default)** — Button with optional `label`, `icon`, and `slot="icon"`. Click emits **`navClick`** (not used for expandable rows).
8
- - **Expandable (`has-children`)** — Put nested `xpl-side-nav-item` elements in the **default slot**. Parent row is **chevron + label only** (no icon column; the `icon` prop is ignored). Click toggles **`expanded`** and emits **`expandedChange`**. “Only one section open” / accordion behavior is **not** built in your app coordinates `expanded` if needed.
9
- - **Link (`link`)** — **Default slot only**: pass a real `<a>` or router link with full content. Renders a single `<slot>` (no inner button). **Cannot** be combined with `has-children` (see **Rules**).
57
+ - **Leaf (default)** — Button with optional `label`, `icon` prop / `slot="leading"`, and `slot="trailing"`. Click emits **`navClick`**.
58
+ - **Expandable (`has-children`)** — Put nested `xpl-side-nav-item` elements in the **default slot**. Row renders **leading icon** (from `icon` prop or `slot="leading"`) **+ label + auto chevron** in the trailing position (**`chevron-down`** when collapsed, **`chevron-up`** when expanded). The chevron is replaced if `slot="trailing"` content is provided. Click toggles **`expanded`** and emits **`expandedChange`**.
59
+ - **Link (`link`)** — **Default slot only**: renders a bare `<slot>` with no inner button. Use when the row must be a real `<a>` element — for framework router components, browser right-click / open-in-new-tab behaviour, or when semantic link vs. button distinction matters for screen readers. For typical in-app navigation the default button mode is simpler. The `label` and `icon` props are ignored in link mode; supply all content in your slotted anchor. **Cannot** be combined with `has-children`.
10
60
 
11
61
  ## Rules
12
62
 
13
63
  | Topic | Behavior |
14
- | ----- | ---------- |
64
+ |---|---|
15
65
  | **`link` vs `has-children`** | Mutually exclusive. When **`link`** is true, **`hasChildren`** is always false; if both attributes appear in markup, `has-children` is cleared. |
16
- | **Icons** | `icon` / `slot="icon"` only for **non-link** leaf/footer rows. **Not** rendered for expandable parents. **Nested** items under a parent should use **label only** (icon column hidden in CSS). |
17
- | **Events** | **`navClick`** leaf button rows. **`expandedChange`** expandable rows only (detail = new `expanded` boolean). See **Events** table below. |
66
+ | **Leading icon** | `icon` prop / `slot="leading"` apply to all item types including parents. Nested sub-items (inside a parent) have the leading column hidden in CSS — use label only. |
67
+ | **Trailing chevron** | Auto-rendered for `has-children` items when `slot="trailing"` is empty. Providing `slot="trailing"` content replaces the auto chevron. |
68
+ | **Events** | **`navClick`** — leaf button rows. **`expandedChange`** — expandable rows only (detail = new `expanded` boolean). |
18
69
 
19
70
  ## Usage
20
71
 
21
- ### Leaf
72
+ ### Leaf (icon prop)
22
73
  ```html
23
74
  <xpl-side-nav-item label="Dashboard" icon="house-4" selected></xpl-side-nav-item>
24
75
  ```
25
76
 
26
- ### Expandable parent
77
+ ### Leaf (slot="leading")
78
+ ```html
79
+ <xpl-side-nav-item label="Dashboard">
80
+ <xpl-icon slot="leading" icon="house-4" size="16"></xpl-icon>
81
+ </xpl-side-nav-item>
82
+ ```
83
+
84
+ ### Leaf with trailing icon
85
+ ```html
86
+ <xpl-side-nav-item label="Xplor Growth" icon="chart-line-up">
87
+ <xpl-icon slot="trailing" icon="external-link" size="16" aria-hidden="true"></xpl-icon>
88
+ </xpl-side-nav-item>
89
+ ```
90
+
91
+ ### Expandable parent (leading icon + auto chevron)
27
92
  ```html
28
- <xpl-side-nav-item has-children label="Settings" expanded>
93
+ <xpl-side-nav-item has-children label="Settings" icon="gear" expanded>
29
94
  <xpl-side-nav-item label="Profile"></xpl-side-nav-item>
30
95
  <xpl-side-nav-item label="Billing"></xpl-side-nav-item>
31
96
  </xpl-side-nav-item>
32
97
  ```
33
98
 
34
99
  ### Link (slot-only)
100
+
101
+ Wrap the anchor's children in the component CSS classes to match the icon color, label color, and spacing of button-mode items. Avoid whitespace text nodes between flex children — they render as a space character and add an unwanted gap.
102
+
35
103
  ```html
36
104
  <xpl-side-nav-item link>
37
- <a href="#reports">
38
- <xpl-icon icon="chart-line" size="16"></xpl-icon>
39
- Reports
40
- </a>
105
+ <!-- No whitespace between __leading / __label spans and the closing </a> -->
106
+ <a href="/reports" class="xpl-side-nav-item__link"><span class="xpl-side-nav-item__leading"><xpl-icon icon="chart-line" size="16"></xpl-icon></span><span class="xpl-side-nav-item__label">Reports</span></a>
41
107
  </xpl-side-nav-item>
42
108
  ```
43
109
 
@@ -50,14 +116,17 @@ Row for [`xpl-side-nav`](../xpl-side-nav): place items in `slot="section"` or `s
50
116
  ## Slots
51
117
 
52
118
  | Slot | Description |
53
- | ---- | ----------- |
54
- | `icon` | **Button rows only** (`link` and `has-children` do not expose this slot in the DOM). Optional leading icon: default content from the `icon` prop, or override with slotted content. Omit on nested items under an expandable parent. |
55
- | *(default)* | **`has-children`:** nested `xpl-side-nav-item` elements. **`link`:** one anchor (or router component) with icon + text as needed. |
119
+ |---|---|
120
+ | `leading` | Leading icon column. Default content is an `xpl-icon` from the `icon` prop. Override with slotted content. Applies to all item types including parents. Renamed from `icon` in v2. |
121
+ | `trailing` | Trailing content (e.g. `xpl-icon icon="external-link"`). On `has-children` items, the auto chevron is rendered here when this slot is empty (`chevron-down` collapsed, `chevron-up` expanded); slotted content replaces the chevron. |
122
+ | *(default)* | **`has-children`:** nested `xpl-side-nav-item` children. **`link`:** one `<a>` (or router link component) containing all row content. Unused in leaf button mode. |
56
123
 
57
124
  ## Link mode checklist
58
125
 
59
- - Do **not** use `label` or `icon` props — put text and icons inside your anchor.
60
- - Set **`aria-current="page"`** on the anchor when the route is active.
126
+ - Do **not** use `label` or `icon` props — they are ignored in link mode. Put all text and icons inside your slotted anchor.
127
+ - Use **`class="xpl-side-nav-item__link"`** on the anchor, **`class="xpl-side-nav-item__leading"`** on the icon wrapper, and **`class="xpl-side-nav-item__label"`** on the text span for consistent icon color, label typography, hover, and focus styling.
128
+ - **No whitespace between flex children** — ensure no newlines or spaces sit between `__leading`, `__label`, and the `</a>` tag. Whitespace between flex items renders as a space character and shifts the label to the right.
129
+ - Set **`aria-current="page"`** on the anchor (not the host) when the route is active.
61
130
  - For **disabled** links: set `disabled` on the host and `aria-disabled="true"` + `tabindex="-1"` on the anchor (see **Accessibility**).
62
131
 
63
132
  ## Accessibility
@@ -65,9 +134,45 @@ Row for [`xpl-side-nav`](../xpl-side-nav): place items in `slot="section"` or `s
65
134
  - **Selected (non-link):** `aria-current="page"` on the `button` (leaf or expandable row).
66
135
  - **Selected (link):** set `aria-current="page"` on your slotted anchor.
67
136
  - **Expandable:** `aria-expanded` on the parent `button` matches `expanded`.
137
+ - **Trailing decorative icons:** add `aria-hidden="true"` to trailing `xpl-icon` elements. If the trailing icon conveys meaning (e.g. external link), provide accessible labeling in the surrounding context.
68
138
  - **Disabled:** use the `disabled` prop on non-link rows; for link mode, coordinate host `disabled` with the anchor as above.
69
139
  - **Hidden:** `hidden` hides the row; it does not disable interaction by itself — use `disabled` when appropriate.
70
140
 
141
+ ## Mobile behavior (below `md` / 768px)
142
+
143
+ Inside the `xpl-side-nav` mobile drawer, items are automatically restyled by CSS — no props or markup changes needed.
144
+
145
+ | Property | Desktop | Mobile |
146
+ |---|---|---|
147
+ | Outer wrapper tap target | — | `min-height: 48px; padding: 6px 8px` |
148
+ | Inner button `min-height` | 32px | 0 (tap target comes from wrapper) |
149
+ | Leading / trailing icon size | 16px (`--xpl-size-100`) | 24px (`--xpl-size-150`) |
150
+ | Top-level label | `title-4` (16px, medium, lh 1.5) | `title-3` (20px, medium, lh 1.4) |
151
+ | Child item label | `title-5` | `title-4` (16px, medium, lh 1.5) |
152
+ | Footer item label | `title-5` | `title-4` (16px, medium, lh 1.5) |
153
+ | Footer row min-height | `28px` (one step smaller than section rows) | `--xpl-size-200` (32px) |
154
+ | Footer leading / trailing icon | 16px (`--xpl-size-100`) | 20px (`--xpl-size-125`) |
155
+ | Child label alignment offset | `padding-left: var(--xpl-side-nav-child-indent)` (32px) | Same — child labels stay aligned with the parent label column on every viewport |
156
+
157
+ **Link mode and mobile icons:** in button mode the component automatically adjusts the `xpl-icon` `size` prop to 24 below `md`. In link mode, where the consumer controls the anchor content, the CSS scales the `svg` element inside `__leading` / `__trailing` via a presentational-attribute override — no `size` prop change needed.
158
+
159
+ ## Token reference
160
+
161
+ | Token | Usage |
162
+ |---|---|
163
+ | `--xpl-icon-default` | Leading and trailing icon color (default, hover, selected) |
164
+ | `--xpl-icon-disabled` | Leading, trailing, and label color when disabled |
165
+ | `--xpl-text-strong` | Label color |
166
+ | `--xpl-text-disabled` | Label color when disabled |
167
+ | `--xpl-background-brand-secondary-surface` | Selected row background |
168
+ | `--xpl-background-surface-transparent-10` | Hover row background |
169
+ | `--xpl-border-focus` | Focus outline color |
170
+ | `--xpl-space-8` | `margin-right` on the leading icon box (spacing between icon and label); `margin-left` on the trailing box |
171
+ | `--xpl-size-100` | Leading / trailing icon box: 16px on desktop |
172
+ | `--xpl-size-150` | Leading / trailing icon box on mobile (overrides `--xpl-size-100` below `md`) |
173
+ | `--xpl-size-200` | `min-height` of the inner link / button (32px desktop) |
174
+ | `--xpl-size-300` | `min-height` of the outer row wrapper on mobile (48px tap target) |
175
+
71
176
  ## Related
72
177
 
73
178
  - [xpl-side-nav](../xpl-side-nav) — Sidebar container (`slot="section"`, `slot="nav-footer"`).
@@ -75,26 +180,54 @@ Row for [`xpl-side-nav`](../xpl-side-nav): place items in `slot="section"` or `s
75
180
  <!-- Auto Generated Below -->
76
181
 
77
182
 
183
+ ## Overview
184
+
185
+ Navigation row for `xpl-side-nav`. Renders a button (default) or a slot-only
186
+ anchor container (`link` mode). Three slot positions are available:
187
+
188
+ - `slot="leading"` — leading icon column (renamed from `slot="icon"` in v2).
189
+ The `icon` prop is a convenience shorthand that renders an `xpl-icon` here
190
+ when no slotted `leading` content is present.
191
+ - `slot="trailing"` — trailing content (e.g. `xpl-icon icon="external-link"`).
192
+ When `has-children` is true and no `trailing` slot content is provided, an
193
+ auto chevron is rendered automatically in this position: `chevron-down` when
194
+ collapsed, `chevron-up` when expanded.
195
+ - default slot — nested `xpl-side-nav-item` children (expandable parents only).
196
+
197
+ **v2 breaking changes (beta):**
198
+ - `slot="icon"` renamed to `slot="leading"` — no alias kept.
199
+ - Parent rows (`has-children`) now render the leading icon alongside the chevron.
200
+ Previously parents showed chevron + label only (no leading icon).
201
+ - The chevron has moved from the leading position to the trailing position.
202
+ - A slotted `slot="trailing"` replaces the auto chevron on parent rows.
203
+
204
+ **Migration:**
205
+ | Before (v1) | After (v2) | Action |
206
+ |---|---|---|
207
+ | `slot="icon"` | `slot="leading"` | Rename the slot attribute |
208
+ | Parent row: chevron only (no leading) | Parent row: leading icon + chevron | Pass `icon` prop or `slot="leading"` |
209
+ | (no trailing slot) | `slot="trailing"` | Add for custom trailing content |
210
+
78
211
  ## Properties
79
212
 
80
- | Property | Attribute | Description | Type | Default |
81
- | ------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ----------- |
82
- | `disabled` | `disabled` | Whether the component is disabled | `boolean` | `false` |
83
- | `expanded` | `expanded` | Whether the item is currently expanded (only applies when hasChildren is true) | `boolean` | `false` |
84
- | `hasChildren` | `has-children` | Whether the item has child items; when true, shows expand/collapse and a default slot for nested items. Mutually exclusive with <code>link</code>. If <code>link</code> is already true, setting <code>has-children</code> is reverted (<code>@Watch('hasChildren')</code>, <code>@Watch('link')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>) so reflected attributes match CSS. | `boolean` | `false` |
85
- | `hidden` | `hidden` | Whether the component is hidden | `boolean` | `false` |
86
- | `icon` | `icon` | Optional icon name; default content for <code>slot="icon"</code> (leaf and footer rows only). Expandable parents (<code>has-children</code>) do not show an icon column only the chevron and label. Omit for nested children under a <code>has-children</code> parent — the icon column is hidden for sub-items. | `string` | `undefined` |
87
- | `label` | `label` | The display label for the navigation item (button / expandable rows; omit in <code>link</code> mode). | `string` | `undefined` |
88
- | `link` | `link` | When true, the row becomes a slot-only container for consumer-provided links. The consumer provides the full anchor element (or router link) via the default slot. In link mode, <code>label</code> and <code>icon</code> props should not be used. Link mode does not support <code>has-children</code>; use the default button mode for expandable items. When <code>link</code> is true, <code>hasChildren</code> is always false (enforced by <code>@Watch('link')</code>, <code>@Watch('hasChildren')</code>, <code>componentWillLoad</code>, and <code>componentWillRender</code>). | `boolean` | `false` |
89
- | `selected` | `selected` | Whether the item is currently in a selected state | `boolean` | `false` |
213
+ | Property | Attribute | Description | Type | Default |
214
+ | ------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | ----------- |
215
+ | `disabled` | `disabled` | Whether the item is currently disabled. | `boolean` | `false` |
216
+ | `expanded` | `expanded` | Whether the item is currently expanded (only applies when `has-children` is true). | `boolean` | `false` |
217
+ | `hasChildren` | `has-children` | Whether the item has child items; when true, shows expand/collapse and a default slot for nested items. Mutually exclusive with `link`. If `link` is already true, setting `has-children` is reverted. | `boolean` | `false` |
218
+ | `hidden` | `hidden` | Whether the component is hidden. | `boolean` | `false` |
219
+ | `icon` | `icon` | Optional icon name; renders as the default content for `slot="leading"`. When `slot="leading"` content is present, this prop is ignored. In v2, this prop applies to all item types including parent rows (`has-children`). | `string` | `undefined` |
220
+ | `label` | `label` | The display label for the navigation item (button / expandable rows; omit in `link` mode). | `string` | `undefined` |
221
+ | `link` | `link` | When true, the row becomes a slot-only container for consumer-provided links. The consumer provides the full anchor element (or router link) via the default slot. In link mode, `label` and `icon` props should not be used. Link mode does not support `has-children`; use the default button mode for expandable items. When `link` is true, `hasChildren` is always false. | `boolean` | `false` |
222
+ | `selected` | `selected` | Whether the item is currently in a selected state. | `boolean` | `false` |
90
223
 
91
224
 
92
225
  ## Events
93
226
 
94
- | Event | Description | Type |
95
- | ---------------- | --------------------------------------------------------------------------------------------------- | ---------------------- |
96
- | `expandedChange` | Emitted when the expanded state changes (hasChildren items only). Detail is the new expanded value. | `CustomEvent<boolean>` |
97
- | `navClick` | Emitted when a leaf item is clicked. Expandable parents use expandedChange instead. | `CustomEvent<void>` |
227
+ | Event | Description | Type |
228
+ | ---------------- | ------------------------------------------------------------------------------------------------------ | ---------------------- |
229
+ | `expandedChange` | Emitted when the expanded state changes (`has-children` items only). Detail is the new expanded value. | `CustomEvent<boolean>` |
230
+ | `navClick` | Emitted when a leaf item is clicked. Expandable parents use `expandedChange` instead. | `CustomEvent<void>` |
98
231
 
99
232
 
100
233
  ## Dependencies
@@ -32,11 +32,13 @@ Tables are used to organize and display information from a data set.
32
32
 
33
33
  ### Depends on
34
34
 
35
+ - [xpl-checkbox](../xpl-checkbox)
35
36
  - [xpl-icon](../xpl-icon)
36
37
 
37
38
  ### Graph
38
39
  ```mermaid
39
40
  graph TD;
41
+ xpl-table --> xpl-checkbox
40
42
  xpl-table --> xpl-icon
41
43
  style xpl-table fill:#f9f,stroke:#333,stroke-width:4px
42
44
  ```
@@ -1,10 +1,38 @@
1
1
  # xpl-tooltip
2
2
 
3
- Tooltips are intended to be short one to two sentence messages adding contextual information for the user. Keep messages short and to the point. Tooltips are static and do not contain actions, and only appear when the context is hovered.
3
+ Tooltips are intended to be short one to two sentence messages adding contextual information for the user. Keep messages short and to the point. Tooltips are static and do not contain actions, and only appear when the context is hovered.
4
4
 
5
5
  Tooltip variants control one of 8 arrow positions indicating the direction the tooltip will appear in relation to it's trigger:
6
6
  "bottom-left" | "bottom-middle" | "bottom-right" | "left" | "right" | "top-left" | "top-middle" | "top-right"
7
7
 
8
+
9
+ ### Design Tokens
10
+
11
+ Tokens used by this component from `@xplortech/apollo-foundation`.
12
+
13
+ **Color**
14
+ - `--xpl-background-surface-default` — tooltip background and arrow fill
15
+ - `--xpl-background-surface-transparent-10` — shadow primary layer
16
+ - `--xpl-background-surface-transparent-5` — shadow secondary layer
17
+ - `--xpl-text-default` — tooltip text color
18
+ - `--xpl-border-default` — tooltip border and arrow stroke (keeps the arrow edge theme-aware in dark mode)
19
+
20
+ **Spacing**
21
+ - `--xpl-space-6` — vertical padding
22
+ - `--xpl-space-8` — horizontal padding
23
+ - `--xpl-space-12` — offset from trigger, via `--xpl-tooltip-margin`
24
+
25
+ **Typography**
26
+ - `.xpl-text-callout` — text style (via `@extend`)
27
+
28
+ **Border**
29
+ - `--xpl-border-small` — border width (1px)
30
+ - `--xpl-border-radius-small` — corner radius (4px)
31
+
32
+ **Z-index**
33
+ - `--xpl-z-index-900` — tooltip stacking order
34
+ - `--xpl-z-index-100` — arrow base stacking order (elevated to `--xpl-z-index-900` per position variant)
35
+
8
36
  <!-- Auto Generated Below -->
9
37
 
10
38
 
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-C7bgJs6C.js';
2
- export { s as setNonce } from './index-C7bgJs6C.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-CXkZUm1c.js';
2
+ export { s as setNonce } from './index-CXkZUm1c.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.43.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.43.5 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
 
9
9
  var patchBrowser = () => {
@@ -17,5 +17,5 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy(JSON.parse("[[\"xpl-button-row\",[[0,\"xpl-button-row\",{\"primary\":[1],\"secondary\":[1],\"tertiary\":[1]}]]],[\"xpl-table-header-cell\",[[0,\"xpl-table-header-cell\",{\"icon\":[1],\"sortable\":[4],\"label\":[1],\"type\":[1],\"width\":[2],\"sortDirection\":[32]}]]],[\"xpl-accordion\",[[260,\"xpl-accordion\",{\"contentId\":[1,\"content-id\"],\"header\":[1],\"description\":[1],\"initialExpanded\":[4,\"initial-expanded\"],\"size\":[1],\"borderType\":[1,\"border-type\"],\"expanded\":[32],\"parentCheckboxChange\":[64]},[[0,\"checkboxChange\",\"listenToChangeEvent\"]],{\"initialExpanded\":[{\"watchInitialExpanded\":0}]}]]],[\"xpl-application-shell\",[[260,\"xpl-application-shell\",{\"withSubnav\":[4,\"with-subnav\"],\"withUtility\":[4,\"with-utility\"],\"navWidth\":[1,\"nav-width\"],\"isNavOpenAtStartup\":[4,\"is-nav-open-at-startup\"],\"navOpen\":[32]},[[0,\"navOpen\",\"navToggleHandler\"],[0,\"navWidth\",\"navWithHandler\"],[9,\"resize\",\"onWindowResize\"]]]]],[\"xpl-large-card\",[[260,\"xpl-large-card\",{\"link\":[4],\"name\":[1],\"description\":[1]}]]],[\"xpl-calendar\",[[0,\"xpl-calendar\",{\"inputId\":[1,\"input-id\"],\"dateFormat\":[1,\"date-format\"],\"max\":[8],\"min\":[8],\"mode\":[1],\"defaultDate\":[1,\"default-date\"],\"setDate\":[64]}]]],[\"xpl-dynamic-table\",[[260,\"xpl-dynamic-table\",{\"selectedItemCount\":[32],\"colCount\":[32]},[[8,\"deselectAll\",\"listenToDeselectEvent\"],[8,\"checkboxChange\",\"listenToChangeEvent\"]]]]],[\"xpl-dynamic-table-cell\",[[260,\"xpl-dynamic-table-cell\",{\"disabled\":[4]}]]],[\"xpl-dynamic-table-row\",[[260,\"xpl-dynamic-table-row\",{\"disabled\":[4],\"selected\":[4],\"isDisabled\":[32]}]]],[\"xpl-grid\",[[0,\"xpl-grid\"]]],[\"xpl-grid-item\",[[260,\"xpl-grid-item\",{\"xs\":[2],\"sm\":[2],\"md\":[2],\"lg\":[2]}]]],[\"xpl-main-nav\",[[260,\"xpl-main-nav\",{\"width\":[1]}]]],[\"xpl-table-header\",[[260,\"xpl-table-header\"]]],[\"xpl-toggle\",[[0,\"xpl-toggle\",{\"checked\":[4],\"description\":[1],\"disabled\":[4],\"heading\":[1],\"label\":[1],\"name\":[1],\"variant\":[1],\"id\":[32]}]]],[\"xpl-toolbar\",[[260,\"xpl-toolbar\",{\"selectedItemCount\":[2,\"selected-item-count\"]},[[8,\"selectedItemCountChange\",\"listenToSelectedItemCountChange\"]]]]],[\"xpl-avatar_54\",[[260,\"xpl-list\",{\"items\":[16],\"label\":[1],\"labelledBy\":[1,\"labelled-by\"],\"reorderable\":[4],\"selectable\":[4],\"keyboardReorderItemId\":[32],\"reorderLiveMessage\":[32],\"clearSelection\":[64]},[[0,\"keydown\",\"handleKeyDown\"],[0,\"itemSelect\",\"handleChildItemSelect\"],[0,\"slotchange\",\"handleSlotChange\"],[0,\"itemDragStart\",\"handleItemDragStart\"],[0,\"itemDragEnd\",\"handleItemDragEnd\"],[0,\"itemDrop\",\"handleItemDrop\"],[0,\"xplListItemReorder\",\"handleItemReorder\"]],{\"keyboardReorderItemId\":[{\"handleKeyboardReorderItemIdChange\":0}],\"items\":[{\"handleItemsChange\":0}],\"reorderable\":[{\"handleReorderableChange\":0}],\"selectable\":[{\"handleSelectableChange\":0}]}],[0,\"xpl-pagination\",{\"totalPages\":[2,\"total-pages\"],\"withPageControl\":[4,\"with-page-control\"],\"currentPage\":[1026,\"current-page\"],\"rowsPerPageOptions\":[1,\"rows-per-page-options\"],\"selectedRowsPerPage\":[1026,\"selected-rows-per-page\"]},null,{\"currentPage\":[{\"onPageUpdate\":0}],\"selectedRowsPerPage\":[{\"onRowsPerPageUpdate\":0}]}],[260,\"xpl-tabs\",{\"disabled\":[4],\"fullWidth\":[4,\"full-width\"],\"type\":[513],\"value\":[1],\"activeBarPosition\":[32],\"choicesTick\":[32],\"isMobileSelectChange\":[32],\"selectedValue\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"disabled\":[{\"onDisabledChanged\":0}],\"fullWidth\":[{\"onFullWidthChanged\":0}],\"type\":[{\"onTypeChanged\":0}],\"value\":[{\"onValueChanged\":0}]}],[260,\"xpl-slideout\",{\"isOpen\":[1540,\"is-open\"],\"backdrop\":[4],\"variant\":[1],\"showFooter\":[4,\"show-footer\"]},[[9,\"scroll\",\"handleScroll\"]],{\"isOpen\":[{\"watchPropHandler\":0}]}],[260,\"xpl-top-nav\",{\"brandHref\":[1,\"brand-href\"],\"brandLogo\":[1,\"brand-logo\"],\"brandName\":[1,\"brand-name\"],\"childAccountLabel\":[1,\"child-account-label\"],\"label\":[1],\"navControl\":[516,\"nav-control\"],\"brandLogoSlotPresent\":[32],\"open\":[32],\"userMenuSlotPresent\":[32],\"userMenuTriggerSlotPresent\":[32]},null,{\"navControl\":[{\"onNavControlChanged\":0}]}],[260,\"xpl-modal\",{\"isOpen\":[1540,\"is-open\"],\"size\":[1],\"variant\":[1]},null,{\"isOpen\":[{\"updateModalState\":0}]}],[0,\"xpl-banner\",{\"actionText\":[1,\"action-text\"],\"appearance\":[1],\"description\":[1],\"hasIcon\":[4,\"has-icon\"],\"heading\":[1],\"isDismissible\":[4,\"is-dismissible\"],\"isSection\":[4,\"is-section\"],\"secondaryActionText\":[1,\"secondary-action-text\"],\"truncateDesc\":[4,\"truncate-desc\"]}],[0,\"xpl-choicelist\",{\"choices\":[16],\"description\":[1],\"heading\":[1],\"multi\":[4],\"name\":[1],\"styled\":[4],\"selected\":[32]},null,{\"choices\":[{\"onChoicesPropChange\":0}],\"selected\":[{\"onSelectedChange\":0}]}],[260,\"xpl-data-card\",{\"link\":[4],\"name\":[1],\"stat\":[1],\"shortStat\":[1,\"short-stat\"],\"variant\":[1],\"leadingIcon\":[4,\"leading-icon\"],\"icon\":[1],\"smallStat\":[1,\"small-stat\"],\"smallStatIcon\":[1,\"small-stat-icon\"],\"detail\":[1],\"smallStatVariant\":[1,\"small-stat-variant\"],\"tooltipTextSmallStat\":[1,\"tooltip-text-small-stat\"],\"tooltipTextStat\":[1,\"tooltip-text-stat\"]},null,{\"stat\":[{\"watchStat\":0}],\"shortStat\":[{\"watchShortStat\":0}]}],[260,\"xpl-header-accordion\",{\"contentId\":[1,\"content-id\"],\"initialExpanded\":[4,\"initial-expanded\"],\"disabled\":[4],\"selectedCount\":[2,\"selected-count\"],\"hasCheckbox\":[4,\"has-checkbox\"],\"expanded\":[32],\"parentChecked\":[32],\"parentIndeterminate\":[32]},[[0,\"checkboxChange\",\"handleChildCheckboxChange\"]],{\"selectedCount\":[{\"watchSelectedCount\":0}]}],[260,\"xpl-spotlight\",{\"actionLayout\":[1,\"action-layout\"],\"anchorPosition\":[1,\"anchor-position\"],\"body\":[1],\"currentStep\":[2,\"current-step\"],\"heading\":[1],\"isDismissible\":[4,\"is-dismissible\"],\"isOpen\":[4,\"is-open\"],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"showActions\":[4,\"show-actions\"],\"showImage\":[4,\"show-image\"],\"showSteps\":[4,\"show-steps\"],\"target\":[1],\"totalSteps\":[2,\"total-steps\"],\"hasBodySlotContent\":[32],\"hasFloatingPosition\":[32],\"hasImageSlotContent\":[32],\"hasTitleSlotContent\":[32],\"isVisible\":[32],\"resolvedAnchorPosition\":[32]},[[4,\"keydown\",\"handleKeyDown\"]],{\"anchorPosition\":[{\"onAnchorPositionChange\":0}],\"isOpen\":[{\"onIsOpenChange\":0}],\"target\":[{\"onTargetChange\":0}]}],[260,\"xpl-tab\",{\"disabled\":[516],\"fullWidth\":[4,\"full-width\"],\"groupDisabled\":[1540,\"data-group-disabled\"],\"icon\":[513],\"iconPosition\":[1,\"icon-position\"],\"selected\":[4],\"target\":[1],\"variant\":[1],\"getFocusableElement\":[64],\"setTabIndex\":[64],\"focusTrigger\":[64]}],[0,\"xpl-progress-bar\",{\"helperText\":[1,\"helper-text\"],\"label\":[1],\"max\":[2],\"size\":[1],\"value\":[2],\"variant\":[1]}],[0,\"xpl-progress-indicator\",{\"currentStep\":[1026,\"current-step\"],\"layout\":[1],\"showLabels\":[4,\"show-labels\"],\"showNumbers\":[4,\"show-numbers\"],\"steps\":[16]},null,{\"steps\":[{\"validateCurrentStep\":0}],\"currentStep\":[{\"validateCurrentStep\":0}]}],[260,\"xpl-side-nav-item\",{\"disabled\":[516],\"expanded\":[1540],\"hasChildren\":[1540,\"has-children\"],\"hidden\":[516],\"icon\":[1],\"label\":[1],\"link\":[516],\"selected\":[516]},null,{\"hasChildren\":[{\"syncLinkHasChildrenExclusivity\":0}],\"link\":[{\"syncLinkHasChildrenExclusivity\":0}]}],[0,\"xpl-table\",{\"columns\":[16],\"data\":[16],\"footer\":[16],\"freeze\":[4],\"multiselect\":[4],\"striped\":[4],\"selectedValues\":[16],\"isSortable\":[4,\"is-sortable\"],\"sortableColumns\":[16],\"areAllSelected\":[32],\"rowData\":[32],\"rowFooterData\":[32],\"hasScrolled\":[32],\"selected\":[32],\"sortTypeArray\":[32]},null,{\"data\":[{\"watchData\":0}],\"footer\":[{\"watchFooterData\":0}],\"columns\":[{\"watchColumns\":0}]}],[260,\"xpl-toast\",{\"variant\":[1],\"showIcon\":[4,\"show-icon\"],\"caption\":[1],\"dismissable\":[4],\"timeout\":[2]}],[260,\"xpl-utility-bar\",{\"navControl\":[4,\"nav-control\"],\"isNavOpenAtStartup\":[4,\"is-nav-open-at-startup\"],\"open\":[32]}],[260,\"xpl-breadcrumb-item\"],[260,\"xpl-breadcrumbs\"],[260,\"xpl-content-area\",{\"size\":[1]}],[260,\"xpl-dashboard\"],[260,\"xpl-nav-header-menu\",{\"email\":[1],\"username\":[1],\"rightAsideMobilePresent\":[32]}],[260,\"xpl-nav-item\",{\"navControl\":[4,\"nav-control\"]}],[260,\"xpl-panel\",{\"accent\":[1],\"padding\":[1]}],[260,\"xpl-secondary-nav\"],[260,\"xpl-side-nav\",{\"label\":[1]}],[0,\"xpl-skeleton\",{\"classNames\":[1,\"class-names\"],\"fullWidth\":[4,\"full-width\"],\"height\":[1],\"width\":[1],\"margin\":[1],\"shape\":[1],\"size\":[1]}],[260,\"xpl-tab-panel\",{\"selected\":[4],\"target\":[1]}],[260,\"xpl-list-item\",{\"disabled\":[4],\"error\":[4],\"hidden\":[4],\"href\":[1],\"item\":[16],\"itemId\":[1025,\"item-id\"],\"keyboardActive\":[4,\"keyboard-active\"],\"radioName\":[1,\"radio-name\"],\"reorderable\":[4],\"selectable\":[4],\"selected\":[4],\"showDivider\":[4,\"show-divider\"],\"titleBadgeVariant\":[1,\"title-badge-variant\"],\"slotPresence\":[32],\"isKeyboardMode\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]],{\"item\":[{\"handleItemChange\":0}],\"keyboardActive\":[{\"handleKeyboardActiveChange\":0}],\"selected\":[{\"handleSelectedChange\":0}],\"titleBadgeVariant\":[{\"handleTitleBadgeVariantChange\":0}]}],[260,\"xpl-top-nav-item\",{\"active\":[516],\"href\":[1],\"icon\":[1],\"itemAriaLabel\":[1,\"item-aria-label\"],\"label\":[1],\"selected\":[516],\"hasDropdown\":[32],\"hostListitemRole\":[32],\"open\":[32]},[[0,\"_xplCloseNavDropdown\",\"handleCloseNavDropdownRequest\"]],{\"hasDropdown\":[{\"onHasDropdownChanged\":0}]}],[260,\"xpl-tooltip\",{\"text\":[1],\"position\":[1],\"hideArrow\":[4,\"hide-arrow\"]}],[260,\"xpl-select\",{\"choices\":[16],\"selectIcon\":[1,\"select-icon\"],\"description\":[1],\"disabled\":[4],\"dropdownFlipFallbackPlacements\":[16],\"dropdownPlacement\":[1,\"dropdown-placement\"],\"error\":[1],\"label\":[1],\"mode\":[1],\"name\":[1],\"placeholder\":[1],\"truncate\":[4],\"customDisplayValue\":[4,\"custom-display-value\"],\"selectedValues\":[1,\"selected-values\"],\"classNames\":[1,\"class-names\"],\"active\":[32],\"id\":[32],\"keepFocus\":[32],\"visibleChoices\":[32],\"choicesState\":[32],\"value\":[32],\"dropdownOpenState\":[32],\"reset\":[64]},[[8,\"click\",\"handleClickEvent\"],[8,\"keydown\",\"handleKeyDown\"],[9,\"resize\",\"handleResize\"]],{\"choices\":[{\"onChoicesPropChanged\":0}],\"selectedValues\":[{\"onSelectedValuesPropChanged\":0}],\"choicesState\":[{\"onChoicesStateChanged\":0}],\"value\":[{\"handleValueStateChange\":0}],\"dropdownOpenState\":[{\"onDropdownOpenStateChanged\":0}]}],[260,\"xpl-avatar\",{\"color\":[1],\"disabled\":[4],\"groupData\":[1,\"group-data\"],\"href\":[1],\"name\":[1],\"size\":[1],\"src\":[1],\"status\":[1],\"subText\":[1,\"sub-text\"],\"target\":[1],\"variant\":[1],\"cachedGroupItems\":[32],\"cachedSlotContent\":[32]},null,{\"groupData\":[{\"onGroupDataChange\":0}]}],[260,\"xpl-tag\",{\"disabled\":[4],\"dismissible\":[4],\"isDraggable\":[4,\"is-draggable\"],\"size\":[1],\"tagId\":[1,\"tag-id\"],\"dismissAriaLabelSuffix\":[32],\"isDragging\":[32]},null,{\"disabled\":[{\"onDisabledChange\":0}],\"isDraggable\":[{\"onIsDraggableChange\":0}]}],[0,\"xpl-backdrop\",{\"relative\":[4]}],[260,\"xpl-badge\",{\"bordered\":[4],\"dot\":[4],\"dotOnly\":[4,\"dot-only\"],\"shape\":[1],\"size\":[1],\"variant\":[1]}],[260,\"xpl-checkbox\",{\"ariaLabel\":[1,\"aria-label\"],\"checked\":[4],\"description\":[1],\"disabled\":[4],\"indeterminate\":[4],\"name\":[1],\"value\":[1],\"required\":[4],\"styled\":[4],\"dataId\":[1,\"data-id\"],\"id\":[32]}],[260,\"xpl-divider\",{\"tier\":[2]}],[260,\"xpl-radio\",{\"checked\":[4],\"description\":[1],\"disabled\":[4],\"name\":[1],\"value\":[1],\"required\":[4],\"selectedValue\":[1,\"selected-value\"],\"styled\":[4],\"id\":[32]}],[260,\"xpl-input\",{\"_id\":[1],\"description\":[1],\"disabled\":[4],\"error\":[1],\"label\":[1],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1],\"autocomplete\":[1],\"placeholder\":[1],\"post\":[1],\"pre\":[1],\"max\":[8],\"min\":[8],\"step\":[2],\"multiline\":[4],\"maxCharacterCount\":[2,\"max-character-count\"],\"dateFormat\":[1,\"date-format\"],\"timeFormat\":[1,\"time-format\"],\"allowCustomOption\":[4,\"allow-custom-option\"],\"mode\":[1],\"accept\":[1],\"multiple\":[4],\"hideTriggerOnSelect\":[4,\"hide-trigger-on-select\"],\"hideFileNames\":[4,\"hide-file-names\"],\"hideAcceptText\":[4,\"hide-accept-text\"],\"hideEyeDropper\":[4,\"hide-eye-dropper\"],\"defaultCountry\":[1,\"default-country\"],\"preferredCountries\":[16],\"isInternational\":[4,\"is-international\"],\"ariaLabel\":[1,\"aria-label\"],\"shape\":[1],\"type\":[1],\"characterCount\":[32],\"passwordVisible\":[32],\"hasPreSlotContent\":[32],\"setFocus\":[64]}],[0,\"xpl-input-color\",{\"value\":[1],\"placeholder\":[1],\"disabled\":[4],\"required\":[4],\"hideEyeDropper\":[4,\"hide-eye-dropper\"],\"hasErrorState\":[32],\"colorValues\":[32],\"eyeDropperSupported\":[32],\"hue\":[32]},null,{\"colorValues\":[{\"valueChanged\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValuePropChange\":0}]}],[260,\"xpl-popover\",{\"isOpen\":[4,\"is-open\"],\"disabled\":[4],\"position\":[1],\"display\":[1],\"isOpenState\":[32],\"actualPosition\":[32],\"updateListener\":[32]},null,{\"isOpen\":[{\"onIsOpenPropChange\":0}],\"isOpenState\":[{\"onIsOpenStateChange\":0}]}],[0,\"xpl-input-phone\",{\"defaultCountry\":[1,\"default-country\"],\"disabled\":[4],\"inputId\":[1,\"input-id\"],\"isInternational\":[4,\"is-international\"],\"name\":[1],\"placeholder\":[1],\"preferredCountries\":[16],\"readonly\":[4],\"required\":[4],\"value\":[1537],\"dropdownOpen\":[32],\"hasErrorState\":[32],\"nationalNumber\":[32],\"searchQuery\":[32],\"selectedCountry\":[32],\"triggerId\":[32]},null,{\"dropdownOpen\":[{\"onDropdownOpenChange\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValueChange\":0}]}],[0,\"xpl-input-time\",{\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1537],\"placeholder\":[1],\"max\":[8],\"min\":[8],\"step\":[2],\"mode\":[1],\"timeFormat\":[1,\"time-format\"],\"allowCustomOption\":[4,\"allow-custom-option\"],\"formattedValue\":[32],\"hasErrorState\":[32],\"showOptions\":[32],\"options\":[32],\"amPm\":[32]},null,{\"value\":[{\"onValueChange\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}]}],[0,\"xpl-input-date\",{\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1],\"placeholder\":[1],\"post\":[1],\"pre\":[1],\"max\":[8],\"min\":[8],\"dateFormat\":[1,\"date-format\"],\"mode\":[1],\"flatpickrStaticLayout\":[32],\"hasErrorState\":[32]},null,{\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValueChanged\":0}]}],[260,\"xpl-input-file\",{\"disabled\":[4],\"name\":[1],\"_id\":[1],\"accept\":[1],\"multiple\":[4],\"hideTriggerOnSelect\":[4,\"hide-trigger-on-select\"],\"hideFileNames\":[4,\"hide-file-names\"],\"hideAcceptText\":[4,\"hide-accept-text\"],\"files\":[32],\"removeFileByIndex\":[64]},null,{\"files\":[{\"onFilesChange\":0}]}],[0,\"xpl-input-search\",{\"ariaLabel\":[1,\"aria-label\"],\"autocomplete\":[1],\"disabled\":[4],\"errorMessageId\":[1,\"error-message-id\"],\"hasError\":[4,\"has-error\"],\"hasVisibleLabel\":[4,\"has-visible-label\"],\"inputId\":[1,\"input-id\"],\"name\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"shape\":[1],\"value\":[1025],\"hasAncestorForm\":[32],\"setFocus\":[64]}],[260,\"xpl-dropdown\",{\"isOpen\":[1540,\"open\"],\"closeOnSelect\":[4,\"close-on-select\"],\"mode\":[1],\"options\":[1040],\"anchorToTrigger\":[4,\"anchor-to-trigger\"],\"flipFallbackPlacements\":[16],\"placement\":[1],\"selectedValues\":[1,\"selected-values\"],\"selectOnFocus\":[4,\"select-on-focus\"],\"triggerId\":[1,\"trigger-id\"],\"update\":[16],\"handleSelect\":[64]},null,{\"anchorToTrigger\":[{\"onAnchorToTriggerChanged\":0}],\"flipFallbackPlacements\":[{\"onFlipFallbackPlacementsChanged\":0}],\"placement\":[{\"onPlacementChanged\":0}],\"triggerId\":[{\"onTriggerIdChanged\":0}],\"selectedValues\":[{\"onSelectedValuesChanged\":0}],\"isOpen\":[{\"onIsOpenStateChange\":0}]}],[260,\"xpl-dropdown-group\",{\"groupName\":[1,\"label\"],\"options\":[16]}],[260,\"xpl-dropdown-option\",{\"isDisabled\":[516,\"disabled\"],\"label\":[1],\"value\":[1],\"subtitle\":[1],\"icon\":[1],\"isSelected\":[4,\"selected\"]}],[260,\"xpl-dropdown-heading\",{\"label\":[1]}],[260,\"xpl-button\",{\"controlAttrs\":[16],\"disabled\":[4],\"form\":[1],\"fullWidth\":[4,\"full-width\"],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"iconPosition\":[1,\"icon-position\"],\"isLoading\":[4,\"is-loading\"],\"link\":[4],\"name\":[1],\"sentiment\":[1],\"size\":[1],\"state\":[1],\"type\":[1],\"value\":[1],\"variant\":[1]}],[0,\"xpl-icon\",{\"icon\":[1],\"size\":[2],\"backgroundColor\":[1,\"background-color\"]}]]]]"), options);
20
+ return bootstrapLazy(JSON.parse("[[\"xpl-button-row\",[[0,\"xpl-button-row\",{\"primary\":[1],\"secondary\":[1],\"tertiary\":[1]}]]],[\"xpl-table-header-cell\",[[0,\"xpl-table-header-cell\",{\"icon\":[1],\"sortable\":[4],\"label\":[1],\"type\":[1],\"width\":[2],\"sortDirection\":[32]}]]],[\"xpl-accordion\",[[260,\"xpl-accordion\",{\"contentId\":[1,\"content-id\"],\"header\":[1],\"description\":[1],\"initialExpanded\":[4,\"initial-expanded\"],\"size\":[1],\"borderType\":[1,\"border-type\"],\"expanded\":[32],\"parentCheckboxChange\":[64]},[[0,\"checkboxChange\",\"listenToChangeEvent\"]],{\"initialExpanded\":[{\"watchInitialExpanded\":0}]}]]],[\"xpl-application-shell\",[[260,\"xpl-application-shell\",{\"withSubnav\":[4,\"with-subnav\"],\"withUtility\":[4,\"with-utility\"],\"navWidth\":[1,\"nav-width\"],\"isNavOpenAtStartup\":[4,\"is-nav-open-at-startup\"],\"navOpen\":[32]},[[0,\"navOpen\",\"navToggleHandler\"],[0,\"navWidth\",\"navWithHandler\"],[9,\"resize\",\"onWindowResize\"]]]]],[\"xpl-large-card\",[[260,\"xpl-large-card\",{\"link\":[4],\"name\":[1],\"description\":[1]}]]],[\"xpl-calendar\",[[0,\"xpl-calendar\",{\"inputId\":[1,\"input-id\"],\"dateFormat\":[1,\"date-format\"],\"max\":[8],\"min\":[8],\"mode\":[1],\"defaultDate\":[1,\"default-date\"],\"setDate\":[64]}]]],[\"xpl-dynamic-table\",[[260,\"xpl-dynamic-table\",{\"selectedItemCount\":[32],\"colCount\":[32]},[[8,\"deselectAll\",\"listenToDeselectEvent\"],[8,\"checkboxChange\",\"listenToChangeEvent\"]]]]],[\"xpl-dynamic-table-cell\",[[260,\"xpl-dynamic-table-cell\",{\"disabled\":[4]}]]],[\"xpl-dynamic-table-row\",[[260,\"xpl-dynamic-table-row\",{\"disabled\":[4],\"selected\":[4],\"isDisabled\":[32]}]]],[\"xpl-grid\",[[0,\"xpl-grid\"]]],[\"xpl-grid-item\",[[260,\"xpl-grid-item\",{\"xs\":[2],\"sm\":[2],\"md\":[2],\"lg\":[2]}]]],[\"xpl-main-nav\",[[260,\"xpl-main-nav\",{\"width\":[1]}]]],[\"xpl-table-header\",[[260,\"xpl-table-header\"]]],[\"xpl-toggle\",[[0,\"xpl-toggle\",{\"checked\":[4],\"description\":[1],\"disabled\":[4],\"heading\":[1],\"label\":[1],\"name\":[1],\"variant\":[1],\"id\":[32]}]]],[\"xpl-toolbar\",[[260,\"xpl-toolbar\",{\"selectedItemCount\":[2,\"selected-item-count\"]},[[8,\"selectedItemCountChange\",\"listenToSelectedItemCountChange\"]]]]],[\"xpl-avatar_54\",[[260,\"xpl-list\",{\"items\":[16],\"label\":[1],\"labelledBy\":[1,\"labelled-by\"],\"reorderable\":[4],\"selectable\":[4],\"keyboardReorderItemId\":[32],\"reorderLiveMessage\":[32],\"clearSelection\":[64]},[[0,\"keydown\",\"handleKeyDown\"],[0,\"itemSelect\",\"handleChildItemSelect\"],[0,\"slotchange\",\"handleSlotChange\"],[0,\"itemDragStart\",\"handleItemDragStart\"],[0,\"itemDragEnd\",\"handleItemDragEnd\"],[0,\"itemDrop\",\"handleItemDrop\"],[0,\"xplListItemReorder\",\"handleItemReorder\"]],{\"keyboardReorderItemId\":[{\"handleKeyboardReorderItemIdChange\":0}],\"items\":[{\"handleItemsChange\":0}],\"reorderable\":[{\"handleReorderableChange\":0}],\"selectable\":[{\"handleSelectableChange\":0}]}],[0,\"xpl-pagination\",{\"totalPages\":[2,\"total-pages\"],\"withPageControl\":[4,\"with-page-control\"],\"currentPage\":[1026,\"current-page\"],\"rowsPerPageOptions\":[1,\"rows-per-page-options\"],\"selectedRowsPerPage\":[1026,\"selected-rows-per-page\"]},null,{\"currentPage\":[{\"onPageUpdate\":0}],\"totalPages\":[{\"onTotalPagesUpdate\":0}],\"selectedRowsPerPage\":[{\"onRowsPerPageUpdate\":0}]}],[260,\"xpl-tabs\",{\"disabled\":[4],\"fullWidth\":[4,\"full-width\"],\"type\":[513],\"value\":[1],\"activeBarPosition\":[32],\"choicesTick\":[32],\"isMobileSelectChange\":[32],\"selectedValue\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"disabled\":[{\"onDisabledChanged\":0}],\"fullWidth\":[{\"onFullWidthChanged\":0}],\"type\":[{\"onTypeChanged\":0}],\"value\":[{\"onValueChanged\":0}]}],[260,\"xpl-slideout\",{\"isOpen\":[1540,\"is-open\"],\"backdrop\":[4],\"variant\":[1],\"showFooter\":[4,\"show-footer\"]},[[9,\"scroll\",\"handleScroll\"]],{\"isOpen\":[{\"watchPropHandler\":0}]}],[260,\"xpl-top-nav\",{\"brandHref\":[1,\"brand-href\"],\"brandLogo\":[1,\"brand-logo\"],\"brandName\":[1,\"brand-name\"],\"childAccountLabel\":[1,\"child-account-label\"],\"label\":[1],\"navControl\":[516,\"nav-control\"],\"brandLogoSlotPresent\":[32],\"open\":[32],\"userMenuSlotPresent\":[32],\"userMenuTriggerSlotPresent\":[32]},null,{\"navControl\":[{\"onNavControlChanged\":0}]}],[260,\"xpl-modal\",{\"isOpen\":[1540,\"is-open\"],\"size\":[1],\"variant\":[1]},null,{\"isOpen\":[{\"updateModalState\":0}]}],[260,\"xpl-side-nav\",{\"label\":[1],\"open\":[1540],\"toggle\":[64],\"setOpen\":[64]},null,{\"open\":[{\"onOpenChanged\":0}]}],[0,\"xpl-banner\",{\"actionText\":[1,\"action-text\"],\"appearance\":[1],\"description\":[1],\"hasIcon\":[4,\"has-icon\"],\"heading\":[1],\"isDismissible\":[4,\"is-dismissible\"],\"isSection\":[4,\"is-section\"],\"secondaryActionText\":[1,\"secondary-action-text\"],\"truncateDesc\":[4,\"truncate-desc\"]}],[0,\"xpl-choicelist\",{\"choices\":[16],\"description\":[1],\"heading\":[1],\"multi\":[4],\"name\":[1],\"styled\":[4],\"selected\":[32]},null,{\"choices\":[{\"onChoicesPropChange\":0}],\"selected\":[{\"onSelectedChange\":0}]}],[260,\"xpl-data-card\",{\"link\":[4],\"name\":[1],\"stat\":[1],\"shortStat\":[1,\"short-stat\"],\"variant\":[1],\"leadingIcon\":[4,\"leading-icon\"],\"icon\":[1],\"smallStat\":[1,\"small-stat\"],\"smallStatIcon\":[1,\"small-stat-icon\"],\"detail\":[1],\"smallStatVariant\":[1,\"small-stat-variant\"],\"tooltipTextSmallStat\":[1,\"tooltip-text-small-stat\"],\"tooltipTextStat\":[1,\"tooltip-text-stat\"]},null,{\"stat\":[{\"watchStat\":0}],\"shortStat\":[{\"watchShortStat\":0}]}],[260,\"xpl-header-accordion\",{\"contentId\":[1,\"content-id\"],\"initialExpanded\":[4,\"initial-expanded\"],\"disabled\":[4],\"selectedCount\":[2,\"selected-count\"],\"hasCheckbox\":[4,\"has-checkbox\"],\"expanded\":[32],\"parentChecked\":[32],\"parentIndeterminate\":[32]},[[0,\"checkboxChange\",\"handleChildCheckboxChange\"]],{\"selectedCount\":[{\"watchSelectedCount\":0}]}],[260,\"xpl-spotlight\",{\"actionLayout\":[1,\"action-layout\"],\"anchorPosition\":[1,\"anchor-position\"],\"body\":[1],\"currentStep\":[2,\"current-step\"],\"heading\":[1],\"isDismissible\":[4,\"is-dismissible\"],\"isOpen\":[4,\"is-open\"],\"primaryActionLabel\":[1,\"primary-action-label\"],\"secondaryActionLabel\":[1,\"secondary-action-label\"],\"showActions\":[4,\"show-actions\"],\"showImage\":[4,\"show-image\"],\"showSteps\":[4,\"show-steps\"],\"target\":[1],\"totalSteps\":[2,\"total-steps\"],\"hasBodySlotContent\":[32],\"hasFloatingPosition\":[32],\"hasImageSlotContent\":[32],\"hasTitleSlotContent\":[32],\"dialogLabelId\":[32],\"isVisible\":[32],\"resolvedAnchorPosition\":[32]},[[4,\"keydown\",\"handleKeyDown\"]],{\"anchorPosition\":[{\"onAnchorPositionChange\":0}],\"isOpen\":[{\"onIsOpenChange\":0}],\"target\":[{\"onTargetChange\":0}]}],[260,\"xpl-tab\",{\"disabled\":[516],\"fullWidth\":[4,\"full-width\"],\"groupDisabled\":[1540,\"data-group-disabled\"],\"icon\":[513],\"iconPosition\":[1,\"icon-position\"],\"selected\":[4],\"target\":[1],\"variant\":[1],\"getFocusableElement\":[64],\"setTabIndex\":[64],\"focusTrigger\":[64]}],[0,\"xpl-table\",{\"columns\":[16],\"data\":[16],\"footer\":[16],\"freeze\":[4],\"multiselect\":[4],\"striped\":[4],\"selectedValues\":[16],\"isSortable\":[4,\"is-sortable\"],\"sortableColumns\":[16],\"areAllSelected\":[32],\"rowData\":[32],\"rowFooterData\":[32],\"hasScrolled\":[32],\"selected\":[32],\"sortTypeArray\":[32]},null,{\"data\":[{\"watchData\":0}],\"footer\":[{\"watchFooterData\":0}],\"columns\":[{\"watchColumns\":0}]}],[0,\"xpl-progress-bar\",{\"helperText\":[1,\"helper-text\"],\"label\":[1],\"max\":[2],\"size\":[1],\"value\":[2],\"variant\":[1]}],[0,\"xpl-progress-indicator\",{\"currentStep\":[1026,\"current-step\"],\"layout\":[1],\"showLabels\":[4,\"show-labels\"],\"showNumbers\":[4,\"show-numbers\"],\"steps\":[16]},null,{\"steps\":[{\"validateCurrentStep\":0}],\"currentStep\":[{\"validateCurrentStep\":0}]}],[260,\"xpl-side-nav-item\",{\"disabled\":[516],\"expanded\":[1540],\"hasChildren\":[1540,\"has-children\"],\"hidden\":[516],\"icon\":[1],\"label\":[1],\"link\":[516],\"selected\":[516],\"hasTrailingSlot\":[32]},null,{\"hasChildren\":[{\"syncLinkHasChildrenExclusivity\":0}],\"link\":[{\"syncLinkHasChildrenExclusivity\":0}]}],[260,\"xpl-toast\",{\"variant\":[1],\"showIcon\":[4,\"show-icon\"],\"caption\":[1],\"dismissable\":[4],\"timeout\":[2]}],[260,\"xpl-utility-bar\",{\"navControl\":[4,\"nav-control\"],\"isNavOpenAtStartup\":[4,\"is-nav-open-at-startup\"],\"open\":[32]}],[260,\"xpl-breadcrumb-item\"],[260,\"xpl-breadcrumbs\"],[260,\"xpl-content-area\",{\"size\":[1]}],[260,\"xpl-dashboard\"],[260,\"xpl-nav-header-menu\",{\"email\":[1],\"username\":[1],\"rightAsideMobilePresent\":[32]}],[260,\"xpl-nav-item\",{\"navControl\":[4,\"nav-control\"]}],[260,\"xpl-panel\",{\"accent\":[1],\"padding\":[1]}],[260,\"xpl-secondary-nav\"],[0,\"xpl-skeleton\",{\"classNames\":[1,\"class-names\"],\"fullWidth\":[4,\"full-width\"],\"height\":[1],\"width\":[1],\"margin\":[1],\"shape\":[1],\"size\":[1]}],[260,\"xpl-tab-panel\",{\"selected\":[4],\"target\":[1]}],[260,\"xpl-list-item\",{\"disabled\":[4],\"error\":[4],\"hidden\":[4],\"href\":[1],\"item\":[16],\"itemId\":[1025,\"item-id\"],\"keyboardActive\":[4,\"keyboard-active\"],\"radioName\":[1,\"radio-name\"],\"reorderable\":[4],\"selectable\":[4],\"selected\":[4],\"showDivider\":[4,\"show-divider\"],\"titleBadgeVariant\":[1,\"title-badge-variant\"],\"slotPresence\":[32],\"isKeyboardMode\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]],{\"item\":[{\"handleItemChange\":0}],\"keyboardActive\":[{\"handleKeyboardActiveChange\":0}],\"selected\":[{\"handleSelectedChange\":0}],\"titleBadgeVariant\":[{\"handleTitleBadgeVariantChange\":0}]}],[260,\"xpl-top-nav-item\",{\"active\":[516],\"href\":[1],\"icon\":[1],\"itemAriaLabel\":[1,\"item-aria-label\"],\"label\":[1],\"selected\":[516],\"hasDropdown\":[32],\"hostListitemRole\":[32],\"open\":[32]},[[0,\"_xplCloseNavDropdown\",\"handleCloseNavDropdownRequest\"]],{\"hasDropdown\":[{\"onHasDropdownChanged\":0}]}],[260,\"xpl-tooltip\",{\"text\":[1],\"position\":[1],\"hideArrow\":[4,\"hide-arrow\"]}],[260,\"xpl-select\",{\"choices\":[16],\"selectIcon\":[1,\"select-icon\"],\"description\":[1],\"disabled\":[4],\"dropdownFlipFallbackPlacements\":[16],\"dropdownPlacement\":[1,\"dropdown-placement\"],\"error\":[1],\"label\":[1],\"mode\":[1],\"name\":[1],\"placeholder\":[1],\"truncate\":[4],\"customDisplayValue\":[4,\"custom-display-value\"],\"selectedValues\":[1,\"selected-values\"],\"classNames\":[1,\"class-names\"],\"active\":[32],\"id\":[32],\"keepFocus\":[32],\"visibleChoices\":[32],\"choicesState\":[32],\"value\":[32],\"dropdownOpenState\":[32],\"reset\":[64]},[[8,\"click\",\"handleClickEvent\"],[8,\"keydown\",\"handleKeyDown\"],[9,\"resize\",\"handleResize\"]],{\"choices\":[{\"onChoicesPropChanged\":0}],\"selectedValues\":[{\"onSelectedValuesPropChanged\":0}],\"choicesState\":[{\"onChoicesStateChanged\":0}],\"value\":[{\"handleValueStateChange\":0}],\"dropdownOpenState\":[{\"onDropdownOpenStateChanged\":0}]}],[260,\"xpl-avatar\",{\"color\":[1],\"disabled\":[4],\"groupData\":[1,\"group-data\"],\"href\":[1],\"name\":[1],\"size\":[1],\"src\":[1],\"status\":[1],\"subText\":[1,\"sub-text\"],\"target\":[1],\"variant\":[1],\"cachedGroupItems\":[32],\"cachedSlotContent\":[32]},null,{\"groupData\":[{\"onGroupDataChange\":0}]}],[260,\"xpl-tag\",{\"disabled\":[4],\"dismissible\":[4],\"isDraggable\":[4,\"is-draggable\"],\"size\":[1],\"tagId\":[1,\"tag-id\"],\"dismissAriaLabelSuffix\":[32],\"isDragging\":[32]},null,{\"disabled\":[{\"onDisabledChange\":0}],\"isDraggable\":[{\"onIsDraggableChange\":0}]}],[260,\"xpl-badge\",{\"bordered\":[4],\"dot\":[4],\"dotOnly\":[4,\"dot-only\"],\"shape\":[1],\"size\":[1],\"variant\":[1]}],[260,\"xpl-divider\",{\"tier\":[2]}],[260,\"xpl-radio\",{\"checked\":[4],\"description\":[1],\"disabled\":[4],\"name\":[1],\"value\":[1],\"required\":[4],\"selectedValue\":[1,\"selected-value\"],\"styled\":[4],\"id\":[32]}],[260,\"xpl-input\",{\"_id\":[1],\"description\":[1],\"disabled\":[4],\"error\":[1],\"label\":[1],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1],\"autocomplete\":[1],\"placeholder\":[1],\"post\":[1],\"pre\":[1],\"max\":[8],\"min\":[8],\"step\":[2],\"multiline\":[4],\"maxCharacterCount\":[2,\"max-character-count\"],\"dateFormat\":[1,\"date-format\"],\"timeFormat\":[1,\"time-format\"],\"allowCustomOption\":[4,\"allow-custom-option\"],\"mode\":[1],\"accept\":[1],\"multiple\":[4],\"hideTriggerOnSelect\":[4,\"hide-trigger-on-select\"],\"hideFileNames\":[4,\"hide-file-names\"],\"hideAcceptText\":[4,\"hide-accept-text\"],\"hideEyeDropper\":[4,\"hide-eye-dropper\"],\"defaultCountry\":[1,\"default-country\"],\"preferredCountries\":[16],\"isInternational\":[4,\"is-international\"],\"ariaLabel\":[1,\"aria-label\"],\"shape\":[1],\"type\":[1],\"characterCount\":[32],\"passwordVisible\":[32],\"hasPreSlotContent\":[32],\"setFocus\":[64]}],[0,\"xpl-input-color\",{\"value\":[1],\"placeholder\":[1],\"disabled\":[4],\"required\":[4],\"hideEyeDropper\":[4,\"hide-eye-dropper\"],\"hasErrorState\":[32],\"colorValues\":[32],\"eyeDropperSupported\":[32],\"hue\":[32]},null,{\"colorValues\":[{\"valueChanged\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValuePropChange\":0}]}],[260,\"xpl-popover\",{\"isOpen\":[4,\"is-open\"],\"disabled\":[4],\"position\":[1],\"display\":[1],\"isOpenState\":[32],\"actualPosition\":[32],\"updateListener\":[32]},null,{\"isOpen\":[{\"onIsOpenPropChange\":0}],\"isOpenState\":[{\"onIsOpenStateChange\":0}]}],[0,\"xpl-input-phone\",{\"defaultCountry\":[1,\"default-country\"],\"disabled\":[4],\"error\":[4],\"inputId\":[1,\"input-id\"],\"isInternational\":[4,\"is-international\"],\"name\":[1],\"placeholder\":[1],\"preferredCountries\":[16],\"readonly\":[4],\"required\":[4],\"value\":[1537],\"dropdownOpen\":[32],\"hasErrorState\":[32],\"nationalNumber\":[32],\"searchQuery\":[32],\"selectedCountry\":[32],\"triggerId\":[32]},null,{\"dropdownOpen\":[{\"onDropdownOpenChange\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValueChange\":0}]}],[0,\"xpl-input-time\",{\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1537],\"placeholder\":[1],\"max\":[8],\"min\":[8],\"step\":[2],\"mode\":[1],\"timeFormat\":[1,\"time-format\"],\"allowCustomOption\":[4,\"allow-custom-option\"],\"formattedValue\":[32],\"hasErrorState\":[32],\"showOptions\":[32],\"options\":[32],\"amPm\":[32]},null,{\"value\":[{\"onValueChange\":0}],\"hasErrorState\":[{\"onHasErrorStateChanged\":0}]}],[0,\"xpl-input-date\",{\"inputId\":[1,\"input-id\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"readonly\":[4],\"value\":[1],\"placeholder\":[1],\"post\":[1],\"pre\":[1],\"max\":[8],\"min\":[8],\"dateFormat\":[1,\"date-format\"],\"mode\":[1],\"flatpickrStaticLayout\":[32],\"hasErrorState\":[32]},null,{\"hasErrorState\":[{\"onHasErrorStateChanged\":0}],\"value\":[{\"onValueChanged\":0}]}],[260,\"xpl-input-file\",{\"disabled\":[4],\"name\":[1],\"_id\":[1],\"accept\":[1],\"multiple\":[4],\"hideTriggerOnSelect\":[4,\"hide-trigger-on-select\"],\"hideFileNames\":[4,\"hide-file-names\"],\"hideAcceptText\":[4,\"hide-accept-text\"],\"files\":[32],\"removeFileByIndex\":[64]},null,{\"files\":[{\"onFilesChange\":0}]}],[0,\"xpl-input-search\",{\"ariaLabel\":[1,\"aria-label\"],\"autocomplete\":[1],\"disabled\":[4],\"errorMessageId\":[1,\"error-message-id\"],\"hasError\":[4,\"has-error\"],\"hasVisibleLabel\":[4,\"has-visible-label\"],\"inputId\":[1,\"input-id\"],\"name\":[1],\"placeholder\":[1],\"readonly\":[4],\"required\":[4],\"shape\":[1],\"value\":[1025],\"hasAncestorForm\":[32],\"setFocus\":[64]}],[0,\"xpl-backdrop\",{\"relative\":[4]}],[260,\"xpl-checkbox\",{\"ariaLabel\":[1,\"aria-label\"],\"checked\":[4],\"description\":[1],\"disabled\":[4],\"indeterminate\":[4],\"name\":[1],\"value\":[1],\"required\":[4],\"styled\":[4],\"dataId\":[1,\"data-id\"],\"id\":[32]}],[260,\"xpl-dropdown\",{\"isOpen\":[1540,\"open\"],\"closeOnSelect\":[4,\"close-on-select\"],\"mode\":[1],\"options\":[1040],\"anchorToTrigger\":[4,\"anchor-to-trigger\"],\"flipFallbackPlacements\":[16],\"placement\":[1],\"selectedValues\":[1,\"selected-values\"],\"selectOnFocus\":[4,\"select-on-focus\"],\"triggerId\":[1,\"trigger-id\"],\"update\":[16],\"virtualEnd\":[32],\"virtualStart\":[32],\"handleSelect\":[64]},null,{\"options\":[{\"onOptionsChanged\":0}],\"anchorToTrigger\":[{\"onAnchorToTriggerChanged\":0}],\"flipFallbackPlacements\":[{\"onFlipFallbackPlacementsChanged\":0}],\"placement\":[{\"onPlacementChanged\":0}],\"triggerId\":[{\"onTriggerIdChanged\":0}],\"selectedValues\":[{\"onSelectedValuesChanged\":0}],\"isOpen\":[{\"onIsOpenStateChange\":0}]}],[260,\"xpl-dropdown-group\",{\"groupName\":[1,\"label\"],\"options\":[16]}],[260,\"xpl-dropdown-option\",{\"isDisabled\":[516,\"disabled\"],\"label\":[1],\"value\":[1],\"subtitle\":[1],\"icon\":[1],\"isSelected\":[4,\"selected\"]}],[260,\"xpl-dropdown-heading\",{\"label\":[1]}],[260,\"xpl-button\",{\"controlAttrs\":[16],\"disabled\":[4],\"form\":[1],\"fullWidth\":[4,\"full-width\"],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"iconPosition\":[1,\"icon-position\"],\"isLoading\":[4,\"is-loading\"],\"link\":[4],\"name\":[1],\"sentiment\":[1],\"size\":[1],\"state\":[1],\"type\":[1],\"value\":[1],\"variant\":[1]},[[2,\"click\",\"handleDisabledClick\"]]],[0,\"xpl-icon\",{\"icon\":[1],\"size\":[2],\"backgroundColor\":[1,\"background-color\"]}]]]]"), options);
21
21
  });
@@ -2,7 +2,7 @@ const NAMESPACE = 'apollo-core';
2
2
  const BUILD = /* apollo-core */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, shadowDom: false, slotRelocation: true, state: true, updatable: true};
3
3
 
4
4
  /*
5
- Stencil Client Platform v4.43.3 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Platform v4.43.5 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
 
8
8
 
@@ -656,6 +656,31 @@ var convertToPrivate = (node) => {
656
656
  return vnode;
657
657
  };
658
658
 
659
+ // src/runtime/normalize-watchers.ts
660
+ var normalizeWatchers = (raw) => {
661
+ if (!raw) return void 0;
662
+ const keys = Object.keys(raw);
663
+ if (keys.length === 0) return void 0;
664
+ let hasLegacy = false;
665
+ for (const propName of keys) {
666
+ if (hasLegacy) break;
667
+ for (const h2 of raw[propName]) {
668
+ if (typeof h2 === "string") {
669
+ hasLegacy = true;
670
+ break;
671
+ }
672
+ }
673
+ }
674
+ if (!hasLegacy) return raw;
675
+ const out = {};
676
+ for (const propName of keys) {
677
+ out[propName] = raw[propName].map(
678
+ (h2) => typeof h2 === "string" ? { [h2]: 0 } : h2
679
+ );
680
+ }
681
+ return out;
682
+ };
683
+
659
684
  // src/runtime/parse-property-value.ts
660
685
  var parsePropertyValue = (propValue, propType, isFormAssociated) => {
661
686
  if (propValue != null && !isComplexType(propValue)) {
@@ -1674,7 +1699,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1674
1699
  if (cmpMeta.$members$ || BUILD.propChangeCallback) {
1675
1700
  {
1676
1701
  if (Cstr.watchers && !cmpMeta.$watchers$) {
1677
- cmpMeta.$watchers$ = Cstr.watchers;
1702
+ cmpMeta.$watchers$ = normalizeWatchers(Cstr.watchers);
1678
1703
  }
1679
1704
  if (Cstr.deserializers && !cmpMeta.$deserializers$) {
1680
1705
  cmpMeta.$deserializers$ = Cstr.deserializers;
@@ -1800,11 +1825,13 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1800
1825
  return;
1801
1826
  }
1802
1827
  const propFlags = members.find(([m]) => m === propName);
1803
- if (propFlags && propFlags[1][0] & 4 /* Boolean */) {
1828
+ const isBooleanTarget = propFlags && propFlags[1][0] & 4 /* Boolean */;
1829
+ const isSpuriousBooleanRemoval = isBooleanTarget && newValue === null && this[propName] === void 0;
1830
+ if (isBooleanTarget) {
1804
1831
  newValue = newValue === null || newValue === "false" ? false : true;
1805
1832
  }
1806
1833
  const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
1807
- if (newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
1834
+ if (!isSpuriousBooleanRemoval && newValue != this[propName] && (!propDesc.get || !!propDesc.set)) {
1808
1835
  this[propName] = newValue;
1809
1836
  }
1810
1837
  });
@@ -1849,7 +1876,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1849
1876
  }
1850
1877
  if (!Cstr.isProxied) {
1851
1878
  {
1852
- cmpMeta.$watchers$ = Cstr.watchers;
1879
+ cmpMeta.$watchers$ = normalizeWatchers(Cstr.watchers);
1853
1880
  cmpMeta.$serializers$ = Cstr.serializers;
1854
1881
  cmpMeta.$deserializers$ = Cstr.deserializers;
1855
1882
  }
@@ -2029,7 +2056,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
2029
2056
  let hasSlotRelocation = false;
2030
2057
  lazyBundles.map((lazyBundle) => {
2031
2058
  lazyBundle[1].map((compactMeta) => {
2032
- var _a2, _b, _c;
2059
+ var _a2, _b;
2033
2060
  const cmpMeta = {
2034
2061
  $flags$: compactMeta[0],
2035
2062
  $tagName$: compactMeta[1],
@@ -2049,9 +2076,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
2049
2076
  cmpMeta.$attrsToReflect$ = [];
2050
2077
  }
2051
2078
  {
2052
- cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
2053
- cmpMeta.$serializers$ = (_b = compactMeta[5]) != null ? _b : {};
2054
- cmpMeta.$deserializers$ = (_c = compactMeta[6]) != null ? _c : {};
2079
+ cmpMeta.$watchers$ = normalizeWatchers(compactMeta[4]);
2080
+ cmpMeta.$serializers$ = (_a2 = compactMeta[5]) != null ? _a2 : {};
2081
+ cmpMeta.$deserializers$ = (_b = compactMeta[6]) != null ? _b : {};
2055
2082
  }
2056
2083
  const tagName = transformTag(cmpMeta.$tagName$);
2057
2084
  const HostElement = class extends HTMLElement {