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.
- package/LICENSE +21 -0
- package/README.md +111 -0
- package/dist/cjs/category-section.cjs.entry.js +30 -0
- package/dist/cjs/component-size-DsYFUZcz.js +29 -0
- package/dist/cjs/dom-oP1E4Rd3.js +267 -0
- package/dist/cjs/event-bus-B6M2f8CQ.js +23 -0
- package/dist/cjs/exploration-project-tailwind.cjs.js +24 -0
- package/dist/cjs/focus-trap-i9T6oXLc.js +139 -0
- package/dist/cjs/index-ClkOYpT8.js +2275 -0
- package/dist/cjs/index.cjs.js +260 -0
- package/dist/cjs/layout-manager.cjs.entry.js +616 -0
- package/dist/cjs/library-card.cjs.entry.js +63 -0
- package/dist/cjs/lm-container_2.cjs.entry.js +79 -0
- package/dist/cjs/lm-panel_3.cjs.entry.js +108 -0
- package/dist/cjs/loader.cjs.js +12 -0
- package/dist/cjs/my-component.cjs.entry.js +33 -0
- package/dist/cjs/my-step.cjs.entry.js +29 -0
- package/dist/cjs/nav-bar.cjs.entry.js +247 -0
- package/dist/cjs/security-E1JcwxGc.js +1547 -0
- package/dist/cjs/smart-step.cjs.entry.js +47 -0
- package/dist/cjs/timeline-item.cjs.entry.js +29 -0
- package/dist/cjs/ui-accordion_10.cjs.entry.js +5733 -0
- package/dist/cjs/ui-advanced-data-table.cjs.entry.js +2684 -0
- package/dist/cjs/ui-anchor.cjs.entry.js +558 -0
- package/dist/cjs/ui-animate-on-scroll.cjs.entry.js +285 -0
- package/dist/cjs/ui-aside-panel.cjs.entry.js +638 -0
- package/dist/cjs/ui-avatar-group_3.cjs.entry.js +634 -0
- package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +56 -0
- package/dist/cjs/ui-breadcrumb.cjs.entry.js +201 -0
- package/dist/cjs/ui-callout-banner.cjs.entry.js +291 -0
- package/dist/cjs/ui-card.cjs.entry.js +411 -0
- package/dist/cjs/ui-carousel.cjs.entry.js +547 -0
- package/dist/cjs/ui-checkbox-group.cjs.entry.js +330 -0
- package/dist/cjs/ui-checkbox.cjs.entry.js +260 -0
- package/dist/cjs/ui-code-editor.cjs.entry.js +961 -0
- package/dist/cjs/ui-code-preview.cjs.entry.js +315 -0
- package/dist/cjs/ui-color-controller.cjs.entry.js +150 -0
- package/dist/cjs/ui-color-picker.cjs.entry.js +658 -0
- package/dist/cjs/ui-command-palette.cjs.entry.js +178 -0
- package/dist/cjs/ui-dialog-box.cjs.entry.js +1808 -0
- package/dist/cjs/ui-dialog-content.cjs.entry.js +31 -0
- package/dist/cjs/ui-dialog-footer_2.cjs.entry.js +193 -0
- package/dist/cjs/ui-divider.cjs.entry.js +481 -0
- package/dist/cjs/ui-dock-host.cjs.entry.js +128 -0
- package/dist/cjs/ui-dock.cjs.entry.js +221 -0
- package/dist/cjs/ui-drag-drop.cjs.entry.js +172 -0
- package/dist/cjs/ui-dropdown_2.cjs.entry.js +1552 -0
- package/dist/cjs/ui-empty-state.cjs.entry.js +398 -0
- package/dist/cjs/ui-fab-item.cjs.entry.js +39 -0
- package/dist/cjs/ui-fab.cjs.entry.js +277 -0
- package/dist/cjs/ui-file-upload.cjs.entry.js +418 -0
- package/dist/cjs/ui-horizontal-nav.cjs.entry.js +135 -0
- package/dist/cjs/ui-image-button.cjs.entry.js +67 -0
- package/dist/cjs/ui-input-pair.cjs.entry.js +44 -0
- package/dist/cjs/ui-knob.cjs.entry.js +447 -0
- package/dist/cjs/ui-library.cjs.entry.js +134 -0
- package/dist/cjs/ui-list-group_2.cjs.entry.js +586 -0
- package/dist/cjs/ui-list.cjs.entry.js +732 -0
- package/dist/cjs/ui-masonry.cjs.entry.js +478 -0
- package/dist/cjs/ui-meter-group.cjs.entry.js +173 -0
- package/dist/cjs/ui-navigation-item.cjs.entry.js +104 -0
- package/dist/cjs/ui-number-input.cjs.entry.js +191 -0
- package/dist/cjs/ui-otp-input.cjs.entry.js +246 -0
- package/dist/cjs/ui-pagination_3.cjs.entry.js +1621 -0
- package/dist/cjs/ui-panel.cjs.entry.js +614 -0
- package/dist/cjs/ui-pattern-input.cjs.entry.js +278 -0
- package/dist/cjs/ui-popover.cjs.entry.js +517 -0
- package/dist/cjs/ui-progress.cjs.entry.js +516 -0
- package/dist/cjs/ui-radio-group.cjs.entry.js +205 -0
- package/dist/cjs/ui-radio.cjs.entry.js +206 -0
- package/dist/cjs/ui-range-slider.cjs.entry.js +637 -0
- package/dist/cjs/ui-resizable-panel.cjs.entry.js +484 -0
- package/dist/cjs/ui-scroll-top.cjs.entry.js +459 -0
- package/dist/cjs/ui-smart-context-menu.cjs.entry.js +376 -0
- package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +565 -0
- package/dist/cjs/ui-smart-stepper.cjs.entry.js +137 -0
- package/dist/cjs/ui-snackbar.cjs.entry.js +863 -0
- package/dist/cjs/ui-speed-dial.cjs.entry.js +520 -0
- package/dist/cjs/ui-speedometer.cjs.entry.js +428 -0
- package/dist/cjs/ui-splitter.cjs.entry.js +282 -0
- package/dist/cjs/ui-step.cjs.entry.js +30 -0
- package/dist/cjs/ui-stepper.cjs.entry.js +640 -0
- package/dist/cjs/ui-switch.cjs.entry.js +405 -0
- package/dist/cjs/ui-tabs.cjs.entry.js +703 -0
- package/dist/cjs/ui-tag.cjs.entry.js +299 -0
- package/dist/cjs/ui-timeline.cjs.entry.js +267 -0
- package/dist/cjs/ui-timer.cjs.entry.js +502 -0
- package/dist/cjs/ui-toolbar.cjs.entry.js +619 -0
- package/dist/cjs/ui-tooltip.cjs.entry.js +697 -0
- package/dist/cjs/ui-top-bar.cjs.entry.js +121 -0
- package/dist/cjs/ui-transfer-list.cjs.entry.js +592 -0
- package/dist/cjs/ui-tree.cjs.entry.js +874 -0
- package/dist/cjs/ui-workspace-manager.cjs.entry.js +1201 -0
- package/dist/cjs/utils-DVZ6gul6.js +26 -0
- package/dist/collection/assets/js/component-config.js +41 -0
- package/dist/collection/assets/js/demo-loader.js +147 -0
- package/dist/collection/assets/js/demo-nav.js +273 -0
- package/dist/collection/assets/js/demos/about-demo.js +60 -0
- package/dist/collection/assets/js/demos/accordion-demo.js +1954 -0
- package/dist/collection/assets/js/demos/advanced-data-table-demo.js +2952 -0
- package/dist/collection/assets/js/demos/anchor-demo.js +527 -0
- package/dist/collection/assets/js/demos/animate-on-scroll-demo.js +174 -0
- package/dist/collection/assets/js/demos/aside-panel-demo.js +1109 -0
- package/dist/collection/assets/js/demos/avatar-demo.js +508 -0
- package/dist/collection/assets/js/demos/badge-demo.js +620 -0
- package/dist/collection/assets/js/demos/breadcrumb-demo.js +365 -0
- package/dist/collection/assets/js/demos/button-demo.js +1223 -0
- package/dist/collection/assets/js/demos/button-toggle-demo.js +978 -0
- package/dist/collection/assets/js/demos/callout-banner-demo.js +366 -0
- package/dist/collection/assets/js/demos/card-demo.js +427 -0
- package/dist/collection/assets/js/demos/carousel-demo.js +360 -0
- package/dist/collection/assets/js/demos/checkbox-demo.js +489 -0
- package/dist/collection/assets/js/demos/code-preview-demo.js +216 -0
- package/dist/collection/assets/js/demos/color-picker-demo.js +117 -0
- package/dist/collection/assets/js/demos/command-palette-demo.js +105 -0
- package/dist/collection/assets/js/demos/complex-form-demo.js +45 -0
- package/dist/collection/assets/js/demos/context-menu-data.js +436 -0
- package/dist/collection/assets/js/demos/context-menu-demo.js +829 -0
- package/dist/collection/assets/js/demos/dashboard-demo.js +5 -0
- package/dist/collection/assets/js/demos/dialog-demo-temp.js +411 -0
- package/dist/collection/assets/js/demos/dialog-demo.js +2567 -0
- package/dist/collection/assets/js/demos/divider-demo.js +853 -0
- package/dist/collection/assets/js/demos/dock-demo.js +422 -0
- package/dist/collection/assets/js/demos/dock-host-init.js +117 -0
- package/dist/collection/assets/js/demos/dock-host-playground.js +59 -0
- package/dist/collection/assets/js/demos/documentation-demo.js +34 -0
- package/dist/collection/assets/js/demos/drag-drop-demo.js +132 -0
- package/dist/collection/assets/js/demos/dropdown-demo.js +1410 -0
- package/dist/collection/assets/js/demos/dropdown-subtitle-demo.js +18 -0
- package/dist/collection/assets/js/demos/empty-state-demo.js +580 -0
- package/dist/collection/assets/js/demos/fab-demo.js +374 -0
- package/dist/collection/assets/js/demos/file-upload-demo.js +171 -0
- package/dist/collection/assets/js/demos/home-components.js +750 -0
- package/dist/collection/assets/js/demos/home-demo.js +441 -0
- package/dist/collection/assets/js/demos/horizontal-nav-demo.js +277 -0
- package/dist/collection/assets/js/demos/icon-demo.js +380 -0
- package/dist/collection/assets/js/demos/input-demo.js +1932 -0
- package/dist/collection/assets/js/demos/knob-demo.js +570 -0
- package/dist/collection/assets/js/demos/layout-manager-demo.js +918 -0
- package/dist/collection/assets/js/demos/list-demo.js +1402 -0
- package/dist/collection/assets/js/demos/loader-demo.js +453 -0
- package/dist/collection/assets/js/demos/meter-group-demo.js +499 -0
- package/dist/collection/assets/js/demos/multi-level-context-menu-demo.js +924 -0
- package/dist/collection/assets/js/demos/my-profile-demo.js +237 -0
- package/dist/collection/assets/js/demos/nav-bar-demo.js +187 -0
- package/dist/collection/assets/js/demos/number-input-demo.js +242 -0
- package/dist/collection/assets/js/demos/overview-demo.js +11 -0
- package/dist/collection/assets/js/demos/pagination-demo.js +1042 -0
- package/dist/collection/assets/js/demos/panel-demo.js +789 -0
- package/dist/collection/assets/js/demos/pattern-input-demo.js +241 -0
- package/dist/collection/assets/js/demos/popover-demo.js +882 -0
- package/dist/collection/assets/js/demos/progress-demo.js +462 -0
- package/dist/collection/assets/js/demos/radio-demo.js +413 -0
- package/dist/collection/assets/js/demos/range-slider-demo.js +1217 -0
- package/dist/collection/assets/js/demos/rating-demo.js +383 -0
- package/dist/collection/assets/js/demos/scroll-top-demo.js +353 -0
- package/dist/collection/assets/js/demos/skeleton-demo.js +490 -0
- package/dist/collection/assets/js/demos/skeleton-performance-demo.js +26 -0
- package/dist/collection/assets/js/demos/smart-dialog-demo.js +552 -0
- package/dist/collection/assets/js/demos/smart-menu-demo.js +375 -0
- package/dist/collection/assets/js/demos/smart-stepper-demo.js +50 -0
- package/dist/collection/assets/js/demos/snackbar-demo.js +1040 -0
- package/dist/collection/assets/js/demos/speed-dial-demo.js +764 -0
- package/dist/collection/assets/js/demos/speedometer-demo.js +425 -0
- package/dist/collection/assets/js/demos/split-button-demo.js +201 -0
- package/dist/collection/assets/js/demos/stack-demo.js +228 -0
- package/dist/collection/assets/js/demos/stepper-demo.js +798 -0
- package/dist/collection/assets/js/demos/switch-demo.js +849 -0
- package/dist/collection/assets/js/demos/tabs-demo.js +1032 -0
- package/dist/collection/assets/js/demos/tag-demo.js +842 -0
- package/dist/collection/assets/js/demos/theme-selector-demo.js +466 -0
- package/dist/collection/assets/js/demos/timeline-demo.js +365 -0
- package/dist/collection/assets/js/demos/timeline-playground.js +59 -0
- package/dist/collection/assets/js/demos/timer-demo.js +313 -0
- package/dist/collection/assets/js/demos/toolbar-demo.js +643 -0
- package/dist/collection/assets/js/demos/tooltip-demo.js +730 -0
- package/dist/collection/assets/js/demos/top-bar-demo.js +417 -0
- package/dist/collection/assets/js/demos/transfer-list-demo.js +555 -0
- package/dist/collection/assets/js/demos/tree-demo.js +693 -0
- package/dist/collection/assets/js/demos/workspace-manager-demo.js +241 -0
- package/dist/collection/assets/js/index-boot.js +104 -0
- package/dist/collection/assets/js/nav-bar-demo.js +20 -0
- package/dist/collection/assets/js/nav-bar-init.js +119 -0
- package/dist/collection/assets/js/utils/layout-loader.js +80 -0
- package/dist/collection/collection-manifest.json +113 -0
- package/dist/collection/components/accordion/accordion.css +2090 -0
- package/dist/collection/components/accordion/accordion.js +2955 -0
- package/dist/collection/components/accordion/types.js +1 -0
- package/dist/collection/components/advanced-data-table/advanced-data-table.css +2606 -0
- package/dist/collection/components/advanced-data-table/advanced-data-table.js +5394 -0
- package/dist/collection/components/advanced-data-table/types.js +1 -0
- package/dist/collection/components/anchor/anchor.css +395 -0
- package/dist/collection/components/anchor/anchor.js +1404 -0
- package/dist/collection/components/anchor/types.js +1 -0
- package/dist/collection/components/animate-on-scroll/animate-on-scroll.css +804 -0
- package/dist/collection/components/animate-on-scroll/animate-on-scroll.js +696 -0
- package/dist/collection/components/aside-panel/aside-panel.css +472 -0
- package/dist/collection/components/aside-panel/aside-panel.js +1697 -0
- package/dist/collection/components/avatar/avatar.css +696 -0
- package/dist/collection/components/avatar/avatar.js +2007 -0
- package/dist/collection/components/avatar/types.js +1 -0
- package/dist/collection/components/avatar-group/avatar-group.css +253 -0
- package/dist/collection/components/avatar-group/avatar-group.js +405 -0
- package/dist/collection/components/avatar-group/types.js +1 -0
- package/dist/collection/components/badge/badge.css +580 -0
- package/dist/collection/components/badge/badge.js +723 -0
- package/dist/collection/components/badge/types.js +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb-item.js +231 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +313 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +510 -0
- package/dist/collection/components/breadcrumb/types.js +1 -0
- package/dist/collection/components/button/button.css +1862 -0
- package/dist/collection/components/button/button.js +1380 -0
- package/dist/collection/components/button/types.js +1 -0
- package/dist/collection/components/button-toggle/button-toggle.css +97 -0
- package/dist/collection/components/button-toggle/button-toggle.js +620 -0
- package/dist/collection/components/button-toggle-group/button-toggle-group.css +401 -0
- package/dist/collection/components/button-toggle-group/button-toggle-group.js +1572 -0
- package/dist/collection/components/button-toggle-group/types.js +1 -0
- package/dist/collection/components/callout-banner/callout-banner.css +684 -0
- package/dist/collection/components/callout-banner/callout-banner.js +1076 -0
- package/dist/collection/components/callout-banner/types.js +1 -0
- package/dist/collection/components/card/card.css +663 -0
- package/dist/collection/components/card/card.js +1697 -0
- package/dist/collection/components/card/types.js +1 -0
- package/dist/collection/components/carousel/carousel.css +549 -0
- package/dist/collection/components/carousel/carousel.js +1512 -0
- package/dist/collection/components/carousel/types.js +1 -0
- package/dist/collection/components/checkbox/checkbox.css +863 -0
- package/dist/collection/components/checkbox/checkbox.js +1201 -0
- package/dist/collection/components/checkbox/types.js +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +223 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +1001 -0
- package/dist/collection/components/checkbox-group/types.js +1 -0
- package/dist/collection/components/code-editor/code-editor.css +1081 -0
- package/dist/collection/components/code-editor/code-editor.js +1211 -0
- package/dist/collection/components/code-editor/types.js +1 -0
- package/dist/collection/components/code-preview/types.js +1 -0
- package/dist/collection/components/code-preview/ui-code-preview.css +209 -0
- package/dist/collection/components/code-preview/ui-code-preview.js +548 -0
- package/dist/collection/components/color-controller/color-controller.css +108 -0
- package/dist/collection/components/color-controller/color-controller.js +224 -0
- package/dist/collection/components/color-picker/color-picker.css +323 -0
- package/dist/collection/components/color-picker/color-picker.js +1139 -0
- package/dist/collection/components/color-picker/types.js +1 -0
- package/dist/collection/components/command-palette/command-palette.css +260 -0
- package/dist/collection/components/command-palette/command-palette.js +429 -0
- package/dist/collection/components/command-palette/types.js +1 -0
- package/dist/collection/components/context-menu/context-menu.css +388 -0
- package/dist/collection/components/context-menu/context-menu.js +1412 -0
- package/dist/collection/components/context-menu/types.js +1 -0
- package/dist/collection/components/dialog-box/dialog-box.css +1261 -0
- package/dist/collection/components/dialog-box/dialog-box.js +4314 -0
- package/dist/collection/components/dialog-box/dialog-tray.css +268 -0
- package/dist/collection/components/dialog-box/types.js +1 -0
- package/dist/collection/components/dialog-content/dialog-content.css +83 -0
- package/dist/collection/components/dialog-content/dialog-content.js +96 -0
- package/dist/collection/components/dialog-footer/dialog-footer.css +89 -0
- package/dist/collection/components/dialog-footer/dialog-footer.js +94 -0
- package/dist/collection/components/dialog-footer/types.js +1 -0
- package/dist/collection/components/dialog-header/dialog-header.css +203 -0
- package/dist/collection/components/dialog-header/dialog-header.js +630 -0
- package/dist/collection/components/dialog-header/types.js +1 -0
- package/dist/collection/components/divider/divider.css +948 -0
- package/dist/collection/components/divider/divider.js +1612 -0
- package/dist/collection/components/divider/types.js +1 -0
- package/dist/collection/components/dock/dock.css +348 -0
- package/dist/collection/components/dock/dock.js +464 -0
- package/dist/collection/components/dock/types.js +1 -0
- package/dist/collection/components/dock-host/index.js +1 -0
- package/dist/collection/components/dock-host/types.js +1 -0
- package/dist/collection/components/dock-host/ui-dock-host.css +155 -0
- package/dist/collection/components/dock-host/ui-dock-host.js +226 -0
- package/dist/collection/components/drag-drop/drag-drop.css +103 -0
- package/dist/collection/components/drag-drop/drag-drop.js +385 -0
- package/dist/collection/components/drag-drop/types.js +1 -0
- package/dist/collection/components/dropdown/dropdown.css +1142 -0
- package/dist/collection/components/dropdown/dropdown.js +2033 -0
- package/dist/collection/components/dropdown/types.js +1 -0
- package/dist/collection/components/empty-state/empty-state.css +712 -0
- package/dist/collection/components/empty-state/empty-state.js +1256 -0
- package/dist/collection/components/empty-state/types.js +1 -0
- package/dist/collection/components/fab/fab.css +601 -0
- package/dist/collection/components/fab/fab.js +1124 -0
- package/dist/collection/components/fab-item/fab-item.css +107 -0
- package/dist/collection/components/fab-item/fab-item.js +177 -0
- package/dist/collection/components/fab-item/types.js +1 -0
- package/dist/collection/components/file-upload/file-upload.css +243 -0
- package/dist/collection/components/file-upload/file-upload.js +1022 -0
- package/dist/collection/components/file-upload/types.js +1 -0
- package/dist/collection/components/horizontal-nav/horizontal-nav.css +394 -0
- package/dist/collection/components/horizontal-nav/horizontal-nav.js +375 -0
- package/dist/collection/components/icon/icon.css +113 -0
- package/dist/collection/components/icon/icon.js +583 -0
- package/dist/collection/components/image-button/image-button.css +154 -0
- package/dist/collection/components/image-button/image-button.js +310 -0
- package/dist/collection/components/image-button/types.js +1 -0
- package/dist/collection/components/input/input.css +1544 -0
- package/dist/collection/components/input/input.js +3690 -0
- package/dist/collection/components/input/types.js +1 -0
- package/dist/collection/components/input-pair/input-pair.css +72 -0
- package/dist/collection/components/input-pair/input-pair.js +309 -0
- package/dist/collection/components/knob/knob.css +162 -0
- package/dist/collection/components/knob/knob.js +986 -0
- package/dist/collection/components/knob/types.js +1 -0
- package/dist/collection/components/layout-manager/layout-manager.css +41 -0
- package/dist/collection/components/layout-manager/layout-manager.js +525 -0
- package/dist/collection/components/layout-manager/lm-container/lm-container.css +117 -0
- package/dist/collection/components/layout-manager/lm-container/lm-container.js +110 -0
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.css +0 -0
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +49 -0
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.css +97 -0
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +58 -0
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.css +57 -0
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +120 -0
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.css +149 -0
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +130 -0
- package/dist/collection/components/layout-manager/types.js +1 -0
- package/dist/collection/components/library/category-section.css +147 -0
- package/dist/collection/components/library/category-section.js +139 -0
- package/dist/collection/components/library/data.js +74 -0
- package/dist/collection/components/library/library-card.css +181 -0
- package/dist/collection/components/library/library-card.js +203 -0
- package/dist/collection/components/library/library.css +358 -0
- package/dist/collection/components/library/library.js +91 -0
- package/dist/collection/components/list/list.css +1029 -0
- package/dist/collection/components/list/list.js +2167 -0
- package/dist/collection/components/list-group/list-group.css +275 -0
- package/dist/collection/components/list-group/list-group.js +356 -0
- package/dist/collection/components/list-item/list-item.css +1491 -0
- package/dist/collection/components/list-item/list-item.js +2184 -0
- package/dist/collection/components/masonry/masonry.css +414 -0
- package/dist/collection/components/masonry/masonry.js +1104 -0
- package/dist/collection/components/masonry/types.js +1 -0
- package/dist/collection/components/meter-group/meter-group.css +184 -0
- package/dist/collection/components/meter-group/meter-group.js +471 -0
- package/dist/collection/components/meter-group/types.js +1 -0
- package/dist/collection/components/my-component/my-component.css +27 -0
- package/dist/collection/components/my-component/my-component.js +95 -0
- package/dist/collection/components/my-step/my-step.css +25 -0
- package/dist/collection/components/my-step/my-step.js +237 -0
- package/dist/collection/components/nav-bar/nav-bar.css +448 -0
- package/dist/collection/components/nav-bar/nav-bar.js +608 -0
- package/dist/collection/components/number-input/number-input.css +200 -0
- package/dist/collection/components/number-input/number-input.js +695 -0
- package/dist/collection/components/otp-input/otp-input.css +243 -0
- package/dist/collection/components/otp-input/otp-input.js +761 -0
- package/dist/collection/components/otp-input/types.js +1 -0
- package/dist/collection/components/pagination/pagination.css +1399 -0
- package/dist/collection/components/pagination/pagination.js +2033 -0
- package/dist/collection/components/pagination/types.js +1 -0
- package/dist/collection/components/panel/panel.css +837 -0
- package/dist/collection/components/panel/panel.js +1842 -0
- package/dist/collection/components/panel/types.js +1 -0
- package/dist/collection/components/pattern-input/pattern-input.css +252 -0
- package/dist/collection/components/pattern-input/pattern-input.js +788 -0
- package/dist/collection/components/popover/popover.css +399 -0
- package/dist/collection/components/popover/popover.js +1449 -0
- package/dist/collection/components/popover/types.js +1 -0
- package/dist/collection/components/progress/progress.css +588 -0
- package/dist/collection/components/progress/progress.js +1414 -0
- package/dist/collection/components/progress/types.js +1 -0
- package/dist/collection/components/radio/radio.css +773 -0
- package/dist/collection/components/radio/radio.js +1059 -0
- package/dist/collection/components/radio/types.js +1 -0
- package/dist/collection/components/radio-group/radio-group.css +202 -0
- package/dist/collection/components/radio-group/radio-group.js +903 -0
- package/dist/collection/components/radio-group/types.js +1 -0
- package/dist/collection/components/range-slider/range-slider.css +602 -0
- package/dist/collection/components/range-slider/range-slider.js +1369 -0
- package/dist/collection/components/range-slider/types.js +1 -0
- package/dist/collection/components/rating/rating.css +768 -0
- package/dist/collection/components/rating/rating.js +1062 -0
- package/dist/collection/components/rating/types.js +1 -0
- package/dist/collection/components/resizable-panel/resizable-panel.css +247 -0
- package/dist/collection/components/resizable-panel/resizable-panel.js +874 -0
- package/dist/collection/components/resizable-panel/types.js +1 -0
- package/dist/collection/components/scroll-top/scroll-top.css +397 -0
- package/dist/collection/components/scroll-top/scroll-top.js +1178 -0
- package/dist/collection/components/scroll-top/types.js +1 -0
- package/dist/collection/components/skeleton/skeleton-loader.css +429 -0
- package/dist/collection/components/skeleton/skeleton-loader.js +1193 -0
- package/dist/collection/components/skeleton/types.js +1 -0
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.css +357 -0
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +1190 -0
- package/dist/collection/components/smart-location-dropdown/types.js +1 -0
- package/dist/collection/components/smart-menu/menu-item.interface.js +1 -0
- package/dist/collection/components/smart-menu/smart-menu.css +119 -0
- package/dist/collection/components/smart-menu/smart-menu.js +544 -0
- package/dist/collection/components/smart-stepper/smart-step.css +213 -0
- package/dist/collection/components/smart-stepper/smart-step.js +170 -0
- package/dist/collection/components/smart-stepper/smart-stepper.css +146 -0
- package/dist/collection/components/smart-stepper/smart-stepper.js +338 -0
- package/dist/collection/components/snackbar/snackbar.css +1480 -0
- package/dist/collection/components/snackbar/snackbar.js +1759 -0
- package/dist/collection/components/snackbar/types.js +1 -0
- package/dist/collection/components/speed-dial/speed-dial.css +478 -0
- package/dist/collection/components/speed-dial/speed-dial.js +1183 -0
- package/dist/collection/components/speed-dial/types.js +1 -0
- package/dist/collection/components/speedometer/speedometer.css +95 -0
- package/dist/collection/components/speedometer/speedometer.js +868 -0
- package/dist/collection/components/speedometer/types.js +1 -0
- package/dist/collection/components/splitter/splitter.css +269 -0
- package/dist/collection/components/splitter/splitter.js +713 -0
- package/dist/collection/components/splitter/types.js +1 -0
- package/dist/collection/components/stack/stack.css +269 -0
- package/dist/collection/components/stack/stack.js +297 -0
- package/dist/collection/components/stack/types.js +1 -0
- package/dist/collection/components/step/step.css +77 -0
- package/dist/collection/components/step/step.js +214 -0
- package/dist/collection/components/step/types.js +1 -0
- package/dist/collection/components/stepper/stepper.css +1079 -0
- package/dist/collection/components/stepper/stepper.js +1850 -0
- package/dist/collection/components/stepper/types.js +1 -0
- package/dist/collection/components/switch/switch.css +1099 -0
- package/dist/collection/components/switch/switch.js +1578 -0
- package/dist/collection/components/tabs/tabs.css +1355 -0
- package/dist/collection/components/tabs/tabs.js +1474 -0
- package/dist/collection/components/tabs/types.js +1 -0
- package/dist/collection/components/tag/tag.css +893 -0
- package/dist/collection/components/tag/tag.js +1119 -0
- package/dist/collection/components/tag/types.js +1 -0
- package/dist/collection/components/tag-group/tag-group.css +144 -0
- package/dist/collection/components/tag-group/tag-group.js +887 -0
- package/dist/collection/components/tag-group/types.js +1 -0
- package/dist/collection/components/timeline/timeline.css +1850 -0
- package/dist/collection/components/timeline/timeline.js +889 -0
- package/dist/collection/components/timeline/types.js +1 -0
- package/dist/collection/components/timeline/ui-timeline.stories.js +19 -0
- package/dist/collection/components/timeline-item/timeline-item.css +75 -0
- package/dist/collection/components/timeline-item/timeline-item.js +91 -0
- package/dist/collection/components/timer/timer.css +367 -0
- package/dist/collection/components/timer/timer.js +1292 -0
- package/dist/collection/components/timer/types.js +1 -0
- package/dist/collection/components/timer/ui-timer.stories.js +19 -0
- package/dist/collection/components/toggle-group/toggle-group.css +361 -0
- package/dist/collection/components/toggle-group/toggle-group.js +1212 -0
- package/dist/collection/components/toggle-group/types.js +1 -0
- package/dist/collection/components/toolbar/toolbar-types.js +1 -0
- package/dist/collection/components/toolbar/toolbar.css +1186 -0
- package/dist/collection/components/toolbar/toolbar.js +1635 -0
- package/dist/collection/components/tooltip/tooltip.css +609 -0
- package/dist/collection/components/tooltip/tooltip.js +1882 -0
- package/dist/collection/components/tooltip/types.js +1 -0
- package/dist/collection/components/top-bar/top-bar.css +274 -0
- package/dist/collection/components/top-bar/top-bar.js +383 -0
- package/dist/collection/components/transfer-list/transfer-list.css +520 -0
- package/dist/collection/components/transfer-list/transfer-list.js +1225 -0
- package/dist/collection/components/transfer-list/types.js +1 -0
- package/dist/collection/components/tree/tree.css +1197 -0
- package/dist/collection/components/tree/tree.js +2509 -0
- package/dist/collection/components/tree/types.js +1 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +830 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +1231 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-types.js +1 -0
- package/dist/collection/components/ui-navigation-bar/navigation-item.css +679 -0
- package/dist/collection/components/ui-navigation-bar/navigation-item.js +385 -0
- package/dist/collection/components/ui-navigation-bar/navigation-types.js +1 -0
- package/dist/collection/components/workspace-manager/types.js +1 -0
- package/dist/collection/components/workspace-manager/workspace-manager.css +1094 -0
- package/dist/collection/components/workspace-manager/workspace-manager.js +1914 -0
- package/dist/collection/components.js +51 -0
- package/dist/collection/index.js +108 -0
- package/dist/collection/service/drag-manager.js +23 -0
- package/dist/collection/service/event-bus.js +19 -0
- package/dist/collection/service/serialization.js +8 -0
- package/dist/collection/service/state-engine.js +247 -0
- package/dist/collection/service/theme-switcher.js +146 -0
- package/dist/collection/stories/Button.stories.js +15 -0
- package/dist/collection/types/common.js +1 -0
- package/dist/collection/types/index.js +4 -0
- package/dist/collection/utils/aria-live.js +60 -0
- package/dist/collection/utils/component-size.js +25 -0
- package/dist/collection/utils/dom.js +260 -0
- package/dist/collection/utils/focus-trap.js +135 -0
- package/dist/collection/utils/security.js +10 -0
- package/dist/collection/utils/test/setup-component-test-env.js +92 -0
- package/dist/collection/utils/utils.js +21 -0
- package/dist/collection/utils/validation.js +74 -0
- package/dist/components/avatar-group.js +1 -0
- package/dist/components/avatar.js +1 -0
- package/dist/components/badge.js +1 -0
- package/dist/components/button-toggle.js +1 -0
- package/dist/components/category-section.d.ts +11 -0
- package/dist/components/category-section.js +1 -0
- package/dist/components/category-section2.js +1 -0
- package/dist/components/checkbox.js +1 -0
- package/dist/components/context-menu.js +1 -0
- package/dist/components/dialog-footer.js +1 -0
- package/dist/components/dialog-header.js +1 -0
- package/dist/components/dom.js +1 -0
- package/dist/components/dropdown.js +1 -0
- package/dist/components/event-bus.js +1 -0
- package/dist/components/focus-trap.js +1 -0
- package/dist/components/icon.js +2 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/input.js +1 -0
- package/dist/components/layout-manager.d.ts +11 -0
- package/dist/components/layout-manager.js +1 -0
- package/dist/components/library-card.d.ts +11 -0
- package/dist/components/library-card.js +1 -0
- package/dist/components/library-card2.js +1 -0
- package/dist/components/list-group.js +1 -0
- package/dist/components/list-item.js +1 -0
- package/dist/components/lm-container.d.ts +11 -0
- package/dist/components/lm-container.js +1 -0
- package/dist/components/lm-container2.js +1 -0
- package/dist/components/lm-floating-window.d.ts +11 -0
- package/dist/components/lm-floating-window.js +1 -0
- package/dist/components/lm-floating-window2.js +1 -0
- package/dist/components/lm-panel.d.ts +11 -0
- package/dist/components/lm-panel.js +1 -0
- package/dist/components/lm-panel2.js +1 -0
- package/dist/components/lm-splitter.d.ts +11 -0
- package/dist/components/lm-splitter.js +1 -0
- package/dist/components/lm-splitter2.js +1 -0
- package/dist/components/lm-tabs.d.ts +11 -0
- package/dist/components/lm-tabs.js +1 -0
- package/dist/components/lm-tabs2.js +1 -0
- package/dist/components/my-component.d.ts +11 -0
- package/dist/components/my-component.js +1 -0
- package/dist/components/my-step.d.ts +11 -0
- package/dist/components/my-step.js +1 -0
- package/dist/components/nav-bar.d.ts +11 -0
- package/dist/components/nav-bar.js +1 -0
- package/dist/components/pagination.js +1 -0
- package/dist/components/radio.js +1 -0
- package/dist/components/range-slider.js +1 -0
- package/dist/components/rating.js +1 -0
- package/dist/components/resizable-panel.js +1 -0
- package/dist/components/skeleton-loader.js +1 -0
- package/dist/components/smart-step.d.ts +11 -0
- package/dist/components/smart-step.js +1 -0
- package/dist/components/stack.js +1 -0
- package/dist/components/switch.js +1 -0
- package/dist/components/tag-group.js +1 -0
- package/dist/components/tag.js +1 -0
- package/dist/components/timeline-item.d.ts +11 -0
- package/dist/components/timeline-item.js +1 -0
- package/dist/components/toggle-group.js +1 -0
- package/dist/components/tooltip.js +1 -0
- package/dist/components/ui-accordion.d.ts +11 -0
- package/dist/components/ui-accordion.js +1 -0
- package/dist/components/ui-advanced-data-table.d.ts +11 -0
- package/dist/components/ui-advanced-data-table.js +1 -0
- package/dist/components/ui-anchor.d.ts +11 -0
- package/dist/components/ui-anchor.js +1 -0
- package/dist/components/ui-animate-on-scroll.d.ts +11 -0
- package/dist/components/ui-animate-on-scroll.js +1 -0
- package/dist/components/ui-aside-panel.d.ts +11 -0
- package/dist/components/ui-aside-panel.js +1 -0
- package/dist/components/ui-avatar-group.d.ts +11 -0
- package/dist/components/ui-avatar-group.js +1 -0
- package/dist/components/ui-avatar.d.ts +11 -0
- package/dist/components/ui-avatar.js +1 -0
- package/dist/components/ui-badge.d.ts +11 -0
- package/dist/components/ui-badge.js +1 -0
- package/dist/components/ui-breadcrumb-item.d.ts +11 -0
- package/dist/components/ui-breadcrumb-item.js +1 -0
- package/dist/components/ui-breadcrumb.d.ts +11 -0
- package/dist/components/ui-breadcrumb.js +1 -0
- package/dist/components/ui-button-toggle-group.d.ts +11 -0
- package/dist/components/ui-button-toggle-group.js +1 -0
- package/dist/components/ui-button-toggle.d.ts +11 -0
- package/dist/components/ui-button-toggle.js +1 -0
- package/dist/components/ui-button.d.ts +11 -0
- package/dist/components/ui-button.js +1 -0
- package/dist/components/ui-callout-banner.d.ts +11 -0
- package/dist/components/ui-callout-banner.js +1 -0
- package/dist/components/ui-card.d.ts +11 -0
- package/dist/components/ui-card.js +1 -0
- package/dist/components/ui-carousel.d.ts +11 -0
- package/dist/components/ui-carousel.js +1 -0
- package/dist/components/ui-checkbox-group.d.ts +11 -0
- package/dist/components/ui-checkbox-group.js +1 -0
- package/dist/components/ui-checkbox.d.ts +11 -0
- package/dist/components/ui-checkbox.js +1 -0
- package/dist/components/ui-code-editor.d.ts +11 -0
- package/dist/components/ui-code-editor.js +1 -0
- package/dist/components/ui-code-preview.d.ts +11 -0
- package/dist/components/ui-code-preview.js +1 -0
- package/dist/components/ui-color-controller.d.ts +11 -0
- package/dist/components/ui-color-controller.js +1 -0
- package/dist/components/ui-color-picker.d.ts +11 -0
- package/dist/components/ui-color-picker.js +1 -0
- package/dist/components/ui-command-palette.d.ts +11 -0
- package/dist/components/ui-command-palette.js +1 -0
- package/dist/components/ui-context-menu.d.ts +11 -0
- package/dist/components/ui-context-menu.js +1 -0
- package/dist/components/ui-dialog-box.d.ts +11 -0
- package/dist/components/ui-dialog-box.js +1 -0
- package/dist/components/ui-dialog-content.d.ts +11 -0
- package/dist/components/ui-dialog-content.js +1 -0
- package/dist/components/ui-dialog-footer.d.ts +11 -0
- package/dist/components/ui-dialog-footer.js +1 -0
- package/dist/components/ui-dialog-header.d.ts +11 -0
- package/dist/components/ui-dialog-header.js +1 -0
- package/dist/components/ui-divider.d.ts +11 -0
- package/dist/components/ui-divider.js +1 -0
- package/dist/components/ui-dock-host.d.ts +11 -0
- package/dist/components/ui-dock-host.js +1 -0
- package/dist/components/ui-dock.d.ts +11 -0
- package/dist/components/ui-dock.js +1 -0
- package/dist/components/ui-drag-drop.d.ts +11 -0
- package/dist/components/ui-drag-drop.js +1 -0
- package/dist/components/ui-dropdown.d.ts +11 -0
- package/dist/components/ui-dropdown.js +1 -0
- package/dist/components/ui-empty-state.d.ts +11 -0
- package/dist/components/ui-empty-state.js +1 -0
- package/dist/components/ui-fab-item.d.ts +11 -0
- package/dist/components/ui-fab-item.js +1 -0
- package/dist/components/ui-fab.d.ts +11 -0
- package/dist/components/ui-fab.js +1 -0
- package/dist/components/ui-file-upload.d.ts +11 -0
- package/dist/components/ui-file-upload.js +1 -0
- package/dist/components/ui-horizontal-nav.d.ts +11 -0
- package/dist/components/ui-horizontal-nav.js +1 -0
- package/dist/components/ui-icon.d.ts +11 -0
- package/dist/components/ui-icon.js +1 -0
- package/dist/components/ui-image-button.d.ts +11 -0
- package/dist/components/ui-image-button.js +1 -0
- package/dist/components/ui-input-pair.d.ts +11 -0
- package/dist/components/ui-input-pair.js +1 -0
- package/dist/components/ui-input.d.ts +11 -0
- package/dist/components/ui-input.js +1 -0
- package/dist/components/ui-knob.d.ts +11 -0
- package/dist/components/ui-knob.js +1 -0
- package/dist/components/ui-library.d.ts +11 -0
- package/dist/components/ui-library.js +1 -0
- package/dist/components/ui-list-group.d.ts +11 -0
- package/dist/components/ui-list-group.js +1 -0
- package/dist/components/ui-list-item.d.ts +11 -0
- package/dist/components/ui-list-item.js +1 -0
- package/dist/components/ui-list.d.ts +11 -0
- package/dist/components/ui-list.js +1 -0
- package/dist/components/ui-masonry.d.ts +11 -0
- package/dist/components/ui-masonry.js +1 -0
- package/dist/components/ui-meter-group.d.ts +11 -0
- package/dist/components/ui-meter-group.js +1 -0
- package/dist/components/ui-navigation-bar.d.ts +11 -0
- package/dist/components/ui-navigation-bar.js +1 -0
- package/dist/components/ui-navigation-item.d.ts +11 -0
- package/dist/components/ui-navigation-item.js +1 -0
- package/dist/components/ui-number-input.d.ts +11 -0
- package/dist/components/ui-number-input.js +1 -0
- package/dist/components/ui-otp-input.d.ts +11 -0
- package/dist/components/ui-otp-input.js +1 -0
- package/dist/components/ui-pagination.d.ts +11 -0
- package/dist/components/ui-pagination.js +1 -0
- package/dist/components/ui-panel.d.ts +11 -0
- package/dist/components/ui-panel.js +1 -0
- package/dist/components/ui-pattern-input.d.ts +11 -0
- package/dist/components/ui-pattern-input.js +1 -0
- package/dist/components/ui-popover.d.ts +11 -0
- package/dist/components/ui-popover.js +1 -0
- package/dist/components/ui-progress.d.ts +11 -0
- package/dist/components/ui-progress.js +1 -0
- package/dist/components/ui-radio-group.d.ts +11 -0
- package/dist/components/ui-radio-group.js +1 -0
- package/dist/components/ui-radio.d.ts +11 -0
- package/dist/components/ui-radio.js +1 -0
- package/dist/components/ui-range-slider.d.ts +11 -0
- package/dist/components/ui-range-slider.js +1 -0
- package/dist/components/ui-rating.d.ts +11 -0
- package/dist/components/ui-rating.js +1 -0
- package/dist/components/ui-resizable-panel.d.ts +11 -0
- package/dist/components/ui-resizable-panel.js +1 -0
- package/dist/components/ui-scroll-top.d.ts +11 -0
- package/dist/components/ui-scroll-top.js +1 -0
- package/dist/components/ui-skeleton.d.ts +11 -0
- package/dist/components/ui-skeleton.js +1 -0
- package/dist/components/ui-smart-context-menu.d.ts +11 -0
- package/dist/components/ui-smart-context-menu.js +1 -0
- package/dist/components/ui-smart-location-dropdown.d.ts +11 -0
- package/dist/components/ui-smart-location-dropdown.js +1 -0
- package/dist/components/ui-smart-stepper.d.ts +11 -0
- package/dist/components/ui-smart-stepper.js +1 -0
- package/dist/components/ui-snackbar.d.ts +11 -0
- package/dist/components/ui-snackbar.js +1 -0
- package/dist/components/ui-speed-dial.d.ts +11 -0
- package/dist/components/ui-speed-dial.js +1 -0
- package/dist/components/ui-speedometer.d.ts +11 -0
- package/dist/components/ui-speedometer.js +1 -0
- package/dist/components/ui-splitter.d.ts +11 -0
- package/dist/components/ui-splitter.js +1 -0
- package/dist/components/ui-stack.d.ts +11 -0
- package/dist/components/ui-stack.js +1 -0
- package/dist/components/ui-step.d.ts +11 -0
- package/dist/components/ui-step.js +1 -0
- package/dist/components/ui-stepper.d.ts +11 -0
- package/dist/components/ui-stepper.js +1 -0
- package/dist/components/ui-switch.d.ts +11 -0
- package/dist/components/ui-switch.js +1 -0
- package/dist/components/ui-tabs.d.ts +11 -0
- package/dist/components/ui-tabs.js +1 -0
- package/dist/components/ui-tag-group.d.ts +11 -0
- package/dist/components/ui-tag-group.js +1 -0
- package/dist/components/ui-tag.d.ts +11 -0
- package/dist/components/ui-tag.js +1 -0
- package/dist/components/ui-timeline.d.ts +11 -0
- package/dist/components/ui-timeline.js +1 -0
- package/dist/components/ui-timer.d.ts +11 -0
- package/dist/components/ui-timer.js +1 -0
- package/dist/components/ui-toggle-group.d.ts +11 -0
- package/dist/components/ui-toggle-group.js +1 -0
- package/dist/components/ui-toolbar.d.ts +11 -0
- package/dist/components/ui-toolbar.js +1 -0
- package/dist/components/ui-tooltip.d.ts +11 -0
- package/dist/components/ui-tooltip.js +1 -0
- package/dist/components/ui-top-bar.d.ts +11 -0
- package/dist/components/ui-top-bar.js +1 -0
- package/dist/components/ui-transfer-list.d.ts +11 -0
- package/dist/components/ui-transfer-list.js +1 -0
- package/dist/components/ui-tree.d.ts +11 -0
- package/dist/components/ui-tree.js +1 -0
- package/dist/components/ui-workspace-manager.d.ts +11 -0
- package/dist/components/ui-workspace-manager.js +1 -0
- package/dist/components/utils.js +1 -0
- package/dist/esm/category-section.entry.js +28 -0
- package/dist/esm/component-size-C7gf39HE.js +27 -0
- package/dist/esm/dom-BMFah5q3.js +262 -0
- package/dist/esm/event-bus-vwwmWKs9.js +21 -0
- package/dist/esm/exploration-project-tailwind.js +20 -0
- package/dist/esm/focus-trap-BSQ8klD4.js +137 -0
- package/dist/esm/index-DUsoYu9r.js +2264 -0
- package/dist/esm/index.js +256 -0
- package/dist/esm/layout-manager.entry.js +614 -0
- package/dist/esm/library-card.entry.js +61 -0
- package/dist/esm/lm-container_2.entry.js +76 -0
- package/dist/esm/lm-panel_3.entry.js +104 -0
- package/dist/esm/loader.js +10 -0
- package/dist/esm/my-component.entry.js +31 -0
- package/dist/esm/my-step.entry.js +27 -0
- package/dist/esm/nav-bar.entry.js +245 -0
- package/dist/esm/security-D2WzX6vR.js +1545 -0
- package/dist/esm/smart-step.entry.js +45 -0
- package/dist/esm/timeline-item.entry.js +27 -0
- package/dist/esm/ui-accordion_10.entry.js +5722 -0
- package/dist/esm/ui-advanced-data-table.entry.js +2682 -0
- package/dist/esm/ui-anchor.entry.js +556 -0
- package/dist/esm/ui-animate-on-scroll.entry.js +283 -0
- package/dist/esm/ui-aside-panel.entry.js +636 -0
- package/dist/esm/ui-avatar-group_3.entry.js +630 -0
- package/dist/esm/ui-breadcrumb-item.entry.js +54 -0
- package/dist/esm/ui-breadcrumb.entry.js +199 -0
- package/dist/esm/ui-callout-banner.entry.js +289 -0
- package/dist/esm/ui-card.entry.js +409 -0
- package/dist/esm/ui-carousel.entry.js +545 -0
- package/dist/esm/ui-checkbox-group.entry.js +328 -0
- package/dist/esm/ui-checkbox.entry.js +258 -0
- package/dist/esm/ui-code-editor.entry.js +959 -0
- package/dist/esm/ui-code-preview.entry.js +313 -0
- package/dist/esm/ui-color-controller.entry.js +148 -0
- package/dist/esm/ui-color-picker.entry.js +656 -0
- package/dist/esm/ui-command-palette.entry.js +176 -0
- package/dist/esm/ui-dialog-box.entry.js +1806 -0
- package/dist/esm/ui-dialog-content.entry.js +29 -0
- package/dist/esm/ui-dialog-footer_2.entry.js +190 -0
- package/dist/esm/ui-divider.entry.js +479 -0
- package/dist/esm/ui-dock-host.entry.js +126 -0
- package/dist/esm/ui-dock.entry.js +219 -0
- package/dist/esm/ui-drag-drop.entry.js +170 -0
- package/dist/esm/ui-dropdown_2.entry.js +1549 -0
- package/dist/esm/ui-empty-state.entry.js +396 -0
- package/dist/esm/ui-fab-item.entry.js +37 -0
- package/dist/esm/ui-fab.entry.js +275 -0
- package/dist/esm/ui-file-upload.entry.js +416 -0
- package/dist/esm/ui-horizontal-nav.entry.js +133 -0
- package/dist/esm/ui-image-button.entry.js +65 -0
- package/dist/esm/ui-input-pair.entry.js +42 -0
- package/dist/esm/ui-knob.entry.js +445 -0
- package/dist/esm/ui-library.entry.js +132 -0
- package/dist/esm/ui-list-group_2.entry.js +583 -0
- package/dist/esm/ui-list.entry.js +730 -0
- package/dist/esm/ui-masonry.entry.js +476 -0
- package/dist/esm/ui-meter-group.entry.js +171 -0
- package/dist/esm/ui-navigation-item.entry.js +102 -0
- package/dist/esm/ui-number-input.entry.js +189 -0
- package/dist/esm/ui-otp-input.entry.js +244 -0
- package/dist/esm/ui-pagination_3.entry.js +1617 -0
- package/dist/esm/ui-panel.entry.js +612 -0
- package/dist/esm/ui-pattern-input.entry.js +276 -0
- package/dist/esm/ui-popover.entry.js +515 -0
- package/dist/esm/ui-progress.entry.js +514 -0
- package/dist/esm/ui-radio-group.entry.js +203 -0
- package/dist/esm/ui-radio.entry.js +204 -0
- package/dist/esm/ui-range-slider.entry.js +635 -0
- package/dist/esm/ui-resizable-panel.entry.js +482 -0
- package/dist/esm/ui-scroll-top.entry.js +457 -0
- package/dist/esm/ui-smart-context-menu.entry.js +374 -0
- package/dist/esm/ui-smart-location-dropdown.entry.js +563 -0
- package/dist/esm/ui-smart-stepper.entry.js +135 -0
- package/dist/esm/ui-snackbar.entry.js +861 -0
- package/dist/esm/ui-speed-dial.entry.js +518 -0
- package/dist/esm/ui-speedometer.entry.js +426 -0
- package/dist/esm/ui-splitter.entry.js +280 -0
- package/dist/esm/ui-step.entry.js +28 -0
- package/dist/esm/ui-stepper.entry.js +638 -0
- package/dist/esm/ui-switch.entry.js +403 -0
- package/dist/esm/ui-tabs.entry.js +701 -0
- package/dist/esm/ui-tag.entry.js +297 -0
- package/dist/esm/ui-timeline.entry.js +265 -0
- package/dist/esm/ui-timer.entry.js +500 -0
- package/dist/esm/ui-toolbar.entry.js +617 -0
- package/dist/esm/ui-tooltip.entry.js +695 -0
- package/dist/esm/ui-top-bar.entry.js +119 -0
- package/dist/esm/ui-transfer-list.entry.js +590 -0
- package/dist/esm/ui-tree.entry.js +872 -0
- package/dist/esm/ui-workspace-manager.entry.js +1199 -0
- package/dist/esm/utils-Ck6jDuhz.js +23 -0
- package/dist/exploration-project-tailwind/exploration-project-tailwind.css +1 -0
- package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -0
- package/dist/exploration-project-tailwind/index.esm.js +1 -0
- package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-049744f9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-06f0c679.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-0b004861.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-0d31c9e9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-148e81df.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-200241f8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-287dbf09.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2d273118.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2f1aebb3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2f961934.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-35296877.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-36861546.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-3d3d48fd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-41cd6bf0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-45482d86.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-46596a28.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-46efdea3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-47e2a7ee.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4d73c143.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4de419d5.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4f6bba75.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5508874f.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5e3e80ae.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-61717490.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-62352ef2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-64e3a484.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6fa9dc15.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-70d82d79.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-717dad1f.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7376ac95.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-73d29a4a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7515b1e3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77124686.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77a21491.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77cc333a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7f91d949.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-807c6555.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-81961fb1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-85bf89fd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-85e36111.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-875be805.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-898dd0fa.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-8d951aef.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9d0c8760.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9fa70359.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9fc06ff0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-BMFah5q3.js +1 -0
- package/dist/exploration-project-tailwind/p-BSQ8klD4.js +1 -0
- package/dist/exploration-project-tailwind/p-C7gf39HE.js +1 -0
- package/dist/exploration-project-tailwind/p-Ck6jDuhz.js +1 -0
- package/dist/exploration-project-tailwind/p-D2WzX6vR.js +2 -0
- package/dist/exploration-project-tailwind/p-DUsoYu9r.js +2 -0
- package/dist/exploration-project-tailwind/p-a1ad32a2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a3f465d9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a42fdc33.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a4f52a76.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-aa85ff78.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ab752761.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ba21fed3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c174a372.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c2ca71ac.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c4ba7e52.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c5ddc817.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c69dd43e.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c6fd72e1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c7e87fbb.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c87aeab6.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c90722ec.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ccb5c737.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d16c9635.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d2308a00.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d30e24bd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d419eaf0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-debede45.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e5322e59.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e8ba0c95.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e90d5307.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ea51c5d8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f0830120.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f5719913.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ffb1754a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-vwwmWKs9.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/accordion/accordion.d.ts +352 -0
- package/dist/types/components/accordion/types.d.ts +69 -0
- package/dist/types/components/advanced-data-table/advanced-data-table.d.ts +697 -0
- package/dist/types/components/advanced-data-table/types.d.ts +120 -0
- package/dist/types/components/anchor/anchor.d.ts +133 -0
- package/dist/types/components/anchor/types.d.ts +17 -0
- package/dist/types/components/animate-on-scroll/animate-on-scroll.d.ts +101 -0
- package/dist/types/components/aside-panel/aside-panel.d.ts +249 -0
- package/dist/types/components/avatar/avatar.d.ts +201 -0
- package/dist/types/components/avatar/types.d.ts +132 -0
- package/dist/types/components/avatar-group/avatar-group.d.ts +52 -0
- package/dist/types/components/avatar-group/types.d.ts +31 -0
- package/dist/types/components/badge/badge.d.ts +109 -0
- package/dist/types/components/badge/types.d.ts +6 -0
- package/dist/types/components/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +73 -0
- package/dist/types/components/breadcrumb/types.d.ts +5 -0
- package/dist/types/components/button/button.d.ts +133 -0
- package/dist/types/components/button/types.d.ts +1 -0
- package/dist/types/components/button-toggle/button-toggle.d.ts +64 -0
- package/dist/types/components/button-toggle-group/button-toggle-group.d.ts +141 -0
- package/dist/types/components/button-toggle-group/types.d.ts +7 -0
- package/dist/types/components/callout-banner/callout-banner.d.ts +115 -0
- package/dist/types/components/callout-banner/types.d.ts +7 -0
- package/dist/types/components/card/card.d.ts +160 -0
- package/dist/types/components/card/types.d.ts +13 -0
- package/dist/types/components/carousel/carousel.d.ts +150 -0
- package/dist/types/components/carousel/types.d.ts +8 -0
- package/dist/types/components/checkbox/checkbox.d.ts +92 -0
- package/dist/types/components/checkbox/types.d.ts +5 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +87 -0
- package/dist/types/components/checkbox-group/types.d.ts +8 -0
- package/dist/types/components/code-editor/code-editor.d.ts +147 -0
- package/dist/types/components/code-editor/types.d.ts +20 -0
- package/dist/types/components/code-preview/types.d.ts +5 -0
- package/dist/types/components/code-preview/ui-code-preview.d.ts +69 -0
- package/dist/types/components/color-controller/color-controller.d.ts +24 -0
- package/dist/types/components/color-picker/color-picker.d.ts +116 -0
- package/dist/types/components/color-picker/types.d.ts +24 -0
- package/dist/types/components/command-palette/command-palette.d.ts +41 -0
- package/dist/types/components/command-palette/types.d.ts +7 -0
- package/dist/types/components/context-menu/context-menu.d.ts +135 -0
- package/dist/types/components/context-menu/types.d.ts +20 -0
- package/dist/types/components/dialog-box/dialog-box.d.ts +648 -0
- package/dist/types/components/dialog-box/types.d.ts +1 -0
- package/dist/types/components/dialog-content/dialog-content.d.ts +9 -0
- package/dist/types/components/dialog-footer/dialog-footer.d.ts +9 -0
- package/dist/types/components/dialog-footer/types.d.ts +1 -0
- package/dist/types/components/dialog-header/dialog-header.d.ts +102 -0
- package/dist/types/components/dialog-header/types.d.ts +2 -0
- package/dist/types/components/divider/divider.d.ts +245 -0
- package/dist/types/components/divider/types.d.ts +14 -0
- package/dist/types/components/dock/dock.d.ts +37 -0
- package/dist/types/components/dock/types.d.ts +11 -0
- package/dist/types/components/dock-host/index.d.ts +1 -0
- package/dist/types/components/dock-host/types.d.ts +1 -0
- package/dist/types/components/dock-host/ui-dock-host.d.ts +23 -0
- package/dist/types/components/drag-drop/drag-drop.d.ts +52 -0
- package/dist/types/components/drag-drop/types.d.ts +9 -0
- package/dist/types/components/dropdown/dropdown.d.ts +264 -0
- package/dist/types/components/dropdown/types.d.ts +19 -0
- package/dist/types/components/empty-state/empty-state.d.ts +74 -0
- package/dist/types/components/empty-state/types.d.ts +13 -0
- package/dist/types/components/fab/fab.d.ts +73 -0
- package/dist/types/components/fab-item/fab-item.d.ts +14 -0
- package/dist/types/components/fab-item/types.d.ts +3 -0
- package/dist/types/components/file-upload/file-upload.d.ts +91 -0
- package/dist/types/components/file-upload/types.d.ts +15 -0
- package/dist/types/components/horizontal-nav/horizontal-nav.d.ts +68 -0
- package/dist/types/components/icon/icon.d.ts +66 -0
- package/dist/types/components/image-button/image-button.d.ts +31 -0
- package/dist/types/components/image-button/types.d.ts +1 -0
- package/dist/types/components/input/input.d.ts +217 -0
- package/dist/types/components/input/types.d.ts +6 -0
- package/dist/types/components/input-pair/input-pair.d.ts +28 -0
- package/dist/types/components/knob/knob.d.ts +147 -0
- package/dist/types/components/knob/types.d.ts +4 -0
- package/dist/types/components/layout-manager/layout-manager.d.ts +32 -0
- package/dist/types/components/layout-manager/lm-container/lm-container.d.ts +7 -0
- package/dist/types/components/layout-manager/lm-floating-window/lm-floating-window.d.ts +6 -0
- package/dist/types/components/layout-manager/lm-panel/lm-panel.d.ts +7 -0
- package/dist/types/components/layout-manager/lm-splitter/lm-splitter.d.ts +12 -0
- package/dist/types/components/layout-manager/lm-tabs/lm-tabs.d.ts +12 -0
- package/dist/types/components/layout-manager/types.d.ts +1 -0
- package/dist/types/components/library/category-section.d.ts +15 -0
- package/dist/types/components/library/data.d.ts +11 -0
- package/dist/types/components/library/library-card.d.ts +19 -0
- package/dist/types/components/library/library.d.ts +9 -0
- package/dist/types/components/list/list.d.ts +183 -0
- package/dist/types/components/list-group/list-group.d.ts +28 -0
- package/dist/types/components/list-item/list-item.d.ts +200 -0
- package/dist/types/components/masonry/masonry.d.ts +105 -0
- package/dist/types/components/masonry/types.d.ts +5 -0
- package/dist/types/components/meter-group/meter-group.d.ts +66 -0
- package/dist/types/components/meter-group/types.d.ts +12 -0
- package/dist/types/components/my-component/my-component.d.ts +16 -0
- package/dist/types/components/my-step/index.d.ts +12 -0
- package/dist/types/components/my-step/my-step.d.ts +13 -0
- package/dist/types/components/nav-bar/nav-bar.d.ts +119 -0
- package/dist/types/components/number-input/number-input.d.ts +72 -0
- package/dist/types/components/otp-input/otp-input.d.ts +64 -0
- package/dist/types/components/otp-input/types.d.ts +3 -0
- package/dist/types/components/pagination/pagination.d.ts +295 -0
- package/dist/types/components/pagination/types.d.ts +1 -0
- package/dist/types/components/panel/panel.d.ts +275 -0
- package/dist/types/components/panel/types.d.ts +7 -0
- package/dist/types/components/pattern-input/pattern-input.d.ts +88 -0
- package/dist/types/components/popover/popover.d.ts +161 -0
- package/dist/types/components/popover/types.d.ts +3 -0
- package/dist/types/components/progress/progress.d.ts +224 -0
- package/dist/types/components/progress/types.d.ts +6 -0
- package/dist/types/components/radio/radio.d.ts +87 -0
- package/dist/types/components/radio/types.d.ts +7 -0
- package/dist/types/components/radio-group/radio-group.d.ts +74 -0
- package/dist/types/components/radio-group/types.d.ts +2 -0
- package/dist/types/components/range-slider/range-slider.d.ts +201 -0
- package/dist/types/components/range-slider/types.d.ts +4 -0
- package/dist/types/components/rating/rating.d.ts +127 -0
- package/dist/types/components/rating/types.d.ts +1 -0
- package/dist/types/components/resizable-panel/resizable-panel.d.ts +59 -0
- package/dist/types/components/resizable-panel/types.d.ts +11 -0
- package/dist/types/components/scroll-top/scroll-top.d.ts +186 -0
- package/dist/types/components/scroll-top/types.d.ts +1 -0
- package/dist/types/components/skeleton/skeleton-loader.d.ts +149 -0
- package/dist/types/components/skeleton/types.d.ts +1 -0
- package/dist/types/components/smart-location-dropdown/smart-location-dropdown.d.ts +119 -0
- package/dist/types/components/smart-location-dropdown/types.d.ts +37 -0
- package/dist/types/components/smart-menu/menu-item.interface.d.ts +10 -0
- package/dist/types/components/smart-menu/smart-menu.d.ts +64 -0
- package/dist/types/components/smart-stepper/smart-step.d.ts +29 -0
- package/dist/types/components/smart-stepper/smart-stepper.d.ts +53 -0
- package/dist/types/components/snackbar/snackbar.d.ts +223 -0
- package/dist/types/components/snackbar/types.d.ts +104 -0
- package/dist/types/components/speed-dial/speed-dial.d.ts +171 -0
- package/dist/types/components/speed-dial/types.d.ts +11 -0
- package/dist/types/components/speedometer/speedometer.d.ts +125 -0
- package/dist/types/components/speedometer/types.d.ts +8 -0
- package/dist/types/components/splitter/splitter.d.ts +63 -0
- package/dist/types/components/splitter/types.d.ts +9 -0
- package/dist/types/components/stack/stack.d.ts +34 -0
- package/dist/types/components/stack/types.d.ts +3 -0
- package/dist/types/components/step/step.d.ts +16 -0
- package/dist/types/components/step/types.d.ts +1 -0
- package/dist/types/components/stepper/stepper.d.ts +218 -0
- package/dist/types/components/stepper/types.d.ts +39 -0
- package/dist/types/components/switch/switch.d.ts +162 -0
- package/dist/types/components/tabs/tabs.d.ts +182 -0
- package/dist/types/components/tabs/types.d.ts +17 -0
- package/dist/types/components/tag/tag.d.ts +172 -0
- package/dist/types/components/tag/types.d.ts +4 -0
- package/dist/types/components/tag-group/tag-group.d.ts +107 -0
- package/dist/types/components/tag-group/types.d.ts +2 -0
- package/dist/types/components/timeline/timeline.d.ts +73 -0
- package/dist/types/components/timeline/types.d.ts +28 -0
- package/dist/types/components/timeline/ui-timeline.stories.d.ts +9 -0
- package/dist/types/components/timeline-item/timeline-item.d.ts +15 -0
- package/dist/types/components/timer/timer.d.ts +123 -0
- package/dist/types/components/timer/types.d.ts +18 -0
- package/dist/types/components/timer/ui-timer.stories.d.ts +9 -0
- package/dist/types/components/toggle-group/toggle-group.d.ts +136 -0
- package/dist/types/components/toggle-group/types.d.ts +5 -0
- package/dist/types/components/toolbar/toolbar-types.d.ts +189 -0
- package/dist/types/components/toolbar/toolbar.d.ts +150 -0
- package/dist/types/components/tooltip/tooltip.d.ts +166 -0
- package/dist/types/components/tooltip/types.d.ts +3 -0
- package/dist/types/components/top-bar/top-bar.d.ts +76 -0
- package/dist/types/components/transfer-list/transfer-list.d.ts +137 -0
- package/dist/types/components/transfer-list/types.d.ts +13 -0
- package/dist/types/components/tree/tree.d.ts +180 -0
- package/dist/types/components/tree/types.d.ts +76 -0
- package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-bar.d.ts +108 -0
- package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-types.d.ts +17 -0
- package/dist/types/components/ui-navigation-bar/navigation-item.d.ts +26 -0
- package/dist/types/components/ui-navigation-bar/navigation-types.d.ts +19 -0
- package/dist/types/components/workspace-manager/types.d.ts +48 -0
- package/dist/types/components/workspace-manager/workspace-manager.d.ts +211 -0
- package/dist/types/components.d.ts +29634 -0
- package/dist/types/index.d.ts +21 -0
- package/dist/types/service/drag-manager.d.ts +8 -0
- package/dist/types/service/event-bus.d.ts +9 -0
- package/dist/types/service/serialization.d.ts +5 -0
- package/dist/types/service/state-engine.d.ts +25 -0
- package/dist/types/service/theme-switcher.d.ts +46 -0
- package/dist/types/stencil-public-runtime.d.ts +1860 -0
- package/dist/types/types/animation.type.d.ts +96 -0
- package/dist/types/types/common.d.ts +52 -0
- package/dist/types/types/common.type.d.ts +608 -0
- package/dist/types/types/index.d.ts +37 -0
- package/dist/types/types/text.type.d.ts +32 -0
- package/dist/types/utils/aria-live.d.ts +20 -0
- package/dist/types/utils/component-size.d.ts +2 -0
- package/dist/types/utils/dom.d.ts +58 -0
- package/dist/types/utils/focus-trap.d.ts +35 -0
- package/dist/types/utils/security.d.ts +5 -0
- package/dist/types/utils/test/setup-component-test-env.d.ts +14 -0
- package/dist/types/utils/utils.d.ts +7 -0
- package/dist/types/utils/validation.d.ts +43 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +77 -0
|
@@ -0,0 +1,2955 @@
|
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
|
+
import { sanitizeHTML } from "../../utils/security";
|
|
3
|
+
export class Accordion {
|
|
4
|
+
element;
|
|
5
|
+
/**
|
|
6
|
+
* Array of accordion items
|
|
7
|
+
*/
|
|
8
|
+
items = [];
|
|
9
|
+
/**
|
|
10
|
+
* Allow multiple items to be open at once
|
|
11
|
+
*/
|
|
12
|
+
multiple = false;
|
|
13
|
+
/**
|
|
14
|
+
* Controlled open items (overrides internal state if provided)
|
|
15
|
+
*/
|
|
16
|
+
expandedItems = null;
|
|
17
|
+
/**
|
|
18
|
+
* IDs of items that should be open by default
|
|
19
|
+
*/
|
|
20
|
+
defaultOpen = [];
|
|
21
|
+
/**
|
|
22
|
+
* Animation duration in milliseconds
|
|
23
|
+
*/
|
|
24
|
+
animationDuration = 300;
|
|
25
|
+
/**
|
|
26
|
+
* Animation timing function
|
|
27
|
+
*/
|
|
28
|
+
animationTiming = 'ease';
|
|
29
|
+
/**
|
|
30
|
+
* Creative/Motion Variants
|
|
31
|
+
*/
|
|
32
|
+
physics = 'standard';
|
|
33
|
+
/**
|
|
34
|
+
* Background color of the accordion
|
|
35
|
+
*/
|
|
36
|
+
backgroundColor = 'white';
|
|
37
|
+
/**
|
|
38
|
+
* Enable haptic feedback on interaction
|
|
39
|
+
*/
|
|
40
|
+
haptic = true;
|
|
41
|
+
/**
|
|
42
|
+
* Enable global animations
|
|
43
|
+
*/
|
|
44
|
+
enableAnimation = true;
|
|
45
|
+
/**
|
|
46
|
+
* Show numbered indicators above the accordion
|
|
47
|
+
*/
|
|
48
|
+
showNumbers = false;
|
|
49
|
+
/**
|
|
50
|
+
* Custom arrow icon for collapsed state
|
|
51
|
+
*/
|
|
52
|
+
arrowIconCollapsed = 'chevron-right';
|
|
53
|
+
/**
|
|
54
|
+
* Custom arrow icon for expanded state
|
|
55
|
+
*/
|
|
56
|
+
arrowIconExpanded = 'chevron-down';
|
|
57
|
+
/**
|
|
58
|
+
* Hide arrow icon completely
|
|
59
|
+
*/
|
|
60
|
+
hideArrow = false;
|
|
61
|
+
/**
|
|
62
|
+
* Custom color for selected header (default: #10b981)
|
|
63
|
+
*/
|
|
64
|
+
selectedHeaderColor = '#10b981';
|
|
65
|
+
/**
|
|
66
|
+
* Position of the selection indicator: 'left' | 'top' | 'none'
|
|
67
|
+
*/
|
|
68
|
+
selectionPosition = 'left';
|
|
69
|
+
/**
|
|
70
|
+
* Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'
|
|
71
|
+
* Use 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron.
|
|
72
|
+
* Use 'headline' for a minimalist, high-impact typography-first layout.
|
|
73
|
+
*/
|
|
74
|
+
variant = 'default';
|
|
75
|
+
/**
|
|
76
|
+
* Size of the accordion: 'sm' | 'md' | 'lg'
|
|
77
|
+
*/
|
|
78
|
+
size = 'md';
|
|
79
|
+
/**
|
|
80
|
+
* Position of the expand icon: 'start' | 'end'
|
|
81
|
+
*/
|
|
82
|
+
iconPosition = 'end';
|
|
83
|
+
/**
|
|
84
|
+
* Enable state persistence - if provided, the string will be used as a localStorage key
|
|
85
|
+
*/
|
|
86
|
+
persistState = '';
|
|
87
|
+
/**
|
|
88
|
+
* Only render accordion content when it is first opened (Performance)
|
|
89
|
+
*/
|
|
90
|
+
lazyRender = false;
|
|
91
|
+
/**
|
|
92
|
+
* Visual theme: 'default' | 'glass' | 'radiant'
|
|
93
|
+
*/
|
|
94
|
+
theme = 'default';
|
|
95
|
+
/**
|
|
96
|
+
* Grid columns count for accordion items (Large screens only)
|
|
97
|
+
*/
|
|
98
|
+
columns = 1;
|
|
99
|
+
/**
|
|
100
|
+
* Enable 3D Parallax depth effect on hover (Premium themes only)
|
|
101
|
+
*/
|
|
102
|
+
enableParallax = false;
|
|
103
|
+
/**
|
|
104
|
+
* Enable auditory haptics (premium click/collapse sounds)
|
|
105
|
+
*/
|
|
106
|
+
enableHaptics = false;
|
|
107
|
+
/**
|
|
108
|
+
* Pin headers to the top during long content scrolls
|
|
109
|
+
*/
|
|
110
|
+
stickyHeaders = false;
|
|
111
|
+
/**
|
|
112
|
+
* Enable floating Quick Actions toolbar on hover
|
|
113
|
+
*/
|
|
114
|
+
enableQuickActions = false;
|
|
115
|
+
/**
|
|
116
|
+
* Enable a visual search "Mini-map" (Heatmap) on the right side
|
|
117
|
+
*/
|
|
118
|
+
enableSearchHeatmap = false;
|
|
119
|
+
/**
|
|
120
|
+
* Automatically collapse sections after X milliseconds of inactivity (0 to disable)
|
|
121
|
+
*/
|
|
122
|
+
focusTimeout = 0;
|
|
123
|
+
/**
|
|
124
|
+
* Automatically rank items based on their usage heat (requires persistState)
|
|
125
|
+
*/
|
|
126
|
+
enableRanking = false;
|
|
127
|
+
/**
|
|
128
|
+
* Enable Pattern-Lock security for sensitive items
|
|
129
|
+
*/
|
|
130
|
+
enableLocking = false;
|
|
131
|
+
/**
|
|
132
|
+
* Enable high-precision header sparklines for analytical data
|
|
133
|
+
*/
|
|
134
|
+
enableSparklines = false;
|
|
135
|
+
/**
|
|
136
|
+
* Enable tactile swipe gestures for item actions (Mobile Context)
|
|
137
|
+
*/
|
|
138
|
+
enableGestures = false;
|
|
139
|
+
/**
|
|
140
|
+
* Optional name for a synchronization group. All accordions with the same group
|
|
141
|
+
* name will synchronize their toggle states globally.
|
|
142
|
+
*/
|
|
143
|
+
syncGroup = '';
|
|
144
|
+
/**
|
|
145
|
+
* Show a navigation trail (breadcrumbs) for nested items in their headers
|
|
146
|
+
*/
|
|
147
|
+
showBreadcrumbs = false;
|
|
148
|
+
/**
|
|
149
|
+
* Automatically expand all items and hide interactive controls when printing
|
|
150
|
+
*/
|
|
151
|
+
printExpandAll = false;
|
|
152
|
+
/**
|
|
153
|
+
* Enable real-time collaborator presence indicators in headers
|
|
154
|
+
*/
|
|
155
|
+
enableCollaborators = false;
|
|
156
|
+
/**
|
|
157
|
+
* Enable AI-generated content briefing tooltips on hover
|
|
158
|
+
*/
|
|
159
|
+
enableAISummaries = false;
|
|
160
|
+
/**
|
|
161
|
+
* Enable full-screen 'Reading Portal' mode for deep-focus content analysis
|
|
162
|
+
*/
|
|
163
|
+
enablePortalReader = false;
|
|
164
|
+
/**
|
|
165
|
+
* Enable Workflow 'Snapshots' (save/load open states)
|
|
166
|
+
*/
|
|
167
|
+
enableSnapshots = false;
|
|
168
|
+
/**
|
|
169
|
+
* Enable real-time, auto-scrolling telemetry terminals inside items
|
|
170
|
+
*/
|
|
171
|
+
enableStreaming = false;
|
|
172
|
+
/**
|
|
173
|
+
* Enable Voice-Activated industrial navigation (Hands-Free)
|
|
174
|
+
*/
|
|
175
|
+
enableVoiceControl = false;
|
|
176
|
+
/**
|
|
177
|
+
* Enable Advanced 3D 'Holographic' depth stacking on expansion
|
|
178
|
+
*/
|
|
179
|
+
enableHolographic = false;
|
|
180
|
+
/**
|
|
181
|
+
* Enable Smart-Link 'Teleportation' between accordion sections
|
|
182
|
+
*/
|
|
183
|
+
enableTeleportation = false;
|
|
184
|
+
isListening = false;
|
|
185
|
+
voiceCommand = '';
|
|
186
|
+
activePortalId = '';
|
|
187
|
+
availableSnapshots = [];
|
|
188
|
+
unlockedItems = new Set();
|
|
189
|
+
patternInput = '';
|
|
190
|
+
activeLockId = '';
|
|
191
|
+
itemHeat = new Map();
|
|
192
|
+
_collaborators = new Map();
|
|
193
|
+
collabChannel = null;
|
|
194
|
+
/**
|
|
195
|
+
* Default library to use for icons (e.g., 'se', 'fontawesome', 'lucide', 'emoji', etc.)
|
|
196
|
+
*/
|
|
197
|
+
iconLibrary = 'lucide';
|
|
198
|
+
handleRemoteSync(ev) {
|
|
199
|
+
if (!this.syncGroup || ev.detail.group !== this.syncGroup || ev.detail.sourceId === this.element.id)
|
|
200
|
+
return;
|
|
201
|
+
// We treat remote sync as a direct state override:
|
|
202
|
+
const { itemId, isOpen, multiple } = ev.detail;
|
|
203
|
+
if (multiple) {
|
|
204
|
+
if (isOpen && !this.openItems.includes(itemId)) {
|
|
205
|
+
this.openItems = [...this.openItems, itemId];
|
|
206
|
+
}
|
|
207
|
+
else if (!isOpen) {
|
|
208
|
+
this.openItems = this.openItems.filter(id => id !== itemId);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
else {
|
|
212
|
+
this.openItems = isOpen ? [itemId] : [];
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Disable the entire accordion
|
|
217
|
+
*/
|
|
218
|
+
disabled = false;
|
|
219
|
+
/**
|
|
220
|
+
* Enable search/filter functionality
|
|
221
|
+
*/
|
|
222
|
+
enableSearch = false;
|
|
223
|
+
/**
|
|
224
|
+
* Search input placeholder
|
|
225
|
+
*/
|
|
226
|
+
searchPlaceholder = 'Search...';
|
|
227
|
+
/**
|
|
228
|
+
* Show expand/collapse all buttons
|
|
229
|
+
*/
|
|
230
|
+
enableExpandCollapseAll = false;
|
|
231
|
+
/**
|
|
232
|
+
* Save state to localStorage
|
|
233
|
+
*/
|
|
234
|
+
enablePersistence = false;
|
|
235
|
+
/**
|
|
236
|
+
* localStorage key for persistence
|
|
237
|
+
*/
|
|
238
|
+
persistenceKey = 'ui-accordion-state';
|
|
239
|
+
/**
|
|
240
|
+
* Enable drag & drop reordering
|
|
241
|
+
*/
|
|
242
|
+
enableDragDrop = false;
|
|
243
|
+
/**
|
|
244
|
+
* Enable nested accordion support
|
|
245
|
+
*/
|
|
246
|
+
enableNested = false;
|
|
247
|
+
/**
|
|
248
|
+
* Right-to-left mode
|
|
249
|
+
*/
|
|
250
|
+
rtl = false;
|
|
251
|
+
/**
|
|
252
|
+
* Compact/dense mode
|
|
253
|
+
*/
|
|
254
|
+
dense = false;
|
|
255
|
+
/**
|
|
256
|
+
* Header heading level (1-6) for accessibility
|
|
257
|
+
*/
|
|
258
|
+
/**
|
|
259
|
+
* Header heading level (1-6) for accessibility
|
|
260
|
+
*/
|
|
261
|
+
headerLevel = 3;
|
|
262
|
+
/**
|
|
263
|
+
* Show global skeleton loading state
|
|
264
|
+
*/
|
|
265
|
+
loading = false;
|
|
266
|
+
/**
|
|
267
|
+
* Automatically scroll the item into view when it is opened if it's partially off-screen
|
|
268
|
+
*/
|
|
269
|
+
autoScroll = false;
|
|
270
|
+
/**
|
|
271
|
+
* Scrolling behavior when autoScroll is enabled
|
|
272
|
+
*/
|
|
273
|
+
scrollBehavior = 'smooth';
|
|
274
|
+
openItems = [];
|
|
275
|
+
onExpandedItemsChange(newValue) {
|
|
276
|
+
if (newValue !== null) {
|
|
277
|
+
this.openItems = [...newValue];
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
parsedItems = [];
|
|
281
|
+
parsedDefaultOpen = [];
|
|
282
|
+
searchQuery = '';
|
|
283
|
+
filteredItems = [];
|
|
284
|
+
draggedItemId = null;
|
|
285
|
+
dragOverItemId = null;
|
|
286
|
+
animatingItems = new Set();
|
|
287
|
+
/** IDs of items currently shaking (Veto state) */
|
|
288
|
+
isShaking = new Set();
|
|
289
|
+
accordionChange;
|
|
290
|
+
beforeOpen;
|
|
291
|
+
afterOpen;
|
|
292
|
+
beforeClose;
|
|
293
|
+
afterClose;
|
|
294
|
+
accordionSearch;
|
|
295
|
+
accordionReorder;
|
|
296
|
+
accordionAction;
|
|
297
|
+
contentElements = new Map();
|
|
298
|
+
itemRefs = new Map();
|
|
299
|
+
focusTimers = new Map();
|
|
300
|
+
onItemsChange(newValue) {
|
|
301
|
+
if (typeof newValue === 'string') {
|
|
302
|
+
try {
|
|
303
|
+
this.parsedItems = JSON.parse(newValue);
|
|
304
|
+
}
|
|
305
|
+
catch (error) {
|
|
306
|
+
console.error('Invalid JSON for accordion items:', error);
|
|
307
|
+
this.parsedItems = [];
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
else {
|
|
311
|
+
this.parsedItems = newValue || [];
|
|
312
|
+
}
|
|
313
|
+
this.contentElements.clear();
|
|
314
|
+
}
|
|
315
|
+
onDefaultOpenChange(newValue) {
|
|
316
|
+
this.parsedDefaultOpen = newValue || [];
|
|
317
|
+
this.openItems = [...this.parsedDefaultOpen];
|
|
318
|
+
}
|
|
319
|
+
onMultipleChange(newValue, oldValue) {
|
|
320
|
+
// When switching from multi to single mode, keep only the first open item
|
|
321
|
+
if (oldValue && !newValue && this.openItems.length > 1) {
|
|
322
|
+
this.openItems = [this.openItems[0]];
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
onAnimationDurationChange() {
|
|
326
|
+
// Trigger re-render
|
|
327
|
+
this.openItems = [...this.openItems];
|
|
328
|
+
}
|
|
329
|
+
onShowNumbersChange() {
|
|
330
|
+
// Trigger re-render
|
|
331
|
+
this.openItems = [...this.openItems];
|
|
332
|
+
}
|
|
333
|
+
componentWillLoad() {
|
|
334
|
+
// Initialize parsed items
|
|
335
|
+
this.onItemsChange(this.items);
|
|
336
|
+
this.onDefaultOpenChange(this.defaultOpen);
|
|
337
|
+
// Load from localStorage if persistence is enabled, otherwise use default
|
|
338
|
+
if (this.enablePersistence) {
|
|
339
|
+
const saved = this.loadFromStorage();
|
|
340
|
+
this.openItems = saved || [...this.parsedDefaultOpen];
|
|
341
|
+
}
|
|
342
|
+
else {
|
|
343
|
+
this.openItems = [...this.parsedDefaultOpen];
|
|
344
|
+
}
|
|
345
|
+
// Initialize filtered items
|
|
346
|
+
this.filteredItems = this.parsedItems;
|
|
347
|
+
if (this.enableCollaborators) {
|
|
348
|
+
this.initCollaboration();
|
|
349
|
+
}
|
|
350
|
+
if (this.enableAISummaries) {
|
|
351
|
+
this.simulateAISummaries();
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
initCollaboration() {
|
|
355
|
+
if (!('BroadcastChannel' in window))
|
|
356
|
+
return;
|
|
357
|
+
this.collabChannel = new BroadcastChannel(`ui-accordion-collab-${this.persistenceKey || 'default'}`);
|
|
358
|
+
this.collabChannel.onmessage = (ev) => {
|
|
359
|
+
const { type, itemId, user } = ev.data;
|
|
360
|
+
if (type === 'presence') {
|
|
361
|
+
const current = this._collaborators.get(itemId) || [];
|
|
362
|
+
if (!current.find(u => u.id === user.id)) {
|
|
363
|
+
this._collaborators.set(itemId, [...current, user]);
|
|
364
|
+
this._collaborators = new Map(this._collaborators);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
};
|
|
368
|
+
}
|
|
369
|
+
simulateAISummaries() {
|
|
370
|
+
// In a real app, this would be an API call.
|
|
371
|
+
// Here we simulate "thinking" and then populating the summaryList if missing.
|
|
372
|
+
this.parsedItems.forEach(item => {
|
|
373
|
+
if (!item.summaryList && item.content) {
|
|
374
|
+
// Logic to extract main points or simulate them
|
|
375
|
+
const contentText = item.content.replace(/<[^>]*>/g, '').slice(0, 200);
|
|
376
|
+
item.summaryList = [
|
|
377
|
+
`Key Insight: ${contentText.split('.')[0] || 'Analyzing content...'}`,
|
|
378
|
+
`Status: Verified by AI Engine`,
|
|
379
|
+
`Confidence: 98.4%`
|
|
380
|
+
];
|
|
381
|
+
}
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
componentDidUpdate() {
|
|
385
|
+
// Set content for all items after render
|
|
386
|
+
this.getAllItems(this.parsedItems).forEach(item => {
|
|
387
|
+
const contentElement = this.contentElements.get(item.id);
|
|
388
|
+
if (contentElement && item.content) {
|
|
389
|
+
contentElement.innerHTML = sanitizeHTML(item.content);
|
|
390
|
+
}
|
|
391
|
+
});
|
|
392
|
+
// Save to localStorage if persistence is enabled
|
|
393
|
+
if (this.enablePersistence) {
|
|
394
|
+
this.saveToStorage();
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
handleKeyDown(event) {
|
|
398
|
+
if (!this.element.contains(event.target))
|
|
399
|
+
return;
|
|
400
|
+
const target = event.target;
|
|
401
|
+
const item = target.closest('.accordion-item');
|
|
402
|
+
if (!item)
|
|
403
|
+
return;
|
|
404
|
+
const itemId = item.getAttribute('data-id');
|
|
405
|
+
if (!itemId)
|
|
406
|
+
return;
|
|
407
|
+
switch (event.key) {
|
|
408
|
+
case 'Enter':
|
|
409
|
+
case ' ':
|
|
410
|
+
event.preventDefault();
|
|
411
|
+
this.toggleItem(itemId);
|
|
412
|
+
break;
|
|
413
|
+
case 'ArrowDown':
|
|
414
|
+
event.preventDefault();
|
|
415
|
+
this.focusNextItem(itemId);
|
|
416
|
+
break;
|
|
417
|
+
case 'ArrowUp':
|
|
418
|
+
event.preventDefault();
|
|
419
|
+
this.focusPreviousItem(itemId);
|
|
420
|
+
break;
|
|
421
|
+
case 'Home':
|
|
422
|
+
event.preventDefault();
|
|
423
|
+
this.focusFirstItem();
|
|
424
|
+
break;
|
|
425
|
+
case 'End':
|
|
426
|
+
event.preventDefault();
|
|
427
|
+
this.focusLastItem();
|
|
428
|
+
break;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
toggleItem(itemId, event) {
|
|
432
|
+
if (event) {
|
|
433
|
+
event.stopPropagation();
|
|
434
|
+
}
|
|
435
|
+
if (this.disabled)
|
|
436
|
+
return;
|
|
437
|
+
const allItems = this.getAllItems(this.parsedItems);
|
|
438
|
+
const item = allItems.find(i => i.id === itemId);
|
|
439
|
+
if (item?.disabled)
|
|
440
|
+
return;
|
|
441
|
+
// Check if item is currently animating
|
|
442
|
+
if (this.animatingItems.has(itemId)) {
|
|
443
|
+
return; // Prevent toggling during animation
|
|
444
|
+
}
|
|
445
|
+
const newOpenItems = [...this.openItems];
|
|
446
|
+
const isCurrentlyOpen = newOpenItems.includes(itemId);
|
|
447
|
+
const willBeOpen = !isCurrentlyOpen;
|
|
448
|
+
// Emit before event
|
|
449
|
+
const beforeEvent = {
|
|
450
|
+
itemId,
|
|
451
|
+
isOpen: willBeOpen,
|
|
452
|
+
timestamp: Date.now()
|
|
453
|
+
};
|
|
454
|
+
if (willBeOpen) {
|
|
455
|
+
if (item?.lockCode && !this.unlockedItems.has(itemId) && this.enableLocking) {
|
|
456
|
+
this.activeLockId = itemId;
|
|
457
|
+
this.patternInput = '';
|
|
458
|
+
return; // Prevent opening locked item
|
|
459
|
+
}
|
|
460
|
+
this.updateHeat(itemId);
|
|
461
|
+
this.resetFocusTimer(itemId);
|
|
462
|
+
const ev = this.beforeOpen.emit(beforeEvent);
|
|
463
|
+
if (ev.defaultPrevented)
|
|
464
|
+
return;
|
|
465
|
+
}
|
|
466
|
+
else {
|
|
467
|
+
this.clearFocusTimer(itemId);
|
|
468
|
+
const ev = this.beforeClose.emit(beforeEvent);
|
|
469
|
+
if (ev.defaultPrevented)
|
|
470
|
+
return;
|
|
471
|
+
}
|
|
472
|
+
// Mark as animating
|
|
473
|
+
this.animatingItems.add(itemId);
|
|
474
|
+
this.animatingItems = new Set(this.animatingItems);
|
|
475
|
+
// Update open items
|
|
476
|
+
if (this.multiple) {
|
|
477
|
+
if (isCurrentlyOpen) {
|
|
478
|
+
if (!this.expandedItems)
|
|
479
|
+
this.openItems = newOpenItems.filter(id => id !== itemId);
|
|
480
|
+
}
|
|
481
|
+
else {
|
|
482
|
+
if (!this.expandedItems)
|
|
483
|
+
this.openItems = [...newOpenItems, itemId];
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
else {
|
|
487
|
+
const path = this.getPathToItem(this.parsedItems, itemId) || [];
|
|
488
|
+
if (isCurrentlyOpen) {
|
|
489
|
+
if (!this.expandedItems)
|
|
490
|
+
this.openItems = path.filter(id => id !== itemId);
|
|
491
|
+
}
|
|
492
|
+
else {
|
|
493
|
+
if (!this.expandedItems)
|
|
494
|
+
this.openItems = path;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
this.accordionChange.emit({
|
|
498
|
+
itemId,
|
|
499
|
+
isOpen: willBeOpen,
|
|
500
|
+
openItems: this.expandedItems ? (isCurrentlyOpen ? newOpenItems.filter(id => id !== itemId) : [...newOpenItems, itemId]) : [...this.openItems]
|
|
501
|
+
});
|
|
502
|
+
// Broadcast state for sync groups
|
|
503
|
+
if (this.syncGroup) {
|
|
504
|
+
window.dispatchEvent(new CustomEvent('accordionRemoteState', {
|
|
505
|
+
detail: {
|
|
506
|
+
group: this.syncGroup,
|
|
507
|
+
itemId,
|
|
508
|
+
isOpen: willBeOpen,
|
|
509
|
+
multiple: this.multiple,
|
|
510
|
+
sourceId: this.element.id
|
|
511
|
+
}
|
|
512
|
+
}));
|
|
513
|
+
}
|
|
514
|
+
// High-resolution Audio Haptic
|
|
515
|
+
this.playHaptic(willBeOpen ? 'open' : 'close');
|
|
516
|
+
// Traditional Vibration Haptic
|
|
517
|
+
if (this.haptic && navigator.vibrate) {
|
|
518
|
+
navigator.vibrate(willBeOpen ? 10 : 8);
|
|
519
|
+
}
|
|
520
|
+
// Emit after event after animation completes
|
|
521
|
+
setTimeout(() => {
|
|
522
|
+
this.animatingItems.delete(itemId);
|
|
523
|
+
this.animatingItems = new Set(this.animatingItems);
|
|
524
|
+
const isOpen = this.openItems.includes(itemId);
|
|
525
|
+
const afterEvent = {
|
|
526
|
+
itemId,
|
|
527
|
+
isOpen,
|
|
528
|
+
timestamp: Date.now()
|
|
529
|
+
};
|
|
530
|
+
if (isOpen) {
|
|
531
|
+
this.afterOpen.emit(afterEvent);
|
|
532
|
+
if (this.autoScroll) {
|
|
533
|
+
this.scrollToItem(itemId, this.scrollBehavior);
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
else {
|
|
537
|
+
this.afterClose.emit(afterEvent);
|
|
538
|
+
}
|
|
539
|
+
}, this.animationDuration);
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
* Triggers a kinetic shake animation on a specific item (Veto feedback)
|
|
543
|
+
*/
|
|
544
|
+
async shake(itemId) {
|
|
545
|
+
if (this.isShaking.has(itemId))
|
|
546
|
+
return;
|
|
547
|
+
this.isShaking.add(itemId);
|
|
548
|
+
this.isShaking = new Set(this.isShaking);
|
|
549
|
+
if (this.haptic && navigator.vibrate) {
|
|
550
|
+
navigator.vibrate([30, 50, 30]); // Triple pulse for error/veto
|
|
551
|
+
}
|
|
552
|
+
setTimeout(() => {
|
|
553
|
+
this.isShaking.delete(itemId);
|
|
554
|
+
this.isShaking = new Set(this.isShaking);
|
|
555
|
+
}, 600);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* Triggers a success radiant pulse on a specific item
|
|
559
|
+
*/
|
|
560
|
+
async success(itemId) {
|
|
561
|
+
const itemElement = this.element.shadowRoot?.querySelector(`[data-id="${itemId}"]`);
|
|
562
|
+
if (itemElement) {
|
|
563
|
+
itemElement.classList.add('accordion-item-success');
|
|
564
|
+
if (this.haptic && navigator.vibrate) {
|
|
565
|
+
navigator.vibrate([10, 30, 20]); // Double micro-click for success
|
|
566
|
+
}
|
|
567
|
+
setTimeout(() => {
|
|
568
|
+
itemElement.classList.remove('accordion-item-success');
|
|
569
|
+
}, 1000);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
focusNextItem(currentId) {
|
|
573
|
+
const visibleItems = this.getVisibleItems(this.parsedItems);
|
|
574
|
+
const currentIndex = visibleItems.findIndex(item => item.id === currentId);
|
|
575
|
+
if (currentIndex === -1)
|
|
576
|
+
return;
|
|
577
|
+
const nextIndex = (currentIndex + 1) % visibleItems.length;
|
|
578
|
+
this.focusItem(visibleItems[nextIndex].id);
|
|
579
|
+
}
|
|
580
|
+
focusPreviousItem(currentId) {
|
|
581
|
+
const visibleItems = this.getVisibleItems(this.parsedItems);
|
|
582
|
+
const currentIndex = visibleItems.findIndex(item => item.id === currentId);
|
|
583
|
+
if (currentIndex === -1)
|
|
584
|
+
return;
|
|
585
|
+
const prevIndex = currentIndex === 0 ? visibleItems.length - 1 : currentIndex - 1;
|
|
586
|
+
this.focusItem(visibleItems[prevIndex].id);
|
|
587
|
+
}
|
|
588
|
+
focusFirstItem() {
|
|
589
|
+
const visibleItems = this.getVisibleItems(this.parsedItems);
|
|
590
|
+
if (visibleItems.length > 0) {
|
|
591
|
+
this.focusItem(visibleItems[0].id);
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
focusLastItem() {
|
|
595
|
+
const visibleItems = this.getVisibleItems(this.parsedItems);
|
|
596
|
+
if (visibleItems.length > 0) {
|
|
597
|
+
this.focusItem(visibleItems[visibleItems.length - 1].id);
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
focusItem(itemId) {
|
|
601
|
+
const itemElement = this.element.querySelector(`[data-id="${itemId}"] .accordion-header`);
|
|
602
|
+
if (itemElement) {
|
|
603
|
+
itemElement.focus();
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
async openItem(itemId) {
|
|
607
|
+
const allItems = this.getAllItems(this.parsedItems);
|
|
608
|
+
const item = allItems.find(i => i.id === itemId);
|
|
609
|
+
if (item?.disabled)
|
|
610
|
+
return;
|
|
611
|
+
let newOpenItems = [...this.openItems];
|
|
612
|
+
if (!this.multiple) {
|
|
613
|
+
newOpenItems = [];
|
|
614
|
+
}
|
|
615
|
+
if (!newOpenItems.includes(itemId)) {
|
|
616
|
+
newOpenItems.push(itemId);
|
|
617
|
+
}
|
|
618
|
+
this.openItems = newOpenItems;
|
|
619
|
+
}
|
|
620
|
+
async closeItem(itemId) {
|
|
621
|
+
this.openItems = this.openItems.filter(id => id !== itemId);
|
|
622
|
+
}
|
|
623
|
+
async toggleItemById(itemId) {
|
|
624
|
+
this.toggleItem(itemId);
|
|
625
|
+
}
|
|
626
|
+
async openAll() {
|
|
627
|
+
if (this.multiple) {
|
|
628
|
+
this.openItems = this.getAllItems(this.parsedItems).map(item => item.id);
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
async closeAll() {
|
|
632
|
+
this.openItems = [];
|
|
633
|
+
}
|
|
634
|
+
async scrollToItem(itemId, behavior = 'smooth') {
|
|
635
|
+
const el = this.itemRefs.get(itemId);
|
|
636
|
+
if (el)
|
|
637
|
+
el.scrollIntoView({ behavior, block: 'center' });
|
|
638
|
+
}
|
|
639
|
+
async searchItems(query) {
|
|
640
|
+
this.searchQuery = query;
|
|
641
|
+
this.performSearch();
|
|
642
|
+
}
|
|
643
|
+
async clearSearch() {
|
|
644
|
+
this.searchQuery = '';
|
|
645
|
+
this.filteredItems = this.parsedItems;
|
|
646
|
+
}
|
|
647
|
+
async getOpenItems() {
|
|
648
|
+
return [...this.openItems];
|
|
649
|
+
}
|
|
650
|
+
async setOpenItems(itemIds) {
|
|
651
|
+
this.openItems = [...itemIds];
|
|
652
|
+
}
|
|
653
|
+
async saveSnapshot(name) {
|
|
654
|
+
if (!this.enableSnapshots)
|
|
655
|
+
return;
|
|
656
|
+
const key = `${this.persistenceKey}-snapshot-${name}`;
|
|
657
|
+
localStorage.setItem(key, JSON.stringify(this.openItems));
|
|
658
|
+
this.availableSnapshots = [...new Set([...this.availableSnapshots, name])];
|
|
659
|
+
this.saveToStorage(); // Update snapshots list in persistence too
|
|
660
|
+
}
|
|
661
|
+
async teleportTo(itemId) {
|
|
662
|
+
if (!this.enableTeleportation)
|
|
663
|
+
return;
|
|
664
|
+
this.openItem(itemId);
|
|
665
|
+
this.scrollToItem(itemId);
|
|
666
|
+
}
|
|
667
|
+
async initVoice() {
|
|
668
|
+
if (!this.enableVoiceControl || !('webkitSpeechRecognition' in window))
|
|
669
|
+
return;
|
|
670
|
+
const recognition = new window.webkitSpeechRecognition();
|
|
671
|
+
recognition.continuous = false;
|
|
672
|
+
recognition.interimResults = false;
|
|
673
|
+
recognition.lang = 'en-US';
|
|
674
|
+
recognition.onstart = () => { this.isListening = true; };
|
|
675
|
+
recognition.onend = () => { this.isListening = false; };
|
|
676
|
+
recognition.onresult = (event) => {
|
|
677
|
+
const command = event.results[0][0].transcript.toLowerCase();
|
|
678
|
+
this.voiceCommand = command;
|
|
679
|
+
// Industrial Logic: Match command to item titles or keywords
|
|
680
|
+
const match = this.getAllItems(this.parsedItems).find(i => command.includes(i.title.toLowerCase()) ||
|
|
681
|
+
command.includes(i.id.toLowerCase()));
|
|
682
|
+
if (match)
|
|
683
|
+
this.toggleItem(match.id);
|
|
684
|
+
if (command.includes('reset') || command.includes('close all'))
|
|
685
|
+
this.closeAll();
|
|
686
|
+
if (command.includes('search for')) {
|
|
687
|
+
const q = command.split('search for')[1].trim();
|
|
688
|
+
this.searchItems(q);
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
recognition.start();
|
|
692
|
+
}
|
|
693
|
+
// Private helper methods
|
|
694
|
+
saveToStorage() {
|
|
695
|
+
try {
|
|
696
|
+
localStorage.setItem(this.persistenceKey, JSON.stringify(this.openItems));
|
|
697
|
+
}
|
|
698
|
+
catch (error) {
|
|
699
|
+
console.error('Failed to save accordion state:', error);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
playHaptic(type) {
|
|
703
|
+
if (!this.enableHaptics)
|
|
704
|
+
return;
|
|
705
|
+
try {
|
|
706
|
+
const audioCtx = new (window.AudioContext || window.webkitAudioContext)();
|
|
707
|
+
const oscillator = audioCtx.createOscillator();
|
|
708
|
+
const gainNode = audioCtx.createGain();
|
|
709
|
+
oscillator.connect(gainNode);
|
|
710
|
+
gainNode.connect(audioCtx.destination);
|
|
711
|
+
const now = audioCtx.currentTime;
|
|
712
|
+
if (type === 'open') {
|
|
713
|
+
// High-pitched industrial click
|
|
714
|
+
oscillator.type = 'sine';
|
|
715
|
+
oscillator.frequency.setValueAtTime(880, now);
|
|
716
|
+
oscillator.frequency.exponentialRampToValueAtTime(100, now + 0.1);
|
|
717
|
+
gainNode.gain.setValueAtTime(0.3, now);
|
|
718
|
+
gainNode.gain.exponentialRampToValueAtTime(0.01, now + 0.1);
|
|
719
|
+
}
|
|
720
|
+
else {
|
|
721
|
+
// Soft, dampened collapse
|
|
722
|
+
oscillator.type = 'triangle';
|
|
723
|
+
oscillator.frequency.setValueAtTime(220, now);
|
|
724
|
+
oscillator.frequency.exponentialRampToValueAtTime(40, now + 0.15);
|
|
725
|
+
gainNode.gain.setValueAtTime(0.2, now);
|
|
726
|
+
gainNode.gain.exponentialRampToValueAtTime(0.01, now + 0.15);
|
|
727
|
+
}
|
|
728
|
+
oscillator.start(now);
|
|
729
|
+
oscillator.stop(now + 0.2);
|
|
730
|
+
// Close context to free resources
|
|
731
|
+
setTimeout(() => audioCtx.close(), 250);
|
|
732
|
+
}
|
|
733
|
+
catch (e) {
|
|
734
|
+
console.warn('Audio haptics unavailable:', e);
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
loadFromStorage() {
|
|
738
|
+
try {
|
|
739
|
+
const saved = localStorage.getItem(this.persistenceKey);
|
|
740
|
+
return saved ? JSON.parse(saved) : null;
|
|
741
|
+
}
|
|
742
|
+
catch (error) {
|
|
743
|
+
console.error('Failed to load accordion state:', error);
|
|
744
|
+
return null;
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
performSearch() {
|
|
748
|
+
if (!this.searchQuery.trim()) {
|
|
749
|
+
this.filteredItems = this.parsedItems;
|
|
750
|
+
this.accordionSearch.emit({
|
|
751
|
+
query: '',
|
|
752
|
+
matchedItems: [],
|
|
753
|
+
totalItems: this.parsedItems.length
|
|
754
|
+
});
|
|
755
|
+
return;
|
|
756
|
+
}
|
|
757
|
+
const query = this.searchQuery.toLowerCase();
|
|
758
|
+
const allItems = this.getAllItems(this.parsedItems);
|
|
759
|
+
const matchedIds = allItems
|
|
760
|
+
.filter(item => {
|
|
761
|
+
if (item.searchable === false)
|
|
762
|
+
return false;
|
|
763
|
+
const searchableText = `${item.title} ${item.subtitle || ''} ${item.content || ''}`.toLowerCase();
|
|
764
|
+
return searchableText.includes(query);
|
|
765
|
+
})
|
|
766
|
+
.map(item => item.id);
|
|
767
|
+
// Filter top-level items that match or have matching children
|
|
768
|
+
this.filteredItems = this.parsedItems.filter(item => this.itemOrChildrenMatch(item, matchedIds));
|
|
769
|
+
this.accordionSearch.emit({
|
|
770
|
+
query: this.searchQuery,
|
|
771
|
+
matchedItems: matchedIds,
|
|
772
|
+
totalItems: allItems.length
|
|
773
|
+
});
|
|
774
|
+
}
|
|
775
|
+
itemOrChildrenMatch(item, matchedIds) {
|
|
776
|
+
if (matchedIds.includes(item.id))
|
|
777
|
+
return true;
|
|
778
|
+
if (item.children) {
|
|
779
|
+
return item.children.some(child => this.itemOrChildrenMatch(child, matchedIds));
|
|
780
|
+
}
|
|
781
|
+
return false;
|
|
782
|
+
}
|
|
783
|
+
getAllItems(items) {
|
|
784
|
+
const result = [];
|
|
785
|
+
items.forEach(item => {
|
|
786
|
+
result.push(item);
|
|
787
|
+
if (item.children && this.enableNested) {
|
|
788
|
+
result.push(...this.getAllItems(item.children));
|
|
789
|
+
}
|
|
790
|
+
});
|
|
791
|
+
return result;
|
|
792
|
+
}
|
|
793
|
+
getVisibleItems(items) {
|
|
794
|
+
const result = [];
|
|
795
|
+
items.forEach(item => {
|
|
796
|
+
result.push(item);
|
|
797
|
+
const isOpen = this.openItems.includes(item.id);
|
|
798
|
+
if (item.children && this.enableNested && isOpen) {
|
|
799
|
+
result.push(...this.getVisibleItems(item.children));
|
|
800
|
+
}
|
|
801
|
+
});
|
|
802
|
+
return result;
|
|
803
|
+
}
|
|
804
|
+
getPathToItem(items, targetId) {
|
|
805
|
+
for (const item of items) {
|
|
806
|
+
if (item.id === targetId) {
|
|
807
|
+
return [item.id];
|
|
808
|
+
}
|
|
809
|
+
if (item.children) {
|
|
810
|
+
const path = this.getPathToItem(item.children, targetId);
|
|
811
|
+
if (path) {
|
|
812
|
+
return [item.id, ...path];
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
return null;
|
|
817
|
+
}
|
|
818
|
+
handleDragStart(itemId, event) {
|
|
819
|
+
if (!this.enableDragDrop)
|
|
820
|
+
return;
|
|
821
|
+
this.draggedItemId = itemId;
|
|
822
|
+
if (event.dataTransfer) {
|
|
823
|
+
event.dataTransfer.effectAllowed = 'move';
|
|
824
|
+
event.dataTransfer.setData('text/plain', itemId);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
handleDragOver(itemId, event) {
|
|
828
|
+
if (!this.enableDragDrop || !this.draggedItemId)
|
|
829
|
+
return;
|
|
830
|
+
event.preventDefault();
|
|
831
|
+
this.dragOverItemId = itemId;
|
|
832
|
+
if (event.dataTransfer) {
|
|
833
|
+
event.dataTransfer.dropEffect = 'move';
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
handleDragEnd() {
|
|
837
|
+
this.draggedItemId = null;
|
|
838
|
+
this.dragOverItemId = null;
|
|
839
|
+
}
|
|
840
|
+
handleDrop(targetItemId, event) {
|
|
841
|
+
if (!this.enableDragDrop || !this.draggedItemId)
|
|
842
|
+
return;
|
|
843
|
+
event.preventDefault();
|
|
844
|
+
const draggedIndex = this.parsedItems.findIndex(item => item.id === this.draggedItemId);
|
|
845
|
+
const targetIndex = this.parsedItems.findIndex(item => item.id === targetItemId);
|
|
846
|
+
if (draggedIndex !== -1 && targetIndex !== -1 && draggedIndex !== targetIndex) {
|
|
847
|
+
const newItems = [...this.parsedItems];
|
|
848
|
+
const [draggedItem] = newItems.splice(draggedIndex, 1);
|
|
849
|
+
newItems.splice(targetIndex, 0, draggedItem);
|
|
850
|
+
this.parsedItems = newItems;
|
|
851
|
+
this.items = [...newItems];
|
|
852
|
+
this.accordionReorder.emit({
|
|
853
|
+
itemId: this.draggedItemId,
|
|
854
|
+
oldIndex: draggedIndex,
|
|
855
|
+
newIndex: targetIndex,
|
|
856
|
+
items: newItems
|
|
857
|
+
});
|
|
858
|
+
}
|
|
859
|
+
this.handleDragEnd();
|
|
860
|
+
}
|
|
861
|
+
handleActionClick(itemId, actionId, action, event) {
|
|
862
|
+
event.stopPropagation();
|
|
863
|
+
if (action.onClick) {
|
|
864
|
+
action.onClick(itemId, actionId);
|
|
865
|
+
}
|
|
866
|
+
this.accordionAction.emit({
|
|
867
|
+
itemId,
|
|
868
|
+
actionId,
|
|
869
|
+
action
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
resetFocusTimer(id) {
|
|
873
|
+
if (!this.focusTimeout || this.focusTimeout <= 0)
|
|
874
|
+
return;
|
|
875
|
+
this.clearFocusTimer(id);
|
|
876
|
+
this.focusTimers.set(id, setTimeout(() => {
|
|
877
|
+
if (this.openItems.includes(id)) {
|
|
878
|
+
this.toggleItem(id);
|
|
879
|
+
}
|
|
880
|
+
}, this.focusTimeout));
|
|
881
|
+
}
|
|
882
|
+
clearFocusTimer(id) {
|
|
883
|
+
const timer = this.focusTimers.get(id);
|
|
884
|
+
if (timer) {
|
|
885
|
+
clearTimeout(timer);
|
|
886
|
+
this.focusTimers.delete(id);
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
renderPresence(item) {
|
|
890
|
+
if (!this.enableCollaborators)
|
|
891
|
+
return null;
|
|
892
|
+
const collaborators = [...(item.collaborators || []), ...(this._collaborators.get(item.id) || [])];
|
|
893
|
+
if (collaborators.length === 0)
|
|
894
|
+
return null;
|
|
895
|
+
return (h("div", { class: "accordion-collaborators" }, collaborators.map(user => (h("div", { class: "presence-avatar", title: user.name, style: { backgroundColor: user.color || '#3bf673' } }, user.avatar ? h("img", { src: user.avatar, alt: "" }) : (user.name ? user.name.charAt(0) : '?'))))));
|
|
896
|
+
}
|
|
897
|
+
renderAIBriefing(item) {
|
|
898
|
+
if (!this.enableAISummaries || !item.summaryList)
|
|
899
|
+
return null;
|
|
900
|
+
return (h("div", { class: "accordion-ai-briefing" }, h("ul", { class: "briefing-list" }, item.summaryList.map(point => h("li", null, point)))));
|
|
901
|
+
}
|
|
902
|
+
renderPortalOverlay() {
|
|
903
|
+
if (!this.activePortalId)
|
|
904
|
+
return null;
|
|
905
|
+
const item = this.getAllItems(this.parsedItems).find(i => i.id === this.activePortalId);
|
|
906
|
+
if (!item)
|
|
907
|
+
return null;
|
|
908
|
+
const containerStyles = {
|
|
909
|
+
'--accordion-bg': this.backgroundColor || 'white',
|
|
910
|
+
backgroundColor: 'var(--accordion-bg, #ffffff)'
|
|
911
|
+
};
|
|
912
|
+
return (h("div", { class: "accordion-portal-overlay", style: containerStyles }, h("div", { class: "portal-header" }, h("div", { class: "portal-title" }, item.title), h("div", { class: "portal-header-actions" }, h("ui-button-toggle", { class: "portal-close-toggle", value: "close-portal", label: "Exit reader", icon: "x", library: this.iconLibrary, variant: "outline", shape: "pill", size: "sm", ariaLabel: "Close portal reader", onButtonToggleChange: () => this.activePortalId = '' }))), h("div", { class: "portal-content" }, h("div", { class: "portal-meta" }, item.subtitle, " | Full Focus Mode"), h("div", { class: "portal-body", innerHTML: sanitizeHTML(item.content ?? '') }))));
|
|
913
|
+
}
|
|
914
|
+
renderStreamingTerminal(item) {
|
|
915
|
+
if (!this.enableStreaming || !item.streamData)
|
|
916
|
+
return null;
|
|
917
|
+
return (h("div", { class: "accordion-streaming-terminal" }, h("div", { class: "terminal-header" }, "LIVE TELEMETRY STREAM"), h("div", { class: "terminal-body", ref: el => {
|
|
918
|
+
if (el)
|
|
919
|
+
el.scrollTop = el.scrollHeight;
|
|
920
|
+
} }, item.streamData.map(log => (h("div", { class: "terminal-line" }, h("span", { class: "line-timestamp" }, "[", new Date().toLocaleTimeString(), "]"), h("span", { class: "line-msg" }, log)))))));
|
|
921
|
+
}
|
|
922
|
+
renderTeleportLink(item) {
|
|
923
|
+
if (!item.teleportTo)
|
|
924
|
+
return null;
|
|
925
|
+
return (h("ui-button", { variant: "ghost", size: "xs", class: "accordion-teleport-link", icon: "link-2", iconLibrary: "lucide", iconSize: "12px", label: `Goto: ${item.teleportTo}`, onClick: (e) => {
|
|
926
|
+
e.stopPropagation();
|
|
927
|
+
if (item.teleportTo)
|
|
928
|
+
this.teleportTo(item.teleportTo);
|
|
929
|
+
} }));
|
|
930
|
+
}
|
|
931
|
+
renderQuickActions(item) {
|
|
932
|
+
if (!this.enableQuickActions)
|
|
933
|
+
return null;
|
|
934
|
+
const actions = item.actions || [];
|
|
935
|
+
return (h("div", { class: "accordion-quick-actions" }, this.enableVoiceControl && (h("ui-button", { variant: "ghost", iconOnly: true, size: "xs", class: `quick-action-btn voice-btn ${this.isListening ? 'active' : ''}`, icon: "mic", iconLibrary: "lucide", iconSize: "14px", ariaLabel: "Start Voice Command", onClick: (e) => { e.stopPropagation(); this.initVoice(); } })), this.enablePortalReader && (h("ui-button", { variant: "ghost", iconOnly: true, size: "xs", class: "quick-action-btn portal-btn", icon: "maximize", iconLibrary: "lucide", iconSize: "14px", ariaLabel: "Open Focus Portal", onClick: (e) => {
|
|
936
|
+
e.stopPropagation();
|
|
937
|
+
this.activePortalId = item.id;
|
|
938
|
+
} })), actions.map(action => (h("ui-button", { variant: action.variant || 'ghost', iconOnly: !action.label || !!action.icon, size: "xs", class: "quick-action-btn", icon: action.icon, iconLibrary: action.iconLibrary || this.iconLibrary, iconSize: "14px", label: action.icon ? undefined : action.label, ariaLabel: action.ariaLabel || action.label, disabled: action.disabled, onClick: (e) => {
|
|
939
|
+
this.handleActionClick(item.id, action.id, action, e);
|
|
940
|
+
} })))));
|
|
941
|
+
}
|
|
942
|
+
renderSearchHeatmap() {
|
|
943
|
+
if (!this.enableSearchHeatmap || !this.searchQuery)
|
|
944
|
+
return null;
|
|
945
|
+
const allItems = this.getAllItems(this.parsedItems);
|
|
946
|
+
const matchedIndices = allItems
|
|
947
|
+
.map((item, index) => ({ id: item.id, index }))
|
|
948
|
+
.filter(item => {
|
|
949
|
+
const query = this.searchQuery.toLowerCase();
|
|
950
|
+
return `${item.id}` && (allItems[item.index].title.toLowerCase().includes(query) ||
|
|
951
|
+
(allItems[item.index].subtitle || '').toLowerCase().includes(query));
|
|
952
|
+
});
|
|
953
|
+
const total = allItems.length;
|
|
954
|
+
return (h("div", { class: "accordion-search-heatmap" }, matchedIndices.map(match => (h("div", { class: "heatmap-marker", style: {
|
|
955
|
+
top: `${(match.index / total) * 100}%`
|
|
956
|
+
}, onClick: () => this._scrollToItem(match.id) })))));
|
|
957
|
+
}
|
|
958
|
+
_scrollToItem(id) {
|
|
959
|
+
this.scrollToItem(id);
|
|
960
|
+
}
|
|
961
|
+
updateHeat(id) {
|
|
962
|
+
if (!this.enableRanking)
|
|
963
|
+
return;
|
|
964
|
+
const current = this.itemHeat.get(id) || 0;
|
|
965
|
+
this.itemHeat.set(id, current + 1);
|
|
966
|
+
this.itemHeat = new Map(this.itemHeat);
|
|
967
|
+
this.saveToStorage(); // Corrected method name
|
|
968
|
+
}
|
|
969
|
+
renderSparkline(data) {
|
|
970
|
+
if (!this.enableSparklines || !data || data.length < 2)
|
|
971
|
+
return null;
|
|
972
|
+
// Defensive: if data is undefined, use empty array
|
|
973
|
+
const safeData = data ?? [];
|
|
974
|
+
if (safeData.length < 2)
|
|
975
|
+
return null;
|
|
976
|
+
const max = Math.max(...safeData);
|
|
977
|
+
const min = Math.min(...safeData);
|
|
978
|
+
const range = max - min || 1;
|
|
979
|
+
const width = 60;
|
|
980
|
+
const height = 20;
|
|
981
|
+
const points = safeData.map((val, i) => {
|
|
982
|
+
const x = (i / (safeData.length - 1)) * width;
|
|
983
|
+
const y = height - ((val - min) / range) * height;
|
|
984
|
+
return `${x},${y}`;
|
|
985
|
+
}).join(' ');
|
|
986
|
+
return (h("div", { class: "accordion-header-sparkline" }, h("svg", { width: width, height: height, viewBox: `0 0 ${width} ${height}` }, h("polyline", { fill: "none", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round", points: points }))));
|
|
987
|
+
}
|
|
988
|
+
handlePatternDot(dot) {
|
|
989
|
+
this.patternInput += dot;
|
|
990
|
+
const item = this.getAllItems(this.parsedItems).find(i => i.id === this.activeLockId);
|
|
991
|
+
if (item && item.lockCode === this.patternInput) {
|
|
992
|
+
this.unlockedItems.add(this.activeLockId);
|
|
993
|
+
this.unlockedItems = new Set(this.unlockedItems);
|
|
994
|
+
const idToOpen = this.activeLockId;
|
|
995
|
+
this.activeLockId = '';
|
|
996
|
+
this.toggleItem(idToOpen);
|
|
997
|
+
}
|
|
998
|
+
else if (this.patternInput.length >= (item?.lockCode?.length || 9)) {
|
|
999
|
+
// Failed pattern - Reset
|
|
1000
|
+
this.shake(this.activeLockId);
|
|
1001
|
+
this.patternInput = '';
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
renderLockOverlay() {
|
|
1005
|
+
if (!this.activeLockId)
|
|
1006
|
+
return null;
|
|
1007
|
+
const dots = ['1', '2', '3', '4', '5', '6', '7', '8', '9'];
|
|
1008
|
+
return (h("div", { class: "accordion-lock-overlay" }, h("div", { class: "lock-grid" }, dots.map(dot => (h("div", { class: { 'lock-dot': true, 'active': this.patternInput.includes(dot) }, onMouseEnter: () => this.handlePatternDot(dot), onTouchStart: () => this.handlePatternDot(dot) })))), h("div", { class: "lock-hint" }, "Draw Security Pattern"), h("ui-button", { variant: "ghost", size: "sm", class: "lock-cancel", label: "Cancel", onClick: () => this.activeLockId = '' })));
|
|
1009
|
+
}
|
|
1010
|
+
handleParallax(e, id) {
|
|
1011
|
+
if (!this.enableParallax)
|
|
1012
|
+
return;
|
|
1013
|
+
const item = this.itemRefs.get(id);
|
|
1014
|
+
if (!item)
|
|
1015
|
+
return;
|
|
1016
|
+
const rect = item.getBoundingClientRect();
|
|
1017
|
+
const x = e.clientX - rect.left;
|
|
1018
|
+
const y = e.clientY - rect.top;
|
|
1019
|
+
const centerX = rect.width / 2;
|
|
1020
|
+
const centerY = rect.height / 2;
|
|
1021
|
+
const moveX = (x - centerX) / (rect.width / 4);
|
|
1022
|
+
const moveY = (y - centerY) / (rect.height / 4);
|
|
1023
|
+
item.style.setProperty('--parallax-x', `${moveX * 10}px`);
|
|
1024
|
+
item.style.setProperty('--parallax-y', `${moveY * 10}px`);
|
|
1025
|
+
item.style.setProperty('--rotate-y', `${moveX * 8}deg`);
|
|
1026
|
+
item.style.setProperty('--rotate-x', `${-moveY * 8}deg`);
|
|
1027
|
+
}
|
|
1028
|
+
resetParallax(id) {
|
|
1029
|
+
const item = this.itemRefs.get(id);
|
|
1030
|
+
if (!item)
|
|
1031
|
+
return;
|
|
1032
|
+
item.style.setProperty('--parallax-x', '0px');
|
|
1033
|
+
item.style.setProperty('--parallax-y', '0px');
|
|
1034
|
+
item.style.setProperty('--rotate-y', '0deg');
|
|
1035
|
+
item.style.setProperty('--rotate-x', '0deg');
|
|
1036
|
+
}
|
|
1037
|
+
highlightSearchText(text) {
|
|
1038
|
+
if (!this.searchQuery.trim())
|
|
1039
|
+
return text;
|
|
1040
|
+
const query = this.searchQuery.trim();
|
|
1041
|
+
const regex = new RegExp(`(${query})`, 'gi');
|
|
1042
|
+
return text.replace(regex, '<mark class="search-highlight">$1</mark>');
|
|
1043
|
+
}
|
|
1044
|
+
renderItem(item, depth = 0, parentTitles = []) {
|
|
1045
|
+
const isOpen = this.openItems.includes(item.id);
|
|
1046
|
+
const isDisabled = this.disabled || item.disabled || false;
|
|
1047
|
+
const isDragging = this.draggedItemId === item.id;
|
|
1048
|
+
const isDragOver = this.dragOverItemId === item.id;
|
|
1049
|
+
const itemClasses = [
|
|
1050
|
+
'accordion-item',
|
|
1051
|
+
isOpen && 'accordion-item-open',
|
|
1052
|
+
isDisabled && 'accordion-item-disabled',
|
|
1053
|
+
isDragging && 'accordion-item-dragging',
|
|
1054
|
+
isDragOver && 'accordion-item-drag-over',
|
|
1055
|
+
item.loading && 'accordion-item-loading',
|
|
1056
|
+
depth > 0 && 'accordion-item-nested',
|
|
1057
|
+
this.isShaking.has(item.id) && 'accordion-item-shaking'
|
|
1058
|
+
].filter(Boolean).join(' ');
|
|
1059
|
+
const headerClasses = [
|
|
1060
|
+
'accordion-header',
|
|
1061
|
+
isDisabled && 'accordion-header-disabled',
|
|
1062
|
+
this.stickyHeaders && 'accordion-header-sticky',
|
|
1063
|
+
this.selectionPosition !== 'none' && `accordion-selection-${this.selectionPosition}`,
|
|
1064
|
+
this.enableAnimation && `accordion-physics-${this.physics}`
|
|
1065
|
+
].filter(Boolean).join(' ');
|
|
1066
|
+
const contentClasses = [
|
|
1067
|
+
'accordion-content',
|
|
1068
|
+
isOpen && 'accordion-content-open',
|
|
1069
|
+
this.enableAnimation && `accordion-physics-${this.physics}`
|
|
1070
|
+
].filter(Boolean).join(' ');
|
|
1071
|
+
// Calculate effective header level (max 6)
|
|
1072
|
+
const currentHeaderLevel = Math.min(this.headerLevel + depth, 6);
|
|
1073
|
+
const HeaderTag = `h${currentHeaderLevel}`; // Dynamic tag
|
|
1074
|
+
return (h("div", { class: itemClasses, "data-id": item.id, draggable: this.enableDragDrop && !isDisabled, onDragStart: (e) => this.handleDragStart(item.id, e), onDragOver: (e) => this.handleDragOver(item.id, e), onDragEnd: () => this.handleDragEnd(), onDrop: (e) => this.handleDrop(item.id, e), onMouseMove: (e) => this.handleParallax(e, item.id), onMouseLeave: () => this.resetParallax(item.id), style: {
|
|
1075
|
+
'--nest-depth': depth.toString(),
|
|
1076
|
+
...(this.enableHolographic && this.openItems.length > 0 && !isOpen ? {
|
|
1077
|
+
transform: `perspective(1000px) rotateX(-10deg) translateZ(-50px)`,
|
|
1078
|
+
opacity: '0.6'
|
|
1079
|
+
} : {})
|
|
1080
|
+
}, ref: (el) => {
|
|
1081
|
+
if (el)
|
|
1082
|
+
this.itemRefs.set(item.id, el);
|
|
1083
|
+
} }, item.headerSlot ? (h("div", { class: "accordion-header-custom", role: "heading", "aria-level": currentHeaderLevel }, h("slot", { name: item.headerSlot }))) : (h(HeaderTag, { style: { margin: 0, padding: 0 } }, h("ui-button", { variant: "accordion", class: headerClasses, onClick: (e) => this.toggleItem(item.id, e), disabled: isDisabled, fullWidth: true, "icon-position": "none", align: "start", justify: "between", noRipple: true, "aria-expanded": isOpen ? 'true' : 'false', "aria-controls": `accordion-content-${item.id}`, ariaLabel: `${isOpen ? 'Close' : 'Open'} ${item.title}`, tabindex: isDisabled ? -1 : 0 }, h("div", { class: "accordion-header-content" }, h("div", { class: "accordion-header-left" }, this.iconPosition === 'start' && !this.hideArrow && (() => {
|
|
1084
|
+
const arrowName = isOpen ? this.arrowIconExpanded : this.arrowIconCollapsed;
|
|
1085
|
+
const arrowLib = this.iconLibrary;
|
|
1086
|
+
return (h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow arrow-start" }));
|
|
1087
|
+
})(), item.image && (h("img", { src: item.image, alt: "", class: "accordion-image" })), item.icon && (h("span", { class: "accordion-icon" }, h("ui-icon", { name: item.icon, library: item.iconLibrary || this.iconLibrary, size: "1.2em" }))), h("div", { class: "accordion-header-text" }, this.showBreadcrumbs && parentTitles.length > 0 && (h("div", { class: "accordion-breadcrumbs" }, parentTitles.map((p, i) => (h("span", { class: "breadcrumb-node" }, p, " ", i < parentTitles.length - 1 ? ' > ' : ''))))), h("div", { class: "accordion-title-group" }, h("div", { class: "accordion-title", innerHTML: sanitizeHTML(this.enableSearch ? this.highlightSearchText(item.title) : item.title) }), item.subtitle && (h("div", { class: "accordion-subtitle", innerHTML: sanitizeHTML(this.enableSearch ? this.highlightSearchText(item.subtitle) : item.subtitle) })), this.renderSparkline(item.sparkline ?? []), this.renderAIBriefing(item), this.renderTeleportLink(item)), item.peek && !isOpen && !this.searchQuery && (h("span", { class: "accordion-peek-snippet", innerHTML: sanitizeHTML(item.peek) })))), h("div", { class: "accordion-header-right" }, h("div", { class: "accordion-header-indicators" }, this.renderPresence(item), this.renderQuickActions(item), item.progress !== undefined && item.progress >= 0 && (h("div", { class: "accordion-progress-ring" }, h("svg", { viewBox: "0 0 36 36" }, h("circle", { cx: "18", cy: "18", r: "16", fill: "none", class: "ring-bg", "stroke-width": "3" }), h("circle", { cx: "18", cy: "18", r: "16", fill: "none", class: "ring-fg", "stroke-width": "3", style: { strokeDasharray: `${item.progress}, 100` } })), h("span", { class: "progress-text" }, item.progress, "%"))), item.status && item.status !== 'none' && (h("div", { class: `accordion-status-badge status-${item.status}` }, item.status === 'completed' && h("ui-icon", { name: "check", library: this.iconLibrary, size: "14px" }), item.status === 'error' && h("ui-icon", { name: "alert-circle", library: this.iconLibrary, size: "14px" }), item.status === 'warning' && h("ui-icon", { name: "alert-triangle", library: this.iconLibrary, size: "14px" }), item.status === 'current' && h("div", { class: "pulse-dot" })))), item.badge !== undefined && item.badge > 0 && (h("span", { class: "accordion-badge" }, item.badge)), item.actions && item.actions.length > 0 && (h("div", { class: "accordion-actions" }, item.actions.map(action => (h("ui-button", { key: action.id, variant: action.variant || 'ghost', size: "xs", iconOnly: !!action.icon, icon: action.icon, iconLibrary: action.iconLibrary || item.iconLibrary || this.iconLibrary, iconSize: "1.1em", label: action.icon ? undefined : action.label, ariaLabel: action.ariaLabel || action.label, disabled: action.disabled, onClick: (e) => this.handleActionClick(item.id, action.id, action, e) }))))), item.loading && (h("ui-loader", { size: "xs", color: "currentColor", class: "accordion-loading-spinner" })), this.iconPosition === 'end' && !this.hideArrow && (() => {
|
|
1088
|
+
// const isCardList = this.variant === 'card-list' || this.variant === 'card';
|
|
1089
|
+
const arrowName = isOpen ? this.arrowIconExpanded : this.arrowIconCollapsed;
|
|
1090
|
+
const arrowLib = this.iconLibrary;
|
|
1091
|
+
return (h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow" }));
|
|
1092
|
+
})()))))), (() => {
|
|
1093
|
+
// God-tier Lazy Logic:
|
|
1094
|
+
// 1. If not lazy, always render.
|
|
1095
|
+
// 2. If lazy, render if: is open, is animating, OR has already been rendered once.
|
|
1096
|
+
const isAnimating = this.animatingItems.has(item.id);
|
|
1097
|
+
const hasRenderedOnce = item.renderOnceOnly;
|
|
1098
|
+
const showContent = !this.lazyRender || isOpen || isAnimating || hasRenderedOnce || this.printExpandAll;
|
|
1099
|
+
if (showContent && this.lazyRender && isOpen) {
|
|
1100
|
+
item.renderOnceOnly = true; // Flag for future closes
|
|
1101
|
+
}
|
|
1102
|
+
if (!showContent)
|
|
1103
|
+
return null;
|
|
1104
|
+
return (h("div", { class: contentClasses, id: `accordion-content-${item.id}`, "aria-labelledby": `accordion-header-${item.id}`, role: "region", style: {
|
|
1105
|
+
'--animation-duration': `${this.animationDuration}ms`,
|
|
1106
|
+
'--animation-timing': this.animationTiming
|
|
1107
|
+
} }, h("div", { class: "accordion-content-inner", ref: (el) => {
|
|
1108
|
+
if (el && item.content) {
|
|
1109
|
+
this.contentElements.set(item.id, el);
|
|
1110
|
+
}
|
|
1111
|
+
} }, this.renderStreamingTerminal(item), item.content || h("slot", { name: `content-${item.id}` })), this.enableNested && item.children && item.children.length > 0 && (h("div", { class: "accordion-nested-items" }, item.children.map(child => this.renderItem(child, depth + 1, [...parentTitles, item.title]))))));
|
|
1112
|
+
})()));
|
|
1113
|
+
}
|
|
1114
|
+
renderSkeleton() {
|
|
1115
|
+
return Array.from({ length: 3 }).map((_, index) => (h("div", { class: "accordion-item accordion-item-skeleton", key: `skeleton-${index}` }, h("div", { class: "accordion-header" }, h("div", { class: "accordion-header-content" }, h("div", { class: "skeleton-box", style: { width: '24px', height: '24px' } }), h("div", { class: "skeleton-box", style: { width: '60%', height: '20px' } }))))));
|
|
1116
|
+
}
|
|
1117
|
+
renderNumberedIndicators() {
|
|
1118
|
+
return (h("div", { class: "accordion-indicators", role: "tablist", "aria-label": "Accordion navigation" }, this.parsedItems.map((item, index) => {
|
|
1119
|
+
const isOpen = this.openItems.includes(item.id);
|
|
1120
|
+
const isDisabled = this.disabled || item.disabled || false;
|
|
1121
|
+
const indicatorClasses = [
|
|
1122
|
+
'accordion-indicator',
|
|
1123
|
+
isOpen && 'accordion-indicator-active',
|
|
1124
|
+
isDisabled && 'accordion-indicator-disabled'
|
|
1125
|
+
].filter(Boolean).join(' ');
|
|
1126
|
+
return (h("ui-button", { key: item.id, variant: isOpen ? 'primary' : 'outline', size: "xs", class: indicatorClasses, label: `${index + 1}`, onClick: () => this.toggleItem(item.id), disabled: isDisabled, ariaLabel: `Open ${item.title}`, "aria-expanded": isOpen ? 'true' : 'false', "aria-controls": `accordion-content-${item.id}` }));
|
|
1127
|
+
})));
|
|
1128
|
+
}
|
|
1129
|
+
render() {
|
|
1130
|
+
const containerClasses = [
|
|
1131
|
+
'accordion-container',
|
|
1132
|
+
`accordion-${this.size}`,
|
|
1133
|
+
`accordion-${this.variant}`,
|
|
1134
|
+
`accordion-theme-${this.theme}`,
|
|
1135
|
+
this.columns > 1 ? `accordion-columns-${this.columns}` : '',
|
|
1136
|
+
this.iconPosition === 'start' ? 'accordion-icon-start' : '',
|
|
1137
|
+
this.rtl ? 'accordion-rtl' : '',
|
|
1138
|
+
this.dense ? 'accordion-dense' : '',
|
|
1139
|
+
this.printExpandAll ? 'accordion-print-expand-all' : ''
|
|
1140
|
+
].filter(Boolean).join(' ');
|
|
1141
|
+
const getFinalItems = (items) => {
|
|
1142
|
+
let result = [...items];
|
|
1143
|
+
if (this.enableRanking) {
|
|
1144
|
+
result.sort((a, b) => (this.itemHeat.get(b.id) || 0) - (this.itemHeat.get(a.id) || 0));
|
|
1145
|
+
}
|
|
1146
|
+
return this.enableSearch && this.searchQuery ? this.filteredItems : result;
|
|
1147
|
+
};
|
|
1148
|
+
const itemsToRender = getFinalItems(this.parsedItems);
|
|
1149
|
+
const containerStyles = {
|
|
1150
|
+
'--accordion-bg': this.backgroundColor || 'white',
|
|
1151
|
+
backgroundColor: 'var(--accordion-bg, #ffffff)'
|
|
1152
|
+
};
|
|
1153
|
+
return (h(Host, { class: {
|
|
1154
|
+
'accordion-host': true,
|
|
1155
|
+
'is-open': this.openItems.length > 0,
|
|
1156
|
+
'is-portal-active': !!this.activePortalId
|
|
1157
|
+
} }, h("div", { class: containerClasses, role: "tablist", "aria-multiselectable": this.multiple, dir: this.rtl ? 'rtl' : 'ltr', style: {
|
|
1158
|
+
...containerStyles,
|
|
1159
|
+
'--selected-header-color': this.selectedHeaderColor,
|
|
1160
|
+
'--selected-header-bg': this.selectedHeaderColor + '1a', // Add 10% opacity, works if hex
|
|
1161
|
+
...(this.variant === 'headline' ? (() => {
|
|
1162
|
+
const lvl = this.headerLevel || 3;
|
|
1163
|
+
const titleSizes = ['48px', '36px', '28px', '22px', '18px', '15px'];
|
|
1164
|
+
const subtitleSizes = ['24px', '20px', '17px', '14px', '13px', '12px'];
|
|
1165
|
+
const paddings = ['48px 0', '40px 0', '32px 0', '24px 0', '18px 0', '14px 0'];
|
|
1166
|
+
const gaps = ['16px', '14px', '12px', '10px', '8px', '6px'];
|
|
1167
|
+
return {
|
|
1168
|
+
'--hl-title-size': titleSizes[lvl - 1],
|
|
1169
|
+
'--hl-subtitle-size': subtitleSizes[lvl - 1],
|
|
1170
|
+
'--hl-padding': paddings[lvl - 1],
|
|
1171
|
+
'--hl-gap': gaps[lvl - 1],
|
|
1172
|
+
};
|
|
1173
|
+
})() : {})
|
|
1174
|
+
} }, this.enableSearch && (h("div", { class: "accordion-search" }, h("ui-input", { type: "text", class: "accordion-search-input", placeholder: this.searchPlaceholder, value: this.searchQuery, onInputChange: (e) => {
|
|
1175
|
+
this.searchQuery = e.detail;
|
|
1176
|
+
this.performSearch();
|
|
1177
|
+
}, ariaLabel: "Search accordion items", showClear: false }), this.searchQuery && (h("ui-button", { variant: "ghost", iconOnly: true, size: "xs", class: "accordion-search-clear", icon: "x", iconLibrary: this.iconLibrary, iconSize: "14px", ariaLabel: "Clear search", onClick: () => this.clearSearch() })), h("div", { class: "sr-only", "aria-live": "polite", role: "status" }, this.searchQuery ? `Showing ${this.filteredItems.length} results for ${this.searchQuery}` : ''))), this.enableExpandCollapseAll && this.multiple && (h("div", { class: "accordion-controls" }, h("ui-button", { variant: "ghost", size: "sm", class: "accordion-control-button", icon: "chevron-down", iconLibrary: this.iconLibrary, iconSize: "14px", iconPosition: "left", label: "Expand All", onClick: () => this.openAll(), disabled: this.disabled, ariaLabel: "Expand all items" }), h("ui-button", { variant: "ghost", size: "sm", class: "accordion-control-button", icon: "chevron-up", iconLibrary: this.iconLibrary, iconSize: "14px", iconPosition: "left", label: "Collapse All", onClick: () => this.closeAll(), disabled: this.disabled, ariaLabel: "Collapse all items" }))), this.showNumbers && !this.loading && this.renderNumberedIndicators(), this.renderSearchHeatmap(), this.renderLockOverlay(), this.renderPortalOverlay(), this.loading ? (this.renderSkeleton()) : (itemsToRender.length > 0 ? (itemsToRender.map(item => this.renderItem(item, 0, []))) : (h("div", { class: "accordion-no-results" }, this.loading ? (h("ui-loader", { size: "xs", color: "currentColor" })) : (this.enableSearch && this.searchQuery ? (h("p", null, "No items match your search \"", this.searchQuery, "\"")) : (h("p", null, "No items to display")))))))));
|
|
1178
|
+
}
|
|
1179
|
+
static get is() { return "ui-accordion"; }
|
|
1180
|
+
static get encapsulation() { return "shadow"; }
|
|
1181
|
+
static get originalStyleUrls() {
|
|
1182
|
+
return {
|
|
1183
|
+
"$": ["accordion.scss"]
|
|
1184
|
+
};
|
|
1185
|
+
}
|
|
1186
|
+
static get styleUrls() {
|
|
1187
|
+
return {
|
|
1188
|
+
"$": ["accordion.css"]
|
|
1189
|
+
};
|
|
1190
|
+
}
|
|
1191
|
+
static get properties() {
|
|
1192
|
+
return {
|
|
1193
|
+
"items": {
|
|
1194
|
+
"type": "unknown",
|
|
1195
|
+
"mutable": false,
|
|
1196
|
+
"complexType": {
|
|
1197
|
+
"original": "AccordionItem[]",
|
|
1198
|
+
"resolved": "AccordionItem[]",
|
|
1199
|
+
"references": {
|
|
1200
|
+
"AccordionItem": {
|
|
1201
|
+
"location": "import",
|
|
1202
|
+
"path": "./types",
|
|
1203
|
+
"id": "src/components/accordion/types.ts::AccordionItem",
|
|
1204
|
+
"referenceLocation": "AccordionItem"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"required": false,
|
|
1209
|
+
"optional": false,
|
|
1210
|
+
"docs": {
|
|
1211
|
+
"tags": [],
|
|
1212
|
+
"text": "Array of accordion items"
|
|
1213
|
+
},
|
|
1214
|
+
"getter": false,
|
|
1215
|
+
"setter": false,
|
|
1216
|
+
"defaultValue": "[]"
|
|
1217
|
+
},
|
|
1218
|
+
"multiple": {
|
|
1219
|
+
"type": "boolean",
|
|
1220
|
+
"mutable": false,
|
|
1221
|
+
"complexType": {
|
|
1222
|
+
"original": "boolean",
|
|
1223
|
+
"resolved": "boolean",
|
|
1224
|
+
"references": {}
|
|
1225
|
+
},
|
|
1226
|
+
"required": false,
|
|
1227
|
+
"optional": false,
|
|
1228
|
+
"docs": {
|
|
1229
|
+
"tags": [],
|
|
1230
|
+
"text": "Allow multiple items to be open at once"
|
|
1231
|
+
},
|
|
1232
|
+
"getter": false,
|
|
1233
|
+
"setter": false,
|
|
1234
|
+
"reflect": false,
|
|
1235
|
+
"attribute": "multiple",
|
|
1236
|
+
"defaultValue": "false"
|
|
1237
|
+
},
|
|
1238
|
+
"expandedItems": {
|
|
1239
|
+
"type": "unknown",
|
|
1240
|
+
"mutable": false,
|
|
1241
|
+
"complexType": {
|
|
1242
|
+
"original": "string[] | null",
|
|
1243
|
+
"resolved": "string[]",
|
|
1244
|
+
"references": {}
|
|
1245
|
+
},
|
|
1246
|
+
"required": false,
|
|
1247
|
+
"optional": false,
|
|
1248
|
+
"docs": {
|
|
1249
|
+
"tags": [],
|
|
1250
|
+
"text": "Controlled open items (overrides internal state if provided)"
|
|
1251
|
+
},
|
|
1252
|
+
"getter": false,
|
|
1253
|
+
"setter": false,
|
|
1254
|
+
"defaultValue": "null"
|
|
1255
|
+
},
|
|
1256
|
+
"defaultOpen": {
|
|
1257
|
+
"type": "unknown",
|
|
1258
|
+
"mutable": false,
|
|
1259
|
+
"complexType": {
|
|
1260
|
+
"original": "string[]",
|
|
1261
|
+
"resolved": "string[]",
|
|
1262
|
+
"references": {}
|
|
1263
|
+
},
|
|
1264
|
+
"required": false,
|
|
1265
|
+
"optional": false,
|
|
1266
|
+
"docs": {
|
|
1267
|
+
"tags": [],
|
|
1268
|
+
"text": "IDs of items that should be open by default"
|
|
1269
|
+
},
|
|
1270
|
+
"getter": false,
|
|
1271
|
+
"setter": false,
|
|
1272
|
+
"defaultValue": "[]"
|
|
1273
|
+
},
|
|
1274
|
+
"animationDuration": {
|
|
1275
|
+
"type": "number",
|
|
1276
|
+
"mutable": false,
|
|
1277
|
+
"complexType": {
|
|
1278
|
+
"original": "number",
|
|
1279
|
+
"resolved": "number",
|
|
1280
|
+
"references": {}
|
|
1281
|
+
},
|
|
1282
|
+
"required": false,
|
|
1283
|
+
"optional": false,
|
|
1284
|
+
"docs": {
|
|
1285
|
+
"tags": [],
|
|
1286
|
+
"text": "Animation duration in milliseconds"
|
|
1287
|
+
},
|
|
1288
|
+
"getter": false,
|
|
1289
|
+
"setter": false,
|
|
1290
|
+
"reflect": false,
|
|
1291
|
+
"attribute": "animation-duration",
|
|
1292
|
+
"defaultValue": "300"
|
|
1293
|
+
},
|
|
1294
|
+
"animationTiming": {
|
|
1295
|
+
"type": "string",
|
|
1296
|
+
"mutable": false,
|
|
1297
|
+
"complexType": {
|
|
1298
|
+
"original": "AccordionAnimation",
|
|
1299
|
+
"resolved": "\"ease\" | \"ease-in\" | \"ease-in-out\" | \"ease-out\" | \"linear\" | \"none\"",
|
|
1300
|
+
"references": {
|
|
1301
|
+
"AccordionAnimation": {
|
|
1302
|
+
"location": "import",
|
|
1303
|
+
"path": "./types",
|
|
1304
|
+
"id": "src/components/accordion/types.ts::AccordionAnimation",
|
|
1305
|
+
"referenceLocation": "AccordionAnimation"
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"required": false,
|
|
1310
|
+
"optional": false,
|
|
1311
|
+
"docs": {
|
|
1312
|
+
"tags": [],
|
|
1313
|
+
"text": "Animation timing function"
|
|
1314
|
+
},
|
|
1315
|
+
"getter": false,
|
|
1316
|
+
"setter": false,
|
|
1317
|
+
"reflect": false,
|
|
1318
|
+
"attribute": "animation-timing",
|
|
1319
|
+
"defaultValue": "'ease'"
|
|
1320
|
+
},
|
|
1321
|
+
"physics": {
|
|
1322
|
+
"type": "string",
|
|
1323
|
+
"mutable": false,
|
|
1324
|
+
"complexType": {
|
|
1325
|
+
"original": "'standard' | 'bouncy' | 'liquid'",
|
|
1326
|
+
"resolved": "\"bouncy\" | \"liquid\" | \"standard\"",
|
|
1327
|
+
"references": {}
|
|
1328
|
+
},
|
|
1329
|
+
"required": false,
|
|
1330
|
+
"optional": false,
|
|
1331
|
+
"docs": {
|
|
1332
|
+
"tags": [],
|
|
1333
|
+
"text": "Creative/Motion Variants"
|
|
1334
|
+
},
|
|
1335
|
+
"getter": false,
|
|
1336
|
+
"setter": false,
|
|
1337
|
+
"reflect": false,
|
|
1338
|
+
"attribute": "physics",
|
|
1339
|
+
"defaultValue": "'standard'"
|
|
1340
|
+
},
|
|
1341
|
+
"backgroundColor": {
|
|
1342
|
+
"type": "string",
|
|
1343
|
+
"mutable": false,
|
|
1344
|
+
"complexType": {
|
|
1345
|
+
"original": "string",
|
|
1346
|
+
"resolved": "string",
|
|
1347
|
+
"references": {}
|
|
1348
|
+
},
|
|
1349
|
+
"required": false,
|
|
1350
|
+
"optional": false,
|
|
1351
|
+
"docs": {
|
|
1352
|
+
"tags": [],
|
|
1353
|
+
"text": "Background color of the accordion"
|
|
1354
|
+
},
|
|
1355
|
+
"getter": false,
|
|
1356
|
+
"setter": false,
|
|
1357
|
+
"reflect": false,
|
|
1358
|
+
"attribute": "background-color",
|
|
1359
|
+
"defaultValue": "'white'"
|
|
1360
|
+
},
|
|
1361
|
+
"haptic": {
|
|
1362
|
+
"type": "boolean",
|
|
1363
|
+
"mutable": false,
|
|
1364
|
+
"complexType": {
|
|
1365
|
+
"original": "boolean",
|
|
1366
|
+
"resolved": "boolean",
|
|
1367
|
+
"references": {}
|
|
1368
|
+
},
|
|
1369
|
+
"required": false,
|
|
1370
|
+
"optional": false,
|
|
1371
|
+
"docs": {
|
|
1372
|
+
"tags": [],
|
|
1373
|
+
"text": "Enable haptic feedback on interaction"
|
|
1374
|
+
},
|
|
1375
|
+
"getter": false,
|
|
1376
|
+
"setter": false,
|
|
1377
|
+
"reflect": false,
|
|
1378
|
+
"attribute": "haptic",
|
|
1379
|
+
"defaultValue": "true"
|
|
1380
|
+
},
|
|
1381
|
+
"enableAnimation": {
|
|
1382
|
+
"type": "boolean",
|
|
1383
|
+
"mutable": false,
|
|
1384
|
+
"complexType": {
|
|
1385
|
+
"original": "boolean",
|
|
1386
|
+
"resolved": "boolean",
|
|
1387
|
+
"references": {}
|
|
1388
|
+
},
|
|
1389
|
+
"required": false,
|
|
1390
|
+
"optional": false,
|
|
1391
|
+
"docs": {
|
|
1392
|
+
"tags": [],
|
|
1393
|
+
"text": "Enable global animations"
|
|
1394
|
+
},
|
|
1395
|
+
"getter": false,
|
|
1396
|
+
"setter": false,
|
|
1397
|
+
"reflect": false,
|
|
1398
|
+
"attribute": "enable-animation",
|
|
1399
|
+
"defaultValue": "true"
|
|
1400
|
+
},
|
|
1401
|
+
"showNumbers": {
|
|
1402
|
+
"type": "boolean",
|
|
1403
|
+
"mutable": false,
|
|
1404
|
+
"complexType": {
|
|
1405
|
+
"original": "boolean",
|
|
1406
|
+
"resolved": "boolean",
|
|
1407
|
+
"references": {}
|
|
1408
|
+
},
|
|
1409
|
+
"required": false,
|
|
1410
|
+
"optional": false,
|
|
1411
|
+
"docs": {
|
|
1412
|
+
"tags": [],
|
|
1413
|
+
"text": "Show numbered indicators above the accordion"
|
|
1414
|
+
},
|
|
1415
|
+
"getter": false,
|
|
1416
|
+
"setter": false,
|
|
1417
|
+
"reflect": false,
|
|
1418
|
+
"attribute": "show-numbers",
|
|
1419
|
+
"defaultValue": "false"
|
|
1420
|
+
},
|
|
1421
|
+
"arrowIconCollapsed": {
|
|
1422
|
+
"type": "string",
|
|
1423
|
+
"mutable": false,
|
|
1424
|
+
"complexType": {
|
|
1425
|
+
"original": "string",
|
|
1426
|
+
"resolved": "string",
|
|
1427
|
+
"references": {}
|
|
1428
|
+
},
|
|
1429
|
+
"required": false,
|
|
1430
|
+
"optional": false,
|
|
1431
|
+
"docs": {
|
|
1432
|
+
"tags": [],
|
|
1433
|
+
"text": "Custom arrow icon for collapsed state"
|
|
1434
|
+
},
|
|
1435
|
+
"getter": false,
|
|
1436
|
+
"setter": false,
|
|
1437
|
+
"reflect": false,
|
|
1438
|
+
"attribute": "arrow-icon-collapsed",
|
|
1439
|
+
"defaultValue": "'chevron-right'"
|
|
1440
|
+
},
|
|
1441
|
+
"arrowIconExpanded": {
|
|
1442
|
+
"type": "string",
|
|
1443
|
+
"mutable": false,
|
|
1444
|
+
"complexType": {
|
|
1445
|
+
"original": "string",
|
|
1446
|
+
"resolved": "string",
|
|
1447
|
+
"references": {}
|
|
1448
|
+
},
|
|
1449
|
+
"required": false,
|
|
1450
|
+
"optional": false,
|
|
1451
|
+
"docs": {
|
|
1452
|
+
"tags": [],
|
|
1453
|
+
"text": "Custom arrow icon for expanded state"
|
|
1454
|
+
},
|
|
1455
|
+
"getter": false,
|
|
1456
|
+
"setter": false,
|
|
1457
|
+
"reflect": false,
|
|
1458
|
+
"attribute": "arrow-icon-expanded",
|
|
1459
|
+
"defaultValue": "'chevron-down'"
|
|
1460
|
+
},
|
|
1461
|
+
"hideArrow": {
|
|
1462
|
+
"type": "boolean",
|
|
1463
|
+
"mutable": false,
|
|
1464
|
+
"complexType": {
|
|
1465
|
+
"original": "boolean",
|
|
1466
|
+
"resolved": "boolean",
|
|
1467
|
+
"references": {}
|
|
1468
|
+
},
|
|
1469
|
+
"required": false,
|
|
1470
|
+
"optional": false,
|
|
1471
|
+
"docs": {
|
|
1472
|
+
"tags": [],
|
|
1473
|
+
"text": "Hide arrow icon completely"
|
|
1474
|
+
},
|
|
1475
|
+
"getter": false,
|
|
1476
|
+
"setter": false,
|
|
1477
|
+
"reflect": false,
|
|
1478
|
+
"attribute": "hide-arrow",
|
|
1479
|
+
"defaultValue": "false"
|
|
1480
|
+
},
|
|
1481
|
+
"selectedHeaderColor": {
|
|
1482
|
+
"type": "string",
|
|
1483
|
+
"mutable": false,
|
|
1484
|
+
"complexType": {
|
|
1485
|
+
"original": "string",
|
|
1486
|
+
"resolved": "string",
|
|
1487
|
+
"references": {}
|
|
1488
|
+
},
|
|
1489
|
+
"required": false,
|
|
1490
|
+
"optional": false,
|
|
1491
|
+
"docs": {
|
|
1492
|
+
"tags": [],
|
|
1493
|
+
"text": "Custom color for selected header (default: #10b981)"
|
|
1494
|
+
},
|
|
1495
|
+
"getter": false,
|
|
1496
|
+
"setter": false,
|
|
1497
|
+
"reflect": false,
|
|
1498
|
+
"attribute": "selected-header-color",
|
|
1499
|
+
"defaultValue": "'#10b981'"
|
|
1500
|
+
},
|
|
1501
|
+
"selectionPosition": {
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"mutable": false,
|
|
1504
|
+
"complexType": {
|
|
1505
|
+
"original": "'left' | 'top' | 'none'",
|
|
1506
|
+
"resolved": "\"left\" | \"none\" | \"top\"",
|
|
1507
|
+
"references": {}
|
|
1508
|
+
},
|
|
1509
|
+
"required": false,
|
|
1510
|
+
"optional": false,
|
|
1511
|
+
"docs": {
|
|
1512
|
+
"tags": [],
|
|
1513
|
+
"text": "Position of the selection indicator: 'left' | 'top' | 'none'"
|
|
1514
|
+
},
|
|
1515
|
+
"getter": false,
|
|
1516
|
+
"setter": false,
|
|
1517
|
+
"reflect": false,
|
|
1518
|
+
"attribute": "selection-position",
|
|
1519
|
+
"defaultValue": "'left'"
|
|
1520
|
+
},
|
|
1521
|
+
"variant": {
|
|
1522
|
+
"type": "string",
|
|
1523
|
+
"mutable": false,
|
|
1524
|
+
"complexType": {
|
|
1525
|
+
"original": "'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'",
|
|
1526
|
+
"resolved": "\"bordered\" | \"card\" | \"card-list\" | \"default\" | \"headline\" | \"light\" | \"shadow\" | \"splitted\"",
|
|
1527
|
+
"references": {}
|
|
1528
|
+
},
|
|
1529
|
+
"required": false,
|
|
1530
|
+
"optional": false,
|
|
1531
|
+
"docs": {
|
|
1532
|
+
"tags": [],
|
|
1533
|
+
"text": "Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'\r\nUse 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron.\r\nUse 'headline' for a minimalist, high-impact typography-first layout."
|
|
1534
|
+
},
|
|
1535
|
+
"getter": false,
|
|
1536
|
+
"setter": false,
|
|
1537
|
+
"reflect": false,
|
|
1538
|
+
"attribute": "variant",
|
|
1539
|
+
"defaultValue": "'default'"
|
|
1540
|
+
},
|
|
1541
|
+
"size": {
|
|
1542
|
+
"type": "string",
|
|
1543
|
+
"mutable": false,
|
|
1544
|
+
"complexType": {
|
|
1545
|
+
"original": "AccordionSize",
|
|
1546
|
+
"resolved": "\"default\" | \"large\" | \"lg\" | \"main\" | \"md\" | \"medium\" | \"popover\" | \"section\" | \"sm\" | \"small\" | \"subsection\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\" | \"xxxl\" | \"xxxs\"",
|
|
1547
|
+
"references": {
|
|
1548
|
+
"AccordionSize": {
|
|
1549
|
+
"location": "import",
|
|
1550
|
+
"path": "./types",
|
|
1551
|
+
"id": "src/components/accordion/types.ts::AccordionSize",
|
|
1552
|
+
"referenceLocation": "AccordionSize"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"required": false,
|
|
1557
|
+
"optional": false,
|
|
1558
|
+
"docs": {
|
|
1559
|
+
"tags": [],
|
|
1560
|
+
"text": "Size of the accordion: 'sm' | 'md' | 'lg'"
|
|
1561
|
+
},
|
|
1562
|
+
"getter": false,
|
|
1563
|
+
"setter": false,
|
|
1564
|
+
"reflect": false,
|
|
1565
|
+
"attribute": "size",
|
|
1566
|
+
"defaultValue": "'md'"
|
|
1567
|
+
},
|
|
1568
|
+
"iconPosition": {
|
|
1569
|
+
"type": "string",
|
|
1570
|
+
"mutable": false,
|
|
1571
|
+
"complexType": {
|
|
1572
|
+
"original": "'start' | 'end'",
|
|
1573
|
+
"resolved": "\"end\" | \"start\"",
|
|
1574
|
+
"references": {}
|
|
1575
|
+
},
|
|
1576
|
+
"required": false,
|
|
1577
|
+
"optional": false,
|
|
1578
|
+
"docs": {
|
|
1579
|
+
"tags": [],
|
|
1580
|
+
"text": "Position of the expand icon: 'start' | 'end'"
|
|
1581
|
+
},
|
|
1582
|
+
"getter": false,
|
|
1583
|
+
"setter": false,
|
|
1584
|
+
"reflect": false,
|
|
1585
|
+
"attribute": "icon-position",
|
|
1586
|
+
"defaultValue": "'end'"
|
|
1587
|
+
},
|
|
1588
|
+
"persistState": {
|
|
1589
|
+
"type": "string",
|
|
1590
|
+
"mutable": false,
|
|
1591
|
+
"complexType": {
|
|
1592
|
+
"original": "string",
|
|
1593
|
+
"resolved": "string",
|
|
1594
|
+
"references": {}
|
|
1595
|
+
},
|
|
1596
|
+
"required": false,
|
|
1597
|
+
"optional": false,
|
|
1598
|
+
"docs": {
|
|
1599
|
+
"tags": [],
|
|
1600
|
+
"text": "Enable state persistence - if provided, the string will be used as a localStorage key"
|
|
1601
|
+
},
|
|
1602
|
+
"getter": false,
|
|
1603
|
+
"setter": false,
|
|
1604
|
+
"reflect": false,
|
|
1605
|
+
"attribute": "persist-state",
|
|
1606
|
+
"defaultValue": "''"
|
|
1607
|
+
},
|
|
1608
|
+
"lazyRender": {
|
|
1609
|
+
"type": "boolean",
|
|
1610
|
+
"mutable": false,
|
|
1611
|
+
"complexType": {
|
|
1612
|
+
"original": "boolean",
|
|
1613
|
+
"resolved": "boolean",
|
|
1614
|
+
"references": {}
|
|
1615
|
+
},
|
|
1616
|
+
"required": false,
|
|
1617
|
+
"optional": false,
|
|
1618
|
+
"docs": {
|
|
1619
|
+
"tags": [],
|
|
1620
|
+
"text": "Only render accordion content when it is first opened (Performance)"
|
|
1621
|
+
},
|
|
1622
|
+
"getter": false,
|
|
1623
|
+
"setter": false,
|
|
1624
|
+
"reflect": false,
|
|
1625
|
+
"attribute": "lazy-render",
|
|
1626
|
+
"defaultValue": "false"
|
|
1627
|
+
},
|
|
1628
|
+
"theme": {
|
|
1629
|
+
"type": "string",
|
|
1630
|
+
"mutable": false,
|
|
1631
|
+
"complexType": {
|
|
1632
|
+
"original": "'default' | 'glass' | 'radiant'",
|
|
1633
|
+
"resolved": "\"default\" | \"glass\" | \"radiant\"",
|
|
1634
|
+
"references": {}
|
|
1635
|
+
},
|
|
1636
|
+
"required": false,
|
|
1637
|
+
"optional": false,
|
|
1638
|
+
"docs": {
|
|
1639
|
+
"tags": [],
|
|
1640
|
+
"text": "Visual theme: 'default' | 'glass' | 'radiant'"
|
|
1641
|
+
},
|
|
1642
|
+
"getter": false,
|
|
1643
|
+
"setter": false,
|
|
1644
|
+
"reflect": false,
|
|
1645
|
+
"attribute": "theme",
|
|
1646
|
+
"defaultValue": "'default'"
|
|
1647
|
+
},
|
|
1648
|
+
"columns": {
|
|
1649
|
+
"type": "number",
|
|
1650
|
+
"mutable": false,
|
|
1651
|
+
"complexType": {
|
|
1652
|
+
"original": "number",
|
|
1653
|
+
"resolved": "number",
|
|
1654
|
+
"references": {}
|
|
1655
|
+
},
|
|
1656
|
+
"required": false,
|
|
1657
|
+
"optional": false,
|
|
1658
|
+
"docs": {
|
|
1659
|
+
"tags": [],
|
|
1660
|
+
"text": "Grid columns count for accordion items (Large screens only)"
|
|
1661
|
+
},
|
|
1662
|
+
"getter": false,
|
|
1663
|
+
"setter": false,
|
|
1664
|
+
"reflect": false,
|
|
1665
|
+
"attribute": "columns",
|
|
1666
|
+
"defaultValue": "1"
|
|
1667
|
+
},
|
|
1668
|
+
"enableParallax": {
|
|
1669
|
+
"type": "boolean",
|
|
1670
|
+
"mutable": false,
|
|
1671
|
+
"complexType": {
|
|
1672
|
+
"original": "boolean",
|
|
1673
|
+
"resolved": "boolean",
|
|
1674
|
+
"references": {}
|
|
1675
|
+
},
|
|
1676
|
+
"required": false,
|
|
1677
|
+
"optional": false,
|
|
1678
|
+
"docs": {
|
|
1679
|
+
"tags": [],
|
|
1680
|
+
"text": "Enable 3D Parallax depth effect on hover (Premium themes only)"
|
|
1681
|
+
},
|
|
1682
|
+
"getter": false,
|
|
1683
|
+
"setter": false,
|
|
1684
|
+
"reflect": false,
|
|
1685
|
+
"attribute": "enable-parallax",
|
|
1686
|
+
"defaultValue": "false"
|
|
1687
|
+
},
|
|
1688
|
+
"enableHaptics": {
|
|
1689
|
+
"type": "boolean",
|
|
1690
|
+
"mutable": false,
|
|
1691
|
+
"complexType": {
|
|
1692
|
+
"original": "boolean",
|
|
1693
|
+
"resolved": "boolean",
|
|
1694
|
+
"references": {}
|
|
1695
|
+
},
|
|
1696
|
+
"required": false,
|
|
1697
|
+
"optional": false,
|
|
1698
|
+
"docs": {
|
|
1699
|
+
"tags": [],
|
|
1700
|
+
"text": "Enable auditory haptics (premium click/collapse sounds)"
|
|
1701
|
+
},
|
|
1702
|
+
"getter": false,
|
|
1703
|
+
"setter": false,
|
|
1704
|
+
"reflect": false,
|
|
1705
|
+
"attribute": "enable-haptics",
|
|
1706
|
+
"defaultValue": "false"
|
|
1707
|
+
},
|
|
1708
|
+
"stickyHeaders": {
|
|
1709
|
+
"type": "boolean",
|
|
1710
|
+
"mutable": false,
|
|
1711
|
+
"complexType": {
|
|
1712
|
+
"original": "boolean",
|
|
1713
|
+
"resolved": "boolean",
|
|
1714
|
+
"references": {}
|
|
1715
|
+
},
|
|
1716
|
+
"required": false,
|
|
1717
|
+
"optional": false,
|
|
1718
|
+
"docs": {
|
|
1719
|
+
"tags": [],
|
|
1720
|
+
"text": "Pin headers to the top during long content scrolls"
|
|
1721
|
+
},
|
|
1722
|
+
"getter": false,
|
|
1723
|
+
"setter": false,
|
|
1724
|
+
"reflect": false,
|
|
1725
|
+
"attribute": "sticky-headers",
|
|
1726
|
+
"defaultValue": "false"
|
|
1727
|
+
},
|
|
1728
|
+
"enableQuickActions": {
|
|
1729
|
+
"type": "boolean",
|
|
1730
|
+
"mutable": false,
|
|
1731
|
+
"complexType": {
|
|
1732
|
+
"original": "boolean",
|
|
1733
|
+
"resolved": "boolean",
|
|
1734
|
+
"references": {}
|
|
1735
|
+
},
|
|
1736
|
+
"required": false,
|
|
1737
|
+
"optional": false,
|
|
1738
|
+
"docs": {
|
|
1739
|
+
"tags": [],
|
|
1740
|
+
"text": "Enable floating Quick Actions toolbar on hover"
|
|
1741
|
+
},
|
|
1742
|
+
"getter": false,
|
|
1743
|
+
"setter": false,
|
|
1744
|
+
"reflect": false,
|
|
1745
|
+
"attribute": "enable-quick-actions",
|
|
1746
|
+
"defaultValue": "false"
|
|
1747
|
+
},
|
|
1748
|
+
"enableSearchHeatmap": {
|
|
1749
|
+
"type": "boolean",
|
|
1750
|
+
"mutable": false,
|
|
1751
|
+
"complexType": {
|
|
1752
|
+
"original": "boolean",
|
|
1753
|
+
"resolved": "boolean",
|
|
1754
|
+
"references": {}
|
|
1755
|
+
},
|
|
1756
|
+
"required": false,
|
|
1757
|
+
"optional": false,
|
|
1758
|
+
"docs": {
|
|
1759
|
+
"tags": [],
|
|
1760
|
+
"text": "Enable a visual search \"Mini-map\" (Heatmap) on the right side"
|
|
1761
|
+
},
|
|
1762
|
+
"getter": false,
|
|
1763
|
+
"setter": false,
|
|
1764
|
+
"reflect": false,
|
|
1765
|
+
"attribute": "enable-search-heatmap",
|
|
1766
|
+
"defaultValue": "false"
|
|
1767
|
+
},
|
|
1768
|
+
"focusTimeout": {
|
|
1769
|
+
"type": "number",
|
|
1770
|
+
"mutable": false,
|
|
1771
|
+
"complexType": {
|
|
1772
|
+
"original": "number",
|
|
1773
|
+
"resolved": "number",
|
|
1774
|
+
"references": {}
|
|
1775
|
+
},
|
|
1776
|
+
"required": false,
|
|
1777
|
+
"optional": false,
|
|
1778
|
+
"docs": {
|
|
1779
|
+
"tags": [],
|
|
1780
|
+
"text": "Automatically collapse sections after X milliseconds of inactivity (0 to disable)"
|
|
1781
|
+
},
|
|
1782
|
+
"getter": false,
|
|
1783
|
+
"setter": false,
|
|
1784
|
+
"reflect": false,
|
|
1785
|
+
"attribute": "focus-timeout",
|
|
1786
|
+
"defaultValue": "0"
|
|
1787
|
+
},
|
|
1788
|
+
"enableRanking": {
|
|
1789
|
+
"type": "boolean",
|
|
1790
|
+
"mutable": false,
|
|
1791
|
+
"complexType": {
|
|
1792
|
+
"original": "boolean",
|
|
1793
|
+
"resolved": "boolean",
|
|
1794
|
+
"references": {}
|
|
1795
|
+
},
|
|
1796
|
+
"required": false,
|
|
1797
|
+
"optional": false,
|
|
1798
|
+
"docs": {
|
|
1799
|
+
"tags": [],
|
|
1800
|
+
"text": "Automatically rank items based on their usage heat (requires persistState)"
|
|
1801
|
+
},
|
|
1802
|
+
"getter": false,
|
|
1803
|
+
"setter": false,
|
|
1804
|
+
"reflect": false,
|
|
1805
|
+
"attribute": "enable-ranking",
|
|
1806
|
+
"defaultValue": "false"
|
|
1807
|
+
},
|
|
1808
|
+
"enableLocking": {
|
|
1809
|
+
"type": "boolean",
|
|
1810
|
+
"mutable": false,
|
|
1811
|
+
"complexType": {
|
|
1812
|
+
"original": "boolean",
|
|
1813
|
+
"resolved": "boolean",
|
|
1814
|
+
"references": {}
|
|
1815
|
+
},
|
|
1816
|
+
"required": false,
|
|
1817
|
+
"optional": false,
|
|
1818
|
+
"docs": {
|
|
1819
|
+
"tags": [],
|
|
1820
|
+
"text": "Enable Pattern-Lock security for sensitive items"
|
|
1821
|
+
},
|
|
1822
|
+
"getter": false,
|
|
1823
|
+
"setter": false,
|
|
1824
|
+
"reflect": false,
|
|
1825
|
+
"attribute": "enable-locking",
|
|
1826
|
+
"defaultValue": "false"
|
|
1827
|
+
},
|
|
1828
|
+
"enableSparklines": {
|
|
1829
|
+
"type": "boolean",
|
|
1830
|
+
"mutable": false,
|
|
1831
|
+
"complexType": {
|
|
1832
|
+
"original": "boolean",
|
|
1833
|
+
"resolved": "boolean",
|
|
1834
|
+
"references": {}
|
|
1835
|
+
},
|
|
1836
|
+
"required": false,
|
|
1837
|
+
"optional": false,
|
|
1838
|
+
"docs": {
|
|
1839
|
+
"tags": [],
|
|
1840
|
+
"text": "Enable high-precision header sparklines for analytical data"
|
|
1841
|
+
},
|
|
1842
|
+
"getter": false,
|
|
1843
|
+
"setter": false,
|
|
1844
|
+
"reflect": false,
|
|
1845
|
+
"attribute": "enable-sparklines",
|
|
1846
|
+
"defaultValue": "false"
|
|
1847
|
+
},
|
|
1848
|
+
"enableGestures": {
|
|
1849
|
+
"type": "boolean",
|
|
1850
|
+
"mutable": false,
|
|
1851
|
+
"complexType": {
|
|
1852
|
+
"original": "boolean",
|
|
1853
|
+
"resolved": "boolean",
|
|
1854
|
+
"references": {}
|
|
1855
|
+
},
|
|
1856
|
+
"required": false,
|
|
1857
|
+
"optional": false,
|
|
1858
|
+
"docs": {
|
|
1859
|
+
"tags": [],
|
|
1860
|
+
"text": "Enable tactile swipe gestures for item actions (Mobile Context)"
|
|
1861
|
+
},
|
|
1862
|
+
"getter": false,
|
|
1863
|
+
"setter": false,
|
|
1864
|
+
"reflect": false,
|
|
1865
|
+
"attribute": "enable-gestures",
|
|
1866
|
+
"defaultValue": "false"
|
|
1867
|
+
},
|
|
1868
|
+
"syncGroup": {
|
|
1869
|
+
"type": "string",
|
|
1870
|
+
"mutable": false,
|
|
1871
|
+
"complexType": {
|
|
1872
|
+
"original": "string",
|
|
1873
|
+
"resolved": "string",
|
|
1874
|
+
"references": {}
|
|
1875
|
+
},
|
|
1876
|
+
"required": false,
|
|
1877
|
+
"optional": false,
|
|
1878
|
+
"docs": {
|
|
1879
|
+
"tags": [],
|
|
1880
|
+
"text": "Optional name for a synchronization group. All accordions with the same group \r\nname will synchronize their toggle states globally."
|
|
1881
|
+
},
|
|
1882
|
+
"getter": false,
|
|
1883
|
+
"setter": false,
|
|
1884
|
+
"reflect": false,
|
|
1885
|
+
"attribute": "sync-group",
|
|
1886
|
+
"defaultValue": "''"
|
|
1887
|
+
},
|
|
1888
|
+
"showBreadcrumbs": {
|
|
1889
|
+
"type": "boolean",
|
|
1890
|
+
"mutable": false,
|
|
1891
|
+
"complexType": {
|
|
1892
|
+
"original": "boolean",
|
|
1893
|
+
"resolved": "boolean",
|
|
1894
|
+
"references": {}
|
|
1895
|
+
},
|
|
1896
|
+
"required": false,
|
|
1897
|
+
"optional": false,
|
|
1898
|
+
"docs": {
|
|
1899
|
+
"tags": [],
|
|
1900
|
+
"text": "Show a navigation trail (breadcrumbs) for nested items in their headers"
|
|
1901
|
+
},
|
|
1902
|
+
"getter": false,
|
|
1903
|
+
"setter": false,
|
|
1904
|
+
"reflect": false,
|
|
1905
|
+
"attribute": "show-breadcrumbs",
|
|
1906
|
+
"defaultValue": "false"
|
|
1907
|
+
},
|
|
1908
|
+
"printExpandAll": {
|
|
1909
|
+
"type": "boolean",
|
|
1910
|
+
"mutable": false,
|
|
1911
|
+
"complexType": {
|
|
1912
|
+
"original": "boolean",
|
|
1913
|
+
"resolved": "boolean",
|
|
1914
|
+
"references": {}
|
|
1915
|
+
},
|
|
1916
|
+
"required": false,
|
|
1917
|
+
"optional": false,
|
|
1918
|
+
"docs": {
|
|
1919
|
+
"tags": [],
|
|
1920
|
+
"text": "Automatically expand all items and hide interactive controls when printing"
|
|
1921
|
+
},
|
|
1922
|
+
"getter": false,
|
|
1923
|
+
"setter": false,
|
|
1924
|
+
"reflect": false,
|
|
1925
|
+
"attribute": "print-expand-all",
|
|
1926
|
+
"defaultValue": "false"
|
|
1927
|
+
},
|
|
1928
|
+
"enableCollaborators": {
|
|
1929
|
+
"type": "boolean",
|
|
1930
|
+
"mutable": false,
|
|
1931
|
+
"complexType": {
|
|
1932
|
+
"original": "boolean",
|
|
1933
|
+
"resolved": "boolean",
|
|
1934
|
+
"references": {}
|
|
1935
|
+
},
|
|
1936
|
+
"required": false,
|
|
1937
|
+
"optional": false,
|
|
1938
|
+
"docs": {
|
|
1939
|
+
"tags": [],
|
|
1940
|
+
"text": "Enable real-time collaborator presence indicators in headers"
|
|
1941
|
+
},
|
|
1942
|
+
"getter": false,
|
|
1943
|
+
"setter": false,
|
|
1944
|
+
"reflect": false,
|
|
1945
|
+
"attribute": "enable-collaborators",
|
|
1946
|
+
"defaultValue": "false"
|
|
1947
|
+
},
|
|
1948
|
+
"enableAISummaries": {
|
|
1949
|
+
"type": "boolean",
|
|
1950
|
+
"mutable": false,
|
|
1951
|
+
"complexType": {
|
|
1952
|
+
"original": "boolean",
|
|
1953
|
+
"resolved": "boolean",
|
|
1954
|
+
"references": {}
|
|
1955
|
+
},
|
|
1956
|
+
"required": false,
|
|
1957
|
+
"optional": false,
|
|
1958
|
+
"docs": {
|
|
1959
|
+
"tags": [],
|
|
1960
|
+
"text": "Enable AI-generated content briefing tooltips on hover"
|
|
1961
|
+
},
|
|
1962
|
+
"getter": false,
|
|
1963
|
+
"setter": false,
|
|
1964
|
+
"reflect": false,
|
|
1965
|
+
"attribute": "enable-a-i-summaries",
|
|
1966
|
+
"defaultValue": "false"
|
|
1967
|
+
},
|
|
1968
|
+
"enablePortalReader": {
|
|
1969
|
+
"type": "boolean",
|
|
1970
|
+
"mutable": false,
|
|
1971
|
+
"complexType": {
|
|
1972
|
+
"original": "boolean",
|
|
1973
|
+
"resolved": "boolean",
|
|
1974
|
+
"references": {}
|
|
1975
|
+
},
|
|
1976
|
+
"required": false,
|
|
1977
|
+
"optional": false,
|
|
1978
|
+
"docs": {
|
|
1979
|
+
"tags": [],
|
|
1980
|
+
"text": "Enable full-screen 'Reading Portal' mode for deep-focus content analysis"
|
|
1981
|
+
},
|
|
1982
|
+
"getter": false,
|
|
1983
|
+
"setter": false,
|
|
1984
|
+
"reflect": false,
|
|
1985
|
+
"attribute": "enable-portal-reader",
|
|
1986
|
+
"defaultValue": "false"
|
|
1987
|
+
},
|
|
1988
|
+
"enableSnapshots": {
|
|
1989
|
+
"type": "boolean",
|
|
1990
|
+
"mutable": false,
|
|
1991
|
+
"complexType": {
|
|
1992
|
+
"original": "boolean",
|
|
1993
|
+
"resolved": "boolean",
|
|
1994
|
+
"references": {}
|
|
1995
|
+
},
|
|
1996
|
+
"required": false,
|
|
1997
|
+
"optional": false,
|
|
1998
|
+
"docs": {
|
|
1999
|
+
"tags": [],
|
|
2000
|
+
"text": "Enable Workflow 'Snapshots' (save/load open states)"
|
|
2001
|
+
},
|
|
2002
|
+
"getter": false,
|
|
2003
|
+
"setter": false,
|
|
2004
|
+
"reflect": false,
|
|
2005
|
+
"attribute": "enable-snapshots",
|
|
2006
|
+
"defaultValue": "false"
|
|
2007
|
+
},
|
|
2008
|
+
"enableStreaming": {
|
|
2009
|
+
"type": "boolean",
|
|
2010
|
+
"mutable": false,
|
|
2011
|
+
"complexType": {
|
|
2012
|
+
"original": "boolean",
|
|
2013
|
+
"resolved": "boolean",
|
|
2014
|
+
"references": {}
|
|
2015
|
+
},
|
|
2016
|
+
"required": false,
|
|
2017
|
+
"optional": false,
|
|
2018
|
+
"docs": {
|
|
2019
|
+
"tags": [],
|
|
2020
|
+
"text": "Enable real-time, auto-scrolling telemetry terminals inside items"
|
|
2021
|
+
},
|
|
2022
|
+
"getter": false,
|
|
2023
|
+
"setter": false,
|
|
2024
|
+
"reflect": false,
|
|
2025
|
+
"attribute": "enable-streaming",
|
|
2026
|
+
"defaultValue": "false"
|
|
2027
|
+
},
|
|
2028
|
+
"enableVoiceControl": {
|
|
2029
|
+
"type": "boolean",
|
|
2030
|
+
"mutable": false,
|
|
2031
|
+
"complexType": {
|
|
2032
|
+
"original": "boolean",
|
|
2033
|
+
"resolved": "boolean",
|
|
2034
|
+
"references": {}
|
|
2035
|
+
},
|
|
2036
|
+
"required": false,
|
|
2037
|
+
"optional": false,
|
|
2038
|
+
"docs": {
|
|
2039
|
+
"tags": [],
|
|
2040
|
+
"text": "Enable Voice-Activated industrial navigation (Hands-Free)"
|
|
2041
|
+
},
|
|
2042
|
+
"getter": false,
|
|
2043
|
+
"setter": false,
|
|
2044
|
+
"reflect": false,
|
|
2045
|
+
"attribute": "enable-voice-control",
|
|
2046
|
+
"defaultValue": "false"
|
|
2047
|
+
},
|
|
2048
|
+
"enableHolographic": {
|
|
2049
|
+
"type": "boolean",
|
|
2050
|
+
"mutable": false,
|
|
2051
|
+
"complexType": {
|
|
2052
|
+
"original": "boolean",
|
|
2053
|
+
"resolved": "boolean",
|
|
2054
|
+
"references": {}
|
|
2055
|
+
},
|
|
2056
|
+
"required": false,
|
|
2057
|
+
"optional": false,
|
|
2058
|
+
"docs": {
|
|
2059
|
+
"tags": [],
|
|
2060
|
+
"text": "Enable Advanced 3D 'Holographic' depth stacking on expansion"
|
|
2061
|
+
},
|
|
2062
|
+
"getter": false,
|
|
2063
|
+
"setter": false,
|
|
2064
|
+
"reflect": false,
|
|
2065
|
+
"attribute": "enable-holographic",
|
|
2066
|
+
"defaultValue": "false"
|
|
2067
|
+
},
|
|
2068
|
+
"enableTeleportation": {
|
|
2069
|
+
"type": "boolean",
|
|
2070
|
+
"mutable": false,
|
|
2071
|
+
"complexType": {
|
|
2072
|
+
"original": "boolean",
|
|
2073
|
+
"resolved": "boolean",
|
|
2074
|
+
"references": {}
|
|
2075
|
+
},
|
|
2076
|
+
"required": false,
|
|
2077
|
+
"optional": false,
|
|
2078
|
+
"docs": {
|
|
2079
|
+
"tags": [],
|
|
2080
|
+
"text": "Enable Smart-Link 'Teleportation' between accordion sections"
|
|
2081
|
+
},
|
|
2082
|
+
"getter": false,
|
|
2083
|
+
"setter": false,
|
|
2084
|
+
"reflect": false,
|
|
2085
|
+
"attribute": "enable-teleportation",
|
|
2086
|
+
"defaultValue": "false"
|
|
2087
|
+
},
|
|
2088
|
+
"iconLibrary": {
|
|
2089
|
+
"type": "string",
|
|
2090
|
+
"mutable": false,
|
|
2091
|
+
"complexType": {
|
|
2092
|
+
"original": "IconLibrary",
|
|
2093
|
+
"resolved": "\"bootstrap\" | \"default\" | \"emoji\" | \"fontawesome\" | \"google\" | \"iconoir\" | \"icons8\" | \"ionicons\" | \"lucide\" | \"remixicon\" | \"se\"",
|
|
2094
|
+
"references": {
|
|
2095
|
+
"IconLibrary": {
|
|
2096
|
+
"location": "import",
|
|
2097
|
+
"path": "../../types/common.type",
|
|
2098
|
+
"id": "src/types/common.type.d.ts::IconLibrary",
|
|
2099
|
+
"referenceLocation": "IconLibrary"
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"required": false,
|
|
2104
|
+
"optional": false,
|
|
2105
|
+
"docs": {
|
|
2106
|
+
"tags": [],
|
|
2107
|
+
"text": "Default library to use for icons (e.g., 'se', 'fontawesome', 'lucide', 'emoji', etc.)"
|
|
2108
|
+
},
|
|
2109
|
+
"getter": false,
|
|
2110
|
+
"setter": false,
|
|
2111
|
+
"reflect": false,
|
|
2112
|
+
"attribute": "icon-library",
|
|
2113
|
+
"defaultValue": "'lucide'"
|
|
2114
|
+
},
|
|
2115
|
+
"disabled": {
|
|
2116
|
+
"type": "boolean",
|
|
2117
|
+
"mutable": false,
|
|
2118
|
+
"complexType": {
|
|
2119
|
+
"original": "boolean",
|
|
2120
|
+
"resolved": "boolean",
|
|
2121
|
+
"references": {}
|
|
2122
|
+
},
|
|
2123
|
+
"required": false,
|
|
2124
|
+
"optional": false,
|
|
2125
|
+
"docs": {
|
|
2126
|
+
"tags": [],
|
|
2127
|
+
"text": "Disable the entire accordion"
|
|
2128
|
+
},
|
|
2129
|
+
"getter": false,
|
|
2130
|
+
"setter": false,
|
|
2131
|
+
"reflect": false,
|
|
2132
|
+
"attribute": "disabled",
|
|
2133
|
+
"defaultValue": "false"
|
|
2134
|
+
},
|
|
2135
|
+
"enableSearch": {
|
|
2136
|
+
"type": "boolean",
|
|
2137
|
+
"mutable": false,
|
|
2138
|
+
"complexType": {
|
|
2139
|
+
"original": "boolean",
|
|
2140
|
+
"resolved": "boolean",
|
|
2141
|
+
"references": {}
|
|
2142
|
+
},
|
|
2143
|
+
"required": false,
|
|
2144
|
+
"optional": false,
|
|
2145
|
+
"docs": {
|
|
2146
|
+
"tags": [],
|
|
2147
|
+
"text": "Enable search/filter functionality"
|
|
2148
|
+
},
|
|
2149
|
+
"getter": false,
|
|
2150
|
+
"setter": false,
|
|
2151
|
+
"reflect": false,
|
|
2152
|
+
"attribute": "enable-search",
|
|
2153
|
+
"defaultValue": "false"
|
|
2154
|
+
},
|
|
2155
|
+
"searchPlaceholder": {
|
|
2156
|
+
"type": "string",
|
|
2157
|
+
"mutable": false,
|
|
2158
|
+
"complexType": {
|
|
2159
|
+
"original": "string",
|
|
2160
|
+
"resolved": "string",
|
|
2161
|
+
"references": {}
|
|
2162
|
+
},
|
|
2163
|
+
"required": false,
|
|
2164
|
+
"optional": false,
|
|
2165
|
+
"docs": {
|
|
2166
|
+
"tags": [],
|
|
2167
|
+
"text": "Search input placeholder"
|
|
2168
|
+
},
|
|
2169
|
+
"getter": false,
|
|
2170
|
+
"setter": false,
|
|
2171
|
+
"reflect": false,
|
|
2172
|
+
"attribute": "search-placeholder",
|
|
2173
|
+
"defaultValue": "'Search...'"
|
|
2174
|
+
},
|
|
2175
|
+
"enableExpandCollapseAll": {
|
|
2176
|
+
"type": "boolean",
|
|
2177
|
+
"mutable": false,
|
|
2178
|
+
"complexType": {
|
|
2179
|
+
"original": "boolean",
|
|
2180
|
+
"resolved": "boolean",
|
|
2181
|
+
"references": {}
|
|
2182
|
+
},
|
|
2183
|
+
"required": false,
|
|
2184
|
+
"optional": false,
|
|
2185
|
+
"docs": {
|
|
2186
|
+
"tags": [],
|
|
2187
|
+
"text": "Show expand/collapse all buttons"
|
|
2188
|
+
},
|
|
2189
|
+
"getter": false,
|
|
2190
|
+
"setter": false,
|
|
2191
|
+
"reflect": false,
|
|
2192
|
+
"attribute": "enable-expand-collapse-all",
|
|
2193
|
+
"defaultValue": "false"
|
|
2194
|
+
},
|
|
2195
|
+
"enablePersistence": {
|
|
2196
|
+
"type": "boolean",
|
|
2197
|
+
"mutable": false,
|
|
2198
|
+
"complexType": {
|
|
2199
|
+
"original": "boolean",
|
|
2200
|
+
"resolved": "boolean",
|
|
2201
|
+
"references": {}
|
|
2202
|
+
},
|
|
2203
|
+
"required": false,
|
|
2204
|
+
"optional": false,
|
|
2205
|
+
"docs": {
|
|
2206
|
+
"tags": [],
|
|
2207
|
+
"text": "Save state to localStorage"
|
|
2208
|
+
},
|
|
2209
|
+
"getter": false,
|
|
2210
|
+
"setter": false,
|
|
2211
|
+
"reflect": false,
|
|
2212
|
+
"attribute": "enable-persistence",
|
|
2213
|
+
"defaultValue": "false"
|
|
2214
|
+
},
|
|
2215
|
+
"persistenceKey": {
|
|
2216
|
+
"type": "string",
|
|
2217
|
+
"mutable": false,
|
|
2218
|
+
"complexType": {
|
|
2219
|
+
"original": "string",
|
|
2220
|
+
"resolved": "string",
|
|
2221
|
+
"references": {}
|
|
2222
|
+
},
|
|
2223
|
+
"required": false,
|
|
2224
|
+
"optional": false,
|
|
2225
|
+
"docs": {
|
|
2226
|
+
"tags": [],
|
|
2227
|
+
"text": "localStorage key for persistence"
|
|
2228
|
+
},
|
|
2229
|
+
"getter": false,
|
|
2230
|
+
"setter": false,
|
|
2231
|
+
"reflect": false,
|
|
2232
|
+
"attribute": "persistence-key",
|
|
2233
|
+
"defaultValue": "'ui-accordion-state'"
|
|
2234
|
+
},
|
|
2235
|
+
"enableDragDrop": {
|
|
2236
|
+
"type": "boolean",
|
|
2237
|
+
"mutable": false,
|
|
2238
|
+
"complexType": {
|
|
2239
|
+
"original": "boolean",
|
|
2240
|
+
"resolved": "boolean",
|
|
2241
|
+
"references": {}
|
|
2242
|
+
},
|
|
2243
|
+
"required": false,
|
|
2244
|
+
"optional": false,
|
|
2245
|
+
"docs": {
|
|
2246
|
+
"tags": [],
|
|
2247
|
+
"text": "Enable drag & drop reordering"
|
|
2248
|
+
},
|
|
2249
|
+
"getter": false,
|
|
2250
|
+
"setter": false,
|
|
2251
|
+
"reflect": false,
|
|
2252
|
+
"attribute": "enable-drag-drop",
|
|
2253
|
+
"defaultValue": "false"
|
|
2254
|
+
},
|
|
2255
|
+
"enableNested": {
|
|
2256
|
+
"type": "boolean",
|
|
2257
|
+
"mutable": false,
|
|
2258
|
+
"complexType": {
|
|
2259
|
+
"original": "boolean",
|
|
2260
|
+
"resolved": "boolean",
|
|
2261
|
+
"references": {}
|
|
2262
|
+
},
|
|
2263
|
+
"required": false,
|
|
2264
|
+
"optional": false,
|
|
2265
|
+
"docs": {
|
|
2266
|
+
"tags": [],
|
|
2267
|
+
"text": "Enable nested accordion support"
|
|
2268
|
+
},
|
|
2269
|
+
"getter": false,
|
|
2270
|
+
"setter": false,
|
|
2271
|
+
"reflect": false,
|
|
2272
|
+
"attribute": "enable-nested",
|
|
2273
|
+
"defaultValue": "false"
|
|
2274
|
+
},
|
|
2275
|
+
"rtl": {
|
|
2276
|
+
"type": "boolean",
|
|
2277
|
+
"mutable": false,
|
|
2278
|
+
"complexType": {
|
|
2279
|
+
"original": "boolean",
|
|
2280
|
+
"resolved": "boolean",
|
|
2281
|
+
"references": {}
|
|
2282
|
+
},
|
|
2283
|
+
"required": false,
|
|
2284
|
+
"optional": false,
|
|
2285
|
+
"docs": {
|
|
2286
|
+
"tags": [],
|
|
2287
|
+
"text": "Right-to-left mode"
|
|
2288
|
+
},
|
|
2289
|
+
"getter": false,
|
|
2290
|
+
"setter": false,
|
|
2291
|
+
"reflect": false,
|
|
2292
|
+
"attribute": "rtl",
|
|
2293
|
+
"defaultValue": "false"
|
|
2294
|
+
},
|
|
2295
|
+
"dense": {
|
|
2296
|
+
"type": "boolean",
|
|
2297
|
+
"mutable": false,
|
|
2298
|
+
"complexType": {
|
|
2299
|
+
"original": "boolean",
|
|
2300
|
+
"resolved": "boolean",
|
|
2301
|
+
"references": {}
|
|
2302
|
+
},
|
|
2303
|
+
"required": false,
|
|
2304
|
+
"optional": false,
|
|
2305
|
+
"docs": {
|
|
2306
|
+
"tags": [],
|
|
2307
|
+
"text": "Compact/dense mode"
|
|
2308
|
+
},
|
|
2309
|
+
"getter": false,
|
|
2310
|
+
"setter": false,
|
|
2311
|
+
"reflect": false,
|
|
2312
|
+
"attribute": "dense",
|
|
2313
|
+
"defaultValue": "false"
|
|
2314
|
+
},
|
|
2315
|
+
"headerLevel": {
|
|
2316
|
+
"type": "number",
|
|
2317
|
+
"mutable": false,
|
|
2318
|
+
"complexType": {
|
|
2319
|
+
"original": "1 | 2 | 3 | 4 | 5 | 6",
|
|
2320
|
+
"resolved": "1 | 2 | 3 | 4 | 5 | 6",
|
|
2321
|
+
"references": {}
|
|
2322
|
+
},
|
|
2323
|
+
"required": false,
|
|
2324
|
+
"optional": false,
|
|
2325
|
+
"docs": {
|
|
2326
|
+
"tags": [],
|
|
2327
|
+
"text": "Header heading level (1-6) for accessibility"
|
|
2328
|
+
},
|
|
2329
|
+
"getter": false,
|
|
2330
|
+
"setter": false,
|
|
2331
|
+
"reflect": false,
|
|
2332
|
+
"attribute": "header-level",
|
|
2333
|
+
"defaultValue": "3"
|
|
2334
|
+
},
|
|
2335
|
+
"loading": {
|
|
2336
|
+
"type": "boolean",
|
|
2337
|
+
"mutable": false,
|
|
2338
|
+
"complexType": {
|
|
2339
|
+
"original": "boolean",
|
|
2340
|
+
"resolved": "boolean",
|
|
2341
|
+
"references": {}
|
|
2342
|
+
},
|
|
2343
|
+
"required": false,
|
|
2344
|
+
"optional": false,
|
|
2345
|
+
"docs": {
|
|
2346
|
+
"tags": [],
|
|
2347
|
+
"text": "Show global skeleton loading state"
|
|
2348
|
+
},
|
|
2349
|
+
"getter": false,
|
|
2350
|
+
"setter": false,
|
|
2351
|
+
"reflect": false,
|
|
2352
|
+
"attribute": "loading",
|
|
2353
|
+
"defaultValue": "false"
|
|
2354
|
+
},
|
|
2355
|
+
"autoScroll": {
|
|
2356
|
+
"type": "boolean",
|
|
2357
|
+
"mutable": false,
|
|
2358
|
+
"complexType": {
|
|
2359
|
+
"original": "boolean",
|
|
2360
|
+
"resolved": "boolean",
|
|
2361
|
+
"references": {}
|
|
2362
|
+
},
|
|
2363
|
+
"required": false,
|
|
2364
|
+
"optional": false,
|
|
2365
|
+
"docs": {
|
|
2366
|
+
"tags": [],
|
|
2367
|
+
"text": "Automatically scroll the item into view when it is opened if it's partially off-screen"
|
|
2368
|
+
},
|
|
2369
|
+
"getter": false,
|
|
2370
|
+
"setter": false,
|
|
2371
|
+
"reflect": false,
|
|
2372
|
+
"attribute": "auto-scroll",
|
|
2373
|
+
"defaultValue": "false"
|
|
2374
|
+
},
|
|
2375
|
+
"scrollBehavior": {
|
|
2376
|
+
"type": "string",
|
|
2377
|
+
"mutable": false,
|
|
2378
|
+
"complexType": {
|
|
2379
|
+
"original": "ScrollBehaviorType",
|
|
2380
|
+
"resolved": "\"auto\" | \"smooth\"",
|
|
2381
|
+
"references": {
|
|
2382
|
+
"ScrollBehaviorType": {
|
|
2383
|
+
"location": "import",
|
|
2384
|
+
"path": "./types",
|
|
2385
|
+
"id": "src/components/accordion/types.ts::ScrollBehavior",
|
|
2386
|
+
"referenceLocation": "ScrollBehaviorType"
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"required": false,
|
|
2391
|
+
"optional": false,
|
|
2392
|
+
"docs": {
|
|
2393
|
+
"tags": [],
|
|
2394
|
+
"text": "Scrolling behavior when autoScroll is enabled"
|
|
2395
|
+
},
|
|
2396
|
+
"getter": false,
|
|
2397
|
+
"setter": false,
|
|
2398
|
+
"reflect": false,
|
|
2399
|
+
"attribute": "scroll-behavior",
|
|
2400
|
+
"defaultValue": "'smooth'"
|
|
2401
|
+
}
|
|
2402
|
+
};
|
|
2403
|
+
}
|
|
2404
|
+
static get states() {
|
|
2405
|
+
return {
|
|
2406
|
+
"isListening": {},
|
|
2407
|
+
"voiceCommand": {},
|
|
2408
|
+
"activePortalId": {},
|
|
2409
|
+
"availableSnapshots": {},
|
|
2410
|
+
"unlockedItems": {},
|
|
2411
|
+
"patternInput": {},
|
|
2412
|
+
"activeLockId": {},
|
|
2413
|
+
"itemHeat": {},
|
|
2414
|
+
"_collaborators": {},
|
|
2415
|
+
"openItems": {},
|
|
2416
|
+
"parsedItems": {},
|
|
2417
|
+
"parsedDefaultOpen": {},
|
|
2418
|
+
"searchQuery": {},
|
|
2419
|
+
"filteredItems": {},
|
|
2420
|
+
"draggedItemId": {},
|
|
2421
|
+
"dragOverItemId": {},
|
|
2422
|
+
"animatingItems": {},
|
|
2423
|
+
"isShaking": {}
|
|
2424
|
+
};
|
|
2425
|
+
}
|
|
2426
|
+
static get events() {
|
|
2427
|
+
return [{
|
|
2428
|
+
"method": "accordionChange",
|
|
2429
|
+
"name": "accordionChange",
|
|
2430
|
+
"bubbles": true,
|
|
2431
|
+
"cancelable": true,
|
|
2432
|
+
"composed": true,
|
|
2433
|
+
"docs": {
|
|
2434
|
+
"tags": [],
|
|
2435
|
+
"text": ""
|
|
2436
|
+
},
|
|
2437
|
+
"complexType": {
|
|
2438
|
+
"original": "AccordionChangeEvent",
|
|
2439
|
+
"resolved": "AccordionChangeEvent",
|
|
2440
|
+
"references": {
|
|
2441
|
+
"AccordionChangeEvent": {
|
|
2442
|
+
"location": "import",
|
|
2443
|
+
"path": "./types",
|
|
2444
|
+
"id": "src/components/accordion/types.ts::AccordionChangeEvent",
|
|
2445
|
+
"referenceLocation": "AccordionChangeEvent"
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}, {
|
|
2450
|
+
"method": "beforeOpen",
|
|
2451
|
+
"name": "beforeOpen",
|
|
2452
|
+
"bubbles": true,
|
|
2453
|
+
"cancelable": true,
|
|
2454
|
+
"composed": true,
|
|
2455
|
+
"docs": {
|
|
2456
|
+
"tags": [],
|
|
2457
|
+
"text": ""
|
|
2458
|
+
},
|
|
2459
|
+
"complexType": {
|
|
2460
|
+
"original": "AccordionAnimationEvent",
|
|
2461
|
+
"resolved": "AccordionAnimationEvent",
|
|
2462
|
+
"references": {
|
|
2463
|
+
"AccordionAnimationEvent": {
|
|
2464
|
+
"location": "import",
|
|
2465
|
+
"path": "./types",
|
|
2466
|
+
"id": "src/components/accordion/types.ts::AccordionAnimationEvent",
|
|
2467
|
+
"referenceLocation": "AccordionAnimationEvent"
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
}, {
|
|
2472
|
+
"method": "afterOpen",
|
|
2473
|
+
"name": "afterOpen",
|
|
2474
|
+
"bubbles": true,
|
|
2475
|
+
"cancelable": true,
|
|
2476
|
+
"composed": true,
|
|
2477
|
+
"docs": {
|
|
2478
|
+
"tags": [],
|
|
2479
|
+
"text": ""
|
|
2480
|
+
},
|
|
2481
|
+
"complexType": {
|
|
2482
|
+
"original": "AccordionAnimationEvent",
|
|
2483
|
+
"resolved": "AccordionAnimationEvent",
|
|
2484
|
+
"references": {
|
|
2485
|
+
"AccordionAnimationEvent": {
|
|
2486
|
+
"location": "import",
|
|
2487
|
+
"path": "./types",
|
|
2488
|
+
"id": "src/components/accordion/types.ts::AccordionAnimationEvent",
|
|
2489
|
+
"referenceLocation": "AccordionAnimationEvent"
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
}, {
|
|
2494
|
+
"method": "beforeClose",
|
|
2495
|
+
"name": "beforeClose",
|
|
2496
|
+
"bubbles": true,
|
|
2497
|
+
"cancelable": true,
|
|
2498
|
+
"composed": true,
|
|
2499
|
+
"docs": {
|
|
2500
|
+
"tags": [],
|
|
2501
|
+
"text": ""
|
|
2502
|
+
},
|
|
2503
|
+
"complexType": {
|
|
2504
|
+
"original": "AccordionAnimationEvent",
|
|
2505
|
+
"resolved": "AccordionAnimationEvent",
|
|
2506
|
+
"references": {
|
|
2507
|
+
"AccordionAnimationEvent": {
|
|
2508
|
+
"location": "import",
|
|
2509
|
+
"path": "./types",
|
|
2510
|
+
"id": "src/components/accordion/types.ts::AccordionAnimationEvent",
|
|
2511
|
+
"referenceLocation": "AccordionAnimationEvent"
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
}, {
|
|
2516
|
+
"method": "afterClose",
|
|
2517
|
+
"name": "afterClose",
|
|
2518
|
+
"bubbles": true,
|
|
2519
|
+
"cancelable": true,
|
|
2520
|
+
"composed": true,
|
|
2521
|
+
"docs": {
|
|
2522
|
+
"tags": [],
|
|
2523
|
+
"text": ""
|
|
2524
|
+
},
|
|
2525
|
+
"complexType": {
|
|
2526
|
+
"original": "AccordionAnimationEvent",
|
|
2527
|
+
"resolved": "AccordionAnimationEvent",
|
|
2528
|
+
"references": {
|
|
2529
|
+
"AccordionAnimationEvent": {
|
|
2530
|
+
"location": "import",
|
|
2531
|
+
"path": "./types",
|
|
2532
|
+
"id": "src/components/accordion/types.ts::AccordionAnimationEvent",
|
|
2533
|
+
"referenceLocation": "AccordionAnimationEvent"
|
|
2534
|
+
}
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2537
|
+
}, {
|
|
2538
|
+
"method": "accordionSearch",
|
|
2539
|
+
"name": "accordionSearch",
|
|
2540
|
+
"bubbles": true,
|
|
2541
|
+
"cancelable": true,
|
|
2542
|
+
"composed": true,
|
|
2543
|
+
"docs": {
|
|
2544
|
+
"tags": [],
|
|
2545
|
+
"text": ""
|
|
2546
|
+
},
|
|
2547
|
+
"complexType": {
|
|
2548
|
+
"original": "AccordionSearchEvent",
|
|
2549
|
+
"resolved": "AccordionSearchEvent",
|
|
2550
|
+
"references": {
|
|
2551
|
+
"AccordionSearchEvent": {
|
|
2552
|
+
"location": "import",
|
|
2553
|
+
"path": "./types",
|
|
2554
|
+
"id": "src/components/accordion/types.ts::AccordionSearchEvent",
|
|
2555
|
+
"referenceLocation": "AccordionSearchEvent"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
}, {
|
|
2560
|
+
"method": "accordionReorder",
|
|
2561
|
+
"name": "accordionReorder",
|
|
2562
|
+
"bubbles": true,
|
|
2563
|
+
"cancelable": true,
|
|
2564
|
+
"composed": true,
|
|
2565
|
+
"docs": {
|
|
2566
|
+
"tags": [],
|
|
2567
|
+
"text": ""
|
|
2568
|
+
},
|
|
2569
|
+
"complexType": {
|
|
2570
|
+
"original": "AccordionReorderEvent",
|
|
2571
|
+
"resolved": "AccordionReorderEvent",
|
|
2572
|
+
"references": {
|
|
2573
|
+
"AccordionReorderEvent": {
|
|
2574
|
+
"location": "import",
|
|
2575
|
+
"path": "./types",
|
|
2576
|
+
"id": "src/components/accordion/types.ts::AccordionReorderEvent",
|
|
2577
|
+
"referenceLocation": "AccordionReorderEvent"
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
}, {
|
|
2582
|
+
"method": "accordionAction",
|
|
2583
|
+
"name": "accordionAction",
|
|
2584
|
+
"bubbles": true,
|
|
2585
|
+
"cancelable": true,
|
|
2586
|
+
"composed": true,
|
|
2587
|
+
"docs": {
|
|
2588
|
+
"tags": [],
|
|
2589
|
+
"text": ""
|
|
2590
|
+
},
|
|
2591
|
+
"complexType": {
|
|
2592
|
+
"original": "AccordionActionEvent",
|
|
2593
|
+
"resolved": "AccordionActionEvent",
|
|
2594
|
+
"references": {
|
|
2595
|
+
"AccordionActionEvent": {
|
|
2596
|
+
"location": "import",
|
|
2597
|
+
"path": "./types",
|
|
2598
|
+
"id": "src/components/accordion/types.ts::AccordionActionEvent",
|
|
2599
|
+
"referenceLocation": "AccordionActionEvent"
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
}];
|
|
2604
|
+
}
|
|
2605
|
+
static get methods() {
|
|
2606
|
+
return {
|
|
2607
|
+
"shake": {
|
|
2608
|
+
"complexType": {
|
|
2609
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2610
|
+
"parameters": [{
|
|
2611
|
+
"name": "itemId",
|
|
2612
|
+
"type": "string",
|
|
2613
|
+
"docs": ""
|
|
2614
|
+
}],
|
|
2615
|
+
"references": {
|
|
2616
|
+
"Promise": {
|
|
2617
|
+
"location": "global",
|
|
2618
|
+
"id": "global::Promise"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"return": "Promise<void>"
|
|
2622
|
+
},
|
|
2623
|
+
"docs": {
|
|
2624
|
+
"text": "Triggers a kinetic shake animation on a specific item (Veto feedback)",
|
|
2625
|
+
"tags": []
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"success": {
|
|
2629
|
+
"complexType": {
|
|
2630
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2631
|
+
"parameters": [{
|
|
2632
|
+
"name": "itemId",
|
|
2633
|
+
"type": "string",
|
|
2634
|
+
"docs": ""
|
|
2635
|
+
}],
|
|
2636
|
+
"references": {
|
|
2637
|
+
"Promise": {
|
|
2638
|
+
"location": "global",
|
|
2639
|
+
"id": "global::Promise"
|
|
2640
|
+
},
|
|
2641
|
+
"HTMLElement": {
|
|
2642
|
+
"location": "global",
|
|
2643
|
+
"id": "global::HTMLElement"
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
"return": "Promise<void>"
|
|
2647
|
+
},
|
|
2648
|
+
"docs": {
|
|
2649
|
+
"text": "Triggers a success radiant pulse on a specific item",
|
|
2650
|
+
"tags": []
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"openItem": {
|
|
2654
|
+
"complexType": {
|
|
2655
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2656
|
+
"parameters": [{
|
|
2657
|
+
"name": "itemId",
|
|
2658
|
+
"type": "string",
|
|
2659
|
+
"docs": ""
|
|
2660
|
+
}],
|
|
2661
|
+
"references": {
|
|
2662
|
+
"Promise": {
|
|
2663
|
+
"location": "global",
|
|
2664
|
+
"id": "global::Promise"
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
"return": "Promise<void>"
|
|
2668
|
+
},
|
|
2669
|
+
"docs": {
|
|
2670
|
+
"text": "",
|
|
2671
|
+
"tags": []
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
"closeItem": {
|
|
2675
|
+
"complexType": {
|
|
2676
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2677
|
+
"parameters": [{
|
|
2678
|
+
"name": "itemId",
|
|
2679
|
+
"type": "string",
|
|
2680
|
+
"docs": ""
|
|
2681
|
+
}],
|
|
2682
|
+
"references": {
|
|
2683
|
+
"Promise": {
|
|
2684
|
+
"location": "global",
|
|
2685
|
+
"id": "global::Promise"
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
"return": "Promise<void>"
|
|
2689
|
+
},
|
|
2690
|
+
"docs": {
|
|
2691
|
+
"text": "",
|
|
2692
|
+
"tags": []
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
"toggleItemById": {
|
|
2696
|
+
"complexType": {
|
|
2697
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2698
|
+
"parameters": [{
|
|
2699
|
+
"name": "itemId",
|
|
2700
|
+
"type": "string",
|
|
2701
|
+
"docs": ""
|
|
2702
|
+
}],
|
|
2703
|
+
"references": {
|
|
2704
|
+
"Promise": {
|
|
2705
|
+
"location": "global",
|
|
2706
|
+
"id": "global::Promise"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2709
|
+
"return": "Promise<void>"
|
|
2710
|
+
},
|
|
2711
|
+
"docs": {
|
|
2712
|
+
"text": "",
|
|
2713
|
+
"tags": []
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"openAll": {
|
|
2717
|
+
"complexType": {
|
|
2718
|
+
"signature": "() => Promise<void>",
|
|
2719
|
+
"parameters": [],
|
|
2720
|
+
"references": {
|
|
2721
|
+
"Promise": {
|
|
2722
|
+
"location": "global",
|
|
2723
|
+
"id": "global::Promise"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
"return": "Promise<void>"
|
|
2727
|
+
},
|
|
2728
|
+
"docs": {
|
|
2729
|
+
"text": "",
|
|
2730
|
+
"tags": []
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
"closeAll": {
|
|
2734
|
+
"complexType": {
|
|
2735
|
+
"signature": "() => Promise<void>",
|
|
2736
|
+
"parameters": [],
|
|
2737
|
+
"references": {
|
|
2738
|
+
"Promise": {
|
|
2739
|
+
"location": "global",
|
|
2740
|
+
"id": "global::Promise"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
"return": "Promise<void>"
|
|
2744
|
+
},
|
|
2745
|
+
"docs": {
|
|
2746
|
+
"text": "",
|
|
2747
|
+
"tags": []
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2750
|
+
"scrollToItem": {
|
|
2751
|
+
"complexType": {
|
|
2752
|
+
"signature": "(itemId: string, behavior?: ScrollBehaviorType) => Promise<void>",
|
|
2753
|
+
"parameters": [{
|
|
2754
|
+
"name": "itemId",
|
|
2755
|
+
"type": "string",
|
|
2756
|
+
"docs": ""
|
|
2757
|
+
}, {
|
|
2758
|
+
"name": "behavior",
|
|
2759
|
+
"type": "\"auto\" | \"smooth\"",
|
|
2760
|
+
"docs": ""
|
|
2761
|
+
}],
|
|
2762
|
+
"references": {
|
|
2763
|
+
"Promise": {
|
|
2764
|
+
"location": "global",
|
|
2765
|
+
"id": "global::Promise"
|
|
2766
|
+
},
|
|
2767
|
+
"ScrollBehaviorType": {
|
|
2768
|
+
"location": "import",
|
|
2769
|
+
"path": "./types",
|
|
2770
|
+
"id": "src/components/accordion/types.ts::ScrollBehavior",
|
|
2771
|
+
"referenceLocation": "ScrollBehaviorType"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
"return": "Promise<void>"
|
|
2775
|
+
},
|
|
2776
|
+
"docs": {
|
|
2777
|
+
"text": "",
|
|
2778
|
+
"tags": []
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
"searchItems": {
|
|
2782
|
+
"complexType": {
|
|
2783
|
+
"signature": "(query: string) => Promise<void>",
|
|
2784
|
+
"parameters": [{
|
|
2785
|
+
"name": "query",
|
|
2786
|
+
"type": "string",
|
|
2787
|
+
"docs": ""
|
|
2788
|
+
}],
|
|
2789
|
+
"references": {
|
|
2790
|
+
"Promise": {
|
|
2791
|
+
"location": "global",
|
|
2792
|
+
"id": "global::Promise"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"return": "Promise<void>"
|
|
2796
|
+
},
|
|
2797
|
+
"docs": {
|
|
2798
|
+
"text": "",
|
|
2799
|
+
"tags": []
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2802
|
+
"clearSearch": {
|
|
2803
|
+
"complexType": {
|
|
2804
|
+
"signature": "() => Promise<void>",
|
|
2805
|
+
"parameters": [],
|
|
2806
|
+
"references": {
|
|
2807
|
+
"Promise": {
|
|
2808
|
+
"location": "global",
|
|
2809
|
+
"id": "global::Promise"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
"return": "Promise<void>"
|
|
2813
|
+
},
|
|
2814
|
+
"docs": {
|
|
2815
|
+
"text": "",
|
|
2816
|
+
"tags": []
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"getOpenItems": {
|
|
2820
|
+
"complexType": {
|
|
2821
|
+
"signature": "() => Promise<string[]>",
|
|
2822
|
+
"parameters": [],
|
|
2823
|
+
"references": {
|
|
2824
|
+
"Promise": {
|
|
2825
|
+
"location": "global",
|
|
2826
|
+
"id": "global::Promise"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"return": "Promise<string[]>"
|
|
2830
|
+
},
|
|
2831
|
+
"docs": {
|
|
2832
|
+
"text": "",
|
|
2833
|
+
"tags": []
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"setOpenItems": {
|
|
2837
|
+
"complexType": {
|
|
2838
|
+
"signature": "(itemIds: string[]) => Promise<void>",
|
|
2839
|
+
"parameters": [{
|
|
2840
|
+
"name": "itemIds",
|
|
2841
|
+
"type": "string[]",
|
|
2842
|
+
"docs": ""
|
|
2843
|
+
}],
|
|
2844
|
+
"references": {
|
|
2845
|
+
"Promise": {
|
|
2846
|
+
"location": "global",
|
|
2847
|
+
"id": "global::Promise"
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2850
|
+
"return": "Promise<void>"
|
|
2851
|
+
},
|
|
2852
|
+
"docs": {
|
|
2853
|
+
"text": "",
|
|
2854
|
+
"tags": []
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
"saveSnapshot": {
|
|
2858
|
+
"complexType": {
|
|
2859
|
+
"signature": "(name: string) => Promise<void>",
|
|
2860
|
+
"parameters": [{
|
|
2861
|
+
"name": "name",
|
|
2862
|
+
"type": "string",
|
|
2863
|
+
"docs": ""
|
|
2864
|
+
}],
|
|
2865
|
+
"references": {
|
|
2866
|
+
"Promise": {
|
|
2867
|
+
"location": "global",
|
|
2868
|
+
"id": "global::Promise"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
"return": "Promise<void>"
|
|
2872
|
+
},
|
|
2873
|
+
"docs": {
|
|
2874
|
+
"text": "",
|
|
2875
|
+
"tags": []
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
"teleportTo": {
|
|
2879
|
+
"complexType": {
|
|
2880
|
+
"signature": "(itemId: string) => Promise<void>",
|
|
2881
|
+
"parameters": [{
|
|
2882
|
+
"name": "itemId",
|
|
2883
|
+
"type": "string",
|
|
2884
|
+
"docs": ""
|
|
2885
|
+
}],
|
|
2886
|
+
"references": {
|
|
2887
|
+
"Promise": {
|
|
2888
|
+
"location": "global",
|
|
2889
|
+
"id": "global::Promise"
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
"return": "Promise<void>"
|
|
2893
|
+
},
|
|
2894
|
+
"docs": {
|
|
2895
|
+
"text": "",
|
|
2896
|
+
"tags": []
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
"initVoice": {
|
|
2900
|
+
"complexType": {
|
|
2901
|
+
"signature": "() => Promise<void>",
|
|
2902
|
+
"parameters": [],
|
|
2903
|
+
"references": {
|
|
2904
|
+
"Promise": {
|
|
2905
|
+
"location": "global",
|
|
2906
|
+
"id": "global::Promise"
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2909
|
+
"return": "Promise<void>"
|
|
2910
|
+
},
|
|
2911
|
+
"docs": {
|
|
2912
|
+
"text": "",
|
|
2913
|
+
"tags": []
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
};
|
|
2917
|
+
}
|
|
2918
|
+
static get elementRef() { return "element"; }
|
|
2919
|
+
static get watchers() {
|
|
2920
|
+
return [{
|
|
2921
|
+
"propName": "expandedItems",
|
|
2922
|
+
"methodName": "onExpandedItemsChange"
|
|
2923
|
+
}, {
|
|
2924
|
+
"propName": "items",
|
|
2925
|
+
"methodName": "onItemsChange"
|
|
2926
|
+
}, {
|
|
2927
|
+
"propName": "defaultOpen",
|
|
2928
|
+
"methodName": "onDefaultOpenChange"
|
|
2929
|
+
}, {
|
|
2930
|
+
"propName": "multiple",
|
|
2931
|
+
"methodName": "onMultipleChange"
|
|
2932
|
+
}, {
|
|
2933
|
+
"propName": "animationDuration",
|
|
2934
|
+
"methodName": "onAnimationDurationChange"
|
|
2935
|
+
}, {
|
|
2936
|
+
"propName": "showNumbers",
|
|
2937
|
+
"methodName": "onShowNumbersChange"
|
|
2938
|
+
}];
|
|
2939
|
+
}
|
|
2940
|
+
static get listeners() {
|
|
2941
|
+
return [{
|
|
2942
|
+
"name": "accordionRemoteState",
|
|
2943
|
+
"method": "handleRemoteSync",
|
|
2944
|
+
"target": "window",
|
|
2945
|
+
"capture": false,
|
|
2946
|
+
"passive": false
|
|
2947
|
+
}, {
|
|
2948
|
+
"name": "keydown",
|
|
2949
|
+
"method": "handleKeyDown",
|
|
2950
|
+
"target": "window",
|
|
2951
|
+
"capture": false,
|
|
2952
|
+
"passive": false
|
|
2953
|
+
}];
|
|
2954
|
+
}
|
|
2955
|
+
}
|