@taiga-ui/kit 4.52.0-canary.46625cf → 4.52.0-canary.49575ff
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 +1 -1
- package/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/badge/badge.options.d.ts +1 -3
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badge-notification/badge-notification.options.d.ts +1 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -2
- package/components/block/block.options.d.ts +1 -3
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-month/calendar-month.component.d.ts +1 -1
- package/components/calendar-range/calendar-range.component.d.ts +1 -3
- package/components/calendar-range/day-range-period.d.ts +2 -1
- package/components/carousel/carousel.component.d.ts +15 -18
- package/components/carousel/carousel.directive.d.ts +5 -4
- package/components/chip/chip.options.d.ts +1 -3
- package/components/combo-box/combo-box.d.ts +5 -0
- package/components/combo-box/combo-box.directive.d.ts +7 -9
- package/components/combo-box/index.d.ts +1 -0
- package/components/compass/compass.component.d.ts +2 -2
- package/components/confirm/confirm.component.d.ts +5 -4
- package/components/confirm/confirm.service.d.ts +1 -1
- package/components/copy/copy.component.d.ts +4 -5
- package/components/copy/copy.directive.d.ts +3 -4
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
- package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
- package/components/data-list-wrapper/index.d.ts +1 -1
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/file/file.options.d.ts +1 -1
- package/components/files/files/files.component.d.ts +7 -10
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/files/input-files/input-files.options.d.ts +1 -3
- package/components/filter/filter.component.d.ts +9 -11
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -3
- package/components/input-chip/input-chip.component.d.ts +9 -8
- package/components/input-chip/input-chip.d.ts +5 -1
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +4 -4
- package/components/input-color/input-color.d.ts +5 -0
- package/components/input-date/input-date.d.ts +4 -1
- package/components/input-date/input-date.directive.d.ts +12 -14
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +5 -8
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +6 -6
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +6 -5
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +6 -5
- package/components/input-number/input-number.d.ts +4 -1
- package/components/input-number/input-number.directive.d.ts +7 -11
- package/components/input-number/step/input-number-step.component.d.ts +1 -1
- package/components/input-phone/index.d.ts +1 -0
- package/components/input-phone/input-phone.d.ts +5 -0
- package/components/input-phone/input-phone.directive.d.ts +7 -7
- package/components/input-phone-international/index.d.ts +1 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +11 -11
- package/components/input-phone-international/input-phone-international.d.ts +5 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +4 -4
- package/components/input-pin/input-pin.d.ts +5 -0
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +4 -4
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +1 -1
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +4 -1
- package/components/input-time/input-time.directive.d.ts +7 -10
- package/components/input-year/input-year.d.ts +4 -1
- package/components/input-year/input-year.directive.d.ts +5 -5
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/like/like.options.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
- package/components/line-clamp/line-clamp.component.d.ts +8 -10
- package/components/line-clamp/line-clamp.options.d.ts +1 -3
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +5 -7
- package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/components/notification-middle/notification-middle.component.d.ts +2 -2
- package/components/notification-middle/notification-middle.directive.d.ts +4 -3
- package/components/notification-middle/notification-middle.service.d.ts +7 -3
- package/components/pagination/index.d.ts +1 -0
- package/components/pagination/pagination.component.d.ts +25 -54
- package/components/pagination/pagination.options.d.ts +7 -0
- package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
- package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
- package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
- package/components/preview/index.d.ts +1 -0
- package/components/preview/pagination/preview-pagination.component.d.ts +3 -2
- package/components/preview/preview.component.d.ts +2 -2
- package/components/preview/preview.d.ts +2 -1
- package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
- package/components/preview/zoom/preview-zoom.component.d.ts +4 -2
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
- package/components/progress/progress.options.d.ts +1 -3
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push-alert.component.d.ts +2 -1
- package/components/push/push.component.d.ts +1 -1
- package/components/push/push.options.d.ts +5 -10
- package/components/push/push.service.d.ts +3 -2
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +5 -3
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -19
- package/components/rating/rating.component.d.ts +1 -1
- package/components/rating/rating.options.d.ts +1 -3
- package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
- package/components/segmented/segmented.component.d.ts +4 -6
- package/components/segmented/segmented.directive.d.ts +6 -7
- package/components/select/native-select/native-select.component.d.ts +7 -8
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/slider/slider.options.d.ts +1 -6
- package/components/stepper/step.component.d.ts +6 -8
- package/components/stepper/stepper.component.d.ts +6 -11
- package/components/switch/switch.component.d.ts +1 -0
- package/components/tabs/tabs-with-more.component.d.ts +1 -1
- package/components/tabs/tabs.options.d.ts +1 -6
- package/components/textarea/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +4 -4
- package/components/textarea/textarea.d.ts +6 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- package/components/toast/toast.component.d.ts +4 -3
- package/components/toast/toast.options.d.ts +5 -5
- package/components/toast/toast.service.d.ts +4 -9
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
- package/components/tree/misc/tree.constants.d.ts +0 -3
- package/components/tree/misc/tree.tokens.d.ts +1 -6
- package/directives/button-close/button-close.directive.d.ts +2 -1
- package/directives/button-select/button-select.directive.d.ts +3 -2
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
- package/directives/fade/fade.directive.d.ts +5 -6
- package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +0 -1
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -9
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +34 -48
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -12
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +19 -39
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +19 -27
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -17
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +25 -26
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +64 -114
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -6
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +45 -50
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +11 -14
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +23 -36
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +116 -243
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -34
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +70 -75
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +30 -36
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +33 -31
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +49 -53
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +4 -5
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +29 -27
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +35 -27
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +54 -72
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +50 -44
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +32 -23
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +11 -13
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +16 -12
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +49 -73
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +28 -21
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -14
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +36 -78
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +7 -8
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +36 -49
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +37 -26
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +6 -8
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +67 -138
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +74 -54
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +69 -65
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +30 -43
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +40 -75
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +59 -48
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +24 -34
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +29 -37
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +54 -62
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +14 -15
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +35 -61
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +56 -60
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -3
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +15 -7
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +18 -10
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -7
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +14 -27
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -21
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +12 -14
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -11
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +9 -12
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +0 -1
- package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -25
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -5
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +4 -121
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +42 -47
- package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
- package/pipes/auto-color/index.d.ts +1 -0
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
- package/pipes/flag/flag.pipe.d.ts +14 -0
- package/pipes/flag/index.d.ts +1 -0
- package/pipes/index.d.ts +3 -0
- package/pipes/initials/index.d.ts +1 -0
- package/pipes/initials/initials.pipe.d.ts +7 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/styles/components/avatar.less +14 -14
- package/styles/components/badge.less +4 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +14 -4
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +2 -2
- package/styles/components/toast.less +1 -1
- package/tokens/i18n.d.ts +26 -26
- package/tokens/index.d.ts +0 -7
- package/utils/index.d.ts +0 -2
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-range/input-range.d.ts +0 -3
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/components/textarea/textarea-limit.directive.d.ts +0 -27
- package/directives/lazy-loading/index.d.ts +0 -2
- package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
- package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
- package/tokens/calendar-date-stream.d.ts +0 -10
- package/tokens/date-inputs-value-transformers.d.ts +0 -19
- package/tokens/input-date-options.d.ts +0 -15
- package/tokens/items-handlers.d.ts +0 -26
- package/tokens/mobile-calendar.d.ts +0 -6
- package/tokens/month-formatter.d.ts +0 -5
- package/utils/phone.d.ts +0 -3
- package/utils/toggle-day.d.ts +0 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { TuiMonthRange } from '@taiga-ui/cdk/date-time';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
5
|
-
import * as i2 from "@taiga-ui/core/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
|
+
import * as i2 from "@taiga-ui/core/components/textfield";
|
|
6
|
+
import * as i3 from "@taiga-ui/core/portals/dropdown";
|
|
6
7
|
export declare class TuiInputMonthRangeDirective extends TuiControl<TuiMonthRange | null> {
|
|
7
|
-
private readonly
|
|
8
|
-
private readonly
|
|
8
|
+
private readonly input;
|
|
9
|
+
private readonly months;
|
|
9
10
|
private readonly open;
|
|
10
11
|
private readonly intermediateValue;
|
|
11
12
|
private readonly calendar;
|
|
@@ -18,5 +19,5 @@ export declare class TuiInputMonthRangeDirective extends TuiControl<TuiMonthRang
|
|
|
18
19
|
protected onMonthClickEffect: import("@angular/core").EffectRef;
|
|
19
20
|
protected clear(): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputMonthRangeDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputMonthRangeDirective, "input[tuiInputMonthRange]", never, {}, {}, never, never, true, [{ directive: typeof i1.
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputMonthRangeDirective, "input[tuiInputMonthRange]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
22
23
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiInputNumberDirective } from './input-number.directive';
|
|
2
5
|
import { TuiQuantumValueTransformer } from './quantum.directive';
|
|
3
6
|
import { TuiInputNumberStep } from './step/input-number-step.component';
|
|
4
|
-
export declare const TuiInputNumber: readonly [typeof TuiInputNumberDirective, typeof TuiInputNumberStep, typeof TuiQuantumValueTransformer];
|
|
7
|
+
export declare const TuiInputNumber: readonly [typeof TuiInputNumberDirective, typeof TuiInputNumberStep, typeof TuiQuantumValueTransformer, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { type MaskitoOptions } from '@maskito/core';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
6
|
export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
7
7
|
private readonly options;
|
|
8
|
-
private readonly
|
|
8
|
+
private readonly input;
|
|
9
9
|
private readonly isIOS;
|
|
10
|
-
private readonly minRaw;
|
|
11
|
-
private readonly maxRaw;
|
|
12
10
|
private readonly numberFormat;
|
|
13
11
|
private readonly formatted;
|
|
14
12
|
private readonly precision;
|
|
@@ -21,12 +19,10 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
21
19
|
protected maskInitialCalibrationEffect: import("@angular/core").EffectRef;
|
|
22
20
|
readonly min: import("@angular/core").Signal<number>;
|
|
23
21
|
readonly max: import("@angular/core").Signal<number>;
|
|
24
|
-
readonly prefix: import("@angular/core").
|
|
25
|
-
readonly postfix: import("@angular/core").
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
set prefixSetter(x: string);
|
|
29
|
-
set postfixSetter(x: string);
|
|
22
|
+
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
23
|
+
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
24
|
+
readonly minRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
|
|
25
|
+
readonly maxRaw: import("@angular/core").InputSignalWithTransform<number, number | null>;
|
|
30
26
|
writeValue(value: number | null): void;
|
|
31
27
|
setValue(value: number | null): void;
|
|
32
28
|
protected onFocus(): void;
|
|
@@ -34,5 +30,5 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
34
30
|
private formatNumber;
|
|
35
31
|
private computeMask;
|
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, { "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; "minRaw": { "alias": "min"; "required": false; "isSignal": true; }; "maxRaw": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
38
34
|
}
|
|
@@ -4,7 +4,7 @@ import { type TuiInputNumberOptions } from '../input-number.options';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiInputNumberStep {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
7
|
-
protected readonly appearance: import("@angular/core").
|
|
7
|
+
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
8
8
|
protected readonly options: TuiInputNumberOptions;
|
|
9
9
|
protected readonly input: TuiInputNumberDirective;
|
|
10
10
|
protected readonly step: import("@angular/core").WritableSignal<number>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPhoneDirective } from './input-phone.directive';
|
|
5
|
+
export declare const TuiInputPhone: readonly [typeof TuiInputPhoneDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { type MaskitoOptions } from '@maskito/core';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
|
-
export declare class
|
|
7
|
-
private readonly
|
|
6
|
+
export declare class TuiInputPhoneDirective extends TuiControl<string | null> {
|
|
7
|
+
private readonly input;
|
|
8
8
|
private readonly host;
|
|
9
|
+
protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
|
|
10
|
+
protected readonly el: HTMLInputElement;
|
|
9
11
|
protected readonly nonRemovablePrefix: import("@angular/core").Signal<string>;
|
|
10
12
|
protected inputMode: import("@angular/core").Signal<"text" | "numeric">;
|
|
11
13
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
12
14
|
protected readonly blurEffect: import("@angular/core").EffectRef;
|
|
13
|
-
protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
|
|
14
|
-
protected readonly el: HTMLInputElement;
|
|
15
15
|
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
16
16
|
protected readonly maskito: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
17
17
|
readonly countryCode: import("@angular/core").WritableSignal<string>;
|
|
@@ -22,6 +22,6 @@ export declare class TuiInputPhone extends TuiControl<string | null> {
|
|
|
22
22
|
protected onInput(value: string): void;
|
|
23
23
|
private get maxPhoneLength();
|
|
24
24
|
private calculateMask;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputPhoneDirective, "input[tuiInputPhone]", never, { "allowTextSetter": { "alias": "allowText"; "required": false; }; "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
27
27
|
}
|
|
@@ -5,8 +5,8 @@ import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
|
5
5
|
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@maskito/angular";
|
|
8
|
-
import * as i2 from "@taiga-ui/core/components/
|
|
9
|
-
export declare class
|
|
8
|
+
import * as i2 from "@taiga-ui/core/components/input";
|
|
9
|
+
export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
|
|
10
10
|
protected readonly list: QueryList<ElementRef<HTMLButtonElement>>;
|
|
11
11
|
protected readonly el: HTMLInputElement;
|
|
12
12
|
protected readonly ios: boolean;
|
|
@@ -14,21 +14,21 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
|
|
|
14
14
|
protected readonly options: import("./input-phone-international.options").TuiInputPhoneInternationalOptions;
|
|
15
15
|
protected readonly countries: import("@angular/core").WritableSignal<readonly TuiCountryIsoCode[]>;
|
|
16
16
|
protected readonly code: import("@angular/core").WritableSignal<TuiCountryIsoCode>;
|
|
17
|
-
protected readonly label: import("@angular/core").Signal<string
|
|
17
|
+
protected readonly label: import("@angular/core").Signal<string>;
|
|
18
18
|
protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
|
|
19
|
-
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string
|
|
20
|
-
protected readonly open: import("@angular/core").
|
|
19
|
+
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
|
|
20
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
21
|
+
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
22
|
+
protected readonly change: import("@angular/core").EffectRef;
|
|
21
23
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
22
|
-
protected readonly size: import("@angular/core").
|
|
23
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
24
|
+
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
24
25
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
25
|
-
protected
|
|
26
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
26
27
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
27
28
|
iso: TuiCountryIsoCode;
|
|
28
29
|
name: string;
|
|
29
30
|
code: string;
|
|
30
31
|
}[]>;
|
|
31
|
-
protected readonly enabled: import("@angular/core").Signal<boolean>;
|
|
32
32
|
protected readonly $: import("rxjs").Subscription;
|
|
33
33
|
countrySearch: boolean;
|
|
34
34
|
readonly countryIsoCodeChange: import("rxjs").Observable<TuiCountryIsoCode>;
|
|
@@ -40,6 +40,6 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
|
|
|
40
40
|
private computeMask;
|
|
41
41
|
private unmask;
|
|
42
42
|
private getCountryCode;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "countriesValue": { "alias": "countries"; "required": false; }; "isoCode": { "alias": "countryIsoCode"; "required": false; }; }, { "countryIsoCodeChange": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
45
45
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPhoneInternationalComponent } from './input-phone-international.component';
|
|
5
|
+
export declare const TuiInputPhoneInternational: readonly [typeof TuiInputPhoneInternationalComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
3
2
|
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
4
3
|
import { type Observable } from 'rxjs';
|
|
@@ -12,5 +11,4 @@ export declare const TUI_INPUT_PHONE_INTERNATIONAL_DEFAULT_OPTIONS: TuiInputPhon
|
|
|
12
11
|
/**
|
|
13
12
|
* Default parameters for input phone international component
|
|
14
13
|
*/
|
|
15
|
-
export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: InjectionToken<TuiInputPhoneInternationalOptions
|
|
16
|
-
export declare function tuiInputPhoneInternationalOptionsProvider(options: Partial<TuiInputPhoneInternationalOptions>): Provider;
|
|
14
|
+
export declare const TUI_INPUT_PHONE_INTERNATIONAL_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneInternationalOptions>, tuiInputPhoneInternationalOptionsProvider: (item: Partial<TuiInputPhoneInternationalOptions> | (() => Partial<TuiInputPhoneInternationalOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -2,10 +2,10 @@ import { NgControl } from '@angular/forms';
|
|
|
2
2
|
import { type MaskitoMask } from '@maskito/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@maskito/angular";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class TuiInputPinComponent {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
7
7
|
protected readonly mask: import("@angular/core").WritableSignal<MaskitoMask>;
|
|
8
|
-
protected readonly appearance: import("@angular/core").
|
|
8
|
+
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
9
9
|
protected readonly control: NgControl;
|
|
10
10
|
protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions | null>;
|
|
11
11
|
set maskSetter(mask: MaskitoMask | string);
|
|
@@ -13,6 +13,6 @@ export declare class TuiInputPin {
|
|
|
13
13
|
onSelection(): void;
|
|
14
14
|
onArrow(): void;
|
|
15
15
|
isFocused(index: number): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
18
18
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPinComponent } from './input-pin.component';
|
|
5
|
+
export declare const TuiInputPin: readonly [typeof TuiInputPinComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -3,7 +3,7 @@ import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
|
3
3
|
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
4
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class TuiInputRange extends TuiControl<readonly [
|
|
7
7
|
number,
|
|
8
8
|
number
|
|
9
9
|
]> {
|
|
@@ -12,7 +12,7 @@ export declare class TuiInputRangeComponent extends TuiControl<readonly [
|
|
|
12
12
|
private readonly isMobile;
|
|
13
13
|
private readonly quantum;
|
|
14
14
|
private readonly quantumTransformer;
|
|
15
|
-
protected readonly size: import("@angular/core").
|
|
15
|
+
protected readonly size: import("@angular/core").Signal<"m" | "s" | "l">;
|
|
16
16
|
protected textfieldValueStart: number;
|
|
17
17
|
protected textfieldValueEnd: number;
|
|
18
18
|
protected lastActiveSide: 'end' | 'start';
|
|
@@ -62,8 +62,8 @@ export declare class TuiInputRangeComponent extends TuiControl<readonly [
|
|
|
62
62
|
private setValue;
|
|
63
63
|
private valueGuard;
|
|
64
64
|
private isPrimitive;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRange, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "segments": { "alias": "segments"; "required": false; }; "keySteps": { "alias": "keySteps"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "postfix": { "alias": "postfix"; "required": false; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "quantumSetter": { "alias": "quantum"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
67
67
|
static ngAcceptInputType_prefix: readonly [
|
|
68
68
|
string,
|
|
69
69
|
string
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/kit/components/slider';
|
|
2
5
|
import { TuiInputSliderDirective } from './input-slider.directive';
|
|
3
|
-
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective];
|
|
6
|
+
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -10,7 +10,7 @@ export declare class TuiInputSliderDirective {
|
|
|
10
10
|
protected readonly inputNumber: TuiInputNumberDirective;
|
|
11
11
|
protected readonly value: import("@angular/core").Signal<number>;
|
|
12
12
|
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
|
|
13
|
-
protected readonly
|
|
13
|
+
protected readonly sliderInit: import("@angular/core").EffectRef;
|
|
14
14
|
protected onStep(coefficient: number): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "min": "min"; "max": "max"; "prefix": "prefix"; "postfix": "postfix"; "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }, { directive: typeof i1.TuiWithQuantumValueTransformer; inputs: {}; outputs: {}; }]>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type MaskitoTimeMode } from '@maskito/kit';
|
|
2
2
|
import { type TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
|
|
3
|
-
import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
|
|
4
3
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -9,12 +8,11 @@ export declare abstract class TuiNativeTimePicker {
|
|
|
9
8
|
protected getStep(timeMode: MaskitoTimeMode): number;
|
|
10
9
|
protected toISOString(value: TuiTime | readonly [TuiDay, TuiTime | null] | null): string;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeTimePicker, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never, true, never>;
|
|
13
12
|
}
|
|
14
13
|
export declare class TuiInputTimeComponent extends TuiNativeTimePicker {
|
|
15
14
|
private readonly control;
|
|
16
15
|
protected readonly host: TuiInputTimeDirective;
|
|
17
|
-
protected readonly textfield: TuiTextfieldDirective<any>;
|
|
18
16
|
protected readonly value: import("@angular/core").Signal<string>;
|
|
19
17
|
protected readonly step: import("@angular/core").Signal<number>;
|
|
20
18
|
protected setValue(value: string): void;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiInputTimeComponent } from './input-time.component';
|
|
2
5
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
3
|
-
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent];
|
|
6
|
+
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -4,26 +4,23 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
4
4
|
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
5
5
|
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
7
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
8
8
|
import * as i2 from "@maskito/angular";
|
|
9
9
|
export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> implements TuiTextfieldAccessor<TuiTime | null> {
|
|
10
|
-
private readonly
|
|
10
|
+
private readonly input;
|
|
11
11
|
private readonly dropdown;
|
|
12
12
|
private readonly open;
|
|
13
13
|
private readonly options;
|
|
14
14
|
private readonly fillers;
|
|
15
|
-
private readonly prefix;
|
|
16
|
-
private readonly postfix;
|
|
17
15
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
18
16
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
19
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
20
18
|
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
21
|
-
accept: readonly TuiTime[]
|
|
19
|
+
readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
|
|
20
|
+
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
21
|
+
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
22
|
+
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
22
23
|
readonly native: boolean;
|
|
23
|
-
readonly timeMode: import("@angular/core").WritableSignal<MaskitoTimeMode>;
|
|
24
|
-
set modeSetter(x: MaskitoTimeMode);
|
|
25
|
-
set prefixSetter(x: string);
|
|
26
|
-
set postfixSetter(x: string);
|
|
27
24
|
setValue(value: TuiTime | null): void;
|
|
28
25
|
writeValue(value: TuiTime | null): void;
|
|
29
26
|
protected onInput(valueWithAffixes: string): void;
|
|
@@ -33,5 +30,5 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
33
30
|
private findNearestTime;
|
|
34
31
|
private stringify;
|
|
35
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; }; "
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
37
34
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
2
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
3
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
4
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
2
5
|
import { TuiInputYearDirective } from './input-year.directive';
|
|
3
|
-
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear];
|
|
6
|
+
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
|
-
import * as i3 from "@taiga-ui/core/
|
|
6
|
+
import * as i3 from "@taiga-ui/core/portals/dropdown";
|
|
7
7
|
export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
8
8
|
private readonly options;
|
|
9
|
-
private readonly
|
|
9
|
+
private readonly input;
|
|
10
10
|
private readonly open;
|
|
11
11
|
private readonly initialItem;
|
|
12
|
-
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
13
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
14
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
15
14
|
protected readonly min: import("@angular/core").WritableSignal<number>;
|
|
16
15
|
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
16
|
+
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
17
17
|
/**
|
|
18
18
|
* TODO: move to [value]="value()" after update to Angular 17+
|
|
19
19
|
* something wrong with change detection on host binding
|
|
@@ -27,5 +27,5 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
|
27
27
|
protected toggle(): void;
|
|
28
28
|
protected onInput(raw: string): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
2
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { type
|
|
4
|
-
export interface TuiInputYearOptions extends Omit<
|
|
3
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/components/input-date';
|
|
4
|
+
export interface TuiInputYearOptions extends Omit<TuiInputDateOptions, 'valueTransformer'> {
|
|
5
5
|
readonly valueTransformer: TuiValueTransformer<number | null, any>;
|
|
6
6
|
}
|
|
7
7
|
export declare const TUI_INPUT_YEAR_OPTIONS: InjectionToken<TuiInputYearOptions>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
|
|
1
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiLikeOptions extends TuiAppearanceOptions {
|
|
4
4
|
readonly size: TuiSizeS;
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
import { type DoCheck } from '@angular/core';
|
|
2
2
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
-
import { type Observable } from 'rxjs';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "@taiga-ui/cdk/directives/transitioned";
|
|
6
5
|
export declare class TuiLineClamp implements DoCheck {
|
|
7
|
-
private readonly outlet
|
|
6
|
+
private readonly outlet;
|
|
8
7
|
private readonly options;
|
|
9
8
|
private readonly el;
|
|
10
|
-
private readonly linesLimit$;
|
|
11
9
|
private readonly isOverflown$;
|
|
12
|
-
|
|
13
|
-
lineHeight: number
|
|
14
|
-
|
|
15
|
-
readonly
|
|
16
|
-
|
|
10
|
+
private readonly maxHeight;
|
|
11
|
+
readonly lineHeight: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly linesLimit: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly content: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
14
|
+
readonly overflownChange: import("@angular/core").OutputRef<boolean>;
|
|
15
|
+
protected readonly lineClamp: import("@angular/core").Signal<number>;
|
|
17
16
|
ngDoCheck(): void;
|
|
18
17
|
protected get overflown(): boolean;
|
|
19
18
|
protected get computedContent(): PolymorpheusContent;
|
|
20
19
|
protected update(): void;
|
|
21
|
-
private get maxHeight();
|
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLineClamp, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClamp, "tui-line-clamp", never, { "lineHeight": { "alias": "lineHeight"; "required": false; }; "
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiLineClamp, "tui-line-clamp", never, { "lineHeight": { "alias": "lineHeight"; "required": false; "isSignal": true; }; "linesLimit": { "alias": "linesLimit"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, { "overflownChange": "overflownChange"; }, never, never, true, [{ directive: typeof i1.TuiTransitioned; inputs: {}; outputs: {}; }]>;
|
|
24
22
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
export interface TuiLineClampOptions {
|
|
3
2
|
readonly showHint: boolean;
|
|
4
3
|
}
|
|
@@ -6,5 +5,4 @@ export declare const TUI_LINE_CLAMP_DEFAULT_OPTIONS: TuiLineClampOptions;
|
|
|
6
5
|
/**
|
|
7
6
|
* Default parameters for LineClamp component
|
|
8
7
|
*/
|
|
9
|
-
export declare const TUI_LINE_CLAMP_OPTIONS: InjectionToken<TuiLineClampOptions
|
|
10
|
-
export declare function tuiLineClampOptionsProvider(options: Partial<TuiLineClampOptions>): Provider;
|
|
8
|
+
export declare const TUI_LINE_CLAMP_OPTIONS: import("@angular/core").InjectionToken<TuiLineClampOptions>, tuiLineClampOptionsProvider: (item: Partial<TuiLineClampOptions> | (() => Partial<TuiLineClampOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { type QueryList } from '@angular/core';
|
|
2
|
-
import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class TuiMultiSelectGroupComponent<T> {
|
|
3
|
+
private readonly options;
|
|
5
4
|
private readonly handlers;
|
|
6
5
|
private readonly control;
|
|
7
|
-
protected readonly values: import("@angular/core").
|
|
6
|
+
protected readonly values: import("@angular/core").Signal<(T | undefined)[]>;
|
|
8
7
|
protected readonly texts: import("@angular/core").Signal<{
|
|
9
8
|
all: string;
|
|
10
9
|
none: string;
|
|
11
|
-
}
|
|
10
|
+
}>;
|
|
12
11
|
protected readonly value: import("@angular/core").Signal<readonly T[] | null>;
|
|
13
12
|
protected readonly checked: import("@angular/core").Signal<boolean>;
|
|
14
|
-
label: string
|
|
15
|
-
protected set options(options: QueryList<TuiOptionWithValue<T>>);
|
|
13
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
16
14
|
protected toggle(): void;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, ["options"], ["*"], true, never>;
|
|
19
17
|
}
|
|
@@ -5,7 +5,7 @@ export declare class TuiMultiSelectOption<T> {
|
|
|
5
5
|
protected readonly option: TuiOptionWithValue<T> | null;
|
|
6
6
|
protected readonly handlers: TuiItemsHandlers<T>;
|
|
7
7
|
protected readonly value: import("@angular/core").Signal<readonly T[]>;
|
|
8
|
-
protected readonly size: import("@angular/core").
|
|
8
|
+
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
9
9
|
protected readonly selected: import("@angular/core").Signal<boolean>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectOption<any>, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectOption<any>, "ng-component", never, {}, {}, never, never, true, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Signal } from '@angular/core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
5
|
import * as i2 from "@ng-web-apis/resize-observer";
|
|
@@ -8,7 +8,7 @@ export interface TuiNotificationMiddleOptions {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class TuiNotificationMiddleComponent {
|
|
10
10
|
protected readonly el: HTMLElement;
|
|
11
|
-
protected readonly context:
|
|
11
|
+
protected readonly context: TuiPortalContext<TuiNotificationMiddleOptions>;
|
|
12
12
|
protected onClick(target: HTMLElement): void;
|
|
13
13
|
private get closable();
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleComponent, never>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
1
|
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
3
|
+
import * as i1 from "@taiga-ui/cdk/portals";
|
|
4
|
+
export declare class TuiNotificationMiddle {
|
|
5
|
+
readonly tuiNotificationMiddleOptions: import("@angular/core").InputSignal<Partial<TuiNotificationMiddleOptions>>;
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddle, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNotificationMiddle, "ng-template[tuiNotificationMiddle]", never, { "tuiNotificationMiddleOptions": { "alias": "tuiNotificationMiddleOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiNotificationMiddleOptions"; "open": "tuiNotificationMiddle"; }; outputs: { "openChange": "tuiNotificationMiddleChange"; }; }]>;
|
|
7
8
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/portals/modal';
|
|
2
|
+
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiNotificationMiddleService extends
|
|
4
|
+
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
|
|
5
|
+
protected readonly options: {
|
|
6
|
+
closable: boolean;
|
|
7
|
+
};
|
|
8
|
+
protected readonly content: typeof TuiNotificationMiddleComponent;
|
|
5
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleService, never>;
|
|
6
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationMiddleService>;
|
|
7
11
|
}
|