@heartlandone/vega 2.2.0 → 2.3.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 (249) hide show
  1. package/dist/cjs/{app-globals-dfbf8897.js → app-globals-2497cddd.js} +27 -2
  2. package/dist/cjs/{childNodesEventPreventSlimmer-83a90fdd.js → childNodesEventPreventSlimmer-154f6607.js} +1 -1
  3. package/dist/cjs/{childNodesNotifyObserverSlimmer-bacb702e.js → childNodesNotifyObserverSlimmer-fd857812.js} +1 -1
  4. package/dist/cjs/{elementAppenderSlimmer-2ec6d5c9.js → elementAppenderSlimmer-0e03ebbb.js} +2 -2
  5. package/dist/cjs/{eventEmitSlimmer-e4f299f0.js → eventEmitSlimmer-e5dfecf0.js} +7 -7
  6. package/dist/cjs/{formFieldControllerSlimmer-e4db5eba.js → formFieldControllerSlimmer-d41eda5b.js} +7 -30
  7. package/dist/cjs/index-1299d729.js +4 -0
  8. package/dist/cjs/index.cjs.js +4 -4
  9. package/dist/cjs/{internalVegaEventManager-1d242536.js → internalVegaEventManager-951b9a39.js} +1 -0
  10. package/dist/cjs/loader.cjs.js +6 -6
  11. package/dist/cjs/{pageResizeObserverSlimmer-efb83b0b.js → pageResizeObserverSlimmer-b4a91cfc.js} +5 -0
  12. package/dist/cjs/{subStateObserverSlimmer-9b71b20d.js → subStateObserverSlimmer-f196a86f.js} +1 -1
  13. package/dist/cjs/vega-accordion.cjs.entry.js +3 -3
  14. package/dist/cjs/vega-app-header-button.cjs.entry.js +4 -4
  15. package/dist/cjs/vega-box.cjs.entry.js +17 -5
  16. package/dist/cjs/vega-breadcrumb.cjs.entry.js +3 -3
  17. package/dist/cjs/vega-button-circle.cjs.entry.js +3 -3
  18. package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
  19. package/dist/cjs/vega-button.cjs.entry.js +4 -4
  20. package/dist/cjs/vega-carousel.cjs.entry.js +3 -3
  21. package/dist/cjs/vega-checkbox_2.cjs.entry.js +9 -8
  22. package/dist/cjs/vega-chip.cjs.entry.js +4 -4
  23. package/dist/cjs/vega-color-picker.cjs.entry.js +5 -4
  24. package/dist/cjs/vega-combo-box.cjs.entry.js +6 -5
  25. package/dist/cjs/vega-date-picker_2.cjs.entry.js +8 -7
  26. package/dist/cjs/vega-dialog_2.cjs.entry.js +5 -5
  27. package/dist/cjs/vega-dropdown_5.cjs.entry.js +762 -312
  28. package/dist/cjs/vega-field-label.cjs.entry.js +3 -3
  29. package/dist/cjs/vega-font.cjs.entry.js +1 -1
  30. package/dist/cjs/vega-form.cjs.entry.js +8 -7
  31. package/dist/cjs/vega-image-uploader.cjs.entry.js +6 -5
  32. package/dist/cjs/vega-input-credit-card.cjs.entry.js +6 -5
  33. package/dist/cjs/vega-input-range.cjs.entry.js +6 -5
  34. package/dist/cjs/vega-input-select.cjs.entry.js +125 -40
  35. package/dist/cjs/vega-input.cjs.entry.js +5 -4
  36. package/dist/cjs/vega-item-toggle.cjs.entry.js +2 -2
  37. package/dist/cjs/vega-left-nav_5.cjs.entry.js +4 -4
  38. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +1 -1
  39. package/dist/cjs/vega-pagination.cjs.entry.js +3 -3
  40. package/dist/cjs/vega-popover_2.cjs.entry.js +5 -5
  41. package/dist/cjs/vega-progress-tracker.cjs.entry.js +2 -2
  42. package/dist/cjs/vega-radio_2.cjs.entry.js +9 -8
  43. package/dist/cjs/vega-segment-control.cjs.entry.js +335 -0
  44. package/dist/cjs/vega-stepper.cjs.entry.js +6 -5
  45. package/dist/cjs/vega-tab-group_2.cjs.entry.js +4 -4
  46. package/dist/cjs/vega-table_8.cjs.entry.js +6 -6
  47. package/dist/cjs/vega-text.cjs.entry.js +1 -1
  48. package/dist/cjs/vega-textarea.cjs.entry.js +6 -5
  49. package/dist/cjs/vega-time-picker_2.cjs.entry.js +8 -7
  50. package/dist/cjs/vega-toggle-switch.cjs.entry.js +2 -2
  51. package/dist/cjs/vega-tooltip_2.cjs.entry.js +3 -3
  52. package/dist/cjs/vega.cjs.js +6 -6
  53. package/dist/cjs/{vegaEventManager-596e0636.js → vegaEventManager-608de030.js} +5 -5
  54. package/dist/cjs/vegaInternalEventId-6f5bb903.js +28 -0
  55. package/dist/cjs/{zIndexManager-de9aa352.js → zIndexManager-2dae3568.js} +78 -5
  56. package/dist/collection/collection-manifest.json +6 -0
  57. package/dist/collection/components/vega-box/interface.js +1 -0
  58. package/dist/collection/components/vega-box/vega-box.js +198 -4
  59. package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.js +12 -7
  60. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.css +1 -1
  61. package/dist/collection/components/vega-dropdown/vega-dropdown.js +22 -0
  62. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.js +8 -0
  63. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-lazy-load-controller.js +70 -0
  64. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +4 -1
  65. package/dist/collection/components/vega-input-select/vega-input-select.js +28 -1
  66. package/dist/collection/components/vega-segment-control/slimmers/controllers/vega-segment-control-selected-controller.js +49 -0
  67. package/dist/collection/components/vega-segment-control/slimmers/controllers/vega-segment-overflow-controller.js +68 -0
  68. package/dist/collection/components/vega-segment-control/slimmers/renderers/vega-segment-control-renderer.js +22 -0
  69. package/dist/collection/components/vega-segment-control/slimmers/renderers/vega-segment-renderer.js +68 -0
  70. package/dist/collection/components/vega-segment-control/vega-segment-control.css +126 -0
  71. package/dist/collection/components/vega-segment-control/vega-segment-control.js +265 -0
  72. package/dist/collection/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-mode-controller.js +70 -0
  73. package/dist/collection/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-position-controller.js +171 -0
  74. package/dist/collection/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-scrollable-controller.js +199 -0
  75. package/dist/collection/components/vega-virtual-scroll/slimmers/renderers/vega-virtual-scroll-loading-indicator-renderer.js +23 -0
  76. package/dist/collection/components/vega-virtual-scroll/slimmers/renderers/vega-virtual-scroll-renderer.js +66 -0
  77. package/dist/collection/components/vega-virtual-scroll/vega-virtual-scroll.css +7 -0
  78. package/dist/collection/components/vega-virtual-scroll/vega-virtual-scroll.js +80 -140
  79. package/dist/collection/global/scripts/beforeVegaLoad.js +8 -0
  80. package/dist/collection/helpers/change-manager/subject/static-subject/staticSubjectTitle.js +1 -0
  81. package/dist/collection/helpers/event-manager/eventID/componentEventIdMap.js +1 -0
  82. package/dist/collection/helpers/event-manager/eventID/vegaInternalEventId.js +1 -0
  83. package/dist/collection/helpers/notify/tests/vegaNotifyController.test.js +0 -4
  84. package/dist/collection/helpers/slimmers/pageResizeObserverSlimmer.js +5 -0
  85. package/dist/collection/helpers/zindex/test/vegaZIndexManager.test.js +29 -0
  86. package/dist/collection/helpers/zindex/test/zIndexManager.test.js +73 -6
  87. package/dist/collection/helpers/zindex/vegaZIndexManager.js +17 -0
  88. package/dist/collection/helpers/zindex/zIndexManager.js +78 -5
  89. package/dist/collection/utils/testUtils.js +4 -2
  90. package/dist/esm/{app-globals-66cada5c.js → app-globals-4020813f.js} +27 -2
  91. package/dist/esm/{childNodesEventPreventSlimmer-6ec031ef.js → childNodesEventPreventSlimmer-bef69563.js} +1 -1
  92. package/dist/esm/{childNodesNotifyObserverSlimmer-46f52e33.js → childNodesNotifyObserverSlimmer-0f055a66.js} +1 -1
  93. package/dist/esm/{elementAppenderSlimmer-bb2fc481.js → elementAppenderSlimmer-16b1066d.js} +2 -2
  94. package/dist/esm/{eventEmitSlimmer-f34c2d7f.js → eventEmitSlimmer-25555a18.js} +7 -7
  95. package/dist/esm/{formFieldControllerSlimmer-b4e0ae0d.js → formFieldControllerSlimmer-3b3a4140.js} +6 -27
  96. package/dist/esm/index-c3505689.js +4 -0
  97. package/dist/esm/index.js +4 -4
  98. package/dist/esm/{internalVegaEventManager-4d8f7e1d.js → internalVegaEventManager-b790d4e6.js} +1 -0
  99. package/dist/esm/loader.js +6 -6
  100. package/dist/esm/{pageResizeObserverSlimmer-39d1d0ff.js → pageResizeObserverSlimmer-d5d5fc44.js} +5 -0
  101. package/dist/esm/{subStateObserverSlimmer-c204a78f.js → subStateObserverSlimmer-3b34ec0c.js} +1 -1
  102. package/dist/esm/vega-accordion.entry.js +3 -3
  103. package/dist/esm/vega-app-header-button.entry.js +4 -4
  104. package/dist/esm/vega-box.entry.js +17 -5
  105. package/dist/esm/vega-breadcrumb.entry.js +3 -3
  106. package/dist/esm/vega-button-circle.entry.js +3 -3
  107. package/dist/esm/vega-button-link.entry.js +3 -3
  108. package/dist/esm/vega-button.entry.js +4 -4
  109. package/dist/esm/vega-carousel.entry.js +3 -3
  110. package/dist/esm/vega-checkbox_2.entry.js +9 -8
  111. package/dist/esm/vega-chip.entry.js +4 -4
  112. package/dist/esm/vega-color-picker.entry.js +5 -4
  113. package/dist/esm/vega-combo-box.entry.js +6 -5
  114. package/dist/esm/vega-date-picker_2.entry.js +8 -7
  115. package/dist/esm/vega-dialog_2.entry.js +5 -5
  116. package/dist/esm/vega-dropdown_5.entry.js +762 -312
  117. package/dist/esm/vega-field-label.entry.js +3 -3
  118. package/dist/esm/vega-font.entry.js +1 -1
  119. package/dist/esm/vega-form.entry.js +8 -7
  120. package/dist/esm/vega-image-uploader.entry.js +6 -5
  121. package/dist/esm/vega-input-credit-card.entry.js +6 -5
  122. package/dist/esm/vega-input-range.entry.js +6 -5
  123. package/dist/esm/vega-input-select.entry.js +125 -40
  124. package/dist/esm/vega-input.entry.js +5 -4
  125. package/dist/esm/vega-item-toggle.entry.js +2 -2
  126. package/dist/esm/vega-left-nav_5.entry.js +4 -4
  127. package/dist/esm/vega-loader-wrapper_2.entry.js +1 -1
  128. package/dist/esm/vega-pagination.entry.js +3 -3
  129. package/dist/esm/vega-popover_2.entry.js +5 -5
  130. package/dist/esm/vega-progress-tracker.entry.js +2 -2
  131. package/dist/esm/vega-radio_2.entry.js +9 -8
  132. package/dist/esm/vega-segment-control.entry.js +331 -0
  133. package/dist/esm/vega-stepper.entry.js +6 -5
  134. package/dist/esm/vega-tab-group_2.entry.js +4 -4
  135. package/dist/esm/vega-table_8.entry.js +6 -6
  136. package/dist/esm/vega-text.entry.js +1 -1
  137. package/dist/esm/vega-textarea.entry.js +6 -5
  138. package/dist/esm/vega-time-picker_2.entry.js +8 -7
  139. package/dist/esm/vega-toggle-switch.entry.js +2 -2
  140. package/dist/esm/vega-tooltip_2.entry.js +3 -3
  141. package/dist/esm/vega.js +6 -6
  142. package/dist/esm/{vegaEventManager-30471eee.js → vegaEventManager-5e22e132.js} +5 -5
  143. package/dist/esm/vegaInternalEventId-35e47bc7.js +24 -0
  144. package/dist/esm/zIndexManager-4292318f.js +178 -0
  145. package/dist/types/components/vega-box/interface.d.ts +11 -0
  146. package/dist/types/components/vega-box/vega-box.d.ts +29 -0
  147. package/dist/types/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.d.ts +1 -0
  148. package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +4 -0
  149. package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.d.ts +7 -0
  150. package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-lazy-load-controller.d.ts +28 -0
  151. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +1 -0
  152. package/dist/types/components/vega-input-select/types.d.ts +9 -0
  153. package/dist/types/components/vega-input-select/vega-input-select.d.ts +11 -1
  154. package/dist/types/components/vega-segment-control/slimmers/controllers/vega-segment-control-selected-controller.d.ts +16 -0
  155. package/dist/types/components/vega-segment-control/slimmers/controllers/vega-segment-overflow-controller.d.ts +23 -0
  156. package/dist/types/components/vega-segment-control/slimmers/renderers/vega-segment-control-renderer.d.ts +7 -0
  157. package/dist/types/components/vega-segment-control/slimmers/renderers/vega-segment-renderer.d.ts +20 -0
  158. package/dist/types/components/vega-segment-control/types.d.ts +8 -0
  159. package/dist/types/components/vega-segment-control/vega-segment-control.d.ts +73 -0
  160. package/dist/types/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-mode-controller.d.ts +34 -0
  161. package/dist/types/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-position-controller.d.ts +88 -0
  162. package/dist/types/components/vega-virtual-scroll/slimmers/controllers/vega-virtual-scroll-scrollable-controller.d.ts +97 -0
  163. package/dist/types/components/vega-virtual-scroll/slimmers/renderers/vega-virtual-scroll-loading-indicator-renderer.d.ts +10 -0
  164. package/dist/types/components/vega-virtual-scroll/slimmers/renderers/vega-virtual-scroll-renderer.d.ts +16 -0
  165. package/dist/types/components/vega-virtual-scroll/types.d.ts +11 -0
  166. package/dist/types/components/vega-virtual-scroll/vega-virtual-scroll.d.ts +24 -48
  167. package/dist/types/components.d.ts +157 -9
  168. package/dist/types/helpers/change-manager/subject/static-subject/staticSubjectTitle.d.ts +2 -1
  169. package/dist/types/helpers/event-manager/eventID/vegaInternalEventId.d.ts +1 -0
  170. package/dist/types/helpers/zindex/test/vegaZIndexManager.test.d.ts +1 -0
  171. package/dist/types/helpers/zindex/vegaZIndexManager.d.ts +19 -0
  172. package/dist/types/helpers/zindex/zIndexManager.d.ts +43 -5
  173. package/dist/types/types/components.type.d.ts +11 -0
  174. package/dist/types/utils/testUtils.d.ts +2 -0
  175. package/dist/vega/index.esm.js +1 -1
  176. package/dist/vega/p-00781ab5.entry.js +1 -0
  177. package/dist/vega/{p-2ff0323f.js → p-02048f1c.js} +1 -1
  178. package/dist/vega/p-0284abd6.entry.js +1 -0
  179. package/dist/vega/{p-e7cc9793.entry.js → p-0a6b6b48.entry.js} +1 -1
  180. package/dist/vega/{p-5bc3f5e7.entry.js → p-0e9c4838.entry.js} +1 -1
  181. package/dist/vega/p-131ed802.entry.js +1 -0
  182. package/dist/vega/{p-f7c856be.entry.js → p-172a088d.entry.js} +1 -1
  183. package/dist/vega/{p-58e7cf15.entry.js → p-1acfad43.entry.js} +1 -1
  184. package/dist/vega/{p-6bbd25e1.js → p-1fa8d56f.js} +1 -1
  185. package/dist/vega/p-21712e98.entry.js +1 -0
  186. package/dist/vega/p-273035b1.entry.js +1 -0
  187. package/dist/vega/{p-fecdfc5d.entry.js → p-30b19333.entry.js} +1 -1
  188. package/dist/vega/{p-197ed7d6.js → p-30dea06e.js} +1 -1
  189. package/dist/vega/p-34d08302.entry.js +1 -0
  190. package/dist/vega/p-38909110.entry.js +1 -0
  191. package/dist/vega/{p-8bba64cf.entry.js → p-3ed3f8eb.entry.js} +1 -1
  192. package/dist/vega/{p-8d426ae0.entry.js → p-45d1c5b8.entry.js} +1 -1
  193. package/dist/vega/{p-1598acdd.js → p-45f075a3.js} +1 -1
  194. package/dist/vega/{p-194286d0.entry.js → p-47455bb8.entry.js} +1 -1
  195. package/dist/vega/{p-33dd5b26.entry.js → p-48e6c3e1.entry.js} +1 -1
  196. package/dist/vega/{p-1597cfdb.entry.js → p-52e357e5.entry.js} +2 -2
  197. package/dist/vega/p-59621764.entry.js +1 -0
  198. package/dist/vega/p-6be20573.entry.js +1 -0
  199. package/dist/vega/{p-6e377e96.entry.js → p-79179acd.entry.js} +1 -1
  200. package/dist/vega/p-875c3874.js +1 -0
  201. package/dist/vega/p-8abac75b.js +1 -0
  202. package/dist/vega/{p-10d6d098.entry.js → p-8ad56718.entry.js} +1 -1
  203. package/dist/vega/p-9332d73d.js +1 -0
  204. package/dist/vega/p-93f7779c.entry.js +1 -0
  205. package/dist/vega/p-9672a5c3.entry.js +1 -0
  206. package/dist/vega/{p-a99fea85.entry.js → p-96a419ee.entry.js} +1 -1
  207. package/dist/vega/{p-b21ff116.entry.js → p-a20b6c90.entry.js} +1 -1
  208. package/dist/vega/{p-c92af3f3.entry.js → p-a6811330.entry.js} +1 -1
  209. package/dist/vega/p-a7ab9592.entry.js +1 -0
  210. package/dist/vega/{p-2427511f.entry.js → p-b1d6f73f.entry.js} +1 -1
  211. package/dist/vega/{p-678d4d23.entry.js → p-b358c942.entry.js} +1 -1
  212. package/dist/vega/p-b37dbd69.js +1 -0
  213. package/dist/vega/{p-33bbb0e8.entry.js → p-b467bddf.entry.js} +1 -1
  214. package/dist/vega/{p-d7ad051f.entry.js → p-b49b3441.entry.js} +1 -1
  215. package/dist/vega/{p-6923b79c.js → p-b76702a8.js} +1 -1
  216. package/dist/vega/p-bbc6eb4f.entry.js +1 -0
  217. package/dist/vega/{p-40291804.js → p-cb00df88.js} +1 -1
  218. package/dist/vega/p-cd4a9488.js +1 -0
  219. package/dist/vega/p-dcb1649f.entry.js +1 -0
  220. package/dist/vega/{p-51c21063.entry.js → p-df704eaa.entry.js} +1 -1
  221. package/dist/vega/{p-7fd7f79d.entry.js → p-e1fc2bc4.entry.js} +1 -1
  222. package/dist/vega/p-ebf94bde.entry.js +1 -0
  223. package/dist/vega/{p-aec86b14.entry.js → p-f57cc244.entry.js} +1 -1
  224. package/dist/vega/p-f8320f7d.entry.js +1 -0
  225. package/dist/vega/p-f90aef8a.js +1 -0
  226. package/dist/vega/{p-16864322.entry.js → p-fe390ce2.entry.js} +1 -1
  227. package/dist/vega/vega.esm.js +1 -1
  228. package/package.json +1 -1
  229. package/dist/esm/zIndexManager-ea603c97.js +0 -105
  230. package/dist/vega/p-00c1089c.entry.js +0 -1
  231. package/dist/vega/p-012263bf.entry.js +0 -1
  232. package/dist/vega/p-0478ca6f.js +0 -1
  233. package/dist/vega/p-0b14da46.entry.js +0 -1
  234. package/dist/vega/p-11900f30.entry.js +0 -1
  235. package/dist/vega/p-14594865.entry.js +0 -1
  236. package/dist/vega/p-146afc30.entry.js +0 -1
  237. package/dist/vega/p-3c37039f.js +0 -1
  238. package/dist/vega/p-4d87330b.entry.js +0 -1
  239. package/dist/vega/p-4e455c75.entry.js +0 -1
  240. package/dist/vega/p-6b70f8c8.js +0 -1
  241. package/dist/vega/p-88aa975c.js +0 -1
  242. package/dist/vega/p-a6b492b2.entry.js +0 -1
  243. package/dist/vega/p-ac828dca.entry.js +0 -1
  244. package/dist/vega/p-adcba23c.entry.js +0 -1
  245. package/dist/vega/p-db915d91.entry.js +0 -1
  246. package/dist/vega/p-e46640ff.entry.js +0 -1
  247. package/dist/vega/p-e5692191.js +0 -1
  248. package/dist/vega/p-f02645c2.entry.js +0 -1
  249. package/dist/vega/p-f7be5041.entry.js +0 -1
