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,2184 @@
1
+ import { h, Host } from "@stencil/core";
2
+ export class AppListItem {
3
+ el;
4
+ selected = false;
5
+ disabled = false;
6
+ readonly = false;
7
+ label = '';
8
+ value = '';
9
+ icon = '';
10
+ actionIcon = '';
11
+ size = 'md';
12
+ color = 'default';
13
+ variant = 'text';
14
+ nested = false;
15
+ level = 0;
16
+ collapsible = false;
17
+ expanded = false;
18
+ divider = false;
19
+ dense = false;
20
+ interactive = true;
21
+ href = '';
22
+ target = '_self';
23
+ contextMenu = false;
24
+ contextMenuTrigger = 'click';
25
+ contextMenuPosition = 'auto';
26
+ // New features
27
+ showCheckbox = false;
28
+ checked = false;
29
+ sublabel = '';
30
+ multiline = false;
31
+ badge = '';
32
+ badgeColor = 'default';
33
+ counter = '';
34
+ /** JSON string or array of tag objects */
35
+ tags = '';
36
+ /** Image URL for a square/landscape thumbnail */
37
+ image = '';
38
+ /** User avatar URL */
39
+ userAvatar = '';
40
+ /** Whether to show as a loading skeleton */
41
+ skeleton = false;
42
+ /** Text to highlight (for search results) */
43
+ highlight = '';
44
+ /** Custom selection color (primary, success, etc.) */
45
+ selectionColor = 'default';
46
+ /** Custom hover color (primary, success, etc.) */
47
+ hoverColor = 'default';
48
+ /** Position of the avatar/image (left or right) */
49
+ avatarPosition = 'left';
50
+ /** Whether to show a 3-dot action menu icon */
51
+ showMenu = false;
52
+ rightActionColor = 'danger';
53
+ /** Multiple collaborators to show as an avatar group */
54
+ avatarGroup = '';
55
+ /** Position of the avatar group: 'media' (leading), 'content' (below label), 'right' (after content) */
56
+ avatarGroupPosition = 'content';
57
+ /** Whether to show hierarchical connection lines (tree view) */
58
+ treeLines = false;
59
+ /** Whether the parent is in grid mode */
60
+ gridMode = false;
61
+ /** Delay for long press event (ms) */
62
+ longPressDelay = 600;
63
+ /** Whether the item is locked */
64
+ locked = false;
65
+ /** Enable swipe actions (mobile) */
66
+ swipeActions = false;
67
+ /** Swipe behavior: 'reveal' or 'dismiss' */
68
+ swipeBehavior = 'reveal';
69
+ leftActionIcon = '';
70
+ leftActionColor = 'success';
71
+ rightActionIcon = '';
72
+ /** Progress percentage (0-100), -1 to disable */
73
+ progress = -1;
74
+ /** Presence status: 'online', 'offline', 'busy', 'away' */
75
+ status = '';
76
+ /** Position of the status dot */
77
+ statusPosition = 'bottom-right';
78
+ /** Whether to show the star icon */
79
+ showStar = false;
80
+ /** Multiple actions for left swipe reveal [{icon, color, action}] */
81
+ leftActions = [];
82
+ /** Multiple actions for right swipe reveal [{icon, color, action}] */
83
+ rightActions = [];
84
+ /** Threshold for full-swipe trigger (% of width) */
85
+ fullSwipeThreshold = 0.75;
86
+ /** Whether the item is starred/favorited */
87
+ starred = false;
88
+ /** Whether the item can be expanded to show more details */
89
+ expandable = false;
90
+ /** Whether the expansion detail is shown */
91
+ expandedDetail = false;
92
+ /** Whether the item is currently shaking/wobbling (visual haptic) */
93
+ wobble = false;
94
+ /** Whether to show a pulsating ambient glow for high priority */
95
+ priorityPulse = false;
96
+ /** Collaborative presence data [{id, color}] */
97
+ presence = [];
98
+ /** Layout density mode */
99
+ density = 'comfortable';
100
+ /** Mini sparkline data [10, 50, 20...] */
101
+ sparkline = [];
102
+ /** Custom metadata for Ghost Layer {ip, id, etc.} */
103
+ metadata = {};
104
+ /** Whether to show the Ghost Layer (Alt mode) */
105
+ showGhostLayer = false;
106
+ /** Whether to show a background heatmap glow matching the status */
107
+ auraMode = false;
108
+ /** Professional presence cursors [{name, color, x, y}] */
109
+ presenceCursors = [];
110
+ /** Interactive accessibility label */
111
+ a11yLabel = '';
112
+ isFocused = false;
113
+ isHovered = false;
114
+ contextMenuOpen = false;
115
+ contextMenuX = 0;
116
+ contextMenuY = 0;
117
+ swipeOffset = 0;
118
+ showStatusEditor = false;
119
+ listItemClick;
120
+ listItemActionClick;
121
+ listItemToggle;
122
+ contextMenuOpenEvent;
123
+ contextMenuCloseEvent;
124
+ checkboxChange;
125
+ pillClick;
126
+ tagClick;
127
+ swipeAction;
128
+ longPress;
129
+ starToggle;
130
+ detailToggle;
131
+ contextMenuRef;
132
+ touchStartX = 0;
133
+ touchCurrentX = 0;
134
+ isSwiping = false;
135
+ longPressTimer;
136
+ componentDidLoad() {
137
+ if (this.contextMenu) {
138
+ document.addEventListener('click', this.handleOutsideClick);
139
+ }
140
+ }
141
+ disconnectedCallback() {
142
+ if (this.contextMenu) {
143
+ document.removeEventListener('click', this.handleOutsideClick);
144
+ }
145
+ }
146
+ handleOutsideClick = (e) => {
147
+ if (this.contextMenuOpen && this.contextMenuRef && !this.contextMenuRef.contains(e.target)) {
148
+ const listItem = this.el.shadowRoot.querySelector('.list-item');
149
+ if (listItem && !listItem.contains(e.target)) {
150
+ this.closeContextMenu();
151
+ }
152
+ }
153
+ };
154
+ handleClick = (e) => {
155
+ if (this.disabled || this.readonly) {
156
+ return;
157
+ }
158
+ // Handle context menu on click
159
+ if (this.contextMenu && this.contextMenuTrigger === 'click') {
160
+ e.stopPropagation();
161
+ this.toggleContextMenu(e);
162
+ return;
163
+ }
164
+ if (this.locked) {
165
+ this.wobble = true;
166
+ setTimeout(() => this.wobble = false, 400);
167
+ return;
168
+ }
169
+ if (this.expandable && !this.contextMenu) {
170
+ this.expandedDetail = !this.expandedDetail;
171
+ this.detailToggle.emit({ value: this.value, expanded: this.expandedDetail });
172
+ return;
173
+ }
174
+ if (this.collapsible && !this.contextMenu) {
175
+ this.expanded = !this.expanded;
176
+ this.listItemToggle.emit({ value: this.value, expanded: this.expanded });
177
+ }
178
+ if (this.interactive && !this.contextMenu && !this.locked) {
179
+ if (!e.shiftKey && !e.ctrlKey && !e.metaKey) {
180
+ this.selected = !this.selected;
181
+ }
182
+ this.listItemClick.emit({
183
+ value: this.value,
184
+ selected: this.selected,
185
+ shiftKey: e.shiftKey,
186
+ ctrlKey: e.ctrlKey,
187
+ metaKey: e.metaKey,
188
+ altKey: e.altKey
189
+ });
190
+ }
191
+ if (this.href) {
192
+ e.preventDefault();
193
+ window.open(this.href, this.target);
194
+ }
195
+ };
196
+ handleContextMenu = (e) => {
197
+ if (this.contextMenu && this.contextMenuTrigger === 'rightClick') {
198
+ e.preventDefault();
199
+ e.stopPropagation();
200
+ this.toggleContextMenu(e);
201
+ }
202
+ };
203
+ toggleContextMenu = (e) => {
204
+ if (this.contextMenuOpen) {
205
+ this.closeContextMenu();
206
+ }
207
+ else {
208
+ this.openContextMenu(e);
209
+ }
210
+ };
211
+ openContextMenu = (e) => {
212
+ const rect = e.currentTarget.getBoundingClientRect();
213
+ // Estimated context menu dimensions (will adjust based on actual size)
214
+ const menuWidth = 200;
215
+ const menuHeight = 300;
216
+ // Viewport dimensions
217
+ const viewportWidth = window.innerWidth;
218
+ const viewportHeight = window.innerHeight;
219
+ // Calculate initial position based on contextMenuPosition prop
220
+ let x = 0;
221
+ let y = 0;
222
+ if (this.contextMenuTrigger === 'rightClick') {
223
+ // Use mouse position for right-click
224
+ x = e.clientX;
225
+ y = e.clientY;
226
+ }
227
+ else {
228
+ // Calculate position relative to the list item
229
+ switch (this.contextMenuPosition) {
230
+ case 'right':
231
+ x = rect.right;
232
+ y = rect.top;
233
+ break;
234
+ case 'left':
235
+ x = rect.left - menuWidth;
236
+ y = rect.top;
237
+ break;
238
+ case 'bottom':
239
+ x = rect.left;
240
+ y = rect.bottom;
241
+ break;
242
+ case 'auto':
243
+ default:
244
+ // Auto: prefer right, fallback to left if not enough space
245
+ const spaceRight = viewportWidth - rect.right;
246
+ if (spaceRight > menuWidth) {
247
+ x = rect.right;
248
+ y = rect.top;
249
+ }
250
+ else {
251
+ x = rect.left - menuWidth;
252
+ y = rect.top;
253
+ }
254
+ break;
255
+ }
256
+ }
257
+ // Edge detection and adjustment for all directions
258
+ // Right edge: if menu extends beyond right viewport edge, shift left
259
+ if (x + menuWidth > viewportWidth) {
260
+ x = viewportWidth - menuWidth - 10; // 10px padding from edge
261
+ }
262
+ // Left edge: if menu extends beyond left viewport edge, shift right
263
+ if (x < 0) {
264
+ x = 10; // 10px padding from edge
265
+ }
266
+ // Bottom edge: if menu extends beyond bottom viewport edge, shift up
267
+ if (y + menuHeight > viewportHeight) {
268
+ y = viewportHeight - menuHeight - 10; // 10px padding from edge
269
+ // If still not enough space, position above the trigger element
270
+ if (y < 0) {
271
+ y = Math.max(10, rect.top - menuHeight);
272
+ }
273
+ }
274
+ // Top edge: if menu extends beyond top viewport edge, shift down
275
+ if (y < 0) {
276
+ y = 10; // 10px padding from edge
277
+ }
278
+ this.contextMenuX = x;
279
+ this.contextMenuY = y;
280
+ this.contextMenuOpen = true;
281
+ this.contextMenuOpenEvent.emit({ value: this.value });
282
+ };
283
+ closeContextMenu = () => {
284
+ this.contextMenuOpen = false;
285
+ this.contextMenuCloseEvent.emit({ value: this.value });
286
+ };
287
+ handleCheckboxChange = (e) => {
288
+ e.stopPropagation();
289
+ if (this.disabled || this.readonly) {
290
+ return;
291
+ }
292
+ this.checked = !this.checked;
293
+ this.checkboxChange.emit({ value: this.value, checked: this.checked });
294
+ };
295
+ handleFocus = () => {
296
+ this.isFocused = true;
297
+ };
298
+ handleBlur = () => {
299
+ this.isFocused = false;
300
+ };
301
+ handleMouseEnter = (e) => {
302
+ this.isHovered = true;
303
+ // Handle context menu on hover
304
+ if (this.contextMenu && this.contextMenuTrigger === 'hover') {
305
+ this.openContextMenu(e);
306
+ }
307
+ };
308
+ handleMouseLeave = () => {
309
+ this.isHovered = false;
310
+ // Close context menu on hover out (with delay)
311
+ if (this.contextMenu && this.contextMenuTrigger === 'hover') {
312
+ setTimeout(() => {
313
+ if (!this.isHovered) {
314
+ this.closeContextMenu();
315
+ }
316
+ }, 300);
317
+ }
318
+ };
319
+ handleTouchStart = (e) => {
320
+ if (!this.swipeActions || this.disabled)
321
+ return;
322
+ this.touchStartX = e.touches[0].clientX;
323
+ this.isSwiping = true;
324
+ // Long press initiation
325
+ if (this.longPressDelay > 0) {
326
+ this.longPressTimer = setTimeout(() => {
327
+ if (!this.swipeOffset) {
328
+ this.longPress.emit({ value: this.value });
329
+ if (navigator.vibrate)
330
+ navigator.vibrate(50); // Haptic feedback
331
+ }
332
+ }, this.longPressDelay);
333
+ }
334
+ };
335
+ handleTouchMove = (e) => {
336
+ if (!this.isSwiping)
337
+ return;
338
+ this.touchCurrentX = e.touches[0].clientX;
339
+ const delta = this.touchCurrentX - this.touchStartX;
340
+ // Clear long press on move
341
+ if (Math.abs(delta) > 10)
342
+ clearTimeout(this.longPressTimer);
343
+ // Limits
344
+ if (delta > 80 && !this.leftActionIcon && this.leftActions.length === 0)
345
+ return;
346
+ if (delta < -80 && !this.rightActionIcon && this.rightActions.length === 0)
347
+ return;
348
+ this.swipeOffset = delta;
349
+ };
350
+ handleTouchEnd = () => {
351
+ if (!this.swipeActions)
352
+ return;
353
+ clearTimeout(this.longPressTimer); // Clear long press on touch end
354
+ const threshold = this.el.clientWidth * 0.25;
355
+ const fullThreshold = this.el.clientWidth * this.fullSwipeThreshold;
356
+ const absOffset = Math.abs(this.swipeOffset);
357
+ if (absOffset > fullThreshold) {
358
+ // Full Swipe Trigger
359
+ const side = this.swipeOffset > 0 ? 'left' : 'right';
360
+ const actions = side === 'left' ? (this.leftActions.length ? this.leftActions : [{ icon: this.leftActionIcon, action: 'left' }]) : (this.rightActions.length ? this.rightActions : [{ icon: this.rightActionIcon, action: 'right' }]);
361
+ const primaryAction = actions[0]?.action || (side === 'left' ? 'check' : 'trash');
362
+ this.swipeOffset = this.swipeOffset > 0 ? this.el.clientWidth : -this.el.clientWidth;
363
+ setTimeout(() => {
364
+ this.swipeAction.emit({ value: this.value, side, action: primaryAction });
365
+ if (this.swipeBehavior === 'dismiss') {
366
+ this.el.style.display = 'none'; // Physics dismissal
367
+ }
368
+ else {
369
+ this.swipeOffset = 0;
370
+ }
371
+ }, 200);
372
+ return;
373
+ }
374
+ if (absOffset > threshold) {
375
+ this.swipeOffset = this.swipeOffset > 0 ? 80 * Math.max(1, this.leftActions.length) : -80 * Math.max(1, this.rightActions.length);
376
+ }
377
+ else {
378
+ this.swipeOffset = 0;
379
+ }
380
+ };
381
+ async focusItem() {
382
+ this.isFocused = true;
383
+ this.el.shadowRoot.querySelector('.list-item')?.setAttribute('tabindex', '0');
384
+ this.el.shadowRoot.querySelector('.list-item')?.focus();
385
+ }
386
+ handleKeyDown = (e) => {
387
+ if (this.isFocused) {
388
+ if (e.key === 'Enter') {
389
+ this.listItemClick.emit({ value: this.value, selected: !this.selected });
390
+ }
391
+ }
392
+ };
393
+ renderLabel(text) {
394
+ if (!this.highlight || !text)
395
+ return text;
396
+ const parts = text.split(new RegExp(`(${this.highlight})`, 'gi'));
397
+ return parts.map(part => part.toLowerCase() === this.highlight.toLowerCase()
398
+ ? h("mark", { class: "list-item-highlight" }, part)
399
+ : part);
400
+ }
401
+ renderPresenceCursors() {
402
+ if (!this.presenceCursors || this.presenceCursors.length === 0)
403
+ return null;
404
+ return (h("div", { class: "presence-cursors-layer" }, this.presenceCursors.map(cursor => (h("div", { class: `ghost-cursor cursor-${cursor.color || 'blue'}`, style: { left: `${cursor.x}px`, top: `${cursor.y}px` } }, h("ui-icon", { name: "mouse-pointer", library: "fontawesome" }), h("div", { class: "cursor-label" }, cursor.name))))));
405
+ }
406
+ renderSparkline() {
407
+ if (!this.sparkline || this.sparkline.length < 2)
408
+ return null;
409
+ const max = Math.max(...this.sparkline);
410
+ const min = Math.min(...this.sparkline);
411
+ const range = max - min || 1;
412
+ const width = 60;
413
+ const height = 20;
414
+ const points = this.sparkline.map((val, i) => {
415
+ const x = (i / (this.sparkline.length - 1)) * width;
416
+ const y = height - ((val - min) / range) * height;
417
+ return `${x},${y}`;
418
+ }).join(' ');
419
+ return (h("svg", { class: "list-sparkline", width: width, height: height }, h("polyline", { fill: "none", stroke: "#3bf673", "stroke-width": "1.5", points: points })));
420
+ }
421
+ renderGhostLayer() {
422
+ if (!this.showGhostLayer)
423
+ return null;
424
+ return (h("div", { class: "list-item-ghost-layer" }, h("div", { class: "ghost-meta" }, "IP: ", this.metadata?.ip || '127.0.0.1'), h("div", { class: "ghost-meta" }, "VER: ", this.metadata?.version || '1.0.0'), h("div", { class: "ghost-meta" }, "ID: ", this.value || 'N/A')));
425
+ }
426
+ parseTagsToItems() {
427
+ if (!this.tags)
428
+ return [];
429
+ try {
430
+ const parsed = typeof this.tags === 'string' ? JSON.parse(this.tags) : this.tags;
431
+ return Array.isArray(parsed) ? parsed : [];
432
+ }
433
+ catch {
434
+ return [];
435
+ }
436
+ }
437
+ render() {
438
+ const containerClasses = {
439
+ 'list-item': true,
440
+ [`list-item-${this.size}`]: true,
441
+ [`list-item-${this.color}`]: true,
442
+ [`list-item-${this.variant}`]: true,
443
+ 'list-item-selected': this.selected,
444
+ 'list-item-disabled': this.disabled,
445
+ 'list-item-readonly': this.readonly,
446
+ 'list-item-focused': this.isFocused,
447
+ 'list-item-hovered': this.isHovered,
448
+ 'list-item-nested': this.nested,
449
+ 'list-item-tree-lines': this.treeLines && this.level > 0,
450
+ 'list-item-grid': this.gridMode,
451
+ 'list-item-collapsible': this.collapsible,
452
+ 'list-item-expanded': this.expanded,
453
+ 'list-item-divider': this.divider,
454
+ 'list-item-dense': this.dense,
455
+ 'list-item-interactive': this.interactive,
456
+ 'list-item-link': !!this.href,
457
+ 'list-item-context-menu': this.contextMenu,
458
+ 'list-item-context-menu-open': this.contextMenuOpen,
459
+ 'list-item-multiline': this.multiline,
460
+ 'list-item-with-checkbox': this.showCheckbox,
461
+ 'list-item-checked': this.checked,
462
+ 'is-skeleton': this.skeleton,
463
+ 'list-item-locked': this.locked,
464
+ 'list-item-starred': this.starred,
465
+ 'list-item-expandable': this.expandable,
466
+ 'list-item-detail-expanded': this.expandedDetail,
467
+ 'is-wobbling': this.wobble,
468
+ [`list-item-density-${this.density}`]: true,
469
+ [`list-item-aura-${this.status}`]: this.auraMode && this.status && !this.skeleton,
470
+ [`list-item-selection-${this.selectionColor}`]: this.selected && this.selectionColor !== 'default',
471
+ [`list-item-hover-${this.hoverColor}`]: this.hoverColor !== 'default',
472
+ 'list-item-avatar-right': this.avatarPosition === 'right',
473
+ };
474
+ const paddingLeft = this.level * 24;
475
+ const parsedTags = this.parseTagsToItems();
476
+ const collaborators = typeof this.avatarGroup === 'string' ? JSON.parse(this.avatarGroup || '[]') : (this.avatarGroup || []);
477
+ return (h(Host, { key: '58ce4116ce6d57212618035289472a8885198909', onKeyDown: this.handleKeyDown, tabIndex: this.interactive && !this.disabled ? 0 : -1 }, h("div", { key: '2d3d1569f7cadc8e324e75285b08e51865a616d9', class: containerClasses, onClick: this.handleClick, onContextMenu: this.handleContextMenu, onFocus: this.handleFocus, onBlur: this.handleBlur, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave, onMouseDown: () => {
478
+ this.longPressTimer = setTimeout(() => {
479
+ this.longPress.emit({ value: this.value });
480
+ }, this.longPressDelay);
481
+ }, onMouseUp: () => clearTimeout(this.longPressTimer), onTouchStart: this.handleTouchStart, onTouchMove: this.handleTouchMove, onTouchEnd: this.handleTouchEnd, tabindex: this.disabled ? -1 : 0, role: "listitem", "aria-label": this.a11yLabel || (this.skeleton ? 'Loading cluster node' : `${this.label}, status: ${this.status}, health: ${this.progress}%`), "aria-selected": this.selected ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false', "aria-haspopup": this.contextMenu ? 'menu' : undefined, "aria-expanded": this.contextMenuOpen ? 'true' : 'false', style: {
482
+ paddingLeft: `${paddingLeft + (this.level > 0 ? 32 : 16)}px`,
483
+ transform: `translateX(${this.swipeOffset}px)`
484
+ }, part: "list-item" }, this.priorityPulse && h("div", { key: '077eb5592bd7da1c326619f37da4b42a0dc428b5', class: "list-item-pulse" }), this.presence && this.presence.length > 0 && this.presence.map(p => (h("div", { class: `presence-halo presence-${p.color || 'blue'}`, title: `User ${p.id} active` }))), this.renderGhostLayer(), this.renderPresenceCursors(), this.swipeActions && this.swipeOffset !== 0 && (h("div", { key: 'f59474feb89543f37d4618ec4c422878669cee3a', class: "swipe-actions-container" }, this.swipeOffset > 0 && (h("div", { key: '64c03eb1c0c9633988441ce81c16a0ba024185a4', class: "swipe-action-wrapper left" }, this.leftActions.length > 0 ? (this.leftActions.map(action => (h("div", { class: `swipe-action bg-${action.color}`, onClick: () => this.swipeAction.emit({ value: this.value, side: 'left', action: action.action }) }, h("ui-icon", { name: action.icon, library: "fontawesome" }))))) : (h("div", { class: `swipe-action left bg-${this.leftActionColor}` }, h("ui-icon", { name: this.leftActionIcon, library: "fontawesome" }))))), this.swipeOffset < 0 && (h("div", { key: 'd6670645e03558910d978b74685c6d0d1e76c774', class: "swipe-action-wrapper right" }, this.rightActions.length > 0 ? (this.rightActions.map(action => (h("div", { class: `swipe-action bg-${action.color}`, onClick: () => this.swipeAction.emit({ value: this.value, side: 'right', action: action.action }) }, h("ui-icon", { name: action.icon, library: "fontawesome" }))))) : (h("div", { class: `swipe-action right bg-${this.rightActionColor}` }, h("ui-icon", { name: this.rightActionIcon, library: "fontawesome" }))))))), this.skeleton && h("div", { key: '4c77cacc6165a5f32b3048a3193c08c43fe1b3dd', class: "skeleton-pulse" }), this.showCheckbox && !this.skeleton && (h("div", { key: '74c9ff9a6bec5c8201a1c713e0eb49d99c44dd85', class: "list-item-checkbox" }, h("ui-checkbox", { key: 'bdf7bed4aa503546fab79d1c1ca8f170b7ea4289', checked: this.checked, disabled: this.disabled, readonly: this.readonly, onCheckboxChange: (e) => this.handleCheckboxChange(e), size: "sm" }))), this.collapsible && !this.contextMenu && !this.skeleton && (h("ui-icon", { key: '0d90b7eaec8eada7810b04ce55b94f4e647b6af0', class: "collapse-icon", name: this.expanded ? 'chevron-down' : 'chevron-right', library: "fontawesome" })), this.avatarPosition === 'left' && (h("div", { key: '32e681013eaf3b8dbf239ed093608b0186f56124', class: "list-item-left-media" }, this.userAvatar ? (h("div", { class: "list-item-avatar-container" }, h("ui-avatar", { class: { 'list-item-avatar': true, 'skeleton-circle': this.skeleton }, src: this.userAvatar, size: this.size === 'lg' ? 'md' : 'sm' }), this.status && !this.skeleton && (h("span", { class: `list-item-status status-${this.status} pos-${this.statusPosition}` })))) : this.image ? (h("div", { class: { 'list-item-image': true, 'skeleton-rect': this.skeleton } }, !this.skeleton && h("img", { src: this.image, alt: this.label }))) : this.icon ? (h("ui-icon", { class: "list-item-icon", name: this.icon, library: "fontawesome" })) : this.avatarGroup && this.avatarGroupPosition === 'media' ? (h("div", { class: "list-item-media-avatar-group" }, h("ui-avatar-group", { items: collaborators, size: "xs", spacing: "-12px", limit: 3 }))) : this.skeleton && (h("div", { class: "list-item-media-placeholder skeleton-circle" })))), h("div", { key: '0149ace554979e9a601bd717fab44c8f71a22f75', class: "list-item-content" }, h("div", { key: 'b53dac62842d57fc4cb060bc138903b59ab1e32b', class: "list-item-label-wrapper" }, this.showStar && !this.skeleton && (h("ui-icon", { key: '15d77a692e85eab6ea85bd530068d83d9221ec0b', class: { 'list-item-star-icon': true, 'is-starred': this.starred }, name: this.starred ? 'star' : 'star', library: "fontawesome", onClick: (e) => {
485
+ e.stopPropagation();
486
+ this.starred = !this.starred;
487
+ this.starToggle.emit({ value: this.value, starred: this.starred });
488
+ if (navigator.vibrate)
489
+ navigator.vibrate(20);
490
+ } })), h("span", { key: '08cc2c0d174b85bd07acee7aa98c0498d18bce4f', class: { 'list-item-label': true, 'skeleton-text': this.skeleton } }, this.skeleton ? '' : this.renderLabel(this.label)), this.badge && !this.skeleton && (h("span", { key: 'f0c536c274a653d4cb8a6ae4e9b0905a938d0073', class: `list-item-badge badge-${this.badgeColor}` }, this.badge))), (this.sublabel || this.skeleton) && (h("div", { key: 'e3f001f937904d3e291834de24a3305d32c5f22d', class: "list-item-subline" }, h("span", { key: 'cab7999b62cc0d3cca31b573043be48be72ad3b2', class: { 'list-item-sublabel': true, 'skeleton-text': this.skeleton } }, this.skeleton ? '' : this.renderLabel(this.sublabel)), this.renderSparkline())), this.progress >= 0 && !this.skeleton && (h("div", { key: '10559a4b748ef1d49bc7748c35d05217294806b0', class: "list-item-progress-container" }, h("div", { key: '36ec119650364308b1d86b0ed0361b675dd3b56a', class: "list-item-progress-bar", style: { width: `${this.progress}%` } }), h("span", { key: 'ae6209cc9da5ddc2c4dad32c000602d3d4ed7977', class: "list-item-progress-text" }, this.progress, "%"))), this.avatarGroup && this.avatarGroupPosition === 'content' && !this.skeleton && (h("div", { key: '91b42175d2203685397be51b38b0a20e978dab85', class: "list-item-collaborators" }, h("ui-avatar-group", { key: '97782481c4725e203cafb230bdf9cff36ab0b4c7', items: collaborators, size: "xs", spacing: "-8px" }))), parsedTags.length > 0 && !this.skeleton && (h("div", { key: 'ce41b5b18a85962e36532117def183ebec3a889e', class: "list-item-tags" }, h("ui-tag-group", { key: '9fefbdcf44f0f72caf6cb956a7ef663723440a51', spacing: "4px" }, parsedTags.map((tag) => (h("ui-tag", { label: typeof tag === 'string' ? tag : tag.label, color: tag.color || 'default', variant: tag.variant || 'light', size: "xs", shape: tag.shape || 'pill', icon: tag.icon }))))))), h("slot", { key: 'f5f37f87becd210aebc7d3b443805447b2f08934' }), this.avatarPosition === 'right' && (h("div", { key: '1a0024c8eb561fc77c10e6ca393556d57e5b82dc', class: "list-item-right-media" }, this.userAvatar ? (h("div", { class: "list-item-avatar-container" }, h("ui-avatar", { class: { 'list-item-avatar': true, 'skeleton-circle': this.skeleton }, src: this.userAvatar, size: this.size === 'lg' ? 'md' : 'sm' }), this.status && !this.skeleton && (h("span", { class: `list-item-status status-${this.status} pos-${this.statusPosition}` })))) : this.image ? (h("div", { class: { 'list-item-image': true, 'skeleton-rect': this.skeleton } }, !this.skeleton && h("img", { src: this.image, alt: this.label }))) : this.icon ? (h("ui-icon", { class: "list-item-icon", name: this.icon, library: "fontawesome" })) : this.avatarGroup && this.avatarGroupPosition === 'media' ? (h("div", { class: "list-item-media-avatar-group" }, h("ui-avatar-group", { items: collaborators, size: "xs", spacing: "-12px", limit: 3 }))) : null)), this.avatarGroup && this.avatarGroupPosition === 'right' && !this.skeleton && (h("div", { key: 'ca2da167a6df02533aaf3e4d15b14af4a77b188c', class: "list-item-right-collaborators" }, h("ui-avatar-group", { key: '93aca83ac5defecf49eba0144ef8eb793cf84d90', items: collaborators, size: "xs", spacing: "-8px" }))), this.counter !== '' && !this.skeleton && (h("span", { key: 'e32d27e4c9f1e9899d9ea327f2aded8f2184de2a', class: "list-item-counter" }, this.counter)), this.locked && !this.skeleton && (h("ui-icon", { key: '7d5bb73fa57391b4f06938ec16a625c86b89cf36', class: "list-item-lock-icon", name: "lock", library: "fontawesome" })), this.showMenu && !this.skeleton && (h("div", { key: '5cac8d9f75433668559299587d62b358a564cdbc', class: "list-item-menu", onClick: (e) => { e.stopPropagation(); this.toggleContextMenu(e); } }, h("ui-icon", { key: '08ca49e61037d1a7f1590c9941213434caf3f993', name: "ellipsis-v", library: "fontawesome" })))), this.contextMenuOpen && (h("div", { key: '44a01fb51995af67c9a61464caab980c8f4ad523', ref: el => this.contextMenuRef = el, class: "list-item-context-menu-container", style: {
491
+ top: `${this.contextMenuY}px`,
492
+ left: `${this.contextMenuX}px`
493
+ } }, h("slot", { key: 'b44a9d26b3d06e2528c8133f6080db1eee944dc2', name: "context-menu" }, h("div", { key: '455e867a0acb5fcd97df1e1c63de11ab643101ac', class: "context-menu-default" }, h("div", { key: 'ec25558af4c83b57bf36e7c430e5296de74956e9', class: "context-menu-item", onClick: () => this.closeContextMenu() }, h("ui-icon", { key: '69be015e453751f92d2572c82f83977b170386ef', name: "info-circle", library: "fontawesome" }), h("span", { key: 'cc4a0148cba635cd3b7305827339b8be101b21dc' }, "View Details")), h("div", { key: 'bf42c2745524c05869583e60580777266f5fad0d', class: "context-menu-item", onClick: () => this.closeContextMenu() }, h("ui-icon", { key: 'a40e0515fdf007eb09f0348947f38be95b36de42', name: "edit", library: "fontawesome" }), h("span", { key: '9243b179bbcb3b7f09c31ca72d73b38b166d0bb1' }, "Edit Item")), h("div", { key: '881528fbf3230427a153c535c606d1edabd911ff', class: "context-menu-divider" }), h("div", { key: '18cd2ade135fdc8cbc9805361b889897a8c9d384', class: "context-menu-item danger", onClick: () => this.closeContextMenu() }, h("ui-icon", { key: 'a16b3e59fc28d532abbda7d2228889d0e2475671', name: "trash", library: "fontawesome" }), h("span", { key: '1c7dae8d54e168682d9a1bdb6665951a95df092c' }, "Delete Node")))))), this.expandable && (h("div", { key: 'd6da1edf62a007534109bc82de4028efc4235912', class: { 'list-item-detail-panel': true, 'is-expanded': this.expandedDetail } }, h("slot", { key: '6c163928bcb53c29a47d3c56fbfe0ecbfcd5f8c3', name: "detail" })))));
494
+ }
495
+ static get is() { return "ui-list-item"; }
496
+ static get encapsulation() { return "shadow"; }
497
+ static get originalStyleUrls() {
498
+ return {
499
+ "$": ["list-item.scss"]
500
+ };
501
+ }
502
+ static get styleUrls() {
503
+ return {
504
+ "$": ["list-item.css"]
505
+ };
506
+ }
507
+ static get properties() {
508
+ return {
509
+ "selected": {
510
+ "type": "boolean",
511
+ "mutable": true,
512
+ "complexType": {
513
+ "original": "boolean",
514
+ "resolved": "boolean",
515
+ "references": {}
516
+ },
517
+ "required": false,
518
+ "optional": false,
519
+ "docs": {
520
+ "tags": [],
521
+ "text": ""
522
+ },
523
+ "getter": false,
524
+ "setter": false,
525
+ "reflect": false,
526
+ "attribute": "selected",
527
+ "defaultValue": "false"
528
+ },
529
+ "disabled": {
530
+ "type": "boolean",
531
+ "mutable": false,
532
+ "complexType": {
533
+ "original": "boolean",
534
+ "resolved": "boolean",
535
+ "references": {}
536
+ },
537
+ "required": false,
538
+ "optional": false,
539
+ "docs": {
540
+ "tags": [],
541
+ "text": ""
542
+ },
543
+ "getter": false,
544
+ "setter": false,
545
+ "reflect": false,
546
+ "attribute": "disabled",
547
+ "defaultValue": "false"
548
+ },
549
+ "readonly": {
550
+ "type": "boolean",
551
+ "mutable": false,
552
+ "complexType": {
553
+ "original": "boolean",
554
+ "resolved": "boolean",
555
+ "references": {}
556
+ },
557
+ "required": false,
558
+ "optional": false,
559
+ "docs": {
560
+ "tags": [],
561
+ "text": ""
562
+ },
563
+ "getter": false,
564
+ "setter": false,
565
+ "reflect": false,
566
+ "attribute": "readonly",
567
+ "defaultValue": "false"
568
+ },
569
+ "label": {
570
+ "type": "string",
571
+ "mutable": false,
572
+ "complexType": {
573
+ "original": "string",
574
+ "resolved": "string",
575
+ "references": {}
576
+ },
577
+ "required": false,
578
+ "optional": false,
579
+ "docs": {
580
+ "tags": [],
581
+ "text": ""
582
+ },
583
+ "getter": false,
584
+ "setter": false,
585
+ "reflect": false,
586
+ "attribute": "label",
587
+ "defaultValue": "''"
588
+ },
589
+ "value": {
590
+ "type": "string",
591
+ "mutable": false,
592
+ "complexType": {
593
+ "original": "string",
594
+ "resolved": "string",
595
+ "references": {}
596
+ },
597
+ "required": false,
598
+ "optional": false,
599
+ "docs": {
600
+ "tags": [],
601
+ "text": ""
602
+ },
603
+ "getter": false,
604
+ "setter": false,
605
+ "reflect": false,
606
+ "attribute": "value",
607
+ "defaultValue": "''"
608
+ },
609
+ "icon": {
610
+ "type": "string",
611
+ "mutable": false,
612
+ "complexType": {
613
+ "original": "string",
614
+ "resolved": "string",
615
+ "references": {}
616
+ },
617
+ "required": false,
618
+ "optional": false,
619
+ "docs": {
620
+ "tags": [],
621
+ "text": ""
622
+ },
623
+ "getter": false,
624
+ "setter": false,
625
+ "reflect": false,
626
+ "attribute": "icon",
627
+ "defaultValue": "''"
628
+ },
629
+ "actionIcon": {
630
+ "type": "string",
631
+ "mutable": false,
632
+ "complexType": {
633
+ "original": "string",
634
+ "resolved": "string",
635
+ "references": {}
636
+ },
637
+ "required": false,
638
+ "optional": false,
639
+ "docs": {
640
+ "tags": [],
641
+ "text": ""
642
+ },
643
+ "getter": false,
644
+ "setter": false,
645
+ "reflect": false,
646
+ "attribute": "action-icon",
647
+ "defaultValue": "''"
648
+ },
649
+ "size": {
650
+ "type": "string",
651
+ "mutable": false,
652
+ "complexType": {
653
+ "original": "BasicSize",
654
+ "resolved": "\"default\" | \"large\" | \"lg\" | \"md\" | \"medium\" | \"sm\" | \"small\"",
655
+ "references": {
656
+ "BasicSize": {
657
+ "location": "import",
658
+ "path": "../../types/common.type",
659
+ "id": "src/types/common.type.d.ts::BasicSize",
660
+ "referenceLocation": "BasicSize"
661
+ }
662
+ }
663
+ },
664
+ "required": false,
665
+ "optional": false,
666
+ "docs": {
667
+ "tags": [],
668
+ "text": ""
669
+ },
670
+ "getter": false,
671
+ "setter": false,
672
+ "reflect": false,
673
+ "attribute": "size",
674
+ "defaultValue": "'md'"
675
+ },
676
+ "color": {
677
+ "type": "string",
678
+ "mutable": false,
679
+ "complexType": {
680
+ "original": "StatusColor",
681
+ "resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
682
+ "references": {
683
+ "StatusColor": {
684
+ "location": "import",
685
+ "path": "../../types/common.type",
686
+ "id": "src/types/common.type.d.ts::StatusColor",
687
+ "referenceLocation": "StatusColor"
688
+ }
689
+ }
690
+ },
691
+ "required": false,
692
+ "optional": false,
693
+ "docs": {
694
+ "tags": [],
695
+ "text": ""
696
+ },
697
+ "getter": false,
698
+ "setter": false,
699
+ "reflect": false,
700
+ "attribute": "color",
701
+ "defaultValue": "'default'"
702
+ },
703
+ "variant": {
704
+ "type": "string",
705
+ "mutable": false,
706
+ "complexType": {
707
+ "original": "'filled' | 'outlined' | 'text' | 'soft'",
708
+ "resolved": "\"filled\" | \"outlined\" | \"soft\" | \"text\"",
709
+ "references": {}
710
+ },
711
+ "required": false,
712
+ "optional": false,
713
+ "docs": {
714
+ "tags": [],
715
+ "text": ""
716
+ },
717
+ "getter": false,
718
+ "setter": false,
719
+ "reflect": false,
720
+ "attribute": "variant",
721
+ "defaultValue": "'text'"
722
+ },
723
+ "nested": {
724
+ "type": "boolean",
725
+ "mutable": false,
726
+ "complexType": {
727
+ "original": "boolean",
728
+ "resolved": "boolean",
729
+ "references": {}
730
+ },
731
+ "required": false,
732
+ "optional": false,
733
+ "docs": {
734
+ "tags": [],
735
+ "text": ""
736
+ },
737
+ "getter": false,
738
+ "setter": false,
739
+ "reflect": false,
740
+ "attribute": "nested",
741
+ "defaultValue": "false"
742
+ },
743
+ "level": {
744
+ "type": "number",
745
+ "mutable": false,
746
+ "complexType": {
747
+ "original": "number",
748
+ "resolved": "number",
749
+ "references": {}
750
+ },
751
+ "required": false,
752
+ "optional": false,
753
+ "docs": {
754
+ "tags": [],
755
+ "text": ""
756
+ },
757
+ "getter": false,
758
+ "setter": false,
759
+ "reflect": false,
760
+ "attribute": "level",
761
+ "defaultValue": "0"
762
+ },
763
+ "collapsible": {
764
+ "type": "boolean",
765
+ "mutable": false,
766
+ "complexType": {
767
+ "original": "boolean",
768
+ "resolved": "boolean",
769
+ "references": {}
770
+ },
771
+ "required": false,
772
+ "optional": false,
773
+ "docs": {
774
+ "tags": [],
775
+ "text": ""
776
+ },
777
+ "getter": false,
778
+ "setter": false,
779
+ "reflect": false,
780
+ "attribute": "collapsible",
781
+ "defaultValue": "false"
782
+ },
783
+ "expanded": {
784
+ "type": "boolean",
785
+ "mutable": true,
786
+ "complexType": {
787
+ "original": "boolean",
788
+ "resolved": "boolean",
789
+ "references": {}
790
+ },
791
+ "required": false,
792
+ "optional": false,
793
+ "docs": {
794
+ "tags": [],
795
+ "text": ""
796
+ },
797
+ "getter": false,
798
+ "setter": false,
799
+ "reflect": false,
800
+ "attribute": "expanded",
801
+ "defaultValue": "false"
802
+ },
803
+ "divider": {
804
+ "type": "boolean",
805
+ "mutable": false,
806
+ "complexType": {
807
+ "original": "boolean",
808
+ "resolved": "boolean",
809
+ "references": {}
810
+ },
811
+ "required": false,
812
+ "optional": false,
813
+ "docs": {
814
+ "tags": [],
815
+ "text": ""
816
+ },
817
+ "getter": false,
818
+ "setter": false,
819
+ "reflect": false,
820
+ "attribute": "divider",
821
+ "defaultValue": "false"
822
+ },
823
+ "dense": {
824
+ "type": "boolean",
825
+ "mutable": false,
826
+ "complexType": {
827
+ "original": "boolean",
828
+ "resolved": "boolean",
829
+ "references": {}
830
+ },
831
+ "required": false,
832
+ "optional": false,
833
+ "docs": {
834
+ "tags": [],
835
+ "text": ""
836
+ },
837
+ "getter": false,
838
+ "setter": false,
839
+ "reflect": false,
840
+ "attribute": "dense",
841
+ "defaultValue": "false"
842
+ },
843
+ "interactive": {
844
+ "type": "boolean",
845
+ "mutable": false,
846
+ "complexType": {
847
+ "original": "boolean",
848
+ "resolved": "boolean",
849
+ "references": {}
850
+ },
851
+ "required": false,
852
+ "optional": false,
853
+ "docs": {
854
+ "tags": [],
855
+ "text": ""
856
+ },
857
+ "getter": false,
858
+ "setter": false,
859
+ "reflect": false,
860
+ "attribute": "interactive",
861
+ "defaultValue": "true"
862
+ },
863
+ "href": {
864
+ "type": "string",
865
+ "mutable": false,
866
+ "complexType": {
867
+ "original": "string",
868
+ "resolved": "string",
869
+ "references": {}
870
+ },
871
+ "required": false,
872
+ "optional": false,
873
+ "docs": {
874
+ "tags": [],
875
+ "text": ""
876
+ },
877
+ "getter": false,
878
+ "setter": false,
879
+ "reflect": false,
880
+ "attribute": "href",
881
+ "defaultValue": "''"
882
+ },
883
+ "target": {
884
+ "type": "string",
885
+ "mutable": false,
886
+ "complexType": {
887
+ "original": "'_blank' | '_self' | '_parent' | '_top'",
888
+ "resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
889
+ "references": {}
890
+ },
891
+ "required": false,
892
+ "optional": false,
893
+ "docs": {
894
+ "tags": [],
895
+ "text": ""
896
+ },
897
+ "getter": false,
898
+ "setter": false,
899
+ "reflect": false,
900
+ "attribute": "target",
901
+ "defaultValue": "'_self'"
902
+ },
903
+ "contextMenu": {
904
+ "type": "boolean",
905
+ "mutable": false,
906
+ "complexType": {
907
+ "original": "boolean",
908
+ "resolved": "boolean",
909
+ "references": {}
910
+ },
911
+ "required": false,
912
+ "optional": false,
913
+ "docs": {
914
+ "tags": [],
915
+ "text": ""
916
+ },
917
+ "getter": false,
918
+ "setter": false,
919
+ "reflect": false,
920
+ "attribute": "context-menu",
921
+ "defaultValue": "false"
922
+ },
923
+ "contextMenuTrigger": {
924
+ "type": "string",
925
+ "mutable": false,
926
+ "complexType": {
927
+ "original": "'click' | 'hover' | 'rightClick'",
928
+ "resolved": "\"click\" | \"hover\" | \"rightClick\"",
929
+ "references": {}
930
+ },
931
+ "required": false,
932
+ "optional": false,
933
+ "docs": {
934
+ "tags": [],
935
+ "text": ""
936
+ },
937
+ "getter": false,
938
+ "setter": false,
939
+ "reflect": false,
940
+ "attribute": "context-menu-trigger",
941
+ "defaultValue": "'click'"
942
+ },
943
+ "contextMenuPosition": {
944
+ "type": "string",
945
+ "mutable": false,
946
+ "complexType": {
947
+ "original": "FourSidePosition | 'auto'",
948
+ "resolved": "\"auto\" | \"bottom\" | \"left\" | \"right\" | \"top\"",
949
+ "references": {
950
+ "FourSidePosition": {
951
+ "location": "import",
952
+ "path": "../../types/common.type",
953
+ "id": "src/types/common.type.d.ts::FourSidePosition",
954
+ "referenceLocation": "FourSidePosition"
955
+ }
956
+ }
957
+ },
958
+ "required": false,
959
+ "optional": false,
960
+ "docs": {
961
+ "tags": [],
962
+ "text": ""
963
+ },
964
+ "getter": false,
965
+ "setter": false,
966
+ "reflect": false,
967
+ "attribute": "context-menu-position",
968
+ "defaultValue": "'auto'"
969
+ },
970
+ "showCheckbox": {
971
+ "type": "boolean",
972
+ "mutable": false,
973
+ "complexType": {
974
+ "original": "boolean",
975
+ "resolved": "boolean",
976
+ "references": {}
977
+ },
978
+ "required": false,
979
+ "optional": false,
980
+ "docs": {
981
+ "tags": [],
982
+ "text": ""
983
+ },
984
+ "getter": false,
985
+ "setter": false,
986
+ "reflect": false,
987
+ "attribute": "show-checkbox",
988
+ "defaultValue": "false"
989
+ },
990
+ "checked": {
991
+ "type": "boolean",
992
+ "mutable": true,
993
+ "complexType": {
994
+ "original": "boolean",
995
+ "resolved": "boolean",
996
+ "references": {}
997
+ },
998
+ "required": false,
999
+ "optional": false,
1000
+ "docs": {
1001
+ "tags": [],
1002
+ "text": ""
1003
+ },
1004
+ "getter": false,
1005
+ "setter": false,
1006
+ "reflect": false,
1007
+ "attribute": "checked",
1008
+ "defaultValue": "false"
1009
+ },
1010
+ "sublabel": {
1011
+ "type": "string",
1012
+ "mutable": false,
1013
+ "complexType": {
1014
+ "original": "string",
1015
+ "resolved": "string",
1016
+ "references": {}
1017
+ },
1018
+ "required": false,
1019
+ "optional": false,
1020
+ "docs": {
1021
+ "tags": [],
1022
+ "text": ""
1023
+ },
1024
+ "getter": false,
1025
+ "setter": false,
1026
+ "reflect": false,
1027
+ "attribute": "sublabel",
1028
+ "defaultValue": "''"
1029
+ },
1030
+ "multiline": {
1031
+ "type": "boolean",
1032
+ "mutable": false,
1033
+ "complexType": {
1034
+ "original": "boolean",
1035
+ "resolved": "boolean",
1036
+ "references": {}
1037
+ },
1038
+ "required": false,
1039
+ "optional": false,
1040
+ "docs": {
1041
+ "tags": [],
1042
+ "text": ""
1043
+ },
1044
+ "getter": false,
1045
+ "setter": false,
1046
+ "reflect": false,
1047
+ "attribute": "multiline",
1048
+ "defaultValue": "false"
1049
+ },
1050
+ "badge": {
1051
+ "type": "string",
1052
+ "mutable": false,
1053
+ "complexType": {
1054
+ "original": "string",
1055
+ "resolved": "string",
1056
+ "references": {}
1057
+ },
1058
+ "required": false,
1059
+ "optional": false,
1060
+ "docs": {
1061
+ "tags": [],
1062
+ "text": ""
1063
+ },
1064
+ "getter": false,
1065
+ "setter": false,
1066
+ "reflect": false,
1067
+ "attribute": "badge",
1068
+ "defaultValue": "''"
1069
+ },
1070
+ "badgeColor": {
1071
+ "type": "string",
1072
+ "mutable": false,
1073
+ "complexType": {
1074
+ "original": "StatusColor",
1075
+ "resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
1076
+ "references": {
1077
+ "StatusColor": {
1078
+ "location": "import",
1079
+ "path": "../../types/common.type",
1080
+ "id": "src/types/common.type.d.ts::StatusColor",
1081
+ "referenceLocation": "StatusColor"
1082
+ }
1083
+ }
1084
+ },
1085
+ "required": false,
1086
+ "optional": false,
1087
+ "docs": {
1088
+ "tags": [],
1089
+ "text": ""
1090
+ },
1091
+ "getter": false,
1092
+ "setter": false,
1093
+ "reflect": false,
1094
+ "attribute": "badge-color",
1095
+ "defaultValue": "'default'"
1096
+ },
1097
+ "counter": {
1098
+ "type": "any",
1099
+ "mutable": false,
1100
+ "complexType": {
1101
+ "original": "number | string",
1102
+ "resolved": "number | string",
1103
+ "references": {}
1104
+ },
1105
+ "required": false,
1106
+ "optional": false,
1107
+ "docs": {
1108
+ "tags": [],
1109
+ "text": ""
1110
+ },
1111
+ "getter": false,
1112
+ "setter": false,
1113
+ "reflect": false,
1114
+ "attribute": "counter",
1115
+ "defaultValue": "''"
1116
+ },
1117
+ "tags": {
1118
+ "type": "string",
1119
+ "mutable": false,
1120
+ "complexType": {
1121
+ "original": "string | any[]",
1122
+ "resolved": "any[] | string",
1123
+ "references": {}
1124
+ },
1125
+ "required": false,
1126
+ "optional": false,
1127
+ "docs": {
1128
+ "tags": [],
1129
+ "text": "JSON string or array of tag objects"
1130
+ },
1131
+ "getter": false,
1132
+ "setter": false,
1133
+ "reflect": false,
1134
+ "attribute": "tags",
1135
+ "defaultValue": "''"
1136
+ },
1137
+ "image": {
1138
+ "type": "string",
1139
+ "mutable": false,
1140
+ "complexType": {
1141
+ "original": "string",
1142
+ "resolved": "string",
1143
+ "references": {}
1144
+ },
1145
+ "required": false,
1146
+ "optional": false,
1147
+ "docs": {
1148
+ "tags": [],
1149
+ "text": "Image URL for a square/landscape thumbnail"
1150
+ },
1151
+ "getter": false,
1152
+ "setter": false,
1153
+ "reflect": false,
1154
+ "attribute": "image",
1155
+ "defaultValue": "''"
1156
+ },
1157
+ "userAvatar": {
1158
+ "type": "string",
1159
+ "mutable": false,
1160
+ "complexType": {
1161
+ "original": "string",
1162
+ "resolved": "string",
1163
+ "references": {}
1164
+ },
1165
+ "required": false,
1166
+ "optional": false,
1167
+ "docs": {
1168
+ "tags": [],
1169
+ "text": "User avatar URL"
1170
+ },
1171
+ "getter": false,
1172
+ "setter": false,
1173
+ "reflect": false,
1174
+ "attribute": "user-avatar",
1175
+ "defaultValue": "''"
1176
+ },
1177
+ "skeleton": {
1178
+ "type": "boolean",
1179
+ "mutable": false,
1180
+ "complexType": {
1181
+ "original": "boolean",
1182
+ "resolved": "boolean",
1183
+ "references": {}
1184
+ },
1185
+ "required": false,
1186
+ "optional": false,
1187
+ "docs": {
1188
+ "tags": [],
1189
+ "text": "Whether to show as a loading skeleton"
1190
+ },
1191
+ "getter": false,
1192
+ "setter": false,
1193
+ "reflect": false,
1194
+ "attribute": "skeleton",
1195
+ "defaultValue": "false"
1196
+ },
1197
+ "highlight": {
1198
+ "type": "string",
1199
+ "mutable": false,
1200
+ "complexType": {
1201
+ "original": "string",
1202
+ "resolved": "string",
1203
+ "references": {}
1204
+ },
1205
+ "required": false,
1206
+ "optional": false,
1207
+ "docs": {
1208
+ "tags": [],
1209
+ "text": "Text to highlight (for search results)"
1210
+ },
1211
+ "getter": false,
1212
+ "setter": false,
1213
+ "reflect": false,
1214
+ "attribute": "highlight",
1215
+ "defaultValue": "''"
1216
+ },
1217
+ "selectionColor": {
1218
+ "type": "string",
1219
+ "mutable": false,
1220
+ "complexType": {
1221
+ "original": "StatusColor",
1222
+ "resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
1223
+ "references": {
1224
+ "StatusColor": {
1225
+ "location": "import",
1226
+ "path": "../../types/common.type",
1227
+ "id": "src/types/common.type.d.ts::StatusColor",
1228
+ "referenceLocation": "StatusColor"
1229
+ }
1230
+ }
1231
+ },
1232
+ "required": false,
1233
+ "optional": false,
1234
+ "docs": {
1235
+ "tags": [],
1236
+ "text": "Custom selection color (primary, success, etc.)"
1237
+ },
1238
+ "getter": false,
1239
+ "setter": false,
1240
+ "reflect": false,
1241
+ "attribute": "selection-color",
1242
+ "defaultValue": "'default'"
1243
+ },
1244
+ "hoverColor": {
1245
+ "type": "string",
1246
+ "mutable": false,
1247
+ "complexType": {
1248
+ "original": "StatusColor",
1249
+ "resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
1250
+ "references": {
1251
+ "StatusColor": {
1252
+ "location": "import",
1253
+ "path": "../../types/common.type",
1254
+ "id": "src/types/common.type.d.ts::StatusColor",
1255
+ "referenceLocation": "StatusColor"
1256
+ }
1257
+ }
1258
+ },
1259
+ "required": false,
1260
+ "optional": false,
1261
+ "docs": {
1262
+ "tags": [],
1263
+ "text": "Custom hover color (primary, success, etc.)"
1264
+ },
1265
+ "getter": false,
1266
+ "setter": false,
1267
+ "reflect": false,
1268
+ "attribute": "hover-color",
1269
+ "defaultValue": "'default'"
1270
+ },
1271
+ "avatarPosition": {
1272
+ "type": "string",
1273
+ "mutable": false,
1274
+ "complexType": {
1275
+ "original": "LeftRight",
1276
+ "resolved": "\"left\" | \"right\"",
1277
+ "references": {
1278
+ "LeftRight": {
1279
+ "location": "import",
1280
+ "path": "../../types/common.type",
1281
+ "id": "src/types/common.type.d.ts::LeftRight",
1282
+ "referenceLocation": "LeftRight"
1283
+ }
1284
+ }
1285
+ },
1286
+ "required": false,
1287
+ "optional": false,
1288
+ "docs": {
1289
+ "tags": [],
1290
+ "text": "Position of the avatar/image (left or right)"
1291
+ },
1292
+ "getter": false,
1293
+ "setter": false,
1294
+ "reflect": false,
1295
+ "attribute": "avatar-position",
1296
+ "defaultValue": "'left'"
1297
+ },
1298
+ "showMenu": {
1299
+ "type": "boolean",
1300
+ "mutable": false,
1301
+ "complexType": {
1302
+ "original": "boolean",
1303
+ "resolved": "boolean",
1304
+ "references": {}
1305
+ },
1306
+ "required": false,
1307
+ "optional": false,
1308
+ "docs": {
1309
+ "tags": [],
1310
+ "text": "Whether to show a 3-dot action menu icon"
1311
+ },
1312
+ "getter": false,
1313
+ "setter": false,
1314
+ "reflect": false,
1315
+ "attribute": "show-menu",
1316
+ "defaultValue": "false"
1317
+ },
1318
+ "rightActionColor": {
1319
+ "type": "string",
1320
+ "mutable": false,
1321
+ "complexType": {
1322
+ "original": "StatusColor",
1323
+ "resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
1324
+ "references": {
1325
+ "StatusColor": {
1326
+ "location": "import",
1327
+ "path": "../../types/common.type",
1328
+ "id": "src/types/common.type.d.ts::StatusColor",
1329
+ "referenceLocation": "StatusColor"
1330
+ }
1331
+ }
1332
+ },
1333
+ "required": false,
1334
+ "optional": false,
1335
+ "docs": {
1336
+ "tags": [],
1337
+ "text": ""
1338
+ },
1339
+ "getter": false,
1340
+ "setter": false,
1341
+ "reflect": false,
1342
+ "attribute": "right-action-color",
1343
+ "defaultValue": "'danger'"
1344
+ },
1345
+ "avatarGroup": {
1346
+ "type": "string",
1347
+ "mutable": false,
1348
+ "complexType": {
1349
+ "original": "string | any[]",
1350
+ "resolved": "any[] | string",
1351
+ "references": {}
1352
+ },
1353
+ "required": false,
1354
+ "optional": false,
1355
+ "docs": {
1356
+ "tags": [],
1357
+ "text": "Multiple collaborators to show as an avatar group"
1358
+ },
1359
+ "getter": false,
1360
+ "setter": false,
1361
+ "reflect": false,
1362
+ "attribute": "avatar-group",
1363
+ "defaultValue": "''"
1364
+ },
1365
+ "avatarGroupPosition": {
1366
+ "type": "string",
1367
+ "mutable": false,
1368
+ "complexType": {
1369
+ "original": "'media' | 'content' | 'right'",
1370
+ "resolved": "\"content\" | \"media\" | \"right\"",
1371
+ "references": {}
1372
+ },
1373
+ "required": false,
1374
+ "optional": false,
1375
+ "docs": {
1376
+ "tags": [],
1377
+ "text": "Position of the avatar group: 'media' (leading), 'content' (below label), 'right' (after content)"
1378
+ },
1379
+ "getter": false,
1380
+ "setter": false,
1381
+ "reflect": false,
1382
+ "attribute": "avatar-group-position",
1383
+ "defaultValue": "'content'"
1384
+ },
1385
+ "treeLines": {
1386
+ "type": "boolean",
1387
+ "mutable": false,
1388
+ "complexType": {
1389
+ "original": "boolean",
1390
+ "resolved": "boolean",
1391
+ "references": {}
1392
+ },
1393
+ "required": false,
1394
+ "optional": false,
1395
+ "docs": {
1396
+ "tags": [],
1397
+ "text": "Whether to show hierarchical connection lines (tree view)"
1398
+ },
1399
+ "getter": false,
1400
+ "setter": false,
1401
+ "reflect": false,
1402
+ "attribute": "tree-lines",
1403
+ "defaultValue": "false"
1404
+ },
1405
+ "gridMode": {
1406
+ "type": "boolean",
1407
+ "mutable": false,
1408
+ "complexType": {
1409
+ "original": "boolean",
1410
+ "resolved": "boolean",
1411
+ "references": {}
1412
+ },
1413
+ "required": false,
1414
+ "optional": false,
1415
+ "docs": {
1416
+ "tags": [],
1417
+ "text": "Whether the parent is in grid mode"
1418
+ },
1419
+ "getter": false,
1420
+ "setter": false,
1421
+ "reflect": false,
1422
+ "attribute": "grid-mode",
1423
+ "defaultValue": "false"
1424
+ },
1425
+ "longPressDelay": {
1426
+ "type": "number",
1427
+ "mutable": false,
1428
+ "complexType": {
1429
+ "original": "number",
1430
+ "resolved": "number",
1431
+ "references": {}
1432
+ },
1433
+ "required": false,
1434
+ "optional": false,
1435
+ "docs": {
1436
+ "tags": [],
1437
+ "text": "Delay for long press event (ms)"
1438
+ },
1439
+ "getter": false,
1440
+ "setter": false,
1441
+ "reflect": false,
1442
+ "attribute": "long-press-delay",
1443
+ "defaultValue": "600"
1444
+ },
1445
+ "locked": {
1446
+ "type": "boolean",
1447
+ "mutable": false,
1448
+ "complexType": {
1449
+ "original": "boolean",
1450
+ "resolved": "boolean",
1451
+ "references": {}
1452
+ },
1453
+ "required": false,
1454
+ "optional": false,
1455
+ "docs": {
1456
+ "tags": [],
1457
+ "text": "Whether the item is locked"
1458
+ },
1459
+ "getter": false,
1460
+ "setter": false,
1461
+ "reflect": false,
1462
+ "attribute": "locked",
1463
+ "defaultValue": "false"
1464
+ },
1465
+ "swipeActions": {
1466
+ "type": "boolean",
1467
+ "mutable": false,
1468
+ "complexType": {
1469
+ "original": "boolean",
1470
+ "resolved": "boolean",
1471
+ "references": {}
1472
+ },
1473
+ "required": false,
1474
+ "optional": false,
1475
+ "docs": {
1476
+ "tags": [],
1477
+ "text": "Enable swipe actions (mobile)"
1478
+ },
1479
+ "getter": false,
1480
+ "setter": false,
1481
+ "reflect": false,
1482
+ "attribute": "swipe-actions",
1483
+ "defaultValue": "false"
1484
+ },
1485
+ "swipeBehavior": {
1486
+ "type": "string",
1487
+ "mutable": false,
1488
+ "complexType": {
1489
+ "original": "'reveal' | 'dismiss'",
1490
+ "resolved": "\"dismiss\" | \"reveal\"",
1491
+ "references": {}
1492
+ },
1493
+ "required": false,
1494
+ "optional": false,
1495
+ "docs": {
1496
+ "tags": [],
1497
+ "text": "Swipe behavior: 'reveal' or 'dismiss'"
1498
+ },
1499
+ "getter": false,
1500
+ "setter": false,
1501
+ "reflect": false,
1502
+ "attribute": "swipe-behavior",
1503
+ "defaultValue": "'reveal'"
1504
+ },
1505
+ "leftActionIcon": {
1506
+ "type": "string",
1507
+ "mutable": false,
1508
+ "complexType": {
1509
+ "original": "string",
1510
+ "resolved": "string",
1511
+ "references": {}
1512
+ },
1513
+ "required": false,
1514
+ "optional": false,
1515
+ "docs": {
1516
+ "tags": [],
1517
+ "text": ""
1518
+ },
1519
+ "getter": false,
1520
+ "setter": false,
1521
+ "reflect": false,
1522
+ "attribute": "left-action-icon",
1523
+ "defaultValue": "''"
1524
+ },
1525
+ "leftActionColor": {
1526
+ "type": "string",
1527
+ "mutable": false,
1528
+ "complexType": {
1529
+ "original": "string",
1530
+ "resolved": "string",
1531
+ "references": {}
1532
+ },
1533
+ "required": false,
1534
+ "optional": false,
1535
+ "docs": {
1536
+ "tags": [],
1537
+ "text": ""
1538
+ },
1539
+ "getter": false,
1540
+ "setter": false,
1541
+ "reflect": false,
1542
+ "attribute": "left-action-color",
1543
+ "defaultValue": "'success'"
1544
+ },
1545
+ "rightActionIcon": {
1546
+ "type": "string",
1547
+ "mutable": false,
1548
+ "complexType": {
1549
+ "original": "string",
1550
+ "resolved": "string",
1551
+ "references": {}
1552
+ },
1553
+ "required": false,
1554
+ "optional": false,
1555
+ "docs": {
1556
+ "tags": [],
1557
+ "text": ""
1558
+ },
1559
+ "getter": false,
1560
+ "setter": false,
1561
+ "reflect": false,
1562
+ "attribute": "right-action-icon",
1563
+ "defaultValue": "''"
1564
+ },
1565
+ "progress": {
1566
+ "type": "number",
1567
+ "mutable": false,
1568
+ "complexType": {
1569
+ "original": "number",
1570
+ "resolved": "number",
1571
+ "references": {}
1572
+ },
1573
+ "required": false,
1574
+ "optional": false,
1575
+ "docs": {
1576
+ "tags": [],
1577
+ "text": "Progress percentage (0-100), -1 to disable"
1578
+ },
1579
+ "getter": false,
1580
+ "setter": false,
1581
+ "reflect": false,
1582
+ "attribute": "progress",
1583
+ "defaultValue": "-1"
1584
+ },
1585
+ "status": {
1586
+ "type": "string",
1587
+ "mutable": false,
1588
+ "complexType": {
1589
+ "original": "'online' | 'offline' | 'busy' | 'away' | ''",
1590
+ "resolved": "\"\" | \"away\" | \"busy\" | \"offline\" | \"online\"",
1591
+ "references": {}
1592
+ },
1593
+ "required": false,
1594
+ "optional": false,
1595
+ "docs": {
1596
+ "tags": [],
1597
+ "text": "Presence status: 'online', 'offline', 'busy', 'away'"
1598
+ },
1599
+ "getter": false,
1600
+ "setter": false,
1601
+ "reflect": false,
1602
+ "attribute": "status",
1603
+ "defaultValue": "''"
1604
+ },
1605
+ "statusPosition": {
1606
+ "type": "string",
1607
+ "mutable": false,
1608
+ "complexType": {
1609
+ "original": "'top-right' | 'bottom-right'",
1610
+ "resolved": "\"bottom-right\" | \"top-right\"",
1611
+ "references": {}
1612
+ },
1613
+ "required": false,
1614
+ "optional": false,
1615
+ "docs": {
1616
+ "tags": [],
1617
+ "text": "Position of the status dot"
1618
+ },
1619
+ "getter": false,
1620
+ "setter": false,
1621
+ "reflect": false,
1622
+ "attribute": "status-position",
1623
+ "defaultValue": "'bottom-right'"
1624
+ },
1625
+ "showStar": {
1626
+ "type": "boolean",
1627
+ "mutable": false,
1628
+ "complexType": {
1629
+ "original": "boolean",
1630
+ "resolved": "boolean",
1631
+ "references": {}
1632
+ },
1633
+ "required": false,
1634
+ "optional": false,
1635
+ "docs": {
1636
+ "tags": [],
1637
+ "text": "Whether to show the star icon"
1638
+ },
1639
+ "getter": false,
1640
+ "setter": false,
1641
+ "reflect": false,
1642
+ "attribute": "show-star",
1643
+ "defaultValue": "false"
1644
+ },
1645
+ "leftActions": {
1646
+ "type": "unknown",
1647
+ "mutable": false,
1648
+ "complexType": {
1649
+ "original": "any[]",
1650
+ "resolved": "any[]",
1651
+ "references": {}
1652
+ },
1653
+ "required": false,
1654
+ "optional": false,
1655
+ "docs": {
1656
+ "tags": [],
1657
+ "text": "Multiple actions for left swipe reveal [{icon, color, action}]"
1658
+ },
1659
+ "getter": false,
1660
+ "setter": false,
1661
+ "defaultValue": "[]"
1662
+ },
1663
+ "rightActions": {
1664
+ "type": "unknown",
1665
+ "mutable": false,
1666
+ "complexType": {
1667
+ "original": "any[]",
1668
+ "resolved": "any[]",
1669
+ "references": {}
1670
+ },
1671
+ "required": false,
1672
+ "optional": false,
1673
+ "docs": {
1674
+ "tags": [],
1675
+ "text": "Multiple actions for right swipe reveal [{icon, color, action}]"
1676
+ },
1677
+ "getter": false,
1678
+ "setter": false,
1679
+ "defaultValue": "[]"
1680
+ },
1681
+ "fullSwipeThreshold": {
1682
+ "type": "number",
1683
+ "mutable": false,
1684
+ "complexType": {
1685
+ "original": "number",
1686
+ "resolved": "number",
1687
+ "references": {}
1688
+ },
1689
+ "required": false,
1690
+ "optional": false,
1691
+ "docs": {
1692
+ "tags": [],
1693
+ "text": "Threshold for full-swipe trigger (% of width)"
1694
+ },
1695
+ "getter": false,
1696
+ "setter": false,
1697
+ "reflect": false,
1698
+ "attribute": "full-swipe-threshold",
1699
+ "defaultValue": "0.75"
1700
+ },
1701
+ "starred": {
1702
+ "type": "boolean",
1703
+ "mutable": true,
1704
+ "complexType": {
1705
+ "original": "boolean",
1706
+ "resolved": "boolean",
1707
+ "references": {}
1708
+ },
1709
+ "required": false,
1710
+ "optional": false,
1711
+ "docs": {
1712
+ "tags": [],
1713
+ "text": "Whether the item is starred/favorited"
1714
+ },
1715
+ "getter": false,
1716
+ "setter": false,
1717
+ "reflect": false,
1718
+ "attribute": "starred",
1719
+ "defaultValue": "false"
1720
+ },
1721
+ "expandable": {
1722
+ "type": "boolean",
1723
+ "mutable": false,
1724
+ "complexType": {
1725
+ "original": "boolean",
1726
+ "resolved": "boolean",
1727
+ "references": {}
1728
+ },
1729
+ "required": false,
1730
+ "optional": false,
1731
+ "docs": {
1732
+ "tags": [],
1733
+ "text": "Whether the item can be expanded to show more details"
1734
+ },
1735
+ "getter": false,
1736
+ "setter": false,
1737
+ "reflect": false,
1738
+ "attribute": "expandable",
1739
+ "defaultValue": "false"
1740
+ },
1741
+ "expandedDetail": {
1742
+ "type": "boolean",
1743
+ "mutable": true,
1744
+ "complexType": {
1745
+ "original": "boolean",
1746
+ "resolved": "boolean",
1747
+ "references": {}
1748
+ },
1749
+ "required": false,
1750
+ "optional": false,
1751
+ "docs": {
1752
+ "tags": [],
1753
+ "text": "Whether the expansion detail is shown"
1754
+ },
1755
+ "getter": false,
1756
+ "setter": false,
1757
+ "reflect": false,
1758
+ "attribute": "expanded-detail",
1759
+ "defaultValue": "false"
1760
+ },
1761
+ "wobble": {
1762
+ "type": "boolean",
1763
+ "mutable": true,
1764
+ "complexType": {
1765
+ "original": "boolean",
1766
+ "resolved": "boolean",
1767
+ "references": {}
1768
+ },
1769
+ "required": false,
1770
+ "optional": false,
1771
+ "docs": {
1772
+ "tags": [],
1773
+ "text": "Whether the item is currently shaking/wobbling (visual haptic)"
1774
+ },
1775
+ "getter": false,
1776
+ "setter": false,
1777
+ "reflect": false,
1778
+ "attribute": "wobble",
1779
+ "defaultValue": "false"
1780
+ },
1781
+ "priorityPulse": {
1782
+ "type": "boolean",
1783
+ "mutable": false,
1784
+ "complexType": {
1785
+ "original": "boolean",
1786
+ "resolved": "boolean",
1787
+ "references": {}
1788
+ },
1789
+ "required": false,
1790
+ "optional": false,
1791
+ "docs": {
1792
+ "tags": [],
1793
+ "text": "Whether to show a pulsating ambient glow for high priority"
1794
+ },
1795
+ "getter": false,
1796
+ "setter": false,
1797
+ "reflect": false,
1798
+ "attribute": "priority-pulse",
1799
+ "defaultValue": "false"
1800
+ },
1801
+ "presence": {
1802
+ "type": "unknown",
1803
+ "mutable": false,
1804
+ "complexType": {
1805
+ "original": "any[]",
1806
+ "resolved": "any[]",
1807
+ "references": {}
1808
+ },
1809
+ "required": false,
1810
+ "optional": false,
1811
+ "docs": {
1812
+ "tags": [],
1813
+ "text": "Collaborative presence data [{id, color}]"
1814
+ },
1815
+ "getter": false,
1816
+ "setter": false,
1817
+ "defaultValue": "[]"
1818
+ },
1819
+ "density": {
1820
+ "type": "string",
1821
+ "mutable": false,
1822
+ "complexType": {
1823
+ "original": "'cozy' | 'comfortable' | 'compact'",
1824
+ "resolved": "\"comfortable\" | \"compact\" | \"cozy\"",
1825
+ "references": {}
1826
+ },
1827
+ "required": false,
1828
+ "optional": false,
1829
+ "docs": {
1830
+ "tags": [],
1831
+ "text": "Layout density mode"
1832
+ },
1833
+ "getter": false,
1834
+ "setter": false,
1835
+ "reflect": false,
1836
+ "attribute": "density",
1837
+ "defaultValue": "'comfortable'"
1838
+ },
1839
+ "sparkline": {
1840
+ "type": "unknown",
1841
+ "mutable": false,
1842
+ "complexType": {
1843
+ "original": "number[]",
1844
+ "resolved": "number[]",
1845
+ "references": {}
1846
+ },
1847
+ "required": false,
1848
+ "optional": false,
1849
+ "docs": {
1850
+ "tags": [],
1851
+ "text": "Mini sparkline data [10, 50, 20...]"
1852
+ },
1853
+ "getter": false,
1854
+ "setter": false,
1855
+ "defaultValue": "[]"
1856
+ },
1857
+ "metadata": {
1858
+ "type": "any",
1859
+ "mutable": false,
1860
+ "complexType": {
1861
+ "original": "any",
1862
+ "resolved": "any",
1863
+ "references": {}
1864
+ },
1865
+ "required": false,
1866
+ "optional": false,
1867
+ "docs": {
1868
+ "tags": [],
1869
+ "text": "Custom metadata for Ghost Layer {ip, id, etc.}"
1870
+ },
1871
+ "getter": false,
1872
+ "setter": false,
1873
+ "reflect": false,
1874
+ "attribute": "metadata",
1875
+ "defaultValue": "{}"
1876
+ },
1877
+ "showGhostLayer": {
1878
+ "type": "boolean",
1879
+ "mutable": false,
1880
+ "complexType": {
1881
+ "original": "boolean",
1882
+ "resolved": "boolean",
1883
+ "references": {}
1884
+ },
1885
+ "required": false,
1886
+ "optional": false,
1887
+ "docs": {
1888
+ "tags": [],
1889
+ "text": "Whether to show the Ghost Layer (Alt mode)"
1890
+ },
1891
+ "getter": false,
1892
+ "setter": false,
1893
+ "reflect": false,
1894
+ "attribute": "show-ghost-layer",
1895
+ "defaultValue": "false"
1896
+ },
1897
+ "auraMode": {
1898
+ "type": "boolean",
1899
+ "mutable": false,
1900
+ "complexType": {
1901
+ "original": "boolean",
1902
+ "resolved": "boolean",
1903
+ "references": {}
1904
+ },
1905
+ "required": false,
1906
+ "optional": false,
1907
+ "docs": {
1908
+ "tags": [],
1909
+ "text": "Whether to show a background heatmap glow matching the status"
1910
+ },
1911
+ "getter": false,
1912
+ "setter": false,
1913
+ "reflect": false,
1914
+ "attribute": "aura-mode",
1915
+ "defaultValue": "false"
1916
+ },
1917
+ "presenceCursors": {
1918
+ "type": "unknown",
1919
+ "mutable": false,
1920
+ "complexType": {
1921
+ "original": "any[]",
1922
+ "resolved": "any[]",
1923
+ "references": {}
1924
+ },
1925
+ "required": false,
1926
+ "optional": false,
1927
+ "docs": {
1928
+ "tags": [],
1929
+ "text": "Professional presence cursors [{name, color, x, y}]"
1930
+ },
1931
+ "getter": false,
1932
+ "setter": false,
1933
+ "defaultValue": "[]"
1934
+ },
1935
+ "a11yLabel": {
1936
+ "type": "string",
1937
+ "mutable": false,
1938
+ "complexType": {
1939
+ "original": "string",
1940
+ "resolved": "string",
1941
+ "references": {}
1942
+ },
1943
+ "required": false,
1944
+ "optional": false,
1945
+ "docs": {
1946
+ "tags": [],
1947
+ "text": "Interactive accessibility label"
1948
+ },
1949
+ "getter": false,
1950
+ "setter": false,
1951
+ "reflect": false,
1952
+ "attribute": "a-1-1y-label",
1953
+ "defaultValue": "''"
1954
+ }
1955
+ };
1956
+ }
1957
+ static get states() {
1958
+ return {
1959
+ "isFocused": {},
1960
+ "isHovered": {},
1961
+ "contextMenuOpen": {},
1962
+ "contextMenuX": {},
1963
+ "contextMenuY": {},
1964
+ "swipeOffset": {},
1965
+ "showStatusEditor": {}
1966
+ };
1967
+ }
1968
+ static get events() {
1969
+ return [{
1970
+ "method": "listItemClick",
1971
+ "name": "listItemClick",
1972
+ "bubbles": true,
1973
+ "cancelable": true,
1974
+ "composed": true,
1975
+ "docs": {
1976
+ "tags": [],
1977
+ "text": ""
1978
+ },
1979
+ "complexType": {
1980
+ "original": "{ value: string; selected: boolean; shiftKey?: boolean; ctrlKey?: boolean; metaKey?: boolean; altKey?: boolean; }",
1981
+ "resolved": "{ value: string; selected: boolean; shiftKey?: boolean; ctrlKey?: boolean; metaKey?: boolean; altKey?: boolean; }",
1982
+ "references": {}
1983
+ }
1984
+ }, {
1985
+ "method": "listItemActionClick",
1986
+ "name": "listItemActionClick",
1987
+ "bubbles": true,
1988
+ "cancelable": true,
1989
+ "composed": true,
1990
+ "docs": {
1991
+ "tags": [],
1992
+ "text": ""
1993
+ },
1994
+ "complexType": {
1995
+ "original": "{ value: string; }",
1996
+ "resolved": "{ value: string; }",
1997
+ "references": {}
1998
+ }
1999
+ }, {
2000
+ "method": "listItemToggle",
2001
+ "name": "listItemToggle",
2002
+ "bubbles": true,
2003
+ "cancelable": true,
2004
+ "composed": true,
2005
+ "docs": {
2006
+ "tags": [],
2007
+ "text": ""
2008
+ },
2009
+ "complexType": {
2010
+ "original": "{ value: string; expanded: boolean; }",
2011
+ "resolved": "{ value: string; expanded: boolean; }",
2012
+ "references": {}
2013
+ }
2014
+ }, {
2015
+ "method": "contextMenuOpenEvent",
2016
+ "name": "contextMenuOpenEvent",
2017
+ "bubbles": true,
2018
+ "cancelable": true,
2019
+ "composed": true,
2020
+ "docs": {
2021
+ "tags": [],
2022
+ "text": ""
2023
+ },
2024
+ "complexType": {
2025
+ "original": "{ value: string; }",
2026
+ "resolved": "{ value: string; }",
2027
+ "references": {}
2028
+ }
2029
+ }, {
2030
+ "method": "contextMenuCloseEvent",
2031
+ "name": "contextMenuCloseEvent",
2032
+ "bubbles": true,
2033
+ "cancelable": true,
2034
+ "composed": true,
2035
+ "docs": {
2036
+ "tags": [],
2037
+ "text": ""
2038
+ },
2039
+ "complexType": {
2040
+ "original": "{ value: string; }",
2041
+ "resolved": "{ value: string; }",
2042
+ "references": {}
2043
+ }
2044
+ }, {
2045
+ "method": "checkboxChange",
2046
+ "name": "checkboxChange",
2047
+ "bubbles": true,
2048
+ "cancelable": true,
2049
+ "composed": true,
2050
+ "docs": {
2051
+ "tags": [],
2052
+ "text": ""
2053
+ },
2054
+ "complexType": {
2055
+ "original": "{ value: string; checked: boolean; }",
2056
+ "resolved": "{ value: string; checked: boolean; }",
2057
+ "references": {}
2058
+ }
2059
+ }, {
2060
+ "method": "pillClick",
2061
+ "name": "pillClick",
2062
+ "bubbles": true,
2063
+ "cancelable": true,
2064
+ "composed": true,
2065
+ "docs": {
2066
+ "tags": [],
2067
+ "text": ""
2068
+ },
2069
+ "complexType": {
2070
+ "original": "{ value: string; label: string; index: number; pill: any; }",
2071
+ "resolved": "{ value: string; label: string; index: number; pill: any; }",
2072
+ "references": {}
2073
+ }
2074
+ }, {
2075
+ "method": "tagClick",
2076
+ "name": "tagClick",
2077
+ "bubbles": true,
2078
+ "cancelable": true,
2079
+ "composed": true,
2080
+ "docs": {
2081
+ "tags": [],
2082
+ "text": ""
2083
+ },
2084
+ "complexType": {
2085
+ "original": "{ value: string; label: string; index: number; }",
2086
+ "resolved": "{ value: string; label: string; index: number; }",
2087
+ "references": {}
2088
+ }
2089
+ }, {
2090
+ "method": "swipeAction",
2091
+ "name": "swipeAction",
2092
+ "bubbles": true,
2093
+ "cancelable": true,
2094
+ "composed": true,
2095
+ "docs": {
2096
+ "tags": [],
2097
+ "text": ""
2098
+ },
2099
+ "complexType": {
2100
+ "original": "{ value: string; side: LeftRight; action?: string; }",
2101
+ "resolved": "{ value: string; side: LeftRight; action?: string; }",
2102
+ "references": {
2103
+ "LeftRight": {
2104
+ "location": "import",
2105
+ "path": "../../types/common.type",
2106
+ "id": "src/types/common.type.d.ts::LeftRight",
2107
+ "referenceLocation": "LeftRight"
2108
+ }
2109
+ }
2110
+ }
2111
+ }, {
2112
+ "method": "longPress",
2113
+ "name": "longPress",
2114
+ "bubbles": true,
2115
+ "cancelable": true,
2116
+ "composed": true,
2117
+ "docs": {
2118
+ "tags": [],
2119
+ "text": ""
2120
+ },
2121
+ "complexType": {
2122
+ "original": "{ value: string; }",
2123
+ "resolved": "{ value: string; }",
2124
+ "references": {}
2125
+ }
2126
+ }, {
2127
+ "method": "starToggle",
2128
+ "name": "starToggle",
2129
+ "bubbles": true,
2130
+ "cancelable": true,
2131
+ "composed": true,
2132
+ "docs": {
2133
+ "tags": [],
2134
+ "text": ""
2135
+ },
2136
+ "complexType": {
2137
+ "original": "{ value: string; starred: boolean; }",
2138
+ "resolved": "{ value: string; starred: boolean; }",
2139
+ "references": {}
2140
+ }
2141
+ }, {
2142
+ "method": "detailToggle",
2143
+ "name": "detailToggle",
2144
+ "bubbles": true,
2145
+ "cancelable": true,
2146
+ "composed": true,
2147
+ "docs": {
2148
+ "tags": [],
2149
+ "text": ""
2150
+ },
2151
+ "complexType": {
2152
+ "original": "{ value: string; expanded: boolean; }",
2153
+ "resolved": "{ value: string; expanded: boolean; }",
2154
+ "references": {}
2155
+ }
2156
+ }];
2157
+ }
2158
+ static get methods() {
2159
+ return {
2160
+ "focusItem": {
2161
+ "complexType": {
2162
+ "signature": "() => Promise<void>",
2163
+ "parameters": [],
2164
+ "references": {
2165
+ "Promise": {
2166
+ "location": "global",
2167
+ "id": "global::Promise"
2168
+ },
2169
+ "HTMLElement": {
2170
+ "location": "global",
2171
+ "id": "global::HTMLElement"
2172
+ }
2173
+ },
2174
+ "return": "Promise<void>"
2175
+ },
2176
+ "docs": {
2177
+ "text": "",
2178
+ "tags": []
2179
+ }
2180
+ }
2181
+ };
2182
+ }
2183
+ static get elementRef() { return "el"; }
2184
+ }