@ardium-ui/ui 2.3.2 → 3.0.0
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/esm2022/lib/_internal/boolean-component.mjs +3 -2
- package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +9 -6
- package/esm2022/lib/_internal/disablable-component.mjs +13 -8
- package/esm2022/lib/_internal/focusable-component.mjs +11 -4
- package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +30 -23
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +4 -5
- package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +7 -8
- package/esm2022/lib/_internal/models/pagination.model.mjs +3 -3
- package/esm2022/lib/_internal/models/queue.mjs +59 -0
- package/esm2022/lib/_internal/ngmodel-component.mjs +4 -3
- package/esm2022/lib/_internal/selectable-list-component.mjs +31 -42
- package/esm2022/lib/badge/badge.defaults.mjs +20 -0
- package/esm2022/lib/badge/badge.directive.mjs +18 -15
- package/esm2022/lib/badge/index.mjs +3 -2
- package/esm2022/lib/buttons/_button-base.defaults.mjs +16 -0
- package/esm2022/lib/buttons/_button-base.mjs +12 -12
- package/esm2022/lib/buttons/button/button.component.mjs +15 -15
- package/esm2022/lib/buttons/button/button.defaults.mjs +17 -0
- package/esm2022/lib/buttons/button/index.mjs +3 -2
- package/esm2022/lib/buttons/fab/fab.component.mjs +16 -15
- package/esm2022/lib/buttons/fab/fab.defaults.mjs +17 -0
- package/esm2022/lib/buttons/fab/index.mjs +3 -2
- package/esm2022/lib/buttons/general-button.types.mjs +2 -2
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +16 -13
- package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +9 -0
- package/esm2022/lib/buttons/icon-button/index.mjs +3 -2
- package/esm2022/lib/card/card.children.mjs +15 -15
- package/esm2022/lib/card/card.component.mjs +6 -5
- package/esm2022/lib/card/card.defaults.mjs +17 -0
- package/esm2022/lib/card/index.mjs +4 -3
- package/esm2022/lib/checkbox/checkbox.component.mjs +16 -19
- package/esm2022/lib/checkbox/checkbox.defaults.mjs +17 -0
- package/esm2022/lib/checkbox/index.mjs +3 -2
- package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +19 -21
- package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +25 -0
- package/esm2022/lib/checkbox-list/index.mjs +3 -2
- package/esm2022/lib/chip/chip.component.mjs +17 -16
- package/esm2022/lib/chip/chip.defaults.mjs +20 -0
- package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +18 -20
- package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +17 -0
- package/esm2022/lib/chip/index.mjs +5 -2
- package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +21 -21
- package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +18 -0
- package/esm2022/lib/color/color-display/color-display.component.mjs +13 -12
- package/esm2022/lib/color/color-display/color-display.defaults.mjs +16 -0
- package/esm2022/lib/color/color-display/index.mjs +3 -2
- package/esm2022/lib/dialog/dialog.component.mjs +23 -22
- package/esm2022/lib/dialog/dialog.defaults.mjs +24 -0
- package/esm2022/lib/dialog/dialog.types.mjs +1 -1
- package/esm2022/lib/dialog/index.mjs +4 -3
- package/esm2022/lib/divider/divider.component.mjs +10 -12
- package/esm2022/lib/divider/divider.defaults.mjs +13 -0
- package/esm2022/lib/divider/index.mjs +3 -2
- package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +10 -9
- package/esm2022/lib/dropdown-panel/dropdown-panel.defaults.mjs +17 -0
- package/esm2022/lib/dropdown-panel/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +14 -12
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.defaults.mjs +18 -0
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +23 -25
- package/esm2022/lib/file-inputs/file-input/file-input.defaults.mjs +23 -0
- package/esm2022/lib/file-inputs/file-input/index.mjs +3 -2
- package/esm2022/lib/file-inputs/file-input-base.defaults.mjs +8 -0
- package/esm2022/lib/file-inputs/file-input-base.mjs +2 -2
- package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +12 -8
- package/esm2022/lib/form-field-frame/form-field-frame.defaults.mjs +18 -0
- package/esm2022/lib/form-field-frame/index.mjs +3 -2
- package/esm2022/lib/icon/icon.component.mjs +6 -4
- package/esm2022/lib/icon/icon.defaults.mjs +17 -0
- package/esm2022/lib/icon/index.mjs +3 -2
- package/esm2022/lib/inputs/_simple-input-base.mjs +159 -0
- package/esm2022/lib/inputs/digit-input/digit-input.component.mjs +17 -15
- package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +21 -0
- package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.types.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/index.mjs +3 -2
- package/esm2022/lib/inputs/hex-input/hex-input.component.mjs +24 -23
- package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +26 -0
- package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +97 -0
- package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/index.mjs +3 -2
- package/esm2022/lib/inputs/input/index.mjs +1 -1
- package/esm2022/lib/inputs/input/input.component.mjs +28 -48
- package/esm2022/lib/inputs/input/input.defaults.mjs +17 -0
- package/esm2022/lib/inputs/input/input.directives.mjs +1 -1
- package/esm2022/lib/inputs/input/input.module.mjs +1 -1
- package/esm2022/lib/inputs/input-transformers.mjs +1 -1
- package/esm2022/lib/inputs/input-utils.mjs +1 -1
- package/esm2022/lib/inputs/number-input/index.mjs +3 -2
- package/esm2022/lib/inputs/number-input/number-input.component.mjs +34 -30
- package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +27 -0
- package/esm2022/lib/inputs/password-input/index.mjs +3 -2
- package/esm2022/lib/inputs/password-input/password-input.component.mjs +23 -18
- package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +24 -0
- package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/index.mjs +3 -2
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +15 -145
- package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +25 -0
- package/esm2022/lib/kbd/index.mjs +2 -1
- package/esm2022/lib/kbd/kbd.component.mjs +6 -4
- package/esm2022/lib/kbd/kbd.defaults.mjs +15 -0
- package/esm2022/lib/kbd/kbd.directive.mjs +1 -1
- package/esm2022/lib/kbd/kbd.pipe.mjs +7 -3
- package/esm2022/lib/kbd-shortcut/index.mjs +3 -2
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +12 -7
- package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +8 -0
- package/esm2022/lib/modal/index.mjs +3 -2
- package/esm2022/lib/modal/modal.component.mjs +14 -11
- package/esm2022/lib/modal/modal.defaults.mjs +20 -0
- package/esm2022/lib/option/index.mjs +1 -1
- package/esm2022/lib/option/option.component.mjs +1 -1
- package/esm2022/lib/progress-bar/index.mjs +4 -3
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +19 -18
- package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +21 -0
- package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
- package/esm2022/lib/progress-circle/index.mjs +4 -3
- package/esm2022/lib/progress-circle/progress-circle.component.mjs +18 -22
- package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +21 -0
- package/esm2022/lib/progress-circle/progress-circle.module.mjs +4 -4
- package/esm2022/lib/progress-circle/progress-circle.types.mjs +1 -1
- package/esm2022/lib/radio/index.mjs +4 -3
- package/esm2022/lib/radio/radio/radio.component.mjs +13 -10
- package/esm2022/lib/radio/radio/radio.defaults.mjs +16 -0
- package/esm2022/lib/radio/radio-group.component.mjs +7 -7
- package/esm2022/lib/search-functions.mjs +2 -2
- package/esm2022/lib/segment/index.mjs +3 -2
- package/esm2022/lib/segment/segment.component.mjs +22 -21
- package/esm2022/lib/segment/segment.defaults.mjs +26 -0
- package/esm2022/lib/segment/segment.directives.mjs +1 -1
- package/esm2022/lib/select/index.mjs +3 -2
- package/esm2022/lib/select/select.component.mjs +76 -101
- package/esm2022/lib/select/select.defaults.mjs +53 -0
- package/esm2022/lib/select/select.directive.mjs +1 -1
- package/esm2022/lib/select/select.types.mjs +1 -1
- package/esm2022/lib/slide-toggle/index.mjs +2 -1
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +17 -15
- package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +21 -0
- package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +1 -1
- package/esm2022/lib/slider/abstract-slider.mjs +44 -34
- package/esm2022/lib/slider/index.mjs +5 -4
- package/esm2022/lib/slider/range-slider/range-slider.component.mjs +13 -9
- package/esm2022/lib/slider/slider.component.mjs +13 -9
- package/esm2022/lib/slider/slider.defaults.mjs +14 -0
- package/esm2022/lib/slider/slider.module.mjs +1 -1
- package/esm2022/lib/slider/slider.types.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar-ref.mjs +1 -1
- package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
- package/esm2022/lib/snackbar/snackbar.service.mjs +10 -14
- package/esm2022/lib/snackbar/snackbar.token.mjs +12 -6
- package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
- package/esm2022/lib/spinner/index.mjs +3 -2
- package/esm2022/lib/spinner/spinner.component.mjs +7 -6
- package/esm2022/lib/spinner/spinner.defaults.mjs +14 -0
- package/esm2022/lib/star/index.mjs +3 -2
- package/esm2022/lib/star/star-button/index.mjs +3 -2
- package/esm2022/lib/star/star-button/star-button.component.mjs +14 -11
- package/esm2022/lib/star/star-button/star-button.defaults.mjs +18 -0
- package/esm2022/lib/star/star-display/index.mjs +3 -2
- package/esm2022/lib/star/star-display/star-display.component.mjs +10 -8
- package/esm2022/lib/star/star-display/star-display.defaults.mjs +16 -0
- package/esm2022/lib/star/star-input/index.mjs +3 -2
- package/esm2022/lib/star/star-input/star-input.component.mjs +14 -11
- package/esm2022/lib/star/star-input/star-input.defaults.mjs +17 -0
- package/esm2022/lib/star/star.component.mjs +15 -8
- package/esm2022/lib/star/star.defaults.mjs +15 -0
- package/esm2022/lib/statebox/index.mjs +2 -1
- package/esm2022/lib/statebox/statebox.component.mjs +19 -25
- package/esm2022/lib/statebox/statebox.defaults.mjs +20 -0
- package/esm2022/lib/statebox/statebox.types.mjs +1 -1
- package/esm2022/lib/tabber/index.mjs +5 -3
- package/esm2022/lib/tabber/tab/tab.component.mjs +7 -5
- package/esm2022/lib/tabber/tab/tab.defaults.mjs +13 -0
- package/esm2022/lib/tabber/tabber.component.mjs +13 -11
- package/esm2022/lib/tabber/tabber.defaults.mjs +19 -0
- package/esm2022/lib/tabber/tabber.module.mjs +1 -1
- package/esm2022/lib/table/index.mjs +3 -2
- package/esm2022/lib/table/table-item-storage.mjs +4 -4
- package/esm2022/lib/table/table.component.mjs +69 -50
- package/esm2022/lib/table/table.defaults.mjs +53 -0
- package/esm2022/lib/table/table.directives.mjs +1 -1
- package/esm2022/lib/table/table.module.mjs +8 -7
- package/esm2022/lib/table-from-csv/index.mjs +3 -2
- package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +44 -44
- package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +15 -0
- package/esm2022/lib/table-pagination/index.mjs +3 -2
- package/esm2022/lib/table-pagination/table-pagination.component.mjs +13 -9
- package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +25 -0
- package/esm2022/lib/types/button.types.mjs +1 -1
- package/esm2022/lib/types/item-storage.types.mjs +1 -1
- package/esm2022/lib/types/utility.types.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/ardium-ui-ui.mjs +3049 -2265
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/_internal/boolean-component.d.ts +5 -1
- package/lib/_internal/clear-button/clear-button.component.d.ts +1 -0
- package/lib/_internal/disablable-component.d.ts +9 -2
- package/lib/_internal/focusable-component.d.ts +6 -1
- package/lib/_internal/item-storages/dropdown-item-storage.d.ts +9 -19
- package/lib/_internal/item-storages/simple-item-storage.d.ts +1 -1
- package/lib/_internal/item-storages/simplest-item-storage.d.ts +3 -3
- package/lib/_internal/models/pagination.model.d.ts +2 -2
- package/lib/_internal/ngmodel-component.d.ts +6 -2
- package/lib/_internal/selectable-list-component.d.ts +18 -13
- package/lib/badge/badge.defaults.d.ts +13 -0
- package/lib/badge/badge.directive.d.ts +4 -4
- package/lib/badge/index.d.ts +2 -1
- package/lib/buttons/_button-base.d.ts +6 -1
- package/lib/buttons/_button-base.defaults.d.ts +15 -0
- package/lib/buttons/button/button.component.d.ts +4 -3
- package/lib/buttons/button/button.defaults.d.ts +11 -0
- package/lib/buttons/button/index.d.ts +2 -1
- package/lib/buttons/fab/fab.component.d.ts +5 -6
- package/lib/buttons/fab/fab.defaults.d.ts +8 -0
- package/lib/buttons/fab/index.d.ts +2 -1
- package/lib/buttons/general-button.types.d.ts +2 -2
- package/lib/buttons/icon-button/icon-button.component.d.ts +3 -0
- package/lib/buttons/icon-button/icon-button.defaults.d.ts +6 -0
- package/lib/buttons/icon-button/index.d.ts +2 -1
- package/lib/card/card.children.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -0
- package/lib/card/card.defaults.d.ts +10 -0
- package/lib/card/index.d.ts +3 -2
- package/lib/checkbox/checkbox.component.d.ts +4 -2
- package/lib/checkbox/checkbox.defaults.d.ts +9 -0
- package/lib/checkbox/index.d.ts +2 -1
- package/lib/checkbox-list/checkbox-list.component.d.ts +4 -5
- package/lib/checkbox-list/checkbox-list.defaults.d.ts +19 -0
- package/lib/checkbox-list/index.d.ts +2 -1
- package/lib/chip/chip.component.d.ts +3 -0
- package/lib/chip/chip.defaults.d.ts +15 -0
- package/lib/chip/deletable-chip/deletable-chip.component.d.ts +3 -3
- package/lib/chip/deletable-chip/deletable-chip.defaults.d.ts +8 -0
- package/lib/chip/index.d.ts +4 -1
- package/lib/chip/selectable-chip/selectable-chip.component.d.ts +3 -3
- package/lib/chip/selectable-chip/selectable-chip.defaults.d.ts +9 -0
- package/lib/color/color-display/color-display.component.d.ts +2 -1
- package/lib/color/color-display/color-display.defaults.d.ts +9 -0
- package/lib/color/color-display/index.d.ts +2 -1
- package/lib/dialog/dialog.component.d.ts +1 -0
- package/lib/dialog/dialog.defaults.d.ts +16 -0
- package/lib/dialog/index.d.ts +3 -2
- package/lib/divider/divider.component.d.ts +1 -1
- package/lib/divider/divider.defaults.d.ts +6 -0
- package/lib/divider/index.d.ts +2 -1
- package/lib/dropdown-panel/dropdown-panel.component.d.ts +1 -0
- package/lib/dropdown-panel/dropdown-panel.defaults.d.ts +10 -0
- package/lib/dropdown-panel/index.d.ts +2 -1
- package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +5 -2
- package/lib/file-inputs/file-drop-area/file-drop-area.defaults.d.ts +10 -0
- package/lib/file-inputs/file-drop-area/index.d.ts +2 -1
- package/lib/file-inputs/file-input/file-input.component.d.ts +4 -4
- package/lib/file-inputs/file-input/file-input.defaults.d.ts +15 -0
- package/lib/file-inputs/file-input/index.d.ts +2 -1
- package/lib/file-inputs/file-input-base.d.ts +2 -0
- package/lib/file-inputs/file-input-base.defaults.d.ts +7 -0
- package/lib/form-field-frame/form-field-frame.component.d.ts +3 -0
- package/lib/form-field-frame/form-field-frame.defaults.d.ts +10 -0
- package/lib/form-field-frame/index.d.ts +2 -1
- package/lib/icon/icon.component.d.ts +7 -3
- package/lib/icon/icon.defaults.d.ts +11 -0
- package/lib/icon/index.d.ts +2 -1
- package/lib/inputs/_simple-input-base.d.ts +62 -0
- package/lib/inputs/digit-input/digit-input.component.d.ts +3 -0
- package/lib/inputs/digit-input/digit-input.defaults.d.ts +13 -0
- package/lib/inputs/digit-input/index.d.ts +2 -1
- package/lib/inputs/hex-input/hex-input.component.d.ts +4 -4
- package/lib/inputs/hex-input/hex-input.defaults.d.ts +19 -0
- package/lib/inputs/{hex-input.model.d.ts → hex-input/hex-input.model.d.ts} +2 -2
- package/lib/inputs/hex-input/index.d.ts +2 -1
- package/lib/inputs/input/input.component.d.ts +10 -17
- package/lib/inputs/input/input.defaults.d.ts +9 -0
- package/lib/inputs/number-input/index.d.ts +2 -1
- package/lib/inputs/number-input/number-input.component.d.ts +3 -1
- package/lib/inputs/number-input/number-input.defaults.d.ts +19 -0
- package/lib/inputs/password-input/index.d.ts +2 -1
- package/lib/inputs/password-input/password-input.component.d.ts +3 -0
- package/lib/inputs/password-input/password-input.defaults.d.ts +17 -0
- package/lib/inputs/simple-input/index.d.ts +2 -1
- package/lib/inputs/simple-input/simple-input.component.d.ts +6 -50
- package/lib/inputs/simple-input/simple-input.defaults.d.ts +6 -0
- package/lib/kbd/index.d.ts +1 -0
- package/lib/kbd/kbd.component.d.ts +1 -0
- package/lib/kbd/kbd.defaults.d.ts +8 -0
- package/lib/kbd/kbd.pipe.d.ts +1 -0
- package/lib/kbd-shortcut/index.d.ts +2 -1
- package/lib/kbd-shortcut/kbd-shortcut.component.d.ts +2 -0
- package/lib/kbd-shortcut/kbd-shortcut.defaults.d.ts +8 -0
- package/lib/modal/index.d.ts +2 -1
- package/lib/modal/modal.component.d.ts +1 -0
- package/lib/modal/modal.defaults.d.ts +14 -0
- package/lib/progress-bar/index.d.ts +3 -2
- package/lib/progress-bar/progress-bar.component.d.ts +3 -1
- package/lib/progress-bar/progress-bar.defaults.d.ts +14 -0
- package/lib/progress-circle/index.d.ts +3 -2
- package/lib/progress-circle/progress-circle.component.d.ts +3 -1
- package/lib/progress-circle/progress-circle.defaults.d.ts +14 -0
- package/lib/progress-circle/progress-circle.module.d.ts +1 -1
- package/lib/radio/index.d.ts +3 -2
- package/lib/radio/radio/radio.component.d.ts +5 -2
- package/lib/radio/radio/radio.defaults.d.ts +8 -0
- package/lib/segment/index.d.ts +2 -1
- package/lib/segment/segment.component.d.ts +3 -0
- package/lib/segment/segment.defaults.d.ts +18 -0
- package/lib/select/index.d.ts +2 -1
- package/lib/select/select.component.d.ts +11 -22
- package/lib/select/select.defaults.d.ts +49 -0
- package/lib/slide-toggle/index.d.ts +1 -0
- package/lib/slide-toggle/slide-toggle.component.d.ts +9 -6
- package/lib/slide-toggle/slide-toggle.defaults.d.ts +14 -0
- package/lib/slider/abstract-slider.d.ts +22 -5
- package/lib/slider/index.d.ts +4 -3
- package/lib/slider/range-slider/range-slider.component.d.ts +3 -0
- package/lib/slider/slider.component.d.ts +3 -0
- package/lib/slider/slider.defaults.d.ts +6 -0
- package/lib/snackbar/snackbar.service.d.ts +1 -2
- package/lib/snackbar/snackbar.token.d.ts +3 -3
- package/lib/spinner/index.d.ts +2 -1
- package/lib/spinner/spinner.component.d.ts +1 -0
- package/lib/spinner/spinner.defaults.d.ts +7 -0
- package/lib/star/index.d.ts +2 -1
- package/lib/star/star-button/index.d.ts +2 -1
- package/lib/star/star-button/star-button.component.d.ts +3 -0
- package/lib/star/star-button/star-button.defaults.d.ts +10 -0
- package/lib/star/star-display/index.d.ts +2 -1
- package/lib/star/star-display/star-display.component.d.ts +1 -0
- package/lib/star/star-display/star-display.defaults.d.ts +9 -0
- package/lib/star/star-input/index.d.ts +2 -1
- package/lib/star/star-input/star-input.component.d.ts +3 -1
- package/lib/star/star-input/star-input.defaults.d.ts +9 -0
- package/lib/star/star.component.d.ts +4 -2
- package/lib/star/star.defaults.d.ts +8 -0
- package/lib/statebox/index.d.ts +1 -0
- package/lib/statebox/statebox.component.d.ts +7 -6
- package/lib/statebox/statebox.defaults.d.ts +10 -0
- package/lib/tabber/index.d.ts +4 -2
- package/lib/tabber/tab/tab.component.d.ts +1 -0
- package/lib/tabber/tab/tab.defaults.d.ts +6 -0
- package/lib/tabber/tabber.component.d.ts +3 -1
- package/lib/tabber/tabber.defaults.d.ts +12 -0
- package/lib/table/index.d.ts +2 -1
- package/lib/table/table-item-storage.d.ts +5 -10
- package/lib/table/table.component.d.ts +11 -9
- package/lib/table/table.defaults.d.ts +50 -0
- package/lib/table/table.module.d.ts +2 -1
- package/lib/table-from-csv/index.d.ts +2 -1
- package/lib/table-from-csv/table-from-csv.component.d.ts +7 -5
- package/lib/table-from-csv/table-from-csv.defaults.d.ts +7 -0
- package/lib/table-pagination/index.d.ts +2 -1
- package/lib/table-pagination/table-pagination.component.d.ts +3 -0
- package/lib/table-pagination/table-pagination.defaults.d.ts +20 -0
- package/lib/types/button.types.d.ts +1 -1
- package/lib/types/item-storage.types.d.ts +3 -63
- package/package.json +1 -1
- package/prebuilt-themes/default/buttons/fab.css +1 -1
- package/prebuilt-themes/default/buttons/icon-button.css +7 -12
- package/prebuilt-themes/default/buttons/icon-button.css.map +1 -1
- package/prebuilt-themes/default/checkbox.css.map +1 -1
- package/prebuilt-themes/default/inputs/color-input.css +5 -0
- package/prebuilt-themes/default/inputs/color-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/file-input.css +5 -0
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css +5 -0
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/input.css +5 -0
- package/prebuilt-themes/default/inputs/input.css.map +1 -1
- package/prebuilt-themes/default/inputs/number-input.css +5 -0
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/password-input.css +5 -0
- package/prebuilt-themes/default/inputs/password-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/search-bar.css +5 -0
- package/prebuilt-themes/default/inputs/search-bar.css.map +1 -1
- package/prebuilt-themes/default/inputs/simple-input.css +5 -0
- package/prebuilt-themes/default/inputs/simple-input.css.map +1 -1
- package/prebuilt-themes/default/segment.css.map +1 -1
- package/prebuilt-themes/default/select.css +4 -0
- package/prebuilt-themes/default/select.css.map +1 -1
- package/prebuilt-themes/default/tabber.css +2 -0
- package/prebuilt-themes/default/tabber.css.map +1 -1
- package/prebuilt-themes/default/table.css +17 -0
- package/prebuilt-themes/default/table.css.map +1 -1
- package/themes/default/_clear-button.scss +73 -73
- package/themes/default/badge.scss +94 -94
- package/themes/default/buttons/button.scss +72 -72
- package/themes/default/buttons/fab.scss +74 -74
- package/themes/default/buttons/icon-button.scss +55 -62
- package/themes/default/card.scss +129 -129
- package/themes/default/checkbox.scss +1 -1
- package/themes/default/chips.scss +200 -200
- package/themes/default/core.scss +99 -99
- package/themes/default/inputs/_shared.scss +5 -0
- package/themes/default/inputs/digit-input.scss +56 -56
- package/themes/default/inputs/file-input.scss +85 -85
- package/themes/default/inputs/hex-input.scss +27 -27
- package/themes/default/modal.scss +93 -93
- package/themes/default/segment.scss +355 -351
- package/themes/default/select.scss +259 -255
- package/themes/default/snackbar.scss +58 -58
- package/themes/default/tabber.scss +89 -87
- package/themes/default/table.scss +20 -0
- package/esm2022/lib/_internal/queue.mjs +0 -59
- package/esm2022/lib/color/color-picker/color-picker.types.mjs +0 -11
- package/esm2022/lib/inputs/color-input/color-input.directives.mjs +0 -101
- package/esm2022/lib/inputs/color-input/color-input.types.mjs +0 -2
- package/esm2022/lib/inputs/hex-input.model.mjs +0 -97
- package/lib/color/color-picker/color-picker.types.d.ts +0 -21
- package/lib/inputs/color-input/color-input.directives.d.ts +0 -52
- package/lib/inputs/color-input/color-input.types.d.ts +0 -5
- /package/lib/_internal/{queue.d.ts → models/queue.d.ts} +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _NgModelComponentDefaults } from '../../_internal/ngmodel-component';
|
|
3
|
+
import { OneAxisAlignment } from './../../types/alignment.types';
|
|
4
|
+
import { FormElementAppearance, FormElementVariant } from './../../types/theming.types';
|
|
5
|
+
export interface ArdNumberInputDefaults extends _NgModelComponentDefaults {
|
|
6
|
+
appearance: FormElementAppearance;
|
|
7
|
+
variant: FormElementVariant;
|
|
8
|
+
compact: boolean;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
alignText: OneAxisAlignment;
|
|
11
|
+
inputAttrs: Record<string, any>;
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
allowFloat: boolean;
|
|
15
|
+
noButtons: boolean;
|
|
16
|
+
stepSize: number;
|
|
17
|
+
}
|
|
18
|
+
export declare const ARD_NUMBER_INPUT_DEFAULTS: InjectionToken<ArdNumberInputDefaults>;
|
|
19
|
+
export declare function provideNumberInputDefaults(config: Partial<ArdNumberInputDefaults>): Provider;
|
|
@@ -3,10 +3,13 @@ import { ControlValueAccessor } from '@angular/forms';
|
|
|
3
3
|
import { _NgModelComponentBase } from '../../_internal/ngmodel-component';
|
|
4
4
|
import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
5
5
|
import { Nullable } from '../../types/utility.types';
|
|
6
|
+
import { ArdPasswordInputDefaults } from './password-input.defaults';
|
|
6
7
|
import { ArdPasswordInputPlaceholderTemplateDirective, ArdPasswordInputPrefixTemplateDirective, ArdPasswordInputRevealButtonTemplateDirective, ArdPasswordInputSuffixTemplateDirective } from './password-input.directives';
|
|
7
8
|
import { PasswordInputRevealButtonContext } from './password-input.types';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class ArdiumPasswordInputComponent extends _NgModelComponentBase implements ControlValueAccessor, OnInit, OnDestroy {
|
|
11
|
+
protected readonly _DEFAULTS: ArdPasswordInputDefaults;
|
|
12
|
+
constructor(defaults: ArdPasswordInputDefaults);
|
|
10
13
|
readonly textInputEl: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
11
14
|
ngOnInit(): void;
|
|
12
15
|
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _NgModelComponentDefaults } from '../../_internal/ngmodel-component';
|
|
3
|
+
import { FormElementAppearance, FormElementVariant } from './../../types/theming.types';
|
|
4
|
+
import { Nullable } from './../../types/utility.types';
|
|
5
|
+
export interface ArdPasswordInputDefaults extends _NgModelComponentDefaults {
|
|
6
|
+
appearance: FormElementAppearance;
|
|
7
|
+
variant: FormElementVariant;
|
|
8
|
+
compact: boolean;
|
|
9
|
+
placeholder: string;
|
|
10
|
+
revealable: boolean;
|
|
11
|
+
holdToReveal: boolean;
|
|
12
|
+
autoHideTimeoutMs: Nullable<number>;
|
|
13
|
+
revealed: boolean;
|
|
14
|
+
inputAttrs: Record<string, any>;
|
|
15
|
+
}
|
|
16
|
+
export declare const ARD_PASSWORD_INPUT_DEFAULTS: InjectionToken<ArdPasswordInputDefaults>;
|
|
17
|
+
export declare function providePasswordInputDefaults(config: Partial<ArdPasswordInputDefaults>): Provider;
|
|
@@ -1,53 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { _NgModelComponentBase } from '../../_internal/ngmodel-component';
|
|
4
|
-
import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
|
|
5
|
-
import { Nullable } from '../../types/utility.types';
|
|
6
|
-
import { SimpleOneAxisAlignment } from './../../types/alignment.types';
|
|
7
|
-
import { SimpleInputModel, SimpleInputModelHost } from './../input-utils';
|
|
8
|
-
import { ArdSimpleInputPlaceholderTemplateDirective, ArdSimpleInputPrefixTemplateDirective, ArdSimpleInputSuffixTemplateDirective } from './simple-input.directives';
|
|
1
|
+
import { _SimpleInputComponentBase } from '../_simple-input-base';
|
|
2
|
+
import { ArdSimpleInputDefaults } from './simple-input.defaults';
|
|
9
3
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ArdiumSimpleInputComponent extends
|
|
11
|
-
readonly
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
readonly textInputEl: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
15
|
-
protected readonly inputModel: SimpleInputModel;
|
|
16
|
-
private _wasViewInit;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
19
|
-
readonly inputId: import("@angular/core").InputSignal<Nullable<string>>;
|
|
20
|
-
readonly clearButtonTitle: import("@angular/core").InputSignal<string>;
|
|
21
|
-
readonly prefixTemplate: import("@angular/core").Signal<ArdSimpleInputPrefixTemplateDirective | undefined>;
|
|
22
|
-
readonly suffixTemplate: import("@angular/core").Signal<ArdSimpleInputSuffixTemplateDirective | undefined>;
|
|
23
|
-
readonly placeholderTemplate: import("@angular/core").Signal<ArdSimpleInputPlaceholderTemplateDirective | undefined>;
|
|
24
|
-
readonly shouldDisplayPlaceholder: import("@angular/core").Signal<boolean>;
|
|
25
|
-
readonly appearance: import("@angular/core").InputSignal<FormElementAppearance>;
|
|
26
|
-
readonly variant: import("@angular/core").InputSignal<FormElementVariant>;
|
|
27
|
-
readonly alignText: import("@angular/core").InputSignal<SimpleOneAxisAlignment>;
|
|
28
|
-
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
29
|
-
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
30
|
-
readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
|
|
31
|
-
readonly maxLength: import("@angular/core").InputSignalWithTransform<Nullable<number>, any>;
|
|
32
|
-
readonly clearable: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
33
|
-
writeValue(v: any): void;
|
|
34
|
-
protected _valueBeforeInit?: string | null;
|
|
35
|
-
set value(v: string | null);
|
|
36
|
-
get value(): string | null;
|
|
37
|
-
readonly valueChange: import("@angular/core").OutputEmitterRef<string | null>;
|
|
38
|
-
readonly inputEvent: import("@angular/core").OutputEmitterRef<string | null>;
|
|
39
|
-
readonly changeEvent: import("@angular/core").OutputEmitterRef<string | null>;
|
|
40
|
-
readonly clearEvent: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
41
|
-
onInput(newVal: string): void;
|
|
42
|
-
protected _emitInput(): void;
|
|
43
|
-
onFocusMaster(event: FocusEvent): void;
|
|
44
|
-
onBlurMaster(event: FocusEvent): void;
|
|
45
|
-
onChange(event: Event): void;
|
|
46
|
-
protected _emitChange(): void;
|
|
47
|
-
readonly shouldShowClearButton: import("@angular/core").Signal<boolean>;
|
|
48
|
-
onClearButtonClick(event: MouseEvent): void;
|
|
49
|
-
onCopy(event: ClipboardEvent): void;
|
|
50
|
-
protected _setInputAttributes(): void;
|
|
4
|
+
export declare class ArdiumSimpleInputComponent extends _SimpleInputComponentBase {
|
|
5
|
+
protected readonly _DEFAULTS: ArdSimpleInputDefaults;
|
|
6
|
+
constructor(defaults: ArdSimpleInputDefaults);
|
|
51
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSimpleInputComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSimpleInputComponent, "ard-simple-input", never, {
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSimpleInputComponent, "ard-simple-input", never, {}, {}, never, never, false, never>;
|
|
53
9
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _SimpleInputComponentDefaults } from '../_simple-input-base';
|
|
3
|
+
export interface ArdSimpleInputDefaults extends _SimpleInputComponentDefaults {
|
|
4
|
+
}
|
|
5
|
+
export declare const ARD_SIMPLE_INPUT_DEFAULTS: InjectionToken<ArdSimpleInputDefaults>;
|
|
6
|
+
export declare function provideSimpleInputDefaults(config: Partial<ArdSimpleInputDefaults>): Provider;
|
package/lib/kbd/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { AfterViewInit, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { FormElementAppearance } from './../types/theming.types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ArdiumKbdComponent implements AfterViewInit {
|
|
5
|
+
protected readonly _DEFAULTS: import("./kbd.defaults").ArdKbdDefaults;
|
|
5
6
|
readonly contentWrapper: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
6
7
|
ngAfterViewInit(): void;
|
|
7
8
|
readonly key: import("@angular/core").InputSignal<string>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { FormElementAppearance } from './../types/theming.types';
|
|
3
|
+
export interface ArdKbdDefaults {
|
|
4
|
+
full: boolean;
|
|
5
|
+
appearance: FormElementAppearance;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_KBD_DEFAULTS: InjectionToken<ArdKbdDefaults>;
|
|
8
|
+
export declare function provideKbdDefaults(config: Partial<ArdKbdDefaults>): Provider;
|
package/lib/kbd/kbd.pipe.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ArdiumKbdPipe implements PipeTransform {
|
|
4
|
+
protected readonly _DEFAULTS: import("./kbd.defaults").ArdKbdDefaults;
|
|
4
5
|
transform(value: string, useShort?: boolean): string;
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumKbdPipe, never>;
|
|
6
7
|
static ɵpipe: i0.ɵɵPipeDeclaration<ArdiumKbdPipe, "kbd", false>;
|
|
@@ -3,6 +3,8 @@ import { FormElementAppearance } from '../types/theming.types';
|
|
|
3
3
|
import { Nullable } from '../types/utility.types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ArdiumKbdShortcutComponent implements AfterViewInit {
|
|
6
|
+
protected readonly _KBD_DEFAULTS: import("../kbd/kbd.defaults").ArdKbdDefaults;
|
|
7
|
+
protected readonly _DEFAULTS: import("./kbd-shortcut.defaults").ArdKbdShortcutDefaults;
|
|
6
8
|
readonly contentWrapper: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
|
|
7
9
|
ngAfterViewInit(): void;
|
|
8
10
|
readonly splitRegex: RegExp;
|
|
@@ -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;
|
package/lib/modal/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare class ArdiumModalComponent {
|
|
|
5
5
|
private readonly overlay;
|
|
6
6
|
private readonly scrollStrategyOpts;
|
|
7
7
|
private readonly viewContainerRef;
|
|
8
|
+
private readonly _DEFAULTS;
|
|
8
9
|
readonly appearance: import("@angular/core").InputSignal<"raised">;
|
|
9
10
|
readonly variant: import("@angular/core").InputSignal<PanelVariant>;
|
|
10
11
|
readonly compact: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { PanelAppearance, PanelVariant } from './../types/theming.types';
|
|
3
|
+
export interface ArdModalDefaults {
|
|
4
|
+
appearance: PanelAppearance;
|
|
5
|
+
variant: PanelVariant;
|
|
6
|
+
compact: boolean;
|
|
7
|
+
heading: string;
|
|
8
|
+
noCloseButton: boolean;
|
|
9
|
+
noBackdrop: boolean;
|
|
10
|
+
disableBackdropClose: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const _modalDefaults: ArdModalDefaults;
|
|
13
|
+
export declare const ARD_MODAL_DEFAULTS: InjectionToken<ArdModalDefaults>;
|
|
14
|
+
export declare function provideModalDefaults(config: Partial<ArdModalDefaults>): Provider;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export * from './progress-bar.module';
|
|
2
1
|
export * from './progress-bar.component';
|
|
3
|
-
export * from './progress-bar.
|
|
2
|
+
export * from './progress-bar.defaults';
|
|
4
3
|
export * from './progress-bar.directive';
|
|
4
|
+
export * from './progress-bar.module';
|
|
5
|
+
export * from './progress-bar.types';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { SimpleComponentColor } from '../types/colors.types';
|
|
3
|
+
import { ArdProgressBarValueTemplateDirective } from './progress-bar.directive';
|
|
3
4
|
import { ProgressBarMode, ProgressBarSize, ProgressBarValueContext, ProgressBarVariant } from './progress-bar.types';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ArdiumProgressBarComponent {
|
|
7
|
+
protected readonly _DEFAULTS: import("./progress-bar.defaults").ArdProgressBarDefaults;
|
|
6
8
|
readonly value: import("@angular/core").InputSignalWithTransform<number, any>;
|
|
7
9
|
readonly bufferValue: import("@angular/core").InputSignalWithTransform<number, any>;
|
|
8
10
|
readonly color: import("@angular/core").InputSignal<SimpleComponentColor>;
|
|
@@ -13,7 +15,7 @@ export declare class ArdiumProgressBarComponent {
|
|
|
13
15
|
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
14
16
|
constructor();
|
|
15
17
|
readonly cssVariables: import("@angular/core").Signal<string>;
|
|
16
|
-
valueTemplate
|
|
18
|
+
readonly valueTemplate: import("@angular/core").Signal<TemplateRef<ArdProgressBarValueTemplateDirective> | undefined>;
|
|
17
19
|
readonly getValueContext: import("@angular/core").Signal<ProgressBarValueContext>;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressBarComponent, never>;
|
|
19
21
|
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; }; "hideValue": { "alias": "hideValue"; "required": false; "isSignal": true; }; }, {}, ["valueTemplate"], never, false, never>;
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
hideValue: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const ARD_PROGRESS_BAR_DEFAULTS: InjectionToken<ArdProgressBarDefaults>;
|
|
14
|
+
export declare function provideProgressBarDefaults(config: Partial<ArdProgressBarDefaults>): Provider;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export * from './progress-circle.module';
|
|
2
1
|
export * from './progress-circle.component';
|
|
3
|
-
export * from './progress-circle.
|
|
2
|
+
export * from './progress-circle.defaults';
|
|
4
3
|
export * from './progress-circle.directive';
|
|
4
|
+
export * from './progress-circle.module';
|
|
5
|
+
export * from './progress-circle.types';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { SimpleComponentColor } from '../types/colors.types';
|
|
3
|
+
import { ArdProgressCircleValueTemplateDirective } from './progress-circle.directive';
|
|
3
4
|
import { ProgressCircleAppearance, ProgressCircleValueContext, ProgressCircleVariant } from './progress-circle.types';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ArdiumProgressCircleComponent {
|
|
7
|
+
protected readonly _DEFAULTS: import("./progress-circle.defaults").ArdProgressCircleDefaults;
|
|
6
8
|
readonly value: import("@angular/core").InputSignalWithTransform<number, any>;
|
|
7
9
|
readonly max: import("@angular/core").InputSignalWithTransform<number, any>;
|
|
8
10
|
readonly percentValue: import("@angular/core").Signal<number>;
|
|
@@ -13,7 +15,7 @@ export declare class ArdiumProgressCircleComponent {
|
|
|
13
15
|
readonly reverse: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
14
16
|
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
15
17
|
readonly fillPercentVariable: import("@angular/core").Signal<string>;
|
|
16
|
-
valueTemplate
|
|
18
|
+
readonly valueTemplate: import("@angular/core").Signal<TemplateRef<ArdProgressCircleValueTemplateDirective> | undefined>;
|
|
17
19
|
readonly getValueContext: import("@angular/core").Signal<ProgressCircleValueContext>;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressCircleComponent, never>;
|
|
19
21
|
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>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { SimpleComponentColor } from '../types/colors.types';
|
|
3
|
+
import { 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
|
+
}
|
|
13
|
+
export declare const ARD_PROGRESS_CIRCLE_DEFAULTS: InjectionToken<ArdProgressCircleDefaults>;
|
|
14
|
+
export declare function provideProgressCircleDefaults(config: Partial<ArdProgressCircleDefaults>): Provider;
|
|
@@ -4,6 +4,6 @@ import * as i2 from "./progress-circle.directive";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
export declare class ArdiumProgressCircleModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumProgressCircleModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumProgressCircleModule, [typeof i1.ArdiumProgressCircleComponent, typeof i2.ArdProgressCircleValueTemplateDirective], [typeof i3.CommonModule], [typeof i1.ArdiumProgressCircleComponent, typeof i2.ArdProgressCircleValueTemplateDirective]>;
|
|
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
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumProgressCircleModule>;
|
|
9
9
|
}
|
package/lib/radio/index.d.ts
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { _BooleanComponentBase } from '../../_internal/boolean-component';
|
|
3
|
-
import {
|
|
3
|
+
import { SimpleComponentColor } from '../../types/colors.types';
|
|
4
|
+
import { ArdRadioDefaults } from './radio.defaults';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ArdiumRadioComponent extends _BooleanComponentBase {
|
|
6
7
|
protected readonly _changeDetector: ChangeDetectorRef;
|
|
8
|
+
protected readonly _DEFAULTS: ArdRadioDefaults;
|
|
9
|
+
constructor(defaults: ArdRadioDefaults);
|
|
7
10
|
readonly htmlId: import("@angular/core").InputSignal<string>;
|
|
8
11
|
readonly value: import("@angular/core").InputSignal<any>;
|
|
9
|
-
readonly color: import("@angular/core").InputSignal<
|
|
12
|
+
readonly color: import("@angular/core").InputSignal<SimpleComponentColor>;
|
|
10
13
|
readonly ngClasses: import("@angular/core").Signal<string>;
|
|
11
14
|
onMousedown(): void;
|
|
12
15
|
onMouseup(): void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _BooleanComponentDefaults } from '../../_internal/boolean-component';
|
|
3
|
+
import { SimpleComponentColor } from './../../types/colors.types';
|
|
4
|
+
export interface ArdRadioDefaults extends _BooleanComponentDefaults {
|
|
5
|
+
color: SimpleComponentColor;
|
|
6
|
+
}
|
|
7
|
+
export declare const ARD_RADIO_DEFAULTS: InjectionToken<ArdRadioDefaults>;
|
|
8
|
+
export declare function provideRadioDefaults(config: Partial<ArdRadioDefaults>): Provider;
|
package/lib/segment/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { OneAxisAlignment } from '../types/alignment.types';
|
|
|
4
4
|
import { ComponentColor } from '../types/colors.types';
|
|
5
5
|
import { ArdOptionSimple } from '../types/item-storage.types';
|
|
6
6
|
import { SimpleItemStorageHost } from './../_internal/item-storages/simple-item-storage';
|
|
7
|
+
import { ArdSegmentDefaults } from './segment.defaults';
|
|
7
8
|
import { ArdSegmentOptionTemplateDirective } from './segment.directives';
|
|
8
9
|
import { SegmentAppearance, SegmentVariant } from './segment.types';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
@@ -14,6 +15,8 @@ interface SegmentRow {
|
|
|
14
15
|
export declare class ArdiumSegmentComponent extends _SelectableListComponentBase implements SimpleItemStorageHost, AfterContentInit {
|
|
15
16
|
readonly _componentId: string;
|
|
16
17
|
readonly _componentName: string;
|
|
18
|
+
protected readonly _DEFAULTS: ArdSegmentDefaults;
|
|
19
|
+
constructor(defaults: ArdSegmentDefaults);
|
|
17
20
|
readonly appearance: import("@angular/core").InputSignal<SegmentAppearance>;
|
|
18
21
|
readonly variant: import("@angular/core").InputSignal<SegmentVariant>;
|
|
19
22
|
readonly color: import("@angular/core").InputSignal<ComponentColor>;
|
|
@@ -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;
|
package/lib/select/index.d.ts
CHANGED
|
@@ -9,36 +9,27 @@ import { ArdOption, ArdOptionGroup, ArdPanelPosition, GroupByFn, OptionContext,
|
|
|
9
9
|
import { FormElementAppearance } from '../types/theming.types';
|
|
10
10
|
import { Nullable } from '../types/utility.types';
|
|
11
11
|
import { FormElementVariant } from './../types/theming.types';
|
|
12
|
+
import { ArdSelectDefaults } from './select.defaults';
|
|
12
13
|
import { ArdAddCustomTemplateDirective, ArdDropdownFooterTemplateDirective, ArdDropdownHeaderTemplateDirective, ArdItemDisplayLimitTemplateDirective, ArdItemLimitReachedTemplateDirective, ArdLoadingPlaceholderTemplateDirective, ArdLoadingSpinnerTemplateDirective, ArdNoItemsFoundTemplateDirective, ArdOptgroupTemplateDirective, ArdOptionTemplateDirective, ArdSelectPlaceholderTemplateDirective, ArdSelectPrefixTemplateDirective, ArdSelectSuffixTemplateDirective, ArdValueTemplateDirective } from './select.directive';
|
|
13
14
|
import { AddCustomFn, CustomOptionContext, GroupContext, ItemDisplayLimitContext, ItemLimitContext, PlaceholderContext, SearchContext, StatsContext, ValueContext } from './select.types';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
export declare class ArdiumSelectComponent extends _NgModelComponentBase implements OnChanges, AfterViewInit, AfterContentInit, OnInit, OnDestroy, ControlValueAccessor, ItemStorageHost {
|
|
17
|
+
protected readonly _DEFAULTS: ArdSelectDefaults;
|
|
18
|
+
constructor(defaults: ArdSelectDefaults);
|
|
16
19
|
readonly _componentId: string;
|
|
17
20
|
readonly itemStorage: ItemStorage;
|
|
18
|
-
readonly DEFAULTS: {
|
|
19
|
-
valueFrom: string;
|
|
20
|
-
labelFrom: string;
|
|
21
|
-
disabledFrom: string;
|
|
22
|
-
groupLabelFrom: string;
|
|
23
|
-
groupDisabledFrom: string;
|
|
24
|
-
childrenFrom: string;
|
|
25
|
-
searchFn: SearchFn;
|
|
26
|
-
clearButtonTitle: string;
|
|
27
|
-
noItemsFoundText: string;
|
|
28
|
-
loadingPlaceholderText: string;
|
|
29
|
-
};
|
|
30
21
|
private _items;
|
|
31
22
|
private readonly _isMouseBeingUsed;
|
|
32
23
|
private readonly _searchBarFocused;
|
|
33
24
|
private readonly _destroy$;
|
|
34
25
|
readonly searchTerm: import("@angular/core").WritableSignal<string>;
|
|
35
26
|
isItemsInputUsed: boolean;
|
|
36
|
-
readonly valueFrom: import("@angular/core").InputSignal<
|
|
37
|
-
readonly labelFrom: import("@angular/core").InputSignal<
|
|
38
|
-
readonly disabledFrom: import("@angular/core").InputSignal<
|
|
39
|
-
readonly groupLabelFrom: import("@angular/core").InputSignal<
|
|
40
|
-
readonly groupDisabledFrom: import("@angular/core").InputSignal<
|
|
41
|
-
readonly childrenFrom: import("@angular/core").InputSignal<
|
|
27
|
+
readonly valueFrom: import("@angular/core").InputSignal<string>;
|
|
28
|
+
readonly labelFrom: import("@angular/core").InputSignal<string>;
|
|
29
|
+
readonly disabledFrom: import("@angular/core").InputSignal<string>;
|
|
30
|
+
readonly groupLabelFrom: import("@angular/core").InputSignal<string | GroupByFn>;
|
|
31
|
+
readonly groupDisabledFrom: import("@angular/core").InputSignal<string>;
|
|
32
|
+
readonly childrenFrom: import("@angular/core").InputSignal<string>;
|
|
42
33
|
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
43
34
|
readonly searchPlaceholder: import("@angular/core").InputSignal<string>;
|
|
44
35
|
readonly clearButtonTitle: import("@angular/core").InputSignal<string>;
|
|
@@ -48,7 +39,6 @@ export declare class ArdiumSelectComponent extends _NgModelComponentBase impleme
|
|
|
48
39
|
readonly searchInputId: import("@angular/core").InputSignal<Nullable<string>>;
|
|
49
40
|
readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
|
|
50
41
|
readonly isLoading: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
51
|
-
readonly inputProps: import("@angular/core").InputSignal<Record<string, any>>;
|
|
52
42
|
readonly htmlId: import("@angular/core").InputSignal<string>;
|
|
53
43
|
readonly itemsAlreadyGrouped: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
54
44
|
readonly invertDisabled: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
@@ -73,7 +63,7 @@ export declare class ArdiumSelectComponent extends _NgModelComponentBase impleme
|
|
|
73
63
|
readonly dropdownAppearanceOrDefault: Signal<DropdownPanelAppearance>;
|
|
74
64
|
readonly dropdownVariant: import("@angular/core").InputSignal<Nullable<DropdownPanelVariant>>;
|
|
75
65
|
readonly dropdownVariantOrDefault: Signal<DropdownPanelVariant>;
|
|
76
|
-
get _groupItemsHostAttribute():
|
|
66
|
+
get _groupItemsHostAttribute(): string | GroupByFn;
|
|
77
67
|
get items(): string | any[] | null;
|
|
78
68
|
set items(value: string | any[] | null);
|
|
79
69
|
optionComponents: QueryList<ArdiumOptionComponent>;
|
|
@@ -154,7 +144,6 @@ export declare class ArdiumSelectComponent extends _NgModelComponentBase impleme
|
|
|
154
144
|
ngAfterContentInit(): void;
|
|
155
145
|
ngOnChanges(changes: SimpleChanges): void;
|
|
156
146
|
private _onItemsLoad;
|
|
157
|
-
private _printPrimitiveWarnings;
|
|
158
147
|
readonly firstHighlightedItem: Signal<ArdOption | undefined>;
|
|
159
148
|
readonly shouldDisplayPlaceholder: Signal<boolean>;
|
|
160
149
|
readonly shouldDisplayValue: Signal<boolean>;
|
|
@@ -205,5 +194,5 @@ export declare class ArdiumSelectComponent extends _NgModelComponentBase impleme
|
|
|
205
194
|
private _onBackspaceOrDeletePress;
|
|
206
195
|
private _onCtrlAPress;
|
|
207
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSelectComponent, never>;
|
|
208
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSelectComponent, "ard-select", never, { "valueFrom": { "alias": "valueFrom"; "required": false; "isSignal": true; }; "labelFrom": { "alias": "labelFrom"; "required": false; "isSignal": true; }; "disabledFrom": { "alias": "disabledFrom"; "required": false; "isSignal": true; }; "groupLabelFrom": { "alias": "groupLabelFrom"; "required": false; "isSignal": true; }; "groupDisabledFrom": { "alias": "groupDisabledFrom"; "required": false; "isSignal": true; }; "childrenFrom": { "alias": "childrenFrom"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; "isSignal": true; }; "noItemsFoundText": { "alias": "noItemsFoundText"; "required": false; "isSignal": true; }; "loadingPlaceholderText": { "alias": "loadingPlaceholderText"; "required": false; "isSignal": true; }; "searchInputId": { "alias": "searchInputId"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "
|
|
197
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumSelectComponent, "ard-select", never, { "valueFrom": { "alias": "valueFrom"; "required": false; "isSignal": true; }; "labelFrom": { "alias": "labelFrom"; "required": false; "isSignal": true; }; "disabledFrom": { "alias": "disabledFrom"; "required": false; "isSignal": true; }; "groupLabelFrom": { "alias": "groupLabelFrom"; "required": false; "isSignal": true; }; "groupDisabledFrom": { "alias": "groupDisabledFrom"; "required": false; "isSignal": true; }; "childrenFrom": { "alias": "childrenFrom"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; "isSignal": true; }; "noItemsFoundText": { "alias": "noItemsFoundText"; "required": false; "isSignal": true; }; "loadingPlaceholderText": { "alias": "loadingPlaceholderText"; "required": false; "isSignal": true; }; "searchInputId": { "alias": "searchInputId"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "htmlId": { "alias": "htmlId"; "required": false; "isSignal": true; }; "itemsAlreadyGrouped": { "alias": "itemsAlreadyGrouped"; "required": false; "isSignal": true; }; "invertDisabled": { "alias": "invertDisabled"; "required": false; "isSignal": true; }; "noGroupActions": { "alias": "noGroupActions"; "required": false; "isSignal": true; }; "autoHighlightFirst": { "alias": "autoHighlightFirst"; "required": false; "isSignal": true; }; "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; "keepOpen": { "alias": "keepOpen"; "required": false; "isSignal": true; }; "hideSelected": { "alias": "hideSelected"; "required": false; "isSignal": true; }; "noBackspaceClear": { "alias": "noBackspaceClear"; "required": false; "isSignal": true; }; "sortMultipleValues": { "alias": "sortMultipleValues"; "required": false; "isSignal": true; }; "searchCaseSensitive": { "alias": "searchCaseSensitive"; "required": false; "isSignal": true; }; "keepSearchAfterSelect": { "alias": "keepSearchAfterSelect"; "required": false; "isSignal": true; }; "maxSelectedItems": { "alias": "maxSelectedItems"; "required": false; "isSignal": true; }; "itemDisplayLimit": { "alias": "itemDisplayLimit"; "required": false; "isSignal": true; }; "searchFn": { "alias": "searchFn"; "required": false; "isSignal": true; }; "compareWith": { "alias": "compareWith"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "dropdownAppearance": { "alias": "dropdownAppearance"; "required": false; "isSignal": true; }; "dropdownVariant": { "alias": "dropdownVariant"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; }; "multiselectable": { "alias": "multiselectable"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "addCustom": { "alias": "addCustom"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "changeEvent": "change"; "addEvent": "add"; "failedToAddEvent": "failedToAdd"; "removeEvent": "remove"; "clearEvent": "clear"; "openEvent": "open"; "closeEvent": "close"; "scrollEvent": "scroll"; "scrollToEndEvent": "scrollToEnd"; "searchEvent": "search"; "isOpen": "isOpenChange"; }, ["optionTemplate", "optgroupTemplate", "valueTemplate", "placeholderTemplate", "loadingSpinnerTemplate", "loadingPlaceholderTemplate", "dropdownHeaderTemplate", "dropdownFooterTemplate", "noItemsFoundTemplate", "addCustomTemplate", "itemLimitReachedTemplate", "itemDisplayLimitTemplate", "prefixTemplate", "suffixTemplate", "optionComponents"], never, false, never>;
|
|
209
198
|
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { _NgModelComponentDefaults } from '../_internal/ngmodel-component';
|
|
3
|
+
import { DropdownPanelAppearance, DropdownPanelVariant } from '../dropdown-panel';
|
|
4
|
+
import { ArdPanelPosition, GroupByFn, SearchFn } from '../types/item-storage.types';
|
|
5
|
+
import { Nullable } from '../types/utility.types';
|
|
6
|
+
import { FormElementAppearance, FormElementVariant } from './../types/theming.types';
|
|
7
|
+
import { AddCustomFn } from './select.types';
|
|
8
|
+
export interface ArdSelectDefaults extends _NgModelComponentDefaults {
|
|
9
|
+
valueFrom: string;
|
|
10
|
+
labelFrom: string;
|
|
11
|
+
disabledFrom: string;
|
|
12
|
+
groupLabelFrom: string | GroupByFn;
|
|
13
|
+
groupDisabledFrom: string;
|
|
14
|
+
childrenFrom: string;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
searchPlaceholder: string;
|
|
17
|
+
clearButtonTitle: string;
|
|
18
|
+
dropdownPosition: ArdPanelPosition;
|
|
19
|
+
noItemsFoundText: string;
|
|
20
|
+
loadingPlaceholderText: string;
|
|
21
|
+
inputAttrs: Record<string, any>;
|
|
22
|
+
isLoading: boolean;
|
|
23
|
+
itemsAlreadyGrouped: boolean;
|
|
24
|
+
invertDisabled: boolean;
|
|
25
|
+
noGroupActions: boolean;
|
|
26
|
+
autoHighlightFirst: boolean;
|
|
27
|
+
autoFocus: boolean;
|
|
28
|
+
keepOpen: boolean;
|
|
29
|
+
hideSelected: boolean;
|
|
30
|
+
noBackspaceClear: boolean;
|
|
31
|
+
sortMultipleValues: boolean;
|
|
32
|
+
searchCaseSensitive: boolean;
|
|
33
|
+
keepSearchAfterSelect: boolean;
|
|
34
|
+
maxSelectedItems: number;
|
|
35
|
+
itemDisplayLimit: number;
|
|
36
|
+
searchFn: SearchFn;
|
|
37
|
+
compareWith: Nullable<SearchFn>;
|
|
38
|
+
appearance: FormElementAppearance;
|
|
39
|
+
variant: FormElementVariant;
|
|
40
|
+
compact: boolean;
|
|
41
|
+
dropdownAppearance: Nullable<DropdownPanelAppearance>;
|
|
42
|
+
dropdownVariant: Nullable<DropdownPanelVariant>;
|
|
43
|
+
multiselectable: boolean;
|
|
44
|
+
clearable: boolean;
|
|
45
|
+
searchable: boolean;
|
|
46
|
+
addCustom: boolean | AddCustomFn<any> | AddCustomFn<Promise<any>>;
|
|
47
|
+
}
|
|
48
|
+
export declare const ARD_SELECT_DEFAULTS: InjectionToken<ArdSelectDefaults>;
|
|
49
|
+
export declare function provideSelectDefaults(config: Partial<ArdSelectDefaults>): Provider;
|