@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,76 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { ArdFormFieldControl } from '../form-field/form-field-child.token';
|
|
4
|
+
import { ArdOptionSimple, CompareWithFn, OptionContext } from '../types/item-storage.types';
|
|
5
|
+
import { Nullable } from '../types/utility.types';
|
|
6
|
+
import { _FormFieldComponentBase, _FormFieldComponentDefaults } from './form-field-component';
|
|
7
|
+
import { SimpleItemStorage, SimpleItemStorageHost } from './item-storages/simple-item-storage';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export interface _SelectableListComponentDefaults extends _FormFieldComponentDefaults {
|
|
10
|
+
valueFrom: string;
|
|
11
|
+
labelFrom: string;
|
|
12
|
+
disabledFrom: string;
|
|
13
|
+
compareWith: Nullable<CompareWithFn>;
|
|
14
|
+
multiselectable: boolean;
|
|
15
|
+
requireValue: boolean;
|
|
16
|
+
invertDisabled: boolean;
|
|
17
|
+
maxSelectedItems: Nullable<number>;
|
|
18
|
+
}
|
|
19
|
+
export declare const _selectableListComponentDefaults: _SelectableListComponentDefaults;
|
|
20
|
+
export declare abstract class _SelectableListComponentBase extends _FormFieldComponentBase implements ControlValueAccessor, SimpleItemStorageHost, ArdFormFieldControl {
|
|
21
|
+
protected readonly _DEFAULTS: _SelectableListComponentDefaults;
|
|
22
|
+
readonly itemStorage: SimpleItemStorage;
|
|
23
|
+
readonly element: HTMLElement;
|
|
24
|
+
readonly DEFAULTS: _SelectableListComponentDefaults;
|
|
25
|
+
abstract readonly _componentId: string;
|
|
26
|
+
abstract readonly _componentName: string;
|
|
27
|
+
private readonly _cd;
|
|
28
|
+
readonly valueFrom: import("@angular/core").InputSignal<string>;
|
|
29
|
+
readonly labelFrom: import("@angular/core").InputSignal<string>;
|
|
30
|
+
readonly disabledFrom: import("@angular/core").InputSignal<string>;
|
|
31
|
+
readonly compareWith: import("@angular/core").InputSignal<Nullable<CompareWithFn>>;
|
|
32
|
+
get items(): any[];
|
|
33
|
+
set items(value: any);
|
|
34
|
+
readonly multiselectable: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
35
|
+
get _multiselectableHostAttribute(): boolean;
|
|
36
|
+
readonly singleselectable: import("@angular/core").Signal<boolean>;
|
|
37
|
+
readonly requireValue: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
38
|
+
readonly isValueRequired: import("@angular/core").Signal<boolean>;
|
|
39
|
+
get _requireValueHostAttribute(): boolean;
|
|
40
|
+
readonly invertDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
41
|
+
readonly maxSelectedItems: import("@angular/core").InputSignalWithTransform<Nullable<number>, any>;
|
|
42
|
+
setDisabledState(state: boolean): void;
|
|
43
|
+
writeValue(ngModel: any[]): void;
|
|
44
|
+
readonly touched: import("@angular/core").WritableSignal<boolean>;
|
|
45
|
+
get _touchedHostAttribute(): boolean;
|
|
46
|
+
protected _emitChange(): void;
|
|
47
|
+
protected _onTouched(): void;
|
|
48
|
+
private readonly lastBlurTimestamp;
|
|
49
|
+
onFocus(event: FocusEvent): void;
|
|
50
|
+
onBlur(event: FocusEvent): void;
|
|
51
|
+
readonly highlightedItems: import("@angular/core").Signal<ArdOptionSimple[]>;
|
|
52
|
+
readonly firstHighlightedItem: import("@angular/core").Signal<Nullable<ArdOptionSimple>>;
|
|
53
|
+
readonly isItemLimitReached: import("@angular/core").Signal<boolean>;
|
|
54
|
+
readonly optionContextGenerator: import("@angular/core").Signal<(item: ArdOptionSimple) => OptionContext<ArdOptionSimple>>;
|
|
55
|
+
set value(newValue: any);
|
|
56
|
+
readonly valueChange: import("@angular/core").OutputEmitterRef<any>;
|
|
57
|
+
readonly addEvent: import("@angular/core").OutputEmitterRef<any[]>;
|
|
58
|
+
readonly removeEvent: import("@angular/core").OutputEmitterRef<any[]>;
|
|
59
|
+
toggleItem(item: ArdOptionSimple): void;
|
|
60
|
+
selectItem(...items: ArdOptionSimple[]): void;
|
|
61
|
+
unselectItem(...items: ArdOptionSimple[]): void;
|
|
62
|
+
readonly isMouseBeingUsed: import("@angular/core").WritableSignal<boolean>;
|
|
63
|
+
onMouseMove(): void;
|
|
64
|
+
onItemMouseEnter(option: ArdOptionSimple, event: MouseEvent): void;
|
|
65
|
+
onItemMouseLeave(option: ArdOptionSimple, event: MouseEvent): void;
|
|
66
|
+
onItemClick(option: ArdOptionSimple, event: MouseEvent): void;
|
|
67
|
+
onKeyPress(event: KeyboardEvent): void;
|
|
68
|
+
private _toggleHighlightedItems;
|
|
69
|
+
private _highlightPrevious;
|
|
70
|
+
private _highlightNext;
|
|
71
|
+
private _highlightFirst;
|
|
72
|
+
private _highlightLast;
|
|
73
|
+
private _highlightAll;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_SelectableListComponentBase, never>;
|
|
75
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_SelectableListComponentBase, never, never, { "valueFrom": { "alias": "valueFrom"; "required": false; "isSignal": true; }; "labelFrom": { "alias": "labelFrom"; "required": false; "isSignal": true; }; "disabledFrom": { "alias": "disabledFrom"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; }; "multiselectable": { "alias": "multiselectable"; "required": false; "isSignal": true; }; "requireValue": { "alias": "requireValue"; "required": false; "isSignal": true; }; "invertDisabled": { "alias": "invertDisabled"; "required": false; "isSignal": true; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "addEvent": "add"; "removeEvent": "remove"; }, never, never, true, never>;
|
|
76
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { Signal, Type } from '@angular/core';
|
|
2
|
+
export declare function contextToInputs<T>(context: Signal<Record<string, any>>, component: Type<T> | undefined): Signal<Partial<T>>;
|
|
3
|
+
export declare function contextToInputsMultiple<T, V>(context: Signal<(value: V) => Record<string, any>>, component: Type<T> | undefined): Signal<(value: V) => Partial<T>>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare function getUTCDate(): Date;
|
|
2
|
+
export declare function getUTCDate(year: number, monthIndex: number, day: number): Date;
|
|
3
|
+
export declare function getUTCDate(year: number, monthIndex: number, day: number, hour: number, minute: number, second: number, millisecond: number): Date;
|
|
4
|
+
export declare function createDate(year: number, month: number, date: number, UTC: boolean): Date;
|
|
5
|
+
export declare function getDateComponents(date: null, UTC: boolean): {
|
|
6
|
+
year: null;
|
|
7
|
+
month: null;
|
|
8
|
+
date: null;
|
|
9
|
+
};
|
|
10
|
+
export declare function getDateComponents(date: Date, UTC: boolean): {
|
|
11
|
+
year: number;
|
|
12
|
+
month: number;
|
|
13
|
+
date: number;
|
|
14
|
+
};
|
|
15
|
+
export declare function getDateComponents(date: Date | null, UTC: boolean): {
|
|
16
|
+
year: number | null;
|
|
17
|
+
month: number | null;
|
|
18
|
+
date: number | null;
|
|
19
|
+
};
|
|
20
|
+
export declare function startOfDay(date: Date, UTC?: boolean): Date;
|
|
21
|
+
export declare function endOfDay(date: Date, UTC?: boolean): Date;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { ComponentColor } from './../types/colors.types';
|
|
3
|
+
import { FormElementVariant } from './../types/theming.types';
|
|
4
|
+
import { BadgePosition, BadgeSize } from './badge.types';
|
|
5
|
+
export interface ArdBadgeDefaults {
|
|
6
|
+
color: ComponentColor;
|
|
7
|
+
variant: FormElementVariant;
|
|
8
|
+
size: BadgeSize;
|
|
9
|
+
position: BadgePosition;
|
|
10
|
+
overlap: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const ARD_BADGE_DEFAULTS: InjectionToken<ArdBadgeDefaults>;
|
|
13
|
+
export declare function provideBadgeDefaults(config: Partial<ArdBadgeDefaults>): Provider;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AfterViewInit, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { ComponentColor } from '../types/colors.types';
|
|
4
|
+
import { FormElementVariant } from '../types/theming.types';
|
|
5
|
+
import { BadgePosition, BadgeSize } from './badge.types';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArdiumBadgeDirective implements OnChanges, AfterViewInit, OnDestroy {
|
|
8
|
+
private readonly _elRef;
|
|
9
|
+
private readonly _renderer;
|
|
10
|
+
private readonly _DEFAULTS;
|
|
11
|
+
readonly text: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
13
|
+
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
14
|
+
readonly size: import("@angular/core").InputSignal<BadgeSize>;
|
|
15
|
+
readonly position: import("@angular/core").InputSignalWithTransform<BadgePosition, BadgePosition>;
|
|
16
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly hidden: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
18
|
+
readonly overlap: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
19
|
+
private readonly _elementClasses;
|
|
20
|
+
private _createBadgeElement;
|
|
21
|
+
private readonly _badgeElement;
|
|
22
|
+
ngOnChanges(): void;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumBadgeDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumBadgeDirective, "[ardBadge]", never, { "text": { "alias": "ardBadge"; "required": false; "isSignal": true; }; "color": { "alias": "ardBadgeColor"; "required": false; "isSignal": true; }; "variant": { "alias": "ardBadgeVariant"; "required": false; "isSignal": true; }; "size": { "alias": "ardBadgeSize"; "required": false; "isSignal": true; }; "position": { "alias": "ardBadgePosition"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ardBadgeAriaLabel"; "required": false; "isSignal": true; }; "hidden": { "alias": "ardBadgeHidden"; "required": false; "isSignal": true; }; "overlap": { "alias": "ardBadgeOverlap"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./badge.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumBadgeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumBadgeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumBadgeModule, [typeof i1.ArdiumBadgeDirective], [typeof i2.CommonModule], [typeof i1.ArdiumBadgeDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumBadgeModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const BadgeSize: {
|
|
2
|
+
readonly Small: "small";
|
|
3
|
+
readonly Medium: "medium";
|
|
4
|
+
readonly Large: "large";
|
|
5
|
+
};
|
|
6
|
+
export type BadgeSize = (typeof BadgeSize)[keyof typeof BadgeSize];
|
|
7
|
+
export declare const BadgePosition: {
|
|
8
|
+
readonly AboveBefore: "above-before";
|
|
9
|
+
readonly AboveAfter: "above-after";
|
|
10
|
+
readonly BelowBefore: "below-before";
|
|
11
|
+
readonly BelowAfter: "below-after";
|
|
12
|
+
readonly Before: "before";
|
|
13
|
+
readonly After: "after";
|
|
14
|
+
readonly Above: "above";
|
|
15
|
+
readonly Below: "below";
|
|
16
|
+
};
|
|
17
|
+
export type BadgePosition = (typeof BadgePosition)[keyof typeof BadgePosition];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ArdiumBreakpointService implements OnDestroy {
|
|
4
|
+
private readonly _destroyed;
|
|
5
|
+
readonly breakpointMap: Map<string, string>;
|
|
6
|
+
readonly breakpoints: string[];
|
|
7
|
+
readonly currentBreakpoint: import("@angular/core").WritableSignal<string | null>;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumBreakpointService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ArdiumBreakpointService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ArdGridSize } from '../grid';
|
|
2
|
+
import { ArdBreakpointsConfig } from './breakpoints';
|
|
3
|
+
export declare function parseNumberOrBreakpointConfig(value: number | string | ArdBreakpointsConfig<number>, breakpoints: string[], componentId: string): Required<ArdBreakpointsConfig<number>>;
|
|
4
|
+
export declare function parseSizeOrBreakpointConfig(value: number | ArdGridSize | string | ArdBreakpointsConfig<number | ArdGridSize>, breakpoints: string[], componentId: string): Required<ArdBreakpointsConfig<number | ArdGridSize>>;
|
|
5
|
+
export declare function parseBooleanOrBreakpointConfig(value: boolean | string | ArdBreakpointsConfig<boolean>, breakpoints: string[], componentId: string): Required<ArdBreakpointsConfig<boolean>>;
|
|
6
|
+
export declare function parseCSSUnitOrBreakpointConfig(value: null | number | string | ArdBreakpointsConfig<string | number>, breakpoints: string[], componentId: string): Required<ArdBreakpointsConfig<string>> | null;
|
|
7
|
+
export declare function parseEnumOrBreakpointConfig<T>(value: T | string | ArdBreakpointsConfig<T>, breakpoints: string[], componentId: string, isEnumValue: (val: any) => val is T): Required<ArdBreakpointsConfig<T>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface ArdBreakpointsConfig<T> {
|
|
2
|
+
xs?: T;
|
|
3
|
+
sm?: T;
|
|
4
|
+
md?: T;
|
|
5
|
+
lg?: T;
|
|
6
|
+
xl?: T;
|
|
7
|
+
'2xl'?: T;
|
|
8
|
+
[key: string]: T | undefined;
|
|
9
|
+
}
|
|
10
|
+
export type ArdBreakpoints = Required<ArdBreakpointsConfig<string>>;
|
|
11
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
12
|
+
export declare const ARD_BREAKPOINTS: InjectionToken<Map<string, string>>;
|
|
13
|
+
export declare function provideBreakpoints(config?: Partial<ArdBreakpoints>): Provider[];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Signal } from '@angular/core';
|
|
2
|
+
import { BooleanLike, NumberLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { ButtonType } from '../types/button.types';
|
|
4
|
+
import { ComponentColor } from '../types/colors.types';
|
|
5
|
+
import { _ButtonBaseDefaults } from './_button-base.defaults';
|
|
6
|
+
import { ButtonAppearance } from './general-button.types';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare abstract class _ButtonBase {
|
|
9
|
+
protected readonly _DEFAULTS: _ButtonBaseDefaults;
|
|
10
|
+
readonly wrapperClasses: import("@angular/core").InputSignal<string>;
|
|
11
|
+
constructor(_DEFAULTS: _ButtonBaseDefaults);
|
|
12
|
+
readonly type: import("@angular/core").InputSignal<ButtonType>;
|
|
13
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
14
|
+
readonly appearance: import("@angular/core").InputSignal<ButtonAppearance>;
|
|
15
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
16
|
+
readonly lightColoring: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
18
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
19
|
+
readonly tabIndex: Signal<number>;
|
|
20
|
+
readonly _tabIndex: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
21
|
+
readonly pointerEventsWhenDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
22
|
+
abstract readonly ngClasses: Signal<string>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<_ButtonBase, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<_ButtonBase, never, never, { "wrapperClasses": { "alias": "wrapperClasses"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "lightColoring": { "alias": "lightColoring"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "_tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "pointerEventsWhenDisabled": { "alias": "pointerEventsWhenDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ButtonType } from '../types/button.types';
|
|
2
|
+
import { ComponentColor } from './../types/colors.types';
|
|
3
|
+
import { ButtonAppearance } from './general-button.types';
|
|
4
|
+
export interface _SimpleButtonDefaults {
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
tabIndex: number;
|
|
7
|
+
color: ComponentColor;
|
|
8
|
+
lightColoring: boolean;
|
|
9
|
+
compact: boolean;
|
|
10
|
+
type: ButtonType;
|
|
11
|
+
pointerEventsWhenDisabled: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const _simpleButtonDefaults: _SimpleButtonDefaults;
|
|
14
|
+
export interface _ButtonBaseDefaults extends _SimpleButtonDefaults {
|
|
15
|
+
appearance: ButtonAppearance;
|
|
16
|
+
}
|
|
17
|
+
export declare const _buttonBaseDefaults: _ButtonBaseDefaults;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { _ButtonBase } from '../_button-base';
|
|
4
|
+
import { ButtonVariant } from '../general-button.types';
|
|
5
|
+
import { ArdButtonDefaults } from './button.defaults';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArdiumButtonComponent extends _ButtonBase implements OnChanges {
|
|
8
|
+
protected readonly _DEFAULTS: ArdButtonDefaults;
|
|
9
|
+
constructor(defaults: ArdButtonDefaults);
|
|
10
|
+
readonly focusEvent: import("@angular/core").OutputEmitterRef<FocusEvent>;
|
|
11
|
+
readonly blurEvent: import("@angular/core").OutputEmitterRef<FocusEvent>;
|
|
12
|
+
readonly variant: import("@angular/core").InputSignal<ButtonVariant>;
|
|
13
|
+
readonly vertical: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
14
|
+
readonly square: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
15
|
+
readonly inheritedCompact: import("@angular/core").WritableSignal<boolean | null>;
|
|
16
|
+
readonly wasCompactChanged: import("@angular/core").WritableSignal<boolean>;
|
|
17
|
+
readonly compactOrInherited: import("@angular/core").Signal<boolean>;
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumButtonComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumButtonComponent, "ard-button", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "square": { "alias": "square"; "required": false; "isSignal": true; }; }, { "focusEvent": "focus"; "blurEvent": "blur"; }, never, ["*"], false, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _ButtonBaseDefaults } from '../_button-base.defaults';
|
|
3
|
+
import { ButtonVariant } from '../general-button.types';
|
|
4
|
+
export interface ArdButtonDefaults extends _ButtonBaseDefaults {
|
|
5
|
+
variant: ButtonVariant;
|
|
6
|
+
vertical: boolean;
|
|
7
|
+
square: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const ARD_BUTTON_DEFAULTS: InjectionToken<ArdButtonDefaults>;
|
|
10
|
+
export declare function provideButtonDefaults(config: Partial<ArdButtonDefaults>): Provider;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { _ButtonBase } from '../_button-base';
|
|
4
|
+
import { ButtonVariant } from '../general-button.types';
|
|
5
|
+
import { ArdButtonDefaults } from './button.defaults';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArdiumButtonDirective extends _ButtonBase {
|
|
8
|
+
protected readonly _DEFAULTS: ArdButtonDefaults;
|
|
9
|
+
constructor(defaults: ArdButtonDefaults);
|
|
10
|
+
private readonly _hostEl;
|
|
11
|
+
private readonly _renderer;
|
|
12
|
+
handleClick(event: Event): void;
|
|
13
|
+
readonly variant: import("@angular/core").InputSignal<ButtonVariant>;
|
|
14
|
+
readonly vertical: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
15
|
+
readonly square: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
16
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
17
|
+
readonly inheritedCompact: import("@angular/core").WritableSignal<boolean | null>;
|
|
18
|
+
readonly wasCompactChanged: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
readonly compactOrInherited: import("@angular/core").Signal<boolean>;
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumButtonDirective, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumButtonDirective, "button[ard-button], a[ard-button]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "square": { "alias": "square"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button.component";
|
|
3
|
+
import * as i2 from "./button.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ArdiumButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumButtonModule, [typeof i1.ArdiumButtonComponent, typeof i2.ArdiumButtonDirective], [typeof i3.CommonModule], [typeof i1.ArdiumButtonComponent, typeof i2.ArdiumButtonDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumButtonModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AfterContentInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { ArdiumButtonComponent, ArdiumButtonDirective } from '../button';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ArdiumButtonGroupComponent implements AfterContentInit {
|
|
6
|
+
private readonly _DEFAULTS;
|
|
7
|
+
readonly vertical: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
8
|
+
readonly inheritedVertical: import("@angular/core").WritableSignal<boolean | null>;
|
|
9
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
10
|
+
readonly inheritedCompact: import("@angular/core").WritableSignal<boolean | null>;
|
|
11
|
+
readonly wasVerticalChanged: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
+
readonly wasCompactChanged: import("@angular/core").WritableSignal<boolean>;
|
|
13
|
+
readonly verticalOrInherited: import("@angular/core").Signal<boolean>;
|
|
14
|
+
readonly compactOrInherited: import("@angular/core").Signal<boolean>;
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
readonly groupChildren: import("@angular/core").Signal<readonly ArdiumButtonGroupComponent[]>;
|
|
17
|
+
readonly buttonChildren: import("@angular/core").Signal<readonly ArdiumButtonComponent[]>;
|
|
18
|
+
readonly buttonDirChildren: import("@angular/core").Signal<readonly ArdiumButtonDirective[]>;
|
|
19
|
+
constructor();
|
|
20
|
+
private _wasContentInitialized;
|
|
21
|
+
ngAfterContentInit(): void;
|
|
22
|
+
private _updateChildrenStyles;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumButtonGroupComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumButtonGroupComponent, "ard-button-group", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; }, {}, ["groupChildren", "buttonChildren", "buttonDirChildren"], ["*"], false, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
export interface ArdButtonGroupDefaults {
|
|
3
|
+
vertical: boolean;
|
|
4
|
+
compact: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const ARD_BUTTON_GROUP_DEFAULTS: InjectionToken<ArdButtonGroupDefaults>;
|
|
7
|
+
export declare function provideButtonGroupDefaults(config: Partial<ArdButtonGroupDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button-group.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumButtonGroupModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumButtonGroupModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumButtonGroupModule, [typeof i1.ArdiumButtonGroupComponent], [typeof i2.CommonModule], [typeof i1.ArdiumButtonGroupComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumButtonGroupModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { _ButtonBase } from '../_button-base';
|
|
2
|
+
import { FabSize } from '../general-button.types';
|
|
3
|
+
import { ArdFabDefaults } from './fab.defaults';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ArdiumFabComponent extends _ButtonBase {
|
|
6
|
+
constructor(defaults: ArdFabDefaults);
|
|
7
|
+
readonly focusEvent: import("@angular/core").OutputEmitterRef<FocusEvent>;
|
|
8
|
+
readonly blurEvent: import("@angular/core").OutputEmitterRef<FocusEvent>;
|
|
9
|
+
readonly size: import("@angular/core").InputSignal<FabSize>;
|
|
10
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFabComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFabComponent, "ard-fab", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "focusEvent": "focus"; "blurEvent": "blur"; }, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _ButtonBaseDefaults } from '../_button-base.defaults';
|
|
3
|
+
import { FabSize } from '../general-button.types';
|
|
4
|
+
export interface ArdFabDefaults extends _ButtonBaseDefaults {
|
|
5
|
+
size: FabSize;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_FAB_DEFAULTS: InjectionToken<ArdFabDefaults>;
|
|
8
|
+
export declare function provideFabDefaults(config: Partial<ArdFabDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./fab.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumFabModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFabModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFabModule, [typeof i1.ArdiumFabComponent], [typeof i2.CommonModule], [typeof i1.ArdiumFabComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFabModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* General button appearance. Controls which parts of the button can be colored.
|
|
3
|
+
*
|
|
4
|
+
* @see {@link ButtonColoringMode}
|
|
5
|
+
*/
|
|
6
|
+
export declare const ButtonAppearance: {
|
|
7
|
+
/**
|
|
8
|
+
* No border and no background. Text and icon are colored.
|
|
9
|
+
*/
|
|
10
|
+
readonly Transparent: "transparent";
|
|
11
|
+
/**
|
|
12
|
+
* No border, but with text shadow. Text, icon, and background are colored.
|
|
13
|
+
*/
|
|
14
|
+
readonly Raised: "raised";
|
|
15
|
+
/**
|
|
16
|
+
* No border, but with text shadow. White background. Text and icon are colored.
|
|
17
|
+
*/
|
|
18
|
+
readonly RaisedStrong: "raised-strong";
|
|
19
|
+
/**
|
|
20
|
+
* White background. Text and icon are colored.
|
|
21
|
+
*/
|
|
22
|
+
readonly Outlined: "outlined";
|
|
23
|
+
/**
|
|
24
|
+
* White background. Text, icon, and border may be colored.
|
|
25
|
+
*
|
|
26
|
+
* Background becomes colored on hover/focus.
|
|
27
|
+
*/
|
|
28
|
+
readonly OutlinedStrong: "outlined-strong";
|
|
29
|
+
/**
|
|
30
|
+
* No border. Text, icon, and background are colored.
|
|
31
|
+
*/
|
|
32
|
+
readonly Flat: "flat";
|
|
33
|
+
};
|
|
34
|
+
export type ButtonAppearance = (typeof ButtonAppearance)[keyof typeof ButtonAppearance];
|
|
35
|
+
export declare const ButtonVariant: {
|
|
36
|
+
/**
|
|
37
|
+
* Basic, rectangular button.
|
|
38
|
+
*/
|
|
39
|
+
readonly Rounded: "rounded";
|
|
40
|
+
/**
|
|
41
|
+
* Pill-shaped button.
|
|
42
|
+
*/
|
|
43
|
+
readonly Pill: "pill";
|
|
44
|
+
/**
|
|
45
|
+
* Basic, rectangular button with sharp corners.
|
|
46
|
+
*/
|
|
47
|
+
readonly Sharp: "sharp";
|
|
48
|
+
};
|
|
49
|
+
export type ButtonVariant = (typeof ButtonVariant)[keyof typeof ButtonVariant];
|
|
50
|
+
/**
|
|
51
|
+
* **F**loating **A**ction **B**utton size.
|
|
52
|
+
*/
|
|
53
|
+
export declare const FabSize: {
|
|
54
|
+
readonly Standard: "standard";
|
|
55
|
+
readonly Small: "small";
|
|
56
|
+
};
|
|
57
|
+
export type FabSize = (typeof FabSize)[keyof typeof FabSize];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { _FocusableComponentBase } from '../../_internal/focusable-component';
|
|
3
|
+
import { ButtonType } from '../../types/button.types';
|
|
4
|
+
import { ComponentColor } from '../../types/colors.types';
|
|
5
|
+
import { ArdIconButtonDefaults } from './icon-button.defaults';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArdiumIconButtonComponent extends _FocusableComponentBase {
|
|
8
|
+
protected readonly _DEFAULTS: ArdIconButtonDefaults;
|
|
9
|
+
constructor(defaults: ArdIconButtonDefaults);
|
|
10
|
+
readonly wrapperClasses: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly type: import("@angular/core").InputSignal<ButtonType>;
|
|
12
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
14
|
+
readonly lightColoring: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
15
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
16
|
+
readonly pointerEventsWhenDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumIconButtonComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumIconButtonComponent, "ard-icon-button", never, { "wrapperClasses": { "alias": "wrapperClasses"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "lightColoring": { "alias": "lightColoring"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "pointerEventsWhenDisabled": { "alias": "pointerEventsWhenDisabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _FocusableComponentDefaults } from '../../_internal/focusable-component';
|
|
3
|
+
import { _SimpleButtonDefaults } from '../_button-base.defaults';
|
|
4
|
+
export interface ArdIconButtonDefaults extends _SimpleButtonDefaults, _FocusableComponentDefaults {
|
|
5
|
+
}
|
|
6
|
+
export declare const ARD_ICON_BUTTON_DEFAULTS: InjectionToken<ArdIconButtonDefaults>;
|
|
7
|
+
export declare function provideIconButtonDefaults(config: Partial<ArdIconButtonDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumIconButtonModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumIconButtonModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumIconButtonModule, [typeof i1.ArdiumIconButtonComponent], [typeof i2.CommonModule], [typeof i1.ArdiumIconButtonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumIconButtonModule>;
|
|
8
|
+
}
|