atomicuilibrary 0.0.1

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 (1108) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +111 -0
  3. package/dist/cjs/category-section.cjs.entry.js +30 -0
  4. package/dist/cjs/component-size-DsYFUZcz.js +29 -0
  5. package/dist/cjs/dom-oP1E4Rd3.js +267 -0
  6. package/dist/cjs/event-bus-B6M2f8CQ.js +23 -0
  7. package/dist/cjs/exploration-project-tailwind.cjs.js +24 -0
  8. package/dist/cjs/focus-trap-i9T6oXLc.js +139 -0
  9. package/dist/cjs/index-ClkOYpT8.js +2275 -0
  10. package/dist/cjs/index.cjs.js +260 -0
  11. package/dist/cjs/layout-manager.cjs.entry.js +616 -0
  12. package/dist/cjs/library-card.cjs.entry.js +63 -0
  13. package/dist/cjs/lm-container_2.cjs.entry.js +79 -0
  14. package/dist/cjs/lm-panel_3.cjs.entry.js +108 -0
  15. package/dist/cjs/loader.cjs.js +12 -0
  16. package/dist/cjs/my-component.cjs.entry.js +33 -0
  17. package/dist/cjs/my-step.cjs.entry.js +29 -0
  18. package/dist/cjs/nav-bar.cjs.entry.js +247 -0
  19. package/dist/cjs/security-E1JcwxGc.js +1547 -0
  20. package/dist/cjs/smart-step.cjs.entry.js +47 -0
  21. package/dist/cjs/timeline-item.cjs.entry.js +29 -0
  22. package/dist/cjs/ui-accordion_10.cjs.entry.js +5733 -0
  23. package/dist/cjs/ui-advanced-data-table.cjs.entry.js +2684 -0
  24. package/dist/cjs/ui-anchor.cjs.entry.js +558 -0
  25. package/dist/cjs/ui-animate-on-scroll.cjs.entry.js +285 -0
  26. package/dist/cjs/ui-aside-panel.cjs.entry.js +638 -0
  27. package/dist/cjs/ui-avatar-group_3.cjs.entry.js +634 -0
  28. package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +56 -0
  29. package/dist/cjs/ui-breadcrumb.cjs.entry.js +201 -0
  30. package/dist/cjs/ui-callout-banner.cjs.entry.js +291 -0
  31. package/dist/cjs/ui-card.cjs.entry.js +411 -0
  32. package/dist/cjs/ui-carousel.cjs.entry.js +547 -0
  33. package/dist/cjs/ui-checkbox-group.cjs.entry.js +330 -0
  34. package/dist/cjs/ui-checkbox.cjs.entry.js +260 -0
  35. package/dist/cjs/ui-code-editor.cjs.entry.js +961 -0
  36. package/dist/cjs/ui-code-preview.cjs.entry.js +315 -0
  37. package/dist/cjs/ui-color-controller.cjs.entry.js +150 -0
  38. package/dist/cjs/ui-color-picker.cjs.entry.js +658 -0
  39. package/dist/cjs/ui-command-palette.cjs.entry.js +178 -0
  40. package/dist/cjs/ui-dialog-box.cjs.entry.js +1808 -0
  41. package/dist/cjs/ui-dialog-content.cjs.entry.js +31 -0
  42. package/dist/cjs/ui-dialog-footer_2.cjs.entry.js +193 -0
  43. package/dist/cjs/ui-divider.cjs.entry.js +481 -0
  44. package/dist/cjs/ui-dock-host.cjs.entry.js +128 -0
  45. package/dist/cjs/ui-dock.cjs.entry.js +221 -0
  46. package/dist/cjs/ui-drag-drop.cjs.entry.js +172 -0
  47. package/dist/cjs/ui-dropdown_2.cjs.entry.js +1552 -0
  48. package/dist/cjs/ui-empty-state.cjs.entry.js +398 -0
  49. package/dist/cjs/ui-fab-item.cjs.entry.js +39 -0
  50. package/dist/cjs/ui-fab.cjs.entry.js +277 -0
  51. package/dist/cjs/ui-file-upload.cjs.entry.js +418 -0
  52. package/dist/cjs/ui-horizontal-nav.cjs.entry.js +135 -0
  53. package/dist/cjs/ui-image-button.cjs.entry.js +67 -0
  54. package/dist/cjs/ui-input-pair.cjs.entry.js +44 -0
  55. package/dist/cjs/ui-knob.cjs.entry.js +447 -0
  56. package/dist/cjs/ui-library.cjs.entry.js +134 -0
  57. package/dist/cjs/ui-list-group_2.cjs.entry.js +586 -0
  58. package/dist/cjs/ui-list.cjs.entry.js +732 -0
  59. package/dist/cjs/ui-masonry.cjs.entry.js +478 -0
  60. package/dist/cjs/ui-meter-group.cjs.entry.js +173 -0
  61. package/dist/cjs/ui-navigation-item.cjs.entry.js +104 -0
  62. package/dist/cjs/ui-number-input.cjs.entry.js +191 -0
  63. package/dist/cjs/ui-otp-input.cjs.entry.js +246 -0
  64. package/dist/cjs/ui-pagination_3.cjs.entry.js +1621 -0
  65. package/dist/cjs/ui-panel.cjs.entry.js +614 -0
  66. package/dist/cjs/ui-pattern-input.cjs.entry.js +278 -0
  67. package/dist/cjs/ui-popover.cjs.entry.js +517 -0
  68. package/dist/cjs/ui-progress.cjs.entry.js +516 -0
  69. package/dist/cjs/ui-radio-group.cjs.entry.js +205 -0
  70. package/dist/cjs/ui-radio.cjs.entry.js +206 -0
  71. package/dist/cjs/ui-range-slider.cjs.entry.js +637 -0
  72. package/dist/cjs/ui-resizable-panel.cjs.entry.js +484 -0
  73. package/dist/cjs/ui-scroll-top.cjs.entry.js +459 -0
  74. package/dist/cjs/ui-smart-context-menu.cjs.entry.js +376 -0
  75. package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +565 -0
  76. package/dist/cjs/ui-smart-stepper.cjs.entry.js +137 -0
  77. package/dist/cjs/ui-snackbar.cjs.entry.js +863 -0
  78. package/dist/cjs/ui-speed-dial.cjs.entry.js +520 -0
  79. package/dist/cjs/ui-speedometer.cjs.entry.js +428 -0
  80. package/dist/cjs/ui-splitter.cjs.entry.js +282 -0
  81. package/dist/cjs/ui-step.cjs.entry.js +30 -0
  82. package/dist/cjs/ui-stepper.cjs.entry.js +640 -0
  83. package/dist/cjs/ui-switch.cjs.entry.js +405 -0
  84. package/dist/cjs/ui-tabs.cjs.entry.js +703 -0
  85. package/dist/cjs/ui-tag.cjs.entry.js +299 -0
  86. package/dist/cjs/ui-timeline.cjs.entry.js +267 -0
  87. package/dist/cjs/ui-timer.cjs.entry.js +502 -0
  88. package/dist/cjs/ui-toolbar.cjs.entry.js +619 -0
  89. package/dist/cjs/ui-tooltip.cjs.entry.js +697 -0
  90. package/dist/cjs/ui-top-bar.cjs.entry.js +121 -0
  91. package/dist/cjs/ui-transfer-list.cjs.entry.js +592 -0
  92. package/dist/cjs/ui-tree.cjs.entry.js +874 -0
  93. package/dist/cjs/ui-workspace-manager.cjs.entry.js +1201 -0
  94. package/dist/cjs/utils-DVZ6gul6.js +26 -0
  95. package/dist/collection/assets/js/component-config.js +41 -0
  96. package/dist/collection/assets/js/demo-loader.js +147 -0
  97. package/dist/collection/assets/js/demo-nav.js +273 -0
  98. package/dist/collection/assets/js/demos/about-demo.js +60 -0
  99. package/dist/collection/assets/js/demos/accordion-demo.js +1954 -0
  100. package/dist/collection/assets/js/demos/advanced-data-table-demo.js +2952 -0
  101. package/dist/collection/assets/js/demos/anchor-demo.js +527 -0
  102. package/dist/collection/assets/js/demos/animate-on-scroll-demo.js +174 -0
  103. package/dist/collection/assets/js/demos/aside-panel-demo.js +1109 -0
  104. package/dist/collection/assets/js/demos/avatar-demo.js +508 -0
  105. package/dist/collection/assets/js/demos/badge-demo.js +620 -0
  106. package/dist/collection/assets/js/demos/breadcrumb-demo.js +365 -0
  107. package/dist/collection/assets/js/demos/button-demo.js +1223 -0
  108. package/dist/collection/assets/js/demos/button-toggle-demo.js +978 -0
  109. package/dist/collection/assets/js/demos/callout-banner-demo.js +366 -0
  110. package/dist/collection/assets/js/demos/card-demo.js +427 -0
  111. package/dist/collection/assets/js/demos/carousel-demo.js +360 -0
  112. package/dist/collection/assets/js/demos/checkbox-demo.js +489 -0
  113. package/dist/collection/assets/js/demos/code-preview-demo.js +216 -0
  114. package/dist/collection/assets/js/demos/color-picker-demo.js +117 -0
  115. package/dist/collection/assets/js/demos/command-palette-demo.js +105 -0
  116. package/dist/collection/assets/js/demos/complex-form-demo.js +45 -0
  117. package/dist/collection/assets/js/demos/context-menu-data.js +436 -0
  118. package/dist/collection/assets/js/demos/context-menu-demo.js +829 -0
  119. package/dist/collection/assets/js/demos/dashboard-demo.js +5 -0
  120. package/dist/collection/assets/js/demos/dialog-demo-temp.js +411 -0
  121. package/dist/collection/assets/js/demos/dialog-demo.js +2567 -0
  122. package/dist/collection/assets/js/demos/divider-demo.js +853 -0
  123. package/dist/collection/assets/js/demos/dock-demo.js +422 -0
  124. package/dist/collection/assets/js/demos/dock-host-init.js +117 -0
  125. package/dist/collection/assets/js/demos/dock-host-playground.js +59 -0
  126. package/dist/collection/assets/js/demos/documentation-demo.js +34 -0
  127. package/dist/collection/assets/js/demos/drag-drop-demo.js +132 -0
  128. package/dist/collection/assets/js/demos/dropdown-demo.js +1410 -0
  129. package/dist/collection/assets/js/demos/dropdown-subtitle-demo.js +18 -0
  130. package/dist/collection/assets/js/demos/empty-state-demo.js +580 -0
  131. package/dist/collection/assets/js/demos/fab-demo.js +374 -0
  132. package/dist/collection/assets/js/demos/file-upload-demo.js +171 -0
  133. package/dist/collection/assets/js/demos/home-components.js +750 -0
  134. package/dist/collection/assets/js/demos/home-demo.js +441 -0
  135. package/dist/collection/assets/js/demos/horizontal-nav-demo.js +277 -0
  136. package/dist/collection/assets/js/demos/icon-demo.js +380 -0
  137. package/dist/collection/assets/js/demos/input-demo.js +1932 -0
  138. package/dist/collection/assets/js/demos/knob-demo.js +570 -0
  139. package/dist/collection/assets/js/demos/layout-manager-demo.js +918 -0
  140. package/dist/collection/assets/js/demos/list-demo.js +1402 -0
  141. package/dist/collection/assets/js/demos/loader-demo.js +453 -0
  142. package/dist/collection/assets/js/demos/meter-group-demo.js +499 -0
  143. package/dist/collection/assets/js/demos/multi-level-context-menu-demo.js +924 -0
  144. package/dist/collection/assets/js/demos/my-profile-demo.js +237 -0
  145. package/dist/collection/assets/js/demos/nav-bar-demo.js +187 -0
  146. package/dist/collection/assets/js/demos/number-input-demo.js +242 -0
  147. package/dist/collection/assets/js/demos/overview-demo.js +11 -0
  148. package/dist/collection/assets/js/demos/pagination-demo.js +1042 -0
  149. package/dist/collection/assets/js/demos/panel-demo.js +789 -0
  150. package/dist/collection/assets/js/demos/pattern-input-demo.js +241 -0
  151. package/dist/collection/assets/js/demos/popover-demo.js +882 -0
  152. package/dist/collection/assets/js/demos/progress-demo.js +462 -0
  153. package/dist/collection/assets/js/demos/radio-demo.js +413 -0
  154. package/dist/collection/assets/js/demos/range-slider-demo.js +1217 -0
  155. package/dist/collection/assets/js/demos/rating-demo.js +383 -0
  156. package/dist/collection/assets/js/demos/scroll-top-demo.js +353 -0
  157. package/dist/collection/assets/js/demos/skeleton-demo.js +490 -0
  158. package/dist/collection/assets/js/demos/skeleton-performance-demo.js +26 -0
  159. package/dist/collection/assets/js/demos/smart-dialog-demo.js +552 -0
  160. package/dist/collection/assets/js/demos/smart-menu-demo.js +375 -0
  161. package/dist/collection/assets/js/demos/smart-stepper-demo.js +50 -0
  162. package/dist/collection/assets/js/demos/snackbar-demo.js +1040 -0
  163. package/dist/collection/assets/js/demos/speed-dial-demo.js +764 -0
  164. package/dist/collection/assets/js/demos/speedometer-demo.js +425 -0
  165. package/dist/collection/assets/js/demos/split-button-demo.js +201 -0
  166. package/dist/collection/assets/js/demos/stack-demo.js +228 -0
  167. package/dist/collection/assets/js/demos/stepper-demo.js +798 -0
  168. package/dist/collection/assets/js/demos/switch-demo.js +849 -0
  169. package/dist/collection/assets/js/demos/tabs-demo.js +1032 -0
  170. package/dist/collection/assets/js/demos/tag-demo.js +842 -0
  171. package/dist/collection/assets/js/demos/theme-selector-demo.js +466 -0
  172. package/dist/collection/assets/js/demos/timeline-demo.js +365 -0
  173. package/dist/collection/assets/js/demos/timeline-playground.js +59 -0
  174. package/dist/collection/assets/js/demos/timer-demo.js +313 -0
  175. package/dist/collection/assets/js/demos/toolbar-demo.js +643 -0
  176. package/dist/collection/assets/js/demos/tooltip-demo.js +730 -0
  177. package/dist/collection/assets/js/demos/top-bar-demo.js +417 -0
  178. package/dist/collection/assets/js/demos/transfer-list-demo.js +555 -0
  179. package/dist/collection/assets/js/demos/tree-demo.js +693 -0
  180. package/dist/collection/assets/js/demos/workspace-manager-demo.js +241 -0
  181. package/dist/collection/assets/js/index-boot.js +104 -0
  182. package/dist/collection/assets/js/nav-bar-demo.js +20 -0
  183. package/dist/collection/assets/js/nav-bar-init.js +119 -0
  184. package/dist/collection/assets/js/utils/layout-loader.js +80 -0
  185. package/dist/collection/collection-manifest.json +113 -0
  186. package/dist/collection/components/accordion/accordion.css +2090 -0
  187. package/dist/collection/components/accordion/accordion.js +2955 -0
  188. package/dist/collection/components/accordion/types.js +1 -0
  189. package/dist/collection/components/advanced-data-table/advanced-data-table.css +2606 -0
  190. package/dist/collection/components/advanced-data-table/advanced-data-table.js +5394 -0
  191. package/dist/collection/components/advanced-data-table/types.js +1 -0
  192. package/dist/collection/components/anchor/anchor.css +395 -0
  193. package/dist/collection/components/anchor/anchor.js +1404 -0
  194. package/dist/collection/components/anchor/types.js +1 -0
  195. package/dist/collection/components/animate-on-scroll/animate-on-scroll.css +804 -0
  196. package/dist/collection/components/animate-on-scroll/animate-on-scroll.js +696 -0
  197. package/dist/collection/components/aside-panel/aside-panel.css +472 -0
  198. package/dist/collection/components/aside-panel/aside-panel.js +1697 -0
  199. package/dist/collection/components/avatar/avatar.css +696 -0
  200. package/dist/collection/components/avatar/avatar.js +2007 -0
  201. package/dist/collection/components/avatar/types.js +1 -0
  202. package/dist/collection/components/avatar-group/avatar-group.css +253 -0
  203. package/dist/collection/components/avatar-group/avatar-group.js +405 -0
  204. package/dist/collection/components/avatar-group/types.js +1 -0
  205. package/dist/collection/components/badge/badge.css +580 -0
  206. package/dist/collection/components/badge/badge.js +723 -0
  207. package/dist/collection/components/badge/types.js +1 -0
  208. package/dist/collection/components/breadcrumb/breadcrumb-item.js +231 -0
  209. package/dist/collection/components/breadcrumb/breadcrumb.css +313 -0
  210. package/dist/collection/components/breadcrumb/breadcrumb.js +510 -0
  211. package/dist/collection/components/breadcrumb/types.js +1 -0
  212. package/dist/collection/components/button/button.css +1862 -0
  213. package/dist/collection/components/button/button.js +1380 -0
  214. package/dist/collection/components/button/types.js +1 -0
  215. package/dist/collection/components/button-toggle/button-toggle.css +97 -0
  216. package/dist/collection/components/button-toggle/button-toggle.js +620 -0
  217. package/dist/collection/components/button-toggle-group/button-toggle-group.css +401 -0
  218. package/dist/collection/components/button-toggle-group/button-toggle-group.js +1572 -0
  219. package/dist/collection/components/button-toggle-group/types.js +1 -0
  220. package/dist/collection/components/callout-banner/callout-banner.css +684 -0
  221. package/dist/collection/components/callout-banner/callout-banner.js +1076 -0
  222. package/dist/collection/components/callout-banner/types.js +1 -0
  223. package/dist/collection/components/card/card.css +663 -0
  224. package/dist/collection/components/card/card.js +1697 -0
  225. package/dist/collection/components/card/types.js +1 -0
  226. package/dist/collection/components/carousel/carousel.css +549 -0
  227. package/dist/collection/components/carousel/carousel.js +1512 -0
  228. package/dist/collection/components/carousel/types.js +1 -0
  229. package/dist/collection/components/checkbox/checkbox.css +863 -0
  230. package/dist/collection/components/checkbox/checkbox.js +1201 -0
  231. package/dist/collection/components/checkbox/types.js +1 -0
  232. package/dist/collection/components/checkbox-group/checkbox-group.css +223 -0
  233. package/dist/collection/components/checkbox-group/checkbox-group.js +1001 -0
  234. package/dist/collection/components/checkbox-group/types.js +1 -0
  235. package/dist/collection/components/code-editor/code-editor.css +1081 -0
  236. package/dist/collection/components/code-editor/code-editor.js +1211 -0
  237. package/dist/collection/components/code-editor/types.js +1 -0
  238. package/dist/collection/components/code-preview/types.js +1 -0
  239. package/dist/collection/components/code-preview/ui-code-preview.css +209 -0
  240. package/dist/collection/components/code-preview/ui-code-preview.js +548 -0
  241. package/dist/collection/components/color-controller/color-controller.css +108 -0
  242. package/dist/collection/components/color-controller/color-controller.js +224 -0
  243. package/dist/collection/components/color-picker/color-picker.css +323 -0
  244. package/dist/collection/components/color-picker/color-picker.js +1139 -0
  245. package/dist/collection/components/color-picker/types.js +1 -0
  246. package/dist/collection/components/command-palette/command-palette.css +260 -0
  247. package/dist/collection/components/command-palette/command-palette.js +429 -0
  248. package/dist/collection/components/command-palette/types.js +1 -0
  249. package/dist/collection/components/context-menu/context-menu.css +388 -0
  250. package/dist/collection/components/context-menu/context-menu.js +1412 -0
  251. package/dist/collection/components/context-menu/types.js +1 -0
  252. package/dist/collection/components/dialog-box/dialog-box.css +1261 -0
  253. package/dist/collection/components/dialog-box/dialog-box.js +4314 -0
  254. package/dist/collection/components/dialog-box/dialog-tray.css +268 -0
  255. package/dist/collection/components/dialog-box/types.js +1 -0
  256. package/dist/collection/components/dialog-content/dialog-content.css +83 -0
  257. package/dist/collection/components/dialog-content/dialog-content.js +96 -0
  258. package/dist/collection/components/dialog-footer/dialog-footer.css +89 -0
  259. package/dist/collection/components/dialog-footer/dialog-footer.js +94 -0
  260. package/dist/collection/components/dialog-footer/types.js +1 -0
  261. package/dist/collection/components/dialog-header/dialog-header.css +203 -0
  262. package/dist/collection/components/dialog-header/dialog-header.js +630 -0
  263. package/dist/collection/components/dialog-header/types.js +1 -0
  264. package/dist/collection/components/divider/divider.css +948 -0
  265. package/dist/collection/components/divider/divider.js +1612 -0
  266. package/dist/collection/components/divider/types.js +1 -0
  267. package/dist/collection/components/dock/dock.css +348 -0
  268. package/dist/collection/components/dock/dock.js +464 -0
  269. package/dist/collection/components/dock/types.js +1 -0
  270. package/dist/collection/components/dock-host/index.js +1 -0
  271. package/dist/collection/components/dock-host/types.js +1 -0
  272. package/dist/collection/components/dock-host/ui-dock-host.css +155 -0
  273. package/dist/collection/components/dock-host/ui-dock-host.js +226 -0
  274. package/dist/collection/components/drag-drop/drag-drop.css +103 -0
  275. package/dist/collection/components/drag-drop/drag-drop.js +385 -0
  276. package/dist/collection/components/drag-drop/types.js +1 -0
  277. package/dist/collection/components/dropdown/dropdown.css +1142 -0
  278. package/dist/collection/components/dropdown/dropdown.js +2033 -0
  279. package/dist/collection/components/dropdown/types.js +1 -0
  280. package/dist/collection/components/empty-state/empty-state.css +712 -0
  281. package/dist/collection/components/empty-state/empty-state.js +1256 -0
  282. package/dist/collection/components/empty-state/types.js +1 -0
  283. package/dist/collection/components/fab/fab.css +601 -0
  284. package/dist/collection/components/fab/fab.js +1124 -0
  285. package/dist/collection/components/fab-item/fab-item.css +107 -0
  286. package/dist/collection/components/fab-item/fab-item.js +177 -0
  287. package/dist/collection/components/fab-item/types.js +1 -0
  288. package/dist/collection/components/file-upload/file-upload.css +243 -0
  289. package/dist/collection/components/file-upload/file-upload.js +1022 -0
  290. package/dist/collection/components/file-upload/types.js +1 -0
  291. package/dist/collection/components/horizontal-nav/horizontal-nav.css +394 -0
  292. package/dist/collection/components/horizontal-nav/horizontal-nav.js +375 -0
  293. package/dist/collection/components/icon/icon.css +113 -0
  294. package/dist/collection/components/icon/icon.js +583 -0
  295. package/dist/collection/components/image-button/image-button.css +154 -0
  296. package/dist/collection/components/image-button/image-button.js +310 -0
  297. package/dist/collection/components/image-button/types.js +1 -0
  298. package/dist/collection/components/input/input.css +1544 -0
  299. package/dist/collection/components/input/input.js +3690 -0
  300. package/dist/collection/components/input/types.js +1 -0
  301. package/dist/collection/components/input-pair/input-pair.css +72 -0
  302. package/dist/collection/components/input-pair/input-pair.js +309 -0
  303. package/dist/collection/components/knob/knob.css +162 -0
  304. package/dist/collection/components/knob/knob.js +986 -0
  305. package/dist/collection/components/knob/types.js +1 -0
  306. package/dist/collection/components/layout-manager/layout-manager.css +41 -0
  307. package/dist/collection/components/layout-manager/layout-manager.js +525 -0
  308. package/dist/collection/components/layout-manager/lm-container/lm-container.css +117 -0
  309. package/dist/collection/components/layout-manager/lm-container/lm-container.js +110 -0
  310. package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.css +0 -0
  311. package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +49 -0
  312. package/dist/collection/components/layout-manager/lm-panel/lm-panel.css +97 -0
  313. package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +58 -0
  314. package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.css +57 -0
  315. package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +120 -0
  316. package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.css +149 -0
  317. package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +130 -0
  318. package/dist/collection/components/layout-manager/types.js +1 -0
  319. package/dist/collection/components/library/category-section.css +147 -0
  320. package/dist/collection/components/library/category-section.js +139 -0
  321. package/dist/collection/components/library/data.js +74 -0
  322. package/dist/collection/components/library/library-card.css +181 -0
  323. package/dist/collection/components/library/library-card.js +203 -0
  324. package/dist/collection/components/library/library.css +358 -0
  325. package/dist/collection/components/library/library.js +91 -0
  326. package/dist/collection/components/list/list.css +1029 -0
  327. package/dist/collection/components/list/list.js +2167 -0
  328. package/dist/collection/components/list-group/list-group.css +275 -0
  329. package/dist/collection/components/list-group/list-group.js +356 -0
  330. package/dist/collection/components/list-item/list-item.css +1491 -0
  331. package/dist/collection/components/list-item/list-item.js +2184 -0
  332. package/dist/collection/components/masonry/masonry.css +414 -0
  333. package/dist/collection/components/masonry/masonry.js +1104 -0
  334. package/dist/collection/components/masonry/types.js +1 -0
  335. package/dist/collection/components/meter-group/meter-group.css +184 -0
  336. package/dist/collection/components/meter-group/meter-group.js +471 -0
  337. package/dist/collection/components/meter-group/types.js +1 -0
  338. package/dist/collection/components/my-component/my-component.css +27 -0
  339. package/dist/collection/components/my-component/my-component.js +95 -0
  340. package/dist/collection/components/my-step/my-step.css +25 -0
  341. package/dist/collection/components/my-step/my-step.js +237 -0
  342. package/dist/collection/components/nav-bar/nav-bar.css +448 -0
  343. package/dist/collection/components/nav-bar/nav-bar.js +608 -0
  344. package/dist/collection/components/number-input/number-input.css +200 -0
  345. package/dist/collection/components/number-input/number-input.js +695 -0
  346. package/dist/collection/components/otp-input/otp-input.css +243 -0
  347. package/dist/collection/components/otp-input/otp-input.js +761 -0
  348. package/dist/collection/components/otp-input/types.js +1 -0
  349. package/dist/collection/components/pagination/pagination.css +1399 -0
  350. package/dist/collection/components/pagination/pagination.js +2033 -0
  351. package/dist/collection/components/pagination/types.js +1 -0
  352. package/dist/collection/components/panel/panel.css +837 -0
  353. package/dist/collection/components/panel/panel.js +1842 -0
  354. package/dist/collection/components/panel/types.js +1 -0
  355. package/dist/collection/components/pattern-input/pattern-input.css +252 -0
  356. package/dist/collection/components/pattern-input/pattern-input.js +788 -0
  357. package/dist/collection/components/popover/popover.css +399 -0
  358. package/dist/collection/components/popover/popover.js +1449 -0
  359. package/dist/collection/components/popover/types.js +1 -0
  360. package/dist/collection/components/progress/progress.css +588 -0
  361. package/dist/collection/components/progress/progress.js +1414 -0
  362. package/dist/collection/components/progress/types.js +1 -0
  363. package/dist/collection/components/radio/radio.css +773 -0
  364. package/dist/collection/components/radio/radio.js +1059 -0
  365. package/dist/collection/components/radio/types.js +1 -0
  366. package/dist/collection/components/radio-group/radio-group.css +202 -0
  367. package/dist/collection/components/radio-group/radio-group.js +903 -0
  368. package/dist/collection/components/radio-group/types.js +1 -0
  369. package/dist/collection/components/range-slider/range-slider.css +602 -0
  370. package/dist/collection/components/range-slider/range-slider.js +1369 -0
  371. package/dist/collection/components/range-slider/types.js +1 -0
  372. package/dist/collection/components/rating/rating.css +768 -0
  373. package/dist/collection/components/rating/rating.js +1062 -0
  374. package/dist/collection/components/rating/types.js +1 -0
  375. package/dist/collection/components/resizable-panel/resizable-panel.css +247 -0
  376. package/dist/collection/components/resizable-panel/resizable-panel.js +874 -0
  377. package/dist/collection/components/resizable-panel/types.js +1 -0
  378. package/dist/collection/components/scroll-top/scroll-top.css +397 -0
  379. package/dist/collection/components/scroll-top/scroll-top.js +1178 -0
  380. package/dist/collection/components/scroll-top/types.js +1 -0
  381. package/dist/collection/components/skeleton/skeleton-loader.css +429 -0
  382. package/dist/collection/components/skeleton/skeleton-loader.js +1193 -0
  383. package/dist/collection/components/skeleton/types.js +1 -0
  384. package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.css +357 -0
  385. package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +1190 -0
  386. package/dist/collection/components/smart-location-dropdown/types.js +1 -0
  387. package/dist/collection/components/smart-menu/menu-item.interface.js +1 -0
  388. package/dist/collection/components/smart-menu/smart-menu.css +119 -0
  389. package/dist/collection/components/smart-menu/smart-menu.js +544 -0
  390. package/dist/collection/components/smart-stepper/smart-step.css +213 -0
  391. package/dist/collection/components/smart-stepper/smart-step.js +170 -0
  392. package/dist/collection/components/smart-stepper/smart-stepper.css +146 -0
  393. package/dist/collection/components/smart-stepper/smart-stepper.js +338 -0
  394. package/dist/collection/components/snackbar/snackbar.css +1480 -0
  395. package/dist/collection/components/snackbar/snackbar.js +1759 -0
  396. package/dist/collection/components/snackbar/types.js +1 -0
  397. package/dist/collection/components/speed-dial/speed-dial.css +478 -0
  398. package/dist/collection/components/speed-dial/speed-dial.js +1183 -0
  399. package/dist/collection/components/speed-dial/types.js +1 -0
  400. package/dist/collection/components/speedometer/speedometer.css +95 -0
  401. package/dist/collection/components/speedometer/speedometer.js +868 -0
  402. package/dist/collection/components/speedometer/types.js +1 -0
  403. package/dist/collection/components/splitter/splitter.css +269 -0
  404. package/dist/collection/components/splitter/splitter.js +713 -0
  405. package/dist/collection/components/splitter/types.js +1 -0
  406. package/dist/collection/components/stack/stack.css +269 -0
  407. package/dist/collection/components/stack/stack.js +297 -0
  408. package/dist/collection/components/stack/types.js +1 -0
  409. package/dist/collection/components/step/step.css +77 -0
  410. package/dist/collection/components/step/step.js +214 -0
  411. package/dist/collection/components/step/types.js +1 -0
  412. package/dist/collection/components/stepper/stepper.css +1079 -0
  413. package/dist/collection/components/stepper/stepper.js +1850 -0
  414. package/dist/collection/components/stepper/types.js +1 -0
  415. package/dist/collection/components/switch/switch.css +1099 -0
  416. package/dist/collection/components/switch/switch.js +1578 -0
  417. package/dist/collection/components/tabs/tabs.css +1355 -0
  418. package/dist/collection/components/tabs/tabs.js +1474 -0
  419. package/dist/collection/components/tabs/types.js +1 -0
  420. package/dist/collection/components/tag/tag.css +893 -0
  421. package/dist/collection/components/tag/tag.js +1119 -0
  422. package/dist/collection/components/tag/types.js +1 -0
  423. package/dist/collection/components/tag-group/tag-group.css +144 -0
  424. package/dist/collection/components/tag-group/tag-group.js +887 -0
  425. package/dist/collection/components/tag-group/types.js +1 -0
  426. package/dist/collection/components/timeline/timeline.css +1850 -0
  427. package/dist/collection/components/timeline/timeline.js +889 -0
  428. package/dist/collection/components/timeline/types.js +1 -0
  429. package/dist/collection/components/timeline/ui-timeline.stories.js +19 -0
  430. package/dist/collection/components/timeline-item/timeline-item.css +75 -0
  431. package/dist/collection/components/timeline-item/timeline-item.js +91 -0
  432. package/dist/collection/components/timer/timer.css +367 -0
  433. package/dist/collection/components/timer/timer.js +1292 -0
  434. package/dist/collection/components/timer/types.js +1 -0
  435. package/dist/collection/components/timer/ui-timer.stories.js +19 -0
  436. package/dist/collection/components/toggle-group/toggle-group.css +361 -0
  437. package/dist/collection/components/toggle-group/toggle-group.js +1212 -0
  438. package/dist/collection/components/toggle-group/types.js +1 -0
  439. package/dist/collection/components/toolbar/toolbar-types.js +1 -0
  440. package/dist/collection/components/toolbar/toolbar.css +1186 -0
  441. package/dist/collection/components/toolbar/toolbar.js +1635 -0
  442. package/dist/collection/components/tooltip/tooltip.css +609 -0
  443. package/dist/collection/components/tooltip/tooltip.js +1882 -0
  444. package/dist/collection/components/tooltip/types.js +1 -0
  445. package/dist/collection/components/top-bar/top-bar.css +274 -0
  446. package/dist/collection/components/top-bar/top-bar.js +383 -0
  447. package/dist/collection/components/transfer-list/transfer-list.css +520 -0
  448. package/dist/collection/components/transfer-list/transfer-list.js +1225 -0
  449. package/dist/collection/components/transfer-list/types.js +1 -0
  450. package/dist/collection/components/tree/tree.css +1197 -0
  451. package/dist/collection/components/tree/tree.js +2509 -0
  452. package/dist/collection/components/tree/types.js +1 -0
  453. package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +830 -0
  454. package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +1231 -0
  455. package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-types.js +1 -0
  456. package/dist/collection/components/ui-navigation-bar/navigation-item.css +679 -0
  457. package/dist/collection/components/ui-navigation-bar/navigation-item.js +385 -0
  458. package/dist/collection/components/ui-navigation-bar/navigation-types.js +1 -0
  459. package/dist/collection/components/workspace-manager/types.js +1 -0
  460. package/dist/collection/components/workspace-manager/workspace-manager.css +1094 -0
  461. package/dist/collection/components/workspace-manager/workspace-manager.js +1914 -0
  462. package/dist/collection/components.js +51 -0
  463. package/dist/collection/index.js +108 -0
  464. package/dist/collection/service/drag-manager.js +23 -0
  465. package/dist/collection/service/event-bus.js +19 -0
  466. package/dist/collection/service/serialization.js +8 -0
  467. package/dist/collection/service/state-engine.js +247 -0
  468. package/dist/collection/service/theme-switcher.js +146 -0
  469. package/dist/collection/stories/Button.stories.js +15 -0
  470. package/dist/collection/types/common.js +1 -0
  471. package/dist/collection/types/index.js +4 -0
  472. package/dist/collection/utils/aria-live.js +60 -0
  473. package/dist/collection/utils/component-size.js +25 -0
  474. package/dist/collection/utils/dom.js +260 -0
  475. package/dist/collection/utils/focus-trap.js +135 -0
  476. package/dist/collection/utils/security.js +10 -0
  477. package/dist/collection/utils/test/setup-component-test-env.js +92 -0
  478. package/dist/collection/utils/utils.js +21 -0
  479. package/dist/collection/utils/validation.js +74 -0
  480. package/dist/components/avatar-group.js +1 -0
  481. package/dist/components/avatar.js +1 -0
  482. package/dist/components/badge.js +1 -0
  483. package/dist/components/button-toggle.js +1 -0
  484. package/dist/components/category-section.d.ts +11 -0
  485. package/dist/components/category-section.js +1 -0
  486. package/dist/components/category-section2.js +1 -0
  487. package/dist/components/checkbox.js +1 -0
  488. package/dist/components/context-menu.js +1 -0
  489. package/dist/components/dialog-footer.js +1 -0
  490. package/dist/components/dialog-header.js +1 -0
  491. package/dist/components/dom.js +1 -0
  492. package/dist/components/dropdown.js +1 -0
  493. package/dist/components/event-bus.js +1 -0
  494. package/dist/components/focus-trap.js +1 -0
  495. package/dist/components/icon.js +2 -0
  496. package/dist/components/index.d.ts +35 -0
  497. package/dist/components/index.js +1 -0
  498. package/dist/components/input.js +1 -0
  499. package/dist/components/layout-manager.d.ts +11 -0
  500. package/dist/components/layout-manager.js +1 -0
  501. package/dist/components/library-card.d.ts +11 -0
  502. package/dist/components/library-card.js +1 -0
  503. package/dist/components/library-card2.js +1 -0
  504. package/dist/components/list-group.js +1 -0
  505. package/dist/components/list-item.js +1 -0
  506. package/dist/components/lm-container.d.ts +11 -0
  507. package/dist/components/lm-container.js +1 -0
  508. package/dist/components/lm-container2.js +1 -0
  509. package/dist/components/lm-floating-window.d.ts +11 -0
  510. package/dist/components/lm-floating-window.js +1 -0
  511. package/dist/components/lm-floating-window2.js +1 -0
  512. package/dist/components/lm-panel.d.ts +11 -0
  513. package/dist/components/lm-panel.js +1 -0
  514. package/dist/components/lm-panel2.js +1 -0
  515. package/dist/components/lm-splitter.d.ts +11 -0
  516. package/dist/components/lm-splitter.js +1 -0
  517. package/dist/components/lm-splitter2.js +1 -0
  518. package/dist/components/lm-tabs.d.ts +11 -0
  519. package/dist/components/lm-tabs.js +1 -0
  520. package/dist/components/lm-tabs2.js +1 -0
  521. package/dist/components/my-component.d.ts +11 -0
  522. package/dist/components/my-component.js +1 -0
  523. package/dist/components/my-step.d.ts +11 -0
  524. package/dist/components/my-step.js +1 -0
  525. package/dist/components/nav-bar.d.ts +11 -0
  526. package/dist/components/nav-bar.js +1 -0
  527. package/dist/components/pagination.js +1 -0
  528. package/dist/components/radio.js +1 -0
  529. package/dist/components/range-slider.js +1 -0
  530. package/dist/components/rating.js +1 -0
  531. package/dist/components/resizable-panel.js +1 -0
  532. package/dist/components/skeleton-loader.js +1 -0
  533. package/dist/components/smart-step.d.ts +11 -0
  534. package/dist/components/smart-step.js +1 -0
  535. package/dist/components/stack.js +1 -0
  536. package/dist/components/switch.js +1 -0
  537. package/dist/components/tag-group.js +1 -0
  538. package/dist/components/tag.js +1 -0
  539. package/dist/components/timeline-item.d.ts +11 -0
  540. package/dist/components/timeline-item.js +1 -0
  541. package/dist/components/toggle-group.js +1 -0
  542. package/dist/components/tooltip.js +1 -0
  543. package/dist/components/ui-accordion.d.ts +11 -0
  544. package/dist/components/ui-accordion.js +1 -0
  545. package/dist/components/ui-advanced-data-table.d.ts +11 -0
  546. package/dist/components/ui-advanced-data-table.js +1 -0
  547. package/dist/components/ui-anchor.d.ts +11 -0
  548. package/dist/components/ui-anchor.js +1 -0
  549. package/dist/components/ui-animate-on-scroll.d.ts +11 -0
  550. package/dist/components/ui-animate-on-scroll.js +1 -0
  551. package/dist/components/ui-aside-panel.d.ts +11 -0
  552. package/dist/components/ui-aside-panel.js +1 -0
  553. package/dist/components/ui-avatar-group.d.ts +11 -0
  554. package/dist/components/ui-avatar-group.js +1 -0
  555. package/dist/components/ui-avatar.d.ts +11 -0
  556. package/dist/components/ui-avatar.js +1 -0
  557. package/dist/components/ui-badge.d.ts +11 -0
  558. package/dist/components/ui-badge.js +1 -0
  559. package/dist/components/ui-breadcrumb-item.d.ts +11 -0
  560. package/dist/components/ui-breadcrumb-item.js +1 -0
  561. package/dist/components/ui-breadcrumb.d.ts +11 -0
  562. package/dist/components/ui-breadcrumb.js +1 -0
  563. package/dist/components/ui-button-toggle-group.d.ts +11 -0
  564. package/dist/components/ui-button-toggle-group.js +1 -0
  565. package/dist/components/ui-button-toggle.d.ts +11 -0
  566. package/dist/components/ui-button-toggle.js +1 -0
  567. package/dist/components/ui-button.d.ts +11 -0
  568. package/dist/components/ui-button.js +1 -0
  569. package/dist/components/ui-callout-banner.d.ts +11 -0
  570. package/dist/components/ui-callout-banner.js +1 -0
  571. package/dist/components/ui-card.d.ts +11 -0
  572. package/dist/components/ui-card.js +1 -0
  573. package/dist/components/ui-carousel.d.ts +11 -0
  574. package/dist/components/ui-carousel.js +1 -0
  575. package/dist/components/ui-checkbox-group.d.ts +11 -0
  576. package/dist/components/ui-checkbox-group.js +1 -0
  577. package/dist/components/ui-checkbox.d.ts +11 -0
  578. package/dist/components/ui-checkbox.js +1 -0
  579. package/dist/components/ui-code-editor.d.ts +11 -0
  580. package/dist/components/ui-code-editor.js +1 -0
  581. package/dist/components/ui-code-preview.d.ts +11 -0
  582. package/dist/components/ui-code-preview.js +1 -0
  583. package/dist/components/ui-color-controller.d.ts +11 -0
  584. package/dist/components/ui-color-controller.js +1 -0
  585. package/dist/components/ui-color-picker.d.ts +11 -0
  586. package/dist/components/ui-color-picker.js +1 -0
  587. package/dist/components/ui-command-palette.d.ts +11 -0
  588. package/dist/components/ui-command-palette.js +1 -0
  589. package/dist/components/ui-context-menu.d.ts +11 -0
  590. package/dist/components/ui-context-menu.js +1 -0
  591. package/dist/components/ui-dialog-box.d.ts +11 -0
  592. package/dist/components/ui-dialog-box.js +1 -0
  593. package/dist/components/ui-dialog-content.d.ts +11 -0
  594. package/dist/components/ui-dialog-content.js +1 -0
  595. package/dist/components/ui-dialog-footer.d.ts +11 -0
  596. package/dist/components/ui-dialog-footer.js +1 -0
  597. package/dist/components/ui-dialog-header.d.ts +11 -0
  598. package/dist/components/ui-dialog-header.js +1 -0
  599. package/dist/components/ui-divider.d.ts +11 -0
  600. package/dist/components/ui-divider.js +1 -0
  601. package/dist/components/ui-dock-host.d.ts +11 -0
  602. package/dist/components/ui-dock-host.js +1 -0
  603. package/dist/components/ui-dock.d.ts +11 -0
  604. package/dist/components/ui-dock.js +1 -0
  605. package/dist/components/ui-drag-drop.d.ts +11 -0
  606. package/dist/components/ui-drag-drop.js +1 -0
  607. package/dist/components/ui-dropdown.d.ts +11 -0
  608. package/dist/components/ui-dropdown.js +1 -0
  609. package/dist/components/ui-empty-state.d.ts +11 -0
  610. package/dist/components/ui-empty-state.js +1 -0
  611. package/dist/components/ui-fab-item.d.ts +11 -0
  612. package/dist/components/ui-fab-item.js +1 -0
  613. package/dist/components/ui-fab.d.ts +11 -0
  614. package/dist/components/ui-fab.js +1 -0
  615. package/dist/components/ui-file-upload.d.ts +11 -0
  616. package/dist/components/ui-file-upload.js +1 -0
  617. package/dist/components/ui-horizontal-nav.d.ts +11 -0
  618. package/dist/components/ui-horizontal-nav.js +1 -0
  619. package/dist/components/ui-icon.d.ts +11 -0
  620. package/dist/components/ui-icon.js +1 -0
  621. package/dist/components/ui-image-button.d.ts +11 -0
  622. package/dist/components/ui-image-button.js +1 -0
  623. package/dist/components/ui-input-pair.d.ts +11 -0
  624. package/dist/components/ui-input-pair.js +1 -0
  625. package/dist/components/ui-input.d.ts +11 -0
  626. package/dist/components/ui-input.js +1 -0
  627. package/dist/components/ui-knob.d.ts +11 -0
  628. package/dist/components/ui-knob.js +1 -0
  629. package/dist/components/ui-library.d.ts +11 -0
  630. package/dist/components/ui-library.js +1 -0
  631. package/dist/components/ui-list-group.d.ts +11 -0
  632. package/dist/components/ui-list-group.js +1 -0
  633. package/dist/components/ui-list-item.d.ts +11 -0
  634. package/dist/components/ui-list-item.js +1 -0
  635. package/dist/components/ui-list.d.ts +11 -0
  636. package/dist/components/ui-list.js +1 -0
  637. package/dist/components/ui-masonry.d.ts +11 -0
  638. package/dist/components/ui-masonry.js +1 -0
  639. package/dist/components/ui-meter-group.d.ts +11 -0
  640. package/dist/components/ui-meter-group.js +1 -0
  641. package/dist/components/ui-navigation-bar.d.ts +11 -0
  642. package/dist/components/ui-navigation-bar.js +1 -0
  643. package/dist/components/ui-navigation-item.d.ts +11 -0
  644. package/dist/components/ui-navigation-item.js +1 -0
  645. package/dist/components/ui-number-input.d.ts +11 -0
  646. package/dist/components/ui-number-input.js +1 -0
  647. package/dist/components/ui-otp-input.d.ts +11 -0
  648. package/dist/components/ui-otp-input.js +1 -0
  649. package/dist/components/ui-pagination.d.ts +11 -0
  650. package/dist/components/ui-pagination.js +1 -0
  651. package/dist/components/ui-panel.d.ts +11 -0
  652. package/dist/components/ui-panel.js +1 -0
  653. package/dist/components/ui-pattern-input.d.ts +11 -0
  654. package/dist/components/ui-pattern-input.js +1 -0
  655. package/dist/components/ui-popover.d.ts +11 -0
  656. package/dist/components/ui-popover.js +1 -0
  657. package/dist/components/ui-progress.d.ts +11 -0
  658. package/dist/components/ui-progress.js +1 -0
  659. package/dist/components/ui-radio-group.d.ts +11 -0
  660. package/dist/components/ui-radio-group.js +1 -0
  661. package/dist/components/ui-radio.d.ts +11 -0
  662. package/dist/components/ui-radio.js +1 -0
  663. package/dist/components/ui-range-slider.d.ts +11 -0
  664. package/dist/components/ui-range-slider.js +1 -0
  665. package/dist/components/ui-rating.d.ts +11 -0
  666. package/dist/components/ui-rating.js +1 -0
  667. package/dist/components/ui-resizable-panel.d.ts +11 -0
  668. package/dist/components/ui-resizable-panel.js +1 -0
  669. package/dist/components/ui-scroll-top.d.ts +11 -0
  670. package/dist/components/ui-scroll-top.js +1 -0
  671. package/dist/components/ui-skeleton.d.ts +11 -0
  672. package/dist/components/ui-skeleton.js +1 -0
  673. package/dist/components/ui-smart-context-menu.d.ts +11 -0
  674. package/dist/components/ui-smart-context-menu.js +1 -0
  675. package/dist/components/ui-smart-location-dropdown.d.ts +11 -0
  676. package/dist/components/ui-smart-location-dropdown.js +1 -0
  677. package/dist/components/ui-smart-stepper.d.ts +11 -0
  678. package/dist/components/ui-smart-stepper.js +1 -0
  679. package/dist/components/ui-snackbar.d.ts +11 -0
  680. package/dist/components/ui-snackbar.js +1 -0
  681. package/dist/components/ui-speed-dial.d.ts +11 -0
  682. package/dist/components/ui-speed-dial.js +1 -0
  683. package/dist/components/ui-speedometer.d.ts +11 -0
  684. package/dist/components/ui-speedometer.js +1 -0
  685. package/dist/components/ui-splitter.d.ts +11 -0
  686. package/dist/components/ui-splitter.js +1 -0
  687. package/dist/components/ui-stack.d.ts +11 -0
  688. package/dist/components/ui-stack.js +1 -0
  689. package/dist/components/ui-step.d.ts +11 -0
  690. package/dist/components/ui-step.js +1 -0
  691. package/dist/components/ui-stepper.d.ts +11 -0
  692. package/dist/components/ui-stepper.js +1 -0
  693. package/dist/components/ui-switch.d.ts +11 -0
  694. package/dist/components/ui-switch.js +1 -0
  695. package/dist/components/ui-tabs.d.ts +11 -0
  696. package/dist/components/ui-tabs.js +1 -0
  697. package/dist/components/ui-tag-group.d.ts +11 -0
  698. package/dist/components/ui-tag-group.js +1 -0
  699. package/dist/components/ui-tag.d.ts +11 -0
  700. package/dist/components/ui-tag.js +1 -0
  701. package/dist/components/ui-timeline.d.ts +11 -0
  702. package/dist/components/ui-timeline.js +1 -0
  703. package/dist/components/ui-timer.d.ts +11 -0
  704. package/dist/components/ui-timer.js +1 -0
  705. package/dist/components/ui-toggle-group.d.ts +11 -0
  706. package/dist/components/ui-toggle-group.js +1 -0
  707. package/dist/components/ui-toolbar.d.ts +11 -0
  708. package/dist/components/ui-toolbar.js +1 -0
  709. package/dist/components/ui-tooltip.d.ts +11 -0
  710. package/dist/components/ui-tooltip.js +1 -0
  711. package/dist/components/ui-top-bar.d.ts +11 -0
  712. package/dist/components/ui-top-bar.js +1 -0
  713. package/dist/components/ui-transfer-list.d.ts +11 -0
  714. package/dist/components/ui-transfer-list.js +1 -0
  715. package/dist/components/ui-tree.d.ts +11 -0
  716. package/dist/components/ui-tree.js +1 -0
  717. package/dist/components/ui-workspace-manager.d.ts +11 -0
  718. package/dist/components/ui-workspace-manager.js +1 -0
  719. package/dist/components/utils.js +1 -0
  720. package/dist/esm/category-section.entry.js +28 -0
  721. package/dist/esm/component-size-C7gf39HE.js +27 -0
  722. package/dist/esm/dom-BMFah5q3.js +262 -0
  723. package/dist/esm/event-bus-vwwmWKs9.js +21 -0
  724. package/dist/esm/exploration-project-tailwind.js +20 -0
  725. package/dist/esm/focus-trap-BSQ8klD4.js +137 -0
  726. package/dist/esm/index-DUsoYu9r.js +2264 -0
  727. package/dist/esm/index.js +256 -0
  728. package/dist/esm/layout-manager.entry.js +614 -0
  729. package/dist/esm/library-card.entry.js +61 -0
  730. package/dist/esm/lm-container_2.entry.js +76 -0
  731. package/dist/esm/lm-panel_3.entry.js +104 -0
  732. package/dist/esm/loader.js +10 -0
  733. package/dist/esm/my-component.entry.js +31 -0
  734. package/dist/esm/my-step.entry.js +27 -0
  735. package/dist/esm/nav-bar.entry.js +245 -0
  736. package/dist/esm/security-D2WzX6vR.js +1545 -0
  737. package/dist/esm/smart-step.entry.js +45 -0
  738. package/dist/esm/timeline-item.entry.js +27 -0
  739. package/dist/esm/ui-accordion_10.entry.js +5722 -0
  740. package/dist/esm/ui-advanced-data-table.entry.js +2682 -0
  741. package/dist/esm/ui-anchor.entry.js +556 -0
  742. package/dist/esm/ui-animate-on-scroll.entry.js +283 -0
  743. package/dist/esm/ui-aside-panel.entry.js +636 -0
  744. package/dist/esm/ui-avatar-group_3.entry.js +630 -0
  745. package/dist/esm/ui-breadcrumb-item.entry.js +54 -0
  746. package/dist/esm/ui-breadcrumb.entry.js +199 -0
  747. package/dist/esm/ui-callout-banner.entry.js +289 -0
  748. package/dist/esm/ui-card.entry.js +409 -0
  749. package/dist/esm/ui-carousel.entry.js +545 -0
  750. package/dist/esm/ui-checkbox-group.entry.js +328 -0
  751. package/dist/esm/ui-checkbox.entry.js +258 -0
  752. package/dist/esm/ui-code-editor.entry.js +959 -0
  753. package/dist/esm/ui-code-preview.entry.js +313 -0
  754. package/dist/esm/ui-color-controller.entry.js +148 -0
  755. package/dist/esm/ui-color-picker.entry.js +656 -0
  756. package/dist/esm/ui-command-palette.entry.js +176 -0
  757. package/dist/esm/ui-dialog-box.entry.js +1806 -0
  758. package/dist/esm/ui-dialog-content.entry.js +29 -0
  759. package/dist/esm/ui-dialog-footer_2.entry.js +190 -0
  760. package/dist/esm/ui-divider.entry.js +479 -0
  761. package/dist/esm/ui-dock-host.entry.js +126 -0
  762. package/dist/esm/ui-dock.entry.js +219 -0
  763. package/dist/esm/ui-drag-drop.entry.js +170 -0
  764. package/dist/esm/ui-dropdown_2.entry.js +1549 -0
  765. package/dist/esm/ui-empty-state.entry.js +396 -0
  766. package/dist/esm/ui-fab-item.entry.js +37 -0
  767. package/dist/esm/ui-fab.entry.js +275 -0
  768. package/dist/esm/ui-file-upload.entry.js +416 -0
  769. package/dist/esm/ui-horizontal-nav.entry.js +133 -0
  770. package/dist/esm/ui-image-button.entry.js +65 -0
  771. package/dist/esm/ui-input-pair.entry.js +42 -0
  772. package/dist/esm/ui-knob.entry.js +445 -0
  773. package/dist/esm/ui-library.entry.js +132 -0
  774. package/dist/esm/ui-list-group_2.entry.js +583 -0
  775. package/dist/esm/ui-list.entry.js +730 -0
  776. package/dist/esm/ui-masonry.entry.js +476 -0
  777. package/dist/esm/ui-meter-group.entry.js +171 -0
  778. package/dist/esm/ui-navigation-item.entry.js +102 -0
  779. package/dist/esm/ui-number-input.entry.js +189 -0
  780. package/dist/esm/ui-otp-input.entry.js +244 -0
  781. package/dist/esm/ui-pagination_3.entry.js +1617 -0
  782. package/dist/esm/ui-panel.entry.js +612 -0
  783. package/dist/esm/ui-pattern-input.entry.js +276 -0
  784. package/dist/esm/ui-popover.entry.js +515 -0
  785. package/dist/esm/ui-progress.entry.js +514 -0
  786. package/dist/esm/ui-radio-group.entry.js +203 -0
  787. package/dist/esm/ui-radio.entry.js +204 -0
  788. package/dist/esm/ui-range-slider.entry.js +635 -0
  789. package/dist/esm/ui-resizable-panel.entry.js +482 -0
  790. package/dist/esm/ui-scroll-top.entry.js +457 -0
  791. package/dist/esm/ui-smart-context-menu.entry.js +374 -0
  792. package/dist/esm/ui-smart-location-dropdown.entry.js +563 -0
  793. package/dist/esm/ui-smart-stepper.entry.js +135 -0
  794. package/dist/esm/ui-snackbar.entry.js +861 -0
  795. package/dist/esm/ui-speed-dial.entry.js +518 -0
  796. package/dist/esm/ui-speedometer.entry.js +426 -0
  797. package/dist/esm/ui-splitter.entry.js +280 -0
  798. package/dist/esm/ui-step.entry.js +28 -0
  799. package/dist/esm/ui-stepper.entry.js +638 -0
  800. package/dist/esm/ui-switch.entry.js +403 -0
  801. package/dist/esm/ui-tabs.entry.js +701 -0
  802. package/dist/esm/ui-tag.entry.js +297 -0
  803. package/dist/esm/ui-timeline.entry.js +265 -0
  804. package/dist/esm/ui-timer.entry.js +500 -0
  805. package/dist/esm/ui-toolbar.entry.js +617 -0
  806. package/dist/esm/ui-tooltip.entry.js +695 -0
  807. package/dist/esm/ui-top-bar.entry.js +119 -0
  808. package/dist/esm/ui-transfer-list.entry.js +590 -0
  809. package/dist/esm/ui-tree.entry.js +872 -0
  810. package/dist/esm/ui-workspace-manager.entry.js +1199 -0
  811. package/dist/esm/utils-Ck6jDuhz.js +23 -0
  812. package/dist/exploration-project-tailwind/exploration-project-tailwind.css +1 -0
  813. package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -0
  814. package/dist/exploration-project-tailwind/index.esm.js +1 -0
  815. package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +1 -0
  816. package/dist/exploration-project-tailwind/p-049744f9.entry.js +1 -0
  817. package/dist/exploration-project-tailwind/p-06f0c679.entry.js +1 -0
  818. package/dist/exploration-project-tailwind/p-0b004861.entry.js +1 -0
  819. package/dist/exploration-project-tailwind/p-0d31c9e9.entry.js +1 -0
  820. package/dist/exploration-project-tailwind/p-148e81df.entry.js +1 -0
  821. package/dist/exploration-project-tailwind/p-200241f8.entry.js +1 -0
  822. package/dist/exploration-project-tailwind/p-287dbf09.entry.js +1 -0
  823. package/dist/exploration-project-tailwind/p-2d273118.entry.js +1 -0
  824. package/dist/exploration-project-tailwind/p-2f1aebb3.entry.js +1 -0
  825. package/dist/exploration-project-tailwind/p-2f961934.entry.js +1 -0
  826. package/dist/exploration-project-tailwind/p-35296877.entry.js +1 -0
  827. package/dist/exploration-project-tailwind/p-36861546.entry.js +1 -0
  828. package/dist/exploration-project-tailwind/p-3d3d48fd.entry.js +1 -0
  829. package/dist/exploration-project-tailwind/p-41cd6bf0.entry.js +1 -0
  830. package/dist/exploration-project-tailwind/p-45482d86.entry.js +1 -0
  831. package/dist/exploration-project-tailwind/p-46596a28.entry.js +1 -0
  832. package/dist/exploration-project-tailwind/p-46efdea3.entry.js +1 -0
  833. package/dist/exploration-project-tailwind/p-47e2a7ee.entry.js +1 -0
  834. package/dist/exploration-project-tailwind/p-4d73c143.entry.js +1 -0
  835. package/dist/exploration-project-tailwind/p-4de419d5.entry.js +1 -0
  836. package/dist/exploration-project-tailwind/p-4f6bba75.entry.js +1 -0
  837. package/dist/exploration-project-tailwind/p-5508874f.entry.js +1 -0
  838. package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +1 -0
  839. package/dist/exploration-project-tailwind/p-5e3e80ae.entry.js +1 -0
  840. package/dist/exploration-project-tailwind/p-61717490.entry.js +1 -0
  841. package/dist/exploration-project-tailwind/p-62352ef2.entry.js +1 -0
  842. package/dist/exploration-project-tailwind/p-64e3a484.entry.js +1 -0
  843. package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +1 -0
  844. package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +1 -0
  845. package/dist/exploration-project-tailwind/p-6fa9dc15.entry.js +1 -0
  846. package/dist/exploration-project-tailwind/p-70d82d79.entry.js +1 -0
  847. package/dist/exploration-project-tailwind/p-717dad1f.entry.js +1 -0
  848. package/dist/exploration-project-tailwind/p-7376ac95.entry.js +1 -0
  849. package/dist/exploration-project-tailwind/p-73d29a4a.entry.js +1 -0
  850. package/dist/exploration-project-tailwind/p-7515b1e3.entry.js +1 -0
  851. package/dist/exploration-project-tailwind/p-77124686.entry.js +1 -0
  852. package/dist/exploration-project-tailwind/p-77a21491.entry.js +1 -0
  853. package/dist/exploration-project-tailwind/p-77cc333a.entry.js +1 -0
  854. package/dist/exploration-project-tailwind/p-7f91d949.entry.js +1 -0
  855. package/dist/exploration-project-tailwind/p-807c6555.entry.js +1 -0
  856. package/dist/exploration-project-tailwind/p-81961fb1.entry.js +1 -0
  857. package/dist/exploration-project-tailwind/p-85bf89fd.entry.js +1 -0
  858. package/dist/exploration-project-tailwind/p-85e36111.entry.js +1 -0
  859. package/dist/exploration-project-tailwind/p-875be805.entry.js +1 -0
  860. package/dist/exploration-project-tailwind/p-898dd0fa.entry.js +1 -0
  861. package/dist/exploration-project-tailwind/p-8d951aef.entry.js +1 -0
  862. package/dist/exploration-project-tailwind/p-9d0c8760.entry.js +1 -0
  863. package/dist/exploration-project-tailwind/p-9fa70359.entry.js +1 -0
  864. package/dist/exploration-project-tailwind/p-9fc06ff0.entry.js +1 -0
  865. package/dist/exploration-project-tailwind/p-BMFah5q3.js +1 -0
  866. package/dist/exploration-project-tailwind/p-BSQ8klD4.js +1 -0
  867. package/dist/exploration-project-tailwind/p-C7gf39HE.js +1 -0
  868. package/dist/exploration-project-tailwind/p-Ck6jDuhz.js +1 -0
  869. package/dist/exploration-project-tailwind/p-D2WzX6vR.js +2 -0
  870. package/dist/exploration-project-tailwind/p-DUsoYu9r.js +2 -0
  871. package/dist/exploration-project-tailwind/p-a1ad32a2.entry.js +1 -0
  872. package/dist/exploration-project-tailwind/p-a3f465d9.entry.js +1 -0
  873. package/dist/exploration-project-tailwind/p-a42fdc33.entry.js +1 -0
  874. package/dist/exploration-project-tailwind/p-a4f52a76.entry.js +1 -0
  875. package/dist/exploration-project-tailwind/p-aa85ff78.entry.js +1 -0
  876. package/dist/exploration-project-tailwind/p-ab752761.entry.js +1 -0
  877. package/dist/exploration-project-tailwind/p-ba21fed3.entry.js +1 -0
  878. package/dist/exploration-project-tailwind/p-c174a372.entry.js +1 -0
  879. package/dist/exploration-project-tailwind/p-c2ca71ac.entry.js +1 -0
  880. package/dist/exploration-project-tailwind/p-c4ba7e52.entry.js +1 -0
  881. package/dist/exploration-project-tailwind/p-c5ddc817.entry.js +1 -0
  882. package/dist/exploration-project-tailwind/p-c69dd43e.entry.js +1 -0
  883. package/dist/exploration-project-tailwind/p-c6fd72e1.entry.js +1 -0
  884. package/dist/exploration-project-tailwind/p-c7e87fbb.entry.js +1 -0
  885. package/dist/exploration-project-tailwind/p-c87aeab6.entry.js +1 -0
  886. package/dist/exploration-project-tailwind/p-c90722ec.entry.js +1 -0
  887. package/dist/exploration-project-tailwind/p-ccb5c737.entry.js +1 -0
  888. package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +1 -0
  889. package/dist/exploration-project-tailwind/p-d16c9635.entry.js +1 -0
  890. package/dist/exploration-project-tailwind/p-d2308a00.entry.js +1 -0
  891. package/dist/exploration-project-tailwind/p-d30e24bd.entry.js +1 -0
  892. package/dist/exploration-project-tailwind/p-d419eaf0.entry.js +1 -0
  893. package/dist/exploration-project-tailwind/p-debede45.entry.js +1 -0
  894. package/dist/exploration-project-tailwind/p-e5322e59.entry.js +1 -0
  895. package/dist/exploration-project-tailwind/p-e8ba0c95.entry.js +1 -0
  896. package/dist/exploration-project-tailwind/p-e90d5307.entry.js +1 -0
  897. package/dist/exploration-project-tailwind/p-ea51c5d8.entry.js +1 -0
  898. package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +1 -0
  899. package/dist/exploration-project-tailwind/p-f0830120.entry.js +1 -0
  900. package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +1 -0
  901. package/dist/exploration-project-tailwind/p-f5719913.entry.js +1 -0
  902. package/dist/exploration-project-tailwind/p-ffb1754a.entry.js +1 -0
  903. package/dist/exploration-project-tailwind/p-vwwmWKs9.js +1 -0
  904. package/dist/index.cjs.js +1 -0
  905. package/dist/index.js +1 -0
  906. package/dist/types/components/accordion/accordion.d.ts +352 -0
  907. package/dist/types/components/accordion/types.d.ts +69 -0
  908. package/dist/types/components/advanced-data-table/advanced-data-table.d.ts +697 -0
  909. package/dist/types/components/advanced-data-table/types.d.ts +120 -0
  910. package/dist/types/components/anchor/anchor.d.ts +133 -0
  911. package/dist/types/components/anchor/types.d.ts +17 -0
  912. package/dist/types/components/animate-on-scroll/animate-on-scroll.d.ts +101 -0
  913. package/dist/types/components/aside-panel/aside-panel.d.ts +249 -0
  914. package/dist/types/components/avatar/avatar.d.ts +201 -0
  915. package/dist/types/components/avatar/types.d.ts +132 -0
  916. package/dist/types/components/avatar-group/avatar-group.d.ts +52 -0
  917. package/dist/types/components/avatar-group/types.d.ts +31 -0
  918. package/dist/types/components/badge/badge.d.ts +109 -0
  919. package/dist/types/components/badge/types.d.ts +6 -0
  920. package/dist/types/components/breadcrumb/breadcrumb-item.d.ts +36 -0
  921. package/dist/types/components/breadcrumb/breadcrumb.d.ts +73 -0
  922. package/dist/types/components/breadcrumb/types.d.ts +5 -0
  923. package/dist/types/components/button/button.d.ts +133 -0
  924. package/dist/types/components/button/types.d.ts +1 -0
  925. package/dist/types/components/button-toggle/button-toggle.d.ts +64 -0
  926. package/dist/types/components/button-toggle-group/button-toggle-group.d.ts +141 -0
  927. package/dist/types/components/button-toggle-group/types.d.ts +7 -0
  928. package/dist/types/components/callout-banner/callout-banner.d.ts +115 -0
  929. package/dist/types/components/callout-banner/types.d.ts +7 -0
  930. package/dist/types/components/card/card.d.ts +160 -0
  931. package/dist/types/components/card/types.d.ts +13 -0
  932. package/dist/types/components/carousel/carousel.d.ts +150 -0
  933. package/dist/types/components/carousel/types.d.ts +8 -0
  934. package/dist/types/components/checkbox/checkbox.d.ts +92 -0
  935. package/dist/types/components/checkbox/types.d.ts +5 -0
  936. package/dist/types/components/checkbox-group/checkbox-group.d.ts +87 -0
  937. package/dist/types/components/checkbox-group/types.d.ts +8 -0
  938. package/dist/types/components/code-editor/code-editor.d.ts +147 -0
  939. package/dist/types/components/code-editor/types.d.ts +20 -0
  940. package/dist/types/components/code-preview/types.d.ts +5 -0
  941. package/dist/types/components/code-preview/ui-code-preview.d.ts +69 -0
  942. package/dist/types/components/color-controller/color-controller.d.ts +24 -0
  943. package/dist/types/components/color-picker/color-picker.d.ts +116 -0
  944. package/dist/types/components/color-picker/types.d.ts +24 -0
  945. package/dist/types/components/command-palette/command-palette.d.ts +41 -0
  946. package/dist/types/components/command-palette/types.d.ts +7 -0
  947. package/dist/types/components/context-menu/context-menu.d.ts +135 -0
  948. package/dist/types/components/context-menu/types.d.ts +20 -0
  949. package/dist/types/components/dialog-box/dialog-box.d.ts +648 -0
  950. package/dist/types/components/dialog-box/types.d.ts +1 -0
  951. package/dist/types/components/dialog-content/dialog-content.d.ts +9 -0
  952. package/dist/types/components/dialog-footer/dialog-footer.d.ts +9 -0
  953. package/dist/types/components/dialog-footer/types.d.ts +1 -0
  954. package/dist/types/components/dialog-header/dialog-header.d.ts +102 -0
  955. package/dist/types/components/dialog-header/types.d.ts +2 -0
  956. package/dist/types/components/divider/divider.d.ts +245 -0
  957. package/dist/types/components/divider/types.d.ts +14 -0
  958. package/dist/types/components/dock/dock.d.ts +37 -0
  959. package/dist/types/components/dock/types.d.ts +11 -0
  960. package/dist/types/components/dock-host/index.d.ts +1 -0
  961. package/dist/types/components/dock-host/types.d.ts +1 -0
  962. package/dist/types/components/dock-host/ui-dock-host.d.ts +23 -0
  963. package/dist/types/components/drag-drop/drag-drop.d.ts +52 -0
  964. package/dist/types/components/drag-drop/types.d.ts +9 -0
  965. package/dist/types/components/dropdown/dropdown.d.ts +264 -0
  966. package/dist/types/components/dropdown/types.d.ts +19 -0
  967. package/dist/types/components/empty-state/empty-state.d.ts +74 -0
  968. package/dist/types/components/empty-state/types.d.ts +13 -0
  969. package/dist/types/components/fab/fab.d.ts +73 -0
  970. package/dist/types/components/fab-item/fab-item.d.ts +14 -0
  971. package/dist/types/components/fab-item/types.d.ts +3 -0
  972. package/dist/types/components/file-upload/file-upload.d.ts +91 -0
  973. package/dist/types/components/file-upload/types.d.ts +15 -0
  974. package/dist/types/components/horizontal-nav/horizontal-nav.d.ts +68 -0
  975. package/dist/types/components/icon/icon.d.ts +66 -0
  976. package/dist/types/components/image-button/image-button.d.ts +31 -0
  977. package/dist/types/components/image-button/types.d.ts +1 -0
  978. package/dist/types/components/input/input.d.ts +217 -0
  979. package/dist/types/components/input/types.d.ts +6 -0
  980. package/dist/types/components/input-pair/input-pair.d.ts +28 -0
  981. package/dist/types/components/knob/knob.d.ts +147 -0
  982. package/dist/types/components/knob/types.d.ts +4 -0
  983. package/dist/types/components/layout-manager/layout-manager.d.ts +32 -0
  984. package/dist/types/components/layout-manager/lm-container/lm-container.d.ts +7 -0
  985. package/dist/types/components/layout-manager/lm-floating-window/lm-floating-window.d.ts +6 -0
  986. package/dist/types/components/layout-manager/lm-panel/lm-panel.d.ts +7 -0
  987. package/dist/types/components/layout-manager/lm-splitter/lm-splitter.d.ts +12 -0
  988. package/dist/types/components/layout-manager/lm-tabs/lm-tabs.d.ts +12 -0
  989. package/dist/types/components/layout-manager/types.d.ts +1 -0
  990. package/dist/types/components/library/category-section.d.ts +15 -0
  991. package/dist/types/components/library/data.d.ts +11 -0
  992. package/dist/types/components/library/library-card.d.ts +19 -0
  993. package/dist/types/components/library/library.d.ts +9 -0
  994. package/dist/types/components/list/list.d.ts +183 -0
  995. package/dist/types/components/list-group/list-group.d.ts +28 -0
  996. package/dist/types/components/list-item/list-item.d.ts +200 -0
  997. package/dist/types/components/masonry/masonry.d.ts +105 -0
  998. package/dist/types/components/masonry/types.d.ts +5 -0
  999. package/dist/types/components/meter-group/meter-group.d.ts +66 -0
  1000. package/dist/types/components/meter-group/types.d.ts +12 -0
  1001. package/dist/types/components/my-component/my-component.d.ts +16 -0
  1002. package/dist/types/components/my-step/index.d.ts +12 -0
  1003. package/dist/types/components/my-step/my-step.d.ts +13 -0
  1004. package/dist/types/components/nav-bar/nav-bar.d.ts +119 -0
  1005. package/dist/types/components/number-input/number-input.d.ts +72 -0
  1006. package/dist/types/components/otp-input/otp-input.d.ts +64 -0
  1007. package/dist/types/components/otp-input/types.d.ts +3 -0
  1008. package/dist/types/components/pagination/pagination.d.ts +295 -0
  1009. package/dist/types/components/pagination/types.d.ts +1 -0
  1010. package/dist/types/components/panel/panel.d.ts +275 -0
  1011. package/dist/types/components/panel/types.d.ts +7 -0
  1012. package/dist/types/components/pattern-input/pattern-input.d.ts +88 -0
  1013. package/dist/types/components/popover/popover.d.ts +161 -0
  1014. package/dist/types/components/popover/types.d.ts +3 -0
  1015. package/dist/types/components/progress/progress.d.ts +224 -0
  1016. package/dist/types/components/progress/types.d.ts +6 -0
  1017. package/dist/types/components/radio/radio.d.ts +87 -0
  1018. package/dist/types/components/radio/types.d.ts +7 -0
  1019. package/dist/types/components/radio-group/radio-group.d.ts +74 -0
  1020. package/dist/types/components/radio-group/types.d.ts +2 -0
  1021. package/dist/types/components/range-slider/range-slider.d.ts +201 -0
  1022. package/dist/types/components/range-slider/types.d.ts +4 -0
  1023. package/dist/types/components/rating/rating.d.ts +127 -0
  1024. package/dist/types/components/rating/types.d.ts +1 -0
  1025. package/dist/types/components/resizable-panel/resizable-panel.d.ts +59 -0
  1026. package/dist/types/components/resizable-panel/types.d.ts +11 -0
  1027. package/dist/types/components/scroll-top/scroll-top.d.ts +186 -0
  1028. package/dist/types/components/scroll-top/types.d.ts +1 -0
  1029. package/dist/types/components/skeleton/skeleton-loader.d.ts +149 -0
  1030. package/dist/types/components/skeleton/types.d.ts +1 -0
  1031. package/dist/types/components/smart-location-dropdown/smart-location-dropdown.d.ts +119 -0
  1032. package/dist/types/components/smart-location-dropdown/types.d.ts +37 -0
  1033. package/dist/types/components/smart-menu/menu-item.interface.d.ts +10 -0
  1034. package/dist/types/components/smart-menu/smart-menu.d.ts +64 -0
  1035. package/dist/types/components/smart-stepper/smart-step.d.ts +29 -0
  1036. package/dist/types/components/smart-stepper/smart-stepper.d.ts +53 -0
  1037. package/dist/types/components/snackbar/snackbar.d.ts +223 -0
  1038. package/dist/types/components/snackbar/types.d.ts +104 -0
  1039. package/dist/types/components/speed-dial/speed-dial.d.ts +171 -0
  1040. package/dist/types/components/speed-dial/types.d.ts +11 -0
  1041. package/dist/types/components/speedometer/speedometer.d.ts +125 -0
  1042. package/dist/types/components/speedometer/types.d.ts +8 -0
  1043. package/dist/types/components/splitter/splitter.d.ts +63 -0
  1044. package/dist/types/components/splitter/types.d.ts +9 -0
  1045. package/dist/types/components/stack/stack.d.ts +34 -0
  1046. package/dist/types/components/stack/types.d.ts +3 -0
  1047. package/dist/types/components/step/step.d.ts +16 -0
  1048. package/dist/types/components/step/types.d.ts +1 -0
  1049. package/dist/types/components/stepper/stepper.d.ts +218 -0
  1050. package/dist/types/components/stepper/types.d.ts +39 -0
  1051. package/dist/types/components/switch/switch.d.ts +162 -0
  1052. package/dist/types/components/tabs/tabs.d.ts +182 -0
  1053. package/dist/types/components/tabs/types.d.ts +17 -0
  1054. package/dist/types/components/tag/tag.d.ts +172 -0
  1055. package/dist/types/components/tag/types.d.ts +4 -0
  1056. package/dist/types/components/tag-group/tag-group.d.ts +107 -0
  1057. package/dist/types/components/tag-group/types.d.ts +2 -0
  1058. package/dist/types/components/timeline/timeline.d.ts +73 -0
  1059. package/dist/types/components/timeline/types.d.ts +28 -0
  1060. package/dist/types/components/timeline/ui-timeline.stories.d.ts +9 -0
  1061. package/dist/types/components/timeline-item/timeline-item.d.ts +15 -0
  1062. package/dist/types/components/timer/timer.d.ts +123 -0
  1063. package/dist/types/components/timer/types.d.ts +18 -0
  1064. package/dist/types/components/timer/ui-timer.stories.d.ts +9 -0
  1065. package/dist/types/components/toggle-group/toggle-group.d.ts +136 -0
  1066. package/dist/types/components/toggle-group/types.d.ts +5 -0
  1067. package/dist/types/components/toolbar/toolbar-types.d.ts +189 -0
  1068. package/dist/types/components/toolbar/toolbar.d.ts +150 -0
  1069. package/dist/types/components/tooltip/tooltip.d.ts +166 -0
  1070. package/dist/types/components/tooltip/types.d.ts +3 -0
  1071. package/dist/types/components/top-bar/top-bar.d.ts +76 -0
  1072. package/dist/types/components/transfer-list/transfer-list.d.ts +137 -0
  1073. package/dist/types/components/transfer-list/types.d.ts +13 -0
  1074. package/dist/types/components/tree/tree.d.ts +180 -0
  1075. package/dist/types/components/tree/types.d.ts +76 -0
  1076. package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-bar.d.ts +108 -0
  1077. package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-types.d.ts +17 -0
  1078. package/dist/types/components/ui-navigation-bar/navigation-item.d.ts +26 -0
  1079. package/dist/types/components/ui-navigation-bar/navigation-types.d.ts +19 -0
  1080. package/dist/types/components/workspace-manager/types.d.ts +48 -0
  1081. package/dist/types/components/workspace-manager/workspace-manager.d.ts +211 -0
  1082. package/dist/types/components.d.ts +29634 -0
  1083. package/dist/types/index.d.ts +21 -0
  1084. package/dist/types/service/drag-manager.d.ts +8 -0
  1085. package/dist/types/service/event-bus.d.ts +9 -0
  1086. package/dist/types/service/serialization.d.ts +5 -0
  1087. package/dist/types/service/state-engine.d.ts +25 -0
  1088. package/dist/types/service/theme-switcher.d.ts +46 -0
  1089. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  1090. package/dist/types/types/animation.type.d.ts +96 -0
  1091. package/dist/types/types/common.d.ts +52 -0
  1092. package/dist/types/types/common.type.d.ts +608 -0
  1093. package/dist/types/types/index.d.ts +37 -0
  1094. package/dist/types/types/text.type.d.ts +32 -0
  1095. package/dist/types/utils/aria-live.d.ts +20 -0
  1096. package/dist/types/utils/component-size.d.ts +2 -0
  1097. package/dist/types/utils/dom.d.ts +58 -0
  1098. package/dist/types/utils/focus-trap.d.ts +35 -0
  1099. package/dist/types/utils/security.d.ts +5 -0
  1100. package/dist/types/utils/test/setup-component-test-env.d.ts +14 -0
  1101. package/dist/types/utils/utils.d.ts +7 -0
  1102. package/dist/types/utils/validation.d.ts +43 -0
  1103. package/loader/cdn.js +1 -0
  1104. package/loader/index.cjs.js +1 -0
  1105. package/loader/index.d.ts +24 -0
  1106. package/loader/index.es2017.js +1 -0
  1107. package/loader/index.js +2 -0
  1108. package/package.json +77 -0
