q2-tecton-elements 1.70.2 → 1.71.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 (360) hide show
  1. package/dist/bundle-report.json +556 -231
  2. package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/q2-action-group_2.cjs.entry.js +3 -3
  5. package/dist/cjs/q2-action-sheet.cjs.entry.js +4 -3
  6. package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
  7. package/dist/cjs/q2-badge_2.cjs.entry.js +17 -8
  8. package/dist/cjs/q2-btn_2.cjs.entry.js +2 -2
  9. package/dist/cjs/q2-calendar.cjs.entry.js +8 -6
  10. package/dist/cjs/q2-card-image.cjs.entry.js +1 -1
  11. package/dist/cjs/q2-card.cjs.entry.js +1 -1
  12. package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
  13. package/dist/cjs/q2-carousel.cjs.entry.js +108 -74
  14. package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
  15. package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
  16. package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
  17. package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
  18. package/dist/cjs/q2-checkbox_2.cjs.entry.js +3 -3
  19. package/dist/cjs/q2-currency.cjs.entry.js +1 -1
  20. package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
  21. package/dist/cjs/q2-detail.cjs.entry.js +1 -1
  22. package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
  23. package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
  24. package/dist/cjs/q2-editable-field.cjs.entry.js +3 -3
  25. package/dist/cjs/q2-example.cjs.entry.js +1 -1
  26. package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
  27. package/dist/cjs/q2-form.cjs.entry.js +1 -1
  28. package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
  29. package/dist/cjs/q2-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/q2-item.cjs.entry.js +1 -1
  31. package/dist/cjs/q2-legend.cjs.entry.js +1 -1
  32. package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
  33. package/dist/cjs/q2-message.cjs.entry.js +1 -1
  34. package/dist/cjs/q2-meter.cjs.entry.js +1 -1
  35. package/dist/cjs/q2-modal.cjs.entry.js +1 -1
  36. package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
  37. package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
  38. package/dist/cjs/q2-option.cjs.entry.js +1 -1
  39. package/dist/cjs/q2-otp.cjs.entry.js +1 -1
  40. package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
  41. package/dist/cjs/q2-pill.cjs.entry.js +18 -2
  42. package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
  43. package/dist/cjs/q2-radio.cjs.entry.js +1 -1
  44. package/dist/cjs/q2-relative-time.cjs.entry.js +2 -2
  45. package/dist/cjs/q2-search.cjs.entry.js +2 -2
  46. package/dist/cjs/q2-section.cjs.entry.js +3 -3
  47. package/dist/cjs/q2-select.cjs.entry.js +1 -1
  48. package/dist/cjs/q2-stepper-pane.cjs.entry.js +2 -2
  49. package/dist/cjs/q2-stepper-vertical.cjs.entry.js +32 -9
  50. package/dist/cjs/q2-stepper.cjs.entry.js +18 -4
  51. package/dist/cjs/q2-surface.cjs.entry.js +3 -3
  52. package/dist/cjs/q2-tab-container.cjs.entry.js +89 -20
  53. package/dist/cjs/q2-tab-pane.cjs.entry.js +2 -2
  54. package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
  55. package/dist/cjs/q2-textarea.cjs.entry.js +3 -3
  56. package/dist/cjs/q2-toast.cjs.entry.js +1 -1
  57. package/dist/cjs/q2-tooltip.cjs.entry.js +26 -15
  58. package/dist/cjs/tecton-tab-pane.cjs.entry.js +3 -3
  59. package/dist/collection/components/q2-action-group/q2-action-group.css +22 -0
  60. package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +24 -1
  61. package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +3 -2
  62. package/dist/collection/components/q2-avatar/q2-avatar.css +23 -1
  63. package/dist/collection/components/q2-avatar/test/q2-avatar-test.vr.js +13 -1
  64. package/dist/collection/components/q2-badge/q2-badge.css +26 -4
  65. package/dist/collection/components/q2-badge/test/q2-badge-test.vr.js +13 -1
  66. package/dist/collection/components/q2-btn/q2-btn.css +53 -9
  67. package/dist/collection/components/q2-btn/test/q2-btn-test.vr.js +19 -1
  68. package/dist/collection/components/q2-calendar/q2-calendar.css +26 -4
  69. package/dist/collection/components/q2-calendar/q2-calendar.js +7 -5
  70. package/dist/collection/components/q2-calendar/q2-month-picker.css +22 -0
  71. package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +34 -1
  72. package/dist/collection/components/q2-card/q2-card.css +23 -1
  73. package/dist/collection/components/q2-card/test/q2-card-test.vr.js +10 -1
  74. package/dist/collection/components/q2-card-image/q2-card-image.css +23 -1
  75. package/dist/collection/components/q2-card-image/test/q2-card-image-test.vr.js +9 -1
  76. package/dist/collection/components/q2-carousel/q2-carousel.css +29 -39
  77. package/dist/collection/components/q2-carousel/q2-carousel.js +122 -69
  78. package/dist/collection/components/q2-carousel/test/q2-carousel-test.vr.js +5 -4
  79. package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.css +22 -0
  80. package/dist/collection/components/q2-chart-area/q2-chart-area.css +22 -0
  81. package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +22 -0
  82. package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +24 -2
  83. package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.vr.js +13 -1
  84. package/dist/collection/components/q2-checkbox/q2-checkbox.css +23 -1
  85. package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.vr.js +11 -1
  86. package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.css +23 -1
  87. package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.vr.js +11 -1
  88. package/dist/collection/components/q2-currency/q2-currency.css +25 -3
  89. package/dist/collection/components/q2-currency/test/q2-currency-test.vr.js +13 -1
  90. package/dist/collection/components/q2-data-table/q2-data-table.css +24 -2
  91. package/dist/collection/components/q2-data-table/test/q2-data-table-test.vr.js +11 -1
  92. package/dist/collection/components/q2-detail/q2-detail.css +32 -10
  93. package/dist/collection/components/q2-dropdown/q2-dropdown.css +22 -0
  94. package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.css +22 -0
  95. package/dist/collection/components/q2-editable-field/q2-editable-field.css +22 -0
  96. package/dist/collection/components/q2-editable-field/q2-editable-field.js +2 -2
  97. package/dist/collection/components/q2-example/q2-example.css +23 -0
  98. package/dist/collection/components/q2-file-picker/q2-file-picker.css +57 -10
  99. package/dist/collection/components/q2-file-picker/test/q2-file-picker-test.vr.js +14 -1
  100. package/dist/collection/components/q2-form/q2-form.css +22 -0
  101. package/dist/collection/components/q2-formatted-text/q2-formatted-text.css +25 -3
  102. package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.vr.js +13 -1
  103. package/dist/collection/components/q2-icon/assets/standard.symbol.svg +1 -1
  104. package/dist/collection/components/q2-icon/q2-icon.css +22 -0
  105. package/dist/collection/components/q2-input/q2-input.css +26 -4
  106. package/dist/collection/components/q2-input/q2-input.js +39 -7
  107. package/dist/collection/components/q2-input/test/q2-input-test.vr.js +36 -1
  108. package/dist/collection/components/q2-item/q2-item.css +46 -2
  109. package/dist/collection/components/q2-item/test/q2-item-test.vr.js +12 -1
  110. package/dist/collection/components/q2-legend/q2-legend.css +24 -2
  111. package/dist/collection/components/q2-link/q2-link.css +22 -0
  112. package/dist/collection/components/q2-list/q2-list.css +46 -2
  113. package/dist/collection/components/q2-list/test/q2-list-test.vr.js +12 -1
  114. package/dist/collection/components/q2-loading/q2-loading.css +23 -0
  115. package/dist/collection/components/q2-message/q2-message.css +22 -0
  116. package/dist/collection/components/q2-meter/q2-meter.css +25 -3
  117. package/dist/collection/components/q2-meter/test/q2-meter-test.vr.js +12 -1
  118. package/dist/collection/components/q2-modal/q2-modal.css +23 -1
  119. package/dist/collection/components/q2-modal/test/q2-modal-test.vr.js +12 -1
  120. package/dist/collection/components/q2-optgroup/q2-optgroup.css +23 -1
  121. package/dist/collection/components/q2-option/q2-option.css +22 -0
  122. package/dist/collection/components/q2-option-list/q2-option-list.css +22 -0
  123. package/dist/collection/components/q2-otp/q2-otp.css +27 -4
  124. package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +12 -1
  125. package/dist/collection/components/q2-pagination/q2-pagination.css +22 -0
  126. package/dist/collection/components/q2-pill/q2-pill.css +42 -2
  127. package/dist/collection/components/q2-pill/q2-pill.js +18 -1
  128. package/dist/collection/components/q2-pill/test/q2-pill-test.vr.js +27 -1
  129. package/dist/collection/components/q2-popover/q2-popover.css +22 -7
  130. package/dist/collection/components/q2-radio/q2-radio.css +24 -2
  131. package/dist/collection/components/q2-radio/test/q2-radio-test.vr.js +12 -1
  132. package/dist/collection/components/q2-radio-group/q2-radio-group.css +23 -1
  133. package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.vr.js +11 -1
  134. package/dist/collection/components/q2-relative-time/q2-relative-time.css +22 -0
  135. package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
  136. package/dist/collection/components/q2-resize-observer/q2-resize-observer.css +22 -0
  137. package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
  138. package/dist/collection/components/q2-search/q2-search.css +22 -0
  139. package/dist/collection/components/q2-search/q2-search.js +1 -1
  140. package/dist/collection/components/q2-section/q2-section.css +23 -1
  141. package/dist/collection/components/q2-section/q2-section.js +2 -2
  142. package/dist/collection/components/q2-section/test/q2-section-test.vr.js +11 -1
  143. package/dist/collection/components/q2-select/q2-select.css +22 -0
  144. package/dist/collection/components/q2-stepper/q2-stepper.css +38 -4
  145. package/dist/collection/components/q2-stepper/q2-stepper.js +17 -3
  146. package/dist/collection/components/q2-stepper/test/q2-stepper-test.vr.js +12 -1
  147. package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.css +22 -0
  148. package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +1 -1
  149. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +39 -5
  150. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +31 -8
  151. package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.vr.js +16 -1
  152. package/dist/collection/components/q2-surface/q2-surface.css +71 -32
  153. package/dist/collection/components/q2-surface/q2-surface.js +7 -7
  154. package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +54 -0
  155. package/dist/collection/components/q2-tab-container/q2-tab-container.css +112 -6
  156. package/dist/collection/components/q2-tab-container/q2-tab-container.js +114 -21
  157. package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.vr.js +24 -1
  158. package/dist/collection/components/q2-tab-pane/q2-tab-pane.css +22 -0
  159. package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
  160. package/dist/collection/components/q2-tag/q2-tag.css +25 -2
  161. package/dist/collection/components/q2-tag/q2-tag.js +1 -1
  162. package/dist/collection/components/q2-tag/test/q2-tag-test.vr.js +21 -1
  163. package/dist/collection/components/q2-textarea/q2-textarea.css +24 -2
  164. package/dist/collection/components/q2-textarea/q2-textarea.js +2 -2
  165. package/dist/collection/components/q2-textarea/test/q2-textarea-test.vr.js +16 -1
  166. package/dist/collection/components/q2-toast/q2-toast.css +22 -0
  167. package/dist/collection/components/q2-tooltip/q2-tooltip.css +27 -19
  168. package/dist/collection/components/q2-tooltip/q2-tooltip.js +32 -21
  169. package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.vr.js +13 -1
  170. package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.css +22 -0
  171. package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
  172. package/dist/collection/utils/helpers.js +29 -6
  173. package/dist/collection/utils/test/vr-helpers.js +7 -0
  174. package/dist/components/q2-action-group2.js +1 -1
  175. package/dist/components/q2-action-sheet.js +21 -18
  176. package/dist/components/q2-avatar2.js +1 -1
  177. package/dist/components/q2-badge2.js +1 -1
  178. package/dist/components/q2-btn2.js +15 -15
  179. package/dist/components/q2-calendar.js +306 -301
  180. package/dist/components/q2-card-image.js +6 -6
  181. package/dist/components/q2-card.js +14 -14
  182. package/dist/components/q2-carousel-pane2.js +1 -1
  183. package/dist/components/q2-carousel.js +633 -585
  184. package/dist/components/q2-chart-area.js +1 -1
  185. package/dist/components/q2-chart-bar.js +70 -70
  186. package/dist/components/q2-chart-donut.js +1 -1
  187. package/dist/components/q2-checkbox-group.js +42 -42
  188. package/dist/components/q2-checkbox2.js +1 -1
  189. package/dist/components/q2-currency.js +32 -32
  190. package/dist/components/q2-data-table.js +34 -34
  191. package/dist/components/q2-detail.js +5 -5
  192. package/dist/components/q2-dropdown-item2.js +11 -11
  193. package/dist/components/q2-dropdown.js +17 -17
  194. package/dist/components/q2-editable-field.js +12 -11
  195. package/dist/components/q2-example.js +15 -15
  196. package/dist/components/q2-file-picker.js +25 -25
  197. package/dist/components/q2-form.js +11 -11
  198. package/dist/components/q2-formatted-text.js +5 -5
  199. package/dist/components/q2-icon2.js +1 -1
  200. package/dist/components/q2-input2.js +24 -13
  201. package/dist/components/q2-item2.js +1 -1
  202. package/dist/components/q2-legend2.js +56 -56
  203. package/dist/components/q2-link2.js +6 -6
  204. package/dist/components/q2-list2.js +22 -22
  205. package/dist/components/q2-loading2.js +1 -1
  206. package/dist/components/q2-message2.js +20 -20
  207. package/dist/components/q2-meter.js +1 -1
  208. package/dist/components/q2-modal.js +3 -3
  209. package/dist/components/q2-month-picker.js +10 -10
  210. package/dist/components/q2-optgroup2.js +7 -7
  211. package/dist/components/q2-option-list2.js +34 -34
  212. package/dist/components/q2-option2.js +13 -13
  213. package/dist/components/q2-otp.js +5 -5
  214. package/dist/components/q2-pagination.js +58 -58
  215. package/dist/components/q2-pill.js +66 -54
  216. package/dist/components/q2-popover2.js +1 -1
  217. package/dist/components/q2-radio-group.js +5 -5
  218. package/dist/components/q2-radio.js +14 -14
  219. package/dist/components/q2-relative-time.js +10 -10
  220. package/dist/components/q2-resize-observer2.js +9 -9
  221. package/dist/components/q2-search.js +5 -5
  222. package/dist/components/q2-section.js +22 -22
  223. package/dist/components/q2-select2.js +1 -1
  224. package/dist/components/q2-stepper-pane.js +33 -33
  225. package/dist/components/q2-stepper-vertical.js +84 -60
  226. package/dist/components/q2-stepper.js +79 -65
  227. package/dist/components/q2-surface.js +14 -14
  228. package/dist/components/q2-tab-container.js +110 -55
  229. package/dist/components/q2-tab-pane.js +7 -7
  230. package/dist/components/q2-tag2.js +39 -39
  231. package/dist/components/q2-textarea.js +16 -16
  232. package/dist/components/q2-toast.js +22 -22
  233. package/dist/components/q2-tooltip2.js +26 -25
  234. package/dist/components/tecton-tab-pane.js +11 -11
  235. package/dist/esm/click-elsewhere_3.entry.js +2 -2
  236. package/dist/esm/loader.js +1 -1
  237. package/dist/esm/q2-action-group_2.entry.js +3 -3
  238. package/dist/esm/q2-action-sheet.entry.js +4 -3
  239. package/dist/esm/q2-avatar.entry.js +1 -1
  240. package/dist/esm/q2-badge_2.entry.js +17 -8
  241. package/dist/esm/q2-btn_2.entry.js +2 -2
  242. package/dist/esm/q2-calendar.entry.js +8 -6
  243. package/dist/esm/q2-card-image.entry.js +1 -1
  244. package/dist/esm/q2-card.entry.js +1 -1
  245. package/dist/esm/q2-carousel-pane.entry.js +1 -1
  246. package/dist/esm/q2-carousel.entry.js +104 -70
  247. package/dist/esm/q2-chart-area.entry.js +1 -1
  248. package/dist/esm/q2-chart-bar.entry.js +1 -1
  249. package/dist/esm/q2-chart-donut.entry.js +1 -1
  250. package/dist/esm/q2-checkbox-group.entry.js +1 -1
  251. package/dist/esm/q2-checkbox_2.entry.js +3 -3
  252. package/dist/esm/q2-currency.entry.js +1 -1
  253. package/dist/esm/q2-data-table.entry.js +1 -1
  254. package/dist/esm/q2-detail.entry.js +1 -1
  255. package/dist/esm/q2-dropdown-item.entry.js +1 -1
  256. package/dist/esm/q2-dropdown.entry.js +1 -1
  257. package/dist/esm/q2-editable-field.entry.js +3 -3
  258. package/dist/esm/q2-example.entry.js +1 -1
  259. package/dist/esm/q2-file-picker.entry.js +1 -1
  260. package/dist/esm/q2-form.entry.js +1 -1
  261. package/dist/esm/q2-formatted-text.entry.js +1 -1
  262. package/dist/esm/q2-icon.entry.js +1 -1
  263. package/dist/esm/q2-item.entry.js +1 -1
  264. package/dist/esm/q2-legend.entry.js +1 -1
  265. package/dist/esm/q2-link_2.entry.js +2 -2
  266. package/dist/esm/q2-message.entry.js +1 -1
  267. package/dist/esm/q2-meter.entry.js +1 -1
  268. package/dist/esm/q2-modal.entry.js +1 -1
  269. package/dist/esm/q2-month-picker.entry.js +1 -1
  270. package/dist/esm/q2-optgroup.entry.js +1 -1
  271. package/dist/esm/q2-option.entry.js +1 -1
  272. package/dist/esm/q2-otp.entry.js +1 -1
  273. package/dist/esm/q2-pagination.entry.js +1 -1
  274. package/dist/esm/q2-pill.entry.js +18 -2
  275. package/dist/esm/q2-radio-group.entry.js +1 -1
  276. package/dist/esm/q2-radio.entry.js +1 -1
  277. package/dist/esm/q2-relative-time.entry.js +2 -2
  278. package/dist/esm/q2-search.entry.js +2 -2
  279. package/dist/esm/q2-section.entry.js +3 -3
  280. package/dist/esm/q2-select.entry.js +1 -1
  281. package/dist/esm/q2-stepper-pane.entry.js +2 -2
  282. package/dist/esm/q2-stepper-vertical.entry.js +32 -9
  283. package/dist/esm/q2-stepper.entry.js +18 -4
  284. package/dist/esm/q2-surface.entry.js +3 -3
  285. package/dist/esm/q2-tab-container.entry.js +89 -20
  286. package/dist/esm/q2-tab-pane.entry.js +2 -2
  287. package/dist/esm/q2-tecton-elements.js +1 -1
  288. package/dist/esm/q2-textarea.entry.js +3 -3
  289. package/dist/esm/q2-toast.entry.js +1 -1
  290. package/dist/esm/q2-tooltip.entry.js +27 -16
  291. package/dist/esm/tecton-tab-pane.entry.js +3 -3
  292. package/dist/q2-tecton-elements/assets/standard.symbol.svg +1 -1
  293. package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +23 -23
  294. package/dist/q2-tecton-elements/q2-action-group_2.entry.js +42 -42
  295. package/dist/q2-tecton-elements/q2-action-sheet.entry.js +21 -18
  296. package/dist/q2-tecton-elements/q2-avatar.entry.js +1 -1
  297. package/dist/q2-tecton-elements/q2-badge_2.entry.js +25 -15
  298. package/dist/q2-tecton-elements/q2-btn_2.entry.js +2 -2
  299. package/dist/q2-tecton-elements/q2-calendar.entry.js +120 -115
  300. package/dist/q2-tecton-elements/q2-card-image.entry.js +1 -1
  301. package/dist/q2-tecton-elements/q2-card.entry.js +1 -1
  302. package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +11 -11
  303. package/dist/q2-tecton-elements/q2-carousel.entry.js +572 -540
  304. package/dist/q2-tecton-elements/q2-chart-area.entry.js +166 -166
  305. package/dist/q2-tecton-elements/q2-chart-bar.entry.js +190 -190
  306. package/dist/q2-tecton-elements/q2-chart-donut.entry.js +1 -1
  307. package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +8 -8
  308. package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +7 -7
  309. package/dist/q2-tecton-elements/q2-currency.entry.js +40 -40
  310. package/dist/q2-tecton-elements/q2-data-table.entry.js +64 -64
  311. package/dist/q2-tecton-elements/q2-detail.entry.js +1 -1
  312. package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +5 -5
  313. package/dist/q2-tecton-elements/q2-dropdown.entry.js +21 -21
  314. package/dist/q2-tecton-elements/q2-editable-field.entry.js +18 -17
  315. package/dist/q2-tecton-elements/q2-example.entry.js +5 -5
  316. package/dist/q2-tecton-elements/q2-file-picker.entry.js +6 -6
  317. package/dist/q2-tecton-elements/q2-form.entry.js +3 -3
  318. package/dist/q2-tecton-elements/q2-formatted-text.entry.js +3 -3
  319. package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
  320. package/dist/q2-tecton-elements/q2-item.entry.js +1 -1
  321. package/dist/q2-tecton-elements/q2-legend.entry.js +8 -8
  322. package/dist/q2-tecton-elements/q2-link_2.entry.js +5 -5
  323. package/dist/q2-tecton-elements/q2-message.entry.js +23 -23
  324. package/dist/q2-tecton-elements/q2-meter.entry.js +4 -4
  325. package/dist/q2-tecton-elements/q2-modal.entry.js +3 -3
  326. package/dist/q2-tecton-elements/q2-month-picker.entry.js +39 -39
  327. package/dist/q2-tecton-elements/q2-optgroup.entry.js +13 -13
  328. package/dist/q2-tecton-elements/q2-option.entry.js +22 -22
  329. package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
  330. package/dist/q2-tecton-elements/q2-pagination.entry.js +11 -11
  331. package/dist/q2-tecton-elements/q2-pill.entry.js +30 -18
  332. package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
  333. package/dist/q2-tecton-elements/q2-radio.entry.js +24 -24
  334. package/dist/q2-tecton-elements/q2-relative-time.entry.js +21 -21
  335. package/dist/q2-tecton-elements/q2-search.entry.js +12 -12
  336. package/dist/q2-tecton-elements/q2-section.entry.js +25 -25
  337. package/dist/q2-tecton-elements/q2-select.entry.js +5 -5
  338. package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
  339. package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +77 -53
  340. package/dist/q2-tecton-elements/q2-stepper.entry.js +44 -30
  341. package/dist/q2-tecton-elements/q2-surface.entry.js +5 -5
  342. package/dist/q2-tecton-elements/q2-tab-container.entry.js +109 -56
  343. package/dist/q2-tecton-elements/q2-tab-pane.entry.js +13 -13
  344. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  345. package/dist/q2-tecton-elements/q2-textarea.entry.js +14 -14
  346. package/dist/q2-tecton-elements/q2-toast.entry.js +6 -6
  347. package/dist/q2-tecton-elements/q2-tooltip.entry.js +25 -24
  348. package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +11 -11
  349. package/dist/types/components/q2-carousel/q2-carousel.d.ts +14 -0
  350. package/dist/types/components/q2-input/q2-input.d.ts +7 -1
  351. package/dist/types/components/q2-pill/q2-pill.d.ts +2 -0
  352. package/dist/types/components/q2-stepper/q2-stepper.d.ts +1 -0
  353. package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +3 -2
  354. package/dist/types/components/q2-surface/q2-surface.d.ts +3 -3
  355. package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +17 -3
  356. package/dist/types/components/q2-tooltip/q2-tooltip.d.ts +2 -1
  357. package/dist/types/components.d.ts +50 -21
  358. package/dist/types/utils/helpers.d.ts +16 -1
  359. package/dist/types/utils/test/vr-helpers.d.ts +11 -0
  360. package/package.json +12 -5
