@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,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kbd.component";
|
|
3
|
+
import * as i2 from "./kbd.pipe";
|
|
4
|
+
import * as i3 from "./kbd.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
export declare class ArdiumKbdModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumKbdModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumKbdModule, [typeof i1.ArdiumKbdComponent, typeof i2.ArdiumKbdPipe, typeof i3.ArdiumKbdDirective], [typeof i4.CommonModule], [typeof i1.ArdiumKbdComponent, typeof i2.ArdiumKbdPipe, typeof i3.ArdiumKbdDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumKbdModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ArdiumKbdPipe implements PipeTransform {
|
|
4
|
+
protected readonly _DEFAULTS: import("./kbd.defaults").ArdKbdDefaults;
|
|
5
|
+
transform(value: string, useShort?: boolean): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumKbdPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ArdiumKbdPipe, "kbd", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { FormElementAppearance } from '../types/theming.types';
|
|
4
|
+
import { Nullable } from '../types/utility.types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumKbdShortcutComponent implements AfterViewInit {
|
|
7
|
+
protected readonly _KBD_DEFAULTS: import("../kbd/kbd.defaults").ArdKbdDefaults;
|
|
8
|
+
protected readonly _DEFAULTS: import("./kbd-shortcut.defaults").ArdKbdShortcutDefaults;
|
|
9
|
+
readonly contentWrapper: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
readonly splitRegex: RegExp;
|
|
12
|
+
readonly keys: import("@angular/core").InputSignalWithTransform<Nullable<string[]>, Nullable<string | string[]>>;
|
|
13
|
+
readonly full: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
14
|
+
readonly appearance: import("@angular/core").InputSignal<FormElementAppearance>;
|
|
15
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumKbdShortcutComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumKbdShortcutComponent, "ard-kbd-shortcut", never, { "keys": { "alias": "keys"; "required": false; "isSignal": true; }; "full": { "alias": "full"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { FormElementAppearance } from '../types/theming.types';
|
|
3
|
+
export interface ArdKbdShortcutDefaults {
|
|
4
|
+
full?: boolean;
|
|
5
|
+
appearance?: FormElementAppearance;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_KBD_SHORTCUT_DEFAULTS: InjectionToken<ArdKbdShortcutDefaults>;
|
|
8
|
+
export declare function provideKbdShortcutDefaults(config: Partial<ArdKbdShortcutDefaults>): Provider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kbd-shortcut.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../kbd/kbd.module";
|
|
5
|
+
export declare class ArdiumKbdShortcutModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumKbdShortcutModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumKbdShortcutModule, [typeof i1.ArdiumKbdShortcutComponent], [typeof i2.CommonModule, typeof i3.ArdiumKbdModule], [typeof i1.ArdiumKbdShortcutComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumKbdShortcutModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { PanelVariant } from '../types/theming.types';
|
|
4
|
+
import { ArdModalCloseIconTemplateDirective } from './modal.directives';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumModalComponent {
|
|
7
|
+
private readonly overlay;
|
|
8
|
+
private readonly scrollStrategyOpts;
|
|
9
|
+
private readonly viewContainerRef;
|
|
10
|
+
private readonly _DEFAULTS;
|
|
11
|
+
readonly appearance: import("@angular/core").InputSignal<"raised">;
|
|
12
|
+
readonly variant: import("@angular/core").InputSignal<PanelVariant>;
|
|
13
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
14
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
15
|
+
readonly heading: import("@angular/core").InputSignal<string>;
|
|
16
|
+
readonly noCloseButton: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly panelClass: import("@angular/core").InputSignal<string>;
|
|
18
|
+
readonly backdropClass: import("@angular/core").InputSignal<string>;
|
|
19
|
+
readonly noBackdrop: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
20
|
+
readonly disableBackdropClose: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
21
|
+
readonly allActionsDisabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
22
|
+
private readonly open;
|
|
23
|
+
set _open(v: any);
|
|
24
|
+
openProgrammatically(): void;
|
|
25
|
+
closeProgrammatically(): void;
|
|
26
|
+
readonly openChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
27
|
+
readonly closeEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
28
|
+
readonly modalTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
29
|
+
private _modalOverlay?;
|
|
30
|
+
private _openOverlay;
|
|
31
|
+
private _destroyOverlay;
|
|
32
|
+
onBackdropClick(): void;
|
|
33
|
+
onCloseButtonClick(): void;
|
|
34
|
+
readonly closeIconTemplate: import("@angular/core").Signal<ArdModalCloseIconTemplateDirective | undefined>;
|
|
35
|
+
readonly _closeIconTemplate: import("@angular/core").InputSignal<ArdModalCloseIconTemplateDirective | undefined>;
|
|
36
|
+
readonly closeIconComponent: import("@angular/core").Type<import("@ardium-pl/ui").ArdModalCloseIcon> | undefined;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumModalComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumModalComponent, "ard-modal", 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; }; "allActionsDisabled": { "alias": "allActionsDisabled"; "required": false; "isSignal": true; }; "_open": { "alias": "open"; "required": false; }; "_closeIconTemplate": { "alias": "_closeIconTemplate"; "required": false; "isSignal": true; }; }, { "openChange": "openChange"; "closeEvent": "close"; }, ["closeIconTemplate"], ["*"], false, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { InjectionToken, Provider, Type } from '@angular/core';
|
|
2
|
+
import { PanelAppearance, PanelVariant } from './../types/theming.types';
|
|
3
|
+
import { ArdModalCloseIcon } from './modal.types';
|
|
4
|
+
export interface ArdModalDefaults {
|
|
5
|
+
appearance: PanelAppearance;
|
|
6
|
+
variant: PanelVariant;
|
|
7
|
+
compact: boolean;
|
|
8
|
+
heading: string;
|
|
9
|
+
noCloseButton: boolean;
|
|
10
|
+
noBackdrop: boolean;
|
|
11
|
+
disableBackdropClose: boolean;
|
|
12
|
+
panelClass: string;
|
|
13
|
+
backdropClass: string;
|
|
14
|
+
CloseIconComponent?: Type<ArdModalCloseIcon>;
|
|
15
|
+
}
|
|
16
|
+
export declare const _modalDefaults: ArdModalDefaults;
|
|
17
|
+
export declare const ARD_MODAL_DEFAULTS: InjectionToken<ArdModalDefaults>;
|
|
18
|
+
export declare function provideModalDefaults(config: Partial<ArdModalDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ArdModalCloseIconTemplateDirective {
|
|
4
|
+
template: TemplateRef<undefined>;
|
|
5
|
+
constructor(template: TemplateRef<undefined>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdModalCloseIconTemplateDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdModalCloseIconTemplateDirective, "ard-modal > ng-template[ard-close-icon-tmp]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./modal.component";
|
|
3
|
+
import * as i2 from "./modal.directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../buttons/icon-button/icon-button.module";
|
|
6
|
+
import * as i5 from "../icon/icon.module";
|
|
7
|
+
import * as i6 from "@angular/cdk/a11y";
|
|
8
|
+
export declare class ArdiumModalModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumModalModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumModalModule, [typeof i1.ArdiumModalComponent, typeof i2.ArdModalCloseIconTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumIconButtonModule, typeof i5.ArdiumIconModule, typeof i6.A11yModule], [typeof i1.ArdiumModalComponent, typeof i2.ArdModalCloseIconTemplateDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumModalModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AfterViewChecked, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { BooleanLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
import { Nullable } from '../types/utility.types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumOptionComponent implements OnChanges, AfterViewChecked, OnDestroy {
|
|
7
|
+
private readonly elementRef;
|
|
8
|
+
readonly value: import("@angular/core").InputSignal<any>;
|
|
9
|
+
readonly hasImplicitValue: import("@angular/core").Signal<boolean>;
|
|
10
|
+
readonly label: import("@angular/core").InputSignal<Nullable<string>>;
|
|
11
|
+
get labelOrInnerHtml(): string;
|
|
12
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
13
|
+
readonly stateChange$: Subject<{
|
|
14
|
+
value: any;
|
|
15
|
+
oldValue?: string;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
label?: Nullable<string>;
|
|
18
|
+
}>;
|
|
19
|
+
private _previousLabel;
|
|
20
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
21
|
+
ngAfterViewChecked(): void;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumOptionComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumOptionComponent, "ard-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./option.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumOptionModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumOptionModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumOptionModule, [typeof i1.ArdiumOptionComponent], [typeof i2.CommonModule], [typeof i1.ArdiumOptionComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumOptionModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { NumberLike } from '@ardium-ui/devkit';
|
|
2
|
+
import { SimpleComponentColor } from '../types/colors.types';
|
|
3
|
+
import { ProgressBarMode, ProgressBarSize, ProgressBarVariant } from './progress-bar.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ArdiumProgressBarComponent {
|
|
6
|
+
protected readonly _DEFAULTS: import("./progress-bar.defaults").ArdProgressBarDefaults;
|
|
7
|
+
readonly value: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
8
|
+
readonly bufferValue: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
9
|
+
readonly color: import("@angular/core").InputSignal<SimpleComponentColor>;
|
|
10
|
+
readonly variant: import("@angular/core").InputSignal<ProgressBarVariant>;
|
|
11
|
+
readonly size: import("@angular/core").InputSignal<ProgressBarSize>;
|
|
12
|
+
readonly mode: import("@angular/core").InputSignal<ProgressBarMode>;
|
|
13
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
14
|
+
constructor();
|
|
15
|
+
readonly cssVariables: import("@angular/core").Signal<string>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressBarComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumProgressBarComponent, "ard-progress-bar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "bufferValue": { "alias": "bufferValue"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { SimpleComponentColor } from './../types/colors.types';
|
|
3
|
+
import { ProgressBarMode, ProgressBarSize, ProgressBarVariant } from './progress-bar.types';
|
|
4
|
+
export interface ArdProgressBarDefaults {
|
|
5
|
+
value: number;
|
|
6
|
+
bufferValue: number;
|
|
7
|
+
color: SimpleComponentColor;
|
|
8
|
+
variant: ProgressBarVariant;
|
|
9
|
+
size: ProgressBarSize;
|
|
10
|
+
mode: ProgressBarMode;
|
|
11
|
+
}
|
|
12
|
+
export declare const ARD_PROGRESS_BAR_DEFAULTS: InjectionToken<ArdProgressBarDefaults>;
|
|
13
|
+
export declare function provideProgressBarDefaults(config: Partial<ArdProgressBarDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ArdiumProgressBarModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressBarModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumProgressBarModule, [typeof i1.ArdiumProgressBarComponent], [typeof i2.CommonModule], [typeof i1.ArdiumProgressBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumProgressBarModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const ProgressBarSize: {
|
|
2
|
+
readonly Default: "default";
|
|
3
|
+
readonly Auto: "auto";
|
|
4
|
+
};
|
|
5
|
+
export type ProgressBarSize = (typeof ProgressBarSize)[keyof typeof ProgressBarSize];
|
|
6
|
+
export declare const ProgressBarAppearance: {
|
|
7
|
+
readonly Colorless: "colorless";
|
|
8
|
+
readonly Colored: "colored";
|
|
9
|
+
};
|
|
10
|
+
export type ProgressBarAppearance = (typeof ProgressBarAppearance)[keyof typeof ProgressBarAppearance];
|
|
11
|
+
export declare const ProgressBarVariant: {
|
|
12
|
+
readonly Sharp: "sharp";
|
|
13
|
+
readonly Pill: "pill";
|
|
14
|
+
};
|
|
15
|
+
export type ProgressBarVariant = (typeof ProgressBarVariant)[keyof typeof ProgressBarVariant];
|
|
16
|
+
export declare const ProgressBarMode: {
|
|
17
|
+
readonly Determinate: "determinate";
|
|
18
|
+
readonly Indeterminate: "indeterminate";
|
|
19
|
+
readonly Buffer: "buffer";
|
|
20
|
+
readonly Query: "query";
|
|
21
|
+
};
|
|
22
|
+
export type ProgressBarMode = (typeof ProgressBarMode)[keyof typeof ProgressBarMode];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { BooleanLike, NumberLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { SimpleComponentColor } from '../types/colors.types';
|
|
4
|
+
import { ArdProgressCircleValueTemplateDirective } from './progress-circle.directive';
|
|
5
|
+
import { ProgressCircleAppearance, ProgressCircleValueContext, ProgressCircleVariant } from './progress-circle.types';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ArdiumProgressCircleComponent {
|
|
8
|
+
protected readonly _DEFAULTS: import("./progress-circle.defaults").ArdProgressCircleDefaults;
|
|
9
|
+
readonly value: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
10
|
+
readonly max: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
11
|
+
readonly percentValue: import("@angular/core").Signal<number>;
|
|
12
|
+
readonly appearance: import("@angular/core").InputSignal<ProgressCircleAppearance>;
|
|
13
|
+
readonly color: import("@angular/core").InputSignal<SimpleComponentColor>;
|
|
14
|
+
readonly variant: import("@angular/core").InputSignal<ProgressCircleVariant>;
|
|
15
|
+
readonly hideValue: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
16
|
+
readonly reverse: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
17
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
18
|
+
readonly fillPercentVariable: import("@angular/core").Signal<string>;
|
|
19
|
+
readonly valueTemplate: import("@angular/core").Signal<TemplateRef<ArdProgressCircleValueTemplateDirective> | undefined>;
|
|
20
|
+
readonly getValueContext: import("@angular/core").Signal<ProgressCircleValueContext>;
|
|
21
|
+
readonly valueComponent: import("@angular/core").Type<import("./progress-circle.types").ArdProgressCircleValueComponent> | undefined;
|
|
22
|
+
readonly valueComponentInputs: import("@angular/core").Signal<Partial<import("./progress-circle.types").ArdProgressCircleValueComponent>>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressCircleComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumProgressCircleComponent, "ard-progress-circle", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "hideValue": { "alias": "hideValue"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; }, {}, ["valueTemplate"], never, false, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { InjectionToken, Provider, Type } from '@angular/core';
|
|
2
|
+
import { SimpleComponentColor } from '../types/colors.types';
|
|
3
|
+
import { ArdProgressCircleValueComponent, ProgressCircleAppearance, ProgressCircleVariant } from './progress-circle.types';
|
|
4
|
+
export interface ArdProgressCircleDefaults {
|
|
5
|
+
value: number;
|
|
6
|
+
max: number;
|
|
7
|
+
color: SimpleComponentColor;
|
|
8
|
+
appearance: ProgressCircleAppearance;
|
|
9
|
+
variant: ProgressCircleVariant;
|
|
10
|
+
hideValue: boolean;
|
|
11
|
+
reverse: boolean;
|
|
12
|
+
ValueComponent?: Type<ArdProgressCircleValueComponent>;
|
|
13
|
+
}
|
|
14
|
+
export declare const ARD_PROGRESS_CIRCLE_DEFAULTS: InjectionToken<ArdProgressCircleDefaults>;
|
|
15
|
+
export declare function provideProgressCircleDefaults(config: Partial<ArdProgressCircleDefaults>): Provider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { ProgressCircleValueContext } from './progress-circle.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ArdProgressCircleValueTemplateDirective {
|
|
5
|
+
template: TemplateRef<ProgressCircleValueContext>;
|
|
6
|
+
constructor(template: TemplateRef<ProgressCircleValueContext>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdProgressCircleValueTemplateDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdProgressCircleValueTemplateDirective, "ard-progress-circle > ng-template[ard-value-tmp]", never, {}, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress-circle.component";
|
|
3
|
+
import * as i2 from "./progress-circle.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ArdiumProgressCircleModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressCircleModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumProgressCircleModule, [typeof i1.ArdiumProgressCircleComponent, typeof i2.ArdProgressCircleValueTemplateDirective], [typeof i3.CommonModule, typeof i3.DecimalPipe], [typeof i1.ArdiumProgressCircleComponent, typeof i2.ArdProgressCircleValueTemplateDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumProgressCircleModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateComponent } from '../types/utility.types';
|
|
2
|
+
export interface ArdProgressCircleValueComponent extends TemplateComponent<ProgressCircleValueContext> {
|
|
3
|
+
}
|
|
4
|
+
export interface ProgressCircleValueContext {
|
|
5
|
+
value: number;
|
|
6
|
+
percentValue: number;
|
|
7
|
+
max: number;
|
|
8
|
+
$implicit: number;
|
|
9
|
+
}
|
|
10
|
+
export declare const ProgressCircleAppearance: {
|
|
11
|
+
readonly Transparent: "transparent";
|
|
12
|
+
readonly Colorless: "colorless";
|
|
13
|
+
readonly Colored: "colored";
|
|
14
|
+
};
|
|
15
|
+
export type ProgressCircleAppearance = (typeof ProgressCircleAppearance)[keyof typeof ProgressCircleAppearance];
|
|
16
|
+
export declare const ProgressCircleVariant: {
|
|
17
|
+
readonly Full: "full";
|
|
18
|
+
readonly Ring: "ring";
|
|
19
|
+
};
|
|
20
|
+
export type ProgressCircleVariant = (typeof ProgressCircleVariant)[keyof typeof ProgressCircleVariant];
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { _FocusableComponentBase } from '../../_internal/focusable-component';
|
|
3
|
+
import { SimpleComponentColor } from '../../types/colors.types';
|
|
4
|
+
import { ArdRadioDefaults } from './radio.defaults';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumRadioComponent extends _FocusableComponentBase {
|
|
7
|
+
protected readonly _changeDetector: ChangeDetectorRef;
|
|
8
|
+
protected readonly _DEFAULTS: ArdRadioDefaults;
|
|
9
|
+
constructor(defaults: ArdRadioDefaults);
|
|
10
|
+
readonly htmlId: import("@angular/core").InputSignal<string>;
|
|
11
|
+
/**
|
|
12
|
+
* Emits all select-state-related events.
|
|
13
|
+
*/
|
|
14
|
+
protected _emitChange(): void;
|
|
15
|
+
protected _emitTouched(): void;
|
|
16
|
+
/**
|
|
17
|
+
* The event emitter responsible for firing `select` events. Fired when the `selected` state is set to true.
|
|
18
|
+
*/
|
|
19
|
+
readonly selectEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
20
|
+
/**
|
|
21
|
+
* The event emitter responsible for firing `unselect` events. Fired when the `selected` state is set to false.
|
|
22
|
+
*/
|
|
23
|
+
readonly unselectEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
24
|
+
/**
|
|
25
|
+
* The event emitter responsible for firing `change` events. Fired when the `selected` state is changed.
|
|
26
|
+
*/
|
|
27
|
+
readonly changeEvent: import("@angular/core").OutputEmitterRef<boolean>;
|
|
28
|
+
/**
|
|
29
|
+
* The event emitter responsible for firing `touched` events. Fired when the component is marked as touched (e.g., on blur).
|
|
30
|
+
*/
|
|
31
|
+
readonly touchedEvent: import("@angular/core").OutputEmitterRef<void>;
|
|
32
|
+
readonly selected: import("@angular/core").WritableSignal<boolean>;
|
|
33
|
+
/**
|
|
34
|
+
* The selection state of the component. Coercible into a boolean.
|
|
35
|
+
*/
|
|
36
|
+
set _selected(v: any);
|
|
37
|
+
get _selectedHostAttribute(): boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The event emitter responsible for firing `selectedChange` events. Fired when the `selected` state is changed.
|
|
40
|
+
*/
|
|
41
|
+
readonly selectedChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
42
|
+
/**
|
|
43
|
+
* Toggles the selected state. Emits all appropriate events.
|
|
44
|
+
*/
|
|
45
|
+
toggleSelected(): void;
|
|
46
|
+
/**
|
|
47
|
+
* Sets the state to "selected". Emits all appropriate events only if the state changes.
|
|
48
|
+
*/
|
|
49
|
+
select(): void;
|
|
50
|
+
/**
|
|
51
|
+
* Sets the state to "unselected". Emits all appropriate events only if the state changes.
|
|
52
|
+
*/
|
|
53
|
+
unselect(): void;
|
|
54
|
+
readonly value: import("@angular/core").InputSignal<any>;
|
|
55
|
+
readonly color: import("@angular/core").InputSignal<SimpleComponentColor>;
|
|
56
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
57
|
+
onMousedown(): void;
|
|
58
|
+
onMouseup(): void;
|
|
59
|
+
readonly name: import("@angular/core").WritableSignal<string | null>;
|
|
60
|
+
/**
|
|
61
|
+
* Marks the radio button as needing checking for change detection.
|
|
62
|
+
* This method is exposed because the parent radio group will directly
|
|
63
|
+
* update bound properties of the radio button.
|
|
64
|
+
*/
|
|
65
|
+
markForCheck(): void;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRadioComponent, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumRadioComponent, "ard-radio", never, { "htmlId": { "alias": "htmlId"; "required": false; "isSignal": true; }; "_selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, { "selectEvent": "select"; "unselectEvent": "unselect"; "changeEvent": "change"; "touchedEvent": "touched"; "selectedChange": "selectedChange"; }, never, ["*"], false, never>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _FocusableComponentDefaults } from '../../_internal/focusable-component';
|
|
3
|
+
import { SimpleComponentColor } from './../../types/colors.types';
|
|
4
|
+
export interface ArdRadioDefaults extends _FocusableComponentDefaults {
|
|
5
|
+
color: SimpleComponentColor;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_RADIO_DEFAULTS: InjectionToken<ArdRadioDefaults>;
|
|
8
|
+
export declare function provideRadioDefaults(config: Partial<ArdRadioDefaults>): Provider;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { _FormFieldComponentBase } from '../_internal/form-field-component';
|
|
3
|
+
import { Nullable } from '../types/utility.types';
|
|
4
|
+
import { ArdiumRadioComponent } from './radio/radio.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ArdiumRadioGroupComponent extends _FormFieldComponentBase implements AfterContentInit, OnDestroy {
|
|
7
|
+
private readonly _radios;
|
|
8
|
+
get _htmlIdHostAttribute(): string;
|
|
9
|
+
constructor();
|
|
10
|
+
get value(): any | undefined;
|
|
11
|
+
set value(v: any);
|
|
12
|
+
readonly valueChange: import("@angular/core").OutputEmitterRef<any>;
|
|
13
|
+
readonly changeEvent: import("@angular/core").OutputEmitterRef<any>;
|
|
14
|
+
private _valueBeforeInit;
|
|
15
|
+
writeValue(v: any): void;
|
|
16
|
+
private _findRadioByValue;
|
|
17
|
+
/** Updates all child radios depending on the currently selected radio. */
|
|
18
|
+
private _updateRadiosByValue;
|
|
19
|
+
/**
|
|
20
|
+
* The currently selected radio button. If set to a new radio button, the radio group value
|
|
21
|
+
* will be updated to match the new selected button.
|
|
22
|
+
*/
|
|
23
|
+
readonly selected: import("@angular/core").ModelSignal<Nullable<ArdiumRadioComponent>>;
|
|
24
|
+
private _checkSelectedRadioButton;
|
|
25
|
+
/** Name of the radio button group. All radio buttons inside this group will use this name. */
|
|
26
|
+
readonly name: import("@angular/core").Signal<string>;
|
|
27
|
+
private _updateRadioButtonNames;
|
|
28
|
+
private _updateReadonlyRadioButtons;
|
|
29
|
+
private _handleBlurEvents;
|
|
30
|
+
private _handleFocusEvents;
|
|
31
|
+
private _handleChangeEvents;
|
|
32
|
+
protected _emitChange(): void;
|
|
33
|
+
private _childEventSubs;
|
|
34
|
+
private _isContentInit;
|
|
35
|
+
ngAfterContentInit(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
private _destroyChildSubscriptions;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRadioGroupComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumRadioGroupComponent, "ard-radio-group", never, { "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "changeEvent": "change"; "selected": "selectedChange"; }, ["_radios"], ["*"], false, never>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./radio-group.component";
|
|
3
|
+
import * as i2 from "./radio/radio.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ArdiumRadioModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRadioModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumRadioModule, [typeof i1.ArdiumRadioGroupComponent, typeof i2.ArdiumRadioComponent], [typeof i3.CommonModule], [typeof i1.ArdiumRadioGroupComponent, typeof i2.ArdiumRadioComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumRadioModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SearchFn } from './types/item-storage.types';
|
|
2
|
+
export declare function searchInString(searchTerm: string, toSearch: string): boolean;
|
|
3
|
+
export declare const searchFunctions: {
|
|
4
|
+
byLabel: SearchFn;
|
|
5
|
+
byValue: SearchFn;
|
|
6
|
+
byGroup: SearchFn;
|
|
7
|
+
byLabelAndGroup: SearchFn;
|
|
8
|
+
byLabelAndValue: SearchFn;
|
|
9
|
+
byLabelAndGroupAndValue: SearchFn;
|
|
10
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { AfterContentInit } from '@angular/core';
|
|
2
|
+
import { BooleanLike, NumberLike } from '@ardium-ui/devkit';
|
|
3
|
+
import { _SelectableListComponentBase } from '../_internal/selectable-list-component';
|
|
4
|
+
import { OneAxisAlignment } from '../types/alignment.types';
|
|
5
|
+
import { ComponentColor } from '../types/colors.types';
|
|
6
|
+
import { ArdOptionSimple } from '../types/item-storage.types';
|
|
7
|
+
import { SimpleItemStorageHost } from './../_internal/item-storages/simple-item-storage';
|
|
8
|
+
import { ArdSegmentDefaults } from './segment.defaults';
|
|
9
|
+
import { ArdSegmentOptionTemplateDirective } from './segment.directives';
|
|
10
|
+
import { SegmentAppearance, SegmentVariant } from './segment.types';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
interface SegmentRow {
|
|
13
|
+
options: ArdOptionSimple[];
|
|
14
|
+
isNotFull?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare class ArdiumSegmentComponent extends _SelectableListComponentBase implements SimpleItemStorageHost, AfterContentInit {
|
|
17
|
+
readonly _componentId: string;
|
|
18
|
+
readonly _componentName: string;
|
|
19
|
+
protected readonly _DEFAULTS: ArdSegmentDefaults;
|
|
20
|
+
constructor(defaults: ArdSegmentDefaults);
|
|
21
|
+
readonly appearance: import("@angular/core").InputSignal<SegmentAppearance>;
|
|
22
|
+
readonly variant: import("@angular/core").InputSignal<SegmentVariant>;
|
|
23
|
+
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
24
|
+
readonly align: import("@angular/core").InputSignal<OneAxisAlignment>;
|
|
25
|
+
readonly iconBased: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
26
|
+
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
27
|
+
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
28
|
+
readonly autoFocus: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
29
|
+
readonly uniformWidths: import("@angular/core").InputSignalWithTransform<boolean, BooleanLike>;
|
|
30
|
+
readonly itemsPerRow: import("@angular/core").InputSignalWithTransform<number, NumberLike>;
|
|
31
|
+
get itemsInActualRow(): number;
|
|
32
|
+
readonly optionTemplate: import("@angular/core").Signal<ArdSegmentOptionTemplateDirective | undefined>;
|
|
33
|
+
ngAfterContentInit(): void;
|
|
34
|
+
readonly itemRows: import("@angular/core").Signal<SegmentRow[]>;
|
|
35
|
+
onFocus(event: FocusEvent): void;
|
|
36
|
+
onBlur(event: FocusEvent): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSegmentComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSegmentComponent, "ard-segment", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "iconBased": { "alias": "iconBased"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "uniformWidths": { "alias": "uniformWidths"; "required": false; "isSignal": true; }; "itemsPerRow": { "alias": "itemsPerRow"; "required": false; "isSignal": true; }; }, {}, ["optionTemplate"], never, false, never>;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _SelectableListComponentDefaults } from '../_internal/selectable-list-component';
|
|
3
|
+
import { OneAxisAlignment } from '../types/alignment.types';
|
|
4
|
+
import { ComponentColor } from '../types/colors.types';
|
|
5
|
+
import { SegmentAppearance, SegmentVariant } from './segment.types';
|
|
6
|
+
export interface ArdSegmentDefaults extends _SelectableListComponentDefaults {
|
|
7
|
+
appearance: SegmentAppearance;
|
|
8
|
+
variant: SegmentVariant;
|
|
9
|
+
color: ComponentColor;
|
|
10
|
+
align: OneAxisAlignment;
|
|
11
|
+
iconBased: boolean;
|
|
12
|
+
compact: boolean;
|
|
13
|
+
autoFocus: boolean;
|
|
14
|
+
uniformWidths: boolean;
|
|
15
|
+
itemsPerRow: number;
|
|
16
|
+
}
|
|
17
|
+
export declare const ARD_SEGMENT_DEFAULTS: InjectionToken<ArdSegmentDefaults>;
|
|
18
|
+
export declare function provideSegmentDefaults(config: Partial<ArdSegmentDefaults>): Provider;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ArdSegmentOptionTemplateDirective {
|
|
4
|
+
readonly template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdSegmentOptionTemplateDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ArdSegmentOptionTemplateDirective, "ng-template[ard-segm-option-tmp]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./segment.component";
|
|
3
|
+
import * as i2 from "./segment.directives";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ArdiumSegmentModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSegmentModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumSegmentModule, [typeof i1.ArdiumSegmentComponent, typeof i2.ArdSegmentOptionTemplateDirective], [typeof i3.CommonModule], [typeof i1.ArdiumSegmentComponent, typeof i2.ArdSegmentOptionTemplateDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumSegmentModule>;
|
|
9
|
+
}
|