@ardium-ui/ui 4.1.1 → 4.1.2
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 -25
- package/esm2022/lib/_internal/boolean-component.mjs +1 -1
- package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +3 -3
- package/esm2022/lib/_internal/clear-button/clear-button.module.mjs +1 -1
- package/esm2022/lib/_internal/disablable-component.mjs +1 -1
- package/esm2022/lib/_internal/focusable-component.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +1 -1
- package/esm2022/lib/_internal/models/pagination.model.mjs +1 -1
- package/esm2022/lib/_internal/models/queue.mjs +1 -1
- package/esm2022/lib/_internal/public-api.mjs +1 -1
- package/esm2022/lib/_internal/selectable-list-component.mjs +1 -1
- package/esm2022/lib/badge/badge.defaults.mjs +1 -1
- package/esm2022/lib/badge/badge.directive.mjs +1 -1
- package/esm2022/lib/badge/badge.module.mjs +1 -1
- package/esm2022/lib/badge/badge.types.mjs +1 -1
- package/esm2022/lib/badge/index.mjs +1 -1
- package/esm2022/lib/buttons/_button-base.defaults.mjs +1 -1
- package/esm2022/lib/buttons/button/button.component.mjs +3 -3
- package/esm2022/lib/buttons/button/button.defaults.mjs +1 -1
- package/esm2022/lib/buttons/button/button.module.mjs +1 -1
- package/esm2022/lib/buttons/button/index.mjs +1 -1
- package/esm2022/lib/buttons/fab/fab.component.mjs +3 -3
- package/esm2022/lib/buttons/fab/fab.defaults.mjs +1 -1
- package/esm2022/lib/buttons/fab/fab.module.mjs +1 -1
- package/esm2022/lib/buttons/fab/index.mjs +1 -1
- package/esm2022/lib/buttons/general-button.types.mjs +1 -1
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +3 -3
- package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +1 -1
- package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +1 -1
- package/esm2022/lib/buttons/icon-button/index.mjs +1 -1
- package/esm2022/lib/calendar/calendar.component.mjs +1 -1
- package/esm2022/lib/calendar/calendar.defaults.mjs +1 -1
- package/esm2022/lib/calendar/calendar.types.mjs +1 -1
- package/esm2022/lib/calendar/views/days-view/days-view.component.mjs +1 -1
- package/esm2022/lib/calendar/views/days-view/days-view.helpers.mjs +1 -1
- package/esm2022/lib/calendar/views/months-view/months-view.component.mjs +1 -1
- package/esm2022/lib/calendar/views/months-view/months-view.helpers.mjs +1 -1
- package/esm2022/lib/calendar/views/years-view/years-view.component.mjs +1 -1
- package/esm2022/lib/calendar/views/years-view/years-view.helpers.mjs +1 -1
- package/esm2022/lib/card/card.children.mjs +3 -3
- package/esm2022/lib/card/card.component.mjs +1 -1
- package/esm2022/lib/card/card.defaults.mjs +1 -1
- package/esm2022/lib/card/card.module.mjs +1 -1
- package/esm2022/lib/card/card.types.mjs +1 -1
- package/esm2022/lib/card/index.mjs +1 -1
- package/esm2022/lib/checkbox/checkbox.defaults.mjs +1 -1
- package/esm2022/lib/checkbox/index.mjs +1 -1
- package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +1 -1
- package/esm2022/lib/checkbox-list/checkbox-list.types.mjs +1 -1
- package/esm2022/lib/checkbox-list/index.mjs +1 -1
- package/esm2022/lib/chip/chip.component.mjs +3 -3
- package/esm2022/lib/chip/chip.defaults.mjs +1 -1
- package/esm2022/lib/chip/chip.module.mjs +1 -1
- package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +3 -3
- package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +1 -1
- package/esm2022/lib/chip/index.mjs +1 -1
- package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +3 -3
- package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +1 -1
- package/esm2022/lib/color/color-display/color-display.component.mjs +3 -3
- package/esm2022/lib/color/color-display/color-display.defaults.mjs +1 -1
- package/esm2022/lib/color/color-display/color-display.module.mjs +1 -1
- package/esm2022/lib/color/color-display/color-display.types.mjs +1 -1
- package/esm2022/lib/color/color-display/index.mjs +1 -1
- package/esm2022/lib/dialog/dialog.component.mjs +3 -3
- package/esm2022/lib/dialog/dialog.defaults.mjs +1 -1
- package/esm2022/lib/dialog/dialog.directives.mjs +1 -1
- package/esm2022/lib/dialog/dialog.module.mjs +1 -1
- package/esm2022/lib/dialog/index.mjs +1 -1
- package/esm2022/lib/divider/divider.component.mjs +1 -1
- package/esm2022/lib/divider/divider.defaults.mjs +1 -1
- package/esm2022/lib/divider/divider.module.mjs +1 -1
- package/esm2022/lib/divider/index.mjs +1 -1
- package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +3 -3
- package/esm2022/lib/dropdown-panel/dropdown-panel.defaults.mjs +1 -1
- package/esm2022/lib/dropdown-panel/dropdown-panel.module.mjs +1 -1
- package/esm2022/lib/dropdown-panel/dropdown-panel.types.mjs +1 -1
- package/esm2022/lib/dropdown-panel/index.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +14 -23
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.defaults.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.directives.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/index.mjs +1 -1
- package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +30 -36
- package/esm2022/lib/file-inputs/file-input/file-input.defaults.mjs +1 -1
- package/esm2022/lib/file-inputs/file-input/file-input.directives.mjs +14 -1
- package/esm2022/lib/file-inputs/file-input/file-input.module.mjs +40 -7
- package/esm2022/lib/file-inputs/file-input/index.mjs +1 -1
- package/esm2022/lib/file-inputs/file-input-base.defaults.mjs +1 -1
- package/esm2022/lib/file-inputs/file-input-base.mjs +21 -5
- package/esm2022/lib/file-inputs/file-input-types.mjs +1 -1
- package/esm2022/lib/form-field/error/error.component.mjs +1 -1
- package/esm2022/lib/form-field/error/error.directive.mjs +1 -1
- package/esm2022/lib/form-field/form-field.module.mjs +1 -1
- package/esm2022/lib/form-field/hint/hint.component.mjs +1 -1
- package/esm2022/lib/form-field/hint/hint.directive.mjs +1 -1
- package/esm2022/lib/form-field/horizontal-form-field.component.mjs +1 -1
- package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +3 -3
- package/esm2022/lib/form-field-frame/form-field-frame.defaults.mjs +1 -1
- package/esm2022/lib/form-field-frame/form-field-frame.directives.mjs +1 -1
- package/esm2022/lib/form-field-frame/form-field-frame.module.mjs +1 -1
- package/esm2022/lib/form-field-frame/index.mjs +1 -1
- package/esm2022/lib/icon/icon.component.mjs +3 -3
- package/esm2022/lib/icon/icon.defaults.mjs +1 -1
- package/esm2022/lib/icon/icon.module.mjs +1 -1
- package/esm2022/lib/icon/icon.pipe.mjs +1 -1
- package/esm2022/lib/icon/index.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/index.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/hex-input.directives.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/index.mjs +1 -1
- package/esm2022/lib/inputs/input/index.mjs +1 -1
- package/esm2022/lib/inputs/input/input.component.mjs +3 -3
- package/esm2022/lib/inputs/input/input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/input/input.directives.mjs +1 -1
- package/esm2022/lib/inputs/input-transformers.mjs +1 -1
- package/esm2022/lib/inputs/input-types.mjs +1 -1
- package/esm2022/lib/inputs/input-utils.mjs +1 -1
- package/esm2022/lib/inputs/number-input/index.mjs +1 -1
- package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/number-input/number-input.directives.mjs +1 -1
- package/esm2022/lib/inputs/number-input/number-input.module.mjs +1 -1
- package/esm2022/lib/inputs/password-input/index.mjs +1 -1
- package/esm2022/lib/inputs/password-input/password-input.component.mjs +3 -3
- package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/password-input/password-input.directives.mjs +1 -1
- package/esm2022/lib/inputs/password-input/password-input.module.mjs +1 -1
- package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/index.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +3 -3
- package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/simple-input.directives.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/simple-input.module.mjs +1 -1
- package/esm2022/lib/kbd/index.mjs +1 -1
- package/esm2022/lib/kbd/kbd.component.mjs +3 -3
- package/esm2022/lib/kbd/kbd.defaults.mjs +1 -1
- package/esm2022/lib/kbd/kbd.directive.mjs +1 -1
- package/esm2022/lib/kbd/kbd.module.mjs +1 -1
- package/esm2022/lib/kbd/kbd.pipe.mjs +1 -1
- package/esm2022/lib/kbd-shortcut/index.mjs +1 -1
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +3 -3
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +1 -1
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.module.mjs +1 -1
- package/esm2022/lib/modal/modal.component.mjs +1 -1
- package/esm2022/lib/modal/modal.directives.mjs +1 -1
- package/esm2022/lib/modal/modal.module.mjs +1 -1
- package/esm2022/lib/option/index.mjs +1 -1
- package/esm2022/lib/option/option.component.mjs +1 -1
- package/esm2022/lib/option/option.module.mjs +1 -1
- package/esm2022/lib/progress-bar/index.mjs +1 -1
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +1 -1
- package/esm2022/lib/progress-bar/progress-bar.directive.mjs +1 -1
- package/esm2022/lib/progress-bar/progress-bar.module.mjs +1 -1
- package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
- package/esm2022/lib/progress-circle/index.mjs +1 -1
- package/esm2022/lib/progress-circle/progress-circle.component.mjs +3 -3
- package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +1 -1
- package/esm2022/lib/progress-circle/progress-circle.directive.mjs +1 -1
- package/esm2022/lib/progress-circle/progress-circle.module.mjs +1 -1
- package/esm2022/lib/progress-circle/progress-circle.types.mjs +1 -1
- package/esm2022/lib/radio/index.mjs +1 -1
- package/esm2022/lib/radio/radio/radio.component.mjs +3 -3
- package/esm2022/lib/radio/radio/radio.defaults.mjs +1 -1
- package/esm2022/lib/radio/radio-group.component.mjs +1 -1
- package/esm2022/lib/radio/radio.module.mjs +1 -1
- package/esm2022/lib/search-functions.mjs +1 -1
- package/esm2022/lib/segment/index.mjs +1 -1
- package/esm2022/lib/segment/segment.component.mjs +3 -3
- package/esm2022/lib/segment/segment.defaults.mjs +1 -1
- package/esm2022/lib/segment/segment.directives.mjs +1 -1
- package/esm2022/lib/segment/segment.module.mjs +1 -1
- package/esm2022/lib/segment/segment.types.mjs +1 -1
- package/esm2022/lib/select/index.mjs +1 -1
- package/esm2022/lib/select/select.defaults.mjs +1 -1
- package/esm2022/lib/select/select.directive.mjs +1 -1
- package/esm2022/lib/select/select.module.mjs +1 -1
- package/esm2022/lib/select/select.types.mjs +1 -1
- package/esm2022/lib/slide-toggle/index.mjs +1 -1
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +3 -3
- package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +1 -1
- package/esm2022/lib/slide-toggle/slide-toggle.module.mjs +1 -1
- package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +1 -1
- package/esm2022/lib/slider/abstract-slider.mjs +1 -1
- package/esm2022/lib/slider/index.mjs +1 -1
- package/esm2022/lib/slider/range-slider/range-slider.component.mjs +3 -3
- package/esm2022/lib/slider/range-slider/range-slider.module.mjs +1 -1
- package/esm2022/lib/slider/slider.component.mjs +1 -1
- package/esm2022/lib/slider/slider.defaults.mjs +1 -1
- package/esm2022/lib/slider/slider.directive.mjs +1 -1
- package/esm2022/lib/slider/slider.module.mjs +1 -1
- package/esm2022/lib/slider/slider.types.mjs +1 -1
- package/esm2022/lib/snackbar/index.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar-ref.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/lib/snackbar/snackbar.service.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar.token.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
- package/esm2022/lib/spinner/index.mjs +1 -1
- package/esm2022/lib/spinner/spinner.component.mjs +3 -3
- package/esm2022/lib/spinner/spinner.defaults.mjs +1 -1
- package/esm2022/lib/spinner/spinner.module.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.component.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.defaults.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.directives.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.types.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.component.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.defaults.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.module.mjs +1 -1
- package/esm2022/lib/star/star-button/star-button.component.mjs +3 -3
- package/esm2022/lib/star/star-button/star-button.defaults.mjs +1 -1
- package/esm2022/lib/star/star-button/star-button.module.mjs +1 -1
- package/esm2022/lib/star/star.component.mjs +3 -3
- package/esm2022/lib/star/star.defaults.mjs +1 -1
- package/esm2022/lib/star/star.types.mjs +1 -1
- package/esm2022/lib/statebox/index.mjs +1 -1
- package/esm2022/lib/statebox/statebox.component.mjs +3 -3
- package/esm2022/lib/statebox/statebox.defaults.mjs +1 -1
- package/esm2022/lib/statebox/statebox.module.mjs +1 -1
- package/esm2022/lib/statebox/statebox.types.mjs +1 -1
- package/esm2022/lib/tabber/index.mjs +1 -1
- package/esm2022/lib/tabber/tab/tab.component.mjs +3 -3
- package/esm2022/lib/tabber/tab/tab.defaults.mjs +1 -1
- package/esm2022/lib/tabber/tabber.component.mjs +3 -3
- package/esm2022/lib/tabber/tabber.defaults.mjs +1 -1
- package/esm2022/lib/tabber/tabber.module.mjs +1 -1
- package/esm2022/lib/table/index.mjs +1 -1
- package/esm2022/lib/table/table-item-storage.mjs +1 -1
- package/esm2022/lib/table/table.component.mjs +3 -3
- package/esm2022/lib/table/table.defaults.mjs +1 -1
- package/esm2022/lib/table/table.directives.mjs +1 -1
- package/esm2022/lib/table/table.module.mjs +1 -1
- package/esm2022/lib/table/table.types.mjs +1 -1
- package/esm2022/lib/table/utils.mjs +1 -1
- package/esm2022/lib/table-from-csv/index.mjs +1 -1
- package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +3 -3
- package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +1 -1
- package/esm2022/lib/table-from-csv/table-from-csv.module.mjs +1 -1
- package/esm2022/lib/table-pagination/index.mjs +1 -1
- package/esm2022/lib/table-pagination/table-pagination.component.mjs +3 -3
- package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +1 -1
- package/esm2022/lib/table-pagination/table-pagination.module.mjs +1 -1
- package/esm2022/lib/table-pagination/table-pagination.types.mjs +1 -1
- package/esm2022/lib/text-list/text-list.module.mjs +1 -1
- package/esm2022/lib/text-list/text-list.pipe.mjs +1 -1
- package/esm2022/lib/types/alignment.types.mjs +1 -1
- package/esm2022/lib/types/button.types.mjs +1 -1
- package/esm2022/lib/types/colors.types.mjs +1 -1
- package/esm2022/lib/types/item-storage.types.mjs +1 -1
- package/esm2022/lib/types/theming.types.mjs +1 -1
- package/esm2022/lib/types/utility.types.mjs +1 -1
- package/fesm2022/ardium-ui-ui.mjs +175 -130
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +4 -4
- package/lib/file-inputs/file-input/file-input.component.d.ts +9 -8
- package/lib/file-inputs/file-input/file-input.directives.d.ts +6 -0
- package/lib/file-inputs/file-input/file-input.module.d.ts +6 -5
- package/lib/file-inputs/file-input-base.d.ts +2 -2
- package/lib/file-inputs/file-input-types.d.ts +1 -1
- package/package.json +1 -1
- package/themes/_variables.scss +121 -121
- package/themes/default/_clear-button.scss +73 -73
- package/themes/default/_coloring.scss +137 -137
- package/themes/default/_dropdown-arrow.scss +12 -12
- package/themes/default/badge.scss +94 -94
- package/themes/default/buttons/button.scss +79 -79
- package/themes/default/buttons/fab.scss +81 -81
- package/themes/default/buttons/icon-button.scss +62 -62
- package/themes/default/calendar-OLD.scss +183 -183
- package/themes/default/card.scss +135 -135
- package/themes/default/checkbox-list.scss +83 -83
- package/themes/default/checkbox.scss +109 -109
- package/themes/default/chips.scss +200 -200
- package/themes/default/color-display.scss +41 -41
- package/themes/default/color-picker.scss +111 -111
- package/themes/default/core.scss +102 -102
- package/themes/default/dialog.scss +16 -16
- package/themes/default/divider.scss +13 -13
- package/themes/default/dropdown-panel.scss +45 -45
- package/themes/default/file-drop-area.scss +162 -162
- package/themes/default/inputs/_shared.scss +50 -50
- package/themes/default/inputs/color-input.scss +46 -46
- package/themes/default/inputs/file-input.scss +79 -79
- package/themes/default/inputs/hex-input.scss +27 -27
- package/themes/default/inputs/number-input.scss +131 -131
- package/themes/default/inputs/password-input.scss +43 -43
- package/themes/default/inputs/search-bar.scss +19 -19
- package/themes/default/kbd-shortcut.scss +13 -13
- package/themes/default/kbd.scss +21 -21
- package/themes/default/modal.scss +94 -94
- package/themes/default/progress-bar.scss +166 -166
- package/themes/default/progress-circle.scss +56 -56
- package/themes/default/radio.scss +112 -112
- package/themes/default/segment.scss +355 -355
- package/themes/default/select.scss +259 -259
- package/themes/default/slide-toggle.scss +151 -151
- package/themes/default/slider.scss +224 -224
- package/themes/default/snackbar.scss +58 -58
- package/themes/default/spinner.scss +21 -21
- package/themes/default/stars.scss +85 -85
- package/themes/default/statebox.scss +109 -109
- package/themes/default/tabber.scss +89 -89
- package/themes/default/table-pagination.scss +56 -56
- package/themes/default/table.scss +423 -423
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
1
|
import { ComponentColor } from '../../types/colors.types';
|
|
3
2
|
import { FormElementVariant } from '../../types/theming.types';
|
|
4
3
|
import { _FileInputComponentBase } from '../file-input-base';
|
|
5
4
|
import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
|
|
6
5
|
import { ArdFileDropAreaDefaults } from './file-drop-area.defaults';
|
|
6
|
+
import { ArdiumFileDropAreaDragoverContentTemplateDirective, ArdiumFileDropAreaIdleContentTemplateDirective, ArdiumFileDropAreaUploadedContentTemplateDirective } from './file-drop-area.directives';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ArdiumFileDropAreaComponent extends _FileInputComponentBase {
|
|
9
9
|
protected readonly _DEFAULTS: ArdFileDropAreaDefaults;
|
|
@@ -15,9 +15,9 @@ export declare class ArdiumFileDropAreaComponent extends _FileInputComponentBase
|
|
|
15
15
|
protected _wasMousedownOnElement: true | null;
|
|
16
16
|
onMousedown(): void;
|
|
17
17
|
onMouseup(): void;
|
|
18
|
-
idleTemplate:
|
|
19
|
-
dragoverTemplate:
|
|
20
|
-
uploadedTemplate:
|
|
18
|
+
readonly idleTemplate: import("@angular/core").Signal<ArdiumFileDropAreaIdleContentTemplateDirective | undefined>;
|
|
19
|
+
readonly dragoverTemplate: import("@angular/core").Signal<ArdiumFileDropAreaDragoverContentTemplateDirective | undefined>;
|
|
20
|
+
readonly uploadedTemplate: import("@angular/core").Signal<ArdiumFileDropAreaUploadedContentTemplateDirective | undefined>;
|
|
21
21
|
getIdleContext(): FileInputBrowseContext;
|
|
22
22
|
getDragoverContext(): FileInputFileAmountContext;
|
|
23
23
|
getUploadedContext(): FileInputFilesContext;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
1
|
import { ComponentColor } from '../../types/colors.types';
|
|
3
2
|
import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
4
3
|
import { _FileInputComponentBase } from '../file-input-base';
|
|
5
4
|
import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
|
|
6
5
|
import { ArdFileInputDefaults } from './file-input.defaults';
|
|
6
|
+
import { ArdFileInputPlaceholderTemplateDirective, ArdFileInputPrefixTemplateDirective, ArdFileInputSuffixTemplateDirective, ArdiumFileInputDragoverContentTemplateDirective, ArdiumFileInputFolderIconTemplateDirective, ArdiumFileInputIdleContentTemplateDirective, ArdiumFileInputUploadedContentTemplateDirective } from './file-input.directives';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
|
|
9
9
|
protected readonly _DEFAULTS: ArdFileInputDefaults;
|
|
@@ -15,7 +15,7 @@ export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
|
|
|
15
15
|
readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
|
|
16
16
|
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
17
17
|
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
18
|
-
placeholderTemplate
|
|
18
|
+
readonly placeholderTemplate: import("@angular/core").Signal<ArdFileInputPlaceholderTemplateDirective | undefined>;
|
|
19
19
|
get shouldDisplayPlaceholder(): boolean;
|
|
20
20
|
readonly clearable: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
21
21
|
readonly clearButtonTitle: import("@angular/core").InputSignal<string>;
|
|
@@ -24,14 +24,15 @@ export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
|
|
|
24
24
|
clear(): void;
|
|
25
25
|
readonly clearEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
26
26
|
readonly touched: import("@angular/core").WritableSignal<boolean>;
|
|
27
|
-
prefixTemplate
|
|
28
|
-
suffixTemplate
|
|
29
|
-
idleTemplate:
|
|
30
|
-
dragoverTemplate:
|
|
31
|
-
uploadedTemplate:
|
|
27
|
+
readonly prefixTemplate: import("@angular/core").Signal<ArdFileInputPrefixTemplateDirective | undefined>;
|
|
28
|
+
readonly suffixTemplate: import("@angular/core").Signal<ArdFileInputSuffixTemplateDirective | undefined>;
|
|
29
|
+
readonly idleTemplate: import("@angular/core").Signal<ArdiumFileInputIdleContentTemplateDirective | undefined>;
|
|
30
|
+
readonly dragoverTemplate: import("@angular/core").Signal<ArdiumFileInputDragoverContentTemplateDirective | undefined>;
|
|
31
|
+
readonly uploadedTemplate: import("@angular/core").Signal<ArdiumFileInputUploadedContentTemplateDirective | undefined>;
|
|
32
|
+
readonly folderIconTemplate: import("@angular/core").Signal<ArdiumFileInputFolderIconTemplateDirective | undefined>;
|
|
32
33
|
getIdleContext(): FileInputBrowseContext;
|
|
33
34
|
getDragoverContext(): FileInputFileAmountContext;
|
|
34
35
|
getUploadedContext(): FileInputFilesContext;
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFileInputComponent, "ard-file-input", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; }, { "clearEvent": "clear"; }, ["placeholderTemplate", "prefixTemplate", "suffixTemplate", "idleTemplate", "dragoverTemplate", "uploadedTemplate"], never, false, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFileInputComponent, "ard-file-input", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; }, { "clearEvent": "clear"; }, ["placeholderTemplate", "prefixTemplate", "suffixTemplate", "idleTemplate", "dragoverTemplate", "uploadedTemplate", "folderIconTemplate"], never, false, never>;
|
|
37
38
|
}
|
|
@@ -37,3 +37,9 @@ export declare class ArdiumFileInputUploadedContentTemplateDirective {
|
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputUploadedContentTemplateDirective, never>;
|
|
38
38
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputUploadedContentTemplateDirective, "ard-file-input > ng-template[ard-dropped-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
39
39
|
}
|
|
40
|
+
export declare class ArdiumFileInputFolderIconTemplateDirective {
|
|
41
|
+
template: TemplateRef<undefined>;
|
|
42
|
+
constructor(template: TemplateRef<undefined>);
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputFolderIconTemplateDirective, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputFolderIconTemplateDirective, "ard-file-input > ng-template[ard-folder-icon-tmp]", never, {}, {}, never, never, false, never>;
|
|
45
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./file-input.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../../
|
|
6
|
-
import * as i5 from "../../
|
|
3
|
+
import * as i2 from "./file-input.directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../form-field-frame/form-field-frame.module";
|
|
6
|
+
import * as i5 from "../../_internal/clear-button/clear-button.module";
|
|
7
|
+
import * as i6 from "../../icon/icon.module";
|
|
7
8
|
export declare class ArdiumFileInputModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileInputModule, [typeof i1.ArdiumFileInputComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileInputModule, [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputFolderIconTemplateDirective, typeof i2.ArdiumFileInputUploadedContentTemplateDirective, typeof i2.ArdiumFileInputDragoverContentTemplateDirective, typeof i2.ArdiumFileInputIdleContentTemplateDirective, typeof i2.ArdFileInputSuffixTemplateDirective, typeof i2.ArdFileInputPrefixTemplateDirective, typeof i2.ArdFileInputPlaceholderTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5._ClearButtonModule, typeof i6.ArdiumIconModule], [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputFolderIconTemplateDirective, typeof i2.ArdiumFileInputUploadedContentTemplateDirective, typeof i2.ArdiumFileInputDragoverContentTemplateDirective, typeof i2.ArdiumFileInputIdleContentTemplateDirective, typeof i2.ArdFileInputSuffixTemplateDirective, typeof i2.ArdFileInputPrefixTemplateDirective, typeof i2.ArdFileInputPlaceholderTemplateDirective]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFileInputModule>;
|
|
11
12
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { _FormFieldComponentBase } from '../_internal/form-field-component';
|
|
3
3
|
import { _FileInputBaseDefaults } from './file-input-base.defaults';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class _FileInputComponentBase extends
|
|
5
|
+
export declare abstract class _FileInputComponentBase extends _FormFieldComponentBase implements OnInit, AfterViewInit {
|
|
6
6
|
protected readonly _DEFAULTS: _FileInputBaseDefaults;
|
|
7
7
|
abstract readonly componentId: string;
|
|
8
8
|
readonly fileInputEl: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface FileInputBrowseContext {
|
|
2
2
|
browse: () => void;
|
|
3
3
|
}
|
|
4
|
-
export interface FileInputFileAmountContext {
|
|
4
|
+
export interface FileInputFileAmountContext extends FileInputBrowseContext {
|
|
5
5
|
amount: number;
|
|
6
6
|
}
|
|
7
7
|
export interface FileInputFilesContext extends FileInputFileAmountContext {
|
package/package.json
CHANGED
package/themes/_variables.scss
CHANGED
|
@@ -1,121 +1,121 @@
|
|
|
1
|
-
$bg: var(--ard-bg);
|
|
2
|
-
$bg-alt: var(--ard-bg-alt);
|
|
3
|
-
$overlay: var(--ard-overlay);
|
|
4
|
-
$overlay-rgb: var(--ard-overlay-rgb);
|
|
5
|
-
$bg-d: var(--ard-bg-darker);
|
|
6
|
-
$bg-f: var(--ard-bg-filled);
|
|
7
|
-
$bg-f-alt: var(--ard-bg-filled-alt);
|
|
8
|
-
$text: var(--ard-text);
|
|
9
|
-
$text2: var(--ard-text2);
|
|
10
|
-
$text3: var(--ard-text3);
|
|
11
|
-
$text-alt: var(--ard-text-alt);
|
|
12
|
-
$text2-alt: var(--ard-text2-alt);
|
|
13
|
-
$text3-alt: var(--ard-text3-alt);
|
|
14
|
-
$border-dark: var(--ard-border-dark);
|
|
15
|
-
$border: var(--ard-border);
|
|
16
|
-
$border-light: var(--ard-border-light);
|
|
17
|
-
$detail: var(--ard-detail);
|
|
18
|
-
$detail-light: var(--ard-detail-light);
|
|
19
|
-
$detail-ultralight: var(--ard-detail-ultralight);
|
|
20
|
-
$detail-ultralight-solid: var(--ard-detail-ultralight-solid);
|
|
21
|
-
|
|
22
|
-
$lighten-overlay: var(--ard-lighten-overlay);
|
|
23
|
-
$lighten-overlay-strong: var(--ard-lighten-overlay-strong);
|
|
24
|
-
$lighten-overlay-medium: var(--ard-lighten-overlay-medium);
|
|
25
|
-
$lighten-overlay-light: var(--ard-lighten-overlay-light);
|
|
26
|
-
$darken-overlay: var(--ard-darken-overlay);
|
|
27
|
-
$darken-overlay-strong: var(--ard-darken-overlay-strong);
|
|
28
|
-
$darken-overlay-medium: var(--ard-darken-overlay-medium);
|
|
29
|
-
$darken-overlay-light: var(--ard-darken-overlay-light);
|
|
30
|
-
$darken-overlay-ultralight: var(--ard-darken-overlay-ultralight);
|
|
31
|
-
|
|
32
|
-
$box-shadow: var(--ard-box-shadow);
|
|
33
|
-
$card-shadow: var(--ard-card-shadow);
|
|
34
|
-
$simple-shadow: var(--ard-simple-shadow);
|
|
35
|
-
$simple-shadow2: var(--ard-simple-shadow2);
|
|
36
|
-
$simple-shadow3: var(--ard-simple-shadow3);
|
|
37
|
-
|
|
38
|
-
$timing-fn: cubic-bezier(0.4, 0, 0.2, 1);
|
|
39
|
-
|
|
40
|
-
$clear-button-size: var(--ard-clear-button-size);
|
|
41
|
-
$dropdown-button-size: var(--ard-dropdown-button-size);
|
|
42
|
-
|
|
43
|
-
$gold: var(--ard-gold);
|
|
44
|
-
|
|
45
|
-
$main50: rgb(var(--ard-primary-50));
|
|
46
|
-
$main50-rgb: var(--ard-primary-50);
|
|
47
|
-
$main100: rgb(var(--ard-primary-100));
|
|
48
|
-
$main100-rgb: var(--ard-primary-100);
|
|
49
|
-
$main300: rgb(var(--ard-primary-300));
|
|
50
|
-
$main300-rgb: var(--ard-primary-300);
|
|
51
|
-
$main500: rgb(var(--ard-primary-500));
|
|
52
|
-
$main500-rgb: var(--ard-primary-500);
|
|
53
|
-
$main700: rgb(var(--ard-primary-700));
|
|
54
|
-
$main700-rgb: var(--ard-primary-700);
|
|
55
|
-
$main900: rgb(var(--ard-primary-900));
|
|
56
|
-
$main900-rgb: var(--ard-primary-900);
|
|
57
|
-
|
|
58
|
-
$scnd50: rgb(var(--ard-secondary-50));
|
|
59
|
-
$scnd50-rgb: var(--ard-secondary-50);
|
|
60
|
-
$scnd100: rgb(var(--ard-secondary-100));
|
|
61
|
-
$scnd100-rgb: var(--ard-secondary-100);
|
|
62
|
-
$scnd300: rgb(var(--ard-secondary-300));
|
|
63
|
-
$scnd300-rgb: var(--ard-secondary-300);
|
|
64
|
-
$scnd500: rgb(var(--ard-secondary-500));
|
|
65
|
-
$scnd500-rgb: var(--ard-secondary-500);
|
|
66
|
-
$scnd700: rgb(var(--ard-secondary-700));
|
|
67
|
-
$scnd700-rgb: var(--ard-secondary-700);
|
|
68
|
-
$scnd900: rgb(var(--ard-secondary-900));
|
|
69
|
-
$scnd900-rgb: var(--ard-secondary-900);
|
|
70
|
-
|
|
71
|
-
$danger50: rgb(var(--ard-danger-50));
|
|
72
|
-
$danger50-rgb: var(--ard-danger-50);
|
|
73
|
-
$danger100: rgb(var(--ard-danger-100));
|
|
74
|
-
$danger100-rgb: var(--ard-danger-100);
|
|
75
|
-
$danger300: rgb(var(--ard-danger-300));
|
|
76
|
-
$danger300-rgb: var(--ard-danger-300);
|
|
77
|
-
$danger500: rgb(var(--ard-danger-500));
|
|
78
|
-
$danger500-rgb: var(--ard-danger-500);
|
|
79
|
-
$danger700: rgb(var(--ard-danger-700));
|
|
80
|
-
$danger700-rgb: var(--ard-danger-700);
|
|
81
|
-
$danger900: rgb(var(--ard-danger-900));
|
|
82
|
-
$danger900-rgb: var(--ard-danger-900);
|
|
83
|
-
|
|
84
|
-
$warn50: rgb(var(--ard-warn-50));
|
|
85
|
-
$warn50-rgb: var(--ard-warn-50);
|
|
86
|
-
$warn100: rgb(var(--ard-warn-100));
|
|
87
|
-
$warn100-rgb: var(--ard-warn-100);
|
|
88
|
-
$warn300: rgb(var(--ard-warn-300));
|
|
89
|
-
$warn300-rgb: var(--ard-warn-300);
|
|
90
|
-
$warn500: rgb(var(--ard-warn-500));
|
|
91
|
-
$warn500-rgb: var(--ard-warn-500);
|
|
92
|
-
$warn700: rgb(var(--ard-warn-700));
|
|
93
|
-
$warn700-rgb: var(--ard-warn-700);
|
|
94
|
-
$warn900: rgb(var(--ard-warn-900));
|
|
95
|
-
$warn900-rgb: var(--ard-warn-900);
|
|
96
|
-
|
|
97
|
-
$success50: rgb(var(--ard-success-50));
|
|
98
|
-
$success50-rgb: var(--ard-success-50);
|
|
99
|
-
$success100: rgb(var(--ard-success-100));
|
|
100
|
-
$success100-rgb: var(--ard-success-100);
|
|
101
|
-
$success300: rgb(var(--ard-success-300));
|
|
102
|
-
$success300-rgb: var(--ard-success-300);
|
|
103
|
-
$success500: rgb(var(--ard-success-500));
|
|
104
|
-
$success500-rgb: var(--ard-success-500);
|
|
105
|
-
$success700: rgb(var(--ard-success-700));
|
|
106
|
-
$success700-rgb: var(--ard-success-700);
|
|
107
|
-
$success900: rgb(var(--ard-success-900));
|
|
108
|
-
$success900-rgb: var(--ard-success-900);
|
|
109
|
-
|
|
110
|
-
$info50: rgb(var(--ard-info-50));
|
|
111
|
-
$info50-rgb: var(--ard-info-50);
|
|
112
|
-
$info100: rgb(var(--ard-info-100));
|
|
113
|
-
$info100-rgb: var(--ard-info-100);
|
|
114
|
-
$info300: rgb(var(--ard-info-300));
|
|
115
|
-
$info300-rgb: var(--ard-info-300);
|
|
116
|
-
$info500: rgb(var(--ard-info-500));
|
|
117
|
-
$info500-rgb: var(--ard-info-500);
|
|
118
|
-
$info700: rgb(var(--ard-info-700));
|
|
119
|
-
$info700-rgb: var(--ard-info-700);
|
|
120
|
-
$info900: rgb(var(--ard-info-900));
|
|
121
|
-
$info900-rgb: var(--ard-info-900);
|
|
1
|
+
$bg: var(--ard-bg);
|
|
2
|
+
$bg-alt: var(--ard-bg-alt);
|
|
3
|
+
$overlay: var(--ard-overlay);
|
|
4
|
+
$overlay-rgb: var(--ard-overlay-rgb);
|
|
5
|
+
$bg-d: var(--ard-bg-darker);
|
|
6
|
+
$bg-f: var(--ard-bg-filled);
|
|
7
|
+
$bg-f-alt: var(--ard-bg-filled-alt);
|
|
8
|
+
$text: var(--ard-text);
|
|
9
|
+
$text2: var(--ard-text2);
|
|
10
|
+
$text3: var(--ard-text3);
|
|
11
|
+
$text-alt: var(--ard-text-alt);
|
|
12
|
+
$text2-alt: var(--ard-text2-alt);
|
|
13
|
+
$text3-alt: var(--ard-text3-alt);
|
|
14
|
+
$border-dark: var(--ard-border-dark);
|
|
15
|
+
$border: var(--ard-border);
|
|
16
|
+
$border-light: var(--ard-border-light);
|
|
17
|
+
$detail: var(--ard-detail);
|
|
18
|
+
$detail-light: var(--ard-detail-light);
|
|
19
|
+
$detail-ultralight: var(--ard-detail-ultralight);
|
|
20
|
+
$detail-ultralight-solid: var(--ard-detail-ultralight-solid);
|
|
21
|
+
|
|
22
|
+
$lighten-overlay: var(--ard-lighten-overlay);
|
|
23
|
+
$lighten-overlay-strong: var(--ard-lighten-overlay-strong);
|
|
24
|
+
$lighten-overlay-medium: var(--ard-lighten-overlay-medium);
|
|
25
|
+
$lighten-overlay-light: var(--ard-lighten-overlay-light);
|
|
26
|
+
$darken-overlay: var(--ard-darken-overlay);
|
|
27
|
+
$darken-overlay-strong: var(--ard-darken-overlay-strong);
|
|
28
|
+
$darken-overlay-medium: var(--ard-darken-overlay-medium);
|
|
29
|
+
$darken-overlay-light: var(--ard-darken-overlay-light);
|
|
30
|
+
$darken-overlay-ultralight: var(--ard-darken-overlay-ultralight);
|
|
31
|
+
|
|
32
|
+
$box-shadow: var(--ard-box-shadow);
|
|
33
|
+
$card-shadow: var(--ard-card-shadow);
|
|
34
|
+
$simple-shadow: var(--ard-simple-shadow);
|
|
35
|
+
$simple-shadow2: var(--ard-simple-shadow2);
|
|
36
|
+
$simple-shadow3: var(--ard-simple-shadow3);
|
|
37
|
+
|
|
38
|
+
$timing-fn: cubic-bezier(0.4, 0, 0.2, 1);
|
|
39
|
+
|
|
40
|
+
$clear-button-size: var(--ard-clear-button-size);
|
|
41
|
+
$dropdown-button-size: var(--ard-dropdown-button-size);
|
|
42
|
+
|
|
43
|
+
$gold: var(--ard-gold);
|
|
44
|
+
|
|
45
|
+
$main50: rgb(var(--ard-primary-50));
|
|
46
|
+
$main50-rgb: var(--ard-primary-50);
|
|
47
|
+
$main100: rgb(var(--ard-primary-100));
|
|
48
|
+
$main100-rgb: var(--ard-primary-100);
|
|
49
|
+
$main300: rgb(var(--ard-primary-300));
|
|
50
|
+
$main300-rgb: var(--ard-primary-300);
|
|
51
|
+
$main500: rgb(var(--ard-primary-500));
|
|
52
|
+
$main500-rgb: var(--ard-primary-500);
|
|
53
|
+
$main700: rgb(var(--ard-primary-700));
|
|
54
|
+
$main700-rgb: var(--ard-primary-700);
|
|
55
|
+
$main900: rgb(var(--ard-primary-900));
|
|
56
|
+
$main900-rgb: var(--ard-primary-900);
|
|
57
|
+
|
|
58
|
+
$scnd50: rgb(var(--ard-secondary-50));
|
|
59
|
+
$scnd50-rgb: var(--ard-secondary-50);
|
|
60
|
+
$scnd100: rgb(var(--ard-secondary-100));
|
|
61
|
+
$scnd100-rgb: var(--ard-secondary-100);
|
|
62
|
+
$scnd300: rgb(var(--ard-secondary-300));
|
|
63
|
+
$scnd300-rgb: var(--ard-secondary-300);
|
|
64
|
+
$scnd500: rgb(var(--ard-secondary-500));
|
|
65
|
+
$scnd500-rgb: var(--ard-secondary-500);
|
|
66
|
+
$scnd700: rgb(var(--ard-secondary-700));
|
|
67
|
+
$scnd700-rgb: var(--ard-secondary-700);
|
|
68
|
+
$scnd900: rgb(var(--ard-secondary-900));
|
|
69
|
+
$scnd900-rgb: var(--ard-secondary-900);
|
|
70
|
+
|
|
71
|
+
$danger50: rgb(var(--ard-danger-50));
|
|
72
|
+
$danger50-rgb: var(--ard-danger-50);
|
|
73
|
+
$danger100: rgb(var(--ard-danger-100));
|
|
74
|
+
$danger100-rgb: var(--ard-danger-100);
|
|
75
|
+
$danger300: rgb(var(--ard-danger-300));
|
|
76
|
+
$danger300-rgb: var(--ard-danger-300);
|
|
77
|
+
$danger500: rgb(var(--ard-danger-500));
|
|
78
|
+
$danger500-rgb: var(--ard-danger-500);
|
|
79
|
+
$danger700: rgb(var(--ard-danger-700));
|
|
80
|
+
$danger700-rgb: var(--ard-danger-700);
|
|
81
|
+
$danger900: rgb(var(--ard-danger-900));
|
|
82
|
+
$danger900-rgb: var(--ard-danger-900);
|
|
83
|
+
|
|
84
|
+
$warn50: rgb(var(--ard-warn-50));
|
|
85
|
+
$warn50-rgb: var(--ard-warn-50);
|
|
86
|
+
$warn100: rgb(var(--ard-warn-100));
|
|
87
|
+
$warn100-rgb: var(--ard-warn-100);
|
|
88
|
+
$warn300: rgb(var(--ard-warn-300));
|
|
89
|
+
$warn300-rgb: var(--ard-warn-300);
|
|
90
|
+
$warn500: rgb(var(--ard-warn-500));
|
|
91
|
+
$warn500-rgb: var(--ard-warn-500);
|
|
92
|
+
$warn700: rgb(var(--ard-warn-700));
|
|
93
|
+
$warn700-rgb: var(--ard-warn-700);
|
|
94
|
+
$warn900: rgb(var(--ard-warn-900));
|
|
95
|
+
$warn900-rgb: var(--ard-warn-900);
|
|
96
|
+
|
|
97
|
+
$success50: rgb(var(--ard-success-50));
|
|
98
|
+
$success50-rgb: var(--ard-success-50);
|
|
99
|
+
$success100: rgb(var(--ard-success-100));
|
|
100
|
+
$success100-rgb: var(--ard-success-100);
|
|
101
|
+
$success300: rgb(var(--ard-success-300));
|
|
102
|
+
$success300-rgb: var(--ard-success-300);
|
|
103
|
+
$success500: rgb(var(--ard-success-500));
|
|
104
|
+
$success500-rgb: var(--ard-success-500);
|
|
105
|
+
$success700: rgb(var(--ard-success-700));
|
|
106
|
+
$success700-rgb: var(--ard-success-700);
|
|
107
|
+
$success900: rgb(var(--ard-success-900));
|
|
108
|
+
$success900-rgb: var(--ard-success-900);
|
|
109
|
+
|
|
110
|
+
$info50: rgb(var(--ard-info-50));
|
|
111
|
+
$info50-rgb: var(--ard-info-50);
|
|
112
|
+
$info100: rgb(var(--ard-info-100));
|
|
113
|
+
$info100-rgb: var(--ard-info-100);
|
|
114
|
+
$info300: rgb(var(--ard-info-300));
|
|
115
|
+
$info300-rgb: var(--ard-info-300);
|
|
116
|
+
$info500: rgb(var(--ard-info-500));
|
|
117
|
+
$info500-rgb: var(--ard-info-500);
|
|
118
|
+
$info700: rgb(var(--ard-info-700));
|
|
119
|
+
$info700-rgb: var(--ard-info-700);
|
|
120
|
+
$info900: rgb(var(--ard-info-900));
|
|
121
|
+
$info900-rgb: var(--ard-info-900);
|
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
@use './mixins' as defaultMixins;
|
|
2
|
-
@use '../variables' as ARD;
|
|
3
|
-
|
|
4
|
-
@mixin clearButton() {
|
|
5
|
-
ard-clear-button {
|
|
6
|
-
height: ARD.$clear-button-size;
|
|
7
|
-
width: ARD.$clear-button-size;
|
|
8
|
-
position: relative;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.ard-clear-btn-wrapper {
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
font-size: medium;
|
|
14
|
-
color: ARD.$detail;
|
|
15
|
-
width: ARD.$clear-button-size;
|
|
16
|
-
height: ARD.$clear-button-size;
|
|
17
|
-
line-height: 1em;
|
|
18
|
-
border-radius: 999px;
|
|
19
|
-
border: none;
|
|
20
|
-
padding: 0;
|
|
21
|
-
background: transparent;
|
|
22
|
-
position: absolute;
|
|
23
|
-
left: 50%;
|
|
24
|
-
top: 50%;
|
|
25
|
-
transform: translate(-50%, -50%);
|
|
26
|
-
outline: none;
|
|
27
|
-
color: inherit;
|
|
28
|
-
|
|
29
|
-
.ard-hitbox {
|
|
30
|
-
position: absolute;
|
|
31
|
-
left: -1px;
|
|
32
|
-
right: -1px;
|
|
33
|
-
top: -1px;
|
|
34
|
-
bottom: -1px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.ard-focus-overlay {
|
|
38
|
-
@include defaultMixins.focus-overlay(1px);
|
|
39
|
-
background: currentColor;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ard-clear-btn {
|
|
43
|
-
position: absolute;
|
|
44
|
-
left: 50%;
|
|
45
|
-
top: 50%;
|
|
46
|
-
transform: translate(-50%, -50%);
|
|
47
|
-
|
|
48
|
-
&::before {
|
|
49
|
-
content: 'close';
|
|
50
|
-
@include defaultMixins.icon;
|
|
51
|
-
font-size: 70%;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
.ard-focus-overlay {
|
|
57
|
-
opacity: 5%;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:focus {
|
|
62
|
-
.ard-focus-overlay {
|
|
63
|
-
opacity: 8%;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&:active {
|
|
68
|
-
.ard-focus-overlay {
|
|
69
|
-
opacity: 15%;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
1
|
+
@use './mixins' as defaultMixins;
|
|
2
|
+
@use '../variables' as ARD;
|
|
3
|
+
|
|
4
|
+
@mixin clearButton() {
|
|
5
|
+
ard-clear-button {
|
|
6
|
+
height: ARD.$clear-button-size;
|
|
7
|
+
width: ARD.$clear-button-size;
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ard-clear-btn-wrapper {
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
font-size: medium;
|
|
14
|
+
color: ARD.$detail;
|
|
15
|
+
width: ARD.$clear-button-size;
|
|
16
|
+
height: ARD.$clear-button-size;
|
|
17
|
+
line-height: 1em;
|
|
18
|
+
border-radius: 999px;
|
|
19
|
+
border: none;
|
|
20
|
+
padding: 0;
|
|
21
|
+
background: transparent;
|
|
22
|
+
position: absolute;
|
|
23
|
+
left: 50%;
|
|
24
|
+
top: 50%;
|
|
25
|
+
transform: translate(-50%, -50%);
|
|
26
|
+
outline: none;
|
|
27
|
+
color: inherit;
|
|
28
|
+
|
|
29
|
+
.ard-hitbox {
|
|
30
|
+
position: absolute;
|
|
31
|
+
left: -1px;
|
|
32
|
+
right: -1px;
|
|
33
|
+
top: -1px;
|
|
34
|
+
bottom: -1px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ard-focus-overlay {
|
|
38
|
+
@include defaultMixins.focus-overlay(1px);
|
|
39
|
+
background: currentColor;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ard-clear-btn {
|
|
43
|
+
position: absolute;
|
|
44
|
+
left: 50%;
|
|
45
|
+
top: 50%;
|
|
46
|
+
transform: translate(-50%, -50%);
|
|
47
|
+
|
|
48
|
+
&::before {
|
|
49
|
+
content: 'close';
|
|
50
|
+
@include defaultMixins.icon;
|
|
51
|
+
font-size: 70%;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&:hover {
|
|
56
|
+
.ard-focus-overlay {
|
|
57
|
+
opacity: 5%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:focus {
|
|
62
|
+
.ard-focus-overlay {
|
|
63
|
+
opacity: 8%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&:active {
|
|
68
|
+
.ard-focus-overlay {
|
|
69
|
+
opacity: 15%;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|