@@ -0,0 +1 @@
1
+ import{r as a,c as e,a as i,h as r,H as t}from"./p-DUsoYu9r.js";import{s as o}from"./p-D2WzX6vR.js";import{c as n,g as s,b as c}from"./p-BMFah5q3.js";const l=class{constructor(i){a(this,i),this.layoutChange=e(this,"layoutChange"),this.panelAdded=e(this,"panelAdded"),this.panelRemoved=e(this,"panelRemoved"),this.panelMoved=e(this,"panelMoved"),this.panelPoppedOut=e(this,"panelPoppedOut"),this.panelDocked=e(this,"panelDocked"),this.panelMaximized=e(this,"panelMaximized"),this.panelRestored=e(this,"panelRestored"),this.regionAdded=e(this,"regionAdded"),this.regionRemoved=e(this,"regionRemoved")}get el(){return i(this)}regions=[];handleRegionsChange(){this.initRegions(),this.root={...this.root},this.layoutVersion++}direction="horizontal";saveState=!0;stateKey="layout-manager-state";root;panelsById={};popouts={};maximizedPanel;preMaximizeState;draggingPanel;draggingPopout;layoutVersion=0;contextMenu;tabActionsMenu;floatingDropdown;openDropdowns={};openActionsMenu={};regionsNeedingScroll={};minimizedRegions={};dragOverTarget;floatingDropdownTrigger;tabActionsMenuTrigger;layoutChange;panelAdded;panelRemoved;panelMoved;panelPoppedOut;panelDocked;panelMaximized;panelRestored;regionAdded;regionRemoved;async getLayoutState(){return{root:this.root,panels:this.panelsById}}async clearAllRegions(){await this.closeAllPanels(),this.panelsById={},this.popouts={},this.maximizedPanel=void 0,this.draggingPanel=void 0,this.draggingPopout=void 0,this.contextMenu=void 0,this.tabActionsMenu=void 0,this.openDropdowns={},this.openActionsMenu={},this.root={id:"__root__",title:"Root",direction:this.direction,children:[],panels:[]},this.floatingDropdownTrigger=void 0,this.tabActionsMenuTrigger=void 0,this.emitLayoutChange()}handleScroll(){(this.floatingDropdown||this.tabActionsMenu)&&this.recalculateMenuPositions()}recalculateMenuPositions(){requestAnimationFrame((()=>{if(this.floatingDropdown&&this.floatingDropdownTrigger){const a=n(this.floatingDropdownTrigger,{menuWidth:200,menuHeight:300,gap:4,align:"end"});this.floatingDropdown={...this.floatingDropdown,x:a.left??0,y:a.top??0}}if(this.tabActionsMenu&&this.tabActionsMenuTrigger){const a=n(this.tabActionsMenuTrigger,{menuWidth:180,menuHeight:200,gap:4,align:"end"});this.tabActionsMenu={...this.tabActionsMenu,x:a.left??0,y:a.top??0}}}))}componentWillLoad(){this.saveState&&this.loadState(),(!this.root||0===this.root.children?.length&&0===this.root.panels?.length)&&this.initRegions(),document.addEventListener("click",this.handleDocumentClick)}disconnectedCallback(){document.removeEventListener("click",this.handleDocumentClick)}handleDocumentClick=a=>{const e=a.target;e.closest(".lm-panel-dropdown-wrapper")||Object.values(this.openDropdowns).some((a=>a))&&(this.openDropdowns={}),e.closest(".lm-actions-menu-wrapper")||Object.values(this.openActionsMenu).some((a=>a))&&(this.openActionsMenu={})};parseRegions(){return(("string"==typeof this.regions?JSON.parse(this.regions):this.regions)||[]).map((a=>({id:a.id,title:a.title,size:a.size??25,minSize:a.minSize,maxSize:a.maxSize,collapsible:a.collapsible??!1})))}initRegions(){const a=this.parseRegions(),e=a.reduce(((a,e)=>a+(e.size||0)),0)||100,i=a.map((i=>({...i,size:(i.size||100/a.length)/e*100,panels:[],activePanelId:void 0})));this.root={id:"__root__",title:"Root",size:100,panels:[],children:i,direction:this.direction}}async addPanel(a){const e=a.id||`panel-${Date.now()}-${Math.floor(1e3*Math.random())}`,i=this.findRegionNode(a.regionId)?.node;if(!i)throw new Error(`Region not found: ${a.regionId}`);if("content-only"===i.type&&i.panels&&i.panels.length>0)return i.panels[0];const r={id:e,title:a.title,regionId:i.id,closable:!1!==a.closable,icon:a.icon,iconLibrary:a.iconLibrary,allowPopout:!1!==a.allowPopout,element:a.element,html:a.html};return this.panelsById={...this.panelsById,[e]:r},i.panels=[...i.panels||[],e],i.activePanelId=e,this.root={...this.root},this.panelAdded.emit(r),this.emitLayoutChange(),e}async removePanel(a){const e=this.panelsById[a];if(!e)return;if(e.pinned)return;this.maximizedPanel===a&&(this.maximizedPanel=void 0,this.preMaximizeState=void 0);const i=this.findRegionNode(e.regionId)?.node;i&&(i.panels=(i.panels||[]).filter((e=>e!==a)),i.activePanelId===a&&(i.activePanelId=i.panels[(i.panels||[]).length-1]||void 0));const{[a]:r,...t}=this.panelsById;this.panelsById=t;const{[a]:o,...n}=this.popouts;this.popouts=n,this.root={...this.root},this.panelRemoved.emit({panelId:a,regionId:i?.id||""}),this.emitLayoutChange()}async movePanel(a,e,i){const r=this.panelsById[a];if(!r)throw new Error(`Panel not found: ${a}`);const t=this.findRegionNode(r.regionId)?.node,o=this.findRegionNode(e)?.node;if(!o)throw new Error(`Target region not found: ${e}`);t&&(t.panels=(t.panels||[]).filter((e=>e!==a)),t.activePanelId===a&&(t.activePanelId=t.panels[(t.panels||[]).length-1]||void 0)),r.regionId=o.id;const n=[...o.panels||[]];void 0===i||i<0||i>n.length?n.push(a):n.splice(i,0,a),o.panels=n,o.activePanelId=a,this.panelsById={...this.panelsById},this.root={...this.root},this.panelMoved.emit({panelId:a,from:t?.id||"",to:o.id}),this.emitLayoutChange()}async popoutPanel(a,e){const i=this.panelsById[a];if(!i)throw new Error(`Panel not found: ${a}`);const r=this.findRegionNode(i.regionId)?.node;r&&(r.panels=(r.panels||[]).filter((e=>e!==a)),r.activePanelId===a&&(r.activePanelId=r.panels[(r.panels||[]).length-1]||void 0)),this.popouts={...this.popouts,[a]:{x:e?.x??100,y:e?.y??100,width:e?.width??400,height:e?.height??300}},this.root={...this.root},this.panelPoppedOut.emit({panelId:a}),this.emitLayoutChange()}async dockPanel(a,e,i){if(!this.popouts[a])return;const{[a]:r,...t}=this.popouts;this.popouts=t,await this.movePanel(a,e,i),this.panelDocked.emit({panelId:a,regionId:e})}async splitRegion(a,e="horizontal"){const i=this.findRegionNode(a);if(!i)throw new Error(`Region not found: ${a}`);const{node:r}=i;if(r.children&&r.children.length)return;const t={id:`${a}-a`,title:r.title,size:50,panels:[],activePanelId:void 0},o={id:`${a}-b`,title:r.title,size:50,panels:[],activePanelId:void 0};r.panels?.length&&(t.panels=[...r.panels],t.activePanelId=r.activePanelId,r.panels=[],r.activePanelId=void 0),r.children=[t,o],r.direction=e,this.root={...this.root},this.emitLayoutChange()}async maximizePanel(a){if(!this.panelsById[a])throw new Error(`Panel not found: ${a}`);this.preMaximizeState={root:JSON.parse(JSON.stringify(this.root)),panelsById:JSON.parse(JSON.stringify(this.panelsById))},this.maximizedPanel=a,this.panelMaximized.emit({panelId:a})}async restorePanel(){if(!this.maximizedPanel)return;const a=this.maximizedPanel;this.preMaximizeState&&(this.preMaximizeState.root&&this.preMaximizeState.panelsById&&(this.root=this.preMaximizeState.root,this.panelsById=this.preMaximizeState.panelsById,this.root={...this.root},this.panelsById={...this.panelsById},this.layoutVersion++),this.preMaximizeState=void 0),this.maximizedPanel=void 0,this.panelRestored.emit({panelId:a}),this.emitLayoutChange()}async closeAllPanels(a){if(a){const e=this.findRegionNode(a);if(!e||!e.node.panels)return;const i=[...e.node.panels];for(const a of i)await this.removePanel(a)}else{const a=Object.keys(this.panelsById);for(const e of a)await this.removePanel(e)}}async mergeRegion(a){const e=this.findRegionNode(a);if(!e)return;const{node:i}=e;if(!i.children||!i.children.length)return;const r=i.children[0];i.panels=[...r.panels||[]],i.activePanelId=r.activePanelId,i.children=void 0,i.direction=void 0,this.root={...this.root},this.emitLayoutChange()}async createRegion(a){if(this.findRegionNode(a.id))return;const e=this.root.children||[],i=e.reduce(((a,e)=>a+(e.size||0)),0)||100,r=a.size??100/(e.length+1),t=r/(i+r)*100,o=e.map((a=>({...a,size:(a.size||0)*(i/(i+r))})));this.root.children=[...o,{id:a.id,title:a.title,size:t,minSize:a.minSize,maxSize:a.maxSize,collapsible:a.collapsible??!1,panels:[],activePanelId:void 0}],this.emitLayoutChange()}async addRegion(a){this.root&&this.root.children||(this.root={id:"__root__",title:"Root",direction:this.direction,children:[],panels:[]});const e=a.id||`region-${Date.now()}`,i=a.title||`Region ${this.root.children.length+1}`,r=a.position||"end",t=a.type||"default";if(this.findRegionNode(e))throw new Error(`Region with id '${e}' already exists`);const o={id:e,title:i,size:a.size||100/(this.root.children.length+1),panels:[],activePanelId:void 0,type:t};if(this.root.children="start"===r?[o,...this.root.children]:[...this.root.children,o],!a.skipNormalization){const a=this.root.children.reduce(((a,e)=>a+(e.size||0)),0);this.root.children=this.root.children.map((e=>({...e,size:(e.size||0)/a*100})))}return this.root={...this.root},this.emitLayoutChange(),this.regionAdded.emit({regionId:e,title:i}),e}async normalizeRegionSizes(){if(!this.root||!this.root.children)return;const a=this.root.children.reduce(((a,e)=>a+(e.size||0)),0);0!==a&&(this.root.children=this.root.children.map((e=>({...e,size:(e.size||0)/a*100}))),this.root={...this.root},this.emitLayoutChange())}async removeRegion(a){const e=this.findRegionNode(a);if(!e)return;const{parent:i}=e;if(!i||!i.children)return;const r=i.children.findIndex((e=>e.id===a)),t=i.children[r],o=i.children[r-1]||i.children[r+1];i.children=i.children.filter((e=>e.id!==a)),o&&t&&t.panels?.length&&(o.panels=[...o.panels||[],...t.panels],o.activePanelId=o.activePanelId||t.activePanelId||(o.panels||[])[(o.panels||[]).length-1]);const n=i.children,s=n.reduce(((a,e)=>a+(e.size||0)),0)||100;i.children=n.map((a=>({...a,size:(a.size||0)/s*100}))),this.root={...this.root},this.emitLayoutChange(),this.regionRemoved.emit({regionId:a})}onPanelPopout(a){this.popoutPanel(a.detail.panelId)}onPanelSelect(a){const e=this.findRegionNode(a.detail.regionId)?.node;e&&(e.activePanelId=a.detail.panelId,this.root={...this.root},this.emitLayoutChange())}emitLayoutChange(){const a=[],e=i=>{i.children&&i.children.length?i.children.forEach(e):a.push(i)};e(this.root),this.layoutChange.emit({regions:a}),this.saveState&&this.saveStateToStorage()}saveStateToStorage(){try{const a=Object.fromEntries(Object.entries(this.panelsById).map((([a,e])=>{const{element:i,...r}=e;return[a,r]})));localStorage.setItem(this.stateKey,JSON.stringify({root:this.root,panelsById:a,minimizedRegions:this.minimizedRegions}))}catch(a){console.error("[WorkspaceManager] Failed to save state",a)}}loadState(){try{const a=localStorage.getItem(this.stateKey);if(a){const e=JSON.parse(a);this.root=e.root,this.panelsById=e.panelsById,this.minimizedRegions=e.minimizedRegions||{}}}catch(a){console.error("[WorkspaceManager] Failed to load state",a)}}findRegionNode(a){let e;const i=(r,t)=>{r.id!==a?r.children&&r.children.forEach((a=>i(a,r))):e={node:r,parent:t}};return i(this.root),e}scrollTabs(a,e){const i=document.querySelector(`[data-region-id="${a}"] .lm-tabs`);i&&i.scrollBy({left:"left"===e?-200:200,behavior:"smooth"})}togglePanelDropdown(a,e){e?.stopPropagation();const i=!this.openDropdowns[a];if(this.openDropdowns={...this.openDropdowns,[a]:i},i&&e){this.floatingDropdownTrigger=e.currentTarget;const i=n(this.floatingDropdownTrigger,{menuWidth:200,menuHeight:300,gap:4,align:"end"});this.floatingDropdown={x:i.left??0,y:i.top??0,regionId:a,type:"panel"}}else this.floatingDropdown=void 0,this.floatingDropdownTrigger=void 0}selectPanelFromDropdown(a,e){this.selectPanel(a,e),this.openDropdowns={...this.openDropdowns,[a]:!1},this.floatingDropdown=void 0}toggleActionsMenu(a,e){e?.stopPropagation();const i=!this.openActionsMenu[a];if(this.openActionsMenu={...this.openActionsMenu,[a]:i},i&&e){this.floatingDropdownTrigger=e.currentTarget;const i=n(this.floatingDropdownTrigger,{menuWidth:200,menuHeight:300,gap:4,align:"end"});this.floatingDropdown={x:i.left??0,y:i.top??0,regionId:a,type:"actions"}}else this.floatingDropdown=void 0,this.floatingDropdownTrigger=void 0}minimizeRegion(a){if(this.maximizedPanel)return;const e=this.findRegionNode(a);if(!e)return;const i=e.node,r=e.parent;if(this.maximizedPanel){const e=this.panelsById[this.maximizedPanel];if(e&&e.regionId===a)return}const t=i.panels?.[0]?this.panelsById[i.panels[0]]:null,o=t?.icon||"fas fa-window-minimize";let n,s=-1,c="left";if(r&&r.children){s=r.children.findIndex((e=>e.id===a)),n=r.id,c=s<Math.floor(r.children.length/2)?"left":"right";const e=r.children.filter((e=>e.id!==a));if(e.length>0){const a=e.reduce(((a,e)=>a+(e.size||0)),0);if(a>0)e.forEach((e=>{e.size=(e.size||0)/a*100}));else{const a=100/e.length;e.forEach((e=>{e.size=a}))}}r.children=e}else if(this.root.id===a)return;this.minimizedRegions={...this.minimizedRegions,[a]:{title:i.title||a,icon:o,iconLibrary:t?.iconLibrary,region:{...i},parentId:n,index:s,side:c}},this.layoutVersion++,this.root={...this.root},this.emitLayoutChange()}restoreRegion(a){const e=this.minimizedRegions[a];if(!e)return;const{region:i,parentId:r,index:t}=e;if(r){const a=this.findRegionNode(r);if(a&&a.node&&a.node.children){const e=a.node,r=JSON.parse(JSON.stringify(i)),o=[...e.children??[]];o.splice(t,0,r);const n=o.reduce(((a,e)=>a+(e.size||0)),0);n>0&&o.forEach((a=>{a.size=(a.size||0)/n*100})),e.children=o,this.layoutVersion++}}const{[a]:o,...n}=this.minimizedRegions;this.minimizedRegions=n,this.root={...this.root},this.emitLayoutChange()}closeAllAndRemoveRegion(a){const e=this.findRegionNode(a)?.node;e&&([...e.panels].forEach((a=>{this.removePanel(a)})),this.removeRegion(a))}renderTabs(a){const e=a.panels.map((a=>this.panelsById[a])).filter(Boolean),i=e.filter((a=>a.pinned)),t=e.filter((a=>!a.pinned)),o=i.length>0&&t.length>0,n=this.regionsNeedingScroll[a.id]||!1;return r("div",{class:"lm-tabs-container","data-region-id":a.id},n&&r("ui-button",{variant:"ghost",size:"sm",icon:"chevron-left",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Scroll left",onClick:()=>this.scrollTabs(a.id,"left")}),r("div",{class:"lm-tabs",onDragOver:e=>{e.preventDefault(),this.handleDragOver(e,a.id)},onDragLeave:()=>this.dragOverTarget=void 0,onDrop:e=>this.handleTabDrop(e,a)},e.map(((i,t)=>{const n=i.pinned;return r("div",{key:i.id},!n&&t>0&&e[t-1]?.pinned&&o&&r("div",{class:"lm-tab-separator",title:"Pinned / Unpinned divider"}),r("div",{class:{"lm-tab":!0,active:a.activePanelId===i.id,pinned:!!n},draggable:!0,onDragStart:e=>this.handleTabDragStart(e,i,a),onContextMenu:e=>this.openContextMenu(e,a.id,i.id),onClick:()=>this.selectPanel(a.id,i.id)},i.icon&&r("ui-icon",{name:i.icon,library:i.iconLibrary||"lucide"}),r("span",{class:"lm-tab-title"},i.title),n&&r("ui-icon",{name:"thumbtack",library:"fontawesome",class:"lm-tab-btn",title:"Unpin",onClick:a=>{a.stopPropagation(),this.togglePin(i.id)}}),i.dirty&&r("span",{class:"lm-dot",title:"Unsaved changes"}),r("ui-button",{variant:"ghost",size:"sm",icon:"ellipsis-v",iconLibrary:"fontawesome",ariaLabel:"More actions",onClick:a=>{a.stopPropagation();const e=!this.openDropdowns[`tab-${i.id}`];if(this.openDropdowns={...this.openDropdowns,[`tab-${i.id}`]:e},e){this.tabActionsMenuTrigger=a.currentTarget;const e=this.tabActionsMenuTrigger.getBoundingClientRect(),r=s(this.el);this.tabActionsMenu={x:e.right-r.x,y:e.bottom-r.y+4,panelId:i.id}}else this.tabActionsMenu=void 0,this.tabActionsMenuTrigger=void 0}}),i.closable&&!n&&r("ui-button",{variant:"ghost",size:"sm",icon:"times",iconLibrary:"fontawesome",ariaLabel:"Close",onClick:a=>{a.stopPropagation(),this.removePanel(i.id)}})))}))),n&&r("ui-button",{variant:"ghost",size:"sm",icon:"chevron-right",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Scroll right",onClick:()=>this.scrollTabs(a.id,"right")}))}handleTabDragStart(a,e,i){this.draggingPanel={panelId:e.id,fromRegionId:i.id},a.dataTransfer?.setData("text/plain",e.id),a.dataTransfer?.setDragImage(a.target,0,0)}handleTabDrop(a,e){a.preventDefault();const i=a.dataTransfer?.getData("text/plain")||this.draggingPanel?.panelId;if(!i)return;let r;const t=a.target.closest(".lm-tab");t&&(r=Array.from(t.parentElement.querySelectorAll(".lm-tab")).indexOf(t)),this.movePanel(i,e.id,r),this.draggingPanel=void 0}selectPanel(a,e){const i=this.findRegionNode(a)?.node;i&&(i.activePanelId=e,this.root={...this.root},this.emitLayoutChange())}switchToPanel(a,e){const i=this.findRegionNode(a)?.node;i&&i.panels.includes(e)&&(i.activePanelId=e,this.root={...this.root})}renderNavigationRegion(a){const e=a.panels.map((a=>this.panelsById[a])).filter(Boolean);return r("div",{class:"lm-region lm-region-navigation","data-region-id":a.id},r("div",{class:"lm-region-header"},r("div",{class:"lm-navigation-header"},r("span",{class:"lm-navigation-title"},a.title||"Navigation")),r("ui-button",{variant:"ghost",size:"sm",icon:"times-circle",iconLibrary:"fontawesome",ariaLabel:"Close all panels and remove region",onClick:()=>this.closeAllAndRemoveRegion(a.id)})),r("div",{class:"lm-navigation-content"},e.map((e=>r("div",{class:"lm-navigation-section","data-panel-id":e.id},r("div",{class:{"lm-navigation-section-header":!0,active:a.activePanelId===e.id},onClick:()=>this.switchToPanel(a.id,e.id)},e.icon&&r("ui-icon",{name:e.icon,library:e.iconLibrary||"default"}),r("span",{class:"lm-navigation-section-title"},e.title),r("ui-button",{variant:"ghost",size:"sm",class:"lm-navigation-section-close",icon:"times",iconLibrary:"fontawesome",ariaLabel:"Close panel",onClick:a=>{a.stopPropagation(),this.removePanel(e.id)}})),a.activePanelId===e.id&&r("div",{class:"lm-navigation-section-content",ref:a=>this.attachContent(a,e)})))),0===e.length&&r("div",{class:"lm-empty"},"No panels open")))}renderHeaderOnlyRegion(a){const e=a.activePanelId?this.panelsById[a.activePanelId]:void 0;return r("div",{class:"lm-region lm-region-header-only","data-region-id":a.id},r("div",{class:"lm-region-header"},r("div",{class:"lm-header-only-title"},e?.icon&&r("ui-icon",{name:e.icon,library:e.iconLibrary||"default"}),r("span",null,e?.title||a.title||"Content")),r("div",{class:"lm-header-only-actions"},r("div",{class:"lm-panel-dropdown-wrapper"},r("ui-button",{variant:"ghost",size:"sm",icon:"list",iconLibrary:"fontawesome",ariaLabel:"Show all panels",onClick:e=>this.togglePanelDropdown(a.id,e)})),e&&r("ui-button",{variant:"ghost",size:"sm",icon:"expand",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Maximize",onClick:()=>this.maximizePanel(e.id)}),e&&r("ui-button",{variant:"ghost",size:"sm",icon:"external-link-alt",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Pop out",onClick:()=>this.popoutPanel(e.id)}),r("ui-button",{variant:"ghost",size:"sm",icon:"times-circle",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Close all panels and remove region",onClick:()=>this.closeAllAndRemoveRegion(a.id)}))),r("div",{class:"lm-region-content"},e&&r("div",{class:"lm-panel-host","data-panel-id":e.id,ref:a=>this.attachContent(a,e)}),!e&&r("div",{class:"lm-empty"},"No content available")))}renderLeafRegion(a){const e=a.activePanelId?this.panelsById[a.activePanelId]:void 0,i=a.type||"default",t="no-header"!==i&&"content-only"!==i,o="title-only"!==i&&"no-header"!==i&&"content-only"!==i&&"navigation"!==i&&"header-only"!==i,n="default"===i,s=this.regionsNeedingScroll[a.id]||!1;return"content-only"===i?r("div",{class:"lm-region lm-region-content-only","data-region-id":a.id},e&&r("div",{class:"lm-panel-host","data-panel-id":e.id,ref:a=>this.attachContent(a,e)})):"navigation"===i?this.renderNavigationRegion(a):"header-only"===i?this.renderHeaderOnlyRegion(a):r("div",{class:{"lm-region":!0,[`lm-region-${i}`]:!0},"data-region-id":a.id},t&&r("div",{class:"lm-region-header"},"title-only"===i&&r("div",{class:"lm-region-title"},r("span",null,a.title)),o&&this.renderTabs(a),n&&r("div",{class:"lm-region-actions"},s&&r("div",{class:"lm-panel-dropdown-wrapper"},r("ui-button",{variant:"ghost",size:"sm",icon:"list",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Show all panels",onClick:e=>this.togglePanelDropdown(a.id,e)})),r("div",{class:"lm-actions-menu-wrapper"},r("ui-button",{variant:"ghost",size:"sm",icon:"ellipsis-v",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Actions",onClick:e=>this.toggleActionsMenu(a.id,e)})),r("ui-button",{variant:"ghost",size:"sm",icon:"window-minimize",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Minimize region",onClick:()=>this.minimizeRegion(a.id)}),(a.panels?.length||0)>0&&r("ui-button",{variant:"ghost",size:"sm",icon:"times-circle",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Close all panels and remove region",onClick:()=>this.closeAllAndRemoveRegion(a.id)}))),r("div",{class:"lm-region-content",onDragOver:e=>{e.preventDefault(),this.handleDragOver(e,a.id)},onDragLeave:()=>this.dragOverTarget=void 0,onDrop:e=>this.handleTabDrop(e,a)},e&&r("div",{class:"lm-panel-host","data-panel-id":e.id,ref:a=>this.attachContent(a,e)}),!e&&r("div",{class:"lm-empty"},"No tabs open"),this.dragOverTarget?.regionId===a.id&&r("div",{class:`lm-drop-highlighter lm-drop-${this.dragOverTarget.position}`})))}renderRegionNode(a){if(a.children&&a.children.length){const e=a.children.map((a=>({id:a.id,size:a.size,minSize:a.minSize,maxSize:a.maxSize,collapsible:a.collapsible})));return r("ui-resizable-panel",{key:`resizable-${a.id}-v${this.layoutVersion}`,direction:a.direction||"horizontal",panels:JSON.stringify(e),saveState:!1,stateKey:`${this.stateKey}-${a.id}`,showHandleIcon:!0},a.children.map((a=>r("div",{slot:a.id,class:"lm-slot"},this.renderRegionNode(a)))))}return this.renderLeafRegion(a)}attachContent(a,e){if(a){for(;a.firstChild;)a.removeChild(a.firstChild);e.element?a.appendChild(e.element):e.html&&(a.innerHTML=o(e.html))}}renderVerticalNav(a){const e=Object.entries(this.minimizedRegions).filter((([e,i])=>i.side===a));return 0===e.length?null:r("div",{class:`lm-vertical-nav lm-vertical-nav-${a}`},e.map((([a,e])=>r("div",{key:a,class:"lm-nav-item",title:e.title,onClick:()=>this.restoreRegion(a)},r("ui-icon",{name:e.icon,library:e.iconLibrary||"default"}),r("span",{class:"lm-nav-label"},e.title)))))}render(){if(this.maximizedPanel){const a=this.panelsById[this.maximizedPanel];if(a)return r(t,null,r("div",{class:"lm-container lm-maximized"},r("div",{class:"lm-maximized-panel"},r("div",{class:"lm-maximized-header"},r("span",{class:"lm-maximized-title"},a.title),r("div",{class:"lm-maximized-actions"},r("ui-button",{variant:"ghost",size:"sm",icon:"compress",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Restore",onClick:()=>this.restorePanel()}),r("ui-button",{variant:"ghost",size:"sm",icon:"times",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Close",onClick:()=>this.removePanel(this.maximizedPanel)}))),r("div",{class:"lm-maximized-content",ref:e=>this.attachContent(e,a)}))))}return r(t,null,this.renderVerticalNav("left"),r("div",{class:"lm-container"},this.root&&this.renderRegionNode(this.root),r("div",{class:"lm-popout-layer"},Object.keys(this.popouts).map((a=>{const e=this.popouts[a],i=this.panelsById[a];return i?r("div",{class:"lm-popout-window",style:{left:`${e.x}px`,top:`${e.y}px`,width:`${e.width}px`,height:`${e.height}px`},"data-panel-id":a},r("div",{class:"lm-popout-header",onMouseDown:e=>this.startPopoutDrag(e,a)},r("span",{class:"lm-popout-title"},i.title),r("div",{class:"lm-popout-actions"},r("ui-button",{variant:"ghost",size:"sm",icon:"download",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Dock",onClick:()=>this.dockPanel(a,i.regionId)}),r("ui-button",{variant:"ghost",size:"sm",icon:"times",iconLibrary:"fontawesome",iconSize:"14px",ariaLabel:"Close",onClick:()=>this.removePanel(a)}))),r("div",{class:"lm-popout-content",ref:a=>this.attachContent(a,i)})):null}))),this.contextMenu&&this.renderContextMenu(),this.tabActionsMenu&&this.renderTabActionsMenu(),this.floatingDropdown&&this.renderFloatingDropdown()),this.renderVerticalNav("right"))}startPopoutDrag(a,e){const i=this.popouts[e];if(!i)return;const r=a.currentTarget.parentElement.getBoundingClientRect();this.draggingPopout={panelId:e,offsetX:a.clientX-r.left,offsetY:a.clientY-r.top};const t=a=>{let r=a.clientX-this.draggingPopout.offsetX,t=a.clientY-this.draggingPopout.offsetY;const o=window.innerWidth,n=window.innerHeight;Math.abs(r)<20&&(r=0),Math.abs(t)<20&&(t=0),Math.abs(r+i.width-o)<20&&(r=o-i.width),Math.abs(t+i.height-n)<20&&(t=n-i.height),this.popouts[e]={...this.popouts[e],x:r,y:t},this.popouts={...this.popouts}},o=()=>{document.removeEventListener("mousemove",t),document.removeEventListener("mouseup",o),this.draggingPopout=void 0};document.addEventListener("mousemove",t),document.addEventListener("mouseup",o)}openContextMenu(a,e,i){a.preventDefault();const r=c(a.clientX,a.clientY,this.el);this.contextMenu={x:r.x,y:r.y,regionId:e,panelId:i};const t=()=>{this.contextMenu=void 0,document.removeEventListener("click",t)};document.addEventListener("click",t,{once:!0})}renderContextMenu(){const{x:a,y:e,regionId:i,panelId:t}=this.contextMenu,o=this.panelsById[t];return r("div",{class:"lm-context-menu",style:{left:`${a}px`,top:`${e}px`}},r("ui-button",{variant:"ghost",fullWidth:!0,icon:"thumbtack",iconLibrary:"fontawesome",iconSize:"14px",label:o?.pinned?"Unpin Tab":"Pin Tab",onClick:()=>{this.togglePin(t),this.contextMenu=void 0}}),r("hr",null),r("ui-button",{variant:"ghost",fullWidth:!0,disabled:o?.pinned,label:o?.pinned?"Close (Pinned)":"Close",onClick:()=>{this.removePanel(t),this.contextMenu=void 0}}),r("ui-button",{variant:"ghost",fullWidth:!0,icon:"arrows-alt-h",iconLibrary:"fontawesome",iconSize:"14px",label:"Close Others",onClick:()=>{this.closeOthers(i,t),this.contextMenu=void 0}}),r("ui-button",{variant:"ghost",fullWidth:!0,icon:"arrow-right",iconLibrary:"fontawesome",iconSize:"14px",label:"Close to the Right",onClick:()=>{this.closeToRight(i,t),this.contextMenu=void 0}}),r("hr",null),r("ui-button",{variant:"ghost",fullWidth:!0,label:"Move to New Group (H)",onClick:()=>{this.splitRegion(i,"horizontal").then((()=>this.movePanel(t,`${i}-b`))),this.contextMenu=void 0}}),r("ui-button",{variant:"ghost",fullWidth:!0,label:"Move to New Group (V)",onClick:()=>{this.splitRegion(i,"vertical").then((()=>this.movePanel(t,`${i}-b`))),this.contextMenu=void 0}}))}renderTabActionsMenu(){const{x:a,y:e,panelId:i}=this.tabActionsMenu,t=this.panelsById[i];return t?r("div",{class:"lm-tab-actions-menu-fixed",style:{left:`${a}px`,top:`${e}px`}},r("div",{class:"lm-tab-actions-item",onClick:a=>{a.stopPropagation(),this.maximizePanel(i),this.openDropdowns={...this.openDropdowns,[`tab-${i}`]:!1},this.tabActionsMenu=void 0}},r("ui-icon",{name:"expand",library:"fontawesome",size:"14px"}),r("span",null,"Maximize")),t.allowPopout&&r("div",{class:"lm-tab-actions-item",onClick:a=>{a.stopPropagation(),this.popoutPanel(i),this.openDropdowns={...this.openDropdowns,[`tab-${i}`]:!1},this.tabActionsMenu=void 0}},r("ui-icon",{name:"window-restore",library:"fontawesome"}),r("span",null,"Pop Out")),r("div",{class:"lm-tab-actions-divider"}),r("div",{class:"lm-tab-actions-item",onClick:a=>{a.stopPropagation(),this.togglePin(i),this.openDropdowns={...this.openDropdowns,[`tab-${i}`]:!1},this.tabActionsMenu=void 0}},r(r.Fragment,null,r("ui-icon",{name:"thumbtack",library:"fontawesome"}),r("span",null,t.pinned?"Unpin Tab":"Pin Tab"))),r("div",{class:"lm-tab-actions-divider"}),r("div",{class:"lm-tab-actions-item",onClick:a=>{a.stopPropagation(),this.closeOthers(t.regionId,i),this.tabActionsMenu=void 0}},r("ui-icon",{name:"arrows-alt-h",library:"fontawesome"}),r("span",null,"Close Others")),r("div",{class:"lm-tab-actions-item",onClick:a=>{a.stopPropagation(),this.closeToRight(t.regionId,i),this.tabActionsMenu=void 0}},r("ui-icon",{name:"arrow-right",library:"fontawesome"}),r("span",null,"Close to the Right")),r("div",{class:"lm-tab-actions-divider"}),r("div",{class:"lm-tab-actions-item lm-tab-actions-danger",onClick:a=>{a.stopPropagation(),this.removePanel(i),this.tabActionsMenu=void 0}},r("ui-icon",{name:"times",library:"fontawesome"}),r("span",null,"Close"))):null}closeOthers(a,e){const i=this.findRegionNode(a)?.node;i&&(i.panels||[]).filter((a=>a!==e)).forEach((a=>this.removePanel(a)))}closeToRight(a,e){const i=this.findRegionNode(a)?.node;if(!i)return;const r=(i.panels||[]).indexOf(e);(i.panels||[]).slice(r+1).forEach((a=>this.removePanel(a)))}togglePin(a){const e=this.panelsById[a];if(!e)return;e.pinned=!e.pinned;const i=this.findRegionNode(e.regionId)?.node;if(!i||!i.panels)return;const r=i.panels.map((a=>this.panelsById[a])).filter(Boolean),t=r.filter((a=>a.pinned)).map((a=>a.id)),o=r.filter((a=>!a.pinned)).map((a=>a.id));i.panels=[...t,...o],this.panelsById={...this.panelsById},this.root={...this.root}}checkTabsOverflow(){const a=[],e=i=>{i.panels&&a.push(i),i.children&&i.children.forEach(e)};this.root&&e(this.root);const i={};a.forEach((a=>{const e=this.el.querySelector(`[data-region-id="${a.id}"] .lm-tabs`);e&&(i[a.id]=e.scrollWidth>e.offsetWidth)})),JSON.stringify(i)!==JSON.stringify(this.regionsNeedingScroll)&&(this.regionsNeedingScroll=i)}handleDragOver(a,e){const i=a.currentTarget.getBoundingClientRect(),r=a.clientX-i.left,t=a.clientY-i.top;let o="center";t<.2*i.height?o="top":t>.8*i.height?o="bottom":r<.2*i.width?o="left":r>.8*i.width&&(o="right"),this.dragOverTarget={regionId:e,position:o}}renderFloatingDropdown(){if(!this.floatingDropdown)return null;const{x:a,y:e,regionId:i,type:t}=this.floatingDropdown,o=this.findRegionById(this.root,i);if(!o)return null;if("panel"===t){const i=o.panels.map((a=>this.panelsById[a])).filter(Boolean);return r("div",{class:"lm-panel-dropdown-menu",style:{position:"fixed",top:`${e}px`,left:`${a}px`,zIndex:"12000",minWidth:"200px"}},r("div",{class:"lm-panel-dropdown-header"},"All Panels (",i.length,")"),i.map((a=>r("div",{class:{"lm-panel-dropdown-item":!0,active:o.activePanelId===a.id},onClick:()=>this.selectPanelFromDropdown(o.id,a.id)},a.icon&&r("ui-icon",{name:a.icon,library:a.iconLibrary||"lucide",style:{marginRight:"8px"}}),r("span",null,a.title)))))}{const i=o.activePanelId?this.panelsById[o.activePanelId]:null;return r("div",{class:"lm-actions-dropdown-menu",style:{position:"fixed",top:`${e}px`,left:`${a}px`,zIndex:"12000",minWidth:"180px"}},r("div",{class:"lm-actions-item",onClick:()=>{this.splitRegion(o.id,"horizontal"),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"columns",library:"fontawesome",class:"lm-actions-icon"}),"Split Horizontal"),r("div",{class:"lm-actions-item",onClick:()=>{this.splitRegion(o.id,"vertical"),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"grip-lines",library:"fontawesome",class:"lm-actions-icon"}),"Split Vertical"),r("div",{class:"lm-actions-divider"}),i&&r("div",{class:"lm-actions-item",onClick:()=>{this.maximizePanel(i.id),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"expand",library:"fontawesome",class:"lm-actions-icon"}),"Maximize Panel"),(o.panels?.length||0)>0&&r(r.Fragment,null,r("div",{class:"lm-actions-divider"}),r("div",{class:"lm-actions-item",onClick:()=>{this.closeAllPanels(o.id),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"times",library:"fontawesome",class:"lm-actions-icon"}),"Close All Panels")),r("div",{class:"lm-actions-divider"}),r("div",{class:"lm-actions-item",onClick:()=>{this.mergeRegion(o.id),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"compress",library:"fontawesome",class:"lm-actions-icon"}),"Merge Region"),r("div",{class:"lm-actions-divider"}),r("div",{class:"lm-actions-item lm-actions-danger",onClick:()=>{this.closeAllAndRemoveRegion(o.id),this.floatingDropdown=void 0,this.openActionsMenu={}}},r("ui-icon",{name:"trash",library:"fontawesome",class:"lm-actions-icon"}),"Remove Group"))}}findRegionById(a,e){if(a.id===e)return a;for(const i of a.children??[]){const a=this.findRegionById(i,e);if(a)return a}return null}componentDidUpdate(){setTimeout((()=>this.checkTabsOverflow()),0)}static get watchers(){return{regions:[{handleRegionsChange:0}]}}};l.style='.sr-only.sc-ui-workspace-manager{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.a11y-sr-only.sc-ui-workspace-manager{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.sc-ui-workspace-manager-h{display:flex;height:100%;width:100%;overflow:hidden}.lm-vertical-nav.sc-ui-workspace-manager{width:50px;background:var(--bg-secondary, #2b2b2b);display:flex;flex-direction:column;align-items:center;padding:0;gap:0;overflow-y:auto;flex-shrink:0}.lm-vertical-nav.lm-vertical-nav-left.sc-ui-workspace-manager{border-right:1px solid var(--border-strong, #3e3e42);box-shadow:2px 0 8px rgba(0, 0, 0, 0.3)}.lm-vertical-nav.lm-vertical-nav-right.sc-ui-workspace-manager{border-left:1px solid var(--border-strong, #3e3e42);box-shadow:-2px 0 8px rgba(0, 0, 0, 0.3)}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager{width:100%;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted, #858585);transition:all 0.15s ease;padding:0;position:relative}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager::before{content:"";position:absolute;top:0;bottom:0;width:2px;background:transparent;transition:background 0.15s ease}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:24px;margin-bottom:0}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager .lm-nav-label.sc-ui-workspace-manager{font-size:8px;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-weight:400;letter-spacing:0.5px;text-transform:uppercase}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager:hover{background:var(--bg-secondary, #2d2d30);color:var(--text-standard, #ffffff)}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager:hover::before{background:var(--bg-secondary, #505050)}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager:active,.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.active.sc-ui-workspace-manager{background:var(--bg-primary, #1e1e1e);color:var(--text-standard, #ffffff)}.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager:active::before,.lm-vertical-nav.sc-ui-workspace-manager .lm-nav-item.active.sc-ui-workspace-manager::before{background:var(--color-primary, #007acc)}.lm-vertical-nav.lm-vertical-nav-left.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager::before{left:0}.lm-vertical-nav.lm-vertical-nav-right.sc-ui-workspace-manager .lm-nav-item.sc-ui-workspace-manager::before{right:0}.lm-container.sc-ui-workspace-manager{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.lm-container.lm-maximized.sc-ui-workspace-manager{background:var(--bg-secondary, #0f172a)}.lm-maximized-panel.sc-ui-workspace-manager{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-secondary, #0f172a);overflow:hidden}.lm-maximized-header.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg, var(--color-primary, #1e3a8a) 0%, var(--color-primary, #10b981) 100%);color:var(--text-standard, #ffffff);padding:8px 12px;border-bottom:1px solid var(--color-primary-hover, #2563eb);flex-shrink:0;min-height:40px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.3)}.lm-maximized-header.sc-ui-workspace-manager .lm-maximized-title.sc-ui-workspace-manager{font-size:16px;font-weight:600}.lm-maximized-header.sc-ui-workspace-manager .lm-maximized-actions.sc-ui-workspace-manager{display:flex;gap:8px}.lm-maximized-header.sc-ui-workspace-manager .lm-maximized-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager{background:rgba(255, 255, 255, 0.2);border:none;color:var(--text-standard, #ffffff);cursor:pointer;padding:6px 10px;border-radius:4px;transition:all 0.2s;font-size:14px}.lm-maximized-header.sc-ui-workspace-manager .lm-maximized-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager:hover{background:rgba(255, 255, 255, 0.3);transform:scale(1.05)}.lm-maximized-header.sc-ui-workspace-manager .lm-maximized-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager i.sc-ui-workspace-manager{pointer-events:none}.lm-maximized-content.sc-ui-workspace-manager{flex:1;overflow:auto;background:var(--bg-secondary, #0f172a);color:var(--text-standard, #e5e7eb)}.lm-maximized-content.sc-ui-workspace-manager::-webkit-scrollbar{width:8px;height:8px}.lm-maximized-content.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-primary, #1e293b)}.lm-maximized-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #475569);border-radius:4px}.lm-maximized-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #64748b)}.lm-slot.sc-ui-workspace-manager{width:100%;height:100%;display:flex;flex-direction:column;min-height:0;min-width:0}.lm-region.sc-ui-workspace-manager{display:flex;flex-direction:column;height:100%;width:100%;min-height:0;min-width:0;overflow:visible;position:relative}.lm-region.lm-region-navigation.sc-ui-workspace-manager .lm-region-header.sc-ui-workspace-manager{background:var(--color-primary, #1e3a8a);border-bottom:2px solid var(--color-primary, #10b981)}.lm-region.lm-region-title-only.sc-ui-workspace-manager .lm-region-header.sc-ui-workspace-manager{background:var(--color-primary, #374151);justify-content:center;padding:8px 12px}.lm-region.lm-region-no-header.sc-ui-workspace-manager .lm-region-content.sc-ui-workspace-manager{border-radius:0}.lm-region.lm-region-content-only.sc-ui-workspace-manager{overflow:hidden}.lm-region.lm-region-content-only.sc-ui-workspace-manager .lm-panel-host.sc-ui-workspace-manager{width:100%;height:100%;margin:0;padding:0;border:none;background:transparent}.lm-region.lm-region-header-only.sc-ui-workspace-manager .lm-region-header.sc-ui-workspace-manager{background:var(--bg-primary, #1f2937);padding:6px 12px;border-bottom:2px solid var(--color-primary, #10b981)}.lm-region-title.sc-ui-workspace-manager{flex:1;display:flex;align-items:center;font-weight:600;font-size:14px;color:var(--text-standard, #e5e7eb);padding:0 8px}.lm-navigation-header.sc-ui-workspace-manager{flex:1;display:flex;align-items:center;gap:8px;padding:0 8px}.lm-navigation-title.sc-ui-workspace-manager{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.5px;color:var(--text-standard, #ffffff)}.lm-region-header.sc-ui-workspace-manager{display:flex;align-items:center;gap:4px;background:var(--bg-primary, #1f2937);color:var(--text-standard, #e5e7eb);padding:2px 6px;border-bottom:1px solid var(--border-default, #374151);flex-shrink:0;min-height:36px;min-width:0;width:100%;overflow:visible;position:relative;z-index:11000;box-shadow:0 1px 3px rgba(0, 0, 0, 0.2)}.lm-tabs-container.sc-ui-workspace-manager{display:flex;align-items:center;gap:4px;background:var(--bg-secondary, #0f172a);padding:0 4px;flex:1;min-width:0;overflow:visible;max-width:100%}.lm-tab-scroll-btn.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;cursor:pointer;flex-shrink:0;flex-basis:28px;transition:all 0.2s ease}.lm-tab-scroll-btn.sc-ui-workspace-manager:hover{transform:translateY(-1px)}.lm-tab-scroll-btn.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-tab-scroll-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:12px}.lm-tabs.sc-ui-workspace-manager{display:flex;gap:2px;overflow-x:auto;overflow-y:visible;scrollbar-width:thin;scrollbar-color:var(--text-secondary, #374151) var(--text-primary, #1f2937);flex:1;min-width:0}.lm-tabs.sc-ui-workspace-manager::-webkit-scrollbar{height:6px}.lm-tabs.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-primary, #1f2937)}.lm-tabs.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #374151);border-radius:3px}.lm-tabs.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #4b5563)}.lm-tab-separator.sc-ui-workspace-manager{width:1px;background:linear-gradient(to bottom, transparent 20%, var(--color-primary, #10b981) 50%, transparent 80%);margin:0 4px;flex-shrink:0;opacity:0.5}.lm-panel-dropdown-wrapper.sc-ui-workspace-manager{position:relative;flex-shrink:0;z-index:1}.lm-panel-list-btn.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-default, #374151);background:var(--bg-primary, #1f2937);color:var(--text-muted, #9ca3af);border-radius:4px;cursor:pointer;flex-shrink:0;transition:all 0.2s ease}.lm-panel-list-btn.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151);color:var(--text-standard, #e5e7eb);border-color:var(--border-dark)}.lm-panel-list-btn.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-panel-list-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px}.lm-panel-dropdown-menu.sc-ui-workspace-manager{position:absolute;top:calc(100% + 4px);right:0;min-width:220px;max-width:320px;max-height:400px;overflow-y:auto;background:var(--bg-primary, #1f2937);border:1px solid var(--border-default, #374151);border-radius:6px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.5);z-index:2;scrollbar-width:thin;scrollbar-color:var(--text-secondary, #4b5563) var(--text-primary, #1f2937)}.lm-panel-dropdown-menu.sc-ui-workspace-manager::-webkit-scrollbar{width:6px}.lm-panel-dropdown-menu.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-primary, #1f2937)}.lm-panel-dropdown-menu.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #4b5563);border-radius:3px}.lm-panel-dropdown-menu.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #6b7280)}.lm-panel-dropdown-header.sc-ui-workspace-manager{padding:8px 12px;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-default, #374151);background:var(--bg-secondary, #111827);position:sticky;top:0;z-index:1}.lm-panel-dropdown-item.sc-ui-workspace-manager{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:all 0.15s ease;color:var(--text-standard, #e5e7eb);font-size:13px}.lm-panel-dropdown-item.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151)}.lm-panel-dropdown-item.active.sc-ui-workspace-manager{background:var(--color-primary, #10b981);color:var(--text-standard, #ffffff);font-weight:500}.lm-panel-dropdown-item.sc-ui-workspace-manager i.sc-ui-workspace-manager:first-child{width:16px;text-align:center;font-size:12px;color:var(--text-muted, #9ca3af)}.lm-panel-dropdown-item.sc-ui-workspace-manager .lm-panel-dropdown-title.sc-ui-workspace-manager{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lm-panel-dropdown-item.sc-ui-workspace-manager .fa-check.sc-ui-workspace-manager{color:var(--text-standard, #ffffff);font-size:12px}.lm-panel-dropdown-item.sc-ui-workspace-manager .lm-dot.sc-ui-workspace-manager{width:6px;height:6px;border-radius:50%;background:var(--color-warning, #f59e0b)}.lm-minimize-btn.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-default, #374151);background:var(--bg-primary, #1f2937);color:var(--text-muted, #9ca3af);border-radius:4px;cursor:pointer;flex-shrink:0;transition:all 0.2s ease}.lm-minimize-btn.sc-ui-workspace-manager:hover{background:var(--color-primary, #10b981);color:var(--text-standard, #ffffff);border-color:var(--primary-color)}.lm-minimize-btn.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-minimize-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px}.lm-close-all-btn.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-default, #374151);background:var(--bg-primary, #1f2937);color:var(--text-muted, #9ca3af);border-radius:4px;cursor:pointer;flex-shrink:0;transition:all 0.2s ease}.lm-close-all-btn.sc-ui-workspace-manager:hover{background:var(--color-danger, #991b1b);color:var(--color-danger, #fca5a5);border-color:var(--color-danger-hover, #dc2626)}.lm-close-all-btn.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-close-all-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px}.lm-actions-menu-wrapper.sc-ui-workspace-manager{position:relative;flex-shrink:0;z-index:1}.lm-actions-menu-btn.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-default, #374151);background:var(--bg-primary, #1f2937);color:var(--text-muted, #9ca3af);border-radius:4px;cursor:pointer;flex-shrink:0;transition:all 0.2s ease}.lm-actions-menu-btn.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151);color:var(--text-standard, #e5e7eb);border-color:var(--border-dark)}.lm-actions-menu-btn.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-actions-menu-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px}.lm-actions-dropdown-menu.sc-ui-workspace-manager{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:var(--bg-primary, #1f2937);border:1px solid var(--border-default, #374151);border-radius:6px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.5);z-index:2;overflow:hidden}.lm-actions-menu-item.sc-ui-workspace-manager{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:all 0.15s ease;color:var(--text-standard, #e5e7eb);font-size:13px}.lm-actions-menu-item.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151)}.lm-actions-menu-item.sc-ui-workspace-manager i.sc-ui-workspace-manager{width:16px;text-align:center;font-size:13px;color:var(--text-muted, #9ca3af)}.lm-actions-menu-item.sc-ui-workspace-manager span.sc-ui-workspace-manager{flex:1}.lm-actions-menu-divider.sc-ui-workspace-manager{height:1px;background:var(--color-primary, #374151);margin:4px 0}.lm-tab.sc-ui-workspace-manager{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:4px 4px 0 0;background:var(--bg-secondary, #111827);cursor:pointer;user-select:none;white-space:nowrap;flex-shrink:0;transition:all 0.2s ease;border:1px solid transparent;border-bottom:none;position:relative;z-index:1}.lm-tab.sc-ui-workspace-manager:hover{background:var(--bg-primary, #1f2937);border-color:var(--border-dark);transform:translateY(-1px);z-index:2}.lm-tab.sc-ui-workspace-manager .fa-thumbtack.sc-ui-workspace-manager{color:var(--primary-color);font-size:11px;animation:pinPulse 2s ease-in-out infinite}@keyframes pinPulse{0%,100%{opacity:0.7}50%{opacity:1}}.lm-tab.active.sc-ui-workspace-manager{background:var(--bg-primary, #0b1020);color:var(--text-standard, #ffffff);border-color:var(--primary-color);box-shadow:0 2px 8px rgba(var(--color-success-rgb, 61, 205, 88), 0.2)}.lm-tab.sc-ui-workspace-manager .lm-dot.sc-ui-workspace-manager{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--color-danger, #eab308)}.lm-region-actions.sc-ui-workspace-manager{margin-left:auto;display:inline-flex;gap:6px}.lm-region-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager{appearance:none;border:none;background:transparent;color:inherit;padding:6px;cursor:pointer;border-radius:4px;transition:all 0.2s ease;display:inline-flex;align-items:center;justify-content:center}.lm-region-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151);color:var(--primary-color)}.lm-region-actions.sc-ui-workspace-manager button.sc-ui-workspace-manager:active{transform:scale(0.95)}.lm-tab.sc-ui-workspace-manager .lm-tab-btn.sc-ui-workspace-manager{appearance:none;border:none;background:transparent;color:inherit;padding:4px;cursor:pointer;border-radius:4px;transition:all 0.15s ease;display:inline-flex;align-items:center;justify-content:center}.lm-tab.sc-ui-workspace-manager .lm-tab-btn.sc-ui-workspace-manager:hover{background:rgba(var(--color-success-rgb, 61, 205, 88), 0.15);color:var(--primary-color);transform:scale(1.1)}.lm-tab.sc-ui-workspace-manager .lm-tab-btn.sc-ui-workspace-manager:active{transform:scale(0.9)}.lm-tab.sc-ui-workspace-manager .lm-tab-btn.lm-tab-actions.sc-ui-workspace-manager:hover{background:rgba(156, 163, 175, 0.15);color:var(--text-muted, #9ca3af)}.lm-tab.sc-ui-workspace-manager .lm-tab-btn.lm-close.sc-ui-workspace-manager:hover{background:rgba(var(--color-danger-rgb, 220, 38, 38), 0.15);color:var(--color-danger-hover, #dc2626)}.lm-tab-actions-wrapper.sc-ui-workspace-manager{position:relative;display:inline-flex;align-items:center;z-index:1}.lm-tab.sc-ui-workspace-manager:has(.lm-tab-actions-menu){z-index:10002}.lm-tab-actions-menu.sc-ui-workspace-manager{position:absolute;top:100%;right:0;margin-top:4px;background:var(--bg-primary, #1f2937);border:1px solid var(--border-default, #374151);border-radius:6px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.3);z-index:10001;min-width:140px;overflow:hidden;animation:slideDown 0.15s ease}.lm-tab-actions-menu-fixed.sc-ui-workspace-manager{position:fixed;background:var(--bg-primary, #1f2937);border:1px solid var(--border-default, #374151);border-radius:6px;box-shadow:0 4px 24px rgba(0, 0, 0, 0.5);z-index:12000;min-width:160px;overflow:hidden;transform:translateX(-100%);animation:slideDown 0.15s ease}.lm-tab-actions-item.sc-ui-workspace-manager{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;color:var(--text-standard, #e5e7eb);font-size:13px;transition:all 0.15s ease}.lm-tab-actions-item.sc-ui-workspace-manager i.sc-ui-workspace-manager{width:16px;text-align:center;font-size:13px;color:var(--text-muted, #9ca3af)}.lm-tab-actions-item.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151);color:var(--primary-color)}.lm-tab-actions-item.sc-ui-workspace-manager:hover i.sc-ui-workspace-manager{color:var(--primary-color)}.lm-tab-actions-item.lm-tab-actions-danger.sc-ui-workspace-manager{color:var(--color-danger, #fca5a5)}.lm-tab-actions-item.lm-tab-actions-danger.sc-ui-workspace-manager i.sc-ui-workspace-manager{color:var(--color-danger, #fca5a5)}.lm-tab-actions-item.lm-tab-actions-danger.sc-ui-workspace-manager:hover{background:var(--color-danger, #991b1b);color:var(--text-standard, #ffffff)}.lm-tab-actions-item.lm-tab-actions-danger.sc-ui-workspace-manager:hover i.sc-ui-workspace-manager{color:var(--text-standard, #ffffff)}.lm-tab-actions-item.sc-ui-workspace-manager:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.lm-tab-actions-item.sc-ui-workspace-manager:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.lm-tab-actions-divider.sc-ui-workspace-manager{height:1px;background:var(--color-primary, #374151);margin:4px 8px}.lm-region-content.sc-ui-workspace-manager{position:relative;flex:1;background:var(--bg-secondary, #0f172a);color:var(--text-standard, #e5e7eb);min-height:0;min-width:0;overflow:hidden;display:flex;flex-direction:column}.lm-panel-host.sc-ui-workspace-manager{position:absolute;inset:0;padding:0;overflow:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:var(--text-secondary, #374151) var(--text-primary, #0f172a)}.lm-panel-host.sc-ui-workspace-manager::-webkit-scrollbar{width:8px;height:8px}.lm-panel-host.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-secondary, #0f172a)}.lm-panel-host.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #374151);border-radius:4px}.lm-panel-host.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #4b5563)}.lm-empty.sc-ui-workspace-manager{position:absolute;inset:0;display:grid;place-items:center;color:var(--text-muted, #9ca3af);font-size:14px;font-style:italic}.lm-popout-layer.sc-ui-workspace-manager{position:absolute;inset:0;pointer-events:none}.lm-popout-window.sc-ui-workspace-manager{position:absolute;background:var(--bg-secondary, #0f172a);border:1px solid var(--color-success, #3dcd58);border-radius:10px;box-shadow:0 20px 60px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(var(--color-success-rgb, 61, 205, 88), 0.3);overflow:hidden;pointer-events:auto;display:flex;flex-direction:column;backdrop-filter:blur(10px)}.lm-popout-header.sc-ui-workspace-manager{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:linear-gradient(135deg, var(--bg-primary, #1f2937), var(--bg-secondary, #111827));border-bottom:1px solid var(--border-default, #374151);cursor:move;user-select:none}.lm-popout-header.sc-ui-workspace-manager:active{cursor:grabbing}.lm-popout-content.sc-ui-workspace-manager{flex:1;overflow:auto;padding:0;scrollbar-width:thin;scrollbar-color:var(--text-secondary, #374151) var(--text-primary, #0f172a)}.lm-popout-content.sc-ui-workspace-manager::-webkit-scrollbar{width:8px;height:8px}.lm-popout-content.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-secondary, #0f172a)}.lm-popout-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #374151);border-radius:4px}.lm-popout-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #4b5563)}.lm-tabs.drag-over.sc-ui-workspace-manager,.lm-region-content.drag-over.sc-ui-workspace-manager{outline:2px dashed var(--color-success, #3dcd58)}.lm-context-menu.sc-ui-workspace-manager{position:fixed;background:var(--bg-secondary, #111827);color:var(--text-standard, #e5e7eb);border:1px solid var(--border-default, #374151);border-radius:6px;box-shadow:0 8px 24px rgba(0, 0, 0, 0.4);padding:6px;display:grid;gap:4px;z-index:11000}.lm-context-menu.sc-ui-workspace-manager button.sc-ui-workspace-manager{appearance:none;border:none;background:var(--bg-primary, #1f2937);color:inherit;padding:6px 8px;border-radius:4px;cursor:pointer;text-align:left;display:flex;align-items:center;gap:8px}.lm-context-menu.sc-ui-workspace-manager button.sc-ui-workspace-manager:disabled{opacity:0.5;cursor:not-allowed;color:var(--text-secondary)}.lm-context-menu.sc-ui-workspace-manager button.sc-ui-workspace-manager i.sc-ui-workspace-manager{width:14px;text-align:center}.lm-context-menu.sc-ui-workspace-manager button.sc-ui-workspace-manager:hover:not(:disabled){background:var(--color-primary, #374151)}.lm-navigation-content.sc-ui-workspace-manager{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--bg-secondary, #0f172a)}.lm-navigation-content.sc-ui-workspace-manager::-webkit-scrollbar{width:8px}.lm-navigation-content.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-primary, #1e293b)}.lm-navigation-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #475569);border-radius:4px}.lm-navigation-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #64748b)}.lm-navigation-section.sc-ui-workspace-manager{border-bottom:1px solid var(--border-subtle, #1e293b)}.lm-navigation-section.sc-ui-workspace-manager:last-child{border-bottom:none}.lm-navigation-section-header.sc-ui-workspace-manager{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--bg-primary, #1f2937);color:var(--text-standard, #e5e7eb);cursor:pointer;transition:all 0.2s;border-left:3px solid transparent}.lm-navigation-section-header.sc-ui-workspace-manager:hover{background:var(--color-primary, #374151)}.lm-navigation-section-header.active.sc-ui-workspace-manager{background:var(--color-primary, #1e3a8a);border-left-color:var(--primary-color);font-weight:600}.lm-navigation-section-header.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px;color:var(--text-muted, #9ca3af);width:16px;text-align:center}.lm-navigation-section-title.sc-ui-workspace-manager{flex:1;font-size:13px}.lm-navigation-section-close.sc-ui-workspace-manager{display:none;background:transparent;border:none;color:var(--text-muted, #9ca3af);cursor:pointer;padding:4px;border-radius:3px;transition:all 0.2s}.lm-navigation-section-close.sc-ui-workspace-manager:hover{background:rgba(255, 255, 255, 0.1);color:var(--text-standard, #ffffff)}.lm-navigation-section-close.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:12px;pointer-events:none}.lm-navigation-section-header.sc-ui-workspace-manager:hover .lm-navigation-section-close.sc-ui-workspace-manager{display:block}.lm-navigation-section-content.sc-ui-workspace-manager{padding:12px;background:var(--bg-secondary, #0f172a);overflow:auto;max-height:400px}.lm-navigation-section-content.sc-ui-workspace-manager::-webkit-scrollbar{width:6px}.lm-navigation-section-content.sc-ui-workspace-manager::-webkit-scrollbar-track{background:var(--bg-primary, #1e293b)}.lm-navigation-section-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb{background:var(--color-primary, #475569);border-radius:3px}.lm-navigation-section-content.sc-ui-workspace-manager::-webkit-scrollbar-thumb:hover{background:var(--color-primary, #64748b)}.lm-header-only-title.sc-ui-workspace-manager{flex:1;display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:var(--text-standard, #e5e7eb)}.lm-header-only-title.sc-ui-workspace-manager i.sc-ui-workspace-manager{font-size:14px;color:var(--text-muted, #9ca3af)}.lm-header-only-title.sc-ui-workspace-manager span.sc-ui-workspace-manager{color:var(--text-standard, #ffffff)}.lm-header-only-actions.sc-ui-workspace-manager{display:flex;align-items:center;gap:8px}.lm-header-btn.sc-ui-workspace-manager{background:rgba(255, 255, 255, 0.1);border:none;color:var(--text-standard, #e5e7eb);cursor:pointer;padding:6px 10px;border-radius:4px;transition:all 0.2s;font-size:13px;display:flex;align-items:center;justify-content:center}.lm-header-btn.sc-ui-workspace-manager:hover{background:rgba(255, 255, 255, 0.2);transform:scale(1.05)}.lm-header-btn.sc-ui-workspace-manager i.sc-ui-workspace-manager{pointer-events:none}.lm-context-menu.sc-ui-workspace-manager hr.sc-ui-workspace-manager{border:none;border-top:1px solid var(--border-default, #374151);margin:6px 0}';export{l as ui_workspace_manager}
@@ -0,0 +1 @@
1
+ import{r as e,h as a,H as t}from"./p-DUsoYu9r.js";const i=class{constructor(a){e(this,a)}componentId;cardTitle;description;icon="📦";badge;docs;mode="demo";handleViewDemo=()=>{if("doc"===this.mode)return void(this.docs&&(window.location.href=this.docs));if(window.showSection)return void window.showSection(this.componentId);const e=`/index.html#${this.componentId}`;try{window.parent!==window?window.parent.location.href=e:window.location.href=e}catch(a){window.location.href=e}};handleViewDocs=e=>{e.stopPropagation(),this.docs&&(window.location.href=this.docs)};render(){return a(t,{key:"3a3ff13a2954f14c350206fdad4ba6340f653e4e"},a("div",{key:"b92cca51b6cc6af60d8476f386482ccfdd475a34",class:"card",onClick:this.handleViewDemo},a("div",{key:"30a68d761de621658d2fc34a40ea101fbf04141e",class:"card-icon"},this.icon),a("div",{key:"9ac9cba2c76b9568e2a5f319f0b04cb283a5e682",class:"card-content"},a("h3",{key:"0b62e3e8b4839a79a4f567dee7ff1da61a8799cf",class:"card-title"},this.cardTitle,this.badge&&a("span",{key:"2254007ce97d9a0cc9cbcf66f8b397e48eaca256",class:"badge"},this.badge)),a("p",{key:"4d5a519fd7d9759ae9f17783e680002e66a82106",class:"card-description"},this.description)),a("div",{key:"71b72af77182f87ce4e09ad2f17a3f66618ffc12",class:"card-action"},this.docs&&a("ui-button",{key:"3b9318ef02116646198e2535f97394ccf634f674",variant:"ghost",size:"md",icon:"file-text","icon-library":"lucide",title:"View Documentation",onClick:this.handleViewDocs}),a("ui-button",{key:"de3abccdcdd7e3504e7fc57d3525e0a41b27b731",variant:"filled",color:"primary",size:"md",icon:"play","icon-library":"lucide",title:"View Demo"}))))}};i.style='.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.a11y-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}:host{display:block}.card{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.8));border:1px solid rgba(255, 255, 255, 0.08);border-radius:20px;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);cursor:pointer;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);backdrop-filter:blur(10px);position:relative;overflow:hidden}.card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.05));opacity:0;transition:opacity 0.3s ease;pointer-events:none}.card:hover{transform:translateY(-4px) scale(1.02);border-color:rgba(99, 102, 241, 0.5);box-shadow:0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(99, 102, 241, 0.2)}.card:hover::before{opacity:1}.card:active{transform:translateY(-2px) scale(1.01)}.card-icon{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(168, 85, 247, 0.2));border-radius:14px;flex-shrink:0;transition:transform 0.3s ease}.card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-content{flex:1;min-width:0}.card-title{margin:0 0 6px 0;font-size:1.1rem;font-weight:600;color:#f1f5f9;display:flex;align-items:center;gap:8px}.badge{font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;padding:3px 8px;background:linear-gradient(135deg, #6366f1, #a855f7);border-radius:20px;color:white;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.7}}.card-description{margin:0;font-size:0.85rem;color:#94a3b8;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-action{flex-shrink:0}.play-btn{width:44px;height:44px;border:none;border-radius:50%;background:linear-gradient(135deg, #6366f1, #8b5cf6);color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;opacity:0;transform:scale(0.8)}.card:hover .play-btn{opacity:1;transform:scale(1)}.play-btn:hover{background:linear-gradient(135deg, #818cf8, #a78bfa);transform:scale(1.15);box-shadow:0 8px 20px rgba(99, 102, 241, 0.4)}.play-btn:active{transform:scale(1.05)}:host-context(.light) .card{background:linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));border-color:rgba(0, 0, 0, 0.1)}:host-context(.light) .card-title{color:#1e293b}:host-context(.light) .card-description{color:#64748b}';export{i as library_card}
@@ -0,0 +1 @@
1
+ import{r as t,c as i,a as s,h as c,H as a}from"./p-DUsoYu9r.js";const h=class{constructor(s){t(this,s),this.switchChange=i(this,"switchChange"),this.switchFocus=i(this,"switchFocus"),this.switchBlur=i(this,"switchBlur"),this.switchConfirm=i(this,"switchConfirm"),this.switchSuccess=i(this,"switchSuccess")}get el(){return s(this)}checked=!1;disabled=!1;readonly=!1;invalid=!1;loading=!1;size="md";color="primary";variant="solid";shape="default";width;label="";labelPosition="right";elevation=0;thumbShape="circle";iconOff;iconOn;showIcons=!1;enableAnimation=!0;orientation="horizontal";helperText="";errorMessage="";checkedText="";uncheckedText="";showTrackText=!1;rtl=!1;formId="";name="";value="on";physics="liquid";glow=!1;requireConfirmation=!1;confirmationMessage="Are you sure you want to change this?";indeterminate=!1;showSuccessFeedback=!1;switchTabIndex=0;ariaLabel="";gradient=!1;gradientColors="";autoSubmit=!1;showDefaultIcons=!1;required=!1;haptic=!1;description;descriptionPosition="bottom";checkedImage;uncheckedImage;async=!1;internalLoading=!1;isShaking=!1;async shake(){this.isShaking=!0,this.haptic&&"vibrate"in navigator&&navigator.vibrate([10,50,10,50,10]),setTimeout((()=>{this.isShaking=!1}),600)}showTooltip=!1;tooltipText="";iconLibrary="ionicons";isFocused=!1;isHovered=!1;showingSuccess=!1;showConfirmDialog=!1;pendingValue=!1;showRipple=!1;switchChange;switchFocus;switchBlur;switchConfirm;switchSuccess;handleCheckedChange(t){this.autoSubmit&&this.triggerFormSubmit(),this.showSuccessFeedback&&t&&this.triggerSuccessFeedback()}triggerFormSubmit(){let t=null;if(t=this.formId?document.getElementById(this.formId):this.el.closest("form"),t){const i=new window.Event("submit",{cancelable:!0,bubbles:!0});t.dispatchEvent(i),i.defaultPrevented||t.submit()}}handleChange=t=>{if(this.disabled||this.readonly||this.loading)return void t.preventDefault();const i=t.target,s=i.checked;return this.indeterminate&&(this.indeterminate=!1,i.indeterminate=!1),this.requireConfirmation?(this.pendingValue=s,this.showConfirmDialog=!0,void(i.checked=this.checked)):(this.haptic&&"vibrate"in navigator&&navigator.vibrate(this.checked?10:15),this.async?(this.switchChange.emit({checked:s,value:this.value}),i.checked=this.checked,void(this.internalLoading=!0)):void this.applyToggle(s))};async stopAsyncLoading(){this.internalLoading=!1}applyToggle(t){this.checked!==t&&(this.checked=t,this.checked&&this.triggerRipple(),this.switchChange.emit({checked:this.checked,value:this.value}))}triggerRipple(){this.showRipple=!0,setTimeout((()=>{this.showRipple=!1}),600)}triggerSuccessFeedback(){this.showingSuccess=!0,this.switchSuccess.emit(),setTimeout((()=>{this.showingSuccess=!1}),2e3)}handleConfirm=()=>{this.showConfirmDialog=!1,this.switchConfirm.emit({confirmed:!0,value:this.pendingValue}),this.applyToggle(this.pendingValue)};handleCancel=()=>{this.showConfirmDialog=!1,this.switchConfirm.emit({confirmed:!1,value:this.pendingValue})};handleFocus=()=>{this.disabled||this.loading||(this.isFocused=!0,this.switchFocus.emit())};handleBlur=()=>{this.isFocused=!1,this.switchBlur.emit()};handleMouseEnter=()=>{this.disabled||(this.isHovered=!0)};handleMouseLeave=()=>{this.isHovered=!1};handleKeyDown=t=>{this.disabled||this.readonly||this.loading||"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.triggerRipple(),this.applyToggle(!this.checked))};getIcon(){if(this.loading)return c("span",{class:"switch-spinner"},c("ui-icon",{name:"refresh",library:this.iconLibrary,spin:!0,size:"14px"}));const t=this.checked?this.checkedImage:this.uncheckedImage;if(t)return c("div",{class:"switch-image-container"},c("img",{src:t,class:"switch-thumb-image",alt:"status"}));if(this.checked){if(this.iconOn)return c("span",{class:"switch-icon"},c("ui-icon",{name:this.iconOn,library:this.iconLibrary,size:"calc(var(--switch-thumb-size, 20px) * 0.6)"}));if(this.showIcons||this.showDefaultIcons)return c("span",{class:"switch-icon"},c("ui-icon",{name:"checkmark",library:this.iconLibrary,size:"calc(var(--switch-thumb-size, 20px) * 0.6)"}))}else{if(this.iconOff)return c("span",{class:"switch-icon"},c("ui-icon",{name:this.iconOff,library:this.iconLibrary,size:"calc(var(--switch-thumb-size, 20px) * 0.6)"}));if(this.showIcons||this.showDefaultIcons)return c("span",{class:"switch-icon"},c("ui-icon",{name:"close",library:this.iconLibrary,size:"calc(var(--switch-thumb-size, 20px) * 0.6)"}))}return null}renderTrackText(){return this.showTrackText?c("span",{class:"switch-track-text"},this.checked?this.checkedText||"ON":this.uncheckedText||"OFF"):null}renderHelperText(){return this.invalid&&this.errorMessage?c("div",{class:"switch-helper-text switch-error-text"},c("ui-icon",{name:"alert-circle",library:"lucide",size:"12px"}),c("span",null,this.errorMessage)):this.helperText?c("div",{class:"switch-helper-text"},this.helperText):null}renderTooltip(){return this.showTooltip&&this.tooltipText&&this.isHovered?c("div",{class:"switch-tooltip"},this.tooltipText):null}renderSuccessFeedback(){return this.showingSuccess?c("div",{class:"switch-success-feedback"},c("ui-icon",{name:"check-circle",library:"lucide",size:"16px"})):null}renderConfirmDialog(){return this.showConfirmDialog?c("div",{class:"switch-confirm-overlay",onClick:this.handleCancel},c("div",{class:"switch-confirm-dialog",onClick:t=>t.stopPropagation()},c("div",{class:"confirm-message"},this.confirmationMessage),c("div",{class:"confirm-actions"},c("ui-button",{variant:"ghost",size:"sm",onClick:this.handleCancel,label:"Cancel"}),c("ui-button",{variant:"primary",size:"sm",onClick:this.handleConfirm,label:"Confirm"})))):null}render(){const t=this.label&&c("span",{key:"aaea5d41fe17902800129034edee86b1ba98d9e9",class:"switch-label"},this.label,this.required&&c("span",{key:"93e398287cfb42f1d43052d6f0492dc1cc1b7133",class:"switch-required"},"*"),this.description&&"bottom"===this.descriptionPosition&&c("span",{key:"91cc70cec284734e944886bbf28deeafb161eec0",class:"switch-description-bottom"},this.description)),i=this.description&&"side"===this.descriptionPosition&&c("span",{key:"5c6b858c2d9e135407a82a394f1472475bca1222",class:"switch-description-side"},this.description),s={};if(this.gradient&&this.gradientColors)try{const t=JSON.parse(this.gradientColors);Array.isArray(t)&&t.length>=2&&(s.background=`linear-gradient(135deg, ${t[0]} 0%, ${t[1]} 100%)`)}catch(t){}const h={};return this.width&&(h["--switch-track-width"]=this.width),c(a,{key:"41e4d34b8c2aa2ee57e25823ffc67ac5316ec3e6",style:h,class:{"switch-host":!0,"switch-disabled":this.disabled||this.loading,"switch-readonly":this.readonly,"switch-checked":this.checked,"switch-invalid":this.invalid,"switch-focused":this.isFocused,"switch-hovered":this.isHovered,"switch-vertical":"vertical"===this.orientation,"switch-animate":this.enableAnimation,"switch-indeterminate":this.indeterminate,"switch-glow":this.glow,"switch-rtl":this.rtl,[`switch-physics-${this.physics}`]:!0,[`switch-elevation-${this.elevation}`]:this.elevation>0,[`switch-color-${this.color}`]:!0,[`switch-${this.variant}`]:!0},onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},c("div",{key:"6684aba1b0aa8ebb37558a0c7aee00c0be7cb1e9",part:"container",class:{"switch-container-outer":!0,[`switch-${this.size}`]:!0,[`switch-color-${this.color}`]:!0,[`switch-physics-${this.physics}`]:!0,[`switch-variant-${this.variant}`]:!0,[`switch-${this.shape}`]:!0,[`thumb-${this.thumbShape}`]:!0,"switch-checked":this.checked,"switch-disabled":this.disabled,"switch-readonly":this.readonly,"switch-loading":this.loading||this.internalLoading,"switch-error":this.invalid,"switch-glow":this.glow&&this.checked,"switch-haptic":this.haptic,"switch-rtl":this.rtl,"switch-shaking":this.isShaking,"switch-animate":this.enableAnimation,"switch-indeterminate":this.indeterminate}},c("label",{key:"d8092db9b999f61d13ed28de07b51f0756b90203",part:"label",class:{"switch-container":!0,[`switch-${this.size}`]:!0,[`switch-color-${this.color}`]:!0,[`switch-${this.variant}`]:!0,[`switch-${this.shape}`]:!0,[`thumb-${this.thumbShape}`]:!0,"switch-label-left":"left"===this.labelPosition,"switch-label-right":"right"===this.labelPosition||!this.labelPosition}},"left"===this.labelPosition&&t,c("div",{key:"45e4aebf40ca6590d98871188c95fc0cb7167820",part:"wrapper",class:"switch-wrapper"},c("input",{key:"2f4f3b4641e4f2f8e53debbabc06ddedb57118a7",type:"checkbox",class:"switch-input",checked:this.checked,disabled:this.disabled||this.loading,readonly:this.readonly,name:this.name,value:this.value,required:this.required,tabindex:this.switchTabIndex,onChange:this.handleChange,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeyDown:this.handleKeyDown,"aria-label":this.ariaLabel||this.label,"aria-checked":this.indeterminate?"mixed":this.checked?"true":"false","aria-disabled":(this.disabled||this.loading).toString(),"aria-invalid":this.invalid.toString(),ref:t=>{t&&this.indeterminate&&(t.indeterminate=!0)}}),c("div",{key:"affc51e292c88c6eca57e14ea23ef57c88ef1719",part:"track",class:{"switch-track":!0,"switch-track-checked":this.checked,"switch-track-disabled":this.disabled||this.loading,"switch-gradient":this.gradient},style:s},this.renderTrackText(),c("div",{key:"be816a97508c3ec53b08a9436079e7475017c503",part:"thumb",class:{"switch-thumb":!0,"switch-thumb-checked":this.checked,"switch-thumb-loading":this.loading}},this.getIcon()),this.showRipple&&c("div",{key:"abc8476dd3e164ac6397443dfe46f89c244a8bdb",class:"switch-ripple"}),this.loading&&c("div",{key:"049d77febd86e72fb513f4c8ba9012c31b0c55a9",class:"switch-loading-overlay"}))),"right"===this.labelPosition&&t,i,this.renderSuccessFeedback()),this.renderHelperText(),this.renderTooltip()),this.renderConfirmDialog())}static get watchers(){return{checked:[{handleCheckedChange:0}]}}};h.style='.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.a11y-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}:host{display:inline-block;--switch-primary:var(--color-primary-hover, #2563eb);--switch-secondary:var(--color-primary, #64748b);--switch-success:var(--color-success, #10b981);--switch-danger:var(--color-danger, #ef4444);--switch-warning:var(--color-warning, #f59e0b);--switch-info:var(--color-primary, #10b981);--switch-primary-rgb:37, 99, 235;--switch-secondary-rgb:100, 116, 139;--switch-success-rgb:16, 185, 129;--switch-danger-rgb:239, 68, 104;--switch-warning-rgb:245, 158, 11;--switch-info-rgb:59, 130, 246;--switch-track-bg:var(--bg-primary, #e2e8f0);--switch-thumb-bg:var(--bg-primary, #ffffff);--switch-text:var(--label-color, var(--text-primary, #1e293b));--switch-text-muted:var(--label-subtitle-color, var(--text-secondary, #64748b));--switch-font:-apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, Helvetica, Arial, sans-serif;--switch-duration:0.4s;--switch-easing:cubic-bezier(0.4, 0, 0.2, 1);--switch-transition:all var(--switch-duration) var(--switch-easing)}:host-context(.dark),:host-context([data-theme=dark]),:host-context([data-theme=violet]),:host-context([data-theme=pink]),:host-context([data-theme=blue]),:host-context([data-theme=green]){--switch-track-bg:var(--bg-secondary, #1e293b);--switch-thumb-bg:var(--bg-primary, #334155)}.switch-host{font-family:var(--switch-font);-webkit-tap-highlight-color:transparent}.switch-host.switch-glow.switch-checked .switch-track{box-shadow:0 0 15px rgba(var(--switch-primary-rgb, 37, 99, 235), 0.4)}.switch-host.switch-glow.switch-checked.switch-success .switch-track{box-shadow:0 0 15px rgba(var(--switch-success-rgb), 0.4)}.switch-host.switch-glow.switch-checked.switch-danger .switch-track{box-shadow:0 0 15px rgba(var(--switch-danger-rgb), 0.4)}.switch-host.switch-glow.switch-checked.switch-warning .switch-track{box-shadow:0 0 15px rgba(var(--switch-warning-rgb), 0.4)}.switch-host.switch-glow.switch-checked.switch-info .switch-track{box-shadow:0 0 15px rgba(var(--switch-info-rgb), 0.4)}.switch-host{--switch-easing:cubic-bezier(0.4, 0, 0.2, 1)}.switch-host.switch-physics-linear{--switch-easing:cubic-bezier(0, 0, 1, 1)}.switch-host.switch-physics-stiff{--switch-easing:cubic-bezier(0.18, 0.89, 0.32, 1.28);--switch-duration:0.2s}.switch-host.switch-physics-liquid{--switch-easing:cubic-bezier(0.4, 0, 0.2, 1);--switch-duration:0.4s}.switch-host.switch-physics-bouncy{--switch-easing:cubic-bezier(0.68, -0.6, 0.32, 1.6);--switch-duration:0.5s}.switch-host .switch-track,.switch-host .switch-thumb,.switch-host .switch-track-text,.switch-host .switch-ripple{transition:var(--switch-transition)}:host(.switch-color-primary){--switch-active-bg:var(--switch-primary);--switch-active-bg-rgb:var(--color-primary-rgb)}:host(.switch-color-success){--switch-active-bg:var(--switch-success);--switch-active-bg-rgb:var(--color-success-rgb)}:host(.switch-color-danger){--switch-active-bg:var(--switch-danger);--switch-active-bg-rgb:var(--color-danger-rgb)}:host(.switch-color-warning){--switch-active-bg:var(--switch-warning);--switch-active-bg-rgb:var(--color-warning-rgb)}:host(.switch-color-info){--switch-active-bg:var(--switch-info);--switch-active-bg-rgb:var(--color-primary-rgb)}:host(.switch-color-secondary){--switch-active-bg:var(--switch-secondary);--switch-active-bg-rgb:var(--color-primary-rgb)}:host(.switch-checked.switch-solid) .switch-track{background:var(--switch-active-bg);border-color:rgba(0, 0, 0, 0.05)}:host(.switch-checked.switch-solid) .switch-track-text{color:var(--color-primary-text, #ffffff)}:host(.switch-glass) .switch-track{background:rgba(255, 255, 255, 0.1) !important;backdrop-filter:blur(8px) saturate(180%);border:1px solid rgba(255, 255, 255, 0.2)}:host(.switch-glass.switch-checked) .switch-track{background:rgba(var(--switch-active-bg-rgb, 37, 99, 235), 0.2) !important;border-color:rgba(var(--switch-active-bg-rgb, 37, 99, 235), 0.4)}:host(.switch-glass.switch-checked) .switch-track-text{color:var(--switch-active-bg);text-shadow:0 0 8px rgba(var(--switch-active-bg-rgb), 0.4)}:host(.switch-raised) .switch-track{background:var(--bg-secondary, #f1f5f9);box-shadow:inset 4px 4px 8px rgba(0, 0, 0, 0.06), inset -4px -4px 8px rgba(255, 255, 255, 0.8)}:host(.switch-raised) .switch-thumb{box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8)}:host(.switch-raised.switch-checked) .switch-track{background:linear-gradient(135deg, var(--switch-active-bg), rgba(var(--switch-active-bg-rgb), 0.8));box-shadow:inset 2px 2px 4px rgba(0, 0, 0, 0.2)}:host(.switch-outlined) .switch-track{background:transparent !important;border:2px solid var(--border-subtle, #e2e8f0)}:host(.switch-outlined.switch-checked) .switch-track{border-color:var(--switch-active-bg)}:host(.switch-outlined) .switch-thumb{background:var(--color-primary, #94a3b8)}:host(.switch-outlined.switch-checked) .switch-thumb{background:var(--switch-active-bg);box-shadow:0 0 10px rgba(var(--switch-active-bg-rgb), 0.3)}:host(.switch-glow.switch-checked) .switch-track{box-shadow:0 0 12px rgba(var(--switch-active-bg-rgb), 0.3);animation:switch-glow-pulse 2s ease-in-out infinite}.switch-loading .switch-track{position:relative;overflow:hidden}.switch-loading .switch-track::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);background-size:200% 100%;animation:switch-shimmer 1.5s infinite linear;z-index:1}.switch-loading .switch-track::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);background-size:4px 4px;opacity:0.5;z-index:0}@keyframes switch-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.switch-container-outer{display:flex;flex-direction:column}.switch-container{display:inline-flex;align-items:center;gap:12px;cursor:pointer;user-select:none;position:relative;transition:opacity var(--switch-duration) var(--switch-easing);font-family:"Inter", -apple-system, sans-serif}.switch-label-left{flex-direction:row-reverse}.switch-wrapper{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.switch-input{position:absolute;width:100%;height:100%;opacity:0;cursor:inherit;z-index:2;margin:0;outline:none}.switch-input:focus-visible~.switch-track{box-shadow:0 0 0 2px var(--bg-primary, #ffffff), 0 0 0 4px var(--switch-active-bg, var(--switch-primary));transform:scale(1.02)}.switch-track{position:relative;display:flex;align-items:center;background:var(--switch-track-bg);border-radius:9999px;transition:background-color var(--switch-duration) var(--switch-easing), box-shadow 0.2s ease, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);overflow:hidden;border:1px solid rgba(0, 0, 0, 0.05)}.switch-container:hover .switch-track{filter:brightness(1.05);box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)}.switch-container:active .switch-track{transform:scale(0.96);filter:brightness(0.95)}.switch-ripple{position:absolute;left:50%;top:50%;width:10px;height:10px;background:rgba(255, 255, 255, 0.4);border-radius:50%;transform:translate(-50%, -50%);pointer-events:none;animation:switch-ripple-expand 0.6s cubic-bezier(0, 0, 0.2, 1) forwards;z-index:1}.switch-loading-overlay{position:absolute;inset:0;background:rgba(255, 255, 255, 0.15);z-index:10;overflow:hidden}.switch-loading-overlay::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);background-size:8px 8px;opacity:0.3}.switch-loading-overlay::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);animation:switch-shimmer 1.5s infinite}@keyframes switch-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}@keyframes switch-ripple-expand{0%{transform:translate(-50%, -50%) scale(0);opacity:0.8}100%{transform:translate(-50%, -50%) scale(15);opacity:0}}.switch-thumb{position:absolute;background-color:var(--bg-primary, #ffffff);border-radius:50%;box-shadow:var(--shadow-sm);transition:transform var(--switch-duration) var(--switch-easing), background-color var(--switch-duration) var(--switch-easing), box-shadow var(--switch-duration) var(--switch-easing);z-index:2;display:flex;align-items:center;justify-content:center;border:0.5px solid rgba(0, 0, 0, 0.04)}.switch-thumb:hover{transform:scale(1.05) translateZ(0);box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)}.switch-icon{display:flex;align-items:center;justify-content:center;font-size:10px}.switch-track-text{position:absolute;font-size:calc(var(--switch-thumb-size, 20px) * 0.45);font-weight:800;color:var(--switch-text-muted);text-transform:uppercase;user-select:none;pointer-events:none;transition:var(--switch-transition);opacity:0.8;letter-spacing:0.02em}.switch-xxxs{--switch-thumb-size:10px;--switch-track-width:24px}.switch-xxxs .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:12px}.switch-xxxs .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xxxs.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xxxs .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xxxs.switch-checked .switch-track-text{left:4px}.switch-xxs{--switch-thumb-size:12px;--switch-track-width:28px}.switch-xxs .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:14px}.switch-xxs .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xxs.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xxs .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xxs.switch-checked .switch-track-text{left:4px}.switch-xs{--switch-thumb-size:14px;--switch-track-width:32px}.switch-xs .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:17px}.switch-xs .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xs.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xs .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xs.switch-checked .switch-track-text{left:4px}.switch-sm{--switch-thumb-size:16px;--switch-track-width:36px}.switch-sm .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:20px}.switch-sm .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-sm.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-sm .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-sm.switch-checked .switch-track-text{left:4px}.switch-md{--switch-thumb-size:20px;--switch-track-width:44px}.switch-md .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:24px}.switch-md .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-md.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-md .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-md.switch-checked .switch-track-text{left:4px}.switch-lg{--switch-thumb-size:24px;--switch-track-width:52px}.switch-lg .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:28px}.switch-lg .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-lg.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-lg .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-lg.switch-checked .switch-track-text{left:4px}.switch-xl{--switch-thumb-size:28px;--switch-track-width:64px}.switch-xl .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:32px}.switch-xl .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xl.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xl .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xl.switch-checked .switch-track-text{left:4px}.switch-xxl{--switch-thumb-size:34px;--switch-track-width:76px}.switch-xxl .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:38px}.switch-xxl .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xxl.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xxl .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xxl.switch-checked .switch-track-text{left:4px}.switch-xxxl{--switch-thumb-size:40px;--switch-track-width:88px}.switch-xxxl .switch-track{width:var(--switch-track-width);min-width:var(--switch-track-width);height:44px}.switch-xxxl .switch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);left:2px}.switch-xxxl.switch-checked .switch-thumb{transform:translateX(calc(var(--switch-track-width) - var(--switch-thumb-size) - 4px))}.switch-xxxl .switch-track-text{position:absolute;top:50%;transform:translateY(-50%);width:calc(var(--switch-track-width) - var(--switch-thumb-size) - 6px);text-align:center;line-height:1;left:calc(var(--switch-thumb-size) + 2px);transition:all var(--switch-duration) var(--switch-easing)}.switch-xxxl.switch-checked .switch-track-text{left:4px}@keyframes switch-glow-pulse{0%,100%{filter:drop-shadow(0 0 5px rgba(var(--switch-active-bg-rgb, 37, 99, 235), 0.3))}50%{filter:drop-shadow(0 0 12px rgba(var(--switch-active-bg-rgb, 37, 99, 235), 0.6))}}.switch-glass .switch-track{background:rgba(255, 255, 255, 0.08) !important;backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255, 255, 255, 0.12);box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.1)}.switch-glass .switch-thumb{background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(8px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);border:1px solid rgba(255, 255, 255, 0.3)}.switch-raised .switch-track{background:var(--bg-secondary, #f1f5f9);box-shadow:inset 4px 4px 8px rgba(0, 0, 0, 0.06), inset -4px -4px 8px rgba(255, 255, 255, 0.8);border:1px solid rgba(0, 0, 0, 0.02)}.switch-raised .switch-thumb{background:linear-gradient(145deg, var(--bg-primary, #ffffff), var(--bg-primary, #f8fafc));box-shadow:2px 2px 5px rgba(0, 0, 0, 0.05), -1px -1px 3px rgba(255, 255, 255, 0.9);border:0.5px solid rgba(0, 0, 0, 0.02)}.switch-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:inherit}.switch-thumb-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.switch-rounded .switch-track,.switch-rounded .switch-thumb{border-radius:4px}.switch-square .switch-track,.switch-square .switch-thumb{border-radius:0}.switch-pill .switch-track,.switch-pill .switch-thumb{border-radius:9999px}.thumb-square .switch-thumb{border-radius:2px}.switch-vertical .switch-container{flex-direction:column}.switch-vertical .switch-track{flex-direction:column}.switch-vertical .switch-thumb{left:50%;transform:translateX(-50%);top:2px}.switch-vertical.switch-xxxs .switch-track{width:12px;height:24px}.switch-vertical.switch-xxxs.switch-checked .switch-thumb{transform:translate(-50%, 11px)}.switch-vertical.switch-xxs .switch-track{width:14px;height:28px}.switch-vertical.switch-xxs.switch-checked .switch-thumb{transform:translate(-50%, 13px)}.switch-vertical.switch-xs .switch-track{width:17px;height:32px}.switch-vertical.switch-xs.switch-checked .switch-thumb{transform:translate(-50%, 15px)}.switch-vertical.switch-sm .switch-track{width:20px;height:36px}.switch-vertical.switch-sm.switch-checked .switch-thumb{transform:translate(-50%, 16px)}.switch-vertical.switch-md .switch-track{width:24px;height:44px}.switch-vertical.switch-md.switch-checked .switch-thumb{transform:translate(-50%, 20px)}.switch-vertical.switch-lg .switch-track{width:28px;height:52px}.switch-vertical.switch-lg.switch-checked .switch-thumb{transform:translate(-50%, 24px)}.switch-vertical.switch-xl .switch-track{width:32px;height:64px}.switch-vertical.switch-xl.switch-checked .switch-thumb{transform:translate(-50%, 32px)}.switch-vertical.switch-xxl .switch-track{width:38px;height:76px}.switch-vertical.switch-xxl.switch-checked .switch-thumb{transform:translate(-50%, 38px)}.switch-vertical.switch-xxxl .switch-track{width:44px;height:88px}.switch-vertical.switch-xxxl.switch-checked .switch-thumb{transform:translate(-50%, 44px)}.switch-disabled{opacity:0.5;cursor:not-allowed !important}.switch-readonly{cursor:default !important}.switch-readonly .switch-input{pointer-events:none}.switch-invalid .switch-track{border-color:var(--switch-danger);box-shadow:0 0 0 2px rgba(var(--color-danger-rgb, 239, 68, 68), 0.1)}.switch-focused .switch-track{box-shadow:0 0 0 3px rgba(var(--color-primary-rgb, 37, 99, 235), 0.2)}.switch-hovered:not(.switch-disabled) .switch-track{filter:brightness(0.95)}.switch-gradient .switch-track{border:none}.switch-elevation-1 .switch-track{box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}.switch-elevation-2 .switch-track{box-shadow:0 4px 8px rgba(0, 0, 0, 0.1)}.switch-elevation-3 .switch-track{box-shadow:0 6px 12px rgba(0, 0, 0, 0.1)}.switch-elevation-4 .switch-track{box-shadow:0 8px 16px rgba(0, 0, 0, 0.1)}.switch-elevation-5 .switch-track{box-shadow:0 10px 20px rgba(0, 0, 0, 0.1)}.switch-indeterminate .switch-thumb{left:50%;transform:translateX(-50%)}.switch-indeterminate .switch-thumb::after{content:"";position:absolute;width:50%;height:2px;background:var(--switch-active-bg, #94a3b8);border-radius:4px}.switch-rtl{direction:rtl}.switch-rtl .switch-container{flex-direction:row-reverse}.switch-rtl .switch-thumb{left:auto;inset-inline-start:2px;inset-inline-end:auto}.switch-rtl.switch-checked .switch-thumb{transform:translateX(calc(-1 * (var(--switch-track-width) - var(--switch-thumb-size) - 4px)))}.switch-rtl .switch-track-text{inset-inline-start:4px;inset-inline-end:auto;text-align:left;left:auto}.switch-rtl.switch-checked .switch-track-text{inset-inline-start:calc(var(--switch-thumb-size) + 8px);inset-inline-end:auto;left:auto}.switch-loading-overlay{position:absolute;inset:0;background:rgba(255, 255, 255, 0.2);z-index:1}.switch-spinner{display:flex;align-items:center;justify-content:center}.switch-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;opacity:0.65;display:flex;flex-direction:column;line-height:1.2}.switch-description-bottom{font-size:11px;font-weight:400;color:var(--switch-text-muted);opacity:0.8;margin-top:2px}.switch-description-side{font-size:12px;font-weight:400;color:var(--switch-text-muted);opacity:0.6;margin-inline-start:12px;padding-inline-start:12px;border-inline-start:1px solid rgba(0, 0, 0, 0.08);white-space:nowrap}.switch-required{color:var(--switch-danger);margin-inline-start:2px}.switch-helper-text{margin-top:4px;font-size:12px;color:var(--switch-text-muted);display:flex;align-items:center;gap:4px}.switch-tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(-10px);background:rgba(15, 23, 42, 0.95);color:var(--text-standard, #ffffff);padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;pointer-events:none;z-index:100;box-shadow:0 4px 12px rgba(0, 0, 0, 0.2);border:1px solid rgba(255, 255, 255, 0.1);animation:tooltip-fade-in 0.2s ease}.switch-tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(15, 23, 42, 0.95)}@keyframes tooltip-fade-in{from{opacity:0;transform:translateX(-50%) translateY(-5px)}to{opacity:1;transform:translateX(-50%) translateY(-10px)}}.switch-error-text{color:var(--switch-danger)}.switch-success-feedback{color:var(--switch-success);margin-inline-start:8px;animation:success-pop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}@keyframes success-pop{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.switch-confirm-overlay{position:fixed;inset:0;background:rgba(0, 0, 0, 0.4);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fade-in 0.2s ease}.switch-confirm-dialog{background:var(--bg-primary, #ffffff);padding:24px;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1);max-width:320px;width:90%;animation:slide-up 0.3s ease}.confirm-message{margin-bottom:20px;font-size:15px;color:var(--text-primary, #1e293b);line-height:1.5}.confirm-actions{display:flex;gap:12px;justify-content:flex-end}.confirm-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all 0.2s}.confirm-btn.cancel{background:var(--bg-secondary, #f1f5f9);color:var(--color-primary, #475569)}.confirm-btn.ok{background:var(--switch-primary);color:var(--text-standard, #ffffff)}.confirm-btn:hover{opacity:0.9;transform:translateY(-1px)}.switch-shaking{animation:switch-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both}@keyframes switch-shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes slide-up{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}';export{h as ui_switch}
@@ -0,0 +1 @@
1
+ import{r as e,c as i,h as a,H as s}from"./p-DUsoYu9r.js";const t=class{constructor(a){e(this,a),this.fileSelect=i(this,"fileSelect"),this.fileRemove=i(this,"fileRemove"),this.fileReject=i(this,"fileReject"),this.uploadProgress=i(this,"uploadProgress"),this.uploadSuccess=i(this,"uploadSuccess"),this.allUploadsComplete=i(this,"allUploadsComplete")}disconnectedCallback(){Object.values(this.uploadIntervals).forEach((e=>clearInterval(e))),this.uploadIntervals={}}label="";helperText="";accept="";multiple=!1;maxSize=10485760;minSize=0;maxFiles=5;showPreview=!0;disabled=!1;variant="dropzone";uploadIcon="📁";rtl=!1;capture=!1;validateFileName=!0;fileNamePattern="";showValidateButton=!1;showUploadButton=!1;autoUpload=!0;autoCloseOnSuccess=!1;headerTitle="";isDragging=!1;files=[];errors=[];componentStatus="idle";uploadIntervals={};fileSelect;fileRemove;fileReject;uploadProgress;uploadSuccess;allUploadsComplete;inputRef;async removeInvalidFiles(){this.files=this.files.filter((e=>"error"!==e.status)),this.errors=[],this.fileSelect.emit(this.files)}async validate(){this.componentStatus="validating";let e=!0;const i=this.files.map((i=>"pending"!==i.status&&"validating"!==i.status?i:this.validateFile(i.file).length>0?(e=!1,{...i,status:"error"}):{...i,status:"pending"}));return this.files=[...i],await new Promise((e=>setTimeout(e,600))),this.componentStatus=e?"idle":"error",e}async upload(){if("uploading"===this.componentStatus)return;this.componentStatus="uploading";const e=this.files.filter((e=>"pending"===e.status||"error"===e.status));0!==e.length?e.forEach((e=>{this.startSimulation(e.name)})):this.componentStatus="idle"}async clear(){Object.values(this.uploadIntervals).forEach((e=>clearInterval(e))),this.uploadIntervals={},this.files=[],this.errors=[],this.componentStatus="idle"}formatSize(e){return e<1024?`${e} B`:e<1048576?`${(e/1024).toFixed(1)} KB`:`${(e/1048576).toFixed(1)} MB`}getAcceptTokens(){return this.accept.split(",").map((e=>e.trim())).filter(Boolean)}matchesAcceptRule(e){const i=this.getAcceptTokens();if(0===i.length)return!0;const a=(e.type||"").toLowerCase(),s=e.name.toLowerCase();return i.some((e=>{const i=e.toLowerCase();return i.startsWith(".")?s.endsWith(i):i.endsWith("/*")?a.startsWith(i.slice(0,-1)):a===i}))}getFileNameValidationError(e){if(!this.validateFileName)return null;if(!e.trim())return{fileName:e,message:"A selected file is missing a valid name",rule:"invalid-name"};if(/[<>:"/\\|?*\u0000-\u001F]/.test(e))return{fileName:e,message:`${e} contains invalid filename characters`,rule:"invalid-name"};if(/[. ]$/.test(e))return{fileName:e,message:`${e} cannot end with a space or period`,rule:"invalid-name"};const i=e.replace(/\.[^/.]+$/,"");if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(i))return{fileName:e,message:`${e} uses a reserved filename`,rule:"reserved-name"};if(this.fileNamePattern)try{if(!new RegExp(this.fileNamePattern).test(e))return{fileName:e,message:`${e} does not match the required filename pattern`,rule:"file-name-pattern"}}catch(e){}return null}validateFile(e){const i=[],a=this.getFileNameValidationError(e.name);return a&&i.push(a),this.minSize>0&&e.size<this.minSize&&i.push({fileName:e.name,message:`${e.name} is smaller than the minimum size (${this.formatSize(this.minSize)})`,rule:"min-size"}),e.size>this.maxSize&&i.push({fileName:e.name,message:`${e.name} exceeds max size (${this.formatSize(this.maxSize)})`,rule:"max-size"}),this.matchesAcceptRule(e)||i.push({fileName:e.name,message:`${e.name} is not an accepted file type`,rule:"accept"}),i}processFiles(e){const i=[],a=[],s=this.maxFiles-this.files.length;s<=0&&i.push({fileName:"",message:`You can upload up to ${this.maxFiles} files`,rule:"max-files"}),e.length>s&&s>0&&i.push({fileName:"",message:`Only ${s} more file${1===s?"":"s"} can be added`,rule:"max-files"}),Array.from(e).slice(0,s).forEach((e=>{const s=this.files.some((i=>i.name===e.name&&i.size===e.size)),t={name:e.name,size:e.size,type:e.type,file:e,status:"pending",progress:0};s&&(t.status="error",t.errorMessage=`Duplicate detected: "${e.name}"`,i.push({fileName:e.name,message:t.errorMessage,rule:"duplicate-file"})),0===e.size&&(t.status="error",t.errorMessage="File is empty (0 bytes)",i.push({fileName:e.name,message:t.errorMessage,rule:"empty-file"}));const o=this.validateFile(e);o.length>0&&"error"!==t.status&&(t.status="error",t.errorMessage=o[0].message,i.push(...o));const r=new FileReader;r.onload=e=>{t.dataUrl=e.target?.result,this.files=[...this.files]},e.type.startsWith("image/")&&r.readAsDataURL(e),a.push(t)})),this.errors=i.map((e=>e.message)),this.files=[...this.files,...a],this.autoUpload&&a.filter((e=>"pending"===e.status)).forEach((e=>this.startSimulation(e.name))),i.length>0&&this.fileReject.emit(i),this.fileSelect.emit(this.files)}handleDrop=e=>{e.preventDefault(),this.isDragging=!1,!this.disabled&&e.dataTransfer?.files&&this.processFiles(e.dataTransfer.files)};handlePaste=e=>{!this.disabled&&e.clipboardData?.files.length&&this.processFiles(e.clipboardData.files)};startSimulation(e){this.uploadIntervals[e]&&clearInterval(this.uploadIntervals[e]);const i=this.files.findIndex((i=>i.name===e));-1!==i&&(this.files[i].status="uploading",this.files=[...this.files],this.uploadIntervals[e]=setInterval((()=>{const i=this.files.findIndex((i=>i.name===e));if(-1===i)return void clearInterval(this.uploadIntervals[e]);const a=this.files[i].progress||0;if(a>=100)clearInterval(this.uploadIntervals[e]),delete this.uploadIntervals[e],this.files[i].status="success",this.files[i].progress=100,this.files=[...this.files],this.uploadSuccess.emit(this.files[i]),this.checkAllComplete();else{const s=Math.min(100,a+15*Math.random()+5);this.files[i].progress=s,this.files=[...this.files],this.uploadProgress.emit({fileName:e,progress:s})}}),400))}checkAllComplete(){this.files.every((e=>"success"===e.status||"error"===e.status))&&this.files.length>0&&(this.allUploadsComplete.emit(this.files),this.componentStatus="success",this.autoCloseOnSuccess&&setTimeout((()=>{this.clear()}),1500))}handleFileInput=e=>{const i=e.target;i.files&&this.processFiles(i.files),i.value=""};removeFile=e=>{const i=this.files[e];this.uploadIntervals[i.name]&&(clearInterval(this.uploadIntervals[i.name]),delete this.uploadIntervals[i.name]),this.files=this.files.filter(((i,a)=>a!==e)),this.fileRemove.emit(i.name),this.fileSelect.emit(this.files)};getIcon(e){return e.startsWith("image/")?"🖼️":"application/pdf"===e?"📄":e.includes("word")?"📝":e.includes("sheet")||e.includes("excel")?"📊":e.includes("zip")||e.includes("rar")?"🗜️":"📎"}render(){const e=!this.disabled&&this.files.length<this.maxFiles,i=this.files.length>0,t="uploading"===this.componentStatus,o="validating"===this.componentStatus,r=this.files.filter((e=>"error"!==e.status)).length,l=this.files.some((e=>"error"===e.status));return a(s,{key:"e023a6d860e04cbad81a073a3d921b4670644ea1",dir:this.rtl?"rtl":"ltr",onPaste:this.handlePaste,class:{"is-sideload":"sideload"===this.variant}},"sideload"===this.variant&&a("div",{key:"f0a9154a2d0fd3574b659674cf76f3a12f058d57",class:"fu-sideload-header"},a("div",{key:"83d0168bac94abaa64b8e97026c97fd8d2423ae3",class:"fu-header-title-row"},a("ui-icon",{key:"8387010b6ef439d6de023eb97eb18fc38d9aa06d",name:"upload-cloud",library:"lucide",size:"24px",color:"var(--color-primary, #10b981)"}),a("h2",{key:"a31a8e98afedd667a99090de154ee41565e7d6ca"},this.headerTitle||"Sideload Firmware"),a("ui-button",{key:"b6253491fe52f40256bc7160c5d7f127f56618f3",variant:"ghost",size:"md",iconOnly:!0,icon:"x",iconLibrary:"lucide",class:"fu-close-dialog"})),a("div",{key:"b1628a83b975aaf63a78fb4827eda5b723d7559e",class:{"fu-sideload-zone":!0,"is-dragging":this.isDragging},onDragOver:e=>{e.preventDefault(),this.isDragging=!0},onDragLeave:()=>this.isDragging=!1,onDrop:this.handleDrop,onClick:()=>e&&this.inputRef?.click()},a("ui-icon",{key:"438322e56615a49d5b59ce048a53baa70a378bbd",name:"upload",library:"lucide",size:"20px",color:"var(--color-primary, #10b981)"}),a("span",{key:"55635c6bdee2d0f6cdb76f6c631e43af00119c29"},"Drop more files or ",a("strong",{key:"38a4347b3acc9f226d8807513a13e896cc3988ab",class:"fu-browse-pill"},"Browse")))),this.label&&"sideload"!==this.variant&&a("label",{key:"8d7e1ab4892d62a638a0ac2a7ed3de49ea4db3a7",class:"fu-label"},this.label),"dropzone"===this.variant&&a("div",{key:"e3db150b83ca3874088a4f0ab4ff721d1eb8599a",class:{"fu-zone":!0,"fu-dragging":this.isDragging,"fu-disabled":this.disabled},onDragOver:e=>{e.preventDefault(),this.isDragging=!0},onDragLeave:()=>this.isDragging=!1,onDrop:this.handleDrop,onClick:()=>e&&this.inputRef?.click()},a("div",{key:"c067ae850850024015757974c5e881b1fc52cdd0",class:"fu-zone-icon"},this.uploadIcon),a("div",{key:"a438cded36e799c246e29bd636bc79c833246d2e",class:"fu-zone-title"},"Drag & drop files here"),a("div",{key:"952dd6afce21218fa9a3b9c1f7cb1a2854ab9f21",class:"fu-zone-sub"},"or ",a("span",{key:"5946db023c7713f63ff402082de612cfe27d79e1",class:"fu-zone-browse"},"browse files")),a("div",{key:"0b63680de4b4c3d99a985747efd1bdf2733b8c1a",class:"fu-zone-limit"},this.accept&&a("span",{key:"5c75daa15408bec904c57ee6f7e4af4ba09f56b7"},"Accepts: ",this.accept),a("span",{key:"34488fd0e8064650fcbc50672d9f4b40b56c3252"},"Max ",this.formatSize(this.maxSize)," · Up to ",this.maxFiles," files"))),("button"===this.variant||"compact"===this.variant)&&a("div",{key:"805a97dbff1ac3911e20d25d9feb5dc0e0254d90",class:"fu-trigger-row"},"button"===this.variant&&a("ui-button",{key:"54b3624ef218f5c5c8d62a4c5dc88fe24ddc9a27",variant:"primary",onClick:()=>e&&this.inputRef?.click(),disabled:this.disabled||t,label:this.label||"Select Files",icon:this.uploadIcon}),"compact"===this.variant&&a("div",{key:"3ebbfb44da248d985e86f48759772545de916d5d",class:{"fu-compact":!0,"fu-disabled":this.disabled},onClick:()=>e&&this.inputRef?.click()},a("span",{key:"39e88c85f57b10cec99d7c677689cd0402b8b5b0",class:"fu-compact-icon"},this.uploadIcon),a("span",{key:"41e011e8f46008ef0e803fcfe7bbecc55e7ddd98",class:"fu-compact-text"},this.label||"Choose file"),a("span",{key:"5f2c96e19c6ab3d715ffbd9d33fd49c507cda31b",class:"fu-compact-count"},this.files.length," / ",this.maxFiles)),(this.showValidateButton||this.showUploadButton)&&a("div",{key:"494128b8db00f33ab9d602b78c2c17c9374ddf0a",class:"fu-actions"},this.showValidateButton&&a("ui-button",{key:"470be75a0b9a69b8557f749c615f60848b045f7f",variant:"outline",size:"md",loading:o,disabled:t||this.disabled||!i,onClick:()=>this.validate(),label:"Validate"}),this.showUploadButton&&a("ui-button",{key:"14cea3a0039fe06e5a6eff5baf4ce1ffcee724ad",variant:"primary",size:"md",loading:t,disabled:o||this.disabled||!i,onClick:()=>this.upload(),label:"Upload All",icon:"upload",iconLibrary:"lucide"}))),"dropzone"===this.variant&&(this.showValidateButton||this.showUploadButton)&&a("div",{key:"aba1a4dc3bfffe9b2613719ce2ae876e10bd9aca",class:"fu-dropzone-actions"},a("span",{key:"f6bddf09dfb74057ee74aff7e82a38a999973e9c",class:"fu-status-text"},i?`${this.files.length} file(s) selected`:"No files selected"),a("div",{key:"e050caeb8ba45b9d2d0adeddf659b5a53abddf89",class:"fu-button-group"},this.showValidateButton&&a("ui-button",{key:"95b6ea727bbe7cad4a3ba6f10e1b3777393b4ca4",variant:"ghost",size:"md",loading:o,disabled:t||!i,onClick:()=>this.validate(),label:"Validate Files"}),this.showUploadButton&&a("ui-button",{key:"3d92daaa1f7d0bb85e1bf016fb53aa0f771c4510",variant:"primary",size:"md",loading:t,disabled:o||!i,onClick:()=>this.upload(),label:"Start Upload"}))),a("input",{key:"33eaf23068f5a8042b7e44ef8564f22860693395",ref:e=>this.inputRef=e,type:"file",class:"fu-input-hidden",accept:this.accept,multiple:this.multiple,capture:!0===this.capture?"environment":this.capture||void 0,onChange:this.handleFileInput}),this.errors.length>0&&"sideload"!==this.variant&&a("div",{key:"7c206fe6b3cd098262a1061e9abf88909c443fb2",class:"fu-errors"},this.errors.map((e=>a("div",{class:"fu-error"},"⚠ ",e)))),this.showPreview&&i&&a("div",{key:"36884700bc547826dfbfa32556a59e56ea0c9ff1",class:{"fu-file-list":!0,"is-sideload-list":"sideload"===this.variant}},"sideload"!==this.variant&&a("div",{key:"634011f23cba7105437851f7e969e98ee1e46c09",class:"fu-list-header"},"QUEUED FILES"),this.files.map(((e,i)=>{const s=e.progress||0,o=e.status,r="error"===o?"alert-triangle":"success"===o?"check-circle":"info",l="error"===o?"#f59e0b":"success"===o?"#10b981":"#3b82f6";return a("div",{class:{"fu-file-item":!0,[`is-${o}`]:!0},key:e.name+i},"sideload"===this.variant?a("ui-icon",{class:"fu-sideload-item-icon",name:r,library:"lucide",size:"24px",color:l}):e.type.startsWith("image/")&&e.dataUrl?a("img",{class:"fu-thumb",src:e.dataUrl,alt:e.name}):a("span",{class:"fu-file-icon"},this.getIcon(e.type)),a("div",{class:"fu-file-info"},a("div",{class:"fu-file-name-row"},a("span",{class:"fu-file-name"},e.name),a("span",{class:"fu-file-status"},"sideload"!==this.variant&&a("span",{class:"fu-status-label"},{pending:"Ready",validating:"Validating...",uploading:"Uploading...",success:"Complete",error:"Failed"}[o]),"success"===o&&a("ui-icon",{name:"check",library:"lucide",size:"14px",color:"#10b981"}),"error"===o&&"sideload"!==this.variant&&a("ui-icon",{name:"alert-circle",library:"lucide",size:"14px",color:"#ef4444"}),"uploading"===o&&a("span",{class:"fu-file-percent"},Math.round(s),"%"))),a("div",{class:"fu-file-meta"},a("span",{class:"fu-file-size"},this.formatSize(e.size)),e.errorMessage&&a("span",{class:"fu-item-error-msg"}," · ",e.errorMessage)),("uploading"===o||"success"===o)&&a("div",{class:"fu-progress-bar"},a("div",{class:"fu-progress-fill",style:{width:`${s}%`}}))),a("ui-button",{variant:"ghost",size:"xxs",iconOnly:!0,class:"fu-remove",onClick:e=>{e.stopPropagation(),this.removeFile(i)},ariaLabel:"Remove",icon:"x-circle",iconLibrary:"lucide",iconSize:"18px",disabled:t&&"uploading"===o}))}))),"sideload"===this.variant&&a("div",{key:"ef71906dbefd987da6f7cf54dacb41528d8e7d4b",class:"fu-sideload-footer"},a("div",{key:"e5ce897412814293206de68572bce9fe93478fff",class:"fu-footer-actions-left"},l&&a("ui-button",{key:"40c336eb57ba23767800511d7f8a5525c3bb3a0f",variant:"ghost",size:"md",label:"Clean Queue",onClick:()=>this.removeInvalidFiles(),icon:"trash-2",iconLibrary:"lucide"})),a("div",{key:"31c7983a14455d24158aa3c7bb69b490f995968e",class:"fu-footer-actions-right"},a("ui-button",{key:"d9723f7193044a178473437cad30d2074d41b6b4",variant:"outline",label:"Cancel",onClick:()=>this.clear()}),a("ui-button",{key:"532aae5a83893629ee5d8186904286393183f5e7",variant:"primary",label:`Upload ${r} files`,disabled:0===r||t,loading:t,onClick:()=>this.upload(),icon:"upload",iconLibrary:"lucide"}))),this.helperText&&"sideload"!==this.variant&&a("div",{key:"6bd4941a135fbf542f3d9ca275847660424695d9",class:"fu-helper"},this.helperText))}};t.style=".sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.a11y-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}:host{display:block;font-family:inherit}:host(.is-sideload){background:white;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px rgba(0, 0, 0, 0.12);border:1px solid #e5e7eb}.fu-label{display:block;font-size:13px;font-weight:600;color:var(--text-secondary, #374151);margin-bottom:6px}.fu-sideload-header{padding:32px 32px 16px 32px}.fu-header-title-row{display:flex;align-items:center;gap:16px;margin-bottom:24px}.fu-header-title-row h2{margin:0;font-size:28px;font-weight:500;color:#111827;flex:1}.fu-close-dialog{background:#ef4444 !important;color:white !important;border-radius:8px !important;width:36px;height:36px}.fu-sideload-zone{border:2px dashed #e5e7eb;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;background:#fdfdfd;transition:all 0.2s}.fu-sideload-zone:hover,.fu-sideload-zone.is-dragging{border-color:#10b981;background:#f0fdf4}.fu-sideload-zone span{font-size:15px;color:#4b5563}.fu-browse-pill{background:#10b981;color:white;padding:2px 12px;border-radius:20px;font-weight:600;margin-left:4px}.fu-zone{border:2px dashed var(--border-strong, #d1d5db);border-radius:14px;padding:40px 24px;text-align:center;cursor:pointer;background:var(--bg-primary, #fafafa);transition:border-color 0.2s, background 0.2s}.fu-zone:hover:not(.fu-disabled){border-color:var(--color-primary, #10b981);background:var(--bg-primary, #eff6ff)}.fu-zone.fu-dragging{border-color:var(--color-primary, #10b981);background:var(--bg-primary, #eff6ff);box-shadow:inset 0 0 0 3px rgba(var(--color-primary-rgb, 59, 130, 246), 0.2)}.fu-zone.fu-disabled{opacity:0.5;cursor:not-allowed}.fu-zone-icon{font-size:40px;margin-bottom:10px}.fu-file-list{display:flex;flex-direction:column;gap:12px;padding:16px 32px;max-height:400px;overflow-y:auto}.fu-file-list.is-sideload-list{padding:0 32px 32px 32px}.fu-file-item{display:flex;align-items:center;gap:16px;padding:14px 20px;border:1px solid #e5e7eb;border-radius:14px;background:white;transition:transform 0.2s}.fu-file-item.is-error{background:#fff1f2;border-color:#fecaca}.fu-sideload-item-icon{flex-shrink:0}.fu-file-info{flex:1;min-width:0}.fu-file-name{display:block;font-size:15px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fu-file-meta{font-size:13px;color:#6b7280;margin-top:2px}.fu-item-error-msg{color:#ef4444;font-weight:700;background:rgba(239, 68, 68, 0.08);padding:1px 6px;border-radius:4px}.fu-remove{color:#9ca3af !important}.fu-remove:hover{color:#ef4444 !important}.fu-sideload-footer{padding:24px 32px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.fu-footer-actions-right{display:flex;gap:12px}.fu-trigger-row{display:flex;align-items:center;gap:16px}.fu-actions{display:flex;gap:8px}.fu-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;margin-top:10px;overflow:hidden}.fu-progress-fill{height:100%;background:#10b981;transition:width 0.3s ease}.fu-input-hidden{display:none}";export{t as ui_file_upload}
@@ -0,0 +1 @@
1
+ function t(t){const e=function(t){let e=t;for(;e&&e!==document.documentElement;){if(1!==e.nodeType){e=e.host||e.parentNode;continue}const t=window.getComputedStyle(e);if(!t){e=e.assignedSlot||e.parentElement||e.getRootNode().host;continue}const n=t.transform||t.webkitTransform||t.mozTransform||t.msTransform||t.oTransform,o=t.translate||"",a=t.rotate||"",i=t.scale||"",r=t.filter||t.webkitFilter||t.mozFilter||t.msFilter||t.oFilter,l=t.backdropFilter||t.webkitBackdropFilter||t.mozBackdropFilter||t.msBackdropFilter||t.oBackdropFilter,s=t.perspective||t.webkitPerspective||t.mozPerspective||t.msPerspective||t.oPerspective,c=t.mask||t.webkitMask||"",u=t.clipPath||t.webkitClipPath||"",m=t.willChange||"",p=n&&"none"!==n||o&&"none"!==o||a&&"none"!==a||i&&"none"!==i,f=r&&"none"!==r,h=l&&"none"!==l,d=s&&"none"!==s,b=c&&"none"!==c,w=u&&"none"!==u,g=m&&(m.includes("transform")||m.includes("perspective")||m.includes("filter")||m.includes("backdrop-filter")||m.includes("translate")||m.includes("rotate")||m.includes("scale")||m.includes("mask")||m.includes("clip-path")||m.includes("contain")),M=t.contain,v=M&&(M.includes("layout")||M.includes("paint")||M.includes("strict")||M.includes("content"));if(p||f||h||d||b||w||g||v)return e;e=e.assignedSlot||e.parentElement||e.getRootNode().host}return null}(t);if(e){const t=e.getBoundingClientRect();return{x:t.left,y:t.top,el:e}}return{x:0,y:0,el:null}}function e(t,e,n,o={}){const{animationFrame:a=!1}=o;let i=null;const r=()=>{n(),a&&(i=requestAnimationFrame(r))};a?i=requestAnimationFrame(r):n(),window.addEventListener("scroll",n,{capture:!0,passive:!0}),window.addEventListener("resize",n,{passive:!0});const l=new ResizeObserver((()=>n()));return l.observe(t),l.observe(e),()=>{null!==i&&cancelAnimationFrame(i),window.removeEventListener("scroll",n,{capture:!0}),window.removeEventListener("resize",n),l.disconnect()}}function n(e,n){const{menuWidth:o,menuHeight:a,gap:i=4,placement:r="auto",align:l="center",padding:s=8,useTransformedAncestorOffset:c=!0}=n;if(!e)return{left:0,top:0,width:0,availableWidth:0,availableHeight:0,placement:"bottom",isClamped:!1};const u=e.getBoundingClientRect(),m=window.innerWidth,p=window.innerHeight,f=c?t(e):{x:0,y:0,el:null},h="auto"===r?"bottom":r;let d=h;if("auto"===r){const t=p-u.bottom-i-s,e=u.top-i-s,n=m-u.right-i-s,r=u.left-i-s;"bottom"===h&&t<a&&e>t?d="top":"top"===h&&e<a&&t>e?d="bottom":"right"===h&&n<o&&r>n?d="left":"left"===h&&r<o&&n>r&&(d="right"),"top"===d||"bottom"===d?Math.max(e,t)<a&&(n>=o||r>=o)&&(d=n>r?"right":"left"):Math.max(r,n)<o&&(e>=a||t>=a)&&(d=e>t?"top":"bottom")}let b=0,w=0,g=m-2*s,M=p-2*s;switch(d){case"top":w=u.top-a-i,M=u.top-i-s;break;case"bottom":w=u.bottom+i,M=p-u.bottom-i-s;break;case"left":b=u.left-o-i,g=u.left-i-s;break;case"right":b=u.right+i,g=m-u.right-i-s}"top"===d||"bottom"===d?(b="start"===l?u.left:"end"===l?u.right-o:u.left+u.width/2-o/2,g=m-2*s):(w="start"===l?u.top:"end"===l?u.bottom-a:u.top+u.height/2-a/2,M=p-2*s),b-=f.x,w-=f.y;const v=f.el?f.el.getBoundingClientRect().width:m,k=f.el?f.el.getBoundingClientRect().height:p,x=b,y=w;"top"===d||"bottom"===d?b=Math.max(s,Math.min(b,v-o-s)):w=Math.max(s,Math.min(w,k-a-s));const A=b!==x||w!==y;let F=0,z=0;return"top"===d||"bottom"===d?(F=u.left+u.width/2-(b+f.x),F=Math.max(12,Math.min(F,o-12))):(z=u.top+u.height/2-(w+f.y),z=Math.max(12,Math.min(z,a-12))),{left:b,top:w,width:o,availableWidth:g,availableHeight:M,placement:d,isClamped:A,arrowX:F,arrowY:z}}function o(e,n,o){const a=t(o);return{x:e-a.x,y:n-a.y}}export{e as a,o as b,n as c,t as g}
@@ -0,0 +1 @@
1
+ class t{container;options;originalFocusedElement=null;firstFocusable=null;lastFocusable=null;isActive=!1;focusableSelectors=["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","iframe","object","embed","[contenteditable]",'[tabindex]:not([tabindex="-1"])',"ui-terminal","ui-code-editor"];constructor(t,i={}){this.container=t,this.options={escapeDeactivates:!0,clickOutsideDeactivates:!1,returnFocus:!0,...i}}activate(){if(!this.isActive){if(this.originalFocusedElement=document.activeElement,this.isActive=!0,this.container.addEventListener("keydown",this.handleKeyDown),this.options.clickOutsideDeactivates&&document.addEventListener("click",this.handleClickOutside),this.updateFocusableElements(),this.options.initialFocus){const t="string"==typeof this.options.initialFocus?this.container.querySelector(this.options.initialFocus):this.options.initialFocus;t?t.focus():this.firstFocusable&&this.firstFocusable.focus()}else this.firstFocusable&&this.firstFocusable.focus();this.container.classList.add("focus-trap-active")}}deactivate(){this.isActive&&(this.isActive=!1,this.container.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("click",this.handleClickOutside),this.container.classList.remove("focus-trap-active"),this.options.returnFocus&&this.originalFocusedElement&&document.contains(this.originalFocusedElement)&&("boolean"==typeof this.options.returnFocus?this.originalFocusedElement.focus():this.options.returnFocus.focus()))}updateFocusableElements=()=>{const t=Array.from(this.container.querySelectorAll(this.focusableSelectors.join(","))).filter((t=>null!==t.offsetParent&&!t.hasAttribute("disabled")&&"-1"!==t.getAttribute("tabindex")));this.firstFocusable=t[0]||null,this.lastFocusable=t[t.length-1]||null};handleKeyDown=t=>{if(this.options.escapeDeactivates&&"Escape"===t.key)this.deactivate();else if("Tab"===t.key){if(this.updateFocusableElements(),!this.firstFocusable||!this.lastFocusable)return void t.preventDefault();const i=this.getActiveElement();t.shiftKey?i!==this.firstFocusable&&this.containsPierce(this.container,i)||(t.preventDefault(),this.lastFocusable?.focus()):i!==this.lastFocusable&&this.containsPierce(this.container,i)||(t.preventDefault(),this.firstFocusable?.focus())}};getActiveElement(){let t=document.activeElement;for(;t&&t.shadowRoot&&t.shadowRoot.activeElement;)t=t.shadowRoot.activeElement;return t}containsPierce(t,i){if(!i)return!1;let s=i;for(;s;){if(s===t)return!0;s=s.parentNode||s.host}return!1}handleClickOutside=t=>{this.containsPierce(this.container,t.target)||this.deactivate()}}export{t as F}
@@ -0,0 +1 @@
1
+ const x={xxxs:"xxxs",xxs:"xxs",xs:"xs",sm:"sm",small:"sm",md:"md",medium:"md",lg:"lg",large:"lg",xl:"xl",xlarge:"xl","extra-large":"xl",extralarge:"xl",xxl:"xxl",xxxl:"xxxl",default:"md"};function l(l,s="md"){const m=String(l??s).trim();return m?x[m.toLowerCase()]??m:s}export{l as n}
@@ -0,0 +1 @@
1
+ function n(n,t,r){return(n||"")+(t?` ${t}`:"")+(r?` ${r}`:"")}function t(n){if(!n)return"0, 0, 0";let t=n.replace("#","");3===t.length&&(t=t.split("").map((n=>n+n)).join(""));const r=parseInt(t,16);return`${r>>16&255}, ${r>>8&255}, ${255&r}`}export{n as f,t as h}
@@ -0,0 +1,2 @@
1
+ /*! @license DOMPurify 3.4.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.3/LICENSE */
2
+ function t(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}const e=Object.entries,n=Object.setPrototypeOf,r=Object.isFrozen,o=Object.getPrototypeOf,i=Object.getOwnPropertyDescriptor;let a=Object.freeze,l=Object.seal,c=Object.create,s="undefined"!=typeof Reflect&&Reflect,u=s.apply,f=s.construct;a||(a=function(t){return t}),l||(l=function(t){return t}),u||(u=function(t,e){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return t.apply(e,r)}),f||(f=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return new t(...n)});const p=N(Array.prototype.forEach),m=N(Array.prototype.lastIndexOf),d=N(Array.prototype.pop),h=N(Array.prototype.push),g=N(Array.prototype.splice),y=Array.isArray,b=N(String.prototype.toLowerCase),w=N(String.prototype.toString),v=N(String.prototype.match),x=N(String.prototype.replace),k=N(String.prototype.indexOf),S=N(String.prototype.trim),A=N(Number.prototype.toString),T=N(Boolean.prototype.toString),E="undefined"==typeof BigInt?null:N(BigInt.prototype.toString),O="undefined"==typeof Symbol?null:N(Symbol.prototype.toString),z=N(Object.prototype.hasOwnProperty),D=N(Object.prototype.toString),R=N(RegExp.prototype.test),_=(j=TypeError,function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return f(j,e)});var j;function N(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return u(t,e,r)}}function I(t,e){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:b;if(n&&n(t,null),!y(e))return t;let i=e.length;for(;i--;){let n=e[i];if("string"==typeof n){const t=o(n);t!==n&&(r(e)||(e[i]=t),n=t)}t[n]=!0}return t}function L(t){for(let e=0;e<t.length;e++)z(t,e)||(t[e]=null);return t}function F(n){const r=c(null);for(const l of e(n)){var o=(a=2,function(t){if(Array.isArray(t))return t}(i=l)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i,a,l=[],c=!0,s=!1;try{if(i=(n=n.call(t)).next,0===e);else for(;!(c=(r=i.call(n)).done)&&(l.push(r.value),l.length!==e);c=!0);}catch(t){s=!0,o=t}finally{try{if(!c&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw o}}return l}}(i,a)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(i,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());const e=o[0],c=o[1];z(n,e)&&(r[e]=y(c)?L(c):c&&"object"==typeof c&&c.constructor===Object?F(c):c)}var i,a;return r}function M(t,e){for(;null!==t;){const n=i(t,e);if(n){if(n.get)return N(n.get);if("function"==typeof n.value)return N(n.value)}t=o(t)}return function(){return null}}const C=a(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),B=a(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),U=a(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),P=a(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),G=a(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),q=a(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),W=a(["#text"]),H=a(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),$=a(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Y=a(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),K=a(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),V=l(/{{[\w\W]*|^[\w\W]*}}/g),X=l(/<%[\w\W]*|^[\w\W]*%>/g),J=l(/\${[\w\W]*/g),Q=l(/^data-[\-\w.\u00B7-\uFFFF]+$/),Z=l(/^aria-[\-\w]+$/),tt=l(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),et=l(/^(?:\w+script|data):/i),nt=l(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),rt=l(/^html$/i),ot=l(/^[a-z][.\w]*(-[.\w]+)+$/i),it=function(){return"undefined"==typeof window?null:window};var at=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:it();const r=e=>t(e);if(r.version="3.4.3",r.removed=[],!n||!n.document||9!==n.document.nodeType||!n.Element)return r.isSupported=!1,r;let o=n.document;const i=o,l=i.currentScript,s=n.DocumentFragment,u=n.HTMLTemplateElement,f=n.Node,j=n.Element,N=n.NodeFilter,L=n.NamedNodeMap,at=void 0===L?n.NamedNodeMap||n.MozNamedAttrMap:L,lt=n.HTMLFormElement,ct=n.DOMParser,st=n.trustedTypes,ut=j.prototype,ft=M(ut,"cloneNode"),pt=M(ut,"remove"),mt=M(ut,"nextSibling"),dt=M(ut,"childNodes"),ht=M(ut,"parentNode");if("function"==typeof u){const t=o.createElement("template");t.content&&t.content.ownerDocument&&(o=t.content.ownerDocument)}let gt,yt="";const bt=o.implementation,wt=o.createNodeIterator,vt=o.createDocumentFragment,xt=o.getElementsByTagName,kt=i.importNode;let St={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]};r.isSupported="function"==typeof e&&"function"==typeof ht&&bt&&void 0!==bt.createHTMLDocument;const At=V,Tt=X,Et=J,Ot=Q,zt=Z,Dt=et,Rt=nt,_t=ot;let jt=tt,Nt=null;const It=I({},[...C,...B,...U,...G,...W]);let Lt=null;const Ft=I({},[...H,...$,...Y,...K]);let Mt=Object.seal(c(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Ct=null,Bt=null;const Ut=Object.seal(c(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Pt=!0,Gt=!0,qt=!1,Wt=!0,Ht=!1,$t=!0,Yt=!1,Kt=!1,Vt=!1,Xt=!1,Jt=!1,Qt=!1,Zt=!0,te=!1;const ee="user-content-";let ne=!0,re=!1,oe={},ie=null;const ae=I({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let le=null;const ce=I({},["audio","video","img","source","image","track"]);let se=null;const ue=I({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),fe="http://www.w3.org/1998/Math/MathML",pe="http://www.w3.org/2000/svg",me="http://www.w3.org/1999/xhtml";let de=me,he=!1,ge=null;const ye=I({},[fe,pe,me],w);let be=I({},["mi","mo","mn","ms","mtext"]),we=I({},["annotation-xml"]);const ve=I({},["title","style","font","a","script"]);let xe=null;const ke=["application/xhtml+xml","text/html"];let Se=null,Ae=null;const Te=o.createElement("form"),Ee=function(t){return t instanceof RegExp||t instanceof Function},Oe=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(Ae&&Ae===t)return;t&&"object"==typeof t||(t={}),t=F(t),xe=-1===ke.indexOf(t.PARSER_MEDIA_TYPE)?"text/html":t.PARSER_MEDIA_TYPE,Se="application/xhtml+xml"===xe?w:b,Nt=z(t,"ALLOWED_TAGS")&&y(t.ALLOWED_TAGS)?I({},t.ALLOWED_TAGS,Se):It,Lt=z(t,"ALLOWED_ATTR")&&y(t.ALLOWED_ATTR)?I({},t.ALLOWED_ATTR,Se):Ft,ge=z(t,"ALLOWED_NAMESPACES")&&y(t.ALLOWED_NAMESPACES)?I({},t.ALLOWED_NAMESPACES,w):ye,se=z(t,"ADD_URI_SAFE_ATTR")&&y(t.ADD_URI_SAFE_ATTR)?I(F(ue),t.ADD_URI_SAFE_ATTR,Se):ue,le=z(t,"ADD_DATA_URI_TAGS")&&y(t.ADD_DATA_URI_TAGS)?I(F(ce),t.ADD_DATA_URI_TAGS,Se):ce,ie=z(t,"FORBID_CONTENTS")&&y(t.FORBID_CONTENTS)?I({},t.FORBID_CONTENTS,Se):ae,Ct=z(t,"FORBID_TAGS")&&y(t.FORBID_TAGS)?I({},t.FORBID_TAGS,Se):F({}),Bt=z(t,"FORBID_ATTR")&&y(t.FORBID_ATTR)?I({},t.FORBID_ATTR,Se):F({}),oe=!!z(t,"USE_PROFILES")&&(t.USE_PROFILES&&"object"==typeof t.USE_PROFILES?F(t.USE_PROFILES):t.USE_PROFILES),Pt=!1!==t.ALLOW_ARIA_ATTR,Gt=!1!==t.ALLOW_DATA_ATTR,qt=t.ALLOW_UNKNOWN_PROTOCOLS||!1,Wt=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,Ht=t.SAFE_FOR_TEMPLATES||!1,$t=!1!==t.SAFE_FOR_XML,Yt=t.WHOLE_DOCUMENT||!1,Xt=t.RETURN_DOM||!1,Jt=t.RETURN_DOM_FRAGMENT||!1,Qt=t.RETURN_TRUSTED_TYPE||!1,Vt=t.FORCE_BODY||!1,Zt=!1!==t.SANITIZE_DOM,te=t.SANITIZE_NAMED_PROPS||!1,ne=!1!==t.KEEP_CONTENT,re=t.IN_PLACE||!1,jt=function(t){try{return R(t,""),!0}catch(t){return!1}}(t.ALLOWED_URI_REGEXP)?t.ALLOWED_URI_REGEXP:tt,de="string"==typeof t.NAMESPACE?t.NAMESPACE:me,be=z(t,"MATHML_TEXT_INTEGRATION_POINTS")&&t.MATHML_TEXT_INTEGRATION_POINTS&&"object"==typeof t.MATHML_TEXT_INTEGRATION_POINTS?F(t.MATHML_TEXT_INTEGRATION_POINTS):I({},["mi","mo","mn","ms","mtext"]),we=z(t,"HTML_INTEGRATION_POINTS")&&t.HTML_INTEGRATION_POINTS&&"object"==typeof t.HTML_INTEGRATION_POINTS?F(t.HTML_INTEGRATION_POINTS):I({},["annotation-xml"]);const e=z(t,"CUSTOM_ELEMENT_HANDLING")&&t.CUSTOM_ELEMENT_HANDLING&&"object"==typeof t.CUSTOM_ELEMENT_HANDLING?F(t.CUSTOM_ELEMENT_HANDLING):c(null);if(Mt=c(null),z(e,"tagNameCheck")&&Ee(e.tagNameCheck)&&(Mt.tagNameCheck=e.tagNameCheck),z(e,"attributeNameCheck")&&Ee(e.attributeNameCheck)&&(Mt.attributeNameCheck=e.attributeNameCheck),z(e,"allowCustomizedBuiltInElements")&&"boolean"==typeof e.allowCustomizedBuiltInElements&&(Mt.allowCustomizedBuiltInElements=e.allowCustomizedBuiltInElements),Ht&&(Gt=!1),Jt&&(Xt=!0),oe&&(Nt=I({},W),Lt=c(null),!0===oe.html&&(I(Nt,C),I(Lt,H)),!0===oe.svg&&(I(Nt,B),I(Lt,$),I(Lt,K)),!0===oe.svgFilters&&(I(Nt,U),I(Lt,$),I(Lt,K)),!0===oe.mathMl&&(I(Nt,G),I(Lt,Y),I(Lt,K))),Ut.tagCheck=null,Ut.attributeCheck=null,z(t,"ADD_TAGS")&&("function"==typeof t.ADD_TAGS?Ut.tagCheck=t.ADD_TAGS:y(t.ADD_TAGS)&&(Nt===It&&(Nt=F(Nt)),I(Nt,t.ADD_TAGS,Se))),z(t,"ADD_ATTR")&&("function"==typeof t.ADD_ATTR?Ut.attributeCheck=t.ADD_ATTR:y(t.ADD_ATTR)&&(Lt===Ft&&(Lt=F(Lt)),I(Lt,t.ADD_ATTR,Se))),z(t,"ADD_URI_SAFE_ATTR")&&y(t.ADD_URI_SAFE_ATTR)&&I(se,t.ADD_URI_SAFE_ATTR,Se),z(t,"FORBID_CONTENTS")&&y(t.FORBID_CONTENTS)&&(ie===ae&&(ie=F(ie)),I(ie,t.FORBID_CONTENTS,Se)),z(t,"ADD_FORBID_CONTENTS")&&y(t.ADD_FORBID_CONTENTS)&&(ie===ae&&(ie=F(ie)),I(ie,t.ADD_FORBID_CONTENTS,Se)),ne&&(Nt["#text"]=!0),Yt&&I(Nt,["html","head","body"]),Nt.table&&(I(Nt,["tbody"]),delete Ct.tbody),t.TRUSTED_TYPES_POLICY){if("function"!=typeof t.TRUSTED_TYPES_POLICY.createHTML)throw _('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof t.TRUSTED_TYPES_POLICY.createScriptURL)throw _('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');gt=t.TRUSTED_TYPES_POLICY,yt=gt.createHTML("")}else void 0===gt&&(gt=function(t,e){if("object"!=typeof t||"function"!=typeof t.createPolicy)return null;let n=null;const r="data-tt-policy-suffix";e&&e.hasAttribute(r)&&(n=e.getAttribute(r));const o="dompurify"+(n?"#"+n:"");try{return t.createPolicy(o,{createHTML:t=>t,createScriptURL:t=>t})}catch(t){return console.warn("TrustedTypes policy "+o+" could not be created."),null}}(st,l)),null!==gt&&"string"==typeof yt&&(yt=gt.createHTML(""));a&&a(t),Ae=t},ze=I({},[...B,...U,...P]),De=I({},[...G,...q]),Re=function(t){h(r.removed,{element:t});try{ht(t).removeChild(t)}catch(e){pt(t)}},_e=function(t,e){try{h(r.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){h(r.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t)if(Xt||Jt)try{Re(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},je=function(t){let e=null,n=null;if(Vt)t="<remove></remove>"+t;else{const e=v(t,/^[\r\n\t ]+/);n=e&&e[0]}"application/xhtml+xml"===xe&&de===me&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");const r=gt?gt.createHTML(t):t;if(de===me)try{e=(new ct).parseFromString(r,xe)}catch(t){}if(!e||!e.documentElement){e=bt.createDocument(de,"template",null);try{e.documentElement.innerHTML=he?yt:r}catch(t){}}const i=e.body||e.documentElement;return t&&n&&i.insertBefore(o.createTextNode(n),i.childNodes[0]||null),de===me?xt.call(e,Yt?"html":"body")[0]:Yt?e.documentElement:i},Ne=function(t){return wt.call(t.ownerDocument||t,t,N.SHOW_ELEMENT|N.SHOW_COMMENT|N.SHOW_TEXT|N.SHOW_PROCESSING_INSTRUCTION|N.SHOW_CDATA_SECTION,null)},Ie=function(t){return t instanceof lt&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof at)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore||"function"!=typeof t.hasChildNodes)},Le=function(t){return"function"==typeof f&&t instanceof f};function Fe(t,e,n){p(t,(t=>{t.call(r,e,n,Ae)}))}const Me=function(t){let e=null;if(Fe(St.beforeSanitizeElements,t,null),Ie(t))return Re(t),!0;const n=Se(t.nodeName);if(Fe(St.uponSanitizeElement,t,{tagName:n,allowedTags:Nt}),$t&&t.hasChildNodes()&&!Le(t.firstElementChild)&&R(/<[/\w!]/g,t.innerHTML)&&R(/<[/\w!]/g,t.textContent))return Re(t),!0;if($t&&t.namespaceURI===me&&"style"===n&&Le(t.firstElementChild))return Re(t),!0;if(7===t.nodeType)return Re(t),!0;if($t&&8===t.nodeType&&R(/<[/\w]/g,t.data))return Re(t),!0;if(Ct[n]||!(Ut.tagCheck instanceof Function&&Ut.tagCheck(n))&&!Nt[n]){if(!Ct[n]&&Ue(n)){if(Mt.tagNameCheck instanceof RegExp&&R(Mt.tagNameCheck,n))return!1;if(Mt.tagNameCheck instanceof Function&&Mt.tagNameCheck(n))return!1}if(ne&&!ie[n]){const e=ht(t)||t.parentNode,n=dt(t)||t.childNodes;if(n&&e)for(let r=n.length-1;r>=0;--r){const o=ft(n[r],!0);e.insertBefore(o,mt(t))}}return Re(t),!0}return t instanceof j&&!function(t){let e=ht(t);e&&e.tagName||(e={namespaceURI:de,tagName:"template"});const n=b(t.tagName),r=b(e.tagName);return!!ge[t.namespaceURI]&&(t.namespaceURI===pe?e.namespaceURI===me?"svg"===n:e.namespaceURI===fe?"svg"===n&&("annotation-xml"===r||be[r]):Boolean(ze[n]):t.namespaceURI===fe?e.namespaceURI===me?"math"===n:e.namespaceURI===pe?"math"===n&&we[r]:Boolean(De[n]):t.namespaceURI===me?!(e.namespaceURI===pe&&!we[r])&&!(e.namespaceURI===fe&&!be[r])&&!De[n]&&(ve[n]||!ze[n]):!("application/xhtml+xml"!==xe||!ge[t.namespaceURI]))}(t)?(Re(t),!0):"noscript"!==n&&"noembed"!==n&&"noframes"!==n||!R(/<\/no(script|embed|frames)/i,t.innerHTML)?(Ht&&3===t.nodeType&&(e=t.textContent,p([At,Tt,Et],(t=>{e=x(e,t," ")})),t.textContent!==e&&(h(r.removed,{element:t.cloneNode()}),t.textContent=e)),Fe(St.afterSanitizeElements,t,null),!1):(Re(t),!0)},Ce=function(t,e,n){if(Bt[e])return!1;if(Zt&&("id"===e||"name"===e)&&(n in o||n in Te))return!1;const r=Lt[e]||Ut.attributeCheck instanceof Function&&Ut.attributeCheck(e,t);if(Gt&&!Bt[e]&&R(Ot,e));else if(Pt&&R(zt,e));else if(!r||Bt[e]){if(!(Ue(t)&&(Mt.tagNameCheck instanceof RegExp&&R(Mt.tagNameCheck,t)||Mt.tagNameCheck instanceof Function&&Mt.tagNameCheck(t))&&(Mt.attributeNameCheck instanceof RegExp&&R(Mt.attributeNameCheck,e)||Mt.attributeNameCheck instanceof Function&&Mt.attributeNameCheck(e,t))||"is"===e&&Mt.allowCustomizedBuiltInElements&&(Mt.tagNameCheck instanceof RegExp&&R(Mt.tagNameCheck,n)||Mt.tagNameCheck instanceof Function&&Mt.tagNameCheck(n))))return!1}else if(se[e]);else if(R(jt,x(n,Rt,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==k(n,"data:")||!le[t])if(qt&&!R(Dt,x(n,Rt,"")));else if(n)return!1;return!0},Be=I({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),Ue=function(t){return!Be[b(t)]&&R(_t,t)},Pe=function(t){Fe(St.beforeSanitizeAttributes,t,null);const e=t.attributes;if(!e||Ie(t))return;const n={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Lt,forceKeepAttr:void 0};let o=e.length;for(;o--;){const i=e[o],a=i.name,l=i.namespaceURI,c=i.value,s=Se(a),u=c;let f="value"===a?u:S(u);if(n.attrName=s,n.attrValue=f,n.keepAttr=!0,n.forceKeepAttr=void 0,Fe(St.uponSanitizeAttribute,t,n),f=n.attrValue,!te||"id"!==s&&"name"!==s||0===k(f,ee)||(_e(a,t),f=ee+f),$t&&R(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,f)){_e(a,t);continue}if("attributename"===s&&v(f,"href")){_e(a,t);continue}if(n.forceKeepAttr)continue;if(!n.keepAttr){_e(a,t);continue}if(!Wt&&R(/\/>/i,f)){_e(a,t);continue}Ht&&p([At,Tt,Et],(t=>{f=x(f,t," ")}));const m=Se(t.nodeName);if(Ce(m,s,f)){if(gt&&"object"==typeof st&&"function"==typeof st.getAttributeType)if(l);else switch(st.getAttributeType(m,s)){case"TrustedHTML":f=gt.createHTML(f);break;case"TrustedScriptURL":f=gt.createScriptURL(f)}if(f!==u)try{l?t.setAttributeNS(l,a,f):t.setAttribute(a,f),Ie(t)?Re(t):d(r.removed)}catch(e){_e(a,t)}}else _e(a,t)}Fe(St.afterSanitizeAttributes,t,null)},Ge=function(t){let e=null;const n=Ne(t);for(Fe(St.beforeSanitizeShadowDOM,t,null);e=n.nextNode();)Fe(St.uponSanitizeShadowNode,e,null),Me(e),Pe(e),e.content instanceof s&&Ge(e.content);Fe(St.afterSanitizeShadowDOM,t,null)},qe=function(t){if(1===t.nodeType&&t.shadowRoot instanceof s){const e=t.shadowRoot;qe(e),Ge(e)}const e=t.childNodes;if(!e)return;const n=[];p(e,(t=>{h(n,t)}));for(const t of n)qe(t)};return r.sanitize=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,o=null,a=null,l=null;if(he=!t,he&&(t="\x3c!--\x3e"),"string"!=typeof t&&!Le(t)&&"string"!=typeof(t=function(t){switch(typeof t){case"string":return t;case"number":return A(t);case"boolean":return T(t);case"bigint":return E?E(t):"0";case"symbol":return O?O(t):"Symbol()";case"undefined":default:return D(t);case"function":case"object":{if(null===t)return D(t);const e=t,n=M(e,"toString");if("function"==typeof n){const t=n(e);return"string"==typeof t?t:D(t)}return D(t)}}}(t)))throw _("dirty is not a string, aborting");if(!r.isSupported)return t;if(Kt||Oe(e),r.removed=[],"string"==typeof t&&(re=!1),re){const e=t.nodeName;if("string"==typeof e){const t=Se(e);if(!Nt[t]||Ct[t])throw _("root node is forbidden and cannot be sanitized in-place")}qe(t)}else if(t instanceof f)n=je("\x3c!----\x3e"),o=n.ownerDocument.importNode(t,!0),1===o.nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?n=o:n.appendChild(o),qe(o);else{if(!Xt&&!Ht&&!Yt&&-1===t.indexOf("<"))return gt&&Qt?gt.createHTML(t):t;if(n=je(t),!n)return Xt?null:Qt?yt:""}n&&Vt&&Re(n.firstChild);const c=Ne(re?t:n);for(;a=c.nextNode();)Me(a),Pe(a),a.content instanceof s&&Ge(a.content);if(re)return t;if(Xt){if(Ht){n.normalize();let t=n.innerHTML;p([At,Tt,Et],(e=>{t=x(t,e," ")})),n.innerHTML=t}if(Jt)for(l=vt.call(n.ownerDocument);n.firstChild;)l.appendChild(n.firstChild);else l=n;return(Lt.shadowroot||Lt.shadowrootmode)&&(l=kt.call(i,l,!0)),l}let u=Yt?n.outerHTML:n.innerHTML;return Yt&&Nt["!doctype"]&&n.ownerDocument&&n.ownerDocument.doctype&&n.ownerDocument.doctype.name&&R(rt,n.ownerDocument.doctype.name)&&(u="<!DOCTYPE "+n.ownerDocument.doctype.name+">\n"+u),Ht&&p([At,Tt,Et],(t=>{u=x(u,t," ")})),gt&&Qt?gt.createHTML(u):u},r.setConfig=function(){Oe(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}),Kt=!0},r.clearConfig=function(){Ae=null,Kt=!1},r.isValidAttribute=function(t,e,n){Ae||Oe({});const r=Se(t),o=Se(e);return Ce(r,o,n)},r.addHook=function(t,e){"function"==typeof e&&h(St[t],e)},r.removeHook=function(t,e){if(void 0!==e){const n=m(St[t],e);return-1===n?void 0:g(St[t],n,1)[0]}return d(St[t])},r.removeHooks=function(t){St[t]=[]},r.removeAllHooks=function(){St={afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},r}();function lt(t){return t?at.sanitize(t):""}export{lt as s}
@@ -0,0 +1,2 @@
1
+ const e=()=>{},o='@charset "UTF-8";.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}.a11y-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}:root,.light,[data-theme=light]{--background-color:#ffffff;--text-color:#000000;--primary-color:#22c55e;--secondary-color:#03dac6;--error-color:#b00020;--color-primary:#22c55e;--color-primary-rgb:34, 197, 94;--color-secondary:#03dac6;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-info:#3b82f6;--ui-tray-bg:rgba(255, 255, 255, 0.9);--ui-tray-text:#0f172a;--ui-tray-border:rgba(0, 0, 0, 0.08);--ui-tray-hover:rgba(59, 130, 246, 0.08);--color-on-surface:#10213a;--color-on-surface-muted:#62748a;--color-on-primary:#ffffff;--color-on-primary-border:#e5e7eb}.dark,[data-theme=dark]{--color-on-surface:#f1f5f9;--color-on-surface-muted:#94a3b8;--color-on-primary:#121212;--color-on-primary-border:#334155;--background-color:#121212;--text-color:#ffffff;--primary-color:#4ade80;--secondary-color:#03dac6;--error-color:#cf6679;--danger-color:#ef4444;--success-color:#4ade80;--warning-color:#fbbf24;--info-color:#38bdf8;--color-primary:#4ade80;--color-primary-rgb:74, 222, 128;--color-secondary:#64748b;--color-success:#4ade80;--color-warning:#fbbf24;--color-danger:#ef4444;--color-error:#ef4444;--color-info:#38bdf8;--bg-primary:#121212;--bg-secondary:#1e293b;--border-subtle:#334155;--border-strong:#475569;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-standard:#ffffff;--ui-tray-bg:rgba(15, 23, 42, 0.95);--ui-tray-text:#ffffff;--ui-tray-border:rgba(255, 255, 255, 0.15);--ui-tray-hover:rgba(59, 130, 246, 0.2)}[data-theme=green]{color-scheme:dark;--bg-page:#071410;--bg-primary:#0d1f1a;--bg-secondary:#16302a;--bg-tertiary:#1f4035;--background-color:#071410;--background-secondary:#0d1f1a;--text-primary:#e8faf2;--text-secondary:#a8d8c0;--text-muted:#6aaa8a;--text-disabled:#3a6852;--text-standard:#daf4ea;--text-emphasized:#f0fdf7;--text-subdued:#90c8a8;--text-inverse:#0d1f1a;--text-color:#e8faf2;--label-color:#e8faf2;--label-title-color:#daf4ea;--label-subtitle-color:#a8d8c0;--label-icon-color:#daf4ea;--list-text-main:#e8faf2;--list-text-secondary:#a8d8c0;--list-text-tertiary:#6aaa8a;--dd-text:#e8faf2;--dd-muted:#6aaa8a;--color-primary:#38a878;--color-primary-rgb:56, 168, 120;--color-primary-hover:#52c090;--color-primary-active:#28905e;--color-primary-subtle:rgba(56, 168, 120, 0.15);--color-primary-text:#ffffff;--primary-color:#38a878;--color-success:#50c87a;--color-success-hover:#68d890;--color-success-rgb:80, 200, 122;--color-success-subtle:rgba(80, 200, 122, 0.12);--color-warning:#c89430;--color-warning-hover:#dcaa48;--color-warning-rgb:200, 148, 48;--color-warning-subtle:rgba(200, 148, 48, 0.12);--color-danger:#cc5858;--color-danger-hover:#e07070;--color-danger-rgb:204, 88, 88;--color-danger-subtle:rgba(204, 88, 88, 0.12);--error-color:#cc5858;--color-info:#5294c8;--color-info-hover:#6aaade;--color-info-rgb:82, 148, 200;--color-info-subtle:rgba(82, 148, 200, 0.12);--secondary-color:#5294c8;--surface-color:#0d1f1a;--border-color:#1f4035;--border-default:#1f4035;--border-subtle:#16302a;--border-strong:#2e5e48;--border-color-strong:#2e5e48;--ring-color:#38a878;--bg-hover:#16302a;--bg-pressed:#1f4035;--bg-selected:#274e42;--focus-ring:#38a878;--opacity-disabled:0.4;--selected-header-color:#e8faf2;--selected-header-bg:#2e5e48;--shadow-sm:0 1px 3px 0 rgba(7, 20, 16, 0.5);--shadow-md:0 4px 8px -1px rgba(7, 20, 16, 0.55);--shadow-lg:0 10px 20px -3px rgba(7, 20, 16, 0.6);--elevation-panel:0 2px 16px 0 rgba(0, 0, 0, 0.4);--elevation-navigation:0 4px 32px 0 rgba(0, 0, 0, 0.45);--elevation-popup:0 8px 40px 0 rgba(0, 0, 0, 0.5);--overlay-bg:rgba(7, 20, 16, 0.8);--overlay-blur:12px;--divider-standard:#1f4035;--divider-emphasized:#2e5e48;--link-default:#52c090;--link-hover:#70d4a8;--link-pressed:#28905e;--link-visited:#7ab0e0;--aside-overlay-bg:rgba(7, 20, 16, 0.82);--aside-panel-bg:#0d1f1a;--aside-panel-text:#e8faf2;--aside-panel-shadow:0 12px 48px rgba(0, 0, 0, 0.5);--aside-close-btn-color:#a8d8c0;--aside-close-btn-hover-bg:#1f4035;--aside-close-btn-hover-color:#ffffff;--aside-resize-handle-hover:#2e5e48;--aside-panel-padding:24px;--aside-transition-duration:300ms;--aside-ease:cubic-bezier(0.4, 0, 0.2, 1);--aside-z-index-overlay:1000;--aside-z-index-panel:1001;--avatar-border-color:#0d1f1a;--avatar-border-width:2px;--avatar-spacing:-16px}[data-theme=pink]{color-scheme:dark;--bg-page:#181020;--bg-primary:#21182e;--bg-secondary:#2e2040;--bg-tertiary:#3d2b52;--background-color:#181020;--background-secondary:#21182e;--text-primary:#fce8f0;--text-secondary:#e2b4c8;--text-muted:#b8819a;--text-disabled:#6b4a5e;--text-standard:#f4dce6;--text-emphasized:#ffffff;--text-subdued:#c0908c;--text-inverse:#21182e;--text-color:#fce8f0;--label-color:#fce8f0;--label-title-color:#f4dce6;--label-subtitle-color:#cca0b4;--label-icon-color:#f4dce6;--color-primary:#d4849c;--color-primary-rgb:212, 132, 156;--color-primary-hover:#e8a0b8;--color-primary-active:#bf6a83;--color-primary-subtle:rgba(212, 132, 156, 0.15);--color-primary-text:#ffffff;--primary-color:#d4849c;--color-success:#5ab88c;--color-success-hover:#74cca0;--color-success-rgb:90, 184, 140;--color-success-subtle:rgba(90, 184, 140, 0.12);--color-warning:#d4a040;--color-warning-hover:#e6b85a;--color-warning-rgb:212, 160, 64;--color-warning-subtle:rgba(212, 160, 64, 0.12);--color-danger:#d95f5f;--color-danger-hover:#ec7878;--color-danger-rgb:217, 95, 95;--color-danger-subtle:rgba(217, 95, 95, 0.12);--error-color:#d95f5f;--color-info:#7aace0;--color-info-hover:#96c0e8;--color-info-rgb:122, 172, 224;--color-info-subtle:rgba(122, 172, 224, 0.12);--secondary-color:#7aace0;--list-text-main:#fce8f0;--list-text-secondary:#e2b4c8;--list-text-tertiary:#b8819a;--dd-text:#fce8f0;--dd-muted:#b8819a;--surface-color:#21182e;--border-color:#3d2b52;--border-default:#3d2b52;--border-subtle:#2e2040;--border-strong:#5a3d6e;--border-color-strong:#5a3d6e;--ring-color:#d4849c;--bg-hover:#2e2040;--bg-pressed:#3d2b52;--bg-selected:#4a3460;--focus-ring:#d4849c;--selected-header-color:#fce8f0;--selected-header-bg:#5a3d6e;--shadow-sm:0 1px 3px 0 rgba(24, 16, 32, 0.4);--shadow-md:0 4px 8px -1px rgba(24, 16, 32, 0.45);--shadow-lg:0 10px 20px -3px rgba(24, 16, 32, 0.5);--elevation-panel:0 2px 16px 0 rgba(0, 0, 0, 0.35);--elevation-navigation:0 4px 32px 0 rgba(0, 0, 0, 0.4);--elevation-popup:0 8px 40px 0 rgba(0, 0, 0, 0.45);--overlay-bg:rgba(24, 16, 32, 0.75);--overlay-blur:12px;--divider-standard:#3d2b52;--divider-emphasized:#5a3d6e;--link-default:#e8a0b8;--link-hover:#f4bece;--link-pressed:#bf6a83;--link-visited:#a88ed8;--aside-overlay-bg:rgba(24, 16, 32, 0.8);--aside-panel-bg:#21182e;--aside-panel-text:#fce8f0;--aside-panel-shadow:0 12px 48px rgba(0, 0, 0, 0.45);--aside-close-btn-color:#e2b4c8;--aside-close-btn-hover-bg:#3d2b52;--aside-close-btn-hover-color:#ffffff;--aside-resize-handle-hover:#5a3d6e;--aside-panel-padding:24px;--aside-transition-duration:300ms;--aside-ease:cubic-bezier(0.4, 0, 0.2, 1);--aside-z-index-overlay:1000;--aside-z-index-panel:1001;--avatar-border-color:#21182e;--avatar-border-width:2px;--avatar-spacing:-16px}[data-theme=yellow]{color-scheme:light;--bg-page:#fdf8ec;--bg-primary:#ffffff;--bg-secondary:#fef3c3;--bg-tertiary:#fde68a;--background-color:#fdf8ec;--background-secondary:#fef3c3;--text-primary:#2c1f00;--text-secondary:#6b4a10;--text-muted:#9a7030;--text-disabled:#cca85a;--text-standard:#3a2a00;--text-emphasized:#1a1200;--text-subdued:#8a6a28;--text-inverse:#ffffff;--text-color:#2c1f00;--label-color:#2c1f00;--label-title-color:#1a1200;--label-subtitle-color:#5a4010;--label-icon-color:#2c1f00;--color-primary:#b07820;--color-primary-rgb:176, 120, 32;--color-primary-hover:#c9901a;--color-primary-active:#8a5e14;--color-primary-subtle:rgba(176, 120, 32, 0.1);--color-primary-text:#ffffff;--primary-color:#b07820;--color-success:#2e8a52;--color-success-hover:#3aa864;--color-success-rgb:46, 138, 82;--color-success-subtle:rgba(46, 138, 82, 0.1);--color-warning:#c07820;--color-warning-hover:#d88c30;--color-warning-rgb:192, 120, 32;--color-warning-subtle:rgba(192, 120, 32, 0.1);--color-danger:#b03428;--color-danger-hover:#c84838;--color-danger-rgb:176, 52, 40;--color-danger-subtle:rgba(176, 52, 40, 0.08);--error-color:#b03428;--color-info:#3468a8;--color-info-hover:#4a7ec0;--color-info-rgb:52, 104, 168;--color-info-subtle:rgba(52, 104, 168, 0.08);--secondary-color:#3468a8;--list-text-main:#2c1f00;--list-text-secondary:#6b4a10;--list-text-tertiary:#9a7030;--dd-text:#2c1f00;--dd-muted:#9a7030;--surface-color:#fdf8ec;--border-color:#e8d090;--border-default:#e8d090;--border-subtle:#f4e8b8;--border-strong:#d4b060;--border-color-strong:#d4b060;--ring-color:#b07820;--bg-hover:#fef3c3;--bg-pressed:#fde68a;--bg-selected:#fce078;--focus-ring:#b07820;--opacity-disabled:0.45;--selected-header-color:#b07820;--selected-header-bg:#fef3c3;--shadow-sm:0 1px 2px 0 rgba(140, 90, 10, 0.08);--shadow-md:0 4px 8px -1px rgba(140, 90, 10, 0.12);--shadow-lg:0 10px 20px -3px rgba(140, 90, 10, 0.14);--elevation-panel:0 2px 16px 0 rgba(176, 120, 32, 0.12);--elevation-navigation:0 4px 32px 0 rgba(176, 120, 32, 0.14);--elevation-popup:0 8px 40px 0 rgba(176, 120, 32, 0.16);--overlay-bg:rgba(44, 31, 0, 0.4);--overlay-blur:12px;--divider-standard:#e8d090;--divider-emphasized:#d4b060;--link-default:#3468a8;--link-hover:#4a7ec0;--link-pressed:#24508a;--link-visited:#6a44a0;--aside-overlay-bg:rgba(44, 31, 0, 0.4);--aside-panel-bg:#ffffff;--aside-panel-text:#2c1f00;--aside-panel-shadow:0 8px 32px rgba(176, 120, 32, 0.18);--aside-close-btn-color:#6b4a10;--aside-close-btn-hover-bg:#fef3c3;--aside-close-btn-hover-color:#2c1f00;--aside-resize-handle-hover:#e8d090;--aside-panel-padding:24px;--aside-transition-duration:300ms;--aside-ease:cubic-bezier(0.4, 0, 0.2, 1);--aside-z-index-overlay:1000;--aside-z-index-panel:1001;--avatar-border-color:#fdf8ec;--avatar-border-width:2px;--avatar-spacing:-16px}[data-theme=violet]{color-scheme:dark;--bg-page:#0e0c1c;--bg-primary:#16132a;--bg-secondary:#211d3a;--bg-tertiary:#2e2850;--background-color:#0e0c1c;--background-secondary:#16132a;--text-primary:#ede8ff;--text-secondary:#c4b8f0;--text-muted:#9580c8;--text-disabled:#52457a;--text-standard:#e4dcf8;--text-emphasized:#ffffff;--text-subdued:#b0a0d8;--text-inverse:#16132a;--text-color:#ede8ff;--label-color:#ede8ff;--label-title-color:#e4dcf8;--label-subtitle-color:#b8acdc;--label-icon-color:#e4dcf8;--list-text-main:#ede8ff;--list-text-secondary:#c4b8f0;--list-text-tertiary:#9580c8;--dd-text:#ede8ff;--dd-muted:#9580c8;--color-primary:#9d82e8;--color-primary-rgb:157, 130, 232;--color-primary-hover:#b89ef4;--color-primary-active:#8468cc;--color-primary-subtle:rgba(157, 130, 232, 0.15);--color-primary-text:#ffffff;--primary-color:#9d82e8;--color-success:#52b88a;--color-success-hover:#6ecca0;--color-success-rgb:82, 184, 138;--color-success-subtle:rgba(82, 184, 138, 0.12);--color-warning:#cc9a38;--color-warning-hover:#dfb252;--color-warning-rgb:204, 154, 56;--color-warning-subtle:rgba(204, 154, 56, 0.12);--color-danger:#d46060;--color-danger-hover:#e87878;--color-danger-rgb:212, 96, 96;--color-danger-subtle:rgba(212, 96, 96, 0.12);--error-color:#d46060;--color-info:#6aaad8;--color-info-hover:#88bfe4;--color-info-rgb:106, 170, 216;--color-info-subtle:rgba(106, 170, 216, 0.12);--secondary-color:#6aaad8;--surface-color:#16132a;--border-color:#2e2850;--border-default:#2e2850;--border-subtle:#211d3a;--border-strong:#443c6e;--border-color-strong:#443c6e;--ring-color:#9d82e8;--bg-hover:#211d3a;--bg-pressed:#2e2850;--bg-selected:#3a3364;--focus-ring:#9d82e8;--opacity-disabled:0.4;--selected-header-color:#ede8ff;--selected-header-bg:#443c6e;--shadow-sm:0 1px 3px 0 rgba(14, 12, 28, 0.45);--shadow-md:0 4px 8px -1px rgba(14, 12, 28, 0.5);--shadow-lg:0 10px 20px -3px rgba(14, 12, 28, 0.55);--elevation-panel:0 2px 16px 0 rgba(0, 0, 0, 0.4);--elevation-navigation:0 4px 32px 0 rgba(0, 0, 0, 0.45);--elevation-popup:0 8px 40px 0 rgba(0, 0, 0, 0.5);--overlay-bg:rgba(14, 12, 28, 0.78);--overlay-blur:12px;--divider-standard:#2e2850;--divider-emphasized:#443c6e;--link-default:#b89ef4;--link-hover:#cbbcf8;--link-pressed:#8468cc;--link-visited:#8aaSd0;--aside-overlay-bg:rgba(14, 12, 28, 0.8);--aside-panel-bg:#16132a;--aside-panel-text:#ede8ff;--aside-panel-shadow:0 12px 48px rgba(0, 0, 0, 0.5);--aside-close-btn-color:#c4b8f0;--aside-close-btn-hover-bg:#2e2850;--aside-close-btn-hover-color:#ffffff;--aside-resize-handle-hover:#443c6e;--aside-panel-padding:24px;--aside-transition-duration:300ms;--aside-ease:cubic-bezier(0.4, 0, 0.2, 1);--aside-z-index-overlay:1000;--aside-z-index-panel:1001;--avatar-border-color:#16132a;--avatar-border-width:2px;--avatar-spacing:-16px}[data-theme=blue]{color-scheme:dark;--bg-page:#080f1c;--bg-primary:#101828;--bg-secondary:#1a2740;--bg-tertiary:#243352;--background-color:#080f1c;--background-secondary:#101828;--text-primary:#e8f4fd;--text-secondary:#aacce8;--text-muted:#6a96be;--text-disabled:#3a5878;--text-standard:#dceefa;--text-emphasized:#f0f8ff;--text-subdued:#8aaecc;--text-inverse:#101828;--text-color:#e8f4fd;--label-color:#e8f4fd;--label-title-color:#dceefa;--label-subtitle-color:#aacce8;--label-icon-color:#dceefa;--list-text-main:#e8f4fd;--list-text-secondary:#aacce8;--list-text-tertiary:#6a96be;--dd-text:#e8f4fd;--dd-muted:#6a96be;--color-primary:#5aa8d8;--color-primary-rgb:90, 168, 216;--color-primary-hover:#78bce4;--color-primary-active:#3e8cc0;--color-primary-subtle:rgba(90, 168, 216, 0.15);--color-primary-text:#ffffff;--primary-color:#5aa8d8;--color-success:#3eaa80;--color-success-hover:#52c296;--color-success-rgb:62, 170, 128;--color-success-subtle:rgba(62, 170, 128, 0.12);--color-warning:#c89430;--color-warning-hover:#dcaa48;--color-warning-rgb:200, 148, 48;--color-warning-subtle:rgba(200, 148, 48, 0.12);--color-danger:#d06060;--color-danger-hover:#e47878;--color-danger-rgb:208, 96, 96;--color-danger-subtle:rgba(208, 96, 96, 0.12);--error-color:#d06060;--color-info:#8096d8;--color-info-hover:#9aaeed;--color-info-rgb:128, 150, 216;--color-info-subtle:rgba(128, 150, 216, 0.12);--secondary-color:#8096d8;--surface-color:#101828;--border-color:#243352;--border-default:#243352;--border-subtle:#1a2740;--border-strong:#34496e;--border-color-strong:#34496e;--ring-color:#5aa8d8;--bg-hover:#1a2740;--bg-pressed:#243352;--bg-selected:#2e4068;--focus-ring:#5aa8d8;--opacity-disabled:0.4;--selected-header-color:#e8f4fd;--selected-header-bg:#2e4068;--shadow-sm:0 1px 3px 0 rgba(8, 15, 28, 0.45);--shadow-md:0 4px 8px -1px rgba(8, 15, 28, 0.5);--shadow-lg:0 10px 20px -3px rgba(8, 15, 28, 0.55);--elevation-panel:0 2px 16px 0 rgba(0, 0, 0, 0.38);--elevation-navigation:0 4px 32px 0 rgba(0, 0, 0, 0.42);--elevation-popup:0 8px 40px 0 rgba(0, 0, 0, 0.48);--overlay-bg:rgba(8, 15, 28, 0.8);--overlay-blur:12px;--divider-standard:#243352;--divider-emphasized:#34496e;--link-default:#78bce4;--link-hover:#96d0f0;--link-pressed:#3e8cc0;--link-visited:#9aaeed;--aside-overlay-bg:rgba(8, 15, 28, 0.82);--aside-panel-bg:#101828;--aside-panel-text:#e8f4fd;--aside-panel-shadow:0 12px 48px rgba(0, 0, 0, 0.45);--aside-close-btn-color:#aacce8;--aside-close-btn-hover-bg:#1a2740;--aside-close-btn-hover-color:#ffffff;--aside-resize-handle-hover:#34496e;--aside-panel-padding:24px;--aside-transition-duration:300ms;--aside-ease:cubic-bezier(0.4, 0, 0.2, 1);--aside-z-index-overlay:1000;--aside-z-index-panel:1001;--avatar-border-color:#101828;--avatar-border-width:2px;--avatar-spacing:-16px}#db-tray-dock{position:fixed;bottom:0;left:0;right:0;height:48px;z-index:1000000;pointer-events:none;display:none;flex-direction:row;align-items:flex-end;justify-content:center}#db-tray-bar{max-width:92vw;height:52px;display:flex;flex-direction:row;align-items:stretch;pointer-events:auto;overflow:hidden;border-radius:16px 16px 0 0;background:rgba(13, 17, 23, 0.98);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(200px) saturate(180%);border:1px solid rgba(255, 255, 255, 0.08);border-bottom:none;box-shadow:0 -8px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05)}#db-tray-bar .db-dock-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;flex:1;min-width:0;overflow-x:auto;scroll-behavior:smooth;justify-content:flex-start;-ms-overflow-style:none;scrollbar-width:none;}#db-tray-bar .db-dock-row::-webkit-scrollbar{display:none}.db-dock-arrow{display:flex;align-items:center;justify-content:center;width:36px;background:transparent;border:none;cursor:pointer;color:rgba(255, 255, 255, 0.4);opacity:0;pointer-events:none;transition:opacity 0.2s, color 0.15s, background 0.15s;font-size:20px}.db-dock-arrow.visible{opacity:1;pointer-events:auto}.db-dock-arrow:hover{color:#fff;background:rgba(255, 255, 255, 0.06)}.db-dock-arrow-left{border-right:1px solid rgba(255, 255, 255, 0.08)}.db-dock-arrow-right{border-left:1px solid rgba(255, 255, 255, 0.08)}#db-dock-menu-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 12px;background:rgba(255, 255, 255, 0.03);margin:8px;border-radius:10px;border:1px solid rgba(255, 255, 255, 0.05);cursor:pointer;color:rgba(255, 255, 255, 0.5);transition:all 0.2s ease;min-width:64px}#db-dock-menu-btn:hover,#db-dock-menu-btn.open{background:rgba(255, 255, 255, 0.08);color:#fff;border-color:rgba(255, 255, 255, 0.1)}#db-dock-menu-btn .db-badge{min-width:20px;height:20px;border-radius:10px;background:#4f46e5;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 12px rgba(79, 70, 229, 0.4)}#db-tray-menu-panel{position:fixed;z-index:1000003;min-width:252px;max-width:310px;background:rgba(8, 14, 30, 0.97);backdrop-filter:blur(28px) saturate(200%);-webkit-backdrop-filter:blur(28px) saturate(200%);border:1px solid rgba(255, 255, 255, 0.11);border-radius:10px;box-shadow:0 -4px 32px rgba(0, 0, 0, 0.55), 0 16px 48px rgba(0, 0, 0, 0.4);display:none;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:sdMenuIn 0.17s cubic-bezier(0.16, 1, 0.3, 1) forwards}#db-tray-menu-panel.open{display:flex}#db-tray-menu-hdr{display:flex;align-items:center;justify-content:space-between;padding:9px 13px 7px;font-size:10px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:rgba(255, 255, 255, 0.28);border-bottom:1px solid rgba(255, 255, 255, 0.06)}#db-tray-menu-list{max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255, 255, 255, 0.12) transparent}.db-mi{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:all 0.2s;border-bottom:1px solid rgba(255, 255, 255, 0.04)}.db-mi:last-child{border-bottom:none}.db-mi:hover{background:rgba(255, 255, 255, 0.07)}.db-mi-dot{width:7px;height:7px;border-radius:50%;background:rgba(255, 255, 255, 0.18)}.db-mi-dot.info{background:#10b981}.db-mi-dot.success{background:#10b981;box-shadow:0 0 5px rgba(16, 185, 129, 0.5)}.db-mi-dot.warning{background:#f59e0b}.db-mi-dot.error{background:#ef4444;box-shadow:0 0 5px rgba(239, 68, 68, 0.5)}.db-mi-label{flex:1;font-size:12.5px;font-weight:500;color:rgba(255, 255, 255, 0.72);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#db-tray-overlay{position:fixed;inset:0;z-index:1000002;display:none}#db-tray-overlay.open{display:block}@keyframes sdMenuIn{from{opacity:0;transform:translateY(8px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}body{background-color:var(--background-color, var(--bg-primary, #ffffff));color:var(--text-color, var(--text-primary, #111827))}';function r(e,o,r){const t="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;e&&e!==t;){const t=Object.getOwnPropertyDescriptor(e,o);if(t&&(!r||t.get))return t;e=Object.getPrototypeOf(e)}}var t,a=(e,o)=>{var t;Object.entries(null!=(t=o.t.o)?t:{}).map((([t,[a]])=>{if(31&a||32&a){const a=e[t],n=r(Object.getPrototypeOf(e),t,!0)||Object.getOwnPropertyDescriptor(e,t);n&&Object.defineProperty(e,t,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),o.l.has(t)?e[t]=o.l.get(t):void 0!==a&&(e[t]=a)}}))},n=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},l=(e,o)=>{o&&(e.__stencil__getHostRef=()=>o,o.i=e,512&o.t.p&&a(e,o))},i=(e,o)=>o in e,c=(e,o)=>(0,console.error)(e,o),s=new Map,d=new Map,f="slot-fb{display:contents}slot-fb[hidden]{display:none}",b="http://www.w3.org/1999/xlink",p=["formAssociatedCallback","formResetCallback","formDisabledCallback","formStateRestoreCallback"],u="undefined"!=typeof window?window:{},g={p:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,o,r,t)=>e.addEventListener(o,r,t),rel:(e,o,r,t)=>e.removeEventListener(o,r,t),ce:(e,o)=>new CustomEvent(e,o)},x=e=>Promise.resolve(e),h=(()=>{try{return!!u.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),m=!!h&&(()=>!!u.document&&Object.getOwnPropertyDescriptor(u.document.adoptedStyleSheets,"length").writable)(),v=!1,y=[],w=[],k=(e,o)=>r=>{e.push(r),v||(v=!0,o&&4&g.p?z(j):g.raf(j))},$=e=>{for(let o=0;o<e.length;o++)try{e[o](performance.now())}catch(e){c(e)}e.length=0},j=()=>{$(y),$(w),(v=y.length>0)&&g.raf(j)},z=e=>x().then(e),S=k(w,!0);function O(e){var r;const a={mode:"open"};a.delegatesFocus=!!(16&e.p);const n=this.attachShadow(a);if(void 0===t&&(t=null!=(r=function(e){if(!h)return;const o=new CSSStyleSheet;return o.replaceSync(e),o}(o))?r:null),t)m?n.adoptedStyleSheets.push(t):n.adoptedStyleSheets=[...n.adoptedStyleSheets,t];else if(!h){const e=document.createElement("style");e.innerHTML=o,n.prepend(e)}}var C=e=>{const o=T(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&E(o,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!M(e,R(e),!1).length)}));let r=0;for(r=0;r<o.length;r++){const e=o[r];1===e.nodeType&&T(e,"childNodes").length&&C(e)}};function E(e,o,r){let t,a=0,n=[];for(;a<e.length;a++){if(t=e[a],t["s-sr"]&&(!o||t["s-hn"]===o)&&(void 0===r||R(t)===r)&&(n.push(t),void 0!==r))return n;n=[...n,...E(t.childNodes,o,r)]}return n}var M=(e,o,r=!0)=>{const t=[];(r&&e["s-sr"]||!e["s-sr"])&&t.push(e);let a=e;for(;a=a.nextSibling;)R(a)!==o||!r&&a["s-sr"]||t.push(a);return t},N=(e,o)=>1===e.nodeType?null===e.getAttribute("slot")&&""===o||e.getAttribute("slot")===o:e["s-sn"]===o||""===o,R=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function T(e,o){if("__"+o in e){const r=e["__"+o];return"function"!=typeof r?r:r.bind(e)}return"function"!=typeof e[o]?e[o]:e[o].bind(e)}function A(e){var o,r,t;return null!=(t=null==(r=null==(o=e.head)?void 0:o.querySelector('meta[name="csp-nonce"]'))?void 0:r.getAttribute("content"))?t:void 0}var F,L,U,D=new WeakMap,H=e=>"sc-"+e.h,I=e=>"object"==(e=typeof e)||"function"===e,P=(e,o,...r)=>{let t=null,a=null,n=null,l=!1,i=!1;const c=[],s=o=>{for(let r=0;r<o.length;r++)t=o[r],Array.isArray(t)?s(t):null!=t&&"boolean"!=typeof t&&((l="function"!=typeof e&&!I(t))&&(t+=""),l&&i?c[c.length-1].m+=t:c.push(l?_(null,t):t),i=l)};if(s(r),o){o.key&&(a=o.key),o.name&&(n=o.name);{const e=o.className||o.class;e&&(o.class="object"!=typeof e?e:Object.keys(e).filter((o=>e[o])).join(" "))}}if("function"==typeof e)return e(null===o?{}:o,c,W);const d=_(e,null);return d.v=o,c.length>0&&(d.k=c),d.$=a,d.j=n,d},_=(e,o)=>({p:0,S:e,m:null!=o?o:null,O:null,k:null,v:null,$:null,j:null}),B={},W={forEach:(e,o)=>e.map(Y).forEach(o),map:(e,o)=>e.map(Y).map(o).map(V)},Y=e=>({vattrs:e.v,vchildren:e.k,vkey:e.$,vname:e.j,vtag:e.S,vtext:e.m}),V=e=>{if("function"==typeof e.vtag){const o={...e.vattrs};return e.vkey&&(o.key=e.vkey),e.vname&&(o.name=e.vname),P(e.vtag,o,...e.vchildren||[])}const o=_(e.vtag,e.vtext);return o.v=e.vattrs,o.k=e.vchildren,o.$=e.vkey,o.j=e.vname,o},q=e=>{if(!e)return;const o=Object.keys(e);if(0===o.length)return;let r=!1;for(const t of o){if(r)break;for(const o of e[t])if("string"==typeof o){r=!0;break}}if(!r)return e;const t={};for(const r of o)t[r]=e[r].map((e=>"string"==typeof e?{[e]:0}:e));return t},G=(e,o,r)=>null==e||I(e)?e:4&o?(r&&"string"==typeof e||"false"!==e)&&(""===e||!!e):2&o?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&o?e+"":e,Z=e=>{var o;return null==(o=n(e))?void 0:o.$hostElement$},J=(e,o)=>{const r=Z(e);return{emit:e=>K(r,o,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},K=(e,o,r)=>{const t=g.ce(o,r);return e.dispatchEvent(t),t},Q=(e,o,r,t,a,l)=>{if(r===t)return;let c=i(e,o),s=o.toLowerCase();if("class"===o){const o=e.classList,a=ee(r);let n=ee(t);o.remove(...a.filter((e=>e&&!n.includes(e)))),o.add(...n.filter((e=>e&&!a.includes(e))))}else if("style"===o){for(const o in r)t&&null!=t[o]||(o.includes("-")?e.style.removeProperty(o):e.style[o]="");for(const o in t)r&&t[o]===r[o]||(o.includes("-")?e.style.setProperty(o,t[o]):e.style[o]=t[o])}else if("key"===o);else if("ref"===o)t&&ke(t,e);else if(c||"o"!==o[0]||"n"!==o[1]){if("a"===o[0]&&o.startsWith("attr:")){const r=o.slice(5);let a;{const o=n(e);if(o&&o.t&&o.t.o){const e=o.t.o[r];e&&e[1]&&(a=e[1])}}return a||(a=r.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==t||!1===t?!1===t&&""!==e.getAttribute(a)||e.removeAttribute(a):e.setAttribute(a,!0===t?"":t))}if("p"===o[0]&&o.startsWith("prop:")){const r=o.slice(5);try{e[r]=t}catch(e){}return}{const n=I(t);if((c||n&&null!==t)&&!a)try{if(e.tagName.includes("-"))e[o]!==t&&(e[o]=t);else{const a=null==t?"":t;"list"===o?c=!1:null!=r&&e[o]===a||("function"==typeof e.__lookupSetter__(o)?e[o]=a:e.setAttribute(o,a))}}catch(e){}let i=!1;s!==(s=s.replace(/^xlink\:?/,""))&&(o=s,i=!0),null==t||!1===t?!1===t&&""!==e.getAttribute(o)||(i?e.removeAttributeNS(b,o):e.removeAttribute(o)):(!c||4&l||a)&&!n&&1===e.nodeType&&(t=!0===t?"":t,i?e.setAttributeNS(b,o,t):e.setAttribute(o,t))}}else if(o="-"===o[2]?o.slice(3):i(u,s)?s.slice(2):s[2]+o.slice(3),r||t){const a=o.endsWith(oe);o=o.replace(re,""),r&&g.rel(e,o,r,a),t&&g.ael(e,o,t,a)}},X=/\s/,ee=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(X):[]),oe="Capture",re=RegExp(oe+"$"),te=(e,o,r)=>{const t=11===o.O.nodeType&&o.O.host?o.O.host:o.O,a=e&&e.v||{},n=o.v||{};for(const e of ae(Object.keys(a)))e in n||Q(t,e,a[e],void 0,r,o.p);for(const e of ae(Object.keys(n)))Q(t,e,a[e],n[e],r,o.p)};function ae(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var ne=!1,le=!1,ie=!1,ce=!1,se=[],de=[],fe=(e,o,r)=>{var t;const a=o.k[r];let n,l,i,c=0;if(ne||(ie=!0,"slot"===a.S&&(a.p|=a.k?2:1)),null!=a.m)n=a.O=u.document.createTextNode(a.m);else if(1&a.p)n=a.O=u.document.createTextNode(""),te(null,a,ce);else{if(ce||(ce="svg"===a.S),!u.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(n=a.O=u.document.createElementNS(ce?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!ne&&2&a.p?"slot-fb":a.S),ce&&"foreignObject"===a.S&&(ce=!1),te(null,a,ce),null!=F&&void 0!==F&&n["s-si"]!==F&&n.classList.add(n["s-si"]=F),a.k){const o="template"===a.S?n.content:n;for(c=0;c<a.k.length;++c)l=fe(e,a,c),l&&o.appendChild(l)}"svg"===a.S?ce=!1:"foreignObject"===n.tagName&&(ce=!0)}return n["s-hn"]=U,3&a.p&&(n["s-sr"]=!0,n["s-cr"]=L,n["s-sn"]=a.j||"",n["s-rf"]=null==(t=a.v)?void 0:t.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const o=o=>function(e){const r=[],t=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const a=this["s-cr"].parentElement;return(a.__childNodes?a.childNodes:(e=>{const o=[];for(let r=0;r<e.length;r++){const t=e[r]["s-nr"]||void 0;t&&t.isConnected&&o.push(t)}return o})(a.childNodes)).forEach((e=>{t===R(e)&&r.push(e)})),o?r.filter((e=>1===e.nodeType)):r}.bind(e);e.assignedElements=o(!0),e.assignedNodes=o(!1)}(n),i=e&&e.k&&e.k[r],i&&i.S===a.S&&e.O&&be(e.O),je(L,n,o.O,null==e?void 0:e.O)),n},be=e=>{g.p|=1;const o=e.closest(U.toLowerCase());if(null!=o){const r=Array.from(o.__childNodes||o.childNodes).find((e=>e["s-cr"])),t=Array.from(e.__childNodes||e.childNodes);for(const e of r?t.reverse():t)null!=e["s-sh"]&&($e(o,e,null!=r?r:null),e["s-sh"]=void 0,ie=!0)}g.p&=-2},pe=(e,o)=>{g.p|=1;const r=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]){let o=e;for(;o=o.nextSibling;)o&&o["s-sn"]===e["s-sn"]&&o["s-sh"]===U&&r.push(o)}for(let e=r.length-1;e>=0;e--){const t=r[e];t["s-hn"]!==U&&t["s-ol"]&&($e(he(t).parentNode,t,he(t)),t["s-ol"].remove(),t["s-ol"]=void 0,t["s-sh"]=void 0,ie=!0),o&&pe(t,o)}g.p&=-2},ue=(e,o,r,t,a,n)=>{let l,i=e["s-cr"]&&e["s-cr"].parentNode||e;for(i.shadowRoot&&i.tagName===U&&(i=i.shadowRoot),"template"===r.S&&(i=i.content);a<=n;++a)t[a]&&(l=fe(null,r,a),l&&(t[a].O=l,$e(i,l,he(o))))},ge=(e,o,r)=>{for(let t=o;t<=r;++t){const o=e[t];if(o){const e=o.O;we(o),e&&(le=!0,e["s-ol"]?e["s-ol"].remove():pe(e,!0),e.remove())}}},xe=(e,o,r=!1)=>e.S===o.S&&("slot"===e.S?e.j===o.j:r?(r&&!e.$&&o.$&&(e.$=o.$),!0):e.$===o.$),he=e=>e&&e["s-ol"]||e,me=(e,o,r=!1)=>{const t=o.O=e.O,a=e.k,n=o.k,l=o.S,i=o.m;let c;null==i?(ce="svg"===l||"foreignObject"!==l&&ce,"slot"!==l||ne||e.j!==o.j&&(o.O["s-sn"]=o.j||"",be(o.O.parentElement)),te(e,o,ce),null!==a&&null!==n?((e,o,r,t,a=!1)=>{let n,l,i=0,c=0,s=0,d=0,f=o.length-1,b=o[0],p=o[f],u=t.length-1,g=t[0],x=t[u];const h="template"===r.S?e.content:e;for(;i<=f&&c<=u;)if(null==b)b=o[++i];else if(null==p)p=o[--f];else if(null==g)g=t[++c];else if(null==x)x=t[--u];else if(xe(b,g,a))me(b,g,a),b=o[++i],g=t[++c];else if(xe(p,x,a))me(p,x,a),p=o[--f],x=t[--u];else if(xe(b,x,a))"slot"!==b.S&&"slot"!==x.S||pe(b.O.parentNode,!1),me(b,x,a),$e(h,b.O,p.O.nextSibling),b=o[++i],x=t[--u];else if(xe(p,g,a))"slot"!==b.S&&"slot"!==x.S||pe(p.O.parentNode,!1),me(p,g,a),$e(h,p.O,b.O),p=o[--f],g=t[++c];else{for(s=-1,d=i;d<=f;++d)if(o[d]&&null!==o[d].$&&o[d].$===g.$){s=d;break}s>=0?(l=o[s],l.S!==g.S?n=fe(o&&o[c],r,s):(me(l,g,a),o[s]=void 0,n=l.O),g=t[++c]):(n=fe(o&&o[c],r,c),g=t[++c]),n&&$e(he(b.O).parentNode,n,he(b.O))}i>f?ue(e,null==t[u+1]?null:t[u+1].O,r,t,c,u):c>u&&ge(o,i,f)})(t,a,o,n,r):null!==n?(null!==e.m&&(t.textContent=""),ue(t,null,o,n,0,n.length-1)):!r&&null!==a&&ge(a,0,a.length-1),ce&&"svg"===l&&(ce=!1)):(c=t["s-cr"])?c.parentNode.textContent=i:e.m!==i&&(t.data=i)},ve=[],ye=e=>{let o,r,t;const a=e.__childNodes||e.childNodes;for(const e of a){if(e["s-sr"]&&(o=e["s-cr"])&&o.parentNode){r=o.parentNode.__childNodes||o.parentNode.childNodes;const a=e["s-sn"];for(t=r.length-1;t>=0;t--)if(o=r[t],!(o["s-cn"]||o["s-nr"]||o["s-hn"]===e["s-hn"]||o["s-sh"]&&o["s-sh"]===e["s-hn"]))if(N(o,a)){let r=ve.find((e=>e.C===o));le=!0,o["s-sn"]=o["s-sn"]||a,r?(r.C["s-sh"]=e["s-hn"],r.M=e):(o["s-sh"]=e["s-hn"],ve.push({M:e,C:o})),o["s-sr"]&&ve.map((e=>{N(e.C,o["s-sn"])&&(r=ve.find((e=>e.C===o)),r&&!e.M&&(e.M=r.M))}))}else ve.some((e=>e.C===o))||ve.push({C:o})}1===e.nodeType&&ye(e)}},we=e=>{e.v&&e.v.ref&&se.push((()=>e.v.ref(null))),e.k&&e.k.map(we)},ke=(e,o)=>{de.push((()=>e(o)))},$e=(e,o,r,t)=>{if("string"==typeof o["s-sn"]&&o["s-sr"]&&o["s-cr"])je(o["s-cr"],o,e,o.parentElement);else if("string"==typeof o["s-sn"]){e.insertBefore(o,r);const{slotNode:a}=function(e,o){var r;if(!(o=o||(null==(r=e["s-ol"])?void 0:r.parentElement)))return{slotNode:null,slotName:""};const t=e["s-sn"]=R(e)||"";return{slotNode:E(T(o,"childNodes"),o.tagName,t)[0],slotName:t}}(o);return a&&!t&&function(e){e.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(a),o}return e.__insertBefore?e.__insertBefore(o,r):null==e?void 0:e.insertBefore(o,r)};function je(e,o,r,t){var a,n;let l;if(e&&"string"==typeof o["s-sn"]&&o["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(l=o["s-si"]||e.parentNode["s-sc"])){const e=o["s-sn"],i=o["s-hn"];if(null==(a=r.classList)||a.add(l+"-s"),t&&(null==(n=t.classList)?void 0:n.contains(l+"-s"))){let o=(t.__childNodes||t.childNodes)[0],r=!1;for(;o;){if(o["s-sn"]!==e&&o["s-hn"]===i&&o["s-sr"]){r=!0;break}o=o.nextSibling}r||t.classList.remove(l+"-s")}}}var ze=(e,o)=>{if(o&&!e.N&&o["s-p"]){const r=o["s-p"].push(new Promise((t=>e.N=()=>{o["s-p"].splice(r-1,1),t()})))}},Se=(e,o)=>{if(e.p|=16,4&e.p)return void(e.p|=512);ze(e,e.R);const r=()=>Oe(e,o);if(!o)return S(r);queueMicrotask((()=>{r()}))},Oe=(e,o)=>{const r=e.$hostElement$,t=e.i;if(!t)throw Error(`Can't render component <${r.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let a;return o?(e.T&&(e.T=!1,Ae(t,"connectedCallback",void 0,r)),e.p|=256,e.A&&(e.A.map((([e,o])=>Ae(t,e,o,r))),e.A=void 0),e.F.length&&e.F.forEach((e=>e(r))),a=Ae(t,"componentWillLoad",void 0,r)):a=Ae(t,"componentWillUpdate",void 0,r),a=Ce(a,(()=>Ae(t,"componentWillRender",void 0,r))),Ce(a,(()=>Me(e,t,o)))},Ce=(e,o)=>Ee(e)?e.then(o).catch((e=>{console.error(e),o()})):o(),Ee=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Me=async(e,o,r)=>{var t;const a=e.$hostElement$,n=a["s-rc"];r&&(e=>{const o=e.t,r=e.$hostElement$,t=o.p,a=((e,o)=>{var r,t,a;const n=H(o),l=d.get(n);if(!u.document)return n;if(e=11===e.nodeType?e:u.document,l)if("string"==typeof l){let a,i=D.get(e=e.head||e);if(i||D.set(e,i=new Set),!i.has(n)){a=u.document.createElement("style"),a.textContent=l;const c=null!=(r=g.L)?r:A(u.document);if(null!=c&&a.setAttribute("nonce",c),!(1&o.p))if("HEAD"===e.nodeName){const o=e.querySelectorAll("link[rel=preconnect]"),r=o.length>0?o[o.length-1].nextSibling:e.querySelector("style");e.insertBefore(a,(null==r?void 0:r.parentNode)===e?r:null)}else if("host"in e)if(h){const o=new(null!=(t=e.defaultView)?t:e.ownerDocument.defaultView).CSSStyleSheet;o.replaceSync(l),m?e.adoptedStyleSheets.unshift(o):e.adoptedStyleSheets=[o,...e.adoptedStyleSheets]}else{const o=e.querySelector("style");o?o.textContent=l+o.textContent:e.prepend(a)}else e.append(a);1&o.p&&e.insertBefore(a,null),4&o.p&&(a.textContent+=f),i&&i.add(n)}}else{let o=D.get(e);if(o||D.set(e,o=new Set),!o.has(n)){const r=null!=(a=e.defaultView)?a:e.ownerDocument.defaultView;let t;if(l.constructor===r.CSSStyleSheet)t=l;else{t=new r.CSSStyleSheet;for(let e=0;e<l.cssRules.length;e++)t.insertRule(l.cssRules[e].cssText,e)}m?e.adoptedStyleSheets.push(t):e.adoptedStyleSheets=[...e.adoptedStyleSheets,t],o.add(n)}}return n})(r.shadowRoot?r.shadowRoot:r.getRootNode(),o);10&t&&(r["s-sc"]=a,r.classList.add(a+"-h"))})(e);Ne(e,o,a,r),n&&(n.map((e=>e())),a["s-rc"]=void 0);{const o=null!=(t=a["s-p"])?t:[],r=()=>Re(e);0===o.length?r():(Promise.all(o).then(r).catch(r),e.p|=4,o.length=0)}},Ne=(e,o,r,t)=>{try{o=o.render(),e.p&=-17,e.p|=2,((e,o,r=!1)=>{var t,a,n,l,i;const c=e.$hostElement$,s=e.t,d=e.U||_(null,null),f=(e=>e&&e.S===B)(o)?o:P(null,null,o);if(U=c.tagName,s.D&&(f.v=f.v||{},s.D.forEach((([e,o])=>{f.v[o]=c[e]}))),r&&f.v)for(const e of Object.keys(f.v))c.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(f.v[e]=c[e]);if(f.S=null,f.p|=4,e.U=f,f.O=d.O=c.shadowRoot||c,F=c["s-sc"],ne=!(!(1&s.p)||128&s.p),L=c["s-cr"],le=!1,me(d,f,r),g.p|=1,ie){ye(f.O);for(const e of ve){const o=e.C;if(!o["s-ol"]&&u.document){const e=u.document.createTextNode("");e["s-nr"]=o,$e(o.parentNode,o["s-ol"]=e,o,r)}}for(const e of ve){const o=e.C,i=e.M;if(1===o.nodeType&&r&&(o["s-ih"]=null!=(t=o.hidden)&&t),i){const e=i.parentNode;let t=i.nextSibling;if(t&&1===t.nodeType){let r=null==(a=o["s-ol"])?void 0:a.previousSibling;for(;r;){let a=null!=(n=r["s-nr"])?n:null;if(a&&a["s-sn"]===o["s-sn"]&&e===(a.__parentNode||a.parentNode)){for(a=a.nextSibling;a===o||(null==a?void 0:a["s-sr"]);)a=null==a?void 0:a.nextSibling;if(!a||!a["s-nr"]){t=a;break}}r=r.previousSibling}}if((!t&&e!==(o.__parentNode||o.parentNode)||(o.__nextSibling||o.nextSibling)!==t)&&o!==t){if($e(e,o,t,r),8===o.nodeType&&o.nodeValue.startsWith("s-nt-")){const e=u.document.createTextNode(o.nodeValue.replace(/^s-nt-/,""));e["s-hn"]=o["s-hn"],e["s-sn"]=o["s-sn"],e["s-sh"]=o["s-sh"],e["s-sr"]=o["s-sr"],e["s-ol"]=o["s-ol"],e["s-ol"]["s-nr"]=e,$e(o.parentNode,e,o,r),o.parentNode.removeChild(o)}1===o.nodeType&&"SLOT-FB"!==o.tagName&&(o.hidden=null!=(l=o["s-ih"])&&l)}o&&"function"==typeof i["s-rf"]&&i["s-rf"](i)}else 1===o.nodeType&&(o.hidden=!0)}}if(le&&C(f.O),g.p&=-2,ve.length=0,!ne&&!(1&s.p)&&c["s-cr"]){const e=f.O.__childNodes||f.O.childNodes;for(const o of e)if(o["s-hn"]!==U&&!o["s-sh"])if(r&&null==o["s-ih"]&&(o["s-ih"]=null!=(i=o.hidden)&&i),1===o.nodeType)o.hidden=!0;else if(3===o.nodeType&&o.nodeValue.trim()){const e=u.document.createComment("s-nt-"+o.nodeValue);e["s-sn"]=o["s-sn"],$e(o.parentNode,e,o,r),o.parentNode.removeChild(o)}}L=void 0,se.forEach((e=>e())),se.length=0,de.forEach((e=>e())),de.length=0})(e,o,t)}catch(o){c(o,e.$hostElement$)}return null},Re=e=>{const o=e.$hostElement$,r=e.i,t=e.R;Ae(r,"componentDidRender",void 0,o),64&e.p?Ae(r,"componentDidUpdate",void 0,o):(e.p|=64,Fe(o),Ae(r,"componentDidLoad",void 0,o),e.H(o),t||Te()),e.I(o),e.N&&(e.N(),e.N=void 0),512&e.p&&z((()=>Se(e,!1))),e.p&=-517},Te=()=>{z((()=>K(u,"appload",{detail:{namespace:"exploration-project-tailwind"}})))},Ae=(e,o,r,t)=>{if(e&&e[o])try{return e[o](r)}catch(e){c(e,t)}},Fe=e=>e.classList.add("hydrated"),Le=(e,o,r,t)=>{const a=n(e);if(!a)return;if(!a)throw Error(`Couldn't find host element for "${t.h}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const l=a.$hostElement$,i=a.l.get(o),s=a.p,d=a.i;if(r=G(r,t.o[o][0],!!(64&t.p)),!(8&s&&void 0!==i||r===i||Number.isNaN(i)&&Number.isNaN(r))){if(a.l.set(o,r),t.P){const e=t.P[o];e&&e.map((e=>{try{const[[t,n]]=Object.entries(e);(128&s||1&n)&&(d?d[t](r,i,o):a.F.push((()=>{a.i[t](r,i,o)})))}catch(e){c(e,l)}}))}if(2&s){if(d.componentShouldUpdate&&!1===d.componentShouldUpdate(r,i,o)&&!(16&s))return;16&s||Se(a,!1)}}},Ue=(e,o,t)=>{var a,l;const i=e.prototype;64&o.p&&1&t&&p.forEach((e=>{Object.defineProperty(i,e,{value(...o){var r;const t=n(this),a=null==t?void 0:t.i;if(a){const r=a[e];"function"==typeof r&&r.call(a,...o)}else null==(r=null==t?void 0:t._)||r.then((r=>{const t=r[e];"function"==typeof t&&t.call(r,...o)}))}})}));{e.watchers&&!o.P&&(o.P=q(e.watchers)),e.deserializers&&!o.B&&(o.B=e.deserializers),e.serializers&&!o.W&&(o.W=e.serializers);const c=Object.entries(null!=(a=o.o)?a:{});if(c.map((([e,[a]])=>{if(31&a||2&t&&32&a){const{get:l,set:c}=r(i,e)||{};l&&(o.o[e][0]|=2048),c&&(o.o[e][0]|=4096),(1&t||!l)&&Object.defineProperty(i,e,{get(){{if(!(2048&o.o[e][0]))return((e,o)=>n(this).l.get(o))(0,e);const r=n(this),t=r?r.i:i;if(!t)return;return t[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,e,{set(r){const l=n(this);if(l){if(c)return void 0===(32&a?this[e]:l.$hostElement$[e])&&l.l.get(e)&&(r=l.l.get(e)),c.call(this,G(r,a,!!(64&o.p))),void Le(this,e,r=32&a?this[e]:l.$hostElement$[e],o);{if(!(1&t&&4096&o.o[e][0]))return Le(this,e,r,o),void(1&t&&!l.i&&l.F.push((()=>{4096&o.o[e][0]&&l.i[e]!==l.l.get(e)&&(l.i[e]=r)})));const n=()=>{const t=l.i[e];!l.l.get(e)&&t&&l.l.set(e,t),l.i[e]=G(r,a,!!(64&o.p)),Le(this,e,l.i[e],o)};l.i?n():l.F.push((()=>{n()}))}}}})}else 1&t&&64&a&&Object.defineProperty(i,e,{value(...o){var r;const t=n(this);return null==(r=null==t?void 0:t.Y)?void 0:r.then((()=>{var r;return null==(r=t.i)?void 0:r[e](...o)}))}})})),1&t){const r=new Map;i.attributeChangedCallback=function(e,t,a){g.jmp((()=>{var l;const s=r.get(e),d=n(this);if(this.hasOwnProperty(s)&&(a=this[s],delete this[s]),i.hasOwnProperty(s)&&"number"==typeof this[s]&&this[s]==a)return;if(null==s){const r=null==d?void 0:d.p;if(d&&r&&!(8&r)&&a!==t){const n=d.i,i=null==(l=o.P)?void 0:l[e];null==i||i.forEach((o=>{const[[l,i]]=Object.entries(o);null!=n[l]&&(128&r||1&i)&&n[l].call(n,a,t,e)}))}return}const f=c.find((([e])=>e===s)),b=f&&4&f[1][0],p=b&&null===a&&void 0===this[s];b&&(a=null!==a&&"false"!==a);const u=Object.getOwnPropertyDescriptor(i,s);p||a==this[s]||u.get&&!u.set||(this[s]=a)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(l=o.P)?l:{}),...c.filter((([e,o])=>31&o[0])).map((([e,t])=>{var a;const n=t[1]||e;return r.set(n,e),512&t[0]&&(null==(a=o.D)||a.push([e,n])),n}))]))}}return e},De=(e,o)=>{Ae(e,"connectedCallback",void 0,o)},He=(e,o)=>{Ae(e,"disconnectedCallback",void 0,o||e)},Ie=(e,o={})=>{var r;if(!u.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const t=[],a=o.exclude||[],l=u.customElements,i=u.document.head,b=i.querySelector("meta[charset]"),p=u.document.createElement("style"),x=[];let m,v=!0;Object.assign(g,o),g.u=new URL(o.resourcesUrl||"./",u.document.baseURI).href;let y=!1;if(e.map((e=>{e[1].map((o=>{var r,i;const f={p:o[0],h:o[1],o:o[2],V:o[3]};4&f.p&&(y=!0),f.o=o[2],f.V=o[3],f.D=[],f.P=q(o[4]),f.W=null!=(r=o[5])?r:{},f.B=null!=(i=o[6])?i:{};const b=f.h,p=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(e){if(super(e),((e,o)=>{const r={p:0,$hostElement$:e,t:o,l:new Map,q:new Map};r.Y=new Promise((e=>r.I=e)),r._=new Promise((e=>r.H=e)),e["s-p"]=[],e["s-rc"]=[],r.F=[];const t=r;e.__stencil__getHostRef=()=>t})(e=this,f),1&f.p)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${f.h}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else O.call(e,f)}connectedCallback(){const e=n(this);e&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,_e(this,e,f.V)),m&&(clearTimeout(m),m=null),v?x.push(this):g.jmp((()=>(e=>{if(!(1&g.p)){const o=n(e);if(!o)return;const r=o.t,t=()=>{};if(1&o.p)_e(e,o,r.V),(null==o?void 0:o.i)?De(o.i,e):(null==o?void 0:o._)&&o._.then((()=>De(o.i,e)));else{o.p|=1,12&r.p&&(e=>{if(!u.document)return;const o=e["s-cr"]=u.document.createComment("");o["s-cn"]=!0,$e(e,o,e.firstChild)})(e);{let r=e;for(;r=r.parentNode||r.host;)if(r["s-p"]){ze(o,o.R=r);break}}r.o&&Object.entries(r.o).map((([o,[r]])=>{if(31&r&&Object.prototype.hasOwnProperty.call(e,o)){const r=e[o];delete e[o],e[o]=r}})),(async(e,o,r)=>{let t;try{if(!(32&o.p)){if(o.p|=32,r.G){const a=((e,o)=>{const r=e.h.replace(/-/g,"_"),t=e.G;if(!t)return;const a=s.get(t);return a?a[r]:import(`./${t}.entry.js`).then((e=>(s.set(t,e),e[r])),(e=>{c(e,o.$hostElement$)}))
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(r,o);if(a&&"then"in a){const e=()=>{};t=await a,e()}else t=a;if(!t)throw Error(`Constructor for "${r.h}#${o.Z}" was not found`);t.isProxied||(r.P=q(t.watchers),r.W=t.serializers,r.B=t.deserializers,Ue(t,r,2),t.isProxied=!0);const n=()=>{};o.p|=8;try{new t(o)}catch(o){c(o,e)}o.p&=-9,o.p|=128,n(),4&r.p?o.T=!0:De(o.i,e)}else t=e.constructor,customElements.whenDefined(e.localName).then((()=>o.p|=128));if(t&&t.style){let e;"string"==typeof t.style&&(e=t.style);const o=H(r);if(!d.has(o)){const t=()=>{};((e,o,r)=>{let t=d.get(e);h&&r?(t=t||new CSSStyleSheet,"string"==typeof t?t=o:t.replaceSync(o)):t=o,d.set(e,t)})(o,e,!!(1&r.p)),t()}}}const a=o.R,n=()=>Se(o,!0);a&&a["s-rc"]?a["s-rc"].push(n):n()}catch(r){c(r,e),o.N&&(o.N(),o.N=void 0),o.H&&o.H(e)}})(e,o,r)}t()}})(this))))}disconnectedCallback(){g.jmp((()=>(async e=>{if(!(1&g.p)){const o=n(e);(null==o?void 0:o.J)&&(o.J.map((e=>e())),o.J=void 0),(null==o?void 0:o.i)?He(o.i,e):(null==o?void 0:o._)&&o._.then((()=>He(o.i,e)))}D.has(e)&&D.delete(e),e.shadowRoot&&D.has(e.shadowRoot)&&D.delete(e.shadowRoot)})(this))),g.raf((()=>{var e;const o=n(this);if(!o)return;const r=x.findIndex((e=>e===this));r>-1&&x.splice(r,1),(null==(e=null==o?void 0:o.U)?void 0:e.O)instanceof Node&&!o.U.O.isConnected&&delete o.U.O}))}componentOnReady(){var e;return null==(e=n(this))?void 0:e._}};64&f.p&&(p.formAssociated=!0),f.G=e[0],a.includes(b)||l.get(b)||(t.push(b),l.define(b,Ue(p,f,1)))}))})),t.length>0&&(y&&(p.textContent+=f),p.textContent+=t.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",p.innerHTML.length)){p.setAttribute("data-styles","");const e=null!=(r=g.L)?r:A(u.document);null!=e&&p.setAttribute("nonce",e),i.insertBefore(p,b?b.nextSibling:i.firstChild)}v=!1,x.length?x.map((e=>e.connectedCallback())):g.jmp((()=>m=setTimeout(Te,30)))},Pe=(e,o)=>o,_e=(e,o,r)=>{r&&u.document&&r.map((([r,t,a])=>{const n=We(u.document,e,r),l=Be(o,a),i=Ye(r);g.ael(n,t,l,i),(o.J=o.J||[]).push((()=>g.rel(n,t,l,i)))}))},Be=(e,o)=>r=>{var t;try{256&e.p?null==(t=e.i)||t[o](r):(e.A=e.A||[]).push([o,r])}catch(o){c(o,e.$hostElement$)}},We=(e,o,r)=>4&r?e:8&r?u:o,Ye=e=>({passive:!!(1&e),capture:!!(2&e)}),Ve=e=>g.L=e;export{Pe as F,B as H,Z as a,Ie as b,J as c,e as g,P as h,x as p,l as r,Ve as s}