@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,23 @@
|
|
|
1
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { _FocusableComponentBase } from '../../_internal/focusable-component';
|
|
3
|
+
import { SimpleOneAxisAlignment } from '../../types/alignment.types';
|
|
4
|
+
import { ComponentColor } from '../../types/colors.types';
|
|
5
|
+
import { DecorationElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
6
|
+
import { ArdDeletableChipDefaults } from './deletable-chip.defaults';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ArdiumDeletableChipComponent extends _FocusableComponentBase {
|
|
9
|
+
protected readonly _DEFAULTS: ArdDeletableChipDefaults;
|
|
10
|
+
constructor(defaults: ArdDeletableChipDefaults);
|
|
11
|
+
readonly deleteButtonTitle: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly contentAlignment: import("@angular/core").InputSignal<SimpleOneAxisAlignment>;
|
|
13
|
+
readonly appearance: import("@angular/core").InputSignal<DecorationElementAppearance>;
|
|
14
|
+
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
15
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
16
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly wrapperClasses: import("@angular/core").InputSignal<string>;
|
|
18
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
19
|
+
readonly deleteEvent: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
20
|
+
emitDelete(event: MouseEvent): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDeletableChipComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDeletableChipComponent, "ard-deletable-chip", never, { "deleteButtonTitle": { "alias": "deleteButtonTitle"; "required": false; "isSignal": true; }; "contentAlignment": { "alias": "contentAlignment"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "wrapperClasses": { "alias": "wrapperClasses"; "required": false; "isSignal": true; }; }, { "deleteEvent": "delete"; }, never, ["*"], false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _FocusableComponentDefaults } from '../../_internal/focusable-component';
|
|
3
|
+
import { ArdChipDefaults } from '../chip.defaults';
|
|
4
|
+
export interface ArdDeletableChipDefaults extends ArdChipDefaults, _FocusableComponentDefaults {
|
|
5
|
+
deleteButtonTitle: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_DELETABLE_CHIP_DEFAULTS: InjectionToken<ArdDeletableChipDefaults>;
|
|
8
|
+
export declare function provideDeletableChipDefaults(config: Partial<ArdDeletableChipDefaults>): Provider;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './chip.component';
|
|
2
|
+
export * from './chip.defaults';
|
|
3
|
+
export * from './chip.module';
|
|
4
|
+
export * from './deletable-chip/deletable-chip.component';
|
|
5
|
+
export * from './deletable-chip/deletable-chip.defaults';
|
|
6
|
+
export * from './selectable-chip/selectable-chip.component';
|
|
7
|
+
export * from './selectable-chip/selectable-chip.defaults';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { SimpleOneAxisAlignment } from '../../types/alignment.types';
|
|
4
|
+
import { ComponentColor } from '../../types/colors.types';
|
|
5
|
+
import { DecorationElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
6
|
+
import { _BooleanComponentBase } from './../../_internal/boolean-component';
|
|
7
|
+
import { ArdSelectableChipDefaults } from './selectable-chip.defaults';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class ArdiumSelectableChipComponent extends _BooleanComponentBase implements ControlValueAccessor {
|
|
10
|
+
protected readonly _DEFAULTS: ArdSelectableChipDefaults;
|
|
11
|
+
constructor(defaults: ArdSelectableChipDefaults);
|
|
12
|
+
protected readonly _componentId = "111";
|
|
13
|
+
protected readonly _componentName = "selectable-chip";
|
|
14
|
+
readonly chipTitle: import("@angular/core").InputSignal<string>;
|
|
15
|
+
readonly hideSelectionIcon: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
16
|
+
readonly contentAlignment: import("@angular/core").InputSignal<SimpleOneAxisAlignment>;
|
|
17
|
+
readonly appearance: import("@angular/core").InputSignal<DecorationElementAppearance>;
|
|
18
|
+
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
19
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
20
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
21
|
+
readonly wrapperClasses: import("@angular/core").InputSignal<string>;
|
|
22
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSelectableChipComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSelectableChipComponent, "ard-selectable-chip", never, { "chipTitle": { "alias": "chipTitle"; "required": false; "isSignal": true; }; "hideSelectionIcon": { "alias": "hideSelectionIcon"; "required": false; "isSignal": true; }; "contentAlignment": { "alias": "contentAlignment"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "wrapperClasses": { "alias": "wrapperClasses"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _BooleanComponentDefaults } from '../../_internal/boolean-component';
|
|
3
|
+
import { ArdChipDefaults } from '../chip.defaults';
|
|
4
|
+
export interface ArdSelectableChipDefaults extends ArdChipDefaults, _BooleanComponentDefaults {
|
|
5
|
+
chipTitle: string;
|
|
6
|
+
hideSelectionIcon: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const ARD_SELECTABLE_CHIP_DEFAULTS: InjectionToken<ArdSelectableChipDefaults>;
|
|
9
|
+
export declare function provideSelectableChipDefaults(config: Partial<ArdSelectableChipDefaults>): Provider;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { ButtonAppearance } from '../buttons/general-button.types';
|
|
3
|
+
import { ComponentColor } from '../types/colors.types';
|
|
4
|
+
import { PanelVariant } from '../types/theming.types';
|
|
5
|
+
import { ArdDialogButtonsTemplateDirective, ArdDialogCloseIconTemplateDirective } from './dialog.directives';
|
|
6
|
+
import { ArdDialogActionType, ArdDialogResult, DialogButtonsContext } from './dialog.types';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ArdiumDialogComponent {
|
|
9
|
+
private readonly _DEFAULTS;
|
|
10
|
+
readonly appearance: import("@angular/core").InputSignal<"raised">;
|
|
11
|
+
readonly variant: import("@angular/core").InputSignal<PanelVariant>;
|
|
12
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
13
|
+
readonly heading: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly noCloseButton: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
15
|
+
readonly panelClass: import("@angular/core").InputSignal<string>;
|
|
16
|
+
readonly backdropClass: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly noBackdrop: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
18
|
+
readonly disableBackdropClose: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
19
|
+
readonly buttonActionType: import("@angular/core").InputSignal<ArdDialogActionType>;
|
|
20
|
+
readonly allActionsDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
21
|
+
readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
22
|
+
readonly closeEvent: import("@angular/core").OutputEmitterRef<ArdDialogResult>;
|
|
23
|
+
readonly confirmEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
24
|
+
readonly rejectEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
25
|
+
openProgrammatically(): void;
|
|
26
|
+
closeProgrammatically(): void;
|
|
27
|
+
readonly confirmButtonText: import("@angular/core").InputSignal<string>;
|
|
28
|
+
readonly confirmButtonColor: import("@angular/core").InputSignal<ComponentColor>;
|
|
29
|
+
readonly confirmButtonAppearance: import("@angular/core").InputSignal<ButtonAppearance>;
|
|
30
|
+
readonly confirmButtonPointerEventsWhenDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
31
|
+
readonly rejectButtonText: import("@angular/core").InputSignal<string>;
|
|
32
|
+
readonly rejectButtonColor: import("@angular/core").InputSignal<ComponentColor>;
|
|
33
|
+
readonly rejectButtonAppearance: import("@angular/core").InputSignal<ButtonAppearance>;
|
|
34
|
+
readonly noRejectButton: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
35
|
+
readonly canConfirm: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
36
|
+
private _isCloseEventTimeoutRunning;
|
|
37
|
+
onConfirmClick(): void;
|
|
38
|
+
onRejectClick(): void;
|
|
39
|
+
onModalClose(): void;
|
|
40
|
+
readonly buttonsTemplate: import("@angular/core").Signal<ArdDialogButtonsTemplateDirective | undefined>;
|
|
41
|
+
readonly closeIconTemplate: import("@angular/core").Signal<ArdDialogCloseIconTemplateDirective | undefined>;
|
|
42
|
+
readonly getButtonsContext: import("@angular/core").Signal<DialogButtonsContext>;
|
|
43
|
+
readonly buttonsComponent: import("@angular/core").Type<import("./dialog.types").ArdDialogButtonsComponent> | undefined;
|
|
44
|
+
readonly buttonsComponentInputs: import("@angular/core").Signal<Partial<import("./dialog.types").ArdDialogButtonsComponent>>;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDialogComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDialogComponent, "ard-dialog", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "heading": { "alias": "heading"; "required": false; "isSignal": true; }; "noCloseButton": { "alias": "noCloseButton"; "required": false; "isSignal": true; }; "panelClass": { "alias": "panelClass"; "required": false; "isSignal": true; }; "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "noBackdrop": { "alias": "noBackdrop"; "required": false; "isSignal": true; }; "disableBackdropClose": { "alias": "disableBackdropClose"; "required": false; "isSignal": true; }; "buttonActionType": { "alias": "buttonActionType"; "required": false; "isSignal": true; }; "allActionsDisabled": { "alias": "allActionsDisabled"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "confirmButtonText": { "alias": "confirmButtonText"; "required": false; "isSignal": true; }; "confirmButtonColor": { "alias": "confirmButtonColor"; "required": false; "isSignal": true; }; "confirmButtonAppearance": { "alias": "confirmButtonAppearance"; "required": false; "isSignal": true; }; "confirmButtonPointerEventsWhenDisabled": { "alias": "confirmButtonPointerEventsWhenDisabled"; "required": false; "isSignal": true; }; "rejectButtonText": { "alias": "rejectButtonText"; "required": false; "isSignal": true; }; "rejectButtonColor": { "alias": "rejectButtonColor"; "required": false; "isSignal": true; }; "rejectButtonAppearance": { "alias": "rejectButtonAppearance"; "required": false; "isSignal": true; }; "noRejectButton": { "alias": "noRejectButton"; "required": false; "isSignal": true; }; "canConfirm": { "alias": "canConfirm"; "required": false; "isSignal": true; }; }, { "open": "openChange"; "closeEvent": "close"; "confirmEvent": "confirm"; "rejectEvent": "reject"; }, ["buttonsTemplate", "closeIconTemplate"], ["*"], false, never>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { InjectionToken, Provider, Type } from '@angular/core';
|
|
2
|
+
import { ArdModalDefaults } from '../modal/modal.defaults';
|
|
3
|
+
import { ButtonAppearance } from './../buttons/general-button.types';
|
|
4
|
+
import { ComponentColor } from './../types/colors.types';
|
|
5
|
+
import { ArdDialogActionType, ArdDialogButtonsComponent } from './dialog.types';
|
|
6
|
+
export interface ArdDialogDefaults extends ArdModalDefaults {
|
|
7
|
+
confirmButtonText: string;
|
|
8
|
+
confirmButtonColor: ComponentColor;
|
|
9
|
+
confirmButtonAppearance: ButtonAppearance;
|
|
10
|
+
rejectButtonText: string;
|
|
11
|
+
rejectButtonColor: ComponentColor;
|
|
12
|
+
rejectButtonAppearance: ButtonAppearance;
|
|
13
|
+
noRejectButton: boolean;
|
|
14
|
+
canConfirm: boolean;
|
|
15
|
+
buttonActionType: ArdDialogActionType;
|
|
16
|
+
ButtonsComponent?: Type<ArdDialogButtonsComponent>;
|
|
17
|
+
}
|
|
18
|
+
export declare const ARD_DIALOG_DEFAULTS: InjectionToken<ArdDialogDefaults>;
|
|
19
|
+
export declare function provideDialogDefaults(config: Partial<ArdDialogDefaults>): Provider;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { DialogButtonsContext } from './dialog.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ArdDialogButtonsTemplateDirective {
|
|
5
|
+
template: TemplateRef<DialogButtonsContext>;
|
|
6
|
+
constructor(template: TemplateRef<DialogButtonsContext>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDialogButtonsTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDialogButtonsTemplateDirective, "ard-dialog > ng-template[ard-buttons-tmp]", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare class ArdDialogCloseIconTemplateDirective {
|
|
11
|
+
template: TemplateRef<undefined>;
|
|
12
|
+
constructor(template: TemplateRef<undefined>);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdDialogCloseIconTemplateDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdDialogCloseIconTemplateDirective, "ard-dialog > ng-template[ard-close-icon-tmp]", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog.component";
|
|
3
|
+
import * as i2 from "./dialog.directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../buttons/button/button.module";
|
|
6
|
+
import * as i5 from "../modal/modal.module";
|
|
7
|
+
export declare class ArdiumDialogModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDialogModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDialogModule, [typeof i1.ArdiumDialogComponent, typeof i2.ArdDialogButtonsTemplateDirective, typeof i2.ArdDialogCloseIconTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumButtonModule, typeof i5.ArdiumModalModule], [typeof i1.ArdiumDialogComponent, typeof i2.ArdDialogButtonsTemplateDirective, typeof i2.ArdDialogCloseIconTemplateDirective]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumDialogModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ButtonAppearance } from '../buttons/general-button.types';
|
|
2
|
+
import { ComponentColor } from '../types/colors.types';
|
|
3
|
+
import { PanelAppearance, PanelVariant } from '../types/theming.types';
|
|
4
|
+
import { TemplateComponent } from '../types/utility.types';
|
|
5
|
+
export declare const ArdDialogResult: {
|
|
6
|
+
readonly Confirm: "confirm";
|
|
7
|
+
readonly Reject: "reject";
|
|
8
|
+
readonly Close: "close";
|
|
9
|
+
};
|
|
10
|
+
export type ArdDialogResult = (typeof ArdDialogResult)[keyof typeof ArdDialogResult];
|
|
11
|
+
export declare const ArdDialogActionType: {
|
|
12
|
+
readonly NoOp: "no-op";
|
|
13
|
+
readonly AutoClose: "autoclose";
|
|
14
|
+
};
|
|
15
|
+
export type ArdDialogActionType = (typeof ArdDialogActionType)[keyof typeof ArdDialogActionType];
|
|
16
|
+
export interface DialogButtonsContext {
|
|
17
|
+
confirmButton: {
|
|
18
|
+
text: string;
|
|
19
|
+
color: ComponentColor;
|
|
20
|
+
appearance: ButtonAppearance;
|
|
21
|
+
pointerEventsWhenDisabled: boolean;
|
|
22
|
+
};
|
|
23
|
+
rejectButton: {
|
|
24
|
+
enabled: boolean;
|
|
25
|
+
text: string;
|
|
26
|
+
color: ComponentColor;
|
|
27
|
+
appearance: ButtonAppearance;
|
|
28
|
+
};
|
|
29
|
+
canConfirm: boolean;
|
|
30
|
+
allActionsDisabled: boolean;
|
|
31
|
+
onConfirm: () => void;
|
|
32
|
+
onReject: () => void;
|
|
33
|
+
dialogAppearance: PanelAppearance;
|
|
34
|
+
dialogVariant: PanelVariant;
|
|
35
|
+
dialogCompact: boolean;
|
|
36
|
+
}
|
|
37
|
+
export interface ArdDialogButtonsComponent extends TemplateComponent<DialogButtonsContext> {
|
|
38
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./divider.directive";
|
|
3
|
+
export declare class ArdiumDividerComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDividerComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDividerComponent, "ard-divider", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.ArdiumDividerDirectiveStandalone; inputs: { "vertical": "vertical"; "flexItem": "flexItem"; "textAlign": "textAlign"; "variant": "variant"; }; outputs: {}; }]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { OneAxisAlignmentOrientational } from '../types/alignment.types';
|
|
3
|
+
import { ArdDividerVariant } from './divider.types';
|
|
4
|
+
export interface ArdDividerDefaults {
|
|
5
|
+
vertical: boolean;
|
|
6
|
+
variant: ArdDividerVariant;
|
|
7
|
+
flexItem: boolean;
|
|
8
|
+
textAlign: OneAxisAlignmentOrientational;
|
|
9
|
+
}
|
|
10
|
+
export declare const ARD_DIVIDER_DEFAULTS: InjectionToken<ArdDividerDefaults>;
|
|
11
|
+
export declare function provideDividerDefaults(config: Partial<ArdDividerDefaults>): Provider;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { OneAxisAlignmentOrientational } from '../types/alignment.types';
|
|
3
|
+
import { ArdDividerVariant } from './divider.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ArdiumDividerDirective {
|
|
6
|
+
protected readonly _DEFAULTS: import("./divider.defaults").ArdDividerDefaults;
|
|
7
|
+
readonly vertical: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
8
|
+
readonly flexItem: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
9
|
+
readonly textAlign: import("@angular/core").InputSignal<OneAxisAlignmentOrientational>;
|
|
10
|
+
readonly variant: import("@angular/core").InputSignal<ArdDividerVariant>;
|
|
11
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDividerDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumDividerDirective, "[ard-divider]", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "flexItem": { "alias": "flexItem"; "required": false; "isSignal": true; }; "textAlign": { "alias": "textAlign"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
|
+
export declare class ArdiumDividerDirectiveStandalone extends ArdiumDividerDirective {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDividerDirectiveStandalone, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumDividerDirectiveStandalone, never, never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./divider.component";
|
|
3
|
+
import * as i2 from "./divider.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ArdiumDividerModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDividerModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDividerModule, [typeof i1.ArdiumDividerComponent, typeof i2.ArdiumDividerDirective], [typeof i3.CommonModule], [typeof i1.ArdiumDividerComponent, typeof i2.ArdiumDividerDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumDividerModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AfterViewChecked, TemplateRef } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { Nullable } from '../types/utility.types';
|
|
4
|
+
import { DropdownPanelAppearance, DropdownPanelVariant, ScrollAlignment } from './dropdown-panel.types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumDropdownPanelComponent implements AfterViewChecked {
|
|
7
|
+
private readonly _DEFAULTS;
|
|
8
|
+
private readonly _scrollElementRef;
|
|
9
|
+
private readonly _scrollEl;
|
|
10
|
+
readonly panelId: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
readonly headerTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
12
|
+
readonly footerTemplate: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
13
|
+
readonly filterValue: import("@angular/core").InputSignal<Nullable<string>>;
|
|
14
|
+
readonly appearance: import("@angular/core").InputSignal<DropdownPanelAppearance>;
|
|
15
|
+
readonly variant: import("@angular/core").InputSignal<DropdownPanelVariant>;
|
|
16
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
18
|
+
readonly isOpen: import("@angular/core").InputSignal<boolean>;
|
|
19
|
+
readonly scrollEvent: import("@angular/core").OutputEmitterRef<{
|
|
20
|
+
start: number;
|
|
21
|
+
end: number;
|
|
22
|
+
}>;
|
|
23
|
+
readonly scrollToEndEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
24
|
+
onScroll(): void;
|
|
25
|
+
ngAfterViewChecked(): void;
|
|
26
|
+
private get _scrollTop();
|
|
27
|
+
private set _scrollTop(value);
|
|
28
|
+
private get _scrollBottom();
|
|
29
|
+
private _scrollToElement;
|
|
30
|
+
private _currentScrollToDirection;
|
|
31
|
+
scrollToRecentlyHighlighted(direction: ScrollAlignment): void;
|
|
32
|
+
private _isElementInView;
|
|
33
|
+
private _getContentRect;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDropdownPanelComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumDropdownPanelComponent, "ard-dropdown-panel", never, { "panelId": { "alias": "panelId"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; "isSignal": true; }; "filterValue": { "alias": "filterValue"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": true; "isSignal": true; }; }, { "scrollEvent": "scroll"; "scrollToEndEvent": "scrollToEnd"; }, never, ["*"], false, never>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { DropdownPanelAppearance, DropdownPanelVariant } from './dropdown-panel.types';
|
|
3
|
+
export interface ArdDropdownPanelDefaults {
|
|
4
|
+
filterValue: string;
|
|
5
|
+
appearance: DropdownPanelAppearance;
|
|
6
|
+
variant: DropdownPanelVariant;
|
|
7
|
+
compact: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const ARD_DROPDOWN_PANEL_DEFAULTS: InjectionToken<ArdDropdownPanelDefaults>;
|
|
10
|
+
export declare function provideDropdownPanelDefaults(config: Partial<ArdDropdownPanelDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown-panel.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumDropdownPanelModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDropdownPanelModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDropdownPanelModule, [typeof i1.ArdiumDropdownPanelComponent], [typeof i2.CommonModule], [typeof i1.ArdiumDropdownPanelComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumDropdownPanelModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type ScrollAlignment = 'top' | 'bottom' | 'center';
|
|
2
|
+
export declare const DropdownPanelAppearance: {
|
|
3
|
+
readonly Outlined: "outlined";
|
|
4
|
+
readonly Raised: "raised";
|
|
5
|
+
};
|
|
6
|
+
export type DropdownPanelAppearance = (typeof DropdownPanelAppearance)[keyof typeof DropdownPanelAppearance];
|
|
7
|
+
export declare const DropdownPanelVariant: {
|
|
8
|
+
readonly Rounded: "rounded";
|
|
9
|
+
readonly Sharp: "sharp";
|
|
10
|
+
readonly SharpConnected: "sharp ard-connected";
|
|
11
|
+
};
|
|
12
|
+
export type DropdownPanelVariant = (typeof DropdownPanelVariant)[keyof typeof DropdownPanelVariant];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ComponentColor } from '../../types/colors.types';
|
|
2
|
+
import { FormElementVariant } from '../../types/theming.types';
|
|
3
|
+
import { _FileInputComponentBase } from '../file-input-base';
|
|
4
|
+
import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
|
|
5
|
+
import { ArdFileDropAreaDefaults } from './file-drop-area.defaults';
|
|
6
|
+
import { ArdiumFileDropAreaDragoverContentTemplateDirective, ArdiumFileDropAreaIdleContentTemplateDirective, ArdiumFileDropAreaUploadedContentTemplateDirective } from './file-drop-area.directives';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ArdiumFileDropAreaComponent extends _FileInputComponentBase {
|
|
9
|
+
protected readonly _DEFAULTS: ArdFileDropAreaDefaults;
|
|
10
|
+
constructor(defaults: ArdFileDropAreaDefaults);
|
|
11
|
+
readonly componentId = "010";
|
|
12
|
+
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
13
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
14
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
15
|
+
protected _wasMousedownOnElement: true | null;
|
|
16
|
+
onMousedown(): void;
|
|
17
|
+
onMouseup(): void;
|
|
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
|
+
getIdleContext(): FileInputBrowseContext;
|
|
22
|
+
getDragoverContext(): FileInputFileAmountContext;
|
|
23
|
+
getUploadedContext(): FileInputFilesContext;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFileDropAreaComponent, "ard-file-drop-area", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, ["idleTemplate", "dragoverTemplate", "uploadedTemplate"], never, false, never>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _FileInputBaseDefaults } from '../file-input-base.defaults';
|
|
3
|
+
import { ComponentColor } from './../../types/colors.types';
|
|
4
|
+
import { FormElementVariant } from './../../types/theming.types';
|
|
5
|
+
export interface ArdFileDropAreaDefaults extends _FileInputBaseDefaults {
|
|
6
|
+
variant: FormElementVariant;
|
|
7
|
+
color: ComponentColor;
|
|
8
|
+
}
|
|
9
|
+
export declare const ARD_FILE_DROP_AREA_DEFAULTS: InjectionToken<ArdFileDropAreaDefaults>;
|
|
10
|
+
export declare function provideFileDropAreaDefaults(config: Partial<ArdFileDropAreaDefaults>): Provider;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { FileInputBrowseContext, FileInputFilesContext } from '../file-input-types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ArdiumFileDropAreaIdleContentTemplateDirective {
|
|
5
|
+
template: TemplateRef<FileInputBrowseContext>;
|
|
6
|
+
constructor(template: TemplateRef<FileInputBrowseContext>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaIdleContentTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileDropAreaIdleContentTemplateDirective, "ard-file-drop-area > ng-template[ard-idle-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare class ArdiumFileDropAreaDragoverContentTemplateDirective {
|
|
11
|
+
template: TemplateRef<FileInputFilesContext>;
|
|
12
|
+
constructor(template: TemplateRef<FileInputFilesContext>);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaDragoverContentTemplateDirective, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileDropAreaDragoverContentTemplateDirective, "ard-file-drop-area > ng-template[ard-dragover-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
16
|
+
export declare class ArdiumFileDropAreaUploadedContentTemplateDirective {
|
|
17
|
+
template: TemplateRef<FileInputFilesContext>;
|
|
18
|
+
constructor(template: TemplateRef<FileInputFilesContext>);
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaUploadedContentTemplateDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileDropAreaUploadedContentTemplateDirective, "ard-file-drop-area > ng-template[ard-dropped-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-drop-area.component";
|
|
3
|
+
import * as i2 from "./file-drop-area.directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../../buttons/button/button.module";
|
|
6
|
+
import * as i5 from "../../icon/icon.module";
|
|
7
|
+
import * as i6 from "@ardium-ui/devkit";
|
|
8
|
+
export declare class ArdiumFileDropAreaModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileDropAreaModule, [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumButtonModule, typeof i5.ArdiumIconModule, typeof i6.ArdiumFilePipesModule, typeof i6.ArdiumClickOutsideModule], [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFileDropAreaModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { ComponentColor } from '../../types/colors.types';
|
|
3
|
+
import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
4
|
+
import { _FileInputComponentBase } from '../file-input-base';
|
|
5
|
+
import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
|
|
6
|
+
import { ArdFileInputDefaults } from './file-input.defaults';
|
|
7
|
+
import { ArdFileInputPrefixTemplateDirective, ArdFileInputSuffixTemplateDirective, ArdiumFileInputDragoverContentTemplateDirective, ArdiumFileInputIdleContentTemplateDirective, ArdiumFileInputUploadIconTemplateDirective, ArdiumFileInputUploadedContentTemplateDirective } from './file-input.directives';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
|
|
10
|
+
protected readonly _DEFAULTS: ArdFileInputDefaults;
|
|
11
|
+
constructor(defaults: ArdFileInputDefaults);
|
|
12
|
+
readonly componentId = "011";
|
|
13
|
+
readonly appearance: import("@angular/core").InputSignal<FormElementAppearance>;
|
|
14
|
+
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
15
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
16
|
+
readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
|
|
17
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
18
|
+
readonly clearable: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
19
|
+
readonly clearButtonTitle: import("@angular/core").InputSignal<string>;
|
|
20
|
+
get shouldShowClearButton(): boolean;
|
|
21
|
+
onClearButtonClick(event: MouseEvent): void;
|
|
22
|
+
clear(): void;
|
|
23
|
+
readonly clearEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
24
|
+
readonly touched: import("@angular/core").WritableSignal<boolean>;
|
|
25
|
+
readonly prefixTemplate: import("@angular/core").Signal<ArdFileInputPrefixTemplateDirective | undefined>;
|
|
26
|
+
readonly suffixTemplate: import("@angular/core").Signal<ArdFileInputSuffixTemplateDirective | undefined>;
|
|
27
|
+
readonly prefixComponent: import("@angular/core").Type<import("@ardium-pl/ui").ArdFormFieldFramePrefixSuffix> | undefined;
|
|
28
|
+
readonly suffixComponent: import("@angular/core").Type<import("@ardium-pl/ui").ArdFormFieldFramePrefixSuffix> | 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 uploadIconTemplate: import("@angular/core").Signal<ArdiumFileInputUploadIconTemplateDirective | undefined>;
|
|
33
|
+
getIdleContext(): FileInputBrowseContext;
|
|
34
|
+
getDragoverContext(): FileInputFileAmountContext;
|
|
35
|
+
getUploadedContext(): FileInputFilesContext;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputComponent, 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; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; }, { "clearEvent": "clear"; }, ["prefixTemplate", "suffixTemplate", "idleTemplate", "dragoverTemplate", "uploadedTemplate", "uploadIconTemplate"], never, false, never>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InjectionToken, Provider, Type } from '@angular/core';
|
|
2
|
+
import { ArdFormFieldFramePrefixSuffix } from '../../form-field-frame';
|
|
3
|
+
import { _FileInputBaseDefaults } from '../file-input-base.defaults';
|
|
4
|
+
import { ComponentColor } from './../../types/colors.types';
|
|
5
|
+
import { FormElementAppearance, FormElementVariant } from './../../types/theming.types';
|
|
6
|
+
export interface ArdFileInputDefaults extends _FileInputBaseDefaults {
|
|
7
|
+
appearance: FormElementAppearance;
|
|
8
|
+
variant: FormElementVariant;
|
|
9
|
+
color: ComponentColor;
|
|
10
|
+
inputAttrs: Record<string, any>;
|
|
11
|
+
clearable: boolean;
|
|
12
|
+
clearButtonTitle: string;
|
|
13
|
+
PrefixComponent?: Type<ArdFormFieldFramePrefixSuffix>;
|
|
14
|
+
SuffixComponent?: Type<ArdFormFieldFramePrefixSuffix>;
|
|
15
|
+
}
|
|
16
|
+
export declare const ARD_FILE_INPUT_DEFAULTS: InjectionToken<ArdFileInputDefaults>;
|
|
17
|
+
export declare function provideFileInputDefaults(config: Partial<ArdFileInputDefaults>): Provider;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { FormFieldFrameTemplateContext } from '../../form-field-frame';
|
|
3
|
+
import { FileInputBrowseContext, FileInputFilesContext } from '../file-input-types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ArdFileInputPlaceholderTemplateDirective {
|
|
6
|
+
template: TemplateRef<undefined>;
|
|
7
|
+
constructor(template: TemplateRef<undefined>);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdFileInputPlaceholderTemplateDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdFileInputPlaceholderTemplateDirective, "ard-file-input > ng-template[ard-placeholder-tmp]", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
export declare class ArdFileInputPrefixTemplateDirective {
|
|
12
|
+
template: TemplateRef<FormFieldFrameTemplateContext>;
|
|
13
|
+
constructor(template: TemplateRef<FormFieldFrameTemplateContext>);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdFileInputPrefixTemplateDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdFileInputPrefixTemplateDirective, "ard-file-input > ng-template[ard-prefix-tmp]", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
export declare class ArdFileInputSuffixTemplateDirective {
|
|
18
|
+
template: TemplateRef<FormFieldFrameTemplateContext>;
|
|
19
|
+
constructor(template: TemplateRef<FormFieldFrameTemplateContext>);
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdFileInputSuffixTemplateDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdFileInputSuffixTemplateDirective, "ard-file-input > ng-template[ard-suffix-tmp]", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
export declare class ArdiumFileInputIdleContentTemplateDirective {
|
|
24
|
+
template: TemplateRef<FileInputBrowseContext>;
|
|
25
|
+
constructor(template: TemplateRef<FileInputBrowseContext>);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputIdleContentTemplateDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputIdleContentTemplateDirective, "ard-file-input > ng-template[ard-idle-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
29
|
+
export declare class ArdiumFileInputDragoverContentTemplateDirective {
|
|
30
|
+
template: TemplateRef<FileInputFilesContext>;
|
|
31
|
+
constructor(template: TemplateRef<FileInputFilesContext>);
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputDragoverContentTemplateDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputDragoverContentTemplateDirective, "ard-file-input > ng-template[ard-dragover-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
34
|
+
}
|
|
35
|
+
export declare class ArdiumFileInputUploadedContentTemplateDirective {
|
|
36
|
+
template: TemplateRef<FileInputFilesContext>;
|
|
37
|
+
constructor(template: TemplateRef<FileInputFilesContext>);
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputUploadedContentTemplateDirective, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputUploadedContentTemplateDirective, "ard-file-input > ng-template[ard-dropped-content-tmp]", never, {}, {}, never, never, false, never>;
|
|
40
|
+
}
|
|
41
|
+
export declare class ArdiumFileInputUploadIconTemplateDirective {
|
|
42
|
+
template: TemplateRef<undefined>;
|
|
43
|
+
constructor(template: TemplateRef<undefined>);
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputUploadIconTemplateDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputUploadIconTemplateDirective, "ard-file-input > ng-template[ard-upload-icon-tmp]", never, {}, {}, never, never, false, never>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./file-input.component";
|
|
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";
|
|
8
|
+
import * as i7 from "@ardium-ui/devkit";
|
|
9
|
+
export declare class ArdiumFileInputModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileInputModule, [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputUploadIconTemplateDirective, 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 i7.ArdiumFilePipesModule], [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputUploadIconTemplateDirective, typeof i2.ArdiumFileInputUploadedContentTemplateDirective, typeof i2.ArdiumFileInputDragoverContentTemplateDirective, typeof i2.ArdiumFileInputIdleContentTemplateDirective, typeof i2.ArdFileInputSuffixTemplateDirective, typeof i2.ArdFileInputPrefixTemplateDirective, typeof i2.ArdFileInputPlaceholderTemplateDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFileInputModule>;
|
|
13
|
+
}
|