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
@@ -2,7 +2,7 @@ import { r as t, h as e, g as r } from "./index-Cqkz7Bnm.js";
2
2
 
3
3
  import { o as a, l as i } from "./index-Cps4jSQM.js";
4
4
 
5
- import { _ as s, v as n, H as o, I as h, c as l, J as c, K as u, E as d, L as f, y as p, A as v, M as g, x as b, N as m, O as w, F as B, h as y, Q as A, R as M, U as S, V as x, W as k, X as V, Y as N, Z as C, $ as P, a0 as z, a1 as D, a2 as L, a3 as U, a4 as j, a5 as O, a6 as I, a7 as R, a8 as E, a9 as T, aa as W } from "./charting-DOZct-UB.js";
5
+ import { _ as n, v as s, H as o, I as h, c as d, J as l, K as c, E as u, L as f, y as p, A as v, M as g, x as m, N as b, O as w, F as y, h as B, Q as A, R as M, U as S, V as x, W as k, X as V, Y as N, Z as C, $ as P, a0 as z, a1 as D, a2 as L, a3 as U, a4 as j, a5 as O, a6 as I, a7 as R, a8 as E, a9 as T, aa as W } from "./charting-DOZct-UB.js";
6
6
 
7
7
  import { c as _, a as X, i as Y, g as H, b as q, d as F, e as Q, f as G } from "./dataSample-Dm1zpQNi.js";
8
8
 
@@ -13,7 +13,7 @@ var K = /** @class */ function(t) {
13
13
  var e = null !== t && t.apply(this, arguments) || this;
14
14
  return e.type = BaseBarSeriesModel.type, e;
15
15
  }
