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,1109 @@
|
|
|
1
|
+
// Aside Panel Demo
|
|
2
|
+
export function initAsidePanelDemo() {
|
|
3
|
+
const section = document.getElementById('aside-panel');
|
|
4
|
+
if (!section) return;
|
|
5
|
+
|
|
6
|
+
const industrialActions = [
|
|
7
|
+
{ label: 'Export Telemetry', icon: 'download', shortcut: 'Ctrl+E' },
|
|
8
|
+
{ label: 'Clear Diagnostic Logs', icon: 'trash-2', variant: 'danger' },
|
|
9
|
+
{ type: 'separator' },
|
|
10
|
+
{
|
|
11
|
+
label: 'System Configuration',
|
|
12
|
+
icon: 'settings',
|
|
13
|
+
children: [
|
|
14
|
+
{ label: 'Audio Haptics', type: 'checkbox', checked: true },
|
|
15
|
+
{ label: 'Voice Controls', type: 'checkbox', checked: true },
|
|
16
|
+
{ label: '3D Parallax', type: 'checkbox', checked: true },
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
{ label: 'Force Re-sync', icon: 'refresh-cw' },
|
|
20
|
+
];
|
|
21
|
+
|
|
22
|
+
section.innerHTML = `
|
|
23
|
+
<p>Slide-in panels from any direction with overlay, resize, and customizable content.</p>
|
|
24
|
+
|
|
25
|
+
<div class="demo-controls-wrapper" style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 12px 16px; border-radius: 10px; margin: 12px 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px;">
|
|
26
|
+
<div>
|
|
27
|
+
<h4 style="margin: 0 0 8px; font-size: 10px; text-transform: uppercase; color: var(--text-secondary); letter-spacing: 0.1em;">🚀 Orchestration</h4>
|
|
28
|
+
<div style="display: flex; gap: 6px; flex-wrap: wrap;">
|
|
29
|
+
<ui-button id="btnZenith" label="Zenith" size="md"riant="outline"></ui-button>
|
|
30
|
+
<ui-button id="btnNoOverlay" label="No Overlay" size="md"riant="outline"></ui-button>
|
|
31
|
+
<ui-button id="btnVerticalStack" label="Vertical Stacks" size="md"riant="outline"></ui-button>
|
|
32
|
+
<ui-button id="btnMasterAside" label="🎮 Master" size="md"riant="outline"></ui-button>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div>
|
|
37
|
+
<h4 style="margin: 0 0 8px; font-size: 10px; text-transform: uppercase; color: var(--text-secondary); letter-spacing: 0.1em;">✨ Visuals</h4>
|
|
38
|
+
<div style="display: flex; gap: 6px; flex-wrap: wrap;">
|
|
39
|
+
<ui-button id="btnPremium" variant="outline" color="danger" label="Premium" size="md"ui-button>
|
|
40
|
+
<ui-button id="btnFeedback" variant="outline" color="success" label="Feedback" size="md"ui-button>
|
|
41
|
+
<ui-button id="btnDocumentation" variant="outline" color="info" label="Documentation" size="md"ui-button>
|
|
42
|
+
<ui-button id="btnTransparent" variant="outline" color="secondary" label="Transparent" size="md"ui-button>
|
|
43
|
+
<ui-button id="btnRtlMode" variant="outline" color="warning" label="RTL Mode" size="md"ui-button>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
|
|
47
|
+
<div>
|
|
48
|
+
<h4 style="margin: 0 0 8px; font-size: 10px; text-transform: uppercase; color: var(--text-secondary); letter-spacing: 0.1em;">🎬 Animation Mastery</h4>
|
|
49
|
+
<div style="display: grid; grid-template-columns: 1fr; gap: 6px;">
|
|
50
|
+
<div style="display: flex; gap: 4px;">
|
|
51
|
+
<ui-button id="btnAnimSlide" variant="outline" color="success" label="Slide In-Out" size="md"yle="flex:1"></ui-button>
|
|
52
|
+
<ui-button id="btnAnimFade" variant="outline" color="secondary" label="Fade" size="md"yle="flex:1"></ui-button>
|
|
53
|
+
<ui-button id="btnAnimScale" variant="outline" color="secondary" label="Scale" size="md"yle="flex:1"></ui-button>
|
|
54
|
+
</div>
|
|
55
|
+
<div style="display: flex; gap: 4px;">
|
|
56
|
+
<ui-button id="btnSpeed01" variant="outline" color="secondary" label="⚡ 0.1s" size="md"yle="flex:1"></ui-button>
|
|
57
|
+
<ui-button id="btnSpeed1" variant="outline" color="success" label="🎯 1s" size="md"yle="flex:1"></ui-button>
|
|
58
|
+
<ui-button id="btnSpeed2" variant="outline" color="secondary" label="🎬 2s" size="md"yle="flex:1"></ui-button>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
<div>
|
|
64
|
+
<h4 style="margin: 0 0 8px; font-size: 10px; text-transform: uppercase; color: var(--text-secondary); letter-spacing: 0.1em;">📐 Core</h4>
|
|
65
|
+
<div style="display: flex; gap: 6px; flex-wrap: wrap;">
|
|
66
|
+
<ui-button id="btnSlots" variant="outline" color="secondary" label="Slots" size="md"ui-button>
|
|
67
|
+
<ui-button id="btnAxes" variant="outline" color="secondary" label="Axes" size="md"ui-button>
|
|
68
|
+
<ui-button id="btnResize" variant="outline" color="secondary" label="Resize" size="md"ui-button>
|
|
69
|
+
</div>
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div id="asidePanelDemoContainer" style="margin-top: 20px;"></div>
|
|
74
|
+
`;
|
|
75
|
+
|
|
76
|
+
// --- REFACTORING: LOCAL FUNCTIONS ---
|
|
77
|
+
|
|
78
|
+
function showZenithAsideDemo() {
|
|
79
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
80
|
+
if (!container) return;
|
|
81
|
+
|
|
82
|
+
container.innerHTML = `
|
|
83
|
+
<div class="demo-block">
|
|
84
|
+
<h3 style="display: flex; align-items: center; gap: 8px;">👑 Sovereign Zenith Edition</h3>
|
|
85
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">The apex of technical workspace orchestration. Hands-free voice control and 3D depth tilt.</p>
|
|
86
|
+
|
|
87
|
+
<div class="demo-mastery-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 32px;">
|
|
88
|
+
<div style="background: #f8fafc; border: 1px solid #e2e8f0; padding: 24px; border-radius: 16px;">
|
|
89
|
+
<h4 style="margin-top:0;">🤖 Industrial Control</h4>
|
|
90
|
+
<div style="display: flex; flex-direction: column; gap: 10px;">
|
|
91
|
+
<ui-button id="btnTogglePrimary" variant="outline" color="success" label="⚡ Toggle Primary Panel"></ui-button>
|
|
92
|
+
<ui-button id="btnToggleMini" variant="outline" color="primary" label="🤏 Toggle Mini State"></ui-button>
|
|
93
|
+
<ui-button id="btnInitVoice" variant="outline" color="success" label="🎙️ Audio Commands: ENABLE" style="font-family: monospace;"></ui-button>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
<div style="background: #f8fafc; border: 1px solid #e2e8f0; padding: 24px; border-radius: 16px;">
|
|
97
|
+
<h4 style="margin-top:0;">✨ High-Fidelity Themes</h4>
|
|
98
|
+
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px;">
|
|
99
|
+
<ui-button id="themeDefault" variant="outline" color="secondary" label="Default"></ui-button>
|
|
100
|
+
<ui-button id="themeGlass" variant="outline" color="secondary" label="Glass"></ui-button>
|
|
101
|
+
<ui-button id="themeRadiant" variant="outline" color="secondary" label="Radiant"></ui-button>
|
|
102
|
+
<ui-button id="themeZenith" variant="outline" color="secondary" label="Zenith"></ui-button>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<ui-aside-panel id="sovereignAside" direction="right" size="500px" resizable="true" haptic="true" theme="zenith" enable-parallax="true" show-actions="true" action-items='${JSON.stringify(industrialActions)}'>
|
|
108
|
+
<div slot="header">
|
|
109
|
+
<h3 style="margin:0;">Technical Workspace</h3>
|
|
110
|
+
<p style="margin:4px 0 0; opacity:0.6; font-size:13px;">Real-time Telemetry & Asset Control</p>
|
|
111
|
+
</div>
|
|
112
|
+
<div slot="content">
|
|
113
|
+
<div style="background: #000; color: #00ff00; padding: 15px; border-radius: 8px; font-family: monospace; font-size: 12px; border-left: 3px solid #00ff00;">
|
|
114
|
+
> INITIALIZING NODES... [OK]<br>
|
|
115
|
+
> HANDSHAKE COMPLETED AT NODE_42<br>
|
|
116
|
+
> STREAMING TELEMETRY (98.2kbps)
|
|
117
|
+
</div>
|
|
118
|
+
<p style="margin-top:20px; font-size:14px;">Try the <b>Voice Commands</b>:<br> "Open Panel", "Collapse Panel", "Expand Side", "Close Side".</p>
|
|
119
|
+
<div style="margin-top:20px; padding:15px; border:1px solid #e2e8f0; border-radius:10px;">
|
|
120
|
+
<h4 style="margin:0 0 10px; font-size:12px; text-transform:uppercase;">3D Depth Sensor</h4>
|
|
121
|
+
<p style="margin:0; font-size:12px; color:#64748b;">The content tilts in 3D space based on your mouse coordinates.</p>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
<div slot="footer">
|
|
125
|
+
<ui-button id="btnApplyDiagnostics" variant="outline" color="success" label="APPLY DIAGNOSTICS" style="width:100%"></ui-button>
|
|
126
|
+
</div>
|
|
127
|
+
</ui-aside-panel>
|
|
128
|
+
</div>
|
|
129
|
+
`;
|
|
130
|
+
|
|
131
|
+
const toggleMainAside = () => document.getElementById('sovereignAside')?.toggle();
|
|
132
|
+
const toggleMiniAside = () => {
|
|
133
|
+
const a = document.getElementById('sovereignAside');
|
|
134
|
+
if (a) a.mini = !a.mini;
|
|
135
|
+
};
|
|
136
|
+
const setAsideTheme = t => {
|
|
137
|
+
const a = document.getElementById('sovereignAside');
|
|
138
|
+
if (a) {
|
|
139
|
+
a.theme = t;
|
|
140
|
+
a.show();
|
|
141
|
+
}
|
|
142
|
+
};
|
|
143
|
+
const initVoiceAside = () => {
|
|
144
|
+
const a = document.getElementById('sovereignAside');
|
|
145
|
+
if (a) {
|
|
146
|
+
a.enableVoiceControl = true;
|
|
147
|
+
a.initVoice();
|
|
148
|
+
alert('Voice Control Initialized. Try "Show Side" or "Collapse Side".');
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
setTimeout(() => {
|
|
153
|
+
document.getElementById('btnTogglePrimary')?.addEventListener('click', toggleMainAside);
|
|
154
|
+
document.getElementById('btnToggleMini')?.addEventListener('click', toggleMiniAside);
|
|
155
|
+
document.getElementById('btnInitVoice')?.addEventListener('click', initVoiceAside);
|
|
156
|
+
|
|
157
|
+
document.getElementById('themeDefault')?.addEventListener('click', () => setAsideTheme('default'));
|
|
158
|
+
document.getElementById('themeGlass')?.addEventListener('click', () => setAsideTheme('glass'));
|
|
159
|
+
document.getElementById('themeRadiant')?.addEventListener('click', () => setAsideTheme('radiant'));
|
|
160
|
+
document.getElementById('themeZenith')?.addEventListener('click', () => setAsideTheme('zenith'));
|
|
161
|
+
|
|
162
|
+
document.getElementById('btnApplyDiagnostics')?.addEventListener('click', () => {
|
|
163
|
+
document.getElementById('sovereignAside')?.hide();
|
|
164
|
+
});
|
|
165
|
+
}, 50);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
function showPremiumAsideDemo() {
|
|
169
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
170
|
+
if (!container) return;
|
|
171
|
+
|
|
172
|
+
container.innerHTML = `
|
|
173
|
+
<div class="demo-block">
|
|
174
|
+
<h3>💎 Premium Features Showcase</h3>
|
|
175
|
+
<p style="color: #6b7280; margin-bottom: 24px;">Explore elite-tier features like Glassmorphism, Persistence, and Loading states.</p>
|
|
176
|
+
|
|
177
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;">
|
|
178
|
+
<!-- Glassmorphism -->
|
|
179
|
+
<div style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 24px; border-radius: 12px; color: var(--text-primary);">
|
|
180
|
+
<h4 style="margin: 0 0 12px; color: var(--text-primary);">Glassmorphism</h4>
|
|
181
|
+
<p style="font-size: 14px; opacity: 0.9; margin-bottom: 20px;">Ultra-modern visual style with real-time backdrop filtering.</p>
|
|
182
|
+
<ui-button id="btnOpenGlass" variant="outline" color="primary" label="Open Glass Panel" style="width: 100%"></ui-button>
|
|
183
|
+
</div>
|
|
184
|
+
|
|
185
|
+
<!-- State Persistence -->
|
|
186
|
+
<div style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 24px; border-radius: 12px;">
|
|
187
|
+
<h4 style="margin: 0 0 12px; color: var(--text-primary);">State Persistence</h4>
|
|
188
|
+
<p style="font-size: 14px; color: var(--text-secondary); margin-bottom: 20px;">Remembers its open state and size even after a page refresh.</p>
|
|
189
|
+
<ui-button id="btnOpenPersistent" variant="outline" color="success" label="Open Persistent Panel" style="width: 100%"></ui-button>
|
|
190
|
+
</div>
|
|
191
|
+
|
|
192
|
+
<!-- Loading States -->
|
|
193
|
+
<div style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 24px; border-radius: 12px;">
|
|
194
|
+
<h4 style="margin: 0 0 12px; color: var(--text-primary);">Loading Indicators</h4>
|
|
195
|
+
<p style="font-size: 14px; color: var(--text-secondary); margin-bottom: 20px;">Built-in loading overlay for async data operations.</p>
|
|
196
|
+
<ui-button id="btnOpenLoading" variant="outline" color="primary" label="Open Loading Panel" style="width: 100%"></ui-button>
|
|
197
|
+
</div>
|
|
198
|
+
</div>
|
|
199
|
+
|
|
200
|
+
<ui-aside-panel id="glassPanel" variant="glass" backdrop-blur="8px" direction="right" size="450px">
|
|
201
|
+
<div slot="header" style="color: inherit;">
|
|
202
|
+
<h3 style="margin: 0;">✨ Premium Glass</h3>
|
|
203
|
+
</div>
|
|
204
|
+
<div slot="content">
|
|
205
|
+
<div style="background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px; border-radius: 12px; margin-bottom: 20px;">
|
|
206
|
+
<h4 style="margin: 0 0 10px;">Modern Aesthetics</h4>
|
|
207
|
+
<p style="margin: 0; font-size: 14px; opacity: 0.8;">The glass variant uses CSS <code>backdrop-filter</code> and semi-transparent backgrounds to create a depth effect.</p>
|
|
208
|
+
</div>
|
|
209
|
+
<p>Perfect for high-end dashboards and creative applications where visual hierarchy needs to be maintained without completely blocking the background context.</p>
|
|
210
|
+
</div>
|
|
211
|
+
</ui-aside-panel>
|
|
212
|
+
|
|
213
|
+
<ui-aside-panel id="persistentPanel" persist-key="demo-panel" resizable="true" direction="right" size="400px">
|
|
214
|
+
<div slot="header">
|
|
215
|
+
<h3 style="margin: 0;">💾 Persistent Panel</h3>
|
|
216
|
+
</div>
|
|
217
|
+
<div slot="content">
|
|
218
|
+
<p>Try resizing this panel or closing it, then refresh the page. It will remember its exact state!</p>
|
|
219
|
+
<div style="background: #f1f5f9; padding: 15px; border-radius: 8px; margin-top: 20px;">
|
|
220
|
+
<p style="margin: 0; font-size: 13px; color: #475569;">Uses <code>localStorage</code> linked to the <code>persist-key</code> property.</p>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
</ui-aside-panel>
|
|
224
|
+
|
|
225
|
+
<ui-aside-panel id="loadingPanel" loading="true" direction="right" size="400px">
|
|
226
|
+
<div slot="header">
|
|
227
|
+
<h3 style="margin: 0;">⏳ Loading Data...</h3>
|
|
228
|
+
</div>
|
|
229
|
+
<div slot="content">
|
|
230
|
+
<p>Content is currently being fetched.</p>
|
|
231
|
+
</div>
|
|
232
|
+
<div slot="footer">
|
|
233
|
+
<ui-button id="btnStopLoading" variant="outline" color="success" label="Stop Loading" style="width: 100%"></ui-button>
|
|
234
|
+
</div>
|
|
235
|
+
</ui-aside-panel>
|
|
236
|
+
</div>
|
|
237
|
+
`;
|
|
238
|
+
|
|
239
|
+
const openGlassPanel = () => document.getElementById('glassPanel')?.show();
|
|
240
|
+
const openPersistentPanel = () => document.getElementById('persistentPanel')?.show();
|
|
241
|
+
const openLoadingPanel = () => {
|
|
242
|
+
const p = document.getElementById('loadingPanel');
|
|
243
|
+
if (p) {
|
|
244
|
+
p.loading = true;
|
|
245
|
+
p.show();
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
const stopAsideLoading = () => {
|
|
249
|
+
const p = document.getElementById('loadingPanel');
|
|
250
|
+
if (p) p.loading = false;
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
setTimeout(() => {
|
|
254
|
+
document.getElementById('btnOpenGlass')?.addEventListener('click', openGlassPanel);
|
|
255
|
+
document.getElementById('btnOpenPersistent')?.addEventListener('click', openPersistentPanel);
|
|
256
|
+
document.getElementById('btnOpenLoading')?.addEventListener('click', openLoadingPanel);
|
|
257
|
+
document.getElementById('btnStopLoading')?.addEventListener('click', stopAsideLoading);
|
|
258
|
+
}, 50);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
function showFloatingAsideDemo() {
|
|
262
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
263
|
+
if (!container) return;
|
|
264
|
+
|
|
265
|
+
container.innerHTML = `
|
|
266
|
+
<div class="demo-block">
|
|
267
|
+
<h3 style="display: flex; align-items: center; gap: 8px;">🛸 Non-Full Layouts (Floating)</h3>
|
|
268
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">Floating panels that don't span the full height or width. Perfect for feedback widgets or quick toolbars.</p>
|
|
269
|
+
|
|
270
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 32px;">
|
|
271
|
+
<div style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 24px; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);">
|
|
272
|
+
<h4 style="margin-top:0; color: var(--text-primary);">💬 Feedback Widget</h4>
|
|
273
|
+
<p style="font-size:13px; color: var(--text-secondary);">Bottom-aligned floating panel matching industrial survey layouts.</p>
|
|
274
|
+
<ui-button id="btnOpenFeedback" variant="outline" color="success" label="Open Feedback Panel" style="width: 100%"></ui-button>
|
|
275
|
+
</div>
|
|
276
|
+
<div style="background: var(--bg-secondary); border: 1px solid var(--border-default); padding: 24px; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);">
|
|
277
|
+
<h4 style="margin-top:0; color: var(--text-primary);">🎯 Centered Flyout</h4>
|
|
278
|
+
<p style="font-size:13px; color: var(--text-secondary);">Vertically centered panel on the screen edge.</p>
|
|
279
|
+
<ui-button id="btnOpenCentered" variant="outline" color="success" label="Open Centered Flyout" style="width: 100%"></ui-button>
|
|
280
|
+
</div>
|
|
281
|
+
</div>
|
|
282
|
+
|
|
283
|
+
<ui-aside-panel
|
|
284
|
+
id="feedbackPanel"
|
|
285
|
+
direction="right"
|
|
286
|
+
variant="floating"
|
|
287
|
+
floating-align="end"
|
|
288
|
+
floating-offset="30px"
|
|
289
|
+
size="450px"
|
|
290
|
+
secondary-size="650px"
|
|
291
|
+
>
|
|
292
|
+
<div slot="header">
|
|
293
|
+
<div style="display: flex; align-items: center; gap: 10px;">
|
|
294
|
+
<img src="https://www.se.com/favicon.ico" style="width: 24px; height: 24px;">
|
|
295
|
+
<h3 style="margin:0;">Schneider Electric Feedback</h3>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
<div slot="content">
|
|
299
|
+
<p style="font-weight: bold; margin-bottom: 12px;">How satisfied are you today? *</p>
|
|
300
|
+
<div style="display: flex; justify-content: space-between; gap: 4px; margin-bottom: 24px;">
|
|
301
|
+
${[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map(n => `<ui-button variant="outline" color="secondary" label="${n}" size="md"yle="flex: 1"></ui-button>`).join('')}
|
|
302
|
+
</div>
|
|
303
|
+
|
|
304
|
+
<div style="display: grid; gap: 16px; margin-bottom: 24px;">
|
|
305
|
+
<ui-input multiline="true" rows="3" label="Could you please describe your recent experience with us?" placeholder="Your thoughts..."></ui-input>
|
|
306
|
+
<ui-input multiline="true" rows="3" label="What suggestions would you recommend?" placeholder="Enhancements..."></ui-input>
|
|
307
|
+
</div>
|
|
308
|
+
|
|
309
|
+
<div style="display: flex; gap: 10px;">
|
|
310
|
+
<ui-button id="btnCloseFeedback" variant="outline" color="secondary" label="Close" style="flex: 1"></ui-button>
|
|
311
|
+
<ui-button id="btnSubmitFeedback" variant="outline" color="success" label="Submit" style="flex: 1"></ui-button>
|
|
312
|
+
</div>
|
|
313
|
+
|
|
314
|
+
<p style="text-align: center; font-size: 11px; color: #94a3b8; margin-top: 24px;">Powered by <b>Medallia</b></p>
|
|
315
|
+
</div>
|
|
316
|
+
</ui-aside-panel>
|
|
317
|
+
|
|
318
|
+
<ui-aside-panel
|
|
319
|
+
id="centerFloatPanel"
|
|
320
|
+
direction="right"
|
|
321
|
+
variant="floating"
|
|
322
|
+
floating-align="center"
|
|
323
|
+
floating-offset="20px"
|
|
324
|
+
size="350px"
|
|
325
|
+
secondary-size="400px"
|
|
326
|
+
backdrop-blur="4px"
|
|
327
|
+
>
|
|
328
|
+
<div slot="header">
|
|
329
|
+
<div style="display: flex; align-items: center; gap: 8px;">
|
|
330
|
+
<ui-icon name="target" library="lucide" size="18px"></ui-icon>
|
|
331
|
+
<h3 style="margin:0;">Centered Flyout</h3>
|
|
332
|
+
</div>
|
|
333
|
+
</div>
|
|
334
|
+
<div slot="content">
|
|
335
|
+
<p style="color: #64748b; font-size: 14px; line-height: 1.6;">This panel is vertically centered on the screen edge using <code>floating-align="center"</code>.</p>
|
|
336
|
+
<div style="margin-top: 20px; padding: 16px; background: #f1f5f9; border-radius: 12px; font-size: 13px;">
|
|
337
|
+
Perfect for quick tool selections or contextual utilities.
|
|
338
|
+
</div>
|
|
339
|
+
</div>
|
|
340
|
+
</ui-aside-panel>
|
|
341
|
+
</div>
|
|
342
|
+
`;
|
|
343
|
+
|
|
344
|
+
setTimeout(() => {
|
|
345
|
+
document.getElementById('btnOpenFeedback')?.addEventListener('click', () => document.getElementById('feedbackPanel')?.show());
|
|
346
|
+
document.getElementById('btnCloseFeedback')?.addEventListener('click', () => document.getElementById('feedbackPanel')?.hide());
|
|
347
|
+
document.getElementById('btnSubmitFeedback')?.addEventListener('click', () => {
|
|
348
|
+
alert('Feedback Submitted!');
|
|
349
|
+
document.getElementById('feedbackPanel')?.hide();
|
|
350
|
+
});
|
|
351
|
+
document.getElementById('btnOpenCentered')?.addEventListener('click', () => document.getElementById('centerFloatPanel')?.show());
|
|
352
|
+
}, 50);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
function showSymmetricalFloatingDemo() {
|
|
356
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
357
|
+
if (!container) return;
|
|
358
|
+
|
|
359
|
+
container.innerHTML = `
|
|
360
|
+
<div class="demo-block">
|
|
361
|
+
<h3 style="display: flex; align-items: center; gap: 8px;">🛸 Symmetrical Flyouts Mastery</h3>
|
|
362
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">A showcase of floating panels sliding from every axis. Each is centered along its respective edge with ultra-smooth transitions.</p>
|
|
363
|
+
|
|
364
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-bottom: 40px; background: var(--bg-secondary); padding: 20px; border-radius: 12px; border: 1px dashed var(--border-default);">
|
|
365
|
+
<ui-button id="btnFlyLeft" variant="outline" color="success" label="⬅️ Fly Left" style="height: 60px;"></ui-button>
|
|
366
|
+
<ui-button id="btnFlyRight" variant="outline" color="primary" label="➡️ Fly Right" style="height: 60px;"></ui-button>
|
|
367
|
+
<ui-button id="btnFlyTop" variant="outline" color="warning" label="⬆️ Fly Top" style="height: 60px;"></ui-button>
|
|
368
|
+
<ui-button id="btnFlyBottom" variant="outline" color="danger" label="⬇️ Fly Bottom" style="height: 60px;"></ui-button>
|
|
369
|
+
</div>
|
|
370
|
+
|
|
371
|
+
<div style="background: #fff; padding: 30px; border-radius: 16px; border: 1px solid #e2e8f0; text-align: center;">
|
|
372
|
+
<p style="color: #64748b; font-size: 14px;">Click the buttons above to trigger the respective directional flyouts.<br>They are configured with <code>variant="floating"</code> and <code>floating-align="center"</code>.</p>
|
|
373
|
+
</div>
|
|
374
|
+
|
|
375
|
+
<ui-aside-panel id="flyLeft" direction="left" variant="floating" floating-align="center" size="320px" secondary-size="450px" transition-duration="0.5s">
|
|
376
|
+
<div slot="header" style="display: flex; align-items: center; gap: 10px;">
|
|
377
|
+
<div style="width: 8px; height: 24px; background: #10b981; border-radius: 99px;"></div>
|
|
378
|
+
<h3 style="margin:0;">Left Centered</h3>
|
|
379
|
+
</div>
|
|
380
|
+
<div slot="content">
|
|
381
|
+
<p style="color: #64748b;">A floating utility panel sliding smoothly from the left edge. The 0.5s transition ensures a premium feel.</p>
|
|
382
|
+
</div>
|
|
383
|
+
</ui-aside-panel>
|
|
384
|
+
|
|
385
|
+
<ui-aside-panel id="flyRight" direction="right" variant="floating" floating-align="center" size="320px" secondary-size="450px" transition-duration="0.5s">
|
|
386
|
+
<div slot="header" style="display: flex; align-items: center; gap: 10px;">
|
|
387
|
+
<div style="width: 8px; height: 24px; background: #8b5cf6; border-radius: 99px;"></div>
|
|
388
|
+
<h3 style="margin:0;">Right Centered</h3>
|
|
389
|
+
</div>
|
|
390
|
+
<div slot="content">
|
|
391
|
+
<p style="color: #64748b;">The symmetrical counterpart for the right side of the workspace.</p>
|
|
392
|
+
</div>
|
|
393
|
+
</ui-aside-panel>
|
|
394
|
+
|
|
395
|
+
<ui-aside-panel id="flyTop" direction="top" variant="floating" floating-align="center" size="160px" secondary-size="600px" transition-duration="0.6s">
|
|
396
|
+
<div slot="header" style="display: flex; align-items: center; gap: 10px;">
|
|
397
|
+
<div style="width: 24px; height: 8px; background: #f59e0b; border-radius: 99px;"></div>
|
|
398
|
+
<h3 style="margin:0;">Top Banner</h3>
|
|
399
|
+
</div>
|
|
400
|
+
<div slot="content">
|
|
401
|
+
<p style="color: #64748b; margin: 0;">A horizontal floating notification bar sliding from the top edge. Perfect for priority broadcasts.</p>
|
|
402
|
+
</div>
|
|
403
|
+
</ui-aside-panel>
|
|
404
|
+
|
|
405
|
+
<ui-aside-panel id="flyBottom" direction="bottom" variant="floating" floating-align="center" size="160px" secondary-size="600px" transition-duration="0.6s">
|
|
406
|
+
<div slot="header" style="display: flex; align-items: center; gap: 10px;">
|
|
407
|
+
<div style="width: 24px; height: 8px; background: #ef4444; border-radius: 999px;"></div>
|
|
408
|
+
<h3 style="margin:0;">Bottom Toolbar</h3>
|
|
409
|
+
</div>
|
|
410
|
+
<div slot="content">
|
|
411
|
+
<p style="color: #64748b; margin: 0;">Floating contextual controls appearing from the bottom. Great for secondary actions or player controls.</p>
|
|
412
|
+
</div>
|
|
413
|
+
</ui-aside-panel>
|
|
414
|
+
</div>
|
|
415
|
+
`;
|
|
416
|
+
|
|
417
|
+
setTimeout(() => {
|
|
418
|
+
document.getElementById('btnFlyLeft')?.addEventListener('click', () => document.getElementById('flyLeft')?.show());
|
|
419
|
+
document.getElementById('btnFlyRight')?.addEventListener('click', () => document.getElementById('flyRight')?.show());
|
|
420
|
+
document.getElementById('btnFlyTop')?.addEventListener('click', () => document.getElementById('flyTop')?.show());
|
|
421
|
+
document.getElementById('btnFlyBottom')?.addEventListener('click', () => document.getElementById('flyBottom')?.show());
|
|
422
|
+
}, 50);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
function launchVerticalStack() {
|
|
426
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
427
|
+
if (!container) return;
|
|
428
|
+
|
|
429
|
+
container.innerHTML = `
|
|
430
|
+
<div class="demo-block">
|
|
431
|
+
<h3>📚 Multilayer Stack Orchestration</h3>
|
|
432
|
+
<p>Using <code>stack-offset</code> to layer multiple concurrent panels.</p>
|
|
433
|
+
<div style="display: flex; gap: 10px;">
|
|
434
|
+
<ui-button id="btnStack1" variant="outline" color="success" label="Layer 1"></ui-button>
|
|
435
|
+
<ui-button id="btnStack2" variant="outline" color="primary" label="Layer 2 (Offset)"></ui-button>
|
|
436
|
+
</div>
|
|
437
|
+
|
|
438
|
+
<ui-aside-panel id="stack1" direction="right" size="400px" theme="radiant">
|
|
439
|
+
<div slot="header"><h3>Level 1</h3></div>
|
|
440
|
+
<div slot="content"><p>Primary diagnostic layer.</p></div>
|
|
441
|
+
</ui-aside-panel>
|
|
442
|
+
|
|
443
|
+
<ui-aside-panel id="stack2" direction="right" size="350px" stack-offset="40" theme="glass">
|
|
444
|
+
<div slot="header"><h3>Level 2</h3></div>
|
|
445
|
+
<div slot="content"><p>Secondary contextual layer with 40px offset.</p></div>
|
|
446
|
+
</ui-aside-panel>
|
|
447
|
+
</div>
|
|
448
|
+
`;
|
|
449
|
+
|
|
450
|
+
setTimeout(() => {
|
|
451
|
+
document.getElementById('btnStack1')?.addEventListener('click', () => document.getElementById('stack1')?.show());
|
|
452
|
+
document.getElementById('btnStack2')?.addEventListener('click', () => document.getElementById('stack2')?.show());
|
|
453
|
+
}, 100);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
function showRichAsideDemo() {
|
|
457
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
458
|
+
if (!container) return;
|
|
459
|
+
|
|
460
|
+
container.innerHTML = `
|
|
461
|
+
<div class="demo-block">
|
|
462
|
+
<h3>📄 Technical Documentation Reader</h3>
|
|
463
|
+
<ui-button id="btnOpenManual" variant="outline" color="success" label="OPEN MANUAL" size="large"></ui-button>
|
|
464
|
+
|
|
465
|
+
<ui-aside-panel id="docAside" direction="right" size="600px" resizable="true">
|
|
466
|
+
<div slot="header">
|
|
467
|
+
<h2 style="margin:0;">Sovereign User Manual</h2>
|
|
468
|
+
<code style="font-size: 10px; opacity: 0.5;">v1.0.4-industrial</code>
|
|
469
|
+
</div>
|
|
470
|
+
<div slot="content">
|
|
471
|
+
<h3>1. Overview</h3>
|
|
472
|
+
<p>The Sovereign Aside Panel is a high-fidelity workspace component designed for technical orchestration.</p>
|
|
473
|
+
|
|
474
|
+
<div style="background: #f1f5f9; padding: 15px; border-radius: 8px; border-left: 4px solid #10b981; margin: 20px 0;">
|
|
475
|
+
<h4 style="margin:0 0 5px; color: #1e3a8a;">Pro Tip</h4>
|
|
476
|
+
<p style="margin:0; font-size: 13px;">Use the Alt + Arrows shortcut to resize the panel while it is open.</p>
|
|
477
|
+
</div>
|
|
478
|
+
|
|
479
|
+
<h3>2. Attributes</h3>
|
|
480
|
+
<table style="width: 100%; border-collapse: collapse; font-size: 13px;">
|
|
481
|
+
<tr style="background: #f8fafc; border-bottom: 1px solid #e2e8f0;"><th style="padding:10px; text-align:left;">Prop</th><th style="padding:10px; text-align:left;">Description</th></tr>
|
|
482
|
+
<tr style="border-bottom: 1px solid #f1f5f9;"><td style="padding:10px;"><code>direction</code></td><td style="padding:10px;">Edge of origin</td></tr>
|
|
483
|
+
<tr style="border-bottom: 1px solid #f1f5f9;"><td style="padding:10px;"><code>variant</code></td><td style="padding:10px;">Thematic engine</td></tr>
|
|
484
|
+
<tr style="border-bottom: 1px solid #f1f5f9;"><td style="padding:10px;"><code>resizable</code></td><td style="padding:10px;">Enable UX scaling</td></tr>
|
|
485
|
+
</table>
|
|
486
|
+
</div>
|
|
487
|
+
</ui-aside-panel>
|
|
488
|
+
</div>
|
|
489
|
+
`;
|
|
490
|
+
|
|
491
|
+
setTimeout(() => {
|
|
492
|
+
document.getElementById('btnOpenManual')?.addEventListener('click', () => document.getElementById('docAside')?.show());
|
|
493
|
+
}, 100);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
function showRtlAsideDemo() {
|
|
497
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
498
|
+
if (!container) return;
|
|
499
|
+
|
|
500
|
+
container.innerHTML = `
|
|
501
|
+
<div class="demo-block" dir="rtl">
|
|
502
|
+
<h3>🌍 (RTL) מצב מימין לשמאל</h3>
|
|
503
|
+
<p>Globalized interface support for Right-to-Left languages.</p>
|
|
504
|
+
<ui-button id="btnOpenRtl" variant="outline" color="warning" label="פתח פנל (Open RTL)" size="large"></ui-button>
|
|
505
|
+
|
|
506
|
+
<ui-aside-panel id="rtlAside" rtl="true" direction="right" size="400px">
|
|
507
|
+
<div slot="header"><h3>שורת כותרת</h3></div>
|
|
508
|
+
<div slot="content">
|
|
509
|
+
<p>תוכן הפאנל מוצג מימין לשמאל באופן אוטומטי.</p>
|
|
510
|
+
<ul style="padding-right: 20px;">
|
|
511
|
+
<li>פריט ראשון</li>
|
|
512
|
+
<li>פריט שני</li>
|
|
513
|
+
</ul>
|
|
514
|
+
</div>
|
|
515
|
+
</ui-aside-panel>
|
|
516
|
+
</div>
|
|
517
|
+
`;
|
|
518
|
+
|
|
519
|
+
setTimeout(() => {
|
|
520
|
+
document.getElementById('btnOpenRtl')?.addEventListener('click', () => document.getElementById('rtlAside')?.show());
|
|
521
|
+
}, 100);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
function showAnimationAsideDemo(type) {
|
|
525
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
526
|
+
if (!container) return;
|
|
527
|
+
|
|
528
|
+
container.innerHTML = `
|
|
529
|
+
<div class="demo-block">
|
|
530
|
+
<h3>🎭 Kinetic Engine: ${type.toUpperCase()}</h3>
|
|
531
|
+
<ui-button id="btnTestKinetics" variant="outline" color="secondary" label="TEST KINETICS" size="large"></ui-button>
|
|
532
|
+
|
|
533
|
+
<ui-aside-panel id="animAside" direction="right" size="400px" animation-type="${type}" theme="radiant">
|
|
534
|
+
<div slot="header"><h3>Motion Engine</h3></div>
|
|
535
|
+
<div slot="content">
|
|
536
|
+
<p>Current kinetics: <b>${type}</b></p>
|
|
537
|
+
<p style="font-size: 13px; color: #64748b;">The transition engine scales the opacity and transform based on this mode.</p>
|
|
538
|
+
</div>
|
|
539
|
+
</ui-aside-panel>
|
|
540
|
+
</div>
|
|
541
|
+
`;
|
|
542
|
+
|
|
543
|
+
setTimeout(() => {
|
|
544
|
+
document.getElementById('btnTestKinetics')?.addEventListener('click', () => document.getElementById('animAside')?.show());
|
|
545
|
+
}, 100);
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
function showSpeedAsideDemo(speed) {
|
|
549
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
550
|
+
if (!container) return;
|
|
551
|
+
|
|
552
|
+
container.innerHTML = `
|
|
553
|
+
<div class="demo-block">
|
|
554
|
+
<h3>⚡ Speed/Duration: ${speed}</h3>
|
|
555
|
+
<ui-button id="btnTestSpeed" variant="outline" color="success" label="TEST DURATION: ${speed}" size="large"></ui-button>
|
|
556
|
+
|
|
557
|
+
<ui-aside-panel id="speedAside" direction="right" size="400px" transition-duration="${speed}" theme="radiant">
|
|
558
|
+
<div slot="header"><h3>Transition Timing</h3></div>
|
|
559
|
+
<div slot="content">
|
|
560
|
+
<p>Current timing: <b>${speed}</b></p>
|
|
561
|
+
<p style="font-size: 13px; color: #64748b;">Adjust the industrial speed of the Kinetic engine.</p>
|
|
562
|
+
</div>
|
|
563
|
+
</ui-aside-panel>
|
|
564
|
+
</div>
|
|
565
|
+
`;
|
|
566
|
+
|
|
567
|
+
setTimeout(() => {
|
|
568
|
+
document.getElementById('btnTestSpeed')?.addEventListener('click', () => document.getElementById('speedAside')?.show());
|
|
569
|
+
}, 100);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
function showModelessAsideDemo() {
|
|
573
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
574
|
+
if (!container) return;
|
|
575
|
+
|
|
576
|
+
container.innerHTML = `
|
|
577
|
+
<div class="demo-block">
|
|
578
|
+
<h3 style="display: flex; align-items: center; gap: 8px;">🚀 Non-Blocking Utility (Modeless)</h3>
|
|
579
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">Configured with <code>show-overlay="false"</code>. The background page remains interactive while the panel is open.</p>
|
|
580
|
+
|
|
581
|
+
<ui-button id="btnOpenModeless" variant="outline" color="primary" label="🚀 OPEN MODELESS DRAWER" size="large"></ui-button>
|
|
582
|
+
|
|
583
|
+
<ui-aside-panel
|
|
584
|
+
id="modelessAside"
|
|
585
|
+
direction="right"
|
|
586
|
+
show-overlay="false"
|
|
587
|
+
size="400px"
|
|
588
|
+
animation-type="slide-in-out"
|
|
589
|
+
theme="radiant"
|
|
590
|
+
>
|
|
591
|
+
<div slot="header">
|
|
592
|
+
<h3 style="margin:0;">Persistent Utility</h3>
|
|
593
|
+
</div>
|
|
594
|
+
<div slot="content">
|
|
595
|
+
<p>This panel doesn't block the main page. You can still:</p>
|
|
596
|
+
<ul style="padding-left: 20px; color: #475569;">
|
|
597
|
+
<li>Scroll the background page</li>
|
|
598
|
+
<li>Click other demo buttons</li>
|
|
599
|
+
<li>Interact with forms</li>
|
|
600
|
+
</ul>
|
|
601
|
+
<p style="margin-top: 24px;">This is perfect for tool palettes or properties inspectors.</p>
|
|
602
|
+
<ui-button id="btnDismissModeless" variant="outline" color="secondary" label="DISMISS" style="width: 100%"></ui-button>
|
|
603
|
+
</div>
|
|
604
|
+
</ui-aside-panel>
|
|
605
|
+
</div>
|
|
606
|
+
`;
|
|
607
|
+
|
|
608
|
+
setTimeout(() => {
|
|
609
|
+
document.getElementById('btnOpenModeless')?.addEventListener('click', () => document.getElementById('modelessAside')?.show());
|
|
610
|
+
document.getElementById('btnDismissModeless')?.addEventListener('click', () => document.getElementById('modelessAside')?.hide());
|
|
611
|
+
document.getElementById('modelessAside')?.show();
|
|
612
|
+
}, 100);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
function showRawAsideDemo() {
|
|
616
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
617
|
+
if (!container) return;
|
|
618
|
+
|
|
619
|
+
container.innerHTML = `
|
|
620
|
+
<div class="demo-block">
|
|
621
|
+
<h3 style="display: flex; align-items: center; gap: 8px;">🧊 Zero-Frame Mode (Transparent)</h3>
|
|
622
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">Configured with <code>variant="none"</code>. Only your slotted content is rendered, with no industrial frame, background, or shadows.</p>
|
|
623
|
+
|
|
624
|
+
<ui-button id="btnOpenRaw" variant="outline" color="success" label="✨ SUMMON RAW CONTENT" size="large"></ui-button>
|
|
625
|
+
|
|
626
|
+
<ui-aside-panel
|
|
627
|
+
id="rawAside"
|
|
628
|
+
direction="right"
|
|
629
|
+
variant="none"
|
|
630
|
+
size="500px"
|
|
631
|
+
animation-type="scale"
|
|
632
|
+
>
|
|
633
|
+
<div slot="content">
|
|
634
|
+
<div style="background: linear-gradient(135deg, #059669 0%, #047857 100%); color: white; padding: 40px; border-radius: 24px; box-shadow: 0 40px 80px rgba(0,0,0,0.4); text-align: center; border: 1px solid rgba(255,255,255,0.2);">
|
|
635
|
+
<div style="font-size: 40px; margin-bottom: 10px;">🛡️</div>
|
|
636
|
+
<h2 style="margin:0 0 10px; font-weight: 800; letter-spacing: -0.02em;">Sovereign Protocol Activated</h2>
|
|
637
|
+
<p style="opacity: 0.9; margin-bottom: 30px; line-height: 1.6;">This interface has no native background. You are seeing a custom-styled div delivered through the raw Aside vessel.</p>
|
|
638
|
+
<ui-button id="btnConfirmRaw" variant="outline" color="secondary" label="CONFIRM DEPLOYMENT" style="width: 100%"></ui-button>
|
|
639
|
+
</div>
|
|
640
|
+
</div>
|
|
641
|
+
</ui-aside-panel>
|
|
642
|
+
</div>
|
|
643
|
+
`;
|
|
644
|
+
|
|
645
|
+
setTimeout(() => {
|
|
646
|
+
document.getElementById('btnConfirmRaw')?.addEventListener('click', () => document.getElementById('rawAside')?.hide());
|
|
647
|
+
document.getElementById('btnOpenRaw')?.addEventListener('click', () => document.getElementById('rawAside')?.show());
|
|
648
|
+
document.getElementById('rawAside')?.show();
|
|
649
|
+
}, 100);
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
function showBasicAsidePanel() {
|
|
653
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
654
|
+
if (!container) return;
|
|
655
|
+
|
|
656
|
+
container.innerHTML = `
|
|
657
|
+
<div class="demo-block">
|
|
658
|
+
<h3>Aside Panel with Slots</h3>
|
|
659
|
+
<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px;">
|
|
660
|
+
<ui-button id="openRightPanel" variant="outline" color="success" label="Open Right Panel"></ui-button>
|
|
661
|
+
<ui-button id="openLeftPanel" variant="outline" color="success" label="Open Left Panel"></ui-button>
|
|
662
|
+
</div>
|
|
663
|
+
|
|
664
|
+
<ui-aside-panel id="rightPanel" direction="right" size="400px">
|
|
665
|
+
<div slot="header">
|
|
666
|
+
<h3 style="margin: 0 0 8px; font-size: 20px; color: #1f2937;">Right Panel</h3>
|
|
667
|
+
<p style="margin: 0; color: #6b7280; font-size: 14px;">Panel with header, content, and footer slots</p>
|
|
668
|
+
</div>
|
|
669
|
+
|
|
670
|
+
<div slot="content">
|
|
671
|
+
<p style="color: #6b7280; margin-bottom: 16px;">This panel demonstrates the slot-based structure:</p>
|
|
672
|
+
<div style="padding: 12px; background-color: #dbeafe; border-radius: 6px; margin-bottom: 12px;">
|
|
673
|
+
<p style="margin: 0; color: #1e40af; font-size: 14px;"><strong>Header Slot:</strong> For titles and descriptions</p>
|
|
674
|
+
</div>
|
|
675
|
+
<div style="padding: 12px; background-color: #f0fdf4; border-radius: 6px; margin-bottom: 12px;">
|
|
676
|
+
<p style="margin: 0; color: #166534; font-size: 14px;"><strong>Content Slot:</strong> For main panel content</p>
|
|
677
|
+
</div>
|
|
678
|
+
<div style="padding: 12px; background-color: #fef3c7; border-radius: 6px;">
|
|
679
|
+
<p style="margin: 0; color: #92400e; font-size: 14px;"><strong>Footer Slot:</strong> For actions and buttons</p>
|
|
680
|
+
</div>
|
|
681
|
+
</div>
|
|
682
|
+
|
|
683
|
+
<div slot="footer">
|
|
684
|
+
<div style="display: flex; gap: 8px; justify-content: flex-end;">
|
|
685
|
+
<ui-button variant="outline" color="secondary" label="Cancel"></ui-button>
|
|
686
|
+
<ui-button variant="outline" color="success" label="Save Changes"></ui-button>
|
|
687
|
+
</div>
|
|
688
|
+
</div>
|
|
689
|
+
</ui-aside-panel>
|
|
690
|
+
|
|
691
|
+
<ui-aside-panel id="leftPanel" direction="left" size="350px">
|
|
692
|
+
<div slot="header">
|
|
693
|
+
<h3 style="margin: 0; font-size: 18px; color: #1f2937;">Navigation Menu</h3>
|
|
694
|
+
</div>
|
|
695
|
+
<div slot="content">
|
|
696
|
+
<ul style="margin: 0; padding: 0; list-style: none;">
|
|
697
|
+
<li style="padding: 12px; border-bottom: 1px solid #e5e7eb; cursor: pointer;">🏠 Dashboard</li>
|
|
698
|
+
<li style="padding: 12px; border-bottom: 1px solid #e5e7eb; cursor: pointer;">📊 Analytics</li>
|
|
699
|
+
<li style="padding: 12px; border-bottom: 1px solid #e5e7eb; cursor: pointer;">⚙️ Settings</li>
|
|
700
|
+
</ul>
|
|
701
|
+
</div>
|
|
702
|
+
</ui-aside-panel>
|
|
703
|
+
</div>
|
|
704
|
+
`;
|
|
705
|
+
|
|
706
|
+
setupAsidePanelEvents();
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
function showDirectionalPanels() {
|
|
710
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
711
|
+
if (!container) return;
|
|
712
|
+
|
|
713
|
+
container.innerHTML = `
|
|
714
|
+
<div class="demo-block">
|
|
715
|
+
<h3>Panels from All Directions</h3>
|
|
716
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-bottom: 20px;">
|
|
717
|
+
<ui-button id="openTopPanel" variant="outline" color="success" label="⬆️ Top"></ui-button>
|
|
718
|
+
<ui-button id="openRightPanel2" variant="outline" color="success" label="➡️ Right"></ui-button>
|
|
719
|
+
<ui-button id="openBottomPanel" variant="outline" color="warning" label="⬇️ Bottom"></ui-button>
|
|
720
|
+
<ui-button id="openLeftPanel2" variant="outline" color="danger" label="⬅️ Left"></ui-button>
|
|
721
|
+
</div>
|
|
722
|
+
|
|
723
|
+
<ui-aside-panel id="topPanel" direction="top" size="250px">
|
|
724
|
+
<div style="padding: 20px;">
|
|
725
|
+
<h3 style="margin: 0 0 12px;">Top Panel</h3>
|
|
726
|
+
<p style="color: #6b7280; margin: 0;">Useful for notifications, banners, or temporary messages.</p>
|
|
727
|
+
</div>
|
|
728
|
+
</ui-aside-panel>
|
|
729
|
+
|
|
730
|
+
<ui-aside-panel id="rightPanel2" direction="right" size="320px">
|
|
731
|
+
<div style="padding: 20px;">
|
|
732
|
+
<h3 style="margin: 0 0 12px;">Right Panel</h3>
|
|
733
|
+
<p style="color: #6b7280; margin: 0;">Common for settings, filters, or additional details.</p>
|
|
734
|
+
</div>
|
|
735
|
+
</ui-aside-panel>
|
|
736
|
+
|
|
737
|
+
<ui-aside-panel id="bottomPanel" direction="bottom" size="200px">
|
|
738
|
+
<div style="padding: 20px;">
|
|
739
|
+
<h3 style="margin: 0 0 12px;">Bottom Panel</h3>
|
|
740
|
+
<p style="color: #6b7280; margin: 0;">Great for cookie notices, chat widgets, or player controls.</p>
|
|
741
|
+
</div>
|
|
742
|
+
</ui-aside-panel>
|
|
743
|
+
|
|
744
|
+
<ui-aside-panel id="leftPanel2" direction="left" size="300px">
|
|
745
|
+
<div style="padding: 20px;">
|
|
746
|
+
<h3 style="margin: 0 0 12px;">Left Panel</h3>
|
|
747
|
+
<p style="color: #6b7280; margin: 0;">Perfect for navigation menus or tool palettes.</p>
|
|
748
|
+
</div>
|
|
749
|
+
</ui-aside-panel>
|
|
750
|
+
</div>
|
|
751
|
+
`;
|
|
752
|
+
|
|
753
|
+
setupAsidePanelEvents();
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
function showResizablePanels() {
|
|
757
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
758
|
+
if (!container) return;
|
|
759
|
+
|
|
760
|
+
container.innerHTML = `
|
|
761
|
+
<div class="demo-block">
|
|
762
|
+
<h3>Resizable Panels Mastery</h3>
|
|
763
|
+
<p style="opacity: 0.7; margin-bottom: 24px;">Interact with handles on all four axes. Width-based resizing for Left/Right and Height-based for Top/Bottom.</p>
|
|
764
|
+
|
|
765
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-bottom: 20px;">
|
|
766
|
+
<ui-button id="openResizableRight" variant="outline" color="success" label="➡️ Right"></ui-button>
|
|
767
|
+
<ui-button id="openResizableLeft" variant="outline" color="success" label="⬅️ Left"></ui-button>
|
|
768
|
+
<ui-button id="openResizableTop" variant="outline" color="warning" label="⬆️ Top"></ui-button>
|
|
769
|
+
<ui-button id="openResizableBottom" variant="outline" color="danger" label="⬇️ Bottom"></ui-button>
|
|
770
|
+
</div>
|
|
771
|
+
|
|
772
|
+
<ui-aside-panel id="resRight" direction="right" size="400px" resizable="true" min-size="250" max-size="600">
|
|
773
|
+
<div slot="header"><h3>Resizable Right</h3></div>
|
|
774
|
+
<div slot="content"><p>Drag the <b>left</b> edge handle to adjust width.</p></div>
|
|
775
|
+
</ui-aside-panel>
|
|
776
|
+
|
|
777
|
+
<ui-aside-panel id="resLeft" direction="left" size="400px" resizable="true" min-size="250" max-size="600">
|
|
778
|
+
<div slot="header"><h3>Resizable Left</h3></div>
|
|
779
|
+
<div slot="content"><p>Drag the <b>right</b> edge handle to adjust width.</p></div>
|
|
780
|
+
</ui-aside-panel>
|
|
781
|
+
|
|
782
|
+
<ui-aside-panel id="resTop" direction="top" size="300px" resizable="true" min-size="150" max-size="500">
|
|
783
|
+
<div slot="header"><h3>Resizable Top</h3></div>
|
|
784
|
+
<div slot="content"><p>Drag the <b>bottom</b> edge handle to adjust height.</p></div>
|
|
785
|
+
</ui-aside-panel>
|
|
786
|
+
|
|
787
|
+
<ui-aside-panel id="resBottom" direction="bottom" size="300px" resizable="true" min-size="150" max-size="500">
|
|
788
|
+
<div slot="header"><h3>Resizable Bottom</h3></div>
|
|
789
|
+
<div slot="content"><p>Drag the <b>top</b> edge handle to adjust height.</p></div>
|
|
790
|
+
</ui-aside-panel>
|
|
791
|
+
</div>
|
|
792
|
+
`;
|
|
793
|
+
|
|
794
|
+
document.getElementById('openResizableRight')?.addEventListener('click', () => document.getElementById('resRight').show());
|
|
795
|
+
document.getElementById('openResizableLeft')?.addEventListener('click', () => document.getElementById('resLeft').show());
|
|
796
|
+
document.getElementById('openResizableTop')?.addEventListener('click', () => document.getElementById('resTop').show());
|
|
797
|
+
document.getElementById('openResizableBottom')?.addEventListener('click', () => document.getElementById('resBottom').show());
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
function updateInteractiveAsidePanel() {
|
|
801
|
+
const panel = document.getElementById('interactivePanel');
|
|
802
|
+
if (!panel) return;
|
|
803
|
+
|
|
804
|
+
// Layout
|
|
805
|
+
panel.direction = document.getElementById('asideDirection').value;
|
|
806
|
+
panel.size = document.getElementById('asideSize').value;
|
|
807
|
+
panel.miniSize = document.getElementById('asideMiniSize').value;
|
|
808
|
+
panel.mini = document.getElementById('asideMini').checked;
|
|
809
|
+
panel.maximized = document.getElementById('asideMaximized').checked;
|
|
810
|
+
|
|
811
|
+
// Visuals
|
|
812
|
+
panel.theme = document.getElementById('asideTheme').value;
|
|
813
|
+
panel.backdropBlur = document.getElementById('asideBlur').value;
|
|
814
|
+
panel.resizeHandleColor = document.getElementById('asideResizerColor').value;
|
|
815
|
+
panel.showResizeIndicator = document.getElementById('asideShowIndicator').checked;
|
|
816
|
+
panel.loading = document.getElementById('asideLoading').checked;
|
|
817
|
+
panel.backgroundColor = document.getElementById('asideBgColor').value;
|
|
818
|
+
|
|
819
|
+
// Sovereign
|
|
820
|
+
panel.haptic = document.getElementById('asideHaptic').checked;
|
|
821
|
+
panel.enableParallax = document.getElementById('asideParallax').checked;
|
|
822
|
+
panel.enableVoiceControl = document.getElementById('asideVoice').checked;
|
|
823
|
+
panel.showActions = document.getElementById('asideShowActions').checked;
|
|
824
|
+
panel.toggleShortcut = document.getElementById('asideShortcut').value;
|
|
825
|
+
panel.stackOffset = parseInt(document.getElementById('asideStackOffset').value);
|
|
826
|
+
document.getElementById('stackVal').textContent = panel.stackOffset + 'px';
|
|
827
|
+
|
|
828
|
+
// Safety & Workflow
|
|
829
|
+
panel.pinned = document.getElementById('asidePinned').checked;
|
|
830
|
+
panel.resizable = document.getElementById('asideResizable').checked;
|
|
831
|
+
panel.autoMini = document.getElementById('asideAutoMini').checked;
|
|
832
|
+
panel.closeOnEscape = document.getElementById('asideEsc').checked;
|
|
833
|
+
panel.closeOnOverlayClick = document.getElementById('asideOverlay').checked;
|
|
834
|
+
panel.showOverlay = document.getElementById('asideShowOverlay').checked;
|
|
835
|
+
panel.rtl = document.getElementById('asideRtl').checked;
|
|
836
|
+
panel.transitionDuration = document.getElementById('asideDuration').value + 's';
|
|
837
|
+
panel.animationType = document.getElementById('asideAnimation').value;
|
|
838
|
+
document.getElementById('durVal').textContent = panel.transitionDuration;
|
|
839
|
+
panel.progress = parseInt(document.getElementById('asideProgress').value);
|
|
840
|
+
document.getElementById('progVal').textContent = panel.progress === -1 ? 'OFF' : panel.progress + '%';
|
|
841
|
+
|
|
842
|
+
// Metadata
|
|
843
|
+
panel.badge = document.getElementById('asideBadge').value;
|
|
844
|
+
panel.syncGroup = document.getElementById('asideSync').value;
|
|
845
|
+
panel.persistKey = document.getElementById('asidePersist').value;
|
|
846
|
+
panel.minSize = parseInt(document.getElementById('asideMin').value);
|
|
847
|
+
panel.maxSize = parseInt(document.getElementById('asideMax').value);
|
|
848
|
+
|
|
849
|
+
if (panel.showActions) {
|
|
850
|
+
panel.actionItems = industrialActions;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
function showInteractiveAsidePanel() {
|
|
855
|
+
const container = document.getElementById('asidePanelDemoContainer');
|
|
856
|
+
if (!container) return;
|
|
857
|
+
|
|
858
|
+
container.innerHTML = `
|
|
859
|
+
<div class="demo-block master-playground" style="background: white; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); overflow: hidden; border: 1px solid #e2e8f0;">
|
|
860
|
+
<div style="background: #0f172a; padding: 24px; color: white;">
|
|
861
|
+
<h3 style="margin:0; display: flex; align-items: center; gap: 10px;">🎮 Grand Maestro Control Center</h3>
|
|
862
|
+
<p style="margin: 8px 0 0; opacity: 0.7; font-size: 14px;">Orchestrate every Sovereign-tier parameter in real-time.</p>
|
|
863
|
+
</div>
|
|
864
|
+
|
|
865
|
+
<div style="padding: 24px;">
|
|
866
|
+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; margin-bottom: 32px;">
|
|
867
|
+
<!-- Section 1: Spatial Layout -->
|
|
868
|
+
<div class="control-card">
|
|
869
|
+
<h4 style="margin: 0 0 16px; font-size: 13px; text-transform: uppercase; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px;">📐 Spatial Layout</h4>
|
|
870
|
+
<div style="display: flex; flex-direction: column; gap: 12px;">
|
|
871
|
+
<ui-dropdown label="Direction" id="asideDirection" value="right" options='[{"label":"Right","value":"right"},{"label":"Left","value":"left"},{"label":"Top","value":"top"},{"label":"Bottom","value":"bottom"}]'></ui-dropdown>
|
|
872
|
+
<ui-input label="Base Size" id="asideSize" value="400px"></ui-input>
|
|
873
|
+
<ui-input label="Mini Size" id="asideMiniSize" value="64px"></ui-input>
|
|
874
|
+
<div style="display: flex; gap: 15px;">
|
|
875
|
+
<ui-checkbox label="MINI 🤏" id="asideMini"></ui-checkbox>
|
|
876
|
+
<ui-checkbox label="MAXIMIZED 🔲" id="asideMaximized"></ui-checkbox>
|
|
877
|
+
</div>
|
|
878
|
+
</div>
|
|
879
|
+
</div>
|
|
880
|
+
|
|
881
|
+
<!-- Section 2: Visual High-Fidelity -->
|
|
882
|
+
<div class="control-card">
|
|
883
|
+
<h4 style="margin: 0 0 16px; font-size: 13px; text-transform: uppercase; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px;">✨ Visual Fidelity</h4>
|
|
884
|
+
<div style="display: flex; flex-direction: column; gap: 12px;">
|
|
885
|
+
<ui-dropdown label="Theme Engine" id="asideTheme" value="default" options='[{"label":"Default","value":"default"},{"label":"Glass","value":"glass"},{"label":"Radiant","value":"radiant"},{"label":"Zenith","value":"zenith"},{"label":"None (Transparent)","value":"none"}]'></ui-dropdown>
|
|
886
|
+
<ui-input label="Backdrop Blur" id="asideBlur" value="0" placeholder="e.g., 8px"></ui-input>
|
|
887
|
+
<div style="display: flex; align-items: center; justify-content: space-between;">
|
|
888
|
+
<span style="font-size: 13px;">Resizer Color:</span>
|
|
889
|
+
<ui-input type="color" id="asideResizerColor" value="#10b981" style="width: 60px;"></ui-input>
|
|
890
|
+
</div>
|
|
891
|
+
<div style="display: flex; align-items: center; justify-content: space-between;">
|
|
892
|
+
<span style="font-size: 13px;">Background Color:</span>
|
|
893
|
+
<ui-color-picker id="asideBgColor" value="#ffffff"></ui-color-picker>
|
|
894
|
+
</div>
|
|
895
|
+
<div style="display: flex; gap: 15px;">
|
|
896
|
+
<ui-checkbox label="Indicator 🚥" id="asideShowIndicator" checked></ui-checkbox>
|
|
897
|
+
<ui-checkbox label="Shimmer ⏳" id="asideLoading"></ui-checkbox>
|
|
898
|
+
</div>
|
|
899
|
+
</div>
|
|
900
|
+
</div>
|
|
901
|
+
|
|
902
|
+
<!-- Section 3: Industrial & Sovereign -->
|
|
903
|
+
<div class="control-card">
|
|
904
|
+
<h4 style="margin: 0 0 16px; font-size: 13px; text-transform: uppercase; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px;">👑 Sovereign Controls</h4>
|
|
905
|
+
<div style="display: flex; flex-direction: column; gap: 12px;">
|
|
906
|
+
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px;">
|
|
907
|
+
<ui-checkbox label="Haptics 🔊" id="asideHaptic"></ui-checkbox>
|
|
908
|
+
<ui-checkbox label="3D Tilt 🧊" id="asideParallax"></ui-checkbox>
|
|
909
|
+
<ui-checkbox label="Voice 🎙️" id="asideVoice"></ui-checkbox>
|
|
910
|
+
<ui-checkbox label="Actions ⋮" id="asideShowActions"></ui-checkbox>
|
|
911
|
+
</div>
|
|
912
|
+
<ui-input label="Ctrl Shortcut" id="asideShortcut" placeholder="B" maxlength="1"></ui-input>
|
|
913
|
+
<div style="display: flex; flex-direction: column; gap: 4px;">
|
|
914
|
+
<label style="font-size: 12px;">Stack Offset: <span id="stackVal">0px</span></label>
|
|
915
|
+
<ui-range-slider id="asideStackOffset" min="0" max="100" value="0"></ui-range-slider>
|
|
916
|
+
</div>
|
|
917
|
+
</div>
|
|
918
|
+
</div>
|
|
919
|
+
|
|
920
|
+
<!-- Section 4: Safety & Workflow -->
|
|
921
|
+
<div class="control-card">
|
|
922
|
+
<h4 style="margin: 0 0 16px; font-size: 13px; text-transform: uppercase; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px;">🛡️ Safety & Workflow</h4>
|
|
923
|
+
<div style="display: flex; flex-direction: column; gap: 12px;">
|
|
924
|
+
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px;">
|
|
925
|
+
<ui-checkbox label="Locked 🔒" id="asidePinned"></ui-checkbox>
|
|
926
|
+
<ui-checkbox label="Resizable ↔️" id="asideResizable" checked></ui-checkbox>
|
|
927
|
+
<ui-checkbox label="Auto-Mini 📱" id="asideAutoMini" checked></ui-checkbox>
|
|
928
|
+
<ui-checkbox label="Escape 🛑" id="asideEsc" checked></ui-checkbox>
|
|
929
|
+
</div>
|
|
930
|
+
<ui-checkbox label="Overlay Click" id="asideOverlay" checked></ui-checkbox>
|
|
931
|
+
<ui-checkbox label="Show Overlay" id="asideShowOverlay"></ui-checkbox>
|
|
932
|
+
<ui-checkbox label="RTL Mode" id="asideRtl"></ui-checkbox>
|
|
933
|
+
<ui-dropdown label="Animation Type" id="asideAnimation" value="slide-in-out" options='[{"label":"Slide In-Out","value":"slide-in-out"},{"label":"Fade","value":"fade"},{"label":"Scale","value":"scale"}]'></ui-dropdown>
|
|
934
|
+
|
|
935
|
+
<div style="display: flex; flex-direction: column; gap: 4px;">
|
|
936
|
+
<label style="font-size: 12px;">Speed (Duration): <span id="durVal">1s</span></label>
|
|
937
|
+
<ui-range-slider id="asideDuration" min="0.1" max="2" step="0.1" value="1"></ui-range-slider>
|
|
938
|
+
</div>
|
|
939
|
+
<div style="display: flex; flex-direction: column; gap: 4px;">
|
|
940
|
+
<label style="font-size: 12px;">Diagnostic Progress: <span id="progVal">OFF</span></label>
|
|
941
|
+
<ui-range-slider id="asideProgress" min="-1" max="100" value="-1"></ui-range-slider>
|
|
942
|
+
</div>
|
|
943
|
+
</div>
|
|
944
|
+
</div>
|
|
945
|
+
|
|
946
|
+
<!-- Section 5: Metadata & Limits -->
|
|
947
|
+
<div class="control-card">
|
|
948
|
+
<h4 style="margin: 0 0 16px; font-size: 13px; text-transform: uppercase; color: #64748b; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px;">📊 Constraints & Meta</h4>
|
|
949
|
+
<div style="display: flex; flex-direction: column; gap: 12px;">
|
|
950
|
+
<ui-input label="Status Badge" id="asideBadge" placeholder="LIVE"></ui-input>
|
|
951
|
+
<ui-input label="Sync Group" id="asideSync" placeholder="diag-stream"></ui-input>
|
|
952
|
+
<ui-input label="Persist Key" id="asidePersist" placeholder="aside-sandbox"></ui-input>
|
|
953
|
+
<ui-input type="number" label="Min Size (px)" id="asideMin" value="200"></ui-input>
|
|
954
|
+
<ui-input type="number" label="Max Size (px)" id="asideMax" value="1200"></ui-input>
|
|
955
|
+
</div>
|
|
956
|
+
</div>
|
|
957
|
+
</div>
|
|
958
|
+
|
|
959
|
+
<div style="display: flex; gap: 16px;">
|
|
960
|
+
<ui-button id="openInteractivePanel" variant="outline" color="success" label="🚀 SUMMON CONFIGURED ENGINE" size="large" style="flex: 2;"></ui-button>
|
|
961
|
+
<ui-button id="dismissInteractivePanel" variant="outline" color="secondary" label="DISMISS" size="large" style="flex: 1; border: 1px solid #e2e8f0;"></ui-button>
|
|
962
|
+
</div>
|
|
963
|
+
</div>
|
|
964
|
+
|
|
965
|
+
<ui-aside-panel id="interactivePanel" direction="right" size="400px" resizable="true">
|
|
966
|
+
<div slot="header">
|
|
967
|
+
<h3 style="margin:0;">Dynamic Orchestration</h3>
|
|
968
|
+
<p style="margin:4px 0 0; opacity:0.6; font-size:12px;">Manipulating Sovereign technical properties.</p>
|
|
969
|
+
</div>
|
|
970
|
+
<div slot="content">
|
|
971
|
+
<p>This panel is linked to the <b>Grand Maestro Control Center</b>. Adjust the parameters above to see real-time updates to layout, aesthetics, and industrial behaviors.</p>
|
|
972
|
+
<div style="height: 1000px; background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); padding: 20px; border-radius: 8px; border: 1px solid #e2e8f0;">
|
|
973
|
+
<h4>Diagnostic Scroll Region</h4>
|
|
974
|
+
<p>Test backdrop filters, sticky content, and parallax behavior here.</p>
|
|
975
|
+
</div>
|
|
976
|
+
</div>
|
|
977
|
+
<div slot="footer">
|
|
978
|
+
<div style="display: flex; gap: 10px;">
|
|
979
|
+
<ui-button id="cancelInteractive" variant="outline" color="secondary" label="CANCEL" style="flex: 1;"></ui-button>
|
|
980
|
+
<ui-button id="applyInteractive" variant="outline" color="success" label="APPLY" style="flex: 1;"></ui-button>
|
|
981
|
+
</div>
|
|
982
|
+
</div>
|
|
983
|
+
</ui-aside-panel>
|
|
984
|
+
</div>
|
|
985
|
+
`;
|
|
986
|
+
|
|
987
|
+
setTimeout(() => {
|
|
988
|
+
updateInteractiveAsidePanel();
|
|
989
|
+
setupAsidePanelEvents();
|
|
990
|
+
|
|
991
|
+
document.getElementById('openInteractivePanel')?.addEventListener('click', () => document.getElementById('interactivePanel').show());
|
|
992
|
+
document.getElementById('dismissInteractivePanel')?.addEventListener('click', () => document.getElementById('interactivePanel').hide());
|
|
993
|
+
document.getElementById('cancelInteractive')?.addEventListener('click', () => document.getElementById('interactivePanel').hide());
|
|
994
|
+
document.getElementById('applyInteractive')?.addEventListener('click', () => document.getElementById('interactivePanel').hide());
|
|
995
|
+
|
|
996
|
+
// Attaching listeners to playground controls
|
|
997
|
+
const ctrls = [
|
|
998
|
+
{ id: 'asideDirection', event: 'dropdownChange' },
|
|
999
|
+
{ id: 'asideSize', event: 'inputChange' },
|
|
1000
|
+
{ id: 'asideMiniSize', event: 'inputChange' },
|
|
1001
|
+
{ id: 'asideMini', event: 'checkboxChange' },
|
|
1002
|
+
{ id: 'asideMaximized', event: 'checkboxChange' },
|
|
1003
|
+
{ id: 'asideTheme', event: 'dropdownChange' },
|
|
1004
|
+
{ id: 'asideBlur', event: 'inputChange' },
|
|
1005
|
+
{ id: 'asideResizerColor', event: 'inputChange' },
|
|
1006
|
+
{ id: 'asideShowIndicator', event: 'checkboxChange' },
|
|
1007
|
+
{ id: 'asideLoading', event: 'checkboxChange' },
|
|
1008
|
+
{ id: 'asideHaptic', event: 'checkboxChange' },
|
|
1009
|
+
{ id: 'asideParallax', event: 'checkboxChange' },
|
|
1010
|
+
{ id: 'asideVoice', event: 'checkboxChange' },
|
|
1011
|
+
{ id: 'asideShowActions', event: 'checkboxChange' },
|
|
1012
|
+
{ id: 'asideShortcut', event: 'inputChange' },
|
|
1013
|
+
{ id: 'asideStackOffset', event: 'sliderChange' },
|
|
1014
|
+
{ id: 'asidePinned', event: 'checkboxChange' },
|
|
1015
|
+
{ id: 'asideResizable', event: 'checkboxChange' },
|
|
1016
|
+
{ id: 'asideAutoMini', event: 'checkboxChange' },
|
|
1017
|
+
{ id: 'asideEsc', event: 'checkboxChange' },
|
|
1018
|
+
{ id: 'asideOverlay', event: 'checkboxChange' },
|
|
1019
|
+
{ id: 'asideShowOverlay', event: 'checkboxChange' },
|
|
1020
|
+
{ id: 'asideRtl', event: 'checkboxChange' },
|
|
1021
|
+
{ id: 'asideAnimation', event: 'dropdownChange' },
|
|
1022
|
+
{ id: 'asideDuration', event: 'sliderChange' },
|
|
1023
|
+
{ id: 'asideProgress', event: 'sliderChange' },
|
|
1024
|
+
{ id: 'asideBadge', event: 'inputChange' },
|
|
1025
|
+
{ id: 'asideSync', event: 'inputChange' },
|
|
1026
|
+
{ id: 'asidePersist', event: 'inputChange' },
|
|
1027
|
+
{ id: 'asideMin', event: 'inputChange' },
|
|
1028
|
+
{ id: 'asideMax', event: 'inputChange' },
|
|
1029
|
+
{ id: 'asideBgColor', event: 'colorChange' },
|
|
1030
|
+
];
|
|
1031
|
+
|
|
1032
|
+
ctrls.forEach(ctrl => {
|
|
1033
|
+
const el = document.getElementById(ctrl.id);
|
|
1034
|
+
if (el) el.addEventListener(ctrl.event, updateInteractiveAsidePanel);
|
|
1035
|
+
});
|
|
1036
|
+
}, 50);
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
function setupAsidePanelEvents() {
|
|
1040
|
+
const interactivePanel = document.getElementById('interactivePanel');
|
|
1041
|
+
if (interactivePanel) {
|
|
1042
|
+
interactivePanel.addEventListener('asideActionClick', () => {
|
|
1043
|
+
alert('Elite Industrial Actions Initiated: Opening diagnostic submenu...');
|
|
1044
|
+
});
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
setTimeout(() => {
|
|
1048
|
+
document.getElementById('btnStack1')?.addEventListener('click', () => document.getElementById('stack1')?.show());
|
|
1049
|
+
document.getElementById('btnStack2')?.addEventListener('click', () => document.getElementById('stack2')?.show());
|
|
1050
|
+
document.getElementById('btnOpenManual')?.addEventListener('click', () => document.getElementById('docAside')?.show());
|
|
1051
|
+
document.getElementById('btnOpenRtl')?.addEventListener('click', () => document.getElementById('rtlAside')?.show());
|
|
1052
|
+
document.getElementById('btnTestKinetics')?.addEventListener('click', () => document.getElementById('animAside')?.show());
|
|
1053
|
+
|
|
1054
|
+
const ids = ['openRightPanel', 'openLeftPanel', 'openTopPanel', 'openRightPanel2', 'openBottomPanel', 'openLeftPanel2', 'openResizablePanel', 'openInteractivePanel'];
|
|
1055
|
+
ids.forEach(id => {
|
|
1056
|
+
const targetId = id.replace('open', '').charAt(0).toLowerCase() + id.replace('open', '').slice(1);
|
|
1057
|
+
document.getElementById(id)?.addEventListener('click', () => {
|
|
1058
|
+
const panel = document.getElementById(targetId);
|
|
1059
|
+
if (panel) panel.show();
|
|
1060
|
+
});
|
|
1061
|
+
});
|
|
1062
|
+
}, 100);
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// --- WIRING: NAVIGATION ---
|
|
1066
|
+
|
|
1067
|
+
setTimeout(() => {
|
|
1068
|
+
const demoMap = {
|
|
1069
|
+
btnZenith: () => showZenithAsideDemo(),
|
|
1070
|
+
btnNoOverlay: () => showModelessAsideDemo(),
|
|
1071
|
+
btnVerticalStack: () => launchVerticalStack(),
|
|
1072
|
+
btnMasterAside: () => showInteractiveAsidePanel(),
|
|
1073
|
+
btnPremium: () => showPremiumAsideDemo(),
|
|
1074
|
+
btnFeedback: () => showFloatingAsideDemo(),
|
|
1075
|
+
btnDocumentation: () => showRichAsideDemo(),
|
|
1076
|
+
btnTransparent: () => showRawAsideDemo(),
|
|
1077
|
+
btnRtlMode: () => showRtlAsideDemo(),
|
|
1078
|
+
btnSlots: () => showBasicAsidePanel(),
|
|
1079
|
+
btnAxes: () => showDirectionalPanels(),
|
|
1080
|
+
btnResize: () => showResizablePanels(),
|
|
1081
|
+
};
|
|
1082
|
+
|
|
1083
|
+
const animationDemos = {
|
|
1084
|
+
btnAnimSlide: 'slide-in-out',
|
|
1085
|
+
btnAnimFade: 'fade',
|
|
1086
|
+
btnAnimScale: 'scale',
|
|
1087
|
+
};
|
|
1088
|
+
|
|
1089
|
+
const speedDemos = {
|
|
1090
|
+
btnSpeed01: '0.1s',
|
|
1091
|
+
btnSpeed1: '1s',
|
|
1092
|
+
btnSpeed2: '2s',
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1095
|
+
Object.entries(demoMap).forEach(([id, fn]) => {
|
|
1096
|
+
document.getElementById(id)?.addEventListener('click', fn);
|
|
1097
|
+
});
|
|
1098
|
+
|
|
1099
|
+
Object.entries(animationDemos).forEach(([id, type]) => {
|
|
1100
|
+
document.getElementById(id)?.addEventListener('click', () => showAnimationAsideDemo(type));
|
|
1101
|
+
});
|
|
1102
|
+
|
|
1103
|
+
Object.entries(speedDemos).forEach(([id, speed]) => {
|
|
1104
|
+
document.getElementById(id)?.addEventListener('click', () => showSpeedAsideDemo(speed));
|
|
1105
|
+
});
|
|
1106
|
+
|
|
1107
|
+
showBasicAsidePanel();
|
|
1108
|
+
}, 100);
|
|
1109
|
+
}
|