@@ -1 +0,0 @@
1
- import{r as t,h as o,H as i,g as r}from"./p-9777b1c1.js";import{s as d}from"./p-63676b71.js";import{j as p,f as s}from"./p-b3726704.js";import{a as e}from"./p-de21b1d8.js";import{I as v}from"./p-50c9b4ac.js";import{I as m}from"./p-4a651b91.js";import{M as n,V as x}from"./p-cb19da5d.js";import{M as h}from"./p-a90f4bcd.js";import{R as a}from"./p-9dcfd5f2.js";import{P as z}from"./p-e5692191.js";import"./p-9ad088e0.js";import"./p-5fd43609.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";var g=function(t,o,i,r){var d,p=arguments.length,s=p<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,o,i,r);else for(var e=t.length-1;e>=0;e--)(d=t[e])&&(s=(p<3?d(s):p>3?d(o,i,s):d(o,i))||s);return p>3&&s&&Object.defineProperty(o,i,s),s};class b extends x{componentWillLoad(){this.appendAllStateStyles()}watchBorder(){this.appendStateStyles(this.border,"border"),this.makeBorderColorAfterBorder()}watchShadow(){this.appendStateStyles(this.shadow,"shadow")}watchBorderColor(){this.appendStateStyles(this.borderColor,"borderColor"),this.makeBorderColorAfterBorder()}watchBackgroundColor(){this.appendStateStyles(this.backgroundColor,"backgroundColor")}appendStateStyles(t,o){var i;if(null===(i=this.host.shadowRoot.querySelector(`style#state-styles-${o}`))||void 0===i||i.remove(),p(t,o)){const i=document.createElement("style");i.setAttribute("id",`state-styles-${o}`),i.innerHTML=p(t,o),this.host.shadowRoot.append(i)}}makeBorderColorAfterBorder(){const t=this.host.shadowRoot.querySelector("style#state-styles-borderColor"),o=this.host.shadowRoot.querySelector("style#state-styles-border");t&&o&&o.after(t)}appendAllStateStyles(){this.appendStateStyles(this.backgroundColor,"backgroundColor"),this.appendStateStyles(this.border,"border"),this.appendStateStyles(this.borderColor,"borderColor"),this.appendStateStyles(this.shadow,"shadow")}}g([n()],b.prototype,"host",void 0),g([n()],b.prototype,"backgroundColor",void 0),g([n()],b.prototype,"borderColor",void 0),g([n()],b.prototype,"border",void 0),g([n()],b.prototype,"shadow",void 0),g([h("componentWillLoad")],b.prototype,"componentWillLoad",null),g([h("watchBorder")],b.prototype,"watchBorder",null),g([h("watchShadow")],b.prototype,"watchShadow",null),g([h("watchBorderColor")],b.prototype,"watchBorderColor",null),g([h("watchBackgroundColor")],b.prototype,"watchBackgroundColor",null);var u=function(t,o,i,r){var d,p=arguments.length,s=p<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,o,i,r);else for(var e=t.length-1;e>=0;e--)(d=t[e])&&(s=(p<3?d(s):p>3?d(o,i,s):d(o,i))||s);return p>3&&s&&Object.defineProperty(o,i,s),s};const l=class{constructor(o){t(this,o),this.globalSlimmers={},this.pageResizeSlimmer=new z,this.stateStyleController=new b}watchBorder(){}watchShadow(){}watchBorderColor(){}watchBackgroundColor(){}render(){const t=[s(this.padding,"padding"),s(this.margin,"margin"),s(this.display,"boxDisplay"),s(this.corners,"corners"),a.formatCustom(this.responsiveClass)];return d(o(i,{style:{width:s(this.width,"widthAndHeight"),height:s(this.height,"widthAndHeight")},class:e(t)},o("slot",null)),this.host)}get host(){return r(this)}static get watchers(){return{border:["watchBorder"],shadow:["watchShadow"],borderColor:["watchBorderColor"],backgroundColor:["watchBackgroundColor"]}}};u([m()],l.prototype,"globalSlimmers",void 0),u([v()],l.prototype,"pageResizeSlimmer",void 0),u([v()],l.prototype,"stateStyleController",void 0),l.style=":host(.v-p-0),.v-p-0{padding:0px}:host(.v-px-0),.v-px-0{padding-left:0px;padding-right:0px}:host(.v-py-0),.v-py-0{padding-top:0px;padding-bottom:0px}:host(.v-pt-0),.v-pt-0{padding-top:0px}:host(.v-pb-0),.v-pb-0{padding-bottom:0px}:host(.v-pr-0),.v-pr-0{padding-right:0px}:host(.v-pl-0),.v-pl-0{padding-left:0px}:host(.v-p-size-0),.v-p-size-0{padding:0px}:host(.v-px-size-0),.v-px-size-0{padding-left:0px;padding-right:0px}:host(.v-py-size-0),.v-py-size-0{padding-top:0px;padding-bottom:0px}:host(.v-pt-size-0),.v-pt-size-0{padding-top:0px}:host(.v-pb-size-0),.v-pb-size-0{padding-bottom:0px}:host(.v-pr-size-0),.v-pr-size-0{padding-right:0px}:host(.v-pl-size-0),.v-pl-size-0{padding-left:0px}:host(.v-p-size-4),.v-p-size-4{padding:4px}:host(.v-px-size-4),.v-px-size-4{padding-left:4px;padding-right:4px}:host(.v-py-size-4),.v-py-size-4{padding-top:4px;padding-bottom:4px}:host(.v-pt-size-4),.v-pt-size-4{padding-top:4px}:host(.v-pb-size-4),.v-pb-size-4{padding-bottom:4px}:host(.v-pr-size-4),.v-pr-size-4{padding-right:4px}:host(.v-pl-size-4),.v-pl-size-4{padding-left:4px}:host(.v-p-size-8),.v-p-size-8{padding:8px}:host(.v-px-size-8),.v-px-size-8{padding-left:8px;padding-right:8px}:host(.v-py-size-8),.v-py-size-8{padding-top:8px;padding-bottom:8px}:host(.v-pt-size-8),.v-pt-size-8{padding-top:8px}:host(.v-pb-size-8),.v-pb-size-8{padding-bottom:8px}:host(.v-pr-size-8),.v-pr-size-8{padding-right:8px}:host(.v-pl-size-8),.v-pl-size-8{padding-left:8px}:host(.v-p-size-12),.v-p-size-12{padding:12px}:host(.v-px-size-12),.v-px-size-12{padding-left:12px;padding-right:12px}:host(.v-py-size-12),.v-py-size-12{padding-top:12px;padding-bottom:12px}:host(.v-pt-size-12),.v-pt-size-12{padding-top:12px}:host(.v-pb-size-12),.v-pb-size-12{padding-bottom:12px}:host(.v-pr-size-12),.v-pr-size-12{padding-right:12px}:host(.v-pl-size-12),.v-pl-size-12{padding-left:12px}:host(.v-p-size-16),.v-p-size-16{padding:16px}:host(.v-px-size-16),.v-px-size-16{padding-left:16px;padding-right:16px}:host(.v-py-size-16),.v-py-size-16{padding-top:16px;padding-bottom:16px}:host(.v-pt-size-16),.v-pt-size-16{padding-top:16px}:host(.v-pb-size-16),.v-pb-size-16{padding-bottom:16px}:host(.v-pr-size-16),.v-pr-size-16{padding-right:16px}:host(.v-pl-size-16),.v-pl-size-16{padding-left:16px}:host(.v-p-size-20),.v-p-size-20{padding:20px}:host(.v-px-size-20),.v-px-size-20{padding-left:20px;padding-right:20px}:host(.v-py-size-20),.v-py-size-20{padding-top:20px;padding-bottom:20px}:host(.v-pt-size-20),.v-pt-size-20{padding-top:20px}:host(.v-pb-size-20),.v-pb-size-20{padding-bottom:20px}:host(.v-pr-size-20),.v-pr-size-20{padding-right:20px}:host(.v-pl-size-20),.v-pl-size-20{padding-left:20px}:host(.v-p-size-24),.v-p-size-24{padding:24px}:host(.v-px-size-24),.v-px-size-24{padding-left:24px;padding-right:24px}:host(.v-py-size-24),.v-py-size-24{padding-top:24px;padding-bottom:24px}:host(.v-pt-size-24),.v-pt-size-24{padding-top:24px}:host(.v-pb-size-24),.v-pb-size-24{padding-bottom:24px}:host(.v-pr-size-24),.v-pr-size-24{padding-right:24px}:host(.v-pl-size-24),.v-pl-size-24{padding-left:24px}:host(.v-p-size-32),.v-p-size-32{padding:32px}:host(.v-px-size-32),.v-px-size-32{padding-left:32px;padding-right:32px}:host(.v-py-size-32),.v-py-size-32{padding-top:32px;padding-bottom:32px}:host(.v-pt-size-32),.v-pt-size-32{padding-top:32px}:host(.v-pb-size-32),.v-pb-size-32{padding-bottom:32px}:host(.v-pr-size-32),.v-pr-size-32{padding-right:32px}:host(.v-pl-size-32),.v-pl-size-32{padding-left:32px}:host(.v-p-size-40),.v-p-size-40{padding:40px}:host(.v-px-size-40),.v-px-size-40{padding-left:40px;padding-right:40px}:host(.v-py-size-40),.v-py-size-40{padding-top:40px;padding-bottom:40px}:host(.v-pt-size-40),.v-pt-size-40{padding-top:40px}:host(.v-pb-size-40),.v-pb-size-40{padding-bottom:40px}:host(.v-pr-size-40),.v-pr-size-40{padding-right:40px}:host(.v-pl-size-40),.v-pl-size-40{padding-left:40px}:host(.v-p-size-48),.v-p-size-48{padding:48px}:host(.v-px-size-48),.v-px-size-48{padding-left:48px;padding-right:48px}:host(.v-py-size-48),.v-py-size-48{padding-top:48px;padding-bottom:48px}:host(.v-pt-size-48),.v-pt-size-48{padding-top:48px}:host(.v-pb-size-48),.v-pb-size-48{padding-bottom:48px}:host(.v-pr-size-48),.v-pr-size-48{padding-right:48px}:host(.v-pl-size-48),.v-pl-size-48{padding-left:48px}:host(.v-p-size-64),.v-p-size-64{padding:64px}:host(.v-px-size-64),.v-px-size-64{padding-left:64px;padding-right:64px}:host(.v-py-size-64),.v-py-size-64{padding-top:64px;padding-bottom:64px}:host(.v-pt-size-64),.v-pt-size-64{padding-top:64px}:host(.v-pb-size-64),.v-pb-size-64{padding-bottom:64px}:host(.v-pr-size-64),.v-pr-size-64{padding-right:64px}:host(.v-pl-size-64),.v-pl-size-64{padding-left:64px}:host(.v-p-size-72),.v-p-size-72{padding:72px}:host(.v-px-size-72),.v-px-size-72{padding-left:72px;padding-right:72px}:host(.v-py-size-72),.v-py-size-72{padding-top:72px;padding-bottom:72px}:host(.v-pt-size-72),.v-pt-size-72{padding-top:72px}:host(.v-pb-size-72),.v-pb-size-72{padding-bottom:72px}:host(.v-pr-size-72),.v-pr-size-72{padding-right:72px}:host(.v-pl-size-72),.v-pl-size-72{padding-left:72px}:host(.v-p-size-80),.v-p-size-80{padding:80px}:host(.v-px-size-80),.v-px-size-80{padding-left:80px;padding-right:80px}:host(.v-py-size-80),.v-py-size-80{padding-top:80px;padding-bottom:80px}:host(.v-pt-size-80),.v-pt-size-80{padding-top:80px}:host(.v-pb-size-80),.v-pb-size-80{padding-bottom:80px}:host(.v-pr-size-80),.v-pr-size-80{padding-right:80px}:host(.v-pl-size-80),.v-pl-size-80{padding-left:80px}:host(.v-p-size-112),.v-p-size-112{padding:112px}:host(.v-px-size-112),.v-px-size-112{padding-left:112px;padding-right:112px}:host(.v-py-size-112),.v-py-size-112{padding-top:112px;padding-bottom:112px}:host(.v-pt-size-112),.v-pt-size-112{padding-top:112px}:host(.v-pb-size-112),.v-pb-size-112{padding-bottom:112px}:host(.v-pr-size-112),.v-pr-size-112{padding-right:112px}:host(.v-pl-size-112),.v-pl-size-112{padding-left:112px}:host(.v-p-size-2),.v-p-size-2{padding:2px}:host(.v-px-size-2),.v-px-size-2{padding-left:2px;padding-right:2px}:host(.v-py-size-2),.v-py-size-2{padding-top:2px;padding-bottom:2px}:host(.v-pt-size-2),.v-pt-size-2{padding-top:2px}:host(.v-pb-size-2),.v-pb-size-2{padding-bottom:2px}:host(.v-pr-size-2),.v-pr-size-2{padding-right:2px}:host(.v-pl-size-2),.v-pl-size-2{padding-left:2px}@media (min-width: 320px){:host(.S\\:v-p-0),.S\\:v-p-0{padding:0px}:host(.S\\:v-px-0),.S\\:v-px-0{padding-left:0px;padding-right:0px}:host(.S\\:v-py-0),.S\\:v-py-0{padding-top:0px;padding-bottom:0px}:host(.S\\:v-pt-0),.S\\:v-pt-0{padding-top:0px}:host(.S\\:v-pb-0),.S\\:v-pb-0{padding-bottom:0px}:host(.S\\:v-pr-0),.S\\:v-pr-0{padding-right:0px}:host(.S\\:v-pl-0),.S\\:v-pl-0{padding-left:0px}:host(.S\\:v-p-size-0),.S\\:v-p-size-0{padding:0px}:host(.S\\:v-px-size-0),.S\\:v-px-size-0{padding-left:0px;padding-right:0px}:host(.S\\:v-py-size-0),.S\\:v-py-size-0{padding-top:0px;padding-bottom:0px}:host(.S\\:v-pt-size-0),.S\\:v-pt-size-0{padding-top:0px}:host(.S\\:v-pb-size-0),.S\\:v-pb-size-0{padding-bottom:0px}:host(.S\\:v-pr-size-0),.S\\:v-pr-size-0{padding-right:0px}:host(.S\\:v-pl-size-0),.S\\:v-pl-size-0{padding-left:0px}:host(.S\\:v-p-size-4),.S\\:v-p-size-4{padding:4px}:host(.S\\:v-px-size-4),.S\\:v-px-size-4{padding-left:4px;padding-right:4px}:host(.S\\:v-py-size-4),.S\\:v-py-size-4{padding-top:4px;padding-bottom:4px}:host(.S\\:v-pt-size-4),.S\\:v-pt-size-4{padding-top:4px}:host(.S\\:v-pb-size-4),.S\\:v-pb-size-4{padding-bottom:4px}:host(.S\\:v-pr-size-4),.S\\:v-pr-size-4{padding-right:4px}:host(.S\\:v-pl-size-4),.S\\:v-pl-size-4{padding-left:4px}:host(.S\\:v-p-size-8),.S\\:v-p-size-8{padding:8px}:host(.S\\:v-px-size-8),.S\\:v-px-size-8{padding-left:8px;padding-right:8px}:host(.S\\:v-py-size-8),.S\\:v-py-size-8{padding-top:8px;padding-bottom:8px}:host(.S\\:v-pt-size-8),.S\\:v-pt-size-8{padding-top:8px}:host(.S\\:v-pb-size-8),.S\\:v-pb-size-8{padding-bottom:8px}:host(.S\\:v-pr-size-8),.S\\:v-pr-size-8{padding-right:8px}:host(.S\\:v-pl-size-8),.S\\:v-pl-size-8{padding-left:8px}:host(.S\\:v-p-size-12),.S\\:v-p-size-12{padding:12px}:host(.S\\:v-px-size-12),.S\\:v-px-size-12{padding-left:12px;padding-right:12px}:host(.S\\:v-py-size-12),.S\\:v-py-size-12{padding-top:12px;padding-bottom:12px}:host(.S\\:v-pt-size-12),.S\\:v-pt-size-12{padding-top:12px}:host(.S\\:v-pb-size-12),.S\\:v-pb-size-12{padding-bottom:12px}:host(.S\\:v-pr-size-12),.S\\:v-pr-size-12{padding-right:12px}:host(.S\\:v-pl-size-12),.S\\:v-pl-size-12{padding-left:12px}:host(.S\\:v-p-size-16),.S\\:v-p-size-16{padding:16px}:host(.S\\:v-px-size-16),.S\\:v-px-size-16{padding-left:16px;padding-right:16px}:host(.S\\:v-py-size-16),.S\\:v-py-size-16{padding-top:16px;padding-bottom:16px}:host(.S\\:v-pt-size-16),.S\\:v-pt-size-16{padding-top:16px}:host(.S\\:v-pb-size-16),.S\\:v-pb-size-16{padding-bottom:16px}:host(.S\\:v-pr-size-16),.S\\:v-pr-size-16{padding-right:16px}:host(.S\\:v-pl-size-16),.S\\:v-pl-size-16{padding-left:16px}:host(.S\\:v-p-size-20),.S\\:v-p-size-20{padding:20px}:host(.S\\:v-px-size-20),.S\\:v-px-size-20{padding-left:20px;padding-right:20px}:host(.S\\:v-py-size-20),.S\\:v-py-size-20{padding-top:20px;padding-bottom:20px}:host(.S\\:v-pt-size-20),.S\\:v-pt-size-20{padding-top:20px}:host(.S\\:v-pb-size-20),.S\\:v-pb-size-20{padding-bottom:20px}:host(.S\\:v-pr-size-20),.S\\:v-pr-size-20{padding-right:20px}:host(.S\\:v-pl-size-20),.S\\:v-pl-size-20{padding-left:20px}:host(.S\\:v-p-size-24),.S\\:v-p-size-24{padding:24px}:host(.S\\:v-px-size-24),.S\\:v-px-size-24{padding-left:24px;padding-right:24px}:host(.S\\:v-py-size-24),.S\\:v-py-size-24{padding-top:24px;padding-bottom:24px}:host(.S\\:v-pt-size-24),.S\\:v-pt-size-24{padding-top:24px}:host(.S\\:v-pb-size-24),.S\\:v-pb-size-24{padding-bottom:24px}:host(.S\\:v-pr-size-24),.S\\:v-pr-size-24{padding-right:24px}:host(.S\\:v-pl-size-24),.S\\:v-pl-size-24{padding-left:24px}:host(.S\\:v-p-size-32),.S\\:v-p-size-32{padding:32px}:host(.S\\:v-px-size-32),.S\\:v-px-size-32{padding-left:32px;padding-right:32px}:host(.S\\:v-py-size-32),.S\\:v-py-size-32{padding-top:32px;padding-bottom:32px}:host(.S\\:v-pt-size-32),.S\\:v-pt-size-32{padding-top:32px}:host(.S\\:v-pb-size-32),.S\\:v-pb-size-32{padding-bottom:32px}:host(.S\\:v-pr-size-32),.S\\:v-pr-size-32{padding-right:32px}:host(.S\\:v-pl-size-32),.S\\:v-pl-size-32{padding-left:32px}:host(.S\\:v-p-size-40),.S\\:v-p-size-40{padding:40px}:host(.S\\:v-px-size-40),.S\\:v-px-size-40{padding-left:40px;padding-right:40px}:host(.S\\:v-py-size-40),.S\\:v-py-size-40{padding-top:40px;padding-bottom:40px}:host(.S\\:v-pt-size-40),.S\\:v-pt-size-40{padding-top:40px}:host(.S\\:v-pb-size-40),.S\\:v-pb-size-40{padding-bottom:40px}:host(.S\\:v-pr-size-40),.S\\:v-pr-size-40{padding-right:40px}:host(.S\\:v-pl-size-40),.S\\:v-pl-size-40{padding-left:40px}:host(.S\\:v-p-size-48),.S\\:v-p-size-48{padding:48px}:host(.S\\:v-px-size-48),.S\\:v-px-size-48{padding-left:48px;padding-right:48px}:host(.S\\:v-py-size-48),.S\\:v-py-size-48{padding-top:48px;padding-bottom:48px}:host(.S\\:v-pt-size-48),.S\\:v-pt-size-48{padding-top:48px}:host(.S\\:v-pb-size-48),.S\\:v-pb-size-48{padding-bottom:48px}:host(.S\\:v-pr-size-48),.S\\:v-pr-size-48{padding-right:48px}:host(.S\\:v-pl-size-48),.S\\:v-pl-size-48{padding-left:48px}:host(.S\\:v-p-size-64),.S\\:v-p-size-64{padding:64px}:host(.S\\:v-px-size-64),.S\\:v-px-size-64{padding-left:64px;padding-right:64px}:host(.S\\:v-py-size-64),.S\\:v-py-size-64{padding-top:64px;padding-bottom:64px}:host(.S\\:v-pt-size-64),.S\\:v-pt-size-64{padding-top:64px}:host(.S\\:v-pb-size-64),.S\\:v-pb-size-64{padding-bottom:64px}:host(.S\\:v-pr-size-64),.S\\:v-pr-size-64{padding-right:64px}:host(.S\\:v-pl-size-64),.S\\:v-pl-size-64{padding-left:64px}:host(.S\\:v-p-size-72),.S\\:v-p-size-72{padding:72px}:host(.S\\:v-px-size-72),.S\\:v-px-size-72{padding-left:72px;padding-right:72px}:host(.S\\:v-py-size-72),.S\\:v-py-size-72{padding-top:72px;padding-bottom:72px}:host(.S\\:v-pt-size-72),.S\\:v-pt-size-72{padding-top:72px}:host(.S\\:v-pb-size-72),.S\\:v-pb-size-72{padding-bottom:72px}:host(.S\\:v-pr-size-72),.S\\:v-pr-size-72{padding-right:72px}:host(.S\\:v-pl-size-72),.S\\:v-pl-size-72{padding-left:72px}:host(.S\\:v-p-size-80),.S\\:v-p-size-80{padding:80px}:host(.S\\:v-px-size-80),.S\\:v-px-size-80{padding-left:80px;padding-right:80px}:host(.S\\:v-py-size-80),.S\\:v-py-size-80{padding-top:80px;padding-bottom:80px}:host(.S\\:v-pt-size-80),.S\\:v-pt-size-80{padding-top:80px}:host(.S\\:v-pb-size-80),.S\\:v-pb-size-80{padding-bottom:80px}:host(.S\\:v-pr-size-80),.S\\:v-pr-size-80{padding-right:80px}:host(.S\\:v-pl-size-80),.S\\:v-pl-size-80{padding-left:80px}:host(.S\\:v-p-size-112),.S\\:v-p-size-112{padding:112px}:host(.S\\:v-px-size-112),.S\\:v-px-size-112{padding-left:112px;padding-right:112px}:host(.S\\:v-py-size-112),.S\\:v-py-size-112{padding-top:112px;padding-bottom:112px}:host(.S\\:v-pt-size-112),.S\\:v-pt-size-112{padding-top:112px}:host(.S\\:v-pb-size-112),.S\\:v-pb-size-112{padding-bottom:112px}:host(.S\\:v-pr-size-112),.S\\:v-pr-size-112{padding-right:112px}:host(.S\\:v-pl-size-112),.S\\:v-pl-size-112{padding-left:112px}:host(.S\\:v-p-size-2),.S\\:v-p-size-2{padding:2px}:host(.S\\:v-px-size-2),.S\\:v-px-size-2{padding-left:2px;padding-right:2px}:host(.S\\:v-py-size-2),.S\\:v-py-size-2{padding-top:2px;padding-bottom:2px}:host(.S\\:v-pt-size-2),.S\\:v-pt-size-2{padding-top:2px}:host(.S\\:v-pb-size-2),.S\\:v-pb-size-2{padding-bottom:2px}:host(.S\\:v-pr-size-2),.S\\:v-pr-size-2{padding-right:2px}:host(.S\\:v-pl-size-2),.S\\:v-pl-size-2{padding-left:2px}}@media (min-width: 768px){:host(.M\\:v-p-0),.M\\:v-p-0{padding:0px}:host(.M\\:v-px-0),.M\\:v-px-0{padding-left:0px;padding-right:0px}:host(.M\\:v-py-0),.M\\:v-py-0{padding-top:0px;padding-bottom:0px}:host(.M\\:v-pt-0),.M\\:v-pt-0{padding-top:0px}:host(.M\\:v-pb-0),.M\\:v-pb-0{padding-bottom:0px}:host(.M\\:v-pr-0),.M\\:v-pr-0{padding-right:0px}:host(.M\\:v-pl-0),.M\\:v-pl-0{padding-left:0px}:host(.M\\:v-p-size-0),.M\\:v-p-size-0{padding:0px}:host(.M\\:v-px-size-0),.M\\:v-px-size-0{padding-left:0px;padding-right:0px}:host(.M\\:v-py-size-0),.M\\:v-py-size-0{padding-top:0px;padding-bottom:0px}:host(.M\\:v-pt-size-0),.M\\:v-pt-size-0{padding-top:0px}:host(.M\\:v-pb-size-0),.M\\:v-pb-size-0{padding-bottom:0px}:host(.M\\:v-pr-size-0),.M\\:v-pr-size-0{padding-right:0px}:host(.M\\:v-pl-size-0),.M\\:v-pl-size-0{padding-left:0px}:host(.M\\:v-p-size-4),.M\\:v-p-size-4{padding:4px}:host(.M\\:v-px-size-4),.M\\:v-px-size-4{padding-left:4px;padding-right:4px}:host(.M\\:v-py-size-4),.M\\:v-py-size-4{padding-top:4px;padding-bottom:4px}:host(.M\\:v-pt-size-4),.M\\:v-pt-size-4{padding-top:4px}:host(.M\\:v-pb-size-4),.M\\:v-pb-size-4{padding-bottom:4px}:host(.M\\:v-pr-size-4),.M\\:v-pr-size-4{padding-right:4px}:host(.M\\:v-pl-size-4),.M\\:v-pl-size-4{padding-left:4px}:host(.M\\:v-p-size-8),.M\\:v-p-size-8{padding:8px}:host(.M\\:v-px-size-8),.M\\:v-px-size-8{padding-left:8px;padding-right:8px}:host(.M\\:v-py-size-8),.M\\:v-py-size-8{padding-top:8px;padding-bottom:8px}:host(.M\\:v-pt-size-8),.M\\:v-pt-size-8{padding-top:8px}:host(.M\\:v-pb-size-8),.M\\:v-pb-size-8{padding-bottom:8px}:host(.M\\:v-pr-size-8),.M\\:v-pr-size-8{padding-right:8px}:host(.M\\:v-pl-size-8),.M\\:v-pl-size-8{padding-left:8px}:host(.M\\:v-p-size-12),.M\\:v-p-size-12{padding:12px}:host(.M\\:v-px-size-12),.M\\:v-px-size-12{padding-left:12px;padding-right:12px}:host(.M\\:v-py-size-12),.M\\:v-py-size-12{padding-top:12px;padding-bottom:12px}:host(.M\\:v-pt-size-12),.M\\:v-pt-size-12{padding-top:12px}:host(.M\\:v-pb-size-12),.M\\:v-pb-size-12{padding-bottom:12px}:host(.M\\:v-pr-size-12),.M\\:v-pr-size-12{padding-right:12px}:host(.M\\:v-pl-size-12),.M\\:v-pl-size-12{padding-left:12px}:host(.M\\:v-p-size-16),.M\\:v-p-size-16{padding:16px}:host(.M\\:v-px-size-16),.M\\:v-px-size-16{padding-left:16px;padding-right:16px}:host(.M\\:v-py-size-16),.M\\:v-py-size-16{padding-top:16px;padding-bottom:16px}:host(.M\\:v-pt-size-16),.M\\:v-pt-size-16{padding-top:16px}:host(.M\\:v-pb-size-16),.M\\:v-pb-size-16{padding-bottom:16px}:host(.M\\:v-pr-size-16),.M\\:v-pr-size-16{padding-right:16px}:host(.M\\:v-pl-size-16),.M\\:v-pl-size-16{padding-left:16px}:host(.M\\:v-p-size-20),.M\\:v-p-size-20{padding:20px}:host(.M\\:v-px-size-20),.M\\:v-px-size-20{padding-left:20px;padding-right:20px}:host(.M\\:v-py-size-20),.M\\:v-py-size-20{padding-top:20px;padding-bottom:20px}:host(.M\\:v-pt-size-20),.M\\:v-pt-size-20{padding-top:20px}:host(.M\\:v-pb-size-20),.M\\:v-pb-size-20{padding-bottom:20px}:host(.M\\:v-pr-size-20),.M\\:v-pr-size-20{padding-right:20px}:host(.M\\:v-pl-size-20),.M\\:v-pl-size-20{padding-left:20px}:host(.M\\:v-p-size-24),.M\\:v-p-size-24{padding:24px}:host(.M\\:v-px-size-24),.M\\:v-px-size-24{padding-left:24px;padding-right:24px}:host(.M\\:v-py-size-24),.M\\:v-py-size-24{padding-top:24px;padding-bottom:24px}:host(.M\\:v-pt-size-24),.M\\:v-pt-size-24{padding-top:24px}:host(.M\\:v-pb-size-24),.M\\:v-pb-size-24{padding-bottom:24px}:host(.M\\:v-pr-size-24),.M\\:v-pr-size-24{padding-right:24px}:host(.M\\:v-pl-size-24),.M\\:v-pl-size-24{padding-left:24px}:host(.M\\:v-p-size-32),.M\\:v-p-size-32{padding:32px}:host(.M\\:v-px-size-32),.M\\:v-px-size-32{padding-left:32px;padding-right:32px}:host(.M\\:v-py-size-32),.M\\:v-py-size-32{padding-top:32px;padding-bottom:32px}:host(.M\\:v-pt-size-32),.M\\:v-pt-size-32{padding-top:32px}:host(.M\\:v-pb-size-32),.M\\:v-pb-size-32{padding-bottom:32px}:host(.M\\:v-pr-size-32),.M\\:v-pr-size-32{padding-right:32px}:host(.M\\:v-pl-size-32),.M\\:v-pl-size-32{padding-left:32px}:host(.M\\:v-p-size-40),.M\\:v-p-size-40{padding:40px}:host(.M\\:v-px-size-40),.M\\:v-px-size-40{padding-left:40px;padding-right:40px}:host(.M\\:v-py-size-40),.M\\:v-py-size-40{padding-top:40px;padding-bottom:40px}:host(.M\\:v-pt-size-40),.M\\:v-pt-size-40{padding-top:40px}:host(.M\\:v-pb-size-40),.M\\:v-pb-size-40{padding-bottom:40px}:host(.M\\:v-pr-size-40),.M\\:v-pr-size-40{padding-right:40px}:host(.M\\:v-pl-size-40),.M\\:v-pl-size-40{padding-left:40px}:host(.M\\:v-p-size-48),.M\\:v-p-size-48{padding:48px}:host(.M\\:v-px-size-48),.M\\:v-px-size-48{padding-left:48px;padding-right:48px}:host(.M\\:v-py-size-48),.M\\:v-py-size-48{padding-top:48px;padding-bottom:48px}:host(.M\\:v-pt-size-48),.M\\:v-pt-size-48{padding-top:48px}:host(.M\\:v-pb-size-48),.M\\:v-pb-size-48{padding-bottom:48px}:host(.M\\:v-pr-size-48),.M\\:v-pr-size-48{padding-right:48px}:host(.M\\:v-pl-size-48),.M\\:v-pl-size-48{padding-left:48px}:host(.M\\:v-p-size-64),.M\\:v-p-size-64{padding:64px}:host(.M\\:v-px-size-64),.M\\:v-px-size-64{padding-left:64px;padding-right:64px}:host(.M\\:v-py-size-64),.M\\:v-py-size-64{padding-top:64px;padding-bottom:64px}:host(.M\\:v-pt-size-64),.M\\:v-pt-size-64{padding-top:64px}:host(.M\\:v-pb-size-64),.M\\:v-pb-size-64{padding-bottom:64px}:host(.M\\:v-pr-size-64),.M\\:v-pr-size-64{padding-right:64px}:host(.M\\:v-pl-size-64),.M\\:v-pl-size-64{padding-left:64px}:host(.M\\:v-p-size-72),.M\\:v-p-size-72{padding:72px}:host(.M\\:v-px-size-72),.M\\:v-px-size-72{padding-left:72px;padding-right:72px}:host(.M\\:v-py-size-72),.M\\:v-py-size-72{padding-top:72px;padding-bottom:72px}:host(.M\\:v-pt-size-72),.M\\:v-pt-size-72{padding-top:72px}:host(.M\\:v-pb-size-72),.M\\:v-pb-size-72{padding-bottom:72px}:host(.M\\:v-pr-size-72),.M\\:v-pr-size-72{padding-right:72px}:host(.M\\:v-pl-size-72),.M\\:v-pl-size-72{padding-left:72px}:host(.M\\:v-p-size-80),.M\\:v-p-size-80{padding:80px}:host(.M\\:v-px-size-80),.M\\:v-px-size-80{padding-left:80px;padding-right:80px}:host(.M\\:v-py-size-80),.M\\:v-py-size-80{padding-top:80px;padding-bottom:80px}:host(.M\\:v-pt-size-80),.M\\:v-pt-size-80{padding-top:80px}:host(.M\\:v-pb-size-80),.M\\:v-pb-size-80{padding-bottom:80px}:host(.M\\:v-pr-size-80),.M\\:v-pr-size-80{padding-right:80px}:host(.M\\:v-pl-size-80),.M\\:v-pl-size-80{padding-left:80px}:host(.M\\:v-p-size-112),.M\\:v-p-size-112{padding:112px}:host(.M\\:v-px-size-112),.M\\:v-px-size-112{padding-left:112px;padding-right:112px}:host(.M\\:v-py-size-112),.M\\:v-py-size-112{padding-top:112px;padding-bottom:112px}:host(.M\\:v-pt-size-112),.M\\:v-pt-size-112{padding-top:112px}:host(.M\\:v-pb-size-112),.M\\:v-pb-size-112{padding-bottom:112px}:host(.M\\:v-pr-size-112),.M\\:v-pr-size-112{padding-right:112px}:host(.M\\:v-pl-size-112),.M\\:v-pl-size-112{padding-left:112px}:host(.M\\:v-p-size-2),.M\\:v-p-size-2{padding:2px}:host(.M\\:v-px-size-2),.M\\:v-px-size-2{padding-left:2px;padding-right:2px}:host(.M\\:v-py-size-2),.M\\:v-py-size-2{padding-top:2px;padding-bottom:2px}:host(.M\\:v-pt-size-2),.M\\:v-pt-size-2{padding-top:2px}:host(.M\\:v-pb-size-2),.M\\:v-pb-size-2{padding-bottom:2px}:host(.M\\:v-pr-size-2),.M\\:v-pr-size-2{padding-right:2px}:host(.M\\:v-pl-size-2),.M\\:v-pl-size-2{padding-left:2px}}@media (min-width: 1024px){:host(.L\\:v-p-0),.L\\:v-p-0{padding:0px}:host(.L\\:v-px-0),.L\\:v-px-0{padding-left:0px;padding-right:0px}:host(.L\\:v-py-0),.L\\:v-py-0{padding-top:0px;padding-bottom:0px}:host(.L\\:v-pt-0),.L\\:v-pt-0{padding-top:0px}:host(.L\\:v-pb-0),.L\\:v-pb-0{padding-bottom:0px}:host(.L\\:v-pr-0),.L\\:v-pr-0{padding-right:0px}:host(.L\\:v-pl-0),.L\\:v-pl-0{padding-left:0px}:host(.L\\:v-p-size-0),.L\\:v-p-size-0{padding:0px}:host(.L\\:v-px-size-0),.L\\:v-px-size-0{padding-left:0px;padding-right:0px}:host(.L\\:v-py-size-0),.L\\:v-py-size-0{padding-top:0px;padding-bottom:0px}:host(.L\\:v-pt-size-0),.L\\:v-pt-size-0{padding-top:0px}:host(.L\\:v-pb-size-0),.L\\:v-pb-size-0{padding-bottom:0px}:host(.L\\:v-pr-size-0),.L\\:v-pr-size-0{padding-right:0px}:host(.L\\:v-pl-size-0),.L\\:v-pl-size-0{padding-left:0px}:host(.L\\:v-p-size-4),.L\\:v-p-size-4{padding:4px}:host(.L\\:v-px-size-4),.L\\:v-px-size-4{padding-left:4px;padding-right:4px}:host(.L\\:v-py-size-4),.L\\:v-py-size-4{padding-top:4px;padding-bottom:4px}:host(.L\\:v-pt-size-4),.L\\:v-pt-size-4{padding-top:4px}:host(.L\\:v-pb-size-4),.L\\:v-pb-size-4{padding-bottom:4px}:host(.L\\:v-pr-size-4),.L\\:v-pr-size-4{padding-right:4px}:host(.L\\:v-pl-size-4),.L\\:v-pl-size-4{padding-left:4px}:host(.L\\:v-p-size-8),.L\\:v-p-size-8{padding:8px}:host(.L\\:v-px-size-8),.L\\:v-px-size-8{padding-left:8px;padding-right:8px}:host(.L\\:v-py-size-8),.L\\:v-py-size-8{padding-top:8px;padding-bottom:8px}:host(.L\\:v-pt-size-8),.L\\:v-pt-size-8{padding-top:8px}:host(.L\\:v-pb-size-8),.L\\:v-pb-size-8{padding-bottom:8px}:host(.L\\:v-pr-size-8),.L\\:v-pr-size-8{padding-right:8px}:host(.L\\:v-pl-size-8),.L\\:v-pl-size-8{padding-left:8px}:host(.L\\:v-p-size-12),.L\\:v-p-size-12{padding:12px}:host(.L\\:v-px-size-12),.L\\:v-px-size-12{padding-left:12px;padding-right:12px}:host(.L\\:v-py-size-12),.L\\:v-py-size-12{padding-top:12px;padding-bottom:12px}:host(.L\\:v-pt-size-12),.L\\:v-pt-size-12{padding-top:12px}:host(.L\\:v-pb-size-12),.L\\:v-pb-size-12{padding-bottom:12px}:host(.L\\:v-pr-size-12),.L\\:v-pr-size-12{padding-right:12px}:host(.L\\:v-pl-size-12),.L\\:v-pl-size-12{padding-left:12px}:host(.L\\:v-p-size-16),.L\\:v-p-size-16{padding:16px}:host(.L\\:v-px-size-16),.L\\:v-px-size-16{padding-left:16px;padding-right:16px}:host(.L\\:v-py-size-16),.L\\:v-py-size-16{padding-top:16px;padding-bottom:16px}:host(.L\\:v-pt-size-16),.L\\:v-pt-size-16{padding-top:16px}:host(.L\\:v-pb-size-16),.L\\:v-pb-size-16{padding-bottom:16px}:host(.L\\:v-pr-size-16),.L\\:v-pr-size-16{padding-right:16px}:host(.L\\:v-pl-size-16),.L\\:v-pl-size-16{padding-left:16px}:host(.L\\:v-p-size-20),.L\\:v-p-size-20{padding:20px}:host(.L\\:v-px-size-20),.L\\:v-px-size-20{padding-left:20px;padding-right:20px}:host(.L\\:v-py-size-20),.L\\:v-py-size-20{padding-top:20px;padding-bottom:20px}:host(.L\\:v-pt-size-20),.L\\:v-pt-size-20{padding-top:20px}:host(.L\\:v-pb-size-20),.L\\:v-pb-size-20{padding-bottom:20px}:host(.L\\:v-pr-size-20),.L\\:v-pr-size-20{padding-right:20px}:host(.L\\:v-pl-size-20),.L\\:v-pl-size-20{padding-left:20px}:host(.L\\:v-p-size-24),.L\\:v-p-size-24{padding:24px}:host(.L\\:v-px-size-24),.L\\:v-px-size-24{padding-left:24px;padding-right:24px}:host(.L\\:v-py-size-24),.L\\:v-py-size-24{padding-top:24px;padding-bottom:24px}:host(.L\\:v-pt-size-24),.L\\:v-pt-size-24{padding-top:24px}:host(.L\\:v-pb-size-24),.L\\:v-pb-size-24{padding-bottom:24px}:host(.L\\:v-pr-size-24),.L\\:v-pr-size-24{padding-right:24px}:host(.L\\:v-pl-size-24),.L\\:v-pl-size-24{padding-left:24px}:host(.L\\:v-p-size-32),.L\\:v-p-size-32{padding:32px}:host(.L\\:v-px-size-32),.L\\:v-px-size-32{padding-left:32px;padding-right:32px}:host(.L\\:v-py-size-32),.L\\:v-py-size-32{padding-top:32px;padding-bottom:32px}:host(.L\\:v-pt-size-32),.L\\:v-pt-size-32{padding-top:32px}:host(.L\\:v-pb-size-32),.L\\:v-pb-size-32{padding-bottom:32px}:host(.L\\:v-pr-size-32),.L\\:v-pr-size-32{padding-right:32px}:host(.L\\:v-pl-size-32),.L\\:v-pl-size-32{padding-left:32px}:host(.L\\:v-p-size-40),.L\\:v-p-size-40{padding:40px}:host(.L\\:v-px-size-40),.L\\:v-px-size-40{padding-left:40px;padding-right:40px}:host(.L\\:v-py-size-40),.L\\:v-py-size-40{padding-top:40px;padding-bottom:40px}:host(.L\\:v-pt-size-40),.L\\:v-pt-size-40{padding-top:40px}:host(.L\\:v-pb-size-40),.L\\:v-pb-size-40{padding-bottom:40px}:host(.L\\:v-pr-size-40),.L\\:v-pr-size-40{padding-right:40px}:host(.L\\:v-pl-size-40),.L\\:v-pl-size-40{padding-left:40px}:host(.L\\:v-p-size-48),.L\\:v-p-size-48{padding:48px}:host(.L\\:v-px-size-48),.L\\:v-px-size-48{padding-left:48px;padding-right:48px}:host(.L\\:v-py-size-48),.L\\:v-py-size-48{padding-top:48px;padding-bottom:48px}:host(.L\\:v-pt-size-48),.L\\:v-pt-size-48{padding-top:48px}:host(.L\\:v-pb-size-48),.L\\:v-pb-size-48{padding-bottom:48px}:host(.L\\:v-pr-size-48),.L\\:v-pr-size-48{padding-right:48px}:host(.L\\:v-pl-size-48),.L\\:v-pl-size-48{padding-left:48px}:host(.L\\:v-p-size-64),.L\\:v-p-size-64{padding:64px}:host(.L\\:v-px-size-64),.L\\:v-px-size-64{padding-left:64px;padding-right:64px}:host(.L\\:v-py-size-64),.L\\:v-py-size-64{padding-top:64px;padding-bottom:64px}:host(.L\\:v-pt-size-64),.L\\:v-pt-size-64{padding-top:64px}:host(.L\\:v-pb-size-64),.L\\:v-pb-size-64{padding-bottom:64px}:host(.L\\:v-pr-size-64),.L\\:v-pr-size-64{padding-right:64px}:host(.L\\:v-pl-size-64),.L\\:v-pl-size-64{padding-left:64px}:host(.L\\:v-p-size-72),.L\\:v-p-size-72{padding:72px}:host(.L\\:v-px-size-72),.L\\:v-px-size-72{padding-left:72px;padding-right:72px}:host(.L\\:v-py-size-72),.L\\:v-py-size-72{padding-top:72px;padding-bottom:72px}:host(.L\\:v-pt-size-72),.L\\:v-pt-size-72{padding-top:72px}:host(.L\\:v-pb-size-72),.L\\:v-pb-size-72{padding-bottom:72px}:host(.L\\:v-pr-size-72),.L\\:v-pr-size-72{padding-right:72px}:host(.L\\:v-pl-size-72),.L\\:v-pl-size-72{padding-left:72px}:host(.L\\:v-p-size-80),.L\\:v-p-size-80{padding:80px}:host(.L\\:v-px-size-80),.L\\:v-px-size-80{padding-left:80px;padding-right:80px}:host(.L\\:v-py-size-80),.L\\:v-py-size-80{padding-top:80px;padding-bottom:80px}:host(.L\\:v-pt-size-80),.L\\:v-pt-size-80{padding-top:80px}:host(.L\\:v-pb-size-80),.L\\:v-pb-size-80{padding-bottom:80px}:host(.L\\:v-pr-size-80),.L\\:v-pr-size-80{padding-right:80px}:host(.L\\:v-pl-size-80),.L\\:v-pl-size-80{padding-left:80px}:host(.L\\:v-p-size-112),.L\\:v-p-size-112{padding:112px}:host(.L\\:v-px-size-112),.L\\:v-px-size-112{padding-left:112px;padding-right:112px}:host(.L\\:v-py-size-112),.L\\:v-py-size-112{padding-top:112px;padding-bottom:112px}:host(.L\\:v-pt-size-112),.L\\:v-pt-size-112{padding-top:112px}:host(.L\\:v-pb-size-112),.L\\:v-pb-size-112{padding-bottom:112px}:host(.L\\:v-pr-size-112),.L\\:v-pr-size-112{padding-right:112px}:host(.L\\:v-pl-size-112),.L\\:v-pl-size-112{padding-left:112px}:host(.L\\:v-p-size-2),.L\\:v-p-size-2{padding:2px}:host(.L\\:v-px-size-2),.L\\:v-px-size-2{padding-left:2px;padding-right:2px}:host(.L\\:v-py-size-2),.L\\:v-py-size-2{padding-top:2px;padding-bottom:2px}:host(.L\\:v-pt-size-2),.L\\:v-pt-size-2{padding-top:2px}:host(.L\\:v-pb-size-2),.L\\:v-pb-size-2{padding-bottom:2px}:host(.L\\:v-pr-size-2),.L\\:v-pr-size-2{padding-right:2px}:host(.L\\:v-pl-size-2),.L\\:v-pl-size-2{padding-left:2px}}@media (min-width: 1440px){:host(.XL\\:v-p-0),.XL\\:v-p-0{padding:0px}:host(.XL\\:v-px-0),.XL\\:v-px-0{padding-left:0px;padding-right:0px}:host(.XL\\:v-py-0),.XL\\:v-py-0{padding-top:0px;padding-bottom:0px}:host(.XL\\:v-pt-0),.XL\\:v-pt-0{padding-top:0px}:host(.XL\\:v-pb-0),.XL\\:v-pb-0{padding-bottom:0px}:host(.XL\\:v-pr-0),.XL\\:v-pr-0{padding-right:0px}:host(.XL\\:v-pl-0),.XL\\:v-pl-0{padding-left:0px}:host(.XL\\:v-p-size-0),.XL\\:v-p-size-0{padding:0px}:host(.XL\\:v-px-size-0),.XL\\:v-px-size-0{padding-left:0px;padding-right:0px}:host(.XL\\:v-py-size-0),.XL\\:v-py-size-0{padding-top:0px;padding-bottom:0px}:host(.XL\\:v-pt-size-0),.XL\\:v-pt-size-0{padding-top:0px}:host(.XL\\:v-pb-size-0),.XL\\:v-pb-size-0{padding-bottom:0px}:host(.XL\\:v-pr-size-0),.XL\\:v-pr-size-0{padding-right:0px}:host(.XL\\:v-pl-size-0),.XL\\:v-pl-size-0{padding-left:0px}:host(.XL\\:v-p-size-4),.XL\\:v-p-size-4{padding:4px}:host(.XL\\:v-px-size-4),.XL\\:v-px-size-4{padding-left:4px;padding-right:4px}:host(.XL\\:v-py-size-4),.XL\\:v-py-size-4{padding-top:4px;padding-bottom:4px}:host(.XL\\:v-pt-size-4),.XL\\:v-pt-size-4{padding-top:4px}:host(.XL\\:v-pb-size-4),.XL\\:v-pb-size-4{padding-bottom:4px}:host(.XL\\:v-pr-size-4),.XL\\:v-pr-size-4{padding-right:4px}:host(.XL\\:v-pl-size-4),.XL\\:v-pl-size-4{padding-left:4px}:host(.XL\\:v-p-size-8),.XL\\:v-p-size-8{padding:8px}:host(.XL\\:v-px-size-8),.XL\\:v-px-size-8{padding-left:8px;padding-right:8px}:host(.XL\\:v-py-size-8),.XL\\:v-py-size-8{padding-top:8px;padding-bottom:8px}:host(.XL\\:v-pt-size-8),.XL\\:v-pt-size-8{padding-top:8px}:host(.XL\\:v-pb-size-8),.XL\\:v-pb-size-8{padding-bottom:8px}:host(.XL\\:v-pr-size-8),.XL\\:v-pr-size-8{padding-right:8px}:host(.XL\\:v-pl-size-8),.XL\\:v-pl-size-8{padding-left:8px}:host(.XL\\:v-p-size-12),.XL\\:v-p-size-12{padding:12px}:host(.XL\\:v-px-size-12),.XL\\:v-px-size-12{padding-left:12px;padding-right:12px}:host(.XL\\:v-py-size-12),.XL\\:v-py-size-12{padding-top:12px;padding-bottom:12px}:host(.XL\\:v-pt-size-12),.XL\\:v-pt-size-12{padding-top:12px}:host(.XL\\:v-pb-size-12),.XL\\:v-pb-size-12{padding-bottom:12px}:host(.XL\\:v-pr-size-12),.XL\\:v-pr-size-12{padding-right:12px}:host(.XL\\:v-pl-size-12),.XL\\:v-pl-size-12{padding-left:12px}:host(.XL\\:v-p-size-16),.XL\\:v-p-size-16{padding:16px}:host(.XL\\:v-px-size-16),.XL\\:v-px-size-16{padding-left:16px;padding-right:16px}:host(.XL\\:v-py-size-16),.XL\\:v-py-size-16{padding-top:16px;padding-bottom:16px}:host(.XL\\:v-pt-size-16),.XL\\:v-pt-size-16{padding-top:16px}:host(.XL\\:v-pb-size-16),.XL\\:v-pb-size-16{padding-bottom:16px}:host(.XL\\:v-pr-size-16),.XL\\:v-pr-size-16{padding-right:16px}:host(.XL\\:v-pl-size-16),.XL\\:v-pl-size-16{padding-left:16px}:host(.XL\\:v-p-size-20),.XL\\:v-p-size-20{padding:20px}:host(.XL\\:v-px-size-20),.XL\\:v-px-size-20{padding-left:20px;padding-right:20px}:host(.XL\\:v-py-size-20),.XL\\:v-py-size-20{padding-top:20px;padding-bottom:20px}:host(.XL\\:v-pt-size-20),.XL\\:v-pt-size-20{padding-top:20px}:host(.XL\\:v-pb-size-20),.XL\\:v-pb-size-20{padding-bottom:20px}:host(.XL\\:v-pr-size-20),.XL\\:v-pr-size-20{padding-right:20px}:host(.XL\\:v-pl-size-20),.XL\\:v-pl-size-20{padding-left:20px}:host(.XL\\:v-p-size-24),.XL\\:v-p-size-24{padding:24px}:host(.XL\\:v-px-size-24),.XL\\:v-px-size-24{padding-left:24px;padding-right:24px}:host(.XL\\:v-py-size-24),.XL\\:v-py-size-24{padding-top:24px;padding-bottom:24px}:host(.XL\\:v-pt-size-24),.XL\\:v-pt-size-24{padding-top:24px}:host(.XL\\:v-pb-size-24),.XL\\:v-pb-size-24{padding-bottom:24px}:host(.XL\\:v-pr-size-24),.XL\\:v-pr-size-24{padding-right:24px}:host(.XL\\:v-pl-size-24),.XL\\:v-pl-size-24{padding-left:24px}:host(.XL\\:v-p-size-32),.XL\\:v-p-size-32{padding:32px}:host(.XL\\:v-px-size-32),.XL\\:v-px-size-32{padding-left:32px;padding-right:32px}:host(.XL\\:v-py-size-32),.XL\\:v-py-size-32{padding-top:32px;padding-bottom:32px}:host(.XL\\:v-pt-size-32),.XL\\:v-pt-size-32{padding-top:32px}:host(.XL\\:v-pb-size-32),.XL\\:v-pb-size-32{padding-bottom:32px}:host(.XL\\:v-pr-size-32),.XL\\:v-pr-size-32{padding-right:32px}:host(.XL\\:v-pl-size-32),.XL\\:v-pl-size-32{padding-left:32px}:host(.XL\\:v-p-size-40),.XL\\:v-p-size-40{padding:40px}:host(.XL\\:v-px-size-40),.XL\\:v-px-size-40{padding-left:40px;padding-right:40px}:host(.XL\\:v-py-size-40),.XL\\:v-py-size-40{padding-top:40px;padding-bottom:40px}:host(.XL\\:v-pt-size-40),.XL\\:v-pt-size-40{padding-top:40px}:host(.XL\\:v-pb-size-40),.XL\\:v-pb-size-40{padding-bottom:40px}:host(.XL\\:v-pr-size-40),.XL\\:v-pr-size-40{padding-right:40px}:host(.XL\\:v-pl-size-40),.XL\\:v-pl-size-40{padding-left:40px}:host(.XL\\:v-p-size-48),.XL\\:v-p-size-48{padding:48px}:host(.XL\\:v-px-size-48),.XL\\:v-px-size-48{padding-left:48px;padding-right:48px}:host(.XL\\:v-py-size-48),.XL\\:v-py-size-48{padding-top:48px;padding-bottom:48px}:host(.XL\\:v-pt-size-48),.XL\\:v-pt-size-48{padding-top:48px}:host(.XL\\:v-pb-size-48),.XL\\:v-pb-size-48{padding-bottom:48px}:host(.XL\\:v-pr-size-48),.XL\\:v-pr-size-48{padding-right:48px}:host(.XL\\:v-pl-size-48),.XL\\:v-pl-size-48{padding-left:48px}:host(.XL\\:v-p-size-64),.XL\\:v-p-size-64{padding:64px}:host(.XL\\:v-px-size-64),.XL\\:v-px-size-64{padding-left:64px;padding-right:64px}:host(.XL\\:v-py-size-64),.XL\\:v-py-size-64{padding-top:64px;padding-bottom:64px}:host(.XL\\:v-pt-size-64),.XL\\:v-pt-size-64{padding-top:64px}:host(.XL\\:v-pb-size-64),.XL\\:v-pb-size-64{padding-bottom:64px}:host(.XL\\:v-pr-size-64),.XL\\:v-pr-size-64{padding-right:64px}:host(.XL\\:v-pl-size-64),.XL\\:v-pl-size-64{padding-left:64px}:host(.XL\\:v-p-size-72),.XL\\:v-p-size-72{padding:72px}:host(.XL\\:v-px-size-72),.XL\\:v-px-size-72{padding-left:72px;padding-right:72px}:host(.XL\\:v-py-size-72),.XL\\:v-py-size-72{padding-top:72px;padding-bottom:72px}:host(.XL\\:v-pt-size-72),.XL\\:v-pt-size-72{padding-top:72px}:host(.XL\\:v-pb-size-72),.XL\\:v-pb-size-72{padding-bottom:72px}:host(.XL\\:v-pr-size-72),.XL\\:v-pr-size-72{padding-right:72px}:host(.XL\\:v-pl-size-72),.XL\\:v-pl-size-72{padding-left:72px}:host(.XL\\:v-p-size-80),.XL\\:v-p-size-80{padding:80px}:host(.XL\\:v-px-size-80),.XL\\:v-px-size-80{padding-left:80px;padding-right:80px}:host(.XL\\:v-py-size-80),.XL\\:v-py-size-80{padding-top:80px;padding-bottom:80px}:host(.XL\\:v-pt-size-80),.XL\\:v-pt-size-80{padding-top:80px}:host(.XL\\:v-pb-size-80),.XL\\:v-pb-size-80{padding-bottom:80px}:host(.XL\\:v-pr-size-80),.XL\\:v-pr-size-80{padding-right:80px}:host(.XL\\:v-pl-size-80),.XL\\:v-pl-size-80{padding-left:80px}:host(.XL\\:v-p-size-112),.XL\\:v-p-size-112{padding:112px}:host(.XL\\:v-px-size-112),.XL\\:v-px-size-112{padding-left:112px;padding-right:112px}:host(.XL\\:v-py-size-112),.XL\\:v-py-size-112{padding-top:112px;padding-bottom:112px}:host(.XL\\:v-pt-size-112),.XL\\:v-pt-size-112{padding-top:112px}:host(.XL\\:v-pb-size-112),.XL\\:v-pb-size-112{padding-bottom:112px}:host(.XL\\:v-pr-size-112),.XL\\:v-pr-size-112{padding-right:112px}:host(.XL\\:v-pl-size-112),.XL\\:v-pl-size-112{padding-left:112px}:host(.XL\\:v-p-size-2),.XL\\:v-p-size-2{padding:2px}:host(.XL\\:v-px-size-2),.XL\\:v-px-size-2{padding-left:2px;padding-right:2px}:host(.XL\\:v-py-size-2),.XL\\:v-py-size-2{padding-top:2px;padding-bottom:2px}:host(.XL\\:v-pt-size-2),.XL\\:v-pt-size-2{padding-top:2px}:host(.XL\\:v-pb-size-2),.XL\\:v-pb-size-2{padding-bottom:2px}:host(.XL\\:v-pr-size-2),.XL\\:v-pr-size-2{padding-right:2px}:host(.XL\\:v-pl-size-2),.XL\\:v-pl-size-2{padding-left:2px}}:host(.v-m-0),.v-m-0{margin:0px}:host(.v-mx-0),.v-mx-0{margin-left:0px;margin-right:0px}:host(.v-my-0),.v-my-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-0),.v-mt-0{margin-top:0px}:host(.v-mb-0),.v-mb-0{margin-bottom:0px}:host(.v-mr-0),.v-mr-0{margin-right:0px}:host(.v-ml-0),.v-ml-0{margin-left:0px}:host(.v-m-size-0),.v-m-size-0{margin:0px}:host(.v-mx-size-0),.v-mx-size-0{margin-left:0px;margin-right:0px}:host(.v-my-size-0),.v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.v-mt-size-0),.v-mt-size-0{margin-top:0px}:host(.v-mb-size-0),.v-mb-size-0{margin-bottom:0px}:host(.v-mr-size-0),.v-mr-size-0{margin-right:0px}:host(.v-ml-size-0),.v-ml-size-0{margin-left:0px}:host(.v-m-size-4),.v-m-size-4{margin:4px}:host(.v-mx-size-4),.v-mx-size-4{margin-left:4px;margin-right:4px}:host(.v-my-size-4),.v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.v-mt-size-4),.v-mt-size-4{margin-top:4px}:host(.v-mb-size-4),.v-mb-size-4{margin-bottom:4px}:host(.v-mr-size-4),.v-mr-size-4{margin-right:4px}:host(.v-ml-size-4),.v-ml-size-4{margin-left:4px}:host(.v-m-size-8),.v-m-size-8{margin:8px}:host(.v-mx-size-8),.v-mx-size-8{margin-left:8px;margin-right:8px}:host(.v-my-size-8),.v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.v-mt-size-8),.v-mt-size-8{margin-top:8px}:host(.v-mb-size-8),.v-mb-size-8{margin-bottom:8px}:host(.v-mr-size-8),.v-mr-size-8{margin-right:8px}:host(.v-ml-size-8),.v-ml-size-8{margin-left:8px}:host(.v-m-size-12),.v-m-size-12{margin:12px}:host(.v-mx-size-12),.v-mx-size-12{margin-left:12px;margin-right:12px}:host(.v-my-size-12),.v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.v-mt-size-12),.v-mt-size-12{margin-top:12px}:host(.v-mb-size-12),.v-mb-size-12{margin-bottom:12px}:host(.v-mr-size-12),.v-mr-size-12{margin-right:12px}:host(.v-ml-size-12),.v-ml-size-12{margin-left:12px}:host(.v-m-size-16),.v-m-size-16{margin:16px}:host(.v-mx-size-16),.v-mx-size-16{margin-left:16px;margin-right:16px}:host(.v-my-size-16),.v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.v-mt-size-16),.v-mt-size-16{margin-top:16px}:host(.v-mb-size-16),.v-mb-size-16{margin-bottom:16px}:host(.v-mr-size-16),.v-mr-size-16{margin-right:16px}:host(.v-ml-size-16),.v-ml-size-16{margin-left:16px}:host(.v-m-size-20),.v-m-size-20{margin:20px}:host(.v-mx-size-20),.v-mx-size-20{margin-left:20px;margin-right:20px}:host(.v-my-size-20),.v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.v-mt-size-20),.v-mt-size-20{margin-top:20px}:host(.v-mb-size-20),.v-mb-size-20{margin-bottom:20px}:host(.v-mr-size-20),.v-mr-size-20{margin-right:20px}:host(.v-ml-size-20),.v-ml-size-20{margin-left:20px}:host(.v-m-size-24),.v-m-size-24{margin:24px}:host(.v-mx-size-24),.v-mx-size-24{margin-left:24px;margin-right:24px}:host(.v-my-size-24),.v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.v-mt-size-24),.v-mt-size-24{margin-top:24px}:host(.v-mb-size-24),.v-mb-size-24{margin-bottom:24px}:host(.v-mr-size-24),.v-mr-size-24{margin-right:24px}:host(.v-ml-size-24),.v-ml-size-24{margin-left:24px}:host(.v-m-size-32),.v-m-size-32{margin:32px}:host(.v-mx-size-32),.v-mx-size-32{margin-left:32px;margin-right:32px}:host(.v-my-size-32),.v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.v-mt-size-32),.v-mt-size-32{margin-top:32px}:host(.v-mb-size-32),.v-mb-size-32{margin-bottom:32px}:host(.v-mr-size-32),.v-mr-size-32{margin-right:32px}:host(.v-ml-size-32),.v-ml-size-32{margin-left:32px}:host(.v-m-size-40),.v-m-size-40{margin:40px}:host(.v-mx-size-40),.v-mx-size-40{margin-left:40px;margin-right:40px}:host(.v-my-size-40),.v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.v-mt-size-40),.v-mt-size-40{margin-top:40px}:host(.v-mb-size-40),.v-mb-size-40{margin-bottom:40px}:host(.v-mr-size-40),.v-mr-size-40{margin-right:40px}:host(.v-ml-size-40),.v-ml-size-40{margin-left:40px}:host(.v-m-size-48),.v-m-size-48{margin:48px}:host(.v-mx-size-48),.v-mx-size-48{margin-left:48px;margin-right:48px}:host(.v-my-size-48),.v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.v-mt-size-48),.v-mt-size-48{margin-top:48px}:host(.v-mb-size-48),.v-mb-size-48{margin-bottom:48px}:host(.v-mr-size-48),.v-mr-size-48{margin-right:48px}:host(.v-ml-size-48),.v-ml-size-48{margin-left:48px}:host(.v-m-size-64),.v-m-size-64{margin:64px}:host(.v-mx-size-64),.v-mx-size-64{margin-left:64px;margin-right:64px}:host(.v-my-size-64),.v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.v-mt-size-64),.v-mt-size-64{margin-top:64px}:host(.v-mb-size-64),.v-mb-size-64{margin-bottom:64px}:host(.v-mr-size-64),.v-mr-size-64{margin-right:64px}:host(.v-ml-size-64),.v-ml-size-64{margin-left:64px}:host(.v-m-size-72),.v-m-size-72{margin:72px}:host(.v-mx-size-72),.v-mx-size-72{margin-left:72px;margin-right:72px}:host(.v-my-size-72),.v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.v-mt-size-72),.v-mt-size-72{margin-top:72px}:host(.v-mb-size-72),.v-mb-size-72{margin-bottom:72px}:host(.v-mr-size-72),.v-mr-size-72{margin-right:72px}:host(.v-ml-size-72),.v-ml-size-72{margin-left:72px}:host(.v-m-size-80),.v-m-size-80{margin:80px}:host(.v-mx-size-80),.v-mx-size-80{margin-left:80px;margin-right:80px}:host(.v-my-size-80),.v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.v-mt-size-80),.v-mt-size-80{margin-top:80px}:host(.v-mb-size-80),.v-mb-size-80{margin-bottom:80px}:host(.v-mr-size-80),.v-mr-size-80{margin-right:80px}:host(.v-ml-size-80),.v-ml-size-80{margin-left:80px}:host(.v-m-size-112),.v-m-size-112{margin:112px}:host(.v-mx-size-112),.v-mx-size-112{margin-left:112px;margin-right:112px}:host(.v-my-size-112),.v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.v-mt-size-112),.v-mt-size-112{margin-top:112px}:host(.v-mb-size-112),.v-mb-size-112{margin-bottom:112px}:host(.v-mr-size-112),.v-mr-size-112{margin-right:112px}:host(.v-ml-size-112),.v-ml-size-112{margin-left:112px}:host(.v-m-size-2),.v-m-size-2{margin:2px}:host(.v-mx-size-2),.v-mx-size-2{margin-left:2px;margin-right:2px}:host(.v-my-size-2),.v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.v-mt-size-2),.v-mt-size-2{margin-top:2px}:host(.v-mb-size-2),.v-mb-size-2{margin-bottom:2px}:host(.v-mr-size-2),.v-mr-size-2{margin-right:2px}:host(.v-ml-size-2),.v-ml-size-2{margin-left:2px}@media (min-width: 320px){:host(.S\\:v-m-0),.S\\:v-m-0{margin:0px}:host(.S\\:v-mx-0),.S\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-0),.S\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-0),.S\\:v-mt-0{margin-top:0px}:host(.S\\:v-mb-0),.S\\:v-mb-0{margin-bottom:0px}:host(.S\\:v-mr-0),.S\\:v-mr-0{margin-right:0px}:host(.S\\:v-ml-0),.S\\:v-ml-0{margin-left:0px}:host(.S\\:v-m-size-0),.S\\:v-m-size-0{margin:0px}:host(.S\\:v-mx-size-0),.S\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.S\\:v-my-size-0),.S\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.S\\:v-mt-size-0),.S\\:v-mt-size-0{margin-top:0px}:host(.S\\:v-mb-size-0),.S\\:v-mb-size-0{margin-bottom:0px}:host(.S\\:v-mr-size-0),.S\\:v-mr-size-0{margin-right:0px}:host(.S\\:v-ml-size-0),.S\\:v-ml-size-0{margin-left:0px}:host(.S\\:v-m-size-4),.S\\:v-m-size-4{margin:4px}:host(.S\\:v-mx-size-4),.S\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.S\\:v-my-size-4),.S\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.S\\:v-mt-size-4),.S\\:v-mt-size-4{margin-top:4px}:host(.S\\:v-mb-size-4),.S\\:v-mb-size-4{margin-bottom:4px}:host(.S\\:v-mr-size-4),.S\\:v-mr-size-4{margin-right:4px}:host(.S\\:v-ml-size-4),.S\\:v-ml-size-4{margin-left:4px}:host(.S\\:v-m-size-8),.S\\:v-m-size-8{margin:8px}:host(.S\\:v-mx-size-8),.S\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.S\\:v-my-size-8),.S\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.S\\:v-mt-size-8),.S\\:v-mt-size-8{margin-top:8px}:host(.S\\:v-mb-size-8),.S\\:v-mb-size-8{margin-bottom:8px}:host(.S\\:v-mr-size-8),.S\\:v-mr-size-8{margin-right:8px}:host(.S\\:v-ml-size-8),.S\\:v-ml-size-8{margin-left:8px}:host(.S\\:v-m-size-12),.S\\:v-m-size-12{margin:12px}:host(.S\\:v-mx-size-12),.S\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.S\\:v-my-size-12),.S\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.S\\:v-mt-size-12),.S\\:v-mt-size-12{margin-top:12px}:host(.S\\:v-mb-size-12),.S\\:v-mb-size-12{margin-bottom:12px}:host(.S\\:v-mr-size-12),.S\\:v-mr-size-12{margin-right:12px}:host(.S\\:v-ml-size-12),.S\\:v-ml-size-12{margin-left:12px}:host(.S\\:v-m-size-16),.S\\:v-m-size-16{margin:16px}:host(.S\\:v-mx-size-16),.S\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.S\\:v-my-size-16),.S\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.S\\:v-mt-size-16),.S\\:v-mt-size-16{margin-top:16px}:host(.S\\:v-mb-size-16),.S\\:v-mb-size-16{margin-bottom:16px}:host(.S\\:v-mr-size-16),.S\\:v-mr-size-16{margin-right:16px}:host(.S\\:v-ml-size-16),.S\\:v-ml-size-16{margin-left:16px}:host(.S\\:v-m-size-20),.S\\:v-m-size-20{margin:20px}:host(.S\\:v-mx-size-20),.S\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.S\\:v-my-size-20),.S\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.S\\:v-mt-size-20),.S\\:v-mt-size-20{margin-top:20px}:host(.S\\:v-mb-size-20),.S\\:v-mb-size-20{margin-bottom:20px}:host(.S\\:v-mr-size-20),.S\\:v-mr-size-20{margin-right:20px}:host(.S\\:v-ml-size-20),.S\\:v-ml-size-20{margin-left:20px}:host(.S\\:v-m-size-24),.S\\:v-m-size-24{margin:24px}:host(.S\\:v-mx-size-24),.S\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.S\\:v-my-size-24),.S\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.S\\:v-mt-size-24),.S\\:v-mt-size-24{margin-top:24px}:host(.S\\:v-mb-size-24),.S\\:v-mb-size-24{margin-bottom:24px}:host(.S\\:v-mr-size-24),.S\\:v-mr-size-24{margin-right:24px}:host(.S\\:v-ml-size-24),.S\\:v-ml-size-24{margin-left:24px}:host(.S\\:v-m-size-32),.S\\:v-m-size-32{margin:32px}:host(.S\\:v-mx-size-32),.S\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.S\\:v-my-size-32),.S\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.S\\:v-mt-size-32),.S\\:v-mt-size-32{margin-top:32px}:host(.S\\:v-mb-size-32),.S\\:v-mb-size-32{margin-bottom:32px}:host(.S\\:v-mr-size-32),.S\\:v-mr-size-32{margin-right:32px}:host(.S\\:v-ml-size-32),.S\\:v-ml-size-32{margin-left:32px}:host(.S\\:v-m-size-40),.S\\:v-m-size-40{margin:40px}:host(.S\\:v-mx-size-40),.S\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.S\\:v-my-size-40),.S\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.S\\:v-mt-size-40),.S\\:v-mt-size-40{margin-top:40px}:host(.S\\:v-mb-size-40),.S\\:v-mb-size-40{margin-bottom:40px}:host(.S\\:v-mr-size-40),.S\\:v-mr-size-40{margin-right:40px}:host(.S\\:v-ml-size-40),.S\\:v-ml-size-40{margin-left:40px}:host(.S\\:v-m-size-48),.S\\:v-m-size-48{margin:48px}:host(.S\\:v-mx-size-48),.S\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.S\\:v-my-size-48),.S\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.S\\:v-mt-size-48),.S\\:v-mt-size-48{margin-top:48px}:host(.S\\:v-mb-size-48),.S\\:v-mb-size-48{margin-bottom:48px}:host(.S\\:v-mr-size-48),.S\\:v-mr-size-48{margin-right:48px}:host(.S\\:v-ml-size-48),.S\\:v-ml-size-48{margin-left:48px}:host(.S\\:v-m-size-64),.S\\:v-m-size-64{margin:64px}:host(.S\\:v-mx-size-64),.S\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.S\\:v-my-size-64),.S\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.S\\:v-mt-size-64),.S\\:v-mt-size-64{margin-top:64px}:host(.S\\:v-mb-size-64),.S\\:v-mb-size-64{margin-bottom:64px}:host(.S\\:v-mr-size-64),.S\\:v-mr-size-64{margin-right:64px}:host(.S\\:v-ml-size-64),.S\\:v-ml-size-64{margin-left:64px}:host(.S\\:v-m-size-72),.S\\:v-m-size-72{margin:72px}:host(.S\\:v-mx-size-72),.S\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.S\\:v-my-size-72),.S\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.S\\:v-mt-size-72),.S\\:v-mt-size-72{margin-top:72px}:host(.S\\:v-mb-size-72),.S\\:v-mb-size-72{margin-bottom:72px}:host(.S\\:v-mr-size-72),.S\\:v-mr-size-72{margin-right:72px}:host(.S\\:v-ml-size-72),.S\\:v-ml-size-72{margin-left:72px}:host(.S\\:v-m-size-80),.S\\:v-m-size-80{margin:80px}:host(.S\\:v-mx-size-80),.S\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.S\\:v-my-size-80),.S\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.S\\:v-mt-size-80),.S\\:v-mt-size-80{margin-top:80px}:host(.S\\:v-mb-size-80),.S\\:v-mb-size-80{margin-bottom:80px}:host(.S\\:v-mr-size-80),.S\\:v-mr-size-80{margin-right:80px}:host(.S\\:v-ml-size-80),.S\\:v-ml-size-80{margin-left:80px}:host(.S\\:v-m-size-112),.S\\:v-m-size-112{margin:112px}:host(.S\\:v-mx-size-112),.S\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.S\\:v-my-size-112),.S\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.S\\:v-mt-size-112),.S\\:v-mt-size-112{margin-top:112px}:host(.S\\:v-mb-size-112),.S\\:v-mb-size-112{margin-bottom:112px}:host(.S\\:v-mr-size-112),.S\\:v-mr-size-112{margin-right:112px}:host(.S\\:v-ml-size-112),.S\\:v-ml-size-112{margin-left:112px}:host(.S\\:v-m-size-2),.S\\:v-m-size-2{margin:2px}:host(.S\\:v-mx-size-2),.S\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.S\\:v-my-size-2),.S\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.S\\:v-mt-size-2),.S\\:v-mt-size-2{margin-top:2px}:host(.S\\:v-mb-size-2),.S\\:v-mb-size-2{margin-bottom:2px}:host(.S\\:v-mr-size-2),.S\\:v-mr-size-2{margin-right:2px}:host(.S\\:v-ml-size-2),.S\\:v-ml-size-2{margin-left:2px}}@media (min-width: 768px){:host(.M\\:v-m-0),.M\\:v-m-0{margin:0px}:host(.M\\:v-mx-0),.M\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-0),.M\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-0),.M\\:v-mt-0{margin-top:0px}:host(.M\\:v-mb-0),.M\\:v-mb-0{margin-bottom:0px}:host(.M\\:v-mr-0),.M\\:v-mr-0{margin-right:0px}:host(.M\\:v-ml-0),.M\\:v-ml-0{margin-left:0px}:host(.M\\:v-m-size-0),.M\\:v-m-size-0{margin:0px}:host(.M\\:v-mx-size-0),.M\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.M\\:v-my-size-0),.M\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.M\\:v-mt-size-0),.M\\:v-mt-size-0{margin-top:0px}:host(.M\\:v-mb-size-0),.M\\:v-mb-size-0{margin-bottom:0px}:host(.M\\:v-mr-size-0),.M\\:v-mr-size-0{margin-right:0px}:host(.M\\:v-ml-size-0),.M\\:v-ml-size-0{margin-left:0px}:host(.M\\:v-m-size-4),.M\\:v-m-size-4{margin:4px}:host(.M\\:v-mx-size-4),.M\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.M\\:v-my-size-4),.M\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.M\\:v-mt-size-4),.M\\:v-mt-size-4{margin-top:4px}:host(.M\\:v-mb-size-4),.M\\:v-mb-size-4{margin-bottom:4px}:host(.M\\:v-mr-size-4),.M\\:v-mr-size-4{margin-right:4px}:host(.M\\:v-ml-size-4),.M\\:v-ml-size-4{margin-left:4px}:host(.M\\:v-m-size-8),.M\\:v-m-size-8{margin:8px}:host(.M\\:v-mx-size-8),.M\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.M\\:v-my-size-8),.M\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.M\\:v-mt-size-8),.M\\:v-mt-size-8{margin-top:8px}:host(.M\\:v-mb-size-8),.M\\:v-mb-size-8{margin-bottom:8px}:host(.M\\:v-mr-size-8),.M\\:v-mr-size-8{margin-right:8px}:host(.M\\:v-ml-size-8),.M\\:v-ml-size-8{margin-left:8px}:host(.M\\:v-m-size-12),.M\\:v-m-size-12{margin:12px}:host(.M\\:v-mx-size-12),.M\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.M\\:v-my-size-12),.M\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.M\\:v-mt-size-12),.M\\:v-mt-size-12{margin-top:12px}:host(.M\\:v-mb-size-12),.M\\:v-mb-size-12{margin-bottom:12px}:host(.M\\:v-mr-size-12),.M\\:v-mr-size-12{margin-right:12px}:host(.M\\:v-ml-size-12),.M\\:v-ml-size-12{margin-left:12px}:host(.M\\:v-m-size-16),.M\\:v-m-size-16{margin:16px}:host(.M\\:v-mx-size-16),.M\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.M\\:v-my-size-16),.M\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.M\\:v-mt-size-16),.M\\:v-mt-size-16{margin-top:16px}:host(.M\\:v-mb-size-16),.M\\:v-mb-size-16{margin-bottom:16px}:host(.M\\:v-mr-size-16),.M\\:v-mr-size-16{margin-right:16px}:host(.M\\:v-ml-size-16),.M\\:v-ml-size-16{margin-left:16px}:host(.M\\:v-m-size-20),.M\\:v-m-size-20{margin:20px}:host(.M\\:v-mx-size-20),.M\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.M\\:v-my-size-20),.M\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.M\\:v-mt-size-20),.M\\:v-mt-size-20{margin-top:20px}:host(.M\\:v-mb-size-20),.M\\:v-mb-size-20{margin-bottom:20px}:host(.M\\:v-mr-size-20),.M\\:v-mr-size-20{margin-right:20px}:host(.M\\:v-ml-size-20),.M\\:v-ml-size-20{margin-left:20px}:host(.M\\:v-m-size-24),.M\\:v-m-size-24{margin:24px}:host(.M\\:v-mx-size-24),.M\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.M\\:v-my-size-24),.M\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.M\\:v-mt-size-24),.M\\:v-mt-size-24{margin-top:24px}:host(.M\\:v-mb-size-24),.M\\:v-mb-size-24{margin-bottom:24px}:host(.M\\:v-mr-size-24),.M\\:v-mr-size-24{margin-right:24px}:host(.M\\:v-ml-size-24),.M\\:v-ml-size-24{margin-left:24px}:host(.M\\:v-m-size-32),.M\\:v-m-size-32{margin:32px}:host(.M\\:v-mx-size-32),.M\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.M\\:v-my-size-32),.M\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.M\\:v-mt-size-32),.M\\:v-mt-size-32{margin-top:32px}:host(.M\\:v-mb-size-32),.M\\:v-mb-size-32{margin-bottom:32px}:host(.M\\:v-mr-size-32),.M\\:v-mr-size-32{margin-right:32px}:host(.M\\:v-ml-size-32),.M\\:v-ml-size-32{margin-left:32px}:host(.M\\:v-m-size-40),.M\\:v-m-size-40{margin:40px}:host(.M\\:v-mx-size-40),.M\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.M\\:v-my-size-40),.M\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.M\\:v-mt-size-40),.M\\:v-mt-size-40{margin-top:40px}:host(.M\\:v-mb-size-40),.M\\:v-mb-size-40{margin-bottom:40px}:host(.M\\:v-mr-size-40),.M\\:v-mr-size-40{margin-right:40px}:host(.M\\:v-ml-size-40),.M\\:v-ml-size-40{margin-left:40px}:host(.M\\:v-m-size-48),.M\\:v-m-size-48{margin:48px}:host(.M\\:v-mx-size-48),.M\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.M\\:v-my-size-48),.M\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.M\\:v-mt-size-48),.M\\:v-mt-size-48{margin-top:48px}:host(.M\\:v-mb-size-48),.M\\:v-mb-size-48{margin-bottom:48px}:host(.M\\:v-mr-size-48),.M\\:v-mr-size-48{margin-right:48px}:host(.M\\:v-ml-size-48),.M\\:v-ml-size-48{margin-left:48px}:host(.M\\:v-m-size-64),.M\\:v-m-size-64{margin:64px}:host(.M\\:v-mx-size-64),.M\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.M\\:v-my-size-64),.M\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.M\\:v-mt-size-64),.M\\:v-mt-size-64{margin-top:64px}:host(.M\\:v-mb-size-64),.M\\:v-mb-size-64{margin-bottom:64px}:host(.M\\:v-mr-size-64),.M\\:v-mr-size-64{margin-right:64px}:host(.M\\:v-ml-size-64),.M\\:v-ml-size-64{margin-left:64px}:host(.M\\:v-m-size-72),.M\\:v-m-size-72{margin:72px}:host(.M\\:v-mx-size-72),.M\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.M\\:v-my-size-72),.M\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.M\\:v-mt-size-72),.M\\:v-mt-size-72{margin-top:72px}:host(.M\\:v-mb-size-72),.M\\:v-mb-size-72{margin-bottom:72px}:host(.M\\:v-mr-size-72),.M\\:v-mr-size-72{margin-right:72px}:host(.M\\:v-ml-size-72),.M\\:v-ml-size-72{margin-left:72px}:host(.M\\:v-m-size-80),.M\\:v-m-size-80{margin:80px}:host(.M\\:v-mx-size-80),.M\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.M\\:v-my-size-80),.M\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.M\\:v-mt-size-80),.M\\:v-mt-size-80{margin-top:80px}:host(.M\\:v-mb-size-80),.M\\:v-mb-size-80{margin-bottom:80px}:host(.M\\:v-mr-size-80),.M\\:v-mr-size-80{margin-right:80px}:host(.M\\:v-ml-size-80),.M\\:v-ml-size-80{margin-left:80px}:host(.M\\:v-m-size-112),.M\\:v-m-size-112{margin:112px}:host(.M\\:v-mx-size-112),.M\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.M\\:v-my-size-112),.M\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.M\\:v-mt-size-112),.M\\:v-mt-size-112{margin-top:112px}:host(.M\\:v-mb-size-112),.M\\:v-mb-size-112{margin-bottom:112px}:host(.M\\:v-mr-size-112),.M\\:v-mr-size-112{margin-right:112px}:host(.M\\:v-ml-size-112),.M\\:v-ml-size-112{margin-left:112px}:host(.M\\:v-m-size-2),.M\\:v-m-size-2{margin:2px}:host(.M\\:v-mx-size-2),.M\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.M\\:v-my-size-2),.M\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.M\\:v-mt-size-2),.M\\:v-mt-size-2{margin-top:2px}:host(.M\\:v-mb-size-2),.M\\:v-mb-size-2{margin-bottom:2px}:host(.M\\:v-mr-size-2),.M\\:v-mr-size-2{margin-right:2px}:host(.M\\:v-ml-size-2),.M\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1024px){:host(.L\\:v-m-0),.L\\:v-m-0{margin:0px}:host(.L\\:v-mx-0),.L\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-0),.L\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-0),.L\\:v-mt-0{margin-top:0px}:host(.L\\:v-mb-0),.L\\:v-mb-0{margin-bottom:0px}:host(.L\\:v-mr-0),.L\\:v-mr-0{margin-right:0px}:host(.L\\:v-ml-0),.L\\:v-ml-0{margin-left:0px}:host(.L\\:v-m-size-0),.L\\:v-m-size-0{margin:0px}:host(.L\\:v-mx-size-0),.L\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.L\\:v-my-size-0),.L\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.L\\:v-mt-size-0),.L\\:v-mt-size-0{margin-top:0px}:host(.L\\:v-mb-size-0),.L\\:v-mb-size-0{margin-bottom:0px}:host(.L\\:v-mr-size-0),.L\\:v-mr-size-0{margin-right:0px}:host(.L\\:v-ml-size-0),.L\\:v-ml-size-0{margin-left:0px}:host(.L\\:v-m-size-4),.L\\:v-m-size-4{margin:4px}:host(.L\\:v-mx-size-4),.L\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.L\\:v-my-size-4),.L\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.L\\:v-mt-size-4),.L\\:v-mt-size-4{margin-top:4px}:host(.L\\:v-mb-size-4),.L\\:v-mb-size-4{margin-bottom:4px}:host(.L\\:v-mr-size-4),.L\\:v-mr-size-4{margin-right:4px}:host(.L\\:v-ml-size-4),.L\\:v-ml-size-4{margin-left:4px}:host(.L\\:v-m-size-8),.L\\:v-m-size-8{margin:8px}:host(.L\\:v-mx-size-8),.L\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.L\\:v-my-size-8),.L\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.L\\:v-mt-size-8),.L\\:v-mt-size-8{margin-top:8px}:host(.L\\:v-mb-size-8),.L\\:v-mb-size-8{margin-bottom:8px}:host(.L\\:v-mr-size-8),.L\\:v-mr-size-8{margin-right:8px}:host(.L\\:v-ml-size-8),.L\\:v-ml-size-8{margin-left:8px}:host(.L\\:v-m-size-12),.L\\:v-m-size-12{margin:12px}:host(.L\\:v-mx-size-12),.L\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.L\\:v-my-size-12),.L\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.L\\:v-mt-size-12),.L\\:v-mt-size-12{margin-top:12px}:host(.L\\:v-mb-size-12),.L\\:v-mb-size-12{margin-bottom:12px}:host(.L\\:v-mr-size-12),.L\\:v-mr-size-12{margin-right:12px}:host(.L\\:v-ml-size-12),.L\\:v-ml-size-12{margin-left:12px}:host(.L\\:v-m-size-16),.L\\:v-m-size-16{margin:16px}:host(.L\\:v-mx-size-16),.L\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.L\\:v-my-size-16),.L\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.L\\:v-mt-size-16),.L\\:v-mt-size-16{margin-top:16px}:host(.L\\:v-mb-size-16),.L\\:v-mb-size-16{margin-bottom:16px}:host(.L\\:v-mr-size-16),.L\\:v-mr-size-16{margin-right:16px}:host(.L\\:v-ml-size-16),.L\\:v-ml-size-16{margin-left:16px}:host(.L\\:v-m-size-20),.L\\:v-m-size-20{margin:20px}:host(.L\\:v-mx-size-20),.L\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.L\\:v-my-size-20),.L\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.L\\:v-mt-size-20),.L\\:v-mt-size-20{margin-top:20px}:host(.L\\:v-mb-size-20),.L\\:v-mb-size-20{margin-bottom:20px}:host(.L\\:v-mr-size-20),.L\\:v-mr-size-20{margin-right:20px}:host(.L\\:v-ml-size-20),.L\\:v-ml-size-20{margin-left:20px}:host(.L\\:v-m-size-24),.L\\:v-m-size-24{margin:24px}:host(.L\\:v-mx-size-24),.L\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.L\\:v-my-size-24),.L\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.L\\:v-mt-size-24),.L\\:v-mt-size-24{margin-top:24px}:host(.L\\:v-mb-size-24),.L\\:v-mb-size-24{margin-bottom:24px}:host(.L\\:v-mr-size-24),.L\\:v-mr-size-24{margin-right:24px}:host(.L\\:v-ml-size-24),.L\\:v-ml-size-24{margin-left:24px}:host(.L\\:v-m-size-32),.L\\:v-m-size-32{margin:32px}:host(.L\\:v-mx-size-32),.L\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.L\\:v-my-size-32),.L\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.L\\:v-mt-size-32),.L\\:v-mt-size-32{margin-top:32px}:host(.L\\:v-mb-size-32),.L\\:v-mb-size-32{margin-bottom:32px}:host(.L\\:v-mr-size-32),.L\\:v-mr-size-32{margin-right:32px}:host(.L\\:v-ml-size-32),.L\\:v-ml-size-32{margin-left:32px}:host(.L\\:v-m-size-40),.L\\:v-m-size-40{margin:40px}:host(.L\\:v-mx-size-40),.L\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.L\\:v-my-size-40),.L\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.L\\:v-mt-size-40),.L\\:v-mt-size-40{margin-top:40px}:host(.L\\:v-mb-size-40),.L\\:v-mb-size-40{margin-bottom:40px}:host(.L\\:v-mr-size-40),.L\\:v-mr-size-40{margin-right:40px}:host(.L\\:v-ml-size-40),.L\\:v-ml-size-40{margin-left:40px}:host(.L\\:v-m-size-48),.L\\:v-m-size-48{margin:48px}:host(.L\\:v-mx-size-48),.L\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.L\\:v-my-size-48),.L\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.L\\:v-mt-size-48),.L\\:v-mt-size-48{margin-top:48px}:host(.L\\:v-mb-size-48),.L\\:v-mb-size-48{margin-bottom:48px}:host(.L\\:v-mr-size-48),.L\\:v-mr-size-48{margin-right:48px}:host(.L\\:v-ml-size-48),.L\\:v-ml-size-48{margin-left:48px}:host(.L\\:v-m-size-64),.L\\:v-m-size-64{margin:64px}:host(.L\\:v-mx-size-64),.L\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.L\\:v-my-size-64),.L\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.L\\:v-mt-size-64),.L\\:v-mt-size-64{margin-top:64px}:host(.L\\:v-mb-size-64),.L\\:v-mb-size-64{margin-bottom:64px}:host(.L\\:v-mr-size-64),.L\\:v-mr-size-64{margin-right:64px}:host(.L\\:v-ml-size-64),.L\\:v-ml-size-64{margin-left:64px}:host(.L\\:v-m-size-72),.L\\:v-m-size-72{margin:72px}:host(.L\\:v-mx-size-72),.L\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.L\\:v-my-size-72),.L\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.L\\:v-mt-size-72),.L\\:v-mt-size-72{margin-top:72px}:host(.L\\:v-mb-size-72),.L\\:v-mb-size-72{margin-bottom:72px}:host(.L\\:v-mr-size-72),.L\\:v-mr-size-72{margin-right:72px}:host(.L\\:v-ml-size-72),.L\\:v-ml-size-72{margin-left:72px}:host(.L\\:v-m-size-80),.L\\:v-m-size-80{margin:80px}:host(.L\\:v-mx-size-80),.L\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.L\\:v-my-size-80),.L\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.L\\:v-mt-size-80),.L\\:v-mt-size-80{margin-top:80px}:host(.L\\:v-mb-size-80),.L\\:v-mb-size-80{margin-bottom:80px}:host(.L\\:v-mr-size-80),.L\\:v-mr-size-80{margin-right:80px}:host(.L\\:v-ml-size-80),.L\\:v-ml-size-80{margin-left:80px}:host(.L\\:v-m-size-112),.L\\:v-m-size-112{margin:112px}:host(.L\\:v-mx-size-112),.L\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.L\\:v-my-size-112),.L\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.L\\:v-mt-size-112),.L\\:v-mt-size-112{margin-top:112px}:host(.L\\:v-mb-size-112),.L\\:v-mb-size-112{margin-bottom:112px}:host(.L\\:v-mr-size-112),.L\\:v-mr-size-112{margin-right:112px}:host(.L\\:v-ml-size-112),.L\\:v-ml-size-112{margin-left:112px}:host(.L\\:v-m-size-2),.L\\:v-m-size-2{margin:2px}:host(.L\\:v-mx-size-2),.L\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.L\\:v-my-size-2),.L\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.L\\:v-mt-size-2),.L\\:v-mt-size-2{margin-top:2px}:host(.L\\:v-mb-size-2),.L\\:v-mb-size-2{margin-bottom:2px}:host(.L\\:v-mr-size-2),.L\\:v-mr-size-2{margin-right:2px}:host(.L\\:v-ml-size-2),.L\\:v-ml-size-2{margin-left:2px}}@media (min-width: 1440px){:host(.XL\\:v-m-0),.XL\\:v-m-0{margin:0px}:host(.XL\\:v-mx-0),.XL\\:v-mx-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-0),.XL\\:v-my-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-0),.XL\\:v-mt-0{margin-top:0px}:host(.XL\\:v-mb-0),.XL\\:v-mb-0{margin-bottom:0px}:host(.XL\\:v-mr-0),.XL\\:v-mr-0{margin-right:0px}:host(.XL\\:v-ml-0),.XL\\:v-ml-0{margin-left:0px}:host(.XL\\:v-m-size-0),.XL\\:v-m-size-0{margin:0px}:host(.XL\\:v-mx-size-0),.XL\\:v-mx-size-0{margin-left:0px;margin-right:0px}:host(.XL\\:v-my-size-0),.XL\\:v-my-size-0{margin-top:0px;margin-bottom:0px}:host(.XL\\:v-mt-size-0),.XL\\:v-mt-size-0{margin-top:0px}:host(.XL\\:v-mb-size-0),.XL\\:v-mb-size-0{margin-bottom:0px}:host(.XL\\:v-mr-size-0),.XL\\:v-mr-size-0{margin-right:0px}:host(.XL\\:v-ml-size-0),.XL\\:v-ml-size-0{margin-left:0px}:host(.XL\\:v-m-size-4),.XL\\:v-m-size-4{margin:4px}:host(.XL\\:v-mx-size-4),.XL\\:v-mx-size-4{margin-left:4px;margin-right:4px}:host(.XL\\:v-my-size-4),.XL\\:v-my-size-4{margin-top:4px;margin-bottom:4px}:host(.XL\\:v-mt-size-4),.XL\\:v-mt-size-4{margin-top:4px}:host(.XL\\:v-mb-size-4),.XL\\:v-mb-size-4{margin-bottom:4px}:host(.XL\\:v-mr-size-4),.XL\\:v-mr-size-4{margin-right:4px}:host(.XL\\:v-ml-size-4),.XL\\:v-ml-size-4{margin-left:4px}:host(.XL\\:v-m-size-8),.XL\\:v-m-size-8{margin:8px}:host(.XL\\:v-mx-size-8),.XL\\:v-mx-size-8{margin-left:8px;margin-right:8px}:host(.XL\\:v-my-size-8),.XL\\:v-my-size-8{margin-top:8px;margin-bottom:8px}:host(.XL\\:v-mt-size-8),.XL\\:v-mt-size-8{margin-top:8px}:host(.XL\\:v-mb-size-8),.XL\\:v-mb-size-8{margin-bottom:8px}:host(.XL\\:v-mr-size-8),.XL\\:v-mr-size-8{margin-right:8px}:host(.XL\\:v-ml-size-8),.XL\\:v-ml-size-8{margin-left:8px}:host(.XL\\:v-m-size-12),.XL\\:v-m-size-12{margin:12px}:host(.XL\\:v-mx-size-12),.XL\\:v-mx-size-12{margin-left:12px;margin-right:12px}:host(.XL\\:v-my-size-12),.XL\\:v-my-size-12{margin-top:12px;margin-bottom:12px}:host(.XL\\:v-mt-size-12),.XL\\:v-mt-size-12{margin-top:12px}:host(.XL\\:v-mb-size-12),.XL\\:v-mb-size-12{margin-bottom:12px}:host(.XL\\:v-mr-size-12),.XL\\:v-mr-size-12{margin-right:12px}:host(.XL\\:v-ml-size-12),.XL\\:v-ml-size-12{margin-left:12px}:host(.XL\\:v-m-size-16),.XL\\:v-m-size-16{margin:16px}:host(.XL\\:v-mx-size-16),.XL\\:v-mx-size-16{margin-left:16px;margin-right:16px}:host(.XL\\:v-my-size-16),.XL\\:v-my-size-16{margin-top:16px;margin-bottom:16px}:host(.XL\\:v-mt-size-16),.XL\\:v-mt-size-16{margin-top:16px}:host(.XL\\:v-mb-size-16),.XL\\:v-mb-size-16{margin-bottom:16px}:host(.XL\\:v-mr-size-16),.XL\\:v-mr-size-16{margin-right:16px}:host(.XL\\:v-ml-size-16),.XL\\:v-ml-size-16{margin-left:16px}:host(.XL\\:v-m-size-20),.XL\\:v-m-size-20{margin:20px}:host(.XL\\:v-mx-size-20),.XL\\:v-mx-size-20{margin-left:20px;margin-right:20px}:host(.XL\\:v-my-size-20),.XL\\:v-my-size-20{margin-top:20px;margin-bottom:20px}:host(.XL\\:v-mt-size-20),.XL\\:v-mt-size-20{margin-top:20px}:host(.XL\\:v-mb-size-20),.XL\\:v-mb-size-20{margin-bottom:20px}:host(.XL\\:v-mr-size-20),.XL\\:v-mr-size-20{margin-right:20px}:host(.XL\\:v-ml-size-20),.XL\\:v-ml-size-20{margin-left:20px}:host(.XL\\:v-m-size-24),.XL\\:v-m-size-24{margin:24px}:host(.XL\\:v-mx-size-24),.XL\\:v-mx-size-24{margin-left:24px;margin-right:24px}:host(.XL\\:v-my-size-24),.XL\\:v-my-size-24{margin-top:24px;margin-bottom:24px}:host(.XL\\:v-mt-size-24),.XL\\:v-mt-size-24{margin-top:24px}:host(.XL\\:v-mb-size-24),.XL\\:v-mb-size-24{margin-bottom:24px}:host(.XL\\:v-mr-size-24),.XL\\:v-mr-size-24{margin-right:24px}:host(.XL\\:v-ml-size-24),.XL\\:v-ml-size-24{margin-left:24px}:host(.XL\\:v-m-size-32),.XL\\:v-m-size-32{margin:32px}:host(.XL\\:v-mx-size-32),.XL\\:v-mx-size-32{margin-left:32px;margin-right:32px}:host(.XL\\:v-my-size-32),.XL\\:v-my-size-32{margin-top:32px;margin-bottom:32px}:host(.XL\\:v-mt-size-32),.XL\\:v-mt-size-32{margin-top:32px}:host(.XL\\:v-mb-size-32),.XL\\:v-mb-size-32{margin-bottom:32px}:host(.XL\\:v-mr-size-32),.XL\\:v-mr-size-32{margin-right:32px}:host(.XL\\:v-ml-size-32),.XL\\:v-ml-size-32{margin-left:32px}:host(.XL\\:v-m-size-40),.XL\\:v-m-size-40{margin:40px}:host(.XL\\:v-mx-size-40),.XL\\:v-mx-size-40{margin-left:40px;margin-right:40px}:host(.XL\\:v-my-size-40),.XL\\:v-my-size-40{margin-top:40px;margin-bottom:40px}:host(.XL\\:v-mt-size-40),.XL\\:v-mt-size-40{margin-top:40px}:host(.XL\\:v-mb-size-40),.XL\\:v-mb-size-40{margin-bottom:40px}:host(.XL\\:v-mr-size-40),.XL\\:v-mr-size-40{margin-right:40px}:host(.XL\\:v-ml-size-40),.XL\\:v-ml-size-40{margin-left:40px}:host(.XL\\:v-m-size-48),.XL\\:v-m-size-48{margin:48px}:host(.XL\\:v-mx-size-48),.XL\\:v-mx-size-48{margin-left:48px;margin-right:48px}:host(.XL\\:v-my-size-48),.XL\\:v-my-size-48{margin-top:48px;margin-bottom:48px}:host(.XL\\:v-mt-size-48),.XL\\:v-mt-size-48{margin-top:48px}:host(.XL\\:v-mb-size-48),.XL\\:v-mb-size-48{margin-bottom:48px}:host(.XL\\:v-mr-size-48),.XL\\:v-mr-size-48{margin-right:48px}:host(.XL\\:v-ml-size-48),.XL\\:v-ml-size-48{margin-left:48px}:host(.XL\\:v-m-size-64),.XL\\:v-m-size-64{margin:64px}:host(.XL\\:v-mx-size-64),.XL\\:v-mx-size-64{margin-left:64px;margin-right:64px}:host(.XL\\:v-my-size-64),.XL\\:v-my-size-64{margin-top:64px;margin-bottom:64px}:host(.XL\\:v-mt-size-64),.XL\\:v-mt-size-64{margin-top:64px}:host(.XL\\:v-mb-size-64),.XL\\:v-mb-size-64{margin-bottom:64px}:host(.XL\\:v-mr-size-64),.XL\\:v-mr-size-64{margin-right:64px}:host(.XL\\:v-ml-size-64),.XL\\:v-ml-size-64{margin-left:64px}:host(.XL\\:v-m-size-72),.XL\\:v-m-size-72{margin:72px}:host(.XL\\:v-mx-size-72),.XL\\:v-mx-size-72{margin-left:72px;margin-right:72px}:host(.XL\\:v-my-size-72),.XL\\:v-my-size-72{margin-top:72px;margin-bottom:72px}:host(.XL\\:v-mt-size-72),.XL\\:v-mt-size-72{margin-top:72px}:host(.XL\\:v-mb-size-72),.XL\\:v-mb-size-72{margin-bottom:72px}:host(.XL\\:v-mr-size-72),.XL\\:v-mr-size-72{margin-right:72px}:host(.XL\\:v-ml-size-72),.XL\\:v-ml-size-72{margin-left:72px}:host(.XL\\:v-m-size-80),.XL\\:v-m-size-80{margin:80px}:host(.XL\\:v-mx-size-80),.XL\\:v-mx-size-80{margin-left:80px;margin-right:80px}:host(.XL\\:v-my-size-80),.XL\\:v-my-size-80{margin-top:80px;margin-bottom:80px}:host(.XL\\:v-mt-size-80),.XL\\:v-mt-size-80{margin-top:80px}:host(.XL\\:v-mb-size-80),.XL\\:v-mb-size-80{margin-bottom:80px}:host(.XL\\:v-mr-size-80),.XL\\:v-mr-size-80{margin-right:80px}:host(.XL\\:v-ml-size-80),.XL\\:v-ml-size-80{margin-left:80px}:host(.XL\\:v-m-size-112),.XL\\:v-m-size-112{margin:112px}:host(.XL\\:v-mx-size-112),.XL\\:v-mx-size-112{margin-left:112px;margin-right:112px}:host(.XL\\:v-my-size-112),.XL\\:v-my-size-112{margin-top:112px;margin-bottom:112px}:host(.XL\\:v-mt-size-112),.XL\\:v-mt-size-112{margin-top:112px}:host(.XL\\:v-mb-size-112),.XL\\:v-mb-size-112{margin-bottom:112px}:host(.XL\\:v-mr-size-112),.XL\\:v-mr-size-112{margin-right:112px}:host(.XL\\:v-ml-size-112),.XL\\:v-ml-size-112{margin-left:112px}:host(.XL\\:v-m-size-2),.XL\\:v-m-size-2{margin:2px}:host(.XL\\:v-mx-size-2),.XL\\:v-mx-size-2{margin-left:2px;margin-right:2px}:host(.XL\\:v-my-size-2),.XL\\:v-my-size-2{margin-top:2px;margin-bottom:2px}:host(.XL\\:v-mt-size-2),.XL\\:v-mt-size-2{margin-top:2px}:host(.XL\\:v-mb-size-2),.XL\\:v-mb-size-2{margin-bottom:2px}:host(.XL\\:v-mr-size-2),.XL\\:v-mr-size-2{margin-right:2px}:host(.XL\\:v-ml-size-2),.XL\\:v-ml-size-2{margin-left:2px}}:host(.v-block),.v-block{display:block}:host(.v-hidden),.v-hidden{display:none}@media (min-width: 320px){:host(.S\\:v-block),.S\\:v-block{display:block}:host(.S\\:v-hidden),.S\\:v-hidden{display:none}}@media (min-width: 768px){:host(.M\\:v-block),.M\\:v-block{display:block}:host(.M\\:v-hidden),.M\\:v-hidden{display:none}}@media (min-width: 1024px){:host(.L\\:v-block),.L\\:v-block{display:block}:host(.L\\:v-hidden),.L\\:v-hidden{display:none}}@media (min-width: 1440px){:host(.XL\\:v-block),.XL\\:v-block{display:block}:host(.XL\\:v-hidden),.XL\\:v-hidden{display:none}}:host(.v-rounded-0),.v-rounded-0{border-radius:0px}:host(.v-rounded-t-0),.v-rounded-t-0{border-top-left-radius:0px;border-top-right-radius:0px}:host(.v-rounded-b-0),.v-rounded-b-0{border-bottom-left-radius:0px;border-bottom-right-radius:0px}:host(.v-rounded-l-0),.v-rounded-l-0{border-top-left-radius:0px;border-bottom-left-radius:0px}:host(.v-rounded-r-0),.v-rounded-r-0{border-top-right-radius:0px;border-bottom-right-radius:0px}:host(.v-rounded-tl-0),.v-rounded-tl-0{border-top-left-radius:0px}:host(.v-rounded-tr-0),.v-rounded-tr-0{border-top-right-radius:0px}:host(.v-rounded-bl-0),.v-rounded-bl-0{border-bottom-left-radius:0px}:host(.v-rounded-br-0),.v-rounded-br-0{border-bottom-right-radius:0px}:host(.v-rounded-9999),.v-rounded-9999{border-radius:9999px}:host(.v-rounded-t-9999),.v-rounded-t-9999{border-top-left-radius:9999px;border-top-right-radius:9999px}:host(.v-rounded-b-9999),.v-rounded-b-9999{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}:host(.v-rounded-l-9999),.v-rounded-l-9999{border-top-left-radius:9999px;border-bottom-left-radius:9999px}:host(.v-rounded-r-9999),.v-rounded-r-9999{border-top-right-radius:9999px;border-bottom-right-radius:9999px}:host(.v-rounded-tl-9999),.v-rounded-tl-9999{border-top-left-radius:9999px}:host(.v-rounded-tr-9999),.v-rounded-tr-9999{border-top-right-radius:9999px}:host(.v-rounded-bl-9999),.v-rounded-bl-9999{border-bottom-left-radius:9999px}:host(.v-rounded-br-9999),.v-rounded-br-9999{border-bottom-right-radius:9999px}:host(.v-rounded-2),.v-rounded-2{border-radius:2px}:host(.v-rounded-t-2),.v-rounded-t-2{border-top-left-radius:2px;border-top-right-radius:2px}:host(.v-rounded-b-2),.v-rounded-b-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}:host(.v-rounded-l-2),.v-rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}:host(.v-rounded-r-2),.v-rounded-r-2{border-top-right-radius:2px;border-bottom-right-radius:2px}:host(.v-rounded-tl-2),.v-rounded-tl-2{border-top-left-radius:2px}:host(.v-rounded-tr-2),.v-rounded-tr-2{border-top-right-radius:2px}:host(.v-rounded-bl-2),.v-rounded-bl-2{border-bottom-left-radius:2px}:host(.v-rounded-br-2),.v-rounded-br-2{border-bottom-right-radius:2px}:host(.v-rounded-4),.v-rounded-4{border-radius:4px}:host(.v-rounded-t-4),.v-rounded-t-4{border-top-left-radius:4px;border-top-right-radius:4px}:host(.v-rounded-b-4),.v-rounded-b-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}:host(.v-rounded-l-4),.v-rounded-l-4{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.v-rounded-r-4),.v-rounded-r-4{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.v-rounded-tl-4),.v-rounded-tl-4{border-top-left-radius:4px}:host(.v-rounded-tr-4),.v-rounded-tr-4{border-top-right-radius:4px}:host(.v-rounded-bl-4),.v-rounded-bl-4{border-bottom-left-radius:4px}:host(.v-rounded-br-4),.v-rounded-br-4{border-bottom-right-radius:4px}:host(.v-rounded-8),.v-rounded-8{border-radius:8px}:host(.v-rounded-t-8),.v-rounded-t-8{border-top-left-radius:8px;border-top-right-radius:8px}:host(.v-rounded-b-8),.v-rounded-b-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}:host(.v-rounded-l-8),.v-rounded-l-8{border-top-left-radius:8px;border-bottom-left-radius:8px}:host(.v-rounded-r-8),.v-rounded-r-8{border-top-right-radius:8px;border-bottom-right-radius:8px}:host(.v-rounded-tl-8),.v-rounded-tl-8{border-top-left-radius:8px}:host(.v-rounded-tr-8),.v-rounded-tr-8{border-top-right-radius:8px}:host(.v-rounded-bl-8),.v-rounded-bl-8{border-bottom-left-radius:8px}:host(.v-rounded-br-8),.v-rounded-br-8{border-bottom-right-radius:8px}:host(.v-rounded-12),.v-rounded-12{border-radius:12px}:host(.v-rounded-t-12),.v-rounded-t-12{border-top-left-radius:12px;border-top-right-radius:12px}:host(.v-rounded-b-12),.v-rounded-b-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}:host(.v-rounded-l-12),.v-rounded-l-12{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.v-rounded-r-12),.v-rounded-r-12{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.v-rounded-tl-12),.v-rounded-tl-12{border-top-left-radius:12px}:host(.v-rounded-tr-12),.v-rounded-tr-12{border-top-right-radius:12px}:host(.v-rounded-bl-12),.v-rounded-bl-12{border-bottom-left-radius:12px}:host(.v-rounded-br-12),.v-rounded-br-12{border-bottom-right-radius:12px}:host(.v-rounded-16),.v-rounded-16{border-radius:16px}:host(.v-rounded-t-16),.v-rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}:host(.v-rounded-b-16),.v-rounded-b-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}:host(.v-rounded-l-16),.v-rounded-l-16{border-top-left-radius:16px;border-bottom-left-radius:16px}:host(.v-rounded-r-16),.v-rounded-r-16{border-top-right-radius:16px;border-bottom-right-radius:16px}:host(.v-rounded-tl-16),.v-rounded-tl-16{border-top-left-radius:16px}:host(.v-rounded-tr-16),.v-rounded-tr-16{border-top-right-radius:16px}:host(.v-rounded-bl-16),.v-rounded-bl-16{border-bottom-left-radius:16px}:host(.v-rounded-br-16),.v-rounded-br-16{border-bottom-right-radius:16px}:host(.v-rounded-24),.v-rounded-24{border-radius:24px}:host(.v-rounded-t-24),.v-rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}:host(.v-rounded-b-24),.v-rounded-b-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}:host(.v-rounded-l-24),.v-rounded-l-24{border-top-left-radius:24px;border-bottom-left-radius:24px}:host(.v-rounded-r-24),.v-rounded-r-24{border-top-right-radius:24px;border-bottom-right-radius:24px}:host(.v-rounded-tl-24),.v-rounded-tl-24{border-top-left-radius:24px}:host(.v-rounded-tr-24),.v-rounded-tr-24{border-top-right-radius:24px}:host(.v-rounded-bl-24),.v-rounded-bl-24{border-bottom-left-radius:24px}:host(.v-rounded-br-24),.v-rounded-br-24{border-bottom-right-radius:24px}:host(.v-rounded-32),.v-rounded-32{border-radius:32px}:host(.v-rounded-t-32),.v-rounded-t-32{border-top-left-radius:32px;border-top-right-radius:32px}:host(.v-rounded-b-32),.v-rounded-b-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}:host(.v-rounded-l-32),.v-rounded-l-32{border-top-left-radius:32px;border-bottom-left-radius:32px}:host(.v-rounded-r-32),.v-rounded-r-32{border-top-right-radius:32px;border-bottom-right-radius:32px}:host(.v-rounded-tl-32),.v-rounded-tl-32{border-top-left-radius:32px}:host(.v-rounded-tr-32),.v-rounded-tr-32{border-top-right-radius:32px}:host(.v-rounded-bl-32),.v-rounded-bl-32{border-bottom-left-radius:32px}:host(.v-rounded-br-32),.v-rounded-br-32{border-bottom-right-radius:32px}:host(.v-rounded-48),.v-rounded-48{border-radius:48px}:host(.v-rounded-t-48),.v-rounded-t-48{border-top-left-radius:48px;border-top-right-radius:48px}:host(.v-rounded-b-48),.v-rounded-b-48{border-bottom-left-radius:48px;border-bottom-right-radius:48px}:host(.v-rounded-l-48),.v-rounded-l-48{border-top-left-radius:48px;border-bottom-left-radius:48px}:host(.v-rounded-r-48),.v-rounded-r-48{border-top-right-radius:48px;border-bottom-right-radius:48px}:host(.v-rounded-tl-48),.v-rounded-tl-48{border-top-left-radius:48px}:host(.v-rounded-tr-48),.v-rounded-tr-48{border-top-right-radius:48px}:host(.v-rounded-bl-48),.v-rounded-bl-48{border-bottom-left-radius:48px}:host(.v-rounded-br-48),.v-rounded-br-48{border-bottom-right-radius:48px}@media (min-width: 320px){:host(.S\\:v-rounded-0),.S\\:v-rounded-0{border-radius:0px}:host(.S\\:v-rounded-t-0),.S\\:v-rounded-t-0{border-top-left-radius:0px;border-top-right-radius:0px}:host(.S\\:v-rounded-b-0),.S\\:v-rounded-b-0{border-bottom-left-radius:0px;border-bottom-right-radius:0px}:host(.S\\:v-rounded-l-0),.S\\:v-rounded-l-0{border-top-left-radius:0px;border-bottom-left-radius:0px}:host(.S\\:v-rounded-r-0),.S\\:v-rounded-r-0{border-top-right-radius:0px;border-bottom-right-radius:0px}:host(.S\\:v-rounded-tl-0),.S\\:v-rounded-tl-0{border-top-left-radius:0px}:host(.S\\:v-rounded-tr-0),.S\\:v-rounded-tr-0{border-top-right-radius:0px}:host(.S\\:v-rounded-bl-0),.S\\:v-rounded-bl-0{border-bottom-left-radius:0px}:host(.S\\:v-rounded-br-0),.S\\:v-rounded-br-0{border-bottom-right-radius:0px}:host(.S\\:v-rounded-9999),.S\\:v-rounded-9999{border-radius:9999px}:host(.S\\:v-rounded-t-9999),.S\\:v-rounded-t-9999{border-top-left-radius:9999px;border-top-right-radius:9999px}:host(.S\\:v-rounded-b-9999),.S\\:v-rounded-b-9999{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}:host(.S\\:v-rounded-l-9999),.S\\:v-rounded-l-9999{border-top-left-radius:9999px;border-bottom-left-radius:9999px}:host(.S\\:v-rounded-r-9999),.S\\:v-rounded-r-9999{border-top-right-radius:9999px;border-bottom-right-radius:9999px}:host(.S\\:v-rounded-tl-9999),.S\\:v-rounded-tl-9999{border-top-left-radius:9999px}:host(.S\\:v-rounded-tr-9999),.S\\:v-rounded-tr-9999{border-top-right-radius:9999px}:host(.S\\:v-rounded-bl-9999),.S\\:v-rounded-bl-9999{border-bottom-left-radius:9999px}:host(.S\\:v-rounded-br-9999),.S\\:v-rounded-br-9999{border-bottom-right-radius:9999px}:host(.S\\:v-rounded-2),.S\\:v-rounded-2{border-radius:2px}:host(.S\\:v-rounded-t-2),.S\\:v-rounded-t-2{border-top-left-radius:2px;border-top-right-radius:2px}:host(.S\\:v-rounded-b-2),.S\\:v-rounded-b-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}:host(.S\\:v-rounded-l-2),.S\\:v-rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}:host(.S\\:v-rounded-r-2),.S\\:v-rounded-r-2{border-top-right-radius:2px;border-bottom-right-radius:2px}:host(.S\\:v-rounded-tl-2),.S\\:v-rounded-tl-2{border-top-left-radius:2px}:host(.S\\:v-rounded-tr-2),.S\\:v-rounded-tr-2{border-top-right-radius:2px}:host(.S\\:v-rounded-bl-2),.S\\:v-rounded-bl-2{border-bottom-left-radius:2px}:host(.S\\:v-rounded-br-2),.S\\:v-rounded-br-2{border-bottom-right-radius:2px}:host(.S\\:v-rounded-4),.S\\:v-rounded-4{border-radius:4px}:host(.S\\:v-rounded-t-4),.S\\:v-rounded-t-4{border-top-left-radius:4px;border-top-right-radius:4px}:host(.S\\:v-rounded-b-4),.S\\:v-rounded-b-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}:host(.S\\:v-rounded-l-4),.S\\:v-rounded-l-4{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.S\\:v-rounded-r-4),.S\\:v-rounded-r-4{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.S\\:v-rounded-tl-4),.S\\:v-rounded-tl-4{border-top-left-radius:4px}:host(.S\\:v-rounded-tr-4),.S\\:v-rounded-tr-4{border-top-right-radius:4px}:host(.S\\:v-rounded-bl-4),.S\\:v-rounded-bl-4{border-bottom-left-radius:4px}:host(.S\\:v-rounded-br-4),.S\\:v-rounded-br-4{border-bottom-right-radius:4px}:host(.S\\:v-rounded-8),.S\\:v-rounded-8{border-radius:8px}:host(.S\\:v-rounded-t-8),.S\\:v-rounded-t-8{border-top-left-radius:8px;border-top-right-radius:8px}:host(.S\\:v-rounded-b-8),.S\\:v-rounded-b-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}:host(.S\\:v-rounded-l-8),.S\\:v-rounded-l-8{border-top-left-radius:8px;border-bottom-left-radius:8px}:host(.S\\:v-rounded-r-8),.S\\:v-rounded-r-8{border-top-right-radius:8px;border-bottom-right-radius:8px}:host(.S\\:v-rounded-tl-8),.S\\:v-rounded-tl-8{border-top-left-radius:8px}:host(.S\\:v-rounded-tr-8),.S\\:v-rounded-tr-8{border-top-right-radius:8px}:host(.S\\:v-rounded-bl-8),.S\\:v-rounded-bl-8{border-bottom-left-radius:8px}:host(.S\\:v-rounded-br-8),.S\\:v-rounded-br-8{border-bottom-right-radius:8px}:host(.S\\:v-rounded-12),.S\\:v-rounded-12{border-radius:12px}:host(.S\\:v-rounded-t-12),.S\\:v-rounded-t-12{border-top-left-radius:12px;border-top-right-radius:12px}:host(.S\\:v-rounded-b-12),.S\\:v-rounded-b-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}:host(.S\\:v-rounded-l-12),.S\\:v-rounded-l-12{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.S\\:v-rounded-r-12),.S\\:v-rounded-r-12{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.S\\:v-rounded-tl-12),.S\\:v-rounded-tl-12{border-top-left-radius:12px}:host(.S\\:v-rounded-tr-12),.S\\:v-rounded-tr-12{border-top-right-radius:12px}:host(.S\\:v-rounded-bl-12),.S\\:v-rounded-bl-12{border-bottom-left-radius:12px}:host(.S\\:v-rounded-br-12),.S\\:v-rounded-br-12{border-bottom-right-radius:12px}:host(.S\\:v-rounded-16),.S\\:v-rounded-16{border-radius:16px}:host(.S\\:v-rounded-t-16),.S\\:v-rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}:host(.S\\:v-rounded-b-16),.S\\:v-rounded-b-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}:host(.S\\:v-rounded-l-16),.S\\:v-rounded-l-16{border-top-left-radius:16px;border-bottom-left-radius:16px}:host(.S\\:v-rounded-r-16),.S\\:v-rounded-r-16{border-top-right-radius:16px;border-bottom-right-radius:16px}:host(.S\\:v-rounded-tl-16),.S\\:v-rounded-tl-16{border-top-left-radius:16px}:host(.S\\:v-rounded-tr-16),.S\\:v-rounded-tr-16{border-top-right-radius:16px}:host(.S\\:v-rounded-bl-16),.S\\:v-rounded-bl-16{border-bottom-left-radius:16px}:host(.S\\:v-rounded-br-16),.S\\:v-rounded-br-16{border-bottom-right-radius:16px}:host(.S\\:v-rounded-24),.S\\:v-rounded-24{border-radius:24px}:host(.S\\:v-rounded-t-24),.S\\:v-rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}:host(.S\\:v-rounded-b-24),.S\\:v-rounded-b-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}:host(.S\\:v-rounded-l-24),.S\\:v-rounded-l-24{border-top-left-radius:24px;border-bottom-left-radius:24px}:host(.S\\:v-rounded-r-24),.S\\:v-rounded-r-24{border-top-right-radius:24px;border-bottom-right-radius:24px}:host(.S\\:v-rounded-tl-24),.S\\:v-rounded-tl-24{border-top-left-radius:24px}:host(.S\\:v-rounded-tr-24),.S\\:v-rounded-tr-24{border-top-right-radius:24px}:host(.S\\:v-rounded-bl-24),.S\\:v-rounded-bl-24{border-bottom-left-radius:24px}:host(.S\\:v-rounded-br-24),.S\\:v-rounded-br-24{border-bottom-right-radius:24px}:host(.S\\:v-rounded-32),.S\\:v-rounded-32{border-radius:32px}:host(.S\\:v-rounded-t-32),.S\\:v-rounded-t-32{border-top-left-radius:32px;border-top-right-radius:32px}:host(.S\\:v-rounded-b-32),.S\\:v-rounded-b-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}:host(.S\\:v-rounded-l-32),.S\\:v-rounded-l-32{border-top-left-radius:32px;border-bottom-left-radius:32px}:host(.S\\:v-rounded-r-32),.S\\:v-rounded-r-32{border-top-right-radius:32px;border-bottom-right-radius:32px}:host(.S\\:v-rounded-tl-32),.S\\:v-rounded-tl-32{border-top-left-radius:32px}:host(.S\\:v-rounded-tr-32),.S\\:v-rounded-tr-32{border-top-right-radius:32px}:host(.S\\:v-rounded-bl-32),.S\\:v-rounded-bl-32{border-bottom-left-radius:32px}:host(.S\\:v-rounded-br-32),.S\\:v-rounded-br-32{border-bottom-right-radius:32px}:host(.S\\:v-rounded-48),.S\\:v-rounded-48{border-radius:48px}:host(.S\\:v-rounded-t-48),.S\\:v-rounded-t-48{border-top-left-radius:48px;border-top-right-radius:48px}:host(.S\\:v-rounded-b-48),.S\\:v-rounded-b-48{border-bottom-left-radius:48px;border-bottom-right-radius:48px}:host(.S\\:v-rounded-l-48),.S\\:v-rounded-l-48{border-top-left-radius:48px;border-bottom-left-radius:48px}:host(.S\\:v-rounded-r-48),.S\\:v-rounded-r-48{border-top-right-radius:48px;border-bottom-right-radius:48px}:host(.S\\:v-rounded-tl-48),.S\\:v-rounded-tl-48{border-top-left-radius:48px}:host(.S\\:v-rounded-tr-48),.S\\:v-rounded-tr-48{border-top-right-radius:48px}:host(.S\\:v-rounded-bl-48),.S\\:v-rounded-bl-48{border-bottom-left-radius:48px}:host(.S\\:v-rounded-br-48),.S\\:v-rounded-br-48{border-bottom-right-radius:48px}}@media (min-width: 768px){:host(.M\\:v-rounded-0),.M\\:v-rounded-0{border-radius:0px}:host(.M\\:v-rounded-t-0),.M\\:v-rounded-t-0{border-top-left-radius:0px;border-top-right-radius:0px}:host(.M\\:v-rounded-b-0),.M\\:v-rounded-b-0{border-bottom-left-radius:0px;border-bottom-right-radius:0px}:host(.M\\:v-rounded-l-0),.M\\:v-rounded-l-0{border-top-left-radius:0px;border-bottom-left-radius:0px}:host(.M\\:v-rounded-r-0),.M\\:v-rounded-r-0{border-top-right-radius:0px;border-bottom-right-radius:0px}:host(.M\\:v-rounded-tl-0),.M\\:v-rounded-tl-0{border-top-left-radius:0px}:host(.M\\:v-rounded-tr-0),.M\\:v-rounded-tr-0{border-top-right-radius:0px}:host(.M\\:v-rounded-bl-0),.M\\:v-rounded-bl-0{border-bottom-left-radius:0px}:host(.M\\:v-rounded-br-0),.M\\:v-rounded-br-0{border-bottom-right-radius:0px}:host(.M\\:v-rounded-9999),.M\\:v-rounded-9999{border-radius:9999px}:host(.M\\:v-rounded-t-9999),.M\\:v-rounded-t-9999{border-top-left-radius:9999px;border-top-right-radius:9999px}:host(.M\\:v-rounded-b-9999),.M\\:v-rounded-b-9999{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}:host(.M\\:v-rounded-l-9999),.M\\:v-rounded-l-9999{border-top-left-radius:9999px;border-bottom-left-radius:9999px}:host(.M\\:v-rounded-r-9999),.M\\:v-rounded-r-9999{border-top-right-radius:9999px;border-bottom-right-radius:9999px}:host(.M\\:v-rounded-tl-9999),.M\\:v-rounded-tl-9999{border-top-left-radius:9999px}:host(.M\\:v-rounded-tr-9999),.M\\:v-rounded-tr-9999{border-top-right-radius:9999px}:host(.M\\:v-rounded-bl-9999),.M\\:v-rounded-bl-9999{border-bottom-left-radius:9999px}:host(.M\\:v-rounded-br-9999),.M\\:v-rounded-br-9999{border-bottom-right-radius:9999px}:host(.M\\:v-rounded-2),.M\\:v-rounded-2{border-radius:2px}:host(.M\\:v-rounded-t-2),.M\\:v-rounded-t-2{border-top-left-radius:2px;border-top-right-radius:2px}:host(.M\\:v-rounded-b-2),.M\\:v-rounded-b-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}:host(.M\\:v-rounded-l-2),.M\\:v-rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}:host(.M\\:v-rounded-r-2),.M\\:v-rounded-r-2{border-top-right-radius:2px;border-bottom-right-radius:2px}:host(.M\\:v-rounded-tl-2),.M\\:v-rounded-tl-2{border-top-left-radius:2px}:host(.M\\:v-rounded-tr-2),.M\\:v-rounded-tr-2{border-top-right-radius:2px}:host(.M\\:v-rounded-bl-2),.M\\:v-rounded-bl-2{border-bottom-left-radius:2px}:host(.M\\:v-rounded-br-2),.M\\:v-rounded-br-2{border-bottom-right-radius:2px}:host(.M\\:v-rounded-4),.M\\:v-rounded-4{border-radius:4px}:host(.M\\:v-rounded-t-4),.M\\:v-rounded-t-4{border-top-left-radius:4px;border-top-right-radius:4px}:host(.M\\:v-rounded-b-4),.M\\:v-rounded-b-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}:host(.M\\:v-rounded-l-4),.M\\:v-rounded-l-4{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.M\\:v-rounded-r-4),.M\\:v-rounded-r-4{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.M\\:v-rounded-tl-4),.M\\:v-rounded-tl-4{border-top-left-radius:4px}:host(.M\\:v-rounded-tr-4),.M\\:v-rounded-tr-4{border-top-right-radius:4px}:host(.M\\:v-rounded-bl-4),.M\\:v-rounded-bl-4{border-bottom-left-radius:4px}:host(.M\\:v-rounded-br-4),.M\\:v-rounded-br-4{border-bottom-right-radius:4px}:host(.M\\:v-rounded-8),.M\\:v-rounded-8{border-radius:8px}:host(.M\\:v-rounded-t-8),.M\\:v-rounded-t-8{border-top-left-radius:8px;border-top-right-radius:8px}:host(.M\\:v-rounded-b-8),.M\\:v-rounded-b-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}:host(.M\\:v-rounded-l-8),.M\\:v-rounded-l-8{border-top-left-radius:8px;border-bottom-left-radius:8px}:host(.M\\:v-rounded-r-8),.M\\:v-rounded-r-8{border-top-right-radius:8px;border-bottom-right-radius:8px}:host(.M\\:v-rounded-tl-8),.M\\:v-rounded-tl-8{border-top-left-radius:8px}:host(.M\\:v-rounded-tr-8),.M\\:v-rounded-tr-8{border-top-right-radius:8px}:host(.M\\:v-rounded-bl-8),.M\\:v-rounded-bl-8{border-bottom-left-radius:8px}:host(.M\\:v-rounded-br-8),.M\\:v-rounded-br-8{border-bottom-right-radius:8px}:host(.M\\:v-rounded-12),.M\\:v-rounded-12{border-radius:12px}:host(.M\\:v-rounded-t-12),.M\\:v-rounded-t-12{border-top-left-radius:12px;border-top-right-radius:12px}:host(.M\\:v-rounded-b-12),.M\\:v-rounded-b-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}:host(.M\\:v-rounded-l-12),.M\\:v-rounded-l-12{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.M\\:v-rounded-r-12),.M\\:v-rounded-r-12{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.M\\:v-rounded-tl-12),.M\\:v-rounded-tl-12{border-top-left-radius:12px}:host(.M\\:v-rounded-tr-12),.M\\:v-rounded-tr-12{border-top-right-radius:12px}:host(.M\\:v-rounded-bl-12),.M\\:v-rounded-bl-12{border-bottom-left-radius:12px}:host(.M\\:v-rounded-br-12),.M\\:v-rounded-br-12{border-bottom-right-radius:12px}:host(.M\\:v-rounded-16),.M\\:v-rounded-16{border-radius:16px}:host(.M\\:v-rounded-t-16),.M\\:v-rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}:host(.M\\:v-rounded-b-16),.M\\:v-rounded-b-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}:host(.M\\:v-rounded-l-16),.M\\:v-rounded-l-16{border-top-left-radius:16px;border-bottom-left-radius:16px}:host(.M\\:v-rounded-r-16),.M\\:v-rounded-r-16{border-top-right-radius:16px;border-bottom-right-radius:16px}:host(.M\\:v-rounded-tl-16),.M\\:v-rounded-tl-16{border-top-left-radius:16px}:host(.M\\:v-rounded-tr-16),.M\\:v-rounded-tr-16{border-top-right-radius:16px}:host(.M\\:v-rounded-bl-16),.M\\:v-rounded-bl-16{border-bottom-left-radius:16px}:host(.M\\:v-rounded-br-16),.M\\:v-rounded-br-16{border-bottom-right-radius:16px}:host(.M\\:v-rounded-24),.M\\:v-rounded-24{border-radius:24px}:host(.M\\:v-rounded-t-24),.M\\:v-rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}:host(.M\\:v-rounded-b-24),.M\\:v-rounded-b-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}:host(.M\\:v-rounded-l-24),.M\\:v-rounded-l-24{border-top-left-radius:24px;border-bottom-left-radius:24px}:host(.M\\:v-rounded-r-24),.M\\:v-rounded-r-24{border-top-right-radius:24px;border-bottom-right-radius:24px}:host(.M\\:v-rounded-tl-24),.M\\:v-rounded-tl-24{border-top-left-radius:24px}:host(.M\\:v-rounded-tr-24),.M\\:v-rounded-tr-24{border-top-right-radius:24px}:host(.M\\:v-rounded-bl-24),.M\\:v-rounded-bl-24{border-bottom-left-radius:24px}:host(.M\\:v-rounded-br-24),.M\\:v-rounded-br-24{border-bottom-right-radius:24px}:host(.M\\:v-rounded-32),.M\\:v-rounded-32{border-radius:32px}:host(.M\\:v-rounded-t-32),.M\\:v-rounded-t-32{border-top-left-radius:32px;border-top-right-radius:32px}:host(.M\\:v-rounded-b-32),.M\\:v-rounded-b-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}:host(.M\\:v-rounded-l-32),.M\\:v-rounded-l-32{border-top-left-radius:32px;border-bottom-left-radius:32px}:host(.M\\:v-rounded-r-32),.M\\:v-rounded-r-32{border-top-right-radius:32px;border-bottom-right-radius:32px}:host(.M\\:v-rounded-tl-32),.M\\:v-rounded-tl-32{border-top-left-radius:32px}:host(.M\\:v-rounded-tr-32),.M\\:v-rounded-tr-32{border-top-right-radius:32px}:host(.M\\:v-rounded-bl-32),.M\\:v-rounded-bl-32{border-bottom-left-radius:32px}:host(.M\\:v-rounded-br-32),.M\\:v-rounded-br-32{border-bottom-right-radius:32px}:host(.M\\:v-rounded-48),.M\\:v-rounded-48{border-radius:48px}:host(.M\\:v-rounded-t-48),.M\\:v-rounded-t-48{border-top-left-radius:48px;border-top-right-radius:48px}:host(.M\\:v-rounded-b-48),.M\\:v-rounded-b-48{border-bottom-left-radius:48px;border-bottom-right-radius:48px}:host(.M\\:v-rounded-l-48),.M\\:v-rounded-l-48{border-top-left-radius:48px;border-bottom-left-radius:48px}:host(.M\\:v-rounded-r-48),.M\\:v-rounded-r-48{border-top-right-radius:48px;border-bottom-right-radius:48px}:host(.M\\:v-rounded-tl-48),.M\\:v-rounded-tl-48{border-top-left-radius:48px}:host(.M\\:v-rounded-tr-48),.M\\:v-rounded-tr-48{border-top-right-radius:48px}:host(.M\\:v-rounded-bl-48),.M\\:v-rounded-bl-48{border-bottom-left-radius:48px}:host(.M\\:v-rounded-br-48),.M\\:v-rounded-br-48{border-bottom-right-radius:48px}}@media (min-width: 1024px){:host(.L\\:v-rounded-0),.L\\:v-rounded-0{border-radius:0px}:host(.L\\:v-rounded-t-0),.L\\:v-rounded-t-0{border-top-left-radius:0px;border-top-right-radius:0px}:host(.L\\:v-rounded-b-0),.L\\:v-rounded-b-0{border-bottom-left-radius:0px;border-bottom-right-radius:0px}:host(.L\\:v-rounded-l-0),.L\\:v-rounded-l-0{border-top-left-radius:0px;border-bottom-left-radius:0px}:host(.L\\:v-rounded-r-0),.L\\:v-rounded-r-0{border-top-right-radius:0px;border-bottom-right-radius:0px}:host(.L\\:v-rounded-tl-0),.L\\:v-rounded-tl-0{border-top-left-radius:0px}:host(.L\\:v-rounded-tr-0),.L\\:v-rounded-tr-0{border-top-right-radius:0px}:host(.L\\:v-rounded-bl-0),.L\\:v-rounded-bl-0{border-bottom-left-radius:0px}:host(.L\\:v-rounded-br-0),.L\\:v-rounded-br-0{border-bottom-right-radius:0px}:host(.L\\:v-rounded-9999),.L\\:v-rounded-9999{border-radius:9999px}:host(.L\\:v-rounded-t-9999),.L\\:v-rounded-t-9999{border-top-left-radius:9999px;border-top-right-radius:9999px}:host(.L\\:v-rounded-b-9999),.L\\:v-rounded-b-9999{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}:host(.L\\:v-rounded-l-9999),.L\\:v-rounded-l-9999{border-top-left-radius:9999px;border-bottom-left-radius:9999px}:host(.L\\:v-rounded-r-9999),.L\\:v-rounded-r-9999{border-top-right-radius:9999px;border-bottom-right-radius:9999px}:host(.L\\:v-rounded-tl-9999),.L\\:v-rounded-tl-9999{border-top-left-radius:9999px}:host(.L\\:v-rounded-tr-9999),.L\\:v-rounded-tr-9999{border-top-right-radius:9999px}:host(.L\\:v-rounded-bl-9999),.L\\:v-rounded-bl-9999{border-bottom-left-radius:9999px}:host(.L\\:v-rounded-br-9999),.L\\:v-rounded-br-9999{border-bottom-right-radius:9999px}:host(.L\\:v-rounded-2),.L\\:v-rounded-2{border-radius:2px}:host(.L\\:v-rounded-t-2),.L\\:v-rounded-t-2{border-top-left-radius:2px;border-top-right-radius:2px}:host(.L\\:v-rounded-b-2),.L\\:v-rounded-b-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}:host(.L\\:v-rounded-l-2),.L\\:v-rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}:host(.L\\:v-rounded-r-2),.L\\:v-rounded-r-2{border-top-right-radius:2px;border-bottom-right-radius:2px}:host(.L\\:v-rounded-tl-2),.L\\:v-rounded-tl-2{border-top-left-radius:2px}:host(.L\\:v-rounded-tr-2),.L\\:v-rounded-tr-2{border-top-right-radius:2px}:host(.L\\:v-rounded-bl-2),.L\\:v-rounded-bl-2{border-bottom-left-radius:2px}:host(.L\\:v-rounded-br-2),.L\\:v-rounded-br-2{border-bottom-right-radius:2px}:host(.L\\:v-rounded-4),.L\\:v-rounded-4{border-radius:4px}:host(.L\\:v-rounded-t-4),.L\\:v-rounded-t-4{border-top-left-radius:4px;border-top-right-radius:4px}:host(.L\\:v-rounded-b-4),.L\\:v-rounded-b-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}:host(.L\\:v-rounded-l-4),.L\\:v-rounded-l-4{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.L\\:v-rounded-r-4),.L\\:v-rounded-r-4{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.L\\:v-rounded-tl-4),.L\\:v-rounded-tl-4{border-top-left-radius:4px}:host(.L\\:v-rounded-tr-4),.L\\:v-rounded-tr-4{border-top-right-radius:4px}:host(.L\\:v-rounded-bl-4),.L\\:v-rounded-bl-4{border-bottom-left-radius:4px}:host(.L\\:v-rounded-br-4),.L\\:v-rounded-br-4{border-bottom-right-radius:4px}:host(.L\\:v-rounded-8),.L\\:v-rounded-8{border-radius:8px}:host(.L\\:v-rounded-t-8),.L\\:v-rounded-t-8{border-top-left-radius:8px;border-top-right-radius:8px}:host(.L\\:v-rounded-b-8),.L\\:v-rounded-b-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}:host(.L\\:v-rounded-l-8),.L\\:v-rounded-l-8{border-top-left-radius:8px;border-bottom-left-radius:8px}:host(.L\\:v-rounded-r-8),.L\\:v-rounded-r-8{border-top-right-radius:8px;border-bottom-right-radius:8px}:host(.L\\:v-rounded-tl-8),.L\\:v-rounded-tl-8{border-top-left-radius:8px}:host(.L\\:v-rounded-tr-8),.L\\:v-rounded-tr-8{border-top-right-radius:8px}:host(.L\\:v-rounded-bl-8),.L\\:v-rounded-bl-8{border-bottom-left-radius:8px}:host(.L\\:v-rounded-br-8),.L\\:v-rounded-br-8{border-bottom-right-radius:8px}:host(.L\\:v-rounded-12),.L\\:v-rounded-12{border-radius:12px}:host(.L\\:v-rounded-t-12),.L\\:v-rounded-t-12{border-top-left-radius:12px;border-top-right-radius:12px}:host(.L\\:v-rounded-b-12),.L\\:v-rounded-b-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}:host(.L\\:v-rounded-l-12),.L\\:v-rounded-l-12{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.L\\:v-rounded-r-12),.L\\:v-rounded-r-12{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.L\\:v-rounded-tl-12),.L\\:v-rounded-tl-12{border-top-left-radius:12px}:host(.L\\:v-rounded-tr-12),.L\\:v-rounded-tr-12{border-top-right-radius:12px}:host(.L\\:v-rounded-bl-12),.L\\:v-rounded-bl-12{border-bottom-left-radius:12px}:host(.L\\:v-rounded-br-12),.L\\:v-rounded-br-12{border-bottom-right-radius:12px}:host(.L\\:v-rounded-16),.L\\:v-rounded-16{border-radius:16px}:host(.L\\:v-rounded-t-16),.L\\:v-rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}:host(.L\\:v-rounded-b-16),.L\\:v-rounded-b-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}:host(.L\\:v-rounded-l-16),.L\\:v-rounded-l-16{border-top-left-radius:16px;border-bottom-left-radius:16px}:host(.L\\:v-rounded-r-16),.L\\:v-rounded-r-16{border-top-right-radius:16px;border-bottom-right-radius:16px}:host(.L\\:v-rounded-tl-16),.L\\:v-rounded-tl-16{border-top-left-radius:16px}:host(.L\\:v-rounded-tr-16),.L\\:v-rounded-tr-16{border-top-right-radius:16px}:host(.L\\:v-rounded-bl-16),.L\\:v-rounded-bl-16{border-bottom-left-radius:16px}:host(.L\\:v-rounded-br-16),.L\\:v-rounded-br-16{border-bottom-right-radius:16px}:host(.L\\:v-rounded-24),.L\\:v-rounded-24{border-radius:24px}:host(.L\\:v-rounded-t-24),.L\\:v-rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}:host(.L\\:v-rounded-b-24),.L\\:v-rounded-b-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}:host(.L\\:v-rounded-l-24),.L\\:v-rounded-l-24{border-top-left-radius:24px;border-bottom-left-radius:24px}:host(.L\\:v-rounded-r-24),.L\\:v-rounded-r-24{border-top-right-radius:24px;border-bottom-right-radius:24px}:host(.L\\:v-rounded-tl-24),.L\\:v-rounded-tl-24{border-top-left-radius:24px}:host(.L\\:v-rounded-tr-24),.L\\:v-rounded-tr-24{border-top-right-radius:24px}:host(.L\\:v-rounded-bl-24),.L\\:v-rounded-bl-24{border-bottom-left-radius:24px}:host(.L\\:v-rounded-br-24),.L\\:v-rounded-br-24{border-bottom-right-radius:24px}:host(.L\\:v-rounded-32),.L\\:v-rounded-32{border-radius:32px}:host(.L\\:v-rounded-t-32),.L\\:v-rounded-t-32{border-top-left-radius:32px;border-top-right-radius:32px}:host(.L\\:v-rounded-b-32),.L\\:v-rounded-b-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}:host(.L\\:v-rounded-l-32),.L\\:v-rounded-l-32{border-top-left-radius:32px;border-bottom-left-radius:32px}:host(.L\\:v-rounded-r-32),.L\\:v-rounded-r-32{border-top-right-radius:32px;border-bottom-right-radius:32px}:host(.L\\:v-rounded-tl-32),.L\\:v-rounded-tl-32{border-top-left-radius:32px}:host(.L\\:v-rounded-tr-32),.L\\:v-rounded-tr-32{border-top-right-radius:32px}:host(.L\\:v-rounded-bl-32),.L\\:v-rounded-bl-32{border-bottom-left-radius:32px}:host(.L\\:v-rounded-br-32),.L\\:v-rounded-br-32{border-bottom-right-radius:32px}:host(.L\\:v-rounded-48),.L\\:v-rounded-48{border-radius:48px}:host(.L\\:v-rounded-t-48),.L\\:v-rounded-t-48{border-top-left-radius:48px;border-top-right-radius:48px}:host(.L\\:v-rounded-b-48),.L\\:v-rounded-b-48{border-bottom-left-radius:48px;border-bottom-right-radius:48px}:host(.L\\:v-rounded-l-48),.L\\:v-rounded-l-48{border-top-left-radius:48px;border-bottom-left-radius:48px}:host(.L\\:v-rounded-r-48),.L\\:v-rounded-r-48{border-top-right-radius:48px;border-bottom-right-radius:48px}:host(.L\\:v-rounded-tl-48),.L\\:v-rounded-tl-48{border-top-left-radius:48px}:host(.L\\:v-rounded-tr-48),.L\\:v-rounded-tr-48{border-top-right-radius:48px}:host(.L\\:v-rounded-bl-48),.L\\:v-rounded-bl-48{border-bottom-left-radius:48px}:host(.L\\:v-rounded-br-48),.L\\:v-rounded-br-48{border-bottom-right-radius:48px}}@media (min-width: 1440px){:host(.XL\\:v-rounded-0),.XL\\:v-rounded-0{border-radius:0px}:host(.XL\\:v-rounded-t-0),.XL\\:v-rounded-t-0{border-top-left-radius:0px;border-top-right-radius:0px}:host(.XL\\:v-rounded-b-0),.XL\\:v-rounded-b-0{border-bottom-left-radius:0px;border-bottom-right-radius:0px}:host(.XL\\:v-rounded-l-0),.XL\\:v-rounded-l-0{border-top-left-radius:0px;border-bottom-left-radius:0px}:host(.XL\\:v-rounded-r-0),.XL\\:v-rounded-r-0{border-top-right-radius:0px;border-bottom-right-radius:0px}:host(.XL\\:v-rounded-tl-0),.XL\\:v-rounded-tl-0{border-top-left-radius:0px}:host(.XL\\:v-rounded-tr-0),.XL\\:v-rounded-tr-0{border-top-right-radius:0px}:host(.XL\\:v-rounded-bl-0),.XL\\:v-rounded-bl-0{border-bottom-left-radius:0px}:host(.XL\\:v-rounded-br-0),.XL\\:v-rounded-br-0{border-bottom-right-radius:0px}:host(.XL\\:v-rounded-9999),.XL\\:v-rounded-9999{border-radius:9999px}:host(.XL\\:v-rounded-t-9999),.XL\\:v-rounded-t-9999{border-top-left-radius:9999px;border-top-right-radius:9999px}:host(.XL\\:v-rounded-b-9999),.XL\\:v-rounded-b-9999{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}:host(.XL\\:v-rounded-l-9999),.XL\\:v-rounded-l-9999{border-top-left-radius:9999px;border-bottom-left-radius:9999px}:host(.XL\\:v-rounded-r-9999),.XL\\:v-rounded-r-9999{border-top-right-radius:9999px;border-bottom-right-radius:9999px}:host(.XL\\:v-rounded-tl-9999),.XL\\:v-rounded-tl-9999{border-top-left-radius:9999px}:host(.XL\\:v-rounded-tr-9999),.XL\\:v-rounded-tr-9999{border-top-right-radius:9999px}:host(.XL\\:v-rounded-bl-9999),.XL\\:v-rounded-bl-9999{border-bottom-left-radius:9999px}:host(.XL\\:v-rounded-br-9999),.XL\\:v-rounded-br-9999{border-bottom-right-radius:9999px}:host(.XL\\:v-rounded-2),.XL\\:v-rounded-2{border-radius:2px}:host(.XL\\:v-rounded-t-2),.XL\\:v-rounded-t-2{border-top-left-radius:2px;border-top-right-radius:2px}:host(.XL\\:v-rounded-b-2),.XL\\:v-rounded-b-2{border-bottom-left-radius:2px;border-bottom-right-radius:2px}:host(.XL\\:v-rounded-l-2),.XL\\:v-rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}:host(.XL\\:v-rounded-r-2),.XL\\:v-rounded-r-2{border-top-right-radius:2px;border-bottom-right-radius:2px}:host(.XL\\:v-rounded-tl-2),.XL\\:v-rounded-tl-2{border-top-left-radius:2px}:host(.XL\\:v-rounded-tr-2),.XL\\:v-rounded-tr-2{border-top-right-radius:2px}:host(.XL\\:v-rounded-bl-2),.XL\\:v-rounded-bl-2{border-bottom-left-radius:2px}:host(.XL\\:v-rounded-br-2),.XL\\:v-rounded-br-2{border-bottom-right-radius:2px}:host(.XL\\:v-rounded-4),.XL\\:v-rounded-4{border-radius:4px}:host(.XL\\:v-rounded-t-4),.XL\\:v-rounded-t-4{border-top-left-radius:4px;border-top-right-radius:4px}:host(.XL\\:v-rounded-b-4),.XL\\:v-rounded-b-4{border-bottom-left-radius:4px;border-bottom-right-radius:4px}:host(.XL\\:v-rounded-l-4),.XL\\:v-rounded-l-4{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.XL\\:v-rounded-r-4),.XL\\:v-rounded-r-4{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.XL\\:v-rounded-tl-4),.XL\\:v-rounded-tl-4{border-top-left-radius:4px}:host(.XL\\:v-rounded-tr-4),.XL\\:v-rounded-tr-4{border-top-right-radius:4px}:host(.XL\\:v-rounded-bl-4),.XL\\:v-rounded-bl-4{border-bottom-left-radius:4px}:host(.XL\\:v-rounded-br-4),.XL\\:v-rounded-br-4{border-bottom-right-radius:4px}:host(.XL\\:v-rounded-8),.XL\\:v-rounded-8{border-radius:8px}:host(.XL\\:v-rounded-t-8),.XL\\:v-rounded-t-8{border-top-left-radius:8px;border-top-right-radius:8px}:host(.XL\\:v-rounded-b-8),.XL\\:v-rounded-b-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}:host(.XL\\:v-rounded-l-8),.XL\\:v-rounded-l-8{border-top-left-radius:8px;border-bottom-left-radius:8px}:host(.XL\\:v-rounded-r-8),.XL\\:v-rounded-r-8{border-top-right-radius:8px;border-bottom-right-radius:8px}:host(.XL\\:v-rounded-tl-8),.XL\\:v-rounded-tl-8{border-top-left-radius:8px}:host(.XL\\:v-rounded-tr-8),.XL\\:v-rounded-tr-8{border-top-right-radius:8px}:host(.XL\\:v-rounded-bl-8),.XL\\:v-rounded-bl-8{border-bottom-left-radius:8px}:host(.XL\\:v-rounded-br-8),.XL\\:v-rounded-br-8{border-bottom-right-radius:8px}:host(.XL\\:v-rounded-12),.XL\\:v-rounded-12{border-radius:12px}:host(.XL\\:v-rounded-t-12),.XL\\:v-rounded-t-12{border-top-left-radius:12px;border-top-right-radius:12px}:host(.XL\\:v-rounded-b-12),.XL\\:v-rounded-b-12{border-bottom-left-radius:12px;border-bottom-right-radius:12px}:host(.XL\\:v-rounded-l-12),.XL\\:v-rounded-l-12{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.XL\\:v-rounded-r-12),.XL\\:v-rounded-r-12{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.XL\\:v-rounded-tl-12),.XL\\:v-rounded-tl-12{border-top-left-radius:12px}:host(.XL\\:v-rounded-tr-12),.XL\\:v-rounded-tr-12{border-top-right-radius:12px}:host(.XL\\:v-rounded-bl-12),.XL\\:v-rounded-bl-12{border-bottom-left-radius:12px}:host(.XL\\:v-rounded-br-12),.XL\\:v-rounded-br-12{border-bottom-right-radius:12px}:host(.XL\\:v-rounded-16),.XL\\:v-rounded-16{border-radius:16px}:host(.XL\\:v-rounded-t-16),.XL\\:v-rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}:host(.XL\\:v-rounded-b-16),.XL\\:v-rounded-b-16{border-bottom-left-radius:16px;border-bottom-right-radius:16px}:host(.XL\\:v-rounded-l-16),.XL\\:v-rounded-l-16{border-top-left-radius:16px;border-bottom-left-radius:16px}:host(.XL\\:v-rounded-r-16),.XL\\:v-rounded-r-16{border-top-right-radius:16px;border-bottom-right-radius:16px}:host(.XL\\:v-rounded-tl-16),.XL\\:v-rounded-tl-16{border-top-left-radius:16px}:host(.XL\\:v-rounded-tr-16),.XL\\:v-rounded-tr-16{border-top-right-radius:16px}:host(.XL\\:v-rounded-bl-16),.XL\\:v-rounded-bl-16{border-bottom-left-radius:16px}:host(.XL\\:v-rounded-br-16),.XL\\:v-rounded-br-16{border-bottom-right-radius:16px}:host(.XL\\:v-rounded-24),.XL\\:v-rounded-24{border-radius:24px}:host(.XL\\:v-rounded-t-24),.XL\\:v-rounded-t-24{border-top-left-radius:24px;border-top-right-radius:24px}:host(.XL\\:v-rounded-b-24),.XL\\:v-rounded-b-24{border-bottom-left-radius:24px;border-bottom-right-radius:24px}:host(.XL\\:v-rounded-l-24),.XL\\:v-rounded-l-24{border-top-left-radius:24px;border-bottom-left-radius:24px}:host(.XL\\:v-rounded-r-24),.XL\\:v-rounded-r-24{border-top-right-radius:24px;border-bottom-right-radius:24px}:host(.XL\\:v-rounded-tl-24),.XL\\:v-rounded-tl-24{border-top-left-radius:24px}:host(.XL\\:v-rounded-tr-24),.XL\\:v-rounded-tr-24{border-top-right-radius:24px}:host(.XL\\:v-rounded-bl-24),.XL\\:v-rounded-bl-24{border-bottom-left-radius:24px}:host(.XL\\:v-rounded-br-24),.XL\\:v-rounded-br-24{border-bottom-right-radius:24px}:host(.XL\\:v-rounded-32),.XL\\:v-rounded-32{border-radius:32px}:host(.XL\\:v-rounded-t-32),.XL\\:v-rounded-t-32{border-top-left-radius:32px;border-top-right-radius:32px}:host(.XL\\:v-rounded-b-32),.XL\\:v-rounded-b-32{border-bottom-left-radius:32px;border-bottom-right-radius:32px}:host(.XL\\:v-rounded-l-32),.XL\\:v-rounded-l-32{border-top-left-radius:32px;border-bottom-left-radius:32px}:host(.XL\\:v-rounded-r-32),.XL\\:v-rounded-r-32{border-top-right-radius:32px;border-bottom-right-radius:32px}:host(.XL\\:v-rounded-tl-32),.XL\\:v-rounded-tl-32{border-top-left-radius:32px}:host(.XL\\:v-rounded-tr-32),.XL\\:v-rounded-tr-32{border-top-right-radius:32px}:host(.XL\\:v-rounded-bl-32),.XL\\:v-rounded-bl-32{border-bottom-left-radius:32px}:host(.XL\\:v-rounded-br-32),.XL\\:v-rounded-br-32{border-bottom-right-radius:32px}:host(.XL\\:v-rounded-48),.XL\\:v-rounded-48{border-radius:48px}:host(.XL\\:v-rounded-t-48),.XL\\:v-rounded-t-48{border-top-left-radius:48px;border-top-right-radius:48px}:host(.XL\\:v-rounded-b-48),.XL\\:v-rounded-b-48{border-bottom-left-radius:48px;border-bottom-right-radius:48px}:host(.XL\\:v-rounded-l-48),.XL\\:v-rounded-l-48{border-top-left-radius:48px;border-bottom-left-radius:48px}:host(.XL\\:v-rounded-r-48),.XL\\:v-rounded-r-48{border-top-right-radius:48px;border-bottom-right-radius:48px}:host(.XL\\:v-rounded-tl-48),.XL\\:v-rounded-tl-48{border-top-left-radius:48px}:host(.XL\\:v-rounded-tr-48),.XL\\:v-rounded-tr-48{border-top-right-radius:48px}:host(.XL\\:v-rounded-bl-48),.XL\\:v-rounded-bl-48{border-bottom-left-radius:48px}:host(.XL\\:v-rounded-br-48),.XL\\:v-rounded-br-48{border-bottom-right-radius:48px}}:host{display:block}";export{l as vega_box}
@@ -1 +0,0 @@
1
- import{L as e}from"./p-9ad088e0.js";import{c as s}from"./p-e179550a.js";const t=new class{constructor(){this.levelEntry={base:{zIndex:1e4,elements:[]},top:{zIndex:11e3,elements:[]}}}setZIndex(s,t="base"){if(null===s)return;this.removeZIndex(s,t);const i=this.levelEntry[t];s&&i&&("base"===t&&this.isBaseLevelOver()&&(e.warn("The max 'z-index' of base level is '11000', but the current 'z-index' is over, Please optimize the use of 'z-index', otherwise there will be some performance overhead."),this.increaseTopEntry()),i.elements.push(s),i.zIndex+=1,s.style.zIndex=i.zIndex.toString())}removeZIndex(e,t="base"){if(null===e)return;const i=this.levelEntry[t];if(e&&i){let t=-1;i.elements.forEach(((i,n)=>{i===e&&(t=n),t>=0&&n>t&&(i.style.zIndex=""+(s(i.style.zIndex)-1))})),t>=0&&(e.style.removeProperty("z-index"),i.elements.splice(t,1),i.zIndex-=1)}}increaseTopEntry(){const e=this.levelEntry.top;e.elements.forEach((e=>{e.style.zIndex=`${s(e.style.zIndex)+1}`})),e.zIndex+=1}isBaseLevelOver(){return this.levelEntry.base.zIndex>=11e3}};export{t as Z}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as i,H as o,F as a,g as r}from"./p-9777b1c1.js";import{R as n}from"./p-d962b340.js";import{s,g as p}from"./p-63676b71.js";import{J as d,K as h}from"./p-5fd43609.js";import{d as c}from"./p-b2467703.js";import{f as l}from"./p-de21b1d8.js";import{c as b}from"./p-86194314.js";import{I as g}from"./p-79ca8db7.js";import{I as x}from"./p-50c9b4ac.js";import{I as m}from"./p-4a651b91.js";import{F as f}from"./p-0478ca6f.js";import{C as v}from"./p-6923b79c.js";import{c as u,D as w}from"./p-40291804.js";import{h as y,i as j,d as I,b as k,g as z,f as C}from"./p-88aa975c.js";import{b as R}from"./p-bf399c33.js";import{C as E}from"./p-f6642024.js";import"./p-9ad088e0.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";import"./p-db9e7583.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-0bb29d98.js";import"./p-469bc36e.js";import"./p-381a16b8.js";import"./p-e5692191.js";var S=function(t,e,i,o){var a,r=arguments.length,n=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,i,o);else for(var s=t.length-1;s>=0;s--)(a=t[s])&&(n=(r<3?a(n):r>3?a(e,i,n):a(e,i))||n);return r>3&&n&&Object.defineProperty(e,i,n),n};const A=class{constructor(i){t(this,i),this.vegaChange=e(this,"vegaChange",7),this.change=e(this,"change",7),this.vegaCreate=e(this,"vegaCreate",7),this.create=e(this,"create",7),this.vegaSearch=e(this,"vegaSearch",7),this.search=e(this,"search",7),this.globalSlimmers={},this.formFieldController=new f({propertyRules:[{propertyName:"required",ruleFactory:t=>t?new n:null}],validationRulesName:"validationRules",defaultValue:[],attributeGetter:t=>this[t],inputContainerGetter:()=>this.dropdownRef,touchableAreaGetter:()=>[this.searchInputRef]}),this.changeEventEmit=u(A,z),this.createEventEmit=u(A,y),this.searchEventEmit=u(A,j),this.dropdownEventPrevent=new v([y,j],(()=>this.dropdownRef),{customPreventHandle:t=>{t.stopImmediatePropagation()}}),this.label="",this.required=!1,this.source=[],this.value=[],this.isValid=null,this.autoValidation=!0,this.validationRules=[],this.disabled=!1,this.placeholder="",this.hint="",this.size="medium",this.vegaDropdownProps={},this.useDefaultFilter=!0,this.onItemClick=async()=>{this.value=await this.dropdownRef.getSelection(),await this.clearInput()},this.onDropdownHide=async()=>{await this.clearInput()},this.onDropdownCreate=async t=>{this.createEventEmit.emit(t),await this.clearInput()},this.onInputChange=async t=>{const e=t.target.value;this.useDefaultFilter?(await this.dropdownRef.show(),await this.dropdownRef.search(e)):this.searchEventEmit.emit(e)},this.onLabelClick=()=>{this.searchInputRef.focus()},this.deleteLastSelectedItem=()=>{""===this.searchInputRef.value&&(this.value.pop(),this.value=[...this.value])}}watchSource(){this.source=d(this.source,h)?this.source:[]}watchValue(){this.changeEventEmit.emit(this.value),E.notify(R,{host:this.host,detail:this.value})}watchValidationRules(){}async close(){this.disabled||await this.dropdownRef.hide()}async open(){this.disabled||await this.dropdownRef.show()}render(){return s(i(o,{class:{"vega-combo-box-disabled":this.disabled}},this.renderLabel(),this.renderDropdown(),this.renderHint()),this.host)}renderLabel(){return i("vega-field-label",{onClick:this.onLabelClick,"is-field-required":this.required,disabled:this.disabled,label:this.label})}renderHint(){return i("div",{class:"vega-combo-box-hint"},this.hint)}renderDropdown(){return i("vega-dropdown",Object.assign({trigger:this.disabled?"none":"click",source:this.source,selectType:"multiple",selectedSourceKey:this.value,matchTargetWidth:!0},this.vegaDropdownProps,{ref:t=>{this.dropdownRef=t,w.addUniqueObserverToNode(t,y,(async t=>{await this.onDropdownCreate(t.detail)})),w.addUniqueObserverToNode(t,I,(async()=>{await this.onDropdownHide()})),w.addUniqueObserverToNode(t,k,(async()=>{await this.onItemClick()}))}}),this.renderContainer())}renderContainer(){return i("div",{class:{"vega-combo-box-container":!0,[`vega-combo-box-size-${this.size}`]:!0}},this.renderSelectedContainer(),this.renderInputContainer())}renderSelectedContainer(){const t=this.value.map((t=>this.source.find((e=>e.key===t)))).filter((t=>t));return i(a,null,t.map((t=>this.renderSelectedChip(t))))}renderSelectedChip(t){return i("vega-chip",{key:t.key,text:t.label,variant:"outlined",showCloseIcon:!this.disabled,size:"small",ref:e=>{w.addUniqueObserverToNode(e,C,(async()=>{await this.onChipClose(t.key)}))}})}renderInputContainer(){return i("div",{class:"vega-combo-box-input-container"},i("input",{onInput:this.onInputChange,"aria-label":this.label||"No label defined",placeholder:0===this.value.length?this.placeholder:"",ref:t=>this.searchInputRef=t,onKeyDown:b(),disabled:this.disabled}))}async onChipClose(t){this.value=[...c(this.value,[t])],await this.dropdownRef.hide()}async clearInput(){this.searchInputRef.value="",await this.dropdownRef.search("")}controlDirectionByKeyboard(t){const e=p();if(e&&e.classList.contains("vega-chip-close-icon")){const i=l(e,"vega-chip");"ArrowLeft"===t&&this.focusItemByKeyboard(i.previousSibling),"ArrowRight"===t&&this.focusItemByKeyboard(i.nextSibling)}else"ArrowLeft"===t&&0===this.searchInputRef.selectionStart&&this.focusItemByKeyboard(this.host.shadowRoot.querySelector("vega-chip:last-of-type"))}focusItemByKeyboard(t){t&&(t.classList.contains("vega-combo-box-input-container")?t.querySelector("input").focus():t.shadowRoot.querySelector(".vega-chip-close-icon").focus())}get host(){return r(this)}static get watchers(){return{source:["watchSource"],value:["watchValue"],validationRules:["watchValidationRules"]}}};S([m()],A.prototype,"globalSlimmers",void 0),S([x()],A.prototype,"formFieldController",void 0),S([x()],A.prototype,"changeEventEmit",void 0),S([x()],A.prototype,"createEventEmit",void 0),S([x()],A.prototype,"searchEventEmit",void 0),S([x()],A.prototype,"dropdownEventPrevent",void 0),S([g((t=>[{keyCode:"Backspace",activeElementInScope:[t.searchInputRef],eventName:"keydown",callback:t.deleteLastSelectedItem},{keyCode:"ArrowLeft",activeElementInScope:[t.host],callback:()=>t.controlDirectionByKeyboard("ArrowLeft")},{keyCode:"ArrowRight",activeElementInScope:[t.host],callback:()=>t.controlDirectionByKeyboard("ArrowRight")}]))],A.prototype,"host",void 0),A.style=':host{display:inline-block;width:100%;min-width:0px;text-align:left;line-height:normal}.vega-combo-box-container{border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px;border-radius:8px;gap:8px;display:block;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer}.vega-combo-box-container:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}.vega-combo-box-container:focus-within{border:1px solid rgba(var(--v-border-input-field-focus, 19, 98, 226, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25))}.vega-combo-box-container .vega-combo-box-input-container{width:-webkit-min-content;width:-moz-min-content;width:min-content;flex-grow:1}.vega-combo-box-container input{border-style:none;background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0));font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));width:100%}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-combo-box-container input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-combo-box-container input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-combo-box-container input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}.vega-combo-box-container input:focus{outline:2px solid transparent;outline-offset:2px}.vega-combo-box-size-medium{padding-left:12px;padding-right:12px;padding-top:10px;padding-bottom:10px}.vega-combo-box-size-small{padding-left:12px;padding-right:12px;padding-top:6px;padding-bottom:6px}.vega-combo-box-container:focus{outline:none}vega-field-label{margin-bottom:8px}.error .vega-combo-box-container{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}.error .vega-combo-box-container:hover{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}.error .vega-combo-box-container:focus-within{border:1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-danger-focus, 230, 50, 87, 0.25))}:host(.vega-combo-box-disabled) .vega-combo-box-container{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));--tw-shadow:0 0 #0000;box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px}:host(.vega-combo-box-disabled) .vega-combo-box-container:hover{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}:host(.vega-combo-box-disabled) vega-icon{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}.vega-combo-box-container input::placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}.vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:8px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-hidden{display:none}.vega-combo-box-hint{padding-left:8px;padding-right:8px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));padding-top:8px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-combo-box-hint{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-combo-box-hint{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-combo-box-hint{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-error:not(.vega-hidden)+.vega-combo-box-hint{padding-top:4px}vega-dropdown{display:block}';export{A as vega_combo_box}
@@ -1 +0,0 @@
1
- import{r as e,c as i,h as t,H as a,g as r}from"./p-9777b1c1.js";import{c as o}from"./p-86194314.js";import{s as n}from"./p-63676b71.js";import{C as s}from"./p-f6642024.js";import{R as l,i as d,b as h}from"./p-bf399c33.js";import{O as c,d as p,c as g}from"./p-40291804.js";import{f as v}from"./p-de21b1d8.js";import{I as f}from"./p-50c9b4ac.js";import{I as b}from"./p-4a651b91.js";import{g as m,p as u,q as x}from"./p-88aa975c.js";import{M as w,V as y}from"./p-cb19da5d.js";import{M as j}from"./p-a90f4bcd.js";import{a as k,F as I}from"./p-0478ca6f.js";import{R}from"./p-d962b340.js";import{C}from"./p-8c414f6f.js";import{C as O}from"./p-197ed7d6.js";import{C as z}from"./p-6923b79c.js";import{K as A}from"./p-88a10631.js";import"./p-9ad088e0.js";import"./p-381a16b8.js";import"./p-0bb29d98.js";import"./p-469bc36e.js";import"./p-e5692191.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-db9e7583.js";var D=function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);return o>3&&n&&Object.defineProperty(i,t,n),n};class V extends y{connectedCallback(){this.radioGroup=v(this.host,"vega-radio-group"),this.radioGroup&&(this.fieldErrorObserver=new c(this.canAcceptFieldErrorObserver.bind(this),this.fieldErrorObserverListener.bind(this)),s.register(p.getSubject(this.radioGroup,k),this.fieldErrorObserver))}disconnectedCallback(){this.radioGroup&&s.unregister(p.getSubject(this.radioGroup,k),this.fieldErrorObserver)}canAcceptFieldErrorObserver(e){return"VEGA-RADIO-GROUP"===e.host.tagName&&this.radioGroup===e.host}fieldErrorObserverListener(e){this.showError=e.showError}}D([w({writable:!0})],V.prototype,"showError",void 0),D([w()],V.prototype,"host",void 0),D([j("connectedCallback")],V.prototype,"connectedCallback",null),D([j("disconnectedCallback")],V.prototype,"disconnectedCallback",null);var E=function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);return o>3&&n&&Object.defineProperty(i,t,n),n};const F=class{constructor(t){e(this,t),this.vegaFocus=i(this,"vegaFocus",7),this.focus=i(this,"focus",7),this.vegaBlur=i(this,"vegaBlur",7),this.blur=i(this,"blur",7),this.vegaChange=i(this,"vegaChange",7),this.change=i(this,"change",7),this.globalSlimmers={},this.changeEventEmitter=g(F,m),this.focusEventEmitter=g(F,u),this.blurEventEmitter=g(F,x),this.vegaRadioShowErrorController=new V,this.groupDisabled=!1,this.showError=!1,this.value="",this.checked=!1,this.disabled=!1,this.size="default",this.updateValue=e=>{this.checked=e.currentTarget.checked,e.stopPropagation()},this.handleFocus=e=>{this.focusEventEmitter.emit(e,e)},this.handleBlur=e=>{this.blurEventEmitter.emit(e,e)},this.handleClick=e=>{e.stopPropagation()}}watchCheckedChange(){this.changeEventEmitter.emit(this.checked),s.notify(l,{host:this.host,detail:this.checked})}connectedCallback(){this.ariaLabel=this.host.textContent,""==this.ariaLabel&&(this.ariaLabel=this.value)}disconnectedCallback(){this.unRegisterGroupDisabledObserver()}componentDidLoad(){""===this.host.textContent&&this.labelElement.classList.add("vega-hidden"),this.initAndRegisterGroupDisabledObserver()}render(){return n(t(a,{class:{"vega-flex-shrink-0 v-min-w-min":"VEGA-RADIO-GROUP"==this.host.parentElement.nodeName}},t("label",{class:{"vega-radio-container":!0,[this.size]:!0,"vega-radio-checked":this.checked,"vega-radio-disabled":this.isDisabled(),error:this.showError}},t("input",{type:"radio",name:this.name,checked:this.checked,value:this.value,onFocus:this.handleFocus,onBlur:this.handleBlur,onClick:this.handleClick,onChange:this.updateValue,"aria-label":this.ariaLabel||"No label defined",disabled:this.isDisabled(),tabIndex:this.isDisabled()?-1:0,onKeyDown:o()}),t("span",{class:"vega-radio-icon"},t("span",{class:"vega-radio-circle"})),t("div",{class:"vega-radio-label",ref:e=>this.labelElement=e},t("slot",null)))),this.host)}isDisabled(){return this.disabled||this.groupDisabled}canAcceptGroupDisabledObserver(e){return v(this.host,"vega-radio-group")===e.host}groupDisabledObserverListener(e){this.groupDisabled=e.host.disabled}initAndRegisterGroupDisabledObserver(){v(this.host,"vega-radio-group")&&(this.groupDisabledObserver=new c(this.canAcceptGroupDisabledObserver.bind(this),this.groupDisabledObserverListener.bind(this)),s.register(d,this.groupDisabledObserver))}unRegisterGroupDisabledObserver(){this.groupDisabledObserver&&s.unregister(d,this.groupDisabledObserver)}get host(){return r(this)}static get watchers(){return{checked:["watchCheckedChange"]}}};E([b()],F.prototype,"globalSlimmers",void 0),E([f()],F.prototype,"changeEventEmitter",void 0),E([f()],F.prototype,"focusEventEmitter",void 0),E([f()],F.prototype,"blurEventEmitter",void 0),E([f()],F.prototype,"vegaRadioShowErrorController",void 0),F.style=':host{display:inline-block;box-sizing:border-box;height:24px}.vega-radio-container{position:relative;display:inline-flex;gap:8px;cursor:pointer}.vega-radio-container input{position:absolute;left:0px;top:0px;opacity:0}.vega-radio-icon{display:inline-block;box-sizing:border-box;border-style:solid;border-radius:9999px;position:relative;left:0px;flex-shrink:0;border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1))}.vega-radio-icon:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}.vega-radio-container.default .vega-radio-icon{width:24px;height:24px;padding:5px}.vega-radio-container.small .vega-radio-icon{width:16px;height:16px;padding:4px}.vega-radio-checked:hover .vega-radio-circle{background-color:rgba(var(--v-bg-action-hover, 4, 112, 236, 1))}.vega-radio-container input[type=radio]:focus-visible+.vega-radio-icon{box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25));border:1px solid rgba(var(--v-border-input-field-focus, 19, 98, 226, 1))}.vega-radio-container:not(.vega-radio-disabled):active .vega-radio-icon{border-width:1px;border-style:solid;border-color:rgba(var(--v-border-color-action-active, 29, 65, 195, 1))}.vega-radio-checked:active .vega-radio-circle{background-color:rgba(var(--v-bg-action-active, 29, 65, 195, 1))}.vega-radio-checked .vega-radio-circle{display:block;width:100%;height:100%;border-radius:9999px;background-color:rgba(var(--v-bg-action, 19, 98, 226, 1))}.vega-radio-disabled .vega-radio-icon{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.vega-radio-disabled .vega-radio-circle{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}.vega-radio-disabled:hover .vega-radio-circle{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}.vega-radio-container .vega-radio-label{display:inline-block;color:rgba(var(--v-text-primary, 32, 54, 69, 1))}.vega-radio-container .vega-radio-label.vega-hidden{display:none}.vega-radio-container.default .vega-radio-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-radio-container.default .vega-radio-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-radio-container.default .vega-radio-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-radio-container.default .vega-radio-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}.vega-radio-container.small .vega-radio-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-radio-container.small .vega-radio-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-radio-container.small .vega-radio-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-radio-container.small .vega-radio-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}.vega-radio-disabled .vega-radio-label{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}label{-webkit-tap-highlight-color:transparent}.vega-radio-container.error .vega-radio-icon{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}.vega-radio-container.error:hover .vega-radio-icon{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}.vega-radio-container.error input[type=radio]:focus-visible+.vega-radio-icon{border:1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-danger-focus, 230, 50, 87, 0.25))}.vega-radio-container.error:active .vega-radio-icon{border:1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1))}.vega-radio-checked.error .vega-radio-circle{background-color:rgba(var(--v-bg-danger, 230, 50, 87, 1))}.vega-radio-checked.error:hover .vega-radio-circle{background-color:rgba(var(--v-bg-danger-hover, 255, 87, 114, 1))}.vega-radio-checked.error:active .vega-radio-circle{background-color:rgba(var(--v-bg-danger-active, 189, 41, 71, 1))}';class G extends A{constructor(){super((e=>(e.setRadioArrayTabIndex(),[{keyCode:["ArrowUp","ArrowDown"],activeElementInScope:[e.host],callback:e=>{this.updateRadioFocusStates(e)}}])))}setRadioArrayTabIndex(){const e=this.getNotDisabledRadioArray();if(e){const i=e.findIndex((e=>e.checked)),t=i>-1?i:0;e.forEach(((e,i)=>{const a=i===t?"0":"-1";e.shadowRoot.querySelector("input").setAttribute("tabIndex",a)}))}}updateRadioFocusStates(e){const i=e.key,t=this.getNotDisabledRadioArray();if(!t||0===t.length)return;t.forEach((e=>e.shadowRoot.querySelector("input").setAttribute("tabIndex","-1")));const a=t.findIndex((i=>i===e.target));let r;"ArrowDown"===i?r=a===t.length-1?t[0]:t[a+1]:"ArrowUp"===i&&(r=0===a?t[t.length-1]:t[a-1]),r&&(r.shadowRoot.querySelector("input").focus(),r.checked=!0,r.shadowRoot.querySelector("input").tabIndex=0)}getNotDisabledRadioArray(){const e=Array.from(this.host.querySelectorAll("vega-radio"));if(e.length>0)return e.filter((e=>!e.disabled))}}!function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);o>3&&n&&Object.defineProperty(i,t,n)}([w()],G.prototype,"host",void 0);var S=function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);return o>3&&n&&Object.defineProperty(i,t,n),n};class N extends y{emitEventAndNotifyValueChangeSubject(e){this.changeEventEmitter.emit(e),s.notify(h,{host:this.host,detail:e})}setValue(e){this.value=e}}S([w()],N.prototype,"host",void 0),S([w({writable:!0})],N.prototype,"value",void 0),S([w()],N.prototype,"changeEventEmitter",void 0),S([w()],N.prototype,"radioItemsController",void 0),S([j("watchValue")],N.prototype,"emitEventAndNotifyValueChangeSubject",null);var L=function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);return o>3&&n&&Object.defineProperty(i,t,n),n};class P extends y{constructor(){super(...arguments),this.vegaRadioArray=[]}setRadioItemName(){this.vegaRadioArray.forEach((e=>{e.name=this.name?this.name:e.getAttribute("name")}))}setRadioItemCheckedByValue(e){this.vegaRadioArray.forEach((i=>{i.checked=i.value===e}))}queryRadioItemsAndSetValue(){this.vegaRadioArray=Array.from(this.host.querySelectorAll("vega-radio")),this.setDefaultGroupValueByCheckedItem()}syncRadioItemsStatus(){this.setRadioItemCheckedByValue(this.value),this.setRadioItemName()}getRadioItemsArray(){return this.vegaRadioArray}setDefaultGroupValueByCheckedItem(){this.vegaRadioArray.forEach((e=>{e.checked&&this.valueController.setValue(e.value)}))}}L([w()],P.prototype,"host",void 0),L([w()],P.prototype,"value",void 0),L([w()],P.prototype,"name",void 0),L([w()],P.prototype,"valueController",void 0),L([j("watchName")],P.prototype,"setRadioItemName",null),L([j("watchValue")],P.prototype,"setRadioItemCheckedByValue",null),L([j("componentWillLoad")],P.prototype,"queryRadioItemsAndSetValue",null),L([j("componentDidLoad")],P.prototype,"syncRadioItemsStatus",null);var q=function(e,i,t,a){var r,o=arguments.length,n=o<3?i:null===a?a=Object.getOwnPropertyDescriptor(i,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,i,t,a);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(n=(o<3?r(n):o>3?r(i,t,n):r(i,t))||n);return o>3&&n&&Object.defineProperty(i,t,n),n};const B=class{constructor(t){e(this,t),this.vegaChange=i(this,"vegaChange",7),this.change=i(this,"change",7),this.globalSlimmers={},this.formFieldController=new I({propertyRules:[{propertyName:"required",ruleFactory:e=>e?new R:null}],inputContainerGetter:()=>this.inputContainerRef,touchableAreaGetter:()=>this.radioItemsController.getRadioItemsArray().map((e=>e.shadowRoot.querySelector("input"))),defaultValue:"",attributeGetter:e=>this[e]}),this.radioValueChangeObserver=new O(l,(e=>this.childRadioValueChange(e))),this.radioEventPrevent=new z([m],(()=>this.vegaFlexElement)),this.changeEventEmitter=g(B,m),this.keyboardController=new G,this.radioItemsController=new P,this.valueController=new N,this.label="",this.value="",this.vegaFlexProp={},this.required=!1,this.hint="",this.isValid=null,this.disabled=!1,this.childRadioValueChange=e=>{e.detail&&this.valueController.setValue(e.host.value)}}async watchValue(e){}watchName(){}watchVegaFlexProp(){this.setVegaFlexProperty()}async watchDisabled(){this.notifyGroupDisabledChange()}componentWillLoad(){}componentDidLoad(){this.setVegaFlexProperty(),this.disabled&&this.notifyGroupDisabledChange()}render(){return n(t(a,{role:"radiogroup"},this.renderLabelDom(),t("div",{class:"vega-radio-container",ref:e=>this.inputContainerRef=e},t("vega-flex",{ref:e=>{this.vegaFlexElement=e}},t("slot",null))),this.renderHintDom()),this.host)}renderLabelDom(){return this.label&&t("div",{class:"vega-label"},t("label",{"aria-label":this.label},this.label,this.renderRequireDom()))}renderRequireDom(){return this.required?t("span",{class:"vega-require"},"*"):null}renderHintDom(){return this.hint&&t("div",{class:"vega-hint"},t("label",null,this.hint))}setVegaFlexProperty(){this.vegaFlexProp&&Object.assign(this.vegaFlexElement,{gap:"size-16",direction:"col"},this.vegaFlexProp)}notifyGroupDisabledChange(){s.notify(d,{host:this.host})}get host(){return r(this)}static get watchers(){return{value:["watchValue"],name:["watchName"],vegaFlexProp:["watchVegaFlexProp"],disabled:["watchDisabled"]}}};q([b()],B.prototype,"globalSlimmers",void 0),q([f()],B.prototype,"formFieldController",void 0),q([f()],B.prototype,"radioValueChangeObserver",void 0),q([f()],B.prototype,"radioEventPrevent",void 0),q([f()],B.prototype,"changeEventEmitter",void 0),q([f()],B.prototype,"keyboardController",void 0),q([f()],B.prototype,"radioItemsController",void 0),q([f()],B.prototype,"valueController",void 0),q([C()],B.prototype,"watchVegaFlexProp",null),B.style=':host{display:block;text-align:left;line-height:normal}.vega-error{display:block;margin-top:12px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-hidden{display:none}.vega-label{margin-bottom:16px}.vega-label label{font-family:"Inter", sans-serif;font-size:18px;font-weight:500;line-height:30px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-label label{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-label label{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-label label{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}.vega-require{color:rgba(var(--v-text-error, 189, 41, 71, 1));margin-left:4px}.vega-hint{padding-top:12px}.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}';export{F as vega_radio,B as vega_radio_group}
@@ -1 +0,0 @@
1
- import{F as t}from"./p-af526815.js";import{V as s,a as o,b as i,c as a}from"./p-2ff0323f.js";import{s as c}from"./p-9ad088e0.js";import{V as l}from"./p-34964cc9.js";import{G as n}from"./p-50c9b4ac.js";import{M as e}from"./p-a90f4bcd.js";import{V as r}from"./p-cb19da5d.js";import"./p-88aa975c.js";import"./p-de21b1d8.js";import{T as p}from"./p-29ba4bd0.js";import{V as f}from"./p-9d426517.js";var h=function(t,s,o,i){var a,c=arguments.length,l=c<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(t,s,o,i);else for(var n=t.length-1;n>=0;n--)(a=t[n])&&(l=(c<3?a(l):c>3?a(s,o,l):a(s,o))||l);return c>3&&l&&Object.defineProperty(s,o,l),l};class b extends r{constructor(s){super(),this.originalWatchers=new Map,this.hasDisconnected=!1,this.isEnabled=t.isEnabled("VEGA_REACT.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD")&&t.isEnabled("VEGA_FRAMEWORK.PREVENT_CALL_WATCH_METHOD_BEFORE_COMPONENT_LOAD"),this.component=s.component}connectedCallback(){if(!this.isEnabled)return;if(this.hasDisconnected)return;const t=this.component.constructor.watchers;for(const s in t)t[s].forEach((t=>{this.originalWatchers.has(t)||(this.originalWatchers.set(t,this.component[t]),this.component[t]=function(){})}))}disconnectedCallback(){this.isEnabled&&(this.hasDisconnected=!0)}componentDidLoad(){this.isEnabled&&this.originalWatchers.forEach(((t,s)=>{const o=t;this.component[s]=function(...t){return o.apply(this,t)}}))}}h([e("connectedCallback")],b.prototype,"connectedCallback",null),h([e("disconnectedCallback")],b.prototype,"disconnectedCallback",null),h([e("componentDidLoad")],b.prototype,"componentDidLoad",null);const d=function(){globalThis.VegaDisabledFeatureKeys&&t.disable(...globalThis.VegaDisabledFeatureKeys),globalThis.VegaEnabledFeatureKeys&&t.enable(...globalThis.VegaEnabledFeatureKeys),globalThis.VegaLoader=s,globalThis.VegaNotify=o,globalThis.VegaThemeManager=i,globalThis.setVegaLogLevel=c,globalThis.VegaDialog=l,n.register([b]),globalThis.VegaEventManager=a,Object.keys(p).forEach((t=>{const{url:s}=p[t],o="vega-typography-"+t;if(!document.querySelector("#"+o)){const t=document.createElement("link");t.id=o,t.href=s,t.rel="stylesheet",document.head.append(t)}})),globalThis.VegaIconManager=f};export{d as g}
@@ -1 +0,0 @@
1
- import{L as e}from"./p-9ad088e0.js";class t{constructor(e,t){this.vegaName=e,this.nativeName=t}getName(){return this.getVegaName()}getCurrentName(e){return"native"!==e.namespace?this.getVegaName():this.getNativeName()}getVegaName(){return this.vegaName}getNativeName(){return this.nativeName}isBrowserRawEvent(){return H.includes(this)}}const a=new t("vegaChange","change"),n=new t("vegaClick","click"),s=new t("vegaFocus","focus"),r=new t("vegaBlur","blur"),o=new t("vegaClose","close"),c=new t("vegaOpen","modalOpen"),g=new t("vegaValidate","validate"),i=new t("vegaFormSubmit","formSubmit"),v=new t("vegaFormReset","formReset"),u=new t("vegaRowClick","rowClick"),l=new t("vegaSelectChange","selectChange"),h=new t("vegaSelectAllChange","selectAllChange"),p=new t("vegaPageSizeChange","pageSizeChange"),d=new t("vegaDropdownClick","dropdownClick"),w=new t("vegaCreate","create"),m=new t("vegaSearch","search"),b=new t("vegaPopoverShow","popoverShow"),S=new t("vegaPopoverHide","popoverHide"),C=new t("vegaCancel","cancel"),k=new t("vegaRemove","remove"),x=new t("vegaPageUpdate","pageUpdate"),E=new t("vegaCurrentStepUpdate","currentStepUpdate"),f=new t("vegaToggleStatus","toggleStatus"),y=new t("vegaStateUpdate","stateUpdate"),T=new t("vegaGroupClick","groupClick"),A=new t("vegaMenuClick","menuClick"),N=new t("vegaExpand","accordionExpand"),R=new t("vegaShow","dropdownShow"),U=new t("vegaHide","dropdownHide"),j=new t("vegaSearch","dropdownSearch"),H=[a,n,s,r],M=new Map([["vega-accordion",[N]],["vega-app-header-button",[n,d]],["vega-breadcrumb",[n]],["vega-button",[n]],["vega-button-circle",[n]],["vega-button-link",[n]],["vega-carousel",[x]],["vega-checkbox",[a]],["vega-checkbox-group",[a]],["vega-chip",[o,n]],["vega-color-picker",[a]],["vega-combo-box",[a,w,m]],["vega-date-picker",[a]],["vega-dropdown",[R,U,d,w,j]],["vega-dropdown-item",[n]],["vega-field-label",[n]],["vega-form",[i,v,g]],["vega-image-uploader",[a,k,C]],["vega-input",[a,s,r]],["vega-input-credit-card",[a,r,s]],["vega-input-range",[a]],["vega-input-select",[a,m]],["vega-item-toggle",[f]],["vega-modal",[c,o]],["vega-left-nav",[y]],["vega-left-nav-group",[T]],["vega-left-nav-link",[A]],["vega-pagination",[a,p]],["vega-popover",[b,S]],["vega-progress-tracker",[E]],["vega-radio",[a,s,r]],["vega-radio-group",[a]],["vega-stepper",[a]],["vega-tab-group",[n]],["vega-table",[a,l,h,u]],["vega-table-head-cell",[n]],["vega-table-row",[n]],["vega-textarea",[a,r]],["vega-time-picker",[a]],["vega-toggle-switch",[a]]]);class O{getHostName(){return this.vegaComponentName}getEventName(){return this.eventName}handle(e,t){const a=this.createEventTarget(e);a.style.display="none",e.appendChild(a);const n=this.createEvent(this.eventName);return t&&Object.defineProperty(n,"detail",{configurable:!0,value:t}),a.dispatchEvent(n),a.remove(),n}copyAttributesToTarget(t,a){t&&a&&Array.from(t.attributes).filter((e=>!e.name.startsWith("on"))).forEach((n=>{try{a.setAttribute(n.name,n.value)}catch(a){e.error(`Delegated strategy copy ${t.tagName} attribute '${n.name}' error.`)}}))}createEvent(e){let t=new Event(e,{bubbles:!0,cancelable:!0});return"click"===e&&(t=new MouseEvent(e,{bubbles:!0,cancelable:!0})),t}}class B extends O{constructor(){super(...arguments),this.eventName="click",this.vegaComponentName="vega-button"}createEventTarget(e){const t=document.createElement("button");return this.copyAttributesToTarget(e,t),t.type=e.type,t}}class D extends O{constructor(){super(...arguments),this.eventName="change",this.vegaComponentName="vega-checkbox"}createEventTarget(e){const t=document.createElement("input");return this.copyAttributesToTarget(e,t),t.type="checkbox",t.checked=e.checked,t}}class F extends O{constructor(){super(...arguments),this.eventName="change",this.vegaComponentName="vega-input-select"}createEventTarget(e){const t=document.createElement("select");return this.copyAttributesToTarget(e,t),e.value&&(t.value=e.value.toString()),t}}class I extends O{constructor(e){super(),this.vegaComponentName="vega-input",this.eventName=e}createEventTarget(e){const t=document.createElement("input");return this.copyAttributesToTarget(e,t),t.type=e.type,t.value=e.value,t}}class P extends O{constructor(){super(...arguments),this.eventName="change",this.vegaComponentName="vega-radio"}createEventTarget(e){const t=document.createElement("input");return this.copyAttributesToTarget(e,t),t.type="radio",t.checked=e.checked,t}}class z extends O{constructor(){super(...arguments),this.vegaComponentName="vega-textarea",this.eventName="change"}createEventTarget(e){const t=document.createElement("textarea");return this.copyAttributesToTarget(e,t),t.value=e.value,t}}const V=new class{constructor(){this.strategyRegistry=new Map,this.updateStrategyRegistry([new B,new I("change"),new I("focus"),new I("blur"),new F,new z,new D,new P])}isSupportDelegated(e,t){let a=!1;const n=e.tagName.toLowerCase();return this.strategyRegistry.get(n)&&this.strategyRegistry.get(n).get(t.getNativeName())&&(a=!0),a}updateRegistryFromEventSemantics(e){let t=[];const{global:a,components:n}=e;if(a&&Array.isArray(a.jqueryDelegatedEvent)&&(t=t.concat(a.jqueryDelegatedEvent)),n)for(const e in n)Array.isArray(n[e].jqueryDelegatedEvent)&&(t=t.concat(n[e].jqueryDelegatedEvent));t.length&&this.updateStrategyRegistry(t)}getStrategy(e,t){const a=e.tagName.toLowerCase();if(this.strategyRegistry&&this.strategyRegistry.get(a))return this.strategyRegistry.get(a).get(t.getNativeName())}updateStrategyRegistry(e){e.forEach((e=>{const t=e.getHostName(),a=e.getEventName();if(this.strategyRegistry.get(t))this.strategyRegistry.get(t).set(a,e);else{const n=new Map;n.set(a,e),this.strategyRegistry.set(t,n)}}))}},G=new class{constructor(){this.config={},this.defaultEventSemantics={namespace:"vega"}}setSemantics(e){this.config=e,V.updateRegistryFromEventSemantics(e)}getSemantics(e){return Object.assign({},this.defaultEventSemantics,this.getSemanticsInGlobal(),this.getSemanticsInComponents(e))}getEnabledEventIdsByComponent(e){return M.get(e)}getSemanticsInGlobal(){return this.config.global}getSemanticsInComponents(e){const t=e.tagName.toLocaleLowerCase();return this.config.components&&Object.prototype.hasOwnProperty.call(this.config.components,t)?this.config.components[t]:null}};export{A,O as B,l as C,h as D,u as E,G as I,n as V,N as a,d as b,R as c,U as d,x as e,o as f,a as g,w as h,m as i,V as j,i as k,v as l,g as m,k as n,C as o,s as p,r as q,j as r,f as s,p as t,E as u,c as v,b as w,S as x,y,T as z}
@@ -1 +0,0 @@
1
- import{h as e,F as t,r as i,c as o,H as r,g as s}from"./p-9777b1c1.js";import{g as n,s as a}from"./p-63676b71.js";import{I as d}from"./p-50c9b4ac.js";import{m as l,s as h}from"./p-6bd5c49b.js";import{I as c}from"./p-4a651b91.js";import{M as p,V as v}from"./p-cb19da5d.js";import{M as f}from"./p-a90f4bcd.js";import{f as u,k as g,l as w}from"./p-de21b1d8.js";import{J as m,K as x}from"./p-5fd43609.js";import{c as b}from"./p-86194314.js";import{L as y}from"./p-9ad088e0.js";import{D as S,c as R}from"./p-40291804.js";import{g as j,c as C,d as I,b as O,h as k,r as D,V as E}from"./p-88aa975c.js";import{K as T}from"./p-88a10631.js";import{E as L}from"./p-6bbd25e1.js";import{b as z,d as K}from"./p-b2467703.js";import{c as M,S as H}from"./p-1598acdd.js";import{C as A}from"./p-197ed7d6.js";import{D as N}from"./p-bf399c33.js";import{C as W}from"./p-6923b79c.js";import{C as $}from"./p-f6642024.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-29ba4bd0.js";import"./p-381a16b8.js";import"./p-db9e7583.js";import"./p-9dcfd5f2.js";import"./p-e179550a.js";import"./p-3c37039f.js";import"./p-e5692191.js";var _=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class B extends v{componentDidRender(){this.setVirtualContainer(),this.appendItemsToContentBox(),this.appendDropdownToContentBox()}getDropdownRef(){return this.dropdownRef}getDropdownContentBoxRef(){return this.dropdownContentBoxRef}getVirtualContainerRef(){return this.virtualContainerRef}getNextActiveItem(e){const t=this.getAllItems(),i=this.getCurrentActiveItem();if(i){const o=t.findIndex((e=>e===i)),r="ArrowDown"===e?o+1:o-1,s=t[r];return s?s.disabled?this.findNextCallFocusItem(t,r,e):s:null}return t[0]}render(){return e(t,null,this.renderContentSlot(),this.renderDropdown())}renderContentSlot(){return this.renderModeController.isSourceRenderMode()?e("slot",null):e("slot",{name:"dropdown-content"})}renderDropdown(){return e("vega-dropdown-content-box",{ref:e=>this.dropdownContentBoxRef=e,style:{maxHeight:`${this.maxHeight}px`},"data-parent-ref":this.host},e("div",{ref:e=>this.dropdownRef=e,class:{"vega-dropdown":!0,"vega-dropdown-with-searchable":this.searchable}},e("div",{class:"vega-dropdown-actions"},this.searchRenderer.render(),this.createRenderer.render()),e("div",null,e("div",{class:"vega-dropdown-container"},this.renderModeController.isSourceRenderMode()?this.listRenderer.renderBySource():this.listRenderer.renderBySlot()))))}setVirtualContainer(){this.virtualContainerRef=this.dropdownRef.querySelector(".vega-dropdown-container")}appendItemsToContentBox(){if(!this.renderModeController.isSourceRenderMode()){const e=this.host.querySelector("[slot='items']");!this.dropdownContentBoxRef.contains(e)&&e&&this.dropdownContentBoxRef.append(e)}}appendDropdownToContentBox(){var e,t;(null===(e=this.dropdownContentBoxRef.shadowRoot)||void 0===e?void 0:e.contains(this.dropdownRef))||null===(t=this.dropdownContentBoxRef.shadowRoot)||void 0===t||t.append(this.dropdownRef)}getAllItems(){const e=this.dropdownRef.querySelector("vega-virtual-scroll");return Array.from((e?e.shadowRoot:this.dropdownRef).querySelectorAll("vega-dropdown-item"))}getCurrentActiveItem(){return u(n(this.dropdownContentBoxRef.shadowRoot),"vega-dropdown-item")}findNextCallFocusItem(e,t,i){const o="ArrowDown"===i?t+1:t-1,r=e[o];return r?r.disabled?this.findNextCallFocusItem(e,o,i):r:null}}_([p()],B.prototype,"host",void 0),_([p()],B.prototype,"maxHeight",void 0),_([p()],B.prototype,"searchable",void 0),_([p()],B.prototype,"searchRenderer",void 0),_([p()],B.prototype,"createRenderer",void 0),_([p()],B.prototype,"listRenderer",void 0),_([p()],B.prototype,"renderModeController",void 0),_([f("componentDidRender")],B.prototype,"componentDidRender",null);var P=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class V extends v{componentWillLoad(){this.handleSource()}watchSource(){this.handleSource()}setRenderSource(){this.sourceForRender=this.searchController.search(this.source)}handleSource(){this.validSource(),this.setRenderSource()}validSource(){this.source=m(this.source,x)?this.source:[]}}P([p({writable:!0})],V.prototype,"source",void 0),P([p({writable:!0})],V.prototype,"sourceForRender",void 0),P([p()],V.prototype,"searchController",void 0),P([f("componentWillLoad")],V.prototype,"componentWillLoad",null),P([f("watchSource")],V.prototype,"watchSource",null);var F=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class U extends v{constructor(){super(...arguments),this.onItemAdd=()=>{this.createEventEmitter.emit(this.searchString),this.appenderController.hide()}}render(){return this.searchString&&this.dynamicOption&&!this.childrenController.isLabelExist(this.searchString)&&e("fragment",null,e("div",{class:"vega-dropdown-add-item",onClick:this.onItemAdd,tabIndex:0,role:"button","aria-label":`Add ${this.searchString}`,onKeyDown:b()},e("div",null,e("vega-icon",{icon:"plus-sign"})),e("span",{class:"v-break-all"},`Add "${this.searchString}"`)),e("div",{class:"vega-dropdown-divider"}))}}F([p()],U.prototype,"searchString",void 0),F([p()],U.prototype,"dynamicOption",void 0),F([p()],U.prototype,"sourceForRender",void 0),F([p()],U.prototype,"appenderController",void 0),F([p()],U.prototype,"childrenController",void 0),F([p()],U.prototype,"renderModeController",void 0),F([p()],U.prototype,"createEventEmitter",void 0);var q=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class Y extends v{async scrollToIndex(){this.adjustListContainerMaxHeight();const e=this.sourceForRender.findIndex((e=>e.key===("multiple"===this.selectType?this.selectedSourceKey[0]:this.selectedSourceKey)));e>=0&&await this.virtualScrollRef.scrollToIndex(e)}getVirtualScrollRef(){return this.virtualScrollRef}getTemplateItemsRef(){return this.templateItemsRef}renderBySource(){return e(t,null,this.renderLoading(),this.renderDropdownListBySource())}renderBySlot(){return e(t,null,this.renderLoading(),this.renderDropdownListBySlot())}renderLoading(){return e("div",{class:{"vega-dropdown-loading":!0,"v-hidden":!this.isLoading}},e("vega-flex",{gap:"size-8",direction:"row"},e("vega-loading-indicator",{size:"small"}),e("span",null,"Loading")))}renderDropdownListBySource(){return 0===this.sourceForRender.length?e("div",{class:"vega-dropdown-empty-list"},this.searchString?"No results found":"No options"):e("ul",{role:"menu","aria-label":"dropdown-ul"},e("vega-virtual-scroll",{source:this.sourceForRender,renderItem:(e,t,i)=>e.children?this.groupLevelRenderer.render(e,t,i):this.itemLevelRenderer.render(e,i),viewportMaxHeight:this.maxHeightOfItemsContainer,ref:e=>this.virtualScrollRef=e}))}renderDropdownListBySlot(){return e("ul",{role:"menu","aria-label":"dropdown-ul",class:{[`vega-dropdown-item-display-${this.itemDisplayRule}`]:!0,"v-hidden":this.isLoading},style:{maxHeight:`${this.maxHeightOfItemsContainer}px`},ref:e=>this.templateItemsRef=e},e("slot",{name:"items"}))}adjustListContainerMaxHeight(){const e=this.renderer.getDropdownContentBoxRef(),t=g(e.style.maxHeight)-(this.searchable?59:8)-8-(e.classList.contains("vega-placement-top")?0:16);e.style.maxHeight="unset",t<=40?(this.maxHeightOfItemsContainer=40,y.error("There have no space on the bottom to display dropdown, if you want to adjust position, you should make 'match-container-height' as false.")):this.maxHeightOfItemsContainer=t}}q([p()],Y.prototype,"isLoading",void 0),q([p()],Y.prototype,"searchString",void 0),q([p()],Y.prototype,"selectType",void 0),q([p()],Y.prototype,"searchable",void 0),q([p()],Y.prototype,"selectedSourceKey",void 0),q([p()],Y.prototype,"itemDisplayRule",void 0),q([p({writable:!0})],Y.prototype,"maxHeightOfItemsContainer",void 0),q([p()],Y.prototype,"sourceForRender",void 0),q([p()],Y.prototype,"itemLevelRenderer",void 0),q([p()],Y.prototype,"groupLevelRenderer",void 0),q([p()],Y.prototype,"renderer",void 0);var G=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class J extends v{render(t,i){return e("vega-dropdown-item",Object.assign({},t,{itemKey:t.key,height:i,prefixIcon:t.prefixIcon}))}}G([p()],J.prototype,"selectType",void 0),G([p()],J.prototype,"selectedController",void 0),G([p()],J.prototype,"sourceController",void 0);var X=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class Q extends v{constructor(){super(...arguments),this.clear=()=>{this.searchString=null,this.searchInputRef&&(this.searchInputRef.value="")},this.onInputSearch=e=>{this.searchInputRef=e,S.addUniqueObserverToNode(e,j,(e=>{this.search(e.detail)}))},this.search=e=>{this.searchString=e,this.renderModeController.isSourceRenderMode()?this.useDefaultFilter?(this.sourceController.setRenderSource(),this.focus()):this.isDropdownShow&&this.searchEventEmitter.emit(e):this.searchEventEmitter.emit(e)}}userSearch(e){this.search(e)}focus(){this.searchInputRef&&this.searchInputRef.shadowRoot.querySelector("input").focus()}render(){return this.searchable&&(!this.renderModeController.isSourceRenderMode()||this.source.length>0)&&e("div",{class:"vega-dropdown-search"},e("vega-input",{"prefix-icon":"search",size:"small",autoValidation:!1,ref:this.onInputSearch}))}}X([p()],Q.prototype,"searchable",void 0),X([p({writable:!0})],Q.prototype,"searchString",void 0),X([p()],Q.prototype,"source",void 0),X([p()],Q.prototype,"useDefaultFilter",void 0),X([p()],Q.prototype,"searchEventEmitter",void 0),X([p()],Q.prototype,"isDropdownShow",void 0),X([p()],Q.prototype,"sourceController",void 0),X([p()],Q.prototype,"renderModeController",void 0),X([f("search")],Q.prototype,"userSearch",null);var Z=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class ee extends T{constructor(){super((e=>{const t=this.renderer.getDropdownRef(),i=this.renderer.getVirtualContainerRef();return[{keyCode:"Tab",activeElementInScope:[e.host],callback:e.showDropdownIfHover},{keyCode:"Escape",activeElementInScope:[e.host,t,i],callback:()=>e.appenderController.hide()},{keyCode:["ArrowUp","ArrowDown"],activeElementInScope:[e.host,t],callback:t=>e.controlDirectionByKeyboard(t.code)},{keyCode:"Tab",activeElementOutScope:[e.host,t,i],callback:()=>e.isDropdownShow&&e.appenderController.hide()}]})),this.showDropdownIfHover=async()=>{"hover"===this.trigger&&this.appenderController.show()},this.controlDirectionByKeyboard=e=>{var t;null===(t=this.renderer.getNextActiveItem(e))||void 0===t||t.shadowRoot.querySelector("li").focus()}}}Z([p()],ee.prototype,"host",void 0),Z([p()],ee.prototype,"trigger",void 0),Z([p()],ee.prototype,"isDropdownShow",void 0),Z([p()],ee.prototype,"renderer",void 0),Z([p()],ee.prototype,"appenderController",void 0),Z([p()],ee.prototype,"listRenderer",void 0);var te=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class ie extends L{constructor(){super((()=>({target:this.host,appendableElement:this.renderer.getDropdownContentBoxRef(),positionRelativeTo:this.positionRelativeTo,matchTargetWidth:this.matchTargetWidth,matchContainerHeight:this.matchContainerHeight,size:this.size,minWidth:this.minWidth,maxWidth:this.maxWidth,translocation:this.translocation,maxHeight:this.maxHeight,placement:this.placement,alignment:this.alignment})),(()=>this.trigger))}async watchIsDropdownShow(){this.isDropdownShow?(await this.renderer.listRenderer.scrollToIndex(),this.showEventEmitter.emit()):(this.searchRenderer.clear(),this.hideEventEmitter.emit())}userShow(){this.isDropdownShow||this.show()}userHide(){this.isDropdownShow&&this.hide()}}te([p()],ie.prototype,"host",void 0),te([p()],ie.prototype,"trigger",void 0),te([p({writable:!0})],ie.prototype,"isDropdownShow",void 0),te([p()],ie.prototype,"positionRelativeTo",void 0),te([p()],ie.prototype,"matchTargetWidth",void 0),te([p()],ie.prototype,"matchContainerHeight",void 0),te([p()],ie.prototype,"size",void 0),te([p()],ie.prototype,"minWidth",void 0),te([p()],ie.prototype,"maxWidth",void 0),te([p()],ie.prototype,"translocation",void 0),te([p()],ie.prototype,"maxHeight",void 0),te([p()],ie.prototype,"placement",void 0),te([p()],ie.prototype,"alignment",void 0),te([p()],ie.prototype,"renderer",void 0),te([p()],ie.prototype,"listRenderer",void 0),te([p()],ie.prototype,"searchRenderer",void 0),te([p()],ie.prototype,"showEventEmitter",void 0),te([p()],ie.prototype,"hideEventEmitter",void 0),te([f("watchIsDropdownShow")],ie.prototype,"watchIsDropdownShow",null),te([f("show")],ie.prototype,"userShow",null),te([f("hide")],ie.prototype,"userHide",null);var oe=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class re extends v{render(t,i,o){return e("vega-dropdown-group",{label:t.label,key:t.key,divide:i<this.sourceForRender.length-1},t.children.map((e=>this.itemLevelRenderer.render(e,o))))}}oe([p()],re.prototype,"sourceForRender",void 0),oe([p()],re.prototype,"itemLevelRenderer",void 0);var se=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class ne extends v{search(e){return this.searchString?this.searchSource(e,[]):e}searchSource(e,t){return e.forEach((e=>{if(e.children){const i=this.searchSource(e.children,[]);i.length>0&&t.push(Object.assign(Object.assign({},e),{children:i}))}else this.isLabelIncludeSearchString(e.label)&&t.push(Object.assign(Object.assign({},e),{label:this.replaceLabelBySearchString(e.label)}))})),t}isLabelIncludeSearchString(e){return this.caseSensitive?e.includes(this.searchString):e.toLowerCase().includes(this.searchString.toLowerCase())}replaceLabelBySearchString(e){return e.replace(new RegExp(`(${this.searchString})`,"g"+(this.caseSensitive?"":"i")),"<b>$1</b>")}}se([p()],ne.prototype,"searchString",void 0),se([p()],ne.prototype,"caseSensitive",void 0);var ae=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class de extends v{componentWillLoad(){this.checkSelectedSourceKey(this.selectedSourceKey)}clearSelection(){this.selectedSourceKey="multiple"===this.selectType?[]:""}getSelection(){return this.selectedSourceKey}watchSelectedRowKeySet(e){this.checkSelectedSourceKey(e)}watchSelectType(){this.checkSelectedSourceKey(this.selectedSourceKey)}watchSelectedSourceKey(e,t){Array.isArray(t)&&Array.isArray(e)&&z(t,e)||this.checkSelectedSourceKey(e)}watchSource(){this.checkSelectedSourceKey(this.selectedSourceKey)}isAcceptableItemSelectionObserver(e){return"VEGA-DROPDOWN-ITEM"===e.host.tagName&&this.isCurrentDropdown(e.host)}select(e){"multiple"===this.selectType?this.selectedSourceKey=this.selectedSourceKey.includes(e)?[...K([...this.selectedSourceKey],[e])]:[...this.selectedSourceKey,e]:"single"===this.selectType?(this.selectedSourceKey=e,this.appenderController.hide()):this.appenderController.hide(),this.dropdownClickEventEmitter.emit(e)}isCurrentDropdown(e){const t=u(e,"vega-dropdown-content-box");return this.host===t["data-parent-ref"]}checkSelectedSourceKey(e){if(this.renderModeController.isSourceRenderMode()){let t;this.childrenController.syncUpDropdownCurrentData(),"string"==typeof e&&"single"===this.selectType&&this.childrenController.isKeyExist(e)?t=e:Array.isArray(e)&&"multiple"===this.selectType?t=this.checkMultipleSelectedKeys(e):(y.warn(`Invalid selectedSourceKey ${e} for ${this.selectType} mode`),t="multiple"===this.selectType?[]:""),this.selectedSourceKey=t}else this.selectedSourceKey=e}checkMultipleSelectedKeys(e){const t=[],i=e.filter((e=>{const i=this.childrenController.isKeyExist(e);return i||t.push(e),i}));return t.length>0&&y.warn(`Invalid selectedSourceKey ${e} for ${this.selectType} mode`),i}}ae([p()],de.prototype,"host",void 0),ae([p()],de.prototype,"selectType",void 0),ae([p()],de.prototype,"source",void 0),ae([p({writable:!0})],de.prototype,"selectedSourceKey",void 0),ae([p()],de.prototype,"vegaDropdownClick",void 0),ae([p()],de.prototype,"appenderController",void 0),ae([p()],de.prototype,"childrenController",void 0),ae([p()],de.prototype,"renderModeController",void 0),ae([p()],de.prototype,"dropdownClickEventEmitter",void 0),ae([f("componentWillLoad")],de.prototype,"componentWillLoad",null),ae([f("clearSelection")],de.prototype,"clearSelection",null),ae([f("getSelection")],de.prototype,"getSelection",null),ae([f("setSelection")],de.prototype,"watchSelectedRowKeySet",null),ae([f("watchSelectType")],de.prototype,"watchSelectType",null),ae([f("watchSelectedSourceKey")],de.prototype,"watchSelectedSourceKey",null),ae([f("watchSource")],de.prototype,"watchSource",null);var le=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class he extends v{constructor(){super(...arguments),this.renderMode="SOURCE"}connectedCallback(){this.setRenderMode()}isSourceRenderMode(){return"SOURCE"===this.renderMode}setRenderMode(){this.renderMode=null!==this.host.querySelector("[slot=items]")?"SLOT":"SOURCE"}}le([p()],he.prototype,"host",void 0),le([f("connectedCallback")],he.prototype,"connectedCallback",null);var ce=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class pe extends v{constructor(){super(...arguments),this.labelSet=new Set,this.keySet=new Set,this.collectKeyAndLabelFromSlot=()=>{const e=this.renderer.getDropdownRef()||this.host;Array.from(e.querySelectorAll("vega-dropdown-item")).forEach((e=>{e.label&&this.labelSet.add(e.label),e.itemKey&&this.keySet.add(e.itemKey)}))}}disconnectedCallback(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect()}componentWillLoad(){this.syncUpDropdownCurrentData()}componentDidLoad(){this.initMutationObserver()}watchSource(){this.syncUpDropdownCurrentData()}isLabelExist(e){return this.labelSet.has(e)}isKeyExist(e){return this.keySet.has(e)}syncUpDropdownCurrentData(){this.clearDropdownCurrentData(),this.renderModeController.isSourceRenderMode()?this.collectKeyAndLabelFromSource(this.source):this.collectKeyAndLabelFromSlot()}collectKeyAndLabelFromSource(e){e.forEach((e=>{e.children?this.collectKeyAndLabelFromSource(e.children):(this.labelSet.add(e.label),this.keySet.add(e.key))}))}initMutationObserver(){this.renderModeController.isSourceRenderMode()||(this.mutationObserver=new MutationObserver((async e=>{e.filter((e=>"items"===e.target.slot)).length>0&&this.selectedController.watchSource()})),this.mutationObserver.observe(this.listRenderer.getTemplateItemsRef(),{childList:!0,subtree:!0}))}clearDropdownCurrentData(){this.keySet.clear(),this.labelSet.clear()}}ce([p()],pe.prototype,"host",void 0),ce([p()],pe.prototype,"source",void 0),ce([p()],pe.prototype,"sourceController",void 0),ce([p()],pe.prototype,"renderModeController",void 0),ce([p()],pe.prototype,"listRenderer",void 0),ce([p()],pe.prototype,"renderer",void 0),ce([p()],pe.prototype,"selectedController",void 0),ce([f("disconnectedCallback")],pe.prototype,"disconnectedCallback",null),ce([f("componentWillLoad")],pe.prototype,"componentWillLoad",null),ce([f("componentDidLoad")],pe.prototype,"componentDidLoad",null),ce([f("watchSource")],pe.prototype,"watchSource",null);var ve=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};const fe=class{constructor(e){i(this,e),this.vegaDropdownClick=o(this,"vegaDropdownClick",7),this.dropdownClick=o(this,"dropdownClick",7),this.vegaShow=o(this,"vegaShow",7),this.dropdownShow=o(this,"dropdownShow",7),this.vegaHide=o(this,"vegaHide",7),this.dropdownHide=o(this,"dropdownHide",7),this.vegaCreate=o(this,"vegaCreate",7),this.create=o(this,"create",7),this.vegaSearch=o(this,"vegaSearch",7),this.dropdownSearch=o(this,"dropdownSearch",7),this.globalSlimmers={},this.renderer=new B,this.sourceController=new V,this.searchRenderer=new Q,this.createRenderer=new U,this.listRenderer=new Y,this.groupLevelRenderer=new re,this.itemLevelRenderer=new J,this.keyboardController=new ee,this.appenderController=new ie,this.searchController=new ne,this.selectedController=new de,this.renderModeController=new he,this.childrenController=new pe,this.selectTypeNotifySlimmer=M(fe,"selectType","watchSelectType"),this.selectedSourceKeyNotifySlimmer=M(fe,"selectedSourceKey","watchSelectedSourceKey"),this.prefixIconSlotNotifySlimmer=M(fe,"prefixIconSlot","watchPrefixIconSlot"),this.itemClickObserver=new A(N,(e=>this.selectedController.select(e.detail.itemKey)),this.selectedController.isAcceptableItemSelectionObserver.bind(this.selectedController)),this.showEventEmitter=R(fe,C),this.hideEventEmitter=R(fe,I),this.dropdownClickEventEmitter=R(fe,O),this.createEventEmitter=R(fe,k),this.searchEventEmitter=R(fe,D),this.itemDisplayRuleNotifySlimmer=M(fe,"itemDisplayRule","watchItemDisplayRule"),this.searchString=null,this.maxHeightOfItemsContainer=400,this.isDropdownShow=!1,this.trigger="hover",this.translocation={X:0,Y:8},this.source=[],this.selectType="none",this.selectedSourceKey="multiple"===this.selectType?[]:"",this.prefixIconSlot=!1,this.maxHeight=400,this.searchable=!1,this.matchTargetWidth=!1,this.itemDisplayRule="newline",this.matchContainerHeight=!1,this.caseSensitive=!1,this.dynamicOption=!1,this.useDefaultFilter=!0,this.isLoading=!1,this.placement=["bottom","top"],this.alignment="start"}watchIsDropdownShow(){}watchSource(){}watchSelectType(){}watchSelectedSourceKey(){}watchPrefixIconSlot(){}watchItemDisplayRule(){}async show(){}async hide(){}async search(e){}async clearSelection(){}async getSelection(){return l()}async setSelection(e){}render(){return h(e("slot",null)),a(e(r,null,this.renderer.render()),this.host)}get host(){return s(this)}static get watchers(){return{isDropdownShow:["watchIsDropdownShow"],source:["watchSource","watchItemDisplayRule"],selectType:["watchSelectType"],selectedSourceKey:["watchSelectedSourceKey"],prefixIconSlot:["watchPrefixIconSlot"]}}};ve([c()],fe.prototype,"globalSlimmers",void 0),ve([d()],fe.prototype,"renderer",void 0),ve([d()],fe.prototype,"sourceController",void 0),ve([d()],fe.prototype,"searchRenderer",void 0),ve([d()],fe.prototype,"createRenderer",void 0),ve([d()],fe.prototype,"listRenderer",void 0),ve([d()],fe.prototype,"groupLevelRenderer",void 0),ve([d()],fe.prototype,"itemLevelRenderer",void 0),ve([d()],fe.prototype,"keyboardController",void 0),ve([d()],fe.prototype,"appenderController",void 0),ve([d()],fe.prototype,"searchController",void 0),ve([d()],fe.prototype,"selectedController",void 0),ve([d()],fe.prototype,"renderModeController",void 0),ve([d()],fe.prototype,"childrenController",void 0),ve([d()],fe.prototype,"selectTypeNotifySlimmer",void 0),ve([d()],fe.prototype,"selectedSourceKeyNotifySlimmer",void 0),ve([d()],fe.prototype,"prefixIconSlotNotifySlimmer",void 0),ve([d()],fe.prototype,"itemClickObserver",void 0),ve([d()],fe.prototype,"showEventEmitter",void 0),ve([d()],fe.prototype,"hideEventEmitter",void 0),ve([d()],fe.prototype,"dropdownClickEventEmitter",void 0),ve([d()],fe.prototype,"createEventEmitter",void 0),ve([d()],fe.prototype,"searchEventEmitter",void 0),ve([d()],fe.prototype,"itemDisplayRuleNotifySlimmer",void 0),fe.style=":host{display:inline-block}";var ue=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};const ge=class{constructor(e){i(this,e),this.globalSlimmers={},this.eventPrevent=new W([E],(()=>this.host))}render(){return a(e(r,null,e("slot",null)),this.host)}get host(){return s(this)}};ue([c()],ge.prototype,"globalSlimmers",void 0),ue([d()],ge.prototype,"eventPrevent",void 0),ge.style=':host{display:block;position:absolute}:host .vega-dropdown{box-shadow:var(--v-shadow-dropdown-menu, 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));padding-top:8px;padding-bottom:8px;text-align:left;border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));border-radius:8px;overflow:hidden;box-sizing:border-box;width:inherit}:host(.vega-force-hidden){display:none}:host .vega-dropdown.vega-dropdown-with-searchable{padding-top:0px}:host .vega-dropdown .vega-dropdown-container{overflow-y:auto;position:relative;min-width:100px;min-height:40px}:host .vega-dropdown .vega-dropdown-container>ul{padding-left:0px;margin:0px;list-style-type:none}:host .vega-dropdown .vega-dropdown-search{padding-top:16px;padding-left:12px;padding-right:12px;padding-bottom:12px;margin-bottom:4px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-width:0px;border-bottom-width:1px;border-style:solid;border-color:rgba(var(--v-border-color-divider, 171, 198, 216, 1))}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container){padding:0px;border-width:0px;--tw-shadow:0 0 #0000;box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px}:host .vega-dropdown .vega-dropdown-search vega-input::part(prefix-icon-container){color:rgba(var(--v-text-secondary, 107, 116, 125, 1));width:16px;height:16px;padding-top:0px}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container):focus-within{--tw-shadow:0 0 #0000;box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container):hover{border-width:0px}:host .vega-dropdown .vega-dropdown-loading{padding-left:16px;padding-right:16px;padding-top:8px;padding-bottom:8px}:host .vega-dropdown .vega-dropdown-loading.v-hidden{display:none}:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-add-item{padding-top:8px;padding-left:12px;padding-right:12px;padding-bottom:8px;margin-left:4px;margin-right:4px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));cursor:pointer;display:flex;gap:8px;align-items:center}:host .vega-dropdown .vega-dropdown-add-item>div{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host .vega-dropdown .vega-dropdown-add-item>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-add-item:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25));outline:2px solid transparent;outline-offset:2px}:host .vega-dropdown .vega-dropdown-clear-icon{width:16px;height:16px;cursor:pointer}:host .vega-dropdown .vega-dropdown-empty-list{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));padding-top:8px;padding-bottom:8px;padding-left:16px;padding-right:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-divider{margin-top:4px;margin-bottom:4px;border-bottom:1px solid rgb(171, 198, 216)}';var we=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class me extends v{render(){return e("li",{class:"vega-dropdown-group"},this.renderLabel(),this.renderChildren(),this.renderDivide())}renderLabel(){return e("div",{class:"vega-dropdown-group-label"},this.label)}renderChildren(){return e("ul",{class:"vega-dropdown-group-items"},e("slot",null))}renderDivide(){return this.divide&&e("div",{class:"vega-dropdown-group-divide"})}}we([p()],me.prototype,"label",void 0),we([p()],me.prototype,"divide",void 0);var xe=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};const be=class{constructor(e){i(this,e),this.globalSlimmers={},this.renderer=new me,this.divide=!0}render(){return h(e("slot",null)),a(e(r,null,this.renderer.render()),this.host)}get host(){return s(this)}};xe([c()],be.prototype,"globalSlimmers",void 0),xe([d()],be.prototype,"renderer",void 0),be.style=':host{display:block}:host .vega-dropdown-group{padding:0px;margin:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));cursor:default;font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown-group{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown-group{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown-group{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}:host .vega-dropdown-group-label{padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:4px}:host .vega-dropdown-group-items{padding:0px;margin:0px}:host .vega-dropdown-group-divide{background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1));margin-top:4px;margin-bottom:4px;height:1px}';var ye=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class Se extends v{render(){return e("li",{key:this.label,role:"menuitem","aria-label":this.label,class:{"vega-dropdown-item-selected":this.selected,"vega-dropdown-item-disabled":this.disabled,"vega-dropdown-item-in-group":!!u(this.host,"vega-dropdown-group"),[`vega-dropdown-item-display-${this.itemDisplayRule}`]:!0},tabIndex:this.disabled?-1:0,onClick:e=>this.onSelect(e),onKeyDown:b(),style:this.height>0&&{height:`${this.height}px`,boxSizing:"border-box",overflow:"hidden"}},this.renderSelectIcon(),this.renderPrefixIcon(),this.renderLabel(),this.renderCounter())}renderSelectIcon(){return"none"!==this.selectType&&e("span",{class:"selected-prefix"},"single"===this.selectType&&this.renderSingleSelectIcon(),"multiple"===this.selectType&&this.renderMultipleSelectIcon())}renderSingleSelectIcon(){return this.selected&&e("vega-icon",{icon:"checkmark",size:"size-16"})}renderMultipleSelectIcon(){return e("vega-checkbox",{size:"small",checked:this.selected,disabled:this.disabled})}renderPrefixIcon(){return(this.prefixIcon||this.prefixIconSlot)&&e("div",{class:"item-prefix"},this.renderItemPrefixIcon())}renderItemPrefixIcon(){return this.prefixIcon&&e("vega-icon",{icon:this.prefixIcon,size:"size-16"})}renderLabel(){return this.label?e(t,null,e("span",{innerHTML:this.label,class:"vega-dropdown-item-label"}),e("span",{class:"v-hidden"},e("slot",null))):e("span",{class:"vega-dropdown-item-label"},e("slot",null))}renderCounter(){return this.count>0&&e("div",{class:"item-counter"},e("vega-counter-badge",{count:this.count,color:"bg-action",offset:[10,10]}))}onSelect(e){this.vegaDropdownItemClickController.handleClick(e)}}ye([p()],Se.prototype,"host",void 0),ye([p()],Se.prototype,"label",void 0),ye([p()],Se.prototype,"count",void 0),ye([p()],Se.prototype,"prefixIcon",void 0),ye([p()],Se.prototype,"prefixIconSlot",void 0),ye([p()],Se.prototype,"disabled",void 0),ye([p()],Se.prototype,"selected",void 0),ye([p()],Se.prototype,"selectType",void 0),ye([p()],Se.prototype,"height",void 0),ye([p()],Se.prototype,"itemDisplayRule",void 0),ye([p()],Se.prototype,"vegaDropdownItemClickController",void 0);var Re=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class je extends H{constructor(){super({parent:()=>{const e=u(this.host,"vega-dropdown");if(e)return e;{const e=u(this.host,"vega-dropdown-content-box");if(e&&e["data-parent-ref"])return e["data-parent-ref"];throw new Error("Can not found parent vega-dropdown while synchronize properties from vega-dropdown to vega-dropdown-item")}},subStates:[{subStateName:"selectType",parentStateName:"selectType"},{subStateName:"prefixIconSlot",parentStateName:"prefixIconSlot"},{subStateName:"itemDisplayRule",parentStateName:"itemDisplayRule"},{subStateName:"selected",parentStateName:"selectedSourceKey",callback:e=>{this.selected=Array.isArray(e)?e.includes(this.itemKey):e===this.itemKey}}]})}}Re([p()],je.prototype,"host",void 0),Re([p({writable:!0})],je.prototype,"selectType",void 0),Re([p()],je.prototype,"itemKey",void 0),Re([p({writable:!0})],je.prototype,"selected",void 0),Re([p({writable:!0})],je.prototype,"prefixIconSlot",void 0),Re([p({writable:!0})],je.prototype,"itemDisplayRule",void 0);var Ce=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class Ie extends v{handleClick(e){this.clickEventEmitter.emit({itemKey:this.itemKey},e),$.notify(N,{host:this.host,detail:{itemKey:this.itemKey}})}}Ce([p()],Ie.prototype,"host",void 0),Ce([p()],Ie.prototype,"itemKey",void 0),Ce([p()],Ie.prototype,"vegaClick",void 0),Ce([p()],Ie.prototype,"clickEventEmitter",void 0);var Oe=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};const ke=class{constructor(e){i(this,e),this.vegaClick=o(this,"vegaClick",7),this.click=o(this,"click",7),this.globalSlimmers={},this.renderer=new Se,this.vegaDropdownItemStateController=new je,this.vegaDropdownItemClickController=new Ie,this.dropdownItemEventPrevent=new W([j],(()=>this.host)),this.clickEventEmitter=R(ke,E),this.prefixIconSlot=!1,this.selected=!1,this.itemDisplayRule="newline",this.disabled=!1}render(){return h(e("slot",null)),a(e(r,null,this.renderer.render()),this.host)}get host(){return s(this)}};Oe([c()],ke.prototype,"globalSlimmers",void 0),Oe([d()],ke.prototype,"renderer",void 0),Oe([d()],ke.prototype,"vegaDropdownItemStateController",void 0),Oe([d()],ke.prototype,"vegaDropdownItemClickController",void 0),Oe([d()],ke.prototype,"dropdownItemEventPrevent",void 0),Oe([d()],ke.prototype,"clickEventEmitter",void 0),ke.style=':host{display:block}:host li{padding-top:8px;padding-bottom:8px;padding-left:16px;padding-right:16px;cursor:pointer;display:flex;align-items:center;gap:8px}:host li:focus{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1));outline:0}:host li,:host li a{color:rgba(var(--v-text-primary, 32, 54, 69, 1));font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;text-decoration:none}@media screen and (min-width: 768px) and (max-width: 1023px){:host li,:host li a{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host li,:host li a{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host li,:host li a{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host li:hover{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host li:focus{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host li.vega-dropdown-item-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1));pointer-events:none}:host li.vega-dropdown-item-disabled .item-prefix{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host li .item-prefix{display:flex;width:16px;height:16px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));flex-shrink:1}:host li .selected-prefix{color:rgba(var(--v-text-link, 19, 98, 226, 1));width:16px;height:16px;display:flex;align-items:center;min-width:16px}:host li .item-counter{width:20px;height:20px}:host .vega-dropdown-item-label{flex-grow:1}:host .vega-dropdown-item-in-group{padding-left:40px}:host .vega-dropdown-item-display-newline .vega-dropdown-item-label{overflow-wrap:break-word}:host .vega-dropdown-item-display-ellipsis .vega-dropdown-item-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host .v-hidden{display:none}';const De=class{constructor(e){i(this,e),this.globalSlimmers={},this.totalCount=0,this.viewportItemsCount=0,this.extendItemsCount=10,this.startIndex=0,this.endIndex=0,this.viewportStartIndex=0,this.totalHeight=0,this.transformY=0,this.scrollTop=0,this.source=[],this.approxItemHeight=40,this.viewportMaxHeight=320,this.thresholdOfWork=60,this.sourceItemIdentifier="key"}watchScrollTop(){this.virtualScrollContainerRef&&(this.virtualScrollContainerRef.scrollTop=this.scrollTop),this.setPositionByScrollTop()}watchSourceChange(e,t){this.isSameSource(e,t)||this.initVirtualScroll()}watchToInitData(){this.initVirtualScroll()}componentWillLoad(){this.initVirtualScroll()}componentDidLoad(){this.listenScrollContainer()}componentDidRender(){this.virtualScrollContainerRef.scrollTop=this.scrollTop}async scrollToIndex(e){if(e>=0)if(this.totalCount<this.thresholdOfWork){const t=this.virtualScrollContainerRef.querySelector(`:nth-child(${e+1})`);w(this.virtualScrollContainerRef,t)}else this.scrollTop=e*this.approxItemHeight}render(){return e(r,null,e("div",{style:{maxHeight:`${this.viewportMaxHeight}px`,overflow:"auto"},class:"virtual-scroll-container",ref:e=>this.virtualScrollContainerRef=e},this.totalCount<this.thresholdOfWork?this.renderNormal():this.renderVirtualScroll()))}renderNormal(){return e(t,null,this.source.map(((e,t)=>this.renderItem(e,t))))}renderVirtualScroll(){return e("div",{style:{height:`${this.totalHeight}px`,position:"relative"}},e("div",{class:"virtual-scroll-block",style:{transform:`translateY(${this.transformY}px)`}},this.source.slice(this.startIndex,this.viewportStartIndex).map(((e,t)=>this.renderItem(e,this.startIndex+t,this.approxItemHeight))),this.source.slice(this.viewportStartIndex,this.endIndex).map(((e,t)=>this.renderItem(e,this.viewportStartIndex+t)))))}initVirtualScroll(){this.totalCount=this.source.length,this.totalHeight=this.totalCount*this.approxItemHeight,this.viewportItemsCount=Math.ceil(this.viewportMaxHeight/this.approxItemHeight),this.maxStartIndex=this.totalCount-this.viewportItemsCount-this.extendItemsCount,this.startIndex=0,this.viewportStartIndex=0,this.endIndex=this.viewportItemsCount+this.extendItemsCount,this.scrollTop=0,this.transformY=0}listenScrollContainer(){this.virtualScrollContainerRef.addEventListener("scroll",(()=>{this.scrollTop=this.virtualScrollContainerRef.scrollTop}))}setPositionByScrollTop(){const e=Math.floor(this.scrollTop/this.approxItemHeight);this.startIndex=Math.min(Math.max(e-this.extendItemsCount,0),this.maxStartIndex),this.viewportStartIndex=0===this.startIndex?e:this.startIndex+this.extendItemsCount,this.endIndex=this.viewportStartIndex+this.viewportItemsCount+this.extendItemsCount,this.transformY=Math.min(Math.max(this.scrollTop-this.extendItemsCount*this.approxItemHeight,0),this.maxStartIndex*this.approxItemHeight)}isSameSource(e,t){if(e.length!=t.length)return!1;for(let i=0;i<e.length;i++)if(e[i][this.sourceItemIdentifier]!==t[i][this.sourceItemIdentifier])return!1;return!0}get el(){return s(this)}static get watchers(){return{scrollTop:["watchScrollTop"],source:["watchSourceChange"],approxItemHeight:["watchToInitData"],viewportMaxHeight:["watchToInitData"]}}};!function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);s>3&&n&&Object.defineProperty(t,i,n)}([c()],De.prototype,"globalSlimmers",void 0);export{fe as vega_dropdown,ge as vega_dropdown_content_box,be as vega_dropdown_group,ke as vega_dropdown_item,De as vega_virtual_scroll}
@@ -1 +0,0 @@
1
- import{h as t,r as e,c as i,H as n,g as a}from"./p-9777b1c1.js";import{S as r,a as s}from"./p-e496d0e2.js";import{M as o,a as p}from"./p-eeefec77.js";import{M as l,a as h}from"./p-b956e721.js";import{R as d}from"./p-d962b340.js";import{s as c}from"./p-63676b71.js";import{c as u}from"./p-86194314.js";import{C as g}from"./p-8c414f6f.js";import{I as f}from"./p-50c9b4ac.js";import{s as x}from"./p-6bd5c49b.js";import{I as m}from"./p-4a651b91.js";import{F as v}from"./p-0478ca6f.js";import{c as b}from"./p-40291804.js";import{g as w,p as y,q as j}from"./p-88aa975c.js";import{b as z}from"./p-bf399c33.js";import{C as k}from"./p-f6642024.js";import{M as I,V as C}from"./p-cb19da5d.js";import"./p-5fd43609.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";import"./p-9ad088e0.js";import"./p-a90f4bcd.js";import"./p-0bb29d98.js";import"./p-de21b1d8.js";import"./p-469bc36e.js";import"./p-381a16b8.js";import"./p-e5692191.js";class R{format(t){if(!t.length)return t;const e=Number(t.replace(/,/g,""));return!isNaN(e)&&e<=Number.MAX_SAFE_INTEGER?e.toLocaleString("en-US"):t}}const N=/^(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)])$/;class F{evaluate(t){if(!this.isAcceptedInputType(t))throw new Error(`Unexpected type of input: ${typeof t}: ${t}`);const e=N.test(t.toLowerCase());return{isValid:e,message:e?"":"Please enter the correct email format."}}canEvaluate(t,e){return e?this.isAcceptedInputType(t)&&!e.disabled&&e.visible:this.isAcceptedInputType(t)}shouldShowError(t){return!t.disabled&&t.visible&&(t.touched||t.modified)}isAcceptedInputType(t){return"string"==typeof t&&t.length>0}}class ${constructor(t){this.maskConfig={allowNegative:!0},this.skipFormat=t=>this.maskConfig.allowNegative&&"-"===t||null!=this.maskConfig.precision&&this.maskConfig.precision>0&&t.split(".").length-1==1&&t.endsWith(".")&&!t.startsWith("."),this.maskConfig=Object.assign(Object.assign({},this.maskConfig),t),this.mask=new RegExp(this.getRegExp())}format(t){if(this.skipFormat(t))return t;const e=[...t];for(let i=t.length-1;i>=0;i--){const t=e.join("");this.inputNeedFormat(t)&&e.pop()}return e.join("")}getRegExp(){const t=this.maskConfig.allowNegative?"(\\-)?":"";let e;return e=0===this.maskConfig.precision?`^${t}(0|[1-9][0-9]*)$`:this.maskConfig.precision&&this.maskConfig.precision>0?`^${t}(0|0\\.\\d{1,${this.maskConfig.precision}}|[1-9][0-9]*(\\.\\d{1,${this.maskConfig.precision}})?)$`:`^${t}(0|0\\.\\d*|[1-9][0-9]*(\\.\\d*)?)$`,e}inputNeedFormat(t){return!this.mask.test(t)}}class E extends C{getCopyPasteProps(){return this.disableCopyPaste?{onCopy:this.preventDefault,onCut:this.preventDefault,onPaste:this.preventDefault}:{}}preventDefault(t){t.preventDefault()}}!function(t,e,i,n){var a,r=arguments.length,s=r<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(r<3?a(s):r>3?a(e,i,s):a(e,i))||s);r>3&&s&&Object.defineProperty(e,i,s)}([I()],E.prototype,"disableCopyPaste",void 0);var V=function(t,e,i,n){var a,r=arguments.length,s=r<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(r<3?a(s):r>3?a(e,i,s):a(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};class O extends C{render(){const e=this.hasPrefixSlot();if(this.prefixIcon||e)return t("div",{class:{"vega-input-prefix":!0,"vega-input-prefix-slot":e},part:"prefix-icon-container"},this.prefixIcon&&!e?t("vega-icon",{icon:this.prefixIcon,size:"size-16"}):null,t("slot",{name:"prefix-icon"}))}hasPrefixSlot(){return!!this.host.querySelector('[slot="prefix-icon"]')}}V([I()],O.prototype,"host",void 0),V([I()],O.prototype,"prefixIcon",void 0);var S=function(t,e,i,n){var a,r=arguments.length,s=r<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,i,n);else for(var o=t.length-1;o>=0;o--)(a=t[o])&&(s=(r<3?a(s):r>3?a(e,i,s):a(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const D=class{constructor(t){e(this,t),this.vegaChange=i(this,"vegaChange",7),this.change=i(this,"change",7),this.vegaBlur=i(this,"vegaBlur",7),this.blur=i(this,"blur",7),this.vegaFocus=i(this,"vegaFocus",7),this.focus=i(this,"focus",7),this.globalSlimmers={},this.formFieldController=new v({propertyRules:[{propertyName:"required",ruleFactory:t=>t?new d:null},{propertyName:"min",ruleFactory:t=>t?new o({minValue:t}):null},{propertyName:"max",ruleFactory:t=>t?new p({maxValue:t}):null},{propertyName:"minLength",ruleFactory:t=>t?new l({minStrLength:t}):null},{propertyName:"maxLength",ruleFactory:t=>t?new h({maxStrLength:t}):null},{propertyName:"email",ruleFactory:t=>t?new F:null},{propertyName:"type",ruleFactory:t=>"email"===t?new F:null}],validationRulesName:"validationRules",defaultValue:"",attributeGetter:t=>this[t],inputContainerGetter:()=>this.inputContainerRef,touchableAreaGetter:()=>[this.inputRef]}),this.copyPasteController=new E,this.prefixSlotRenderer=new O,this.changeEventEmitter=b(D,w),this.focusEventEmitter=b(D,y),this.blurEventEmitter=b(D,j),this.label="",this.value="",this.type="text",this.autocomplete="off",this.email=!1,this.required=!1,this.min=null,this.max=null,this.minLength=null,this.maxLength=null,this.showClearIcon=!0,this.isValid=null,this.autoValidation=!0,this.validationRules=[],this.size="default",this.disabled=!1,this.hint="",this.disableCopyPaste=!1,this.focusInput=()=>{this.inputRef.focus()},this.setInputRef=t=>{t&&this.inputRef!==t&&(this.inputRef=t,this.setupStringFormatter())},this.handleInputFocus=t=>{this.focusEventEmitter.emit(void 0,t)},this.handleInputBlur=t=>{this.blurEventEmitter.emit(void 0,t)},this.onClickClearIcon=()=>{this.value=""},this.isClearIconVisible=()=>!this.disabled&&Boolean(this.value)}watchValue(t){this.changeEventEmitter.emit(t),this.inputRef.value!==this.value&&(this.inputRef.value=this.value),k.notify(z,{host:this.host,detail:this.value})}watchValidationRules(){}watchMaskChange(){this.setupStringFormatter()}connectedCallback(){const t=this.host.getAttribute("name");t&&(this.name=t,this.host.removeAttribute("name"))}handleValueInput(){this.value=this.inputRef.value}async doFocus(){this.focusInput()}async doBlur(){this.inputRef.blur()}render(){return x(t("slot",null)),c(t(n,{class:"vega-input-inline-block"},this.groupDom()),this.host)}setupStringFormatter(){var t;let e=null;switch(null===(t=this.maskConfig)||void 0===t?void 0:t.type){case"phone":e=s.PHONE_MASK;break;case"taxId":e=s.TAX_ID_MASK;break;case"zipcode":e=s.ZIPCODE_MASK;break;case"thousand-comma":e=new R;break;case"number":e=new $(this.maskConfig.options);break;case"custom":e=new s(this.maskConfig.options)}"number"!==this.type||this.maskConfig||(e=new $),this.stringInputFormatter&&this.stringInputFormatter.destroy(),e&&(this.stringInputFormatter=new r(this.inputRef,e))}containerDom(){return t("div",{class:"vega-input-input"},t("input",Object.assign({part:"input",name:this.name,type:"number"===this.type?"text":this.type,autoComplete:this.autocomplete,value:this.value,ref:this.setInputRef,placeholder:this.placeholder,disabled:this.disabled,"aria-label":this.label||"No label defined",minLength:this.minLength,maxLength:this.maxLength,onBlur:t=>this.handleInputBlur(t),onFocus:t=>this.handleInputFocus(t)},this.copyPasteController.getCopyPasteProps())))}groupDom(){let e="vega-input-container";return this.value&&(e+=" with-value"),e+="small"===this.size?" vega-input-size-small":" vega-input-size-default",e+=this.disabled?" vega-input-disabled":"",t("div",{class:"vega-input",part:"container-wrapper"},this.renderLabelDom(),t("div",{ref:t=>this.inputContainerRef=t,part:"input-container",class:e,onClick:this.focusInput,"aria-label":"input container",role:"textbox",tabIndex:this.disabled?null:-1,onKeyDown:u()},this.prefixSlotRenderer.render(),this.containerDom(),this.showClearIcon&&this.renderClearIcon()),this.renderHintDom())}renderLabelDom(){return t("vega-field-label",{onClick:this.focusInput,"is-field-required":this.required,disabled:this.disabled,label:this.label})}renderClearIcon(){return t("div",{class:{"vega-input-clear-icon":!0,invisible:!this.isClearIconVisible()},tabIndex:-1,"aria-label":"clear input",role:"button",onClick:this.onClickClearIcon,onKeyDown:u()},t("vega-icon",{icon:"close"}))}renderHintDom(){return""!==this.hint?t("div",{class:"vega-hint"},t("label",null,this.hint)):null}get host(){return a(this)}static get watchers(){return{value:["watchValue"],validationRules:["watchValidationRules"],maskConfig:["watchMaskChange"]}}};S([m()],D.prototype,"globalSlimmers",void 0),S([f()],D.prototype,"formFieldController",void 0),S([f()],D.prototype,"copyPasteController",void 0),S([f()],D.prototype,"prefixSlotRenderer",void 0),S([f()],D.prototype,"changeEventEmitter",void 0),S([f()],D.prototype,"focusEventEmitter",void 0),S([f()],D.prototype,"blurEventEmitter",void 0),S([g()],D.prototype,"watchMaskChange",null),D.style=':host{cursor:text;display:block;text-align:left;line-height:normal}:host(.vega-input-inline-block){display:inline-block;width:100%}vega-field-label{margin-bottom:8px}.vega-input-container{display:flex;align-items:center;border-radius:8px;gap:8px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1))}.vega-input-container:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}.vega-input-container.vega-input-disabled{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.vega-input-container.vega-input-disabled:hover{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.vega-input-container.vega-input-disabled input{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}.vega-input-container.with-value{border-width:1px;border-style:solid;border-radius:8px}.vega-input-container:focus-within{box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25))}.vega-input-container.error{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}.vega-input-container.error:hover{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}.vega-input-container.error:focus-within{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-danger-focus, 230, 50, 87, 0.25))}.vega-input-prefix{text-align:center;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));font-size:0px}.vega-input-prefix.vega-input-prefix-slot{height:24px;overflow:hidden}.vega-input-input{flex:1 1 0%;position:relative}.vega-input-input input{width:100%;outline:2px solid transparent;outline-offset:2px;border-style:none;height:24px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-input-input input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-input-input input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-input-input input{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}.vega-input-input input::placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}.vega-input-size-small{padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px}.vega-input-size-default{padding-top:12px;padding-right:16px;padding-bottom:12px;padding-left:16px}.vega-input-input input:disabled{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}.vega-hint{padding-top:12px;padding-right:8px;padding-left:8px}.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-hint>label{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1));display:block;padding-top:12px;padding-right:8px;padding-left:8px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-hidden{display:none}.vega-input-clear-icon{width:16px;height:16px;cursor:pointer;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}.vega-input-clear-icon.invisible{visibility:hidden}.vega-input-clear-icon vega-icon{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;flex-shrink:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}';export{D as vega_input}
@@ -1 +0,0 @@
1
- import{h as e,F as i,r as t,c as r,H as n,g as a}from"./p-9777b1c1.js";import{s as o}from"./p-63676b71.js";import{I as s}from"./p-50c9b4ac.js";import{I as p}from"./p-4a651b91.js";import{M as l,V as d}from"./p-cb19da5d.js";import{D as u,c as h}from"./p-40291804.js";import{g as c}from"./p-88aa975c.js";import{F as g}from"./p-0478ca6f.js";import{M as v}from"./p-a90f4bcd.js";import{b as f}from"./p-b2467703.js";import{C as b}from"./p-f6642024.js";import{b as m}from"./p-bf399c33.js";import{g as x,D as w}from"./p-de21b1d8.js";import{C as y}from"./p-6923b79c.js";import{c as j}from"./p-86194314.js";import"./p-9ad088e0.js";import"./p-381a16b8.js";import"./p-0bb29d98.js";import"./p-469bc36e.js";import"./p-e5692191.js";import"./p-96f54c30.js";import"./p-2e7d94cc.js";import"./p-e179550a.js";var R=function(e,i,t,r){var n,a=arguments.length,o=a<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,i,t,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(i,t,o):n(i,t))||o);return a>3&&o&&Object.defineProperty(i,t,o),o};class I extends d{getInputRangeContainerRef(){return this.inputRangeContainerRef}render(){return e(i,null,e("vega-flex",{class:"vega-input-range-container",direction:"horizontal"!==this.stack?"col":"row",alignItems:"horizontal"!==this.stack?"start":"center",gap:"size-8",ref:e=>this.inputRangeContainerRef=e},e("vega-field-label",{onClick:this.inputRangeInputRenderer.focusFirstInput,isFieldRequired:this.required,disabled:this.disabled,label:this.label}),this.inputRangeInputRenderer.render()),this.renderHintDom())}renderHintDom(){if(this.hint)return e("label",{class:"vega-input-range-hint"},e("vega-font",{variant:"font-footnote1-short",color:"text-secondary"},this.hint))}}R([l()],I.prototype,"required",void 0),R([l()],I.prototype,"disabled",void 0),R([l()],I.prototype,"label",void 0),R([l()],I.prototype,"hint",void 0),R([l()],I.prototype,"stack",void 0),R([l()],I.prototype,"inputRangeInputRenderer",void 0);var C=function(e,i,t,r){var n,a=arguments.length,o=a<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,i,t,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(i,t,o):n(i,t))||o);return a>3&&o&&Object.defineProperty(i,t,o),o};class V extends d{emitEventAndNotifyAfterValueChange(e,i){f(e,i)||(this.changeEventEmitter.emit(e),b.notify(m,{host:this.host,detail:e}))}updateValueByRangeIndex(e,i){let t=this.value;t=0===i?[e,Array.isArray(this.value)&&!isNaN(Number(this.value[1]))?this.value[1]:""]:[Array.isArray(this.value)&&!isNaN(Number(this.value[0]))?this.value[0]:"",e],f(t,this.value)||this.setValue(t)}setValue(e){this.valueGuard(e)&&(this.value=e)}valueGuard(e){return Array.isArray(e)&&2===e.length}}C([l({writable:!0})],V.prototype,"value",void 0),C([l()],V.prototype,"host",void 0),C([l()],V.prototype,"changeEventEmitter",void 0),C([v("watchValue")],V.prototype,"emitEventAndNotifyAfterValueChange",null);var N=function(e,i,t,r){var n,a=arguments.length,o=a<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,i,t,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(i,t,o):n(i,t))||o);return a>3&&o&&Object.defineProperty(i,t,o),o};class A extends d{constructor(){super(...arguments),this.isMobileDevice=x()===w.MOBILE,this.focusFirstInput=()=>{this.minFieldInputRef.doFocus()},this.inputValueChange=e=>{this.valueController.updateValueByRangeIndex(e.detail,"0"===e.host.dataset.index?0:1)}}getInputRefByIndex(e){return[this.minFieldInputRef,this.maxFieldInputRef][e]}render(){return e("vega-box",{class:{"vega-input-range-input-container":!0,"input-range-disabled":this.disabled,"input-range-mobile":this.isMobileDevice,"input-range-with-clear-icon":this.showClearIcon&&!this.disabled},corners:"rounded-8",backgroundColor:this.disabled?"bg-secondary":"bg-primary"},e("vega-flex",{"align-items":"center",direction:this.isMobileDevice?"col":"row"},e("vega-input",Object.assign({prefixIcon:this.prefixIcon},this.getInputPropsByRangeIndex(0),{ref:e=>{u.addUniqueObserverToNode(e,c,this.inputValueChange),this.minFieldInputRef=e}})),e("span",{class:"vega-input-range-divider"}),e("vega-input",Object.assign({class:{"with-left-padding-in-mobile":!!this.prefixIcon&&this.isMobileDevice}},this.getInputPropsByRangeIndex(1),{ref:e=>{u.addUniqueObserverToNode(e,c,this.inputValueChange),this.maxFieldInputRef=e}}))),this.clearIconRenderer.render())}getInputPropsByRangeIndex(e){return{type:"number","data-index":e,placeholder:this.getPlaceholderByIndex(e),showClearIcon:!1,disabled:this.disabled,size:this.size,min:this.min,max:this.max,value:this.getDefaultValueByIndex(e)}}getPlaceholderByIndex(e){return(this.placeholder||A.defaultPlaceholder)[e]}getDefaultValueByIndex(e){return(this.value||["",""])[e]}}A.defaultPlaceholder=["Minimum","Maximum"],N([l()],A.prototype,"value",void 0),N([l()],A.prototype,"prefixIcon",void 0),N([l()],A.prototype,"disabled",void 0),N([l()],A.prototype,"min",void 0),N([l()],A.prototype,"max",void 0),N([l()],A.prototype,"size",void 0),N([l()],A.prototype,"placeholder",void 0),N([l()],A.prototype,"showClearIcon",void 0),N([l()],A.prototype,"valueController",void 0),N([l()],A.prototype,"clearIconRenderer",void 0);class E{evaluate(e){if(!this.isAcceptedInputType(e))throw new Error(`Invalid value ${e} for input range`);const i=Array.isArray(e)&&2===e.length&&e.every((e=>!!e||"0"==e));return{isValid:i,message:i?"":"This field is required"}}canEvaluate(e,i){return i?this.isAcceptedInputType(e)&&!i.disabled&&i.visible:this.isAcceptedInputType(e)}shouldShowError(e){return!e.disabled&&e.visible&&(e.touched||e.modified)}isAcceptedInputType(e){return null==e||Array.isArray(e)}}class z{constructor(e){this.invalidResult=e=>({isValid:!1,message:e}),this.validResult=()=>({isValid:!0,message:""}),this.minValue=0===e.minValue||e.minValue?Number(e.minValue):null,this.maxValue=0===e.maxValue||e.maxValue?Number(e.maxValue):null}canEvaluate(e,i){return i?this.isAcceptedInputType(e)&&!i.disabled&&i.visible:this.isAcceptedInputType(e)}evaluate(e){if(!this.isAcceptedInputType(e))throw new Error(`Unexpected type of input: ${typeof e}: ${e}`);const i=Number(e[0]),t=Number(e[1]);return null!==this.minValue&&(""!==e[0]&&i<this.minValue||""!==e[1]&&t<this.minValue)?this.invalidResult(`The minimum input value is ${this.minValue}`):null!==this.maxValue&&(""!==e[0]&&i>this.maxValue||""!==e[1]&&t>this.maxValue)?this.invalidResult(`The maximum input value is ${this.maxValue}`):""!==e[0]&&""!==e[1]&&i>t?this.invalidResult("The end value should be greater than the start value"):this.validResult()}shouldShowError(e){return!e.disabled&&e.visible&&(e.touched||e.modified)}isAcceptedInputType(e){return Array.isArray(e)&&2===e.length&&e.every((e=>"number"==typeof Number(e)))}}var O=function(e,i,t,r){var n,a=arguments.length,o=a<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,i,t,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(i,t,o):n(i,t))||o);return a>3&&o&&Object.defineProperty(i,t,o),o};class k extends d{constructor(){super(...arguments),this.clearInputRangeValue=()=>{this.valueController.setValue(["",""]),this.inputRangeInputRenderer.focusFirstInput()}}render(){return e("div",{class:{"vega-input-range-clear-icon":!0,invisible:!this.shouldShowClearIcon()},"aria-label":"clear input range",role:"button",tabindex:"-1",onClick:this.clearInputRangeValue,onKeyDown:j()},e("vega-icon",{icon:"close"}))}shouldShowClearIcon(){return this.showClearIcon&&!this.disabled&&Array.isArray(this.value)&&this.value.some((e=>!!e))}}O([l()],k.prototype,"showClearIcon",void 0),O([l()],k.prototype,"value",void 0),O([l()],k.prototype,"disabled",void 0),O([l()],k.prototype,"inputRangeInputRenderer",void 0),O([l()],k.prototype,"valueController",void 0);var F=function(e,i,t,r){var n,a=arguments.length,o=a<3?i:null===r?r=Object.getOwnPropertyDescriptor(i,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,i,t,r);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(o=(a<3?n(o):a>3?n(i,t,o):n(i,t))||o);return a>3&&o&&Object.defineProperty(i,t,o),o};const M=class{constructor(e){t(this,e),this.vegaChange=r(this,"vegaChange",7),this.change=r(this,"change",7),this.globalSlimmers={},this.formFieldController=new g({propertyRules:[{propertyName:"required",ruleFactory:e=>e?new E:null},{propertyName:"min",ruleFactory:(e,i)=>new z({minValue:e,maxValue:i}),dependence:"max"},{propertyName:"max",ruleFactory:(e,i)=>new z({minValue:i,maxValue:e}),dependence:"min"}],validationRulesName:"validationRules",defaultValue:["",""],attributeGetter:e=>this[e],inputContainerGetter:()=>this.inputRangeRenderer.getInputRangeContainerRef(),touchableAreaGetter:()=>[this.inputRangeInputRenderer.getInputRefByIndex(0),this.inputRangeInputRenderer.getInputRefByIndex(1)]}),this.inputRangeInputRenderer=new A,this.clearIconRenderer=new k,this.inputRangeRenderer=new I,this.valueController=new V,this.inputChangeEventPrevent=new y([c],(()=>this.inputRangeRenderer.getInputRangeContainerRef())),this.changeEventEmitter=h(M,c),this.label="",this.value=["",""],this.showClearIcon=!0,this.min=null,this.max=null,this.required=!1,this.isValid=null,this.autoValidation=!0,this.validationRules=[],this.size="default",this.placeholder=["Minimum","Maximum"],this.disabled=!1,this.hint="",this.stack="vertical"}watchValue(e,i){}watchValidationRules(){}render(){return o(e(n,{class:{disabled:this.disabled}},this.inputRangeRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{value:["watchValue"],validationRules:["watchValidationRules"]}}};F([p()],M.prototype,"globalSlimmers",void 0),F([s()],M.prototype,"formFieldController",void 0),F([s()],M.prototype,"inputRangeInputRenderer",void 0),F([s()],M.prototype,"clearIconRenderer",void 0),F([s()],M.prototype,"inputRangeRenderer",void 0),F([s()],M.prototype,"valueController",void 0),F([s()],M.prototype,"inputChangeEventPrevent",void 0),F([s()],M.prototype,"changeEventEmitter",void 0),M.style=':host{display:inline-block;width:100%}.vega-input-range-input-container{position:relative;width:100%;flex:1 1 0%;border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));box-sizing:border-box;min-width:50%}.vega-input-range-input-container:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}.vega-input-range-input-container .vega-input-range-divider{display:inline-block;width:0px;height:24px;border-color:rgba(var(--v-border-color-input-field, 171, 198, 216, 1));border-style:solid;border-right-width:1px;border-left-width:0px;flex-shrink:0}.vega-input-range-input-container:focus-within .vega-input-range-divider{opacity:0}.vega-input-range-input-container .vega-input-range-clear-icon{position:absolute;width:16px;height:16px;cursor:pointer;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));top:50%;right:16px;transform:translateY(-50%);z-index:2}.vega-input-range-input-container .vega-input-range-clear-icon.invisible{visibility:hidden}.vega-input-range-input-container vega-input::part(input-container){border-width:0px}.vega-input-range-input-container vega-input::part(input-container):focus-within{outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:2px;border:1px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));position:relative;box-shadow:0 0 0;margin:-1px;z-index:1}.vega-input-range-input-container.input-range-with-clear-icon vega-input:last-child::part(input){padding-right:24px}.vega-input-range-input-container.input-range-disabled{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.vega-input-range-input-container.input-range-disabled:hover{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.vega-input-range-input-container.input-range-disabled .vega-input-range-divider{border-color:rgba(var(--v-border-color-input-field-disabled, 222, 225, 227, 1))}.vega-input-range-input-container.input-range-mobile .vega-input-range-divider{width:100%;height:0px;border-right-width:0px;border-left-width:0px;border-top-width:0px;border-bottom-width:1px}.vega-input-range-input-container.input-range-mobile:focus-within .vega-input-range-divider{opacity:1}.vega-input-range-input-container.input-range-mobile .with-left-padding-in-mobile::part(input){padding-left:26px}.vega-input-range-input-container.input-range-mobile .vega-input-range-clear-icon{top:25%}.vega-input-range-input-container.input-range-mobile.input-range-with-clear-icon vega-input:first-child::part(input){padding-right:24px}.vega-input-range-input-container.input-range-mobile.input-range-with-clear-icon vega-input:last-child::part(input){padding-right:2px}.vega-input-range-container.error .vega-input-range-input-container{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}.vega-input-range-container.error .vega-input-range-input-container:hover{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}.vega-input-range-container.error vega-input::part(input-container):focus-within{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));outline:2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));outline-offset:2px}.vega-input-range-hint{display:inline-block;padding-top:12px;padding-right:8px;padding-left:8px}.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1));display:block;padding-top:12px;padding-right:8px;padding-left:8px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}.vega-hidden{display:none}';export{M as vega_input_range}