@ardium-ui/ui 2.3.2 → 3.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/esm2022/lib/_internal/boolean-component.mjs +3 -2
- package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +9 -6
- package/esm2022/lib/_internal/disablable-component.mjs +13 -8
- package/esm2022/lib/_internal/focusable-component.mjs +11 -4
- package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +30 -23
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +4 -5
- package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +7 -8
- package/esm2022/lib/_internal/models/pagination.model.mjs +3 -3
- package/esm2022/lib/_internal/models/queue.mjs +59 -0
- package/esm2022/lib/_internal/ngmodel-component.mjs +4 -3
- package/esm2022/lib/_internal/selectable-list-component.mjs +31 -42
- package/esm2022/lib/badge/badge.defaults.mjs +20 -0
- package/esm2022/lib/badge/badge.directive.mjs +18 -15
- package/esm2022/lib/badge/index.mjs +3 -2
- package/esm2022/lib/buttons/_button-base.defaults.mjs +16 -0
- package/esm2022/lib/buttons/_button-base.mjs +12 -12
- package/esm2022/lib/buttons/button/button.component.mjs +15 -15
- package/esm2022/lib/buttons/button/button.defaults.mjs +17 -0
- package/esm2022/lib/buttons/button/index.mjs +3 -2
- package/esm2022/lib/buttons/fab/fab.component.mjs +16 -15
- package/esm2022/lib/buttons/fab/fab.defaults.mjs +17 -0
- package/esm2022/lib/buttons/fab/index.mjs +3 -2
- package/esm2022/lib/buttons/general-button.types.mjs +2 -2
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +16 -13
- package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +9 -0
- package/esm2022/lib/buttons/icon-button/index.mjs +3 -2
- package/esm2022/lib/card/card.children.mjs +15 -15
- package/esm2022/lib/card/card.component.mjs +6 -5
- package/esm2022/lib/card/card.defaults.mjs +17 -0
- package/esm2022/lib/card/index.mjs +4 -3
- package/esm2022/lib/checkbox/checkbox.component.mjs +16 -19
- package/esm2022/lib/checkbox/checkbox.defaults.mjs +17 -0
- package/esm2022/lib/checkbox/index.mjs +3 -2
- package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +19 -21
- package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +25 -0
- package/esm2022/lib/checkbox-list/index.mjs +3 -2
- package/esm2022/lib/chip/chip.component.mjs +17 -16
- package/esm2022/lib/chip/chip.defaults.mjs +20 -0
- package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +18 -20
- package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +17 -0
- package/esm2022/lib/chip/index.mjs +5 -2
- package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +21 -21
- package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +18 -0
- package/esm2022/lib/color/color-display/color-display.component.mjs +13 -12
- package/esm2022/lib/color/color-display/color-display.defaults.mjs +16 -0
- package/esm2022/lib/color/color-display/index.mjs +3 -2
- package/esm2022/lib/dialog/dialog.component.mjs +23 -22
- package/esm2022/lib/dialog/dialog.defaults.mjs +24 -0
- package/esm2022/lib/dialog/dialog.types.mjs +1 -1
- package/esm2022/lib/dialog/index.mjs +4 -3
- package/esm2022/lib/divider/divider.component.mjs +10 -12
- package/esm2022/lib/divider/divider.defaults.mjs +13 -0
- package/esm2022/lib/divider/index.mjs +3 -2
- package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +10 -9
- package/esm2022/lib/dropdown-panel/dropdown-panel.defaults.mjs +17 -0
- package/esm2022/lib/dropdown-panel/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +14 -12
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.defaults.mjs +18 -0
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +23 -25
- package/esm2022/lib/file-inputs/file-input/file-input.defaults.mjs +23 -0
- package/esm2022/lib/file-inputs/file-input/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-input-base.defaults.mjs +8 -0
- package/esm2022/lib/file-inputs/file-input-base.mjs +2 -2
- package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +12 -8
- package/esm2022/lib/form-field-frame/form-field-frame.defaults.mjs +18 -0
- package/esm2022/lib/form-field-frame/index.mjs +3 -2
- package/esm2022/lib/icon/icon.component.mjs +6 -4
- package/esm2022/lib/icon/icon.defaults.mjs +17 -0
- package/esm2022/lib/icon/index.mjs +3 -2
- package/esm2022/lib/inputs/_simple-input-base.mjs +159 -0
- package/esm2022/lib/inputs/digit-input/digit-input.component.mjs +17 -15
- package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +21 -0
- package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.types.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/index.mjs +3 -2
- package/esm2022/lib/inputs/hex-input/hex-input.component.mjs +24 -23
- package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +26 -0
- package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +97 -0
- package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/index.mjs +3 -2
- package/esm2022/lib/inputs/input/index.mjs +1 -1
- package/esm2022/lib/inputs/input/input.component.mjs +28 -48
- package/esm2022/lib/inputs/input/input.defaults.mjs +17 -0
- package/esm2022/lib/inputs/input/input.directives.mjs +1 -1
- package/esm2022/lib/inputs/input/input.module.mjs +1 -1
- package/esm2022/lib/inputs/input-transformers.mjs +1 -1
- package/esm2022/lib/inputs/input-utils.mjs +1 -1
- package/esm2022/lib/inputs/number-input/index.mjs +3 -2
- package/esm2022/lib/inputs/number-input/number-input.component.mjs +34 -30
- package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +27 -0
- package/esm2022/lib/inputs/password-input/index.mjs +3 -2
- package/esm2022/lib/inputs/password-input/password-input.component.mjs +23 -18
- package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +24 -0
- package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/index.mjs +3 -2
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +15 -145
- package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +25 -0
- package/esm2022/lib/kbd/index.mjs +2 -1
- package/esm2022/lib/kbd/kbd.component.mjs +6 -4
- package/esm2022/lib/kbd/kbd.defaults.mjs +15 -0
- package/esm2022/lib/kbd/kbd.directive.mjs +1 -1
- package/esm2022/lib/kbd/kbd.pipe.mjs +7 -3
- package/esm2022/lib/kbd-shortcut/index.mjs +3 -2
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +12 -7
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +8 -0
- package/esm2022/lib/modal/index.mjs +3 -2
- package/esm2022/lib/modal/modal.component.mjs +14 -11
- package/esm2022/lib/modal/modal.defaults.mjs +20 -0
- package/esm2022/lib/option/index.mjs +1 -1
- package/esm2022/lib/option/option.component.mjs +1 -1
- package/esm2022/lib/progress-bar/index.mjs +4 -3
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +19 -18
- package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +21 -0
- package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
- package/esm2022/lib/progress-circle/index.mjs +4 -3
- package/esm2022/lib/progress-circle/progress-circle.component.mjs +18 -22
- package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +21 -0
- package/esm2022/lib/progress-circle/progress-circle.module.mjs +4 -4
- package/esm2022/lib/progress-circle/progress-circle.types.mjs +1 -1
- package/esm2022/lib/radio/index.mjs +4 -3
- package/esm2022/lib/radio/radio/radio.component.mjs +13 -10
- package/esm2022/lib/radio/radio/radio.defaults.mjs +16 -0
- package/esm2022/lib/radio/radio-group.component.mjs +7 -7
- package/esm2022/lib/search-functions.mjs +2 -2
- package/esm2022/lib/segment/index.mjs +3 -2
- package/esm2022/lib/segment/segment.component.mjs +22 -21
- package/esm2022/lib/segment/segment.defaults.mjs +26 -0
- package/esm2022/lib/segment/segment.directives.mjs +1 -1
- package/esm2022/lib/select/index.mjs +3 -2
- package/esm2022/lib/select/select.component.mjs +76 -101
- package/esm2022/lib/select/select.defaults.mjs +53 -0
- package/esm2022/lib/select/select.directive.mjs +1 -1
- package/esm2022/lib/select/select.types.mjs +1 -1
- package/esm2022/lib/slide-toggle/index.mjs +2 -1
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +17 -15
- package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +21 -0
- package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +1 -1
- package/esm2022/lib/slider/abstract-slider.mjs +44 -34
- package/esm2022/lib/slider/index.mjs +5 -4
- package/esm2022/lib/slider/range-slider/range-slider.component.mjs +13 -9
- package/esm2022/lib/slider/slider.component.mjs +13 -9
- package/esm2022/lib/slider/slider.defaults.mjs +14 -0
- package/esm2022/lib/slider/slider.module.mjs +1 -1
- package/esm2022/lib/slider/slider.types.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar-ref.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/lib/snackbar/snackbar.service.mjs +10 -14
- package/esm2022/lib/snackbar/snackbar.token.mjs +12 -6
- package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
- package/esm2022/lib/spinner/index.mjs +3 -2
- package/esm2022/lib/spinner/spinner.component.mjs +7 -6
- package/esm2022/lib/spinner/spinner.defaults.mjs +14 -0
- package/esm2022/lib/star/index.mjs +3 -2
- package/esm2022/lib/star/star-button/index.mjs +3 -2
- package/esm2022/lib/star/star-button/star-button.component.mjs +14 -11
- package/esm2022/lib/star/star-button/star-button.defaults.mjs +18 -0
- package/esm2022/lib/star/star-display/index.mjs +3 -2
- package/esm2022/lib/star/star-display/star-display.component.mjs +10 -8
- package/esm2022/lib/star/star-display/star-display.defaults.mjs +16 -0
- package/esm2022/lib/star/star-input/index.mjs +3 -2
- package/esm2022/lib/star/star-input/star-input.component.mjs +14 -11
- package/esm2022/lib/star/star-input/star-input.defaults.mjs +17 -0
- package/esm2022/lib/star/star.component.mjs +15 -8
- package/esm2022/lib/star/star.defaults.mjs +15 -0
- package/esm2022/lib/statebox/index.mjs +2 -1
- package/esm2022/lib/statebox/statebox.component.mjs +19 -25
- package/esm2022/lib/statebox/statebox.defaults.mjs +20 -0
- package/esm2022/lib/statebox/statebox.types.mjs +1 -1
- package/esm2022/lib/tabber/index.mjs +5 -3
- package/esm2022/lib/tabber/tab/tab.component.mjs +7 -5
- package/esm2022/lib/tabber/tab/tab.defaults.mjs +13 -0
- package/esm2022/lib/tabber/tabber.component.mjs +13 -11
- package/esm2022/lib/tabber/tabber.defaults.mjs +19 -0
- package/esm2022/lib/tabber/tabber.module.mjs +1 -1
- package/esm2022/lib/table/index.mjs +3 -2
- package/esm2022/lib/table/table-item-storage.mjs +4 -4
- package/esm2022/lib/table/table.component.mjs +69 -50
- package/esm2022/lib/table/table.defaults.mjs +53 -0
- package/esm2022/lib/table/table.directives.mjs +1 -1
- package/esm2022/lib/table/table.module.mjs +8 -7
- package/esm2022/lib/table-from-csv/index.mjs +3 -2
- package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +44 -44
- package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +15 -0
- package/esm2022/lib/table-pagination/index.mjs +3 -2
- package/esm2022/lib/table-pagination/table-pagination.component.mjs +13 -9
- package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +25 -0
- package/esm2022/lib/types/button.types.mjs +1 -1
- package/esm2022/lib/types/item-storage.types.mjs +1 -1
- package/esm2022/lib/types/utility.types.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/ardium-ui-ui.mjs +3049 -2265
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/_internal/boolean-component.d.ts +5 -1
- package/lib/_internal/clear-button/clear-button.component.d.ts +1 -0
- package/lib/_internal/disablable-component.d.ts +9 -2
- package/lib/_internal/focusable-component.d.ts +6 -1
- package/lib/_internal/item-storages/dropdown-item-storage.d.ts +9 -19
- package/lib/_internal/item-storages/simple-item-storage.d.ts +1 -1
- package/lib/_internal/item-storages/simplest-item-storage.d.ts +3 -3
- package/lib/_internal/models/pagination.model.d.ts +2 -2
- package/lib/_internal/ngmodel-component.d.ts +6 -2
- package/lib/_internal/selectable-list-component.d.ts +18 -13
- package/lib/badge/badge.defaults.d.ts +13 -0
- package/lib/badge/badge.directive.d.ts +4 -4
- package/lib/badge/index.d.ts +2 -1
- package/lib/buttons/_button-base.d.ts +6 -1
- package/lib/buttons/_button-base.defaults.d.ts +15 -0
- package/lib/buttons/button/button.component.d.ts +4 -3
- package/lib/buttons/button/button.defaults.d.ts +11 -0
- package/lib/buttons/button/index.d.ts +2 -1
- package/lib/buttons/fab/fab.component.d.ts +5 -6
- package/lib/buttons/fab/fab.defaults.d.ts +8 -0
- package/lib/buttons/fab/index.d.ts +2 -1
- package/lib/buttons/general-button.types.d.ts +2 -2
- package/lib/buttons/icon-button/icon-button.component.d.ts +3 -0
- package/lib/buttons/icon-button/icon-button.defaults.d.ts +6 -0
- package/lib/buttons/icon-button/index.d.ts +2 -1
- package/lib/card/card.children.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -0
- package/lib/card/card.defaults.d.ts +10 -0
- package/lib/card/index.d.ts +3 -2
- package/lib/checkbox/checkbox.component.d.ts +4 -2
- package/lib/checkbox/checkbox.defaults.d.ts +9 -0
- package/lib/checkbox/index.d.ts +2 -1
- package/lib/checkbox-list/checkbox-list.component.d.ts +4 -5
- package/lib/checkbox-list/checkbox-list.defaults.d.ts +19 -0
- package/lib/checkbox-list/index.d.ts +2 -1
- package/lib/chip/chip.component.d.ts +3 -0
- package/lib/chip/chip.defaults.d.ts +15 -0
- package/lib/chip/deletable-chip/deletable-chip.component.d.ts +3 -3
- package/lib/chip/deletable-chip/deletable-chip.defaults.d.ts +8 -0
- package/lib/chip/index.d.ts +4 -1
- package/lib/chip/selectable-chip/selectable-chip.component.d.ts +3 -3
- package/lib/chip/selectable-chip/selectable-chip.defaults.d.ts +9 -0
- package/lib/color/color-display/color-display.component.d.ts +2 -1
- package/lib/color/color-display/color-display.defaults.d.ts +9 -0
- package/lib/color/color-display/index.d.ts +2 -1
- package/lib/dialog/dialog.component.d.ts +1 -0
- package/lib/dialog/dialog.defaults.d.ts +16 -0
- package/lib/dialog/index.d.ts +3 -2
- package/lib/divider/divider.component.d.ts +1 -1
- package/lib/divider/divider.defaults.d.ts +6 -0
- package/lib/divider/index.d.ts +2 -1
- package/lib/dropdown-panel/dropdown-panel.component.d.ts +1 -0
- package/lib/dropdown-panel/dropdown-panel.defaults.d.ts +10 -0
- package/lib/dropdown-panel/index.d.ts +2 -1
- package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +5 -2
- package/lib/file-inputs/file-drop-area/file-drop-area.defaults.d.ts +10 -0
- package/lib/file-inputs/file-drop-area/index.d.ts +2 -1
- package/lib/file-inputs/file-input/file-input.component.d.ts +4 -4
- package/lib/file-inputs/file-input/file-input.defaults.d.ts +15 -0
- package/lib/file-inputs/file-input/index.d.ts +2 -1
- package/lib/file-inputs/file-input-base.d.ts +2 -0
- package/lib/file-inputs/file-input-base.defaults.d.ts +7 -0
- package/lib/form-field-frame/form-field-frame.component.d.ts +3 -0
- package/lib/form-field-frame/form-field-frame.defaults.d.ts +10 -0
- package/lib/form-field-frame/index.d.ts +2 -1
- package/lib/icon/icon.component.d.ts +7 -3
- package/lib/icon/icon.defaults.d.ts +11 -0
- package/lib/icon/index.d.ts +2 -1
- package/lib/inputs/_simple-input-base.d.ts +62 -0
- package/lib/inputs/digit-input/digit-input.component.d.ts +3 -0
- package/lib/inputs/digit-input/digit-input.defaults.d.ts +13 -0
- package/lib/inputs/digit-input/index.d.ts +2 -1
- package/lib/inputs/hex-input/hex-input.component.d.ts +4 -4
- package/lib/inputs/hex-input/hex-input.defaults.d.ts +19 -0
- package/lib/inputs/{hex-input.model.d.ts → hex-input/hex-input.model.d.ts} +2 -2
- package/lib/inputs/hex-input/index.d.ts +2 -1
- package/lib/inputs/input/input.component.d.ts +10 -17
- package/lib/inputs/input/input.defaults.d.ts +9 -0
- package/lib/inputs/number-input/index.d.ts +2 -1
- package/lib/inputs/number-input/number-input.component.d.ts +3 -1
- package/lib/inputs/number-input/number-input.defaults.d.ts +19 -0
- package/lib/inputs/password-input/index.d.ts +2 -1
- package/lib/inputs/password-input/password-input.component.d.ts +3 -0
- package/lib/inputs/password-input/password-input.defaults.d.ts +17 -0
- package/lib/inputs/simple-input/index.d.ts +2 -1
- package/lib/inputs/simple-input/simple-input.component.d.ts +6 -50
- package/lib/inputs/simple-input/simple-input.defaults.d.ts +6 -0
- package/lib/kbd/index.d.ts +1 -0
- package/lib/kbd/kbd.component.d.ts +1 -0
- package/lib/kbd/kbd.defaults.d.ts +8 -0
- package/lib/kbd/kbd.pipe.d.ts +1 -0
- package/lib/kbd-shortcut/index.d.ts +2 -1
- package/lib/kbd-shortcut/kbd-shortcut.component.d.ts +2 -0
- package/lib/kbd-shortcut/kbd-shortcut.defaults.d.ts +8 -0
- package/lib/modal/index.d.ts +2 -1
- package/lib/modal/modal.component.d.ts +1 -0
- package/lib/modal/modal.defaults.d.ts +14 -0
- package/lib/progress-bar/index.d.ts +3 -2
- package/lib/progress-bar/progress-bar.component.d.ts +3 -1
- package/lib/progress-bar/progress-bar.defaults.d.ts +14 -0
- package/lib/progress-circle/index.d.ts +3 -2
- package/lib/progress-circle/progress-circle.component.d.ts +3 -1
- package/lib/progress-circle/progress-circle.defaults.d.ts +14 -0
- package/lib/progress-circle/progress-circle.module.d.ts +1 -1
- package/lib/radio/index.d.ts +3 -2
- package/lib/radio/radio/radio.component.d.ts +5 -2
- package/lib/radio/radio/radio.defaults.d.ts +8 -0
- package/lib/segment/index.d.ts +2 -1
- package/lib/segment/segment.component.d.ts +3 -0
- package/lib/segment/segment.defaults.d.ts +18 -0
- package/lib/select/index.d.ts +2 -1
- package/lib/select/select.component.d.ts +11 -22
- package/lib/select/select.defaults.d.ts +49 -0
- package/lib/slide-toggle/index.d.ts +1 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +9 -6
- package/lib/slide-toggle/slide-toggle.defaults.d.ts +14 -0
- package/lib/slider/abstract-slider.d.ts +22 -5
- package/lib/slider/index.d.ts +4 -3
- package/lib/slider/range-slider/range-slider.component.d.ts +3 -0
- package/lib/slider/slider.component.d.ts +3 -0
- package/lib/slider/slider.defaults.d.ts +6 -0
- package/lib/snackbar/snackbar.service.d.ts +1 -2
- package/lib/snackbar/snackbar.token.d.ts +3 -3
- package/lib/spinner/index.d.ts +2 -1
- package/lib/spinner/spinner.component.d.ts +1 -0
- package/lib/spinner/spinner.defaults.d.ts +7 -0
- package/lib/star/index.d.ts +2 -1
- package/lib/star/star-button/index.d.ts +2 -1
- package/lib/star/star-button/star-button.component.d.ts +3 -0
- package/lib/star/star-button/star-button.defaults.d.ts +10 -0
- package/lib/star/star-display/index.d.ts +2 -1
- package/lib/star/star-display/star-display.component.d.ts +1 -0
- package/lib/star/star-display/star-display.defaults.d.ts +9 -0
- package/lib/star/star-input/index.d.ts +2 -1
- package/lib/star/star-input/star-input.component.d.ts +3 -1
- package/lib/star/star-input/star-input.defaults.d.ts +9 -0
- package/lib/star/star.component.d.ts +4 -2
- package/lib/star/star.defaults.d.ts +8 -0
- package/lib/statebox/index.d.ts +1 -0
- package/lib/statebox/statebox.component.d.ts +7 -6
- package/lib/statebox/statebox.defaults.d.ts +10 -0
- package/lib/tabber/index.d.ts +4 -2
- package/lib/tabber/tab/tab.component.d.ts +1 -0
- package/lib/tabber/tab/tab.defaults.d.ts +6 -0
- package/lib/tabber/tabber.component.d.ts +3 -1
- package/lib/tabber/tabber.defaults.d.ts +12 -0
- package/lib/table/index.d.ts +2 -1
- package/lib/table/table-item-storage.d.ts +5 -10
- package/lib/table/table.component.d.ts +11 -9
- package/lib/table/table.defaults.d.ts +50 -0
- package/lib/table/table.module.d.ts +2 -1
- package/lib/table-from-csv/index.d.ts +2 -1
- package/lib/table-from-csv/table-from-csv.component.d.ts +7 -5
- package/lib/table-from-csv/table-from-csv.defaults.d.ts +7 -0
- package/lib/table-pagination/index.d.ts +2 -1
- package/lib/table-pagination/table-pagination.component.d.ts +3 -0
- package/lib/table-pagination/table-pagination.defaults.d.ts +20 -0
- package/lib/types/button.types.d.ts +1 -1
- package/lib/types/item-storage.types.d.ts +3 -63
- package/package.json +1 -1
- package/prebuilt-themes/default/buttons/fab.css +1 -1
- package/prebuilt-themes/default/buttons/icon-button.css +7 -12
- package/prebuilt-themes/default/buttons/icon-button.css.map +1 -1
- package/prebuilt-themes/default/checkbox.css.map +1 -1
- package/prebuilt-themes/default/inputs/color-input.css +5 -0
- package/prebuilt-themes/default/inputs/color-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/file-input.css +5 -0
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css +5 -0
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/input.css +5 -0
- package/prebuilt-themes/default/inputs/input.css.map +1 -1
- package/prebuilt-themes/default/inputs/number-input.css +5 -0
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/password-input.css +5 -0
- package/prebuilt-themes/default/inputs/password-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/search-bar.css +5 -0
- package/prebuilt-themes/default/inputs/search-bar.css.map +1 -1
- package/prebuilt-themes/default/inputs/simple-input.css +5 -0
- package/prebuilt-themes/default/inputs/simple-input.css.map +1 -1
- package/prebuilt-themes/default/segment.css.map +1 -1
- package/prebuilt-themes/default/select.css +4 -0
- package/prebuilt-themes/default/select.css.map +1 -1
- package/prebuilt-themes/default/tabber.css +2 -0
- package/prebuilt-themes/default/tabber.css.map +1 -1
- package/prebuilt-themes/default/table.css +17 -0
- package/prebuilt-themes/default/table.css.map +1 -1
- package/themes/default/_clear-button.scss +73 -73
- package/themes/default/badge.scss +94 -94
- package/themes/default/buttons/button.scss +72 -72
- package/themes/default/buttons/fab.scss +74 -74
- package/themes/default/buttons/icon-button.scss +55 -62
- package/themes/default/card.scss +129 -129
- package/themes/default/checkbox.scss +1 -1
- package/themes/default/chips.scss +200 -200
- package/themes/default/core.scss +99 -99
- package/themes/default/inputs/_shared.scss +5 -0
- package/themes/default/inputs/digit-input.scss +56 -56
- package/themes/default/inputs/file-input.scss +85 -85
- package/themes/default/inputs/hex-input.scss +27 -27
- package/themes/default/modal.scss +93 -93
- package/themes/default/segment.scss +355 -351
- package/themes/default/select.scss +259 -255
- package/themes/default/snackbar.scss +58 -58
- package/themes/default/tabber.scss +89 -87
- package/themes/default/table.scss +20 -0
- package/esm2022/lib/_internal/queue.mjs +0 -59
- package/esm2022/lib/color/color-picker/color-picker.types.mjs +0 -11
- package/esm2022/lib/inputs/color-input/color-input.directives.mjs +0 -101
- package/esm2022/lib/inputs/color-input/color-input.types.mjs +0 -2
- package/esm2022/lib/inputs/hex-input.model.mjs +0 -97
- package/lib/color/color-picker/color-picker.types.d.ts +0 -21
- package/lib/inputs/color-input/color-input.directives.d.ts +0 -52
- package/lib/inputs/color-input/color-input.types.d.ts +0 -5
- /package/lib/_internal/{queue.d.ts → models/queue.d.ts} +0 -0
|
@@ -211,6 +211,23 @@
|
|
|
211
211
|
.ard-table.ard-table-loading .ard-table__header .ard-table__checkbox-cell {
|
|
212
212
|
opacity: 40%;
|
|
213
213
|
}
|
|
214
|
+
.ard-table .ard-table__progress-bar-row {
|
|
215
|
+
background-color: var(--ard-bg);
|
|
216
|
+
border-left: 1px solid var(--ard-detail-ultralight);
|
|
217
|
+
border-right: 1px solid var(--ard-detail-ultralight);
|
|
218
|
+
border-bottom: 1px solid var(--ard-bg);
|
|
219
|
+
}
|
|
220
|
+
.ard-table .ard-table__progress-bar-row .ard-table__progress-bar-cell {
|
|
221
|
+
height: 0.1875rem;
|
|
222
|
+
}
|
|
223
|
+
.ard-table .ard-table__progress-bar-row .ard-table__progress-bar-cell ard-progress-bar {
|
|
224
|
+
position: relative;
|
|
225
|
+
z-index: 1;
|
|
226
|
+
margin: -1px;
|
|
227
|
+
}
|
|
228
|
+
.ard-table .ard-table__progress-bar-row .ard-table__progress-bar-cell ard-progress-bar > .ard-progress-bar {
|
|
229
|
+
margin: 0;
|
|
230
|
+
}
|
|
214
231
|
.ard-table .ard-table__sortable .ard-table__header-template-container.ard-sortable .ard-table__header-content-container {
|
|
215
232
|
border: none;
|
|
216
233
|
background: none;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/table.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_coloring.scss"],"names":[],"mappings":"AAGA;EAEE;EACA,YCNG;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/table.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_coloring.scss"],"names":[],"mappings":"AAGA;EAEE;EACA,YCNG;EDmKH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AExKA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AF9HF;EACE;;AAEF;AAAA;EAEE;;AAEA;AAAA;EACE;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;EACA;;AAEA;AAAA;EACE;EACA;EACA;;AAKR;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;;AAGJ;EACE;;AAKA;EACE;;AAEF;EACE;;AAMF;AAAA;EAEE;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE,kBCvFC;EDwFD;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AASJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAOR;EACE;EACA;EACA;EACA,OC9HK;ED+HL,YC/IC;EDgJD;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAMF;EACE;;AAiBF;EACE;EACA;;AAEF;EACE;EACA;;AAIF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AAIF;EACE,OC/LC;;ADiMH;EACE;EACA,kBC1MD;;AD4MD;EACE;;AAKF;AAAA;AAAA;EAGE;;AAEF;EACE;EACA;;AAEA;EACE;;AAGJ;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;;AAEA;EACE;EACA;;AAIN;EACE;EACA;;AAGE;EACE;;AAIF;EACE;;AAUJ;AAAA;EACE;EACA;;AAGJ;EACE;;AAEA;EACE;;AAGJ;EACE;;AAGA;EACE;EACA;;AAGJ;EACE;;AAMF;EACE,YC1QsB;;ADgRxB;EACE;;AAGJ;EACE;;AAEF;EACE;;AAIF;EACE;EACA;EACA;;AAIF;EACE;;AAKA;EACE;EACA;EACA;;AAQF;EACE;;AAMF;EACE;;AAMF;EACE;;AAMF;EACE;;AAMF;EACE;;AAMF;EACE;;AAOF;AAAA;AAAA;AAAA;EAEE;;AAMF;AAAA;AAAA;AAAA;EAEE;;AAMF;AAAA;AAAA;AAAA;EAEE;;AAMF;EACE;;AAMF;EACE;;AAMF;EACE","file":"table.css"}
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
@use './mixins' as defaultMixins;
|
|
2
|
-
@import '../variables';
|
|
3
|
-
|
|
4
|
-
@mixin clearButton() {
|
|
5
|
-
ard-clear-button {
|
|
6
|
-
height: $clear-button-size;
|
|
7
|
-
width: $clear-button-size;
|
|
8
|
-
position: relative;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.ard-clear-btn-wrapper {
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
font-size: medium;
|
|
14
|
-
color: $detail;
|
|
15
|
-
width: $clear-button-size;
|
|
16
|
-
height: $clear-button-size;
|
|
17
|
-
line-height: 1em;
|
|
18
|
-
border-radius: 999px;
|
|
19
|
-
border: none;
|
|
20
|
-
padding: 0;
|
|
21
|
-
background: transparent;
|
|
22
|
-
position: absolute;
|
|
23
|
-
left: 50%;
|
|
24
|
-
top: 50%;
|
|
25
|
-
transform: translate(-50%, -50%);
|
|
26
|
-
outline: none;
|
|
27
|
-
color: inherit;
|
|
28
|
-
|
|
29
|
-
.ard-hitbox {
|
|
30
|
-
position: absolute;
|
|
31
|
-
left: -1px;
|
|
32
|
-
right: -1px;
|
|
33
|
-
top: -1px;
|
|
34
|
-
bottom: -1px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.ard-focus-overlay {
|
|
38
|
-
@include defaultMixins.focus-overlay(1px);
|
|
39
|
-
background: currentColor;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ard-clear-btn {
|
|
43
|
-
position: absolute;
|
|
44
|
-
left: 50%;
|
|
45
|
-
top: 50%;
|
|
46
|
-
transform: translate(-50%, -50%);
|
|
47
|
-
|
|
48
|
-
&::before {
|
|
49
|
-
content: 'close';
|
|
50
|
-
@include defaultMixins.icon;
|
|
51
|
-
font-size: 70%;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
.ard-focus-overlay {
|
|
57
|
-
opacity: 5%;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:focus {
|
|
62
|
-
.ard-focus-overlay {
|
|
63
|
-
opacity: 8%;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&:active {
|
|
68
|
-
.ard-focus-overlay {
|
|
69
|
-
opacity: 15%;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
1
|
+
@use './mixins' as defaultMixins;
|
|
2
|
+
@import '../variables';
|
|
3
|
+
|
|
4
|
+
@mixin clearButton() {
|
|
5
|
+
ard-clear-button {
|
|
6
|
+
height: $clear-button-size;
|
|
7
|
+
width: $clear-button-size;
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ard-clear-btn-wrapper {
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
font-size: medium;
|
|
14
|
+
color: $detail;
|
|
15
|
+
width: $clear-button-size;
|
|
16
|
+
height: $clear-button-size;
|
|
17
|
+
line-height: 1em;
|
|
18
|
+
border-radius: 999px;
|
|
19
|
+
border: none;
|
|
20
|
+
padding: 0;
|
|
21
|
+
background: transparent;
|
|
22
|
+
position: absolute;
|
|
23
|
+
left: 50%;
|
|
24
|
+
top: 50%;
|
|
25
|
+
transform: translate(-50%, -50%);
|
|
26
|
+
outline: none;
|
|
27
|
+
color: inherit;
|
|
28
|
+
|
|
29
|
+
.ard-hitbox {
|
|
30
|
+
position: absolute;
|
|
31
|
+
left: -1px;
|
|
32
|
+
right: -1px;
|
|
33
|
+
top: -1px;
|
|
34
|
+
bottom: -1px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ard-focus-overlay {
|
|
38
|
+
@include defaultMixins.focus-overlay(1px);
|
|
39
|
+
background: currentColor;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ard-clear-btn {
|
|
43
|
+
position: absolute;
|
|
44
|
+
left: 50%;
|
|
45
|
+
top: 50%;
|
|
46
|
+
transform: translate(-50%, -50%);
|
|
47
|
+
|
|
48
|
+
&::before {
|
|
49
|
+
content: 'close';
|
|
50
|
+
@include defaultMixins.icon;
|
|
51
|
+
font-size: 70%;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&:hover {
|
|
56
|
+
.ard-focus-overlay {
|
|
57
|
+
opacity: 5%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:focus {
|
|
62
|
+
.ard-focus-overlay {
|
|
63
|
+
opacity: 8%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&:active {
|
|
68
|
+
.ard-focus-overlay {
|
|
69
|
+
opacity: 15%;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
@use './coloring' as CM;
|
|
2
|
-
|
|
3
|
-
.ard-badge-host {
|
|
4
|
-
position: relative;
|
|
5
|
-
}
|
|
6
|
-
.ard-badge {
|
|
7
|
-
@include CM.typeColors();
|
|
8
|
-
position: absolute;
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
pointer-events: none;
|
|
12
|
-
|
|
13
|
-
//! colors
|
|
14
|
-
background: var(--ard-cmpcl--bg-colored);
|
|
15
|
-
color: var(--ard-cmpcl--on-bg-colored);
|
|
16
|
-
|
|
17
|
-
//! variants
|
|
18
|
-
&.ard-variant-pill {
|
|
19
|
-
border-radius: 9999px;
|
|
20
|
-
}
|
|
21
|
-
&.ard-variant-rounded {
|
|
22
|
-
border-radius: calc(var(--ard-_badge-size) * 0.25);
|
|
23
|
-
}
|
|
24
|
-
&.ard-variant-sharp {
|
|
25
|
-
border-radius: 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
//! hidden
|
|
29
|
-
&.ard-badge-hidden {
|
|
30
|
-
display: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
//! sizes
|
|
34
|
-
font-size: var(--ard-_badge-size);
|
|
35
|
-
min-width: calc(var(--ard-_badge-size) * 1.375);
|
|
36
|
-
height: calc(var(--ard-_badge-size) * 1.375);
|
|
37
|
-
|
|
38
|
-
.ard-badge-content {
|
|
39
|
-
padding: 0 calc(var(--ard-_badge-size) * 0.5);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&.ard-badge-size-small {
|
|
43
|
-
--ard-_badge-size: 0.55rem;
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
letter-spacing: 0.2px;
|
|
46
|
-
}
|
|
47
|
-
&.ard-badge-size-medium {
|
|
48
|
-
--ard-_badge-size: 0.667rem;
|
|
49
|
-
font-weight: 500;
|
|
50
|
-
letter-spacing: 0.2px;
|
|
51
|
-
}
|
|
52
|
-
&.ard-badge-size-large {
|
|
53
|
-
--ard-_badge-size: 0.8125rem;
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
letter-spacing: 0.2px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
//! overlap
|
|
59
|
-
--ard-_badge-overlap-offset-x: 0.3em;
|
|
60
|
-
|
|
61
|
-
&.ard-badge-overlap {
|
|
62
|
-
--ard-_badge-overlap-offset-x: 50%;
|
|
63
|
-
}
|
|
64
|
-
&.ard-badge-position-above-before {
|
|
65
|
-
transform: translate(var(--ard-_badge-overlap-offset-x), 50%);
|
|
66
|
-
}
|
|
67
|
-
&.ard-badge-position-above-after {
|
|
68
|
-
transform: translate(calc(-1 * var(--ard-_badge-overlap-offset-x)), 50%);
|
|
69
|
-
}
|
|
70
|
-
&.ard-badge-position-below-after {
|
|
71
|
-
transform: translate(calc(-1 * var(--ard-_badge-overlap-offset-x)), -50%);
|
|
72
|
-
}
|
|
73
|
-
&.ard-badge-position-below-before {
|
|
74
|
-
transform: translate(var(--ard-_badge-overlap-offset-x), -50%);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
//! positions
|
|
78
|
-
&.ard-badge-position-above-before,
|
|
79
|
-
&.ard-badge-position-below-before {
|
|
80
|
-
right: 100%;
|
|
81
|
-
}
|
|
82
|
-
&.ard-badge-position-above-after,
|
|
83
|
-
&.ard-badge-position-below-after {
|
|
84
|
-
left: 100%;
|
|
85
|
-
}
|
|
86
|
-
&.ard-badge-position-below-before,
|
|
87
|
-
&.ard-badge-position-below-after {
|
|
88
|
-
top: 100%;
|
|
89
|
-
}
|
|
90
|
-
&.ard-badge-position-above-before,
|
|
91
|
-
&.ard-badge-position-above-after {
|
|
92
|
-
bottom: 100%;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
@use './coloring' as CM;
|
|
2
|
+
|
|
3
|
+
.ard-badge-host {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.ard-badge {
|
|
7
|
+
@include CM.typeColors();
|
|
8
|
+
position: absolute;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
pointer-events: none;
|
|
12
|
+
|
|
13
|
+
//! colors
|
|
14
|
+
background: var(--ard-cmpcl--bg-colored);
|
|
15
|
+
color: var(--ard-cmpcl--on-bg-colored);
|
|
16
|
+
|
|
17
|
+
//! variants
|
|
18
|
+
&.ard-variant-pill {
|
|
19
|
+
border-radius: 9999px;
|
|
20
|
+
}
|
|
21
|
+
&.ard-variant-rounded {
|
|
22
|
+
border-radius: calc(var(--ard-_badge-size) * 0.25);
|
|
23
|
+
}
|
|
24
|
+
&.ard-variant-sharp {
|
|
25
|
+
border-radius: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
//! hidden
|
|
29
|
+
&.ard-badge-hidden {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
//! sizes
|
|
34
|
+
font-size: var(--ard-_badge-size);
|
|
35
|
+
min-width: calc(var(--ard-_badge-size) * 1.375);
|
|
36
|
+
height: calc(var(--ard-_badge-size) * 1.375);
|
|
37
|
+
|
|
38
|
+
.ard-badge-content {
|
|
39
|
+
padding: 0 calc(var(--ard-_badge-size) * 0.5);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.ard-badge-size-small {
|
|
43
|
+
--ard-_badge-size: 0.55rem;
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
letter-spacing: 0.2px;
|
|
46
|
+
}
|
|
47
|
+
&.ard-badge-size-medium {
|
|
48
|
+
--ard-_badge-size: 0.667rem;
|
|
49
|
+
font-weight: 500;
|
|
50
|
+
letter-spacing: 0.2px;
|
|
51
|
+
}
|
|
52
|
+
&.ard-badge-size-large {
|
|
53
|
+
--ard-_badge-size: 0.8125rem;
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
letter-spacing: 0.2px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
//! overlap
|
|
59
|
+
--ard-_badge-overlap-offset-x: 0.3em;
|
|
60
|
+
|
|
61
|
+
&.ard-badge-overlap {
|
|
62
|
+
--ard-_badge-overlap-offset-x: 50%;
|
|
63
|
+
}
|
|
64
|
+
&.ard-badge-position-above-before {
|
|
65
|
+
transform: translate(var(--ard-_badge-overlap-offset-x), 50%);
|
|
66
|
+
}
|
|
67
|
+
&.ard-badge-position-above-after {
|
|
68
|
+
transform: translate(calc(-1 * var(--ard-_badge-overlap-offset-x)), 50%);
|
|
69
|
+
}
|
|
70
|
+
&.ard-badge-position-below-after {
|
|
71
|
+
transform: translate(calc(-1 * var(--ard-_badge-overlap-offset-x)), -50%);
|
|
72
|
+
}
|
|
73
|
+
&.ard-badge-position-below-before {
|
|
74
|
+
transform: translate(var(--ard-_badge-overlap-offset-x), -50%);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
//! positions
|
|
78
|
+
&.ard-badge-position-above-before,
|
|
79
|
+
&.ard-badge-position-below-before {
|
|
80
|
+
right: 100%;
|
|
81
|
+
}
|
|
82
|
+
&.ard-badge-position-above-after,
|
|
83
|
+
&.ard-badge-position-below-after {
|
|
84
|
+
left: 100%;
|
|
85
|
+
}
|
|
86
|
+
&.ard-badge-position-below-before,
|
|
87
|
+
&.ard-badge-position-below-after {
|
|
88
|
+
top: 100%;
|
|
89
|
+
}
|
|
90
|
+
&.ard-badge-position-above-before,
|
|
91
|
+
&.ard-badge-position-above-after {
|
|
92
|
+
bottom: 100%;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
@use './button-mixins' as shared;
|
|
2
|
-
|
|
3
|
-
ard-button {
|
|
4
|
-
display: block;
|
|
5
|
-
width: max-content;
|
|
6
|
-
height: max-content;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ard-button {
|
|
10
|
-
@include shared.button;
|
|
11
|
-
background: transparent;
|
|
12
|
-
gap: 6px;
|
|
13
|
-
font-size: 0.875rem;
|
|
14
|
-
height: 2.5em;
|
|
15
|
-
padding: 0 1.2em;
|
|
16
|
-
letter-spacing: 0.5px;
|
|
17
|
-
width: 100%;
|
|
18
|
-
min-width: max-content;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
margin: 0;
|
|
21
|
-
|
|
22
|
-
.ard-button-content {
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
gap: 0.875rem;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
//! aligns
|
|
29
|
-
&.ard-align-left {
|
|
30
|
-
flex-direction: row;
|
|
31
|
-
}
|
|
32
|
-
&.ard-align-right {
|
|
33
|
-
flex-direction: row-reverse;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
//! button variants
|
|
37
|
-
&.ard-button-vertical {
|
|
38
|
-
height: max-content;
|
|
39
|
-
padding: 0.3em 1em;
|
|
40
|
-
gap: 2px;
|
|
41
|
-
flex-direction: column;
|
|
42
|
-
}
|
|
43
|
-
&.ard-variant-rounded,
|
|
44
|
-
&.ard-variant-pill.ard-button-vertical {
|
|
45
|
-
border-radius: 6px;
|
|
46
|
-
}
|
|
47
|
-
&.ard-variant-pill:not(.ard-button-vertical) {
|
|
48
|
-
border-radius: 9999px;
|
|
49
|
-
}
|
|
50
|
-
&.ard-variant-sharp {
|
|
51
|
-
border-radius: 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
//! compact
|
|
55
|
-
&.ard-compact {
|
|
56
|
-
font-size: 0.75rem;
|
|
57
|
-
height: 2.25em;
|
|
58
|
-
padding: 0 0.9em;
|
|
59
|
-
|
|
60
|
-
&.ard-button-vertical {
|
|
61
|
-
height: max-content;
|
|
62
|
-
padding: 0.2em 0.8em;
|
|
63
|
-
gap: 0;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
ard-button.ard-disabled {
|
|
69
|
-
> .ard-button {
|
|
70
|
-
@include shared.button-disabled;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
@use './button-mixins' as shared;
|
|
2
|
+
|
|
3
|
+
ard-button {
|
|
4
|
+
display: block;
|
|
5
|
+
width: max-content;
|
|
6
|
+
height: max-content;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ard-button {
|
|
10
|
+
@include shared.button;
|
|
11
|
+
background: transparent;
|
|
12
|
+
gap: 6px;
|
|
13
|
+
font-size: 0.875rem;
|
|
14
|
+
height: 2.5em;
|
|
15
|
+
padding: 0 1.2em;
|
|
16
|
+
letter-spacing: 0.5px;
|
|
17
|
+
width: 100%;
|
|
18
|
+
min-width: max-content;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
margin: 0;
|
|
21
|
+
|
|
22
|
+
.ard-button-content {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
gap: 0.875rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
//! aligns
|
|
29
|
+
&.ard-align-left {
|
|
30
|
+
flex-direction: row;
|
|
31
|
+
}
|
|
32
|
+
&.ard-align-right {
|
|
33
|
+
flex-direction: row-reverse;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
//! button variants
|
|
37
|
+
&.ard-button-vertical {
|
|
38
|
+
height: max-content;
|
|
39
|
+
padding: 0.3em 1em;
|
|
40
|
+
gap: 2px;
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
}
|
|
43
|
+
&.ard-variant-rounded,
|
|
44
|
+
&.ard-variant-pill.ard-button-vertical {
|
|
45
|
+
border-radius: 6px;
|
|
46
|
+
}
|
|
47
|
+
&.ard-variant-pill:not(.ard-button-vertical) {
|
|
48
|
+
border-radius: 9999px;
|
|
49
|
+
}
|
|
50
|
+
&.ard-variant-sharp {
|
|
51
|
+
border-radius: 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
//! compact
|
|
55
|
+
&.ard-compact {
|
|
56
|
+
font-size: 0.75rem;
|
|
57
|
+
height: 2.25em;
|
|
58
|
+
padding: 0 0.9em;
|
|
59
|
+
|
|
60
|
+
&.ard-button-vertical {
|
|
61
|
+
height: max-content;
|
|
62
|
+
padding: 0.2em 0.8em;
|
|
63
|
+
gap: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
ard-button.ard-disabled {
|
|
69
|
+
> .ard-button {
|
|
70
|
+
@include shared.button-disabled;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
@use './button-mixins' as shared;
|
|
2
|
-
@use '../mixins' as CM;
|
|
3
|
-
|
|
4
|
-
ard-fab {
|
|
5
|
-
margin: 8px;
|
|
6
|
-
display: block;
|
|
7
|
-
width: max-content;
|
|
8
|
-
height: max-content;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.ard-fab {
|
|
12
|
-
@include shared.button;
|
|
13
|
-
height: var(--ard-_fab-size);
|
|
14
|
-
width: var(--ard-_fab-size);
|
|
15
|
-
font-weight: 900;
|
|
16
|
-
user-select: none;
|
|
17
|
-
border-radius: 999px;
|
|
18
|
-
justify-content: center;
|
|
19
|
-
margin: 0;
|
|
20
|
-
|
|
21
|
-
&.ard-fab-size-standard {
|
|
22
|
-
--ard-_fab-size: 3.5rem;
|
|
23
|
-
font-size: 1.75rem;
|
|
24
|
-
}
|
|
25
|
-
&.ard-fab-size-small {
|
|
26
|
-
--ard-_fab-size: 2.5rem;
|
|
27
|
-
font-size:
|
|
28
|
-
}
|
|
29
|
-
&.ard-fab-extended {
|
|
30
|
-
min-width: var(--ard-_fab-size);
|
|
31
|
-
width: max-content;
|
|
32
|
-
font-weight: unset;
|
|
33
|
-
|
|
34
|
-
.ard-button-content {
|
|
35
|
-
gap: 0.75em;
|
|
36
|
-
max-width: 10em;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.ard-button-content {
|
|
41
|
-
gap: 1em;
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
justify-content: flex-start !important;
|
|
44
|
-
max-width: 1.5em;
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
transition: max-width 0.5s ease;
|
|
47
|
-
|
|
48
|
-
ard-icon {
|
|
49
|
-
font-size: 1em;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&.ard-appearance-transparent {
|
|
54
|
-
@include CM.focus-overlay-scale-addon();
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
ard-fab.ard-disabled {
|
|
59
|
-
> .ard-fab {
|
|
60
|
-
@include shared.button-disabled;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@keyframes maxWidth {
|
|
65
|
-
0% {
|
|
66
|
-
max-width: 1.5em;
|
|
67
|
-
}
|
|
68
|
-
99% {
|
|
69
|
-
max-width: 21em;
|
|
70
|
-
}
|
|
71
|
-
100% {
|
|
72
|
-
max-width: unset;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
@use './button-mixins' as shared;
|
|
2
|
+
@use '../mixins' as CM;
|
|
3
|
+
|
|
4
|
+
ard-fab {
|
|
5
|
+
margin: 8px;
|
|
6
|
+
display: block;
|
|
7
|
+
width: max-content;
|
|
8
|
+
height: max-content;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ard-fab {
|
|
12
|
+
@include shared.button;
|
|
13
|
+
height: var(--ard-_fab-size);
|
|
14
|
+
width: var(--ard-_fab-size);
|
|
15
|
+
font-weight: 900;
|
|
16
|
+
user-select: none;
|
|
17
|
+
border-radius: 999px;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
margin: 0;
|
|
20
|
+
|
|
21
|
+
&.ard-fab-size-standard {
|
|
22
|
+
--ard-_fab-size: 3.5rem;
|
|
23
|
+
font-size: 1.75rem;
|
|
24
|
+
}
|
|
25
|
+
&.ard-fab-size-small {
|
|
26
|
+
--ard-_fab-size: 2.5rem;
|
|
27
|
+
font-size: 1.375rem;
|
|
28
|
+
}
|
|
29
|
+
&.ard-fab-extended {
|
|
30
|
+
min-width: var(--ard-_fab-size);
|
|
31
|
+
width: max-content;
|
|
32
|
+
font-weight: unset;
|
|
33
|
+
|
|
34
|
+
.ard-button-content {
|
|
35
|
+
gap: 0.75em;
|
|
36
|
+
max-width: 10em;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ard-button-content {
|
|
41
|
+
gap: 1em;
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
justify-content: flex-start !important;
|
|
44
|
+
max-width: 1.5em;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
transition: max-width 0.5s ease;
|
|
47
|
+
|
|
48
|
+
ard-icon {
|
|
49
|
+
font-size: 1em;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&.ard-appearance-transparent {
|
|
54
|
+
@include CM.focus-overlay-scale-addon();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
ard-fab.ard-disabled {
|
|
59
|
+
> .ard-fab {
|
|
60
|
+
@include shared.button-disabled;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@keyframes maxWidth {
|
|
65
|
+
0% {
|
|
66
|
+
max-width: 1.5em;
|
|
67
|
+
}
|
|
68
|
+
99% {
|
|
69
|
+
max-width: 21em;
|
|
70
|
+
}
|
|
71
|
+
100% {
|
|
72
|
+
max-width: unset;
|
|
73
|
+
}
|
|
74
|
+
}
|