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,1697 @@
|
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
|
+
export class AsidePanel {
|
|
3
|
+
/**
|
|
4
|
+
* Whether the aside panel is open
|
|
5
|
+
*/
|
|
6
|
+
open = false;
|
|
7
|
+
/**
|
|
8
|
+
* Direction from which the panel slides in: 'left', 'right', 'top', 'bottom'
|
|
9
|
+
*/
|
|
10
|
+
direction = 'right';
|
|
11
|
+
/**
|
|
12
|
+
* Width of the panel (for left/right) or height (for top/bottom)
|
|
13
|
+
*/
|
|
14
|
+
size = '320px';
|
|
15
|
+
/**
|
|
16
|
+
* Enable 'Mini' mode (collapsed into a thin icon-bar)
|
|
17
|
+
*/
|
|
18
|
+
mini = false;
|
|
19
|
+
/**
|
|
20
|
+
* Width/Height of the panel in its 'Mini' state
|
|
21
|
+
*/
|
|
22
|
+
miniSize = '64px';
|
|
23
|
+
/**
|
|
24
|
+
* Prevent closing via overlay or escape (Locked state)
|
|
25
|
+
*/
|
|
26
|
+
pinned = false;
|
|
27
|
+
/**
|
|
28
|
+
* Legacy variant support (maps to theme if set)
|
|
29
|
+
*/
|
|
30
|
+
variant = 'default';
|
|
31
|
+
/**
|
|
32
|
+
* Visual theme: 'default' | 'glass' | 'radiant' | 'zenith'
|
|
33
|
+
*/
|
|
34
|
+
theme = 'default';
|
|
35
|
+
/**
|
|
36
|
+
* Enable auditory haptics (Industrial click sounds)
|
|
37
|
+
*/
|
|
38
|
+
haptic = false;
|
|
39
|
+
/**
|
|
40
|
+
* Enable 3D Parallax tilt effect on content
|
|
41
|
+
*/
|
|
42
|
+
enableParallax = false;
|
|
43
|
+
/**
|
|
44
|
+
* Voice-Activated navigation (Hands-Free)
|
|
45
|
+
*/
|
|
46
|
+
enableVoiceControl = false;
|
|
47
|
+
/**
|
|
48
|
+
* Sync group ID for broadcasting state across instances
|
|
49
|
+
*/
|
|
50
|
+
syncGroup = '';
|
|
51
|
+
/**
|
|
52
|
+
* Scope to a specific container ID (teleports if necessary)
|
|
53
|
+
*/
|
|
54
|
+
/**
|
|
55
|
+
* Whether the panel is in 'Maximized' (Full Screen) mode
|
|
56
|
+
*/
|
|
57
|
+
maximized = false;
|
|
58
|
+
/**
|
|
59
|
+
* Whether the panel should automatically enter 'Mini' mode on sm screens
|
|
60
|
+
*/
|
|
61
|
+
autoMini = true;
|
|
62
|
+
/**
|
|
63
|
+
* Global shortcut key to toggle the panel (requires Ctrl key, e.g. 'B')
|
|
64
|
+
*/
|
|
65
|
+
toggleShortcut = '';
|
|
66
|
+
/**
|
|
67
|
+
* Whether to show the 3-dot action menu button in the toolbar
|
|
68
|
+
*/
|
|
69
|
+
showActions = false;
|
|
70
|
+
/**
|
|
71
|
+
* Array of items for the action menu (3-dot)
|
|
72
|
+
*/
|
|
73
|
+
actionItems = [];
|
|
74
|
+
/**
|
|
75
|
+
* Stagger offset for multi-instance layouts (pixels)
|
|
76
|
+
*/
|
|
77
|
+
stackOffset = 0;
|
|
78
|
+
scope = 'body';
|
|
79
|
+
/**
|
|
80
|
+
* Whether to show the close button
|
|
81
|
+
*/
|
|
82
|
+
closeable = true;
|
|
83
|
+
/**
|
|
84
|
+
* Whether clicking the overlay closes the panel
|
|
85
|
+
*/
|
|
86
|
+
closeOnOverlayClick = true;
|
|
87
|
+
/**
|
|
88
|
+
* Whether to show the background overlay
|
|
89
|
+
*/
|
|
90
|
+
showOverlay = false;
|
|
91
|
+
/**
|
|
92
|
+
* Whether the panel can be closed by pressing Escape key
|
|
93
|
+
*/
|
|
94
|
+
closeOnEscape = true;
|
|
95
|
+
/**
|
|
96
|
+
* Whether the panel is resizable
|
|
97
|
+
*/
|
|
98
|
+
resizable = false;
|
|
99
|
+
/**
|
|
100
|
+
* Color of the resize handle (e.g. '#3bf673')
|
|
101
|
+
*/
|
|
102
|
+
resizeHandleColor = '';
|
|
103
|
+
/**
|
|
104
|
+
* Whether to show a visual indicator on the resize handle
|
|
105
|
+
*/
|
|
106
|
+
showResizeIndicator = true;
|
|
107
|
+
/**
|
|
108
|
+
* Minimum size (width or height) in pixels
|
|
109
|
+
*/
|
|
110
|
+
minSize = 200;
|
|
111
|
+
/**
|
|
112
|
+
* Whether to enable Right-to-Left (RTL) mode
|
|
113
|
+
*/
|
|
114
|
+
rtl = false;
|
|
115
|
+
/**
|
|
116
|
+
* Maximum size (width or height) in pixels
|
|
117
|
+
*/
|
|
118
|
+
maxSize = 1200;
|
|
119
|
+
/**
|
|
120
|
+
* Backdrop blur amount (e.g., '8px')
|
|
121
|
+
*/
|
|
122
|
+
backdropBlur = '0';
|
|
123
|
+
/**
|
|
124
|
+
* Animation transition duration (e.g. '0.3s' or '500ms')
|
|
125
|
+
*/
|
|
126
|
+
transitionDuration = '1s';
|
|
127
|
+
/**
|
|
128
|
+
* Animation style for opening and closing
|
|
129
|
+
* @default 'slide-in-out'
|
|
130
|
+
*/
|
|
131
|
+
animationType = 'slide-in-out';
|
|
132
|
+
/**
|
|
133
|
+
* Whether the panel is in a loading state
|
|
134
|
+
*/
|
|
135
|
+
loading = false;
|
|
136
|
+
/**
|
|
137
|
+
* Diagnostic progress bar percentage (0-100, -1 to hide)
|
|
138
|
+
*/
|
|
139
|
+
progress = -1;
|
|
140
|
+
/**
|
|
141
|
+
* Status badge label for the header
|
|
142
|
+
*/
|
|
143
|
+
badge = "";
|
|
144
|
+
/**
|
|
145
|
+
* Key to persist the panel's open state and size in localStorage
|
|
146
|
+
*/
|
|
147
|
+
persistKey;
|
|
148
|
+
/**
|
|
149
|
+
* Offset from the screen edge for 'floating' variant (e.g., '20px')
|
|
150
|
+
*/
|
|
151
|
+
floatingOffset = '20px';
|
|
152
|
+
/**
|
|
153
|
+
* Secondary dimension size for 'floating' variant (height if left/right, width if top/bottom)
|
|
154
|
+
* If 'auto', it stretches to the full viewport minus offsets.
|
|
155
|
+
*/
|
|
156
|
+
secondarySize = 'auto';
|
|
157
|
+
/**
|
|
158
|
+
* Alignment along the secondary axis for 'floating' variant
|
|
159
|
+
*/
|
|
160
|
+
floatingAlign = 'stretch';
|
|
161
|
+
/**
|
|
162
|
+
* Background color of the panel
|
|
163
|
+
*/
|
|
164
|
+
backgroundColor = 'white';
|
|
165
|
+
/**
|
|
166
|
+
* Event emitted when the panel is closed
|
|
167
|
+
*/
|
|
168
|
+
asideClosed;
|
|
169
|
+
/**
|
|
170
|
+
* Event emitted when the panel is opened
|
|
171
|
+
*/
|
|
172
|
+
asideOpened;
|
|
173
|
+
/**
|
|
174
|
+
* Event emitted when the panel is resized
|
|
175
|
+
*/
|
|
176
|
+
asideResized;
|
|
177
|
+
/**
|
|
178
|
+
* Event emitted when the 3-dot action menu is clicked
|
|
179
|
+
*/
|
|
180
|
+
asideActionClick;
|
|
181
|
+
/**
|
|
182
|
+
* Event emitted when the state (open/mini) changes
|
|
183
|
+
*/
|
|
184
|
+
asideStateChange;
|
|
185
|
+
currentSize;
|
|
186
|
+
isResizing = false;
|
|
187
|
+
isListening = false;
|
|
188
|
+
mouseRotation = { x: 0, y: 0 };
|
|
189
|
+
hostElement;
|
|
190
|
+
startPos = 0;
|
|
191
|
+
startSize = 0;
|
|
192
|
+
firstFocusableEl;
|
|
193
|
+
lastFocusableEl;
|
|
194
|
+
watchOpenHandler(newValue) {
|
|
195
|
+
if (newValue) {
|
|
196
|
+
this.playHaptic('open');
|
|
197
|
+
this.asideOpened.emit();
|
|
198
|
+
this.handleFocusTrap();
|
|
199
|
+
this.saveState();
|
|
200
|
+
this.broadcastState();
|
|
201
|
+
if (this.scope === 'body')
|
|
202
|
+
document.body.classList.add('ui-aside-open');
|
|
203
|
+
}
|
|
204
|
+
else {
|
|
205
|
+
this.playHaptic('close');
|
|
206
|
+
this.asideClosed.emit();
|
|
207
|
+
this.saveState();
|
|
208
|
+
this.broadcastState();
|
|
209
|
+
if (this.scope === 'body')
|
|
210
|
+
document.body.classList.remove('ui-aside-open');
|
|
211
|
+
}
|
|
212
|
+
this.asideStateChange.emit({ open: this.open, mini: this.mini });
|
|
213
|
+
}
|
|
214
|
+
watchMiniHandler() {
|
|
215
|
+
this.playHaptic('toggle');
|
|
216
|
+
this.asideStateChange.emit({ open: this.open, mini: this.mini });
|
|
217
|
+
this.saveState();
|
|
218
|
+
}
|
|
219
|
+
handleWindowResize() {
|
|
220
|
+
if (this.autoMini && window.innerWidth < 1024) {
|
|
221
|
+
this.mini = true;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
componentWillLoad() {
|
|
225
|
+
this.loadState();
|
|
226
|
+
if (!this.currentSize) {
|
|
227
|
+
this.currentSize = parseInt(this.size);
|
|
228
|
+
}
|
|
229
|
+
if (this.autoMini && window.innerWidth < 1024) {
|
|
230
|
+
this.mini = true;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
handleRemoteSync(ev) {
|
|
234
|
+
if (!this.syncGroup || ev.detail.group !== this.syncGroup || ev.detail.sourceId === this.hostElement.id)
|
|
235
|
+
return;
|
|
236
|
+
this.open = ev.detail.open;
|
|
237
|
+
this.mini = ev.detail.mini;
|
|
238
|
+
}
|
|
239
|
+
broadcastState() {
|
|
240
|
+
if (!this.syncGroup)
|
|
241
|
+
return;
|
|
242
|
+
window.dispatchEvent(new CustomEvent('asideRemoteState', {
|
|
243
|
+
detail: {
|
|
244
|
+
group: this.syncGroup,
|
|
245
|
+
sourceId: this.hostElement.id,
|
|
246
|
+
open: this.open,
|
|
247
|
+
mini: this.mini
|
|
248
|
+
}
|
|
249
|
+
}));
|
|
250
|
+
}
|
|
251
|
+
playHaptic(type) {
|
|
252
|
+
if (!this.haptic)
|
|
253
|
+
return;
|
|
254
|
+
try {
|
|
255
|
+
const audioCtx = new (window.AudioContext || window.webkitAudioContext)();
|
|
256
|
+
const oscillator = audioCtx.createOscillator();
|
|
257
|
+
const gainNode = audioCtx.createGain();
|
|
258
|
+
oscillator.connect(gainNode);
|
|
259
|
+
gainNode.connect(audioCtx.destination);
|
|
260
|
+
const now = audioCtx.currentTime;
|
|
261
|
+
if (type === 'open') {
|
|
262
|
+
oscillator.frequency.setValueAtTime(440, now);
|
|
263
|
+
oscillator.frequency.exponentialRampToValueAtTime(880, now + 0.1);
|
|
264
|
+
}
|
|
265
|
+
else if (type === 'close') {
|
|
266
|
+
oscillator.frequency.setValueAtTime(880, now);
|
|
267
|
+
oscillator.frequency.exponentialRampToValueAtTime(220, now + 0.15);
|
|
268
|
+
}
|
|
269
|
+
else {
|
|
270
|
+
oscillator.frequency.setValueAtTime(660, now);
|
|
271
|
+
oscillator.frequency.exponentialRampToValueAtTime(440, now + 0.1);
|
|
272
|
+
}
|
|
273
|
+
gainNode.gain.setValueAtTime(0.1, now);
|
|
274
|
+
gainNode.gain.exponentialRampToValueAtTime(0.01, now + 0.15);
|
|
275
|
+
oscillator.start();
|
|
276
|
+
oscillator.stop(now + 0.15);
|
|
277
|
+
}
|
|
278
|
+
catch (e) { /* Audio context fail */ }
|
|
279
|
+
}
|
|
280
|
+
disconnectedCallback() {
|
|
281
|
+
if (this.scope === 'body')
|
|
282
|
+
document.body.classList.remove('ui-aside-open');
|
|
283
|
+
}
|
|
284
|
+
watchSizeHandler(newValue) {
|
|
285
|
+
if (newValue) {
|
|
286
|
+
this.currentSize = parseInt(newValue);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
componentDidLoad() {
|
|
290
|
+
if (this.open) {
|
|
291
|
+
this.handleFocusTrap();
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
loadState() {
|
|
295
|
+
if (this.persistKey) {
|
|
296
|
+
const saved = localStorage.getItem(`aside-panel-${this.persistKey}`);
|
|
297
|
+
if (saved) {
|
|
298
|
+
try {
|
|
299
|
+
const { open, mini, size } = JSON.parse(saved);
|
|
300
|
+
this.open = open;
|
|
301
|
+
this.mini = mini;
|
|
302
|
+
this.currentSize = size;
|
|
303
|
+
}
|
|
304
|
+
catch (e) {
|
|
305
|
+
console.warn('Failed to load aside-panel state', e);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
saveState() {
|
|
311
|
+
if (this.persistKey) {
|
|
312
|
+
localStorage.setItem(`aside-panel-${this.persistKey}`, JSON.stringify({
|
|
313
|
+
open: this.open,
|
|
314
|
+
mini: this.mini,
|
|
315
|
+
size: this.currentSize
|
|
316
|
+
}));
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
handleFocusTrap() {
|
|
320
|
+
if (this.open && !this.mini) {
|
|
321
|
+
setTimeout(() => {
|
|
322
|
+
const focusableEls = this.hostElement.shadowRoot?.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex="0"]');
|
|
323
|
+
if (focusableEls && focusableEls.length > 0) {
|
|
324
|
+
this.firstFocusableEl = focusableEls[0];
|
|
325
|
+
this.lastFocusableEl = focusableEls[focusableEls.length - 1];
|
|
326
|
+
this.firstFocusableEl.focus();
|
|
327
|
+
}
|
|
328
|
+
}, 100);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
handleKeyDown(event) {
|
|
332
|
+
// Global toggle shortcut (e.g. Ctrl + B)
|
|
333
|
+
if (this.toggleShortcut && event.ctrlKey && event.key.toLowerCase() === this.toggleShortcut.toLowerCase()) {
|
|
334
|
+
event.preventDefault();
|
|
335
|
+
this.toggle();
|
|
336
|
+
return;
|
|
337
|
+
}
|
|
338
|
+
if (!this.open)
|
|
339
|
+
return;
|
|
340
|
+
if (this.closeOnEscape && event.key === 'Escape' && !this.pinned) {
|
|
341
|
+
this.handleClose();
|
|
342
|
+
}
|
|
343
|
+
// Elite Keyboard Resizing
|
|
344
|
+
if (this.resizable && event.altKey) {
|
|
345
|
+
const step = event.shiftKey ? 50 : 10;
|
|
346
|
+
if (['ArrowLeft', 'ArrowRight', 'ArrowUp', 'ArrowDown'].includes(event.key)) {
|
|
347
|
+
event.preventDefault();
|
|
348
|
+
let delta = 0;
|
|
349
|
+
if (event.key === 'ArrowLeft')
|
|
350
|
+
delta = (this.direction === 'left' ? -step : (this.direction === 'right' ? step : 0));
|
|
351
|
+
if (event.key === 'ArrowRight')
|
|
352
|
+
delta = (this.direction === 'left' ? step : (this.direction === 'right' ? -step : 0));
|
|
353
|
+
if (event.key === 'ArrowUp')
|
|
354
|
+
delta = (this.direction === 'top' ? -step : (this.direction === 'bottom' ? step : 0));
|
|
355
|
+
if (event.key === 'ArrowDown')
|
|
356
|
+
delta = (this.direction === 'top' ? step : (this.direction === 'bottom' ? -step : 0));
|
|
357
|
+
this.currentSize = Math.max(this.minSize, Math.min(this.maxSize, this.currentSize + delta));
|
|
358
|
+
this.asideResized.emit({ size: this.currentSize });
|
|
359
|
+
this.saveState();
|
|
360
|
+
this.playHaptic('toggle');
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
if (event.key === 'Tab') {
|
|
364
|
+
const shadowRoot = this.hostElement.shadowRoot;
|
|
365
|
+
const activeEl = shadowRoot ? shadowRoot.activeElement : document.activeElement;
|
|
366
|
+
if (event.shiftKey) {
|
|
367
|
+
if (activeEl === this.firstFocusableEl) {
|
|
368
|
+
this.lastFocusableEl.focus();
|
|
369
|
+
event.preventDefault();
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
else {
|
|
373
|
+
if (activeEl === this.lastFocusableEl) {
|
|
374
|
+
this.firstFocusableEl.focus();
|
|
375
|
+
event.preventDefault();
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Toggle Maximized state
|
|
382
|
+
*/
|
|
383
|
+
async toggleMaximize() {
|
|
384
|
+
this.maximized = !this.maximized;
|
|
385
|
+
this.playHaptic('toggle');
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Toggle the panel open/closed
|
|
389
|
+
*/
|
|
390
|
+
async toggle() {
|
|
391
|
+
this.open = !this.open;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Toggle Mini state
|
|
395
|
+
*/
|
|
396
|
+
async toggleMini() {
|
|
397
|
+
this.mini = !this.mini;
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* Open the panel
|
|
401
|
+
*/
|
|
402
|
+
async show() {
|
|
403
|
+
this.open = true;
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Close the panel
|
|
407
|
+
*/
|
|
408
|
+
async hide() {
|
|
409
|
+
if (this.pinned)
|
|
410
|
+
return;
|
|
411
|
+
this.open = false;
|
|
412
|
+
}
|
|
413
|
+
async initVoice() {
|
|
414
|
+
if (!this.enableVoiceControl || !('webkitSpeechRecognition' in window))
|
|
415
|
+
return;
|
|
416
|
+
const recognition = new window.webkitSpeechRecognition();
|
|
417
|
+
recognition.continuous = false;
|
|
418
|
+
recognition.interimResults = false;
|
|
419
|
+
recognition.lang = 'en-US';
|
|
420
|
+
recognition.onstart = () => { this.isListening = true; };
|
|
421
|
+
recognition.onend = () => { this.isListening = false; };
|
|
422
|
+
recognition.onresult = (event) => {
|
|
423
|
+
const command = event.results[0][0].transcript.toLowerCase();
|
|
424
|
+
if (command.includes('side') || command.includes('panel')) {
|
|
425
|
+
if (command.includes('open') || command.includes('show'))
|
|
426
|
+
this.show();
|
|
427
|
+
if (command.includes('close') || command.includes('hide'))
|
|
428
|
+
this.hide();
|
|
429
|
+
if (command.includes('mini') || command.includes('collapse'))
|
|
430
|
+
this.mini = true;
|
|
431
|
+
if (command.includes('expand'))
|
|
432
|
+
this.mini = false;
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
recognition.start();
|
|
436
|
+
}
|
|
437
|
+
handleResizeStart = (e) => {
|
|
438
|
+
if (!this.resizable || this.mini)
|
|
439
|
+
return;
|
|
440
|
+
e.preventDefault();
|
|
441
|
+
this.isResizing = true;
|
|
442
|
+
if (this.direction === 'left' || this.direction === 'right') {
|
|
443
|
+
this.startPos = e.clientX;
|
|
444
|
+
}
|
|
445
|
+
else {
|
|
446
|
+
this.startPos = e.clientY;
|
|
447
|
+
}
|
|
448
|
+
this.startSize = this.currentSize;
|
|
449
|
+
document.addEventListener('mousemove', this.handleResizeMove);
|
|
450
|
+
document.addEventListener('mouseup', this.handleResizeEnd);
|
|
451
|
+
};
|
|
452
|
+
handleResizeMove = (e) => {
|
|
453
|
+
if (!this.isResizing)
|
|
454
|
+
return;
|
|
455
|
+
let delta = 0;
|
|
456
|
+
let maxViewportSize = 0;
|
|
457
|
+
if (this.direction === 'left' || this.direction === 'right') {
|
|
458
|
+
maxViewportSize = window.innerWidth * 0.9;
|
|
459
|
+
if (this.direction === 'left') {
|
|
460
|
+
delta = e.clientX - this.startPos;
|
|
461
|
+
}
|
|
462
|
+
else {
|
|
463
|
+
delta = this.startPos - e.clientX;
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
else {
|
|
467
|
+
maxViewportSize = window.innerHeight * 0.9;
|
|
468
|
+
if (this.direction === 'top') {
|
|
469
|
+
delta = e.clientY - this.startPos;
|
|
470
|
+
}
|
|
471
|
+
else {
|
|
472
|
+
delta = this.startPos - e.clientY;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
let newSize = this.startSize + delta;
|
|
476
|
+
const currentMax = Math.min(this.maxSize, maxViewportSize);
|
|
477
|
+
newSize = Math.max(this.minSize, Math.min(currentMax, newSize));
|
|
478
|
+
this.currentSize = newSize;
|
|
479
|
+
};
|
|
480
|
+
handleResizeEnd = () => {
|
|
481
|
+
this.isResizing = false;
|
|
482
|
+
document.removeEventListener('mousemove', this.handleResizeMove);
|
|
483
|
+
document.removeEventListener('mouseup', this.handleResizeEnd);
|
|
484
|
+
this.asideResized.emit({ size: this.currentSize });
|
|
485
|
+
this.saveState();
|
|
486
|
+
};
|
|
487
|
+
handleClose = () => {
|
|
488
|
+
if (this.pinned)
|
|
489
|
+
return;
|
|
490
|
+
this.open = false;
|
|
491
|
+
};
|
|
492
|
+
handleOverlayClick = () => {
|
|
493
|
+
if (this.closeOnOverlayClick && !this.pinned) {
|
|
494
|
+
this.handleClose();
|
|
495
|
+
}
|
|
496
|
+
};
|
|
497
|
+
handleParallax = (e) => {
|
|
498
|
+
if (!this.enableParallax || !this.open || this.mini)
|
|
499
|
+
return;
|
|
500
|
+
const rect = this.hostElement.getBoundingClientRect();
|
|
501
|
+
const x = (e.clientX - rect.left) / rect.width - 0.5;
|
|
502
|
+
const y = (e.clientY - rect.top) / rect.height - 0.5;
|
|
503
|
+
this.mouseRotation = { x: y * 5, y: -x * 5 };
|
|
504
|
+
};
|
|
505
|
+
resetParallax = () => {
|
|
506
|
+
this.mouseRotation = { x: 0, y: 0 };
|
|
507
|
+
};
|
|
508
|
+
hostStyle() {
|
|
509
|
+
const styles = {};
|
|
510
|
+
const sizeValue = this.maximized ? '90%' : (this.mini ? this.miniSize : (this.currentSize ? `${this.currentSize}px` : this.size));
|
|
511
|
+
const isFloating = this.variant === 'floating';
|
|
512
|
+
const offset = isFloating ? this.floatingOffset : (this.stackOffset ? `${this.stackOffset}px` : '0');
|
|
513
|
+
let centerTransform = 'none';
|
|
514
|
+
if (this.direction === 'left' || this.direction === 'right') {
|
|
515
|
+
styles.width = sizeValue;
|
|
516
|
+
styles[this.direction] = offset;
|
|
517
|
+
if (isFloating) {
|
|
518
|
+
if (this.floatingAlign === 'stretch') {
|
|
519
|
+
styles.top = offset;
|
|
520
|
+
styles.bottom = offset;
|
|
521
|
+
styles.height = `calc(100vh - 2 * ${offset})`;
|
|
522
|
+
}
|
|
523
|
+
else {
|
|
524
|
+
styles.height = this.secondarySize === 'auto' ? '60%' : this.secondarySize;
|
|
525
|
+
if (this.floatingAlign === 'start') {
|
|
526
|
+
styles.top = offset;
|
|
527
|
+
styles.bottom = 'auto';
|
|
528
|
+
}
|
|
529
|
+
else if (this.floatingAlign === 'end') {
|
|
530
|
+
styles.bottom = offset;
|
|
531
|
+
styles.top = 'auto';
|
|
532
|
+
}
|
|
533
|
+
else {
|
|
534
|
+
// center
|
|
535
|
+
styles.top = '50%';
|
|
536
|
+
centerTransform = 'translateY(-50%)';
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
else {
|
|
541
|
+
styles.height = '100vh';
|
|
542
|
+
styles.top = '0';
|
|
543
|
+
styles.bottom = '0';
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
else {
|
|
547
|
+
styles.height = sizeValue;
|
|
548
|
+
styles[this.direction] = offset;
|
|
549
|
+
if (isFloating) {
|
|
550
|
+
if (this.floatingAlign === 'stretch') {
|
|
551
|
+
styles.left = offset;
|
|
552
|
+
styles.right = offset;
|
|
553
|
+
styles.width = `calc(100vw - 2 * ${offset})`;
|
|
554
|
+
}
|
|
555
|
+
else {
|
|
556
|
+
styles.width = this.secondarySize === 'auto' ? '60%' : this.secondarySize;
|
|
557
|
+
if (this.floatingAlign === 'start') {
|
|
558
|
+
styles.left = offset;
|
|
559
|
+
styles.right = 'auto';
|
|
560
|
+
}
|
|
561
|
+
else if (this.floatingAlign === 'end') {
|
|
562
|
+
styles.right = offset;
|
|
563
|
+
styles.left = 'auto';
|
|
564
|
+
}
|
|
565
|
+
else {
|
|
566
|
+
// center
|
|
567
|
+
styles.left = '50%';
|
|
568
|
+
centerTransform = 'translateX(-50%)';
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
else {
|
|
573
|
+
styles.width = '100vw';
|
|
574
|
+
styles.left = '0';
|
|
575
|
+
styles.right = '0';
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
if (this.enableParallax && !this.mini && !this.maximized) {
|
|
579
|
+
centerTransform = centerTransform === 'none' ? '' : centerTransform;
|
|
580
|
+
centerTransform += ` perspective(1000px) rotateX(${this.mouseRotation.x}deg) rotateY(${this.mouseRotation.y}deg)`;
|
|
581
|
+
}
|
|
582
|
+
styles['--aside-center-transform'] = centerTransform.trim();
|
|
583
|
+
styles['--aside-transition-duration'] = this.transitionDuration;
|
|
584
|
+
styles['--aside-bg'] = this.backgroundColor || 'white';
|
|
585
|
+
styles.backgroundColor = 'var(--aside-bg, #ffffff)';
|
|
586
|
+
return styles;
|
|
587
|
+
}
|
|
588
|
+
render() {
|
|
589
|
+
const activeTheme = this.theme !== 'default' ? this.theme : this.variant;
|
|
590
|
+
return (h(Host, { key: '96228f17ee1f0fab8f11427ee6055f42234418cb', class: {
|
|
591
|
+
'aside-container': true,
|
|
592
|
+
'open': this.open,
|
|
593
|
+
'mini': this.mini,
|
|
594
|
+
'maximized': this.maximized,
|
|
595
|
+
[`theme-${activeTheme}`]: true,
|
|
596
|
+
[`variant-${activeTheme}`]: true,
|
|
597
|
+
[`dir-${this.direction}`]: true,
|
|
598
|
+
[`animation-${this.animationType}`]: true,
|
|
599
|
+
'is-pinned': this.pinned,
|
|
600
|
+
'rtl': this.rtl
|
|
601
|
+
}, style: this.hostStyle(), role: "complementary", "aria-expanded": this.open.toString(), "aria-hidden": (!this.open).toString() }, this.showOverlay && !this.mini && (h("div", { key: '5dae19f30e04a7fc18cb0fef62a8319f79296160', class: { 'overlay': true, 'visible': this.open }, style: { backdropFilter: this.backdropBlur !== '0' ? `blur(${this.backdropBlur})` : 'none' }, onClick: this.handleOverlayClick })), h("div", { key: '688ced9dccc2bfe6ee489e8283146f8863044224', class: {
|
|
602
|
+
'panel': true,
|
|
603
|
+
[`panel-${this.direction}`]: true,
|
|
604
|
+
'open': this.open,
|
|
605
|
+
'mini': this.mini,
|
|
606
|
+
'resizing': this.isResizing,
|
|
607
|
+
'loading': this.loading,
|
|
608
|
+
'parallax-active': this.enableParallax
|
|
609
|
+
}, style: this.hostStyle(), onMouseMove: this.handleParallax, onMouseLeave: this.resetParallax }, this.loading && (h("div", { key: 'e78d13a733dbd6e9b2949634c8b107cab6225d24', class: "loading-overlay" }, h("div", { key: 'c7db0694fba52bfbc8d6a90440976556a85056c6', class: "spinner" }))), this.resizable && !this.mini && (h("div", { key: 'ecc06e0c68c743eff86b12e2bb978369743924d7', class: `resize-handle resize-handle-${this.direction}`, style: this.resizeHandleColor ? { backgroundColor: this.resizeHandleColor } : {}, onMouseDown: this.handleResizeStart }, this.showResizeIndicator && (h("div", { key: '28156c16815117726861da00bb93165c174fc1fe', class: "resize-indicator" }, h("span", { key: '6b4e06e9ae3935a5a68dfbd2a51b53b1172fdd0f' }), h("span", { key: '82558b01333dff587f0afd3d723a7e592a757ede' }), h("span", { key: 'c8e3a7ab11462c951e1477b5abcae131e2019129' }))))), h("div", { key: 'ab67f36b3f4dd65dffdb6fd4e12bb09d04fa4d59', class: "panel-header-toolbar" }, h("div", { key: '627055ac7880157e1ccdb43587832fb151800202', class: "toolbar-left" }, this.mini ? (h("ui-button", { variant: "ghost", size: "sm", icon: "chevron-right", iconLibrary: "lucide", iconSize: "14px", ariaLabel: "Expand", onClick: () => this.toggleMini() })) : (h("div", { style: { display: 'flex', gap: '4px' } }, h("ui-button", { variant: "ghost", size: "sm", icon: "chevron-left", iconLibrary: "lucide", iconSize: "14px", ariaLabel: "Collapse to Mini", onClick: () => this.toggleMini() }), !this.mini && (h("ui-button", { variant: "ghost", size: "sm", icon: this.maximized ? 'minimize' : 'maximize', iconLibrary: "lucide", iconSize: "14px", ariaLabel: this.maximized ? 'Restore' : 'Maximize', onClick: () => this.toggleMaximize() })))), this.enableVoiceControl && (h("ui-button", { key: '67bd0e21f1411391f2ee3bfc9d752ce267012401', variant: "ghost", size: "sm", icon: "mic", iconLibrary: "lucide", iconSize: "14px", ariaLabel: "Voice Interaction", class: this.isListening ? 'active' : '', onClick: () => this.initVoice() }))), h("div", { key: 'fa9bad7d620cab7d18cf9234f50f985378b472f5', class: "toolbar-right" }, this.showActions && (h("ui-button", { key: '7688f94038ec6a27423be56b787873631614cdc2', id: "aside-actions-trigger", variant: "ghost", size: "sm", icon: "ellipsis-vertical", iconLibrary: "lucide", iconSize: "16px", ariaLabel: "More Actions", onClick: () => this.asideActionClick.emit() })), this.showActions && (h("ui-context-menu", { key: '32daa2cbf1311059c80058a3ad587946f24b8e59', items: this.actionItems, target: "#aside-actions-trigger", openOn: "click", placement: "bottom", onItemSelect: (ev) => this.asideActionClick.emit(ev.detail) })), this.pinned && h("ui-icon", { key: 'a3e70a59b575c0376c151e0c6a1db1553a9dd1e9', name: "pin", library: "lucide", size: "14px", class: "pin-status" }), this.closeable && !this.pinned && (h("ui-button", { key: 'c686337c8755a0375b4c87239bf95d2838f8bd36', variant: "ghost", size: "sm", icon: "x", iconLibrary: "lucide", iconSize: "16px", ariaLabel: "Close panel", onClick: this.handleClose })))), h("div", { key: 'b4c1294140c10f94287ba98fa86f16627c61bb5b', class: "panel-header" }, h("div", { key: 'cd0533b0730d96b11136e68ce6a1e0372885ff4f', class: "header-main" }, h("slot", { key: '687c43c34a171ff4351e8a41778da102826ce2f8', name: "header" }), this.badge && h("span", { key: '830f3cb27cf809029f686bacbd488a6dcbcedad3', class: "header-badge" }, this.badge)), this.progress > -1 && (h("div", { key: '6c37bd10a8d7bfac71cc7aa619c44b4145400681', class: "header-progress" }, h("div", { key: '07fbdc20712c119f1e345fcd070f2eb33f7380e6', class: "progress-bar", style: { width: `${Math.min(100, Math.max(0, this.progress))}%` } })))), h("div", { key: '569c75c3b02918bb22d3ffc4322a882267b92bb9', class: "panel-content" }, h("slot", { key: '9255c9b298178ae03bae04acd856d8b528ddf808', name: "content" }), h("slot", { key: '0c071717c63c6baabfd5350cad38f57621989c6c' })), !this.mini && (h("div", { key: 'd2a629a5864e57d917ca7a5a8256125a8a8ec0a4', class: "panel-footer" }, h("slot", { key: '9b79d14c480eefa03ef84e73e5363bca9cd63e6e', name: "footer" }))))));
|
|
610
|
+
}
|
|
611
|
+
static get is() { return "ui-aside-panel"; }
|
|
612
|
+
static get encapsulation() { return "shadow"; }
|
|
613
|
+
static get originalStyleUrls() {
|
|
614
|
+
return {
|
|
615
|
+
"$": ["aside-panel.scss"]
|
|
616
|
+
};
|
|
617
|
+
}
|
|
618
|
+
static get styleUrls() {
|
|
619
|
+
return {
|
|
620
|
+
"$": ["aside-panel.css"]
|
|
621
|
+
};
|
|
622
|
+
}
|
|
623
|
+
static get properties() {
|
|
624
|
+
return {
|
|
625
|
+
"open": {
|
|
626
|
+
"type": "boolean",
|
|
627
|
+
"mutable": true,
|
|
628
|
+
"complexType": {
|
|
629
|
+
"original": "boolean",
|
|
630
|
+
"resolved": "boolean",
|
|
631
|
+
"references": {}
|
|
632
|
+
},
|
|
633
|
+
"required": false,
|
|
634
|
+
"optional": false,
|
|
635
|
+
"docs": {
|
|
636
|
+
"tags": [],
|
|
637
|
+
"text": "Whether the aside panel is open"
|
|
638
|
+
},
|
|
639
|
+
"getter": false,
|
|
640
|
+
"setter": false,
|
|
641
|
+
"reflect": true,
|
|
642
|
+
"attribute": "open",
|
|
643
|
+
"defaultValue": "false"
|
|
644
|
+
},
|
|
645
|
+
"direction": {
|
|
646
|
+
"type": "string",
|
|
647
|
+
"mutable": false,
|
|
648
|
+
"complexType": {
|
|
649
|
+
"original": "FourSidePosition",
|
|
650
|
+
"resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
|
|
651
|
+
"references": {
|
|
652
|
+
"FourSidePosition": {
|
|
653
|
+
"location": "import",
|
|
654
|
+
"path": "../../types/common.type",
|
|
655
|
+
"id": "src/types/common.type.d.ts::FourSidePosition",
|
|
656
|
+
"referenceLocation": "FourSidePosition"
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"required": false,
|
|
661
|
+
"optional": false,
|
|
662
|
+
"docs": {
|
|
663
|
+
"tags": [],
|
|
664
|
+
"text": "Direction from which the panel slides in: 'left', 'right', 'top', 'bottom'"
|
|
665
|
+
},
|
|
666
|
+
"getter": false,
|
|
667
|
+
"setter": false,
|
|
668
|
+
"reflect": false,
|
|
669
|
+
"attribute": "direction",
|
|
670
|
+
"defaultValue": "'right'"
|
|
671
|
+
},
|
|
672
|
+
"size": {
|
|
673
|
+
"type": "string",
|
|
674
|
+
"mutable": false,
|
|
675
|
+
"complexType": {
|
|
676
|
+
"original": "string",
|
|
677
|
+
"resolved": "string",
|
|
678
|
+
"references": {}
|
|
679
|
+
},
|
|
680
|
+
"required": false,
|
|
681
|
+
"optional": false,
|
|
682
|
+
"docs": {
|
|
683
|
+
"tags": [],
|
|
684
|
+
"text": "Width of the panel (for left/right) or height (for top/bottom)"
|
|
685
|
+
},
|
|
686
|
+
"getter": false,
|
|
687
|
+
"setter": false,
|
|
688
|
+
"reflect": false,
|
|
689
|
+
"attribute": "size",
|
|
690
|
+
"defaultValue": "'320px'"
|
|
691
|
+
},
|
|
692
|
+
"mini": {
|
|
693
|
+
"type": "boolean",
|
|
694
|
+
"mutable": true,
|
|
695
|
+
"complexType": {
|
|
696
|
+
"original": "boolean",
|
|
697
|
+
"resolved": "boolean",
|
|
698
|
+
"references": {}
|
|
699
|
+
},
|
|
700
|
+
"required": false,
|
|
701
|
+
"optional": false,
|
|
702
|
+
"docs": {
|
|
703
|
+
"tags": [],
|
|
704
|
+
"text": "Enable 'Mini' mode (collapsed into a thin icon-bar)"
|
|
705
|
+
},
|
|
706
|
+
"getter": false,
|
|
707
|
+
"setter": false,
|
|
708
|
+
"reflect": true,
|
|
709
|
+
"attribute": "mini",
|
|
710
|
+
"defaultValue": "false"
|
|
711
|
+
},
|
|
712
|
+
"miniSize": {
|
|
713
|
+
"type": "string",
|
|
714
|
+
"mutable": false,
|
|
715
|
+
"complexType": {
|
|
716
|
+
"original": "string",
|
|
717
|
+
"resolved": "string",
|
|
718
|
+
"references": {}
|
|
719
|
+
},
|
|
720
|
+
"required": false,
|
|
721
|
+
"optional": false,
|
|
722
|
+
"docs": {
|
|
723
|
+
"tags": [],
|
|
724
|
+
"text": "Width/Height of the panel in its 'Mini' state"
|
|
725
|
+
},
|
|
726
|
+
"getter": false,
|
|
727
|
+
"setter": false,
|
|
728
|
+
"reflect": false,
|
|
729
|
+
"attribute": "mini-size",
|
|
730
|
+
"defaultValue": "'64px'"
|
|
731
|
+
},
|
|
732
|
+
"pinned": {
|
|
733
|
+
"type": "boolean",
|
|
734
|
+
"mutable": false,
|
|
735
|
+
"complexType": {
|
|
736
|
+
"original": "boolean",
|
|
737
|
+
"resolved": "boolean",
|
|
738
|
+
"references": {}
|
|
739
|
+
},
|
|
740
|
+
"required": false,
|
|
741
|
+
"optional": false,
|
|
742
|
+
"docs": {
|
|
743
|
+
"tags": [],
|
|
744
|
+
"text": "Prevent closing via overlay or escape (Locked state)"
|
|
745
|
+
},
|
|
746
|
+
"getter": false,
|
|
747
|
+
"setter": false,
|
|
748
|
+
"reflect": false,
|
|
749
|
+
"attribute": "pinned",
|
|
750
|
+
"defaultValue": "false"
|
|
751
|
+
},
|
|
752
|
+
"variant": {
|
|
753
|
+
"type": "string",
|
|
754
|
+
"mutable": false,
|
|
755
|
+
"complexType": {
|
|
756
|
+
"original": "AsidePanelVariant",
|
|
757
|
+
"resolved": "\"default\" | \"floating\" | \"glass\" | \"none\"",
|
|
758
|
+
"references": {
|
|
759
|
+
"AsidePanelVariant": {
|
|
760
|
+
"location": "import",
|
|
761
|
+
"path": "../../types/common.type",
|
|
762
|
+
"id": "src/types/common.type.d.ts::AsidePanelVariant",
|
|
763
|
+
"referenceLocation": "AsidePanelVariant"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"required": false,
|
|
768
|
+
"optional": false,
|
|
769
|
+
"docs": {
|
|
770
|
+
"tags": [],
|
|
771
|
+
"text": "Legacy variant support (maps to theme if set)"
|
|
772
|
+
},
|
|
773
|
+
"getter": false,
|
|
774
|
+
"setter": false,
|
|
775
|
+
"reflect": false,
|
|
776
|
+
"attribute": "variant",
|
|
777
|
+
"defaultValue": "'default'"
|
|
778
|
+
},
|
|
779
|
+
"theme": {
|
|
780
|
+
"type": "string",
|
|
781
|
+
"mutable": false,
|
|
782
|
+
"complexType": {
|
|
783
|
+
"original": "AsidePanelTheme",
|
|
784
|
+
"resolved": "\"default\" | \"glass\" | \"none\" | \"radiant\" | \"zenith\"",
|
|
785
|
+
"references": {
|
|
786
|
+
"AsidePanelTheme": {
|
|
787
|
+
"location": "import",
|
|
788
|
+
"path": "../../types/common.type",
|
|
789
|
+
"id": "src/types/common.type.d.ts::AsidePanelTheme",
|
|
790
|
+
"referenceLocation": "AsidePanelTheme"
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"required": false,
|
|
795
|
+
"optional": false,
|
|
796
|
+
"docs": {
|
|
797
|
+
"tags": [],
|
|
798
|
+
"text": "Visual theme: 'default' | 'glass' | 'radiant' | 'zenith'"
|
|
799
|
+
},
|
|
800
|
+
"getter": false,
|
|
801
|
+
"setter": false,
|
|
802
|
+
"reflect": false,
|
|
803
|
+
"attribute": "theme",
|
|
804
|
+
"defaultValue": "'default'"
|
|
805
|
+
},
|
|
806
|
+
"haptic": {
|
|
807
|
+
"type": "boolean",
|
|
808
|
+
"mutable": false,
|
|
809
|
+
"complexType": {
|
|
810
|
+
"original": "boolean",
|
|
811
|
+
"resolved": "boolean",
|
|
812
|
+
"references": {}
|
|
813
|
+
},
|
|
814
|
+
"required": false,
|
|
815
|
+
"optional": false,
|
|
816
|
+
"docs": {
|
|
817
|
+
"tags": [],
|
|
818
|
+
"text": "Enable auditory haptics (Industrial click sounds)"
|
|
819
|
+
},
|
|
820
|
+
"getter": false,
|
|
821
|
+
"setter": false,
|
|
822
|
+
"reflect": false,
|
|
823
|
+
"attribute": "haptic",
|
|
824
|
+
"defaultValue": "false"
|
|
825
|
+
},
|
|
826
|
+
"enableParallax": {
|
|
827
|
+
"type": "boolean",
|
|
828
|
+
"mutable": false,
|
|
829
|
+
"complexType": {
|
|
830
|
+
"original": "boolean",
|
|
831
|
+
"resolved": "boolean",
|
|
832
|
+
"references": {}
|
|
833
|
+
},
|
|
834
|
+
"required": false,
|
|
835
|
+
"optional": false,
|
|
836
|
+
"docs": {
|
|
837
|
+
"tags": [],
|
|
838
|
+
"text": "Enable 3D Parallax tilt effect on content"
|
|
839
|
+
},
|
|
840
|
+
"getter": false,
|
|
841
|
+
"setter": false,
|
|
842
|
+
"reflect": false,
|
|
843
|
+
"attribute": "enable-parallax",
|
|
844
|
+
"defaultValue": "false"
|
|
845
|
+
},
|
|
846
|
+
"enableVoiceControl": {
|
|
847
|
+
"type": "boolean",
|
|
848
|
+
"mutable": false,
|
|
849
|
+
"complexType": {
|
|
850
|
+
"original": "boolean",
|
|
851
|
+
"resolved": "boolean",
|
|
852
|
+
"references": {}
|
|
853
|
+
},
|
|
854
|
+
"required": false,
|
|
855
|
+
"optional": false,
|
|
856
|
+
"docs": {
|
|
857
|
+
"tags": [],
|
|
858
|
+
"text": "Voice-Activated navigation (Hands-Free)"
|
|
859
|
+
},
|
|
860
|
+
"getter": false,
|
|
861
|
+
"setter": false,
|
|
862
|
+
"reflect": false,
|
|
863
|
+
"attribute": "enable-voice-control",
|
|
864
|
+
"defaultValue": "false"
|
|
865
|
+
},
|
|
866
|
+
"syncGroup": {
|
|
867
|
+
"type": "string",
|
|
868
|
+
"mutable": false,
|
|
869
|
+
"complexType": {
|
|
870
|
+
"original": "string",
|
|
871
|
+
"resolved": "string",
|
|
872
|
+
"references": {}
|
|
873
|
+
},
|
|
874
|
+
"required": false,
|
|
875
|
+
"optional": false,
|
|
876
|
+
"docs": {
|
|
877
|
+
"tags": [],
|
|
878
|
+
"text": "Sync group ID for broadcasting state across instances"
|
|
879
|
+
},
|
|
880
|
+
"getter": false,
|
|
881
|
+
"setter": false,
|
|
882
|
+
"reflect": false,
|
|
883
|
+
"attribute": "sync-group",
|
|
884
|
+
"defaultValue": "''"
|
|
885
|
+
},
|
|
886
|
+
"maximized": {
|
|
887
|
+
"type": "boolean",
|
|
888
|
+
"mutable": true,
|
|
889
|
+
"complexType": {
|
|
890
|
+
"original": "boolean",
|
|
891
|
+
"resolved": "boolean",
|
|
892
|
+
"references": {}
|
|
893
|
+
},
|
|
894
|
+
"required": false,
|
|
895
|
+
"optional": false,
|
|
896
|
+
"docs": {
|
|
897
|
+
"tags": [],
|
|
898
|
+
"text": "Whether the panel is in 'Maximized' (Full Screen) mode"
|
|
899
|
+
},
|
|
900
|
+
"getter": false,
|
|
901
|
+
"setter": false,
|
|
902
|
+
"reflect": true,
|
|
903
|
+
"attribute": "maximized",
|
|
904
|
+
"defaultValue": "false"
|
|
905
|
+
},
|
|
906
|
+
"autoMini": {
|
|
907
|
+
"type": "boolean",
|
|
908
|
+
"mutable": false,
|
|
909
|
+
"complexType": {
|
|
910
|
+
"original": "boolean",
|
|
911
|
+
"resolved": "boolean",
|
|
912
|
+
"references": {}
|
|
913
|
+
},
|
|
914
|
+
"required": false,
|
|
915
|
+
"optional": false,
|
|
916
|
+
"docs": {
|
|
917
|
+
"tags": [],
|
|
918
|
+
"text": "Whether the panel should automatically enter 'Mini' mode on sm screens"
|
|
919
|
+
},
|
|
920
|
+
"getter": false,
|
|
921
|
+
"setter": false,
|
|
922
|
+
"reflect": false,
|
|
923
|
+
"attribute": "auto-mini",
|
|
924
|
+
"defaultValue": "true"
|
|
925
|
+
},
|
|
926
|
+
"toggleShortcut": {
|
|
927
|
+
"type": "string",
|
|
928
|
+
"mutable": false,
|
|
929
|
+
"complexType": {
|
|
930
|
+
"original": "string",
|
|
931
|
+
"resolved": "string",
|
|
932
|
+
"references": {}
|
|
933
|
+
},
|
|
934
|
+
"required": false,
|
|
935
|
+
"optional": false,
|
|
936
|
+
"docs": {
|
|
937
|
+
"tags": [],
|
|
938
|
+
"text": "Global shortcut key to toggle the panel (requires Ctrl key, e.g. 'B')"
|
|
939
|
+
},
|
|
940
|
+
"getter": false,
|
|
941
|
+
"setter": false,
|
|
942
|
+
"reflect": false,
|
|
943
|
+
"attribute": "toggle-shortcut",
|
|
944
|
+
"defaultValue": "''"
|
|
945
|
+
},
|
|
946
|
+
"showActions": {
|
|
947
|
+
"type": "boolean",
|
|
948
|
+
"mutable": false,
|
|
949
|
+
"complexType": {
|
|
950
|
+
"original": "boolean",
|
|
951
|
+
"resolved": "boolean",
|
|
952
|
+
"references": {}
|
|
953
|
+
},
|
|
954
|
+
"required": false,
|
|
955
|
+
"optional": false,
|
|
956
|
+
"docs": {
|
|
957
|
+
"tags": [],
|
|
958
|
+
"text": "Whether to show the 3-dot action menu button in the toolbar"
|
|
959
|
+
},
|
|
960
|
+
"getter": false,
|
|
961
|
+
"setter": false,
|
|
962
|
+
"reflect": false,
|
|
963
|
+
"attribute": "show-actions",
|
|
964
|
+
"defaultValue": "false"
|
|
965
|
+
},
|
|
966
|
+
"actionItems": {
|
|
967
|
+
"type": "string",
|
|
968
|
+
"mutable": false,
|
|
969
|
+
"complexType": {
|
|
970
|
+
"original": "ContextMenuItem[] | string",
|
|
971
|
+
"resolved": "ContextMenuItem[] | string",
|
|
972
|
+
"references": {
|
|
973
|
+
"ContextMenuItem": {
|
|
974
|
+
"location": "import",
|
|
975
|
+
"path": "../context-menu/types",
|
|
976
|
+
"id": "src/components/context-menu/types.ts::ContextMenuItem",
|
|
977
|
+
"referenceLocation": "ContextMenuItem"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"required": false,
|
|
982
|
+
"optional": false,
|
|
983
|
+
"docs": {
|
|
984
|
+
"tags": [],
|
|
985
|
+
"text": "Array of items for the action menu (3-dot)"
|
|
986
|
+
},
|
|
987
|
+
"getter": false,
|
|
988
|
+
"setter": false,
|
|
989
|
+
"reflect": false,
|
|
990
|
+
"attribute": "action-items",
|
|
991
|
+
"defaultValue": "[]"
|
|
992
|
+
},
|
|
993
|
+
"stackOffset": {
|
|
994
|
+
"type": "number",
|
|
995
|
+
"mutable": false,
|
|
996
|
+
"complexType": {
|
|
997
|
+
"original": "number",
|
|
998
|
+
"resolved": "number",
|
|
999
|
+
"references": {}
|
|
1000
|
+
},
|
|
1001
|
+
"required": false,
|
|
1002
|
+
"optional": false,
|
|
1003
|
+
"docs": {
|
|
1004
|
+
"tags": [],
|
|
1005
|
+
"text": "Stagger offset for multi-instance layouts (pixels)"
|
|
1006
|
+
},
|
|
1007
|
+
"getter": false,
|
|
1008
|
+
"setter": false,
|
|
1009
|
+
"reflect": false,
|
|
1010
|
+
"attribute": "stack-offset",
|
|
1011
|
+
"defaultValue": "0"
|
|
1012
|
+
},
|
|
1013
|
+
"scope": {
|
|
1014
|
+
"type": "string",
|
|
1015
|
+
"mutable": false,
|
|
1016
|
+
"complexType": {
|
|
1017
|
+
"original": "string",
|
|
1018
|
+
"resolved": "string",
|
|
1019
|
+
"references": {}
|
|
1020
|
+
},
|
|
1021
|
+
"required": false,
|
|
1022
|
+
"optional": false,
|
|
1023
|
+
"docs": {
|
|
1024
|
+
"tags": [],
|
|
1025
|
+
"text": ""
|
|
1026
|
+
},
|
|
1027
|
+
"getter": false,
|
|
1028
|
+
"setter": false,
|
|
1029
|
+
"reflect": false,
|
|
1030
|
+
"attribute": "scope",
|
|
1031
|
+
"defaultValue": "'body'"
|
|
1032
|
+
},
|
|
1033
|
+
"closeable": {
|
|
1034
|
+
"type": "boolean",
|
|
1035
|
+
"mutable": false,
|
|
1036
|
+
"complexType": {
|
|
1037
|
+
"original": "boolean",
|
|
1038
|
+
"resolved": "boolean",
|
|
1039
|
+
"references": {}
|
|
1040
|
+
},
|
|
1041
|
+
"required": false,
|
|
1042
|
+
"optional": false,
|
|
1043
|
+
"docs": {
|
|
1044
|
+
"tags": [],
|
|
1045
|
+
"text": "Whether to show the close button"
|
|
1046
|
+
},
|
|
1047
|
+
"getter": false,
|
|
1048
|
+
"setter": false,
|
|
1049
|
+
"reflect": false,
|
|
1050
|
+
"attribute": "closeable",
|
|
1051
|
+
"defaultValue": "true"
|
|
1052
|
+
},
|
|
1053
|
+
"closeOnOverlayClick": {
|
|
1054
|
+
"type": "boolean",
|
|
1055
|
+
"mutable": false,
|
|
1056
|
+
"complexType": {
|
|
1057
|
+
"original": "boolean",
|
|
1058
|
+
"resolved": "boolean",
|
|
1059
|
+
"references": {}
|
|
1060
|
+
},
|
|
1061
|
+
"required": false,
|
|
1062
|
+
"optional": false,
|
|
1063
|
+
"docs": {
|
|
1064
|
+
"tags": [],
|
|
1065
|
+
"text": "Whether clicking the overlay closes the panel"
|
|
1066
|
+
},
|
|
1067
|
+
"getter": false,
|
|
1068
|
+
"setter": false,
|
|
1069
|
+
"reflect": false,
|
|
1070
|
+
"attribute": "close-on-overlay-click",
|
|
1071
|
+
"defaultValue": "true"
|
|
1072
|
+
},
|
|
1073
|
+
"showOverlay": {
|
|
1074
|
+
"type": "boolean",
|
|
1075
|
+
"mutable": false,
|
|
1076
|
+
"complexType": {
|
|
1077
|
+
"original": "boolean",
|
|
1078
|
+
"resolved": "boolean",
|
|
1079
|
+
"references": {}
|
|
1080
|
+
},
|
|
1081
|
+
"required": false,
|
|
1082
|
+
"optional": false,
|
|
1083
|
+
"docs": {
|
|
1084
|
+
"tags": [],
|
|
1085
|
+
"text": "Whether to show the background overlay"
|
|
1086
|
+
},
|
|
1087
|
+
"getter": false,
|
|
1088
|
+
"setter": false,
|
|
1089
|
+
"reflect": false,
|
|
1090
|
+
"attribute": "show-overlay",
|
|
1091
|
+
"defaultValue": "false"
|
|
1092
|
+
},
|
|
1093
|
+
"closeOnEscape": {
|
|
1094
|
+
"type": "boolean",
|
|
1095
|
+
"mutable": false,
|
|
1096
|
+
"complexType": {
|
|
1097
|
+
"original": "boolean",
|
|
1098
|
+
"resolved": "boolean",
|
|
1099
|
+
"references": {}
|
|
1100
|
+
},
|
|
1101
|
+
"required": false,
|
|
1102
|
+
"optional": false,
|
|
1103
|
+
"docs": {
|
|
1104
|
+
"tags": [],
|
|
1105
|
+
"text": "Whether the panel can be closed by pressing Escape key"
|
|
1106
|
+
},
|
|
1107
|
+
"getter": false,
|
|
1108
|
+
"setter": false,
|
|
1109
|
+
"reflect": false,
|
|
1110
|
+
"attribute": "close-on-escape",
|
|
1111
|
+
"defaultValue": "true"
|
|
1112
|
+
},
|
|
1113
|
+
"resizable": {
|
|
1114
|
+
"type": "boolean",
|
|
1115
|
+
"mutable": false,
|
|
1116
|
+
"complexType": {
|
|
1117
|
+
"original": "boolean",
|
|
1118
|
+
"resolved": "boolean",
|
|
1119
|
+
"references": {}
|
|
1120
|
+
},
|
|
1121
|
+
"required": false,
|
|
1122
|
+
"optional": false,
|
|
1123
|
+
"docs": {
|
|
1124
|
+
"tags": [],
|
|
1125
|
+
"text": "Whether the panel is resizable"
|
|
1126
|
+
},
|
|
1127
|
+
"getter": false,
|
|
1128
|
+
"setter": false,
|
|
1129
|
+
"reflect": false,
|
|
1130
|
+
"attribute": "resizable",
|
|
1131
|
+
"defaultValue": "false"
|
|
1132
|
+
},
|
|
1133
|
+
"resizeHandleColor": {
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"mutable": false,
|
|
1136
|
+
"complexType": {
|
|
1137
|
+
"original": "string",
|
|
1138
|
+
"resolved": "string",
|
|
1139
|
+
"references": {}
|
|
1140
|
+
},
|
|
1141
|
+
"required": false,
|
|
1142
|
+
"optional": false,
|
|
1143
|
+
"docs": {
|
|
1144
|
+
"tags": [],
|
|
1145
|
+
"text": "Color of the resize handle (e.g. '#3bf673')"
|
|
1146
|
+
},
|
|
1147
|
+
"getter": false,
|
|
1148
|
+
"setter": false,
|
|
1149
|
+
"reflect": false,
|
|
1150
|
+
"attribute": "resize-handle-color",
|
|
1151
|
+
"defaultValue": "''"
|
|
1152
|
+
},
|
|
1153
|
+
"showResizeIndicator": {
|
|
1154
|
+
"type": "boolean",
|
|
1155
|
+
"mutable": false,
|
|
1156
|
+
"complexType": {
|
|
1157
|
+
"original": "boolean",
|
|
1158
|
+
"resolved": "boolean",
|
|
1159
|
+
"references": {}
|
|
1160
|
+
},
|
|
1161
|
+
"required": false,
|
|
1162
|
+
"optional": false,
|
|
1163
|
+
"docs": {
|
|
1164
|
+
"tags": [],
|
|
1165
|
+
"text": "Whether to show a visual indicator on the resize handle"
|
|
1166
|
+
},
|
|
1167
|
+
"getter": false,
|
|
1168
|
+
"setter": false,
|
|
1169
|
+
"reflect": false,
|
|
1170
|
+
"attribute": "show-resize-indicator",
|
|
1171
|
+
"defaultValue": "true"
|
|
1172
|
+
},
|
|
1173
|
+
"minSize": {
|
|
1174
|
+
"type": "number",
|
|
1175
|
+
"mutable": false,
|
|
1176
|
+
"complexType": {
|
|
1177
|
+
"original": "number",
|
|
1178
|
+
"resolved": "number",
|
|
1179
|
+
"references": {}
|
|
1180
|
+
},
|
|
1181
|
+
"required": false,
|
|
1182
|
+
"optional": false,
|
|
1183
|
+
"docs": {
|
|
1184
|
+
"tags": [],
|
|
1185
|
+
"text": "Minimum size (width or height) in pixels"
|
|
1186
|
+
},
|
|
1187
|
+
"getter": false,
|
|
1188
|
+
"setter": false,
|
|
1189
|
+
"reflect": false,
|
|
1190
|
+
"attribute": "min-size",
|
|
1191
|
+
"defaultValue": "200"
|
|
1192
|
+
},
|
|
1193
|
+
"rtl": {
|
|
1194
|
+
"type": "boolean",
|
|
1195
|
+
"mutable": false,
|
|
1196
|
+
"complexType": {
|
|
1197
|
+
"original": "boolean",
|
|
1198
|
+
"resolved": "boolean",
|
|
1199
|
+
"references": {}
|
|
1200
|
+
},
|
|
1201
|
+
"required": false,
|
|
1202
|
+
"optional": false,
|
|
1203
|
+
"docs": {
|
|
1204
|
+
"tags": [],
|
|
1205
|
+
"text": "Whether to enable Right-to-Left (RTL) mode"
|
|
1206
|
+
},
|
|
1207
|
+
"getter": false,
|
|
1208
|
+
"setter": false,
|
|
1209
|
+
"reflect": false,
|
|
1210
|
+
"attribute": "rtl",
|
|
1211
|
+
"defaultValue": "false"
|
|
1212
|
+
},
|
|
1213
|
+
"maxSize": {
|
|
1214
|
+
"type": "number",
|
|
1215
|
+
"mutable": false,
|
|
1216
|
+
"complexType": {
|
|
1217
|
+
"original": "number",
|
|
1218
|
+
"resolved": "number",
|
|
1219
|
+
"references": {}
|
|
1220
|
+
},
|
|
1221
|
+
"required": false,
|
|
1222
|
+
"optional": false,
|
|
1223
|
+
"docs": {
|
|
1224
|
+
"tags": [],
|
|
1225
|
+
"text": "Maximum size (width or height) in pixels"
|
|
1226
|
+
},
|
|
1227
|
+
"getter": false,
|
|
1228
|
+
"setter": false,
|
|
1229
|
+
"reflect": false,
|
|
1230
|
+
"attribute": "max-size",
|
|
1231
|
+
"defaultValue": "1200"
|
|
1232
|
+
},
|
|
1233
|
+
"backdropBlur": {
|
|
1234
|
+
"type": "string",
|
|
1235
|
+
"mutable": false,
|
|
1236
|
+
"complexType": {
|
|
1237
|
+
"original": "string",
|
|
1238
|
+
"resolved": "string",
|
|
1239
|
+
"references": {}
|
|
1240
|
+
},
|
|
1241
|
+
"required": false,
|
|
1242
|
+
"optional": false,
|
|
1243
|
+
"docs": {
|
|
1244
|
+
"tags": [],
|
|
1245
|
+
"text": "Backdrop blur amount (e.g., '8px')"
|
|
1246
|
+
},
|
|
1247
|
+
"getter": false,
|
|
1248
|
+
"setter": false,
|
|
1249
|
+
"reflect": false,
|
|
1250
|
+
"attribute": "backdrop-blur",
|
|
1251
|
+
"defaultValue": "'0'"
|
|
1252
|
+
},
|
|
1253
|
+
"transitionDuration": {
|
|
1254
|
+
"type": "string",
|
|
1255
|
+
"mutable": false,
|
|
1256
|
+
"complexType": {
|
|
1257
|
+
"original": "string",
|
|
1258
|
+
"resolved": "string",
|
|
1259
|
+
"references": {}
|
|
1260
|
+
},
|
|
1261
|
+
"required": false,
|
|
1262
|
+
"optional": false,
|
|
1263
|
+
"docs": {
|
|
1264
|
+
"tags": [],
|
|
1265
|
+
"text": "Animation transition duration (e.g. '0.3s' or '500ms')"
|
|
1266
|
+
},
|
|
1267
|
+
"getter": false,
|
|
1268
|
+
"setter": false,
|
|
1269
|
+
"reflect": false,
|
|
1270
|
+
"attribute": "transition-duration",
|
|
1271
|
+
"defaultValue": "'1s'"
|
|
1272
|
+
},
|
|
1273
|
+
"animationType": {
|
|
1274
|
+
"type": "string",
|
|
1275
|
+
"mutable": false,
|
|
1276
|
+
"complexType": {
|
|
1277
|
+
"original": "AnimationEffect",
|
|
1278
|
+
"resolved": "\"bounce\" | \"expand\" | \"fade\" | \"fade-down\" | \"fade-in\" | \"fade-in-out\" | \"fade-left\" | \"fade-out\" | \"fade-right\" | \"fade-up\" | \"flip\" | \"flip-x\" | \"flip-y\" | \"float\" | \"none\" | \"pulse\" | \"ripple\" | \"rotate\" | \"scale\" | \"shake\" | \"shimmer\" | \"slide\" | \"slide-down\" | \"slide-in\" | \"slide-in-out\" | \"slide-left\" | \"slide-left-right\" | \"slide-out\" | \"slide-right\" | \"slide-up\" | \"slide-up-down\" | \"spin\" | \"spring\" | \"swing\" | \"wave\" | \"wobble\" | \"zoom\" | \"zoom-in\" | \"zoom-out\"",
|
|
1279
|
+
"references": {
|
|
1280
|
+
"AnimationEffect": {
|
|
1281
|
+
"location": "import",
|
|
1282
|
+
"path": "../../types/animation.type",
|
|
1283
|
+
"id": "src/types/animation.type.d.ts::AnimationEffect",
|
|
1284
|
+
"referenceLocation": "AnimationEffect"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"required": false,
|
|
1289
|
+
"optional": false,
|
|
1290
|
+
"docs": {
|
|
1291
|
+
"tags": [{
|
|
1292
|
+
"name": "default",
|
|
1293
|
+
"text": "'slide-in-out'"
|
|
1294
|
+
}],
|
|
1295
|
+
"text": "Animation style for opening and closing"
|
|
1296
|
+
},
|
|
1297
|
+
"getter": false,
|
|
1298
|
+
"setter": false,
|
|
1299
|
+
"reflect": false,
|
|
1300
|
+
"attribute": "animation-type",
|
|
1301
|
+
"defaultValue": "'slide-in-out'"
|
|
1302
|
+
},
|
|
1303
|
+
"loading": {
|
|
1304
|
+
"type": "boolean",
|
|
1305
|
+
"mutable": false,
|
|
1306
|
+
"complexType": {
|
|
1307
|
+
"original": "boolean",
|
|
1308
|
+
"resolved": "boolean",
|
|
1309
|
+
"references": {}
|
|
1310
|
+
},
|
|
1311
|
+
"required": false,
|
|
1312
|
+
"optional": false,
|
|
1313
|
+
"docs": {
|
|
1314
|
+
"tags": [],
|
|
1315
|
+
"text": "Whether the panel is in a loading state"
|
|
1316
|
+
},
|
|
1317
|
+
"getter": false,
|
|
1318
|
+
"setter": false,
|
|
1319
|
+
"reflect": false,
|
|
1320
|
+
"attribute": "loading",
|
|
1321
|
+
"defaultValue": "false"
|
|
1322
|
+
},
|
|
1323
|
+
"progress": {
|
|
1324
|
+
"type": "number",
|
|
1325
|
+
"mutable": false,
|
|
1326
|
+
"complexType": {
|
|
1327
|
+
"original": "number",
|
|
1328
|
+
"resolved": "number",
|
|
1329
|
+
"references": {}
|
|
1330
|
+
},
|
|
1331
|
+
"required": false,
|
|
1332
|
+
"optional": false,
|
|
1333
|
+
"docs": {
|
|
1334
|
+
"tags": [],
|
|
1335
|
+
"text": "Diagnostic progress bar percentage (0-100, -1 to hide)"
|
|
1336
|
+
},
|
|
1337
|
+
"getter": false,
|
|
1338
|
+
"setter": false,
|
|
1339
|
+
"reflect": false,
|
|
1340
|
+
"attribute": "progress",
|
|
1341
|
+
"defaultValue": "-1"
|
|
1342
|
+
},
|
|
1343
|
+
"badge": {
|
|
1344
|
+
"type": "string",
|
|
1345
|
+
"mutable": false,
|
|
1346
|
+
"complexType": {
|
|
1347
|
+
"original": "string",
|
|
1348
|
+
"resolved": "string",
|
|
1349
|
+
"references": {}
|
|
1350
|
+
},
|
|
1351
|
+
"required": false,
|
|
1352
|
+
"optional": false,
|
|
1353
|
+
"docs": {
|
|
1354
|
+
"tags": [],
|
|
1355
|
+
"text": "Status badge label for the header"
|
|
1356
|
+
},
|
|
1357
|
+
"getter": false,
|
|
1358
|
+
"setter": false,
|
|
1359
|
+
"reflect": false,
|
|
1360
|
+
"attribute": "badge",
|
|
1361
|
+
"defaultValue": "\"\""
|
|
1362
|
+
},
|
|
1363
|
+
"persistKey": {
|
|
1364
|
+
"type": "string",
|
|
1365
|
+
"mutable": false,
|
|
1366
|
+
"complexType": {
|
|
1367
|
+
"original": "string",
|
|
1368
|
+
"resolved": "string",
|
|
1369
|
+
"references": {}
|
|
1370
|
+
},
|
|
1371
|
+
"required": false,
|
|
1372
|
+
"optional": true,
|
|
1373
|
+
"docs": {
|
|
1374
|
+
"tags": [],
|
|
1375
|
+
"text": "Key to persist the panel's open state and size in localStorage"
|
|
1376
|
+
},
|
|
1377
|
+
"getter": false,
|
|
1378
|
+
"setter": false,
|
|
1379
|
+
"reflect": false,
|
|
1380
|
+
"attribute": "persist-key"
|
|
1381
|
+
},
|
|
1382
|
+
"floatingOffset": {
|
|
1383
|
+
"type": "string",
|
|
1384
|
+
"mutable": false,
|
|
1385
|
+
"complexType": {
|
|
1386
|
+
"original": "string",
|
|
1387
|
+
"resolved": "string",
|
|
1388
|
+
"references": {}
|
|
1389
|
+
},
|
|
1390
|
+
"required": false,
|
|
1391
|
+
"optional": false,
|
|
1392
|
+
"docs": {
|
|
1393
|
+
"tags": [],
|
|
1394
|
+
"text": "Offset from the screen edge for 'floating' variant (e.g., '20px')"
|
|
1395
|
+
},
|
|
1396
|
+
"getter": false,
|
|
1397
|
+
"setter": false,
|
|
1398
|
+
"reflect": false,
|
|
1399
|
+
"attribute": "floating-offset",
|
|
1400
|
+
"defaultValue": "'20px'"
|
|
1401
|
+
},
|
|
1402
|
+
"secondarySize": {
|
|
1403
|
+
"type": "string",
|
|
1404
|
+
"mutable": false,
|
|
1405
|
+
"complexType": {
|
|
1406
|
+
"original": "string",
|
|
1407
|
+
"resolved": "string",
|
|
1408
|
+
"references": {}
|
|
1409
|
+
},
|
|
1410
|
+
"required": false,
|
|
1411
|
+
"optional": false,
|
|
1412
|
+
"docs": {
|
|
1413
|
+
"tags": [],
|
|
1414
|
+
"text": "Secondary dimension size for 'floating' variant (height if left/right, width if top/bottom)\r\nIf 'auto', it stretches to the full viewport minus offsets."
|
|
1415
|
+
},
|
|
1416
|
+
"getter": false,
|
|
1417
|
+
"setter": false,
|
|
1418
|
+
"reflect": false,
|
|
1419
|
+
"attribute": "secondary-size",
|
|
1420
|
+
"defaultValue": "'auto'"
|
|
1421
|
+
},
|
|
1422
|
+
"floatingAlign": {
|
|
1423
|
+
"type": "string",
|
|
1424
|
+
"mutable": false,
|
|
1425
|
+
"complexType": {
|
|
1426
|
+
"original": "AlignmentType",
|
|
1427
|
+
"resolved": "\"center\" | \"end\" | \"justify\" | \"start\" | \"stretch\"",
|
|
1428
|
+
"references": {
|
|
1429
|
+
"AlignmentType": {
|
|
1430
|
+
"location": "import",
|
|
1431
|
+
"path": "../../types/common.type",
|
|
1432
|
+
"id": "src/types/common.type.d.ts::AlignmentType",
|
|
1433
|
+
"referenceLocation": "AlignmentType"
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"required": false,
|
|
1438
|
+
"optional": false,
|
|
1439
|
+
"docs": {
|
|
1440
|
+
"tags": [],
|
|
1441
|
+
"text": "Alignment along the secondary axis for 'floating' variant"
|
|
1442
|
+
},
|
|
1443
|
+
"getter": false,
|
|
1444
|
+
"setter": false,
|
|
1445
|
+
"reflect": false,
|
|
1446
|
+
"attribute": "floating-align",
|
|
1447
|
+
"defaultValue": "'stretch'"
|
|
1448
|
+
},
|
|
1449
|
+
"backgroundColor": {
|
|
1450
|
+
"type": "string",
|
|
1451
|
+
"mutable": false,
|
|
1452
|
+
"complexType": {
|
|
1453
|
+
"original": "string",
|
|
1454
|
+
"resolved": "string",
|
|
1455
|
+
"references": {}
|
|
1456
|
+
},
|
|
1457
|
+
"required": false,
|
|
1458
|
+
"optional": false,
|
|
1459
|
+
"docs": {
|
|
1460
|
+
"tags": [],
|
|
1461
|
+
"text": "Background color of the panel"
|
|
1462
|
+
},
|
|
1463
|
+
"getter": false,
|
|
1464
|
+
"setter": false,
|
|
1465
|
+
"reflect": false,
|
|
1466
|
+
"attribute": "background-color",
|
|
1467
|
+
"defaultValue": "'white'"
|
|
1468
|
+
}
|
|
1469
|
+
};
|
|
1470
|
+
}
|
|
1471
|
+
static get states() {
|
|
1472
|
+
return {
|
|
1473
|
+
"currentSize": {},
|
|
1474
|
+
"isResizing": {},
|
|
1475
|
+
"isListening": {},
|
|
1476
|
+
"mouseRotation": {}
|
|
1477
|
+
};
|
|
1478
|
+
}
|
|
1479
|
+
static get events() {
|
|
1480
|
+
return [{
|
|
1481
|
+
"method": "asideClosed",
|
|
1482
|
+
"name": "asideClosed",
|
|
1483
|
+
"bubbles": true,
|
|
1484
|
+
"cancelable": true,
|
|
1485
|
+
"composed": true,
|
|
1486
|
+
"docs": {
|
|
1487
|
+
"tags": [],
|
|
1488
|
+
"text": "Event emitted when the panel is closed"
|
|
1489
|
+
},
|
|
1490
|
+
"complexType": {
|
|
1491
|
+
"original": "void",
|
|
1492
|
+
"resolved": "void",
|
|
1493
|
+
"references": {}
|
|
1494
|
+
}
|
|
1495
|
+
}, {
|
|
1496
|
+
"method": "asideOpened",
|
|
1497
|
+
"name": "asideOpened",
|
|
1498
|
+
"bubbles": true,
|
|
1499
|
+
"cancelable": true,
|
|
1500
|
+
"composed": true,
|
|
1501
|
+
"docs": {
|
|
1502
|
+
"tags": [],
|
|
1503
|
+
"text": "Event emitted when the panel is opened"
|
|
1504
|
+
},
|
|
1505
|
+
"complexType": {
|
|
1506
|
+
"original": "void",
|
|
1507
|
+
"resolved": "void",
|
|
1508
|
+
"references": {}
|
|
1509
|
+
}
|
|
1510
|
+
}, {
|
|
1511
|
+
"method": "asideResized",
|
|
1512
|
+
"name": "asideResized",
|
|
1513
|
+
"bubbles": true,
|
|
1514
|
+
"cancelable": true,
|
|
1515
|
+
"composed": true,
|
|
1516
|
+
"docs": {
|
|
1517
|
+
"tags": [],
|
|
1518
|
+
"text": "Event emitted when the panel is resized"
|
|
1519
|
+
},
|
|
1520
|
+
"complexType": {
|
|
1521
|
+
"original": "{ size: number }",
|
|
1522
|
+
"resolved": "{ size: number; }",
|
|
1523
|
+
"references": {}
|
|
1524
|
+
}
|
|
1525
|
+
}, {
|
|
1526
|
+
"method": "asideActionClick",
|
|
1527
|
+
"name": "asideActionClick",
|
|
1528
|
+
"bubbles": true,
|
|
1529
|
+
"cancelable": true,
|
|
1530
|
+
"composed": true,
|
|
1531
|
+
"docs": {
|
|
1532
|
+
"tags": [],
|
|
1533
|
+
"text": "Event emitted when the 3-dot action menu is clicked"
|
|
1534
|
+
},
|
|
1535
|
+
"complexType": {
|
|
1536
|
+
"original": "void",
|
|
1537
|
+
"resolved": "void",
|
|
1538
|
+
"references": {}
|
|
1539
|
+
}
|
|
1540
|
+
}, {
|
|
1541
|
+
"method": "asideStateChange",
|
|
1542
|
+
"name": "asideStateChange",
|
|
1543
|
+
"bubbles": true,
|
|
1544
|
+
"cancelable": true,
|
|
1545
|
+
"composed": true,
|
|
1546
|
+
"docs": {
|
|
1547
|
+
"tags": [],
|
|
1548
|
+
"text": "Event emitted when the state (open/mini) changes"
|
|
1549
|
+
},
|
|
1550
|
+
"complexType": {
|
|
1551
|
+
"original": "{ open: boolean; mini: boolean }",
|
|
1552
|
+
"resolved": "{ open: boolean; mini: boolean; }",
|
|
1553
|
+
"references": {}
|
|
1554
|
+
}
|
|
1555
|
+
}];
|
|
1556
|
+
}
|
|
1557
|
+
static get methods() {
|
|
1558
|
+
return {
|
|
1559
|
+
"toggleMaximize": {
|
|
1560
|
+
"complexType": {
|
|
1561
|
+
"signature": "() => Promise<void>",
|
|
1562
|
+
"parameters": [],
|
|
1563
|
+
"references": {
|
|
1564
|
+
"Promise": {
|
|
1565
|
+
"location": "global",
|
|
1566
|
+
"id": "global::Promise"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"return": "Promise<void>"
|
|
1570
|
+
},
|
|
1571
|
+
"docs": {
|
|
1572
|
+
"text": "Toggle Maximized state",
|
|
1573
|
+
"tags": []
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"toggle": {
|
|
1577
|
+
"complexType": {
|
|
1578
|
+
"signature": "() => Promise<void>",
|
|
1579
|
+
"parameters": [],
|
|
1580
|
+
"references": {
|
|
1581
|
+
"Promise": {
|
|
1582
|
+
"location": "global",
|
|
1583
|
+
"id": "global::Promise"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"return": "Promise<void>"
|
|
1587
|
+
},
|
|
1588
|
+
"docs": {
|
|
1589
|
+
"text": "Toggle the panel open/closed",
|
|
1590
|
+
"tags": []
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"toggleMini": {
|
|
1594
|
+
"complexType": {
|
|
1595
|
+
"signature": "() => Promise<void>",
|
|
1596
|
+
"parameters": [],
|
|
1597
|
+
"references": {
|
|
1598
|
+
"Promise": {
|
|
1599
|
+
"location": "global",
|
|
1600
|
+
"id": "global::Promise"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"return": "Promise<void>"
|
|
1604
|
+
},
|
|
1605
|
+
"docs": {
|
|
1606
|
+
"text": "Toggle Mini state",
|
|
1607
|
+
"tags": []
|
|
1608
|
+
}
|
|
1609
|
+
},
|
|
1610
|
+
"show": {
|
|
1611
|
+
"complexType": {
|
|
1612
|
+
"signature": "() => Promise<void>",
|
|
1613
|
+
"parameters": [],
|
|
1614
|
+
"references": {
|
|
1615
|
+
"Promise": {
|
|
1616
|
+
"location": "global",
|
|
1617
|
+
"id": "global::Promise"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"return": "Promise<void>"
|
|
1621
|
+
},
|
|
1622
|
+
"docs": {
|
|
1623
|
+
"text": "Open the panel",
|
|
1624
|
+
"tags": []
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"hide": {
|
|
1628
|
+
"complexType": {
|
|
1629
|
+
"signature": "() => Promise<void>",
|
|
1630
|
+
"parameters": [],
|
|
1631
|
+
"references": {
|
|
1632
|
+
"Promise": {
|
|
1633
|
+
"location": "global",
|
|
1634
|
+
"id": "global::Promise"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"return": "Promise<void>"
|
|
1638
|
+
},
|
|
1639
|
+
"docs": {
|
|
1640
|
+
"text": "Close the panel",
|
|
1641
|
+
"tags": []
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"initVoice": {
|
|
1645
|
+
"complexType": {
|
|
1646
|
+
"signature": "() => Promise<void>",
|
|
1647
|
+
"parameters": [],
|
|
1648
|
+
"references": {
|
|
1649
|
+
"Promise": {
|
|
1650
|
+
"location": "global",
|
|
1651
|
+
"id": "global::Promise"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"return": "Promise<void>"
|
|
1655
|
+
},
|
|
1656
|
+
"docs": {
|
|
1657
|
+
"text": "",
|
|
1658
|
+
"tags": []
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
};
|
|
1662
|
+
}
|
|
1663
|
+
static get elementRef() { return "hostElement"; }
|
|
1664
|
+
static get watchers() {
|
|
1665
|
+
return [{
|
|
1666
|
+
"propName": "open",
|
|
1667
|
+
"methodName": "watchOpenHandler"
|
|
1668
|
+
}, {
|
|
1669
|
+
"propName": "mini",
|
|
1670
|
+
"methodName": "watchMiniHandler"
|
|
1671
|
+
}, {
|
|
1672
|
+
"propName": "size",
|
|
1673
|
+
"methodName": "watchSizeHandler"
|
|
1674
|
+
}];
|
|
1675
|
+
}
|
|
1676
|
+
static get listeners() {
|
|
1677
|
+
return [{
|
|
1678
|
+
"name": "resize",
|
|
1679
|
+
"method": "handleWindowResize",
|
|
1680
|
+
"target": "window",
|
|
1681
|
+
"capture": false,
|
|
1682
|
+
"passive": true
|
|
1683
|
+
}, {
|
|
1684
|
+
"name": "asideRemoteState",
|
|
1685
|
+
"method": "handleRemoteSync",
|
|
1686
|
+
"target": "window",
|
|
1687
|
+
"capture": false,
|
|
1688
|
+
"passive": false
|
|
1689
|
+
}, {
|
|
1690
|
+
"name": "keydown",
|
|
1691
|
+
"method": "handleKeyDown",
|
|
1692
|
+
"target": "window",
|
|
1693
|
+
"capture": false,
|
|
1694
|
+
"passive": false
|
|
1695
|
+
}];
|
|
1696
|
+
}
|
|
1697
|
+
}
|