@taiga-ui/kit 4.52.0-canary.1ea42f6 → 4.52.0-canary.217a686
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/accordion/accordion.component.d.ts +13 -0
- package/components/accordion/accordion.d.ts +4 -4
- package/components/accordion/accordion.directive.d.ts +11 -10
- package/components/accordion/index.d.ts +1 -3
- package/components/action-bar/action-bar.component.d.ts +5 -7
- package/components/action-bar/index.d.ts +0 -2
- 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 -12
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -4
- 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-inline/input-inline.component.d.ts +3 -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 -13
- package/components/input-number/input-number.options.d.ts +2 -3
- package/components/input-number/step/input-number-step.component.d.ts +3 -2
- 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 +27 -32
- 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 +29 -62
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +2 -4
- 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 +8 -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/items-with-more/items-with-more.component.d.ts +5 -5
- package/components/like/like.options.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
- 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/pager/pager.component.d.ts +12 -12
- 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 +4 -3
- package/components/push/push.component.d.ts +1 -1
- package/components/push/push.directive.d.ts +4 -6
- package/components/push/push.options.d.ts +5 -8
- package/components/push/push.service.d.ts +6 -2
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +11 -9
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -25
- 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/helpers/key-steps.d.ts +1 -2
- package/components/slider/helpers/slider-key-steps.directive.d.ts +15 -23
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
- package/components/slider/slider.options.d.ts +1 -6
- package/components/stepper/step.component.d.ts +14 -9
- package/components/stepper/stepper.component.d.ts +5 -12
- package/components/switch/switch.component.d.ts +1 -0
- package/components/tabs/tabs-horizontal.directive.d.ts +3 -4
- package/components/tabs/tabs-with-more.component.d.ts +13 -17
- package/components/tabs/tabs.options.d.ts +1 -6
- package/components/textarea/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +10 -11
- package/components/textarea/textarea.d.ts +6 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/toast/toast.component.d.ts +4 -3
- package/components/toast/toast.options.d.ts +9 -7
- package/components/toast/toast.service.d.ts +10 -9
- package/components/tree/components/tree/tree.component.d.ts +7 -7
- package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
- 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/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/button-close/button-close.directive.d.ts +2 -1
- package/directives/button-select/button-select.directive.d.ts +4 -4
- 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 +1 -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 +69 -145
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +24 -40
- 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-comment.mjs.map +1 -1
- 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 +117 -244
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +24 -45
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -77
- 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 +10 -13
- 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 +60 -77
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +124 -142
- 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 +64 -85
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +30 -36
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +63 -70
- 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 +27 -35
- 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 +38 -82
- 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 +38 -50
- 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 +30 -44
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +73 -148
- 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 +49 -57
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
- 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 +42 -96
- 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 +81 -62
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +87 -101
- 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-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +61 -88
- 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 +65 -113
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +62 -82
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +25 -46
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +51 -53
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +75 -94
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -4
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- 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 +20 -19
- 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 +7 -8
- 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-sensitive.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- 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 +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 +47 -51
- 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 +15 -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 +3 -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/accordion/accordion-item-content.directive.d.ts +0 -6
- package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
- package/components/accordion/accordion-item.component.d.ts +0 -25
- package/components/action-bar/action-bar.d.ts +0 -3
- package/components/action-bar/action-bar.directive.d.ts +0 -6
- 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/pdf-viewer/index.d.ts +0 -4
- package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
- package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
- package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
- 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-pdf-viewer.mjs +0 -83
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.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,28 +1,26 @@
|
|
|
1
|
-
import { type AfterViewChecked, type AfterViewInit,
|
|
1
|
+
import { type AfterViewChecked, type AfterViewInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
3
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
-
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
5
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit {
|
|
8
|
-
private readonly moreButton
|
|
9
|
-
private readonly dir
|
|
7
|
+
private readonly moreButton;
|
|
8
|
+
private readonly dir;
|
|
10
9
|
private readonly options;
|
|
11
10
|
private readonly refresh$;
|
|
12
11
|
private readonly el;
|
|
13
12
|
private readonly cdr;
|
|
14
13
|
private maxIndex;
|
|
15
|
-
protected readonly items:
|
|
16
|
-
protected readonly moreWord
|
|
14
|
+
protected readonly items: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
15
|
+
protected readonly moreWord: import("@angular/core").Signal<string>;
|
|
17
16
|
protected open: boolean;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
underline: string | boolean
|
|
22
|
-
itemsLimit: number
|
|
23
|
-
readonly
|
|
24
|
-
|
|
25
|
-
set itemIndex(activeItemIndex: number);
|
|
17
|
+
protected readonly sync: import("@angular/core").EffectRef;
|
|
18
|
+
readonly activeItemIndex: import("@angular/core").ModelSignal<number>;
|
|
19
|
+
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeL>;
|
|
20
|
+
readonly underline: import("@angular/core").InputSignal<string | boolean>;
|
|
21
|
+
readonly itemsLimit: import("@angular/core").InputSignal<number>;
|
|
22
|
+
readonly moreContent: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
23
|
+
readonly dropdownContent: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<TuiActiveZone>>>;
|
|
26
24
|
get lastVisibleIndex(): number;
|
|
27
25
|
ngAfterViewInit(): void;
|
|
28
26
|
ngAfterViewChecked(): void;
|
|
@@ -32,7 +30,6 @@ export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit
|
|
|
32
30
|
protected get isMoreVisible(): boolean;
|
|
33
31
|
protected get isMoreFocusable(): boolean;
|
|
34
32
|
protected get isMoreActive(): boolean;
|
|
35
|
-
protected onActiveItemIndexChange(activeItemIndex: number): void;
|
|
36
33
|
protected onClick(index: number): void;
|
|
37
34
|
protected onArrowRight(event: Event): void;
|
|
38
35
|
protected onArrowLeft(): void;
|
|
@@ -42,8 +39,7 @@ export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit
|
|
|
42
39
|
private get margin();
|
|
43
40
|
private focusMore;
|
|
44
41
|
private getMaxIndex;
|
|
45
|
-
private updateActiveItemIndex;
|
|
46
42
|
private refresh;
|
|
47
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTabsWithMore, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTabsWithMore, "tui-tabs-with-more, nav[tuiTabsWithMore]", never, { "
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTabsWithMore, "tui-tabs-with-more, nav[tuiTabsWithMore]", never, { "activeItemIndex": { "alias": "activeItemIndex"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "underline": { "alias": "underline"; "required": false; "isSignal": true; }; "itemsLimit": { "alias": "itemsLimit"; "required": false; "isSignal": true; }; "moreContent": { "alias": "moreContent"; "required": false; "isSignal": true; }; "dropdownContent": { "alias": "dropdownContent"; "required": false; "isSignal": true; }; }, { "activeItemIndex": "activeItemIndexChange"; }, ["items"], never, true, never>;
|
|
49
45
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
3
2
|
export interface TuiTabsOptions {
|
|
4
3
|
readonly exposeActive: boolean;
|
|
@@ -8,8 +7,4 @@ export interface TuiTabsOptions {
|
|
|
8
7
|
readonly size: TuiSizeL;
|
|
9
8
|
}
|
|
10
9
|
export declare const TUI_TABS_DEFAULT_OPTIONS: TuiTabsOptions;
|
|
11
|
-
|
|
12
|
-
* Default parameters for Tabs component
|
|
13
|
-
*/
|
|
14
|
-
export declare const TUI_TABS_OPTIONS: InjectionToken<TuiTabsOptions>;
|
|
15
|
-
export declare function tuiTabsOptionsProvider(options: Partial<TuiTabsOptions>): Provider;
|
|
10
|
+
export declare const TUI_TABS_OPTIONS: import("@angular/core").InjectionToken<TuiTabsOptions>, tuiTabsOptionsProvider: (item: Partial<TuiTabsOptions> | (() => Partial<TuiTabsOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { type AfterViewInit
|
|
1
|
+
import { type AfterViewInit } from '@angular/core';
|
|
2
2
|
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { type TuiTextareaOptions } from './textarea.options';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
6
|
-
export declare class
|
|
7
|
-
private readonly template
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
|
+
export declare class TuiTextareaComponent implements AfterViewInit {
|
|
6
|
+
private readonly template;
|
|
8
7
|
private readonly options;
|
|
9
8
|
private readonly vcr;
|
|
10
|
-
|
|
9
|
+
private readonly text;
|
|
11
10
|
protected readonly el: HTMLTextAreaElement;
|
|
12
11
|
protected readonly textfield: TuiTextfieldComponent<any>;
|
|
13
12
|
protected readonly isMobile: boolean;
|
|
14
|
-
min: number
|
|
15
|
-
max: number
|
|
16
|
-
content:
|
|
13
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
14
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
15
|
+
readonly content: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<import("@taiga-ui/cdk/types").TuiContext<string>>>;
|
|
17
16
|
ngAfterViewInit(): void;
|
|
18
17
|
protected onScroll(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaComponent, "textarea[tuiTextarea]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
21
20
|
}
|
|
@@ -0,0 +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';
|
|
4
|
+
import { TuiTextareaComponent } from './textarea.component';
|
|
5
|
+
import { TuiTextareaDirective } from './textarea.directive';
|
|
6
|
+
export declare const TuiTextarea: readonly [typeof TuiTextareaComponent, typeof TuiTextareaDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type AbstractControl, type ValidationErrors, type Validator } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiTextareaDirective implements Validator, DoCheck {
|
|
5
|
+
private readonly textfield;
|
|
6
|
+
private readonly ref;
|
|
7
|
+
readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
8
|
+
readonly limit: import("@angular/core").InputSignal<number>;
|
|
9
|
+
ngDoCheck(): void;
|
|
10
|
+
validate(control: AbstractControl): ValidationErrors | null;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaDirective, "[tuiTextarea][limit]", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import { type AfterViewInit, type OnDestroy } from '@angular/core';
|
|
2
|
+
import { TuiTilesComponent } from './tiles.component';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiTile implements OnDestroy, AfterViewInit {
|
|
4
|
-
private readonly wrapper
|
|
5
|
+
private readonly wrapper;
|
|
5
6
|
private readonly service;
|
|
6
|
-
|
|
7
|
-
protected dragged: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
-
width: number
|
|
9
|
-
height: number
|
|
7
|
+
protected readonly tiles: TuiTilesComponent;
|
|
8
|
+
protected readonly dragged: import("@angular/core").WritableSignal<boolean>;
|
|
9
|
+
readonly width: import("@angular/core").InputSignal<number>;
|
|
10
|
+
readonly height: import("@angular/core").InputSignal<number>;
|
|
10
11
|
readonly element: HTMLElement;
|
|
11
12
|
onDrag(offset: readonly [number, number]): void;
|
|
12
13
|
ngAfterViewInit(): void;
|
|
13
14
|
ngOnDestroy(): void;
|
|
14
|
-
protected get column(): string;
|
|
15
|
-
protected get row(): string;
|
|
16
|
-
protected onEnter(): void;
|
|
17
|
-
protected onTransitionEnd(): void;
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTile, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTile, "tui-tile", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTile, "tui-tile", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
17
|
}
|
|
@@ -7,7 +7,7 @@ export declare class TuiTileService implements OnDestroy {
|
|
|
7
7
|
private readonly sub;
|
|
8
8
|
private readonly offset$;
|
|
9
9
|
private readonly position$;
|
|
10
|
-
init(element
|
|
10
|
+
init(element?: HTMLElement): void;
|
|
11
11
|
setOffset(offset: readonly [number, number]): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
private getRect;
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { type AfterViewInit } from '@angular/core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
3
3
|
import { type TuiToastOptions } from './toast.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
6
|
+
import * as i2 from "@taiga-ui/core/portals/alert";
|
|
6
7
|
export declare class TuiToastComponent<O, I> implements AfterViewInit {
|
|
7
8
|
private readonly close;
|
|
8
9
|
private readonly el;
|
|
9
10
|
protected readonly isMobile: boolean;
|
|
10
|
-
protected readonly context:
|
|
11
|
+
protected readonly context: TuiPortalContext<TuiToastOptions<I>, O>;
|
|
11
12
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
12
13
|
protected readonly $: import("rxjs").Subscription;
|
|
13
14
|
ngAfterViewInit(): void;
|
|
14
15
|
protected onSwipe(): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastComponent<any, any>, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiToastComponent<any, any>, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiToastComponent<any, any>, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAlertDirective; inputs: {}; outputs: {}; }]>;
|
|
17
18
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiPositionOptions } from '@taiga-ui/core/portals/alert';
|
|
3
|
+
export interface TuiToastOptions<I> extends TuiPositionOptions {
|
|
4
|
+
readonly autoClose: number;
|
|
5
|
+
readonly closable: boolean;
|
|
6
|
+
readonly appearance: string;
|
|
7
|
+
readonly data?: I;
|
|
6
8
|
}
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const TUI_TOAST_OPTIONS:
|
|
9
|
+
export declare const TUI_TOAST_CONCURRENCY: InjectionToken<1 | 2>;
|
|
10
|
+
export declare const TUI_TOAST_OPTIONS: InjectionToken<TuiToastOptions<any>>, tuiToastOptionsProvider: (item: Partial<TuiToastOptions<any>> | (() => Partial<TuiToastOptions<any>>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { TuiAlertService } from '@taiga-ui/core/portals/alert';
|
|
2
|
+
import { TuiToastComponent } from './toast.component';
|
|
3
3
|
import { type TuiToastOptions } from './toast.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
|
|
6
|
-
export declare class TuiToastService extends
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
import * as i1 from "@taiga-ui/cdk/portals";
|
|
6
|
+
export declare class TuiToastService extends TuiAlertService<TuiToastOptions<any>> {
|
|
7
|
+
protected readonly options: TuiToastOptions<any>;
|
|
8
|
+
protected readonly component: typeof TuiToastComponent;
|
|
9
|
+
constructor();
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<TuiToastService>;
|
|
12
12
|
}
|
|
13
|
-
export declare class TuiToastTemplate<T>
|
|
13
|
+
export declare class TuiToastTemplate<T> {
|
|
14
|
+
readonly tuiToastOptions: import("@angular/core").InputSignal<Partial<TuiToastOptions<T>>>;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastTemplate<any>, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastTemplate<any>, "ng-template[tuiToast]", never, { "
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastTemplate<any>, "ng-template[tuiToast]", never, { "tuiToastOptions": { "alias": "tuiToastOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiToastOptions"; "open": "tuiToast"; }; outputs: { "openChange": "tuiToastChange"; }; }]>;
|
|
16
17
|
}
|
|
@@ -6,16 +6,16 @@ import { TuiTreeItem } from '../tree-item/tree-item.component';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TuiTreeComponent<T> implements DoCheck {
|
|
8
8
|
private readonly check$;
|
|
9
|
-
protected readonly item
|
|
10
|
-
protected readonly child
|
|
11
|
-
protected readonly children
|
|
9
|
+
protected readonly item: import("@angular/core").Signal<TuiTreeItem | undefined>;
|
|
10
|
+
protected readonly child: import("@angular/core").Signal<TuiTreeComponent<any> | undefined>;
|
|
11
|
+
protected readonly children: import("@angular/core").Signal<readonly T[] | readonly []>;
|
|
12
12
|
protected readonly directive: TuiTreeChildren<T> | null;
|
|
13
|
-
value: T
|
|
14
|
-
trackBy: TrackByFunction<T
|
|
15
|
-
content: PolymorpheusContent<TuiTreeContext<T
|
|
13
|
+
readonly value: import("@angular/core").InputSignal<T>;
|
|
14
|
+
readonly trackBy: import("@angular/core").InputSignal<TrackByFunction<T>>;
|
|
15
|
+
readonly content: import("@angular/core").InputSignal<PolymorpheusContent<TuiTreeContext<T>>>;
|
|
16
16
|
ngDoCheck(): void;
|
|
17
17
|
protected checkChanges(): void;
|
|
18
18
|
private get handler();
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTreeComponent<any>, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeComponent<any>, "tui-tree", never, { "value": { "alias": "value"; "required": true; }; "trackBy": { "alias": "trackBy"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeComponent<any>, "tui-tree", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -5,8 +5,8 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class TuiTreeItem implements DoCheck {
|
|
6
6
|
private readonly nested;
|
|
7
7
|
private readonly el;
|
|
8
|
-
private readonly controller;
|
|
9
8
|
private readonly change$;
|
|
9
|
+
private readonly controller;
|
|
10
10
|
protected readonly level: number;
|
|
11
11
|
protected readonly content: PolymorpheusContent<TuiTreeItemContext>;
|
|
12
12
|
protected readonly attached: import("@angular/core").Signal<boolean>;
|
|
@@ -1,12 +1,19 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
3
|
import { type TuiTreeItemContext } from '../../misc/tree.interfaces';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
export declare class TuiTreeItemContent {
|
|
4
6
|
private readonly controller;
|
|
5
7
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
6
|
-
protected readonly more: import("@angular/core").Signal<string
|
|
8
|
+
protected readonly more: import("@angular/core").Signal<string>;
|
|
7
9
|
protected readonly context: TuiTreeItemContext;
|
|
8
10
|
protected get isExpandable(): boolean;
|
|
9
11
|
protected onClick(): void;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTreeItemContent, never>;
|
|
11
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeItemContent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
14
|
}
|
|
15
|
+
export declare const TUI_TREE_ITEM_CONTENT: PolymorpheusComponent<TuiTreeItemContent>;
|
|
16
|
+
/**
|
|
17
|
+
* Content for a tree item
|
|
18
|
+
*/
|
|
19
|
+
export declare const TUI_TREE_CONTENT: InjectionToken<PolymorpheusContent<TuiTreeItemContext>>;
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
2
|
-
import { TuiTreeItemContent } from '../components/tree-item-content/tree-item-content.component';
|
|
3
1
|
import { type TuiTreeController } from './tree.interfaces';
|
|
4
|
-
export declare const TUI_TREE_ITEM_CONTENT: PolymorpheusComponent<TuiTreeItemContent>;
|
|
5
2
|
export declare const TUI_DEFAULT_TREE_CONTROLLER: TuiTreeController;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { type
|
|
3
|
-
import { type TuiTreeAccessor, type TuiTreeItemContext, type TuiTreeLoader } from './tree.interfaces';
|
|
2
|
+
import { type TuiTreeAccessor, type TuiTreeLoader } from './tree.interfaces';
|
|
4
3
|
/**
|
|
5
4
|
* Controller for tracking value - TuiTreeItemComponent pairs
|
|
6
5
|
*/
|
|
@@ -25,10 +24,6 @@ export declare const TUI_TREE_START: InjectionToken<unknown>;
|
|
|
25
24
|
* A service to load tree progressively
|
|
26
25
|
*/
|
|
27
26
|
export declare const TUI_TREE_LOADER: InjectionToken<TuiTreeLoader<unknown>>;
|
|
28
|
-
/**
|
|
29
|
-
* Content for a tree item
|
|
30
|
-
*/
|
|
31
|
-
export declare const TUI_TREE_CONTENT: InjectionToken<PolymorpheusContent<TuiTreeItemContext>>;
|
|
32
27
|
/**
|
|
33
28
|
* Nesting level of current TreeView node
|
|
34
29
|
*/
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
3
|
+
export declare class TuiAppearanceProxy {
|
|
4
|
+
private readonly a;
|
|
5
|
+
protected readonly f: import("@angular/core").Signal<boolean | null>;
|
|
6
|
+
protected readonly m: import("@angular/core").Signal<string | readonly string[] | null>;
|
|
7
|
+
protected readonly s: import("@angular/core").Signal<import("@taiga-ui/core/types").TuiInteractiveState | null>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAppearanceProxy, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiAppearanceProxy, never, never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAppearance; inputs: {}; outputs: {}; }]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './appearance-proxy.directive';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/components/button";
|
|
2
3
|
export declare class TuiButtonClose {
|
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiButtonClose, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiButtonClose, "[
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiButtonClose, "[tuiButtonClose]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiButton; inputs: { "size": "size"; }; outputs: {}; }]>;
|
|
5
6
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/portals/dropdown";
|
|
5
5
|
import * as i2 from "@taiga-ui/cdk/directives/native-validator";
|
|
6
|
-
|
|
7
|
-
export declare class TuiButtonSelect<T> extends TuiControl<T> implements TuiDataListHost<T> {
|
|
6
|
+
export declare class TuiButtonSelect<T> extends TuiControl<T | T[]> implements TuiDataListHost<T> {
|
|
8
7
|
private readonly open;
|
|
8
|
+
private readonly handlers;
|
|
9
9
|
readonly size = "s";
|
|
10
10
|
handleOption(option: T): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiButtonSelect<any>, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiButtonSelect<any>, "button[tuiButtonSelect]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiWithDropdownOpen; inputs: {}; outputs: {}; }
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiButtonSelect<any>, "button[tuiButtonSelect]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiDropdownDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiNativeValidator; inputs: {}; outputs: {}; }, { directive: typeof i1.TuiWithDropdownOpen; inputs: {}; outputs: {}; }]>;
|
|
13
13
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { type AfterViewInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiDataListDropdownManager implements AfterViewInit {
|
|
4
|
+
private readonly destroyRef;
|
|
4
5
|
private readonly dropdowns;
|
|
5
6
|
private readonly els;
|
|
6
|
-
private readonly
|
|
7
|
+
private readonly elements$;
|
|
8
|
+
private readonly right$;
|
|
9
|
+
private readonly immediate$;
|
|
10
|
+
private readonly debounce$;
|
|
7
11
|
ngAfterViewInit(): void;
|
|
8
|
-
private get elements$();
|
|
9
|
-
private get right$();
|
|
10
|
-
private get immediate$();
|
|
11
|
-
private get debounce$();
|
|
12
12
|
private notInDropdown;
|
|
13
13
|
private tryToFocus;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDataListDropdownManager, never>;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { type TuiOrientation } from '@taiga-ui/core/types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@taiga-ui/cdk/directives/transitioned";
|
|
4
3
|
export declare class TuiFade {
|
|
5
4
|
protected readonly nothing: undefined;
|
|
6
|
-
lineHeight: string | null
|
|
7
|
-
size: string
|
|
8
|
-
offset: string
|
|
9
|
-
orientation:
|
|
5
|
+
readonly lineHeight: import("@angular/core").InputSignal<string | null>;
|
|
6
|
+
readonly size: import("@angular/core").InputSignal<string>;
|
|
7
|
+
readonly offset: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly orientation: import("@angular/core").InputSignal<"" | TuiOrientation>;
|
|
10
9
|
constructor();
|
|
11
10
|
private isEnd;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFade, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFade, "[tuiFade]", never, { "lineHeight": { "alias": "tuiFadeHeight"; "required": false; }; "size": { "alias": "tuiFadeSize"; "required": false; }; "offset": { "alias": "tuiFadeOffset"; "required": false; }; "orientation": { "alias": "tuiFade"; "required": false; }; }, {}, never, never, true,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFade, "[tuiFade]", never, { "lineHeight": { "alias": "tuiFadeHeight"; "required": false; "isSignal": true; }; "size": { "alias": "tuiFadeSize"; "required": false; "isSignal": true; }; "offset": { "alias": "tuiFadeOffset"; "required": false; "isSignal": true; }; "orientation": { "alias": "tuiFade"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
13
|
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { type OnChanges } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiFluidTypography
|
|
4
|
-
private readonly changes$;
|
|
2
|
+
export declare class TuiFluidTypography {
|
|
5
3
|
private readonly el;
|
|
6
4
|
private readonly options;
|
|
5
|
+
readonly tuiFluidTypography: import("@angular/core").InputSignal<"" | readonly [min: number, max: number]>;
|
|
7
6
|
protected readonly sub: import("rxjs").Subscription;
|
|
8
|
-
tuiFluidTypography: readonly [min: number, max: number] | '';
|
|
9
|
-
ngOnChanges(): void;
|
|
10
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFluidTypography, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFluidTypography, "[tuiFluidTypography]", never, { "tuiFluidTypography": { "alias": "tuiFluidTypography"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFluidTypography, "[tuiFluidTypography]", never, { "tuiFluidTypography": { "alias": "tuiFluidTypography"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
9
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
export interface TuiFluidTypographyOptions {
|
|
3
2
|
readonly min: number;
|
|
4
3
|
readonly max: number;
|
|
5
4
|
}
|
|
6
5
|
export declare const TUI_FLUID_TYPOGRAPHY_DEFAULT_OPTIONS: TuiFluidTypographyOptions;
|
|
7
|
-
export declare const TUI_FLUID_TYPOGRAPHY_OPTIONS: InjectionToken<TuiFluidTypographyOptions
|
|
8
|
-
export declare function tuiFluidTypographyOptionsProvider(options: Partial<TuiFluidTypographyOptions>): Provider;
|
|
6
|
+
export declare const TUI_FLUID_TYPOGRAPHY_OPTIONS: import("@angular/core").InjectionToken<TuiFluidTypographyOptions>, tuiFluidTypographyOptionsProvider: (item: Partial<TuiFluidTypographyOptions> | (() => Partial<TuiFluidTypographyOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -9,12 +9,12 @@ export declare const TUI_HIGHLIGHT_OPTIONS: import("@angular/core").InjectionTok
|
|
|
9
9
|
}>)) => import("@angular/core").FactoryProvider;
|
|
10
10
|
export declare class TuiHighlight implements OnChanges {
|
|
11
11
|
private readonly el;
|
|
12
|
-
private readonly
|
|
12
|
+
private readonly options;
|
|
13
13
|
private readonly doc;
|
|
14
14
|
private readonly highlight;
|
|
15
15
|
private readonly treeWalker;
|
|
16
|
-
tuiHighlight: string
|
|
17
|
-
tuiHighlightColor: string
|
|
16
|
+
readonly tuiHighlight: import("@angular/core").InputSignal<string>;
|
|
17
|
+
readonly tuiHighlightColor: import("@angular/core").InputSignal<string>;
|
|
18
18
|
constructor();
|
|
19
19
|
ngOnChanges(): void;
|
|
20
20
|
protected get match(): boolean;
|
|
@@ -22,5 +22,5 @@ export declare class TuiHighlight implements OnChanges {
|
|
|
22
22
|
private indexOf;
|
|
23
23
|
private setUpHighlight;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHighlight, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHighlight, "[tuiHighlight]", never, { "tuiHighlight": { "alias": "tuiHighlight"; "required": false; }; "tuiHighlightColor": { "alias": "tuiHighlightColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHighlight, "[tuiHighlight]", never, { "tuiHighlight": { "alias": "tuiHighlight"; "required": false; "isSignal": true; }; "tuiHighlightColor": { "alias": "tuiHighlightColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
package/directives/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from '@taiga-ui/kit/directives/appearance-proxy';
|
|
1
2
|
export * from '@taiga-ui/kit/directives/button-close';
|
|
2
3
|
export * from '@taiga-ui/kit/directives/button-group';
|
|
3
4
|
export * from '@taiga-ui/kit/directives/button-select';
|
|
@@ -7,7 +8,6 @@ export * from '@taiga-ui/kit/directives/data-list-dropdown-manager';
|
|
|
7
8
|
export * from '@taiga-ui/kit/directives/fade';
|
|
8
9
|
export * from '@taiga-ui/kit/directives/fluid-typography';
|
|
9
10
|
export * from '@taiga-ui/kit/directives/highlight';
|
|
10
|
-
export * from '@taiga-ui/kit/directives/lazy-loading';
|
|
11
11
|
export * from '@taiga-ui/kit/directives/password';
|
|
12
12
|
export * from '@taiga-ui/kit/directives/present';
|
|
13
13
|
export * from '@taiga-ui/kit/directives/sensitive';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
4
|
-
import * as i2 from "@taiga-ui/core/
|
|
4
|
+
import * as i2 from "@taiga-ui/core/portals/hint";
|
|
5
5
|
export declare class TuiPassword {
|
|
6
6
|
private readonly options;
|
|
7
7
|
private readonly texts;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { type OnDestroy } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiPresent implements OnDestroy {
|
|
4
|
-
|
|
5
|
-
readonly tuiPresentChange: import("rxjs").Observable<boolean>;
|
|
4
|
+
readonly tuiPresent: import("@angular/core").OutputEmitterRef<boolean>;
|
|
6
5
|
ngOnDestroy(): void;
|
|
7
|
-
protected onAnimation(visibility: boolean): void;
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPresent, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPresent, "[
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPresent, "[tuiPresent]", never, {}, { "tuiPresent": "tuiPresent"; }, never, never, true, never>;
|
|
10
8
|
}
|
|
@@ -2,7 +2,7 @@ import { type DoCheck, type Signal } from '@angular/core';
|
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
5
|
-
import * as i2 from "@taiga-ui/core/
|
|
5
|
+
import * as i2 from "@taiga-ui/core/portals/hint";
|
|
6
6
|
export declare class TuiTooltip implements DoCheck {
|
|
7
7
|
private readonly textfield;
|
|
8
8
|
private readonly isMobile;
|
|
@@ -5,8 +5,8 @@ export declare class TuiUnfinishedValidator implements Validator {
|
|
|
5
5
|
private readonly error;
|
|
6
6
|
private readonly fallback;
|
|
7
7
|
private readonly message;
|
|
8
|
-
tuiUnfinishedValidator: string
|
|
8
|
+
readonly tuiUnfinishedValidator: import("@angular/core").InputSignal<string>;
|
|
9
9
|
readonly validate: import("@angular/forms").ValidatorFn;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiUnfinishedValidator, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiUnfinishedValidator, "input[tuiUnfinishedValidator]", never, { "tuiUnfinishedValidator": { "alias": "tuiUnfinishedValidator"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiUnfinishedValidator, "input[tuiUnfinishedValidator]", never, { "tuiUnfinishedValidator": { "alias": "tuiUnfinishedValidator"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|
|
@@ -3,10 +3,10 @@ import { TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
|
3
3
|
import { type TuiMapper } from '@taiga-ui/cdk/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiUnmaskHandler extends TuiValueTransformer<string> {
|
|
6
|
-
tuiUnmaskHandler: TuiMapper<[string], string
|
|
7
|
-
maskito: MaskitoOptions | null
|
|
6
|
+
readonly tuiUnmaskHandler: import("@angular/core").InputSignal<TuiMapper<[string], string>>;
|
|
7
|
+
readonly maskito: import("@angular/core").InputSignal<MaskitoOptions | null>;
|
|
8
8
|
fromControlValue(controlValue: unknown): string;
|
|
9
9
|
toControlValue(value: string): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiUnmaskHandler, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiUnmaskHandler, "[maskito][tuiUnmaskHandler]", never, { "tuiUnmaskHandler": { "alias": "tuiUnmaskHandler"; "required": false; }; "maskito": { "alias": "maskito"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiUnmaskHandler, "[maskito][tuiUnmaskHandler]", never, { "tuiUnmaskHandler": { "alias": "tuiUnmaskHandler"; "required": false; "isSignal": true; }; "maskito": { "alias": "maskito"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
12
|
}
|