@ardium-ui/ui 2.4.0 → 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 +1 -1
- package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +9 -6
- package/esm2022/lib/_internal/disablable-component.mjs +5 -4
- package/esm2022/lib/_internal/focusable-component.mjs +5 -2
- 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/ngmodel-component.mjs +1 -2
- package/esm2022/lib/_internal/selectable-list-component.mjs +2 -22
- package/esm2022/lib/badge/badge.defaults.mjs +12 -6
- package/esm2022/lib/badge/badge.directive.mjs +1 -1
- package/esm2022/lib/badge/index.mjs +1 -1
- package/esm2022/lib/buttons/_button-base.defaults.mjs +1 -1
- package/esm2022/lib/buttons/_button-base.mjs +6 -5
- package/esm2022/lib/buttons/button/button.component.mjs +11 -9
- package/esm2022/lib/buttons/button/button.defaults.mjs +11 -7
- package/esm2022/lib/buttons/button/index.mjs +1 -1
- package/esm2022/lib/buttons/fab/fab.component.mjs +15 -14
- package/esm2022/lib/buttons/fab/fab.defaults.mjs +11 -5
- package/esm2022/lib/buttons/fab/index.mjs +1 -1
- package/esm2022/lib/buttons/general-button.types.mjs +2 -2
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +11 -9
- package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +4 -1
- package/esm2022/lib/buttons/icon-button/index.mjs +1 -1
- package/esm2022/lib/card/card.children.mjs +4 -4
- package/esm2022/lib/card/card.component.mjs +2 -2
- package/esm2022/lib/card/card.defaults.mjs +10 -4
- package/esm2022/lib/card/index.mjs +1 -1
- package/esm2022/lib/checkbox/checkbox.component.mjs +13 -17
- package/esm2022/lib/checkbox/checkbox.defaults.mjs +10 -4
- package/esm2022/lib/checkbox/index.mjs +1 -1
- package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +11 -9
- package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +17 -11
- package/esm2022/lib/checkbox-list/index.mjs +3 -2
- package/esm2022/lib/chip/chip.component.mjs +11 -9
- package/esm2022/lib/chip/chip.defaults.mjs +4 -1
- package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +11 -9
- package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +10 -4
- package/esm2022/lib/chip/index.mjs +5 -2
- package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +11 -9
- package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +11 -5
- 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 +1 -1
- package/esm2022/lib/divider/divider.defaults.mjs +8 -2
- 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 +8 -12
- 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 +10 -10
- 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 +2632 -1980
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/_internal/clear-button/clear-button.component.d.ts +1 -0
- package/lib/_internal/disablable-component.d.ts +1 -0
- 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/selectable-list-component.d.ts +0 -1
- package/lib/badge/badge.defaults.d.ts +2 -1
- package/lib/buttons/_button-base.d.ts +1 -0
- package/lib/buttons/button/button.component.d.ts +3 -1
- package/lib/buttons/button/button.defaults.d.ts +2 -1
- package/lib/buttons/fab/fab.component.d.ts +5 -5
- package/lib/buttons/fab/fab.defaults.d.ts +4 -4
- package/lib/buttons/general-button.types.d.ts +2 -2
- package/lib/buttons/icon-button/icon-button.component.d.ts +3 -1
- package/lib/buttons/icon-button/icon-button.defaults.d.ts +2 -1
- package/lib/card/card.defaults.d.ts +2 -1
- package/lib/checkbox/checkbox.component.d.ts +4 -3
- package/lib/checkbox/checkbox.defaults.d.ts +2 -1
- package/lib/checkbox-list/checkbox-list.component.d.ts +4 -2
- package/lib/checkbox-list/checkbox-list.defaults.d.ts +2 -1
- package/lib/checkbox-list/index.d.ts +2 -1
- package/lib/chip/chip.component.d.ts +3 -1
- package/lib/chip/chip.defaults.d.ts +3 -10
- package/lib/chip/deletable-chip/deletable-chip.component.d.ts +3 -1
- package/lib/chip/deletable-chip/deletable-chip.defaults.d.ts +2 -1
- package/lib/chip/index.d.ts +4 -1
- package/lib/chip/selectable-chip/selectable-chip.component.d.ts +3 -1
- package/lib/chip/selectable-chip/selectable-chip.defaults.d.ts +2 -1
- 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.defaults.d.ts +2 -1
- 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 +1 -0
- 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/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/themes/default/core.scss
CHANGED
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
|
2
|
-
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
|
|
3
|
-
|
|
4
|
-
:root {
|
|
5
|
-
--ard-bg: white;
|
|
6
|
-
--ard-bg-alt: black;
|
|
7
|
-
--ard-overlay: black;
|
|
8
|
-
--ard-overlay-rgb: 0, 0, 0;
|
|
9
|
-
--ard-bg-filled: #ebebeb;
|
|
10
|
-
--ard-bg-darker: #f7f7f7;
|
|
11
|
-
--ard-bg-filled-alt: #333;
|
|
12
|
-
--ard-text: rgba(0, 0, 0, 100%);
|
|
13
|
-
--ard-text2: rgba(0, 0, 0, 87%);
|
|
14
|
-
--ard-text3: rgba(0, 0, 0, 75%);
|
|
15
|
-
--ard-text-alt: rgba(255, 255, 255, 100%);
|
|
16
|
-
--ard-text2-alt: rgba(255, 255, 255, 87%);
|
|
17
|
-
--ard-text3-alt: rgba(255, 255, 255, 75%);
|
|
18
|
-
--ard-border: rgba(0, 0, 0, 40%);
|
|
19
|
-
--ard-border-dark: rgba(0, 0, 0, 70%);
|
|
20
|
-
--ard-border-light: rgba(0, 0, 0, 25%);
|
|
21
|
-
--ard-detail: rgba(0, 0, 0, 60%);
|
|
22
|
-
--ard-detail-light: rgba(0, 0, 0, 30%);
|
|
23
|
-
--ard-detail-ultralight: rgba(0, 0, 0, 12%);
|
|
24
|
-
--ard-detail-ultralight-solid: rgb(204, 204, 204);
|
|
25
|
-
--ard-lighten-overlay: rgba(255, 255, 255, 12.5%);
|
|
26
|
-
--ard-lighten-overlay-strong: rgba(255, 255, 255, 20%);
|
|
27
|
-
--ard-lighten-overlay-medium: rgba(255, 255, 255, 10%);
|
|
28
|
-
--ard-lighten-overlay-light: rgba(255, 255, 255, 5%);
|
|
29
|
-
--ard-darken-overlay: rgba(0, 0, 0, 12.5%);
|
|
30
|
-
--ard-darken-overlay-strong: rgba(0, 0, 0, 20%);
|
|
31
|
-
--ard-darken-overlay-medium: rgba(0, 0, 0, 10%);
|
|
32
|
-
--ard-darken-overlay-light: rgba(0, 0, 0, 5%);
|
|
33
|
-
--ard-darken-overlay-ultralight: rgba(0, 0, 0, 3%);
|
|
34
|
-
|
|
35
|
-
--ard-star: #ffc107;
|
|
36
|
-
|
|
37
|
-
--ard-clear-button-size: 0.9rem;
|
|
38
|
-
--ard-dropdown-button-size: 0.4rem;
|
|
39
|
-
|
|
40
|
-
--ard-primary-50: 234, 235, 243;
|
|
41
|
-
--ard-primary-100: 159, 167, 228;
|
|
42
|
-
--ard-primary-300: 78, 99, 219;
|
|
43
|
-
--ard-primary-500: 36, 56, 185;
|
|
44
|
-
--ard-primary-700: 27, 42, 128;
|
|
45
|
-
--ard-primary-900: 19, 28, 87;
|
|
46
|
-
|
|
47
|
-
--ard-secondary-50: 229, 172, 243;
|
|
48
|
-
--ard-secondary-100: 216, 107, 243;
|
|
49
|
-
--ard-secondary-300: 195, 38, 238;
|
|
50
|
-
--ard-secondary-500: 145, 13, 182;
|
|
51
|
-
--ard-secondary-700: 103, 10, 129;
|
|
52
|
-
--ard-secondary-900: 69, 7, 85;
|
|
53
|
-
|
|
54
|
-
--ard-danger-50: 247, 197, 196;
|
|
55
|
-
--ard-danger-100: 243, 151, 149;
|
|
56
|
-
--ard-danger-300: 245, 103, 100;
|
|
57
|
-
--ard-danger-500: 243, 55, 52;
|
|
58
|
-
--ard-danger-700: 202, 17, 14;
|
|
59
|
-
--ard-danger-900: 165, 13, 11;
|
|
60
|
-
|
|
61
|
-
--ard-warn-50: 248, 224, 192;
|
|
62
|
-
--ard-warn-100: 247, 196, 129;
|
|
63
|
-
--ard-warn-300: 240, 169, 77;
|
|
64
|
-
--ard-warn-500: 224, 140, 38;
|
|
65
|
-
--ard-warn-700: 173, 101, 13;
|
|
66
|
-
--ard-warn-900: 117, 69, 7;
|
|
67
|
-
|
|
68
|
-
--ard-success-50: 184, 240, 187;
|
|
69
|
-
--ard-success-100: 124, 230, 129;
|
|
70
|
-
--ard-success-300: 73, 223, 80;
|
|
71
|
-
--ard-success-500: 33, 179, 40;
|
|
72
|
-
--ard-success-700: 27, 131, 33;
|
|
73
|
-
--ard-success-900: 14, 82, 17;
|
|
74
|
-
|
|
75
|
-
--ard-info-50: 187, 210, 241;
|
|
76
|
-
--ard-info-100: 131, 180, 243;
|
|
77
|
-
--ard-info-300: 76, 147, 240;
|
|
78
|
-
--ard-info-500: 19, 113, 236;
|
|
79
|
-
--ard-info-700: 13, 81, 172;
|
|
80
|
-
--ard-info-900: 8, 49, 102;
|
|
81
|
-
|
|
82
|
-
--ard-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.7);
|
|
83
|
-
--ard-card-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
84
|
-
|
|
85
|
-
--ard-simple-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
|
86
|
-
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
87
|
-
--ard-simple-shadow2: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
|
|
88
|
-
0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
89
|
-
--ard-simple-shadow3: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
90
|
-
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
91
|
-
|
|
92
|
-
--ard-spinner-color: rgba(0, 0, 0, 50%);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.ard-disabled {
|
|
96
|
-
pointer-events: none;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@import '../variables';
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
--ard-bg: white;
|
|
6
|
+
--ard-bg-alt: black;
|
|
7
|
+
--ard-overlay: black;
|
|
8
|
+
--ard-overlay-rgb: 0, 0, 0;
|
|
9
|
+
--ard-bg-filled: #ebebeb;
|
|
10
|
+
--ard-bg-darker: #f7f7f7;
|
|
11
|
+
--ard-bg-filled-alt: #333;
|
|
12
|
+
--ard-text: rgba(0, 0, 0, 100%);
|
|
13
|
+
--ard-text2: rgba(0, 0, 0, 87%);
|
|
14
|
+
--ard-text3: rgba(0, 0, 0, 75%);
|
|
15
|
+
--ard-text-alt: rgba(255, 255, 255, 100%);
|
|
16
|
+
--ard-text2-alt: rgba(255, 255, 255, 87%);
|
|
17
|
+
--ard-text3-alt: rgba(255, 255, 255, 75%);
|
|
18
|
+
--ard-border: rgba(0, 0, 0, 40%);
|
|
19
|
+
--ard-border-dark: rgba(0, 0, 0, 70%);
|
|
20
|
+
--ard-border-light: rgba(0, 0, 0, 25%);
|
|
21
|
+
--ard-detail: rgba(0, 0, 0, 60%);
|
|
22
|
+
--ard-detail-light: rgba(0, 0, 0, 30%);
|
|
23
|
+
--ard-detail-ultralight: rgba(0, 0, 0, 12%);
|
|
24
|
+
--ard-detail-ultralight-solid: rgb(204, 204, 204);
|
|
25
|
+
--ard-lighten-overlay: rgba(255, 255, 255, 12.5%);
|
|
26
|
+
--ard-lighten-overlay-strong: rgba(255, 255, 255, 20%);
|
|
27
|
+
--ard-lighten-overlay-medium: rgba(255, 255, 255, 10%);
|
|
28
|
+
--ard-lighten-overlay-light: rgba(255, 255, 255, 5%);
|
|
29
|
+
--ard-darken-overlay: rgba(0, 0, 0, 12.5%);
|
|
30
|
+
--ard-darken-overlay-strong: rgba(0, 0, 0, 20%);
|
|
31
|
+
--ard-darken-overlay-medium: rgba(0, 0, 0, 10%);
|
|
32
|
+
--ard-darken-overlay-light: rgba(0, 0, 0, 5%);
|
|
33
|
+
--ard-darken-overlay-ultralight: rgba(0, 0, 0, 3%);
|
|
34
|
+
|
|
35
|
+
--ard-star: #ffc107;
|
|
36
|
+
|
|
37
|
+
--ard-clear-button-size: 0.9rem;
|
|
38
|
+
--ard-dropdown-button-size: 0.4rem;
|
|
39
|
+
|
|
40
|
+
--ard-primary-50: 234, 235, 243;
|
|
41
|
+
--ard-primary-100: 159, 167, 228;
|
|
42
|
+
--ard-primary-300: 78, 99, 219;
|
|
43
|
+
--ard-primary-500: 36, 56, 185;
|
|
44
|
+
--ard-primary-700: 27, 42, 128;
|
|
45
|
+
--ard-primary-900: 19, 28, 87;
|
|
46
|
+
|
|
47
|
+
--ard-secondary-50: 229, 172, 243;
|
|
48
|
+
--ard-secondary-100: 216, 107, 243;
|
|
49
|
+
--ard-secondary-300: 195, 38, 238;
|
|
50
|
+
--ard-secondary-500: 145, 13, 182;
|
|
51
|
+
--ard-secondary-700: 103, 10, 129;
|
|
52
|
+
--ard-secondary-900: 69, 7, 85;
|
|
53
|
+
|
|
54
|
+
--ard-danger-50: 247, 197, 196;
|
|
55
|
+
--ard-danger-100: 243, 151, 149;
|
|
56
|
+
--ard-danger-300: 245, 103, 100;
|
|
57
|
+
--ard-danger-500: 243, 55, 52;
|
|
58
|
+
--ard-danger-700: 202, 17, 14;
|
|
59
|
+
--ard-danger-900: 165, 13, 11;
|
|
60
|
+
|
|
61
|
+
--ard-warn-50: 248, 224, 192;
|
|
62
|
+
--ard-warn-100: 247, 196, 129;
|
|
63
|
+
--ard-warn-300: 240, 169, 77;
|
|
64
|
+
--ard-warn-500: 224, 140, 38;
|
|
65
|
+
--ard-warn-700: 173, 101, 13;
|
|
66
|
+
--ard-warn-900: 117, 69, 7;
|
|
67
|
+
|
|
68
|
+
--ard-success-50: 184, 240, 187;
|
|
69
|
+
--ard-success-100: 124, 230, 129;
|
|
70
|
+
--ard-success-300: 73, 223, 80;
|
|
71
|
+
--ard-success-500: 33, 179, 40;
|
|
72
|
+
--ard-success-700: 27, 131, 33;
|
|
73
|
+
--ard-success-900: 14, 82, 17;
|
|
74
|
+
|
|
75
|
+
--ard-info-50: 187, 210, 241;
|
|
76
|
+
--ard-info-100: 131, 180, 243;
|
|
77
|
+
--ard-info-300: 76, 147, 240;
|
|
78
|
+
--ard-info-500: 19, 113, 236;
|
|
79
|
+
--ard-info-700: 13, 81, 172;
|
|
80
|
+
--ard-info-900: 8, 49, 102;
|
|
81
|
+
|
|
82
|
+
--ard-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.7);
|
|
83
|
+
--ard-card-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
84
|
+
|
|
85
|
+
--ard-simple-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
|
86
|
+
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
87
|
+
--ard-simple-shadow2: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
|
|
88
|
+
0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
89
|
+
--ard-simple-shadow3: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
90
|
+
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
91
|
+
|
|
92
|
+
--ard-spinner-color: rgba(0, 0, 0, 50%);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ard-disabled {
|
|
96
|
+
pointer-events: none;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@import '../variables';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
@use '../coloring' as CM;
|
|
2
|
-
@import '../../variables';
|
|
3
|
-
|
|
4
|
-
ard-digit-input {
|
|
5
|
-
font-family: 'Roboto', sans-serif;
|
|
6
|
-
font-weight: 500;
|
|
7
|
-
color: $text;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.ard-digit-input,
|
|
11
|
-
.ard-digit-input__item,
|
|
12
|
-
.ard-digit-input__input,
|
|
13
|
-
.ard-digit-input__static {
|
|
14
|
-
font: inherit;
|
|
15
|
-
color: inherit;
|
|
16
|
-
}
|
|
17
|
-
.ard-digit-input {
|
|
18
|
-
display: flex;
|
|
19
|
-
gap: 0.5em;
|
|
20
|
-
|
|
21
|
-
.ard-digit-input__item {
|
|
22
|
-
height: max-content;
|
|
23
|
-
display: flex;
|
|
24
|
-
|
|
25
|
-
.ard-digit-input__input {
|
|
26
|
-
width: 2.0625em;
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
text-align: center;
|
|
29
|
-
caret-color: $text3;
|
|
30
|
-
|
|
31
|
-
&:not(.ard-digit-input__input-empty) {
|
|
32
|
-
caret-color: transparent;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
.ard-digit-input__static {
|
|
36
|
-
width: max-content;
|
|
37
|
-
white-space: nowrap;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
&.ard-shape-square {
|
|
41
|
-
.ard-digit-input__item {
|
|
42
|
-
.ard-digit-input__input {
|
|
43
|
-
height: 2.0625em;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
&.ard-shape-rectangle {
|
|
48
|
-
.ard-digit-input__item {
|
|
49
|
-
.ard-digit-input__input {
|
|
50
|
-
font-size: 1.2em;
|
|
51
|
-
width: calc(2.0625em / 1.2);
|
|
52
|
-
height: calc(2.0625em * 1.3 / 1.2);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
@use '../coloring' as CM;
|
|
2
|
+
@import '../../variables';
|
|
3
|
+
|
|
4
|
+
ard-digit-input {
|
|
5
|
+
font-family: 'Roboto', sans-serif;
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
color: $text;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ard-digit-input,
|
|
11
|
+
.ard-digit-input__item,
|
|
12
|
+
.ard-digit-input__input,
|
|
13
|
+
.ard-digit-input__static {
|
|
14
|
+
font: inherit;
|
|
15
|
+
color: inherit;
|
|
16
|
+
}
|
|
17
|
+
.ard-digit-input {
|
|
18
|
+
display: flex;
|
|
19
|
+
gap: 0.5em;
|
|
20
|
+
|
|
21
|
+
.ard-digit-input__item {
|
|
22
|
+
height: max-content;
|
|
23
|
+
display: flex;
|
|
24
|
+
|
|
25
|
+
.ard-digit-input__input {
|
|
26
|
+
width: 2.0625em;
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
text-align: center;
|
|
29
|
+
caret-color: $text3;
|
|
30
|
+
|
|
31
|
+
&:not(.ard-digit-input__input-empty) {
|
|
32
|
+
caret-color: transparent;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.ard-digit-input__static {
|
|
36
|
+
width: max-content;
|
|
37
|
+
white-space: nowrap;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
&.ard-shape-square {
|
|
41
|
+
.ard-digit-input__item {
|
|
42
|
+
.ard-digit-input__input {
|
|
43
|
+
height: 2.0625em;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
&.ard-shape-rectangle {
|
|
48
|
+
.ard-digit-input__item {
|
|
49
|
+
.ard-digit-input__input {
|
|
50
|
+
font-size: 1.2em;
|
|
51
|
+
width: calc(2.0625em / 1.2);
|
|
52
|
+
height: calc(2.0625em * 1.3 / 1.2);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
@use './shared' as inputMixin;
|
|
2
|
-
@use '../mixins' as defaultMixins;
|
|
3
|
-
@use '../clear-button' as CB;
|
|
4
|
-
@use '../coloring' as CM;
|
|
5
|
-
@import '../../variables';
|
|
6
|
-
|
|
7
|
-
.ard-file-input-form-field-frame {
|
|
8
|
-
.ard-form-field-overlay {
|
|
9
|
-
display: none;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
.ard-file-input {
|
|
13
|
-
@include CM.typeColors();
|
|
14
|
-
@include inputMixin.genericInput();
|
|
15
|
-
padding: 0 0 0 0.375rem;
|
|
16
|
-
min-width: 10rem;
|
|
17
|
-
max-width: 100%;
|
|
18
|
-
gap: 0.125rem;
|
|
19
|
-
cursor: default;
|
|
20
|
-
border-radius: var(--ard-variant-border-radius);
|
|
21
|
-
|
|
22
|
-
*:not(button):not(ard-clear-button) {
|
|
23
|
-
pointer-events: none;
|
|
24
|
-
user-select: none;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.ard-state-dragover {
|
|
28
|
-
outline: 2px solid var(--ard-cmpcl--content-light);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.ard-file-input__value {
|
|
32
|
-
font-size: 92%;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
text-overflow: ellipsis;
|
|
35
|
-
max-height: 1.25rem;
|
|
36
|
-
}
|
|
37
|
-
.ard-browse-button {
|
|
38
|
-
cursor: pointer;
|
|
39
|
-
height: calc(100% - 0.25rem);
|
|
40
|
-
margin: 0.125rem;
|
|
41
|
-
aspect-ratio: 1;
|
|
42
|
-
border: none;
|
|
43
|
-
background: none;
|
|
44
|
-
padding: 0;
|
|
45
|
-
position: relative;
|
|
46
|
-
display: flex;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
align-items: center;
|
|
49
|
-
outline: none;
|
|
50
|
-
|
|
51
|
-
.ard-focus-overlay {
|
|
52
|
-
@include defaultMixins.focus-overlay();
|
|
53
|
-
background: $overlay;
|
|
54
|
-
border-radius: 9999px;
|
|
55
|
-
}
|
|
56
|
-
&:hover {
|
|
57
|
-
.ard-focus-overlay {
|
|
58
|
-
opacity: 4%;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
&:focus {
|
|
62
|
-
.ard-focus-overlay {
|
|
63
|
-
opacity: 8%;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
&:active {
|
|
67
|
-
.ard-focus-overlay {
|
|
68
|
-
opacity: 12%;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
&:focus-visible {
|
|
72
|
-
.ard-focus-overlay {
|
|
73
|
-
opacity: 16%;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@include CB.clearButton();
|
|
79
|
-
}
|
|
80
|
-
.ard-disabled {
|
|
81
|
-
.ard-input {
|
|
82
|
-
pointer-events: none;
|
|
83
|
-
opacity: 50%;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
@use './shared' as inputMixin;
|
|
2
|
+
@use '../mixins' as defaultMixins;
|
|
3
|
+
@use '../clear-button' as CB;
|
|
4
|
+
@use '../coloring' as CM;
|
|
5
|
+
@import '../../variables';
|
|
6
|
+
|
|
7
|
+
.ard-file-input-form-field-frame {
|
|
8
|
+
.ard-form-field-overlay {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.ard-file-input {
|
|
13
|
+
@include CM.typeColors();
|
|
14
|
+
@include inputMixin.genericInput();
|
|
15
|
+
padding: 0 0 0 0.375rem;
|
|
16
|
+
min-width: 10rem;
|
|
17
|
+
max-width: 100%;
|
|
18
|
+
gap: 0.125rem;
|
|
19
|
+
cursor: default;
|
|
20
|
+
border-radius: var(--ard-variant-border-radius);
|
|
21
|
+
|
|
22
|
+
*:not(button):not(ard-clear-button) {
|
|
23
|
+
pointer-events: none;
|
|
24
|
+
user-select: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.ard-state-dragover {
|
|
28
|
+
outline: 2px solid var(--ard-cmpcl--content-light);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ard-file-input__value {
|
|
32
|
+
font-size: 92%;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
text-overflow: ellipsis;
|
|
35
|
+
max-height: 1.25rem;
|
|
36
|
+
}
|
|
37
|
+
.ard-browse-button {
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
height: calc(100% - 0.25rem);
|
|
40
|
+
margin: 0.125rem;
|
|
41
|
+
aspect-ratio: 1;
|
|
42
|
+
border: none;
|
|
43
|
+
background: none;
|
|
44
|
+
padding: 0;
|
|
45
|
+
position: relative;
|
|
46
|
+
display: flex;
|
|
47
|
+
justify-content: center;
|
|
48
|
+
align-items: center;
|
|
49
|
+
outline: none;
|
|
50
|
+
|
|
51
|
+
.ard-focus-overlay {
|
|
52
|
+
@include defaultMixins.focus-overlay();
|
|
53
|
+
background: $overlay;
|
|
54
|
+
border-radius: 9999px;
|
|
55
|
+
}
|
|
56
|
+
&:hover {
|
|
57
|
+
.ard-focus-overlay {
|
|
58
|
+
opacity: 4%;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
&:focus {
|
|
62
|
+
.ard-focus-overlay {
|
|
63
|
+
opacity: 8%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
&:active {
|
|
67
|
+
.ard-focus-overlay {
|
|
68
|
+
opacity: 12%;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&:focus-visible {
|
|
72
|
+
.ard-focus-overlay {
|
|
73
|
+
opacity: 16%;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@include CB.clearButton();
|
|
79
|
+
}
|
|
80
|
+
.ard-disabled {
|
|
81
|
+
.ard-input {
|
|
82
|
+
pointer-events: none;
|
|
83
|
+
opacity: 50%;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@use './shared' as inputMixin;
|
|
2
|
-
@use '../mixins' as defaultMixins;
|
|
3
|
-
@use '../clear-button' as CB;
|
|
4
|
-
@import '../../variables';
|
|
5
|
-
|
|
6
|
-
.ard-hex-input {
|
|
7
|
-
@include inputMixin.genericInput();
|
|
8
|
-
padding: 0 0.375rem;
|
|
9
|
-
min-width: 10rem;
|
|
10
|
-
max-width: 100%;
|
|
11
|
-
|
|
12
|
-
@include CB.clearButton();
|
|
13
|
-
|
|
14
|
-
.ard-input-container {
|
|
15
|
-
input {
|
|
16
|
-
font-family: monospace;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.ard-hash-container {
|
|
21
|
-
margin-right: -0.5rem;
|
|
22
|
-
color: $text3;
|
|
23
|
-
opacity: 70%;
|
|
24
|
-
user-select: none;
|
|
25
|
-
font-family: monospace;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
@use './shared' as inputMixin;
|
|
2
|
+
@use '../mixins' as defaultMixins;
|
|
3
|
+
@use '../clear-button' as CB;
|
|
4
|
+
@import '../../variables';
|
|
5
|
+
|
|
6
|
+
.ard-hex-input {
|
|
7
|
+
@include inputMixin.genericInput();
|
|
8
|
+
padding: 0 0.375rem;
|
|
9
|
+
min-width: 10rem;
|
|
10
|
+
max-width: 100%;
|
|
11
|
+
|
|
12
|
+
@include CB.clearButton();
|
|
13
|
+
|
|
14
|
+
.ard-input-container {
|
|
15
|
+
input {
|
|
16
|
+
font-family: monospace;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ard-hash-container {
|
|
21
|
+
margin-right: -0.5rem;
|
|
22
|
+
color: $text3;
|
|
23
|
+
opacity: 70%;
|
|
24
|
+
user-select: none;
|
|
25
|
+
font-family: monospace;
|
|
26
|
+
}
|
|
27
|
+
}
|