@ardium-pl/ui 5.0.0-alpha.106
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/README.md +25 -0
- package/fesm2022/ardium-pl-ui.mjs +18003 -0
- package/fesm2022/ardium-pl-ui.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/_internal/boolean-component.d.ts +65 -0
- package/lib/_internal/clear-button/clear-button.component.d.ts +7 -0
- package/lib/_internal/clear-button/clear-button.module.d.ts +8 -0
- package/lib/_internal/disablable-component.d.ts +24 -0
- package/lib/_internal/focusable-component.d.ts +56 -0
- package/lib/_internal/form-field-component.d.ts +22 -0
- package/lib/_internal/item-storages/dropdown-item-storage.d.ts +79 -0
- package/lib/_internal/item-storages/simple-item-storage.d.ts +167 -0
- package/lib/_internal/item-storages/simplest-item-storage.d.ts +75 -0
- package/lib/_internal/models/pagination.model.d.ts +49 -0
- package/lib/_internal/models/queue.d.ts +21 -0
- package/lib/_internal/ngmodel-component.d.ts +58 -0
- package/lib/_internal/public-api.d.ts +3 -0
- package/lib/_internal/selectable-list-component.d.ts +76 -0
- package/lib/_internal/utils/context-to-inputs.d.ts +3 -0
- package/lib/_internal/utils/date.utils.d.ts +21 -0
- package/lib/badge/badge.defaults.d.ts +13 -0
- package/lib/badge/badge.directive.d.ts +27 -0
- package/lib/badge/badge.module.d.ts +8 -0
- package/lib/badge/badge.types.d.ts +17 -0
- package/lib/badge/index.d.ts +4 -0
- package/lib/breakpoints/breakpoint.service.d.ts +12 -0
- package/lib/breakpoints/breakpoint.utils.d.ts +7 -0
- package/lib/breakpoints/breakpoints.d.ts +13 -0
- package/lib/breakpoints/index.d.ts +2 -0
- package/lib/buttons/_button-base.d.ts +25 -0
- package/lib/buttons/_button-base.defaults.d.ts +17 -0
- package/lib/buttons/button/button.component.d.ts +22 -0
- package/lib/buttons/button/button.defaults.d.ts +10 -0
- package/lib/buttons/button/button.directive.d.ts +23 -0
- package/lib/buttons/button/button.module.d.ts +9 -0
- package/lib/buttons/button/index.d.ts +4 -0
- package/lib/buttons/button-group/button-group.component.d.ts +25 -0
- package/lib/buttons/button-group/button-group.defaults.d.ts +7 -0
- package/lib/buttons/button-group/button-group.module.d.ts +8 -0
- package/lib/buttons/button-group/index.d.ts +3 -0
- package/lib/buttons/fab/fab.component.d.ts +13 -0
- package/lib/buttons/fab/fab.defaults.d.ts +8 -0
- package/lib/buttons/fab/fab.module.d.ts +8 -0
- package/lib/buttons/fab/index.d.ts +3 -0
- package/lib/buttons/general-button.types.d.ts +57 -0
- package/lib/buttons/icon-button/icon-button.component.d.ts +20 -0
- package/lib/buttons/icon-button/icon-button.defaults.d.ts +7 -0
- package/lib/buttons/icon-button/icon-button.module.d.ts +8 -0
- package/lib/buttons/icon-button/index.d.ts +3 -0
- package/lib/calendar/abstract-calendar.d.ts +135 -0
- package/lib/calendar/calendar.component.d.ts +15 -0
- package/lib/calendar/calendar.defaults.d.ts +34 -0
- package/lib/calendar/calendar.directives.d.ts +51 -0
- package/lib/calendar/calendar.internal-directives.d.ts +33 -0
- package/lib/calendar/calendar.internal-types.d.ts +5 -0
- package/lib/calendar/calendar.module.d.ts +10 -0
- package/lib/calendar/calendar.types.d.ts +111 -0
- package/lib/calendar/index.d.ts +8 -0
- package/lib/calendar/range-calendar.component.d.ts +17 -0
- package/lib/calendar/range-calendar.directives.d.ts +51 -0
- package/lib/calendar/range-calendar.module.d.ts +10 -0
- package/lib/calendar/views/calendar-views.module.d.ts +13 -0
- package/lib/calendar/views/days-view/days-view.component.d.ts +86 -0
- package/lib/calendar/views/days-view/days-view.helpers.d.ts +20 -0
- package/lib/calendar/views/months-view/months-view.component.d.ts +73 -0
- package/lib/calendar/views/months-view/months-view.helpers.d.ts +3 -0
- package/lib/calendar/views/years-view/years-view.component.d.ts +71 -0
- package/lib/calendar/views/years-view/years-view.helpers.d.ts +3 -0
- package/lib/card/card.children.d.ts +44 -0
- package/lib/card/card.component.d.ts +15 -0
- package/lib/card/card.defaults.d.ts +10 -0
- package/lib/card/card.module.d.ts +9 -0
- package/lib/card/card.types.d.ts +10 -0
- package/lib/card/index.d.ts +5 -0
- package/lib/checkbox/checkbox.component.d.ts +38 -0
- package/lib/checkbox/checkbox.defaults.d.ts +12 -0
- package/lib/checkbox/checkbox.directives.d.ts +15 -0
- package/lib/checkbox/checkbox.internal-directives.d.ts +10 -0
- package/lib/checkbox/checkbox.module.d.ts +10 -0
- package/lib/checkbox/checkbox.types.d.ts +22 -0
- package/lib/checkbox/index.d.ts +5 -0
- package/lib/checkbox-list/checkbox-list.component.d.ts +55 -0
- package/lib/checkbox-list/checkbox-list.defaults.d.ts +20 -0
- package/lib/checkbox-list/checkbox-list.directives.d.ts +16 -0
- package/lib/checkbox-list/checkbox-list.module.d.ts +11 -0
- package/lib/checkbox-list/checkbox-list.types.d.ts +11 -0
- package/lib/checkbox-list/index.d.ts +5 -0
- package/lib/chip/chip.component.d.ts +20 -0
- package/lib/chip/chip.defaults.d.ts +15 -0
- package/lib/chip/chip.module.d.ts +11 -0
- package/lib/chip/deletable-chip/deletable-chip.component.d.ts +23 -0
- package/lib/chip/deletable-chip/deletable-chip.defaults.d.ts +8 -0
- package/lib/chip/index.d.ts +7 -0
- package/lib/chip/selectable-chip/selectable-chip.component.d.ts +25 -0
- package/lib/chip/selectable-chip/selectable-chip.defaults.d.ts +9 -0
- package/lib/dialog/dialog.component.d.ts +47 -0
- package/lib/dialog/dialog.defaults.d.ts +19 -0
- package/lib/dialog/dialog.directives.d.ts +15 -0
- package/lib/dialog/dialog.module.d.ts +11 -0
- package/lib/dialog/dialog.types.d.ts +38 -0
- package/lib/dialog/index.d.ts +5 -0
- package/lib/divider/divider.component.d.ts +6 -0
- package/lib/divider/divider.defaults.d.ts +11 -0
- package/lib/divider/divider.directive.d.ts +18 -0
- package/lib/divider/divider.module.d.ts +9 -0
- package/lib/divider/divider.types.d.ts +5 -0
- package/lib/divider/index.d.ts +5 -0
- package/lib/dropdown-panel/dropdown-panel.component.d.ts +36 -0
- package/lib/dropdown-panel/dropdown-panel.defaults.d.ts +10 -0
- package/lib/dropdown-panel/dropdown-panel.module.d.ts +8 -0
- package/lib/dropdown-panel/dropdown-panel.types.d.ts +12 -0
- package/lib/dropdown-panel/index.d.ts +4 -0
- package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +26 -0
- package/lib/file-inputs/file-drop-area/file-drop-area.defaults.d.ts +10 -0
- package/lib/file-inputs/file-drop-area/file-drop-area.directives.d.ts +21 -0
- package/lib/file-inputs/file-drop-area/file-drop-area.module.d.ts +12 -0
- package/lib/file-inputs/file-drop-area/index.d.ts +4 -0
- package/lib/file-inputs/file-input/file-input.component.d.ts +38 -0
- package/lib/file-inputs/file-input/file-input.defaults.d.ts +17 -0
- package/lib/file-inputs/file-input/file-input.directives.d.ts +46 -0
- package/lib/file-inputs/file-input/file-input.module.d.ts +13 -0
- package/lib/file-inputs/file-input/index.d.ts +4 -0
- package/lib/file-inputs/file-input-base.d.ts +60 -0
- package/lib/file-inputs/file-input-base.defaults.d.ts +7 -0
- package/lib/file-inputs/file-input-types.d.ts +41 -0
- package/lib/form-field/auto-error/auto-error.component.d.ts +19 -0
- package/lib/form-field/auto-error/auto-error.provider.d.ts +7 -0
- package/lib/form-field/error/error.component.d.ts +6 -0
- package/lib/form-field/error/error.directive.d.ts +9 -0
- package/lib/form-field/form-field-base.d.ts +30 -0
- package/lib/form-field/form-field-child.token.d.ts +8 -0
- package/lib/form-field/form-field-native-inputs.d.ts +17 -0
- package/lib/form-field/form-field.component.d.ts +7 -0
- package/lib/form-field/form-field.defaults.d.ts +11 -0
- package/lib/form-field/form-field.module.d.ts +17 -0
- package/lib/form-field/hint/hint.component.d.ts +6 -0
- package/lib/form-field/hint/hint.directive.d.ts +9 -0
- package/lib/form-field/hint-error/hint-error.component.d.ts +6 -0
- package/lib/form-field/hint-error/hint-error.directive.d.ts +9 -0
- package/lib/form-field/horizontal-form-field.component.d.ts +7 -0
- package/lib/form-field/index.d.ts +15 -0
- package/lib/form-field/label/label.component.d.ts +12 -0
- package/lib/form-field-frame/form-field-frame.component.d.ts +43 -0
- package/lib/form-field-frame/form-field-frame.defaults.d.ts +13 -0
- package/lib/form-field-frame/form-field-frame.directives.d.ts +15 -0
- package/lib/form-field-frame/form-field-frame.module.d.ts +9 -0
- package/lib/form-field-frame/form-field-frame.types.d.ts +10 -0
- package/lib/form-field-frame/index.d.ts +5 -0
- package/lib/grid/grid.component.d.ts +63 -0
- package/lib/grid/grid.defaults.d.ts +16 -0
- package/lib/grid/grid.module.d.ts +7 -0
- package/lib/grid/grid.types.d.ts +38 -0
- package/lib/grid/grid.utils.d.ts +20 -0
- package/lib/grid/index.d.ts +4 -0
- package/lib/icon/icon.component.d.ts +28 -0
- package/lib/icon/icon.defaults.d.ts +11 -0
- package/lib/icon/icon.module.d.ts +9 -0
- package/lib/icon/icon.pipe.d.ts +7 -0
- package/lib/icon/index.d.ts +4 -0
- package/lib/inputs/_simple-input-base.d.ts +67 -0
- package/lib/inputs/autocomplete-input/autocomplete-input.component.d.ts +69 -0
- package/lib/inputs/autocomplete-input/autocomplete-input.defaults.d.ts +18 -0
- package/lib/inputs/autocomplete-input/autocomplete-input.directives.d.ts +34 -0
- package/lib/inputs/autocomplete-input/autocomplete-input.module.d.ts +13 -0
- package/lib/inputs/autocomplete-input/index.d.ts +4 -0
- package/lib/inputs/date-input/abstract-date-input.d.ts +109 -0
- package/lib/inputs/date-input/date-input.component.d.ts +52 -0
- package/lib/inputs/date-input/date-input.defaults.d.ts +54 -0
- package/lib/inputs/date-input/date-input.directives.d.ts +83 -0
- package/lib/inputs/date-input/date-input.module.d.ts +17 -0
- package/lib/inputs/date-input/date-input.serializers.d.ts +5 -0
- package/lib/inputs/date-input/date-input.types.d.ts +17 -0
- package/lib/inputs/date-input/date-range-input.component.d.ts +36 -0
- package/lib/inputs/date-input/date-range-input.directives.d.ts +83 -0
- package/lib/inputs/date-input/date-range-input.module.d.ts +17 -0
- package/lib/inputs/date-input/index.d.ts +11 -0
- package/lib/inputs/date-input/multipage-date-range-input.component.d.ts +50 -0
- package/lib/inputs/date-input/multipage-date-range-input.directives.d.ts +83 -0
- package/lib/inputs/date-input/multipage-date-range-input.module.d.ts +17 -0
- package/lib/inputs/digit-input/digit-input.component.d.ts +62 -0
- package/lib/inputs/digit-input/digit-input.defaults.d.ts +16 -0
- package/lib/inputs/digit-input/digit-input.model.d.ts +27 -0
- package/lib/inputs/digit-input/digit-input.module.d.ts +9 -0
- package/lib/inputs/digit-input/digit-input.types.d.ts +30 -0
- package/lib/inputs/digit-input/digit-input.utils.d.ts +20 -0
- package/lib/inputs/digit-input/index.d.ts +4 -0
- package/lib/inputs/hex-input/hex-input.component.d.ts +57 -0
- package/lib/inputs/hex-input/hex-input.defaults.d.ts +22 -0
- package/lib/inputs/hex-input/hex-input.directives.d.ts +21 -0
- package/lib/inputs/hex-input/hex-input.model.d.ts +26 -0
- package/lib/inputs/hex-input/hex-input.module.d.ts +11 -0
- package/lib/inputs/hex-input/index.d.ts +4 -0
- package/lib/inputs/input/index.d.ts +4 -0
- package/lib/inputs/input/input.component.d.ts +15 -0
- package/lib/inputs/input/input.defaults.d.ts +9 -0
- package/lib/inputs/input/input.directives.d.ts +21 -0
- package/lib/inputs/input/input.module.d.ts +11 -0
- package/lib/inputs/input-transformers.d.ts +24 -0
- package/lib/inputs/input-types.d.ts +15 -0
- package/lib/inputs/input-utils.d.ts +66 -0
- package/lib/inputs/number-input/index.d.ts +4 -0
- package/lib/inputs/number-input/number-input.component.d.ts +78 -0
- package/lib/inputs/number-input/number-input.defaults.d.ts +28 -0
- package/lib/inputs/number-input/number-input.directives.d.ts +21 -0
- package/lib/inputs/number-input/number-input.module.d.ts +11 -0
- package/lib/inputs/number-input/number-input.types.d.ts +6 -0
- package/lib/inputs/password-input/index.d.ts +5 -0
- package/lib/inputs/password-input/password-input.component.d.ts +48 -0
- package/lib/inputs/password-input/password-input.defaults.d.ts +20 -0
- package/lib/inputs/password-input/password-input.directives.d.ts +28 -0
- package/lib/inputs/password-input/password-input.module.d.ts +11 -0
- package/lib/inputs/password-input/password-input.types.d.ts +3 -0
- package/lib/kbd/index.d.ts +5 -0
- package/lib/kbd/kbd.component.d.ts +15 -0
- package/lib/kbd/kbd.defaults.d.ts +8 -0
- package/lib/kbd/kbd.directive.d.ts +13 -0
- package/lib/kbd/kbd.module.d.ts +10 -0
- package/lib/kbd/kbd.pipe.d.ts +8 -0
- package/lib/kbd-shortcut/index.d.ts +3 -0
- package/lib/kbd-shortcut/kbd-shortcut.component.d.ts +18 -0
- package/lib/kbd-shortcut/kbd-shortcut.defaults.d.ts +8 -0
- package/lib/kbd-shortcut/kbd-shortcut.module.d.ts +9 -0
- package/lib/modal/index.d.ts +5 -0
- package/lib/modal/modal.component.d.ts +39 -0
- package/lib/modal/modal.defaults.d.ts +18 -0
- package/lib/modal/modal.directives.d.ts +8 -0
- package/lib/modal/modal.module.d.ts +12 -0
- package/lib/modal/modal.types.d.ts +3 -0
- package/lib/option/index.d.ts +2 -0
- package/lib/option/option.component.d.ts +25 -0
- package/lib/option/option.module.d.ts +8 -0
- package/lib/progress-bar/index.d.ts +4 -0
- package/lib/progress-bar/progress-bar.component.d.ts +18 -0
- package/lib/progress-bar/progress-bar.defaults.d.ts +13 -0
- package/lib/progress-bar/progress-bar.module.d.ts +8 -0
- package/lib/progress-bar/progress-bar.types.d.ts +22 -0
- package/lib/progress-circle/index.d.ts +5 -0
- package/lib/progress-circle/progress-circle.component.d.ts +25 -0
- package/lib/progress-circle/progress-circle.defaults.d.ts +15 -0
- package/lib/progress-circle/progress-circle.directive.d.ts +9 -0
- package/lib/progress-circle/progress-circle.module.d.ts +9 -0
- package/lib/progress-circle/progress-circle.types.d.ts +20 -0
- package/lib/radio/index.d.ts +4 -0
- package/lib/radio/radio/radio.component.d.ts +68 -0
- package/lib/radio/radio/radio.defaults.d.ts +8 -0
- package/lib/radio/radio-group.component.d.ts +40 -0
- package/lib/radio/radio.module.d.ts +9 -0
- package/lib/search-functions.d.ts +10 -0
- package/lib/segment/index.d.ts +5 -0
- package/lib/segment/segment.component.d.ts +40 -0
- package/lib/segment/segment.defaults.d.ts +18 -0
- package/lib/segment/segment.directives.d.ts +8 -0
- package/lib/segment/segment.module.d.ts +9 -0
- package/lib/segment/segment.types.d.ts +17 -0
- package/lib/select/index.d.ts +5 -0
- package/lib/select/select.component.d.ts +230 -0
- package/lib/select/select.defaults.d.ts +70 -0
- package/lib/select/select.directive.d.ts +95 -0
- package/lib/select/select.module.d.ts +14 -0
- package/lib/select/select.types.d.ts +60 -0
- package/lib/select/select.utils.d.ts +2 -0
- package/lib/slide-toggle/index.d.ts +4 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +21 -0
- package/lib/slide-toggle/slide-toggle.defaults.d.ts +14 -0
- package/lib/slide-toggle/slide-toggle.module.d.ts +8 -0
- package/lib/slide-toggle/slide-toggle.types.d.ts +5 -0
- package/lib/slider/abstract-slider.d.ts +96 -0
- package/lib/slider/index.d.ts +8 -0
- package/lib/slider/range-slider/range-slider.component.d.ts +37 -0
- package/lib/slider/range-slider/range-slider.module.d.ts +8 -0
- package/lib/slider/range-slider/range-slider.types.d.ts +6 -0
- package/lib/slider/slider.component.d.ts +24 -0
- package/lib/slider/slider.defaults.d.ts +6 -0
- package/lib/slider/slider.directive.d.ts +9 -0
- package/lib/slider/slider.module.d.ts +10 -0
- package/lib/slider/slider.types.d.ts +28 -0
- package/lib/snackbar/index.d.ts +4 -0
- package/lib/snackbar/snackbar-ref.d.ts +69 -0
- package/lib/snackbar/snackbar.component.d.ts +16 -0
- package/lib/snackbar/snackbar.service.d.ts +57 -0
- package/lib/snackbar/snackbar.token.d.ts +5 -0
- package/lib/snackbar/snackbar.types.d.ts +84 -0
- package/lib/spinner/index.d.ts +3 -0
- package/lib/spinner/spinner.component.d.ts +9 -0
- package/lib/spinner/spinner.defaults.d.ts +7 -0
- package/lib/spinner/spinner.module.d.ts +8 -0
- package/lib/stack/index.d.ts +3 -0
- package/lib/stack/stack.component.d.ts +26 -0
- package/lib/stack/stack.defaults.d.ts +14 -0
- package/lib/stack/stack.module.d.ts +7 -0
- package/lib/star/index.d.ts +5 -0
- package/lib/star/rating-display/index.d.ts +5 -0
- package/lib/star/rating-display/rating-display.component.d.ts +18 -0
- package/lib/star/rating-display/rating-display.defaults.d.ts +9 -0
- package/lib/star/rating-display/rating-display.directives.d.ts +9 -0
- package/lib/star/rating-display/rating-display.module.d.ts +10 -0
- package/lib/star/rating-display/rating-display.types.d.ts +8 -0
- package/lib/star/rating-input/index.d.ts +5 -0
- package/lib/star/rating-input/rating-input.component.d.ts +48 -0
- package/lib/star/rating-input/rating-input.defaults.d.ts +9 -0
- package/lib/star/rating-input/rating-input.directives.d.ts +9 -0
- package/lib/star/rating-input/rating-input.module.d.ts +10 -0
- package/lib/star/rating-input/rating-input.types.d.ts +12 -0
- package/lib/star/star-button/index.d.ts +5 -0
- package/lib/star/star-button/star-button.component.d.ts +26 -0
- package/lib/star/star-button/star-button.defaults.d.ts +10 -0
- package/lib/star/star-button/star-button.directives.d.ts +9 -0
- package/lib/star/star-button/star-button.module.d.ts +10 -0
- package/lib/star/star-button/star-button.types.d.ts +7 -0
- package/lib/star/star.component.d.ts +15 -0
- package/lib/star/star.defaults.d.ts +8 -0
- package/lib/star/star.directives.d.ts +9 -0
- package/lib/star/star.module.d.ts +10 -0
- package/lib/star/star.types.d.ts +33 -0
- package/lib/tabber/index.d.ts +6 -0
- package/lib/tabber/tab/tab.component.d.ts +27 -0
- package/lib/tabber/tabber.component.d.ts +44 -0
- package/lib/tabber/tabber.defaults.d.ts +14 -0
- package/lib/tabber/tabber.directives.d.ts +9 -0
- package/lib/tabber/tabber.module.d.ts +10 -0
- package/lib/tabber/tabber.types.d.ts +5 -0
- package/lib/table/index.d.ts +5 -0
- package/lib/table/table-item-storage.d.ts +273 -0
- package/lib/table/table.component.d.ts +111 -0
- package/lib/table/table.defaults.d.ts +50 -0
- package/lib/table/table.directives.d.ts +36 -0
- package/lib/table/table.module.d.ts +13 -0
- package/lib/table/table.types.d.ts +83 -0
- package/lib/table/utils.d.ts +4 -0
- package/lib/table-from-csv/index.d.ts +3 -0
- package/lib/table-from-csv/table-from-csv.component.d.ts +55 -0
- package/lib/table-from-csv/table-from-csv.defaults.d.ts +7 -0
- package/lib/table-from-csv/table-from-csv.module.d.ts +9 -0
- package/lib/table-pagination/index.d.ts +4 -0
- package/lib/table-pagination/table-pagination.component.d.ts +40 -0
- package/lib/table-pagination/table-pagination.defaults.d.ts +20 -0
- package/lib/table-pagination/table-pagination.module.d.ts +11 -0
- package/lib/table-pagination/table-pagination.types.d.ts +9 -0
- package/lib/text-list/index.d.ts +3 -0
- package/lib/text-list/text-list.component.d.ts +9 -0
- package/lib/text-list/text-list.module.d.ts +9 -0
- package/lib/text-list/text-list.pipe.d.ts +7 -0
- package/lib/types/alignment.types.d.ts +17 -0
- package/lib/types/button.types.d.ts +6 -0
- package/lib/types/colors.types.d.ts +71 -0
- package/lib/types/item-storage.types.d.ts +50 -0
- package/lib/types/theming.types.d.ts +62 -0
- package/lib/types/utility.types.d.ts +16 -0
- package/package.json +39 -0
- package/prebuilt-themes/default/badge.css +237 -0
- package/prebuilt-themes/default/badge.css.map +1 -0
- package/prebuilt-themes/default/buttons/button-group.css +19 -0
- package/prebuilt-themes/default/buttons/button-group.css.map +1 -0
- package/prebuilt-themes/default/buttons/button.css +339 -0
- package/prebuilt-themes/default/buttons/button.css.map +1 -0
- package/prebuilt-themes/default/buttons/fab.css +330 -0
- package/prebuilt-themes/default/buttons/fab.css.map +1 -0
- package/prebuilt-themes/default/buttons/icon-button.css +304 -0
- package/prebuilt-themes/default/buttons/icon-button.css.map +1 -0
- package/prebuilt-themes/default/calendar.css +393 -0
- package/prebuilt-themes/default/calendar.css.map +1 -0
- package/prebuilt-themes/default/card.css +154 -0
- package/prebuilt-themes/default/card.css.map +1 -0
- package/prebuilt-themes/default/checkbox-list.css +101 -0
- package/prebuilt-themes/default/checkbox-list.css.map +1 -0
- package/prebuilt-themes/default/checkbox.css +383 -0
- package/prebuilt-themes/default/checkbox.css.map +1 -0
- package/prebuilt-themes/default/chips.css +421 -0
- package/prebuilt-themes/default/chips.css.map +1 -0
- package/prebuilt-themes/default/color-display.css +37 -0
- package/prebuilt-themes/default/color-display.css.map +1 -0
- package/prebuilt-themes/default/color-picker.css +108 -0
- package/prebuilt-themes/default/color-picker.css.map +1 -0
- package/prebuilt-themes/default/core.css +112 -0
- package/prebuilt-themes/default/core.css.map +1 -0
- package/prebuilt-themes/default/dialog.css +22 -0
- package/prebuilt-themes/default/dialog.css.map +1 -0
- package/prebuilt-themes/default/divider.css +87 -0
- package/prebuilt-themes/default/divider.css.map +1 -0
- package/prebuilt-themes/default/dropdown-panel.css +45 -0
- package/prebuilt-themes/default/dropdown-panel.css.map +1 -0
- package/prebuilt-themes/default/file-drop-area.css +332 -0
- package/prebuilt-themes/default/file-drop-area.css.map +1 -0
- package/prebuilt-themes/default/form-field-frame.css +105 -0
- package/prebuilt-themes/default/form-field-frame.css.map +1 -0
- package/prebuilt-themes/default/form-field.css +153 -0
- package/prebuilt-themes/default/form-field.css.map +1 -0
- package/prebuilt-themes/default/inputs/autocomplete-input.css +198 -0
- package/prebuilt-themes/default/inputs/autocomplete-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/color-input.css +108 -0
- package/prebuilt-themes/default/inputs/color-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/date-input.css +152 -0
- package/prebuilt-themes/default/inputs/date-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/digit-input.css +129 -0
- package/prebuilt-themes/default/inputs/digit-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/file-input.css +399 -0
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/hex-input.css +165 -0
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/input.css +152 -0
- package/prebuilt-themes/default/inputs/input.css.map +1 -0
- package/prebuilt-themes/default/inputs/number-input.css +230 -0
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -0
- package/prebuilt-themes/default/inputs/password-input.css +132 -0
- package/prebuilt-themes/default/inputs/password-input.css.map +1 -0
- package/prebuilt-themes/default/kbd-shortcut.css +17 -0
- package/prebuilt-themes/default/kbd-shortcut.css.map +1 -0
- package/prebuilt-themes/default/kbd.css +29 -0
- package/prebuilt-themes/default/kbd.css.map +1 -0
- package/prebuilt-themes/default/modal.css +99 -0
- package/prebuilt-themes/default/modal.css.map +1 -0
- package/prebuilt-themes/default/progress-bar.css +286 -0
- package/prebuilt-themes/default/progress-bar.css.map +1 -0
- package/prebuilt-themes/default/progress-circle.css +181 -0
- package/prebuilt-themes/default/progress-circle.css.map +1 -0
- package/prebuilt-themes/default/radio.css +261 -0
- package/prebuilt-themes/default/radio.css.map +1 -0
- package/prebuilt-themes/default/segment.css +441 -0
- package/prebuilt-themes/default/segment.css.map +1 -0
- package/prebuilt-themes/default/select.css +322 -0
- package/prebuilt-themes/default/select.css.map +1 -0
- package/prebuilt-themes/default/slide-toggle.css +322 -0
- package/prebuilt-themes/default/slide-toggle.css.map +1 -0
- package/prebuilt-themes/default/slider.css +428 -0
- package/prebuilt-themes/default/slider.css.map +1 -0
- package/prebuilt-themes/default/snackbar.css +202 -0
- package/prebuilt-themes/default/snackbar.css.map +1 -0
- package/prebuilt-themes/default/spinner.css +164 -0
- package/prebuilt-themes/default/spinner.css.map +1 -0
- package/prebuilt-themes/default/stars.css +284 -0
- package/prebuilt-themes/default/stars.css.map +1 -0
- package/prebuilt-themes/default/tabber.css +253 -0
- package/prebuilt-themes/default/tabber.css.map +1 -0
- package/prebuilt-themes/default/table-pagination.css +60 -0
- package/prebuilt-themes/default/table-pagination.css.map +1 -0
- package/prebuilt-themes/default/table.css +467 -0
- package/prebuilt-themes/default/table.css.map +1 -0
- package/public-api.d.ts +59 -0
- package/themes/_variables.scss +124 -0
- package/themes/default/_clear-button.scss +78 -0
- package/themes/default/_coloring.scss +144 -0
- package/themes/default/_dropdown-arrow.scss +12 -0
- package/themes/default/_mixins.scss +91 -0
- package/themes/default/badge.scss +129 -0
- package/themes/default/buttons/_button-mixins.scss +152 -0
- package/themes/default/buttons/button-group.scss +19 -0
- package/themes/default/buttons/button.scss +119 -0
- package/themes/default/buttons/fab.scss +112 -0
- package/themes/default/buttons/icon-button.scss +91 -0
- package/themes/default/calendar.scss +298 -0
- package/themes/default/card.scss +181 -0
- package/themes/default/checkbox-list.scss +125 -0
- package/themes/default/checkbox.scss +123 -0
- package/themes/default/chips.scss +269 -0
- package/themes/default/color-display.scss +53 -0
- package/themes/default/color-picker.scss +113 -0
- package/themes/default/core.scss +129 -0
- package/themes/default/dialog.scss +25 -0
- package/themes/default/divider.scss +115 -0
- package/themes/default/dropdown-panel.scss +60 -0
- package/themes/default/file-drop-area.scss +221 -0
- package/themes/default/form-field-frame.scss +91 -0
- package/themes/default/form-field.scss +161 -0
- package/themes/default/inputs/_shared.scss +99 -0
- package/themes/default/inputs/autocomplete-input.scss +119 -0
- package/themes/default/inputs/color-input.scss +48 -0
- package/themes/default/inputs/date-input.scss +106 -0
- package/themes/default/inputs/digit-input.scss +138 -0
- package/themes/default/inputs/file-input.scss +187 -0
- package/themes/default/inputs/hex-input.scss +81 -0
- package/themes/default/inputs/input.scss +63 -0
- package/themes/default/inputs/number-input.scss +214 -0
- package/themes/default/inputs/password-input.scss +116 -0
- package/themes/default/kbd-shortcut.scss +21 -0
- package/themes/default/kbd.scss +40 -0
- package/themes/default/modal.scss +130 -0
- package/themes/default/progress-bar.scss +181 -0
- package/themes/default/progress-circle.scss +64 -0
- package/themes/default/radio.scss +154 -0
- package/themes/default/segment.scss +383 -0
- package/themes/default/select.scss +327 -0
- package/themes/default/slide-toggle.scss +228 -0
- package/themes/default/slider.scss +287 -0
- package/themes/default/snackbar.scss +78 -0
- package/themes/default/spinner.scss +31 -0
- package/themes/default/stars.scss +133 -0
- package/themes/default/tabber.scss +131 -0
- package/themes/default/table-pagination.scss +72 -0
- package/themes/default/table.scss +459 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/file-input.scss","../../../../../projects/ui/src/themes/default/_coloring.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACIA;EAGE;IAGE;IAGA;IACA;IACA;IAYA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAGA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAIA;IACE;;EAGJ;IDhCA,QCkCI;IDjCJ;IACA;IACA;IACA;IACA;IACA,KC8BI;ID7BJ;IACA;IACA,WC4BI;ID3BJ,aC6BI;ID5BJ,aC8BI;ID7BJ,cCiCI;IDhCJ,eC8BI;ID7BJ,aC4BI;ID3BJ,gBC6BI;ID5BJ,OCkCI;IAMF;IACA;IACA;IACA;IACA;;ED1CF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCkBA;IDjBA,OCgBA;IDfA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QCpBE;IDqBF,WClBE;IDmBF,aCjBE;IDkBF,cCTE;IDUF,eCZE;IDaF,aCdE;IDeF,gBCbE;;EDgBJ;IACE,QCZE;;EDcF;IACE,QCfA;;EC7EJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EDpDA;IACE;IACA;;EAGF;IACE;;EAIF;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IE7GJ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFsGM;IACA;;EAGA;IACE;;EAIF;IACE;;EAIF;IACE;;EAIF;IACE;;EG5IR;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IDvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;ICgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;ID7CN;IACA;IACA,yBACE;IC4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE;;EH6EF;IACE;;EAEF;AAAA;AAAA;AAAA;AAAA;IAKE;IACA;IACA;;EAEF;IACE;IACA;;EAEA;IACE;;EAEF;IACE;;EAIN;IACE;;EAIE;AAAA;IAEE","file":"file-input.css"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Should be applied to the first element in the component's template.
|
|
3
|
+
*/
|
|
4
|
+
@layer ard-ui {
|
|
5
|
+
:root {
|
|
6
|
+
--ard-hex-input-gap: 0.625rem;
|
|
7
|
+
--ard-hex-input-line-height: 1.25;
|
|
8
|
+
--ard-hex-input-line-height-compact: 1;
|
|
9
|
+
--ard-hex-input-font-weight: 400;
|
|
10
|
+
--ard-hex-input-placeholder-opacity: 60%;
|
|
11
|
+
--ard-hex-input-min-width: 10rem;
|
|
12
|
+
--ard-hex-input-max-width: 100%;
|
|
13
|
+
--ard-hex-input-hash-opacity: 70%;
|
|
14
|
+
}
|
|
15
|
+
.ard-hex-input {
|
|
16
|
+
height: var(--ard-hex-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
17
|
+
position: relative;
|
|
18
|
+
font-family: var(--ard-font-family);
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: stretch;
|
|
22
|
+
gap: var(--ard-hex-input-gap, 0.625rem);
|
|
23
|
+
cursor: text;
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
font-size: var(--ard-hex-input-font-size, var(--ard-form-field-font-size, 1rem));
|
|
26
|
+
line-height: var(--ard-hex-input-line-height, 1.25);
|
|
27
|
+
font-weight: var(--ard-hex-input-font-weight, 400);
|
|
28
|
+
padding-left: var(--ard-hex-input-padding-left, var(--ard-form-field-padding-left, 0.375rem));
|
|
29
|
+
padding-right: var(--ard-hex-input-padding-right, var(--ard-form-field-padding-right, 0.375rem));
|
|
30
|
+
padding-top: var(--ard-hex-input-padding-top, var(--ard-form-field-padding-top, 0));
|
|
31
|
+
padding-bottom: var(--ard-hex-input-padding-bottom, var(--ard-form-field-padding-bottom, 0));
|
|
32
|
+
color: var(--ard-hex-input-color, var(--ard-text));
|
|
33
|
+
min-width: var(--ard-hex-input-min-width, 10rem);
|
|
34
|
+
max-width: var(--ard-hex-input-max-width, 100%);
|
|
35
|
+
}
|
|
36
|
+
.ard-hex-input .ard-input-container {
|
|
37
|
+
flex-grow: 1;
|
|
38
|
+
text-size-adjust: 100%;
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
height: 100%;
|
|
42
|
+
position: relative;
|
|
43
|
+
}
|
|
44
|
+
.ard-hex-input .ard-input-container > * {
|
|
45
|
+
position: absolute;
|
|
46
|
+
inset: 0;
|
|
47
|
+
max-width: 100%;
|
|
48
|
+
padding: 0;
|
|
49
|
+
}
|
|
50
|
+
.ard-hex-input .ard-input-container .ard-placeholder {
|
|
51
|
+
font: inherit;
|
|
52
|
+
opacity: var(--ard-hex-input-placeholder-opacity, 60%);
|
|
53
|
+
color: var(--ard-hex-input-placeholder-color, var(--ard-text));
|
|
54
|
+
white-space: nowrap;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
text-overflow: ellipsis;
|
|
57
|
+
pointer-events: none;
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
}
|
|
61
|
+
.ard-hex-input .ard-input-container input {
|
|
62
|
+
border: none;
|
|
63
|
+
background: transparent;
|
|
64
|
+
outline: none;
|
|
65
|
+
font: inherit;
|
|
66
|
+
color: inherit;
|
|
67
|
+
display: block;
|
|
68
|
+
}
|
|
69
|
+
.ard-hex-input.ard-compact {
|
|
70
|
+
height: var(--ard-hex-input-height-compact, var(--ard-form-field-height-compact, 1.6875rem));
|
|
71
|
+
font-size: var(--ard-hex-input-font-size-compact, var(--ard-form-field-font-size-compact, 0.875rem));
|
|
72
|
+
line-height: var(--ard-hex-input-line-height-compact, 1);
|
|
73
|
+
padding-left: var(--ard-hex-input-padding-left-compact, var(--ard-form-field-padding-left-compact, 0.375rem));
|
|
74
|
+
padding-right: var(--ard-hex-input-padding-right-compact, var(--ard-form-field-padding-right-compact, 0.375rem));
|
|
75
|
+
padding-top: var(--ard-hex-input-padding-top-compact, var(--ard-form-field-padding-top-compact, 0));
|
|
76
|
+
padding-bottom: var(--ard-hex-input-padding-bottom-compact, var(--ard-form-field-padding-bottom-compact, 0));
|
|
77
|
+
}
|
|
78
|
+
.ard-readonly .ard-hex-input {
|
|
79
|
+
cursor: var(--ard-hex-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
80
|
+
}
|
|
81
|
+
.ard-readonly .ard-hex-input * {
|
|
82
|
+
cursor: var(--ard-hex-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
83
|
+
}
|
|
84
|
+
.ard-hex-input ard-clear-button {
|
|
85
|
+
height: var(--ard-clear-button-size);
|
|
86
|
+
width: var(--ard-clear-button-size);
|
|
87
|
+
position: relative;
|
|
88
|
+
}
|
|
89
|
+
.ard-hex-input .ard-clear-btn-wrapper {
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
font-size: medium;
|
|
92
|
+
color: var(--ard-detail);
|
|
93
|
+
width: var(--ard-clear-button-size);
|
|
94
|
+
height: var(--ard-clear-button-size);
|
|
95
|
+
line-height: 1em;
|
|
96
|
+
border-radius: 999px;
|
|
97
|
+
border: none;
|
|
98
|
+
padding: 0;
|
|
99
|
+
background: transparent;
|
|
100
|
+
position: absolute;
|
|
101
|
+
left: 50%;
|
|
102
|
+
top: 50%;
|
|
103
|
+
transform: translate(-50%, -50%);
|
|
104
|
+
outline: none;
|
|
105
|
+
color: inherit;
|
|
106
|
+
}
|
|
107
|
+
.ard-hex-input .ard-clear-btn-wrapper .ard-hitbox {
|
|
108
|
+
position: absolute;
|
|
109
|
+
left: -1px;
|
|
110
|
+
right: -1px;
|
|
111
|
+
top: -1px;
|
|
112
|
+
bottom: -1px;
|
|
113
|
+
}
|
|
114
|
+
.ard-hex-input .ard-clear-btn-wrapper .ard-focus-overlay {
|
|
115
|
+
position: absolute;
|
|
116
|
+
top: calc(-1 * 1px);
|
|
117
|
+
bottom: calc(-1 * 1px);
|
|
118
|
+
left: calc(-1 * 1px);
|
|
119
|
+
right: calc(-1 * 1px);
|
|
120
|
+
opacity: 0;
|
|
121
|
+
border-radius: inherit;
|
|
122
|
+
pointer-events: none;
|
|
123
|
+
transition: opacity 0.2s ease;
|
|
124
|
+
background: currentColor;
|
|
125
|
+
}
|
|
126
|
+
.ard-hex-input .ard-clear-btn-wrapper .ard-clear-btn {
|
|
127
|
+
position: absolute;
|
|
128
|
+
left: 50%;
|
|
129
|
+
top: 50%;
|
|
130
|
+
transform: translate(-50%, -50%);
|
|
131
|
+
}
|
|
132
|
+
.ard-hex-input .ard-clear-btn-wrapper .ard-clear-btn::before {
|
|
133
|
+
content: "close";
|
|
134
|
+
font-family: "Material Symbols Outlined";
|
|
135
|
+
font-size: 1.5em;
|
|
136
|
+
font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
|
|
137
|
+
font-size: 70%;
|
|
138
|
+
}
|
|
139
|
+
.ard-hex-input .ard-clear-btn-wrapper:hover .ard-focus-overlay {
|
|
140
|
+
opacity: 5%;
|
|
141
|
+
}
|
|
142
|
+
.ard-hex-input .ard-clear-btn-wrapper:focus .ard-focus-overlay {
|
|
143
|
+
opacity: 8%;
|
|
144
|
+
}
|
|
145
|
+
.ard-hex-input .ard-clear-btn-wrapper:active .ard-focus-overlay {
|
|
146
|
+
opacity: 15%;
|
|
147
|
+
}
|
|
148
|
+
.ard-hex-input .ard-disabled .ard-clear-btn-wrapper, .ard-hex-input .ard-readonly .ard-clear-btn-wrapper {
|
|
149
|
+
pointer-events: none;
|
|
150
|
+
}
|
|
151
|
+
.ard-hex-input .ard-input-container input {
|
|
152
|
+
font-family: var(--ard-font-family-mono);
|
|
153
|
+
}
|
|
154
|
+
.ard-hex-input .ard-hash-container {
|
|
155
|
+
color: var(--ard-hex-input-hash-color, var(--ard-text));
|
|
156
|
+
opacity: var(--ard-hex-input-hash-opacity, 70%);
|
|
157
|
+
user-select: none;
|
|
158
|
+
font-family: var(--ard-font-family-mono);
|
|
159
|
+
display: flex;
|
|
160
|
+
align-items: center;
|
|
161
|
+
height: 100%;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/*# sourceMappingURL=hex-input.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/hex-input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;IAEA;;EAGF;IDTA,QCWI;IDVJ;IACA;IACA;IACA;IACA;IACA,KCOI;IDNJ;IACA;IACA,WCKI;IDJJ,aCMI;IDLJ,aCOI;IDNJ,cCUI;IDTJ,eCOI;IDNJ,aCKI;IDJJ,gBCMI;IDLJ,OCWI;IAKF;IACA;;EDfF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCLA;IDMA,OCPA;IDQA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC3CE;ID4CF,WCzCE;ID0CF,aCxCE;IDyCF,cChCE;IDiCF,eCnCE;IDoCF,aCrCE;IDsCF,gBCpCE;;EDuCJ;IACE,QCnCE;;EDqCF;IACE,QCtCA;;ECrDJ;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IEvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IE7CN;IACA;IACA,yBACE;IF4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE;;EDTA;IACE;;EAIJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA","file":"hex-input.css"}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Should be applied to the first element in the component's template.
|
|
3
|
+
*/
|
|
4
|
+
@layer ard-ui {
|
|
5
|
+
:root {
|
|
6
|
+
--ard-input-gap: 0.625rem;
|
|
7
|
+
--ard-input-line-height: 1.25;
|
|
8
|
+
--ard-input-line-height-compact: 1;
|
|
9
|
+
--ard-input-font-weight: 400;
|
|
10
|
+
--ard-input-placeholder-opacity: 60%;
|
|
11
|
+
--ard-input-min-width: 10rem;
|
|
12
|
+
--ard-input-max-width: 100%;
|
|
13
|
+
}
|
|
14
|
+
.ard-input {
|
|
15
|
+
height: var(--ard-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
16
|
+
position: relative;
|
|
17
|
+
font-family: var(--ard-font-family);
|
|
18
|
+
display: flex;
|
|
19
|
+
align-items: center;
|
|
20
|
+
justify-content: stretch;
|
|
21
|
+
gap: var(--ard-input-gap, 0.625rem);
|
|
22
|
+
cursor: text;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
font-size: var(--ard-input-font-size, var(--ard-form-field-font-size, 1rem));
|
|
25
|
+
line-height: var(--ard-input-line-height, 1.25);
|
|
26
|
+
font-weight: var(--ard-input-font-weight, 400);
|
|
27
|
+
padding-left: var(--ard-input-padding-left, var(--ard-form-field-padding-left, 0.375rem));
|
|
28
|
+
padding-right: var(--ard-input-padding-right, var(--ard-form-field-padding-right, 0.375rem));
|
|
29
|
+
padding-top: var(--ard-input-padding-top, var(--ard-form-field-padding-top, 0));
|
|
30
|
+
padding-bottom: var(--ard-input-padding-bottom, var(--ard-form-field-padding-bottom, 0));
|
|
31
|
+
color: var(--ard-input-color, var(--ard-text));
|
|
32
|
+
min-width: var(--ard-input-min-width, 10rem);
|
|
33
|
+
max-width: var(--ard-input-max-width, 100%);
|
|
34
|
+
}
|
|
35
|
+
.ard-input .ard-input-container {
|
|
36
|
+
flex-grow: 1;
|
|
37
|
+
text-size-adjust: 100%;
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
height: 100%;
|
|
41
|
+
position: relative;
|
|
42
|
+
}
|
|
43
|
+
.ard-input .ard-input-container > * {
|
|
44
|
+
position: absolute;
|
|
45
|
+
inset: 0;
|
|
46
|
+
max-width: 100%;
|
|
47
|
+
padding: 0;
|
|
48
|
+
}
|
|
49
|
+
.ard-input .ard-input-container .ard-placeholder {
|
|
50
|
+
font: inherit;
|
|
51
|
+
opacity: var(--ard-input-placeholder-opacity, 60%);
|
|
52
|
+
color: var(--ard-input-placeholder-color, var(--ard-text));
|
|
53
|
+
white-space: nowrap;
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
text-overflow: ellipsis;
|
|
56
|
+
pointer-events: none;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
}
|
|
60
|
+
.ard-input .ard-input-container input {
|
|
61
|
+
border: none;
|
|
62
|
+
background: transparent;
|
|
63
|
+
outline: none;
|
|
64
|
+
font: inherit;
|
|
65
|
+
color: inherit;
|
|
66
|
+
display: block;
|
|
67
|
+
}
|
|
68
|
+
.ard-input.ard-compact {
|
|
69
|
+
height: var(--ard-input-height-compact, var(--ard-form-field-height-compact, 1.6875rem));
|
|
70
|
+
font-size: var(--ard-input-font-size-compact, var(--ard-form-field-font-size-compact, 0.875rem));
|
|
71
|
+
line-height: var(--ard-input-line-height-compact, 1);
|
|
72
|
+
padding-left: var(--ard-input-padding-left-compact, var(--ard-form-field-padding-left-compact, 0.375rem));
|
|
73
|
+
padding-right: var(--ard-input-padding-right-compact, var(--ard-form-field-padding-right-compact, 0.375rem));
|
|
74
|
+
padding-top: var(--ard-input-padding-top-compact, var(--ard-form-field-padding-top-compact, 0));
|
|
75
|
+
padding-bottom: var(--ard-input-padding-bottom-compact, var(--ard-form-field-padding-bottom-compact, 0));
|
|
76
|
+
}
|
|
77
|
+
.ard-readonly .ard-input {
|
|
78
|
+
cursor: var(--ard-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
79
|
+
}
|
|
80
|
+
.ard-readonly .ard-input * {
|
|
81
|
+
cursor: var(--ard-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
82
|
+
}
|
|
83
|
+
.ard-input ard-clear-button {
|
|
84
|
+
height: var(--ard-clear-button-size);
|
|
85
|
+
width: var(--ard-clear-button-size);
|
|
86
|
+
position: relative;
|
|
87
|
+
}
|
|
88
|
+
.ard-input .ard-clear-btn-wrapper {
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
font-size: medium;
|
|
91
|
+
color: var(--ard-detail);
|
|
92
|
+
width: var(--ard-clear-button-size);
|
|
93
|
+
height: var(--ard-clear-button-size);
|
|
94
|
+
line-height: 1em;
|
|
95
|
+
border-radius: 999px;
|
|
96
|
+
border: none;
|
|
97
|
+
padding: 0;
|
|
98
|
+
background: transparent;
|
|
99
|
+
position: absolute;
|
|
100
|
+
left: 50%;
|
|
101
|
+
top: 50%;
|
|
102
|
+
transform: translate(-50%, -50%);
|
|
103
|
+
outline: none;
|
|
104
|
+
color: inherit;
|
|
105
|
+
}
|
|
106
|
+
.ard-input .ard-clear-btn-wrapper .ard-hitbox {
|
|
107
|
+
position: absolute;
|
|
108
|
+
left: -1px;
|
|
109
|
+
right: -1px;
|
|
110
|
+
top: -1px;
|
|
111
|
+
bottom: -1px;
|
|
112
|
+
}
|
|
113
|
+
.ard-input .ard-clear-btn-wrapper .ard-focus-overlay {
|
|
114
|
+
position: absolute;
|
|
115
|
+
top: calc(-1 * 1px);
|
|
116
|
+
bottom: calc(-1 * 1px);
|
|
117
|
+
left: calc(-1 * 1px);
|
|
118
|
+
right: calc(-1 * 1px);
|
|
119
|
+
opacity: 0;
|
|
120
|
+
border-radius: inherit;
|
|
121
|
+
pointer-events: none;
|
|
122
|
+
transition: opacity 0.2s ease;
|
|
123
|
+
background: currentColor;
|
|
124
|
+
}
|
|
125
|
+
.ard-input .ard-clear-btn-wrapper .ard-clear-btn {
|
|
126
|
+
position: absolute;
|
|
127
|
+
left: 50%;
|
|
128
|
+
top: 50%;
|
|
129
|
+
transform: translate(-50%, -50%);
|
|
130
|
+
}
|
|
131
|
+
.ard-input .ard-clear-btn-wrapper .ard-clear-btn::before {
|
|
132
|
+
content: "close";
|
|
133
|
+
font-family: "Material Symbols Outlined";
|
|
134
|
+
font-size: 1.5em;
|
|
135
|
+
font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
|
|
136
|
+
font-size: 70%;
|
|
137
|
+
}
|
|
138
|
+
.ard-input .ard-clear-btn-wrapper:hover .ard-focus-overlay {
|
|
139
|
+
opacity: 5%;
|
|
140
|
+
}
|
|
141
|
+
.ard-input .ard-clear-btn-wrapper:focus .ard-focus-overlay {
|
|
142
|
+
opacity: 8%;
|
|
143
|
+
}
|
|
144
|
+
.ard-input .ard-clear-btn-wrapper:active .ard-focus-overlay {
|
|
145
|
+
opacity: 15%;
|
|
146
|
+
}
|
|
147
|
+
.ard-input .ard-disabled .ard-clear-btn-wrapper, .ard-input .ard-readonly .ard-clear-btn-wrapper {
|
|
148
|
+
pointer-events: none;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/*# sourceMappingURL=input.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/input.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_mixins.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACGA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IAGA;IACA;;EAGF;IDPA,QCSI;IDRJ;IACA;IACA;IACA;IACA;IACA,KCKI;IDJJ;IACA;IACA,WCGI;IDFJ,aCII;IDHJ,aCKI;IDJJ,cCQI;IDPJ,eCKI;IDJJ,aCGI;IDFJ,gBCII;IDHJ,OCSI;IAKF;IACA;;EDbF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCPA;IDQA,OCTA;IDUA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC7CE;ID8CF,WC3CE;ID4CF,aC1CE;ID2CF,cClCE;IDmCF,eCrCE;IDsCF,aCvCE;IDwCF,gBCtCE;;EDyCJ;IACE,QCrCE;;EDuCF;IACE,QCxCA;;ECnDJ;IACE,QCmCgB;IDlChB,OCkCgB;IDjChB;;EAGF;IACE;IACA;IACA,OCGK;IDFL,OC0BgB;IDzBhB,QCyBgB;IDxBhB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;;EAGF;IEvBF;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAEA;IFgBI;;EAGF;IACE;IACA;IACA;IACA;;EAEA;IACE;IE7CN;IACA;IACA,yBACE;IF4CI;;EAKF;IACE;;EAKF;IACE;;EAKF;IACE;;EAKJ;IACE","file":"input.css"}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Should be applied to the first element in the component's template.
|
|
3
|
+
*/
|
|
4
|
+
@layer ard-ui {
|
|
5
|
+
:root {
|
|
6
|
+
--ard-number-input-gap: 0.375rem;
|
|
7
|
+
--ard-number-input-line-height: 1.25;
|
|
8
|
+
--ard-number-input-line-height-compact: 1;
|
|
9
|
+
--ard-number-input-font-weight: 400;
|
|
10
|
+
--ard-number-input-placeholder-opacity: 60%;
|
|
11
|
+
--ard-number-input-disabled-opacity: 50%;
|
|
12
|
+
--ard-number-input-rounded-border-radius: 8px;
|
|
13
|
+
}
|
|
14
|
+
ard-number-input {
|
|
15
|
+
width: var(--ard-number-input-width, unset);
|
|
16
|
+
}
|
|
17
|
+
.ard-number-input {
|
|
18
|
+
height: var(--ard-number-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
19
|
+
position: relative;
|
|
20
|
+
font-family: var(--ard-font-family);
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: stretch;
|
|
24
|
+
gap: 0;
|
|
25
|
+
cursor: text;
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
font-size: var(--ard-number-input-font-size, var(--ard-form-field-font-size, 1rem));
|
|
28
|
+
line-height: var(--ard-number-input-line-height, 1.25);
|
|
29
|
+
font-weight: var(--ard-number-input-font-weight, 400);
|
|
30
|
+
padding-left: 0;
|
|
31
|
+
padding-right: 0;
|
|
32
|
+
padding-top: 0;
|
|
33
|
+
padding-bottom: 0;
|
|
34
|
+
color: var(--ard-number-input-color, var(--ard-text));
|
|
35
|
+
gap: 0;
|
|
36
|
+
width: 100%;
|
|
37
|
+
}
|
|
38
|
+
.ard-number-input .ard-input-container {
|
|
39
|
+
flex-grow: 1;
|
|
40
|
+
text-size-adjust: 100%;
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
height: 100%;
|
|
44
|
+
position: relative;
|
|
45
|
+
}
|
|
46
|
+
.ard-number-input .ard-input-container > * {
|
|
47
|
+
position: absolute;
|
|
48
|
+
inset: 0;
|
|
49
|
+
max-width: 100%;
|
|
50
|
+
padding: 0;
|
|
51
|
+
}
|
|
52
|
+
.ard-number-input .ard-input-container .ard-placeholder {
|
|
53
|
+
font: inherit;
|
|
54
|
+
opacity: var(--ard-number-input-placeholder-opacity, 60%);
|
|
55
|
+
color: var(--ard-number-input-placeholder-color, var(--ard-text));
|
|
56
|
+
white-space: nowrap;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
text-overflow: ellipsis;
|
|
59
|
+
pointer-events: none;
|
|
60
|
+
display: flex;
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
63
|
+
.ard-number-input .ard-input-container input {
|
|
64
|
+
border: none;
|
|
65
|
+
background: transparent;
|
|
66
|
+
outline: none;
|
|
67
|
+
font: inherit;
|
|
68
|
+
color: inherit;
|
|
69
|
+
display: block;
|
|
70
|
+
}
|
|
71
|
+
.ard-number-input.ard-compact {
|
|
72
|
+
height: var(--ard-number-input-height-compact, var(--ard-form-field-height-compact, 1.6875rem));
|
|
73
|
+
font-size: var(--ard-number-input-font-size-compact, var(--ard-form-field-font-size-compact, 0.875rem));
|
|
74
|
+
line-height: var(--ard-number-input-line-height-compact, 1);
|
|
75
|
+
padding-left: 0;
|
|
76
|
+
padding-right: 0;
|
|
77
|
+
padding-top: 0;
|
|
78
|
+
padding-bottom: 0;
|
|
79
|
+
}
|
|
80
|
+
.ard-readonly .ard-number-input {
|
|
81
|
+
cursor: var(--ard-number-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
82
|
+
}
|
|
83
|
+
.ard-readonly .ard-number-input * {
|
|
84
|
+
cursor: var(--ard-number-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
85
|
+
}
|
|
86
|
+
.ard-number-input.ard-appearance-outlined {
|
|
87
|
+
--ard-appearance-background: var(--ard-bg);
|
|
88
|
+
--ard-appearance-border-color: var(--ard-border);
|
|
89
|
+
--ard-appearance-border: 1px solid var(--ard-appearance-border-color);
|
|
90
|
+
}
|
|
91
|
+
.ard-number-input.ard-appearance-outlined.ard-focused {
|
|
92
|
+
--ard-appearance-border-color: var(--ard-border-dark);
|
|
93
|
+
}
|
|
94
|
+
.ard-number-input.ard-appearance-outlined.ard-is-success {
|
|
95
|
+
--ard-appearance-border-color: rgb(var(--ard-success-500));
|
|
96
|
+
}
|
|
97
|
+
.ard-number-input.ard-appearance-outlined.ard-has-error {
|
|
98
|
+
--ard-appearance-background: rgb(var(--ard-danger-50));
|
|
99
|
+
--ard-appearance-border-color: rgb(var(--ard-danger-500));
|
|
100
|
+
}
|
|
101
|
+
.ard-number-input.ard-appearance-filled {
|
|
102
|
+
--ard-appearance-background: var(--ard-bg-filled);
|
|
103
|
+
--ard-appearance-border: none;
|
|
104
|
+
}
|
|
105
|
+
.ard-number-input.ard-appearance-filled.ard-is-success {
|
|
106
|
+
--ard-appearance-background: rgb(var(--ard-success-50));
|
|
107
|
+
}
|
|
108
|
+
.ard-number-input.ard-appearance-filled.ard-has-error {
|
|
109
|
+
--ard-appearance-background: rgb(var(--ard-danger-50));
|
|
110
|
+
}
|
|
111
|
+
.ard-number-input.ard-appearance-transparent {
|
|
112
|
+
--ard-appearance-background: transparent;
|
|
113
|
+
--ard-appearance-border: none;
|
|
114
|
+
}
|
|
115
|
+
.ard-number-input .ard-number-input-wrapper {
|
|
116
|
+
flex-grow: 1;
|
|
117
|
+
text-size-adjust: 100%;
|
|
118
|
+
display: flex;
|
|
119
|
+
align-items: center;
|
|
120
|
+
height: 100%;
|
|
121
|
+
gap: var(--ard-number-input-gap, 0.375rem);
|
|
122
|
+
}
|
|
123
|
+
.ard-number-input .ard-input-container {
|
|
124
|
+
position: relative;
|
|
125
|
+
padding-left: var(--ard-number-input-padding-left, var(--ard-form-field-padding-left, 0.375rem));
|
|
126
|
+
padding-right: var(--ard-number-input-padding-right, var(--ard-form-field-padding-right, 0.375rem));
|
|
127
|
+
padding-top: var(--ard-number-input-padding-top, var(--ard-form-field-padding-top, 0));
|
|
128
|
+
padding-bottom: var(--ard-number-input-padding-bottom, var(--ard-form-field-padding-bottom, 0));
|
|
129
|
+
}
|
|
130
|
+
.ard-number-input .ard-number-input-prefix-container,
|
|
131
|
+
.ard-number-input .ard-number-input-suffix-container {
|
|
132
|
+
height: max-content;
|
|
133
|
+
max-height: 100%;
|
|
134
|
+
display: flex;
|
|
135
|
+
align-items: center;
|
|
136
|
+
}
|
|
137
|
+
.ard-number-input .ard-number-input-prefix-container {
|
|
138
|
+
padding-left: var(--ard-number-input-gap, 0.375rem);
|
|
139
|
+
}
|
|
140
|
+
.ard-number-input .ard-number-input-suffix-container {
|
|
141
|
+
padding-right: var(--ard-number-input-gap, 0.375rem);
|
|
142
|
+
}
|
|
143
|
+
.ard-number-input .ard-quick-change-button {
|
|
144
|
+
position: relative;
|
|
145
|
+
min-width: var(--ard-number-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
146
|
+
}
|
|
147
|
+
.ard-number-input .ard-quick-change-button .ard-button {
|
|
148
|
+
height: 100%;
|
|
149
|
+
aspect-ratio: 1;
|
|
150
|
+
padding: 0;
|
|
151
|
+
border-color: var(--ard-appearance-border-color);
|
|
152
|
+
display: flex;
|
|
153
|
+
justify-content: center;
|
|
154
|
+
margin: 0;
|
|
155
|
+
}
|
|
156
|
+
.ard-number-input .ard-quick-change-button.ard-disabled .ard-focus-overlay {
|
|
157
|
+
opacity: 0;
|
|
158
|
+
}
|
|
159
|
+
.ard-number-input .ard-quick-change-button.decrement {
|
|
160
|
+
left: 1px;
|
|
161
|
+
}
|
|
162
|
+
.ard-number-input .ard-quick-change-button.decrement .ard-button {
|
|
163
|
+
border-top-right-radius: 0;
|
|
164
|
+
border-bottom-right-radius: 0;
|
|
165
|
+
}
|
|
166
|
+
.ard-number-input .ard-quick-change-button.increment {
|
|
167
|
+
right: 1px;
|
|
168
|
+
}
|
|
169
|
+
.ard-number-input .ard-quick-change-button.increment .ard-button {
|
|
170
|
+
border-top-left-radius: 0;
|
|
171
|
+
border-bottom-left-radius: 0;
|
|
172
|
+
}
|
|
173
|
+
.ard-number-input.ard-variant-rounded {
|
|
174
|
+
border-radius: var(--ard-number-input-rounded-border-radius, 8px);
|
|
175
|
+
}
|
|
176
|
+
.ard-number-input.ard-variant-rounded.ard-quick-change-false .ard-number-input-wrapper {
|
|
177
|
+
border-radius: var(--ard-number-input-rounded-border-radius, 8px);
|
|
178
|
+
}
|
|
179
|
+
.ard-number-input.ard-variant-sharp {
|
|
180
|
+
border-radius: 0;
|
|
181
|
+
}
|
|
182
|
+
.ard-number-input.ard-variant-pill {
|
|
183
|
+
border-radius: 9999px;
|
|
184
|
+
}
|
|
185
|
+
.ard-number-input.ard-variant-pill .ard-button {
|
|
186
|
+
border-radius: 9999px !important;
|
|
187
|
+
width: var(--ard-number-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
188
|
+
height: var(--ard-number-input-height, var(--ard-form-field-height, 2.3125rem));
|
|
189
|
+
margin: 0 2px;
|
|
190
|
+
}
|
|
191
|
+
.ard-number-input.ard-variant-pill.ard-quick-change-false .ard-number-input-wrapper {
|
|
192
|
+
border-radius: 9999px;
|
|
193
|
+
}
|
|
194
|
+
.ard-number-input.ard-variant-rounded:not(.ard-appearance-filled) .ard-number-input-wrapper, .ard-number-input.ard-variant-sharp:not(.ard-appearance-filled) .ard-number-input-wrapper {
|
|
195
|
+
box-sizing: border-box;
|
|
196
|
+
background: var(--ard-appearance-background);
|
|
197
|
+
border: var(--ard-appearance-border);
|
|
198
|
+
}
|
|
199
|
+
.ard-number-input.ard-variant-rounded.ard-appearance-filled, .ard-number-input.ard-variant-sharp.ard-appearance-filled {
|
|
200
|
+
background: var(--ard-appearance-background);
|
|
201
|
+
border: var(--ard-appearance-border);
|
|
202
|
+
}
|
|
203
|
+
.ard-number-input.ard-variant-pill {
|
|
204
|
+
background: var(--ard-appearance-background);
|
|
205
|
+
border: var(--ard-appearance-border);
|
|
206
|
+
}
|
|
207
|
+
.ard-number-input.ard-compact .ard-number-input-wrapper {
|
|
208
|
+
padding-left: var(--ard-number-input-padding-left-compact, var(--ard-form-field-padding-left-compact, 0.375rem));
|
|
209
|
+
padding-right: var(--ard-number-input-padding-right-compact, var(--ard-form-field-padding-right-compact, 0.375rem));
|
|
210
|
+
padding-top: var(--ard-number-input-padding-top-compact, var(--ard-form-field-padding-top-compact, 0));
|
|
211
|
+
padding-bottom: var(--ard-number-input-padding-bottom-compact, var(--ard-form-field-padding-bottom-compact, 0));
|
|
212
|
+
}
|
|
213
|
+
.ard-number-input.ard-compact .ard-quick-change-button {
|
|
214
|
+
min-width: var(--ard-number-input-height-compact, var(--ard-form-field-height-compact, 1.6875rem));
|
|
215
|
+
}
|
|
216
|
+
.ard-disabled > .ard-number-input .ard-button .ard-focus-overlay,
|
|
217
|
+
.ard-readonly > .ard-number-input .ard-button .ard-focus-overlay {
|
|
218
|
+
opacity: 0;
|
|
219
|
+
}
|
|
220
|
+
.ard-disabled > .ard-number-input {
|
|
221
|
+
pointer-events: none;
|
|
222
|
+
opacity: var(--ard-number-input-disabled-opacity, 50%);
|
|
223
|
+
background: var(--ard-bg-filled);
|
|
224
|
+
}
|
|
225
|
+
.ard-readonly > .ard-number-input {
|
|
226
|
+
cursor: var(--ard-number-input-readonly-cursor, var(--ard-readonly-cursor, default));
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/*# sourceMappingURL=number-input.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/number-input.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/_variables.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACEA;EAGE;IAGE;IAGA;IACA;IACA;IAWA;IACA;IAEA;;EAIF;IACE;;EAGF;IDVA,QCYI;IDXJ;IACA;IACA;IACA;IACA;IACA,KCQI;IDPJ;IACA;IACA,WCMI;IDLJ,aCOI;IDNJ,aCQI;IDPJ,cCWI;IDVJ,eCQI;IDPJ,aCMI;IDLJ,gBCOI;IDNJ,OCYI;IAMF;IACA;;EDjBF;IACE;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EAEF;IACE;IACA,SCJA;IDKA,OCNA;IDOA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACE,QC1CE;ID2CF,WCxCE;IDyCF,aCvCE;IDwCF,cC/BE;IDgCF,eClCE;IDmCF,aCpCE;IDqCF,gBCnCE;;EDsCJ;IACE,QClCE;;EDoCF;IACE,QCrCA;;ECdJ;IACE;IACA;IACA;;EAEA;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAGJ;IACE;IACA;;EAEA;IACE;;EAEF;IACE;;EAGJ;IACE;IACA;;EDTA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;;EAIF;AAAA;IAEE;IACA;IACA;IACA;;EAEF;IACE;;EAEF;IACE;;EAIF;IACE;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;;EAGF;IACE;;EAEA;IACE;IACA;;EAGJ;IACE;;EAEA;IACE;IACA;;EAMN;IACE;;EAGE;IACE;;EAIN;IACE;;EAEF;IACE;;EAEA;IACE;IACA;IACA;IACA;;EAIA;IACE;;EAQJ;IACE;IACA;IACA;;EAEF;IACE;IACA;;EAGJ;IACE;IACA;;EAKA;IACE;IACA;IACA;IACA;;EAEF;IACE;;EAQF;AAAA;IACE;;EAKJ;IACE;IACA;IACA,YExMC;;EF4MH;IACE","file":"number-input.css"}
|