16
- return s(BaseBarSeriesModel, t), BaseBarSeriesModel.prototype.getInitialData = function(t, e) {
16
+ return n(BaseBarSeriesModel, t), BaseBarSeriesModel.prototype.getInitialData = function(t, e) {
17
17
  return _(null, this, {
18
18
  useEncodeDefaulter: !0
19
19
  });
@@ -21,50 +21,50 @@ var K = /** @class */ function(t) {
21
21
  var a = this.coordinateSystem;
22
22
  if (a && a.clampData) {
23
23
  // PENDING if clamp ?
24
- var i = a.clampData(t), s = a.dataToPoint(i);
25
- if (r) n(a.getAxes(), (function(t, r) {
24
+ var i = a.clampData(t), n = a.dataToPoint(i);
25
+ if (r) s(a.getAxes(), (function(t, r) {
26
26
  // If axis type is category, use tick coords instead
27
27
  if ("category" === t.type && null != e) {
28
- var a = t.getTicksCoords(), n = t.getTickModel().get("alignWithLabel"), o = i[r], h = "x1" === e[r] || "y1" === e[r];
28
+ var a = t.getTicksCoords(), s = t.getTickModel().get("alignWithLabel"), o = i[r], h = "x1" === e[r] || "y1" === e[r];
29
29
  // The only contains one tick, tickCoords is
30
30
  // like [{coord: 0, tickValue: 0}, {coord: 0}]
31
31
  // to the length should always be larger than 1
32
- if (h && !n && (o += 1), a.length < 2) return;
32
+ if (h && !s && (o += 1), a.length < 2) return;
33
33
  if (2 === a.length)
34
34
  // The left value and right value of the axis are
35
35
  // the same. coord is 0 in both items. Use the max
36
36
  // value of the axis as the coord
37
- return void (s[r] = t.toGlobalCoord(t.getExtent()[h ? 1 : 0]));
38
- for (var l = void 0, c = void 0, u = 1, d = 0; d < a.length; d++) {
39
- var f = a[d].coord, p = d === a.length - 1 ? a[d - 1].tickValue + u : a[d].tickValue;
37
+ return void (n[r] = t.toGlobalCoord(t.getExtent()[h ? 1 : 0]));
38
+ for (var d = void 0, l = void 0, c = 1, u = 0; u < a.length; u++) {
39
+ var f = a[u].coord, p = u === a.length - 1 ? a[u - 1].tickValue + c : a[u].tickValue;
40
40
  // The last item of tickCoords doesn't contain
41
41
  // tickValue
42
42
  if (p === o) {
43
- c = f;
43
+ l = f;
44
44
  break;
45
45
  }
46
- if (p < o) l = f; else if (null != l && p > o) {
47
- c = (f + l) / 2;
46
+ if (p < o) d = f; else if (null != d && p > o) {
47
+ l = (f + d) / 2;
48
48
  break;
49
49
  }
50
- 1 === d && (
50
+ 1 === u && (
51
51
  // Here we assume the step of category axes is
52
52
  // the same
53
- u = p - a[0].tickValue);
53
+ c = p - a[0].tickValue);
54
54
  }
55
- null == c && (l ? l && (
55
+ null == l && (d ? d && (
56
56
  // targetTickId is larger than all tick ids in the
57
57
  // visible area, use the rightmost tick coord
58
- c = a[a.length - 1].coord) :
58
+ l = a[a.length - 1].coord) :
59
59
  // targetTickId is smaller than all tick ids in the
60
60
  // visible area, use the leftmost tick coord
61
- c = a[0].coord), s[r] = t.toGlobalCoord(c);
61
+ l = a[0].coord), n[r] = t.toGlobalCoord(l);
62
62
  }
63
63
  })); else {
64
- var o = this.getData(), h = o.getLayout("offset"), l = o.getLayout("size"), c = a.getBaseAxis().isHorizontal() ? 0 : 1;
65
- s[c] += h + l / 2;
64
+ var o = this.getData(), h = o.getLayout("offset"), d = o.getLayout("size"), l = a.getBaseAxis().isHorizontal() ? 0 : 1;
65
+ n[l] += h + d / 2;
66
66
  }
67
- return s;
67
+ return n;
68
68
  }
69
69
  return [ NaN, NaN ];
70
70
  }, BaseBarSeriesModel.type = "series.__base_bar__", BaseBarSeriesModel.defaultOption = {
@@ -93,7 +93,7 @@ var $ = /** @class */ function(t) {
93
93
  var e = null !== t && t.apply(this, arguments) || this;
94
94
  return e.type = BarSeriesModel.type, e;
95
95
  }
96
- return s(BarSeriesModel, t), BarSeriesModel.prototype.getInitialData = function() {
96
+ return n(BarSeriesModel, t), BarSeriesModel.prototype.getInitialData = function() {
97
97
  return _(null, this, {
98
98
  useEncodeDefaulter: !0,
99
99
  createInvertedIndices: !!this.get("realtimeSort", !0) || null
@@ -149,19 +149,19 @@ var $ = /** @class */ function(t) {
149
149
  var r = t.call(this, e) || this;
150
150
  return r.type = "sausage", r;
151
151
  }
152
- return s(SausagePath, t), SausagePath.prototype.getDefaultShape = function() {
152
+ return n(SausagePath, t), SausagePath.prototype.getDefaultShape = function() {
153
153
  return new SausageShape;
154
154
  }, SausagePath.prototype.buildPath = function(t, e) {
155
- var r = e.cx, a = e.cy, i = Math.max(e.r0 || 0, 0), s = Math.max(e.r, 0), n = .5 * (s - i), o = i + n, h = e.startAngle, l = e.endAngle, c = e.clockwise, u = 2 * Math.PI, d = c ? l - h < u : h - l < u;
156
- d || (
155
+ var r = e.cx, a = e.cy, i = Math.max(e.r0 || 0, 0), n = Math.max(e.r, 0), s = .5 * (n - i), o = i + s, h = e.startAngle, d = e.endAngle, l = e.clockwise, c = 2 * Math.PI, u = l ? d - h < c : h - d < c;
156
+ u || (
157
157
  // Normalize angles
158
- h = l - (c ? u : -u));
159
- var f = Math.cos(h), p = Math.sin(h), v = Math.cos(l), g = Math.sin(l);
160
- d ? (t.moveTo(f * i + r, p * i + a), t.arc(f * o + r, p * o + a, n, -Math.PI + h, h, !c)) : t.moveTo(f * s + r, p * s + a),
161
- t.arc(r, a, s, h, l, !c), t.arc(v * o + r, g * o + a, n, l - 2 * Math.PI, l - Math.PI, !c),
162
- 0 !== i && t.arc(r, a, i, l, h, c);
158
+ h = d - (l ? c : -c));
159
+ var f = Math.cos(h), p = Math.sin(h), v = Math.cos(d), g = Math.sin(d);
160
+ u ? (t.moveTo(f * i + r, p * i + a), t.arc(f * o + r, p * o + a, s, -Math.PI + h, h, !l)) : t.moveTo(f * n + r, p * n + a),
161
+ t.arc(r, a, n, h, d, !l), t.arc(v * o + r, g * o + a, s, d - 2 * Math.PI, d - Math.PI, !l),
162
+ 0 !== i && t.arc(r, a, i, d, h, l);
163
163
  }, SausagePath;
164
- }(l);
164
+ }(d);
165
165
 
166
166
  /**
167
167
  * Sausage: similar to sector, but have half circle on both sides
@@ -180,7 +180,7 @@ var at = /** @class */ function(t) {
180
180
  var e = t.call(this) || this;
181
181
  return e.type = BarView.type, e._isFirstFrame = !0, e;
182
182
  }
183
- return s(BarView, t), BarView.prototype.render = function(t, e, r, a) {
183
+ return n(BarView, t), BarView.prototype.render = function(t, e, r, a) {
184
184
  this._model = t, this._removeOnRenderedListener(r), this._updateDrawMode(t);
185
185
  var i = t.get("coordinateSystem");
186
186
  "cartesian2d" !== i && "polar" !== i || (
@@ -203,17 +203,17 @@ var at = /** @class */ function(t) {
203
203
  null != this._isLargeDraw && e === this._isLargeDraw || (this._isLargeDraw = e,
204
204
  this._clear());
205
205
  }, BarView.prototype._renderNormal = function(t, e, r, a) {
206
- var i, s = this.group, n = t.getData(), o = this._data, h = t.coordinateSystem, l = h.getBaseAxis();
207
- "cartesian2d" === h.type ? i = l.isHorizontal() : "polar" === h.type && (i = "angle" === l.dim);
208
- var c = t.isAnimationEnabled() ? t : null, u = function(t, e) {
206
+ var i, n = this.group, s = t.getData(), o = this._data, h = t.coordinateSystem, d = h.getBaseAxis();
207
+ "cartesian2d" === h.type ? i = d.isHorizontal() : "polar" === h.type && (i = "angle" === d.dim);
208
+ var l = t.isAnimationEnabled() ? t : null, c = function(t, e) {
209
209
  var r = t.get("realtimeSort", !0), a = e.getBaseAxis();
210
210
  if (r && "category" === a.type && "cartesian2d" === e.type) return {
211
211
  baseAxis: a,
212
212
  otherAxis: e.getOtherAxis(a)
213
213
  };
214
214
  }(t, h);
215
- u && this._enableRealtimeSort(u, n, r);
216
- var d = t.get("clip", !0) || u, f = function(t, e) {
215
+ c && this._enableRealtimeSort(c, s, r);
216
+ var u = t.get("clip", !0) || c, f = function(t, e) {
217
217
  var r = t.getArea && t.getArea();
218
218
  if (Y(t, "cartesian2d")) {
219
219
  var a = t.getBaseAxis();
@@ -226,14 +226,14 @@ var at = /** @class */ function(t) {
226
226
  }
227
227
  }
228
228
  return r;
229
- }(h, n);
229
+ }(h, s);
230
230
  // If there is clipPath created in large mode. Remove it.
231
- s.removeClipPath();
231
+ n.removeClipPath();
232
232
  // We don't use clipPath in normal mode because we needs a perfect animation
233
233
  // And don't want the label are clipped.
234
- var B = t.get("roundCap", !0), y = t.get("showBackground", !0), A = t.getModel("backgroundStyle"), x = A.get("borderRadius") || 0, k = [], V = this._backgroundEls, N = a && a.isInitSort, C = a && "changeAxisOrder" === a.type;
234
+ var y = t.get("roundCap", !0), B = t.get("showBackground", !0), A = t.getModel("backgroundStyle"), x = A.get("borderRadius") || 0, k = [], V = this._backgroundEls, N = a && a.isInitSort, C = a && "changeAxisOrder" === a.type;
235
235
  function createBackground(t) {
236
- var e = lt[h.type](n, t), r = function(t, e, r) {
236
+ var e = dt[h.type](s, t), r = function(t, e, r) {
237
237
  var a = "polar" === t.type ? M : S;
238
238
  return new a({
239
239
  shape: createBackgroundShape(e, r, t),
@@ -246,17 +246,17 @@ var at = /** @class */ function(t) {
246
246
  "cartesian2d" === h.type ? r.setShape("r", x) : r.setShape("cornerRadius", x), k[t] = r,
247
247
  r;
248
248
  }
249
- n.diff(o).add((function(e) {
250
- var r = n.getItemModel(e), a = lt[h.type](n, e, r);
249
+ s.diff(o).add((function(e) {
250
+ var r = s.getItemModel(e), a = dt[h.type](s, e, r);
251
251
  // If dataZoom in filteMode: 'empty', the baseValue can be set as NaN in "axisProxy".
252
- if (y && createBackground(e), n.hasValue(e) && ht[h.type](a)) {
252
+ if (B && createBackground(e), s.hasValue(e) && ht[h.type](a)) {
253
253
  var o = !1;
254
- d && (
254
+ u && (
255
255
  // Clip will modify the layout params.
256
256
  // And return a boolean to determine if the shape are fully clipped.
257
257
  o = it[h.type](f, a));
258
- var v = st[h.type](t, n, e, a, i, c, l.model, !1, B);
259
- u && (
258
+ var v = nt[h.type](t, s, e, a, i, l, d.model, !1, y);
259
+ c && (
260
260
  /**
261
261
  * Force label animation because even if the element is
262
262
  * ignored because it's clipped, it may not be clipped after
@@ -265,33 +265,33 @@ var at = /** @class */ function(t) {
265
265
  * the label will be the final value and doesn't have label
266
266
  * animation.
267
267
  */
268
- v.forceLabelAnimation = !0), updateStyle(v, n, e, r, a, t, i, "polar" === h.type),
268
+ v.forceLabelAnimation = !0), updateStyle(v, s, e, r, a, t, i, "polar" === h.type),
269
269
  N ? v.attr({
270
270
  shape: a
271
- }) : u ? updateRealtimeAnimation(u, c, v, a, e, i, !1, !1) : p(v, {
271
+ }) : c ? updateRealtimeAnimation(c, l, v, a, e, i, !1, !1) : p(v, {
272
272
  shape: a
273
- }, t, e), n.setItemGraphicEl(e, v), s.add(v), v.ignore = o;
273
+ }, t, e), s.setItemGraphicEl(e, v), n.add(v), v.ignore = o;
274
274
  }
275
275
  })).update((function(e, r) {
276
- var a = n.getItemModel(e), p = lt[h.type](n, e, a);
277
- if (y) {
278
- var m = void 0;
279
- 0 === V.length ? m = createBackground(r) : ((m = V[r]).useStyle(A.getItemStyle()),
276
+ var a = s.getItemModel(e), p = dt[h.type](s, e, a);
277
+ if (B) {
278
+ var b = void 0;
279
+ 0 === V.length ? b = createBackground(r) : ((b = V[r]).useStyle(A.getItemStyle()),
280
280
  // Only cartesian2d support borderRadius.
281
- "cartesian2d" === h.type ? m.setShape("r", x) : m.setShape("cornerRadius", x), k[e] = m);
282
- var w = lt[h.type](n, e), M = createBackgroundShape(i, w, h);
283
- v(m, {
281
+ "cartesian2d" === h.type ? b.setShape("r", x) : b.setShape("cornerRadius", x), k[e] = b);
282
+ var w = dt[h.type](s, e), M = createBackgroundShape(i, w, h);
283
+ v(b, {
284
284
  shape: M
285
- }, c, e);
285
+ }, l, e);
286
286
  }
287
287
  var S = o.getItemGraphicEl(r);
288
- if (n.hasValue(e) && ht[h.type](p)) {
288
+ if (s.hasValue(e) && ht[h.type](p)) {
289
289
  var P = !1;
290
- if (d && (P = it[h.type](f, p)) && s.remove(S), S ? g(S) : S = st[h.type](t, n, e, p, i, c, l.model, !!S, B),
291
- u && (S.forceLabelAnimation = !0), C) {
290
+ if (u && (P = it[h.type](f, p)) && n.remove(S), S ? g(S) : S = nt[h.type](t, s, e, p, i, l, d.model, !!S, y),
291
+ c && (S.forceLabelAnimation = !0), C) {
292
292
  var z = S.getTextContent();
293
293
  if (z) {
294
- var D = b(z);
294
+ var D = m(z);
295
295
  null != D.prevValue && (
296
296
  /**
297
297
  * Set preValue to be value so that no new label
@@ -304,21 +304,21 @@ var at = /** @class */ function(t) {
304
304
  }
305
305
  // Not change anything if only order changed.
306
306
  // Especially not change label.
307
- else updateStyle(S, n, e, a, p, t, i, "polar" === h.type);
307
+ else updateStyle(S, s, e, a, p, t, i, "polar" === h.type);
308
308
  N ? S.attr({
309
309
  shape: p
310
- }) : u ? updateRealtimeAnimation(u, c, S, p, e, i, !0, C) : v(S, {
310
+ }) : c ? updateRealtimeAnimation(c, l, S, p, e, i, !0, C) : v(S, {
311
311
  shape: p
312
- }, t, e, null), n.setItemGraphicEl(e, S), S.ignore = P, s.add(S);
313
- } else s.remove(S);
312
+ }, t, e, null), s.setItemGraphicEl(e, S), S.ignore = P, n.add(S);
313
+ } else n.remove(S);
314
314
  })).remove((function(e) {
315
315
  var r = o.getItemGraphicEl(e);
316
- r && m(r, t, e);
316
+ r && b(r, t, e);
317
317
  })).execute();
318
318
  var P = this._backgroundGroup || (this._backgroundGroup = new w);
319
319
  P.removeAll();
320
320
  for (var z = 0; z < k.length; ++z) P.add(k[z]);
321
- s.add(P), this._backgroundEls = k, this._data = n;
321
+ n.add(P), this._backgroundEls = k, this._data = s;
322
322
  }, BarView.prototype._renderLarge = function(t, e, r) {
323
323
  this._clear(), createLarge(t, this.group), this._updateLargeClip(t);
324
324
  }, BarView.prototype._incrementalRenderLarge = function(t, e) {
@@ -358,15 +358,15 @@ var at = /** @class */ function(t) {
358
358
  // If NaN, it will be treated as min val.
359
359
  return e.mappedValue - t.mappedValue;
360
360
  })), {
361
- ordinalNumbers: B(a, (function(t) {
361
+ ordinalNumbers: y(a, (function(t) {
362
362
  return t.ordinalNumber;
363
363
  }))
364
364
  };
365
365
  }, BarView.prototype._isOrderChangedWithinSameData = function(t, e, r) {
366
- for (var a = r.scale, i = t.mapDimension(r.dim), s = Number.MAX_VALUE, n = 0, o = a.getOrdinalMeta().categories.length; n < o; ++n) {
367
- var h = t.rawIndexOf(i, a.getRawOrdinalNumber(n)), l = h < 0 ? Number.MIN_VALUE : e(t.indexOfRawIndex(h));
368
- if (l > s) return !0;
369
- s = l;
366
+ for (var a = r.scale, i = t.mapDimension(r.dim), n = Number.MAX_VALUE, s = 0, o = a.getOrdinalMeta().categories.length; s < o; ++s) {
367
+ var h = t.rawIndexOf(i, a.getRawOrdinalNumber(s)), d = h < 0 ? Number.MIN_VALUE : e(t.indexOfRawIndex(h));
368
+ if (d > n) return !0;
369
+ n = d;
370
370
  }
371
371
  return !1;
372
372
  },
@@ -376,7 +376,7 @@ var at = /** @class */ function(t) {
376
376
  * as long as the order in the view doesn't change.
377
377
  */
378
378
  BarView.prototype._isOrderDifferentInView = function(t, e) {
379
- for (var r = e.scale, a = r.getExtent(), i = Math.max(0, a[0]), s = Math.min(a[1], r.getOrdinalMeta().categories.length - 1); i <= s; ++i) if (t.ordinalNumbers[i] !== r.getRawOrdinalNumber(i)) return !0;
379
+ for (var r = e.scale, a = r.getExtent(), i = Math.max(0, a[0]), n = Math.min(a[1], r.getOrdinalMeta().categories.length - 1); i <= n; ++i) if (t.ordinalNumbers[i] !== r.getRawOrdinalNumber(i)) return !0;
380
380
  }, BarView.prototype._updateSortWithinSameData = function(t, e, r, a) {
381
381
  if (this._isOrderChangedWithinSameData(t, e, r)) {
382
382
  var i = this._dataSort(t, r, e);
@@ -408,7 +408,7 @@ var at = /** @class */ function(t) {
408
408
  var e = this.group, r = this._data;
409
409
  t && t.isAnimationEnabled() && r && !this._isLargeDraw ? (this._removeBackground(),
410
410
  this._backgroundEls = [], r.eachItemGraphicEl((function(e) {
411
- m(e, t, y(e).dataIndex);
411
+ b(e, t, B(e).dataIndex);
412
412
  }))) : e.removeAll(), this._data = null, this._isFirstFrame = !0;
413
413
  }, BarView.prototype._removeBackground = function() {
414
414
  this.group.remove(this._backgroundGroup), this._backgroundGroup = null;
@@ -418,16 +418,16 @@ var at = /** @class */ function(t) {
418
418
  var r = e.width < 0 ? -1 : 1, a = e.height < 0 ? -1 : 1;
419
419
  // Needs positive width and height
420
420
  r < 0 && (e.x += e.width, e.width = -e.width), a < 0 && (e.y += e.height, e.height = -e.height);
421
- var i = t.x + t.width, s = t.y + t.height, n = et(e.x, t.x), o = rt(e.x + e.width, i), h = et(e.y, t.y), l = rt(e.y + e.height, s), c = o < n, u = l < h;
421
+ var i = t.x + t.width, n = t.y + t.height, s = et(e.x, t.x), o = rt(e.x + e.width, i), h = et(e.y, t.y), d = rt(e.y + e.height, n), l = o < s, c = d < h;
422
422
  // When xClipped or yClipped, the element will be marked as `ignore`.
423
423
  // But we should also place the element at the edge of the coord sys bounding rect.
424
424
  // Because if data changed and the bar shows again, its transition animation
425
425
  // will begin at this place.
426
- return e.x = c && n > i ? o : n, e.y = u && h > s ? l : h, e.width = c ? 0 : o - n,
427
- e.height = u ? 0 : l - h,
426
+ return e.x = l && s > i ? o : s, e.y = c && h > n ? d : h, e.width = l ? 0 : o - s,
427
+ e.height = c ? 0 : d - h,
428
428
  // Reverse back
429
429
  r < 0 && (e.x += e.width, e.width = -e.width), a < 0 && (e.y += e.height, e.height = -e.height),
430
- c || u;
430
+ l || c;
431
431
  },
432
432
  polar: function(t, e) {
433
433
  var r = e.r0 <= e.r ? 1 : -1;
@@ -436,103 +436,103 @@ var at = /** @class */ function(t) {
436
436
  var a = e.r;
437
437
  e.r = e.r0, e.r0 = a;
438
438
  }
439
- var i = rt(e.r, t.r), s = et(e.r0, t.r0);
440
- e.r = i, e.r0 = s;
441
- var n = i - s < 0;
439
+ var i = rt(e.r, t.r), n = et(e.r0, t.r0);
440
+ e.r = i, e.r0 = n;
441
+ var s = i - n < 0;
442
442
  // Reverse back
443
443
  if (r < 0) {
444
444
  a = e.r;
445
445
  e.r = e.r0, e.r0 = a;
446
446
  }
447
- return n;
447
+ return s;
448
448
  }
449
- }, st = {
450
- cartesian2d: function(t, e, r, a, i, s, n, o, h) {
451
- var l = new S({
449
+ }, nt = {
450
+ cartesian2d: function(t, e, r, a, i, n, s, o, h) {
451
+ var d = new S({
452
452
  shape: x({}, a),
453
453
  z2: 1
454
454
  });
455
- (l.__dataIndex = r, l.name = "item", s) && (l.shape[i ? "height" : "width"] = 0);
456
- return l;
455
+ (d.__dataIndex = r, d.name = "item", n) && (d.shape[i ? "height" : "width"] = 0);
456
+ return d;
457
457
  },
458
- polar: function(t, e, r, a, i, s, n, o, h) {
459
- var l = !i && h ? tt : M, u = new l({
458
+ polar: function(t, e, r, a, i, n, s, o, h) {
459
+ var d = !i && h ? tt : M, c = new d({
460
460
  shape: a,
461
461
  z2: 1
462
462
  });
463
- u.name = "item";
464
- var d, f, g = createPolarPositionMapping(i);
463
+ c.name = "item";
464
+ var u, f, g = createPolarPositionMapping(i);
465
465
  // Animation
466
- if (u.calculateTextPosition = (d = g, f = ({
467
- isRoundCap: l === tt
466
+ if (c.calculateTextPosition = (u = g, f = ({
467
+ isRoundCap: d === tt
468
468
  } || {}).isRoundCap, function(t, e, r) {
469
469
  var a = e.position;
470
- if (!a || a instanceof Array) return c(t, e, r);
471
- var i = d(a), s = null != e.distance ? e.distance : 5, n = this.shape, o = n.cx, h = n.cy, l = n.r, u = n.r0, p = (l + u) / 2, v = n.startAngle, g = n.endAngle, b = (v + g) / 2, m = f ? Math.abs(l - u) / 2 : 0, w = Math.cos, B = Math.sin, y = o + l * w(v), A = h + l * B(v), M = "left", S = "top";
470
+ if (!a || a instanceof Array) return l(t, e, r);
471
+ var i = u(a), n = null != e.distance ? e.distance : 5, s = this.shape, o = s.cx, h = s.cy, d = s.r, c = s.r0, p = (d + c) / 2, v = s.startAngle, g = s.endAngle, m = (v + g) / 2, b = f ? Math.abs(d - c) / 2 : 0, w = Math.cos, y = Math.sin, B = o + d * w(v), A = h + d * y(v), M = "left", S = "top";
472
472
  switch (i) {
473
473
  case "startArc":
474
- y = o + (u - s) * w(b), A = h + (u - s) * B(b), M = "center", S = "top";
474
+ B = o + (c - n) * w(m), A = h + (c - n) * y(m), M = "center", S = "top";
475
475
  break;
476
476
 
477
477
  case "insideStartArc":
478
- y = o + (u + s) * w(b), A = h + (u + s) * B(b), M = "center", S = "bottom";
478
+ B = o + (c + n) * w(m), A = h + (c + n) * y(m), M = "center", S = "bottom";
479
479
  break;
480
480
 
481
481
  case "startAngle":
482
- y = o + p * w(v) + adjustAngleDistanceX(v, s + m, !1), A = h + p * B(v) + adjustAngleDistanceY(v, s + m, !1),
482
+ B = o + p * w(v) + adjustAngleDistanceX(v, n + b, !1), A = h + p * y(v) + adjustAngleDistanceY(v, n + b, !1),
483
483
  M = "right", S = "middle";
484
484
  break;
485
485
 
486
486
  case "insideStartAngle":
487
- y = o + p * w(v) + adjustAngleDistanceX(v, -s + m, !1), A = h + p * B(v) + adjustAngleDistanceY(v, -s + m, !1),
487
+ B = o + p * w(v) + adjustAngleDistanceX(v, -n + b, !1), A = h + p * y(v) + adjustAngleDistanceY(v, -n + b, !1),
488
488
  M = "left", S = "middle";
489
489
  break;
490
490
 
491
491
  case "middle":
492
- y = o + p * w(b), A = h + p * B(b), M = "center", S = "middle";
492
+ B = o + p * w(m), A = h + p * y(m), M = "center", S = "middle";
493
493
  break;
494
494
 
495
495
  case "endArc":
496
- y = o + (l + s) * w(b), A = h + (l + s) * B(b), M = "center", S = "bottom";
496
+ B = o + (d + n) * w(m), A = h + (d + n) * y(m), M = "center", S = "bottom";
497
497
  break;
498
498
 
499
499
  case "insideEndArc":
500
- y = o + (l - s) * w(b), A = h + (l - s) * B(b), M = "center", S = "top";
500
+ B = o + (d - n) * w(m), A = h + (d - n) * y(m), M = "center", S = "top";
501
501
  break;
502
502
 
503
503
  case "endAngle":
504
- y = o + p * w(g) + adjustAngleDistanceX(g, s + m, !0), A = h + p * B(g) + adjustAngleDistanceY(g, s + m, !0),
504
+ B = o + p * w(g) + adjustAngleDistanceX(g, n + b, !0), A = h + p * y(g) + adjustAngleDistanceY(g, n + b, !0),
505
505
  M = "left", S = "middle";
506
506
  break;
507
507
 
508
508
  case "insideEndAngle":
509
- y = o + p * w(g) + adjustAngleDistanceX(g, -s + m, !0), A = h + p * B(g) + adjustAngleDistanceY(g, -s + m, !0),
509
+ B = o + p * w(g) + adjustAngleDistanceX(g, -n + b, !0), A = h + p * y(g) + adjustAngleDistanceY(g, -n + b, !0),
510
510
  M = "right", S = "middle";
511
511
  break;
512
512
 
513
513
  default:
514
- return c(t, e, r);
514
+ return l(t, e, r);
515
515
  }
516
- return (t = t || {}).x = y, t.y = A, t.align = M, t.verticalAlign = S, t;
517
- }), s) {
518
- var b = i ? "r" : "endAngle", m = {};
519
- u.shape[b] = i ? a.r0 : a.startAngle, m[b] = a[b], (o ? v : p)(u, {
520
- shape: m
521
- }, s);
516
+ return (t = t || {}).x = B, t.y = A, t.align = M, t.verticalAlign = S, t;
517
+ }), n) {
518
+ var m = i ? "r" : "endAngle", b = {};
519
+ c.shape[m] = i ? a.r0 : a.startAngle, b[m] = a[m], (o ? v : p)(c, {
520
+ shape: b
521
+ }, n);
522
522
  }
523
- return u;
523
+ return c;
524
524
  }
525
525
  };
526
526
 
527
- function updateRealtimeAnimation(t, e, r, a, i, s, n, o) {
528
- var h, l;
529
- s ? (l = {
527
+ function updateRealtimeAnimation(t, e, r, a, i, n, s, o) {
528
+ var h, d;
529
+ n ? (d = {
530
530
  x: a.x,
531
531
  width: a.width
532
532
  }, h = {
533
533
  y: a.y,
534
534
  height: a.height
535
- }) : (l = {
535
+ }) : (d = {
536
536
  y: a.y,
537
537
  height: a.height
538
538
  }, h = {
@@ -541,13 +541,13 @@ function updateRealtimeAnimation(t, e, r, a, i, s, n, o) {
541
541
  }), o ||
542
542
  // Keep the original growth animation if only axis order changed.
543
543
  // Not start a new animation.
544
- (n ? v : p)(r, {
544
+ (s ? v : p)(r, {
545
545
  shape: h
546
546
  }, e, i, null);
547
- var c = e ? t.baseAxis.model : null;
548
- (n ? v : p)(r, {
549
- shape: l
550
- }, c, i);
547
+ var l = e ? t.baseAxis.model : null;
548
+ (s ? v : p)(r, {
549
+ shape: d
550
+ }, l, i);
551
551
  }
552
552
 
553
553
  function checkPropertiesNotValid(t, e) {
@@ -555,14 +555,14 @@ function checkPropertiesNotValid(t, e) {
555
555
  return !1;
556
556
  }
557
557
 
558
- var nt = [ "x", "y", "width", "height" ], ot = [ "cx", "cy", "r", "startAngle", "endAngle" ], ht = {
558
+ var st = [ "x", "y", "width", "height" ], ot = [ "cx", "cy", "r", "startAngle", "endAngle" ], ht = {
559
559
  cartesian2d: function(t) {
560
- return !checkPropertiesNotValid(t, nt);
560
+ return !checkPropertiesNotValid(t, st);
561
561
  },
562
562
  polar: function(t) {
563
563
  return !checkPropertiesNotValid(t, ot);
564
564
  }
565
- }, lt = {
565
+ }, dt = {
566
566
  // itemModel is only used to get borderWidth, which is not needed
567
567
  // when calculating bar background layout.
568
568
  cartesian2d: function(t, e, r) {
@@ -572,15 +572,15 @@ var nt = [ "x", "y", "width", "height" ], ot = [ "cx", "cy", "r", "startAngle",
572
572
  // Has no border.
573
573
  var r = t.get([ "itemStyle", "borderColor" ]);
574
574
  if (!r || "none" === r) return 0;
575
- var a = t.get([ "itemStyle", "borderWidth" ]) || 0, i = isNaN(e.width) ? Number.MAX_VALUE : Math.abs(e.width), s = isNaN(e.height) ? Number.MAX_VALUE : Math.abs(e.height);
575
+ var a = t.get([ "itemStyle", "borderWidth" ]) || 0, i = isNaN(e.width) ? Number.MAX_VALUE : Math.abs(e.width), n = isNaN(e.height) ? Number.MAX_VALUE : Math.abs(e.height);
576
576
  // width or height may be NaN for empty data
577
- return Math.min(a, i, s);
578
- }(r, a) : 0, s = a.width > 0 ? 1 : -1, n = a.height > 0 ? 1 : -1;
577
+ return Math.min(a, i, n);
578
+ }(r, a) : 0, n = a.width > 0 ? 1 : -1, s = a.height > 0 ? 1 : -1;
579
579
  return {
580
- x: a.x + s * i / 2,
581
- y: a.y + n * i / 2,
582
- width: a.width - s * i,
583
- height: a.height - n * i
580
+ x: a.x + n * i / 2,
581
+ y: a.y + s * i / 2,
582
+ width: a.width - n * i,
583
+ height: a.height - s * i
584
584
  };
585
585
  },
586
586
  polar: function(t, e, r) {
@@ -615,44 +615,44 @@ function createPolarPositionMapping(t) {
615
615
  }(t);
616
616
  }
617
617
 
618
- function updateStyle(t, e, r, a, i, s, o, h) {
619
- var l = e.getItemVisual(r, "style");
618
+ function updateStyle(t, e, r, a, i, n, o, h) {
619
+ var d = e.getItemVisual(r, "style");
620
620
  if (h) {
621
- if (!s.get("roundCap")) {
622
- var c = t.shape, f = Z(a.getModel("itemStyle"), c, !0);
623
- x(c, f), t.setShape(c);
621
+ if (!n.get("roundCap")) {
622
+ var l = t.shape, f = Z(a.getModel("itemStyle"), l, !0);
623
+ x(l, f), t.setShape(l);
624
624
  }
625
625
  } else {
626
626
  var p = a.get([ "itemStyle", "borderRadius" ]) || 0;
627
627
  t.setShape("r", p);
628
628
  }
629
- t.useStyle(l);
629
+ t.useStyle(d);
630
630
  var v = a.getShallow("cursor");
631
631
  v && t.attr("cursor", v);
632
- var g = h ? o ? i.r >= i.r0 ? "endArc" : "startArc" : i.endAngle >= i.startAngle ? "endAngle" : "startAngle" : o ? i.height >= 0 ? "bottom" : "top" : i.width >= 0 ? "right" : "left", b = k(a);
633
- V(t, b, {
634
- labelFetcher: s,
632
+ var g = h ? o ? i.r >= i.r0 ? "endArc" : "startArc" : i.endAngle >= i.startAngle ? "endAngle" : "startAngle" : o ? i.height >= 0 ? "bottom" : "top" : i.width >= 0 ? "right" : "left", m = k(a);
633
+ V(t, m, {
634
+ labelFetcher: n,
635
635
  labelDataIndex: r,
636
- defaultText: H(s.getData(), r),
637
- inheritColor: l.fill,
638
- defaultOpacity: l.opacity,
636
+ defaultText: H(n.getData(), r),
637
+ inheritColor: d.fill,
638
+ defaultOpacity: d.opacity,
639
639
  defaultOutsidePosition: g
640
640
  });
641
- var m = t.getTextContent();
642
- if (h && m) {
641
+ var b = t.getTextContent();
642
+ if (h && b) {
643
643
  var w = a.get([ "label", "position" ]);
644
644
  t.textConfig.inside = "middle" === w || null, function(t, e, r, a) {
645
- if (u(a))
645
+ if (c(a))
646
646
  // user-set rotation
647
647
  t.setTextConfig({
648
648
  rotation: a
649
- }); else if (d(e))
649
+ }); else if (u(e))
650
650
  // user-set position, use 0 as auto rotation
651
651
  t.setTextConfig({
652
652
  rotation: 0
653
653
  }); else {
654
- var i, s = t.shape, n = s.clockwise ? s.startAngle : s.endAngle, o = s.clockwise ? s.endAngle : s.startAngle, h = (n + o) / 2, l = r(e);
655
- switch (l) {
654
+ var i, n = t.shape, s = n.clockwise ? n.startAngle : n.endAngle, o = n.clockwise ? n.endAngle : n.startAngle, h = (s + o) / 2, d = r(e);
655
+ switch (d) {
656
656
  case "startArc":
657
657
  case "insideStartArc":
658
658
  case "middle":
@@ -663,7 +663,7 @@ function updateStyle(t, e, r, a, i, s, o, h) {
663
663
 
664
664
  case "startAngle":
665
665
  case "insideStartAngle":
666
- i = n;
666
+ i = s;
667
667
  break;
668
668
 
669
669
  case "endAngle":
@@ -676,62 +676,62 @@ function updateStyle(t, e, r, a, i, s, o, h) {
676
676
  rotation: 0
677
677
  });
678
678
  }
679
- var c = 1.5 * Math.PI - i;
679
+ var l = 1.5 * Math.PI - i;
680
680
  /**
681
681
  * TODO: labels with rotate > Math.PI / 2 should be rotate another
682
682
  * half round flipped to increase readability. However, only middle
683
683
  * position supports this for now, because in other positions, the
684
684
  * anchor point is not at the center of the text, so the positions
685
685
  * after rotating is not as expected.
686
- */ "middle" === l && c > Math.PI / 2 && c < 1.5 * Math.PI && (c -= Math.PI), t.setTextConfig({
687
- rotation: c
686
+ */ "middle" === d && l > Math.PI / 2 && l < 1.5 * Math.PI && (l -= Math.PI), t.setTextConfig({
687
+ rotation: l
688
688
  });
689
689
  }
690
690
  }(t, "outside" === w ? g : w, createPolarPositionMapping(o), a.get([ "label", "rotate" ]));
691
691
  }
692
- N(m, b, s.getRawValue(r), (function(t) {
692
+ N(b, m, n.getRawValue(r), (function(t) {
693
693
  return q(e, t);
694
694
  }));
695
- var B = a.getModel([ "emphasis" ]);
696
- C(t, B.get("focus"), B.get("blurScope"), B.get("disabled")), P(t, a), function(t) {
695
+ var y = a.getModel([ "emphasis" ]);
696
+ C(t, y.get("focus"), y.get("blurScope"), y.get("disabled")), P(t, a), function(t) {
697
697
  return null != t.startAngle && null != t.endAngle && t.startAngle === t.endAngle;
698
- }(i) && (t.style.fill = "none", t.style.stroke = "none", n(t.states, (function(t) {
698
+ }(i) && (t.style.fill = "none", t.style.stroke = "none", s(t.states, (function(t) {
699
699
  t.style && (t.style.fill = t.style.stroke = "none");
700
700
  })));
701
701
  }
702
702
 
703
- var LagePathShape = function() {}, ct = /** @class */ function(t) {
703
+ var LagePathShape = function() {}, lt = /** @class */ function(t) {
704
704
  function LargePath(e) {
705
705
  var r = t.call(this, e) || this;
706
706
  return r.type = "largeBar", r;
707
707
  }
708
- return s(LargePath, t), LargePath.prototype.getDefaultShape = function() {
708
+ return n(LargePath, t), LargePath.prototype.getDefaultShape = function() {
709
709
  return new LagePathShape;
710
710
  }, LargePath.prototype.buildPath = function(t, e) {
711
711
  for (
712
712
  // Drawing lines is more efficient than drawing
713
713
  // a whole line or drawing rects.
714
- var r = e.points, a = this.baseDimIdx, i = 1 - this.baseDimIdx, s = [], n = [], o = this.barWidth, h = 0; h < r.length; h += 3) n[a] = o,
715
- n[i] = r[h + 2], s[a] = r[h + a], s[i] = r[h + i], t.rect(s[0], s[1], n[0], n[1]);
714
+ var r = e.points, a = this.baseDimIdx, i = 1 - this.baseDimIdx, n = [], s = [], o = this.barWidth, h = 0; h < r.length; h += 3) s[a] = o,
715
+ s[i] = r[h + 2], n[a] = r[h + a], n[i] = r[h + i], t.rect(n[0], n[1], s[0], s[1]);
716
716
  }, LargePath;
717
- }(l);
717
+ }(d);
718
718
 
719
719
  function createLarge(t, e, r, a) {
720
720
  // TODO support polar
721
- var i = t.getData(), s = i.getLayout("valueAxisHorizontal") ? 1 : 0, n = i.getLayout("largeDataIndices"), o = i.getLayout("size"), h = t.getModel("backgroundStyle"), l = i.getLayout("largeBackgroundPoints");
722
- if (l) {
723
- var c = new ct({
721
+ var i = t.getData(), n = i.getLayout("valueAxisHorizontal") ? 1 : 0, s = i.getLayout("largeDataIndices"), o = i.getLayout("size"), h = t.getModel("backgroundStyle"), d = i.getLayout("largeBackgroundPoints");
722
+ if (d) {
723
+ var l = new lt({
724
724
  shape: {
725
- points: l
725
+ points: d
726
726
  },
727
727
  incremental: !!a,
728
728
  silent: !0,
729
729
  z2: 0
730
730
  });
731
- c.baseDimIdx = s, c.largeDataIndices = n, c.barWidth = o, c.useStyle(h.getItemStyle()),
732
- e.add(c), r && r.push(c);
731
+ l.baseDimIdx = n, l.largeDataIndices = s, l.barWidth = o, l.useStyle(h.getItemStyle()),
732
+ e.add(l), r && r.push(l);
733
733
  }
734
- var u = new ct({
734
+ var c = new lt({
735
735
  shape: {
736
736
  points: i.getLayout("largePoints")
737
737
  },
@@ -739,25 +739,25 @@ function createLarge(t, e, r, a) {
739
739
  ignoreCoarsePointer: !0,
740
740
  z2: 1
741
741
  });
742
- u.baseDimIdx = s, u.largeDataIndices = n, u.barWidth = o, e.add(u), u.useStyle(i.getVisual("style")),
742
+ c.baseDimIdx = n, c.largeDataIndices = s, c.barWidth = o, e.add(c), c.useStyle(i.getVisual("style")),
743
743
  // Stroke is rendered first to avoid overlapping with fill
744
- u.style.stroke = null,
744
+ c.style.stroke = null,
745
745
  // Enable tooltip and user mouse/touch event handlers.
746
- y(u).seriesIndex = t.seriesIndex, t.get("silent") || (u.on("mousedown", ut), u.on("mousemove", ut)),
747
- r && r.push(u);
746
+ B(c).seriesIndex = t.seriesIndex, t.get("silent") || (c.on("mousedown", ct), c.on("mousemove", ct)),
747
+ r && r.push(c);
748
748
  }
749
749
 
750
750
  // Use throttle to avoid frequently traverse to find dataIndex.
751
- var ut = z((function(t) {
751
+ var ct = z((function(t) {
752
752
  var e = function(t, e, r) {
753
- for (var a = t.baseDimIdx, i = 1 - a, s = t.shape.points, n = t.largeDataIndices, o = [], h = [], l = t.barWidth, c = 0, u = s.length / 3; c < u; c++) {
754
- var d = 3 * c;
755
- if (h[a] = l, h[i] = s[d + 2], o[a] = s[d + a], o[i] = s[d + i], h[i] < 0 && (o[i] += h[i],
756
- h[i] = -h[i]), e >= o[0] && e <= o[0] + h[0] && r >= o[1] && r <= o[1] + h[1]) return n[c];
753
+ for (var a = t.baseDimIdx, i = 1 - a, n = t.shape.points, s = t.largeDataIndices, o = [], h = [], d = t.barWidth, l = 0, c = n.length / 3; l < c; l++) {
754
+ var u = 3 * l;
755
+ if (h[a] = d, h[i] = n[u + 2], o[a] = n[u + a], o[i] = n[u + i], h[i] < 0 && (o[i] += h[i],
756
+ h[i] = -h[i]), e >= o[0] && e <= o[0] + h[0] && r >= o[1] && r <= o[1] + h[1]) return s[l];
757
757
  }
758
758
  return -1;
759
759
  }(this, t.offsetX, t.offsetY);
760
- y(this).dataIndex = e >= 0 ? e : null;
760
+ B(this).dataIndex = e >= 0 ? e : null;
761
761
  }), 30, !1);
762
762
 
763
763
  function createBackgroundShape(t, e, r) {
@@ -770,14 +770,14 @@ function createBackgroundShape(t, e, r) {
770
770
  height: t ? i.height : a.height
771
771
  };
772
772
  }
773
- var s = e;
773
+ var n = e;
774
774
  return {
775
775
  cx: (i = r.getArea()).cx,
776
776
  cy: i.cy,
777
- r0: t ? i.r0 : s.r0,
778
- r: t ? i.r : s.r,
779
- startAngle: t ? s.startAngle : 0,
780
- endAngle: t ? s.endAngle : 2 * Math.PI
777
+ r0: t ? i.r0 : n.r0,
778
+ r: t ? i.r : n.r,
779
+ startAngle: t ? n.startAngle : 0,
780
+ endAngle: t ? n.endAngle : 2 * Math.PI
781
781
  };
782
782
  }
783
783
 
@@ -811,7 +811,7 @@ j([ O, function(t) {
811
811
  }));
812
812
  }, I, J, Q, G ]);
813
813
 
814
- const dt = class {
814
+ const ut = class {
815
815
  constructor(e) {
816
816
  t(this, e),
817
817
  /** An array of objects that contain the data to be displayed. */
@@ -901,7 +901,7 @@ const dt = class {
901
901
  margin: this.offsetDataValues ? 15 : 8,
902
902
  show: !this.hideValueAxisLabels
903
903
  }
904
- }, s = {
904
+ }, n = {
905
905
  type: "category",
906
906
  data: this.data.map((t => i(t.name) || "")),
907
907
  axisLabel: {
@@ -930,8 +930,8 @@ const dt = class {
930
930
  containLabel: !0,
931
931
  ...this.gridPadding
932
932
  },
933
- xAxis: "horizontal" === this.orientation ? a : s,
934
- yAxis: "horizontal" === this.orientation ? s : a,
933
+ xAxis: "horizontal" === this.orientation ? a : n,
934
+ yAxis: "horizontal" === this.orientation ? n : a,
935
935
  series: [ {
936
936
  data: this.processData(this.data),
937
937
  id: "bar",
@@ -1017,6 +1017,6 @@ const dt = class {
1017
1017
  }
1018
1018
  };
1019
1019
 
1020
- dt.style = "*{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{width:var(--tct-bar-chart-width, 100%);height:var(--tct-bar-chart-height, 100%);display:block}.container{width:100%;height:100%}.chart-container{width:100%;height:100%}";
1020
+ ut.style = '*{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{width:var(--tct-bar-chart-width, 100%);height:var(--tct-bar-chart-height, 100%);display:block}.container{width:100%;height:100%}.chart-container{width:100%;height:100%}';
1021
1021
 
1022
- export { dt as q2_chart_bar }
1022
+ export { ut as q2_chart_bar }