atomicuilibrary 0.0.1 → 0.1.0
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/dist/cjs/category-section.cjs.entry.js +1 -1
- package/dist/cjs/exploration-project-tailwind.cjs.js +1 -1
- package/dist/cjs/layout-manager.cjs.entry.js +1 -1
- package/dist/cjs/library-card.cjs.entry.js +1 -1
- package/dist/cjs/lm-container_2.cjs.entry.js +1 -1
- package/dist/cjs/lm-panel_3.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/my-step.cjs.entry.js +1 -1
- package/dist/cjs/nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/{security-E1JcwxGc.js → security-CNaNip8F.js} +88 -154
- package/dist/cjs/smart-step.cjs.entry.js +2 -2
- package/dist/cjs/timeline-item.cjs.entry.js +1 -1
- package/dist/cjs/{ui-accordion_10.cjs.entry.js → ui-accordion_11.cjs.entry.js} +613 -26
- package/dist/cjs/ui-advanced-data-table.cjs.entry.js +1 -1
- package/dist/cjs/ui-anchor.cjs.entry.js +1 -1
- package/dist/cjs/ui-aside-panel.cjs.entry.js +5 -5
- package/dist/cjs/ui-avatar-group_3.cjs.entry.js +5 -5
- package/dist/cjs/ui-callout-banner.cjs.entry.js +1 -1
- package/dist/cjs/ui-card.cjs.entry.js +26 -4
- package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/ui-code-editor.cjs.entry.js +2 -2
- package/dist/cjs/ui-code-preview.cjs.entry.js +1 -1
- package/dist/cjs/ui-color-controller.cjs.entry.js +1 -1
- package/dist/cjs/ui-dialog-box.cjs.entry.js +1 -1
- package/dist/cjs/ui-dock-host.cjs.entry.js +3 -3
- package/dist/cjs/ui-drag-drop.cjs.entry.js +1 -1
- package/dist/cjs/ui-empty-state.cjs.entry.js +1 -1
- package/dist/cjs/ui-fab-item.cjs.entry.js +1 -1
- package/dist/cjs/ui-fab.cjs.entry.js +2 -2
- package/dist/cjs/ui-library.cjs.entry.js +1 -1
- package/dist/cjs/ui-list-group_2.cjs.entry.js +9 -5
- package/dist/cjs/ui-list.cjs.entry.js +4 -4
- package/dist/cjs/ui-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/ui-otp-input.cjs.entry.js +2 -2
- package/dist/cjs/{ui-pagination_3.cjs.entry.js → ui-pagination_4.cjs.entry.js} +202 -0
- package/dist/cjs/ui-pattern-input.cjs.entry.js +5 -5
- package/dist/cjs/ui-popover.cjs.entry.js +1 -1
- package/dist/cjs/ui-progress.cjs.entry.js +101 -17
- package/dist/cjs/ui-resizable-panel.cjs.entry.js +1 -1
- package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/ui-smart-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ui-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/ui-step.cjs.entry.js +1 -1
- package/dist/cjs/ui-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ui-switch.cjs.entry.js +9 -9
- package/dist/cjs/ui-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ui-timeline.cjs.entry.js +1 -1
- package/dist/cjs/ui-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/ui-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/ui-transfer-list.cjs.entry.js +1 -1
- package/dist/cjs/ui-workspace-manager.cjs.entry.js +1 -1
- package/dist/collection/assets/js/demo-loader.js +0 -1
- package/dist/collection/assets/js/demos/accordion-demo.js +189 -0
- package/dist/collection/assets/js/demos/advanced-data-table-demo.js +213 -214
- package/dist/collection/assets/js/demos/aside-panel-demo.js +6 -6
- package/dist/collection/assets/js/demos/button-demo.js +60 -1
- package/dist/collection/assets/js/demos/callout-banner-demo.js +324 -34
- package/dist/collection/assets/js/demos/card-demo.js +108 -61
- package/dist/collection/assets/js/demos/context-menu-demo.js +433 -12
- package/dist/collection/assets/js/demos/dock-demo.js +80 -60
- package/dist/collection/assets/js/demos/documentation-demo.js +227 -22
- package/dist/collection/assets/js/demos/empty-state-demo.js +10 -10
- package/dist/collection/assets/js/demos/list-demo.js +41 -18
- package/dist/collection/assets/js/demos/masonry-demo.js +164 -0
- package/dist/collection/assets/js/demos/progress-demo.js +701 -8
- package/dist/collection/assets/js/demos/radio-demo.js +1 -1
- package/dist/collection/assets/js/demos/splitter-demo.js +137 -0
- package/dist/collection/assets/js/demos/tag-demo.js +48 -18
- package/dist/collection/assets/js/demos/timeline-demo.js +20 -7
- package/dist/collection/assets/js/demos/tooltip-demo.js +26 -26
- package/dist/collection/assets/js/demos/tree-demo.js +28 -10
- package/dist/collection/collection-manifest.json +1 -4
- package/dist/collection/components/accordion/accordion.css +301 -0
- package/dist/collection/components/accordion/accordion.js +40 -8
- package/dist/collection/components/advanced-data-table/advanced-data-table.css +19 -5
- package/dist/collection/components/anchor/anchor.css +0 -2
- package/dist/collection/components/aside-panel/aside-panel.css +1 -3
- package/dist/collection/components/aside-panel/aside-panel.js +5 -5
- package/dist/collection/components/avatar/avatar.js +1 -1
- package/dist/collection/components/badge/badge.css +1 -0
- package/dist/collection/components/badge/badge.js +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/button/button.css +131 -0
- package/dist/collection/components/button/button.js +128 -9
- package/dist/collection/components/card/card.css +83 -31
- package/dist/collection/components/card/card.js +46 -3
- package/dist/collection/components/checkbox/checkbox.css +8 -10
- package/dist/collection/components/checkbox/checkbox.js +2 -2
- package/dist/collection/components/code-editor/code-editor.js +1 -1
- package/dist/collection/components/code-preview/ui-code-preview.js +1 -1
- package/dist/collection/components/color-controller/color-controller.js +1 -1
- package/dist/collection/components/context-menu/context-menu.css +3 -3
- package/dist/collection/components/dialog-box/dialog-box.js +1 -1
- package/dist/collection/components/dialog-header/dialog-header.js +1 -1
- package/dist/collection/components/dock-host/ui-dock-host.js +3 -3
- package/dist/collection/components/drag-drop/drag-drop.js +1 -1
- package/dist/collection/components/empty-state/empty-state.js +1 -1
- package/dist/collection/components/fab/fab.js +2 -2
- package/dist/collection/components/fab-item/fab-item.js +1 -1
- package/dist/collection/components/horizontal-nav/horizontal-nav.js +2 -2
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/input/input.js +4 -4
- package/dist/collection/components/layout-manager/layout-manager.js +1 -1
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +1 -1
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +1 -1
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +1 -1
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +1 -1
- package/dist/collection/components/library/category-section.js +1 -1
- package/dist/collection/components/library/library-card.js +1 -1
- package/dist/collection/components/library/library.js +1 -1
- package/dist/collection/components/list/list.js +4 -4
- package/dist/collection/components/list-item/list-item.css +24 -0
- package/dist/collection/components/list-item/list-item.js +35 -4
- package/dist/collection/components/loader/loader.css +1635 -0
- package/dist/collection/components/loader/loader.js +1120 -0
- package/dist/collection/components/my-step/my-step.js +1 -1
- package/dist/collection/components/nav-bar/nav-bar.js +6 -6
- package/dist/collection/components/otp-input/otp-input.js +2 -2
- package/dist/collection/components/pattern-input/pattern-input.js +5 -5
- package/dist/collection/components/progress/progress.css +150 -15
- package/dist/collection/components/progress/progress.js +180 -18
- package/dist/collection/components/radio/radio.css +3 -3
- package/dist/collection/components/radio/radio.js +1 -1
- package/dist/collection/components/resizable-panel/resizable-panel.js +1 -1
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +2 -2
- package/dist/collection/components/smart-stepper/smart-step.js +2 -2
- package/dist/collection/components/smart-stepper/smart-stepper.js +1 -1
- package/dist/collection/components/snackbar/snackbar.js +1 -1
- package/dist/collection/components/speed-dial/speed-dial.js +1 -1
- package/dist/collection/components/stack/stack.js +2 -2
- package/dist/collection/components/step/step.js +1 -1
- package/dist/collection/components/switch/switch.js +10 -10
- package/dist/collection/components/tag-group/tag-group.js +2 -2
- package/dist/collection/components/timeline-item/timeline-item.js +1 -1
- package/dist/collection/components/toolbar/toolbar.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +3 -3
- package/dist/collection/components/top-bar/top-bar.js +2 -2
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +19 -4
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +6 -6
- package/dist/collection/components/ui-navigation-bar/navigation-item.js +3 -3
- package/dist/collection/components.js +1 -0
- package/dist/components/avatar-group.js +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/badge.js +1 -1
- package/dist/components/button-toggle.js +1 -1
- package/dist/components/category-section2.js +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/context-menu.js +1 -1
- package/dist/components/dialog-header.js +1 -1
- package/dist/components/dropdown.js +1 -1
- package/dist/components/icon.js +2 -2
- package/dist/components/input.js +1 -1
- package/dist/components/layout-manager.js +1 -1
- package/dist/components/library-card2.js +1 -1
- package/dist/components/list-group.js +1 -1
- package/dist/components/list-item.js +1 -1
- package/dist/components/lm-container2.js +1 -1
- package/dist/components/lm-floating-window2.js +1 -1
- package/dist/components/lm-panel2.js +1 -1
- package/dist/components/lm-splitter2.js +1 -1
- package/dist/components/lm-tabs2.js +1 -1
- package/dist/components/loader.js +1 -0
- package/dist/components/my-step.js +1 -1
- package/dist/components/nav-bar.js +1 -1
- package/dist/components/pagination.js +1 -1
- package/dist/components/radio.js +1 -1
- package/dist/components/range-slider.js +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/resizable-panel.js +1 -1
- package/dist/components/skeleton-loader.js +1 -1
- package/dist/components/smart-step.js +1 -1
- package/dist/components/stack.js +1 -1
- package/dist/components/switch.js +1 -1
- package/dist/components/tag-group.js +1 -1
- package/dist/components/tag.js +1 -1
- package/dist/components/timeline-item.js +1 -1
- package/dist/components/toggle-group.js +1 -1
- package/dist/components/tooltip.js +1 -1
- package/dist/components/ui-accordion.js +1 -1
- package/dist/components/ui-advanced-data-table.js +1 -1
- package/dist/components/ui-anchor.js +1 -1
- package/dist/components/ui-aside-panel.js +1 -1
- package/dist/components/ui-breadcrumb-item.js +1 -1
- package/dist/components/ui-breadcrumb.js +1 -1
- package/dist/components/ui-button-toggle-group.js +1 -1
- package/dist/components/ui-callout-banner.js +1 -1
- package/dist/components/ui-card.js +1 -1
- package/dist/components/ui-carousel.js +1 -1
- package/dist/components/ui-code-editor.js +1 -1
- package/dist/components/ui-code-preview.js +1 -1
- package/dist/components/ui-color-controller.js +1 -1
- package/dist/components/ui-color-picker.js +1 -1
- package/dist/components/ui-command-palette.js +1 -1
- package/dist/components/ui-dialog-box.js +1 -1
- package/dist/components/ui-divider.js +1 -1
- package/dist/components/ui-dock-host.js +1 -1
- package/dist/components/ui-dock.js +1 -1
- package/dist/components/ui-drag-drop.js +1 -1
- package/dist/components/ui-empty-state.js +1 -1
- package/dist/components/ui-fab-item.js +1 -1
- package/dist/components/ui-fab.js +1 -1
- package/dist/components/ui-file-upload.js +1 -1
- package/dist/components/ui-horizontal-nav.js +1 -1
- package/dist/components/ui-knob.js +1 -1
- package/dist/components/ui-library.js +1 -1
- package/dist/components/ui-list.js +1 -1
- package/dist/components/{ui-input-pair.d.ts → ui-loader.d.ts} +4 -4
- package/dist/components/ui-loader.js +1 -0
- package/dist/components/ui-masonry.js +1 -1
- package/dist/components/ui-meter-group.js +1 -1
- package/dist/components/ui-navigation-bar.js +1 -1
- package/dist/components/ui-navigation-item.js +1 -1
- package/dist/components/ui-number-input.js +1 -1
- package/dist/components/ui-otp-input.js +1 -1
- package/dist/components/ui-panel.js +1 -1
- package/dist/components/ui-pattern-input.js +1 -1
- package/dist/components/ui-popover.js +1 -1
- package/dist/components/ui-progress.js +1 -1
- package/dist/components/ui-scroll-top.js +1 -1
- package/dist/components/ui-smart-context-menu.js +1 -1
- package/dist/components/ui-smart-location-dropdown.js +1 -1
- package/dist/components/ui-smart-stepper.js +1 -1
- package/dist/components/ui-snackbar.js +1 -1
- package/dist/components/ui-speed-dial.js +1 -1
- package/dist/components/ui-splitter.js +1 -1
- package/dist/components/ui-step.js +1 -1
- package/dist/components/ui-stepper.js +1 -1
- package/dist/components/ui-tabs.js +1 -1
- package/dist/components/ui-timeline.js +1 -1
- package/dist/components/ui-timer.js +1 -1
- package/dist/components/ui-toolbar.js +1 -1
- package/dist/components/ui-top-bar.js +1 -1
- package/dist/components/ui-transfer-list.js +1 -1
- package/dist/components/ui-tree.js +1 -1
- package/dist/components/ui-workspace-manager.js +1 -1
- package/dist/esm/category-section.entry.js +1 -1
- package/dist/esm/exploration-project-tailwind.js +1 -1
- package/dist/esm/layout-manager.entry.js +1 -1
- package/dist/esm/library-card.entry.js +1 -1
- package/dist/esm/lm-container_2.entry.js +1 -1
- package/dist/esm/lm-panel_3.entry.js +4 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/my-step.entry.js +1 -1
- package/dist/esm/nav-bar.entry.js +2 -2
- package/dist/esm/{security-D2WzX6vR.js → security-Dyu3Nplq.js} +88 -154
- package/dist/esm/smart-step.entry.js +2 -2
- package/dist/esm/timeline-item.entry.js +1 -1
- package/dist/esm/{ui-accordion_10.entry.js → ui-accordion_11.entry.js} +613 -27
- package/dist/esm/ui-advanced-data-table.entry.js +1 -1
- package/dist/esm/ui-anchor.entry.js +1 -1
- package/dist/esm/ui-aside-panel.entry.js +5 -5
- package/dist/esm/ui-avatar-group_3.entry.js +5 -5
- package/dist/esm/ui-callout-banner.entry.js +1 -1
- package/dist/esm/ui-card.entry.js +26 -4
- package/dist/esm/ui-checkbox.entry.js +2 -2
- package/dist/esm/ui-code-editor.entry.js +2 -2
- package/dist/esm/ui-code-preview.entry.js +1 -1
- package/dist/esm/ui-color-controller.entry.js +1 -1
- package/dist/esm/ui-dialog-box.entry.js +1 -1
- package/dist/esm/ui-dock-host.entry.js +3 -3
- package/dist/esm/ui-drag-drop.entry.js +1 -1
- package/dist/esm/ui-empty-state.entry.js +1 -1
- package/dist/esm/ui-fab-item.entry.js +1 -1
- package/dist/esm/ui-fab.entry.js +2 -2
- package/dist/esm/ui-library.entry.js +1 -1
- package/dist/esm/ui-list-group_2.entry.js +9 -5
- package/dist/esm/ui-list.entry.js +4 -4
- package/dist/esm/ui-navigation-item.entry.js +3 -3
- package/dist/esm/ui-otp-input.entry.js +2 -2
- package/dist/esm/{ui-pagination_3.entry.js → ui-pagination_4.entry.js} +202 -1
- package/dist/esm/ui-pattern-input.entry.js +5 -5
- package/dist/esm/ui-popover.entry.js +1 -1
- package/dist/esm/ui-progress.entry.js +101 -17
- package/dist/esm/ui-resizable-panel.entry.js +1 -1
- package/dist/esm/ui-smart-location-dropdown.entry.js +2 -2
- package/dist/esm/ui-smart-stepper.entry.js +1 -1
- package/dist/esm/ui-snackbar.entry.js +1 -1
- package/dist/esm/ui-step.entry.js +1 -1
- package/dist/esm/ui-stepper.entry.js +1 -1
- package/dist/esm/ui-switch.entry.js +9 -9
- package/dist/esm/ui-tabs.entry.js +1 -1
- package/dist/esm/ui-timeline.entry.js +1 -1
- package/dist/esm/ui-toolbar.entry.js +1 -1
- package/dist/esm/ui-tooltip.entry.js +4 -4
- package/dist/esm/ui-transfer-list.entry.js +1 -1
- package/dist/esm/ui-workspace-manager.entry.js +1 -1
- package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -1
- package/dist/exploration-project-tailwind/{p-c7e87fbb.entry.js → p-036d2a44.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-62352ef2.entry.js → p-05a436d3.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-a4f52a76.entry.js → p-16bdd162.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-85bf89fd.entry.js → p-20ecc116.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-2347d21b.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-3d381f75.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-e5322e59.entry.js → p-4288c158.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-2f1aebb3.entry.js → p-4417a9d8.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-049744f9.entry.js → p-44742ddd.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-73d29a4a.entry.js → p-4aaa8e40.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-6fa9dc15.entry.js → p-4bef8bed.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-64e3a484.entry.js → p-4efd63ce.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-c5ddc817.entry.js → p-54965530.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-5c835d90.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-4de419d5.entry.js → p-6b838549.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-c174a372.entry.js → p-6ddbee42.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-7515b1e3.entry.js → p-70bacda8.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-9fa70359.entry.js → p-71d95bb1.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-2d273118.entry.js → p-7889bfc4.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-0b004861.entry.js → p-790556f0.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-f5719913.entry.js → p-7ba2258a.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-81961fb1.entry.js → p-81ebba11.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-5e3e80ae.entry.js → p-8578b616.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-3d3d48fd.entry.js → p-8b57fe4e.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-ffb1754a.entry.js → p-97af03cc.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-f0830120.entry.js → p-98e91da5.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d2308a00.entry.js → p-9bd14f69.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-Dyu3Nplq.js +2 -0
- package/dist/exploration-project-tailwind/{p-ba21fed3.entry.js → p-a27f59d2.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-70d82d79.entry.js → p-a7b07cf4.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-5508874f.entry.js → p-bd89d060.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-9d0c8760.entry.js → p-c02284ea.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d419eaf0.entry.js → p-c1c8ac28.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-c63c522e.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-c90722ec.entry.js → p-cbee2607.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-287dbf09.entry.js → p-d114a347.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-8d951aef.entry.js → p-d2e45c5e.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-77cc333a.entry.js → p-d59da767.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-46596a28.entry.js → p-d6ce9721.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-875be805.entry.js → p-dc92a343.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-4f6bba75.entry.js → p-e22317c1.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d16c9635.entry.js → p-e76318c7.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-e8c6d395.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-c2ca71ac.entry.js → p-eab5ad36.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-f0bc5d7e.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f1beee72.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f543392f.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-46efdea3.entry.js → p-f61cfb7c.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-77124686.entry.js → p-fb4aca69.entry.js} +1 -1
- package/dist/types/components/accordion/accordion.d.ts +10 -2
- package/dist/types/components/button/button.d.ts +9 -0
- package/dist/types/components/card/card.d.ts +4 -0
- package/dist/types/components/list-item/list-item.d.ts +1 -0
- package/dist/types/components/loader/loader.d.ts +145 -0
- package/dist/types/components/progress/progress.d.ts +34 -2
- package/dist/types/components.d.ts +509 -993
- package/dist/types/types/common.d.ts +1 -1
- package/dist/types/types/common.type.d.ts +1 -1
- package/package.json +8 -7
- package/dist/cjs/ui-checkbox-group.cjs.entry.js +0 -330
- package/dist/cjs/ui-image-button.cjs.entry.js +0 -67
- package/dist/cjs/ui-input-pair.cjs.entry.js +0 -44
- package/dist/cjs/ui-radio-group.cjs.entry.js +0 -205
- package/dist/cjs/ui-radio.cjs.entry.js +0 -206
- package/dist/collection/components/checkbox-group/checkbox-group.css +0 -223
- package/dist/collection/components/checkbox-group/checkbox-group.js +0 -1001
- package/dist/collection/components/checkbox-group/types.js +0 -1
- package/dist/collection/components/image-button/image-button.css +0 -154
- package/dist/collection/components/image-button/image-button.js +0 -310
- package/dist/collection/components/image-button/types.js +0 -1
- package/dist/collection/components/input-pair/input-pair.css +0 -72
- package/dist/collection/components/input-pair/input-pair.js +0 -309
- package/dist/collection/components/radio-group/radio-group.css +0 -202
- package/dist/collection/components/radio-group/radio-group.js +0 -903
- package/dist/collection/components/radio-group/types.js +0 -1
- package/dist/components/ui-checkbox-group.d.ts +0 -11
- package/dist/components/ui-checkbox-group.js +0 -1
- package/dist/components/ui-image-button.d.ts +0 -11
- package/dist/components/ui-image-button.js +0 -1
- package/dist/components/ui-input-pair.js +0 -1
- package/dist/components/ui-radio-group.d.ts +0 -11
- package/dist/components/ui-radio-group.js +0 -1
- package/dist/esm/ui-checkbox-group.entry.js +0 -328
- package/dist/esm/ui-image-button.entry.js +0 -65
- package/dist/esm/ui-input-pair.entry.js +0 -42
- package/dist/esm/ui-radio-group.entry.js +0 -203
- package/dist/esm/ui-radio.entry.js +0 -204
- package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-7376ac95.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-77a21491.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-7f91d949.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-807c6555.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-D2WzX6vR.js +0 -2
- package/dist/exploration-project-tailwind/p-ab752761.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-e90d5307.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +0 -1
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +0 -87
- package/dist/types/components/checkbox-group/types.d.ts +0 -8
- package/dist/types/components/image-button/image-button.d.ts +0 -31
- package/dist/types/components/image-button/types.d.ts +0 -1
- package/dist/types/components/input-pair/input-pair.d.ts +0 -28
- package/dist/types/components/radio-group/radio-group.d.ts +0 -74
- package/dist/types/components/radio-group/types.d.ts +0 -2
|
@@ -1,1001 +0,0 @@
|
|
|
1
|
-
import { h } from "@stencil/core";
|
|
2
|
-
export class CheckboxGroup {
|
|
3
|
-
/**
|
|
4
|
-
* Ensures value is always a string array
|
|
5
|
-
*/
|
|
6
|
-
normalizeValue(val) {
|
|
7
|
-
if (Array.isArray(val))
|
|
8
|
-
return val;
|
|
9
|
-
if (typeof val === 'string')
|
|
10
|
-
return val ? val.split(',') : [];
|
|
11
|
-
return [];
|
|
12
|
-
}
|
|
13
|
-
el;
|
|
14
|
-
internals;
|
|
15
|
-
value = [];
|
|
16
|
-
name = '';
|
|
17
|
-
label = '';
|
|
18
|
-
helperText = '';
|
|
19
|
-
errorMessage = '';
|
|
20
|
-
required = false;
|
|
21
|
-
disabled = false;
|
|
22
|
-
readonly = false;
|
|
23
|
-
invalid = false;
|
|
24
|
-
orientation = 'vertical';
|
|
25
|
-
gap = '12px';
|
|
26
|
-
showSelectAll = false;
|
|
27
|
-
selectAllLabel = 'Select All';
|
|
28
|
-
buttonGroup = false;
|
|
29
|
-
min = 0;
|
|
30
|
-
max = Infinity;
|
|
31
|
-
validateOnChange = true;
|
|
32
|
-
size = 'md';
|
|
33
|
-
color = 'primary';
|
|
34
|
-
showSelectionCount = false;
|
|
35
|
-
/** Entrance animation */
|
|
36
|
-
reveal = 'none';
|
|
37
|
-
/** Delay for entry animation (ms) */
|
|
38
|
-
revealDelay = 0;
|
|
39
|
-
/** Stagger delay between items */
|
|
40
|
-
revealStagger = 60;
|
|
41
|
-
/** High-Fidelity: Victory glow pulse when all selected */
|
|
42
|
-
victoryGlow = false;
|
|
43
|
-
/** High-Fidelity: RTL support */
|
|
44
|
-
rtl = false;
|
|
45
|
-
selectAllState = 'none';
|
|
46
|
-
isVictory = false;
|
|
47
|
-
groupChange;
|
|
48
|
-
groupValidation;
|
|
49
|
-
componentWillLoad() {
|
|
50
|
-
this.internals = this.el.attachInternals();
|
|
51
|
-
this.updateFormValue();
|
|
52
|
-
this.discoverCheckboxes();
|
|
53
|
-
this.updateCheckboxStates();
|
|
54
|
-
this.updateSelectAllState();
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Stencil form-association callback
|
|
58
|
-
*/
|
|
59
|
-
formResetCallback() {
|
|
60
|
-
this.value = [];
|
|
61
|
-
this.updateCheckboxStates();
|
|
62
|
-
this.updateSelectAllState();
|
|
63
|
-
this.updateFormValue();
|
|
64
|
-
}
|
|
65
|
-
handleValueChange() {
|
|
66
|
-
this.updateCheckboxStates();
|
|
67
|
-
this.updateSelectAllState();
|
|
68
|
-
if (this.validateOnChange) {
|
|
69
|
-
this.validate();
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
handleCheckboxChange(event) {
|
|
73
|
-
const { checked, value: checkboxValue } = event.detail;
|
|
74
|
-
if (this.disabled || this.readonly)
|
|
75
|
-
return;
|
|
76
|
-
let valueArr = this.normalizeValue(this.value);
|
|
77
|
-
if (checked) {
|
|
78
|
-
if (!valueArr.includes(checkboxValue)) {
|
|
79
|
-
if (this.max === Infinity || valueArr.length < this.max) {
|
|
80
|
-
valueArr = [...valueArr, checkboxValue];
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
else {
|
|
85
|
-
valueArr = valueArr.filter(v => v !== checkboxValue);
|
|
86
|
-
}
|
|
87
|
-
this.value = valueArr;
|
|
88
|
-
this.groupChange.emit({ value: this.value });
|
|
89
|
-
this.updateSelectAllState();
|
|
90
|
-
if (this.validateOnChange) {
|
|
91
|
-
this.validate();
|
|
92
|
-
}
|
|
93
|
-
this.updateFormValue();
|
|
94
|
-
}
|
|
95
|
-
updateFormValue() {
|
|
96
|
-
if (this.name) {
|
|
97
|
-
const data = new FormData();
|
|
98
|
-
this.value.forEach(val => data.append(this.name, val));
|
|
99
|
-
this.internals.setFormValue(data);
|
|
100
|
-
}
|
|
101
|
-
else {
|
|
102
|
-
this.internals.setFormValue(this.value.join(','));
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
discoverCheckboxes() {
|
|
106
|
-
// This is no longer needed as we use getAllCheckboxes in real-time
|
|
107
|
-
}
|
|
108
|
-
updateCheckboxStates() {
|
|
109
|
-
const allCbs = this.getAllCheckboxes();
|
|
110
|
-
const valueArr = this.normalizeValue(this.value);
|
|
111
|
-
const isMaxReached = this.max !== Infinity && valueArr.length >= this.max;
|
|
112
|
-
allCbs.forEach((checkbox, index) => {
|
|
113
|
-
checkbox.checked = valueArr.includes(checkbox.value);
|
|
114
|
-
checkbox.disabled = this.disabled || (isMaxReached && !checkbox.checked) || checkbox.disabled;
|
|
115
|
-
checkbox.readonly = this.readonly;
|
|
116
|
-
checkbox.size = this.size;
|
|
117
|
-
checkbox.color = this.color;
|
|
118
|
-
checkbox.reveal = this.reveal;
|
|
119
|
-
checkbox.revealDelay = this.revealDelay + (index * this.revealStagger);
|
|
120
|
-
checkbox.rtl = this.rtl;
|
|
121
|
-
checkbox.isButton = this.buttonGroup;
|
|
122
|
-
if (this.name) {
|
|
123
|
-
checkbox.name = this.name;
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
getAllCheckboxes() {
|
|
128
|
-
const slotted = Array.from(this.el.querySelectorAll('ui-checkbox'));
|
|
129
|
-
// If we have options prop, we need to consider them too, but they are rendered as components
|
|
130
|
-
// Stencil's shadow DOM might make this tricky if they are inside.
|
|
131
|
-
// Actually, we can just get them from the shadow root if they are rendered in renderDataOptions
|
|
132
|
-
const shadowCbs = Array.from(this.el.shadowRoot.querySelectorAll('ui-checkbox'));
|
|
133
|
-
return [...slotted, ...shadowCbs];
|
|
134
|
-
}
|
|
135
|
-
updateSelectAllState() {
|
|
136
|
-
const allCbs = this.getAllCheckboxes();
|
|
137
|
-
const valueArr = this.normalizeValue(this.value);
|
|
138
|
-
const enabledCheckboxes = allCbs.filter((cb) => !cb.disabled);
|
|
139
|
-
if (enabledCheckboxes.length === 0)
|
|
140
|
-
return;
|
|
141
|
-
const checkedCount = enabledCheckboxes.filter((cb) => valueArr.includes(cb.value)).length;
|
|
142
|
-
if (checkedCount === 0) {
|
|
143
|
-
this.selectAllState = 'none';
|
|
144
|
-
this.isVictory = false;
|
|
145
|
-
}
|
|
146
|
-
else if (checkedCount === enabledCheckboxes.length) {
|
|
147
|
-
this.selectAllState = 'all';
|
|
148
|
-
if (this.victoryGlow)
|
|
149
|
-
this.isVictory = true;
|
|
150
|
-
}
|
|
151
|
-
else {
|
|
152
|
-
this.selectAllState = 'some';
|
|
153
|
-
this.isVictory = false;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
handleSelectAllChange = (event) => {
|
|
157
|
-
if (this.disabled || this.readonly)
|
|
158
|
-
return;
|
|
159
|
-
const target = event.target;
|
|
160
|
-
const allCbs = this.getAllCheckboxes();
|
|
161
|
-
const enabledCheckboxes = allCbs.filter((cb) => !cb.disabled);
|
|
162
|
-
if (target.checked) {
|
|
163
|
-
// Select all enabled checkboxes
|
|
164
|
-
const allValues = enabledCheckboxes.map((cb) => cb.value);
|
|
165
|
-
const uniqueValues = Array.from(new Set([...this.value, ...allValues]));
|
|
166
|
-
// Respect max limit
|
|
167
|
-
if (this.max !== Infinity) {
|
|
168
|
-
this.value = uniqueValues.slice(0, this.max);
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
this.value = uniqueValues;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
else {
|
|
175
|
-
// Deselect all
|
|
176
|
-
const enabledValues = enabledCheckboxes.map((cb) => cb.value);
|
|
177
|
-
this.value = this.value.filter(v => !enabledValues.includes(v));
|
|
178
|
-
}
|
|
179
|
-
this.groupChange.emit({ value: this.value });
|
|
180
|
-
this.updateSelectAllState();
|
|
181
|
-
if (this.validateOnChange) {
|
|
182
|
-
this.validate();
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
validate() {
|
|
186
|
-
const errors = [];
|
|
187
|
-
if (this.required && this.value.length === 0) {
|
|
188
|
-
errors.push('At least one option must be selected');
|
|
189
|
-
}
|
|
190
|
-
if (this.min > 0 && this.value.length < this.min) {
|
|
191
|
-
errors.push(`At least ${this.min} option${this.min > 1 ? 's' : ''} must be selected`);
|
|
192
|
-
}
|
|
193
|
-
if (this.max !== Infinity && this.value.length > this.max) {
|
|
194
|
-
errors.push(`No more than ${this.max} option${this.max > 1 ? 's' : ''} can be selected`);
|
|
195
|
-
}
|
|
196
|
-
const valid = errors.length === 0;
|
|
197
|
-
this.groupValidation.emit({ valid, errors });
|
|
198
|
-
return valid;
|
|
199
|
-
}
|
|
200
|
-
selectAll() {
|
|
201
|
-
const allCbs = this.getAllCheckboxes();
|
|
202
|
-
const enabledCheckboxes = allCbs.filter((cb) => !cb.disabled);
|
|
203
|
-
const allValues = enabledCheckboxes.map((cb) => cb.value);
|
|
204
|
-
if (this.max !== Infinity) {
|
|
205
|
-
this.value = allValues.slice(0, this.max);
|
|
206
|
-
}
|
|
207
|
-
else {
|
|
208
|
-
this.value = allValues;
|
|
209
|
-
}
|
|
210
|
-
this.groupChange.emit({ value: this.value });
|
|
211
|
-
}
|
|
212
|
-
deselectAll() {
|
|
213
|
-
this.value = [];
|
|
214
|
-
this.groupChange.emit({ value: this.value });
|
|
215
|
-
}
|
|
216
|
-
toggleAll() {
|
|
217
|
-
if (this.selectAllState === 'all') {
|
|
218
|
-
this.deselectAll();
|
|
219
|
-
}
|
|
220
|
-
else {
|
|
221
|
-
this.selectAll();
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
renderSelectAll() {
|
|
225
|
-
if (!this.showSelectAll)
|
|
226
|
-
return null;
|
|
227
|
-
return (h("div", { class: "select-all-container" }, h("ui-checkbox", { checked: this.selectAllState === 'all', indeterminate: this.selectAllState === 'some', label: this.selectAllLabel, disabled: this.disabled, readonly: this.readonly, size: this.size, color: this.color, rtl: this.rtl, onCheckboxChange: this.handleSelectAllChange })));
|
|
228
|
-
}
|
|
229
|
-
renderLabel() {
|
|
230
|
-
if (!this.label)
|
|
231
|
-
return null;
|
|
232
|
-
return (h("div", { class: "group-label" }, h("span", { class: "label-text" }, this.label, this.required && h("span", { class: "required-indicator" }, "*")), this.showSelectionCount && (h("span", { class: "selection-count" }, "(", this.value.length, this.max !== Infinity ? ` / ${this.max}` : '', " selected)"))));
|
|
233
|
-
}
|
|
234
|
-
renderHelperText() {
|
|
235
|
-
if (this.invalid && this.errorMessage) {
|
|
236
|
-
return (h("div", { class: "helper-text error" }, h("ui-icon", { name: "fa-exclamation-circle" }), this.errorMessage));
|
|
237
|
-
}
|
|
238
|
-
if (this.helperText) {
|
|
239
|
-
return h("div", { class: "helper-text" }, this.helperText);
|
|
240
|
-
}
|
|
241
|
-
if (this.min > 0 || this.max !== Infinity) {
|
|
242
|
-
const count = this.value.length;
|
|
243
|
-
let text = '';
|
|
244
|
-
if (this.min > 0 && this.max !== Infinity) {
|
|
245
|
-
text = `Select ${this.min}-${this.max} options (${count} selected)`;
|
|
246
|
-
}
|
|
247
|
-
else if (this.min > 0) {
|
|
248
|
-
text = `Select at least ${this.min} option${this.min > 1 ? 's' : ''} (${count} selected)`;
|
|
249
|
-
}
|
|
250
|
-
else if (this.max !== Infinity) {
|
|
251
|
-
text = `Select up to ${this.max} option${this.max > 1 ? 's' : ''} (${count} selected)`;
|
|
252
|
-
}
|
|
253
|
-
return h("div", { class: "helper-text" }, text);
|
|
254
|
-
}
|
|
255
|
-
return null;
|
|
256
|
-
}
|
|
257
|
-
options = [];
|
|
258
|
-
searchable = false;
|
|
259
|
-
searchPlaceholder = 'Search options...';
|
|
260
|
-
layout = 'list';
|
|
261
|
-
columns = 2; // For grid layout
|
|
262
|
-
searchQuery = '';
|
|
263
|
-
handleSearch = (e) => {
|
|
264
|
-
this.searchQuery = e.target.value.toLowerCase();
|
|
265
|
-
};
|
|
266
|
-
getFilteredOptions() {
|
|
267
|
-
if (!this.options || this.options.length === 0)
|
|
268
|
-
return [];
|
|
269
|
-
// Normalize options
|
|
270
|
-
const normalizedOptions = this.options.map(opt => typeof opt === 'string' ? { label: opt, value: opt, disabled: false } : opt);
|
|
271
|
-
if (!this.searchQuery)
|
|
272
|
-
return normalizedOptions;
|
|
273
|
-
return normalizedOptions.filter(opt => opt.label.toLowerCase().includes(this.searchQuery));
|
|
274
|
-
}
|
|
275
|
-
renderSearch() {
|
|
276
|
-
if (!this.searchable)
|
|
277
|
-
return null;
|
|
278
|
-
return (h("div", { class: {
|
|
279
|
-
'checkbox-search': true,
|
|
280
|
-
'search-active': this.searchQuery.length > 0
|
|
281
|
-
} }, h("div", { class: "search-input-wrapper" }, h("ui-icon", { name: "search", library: "lucide", class: "search-icon" }), h("input", { type: "text", placeholder: this.searchPlaceholder, onInput: this.handleSearch, value: this.searchQuery, class: "search-input" }), this.searchQuery.length > 0 && (h("ui-button", { variant: "ghost", class: "clear-search", onClick: () => { this.searchQuery = ''; }, icon: "x", iconLibrary: "lucide", iconOnly: true, size: "sm" })))));
|
|
282
|
-
}
|
|
283
|
-
renderDataOptions() {
|
|
284
|
-
const visibleOptions = this.getFilteredOptions();
|
|
285
|
-
if (visibleOptions.length === 0 && this.searchQuery) {
|
|
286
|
-
return h("div", { class: "no-results" }, "No options found");
|
|
287
|
-
}
|
|
288
|
-
const valueArr = this.normalizeValue(this.value);
|
|
289
|
-
return visibleOptions.map((opt, index) => (h("ui-checkbox", { value: opt.value, label: opt.label, disabled: this.disabled || opt.disabled, readonly: this.readonly, size: this.size, color: this.color, variant: opt.variant || 'default', name: this.name, checked: valueArr.includes(opt.value), reveal: this.reveal, revealDelay: this.revealDelay + (index * this.revealStagger), rtl: this.rtl, isButton: this.buttonGroup, onCheckboxChange: this.handleCheckboxChange })));
|
|
290
|
-
}
|
|
291
|
-
render() {
|
|
292
|
-
const containerClasses = {
|
|
293
|
-
'checkbox-group': true,
|
|
294
|
-
[`checkbox-group-${this.orientation}`]: this.layout === 'list',
|
|
295
|
-
[`checkbox-group-grid`]: this.layout === 'grid',
|
|
296
|
-
[`checkbox-group-cols-${this.columns}`]: this.layout === 'grid',
|
|
297
|
-
[`checkbox-group-${this.size}`]: true,
|
|
298
|
-
'checkbox-group-disabled': this.disabled,
|
|
299
|
-
'checkbox-group-readonly': this.readonly,
|
|
300
|
-
'checkbox-group-invalid': this.invalid,
|
|
301
|
-
'checkbox-group-button': this.buttonGroup,
|
|
302
|
-
'is-victory': this.isVictory
|
|
303
|
-
};
|
|
304
|
-
const hasDataOptions = this.options && this.options.length > 0;
|
|
305
|
-
return (h("div", { key: '05a2da58c9dd7f3438076d3beb725f3596545cb6', class: containerClasses, dir: this.rtl ? 'rtl' : 'ltr' }, this.renderLabel(), this.renderSearch(), this.renderSelectAll(), h("div", { key: '0a64f5ff1b6474c771059e6d856b42a48641d5a1', class: "checkbox-group-items", style: this.layout === 'grid' ? {
|
|
306
|
-
display: 'grid',
|
|
307
|
-
gridTemplateColumns: `repeat(${this.columns}, 1fr)`,
|
|
308
|
-
gap: this.gap
|
|
309
|
-
} : { gap: this.gap }, role: "group", "aria-labelledby": this.label ? 'group-label' : undefined, "aria-required": this.required ? 'true' : 'false', "aria-invalid": this.invalid ? 'true' : 'false' }, hasDataOptions ? this.renderDataOptions() : h("slot", null)), this.renderHelperText()));
|
|
310
|
-
}
|
|
311
|
-
static get is() { return "ui-checkbox-group"; }
|
|
312
|
-
static get encapsulation() { return "shadow"; }
|
|
313
|
-
static get formAssociated() { return true; }
|
|
314
|
-
static get originalStyleUrls() {
|
|
315
|
-
return {
|
|
316
|
-
"$": ["checkbox-group.scss"]
|
|
317
|
-
};
|
|
318
|
-
}
|
|
319
|
-
static get styleUrls() {
|
|
320
|
-
return {
|
|
321
|
-
"$": ["checkbox-group.css"]
|
|
322
|
-
};
|
|
323
|
-
}
|
|
324
|
-
static get properties() {
|
|
325
|
-
return {
|
|
326
|
-
"value": {
|
|
327
|
-
"type": "unknown",
|
|
328
|
-
"mutable": true,
|
|
329
|
-
"complexType": {
|
|
330
|
-
"original": "string[]",
|
|
331
|
-
"resolved": "string[]",
|
|
332
|
-
"references": {}
|
|
333
|
-
},
|
|
334
|
-
"required": false,
|
|
335
|
-
"optional": false,
|
|
336
|
-
"docs": {
|
|
337
|
-
"tags": [],
|
|
338
|
-
"text": ""
|
|
339
|
-
},
|
|
340
|
-
"getter": false,
|
|
341
|
-
"setter": false,
|
|
342
|
-
"defaultValue": "[]"
|
|
343
|
-
},
|
|
344
|
-
"name": {
|
|
345
|
-
"type": "string",
|
|
346
|
-
"mutable": false,
|
|
347
|
-
"complexType": {
|
|
348
|
-
"original": "string",
|
|
349
|
-
"resolved": "string",
|
|
350
|
-
"references": {}
|
|
351
|
-
},
|
|
352
|
-
"required": false,
|
|
353
|
-
"optional": false,
|
|
354
|
-
"docs": {
|
|
355
|
-
"tags": [],
|
|
356
|
-
"text": ""
|
|
357
|
-
},
|
|
358
|
-
"getter": false,
|
|
359
|
-
"setter": false,
|
|
360
|
-
"reflect": false,
|
|
361
|
-
"attribute": "name",
|
|
362
|
-
"defaultValue": "''"
|
|
363
|
-
},
|
|
364
|
-
"label": {
|
|
365
|
-
"type": "string",
|
|
366
|
-
"mutable": false,
|
|
367
|
-
"complexType": {
|
|
368
|
-
"original": "string",
|
|
369
|
-
"resolved": "string",
|
|
370
|
-
"references": {}
|
|
371
|
-
},
|
|
372
|
-
"required": false,
|
|
373
|
-
"optional": false,
|
|
374
|
-
"docs": {
|
|
375
|
-
"tags": [],
|
|
376
|
-
"text": ""
|
|
377
|
-
},
|
|
378
|
-
"getter": false,
|
|
379
|
-
"setter": false,
|
|
380
|
-
"reflect": false,
|
|
381
|
-
"attribute": "label",
|
|
382
|
-
"defaultValue": "''"
|
|
383
|
-
},
|
|
384
|
-
"helperText": {
|
|
385
|
-
"type": "string",
|
|
386
|
-
"mutable": false,
|
|
387
|
-
"complexType": {
|
|
388
|
-
"original": "string",
|
|
389
|
-
"resolved": "string",
|
|
390
|
-
"references": {}
|
|
391
|
-
},
|
|
392
|
-
"required": false,
|
|
393
|
-
"optional": false,
|
|
394
|
-
"docs": {
|
|
395
|
-
"tags": [],
|
|
396
|
-
"text": ""
|
|
397
|
-
},
|
|
398
|
-
"getter": false,
|
|
399
|
-
"setter": false,
|
|
400
|
-
"reflect": false,
|
|
401
|
-
"attribute": "helper-text",
|
|
402
|
-
"defaultValue": "''"
|
|
403
|
-
},
|
|
404
|
-
"errorMessage": {
|
|
405
|
-
"type": "string",
|
|
406
|
-
"mutable": false,
|
|
407
|
-
"complexType": {
|
|
408
|
-
"original": "string",
|
|
409
|
-
"resolved": "string",
|
|
410
|
-
"references": {}
|
|
411
|
-
},
|
|
412
|
-
"required": false,
|
|
413
|
-
"optional": false,
|
|
414
|
-
"docs": {
|
|
415
|
-
"tags": [],
|
|
416
|
-
"text": ""
|
|
417
|
-
},
|
|
418
|
-
"getter": false,
|
|
419
|
-
"setter": false,
|
|
420
|
-
"reflect": false,
|
|
421
|
-
"attribute": "error-message",
|
|
422
|
-
"defaultValue": "''"
|
|
423
|
-
},
|
|
424
|
-
"required": {
|
|
425
|
-
"type": "boolean",
|
|
426
|
-
"mutable": false,
|
|
427
|
-
"complexType": {
|
|
428
|
-
"original": "boolean",
|
|
429
|
-
"resolved": "boolean",
|
|
430
|
-
"references": {}
|
|
431
|
-
},
|
|
432
|
-
"required": false,
|
|
433
|
-
"optional": false,
|
|
434
|
-
"docs": {
|
|
435
|
-
"tags": [],
|
|
436
|
-
"text": ""
|
|
437
|
-
},
|
|
438
|
-
"getter": false,
|
|
439
|
-
"setter": false,
|
|
440
|
-
"reflect": false,
|
|
441
|
-
"attribute": "required",
|
|
442
|
-
"defaultValue": "false"
|
|
443
|
-
},
|
|
444
|
-
"disabled": {
|
|
445
|
-
"type": "boolean",
|
|
446
|
-
"mutable": false,
|
|
447
|
-
"complexType": {
|
|
448
|
-
"original": "boolean",
|
|
449
|
-
"resolved": "boolean",
|
|
450
|
-
"references": {}
|
|
451
|
-
},
|
|
452
|
-
"required": false,
|
|
453
|
-
"optional": false,
|
|
454
|
-
"docs": {
|
|
455
|
-
"tags": [],
|
|
456
|
-
"text": ""
|
|
457
|
-
},
|
|
458
|
-
"getter": false,
|
|
459
|
-
"setter": false,
|
|
460
|
-
"reflect": false,
|
|
461
|
-
"attribute": "disabled",
|
|
462
|
-
"defaultValue": "false"
|
|
463
|
-
},
|
|
464
|
-
"readonly": {
|
|
465
|
-
"type": "boolean",
|
|
466
|
-
"mutable": false,
|
|
467
|
-
"complexType": {
|
|
468
|
-
"original": "boolean",
|
|
469
|
-
"resolved": "boolean",
|
|
470
|
-
"references": {}
|
|
471
|
-
},
|
|
472
|
-
"required": false,
|
|
473
|
-
"optional": false,
|
|
474
|
-
"docs": {
|
|
475
|
-
"tags": [],
|
|
476
|
-
"text": ""
|
|
477
|
-
},
|
|
478
|
-
"getter": false,
|
|
479
|
-
"setter": false,
|
|
480
|
-
"reflect": false,
|
|
481
|
-
"attribute": "readonly",
|
|
482
|
-
"defaultValue": "false"
|
|
483
|
-
},
|
|
484
|
-
"invalid": {
|
|
485
|
-
"type": "boolean",
|
|
486
|
-
"mutable": false,
|
|
487
|
-
"complexType": {
|
|
488
|
-
"original": "boolean",
|
|
489
|
-
"resolved": "boolean",
|
|
490
|
-
"references": {}
|
|
491
|
-
},
|
|
492
|
-
"required": false,
|
|
493
|
-
"optional": false,
|
|
494
|
-
"docs": {
|
|
495
|
-
"tags": [],
|
|
496
|
-
"text": ""
|
|
497
|
-
},
|
|
498
|
-
"getter": false,
|
|
499
|
-
"setter": false,
|
|
500
|
-
"reflect": false,
|
|
501
|
-
"attribute": "invalid",
|
|
502
|
-
"defaultValue": "false"
|
|
503
|
-
},
|
|
504
|
-
"orientation": {
|
|
505
|
-
"type": "string",
|
|
506
|
-
"mutable": false,
|
|
507
|
-
"complexType": {
|
|
508
|
-
"original": "Orientation",
|
|
509
|
-
"resolved": "\"horizontal\" | \"vertical\"",
|
|
510
|
-
"references": {
|
|
511
|
-
"Orientation": {
|
|
512
|
-
"location": "import",
|
|
513
|
-
"path": "../../types/common.type",
|
|
514
|
-
"id": "src/types/common.type.d.ts::Orientation",
|
|
515
|
-
"referenceLocation": "Orientation"
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
"required": false,
|
|
520
|
-
"optional": false,
|
|
521
|
-
"docs": {
|
|
522
|
-
"tags": [],
|
|
523
|
-
"text": ""
|
|
524
|
-
},
|
|
525
|
-
"getter": false,
|
|
526
|
-
"setter": false,
|
|
527
|
-
"reflect": false,
|
|
528
|
-
"attribute": "orientation",
|
|
529
|
-
"defaultValue": "'vertical'"
|
|
530
|
-
},
|
|
531
|
-
"gap": {
|
|
532
|
-
"type": "string",
|
|
533
|
-
"mutable": false,
|
|
534
|
-
"complexType": {
|
|
535
|
-
"original": "string",
|
|
536
|
-
"resolved": "string",
|
|
537
|
-
"references": {}
|
|
538
|
-
},
|
|
539
|
-
"required": false,
|
|
540
|
-
"optional": false,
|
|
541
|
-
"docs": {
|
|
542
|
-
"tags": [],
|
|
543
|
-
"text": ""
|
|
544
|
-
},
|
|
545
|
-
"getter": false,
|
|
546
|
-
"setter": false,
|
|
547
|
-
"reflect": false,
|
|
548
|
-
"attribute": "gap",
|
|
549
|
-
"defaultValue": "'12px'"
|
|
550
|
-
},
|
|
551
|
-
"showSelectAll": {
|
|
552
|
-
"type": "boolean",
|
|
553
|
-
"mutable": false,
|
|
554
|
-
"complexType": {
|
|
555
|
-
"original": "boolean",
|
|
556
|
-
"resolved": "boolean",
|
|
557
|
-
"references": {}
|
|
558
|
-
},
|
|
559
|
-
"required": false,
|
|
560
|
-
"optional": false,
|
|
561
|
-
"docs": {
|
|
562
|
-
"tags": [],
|
|
563
|
-
"text": ""
|
|
564
|
-
},
|
|
565
|
-
"getter": false,
|
|
566
|
-
"setter": false,
|
|
567
|
-
"reflect": false,
|
|
568
|
-
"attribute": "show-select-all",
|
|
569
|
-
"defaultValue": "false"
|
|
570
|
-
},
|
|
571
|
-
"selectAllLabel": {
|
|
572
|
-
"type": "string",
|
|
573
|
-
"mutable": false,
|
|
574
|
-
"complexType": {
|
|
575
|
-
"original": "string",
|
|
576
|
-
"resolved": "string",
|
|
577
|
-
"references": {}
|
|
578
|
-
},
|
|
579
|
-
"required": false,
|
|
580
|
-
"optional": false,
|
|
581
|
-
"docs": {
|
|
582
|
-
"tags": [],
|
|
583
|
-
"text": ""
|
|
584
|
-
},
|
|
585
|
-
"getter": false,
|
|
586
|
-
"setter": false,
|
|
587
|
-
"reflect": false,
|
|
588
|
-
"attribute": "select-all-label",
|
|
589
|
-
"defaultValue": "'Select All'"
|
|
590
|
-
},
|
|
591
|
-
"buttonGroup": {
|
|
592
|
-
"type": "boolean",
|
|
593
|
-
"mutable": false,
|
|
594
|
-
"complexType": {
|
|
595
|
-
"original": "boolean",
|
|
596
|
-
"resolved": "boolean",
|
|
597
|
-
"references": {}
|
|
598
|
-
},
|
|
599
|
-
"required": false,
|
|
600
|
-
"optional": false,
|
|
601
|
-
"docs": {
|
|
602
|
-
"tags": [],
|
|
603
|
-
"text": ""
|
|
604
|
-
},
|
|
605
|
-
"getter": false,
|
|
606
|
-
"setter": false,
|
|
607
|
-
"reflect": false,
|
|
608
|
-
"attribute": "button-group",
|
|
609
|
-
"defaultValue": "false"
|
|
610
|
-
},
|
|
611
|
-
"min": {
|
|
612
|
-
"type": "number",
|
|
613
|
-
"mutable": false,
|
|
614
|
-
"complexType": {
|
|
615
|
-
"original": "number",
|
|
616
|
-
"resolved": "number",
|
|
617
|
-
"references": {}
|
|
618
|
-
},
|
|
619
|
-
"required": false,
|
|
620
|
-
"optional": false,
|
|
621
|
-
"docs": {
|
|
622
|
-
"tags": [],
|
|
623
|
-
"text": ""
|
|
624
|
-
},
|
|
625
|
-
"getter": false,
|
|
626
|
-
"setter": false,
|
|
627
|
-
"reflect": false,
|
|
628
|
-
"attribute": "min",
|
|
629
|
-
"defaultValue": "0"
|
|
630
|
-
},
|
|
631
|
-
"max": {
|
|
632
|
-
"type": "number",
|
|
633
|
-
"mutable": false,
|
|
634
|
-
"complexType": {
|
|
635
|
-
"original": "number",
|
|
636
|
-
"resolved": "number",
|
|
637
|
-
"references": {}
|
|
638
|
-
},
|
|
639
|
-
"required": false,
|
|
640
|
-
"optional": false,
|
|
641
|
-
"docs": {
|
|
642
|
-
"tags": [],
|
|
643
|
-
"text": ""
|
|
644
|
-
},
|
|
645
|
-
"getter": false,
|
|
646
|
-
"setter": false,
|
|
647
|
-
"reflect": false,
|
|
648
|
-
"attribute": "max",
|
|
649
|
-
"defaultValue": "Infinity"
|
|
650
|
-
},
|
|
651
|
-
"validateOnChange": {
|
|
652
|
-
"type": "boolean",
|
|
653
|
-
"mutable": false,
|
|
654
|
-
"complexType": {
|
|
655
|
-
"original": "boolean",
|
|
656
|
-
"resolved": "boolean",
|
|
657
|
-
"references": {}
|
|
658
|
-
},
|
|
659
|
-
"required": false,
|
|
660
|
-
"optional": false,
|
|
661
|
-
"docs": {
|
|
662
|
-
"tags": [],
|
|
663
|
-
"text": ""
|
|
664
|
-
},
|
|
665
|
-
"getter": false,
|
|
666
|
-
"setter": false,
|
|
667
|
-
"reflect": false,
|
|
668
|
-
"attribute": "validate-on-change",
|
|
669
|
-
"defaultValue": "true"
|
|
670
|
-
},
|
|
671
|
-
"size": {
|
|
672
|
-
"type": "string",
|
|
673
|
-
"mutable": false,
|
|
674
|
-
"complexType": {
|
|
675
|
-
"original": "ComponentSize",
|
|
676
|
-
"resolved": "\"default\" | \"large\" | \"lg\" | \"md\" | \"medium\" | \"sm\" | \"small\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\" | \"xxxl\" | \"xxxs\"",
|
|
677
|
-
"references": {
|
|
678
|
-
"ComponentSize": {
|
|
679
|
-
"location": "import",
|
|
680
|
-
"path": "../../types/common.type",
|
|
681
|
-
"id": "src/types/common.type.d.ts::ComponentSize",
|
|
682
|
-
"referenceLocation": "ComponentSize"
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
},
|
|
686
|
-
"required": false,
|
|
687
|
-
"optional": false,
|
|
688
|
-
"docs": {
|
|
689
|
-
"tags": [],
|
|
690
|
-
"text": ""
|
|
691
|
-
},
|
|
692
|
-
"getter": false,
|
|
693
|
-
"setter": false,
|
|
694
|
-
"reflect": false,
|
|
695
|
-
"attribute": "size",
|
|
696
|
-
"defaultValue": "'md'"
|
|
697
|
-
},
|
|
698
|
-
"color": {
|
|
699
|
-
"type": "string",
|
|
700
|
-
"mutable": false,
|
|
701
|
-
"complexType": {
|
|
702
|
-
"original": "StatusColor",
|
|
703
|
-
"resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
|
|
704
|
-
"references": {
|
|
705
|
-
"StatusColor": {
|
|
706
|
-
"location": "import",
|
|
707
|
-
"path": "../../types/common.type",
|
|
708
|
-
"id": "src/types/common.type.d.ts::StatusColor",
|
|
709
|
-
"referenceLocation": "StatusColor"
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
},
|
|
713
|
-
"required": false,
|
|
714
|
-
"optional": false,
|
|
715
|
-
"docs": {
|
|
716
|
-
"tags": [],
|
|
717
|
-
"text": ""
|
|
718
|
-
},
|
|
719
|
-
"getter": false,
|
|
720
|
-
"setter": false,
|
|
721
|
-
"reflect": false,
|
|
722
|
-
"attribute": "color",
|
|
723
|
-
"defaultValue": "'primary'"
|
|
724
|
-
},
|
|
725
|
-
"showSelectionCount": {
|
|
726
|
-
"type": "boolean",
|
|
727
|
-
"mutable": false,
|
|
728
|
-
"complexType": {
|
|
729
|
-
"original": "boolean",
|
|
730
|
-
"resolved": "boolean",
|
|
731
|
-
"references": {}
|
|
732
|
-
},
|
|
733
|
-
"required": false,
|
|
734
|
-
"optional": false,
|
|
735
|
-
"docs": {
|
|
736
|
-
"tags": [],
|
|
737
|
-
"text": ""
|
|
738
|
-
},
|
|
739
|
-
"getter": false,
|
|
740
|
-
"setter": false,
|
|
741
|
-
"reflect": false,
|
|
742
|
-
"attribute": "show-selection-count",
|
|
743
|
-
"defaultValue": "false"
|
|
744
|
-
},
|
|
745
|
-
"reveal": {
|
|
746
|
-
"type": "string",
|
|
747
|
-
"mutable": false,
|
|
748
|
-
"complexType": {
|
|
749
|
-
"original": "'none' | 'fade-in' | 'slide-up' | 'zoom'",
|
|
750
|
-
"resolved": "\"fade-in\" | \"none\" | \"slide-up\" | \"zoom\"",
|
|
751
|
-
"references": {}
|
|
752
|
-
},
|
|
753
|
-
"required": false,
|
|
754
|
-
"optional": false,
|
|
755
|
-
"docs": {
|
|
756
|
-
"tags": [],
|
|
757
|
-
"text": "Entrance animation"
|
|
758
|
-
},
|
|
759
|
-
"getter": false,
|
|
760
|
-
"setter": false,
|
|
761
|
-
"reflect": false,
|
|
762
|
-
"attribute": "reveal",
|
|
763
|
-
"defaultValue": "'none'"
|
|
764
|
-
},
|
|
765
|
-
"revealDelay": {
|
|
766
|
-
"type": "number",
|
|
767
|
-
"mutable": false,
|
|
768
|
-
"complexType": {
|
|
769
|
-
"original": "number",
|
|
770
|
-
"resolved": "number",
|
|
771
|
-
"references": {}
|
|
772
|
-
},
|
|
773
|
-
"required": false,
|
|
774
|
-
"optional": false,
|
|
775
|
-
"docs": {
|
|
776
|
-
"tags": [],
|
|
777
|
-
"text": "Delay for entry animation (ms)"
|
|
778
|
-
},
|
|
779
|
-
"getter": false,
|
|
780
|
-
"setter": false,
|
|
781
|
-
"reflect": false,
|
|
782
|
-
"attribute": "reveal-delay",
|
|
783
|
-
"defaultValue": "0"
|
|
784
|
-
},
|
|
785
|
-
"revealStagger": {
|
|
786
|
-
"type": "number",
|
|
787
|
-
"mutable": false,
|
|
788
|
-
"complexType": {
|
|
789
|
-
"original": "number",
|
|
790
|
-
"resolved": "number",
|
|
791
|
-
"references": {}
|
|
792
|
-
},
|
|
793
|
-
"required": false,
|
|
794
|
-
"optional": false,
|
|
795
|
-
"docs": {
|
|
796
|
-
"tags": [],
|
|
797
|
-
"text": "Stagger delay between items"
|
|
798
|
-
},
|
|
799
|
-
"getter": false,
|
|
800
|
-
"setter": false,
|
|
801
|
-
"reflect": false,
|
|
802
|
-
"attribute": "reveal-stagger",
|
|
803
|
-
"defaultValue": "60"
|
|
804
|
-
},
|
|
805
|
-
"victoryGlow": {
|
|
806
|
-
"type": "boolean",
|
|
807
|
-
"mutable": false,
|
|
808
|
-
"complexType": {
|
|
809
|
-
"original": "boolean",
|
|
810
|
-
"resolved": "boolean",
|
|
811
|
-
"references": {}
|
|
812
|
-
},
|
|
813
|
-
"required": false,
|
|
814
|
-
"optional": false,
|
|
815
|
-
"docs": {
|
|
816
|
-
"tags": [],
|
|
817
|
-
"text": "High-Fidelity: Victory glow pulse when all selected"
|
|
818
|
-
},
|
|
819
|
-
"getter": false,
|
|
820
|
-
"setter": false,
|
|
821
|
-
"reflect": false,
|
|
822
|
-
"attribute": "victory-glow",
|
|
823
|
-
"defaultValue": "false"
|
|
824
|
-
},
|
|
825
|
-
"rtl": {
|
|
826
|
-
"type": "boolean",
|
|
827
|
-
"mutable": false,
|
|
828
|
-
"complexType": {
|
|
829
|
-
"original": "boolean",
|
|
830
|
-
"resolved": "boolean",
|
|
831
|
-
"references": {}
|
|
832
|
-
},
|
|
833
|
-
"required": false,
|
|
834
|
-
"optional": false,
|
|
835
|
-
"docs": {
|
|
836
|
-
"tags": [],
|
|
837
|
-
"text": "High-Fidelity: RTL support"
|
|
838
|
-
},
|
|
839
|
-
"getter": false,
|
|
840
|
-
"setter": false,
|
|
841
|
-
"reflect": false,
|
|
842
|
-
"attribute": "rtl",
|
|
843
|
-
"defaultValue": "false"
|
|
844
|
-
},
|
|
845
|
-
"options": {
|
|
846
|
-
"type": "unknown",
|
|
847
|
-
"mutable": false,
|
|
848
|
-
"complexType": {
|
|
849
|
-
"original": "{ label: string; value: string; disabled?: boolean }[] | string[]",
|
|
850
|
-
"resolved": "string[] | { label: string; value: string; disabled?: boolean; }[]",
|
|
851
|
-
"references": {}
|
|
852
|
-
},
|
|
853
|
-
"required": false,
|
|
854
|
-
"optional": false,
|
|
855
|
-
"docs": {
|
|
856
|
-
"tags": [],
|
|
857
|
-
"text": ""
|
|
858
|
-
},
|
|
859
|
-
"getter": false,
|
|
860
|
-
"setter": false,
|
|
861
|
-
"defaultValue": "[]"
|
|
862
|
-
},
|
|
863
|
-
"searchable": {
|
|
864
|
-
"type": "boolean",
|
|
865
|
-
"mutable": false,
|
|
866
|
-
"complexType": {
|
|
867
|
-
"original": "boolean",
|
|
868
|
-
"resolved": "boolean",
|
|
869
|
-
"references": {}
|
|
870
|
-
},
|
|
871
|
-
"required": false,
|
|
872
|
-
"optional": false,
|
|
873
|
-
"docs": {
|
|
874
|
-
"tags": [],
|
|
875
|
-
"text": ""
|
|
876
|
-
},
|
|
877
|
-
"getter": false,
|
|
878
|
-
"setter": false,
|
|
879
|
-
"reflect": false,
|
|
880
|
-
"attribute": "searchable",
|
|
881
|
-
"defaultValue": "false"
|
|
882
|
-
},
|
|
883
|
-
"searchPlaceholder": {
|
|
884
|
-
"type": "string",
|
|
885
|
-
"mutable": false,
|
|
886
|
-
"complexType": {
|
|
887
|
-
"original": "string",
|
|
888
|
-
"resolved": "string",
|
|
889
|
-
"references": {}
|
|
890
|
-
},
|
|
891
|
-
"required": false,
|
|
892
|
-
"optional": false,
|
|
893
|
-
"docs": {
|
|
894
|
-
"tags": [],
|
|
895
|
-
"text": ""
|
|
896
|
-
},
|
|
897
|
-
"getter": false,
|
|
898
|
-
"setter": false,
|
|
899
|
-
"reflect": false,
|
|
900
|
-
"attribute": "search-placeholder",
|
|
901
|
-
"defaultValue": "'Search options...'"
|
|
902
|
-
},
|
|
903
|
-
"layout": {
|
|
904
|
-
"type": "string",
|
|
905
|
-
"mutable": false,
|
|
906
|
-
"complexType": {
|
|
907
|
-
"original": "'list' | 'grid'",
|
|
908
|
-
"resolved": "\"grid\" | \"list\"",
|
|
909
|
-
"references": {}
|
|
910
|
-
},
|
|
911
|
-
"required": false,
|
|
912
|
-
"optional": false,
|
|
913
|
-
"docs": {
|
|
914
|
-
"tags": [],
|
|
915
|
-
"text": ""
|
|
916
|
-
},
|
|
917
|
-
"getter": false,
|
|
918
|
-
"setter": false,
|
|
919
|
-
"reflect": false,
|
|
920
|
-
"attribute": "layout",
|
|
921
|
-
"defaultValue": "'list'"
|
|
922
|
-
},
|
|
923
|
-
"columns": {
|
|
924
|
-
"type": "number",
|
|
925
|
-
"mutable": false,
|
|
926
|
-
"complexType": {
|
|
927
|
-
"original": "number",
|
|
928
|
-
"resolved": "number",
|
|
929
|
-
"references": {}
|
|
930
|
-
},
|
|
931
|
-
"required": false,
|
|
932
|
-
"optional": false,
|
|
933
|
-
"docs": {
|
|
934
|
-
"tags": [],
|
|
935
|
-
"text": ""
|
|
936
|
-
},
|
|
937
|
-
"getter": false,
|
|
938
|
-
"setter": false,
|
|
939
|
-
"reflect": false,
|
|
940
|
-
"attribute": "columns",
|
|
941
|
-
"defaultValue": "2"
|
|
942
|
-
}
|
|
943
|
-
};
|
|
944
|
-
}
|
|
945
|
-
static get states() {
|
|
946
|
-
return {
|
|
947
|
-
"selectAllState": {},
|
|
948
|
-
"isVictory": {},
|
|
949
|
-
"searchQuery": {}
|
|
950
|
-
};
|
|
951
|
-
}
|
|
952
|
-
static get events() {
|
|
953
|
-
return [{
|
|
954
|
-
"method": "groupChange",
|
|
955
|
-
"name": "groupChange",
|
|
956
|
-
"bubbles": true,
|
|
957
|
-
"cancelable": true,
|
|
958
|
-
"composed": true,
|
|
959
|
-
"docs": {
|
|
960
|
-
"tags": [],
|
|
961
|
-
"text": ""
|
|
962
|
-
},
|
|
963
|
-
"complexType": {
|
|
964
|
-
"original": "{ value: string[]; }",
|
|
965
|
-
"resolved": "{ value: string[]; }",
|
|
966
|
-
"references": {}
|
|
967
|
-
}
|
|
968
|
-
}, {
|
|
969
|
-
"method": "groupValidation",
|
|
970
|
-
"name": "groupValidation",
|
|
971
|
-
"bubbles": true,
|
|
972
|
-
"cancelable": true,
|
|
973
|
-
"composed": true,
|
|
974
|
-
"docs": {
|
|
975
|
-
"tags": [],
|
|
976
|
-
"text": ""
|
|
977
|
-
},
|
|
978
|
-
"complexType": {
|
|
979
|
-
"original": "{ valid: boolean; errors: string[]; }",
|
|
980
|
-
"resolved": "{ valid: boolean; errors: string[]; }",
|
|
981
|
-
"references": {}
|
|
982
|
-
}
|
|
983
|
-
}];
|
|
984
|
-
}
|
|
985
|
-
static get elementRef() { return "el"; }
|
|
986
|
-
static get watchers() {
|
|
987
|
-
return [{
|
|
988
|
-
"propName": "value",
|
|
989
|
-
"methodName": "handleValueChange"
|
|
990
|
-
}];
|
|
991
|
-
}
|
|
992
|
-
static get listeners() {
|
|
993
|
-
return [{
|
|
994
|
-
"name": "checkboxChange",
|
|
995
|
-
"method": "handleCheckboxChange",
|
|
996
|
-
"target": undefined,
|
|
997
|
-
"capture": false,
|
|
998
|
-
"passive": false
|
|
999
|
-
}];
|
|
1000
|
-
}
|
|
1001
|
-
}
|