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
|
@@ -681,10 +681,15 @@ export namespace Components {
|
|
|
681
681
|
"theme": 'default' | 'glass' | 'radiant';
|
|
682
682
|
"toggleItemById": (itemId: string) => Promise<void>;
|
|
683
683
|
/**
|
|
684
|
-
*
|
|
684
|
+
* Toggle icon style: 'chevron' | 'plus-minus'
|
|
685
|
+
* @default 'chevron'
|
|
686
|
+
*/
|
|
687
|
+
"toggleStyle": 'chevron' | 'plus-minus';
|
|
688
|
+
/**
|
|
689
|
+
* Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic' Use 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron. Use 'headline' for a minimalist, high-impact typography-first layout. Use 'boxed' for dark individual cards with glowing yellow action badges. Use 'minimal' for border-bottom separators and clean typography. Use 'left-toggle' for a left plus-minus toggle structure. Use 'iconic' for custom left status/brand icons with micro plus-minus toggles.
|
|
685
690
|
* @default 'default'
|
|
686
691
|
*/
|
|
687
|
-
"variant": 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline';
|
|
692
|
+
"variant": 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic';
|
|
688
693
|
}
|
|
689
694
|
interface UiAdvancedDataTable {
|
|
690
695
|
/**
|
|
@@ -1663,7 +1668,7 @@ export namespace Components {
|
|
|
1663
1668
|
"toggleShortcut": string;
|
|
1664
1669
|
/**
|
|
1665
1670
|
* Animation transition duration (e.g. '0.3s' or '500ms')
|
|
1666
|
-
* @default '
|
|
1671
|
+
* @default '0.3s'
|
|
1667
1672
|
*/
|
|
1668
1673
|
"transitionDuration": string;
|
|
1669
1674
|
/**
|
|
@@ -2299,6 +2304,22 @@ export namespace Components {
|
|
|
2299
2304
|
* Text to copy to clipboard when clicked. Shows feedback icon.
|
|
2300
2305
|
*/
|
|
2301
2306
|
"copyValue"?: string;
|
|
2307
|
+
/**
|
|
2308
|
+
* Counter badge content (inline right side of text)
|
|
2309
|
+
*/
|
|
2310
|
+
"counter"?: string | number;
|
|
2311
|
+
/**
|
|
2312
|
+
* Counter badge color variant (primary, success, danger, etc.)
|
|
2313
|
+
*/
|
|
2314
|
+
"counterColor"?: StatusColor1;
|
|
2315
|
+
/**
|
|
2316
|
+
* Custom background color for the counter badge
|
|
2317
|
+
*/
|
|
2318
|
+
"counterCustomColor"?: string;
|
|
2319
|
+
/**
|
|
2320
|
+
* Custom text color for the counter badge
|
|
2321
|
+
*/
|
|
2322
|
+
"counterCustomTextColor"?: string;
|
|
2302
2323
|
/**
|
|
2303
2324
|
* Description text (alias for subtitle, common in toggle contexts)
|
|
2304
2325
|
*/
|
|
@@ -3013,6 +3034,11 @@ export namespace Components {
|
|
|
3013
3034
|
* @default false
|
|
3014
3035
|
*/
|
|
3015
3036
|
"closable": boolean;
|
|
3037
|
+
/**
|
|
3038
|
+
* Controlled closed/dismissed state of the card
|
|
3039
|
+
* @default false
|
|
3040
|
+
*/
|
|
3041
|
+
"closed": boolean;
|
|
3016
3042
|
/**
|
|
3017
3043
|
* Initially collapsed or controlled collapsed state
|
|
3018
3044
|
* @default false
|
|
@@ -3438,7 +3464,7 @@ export namespace Components {
|
|
|
3438
3464
|
*/
|
|
3439
3465
|
"checked": boolean;
|
|
3440
3466
|
/**
|
|
3441
|
-
* @default '
|
|
3467
|
+
* @default 'primary'
|
|
3442
3468
|
*/
|
|
3443
3469
|
"color": StatusColor;
|
|
3444
3470
|
/**
|
|
@@ -3583,133 +3609,6 @@ export namespace Components {
|
|
|
3583
3609
|
*/
|
|
3584
3610
|
"variant": CheckboxVariant;
|
|
3585
3611
|
}
|
|
3586
|
-
interface UiCheckboxGroup {
|
|
3587
|
-
/**
|
|
3588
|
-
* @default false
|
|
3589
|
-
*/
|
|
3590
|
-
"buttonGroup": boolean;
|
|
3591
|
-
/**
|
|
3592
|
-
* @default 'primary'
|
|
3593
|
-
*/
|
|
3594
|
-
"color": StatusColor;
|
|
3595
|
-
/**
|
|
3596
|
-
* @default 2
|
|
3597
|
-
*/
|
|
3598
|
-
"columns": number;
|
|
3599
|
-
/**
|
|
3600
|
-
* @default false
|
|
3601
|
-
*/
|
|
3602
|
-
"disabled": boolean;
|
|
3603
|
-
/**
|
|
3604
|
-
* @default ''
|
|
3605
|
-
*/
|
|
3606
|
-
"errorMessage": string;
|
|
3607
|
-
/**
|
|
3608
|
-
* @default '12px'
|
|
3609
|
-
*/
|
|
3610
|
-
"gap": string;
|
|
3611
|
-
/**
|
|
3612
|
-
* @default ''
|
|
3613
|
-
*/
|
|
3614
|
-
"helperText": string;
|
|
3615
|
-
/**
|
|
3616
|
-
* @default false
|
|
3617
|
-
*/
|
|
3618
|
-
"invalid": boolean;
|
|
3619
|
-
/**
|
|
3620
|
-
* @default ''
|
|
3621
|
-
*/
|
|
3622
|
-
"label": string;
|
|
3623
|
-
/**
|
|
3624
|
-
* @default 'list'
|
|
3625
|
-
*/
|
|
3626
|
-
"layout": 'list' | 'grid';
|
|
3627
|
-
/**
|
|
3628
|
-
* @default Infinity
|
|
3629
|
-
*/
|
|
3630
|
-
"max": number;
|
|
3631
|
-
/**
|
|
3632
|
-
* @default 0
|
|
3633
|
-
*/
|
|
3634
|
-
"min": number;
|
|
3635
|
-
/**
|
|
3636
|
-
* @default ''
|
|
3637
|
-
*/
|
|
3638
|
-
"name": string;
|
|
3639
|
-
/**
|
|
3640
|
-
* @default []
|
|
3641
|
-
*/
|
|
3642
|
-
"options": { label: string; value: string; disabled?: boolean }[] | string[];
|
|
3643
|
-
/**
|
|
3644
|
-
* @default 'vertical'
|
|
3645
|
-
*/
|
|
3646
|
-
"orientation": Orientation;
|
|
3647
|
-
/**
|
|
3648
|
-
* @default false
|
|
3649
|
-
*/
|
|
3650
|
-
"readonly": boolean;
|
|
3651
|
-
/**
|
|
3652
|
-
* @default false
|
|
3653
|
-
*/
|
|
3654
|
-
"required": boolean;
|
|
3655
|
-
/**
|
|
3656
|
-
* Entrance animation
|
|
3657
|
-
* @default 'none'
|
|
3658
|
-
*/
|
|
3659
|
-
"reveal": 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
3660
|
-
/**
|
|
3661
|
-
* Delay for entry animation (ms)
|
|
3662
|
-
* @default 0
|
|
3663
|
-
*/
|
|
3664
|
-
"revealDelay": number;
|
|
3665
|
-
/**
|
|
3666
|
-
* Stagger delay between items
|
|
3667
|
-
* @default 60
|
|
3668
|
-
*/
|
|
3669
|
-
"revealStagger": number;
|
|
3670
|
-
/**
|
|
3671
|
-
* High-Fidelity: RTL support
|
|
3672
|
-
* @default false
|
|
3673
|
-
*/
|
|
3674
|
-
"rtl": boolean;
|
|
3675
|
-
/**
|
|
3676
|
-
* @default 'Search options...'
|
|
3677
|
-
*/
|
|
3678
|
-
"searchPlaceholder": string;
|
|
3679
|
-
/**
|
|
3680
|
-
* @default false
|
|
3681
|
-
*/
|
|
3682
|
-
"searchable": boolean;
|
|
3683
|
-
/**
|
|
3684
|
-
* @default 'Select All'
|
|
3685
|
-
*/
|
|
3686
|
-
"selectAllLabel": string;
|
|
3687
|
-
/**
|
|
3688
|
-
* @default false
|
|
3689
|
-
*/
|
|
3690
|
-
"showSelectAll": boolean;
|
|
3691
|
-
/**
|
|
3692
|
-
* @default false
|
|
3693
|
-
*/
|
|
3694
|
-
"showSelectionCount": boolean;
|
|
3695
|
-
/**
|
|
3696
|
-
* @default 'md'
|
|
3697
|
-
*/
|
|
3698
|
-
"size": ComponentSize;
|
|
3699
|
-
/**
|
|
3700
|
-
* @default true
|
|
3701
|
-
*/
|
|
3702
|
-
"validateOnChange": boolean;
|
|
3703
|
-
/**
|
|
3704
|
-
* @default []
|
|
3705
|
-
*/
|
|
3706
|
-
"value": string[];
|
|
3707
|
-
/**
|
|
3708
|
-
* High-Fidelity: Victory glow pulse when all selected
|
|
3709
|
-
* @default false
|
|
3710
|
-
*/
|
|
3711
|
-
"victoryGlow": boolean;
|
|
3712
|
-
}
|
|
3713
3612
|
interface UiCodeEditor {
|
|
3714
3613
|
/**
|
|
3715
3614
|
* @default 'javascript'
|
|
@@ -5668,59 +5567,6 @@ export namespace Components {
|
|
|
5668
5567
|
*/
|
|
5669
5568
|
"src"?: string;
|
|
5670
5569
|
}
|
|
5671
|
-
interface UiImageButton {
|
|
5672
|
-
/**
|
|
5673
|
-
* Accessibility label
|
|
5674
|
-
*/
|
|
5675
|
-
"a11yLabel": string;
|
|
5676
|
-
/**
|
|
5677
|
-
* Image alt text
|
|
5678
|
-
* @default ''
|
|
5679
|
-
*/
|
|
5680
|
-
"alt": string;
|
|
5681
|
-
/**
|
|
5682
|
-
* Subtitle or secondary text
|
|
5683
|
-
*/
|
|
5684
|
-
"description": string;
|
|
5685
|
-
/**
|
|
5686
|
-
* Disabled state
|
|
5687
|
-
* @default false
|
|
5688
|
-
*/
|
|
5689
|
-
"disabled": boolean;
|
|
5690
|
-
/**
|
|
5691
|
-
* Hover effect: 'zoom' | 'lift' | 'brighten' | 'none'
|
|
5692
|
-
* @default 'zoom'
|
|
5693
|
-
*/
|
|
5694
|
-
"effect": 'zoom' | 'lift' | 'brighten' | 'none';
|
|
5695
|
-
/**
|
|
5696
|
-
* Button label (overlay)
|
|
5697
|
-
*/
|
|
5698
|
-
"label": string;
|
|
5699
|
-
/**
|
|
5700
|
-
* Whether the label is always visible or only on hover
|
|
5701
|
-
* @default 'hover'
|
|
5702
|
-
*/
|
|
5703
|
-
"labelMode": 'always' | 'hover';
|
|
5704
|
-
/**
|
|
5705
|
-
* Loading state
|
|
5706
|
-
* @default false
|
|
5707
|
-
*/
|
|
5708
|
-
"loading": boolean;
|
|
5709
|
-
/**
|
|
5710
|
-
* Aspect ratio: 'square' | 'video' | 'portrait' | 'auto'
|
|
5711
|
-
* @default 'square'
|
|
5712
|
-
*/
|
|
5713
|
-
"ratio": 'square' | 'video' | 'portrait' | 'auto';
|
|
5714
|
-
/**
|
|
5715
|
-
* Size variant
|
|
5716
|
-
* @default 'md'
|
|
5717
|
-
*/
|
|
5718
|
-
"size": 'sm' | 'md' | 'lg' | 'xl';
|
|
5719
|
-
/**
|
|
5720
|
-
* Image source URL
|
|
5721
|
-
*/
|
|
5722
|
-
"src": string;
|
|
5723
|
-
}
|
|
5724
5570
|
interface UiInput {
|
|
5725
5571
|
"accept"?: string;
|
|
5726
5572
|
/**
|
|
@@ -6103,67 +5949,6 @@ export namespace Components {
|
|
|
6103
5949
|
"warningText": string;
|
|
6104
5950
|
"width"?: string;
|
|
6105
5951
|
}
|
|
6106
|
-
interface UiInputPair {
|
|
6107
|
-
/**
|
|
6108
|
-
* Full width behavior
|
|
6109
|
-
* @default false
|
|
6110
|
-
*/
|
|
6111
|
-
"fullWidth": boolean;
|
|
6112
|
-
/**
|
|
6113
|
-
* Gap between inputs (set to 0 for connected)
|
|
6114
|
-
* @default '0'
|
|
6115
|
-
*/
|
|
6116
|
-
"gap": string;
|
|
6117
|
-
/**
|
|
6118
|
-
* Shared main label (optional)
|
|
6119
|
-
*/
|
|
6120
|
-
"label"?: string;
|
|
6121
|
-
/**
|
|
6122
|
-
* Left input label
|
|
6123
|
-
* @default ''
|
|
6124
|
-
*/
|
|
6125
|
-
"labelLeft": string;
|
|
6126
|
-
/**
|
|
6127
|
-
* Right input label
|
|
6128
|
-
* @default ''
|
|
6129
|
-
*/
|
|
6130
|
-
"labelRight": string;
|
|
6131
|
-
/**
|
|
6132
|
-
* Left input placeholder
|
|
6133
|
-
* @default ''
|
|
6134
|
-
*/
|
|
6135
|
-
"placeholderLeft": string;
|
|
6136
|
-
/**
|
|
6137
|
-
* Right input placeholder
|
|
6138
|
-
* @default ''
|
|
6139
|
-
*/
|
|
6140
|
-
"placeholderRight": string;
|
|
6141
|
-
/**
|
|
6142
|
-
* Shared size
|
|
6143
|
-
* @default 'md'
|
|
6144
|
-
*/
|
|
6145
|
-
"size": InputSize;
|
|
6146
|
-
/**
|
|
6147
|
-
* Shared type for both inputs
|
|
6148
|
-
* @default 'text'
|
|
6149
|
-
*/
|
|
6150
|
-
"type": InputType;
|
|
6151
|
-
/**
|
|
6152
|
-
* Left input value
|
|
6153
|
-
* @default ''
|
|
6154
|
-
*/
|
|
6155
|
-
"valueLeft": string;
|
|
6156
|
-
/**
|
|
6157
|
-
* Right input value
|
|
6158
|
-
* @default ''
|
|
6159
|
-
*/
|
|
6160
|
-
"valueRight": string;
|
|
6161
|
-
/**
|
|
6162
|
-
* Shared variant
|
|
6163
|
-
* @default 'outlined'
|
|
6164
|
-
*/
|
|
6165
|
-
"variant": InputVariant;
|
|
6166
|
-
}
|
|
6167
5952
|
interface UiKnob {
|
|
6168
5953
|
/**
|
|
6169
5954
|
* Allow double-click to edit value manually
|
|
@@ -6658,6 +6443,10 @@ export namespace Components {
|
|
|
6658
6443
|
* @default ''
|
|
6659
6444
|
*/
|
|
6660
6445
|
"counter": number | string;
|
|
6446
|
+
/**
|
|
6447
|
+
* @default 'success'
|
|
6448
|
+
*/
|
|
6449
|
+
"counterColor": StatusColor;
|
|
6661
6450
|
/**
|
|
6662
6451
|
* @default false
|
|
6663
6452
|
*/
|
|
@@ -6912,59 +6701,189 @@ export namespace Components {
|
|
|
6912
6701
|
*/
|
|
6913
6702
|
"wobble": boolean;
|
|
6914
6703
|
}
|
|
6915
|
-
interface
|
|
6704
|
+
interface UiLoader {
|
|
6916
6705
|
/**
|
|
6917
|
-
*
|
|
6706
|
+
* Accessibility ARIA label
|
|
6707
|
+
* @default 'Loading...'
|
|
6918
6708
|
*/
|
|
6919
|
-
"
|
|
6709
|
+
"ariaLabel": string;
|
|
6920
6710
|
/**
|
|
6921
|
-
*
|
|
6711
|
+
* ARIA live region mode
|
|
6712
|
+
* @default 'polite'
|
|
6922
6713
|
*/
|
|
6923
|
-
"
|
|
6714
|
+
"ariaLive": 'polite' | 'assertive' | 'off';
|
|
6924
6715
|
/**
|
|
6925
|
-
*
|
|
6716
|
+
* Apply background blur (glassmorphic backdrop)
|
|
6717
|
+
* @default false
|
|
6926
6718
|
*/
|
|
6927
|
-
"
|
|
6719
|
+
"backdropBlur": boolean;
|
|
6928
6720
|
/**
|
|
6929
|
-
*
|
|
6721
|
+
* Semantic color variant ('primary', 'secondary', etc.) or custom hex/gradient string
|
|
6722
|
+
* @default 'primary'
|
|
6930
6723
|
*/
|
|
6931
|
-
"
|
|
6724
|
+
"color": string;
|
|
6932
6725
|
/**
|
|
6933
|
-
*
|
|
6726
|
+
* Sub-label description text
|
|
6934
6727
|
*/
|
|
6935
|
-
"
|
|
6728
|
+
"description"?: string;
|
|
6936
6729
|
/**
|
|
6937
|
-
*
|
|
6730
|
+
* Alias for blur attribute used in demo configuration
|
|
6731
|
+
* @default false
|
|
6938
6732
|
*/
|
|
6939
|
-
"
|
|
6733
|
+
"enableBlur": boolean;
|
|
6940
6734
|
/**
|
|
6941
|
-
*
|
|
6735
|
+
* Displays the loader as a full viewport overlay
|
|
6736
|
+
* @default false
|
|
6942
6737
|
*/
|
|
6943
|
-
"
|
|
6738
|
+
"fullscreen": boolean;
|
|
6944
6739
|
/**
|
|
6945
|
-
*
|
|
6740
|
+
* Image URL when using type="image"
|
|
6946
6741
|
*/
|
|
6947
|
-
"
|
|
6742
|
+
"image"?: string;
|
|
6948
6743
|
/**
|
|
6949
|
-
*
|
|
6744
|
+
* Text label to display alongside the loader animation
|
|
6950
6745
|
*/
|
|
6951
|
-
"
|
|
6746
|
+
"label"?: string;
|
|
6952
6747
|
/**
|
|
6953
|
-
*
|
|
6748
|
+
* Position of the label relative to the loading animation
|
|
6749
|
+
* @default 'bottom'
|
|
6954
6750
|
*/
|
|
6955
|
-
"
|
|
6751
|
+
"labelPosition": 'bottom' | 'top' | 'left' | 'right';
|
|
6956
6752
|
/**
|
|
6957
|
-
*
|
|
6753
|
+
* Rotation interval time in milliseconds
|
|
6754
|
+
* @default 2500
|
|
6958
6755
|
*/
|
|
6959
|
-
"
|
|
6756
|
+
"messageInterval": number;
|
|
6960
6757
|
/**
|
|
6961
|
-
*
|
|
6758
|
+
* Array of status messages to rotate through automatically
|
|
6962
6759
|
*/
|
|
6963
|
-
"
|
|
6760
|
+
"messages"?: string[] | string;
|
|
6964
6761
|
/**
|
|
6965
|
-
*
|
|
6762
|
+
* Displays the loader as an absolute overlay over its relative parent container
|
|
6763
|
+
* @default false
|
|
6966
6764
|
*/
|
|
6967
|
-
"
|
|
6765
|
+
"overlay": boolean;
|
|
6766
|
+
/**
|
|
6767
|
+
* Custom background color/gradient for overlay mode
|
|
6768
|
+
*/
|
|
6769
|
+
"overlayBackground"?: string;
|
|
6770
|
+
/**
|
|
6771
|
+
* Opacity value of the overlay backdrop (0 to 1)
|
|
6772
|
+
* @default 0.5
|
|
6773
|
+
*/
|
|
6774
|
+
"overlayOpacity": number;
|
|
6775
|
+
/**
|
|
6776
|
+
* Enables simulated predictive non-linear crawling progress up to 95%
|
|
6777
|
+
* @default false
|
|
6778
|
+
*/
|
|
6779
|
+
"predictive": boolean;
|
|
6780
|
+
/**
|
|
6781
|
+
* Number of columns in Matrix digital rain
|
|
6782
|
+
* @default 5
|
|
6783
|
+
*/
|
|
6784
|
+
"rainColumns": number;
|
|
6785
|
+
/**
|
|
6786
|
+
* Letters pool for Matrix matrix-rain animation
|
|
6787
|
+
*/
|
|
6788
|
+
"rainText"?: string;
|
|
6789
|
+
/**
|
|
6790
|
+
* Size of the loader preset ('3xs'...'jumbo') or custom CSS value ('120px', '4rem')
|
|
6791
|
+
* @default 'md'
|
|
6792
|
+
*/
|
|
6793
|
+
"size": string;
|
|
6794
|
+
/**
|
|
6795
|
+
* Speed of animation cycle
|
|
6796
|
+
* @default 'normal'
|
|
6797
|
+
*/
|
|
6798
|
+
"speed": 'slow' | 'normal' | 'fast';
|
|
6799
|
+
/**
|
|
6800
|
+
* Current loading status state
|
|
6801
|
+
* @default 'loading'
|
|
6802
|
+
*/
|
|
6803
|
+
"status": 'loading' | 'success' | 'error';
|
|
6804
|
+
/**
|
|
6805
|
+
* Stroke width thickness for circular loaders (spinner, ring)
|
|
6806
|
+
* @default 3
|
|
6807
|
+
*/
|
|
6808
|
+
"thickness": number;
|
|
6809
|
+
/**
|
|
6810
|
+
* Traps keyboard focus inside the loader overlay (useful for fullscreen modals)
|
|
6811
|
+
* @default false
|
|
6812
|
+
*/
|
|
6813
|
+
"trapFocus": boolean;
|
|
6814
|
+
/**
|
|
6815
|
+
* The animation style variant type (34 total variants)
|
|
6816
|
+
* @default 'spinner'
|
|
6817
|
+
*/
|
|
6818
|
+
"type": string;
|
|
6819
|
+
/**
|
|
6820
|
+
* Determinate state progress value (0 to 100)
|
|
6821
|
+
*/
|
|
6822
|
+
"value"?: number;
|
|
6823
|
+
/**
|
|
6824
|
+
* Loader style theme variant
|
|
6825
|
+
* @default 'standard'
|
|
6826
|
+
*/
|
|
6827
|
+
"variant": 'standard' | 'glass' | 'neon' | 'minimal' | 'linear-strip';
|
|
6828
|
+
/**
|
|
6829
|
+
* Whether the loader is visible
|
|
6830
|
+
* @default true
|
|
6831
|
+
*/
|
|
6832
|
+
"visible": boolean;
|
|
6833
|
+
}
|
|
6834
|
+
interface UiMasonry {
|
|
6835
|
+
/**
|
|
6836
|
+
* @default 300
|
|
6837
|
+
*/
|
|
6838
|
+
"animationDuration": number;
|
|
6839
|
+
/**
|
|
6840
|
+
* @default '{"640":2,"768":3,"1024":4,"1280":5}'
|
|
6841
|
+
*/
|
|
6842
|
+
"breakpoints": string;
|
|
6843
|
+
/**
|
|
6844
|
+
* @default 3
|
|
6845
|
+
*/
|
|
6846
|
+
"columns": number;
|
|
6847
|
+
/**
|
|
6848
|
+
* @default 'No items to display'
|
|
6849
|
+
*/
|
|
6850
|
+
"emptyMessage": string;
|
|
6851
|
+
/**
|
|
6852
|
+
* @default true
|
|
6853
|
+
*/
|
|
6854
|
+
"enableAnimation": boolean;
|
|
6855
|
+
/**
|
|
6856
|
+
* @default ''
|
|
6857
|
+
*/
|
|
6858
|
+
"filterBy": string;
|
|
6859
|
+
/**
|
|
6860
|
+
* @default []
|
|
6861
|
+
*/
|
|
6862
|
+
"filterOptions": Array<{ key: string; label: string; }> | string;
|
|
6863
|
+
/**
|
|
6864
|
+
* @default 16
|
|
6865
|
+
*/
|
|
6866
|
+
"gap": number;
|
|
6867
|
+
/**
|
|
6868
|
+
* @default false
|
|
6869
|
+
*/
|
|
6870
|
+
"infiniteScroll": boolean;
|
|
6871
|
+
/**
|
|
6872
|
+
* @default 200
|
|
6873
|
+
*/
|
|
6874
|
+
"infiniteScrollDistance": number;
|
|
6875
|
+
/**
|
|
6876
|
+
* @default 400
|
|
6877
|
+
*/
|
|
6878
|
+
"itemMaxWidth": number;
|
|
6879
|
+
/**
|
|
6880
|
+
* @default 200
|
|
6881
|
+
*/
|
|
6882
|
+
"itemMinWidth": number;
|
|
6883
|
+
/**
|
|
6884
|
+
* @default []
|
|
6885
|
+
*/
|
|
6886
|
+
"items": Array<any> | string;
|
|
6968
6887
|
/**
|
|
6969
6888
|
* @default 'masonry'
|
|
6970
6889
|
*/
|
|
@@ -7148,7 +7067,7 @@ export namespace Components {
|
|
|
7148
7067
|
"items": NavigationItem[];
|
|
7149
7068
|
/**
|
|
7150
7069
|
* Maximum number of items to show before overflowing to "More" menu
|
|
7151
|
-
* @default
|
|
7070
|
+
* @default 100
|
|
7152
7071
|
*/
|
|
7153
7072
|
"maxItems": number;
|
|
7154
7073
|
/**
|
|
@@ -8394,7 +8313,32 @@ export namespace Components {
|
|
|
8394
8313
|
* Status of progress
|
|
8395
8314
|
* @default 'normal'
|
|
8396
8315
|
*/
|
|
8397
|
-
"status": 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger';
|
|
8316
|
+
"status": 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger' | 'empty' | 'running' | 'completed' | 'interrupted';
|
|
8317
|
+
/**
|
|
8318
|
+
* Status-bar variant: shows a lifecycle label (Not Started / Running / Interrupted / Completed) above the progress bar derived automatically from percent + status.
|
|
8319
|
+
* @default false
|
|
8320
|
+
*/
|
|
8321
|
+
"statusBar": boolean;
|
|
8322
|
+
/**
|
|
8323
|
+
* Alignment of the status badge inside the status bar header. 'left' (default) — badge left, percent right. 'center' — badge and percent centered together. 'right' — badge right, percent left.
|
|
8324
|
+
* @default 'left'
|
|
8325
|
+
*/
|
|
8326
|
+
"statusBarAlign": 'left' | 'center' | 'right';
|
|
8327
|
+
/**
|
|
8328
|
+
* Position of the status chip/badge in status-bar mode. 'inside' (default) — inside the progress bar trail (requires minimum height of 32px). 'top' — above the progress bar (allows smaller progress bar heights).
|
|
8329
|
+
* @default 'inside'
|
|
8330
|
+
*/
|
|
8331
|
+
"statusBarPosition": 'inside' | 'top';
|
|
8332
|
+
/**
|
|
8333
|
+
* Custom text labels for each status-bar state. Pass any subset to override — unset keys keep their defaults. e.g. { notStarted: 'Pending', running: 'In Progress', interrupted: 'Paused', completed: 'Done' }
|
|
8334
|
+
* @default {}
|
|
8335
|
+
*/
|
|
8336
|
+
"statusLabels": {
|
|
8337
|
+
notStarted?: string;
|
|
8338
|
+
running?: string;
|
|
8339
|
+
interrupted?: string;
|
|
8340
|
+
completed?: string;
|
|
8341
|
+
};
|
|
8398
8342
|
/**
|
|
8399
8343
|
* Total step count (for steps progress)
|
|
8400
8344
|
* @default 0
|
|
@@ -8601,138 +8545,6 @@ export namespace Components {
|
|
|
8601
8545
|
*/
|
|
8602
8546
|
"variant": 'default' | 'bordered' | 'underlined' | 'card' | 'glass' | 'raised';
|
|
8603
8547
|
}
|
|
8604
|
-
interface UiRadioGroup {
|
|
8605
|
-
/**
|
|
8606
|
-
* @default false
|
|
8607
|
-
*/
|
|
8608
|
-
"allowEmpty": boolean;
|
|
8609
|
-
/**
|
|
8610
|
-
* @default false
|
|
8611
|
-
*/
|
|
8612
|
-
"buttonGroup": boolean;
|
|
8613
|
-
/**
|
|
8614
|
-
* Checks the component's validity.
|
|
8615
|
-
*/
|
|
8616
|
-
"checkValidity": () => Promise<boolean>;
|
|
8617
|
-
/**
|
|
8618
|
-
* @default 'primary'
|
|
8619
|
-
*/
|
|
8620
|
-
"color": StatusColor;
|
|
8621
|
-
/**
|
|
8622
|
-
* @default 2
|
|
8623
|
-
*/
|
|
8624
|
-
"columns": number;
|
|
8625
|
-
/**
|
|
8626
|
-
* @default false
|
|
8627
|
-
*/
|
|
8628
|
-
"disabled": boolean;
|
|
8629
|
-
/**
|
|
8630
|
-
* @default true
|
|
8631
|
-
*/
|
|
8632
|
-
"enableAnimation": boolean;
|
|
8633
|
-
/**
|
|
8634
|
-
* @default ''
|
|
8635
|
-
*/
|
|
8636
|
-
"errorMessage": string;
|
|
8637
|
-
/**
|
|
8638
|
-
* @default '16px'
|
|
8639
|
-
*/
|
|
8640
|
-
"gap": string;
|
|
8641
|
-
/**
|
|
8642
|
-
* @default ''
|
|
8643
|
-
*/
|
|
8644
|
-
"helperText": string;
|
|
8645
|
-
/**
|
|
8646
|
-
* @default false
|
|
8647
|
-
*/
|
|
8648
|
-
"invalid": boolean;
|
|
8649
|
-
/**
|
|
8650
|
-
* @default ''
|
|
8651
|
-
*/
|
|
8652
|
-
"label": string;
|
|
8653
|
-
/**
|
|
8654
|
-
* @default 'right'
|
|
8655
|
-
*/
|
|
8656
|
-
"labelPosition": LeftRight;
|
|
8657
|
-
/**
|
|
8658
|
-
* @default 'vertical'
|
|
8659
|
-
*/
|
|
8660
|
-
"layout": Orientation | 'grid';
|
|
8661
|
-
/**
|
|
8662
|
-
* @default ''
|
|
8663
|
-
*/
|
|
8664
|
-
"name": string;
|
|
8665
|
-
/**
|
|
8666
|
-
* @default []
|
|
8667
|
-
*/
|
|
8668
|
-
"options": Array<{ value: string; label: string; description?: string; disabled?: boolean; }> | string;
|
|
8669
|
-
/**
|
|
8670
|
-
* @default false
|
|
8671
|
-
*/
|
|
8672
|
-
"readonly": boolean;
|
|
8673
|
-
/**
|
|
8674
|
-
* Reports the component's validity.
|
|
8675
|
-
*/
|
|
8676
|
-
"reportValidity": () => Promise<boolean>;
|
|
8677
|
-
/**
|
|
8678
|
-
* @default false
|
|
8679
|
-
*/
|
|
8680
|
-
"required": boolean;
|
|
8681
|
-
/**
|
|
8682
|
-
* Entrance animation
|
|
8683
|
-
* @default 'none'
|
|
8684
|
-
*/
|
|
8685
|
-
"reveal": 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
8686
|
-
/**
|
|
8687
|
-
* Delay for entry animation (ms)
|
|
8688
|
-
* @default 0
|
|
8689
|
-
*/
|
|
8690
|
-
"revealDelay": number;
|
|
8691
|
-
/**
|
|
8692
|
-
* Stagger delay between items
|
|
8693
|
-
* @default 60
|
|
8694
|
-
*/
|
|
8695
|
-
"revealStagger": number;
|
|
8696
|
-
/**
|
|
8697
|
-
* @default true
|
|
8698
|
-
*/
|
|
8699
|
-
"rippleEffect": boolean;
|
|
8700
|
-
/**
|
|
8701
|
-
* High-Fidelity: RTL support
|
|
8702
|
-
* @default false
|
|
8703
|
-
*/
|
|
8704
|
-
"rtl": boolean;
|
|
8705
|
-
/**
|
|
8706
|
-
* High-Fidelity: Search bar placeholder
|
|
8707
|
-
* @default 'Search items...'
|
|
8708
|
-
*/
|
|
8709
|
-
"searchPlaceholder": string;
|
|
8710
|
-
/**
|
|
8711
|
-
* High-Fidelity: Searchable options
|
|
8712
|
-
* @default false
|
|
8713
|
-
*/
|
|
8714
|
-
"searchable": boolean;
|
|
8715
|
-
/**
|
|
8716
|
-
* @default true
|
|
8717
|
-
*/
|
|
8718
|
-
"showDot": boolean;
|
|
8719
|
-
/**
|
|
8720
|
-
* @default 'md'
|
|
8721
|
-
*/
|
|
8722
|
-
"size": ComponentSize;
|
|
8723
|
-
/**
|
|
8724
|
-
* @default false
|
|
8725
|
-
*/
|
|
8726
|
-
"skeleton": boolean;
|
|
8727
|
-
/**
|
|
8728
|
-
* @default ''
|
|
8729
|
-
*/
|
|
8730
|
-
"value": string;
|
|
8731
|
-
/**
|
|
8732
|
-
* @default 'default'
|
|
8733
|
-
*/
|
|
8734
|
-
"variant": 'default' | 'bordered' | 'underlined' | 'card';
|
|
8735
|
-
}
|
|
8736
8548
|
interface UiRangeSlider {
|
|
8737
8549
|
/**
|
|
8738
8550
|
* Circle variant (aesthetic)
|
|
@@ -12276,10 +12088,6 @@ export interface UiCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
|
12276
12088
|
detail: T;
|
|
12277
12089
|
target: HTMLUiCheckboxElement;
|
|
12278
12090
|
}
|
|
12279
|
-
export interface UiCheckboxGroupCustomEvent<T> extends CustomEvent<T> {
|
|
12280
|
-
detail: T;
|
|
12281
|
-
target: HTMLUiCheckboxGroupElement;
|
|
12282
|
-
}
|
|
12283
12091
|
export interface UiCodeEditorCustomEvent<T> extends CustomEvent<T> {
|
|
12284
12092
|
detail: T;
|
|
12285
12093
|
target: HTMLUiCodeEditorElement;
|
|
@@ -12348,10 +12156,6 @@ export interface UiHorizontalNavCustomEvent<T> extends CustomEvent<T> {
|
|
|
12348
12156
|
detail: T;
|
|
12349
12157
|
target: HTMLUiHorizontalNavElement;
|
|
12350
12158
|
}
|
|
12351
|
-
export interface UiImageButtonCustomEvent<T> extends CustomEvent<T> {
|
|
12352
|
-
detail: T;
|
|
12353
|
-
target: HTMLUiImageButtonElement;
|
|
12354
|
-
}
|
|
12355
12159
|
export interface UiInputCustomEvent<T> extends CustomEvent<T> {
|
|
12356
12160
|
detail: T;
|
|
12357
12161
|
target: HTMLUiInputElement;
|
|
@@ -12372,6 +12176,10 @@ export interface UiListItemCustomEvent<T> extends CustomEvent<T> {
|
|
|
12372
12176
|
detail: T;
|
|
12373
12177
|
target: HTMLUiListItemElement;
|
|
12374
12178
|
}
|
|
12179
|
+
export interface UiLoaderCustomEvent<T> extends CustomEvent<T> {
|
|
12180
|
+
detail: T;
|
|
12181
|
+
target: HTMLUiLoaderElement;
|
|
12182
|
+
}
|
|
12375
12183
|
export interface UiMasonryCustomEvent<T> extends CustomEvent<T> {
|
|
12376
12184
|
detail: T;
|
|
12377
12185
|
target: HTMLUiMasonryElement;
|
|
@@ -12420,10 +12228,6 @@ export interface UiRadioCustomEvent<T> extends CustomEvent<T> {
|
|
|
12420
12228
|
detail: T;
|
|
12421
12229
|
target: HTMLUiRadioElement;
|
|
12422
12230
|
}
|
|
12423
|
-
export interface UiRadioGroupCustomEvent<T> extends CustomEvent<T> {
|
|
12424
|
-
detail: T;
|
|
12425
|
-
target: HTMLUiRadioGroupElement;
|
|
12426
|
-
}
|
|
12427
12231
|
export interface UiRangeSliderCustomEvent<T> extends CustomEvent<T> {
|
|
12428
12232
|
detail: T;
|
|
12429
12233
|
target: HTMLUiRangeSliderElement;
|
|
@@ -12947,24 +12751,6 @@ declare global {
|
|
|
12947
12751
|
prototype: HTMLUiCheckboxElement;
|
|
12948
12752
|
new (): HTMLUiCheckboxElement;
|
|
12949
12753
|
};
|
|
12950
|
-
interface HTMLUiCheckboxGroupElementEventMap {
|
|
12951
|
-
"groupChange": { value: string[]; };
|
|
12952
|
-
"groupValidation": { valid: boolean; errors: string[]; };
|
|
12953
|
-
}
|
|
12954
|
-
interface HTMLUiCheckboxGroupElement extends Components.UiCheckboxGroup, HTMLStencilElement {
|
|
12955
|
-
addEventListener<K extends keyof HTMLUiCheckboxGroupElementEventMap>(type: K, listener: (this: HTMLUiCheckboxGroupElement, ev: UiCheckboxGroupCustomEvent<HTMLUiCheckboxGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
12956
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
12957
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
12958
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
12959
|
-
removeEventListener<K extends keyof HTMLUiCheckboxGroupElementEventMap>(type: K, listener: (this: HTMLUiCheckboxGroupElement, ev: UiCheckboxGroupCustomEvent<HTMLUiCheckboxGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
12960
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
12961
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
12962
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
12963
|
-
}
|
|
12964
|
-
var HTMLUiCheckboxGroupElement: {
|
|
12965
|
-
prototype: HTMLUiCheckboxGroupElement;
|
|
12966
|
-
new (): HTMLUiCheckboxGroupElement;
|
|
12967
|
-
};
|
|
12968
12754
|
interface HTMLUiCodeEditorElementEventMap {
|
|
12969
12755
|
"valueChange": string;
|
|
12970
12756
|
"runCode": void;
|
|
@@ -13331,23 +13117,6 @@ declare global {
|
|
|
13331
13117
|
prototype: HTMLUiIconElement;
|
|
13332
13118
|
new (): HTMLUiIconElement;
|
|
13333
13119
|
};
|
|
13334
|
-
interface HTMLUiImageButtonElementEventMap {
|
|
13335
|
-
"uiClick": void;
|
|
13336
|
-
}
|
|
13337
|
-
interface HTMLUiImageButtonElement extends Components.UiImageButton, HTMLStencilElement {
|
|
13338
|
-
addEventListener<K extends keyof HTMLUiImageButtonElementEventMap>(type: K, listener: (this: HTMLUiImageButtonElement, ev: UiImageButtonCustomEvent<HTMLUiImageButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13339
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13340
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13341
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
13342
|
-
removeEventListener<K extends keyof HTMLUiImageButtonElementEventMap>(type: K, listener: (this: HTMLUiImageButtonElement, ev: UiImageButtonCustomEvent<HTMLUiImageButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
13343
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13344
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13345
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
13346
|
-
}
|
|
13347
|
-
var HTMLUiImageButtonElement: {
|
|
13348
|
-
prototype: HTMLUiImageButtonElement;
|
|
13349
|
-
new (): HTMLUiImageButtonElement;
|
|
13350
|
-
};
|
|
13351
13120
|
interface HTMLUiInputElementEventMap {
|
|
13352
13121
|
"analyticsEvent": { value: string };
|
|
13353
13122
|
"inputChange": string;
|
|
@@ -13381,12 +13150,6 @@ declare global {
|
|
|
13381
13150
|
prototype: HTMLUiInputElement;
|
|
13382
13151
|
new (): HTMLUiInputElement;
|
|
13383
13152
|
};
|
|
13384
|
-
interface HTMLUiInputPairElement extends Components.UiInputPair, HTMLStencilElement {
|
|
13385
|
-
}
|
|
13386
|
-
var HTMLUiInputPairElement: {
|
|
13387
|
-
prototype: HTMLUiInputPairElement;
|
|
13388
|
-
new (): HTMLUiInputPairElement;
|
|
13389
|
-
};
|
|
13390
13153
|
interface HTMLUiKnobElementEventMap {
|
|
13391
13154
|
"knobChange": number;
|
|
13392
13155
|
"knobInput": number;
|
|
@@ -13484,6 +13247,24 @@ declare global {
|
|
|
13484
13247
|
prototype: HTMLUiListItemElement;
|
|
13485
13248
|
new (): HTMLUiListItemElement;
|
|
13486
13249
|
};
|
|
13250
|
+
interface HTMLUiLoaderElementEventMap {
|
|
13251
|
+
"uiShow": void;
|
|
13252
|
+
"uiHide": void;
|
|
13253
|
+
}
|
|
13254
|
+
interface HTMLUiLoaderElement extends Components.UiLoader, HTMLStencilElement {
|
|
13255
|
+
addEventListener<K extends keyof HTMLUiLoaderElementEventMap>(type: K, listener: (this: HTMLUiLoaderElement, ev: UiLoaderCustomEvent<HTMLUiLoaderElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13256
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13257
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13258
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
13259
|
+
removeEventListener<K extends keyof HTMLUiLoaderElementEventMap>(type: K, listener: (this: HTMLUiLoaderElement, ev: UiLoaderCustomEvent<HTMLUiLoaderElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
13260
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13261
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13262
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
13263
|
+
}
|
|
13264
|
+
var HTMLUiLoaderElement: {
|
|
13265
|
+
prototype: HTMLUiLoaderElement;
|
|
13266
|
+
new (): HTMLUiLoaderElement;
|
|
13267
|
+
};
|
|
13487
13268
|
interface HTMLUiMasonryElementEventMap {
|
|
13488
13269
|
"itemClick": any;
|
|
13489
13270
|
"filterChange": { filterBy: string; value: string; };
|
|
@@ -13730,23 +13511,6 @@ declare global {
|
|
|
13730
13511
|
prototype: HTMLUiRadioElement;
|
|
13731
13512
|
new (): HTMLUiRadioElement;
|
|
13732
13513
|
};
|
|
13733
|
-
interface HTMLUiRadioGroupElementEventMap {
|
|
13734
|
-
"radioGroupChange": { value: string; };
|
|
13735
|
-
}
|
|
13736
|
-
interface HTMLUiRadioGroupElement extends Components.UiRadioGroup, HTMLStencilElement {
|
|
13737
|
-
addEventListener<K extends keyof HTMLUiRadioGroupElementEventMap>(type: K, listener: (this: HTMLUiRadioGroupElement, ev: UiRadioGroupCustomEvent<HTMLUiRadioGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13738
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13739
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
13740
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
13741
|
-
removeEventListener<K extends keyof HTMLUiRadioGroupElementEventMap>(type: K, listener: (this: HTMLUiRadioGroupElement, ev: UiRadioGroupCustomEvent<HTMLUiRadioGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
13742
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13743
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
13744
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
13745
|
-
}
|
|
13746
|
-
var HTMLUiRadioGroupElement: {
|
|
13747
|
-
prototype: HTMLUiRadioGroupElement;
|
|
13748
|
-
new (): HTMLUiRadioGroupElement;
|
|
13749
|
-
};
|
|
13750
13514
|
interface HTMLUiRangeSliderElementEventMap {
|
|
13751
13515
|
"sliderChange": number | { start: number; end: number };
|
|
13752
13516
|
"sliderDragStart": void;
|
|
@@ -14297,7 +14061,6 @@ declare global {
|
|
|
14297
14061
|
"ui-card": HTMLUiCardElement;
|
|
14298
14062
|
"ui-carousel": HTMLUiCarouselElement;
|
|
14299
14063
|
"ui-checkbox": HTMLUiCheckboxElement;
|
|
14300
|
-
"ui-checkbox-group": HTMLUiCheckboxGroupElement;
|
|
14301
14064
|
"ui-code-editor": HTMLUiCodeEditorElement;
|
|
14302
14065
|
"ui-code-preview": HTMLUiCodePreviewElement;
|
|
14303
14066
|
"ui-color-controller": HTMLUiColorControllerElement;
|
|
@@ -14319,14 +14082,13 @@ declare global {
|
|
|
14319
14082
|
"ui-file-upload": HTMLUiFileUploadElement;
|
|
14320
14083
|
"ui-horizontal-nav": HTMLUiHorizontalNavElement;
|
|
14321
14084
|
"ui-icon": HTMLUiIconElement;
|
|
14322
|
-
"ui-image-button": HTMLUiImageButtonElement;
|
|
14323
14085
|
"ui-input": HTMLUiInputElement;
|
|
14324
|
-
"ui-input-pair": HTMLUiInputPairElement;
|
|
14325
14086
|
"ui-knob": HTMLUiKnobElement;
|
|
14326
14087
|
"ui-library": HTMLUiLibraryElement;
|
|
14327
14088
|
"ui-list": HTMLUiListElement;
|
|
14328
14089
|
"ui-list-group": HTMLUiListGroupElement;
|
|
14329
14090
|
"ui-list-item": HTMLUiListItemElement;
|
|
14091
|
+
"ui-loader": HTMLUiLoaderElement;
|
|
14330
14092
|
"ui-masonry": HTMLUiMasonryElement;
|
|
14331
14093
|
"ui-meter-group": HTMLUiMeterGroupElement;
|
|
14332
14094
|
"ui-navigation-bar": HTMLUiNavigationBarElement;
|
|
@@ -14339,7 +14101,6 @@ declare global {
|
|
|
14339
14101
|
"ui-popover": HTMLUiPopoverElement;
|
|
14340
14102
|
"ui-progress": HTMLUiProgressElement;
|
|
14341
14103
|
"ui-radio": HTMLUiRadioElement;
|
|
14342
|
-
"ui-radio-group": HTMLUiRadioGroupElement;
|
|
14343
14104
|
"ui-range-slider": HTMLUiRangeSliderElement;
|
|
14344
14105
|
"ui-rating": HTMLUiRatingElement;
|
|
14345
14106
|
"ui-resizable-panel": HTMLUiResizablePanelElement;
|
|
@@ -14921,10 +14682,15 @@ declare namespace LocalJSX {
|
|
|
14921
14682
|
*/
|
|
14922
14683
|
"theme"?: 'default' | 'glass' | 'radiant';
|
|
14923
14684
|
/**
|
|
14924
|
-
*
|
|
14685
|
+
* Toggle icon style: 'chevron' | 'plus-minus'
|
|
14686
|
+
* @default 'chevron'
|
|
14687
|
+
*/
|
|
14688
|
+
"toggleStyle"?: 'chevron' | 'plus-minus';
|
|
14689
|
+
/**
|
|
14690
|
+
* Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic' Use 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron. Use 'headline' for a minimalist, high-impact typography-first layout. Use 'boxed' for dark individual cards with glowing yellow action badges. Use 'minimal' for border-bottom separators and clean typography. Use 'left-toggle' for a left plus-minus toggle structure. Use 'iconic' for custom left status/brand icons with micro plus-minus toggles.
|
|
14925
14691
|
* @default 'default'
|
|
14926
14692
|
*/
|
|
14927
|
-
"variant"?: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline';
|
|
14693
|
+
"variant"?: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic';
|
|
14928
14694
|
}
|
|
14929
14695
|
interface UiAdvancedDataTable {
|
|
14930
14696
|
/**
|
|
@@ -15920,7 +15686,7 @@ declare namespace LocalJSX {
|
|
|
15920
15686
|
"toggleShortcut"?: string;
|
|
15921
15687
|
/**
|
|
15922
15688
|
* Animation transition duration (e.g. '0.3s' or '500ms')
|
|
15923
|
-
* @default '
|
|
15689
|
+
* @default '0.3s'
|
|
15924
15690
|
*/
|
|
15925
15691
|
"transitionDuration"?: string;
|
|
15926
15692
|
/**
|
|
@@ -16592,6 +16358,22 @@ declare namespace LocalJSX {
|
|
|
16592
16358
|
* Text to copy to clipboard when clicked. Shows feedback icon.
|
|
16593
16359
|
*/
|
|
16594
16360
|
"copyValue"?: string;
|
|
16361
|
+
/**
|
|
16362
|
+
* Counter badge content (inline right side of text)
|
|
16363
|
+
*/
|
|
16364
|
+
"counter"?: string | number;
|
|
16365
|
+
/**
|
|
16366
|
+
* Counter badge color variant (primary, success, danger, etc.)
|
|
16367
|
+
*/
|
|
16368
|
+
"counterColor"?: StatusColor1;
|
|
16369
|
+
/**
|
|
16370
|
+
* Custom background color for the counter badge
|
|
16371
|
+
*/
|
|
16372
|
+
"counterCustomColor"?: string;
|
|
16373
|
+
/**
|
|
16374
|
+
* Custom text color for the counter badge
|
|
16375
|
+
*/
|
|
16376
|
+
"counterCustomTextColor"?: string;
|
|
16595
16377
|
/**
|
|
16596
16378
|
* Description text (alias for subtitle, common in toggle contexts)
|
|
16597
16379
|
*/
|
|
@@ -17335,6 +17117,11 @@ declare namespace LocalJSX {
|
|
|
17335
17117
|
* @default false
|
|
17336
17118
|
*/
|
|
17337
17119
|
"closable"?: boolean;
|
|
17120
|
+
/**
|
|
17121
|
+
* Controlled closed/dismissed state of the card
|
|
17122
|
+
* @default false
|
|
17123
|
+
*/
|
|
17124
|
+
"closed"?: boolean;
|
|
17338
17125
|
/**
|
|
17339
17126
|
* Initially collapsed or controlled collapsed state
|
|
17340
17127
|
* @default false
|
|
@@ -17764,7 +17551,7 @@ declare namespace LocalJSX {
|
|
|
17764
17551
|
*/
|
|
17765
17552
|
"checked"?: boolean;
|
|
17766
17553
|
/**
|
|
17767
|
-
* @default '
|
|
17554
|
+
* @default 'primary'
|
|
17768
17555
|
*/
|
|
17769
17556
|
"color"?: StatusColor;
|
|
17770
17557
|
/**
|
|
@@ -17916,139 +17703,6 @@ declare namespace LocalJSX {
|
|
|
17916
17703
|
*/
|
|
17917
17704
|
"variant"?: CheckboxVariant;
|
|
17918
17705
|
}
|
|
17919
|
-
interface UiCheckboxGroup {
|
|
17920
|
-
/**
|
|
17921
|
-
* @default false
|
|
17922
|
-
*/
|
|
17923
|
-
"buttonGroup"?: boolean;
|
|
17924
|
-
/**
|
|
17925
|
-
* @default 'primary'
|
|
17926
|
-
*/
|
|
17927
|
-
"color"?: StatusColor;
|
|
17928
|
-
/**
|
|
17929
|
-
* @default 2
|
|
17930
|
-
*/
|
|
17931
|
-
"columns"?: number;
|
|
17932
|
-
/**
|
|
17933
|
-
* @default false
|
|
17934
|
-
*/
|
|
17935
|
-
"disabled"?: boolean;
|
|
17936
|
-
/**
|
|
17937
|
-
* @default ''
|
|
17938
|
-
*/
|
|
17939
|
-
"errorMessage"?: string;
|
|
17940
|
-
/**
|
|
17941
|
-
* The `id` of a `<form>` element to associate this element with.
|
|
17942
|
-
*/
|
|
17943
|
-
"form"?: string;
|
|
17944
|
-
/**
|
|
17945
|
-
* @default '12px'
|
|
17946
|
-
*/
|
|
17947
|
-
"gap"?: string;
|
|
17948
|
-
/**
|
|
17949
|
-
* @default ''
|
|
17950
|
-
*/
|
|
17951
|
-
"helperText"?: string;
|
|
17952
|
-
/**
|
|
17953
|
-
* @default false
|
|
17954
|
-
*/
|
|
17955
|
-
"invalid"?: boolean;
|
|
17956
|
-
/**
|
|
17957
|
-
* @default ''
|
|
17958
|
-
*/
|
|
17959
|
-
"label"?: string;
|
|
17960
|
-
/**
|
|
17961
|
-
* @default 'list'
|
|
17962
|
-
*/
|
|
17963
|
-
"layout"?: 'list' | 'grid';
|
|
17964
|
-
/**
|
|
17965
|
-
* @default Infinity
|
|
17966
|
-
*/
|
|
17967
|
-
"max"?: number;
|
|
17968
|
-
/**
|
|
17969
|
-
* @default 0
|
|
17970
|
-
*/
|
|
17971
|
-
"min"?: number;
|
|
17972
|
-
/**
|
|
17973
|
-
* @default ''
|
|
17974
|
-
*/
|
|
17975
|
-
"name"?: string;
|
|
17976
|
-
"onGroupChange"?: (event: UiCheckboxGroupCustomEvent<{ value: string[]; }>) => void;
|
|
17977
|
-
"onGroupValidation"?: (event: UiCheckboxGroupCustomEvent<{ valid: boolean; errors: string[]; }>) => void;
|
|
17978
|
-
/**
|
|
17979
|
-
* @default []
|
|
17980
|
-
*/
|
|
17981
|
-
"options"?: { label: string; value: string; disabled?: boolean }[] | string[];
|
|
17982
|
-
/**
|
|
17983
|
-
* @default 'vertical'
|
|
17984
|
-
*/
|
|
17985
|
-
"orientation"?: Orientation;
|
|
17986
|
-
/**
|
|
17987
|
-
* @default false
|
|
17988
|
-
*/
|
|
17989
|
-
"readonly"?: boolean;
|
|
17990
|
-
/**
|
|
17991
|
-
* @default false
|
|
17992
|
-
*/
|
|
17993
|
-
"required"?: boolean;
|
|
17994
|
-
/**
|
|
17995
|
-
* Entrance animation
|
|
17996
|
-
* @default 'none'
|
|
17997
|
-
*/
|
|
17998
|
-
"reveal"?: 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
17999
|
-
/**
|
|
18000
|
-
* Delay for entry animation (ms)
|
|
18001
|
-
* @default 0
|
|
18002
|
-
*/
|
|
18003
|
-
"revealDelay"?: number;
|
|
18004
|
-
/**
|
|
18005
|
-
* Stagger delay between items
|
|
18006
|
-
* @default 60
|
|
18007
|
-
*/
|
|
18008
|
-
"revealStagger"?: number;
|
|
18009
|
-
/**
|
|
18010
|
-
* High-Fidelity: RTL support
|
|
18011
|
-
* @default false
|
|
18012
|
-
*/
|
|
18013
|
-
"rtl"?: boolean;
|
|
18014
|
-
/**
|
|
18015
|
-
* @default 'Search options...'
|
|
18016
|
-
*/
|
|
18017
|
-
"searchPlaceholder"?: string;
|
|
18018
|
-
/**
|
|
18019
|
-
* @default false
|
|
18020
|
-
*/
|
|
18021
|
-
"searchable"?: boolean;
|
|
18022
|
-
/**
|
|
18023
|
-
* @default 'Select All'
|
|
18024
|
-
*/
|
|
18025
|
-
"selectAllLabel"?: string;
|
|
18026
|
-
/**
|
|
18027
|
-
* @default false
|
|
18028
|
-
*/
|
|
18029
|
-
"showSelectAll"?: boolean;
|
|
18030
|
-
/**
|
|
18031
|
-
* @default false
|
|
18032
|
-
*/
|
|
18033
|
-
"showSelectionCount"?: boolean;
|
|
18034
|
-
/**
|
|
18035
|
-
* @default 'md'
|
|
18036
|
-
*/
|
|
18037
|
-
"size"?: ComponentSize;
|
|
18038
|
-
/**
|
|
18039
|
-
* @default true
|
|
18040
|
-
*/
|
|
18041
|
-
"validateOnChange"?: boolean;
|
|
18042
|
-
/**
|
|
18043
|
-
* @default []
|
|
18044
|
-
*/
|
|
18045
|
-
"value"?: string[];
|
|
18046
|
-
/**
|
|
18047
|
-
* High-Fidelity: Victory glow pulse when all selected
|
|
18048
|
-
* @default false
|
|
18049
|
-
*/
|
|
18050
|
-
"victoryGlow"?: boolean;
|
|
18051
|
-
}
|
|
18052
17706
|
interface UiCodeEditor {
|
|
18053
17707
|
/**
|
|
18054
17708
|
* @default 'javascript'
|
|
@@ -20105,60 +19759,6 @@ declare namespace LocalJSX {
|
|
|
20105
19759
|
*/
|
|
20106
19760
|
"src"?: string;
|
|
20107
19761
|
}
|
|
20108
|
-
interface UiImageButton {
|
|
20109
|
-
/**
|
|
20110
|
-
* Accessibility label
|
|
20111
|
-
*/
|
|
20112
|
-
"a11yLabel"?: string;
|
|
20113
|
-
/**
|
|
20114
|
-
* Image alt text
|
|
20115
|
-
* @default ''
|
|
20116
|
-
*/
|
|
20117
|
-
"alt"?: string;
|
|
20118
|
-
/**
|
|
20119
|
-
* Subtitle or secondary text
|
|
20120
|
-
*/
|
|
20121
|
-
"description"?: string;
|
|
20122
|
-
/**
|
|
20123
|
-
* Disabled state
|
|
20124
|
-
* @default false
|
|
20125
|
-
*/
|
|
20126
|
-
"disabled"?: boolean;
|
|
20127
|
-
/**
|
|
20128
|
-
* Hover effect: 'zoom' | 'lift' | 'brighten' | 'none'
|
|
20129
|
-
* @default 'zoom'
|
|
20130
|
-
*/
|
|
20131
|
-
"effect"?: 'zoom' | 'lift' | 'brighten' | 'none';
|
|
20132
|
-
/**
|
|
20133
|
-
* Button label (overlay)
|
|
20134
|
-
*/
|
|
20135
|
-
"label"?: string;
|
|
20136
|
-
/**
|
|
20137
|
-
* Whether the label is always visible or only on hover
|
|
20138
|
-
* @default 'hover'
|
|
20139
|
-
*/
|
|
20140
|
-
"labelMode"?: 'always' | 'hover';
|
|
20141
|
-
/**
|
|
20142
|
-
* Loading state
|
|
20143
|
-
* @default false
|
|
20144
|
-
*/
|
|
20145
|
-
"loading"?: boolean;
|
|
20146
|
-
"onUiClick"?: (event: UiImageButtonCustomEvent<void>) => void;
|
|
20147
|
-
/**
|
|
20148
|
-
* Aspect ratio: 'square' | 'video' | 'portrait' | 'auto'
|
|
20149
|
-
* @default 'square'
|
|
20150
|
-
*/
|
|
20151
|
-
"ratio"?: 'square' | 'video' | 'portrait' | 'auto';
|
|
20152
|
-
/**
|
|
20153
|
-
* Size variant
|
|
20154
|
-
* @default 'md'
|
|
20155
|
-
*/
|
|
20156
|
-
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
20157
|
-
/**
|
|
20158
|
-
* Image source URL
|
|
20159
|
-
*/
|
|
20160
|
-
"src"?: string;
|
|
20161
|
-
}
|
|
20162
19762
|
interface UiInput {
|
|
20163
19763
|
"accept"?: string;
|
|
20164
19764
|
/**
|
|
@@ -20559,67 +20159,6 @@ declare namespace LocalJSX {
|
|
|
20559
20159
|
"warningText"?: string;
|
|
20560
20160
|
"width"?: string;
|
|
20561
20161
|
}
|
|
20562
|
-
interface UiInputPair {
|
|
20563
|
-
/**
|
|
20564
|
-
* Full width behavior
|
|
20565
|
-
* @default false
|
|
20566
|
-
*/
|
|
20567
|
-
"fullWidth"?: boolean;
|
|
20568
|
-
/**
|
|
20569
|
-
* Gap between inputs (set to 0 for connected)
|
|
20570
|
-
* @default '0'
|
|
20571
|
-
*/
|
|
20572
|
-
"gap"?: string;
|
|
20573
|
-
/**
|
|
20574
|
-
* Shared main label (optional)
|
|
20575
|
-
*/
|
|
20576
|
-
"label"?: string;
|
|
20577
|
-
/**
|
|
20578
|
-
* Left input label
|
|
20579
|
-
* @default ''
|
|
20580
|
-
*/
|
|
20581
|
-
"labelLeft"?: string;
|
|
20582
|
-
/**
|
|
20583
|
-
* Right input label
|
|
20584
|
-
* @default ''
|
|
20585
|
-
*/
|
|
20586
|
-
"labelRight"?: string;
|
|
20587
|
-
/**
|
|
20588
|
-
* Left input placeholder
|
|
20589
|
-
* @default ''
|
|
20590
|
-
*/
|
|
20591
|
-
"placeholderLeft"?: string;
|
|
20592
|
-
/**
|
|
20593
|
-
* Right input placeholder
|
|
20594
|
-
* @default ''
|
|
20595
|
-
*/
|
|
20596
|
-
"placeholderRight"?: string;
|
|
20597
|
-
/**
|
|
20598
|
-
* Shared size
|
|
20599
|
-
* @default 'md'
|
|
20600
|
-
*/
|
|
20601
|
-
"size"?: InputSize;
|
|
20602
|
-
/**
|
|
20603
|
-
* Shared type for both inputs
|
|
20604
|
-
* @default 'text'
|
|
20605
|
-
*/
|
|
20606
|
-
"type"?: InputType;
|
|
20607
|
-
/**
|
|
20608
|
-
* Left input value
|
|
20609
|
-
* @default ''
|
|
20610
|
-
*/
|
|
20611
|
-
"valueLeft"?: string;
|
|
20612
|
-
/**
|
|
20613
|
-
* Right input value
|
|
20614
|
-
* @default ''
|
|
20615
|
-
*/
|
|
20616
|
-
"valueRight"?: string;
|
|
20617
|
-
/**
|
|
20618
|
-
* Shared variant
|
|
20619
|
-
* @default 'outlined'
|
|
20620
|
-
*/
|
|
20621
|
-
"variant"?: InputVariant;
|
|
20622
|
-
}
|
|
20623
20162
|
interface UiKnob {
|
|
20624
20163
|
/**
|
|
20625
20164
|
* Allow double-click to edit value manually
|
|
@@ -21139,6 +20678,10 @@ declare namespace LocalJSX {
|
|
|
21139
20678
|
* @default ''
|
|
21140
20679
|
*/
|
|
21141
20680
|
"counter"?: number | string;
|
|
20681
|
+
/**
|
|
20682
|
+
* @default 'success'
|
|
20683
|
+
*/
|
|
20684
|
+
"counterColor"?: StatusColor;
|
|
21142
20685
|
/**
|
|
21143
20686
|
* @default false
|
|
21144
20687
|
*/
|
|
@@ -21346,63 +20889,195 @@ declare namespace LocalJSX {
|
|
|
21346
20889
|
* Whether the item is starred/favorited
|
|
21347
20890
|
* @default false
|
|
21348
20891
|
*/
|
|
21349
|
-
"starred"?: boolean;
|
|
20892
|
+
"starred"?: boolean;
|
|
20893
|
+
/**
|
|
20894
|
+
* Presence status: 'online', 'offline', 'busy', 'away'
|
|
20895
|
+
* @default ''
|
|
20896
|
+
*/
|
|
20897
|
+
"status"?: 'online' | 'offline' | 'busy' | 'away' | '';
|
|
20898
|
+
/**
|
|
20899
|
+
* Position of the status dot
|
|
20900
|
+
* @default 'bottom-right'
|
|
20901
|
+
*/
|
|
20902
|
+
"statusPosition"?: 'top-right' | 'bottom-right';
|
|
20903
|
+
/**
|
|
20904
|
+
* @default ''
|
|
20905
|
+
*/
|
|
20906
|
+
"sublabel"?: string;
|
|
20907
|
+
/**
|
|
20908
|
+
* Enable swipe actions (mobile)
|
|
20909
|
+
* @default false
|
|
20910
|
+
*/
|
|
20911
|
+
"swipeActions"?: boolean;
|
|
20912
|
+
/**
|
|
20913
|
+
* Swipe behavior: 'reveal' or 'dismiss'
|
|
20914
|
+
* @default 'reveal'
|
|
20915
|
+
*/
|
|
20916
|
+
"swipeBehavior"?: 'reveal' | 'dismiss';
|
|
20917
|
+
/**
|
|
20918
|
+
* JSON string or array of tag objects
|
|
20919
|
+
* @default ''
|
|
20920
|
+
*/
|
|
20921
|
+
"tags"?: string | any[];
|
|
20922
|
+
/**
|
|
20923
|
+
* @default '_self'
|
|
20924
|
+
*/
|
|
20925
|
+
"target"?: '_blank' | '_self' | '_parent' | '_top';
|
|
20926
|
+
/**
|
|
20927
|
+
* Whether to show hierarchical connection lines (tree view)
|
|
20928
|
+
* @default false
|
|
20929
|
+
*/
|
|
20930
|
+
"treeLines"?: boolean;
|
|
20931
|
+
/**
|
|
20932
|
+
* User avatar URL
|
|
20933
|
+
* @default ''
|
|
20934
|
+
*/
|
|
20935
|
+
"userAvatar"?: string;
|
|
20936
|
+
/**
|
|
20937
|
+
* @default ''
|
|
20938
|
+
*/
|
|
20939
|
+
"value"?: string;
|
|
20940
|
+
/**
|
|
20941
|
+
* @default 'text'
|
|
20942
|
+
*/
|
|
20943
|
+
"variant"?: 'filled' | 'outlined' | 'text' | 'soft';
|
|
20944
|
+
/**
|
|
20945
|
+
* Whether the item is currently shaking/wobbling (visual haptic)
|
|
20946
|
+
* @default false
|
|
20947
|
+
*/
|
|
20948
|
+
"wobble"?: boolean;
|
|
20949
|
+
}
|
|
20950
|
+
interface UiLoader {
|
|
20951
|
+
/**
|
|
20952
|
+
* Accessibility ARIA label
|
|
20953
|
+
* @default 'Loading...'
|
|
20954
|
+
*/
|
|
20955
|
+
"ariaLabel"?: string;
|
|
20956
|
+
/**
|
|
20957
|
+
* ARIA live region mode
|
|
20958
|
+
* @default 'polite'
|
|
20959
|
+
*/
|
|
20960
|
+
"ariaLive"?: 'polite' | 'assertive' | 'off';
|
|
20961
|
+
/**
|
|
20962
|
+
* Apply background blur (glassmorphic backdrop)
|
|
20963
|
+
* @default false
|
|
20964
|
+
*/
|
|
20965
|
+
"backdropBlur"?: boolean;
|
|
20966
|
+
/**
|
|
20967
|
+
* Semantic color variant ('primary', 'secondary', etc.) or custom hex/gradient string
|
|
20968
|
+
* @default 'primary'
|
|
20969
|
+
*/
|
|
20970
|
+
"color"?: string;
|
|
20971
|
+
/**
|
|
20972
|
+
* Sub-label description text
|
|
20973
|
+
*/
|
|
20974
|
+
"description"?: string;
|
|
20975
|
+
/**
|
|
20976
|
+
* Alias for blur attribute used in demo configuration
|
|
20977
|
+
* @default false
|
|
20978
|
+
*/
|
|
20979
|
+
"enableBlur"?: boolean;
|
|
20980
|
+
/**
|
|
20981
|
+
* Displays the loader as a full viewport overlay
|
|
20982
|
+
* @default false
|
|
20983
|
+
*/
|
|
20984
|
+
"fullscreen"?: boolean;
|
|
20985
|
+
/**
|
|
20986
|
+
* Image URL when using type="image"
|
|
20987
|
+
*/
|
|
20988
|
+
"image"?: string;
|
|
20989
|
+
/**
|
|
20990
|
+
* Text label to display alongside the loader animation
|
|
20991
|
+
*/
|
|
20992
|
+
"label"?: string;
|
|
20993
|
+
/**
|
|
20994
|
+
* Position of the label relative to the loading animation
|
|
20995
|
+
* @default 'bottom'
|
|
20996
|
+
*/
|
|
20997
|
+
"labelPosition"?: 'bottom' | 'top' | 'left' | 'right';
|
|
20998
|
+
/**
|
|
20999
|
+
* Rotation interval time in milliseconds
|
|
21000
|
+
* @default 2500
|
|
21001
|
+
*/
|
|
21002
|
+
"messageInterval"?: number;
|
|
21003
|
+
/**
|
|
21004
|
+
* Array of status messages to rotate through automatically
|
|
21005
|
+
*/
|
|
21006
|
+
"messages"?: string[] | string;
|
|
21007
|
+
"onUiHide"?: (event: UiLoaderCustomEvent<void>) => void;
|
|
21008
|
+
"onUiShow"?: (event: UiLoaderCustomEvent<void>) => void;
|
|
21009
|
+
/**
|
|
21010
|
+
* Displays the loader as an absolute overlay over its relative parent container
|
|
21011
|
+
* @default false
|
|
21012
|
+
*/
|
|
21013
|
+
"overlay"?: boolean;
|
|
21014
|
+
/**
|
|
21015
|
+
* Custom background color/gradient for overlay mode
|
|
21016
|
+
*/
|
|
21017
|
+
"overlayBackground"?: string;
|
|
21018
|
+
/**
|
|
21019
|
+
* Opacity value of the overlay backdrop (0 to 1)
|
|
21020
|
+
* @default 0.5
|
|
21021
|
+
*/
|
|
21022
|
+
"overlayOpacity"?: number;
|
|
21350
21023
|
/**
|
|
21351
|
-
*
|
|
21352
|
-
* @default
|
|
21024
|
+
* Enables simulated predictive non-linear crawling progress up to 95%
|
|
21025
|
+
* @default false
|
|
21353
21026
|
*/
|
|
21354
|
-
"
|
|
21027
|
+
"predictive"?: boolean;
|
|
21355
21028
|
/**
|
|
21356
|
-
*
|
|
21357
|
-
* @default
|
|
21029
|
+
* Number of columns in Matrix digital rain
|
|
21030
|
+
* @default 5
|
|
21358
21031
|
*/
|
|
21359
|
-
"
|
|
21032
|
+
"rainColumns"?: number;
|
|
21360
21033
|
/**
|
|
21361
|
-
*
|
|
21034
|
+
* Letters pool for Matrix matrix-rain animation
|
|
21362
21035
|
*/
|
|
21363
|
-
"
|
|
21036
|
+
"rainText"?: string;
|
|
21364
21037
|
/**
|
|
21365
|
-
*
|
|
21366
|
-
* @default
|
|
21038
|
+
* Size of the loader preset ('3xs'...'jumbo') or custom CSS value ('120px', '4rem')
|
|
21039
|
+
* @default 'md'
|
|
21367
21040
|
*/
|
|
21368
|
-
"
|
|
21041
|
+
"size"?: string;
|
|
21369
21042
|
/**
|
|
21370
|
-
*
|
|
21371
|
-
* @default '
|
|
21043
|
+
* Speed of animation cycle
|
|
21044
|
+
* @default 'normal'
|
|
21372
21045
|
*/
|
|
21373
|
-
"
|
|
21046
|
+
"speed"?: 'slow' | 'normal' | 'fast';
|
|
21374
21047
|
/**
|
|
21375
|
-
*
|
|
21376
|
-
* @default ''
|
|
21048
|
+
* Current loading status state
|
|
21049
|
+
* @default 'loading'
|
|
21377
21050
|
*/
|
|
21378
|
-
"
|
|
21051
|
+
"status"?: 'loading' | 'success' | 'error';
|
|
21379
21052
|
/**
|
|
21380
|
-
*
|
|
21053
|
+
* Stroke width thickness for circular loaders (spinner, ring)
|
|
21054
|
+
* @default 3
|
|
21381
21055
|
*/
|
|
21382
|
-
"
|
|
21056
|
+
"thickness"?: number;
|
|
21383
21057
|
/**
|
|
21384
|
-
*
|
|
21058
|
+
* Traps keyboard focus inside the loader overlay (useful for fullscreen modals)
|
|
21385
21059
|
* @default false
|
|
21386
21060
|
*/
|
|
21387
|
-
"
|
|
21061
|
+
"trapFocus"?: boolean;
|
|
21388
21062
|
/**
|
|
21389
|
-
*
|
|
21390
|
-
* @default ''
|
|
21063
|
+
* The animation style variant type (34 total variants)
|
|
21064
|
+
* @default 'spinner'
|
|
21391
21065
|
*/
|
|
21392
|
-
"
|
|
21066
|
+
"type"?: string;
|
|
21393
21067
|
/**
|
|
21394
|
-
*
|
|
21068
|
+
* Determinate state progress value (0 to 100)
|
|
21395
21069
|
*/
|
|
21396
|
-
"value"?:
|
|
21070
|
+
"value"?: number;
|
|
21397
21071
|
/**
|
|
21398
|
-
*
|
|
21072
|
+
* Loader style theme variant
|
|
21073
|
+
* @default 'standard'
|
|
21399
21074
|
*/
|
|
21400
|
-
"variant"?: '
|
|
21075
|
+
"variant"?: 'standard' | 'glass' | 'neon' | 'minimal' | 'linear-strip';
|
|
21401
21076
|
/**
|
|
21402
|
-
* Whether the
|
|
21403
|
-
* @default
|
|
21077
|
+
* Whether the loader is visible
|
|
21078
|
+
* @default true
|
|
21404
21079
|
*/
|
|
21405
|
-
"
|
|
21080
|
+
"visible"?: boolean;
|
|
21406
21081
|
}
|
|
21407
21082
|
interface UiMasonry {
|
|
21408
21083
|
/**
|
|
@@ -21650,7 +21325,7 @@ declare namespace LocalJSX {
|
|
|
21650
21325
|
"items"?: NavigationItem[];
|
|
21651
21326
|
/**
|
|
21652
21327
|
* Maximum number of items to show before overflowing to "More" menu
|
|
21653
|
-
* @default
|
|
21328
|
+
* @default 100
|
|
21654
21329
|
*/
|
|
21655
21330
|
"maxItems"?: number;
|
|
21656
21331
|
/**
|
|
@@ -22975,7 +22650,32 @@ declare namespace LocalJSX {
|
|
|
22975
22650
|
* Status of progress
|
|
22976
22651
|
* @default 'normal'
|
|
22977
22652
|
*/
|
|
22978
|
-
"status"?: 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger';
|
|
22653
|
+
"status"?: 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger' | 'empty' | 'running' | 'completed' | 'interrupted';
|
|
22654
|
+
/**
|
|
22655
|
+
* Status-bar variant: shows a lifecycle label (Not Started / Running / Interrupted / Completed) above the progress bar derived automatically from percent + status.
|
|
22656
|
+
* @default false
|
|
22657
|
+
*/
|
|
22658
|
+
"statusBar"?: boolean;
|
|
22659
|
+
/**
|
|
22660
|
+
* Alignment of the status badge inside the status bar header. 'left' (default) — badge left, percent right. 'center' — badge and percent centered together. 'right' — badge right, percent left.
|
|
22661
|
+
* @default 'left'
|
|
22662
|
+
*/
|
|
22663
|
+
"statusBarAlign"?: 'left' | 'center' | 'right';
|
|
22664
|
+
/**
|
|
22665
|
+
* Position of the status chip/badge in status-bar mode. 'inside' (default) — inside the progress bar trail (requires minimum height of 32px). 'top' — above the progress bar (allows smaller progress bar heights).
|
|
22666
|
+
* @default 'inside'
|
|
22667
|
+
*/
|
|
22668
|
+
"statusBarPosition"?: 'inside' | 'top';
|
|
22669
|
+
/**
|
|
22670
|
+
* Custom text labels for each status-bar state. Pass any subset to override — unset keys keep their defaults. e.g. { notStarted: 'Pending', running: 'In Progress', interrupted: 'Paused', completed: 'Done' }
|
|
22671
|
+
* @default {}
|
|
22672
|
+
*/
|
|
22673
|
+
"statusLabels"?: {
|
|
22674
|
+
notStarted?: string;
|
|
22675
|
+
running?: string;
|
|
22676
|
+
interrupted?: string;
|
|
22677
|
+
completed?: string;
|
|
22678
|
+
};
|
|
22979
22679
|
/**
|
|
22980
22680
|
* Total step count (for steps progress)
|
|
22981
22681
|
* @default 0
|
|
@@ -23181,135 +22881,6 @@ declare namespace LocalJSX {
|
|
|
23181
22881
|
*/
|
|
23182
22882
|
"variant"?: 'default' | 'bordered' | 'underlined' | 'card' | 'glass' | 'raised';
|
|
23183
22883
|
}
|
|
23184
|
-
interface UiRadioGroup {
|
|
23185
|
-
/**
|
|
23186
|
-
* @default false
|
|
23187
|
-
*/
|
|
23188
|
-
"allowEmpty"?: boolean;
|
|
23189
|
-
/**
|
|
23190
|
-
* @default false
|
|
23191
|
-
*/
|
|
23192
|
-
"buttonGroup"?: boolean;
|
|
23193
|
-
/**
|
|
23194
|
-
* @default 'primary'
|
|
23195
|
-
*/
|
|
23196
|
-
"color"?: StatusColor;
|
|
23197
|
-
/**
|
|
23198
|
-
* @default 2
|
|
23199
|
-
*/
|
|
23200
|
-
"columns"?: number;
|
|
23201
|
-
/**
|
|
23202
|
-
* @default false
|
|
23203
|
-
*/
|
|
23204
|
-
"disabled"?: boolean;
|
|
23205
|
-
/**
|
|
23206
|
-
* @default true
|
|
23207
|
-
*/
|
|
23208
|
-
"enableAnimation"?: boolean;
|
|
23209
|
-
/**
|
|
23210
|
-
* @default ''
|
|
23211
|
-
*/
|
|
23212
|
-
"errorMessage"?: string;
|
|
23213
|
-
/**
|
|
23214
|
-
* The `id` of a `<form>` element to associate this element with.
|
|
23215
|
-
*/
|
|
23216
|
-
"form"?: string;
|
|
23217
|
-
/**
|
|
23218
|
-
* @default '16px'
|
|
23219
|
-
*/
|
|
23220
|
-
"gap"?: string;
|
|
23221
|
-
/**
|
|
23222
|
-
* @default ''
|
|
23223
|
-
*/
|
|
23224
|
-
"helperText"?: string;
|
|
23225
|
-
/**
|
|
23226
|
-
* @default false
|
|
23227
|
-
*/
|
|
23228
|
-
"invalid"?: boolean;
|
|
23229
|
-
/**
|
|
23230
|
-
* @default ''
|
|
23231
|
-
*/
|
|
23232
|
-
"label"?: string;
|
|
23233
|
-
/**
|
|
23234
|
-
* @default 'right'
|
|
23235
|
-
*/
|
|
23236
|
-
"labelPosition"?: LeftRight;
|
|
23237
|
-
/**
|
|
23238
|
-
* @default 'vertical'
|
|
23239
|
-
*/
|
|
23240
|
-
"layout"?: Orientation | 'grid';
|
|
23241
|
-
/**
|
|
23242
|
-
* @default ''
|
|
23243
|
-
*/
|
|
23244
|
-
"name"?: string;
|
|
23245
|
-
"onRadioGroupChange"?: (event: UiRadioGroupCustomEvent<{ value: string; }>) => void;
|
|
23246
|
-
/**
|
|
23247
|
-
* @default []
|
|
23248
|
-
*/
|
|
23249
|
-
"options"?: Array<{ value: string; label: string; description?: string; disabled?: boolean; }> | string;
|
|
23250
|
-
/**
|
|
23251
|
-
* @default false
|
|
23252
|
-
*/
|
|
23253
|
-
"readonly"?: boolean;
|
|
23254
|
-
/**
|
|
23255
|
-
* @default false
|
|
23256
|
-
*/
|
|
23257
|
-
"required"?: boolean;
|
|
23258
|
-
/**
|
|
23259
|
-
* Entrance animation
|
|
23260
|
-
* @default 'none'
|
|
23261
|
-
*/
|
|
23262
|
-
"reveal"?: 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
23263
|
-
/**
|
|
23264
|
-
* Delay for entry animation (ms)
|
|
23265
|
-
* @default 0
|
|
23266
|
-
*/
|
|
23267
|
-
"revealDelay"?: number;
|
|
23268
|
-
/**
|
|
23269
|
-
* Stagger delay between items
|
|
23270
|
-
* @default 60
|
|
23271
|
-
*/
|
|
23272
|
-
"revealStagger"?: number;
|
|
23273
|
-
/**
|
|
23274
|
-
* @default true
|
|
23275
|
-
*/
|
|
23276
|
-
"rippleEffect"?: boolean;
|
|
23277
|
-
/**
|
|
23278
|
-
* High-Fidelity: RTL support
|
|
23279
|
-
* @default false
|
|
23280
|
-
*/
|
|
23281
|
-
"rtl"?: boolean;
|
|
23282
|
-
/**
|
|
23283
|
-
* High-Fidelity: Search bar placeholder
|
|
23284
|
-
* @default 'Search items...'
|
|
23285
|
-
*/
|
|
23286
|
-
"searchPlaceholder"?: string;
|
|
23287
|
-
/**
|
|
23288
|
-
* High-Fidelity: Searchable options
|
|
23289
|
-
* @default false
|
|
23290
|
-
*/
|
|
23291
|
-
"searchable"?: boolean;
|
|
23292
|
-
/**
|
|
23293
|
-
* @default true
|
|
23294
|
-
*/
|
|
23295
|
-
"showDot"?: boolean;
|
|
23296
|
-
/**
|
|
23297
|
-
* @default 'md'
|
|
23298
|
-
*/
|
|
23299
|
-
"size"?: ComponentSize;
|
|
23300
|
-
/**
|
|
23301
|
-
* @default false
|
|
23302
|
-
*/
|
|
23303
|
-
"skeleton"?: boolean;
|
|
23304
|
-
/**
|
|
23305
|
-
* @default ''
|
|
23306
|
-
*/
|
|
23307
|
-
"value"?: string;
|
|
23308
|
-
/**
|
|
23309
|
-
* @default 'default'
|
|
23310
|
-
*/
|
|
23311
|
-
"variant"?: 'default' | 'bordered' | 'underlined' | 'card';
|
|
23312
|
-
}
|
|
23313
22884
|
interface UiRangeSlider {
|
|
23314
22885
|
/**
|
|
23315
22886
|
* Circle variant (aesthetic)
|
|
@@ -26866,7 +26437,8 @@ declare namespace LocalJSX {
|
|
|
26866
26437
|
"hideArrow": boolean;
|
|
26867
26438
|
"selectedHeaderColor": string;
|
|
26868
26439
|
"selectionPosition": 'left' | 'top' | 'none';
|
|
26869
|
-
"variant": 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline';
|
|
26440
|
+
"variant": 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic';
|
|
26441
|
+
"toggleStyle": 'chevron' | 'plus-minus';
|
|
26870
26442
|
"size": AccordionSize;
|
|
26871
26443
|
"iconPosition": 'start' | 'end';
|
|
26872
26444
|
"persistState": string;
|
|
@@ -27264,6 +26836,10 @@ declare namespace LocalJSX {
|
|
|
27264
26836
|
"rel": string;
|
|
27265
26837
|
"grow": boolean;
|
|
27266
26838
|
"badge": string;
|
|
26839
|
+
"counter": string;
|
|
26840
|
+
"counterColor": StatusColor;
|
|
26841
|
+
"counterCustomColor": string;
|
|
26842
|
+
"counterCustomTextColor": string;
|
|
27267
26843
|
"badgeColor": StatusColor;
|
|
27268
26844
|
"badgeCustomColor": string;
|
|
27269
26845
|
"badgeCustomTextColor": string;
|
|
@@ -27420,6 +26996,7 @@ declare namespace LocalJSX {
|
|
|
27420
26996
|
"collapsible": boolean;
|
|
27421
26997
|
"collapsed": boolean;
|
|
27422
26998
|
"closable": boolean;
|
|
26999
|
+
"closed": boolean;
|
|
27423
27000
|
"selectable": boolean;
|
|
27424
27001
|
"selected": boolean;
|
|
27425
27002
|
"clickable": boolean;
|
|
@@ -27530,36 +27107,6 @@ declare namespace LocalJSX {
|
|
|
27530
27107
|
"revealDelay": number;
|
|
27531
27108
|
"isButton": boolean;
|
|
27532
27109
|
}
|
|
27533
|
-
interface UiCheckboxGroupAttributes {
|
|
27534
|
-
"name": string;
|
|
27535
|
-
"label": string;
|
|
27536
|
-
"helperText": string;
|
|
27537
|
-
"errorMessage": string;
|
|
27538
|
-
"required": boolean;
|
|
27539
|
-
"disabled": boolean;
|
|
27540
|
-
"readonly": boolean;
|
|
27541
|
-
"invalid": boolean;
|
|
27542
|
-
"orientation": Orientation;
|
|
27543
|
-
"gap": string;
|
|
27544
|
-
"showSelectAll": boolean;
|
|
27545
|
-
"selectAllLabel": string;
|
|
27546
|
-
"buttonGroup": boolean;
|
|
27547
|
-
"min": number;
|
|
27548
|
-
"max": number;
|
|
27549
|
-
"validateOnChange": boolean;
|
|
27550
|
-
"size": ComponentSize;
|
|
27551
|
-
"color": StatusColor;
|
|
27552
|
-
"showSelectionCount": boolean;
|
|
27553
|
-
"reveal": 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
27554
|
-
"revealDelay": number;
|
|
27555
|
-
"revealStagger": number;
|
|
27556
|
-
"victoryGlow": boolean;
|
|
27557
|
-
"rtl": boolean;
|
|
27558
|
-
"searchable": boolean;
|
|
27559
|
-
"searchPlaceholder": string;
|
|
27560
|
-
"layout": 'list' | 'grid';
|
|
27561
|
-
"columns": number;
|
|
27562
|
-
}
|
|
27563
27110
|
interface UiCodeEditorAttributes {
|
|
27564
27111
|
"value": string;
|
|
27565
27112
|
"language": 'javascript' | 'html' | 'css' | 'json' | 'markdown' | 'python' | 'java' | 'csharp' | 'ladder';
|
|
@@ -27997,19 +27544,6 @@ declare namespace LocalJSX {
|
|
|
27997
27544
|
"label": string;
|
|
27998
27545
|
"loading": boolean;
|
|
27999
27546
|
}
|
|
28000
|
-
interface UiImageButtonAttributes {
|
|
28001
|
-
"src": string;
|
|
28002
|
-
"alt": string;
|
|
28003
|
-
"label": string;
|
|
28004
|
-
"description": string;
|
|
28005
|
-
"effect": 'zoom' | 'lift' | 'brighten' | 'none';
|
|
28006
|
-
"ratio": 'square' | 'video' | 'portrait' | 'auto';
|
|
28007
|
-
"labelMode": 'always' | 'hover';
|
|
28008
|
-
"size": 'sm' | 'md' | 'lg' | 'xl';
|
|
28009
|
-
"disabled": boolean;
|
|
28010
|
-
"loading": boolean;
|
|
28011
|
-
"a11yLabel": string;
|
|
28012
|
-
}
|
|
28013
27547
|
interface UiInputAttributes {
|
|
28014
27548
|
"badge": string;
|
|
28015
27549
|
"color": StatusColor;
|
|
@@ -28120,20 +27654,6 @@ declare namespace LocalJSX {
|
|
|
28120
27654
|
"autoCapitalize": 'none' | 'sentences' | 'words' | 'characters';
|
|
28121
27655
|
"shake": boolean;
|
|
28122
27656
|
}
|
|
28123
|
-
interface UiInputPairAttributes {
|
|
28124
|
-
"labelLeft": string;
|
|
28125
|
-
"labelRight": string;
|
|
28126
|
-
"label": string;
|
|
28127
|
-
"valueLeft": string;
|
|
28128
|
-
"valueRight": string;
|
|
28129
|
-
"placeholderLeft": string;
|
|
28130
|
-
"placeholderRight": string;
|
|
28131
|
-
"type": InputType;
|
|
28132
|
-
"variant": InputVariant;
|
|
28133
|
-
"size": InputSize;
|
|
28134
|
-
"gap": string;
|
|
28135
|
-
"fullWidth": boolean;
|
|
28136
|
-
}
|
|
28137
27657
|
interface UiKnobAttributes {
|
|
28138
27658
|
"name": string;
|
|
28139
27659
|
"value": number;
|
|
@@ -28265,6 +27785,7 @@ declare namespace LocalJSX {
|
|
|
28265
27785
|
"badge": string;
|
|
28266
27786
|
"badgeColor": StatusColor;
|
|
28267
27787
|
"counter": string;
|
|
27788
|
+
"counterColor": StatusColor;
|
|
28268
27789
|
"tags": string | any[];
|
|
28269
27790
|
"image": string;
|
|
28270
27791
|
"userAvatar": string;
|
|
@@ -28302,6 +27823,35 @@ declare namespace LocalJSX {
|
|
|
28302
27823
|
"auraMode": boolean;
|
|
28303
27824
|
"a11yLabel": string;
|
|
28304
27825
|
}
|
|
27826
|
+
interface UiLoaderAttributes {
|
|
27827
|
+
"ariaLabel": string;
|
|
27828
|
+
"ariaLive": 'polite' | 'assertive' | 'off';
|
|
27829
|
+
"backdropBlur": boolean;
|
|
27830
|
+
"enableBlur": boolean;
|
|
27831
|
+
"color": string;
|
|
27832
|
+
"fullscreen": boolean;
|
|
27833
|
+
"label": string;
|
|
27834
|
+
"description": string;
|
|
27835
|
+
"labelPosition": 'bottom' | 'top' | 'left' | 'right';
|
|
27836
|
+
"overlay": boolean;
|
|
27837
|
+
"overlayOpacity": number;
|
|
27838
|
+
"overlayBackground": string;
|
|
27839
|
+
"size": string;
|
|
27840
|
+
"speed": 'slow' | 'normal' | 'fast';
|
|
27841
|
+
"thickness": number;
|
|
27842
|
+
"type": string;
|
|
27843
|
+
"visible": boolean;
|
|
27844
|
+
"variant": 'standard' | 'glass' | 'neon' | 'minimal' | 'linear-strip';
|
|
27845
|
+
"value": number;
|
|
27846
|
+
"predictive": boolean;
|
|
27847
|
+
"messages": string[] | string;
|
|
27848
|
+
"messageInterval": number;
|
|
27849
|
+
"image": string;
|
|
27850
|
+
"rainText": string;
|
|
27851
|
+
"rainColumns": number;
|
|
27852
|
+
"trapFocus": boolean;
|
|
27853
|
+
"status": 'loading' | 'success' | 'error';
|
|
27854
|
+
}
|
|
28305
27855
|
interface UiMasonryAttributes {
|
|
28306
27856
|
"items": Array<any> | string;
|
|
28307
27857
|
"columns": number;
|
|
@@ -28593,7 +28143,7 @@ declare namespace LocalJSX {
|
|
|
28593
28143
|
interface UiProgressAttributes {
|
|
28594
28144
|
"type": 'line' | 'circle' | 'dashboard' | 'segmented' | 'industrial';
|
|
28595
28145
|
"percent": number;
|
|
28596
|
-
"status": 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger';
|
|
28146
|
+
"status": 'success' | 'exception' | 'normal' | 'active' | 'warning' | 'danger' | 'empty' | 'running' | 'completed' | 'interrupted';
|
|
28597
28147
|
"strokeWidth": number;
|
|
28598
28148
|
"strokeColor": string | { from?: string; to?: string; direction?: string };
|
|
28599
28149
|
"trailColor": string;
|
|
@@ -28623,6 +28173,9 @@ declare namespace LocalJSX {
|
|
|
28623
28173
|
"vitality": boolean;
|
|
28624
28174
|
"dataLabels": string;
|
|
28625
28175
|
"glass": boolean;
|
|
28176
|
+
"statusBar": boolean;
|
|
28177
|
+
"statusBarAlign": 'left' | 'center' | 'right';
|
|
28178
|
+
"statusBarPosition": 'inside' | 'top';
|
|
28626
28179
|
"glow": boolean;
|
|
28627
28180
|
"labelPosition": 'inside' | 'outside' | FourSidePosition;
|
|
28628
28181
|
"orientation": Orientation;
|
|
@@ -28666,37 +28219,6 @@ declare namespace LocalJSX {
|
|
|
28666
28219
|
"reveal": 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
28667
28220
|
"revealDelay": number;
|
|
28668
28221
|
}
|
|
28669
|
-
interface UiRadioGroupAttributes {
|
|
28670
|
-
"value": string;
|
|
28671
|
-
"name": string;
|
|
28672
|
-
"disabled": boolean;
|
|
28673
|
-
"readonly": boolean;
|
|
28674
|
-
"required": boolean;
|
|
28675
|
-
"invalid": boolean;
|
|
28676
|
-
"label": string;
|
|
28677
|
-
"helperText": string;
|
|
28678
|
-
"errorMessage": string;
|
|
28679
|
-
"layout": Orientation | 'grid';
|
|
28680
|
-
"columns": number;
|
|
28681
|
-
"gap": string;
|
|
28682
|
-
"size": ComponentSize;
|
|
28683
|
-
"color": StatusColor;
|
|
28684
|
-
"options": Array<{ value: string; label: string; description?: string; disabled?: boolean; }> | string;
|
|
28685
|
-
"labelPosition": LeftRight;
|
|
28686
|
-
"enableAnimation": boolean;
|
|
28687
|
-
"rippleEffect": boolean;
|
|
28688
|
-
"buttonGroup": boolean;
|
|
28689
|
-
"variant": 'default' | 'bordered' | 'underlined' | 'card';
|
|
28690
|
-
"skeleton": boolean;
|
|
28691
|
-
"allowEmpty": boolean;
|
|
28692
|
-
"showDot": boolean;
|
|
28693
|
-
"reveal": 'none' | 'fade-in' | 'slide-up' | 'zoom';
|
|
28694
|
-
"revealDelay": number;
|
|
28695
|
-
"revealStagger": number;
|
|
28696
|
-
"searchable": boolean;
|
|
28697
|
-
"searchPlaceholder": string;
|
|
28698
|
-
"rtl": boolean;
|
|
28699
|
-
}
|
|
28700
28222
|
interface UiRangeSliderAttributes {
|
|
28701
28223
|
"min": number;
|
|
28702
28224
|
"max": number;
|
|
@@ -29443,7 +28965,6 @@ declare namespace LocalJSX {
|
|
|
29443
28965
|
"ui-card": Omit<UiCard, keyof UiCardAttributes> & { [K in keyof UiCard & keyof UiCardAttributes]?: UiCard[K] } & { [K in keyof UiCard & keyof UiCardAttributes as `attr:${K}`]?: UiCardAttributes[K] } & { [K in keyof UiCard & keyof UiCardAttributes as `prop:${K}`]?: UiCard[K] };
|
|
29444
28966
|
"ui-carousel": Omit<UiCarousel, keyof UiCarouselAttributes> & { [K in keyof UiCarousel & keyof UiCarouselAttributes]?: UiCarousel[K] } & { [K in keyof UiCarousel & keyof UiCarouselAttributes as `attr:${K}`]?: UiCarouselAttributes[K] } & { [K in keyof UiCarousel & keyof UiCarouselAttributes as `prop:${K}`]?: UiCarousel[K] };
|
|
29445
28967
|
"ui-checkbox": Omit<UiCheckbox, keyof UiCheckboxAttributes> & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes]?: UiCheckbox[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `attr:${K}`]?: UiCheckboxAttributes[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `prop:${K}`]?: UiCheckbox[K] };
|
|
29446
|
-
"ui-checkbox-group": Omit<UiCheckboxGroup, keyof UiCheckboxGroupAttributes> & { [K in keyof UiCheckboxGroup & keyof UiCheckboxGroupAttributes]?: UiCheckboxGroup[K] } & { [K in keyof UiCheckboxGroup & keyof UiCheckboxGroupAttributes as `attr:${K}`]?: UiCheckboxGroupAttributes[K] } & { [K in keyof UiCheckboxGroup & keyof UiCheckboxGroupAttributes as `prop:${K}`]?: UiCheckboxGroup[K] };
|
|
29447
28968
|
"ui-code-editor": Omit<UiCodeEditor, keyof UiCodeEditorAttributes> & { [K in keyof UiCodeEditor & keyof UiCodeEditorAttributes]?: UiCodeEditor[K] } & { [K in keyof UiCodeEditor & keyof UiCodeEditorAttributes as `attr:${K}`]?: UiCodeEditorAttributes[K] } & { [K in keyof UiCodeEditor & keyof UiCodeEditorAttributes as `prop:${K}`]?: UiCodeEditor[K] };
|
|
29448
28969
|
"ui-code-preview": Omit<UiCodePreview, keyof UiCodePreviewAttributes> & { [K in keyof UiCodePreview & keyof UiCodePreviewAttributes]?: UiCodePreview[K] } & { [K in keyof UiCodePreview & keyof UiCodePreviewAttributes as `attr:${K}`]?: UiCodePreviewAttributes[K] } & { [K in keyof UiCodePreview & keyof UiCodePreviewAttributes as `prop:${K}`]?: UiCodePreview[K] };
|
|
29449
28970
|
"ui-color-controller": Omit<UiColorController, keyof UiColorControllerAttributes> & { [K in keyof UiColorController & keyof UiColorControllerAttributes]?: UiColorController[K] } & { [K in keyof UiColorController & keyof UiColorControllerAttributes as `attr:${K}`]?: UiColorControllerAttributes[K] } & { [K in keyof UiColorController & keyof UiColorControllerAttributes as `prop:${K}`]?: UiColorController[K] };
|
|
@@ -29465,14 +28986,13 @@ declare namespace LocalJSX {
|
|
|
29465
28986
|
"ui-file-upload": Omit<UiFileUpload, keyof UiFileUploadAttributes> & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes]?: UiFileUpload[K] } & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes as `attr:${K}`]?: UiFileUploadAttributes[K] } & { [K in keyof UiFileUpload & keyof UiFileUploadAttributes as `prop:${K}`]?: UiFileUpload[K] };
|
|
29466
28987
|
"ui-horizontal-nav": Omit<UiHorizontalNav, keyof UiHorizontalNavAttributes> & { [K in keyof UiHorizontalNav & keyof UiHorizontalNavAttributes]?: UiHorizontalNav[K] } & { [K in keyof UiHorizontalNav & keyof UiHorizontalNavAttributes as `attr:${K}`]?: UiHorizontalNavAttributes[K] } & { [K in keyof UiHorizontalNav & keyof UiHorizontalNavAttributes as `prop:${K}`]?: UiHorizontalNav[K] };
|
|
29467
28988
|
"ui-icon": Omit<UiIcon, keyof UiIconAttributes> & { [K in keyof UiIcon & keyof UiIconAttributes]?: UiIcon[K] } & { [K in keyof UiIcon & keyof UiIconAttributes as `attr:${K}`]?: UiIconAttributes[K] } & { [K in keyof UiIcon & keyof UiIconAttributes as `prop:${K}`]?: UiIcon[K] };
|
|
29468
|
-
"ui-image-button": Omit<UiImageButton, keyof UiImageButtonAttributes> & { [K in keyof UiImageButton & keyof UiImageButtonAttributes]?: UiImageButton[K] } & { [K in keyof UiImageButton & keyof UiImageButtonAttributes as `attr:${K}`]?: UiImageButtonAttributes[K] } & { [K in keyof UiImageButton & keyof UiImageButtonAttributes as `prop:${K}`]?: UiImageButton[K] };
|
|
29469
28989
|
"ui-input": Omit<UiInput, keyof UiInputAttributes> & { [K in keyof UiInput & keyof UiInputAttributes]?: UiInput[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `attr:${K}`]?: UiInputAttributes[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `prop:${K}`]?: UiInput[K] };
|
|
29470
|
-
"ui-input-pair": Omit<UiInputPair, keyof UiInputPairAttributes> & { [K in keyof UiInputPair & keyof UiInputPairAttributes]?: UiInputPair[K] } & { [K in keyof UiInputPair & keyof UiInputPairAttributes as `attr:${K}`]?: UiInputPairAttributes[K] } & { [K in keyof UiInputPair & keyof UiInputPairAttributes as `prop:${K}`]?: UiInputPair[K] };
|
|
29471
28990
|
"ui-knob": Omit<UiKnob, keyof UiKnobAttributes> & { [K in keyof UiKnob & keyof UiKnobAttributes]?: UiKnob[K] } & { [K in keyof UiKnob & keyof UiKnobAttributes as `attr:${K}`]?: UiKnobAttributes[K] } & { [K in keyof UiKnob & keyof UiKnobAttributes as `prop:${K}`]?: UiKnob[K] };
|
|
29472
28991
|
"ui-library": Omit<UiLibrary, keyof UiLibraryAttributes> & { [K in keyof UiLibrary & keyof UiLibraryAttributes]?: UiLibrary[K] } & { [K in keyof UiLibrary & keyof UiLibraryAttributes as `attr:${K}`]?: UiLibraryAttributes[K] } & { [K in keyof UiLibrary & keyof UiLibraryAttributes as `prop:${K}`]?: UiLibrary[K] };
|
|
29473
28992
|
"ui-list": Omit<UiList, keyof UiListAttributes> & { [K in keyof UiList & keyof UiListAttributes]?: UiList[K] } & { [K in keyof UiList & keyof UiListAttributes as `attr:${K}`]?: UiListAttributes[K] } & { [K in keyof UiList & keyof UiListAttributes as `prop:${K}`]?: UiList[K] };
|
|
29474
28993
|
"ui-list-group": Omit<UiListGroup, keyof UiListGroupAttributes> & { [K in keyof UiListGroup & keyof UiListGroupAttributes]?: UiListGroup[K] } & { [K in keyof UiListGroup & keyof UiListGroupAttributes as `attr:${K}`]?: UiListGroupAttributes[K] } & { [K in keyof UiListGroup & keyof UiListGroupAttributes as `prop:${K}`]?: UiListGroup[K] };
|
|
29475
28994
|
"ui-list-item": Omit<UiListItem, keyof UiListItemAttributes> & { [K in keyof UiListItem & keyof UiListItemAttributes]?: UiListItem[K] } & { [K in keyof UiListItem & keyof UiListItemAttributes as `attr:${K}`]?: UiListItemAttributes[K] } & { [K in keyof UiListItem & keyof UiListItemAttributes as `prop:${K}`]?: UiListItem[K] };
|
|
28995
|
+
"ui-loader": Omit<UiLoader, keyof UiLoaderAttributes> & { [K in keyof UiLoader & keyof UiLoaderAttributes]?: UiLoader[K] } & { [K in keyof UiLoader & keyof UiLoaderAttributes as `attr:${K}`]?: UiLoaderAttributes[K] } & { [K in keyof UiLoader & keyof UiLoaderAttributes as `prop:${K}`]?: UiLoader[K] };
|
|
29476
28996
|
"ui-masonry": Omit<UiMasonry, keyof UiMasonryAttributes> & { [K in keyof UiMasonry & keyof UiMasonryAttributes]?: UiMasonry[K] } & { [K in keyof UiMasonry & keyof UiMasonryAttributes as `attr:${K}`]?: UiMasonryAttributes[K] } & { [K in keyof UiMasonry & keyof UiMasonryAttributes as `prop:${K}`]?: UiMasonry[K] };
|
|
29477
28997
|
"ui-meter-group": Omit<UiMeterGroup, keyof UiMeterGroupAttributes> & { [K in keyof UiMeterGroup & keyof UiMeterGroupAttributes]?: UiMeterGroup[K] } & { [K in keyof UiMeterGroup & keyof UiMeterGroupAttributes as `attr:${K}`]?: UiMeterGroupAttributes[K] } & { [K in keyof UiMeterGroup & keyof UiMeterGroupAttributes as `prop:${K}`]?: UiMeterGroup[K] };
|
|
29478
28998
|
"ui-navigation-bar": Omit<UiNavigationBar, keyof UiNavigationBarAttributes> & { [K in keyof UiNavigationBar & keyof UiNavigationBarAttributes]?: UiNavigationBar[K] } & { [K in keyof UiNavigationBar & keyof UiNavigationBarAttributes as `attr:${K}`]?: UiNavigationBarAttributes[K] } & { [K in keyof UiNavigationBar & keyof UiNavigationBarAttributes as `prop:${K}`]?: UiNavigationBar[K] };
|
|
@@ -29485,7 +29005,6 @@ declare namespace LocalJSX {
|
|
|
29485
29005
|
"ui-popover": Omit<UiPopover, keyof UiPopoverAttributes> & { [K in keyof UiPopover & keyof UiPopoverAttributes]?: UiPopover[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `attr:${K}`]?: UiPopoverAttributes[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `prop:${K}`]?: UiPopover[K] };
|
|
29486
29006
|
"ui-progress": Omit<UiProgress, keyof UiProgressAttributes> & { [K in keyof UiProgress & keyof UiProgressAttributes]?: UiProgress[K] } & { [K in keyof UiProgress & keyof UiProgressAttributes as `attr:${K}`]?: UiProgressAttributes[K] } & { [K in keyof UiProgress & keyof UiProgressAttributes as `prop:${K}`]?: UiProgress[K] };
|
|
29487
29007
|
"ui-radio": Omit<UiRadio, keyof UiRadioAttributes> & { [K in keyof UiRadio & keyof UiRadioAttributes]?: UiRadio[K] } & { [K in keyof UiRadio & keyof UiRadioAttributes as `attr:${K}`]?: UiRadioAttributes[K] } & { [K in keyof UiRadio & keyof UiRadioAttributes as `prop:${K}`]?: UiRadio[K] };
|
|
29488
|
-
"ui-radio-group": Omit<UiRadioGroup, keyof UiRadioGroupAttributes> & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes]?: UiRadioGroup[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `attr:${K}`]?: UiRadioGroupAttributes[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `prop:${K}`]?: UiRadioGroup[K] };
|
|
29489
29008
|
"ui-range-slider": Omit<UiRangeSlider, keyof UiRangeSliderAttributes> & { [K in keyof UiRangeSlider & keyof UiRangeSliderAttributes]?: UiRangeSlider[K] } & { [K in keyof UiRangeSlider & keyof UiRangeSliderAttributes as `attr:${K}`]?: UiRangeSliderAttributes[K] } & { [K in keyof UiRangeSlider & keyof UiRangeSliderAttributes as `prop:${K}`]?: UiRangeSlider[K] };
|
|
29490
29009
|
"ui-rating": Omit<UiRating, keyof UiRatingAttributes> & { [K in keyof UiRating & keyof UiRatingAttributes]?: UiRating[K] } & { [K in keyof UiRating & keyof UiRatingAttributes as `attr:${K}`]?: UiRatingAttributes[K] } & { [K in keyof UiRating & keyof UiRatingAttributes as `prop:${K}`]?: UiRating[K] };
|
|
29491
29010
|
"ui-resizable-panel": Omit<UiResizablePanel, keyof UiResizablePanelAttributes> & { [K in keyof UiResizablePanel & keyof UiResizablePanelAttributes]?: UiResizablePanel[K] } & { [K in keyof UiResizablePanel & keyof UiResizablePanelAttributes as `attr:${K}`]?: UiResizablePanelAttributes[K] } & { [K in keyof UiResizablePanel & keyof UiResizablePanelAttributes as `prop:${K}`]?: UiResizablePanel[K] };
|
|
@@ -29554,7 +29073,6 @@ declare module "@stencil/core" {
|
|
|
29554
29073
|
*/
|
|
29555
29074
|
"ui-carousel": LocalJSX.IntrinsicElements["ui-carousel"] & JSXBase.HTMLAttributes<HTMLUiCarouselElement>;
|
|
29556
29075
|
"ui-checkbox": LocalJSX.IntrinsicElements["ui-checkbox"] & JSXBase.HTMLAttributes<HTMLUiCheckboxElement>;
|
|
29557
|
-
"ui-checkbox-group": LocalJSX.IntrinsicElements["ui-checkbox-group"] & JSXBase.HTMLAttributes<HTMLUiCheckboxGroupElement>;
|
|
29558
29076
|
"ui-code-editor": LocalJSX.IntrinsicElements["ui-code-editor"] & JSXBase.HTMLAttributes<HTMLUiCodeEditorElement>;
|
|
29559
29077
|
"ui-code-preview": LocalJSX.IntrinsicElements["ui-code-preview"] & JSXBase.HTMLAttributes<HTMLUiCodePreviewElement>;
|
|
29560
29078
|
"ui-color-controller": LocalJSX.IntrinsicElements["ui-color-controller"] & JSXBase.HTMLAttributes<HTMLUiColorControllerElement>;
|
|
@@ -29580,14 +29098,13 @@ declare module "@stencil/core" {
|
|
|
29580
29098
|
"ui-file-upload": LocalJSX.IntrinsicElements["ui-file-upload"] & JSXBase.HTMLAttributes<HTMLUiFileUploadElement>;
|
|
29581
29099
|
"ui-horizontal-nav": LocalJSX.IntrinsicElements["ui-horizontal-nav"] & JSXBase.HTMLAttributes<HTMLUiHorizontalNavElement>;
|
|
29582
29100
|
"ui-icon": LocalJSX.IntrinsicElements["ui-icon"] & JSXBase.HTMLAttributes<HTMLUiIconElement>;
|
|
29583
|
-
"ui-image-button": LocalJSX.IntrinsicElements["ui-image-button"] & JSXBase.HTMLAttributes<HTMLUiImageButtonElement>;
|
|
29584
29101
|
"ui-input": LocalJSX.IntrinsicElements["ui-input"] & JSXBase.HTMLAttributes<HTMLUiInputElement>;
|
|
29585
|
-
"ui-input-pair": LocalJSX.IntrinsicElements["ui-input-pair"] & JSXBase.HTMLAttributes<HTMLUiInputPairElement>;
|
|
29586
29102
|
"ui-knob": LocalJSX.IntrinsicElements["ui-knob"] & JSXBase.HTMLAttributes<HTMLUiKnobElement>;
|
|
29587
29103
|
"ui-library": LocalJSX.IntrinsicElements["ui-library"] & JSXBase.HTMLAttributes<HTMLUiLibraryElement>;
|
|
29588
29104
|
"ui-list": LocalJSX.IntrinsicElements["ui-list"] & JSXBase.HTMLAttributes<HTMLUiListElement>;
|
|
29589
29105
|
"ui-list-group": LocalJSX.IntrinsicElements["ui-list-group"] & JSXBase.HTMLAttributes<HTMLUiListGroupElement>;
|
|
29590
29106
|
"ui-list-item": LocalJSX.IntrinsicElements["ui-list-item"] & JSXBase.HTMLAttributes<HTMLUiListItemElement>;
|
|
29107
|
+
"ui-loader": LocalJSX.IntrinsicElements["ui-loader"] & JSXBase.HTMLAttributes<HTMLUiLoaderElement>;
|
|
29591
29108
|
"ui-masonry": LocalJSX.IntrinsicElements["ui-masonry"] & JSXBase.HTMLAttributes<HTMLUiMasonryElement>;
|
|
29592
29109
|
"ui-meter-group": LocalJSX.IntrinsicElements["ui-meter-group"] & JSXBase.HTMLAttributes<HTMLUiMeterGroupElement>;
|
|
29593
29110
|
"ui-navigation-bar": LocalJSX.IntrinsicElements["ui-navigation-bar"] & JSXBase.HTMLAttributes<HTMLUiNavigationBarElement>;
|
|
@@ -29600,7 +29117,6 @@ declare module "@stencil/core" {
|
|
|
29600
29117
|
"ui-popover": LocalJSX.IntrinsicElements["ui-popover"] & JSXBase.HTMLAttributes<HTMLUiPopoverElement>;
|
|
29601
29118
|
"ui-progress": LocalJSX.IntrinsicElements["ui-progress"] & JSXBase.HTMLAttributes<HTMLUiProgressElement>;
|
|
29602
29119
|
"ui-radio": LocalJSX.IntrinsicElements["ui-radio"] & JSXBase.HTMLAttributes<HTMLUiRadioElement>;
|
|
29603
|
-
"ui-radio-group": LocalJSX.IntrinsicElements["ui-radio-group"] & JSXBase.HTMLAttributes<HTMLUiRadioGroupElement>;
|
|
29604
29120
|
"ui-range-slider": LocalJSX.IntrinsicElements["ui-range-slider"] & JSXBase.HTMLAttributes<HTMLUiRangeSliderElement>;
|
|
29605
29121
|
"ui-rating": LocalJSX.IntrinsicElements["ui-rating"] & JSXBase.HTMLAttributes<HTMLUiRatingElement>;
|
|
29606
29122
|
"ui-resizable-panel": LocalJSX.IntrinsicElements["ui-resizable-panel"] & JSXBase.HTMLAttributes<HTMLUiResizablePanelElement>;
|