@furystack/shades-common-components 10.0.35 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +496 -0
- package/esm/components/accordion/accordion-item.d.ts +31 -0
- package/esm/components/accordion/accordion-item.d.ts.map +1 -0
- package/esm/components/accordion/accordion-item.js +147 -0
- package/esm/components/accordion/accordion-item.js.map +1 -0
- package/esm/components/accordion/accordion.d.ts +27 -0
- package/esm/components/accordion/accordion.d.ts.map +1 -0
- package/esm/components/accordion/accordion.js +39 -0
- package/esm/components/accordion/accordion.js.map +1 -0
- package/esm/components/accordion/accordion.spec.d.ts +2 -0
- package/esm/components/accordion/accordion.spec.d.ts.map +1 -0
- package/esm/components/accordion/accordion.spec.js +284 -0
- package/esm/components/accordion/accordion.spec.js.map +1 -0
- package/esm/components/accordion/index.d.ts +3 -0
- package/esm/components/accordion/index.d.ts.map +1 -0
- package/esm/components/accordion/index.js +3 -0
- package/esm/components/accordion/index.js.map +1 -0
- package/esm/components/alert.d.ts +21 -0
- package/esm/components/alert.d.ts.map +1 -0
- package/esm/components/alert.js +131 -0
- package/esm/components/alert.js.map +1 -0
- package/esm/components/alert.spec.d.ts +2 -0
- package/esm/components/alert.spec.d.ts.map +1 -0
- package/esm/components/alert.spec.js +177 -0
- package/esm/components/alert.spec.js.map +1 -0
- package/esm/components/animations.spec.d.ts +2 -0
- package/esm/components/animations.spec.d.ts.map +1 -0
- package/esm/components/animations.spec.js +201 -0
- package/esm/components/animations.spec.js.map +1 -0
- package/esm/components/app-bar-link.d.ts +22 -2
- package/esm/components/app-bar-link.d.ts.map +1 -1
- package/esm/components/app-bar-link.js +36 -22
- package/esm/components/app-bar-link.js.map +1 -1
- package/esm/components/app-bar-link.spec.d.ts +2 -0
- package/esm/components/app-bar-link.spec.d.ts.map +1 -0
- package/esm/components/app-bar-link.spec.js +255 -0
- package/esm/components/app-bar-link.spec.js.map +1 -0
- package/esm/components/app-bar.d.ts +2 -0
- package/esm/components/app-bar.d.ts.map +1 -1
- package/esm/components/app-bar.js +28 -23
- package/esm/components/app-bar.js.map +1 -1
- package/esm/components/app-bar.spec.d.ts +2 -0
- package/esm/components/app-bar.spec.d.ts.map +1 -0
- package/esm/components/app-bar.spec.js +132 -0
- package/esm/components/app-bar.spec.js.map +1 -0
- package/esm/components/avatar.d.ts +2 -0
- package/esm/components/avatar.d.ts.map +1 -1
- package/esm/components/avatar.js +50 -51
- package/esm/components/avatar.js.map +1 -1
- package/esm/components/avatar.spec.d.ts +2 -0
- package/esm/components/avatar.spec.d.ts.map +1 -0
- package/esm/components/avatar.spec.js +114 -0
- package/esm/components/avatar.spec.js.map +1 -0
- package/esm/components/badge.d.ts +35 -0
- package/esm/components/badge.d.ts.map +1 -0
- package/esm/components/badge.js +68 -0
- package/esm/components/badge.js.map +1 -0
- package/esm/components/badge.spec.d.ts +2 -0
- package/esm/components/badge.spec.d.ts.map +1 -0
- package/esm/components/badge.spec.js +157 -0
- package/esm/components/badge.spec.js.map +1 -0
- package/esm/components/breadcrumb.d.ts +103 -0
- package/esm/components/breadcrumb.d.ts.map +1 -0
- package/esm/components/breadcrumb.js +121 -0
- package/esm/components/breadcrumb.js.map +1 -0
- package/esm/components/breadcrumb.spec.d.ts +2 -0
- package/esm/components/breadcrumb.spec.d.ts.map +1 -0
- package/esm/components/breadcrumb.spec.js +251 -0
- package/esm/components/breadcrumb.spec.js.map +1 -0
- package/esm/components/button-group.d.ts +85 -0
- package/esm/components/button-group.d.ts.map +1 -0
- package/esm/components/button-group.js +290 -0
- package/esm/components/button-group.js.map +1 -0
- package/esm/components/button-group.spec.d.ts +2 -0
- package/esm/components/button-group.spec.d.ts.map +1 -0
- package/esm/components/button-group.spec.js +502 -0
- package/esm/components/button-group.spec.js.map +1 -0
- package/esm/components/button.d.ts +44 -2
- package/esm/components/button.d.ts.map +1 -1
- package/esm/components/button.js +151 -153
- package/esm/components/button.js.map +1 -1
- package/esm/components/button.spec.d.ts +2 -0
- package/esm/components/button.spec.d.ts.map +1 -0
- package/esm/components/button.spec.js +310 -0
- package/esm/components/button.spec.js.map +1 -0
- package/esm/components/card.d.ts +117 -0
- package/esm/components/card.d.ts.map +1 -0
- package/esm/components/card.js +181 -0
- package/esm/components/card.js.map +1 -0
- package/esm/components/card.spec.d.ts +2 -0
- package/esm/components/card.spec.d.ts.map +1 -0
- package/esm/components/card.spec.js +278 -0
- package/esm/components/card.spec.js.map +1 -0
- package/esm/components/carousel.d.ts +50 -0
- package/esm/components/carousel.d.ts.map +1 -0
- package/esm/components/carousel.js +263 -0
- package/esm/components/carousel.js.map +1 -0
- package/esm/components/carousel.spec.d.ts +2 -0
- package/esm/components/carousel.spec.d.ts.map +1 -0
- package/esm/components/carousel.spec.js +677 -0
- package/esm/components/carousel.spec.js.map +1 -0
- package/esm/components/chip.d.ts +23 -0
- package/esm/components/chip.d.ts.map +1 -0
- package/esm/components/chip.js +139 -0
- package/esm/components/chip.js.map +1 -0
- package/esm/components/chip.spec.d.ts +2 -0
- package/esm/components/chip.spec.d.ts.map +1 -0
- package/esm/components/chip.spec.js +142 -0
- package/esm/components/chip.spec.js.map +1 -0
- package/esm/components/circular-progress.d.ts +37 -0
- package/esm/components/circular-progress.d.ts.map +1 -0
- package/esm/components/circular-progress.js +84 -0
- package/esm/components/circular-progress.js.map +1 -0
- package/esm/components/circular-progress.spec.d.ts +2 -0
- package/esm/components/circular-progress.spec.d.ts.map +1 -0
- package/esm/components/circular-progress.spec.js +228 -0
- package/esm/components/circular-progress.spec.js.map +1 -0
- package/esm/components/command-palette/command-palette-input.d.ts +3 -0
- package/esm/components/command-palette/command-palette-input.d.ts.map +1 -1
- package/esm/components/command-palette/command-palette-input.js +33 -23
- package/esm/components/command-palette/command-palette-input.js.map +1 -1
- package/esm/components/command-palette/command-palette-input.spec.d.ts +2 -0
- package/esm/components/command-palette/command-palette-input.spec.d.ts.map +1 -0
- package/esm/components/command-palette/command-palette-input.spec.js +244 -0
- package/esm/components/command-palette/command-palette-input.spec.js.map +1 -0
- package/esm/components/command-palette/command-palette-manager.spec.d.ts +2 -0
- package/esm/components/command-palette/command-palette-manager.spec.d.ts.map +1 -0
- package/esm/components/command-palette/command-palette-manager.spec.js +378 -0
- package/esm/components/command-palette/command-palette-manager.spec.js.map +1 -0
- package/esm/components/command-palette/command-palette-suggestion-list.d.ts +2 -0
- package/esm/components/command-palette/command-palette-suggestion-list.d.ts.map +1 -1
- package/esm/components/command-palette/command-palette-suggestion-list.js +53 -57
- package/esm/components/command-palette/command-palette-suggestion-list.js.map +1 -1
- package/esm/components/command-palette/command-palette-suggestion-list.spec.d.ts +2 -0
- package/esm/components/command-palette/command-palette-suggestion-list.spec.d.ts.map +1 -0
- package/esm/components/command-palette/command-palette-suggestion-list.spec.js +394 -0
- package/esm/components/command-palette/command-palette-suggestion-list.spec.js.map +1 -0
- package/esm/components/command-palette/index.d.ts +2 -0
- package/esm/components/command-palette/index.d.ts.map +1 -1
- package/esm/components/command-palette/index.js +41 -120
- package/esm/components/command-palette/index.js.map +1 -1
- package/esm/components/command-palette/index.spec.d.ts +2 -0
- package/esm/components/command-palette/index.spec.d.ts.map +1 -0
- package/esm/components/command-palette/index.spec.js +509 -0
- package/esm/components/command-palette/index.spec.js.map +1 -0
- package/esm/components/context-menu/context-menu-item.d.ts +9 -0
- package/esm/components/context-menu/context-menu-item.d.ts.map +1 -0
- package/esm/components/context-menu/context-menu-item.js +56 -0
- package/esm/components/context-menu/context-menu-item.js.map +1 -0
- package/esm/components/context-menu/context-menu-manager.d.ts +52 -0
- package/esm/components/context-menu/context-menu-manager.d.ts.map +1 -0
- package/esm/components/context-menu/context-menu-manager.js +128 -0
- package/esm/components/context-menu/context-menu-manager.js.map +1 -0
- package/esm/components/context-menu/context-menu-manager.spec.d.ts +2 -0
- package/esm/components/context-menu/context-menu-manager.spec.d.ts.map +1 -0
- package/esm/components/context-menu/context-menu-manager.spec.js +332 -0
- package/esm/components/context-menu/context-menu-manager.spec.js.map +1 -0
- package/esm/components/context-menu/context-menu.d.ts +8 -0
- package/esm/components/context-menu/context-menu.d.ts.map +1 -0
- package/esm/components/context-menu/context-menu.js +79 -0
- package/esm/components/context-menu/context-menu.js.map +1 -0
- package/esm/components/context-menu/context-menu.spec.d.ts +2 -0
- package/esm/components/context-menu/context-menu.spec.d.ts.map +1 -0
- package/esm/components/context-menu/context-menu.spec.js +282 -0
- package/esm/components/context-menu/context-menu.spec.js.map +1 -0
- package/esm/components/context-menu/index.d.ts +4 -0
- package/esm/components/context-menu/index.d.ts.map +1 -0
- package/esm/components/context-menu/index.js +4 -0
- package/esm/components/context-menu/index.js.map +1 -0
- package/esm/components/data-grid/body.js +1 -1
- package/esm/components/data-grid/body.js.map +1 -1
- package/esm/components/data-grid/body.spec.d.ts +2 -0
- package/esm/components/data-grid/body.spec.d.ts.map +1 -0
- package/esm/components/data-grid/body.spec.js +238 -0
- package/esm/components/data-grid/body.spec.js.map +1 -0
- package/esm/components/data-grid/data-grid-row.d.ts.map +1 -1
- package/esm/components/data-grid/data-grid-row.js +84 -96
- package/esm/components/data-grid/data-grid-row.js.map +1 -1
- package/esm/components/data-grid/data-grid-row.spec.d.ts +2 -0
- package/esm/components/data-grid/data-grid-row.spec.d.ts.map +1 -0
- package/esm/components/data-grid/data-grid-row.spec.js +328 -0
- package/esm/components/data-grid/data-grid-row.spec.js.map +1 -0
- package/esm/components/data-grid/data-grid.d.ts.map +1 -1
- package/esm/components/data-grid/data-grid.js +39 -31
- package/esm/components/data-grid/data-grid.js.map +1 -1
- package/esm/components/data-grid/data-grid.spec.d.ts +2 -0
- package/esm/components/data-grid/data-grid.spec.d.ts.map +1 -0
- package/esm/components/data-grid/data-grid.spec.js +569 -0
- package/esm/components/data-grid/data-grid.spec.js.map +1 -0
- package/esm/components/data-grid/footer.js +21 -15
- package/esm/components/data-grid/footer.js.map +1 -1
- package/esm/components/data-grid/footer.spec.d.ts +2 -0
- package/esm/components/data-grid/footer.spec.d.ts.map +1 -0
- package/esm/components/data-grid/footer.spec.js +276 -0
- package/esm/components/data-grid/footer.spec.js.map +1 -0
- package/esm/components/data-grid/header.d.ts +3 -1
- package/esm/components/data-grid/header.d.ts.map +1 -1
- package/esm/components/data-grid/header.js +94 -60
- package/esm/components/data-grid/header.js.map +1 -1
- package/esm/components/data-grid/header.spec.d.ts +2 -0
- package/esm/components/data-grid/header.spec.d.ts.map +1 -0
- package/esm/components/data-grid/header.spec.js +444 -0
- package/esm/components/data-grid/header.spec.js.map +1 -0
- package/esm/components/data-grid/selection-cell.d.ts +2 -0
- package/esm/components/data-grid/selection-cell.d.ts.map +1 -1
- package/esm/components/data-grid/selection-cell.js +15 -13
- package/esm/components/data-grid/selection-cell.js.map +1 -1
- package/esm/components/data-grid/selection-cell.spec.d.ts +2 -0
- package/esm/components/data-grid/selection-cell.spec.d.ts.map +1 -0
- package/esm/components/data-grid/selection-cell.spec.js +127 -0
- package/esm/components/data-grid/selection-cell.spec.js.map +1 -0
- package/esm/components/dialog.d.ts +46 -0
- package/esm/components/dialog.d.ts.map +1 -0
- package/esm/components/dialog.js +178 -0
- package/esm/components/dialog.js.map +1 -0
- package/esm/components/dialog.spec.d.ts +2 -0
- package/esm/components/dialog.spec.d.ts.map +1 -0
- package/esm/components/dialog.spec.js +113 -0
- package/esm/components/dialog.spec.js.map +1 -0
- package/esm/components/divider.d.ts +22 -0
- package/esm/components/divider.d.ts.map +1 -0
- package/esm/components/divider.js +113 -0
- package/esm/components/divider.js.map +1 -0
- package/esm/components/divider.spec.d.ts +2 -0
- package/esm/components/divider.spec.d.ts.map +1 -0
- package/esm/components/divider.spec.js +136 -0
- package/esm/components/divider.spec.js.map +1 -0
- package/esm/components/drawer/drawer-toggle-button.d.ts +36 -0
- package/esm/components/drawer/drawer-toggle-button.d.ts.map +1 -0
- package/esm/components/drawer/drawer-toggle-button.js +94 -0
- package/esm/components/drawer/drawer-toggle-button.js.map +1 -0
- package/esm/components/drawer/drawer-toggle-button.spec.d.ts +2 -0
- package/esm/components/drawer/drawer-toggle-button.spec.d.ts.map +1 -0
- package/esm/components/drawer/drawer-toggle-button.spec.js +306 -0
- package/esm/components/drawer/drawer-toggle-button.spec.js.map +1 -0
- package/esm/components/drawer/index.d.ts +56 -0
- package/esm/components/drawer/index.d.ts.map +1 -0
- package/esm/components/drawer/index.js +172 -0
- package/esm/components/drawer/index.js.map +1 -0
- package/esm/components/drawer/index.spec.d.ts +2 -0
- package/esm/components/drawer/index.spec.d.ts.map +1 -0
- package/esm/components/drawer/index.spec.js +538 -0
- package/esm/components/drawer/index.spec.js.map +1 -0
- package/esm/components/dropdown.d.ts +15 -0
- package/esm/components/dropdown.d.ts.map +1 -0
- package/esm/components/dropdown.js +262 -0
- package/esm/components/dropdown.js.map +1 -0
- package/esm/components/dropdown.spec.d.ts +2 -0
- package/esm/components/dropdown.spec.d.ts.map +1 -0
- package/esm/components/dropdown.spec.js +372 -0
- package/esm/components/dropdown.spec.js.map +1 -0
- package/esm/components/fab.d.ts +10 -1
- package/esm/components/fab.d.ts.map +1 -1
- package/esm/components/fab.js +32 -7
- package/esm/components/fab.js.map +1 -1
- package/esm/components/fab.spec.d.ts +2 -0
- package/esm/components/fab.spec.d.ts.map +1 -0
- package/esm/components/fab.spec.js +106 -0
- package/esm/components/fab.spec.js.map +1 -0
- package/esm/components/form.d.ts.map +1 -1
- package/esm/components/form.js +9 -7
- package/esm/components/form.js.map +1 -1
- package/esm/components/form.spec.d.ts +2 -0
- package/esm/components/form.spec.d.ts.map +1 -0
- package/esm/components/form.spec.js +324 -0
- package/esm/components/form.spec.js.map +1 -0
- package/esm/components/grid.d.ts.map +1 -1
- package/esm/components/grid.js +43 -40
- package/esm/components/grid.js.map +1 -1
- package/esm/components/grid.spec.d.ts +2 -0
- package/esm/components/grid.spec.d.ts.map +1 -0
- package/esm/components/grid.spec.js +340 -0
- package/esm/components/grid.spec.js.map +1 -0
- package/esm/components/icons/icon-definitions.d.ts +140 -0
- package/esm/components/icons/icon-definitions.d.ts.map +1 -0
- package/esm/components/icons/icon-definitions.js +432 -0
- package/esm/components/icons/icon-definitions.js.map +1 -0
- package/esm/components/icons/icon-definitions.spec.d.ts +2 -0
- package/esm/components/icons/icon-definitions.spec.d.ts.map +1 -0
- package/esm/components/icons/icon-definitions.spec.js +59 -0
- package/esm/components/icons/icon-definitions.spec.js.map +1 -0
- package/esm/components/icons/icon-types.d.ts +48 -0
- package/esm/components/icons/icon-types.d.ts.map +1 -0
- package/esm/components/icons/icon-types.js +2 -0
- package/esm/components/icons/icon-types.js.map +1 -0
- package/esm/components/icons/icon.d.ts +56 -0
- package/esm/components/icons/icon.d.ts.map +1 -0
- package/esm/components/icons/icon.js +61 -0
- package/esm/components/icons/icon.js.map +1 -0
- package/esm/components/icons/icon.spec.d.ts +2 -0
- package/esm/components/icons/icon.spec.d.ts.map +1 -0
- package/esm/components/icons/icon.spec.js +224 -0
- package/esm/components/icons/icon.spec.js.map +1 -0
- package/esm/components/icons/index.d.ts +5 -0
- package/esm/components/icons/index.d.ts.map +1 -0
- package/esm/components/icons/index.js +3 -0
- package/esm/components/icons/index.js.map +1 -0
- package/esm/components/image.d.ts +62 -0
- package/esm/components/image.d.ts.map +1 -0
- package/esm/components/image.js +348 -0
- package/esm/components/image.js.map +1 -0
- package/esm/components/image.spec.d.ts +2 -0
- package/esm/components/image.spec.d.ts.map +1 -0
- package/esm/components/image.spec.js +542 -0
- package/esm/components/image.spec.js.map +1 -0
- package/esm/components/index.d.ts +32 -4
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +32 -4
- package/esm/components/index.js.map +1 -1
- package/esm/components/inputs/autocomplete.d.ts +2 -0
- package/esm/components/inputs/autocomplete.d.ts.map +1 -1
- package/esm/components/inputs/autocomplete.js +10 -6
- package/esm/components/inputs/autocomplete.js.map +1 -1
- package/esm/components/inputs/autocomplete.spec.d.ts +2 -0
- package/esm/components/inputs/autocomplete.spec.d.ts.map +1 -0
- package/esm/components/inputs/autocomplete.spec.js +203 -0
- package/esm/components/inputs/autocomplete.spec.js.map +1 -0
- package/esm/components/inputs/checkbox.d.ts +50 -0
- package/esm/components/inputs/checkbox.d.ts.map +1 -0
- package/esm/components/inputs/checkbox.js +126 -0
- package/esm/components/inputs/checkbox.js.map +1 -0
- package/esm/components/inputs/checkbox.spec.d.ts +2 -0
- package/esm/components/inputs/checkbox.spec.d.ts.map +1 -0
- package/esm/components/inputs/checkbox.spec.js +287 -0
- package/esm/components/inputs/checkbox.spec.js.map +1 -0
- package/esm/components/inputs/index.d.ts +7 -0
- package/esm/components/inputs/index.d.ts.map +1 -1
- package/esm/components/inputs/index.js +7 -0
- package/esm/components/inputs/index.js.map +1 -1
- package/esm/components/inputs/input-number.d.ts +79 -0
- package/esm/components/inputs/input-number.d.ts.map +1 -0
- package/esm/components/inputs/input-number.js +232 -0
- package/esm/components/inputs/input-number.js.map +1 -0
- package/esm/components/inputs/input-number.spec.d.ts +2 -0
- package/esm/components/inputs/input-number.spec.d.ts.map +1 -0
- package/esm/components/inputs/input-number.spec.js +516 -0
- package/esm/components/inputs/input-number.spec.js.map +1 -0
- package/esm/components/inputs/input.d.ts +2 -1
- package/esm/components/inputs/input.d.ts.map +1 -1
- package/esm/components/inputs/input.js +179 -177
- package/esm/components/inputs/input.js.map +1 -1
- package/esm/components/inputs/input.spec.d.ts +2 -0
- package/esm/components/inputs/input.spec.d.ts.map +1 -0
- package/esm/components/inputs/input.spec.js +611 -0
- package/esm/components/inputs/input.spec.js.map +1 -0
- package/esm/components/inputs/radio-group.d.ts +38 -0
- package/esm/components/inputs/radio-group.d.ts.map +1 -0
- package/esm/components/inputs/radio-group.js +58 -0
- package/esm/components/inputs/radio-group.js.map +1 -0
- package/esm/components/inputs/radio-group.spec.d.ts +2 -0
- package/esm/components/inputs/radio-group.spec.d.ts.map +1 -0
- package/esm/components/inputs/radio-group.spec.js +201 -0
- package/esm/components/inputs/radio-group.spec.js.map +1 -0
- package/esm/components/inputs/radio.d.ts +42 -0
- package/esm/components/inputs/radio.d.ts.map +1 -0
- package/esm/components/inputs/radio.js +134 -0
- package/esm/components/inputs/radio.js.map +1 -0
- package/esm/components/inputs/radio.spec.d.ts +2 -0
- package/esm/components/inputs/radio.spec.d.ts.map +1 -0
- package/esm/components/inputs/radio.spec.js +211 -0
- package/esm/components/inputs/radio.spec.js.map +1 -0
- package/esm/components/inputs/select.d.ts +67 -0
- package/esm/components/inputs/select.d.ts.map +1 -0
- package/esm/components/inputs/select.js +581 -0
- package/esm/components/inputs/select.js.map +1 -0
- package/esm/components/inputs/select.spec.d.ts +2 -0
- package/esm/components/inputs/select.spec.d.ts.map +1 -0
- package/esm/components/inputs/select.spec.js +1009 -0
- package/esm/components/inputs/select.spec.js.map +1 -0
- package/esm/components/inputs/slider.d.ts +66 -0
- package/esm/components/inputs/slider.d.ts.map +1 -0
- package/esm/components/inputs/slider.js +526 -0
- package/esm/components/inputs/slider.js.map +1 -0
- package/esm/components/inputs/slider.spec.d.ts +2 -0
- package/esm/components/inputs/slider.spec.d.ts.map +1 -0
- package/esm/components/inputs/slider.spec.js +812 -0
- package/esm/components/inputs/slider.spec.js.map +1 -0
- package/esm/components/inputs/switch.d.ts +50 -0
- package/esm/components/inputs/switch.d.ts.map +1 -0
- package/esm/components/inputs/switch.js +138 -0
- package/esm/components/inputs/switch.js.map +1 -0
- package/esm/components/inputs/switch.spec.d.ts +2 -0
- package/esm/components/inputs/switch.spec.d.ts.map +1 -0
- package/esm/components/inputs/switch.spec.js +313 -0
- package/esm/components/inputs/switch.spec.js.map +1 -0
- package/esm/components/inputs/text-area.d.ts +2 -0
- package/esm/components/inputs/text-area.d.ts.map +1 -1
- package/esm/components/inputs/text-area.js +46 -58
- package/esm/components/inputs/text-area.js.map +1 -1
- package/esm/components/inputs/text-area.spec.d.ts +2 -0
- package/esm/components/inputs/text-area.spec.d.ts.map +1 -0
- package/esm/components/inputs/text-area.spec.js +229 -0
- package/esm/components/inputs/text-area.spec.js.map +1 -0
- package/esm/components/linear-progress.d.ts +32 -0
- package/esm/components/linear-progress.d.ts.map +1 -0
- package/esm/components/linear-progress.js +79 -0
- package/esm/components/linear-progress.js.map +1 -0
- package/esm/components/linear-progress.spec.d.ts +2 -0
- package/esm/components/linear-progress.spec.d.ts.map +1 -0
- package/esm/components/linear-progress.spec.js +251 -0
- package/esm/components/linear-progress.spec.js.map +1 -0
- package/esm/components/list/index.d.ts +3 -0
- package/esm/components/list/index.d.ts.map +1 -0
- package/esm/components/list/index.js +3 -0
- package/esm/components/list/index.js.map +1 -0
- package/esm/components/list/list-item.d.ts +13 -0
- package/esm/components/list/list-item.d.ts.map +1 -0
- package/esm/components/list/list-item.js +81 -0
- package/esm/components/list/list-item.js.map +1 -0
- package/esm/components/list/list.d.ts +18 -0
- package/esm/components/list/list.d.ts.map +1 -0
- package/esm/components/list/list.js +42 -0
- package/esm/components/list/list.js.map +1 -0
- package/esm/components/list/list.spec.d.ts +2 -0
- package/esm/components/list/list.spec.d.ts.map +1 -0
- package/esm/components/list/list.spec.js +540 -0
- package/esm/components/list/list.spec.js.map +1 -0
- package/esm/components/loader.d.ts +2 -0
- package/esm/components/loader.d.ts.map +1 -1
- package/esm/components/loader.js +19 -11
- package/esm/components/loader.js.map +1 -1
- package/esm/components/loader.spec.d.ts +2 -0
- package/esm/components/loader.spec.d.ts.map +1 -0
- package/esm/components/loader.spec.js +267 -0
- package/esm/components/loader.spec.js.map +1 -0
- package/esm/components/menu/index.d.ts +3 -0
- package/esm/components/menu/index.d.ts.map +1 -0
- package/esm/components/menu/index.js +3 -0
- package/esm/components/menu/index.js.map +1 -0
- package/esm/components/menu/menu-types.d.ts +27 -0
- package/esm/components/menu/menu-types.d.ts.map +1 -0
- package/esm/components/menu/menu-types.js +22 -0
- package/esm/components/menu/menu-types.js.map +1 -0
- package/esm/components/menu/menu-types.spec.d.ts +2 -0
- package/esm/components/menu/menu-types.spec.d.ts.map +1 -0
- package/esm/components/menu/menu-types.spec.js +103 -0
- package/esm/components/menu/menu-types.spec.js.map +1 -0
- package/esm/components/menu/menu.d.ts +17 -0
- package/esm/components/menu/menu.d.ts.map +1 -0
- package/esm/components/menu/menu.js +240 -0
- package/esm/components/menu/menu.js.map +1 -0
- package/esm/components/menu/menu.spec.d.ts +2 -0
- package/esm/components/menu/menu.spec.d.ts.map +1 -0
- package/esm/components/menu/menu.spec.js +427 -0
- package/esm/components/menu/menu.spec.js.map +1 -0
- package/esm/components/modal.d.ts +3 -2
- package/esm/components/modal.d.ts.map +1 -1
- package/esm/components/modal.js +19 -14
- package/esm/components/modal.js.map +1 -1
- package/esm/components/modal.spec.d.ts +2 -0
- package/esm/components/modal.spec.d.ts.map +1 -0
- package/esm/components/modal.spec.js +234 -0
- package/esm/components/modal.spec.js.map +1 -0
- package/esm/components/noty-list.d.ts +4 -0
- package/esm/components/noty-list.d.ts.map +1 -1
- package/esm/components/noty-list.js +87 -76
- package/esm/components/noty-list.js.map +1 -1
- package/esm/components/noty-list.spec.d.ts +2 -0
- package/esm/components/noty-list.spec.d.ts.map +1 -0
- package/esm/components/noty-list.spec.js +489 -0
- package/esm/components/noty-list.spec.js.map +1 -0
- package/esm/components/page-container/index.d.ts +54 -0
- package/esm/components/page-container/index.d.ts.map +1 -0
- package/esm/components/page-container/index.js +63 -0
- package/esm/components/page-container/index.js.map +1 -0
- package/esm/components/page-container/index.spec.d.ts +2 -0
- package/esm/components/page-container/index.spec.d.ts.map +1 -0
- package/esm/components/page-container/index.spec.js +217 -0
- package/esm/components/page-container/index.spec.js.map +1 -0
- package/esm/components/page-container/page-header.d.ts +57 -0
- package/esm/components/page-container/page-header.d.ts.map +1 -0
- package/esm/components/page-container/page-header.js +93 -0
- package/esm/components/page-container/page-header.js.map +1 -0
- package/esm/components/page-container/page-header.spec.d.ts +2 -0
- package/esm/components/page-container/page-header.spec.d.ts.map +1 -0
- package/esm/components/page-container/page-header.spec.js +230 -0
- package/esm/components/page-container/page-header.spec.js.map +1 -0
- package/esm/components/page-layout/index.d.ts +83 -0
- package/esm/components/page-layout/index.d.ts.map +1 -0
- package/esm/components/page-layout/index.js +288 -0
- package/esm/components/page-layout/index.js.map +1 -0
- package/esm/components/page-layout/index.spec.d.ts +2 -0
- package/esm/components/page-layout/index.spec.d.ts.map +1 -0
- package/esm/components/page-layout/index.spec.js +637 -0
- package/esm/components/page-layout/index.spec.js.map +1 -0
- package/esm/components/pagination.d.ts +43 -0
- package/esm/components/pagination.d.ts.map +1 -0
- package/esm/components/pagination.js +165 -0
- package/esm/components/pagination.js.map +1 -0
- package/esm/components/pagination.spec.d.ts +2 -0
- package/esm/components/pagination.spec.d.ts.map +1 -0
- package/esm/components/pagination.spec.js +195 -0
- package/esm/components/pagination.spec.js.map +1 -0
- package/esm/components/paper.d.ts +3 -1
- package/esm/components/paper.d.ts.map +1 -1
- package/esm/components/paper.js +20 -15
- package/esm/components/paper.js.map +1 -1
- package/esm/components/paper.spec.d.ts +2 -0
- package/esm/components/paper.spec.d.ts.map +1 -0
- package/esm/components/paper.spec.js +71 -0
- package/esm/components/paper.spec.js.map +1 -0
- package/esm/components/rating.d.ts +62 -0
- package/esm/components/rating.d.ts.map +1 -0
- package/esm/components/rating.js +201 -0
- package/esm/components/rating.js.map +1 -0
- package/esm/components/rating.spec.d.ts +2 -0
- package/esm/components/rating.spec.d.ts.map +1 -0
- package/esm/components/rating.spec.js +663 -0
- package/esm/components/rating.spec.js.map +1 -0
- package/esm/components/result.d.ts +37 -0
- package/esm/components/result.d.ts.map +1 -0
- package/esm/components/result.js +109 -0
- package/esm/components/result.js.map +1 -0
- package/esm/components/result.spec.d.ts +2 -0
- package/esm/components/result.spec.d.ts.map +1 -0
- package/esm/components/result.spec.js +159 -0
- package/esm/components/result.spec.js.map +1 -0
- package/esm/components/searchable-input-styles.d.ts +8 -0
- package/esm/components/searchable-input-styles.d.ts.map +1 -0
- package/esm/components/searchable-input-styles.js +71 -0
- package/esm/components/searchable-input-styles.js.map +1 -0
- package/esm/components/skeleton.d.ts +2 -0
- package/esm/components/skeleton.d.ts.map +1 -1
- package/esm/components/skeleton.js +20 -7
- package/esm/components/skeleton.js.map +1 -1
- package/esm/components/skeleton.spec.d.ts +2 -0
- package/esm/components/skeleton.spec.d.ts.map +1 -0
- package/esm/components/skeleton.spec.js +167 -0
- package/esm/components/skeleton.spec.js.map +1 -0
- package/esm/components/styles.d.ts.map +1 -1
- package/esm/components/styles.js +14 -13
- package/esm/components/styles.js.map +1 -1
- package/esm/components/styles.spec.d.ts +2 -0
- package/esm/components/styles.spec.d.ts.map +1 -0
- package/esm/components/styles.spec.js +57 -0
- package/esm/components/styles.spec.js.map +1 -0
- package/esm/components/suggest/index.d.ts.map +1 -1
- package/esm/components/suggest/index.js +32 -102
- package/esm/components/suggest/index.js.map +1 -1
- package/esm/components/suggest/index.spec.d.ts +2 -0
- package/esm/components/suggest/index.spec.d.ts.map +1 -0
- package/esm/components/suggest/index.spec.js +539 -0
- package/esm/components/suggest/index.spec.js.map +1 -0
- package/esm/components/suggest/suggest-input.d.ts +2 -0
- package/esm/components/suggest/suggest-input.d.ts.map +1 -1
- package/esm/components/suggest/suggest-input.js +24 -23
- package/esm/components/suggest/suggest-input.js.map +1 -1
- package/esm/components/suggest/suggest-input.spec.d.ts +2 -0
- package/esm/components/suggest/suggest-input.spec.d.ts.map +1 -0
- package/esm/components/suggest/suggest-input.spec.js +150 -0
- package/esm/components/suggest/suggest-input.spec.js.map +1 -0
- package/esm/components/suggest/suggest-manager.spec.d.ts +2 -0
- package/esm/components/suggest/suggest-manager.spec.d.ts.map +1 -0
- package/esm/components/suggest/suggest-manager.spec.js +318 -0
- package/esm/components/suggest/suggest-manager.spec.js.map +1 -0
- package/esm/components/suggest/suggestion-list.d.ts.map +1 -1
- package/esm/components/suggest/suggestion-list.js +52 -58
- package/esm/components/suggest/suggestion-list.js.map +1 -1
- package/esm/components/suggest/suggestion-list.spec.d.ts +2 -0
- package/esm/components/suggest/suggestion-list.spec.d.ts.map +1 -0
- package/esm/components/suggest/suggestion-list.spec.js +271 -0
- package/esm/components/suggest/suggestion-list.spec.js.map +1 -0
- package/esm/components/tabs.d.ts +18 -2
- package/esm/components/tabs.d.ts.map +1 -1
- package/esm/components/tabs.js +173 -19
- package/esm/components/tabs.js.map +1 -1
- package/esm/components/tabs.spec.d.ts +2 -0
- package/esm/components/tabs.spec.d.ts.map +1 -0
- package/esm/components/tabs.spec.js +475 -0
- package/esm/components/tabs.spec.js.map +1 -0
- package/esm/components/timeline.d.ts +53 -0
- package/esm/components/timeline.d.ts.map +1 -0
- package/esm/components/timeline.js +162 -0
- package/esm/components/timeline.js.map +1 -0
- package/esm/components/timeline.spec.d.ts +2 -0
- package/esm/components/timeline.spec.d.ts.map +1 -0
- package/esm/components/timeline.spec.js +209 -0
- package/esm/components/timeline.spec.js.map +1 -0
- package/esm/components/tooltip.d.ts +25 -0
- package/esm/components/tooltip.d.ts.map +1 -0
- package/esm/components/tooltip.js +113 -0
- package/esm/components/tooltip.js.map +1 -0
- package/esm/components/tooltip.spec.d.ts +2 -0
- package/esm/components/tooltip.spec.d.ts.map +1 -0
- package/esm/components/tooltip.spec.js +152 -0
- package/esm/components/tooltip.spec.js.map +1 -0
- package/esm/components/tree/index.d.ts +3 -0
- package/esm/components/tree/index.d.ts.map +1 -0
- package/esm/components/tree/index.js +3 -0
- package/esm/components/tree/index.js.map +1 -0
- package/esm/components/tree/tree-item.d.ts +14 -0
- package/esm/components/tree/tree-item.d.ts.map +1 -0
- package/esm/components/tree/tree-item.js +118 -0
- package/esm/components/tree/tree-item.js.map +1 -0
- package/esm/components/tree/tree.d.ts +20 -0
- package/esm/components/tree/tree.d.ts.map +1 -0
- package/esm/components/tree/tree.js +66 -0
- package/esm/components/tree/tree.js.map +1 -0
- package/esm/components/tree/tree.spec.d.ts +2 -0
- package/esm/components/tree/tree.spec.d.ts.map +1 -0
- package/esm/components/tree/tree.spec.js +427 -0
- package/esm/components/tree/tree.spec.js.map +1 -0
- package/esm/components/typography.d.ts +48 -0
- package/esm/components/typography.d.ts.map +1 -0
- package/esm/components/typography.js +223 -0
- package/esm/components/typography.js.map +1 -0
- package/esm/components/typography.spec.d.ts +2 -0
- package/esm/components/typography.spec.d.ts.map +1 -0
- package/esm/components/typography.spec.js +199 -0
- package/esm/components/typography.spec.js.map +1 -0
- package/esm/components/wizard/index.d.ts +2 -0
- package/esm/components/wizard/index.d.ts.map +1 -1
- package/esm/components/wizard/index.js +10 -7
- package/esm/components/wizard/index.js.map +1 -1
- package/esm/components/wizard/index.spec.d.ts +2 -0
- package/esm/components/wizard/index.spec.d.ts.map +1 -0
- package/esm/components/wizard/index.spec.js +185 -0
- package/esm/components/wizard/index.spec.js.map +1 -0
- package/esm/services/click-away-service.d.ts +5 -2
- package/esm/services/click-away-service.d.ts.map +1 -1
- package/esm/services/click-away-service.js +7 -1
- package/esm/services/click-away-service.js.map +1 -1
- package/esm/services/collection-service.spec.js +391 -2
- package/esm/services/collection-service.spec.js.map +1 -1
- package/esm/services/css-variable-theme.d.ts +167 -1
- package/esm/services/css-variable-theme.d.ts.map +1 -1
- package/esm/services/css-variable-theme.js +123 -1
- package/esm/services/css-variable-theme.js.map +1 -1
- package/esm/services/css-variable-theme.spec.d.ts +2 -0
- package/esm/services/css-variable-theme.spec.d.ts.map +1 -0
- package/esm/services/css-variable-theme.spec.js +299 -0
- package/esm/services/css-variable-theme.spec.js.map +1 -0
- package/esm/services/default-dark-theme.d.ts +107 -2
- package/esm/services/default-dark-theme.d.ts.map +1 -1
- package/esm/services/default-dark-theme.js +87 -1
- package/esm/services/default-dark-theme.js.map +1 -1
- package/esm/services/default-light-theme.d.ts +107 -2
- package/esm/services/default-light-theme.d.ts.map +1 -1
- package/esm/services/default-light-theme.js +86 -0
- package/esm/services/default-light-theme.js.map +1 -1
- package/esm/services/default-palette.d.ts +4 -0
- package/esm/services/default-palette.d.ts.map +1 -1
- package/esm/services/default-palette.js +22 -0
- package/esm/services/default-palette.js.map +1 -1
- package/esm/services/index.d.ts +6 -2
- package/esm/services/index.d.ts.map +1 -1
- package/esm/services/index.js +6 -2
- package/esm/services/index.js.map +1 -1
- package/esm/services/layout-service.d.ts +217 -0
- package/esm/services/layout-service.d.ts.map +1 -0
- package/esm/services/layout-service.js +331 -0
- package/esm/services/layout-service.js.map +1 -0
- package/esm/services/layout-service.spec.d.ts +2 -0
- package/esm/services/layout-service.spec.d.ts.map +1 -0
- package/esm/services/layout-service.spec.js +425 -0
- package/esm/services/layout-service.spec.js.map +1 -0
- package/esm/services/list-service.d.ts +31 -0
- package/esm/services/list-service.d.ts.map +1 -0
- package/esm/services/list-service.js +149 -0
- package/esm/services/list-service.js.map +1 -0
- package/esm/services/list-service.spec.d.ts +2 -0
- package/esm/services/list-service.spec.d.ts.map +1 -0
- package/esm/services/list-service.spec.js +254 -0
- package/esm/services/list-service.spec.js.map +1 -0
- package/esm/services/palette-css-vars.d.ts +12 -0
- package/esm/services/palette-css-vars.d.ts.map +1 -0
- package/esm/services/palette-css-vars.js +44 -0
- package/esm/services/palette-css-vars.js.map +1 -0
- package/esm/services/theme-provider-service.d.ts +445 -2
- package/esm/services/theme-provider-service.d.ts.map +1 -1
- package/esm/services/theme-provider-service.js.map +1 -1
- package/esm/services/theme-provider-service.spec.d.ts +2 -0
- package/esm/services/theme-provider-service.spec.d.ts.map +1 -0
- package/esm/services/theme-provider-service.spec.js +166 -0
- package/esm/services/theme-provider-service.spec.js.map +1 -0
- package/esm/services/tree-service.d.ts +61 -0
- package/esm/services/tree-service.d.ts.map +1 -0
- package/esm/services/tree-service.js +149 -0
- package/esm/services/tree-service.js.map +1 -0
- package/esm/services/tree-service.spec.d.ts +2 -0
- package/esm/services/tree-service.spec.d.ts.map +1 -0
- package/esm/services/tree-service.spec.js +307 -0
- package/esm/services/tree-service.spec.js.map +1 -0
- package/esm/utils/promisify-animation.d.ts.map +1 -1
- package/esm/utils/promisify-animation.js +6 -1
- package/esm/utils/promisify-animation.js.map +1 -1
- package/package.json +4 -4
- package/src/components/accordion/accordion-item.tsx +197 -0
- package/src/components/accordion/accordion.spec.tsx +418 -0
- package/src/components/accordion/accordion.tsx +50 -0
- package/src/components/accordion/index.ts +2 -0
- package/src/components/alert.spec.tsx +256 -0
- package/src/components/alert.tsx +186 -0
- package/src/components/animations.spec.ts +299 -0
- package/src/components/app-bar-link.spec.tsx +344 -0
- package/src/components/app-bar-link.tsx +44 -25
- package/src/components/app-bar.spec.tsx +157 -0
- package/src/components/app-bar.tsx +31 -24
- package/src/components/avatar.spec.tsx +146 -0
- package/src/components/avatar.tsx +56 -60
- package/src/components/badge.spec.tsx +228 -0
- package/src/components/badge.tsx +104 -0
- package/src/components/breadcrumb.spec.tsx +396 -0
- package/src/components/breadcrumb.tsx +188 -0
- package/src/components/button-group.spec.tsx +611 -0
- package/src/components/button-group.tsx +423 -0
- package/src/components/button.spec.tsx +383 -0
- package/src/components/button.tsx +211 -196
- package/src/components/card.spec.tsx +389 -0
- package/src/components/card.tsx +261 -0
- package/src/components/carousel.spec.tsx +894 -0
- package/src/components/carousel.tsx +376 -0
- package/src/components/chip.spec.tsx +200 -0
- package/src/components/chip.tsx +188 -0
- package/src/components/circular-progress.spec.tsx +289 -0
- package/src/components/circular-progress.tsx +145 -0
- package/src/components/command-palette/command-palette-input.spec.tsx +331 -0
- package/src/components/command-palette/command-palette-input.tsx +40 -27
- package/src/components/command-palette/command-palette-manager.spec.ts +485 -0
- package/src/components/command-palette/command-palette-suggestion-list.spec.tsx +517 -0
- package/src/components/command-palette/command-palette-suggestion-list.tsx +55 -57
- package/src/components/command-palette/index.spec.tsx +684 -0
- package/src/components/command-palette/index.tsx +42 -148
- package/src/components/context-menu/context-menu-item.tsx +85 -0
- package/src/components/context-menu/context-menu-manager.spec.ts +478 -0
- package/src/components/context-menu/context-menu-manager.ts +148 -0
- package/src/components/context-menu/context-menu.spec.tsx +352 -0
- package/src/components/context-menu/context-menu.tsx +116 -0
- package/src/components/context-menu/index.ts +3 -0
- package/src/components/data-grid/body.spec.tsx +354 -0
- package/src/components/data-grid/body.tsx +1 -1
- package/src/components/data-grid/data-grid-row.spec.tsx +407 -0
- package/src/components/data-grid/data-grid-row.tsx +87 -102
- package/src/components/data-grid/data-grid.spec.tsx +964 -0
- package/src/components/data-grid/data-grid.tsx +45 -38
- package/src/components/data-grid/footer.spec.tsx +356 -0
- package/src/components/data-grid/footer.tsx +19 -19
- package/src/components/data-grid/header.spec.tsx +586 -0
- package/src/components/data-grid/header.tsx +104 -76
- package/src/components/data-grid/selection-cell.spec.tsx +151 -0
- package/src/components/data-grid/selection-cell.tsx +14 -12
- package/src/components/dialog.spec.tsx +135 -0
- package/src/components/dialog.tsx +277 -0
- package/src/components/divider.spec.tsx +197 -0
- package/src/components/divider.tsx +147 -0
- package/src/components/drawer/drawer-toggle-button.spec.tsx +374 -0
- package/src/components/drawer/drawer-toggle-button.tsx +124 -0
- package/src/components/drawer/index.spec.tsx +748 -0
- package/src/components/drawer/index.tsx +227 -0
- package/src/components/dropdown.spec.tsx +445 -0
- package/src/components/dropdown.tsx +343 -0
- package/src/components/fab.spec.tsx +119 -0
- package/src/components/fab.tsx +40 -8
- package/src/components/form.spec.tsx +491 -0
- package/src/components/form.tsx +10 -7
- package/src/components/grid.spec.tsx +427 -0
- package/src/components/grid.tsx +60 -66
- package/src/components/icons/icon-definitions.spec.ts +68 -0
- package/src/components/icons/icon-definitions.ts +509 -0
- package/src/components/icons/icon-types.ts +48 -0
- package/src/components/icons/icon.spec.tsx +314 -0
- package/src/components/icons/icon.tsx +111 -0
- package/src/components/icons/index.ts +4 -0
- package/src/components/image.spec.tsx +748 -0
- package/src/components/image.tsx +520 -0
- package/src/components/index.ts +32 -4
- package/src/components/inputs/autocomplete.spec.tsx +267 -0
- package/src/components/inputs/autocomplete.tsx +13 -7
- package/src/components/inputs/checkbox.spec.tsx +377 -0
- package/src/components/inputs/checkbox.tsx +198 -0
- package/src/components/inputs/index.ts +7 -0
- package/src/components/inputs/input-number.spec.tsx +686 -0
- package/src/components/inputs/input-number.tsx +387 -0
- package/src/components/inputs/input.spec.tsx +844 -0
- package/src/components/inputs/input.tsx +191 -218
- package/src/components/inputs/radio-group.spec.tsx +281 -0
- package/src/components/inputs/radio-group.tsx +108 -0
- package/src/components/inputs/radio.spec.tsx +273 -0
- package/src/components/inputs/radio.tsx +199 -0
- package/src/components/inputs/select.spec.tsx +1237 -0
- package/src/components/inputs/select.tsx +775 -0
- package/src/components/inputs/slider.spec.tsx +1020 -0
- package/src/components/inputs/slider.tsx +696 -0
- package/src/components/inputs/switch.spec.tsx +410 -0
- package/src/components/inputs/switch.tsx +218 -0
- package/src/components/inputs/text-area.spec.tsx +300 -0
- package/src/components/inputs/text-area.tsx +47 -79
- package/src/components/linear-progress.spec.tsx +320 -0
- package/src/components/linear-progress.tsx +127 -0
- package/src/components/list/index.ts +2 -0
- package/src/components/list/list-item.tsx +106 -0
- package/src/components/list/list.spec.tsx +817 -0
- package/src/components/list/list.tsx +92 -0
- package/src/components/loader.spec.tsx +362 -0
- package/src/components/loader.tsx +18 -10
- package/src/components/menu/index.ts +2 -0
- package/src/components/menu/menu-types.spec.ts +122 -0
- package/src/components/menu/menu-types.ts +43 -0
- package/src/components/menu/menu.spec.tsx +483 -0
- package/src/components/menu/menu.tsx +326 -0
- package/src/components/modal.spec.tsx +314 -0
- package/src/components/modal.tsx +20 -15
- package/src/components/noty-list.spec.tsx +634 -0
- package/src/components/noty-list.tsx +98 -101
- package/src/components/page-container/index.spec.tsx +274 -0
- package/src/components/page-container/index.tsx +82 -0
- package/src/components/page-container/page-header.spec.tsx +308 -0
- package/src/components/page-container/page-header.tsx +127 -0
- package/src/components/page-layout/index.spec.tsx +882 -0
- package/src/components/page-layout/index.tsx +392 -0
- package/src/components/pagination.spec.tsx +275 -0
- package/src/components/pagination.tsx +249 -0
- package/src/components/paper.spec.tsx +80 -0
- package/src/components/paper.tsx +21 -17
- package/src/components/rating.spec.tsx +866 -0
- package/src/components/rating.tsx +286 -0
- package/src/components/result.spec.tsx +221 -0
- package/src/components/result.tsx +155 -0
- package/src/components/searchable-input-styles.ts +81 -0
- package/src/components/skeleton.spec.tsx +227 -0
- package/src/components/skeleton.tsx +24 -7
- package/src/components/styles.spec.ts +69 -0
- package/src/components/styles.tsx +15 -13
- package/src/components/suggest/index.spec.tsx +885 -0
- package/src/components/suggest/index.tsx +36 -130
- package/src/components/suggest/suggest-input.spec.tsx +195 -0
- package/src/components/suggest/suggest-input.tsx +23 -29
- package/src/components/suggest/suggest-manager.spec.ts +419 -0
- package/src/components/suggest/suggestion-list.spec.tsx +355 -0
- package/src/components/suggest/suggestion-list.tsx +54 -58
- package/src/components/tabs.spec.tsx +598 -0
- package/src/components/tabs.tsx +241 -26
- package/src/components/timeline.spec.tsx +294 -0
- package/src/components/timeline.tsx +221 -0
- package/src/components/tooltip.spec.tsx +223 -0
- package/src/components/tooltip.tsx +155 -0
- package/src/components/tree/index.ts +2 -0
- package/src/components/tree/tree-item.tsx +161 -0
- package/src/components/tree/tree.spec.tsx +677 -0
- package/src/components/tree/tree.tsx +111 -0
- package/src/components/typography.spec.tsx +235 -0
- package/src/components/typography.tsx +292 -0
- package/src/components/wizard/index.spec.tsx +233 -0
- package/src/components/wizard/index.tsx +10 -9
- package/src/services/click-away-service.ts +9 -3
- package/src/services/collection-service.spec.ts +492 -3
- package/src/services/css-variable-theme.spec.ts +372 -0
- package/src/services/css-variable-theme.ts +128 -3
- package/src/services/default-dark-theme.ts +89 -3
- package/src/services/default-light-theme.ts +88 -2
- package/src/services/default-palette.ts +22 -0
- package/src/services/index.ts +6 -2
- package/src/services/layout-service.spec.ts +535 -0
- package/src/services/layout-service.ts +391 -0
- package/src/services/list-service.spec.ts +364 -0
- package/src/services/list-service.ts +169 -0
- package/src/services/palette-css-vars.ts +46 -0
- package/src/services/theme-provider-service.spec.ts +195 -0
- package/src/services/theme-provider-service.ts +305 -2
- package/src/services/tree-service.spec.ts +428 -0
- package/src/services/tree-service.ts +179 -0
- package/src/utils/promisify-animation.ts +7 -1
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
import { Shade, createComponent } from '@furystack/shades';
|
|
2
|
+
import { buildTransition, cssVariableTheme } from '../../services/css-variable-theme.js';
|
|
3
|
+
import { ThemeProviderService } from '../../services/theme-provider-service.js';
|
|
4
|
+
const valueToPercent = (value, min, max) => {
|
|
5
|
+
if (max === min)
|
|
6
|
+
return 0;
|
|
7
|
+
return ((value - min) / (max - min)) * 100;
|
|
8
|
+
};
|
|
9
|
+
const percentToValue = (percent, min, max) => {
|
|
10
|
+
return min + (percent / 100) * (max - min);
|
|
11
|
+
};
|
|
12
|
+
const clamp = (value, min, max) => Math.max(min, Math.min(max, value));
|
|
13
|
+
const snapToStep = (value, step, min, max) => {
|
|
14
|
+
if (step <= 0)
|
|
15
|
+
return clamp(value, min, max);
|
|
16
|
+
const snapped = Math.round((value - min) / step) * step + min;
|
|
17
|
+
const decimals = String(step).split('.')[1]?.length ?? 0;
|
|
18
|
+
return clamp(Number(snapped.toFixed(decimals)), min, max);
|
|
19
|
+
};
|
|
20
|
+
const resolveMarks = (marks, min, max, step) => {
|
|
21
|
+
if (!marks)
|
|
22
|
+
return [];
|
|
23
|
+
if (Array.isArray(marks))
|
|
24
|
+
return marks;
|
|
25
|
+
if (step <= 0)
|
|
26
|
+
return [];
|
|
27
|
+
const result = [];
|
|
28
|
+
const decimals = String(step).split('.')[1]?.length ?? 0;
|
|
29
|
+
for (let v = min; v <= max; v = Number((v + step).toFixed(decimals))) {
|
|
30
|
+
result.push({ value: v });
|
|
31
|
+
}
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
const isRangeValue = (value) => Array.isArray(value) && value.length === 2 && typeof value[0] === 'number' && typeof value[1] === 'number';
|
|
35
|
+
/** Stores props for each Slider ref so the constructed handler can access them without re-renders */
|
|
36
|
+
const sliderPropsMap = new WeakMap();
|
|
37
|
+
/**
|
|
38
|
+
* Directly updates DOM positions and aria-valuenow on thumb/track elements.
|
|
39
|
+
* Used during drag for smooth updates without triggering a full re-render.
|
|
40
|
+
*/
|
|
41
|
+
const syncVisuals = (track, thumb0, thumb1, value, min, max, vertical) => {
|
|
42
|
+
const thumbs = [thumb0, thumb1].filter(Boolean);
|
|
43
|
+
if (isRangeValue(value)) {
|
|
44
|
+
const startPct = valueToPercent(value[0], min, max);
|
|
45
|
+
const endPct = valueToPercent(value[1], min, max);
|
|
46
|
+
if (track) {
|
|
47
|
+
if (vertical) {
|
|
48
|
+
track.style.bottom = `${startPct}%`;
|
|
49
|
+
track.style.height = `${endPct - startPct}%`;
|
|
50
|
+
track.style.left = '';
|
|
51
|
+
track.style.width = '';
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
track.style.left = `${startPct}%`;
|
|
55
|
+
track.style.width = `${endPct - startPct}%`;
|
|
56
|
+
track.style.bottom = '';
|
|
57
|
+
track.style.height = '';
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
thumbs.forEach((thumb, i) => {
|
|
61
|
+
const pct = i === 0 ? startPct : endPct;
|
|
62
|
+
if (vertical) {
|
|
63
|
+
thumb.style.bottom = `${pct}%`;
|
|
64
|
+
thumb.style.left = '';
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
thumb.style.left = `${pct}%`;
|
|
68
|
+
thumb.style.bottom = '';
|
|
69
|
+
}
|
|
70
|
+
thumb.setAttribute('aria-valuenow', String(value[i]));
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
const pct = valueToPercent(value, min, max);
|
|
75
|
+
if (track) {
|
|
76
|
+
if (vertical) {
|
|
77
|
+
track.style.bottom = '0%';
|
|
78
|
+
track.style.height = `${pct}%`;
|
|
79
|
+
track.style.left = '';
|
|
80
|
+
track.style.width = '';
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
track.style.left = '0%';
|
|
84
|
+
track.style.width = `${pct}%`;
|
|
85
|
+
track.style.bottom = '';
|
|
86
|
+
track.style.height = '';
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
if (thumbs[0]) {
|
|
90
|
+
if (vertical) {
|
|
91
|
+
thumbs[0].style.bottom = `${pct}%`;
|
|
92
|
+
thumbs[0].style.left = '';
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
thumbs[0].style.left = `${pct}%`;
|
|
96
|
+
thumbs[0].style.bottom = '';
|
|
97
|
+
}
|
|
98
|
+
thumbs[0].setAttribute('aria-valuenow', String(value));
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Sets all ARIA attributes on thumb elements after render.
|
|
104
|
+
*/
|
|
105
|
+
const syncAriaAttributes = (thumb0, thumb1, value, min, max, vertical, disabled) => {
|
|
106
|
+
const thumbs = [thumb0, thumb1].filter(Boolean);
|
|
107
|
+
thumbs.forEach((thumb, i) => {
|
|
108
|
+
thumb.setAttribute('role', 'slider');
|
|
109
|
+
thumb.setAttribute('aria-valuemin', String(min));
|
|
110
|
+
thumb.setAttribute('aria-valuemax', String(max));
|
|
111
|
+
thumb.setAttribute('aria-orientation', vertical ? 'vertical' : 'horizontal');
|
|
112
|
+
if (disabled) {
|
|
113
|
+
thumb.setAttribute('aria-disabled', 'true');
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
thumb.removeAttribute('aria-disabled');
|
|
117
|
+
}
|
|
118
|
+
if (isRangeValue(value)) {
|
|
119
|
+
thumb.setAttribute('aria-valuenow', String(value[i]));
|
|
120
|
+
}
|
|
121
|
+
else {
|
|
122
|
+
thumb.setAttribute('aria-valuenow', String(value));
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
};
|
|
126
|
+
export const Slider = Shade({
|
|
127
|
+
shadowDomName: 'shade-slider',
|
|
128
|
+
css: {
|
|
129
|
+
display: 'block',
|
|
130
|
+
position: 'relative',
|
|
131
|
+
width: '100%',
|
|
132
|
+
padding: '10px',
|
|
133
|
+
cursor: 'pointer',
|
|
134
|
+
userSelect: 'none',
|
|
135
|
+
webkitUserSelect: 'none',
|
|
136
|
+
touchAction: 'none',
|
|
137
|
+
'&[data-vertical]': {
|
|
138
|
+
display: 'inline-flex',
|
|
139
|
+
width: 'auto',
|
|
140
|
+
height: '200px',
|
|
141
|
+
},
|
|
142
|
+
'&[data-disabled]': {
|
|
143
|
+
cursor: 'default',
|
|
144
|
+
opacity: cssVariableTheme.action.disabledOpacity,
|
|
145
|
+
pointerEvents: 'none',
|
|
146
|
+
},
|
|
147
|
+
'&[data-has-labels]': {
|
|
148
|
+
paddingBottom: '28px',
|
|
149
|
+
},
|
|
150
|
+
'&[data-vertical][data-has-labels]': {
|
|
151
|
+
paddingBottom: '10px',
|
|
152
|
+
paddingRight: '40px',
|
|
153
|
+
},
|
|
154
|
+
'& .slider-root': {
|
|
155
|
+
position: 'relative',
|
|
156
|
+
width: '100%',
|
|
157
|
+
height: '4px',
|
|
158
|
+
},
|
|
159
|
+
'&[data-vertical] .slider-root': {
|
|
160
|
+
width: '4px',
|
|
161
|
+
height: '100%',
|
|
162
|
+
},
|
|
163
|
+
'& .slider-rail': {
|
|
164
|
+
position: 'absolute',
|
|
165
|
+
inset: '0',
|
|
166
|
+
borderRadius: cssVariableTheme.shape.borderRadius.xs,
|
|
167
|
+
backgroundColor: 'color-mix(in srgb, var(--slider-color) 30%, transparent)',
|
|
168
|
+
},
|
|
169
|
+
'& .slider-track': {
|
|
170
|
+
position: 'absolute',
|
|
171
|
+
height: '100%',
|
|
172
|
+
borderRadius: cssVariableTheme.shape.borderRadius.xs,
|
|
173
|
+
backgroundColor: 'var(--slider-color)',
|
|
174
|
+
transition: buildTransition(['left', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default], ['width', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default]),
|
|
175
|
+
},
|
|
176
|
+
'&[data-vertical] .slider-track': {
|
|
177
|
+
width: '100%',
|
|
178
|
+
height: 'auto',
|
|
179
|
+
transition: buildTransition(['bottom', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default], ['height', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default]),
|
|
180
|
+
},
|
|
181
|
+
'&[data-dragging] .slider-track': {
|
|
182
|
+
transition: 'none',
|
|
183
|
+
},
|
|
184
|
+
'& .slider-thumb': {
|
|
185
|
+
position: 'absolute',
|
|
186
|
+
width: '20px',
|
|
187
|
+
height: '20px',
|
|
188
|
+
borderRadius: cssVariableTheme.shape.borderRadius.full,
|
|
189
|
+
backgroundColor: 'var(--slider-color)',
|
|
190
|
+
boxShadow: cssVariableTheme.shadows.sm,
|
|
191
|
+
top: '50%',
|
|
192
|
+
transform: 'translate(-50%, -50%)',
|
|
193
|
+
outline: 'none',
|
|
194
|
+
cursor: 'grab',
|
|
195
|
+
zIndex: '1',
|
|
196
|
+
transition: buildTransition(['left', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default], ['box-shadow', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default]),
|
|
197
|
+
},
|
|
198
|
+
'&[data-vertical] .slider-thumb': {
|
|
199
|
+
top: 'auto',
|
|
200
|
+
left: '50%',
|
|
201
|
+
transform: 'translate(-50%, 50%)',
|
|
202
|
+
transition: buildTransition(['bottom', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default], ['box-shadow', cssVariableTheme.transitions.duration.fast, cssVariableTheme.transitions.easing.default]),
|
|
203
|
+
},
|
|
204
|
+
'&[data-dragging] .slider-thumb': {
|
|
205
|
+
cursor: 'grabbing',
|
|
206
|
+
transition: 'none',
|
|
207
|
+
},
|
|
208
|
+
'& .slider-thumb:hover': {
|
|
209
|
+
boxShadow: '0 0 0 8px color-mix(in srgb, var(--slider-color) 16%, transparent)',
|
|
210
|
+
},
|
|
211
|
+
'& .slider-thumb:focus-visible': {
|
|
212
|
+
boxShadow: '0 0 0 4px color-mix(in srgb, var(--slider-color) 30%, transparent)',
|
|
213
|
+
},
|
|
214
|
+
'& .slider-mark-dot': {
|
|
215
|
+
position: 'absolute',
|
|
216
|
+
width: '4px',
|
|
217
|
+
height: '4px',
|
|
218
|
+
borderRadius: cssVariableTheme.shape.borderRadius.full,
|
|
219
|
+
top: '50%',
|
|
220
|
+
transform: 'translate(-50%, -50%)',
|
|
221
|
+
backgroundColor: 'color-mix(in srgb, var(--slider-color) 50%, white)',
|
|
222
|
+
},
|
|
223
|
+
'& .slider-mark-dot[data-active]': {
|
|
224
|
+
backgroundColor: 'var(--slider-color)',
|
|
225
|
+
},
|
|
226
|
+
'&[data-vertical] .slider-mark-dot': {
|
|
227
|
+
top: 'auto',
|
|
228
|
+
left: '50%',
|
|
229
|
+
transform: 'translate(-50%, 50%)',
|
|
230
|
+
},
|
|
231
|
+
'& .slider-mark-label': {
|
|
232
|
+
position: 'absolute',
|
|
233
|
+
top: '14px',
|
|
234
|
+
transform: 'translateX(-50%)',
|
|
235
|
+
fontSize: cssVariableTheme.typography.fontSize.xs,
|
|
236
|
+
color: cssVariableTheme.text.secondary,
|
|
237
|
+
whiteSpace: 'nowrap',
|
|
238
|
+
},
|
|
239
|
+
'&[data-vertical] .slider-mark-label': {
|
|
240
|
+
top: 'auto',
|
|
241
|
+
left: cssVariableTheme.spacing.md,
|
|
242
|
+
transform: 'translateY(50%)',
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
render: ({ props, injector, useDisposable, useHostProps, useRef }) => {
|
|
246
|
+
const sliderRootRef = useRef('sliderRoot');
|
|
247
|
+
const trackRef = useRef('sliderTrack');
|
|
248
|
+
const thumb0Ref = useRef('sliderThumb0');
|
|
249
|
+
const thumb1Ref = useRef('sliderThumb1');
|
|
250
|
+
useDisposable('interaction-handler', () => {
|
|
251
|
+
let isDragging = false;
|
|
252
|
+
let activeThumbIdx = 0;
|
|
253
|
+
let cleanupDrag = null;
|
|
254
|
+
// Pending value tracked during drag to avoid triggering re-renders mid-interaction.
|
|
255
|
+
// Shades recreates custom elements on parent re-render, which would orphan our
|
|
256
|
+
// document-level drag listeners and cause stale getBoundingClientRect calculations.
|
|
257
|
+
let pendingValue = null;
|
|
258
|
+
const getProps = () => {
|
|
259
|
+
const p = sliderPropsMap.get(sliderRootRef);
|
|
260
|
+
return {
|
|
261
|
+
...p,
|
|
262
|
+
min: p?.min ?? 0,
|
|
263
|
+
max: p?.max ?? 100,
|
|
264
|
+
step: p?.step ?? 1,
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
const getValueFromPointer = (clientX, clientY) => {
|
|
268
|
+
if (!sliderRootRef.current?.isConnected)
|
|
269
|
+
return null;
|
|
270
|
+
const root = sliderRootRef.current;
|
|
271
|
+
if (!root)
|
|
272
|
+
return null;
|
|
273
|
+
const rect = root.getBoundingClientRect();
|
|
274
|
+
if (rect.width === 0 && rect.height === 0)
|
|
275
|
+
return null;
|
|
276
|
+
const { min, max, step, vertical } = getProps();
|
|
277
|
+
let pct;
|
|
278
|
+
if (vertical) {
|
|
279
|
+
pct = rect.height > 0 ? ((rect.bottom - clientY) / rect.height) * 100 : 0;
|
|
280
|
+
}
|
|
281
|
+
else {
|
|
282
|
+
pct = rect.width > 0 ? ((clientX - rect.left) / rect.width) * 100 : 0;
|
|
283
|
+
}
|
|
284
|
+
pct = clamp(pct, 0, 100);
|
|
285
|
+
return snapToStep(percentToValue(pct, min, max), step, min, max);
|
|
286
|
+
};
|
|
287
|
+
const applyVisual = (newValue) => {
|
|
288
|
+
const { min, max, vertical } = getProps();
|
|
289
|
+
syncVisuals(trackRef.current, thumb0Ref.current, thumb1Ref.current, newValue, min, max, vertical ?? false);
|
|
290
|
+
};
|
|
291
|
+
const emitToParent = (newValue) => {
|
|
292
|
+
getProps().onValueChange?.(newValue);
|
|
293
|
+
};
|
|
294
|
+
const getCurrentValue = () => {
|
|
295
|
+
if (pendingValue !== null)
|
|
296
|
+
return pendingValue;
|
|
297
|
+
const currentProps = getProps();
|
|
298
|
+
return currentProps.value ?? currentProps.min;
|
|
299
|
+
};
|
|
300
|
+
const handlePointerDown = (e) => {
|
|
301
|
+
const currentProps = getProps();
|
|
302
|
+
if (currentProps.disabled)
|
|
303
|
+
return;
|
|
304
|
+
const clientX = 'touches' in e ? e.touches[0].clientX : e.clientX;
|
|
305
|
+
const clientY = 'touches' in e ? e.touches[0].clientY : e.clientY;
|
|
306
|
+
const target = e.target;
|
|
307
|
+
const isThumb = target.classList.contains('slider-thumb');
|
|
308
|
+
if (isThumb) {
|
|
309
|
+
activeThumbIdx = Number(target.dataset.index ?? 0);
|
|
310
|
+
pendingValue = getCurrentValue();
|
|
311
|
+
}
|
|
312
|
+
else {
|
|
313
|
+
const newVal = getValueFromPointer(clientX, clientY);
|
|
314
|
+
if (newVal === null)
|
|
315
|
+
return;
|
|
316
|
+
const currentValue = currentProps.value ?? currentProps.min;
|
|
317
|
+
if (isRangeValue(currentValue)) {
|
|
318
|
+
const distStart = Math.abs(newVal - currentValue[0]);
|
|
319
|
+
const distEnd = Math.abs(newVal - currentValue[1]);
|
|
320
|
+
activeThumbIdx = distStart <= distEnd ? 0 : 1;
|
|
321
|
+
const updated = [currentValue[0], currentValue[1]];
|
|
322
|
+
updated[activeThumbIdx] = newVal;
|
|
323
|
+
if (updated[0] > updated[1]) {
|
|
324
|
+
activeThumbIdx = activeThumbIdx === 0 ? 1 : 0;
|
|
325
|
+
[updated[0], updated[1]] = [updated[1], updated[0]];
|
|
326
|
+
}
|
|
327
|
+
pendingValue = updated;
|
|
328
|
+
}
|
|
329
|
+
else {
|
|
330
|
+
activeThumbIdx = 0;
|
|
331
|
+
pendingValue = newVal;
|
|
332
|
+
}
|
|
333
|
+
applyVisual(pendingValue);
|
|
334
|
+
}
|
|
335
|
+
isDragging = true;
|
|
336
|
+
sliderRootRef.current?.setAttribute('data-dragging', '');
|
|
337
|
+
const handlePointerMove = (moveEvt) => {
|
|
338
|
+
if (!isDragging || !sliderRootRef.current?.isConnected) {
|
|
339
|
+
endDrag();
|
|
340
|
+
return;
|
|
341
|
+
}
|
|
342
|
+
moveEvt.preventDefault();
|
|
343
|
+
const mx = 'touches' in moveEvt ? moveEvt.touches[0].clientX : moveEvt.clientX;
|
|
344
|
+
const my = 'touches' in moveEvt ? moveEvt.touches[0].clientY : moveEvt.clientY;
|
|
345
|
+
const newVal = getValueFromPointer(mx, my);
|
|
346
|
+
if (newVal === null)
|
|
347
|
+
return;
|
|
348
|
+
const currentValue = getCurrentValue();
|
|
349
|
+
if (isRangeValue(currentValue)) {
|
|
350
|
+
const updated = [currentValue[0], currentValue[1]];
|
|
351
|
+
updated[activeThumbIdx] = newVal;
|
|
352
|
+
if (updated[0] > updated[1]) {
|
|
353
|
+
activeThumbIdx = activeThumbIdx === 0 ? 1 : 0;
|
|
354
|
+
[updated[0], updated[1]] = [updated[1], updated[0]];
|
|
355
|
+
}
|
|
356
|
+
pendingValue = updated;
|
|
357
|
+
}
|
|
358
|
+
else {
|
|
359
|
+
pendingValue = newVal;
|
|
360
|
+
}
|
|
361
|
+
applyVisual(pendingValue);
|
|
362
|
+
};
|
|
363
|
+
const endDrag = () => {
|
|
364
|
+
isDragging = false;
|
|
365
|
+
sliderRootRef.current?.removeAttribute('data-dragging');
|
|
366
|
+
document.removeEventListener('mousemove', handlePointerMove);
|
|
367
|
+
document.removeEventListener('mouseup', endDrag);
|
|
368
|
+
document.removeEventListener('touchmove', handlePointerMove);
|
|
369
|
+
document.removeEventListener('touchend', endDrag);
|
|
370
|
+
cleanupDrag = null;
|
|
371
|
+
if (pendingValue !== null) {
|
|
372
|
+
const value = pendingValue;
|
|
373
|
+
pendingValue = null;
|
|
374
|
+
emitToParent(value);
|
|
375
|
+
}
|
|
376
|
+
};
|
|
377
|
+
document.addEventListener('mousemove', handlePointerMove);
|
|
378
|
+
document.addEventListener('mouseup', endDrag);
|
|
379
|
+
document.addEventListener('touchmove', handlePointerMove, { passive: false });
|
|
380
|
+
document.addEventListener('touchend', endDrag);
|
|
381
|
+
cleanupDrag = endDrag;
|
|
382
|
+
e.preventDefault();
|
|
383
|
+
};
|
|
384
|
+
const handleKeyDown = (e) => {
|
|
385
|
+
const currentProps = getProps();
|
|
386
|
+
if (currentProps.disabled)
|
|
387
|
+
return;
|
|
388
|
+
const target = e.target;
|
|
389
|
+
if (!target.classList.contains('slider-thumb'))
|
|
390
|
+
return;
|
|
391
|
+
const thumbIdx = Number(target.dataset.index ?? 0);
|
|
392
|
+
const { step, min, max } = currentProps;
|
|
393
|
+
const currentValue = getCurrentValue();
|
|
394
|
+
let val;
|
|
395
|
+
if (isRangeValue(currentValue)) {
|
|
396
|
+
val = currentValue[thumbIdx];
|
|
397
|
+
}
|
|
398
|
+
else {
|
|
399
|
+
val = currentValue;
|
|
400
|
+
}
|
|
401
|
+
const effectiveStep = step <= 0 ? 1 : step;
|
|
402
|
+
const bigStep = effectiveStep * 10;
|
|
403
|
+
let newVal;
|
|
404
|
+
switch (e.key) {
|
|
405
|
+
case 'ArrowRight':
|
|
406
|
+
case 'ArrowUp':
|
|
407
|
+
newVal = snapToStep(val + effectiveStep, step, min, max);
|
|
408
|
+
break;
|
|
409
|
+
case 'ArrowLeft':
|
|
410
|
+
case 'ArrowDown':
|
|
411
|
+
newVal = snapToStep(val - effectiveStep, step, min, max);
|
|
412
|
+
break;
|
|
413
|
+
case 'PageUp':
|
|
414
|
+
newVal = snapToStep(val + bigStep, step, min, max);
|
|
415
|
+
break;
|
|
416
|
+
case 'PageDown':
|
|
417
|
+
newVal = snapToStep(val - bigStep, step, min, max);
|
|
418
|
+
break;
|
|
419
|
+
case 'Home':
|
|
420
|
+
newVal = min;
|
|
421
|
+
break;
|
|
422
|
+
case 'End':
|
|
423
|
+
newVal = max;
|
|
424
|
+
break;
|
|
425
|
+
default:
|
|
426
|
+
return;
|
|
427
|
+
}
|
|
428
|
+
e.preventDefault();
|
|
429
|
+
let updated;
|
|
430
|
+
if (isRangeValue(currentValue)) {
|
|
431
|
+
const pair = [currentValue[0], currentValue[1]];
|
|
432
|
+
pair[thumbIdx] = newVal;
|
|
433
|
+
if (thumbIdx === 0 && pair[0] > pair[1])
|
|
434
|
+
pair[0] = pair[1];
|
|
435
|
+
if (thumbIdx === 1 && pair[1] < pair[0])
|
|
436
|
+
pair[1] = pair[0];
|
|
437
|
+
updated = pair;
|
|
438
|
+
}
|
|
439
|
+
else {
|
|
440
|
+
updated = newVal;
|
|
441
|
+
}
|
|
442
|
+
applyVisual(updated);
|
|
443
|
+
emitToParent(updated);
|
|
444
|
+
};
|
|
445
|
+
let root = null;
|
|
446
|
+
queueMicrotask(() => {
|
|
447
|
+
root = sliderRootRef.current;
|
|
448
|
+
root?.addEventListener('mousedown', handlePointerDown);
|
|
449
|
+
root?.addEventListener('touchstart', handlePointerDown, { passive: false });
|
|
450
|
+
root?.addEventListener('keydown', handleKeyDown);
|
|
451
|
+
});
|
|
452
|
+
return {
|
|
453
|
+
[Symbol.dispose]: () => {
|
|
454
|
+
root?.removeEventListener('mousedown', handlePointerDown);
|
|
455
|
+
root?.removeEventListener('touchstart', handlePointerDown);
|
|
456
|
+
root?.removeEventListener('keydown', handleKeyDown);
|
|
457
|
+
cleanupDrag?.();
|
|
458
|
+
},
|
|
459
|
+
};
|
|
460
|
+
});
|
|
461
|
+
const themeProvider = injector.getInstance(ThemeProviderService);
|
|
462
|
+
const min = props.min ?? 0;
|
|
463
|
+
const max = props.max ?? 100;
|
|
464
|
+
const step = props.step ?? 1;
|
|
465
|
+
const value = props.value ?? min;
|
|
466
|
+
const vertical = props.vertical ?? false;
|
|
467
|
+
const disabled = props.disabled ?? false;
|
|
468
|
+
const rangeMode = isRangeValue(value);
|
|
469
|
+
// Store props for interaction event handlers
|
|
470
|
+
sliderPropsMap.set(sliderRootRef, props);
|
|
471
|
+
// Theme color
|
|
472
|
+
const color = themeProvider.theme.palette[props.color || 'primary'].main;
|
|
473
|
+
// Resolve marks
|
|
474
|
+
const marks = resolveMarks(props.marks, min, max, step);
|
|
475
|
+
const hasLabels = marks.some((m) => m.label);
|
|
476
|
+
useHostProps({
|
|
477
|
+
style: { '--slider-color': color },
|
|
478
|
+
...(vertical ? { 'data-vertical': '' } : {}),
|
|
479
|
+
...(disabled ? { 'data-disabled': '' } : {}),
|
|
480
|
+
...(hasLabels ? { 'data-has-labels': '' } : {}),
|
|
481
|
+
});
|
|
482
|
+
// Set ARIA attributes on thumbs after render
|
|
483
|
+
queueMicrotask(() => {
|
|
484
|
+
syncAriaAttributes(thumb0Ref.current, thumb1Ref.current, value, min, max, vertical, disabled);
|
|
485
|
+
});
|
|
486
|
+
// Calculate positions
|
|
487
|
+
const renderMarks = (activeCheck) => marks.map((mark) => {
|
|
488
|
+
const pct = valueToPercent(mark.value, min, max);
|
|
489
|
+
const isActive = activeCheck(mark.value);
|
|
490
|
+
const pos = vertical ? { bottom: `${pct}%` } : { left: `${pct}%` };
|
|
491
|
+
return (createComponent(createComponent, null,
|
|
492
|
+
createComponent("span", { className: "slider-mark-dot", ...(isActive ? { 'data-active': '' } : {}), style: pos }),
|
|
493
|
+
mark.label ? (createComponent("span", { className: "slider-mark-label", style: pos }, mark.label)) : null));
|
|
494
|
+
});
|
|
495
|
+
if (rangeMode) {
|
|
496
|
+
const startPct = valueToPercent(value[0], min, max);
|
|
497
|
+
const endPct = valueToPercent(value[1], min, max);
|
|
498
|
+
const trackStyle = vertical
|
|
499
|
+
? { bottom: `${startPct}%`, height: `${endPct - startPct}%` }
|
|
500
|
+
: { left: `${startPct}%`, width: `${endPct - startPct}%` };
|
|
501
|
+
const thumbStartStyle = vertical
|
|
502
|
+
? { bottom: `${startPct}%` }
|
|
503
|
+
: { left: `${startPct}%` };
|
|
504
|
+
const thumbEndStyle = vertical ? { bottom: `${endPct}%` } : { left: `${endPct}%` };
|
|
505
|
+
return (createComponent("div", { ref: sliderRootRef, className: "slider-root" },
|
|
506
|
+
createComponent("div", { className: "slider-rail" }),
|
|
507
|
+
createComponent("div", { ref: trackRef, className: "slider-track", style: trackStyle }),
|
|
508
|
+
createComponent("div", { ref: thumb0Ref, className: "slider-thumb", "data-index": "0", tabIndex: disabled ? -1 : 0, style: thumbStartStyle }),
|
|
509
|
+
createComponent("div", { ref: thumb1Ref, className: "slider-thumb", "data-index": "1", tabIndex: disabled ? -1 : 0, style: thumbEndStyle }),
|
|
510
|
+
renderMarks((v) => v >= value[0] && v <= value[1])));
|
|
511
|
+
}
|
|
512
|
+
// Single slider
|
|
513
|
+
const pct = valueToPercent(value, min, max);
|
|
514
|
+
const trackStyle = vertical
|
|
515
|
+
? { bottom: '0%', height: `${pct}%` }
|
|
516
|
+
: { left: '0%', width: `${pct}%` };
|
|
517
|
+
const thumbStyle = vertical ? { bottom: `${pct}%` } : { left: `${pct}%` };
|
|
518
|
+
return (createComponent("div", { ref: sliderRootRef, className: "slider-root" },
|
|
519
|
+
createComponent("div", { className: "slider-rail" }),
|
|
520
|
+
createComponent("div", { ref: trackRef, className: "slider-track", style: trackStyle }),
|
|
521
|
+
createComponent("div", { ref: thumb0Ref, className: "slider-thumb", "data-index": "0", tabIndex: disabled ? -1 : 0, style: thumbStyle }),
|
|
522
|
+
renderMarks((v) => v <= value),
|
|
523
|
+
props.name ? createComponent("input", { type: "hidden", name: props.name, value: String(value) }) : null));
|
|
524
|
+
},
|
|
525
|
+
});
|
|
526
|
+
//# sourceMappingURL=slider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../../src/components/inputs/slider.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.spec.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/slider.spec.tsx"],"names":[],"mappings":""}
|