@ardium-ui/ui 1.0.2 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/_internal/boolean-component.mjs +28 -42
- package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +5 -5
- package/esm2022/lib/_internal/clear-button/clear-button.module.mjs +4 -4
- package/esm2022/lib/_internal/disablable-component.mjs +24 -22
- package/esm2022/lib/_internal/focusable-component.mjs +12 -25
- package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +172 -169
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +115 -120
- package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +56 -53
- package/esm2022/lib/_internal/models/pagination.model.mjs +72 -106
- package/esm2022/lib/_internal/ngmodel-component.mjs +5 -5
- package/esm2022/lib/_internal/queue.mjs +1 -1
- package/esm2022/lib/_internal/selectable-list-component.mjs +74 -98
- package/esm2022/lib/badge/badge.directive.mjs +70 -99
- package/esm2022/lib/badge/badge.module.mjs +4 -4
- package/esm2022/lib/badge/index.mjs +4 -0
- package/esm2022/lib/buttons/_button-base.mjs +13 -35
- package/esm2022/lib/buttons/button/button.component.mjs +22 -37
- package/esm2022/lib/buttons/button/button.module.mjs +4 -4
- package/esm2022/lib/buttons/button/index.mjs +3 -0
- package/esm2022/lib/buttons/fab/fab.component.mjs +16 -28
- package/esm2022/lib/buttons/fab/fab.module.mjs +4 -4
- package/esm2022/lib/buttons/fab/index.mjs +3 -0
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +17 -25
- package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +4 -4
- package/esm2022/lib/buttons/icon-button/index.mjs +3 -0
- package/esm2022/lib/card/card.children.mjs +32 -33
- package/esm2022/lib/card/card.component.mjs +14 -17
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/card/index.mjs +5 -0
- package/esm2022/lib/checkbox/checkbox.component.mjs +33 -46
- package/esm2022/lib/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/lib/checkbox/index.mjs +4 -0
- package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +31 -57
- package/esm2022/lib/checkbox-list/checkbox-list.module.mjs +4 -4
- package/esm2022/lib/checkbox-list/index.mjs +4 -0
- package/esm2022/lib/chip/chip.component.mjs +22 -42
- package/esm2022/lib/chip/chip.module.mjs +4 -4
- package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +28 -53
- package/esm2022/lib/chip/index.mjs +5 -0
- package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +25 -49
- package/esm2022/lib/color/color-display/color-display.component.mjs +15 -32
- package/esm2022/lib/color/color-display/color-display.module.mjs +4 -4
- package/esm2022/lib/color/color-display/index.mjs +4 -0
- package/esm2022/lib/color/color-picker/color-picker.types.mjs +1 -1
- package/esm2022/lib/dialog/dialog.component.mjs +54 -130
- package/esm2022/lib/dialog/dialog.directives.mjs +3 -3
- package/esm2022/lib/dialog/dialog.module.mjs +4 -4
- package/esm2022/lib/dialog/dialog.types.mjs +1 -1
- package/esm2022/lib/dialog/index.mjs +5 -0
- package/esm2022/lib/divider/divider.component.mjs +9 -14
- package/esm2022/lib/divider/divider.module.mjs +4 -4
- package/esm2022/lib/divider/index.mjs +3 -0
- package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +40 -59
- package/esm2022/lib/dropdown-panel/dropdown-panel.module.mjs +4 -4
- package/esm2022/lib/dropdown-panel/index.mjs +4 -0
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +12 -17
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.directives.mjs +9 -9
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +6 -6
- package/esm2022/lib/file-inputs/file-drop-area/index.mjs +4 -0
- package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +24 -50
- package/esm2022/lib/file-inputs/file-input/file-input.directives.mjs +18 -18
- package/esm2022/lib/file-inputs/file-input/file-input.module.mjs +4 -4
- package/esm2022/lib/file-inputs/file-input/index.mjs +4 -0
- package/esm2022/lib/file-inputs/file-input-base.mjs +38 -72
- package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +20 -47
- package/esm2022/lib/form-field-frame/form-field-frame.directives.mjs +6 -6
- package/esm2022/lib/form-field-frame/form-field-frame.module.mjs +4 -4
- package/esm2022/lib/form-field-frame/index.mjs +4 -0
- package/esm2022/lib/icon/icon.component.mjs +32 -67
- package/esm2022/lib/icon/icon.module.mjs +4 -4
- package/esm2022/lib/icon/icon.pipe.mjs +3 -3
- package/esm2022/lib/icon/index.mjs +4 -0
- package/esm2022/lib/inputs/color-input/color-input.directives.mjs +24 -24
- package/esm2022/lib/inputs/color-input/color-input.types.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.component.mjs +65 -115
- package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +83 -92
- package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +4 -4
- 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 +4 -0
- package/esm2022/lib/inputs/hex-input/hex-input.component.mjs +59 -122
- package/esm2022/lib/inputs/hex-input/hex-input.directives.mjs +9 -9
- package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +24 -8
- package/esm2022/lib/inputs/hex-input/index.mjs +4 -0
- package/esm2022/lib/inputs/hex-input.model.mjs +24 -33
- package/esm2022/lib/inputs/input/index.mjs +4 -0
- package/esm2022/lib/inputs/input/input.component.mjs +95 -154
- package/esm2022/lib/inputs/input/input.directives.mjs +16 -16
- package/esm2022/lib/inputs/input/input.module.mjs +21 -7
- package/esm2022/lib/inputs/input-transformers.mjs +6 -6
- package/esm2022/lib/inputs/input-utils.mjs +75 -94
- package/esm2022/lib/inputs/number-input/index.mjs +4 -0
- package/esm2022/lib/inputs/number-input/number-input.component.mjs +106 -170
- package/esm2022/lib/inputs/number-input/number-input.directives.mjs +3 -3
- package/esm2022/lib/inputs/number-input/number-input.module.mjs +4 -4
- package/esm2022/lib/inputs/password-input/index.mjs +5 -0
- package/esm2022/lib/inputs/password-input/password-input.component.mjs +74 -144
- package/esm2022/lib/inputs/password-input/password-input.directives.mjs +12 -12
- package/esm2022/lib/inputs/password-input/password-input.module.mjs +4 -4
- package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/index.mjs +4 -0
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +57 -110
- package/esm2022/lib/inputs/simple-input/simple-input.directives.mjs +9 -9
- package/esm2022/lib/inputs/simple-input/simple-input.module.mjs +4 -4
- package/esm2022/lib/kbd/index.mjs +4 -0
- package/esm2022/lib/kbd/kbd.component.mjs +15 -29
- package/esm2022/lib/kbd/kbd.module.mjs +4 -4
- package/esm2022/lib/kbd/kbd.pipe.mjs +3 -3
- package/esm2022/lib/kbd-shortcut/index.mjs +3 -0
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +23 -40
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.module.mjs +4 -4
- package/esm2022/lib/modal/index.mjs +3 -0
- package/esm2022/lib/modal/modal.component.mjs +42 -83
- package/esm2022/lib/modal/modal.module.mjs +4 -4
- package/esm2022/lib/option/index.mjs +3 -0
- package/esm2022/lib/option/option.component.mjs +24 -46
- package/esm2022/lib/option/option.module.mjs +4 -4
- package/esm2022/lib/progress-bar/index.mjs +5 -0
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +43 -81
- package/esm2022/lib/progress-bar/progress-bar.directive.mjs +3 -3
- package/esm2022/lib/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
- package/esm2022/lib/progress-circle/index.mjs +5 -0
- package/esm2022/lib/progress-circle/progress-circle.component.mjs +33 -78
- package/esm2022/lib/progress-circle/progress-circle.directive.mjs +3 -3
- 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 -0
- package/esm2022/lib/radio/radio/radio.component.mjs +16 -25
- package/esm2022/lib/radio/radio-group.component.mjs +71 -85
- package/esm2022/lib/radio/radio.module.mjs +4 -4
- package/esm2022/lib/search-functions.mjs +7 -7
- package/esm2022/lib/segment/index.mjs +5 -0
- package/esm2022/lib/segment/segment.component.mjs +70 -137
- package/esm2022/lib/segment/segment.directives.mjs +4 -4
- package/esm2022/lib/segment/segment.module.mjs +4 -4
- package/esm2022/lib/select/index.mjs +5 -0
- package/esm2022/lib/select/select.component.mjs +348 -655
- package/esm2022/lib/select/select.directive.mjs +46 -46
- package/esm2022/lib/select/select.module.mjs +4 -4
- package/esm2022/lib/select/select.types.mjs +1 -1
- package/esm2022/lib/slide-toggle/index.mjs +4 -0
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +19 -24
- package/esm2022/lib/slide-toggle/slide-toggle.module.mjs +4 -4
- package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +5 -0
- package/esm2022/lib/slider/abstract-slider.mjs +111 -200
- package/esm2022/lib/slider/index.mjs +7 -0
- package/esm2022/lib/slider/range-slider/range-slider.component.mjs +26 -23
- package/esm2022/lib/slider/range-slider/range-slider.module.mjs +4 -4
- package/esm2022/lib/slider/slider.component.mjs +13 -10
- package/esm2022/lib/slider/slider.directive.mjs +3 -3
- package/esm2022/lib/slider/slider.module.mjs +7 -7
- 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 +8 -8
- package/esm2022/lib/snackbar/snackbar.service.mjs +13 -12
- package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
- package/esm2022/lib/spinner/index.mjs +3 -0
- package/esm2022/lib/spinner/spinner.component.mjs +9 -13
- package/esm2022/lib/spinner/spinner.module.mjs +4 -4
- package/esm2022/lib/star/index.mjs +4 -0
- package/esm2022/lib/star/star-button/index.mjs +3 -0
- package/esm2022/lib/star/star-button/star-button.component.mjs +17 -26
- package/esm2022/lib/star/star-button/star-button.module.mjs +4 -4
- package/esm2022/lib/star/star-display/index.mjs +3 -0
- package/esm2022/lib/star/star-display/star-display.component.mjs +48 -55
- package/esm2022/lib/star/star-display/star-display.module.mjs +4 -4
- package/esm2022/lib/star/star-input/index.mjs +3 -0
- package/esm2022/lib/star/star-input/star-input.component.mjs +70 -106
- package/esm2022/lib/star/star-input/star-input.module.mjs +4 -4
- package/esm2022/lib/star/star.component.mjs +12 -20
- package/esm2022/lib/star/star.module.mjs +4 -4
- package/esm2022/lib/statebox/index.mjs +3 -0
- package/esm2022/lib/statebox/statebox.component.mjs +64 -102
- package/esm2022/lib/statebox/statebox.module.mjs +4 -4
- package/esm2022/lib/statebox/statebox.types.mjs +1 -1
- package/esm2022/lib/tabber/index.mjs +4 -0
- package/esm2022/lib/tabber/tab/tab.component.mjs +42 -0
- package/esm2022/lib/tabber/tabber.component.mjs +83 -0
- package/esm2022/lib/tabber/tabber.module.mjs +19 -0
- package/esm2022/lib/table/index.mjs +5 -0
- package/esm2022/lib/table/table-item-storage.mjs +204 -200
- package/esm2022/lib/table/table.component.mjs +184 -304
- package/esm2022/lib/table/table.directives.mjs +19 -21
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/table/utils.mjs +1 -1
- package/esm2022/lib/table-from-csv/index.mjs +3 -0
- package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +85 -29
- package/esm2022/lib/table-from-csv/table-from-csv.module.mjs +4 -4
- package/esm2022/lib/table-pagination/index.mjs +4 -0
- package/esm2022/lib/table-pagination/table-pagination.component.mjs +46 -114
- package/esm2022/lib/table-pagination/table-pagination.module.mjs +4 -4
- package/esm2022/lib/types/item-storage.types.mjs +1 -1
- package/esm2022/lib/types/utility.types.mjs +2 -2
- package/esm2022/public-api.mjs +58 -182
- package/fesm2022/ardium-ui-ui.mjs +7847 -11692
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/_internal/boolean-component.d.ts +8 -9
- package/lib/_internal/clear-button/clear-button.component.d.ts +1 -1
- package/lib/_internal/disablable-component.d.ts +12 -7
- package/lib/_internal/focusable-component.d.ts +5 -7
- package/lib/_internal/item-storages/dropdown-item-storage.d.ts +43 -41
- package/lib/_internal/item-storages/simple-item-storage.d.ts +28 -25
- package/lib/_internal/item-storages/simplest-item-storage.d.ts +14 -9
- package/lib/_internal/models/pagination.model.d.ts +38 -42
- package/lib/_internal/ngmodel-component.d.ts +1 -1
- package/lib/_internal/selectable-list-component.d.ts +30 -30
- package/lib/badge/badge.directive.d.ts +15 -20
- package/lib/badge/index.d.ts +3 -0
- package/lib/buttons/_button-base.d.ts +9 -12
- package/lib/buttons/button/button.component.d.ts +6 -8
- package/lib/buttons/button/index.d.ts +2 -0
- package/lib/buttons/fab/fab.component.d.ts +4 -6
- package/lib/buttons/fab/index.d.ts +2 -0
- package/lib/buttons/icon-button/icon-button.component.d.ts +6 -7
- package/lib/buttons/icon-button/index.d.ts +2 -0
- package/lib/card/card.children.d.ts +4 -3
- package/lib/card/card.component.d.ts +5 -4
- package/lib/card/index.d.ts +4 -0
- package/lib/checkbox/checkbox.component.d.ts +8 -12
- package/lib/checkbox/index.d.ts +3 -0
- package/lib/checkbox-list/checkbox-list.component.d.ts +22 -21
- package/lib/checkbox-list/index.d.ts +3 -0
- package/lib/chip/chip.component.d.ts +8 -10
- package/lib/chip/deletable-chip/deletable-chip.component.d.ts +11 -14
- package/lib/chip/index.d.ts +4 -0
- package/lib/chip/selectable-chip/selectable-chip.component.d.ts +10 -12
- package/lib/color/color-display/color-display.component.d.ts +6 -9
- package/lib/color/color-display/index.d.ts +3 -0
- package/lib/color/color-picker/color-picker.types.d.ts +4 -4
- package/lib/dialog/dialog.component.d.ts +25 -35
- package/lib/dialog/dialog.types.d.ts +2 -2
- package/lib/dialog/index.d.ts +4 -0
- package/lib/divider/divider.component.d.ts +3 -4
- package/lib/divider/index.d.ts +2 -0
- package/lib/dropdown-panel/dropdown-panel.component.d.ts +17 -20
- package/lib/dropdown-panel/index.d.ts +3 -0
- package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +5 -4
- package/lib/file-inputs/file-drop-area/index.d.ts +3 -0
- package/lib/file-inputs/file-input/file-input.component.d.ts +13 -17
- package/lib/file-inputs/file-input/index.d.ts +3 -0
- package/lib/file-inputs/file-input-base.d.ts +13 -18
- package/lib/form-field-frame/form-field-frame.component.d.ts +12 -16
- package/lib/form-field-frame/index.d.ts +3 -0
- package/lib/icon/icon.component.d.ts +10 -19
- package/lib/icon/index.d.ts +3 -0
- package/lib/inputs/color-input/color-input.types.d.ts +2 -2
- package/lib/inputs/digit-input/digit-input.component.d.ts +22 -30
- package/lib/inputs/digit-input/digit-input.model.d.ts +8 -12
- package/lib/inputs/digit-input/digit-input.types.d.ts +4 -4
- package/lib/inputs/digit-input/digit-input.utils.d.ts +4 -5
- package/lib/inputs/digit-input/index.d.ts +3 -0
- package/lib/inputs/hex-input/hex-input.component.d.ts +32 -38
- package/lib/inputs/hex-input/index.d.ts +3 -0
- package/lib/inputs/hex-input.model.d.ts +10 -11
- package/lib/inputs/input/index.d.ts +3 -0
- package/lib/inputs/input/input.component.d.ts +34 -40
- package/lib/inputs/input/input.directives.d.ts +3 -3
- package/lib/inputs/input-utils.d.ts +24 -27
- package/lib/inputs/number-input/index.d.ts +3 -0
- package/lib/inputs/number-input/number-input.component.d.ts +38 -48
- package/lib/inputs/password-input/index.d.ts +4 -0
- package/lib/inputs/password-input/password-input.component.d.ts +28 -40
- package/lib/inputs/password-input/password-input.types.d.ts +2 -2
- package/lib/inputs/simple-input/index.d.ts +3 -0
- package/lib/inputs/simple-input/simple-input.component.d.ts +30 -35
- package/lib/kbd/index.d.ts +3 -0
- package/lib/kbd/kbd.component.d.ts +6 -8
- package/lib/kbd-shortcut/index.d.ts +2 -0
- package/lib/kbd-shortcut/kbd-shortcut.component.d.ts +7 -10
- package/lib/modal/index.d.ts +2 -0
- package/lib/modal/modal.component.d.ts +22 -30
- package/lib/option/index.d.ts +2 -0
- package/lib/option/option.component.d.ts +11 -16
- package/lib/progress-bar/index.d.ts +4 -0
- package/lib/progress-bar/progress-bar.component.d.ts +14 -20
- package/lib/progress-bar/progress-bar.types.d.ts +2 -2
- package/lib/progress-circle/index.d.ts +4 -0
- package/lib/progress-circle/progress-circle.component.d.ts +12 -20
- package/lib/progress-circle/progress-circle.types.d.ts +2 -2
- package/lib/radio/index.d.ts +3 -0
- package/lib/radio/radio/radio.component.d.ts +7 -8
- package/lib/radio/radio-group.component.d.ts +13 -16
- package/lib/segment/index.d.ts +4 -0
- package/lib/segment/segment.component.d.ts +22 -34
- package/lib/segment/segment.directives.d.ts +2 -3
- package/lib/select/index.d.ts +4 -0
- package/lib/select/select.component.d.ts +114 -160
- package/lib/select/select.directive.d.ts +3 -3
- package/lib/select/select.types.d.ts +2 -76
- package/lib/slide-toggle/index.d.ts +3 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +9 -7
- package/lib/slide-toggle/slide-toggle.types.d.ts +5 -0
- package/lib/slider/abstract-slider.d.ts +38 -55
- package/lib/slider/index.d.ts +6 -0
- package/lib/slider/range-slider/range-slider.component.d.ts +3 -1
- package/lib/slider/slider.component.d.ts +2 -0
- package/lib/slider/slider.types.d.ts +8 -8
- package/lib/snackbar/snackbar-ref.d.ts +1 -2
- package/lib/snackbar/snackbar.component.d.ts +3 -3
- package/lib/snackbar/snackbar.service.d.ts +2 -2
- package/lib/snackbar/snackbar.types.d.ts +4 -4
- package/lib/spinner/index.d.ts +2 -0
- package/lib/spinner/spinner.component.d.ts +3 -3
- package/lib/star/index.d.ts +3 -0
- package/lib/star/star-button/index.d.ts +2 -0
- package/lib/star/star-button/star-button.component.d.ts +7 -7
- package/lib/star/star-display/index.d.ts +2 -0
- package/lib/star/star-display/star-display.component.d.ts +8 -12
- package/lib/star/star-input/index.d.ts +2 -0
- package/lib/star/star-input/star-input.component.d.ts +17 -22
- package/lib/star/star.component.d.ts +5 -5
- package/lib/statebox/index.d.ts +3 -0
- package/lib/statebox/statebox.component.d.ts +15 -21
- package/lib/statebox/statebox.types.d.ts +12 -8
- package/lib/tabber/index.d.ts +3 -0
- package/lib/tabber/tab/tab.component.d.ts +18 -0
- package/lib/tabber/tabber.component.d.ts +25 -0
- package/lib/tabber/tabber.module.d.ts +9 -0
- package/lib/table/index.d.ts +4 -0
- package/lib/table/table-item-storage.d.ts +70 -58
- package/lib/table/table.component.d.ts +59 -78
- package/lib/table/table.directives.d.ts +4 -3
- package/lib/table-from-csv/index.d.ts +2 -0
- package/lib/table-from-csv/table-from-csv.component.d.ts +46 -9
- package/lib/table-pagination/index.d.ts +3 -0
- package/lib/table-pagination/table-pagination.component.d.ts +21 -30
- package/lib/types/item-storage.types.d.ts +19 -18
- package/lib/types/utility.types.d.ts +2 -1
- package/package.json +8 -9
- package/prebuilt-themes/default/badge.css +5 -5
- package/prebuilt-themes/default/buttons/fab.css +4 -3
- package/prebuilt-themes/default/buttons/fab.css.map +1 -1
- package/prebuilt-themes/default/card.css +7 -7
- package/prebuilt-themes/default/chips.css +3 -8
- package/prebuilt-themes/default/chips.css.map +1 -1
- package/prebuilt-themes/default/core.css +6 -3
- package/prebuilt-themes/default/core.css.map +1 -1
- package/prebuilt-themes/default/inputs/color-input.css +1 -1
- package/prebuilt-themes/default/inputs/digit-input.css +1 -1
- package/prebuilt-themes/default/inputs/file-input.css +139 -2
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css +2 -2
- package/prebuilt-themes/default/inputs/input.css +1 -1
- package/prebuilt-themes/default/inputs/search-bar.css +1 -1
- package/prebuilt-themes/default/inputs/simple-input.css +1 -1
- package/prebuilt-themes/default/modal.css +1 -1
- package/prebuilt-themes/default/segment.css +2 -2
- package/prebuilt-themes/default/segment.css.map +1 -1
- package/prebuilt-themes/default/select.css +5 -3
- package/prebuilt-themes/default/select.css.map +1 -1
- package/prebuilt-themes/default/snackbar.css +0 -1
- package/prebuilt-themes/default/snackbar.css.map +1 -1
- package/prebuilt-themes/default/tabber.css +207 -0
- package/prebuilt-themes/default/tabber.css.map +1 -0
- package/public-api.d.ts +43 -136
- package/themes/default/_clear-button.scss +1 -1
- package/themes/default/badge.scss +5 -5
- package/themes/default/buttons/fab.scss +5 -3
- package/themes/default/card.scss +7 -7
- package/themes/default/chips.scss +2 -8
- package/themes/default/core.scss +6 -3
- package/themes/default/inputs/digit-input.scss +1 -1
- package/themes/default/inputs/file-input.scss +8 -1
- package/themes/default/inputs/hex-input.scss +1 -1
- package/themes/default/modal.scss +1 -1
- package/themes/default/segment.scss +2 -1
- package/themes/default/select.scss +4 -2
- package/themes/default/snackbar.scss +0 -2
- package/themes/default/tabber.scss +86 -0
- package/esm2022/lib/calendar/calendar.component.mjs +0 -979
- package/esm2022/lib/calendar/calendar.directives.mjs +0 -107
- package/esm2022/lib/calendar/calendar.helpers.mjs +0 -47
- package/esm2022/lib/calendar/calendar.module.mjs +0 -21
- package/esm2022/lib/calendar/calendar.types.mjs +0 -11
- package/esm2022/lib/color/color-picker/color-picker.component.mjs +0 -484
- package/esm2022/lib/color/color-picker/color-picker.directives.mjs +0 -55
- package/esm2022/lib/color/color-picker/color-picker.module.mjs +0 -43
- package/esm2022/lib/inputs/color-input/color-input.component.mjs +0 -421
- package/esm2022/lib/inputs/color-input/color-input.module.mjs +0 -85
- package/lib/calendar/calendar.component.d.ts +0 -155
- package/lib/calendar/calendar.directives.d.ts +0 -51
- package/lib/calendar/calendar.helpers.d.ts +0 -15
- package/lib/calendar/calendar.module.d.ts +0 -11
- package/lib/calendar/calendar.types.d.ts +0 -80
- package/lib/color/color-picker/color-picker.component.d.ts +0 -125
- package/lib/color/color-picker/color-picker.directives.d.ts +0 -27
- package/lib/color/color-picker/color-picker.module.d.ts +0 -13
- package/lib/inputs/color-input/color-input.component.d.ts +0 -147
- package/lib/inputs/color-input/color-input.module.d.ts +0 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/snackbar.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_coloring.scss"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/snackbar.scss","../../../../projects/ui/src/themes/_variables.scss","../../../../projects/ui/src/themes/default/_coloring.scss"],"names":[],"mappings":"AAGA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBCVS;EDWT;EAEA;EACA;EACA;EACA;;AEnBA;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;;AF9GF;EACE;EACA;EACA;EACA;EACA,OClBQ;;ADoBR;EACE;;AAIJ;EACE;;;AAUJ;EACE;IANA;IACA;IACA;;;AASF;EACE;IAZA;IACA;IACA","file":"snackbar.css"}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
ard-tabber {
|
|
2
|
+
max-width: 100%;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ard-tabber {
|
|
6
|
+
height: max-content;
|
|
7
|
+
width: 100%;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
align-items: stretch;
|
|
11
|
+
}
|
|
12
|
+
.ard-tabber.ard-color-none {
|
|
13
|
+
--ard-cmpcl--bg: var(--ard-bg);
|
|
14
|
+
--ard-cmpcl--bg-colored: var(--ard-bg-alt);
|
|
15
|
+
--ard-cmpcl--bg-colored-light: var(--ard-detail-light);
|
|
16
|
+
--ard-cmpcl--bg-header: var(--ard-bg-filled);
|
|
17
|
+
--ard-cmpcl--bg-colored-verylight: var(--ard-bg-darker);
|
|
18
|
+
--ard-cmpcl--on-bg: var(--ard-text);
|
|
19
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
20
|
+
--ard-cmpcl--border: var(--ard-text);
|
|
21
|
+
--ard-cmpcl--border-light: var(--ard-text2);
|
|
22
|
+
--ard-cmpcl--content: var(--ard-text);
|
|
23
|
+
--ard-cmpcl--content-light: var(--ard-text-alt);
|
|
24
|
+
--ard-cmpcl--overlay-rgb: var(--ard-overlay-rgb);
|
|
25
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
26
|
+
--ard-cmpcl--overlay-colored: var(--ard-overlay);
|
|
27
|
+
--ard-cmpcl--overlay-colored-light: var(--ard-text-alt);
|
|
28
|
+
}
|
|
29
|
+
.ard-tabber.ard-color-primary {
|
|
30
|
+
--ard-cmpcl--bg: rgb(var(--ard-primary-500));
|
|
31
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-primary-500));
|
|
32
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-primary-100));
|
|
33
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-primary-100));
|
|
34
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-primary-50));
|
|
35
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
36
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
37
|
+
--ard-cmpcl--border: rgb(var(--ard-primary-300));
|
|
38
|
+
--ard-cmpcl--border-light: rgb(var(--ard-primary-100));
|
|
39
|
+
--ard-cmpcl--content: rgb(var(--ard-primary-700));
|
|
40
|
+
--ard-cmpcl--content-light: rgb(var(--ard-primary-300));
|
|
41
|
+
--ard-cmpcl--overlay-rgb: var(--ard-primary-500);
|
|
42
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
43
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-primary-700));
|
|
44
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-primary-100));
|
|
45
|
+
}
|
|
46
|
+
.ard-tabber.ard-color-secondary {
|
|
47
|
+
--ard-cmpcl--bg: rgb(var(--ard-secondary-500));
|
|
48
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-secondary-500));
|
|
49
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-secondary-50));
|
|
50
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-secondary-50));
|
|
51
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-secondary-50));
|
|
52
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
53
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
54
|
+
--ard-cmpcl--border: rgb(var(--ard-secondary-300));
|
|
55
|
+
--ard-cmpcl--border-light: rgb(var(--ard-secondary-100));
|
|
56
|
+
--ard-cmpcl--content: rgb(var(--ard-secondary-700));
|
|
57
|
+
--ard-cmpcl--content-light: rgb(var(--ard-secondary-300));
|
|
58
|
+
--ard-cmpcl--overlay-rgb: var(--ard-secondary-500);
|
|
59
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
60
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-secondary-700));
|
|
61
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-secondary-100));
|
|
62
|
+
}
|
|
63
|
+
.ard-tabber.ard-color-warn {
|
|
64
|
+
--ard-cmpcl--bg: rgb(var(--ard-warn-500));
|
|
65
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-warn-500));
|
|
66
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-warn-50));
|
|
67
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-warn-50));
|
|
68
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-warn-50));
|
|
69
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
70
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
71
|
+
--ard-cmpcl--border: rgb(var(--ard-warn-300));
|
|
72
|
+
--ard-cmpcl--border-light: rgb(var(--ard-warn-100));
|
|
73
|
+
--ard-cmpcl--content: rgb(var(--ard-warn-700));
|
|
74
|
+
--ard-cmpcl--content-light: rgb(var(--ard-warn-100));
|
|
75
|
+
--ard-cmpcl--overlay-rgb: var(--ard-warn-500);
|
|
76
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
77
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-warn-700));
|
|
78
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-warn-100));
|
|
79
|
+
}
|
|
80
|
+
.ard-tabber.ard-color-danger {
|
|
81
|
+
--ard-cmpcl--bg: rgb(var(--ard-danger-700));
|
|
82
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-danger-700));
|
|
83
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-danger-100));
|
|
84
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-danger-100));
|
|
85
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-danger-50));
|
|
86
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
87
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
88
|
+
--ard-cmpcl--border: rgb(var(--ard-danger-300));
|
|
89
|
+
--ard-cmpcl--border-light: rgb(var(--ard-danger-100));
|
|
90
|
+
--ard-cmpcl--content: rgb(var(--ard-danger-900));
|
|
91
|
+
--ard-cmpcl--content-light: rgb(var(--ard-danger-500));
|
|
92
|
+
--ard-cmpcl--overlay-rgb: var(--ard-danger-700);
|
|
93
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
94
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-danger-700));
|
|
95
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-danger-300));
|
|
96
|
+
}
|
|
97
|
+
.ard-tabber.ard-color-success {
|
|
98
|
+
--ard-cmpcl--bg: rgb(var(--ard-success-700));
|
|
99
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-success-700));
|
|
100
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-success-50));
|
|
101
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-success-50));
|
|
102
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-success-50));
|
|
103
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
104
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
105
|
+
--ard-cmpcl--border: rgb(var(--ard-success-300));
|
|
106
|
+
--ard-cmpcl--border-light: rgb(var(--ard-success-100));
|
|
107
|
+
--ard-cmpcl--content: rgb(var(--ard-success-900));
|
|
108
|
+
--ard-cmpcl--content-light: rgb(var(--ard-success-300));
|
|
109
|
+
--ard-cmpcl--overlay-rgb: var(--ard-success-700);
|
|
110
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
111
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-success-700));
|
|
112
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-success-300));
|
|
113
|
+
}
|
|
114
|
+
.ard-tabber.ard-color-info {
|
|
115
|
+
--ard-cmpcl--bg: rgb(var(--ard-info-500));
|
|
116
|
+
--ard-cmpcl--bg-colored: rgb(var(--ard-info-500));
|
|
117
|
+
--ard-cmpcl--bg-colored-light: rgb(var(--ard-info-50));
|
|
118
|
+
--ard-cmpcl--bg-header: rgb(var(--ard-info-50));
|
|
119
|
+
--ard-cmpcl--bg-colored-verylight: rgb(var(--ard-info-50));
|
|
120
|
+
--ard-cmpcl--on-bg: var(--ard-text-alt);
|
|
121
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
122
|
+
--ard-cmpcl--border: rgb(var(--ard-info-300));
|
|
123
|
+
--ard-cmpcl--border-light: rgb(var(--ard-info-100));
|
|
124
|
+
--ard-cmpcl--content: rgb(var(--ard-info-700));
|
|
125
|
+
--ard-cmpcl--content-light: rgb(var(--ard-info-300));
|
|
126
|
+
--ard-cmpcl--overlay-rgb: var(--ard-info-500);
|
|
127
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
128
|
+
--ard-cmpcl--overlay-colored: rgb(var(--ard-info-700));
|
|
129
|
+
--ard-cmpcl--overlay-colored-light: rgb(var(--ard-info-100));
|
|
130
|
+
}
|
|
131
|
+
.ard-tabber.ard-color-currentColor {
|
|
132
|
+
--ard-cmpcl--bg: var(--ard-bg);
|
|
133
|
+
--ard-cmpcl--bg-colored: currentColor;
|
|
134
|
+
--ard-cmpcl--on-bg: currentColor;
|
|
135
|
+
--ard-cmpcl--on-bg-colored: var(--ard-text-alt);
|
|
136
|
+
--ard-cmpcl--border: currentColor;
|
|
137
|
+
--ard-cmpcl--border-light: currentColor;
|
|
138
|
+
--ard-cmpcl--content: currentColor;
|
|
139
|
+
--ard-cmpcl--content-light: currentColor;
|
|
140
|
+
--ard-cmpcl--overlay-rgb: var(--ard-overlay-rgb);
|
|
141
|
+
--ard-cmpcl--overlay: var(--ard-overlay);
|
|
142
|
+
--ard-cmpcl--overlay-colored: currentColor;
|
|
143
|
+
--ard-cmpcl--overlay-colored-light: currentColor;
|
|
144
|
+
}
|
|
145
|
+
.ard-tabber .ard-tabber-tabs {
|
|
146
|
+
max-width: 100%;
|
|
147
|
+
display: flex;
|
|
148
|
+
flex-wrap: wrap;
|
|
149
|
+
border-bottom: 1px solid var(--ard-detail-ultralight);
|
|
150
|
+
}
|
|
151
|
+
.ard-tabber .ard-tabber-tabs.ard-tab-align-left {
|
|
152
|
+
justify-content: left;
|
|
153
|
+
}
|
|
154
|
+
.ard-tabber .ard-tabber-tabs.ard-tab-align-middle {
|
|
155
|
+
justify-content: center;
|
|
156
|
+
}
|
|
157
|
+
.ard-tabber .ard-tabber-tabs.ard-tab-align-right {
|
|
158
|
+
justify-content: right;
|
|
159
|
+
}
|
|
160
|
+
.ard-tabber .ard-tabber-tabs.ard-stretch-tabs {
|
|
161
|
+
justify-content: stretch;
|
|
162
|
+
}
|
|
163
|
+
.ard-tabber .ard-tabber-tabs.ard-stretch-tabs .ard-tab-button {
|
|
164
|
+
flex-grow: 1;
|
|
165
|
+
}
|
|
166
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button {
|
|
167
|
+
height: 2.5em;
|
|
168
|
+
font-size: 0.875rem;
|
|
169
|
+
position: relative;
|
|
170
|
+
border: none;
|
|
171
|
+
background: none;
|
|
172
|
+
padding: 0 1.5rem;
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
outline: none;
|
|
175
|
+
}
|
|
176
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button .ard-focus-overlay {
|
|
177
|
+
position: absolute;
|
|
178
|
+
top: -0;
|
|
179
|
+
bottom: -0;
|
|
180
|
+
left: -0;
|
|
181
|
+
right: -0;
|
|
182
|
+
opacity: 0;
|
|
183
|
+
border-radius: inherit;
|
|
184
|
+
pointer-events: none;
|
|
185
|
+
transition: opacity 0.2s ease;
|
|
186
|
+
background: var(--ard-bg-alt);
|
|
187
|
+
}
|
|
188
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button:hover .ard-focus-overlay, .ard-tabber .ard-tabber-tabs .ard-tab-button:focus .ard-focus-overlay {
|
|
189
|
+
opacity: 4%;
|
|
190
|
+
}
|
|
191
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button.ard-active .ard-focus-overlay, .ard-tabber .ard-tabber-tabs .ard-tab-button:active .ard-focus-overlay {
|
|
192
|
+
opacity: 12%;
|
|
193
|
+
}
|
|
194
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button:focus-visible .ard-focus-overlay {
|
|
195
|
+
opacity: 18%;
|
|
196
|
+
}
|
|
197
|
+
.ard-tabber .ard-tabber-tabs .ard-tab-button.ard-tab-active::after {
|
|
198
|
+
content: "";
|
|
199
|
+
position: absolute;
|
|
200
|
+
left: 0;
|
|
201
|
+
right: 0;
|
|
202
|
+
bottom: 0;
|
|
203
|
+
height: 2px;
|
|
204
|
+
background: var(--ard-cmpcl--bg-colored);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/*# sourceMappingURL=tabber.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../projects/ui/src/themes/default/tabber.scss","../../../../projects/ui/src/themes/default/_coloring.scss","../../../../projects/ui/src/themes/default/_mixins.scss","../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAIA;EACE;;;AAGF;EAEE;EACA;EACA;EACA;EACA;;ACXA;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;;ADtHF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EEpCJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EF6BM,YGlDC;;AHuDD;EACE;;AAKF;EACE;;AAIF;EACE;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA","file":"tabber.css"}
|
package/public-api.d.ts
CHANGED
|
@@ -1,142 +1,49 @@
|
|
|
1
1
|
import 'first-last';
|
|
2
|
+
export * from './lib/select';
|
|
3
|
+
export * from './lib/option';
|
|
4
|
+
export * from './lib/inputs/simple-input';
|
|
5
|
+
export * from './lib/inputs/input';
|
|
6
|
+
export * from './lib/inputs/digit-input';
|
|
7
|
+
export * from './lib/inputs/password-input';
|
|
8
|
+
export * from './lib/inputs/number-input';
|
|
9
|
+
export * from './lib/file-inputs/file-drop-area';
|
|
10
|
+
export * from './lib/file-inputs/file-input';
|
|
11
|
+
export * from './lib/inputs/hex-input';
|
|
12
|
+
export * from './lib/radio';
|
|
13
|
+
export * from './lib/segment';
|
|
14
|
+
export * from './lib/slider';
|
|
15
|
+
export * from './lib/star/star-button';
|
|
16
|
+
export * from './lib/star/star-input';
|
|
17
|
+
export * from './lib/statebox';
|
|
18
|
+
export * from './lib/slide-toggle';
|
|
19
|
+
export * from './lib/checkbox';
|
|
2
20
|
export * from './lib/buttons/general-button.types';
|
|
3
|
-
export * from './lib/buttons/button
|
|
4
|
-
export * from './lib/buttons/
|
|
5
|
-
export * from './lib/buttons/
|
|
6
|
-
export * from './lib/
|
|
7
|
-
export * from './lib/
|
|
8
|
-
export * from './lib/
|
|
9
|
-
export * from './lib/
|
|
10
|
-
export * from './lib/
|
|
11
|
-
export * from './lib/
|
|
12
|
-
export * from './lib/
|
|
13
|
-
export * from './lib/
|
|
14
|
-
export * from './lib/
|
|
15
|
-
export * from './lib/
|
|
16
|
-
export * from './lib/
|
|
17
|
-
export * from './lib/
|
|
18
|
-
export * from './lib/
|
|
19
|
-
export * from './lib/
|
|
20
|
-
export * from './lib/
|
|
21
|
-
export * from './lib/
|
|
22
|
-
export * from './lib/
|
|
23
|
-
export * from './lib/
|
|
24
|
-
export * from './lib/
|
|
25
|
-
export * from './lib/
|
|
26
|
-
export * from './lib/
|
|
27
|
-
export * from './lib/inputs/input/input.directives';
|
|
28
|
-
export * from './lib/inputs/simple-input/simple-input.module';
|
|
29
|
-
export * from './lib/inputs/simple-input/simple-input.component';
|
|
30
|
-
export * from './lib/inputs/simple-input/simple-input.directives';
|
|
31
|
-
export * from './lib/inputs/number-input/number-input.module';
|
|
32
|
-
export * from './lib/inputs/number-input/number-input.component';
|
|
33
|
-
export * from './lib/inputs/number-input/number-input.directives';
|
|
34
|
-
export * from './lib/inputs/hex-input/hex-input.module';
|
|
35
|
-
export * from './lib/inputs/hex-input/hex-input.component';
|
|
36
|
-
export * from './lib/inputs/hex-input/hex-input.directives';
|
|
37
|
-
export * from './lib/select/select.module';
|
|
38
|
-
export * from './lib/select/select.component';
|
|
39
|
-
export * from './lib/select/select.directive';
|
|
40
|
-
export * from './lib/select/select.types';
|
|
41
|
-
export * from './lib/option/option.module';
|
|
42
|
-
export * from './lib/option/option.component';
|
|
43
|
-
export * from './lib/slide-toggle/slide-toggle.module';
|
|
44
|
-
export * from './lib/slide-toggle/slide-toggle.component';
|
|
45
|
-
export * from './lib/slider/slider.module';
|
|
46
|
-
export * from './lib/slider/slider.component';
|
|
47
|
-
export * from './lib/slider/slider.directive';
|
|
48
|
-
export * from './lib/slider/slider.types';
|
|
49
|
-
export * from './lib/slider/range-slider/range-slider.module';
|
|
50
|
-
export * from './lib/slider/range-slider/range-slider.component';
|
|
51
|
-
export * from './lib/star/star.module';
|
|
52
|
-
export * from './lib/star/star.component';
|
|
53
|
-
export * from './lib/star/star.types';
|
|
54
|
-
export * from './lib/star/star-button/star-button.module';
|
|
55
|
-
export * from './lib/star/star-button/star-button.component';
|
|
56
|
-
export * from './lib/star/star-display/star-display.module';
|
|
57
|
-
export * from './lib/star/star-display/star-display.component';
|
|
58
|
-
export * from './lib/star/star-input/star-input.module';
|
|
59
|
-
export * from './lib/star/star-input/star-input.component';
|
|
60
|
-
export * from './lib/statebox/statebox.module';
|
|
61
|
-
export * from './lib/statebox/statebox.component';
|
|
62
|
-
export * from './lib/statebox/statebox.types';
|
|
63
|
-
export * from './lib/segment/segment.module';
|
|
64
|
-
export * from './lib/segment/segment.component';
|
|
65
|
-
export * from './lib/segment/segment.directives';
|
|
66
|
-
export * from './lib/segment/segment.types';
|
|
67
|
-
export * from './lib/icon/icon.module';
|
|
68
|
-
export * from './lib/icon/icon.component';
|
|
69
|
-
export * from './lib/icon/icon.pipe';
|
|
70
|
-
export * from './lib/color/color-display/color-display.module';
|
|
71
|
-
export * from './lib/color/color-display/color-display.component';
|
|
72
|
-
export * from './lib/color/color-display/color-display.types';
|
|
73
|
-
export * from './lib/color/color-picker/color-picker.module';
|
|
74
|
-
export * from './lib/color/color-picker/color-picker.component';
|
|
75
|
-
export * from './lib/color/color-picker/color-picker.directives';
|
|
76
|
-
export * from './lib/color/color-picker/color-picker.types';
|
|
77
|
-
export * from './lib/inputs/color-input/color-input.module';
|
|
78
|
-
export * from './lib/inputs/color-input/color-input.component';
|
|
79
|
-
export * from './lib/inputs/color-input/color-input.directives';
|
|
80
|
-
export * from './lib/inputs/color-input/color-input.types';
|
|
81
|
-
export * from './lib/calendar/calendar.module';
|
|
82
|
-
export * from './lib/calendar/calendar.component';
|
|
83
|
-
export * from './lib/calendar/calendar.types';
|
|
84
|
-
export * from './lib/kbd/kbd.module';
|
|
85
|
-
export * from './lib/kbd/kbd.component';
|
|
86
|
-
export * from './lib/kbd/kbd.pipe';
|
|
87
|
-
export * from './lib/kbd-shortcut/kbd-shortcut.module';
|
|
88
|
-
export * from './lib/kbd-shortcut/kbd-shortcut.component';
|
|
89
|
-
export * from './lib/progress-circle/progress-circle.module';
|
|
90
|
-
export * from './lib/progress-circle/progress-circle.component';
|
|
91
|
-
export * from './lib/progress-circle/progress-circle.types';
|
|
92
|
-
export * from './lib/progress-circle/progress-circle.directive';
|
|
93
|
-
export * from './lib/progress-bar/progress-bar.module';
|
|
94
|
-
export * from './lib/progress-bar/progress-bar.component';
|
|
95
|
-
export * from './lib/progress-bar/progress-bar.types';
|
|
96
|
-
export * from './lib/progress-bar/progress-bar.directive';
|
|
97
|
-
export * from './lib/card/card.module';
|
|
98
|
-
export * from './lib/card/card.component';
|
|
99
|
-
export * from './lib/card/card.types';
|
|
100
|
-
export * from './lib/card/card.children';
|
|
101
|
-
export * from './lib/divider/divider.module';
|
|
102
|
-
export * from './lib/divider/divider.component';
|
|
103
|
-
export * from './lib/inputs/password-input/password-input.module';
|
|
104
|
-
export * from './lib/inputs/password-input/password-input.component';
|
|
105
|
-
export * from './lib/inputs/password-input/password-input.directives';
|
|
106
|
-
export * from './lib/inputs/password-input/password-input.types';
|
|
107
|
-
export * from './lib/radio/radio/radio.component';
|
|
108
|
-
export * from './lib/radio/radio.module';
|
|
109
|
-
export * from './lib/radio/radio-group.component';
|
|
110
|
-
export * from './lib/file-inputs/file-drop-area/file-drop-area.module';
|
|
111
|
-
export * from './lib/file-inputs/file-drop-area/file-drop-area.component';
|
|
112
|
-
export * from './lib/file-inputs/file-drop-area/file-drop-area.directives';
|
|
113
|
-
export * from './lib/file-inputs/file-input/file-input.module';
|
|
114
|
-
export * from './lib/file-inputs/file-input/file-input.component';
|
|
115
|
-
export * from './lib/file-inputs/file-input/file-input.directives';
|
|
116
|
-
export * from './lib/table/table.module';
|
|
117
|
-
export * from './lib/table/table.component';
|
|
118
|
-
export * from './lib/table/table.directives';
|
|
119
|
-
export * from './lib/table/table.types';
|
|
120
|
-
export * from './lib/table-pagination/table-pagination.module';
|
|
121
|
-
export * from './lib/table-pagination/table-pagination.component';
|
|
122
|
-
export * from './lib/table-pagination/table-pagination.types';
|
|
123
|
-
export * from './lib/table-from-csv/table-from-csv.module';
|
|
124
|
-
export * from './lib/table-from-csv/table-from-csv.component';
|
|
125
|
-
export * from './lib/badge/badge.module';
|
|
126
|
-
export * from './lib/badge/badge.directive';
|
|
127
|
-
export * from './lib/badge/badge.types';
|
|
128
|
-
export * from './lib/spinner/spinner.module';
|
|
129
|
-
export * from './lib/spinner/spinner.component';
|
|
130
|
-
export * from './lib/inputs/digit-input/digit-input.module';
|
|
131
|
-
export * from './lib/inputs/digit-input/digit-input.component';
|
|
132
|
-
export * from './lib/inputs/digit-input/digit-input.types';
|
|
133
|
-
export * from './lib/modal/modal.module';
|
|
134
|
-
export * from './lib/modal/modal.component';
|
|
135
|
-
export * from './lib/dialog/dialog.module';
|
|
136
|
-
export * from './lib/dialog/dialog.component';
|
|
137
|
-
export * from './lib/dialog/dialog.types';
|
|
138
|
-
export * from './lib/dialog/dialog.directives';
|
|
21
|
+
export * from './lib/buttons/button';
|
|
22
|
+
export * from './lib/buttons/fab';
|
|
23
|
+
export * from './lib/buttons/icon-button';
|
|
24
|
+
export * from './lib/chip';
|
|
25
|
+
export * from './lib/checkbox-list';
|
|
26
|
+
export * from './lib/spinner';
|
|
27
|
+
export * from './lib/progress-bar';
|
|
28
|
+
export * from './lib/progress-circle';
|
|
29
|
+
export * from './lib/badge';
|
|
30
|
+
export * from './lib/form-field-frame';
|
|
31
|
+
export * from './lib/dropdown-panel';
|
|
32
|
+
export * from './lib/color/color-display';
|
|
33
|
+
export * from './lib/kbd';
|
|
34
|
+
export * from './lib/kbd-shortcut';
|
|
35
|
+
export * from './lib/table';
|
|
36
|
+
export * from './lib/table-pagination';
|
|
37
|
+
export * from './lib/table-from-csv';
|
|
38
|
+
export * from './lib/star';
|
|
39
|
+
export * from './lib/star/star-display';
|
|
40
|
+
export * from './lib/tabber';
|
|
41
|
+
export * from './lib/card';
|
|
42
|
+
export * from './lib/divider';
|
|
43
|
+
export * from './lib/modal';
|
|
44
|
+
export * from './lib/dialog';
|
|
139
45
|
export * from './lib/snackbar';
|
|
46
|
+
export * from './lib/icon';
|
|
140
47
|
export * from './lib/types/alignment.types';
|
|
141
48
|
export * from './lib/types/colors.types';
|
|
142
49
|
export * from './lib/types/theming.types';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
pointer-events: none;
|
|
12
12
|
|
|
13
13
|
//! colors
|
|
14
|
-
background: var(--ard-cmpcl--
|
|
14
|
+
background: var(--ard-cmpcl--bg-colored);
|
|
15
15
|
color: var(--ard-cmpcl--on-bg-colored);
|
|
16
16
|
|
|
17
17
|
//! variants
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
|
|
42
42
|
&.ard-badge-size-small {
|
|
43
43
|
--ard-_badge-size: 0.55rem;
|
|
44
|
-
font-weight:
|
|
44
|
+
font-weight: 400;
|
|
45
45
|
letter-spacing: 0.2px;
|
|
46
46
|
}
|
|
47
47
|
&.ard-badge-size-medium {
|
|
48
48
|
--ard-_badge-size: 0.667rem;
|
|
49
|
-
font-weight:
|
|
49
|
+
font-weight: 500;
|
|
50
50
|
letter-spacing: 0.2px;
|
|
51
51
|
}
|
|
52
52
|
&.ard-badge-size-large {
|
|
53
53
|
--ard-_badge-size: 0.8125rem;
|
|
54
|
-
font-weight:
|
|
54
|
+
font-weight: 600;
|
|
55
55
|
letter-spacing: 0.2px;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
//! overlap
|
|
59
|
-
--ard-_badge-overlap-offset-x: 0
|
|
59
|
+
--ard-_badge-overlap-offset-x: 0.3em;
|
|
60
60
|
|
|
61
61
|
&.ard-badge-overlap {
|
|
62
62
|
--ard-_badge-overlap-offset-x: 50%;
|
|
@@ -17,16 +17,14 @@ ard-fab {
|
|
|
17
17
|
border-radius: 999px;
|
|
18
18
|
justify-content: center;
|
|
19
19
|
margin: 0;
|
|
20
|
-
padding: 1rem;
|
|
21
20
|
|
|
22
21
|
&.ard-fab-size-standard {
|
|
23
22
|
--ard-_fab-size: 3.5rem;
|
|
24
|
-
font-size:
|
|
23
|
+
font-size: 1.75rem;
|
|
25
24
|
}
|
|
26
25
|
&.ard-fab-size-small {
|
|
27
26
|
--ard-_fab-size: 2.5rem;
|
|
28
27
|
font-size: 0.875rem;
|
|
29
|
-
padding: 0.5625rem;
|
|
30
28
|
}
|
|
31
29
|
&.ard-fab-extended {
|
|
32
30
|
min-width: var(--ard-_fab-size);
|
|
@@ -46,6 +44,10 @@ ard-fab {
|
|
|
46
44
|
max-width: 1.5em;
|
|
47
45
|
overflow: hidden;
|
|
48
46
|
transition: max-width 0.5s ease;
|
|
47
|
+
|
|
48
|
+
ard-icon {
|
|
49
|
+
font-size: 1em;
|
|
50
|
+
}
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
&.ard-appearance-transparent {
|
package/themes/default/card.scss
CHANGED
|
@@ -11,7 +11,7 @@ ard-card,
|
|
|
11
11
|
|
|
12
12
|
//! appearances
|
|
13
13
|
&.ard-appearance-outlined {
|
|
14
|
-
border: 1px solid $border;
|
|
14
|
+
border: 1px solid $border-light;
|
|
15
15
|
}
|
|
16
16
|
&.ard-appearance-raised {
|
|
17
17
|
box-shadow: $card-shadow;
|
|
@@ -49,20 +49,20 @@ ard-card-header {
|
|
|
49
49
|
font-weight: 500;
|
|
50
50
|
}
|
|
51
51
|
.ard-card-title {
|
|
52
|
-
font-size: 1.
|
|
52
|
+
font-size: 1.375em;
|
|
53
53
|
letter-spacing: 0.0125em;
|
|
54
54
|
color: $text;
|
|
55
55
|
}
|
|
56
56
|
.ard-card-subtitle {
|
|
57
|
-
font-size:
|
|
58
|
-
letter-spacing: 0.
|
|
57
|
+
font-size: 1em;
|
|
58
|
+
letter-spacing: 0.0078125em;
|
|
59
59
|
color: $text3;
|
|
60
|
-
|
|
60
|
+
margin-top: 0.125rem;
|
|
61
61
|
}
|
|
62
62
|
.ard-card-avatar {
|
|
63
63
|
display: block;
|
|
64
|
-
width:
|
|
65
|
-
height:
|
|
64
|
+
width: 3em;
|
|
65
|
+
height: 3em;
|
|
66
66
|
border-radius: 9999px;
|
|
67
67
|
flex-shrink: 0;
|
|
68
68
|
object-fit: cover;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
font-family: 'Roboto', sans-serif;
|
|
13
13
|
color: $text2;
|
|
14
14
|
background: $bg;
|
|
15
|
-
border-radius: var(--ard-
|
|
15
|
+
border-radius: var(--ard-variant-border-radius);
|
|
16
16
|
padding: 0;
|
|
17
17
|
margin: 6px;
|
|
18
18
|
vertical-align: middle;
|
|
@@ -59,13 +59,6 @@
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
//! variants
|
|
63
|
-
&.ard-variant-rounded {
|
|
64
|
-
--ard-_chip-border-radius: 6px;
|
|
65
|
-
}
|
|
66
|
-
&.ard-chip-variant-pill {
|
|
67
|
-
--ard-_chip-border-radius: 9999px;
|
|
68
|
-
}
|
|
69
62
|
//! appearances
|
|
70
63
|
&.ard-appearance-filled {
|
|
71
64
|
background: var(--ard-cmpcl--bg-colored);
|
|
@@ -91,6 +84,7 @@
|
|
|
91
84
|
background: transparent;
|
|
92
85
|
color: var(--ard-cmpcl--content);
|
|
93
86
|
border: 1px solid var(--ard-cmpcl--bg-colored);
|
|
87
|
+
border-radius: var(--ard-variant-border-radius);
|
|
94
88
|
font-weight: 600;
|
|
95
89
|
|
|
96
90
|
&.ard-chip-selectable {
|
package/themes/default/core.scss
CHANGED
|
@@ -82,9 +82,12 @@
|
|
|
82
82
|
--ard-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.7);
|
|
83
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
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
|
-
|
|
87
|
-
--ard-simple-
|
|
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);
|
|
88
91
|
|
|
89
92
|
--ard-spinner-color: rgba(0, 0, 0, 50%);
|
|
90
93
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use './shared' as inputMixin;
|
|
2
2
|
@use '../mixins' as defaultMixins;
|
|
3
3
|
@use '../clear-button' as CB;
|
|
4
|
+
@use '../coloring' as CM;
|
|
4
5
|
@import '../../variables';
|
|
5
6
|
|
|
6
7
|
.ard-file-input-form-field-frame {
|
|
@@ -9,18 +10,24 @@
|
|
|
9
10
|
}
|
|
10
11
|
}
|
|
11
12
|
.ard-file-input {
|
|
13
|
+
@include CM.typeColors();
|
|
12
14
|
@include inputMixin.genericInput();
|
|
13
15
|
padding: 0 0 0 0.375rem;
|
|
14
16
|
min-width: 10rem;
|
|
15
17
|
max-width: 100%;
|
|
16
18
|
gap: 0.125rem;
|
|
17
19
|
cursor: default;
|
|
20
|
+
border-radius: var(--ard-variant-border-radius);
|
|
18
21
|
|
|
19
|
-
*:not(button):not(ard-
|
|
22
|
+
*:not(button):not(ard-clear-button) {
|
|
20
23
|
pointer-events: none;
|
|
21
24
|
user-select: none;
|
|
22
25
|
}
|
|
23
26
|
|
|
27
|
+
&.ard-state-dragover {
|
|
28
|
+
outline: 2px solid var(--ard-cmpcl--content-light);
|
|
29
|
+
}
|
|
30
|
+
|
|
24
31
|
.ard-file-input__value {
|
|
25
32
|
font-size: 92%;
|
|
26
33
|
overflow: hidden;
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
cursor: pointer;
|
|
44
44
|
transition:
|
|
45
45
|
color 0.1s $timing-fn,
|
|
46
|
+
opacity 0.1s $timing-fn,
|
|
46
47
|
border-color 0.1s $timing-fn,
|
|
47
48
|
background-color 0.1s $timing-fn;
|
|
48
49
|
outline: none;
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
&.ard-option-disabled {
|
|
58
|
-
opacity:
|
|
59
|
+
opacity: 50%;
|
|
59
60
|
pointer-events: none;
|
|
60
61
|
}
|
|
61
62
|
|