@@ -1,8 +1,8 @@
1
1
  import { proxyCustomElement as t, HTMLElement as o, h as i, transformTag as e } from "@stencil/core/internal/client";
2
2
 
3
- import { o as s, i as n } from "./index2.js";
3
+ import { o as s, d as r, i as n } from "./index2.js";
4
4
 
5
- const r = t(class extends o {
5
+ const a = t(class extends o {
6
6
  constructor(t) {
7
7
  super(), !1 !== t && this.__registerHost(), this.__attachShadow(),
8
8
  // #region Own Properties
@@ -32,14 +32,18 @@ const r = t(class extends o {
32
32
  (null === (o = t.composedPath) || void 0 === o ? void 0 : o.call(t).includes(this.hostElement)) || t.target instanceof Node && this.hostElement.contains(t.target) ? this.persistOnHoverDismissed = !1 : (this.persistOnHoverDismissed = !0,
33
33
  this.hideTooltip());
34
34
  }
35
+ clickHandler() {
36
+ this.adjustSide(), !this.persistent && r() && (this.persistOnHoverDismissed = !1,
37
+ this.focusClass = "has-touch-click");
38
+ }
35
39
  focusCaptureHandler() {
36
- this.checkFocusClass();
40
+ (this.shouldBeVisible || this.persistent) && this.adjustSide(), this.checkFocusClass();
37
41
  }
38
42
  focusHandler(t) {
39
43
  n(t, this.hostElement) && this.focusable && this.tooltipElement.focus();
40
44
  }
41
45
  focusOutHandler() {
42
- this.shouldBeVisible || ("has-generic-focus" === this.focusClass ? this.focusClass = "has-generic-focus-out" : this.focusClass = null);
46
+ this.shouldBeVisible || (this.focusClass = null);
43
47
  }
44
48
  // Escape must be handled on `document` so it still dismisses when the tooltip is visible by hover only and focus is not inside the tooltip host.
45
49
  keyDownDocumentHandler(t) {
@@ -67,26 +71,24 @@ const r = t(class extends o {
67
71
  const {left: t, right: o, width: i, top: e, bottom: s} = this.hostElement.getBoundingClientRect();
68
72
  if (!t || !i) return;
69
73
  // Find the constraining container (modal, dialog, or any overflow:hidden ancestor)
70
- const n = this.findConstrainingContainer().getBoundingClientRect(), {width: r, paddingLeft: a, paddingRight: l} = window.getComputedStyle(this.tooltipElement, "::after"), p = Number(r.replace(/[px]/g, "")) + Number(a.replace(/[px]/g, "")) + Number(l.replace(/[px]/g, "")), h = [ "se", "sw", "ne", "nw" ].includes(this.position) ? 0 : 15, c = t - n.left + i / 2, f = n.right - o + i / 2, d = e - n.top, m = n.bottom - s, u = this.calculateTooltipHeight();
74
+ const r = this.findConstrainingContainer().getBoundingClientRect(), {width: n, paddingLeft: a, paddingRight: l} = window.getComputedStyle(this.tooltipElement, "::after"), p = Number(n.replace(/[px]/g, "")) + Number(a.replace(/[px]/g, "")) + Number(l.replace(/[px]/g, "")), h = [ "se", "sw", "ne", "nw" ].includes(this.position) ? 0 : 15, c = t - r.left + i / 2, d = r.right - o + i / 2, f = e - r.top, m = r.bottom - s, u = this.calculateTooltipHeight();
71
75
  // Check if we need to flip vertical position
72
- [ "n", "ne", "nw" ].includes(this.position) && d < u ?
76
+ [ "n", "ne", "nw" ].includes(this.position) && f < u ?
73
77
  // Not enough space above, try flipping to bottom
74
- m >= u && (this.position = this.position.replace("n", "s")) : [ "s", "se", "sw" ].includes(this.position) && m < u && d >= u && (this.position = this.position.replace("s", "n")),
78
+ m >= u && (this.position = this.position.replace("n", "s")) : [ "s", "se", "sw" ].includes(this.position) && m < u && f >= u && (this.position = this.position.replace("s", "n")),
75
79
  // Adjust horizontal positioning
76
- [ "ne", "se" ].includes(this.position) ? p > f && this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(p - f + h)}px`) : [ "nw", "sw" ].includes(this.position) ? p > c && this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(p - c + h)}px`) : [ "n", "s" ].includes(this.position) && (p / 2 > c ? this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(p / 2 - c + h)}px`) : p / 2 > f ? this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(p / 2 - f + h)}px`) : this.tooltipElement.style.setProperty("--comp-offset-translate", "0px")),
80
+ [ "ne", "se" ].includes(this.position) ? p > d ? this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(p - d + h)}px`) : this.tooltipElement.style.setProperty("--comp-offset-translate", "0px") : [ "nw", "sw" ].includes(this.position) ? p > c ? this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(p - c + h)}px`) : this.tooltipElement.style.setProperty("--comp-offset-translate", "0px") : [ "n", "s" ].includes(this.position) && (p / 2 > c ? this.tooltipElement.style.setProperty("--comp-offset-translate", `${Math.round(p / 2 - c + h)}px`) : p / 2 > d ? this.tooltipElement.style.setProperty("--comp-offset-translate", `-${Math.round(p / 2 - d + h)}px`) : this.tooltipElement.style.setProperty("--comp-offset-translate", "0px")),
77
81
  // Handle east/west positioning
78
- "e" === this.position && p > f ?
82
+ "e" === this.position && p > d ?
79
83
  // Not enough space on right, flip to left
80
- c >= p && (this.position = "w") : "w" === this.position && p > c && f >= p && (this.position = "e");
84
+ c >= p && (this.position = "w") : "w" === this.position && p > c && d >= p && (this.position = "e");
81
85
  }
82
86
  animationEndHandler() {
83
87
  this.animationEndCount = this.animationEndCount + 1;
84
88
  const {focusClass: t, animationEndCount: o} = this;
85
- // animationEnd is fired once for :before and once for :after pseudo elements
86
- // there are multiple animations defined for .has-generic-focus
87
- // so we need to wait for all of them to finish before we can remove the class
88
- ("has-generic-focus-out" === t || "has-generic-focus" === t && 4 === o) && (this.focusClass = null,
89
- this.animationEndCount = 0);
89
+ // animationEnd fires once for :before and once for :after, and there
90
+ // are two animations on .has-touch-click, so wait for all four before clearing.
91
+ "has-touch-click" === t && o >= 4 && (this.focusClass = null, this.animationEndCount = 0);
90
92
  }
91
93
  calculateTooltipHeight() {
92
94
  if (null !== this.cachedTooltipHeight) return this.cachedTooltipHeight;
@@ -98,11 +100,11 @@ const r = t(class extends o {
98
100
  return this.cachedTooltipHeight = i + e + s, this.cachedTooltipHeight;
99
101
  }
100
102
  // Fallback: Calculate based on text and wrapping
101
- const i = Number(t.width.replace(/px/g, "")), e = Number(t.paddingLeft.replace(/px/g, "")), s = Number(t.paddingRight.replace(/px/g, "")), n = Number(t.paddingTop.replace(/px/g, "")), r = Number(t.paddingBottom.replace(/px/g, "")), a = Number(t.fontSize.replace(/px/g, "")), l = t.lineHeight, p = "normal" === l ? 1.5 * a : Number(l.replace(/px/g, "")), h = i - e - s;
103
+ const i = Number(t.width.replace(/px/g, "")), e = Number(t.paddingLeft.replace(/px/g, "")), s = Number(t.paddingRight.replace(/px/g, "")), r = Number(t.paddingTop.replace(/px/g, "")), n = Number(t.paddingBottom.replace(/px/g, "")), a = Number(t.fontSize.replace(/px/g, "")), l = t.lineHeight, p = "normal" === l ? 1.5 * a : Number(l.replace(/px/g, "")), h = i - e - s;
102
104
  // Single-line tooltip (white-space: pre)
103
- if ("pre" === t.whiteSpace || !this.multiline) return p + n + r;
105
+ if ("pre" === t.whiteSpace || !this.multiline) return p + r + n;
104
106
  // Multi-line tooltip: estimate line count
105
- const c = this.label || "", f = .5 * a, d = Math.floor(h / f), m = Math.max(1, Math.ceil(c.length / d)) * p + n + r;
107
+ const c = this.label || "", d = .5 * a, f = Math.floor(h / d), m = Math.max(1, Math.ceil(c.length / f)) * p + r + n;
106
108
  // Add some buffer for safety (10px)
107
109
  return this.cachedTooltipHeight = Math.ceil(m) + 10, this.cachedTooltipHeight;
108
110
  } catch (t) {
@@ -114,8 +116,7 @@ const r = t(class extends o {
114
116
  }
115
117
  checkFocusClass() {
116
118
  if (!this.shouldBeVisible) return;
117
- const t = !!this.findFocusVisibleElement(document.activeElement);
118
- this.focusClass = t ? "has-keyboard-focus" : "has-generic-focus";
119
+ !this.findFocusVisibleElement(document.activeElement) ? r() && (this.focusClass = "has-touch-click") : this.focusClass = "has-keyboard-focus";
119
120
  }
120
121
  clearTooltipOnChildren() {
121
122
  const t = Array.from(this.hostElement.children);
@@ -139,7 +140,7 @@ const r = t(class extends o {
139
140
  (null == t ? void 0 : t.matches(":focus-visible")) ? t : null;
140
141
  }
141
142
  hideTooltip() {
142
- "has-generic-focus" === this.focusClass ? this.focusClass = "has-generic-focus-out" : this.focusClass = null;
143
+ this.focusClass = null;
143
144
  }
144
145
  propagateTooltip() {
145
146
  if (this.focusable) return;
@@ -176,7 +177,7 @@ const r = t(class extends o {
176
177
  };
177
178
  }
178
179
  static get style() {
179
- return '*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:inline-block;line-height:0}:host([block]){display:block}.tooltip{--comp-background:var(--tct-tooltip-background, var(--tct-tooltip-background-color, var(--t-tooltip-background-color, var(--t-top-a3, rgba(13, 13, 13, 0.8509803922)))));--comp-offset-default:calc(var(--app-scale-1x, 5px) * -1);--comp-offset:var(--tct-tooltip-offset, var(--t-tooltip-offset, var(--comp-offset-default)));--comp-position:var(--tct-tooltip-position, var(--t-tooltip-position, var(--app-scale-1x, 5px)));--comp-body-offset-default:calc(var(--app-scale-3x, 15px) * -1);--comp-body-offset:var(--tct-tooltip-body-offset, var(--t-tooltip-body-offset, var(--comp-body-offset-default)));--comp-duration:var(--tct-tooltip-transition-duration, var(--t-tooltip-transition-duration, var(--app-duration-1, 0.2s)));--comp-visible-duration:var(--tct-tooltip-transition-visible-duration, var(--t-tooltip-transition-visible-duration, 2s));--comp-delay:var(--tct-tooltip-transition-delay, var(--t-tooltip-transition-delay, 0s));display:inline-flex;line-height:normal;position:relative}.tooltip:hover{--comp-delay:var(--tct-tooltip-transition-delay, var(--t-tooltip-transition-delay, 1s))}:host([immediate]:not([immediate=false])) .tooltip:hover{--comp-delay:0s}.tooltip:before{position:absolute;z-index:2;width:0;height:0;color:var(--comp-background);pointer-events:none;content:"";border:var(--tct-tooltip-arrow-size, var(--t-tooltip-arrow-size, var(--app-scale-1x, 5px))) solid transparent}.tooltip:after{--comp-padding:var(--app-scale-1x, 5px) 8px;position:absolute;z-index:1;padding:var(--tct-tooltip-padding, var(--t-tooltip-padding, var(--comp-padding)));font-weight:var(--tct-tooltip-font-weight, var(--t-tooltip-font-weight, 600));font-size:var(--tct-tooltip-font-size, var(--t-tooltip-font-size, var(--app-font-size-small, 12px)));line-height:1.5;color:var(--tct-tooltip-color, var(--t-tooltip-color, var(--app-white, #ffffff)));text-align:center;text-decoration:none;text-shadow:none;text-transform:none;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(data-label);background:var(--comp-background);border-radius:var(--tct-tooltip-border-radius, var(--t-tooltip-border-radius, var(--app-border-radius-1, 4px)))}.tooltip:before,.tooltip:after{display:inline-block;visibility:hidden;opacity:0;transition:all var(--comp-duration) ease-in-out var(--comp-delay);transition-property:visibility, opacity}:host([block]) .tooltip{display:block}:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip:before,:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip:after{pointer-events:auto}.tooltip:not(.dismissed):hover:before,.tooltip:not(.dismissed):hover:after,.tooltip:not(.dismissed).has-keyboard-focus:focus-within:before,.tooltip:not(.dismissed).has-keyboard-focus:focus-within:after,:host([persistent]:not([persistent=false])) .tooltip:not(.dismissed):before,:host([persistent]:not([persistent=false])) .tooltip:not(.dismissed):after{text-decoration:none;visibility:visible;opacity:1}@keyframes tooltippedFade{from{opacity:0}to{opacity:1}}.tooltip.has-generic-focus:focus-within:before,.tooltip.has-generic-focus:focus-within:after{visibility:visible;opacity:0;transition:none;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:tooltippedFade, tooltippedFade;animation-direction:normal, reverse;animation-duration:var(--comp-duration);animation-delay:0ms, calc(var(--comp-visible-duration) + var(--comp-duration))}.tooltip.has-generic-focus:hover:focus-within:before,.tooltip.has-generic-focus:hover:focus-within:after{animation-name:tooltippedFade;animation-direction:normal;animation-delay:0ms}:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip.has-generic-focus:focus-within:before,:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip.has-generic-focus:focus-within:after{animation-name:tooltippedFade;animation-direction:normal;animation-delay:0ms}.tooltip.has-generic-focus-out:before,.tooltip.has-generic-focus-out:after{visibility:visible;opacity:0;transition:none;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:tooltippedFade;animation-direction:reverse;animation-duration:var(--comp-duration)}.tooltip.dismissed:before,.tooltip.dismissed:after{visibility:hidden;opacity:0;animation-name:none}:host([multiline]) .tooltip:after{width:max-content;max-width:var(--tct-tooltip-max-width, var(--t-tooltip-max-width, 200px));word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate;text-align:left}:host([position=s]) :host([multiline]) .tooltip:after,:host([position=n]) :host([multiline]) .tooltip:after{right:auto;left:50%;transform:translateX(-50%)}:host([position=w]) :host([multiline]) .tooltip:after,:host([position=e]) :host([multiline]) .tooltip:after{right:100%}:host([multiline]) .tooltip:hover:after,:host([multiline]) .tooltip:active:after,:host([multiline]) .tooltip:focus:after{display:table-cell}:host([multiline]) .tooltip:focus-within:after{display:table-cell}:host([position=s]) .tooltip:after,:host([position=se]) .tooltip:after,:host([position=sw]) .tooltip:after{top:100%;right:50%;margin-top:var(--comp-position)}:host([position=s]) .tooltip:before,:host([position=se]) .tooltip:before,:host([position=sw]) .tooltip:before{top:auto;right:50%;bottom:var(--comp-offset);margin-right:var(--comp-offset);border-bottom-color:var(--comp-background)}:host([position=n]) .tooltip:after,:host([position=ne]) .tooltip:after,:host([position=nw]) .tooltip:after{right:50%;bottom:100%;margin-bottom:var(--comp-position)}:host([position=n]) .tooltip:before,:host([position=ne]) .tooltip:before,:host([position=nw]) .tooltip:before{top:var(--comp-offset);right:50%;bottom:auto;margin-right:var(--comp-offset);border-top-color:var(--comp-background)}:host([position=se]) .tooltip:after,:host([position=ne]) .tooltip:after{right:auto;left:50%;margin-left:var(--comp-body-offset);margin-right:var(--comp-body-offset);transform:translateX(var(--comp-offset-translate, 0))}:host([position=sw]) .tooltip:after,:host([position=nw]) .tooltip:after{margin-right:var(--comp-body-offset);margin-left:var(--comp-body-offset);right:50%;transform:translateX(var(--comp-offset-translate, 0))}:host([position=s]) .tooltip:after,:host([position=n]) .tooltip:after{transform:translateX(calc(50% + var(--comp-offset-translate, 0)))}:host([position=w]) .tooltip:after{right:100%;bottom:50%;margin-right:var(--comp-position);transform:translateY(50%)}:host([position=w]) .tooltip:before{top:50%;bottom:50%;left:var(--comp-offset);margin-top:var(--comp-offset);border-left-color:var(--comp-background)}:host([position=e]) .tooltip:after{bottom:50%;left:100%;margin-left:var(--comp-position);transform:translateY(50%)}:host([position=e]) .tooltip:before{top:50%;right:var(--comp-offset);bottom:50%;margin-top:var(--comp-offset);border-right-color:var(--comp-background)}';
180
+ return '*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}@container style(--t-prefers-motion: "reduced"){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}@container (not style(--t-prefers-motion: "normal")) and (not style(--t-prefers-motion: "reduced")){@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}}:host{display:inline-block;line-height:0}:host([block]){display:block}.tooltip{--comp-background:var(--tct-tooltip-background, var(--tct-tooltip-background-color, var(--t-tooltip-background-color, var(--t-top-a3, rgba(13, 13, 13, 0.8509803922)))));--comp-offset-default:calc(var(--app-scale-1x, 5px) * -1);--comp-offset:var(--tct-tooltip-offset, var(--t-tooltip-offset, var(--comp-offset-default)));--comp-position:var(--tct-tooltip-position, var(--t-tooltip-position, var(--app-scale-1x, 5px)));--comp-body-offset-default:calc(var(--app-scale-3x, 15px) * -1);--comp-body-offset:var(--tct-tooltip-body-offset, var(--t-tooltip-body-offset, var(--comp-body-offset-default)));--comp-duration:var(--tct-tooltip-transition-duration, var(--t-tooltip-transition-duration, var(--app-duration-1, 0.2s)));--comp-visible-duration:var(--tct-tooltip-transition-visible-duration, var(--t-tooltip-transition-visible-duration, 2s));--comp-delay:var(--tct-tooltip-transition-delay, var(--t-tooltip-transition-delay, 0s));display:inline-flex;line-height:normal;position:relative}.tooltip:hover{--comp-delay:var(--tct-tooltip-hover-delay, var(--tct-tooltip-transition-delay, 1s))}:host([immediate]:not([immediate=false])) .tooltip:hover{--comp-delay:0s}.tooltip:before{position:absolute;z-index:2;width:0;height:0;color:var(--comp-background);pointer-events:none;content:"";border:var(--tct-tooltip-arrow-size, var(--t-tooltip-arrow-size, var(--app-scale-1x, 5px))) solid transparent}.tooltip:after{--comp-padding:var(--app-scale-1x, 5px) 8px;position:absolute;z-index:1;padding:var(--tct-tooltip-padding, var(--t-tooltip-padding, var(--comp-padding)));font-weight:var(--tct-tooltip-font-weight, var(--t-tooltip-font-weight, 600));font-size:var(--tct-tooltip-font-size, var(--t-tooltip-font-size, var(--app-font-size-small, var(--const-px-12, 12px))));line-height:1.5;color:var(--tct-tooltip-color, var(--t-tooltip-color, var(--app-white, #ffffff)));text-align:center;text-decoration:none;text-shadow:none;text-transform:none;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(data-label);background:var(--comp-background);border-radius:var(--tct-tooltip-border-radius, var(--t-tooltip-border-radius, var(--app-border-radius-1, 4px)))}.tooltip:before,.tooltip:after{display:inline-block;visibility:hidden;opacity:0;transition:all var(--comp-duration) ease-in-out var(--comp-delay);transition-property:visibility, opacity}:host([block]) .tooltip{display:block}:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip:before,:host([persist-on-hover]:not([persist-on-hover=false])) .tooltip:after{pointer-events:auto}.tooltip:not(.dismissed):hover:before,.tooltip:not(.dismissed):hover:after,.tooltip:not(.dismissed).has-keyboard-focus:focus-within:before,.tooltip:not(.dismissed).has-keyboard-focus:focus-within:after,:host([persistent]:not([persistent=false])) .tooltip:not(.dismissed):before,:host([persistent]:not([persistent=false])) .tooltip:not(.dismissed):after{text-decoration:none;visibility:visible;opacity:1}@keyframes tooltippedFade{from{opacity:0}to{opacity:1}}.tooltip.has-touch-click:before,.tooltip.has-touch-click:after{visibility:visible;opacity:0;transition:none;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:tooltippedFade, tooltippedFade;animation-direction:normal, reverse;animation-duration:var(--comp-duration);animation-delay:0ms, calc(var(--comp-visible-duration) + var(--comp-duration))}.tooltip.has-touch-click:hover:before,.tooltip.has-touch-click:hover:after{animation-name:tooltippedFade;animation-direction:normal;animation-delay:0ms}.tooltip.dismissed:before,.tooltip.dismissed:after{visibility:hidden;opacity:0;animation-name:none}:host([multiline]) .tooltip:after{width:max-content;max-width:var(--tct-tooltip-max-width, var(--t-tooltip-max-width, 200px));word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate;text-align:left}:host([position=s]) :host([multiline]) .tooltip:after,:host([position=n]) :host([multiline]) .tooltip:after{right:auto;left:50%;transform:translateX(-50%)}:host([position=w]) :host([multiline]) .tooltip:after,:host([position=e]) :host([multiline]) .tooltip:after{right:100%}:host([multiline]) .tooltip:hover:after,:host([multiline]) .tooltip:active:after,:host([multiline]) .tooltip:focus:after{display:table-cell}:host([multiline]) .tooltip:focus-within:after{display:table-cell}:host([position=s]) .tooltip:after,:host([position=se]) .tooltip:after,:host([position=sw]) .tooltip:after{top:100%;right:50%;margin-top:var(--comp-position)}:host([position=s]) .tooltip:before,:host([position=se]) .tooltip:before,:host([position=sw]) .tooltip:before{top:auto;right:50%;bottom:var(--comp-offset);margin-right:var(--comp-offset);border-bottom-color:var(--comp-background)}:host([position=n]) .tooltip:after,:host([position=ne]) .tooltip:after,:host([position=nw]) .tooltip:after{right:50%;bottom:100%;margin-bottom:var(--comp-position)}:host([position=n]) .tooltip:before,:host([position=ne]) .tooltip:before,:host([position=nw]) .tooltip:before{top:var(--comp-offset);right:50%;bottom:auto;margin-right:var(--comp-offset);border-top-color:var(--comp-background)}:host([position=se]) .tooltip:after,:host([position=ne]) .tooltip:after{right:auto;left:50%;margin-left:var(--comp-body-offset);margin-right:var(--comp-body-offset);transform:translateX(var(--comp-offset-translate, 0))}:host([position=sw]) .tooltip:after,:host([position=nw]) .tooltip:after{margin-right:var(--comp-body-offset);margin-left:var(--comp-body-offset);right:50%;transform:translateX(var(--comp-offset-translate, 0))}:host([position=s]) .tooltip:after,:host([position=n]) .tooltip:after{transform:translateX(calc(50% + var(--comp-offset-translate, 0)))}:host([position=w]) .tooltip:after{right:100%;bottom:50%;margin-right:var(--comp-position);transform:translateY(50%)}:host([position=w]) .tooltip:before{top:50%;bottom:50%;left:var(--comp-offset);margin-top:var(--comp-offset);border-left-color:var(--comp-background)}:host([position=e]) .tooltip:after{bottom:50%;left:100%;margin-left:var(--comp-position);transform:translateY(50%)}:host([position=e]) .tooltip:before{top:50%;right:var(--comp-offset);bottom:50%;margin-top:var(--comp-offset);border-right-color:var(--comp-background)}';
180
181
  }
181
182
  }, [ 257, "q2-tooltip", {
182
183
  block: [ 516 ],
@@ -189,7 +190,7 @@ const r = t(class extends o {
189
190
  position: [ 513 ],
190
191
  focusClass: [ 32 ],
191
192
  persistOnHoverDismissed: [ 32 ]
192
- }, [ [ 4, "click", "documentPointerHandler" ], [ 5, "touchstart", "documentPointerHandler" ], [ 2, "focus", "focusCaptureHandler" ], [ 0, "focus", "focusHandler" ], [ 0, "focusout", "focusOutHandler" ], [ 4, "keydown", "keyDownDocumentHandler" ], [ 1, "mouseenter", "mouseEnterHandler" ], [ 1, "mouseover", "handleMouseOver" ], [ 0, "click", "handleMouseOver" ] ], {
193
+ }, [ [ 4, "click", "documentPointerHandler" ], [ 5, "touchstart", "documentPointerHandler" ], [ 0, "click", "clickHandler" ], [ 2, "focus", "focusCaptureHandler" ], [ 0, "focus", "focusHandler" ], [ 0, "focusout", "focusOutHandler" ], [ 4, "keydown", "keyDownDocumentHandler" ], [ 1, "mouseenter", "mouseEnterHandler" ], [ 1, "mouseover", "handleMouseOver" ] ], {
193
194
  label: [ {
194
195
  labelChanged: 0
195
196
  } ]
@@ -198,8 +199,8 @@ const r = t(class extends o {
198
199
  function defineCustomElement() {
199
200
  if ("undefined" == typeof customElements) return;
200
201
  [ "q2-tooltip" ].forEach((t => {
201
- if ("q2-tooltip" === t) customElements.get(e(t)) || customElements.define(e(t), r);
202
+ if ("q2-tooltip" === t) customElements.get(e(t)) || customElements.define(e(t), a);
202
203
  }));
203
204
  }
204
205
 
205
- export { r as Q, defineCustomElement as d }
206
+ export { a as Q, defineCustomElement as d }
@@ -1,4 +1,4 @@
1
- import { proxyCustomElement as e, HTMLElement as t, createEvent as i, h as n, transformTag as s } from "@stencil/core/internal/client";
1
+ import { proxyCustomElement as e, HTMLElement as t, createEvent as i, h as n, transformTag as o } from "@stencil/core/internal/client";
2
2
 
3
3
  const a = e(class extends t {
4
4
  constructor(e) {
@@ -41,7 +41,7 @@ const a = e(class extends t {
41
41
  // #region Render Methods
42
42
  render() {
43
43
  return n("div", {
44
- key: "6fd41d78c9d8a6e1abf28713f52d92ac214ad8ab",
44
+ key: "68c7250777ec0c700107df4997634d4aee8f8e91",
45
45
  id: `tab-pane-${this.guid}-${this.index}`,
46
46
  class: "tab-pane" + (this.selected ? "" : " hidden"),
47
47
  role: "tabpanel",
@@ -49,12 +49,12 @@ const a = e(class extends t {
49
49
  "aria-hidden": "" + !this.selected,
50
50
  "aria-labelledby": `tab-${this.guid}-${this.index}`
51
51
  }, this.selected && void 0 !== this.provided && !this.provided && n("div", {
52
- key: "b5302bdd5ae8e749e84e4e12505d843c0ba0950a"
52
+ key: "7b8c74b691fc1c599766900125e09afe79e53859"
53
53
  }, n("slot", {
54
- key: "4b935505187b21260398c28ea876ecd64d9ed172",
54
+ key: "bbf7c58bef21ab334059655e958e976b9bdf327e",
55
55
  name: "loading-wrapper"
56
56
  }), n("iframe", {
57
- key: "c18b96c8849a6a69abec9ced6d27a6860113b8c7",
57
+ key: "6a262f757dd78294fcf49242b337b02c13842ee8",
58
58
  hidden: !0,
59
59
  name: this.moduleId,
60
60
  scrolling: "no",
@@ -77,11 +77,11 @@ const a = e(class extends t {
77
77
  value: e.value,
78
78
  name: e.key
79
79
  })))) : ""), n("div", {
80
- key: "1016d617dc6cf49aa8e4bf52010e3cf246191875",
80
+ key: "d9be64623c99011b7f30256d0abfaeab23f72c00",
81
81
  class: "slot-wrapper",
82
82
  hidden: this.selected && void 0 !== this.provided && !this.provided
83
83
  }, n("slot", {
84
- key: "466d820db179e1b6e350722eff9ec9190be6c869"
84
+ key: "a1a3a9772b2875c7d4ab510e9014d99b6e036ad3"
85
85
  })));
86
86
  }
87
87
  get hostElement() {
@@ -107,7 +107,7 @@ const a = e(class extends t {
107
107
  };
108
108
  }
109
109
  static get style() {
110
- return "*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.tab-pane[aria-hidden=true]{display:none}.tab-pane:focus{outline:none;box-shadow:none}.loading-wrapper{height:44px;width:100%;align-items:center;justify-content:center}.loading-wrapper:not([hidden]){display:flex}iframe{width:100%;height:auto;overflow-y:hidden;border:none}iframe:not([hidden]){display:inline-block}.slot-wrapper:focus-visible{outline:none;box-shadow:var(--const-global-focus)}";
110
+ return '*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}@container style(--t-prefers-motion: "reduced"){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}@container (not style(--t-prefers-motion: "normal")) and (not style(--t-prefers-motion: "reduced")){@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}}.tab-pane[aria-hidden=true]{display:none}.tab-pane:focus{outline:none;box-shadow:none}.loading-wrapper{height:44px;width:100%;align-items:center;justify-content:center}.loading-wrapper:not([hidden]){display:flex}iframe{width:100%;height:auto;overflow-y:hidden;border:none}iframe:not([hidden]){display:inline-block}.slot-wrapper:focus-visible{outline:none;box-shadow:var(--const-global-focus)}';
111
111
  }
112
112
  }, [ 257, "tecton-tab-pane", {
113
113
  authPayload: [ 16 ],
@@ -145,11 +145,11 @@ const a = e(class extends t {
145
145
  } ]
146
146
  } ]);
147
147
 
148
- const o = a, defineCustomElement = function() {
148
+ const s = a, defineCustomElement = function() {
149
149
  if ("undefined" == typeof customElements) return;
150
150
  [ "tecton-tab-pane" ].forEach((e => {
151
- if ("tecton-tab-pane" === e) customElements.get(s(e)) || customElements.define(s(e), a);
151
+ if ("tecton-tab-pane" === e) customElements.get(o(e)) || customElements.define(o(e), a);
152
152
  }));
153
153
  };
154
154
 
155
- export { o as TectonTabPane, defineCustomElement }
155
+ export { s as TectonTabPane, defineCustomElement }
@@ -97,7 +97,7 @@ function sanitizeRegexString(regexString) {
97
97
  return regexString.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
98
98
  }
99
99
 
100
- const q2OptionListCss = () => `*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{position:relative;width:100%;display:block;line-height:var(--tct-option-list-line-height, var(--t-option-list-line-height, var(--app-line-height, 1.428571429em)))}.content{text-align:start}:host([is-sizeable]) .content{display:block;height:auto}`;
100
+ const q2OptionListCss = () => `*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}@container style(--t-prefers-motion: "reduced"){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}@container (not style(--t-prefers-motion: "normal")) and (not style(--t-prefers-motion: "reduced")){@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}}:host{position:relative;width:100%;display:block;line-height:var(--tct-option-list-line-height, var(--t-option-list-line-height, var(--app-line-height, 1.428571429em)))}.content{text-align:start}:host([is-sizeable]) .content{display:block;height:auto}`;
101
101
 
102
102
  const Q2OptionList = class {
103
103
  constructor(hostRef) {
@@ -693,7 +693,7 @@ const Q2OptionList = class {
693
693
  };
694
694
  Q2OptionList.style = q2OptionListCss();
695
695
 
696
- const q2PopoverCss = () => `*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.legacy.container{display:none}.legacy.show{display:block;z-index:var(--tct-popover-z-index, 50)}@keyframes popoverOpen{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}@keyframes popoverClose{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.95)}}:popover-open,.show{position:var(--comp-pop-position, absolute);margin:0;padding:var(--tct-popover-padding, 0);overflow:auto;background:var(--tct-popover-background, var(--app-white, #ffffff));backdrop-filter:var(--tct-popover-backdrop-filter, none);color:var(--tct-popover-font-color, inherit);min-width:var(--tct-popover-min-width, 135px);width:var(--tct-popover-width, auto);margin-block:var(--tct-popover-margin-block, 0);box-shadow:var(--tct-popover-box-shadow, var(--app-shadow-3, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14)));border-width:var(--tct-popover-border-width, 0);border-style:solid;border-color:var(--tct-popover-border-color, transparent);border-radius:var(--tct-popover-border-radius, 0);max-height:var(--comp-pop-max-height);left:var(--comp-pop-left);opacity:var(--comp-pop-opacity, 0);--comp-scrollbar-size:var(--tct-scrollbar-size, var(--t-scrollbar-size, var(--app-scale-1x, 5px)));--comp-scrollbar-border-radius:var(--tct-scrollbar-border-radius, var(--t-scrollbar-border-radius, var(--app-border-radius-1, 4px)));--comp-scrollbar-color:var(--tct-scrollbar-color, var(--t-scrollbar-color, var(--t-a11y-gray-color, #747474)));scrollbar-width:thin;scrollbar-color:var(--comp-scrollbar-color) transparent}:popover-open.animating-open,.show.animating-open{animation-name:popoverOpen;animation-duration:var(--tct-popover-open-animation-duration, var(--t-tween-time-in-1, 150ms));animation-timing-function:var(--tct-popover-open-animation-timing-function, ease-out);animation-fill-mode:var(--tct-popover-open-animation-fill-mode, forwards)}:popover-open.animating-close,.show.animating-close{animation-name:popoverClose;animation-duration:var(--tct-popover-close-animation-duration, var(--t-tween-time-out-1, 100ms));animation-timing-function:var(--tct-popover-close-animation-timing-function, ease-in);animation-fill-mode:var(--tct-popover-close-animation-fill-mode, forwards)}@media (prefers-reduced-motion: reduce){:popover-open.animating-open,:popover-open.animating-close,.show.animating-open,.show.animating-close{animation-duration:0.01ms}}:popover-open.block,.show.block{right:unset;width:var(--comp-pop-width);min-width:var(--tct-popover-min-width, unset)}:popover-open.left,.show.left{left:var(--comp-pop-left);right:unset}:popover-open.right,.show.right{right:var(--comp-pop-right);left:unset}:popover-open.down,.show.down{top:var(--tct-popover-top, var(--comp-pop-top));bottom:unset}:popover-open.up,.show.up{top:unset;bottom:var(--comp-pop-bottom)}:popover-open.down.left:not(.mobile),.show.down.left:not(.mobile){transform-origin:top left}:popover-open.down.right:not(.mobile),.show.down.right:not(.mobile){transform-origin:top right}:popover-open.up.left:not(.mobile),.show.up.left:not(.mobile){transform-origin:bottom left}:popover-open.up.right:not(.mobile),.show.up.right:not(.mobile){transform-origin:bottom right}:popover-open.mobile.down,.show.mobile.down{transform-origin:center top}:popover-open.mobile.up,.show.mobile.up{transform-origin:center bottom}:popover-open::-webkit-scrollbar,.show::-webkit-scrollbar{width:var(--comp-scrollbar-size);height:var(--comp-scrollbar-size);margin:5px}:popover-open::-webkit-scrollbar-thumb,.show::-webkit-scrollbar-thumb{background:var(--comp-scrollbar-color);border-radius:var(--comp-scrollbar-border-radius)}:popover-open::-webkit-scrollbar-track,.show::-webkit-scrollbar-track{background:transparent;border-radius:var(--comp-scrollbar-border-radius)}click-elsewhere{position:relative;display:block}`;
696
+ const q2PopoverCss = () => `*{box-sizing:border-box}*:active{outline:none}*:focus-visible{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #0066cc)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}@container style(--t-prefers-motion: "reduced"){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}@container (not style(--t-prefers-motion: "normal")) and (not style(--t-prefers-motion: "reduced")){@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;animation-delay:0ms !important;transition-delay:0ms !important}}}.legacy.container{display:none}.legacy.show{display:block;z-index:var(--tct-popover-z-index, 50)}@keyframes popoverOpen{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}@keyframes popoverClose{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.95)}}:popover-open,.show{position:var(--comp-pop-position, absolute);margin:0;padding:var(--tct-popover-padding, 0);overflow:auto;background:var(--tct-popover-background, var(--app-white, #ffffff));backdrop-filter:var(--tct-popover-backdrop-filter, none);color:var(--tct-popover-font-color, inherit);min-width:var(--tct-popover-min-width, 135px);width:var(--tct-popover-width, auto);margin-block:var(--tct-popover-margin-block, 0);box-shadow:var(--tct-popover-box-shadow, var(--app-shadow-3, 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14)));border-width:var(--tct-popover-border-width, 0);border-style:solid;border-color:var(--tct-popover-border-color, transparent);border-radius:var(--tct-popover-border-radius, 0);max-height:var(--comp-pop-max-height);left:var(--comp-pop-left);opacity:var(--comp-pop-opacity, 0);--comp-scrollbar-size:var(--tct-scrollbar-size, var(--t-scrollbar-size, var(--app-scale-1x, 5px)));--comp-scrollbar-border-radius:var(--tct-scrollbar-border-radius, var(--t-scrollbar-border-radius, var(--app-border-radius-1, 4px)));--comp-scrollbar-color:var(--tct-scrollbar-color, var(--t-scrollbar-color, var(--t-a11y-gray-color, #747474)));scrollbar-width:thin;scrollbar-color:var(--comp-scrollbar-color) transparent}:popover-open.animating-open,.show.animating-open{animation-name:popoverOpen;animation-duration:var(--tct-popover-open-animation-duration, var(--t-tween-time-in-1, 150ms));animation-timing-function:var(--tct-popover-open-animation-timing-function, ease-out);animation-fill-mode:var(--tct-popover-open-animation-fill-mode, forwards)}:popover-open.animating-close,.show.animating-close{animation-name:popoverClose;animation-duration:var(--tct-popover-close-animation-duration, var(--t-tween-time-out-1, 100ms));animation-timing-function:var(--tct-popover-close-animation-timing-function, ease-in);animation-fill-mode:var(--tct-popover-close-animation-fill-mode, forwards)}:popover-open.block,.show.block{right:unset;width:var(--comp-pop-width);min-width:var(--tct-popover-min-width, unset)}:popover-open.left,.show.left{left:var(--comp-pop-left);right:unset}:popover-open.right,.show.right{right:var(--comp-pop-right);left:unset}:popover-open.down,.show.down{top:var(--tct-popover-top, var(--comp-pop-top));bottom:unset}:popover-open.up,.show.up{top:unset;bottom:var(--comp-pop-bottom)}:popover-open.down.left:not(.mobile),.show.down.left:not(.mobile){transform-origin:top left}:popover-open.down.right:not(.mobile),.show.down.right:not(.mobile){transform-origin:top right}:popover-open.up.left:not(.mobile),.show.up.left:not(.mobile){transform-origin:bottom left}:popover-open.up.right:not(.mobile),.show.up.right:not(.mobile){transform-origin:bottom right}:popover-open.mobile.down,.show.mobile.down{transform-origin:center top}:popover-open.mobile.up,.show.mobile.up{transform-origin:center bottom}:popover-open::-webkit-scrollbar,.show::-webkit-scrollbar{width:var(--comp-scrollbar-size);height:var(--comp-scrollbar-size);margin:5px}:popover-open::-webkit-scrollbar-thumb,.show::-webkit-scrollbar-thumb{background:var(--comp-scrollbar-color);border-radius:var(--comp-scrollbar-border-radius)}:popover-open::-webkit-scrollbar-track,.show::-webkit-scrollbar-track{background:transparent;border-radius:var(--comp-scrollbar-border-radius)}click-elsewhere{position:relative;display:block}`;
697
697
 
698
698
  const Q2Popover = class {
699
699
  constructor(hostRef) {
@@ -5,7 +5,7 @@ import { g as globalScripts } from './app-globals-DQuL1Twl.js';
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy(JSON.parse("[[\"q2-pagination\",[[1,\"q2-pagination\",{\"align\":[1537],\"alignment\":[513],\"autoSize\":[1540,\"auto-size\"],\"disabled\":[1540],\"page\":[1538],\"pages\":[1538],\"pagesOnly\":[1540,\"pages-only\"],\"perPage\":[1538,\"per-page\"],\"perPageIncrements\":[1537,\"per-page-increments\"],\"recordsOnly\":[1540,\"records-only\"],\"recordType\":[1,\"record-type\"],\"stacked\":[516],\"total\":[514],\"isSmall\":[32],\"clickFirstPage\":[64],\"clickLastPage\":[64],\"clickNextPage\":[64],\"clickPreviousPage\":[64],\"selectPerPageIncrementValue\":[64],\"setPageValue\":[64]},[[0,\"focus\",\"onHostElementFocus\"]],{\"alignment\":[{\"alignmentHandler\":0}],\"autoSize\":[{\"manageResizeObserver\":0}],\"recordsOnly\":[{\"checkDisplayTypes\":0}],\"pagesOnly\":[{\"checkDisplayTypes\":0}],\"stacked\":[{\"checkDisplayTypes\":0}]}]]],[\"q2-data-table\",[[257,\"q2-data-table\",{\"bordered\":[1544],\"caption\":[1025],\"clickable\":[1540],\"density\":[1537],\"emptyIcon\":[513,\"empty-icon\"],\"emptyMessage\":[513,\"empty-message\"],\"headers\":[1040],\"hideCaption\":[1540,\"hide-caption\"],\"hideClickable\":[1028,\"hide-clickable\"],\"loading\":[1540],\"rows\":[1040],\"selectable\":[1540],\"selectAlign\":[1025,\"select-align\"],\"selectedRows\":[7184],\"selectMode\":[1025,\"select-mode\"],\"shadowed\":[1540],\"sticky\":[516],\"striped\":[516],\"allRowsSelected\":[32],\"checkSlotCount\":[32],\"hasDropdowns\":[32],\"hasExpandableRows\":[32],\"hasRowData\":[32],\"hasStatusRows\":[32],\"serializedHeaders\":[32],\"serializedRows\":[32],\"someRowsSelected\":[32],\"clickRow\":[64],\"getCellContent\":[64],\"sortColumn\":[64],\"toggleRowExpansion\":[64],\"toggleRowSelect\":[64],\"toggleSelectAllRows\":[64]},[[0,\"click\",\"onClickListener\"],[0,\"selectAllRows\",\"onSelectAllRows\"]],{\"headers\":[{\"headersHandler\":0}],\"rows\":[{\"rowsHandler\":0}],\"selectable\":[{\"selectableHandler\":0}]}]]],[\"q2-calendar\",[[1,\"q2-calendar\",{\"ariaLabel\":[1537,\"aria-label\"],\"assume\":[513],\"buttonLabel\":[513,\"button-label\"],\"calendarLabel\":[513,\"calendar-label\"],\"clearable\":[516],\"cutoffTime\":[513,\"cutoff-time\"],\"daysOfWeekChecksum\":[514,\"days-of-week-checksum\"],\"disabled\":[516],\"disabledMsg\":[513,\"disabled-msg\"],\"disclaimer\":[513],\"displayFormat\":[513,\"display-format\"],\"endDate\":[513,\"end-date\"],\"errors\":[1040],\"hideLabel\":[1540,\"hide-label\"],\"hints\":[1040],\"invalid\":[1540],\"invalidDates\":[16],\"label\":[1537],\"onsuccess\":[16],\"open\":[1540],\"optional\":[516],\"placeholder\":[513],\"popDirection\":[513,\"pop-direction\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"popoverDirection\":[1025,\"popover-direction\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"readonly\":[516],\"startDate\":[513,\"start-date\"],\"typeable\":[516],\"valid\":[516],\"validDates\":[16],\"value\":[1537],\"dateList\":[32],\"hintMessage\":[32],\"hintMessageType\":[32],\"keyboardSelection\":[32],\"typedValue\":[32],\"closePopover\":[64],\"openPopover\":[64],\"setValue\":[64],\"typeValue\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"clear\",\"handleClear\"],[0,\"error\",\"defaultErrorHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"],[0,\"success\",\"defaultSuccessHandler\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"cutoffTime\":[{\"cutoffTimeObserver\":0}],\"daysOfWeekChecksum\":[{\"daysOfWeekChecksumObserver\":0}],\"endDate\":[{\"endDateObserver\":0}],\"invalidDates\":[{\"invalidDatesObserver\":0}],\"popDirection\":[{\"popDirectionHandler\":0}],\"startDate\":[{\"startDateObserver\":0}],\"typeable\":[{\"typeableChanged\":0}],\"validDates\":[{\"validDatesObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-search\",[[257,\"q2-search\",{\"clearable\":[516],\"disabled\":[516],\"errors\":[16],\"filter\":[516],\"hideLabel\":[516,\"hide-label\"],\"invalid\":[516],\"label\":[513],\"listLabel\":[1,\"list-label\"],\"loading\":[516],\"minRows\":[2,\"min-rows\"],\"multilineOptions\":[516,\"multiline-options\"],\"multiple\":[516],\"noResultsMessage\":[1,\"no-results-message\"],\"optional\":[516],\"placeholder\":[513],\"popoverAlignment\":[513,\"popover-alignment\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"readonly\":[516],\"selectedOptions\":[1040],\"showSelectedToggle\":[516,\"show-selected-toggle\"],\"value\":[1025],\"hasEmptySlot\":[32],\"hasOptions\":[32],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"inputFocused\":[32],\"isShowingSelectionDisplay\":[32],\"open\":[32],\"searchText\":[32],\"showSelected\":[32],\"statusMessage\":[32],\"structuredSelectedOptions\":[32],\"viewportFallbackActive\":[32],\"closePopover\":[64],\"openPopover\":[64],\"reset\":[64],\"searchOptions\":[64],\"setValue\":[64]},[[0,\"focus\",\"onFocus\"],[0,\"focusout\",\"onFocusOut\"],[0,\"keydown\",\"onKeyDown\"],[0,\"tctClear\",\"onClear\"],[0,\"tctPopoverStateChanged\",\"onPopoverStateChanged\"]],{\"loading\":[{\"onLoadingChange\":0}],\"multilineOptions\":[{\"onMultilineOptionsChange\":0}],\"open\":[{\"onOpenChange\":0}],\"searchText\":[{\"onSearchTextChange\":0}],\"value\":[{\"buildStructuredSelectedOptions\":0}],\"selectedOptions\":[{\"buildStructuredSelectedOptions\":0}]}]]],[\"q2-action-sheet\",[[257,\"q2-action-sheet\",{\"data\":[1040],\"hideClose\":[4,\"hide-close\"],\"title\":[1],\"isScrollable\":[32],\"renderStatus\":[32],\"hide\":[64],\"show\":[64]}]]],[\"q2-dropdown\",[[257,\"q2-dropdown\",{\"additionalContext\":[513,\"additional-context\"],\"alignment\":[513],\"ariaLabel\":[1537,\"aria-label\"],\"block\":[516],\"context\":[513],\"contextValue\":[513,\"context-value\"],\"disabled\":[516],\"fullWidth\":[516,\"full-width\"],\"hideLabel\":[1540,\"hide-label\"],\"hoist\":[4],\"icon\":[513],\"label\":[1537],\"name\":[513],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popDirection\":[513,\"pop-direction\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1025,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"resolvedType\":[513,\"resolved-type\"],\"type\":[513],\"_getSlotsHtml\":[64],\"closePopover\":[64],\"openPopover\":[64],\"selectItem\":[64],\"selectRemoveItem\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateChangeHandler\"]],{\"additionalContext\":[{\"additionalContextHandler\":0}],\"alignment\":[{\"alignmentHandler\":0}],\"ariaLabel\":[{\"ariaLabelHandler\":0}],\"context\":[{\"contextHandler\":0}],\"contextValue\":[{\"contextValueHandler\":0}],\"name\":[{\"nameHandler\":0}],\"popDirection\":[{\"popDirectionHandler\":0}],\"resolvedType\":[{\"resolvedTypeHandler\":0}]}]]],[\"q2-file-picker\",[[257,\"q2-file-picker\",{\"buttonSize\":[513,\"button-size\"],\"description\":[513],\"disabled\":[516],\"fileTypes\":[513,\"file-types\"],\"label\":[513],\"maxFiles\":[514,\"max-files\"],\"maxFileSize\":[514,\"max-file-size\"],\"status\":[16],\"value\":[6160],\"variant\":[513],\"areFilesUploading\":[32],\"displayedFiles\":[32],\"isDropZoneHighlighted\":[32],\"refreshCounter\":[32]},null,{\"status\":[{\"updateFileList\":0}]}]]],[\"q2-editable-field\",[[1,\"q2-editable-field\",{\"ariaLabel\":[1537,\"aria-label\"],\"block\":[516],\"disabled\":[516],\"editing\":[1540],\"errors\":[16],\"formatModifier\":[513,\"format-modifier\"],\"hideLabel\":[1540,\"hide-label\"],\"hints\":[16],\"label\":[1537],\"maxlength\":[514],\"persistentLabel\":[516,\"persistent-label\"],\"truncated\":[516],\"type\":[513],\"value\":[1537],\"formattedValue\":[32],\"clickCancel\":[64],\"clickEdit\":[64],\"clickSave\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"tctFormatted\",\"inputFormatted\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"editing\":[{\"observesEditing\":0}],\"errors\":[{\"errorsObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-modal\",[[257,\"q2-modal\",{\"closable\":[516],\"customMarkup\":[1,\"custom-markup\"],\"description\":[1],\"icon\":[1],\"imageSrc\":[513,\"image-src\"],\"title\":[1537],\"maxActionButtons\":[32],\"renderStatus\":[32],\"closeModal\":[64],\"openModal\":[64]}]]],[\"q2-otp\",[[1,\"q2-otp\",{\"autoFocus\":[516,\"auto-focus\"],\"autoSubmit\":[516,\"auto-submit\"],\"clearOnError\":[516,\"clear-on-error\"],\"disabled\":[516],\"errorMessage\":[1,\"error-message\"],\"helperText\":[1,\"helper-text\"],\"label\":[513],\"length\":[520],\"masked\":[516],\"processingLabel\":[1,\"processing-label\"],\"sendCodeLabel\":[1,\"send-code-label\"],\"showHelperText\":[516,\"show-helper-text\"],\"showSendCode\":[516,\"show-send-code\"],\"state\":[1537],\"submitLabel\":[1,\"submit-label\"],\"successMessage\":[1,\"success-message\"],\"value\":[1025],\"hasFocus\":[32],\"clear\":[64],\"reset\":[64]},[[0,\"focus\",\"onHostElementFocus\"]],{\"length\":[{\"lengthObserver\":0}],\"state\":[{\"stateObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-pill\",[[257,\"q2-pill\",{\"active\":[1540],\"borderless\":[516],\"disabled\":[516],\"hoist\":[4],\"label\":[513],\"maxLength\":[514,\"max-length\"],\"multiple\":[516],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"selectedOptions\":[1040],\"theme\":[513],\"value\":[1537],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"optionCount\":[32],\"selectedOptionElements\":[32],\"closePopover\":[64],\"openPopover\":[64],\"setValue\":[64]},[[0,\"displayChanged\",\"handleSelectedDisplay\"],[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]],{\"selectedOptions\":[{\"selectedOptionsChanged\":0}],\"value\":[{\"valueChanged\":0}],\"label\":[{\"valueChanged\":0}]}]]],[\"q2-tab-container\",[[257,\"q2-tab-container\",{\"color\":[513],\"name\":[513],\"noPrint\":[516,\"no-print\"],\"type\":[513],\"value\":[1537],\"hasLeft\":[32],\"hasRight\":[32],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"tabs\":[32],\"selectTab\":[64]},[[0,\"badge\",\"onBadge\"],[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"onFocus\"],[9,\"resize\",\"onResize\"]],{\"name\":[{\"nameObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-chart-donut\",[[1,\"q2-chart-donut\",{\"chartName\":[513,\"chart-name\"],\"currencyRound\":[4,\"currency-round\"],\"data\":[16],\"format\":[513],\"hoverScaleSize\":[2,\"hover-scale-size\"],\"innerRadius\":[1025,\"inner-radius\"],\"isClickable\":[516,\"is-clickable\"],\"minSliceSize\":[1,\"min-slice-size\"],\"outerRadius\":[1025,\"outer-radius\"],\"selectedId\":[1025,\"selected-id\"],\"selectedOffset\":[2,\"selected-offset\"],\"showLegend\":[516,\"show-legend\"],\"summaryIcon\":[513,\"summary-icon\"],\"summaryName\":[513,\"summary-name\"],\"hoveredId\":[32],\"legendData\":[32],\"clearSelection\":[64],\"getChartOptions\":[64],\"selectById\":[64],\"selectByIndex\":[64],\"selectDataPoint\":[64]},[[0,\"focus\",\"delegateFocus\"]],{\"chartName\":[{\"propsUpdates\":0}],\"innerRadius\":[{\"propsUpdates\":0},{\"innerRadiusUpdated\":0}],\"outerRadius\":[{\"propsUpdates\":0},{\"outerRadiusUpdated\":0}],\"minSliceSize\":[{\"propsUpdates\":0}],\"hoverScaleSize\":[{\"propsUpdates\":0}],\"selectedOffset\":[{\"propsUpdates\":0}],\"data\":[{\"dataUpdated\":0}],\"selectedId\":[{\"checkSelectedId\":0}]}]]],[\"q2-context\",[[257,\"q2-context\",{\"separator\":[516]}]]],[\"q2-month-picker\",[[1,\"q2-month-picker\",{\"disabledMonths\":[16],\"today\":[1],\"year\":[1538],\"focusedIndex\":[32],\"selectedIndex\":[32],\"showYearLayer\":[32]}]]],[\"q2-section\",[[257,\"q2-section\",{\"collapsible\":[516],\"expanded\":[1540],\"label\":[513],\"noCollapseIcon\":[516,\"no-collapse-icon\"],\"contentHeight\":[32],\"hasYieldedHeader\":[32],\"hideContent\":[32],\"collapse\":[64],\"expand\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]],{\"collapsible\":[{\"collapsibleObserver\":0}],\"expanded\":[{\"expandedObserver\":0}]}]]],[\"q2-stepper\",[[257,\"q2-stepper\",{\"currentStep\":[1538,\"current-step\"],\"lastEnabledStep\":[1538,\"last-enabled-step\"],\"stepCount\":[1026,\"step-count\"],\"contentChangeTriggerCount\":[32],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"selectStep\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"contentChange\",\"contentChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]],{\"currentStep\":[{\"currentStepChanged\":0},{\"lastEnabledStepChanged\":0}],\"lastEnabledStep\":[{\"lastEnabledStepChanged\":0}]}]]],[\"q2-card\",[[257,\"q2-card\",{\"avatarIcon\":[513,\"avatar-icon\"],\"avatarInitials\":[513,\"avatar-initials\"],\"avatarName\":[513,\"avatar-name\"],\"avatarSrc\":[513,\"avatar-src\"],\"bar\":[513],\"description\":[513],\"elevation\":[514],\"isSmall\":[516,\"is-small\"],\"isStatic\":[516,\"is-static\"],\"target\":[513],\"title\":[513],\"type\":[513],\"url\":[513]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-card-image\",[[257,\"q2-card-image\",{\"background\":[513],\"cardHolder\":[1,\"card-holder\"],\"cardHolderLabel\":[4,\"card-holder-label\"],\"cardNumber\":[1,\"card-number\"],\"cardStatus\":[513,\"card-status\"],\"cardType\":[1,\"card-type\"],\"cardTypeColor\":[1,\"card-type-color\"],\"chip\":[1],\"clickable\":[516],\"disabled\":[516],\"expirationDate\":[1,\"expiration-date\"],\"expirationDateLabel\":[4,\"expiration-date-label\"],\"fiLogo\":[1,\"fi-logo\"],\"inline\":[516],\"orientation\":[1],\"overlay\":[513],\"statusTextOverride\":[1,\"status-text-override\"],\"tctAriaLabel\":[1,\"tct-aria-label\"],\"vendor\":[513],\"vendorColor\":[1,\"vendor-color\"],\"vendorLogo\":[1,\"vendor-logo\"],\"computedSize\":[32]}]]],[\"q2-carousel\",[[260,\"q2-carousel\",{\"ariaLabel\":[513,\"aria-label\"],\"arrowPosition\":[513,\"arrow-position\"],\"autoHeight\":[516,\"auto-height\"],\"autoPlay\":[516,\"auto-play\"],\"autoWidth\":[516,\"auto-width\"],\"compactBreakpoint\":[514,\"compact-breakpoint\"],\"edgeFade\":[516,\"edge-fade\"],\"framelessPanes\":[516,\"frameless-panes\"],\"fullWidthPanes\":[516,\"full-width-panes\"],\"hidePagination\":[516,\"hide-pagination\"],\"index\":[1538],\"label\":[513],\"showNavigationArrows\":[516,\"show-navigation-arrows\"],\"ariaLiveValue\":[32],\"autoPlayInProgress\":[32],\"carouselWrapperWidth\":[32],\"compactMode\":[32],\"currentPaneCount\":[32],\"selectCarouselPane\":[64],\"togglePlayPause\":[64]},[[0,\"clickCarouselPane\",\"carouselPaneClicked\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"autoHeight\":[{\"autoHeightChanged\":0}],\"carouselWrapperWidth\":[{\"carouselWrapperWidthChanged\":0}],\"framelessPanes\":[{\"framelessPanesChanged\":0},{\"revampCarousel\":0}],\"fullWidthPanes\":[{\"revampCarousel\":0}],\"compactMode\":[{\"revampCarousel\":0}],\"autoPlay\":[{\"revampCarousel\":0}],\"index\":[{\"indexChanged\":0}]}]]],[\"q2-checkbox-group\",[[257,\"q2-checkbox-group\",{\"disabled\":[516],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[513],\"optional\":[516],\"readonly\":[516],\"value\":[1040],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"]],{\"disabled\":[{\"disabledObserver\":0}],\"readonly\":[{\"readonlyObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-meter\",[[1,\"q2-meter\",{\"animated\":[516],\"completedLabel\":[513,\"completed-label\"],\"completedValue\":[513,\"completed-value\"],\"description\":[513],\"dotted\":[516],\"hideTooltip\":[516,\"hide-tooltip\"],\"label\":[513],\"maxLabel\":[513,\"max-label\"],\"maxValue\":[513,\"max-value\"],\"segments\":[514],\"suggestedLabel\":[513,\"suggested-label\"],\"suggestedValue\":[513,\"suggested-value\"],\"tooltipCompleted\":[513,\"tooltip-completed\"],\"tooltipSuggested\":[513,\"tooltip-suggested\"]}]]],[\"q2-radio-group\",[[257,\"q2-radio-group\",{\"disabled\":[516],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[513],\"name\":[513],\"optional\":[516],\"readonly\":[516],\"tileAlignment\":[513,\"tile-alignment\"],\"tilelayout\":[1540],\"tileLayout\":[1540,\"tile-layout\"],\"value\":[1025],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"keydown\",\"keydownHandler\"]],{\"disabled\":[{\"disabledUpdated\":0}],\"name\":[{\"nameUpdated\":0}],\"readonly\":[{\"readonlyUpdated\":0}],\"tilelayout\":[{\"handleDeprecatedTilelayout\":0}],\"tileLayout\":[{\"tileLayoutUpdated\":0}],\"value\":[{\"valueUpdated\":0}]}]]],[\"q2-stepper-vertical\",[[257,\"q2-stepper-vertical\",{\"currentStepId\":[1537,\"current-step-id\"],\"structuredPanes\":[32],\"selectStep\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"contentChange\",\"contentChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]],{\"currentStepId\":[{\"currentStepChanged\":0}]}]]],[\"q2-textarea\",[[1,\"q2-textarea\",{\"cols\":[514],\"disabled\":[516],\"errors\":[16],\"hideLabel\":[516,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"hints\":[16],\"label\":[513],\"maxlength\":[1538],\"optional\":[516],\"placeholder\":[513],\"readonly\":[516],\"resize\":[513],\"rows\":[514],\"spellcheck\":[516],\"value\":[1025],\"downParams\":[32],\"hasFocus\":[32],\"screenReaderCharacterCount\":[32],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"onHostElementFocus\"],[0,\"input\",\"onHostElementInput\"]],{\"cols\":[{\"colsObserver\":0}],\"errors\":[{\"errorsObserver\":0}],\"hints\":[{\"hintsObserver\":0}],\"maxlength\":[{\"maxlengthObserver\":0}],\"rows\":[{\"rowsObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-toast\",[[257,\"q2-toast\",{\"autoClose\":[516,\"auto-close\"],\"closable\":[516],\"duration\":[514],\"hideIcon\":[516,\"hide-icon\"],\"icon\":[1],\"message\":[1],\"showPersistent\":[516,\"show-persistent\"],\"size\":[513],\"tctTitle\":[1,\"tct-title\"],\"time\":[1],\"type\":[513],\"isClosing\":[32],\"isOpen\":[32]},null,{\"autoClose\":[{\"onAutoCloseChange\":0}],\"duration\":[{\"onAutoCloseChange\":0}],\"showPersistent\":[{\"onShowPersistentChange\":0}],\"size\":[{\"onSizeChange\":0}]}]]],[\"q2-chart-area\",[[1,\"q2-chart-area\",{\"alignChartName\":[513,\"align-chart-name\"],\"areaColor\":[513,\"area-color\"],\"chartName\":[513,\"chart-name\"],\"chartSubTitle\":[513,\"chart-sub-title\"],\"data\":[16],\"dataNamesOverflow\":[513,\"data-names-overflow\"],\"dataNamesWidth\":[514,\"data-names-width\"],\"format\":[513],\"formatModifier\":[513,\"format-modifier\"],\"gridLines\":[513,\"grid-lines\"],\"gridPadding\":[16],\"hideNameAxisLabels\":[516,\"hide-name-axis-labels\"],\"hideValueAxisLabels\":[516,\"hide-value-axis-labels\"],\"lineColor\":[513,\"line-color\"],\"offsetDataNames\":[516,\"offset-data-names\"],\"offsetDataValues\":[516,\"offset-data-values\"],\"pointerLineColor\":[513,\"pointer-line-color\"],\"pointerLineStyle\":[513,\"pointer-line-style\"],\"showChartName\":[516,\"show-chart-name\"],\"showDatapointLabels\":[516,\"show-datapoint-labels\"],\"showGradient\":[516,\"show-gradient\"],\"xMax\":[514,\"x-max\"],\"xMin\":[514,\"x-min\"],\"yMax\":[514,\"y-max\"],\"yMin\":[514,\"y-min\"],\"hoverDataPoint\":[64]},null,{\"data\":[{\"propsUpdates\":0}],\"alignChartName\":[{\"propsUpdates\":0}],\"chartName\":[{\"propsUpdates\":0}],\"chartSubTitle\":[{\"propsUpdates\":0}],\"lineColor\":[{\"propsUpdates\":0}],\"pointerLineColor\":[{\"propsUpdates\":0}],\"pointerLineStyle\":[{\"propsUpdates\":0}],\"areaColor\":[{\"propsUpdates\":0}],\"dataNamesOverflow\":[{\"propsUpdates\":0}],\"dataNamesWidth\":[{\"propsUpdates\":0}],\"format\":[{\"propsUpdates\":0}],\"formatModifier\":[{\"propsUpdates\":0}],\"hideNameAxisLabels\":[{\"propsUpdates\":0}],\"hideValueAxisLabels\":[{\"propsUpdates\":0}],\"offsetDataNames\":[{\"propsUpdates\":0}],\"offsetDataValues\":[{\"propsUpdates\":0}],\"showChartName\":[{\"propsUpdates\":0}],\"showDatapointLabels\":[{\"propsUpdates\":0}],\"showGradient\":[{\"propsUpdates\":0}],\"gridLines\":[{\"propsUpdates\":0}],\"gridPadding\":[{\"propsUpdates\":0}]}]]],[\"q2-chart-bar\",[[1,\"q2-chart-bar\",{\"alignChartName\":[513,\"align-chart-name\"],\"chartName\":[513,\"chart-name\"],\"chartSubTitle\":[513,\"chart-sub-title\"],\"color\":[513],\"data\":[16],\"dataNamesOverflow\":[513,\"data-names-overflow\"],\"dataNamesWidth\":[514,\"data-names-width\"],\"format\":[513],\"formatModifier\":[513,\"format-modifier\"],\"gridPadding\":[16],\"hideBarLabels\":[516,\"hide-bar-labels\"],\"hideValueAxisLabels\":[516,\"hide-value-axis-labels\"],\"offsetDataNames\":[516,\"offset-data-names\"],\"offsetDataValues\":[516,\"offset-data-values\"],\"orientation\":[513],\"showChartName\":[516,\"show-chart-name\"],\"sort\":[516]},null,{\"chartName\":[{\"propsUpdates\":0}],\"chartSubTitle\":[{\"propsUpdates\":0}],\"color\":[{\"propsUpdates\":0}],\"hideBarLabels\":[{\"propsUpdates\":0}],\"showChartName\":[{\"propsUpdates\":0}],\"alignChartName\":[{\"propsUpdates\":0}],\"orientation\":[{\"propsUpdates\":0}],\"format\":[{\"propsUpdates\":0}],\"sort\":[{\"propsUpdates\":0}],\"data\":[{\"propsUpdates\":0}],\"offsetDataNames\":[{\"propsUpdates\":0}],\"hideValueAxisLabels\":[{\"propsUpdates\":0}],\"formatModifier\":[{\"propsUpdates\":0}],\"dataNamesOverflow\":[{\"propsUpdates\":0}],\"gridPadding\":[{\"propsUpdates\":0}]}]]],[\"q2-currency\",[[1,\"q2-currency\",{\"amount\":[514],\"currency\":[513],\"locale\":[513],\"signDisplay\":[513,\"sign-display\"],\"size\":[513],\"slotSize\":[513,\"slot-size\"],\"variant\":[513],\"displayedMessageValue\":[64]},null,{\"amount\":[{\"propsUpdated\":0}],\"currency\":[{\"propsUpdated\":0}],\"locale\":[{\"propsUpdated\":0}],\"size\":[{\"propsUpdated\":0}],\"slotSize\":[{\"propsUpdated\":0}],\"signDisplay\":[{\"propsUpdated\":0}],\"variant\":[{\"propsUpdated\":0}]}]]],[\"q2-detail\",[[257,\"q2-detail\",{\"align\":[1537],\"alignment\":[513],\"description\":[513],\"label\":[513],\"size\":[513],\"stacked\":[516]},null,{\"alignment\":[{\"alignmentHandler\":0}]}]]],[\"q2-example\",[[257,\"q2-example\",{\"content\":[1],\"disabled\":[4],\"type\":[1],\"isValidated\":[32],\"status\":[32],\"close\":[64],\"openMenu\":[64]},[[0,\"click\",\"onClick\"],[1,\"drag\",\"onDrag\"]],{\"content\":[{\"contentChanged\":0}],\"status\":[{\"statusChanged\":0}]}]]],[\"q2-form\",[[257,\"q2-form\",{\"spacing\":[513]}]]],[\"q2-formatted-text\",[[1,\"q2-formatted-text\",{\"format\":[513],\"locale\":[513],\"maximumFractionDigits\":[2,\"maximum-fraction-digits\"],\"minimumFractionDigits\":[2,\"minimum-fraction-digits\"],\"minimumIntegerDigits\":[2,\"minimum-integer-digits\"],\"signDisplay\":[513,\"sign-display\"],\"size\":[513],\"slotSize\":[513,\"slot-size\"],\"value\":[514]},null,{\"value\":[{\"propsUpdated\":0}],\"locale\":[{\"propsUpdated\":0}],\"size\":[{\"propsUpdated\":0}],\"slotSize\":[{\"propsUpdated\":0}],\"signDisplay\":[{\"propsUpdated\":0}],\"format\":[{\"propsUpdated\":0}]}]]],[\"q2-grid\",[[257,\"q2-grid\",{\"align\":[513],\"columns\":[514],\"gap\":[513],\"justify\":[513],\"lgAlign\":[513,\"lg-align\"],\"lgColumns\":[514,\"lg-columns\"],\"lgGap\":[513,\"lg-gap\"],\"lgJustify\":[513,\"lg-justify\"],\"lgRows\":[520,\"lg-rows\"],\"mdAlign\":[513,\"md-align\"],\"mdColumns\":[514,\"md-columns\"],\"mdGap\":[513,\"md-gap\"],\"mdJustify\":[513,\"md-justify\"],\"mdRows\":[520,\"md-rows\"],\"rows\":[520],\"smAlign\":[513,\"sm-align\"],\"smColumns\":[514,\"sm-columns\"],\"smGap\":[513,\"sm-gap\"],\"smJustify\":[513,\"sm-justify\"],\"smRows\":[520,\"sm-rows\"],\"xlAlign\":[513,\"xl-align\"],\"xlColumns\":[514,\"xl-columns\"],\"xlGap\":[513,\"xl-gap\"],\"xlJustify\":[513,\"xl-justify\"],\"xlRows\":[520,\"xl-rows\"],\"xsAlign\":[513,\"xs-align\"],\"xsColumns\":[514,\"xs-columns\"],\"xsGap\":[513,\"xs-gap\"],\"xsJustify\":[513,\"xs-justify\"],\"xsRows\":[520,\"xs-rows\"]}]]],[\"q2-grid-area\",[[257,\"q2-grid-area\",{\"align\":[513],\"columnSpan\":[514,\"column-span\"],\"columnStart\":[520,\"column-start\"],\"justify\":[513],\"lgAlign\":[513,\"lg-align\"],\"lgColumnSpan\":[514,\"lg-column-span\"],\"lgColumnStart\":[520,\"lg-column-start\"],\"lgJustify\":[513,\"lg-justify\"],\"lgRowSpan\":[514,\"lg-row-span\"],\"lgRowStart\":[520,\"lg-row-start\"],\"lgZIndex\":[520,\"lg-z-index\"],\"mdAlign\":[513,\"md-align\"],\"mdColumnSpan\":[514,\"md-column-span\"],\"mdColumnStart\":[520,\"md-column-start\"],\"mdJustify\":[513,\"md-justify\"],\"mdRowSpan\":[514,\"md-row-span\"],\"mdRowStart\":[520,\"md-row-start\"],\"mdZIndex\":[520,\"md-z-index\"],\"rowSpan\":[514,\"row-span\"],\"rowStart\":[520,\"row-start\"],\"smAlign\":[513,\"sm-align\"],\"smColumnSpan\":[514,\"sm-column-span\"],\"smColumnStart\":[520,\"sm-column-start\"],\"smJustify\":[513,\"sm-justify\"],\"smRowSpan\":[514,\"sm-row-span\"],\"smRowStart\":[520,\"sm-row-start\"],\"smZIndex\":[520,\"sm-z-index\"],\"xlAlign\":[513,\"xl-align\"],\"xlColumnSpan\":[514,\"xl-column-span\"],\"xlColumnStart\":[520,\"xl-column-start\"],\"xlJustify\":[513,\"xl-justify\"],\"xlRowSpan\":[514,\"xl-row-span\"],\"xlRowStart\":[520,\"xl-row-start\"],\"xlZIndex\":[520,\"xl-z-index\"],\"xsAlign\":[513,\"xs-align\"],\"xsColumnSpan\":[514,\"xs-column-span\"],\"xsColumnStart\":[520,\"xs-column-start\"],\"xsJustify\":[513,\"xs-justify\"],\"xsRowSpan\":[514,\"xs-row-span\"],\"xsRowStart\":[520,\"xs-row-start\"],\"xsZIndex\":[520,\"xs-z-index\"],\"zIndex\":[520,\"z-index\"]}]]],[\"q2-loading-element\",[[0,\"q2-loading-element\",{\"borderRadius\":[513,\"border-radius\"],\"height\":[513],\"shape\":[513],\"width\":[513]}]]],[\"q2-loc\",[[0,\"q2-loc\",{\"ignoreTag\":[4,\"ignore-tag\"],\"substitutions\":[16],\"value\":[1537]}]]],[\"q2-mutation-observer\",[[257,\"q2-mutation-observer\",{\"disabled\":[516],\"observeAttributes\":[516,\"observe-attributes\"],\"observeChildList\":[516,\"observe-child-list\"],\"observeSubTree\":[516,\"observe-sub-tree\"],\"getCurrentMutationEntries\":[64]},null,{\"disabled\":[{\"disabledUpdated\":0}]}]]],[\"q2-radio\",[[257,\"q2-radio\",{\"ariaLabel\":[1537,\"aria-label\"],\"checked\":[1540],\"disabled\":[516],\"groupDisabled\":[4,\"group-disabled\"],\"groupReadonly\":[4,\"group-readonly\"],\"groupTileLayout\":[4,\"group-tile-layout\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[1537],\"name\":[513],\"readonly\":[516],\"tabIndex\":[2,\"tab-index\"],\"value\":[513]},[[0,\"click\",\"onHostClick\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"checked\":[{\"checkedObserver\":0}]}]]],[\"q2-relative-time\",[[1,\"q2-relative-time\",{\"baseDate\":[513,\"base-date\"],\"date\":[513],\"locale\":[513],\"messageFormat\":[513,\"message-format\"],\"numeric\":[513],\"sync\":[1540],\"unit\":[513],\"displayedMessage\":[32],\"displayedMessageValue\":[64],\"validBaseDateProp\":[64],\"validDateProp\":[64]},null,{\"messageFormat\":[{\"updateMessage\":0}],\"locale\":[{\"updateMessage\":0}],\"date\":[{\"updateMessage\":0}],\"baseDate\":[{\"updateMessage\":0}],\"numeric\":[{\"updateMessage\":0}],\"unit\":[{\"updateMessage\":0}],\"sync\":[{\"syncUpdated\":0}]}]]],[\"q2-section-container\",[[257,\"q2-section-container\",{\"openMode\":[1025,\"open-mode\"],\"openPaneIndex\":[2,\"open-pane-index\"],\"startAllOpen\":[1028,\"start-all-open\"],\"startOpen\":[1028,\"start-open\"]},null,{\"openMode\":[{\"handleOpenStateChange\":0}],\"openPaneIndex\":[{\"handleOpenStateChange\":0}],\"startAllOpen\":[{\"handleOpenStateChange\":0}],\"startOpen\":[{\"handleOpenStateChange\":0}]}]]],[\"q2-stepper-pane\",[[257,\"q2-stepper-pane\",{\"description\":[513],\"disabled\":[516],\"isActive\":[516,\"is-active\"],\"label\":[513],\"showWithChildren\":[516,\"show-with-children\"],\"status\":[513],\"isChildActive\":[32]},[[0,\"activeChange\",\"checkForActiveChildren\"]],{\"disabled\":[{\"labelOrDescriptionChanged\":0}],\"label\":[{\"labelOrDescriptionChanged\":0}],\"description\":[{\"labelOrDescriptionChanged\":0}],\"isActive\":[{\"isActiveChanged\":0}],\"showWithChildren\":[{\"checkForActiveChildren\":0}],\"status\":[{\"statusChanged\":0}]}]]],[\"q2-surface\",[[257,\"q2-surface\",{\"background\":[513],\"backgroundGradient\":[516,\"background-gradient\"],\"border\":[513],\"borderGradient\":[516,\"border-gradient\"],\"clickable\":[516],\"elevation\":[514],\"inset\":[513],\"insetX\":[513,\"inset-x\"],\"insetY\":[513,\"inset-y\"],\"radius\":[514],\"animate\":[64]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"onKeydown\"]]]]],[\"q2-tab-pane\",[[257,\"q2-tab-pane\",{\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"badgeStatus\":[513,\"badge-status\"],\"badgeTheme\":[513,\"badge-theme\"],\"guid\":[2],\"index\":[2],\"label\":[513],\"name\":[513],\"selected\":[516],\"value\":[513]},null,{\"badgeCount\":[{\"badgeObserver\":0}],\"badgeDescription\":[{\"badgeObserver\":0}],\"badgeTheme\":[{\"badgeObserver\":0}],\"badgeStatus\":[{\"badgeObserver\":0}]}]]],[\"tecton-tab-pane\",[[257,\"tecton-tab-pane\",{\"authPayload\":[16],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"badgeStatus\":[513,\"badge-status\"],\"badgeTheme\":[513,\"badge-theme\"],\"guid\":[2],\"index\":[2],\"label\":[513],\"minHeight\":[513,\"min-height\"],\"moduleId\":[513,\"module-id\"],\"name\":[513],\"provided\":[516],\"selected\":[516],\"showForm\":[4,\"show-form\"],\"url\":[513],\"value\":[513],\"_showForm\":[32]},null,{\"badgeCount\":[{\"badgeObserver\":0}],\"badgeDescription\":[{\"badgeObserver\":0}],\"badgeTheme\":[{\"badgeObserver\":0}],\"badgeStatus\":[{\"badgeObserver\":0}],\"selected\":[{\"selectedObserver\":0}]}]]],[\"click-elsewhere_3\",[[257,\"q2-option-list\",{\"align\":[513],\"customSearch\":[516,\"custom-search\"],\"disabled\":[516],\"label\":[1],\"multiple\":[516],\"noSelect\":[516,\"no-select\"],\"selectedOptions\":[1040],\"showSelected\":[1540,\"show-selected\"],\"type\":[1],\"hasOptions\":[32],\"getContents\":[64],\"getOptions\":[64],\"handleExternalKeydown\":[64],\"setActiveElement\":[64],\"setDefaultActiveElement\":[64]},[[0,\"click\",\"handleClick\"],[0,\"focus\",\"delegateFocus\"]],{\"selectedOptions\":[{\"selectedOptionsUpdated\":0}],\"showSelected\":[{\"showSelectedUpdated\":0}]}],[257,\"q2-popover\",{\"align\":[513],\"block\":[516],\"controlElement\":[16],\"direction\":[513],\"maxHeight\":[2,\"max-height\"],\"minHeight\":[2,\"min-height\"],\"mode\":[1],\"open\":[1540],\"animationState\":[32],\"currentDirection\":[32],\"show\":[32],\"scrollContainerTo\":[64],\"toggle\":[64]},[[0,\"popoverState\",\"popoverStateHandler\"]],{\"minHeight\":[{\"minHeightProvided\":0}],\"open\":[{\"openChanged\":0}]}],[0,\"click-elsewhere\"]]],[\"q2-btn_2\",[[257,\"q2-btn\",{\"_role\":[513],\"_tooltip\":[1],\"active\":[516],\"ariaControls\":[1,\"aria-controls\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaHasPopup\":[1,\"aria-has-popup\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaPressed\":[1,\"aria-pressed\"],\"ariaSelected\":[1,\"aria-selected\"],\"badge\":[516],\"block\":[516],\"color\":[1537],\"description\":[1],\"disabled\":[516],\"fab\":[516],\"form\":[513],\"hideLabel\":[1540,\"hide-label\"],\"intent\":[1537],\"label\":[1537],\"loading\":[516],\"size\":[513],\"tabIndex\":[2,\"tab-index\"],\"type\":[513],\"iconPosition\":[32]},[[2,\"click\",\"handleClick\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"size\":[{\"sizeObserver\":0}]}],[257,\"q2-loading\",{\"ariaLabel\":[1537,\"aria-label\"],\"counts\":[513],\"hideFromScreenReaders\":[516,\"hide-from-screen-readers\"],\"inline\":[516],\"label\":[1537],\"modifiers\":[513],\"shape\":[513],\"type\":[513],\"hasCustomLoader\":[32],\"loaderClone\":[32]},[[4,\"tctUpdateLoaders\",\"onUpdateLoaders\"]],{\"type\":[{\"handleType\":0}]}]]],[\"q2-select\",[[257,\"q2-select\",{\"ariaLabel\":[1537,\"aria-label\"],\"clearable\":[516],\"disabled\":[516],\"errors\":[16],\"hideLabel\":[1540,\"hide-label\"],\"hoist\":[4],\"invalid\":[516],\"label\":[1537],\"listLabel\":[1,\"list-label\"],\"minRows\":[2,\"min-rows\"],\"multilineOptions\":[516,\"multiline-options\"],\"multiple\":[516],\"optional\":[516],\"placeholder\":[513],\"popDirection\":[513,\"pop-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"readonly\":[516],\"searchable\":[1540],\"selectedOptions\":[1040],\"valid\":[516],\"value\":[1025],\"hasCustomDisplay\":[32],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"inputFocused\":[32],\"open\":[32],\"prioritizeSearch\":[32],\"searchText\":[32],\"showSelected\":[32],\"statusMessage\":[32],\"structuredSelectedOptions\":[32],\"closePopover\":[64],\"openPopover\":[64],\"searchOptions\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"clear\",\"onClearHandler\"],[0,\"displayChanged\",\"handleSelectedDisplay\"],[0,\"focus\",\"delegateFocus\"],[0,\"focusout\",\"handleFocusout\"],[0,\"keydown\",\"keydownHandler\"],[0,\"popoverStateChanged\",\"popoverStateChanged\"],[0,\"tctClick\",\"handleTctClick\"],[0,\"tctInput\",\"onHostElementInput\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"multilineOptions\":[{\"handleMultilineOptionsUpdate\":0}],\"open\":[{\"openChanged\":0}],\"searchable\":[{\"searchableChanged\":0}],\"value\":[{\"buildStructuredSelectedOptions\":0},{\"valueUpdated\":0}],\"selectedOptions\":[{\"buildStructuredSelectedOptions\":0}]}]]],[\"q2-avatar\",[[257,\"q2-avatar\",{\"icon\":[1],\"initials\":[513],\"name\":[513],\"size\":[513],\"src\":[513],\"badSrc\":[32],\"hasDecorator\":[32],\"isLoaded\":[32]},null,{\"src\":[{\"srcDidUpdate\":0}]}]]],[\"q2-dropdown-item\",[[257,\"q2-dropdown-item\",{\"active\":[516],\"ariaLabel\":[1537,\"aria-label\"],\"disabled\":[516],\"label\":[1537],\"removable\":[516],\"separator\":[516],\"value\":[513],\"q2LocValue\":[32]},[[0,\"focus\",\"onHostElementFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}]}]]],[\"q2-legend\",[[1,\"q2-legend\",{\"currencyRound\":[4,\"currency-round\"],\"data\":[16],\"format\":[513],\"hoveredItemId\":[513,\"hovered-item-id\"],\"selectedItemId\":[513,\"selected-item-id\"],\"hoveredItemIndex\":[32],\"selectedItemIndex\":[32]},null,{\"hoveredItemId\":[{\"watchHoveredItemId\":0}],\"selectedItemId\":[{\"watchSelectedItemId\":0}]}]]],[\"q2-carousel-pane\",[[260,\"q2-carousel-pane\",{\"index\":[2],\"isActivePane\":[516,\"is-active-pane\"],\"label\":[513],\"siblingCount\":[2,\"sibling-count\"],\"slotFrameless\":[516,\"slot-frameless\"]},null,{\"isActivePane\":[{\"determineDisabledContent\":0}]}]]],[\"q2-optgroup\",[[257,\"q2-optgroup\",{\"disabled\":[516],\"label\":[513],\"hidden\":[32]},null,{\"disabled\":[{\"disabledWatcher\":0}]}]]],[\"q2-tooltip\",[[257,\"q2-tooltip\",{\"block\":[516],\"focusable\":[516],\"immediate\":[516],\"label\":[513],\"multiline\":[516],\"persistent\":[516],\"persistOnHover\":[516,\"persist-on-hover\"],\"position\":[513],\"focusClass\":[32],\"persistOnHoverDismissed\":[32]},[[4,\"click\",\"documentPointerHandler\"],[5,\"touchstart\",\"documentPointerHandler\"],[2,\"focus\",\"focusCaptureHandler\"],[0,\"focus\",\"focusHandler\"],[0,\"focusout\",\"focusOutHandler\"],[4,\"keydown\",\"keyDownDocumentHandler\"],[1,\"mouseenter\",\"mouseEnterHandler\"],[1,\"mouseover\",\"handleMouseOver\"],[0,\"click\",\"handleMouseOver\"]],{\"label\":[{\"labelChanged\":0}]}]]],[\"q2-action-group_2\",[[257,\"q2-action-group\",{\"fullWidth\":[516,\"full-width\"],\"orientation\":[1537],\"orientationThreshold\":[2,\"orientation-threshold\"],\"autoOrientation\":[32],\"slottedElements\":[32]},null,{\"orientation\":[{\"toggleHiddenForOneFrame\":0}]}],[257,\"q2-resize-observer\",{\"disabled\":[516],\"getCurrentResizeEntries\":[64]},null,{\"disabled\":[{\"disabledUpdated\":0}]}]]],[\"q2-icon\",[[257,\"q2-icon\",{\"inline\":[516],\"label\":[513],\"type\":[513],\"iconClone\":[32]},null,{\"type\":[{\"handleIcon\":0}]}]]],[\"q2-checkbox_2\",[[257,\"q2-tag\",{\"hoist\":[4],\"label\":[513],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"theme\":[513],\"optionCount\":[32],\"closePopover\":[64],\"openPopover\":[64],\"selectOption\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]],[257,\"q2-checkbox\",{\"_tooltip\":[1],\"align\":[1537],\"alignment\":[513],\"ariaLabel\":[1537,\"aria-label\"],\"checked\":[1540],\"description\":[513],\"disabled\":[516],\"groupDisabled\":[516,\"group-disabled\"],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"indeterminate\":[516],\"label\":[1537],\"name\":[513],\"readonly\":[516],\"slotReadonly\":[516,\"slot-readonly\"],\"type\":[513],\"value\":[513],\"hasDescription\":[32],\"hasMultilineLabel\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]],{\"alignment\":[{\"alignmentHandler\":0}],\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"description\":[{\"descriptionWatcher\":0}],\"label\":[{\"labelWatcher\":0}]}]]],[\"q2-link_2\",[[1,\"q2-link\",{\"_tooltip\":[1],\"disabled\":[516],\"ellipsis\":[516],\"fullWidth\":[516,\"full-width\"],\"href\":[513],\"iconType\":[513,\"icon-type\"],\"label\":[513],\"referrerpolicy\":[513],\"target\":[513],\"tctTitle\":[513,\"tct-title\"],\"variant\":[513],\"clickLink\":[64]}],[257,\"q2-list\",{\"bordered\":[1540],\"label\":[513],\"renderTrigger\":[32]}]]],[\"q2-option\",[[257,\"q2-option\",{\"_hideSelectedBlock\":[516,\"_hide-selected-block\"],\"_multiSelectHidden\":[516,\"_multiselecthidden\"],\"active\":[516],\"disabled\":[516],\"disabledGroup\":[516,\"disabled-group\"],\"display\":[1537],\"multiline\":[516],\"role\":[1537],\"selected\":[516],\"separator\":[516],\"value\":[513]},null,{\"display\":[{\"displayChangedHandler\":0}],\"separator\":[{\"separatorChangedHandler\":0}]}]]],[\"q2-item\",[[257,\"q2-item\",{\"clickable\":[516],\"verticalAlign\":[1,\"vertical-align\"],\"renderTrigger\":[32]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-message\",[[257,\"q2-message\",{\"appearance\":[513],\"description\":[516],\"type\":[513],\"presentToggle\":[32],\"present\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-badge_2\",[[257,\"q2-input\",{\"_preventEntry\":[1028,\"_prevent-entry\"],\"_role\":[1025],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaExpanded\":[513,\"aria-expanded\"],\"ariaHaspopup\":[1,\"aria-haspopup\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaOwns\":[1,\"aria-owns\"],\"autocapitalize\":[513],\"autocomplete\":[513],\"autocorrect\":[513],\"autofocus\":[516],\"badgeTheme\":[513,\"badge-theme\"],\"badgeValue\":[513,\"badge-value\"],\"clearable\":[516],\"current\":[1],\"disabled\":[516],\"errors\":[16],\"formatModifier\":[513,\"format-modifier\"],\"hideLabel\":[1540,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"hints\":[16],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"label\":[1537],\"max\":[514],\"maxlength\":[1538],\"min\":[514],\"optional\":[516],\"pattern\":[1537],\"placeholder\":[513],\"pseudo\":[516],\"readonly\":[516],\"role\":[1],\"showCount\":[516,\"show-count\"],\"showVisibilityToggle\":[516,\"show-visibility-toggle\"],\"step\":[514],\"textHidden\":[1540,\"text-hidden\"],\"type\":[513],\"valid\":[516],\"validity\":[1040],\"value\":[1025],\"checkSlotCount\":[32],\"formattedValueObject\":[32],\"hasFocus\":[32],\"isSmall\":[32],\"checkValidity\":[64],\"clearValue\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"onHostElementFocus\"]],{\"_role\":[{\"updateComboboxAriaLabel\":0}],\"label\":[{\"updateComboboxAriaLabel\":0}],\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"clearable\":[{\"manageClearableResizeObserver\":0}],\"errors\":[{\"errorsObserver\":0}],\"formatModifier\":[{\"formatModifierObserver\":0}],\"formattedValueObject\":[{\"formattedValueObjectObserver\":0}],\"hints\":[{\"hintsObserver\":0}],\"type\":[{\"typeObserver\":0}],\"value\":[{\"valueObserver\":0}]}],[257,\"q2-badge\",{\"maxLength\":[514,\"max-length\"],\"size\":[513],\"status\":[513],\"theme\":[513],\"value\":[520],\"getTextContent\":[64]}]]]]"), options);
8
+ return bootstrapLazy(JSON.parse("[[\"q2-pagination\",[[1,\"q2-pagination\",{\"align\":[1537],\"alignment\":[513],\"autoSize\":[1540,\"auto-size\"],\"disabled\":[1540],\"page\":[1538],\"pages\":[1538],\"pagesOnly\":[1540,\"pages-only\"],\"perPage\":[1538,\"per-page\"],\"perPageIncrements\":[1537,\"per-page-increments\"],\"recordsOnly\":[1540,\"records-only\"],\"recordType\":[1,\"record-type\"],\"stacked\":[516],\"total\":[514],\"isSmall\":[32],\"clickFirstPage\":[64],\"clickLastPage\":[64],\"clickNextPage\":[64],\"clickPreviousPage\":[64],\"selectPerPageIncrementValue\":[64],\"setPageValue\":[64]},[[0,\"focus\",\"onHostElementFocus\"]],{\"alignment\":[{\"alignmentHandler\":0}],\"autoSize\":[{\"manageResizeObserver\":0}],\"recordsOnly\":[{\"checkDisplayTypes\":0}],\"pagesOnly\":[{\"checkDisplayTypes\":0}],\"stacked\":[{\"checkDisplayTypes\":0}]}]]],[\"q2-data-table\",[[257,\"q2-data-table\",{\"bordered\":[1544],\"caption\":[1025],\"clickable\":[1540],\"density\":[1537],\"emptyIcon\":[513,\"empty-icon\"],\"emptyMessage\":[513,\"empty-message\"],\"headers\":[1040],\"hideCaption\":[1540,\"hide-caption\"],\"hideClickable\":[1028,\"hide-clickable\"],\"loading\":[1540],\"rows\":[1040],\"selectable\":[1540],\"selectAlign\":[1025,\"select-align\"],\"selectedRows\":[7184],\"selectMode\":[1025,\"select-mode\"],\"shadowed\":[1540],\"sticky\":[516],\"striped\":[516],\"allRowsSelected\":[32],\"checkSlotCount\":[32],\"hasDropdowns\":[32],\"hasExpandableRows\":[32],\"hasRowData\":[32],\"hasStatusRows\":[32],\"serializedHeaders\":[32],\"serializedRows\":[32],\"someRowsSelected\":[32],\"clickRow\":[64],\"getCellContent\":[64],\"sortColumn\":[64],\"toggleRowExpansion\":[64],\"toggleRowSelect\":[64],\"toggleSelectAllRows\":[64]},[[0,\"click\",\"onClickListener\"],[0,\"selectAllRows\",\"onSelectAllRows\"]],{\"headers\":[{\"headersHandler\":0}],\"rows\":[{\"rowsHandler\":0}],\"selectable\":[{\"selectableHandler\":0}]}]]],[\"q2-calendar\",[[1,\"q2-calendar\",{\"ariaLabel\":[1537,\"aria-label\"],\"assume\":[513],\"buttonLabel\":[513,\"button-label\"],\"calendarLabel\":[513,\"calendar-label\"],\"clearable\":[516],\"cutoffTime\":[513,\"cutoff-time\"],\"daysOfWeekChecksum\":[514,\"days-of-week-checksum\"],\"disabled\":[516],\"disabledMsg\":[513,\"disabled-msg\"],\"disclaimer\":[513],\"displayFormat\":[513,\"display-format\"],\"endDate\":[513,\"end-date\"],\"errors\":[1040],\"hideLabel\":[1540,\"hide-label\"],\"hints\":[1040],\"invalid\":[1540],\"invalidDates\":[16],\"label\":[1537],\"onsuccess\":[16],\"open\":[1540],\"optional\":[516],\"placeholder\":[513],\"popDirection\":[513,\"pop-direction\"],\"popoverAlignment\":[1,\"popover-alignment\"],\"popoverDirection\":[1025,\"popover-direction\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"readonly\":[516],\"startDate\":[513,\"start-date\"],\"typeable\":[516],\"valid\":[516],\"validDates\":[16],\"value\":[1537],\"dateList\":[32],\"hintMessage\":[32],\"hintMessageType\":[32],\"keyboardSelection\":[32],\"typedValue\":[32],\"closePopover\":[64],\"openPopover\":[64],\"setValue\":[64],\"typeValue\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"clear\",\"handleClear\"],[0,\"error\",\"defaultErrorHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"],[0,\"success\",\"defaultSuccessHandler\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"cutoffTime\":[{\"cutoffTimeObserver\":0}],\"daysOfWeekChecksum\":[{\"daysOfWeekChecksumObserver\":0}],\"endDate\":[{\"endDateObserver\":0}],\"invalidDates\":[{\"invalidDatesObserver\":0}],\"popDirection\":[{\"popDirectionHandler\":0}],\"startDate\":[{\"startDateObserver\":0}],\"typeable\":[{\"typeableChanged\":0}],\"validDates\":[{\"validDatesObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-search\",[[257,\"q2-search\",{\"clearable\":[516],\"disabled\":[516],\"errors\":[16],\"filter\":[516],\"hideLabel\":[516,\"hide-label\"],\"invalid\":[516],\"label\":[513],\"listLabel\":[1,\"list-label\"],\"loading\":[516],\"minRows\":[2,\"min-rows\"],\"multilineOptions\":[516,\"multiline-options\"],\"multiple\":[516],\"noResultsMessage\":[1,\"no-results-message\"],\"optional\":[516],\"placeholder\":[513],\"popoverAlignment\":[513,\"popover-alignment\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"readonly\":[516],\"selectedOptions\":[1040],\"showSelectedToggle\":[516,\"show-selected-toggle\"],\"value\":[1025],\"hasEmptySlot\":[32],\"hasOptions\":[32],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"inputFocused\":[32],\"isShowingSelectionDisplay\":[32],\"open\":[32],\"searchText\":[32],\"showSelected\":[32],\"statusMessage\":[32],\"structuredSelectedOptions\":[32],\"viewportFallbackActive\":[32],\"closePopover\":[64],\"openPopover\":[64],\"reset\":[64],\"searchOptions\":[64],\"setValue\":[64]},[[0,\"focus\",\"onFocus\"],[0,\"focusout\",\"onFocusOut\"],[0,\"keydown\",\"onKeyDown\"],[0,\"tctClear\",\"onClear\"],[0,\"tctPopoverStateChanged\",\"onPopoverStateChanged\"]],{\"loading\":[{\"onLoadingChange\":0}],\"multilineOptions\":[{\"onMultilineOptionsChange\":0}],\"open\":[{\"onOpenChange\":0}],\"searchText\":[{\"onSearchTextChange\":0}],\"value\":[{\"buildStructuredSelectedOptions\":0}],\"selectedOptions\":[{\"buildStructuredSelectedOptions\":0}]}]]],[\"q2-action-sheet\",[[257,\"q2-action-sheet\",{\"data\":[1040],\"hideClose\":[4,\"hide-close\"],\"title\":[1],\"isScrollable\":[32],\"renderStatus\":[32],\"hide\":[64],\"show\":[64]}]]],[\"q2-dropdown\",[[257,\"q2-dropdown\",{\"additionalContext\":[513,\"additional-context\"],\"alignment\":[513],\"ariaLabel\":[1537,\"aria-label\"],\"block\":[516],\"context\":[513],\"contextValue\":[513,\"context-value\"],\"disabled\":[516],\"fullWidth\":[516,\"full-width\"],\"hideLabel\":[1540,\"hide-label\"],\"hoist\":[4],\"icon\":[513],\"label\":[1537],\"name\":[513],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popDirection\":[513,\"pop-direction\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1025,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"resolvedType\":[513,\"resolved-type\"],\"type\":[513],\"_getSlotsHtml\":[64],\"closePopover\":[64],\"openPopover\":[64],\"selectItem\":[64],\"selectRemoveItem\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateChangeHandler\"]],{\"additionalContext\":[{\"additionalContextHandler\":0}],\"alignment\":[{\"alignmentHandler\":0}],\"ariaLabel\":[{\"ariaLabelHandler\":0}],\"context\":[{\"contextHandler\":0}],\"contextValue\":[{\"contextValueHandler\":0}],\"name\":[{\"nameHandler\":0}],\"popDirection\":[{\"popDirectionHandler\":0}],\"resolvedType\":[{\"resolvedTypeHandler\":0}]}]]],[\"q2-file-picker\",[[257,\"q2-file-picker\",{\"buttonSize\":[513,\"button-size\"],\"description\":[513],\"disabled\":[516],\"fileTypes\":[513,\"file-types\"],\"label\":[513],\"maxFiles\":[514,\"max-files\"],\"maxFileSize\":[514,\"max-file-size\"],\"status\":[16],\"value\":[6160],\"variant\":[513],\"areFilesUploading\":[32],\"displayedFiles\":[32],\"isDropZoneHighlighted\":[32],\"refreshCounter\":[32]},null,{\"status\":[{\"updateFileList\":0}]}]]],[\"q2-editable-field\",[[1,\"q2-editable-field\",{\"ariaLabel\":[1537,\"aria-label\"],\"block\":[516],\"disabled\":[516],\"editing\":[1540],\"errors\":[16],\"formatModifier\":[513,\"format-modifier\"],\"hideLabel\":[1540,\"hide-label\"],\"hints\":[16],\"label\":[1537],\"maxlength\":[514],\"persistentLabel\":[516,\"persistent-label\"],\"truncated\":[516],\"type\":[513],\"value\":[1537],\"formattedValue\":[32],\"clickCancel\":[64],\"clickEdit\":[64],\"clickSave\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"tctFormatted\",\"inputFormatted\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"editing\":[{\"observesEditing\":0}],\"errors\":[{\"errorsObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-modal\",[[257,\"q2-modal\",{\"closable\":[516],\"customMarkup\":[1,\"custom-markup\"],\"description\":[1],\"icon\":[1],\"imageSrc\":[513,\"image-src\"],\"title\":[1537],\"maxActionButtons\":[32],\"renderStatus\":[32],\"closeModal\":[64],\"openModal\":[64]}]]],[\"q2-carousel\",[[260,\"q2-carousel\",{\"ariaLabel\":[513,\"aria-label\"],\"arrowPosition\":[513,\"arrow-position\"],\"autoHeight\":[516,\"auto-height\"],\"autoPlay\":[516,\"auto-play\"],\"autoWidth\":[516,\"auto-width\"],\"compactBreakpoint\":[514,\"compact-breakpoint\"],\"edgeFade\":[516,\"edge-fade\"],\"framelessPanes\":[516,\"frameless-panes\"],\"fullWidthPanes\":[516,\"full-width-panes\"],\"hidePagination\":[516,\"hide-pagination\"],\"index\":[1538],\"label\":[513],\"loop\":[516],\"showNavigationArrows\":[516,\"show-navigation-arrows\"],\"ariaLiveValue\":[32],\"autoPlayInProgress\":[32],\"carouselWrapperWidth\":[32],\"compactMode\":[32],\"currentPaneCount\":[32],\"selectCarouselPane\":[64],\"togglePlayPause\":[64]},[[0,\"clickCarouselPane\",\"carouselPaneClicked\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"autoHeight\":[{\"autoHeightChanged\":0}],\"carouselWrapperWidth\":[{\"carouselWrapperWidthChanged\":0}],\"framelessPanes\":[{\"framelessPanesChanged\":0},{\"revampCarousel\":0}],\"fullWidthPanes\":[{\"revampCarousel\":0}],\"compactMode\":[{\"revampCarousel\":0}],\"autoPlay\":[{\"revampCarousel\":0}],\"loop\":[{\"revampCarousel\":0}],\"index\":[{\"indexChanged\":0}]}]]],[\"q2-otp\",[[1,\"q2-otp\",{\"autoFocus\":[516,\"auto-focus\"],\"autoSubmit\":[516,\"auto-submit\"],\"clearOnError\":[516,\"clear-on-error\"],\"disabled\":[516],\"errorMessage\":[1,\"error-message\"],\"helperText\":[1,\"helper-text\"],\"label\":[513],\"length\":[520],\"masked\":[516],\"processingLabel\":[1,\"processing-label\"],\"sendCodeLabel\":[1,\"send-code-label\"],\"showHelperText\":[516,\"show-helper-text\"],\"showSendCode\":[516,\"show-send-code\"],\"state\":[1537],\"submitLabel\":[1,\"submit-label\"],\"successMessage\":[1,\"success-message\"],\"value\":[1025],\"hasFocus\":[32],\"clear\":[64],\"reset\":[64]},[[0,\"focus\",\"onHostElementFocus\"]],{\"length\":[{\"lengthObserver\":0}],\"state\":[{\"stateObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-pill\",[[257,\"q2-pill\",{\"active\":[1540],\"borderless\":[516],\"disabled\":[516],\"hoist\":[4],\"label\":[513],\"maxLength\":[514,\"max-length\"],\"multiple\":[516],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"selectedOptions\":[1040],\"theme\":[513],\"value\":[1537],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"optionCount\":[32],\"selectedOptionElements\":[32],\"closePopover\":[64],\"openPopover\":[64],\"setValue\":[64]},[[0,\"displayChanged\",\"handleSelectedDisplay\"],[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]],{\"selectedOptions\":[{\"selectedOptionsChanged\":0}],\"value\":[{\"valueChanged\":0}],\"label\":[{\"valueChanged\":0}]}]]],[\"q2-tab-container\",[[257,\"q2-tab-container\",{\"color\":[513],\"name\":[513],\"noPrint\":[516,\"no-print\"],\"orientation\":[513],\"type\":[513],\"value\":[1537],\"hasLeft\":[32],\"hasRight\":[32],\"isNarrowViewport\":[32],\"scrollEnabled\":[32],\"showScrollBack\":[32],\"showScrollForward\":[32],\"tabs\":[32],\"selectTab\":[64]},[[0,\"badge\",\"onBadge\"],[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"onFocus\"],[9,\"resize\",\"onResize\"]],{\"name\":[{\"nameObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-chart-donut\",[[1,\"q2-chart-donut\",{\"chartName\":[513,\"chart-name\"],\"currencyRound\":[4,\"currency-round\"],\"data\":[16],\"format\":[513],\"hoverScaleSize\":[2,\"hover-scale-size\"],\"innerRadius\":[1025,\"inner-radius\"],\"isClickable\":[516,\"is-clickable\"],\"minSliceSize\":[1,\"min-slice-size\"],\"outerRadius\":[1025,\"outer-radius\"],\"selectedId\":[1025,\"selected-id\"],\"selectedOffset\":[2,\"selected-offset\"],\"showLegend\":[516,\"show-legend\"],\"summaryIcon\":[513,\"summary-icon\"],\"summaryName\":[513,\"summary-name\"],\"hoveredId\":[32],\"legendData\":[32],\"clearSelection\":[64],\"getChartOptions\":[64],\"selectById\":[64],\"selectByIndex\":[64],\"selectDataPoint\":[64]},[[0,\"focus\",\"delegateFocus\"]],{\"chartName\":[{\"propsUpdates\":0}],\"innerRadius\":[{\"propsUpdates\":0},{\"innerRadiusUpdated\":0}],\"outerRadius\":[{\"propsUpdates\":0},{\"outerRadiusUpdated\":0}],\"minSliceSize\":[{\"propsUpdates\":0}],\"hoverScaleSize\":[{\"propsUpdates\":0}],\"selectedOffset\":[{\"propsUpdates\":0}],\"data\":[{\"dataUpdated\":0}],\"selectedId\":[{\"checkSelectedId\":0}]}]]],[\"q2-context\",[[257,\"q2-context\",{\"separator\":[516]}]]],[\"q2-month-picker\",[[1,\"q2-month-picker\",{\"disabledMonths\":[16],\"today\":[1],\"year\":[1538],\"focusedIndex\":[32],\"selectedIndex\":[32],\"showYearLayer\":[32]}]]],[\"q2-section\",[[257,\"q2-section\",{\"collapsible\":[516],\"expanded\":[1540],\"label\":[513],\"noCollapseIcon\":[516,\"no-collapse-icon\"],\"contentHeight\":[32],\"hasYieldedHeader\":[32],\"hideContent\":[32],\"collapse\":[64],\"expand\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]],{\"collapsible\":[{\"collapsibleObserver\":0}],\"expanded\":[{\"expandedObserver\":0}]}]]],[\"q2-stepper\",[[257,\"q2-stepper\",{\"currentStep\":[1538,\"current-step\"],\"lastEnabledStep\":[1538,\"last-enabled-step\"],\"stepCount\":[1026,\"step-count\"],\"contentChangeTriggerCount\":[32],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"selectStep\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"contentChange\",\"contentChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]],{\"currentStep\":[{\"currentStepChanged\":0},{\"lastEnabledStepChanged\":0}],\"lastEnabledStep\":[{\"lastEnabledStepChanged\":0}]}]]],[\"q2-card\",[[257,\"q2-card\",{\"avatarIcon\":[513,\"avatar-icon\"],\"avatarInitials\":[513,\"avatar-initials\"],\"avatarName\":[513,\"avatar-name\"],\"avatarSrc\":[513,\"avatar-src\"],\"bar\":[513],\"description\":[513],\"elevation\":[514],\"isSmall\":[516,\"is-small\"],\"isStatic\":[516,\"is-static\"],\"target\":[513],\"title\":[513],\"type\":[513],\"url\":[513]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-card-image\",[[257,\"q2-card-image\",{\"background\":[513],\"cardHolder\":[1,\"card-holder\"],\"cardHolderLabel\":[4,\"card-holder-label\"],\"cardNumber\":[1,\"card-number\"],\"cardStatus\":[513,\"card-status\"],\"cardType\":[1,\"card-type\"],\"cardTypeColor\":[1,\"card-type-color\"],\"chip\":[1],\"clickable\":[516],\"disabled\":[516],\"expirationDate\":[1,\"expiration-date\"],\"expirationDateLabel\":[4,\"expiration-date-label\"],\"fiLogo\":[1,\"fi-logo\"],\"inline\":[516],\"orientation\":[1],\"overlay\":[513],\"statusTextOverride\":[1,\"status-text-override\"],\"tctAriaLabel\":[1,\"tct-aria-label\"],\"vendor\":[513],\"vendorColor\":[1,\"vendor-color\"],\"vendorLogo\":[1,\"vendor-logo\"],\"computedSize\":[32]}]]],[\"q2-checkbox-group\",[[257,\"q2-checkbox-group\",{\"disabled\":[516],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[513],\"optional\":[516],\"readonly\":[516],\"value\":[1040],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"]],{\"disabled\":[{\"disabledObserver\":0}],\"readonly\":[{\"readonlyObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-meter\",[[1,\"q2-meter\",{\"animated\":[516],\"completedLabel\":[513,\"completed-label\"],\"completedValue\":[513,\"completed-value\"],\"description\":[513],\"dotted\":[516],\"hideTooltip\":[516,\"hide-tooltip\"],\"label\":[513],\"maxLabel\":[513,\"max-label\"],\"maxValue\":[513,\"max-value\"],\"segments\":[514],\"suggestedLabel\":[513,\"suggested-label\"],\"suggestedValue\":[513,\"suggested-value\"],\"tooltipCompleted\":[513,\"tooltip-completed\"],\"tooltipSuggested\":[513,\"tooltip-suggested\"]}]]],[\"q2-radio-group\",[[257,\"q2-radio-group\",{\"disabled\":[516],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[513],\"name\":[513],\"optional\":[516],\"readonly\":[516],\"tileAlignment\":[513,\"tile-alignment\"],\"tilelayout\":[1540],\"tileLayout\":[1540,\"tile-layout\"],\"value\":[1025],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"keydown\",\"keydownHandler\"]],{\"disabled\":[{\"disabledUpdated\":0}],\"name\":[{\"nameUpdated\":0}],\"readonly\":[{\"readonlyUpdated\":0}],\"tilelayout\":[{\"handleDeprecatedTilelayout\":0}],\"tileLayout\":[{\"tileLayoutUpdated\":0}],\"value\":[{\"valueUpdated\":0}]}]]],[\"q2-stepper-vertical\",[[257,\"q2-stepper-vertical\",{\"currentStepId\":[1537,\"current-step-id\"],\"structuredPanes\":[32],\"selectStep\":[64]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"contentChange\",\"contentChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]],{\"currentStepId\":[{\"currentStepChanged\":0}]}]]],[\"q2-textarea\",[[1,\"q2-textarea\",{\"cols\":[514],\"disabled\":[516],\"errors\":[16],\"hideLabel\":[516,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"hints\":[16],\"label\":[513],\"maxlength\":[1538],\"optional\":[516],\"placeholder\":[513],\"readonly\":[516],\"resize\":[513],\"rows\":[514],\"spellcheck\":[516],\"value\":[1025],\"downParams\":[32],\"hasFocus\":[32],\"screenReaderCharacterCount\":[32],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"onHostElementFocus\"],[0,\"input\",\"onHostElementInput\"]],{\"cols\":[{\"colsObserver\":0}],\"errors\":[{\"errorsObserver\":0}],\"hints\":[{\"hintsObserver\":0}],\"maxlength\":[{\"maxlengthObserver\":0}],\"rows\":[{\"rowsObserver\":0}],\"value\":[{\"valueObserver\":0}]}]]],[\"q2-toast\",[[257,\"q2-toast\",{\"autoClose\":[516,\"auto-close\"],\"closable\":[516],\"duration\":[514],\"hideIcon\":[516,\"hide-icon\"],\"icon\":[1],\"message\":[1],\"showPersistent\":[516,\"show-persistent\"],\"size\":[513],\"tctTitle\":[1,\"tct-title\"],\"time\":[1],\"type\":[513],\"isClosing\":[32],\"isOpen\":[32]},null,{\"autoClose\":[{\"onAutoCloseChange\":0}],\"duration\":[{\"onAutoCloseChange\":0}],\"showPersistent\":[{\"onShowPersistentChange\":0}],\"size\":[{\"onSizeChange\":0}]}]]],[\"q2-chart-area\",[[1,\"q2-chart-area\",{\"alignChartName\":[513,\"align-chart-name\"],\"areaColor\":[513,\"area-color\"],\"chartName\":[513,\"chart-name\"],\"chartSubTitle\":[513,\"chart-sub-title\"],\"data\":[16],\"dataNamesOverflow\":[513,\"data-names-overflow\"],\"dataNamesWidth\":[514,\"data-names-width\"],\"format\":[513],\"formatModifier\":[513,\"format-modifier\"],\"gridLines\":[513,\"grid-lines\"],\"gridPadding\":[16],\"hideNameAxisLabels\":[516,\"hide-name-axis-labels\"],\"hideValueAxisLabels\":[516,\"hide-value-axis-labels\"],\"lineColor\":[513,\"line-color\"],\"offsetDataNames\":[516,\"offset-data-names\"],\"offsetDataValues\":[516,\"offset-data-values\"],\"pointerLineColor\":[513,\"pointer-line-color\"],\"pointerLineStyle\":[513,\"pointer-line-style\"],\"showChartName\":[516,\"show-chart-name\"],\"showDatapointLabels\":[516,\"show-datapoint-labels\"],\"showGradient\":[516,\"show-gradient\"],\"xMax\":[514,\"x-max\"],\"xMin\":[514,\"x-min\"],\"yMax\":[514,\"y-max\"],\"yMin\":[514,\"y-min\"],\"hoverDataPoint\":[64]},null,{\"data\":[{\"propsUpdates\":0}],\"alignChartName\":[{\"propsUpdates\":0}],\"chartName\":[{\"propsUpdates\":0}],\"chartSubTitle\":[{\"propsUpdates\":0}],\"lineColor\":[{\"propsUpdates\":0}],\"pointerLineColor\":[{\"propsUpdates\":0}],\"pointerLineStyle\":[{\"propsUpdates\":0}],\"areaColor\":[{\"propsUpdates\":0}],\"dataNamesOverflow\":[{\"propsUpdates\":0}],\"dataNamesWidth\":[{\"propsUpdates\":0}],\"format\":[{\"propsUpdates\":0}],\"formatModifier\":[{\"propsUpdates\":0}],\"hideNameAxisLabels\":[{\"propsUpdates\":0}],\"hideValueAxisLabels\":[{\"propsUpdates\":0}],\"offsetDataNames\":[{\"propsUpdates\":0}],\"offsetDataValues\":[{\"propsUpdates\":0}],\"showChartName\":[{\"propsUpdates\":0}],\"showDatapointLabels\":[{\"propsUpdates\":0}],\"showGradient\":[{\"propsUpdates\":0}],\"gridLines\":[{\"propsUpdates\":0}],\"gridPadding\":[{\"propsUpdates\":0}]}]]],[\"q2-chart-bar\",[[1,\"q2-chart-bar\",{\"alignChartName\":[513,\"align-chart-name\"],\"chartName\":[513,\"chart-name\"],\"chartSubTitle\":[513,\"chart-sub-title\"],\"color\":[513],\"data\":[16],\"dataNamesOverflow\":[513,\"data-names-overflow\"],\"dataNamesWidth\":[514,\"data-names-width\"],\"format\":[513],\"formatModifier\":[513,\"format-modifier\"],\"gridPadding\":[16],\"hideBarLabels\":[516,\"hide-bar-labels\"],\"hideValueAxisLabels\":[516,\"hide-value-axis-labels\"],\"offsetDataNames\":[516,\"offset-data-names\"],\"offsetDataValues\":[516,\"offset-data-values\"],\"orientation\":[513],\"showChartName\":[516,\"show-chart-name\"],\"sort\":[516]},null,{\"chartName\":[{\"propsUpdates\":0}],\"chartSubTitle\":[{\"propsUpdates\":0}],\"color\":[{\"propsUpdates\":0}],\"hideBarLabels\":[{\"propsUpdates\":0}],\"showChartName\":[{\"propsUpdates\":0}],\"alignChartName\":[{\"propsUpdates\":0}],\"orientation\":[{\"propsUpdates\":0}],\"format\":[{\"propsUpdates\":0}],\"sort\":[{\"propsUpdates\":0}],\"data\":[{\"propsUpdates\":0}],\"offsetDataNames\":[{\"propsUpdates\":0}],\"hideValueAxisLabels\":[{\"propsUpdates\":0}],\"formatModifier\":[{\"propsUpdates\":0}],\"dataNamesOverflow\":[{\"propsUpdates\":0}],\"gridPadding\":[{\"propsUpdates\":0}]}]]],[\"q2-currency\",[[1,\"q2-currency\",{\"amount\":[514],\"currency\":[513],\"locale\":[513],\"signDisplay\":[513,\"sign-display\"],\"size\":[513],\"slotSize\":[513,\"slot-size\"],\"variant\":[513],\"displayedMessageValue\":[64]},null,{\"amount\":[{\"propsUpdated\":0}],\"currency\":[{\"propsUpdated\":0}],\"locale\":[{\"propsUpdated\":0}],\"size\":[{\"propsUpdated\":0}],\"slotSize\":[{\"propsUpdated\":0}],\"signDisplay\":[{\"propsUpdated\":0}],\"variant\":[{\"propsUpdated\":0}]}]]],[\"q2-detail\",[[257,\"q2-detail\",{\"align\":[1537],\"alignment\":[513],\"description\":[513],\"label\":[513],\"size\":[513],\"stacked\":[516]},null,{\"alignment\":[{\"alignmentHandler\":0}]}]]],[\"q2-example\",[[257,\"q2-example\",{\"content\":[1],\"disabled\":[4],\"type\":[1],\"isValidated\":[32],\"status\":[32],\"close\":[64],\"openMenu\":[64]},[[0,\"click\",\"onClick\"],[1,\"drag\",\"onDrag\"]],{\"content\":[{\"contentChanged\":0}],\"status\":[{\"statusChanged\":0}]}]]],[\"q2-form\",[[257,\"q2-form\",{\"spacing\":[513]}]]],[\"q2-formatted-text\",[[1,\"q2-formatted-text\",{\"format\":[513],\"locale\":[513],\"maximumFractionDigits\":[2,\"maximum-fraction-digits\"],\"minimumFractionDigits\":[2,\"minimum-fraction-digits\"],\"minimumIntegerDigits\":[2,\"minimum-integer-digits\"],\"signDisplay\":[513,\"sign-display\"],\"size\":[513],\"slotSize\":[513,\"slot-size\"],\"value\":[514]},null,{\"value\":[{\"propsUpdated\":0}],\"locale\":[{\"propsUpdated\":0}],\"size\":[{\"propsUpdated\":0}],\"slotSize\":[{\"propsUpdated\":0}],\"signDisplay\":[{\"propsUpdated\":0}],\"format\":[{\"propsUpdated\":0}]}]]],[\"q2-grid\",[[257,\"q2-grid\",{\"align\":[513],\"columns\":[514],\"gap\":[513],\"justify\":[513],\"lgAlign\":[513,\"lg-align\"],\"lgColumns\":[514,\"lg-columns\"],\"lgGap\":[513,\"lg-gap\"],\"lgJustify\":[513,\"lg-justify\"],\"lgRows\":[520,\"lg-rows\"],\"mdAlign\":[513,\"md-align\"],\"mdColumns\":[514,\"md-columns\"],\"mdGap\":[513,\"md-gap\"],\"mdJustify\":[513,\"md-justify\"],\"mdRows\":[520,\"md-rows\"],\"rows\":[520],\"smAlign\":[513,\"sm-align\"],\"smColumns\":[514,\"sm-columns\"],\"smGap\":[513,\"sm-gap\"],\"smJustify\":[513,\"sm-justify\"],\"smRows\":[520,\"sm-rows\"],\"xlAlign\":[513,\"xl-align\"],\"xlColumns\":[514,\"xl-columns\"],\"xlGap\":[513,\"xl-gap\"],\"xlJustify\":[513,\"xl-justify\"],\"xlRows\":[520,\"xl-rows\"],\"xsAlign\":[513,\"xs-align\"],\"xsColumns\":[514,\"xs-columns\"],\"xsGap\":[513,\"xs-gap\"],\"xsJustify\":[513,\"xs-justify\"],\"xsRows\":[520,\"xs-rows\"]}]]],[\"q2-grid-area\",[[257,\"q2-grid-area\",{\"align\":[513],\"columnSpan\":[514,\"column-span\"],\"columnStart\":[520,\"column-start\"],\"justify\":[513],\"lgAlign\":[513,\"lg-align\"],\"lgColumnSpan\":[514,\"lg-column-span\"],\"lgColumnStart\":[520,\"lg-column-start\"],\"lgJustify\":[513,\"lg-justify\"],\"lgRowSpan\":[514,\"lg-row-span\"],\"lgRowStart\":[520,\"lg-row-start\"],\"lgZIndex\":[520,\"lg-z-index\"],\"mdAlign\":[513,\"md-align\"],\"mdColumnSpan\":[514,\"md-column-span\"],\"mdColumnStart\":[520,\"md-column-start\"],\"mdJustify\":[513,\"md-justify\"],\"mdRowSpan\":[514,\"md-row-span\"],\"mdRowStart\":[520,\"md-row-start\"],\"mdZIndex\":[520,\"md-z-index\"],\"rowSpan\":[514,\"row-span\"],\"rowStart\":[520,\"row-start\"],\"smAlign\":[513,\"sm-align\"],\"smColumnSpan\":[514,\"sm-column-span\"],\"smColumnStart\":[520,\"sm-column-start\"],\"smJustify\":[513,\"sm-justify\"],\"smRowSpan\":[514,\"sm-row-span\"],\"smRowStart\":[520,\"sm-row-start\"],\"smZIndex\":[520,\"sm-z-index\"],\"xlAlign\":[513,\"xl-align\"],\"xlColumnSpan\":[514,\"xl-column-span\"],\"xlColumnStart\":[520,\"xl-column-start\"],\"xlJustify\":[513,\"xl-justify\"],\"xlRowSpan\":[514,\"xl-row-span\"],\"xlRowStart\":[520,\"xl-row-start\"],\"xlZIndex\":[520,\"xl-z-index\"],\"xsAlign\":[513,\"xs-align\"],\"xsColumnSpan\":[514,\"xs-column-span\"],\"xsColumnStart\":[520,\"xs-column-start\"],\"xsJustify\":[513,\"xs-justify\"],\"xsRowSpan\":[514,\"xs-row-span\"],\"xsRowStart\":[520,\"xs-row-start\"],\"xsZIndex\":[520,\"xs-z-index\"],\"zIndex\":[520,\"z-index\"]}]]],[\"q2-loading-element\",[[0,\"q2-loading-element\",{\"borderRadius\":[513,\"border-radius\"],\"height\":[513],\"shape\":[513],\"width\":[513]}]]],[\"q2-loc\",[[0,\"q2-loc\",{\"ignoreTag\":[4,\"ignore-tag\"],\"substitutions\":[16],\"value\":[1537]}]]],[\"q2-mutation-observer\",[[257,\"q2-mutation-observer\",{\"disabled\":[516],\"observeAttributes\":[516,\"observe-attributes\"],\"observeChildList\":[516,\"observe-child-list\"],\"observeSubTree\":[516,\"observe-sub-tree\"],\"getCurrentMutationEntries\":[64]},null,{\"disabled\":[{\"disabledUpdated\":0}]}]]],[\"q2-radio\",[[257,\"q2-radio\",{\"ariaLabel\":[1537,\"aria-label\"],\"checked\":[1540],\"disabled\":[516],\"groupDisabled\":[4,\"group-disabled\"],\"groupReadonly\":[4,\"group-readonly\"],\"groupTileLayout\":[4,\"group-tile-layout\"],\"hideLabel\":[1540,\"hide-label\"],\"label\":[1537],\"name\":[513],\"readonly\":[516],\"tabIndex\":[2,\"tab-index\"],\"value\":[513]},[[0,\"click\",\"onHostClick\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"checked\":[{\"checkedObserver\":0}]}]]],[\"q2-relative-time\",[[1,\"q2-relative-time\",{\"baseDate\":[513,\"base-date\"],\"date\":[513],\"locale\":[513],\"messageFormat\":[513,\"message-format\"],\"numeric\":[513],\"sync\":[1540],\"unit\":[513],\"displayedMessage\":[32],\"displayedMessageValue\":[64],\"validBaseDateProp\":[64],\"validDateProp\":[64]},null,{\"messageFormat\":[{\"updateMessage\":0}],\"locale\":[{\"updateMessage\":0}],\"date\":[{\"updateMessage\":0}],\"baseDate\":[{\"updateMessage\":0}],\"numeric\":[{\"updateMessage\":0}],\"unit\":[{\"updateMessage\":0}],\"sync\":[{\"syncUpdated\":0}]}]]],[\"q2-section-container\",[[257,\"q2-section-container\",{\"openMode\":[1025,\"open-mode\"],\"openPaneIndex\":[2,\"open-pane-index\"],\"startAllOpen\":[1028,\"start-all-open\"],\"startOpen\":[1028,\"start-open\"]},null,{\"openMode\":[{\"handleOpenStateChange\":0}],\"openPaneIndex\":[{\"handleOpenStateChange\":0}],\"startAllOpen\":[{\"handleOpenStateChange\":0}],\"startOpen\":[{\"handleOpenStateChange\":0}]}]]],[\"q2-stepper-pane\",[[257,\"q2-stepper-pane\",{\"description\":[513],\"disabled\":[516],\"isActive\":[516,\"is-active\"],\"label\":[513],\"showWithChildren\":[516,\"show-with-children\"],\"status\":[513],\"isChildActive\":[32]},[[0,\"activeChange\",\"checkForActiveChildren\"]],{\"disabled\":[{\"labelOrDescriptionChanged\":0}],\"label\":[{\"labelOrDescriptionChanged\":0}],\"description\":[{\"labelOrDescriptionChanged\":0}],\"isActive\":[{\"isActiveChanged\":0}],\"showWithChildren\":[{\"checkForActiveChildren\":0}],\"status\":[{\"statusChanged\":0}]}]]],[\"q2-surface\",[[257,\"q2-surface\",{\"background\":[513],\"backgroundGradient\":[516,\"background-gradient\"],\"border\":[513],\"borderGradient\":[516,\"border-gradient\"],\"clickable\":[516],\"elevation\":[514],\"inset\":[513],\"insetX\":[513,\"inset-x\"],\"insetY\":[513,\"inset-y\"],\"radius\":[514],\"triggerAnimation\":[64]},[[0,\"click\",\"onClick\"],[0,\"keydown\",\"onKeydown\"]]]]],[\"q2-tab-pane\",[[257,\"q2-tab-pane\",{\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"badgeStatus\":[513,\"badge-status\"],\"badgeTheme\":[513,\"badge-theme\"],\"guid\":[2],\"index\":[2],\"label\":[513],\"name\":[513],\"selected\":[516],\"value\":[513]},null,{\"badgeCount\":[{\"badgeObserver\":0}],\"badgeDescription\":[{\"badgeObserver\":0}],\"badgeTheme\":[{\"badgeObserver\":0}],\"badgeStatus\":[{\"badgeObserver\":0}]}]]],[\"tecton-tab-pane\",[[257,\"tecton-tab-pane\",{\"authPayload\":[16],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"badgeStatus\":[513,\"badge-status\"],\"badgeTheme\":[513,\"badge-theme\"],\"guid\":[2],\"index\":[2],\"label\":[513],\"minHeight\":[513,\"min-height\"],\"moduleId\":[513,\"module-id\"],\"name\":[513],\"provided\":[516],\"selected\":[516],\"showForm\":[4,\"show-form\"],\"url\":[513],\"value\":[513],\"_showForm\":[32]},null,{\"badgeCount\":[{\"badgeObserver\":0}],\"badgeDescription\":[{\"badgeObserver\":0}],\"badgeTheme\":[{\"badgeObserver\":0}],\"badgeStatus\":[{\"badgeObserver\":0}],\"selected\":[{\"selectedObserver\":0}]}]]],[\"click-elsewhere_3\",[[257,\"q2-option-list\",{\"align\":[513],\"customSearch\":[516,\"custom-search\"],\"disabled\":[516],\"label\":[1],\"multiple\":[516],\"noSelect\":[516,\"no-select\"],\"selectedOptions\":[1040],\"showSelected\":[1540,\"show-selected\"],\"type\":[1],\"hasOptions\":[32],\"getContents\":[64],\"getOptions\":[64],\"handleExternalKeydown\":[64],\"setActiveElement\":[64],\"setDefaultActiveElement\":[64]},[[0,\"click\",\"handleClick\"],[0,\"focus\",\"delegateFocus\"]],{\"selectedOptions\":[{\"selectedOptionsUpdated\":0}],\"showSelected\":[{\"showSelectedUpdated\":0}]}],[257,\"q2-popover\",{\"align\":[513],\"block\":[516],\"controlElement\":[16],\"direction\":[513],\"maxHeight\":[2,\"max-height\"],\"minHeight\":[2,\"min-height\"],\"mode\":[1],\"open\":[1540],\"animationState\":[32],\"currentDirection\":[32],\"show\":[32],\"scrollContainerTo\":[64],\"toggle\":[64]},[[0,\"popoverState\",\"popoverStateHandler\"]],{\"minHeight\":[{\"minHeightProvided\":0}],\"open\":[{\"openChanged\":0}]}],[0,\"click-elsewhere\"]]],[\"q2-btn_2\",[[257,\"q2-btn\",{\"_role\":[513],\"_tooltip\":[1],\"active\":[516],\"ariaControls\":[1,\"aria-controls\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaHasPopup\":[1,\"aria-has-popup\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaPressed\":[1,\"aria-pressed\"],\"ariaSelected\":[1,\"aria-selected\"],\"badge\":[516],\"block\":[516],\"color\":[1537],\"description\":[1],\"disabled\":[516],\"fab\":[516],\"form\":[513],\"hideLabel\":[1540,\"hide-label\"],\"intent\":[1537],\"label\":[1537],\"loading\":[516],\"size\":[513],\"tabIndex\":[2,\"tab-index\"],\"type\":[513],\"iconPosition\":[32]},[[2,\"click\",\"handleClick\"],[0,\"focus\",\"delegateFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"size\":[{\"sizeObserver\":0}]}],[257,\"q2-loading\",{\"ariaLabel\":[1537,\"aria-label\"],\"counts\":[513],\"hideFromScreenReaders\":[516,\"hide-from-screen-readers\"],\"inline\":[516],\"label\":[1537],\"modifiers\":[513],\"shape\":[513],\"type\":[513],\"hasCustomLoader\":[32],\"loaderClone\":[32]},[[4,\"tctUpdateLoaders\",\"onUpdateLoaders\"]],{\"type\":[{\"handleType\":0}]}]]],[\"q2-select\",[[257,\"q2-select\",{\"ariaLabel\":[1537,\"aria-label\"],\"clearable\":[516],\"disabled\":[516],\"errors\":[16],\"hideLabel\":[1540,\"hide-label\"],\"hoist\":[4],\"invalid\":[516],\"label\":[1537],\"listLabel\":[1,\"list-label\"],\"minRows\":[2,\"min-rows\"],\"multilineOptions\":[516,\"multiline-options\"],\"multiple\":[516],\"optional\":[516],\"placeholder\":[513],\"popDirection\":[513,\"pop-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMode\":[1025,\"popover-mode\"],\"readonly\":[516],\"searchable\":[1540],\"selectedOptions\":[1040],\"valid\":[516],\"value\":[1025],\"hasCustomDisplay\":[32],\"hasPopoverBottom\":[32],\"hasPopoverTop\":[32],\"inputFocused\":[32],\"open\":[32],\"prioritizeSearch\":[32],\"searchText\":[32],\"showSelected\":[32],\"statusMessage\":[32],\"structuredSelectedOptions\":[32],\"closePopover\":[64],\"openPopover\":[64],\"searchOptions\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"clear\",\"onClearHandler\"],[0,\"displayChanged\",\"handleSelectedDisplay\"],[0,\"focus\",\"delegateFocus\"],[0,\"focusout\",\"handleFocusout\"],[0,\"keydown\",\"keydownHandler\"],[0,\"popoverStateChanged\",\"popoverStateChanged\"],[0,\"tctClick\",\"handleTctClick\"],[0,\"tctInput\",\"onHostElementInput\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"multilineOptions\":[{\"handleMultilineOptionsUpdate\":0}],\"open\":[{\"openChanged\":0}],\"searchable\":[{\"searchableChanged\":0}],\"value\":[{\"buildStructuredSelectedOptions\":0},{\"valueUpdated\":0}],\"selectedOptions\":[{\"buildStructuredSelectedOptions\":0}]}]]],[\"q2-avatar\",[[257,\"q2-avatar\",{\"icon\":[1],\"initials\":[513],\"name\":[513],\"size\":[513],\"src\":[513],\"badSrc\":[32],\"hasDecorator\":[32],\"isLoaded\":[32]},null,{\"src\":[{\"srcDidUpdate\":0}]}]]],[\"q2-dropdown-item\",[[257,\"q2-dropdown-item\",{\"active\":[516],\"ariaLabel\":[1537,\"aria-label\"],\"disabled\":[516],\"label\":[1537],\"removable\":[516],\"separator\":[516],\"value\":[513],\"q2LocValue\":[32]},[[0,\"focus\",\"onHostElementFocus\"]],{\"ariaLabel\":[{\"ariaLabelObserver\":0}]}]]],[\"q2-legend\",[[1,\"q2-legend\",{\"currencyRound\":[4,\"currency-round\"],\"data\":[16],\"format\":[513],\"hoveredItemId\":[513,\"hovered-item-id\"],\"selectedItemId\":[513,\"selected-item-id\"],\"hoveredItemIndex\":[32],\"selectedItemIndex\":[32]},null,{\"hoveredItemId\":[{\"watchHoveredItemId\":0}],\"selectedItemId\":[{\"watchSelectedItemId\":0}]}]]],[\"q2-carousel-pane\",[[260,\"q2-carousel-pane\",{\"index\":[2],\"isActivePane\":[516,\"is-active-pane\"],\"label\":[513],\"siblingCount\":[2,\"sibling-count\"],\"slotFrameless\":[516,\"slot-frameless\"]},null,{\"isActivePane\":[{\"determineDisabledContent\":0}]}]]],[\"q2-optgroup\",[[257,\"q2-optgroup\",{\"disabled\":[516],\"label\":[513],\"hidden\":[32]},null,{\"disabled\":[{\"disabledWatcher\":0}]}]]],[\"q2-tooltip\",[[257,\"q2-tooltip\",{\"block\":[516],\"focusable\":[516],\"immediate\":[516],\"label\":[513],\"multiline\":[516],\"persistent\":[516],\"persistOnHover\":[516,\"persist-on-hover\"],\"position\":[513],\"focusClass\":[32],\"persistOnHoverDismissed\":[32]},[[4,\"click\",\"documentPointerHandler\"],[5,\"touchstart\",\"documentPointerHandler\"],[0,\"click\",\"clickHandler\"],[2,\"focus\",\"focusCaptureHandler\"],[0,\"focus\",\"focusHandler\"],[0,\"focusout\",\"focusOutHandler\"],[4,\"keydown\",\"keyDownDocumentHandler\"],[1,\"mouseenter\",\"mouseEnterHandler\"],[1,\"mouseover\",\"handleMouseOver\"]],{\"label\":[{\"labelChanged\":0}]}]]],[\"q2-action-group_2\",[[257,\"q2-action-group\",{\"fullWidth\":[516,\"full-width\"],\"orientation\":[1537],\"orientationThreshold\":[2,\"orientation-threshold\"],\"autoOrientation\":[32],\"slottedElements\":[32]},null,{\"orientation\":[{\"toggleHiddenForOneFrame\":0}]}],[257,\"q2-resize-observer\",{\"disabled\":[516],\"getCurrentResizeEntries\":[64]},null,{\"disabled\":[{\"disabledUpdated\":0}]}]]],[\"q2-icon\",[[257,\"q2-icon\",{\"inline\":[516],\"label\":[513],\"type\":[513],\"iconClone\":[32]},null,{\"type\":[{\"handleIcon\":0}]}]]],[\"q2-checkbox_2\",[[257,\"q2-tag\",{\"hoist\":[4],\"label\":[513],\"open\":[1540],\"optionListLabel\":[1,\"option-list-label\"],\"popoverAlignment\":[1025,\"popover-alignment\"],\"popoverDirection\":[1,\"popover-direction\"],\"popoverMaxHeight\":[2,\"popover-max-height\"],\"popoverMinHeight\":[2,\"popover-min-height\"],\"theme\":[513],\"optionCount\":[32],\"closePopover\":[64],\"openPopover\":[64],\"selectOption\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]],[257,\"q2-checkbox\",{\"_tooltip\":[1],\"align\":[1537],\"alignment\":[513],\"ariaLabel\":[1537,\"aria-label\"],\"checked\":[1540],\"description\":[513],\"disabled\":[516],\"groupDisabled\":[516,\"group-disabled\"],\"hasError\":[516,\"has-error\"],\"hideLabel\":[1540,\"hide-label\"],\"indeterminate\":[516],\"label\":[1537],\"name\":[513],\"readonly\":[516],\"slotReadonly\":[516,\"slot-readonly\"],\"type\":[513],\"value\":[513],\"hasDescription\":[32],\"hasMultilineLabel\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]],{\"alignment\":[{\"alignmentHandler\":0}],\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"description\":[{\"descriptionWatcher\":0}],\"label\":[{\"labelWatcher\":0}]}]]],[\"q2-link_2\",[[1,\"q2-link\",{\"_tooltip\":[1],\"disabled\":[516],\"ellipsis\":[516],\"fullWidth\":[516,\"full-width\"],\"href\":[513],\"iconType\":[513,\"icon-type\"],\"label\":[513],\"referrerpolicy\":[513],\"target\":[513],\"tctTitle\":[513,\"tct-title\"],\"variant\":[513],\"clickLink\":[64]}],[257,\"q2-list\",{\"bordered\":[1540],\"label\":[513],\"renderTrigger\":[32]}]]],[\"q2-option\",[[257,\"q2-option\",{\"_hideSelectedBlock\":[516,\"_hide-selected-block\"],\"_multiSelectHidden\":[516,\"_multiselecthidden\"],\"active\":[516],\"disabled\":[516],\"disabledGroup\":[516,\"disabled-group\"],\"display\":[1537],\"multiline\":[516],\"role\":[1537],\"selected\":[516],\"separator\":[516],\"value\":[513]},null,{\"display\":[{\"displayChangedHandler\":0}],\"separator\":[{\"separatorChangedHandler\":0}]}]]],[\"q2-item\",[[257,\"q2-item\",{\"clickable\":[516],\"verticalAlign\":[1,\"vertical-align\"],\"renderTrigger\":[32]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-message\",[[257,\"q2-message\",{\"appearance\":[513],\"description\":[516],\"type\":[513],\"presentToggle\":[32],\"present\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-badge_2\",[[257,\"q2-input\",{\"_preventEntry\":[1028,\"_prevent-entry\"],\"_role\":[1025],\"_updateValueOnInput\":[1028,\"_update-value-on-input\"],\"ariaActivedescendant\":[1,\"aria-activedescendant\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaExpanded\":[513,\"aria-expanded\"],\"ariaHaspopup\":[1,\"aria-haspopup\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaOwns\":[1,\"aria-owns\"],\"autocapitalize\":[513],\"autocomplete\":[513],\"autocorrect\":[513],\"autofocus\":[516],\"badgeTheme\":[513,\"badge-theme\"],\"badgeValue\":[513,\"badge-value\"],\"clearable\":[516],\"current\":[1],\"disabled\":[516],\"errors\":[16],\"formatModifier\":[513,\"format-modifier\"],\"hideLabel\":[1540,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"hints\":[16],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"label\":[1537],\"max\":[514],\"maxlength\":[1538],\"min\":[514],\"optional\":[516],\"pattern\":[1537],\"placeholder\":[513],\"pseudo\":[516],\"readonly\":[516],\"role\":[1],\"showCount\":[516,\"show-count\"],\"showVisibilityToggle\":[516,\"show-visibility-toggle\"],\"step\":[514],\"textHidden\":[1540,\"text-hidden\"],\"type\":[513],\"valid\":[516],\"validity\":[1040],\"value\":[1025],\"checkSlotCount\":[32],\"formattedValueObject\":[32],\"hasFocus\":[32],\"isSmall\":[32],\"checkValidity\":[64],\"clearValue\":[64],\"setValue\":[64]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"onHostElementFocus\"]],{\"_role\":[{\"updateComboboxAriaLabel\":0}],\"label\":[{\"updateComboboxAriaLabel\":0}],\"ariaLabel\":[{\"ariaLabelObserver\":0}],\"clearable\":[{\"manageClearableResizeObserver\":0}],\"errors\":[{\"errorsObserver\":0}],\"formatModifier\":[{\"formatModifierObserver\":0}],\"formattedValueObject\":[{\"formattedValueObjectObserver\":0}],\"hints\":[{\"hintsObserver\":0}],\"type\":[{\"typeObserver\":0}],\"value\":[{\"valueObserver\":0}]}],[257,\"q2-badge\",{\"maxLength\":[514,\"max-length\"],\"size\":[513],\"status\":[513],\"theme\":[513],\"value\":[520],\"getTextContent\":[64]}]]]]"), options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };