atomicuilibrary 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +111 -0
- package/dist/cjs/category-section.cjs.entry.js +30 -0
- package/dist/cjs/component-size-DsYFUZcz.js +29 -0
- package/dist/cjs/dom-oP1E4Rd3.js +267 -0
- package/dist/cjs/event-bus-B6M2f8CQ.js +23 -0
- package/dist/cjs/exploration-project-tailwind.cjs.js +24 -0
- package/dist/cjs/focus-trap-i9T6oXLc.js +139 -0
- package/dist/cjs/index-ClkOYpT8.js +2275 -0
- package/dist/cjs/index.cjs.js +260 -0
- package/dist/cjs/layout-manager.cjs.entry.js +616 -0
- package/dist/cjs/library-card.cjs.entry.js +63 -0
- package/dist/cjs/lm-container_2.cjs.entry.js +79 -0
- package/dist/cjs/lm-panel_3.cjs.entry.js +108 -0
- package/dist/cjs/loader.cjs.js +12 -0
- package/dist/cjs/my-component.cjs.entry.js +33 -0
- package/dist/cjs/my-step.cjs.entry.js +29 -0
- package/dist/cjs/nav-bar.cjs.entry.js +247 -0
- package/dist/cjs/security-E1JcwxGc.js +1547 -0
- package/dist/cjs/smart-step.cjs.entry.js +47 -0
- package/dist/cjs/timeline-item.cjs.entry.js +29 -0
- package/dist/cjs/ui-accordion_10.cjs.entry.js +5733 -0
- package/dist/cjs/ui-advanced-data-table.cjs.entry.js +2684 -0
- package/dist/cjs/ui-anchor.cjs.entry.js +558 -0
- package/dist/cjs/ui-animate-on-scroll.cjs.entry.js +285 -0
- package/dist/cjs/ui-aside-panel.cjs.entry.js +638 -0
- package/dist/cjs/ui-avatar-group_3.cjs.entry.js +634 -0
- package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +56 -0
- package/dist/cjs/ui-breadcrumb.cjs.entry.js +201 -0
- package/dist/cjs/ui-callout-banner.cjs.entry.js +291 -0
- package/dist/cjs/ui-card.cjs.entry.js +411 -0
- package/dist/cjs/ui-carousel.cjs.entry.js +547 -0
- package/dist/cjs/ui-checkbox-group.cjs.entry.js +330 -0
- package/dist/cjs/ui-checkbox.cjs.entry.js +260 -0
- package/dist/cjs/ui-code-editor.cjs.entry.js +961 -0
- package/dist/cjs/ui-code-preview.cjs.entry.js +315 -0
- package/dist/cjs/ui-color-controller.cjs.entry.js +150 -0
- package/dist/cjs/ui-color-picker.cjs.entry.js +658 -0
- package/dist/cjs/ui-command-palette.cjs.entry.js +178 -0
- package/dist/cjs/ui-dialog-box.cjs.entry.js +1808 -0
- package/dist/cjs/ui-dialog-content.cjs.entry.js +31 -0
- package/dist/cjs/ui-dialog-footer_2.cjs.entry.js +193 -0
- package/dist/cjs/ui-divider.cjs.entry.js +481 -0
- package/dist/cjs/ui-dock-host.cjs.entry.js +128 -0
- package/dist/cjs/ui-dock.cjs.entry.js +221 -0
- package/dist/cjs/ui-drag-drop.cjs.entry.js +172 -0
- package/dist/cjs/ui-dropdown_2.cjs.entry.js +1552 -0
- package/dist/cjs/ui-empty-state.cjs.entry.js +398 -0
- package/dist/cjs/ui-fab-item.cjs.entry.js +39 -0
- package/dist/cjs/ui-fab.cjs.entry.js +277 -0
- package/dist/cjs/ui-file-upload.cjs.entry.js +418 -0
- package/dist/cjs/ui-horizontal-nav.cjs.entry.js +135 -0
- package/dist/cjs/ui-image-button.cjs.entry.js +67 -0
- package/dist/cjs/ui-input-pair.cjs.entry.js +44 -0
- package/dist/cjs/ui-knob.cjs.entry.js +447 -0
- package/dist/cjs/ui-library.cjs.entry.js +134 -0
- package/dist/cjs/ui-list-group_2.cjs.entry.js +586 -0
- package/dist/cjs/ui-list.cjs.entry.js +732 -0
- package/dist/cjs/ui-masonry.cjs.entry.js +478 -0
- package/dist/cjs/ui-meter-group.cjs.entry.js +173 -0
- package/dist/cjs/ui-navigation-item.cjs.entry.js +104 -0
- package/dist/cjs/ui-number-input.cjs.entry.js +191 -0
- package/dist/cjs/ui-otp-input.cjs.entry.js +246 -0
- package/dist/cjs/ui-pagination_3.cjs.entry.js +1621 -0
- package/dist/cjs/ui-panel.cjs.entry.js +614 -0
- package/dist/cjs/ui-pattern-input.cjs.entry.js +278 -0
- package/dist/cjs/ui-popover.cjs.entry.js +517 -0
- package/dist/cjs/ui-progress.cjs.entry.js +516 -0
- package/dist/cjs/ui-radio-group.cjs.entry.js +205 -0
- package/dist/cjs/ui-radio.cjs.entry.js +206 -0
- package/dist/cjs/ui-range-slider.cjs.entry.js +637 -0
- package/dist/cjs/ui-resizable-panel.cjs.entry.js +484 -0
- package/dist/cjs/ui-scroll-top.cjs.entry.js +459 -0
- package/dist/cjs/ui-smart-context-menu.cjs.entry.js +376 -0
- package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +565 -0
- package/dist/cjs/ui-smart-stepper.cjs.entry.js +137 -0
- package/dist/cjs/ui-snackbar.cjs.entry.js +863 -0
- package/dist/cjs/ui-speed-dial.cjs.entry.js +520 -0
- package/dist/cjs/ui-speedometer.cjs.entry.js +428 -0
- package/dist/cjs/ui-splitter.cjs.entry.js +282 -0
- package/dist/cjs/ui-step.cjs.entry.js +30 -0
- package/dist/cjs/ui-stepper.cjs.entry.js +640 -0
- package/dist/cjs/ui-switch.cjs.entry.js +405 -0
- package/dist/cjs/ui-tabs.cjs.entry.js +703 -0
- package/dist/cjs/ui-tag.cjs.entry.js +299 -0
- package/dist/cjs/ui-timeline.cjs.entry.js +267 -0
- package/dist/cjs/ui-timer.cjs.entry.js +502 -0
- package/dist/cjs/ui-toolbar.cjs.entry.js +619 -0
- package/dist/cjs/ui-tooltip.cjs.entry.js +697 -0
- package/dist/cjs/ui-top-bar.cjs.entry.js +121 -0
- package/dist/cjs/ui-transfer-list.cjs.entry.js +592 -0
- package/dist/cjs/ui-tree.cjs.entry.js +874 -0
- package/dist/cjs/ui-workspace-manager.cjs.entry.js +1201 -0
- package/dist/cjs/utils-DVZ6gul6.js +26 -0
- package/dist/collection/assets/js/component-config.js +41 -0
- package/dist/collection/assets/js/demo-loader.js +147 -0
- package/dist/collection/assets/js/demo-nav.js +273 -0
- package/dist/collection/assets/js/demos/about-demo.js +60 -0
- package/dist/collection/assets/js/demos/accordion-demo.js +1954 -0
- package/dist/collection/assets/js/demos/advanced-data-table-demo.js +2952 -0
- package/dist/collection/assets/js/demos/anchor-demo.js +527 -0
- package/dist/collection/assets/js/demos/animate-on-scroll-demo.js +174 -0
- package/dist/collection/assets/js/demos/aside-panel-demo.js +1109 -0
- package/dist/collection/assets/js/demos/avatar-demo.js +508 -0
- package/dist/collection/assets/js/demos/badge-demo.js +620 -0
- package/dist/collection/assets/js/demos/breadcrumb-demo.js +365 -0
- package/dist/collection/assets/js/demos/button-demo.js +1223 -0
- package/dist/collection/assets/js/demos/button-toggle-demo.js +978 -0
- package/dist/collection/assets/js/demos/callout-banner-demo.js +366 -0
- package/dist/collection/assets/js/demos/card-demo.js +427 -0
- package/dist/collection/assets/js/demos/carousel-demo.js +360 -0
- package/dist/collection/assets/js/demos/checkbox-demo.js +489 -0
- package/dist/collection/assets/js/demos/code-preview-demo.js +216 -0
- package/dist/collection/assets/js/demos/color-picker-demo.js +117 -0
- package/dist/collection/assets/js/demos/command-palette-demo.js +105 -0
- package/dist/collection/assets/js/demos/complex-form-demo.js +45 -0
- package/dist/collection/assets/js/demos/context-menu-data.js +436 -0
- package/dist/collection/assets/js/demos/context-menu-demo.js +829 -0
- package/dist/collection/assets/js/demos/dashboard-demo.js +5 -0
- package/dist/collection/assets/js/demos/dialog-demo-temp.js +411 -0
- package/dist/collection/assets/js/demos/dialog-demo.js +2567 -0
- package/dist/collection/assets/js/demos/divider-demo.js +853 -0
- package/dist/collection/assets/js/demos/dock-demo.js +422 -0
- package/dist/collection/assets/js/demos/dock-host-init.js +117 -0
- package/dist/collection/assets/js/demos/dock-host-playground.js +59 -0
- package/dist/collection/assets/js/demos/documentation-demo.js +34 -0
- package/dist/collection/assets/js/demos/drag-drop-demo.js +132 -0
- package/dist/collection/assets/js/demos/dropdown-demo.js +1410 -0
- package/dist/collection/assets/js/demos/dropdown-subtitle-demo.js +18 -0
- package/dist/collection/assets/js/demos/empty-state-demo.js +580 -0
- package/dist/collection/assets/js/demos/fab-demo.js +374 -0
- package/dist/collection/assets/js/demos/file-upload-demo.js +171 -0
- package/dist/collection/assets/js/demos/home-components.js +750 -0
- package/dist/collection/assets/js/demos/home-demo.js +441 -0
- package/dist/collection/assets/js/demos/horizontal-nav-demo.js +277 -0
- package/dist/collection/assets/js/demos/icon-demo.js +380 -0
- package/dist/collection/assets/js/demos/input-demo.js +1932 -0
- package/dist/collection/assets/js/demos/knob-demo.js +570 -0
- package/dist/collection/assets/js/demos/layout-manager-demo.js +918 -0
- package/dist/collection/assets/js/demos/list-demo.js +1402 -0
- package/dist/collection/assets/js/demos/loader-demo.js +453 -0
- package/dist/collection/assets/js/demos/meter-group-demo.js +499 -0
- package/dist/collection/assets/js/demos/multi-level-context-menu-demo.js +924 -0
- package/dist/collection/assets/js/demos/my-profile-demo.js +237 -0
- package/dist/collection/assets/js/demos/nav-bar-demo.js +187 -0
- package/dist/collection/assets/js/demos/number-input-demo.js +242 -0
- package/dist/collection/assets/js/demos/overview-demo.js +11 -0
- package/dist/collection/assets/js/demos/pagination-demo.js +1042 -0
- package/dist/collection/assets/js/demos/panel-demo.js +789 -0
- package/dist/collection/assets/js/demos/pattern-input-demo.js +241 -0
- package/dist/collection/assets/js/demos/popover-demo.js +882 -0
- package/dist/collection/assets/js/demos/progress-demo.js +462 -0
- package/dist/collection/assets/js/demos/radio-demo.js +413 -0
- package/dist/collection/assets/js/demos/range-slider-demo.js +1217 -0
- package/dist/collection/assets/js/demos/rating-demo.js +383 -0
- package/dist/collection/assets/js/demos/scroll-top-demo.js +353 -0
- package/dist/collection/assets/js/demos/skeleton-demo.js +490 -0
- package/dist/collection/assets/js/demos/skeleton-performance-demo.js +26 -0
- package/dist/collection/assets/js/demos/smart-dialog-demo.js +552 -0
- package/dist/collection/assets/js/demos/smart-menu-demo.js +375 -0
- package/dist/collection/assets/js/demos/smart-stepper-demo.js +50 -0
- package/dist/collection/assets/js/demos/snackbar-demo.js +1040 -0
- package/dist/collection/assets/js/demos/speed-dial-demo.js +764 -0
- package/dist/collection/assets/js/demos/speedometer-demo.js +425 -0
- package/dist/collection/assets/js/demos/split-button-demo.js +201 -0
- package/dist/collection/assets/js/demos/stack-demo.js +228 -0
- package/dist/collection/assets/js/demos/stepper-demo.js +798 -0
- package/dist/collection/assets/js/demos/switch-demo.js +849 -0
- package/dist/collection/assets/js/demos/tabs-demo.js +1032 -0
- package/dist/collection/assets/js/demos/tag-demo.js +842 -0
- package/dist/collection/assets/js/demos/theme-selector-demo.js +466 -0
- package/dist/collection/assets/js/demos/timeline-demo.js +365 -0
- package/dist/collection/assets/js/demos/timeline-playground.js +59 -0
- package/dist/collection/assets/js/demos/timer-demo.js +313 -0
- package/dist/collection/assets/js/demos/toolbar-demo.js +643 -0
- package/dist/collection/assets/js/demos/tooltip-demo.js +730 -0
- package/dist/collection/assets/js/demos/top-bar-demo.js +417 -0
- package/dist/collection/assets/js/demos/transfer-list-demo.js +555 -0
- package/dist/collection/assets/js/demos/tree-demo.js +693 -0
- package/dist/collection/assets/js/demos/workspace-manager-demo.js +241 -0
- package/dist/collection/assets/js/index-boot.js +104 -0
- package/dist/collection/assets/js/nav-bar-demo.js +20 -0
- package/dist/collection/assets/js/nav-bar-init.js +119 -0
- package/dist/collection/assets/js/utils/layout-loader.js +80 -0
- package/dist/collection/collection-manifest.json +113 -0
- package/dist/collection/components/accordion/accordion.css +2090 -0
- package/dist/collection/components/accordion/accordion.js +2955 -0
- package/dist/collection/components/accordion/types.js +1 -0
- package/dist/collection/components/advanced-data-table/advanced-data-table.css +2606 -0
- package/dist/collection/components/advanced-data-table/advanced-data-table.js +5394 -0
- package/dist/collection/components/advanced-data-table/types.js +1 -0
- package/dist/collection/components/anchor/anchor.css +395 -0
- package/dist/collection/components/anchor/anchor.js +1404 -0
- package/dist/collection/components/anchor/types.js +1 -0
- package/dist/collection/components/animate-on-scroll/animate-on-scroll.css +804 -0
- package/dist/collection/components/animate-on-scroll/animate-on-scroll.js +696 -0
- package/dist/collection/components/aside-panel/aside-panel.css +472 -0
- package/dist/collection/components/aside-panel/aside-panel.js +1697 -0
- package/dist/collection/components/avatar/avatar.css +696 -0
- package/dist/collection/components/avatar/avatar.js +2007 -0
- package/dist/collection/components/avatar/types.js +1 -0
- package/dist/collection/components/avatar-group/avatar-group.css +253 -0
- package/dist/collection/components/avatar-group/avatar-group.js +405 -0
- package/dist/collection/components/avatar-group/types.js +1 -0
- package/dist/collection/components/badge/badge.css +580 -0
- package/dist/collection/components/badge/badge.js +723 -0
- package/dist/collection/components/badge/types.js +1 -0
- package/dist/collection/components/breadcrumb/breadcrumb-item.js +231 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +313 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +510 -0
- package/dist/collection/components/breadcrumb/types.js +1 -0
- package/dist/collection/components/button/button.css +1862 -0
- package/dist/collection/components/button/button.js +1380 -0
- package/dist/collection/components/button/types.js +1 -0
- package/dist/collection/components/button-toggle/button-toggle.css +97 -0
- package/dist/collection/components/button-toggle/button-toggle.js +620 -0
- package/dist/collection/components/button-toggle-group/button-toggle-group.css +401 -0
- package/dist/collection/components/button-toggle-group/button-toggle-group.js +1572 -0
- package/dist/collection/components/button-toggle-group/types.js +1 -0
- package/dist/collection/components/callout-banner/callout-banner.css +684 -0
- package/dist/collection/components/callout-banner/callout-banner.js +1076 -0
- package/dist/collection/components/callout-banner/types.js +1 -0
- package/dist/collection/components/card/card.css +663 -0
- package/dist/collection/components/card/card.js +1697 -0
- package/dist/collection/components/card/types.js +1 -0
- package/dist/collection/components/carousel/carousel.css +549 -0
- package/dist/collection/components/carousel/carousel.js +1512 -0
- package/dist/collection/components/carousel/types.js +1 -0
- package/dist/collection/components/checkbox/checkbox.css +863 -0
- package/dist/collection/components/checkbox/checkbox.js +1201 -0
- package/dist/collection/components/checkbox/types.js +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +223 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +1001 -0
- package/dist/collection/components/checkbox-group/types.js +1 -0
- package/dist/collection/components/code-editor/code-editor.css +1081 -0
- package/dist/collection/components/code-editor/code-editor.js +1211 -0
- package/dist/collection/components/code-editor/types.js +1 -0
- package/dist/collection/components/code-preview/types.js +1 -0
- package/dist/collection/components/code-preview/ui-code-preview.css +209 -0
- package/dist/collection/components/code-preview/ui-code-preview.js +548 -0
- package/dist/collection/components/color-controller/color-controller.css +108 -0
- package/dist/collection/components/color-controller/color-controller.js +224 -0
- package/dist/collection/components/color-picker/color-picker.css +323 -0
- package/dist/collection/components/color-picker/color-picker.js +1139 -0
- package/dist/collection/components/color-picker/types.js +1 -0
- package/dist/collection/components/command-palette/command-palette.css +260 -0
- package/dist/collection/components/command-palette/command-palette.js +429 -0
- package/dist/collection/components/command-palette/types.js +1 -0
- package/dist/collection/components/context-menu/context-menu.css +388 -0
- package/dist/collection/components/context-menu/context-menu.js +1412 -0
- package/dist/collection/components/context-menu/types.js +1 -0
- package/dist/collection/components/dialog-box/dialog-box.css +1261 -0
- package/dist/collection/components/dialog-box/dialog-box.js +4314 -0
- package/dist/collection/components/dialog-box/dialog-tray.css +268 -0
- package/dist/collection/components/dialog-box/types.js +1 -0
- package/dist/collection/components/dialog-content/dialog-content.css +83 -0
- package/dist/collection/components/dialog-content/dialog-content.js +96 -0
- package/dist/collection/components/dialog-footer/dialog-footer.css +89 -0
- package/dist/collection/components/dialog-footer/dialog-footer.js +94 -0
- package/dist/collection/components/dialog-footer/types.js +1 -0
- package/dist/collection/components/dialog-header/dialog-header.css +203 -0
- package/dist/collection/components/dialog-header/dialog-header.js +630 -0
- package/dist/collection/components/dialog-header/types.js +1 -0
- package/dist/collection/components/divider/divider.css +948 -0
- package/dist/collection/components/divider/divider.js +1612 -0
- package/dist/collection/components/divider/types.js +1 -0
- package/dist/collection/components/dock/dock.css +348 -0
- package/dist/collection/components/dock/dock.js +464 -0
- package/dist/collection/components/dock/types.js +1 -0
- package/dist/collection/components/dock-host/index.js +1 -0
- package/dist/collection/components/dock-host/types.js +1 -0
- package/dist/collection/components/dock-host/ui-dock-host.css +155 -0
- package/dist/collection/components/dock-host/ui-dock-host.js +226 -0
- package/dist/collection/components/drag-drop/drag-drop.css +103 -0
- package/dist/collection/components/drag-drop/drag-drop.js +385 -0
- package/dist/collection/components/drag-drop/types.js +1 -0
- package/dist/collection/components/dropdown/dropdown.css +1142 -0
- package/dist/collection/components/dropdown/dropdown.js +2033 -0
- package/dist/collection/components/dropdown/types.js +1 -0
- package/dist/collection/components/empty-state/empty-state.css +712 -0
- package/dist/collection/components/empty-state/empty-state.js +1256 -0
- package/dist/collection/components/empty-state/types.js +1 -0
- package/dist/collection/components/fab/fab.css +601 -0
- package/dist/collection/components/fab/fab.js +1124 -0
- package/dist/collection/components/fab-item/fab-item.css +107 -0
- package/dist/collection/components/fab-item/fab-item.js +177 -0
- package/dist/collection/components/fab-item/types.js +1 -0
- package/dist/collection/components/file-upload/file-upload.css +243 -0
- package/dist/collection/components/file-upload/file-upload.js +1022 -0
- package/dist/collection/components/file-upload/types.js +1 -0
- package/dist/collection/components/horizontal-nav/horizontal-nav.css +394 -0
- package/dist/collection/components/horizontal-nav/horizontal-nav.js +375 -0
- package/dist/collection/components/icon/icon.css +113 -0
- package/dist/collection/components/icon/icon.js +583 -0
- package/dist/collection/components/image-button/image-button.css +154 -0
- package/dist/collection/components/image-button/image-button.js +310 -0
- package/dist/collection/components/image-button/types.js +1 -0
- package/dist/collection/components/input/input.css +1544 -0
- package/dist/collection/components/input/input.js +3690 -0
- package/dist/collection/components/input/types.js +1 -0
- package/dist/collection/components/input-pair/input-pair.css +72 -0
- package/dist/collection/components/input-pair/input-pair.js +309 -0
- package/dist/collection/components/knob/knob.css +162 -0
- package/dist/collection/components/knob/knob.js +986 -0
- package/dist/collection/components/knob/types.js +1 -0
- package/dist/collection/components/layout-manager/layout-manager.css +41 -0
- package/dist/collection/components/layout-manager/layout-manager.js +525 -0
- package/dist/collection/components/layout-manager/lm-container/lm-container.css +117 -0
- package/dist/collection/components/layout-manager/lm-container/lm-container.js +110 -0
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.css +0 -0
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +49 -0
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.css +97 -0
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +58 -0
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.css +57 -0
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +120 -0
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.css +149 -0
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +130 -0
- package/dist/collection/components/layout-manager/types.js +1 -0
- package/dist/collection/components/library/category-section.css +147 -0
- package/dist/collection/components/library/category-section.js +139 -0
- package/dist/collection/components/library/data.js +74 -0
- package/dist/collection/components/library/library-card.css +181 -0
- package/dist/collection/components/library/library-card.js +203 -0
- package/dist/collection/components/library/library.css +358 -0
- package/dist/collection/components/library/library.js +91 -0
- package/dist/collection/components/list/list.css +1029 -0
- package/dist/collection/components/list/list.js +2167 -0
- package/dist/collection/components/list-group/list-group.css +275 -0
- package/dist/collection/components/list-group/list-group.js +356 -0
- package/dist/collection/components/list-item/list-item.css +1491 -0
- package/dist/collection/components/list-item/list-item.js +2184 -0
- package/dist/collection/components/masonry/masonry.css +414 -0
- package/dist/collection/components/masonry/masonry.js +1104 -0
- package/dist/collection/components/masonry/types.js +1 -0
- package/dist/collection/components/meter-group/meter-group.css +184 -0
- package/dist/collection/components/meter-group/meter-group.js +471 -0
- package/dist/collection/components/meter-group/types.js +1 -0
- package/dist/collection/components/my-component/my-component.css +27 -0
- package/dist/collection/components/my-component/my-component.js +95 -0
- package/dist/collection/components/my-step/my-step.css +25 -0
- package/dist/collection/components/my-step/my-step.js +237 -0
- package/dist/collection/components/nav-bar/nav-bar.css +448 -0
- package/dist/collection/components/nav-bar/nav-bar.js +608 -0
- package/dist/collection/components/number-input/number-input.css +200 -0
- package/dist/collection/components/number-input/number-input.js +695 -0
- package/dist/collection/components/otp-input/otp-input.css +243 -0
- package/dist/collection/components/otp-input/otp-input.js +761 -0
- package/dist/collection/components/otp-input/types.js +1 -0
- package/dist/collection/components/pagination/pagination.css +1399 -0
- package/dist/collection/components/pagination/pagination.js +2033 -0
- package/dist/collection/components/pagination/types.js +1 -0
- package/dist/collection/components/panel/panel.css +837 -0
- package/dist/collection/components/panel/panel.js +1842 -0
- package/dist/collection/components/panel/types.js +1 -0
- package/dist/collection/components/pattern-input/pattern-input.css +252 -0
- package/dist/collection/components/pattern-input/pattern-input.js +788 -0
- package/dist/collection/components/popover/popover.css +399 -0
- package/dist/collection/components/popover/popover.js +1449 -0
- package/dist/collection/components/popover/types.js +1 -0
- package/dist/collection/components/progress/progress.css +588 -0
- package/dist/collection/components/progress/progress.js +1414 -0
- package/dist/collection/components/progress/types.js +1 -0
- package/dist/collection/components/radio/radio.css +773 -0
- package/dist/collection/components/radio/radio.js +1059 -0
- package/dist/collection/components/radio/types.js +1 -0
- package/dist/collection/components/radio-group/radio-group.css +202 -0
- package/dist/collection/components/radio-group/radio-group.js +903 -0
- package/dist/collection/components/radio-group/types.js +1 -0
- package/dist/collection/components/range-slider/range-slider.css +602 -0
- package/dist/collection/components/range-slider/range-slider.js +1369 -0
- package/dist/collection/components/range-slider/types.js +1 -0
- package/dist/collection/components/rating/rating.css +768 -0
- package/dist/collection/components/rating/rating.js +1062 -0
- package/dist/collection/components/rating/types.js +1 -0
- package/dist/collection/components/resizable-panel/resizable-panel.css +247 -0
- package/dist/collection/components/resizable-panel/resizable-panel.js +874 -0
- package/dist/collection/components/resizable-panel/types.js +1 -0
- package/dist/collection/components/scroll-top/scroll-top.css +397 -0
- package/dist/collection/components/scroll-top/scroll-top.js +1178 -0
- package/dist/collection/components/scroll-top/types.js +1 -0
- package/dist/collection/components/skeleton/skeleton-loader.css +429 -0
- package/dist/collection/components/skeleton/skeleton-loader.js +1193 -0
- package/dist/collection/components/skeleton/types.js +1 -0
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.css +357 -0
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +1190 -0
- package/dist/collection/components/smart-location-dropdown/types.js +1 -0
- package/dist/collection/components/smart-menu/menu-item.interface.js +1 -0
- package/dist/collection/components/smart-menu/smart-menu.css +119 -0
- package/dist/collection/components/smart-menu/smart-menu.js +544 -0
- package/dist/collection/components/smart-stepper/smart-step.css +213 -0
- package/dist/collection/components/smart-stepper/smart-step.js +170 -0
- package/dist/collection/components/smart-stepper/smart-stepper.css +146 -0
- package/dist/collection/components/smart-stepper/smart-stepper.js +338 -0
- package/dist/collection/components/snackbar/snackbar.css +1480 -0
- package/dist/collection/components/snackbar/snackbar.js +1759 -0
- package/dist/collection/components/snackbar/types.js +1 -0
- package/dist/collection/components/speed-dial/speed-dial.css +478 -0
- package/dist/collection/components/speed-dial/speed-dial.js +1183 -0
- package/dist/collection/components/speed-dial/types.js +1 -0
- package/dist/collection/components/speedometer/speedometer.css +95 -0
- package/dist/collection/components/speedometer/speedometer.js +868 -0
- package/dist/collection/components/speedometer/types.js +1 -0
- package/dist/collection/components/splitter/splitter.css +269 -0
- package/dist/collection/components/splitter/splitter.js +713 -0
- package/dist/collection/components/splitter/types.js +1 -0
- package/dist/collection/components/stack/stack.css +269 -0
- package/dist/collection/components/stack/stack.js +297 -0
- package/dist/collection/components/stack/types.js +1 -0
- package/dist/collection/components/step/step.css +77 -0
- package/dist/collection/components/step/step.js +214 -0
- package/dist/collection/components/step/types.js +1 -0
- package/dist/collection/components/stepper/stepper.css +1079 -0
- package/dist/collection/components/stepper/stepper.js +1850 -0
- package/dist/collection/components/stepper/types.js +1 -0
- package/dist/collection/components/switch/switch.css +1099 -0
- package/dist/collection/components/switch/switch.js +1578 -0
- package/dist/collection/components/tabs/tabs.css +1355 -0
- package/dist/collection/components/tabs/tabs.js +1474 -0
- package/dist/collection/components/tabs/types.js +1 -0
- package/dist/collection/components/tag/tag.css +893 -0
- package/dist/collection/components/tag/tag.js +1119 -0
- package/dist/collection/components/tag/types.js +1 -0
- package/dist/collection/components/tag-group/tag-group.css +144 -0
- package/dist/collection/components/tag-group/tag-group.js +887 -0
- package/dist/collection/components/tag-group/types.js +1 -0
- package/dist/collection/components/timeline/timeline.css +1850 -0
- package/dist/collection/components/timeline/timeline.js +889 -0
- package/dist/collection/components/timeline/types.js +1 -0
- package/dist/collection/components/timeline/ui-timeline.stories.js +19 -0
- package/dist/collection/components/timeline-item/timeline-item.css +75 -0
- package/dist/collection/components/timeline-item/timeline-item.js +91 -0
- package/dist/collection/components/timer/timer.css +367 -0
- package/dist/collection/components/timer/timer.js +1292 -0
- package/dist/collection/components/timer/types.js +1 -0
- package/dist/collection/components/timer/ui-timer.stories.js +19 -0
- package/dist/collection/components/toggle-group/toggle-group.css +361 -0
- package/dist/collection/components/toggle-group/toggle-group.js +1212 -0
- package/dist/collection/components/toggle-group/types.js +1 -0
- package/dist/collection/components/toolbar/toolbar-types.js +1 -0
- package/dist/collection/components/toolbar/toolbar.css +1186 -0
- package/dist/collection/components/toolbar/toolbar.js +1635 -0
- package/dist/collection/components/tooltip/tooltip.css +609 -0
- package/dist/collection/components/tooltip/tooltip.js +1882 -0
- package/dist/collection/components/tooltip/types.js +1 -0
- package/dist/collection/components/top-bar/top-bar.css +274 -0
- package/dist/collection/components/top-bar/top-bar.js +383 -0
- package/dist/collection/components/transfer-list/transfer-list.css +520 -0
- package/dist/collection/components/transfer-list/transfer-list.js +1225 -0
- package/dist/collection/components/transfer-list/types.js +1 -0
- package/dist/collection/components/tree/tree.css +1197 -0
- package/dist/collection/components/tree/tree.js +2509 -0
- package/dist/collection/components/tree/types.js +1 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +830 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +1231 -0
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-types.js +1 -0
- package/dist/collection/components/ui-navigation-bar/navigation-item.css +679 -0
- package/dist/collection/components/ui-navigation-bar/navigation-item.js +385 -0
- package/dist/collection/components/ui-navigation-bar/navigation-types.js +1 -0
- package/dist/collection/components/workspace-manager/types.js +1 -0
- package/dist/collection/components/workspace-manager/workspace-manager.css +1094 -0
- package/dist/collection/components/workspace-manager/workspace-manager.js +1914 -0
- package/dist/collection/components.js +51 -0
- package/dist/collection/index.js +108 -0
- package/dist/collection/service/drag-manager.js +23 -0
- package/dist/collection/service/event-bus.js +19 -0
- package/dist/collection/service/serialization.js +8 -0
- package/dist/collection/service/state-engine.js +247 -0
- package/dist/collection/service/theme-switcher.js +146 -0
- package/dist/collection/stories/Button.stories.js +15 -0
- package/dist/collection/types/common.js +1 -0
- package/dist/collection/types/index.js +4 -0
- package/dist/collection/utils/aria-live.js +60 -0
- package/dist/collection/utils/component-size.js +25 -0
- package/dist/collection/utils/dom.js +260 -0
- package/dist/collection/utils/focus-trap.js +135 -0
- package/dist/collection/utils/security.js +10 -0
- package/dist/collection/utils/test/setup-component-test-env.js +92 -0
- package/dist/collection/utils/utils.js +21 -0
- package/dist/collection/utils/validation.js +74 -0
- package/dist/components/avatar-group.js +1 -0
- package/dist/components/avatar.js +1 -0
- package/dist/components/badge.js +1 -0
- package/dist/components/button-toggle.js +1 -0
- package/dist/components/category-section.d.ts +11 -0
- package/dist/components/category-section.js +1 -0
- package/dist/components/category-section2.js +1 -0
- package/dist/components/checkbox.js +1 -0
- package/dist/components/context-menu.js +1 -0
- package/dist/components/dialog-footer.js +1 -0
- package/dist/components/dialog-header.js +1 -0
- package/dist/components/dom.js +1 -0
- package/dist/components/dropdown.js +1 -0
- package/dist/components/event-bus.js +1 -0
- package/dist/components/focus-trap.js +1 -0
- package/dist/components/icon.js +2 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/input.js +1 -0
- package/dist/components/layout-manager.d.ts +11 -0
- package/dist/components/layout-manager.js +1 -0
- package/dist/components/library-card.d.ts +11 -0
- package/dist/components/library-card.js +1 -0
- package/dist/components/library-card2.js +1 -0
- package/dist/components/list-group.js +1 -0
- package/dist/components/list-item.js +1 -0
- package/dist/components/lm-container.d.ts +11 -0
- package/dist/components/lm-container.js +1 -0
- package/dist/components/lm-container2.js +1 -0
- package/dist/components/lm-floating-window.d.ts +11 -0
- package/dist/components/lm-floating-window.js +1 -0
- package/dist/components/lm-floating-window2.js +1 -0
- package/dist/components/lm-panel.d.ts +11 -0
- package/dist/components/lm-panel.js +1 -0
- package/dist/components/lm-panel2.js +1 -0
- package/dist/components/lm-splitter.d.ts +11 -0
- package/dist/components/lm-splitter.js +1 -0
- package/dist/components/lm-splitter2.js +1 -0
- package/dist/components/lm-tabs.d.ts +11 -0
- package/dist/components/lm-tabs.js +1 -0
- package/dist/components/lm-tabs2.js +1 -0
- package/dist/components/my-component.d.ts +11 -0
- package/dist/components/my-component.js +1 -0
- package/dist/components/my-step.d.ts +11 -0
- package/dist/components/my-step.js +1 -0
- package/dist/components/nav-bar.d.ts +11 -0
- package/dist/components/nav-bar.js +1 -0
- package/dist/components/pagination.js +1 -0
- package/dist/components/radio.js +1 -0
- package/dist/components/range-slider.js +1 -0
- package/dist/components/rating.js +1 -0
- package/dist/components/resizable-panel.js +1 -0
- package/dist/components/skeleton-loader.js +1 -0
- package/dist/components/smart-step.d.ts +11 -0
- package/dist/components/smart-step.js +1 -0
- package/dist/components/stack.js +1 -0
- package/dist/components/switch.js +1 -0
- package/dist/components/tag-group.js +1 -0
- package/dist/components/tag.js +1 -0
- package/dist/components/timeline-item.d.ts +11 -0
- package/dist/components/timeline-item.js +1 -0
- package/dist/components/toggle-group.js +1 -0
- package/dist/components/tooltip.js +1 -0
- package/dist/components/ui-accordion.d.ts +11 -0
- package/dist/components/ui-accordion.js +1 -0
- package/dist/components/ui-advanced-data-table.d.ts +11 -0
- package/dist/components/ui-advanced-data-table.js +1 -0
- package/dist/components/ui-anchor.d.ts +11 -0
- package/dist/components/ui-anchor.js +1 -0
- package/dist/components/ui-animate-on-scroll.d.ts +11 -0
- package/dist/components/ui-animate-on-scroll.js +1 -0
- package/dist/components/ui-aside-panel.d.ts +11 -0
- package/dist/components/ui-aside-panel.js +1 -0
- package/dist/components/ui-avatar-group.d.ts +11 -0
- package/dist/components/ui-avatar-group.js +1 -0
- package/dist/components/ui-avatar.d.ts +11 -0
- package/dist/components/ui-avatar.js +1 -0
- package/dist/components/ui-badge.d.ts +11 -0
- package/dist/components/ui-badge.js +1 -0
- package/dist/components/ui-breadcrumb-item.d.ts +11 -0
- package/dist/components/ui-breadcrumb-item.js +1 -0
- package/dist/components/ui-breadcrumb.d.ts +11 -0
- package/dist/components/ui-breadcrumb.js +1 -0
- package/dist/components/ui-button-toggle-group.d.ts +11 -0
- package/dist/components/ui-button-toggle-group.js +1 -0
- package/dist/components/ui-button-toggle.d.ts +11 -0
- package/dist/components/ui-button-toggle.js +1 -0
- package/dist/components/ui-button.d.ts +11 -0
- package/dist/components/ui-button.js +1 -0
- package/dist/components/ui-callout-banner.d.ts +11 -0
- package/dist/components/ui-callout-banner.js +1 -0
- package/dist/components/ui-card.d.ts +11 -0
- package/dist/components/ui-card.js +1 -0
- package/dist/components/ui-carousel.d.ts +11 -0
- package/dist/components/ui-carousel.js +1 -0
- package/dist/components/ui-checkbox-group.d.ts +11 -0
- package/dist/components/ui-checkbox-group.js +1 -0
- package/dist/components/ui-checkbox.d.ts +11 -0
- package/dist/components/ui-checkbox.js +1 -0
- package/dist/components/ui-code-editor.d.ts +11 -0
- package/dist/components/ui-code-editor.js +1 -0
- package/dist/components/ui-code-preview.d.ts +11 -0
- package/dist/components/ui-code-preview.js +1 -0
- package/dist/components/ui-color-controller.d.ts +11 -0
- package/dist/components/ui-color-controller.js +1 -0
- package/dist/components/ui-color-picker.d.ts +11 -0
- package/dist/components/ui-color-picker.js +1 -0
- package/dist/components/ui-command-palette.d.ts +11 -0
- package/dist/components/ui-command-palette.js +1 -0
- package/dist/components/ui-context-menu.d.ts +11 -0
- package/dist/components/ui-context-menu.js +1 -0
- package/dist/components/ui-dialog-box.d.ts +11 -0
- package/dist/components/ui-dialog-box.js +1 -0
- package/dist/components/ui-dialog-content.d.ts +11 -0
- package/dist/components/ui-dialog-content.js +1 -0
- package/dist/components/ui-dialog-footer.d.ts +11 -0
- package/dist/components/ui-dialog-footer.js +1 -0
- package/dist/components/ui-dialog-header.d.ts +11 -0
- package/dist/components/ui-dialog-header.js +1 -0
- package/dist/components/ui-divider.d.ts +11 -0
- package/dist/components/ui-divider.js +1 -0
- package/dist/components/ui-dock-host.d.ts +11 -0
- package/dist/components/ui-dock-host.js +1 -0
- package/dist/components/ui-dock.d.ts +11 -0
- package/dist/components/ui-dock.js +1 -0
- package/dist/components/ui-drag-drop.d.ts +11 -0
- package/dist/components/ui-drag-drop.js +1 -0
- package/dist/components/ui-dropdown.d.ts +11 -0
- package/dist/components/ui-dropdown.js +1 -0
- package/dist/components/ui-empty-state.d.ts +11 -0
- package/dist/components/ui-empty-state.js +1 -0
- package/dist/components/ui-fab-item.d.ts +11 -0
- package/dist/components/ui-fab-item.js +1 -0
- package/dist/components/ui-fab.d.ts +11 -0
- package/dist/components/ui-fab.js +1 -0
- package/dist/components/ui-file-upload.d.ts +11 -0
- package/dist/components/ui-file-upload.js +1 -0
- package/dist/components/ui-horizontal-nav.d.ts +11 -0
- package/dist/components/ui-horizontal-nav.js +1 -0
- package/dist/components/ui-icon.d.ts +11 -0
- package/dist/components/ui-icon.js +1 -0
- package/dist/components/ui-image-button.d.ts +11 -0
- package/dist/components/ui-image-button.js +1 -0
- package/dist/components/ui-input-pair.d.ts +11 -0
- package/dist/components/ui-input-pair.js +1 -0
- package/dist/components/ui-input.d.ts +11 -0
- package/dist/components/ui-input.js +1 -0
- package/dist/components/ui-knob.d.ts +11 -0
- package/dist/components/ui-knob.js +1 -0
- package/dist/components/ui-library.d.ts +11 -0
- package/dist/components/ui-library.js +1 -0
- package/dist/components/ui-list-group.d.ts +11 -0
- package/dist/components/ui-list-group.js +1 -0
- package/dist/components/ui-list-item.d.ts +11 -0
- package/dist/components/ui-list-item.js +1 -0
- package/dist/components/ui-list.d.ts +11 -0
- package/dist/components/ui-list.js +1 -0
- package/dist/components/ui-masonry.d.ts +11 -0
- package/dist/components/ui-masonry.js +1 -0
- package/dist/components/ui-meter-group.d.ts +11 -0
- package/dist/components/ui-meter-group.js +1 -0
- package/dist/components/ui-navigation-bar.d.ts +11 -0
- package/dist/components/ui-navigation-bar.js +1 -0
- package/dist/components/ui-navigation-item.d.ts +11 -0
- package/dist/components/ui-navigation-item.js +1 -0
- package/dist/components/ui-number-input.d.ts +11 -0
- package/dist/components/ui-number-input.js +1 -0
- package/dist/components/ui-otp-input.d.ts +11 -0
- package/dist/components/ui-otp-input.js +1 -0
- package/dist/components/ui-pagination.d.ts +11 -0
- package/dist/components/ui-pagination.js +1 -0
- package/dist/components/ui-panel.d.ts +11 -0
- package/dist/components/ui-panel.js +1 -0
- package/dist/components/ui-pattern-input.d.ts +11 -0
- package/dist/components/ui-pattern-input.js +1 -0
- package/dist/components/ui-popover.d.ts +11 -0
- package/dist/components/ui-popover.js +1 -0
- package/dist/components/ui-progress.d.ts +11 -0
- package/dist/components/ui-progress.js +1 -0
- package/dist/components/ui-radio-group.d.ts +11 -0
- package/dist/components/ui-radio-group.js +1 -0
- package/dist/components/ui-radio.d.ts +11 -0
- package/dist/components/ui-radio.js +1 -0
- package/dist/components/ui-range-slider.d.ts +11 -0
- package/dist/components/ui-range-slider.js +1 -0
- package/dist/components/ui-rating.d.ts +11 -0
- package/dist/components/ui-rating.js +1 -0
- package/dist/components/ui-resizable-panel.d.ts +11 -0
- package/dist/components/ui-resizable-panel.js +1 -0
- package/dist/components/ui-scroll-top.d.ts +11 -0
- package/dist/components/ui-scroll-top.js +1 -0
- package/dist/components/ui-skeleton.d.ts +11 -0
- package/dist/components/ui-skeleton.js +1 -0
- package/dist/components/ui-smart-context-menu.d.ts +11 -0
- package/dist/components/ui-smart-context-menu.js +1 -0
- package/dist/components/ui-smart-location-dropdown.d.ts +11 -0
- package/dist/components/ui-smart-location-dropdown.js +1 -0
- package/dist/components/ui-smart-stepper.d.ts +11 -0
- package/dist/components/ui-smart-stepper.js +1 -0
- package/dist/components/ui-snackbar.d.ts +11 -0
- package/dist/components/ui-snackbar.js +1 -0
- package/dist/components/ui-speed-dial.d.ts +11 -0
- package/dist/components/ui-speed-dial.js +1 -0
- package/dist/components/ui-speedometer.d.ts +11 -0
- package/dist/components/ui-speedometer.js +1 -0
- package/dist/components/ui-splitter.d.ts +11 -0
- package/dist/components/ui-splitter.js +1 -0
- package/dist/components/ui-stack.d.ts +11 -0
- package/dist/components/ui-stack.js +1 -0
- package/dist/components/ui-step.d.ts +11 -0
- package/dist/components/ui-step.js +1 -0
- package/dist/components/ui-stepper.d.ts +11 -0
- package/dist/components/ui-stepper.js +1 -0
- package/dist/components/ui-switch.d.ts +11 -0
- package/dist/components/ui-switch.js +1 -0
- package/dist/components/ui-tabs.d.ts +11 -0
- package/dist/components/ui-tabs.js +1 -0
- package/dist/components/ui-tag-group.d.ts +11 -0
- package/dist/components/ui-tag-group.js +1 -0
- package/dist/components/ui-tag.d.ts +11 -0
- package/dist/components/ui-tag.js +1 -0
- package/dist/components/ui-timeline.d.ts +11 -0
- package/dist/components/ui-timeline.js +1 -0
- package/dist/components/ui-timer.d.ts +11 -0
- package/dist/components/ui-timer.js +1 -0
- package/dist/components/ui-toggle-group.d.ts +11 -0
- package/dist/components/ui-toggle-group.js +1 -0
- package/dist/components/ui-toolbar.d.ts +11 -0
- package/dist/components/ui-toolbar.js +1 -0
- package/dist/components/ui-tooltip.d.ts +11 -0
- package/dist/components/ui-tooltip.js +1 -0
- package/dist/components/ui-top-bar.d.ts +11 -0
- package/dist/components/ui-top-bar.js +1 -0
- package/dist/components/ui-transfer-list.d.ts +11 -0
- package/dist/components/ui-transfer-list.js +1 -0
- package/dist/components/ui-tree.d.ts +11 -0
- package/dist/components/ui-tree.js +1 -0
- package/dist/components/ui-workspace-manager.d.ts +11 -0
- package/dist/components/ui-workspace-manager.js +1 -0
- package/dist/components/utils.js +1 -0
- package/dist/esm/category-section.entry.js +28 -0
- package/dist/esm/component-size-C7gf39HE.js +27 -0
- package/dist/esm/dom-BMFah5q3.js +262 -0
- package/dist/esm/event-bus-vwwmWKs9.js +21 -0
- package/dist/esm/exploration-project-tailwind.js +20 -0
- package/dist/esm/focus-trap-BSQ8klD4.js +137 -0
- package/dist/esm/index-DUsoYu9r.js +2264 -0
- package/dist/esm/index.js +256 -0
- package/dist/esm/layout-manager.entry.js +614 -0
- package/dist/esm/library-card.entry.js +61 -0
- package/dist/esm/lm-container_2.entry.js +76 -0
- package/dist/esm/lm-panel_3.entry.js +104 -0
- package/dist/esm/loader.js +10 -0
- package/dist/esm/my-component.entry.js +31 -0
- package/dist/esm/my-step.entry.js +27 -0
- package/dist/esm/nav-bar.entry.js +245 -0
- package/dist/esm/security-D2WzX6vR.js +1545 -0
- package/dist/esm/smart-step.entry.js +45 -0
- package/dist/esm/timeline-item.entry.js +27 -0
- package/dist/esm/ui-accordion_10.entry.js +5722 -0
- package/dist/esm/ui-advanced-data-table.entry.js +2682 -0
- package/dist/esm/ui-anchor.entry.js +556 -0
- package/dist/esm/ui-animate-on-scroll.entry.js +283 -0
- package/dist/esm/ui-aside-panel.entry.js +636 -0
- package/dist/esm/ui-avatar-group_3.entry.js +630 -0
- package/dist/esm/ui-breadcrumb-item.entry.js +54 -0
- package/dist/esm/ui-breadcrumb.entry.js +199 -0
- package/dist/esm/ui-callout-banner.entry.js +289 -0
- package/dist/esm/ui-card.entry.js +409 -0
- package/dist/esm/ui-carousel.entry.js +545 -0
- package/dist/esm/ui-checkbox-group.entry.js +328 -0
- package/dist/esm/ui-checkbox.entry.js +258 -0
- package/dist/esm/ui-code-editor.entry.js +959 -0
- package/dist/esm/ui-code-preview.entry.js +313 -0
- package/dist/esm/ui-color-controller.entry.js +148 -0
- package/dist/esm/ui-color-picker.entry.js +656 -0
- package/dist/esm/ui-command-palette.entry.js +176 -0
- package/dist/esm/ui-dialog-box.entry.js +1806 -0
- package/dist/esm/ui-dialog-content.entry.js +29 -0
- package/dist/esm/ui-dialog-footer_2.entry.js +190 -0
- package/dist/esm/ui-divider.entry.js +479 -0
- package/dist/esm/ui-dock-host.entry.js +126 -0
- package/dist/esm/ui-dock.entry.js +219 -0
- package/dist/esm/ui-drag-drop.entry.js +170 -0
- package/dist/esm/ui-dropdown_2.entry.js +1549 -0
- package/dist/esm/ui-empty-state.entry.js +396 -0
- package/dist/esm/ui-fab-item.entry.js +37 -0
- package/dist/esm/ui-fab.entry.js +275 -0
- package/dist/esm/ui-file-upload.entry.js +416 -0
- package/dist/esm/ui-horizontal-nav.entry.js +133 -0
- package/dist/esm/ui-image-button.entry.js +65 -0
- package/dist/esm/ui-input-pair.entry.js +42 -0
- package/dist/esm/ui-knob.entry.js +445 -0
- package/dist/esm/ui-library.entry.js +132 -0
- package/dist/esm/ui-list-group_2.entry.js +583 -0
- package/dist/esm/ui-list.entry.js +730 -0
- package/dist/esm/ui-masonry.entry.js +476 -0
- package/dist/esm/ui-meter-group.entry.js +171 -0
- package/dist/esm/ui-navigation-item.entry.js +102 -0
- package/dist/esm/ui-number-input.entry.js +189 -0
- package/dist/esm/ui-otp-input.entry.js +244 -0
- package/dist/esm/ui-pagination_3.entry.js +1617 -0
- package/dist/esm/ui-panel.entry.js +612 -0
- package/dist/esm/ui-pattern-input.entry.js +276 -0
- package/dist/esm/ui-popover.entry.js +515 -0
- package/dist/esm/ui-progress.entry.js +514 -0
- package/dist/esm/ui-radio-group.entry.js +203 -0
- package/dist/esm/ui-radio.entry.js +204 -0
- package/dist/esm/ui-range-slider.entry.js +635 -0
- package/dist/esm/ui-resizable-panel.entry.js +482 -0
- package/dist/esm/ui-scroll-top.entry.js +457 -0
- package/dist/esm/ui-smart-context-menu.entry.js +374 -0
- package/dist/esm/ui-smart-location-dropdown.entry.js +563 -0
- package/dist/esm/ui-smart-stepper.entry.js +135 -0
- package/dist/esm/ui-snackbar.entry.js +861 -0
- package/dist/esm/ui-speed-dial.entry.js +518 -0
- package/dist/esm/ui-speedometer.entry.js +426 -0
- package/dist/esm/ui-splitter.entry.js +280 -0
- package/dist/esm/ui-step.entry.js +28 -0
- package/dist/esm/ui-stepper.entry.js +638 -0
- package/dist/esm/ui-switch.entry.js +403 -0
- package/dist/esm/ui-tabs.entry.js +701 -0
- package/dist/esm/ui-tag.entry.js +297 -0
- package/dist/esm/ui-timeline.entry.js +265 -0
- package/dist/esm/ui-timer.entry.js +500 -0
- package/dist/esm/ui-toolbar.entry.js +617 -0
- package/dist/esm/ui-tooltip.entry.js +695 -0
- package/dist/esm/ui-top-bar.entry.js +119 -0
- package/dist/esm/ui-transfer-list.entry.js +590 -0
- package/dist/esm/ui-tree.entry.js +872 -0
- package/dist/esm/ui-workspace-manager.entry.js +1199 -0
- package/dist/esm/utils-Ck6jDuhz.js +23 -0
- package/dist/exploration-project-tailwind/exploration-project-tailwind.css +1 -0
- package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -0
- package/dist/exploration-project-tailwind/index.esm.js +1 -0
- package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-049744f9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-06f0c679.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-0b004861.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-0d31c9e9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-148e81df.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-200241f8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-287dbf09.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2d273118.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2f1aebb3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-2f961934.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-35296877.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-36861546.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-3d3d48fd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-41cd6bf0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-45482d86.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-46596a28.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-46efdea3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-47e2a7ee.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4d73c143.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4de419d5.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-4f6bba75.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5508874f.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-5e3e80ae.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-61717490.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-62352ef2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-64e3a484.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-6fa9dc15.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-70d82d79.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-717dad1f.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7376ac95.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-73d29a4a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7515b1e3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77124686.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77a21491.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-77cc333a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-7f91d949.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-807c6555.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-81961fb1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-85bf89fd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-85e36111.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-875be805.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-898dd0fa.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-8d951aef.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9d0c8760.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9fa70359.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-9fc06ff0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-BMFah5q3.js +1 -0
- package/dist/exploration-project-tailwind/p-BSQ8klD4.js +1 -0
- package/dist/exploration-project-tailwind/p-C7gf39HE.js +1 -0
- package/dist/exploration-project-tailwind/p-Ck6jDuhz.js +1 -0
- package/dist/exploration-project-tailwind/p-D2WzX6vR.js +2 -0
- package/dist/exploration-project-tailwind/p-DUsoYu9r.js +2 -0
- package/dist/exploration-project-tailwind/p-a1ad32a2.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a3f465d9.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a42fdc33.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-a4f52a76.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-aa85ff78.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ab752761.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ba21fed3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c174a372.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c2ca71ac.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c4ba7e52.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c5ddc817.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c69dd43e.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c6fd72e1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c7e87fbb.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c87aeab6.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-c90722ec.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ccb5c737.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d16c9635.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d2308a00.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d30e24bd.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-d419eaf0.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-debede45.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e5322e59.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e8ba0c95.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-e90d5307.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ea51c5d8.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f0830120.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f5719913.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-ffb1754a.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-vwwmWKs9.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/accordion/accordion.d.ts +352 -0
- package/dist/types/components/accordion/types.d.ts +69 -0
- package/dist/types/components/advanced-data-table/advanced-data-table.d.ts +697 -0
- package/dist/types/components/advanced-data-table/types.d.ts +120 -0
- package/dist/types/components/anchor/anchor.d.ts +133 -0
- package/dist/types/components/anchor/types.d.ts +17 -0
- package/dist/types/components/animate-on-scroll/animate-on-scroll.d.ts +101 -0
- package/dist/types/components/aside-panel/aside-panel.d.ts +249 -0
- package/dist/types/components/avatar/avatar.d.ts +201 -0
- package/dist/types/components/avatar/types.d.ts +132 -0
- package/dist/types/components/avatar-group/avatar-group.d.ts +52 -0
- package/dist/types/components/avatar-group/types.d.ts +31 -0
- package/dist/types/components/badge/badge.d.ts +109 -0
- package/dist/types/components/badge/types.d.ts +6 -0
- package/dist/types/components/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +73 -0
- package/dist/types/components/breadcrumb/types.d.ts +5 -0
- package/dist/types/components/button/button.d.ts +133 -0
- package/dist/types/components/button/types.d.ts +1 -0
- package/dist/types/components/button-toggle/button-toggle.d.ts +64 -0
- package/dist/types/components/button-toggle-group/button-toggle-group.d.ts +141 -0
- package/dist/types/components/button-toggle-group/types.d.ts +7 -0
- package/dist/types/components/callout-banner/callout-banner.d.ts +115 -0
- package/dist/types/components/callout-banner/types.d.ts +7 -0
- package/dist/types/components/card/card.d.ts +160 -0
- package/dist/types/components/card/types.d.ts +13 -0
- package/dist/types/components/carousel/carousel.d.ts +150 -0
- package/dist/types/components/carousel/types.d.ts +8 -0
- package/dist/types/components/checkbox/checkbox.d.ts +92 -0
- package/dist/types/components/checkbox/types.d.ts +5 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +87 -0
- package/dist/types/components/checkbox-group/types.d.ts +8 -0
- package/dist/types/components/code-editor/code-editor.d.ts +147 -0
- package/dist/types/components/code-editor/types.d.ts +20 -0
- package/dist/types/components/code-preview/types.d.ts +5 -0
- package/dist/types/components/code-preview/ui-code-preview.d.ts +69 -0
- package/dist/types/components/color-controller/color-controller.d.ts +24 -0
- package/dist/types/components/color-picker/color-picker.d.ts +116 -0
- package/dist/types/components/color-picker/types.d.ts +24 -0
- package/dist/types/components/command-palette/command-palette.d.ts +41 -0
- package/dist/types/components/command-palette/types.d.ts +7 -0
- package/dist/types/components/context-menu/context-menu.d.ts +135 -0
- package/dist/types/components/context-menu/types.d.ts +20 -0
- package/dist/types/components/dialog-box/dialog-box.d.ts +648 -0
- package/dist/types/components/dialog-box/types.d.ts +1 -0
- package/dist/types/components/dialog-content/dialog-content.d.ts +9 -0
- package/dist/types/components/dialog-footer/dialog-footer.d.ts +9 -0
- package/dist/types/components/dialog-footer/types.d.ts +1 -0
- package/dist/types/components/dialog-header/dialog-header.d.ts +102 -0
- package/dist/types/components/dialog-header/types.d.ts +2 -0
- package/dist/types/components/divider/divider.d.ts +245 -0
- package/dist/types/components/divider/types.d.ts +14 -0
- package/dist/types/components/dock/dock.d.ts +37 -0
- package/dist/types/components/dock/types.d.ts +11 -0
- package/dist/types/components/dock-host/index.d.ts +1 -0
- package/dist/types/components/dock-host/types.d.ts +1 -0
- package/dist/types/components/dock-host/ui-dock-host.d.ts +23 -0
- package/dist/types/components/drag-drop/drag-drop.d.ts +52 -0
- package/dist/types/components/drag-drop/types.d.ts +9 -0
- package/dist/types/components/dropdown/dropdown.d.ts +264 -0
- package/dist/types/components/dropdown/types.d.ts +19 -0
- package/dist/types/components/empty-state/empty-state.d.ts +74 -0
- package/dist/types/components/empty-state/types.d.ts +13 -0
- package/dist/types/components/fab/fab.d.ts +73 -0
- package/dist/types/components/fab-item/fab-item.d.ts +14 -0
- package/dist/types/components/fab-item/types.d.ts +3 -0
- package/dist/types/components/file-upload/file-upload.d.ts +91 -0
- package/dist/types/components/file-upload/types.d.ts +15 -0
- package/dist/types/components/horizontal-nav/horizontal-nav.d.ts +68 -0
- package/dist/types/components/icon/icon.d.ts +66 -0
- package/dist/types/components/image-button/image-button.d.ts +31 -0
- package/dist/types/components/image-button/types.d.ts +1 -0
- package/dist/types/components/input/input.d.ts +217 -0
- package/dist/types/components/input/types.d.ts +6 -0
- package/dist/types/components/input-pair/input-pair.d.ts +28 -0
- package/dist/types/components/knob/knob.d.ts +147 -0
- package/dist/types/components/knob/types.d.ts +4 -0
- package/dist/types/components/layout-manager/layout-manager.d.ts +32 -0
- package/dist/types/components/layout-manager/lm-container/lm-container.d.ts +7 -0
- package/dist/types/components/layout-manager/lm-floating-window/lm-floating-window.d.ts +6 -0
- package/dist/types/components/layout-manager/lm-panel/lm-panel.d.ts +7 -0
- package/dist/types/components/layout-manager/lm-splitter/lm-splitter.d.ts +12 -0
- package/dist/types/components/layout-manager/lm-tabs/lm-tabs.d.ts +12 -0
- package/dist/types/components/layout-manager/types.d.ts +1 -0
- package/dist/types/components/library/category-section.d.ts +15 -0
- package/dist/types/components/library/data.d.ts +11 -0
- package/dist/types/components/library/library-card.d.ts +19 -0
- package/dist/types/components/library/library.d.ts +9 -0
- package/dist/types/components/list/list.d.ts +183 -0
- package/dist/types/components/list-group/list-group.d.ts +28 -0
- package/dist/types/components/list-item/list-item.d.ts +200 -0
- package/dist/types/components/masonry/masonry.d.ts +105 -0
- package/dist/types/components/masonry/types.d.ts +5 -0
- package/dist/types/components/meter-group/meter-group.d.ts +66 -0
- package/dist/types/components/meter-group/types.d.ts +12 -0
- package/dist/types/components/my-component/my-component.d.ts +16 -0
- package/dist/types/components/my-step/index.d.ts +12 -0
- package/dist/types/components/my-step/my-step.d.ts +13 -0
- package/dist/types/components/nav-bar/nav-bar.d.ts +119 -0
- package/dist/types/components/number-input/number-input.d.ts +72 -0
- package/dist/types/components/otp-input/otp-input.d.ts +64 -0
- package/dist/types/components/otp-input/types.d.ts +3 -0
- package/dist/types/components/pagination/pagination.d.ts +295 -0
- package/dist/types/components/pagination/types.d.ts +1 -0
- package/dist/types/components/panel/panel.d.ts +275 -0
- package/dist/types/components/panel/types.d.ts +7 -0
- package/dist/types/components/pattern-input/pattern-input.d.ts +88 -0
- package/dist/types/components/popover/popover.d.ts +161 -0
- package/dist/types/components/popover/types.d.ts +3 -0
- package/dist/types/components/progress/progress.d.ts +224 -0
- package/dist/types/components/progress/types.d.ts +6 -0
- package/dist/types/components/radio/radio.d.ts +87 -0
- package/dist/types/components/radio/types.d.ts +7 -0
- package/dist/types/components/radio-group/radio-group.d.ts +74 -0
- package/dist/types/components/radio-group/types.d.ts +2 -0
- package/dist/types/components/range-slider/range-slider.d.ts +201 -0
- package/dist/types/components/range-slider/types.d.ts +4 -0
- package/dist/types/components/rating/rating.d.ts +127 -0
- package/dist/types/components/rating/types.d.ts +1 -0
- package/dist/types/components/resizable-panel/resizable-panel.d.ts +59 -0
- package/dist/types/components/resizable-panel/types.d.ts +11 -0
- package/dist/types/components/scroll-top/scroll-top.d.ts +186 -0
- package/dist/types/components/scroll-top/types.d.ts +1 -0
- package/dist/types/components/skeleton/skeleton-loader.d.ts +149 -0
- package/dist/types/components/skeleton/types.d.ts +1 -0
- package/dist/types/components/smart-location-dropdown/smart-location-dropdown.d.ts +119 -0
- package/dist/types/components/smart-location-dropdown/types.d.ts +37 -0
- package/dist/types/components/smart-menu/menu-item.interface.d.ts +10 -0
- package/dist/types/components/smart-menu/smart-menu.d.ts +64 -0
- package/dist/types/components/smart-stepper/smart-step.d.ts +29 -0
- package/dist/types/components/smart-stepper/smart-stepper.d.ts +53 -0
- package/dist/types/components/snackbar/snackbar.d.ts +223 -0
- package/dist/types/components/snackbar/types.d.ts +104 -0
- package/dist/types/components/speed-dial/speed-dial.d.ts +171 -0
- package/dist/types/components/speed-dial/types.d.ts +11 -0
- package/dist/types/components/speedometer/speedometer.d.ts +125 -0
- package/dist/types/components/speedometer/types.d.ts +8 -0
- package/dist/types/components/splitter/splitter.d.ts +63 -0
- package/dist/types/components/splitter/types.d.ts +9 -0
- package/dist/types/components/stack/stack.d.ts +34 -0
- package/dist/types/components/stack/types.d.ts +3 -0
- package/dist/types/components/step/step.d.ts +16 -0
- package/dist/types/components/step/types.d.ts +1 -0
- package/dist/types/components/stepper/stepper.d.ts +218 -0
- package/dist/types/components/stepper/types.d.ts +39 -0
- package/dist/types/components/switch/switch.d.ts +162 -0
- package/dist/types/components/tabs/tabs.d.ts +182 -0
- package/dist/types/components/tabs/types.d.ts +17 -0
- package/dist/types/components/tag/tag.d.ts +172 -0
- package/dist/types/components/tag/types.d.ts +4 -0
- package/dist/types/components/tag-group/tag-group.d.ts +107 -0
- package/dist/types/components/tag-group/types.d.ts +2 -0
- package/dist/types/components/timeline/timeline.d.ts +73 -0
- package/dist/types/components/timeline/types.d.ts +28 -0
- package/dist/types/components/timeline/ui-timeline.stories.d.ts +9 -0
- package/dist/types/components/timeline-item/timeline-item.d.ts +15 -0
- package/dist/types/components/timer/timer.d.ts +123 -0
- package/dist/types/components/timer/types.d.ts +18 -0
- package/dist/types/components/timer/ui-timer.stories.d.ts +9 -0
- package/dist/types/components/toggle-group/toggle-group.d.ts +136 -0
- package/dist/types/components/toggle-group/types.d.ts +5 -0
- package/dist/types/components/toolbar/toolbar-types.d.ts +189 -0
- package/dist/types/components/toolbar/toolbar.d.ts +150 -0
- package/dist/types/components/tooltip/tooltip.d.ts +166 -0
- package/dist/types/components/tooltip/types.d.ts +3 -0
- package/dist/types/components/top-bar/top-bar.d.ts +76 -0
- package/dist/types/components/transfer-list/transfer-list.d.ts +137 -0
- package/dist/types/components/transfer-list/types.d.ts +13 -0
- package/dist/types/components/tree/tree.d.ts +180 -0
- package/dist/types/components/tree/types.d.ts +76 -0
- package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-bar.d.ts +108 -0
- package/dist/types/components/ui-navigation-bar/navigation-bar/navigation-types.d.ts +17 -0
- package/dist/types/components/ui-navigation-bar/navigation-item.d.ts +26 -0
- package/dist/types/components/ui-navigation-bar/navigation-types.d.ts +19 -0
- package/dist/types/components/workspace-manager/types.d.ts +48 -0
- package/dist/types/components/workspace-manager/workspace-manager.d.ts +211 -0
- package/dist/types/components.d.ts +29634 -0
- package/dist/types/index.d.ts +21 -0
- package/dist/types/service/drag-manager.d.ts +8 -0
- package/dist/types/service/event-bus.d.ts +9 -0
- package/dist/types/service/serialization.d.ts +5 -0
- package/dist/types/service/state-engine.d.ts +25 -0
- package/dist/types/service/theme-switcher.d.ts +46 -0
- package/dist/types/stencil-public-runtime.d.ts +1860 -0
- package/dist/types/types/animation.type.d.ts +96 -0
- package/dist/types/types/common.d.ts +52 -0
- package/dist/types/types/common.type.d.ts +608 -0
- package/dist/types/types/index.d.ts +37 -0
- package/dist/types/types/text.type.d.ts +32 -0
- package/dist/types/utils/aria-live.d.ts +20 -0
- package/dist/types/utils/component-size.d.ts +2 -0
- package/dist/types/utils/dom.d.ts +58 -0
- package/dist/types/utils/focus-trap.d.ts +35 -0
- package/dist/types/utils/security.d.ts +5 -0
- package/dist/types/utils/test/setup-component-test-env.d.ts +14 -0
- package/dist/types/utils/utils.d.ts +7 -0
- package/dist/types/utils/validation.d.ts +43 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +77 -0
|
@@ -0,0 +1,3690 @@
|
|
|
1
|
+
import { h, Host } from "@stencil/core";
|
|
2
|
+
import { hexToRgb } from "../../utils/utils";
|
|
3
|
+
const STANDARD_COLORS = ['primary', 'secondary', 'success', 'warning', 'danger', 'error', 'info', 'default'];
|
|
4
|
+
export class Input {
|
|
5
|
+
element;
|
|
6
|
+
badge;
|
|
7
|
+
color = 'primary';
|
|
8
|
+
prefixColor;
|
|
9
|
+
suffixColor;
|
|
10
|
+
gradientDecorators = false;
|
|
11
|
+
rippleEffect = true;
|
|
12
|
+
// Master Tier Power Features
|
|
13
|
+
linearLoading = false;
|
|
14
|
+
hintTooltip = '';
|
|
15
|
+
successPulse = false;
|
|
16
|
+
alwaysFloated = false;
|
|
17
|
+
shakeOnError = false;
|
|
18
|
+
maxRows = 5;
|
|
19
|
+
autocompleteSuggestions = [];
|
|
20
|
+
// Apex Tier Mastery Features
|
|
21
|
+
voiceInput = false;
|
|
22
|
+
shortcutHint = '';
|
|
23
|
+
textTransform = 'none';
|
|
24
|
+
relativeTime = false;
|
|
25
|
+
highlightMatches = true;
|
|
26
|
+
dropZone = false;
|
|
27
|
+
// Zenith Tier Final Specifications
|
|
28
|
+
ghostText = '';
|
|
29
|
+
revealOnHold = false;
|
|
30
|
+
noSpaces = false;
|
|
31
|
+
alphaOnly = false;
|
|
32
|
+
numericOnly = false;
|
|
33
|
+
showPasswordStrength = false;
|
|
34
|
+
showProgressCircle = false;
|
|
35
|
+
dirtyTracking = false;
|
|
36
|
+
defaultValue = '';
|
|
37
|
+
otpLength = 6;
|
|
38
|
+
voiceEnabled = false;
|
|
39
|
+
statusIndicator = 'none';
|
|
40
|
+
validationTrigger = 'onInput';
|
|
41
|
+
gradientBorder = false;
|
|
42
|
+
backdropSheen = false;
|
|
43
|
+
isPasswordHeld = false;
|
|
44
|
+
currentGhost = '';
|
|
45
|
+
isDirty = false;
|
|
46
|
+
isRecording = false;
|
|
47
|
+
isDragging = false;
|
|
48
|
+
rippleX = 0;
|
|
49
|
+
rippleY = 0;
|
|
50
|
+
showRipple = false;
|
|
51
|
+
showClearButton = false;
|
|
52
|
+
customClass;
|
|
53
|
+
analyticsEvent;
|
|
54
|
+
inputElement;
|
|
55
|
+
colorPickerElement;
|
|
56
|
+
filePickerElement;
|
|
57
|
+
debounceTimer;
|
|
58
|
+
internals;
|
|
59
|
+
type = 'text';
|
|
60
|
+
variant = 'outlined';
|
|
61
|
+
size = 'md';
|
|
62
|
+
width;
|
|
63
|
+
value = '';
|
|
64
|
+
placeholder = '';
|
|
65
|
+
label = '';
|
|
66
|
+
helperText = '';
|
|
67
|
+
errorText = '';
|
|
68
|
+
successText = '';
|
|
69
|
+
warningText = '';
|
|
70
|
+
infoText = '';
|
|
71
|
+
validationState = 'none';
|
|
72
|
+
disabled = false;
|
|
73
|
+
readonly = false;
|
|
74
|
+
required = false;
|
|
75
|
+
multiline = false;
|
|
76
|
+
rows = 3;
|
|
77
|
+
autoResize = false;
|
|
78
|
+
minRows;
|
|
79
|
+
cols;
|
|
80
|
+
maxLength;
|
|
81
|
+
minLength;
|
|
82
|
+
showCounter = false;
|
|
83
|
+
showClear = false;
|
|
84
|
+
showPasswordToggle = true;
|
|
85
|
+
prefixIcon = '';
|
|
86
|
+
suffixIcon = '';
|
|
87
|
+
prefixText = '';
|
|
88
|
+
suffixText = '';
|
|
89
|
+
floatingLabel = false;
|
|
90
|
+
autocomplete = 'off';
|
|
91
|
+
min;
|
|
92
|
+
max;
|
|
93
|
+
step;
|
|
94
|
+
pattern;
|
|
95
|
+
name;
|
|
96
|
+
inputId;
|
|
97
|
+
debounce = 0;
|
|
98
|
+
loading = false;
|
|
99
|
+
fullWidth = false;
|
|
100
|
+
autofocus = false;
|
|
101
|
+
customTabIndex;
|
|
102
|
+
showCopy = false;
|
|
103
|
+
density = 'standard';
|
|
104
|
+
showDividers = false;
|
|
105
|
+
mask = 'none';
|
|
106
|
+
currency = 'USD';
|
|
107
|
+
accept; // for file input
|
|
108
|
+
multiple = false; // for file input
|
|
109
|
+
minLengthIndicator;
|
|
110
|
+
maxLengthIndicator;
|
|
111
|
+
tooltip;
|
|
112
|
+
suggestions = [];
|
|
113
|
+
inputmode;
|
|
114
|
+
clearIcon = 'x-circle';
|
|
115
|
+
showSteppers = false;
|
|
116
|
+
showTypeIcon = true;
|
|
117
|
+
formatter;
|
|
118
|
+
parser;
|
|
119
|
+
autoSelect = false;
|
|
120
|
+
autoTrim = false;
|
|
121
|
+
rtl = false;
|
|
122
|
+
passwordStrengthCalculator;
|
|
123
|
+
resize = 'vertical';
|
|
124
|
+
enterkeyhint;
|
|
125
|
+
passwordIcon = 'eye';
|
|
126
|
+
passwordVisibleIcon = 'eye-off';
|
|
127
|
+
skeleton = false;
|
|
128
|
+
prefixClickable = false;
|
|
129
|
+
suffixClickable = false;
|
|
130
|
+
allowedChars = '';
|
|
131
|
+
blockInvalidPaste = false;
|
|
132
|
+
customMask = '';
|
|
133
|
+
selectOnClick = false;
|
|
134
|
+
clearOnEscape = true;
|
|
135
|
+
autoCapitalize = 'none';
|
|
136
|
+
async setFocus() {
|
|
137
|
+
if (this.inputElement) {
|
|
138
|
+
this.inputElement.focus();
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
async openFilePicker() {
|
|
142
|
+
if (this.filePickerElement) {
|
|
143
|
+
this.filePickerElement.click();
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
async openColorPicker() {
|
|
147
|
+
if (this.colorPickerElement) {
|
|
148
|
+
this.colorPickerElement.click();
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
isFocused = false;
|
|
152
|
+
isPasswordVisible = false;
|
|
153
|
+
currentLength = 0;
|
|
154
|
+
showSuggestions = false;
|
|
155
|
+
selectedSuggestionIndex = -1;
|
|
156
|
+
rangeValue = 50;
|
|
157
|
+
shake = false;
|
|
158
|
+
passwordStrength = 0; // 0-4
|
|
159
|
+
capsLockOn = false;
|
|
160
|
+
selectedFileNames = '';
|
|
161
|
+
internalErrorText = '';
|
|
162
|
+
validate(value) {
|
|
163
|
+
if (!value && !this.required) {
|
|
164
|
+
this.validationState = 'none';
|
|
165
|
+
this.internalErrorText = '';
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
if (this.type === 'email' && value) {
|
|
169
|
+
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
170
|
+
if (!emailRegex.test(value)) {
|
|
171
|
+
this.validationState = 'error';
|
|
172
|
+
this.internalErrorText = 'Please enter a valid email address';
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
if (this.type === 'color' && value) {
|
|
177
|
+
const colorRegex = /^#([A-Fa-f0-9]{3}){1,2}$/;
|
|
178
|
+
if (!colorRegex.test(value)) {
|
|
179
|
+
this.validationState = 'error';
|
|
180
|
+
this.internalErrorText = 'Please enter a valid Hex color (e.g. #ff0000)';
|
|
181
|
+
return;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
if (this.type === 'url' && value) {
|
|
185
|
+
const urlRegex = /^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/i;
|
|
186
|
+
if (!urlRegex.test(value)) {
|
|
187
|
+
this.validationState = 'error';
|
|
188
|
+
this.internalErrorText = 'Please enter a valid URL';
|
|
189
|
+
return;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
if (this.pattern && value) {
|
|
193
|
+
const customRegex = new RegExp(this.pattern);
|
|
194
|
+
if (!customRegex.test(value)) {
|
|
195
|
+
this.validationState = 'error';
|
|
196
|
+
this.internalErrorText = 'Please match the requested format';
|
|
197
|
+
return;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
if (this.type === 'number' && value) {
|
|
201
|
+
const numValue = parseFloat(value);
|
|
202
|
+
if (this.min !== undefined && numValue < parseFloat(this.min)) {
|
|
203
|
+
this.validationState = 'error';
|
|
204
|
+
this.internalErrorText = `Value must be greater than or equal to ${this.min}`;
|
|
205
|
+
return;
|
|
206
|
+
}
|
|
207
|
+
if (this.max !== undefined && numValue > parseFloat(this.max)) {
|
|
208
|
+
this.validationState = 'error';
|
|
209
|
+
this.internalErrorText = `Value must be less than or equal to ${this.max}`;
|
|
210
|
+
return;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
if (value) {
|
|
214
|
+
if (this.minLengthIndicator && value.length < this.minLengthIndicator) {
|
|
215
|
+
this.validationState = 'error';
|
|
216
|
+
this.internalErrorText = `Please lengthen this text to ${this.minLengthIndicator} characters or more`;
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
if (this.maxLengthIndicator && value.length > this.maxLengthIndicator) {
|
|
220
|
+
this.validationState = 'error';
|
|
221
|
+
this.internalErrorText = `Please shorten this text to ${this.maxLengthIndicator} characters or less`;
|
|
222
|
+
return;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
if (this.validationState === 'error' && this.internalErrorText) {
|
|
226
|
+
if (this.internals) {
|
|
227
|
+
this.internals.setValidity({ customError: true }, this.internalErrorText, this.inputElement);
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
else {
|
|
231
|
+
if (this.internals) {
|
|
232
|
+
this.internals.setValidity({});
|
|
233
|
+
}
|
|
234
|
+
this.validationState = 'none';
|
|
235
|
+
this.internalErrorText = '';
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
updateFormValue() {
|
|
239
|
+
if (this.internals) {
|
|
240
|
+
this.internals.setFormValue(this.value);
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
inputChange;
|
|
244
|
+
inputFocus;
|
|
245
|
+
inputBlur;
|
|
246
|
+
inputClear;
|
|
247
|
+
inputKeydown;
|
|
248
|
+
inputKeyup;
|
|
249
|
+
inputCopy;
|
|
250
|
+
fileSelected;
|
|
251
|
+
suggestionSelected;
|
|
252
|
+
prefixClick;
|
|
253
|
+
suffixClick;
|
|
254
|
+
search;
|
|
255
|
+
inputInput;
|
|
256
|
+
focusInternal;
|
|
257
|
+
pasteInternal;
|
|
258
|
+
wheelInternal;
|
|
259
|
+
valueChanged(newValue) {
|
|
260
|
+
this.currentLength = newValue?.length || 0;
|
|
261
|
+
if (this.autoTrim && newValue) {
|
|
262
|
+
this.value = newValue.trim();
|
|
263
|
+
}
|
|
264
|
+
if (this.dirtyTracking) {
|
|
265
|
+
this.isDirty = newValue !== this.defaultValue;
|
|
266
|
+
}
|
|
267
|
+
if (this.autoResize && this.multiline && this.inputElement) {
|
|
268
|
+
this.resizeTextarea();
|
|
269
|
+
}
|
|
270
|
+
if (this.type === 'password' && newValue) {
|
|
271
|
+
this.passwordStrength = this.calculatePasswordStrength(newValue);
|
|
272
|
+
}
|
|
273
|
+
if (this.type === 'range') {
|
|
274
|
+
this.rangeValue = parseFloat(newValue) || 0;
|
|
275
|
+
}
|
|
276
|
+
this.updateClearButtonVisibility();
|
|
277
|
+
this.updateFormValue();
|
|
278
|
+
}
|
|
279
|
+
handleValidationStateChange(newValue) {
|
|
280
|
+
if (this.shakeOnError && newValue === 'error') {
|
|
281
|
+
this.shake = true;
|
|
282
|
+
setTimeout(() => (this.shake = false), 600);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
handleShakeChange(newValue) {
|
|
286
|
+
if (newValue) {
|
|
287
|
+
setTimeout(() => (this.shake = false), 600);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
componentWillLoad() {
|
|
291
|
+
if (typeof this.attachInternals === 'function') {
|
|
292
|
+
this.internals = this.attachInternals();
|
|
293
|
+
}
|
|
294
|
+
this.currentLength = this.value?.length || 0;
|
|
295
|
+
if (this.type === 'range' && this.value) {
|
|
296
|
+
this.rangeValue = parseFloat(this.value) || 0;
|
|
297
|
+
}
|
|
298
|
+
this.updateFormValue();
|
|
299
|
+
}
|
|
300
|
+
resizeObserver;
|
|
301
|
+
componentDidLoad() {
|
|
302
|
+
if (this.autoResize && this.multiline && this.inputElement) {
|
|
303
|
+
this.resizeTextarea();
|
|
304
|
+
// Setup ResizeObserver to handle content changes or visibility toggles
|
|
305
|
+
this.resizeObserver = new ResizeObserver(() => {
|
|
306
|
+
this.resizeTextarea();
|
|
307
|
+
});
|
|
308
|
+
this.resizeObserver.observe(this.inputElement);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
disconnectedCallback() {
|
|
312
|
+
if (this.resizeObserver) {
|
|
313
|
+
this.resizeObserver.disconnect();
|
|
314
|
+
}
|
|
315
|
+
if (this.debounceTimer) {
|
|
316
|
+
clearTimeout(this.debounceTimer);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
updateClearButtonVisibility() {
|
|
320
|
+
this.showClearButton = this.showClear && !!this.value;
|
|
321
|
+
}
|
|
322
|
+
getRangePercentage() {
|
|
323
|
+
const min = parseFloat(this.min) || 0;
|
|
324
|
+
const max = parseFloat(this.max) || 100;
|
|
325
|
+
return ((this.rangeValue - min) / (max - min)) * 100;
|
|
326
|
+
}
|
|
327
|
+
resizeTextarea() {
|
|
328
|
+
if (this.inputElement && this.multiline) {
|
|
329
|
+
const textarea = this.inputElement;
|
|
330
|
+
textarea.style.height = 'auto';
|
|
331
|
+
const lineHeight = parseInt(getComputedStyle(textarea).lineHeight) || 20;
|
|
332
|
+
const maxRowsHeight = this.maxRows ? this.maxRows * lineHeight : 0;
|
|
333
|
+
let newHeight = textarea.scrollHeight;
|
|
334
|
+
if (this.maxRows && newHeight > maxRowsHeight && maxRowsHeight > 0) {
|
|
335
|
+
textarea.style.height = `${maxRowsHeight}px`;
|
|
336
|
+
textarea.style.overflowY = 'auto';
|
|
337
|
+
}
|
|
338
|
+
else {
|
|
339
|
+
textarea.style.height = `${newHeight}px`;
|
|
340
|
+
textarea.style.overflowY = 'hidden';
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
getMaskPlaceholder() {
|
|
345
|
+
if (this.customMask)
|
|
346
|
+
return this.customMask.replace(/#/g, 'X').replace(/A/g, 'X');
|
|
347
|
+
const placeholders = {
|
|
348
|
+
'phone': '(XXX) XXX-XXXX',
|
|
349
|
+
'credit-card': 'XXXX XXXX XXXX XXXX',
|
|
350
|
+
'date': 'MM/DD/YYYY',
|
|
351
|
+
'currency': '$0.00',
|
|
352
|
+
'ssn': 'XXX-XX-XXXX',
|
|
353
|
+
'zip': 'XXXXX',
|
|
354
|
+
'none': ''
|
|
355
|
+
};
|
|
356
|
+
return placeholders[this.mask] || '';
|
|
357
|
+
}
|
|
358
|
+
applyMask(value) {
|
|
359
|
+
if (!value)
|
|
360
|
+
return value;
|
|
361
|
+
if (this.customMask) {
|
|
362
|
+
const cleanValue = value.replace(/[^A-Za-z0-9]/g, '');
|
|
363
|
+
let result = '';
|
|
364
|
+
let valueIdx = 0;
|
|
365
|
+
for (let i = 0; i < this.customMask.length && valueIdx < cleanValue.length; i++) {
|
|
366
|
+
const maskChar = this.customMask[i];
|
|
367
|
+
if (maskChar === '#' || maskChar === 'A') {
|
|
368
|
+
result += cleanValue[valueIdx++];
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
result += maskChar;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
return result;
|
|
375
|
+
}
|
|
376
|
+
if (this.mask === 'none' && this.type !== 'currency')
|
|
377
|
+
return value;
|
|
378
|
+
const maskToUse = this.type === 'currency' ? 'currency' : this.mask;
|
|
379
|
+
const digits = value.replace(/\D/g, '');
|
|
380
|
+
switch (maskToUse) {
|
|
381
|
+
case 'phone': {
|
|
382
|
+
if (!digits)
|
|
383
|
+
return '';
|
|
384
|
+
if (digits.length <= 3)
|
|
385
|
+
return `(${digits}`;
|
|
386
|
+
if (digits.length <= 6)
|
|
387
|
+
return `(${digits.slice(0, 3)}) ${digits.slice(3)}`;
|
|
388
|
+
return `(${digits.slice(0, 3)}) ${digits.slice(3, 6)}-${digits.slice(6, 10)}`;
|
|
389
|
+
}
|
|
390
|
+
case 'credit-card': {
|
|
391
|
+
return digits.match(/.{1,4}/g)?.join(' ').slice(0, 19) || digits;
|
|
392
|
+
}
|
|
393
|
+
case 'date': {
|
|
394
|
+
if (digits.length <= 2)
|
|
395
|
+
return digits;
|
|
396
|
+
if (digits.length <= 4)
|
|
397
|
+
return `${digits.slice(0, 2)}/${digits.slice(2)}`;
|
|
398
|
+
return `${digits.slice(0, 2)}/${digits.slice(2, 4)}/${digits.slice(4, 8)}`;
|
|
399
|
+
}
|
|
400
|
+
case 'currency': {
|
|
401
|
+
if (!digits)
|
|
402
|
+
return '';
|
|
403
|
+
const amount = (parseInt(digits) / 100).toFixed(2);
|
|
404
|
+
return new Intl.NumberFormat('en-US', {
|
|
405
|
+
style: 'currency',
|
|
406
|
+
currency: this.currency,
|
|
407
|
+
}).format(parseFloat(amount));
|
|
408
|
+
}
|
|
409
|
+
case 'ssn': {
|
|
410
|
+
if (digits.length <= 3)
|
|
411
|
+
return digits;
|
|
412
|
+
if (digits.length <= 5)
|
|
413
|
+
return `${digits.slice(0, 3)}-${digits.slice(3)}`;
|
|
414
|
+
return `${digits.slice(0, 3)}-${digits.slice(3, 5)}-${digits.slice(5, 9)}`;
|
|
415
|
+
}
|
|
416
|
+
case 'zip': {
|
|
417
|
+
return digits.slice(0, 5);
|
|
418
|
+
}
|
|
419
|
+
default:
|
|
420
|
+
return value;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
calculatePasswordStrength(password) {
|
|
424
|
+
if (this.passwordStrengthCalculator) {
|
|
425
|
+
return this.passwordStrengthCalculator(password);
|
|
426
|
+
}
|
|
427
|
+
let strength = 0;
|
|
428
|
+
if (password.length >= 1) {
|
|
429
|
+
if (password.length >= 8)
|
|
430
|
+
strength++;
|
|
431
|
+
if (/[A-Z]/.test(password))
|
|
432
|
+
strength++;
|
|
433
|
+
if (/[0-9]/.test(password))
|
|
434
|
+
strength++;
|
|
435
|
+
if (/[^A-Za-z0-9]/.test(password))
|
|
436
|
+
strength++;
|
|
437
|
+
}
|
|
438
|
+
return strength;
|
|
439
|
+
}
|
|
440
|
+
applyTextTransform(val) {
|
|
441
|
+
if (!val || this.textTransform === 'none')
|
|
442
|
+
return val;
|
|
443
|
+
switch (this.textTransform) {
|
|
444
|
+
case 'uppercase': return val.toUpperCase();
|
|
445
|
+
case 'lowercase': return val.toLowerCase();
|
|
446
|
+
case 'capitalize': return val.charAt(0).toUpperCase() + val.slice(1).toLowerCase();
|
|
447
|
+
case 'pascal': return val.split(/\s+/).map(w => w.charAt(0).toUpperCase() + w.slice(1).toLowerCase()).join('');
|
|
448
|
+
case 'words': return val.split(' ').map(w => w.charAt(0).toUpperCase() + w.slice(1).toLowerCase()).join(' ');
|
|
449
|
+
case 'sentences': return val.split('. ').map(s => s.charAt(0).toUpperCase() + s.slice(1)).join('. ');
|
|
450
|
+
default: return val;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
recognition = null;
|
|
454
|
+
voiceStatusTimer = null;
|
|
455
|
+
setVoiceStatus(listening) {
|
|
456
|
+
this.isRecording = listening;
|
|
457
|
+
// Update the status indicator
|
|
458
|
+
if (listening) {
|
|
459
|
+
this.statusIndicator = 'listening';
|
|
460
|
+
}
|
|
461
|
+
else {
|
|
462
|
+
// Briefly show 'Not listening' then clear
|
|
463
|
+
this.statusIndicator = 'none';
|
|
464
|
+
// Use a custom state via the label; we repurpose the indicator briefly
|
|
465
|
+
clearTimeout(this.voiceStatusTimer);
|
|
466
|
+
// Temporarily inject a custom value to show 'Not listening'
|
|
467
|
+
this._voiceOffLabel = true;
|
|
468
|
+
this.voiceStatusTimer = setTimeout(() => {
|
|
469
|
+
this._voiceOffLabel = false;
|
|
470
|
+
// Force a re-render by toggling a throwaway state
|
|
471
|
+
this.isRecording = false;
|
|
472
|
+
}, 1500);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
startVoiceRecognition = () => {
|
|
476
|
+
// ── Stop if currently recording ─────────────────────────────────────────
|
|
477
|
+
if (this.isRecording) {
|
|
478
|
+
if (this.recognition) {
|
|
479
|
+
this.recognition.stop(); // onend will call setVoiceStatus(false)
|
|
480
|
+
}
|
|
481
|
+
else {
|
|
482
|
+
this.setVoiceStatus(false);
|
|
483
|
+
}
|
|
484
|
+
return;
|
|
485
|
+
}
|
|
486
|
+
// ── Start ────────────────────────────────────────────────────────────────
|
|
487
|
+
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
|
|
488
|
+
if (SpeechRecognition) {
|
|
489
|
+
this.recognition = new SpeechRecognition();
|
|
490
|
+
this.recognition.continuous = false;
|
|
491
|
+
this.recognition.interimResults = false;
|
|
492
|
+
this.recognition.onstart = () => this.setVoiceStatus(true);
|
|
493
|
+
this.recognition.onend = () => { this.setVoiceStatus(false); this.recognition = null; };
|
|
494
|
+
this.recognition.onerror = () => { this.setVoiceStatus(false); this.recognition = null; };
|
|
495
|
+
this.recognition.onresult = (event) => {
|
|
496
|
+
const transcript = event.results[0][0].transcript;
|
|
497
|
+
this.value = this.applyTextTransform(transcript);
|
|
498
|
+
this.inputInput.emit(this.value);
|
|
499
|
+
this.inputChange.emit(this.value);
|
|
500
|
+
};
|
|
501
|
+
// Optimistically set recording state immediately (onstart fires asynchronously)
|
|
502
|
+
this.setVoiceStatus(true);
|
|
503
|
+
this.recognition.start();
|
|
504
|
+
}
|
|
505
|
+
else {
|
|
506
|
+
// No API — still toggle for visual demo/testing
|
|
507
|
+
this.setVoiceStatus(true);
|
|
508
|
+
}
|
|
509
|
+
};
|
|
510
|
+
handleMouseDown = (e) => {
|
|
511
|
+
if (!this.rippleEffect)
|
|
512
|
+
return;
|
|
513
|
+
const rect = e.currentTarget.getBoundingClientRect();
|
|
514
|
+
this.rippleX = e.clientX - rect.left;
|
|
515
|
+
this.rippleY = e.clientY - rect.top;
|
|
516
|
+
this.showRipple = true;
|
|
517
|
+
setTimeout(() => (this.showRipple = false), 600);
|
|
518
|
+
};
|
|
519
|
+
handleDragOver = (e) => {
|
|
520
|
+
if (!this.dropZone || this.type !== 'file')
|
|
521
|
+
return;
|
|
522
|
+
e.preventDefault();
|
|
523
|
+
this.isDragging = true;
|
|
524
|
+
};
|
|
525
|
+
handleDragLeave = () => {
|
|
526
|
+
this.isDragging = false;
|
|
527
|
+
};
|
|
528
|
+
handleDrop = (e) => {
|
|
529
|
+
if (!this.dropZone || this.type !== 'file')
|
|
530
|
+
return;
|
|
531
|
+
e.preventDefault();
|
|
532
|
+
this.isDragging = false;
|
|
533
|
+
const files = e.dataTransfer?.files;
|
|
534
|
+
if (files && files.length > 0) {
|
|
535
|
+
if (this.filePickerElement) {
|
|
536
|
+
this.filePickerElement.files = files;
|
|
537
|
+
// Trigger the file selected flow
|
|
538
|
+
const event = new window.Event('input', { bubbles: true });
|
|
539
|
+
this.filePickerElement.dispatchEvent(event);
|
|
540
|
+
}
|
|
541
|
+
this.selectedFileNames = Array.from(files).map(f => f.name).join(', ');
|
|
542
|
+
this.fileSelected.emit(files);
|
|
543
|
+
}
|
|
544
|
+
};
|
|
545
|
+
highlightTextMatches(text) {
|
|
546
|
+
if (!text || !this.value || !this.highlightMatches)
|
|
547
|
+
return text;
|
|
548
|
+
const query = this.value.toLowerCase();
|
|
549
|
+
const textLower = text.toLowerCase();
|
|
550
|
+
const index = textLower.indexOf(query);
|
|
551
|
+
if (index === -1)
|
|
552
|
+
return text;
|
|
553
|
+
return (h("span", null, text.slice(0, index), h("b", { class: "match-highlight" }, text.slice(index, index + query.length)), text.slice(index + query.length)));
|
|
554
|
+
}
|
|
555
|
+
getRelativeTimeString(dateStr) {
|
|
556
|
+
try {
|
|
557
|
+
const date = new Date(dateStr);
|
|
558
|
+
if (isNaN(date.getTime()))
|
|
559
|
+
return '';
|
|
560
|
+
const now = new Date();
|
|
561
|
+
const diffInDays = Math.round((date.getTime() - now.getTime()) / (1000 * 60 * 60 * 24));
|
|
562
|
+
const rtf = new Intl.RelativeTimeFormat('en', { numeric: 'auto' });
|
|
563
|
+
return rtf.format(diffInDays, 'day');
|
|
564
|
+
}
|
|
565
|
+
catch {
|
|
566
|
+
return '';
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
applyZenithFiltering(val) {
|
|
570
|
+
let result = val;
|
|
571
|
+
if (this.noSpaces)
|
|
572
|
+
result = result.replace(/\s/g, '');
|
|
573
|
+
if (this.alphaOnly)
|
|
574
|
+
result = result.replace(/[^a-zA-Z]/g, '');
|
|
575
|
+
if (this.numericOnly)
|
|
576
|
+
result = result.replace(/[^0-9.]/g, '');
|
|
577
|
+
return result;
|
|
578
|
+
}
|
|
579
|
+
handleInput = (event) => {
|
|
580
|
+
const target = event.target;
|
|
581
|
+
let newValue = target.value;
|
|
582
|
+
newValue = this.applyZenithFiltering(newValue);
|
|
583
|
+
newValue = this.applyTextTransform(newValue);
|
|
584
|
+
target.value = newValue;
|
|
585
|
+
if (this.ghostText) {
|
|
586
|
+
if (newValue && this.ghostText.toLowerCase().startsWith(newValue.toLowerCase())) {
|
|
587
|
+
this.currentGhost = this.ghostText.slice(newValue.length);
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
this.currentGhost = '';
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
if (this.allowedChars) {
|
|
594
|
+
const regex = new RegExp(this.allowedChars, 'g');
|
|
595
|
+
const matches = newValue.match(regex);
|
|
596
|
+
newValue = matches ? matches.join('') : '';
|
|
597
|
+
if (target.value !== newValue)
|
|
598
|
+
target.value = newValue;
|
|
599
|
+
}
|
|
600
|
+
if (this.type === 'number') {
|
|
601
|
+
newValue = newValue.replace(/(?!^-)[^0-9.]/g, '');
|
|
602
|
+
const parts = newValue.split('.');
|
|
603
|
+
if (parts.length > 2)
|
|
604
|
+
newValue = parts[0] + '.' + parts.slice(1).join('');
|
|
605
|
+
target.value = newValue;
|
|
606
|
+
}
|
|
607
|
+
if (this.parser)
|
|
608
|
+
newValue = this.parser(newValue);
|
|
609
|
+
if ((this.mask !== 'none' || this.type === 'currency') && this.type !== 'password') {
|
|
610
|
+
newValue = this.applyMask(newValue);
|
|
611
|
+
target.value = newValue;
|
|
612
|
+
}
|
|
613
|
+
if (this.type === 'range')
|
|
614
|
+
this.rangeValue = parseFloat(newValue);
|
|
615
|
+
if (this.type === 'file' && target instanceof HTMLInputElement && target.files) {
|
|
616
|
+
const files = Array.from(target.files);
|
|
617
|
+
this.selectedFileNames = files.map(f => f.name).join(', ');
|
|
618
|
+
this.fileSelected.emit(target.files);
|
|
619
|
+
return;
|
|
620
|
+
}
|
|
621
|
+
this.value = newValue;
|
|
622
|
+
this.currentLength = newValue.length;
|
|
623
|
+
if (this.validationTrigger === 'onInput') {
|
|
624
|
+
this.validate(newValue);
|
|
625
|
+
}
|
|
626
|
+
if (this.autoResize && this.multiline)
|
|
627
|
+
this.resizeTextarea();
|
|
628
|
+
if ((this.suggestions.length > 0 || this.autocompleteSuggestions.length > 0) && newValue) {
|
|
629
|
+
this.showSuggestions = true;
|
|
630
|
+
this.selectedSuggestionIndex = -1;
|
|
631
|
+
}
|
|
632
|
+
if (this.debounce > 0) {
|
|
633
|
+
clearTimeout(this.debounceTimer);
|
|
634
|
+
this.debounceTimer = setTimeout(() => {
|
|
635
|
+
this.inputChange.emit(this.value);
|
|
636
|
+
if (this.analyticsEvent)
|
|
637
|
+
this.analyticsEvent.emit({ value: this.value });
|
|
638
|
+
}, this.debounce);
|
|
639
|
+
}
|
|
640
|
+
else {
|
|
641
|
+
this.inputChange.emit(this.value);
|
|
642
|
+
if (this.analyticsEvent)
|
|
643
|
+
this.analyticsEvent.emit({ value: this.value });
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
handleFocus = (event) => {
|
|
647
|
+
this.isFocused = true;
|
|
648
|
+
this.inputFocus.emit(event);
|
|
649
|
+
if ((this.autoSelect || this.selectOnClick) && this.inputElement) {
|
|
650
|
+
this.inputElement.select();
|
|
651
|
+
}
|
|
652
|
+
};
|
|
653
|
+
handleBlur = (event) => {
|
|
654
|
+
this.isFocused = false;
|
|
655
|
+
if (this.validationTrigger === 'onInput' || this.validationTrigger === 'onBlur') {
|
|
656
|
+
this.validate(this.value);
|
|
657
|
+
}
|
|
658
|
+
this.inputBlur.emit(event);
|
|
659
|
+
if (this.autoTrim && this.value) {
|
|
660
|
+
this.value = this.value.trim();
|
|
661
|
+
this.inputChange.emit(this.value);
|
|
662
|
+
}
|
|
663
|
+
};
|
|
664
|
+
handleRangeManualInput = (e) => {
|
|
665
|
+
const target = e.target;
|
|
666
|
+
const val = target.value;
|
|
667
|
+
const min = parseFloat(this.min) || 0;
|
|
668
|
+
const max = parseFloat(this.max) || 100;
|
|
669
|
+
let numericVal = parseFloat(val);
|
|
670
|
+
if (isNaN(numericVal))
|
|
671
|
+
return;
|
|
672
|
+
if (numericVal < min)
|
|
673
|
+
numericVal = min;
|
|
674
|
+
if (numericVal > max)
|
|
675
|
+
numericVal = max;
|
|
676
|
+
this.rangeValue = numericVal;
|
|
677
|
+
this.value = numericVal.toString();
|
|
678
|
+
this.inputChange.emit(this.value);
|
|
679
|
+
};
|
|
680
|
+
stepValue = (direction) => {
|
|
681
|
+
if (this.disabled || this.readonly || this.type !== 'number')
|
|
682
|
+
return;
|
|
683
|
+
const step = parseFloat(this.step) || 1;
|
|
684
|
+
const current = parseFloat(this.value) || 0;
|
|
685
|
+
const precision = (this.step?.toString().split('.')[1] || '').length;
|
|
686
|
+
let newValue = direction === 'up' ? current + step : current - step;
|
|
687
|
+
newValue = parseFloat(newValue.toFixed(precision));
|
|
688
|
+
if (this.min !== undefined)
|
|
689
|
+
newValue = Math.max(parseFloat(this.min), newValue);
|
|
690
|
+
if (this.max !== undefined)
|
|
691
|
+
newValue = Math.min(parseFloat(this.max), newValue);
|
|
692
|
+
this.value = newValue.toString();
|
|
693
|
+
this.inputChange.emit(this.value);
|
|
694
|
+
};
|
|
695
|
+
renderSteppers() {
|
|
696
|
+
if (this.type !== 'number' || !this.showSteppers || this.variant === 'plain' || this.variant === 'borderless')
|
|
697
|
+
return null;
|
|
698
|
+
return (h("div", { class: "stepper-controls" }, h("ui-button", { variant: "ghost", size: "xxs", iconOnly: true, onClick: () => this.stepValue('up'), disabled: this.disabled || this.readonly, tabIndex: -1, icon: "chevron-up", iconLibrary: "lucide", ariaLabel: "Increase value" }), h("ui-button", { variant: "ghost", size: "xxs", iconOnly: true, onClick: () => this.stepValue('down'), disabled: this.disabled || this.readonly, tabIndex: -1, icon: "chevron-down", iconLibrary: "lucide", ariaLabel: "Decrease value" })));
|
|
699
|
+
}
|
|
700
|
+
handleClear = () => {
|
|
701
|
+
this.value = '';
|
|
702
|
+
this.currentLength = 0;
|
|
703
|
+
this.inputChange.emit(this.value);
|
|
704
|
+
this.inputClear.emit();
|
|
705
|
+
if (this.inputElement)
|
|
706
|
+
this.inputElement.focus();
|
|
707
|
+
};
|
|
708
|
+
handleKeydown = (event) => {
|
|
709
|
+
if (this.type === 'password' && typeof event.getModifierState === 'function') {
|
|
710
|
+
this.capsLockOn = event.getModifierState("CapsLock");
|
|
711
|
+
}
|
|
712
|
+
if (this.showSuggestions && this.suggestions.length > 0) {
|
|
713
|
+
const filtered = this.getFilteredSuggestions();
|
|
714
|
+
if (event.key === 'ArrowDown') {
|
|
715
|
+
event.preventDefault();
|
|
716
|
+
this.selectedSuggestionIndex = Math.min(this.selectedSuggestionIndex + 1, filtered.length - 1);
|
|
717
|
+
}
|
|
718
|
+
else if (event.key === 'ArrowUp') {
|
|
719
|
+
event.preventDefault();
|
|
720
|
+
this.selectedSuggestionIndex = Math.max(this.selectedSuggestionIndex - 1, 0);
|
|
721
|
+
}
|
|
722
|
+
else if (event.key === 'Enter' && this.selectedSuggestionIndex >= 0) {
|
|
723
|
+
event.preventDefault();
|
|
724
|
+
this.selectSuggestion(filtered[this.selectedSuggestionIndex]);
|
|
725
|
+
}
|
|
726
|
+
else if (event.key === 'Escape') {
|
|
727
|
+
this.showSuggestions = false;
|
|
728
|
+
this.selectedSuggestionIndex = -1;
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
else if (event.key === 'Escape' && this.clearOnEscape) {
|
|
732
|
+
this.handleClear();
|
|
733
|
+
}
|
|
734
|
+
if (event.key === 'Enter' && this.type === 'search') {
|
|
735
|
+
this.search.emit(this.value);
|
|
736
|
+
}
|
|
737
|
+
this.inputKeydown.emit(event);
|
|
738
|
+
};
|
|
739
|
+
handleKeyup = (event) => {
|
|
740
|
+
if (this.type === 'password' && typeof event.getModifierState === 'function') {
|
|
741
|
+
this.capsLockOn = event.getModifierState("CapsLock");
|
|
742
|
+
}
|
|
743
|
+
this.inputKeyup.emit(event);
|
|
744
|
+
};
|
|
745
|
+
handleCopy = async () => {
|
|
746
|
+
if (this.value) {
|
|
747
|
+
try {
|
|
748
|
+
await navigator.clipboard.writeText(this.value);
|
|
749
|
+
this.inputCopy.emit(this.value);
|
|
750
|
+
}
|
|
751
|
+
catch (err) {
|
|
752
|
+
console.error('Failed to copy:', err);
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
};
|
|
756
|
+
selectSuggestion(suggestion) {
|
|
757
|
+
this.value = suggestion;
|
|
758
|
+
this.showSuggestions = false;
|
|
759
|
+
this.selectedSuggestionIndex = -1;
|
|
760
|
+
this.suggestionSelected.emit(suggestion);
|
|
761
|
+
this.inputChange.emit(suggestion);
|
|
762
|
+
}
|
|
763
|
+
getFilteredSuggestions() {
|
|
764
|
+
if (!this.suggestions || !Array.isArray(this.suggestions))
|
|
765
|
+
return [];
|
|
766
|
+
if (!this.value)
|
|
767
|
+
return this.suggestions;
|
|
768
|
+
const query = this.value.toLowerCase();
|
|
769
|
+
return this.suggestions.filter(s => s && typeof s === 'string' && s.toLowerCase().includes(query));
|
|
770
|
+
}
|
|
771
|
+
getCurrencyIcon() {
|
|
772
|
+
if (!this.currency)
|
|
773
|
+
return undefined;
|
|
774
|
+
const map = {
|
|
775
|
+
'USD': 'dollar-sign',
|
|
776
|
+
'EUR': 'euro',
|
|
777
|
+
'GBP': 'pound-sterling',
|
|
778
|
+
'JPY': 'japanese-yen',
|
|
779
|
+
'INR': 'indian-rupee',
|
|
780
|
+
'RUB': 'russian-ruble',
|
|
781
|
+
'ILS': 'shekel-sign'
|
|
782
|
+
};
|
|
783
|
+
return map[this.currency.toUpperCase()];
|
|
784
|
+
}
|
|
785
|
+
renderCurrencyText() {
|
|
786
|
+
try {
|
|
787
|
+
if (this.getCurrencyIcon())
|
|
788
|
+
return null;
|
|
789
|
+
const parts = new Intl.NumberFormat('en', { style: 'currency', currency: this.currency || 'USD' }).formatToParts(0);
|
|
790
|
+
const symbol = parts.find(p => p.type === 'currency')?.value || '$';
|
|
791
|
+
return h("span", { class: "prefix-text currency-text" }, symbol);
|
|
792
|
+
}
|
|
793
|
+
catch {
|
|
794
|
+
return h("span", { class: "prefix-text currency-text" }, this.currency || '$');
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
getValidationMessage() {
|
|
798
|
+
if (this.validationState === 'error')
|
|
799
|
+
return this.errorText || this.internalErrorText;
|
|
800
|
+
if (this.validationState === 'success')
|
|
801
|
+
return this.successText;
|
|
802
|
+
if (this.validationState === 'warning')
|
|
803
|
+
return this.warningText;
|
|
804
|
+
if (this.validationState === 'info')
|
|
805
|
+
return this.infoText;
|
|
806
|
+
return this.helperText;
|
|
807
|
+
}
|
|
808
|
+
renderPrefixIcon() {
|
|
809
|
+
let iconName = this.prefixIcon;
|
|
810
|
+
// Explicitly handle 'none' or 'false' — do NOT return for empty string:
|
|
811
|
+
// the type-icon block below may still assign an icon
|
|
812
|
+
if (iconName === 'none' || iconName === 'false')
|
|
813
|
+
return null;
|
|
814
|
+
if (!iconName && this.showTypeIcon && !this.prefixText) {
|
|
815
|
+
const typeIcons = {
|
|
816
|
+
'search': 'search',
|
|
817
|
+
'email': 'mail',
|
|
818
|
+
'tel': 'phone',
|
|
819
|
+
'url': 'link',
|
|
820
|
+
'number': 'hash',
|
|
821
|
+
'date': 'calendar',
|
|
822
|
+
'currency': this.getCurrencyIcon()
|
|
823
|
+
};
|
|
824
|
+
iconName = typeIcons[this.type] ?? '';
|
|
825
|
+
}
|
|
826
|
+
if (!iconName && this.type === 'currency')
|
|
827
|
+
return this.renderCurrencyText();
|
|
828
|
+
if (!iconName && this.mask === 'credit-card')
|
|
829
|
+
iconName = 'credit-card';
|
|
830
|
+
if (!iconName && this.type === 'color')
|
|
831
|
+
iconName = 'palette';
|
|
832
|
+
// For plain/borderless number inputs, we don't want the default hash icon
|
|
833
|
+
if (this.type === 'number' && (this.variant === 'plain' || this.variant === 'borderless') && !this.prefixIcon) {
|
|
834
|
+
return null;
|
|
835
|
+
}
|
|
836
|
+
const hasSlotContent = !!this.element.querySelector('[slot="prefix-icon"]');
|
|
837
|
+
if (!iconName && !hasSlotContent)
|
|
838
|
+
return null;
|
|
839
|
+
return (h("div", { class: {
|
|
840
|
+
'prefix-icon': true,
|
|
841
|
+
'prefix-icon--clickable': this.prefixClickable,
|
|
842
|
+
[`block-color-${this.prefixColor}`]: !!this.prefixColor
|
|
843
|
+
}, onClick: () => this.prefixClickable && this.prefixClick.emit(), role: this.prefixClickable ? 'button' : undefined, tabIndex: this.prefixClickable ? 0 : undefined, "aria-label": this.prefixClickable ? 'Prefix action' : undefined }, h("slot", { name: "prefix-icon" }, iconName && h("ui-icon", { library: "lucide", name: iconName, color: "currentColor" }))));
|
|
844
|
+
}
|
|
845
|
+
renderSuffixContent() {
|
|
846
|
+
const elements = [];
|
|
847
|
+
if (this.showClearButton) {
|
|
848
|
+
elements.push(h("ui-button", { variant: "ghost", size: "xxs", iconOnly: true, class: "clear-button", onClick: this.handleClear, ariaLabel: "Clear input", tabIndex: -1, icon: this.clearIcon, iconLibrary: "lucide" }));
|
|
849
|
+
}
|
|
850
|
+
if (this.type === 'password' && this.showPasswordToggle) {
|
|
851
|
+
const handleHoldStart = () => {
|
|
852
|
+
if (this.revealOnHold)
|
|
853
|
+
this.isPasswordHeld = true;
|
|
854
|
+
};
|
|
855
|
+
const handleHoldEnd = () => {
|
|
856
|
+
if (this.revealOnHold)
|
|
857
|
+
this.isPasswordHeld = false;
|
|
858
|
+
};
|
|
859
|
+
elements.push(h("ui-button", { variant: "ghost", size: "xxs", iconOnly: true, class: "password-toggle", onClick: () => !this.revealOnHold && (this.isPasswordVisible = !this.isPasswordVisible), onMouseDown: handleHoldStart, onMouseUp: handleHoldEnd, onMouseLeave: handleHoldEnd, onTouchStart: handleHoldStart, onTouchEnd: handleHoldEnd, ariaLabel: this.isPasswordVisible ? 'Hide password' : 'Show password', tabIndex: -1, icon: this.isPasswordVisible || this.isPasswordHeld ? this.passwordVisibleIcon : this.passwordIcon, iconLibrary: "lucide" }));
|
|
860
|
+
}
|
|
861
|
+
if (this.capsLockOn) {
|
|
862
|
+
elements.push(h("div", { class: "caps-lock-warning", title: "Caps Lock is ON" }, h("ui-icon", { library: "lucide", name: "arrow-big-up" })));
|
|
863
|
+
}
|
|
864
|
+
if (this.loading) {
|
|
865
|
+
elements.push(h("ui-icon", { library: "lucide", name: "loader-2", class: "loading-spinner", spin: true }));
|
|
866
|
+
}
|
|
867
|
+
if (this.showCopy) {
|
|
868
|
+
elements.push(h("ui-button", { variant: "ghost", size: "xxs", iconOnly: true, class: "copy-button", onClick: this.handleCopy, ariaLabel: "Copy to clipboard", icon: "copy", iconLibrary: "lucide" }));
|
|
869
|
+
}
|
|
870
|
+
if (this.showProgressCircle && this.maxLength) {
|
|
871
|
+
const percentage = Math.min((this.currentLength / this.maxLength) * 100, 100);
|
|
872
|
+
const radius = 9;
|
|
873
|
+
const circumference = 2 * Math.PI * radius;
|
|
874
|
+
const offset = circumference - (percentage / 100) * circumference;
|
|
875
|
+
elements.push(h("div", { class: "progress-circle-container", title: `${this.currentLength}/${this.maxLength}` }, h("svg", { class: "progress-circle-svg", viewBox: "0 0 24 24" }, h("circle", { class: "ring-track", cx: "12", cy: "12", r: radius }), h("circle", { class: "ring-fill", cx: "12", cy: "12", r: radius, style: { strokeDasharray: `${circumference}`, strokeDashoffset: `${offset}` } }))));
|
|
876
|
+
}
|
|
877
|
+
if (this.voiceEnabled || this.voiceInput) {
|
|
878
|
+
elements.push(h("ui-button", { variant: this.isRecording ? 'danger' : 'ghost', size: "xxs", iconOnly: true, class: { 'voice-button': true, 'is-recording': this.isRecording }, onClick: this.startVoiceRecognition, ariaLabel: this.isRecording ? 'Stop listening' : 'Start voice input', title: this.isRecording ? 'Listening… click to stop' : 'Click to speak', icon: this.isRecording ? 'mic-off' : 'mic', iconLibrary: "lucide" }));
|
|
879
|
+
}
|
|
880
|
+
if (this.shortcutHint) {
|
|
881
|
+
elements.push(h("div", { class: "shortcut-hint" }, this.shortcutHint));
|
|
882
|
+
}
|
|
883
|
+
const hasSuffixSlot = !!this.element.querySelector('[slot="suffix-icon"]');
|
|
884
|
+
if (this.suffixIcon || hasSuffixSlot) {
|
|
885
|
+
elements.push(h("div", { class: {
|
|
886
|
+
'suffix-icon': true,
|
|
887
|
+
'suffix-icon--clickable': this.suffixClickable,
|
|
888
|
+
[`block-color-${this.suffixColor}`]: !!this.suffixColor
|
|
889
|
+
}, onClick: () => this.suffixClickable && this.suffixClick.emit(), role: this.suffixClickable ? 'button' : undefined, tabIndex: this.suffixClickable ? 0 : undefined, "aria-label": this.suffixClickable ? 'Suffix action' : undefined }, h("slot", { name: "suffix-icon" }, this.suffixIcon && h("ui-icon", { library: "lucide", name: this.suffixIcon, color: "currentColor" }))));
|
|
890
|
+
}
|
|
891
|
+
return elements.length > 0 ? elements : null;
|
|
892
|
+
}
|
|
893
|
+
renderLengthIndicator() {
|
|
894
|
+
if (!this.minLengthIndicator && !this.maxLengthIndicator)
|
|
895
|
+
return null;
|
|
896
|
+
const current = this.currentLength;
|
|
897
|
+
const min = this.minLengthIndicator || this.minLength || 0;
|
|
898
|
+
const max = this.maxLengthIndicator || this.maxLength || 0;
|
|
899
|
+
let status = 'normal';
|
|
900
|
+
if (min && current < min)
|
|
901
|
+
status = 'warning';
|
|
902
|
+
if (max && current > max)
|
|
903
|
+
status = 'error';
|
|
904
|
+
if (min && current >= min && max && current <= max)
|
|
905
|
+
status = 'success';
|
|
906
|
+
return (h("span", { class: `length-indicator ${status}` }, min && current < min && `${min - current} more characters needed`, max && `${current}/${max}`));
|
|
907
|
+
}
|
|
908
|
+
renderAutocomplete() {
|
|
909
|
+
const filtered = this.getFilteredSuggestions();
|
|
910
|
+
const items = this.autocompleteSuggestions.length > 0
|
|
911
|
+
? this.autocompleteSuggestions
|
|
912
|
+
: filtered.map(s => ({ text: s, subtitle: undefined, icon: undefined }));
|
|
913
|
+
if (!this.showSuggestions || items.length === 0)
|
|
914
|
+
return null;
|
|
915
|
+
return (h("div", { class: "autocomplete-dropdown", exportparts: "dropdown" }, items.map((item, index) => {
|
|
916
|
+
if (!item)
|
|
917
|
+
return null;
|
|
918
|
+
return (h("div", { class: { 'autocomplete-item': true, 'active': index === this.selectedSuggestionIndex }, onClick: () => this.selectSuggestion(item.text) }, item.icon && h("ui-icon", { library: "lucide", name: item.icon, class: "suggestion-icon" }), h("div", { class: "suggestion-text-block" }, h("span", { class: "suggestion-main-text" }, this.highlightTextMatches(item.text)), item.subtitle && h("span", { class: "suggestion-subtitle" }, item.subtitle))));
|
|
919
|
+
})));
|
|
920
|
+
}
|
|
921
|
+
render() {
|
|
922
|
+
const isColor = this.type === 'color';
|
|
923
|
+
const isFile = this.type === 'file';
|
|
924
|
+
const isOtp = this.type === 'otp' || this.type === 'pin';
|
|
925
|
+
const inputType = (this.isPasswordVisible || this.isPasswordHeld) || isColor || isFile ? 'text' : this.type;
|
|
926
|
+
const validationMessage = this.getValidationMessage();
|
|
927
|
+
const isCustomColor = this.color && !STANDARD_COLORS.includes(this.color);
|
|
928
|
+
const hostStyles = {
|
|
929
|
+
...(isCustomColor ? { '--ui-custom-color': this.color, '--ui-custom-color-rgb': hexToRgb(this.color) } : {}),
|
|
930
|
+
'--ui-input-width': this.width
|
|
931
|
+
};
|
|
932
|
+
const hasRealPrefix = !!((this.prefixIcon && this.prefixIcon !== 'none' && this.prefixIcon !== 'false') || this.prefixText || (this.showTypeIcon && ['search', 'email', 'tel', 'url', 'number', 'date', 'currency'].includes(this.type) && !this.prefixIcon && !this.prefixText && this.variant !== 'plain' && this.variant !== 'borderless') || isColor || this.type === 'currency');
|
|
933
|
+
const hasRealSuffix = !!((this.suffixIcon && this.suffixIcon !== 'none' && this.suffixIcon !== 'false') || this.suffixText || this.showClear || this.type === 'search' || (this.type === 'password' && this.showPasswordToggle) || this.loading || this.showCopy || this.voiceInput || this.shortcutHint);
|
|
934
|
+
const inputClasses = {
|
|
935
|
+
'input-wrapper': true,
|
|
936
|
+
'focused': this.isFocused,
|
|
937
|
+
'disabled': this.disabled,
|
|
938
|
+
'readonly': this.readonly,
|
|
939
|
+
'has-value': !!this.value,
|
|
940
|
+
'has-prefix': hasRealPrefix,
|
|
941
|
+
'has-suffix': hasRealSuffix,
|
|
942
|
+
'multiline': this.multiline,
|
|
943
|
+
'full-width': this.fullWidth,
|
|
944
|
+
'shake-animation': this.shake,
|
|
945
|
+
'gradient-decorators': this.gradientDecorators,
|
|
946
|
+
'is-always-floated': this.alwaysFloated,
|
|
947
|
+
'is-success-pulse': this.successPulse && this.validationState === 'success',
|
|
948
|
+
'is-skeleton': this.skeleton,
|
|
949
|
+
[`variant-${this.variant}`]: true,
|
|
950
|
+
[`size-${this.size}`]: true,
|
|
951
|
+
[`density-${this.density}`]: true,
|
|
952
|
+
'is-otp': isOtp,
|
|
953
|
+
'has-gradient-border': this.gradientBorder,
|
|
954
|
+
'has-backdrop-sheen': this.backdropSheen,
|
|
955
|
+
};
|
|
956
|
+
const commonProps = {
|
|
957
|
+
ref: (el) => (this.inputElement = el),
|
|
958
|
+
class: 'input-field',
|
|
959
|
+
placeholder: (this.floatingLabel && !this.isFocused && !this.value) ? '' : (this.placeholder || this.getMaskPlaceholder()),
|
|
960
|
+
disabled: this.disabled,
|
|
961
|
+
readonly: this.readonly,
|
|
962
|
+
required: this.required,
|
|
963
|
+
autocomplete: this.autocomplete,
|
|
964
|
+
maxlength: isOtp ? this.otpLength : this.maxLength,
|
|
965
|
+
name: this.name,
|
|
966
|
+
id: this.inputId,
|
|
967
|
+
autofocus: this.autofocus,
|
|
968
|
+
onInput: this.handleInput,
|
|
969
|
+
onFocus: this.handleFocus,
|
|
970
|
+
onBlur: this.handleBlur,
|
|
971
|
+
onKeyDown: this.handleKeydown,
|
|
972
|
+
onKeyUp: this.handleKeyup,
|
|
973
|
+
};
|
|
974
|
+
return (h(Host, { key: 'e4063f1d2456a41e57309506da2b79f1bbf518bd', class: {
|
|
975
|
+
[`variant-${this.variant}`]: true,
|
|
976
|
+
[`size-${this.size}`]: true,
|
|
977
|
+
'full-width': this.fullWidth,
|
|
978
|
+
[`has-${this.validationState}`]: this.validationState !== 'none',
|
|
979
|
+
[`input-color-${isCustomColor ? 'custom' : this.color}`]: true,
|
|
980
|
+
'shake-animation': this.shake,
|
|
981
|
+
'focused': this.isFocused,
|
|
982
|
+
}, style: hostStyles }, h("div", { key: '7fd5939b576307e8285e5f53c91a7fc969617fa0', class: { ...inputClasses, 'input-ripple': this.rippleEffect } }, this.label && !this.floatingLabel && !isOtp && h("label", { key: '0fa810d3e66f3d224340d93006df75b63f528912', class: "input-label" }, this.label, this.required && '*'), h("div", { key: 'e2c21f6e14645a1fce1e6de5b1500ba41e04b115', class: "input-container", onMouseDown: this.handleMouseDown, onDragOver: this.handleDragOver, onDragLeave: this.handleDragLeave, onDrop: this.handleDrop }, h("div", { key: '73c7397d9d57c3effd34b6dab5bac043da68a78f', class: "clipping-layer" }, this.showRipple && h("div", { key: 'dc23482a5f56c51605911625605285451225ca81', class: "liquid-ripple", style: { left: `${this.rippleX}px`, top: `${this.rippleY}px` } }), this.linearLoading && h("div", { key: 'a10a205c11a4dc9468d709148ab713f5a927699b', class: "linear-loading-bar" }), this.backdropSheen && h("div", { key: '1d09a9fd9aa04999bc56186fec1be51f963f0e3d', class: "backdrop-sheen-effect" })), this.renderAutocomplete(), (this.badge || (this.dirtyTracking && this.isDirty)) && (h("span", { key: '8b6b915bbf616387f937e25b73c15cd4f42694c3', class: `input-badge ${!this.badge ? 'dot-mode' : ''}` }, this.badge || '')), this.renderPrefixIcon(), this.floatingLabel && !isOtp && h("label", { key: '36418949fb5a3613f3c56517db0b2ba52e74d1d0', class: "floating-label" }, this.label, this.required && '*'), this.multiline ? (h("textarea", { ...commonProps, style: { resize: this.autoResize ? 'none' : this.resize }, value: this.value })) : isOtp ? (h("div", { class: "otp-container" }, Array.from({ length: this.otpLength }).map((_, i) => (h("div", { class: { 'otp-box': true, 'filled': this.value.length > i, 'active': this.value.length === i && this.isFocused } }, this.value[i] || ''))), h("input", { ...commonProps, style: { opacity: '0', position: 'absolute', inset: '0', caretColor: 'transparent' } }))) : this.type === 'range' ? (h("div", { class: "range-input-wrapper", style: { '--range-progress': `${this.getRangePercentage()}%` } }, h("input", { ...commonProps, type: "range", value: this.rangeValue, min: this.min || 0, max: this.max || 100, step: this.step || 1 }), h("div", { class: "range-manual-adornment" }, h("input", { type: "number", class: "range-manual-input", value: this.rangeValue, min: this.min || 0, max: this.max || 100, step: this.step || 1, onInput: this.handleRangeManualInput })))) : (h("div", { class: "input-field-stack" }, h("input", { ...commonProps, type: inputType, value: isFile ? this.selectedFileNames : this.value }), this.currentGhost && h("span", { class: "ghost-text-overlay", onClick: () => (this.value = this.ghostText) }, this.currentGhost))), isColor && (h("input", { key: '71f29e41543ada3bb27402ec955ce17172866c35', type: "color", style: { opacity: '0', position: 'absolute', inset: '0', pointerEvents: 'none' }, value: this.value || '#000000', onInput: (e) => { this.value = e.target.value; this.inputChange.emit(this.value); }, ref: (el) => (this.colorPickerElement = el) })), isFile && (h("input", { key: 'f11732d7b0a60588b2d3fc74525cecb63c494a0d', type: "file", style: { opacity: '0', position: 'absolute', inset: '0', cursor: 'pointer', zIndex: '1' }, accept: this.accept, multiple: this.multiple, onInput: this.handleInput, ref: (el) => (this.filePickerElement = el) })), this.suffixText && h("span", { key: '5daa65c5274948ca30e12f9d305b5ed36aca27b9', class: { 'suffix-text': true, [`block-color-${this.suffixColor}`]: !!this.suffixColor } }, this.suffixText), (this.statusIndicator !== 'none' || this.isRecording || this._voiceOffLabel) && (h("div", { key: 'f0a15ca443598eccff24608f24e03f6b6c524409', class: `status-indicator status-${this.isRecording ? 'listening' : this._voiceOffLabel ? 'offline' : this.statusIndicator}` }, !this.voiceEnabled && !this.voiceInput && (this.statusIndicator === 'listening' || this.isRecording) && (h("ui-icon", { key: '3debcf72af06dab5cd5ab03f9e81793cde4c0a95', library: "lucide", name: "mic", class: "mic-pulse" })), this.statusIndicator !== 'listening' && !this.isRecording && !this._voiceOffLabel && (h("span", { key: '440b5c5cad18a6b7cd0de8c04dd0f49ae35db124', class: "status-dot" })), h("span", { key: 'bffc20acbaf070199bef467cefa3c25adc328221', class: "status-label" }, this.isRecording
|
|
983
|
+
? 'Listening'
|
|
984
|
+
: this._voiceOffLabel
|
|
985
|
+
? 'Not listening'
|
|
986
|
+
: this.statusIndicator !== 'none'
|
|
987
|
+
? this.statusIndicator.charAt(0).toUpperCase() + this.statusIndicator.slice(1)
|
|
988
|
+
: null), this.statusIndicator === 'typing' && h("span", { key: '19262bd829f945fd203266ea67c248a94a775f71', class: "typing-animation" }, h("span", { key: '769cbdde9e871c0fefa37466f5189bd4b95f04c9' }), h("span", { key: 'ada0306edd6f3f942e0d0258b820f3d425278654' }), h("span", { key: '687a023614358579750b5f493ad2bb8511ef2910' })))), this.renderSuffixContent(), this.renderSteppers(), this.hintTooltip && h("div", { key: '86d50262507a075bd68ea71fabcf4914d6a118e3', class: "hint-tooltip-icon", title: this.hintTooltip }, h("ui-icon", { key: 'e5590e7a20808a41bdfc3719e00b9e5ad2fc4a1d', library: "lucide", name: "help-circle" }))), (validationMessage || this.showCounter || this.minLengthIndicator || this.maxLengthIndicator || (this.type === 'password' && this.value && this.showPasswordStrength)) && (h("div", { key: '9479bdd436afd44ee5b05dfc99bd6ce84379f058', class: "input-footer" }, this.type === 'password' && this.value && this.showPasswordStrength && (h("div", { key: '0ea62a19ed66dc33e98a3aba4a63c62589fb560e', class: "password-strength-meter" }, h("div", { key: '3564a2205d7ade940909e12ef18b3ec71c06b583', class: `strength-bar strength-${this.passwordStrength}` }))), validationMessage && (h("span", { key: '4015b4eb68d7045a4447df795debefa080acd854', class: `helper-text ${this.validationState !== 'none' ? this.validationState + '-text' : ''}` }, this.validationState === 'error' && h("ui-icon", { key: 'bb9a04f2f7b577d9d797e574263fc96800e7184a', library: "lucide", name: "alert-circle", class: "validation-icon" }), this.validationState === 'warning' && h("ui-icon", { key: '2e756012a47e39f76472cd21497c692cb2cb66fa', library: "lucide", name: "alert-triangle", class: "validation-icon" }), this.validationState === 'success' && h("ui-icon", { key: '66d61660c177e1f4fece47bf7433c37045a13506', library: "lucide", name: "check-circle-2", class: "validation-icon" }), this.validationState === 'info' && h("ui-icon", { key: '6e41af71dd9abacd6f58e386297d023294dff819', library: "lucide", name: "info", class: "validation-icon" }), validationMessage)), this.relativeTime && this.type === 'date' && this.value && (h("span", { key: 'ac8f3dae2f0aa149cf6394e7683599a6a3e4505e', class: "relative-time-overlay" }, this.getRelativeTimeString(this.value))), this.showCounter && this.maxLength && h("span", { key: '5226cbf5034a58151a46c687180616246c9039d9', class: "character-counter" }, this.currentLength, "/", this.maxLength), this.renderLengthIndicator())))));
|
|
989
|
+
}
|
|
990
|
+
static get is() { return "ui-input"; }
|
|
991
|
+
static get encapsulation() { return "shadow"; }
|
|
992
|
+
static get formAssociated() { return true; }
|
|
993
|
+
static get originalStyleUrls() {
|
|
994
|
+
return {
|
|
995
|
+
"$": ["input.scss"]
|
|
996
|
+
};
|
|
997
|
+
}
|
|
998
|
+
static get styleUrls() {
|
|
999
|
+
return {
|
|
1000
|
+
"$": ["input.css"]
|
|
1001
|
+
};
|
|
1002
|
+
}
|
|
1003
|
+
static get properties() {
|
|
1004
|
+
return {
|
|
1005
|
+
"badge": {
|
|
1006
|
+
"type": "string",
|
|
1007
|
+
"mutable": false,
|
|
1008
|
+
"complexType": {
|
|
1009
|
+
"original": "string",
|
|
1010
|
+
"resolved": "string",
|
|
1011
|
+
"references": {}
|
|
1012
|
+
},
|
|
1013
|
+
"required": false,
|
|
1014
|
+
"optional": true,
|
|
1015
|
+
"docs": {
|
|
1016
|
+
"tags": [],
|
|
1017
|
+
"text": ""
|
|
1018
|
+
},
|
|
1019
|
+
"getter": false,
|
|
1020
|
+
"setter": false,
|
|
1021
|
+
"reflect": false,
|
|
1022
|
+
"attribute": "badge"
|
|
1023
|
+
},
|
|
1024
|
+
"color": {
|
|
1025
|
+
"type": "string",
|
|
1026
|
+
"mutable": false,
|
|
1027
|
+
"complexType": {
|
|
1028
|
+
"original": "StatusColor",
|
|
1029
|
+
"resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
|
|
1030
|
+
"references": {
|
|
1031
|
+
"StatusColor": {
|
|
1032
|
+
"location": "import",
|
|
1033
|
+
"path": "./types",
|
|
1034
|
+
"id": "src/components/input/types.ts::StatusColor",
|
|
1035
|
+
"referenceLocation": "StatusColor"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"required": false,
|
|
1040
|
+
"optional": false,
|
|
1041
|
+
"docs": {
|
|
1042
|
+
"tags": [],
|
|
1043
|
+
"text": ""
|
|
1044
|
+
},
|
|
1045
|
+
"getter": false,
|
|
1046
|
+
"setter": false,
|
|
1047
|
+
"reflect": false,
|
|
1048
|
+
"attribute": "color",
|
|
1049
|
+
"defaultValue": "'primary'"
|
|
1050
|
+
},
|
|
1051
|
+
"prefixColor": {
|
|
1052
|
+
"type": "string",
|
|
1053
|
+
"mutable": false,
|
|
1054
|
+
"complexType": {
|
|
1055
|
+
"original": "StatusColor",
|
|
1056
|
+
"resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
|
|
1057
|
+
"references": {
|
|
1058
|
+
"StatusColor": {
|
|
1059
|
+
"location": "import",
|
|
1060
|
+
"path": "./types",
|
|
1061
|
+
"id": "src/components/input/types.ts::StatusColor",
|
|
1062
|
+
"referenceLocation": "StatusColor"
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"optional": false,
|
|
1068
|
+
"docs": {
|
|
1069
|
+
"tags": [],
|
|
1070
|
+
"text": ""
|
|
1071
|
+
},
|
|
1072
|
+
"getter": false,
|
|
1073
|
+
"setter": false,
|
|
1074
|
+
"reflect": false,
|
|
1075
|
+
"attribute": "prefix-color"
|
|
1076
|
+
},
|
|
1077
|
+
"suffixColor": {
|
|
1078
|
+
"type": "string",
|
|
1079
|
+
"mutable": false,
|
|
1080
|
+
"complexType": {
|
|
1081
|
+
"original": "StatusColor",
|
|
1082
|
+
"resolved": "\"borderless\" | \"danger\" | \"default\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"warning\"",
|
|
1083
|
+
"references": {
|
|
1084
|
+
"StatusColor": {
|
|
1085
|
+
"location": "import",
|
|
1086
|
+
"path": "./types",
|
|
1087
|
+
"id": "src/components/input/types.ts::StatusColor",
|
|
1088
|
+
"referenceLocation": "StatusColor"
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"optional": false,
|
|
1094
|
+
"docs": {
|
|
1095
|
+
"tags": [],
|
|
1096
|
+
"text": ""
|
|
1097
|
+
},
|
|
1098
|
+
"getter": false,
|
|
1099
|
+
"setter": false,
|
|
1100
|
+
"reflect": false,
|
|
1101
|
+
"attribute": "suffix-color"
|
|
1102
|
+
},
|
|
1103
|
+
"gradientDecorators": {
|
|
1104
|
+
"type": "boolean",
|
|
1105
|
+
"mutable": false,
|
|
1106
|
+
"complexType": {
|
|
1107
|
+
"original": "boolean",
|
|
1108
|
+
"resolved": "boolean",
|
|
1109
|
+
"references": {}
|
|
1110
|
+
},
|
|
1111
|
+
"required": false,
|
|
1112
|
+
"optional": false,
|
|
1113
|
+
"docs": {
|
|
1114
|
+
"tags": [],
|
|
1115
|
+
"text": ""
|
|
1116
|
+
},
|
|
1117
|
+
"getter": false,
|
|
1118
|
+
"setter": false,
|
|
1119
|
+
"reflect": false,
|
|
1120
|
+
"attribute": "gradient-decorators",
|
|
1121
|
+
"defaultValue": "false"
|
|
1122
|
+
},
|
|
1123
|
+
"rippleEffect": {
|
|
1124
|
+
"type": "boolean",
|
|
1125
|
+
"mutable": false,
|
|
1126
|
+
"complexType": {
|
|
1127
|
+
"original": "boolean",
|
|
1128
|
+
"resolved": "boolean",
|
|
1129
|
+
"references": {}
|
|
1130
|
+
},
|
|
1131
|
+
"required": false,
|
|
1132
|
+
"optional": false,
|
|
1133
|
+
"docs": {
|
|
1134
|
+
"tags": [],
|
|
1135
|
+
"text": ""
|
|
1136
|
+
},
|
|
1137
|
+
"getter": false,
|
|
1138
|
+
"setter": false,
|
|
1139
|
+
"reflect": false,
|
|
1140
|
+
"attribute": "ripple-effect",
|
|
1141
|
+
"defaultValue": "true"
|
|
1142
|
+
},
|
|
1143
|
+
"linearLoading": {
|
|
1144
|
+
"type": "boolean",
|
|
1145
|
+
"mutable": false,
|
|
1146
|
+
"complexType": {
|
|
1147
|
+
"original": "boolean",
|
|
1148
|
+
"resolved": "boolean",
|
|
1149
|
+
"references": {}
|
|
1150
|
+
},
|
|
1151
|
+
"required": false,
|
|
1152
|
+
"optional": false,
|
|
1153
|
+
"docs": {
|
|
1154
|
+
"tags": [],
|
|
1155
|
+
"text": ""
|
|
1156
|
+
},
|
|
1157
|
+
"getter": false,
|
|
1158
|
+
"setter": false,
|
|
1159
|
+
"reflect": false,
|
|
1160
|
+
"attribute": "linear-loading",
|
|
1161
|
+
"defaultValue": "false"
|
|
1162
|
+
},
|
|
1163
|
+
"hintTooltip": {
|
|
1164
|
+
"type": "string",
|
|
1165
|
+
"mutable": false,
|
|
1166
|
+
"complexType": {
|
|
1167
|
+
"original": "string",
|
|
1168
|
+
"resolved": "string",
|
|
1169
|
+
"references": {}
|
|
1170
|
+
},
|
|
1171
|
+
"required": false,
|
|
1172
|
+
"optional": false,
|
|
1173
|
+
"docs": {
|
|
1174
|
+
"tags": [],
|
|
1175
|
+
"text": ""
|
|
1176
|
+
},
|
|
1177
|
+
"getter": false,
|
|
1178
|
+
"setter": false,
|
|
1179
|
+
"reflect": false,
|
|
1180
|
+
"attribute": "hint-tooltip",
|
|
1181
|
+
"defaultValue": "''"
|
|
1182
|
+
},
|
|
1183
|
+
"successPulse": {
|
|
1184
|
+
"type": "boolean",
|
|
1185
|
+
"mutable": false,
|
|
1186
|
+
"complexType": {
|
|
1187
|
+
"original": "boolean",
|
|
1188
|
+
"resolved": "boolean",
|
|
1189
|
+
"references": {}
|
|
1190
|
+
},
|
|
1191
|
+
"required": false,
|
|
1192
|
+
"optional": false,
|
|
1193
|
+
"docs": {
|
|
1194
|
+
"tags": [],
|
|
1195
|
+
"text": ""
|
|
1196
|
+
},
|
|
1197
|
+
"getter": false,
|
|
1198
|
+
"setter": false,
|
|
1199
|
+
"reflect": false,
|
|
1200
|
+
"attribute": "success-pulse",
|
|
1201
|
+
"defaultValue": "false"
|
|
1202
|
+
},
|
|
1203
|
+
"alwaysFloated": {
|
|
1204
|
+
"type": "boolean",
|
|
1205
|
+
"mutable": false,
|
|
1206
|
+
"complexType": {
|
|
1207
|
+
"original": "boolean",
|
|
1208
|
+
"resolved": "boolean",
|
|
1209
|
+
"references": {}
|
|
1210
|
+
},
|
|
1211
|
+
"required": false,
|
|
1212
|
+
"optional": false,
|
|
1213
|
+
"docs": {
|
|
1214
|
+
"tags": [],
|
|
1215
|
+
"text": ""
|
|
1216
|
+
},
|
|
1217
|
+
"getter": false,
|
|
1218
|
+
"setter": false,
|
|
1219
|
+
"reflect": false,
|
|
1220
|
+
"attribute": "always-floated",
|
|
1221
|
+
"defaultValue": "false"
|
|
1222
|
+
},
|
|
1223
|
+
"shakeOnError": {
|
|
1224
|
+
"type": "boolean",
|
|
1225
|
+
"mutable": false,
|
|
1226
|
+
"complexType": {
|
|
1227
|
+
"original": "boolean",
|
|
1228
|
+
"resolved": "boolean",
|
|
1229
|
+
"references": {}
|
|
1230
|
+
},
|
|
1231
|
+
"required": false,
|
|
1232
|
+
"optional": false,
|
|
1233
|
+
"docs": {
|
|
1234
|
+
"tags": [],
|
|
1235
|
+
"text": ""
|
|
1236
|
+
},
|
|
1237
|
+
"getter": false,
|
|
1238
|
+
"setter": false,
|
|
1239
|
+
"reflect": false,
|
|
1240
|
+
"attribute": "shake-on-error",
|
|
1241
|
+
"defaultValue": "false"
|
|
1242
|
+
},
|
|
1243
|
+
"maxRows": {
|
|
1244
|
+
"type": "number",
|
|
1245
|
+
"mutable": false,
|
|
1246
|
+
"complexType": {
|
|
1247
|
+
"original": "number",
|
|
1248
|
+
"resolved": "number",
|
|
1249
|
+
"references": {}
|
|
1250
|
+
},
|
|
1251
|
+
"required": false,
|
|
1252
|
+
"optional": false,
|
|
1253
|
+
"docs": {
|
|
1254
|
+
"tags": [],
|
|
1255
|
+
"text": ""
|
|
1256
|
+
},
|
|
1257
|
+
"getter": false,
|
|
1258
|
+
"setter": false,
|
|
1259
|
+
"reflect": false,
|
|
1260
|
+
"attribute": "max-rows",
|
|
1261
|
+
"defaultValue": "5"
|
|
1262
|
+
},
|
|
1263
|
+
"autocompleteSuggestions": {
|
|
1264
|
+
"type": "unknown",
|
|
1265
|
+
"mutable": false,
|
|
1266
|
+
"complexType": {
|
|
1267
|
+
"original": "Array<{ text: string; subtitle?: string; icon?: string; value?: any }>",
|
|
1268
|
+
"resolved": "{ text: string; subtitle?: string; icon?: string; value?: any; }[]",
|
|
1269
|
+
"references": {
|
|
1270
|
+
"Array": {
|
|
1271
|
+
"location": "global",
|
|
1272
|
+
"id": "global::Array"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"required": false,
|
|
1277
|
+
"optional": false,
|
|
1278
|
+
"docs": {
|
|
1279
|
+
"tags": [],
|
|
1280
|
+
"text": ""
|
|
1281
|
+
},
|
|
1282
|
+
"getter": false,
|
|
1283
|
+
"setter": false,
|
|
1284
|
+
"defaultValue": "[]"
|
|
1285
|
+
},
|
|
1286
|
+
"voiceInput": {
|
|
1287
|
+
"type": "boolean",
|
|
1288
|
+
"mutable": false,
|
|
1289
|
+
"complexType": {
|
|
1290
|
+
"original": "boolean",
|
|
1291
|
+
"resolved": "boolean",
|
|
1292
|
+
"references": {}
|
|
1293
|
+
},
|
|
1294
|
+
"required": false,
|
|
1295
|
+
"optional": false,
|
|
1296
|
+
"docs": {
|
|
1297
|
+
"tags": [],
|
|
1298
|
+
"text": ""
|
|
1299
|
+
},
|
|
1300
|
+
"getter": false,
|
|
1301
|
+
"setter": false,
|
|
1302
|
+
"reflect": false,
|
|
1303
|
+
"attribute": "voice-input",
|
|
1304
|
+
"defaultValue": "false"
|
|
1305
|
+
},
|
|
1306
|
+
"shortcutHint": {
|
|
1307
|
+
"type": "string",
|
|
1308
|
+
"mutable": false,
|
|
1309
|
+
"complexType": {
|
|
1310
|
+
"original": "string",
|
|
1311
|
+
"resolved": "string",
|
|
1312
|
+
"references": {}
|
|
1313
|
+
},
|
|
1314
|
+
"required": false,
|
|
1315
|
+
"optional": false,
|
|
1316
|
+
"docs": {
|
|
1317
|
+
"tags": [],
|
|
1318
|
+
"text": ""
|
|
1319
|
+
},
|
|
1320
|
+
"getter": false,
|
|
1321
|
+
"setter": false,
|
|
1322
|
+
"reflect": false,
|
|
1323
|
+
"attribute": "shortcut-hint",
|
|
1324
|
+
"defaultValue": "''"
|
|
1325
|
+
},
|
|
1326
|
+
"textTransform": {
|
|
1327
|
+
"type": "string",
|
|
1328
|
+
"mutable": false,
|
|
1329
|
+
"complexType": {
|
|
1330
|
+
"original": "'none' | 'uppercase' | 'lowercase' | 'capitalize' | 'pascal' | 'words' | 'sentences'",
|
|
1331
|
+
"resolved": "\"capitalize\" | \"lowercase\" | \"none\" | \"pascal\" | \"sentences\" | \"uppercase\" | \"words\"",
|
|
1332
|
+
"references": {}
|
|
1333
|
+
},
|
|
1334
|
+
"required": false,
|
|
1335
|
+
"optional": false,
|
|
1336
|
+
"docs": {
|
|
1337
|
+
"tags": [],
|
|
1338
|
+
"text": ""
|
|
1339
|
+
},
|
|
1340
|
+
"getter": false,
|
|
1341
|
+
"setter": false,
|
|
1342
|
+
"reflect": false,
|
|
1343
|
+
"attribute": "text-transform",
|
|
1344
|
+
"defaultValue": "'none'"
|
|
1345
|
+
},
|
|
1346
|
+
"relativeTime": {
|
|
1347
|
+
"type": "boolean",
|
|
1348
|
+
"mutable": false,
|
|
1349
|
+
"complexType": {
|
|
1350
|
+
"original": "boolean",
|
|
1351
|
+
"resolved": "boolean",
|
|
1352
|
+
"references": {}
|
|
1353
|
+
},
|
|
1354
|
+
"required": false,
|
|
1355
|
+
"optional": false,
|
|
1356
|
+
"docs": {
|
|
1357
|
+
"tags": [],
|
|
1358
|
+
"text": ""
|
|
1359
|
+
},
|
|
1360
|
+
"getter": false,
|
|
1361
|
+
"setter": false,
|
|
1362
|
+
"reflect": false,
|
|
1363
|
+
"attribute": "relative-time",
|
|
1364
|
+
"defaultValue": "false"
|
|
1365
|
+
},
|
|
1366
|
+
"highlightMatches": {
|
|
1367
|
+
"type": "boolean",
|
|
1368
|
+
"mutable": false,
|
|
1369
|
+
"complexType": {
|
|
1370
|
+
"original": "boolean",
|
|
1371
|
+
"resolved": "boolean",
|
|
1372
|
+
"references": {}
|
|
1373
|
+
},
|
|
1374
|
+
"required": false,
|
|
1375
|
+
"optional": false,
|
|
1376
|
+
"docs": {
|
|
1377
|
+
"tags": [],
|
|
1378
|
+
"text": ""
|
|
1379
|
+
},
|
|
1380
|
+
"getter": false,
|
|
1381
|
+
"setter": false,
|
|
1382
|
+
"reflect": false,
|
|
1383
|
+
"attribute": "highlight-matches",
|
|
1384
|
+
"defaultValue": "true"
|
|
1385
|
+
},
|
|
1386
|
+
"dropZone": {
|
|
1387
|
+
"type": "boolean",
|
|
1388
|
+
"mutable": false,
|
|
1389
|
+
"complexType": {
|
|
1390
|
+
"original": "boolean",
|
|
1391
|
+
"resolved": "boolean",
|
|
1392
|
+
"references": {}
|
|
1393
|
+
},
|
|
1394
|
+
"required": false,
|
|
1395
|
+
"optional": false,
|
|
1396
|
+
"docs": {
|
|
1397
|
+
"tags": [],
|
|
1398
|
+
"text": ""
|
|
1399
|
+
},
|
|
1400
|
+
"getter": false,
|
|
1401
|
+
"setter": false,
|
|
1402
|
+
"reflect": false,
|
|
1403
|
+
"attribute": "drop-zone",
|
|
1404
|
+
"defaultValue": "false"
|
|
1405
|
+
},
|
|
1406
|
+
"ghostText": {
|
|
1407
|
+
"type": "string",
|
|
1408
|
+
"mutable": false,
|
|
1409
|
+
"complexType": {
|
|
1410
|
+
"original": "string",
|
|
1411
|
+
"resolved": "string",
|
|
1412
|
+
"references": {}
|
|
1413
|
+
},
|
|
1414
|
+
"required": false,
|
|
1415
|
+
"optional": false,
|
|
1416
|
+
"docs": {
|
|
1417
|
+
"tags": [],
|
|
1418
|
+
"text": ""
|
|
1419
|
+
},
|
|
1420
|
+
"getter": false,
|
|
1421
|
+
"setter": false,
|
|
1422
|
+
"reflect": false,
|
|
1423
|
+
"attribute": "ghost-text",
|
|
1424
|
+
"defaultValue": "''"
|
|
1425
|
+
},
|
|
1426
|
+
"revealOnHold": {
|
|
1427
|
+
"type": "boolean",
|
|
1428
|
+
"mutable": false,
|
|
1429
|
+
"complexType": {
|
|
1430
|
+
"original": "boolean",
|
|
1431
|
+
"resolved": "boolean",
|
|
1432
|
+
"references": {}
|
|
1433
|
+
},
|
|
1434
|
+
"required": false,
|
|
1435
|
+
"optional": false,
|
|
1436
|
+
"docs": {
|
|
1437
|
+
"tags": [],
|
|
1438
|
+
"text": ""
|
|
1439
|
+
},
|
|
1440
|
+
"getter": false,
|
|
1441
|
+
"setter": false,
|
|
1442
|
+
"reflect": false,
|
|
1443
|
+
"attribute": "reveal-on-hold",
|
|
1444
|
+
"defaultValue": "false"
|
|
1445
|
+
},
|
|
1446
|
+
"noSpaces": {
|
|
1447
|
+
"type": "boolean",
|
|
1448
|
+
"mutable": false,
|
|
1449
|
+
"complexType": {
|
|
1450
|
+
"original": "boolean",
|
|
1451
|
+
"resolved": "boolean",
|
|
1452
|
+
"references": {}
|
|
1453
|
+
},
|
|
1454
|
+
"required": false,
|
|
1455
|
+
"optional": false,
|
|
1456
|
+
"docs": {
|
|
1457
|
+
"tags": [],
|
|
1458
|
+
"text": ""
|
|
1459
|
+
},
|
|
1460
|
+
"getter": false,
|
|
1461
|
+
"setter": false,
|
|
1462
|
+
"reflect": false,
|
|
1463
|
+
"attribute": "no-spaces",
|
|
1464
|
+
"defaultValue": "false"
|
|
1465
|
+
},
|
|
1466
|
+
"alphaOnly": {
|
|
1467
|
+
"type": "boolean",
|
|
1468
|
+
"mutable": false,
|
|
1469
|
+
"complexType": {
|
|
1470
|
+
"original": "boolean",
|
|
1471
|
+
"resolved": "boolean",
|
|
1472
|
+
"references": {}
|
|
1473
|
+
},
|
|
1474
|
+
"required": false,
|
|
1475
|
+
"optional": false,
|
|
1476
|
+
"docs": {
|
|
1477
|
+
"tags": [],
|
|
1478
|
+
"text": ""
|
|
1479
|
+
},
|
|
1480
|
+
"getter": false,
|
|
1481
|
+
"setter": false,
|
|
1482
|
+
"reflect": false,
|
|
1483
|
+
"attribute": "alpha-only",
|
|
1484
|
+
"defaultValue": "false"
|
|
1485
|
+
},
|
|
1486
|
+
"numericOnly": {
|
|
1487
|
+
"type": "boolean",
|
|
1488
|
+
"mutable": false,
|
|
1489
|
+
"complexType": {
|
|
1490
|
+
"original": "boolean",
|
|
1491
|
+
"resolved": "boolean",
|
|
1492
|
+
"references": {}
|
|
1493
|
+
},
|
|
1494
|
+
"required": false,
|
|
1495
|
+
"optional": false,
|
|
1496
|
+
"docs": {
|
|
1497
|
+
"tags": [],
|
|
1498
|
+
"text": ""
|
|
1499
|
+
},
|
|
1500
|
+
"getter": false,
|
|
1501
|
+
"setter": false,
|
|
1502
|
+
"reflect": false,
|
|
1503
|
+
"attribute": "numeric-only",
|
|
1504
|
+
"defaultValue": "false"
|
|
1505
|
+
},
|
|
1506
|
+
"showPasswordStrength": {
|
|
1507
|
+
"type": "boolean",
|
|
1508
|
+
"mutable": false,
|
|
1509
|
+
"complexType": {
|
|
1510
|
+
"original": "boolean",
|
|
1511
|
+
"resolved": "boolean",
|
|
1512
|
+
"references": {}
|
|
1513
|
+
},
|
|
1514
|
+
"required": false,
|
|
1515
|
+
"optional": false,
|
|
1516
|
+
"docs": {
|
|
1517
|
+
"tags": [],
|
|
1518
|
+
"text": ""
|
|
1519
|
+
},
|
|
1520
|
+
"getter": false,
|
|
1521
|
+
"setter": false,
|
|
1522
|
+
"reflect": false,
|
|
1523
|
+
"attribute": "show-password-strength",
|
|
1524
|
+
"defaultValue": "false"
|
|
1525
|
+
},
|
|
1526
|
+
"showProgressCircle": {
|
|
1527
|
+
"type": "boolean",
|
|
1528
|
+
"mutable": false,
|
|
1529
|
+
"complexType": {
|
|
1530
|
+
"original": "boolean",
|
|
1531
|
+
"resolved": "boolean",
|
|
1532
|
+
"references": {}
|
|
1533
|
+
},
|
|
1534
|
+
"required": false,
|
|
1535
|
+
"optional": false,
|
|
1536
|
+
"docs": {
|
|
1537
|
+
"tags": [],
|
|
1538
|
+
"text": ""
|
|
1539
|
+
},
|
|
1540
|
+
"getter": false,
|
|
1541
|
+
"setter": false,
|
|
1542
|
+
"reflect": false,
|
|
1543
|
+
"attribute": "show-progress-circle",
|
|
1544
|
+
"defaultValue": "false"
|
|
1545
|
+
},
|
|
1546
|
+
"dirtyTracking": {
|
|
1547
|
+
"type": "boolean",
|
|
1548
|
+
"mutable": false,
|
|
1549
|
+
"complexType": {
|
|
1550
|
+
"original": "boolean",
|
|
1551
|
+
"resolved": "boolean",
|
|
1552
|
+
"references": {}
|
|
1553
|
+
},
|
|
1554
|
+
"required": false,
|
|
1555
|
+
"optional": false,
|
|
1556
|
+
"docs": {
|
|
1557
|
+
"tags": [],
|
|
1558
|
+
"text": ""
|
|
1559
|
+
},
|
|
1560
|
+
"getter": false,
|
|
1561
|
+
"setter": false,
|
|
1562
|
+
"reflect": false,
|
|
1563
|
+
"attribute": "dirty-tracking",
|
|
1564
|
+
"defaultValue": "false"
|
|
1565
|
+
},
|
|
1566
|
+
"defaultValue": {
|
|
1567
|
+
"type": "string",
|
|
1568
|
+
"mutable": false,
|
|
1569
|
+
"complexType": {
|
|
1570
|
+
"original": "string",
|
|
1571
|
+
"resolved": "string",
|
|
1572
|
+
"references": {}
|
|
1573
|
+
},
|
|
1574
|
+
"required": false,
|
|
1575
|
+
"optional": false,
|
|
1576
|
+
"docs": {
|
|
1577
|
+
"tags": [],
|
|
1578
|
+
"text": ""
|
|
1579
|
+
},
|
|
1580
|
+
"getter": false,
|
|
1581
|
+
"setter": false,
|
|
1582
|
+
"reflect": false,
|
|
1583
|
+
"attribute": "default-value",
|
|
1584
|
+
"defaultValue": "''"
|
|
1585
|
+
},
|
|
1586
|
+
"otpLength": {
|
|
1587
|
+
"type": "number",
|
|
1588
|
+
"mutable": false,
|
|
1589
|
+
"complexType": {
|
|
1590
|
+
"original": "number",
|
|
1591
|
+
"resolved": "number",
|
|
1592
|
+
"references": {}
|
|
1593
|
+
},
|
|
1594
|
+
"required": false,
|
|
1595
|
+
"optional": false,
|
|
1596
|
+
"docs": {
|
|
1597
|
+
"tags": [],
|
|
1598
|
+
"text": ""
|
|
1599
|
+
},
|
|
1600
|
+
"getter": false,
|
|
1601
|
+
"setter": false,
|
|
1602
|
+
"reflect": false,
|
|
1603
|
+
"attribute": "otp-length",
|
|
1604
|
+
"defaultValue": "6"
|
|
1605
|
+
},
|
|
1606
|
+
"voiceEnabled": {
|
|
1607
|
+
"type": "boolean",
|
|
1608
|
+
"mutable": false,
|
|
1609
|
+
"complexType": {
|
|
1610
|
+
"original": "boolean",
|
|
1611
|
+
"resolved": "boolean",
|
|
1612
|
+
"references": {}
|
|
1613
|
+
},
|
|
1614
|
+
"required": false,
|
|
1615
|
+
"optional": false,
|
|
1616
|
+
"docs": {
|
|
1617
|
+
"tags": [],
|
|
1618
|
+
"text": ""
|
|
1619
|
+
},
|
|
1620
|
+
"getter": false,
|
|
1621
|
+
"setter": false,
|
|
1622
|
+
"reflect": false,
|
|
1623
|
+
"attribute": "voice-enabled",
|
|
1624
|
+
"defaultValue": "false"
|
|
1625
|
+
},
|
|
1626
|
+
"statusIndicator": {
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"mutable": false,
|
|
1629
|
+
"complexType": {
|
|
1630
|
+
"original": "'none' | 'online' | 'offline' | 'typing' | 'away' | 'listening'",
|
|
1631
|
+
"resolved": "\"away\" | \"listening\" | \"none\" | \"offline\" | \"online\" | \"typing\"",
|
|
1632
|
+
"references": {}
|
|
1633
|
+
},
|
|
1634
|
+
"required": false,
|
|
1635
|
+
"optional": false,
|
|
1636
|
+
"docs": {
|
|
1637
|
+
"tags": [],
|
|
1638
|
+
"text": ""
|
|
1639
|
+
},
|
|
1640
|
+
"getter": false,
|
|
1641
|
+
"setter": false,
|
|
1642
|
+
"reflect": false,
|
|
1643
|
+
"attribute": "status-indicator",
|
|
1644
|
+
"defaultValue": "'none'"
|
|
1645
|
+
},
|
|
1646
|
+
"validationTrigger": {
|
|
1647
|
+
"type": "string",
|
|
1648
|
+
"mutable": false,
|
|
1649
|
+
"complexType": {
|
|
1650
|
+
"original": "'onInput' | 'onBlur' | 'manual'",
|
|
1651
|
+
"resolved": "\"manual\" | \"onBlur\" | \"onInput\"",
|
|
1652
|
+
"references": {}
|
|
1653
|
+
},
|
|
1654
|
+
"required": false,
|
|
1655
|
+
"optional": false,
|
|
1656
|
+
"docs": {
|
|
1657
|
+
"tags": [],
|
|
1658
|
+
"text": ""
|
|
1659
|
+
},
|
|
1660
|
+
"getter": false,
|
|
1661
|
+
"setter": false,
|
|
1662
|
+
"reflect": false,
|
|
1663
|
+
"attribute": "validation-trigger",
|
|
1664
|
+
"defaultValue": "'onInput'"
|
|
1665
|
+
},
|
|
1666
|
+
"gradientBorder": {
|
|
1667
|
+
"type": "boolean",
|
|
1668
|
+
"mutable": false,
|
|
1669
|
+
"complexType": {
|
|
1670
|
+
"original": "boolean",
|
|
1671
|
+
"resolved": "boolean",
|
|
1672
|
+
"references": {}
|
|
1673
|
+
},
|
|
1674
|
+
"required": false,
|
|
1675
|
+
"optional": false,
|
|
1676
|
+
"docs": {
|
|
1677
|
+
"tags": [],
|
|
1678
|
+
"text": ""
|
|
1679
|
+
},
|
|
1680
|
+
"getter": false,
|
|
1681
|
+
"setter": false,
|
|
1682
|
+
"reflect": false,
|
|
1683
|
+
"attribute": "gradient-border",
|
|
1684
|
+
"defaultValue": "false"
|
|
1685
|
+
},
|
|
1686
|
+
"backdropSheen": {
|
|
1687
|
+
"type": "boolean",
|
|
1688
|
+
"mutable": false,
|
|
1689
|
+
"complexType": {
|
|
1690
|
+
"original": "boolean",
|
|
1691
|
+
"resolved": "boolean",
|
|
1692
|
+
"references": {}
|
|
1693
|
+
},
|
|
1694
|
+
"required": false,
|
|
1695
|
+
"optional": false,
|
|
1696
|
+
"docs": {
|
|
1697
|
+
"tags": [],
|
|
1698
|
+
"text": ""
|
|
1699
|
+
},
|
|
1700
|
+
"getter": false,
|
|
1701
|
+
"setter": false,
|
|
1702
|
+
"reflect": false,
|
|
1703
|
+
"attribute": "backdrop-sheen",
|
|
1704
|
+
"defaultValue": "false"
|
|
1705
|
+
},
|
|
1706
|
+
"customClass": {
|
|
1707
|
+
"type": "string",
|
|
1708
|
+
"mutable": false,
|
|
1709
|
+
"complexType": {
|
|
1710
|
+
"original": "string",
|
|
1711
|
+
"resolved": "string",
|
|
1712
|
+
"references": {}
|
|
1713
|
+
},
|
|
1714
|
+
"required": false,
|
|
1715
|
+
"optional": true,
|
|
1716
|
+
"docs": {
|
|
1717
|
+
"tags": [],
|
|
1718
|
+
"text": ""
|
|
1719
|
+
},
|
|
1720
|
+
"getter": false,
|
|
1721
|
+
"setter": false,
|
|
1722
|
+
"reflect": false,
|
|
1723
|
+
"attribute": "custom-class"
|
|
1724
|
+
},
|
|
1725
|
+
"type": {
|
|
1726
|
+
"type": "string",
|
|
1727
|
+
"mutable": false,
|
|
1728
|
+
"complexType": {
|
|
1729
|
+
"original": "InputType",
|
|
1730
|
+
"resolved": "\"color\" | \"currency\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"month\" | \"number\" | \"otp\" | \"password\" | \"pin\" | \"range\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"voice\" | \"week\"",
|
|
1731
|
+
"references": {
|
|
1732
|
+
"InputType": {
|
|
1733
|
+
"location": "import",
|
|
1734
|
+
"path": "./types",
|
|
1735
|
+
"id": "src/components/input/types.ts::InputType",
|
|
1736
|
+
"referenceLocation": "InputType"
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"required": false,
|
|
1741
|
+
"optional": false,
|
|
1742
|
+
"docs": {
|
|
1743
|
+
"tags": [],
|
|
1744
|
+
"text": ""
|
|
1745
|
+
},
|
|
1746
|
+
"getter": false,
|
|
1747
|
+
"setter": false,
|
|
1748
|
+
"reflect": false,
|
|
1749
|
+
"attribute": "type",
|
|
1750
|
+
"defaultValue": "'text'"
|
|
1751
|
+
},
|
|
1752
|
+
"variant": {
|
|
1753
|
+
"type": "string",
|
|
1754
|
+
"mutable": false,
|
|
1755
|
+
"complexType": {
|
|
1756
|
+
"original": "InputVariant",
|
|
1757
|
+
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
1758
|
+
"references": {
|
|
1759
|
+
"InputVariant": {
|
|
1760
|
+
"location": "import",
|
|
1761
|
+
"path": "./types",
|
|
1762
|
+
"id": "src/components/input/types.ts::InputVariant",
|
|
1763
|
+
"referenceLocation": "InputVariant"
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"required": false,
|
|
1768
|
+
"optional": false,
|
|
1769
|
+
"docs": {
|
|
1770
|
+
"tags": [],
|
|
1771
|
+
"text": ""
|
|
1772
|
+
},
|
|
1773
|
+
"getter": false,
|
|
1774
|
+
"setter": false,
|
|
1775
|
+
"reflect": false,
|
|
1776
|
+
"attribute": "variant",
|
|
1777
|
+
"defaultValue": "'outlined'"
|
|
1778
|
+
},
|
|
1779
|
+
"size": {
|
|
1780
|
+
"type": "string",
|
|
1781
|
+
"mutable": false,
|
|
1782
|
+
"complexType": {
|
|
1783
|
+
"original": "InputSize",
|
|
1784
|
+
"resolved": "\"default\" | \"large\" | \"lg\" | \"md\" | \"medium\" | \"sm\" | \"small\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\" | \"xxxl\" | \"xxxs\"",
|
|
1785
|
+
"references": {
|
|
1786
|
+
"InputSize": {
|
|
1787
|
+
"location": "import",
|
|
1788
|
+
"path": "./types",
|
|
1789
|
+
"id": "src/components/input/types.ts::InputSize",
|
|
1790
|
+
"referenceLocation": "InputSize"
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
"required": false,
|
|
1795
|
+
"optional": false,
|
|
1796
|
+
"docs": {
|
|
1797
|
+
"tags": [],
|
|
1798
|
+
"text": ""
|
|
1799
|
+
},
|
|
1800
|
+
"getter": false,
|
|
1801
|
+
"setter": false,
|
|
1802
|
+
"reflect": false,
|
|
1803
|
+
"attribute": "size",
|
|
1804
|
+
"defaultValue": "'md'"
|
|
1805
|
+
},
|
|
1806
|
+
"width": {
|
|
1807
|
+
"type": "string",
|
|
1808
|
+
"mutable": false,
|
|
1809
|
+
"complexType": {
|
|
1810
|
+
"original": "string",
|
|
1811
|
+
"resolved": "string",
|
|
1812
|
+
"references": {}
|
|
1813
|
+
},
|
|
1814
|
+
"required": false,
|
|
1815
|
+
"optional": true,
|
|
1816
|
+
"docs": {
|
|
1817
|
+
"tags": [],
|
|
1818
|
+
"text": ""
|
|
1819
|
+
},
|
|
1820
|
+
"getter": false,
|
|
1821
|
+
"setter": false,
|
|
1822
|
+
"reflect": false,
|
|
1823
|
+
"attribute": "width"
|
|
1824
|
+
},
|
|
1825
|
+
"value": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"mutable": true,
|
|
1828
|
+
"complexType": {
|
|
1829
|
+
"original": "string",
|
|
1830
|
+
"resolved": "string",
|
|
1831
|
+
"references": {}
|
|
1832
|
+
},
|
|
1833
|
+
"required": false,
|
|
1834
|
+
"optional": false,
|
|
1835
|
+
"docs": {
|
|
1836
|
+
"tags": [],
|
|
1837
|
+
"text": ""
|
|
1838
|
+
},
|
|
1839
|
+
"getter": false,
|
|
1840
|
+
"setter": false,
|
|
1841
|
+
"reflect": false,
|
|
1842
|
+
"attribute": "value",
|
|
1843
|
+
"defaultValue": "''"
|
|
1844
|
+
},
|
|
1845
|
+
"placeholder": {
|
|
1846
|
+
"type": "string",
|
|
1847
|
+
"mutable": false,
|
|
1848
|
+
"complexType": {
|
|
1849
|
+
"original": "string",
|
|
1850
|
+
"resolved": "string",
|
|
1851
|
+
"references": {}
|
|
1852
|
+
},
|
|
1853
|
+
"required": false,
|
|
1854
|
+
"optional": false,
|
|
1855
|
+
"docs": {
|
|
1856
|
+
"tags": [],
|
|
1857
|
+
"text": ""
|
|
1858
|
+
},
|
|
1859
|
+
"getter": false,
|
|
1860
|
+
"setter": false,
|
|
1861
|
+
"reflect": false,
|
|
1862
|
+
"attribute": "placeholder",
|
|
1863
|
+
"defaultValue": "''"
|
|
1864
|
+
},
|
|
1865
|
+
"label": {
|
|
1866
|
+
"type": "string",
|
|
1867
|
+
"mutable": false,
|
|
1868
|
+
"complexType": {
|
|
1869
|
+
"original": "string",
|
|
1870
|
+
"resolved": "string",
|
|
1871
|
+
"references": {}
|
|
1872
|
+
},
|
|
1873
|
+
"required": false,
|
|
1874
|
+
"optional": false,
|
|
1875
|
+
"docs": {
|
|
1876
|
+
"tags": [],
|
|
1877
|
+
"text": ""
|
|
1878
|
+
},
|
|
1879
|
+
"getter": false,
|
|
1880
|
+
"setter": false,
|
|
1881
|
+
"reflect": false,
|
|
1882
|
+
"attribute": "label",
|
|
1883
|
+
"defaultValue": "''"
|
|
1884
|
+
},
|
|
1885
|
+
"helperText": {
|
|
1886
|
+
"type": "string",
|
|
1887
|
+
"mutable": false,
|
|
1888
|
+
"complexType": {
|
|
1889
|
+
"original": "string",
|
|
1890
|
+
"resolved": "string",
|
|
1891
|
+
"references": {}
|
|
1892
|
+
},
|
|
1893
|
+
"required": false,
|
|
1894
|
+
"optional": false,
|
|
1895
|
+
"docs": {
|
|
1896
|
+
"tags": [],
|
|
1897
|
+
"text": ""
|
|
1898
|
+
},
|
|
1899
|
+
"getter": false,
|
|
1900
|
+
"setter": false,
|
|
1901
|
+
"reflect": false,
|
|
1902
|
+
"attribute": "helper-text",
|
|
1903
|
+
"defaultValue": "''"
|
|
1904
|
+
},
|
|
1905
|
+
"errorText": {
|
|
1906
|
+
"type": "string",
|
|
1907
|
+
"mutable": false,
|
|
1908
|
+
"complexType": {
|
|
1909
|
+
"original": "string",
|
|
1910
|
+
"resolved": "string",
|
|
1911
|
+
"references": {}
|
|
1912
|
+
},
|
|
1913
|
+
"required": false,
|
|
1914
|
+
"optional": false,
|
|
1915
|
+
"docs": {
|
|
1916
|
+
"tags": [],
|
|
1917
|
+
"text": ""
|
|
1918
|
+
},
|
|
1919
|
+
"getter": false,
|
|
1920
|
+
"setter": false,
|
|
1921
|
+
"reflect": false,
|
|
1922
|
+
"attribute": "error-text",
|
|
1923
|
+
"defaultValue": "''"
|
|
1924
|
+
},
|
|
1925
|
+
"successText": {
|
|
1926
|
+
"type": "string",
|
|
1927
|
+
"mutable": false,
|
|
1928
|
+
"complexType": {
|
|
1929
|
+
"original": "string",
|
|
1930
|
+
"resolved": "string",
|
|
1931
|
+
"references": {}
|
|
1932
|
+
},
|
|
1933
|
+
"required": false,
|
|
1934
|
+
"optional": false,
|
|
1935
|
+
"docs": {
|
|
1936
|
+
"tags": [],
|
|
1937
|
+
"text": ""
|
|
1938
|
+
},
|
|
1939
|
+
"getter": false,
|
|
1940
|
+
"setter": false,
|
|
1941
|
+
"reflect": false,
|
|
1942
|
+
"attribute": "success-text",
|
|
1943
|
+
"defaultValue": "''"
|
|
1944
|
+
},
|
|
1945
|
+
"warningText": {
|
|
1946
|
+
"type": "string",
|
|
1947
|
+
"mutable": false,
|
|
1948
|
+
"complexType": {
|
|
1949
|
+
"original": "string",
|
|
1950
|
+
"resolved": "string",
|
|
1951
|
+
"references": {}
|
|
1952
|
+
},
|
|
1953
|
+
"required": false,
|
|
1954
|
+
"optional": false,
|
|
1955
|
+
"docs": {
|
|
1956
|
+
"tags": [],
|
|
1957
|
+
"text": ""
|
|
1958
|
+
},
|
|
1959
|
+
"getter": false,
|
|
1960
|
+
"setter": false,
|
|
1961
|
+
"reflect": false,
|
|
1962
|
+
"attribute": "warning-text",
|
|
1963
|
+
"defaultValue": "''"
|
|
1964
|
+
},
|
|
1965
|
+
"infoText": {
|
|
1966
|
+
"type": "string",
|
|
1967
|
+
"mutable": false,
|
|
1968
|
+
"complexType": {
|
|
1969
|
+
"original": "string",
|
|
1970
|
+
"resolved": "string",
|
|
1971
|
+
"references": {}
|
|
1972
|
+
},
|
|
1973
|
+
"required": false,
|
|
1974
|
+
"optional": false,
|
|
1975
|
+
"docs": {
|
|
1976
|
+
"tags": [],
|
|
1977
|
+
"text": ""
|
|
1978
|
+
},
|
|
1979
|
+
"getter": false,
|
|
1980
|
+
"setter": false,
|
|
1981
|
+
"reflect": false,
|
|
1982
|
+
"attribute": "info-text",
|
|
1983
|
+
"defaultValue": "''"
|
|
1984
|
+
},
|
|
1985
|
+
"validationState": {
|
|
1986
|
+
"type": "string",
|
|
1987
|
+
"mutable": true,
|
|
1988
|
+
"complexType": {
|
|
1989
|
+
"original": "ValidationState",
|
|
1990
|
+
"resolved": "\"borderless\" | \"danger\" | \"default\" | \"dirty\" | \"elevated\" | \"error\" | \"flat\" | \"ghost\" | \"glass\" | \"info\" | \"inverse\" | \"loading\" | \"neutral\" | \"none\" | \"outline\" | \"plain\" | \"primary\" | \"raised\" | \"secondary\" | \"soft\" | \"sovereign\" | \"success\" | \"surface\" | \"tertiary\" | \"typing\" | \"warning\"",
|
|
1991
|
+
"references": {
|
|
1992
|
+
"ValidationState": {
|
|
1993
|
+
"location": "import",
|
|
1994
|
+
"path": "./types",
|
|
1995
|
+
"id": "src/components/input/types.ts::ValidationState",
|
|
1996
|
+
"referenceLocation": "ValidationState"
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
"required": false,
|
|
2001
|
+
"optional": false,
|
|
2002
|
+
"docs": {
|
|
2003
|
+
"tags": [],
|
|
2004
|
+
"text": ""
|
|
2005
|
+
},
|
|
2006
|
+
"getter": false,
|
|
2007
|
+
"setter": false,
|
|
2008
|
+
"reflect": false,
|
|
2009
|
+
"attribute": "validation-state",
|
|
2010
|
+
"defaultValue": "'none'"
|
|
2011
|
+
},
|
|
2012
|
+
"disabled": {
|
|
2013
|
+
"type": "boolean",
|
|
2014
|
+
"mutable": false,
|
|
2015
|
+
"complexType": {
|
|
2016
|
+
"original": "boolean",
|
|
2017
|
+
"resolved": "boolean",
|
|
2018
|
+
"references": {}
|
|
2019
|
+
},
|
|
2020
|
+
"required": false,
|
|
2021
|
+
"optional": false,
|
|
2022
|
+
"docs": {
|
|
2023
|
+
"tags": [],
|
|
2024
|
+
"text": ""
|
|
2025
|
+
},
|
|
2026
|
+
"getter": false,
|
|
2027
|
+
"setter": false,
|
|
2028
|
+
"reflect": false,
|
|
2029
|
+
"attribute": "disabled",
|
|
2030
|
+
"defaultValue": "false"
|
|
2031
|
+
},
|
|
2032
|
+
"readonly": {
|
|
2033
|
+
"type": "boolean",
|
|
2034
|
+
"mutable": false,
|
|
2035
|
+
"complexType": {
|
|
2036
|
+
"original": "boolean",
|
|
2037
|
+
"resolved": "boolean",
|
|
2038
|
+
"references": {}
|
|
2039
|
+
},
|
|
2040
|
+
"required": false,
|
|
2041
|
+
"optional": false,
|
|
2042
|
+
"docs": {
|
|
2043
|
+
"tags": [],
|
|
2044
|
+
"text": ""
|
|
2045
|
+
},
|
|
2046
|
+
"getter": false,
|
|
2047
|
+
"setter": false,
|
|
2048
|
+
"reflect": false,
|
|
2049
|
+
"attribute": "readonly",
|
|
2050
|
+
"defaultValue": "false"
|
|
2051
|
+
},
|
|
2052
|
+
"required": {
|
|
2053
|
+
"type": "boolean",
|
|
2054
|
+
"mutable": false,
|
|
2055
|
+
"complexType": {
|
|
2056
|
+
"original": "boolean",
|
|
2057
|
+
"resolved": "boolean",
|
|
2058
|
+
"references": {}
|
|
2059
|
+
},
|
|
2060
|
+
"required": false,
|
|
2061
|
+
"optional": false,
|
|
2062
|
+
"docs": {
|
|
2063
|
+
"tags": [],
|
|
2064
|
+
"text": ""
|
|
2065
|
+
},
|
|
2066
|
+
"getter": false,
|
|
2067
|
+
"setter": false,
|
|
2068
|
+
"reflect": false,
|
|
2069
|
+
"attribute": "required",
|
|
2070
|
+
"defaultValue": "false"
|
|
2071
|
+
},
|
|
2072
|
+
"multiline": {
|
|
2073
|
+
"type": "boolean",
|
|
2074
|
+
"mutable": false,
|
|
2075
|
+
"complexType": {
|
|
2076
|
+
"original": "boolean",
|
|
2077
|
+
"resolved": "boolean",
|
|
2078
|
+
"references": {}
|
|
2079
|
+
},
|
|
2080
|
+
"required": false,
|
|
2081
|
+
"optional": false,
|
|
2082
|
+
"docs": {
|
|
2083
|
+
"tags": [],
|
|
2084
|
+
"text": ""
|
|
2085
|
+
},
|
|
2086
|
+
"getter": false,
|
|
2087
|
+
"setter": false,
|
|
2088
|
+
"reflect": false,
|
|
2089
|
+
"attribute": "multiline",
|
|
2090
|
+
"defaultValue": "false"
|
|
2091
|
+
},
|
|
2092
|
+
"rows": {
|
|
2093
|
+
"type": "number",
|
|
2094
|
+
"mutable": false,
|
|
2095
|
+
"complexType": {
|
|
2096
|
+
"original": "number",
|
|
2097
|
+
"resolved": "number",
|
|
2098
|
+
"references": {}
|
|
2099
|
+
},
|
|
2100
|
+
"required": false,
|
|
2101
|
+
"optional": false,
|
|
2102
|
+
"docs": {
|
|
2103
|
+
"tags": [],
|
|
2104
|
+
"text": ""
|
|
2105
|
+
},
|
|
2106
|
+
"getter": false,
|
|
2107
|
+
"setter": false,
|
|
2108
|
+
"reflect": false,
|
|
2109
|
+
"attribute": "rows",
|
|
2110
|
+
"defaultValue": "3"
|
|
2111
|
+
},
|
|
2112
|
+
"autoResize": {
|
|
2113
|
+
"type": "boolean",
|
|
2114
|
+
"mutable": false,
|
|
2115
|
+
"complexType": {
|
|
2116
|
+
"original": "boolean",
|
|
2117
|
+
"resolved": "boolean",
|
|
2118
|
+
"references": {}
|
|
2119
|
+
},
|
|
2120
|
+
"required": false,
|
|
2121
|
+
"optional": false,
|
|
2122
|
+
"docs": {
|
|
2123
|
+
"tags": [],
|
|
2124
|
+
"text": ""
|
|
2125
|
+
},
|
|
2126
|
+
"getter": false,
|
|
2127
|
+
"setter": false,
|
|
2128
|
+
"reflect": false,
|
|
2129
|
+
"attribute": "auto-resize",
|
|
2130
|
+
"defaultValue": "false"
|
|
2131
|
+
},
|
|
2132
|
+
"minRows": {
|
|
2133
|
+
"type": "number",
|
|
2134
|
+
"mutable": false,
|
|
2135
|
+
"complexType": {
|
|
2136
|
+
"original": "number",
|
|
2137
|
+
"resolved": "number",
|
|
2138
|
+
"references": {}
|
|
2139
|
+
},
|
|
2140
|
+
"required": false,
|
|
2141
|
+
"optional": true,
|
|
2142
|
+
"docs": {
|
|
2143
|
+
"tags": [],
|
|
2144
|
+
"text": ""
|
|
2145
|
+
},
|
|
2146
|
+
"getter": false,
|
|
2147
|
+
"setter": false,
|
|
2148
|
+
"reflect": false,
|
|
2149
|
+
"attribute": "min-rows"
|
|
2150
|
+
},
|
|
2151
|
+
"cols": {
|
|
2152
|
+
"type": "number",
|
|
2153
|
+
"mutable": false,
|
|
2154
|
+
"complexType": {
|
|
2155
|
+
"original": "number",
|
|
2156
|
+
"resolved": "number",
|
|
2157
|
+
"references": {}
|
|
2158
|
+
},
|
|
2159
|
+
"required": false,
|
|
2160
|
+
"optional": true,
|
|
2161
|
+
"docs": {
|
|
2162
|
+
"tags": [],
|
|
2163
|
+
"text": ""
|
|
2164
|
+
},
|
|
2165
|
+
"getter": false,
|
|
2166
|
+
"setter": false,
|
|
2167
|
+
"reflect": false,
|
|
2168
|
+
"attribute": "cols"
|
|
2169
|
+
},
|
|
2170
|
+
"maxLength": {
|
|
2171
|
+
"type": "number",
|
|
2172
|
+
"mutable": false,
|
|
2173
|
+
"complexType": {
|
|
2174
|
+
"original": "number",
|
|
2175
|
+
"resolved": "number",
|
|
2176
|
+
"references": {}
|
|
2177
|
+
},
|
|
2178
|
+
"required": false,
|
|
2179
|
+
"optional": true,
|
|
2180
|
+
"docs": {
|
|
2181
|
+
"tags": [],
|
|
2182
|
+
"text": ""
|
|
2183
|
+
},
|
|
2184
|
+
"getter": false,
|
|
2185
|
+
"setter": false,
|
|
2186
|
+
"reflect": false,
|
|
2187
|
+
"attribute": "max-length"
|
|
2188
|
+
},
|
|
2189
|
+
"minLength": {
|
|
2190
|
+
"type": "number",
|
|
2191
|
+
"mutable": false,
|
|
2192
|
+
"complexType": {
|
|
2193
|
+
"original": "number",
|
|
2194
|
+
"resolved": "number",
|
|
2195
|
+
"references": {}
|
|
2196
|
+
},
|
|
2197
|
+
"required": false,
|
|
2198
|
+
"optional": true,
|
|
2199
|
+
"docs": {
|
|
2200
|
+
"tags": [],
|
|
2201
|
+
"text": ""
|
|
2202
|
+
},
|
|
2203
|
+
"getter": false,
|
|
2204
|
+
"setter": false,
|
|
2205
|
+
"reflect": false,
|
|
2206
|
+
"attribute": "min-length"
|
|
2207
|
+
},
|
|
2208
|
+
"showCounter": {
|
|
2209
|
+
"type": "boolean",
|
|
2210
|
+
"mutable": false,
|
|
2211
|
+
"complexType": {
|
|
2212
|
+
"original": "boolean",
|
|
2213
|
+
"resolved": "boolean",
|
|
2214
|
+
"references": {}
|
|
2215
|
+
},
|
|
2216
|
+
"required": false,
|
|
2217
|
+
"optional": false,
|
|
2218
|
+
"docs": {
|
|
2219
|
+
"tags": [],
|
|
2220
|
+
"text": ""
|
|
2221
|
+
},
|
|
2222
|
+
"getter": false,
|
|
2223
|
+
"setter": false,
|
|
2224
|
+
"reflect": false,
|
|
2225
|
+
"attribute": "show-counter",
|
|
2226
|
+
"defaultValue": "false"
|
|
2227
|
+
},
|
|
2228
|
+
"showClear": {
|
|
2229
|
+
"type": "boolean",
|
|
2230
|
+
"mutable": false,
|
|
2231
|
+
"complexType": {
|
|
2232
|
+
"original": "boolean",
|
|
2233
|
+
"resolved": "boolean",
|
|
2234
|
+
"references": {}
|
|
2235
|
+
},
|
|
2236
|
+
"required": false,
|
|
2237
|
+
"optional": false,
|
|
2238
|
+
"docs": {
|
|
2239
|
+
"tags": [],
|
|
2240
|
+
"text": ""
|
|
2241
|
+
},
|
|
2242
|
+
"getter": false,
|
|
2243
|
+
"setter": false,
|
|
2244
|
+
"reflect": false,
|
|
2245
|
+
"attribute": "show-clear",
|
|
2246
|
+
"defaultValue": "false"
|
|
2247
|
+
},
|
|
2248
|
+
"showPasswordToggle": {
|
|
2249
|
+
"type": "boolean",
|
|
2250
|
+
"mutable": false,
|
|
2251
|
+
"complexType": {
|
|
2252
|
+
"original": "boolean",
|
|
2253
|
+
"resolved": "boolean",
|
|
2254
|
+
"references": {}
|
|
2255
|
+
},
|
|
2256
|
+
"required": false,
|
|
2257
|
+
"optional": false,
|
|
2258
|
+
"docs": {
|
|
2259
|
+
"tags": [],
|
|
2260
|
+
"text": ""
|
|
2261
|
+
},
|
|
2262
|
+
"getter": false,
|
|
2263
|
+
"setter": false,
|
|
2264
|
+
"reflect": false,
|
|
2265
|
+
"attribute": "show-password-toggle",
|
|
2266
|
+
"defaultValue": "true"
|
|
2267
|
+
},
|
|
2268
|
+
"prefixIcon": {
|
|
2269
|
+
"type": "string",
|
|
2270
|
+
"mutable": false,
|
|
2271
|
+
"complexType": {
|
|
2272
|
+
"original": "string",
|
|
2273
|
+
"resolved": "string",
|
|
2274
|
+
"references": {}
|
|
2275
|
+
},
|
|
2276
|
+
"required": false,
|
|
2277
|
+
"optional": false,
|
|
2278
|
+
"docs": {
|
|
2279
|
+
"tags": [],
|
|
2280
|
+
"text": ""
|
|
2281
|
+
},
|
|
2282
|
+
"getter": false,
|
|
2283
|
+
"setter": false,
|
|
2284
|
+
"reflect": false,
|
|
2285
|
+
"attribute": "prefix-icon",
|
|
2286
|
+
"defaultValue": "''"
|
|
2287
|
+
},
|
|
2288
|
+
"suffixIcon": {
|
|
2289
|
+
"type": "string",
|
|
2290
|
+
"mutable": false,
|
|
2291
|
+
"complexType": {
|
|
2292
|
+
"original": "string",
|
|
2293
|
+
"resolved": "string",
|
|
2294
|
+
"references": {}
|
|
2295
|
+
},
|
|
2296
|
+
"required": false,
|
|
2297
|
+
"optional": false,
|
|
2298
|
+
"docs": {
|
|
2299
|
+
"tags": [],
|
|
2300
|
+
"text": ""
|
|
2301
|
+
},
|
|
2302
|
+
"getter": false,
|
|
2303
|
+
"setter": false,
|
|
2304
|
+
"reflect": false,
|
|
2305
|
+
"attribute": "suffix-icon",
|
|
2306
|
+
"defaultValue": "''"
|
|
2307
|
+
},
|
|
2308
|
+
"prefixText": {
|
|
2309
|
+
"type": "string",
|
|
2310
|
+
"mutable": false,
|
|
2311
|
+
"complexType": {
|
|
2312
|
+
"original": "string",
|
|
2313
|
+
"resolved": "string",
|
|
2314
|
+
"references": {}
|
|
2315
|
+
},
|
|
2316
|
+
"required": false,
|
|
2317
|
+
"optional": false,
|
|
2318
|
+
"docs": {
|
|
2319
|
+
"tags": [],
|
|
2320
|
+
"text": ""
|
|
2321
|
+
},
|
|
2322
|
+
"getter": false,
|
|
2323
|
+
"setter": false,
|
|
2324
|
+
"reflect": false,
|
|
2325
|
+
"attribute": "prefix-text",
|
|
2326
|
+
"defaultValue": "''"
|
|
2327
|
+
},
|
|
2328
|
+
"suffixText": {
|
|
2329
|
+
"type": "string",
|
|
2330
|
+
"mutable": false,
|
|
2331
|
+
"complexType": {
|
|
2332
|
+
"original": "string",
|
|
2333
|
+
"resolved": "string",
|
|
2334
|
+
"references": {}
|
|
2335
|
+
},
|
|
2336
|
+
"required": false,
|
|
2337
|
+
"optional": false,
|
|
2338
|
+
"docs": {
|
|
2339
|
+
"tags": [],
|
|
2340
|
+
"text": ""
|
|
2341
|
+
},
|
|
2342
|
+
"getter": false,
|
|
2343
|
+
"setter": false,
|
|
2344
|
+
"reflect": false,
|
|
2345
|
+
"attribute": "suffix-text",
|
|
2346
|
+
"defaultValue": "''"
|
|
2347
|
+
},
|
|
2348
|
+
"floatingLabel": {
|
|
2349
|
+
"type": "boolean",
|
|
2350
|
+
"mutable": false,
|
|
2351
|
+
"complexType": {
|
|
2352
|
+
"original": "boolean",
|
|
2353
|
+
"resolved": "boolean",
|
|
2354
|
+
"references": {}
|
|
2355
|
+
},
|
|
2356
|
+
"required": false,
|
|
2357
|
+
"optional": false,
|
|
2358
|
+
"docs": {
|
|
2359
|
+
"tags": [],
|
|
2360
|
+
"text": ""
|
|
2361
|
+
},
|
|
2362
|
+
"getter": false,
|
|
2363
|
+
"setter": false,
|
|
2364
|
+
"reflect": false,
|
|
2365
|
+
"attribute": "floating-label",
|
|
2366
|
+
"defaultValue": "false"
|
|
2367
|
+
},
|
|
2368
|
+
"autocomplete": {
|
|
2369
|
+
"type": "string",
|
|
2370
|
+
"mutable": false,
|
|
2371
|
+
"complexType": {
|
|
2372
|
+
"original": "string",
|
|
2373
|
+
"resolved": "string",
|
|
2374
|
+
"references": {}
|
|
2375
|
+
},
|
|
2376
|
+
"required": false,
|
|
2377
|
+
"optional": false,
|
|
2378
|
+
"docs": {
|
|
2379
|
+
"tags": [],
|
|
2380
|
+
"text": ""
|
|
2381
|
+
},
|
|
2382
|
+
"getter": false,
|
|
2383
|
+
"setter": false,
|
|
2384
|
+
"reflect": false,
|
|
2385
|
+
"attribute": "autocomplete",
|
|
2386
|
+
"defaultValue": "'off'"
|
|
2387
|
+
},
|
|
2388
|
+
"min": {
|
|
2389
|
+
"type": "any",
|
|
2390
|
+
"mutable": false,
|
|
2391
|
+
"complexType": {
|
|
2392
|
+
"original": "string | number",
|
|
2393
|
+
"resolved": "number | string",
|
|
2394
|
+
"references": {}
|
|
2395
|
+
},
|
|
2396
|
+
"required": false,
|
|
2397
|
+
"optional": true,
|
|
2398
|
+
"docs": {
|
|
2399
|
+
"tags": [],
|
|
2400
|
+
"text": ""
|
|
2401
|
+
},
|
|
2402
|
+
"getter": false,
|
|
2403
|
+
"setter": false,
|
|
2404
|
+
"reflect": false,
|
|
2405
|
+
"attribute": "min"
|
|
2406
|
+
},
|
|
2407
|
+
"max": {
|
|
2408
|
+
"type": "any",
|
|
2409
|
+
"mutable": false,
|
|
2410
|
+
"complexType": {
|
|
2411
|
+
"original": "string | number",
|
|
2412
|
+
"resolved": "number | string",
|
|
2413
|
+
"references": {}
|
|
2414
|
+
},
|
|
2415
|
+
"required": false,
|
|
2416
|
+
"optional": true,
|
|
2417
|
+
"docs": {
|
|
2418
|
+
"tags": [],
|
|
2419
|
+
"text": ""
|
|
2420
|
+
},
|
|
2421
|
+
"getter": false,
|
|
2422
|
+
"setter": false,
|
|
2423
|
+
"reflect": false,
|
|
2424
|
+
"attribute": "max"
|
|
2425
|
+
},
|
|
2426
|
+
"step": {
|
|
2427
|
+
"type": "any",
|
|
2428
|
+
"mutable": false,
|
|
2429
|
+
"complexType": {
|
|
2430
|
+
"original": "string | number",
|
|
2431
|
+
"resolved": "number | string",
|
|
2432
|
+
"references": {}
|
|
2433
|
+
},
|
|
2434
|
+
"required": false,
|
|
2435
|
+
"optional": true,
|
|
2436
|
+
"docs": {
|
|
2437
|
+
"tags": [],
|
|
2438
|
+
"text": ""
|
|
2439
|
+
},
|
|
2440
|
+
"getter": false,
|
|
2441
|
+
"setter": false,
|
|
2442
|
+
"reflect": false,
|
|
2443
|
+
"attribute": "step"
|
|
2444
|
+
},
|
|
2445
|
+
"pattern": {
|
|
2446
|
+
"type": "string",
|
|
2447
|
+
"mutable": false,
|
|
2448
|
+
"complexType": {
|
|
2449
|
+
"original": "string",
|
|
2450
|
+
"resolved": "string",
|
|
2451
|
+
"references": {}
|
|
2452
|
+
},
|
|
2453
|
+
"required": false,
|
|
2454
|
+
"optional": true,
|
|
2455
|
+
"docs": {
|
|
2456
|
+
"tags": [],
|
|
2457
|
+
"text": ""
|
|
2458
|
+
},
|
|
2459
|
+
"getter": false,
|
|
2460
|
+
"setter": false,
|
|
2461
|
+
"reflect": false,
|
|
2462
|
+
"attribute": "pattern"
|
|
2463
|
+
},
|
|
2464
|
+
"name": {
|
|
2465
|
+
"type": "string",
|
|
2466
|
+
"mutable": false,
|
|
2467
|
+
"complexType": {
|
|
2468
|
+
"original": "string",
|
|
2469
|
+
"resolved": "string",
|
|
2470
|
+
"references": {}
|
|
2471
|
+
},
|
|
2472
|
+
"required": false,
|
|
2473
|
+
"optional": true,
|
|
2474
|
+
"docs": {
|
|
2475
|
+
"tags": [],
|
|
2476
|
+
"text": ""
|
|
2477
|
+
},
|
|
2478
|
+
"getter": false,
|
|
2479
|
+
"setter": false,
|
|
2480
|
+
"reflect": false,
|
|
2481
|
+
"attribute": "name"
|
|
2482
|
+
},
|
|
2483
|
+
"inputId": {
|
|
2484
|
+
"type": "string",
|
|
2485
|
+
"mutable": false,
|
|
2486
|
+
"complexType": {
|
|
2487
|
+
"original": "string",
|
|
2488
|
+
"resolved": "string",
|
|
2489
|
+
"references": {}
|
|
2490
|
+
},
|
|
2491
|
+
"required": false,
|
|
2492
|
+
"optional": true,
|
|
2493
|
+
"docs": {
|
|
2494
|
+
"tags": [],
|
|
2495
|
+
"text": ""
|
|
2496
|
+
},
|
|
2497
|
+
"getter": false,
|
|
2498
|
+
"setter": false,
|
|
2499
|
+
"reflect": false,
|
|
2500
|
+
"attribute": "input-id"
|
|
2501
|
+
},
|
|
2502
|
+
"debounce": {
|
|
2503
|
+
"type": "number",
|
|
2504
|
+
"mutable": false,
|
|
2505
|
+
"complexType": {
|
|
2506
|
+
"original": "number",
|
|
2507
|
+
"resolved": "number",
|
|
2508
|
+
"references": {}
|
|
2509
|
+
},
|
|
2510
|
+
"required": false,
|
|
2511
|
+
"optional": false,
|
|
2512
|
+
"docs": {
|
|
2513
|
+
"tags": [],
|
|
2514
|
+
"text": ""
|
|
2515
|
+
},
|
|
2516
|
+
"getter": false,
|
|
2517
|
+
"setter": false,
|
|
2518
|
+
"reflect": false,
|
|
2519
|
+
"attribute": "debounce",
|
|
2520
|
+
"defaultValue": "0"
|
|
2521
|
+
},
|
|
2522
|
+
"loading": {
|
|
2523
|
+
"type": "boolean",
|
|
2524
|
+
"mutable": false,
|
|
2525
|
+
"complexType": {
|
|
2526
|
+
"original": "boolean",
|
|
2527
|
+
"resolved": "boolean",
|
|
2528
|
+
"references": {}
|
|
2529
|
+
},
|
|
2530
|
+
"required": false,
|
|
2531
|
+
"optional": false,
|
|
2532
|
+
"docs": {
|
|
2533
|
+
"tags": [],
|
|
2534
|
+
"text": ""
|
|
2535
|
+
},
|
|
2536
|
+
"getter": false,
|
|
2537
|
+
"setter": false,
|
|
2538
|
+
"reflect": false,
|
|
2539
|
+
"attribute": "loading",
|
|
2540
|
+
"defaultValue": "false"
|
|
2541
|
+
},
|
|
2542
|
+
"fullWidth": {
|
|
2543
|
+
"type": "boolean",
|
|
2544
|
+
"mutable": false,
|
|
2545
|
+
"complexType": {
|
|
2546
|
+
"original": "boolean",
|
|
2547
|
+
"resolved": "boolean",
|
|
2548
|
+
"references": {}
|
|
2549
|
+
},
|
|
2550
|
+
"required": false,
|
|
2551
|
+
"optional": false,
|
|
2552
|
+
"docs": {
|
|
2553
|
+
"tags": [],
|
|
2554
|
+
"text": ""
|
|
2555
|
+
},
|
|
2556
|
+
"getter": false,
|
|
2557
|
+
"setter": false,
|
|
2558
|
+
"reflect": false,
|
|
2559
|
+
"attribute": "full-width",
|
|
2560
|
+
"defaultValue": "false"
|
|
2561
|
+
},
|
|
2562
|
+
"autofocus": {
|
|
2563
|
+
"type": "boolean",
|
|
2564
|
+
"mutable": false,
|
|
2565
|
+
"complexType": {
|
|
2566
|
+
"original": "boolean",
|
|
2567
|
+
"resolved": "boolean",
|
|
2568
|
+
"references": {}
|
|
2569
|
+
},
|
|
2570
|
+
"required": false,
|
|
2571
|
+
"optional": false,
|
|
2572
|
+
"docs": {
|
|
2573
|
+
"tags": [],
|
|
2574
|
+
"text": ""
|
|
2575
|
+
},
|
|
2576
|
+
"getter": false,
|
|
2577
|
+
"setter": false,
|
|
2578
|
+
"reflect": false,
|
|
2579
|
+
"attribute": "autofocus",
|
|
2580
|
+
"defaultValue": "false"
|
|
2581
|
+
},
|
|
2582
|
+
"customTabIndex": {
|
|
2583
|
+
"type": "number",
|
|
2584
|
+
"mutable": false,
|
|
2585
|
+
"complexType": {
|
|
2586
|
+
"original": "number",
|
|
2587
|
+
"resolved": "number",
|
|
2588
|
+
"references": {}
|
|
2589
|
+
},
|
|
2590
|
+
"required": false,
|
|
2591
|
+
"optional": true,
|
|
2592
|
+
"docs": {
|
|
2593
|
+
"tags": [],
|
|
2594
|
+
"text": ""
|
|
2595
|
+
},
|
|
2596
|
+
"getter": false,
|
|
2597
|
+
"setter": false,
|
|
2598
|
+
"reflect": false,
|
|
2599
|
+
"attribute": "custom-tab-index"
|
|
2600
|
+
},
|
|
2601
|
+
"showCopy": {
|
|
2602
|
+
"type": "boolean",
|
|
2603
|
+
"mutable": false,
|
|
2604
|
+
"complexType": {
|
|
2605
|
+
"original": "boolean",
|
|
2606
|
+
"resolved": "boolean",
|
|
2607
|
+
"references": {}
|
|
2608
|
+
},
|
|
2609
|
+
"required": false,
|
|
2610
|
+
"optional": false,
|
|
2611
|
+
"docs": {
|
|
2612
|
+
"tags": [],
|
|
2613
|
+
"text": ""
|
|
2614
|
+
},
|
|
2615
|
+
"getter": false,
|
|
2616
|
+
"setter": false,
|
|
2617
|
+
"reflect": false,
|
|
2618
|
+
"attribute": "show-copy",
|
|
2619
|
+
"defaultValue": "false"
|
|
2620
|
+
},
|
|
2621
|
+
"density": {
|
|
2622
|
+
"type": "string",
|
|
2623
|
+
"mutable": false,
|
|
2624
|
+
"complexType": {
|
|
2625
|
+
"original": "'standard' | 'cozy' | 'compact'",
|
|
2626
|
+
"resolved": "\"compact\" | \"cozy\" | \"standard\"",
|
|
2627
|
+
"references": {}
|
|
2628
|
+
},
|
|
2629
|
+
"required": false,
|
|
2630
|
+
"optional": false,
|
|
2631
|
+
"docs": {
|
|
2632
|
+
"tags": [],
|
|
2633
|
+
"text": ""
|
|
2634
|
+
},
|
|
2635
|
+
"getter": false,
|
|
2636
|
+
"setter": false,
|
|
2637
|
+
"reflect": false,
|
|
2638
|
+
"attribute": "density",
|
|
2639
|
+
"defaultValue": "'standard'"
|
|
2640
|
+
},
|
|
2641
|
+
"showDividers": {
|
|
2642
|
+
"type": "boolean",
|
|
2643
|
+
"mutable": false,
|
|
2644
|
+
"complexType": {
|
|
2645
|
+
"original": "boolean",
|
|
2646
|
+
"resolved": "boolean",
|
|
2647
|
+
"references": {}
|
|
2648
|
+
},
|
|
2649
|
+
"required": false,
|
|
2650
|
+
"optional": false,
|
|
2651
|
+
"docs": {
|
|
2652
|
+
"tags": [],
|
|
2653
|
+
"text": ""
|
|
2654
|
+
},
|
|
2655
|
+
"getter": false,
|
|
2656
|
+
"setter": false,
|
|
2657
|
+
"reflect": false,
|
|
2658
|
+
"attribute": "show-dividers",
|
|
2659
|
+
"defaultValue": "false"
|
|
2660
|
+
},
|
|
2661
|
+
"mask": {
|
|
2662
|
+
"type": "string",
|
|
2663
|
+
"mutable": false,
|
|
2664
|
+
"complexType": {
|
|
2665
|
+
"original": "InputMask",
|
|
2666
|
+
"resolved": "\"credit-card\" | \"currency\" | \"date\" | \"none\" | \"phone\" | \"ssn\" | \"zip\"",
|
|
2667
|
+
"references": {
|
|
2668
|
+
"InputMask": {
|
|
2669
|
+
"location": "import",
|
|
2670
|
+
"path": "./types",
|
|
2671
|
+
"id": "src/components/input/types.ts::InputMask",
|
|
2672
|
+
"referenceLocation": "InputMask"
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
"required": false,
|
|
2677
|
+
"optional": false,
|
|
2678
|
+
"docs": {
|
|
2679
|
+
"tags": [],
|
|
2680
|
+
"text": ""
|
|
2681
|
+
},
|
|
2682
|
+
"getter": false,
|
|
2683
|
+
"setter": false,
|
|
2684
|
+
"reflect": false,
|
|
2685
|
+
"attribute": "mask",
|
|
2686
|
+
"defaultValue": "'none'"
|
|
2687
|
+
},
|
|
2688
|
+
"currency": {
|
|
2689
|
+
"type": "string",
|
|
2690
|
+
"mutable": false,
|
|
2691
|
+
"complexType": {
|
|
2692
|
+
"original": "string",
|
|
2693
|
+
"resolved": "string",
|
|
2694
|
+
"references": {}
|
|
2695
|
+
},
|
|
2696
|
+
"required": false,
|
|
2697
|
+
"optional": false,
|
|
2698
|
+
"docs": {
|
|
2699
|
+
"tags": [],
|
|
2700
|
+
"text": ""
|
|
2701
|
+
},
|
|
2702
|
+
"getter": false,
|
|
2703
|
+
"setter": false,
|
|
2704
|
+
"reflect": false,
|
|
2705
|
+
"attribute": "currency",
|
|
2706
|
+
"defaultValue": "'USD'"
|
|
2707
|
+
},
|
|
2708
|
+
"accept": {
|
|
2709
|
+
"type": "string",
|
|
2710
|
+
"mutable": false,
|
|
2711
|
+
"complexType": {
|
|
2712
|
+
"original": "string",
|
|
2713
|
+
"resolved": "string",
|
|
2714
|
+
"references": {}
|
|
2715
|
+
},
|
|
2716
|
+
"required": false,
|
|
2717
|
+
"optional": true,
|
|
2718
|
+
"docs": {
|
|
2719
|
+
"tags": [],
|
|
2720
|
+
"text": ""
|
|
2721
|
+
},
|
|
2722
|
+
"getter": false,
|
|
2723
|
+
"setter": false,
|
|
2724
|
+
"reflect": false,
|
|
2725
|
+
"attribute": "accept"
|
|
2726
|
+
},
|
|
2727
|
+
"multiple": {
|
|
2728
|
+
"type": "boolean",
|
|
2729
|
+
"mutable": false,
|
|
2730
|
+
"complexType": {
|
|
2731
|
+
"original": "boolean",
|
|
2732
|
+
"resolved": "boolean",
|
|
2733
|
+
"references": {}
|
|
2734
|
+
},
|
|
2735
|
+
"required": false,
|
|
2736
|
+
"optional": false,
|
|
2737
|
+
"docs": {
|
|
2738
|
+
"tags": [],
|
|
2739
|
+
"text": ""
|
|
2740
|
+
},
|
|
2741
|
+
"getter": false,
|
|
2742
|
+
"setter": false,
|
|
2743
|
+
"reflect": false,
|
|
2744
|
+
"attribute": "multiple",
|
|
2745
|
+
"defaultValue": "false"
|
|
2746
|
+
},
|
|
2747
|
+
"minLengthIndicator": {
|
|
2748
|
+
"type": "number",
|
|
2749
|
+
"mutable": false,
|
|
2750
|
+
"complexType": {
|
|
2751
|
+
"original": "number",
|
|
2752
|
+
"resolved": "number",
|
|
2753
|
+
"references": {}
|
|
2754
|
+
},
|
|
2755
|
+
"required": false,
|
|
2756
|
+
"optional": true,
|
|
2757
|
+
"docs": {
|
|
2758
|
+
"tags": [],
|
|
2759
|
+
"text": ""
|
|
2760
|
+
},
|
|
2761
|
+
"getter": false,
|
|
2762
|
+
"setter": false,
|
|
2763
|
+
"reflect": false,
|
|
2764
|
+
"attribute": "min-length-indicator"
|
|
2765
|
+
},
|
|
2766
|
+
"maxLengthIndicator": {
|
|
2767
|
+
"type": "number",
|
|
2768
|
+
"mutable": false,
|
|
2769
|
+
"complexType": {
|
|
2770
|
+
"original": "number",
|
|
2771
|
+
"resolved": "number",
|
|
2772
|
+
"references": {}
|
|
2773
|
+
},
|
|
2774
|
+
"required": false,
|
|
2775
|
+
"optional": true,
|
|
2776
|
+
"docs": {
|
|
2777
|
+
"tags": [],
|
|
2778
|
+
"text": ""
|
|
2779
|
+
},
|
|
2780
|
+
"getter": false,
|
|
2781
|
+
"setter": false,
|
|
2782
|
+
"reflect": false,
|
|
2783
|
+
"attribute": "max-length-indicator"
|
|
2784
|
+
},
|
|
2785
|
+
"tooltip": {
|
|
2786
|
+
"type": "string",
|
|
2787
|
+
"mutable": false,
|
|
2788
|
+
"complexType": {
|
|
2789
|
+
"original": "string",
|
|
2790
|
+
"resolved": "string",
|
|
2791
|
+
"references": {}
|
|
2792
|
+
},
|
|
2793
|
+
"required": false,
|
|
2794
|
+
"optional": true,
|
|
2795
|
+
"docs": {
|
|
2796
|
+
"tags": [],
|
|
2797
|
+
"text": ""
|
|
2798
|
+
},
|
|
2799
|
+
"getter": false,
|
|
2800
|
+
"setter": false,
|
|
2801
|
+
"reflect": false,
|
|
2802
|
+
"attribute": "tooltip"
|
|
2803
|
+
},
|
|
2804
|
+
"suggestions": {
|
|
2805
|
+
"type": "unknown",
|
|
2806
|
+
"mutable": false,
|
|
2807
|
+
"complexType": {
|
|
2808
|
+
"original": "string[]",
|
|
2809
|
+
"resolved": "string[]",
|
|
2810
|
+
"references": {}
|
|
2811
|
+
},
|
|
2812
|
+
"required": false,
|
|
2813
|
+
"optional": false,
|
|
2814
|
+
"docs": {
|
|
2815
|
+
"tags": [],
|
|
2816
|
+
"text": ""
|
|
2817
|
+
},
|
|
2818
|
+
"getter": false,
|
|
2819
|
+
"setter": false,
|
|
2820
|
+
"defaultValue": "[]"
|
|
2821
|
+
},
|
|
2822
|
+
"inputmode": {
|
|
2823
|
+
"type": "string",
|
|
2824
|
+
"mutable": false,
|
|
2825
|
+
"complexType": {
|
|
2826
|
+
"original": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'",
|
|
2827
|
+
"resolved": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\"",
|
|
2828
|
+
"references": {}
|
|
2829
|
+
},
|
|
2830
|
+
"required": false,
|
|
2831
|
+
"optional": true,
|
|
2832
|
+
"docs": {
|
|
2833
|
+
"tags": [],
|
|
2834
|
+
"text": ""
|
|
2835
|
+
},
|
|
2836
|
+
"getter": false,
|
|
2837
|
+
"setter": false,
|
|
2838
|
+
"reflect": false,
|
|
2839
|
+
"attribute": "inputmode"
|
|
2840
|
+
},
|
|
2841
|
+
"clearIcon": {
|
|
2842
|
+
"type": "string",
|
|
2843
|
+
"mutable": false,
|
|
2844
|
+
"complexType": {
|
|
2845
|
+
"original": "string",
|
|
2846
|
+
"resolved": "string",
|
|
2847
|
+
"references": {}
|
|
2848
|
+
},
|
|
2849
|
+
"required": false,
|
|
2850
|
+
"optional": false,
|
|
2851
|
+
"docs": {
|
|
2852
|
+
"tags": [],
|
|
2853
|
+
"text": ""
|
|
2854
|
+
},
|
|
2855
|
+
"getter": false,
|
|
2856
|
+
"setter": false,
|
|
2857
|
+
"reflect": false,
|
|
2858
|
+
"attribute": "clear-icon",
|
|
2859
|
+
"defaultValue": "'x-circle'"
|
|
2860
|
+
},
|
|
2861
|
+
"showSteppers": {
|
|
2862
|
+
"type": "boolean",
|
|
2863
|
+
"mutable": false,
|
|
2864
|
+
"complexType": {
|
|
2865
|
+
"original": "boolean",
|
|
2866
|
+
"resolved": "boolean",
|
|
2867
|
+
"references": {}
|
|
2868
|
+
},
|
|
2869
|
+
"required": false,
|
|
2870
|
+
"optional": false,
|
|
2871
|
+
"docs": {
|
|
2872
|
+
"tags": [],
|
|
2873
|
+
"text": ""
|
|
2874
|
+
},
|
|
2875
|
+
"getter": false,
|
|
2876
|
+
"setter": false,
|
|
2877
|
+
"reflect": false,
|
|
2878
|
+
"attribute": "show-steppers",
|
|
2879
|
+
"defaultValue": "false"
|
|
2880
|
+
},
|
|
2881
|
+
"showTypeIcon": {
|
|
2882
|
+
"type": "boolean",
|
|
2883
|
+
"mutable": false,
|
|
2884
|
+
"complexType": {
|
|
2885
|
+
"original": "boolean",
|
|
2886
|
+
"resolved": "boolean",
|
|
2887
|
+
"references": {}
|
|
2888
|
+
},
|
|
2889
|
+
"required": false,
|
|
2890
|
+
"optional": false,
|
|
2891
|
+
"docs": {
|
|
2892
|
+
"tags": [],
|
|
2893
|
+
"text": ""
|
|
2894
|
+
},
|
|
2895
|
+
"getter": false,
|
|
2896
|
+
"setter": false,
|
|
2897
|
+
"reflect": false,
|
|
2898
|
+
"attribute": "show-type-icon",
|
|
2899
|
+
"defaultValue": "true"
|
|
2900
|
+
},
|
|
2901
|
+
"formatter": {
|
|
2902
|
+
"type": "unknown",
|
|
2903
|
+
"mutable": false,
|
|
2904
|
+
"complexType": {
|
|
2905
|
+
"original": "(value: string) => string",
|
|
2906
|
+
"resolved": "(value: string) => string",
|
|
2907
|
+
"references": {}
|
|
2908
|
+
},
|
|
2909
|
+
"required": false,
|
|
2910
|
+
"optional": true,
|
|
2911
|
+
"docs": {
|
|
2912
|
+
"tags": [],
|
|
2913
|
+
"text": ""
|
|
2914
|
+
},
|
|
2915
|
+
"getter": false,
|
|
2916
|
+
"setter": false
|
|
2917
|
+
},
|
|
2918
|
+
"parser": {
|
|
2919
|
+
"type": "unknown",
|
|
2920
|
+
"mutable": false,
|
|
2921
|
+
"complexType": {
|
|
2922
|
+
"original": "(value: string) => string",
|
|
2923
|
+
"resolved": "(value: string) => string",
|
|
2924
|
+
"references": {}
|
|
2925
|
+
},
|
|
2926
|
+
"required": false,
|
|
2927
|
+
"optional": true,
|
|
2928
|
+
"docs": {
|
|
2929
|
+
"tags": [],
|
|
2930
|
+
"text": ""
|
|
2931
|
+
},
|
|
2932
|
+
"getter": false,
|
|
2933
|
+
"setter": false
|
|
2934
|
+
},
|
|
2935
|
+
"autoSelect": {
|
|
2936
|
+
"type": "boolean",
|
|
2937
|
+
"mutable": false,
|
|
2938
|
+
"complexType": {
|
|
2939
|
+
"original": "boolean",
|
|
2940
|
+
"resolved": "boolean",
|
|
2941
|
+
"references": {}
|
|
2942
|
+
},
|
|
2943
|
+
"required": false,
|
|
2944
|
+
"optional": false,
|
|
2945
|
+
"docs": {
|
|
2946
|
+
"tags": [],
|
|
2947
|
+
"text": ""
|
|
2948
|
+
},
|
|
2949
|
+
"getter": false,
|
|
2950
|
+
"setter": false,
|
|
2951
|
+
"reflect": false,
|
|
2952
|
+
"attribute": "auto-select",
|
|
2953
|
+
"defaultValue": "false"
|
|
2954
|
+
},
|
|
2955
|
+
"autoTrim": {
|
|
2956
|
+
"type": "boolean",
|
|
2957
|
+
"mutable": false,
|
|
2958
|
+
"complexType": {
|
|
2959
|
+
"original": "boolean",
|
|
2960
|
+
"resolved": "boolean",
|
|
2961
|
+
"references": {}
|
|
2962
|
+
},
|
|
2963
|
+
"required": false,
|
|
2964
|
+
"optional": false,
|
|
2965
|
+
"docs": {
|
|
2966
|
+
"tags": [],
|
|
2967
|
+
"text": ""
|
|
2968
|
+
},
|
|
2969
|
+
"getter": false,
|
|
2970
|
+
"setter": false,
|
|
2971
|
+
"reflect": false,
|
|
2972
|
+
"attribute": "auto-trim",
|
|
2973
|
+
"defaultValue": "false"
|
|
2974
|
+
},
|
|
2975
|
+
"rtl": {
|
|
2976
|
+
"type": "boolean",
|
|
2977
|
+
"mutable": false,
|
|
2978
|
+
"complexType": {
|
|
2979
|
+
"original": "boolean",
|
|
2980
|
+
"resolved": "boolean",
|
|
2981
|
+
"references": {}
|
|
2982
|
+
},
|
|
2983
|
+
"required": false,
|
|
2984
|
+
"optional": false,
|
|
2985
|
+
"docs": {
|
|
2986
|
+
"tags": [],
|
|
2987
|
+
"text": ""
|
|
2988
|
+
},
|
|
2989
|
+
"getter": false,
|
|
2990
|
+
"setter": false,
|
|
2991
|
+
"reflect": false,
|
|
2992
|
+
"attribute": "rtl",
|
|
2993
|
+
"defaultValue": "false"
|
|
2994
|
+
},
|
|
2995
|
+
"passwordStrengthCalculator": {
|
|
2996
|
+
"type": "unknown",
|
|
2997
|
+
"mutable": false,
|
|
2998
|
+
"complexType": {
|
|
2999
|
+
"original": "(password: string) => number",
|
|
3000
|
+
"resolved": "(password: string) => number",
|
|
3001
|
+
"references": {}
|
|
3002
|
+
},
|
|
3003
|
+
"required": false,
|
|
3004
|
+
"optional": true,
|
|
3005
|
+
"docs": {
|
|
3006
|
+
"tags": [],
|
|
3007
|
+
"text": ""
|
|
3008
|
+
},
|
|
3009
|
+
"getter": false,
|
|
3010
|
+
"setter": false
|
|
3011
|
+
},
|
|
3012
|
+
"resize": {
|
|
3013
|
+
"type": "string",
|
|
3014
|
+
"mutable": false,
|
|
3015
|
+
"complexType": {
|
|
3016
|
+
"original": "'none' | Orientation | 'both'",
|
|
3017
|
+
"resolved": "\"both\" | \"horizontal\" | \"none\" | \"vertical\"",
|
|
3018
|
+
"references": {
|
|
3019
|
+
"Orientation": {
|
|
3020
|
+
"location": "import",
|
|
3021
|
+
"path": "../../types/common.type",
|
|
3022
|
+
"id": "src/types/common.type.d.ts::Orientation",
|
|
3023
|
+
"referenceLocation": "Orientation"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
"required": false,
|
|
3028
|
+
"optional": false,
|
|
3029
|
+
"docs": {
|
|
3030
|
+
"tags": [],
|
|
3031
|
+
"text": ""
|
|
3032
|
+
},
|
|
3033
|
+
"getter": false,
|
|
3034
|
+
"setter": false,
|
|
3035
|
+
"reflect": false,
|
|
3036
|
+
"attribute": "resize",
|
|
3037
|
+
"defaultValue": "'vertical'"
|
|
3038
|
+
},
|
|
3039
|
+
"enterkeyhint": {
|
|
3040
|
+
"type": "string",
|
|
3041
|
+
"mutable": false,
|
|
3042
|
+
"complexType": {
|
|
3043
|
+
"original": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'",
|
|
3044
|
+
"resolved": "\"done\" | \"enter\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\"",
|
|
3045
|
+
"references": {}
|
|
3046
|
+
},
|
|
3047
|
+
"required": false,
|
|
3048
|
+
"optional": true,
|
|
3049
|
+
"docs": {
|
|
3050
|
+
"tags": [],
|
|
3051
|
+
"text": ""
|
|
3052
|
+
},
|
|
3053
|
+
"getter": false,
|
|
3054
|
+
"setter": false,
|
|
3055
|
+
"reflect": false,
|
|
3056
|
+
"attribute": "enterkeyhint"
|
|
3057
|
+
},
|
|
3058
|
+
"passwordIcon": {
|
|
3059
|
+
"type": "string",
|
|
3060
|
+
"mutable": false,
|
|
3061
|
+
"complexType": {
|
|
3062
|
+
"original": "string",
|
|
3063
|
+
"resolved": "string",
|
|
3064
|
+
"references": {}
|
|
3065
|
+
},
|
|
3066
|
+
"required": false,
|
|
3067
|
+
"optional": false,
|
|
3068
|
+
"docs": {
|
|
3069
|
+
"tags": [],
|
|
3070
|
+
"text": ""
|
|
3071
|
+
},
|
|
3072
|
+
"getter": false,
|
|
3073
|
+
"setter": false,
|
|
3074
|
+
"reflect": false,
|
|
3075
|
+
"attribute": "password-icon",
|
|
3076
|
+
"defaultValue": "'eye'"
|
|
3077
|
+
},
|
|
3078
|
+
"passwordVisibleIcon": {
|
|
3079
|
+
"type": "string",
|
|
3080
|
+
"mutable": false,
|
|
3081
|
+
"complexType": {
|
|
3082
|
+
"original": "string",
|
|
3083
|
+
"resolved": "string",
|
|
3084
|
+
"references": {}
|
|
3085
|
+
},
|
|
3086
|
+
"required": false,
|
|
3087
|
+
"optional": false,
|
|
3088
|
+
"docs": {
|
|
3089
|
+
"tags": [],
|
|
3090
|
+
"text": ""
|
|
3091
|
+
},
|
|
3092
|
+
"getter": false,
|
|
3093
|
+
"setter": false,
|
|
3094
|
+
"reflect": false,
|
|
3095
|
+
"attribute": "password-visible-icon",
|
|
3096
|
+
"defaultValue": "'eye-off'"
|
|
3097
|
+
},
|
|
3098
|
+
"skeleton": {
|
|
3099
|
+
"type": "boolean",
|
|
3100
|
+
"mutable": false,
|
|
3101
|
+
"complexType": {
|
|
3102
|
+
"original": "boolean",
|
|
3103
|
+
"resolved": "boolean",
|
|
3104
|
+
"references": {}
|
|
3105
|
+
},
|
|
3106
|
+
"required": false,
|
|
3107
|
+
"optional": false,
|
|
3108
|
+
"docs": {
|
|
3109
|
+
"tags": [],
|
|
3110
|
+
"text": ""
|
|
3111
|
+
},
|
|
3112
|
+
"getter": false,
|
|
3113
|
+
"setter": false,
|
|
3114
|
+
"reflect": false,
|
|
3115
|
+
"attribute": "skeleton",
|
|
3116
|
+
"defaultValue": "false"
|
|
3117
|
+
},
|
|
3118
|
+
"prefixClickable": {
|
|
3119
|
+
"type": "boolean",
|
|
3120
|
+
"mutable": false,
|
|
3121
|
+
"complexType": {
|
|
3122
|
+
"original": "boolean",
|
|
3123
|
+
"resolved": "boolean",
|
|
3124
|
+
"references": {}
|
|
3125
|
+
},
|
|
3126
|
+
"required": false,
|
|
3127
|
+
"optional": false,
|
|
3128
|
+
"docs": {
|
|
3129
|
+
"tags": [],
|
|
3130
|
+
"text": ""
|
|
3131
|
+
},
|
|
3132
|
+
"getter": false,
|
|
3133
|
+
"setter": false,
|
|
3134
|
+
"reflect": false,
|
|
3135
|
+
"attribute": "prefix-clickable",
|
|
3136
|
+
"defaultValue": "false"
|
|
3137
|
+
},
|
|
3138
|
+
"suffixClickable": {
|
|
3139
|
+
"type": "boolean",
|
|
3140
|
+
"mutable": false,
|
|
3141
|
+
"complexType": {
|
|
3142
|
+
"original": "boolean",
|
|
3143
|
+
"resolved": "boolean",
|
|
3144
|
+
"references": {}
|
|
3145
|
+
},
|
|
3146
|
+
"required": false,
|
|
3147
|
+
"optional": false,
|
|
3148
|
+
"docs": {
|
|
3149
|
+
"tags": [],
|
|
3150
|
+
"text": ""
|
|
3151
|
+
},
|
|
3152
|
+
"getter": false,
|
|
3153
|
+
"setter": false,
|
|
3154
|
+
"reflect": false,
|
|
3155
|
+
"attribute": "suffix-clickable",
|
|
3156
|
+
"defaultValue": "false"
|
|
3157
|
+
},
|
|
3158
|
+
"allowedChars": {
|
|
3159
|
+
"type": "string",
|
|
3160
|
+
"mutable": false,
|
|
3161
|
+
"complexType": {
|
|
3162
|
+
"original": "string",
|
|
3163
|
+
"resolved": "string",
|
|
3164
|
+
"references": {}
|
|
3165
|
+
},
|
|
3166
|
+
"required": false,
|
|
3167
|
+
"optional": false,
|
|
3168
|
+
"docs": {
|
|
3169
|
+
"tags": [],
|
|
3170
|
+
"text": ""
|
|
3171
|
+
},
|
|
3172
|
+
"getter": false,
|
|
3173
|
+
"setter": false,
|
|
3174
|
+
"reflect": false,
|
|
3175
|
+
"attribute": "allowed-chars",
|
|
3176
|
+
"defaultValue": "''"
|
|
3177
|
+
},
|
|
3178
|
+
"blockInvalidPaste": {
|
|
3179
|
+
"type": "boolean",
|
|
3180
|
+
"mutable": false,
|
|
3181
|
+
"complexType": {
|
|
3182
|
+
"original": "boolean",
|
|
3183
|
+
"resolved": "boolean",
|
|
3184
|
+
"references": {}
|
|
3185
|
+
},
|
|
3186
|
+
"required": false,
|
|
3187
|
+
"optional": false,
|
|
3188
|
+
"docs": {
|
|
3189
|
+
"tags": [],
|
|
3190
|
+
"text": ""
|
|
3191
|
+
},
|
|
3192
|
+
"getter": false,
|
|
3193
|
+
"setter": false,
|
|
3194
|
+
"reflect": false,
|
|
3195
|
+
"attribute": "block-invalid-paste",
|
|
3196
|
+
"defaultValue": "false"
|
|
3197
|
+
},
|
|
3198
|
+
"customMask": {
|
|
3199
|
+
"type": "string",
|
|
3200
|
+
"mutable": false,
|
|
3201
|
+
"complexType": {
|
|
3202
|
+
"original": "string",
|
|
3203
|
+
"resolved": "string",
|
|
3204
|
+
"references": {}
|
|
3205
|
+
},
|
|
3206
|
+
"required": false,
|
|
3207
|
+
"optional": false,
|
|
3208
|
+
"docs": {
|
|
3209
|
+
"tags": [],
|
|
3210
|
+
"text": ""
|
|
3211
|
+
},
|
|
3212
|
+
"getter": false,
|
|
3213
|
+
"setter": false,
|
|
3214
|
+
"reflect": false,
|
|
3215
|
+
"attribute": "custom-mask",
|
|
3216
|
+
"defaultValue": "''"
|
|
3217
|
+
},
|
|
3218
|
+
"selectOnClick": {
|
|
3219
|
+
"type": "boolean",
|
|
3220
|
+
"mutable": false,
|
|
3221
|
+
"complexType": {
|
|
3222
|
+
"original": "boolean",
|
|
3223
|
+
"resolved": "boolean",
|
|
3224
|
+
"references": {}
|
|
3225
|
+
},
|
|
3226
|
+
"required": false,
|
|
3227
|
+
"optional": false,
|
|
3228
|
+
"docs": {
|
|
3229
|
+
"tags": [],
|
|
3230
|
+
"text": ""
|
|
3231
|
+
},
|
|
3232
|
+
"getter": false,
|
|
3233
|
+
"setter": false,
|
|
3234
|
+
"reflect": false,
|
|
3235
|
+
"attribute": "select-on-click",
|
|
3236
|
+
"defaultValue": "false"
|
|
3237
|
+
},
|
|
3238
|
+
"clearOnEscape": {
|
|
3239
|
+
"type": "boolean",
|
|
3240
|
+
"mutable": false,
|
|
3241
|
+
"complexType": {
|
|
3242
|
+
"original": "boolean",
|
|
3243
|
+
"resolved": "boolean",
|
|
3244
|
+
"references": {}
|
|
3245
|
+
},
|
|
3246
|
+
"required": false,
|
|
3247
|
+
"optional": false,
|
|
3248
|
+
"docs": {
|
|
3249
|
+
"tags": [],
|
|
3250
|
+
"text": ""
|
|
3251
|
+
},
|
|
3252
|
+
"getter": false,
|
|
3253
|
+
"setter": false,
|
|
3254
|
+
"reflect": false,
|
|
3255
|
+
"attribute": "clear-on-escape",
|
|
3256
|
+
"defaultValue": "true"
|
|
3257
|
+
},
|
|
3258
|
+
"autoCapitalize": {
|
|
3259
|
+
"type": "string",
|
|
3260
|
+
"mutable": false,
|
|
3261
|
+
"complexType": {
|
|
3262
|
+
"original": "'none' | 'sentences' | 'words' | 'characters'",
|
|
3263
|
+
"resolved": "\"characters\" | \"none\" | \"sentences\" | \"words\"",
|
|
3264
|
+
"references": {}
|
|
3265
|
+
},
|
|
3266
|
+
"required": false,
|
|
3267
|
+
"optional": false,
|
|
3268
|
+
"docs": {
|
|
3269
|
+
"tags": [],
|
|
3270
|
+
"text": ""
|
|
3271
|
+
},
|
|
3272
|
+
"getter": false,
|
|
3273
|
+
"setter": false,
|
|
3274
|
+
"reflect": false,
|
|
3275
|
+
"attribute": "auto-capitalize",
|
|
3276
|
+
"defaultValue": "'none'"
|
|
3277
|
+
},
|
|
3278
|
+
"shake": {
|
|
3279
|
+
"type": "boolean",
|
|
3280
|
+
"mutable": true,
|
|
3281
|
+
"complexType": {
|
|
3282
|
+
"original": "boolean",
|
|
3283
|
+
"resolved": "boolean",
|
|
3284
|
+
"references": {}
|
|
3285
|
+
},
|
|
3286
|
+
"required": false,
|
|
3287
|
+
"optional": false,
|
|
3288
|
+
"docs": {
|
|
3289
|
+
"tags": [],
|
|
3290
|
+
"text": ""
|
|
3291
|
+
},
|
|
3292
|
+
"getter": false,
|
|
3293
|
+
"setter": false,
|
|
3294
|
+
"reflect": false,
|
|
3295
|
+
"attribute": "shake",
|
|
3296
|
+
"defaultValue": "false"
|
|
3297
|
+
}
|
|
3298
|
+
};
|
|
3299
|
+
}
|
|
3300
|
+
static get states() {
|
|
3301
|
+
return {
|
|
3302
|
+
"isPasswordHeld": {},
|
|
3303
|
+
"currentGhost": {},
|
|
3304
|
+
"isDirty": {},
|
|
3305
|
+
"isRecording": {},
|
|
3306
|
+
"isDragging": {},
|
|
3307
|
+
"rippleX": {},
|
|
3308
|
+
"rippleY": {},
|
|
3309
|
+
"showRipple": {},
|
|
3310
|
+
"showClearButton": {},
|
|
3311
|
+
"isFocused": {},
|
|
3312
|
+
"isPasswordVisible": {},
|
|
3313
|
+
"currentLength": {},
|
|
3314
|
+
"showSuggestions": {},
|
|
3315
|
+
"selectedSuggestionIndex": {},
|
|
3316
|
+
"rangeValue": {},
|
|
3317
|
+
"passwordStrength": {},
|
|
3318
|
+
"capsLockOn": {},
|
|
3319
|
+
"selectedFileNames": {},
|
|
3320
|
+
"internalErrorText": {}
|
|
3321
|
+
};
|
|
3322
|
+
}
|
|
3323
|
+
static get events() {
|
|
3324
|
+
return [{
|
|
3325
|
+
"method": "analyticsEvent",
|
|
3326
|
+
"name": "analyticsEvent",
|
|
3327
|
+
"bubbles": true,
|
|
3328
|
+
"cancelable": true,
|
|
3329
|
+
"composed": true,
|
|
3330
|
+
"docs": {
|
|
3331
|
+
"tags": [],
|
|
3332
|
+
"text": ""
|
|
3333
|
+
},
|
|
3334
|
+
"complexType": {
|
|
3335
|
+
"original": "{ value: string }",
|
|
3336
|
+
"resolved": "{ value: string; }",
|
|
3337
|
+
"references": {}
|
|
3338
|
+
}
|
|
3339
|
+
}, {
|
|
3340
|
+
"method": "inputChange",
|
|
3341
|
+
"name": "inputChange",
|
|
3342
|
+
"bubbles": true,
|
|
3343
|
+
"cancelable": true,
|
|
3344
|
+
"composed": true,
|
|
3345
|
+
"docs": {
|
|
3346
|
+
"tags": [],
|
|
3347
|
+
"text": ""
|
|
3348
|
+
},
|
|
3349
|
+
"complexType": {
|
|
3350
|
+
"original": "string",
|
|
3351
|
+
"resolved": "string",
|
|
3352
|
+
"references": {}
|
|
3353
|
+
}
|
|
3354
|
+
}, {
|
|
3355
|
+
"method": "inputFocus",
|
|
3356
|
+
"name": "inputFocus",
|
|
3357
|
+
"bubbles": true,
|
|
3358
|
+
"cancelable": true,
|
|
3359
|
+
"composed": true,
|
|
3360
|
+
"docs": {
|
|
3361
|
+
"tags": [],
|
|
3362
|
+
"text": ""
|
|
3363
|
+
},
|
|
3364
|
+
"complexType": {
|
|
3365
|
+
"original": "FocusEvent",
|
|
3366
|
+
"resolved": "FocusEvent",
|
|
3367
|
+
"references": {
|
|
3368
|
+
"FocusEvent": {
|
|
3369
|
+
"location": "global",
|
|
3370
|
+
"id": "global::FocusEvent"
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
}, {
|
|
3375
|
+
"method": "inputBlur",
|
|
3376
|
+
"name": "inputBlur",
|
|
3377
|
+
"bubbles": true,
|
|
3378
|
+
"cancelable": true,
|
|
3379
|
+
"composed": true,
|
|
3380
|
+
"docs": {
|
|
3381
|
+
"tags": [],
|
|
3382
|
+
"text": ""
|
|
3383
|
+
},
|
|
3384
|
+
"complexType": {
|
|
3385
|
+
"original": "FocusEvent",
|
|
3386
|
+
"resolved": "FocusEvent",
|
|
3387
|
+
"references": {
|
|
3388
|
+
"FocusEvent": {
|
|
3389
|
+
"location": "global",
|
|
3390
|
+
"id": "global::FocusEvent"
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
}, {
|
|
3395
|
+
"method": "inputClear",
|
|
3396
|
+
"name": "inputClear",
|
|
3397
|
+
"bubbles": true,
|
|
3398
|
+
"cancelable": true,
|
|
3399
|
+
"composed": true,
|
|
3400
|
+
"docs": {
|
|
3401
|
+
"tags": [],
|
|
3402
|
+
"text": ""
|
|
3403
|
+
},
|
|
3404
|
+
"complexType": {
|
|
3405
|
+
"original": "void",
|
|
3406
|
+
"resolved": "void",
|
|
3407
|
+
"references": {}
|
|
3408
|
+
}
|
|
3409
|
+
}, {
|
|
3410
|
+
"method": "inputKeydown",
|
|
3411
|
+
"name": "inputKeydown",
|
|
3412
|
+
"bubbles": true,
|
|
3413
|
+
"cancelable": true,
|
|
3414
|
+
"composed": true,
|
|
3415
|
+
"docs": {
|
|
3416
|
+
"tags": [],
|
|
3417
|
+
"text": ""
|
|
3418
|
+
},
|
|
3419
|
+
"complexType": {
|
|
3420
|
+
"original": "KeyboardEvent",
|
|
3421
|
+
"resolved": "KeyboardEvent",
|
|
3422
|
+
"references": {
|
|
3423
|
+
"KeyboardEvent": {
|
|
3424
|
+
"location": "global",
|
|
3425
|
+
"id": "global::KeyboardEvent"
|
|
3426
|
+
}
|
|
3427
|
+
}
|
|
3428
|
+
}
|
|
3429
|
+
}, {
|
|
3430
|
+
"method": "inputKeyup",
|
|
3431
|
+
"name": "inputKeyup",
|
|
3432
|
+
"bubbles": true,
|
|
3433
|
+
"cancelable": true,
|
|
3434
|
+
"composed": true,
|
|
3435
|
+
"docs": {
|
|
3436
|
+
"tags": [],
|
|
3437
|
+
"text": ""
|
|
3438
|
+
},
|
|
3439
|
+
"complexType": {
|
|
3440
|
+
"original": "KeyboardEvent",
|
|
3441
|
+
"resolved": "KeyboardEvent",
|
|
3442
|
+
"references": {
|
|
3443
|
+
"KeyboardEvent": {
|
|
3444
|
+
"location": "global",
|
|
3445
|
+
"id": "global::KeyboardEvent"
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
}
|
|
3449
|
+
}, {
|
|
3450
|
+
"method": "inputCopy",
|
|
3451
|
+
"name": "inputCopy",
|
|
3452
|
+
"bubbles": true,
|
|
3453
|
+
"cancelable": true,
|
|
3454
|
+
"composed": true,
|
|
3455
|
+
"docs": {
|
|
3456
|
+
"tags": [],
|
|
3457
|
+
"text": ""
|
|
3458
|
+
},
|
|
3459
|
+
"complexType": {
|
|
3460
|
+
"original": "string",
|
|
3461
|
+
"resolved": "string",
|
|
3462
|
+
"references": {}
|
|
3463
|
+
}
|
|
3464
|
+
}, {
|
|
3465
|
+
"method": "fileSelected",
|
|
3466
|
+
"name": "fileSelected",
|
|
3467
|
+
"bubbles": true,
|
|
3468
|
+
"cancelable": true,
|
|
3469
|
+
"composed": true,
|
|
3470
|
+
"docs": {
|
|
3471
|
+
"tags": [],
|
|
3472
|
+
"text": ""
|
|
3473
|
+
},
|
|
3474
|
+
"complexType": {
|
|
3475
|
+
"original": "FileList",
|
|
3476
|
+
"resolved": "FileList",
|
|
3477
|
+
"references": {
|
|
3478
|
+
"FileList": {
|
|
3479
|
+
"location": "global",
|
|
3480
|
+
"id": "global::FileList"
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
}
|
|
3484
|
+
}, {
|
|
3485
|
+
"method": "suggestionSelected",
|
|
3486
|
+
"name": "suggestionSelected",
|
|
3487
|
+
"bubbles": true,
|
|
3488
|
+
"cancelable": true,
|
|
3489
|
+
"composed": true,
|
|
3490
|
+
"docs": {
|
|
3491
|
+
"tags": [],
|
|
3492
|
+
"text": ""
|
|
3493
|
+
},
|
|
3494
|
+
"complexType": {
|
|
3495
|
+
"original": "string",
|
|
3496
|
+
"resolved": "string",
|
|
3497
|
+
"references": {}
|
|
3498
|
+
}
|
|
3499
|
+
}, {
|
|
3500
|
+
"method": "prefixClick",
|
|
3501
|
+
"name": "prefixClick",
|
|
3502
|
+
"bubbles": true,
|
|
3503
|
+
"cancelable": true,
|
|
3504
|
+
"composed": true,
|
|
3505
|
+
"docs": {
|
|
3506
|
+
"tags": [],
|
|
3507
|
+
"text": ""
|
|
3508
|
+
},
|
|
3509
|
+
"complexType": {
|
|
3510
|
+
"original": "void",
|
|
3511
|
+
"resolved": "void",
|
|
3512
|
+
"references": {}
|
|
3513
|
+
}
|
|
3514
|
+
}, {
|
|
3515
|
+
"method": "suffixClick",
|
|
3516
|
+
"name": "suffixClick",
|
|
3517
|
+
"bubbles": true,
|
|
3518
|
+
"cancelable": true,
|
|
3519
|
+
"composed": true,
|
|
3520
|
+
"docs": {
|
|
3521
|
+
"tags": [],
|
|
3522
|
+
"text": ""
|
|
3523
|
+
},
|
|
3524
|
+
"complexType": {
|
|
3525
|
+
"original": "void",
|
|
3526
|
+
"resolved": "void",
|
|
3527
|
+
"references": {}
|
|
3528
|
+
}
|
|
3529
|
+
}, {
|
|
3530
|
+
"method": "search",
|
|
3531
|
+
"name": "search",
|
|
3532
|
+
"bubbles": true,
|
|
3533
|
+
"cancelable": true,
|
|
3534
|
+
"composed": true,
|
|
3535
|
+
"docs": {
|
|
3536
|
+
"tags": [],
|
|
3537
|
+
"text": ""
|
|
3538
|
+
},
|
|
3539
|
+
"complexType": {
|
|
3540
|
+
"original": "string",
|
|
3541
|
+
"resolved": "string",
|
|
3542
|
+
"references": {}
|
|
3543
|
+
}
|
|
3544
|
+
}, {
|
|
3545
|
+
"method": "inputInput",
|
|
3546
|
+
"name": "inputInput",
|
|
3547
|
+
"bubbles": true,
|
|
3548
|
+
"cancelable": true,
|
|
3549
|
+
"composed": true,
|
|
3550
|
+
"docs": {
|
|
3551
|
+
"tags": [],
|
|
3552
|
+
"text": ""
|
|
3553
|
+
},
|
|
3554
|
+
"complexType": {
|
|
3555
|
+
"original": "string",
|
|
3556
|
+
"resolved": "string",
|
|
3557
|
+
"references": {}
|
|
3558
|
+
}
|
|
3559
|
+
}, {
|
|
3560
|
+
"method": "focusInternal",
|
|
3561
|
+
"name": "focusInternal",
|
|
3562
|
+
"bubbles": true,
|
|
3563
|
+
"cancelable": true,
|
|
3564
|
+
"composed": true,
|
|
3565
|
+
"docs": {
|
|
3566
|
+
"tags": [],
|
|
3567
|
+
"text": ""
|
|
3568
|
+
},
|
|
3569
|
+
"complexType": {
|
|
3570
|
+
"original": "FocusEvent",
|
|
3571
|
+
"resolved": "FocusEvent",
|
|
3572
|
+
"references": {
|
|
3573
|
+
"FocusEvent": {
|
|
3574
|
+
"location": "global",
|
|
3575
|
+
"id": "global::FocusEvent"
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
}, {
|
|
3580
|
+
"method": "pasteInternal",
|
|
3581
|
+
"name": "pasteInternal",
|
|
3582
|
+
"bubbles": true,
|
|
3583
|
+
"cancelable": true,
|
|
3584
|
+
"composed": true,
|
|
3585
|
+
"docs": {
|
|
3586
|
+
"tags": [],
|
|
3587
|
+
"text": ""
|
|
3588
|
+
},
|
|
3589
|
+
"complexType": {
|
|
3590
|
+
"original": "ClipboardEvent",
|
|
3591
|
+
"resolved": "ClipboardEvent",
|
|
3592
|
+
"references": {
|
|
3593
|
+
"ClipboardEvent": {
|
|
3594
|
+
"location": "global",
|
|
3595
|
+
"id": "global::ClipboardEvent"
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
}, {
|
|
3600
|
+
"method": "wheelInternal",
|
|
3601
|
+
"name": "wheelInternal",
|
|
3602
|
+
"bubbles": true,
|
|
3603
|
+
"cancelable": true,
|
|
3604
|
+
"composed": true,
|
|
3605
|
+
"docs": {
|
|
3606
|
+
"tags": [],
|
|
3607
|
+
"text": ""
|
|
3608
|
+
},
|
|
3609
|
+
"complexType": {
|
|
3610
|
+
"original": "WheelEvent",
|
|
3611
|
+
"resolved": "WheelEvent",
|
|
3612
|
+
"references": {
|
|
3613
|
+
"WheelEvent": {
|
|
3614
|
+
"location": "global",
|
|
3615
|
+
"id": "global::WheelEvent"
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
}];
|
|
3620
|
+
}
|
|
3621
|
+
static get methods() {
|
|
3622
|
+
return {
|
|
3623
|
+
"setFocus": {
|
|
3624
|
+
"complexType": {
|
|
3625
|
+
"signature": "() => Promise<void>",
|
|
3626
|
+
"parameters": [],
|
|
3627
|
+
"references": {
|
|
3628
|
+
"Promise": {
|
|
3629
|
+
"location": "global",
|
|
3630
|
+
"id": "global::Promise"
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3633
|
+
"return": "Promise<void>"
|
|
3634
|
+
},
|
|
3635
|
+
"docs": {
|
|
3636
|
+
"text": "",
|
|
3637
|
+
"tags": []
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
"openFilePicker": {
|
|
3641
|
+
"complexType": {
|
|
3642
|
+
"signature": "() => Promise<void>",
|
|
3643
|
+
"parameters": [],
|
|
3644
|
+
"references": {
|
|
3645
|
+
"Promise": {
|
|
3646
|
+
"location": "global",
|
|
3647
|
+
"id": "global::Promise"
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
"return": "Promise<void>"
|
|
3651
|
+
},
|
|
3652
|
+
"docs": {
|
|
3653
|
+
"text": "",
|
|
3654
|
+
"tags": []
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
"openColorPicker": {
|
|
3658
|
+
"complexType": {
|
|
3659
|
+
"signature": "() => Promise<void>",
|
|
3660
|
+
"parameters": [],
|
|
3661
|
+
"references": {
|
|
3662
|
+
"Promise": {
|
|
3663
|
+
"location": "global",
|
|
3664
|
+
"id": "global::Promise"
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3667
|
+
"return": "Promise<void>"
|
|
3668
|
+
},
|
|
3669
|
+
"docs": {
|
|
3670
|
+
"text": "",
|
|
3671
|
+
"tags": []
|
|
3672
|
+
}
|
|
3673
|
+
}
|
|
3674
|
+
};
|
|
3675
|
+
}
|
|
3676
|
+
static get elementRef() { return "element"; }
|
|
3677
|
+
static get watchers() {
|
|
3678
|
+
return [{
|
|
3679
|
+
"propName": "value",
|
|
3680
|
+
"methodName": "valueChanged"
|
|
3681
|
+
}, {
|
|
3682
|
+
"propName": "validationState",
|
|
3683
|
+
"methodName": "handleValidationStateChange"
|
|
3684
|
+
}, {
|
|
3685
|
+
"propName": "shake",
|
|
3686
|
+
"methodName": "handleShakeChange"
|
|
3687
|
+
}];
|
|
3688
|
+
}
|
|
3689
|
+
static get attachInternalsMemberName() { return "internals"; }
|
|
3690
|
+
}
|