@taiga-ui/kit 4.52.0-canary.24b31eb → 4.52.0-canary.2d877cf
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/action-bar/action-bar.component.d.ts +5 -7
- package/components/action-bar/index.d.ts +0 -2
- package/components/badge/badge.options.d.ts +1 -3
- package/components/badge-notification/badge-notification.options.d.ts +1 -3
- package/components/block/block.options.d.ts +1 -3
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
- package/components/calendar-month/calendar-month.component.d.ts +1 -1
- package/components/calendar-range/calendar-range.component.d.ts +1 -2
- 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 +5 -5
- package/components/combo-box/index.d.ts +1 -0
- 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 +2 -2
- 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/files/file/file.options.d.ts +1 -1
- package/components/files/files/files.component.d.ts +2 -2
- package/components/files/input-files/input-files.options.d.ts +1 -3
- 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-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/input-range.component.d.ts +4 -7
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +1 -2
- 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/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-color-segments.directive.d.ts +4 -4
- package/components/progress/progress.options.d.ts +1 -3
- 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 +5 -3
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -24
- 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 +12 -21
- 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 +9 -7
- package/components/toast/toast.service.d.ts +10 -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 +4 -4
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
- package/directives/fade/fade.directive.d.ts +1 -2
- package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
- package/directives/index.d.ts +0 -1
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +7 -8
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +22 -38
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +20 -20
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +7 -12
- 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 +6 -7
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +10 -14
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +12 -18
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +6 -6
- 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 +7 -8
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +17 -23
- 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 +42 -32
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +5 -5
- 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 +19 -25
- 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 +5 -5
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +41 -48
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +69 -74
- 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 +31 -36
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +34 -31
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +50 -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 +30 -27
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +36 -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 +51 -43
- 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 +9 -16
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +24 -25
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +64 -70
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +29 -21
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +14 -16
- 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 +6 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +34 -46
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +36 -25
- 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 +72 -52
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +64 -56
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +4 -4
- 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 +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 +41 -85
- 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 +82 -62
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +73 -81
- 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 +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 +28 -36
- 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 +51 -53
- 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 -4
- 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 +6 -6
- 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 +9 -8
- 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 +12 -11
- 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 +3 -4
- 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 +3 -4
- 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 +5 -6
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +4 -5
- 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 +2 -98
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +2 -14
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +50 -58
- 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/badge.less +1 -0
- package/styles/components/chip.less +12 -1
- package/tokens/i18n.d.ts +25 -26
- package/tokens/index.d.ts +0 -6
- package/utils/index.d.ts +0 -2
- 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/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/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/is-flat.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/
|
|
1
|
+
{"version":3,"file":"taiga-ui-kit-utils.mjs","sources":["../../../projects/kit/utils/create-time-periods.ts","../../../projects/kit/utils/inject-value.ts","../../../projects/kit/utils/is-flat.ts","../../../projects/kit/utils/maskito.binding.ts","../../../projects/kit/utils/taiga-ui-kit-utils.ts"],"sourcesContent":["import {HOURS_IN_DAY, TuiTime} from '@taiga-ui/cdk/date-time';\n\nexport function tuiCreateTimePeriods(\n minHour = 0,\n maxHour: number = HOURS_IN_DAY,\n minutes: readonly number[] = [0, 30],\n): readonly TuiTime[] {\n const timeArray: TuiTime[] = [];\n\n for (let i = minHour; i < maxHour; i++) {\n minutes.forEach((minute) => {\n const time = new TuiTime(i, minute);\n\n timeArray.push(time);\n });\n }\n\n return timeArray;\n}\n","import {inject, type Signal} from '@angular/core';\nimport {toSignal} from '@angular/core/rxjs-interop';\nimport {NgControl} from '@angular/forms';\nimport {tuiControlValue} from '@taiga-ui/cdk/observables';\nimport {TuiTextfieldComponent} from '@taiga-ui/core/components/textfield';\n\nexport function tuiInjectValue<T>(): Signal<T> {\n const control =\n inject(TuiTextfieldComponent, {optional: true})?.control() ||\n inject(NgControl, {optional: true});\n\n return toSignal(tuiControlValue(control), {requireSync: true});\n}\n","export function tuiIsFlat<T>(\n items: ReadonlyArray<readonly T[]> | readonly T[],\n): items is readonly T[] {\n return !Array.isArray(items[0]);\n}\n","import {type Signal, type WritableSignal} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {type MaskitoOptions} from '@maskito/core';\nimport {tuiDirectiveBinding} from '@taiga-ui/cdk/utils';\n\ntype M = MaskitoOptions | null;\n\nexport function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;\nexport function tuiMaskito(options: Signal<M>): Signal<M>;\nexport function tuiMaskito(options: M | Signal<M>): Signal<M> {\n return tuiDirectiveBinding(MaskitoDirective, 'options', options);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;AAEgB,SAAA,oBAAoB,CAChC,OAAO,GAAG,CAAC,EACX,OAAkB,GAAA,YAAY,EAC9B,OAA6B,GAAA,CAAC,CAAC,EAAE,EAAE,CAAC,EAAA;IAEpC,MAAM,SAAS,GAAc,EAAE;AAE/B,IAAA,KAAK,IAAI,CAAC,GAAG,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;AACpC,QAAA,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,KAAI;YACvB,MAAM,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC;AAEnC,YAAA,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC;AACxB,SAAC,CAAC;;AAGN,IAAA,OAAO,SAAS;AACpB;;SCZgB,cAAc,GAAA;AAC1B,IAAA,MAAM,OAAO,GACT,MAAM,CAAC,qBAAqB,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,EAAE,OAAO,EAAE;QAC1D,MAAM,CAAC,SAAS,EAAE,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;AAEvC,IAAA,OAAO,QAAQ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,EAAC,WAAW,EAAE,IAAI,EAAC,CAAC;AAClE;;ACZM,SAAU,SAAS,CACrB,KAAiD,EAAA;IAEjD,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AACnC;;ACKM,SAAU,UAAU,CAAC,OAAsB,EAAA;IAC7C,OAAO,mBAAmB,CAAC,gBAAgB,EAAE,SAAS,EAAE,OAAO,CAAC;AACpE;;ACXA;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.2d877cf",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
"directive"
|
|
11
11
|
],
|
|
12
12
|
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
13
|
-
"repository":
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/taiga-family/taiga-ui"
|
|
16
|
+
},
|
|
14
17
|
"license": "Apache-2.0",
|
|
15
18
|
"exports": {
|
|
16
19
|
"./styles/*": "./styles/*",
|
|
@@ -25,14 +28,14 @@
|
|
|
25
28
|
"types": "./components/index.d.ts",
|
|
26
29
|
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
27
30
|
},
|
|
28
|
-
"./directives": {
|
|
29
|
-
"types": "./directives/index.d.ts",
|
|
30
|
-
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
31
|
-
},
|
|
32
31
|
"./pipes": {
|
|
33
32
|
"types": "./pipes/index.d.ts",
|
|
34
33
|
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
35
34
|
},
|
|
35
|
+
"./directives": {
|
|
36
|
+
"types": "./directives/index.d.ts",
|
|
37
|
+
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
38
|
+
},
|
|
36
39
|
"./tokens": {
|
|
37
40
|
"types": "./tokens/index.d.ts",
|
|
38
41
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
@@ -125,10 +128,6 @@
|
|
|
125
128
|
"types": "./components/drawer/index.d.ts",
|
|
126
129
|
"default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
|
|
127
130
|
},
|
|
128
|
-
"./components/elastic-container": {
|
|
129
|
-
"types": "./components/elastic-container/index.d.ts",
|
|
130
|
-
"default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
|
|
131
|
-
},
|
|
132
131
|
"./components/files": {
|
|
133
132
|
"types": "./components/files/index.d.ts",
|
|
134
133
|
"default": "./fesm2022/taiga-ui-kit-components-files.mjs"
|
|
@@ -137,10 +136,6 @@
|
|
|
137
136
|
"types": "./components/filter/index.d.ts",
|
|
138
137
|
"default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
|
|
139
138
|
},
|
|
140
|
-
"./components/floating-container": {
|
|
141
|
-
"types": "./components/floating-container/index.d.ts",
|
|
142
|
-
"default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
|
|
143
|
-
},
|
|
144
139
|
"./components/fullscreen": {
|
|
145
140
|
"types": "./components/fullscreen/index.d.ts",
|
|
146
141
|
"default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
|
|
@@ -245,10 +240,6 @@
|
|
|
245
240
|
"types": "./components/pagination/index.d.ts",
|
|
246
241
|
"default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
|
|
247
242
|
},
|
|
248
|
-
"./components/pdf-viewer": {
|
|
249
|
-
"types": "./components/pdf-viewer/index.d.ts",
|
|
250
|
-
"default": "./fesm2022/taiga-ui-kit-components-pdf-viewer.mjs"
|
|
251
|
-
},
|
|
252
243
|
"./components/pin": {
|
|
253
244
|
"types": "./components/pin/index.d.ts",
|
|
254
245
|
"default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
|
|
@@ -301,10 +292,6 @@
|
|
|
301
292
|
"types": "./components/slider/index.d.ts",
|
|
302
293
|
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
303
294
|
},
|
|
304
|
-
"./components/slides": {
|
|
305
|
-
"types": "./components/slides/index.d.ts",
|
|
306
|
-
"default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
|
|
307
|
-
},
|
|
308
295
|
"./components/status": {
|
|
309
296
|
"types": "./components/status/index.d.ts",
|
|
310
297
|
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
@@ -337,6 +324,42 @@
|
|
|
337
324
|
"types": "./components/tree/index.d.ts",
|
|
338
325
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
339
326
|
},
|
|
327
|
+
"./pipes/auto-color": {
|
|
328
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
330
|
+
},
|
|
331
|
+
"./pipes/emails": {
|
|
332
|
+
"types": "./pipes/emails/index.d.ts",
|
|
333
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
334
|
+
},
|
|
335
|
+
"./pipes/filter-by-input": {
|
|
336
|
+
"types": "./pipes/filter-by-input/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
338
|
+
},
|
|
339
|
+
"./pipes/flag": {
|
|
340
|
+
"types": "./pipes/flag/index.d.ts",
|
|
341
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
342
|
+
},
|
|
343
|
+
"./pipes/initials": {
|
|
344
|
+
"types": "./pipes/initials/index.d.ts",
|
|
345
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
346
|
+
},
|
|
347
|
+
"./pipes/hide-selected": {
|
|
348
|
+
"types": "./pipes/hide-selected/index.d.ts",
|
|
349
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
350
|
+
},
|
|
351
|
+
"./pipes/sort-countries": {
|
|
352
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
353
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
354
|
+
},
|
|
355
|
+
"./pipes/stringify": {
|
|
356
|
+
"types": "./pipes/stringify/index.d.ts",
|
|
357
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
358
|
+
},
|
|
359
|
+
"./pipes/stringify-content": {
|
|
360
|
+
"types": "./pipes/stringify-content/index.d.ts",
|
|
361
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
362
|
+
},
|
|
340
363
|
"./directives/button-close": {
|
|
341
364
|
"types": "./directives/button-close/index.d.ts",
|
|
342
365
|
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
@@ -373,10 +396,6 @@
|
|
|
373
396
|
"types": "./directives/highlight/index.d.ts",
|
|
374
397
|
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
375
398
|
},
|
|
376
|
-
"./directives/lazy-loading": {
|
|
377
|
-
"types": "./directives/lazy-loading/index.d.ts",
|
|
378
|
-
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
379
|
-
},
|
|
380
399
|
"./directives/password": {
|
|
381
400
|
"types": "./directives/password/index.d.ts",
|
|
382
401
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
@@ -408,34 +427,6 @@
|
|
|
408
427
|
"./directives/unmask-handler": {
|
|
409
428
|
"types": "./directives/unmask-handler/index.d.ts",
|
|
410
429
|
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
411
|
-
},
|
|
412
|
-
"./pipes/emails": {
|
|
413
|
-
"types": "./pipes/emails/index.d.ts",
|
|
414
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
415
|
-
},
|
|
416
|
-
"./pipes/filter-by-input": {
|
|
417
|
-
"types": "./pipes/filter-by-input/index.d.ts",
|
|
418
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
419
|
-
},
|
|
420
|
-
"./pipes/hide-selected": {
|
|
421
|
-
"types": "./pipes/hide-selected/index.d.ts",
|
|
422
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
423
|
-
},
|
|
424
|
-
"./pipes/sort-countries": {
|
|
425
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
426
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
427
|
-
},
|
|
428
|
-
"./pipes/stringify": {
|
|
429
|
-
"types": "./pipes/stringify/index.d.ts",
|
|
430
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
431
|
-
},
|
|
432
|
-
"./pipes/stringify-content": {
|
|
433
|
-
"types": "./pipes/stringify-content/index.d.ts",
|
|
434
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
435
|
-
},
|
|
436
|
-
"./components/preview/dialog": {
|
|
437
|
-
"types": "./components/preview/dialog/index.d.ts",
|
|
438
|
-
"default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
|
|
439
430
|
}
|
|
440
431
|
},
|
|
441
432
|
"peerDependencies": {
|
|
@@ -443,16 +434,17 @@
|
|
|
443
434
|
"@angular/core": ">=19.0.0",
|
|
444
435
|
"@angular/forms": ">=19.0.0",
|
|
445
436
|
"@angular/router": ">=19.0.0",
|
|
446
|
-
"@maskito/angular": "^
|
|
447
|
-
"@maskito/core": "^
|
|
448
|
-
"@maskito/kit": "^
|
|
449
|
-
"@maskito/phone": "^
|
|
437
|
+
"@maskito/angular": "^4.0.1",
|
|
438
|
+
"@maskito/core": "^4.0.1",
|
|
439
|
+
"@maskito/kit": "^4.0.1",
|
|
440
|
+
"@maskito/phone": "^4.0.1",
|
|
450
441
|
"@ng-web-apis/common": "^4.12.2",
|
|
451
442
|
"@ng-web-apis/intersection-observer": "^4.12.2",
|
|
452
443
|
"@ng-web-apis/mutation-observer": "^4.12.2",
|
|
453
444
|
"@ng-web-apis/resize-observer": "^4.12.2",
|
|
454
445
|
"@taiga-ui/cdk": "^4.52.0",
|
|
455
446
|
"@taiga-ui/core": "^4.52.0",
|
|
447
|
+
"@taiga-ui/design-tokens": "~0.273.0",
|
|
456
448
|
"@taiga-ui/i18n": "^4.52.0",
|
|
457
449
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
458
450
|
"rxjs": ">=7.0.0"
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiAutoColorPipe implements PipeTransform {
|
|
4
|
+
transform(text: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAutoColorPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiAutoColorPipe, "tuiAutoColor", true>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Converts a string to an HSL color
|
|
10
|
+
* @param value string to convert
|
|
11
|
+
* @return HSL color string
|
|
12
|
+
*/
|
|
13
|
+
export declare function tuiAutoColor(value: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './auto-color.pipe';
|
|
@@ -3,8 +3,8 @@ import { type TuiStringMatcher } from '@taiga-ui/cdk/types';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiFilterByInputPipe implements PipeTransform {
|
|
5
5
|
private readonly textfield;
|
|
6
|
-
private readonly
|
|
7
|
-
private readonly
|
|
6
|
+
private readonly handlers;
|
|
7
|
+
private readonly multi;
|
|
8
8
|
transform<T>(items: ReadonlyArray<readonly T[]>, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]>;
|
|
9
9
|
transform<T>(items: readonly T[], matcher?: TuiStringMatcher<T>): readonly T[];
|
|
10
10
|
transform<T>(items: ReadonlyArray<readonly T[]> | null, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]> | null;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
|
2
|
+
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
type IsoCode = TuiLooseUnion<TuiCountryIsoCode>;
|
|
6
|
+
export declare class TuiFlagPipe implements PipeTransform {
|
|
7
|
+
private readonly staticPath;
|
|
8
|
+
transform(countryIsoCode: IsoCode): string;
|
|
9
|
+
transform(countryIsoCode: IsoCode | undefined): string | null;
|
|
10
|
+
transform(countryIsoCode?: IsoCode | null): string | null;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFlagPipe, never>;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiFlagPipe, "tuiFlag", true>;
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './flag.pipe';
|
package/pipes/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
export * from '@taiga-ui/kit/pipes/auto-color';
|
|
1
2
|
export * from '@taiga-ui/kit/pipes/emails';
|
|
2
3
|
export * from '@taiga-ui/kit/pipes/filter-by-input';
|
|
4
|
+
export * from '@taiga-ui/kit/pipes/flag';
|
|
3
5
|
export * from '@taiga-ui/kit/pipes/hide-selected';
|
|
6
|
+
export * from '@taiga-ui/kit/pipes/initials';
|
|
4
7
|
export * from '@taiga-ui/kit/pipes/sort-countries';
|
|
5
8
|
export * from '@taiga-ui/kit/pipes/stringify';
|
|
6
9
|
export * from '@taiga-ui/kit/pipes/stringify-content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './initials.pipe';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiInitialsPipe implements PipeTransform {
|
|
4
|
+
transform(text: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInitialsPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiInitialsPipe, "tuiInitials", true>;
|
|
7
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type PipeTransform } from '@angular/core';
|
|
2
2
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
3
|
-
import { type Observable } from 'rxjs';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiSortCountriesPipe implements PipeTransform {
|
|
6
|
-
private readonly
|
|
7
|
-
|
|
5
|
+
private readonly names;
|
|
6
|
+
private readonly countries;
|
|
7
|
+
private readonly result;
|
|
8
|
+
transform(countries: readonly TuiCountryIsoCode[]): TuiCountryIsoCode[];
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSortCountriesPipe, never>;
|
|
9
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<TuiSortCountriesPipe, "tuiSortCountries", true>;
|
|
10
11
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { type PipeTransform } from '@angular/core';
|
|
2
|
-
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
|
-
import { type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
2
|
+
import { type TuiContext, type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiStringifyContentPipe implements PipeTransform {
|
|
6
|
-
transform<T>(stringify: TuiStringHandler<T>): TuiStringHandler<
|
|
5
|
+
transform<T>(stringify: TuiStringHandler<T>): TuiStringHandler<TuiContext<T>>;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiStringifyContentPipe, never>;
|
|
8
7
|
static ɵpipe: i0.ɵɵPipeDeclaration<TuiStringifyContentPipe, "tuiStringifyContent", true>;
|
|
9
8
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* data-size — size (default: 's') ('xxs' | 'xs' | 's' | 'm')
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
|
-
* <tui-chip>Sale</tui-
|
|
14
|
+
* <tui-chip>Sale</tui-chip>
|
|
15
15
|
*
|
|
16
16
|
* @see-also
|
|
17
17
|
* Icons, Appearance, Badge, Block
|
|
@@ -32,6 +32,7 @@ tui-chip,
|
|
|
32
32
|
block-size: var(--t-size);
|
|
33
33
|
inline-size: fit-content;
|
|
34
34
|
isolation: isolate;
|
|
35
|
+
max-inline-size: stretch;
|
|
35
36
|
|
|
36
37
|
.interactive({
|
|
37
38
|
cursor: pointer;
|
|
@@ -47,6 +48,11 @@ tui-chip,
|
|
|
47
48
|
margin: -0.375rem;
|
|
48
49
|
}
|
|
49
50
|
|
|
51
|
+
> tui-badge,
|
|
52
|
+
> [tuiBadge] {
|
|
53
|
+
margin-inline-end: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
50
56
|
&[data-size='xxs'] {
|
|
51
57
|
// StackBlitz changes "0rem" to "0" breaking calc
|
|
52
58
|
--t-gap: ~'0rem';
|
|
@@ -85,6 +91,11 @@ tui-chip,
|
|
|
85
91
|
& > [tuiIconButton] {
|
|
86
92
|
margin: -0.75rem;
|
|
87
93
|
}
|
|
94
|
+
|
|
95
|
+
& > tui-badge,
|
|
96
|
+
& > [tuiBadge] {
|
|
97
|
+
margin-inline-start: -0.375rem;
|
|
98
|
+
}
|
|
88
99
|
}
|
|
89
100
|
|
|
90
101
|
& > img,
|
package/tokens/i18n.d.ts
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { InjectionToken, type Signal } from '@angular/core';
|
|
2
2
|
import { type TuiDateMode } from '@taiga-ui/cdk/date-time';
|
|
3
3
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
4
|
-
|
|
5
|
-
export declare const TUI_CONFIRM_WORDS: InjectionToken<Observable<{
|
|
4
|
+
export declare const TUI_CONFIRM_WORDS: InjectionToken<Signal<{
|
|
6
5
|
no: string;
|
|
7
6
|
yes: string;
|
|
8
7
|
}>>;
|
|
9
|
-
export declare const TUI_CANCEL_WORD: InjectionToken<
|
|
10
|
-
export declare const TUI_DONE_WORD: InjectionToken<
|
|
11
|
-
export declare const TUI_MORE_WORD: InjectionToken<
|
|
12
|
-
export declare const TUI_HIDE_TEXT: InjectionToken<
|
|
13
|
-
export declare const TUI_SHOW_ALL_TEXT: InjectionToken<
|
|
14
|
-
export declare const TUI_OTHER_DATE_TEXT: InjectionToken<
|
|
15
|
-
export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: InjectionToken<
|
|
16
|
-
export declare const TUI_FROM_TO_TEXTS: InjectionToken<
|
|
17
|
-
export declare const TUI_PLUS_MINUS_TEXTS: InjectionToken<
|
|
18
|
-
export declare const TUI_TIME_TEXTS: InjectionToken<
|
|
8
|
+
export declare const TUI_CANCEL_WORD: InjectionToken<Signal<string>>;
|
|
9
|
+
export declare const TUI_DONE_WORD: InjectionToken<Signal<string>>;
|
|
10
|
+
export declare const TUI_MORE_WORD: InjectionToken<Signal<string>>;
|
|
11
|
+
export declare const TUI_HIDE_TEXT: InjectionToken<Signal<string>>;
|
|
12
|
+
export declare const TUI_SHOW_ALL_TEXT: InjectionToken<Signal<string>>;
|
|
13
|
+
export declare const TUI_OTHER_DATE_TEXT: InjectionToken<Signal<string>>;
|
|
14
|
+
export declare const TUI_CHOOSE_DAY_OR_RANGE_TEXTS: InjectionToken<Signal<readonly [choose_day: string, choose_range: string, choose_days: string]>>;
|
|
15
|
+
export declare const TUI_FROM_TO_TEXTS: InjectionToken<Signal<readonly [from: string, to: string]>>;
|
|
16
|
+
export declare const TUI_PLUS_MINUS_TEXTS: InjectionToken<Signal<readonly [plus: string, minus: string]>>;
|
|
17
|
+
export declare const TUI_TIME_TEXTS: InjectionToken<Signal<{
|
|
19
18
|
'MM:SS': string;
|
|
20
19
|
'HH:MM': string;
|
|
21
20
|
'HH:MM AA': string;
|
|
@@ -29,18 +28,18 @@ export declare const TUI_TIME_TEXTS: InjectionToken<Observable<{
|
|
|
29
28
|
'MM.SS.MSS': string;
|
|
30
29
|
'SS.MSS': string;
|
|
31
30
|
}>>;
|
|
32
|
-
export declare const TUI_DATE_TEXTS: InjectionToken<
|
|
33
|
-
export declare const TUI_DIGITAL_INFORMATION_UNITS: InjectionToken<
|
|
34
|
-
export declare const TUI_COPY_TEXTS: InjectionToken<
|
|
35
|
-
export declare const TUI_PASSWORD_TEXTS: InjectionToken<
|
|
36
|
-
export declare const TUI_CALENDAR_MONTHS: InjectionToken<
|
|
37
|
-
export declare const TUI_FILE_TEXTS: InjectionToken<
|
|
31
|
+
export declare const TUI_DATE_TEXTS: InjectionToken<Signal<Record<TuiDateMode, string>>>;
|
|
32
|
+
export declare const TUI_DIGITAL_INFORMATION_UNITS: InjectionToken<Signal<readonly [short_byte: string, short_kilobyte: string, short_megabyte: string]>>;
|
|
33
|
+
export declare const TUI_COPY_TEXTS: InjectionToken<Signal<readonly [copy: string, copied: string]>>;
|
|
34
|
+
export declare const TUI_PASSWORD_TEXTS: InjectionToken<Signal<readonly [show_password: string, hide_password: string]>>;
|
|
35
|
+
export declare const TUI_CALENDAR_MONTHS: InjectionToken<Signal<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>>;
|
|
36
|
+
export declare const TUI_FILE_TEXTS: InjectionToken<Signal<{
|
|
38
37
|
loadingError: string;
|
|
39
38
|
preview: string;
|
|
40
39
|
remove: string;
|
|
41
40
|
}>>;
|
|
42
|
-
export declare const TUI_PAGINATION_TEXTS: InjectionToken<
|
|
43
|
-
export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<
|
|
41
|
+
export declare const TUI_PAGINATION_TEXTS: InjectionToken<Signal<readonly [previous_page: string, next_page: string]>>;
|
|
42
|
+
export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Signal<{
|
|
44
43
|
defaultLabelMultiple: string;
|
|
45
44
|
defaultLabelSingle: string;
|
|
46
45
|
defaultLinkMultiple: string;
|
|
@@ -50,17 +49,17 @@ export declare const TUI_INPUT_FILE_TEXTS: InjectionToken<Observable<{
|
|
|
50
49
|
formatRejectionReason: string;
|
|
51
50
|
maxSizeRejectionReason: string;
|
|
52
51
|
}>>;
|
|
53
|
-
export declare const TUI_MULTI_SELECT_TEXTS: InjectionToken<
|
|
52
|
+
export declare const TUI_MULTI_SELECT_TEXTS: InjectionToken<Signal<{
|
|
54
53
|
all: string;
|
|
55
54
|
none: string;
|
|
56
55
|
}>>;
|
|
57
|
-
export declare const TUI_COUNTRIES: InjectionToken<
|
|
58
|
-
export declare const TUI_PREVIEW_TEXTS: InjectionToken<
|
|
56
|
+
export declare const TUI_COUNTRIES: InjectionToken<Signal<Record<TuiCountryIsoCode, string>>>;
|
|
57
|
+
export declare const TUI_PREVIEW_TEXTS: InjectionToken<Signal<{
|
|
59
58
|
rotate: string;
|
|
60
59
|
}>>;
|
|
61
|
-
export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<
|
|
60
|
+
export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Signal<{
|
|
62
61
|
zoomIn: string;
|
|
63
62
|
zoomOut: string;
|
|
64
63
|
reset: string;
|
|
65
64
|
}>>;
|
|
66
|
-
export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<
|
|
65
|
+
export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Signal<string>>;
|
package/tokens/index.d.ts
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
1
|
export * from './calendar-date-stream';
|
|
2
|
-
export * from './date-inputs-value-transformers';
|
|
3
2
|
export * from './i18n';
|
|
4
|
-
export * from './input-date-options';
|
|
5
|
-
export * from './items-handlers';
|
|
6
|
-
export * from './mobile-calendar';
|
|
7
|
-
export * from './month-formatter';
|
|
8
|
-
export * from './preview-icons';
|
package/utils/index.d.ts
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { TuiDropdownPortal } from '@taiga-ui/core/directives/dropdown';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TuiActionBarDirective extends TuiDropdownPortal {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiActionBarDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiActionBarDirective, "ng-template[tuiActionBar]", never, { "tuiDropdown": { "alias": "tuiActionBar"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiElasticContainer {
|
|
3
|
-
protected height: number;
|
|
4
|
-
protected transitions: number;
|
|
5
|
-
protected onAnimation(_name: string, count: number): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainer, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiElasticContainer, "tui-elastic-container", never, {}, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiElasticContainerDirective {
|
|
3
|
-
private readonly el;
|
|
4
|
-
readonly tuiElasticContainer: import("rxjs").Observable<number>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainerDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticContainerDirective, "[tuiElasticContainer]", never, {}, { "tuiElasticContainer": "tuiElasticContainer"; }, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiFloatingContainer {
|
|
3
|
-
protected readonly nothing: undefined;
|
|
4
|
-
readonly background: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './floating-container.directive';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
2
|
-
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
|
-
export declare class TuiPdfViewerComponent<I, O> {
|
|
6
|
-
protected readonly closeWord$: import("rxjs").Observable<string>;
|
|
7
|
-
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
8
|
-
protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
|
|
9
|
-
protected onKeyDownEsc(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
|
-
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiPdfViewerDirective<any>, "ng-template[tuiPdfViewer]", never, { "options": { "alias": "tuiPdfViewerOptions"; "required": false; }; "open": { "alias": "tuiPdfViewer"; "required": false; }; }, { "openChange": "tuiPdfViewerChange"; }, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
-
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
-
export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
|
|
4
|
-
/**
|
|
5
|
-
* Default parameters for PdfViewer component
|
|
6
|
-
*/
|
|
7
|
-
export declare const TUI_PDF_VIEWER_OPTIONS: InjectionToken<TuiPdfViewerOptions<undefined>>;
|
|
8
|
-
export declare function tuiPdfViewerOptionsProvider(options: Partial<TuiPdfViewerOptions>): Provider;
|
|
9
|
-
export interface TuiPdfViewerOptions<I = undefined> {
|
|
10
|
-
readonly actions: PolymorpheusContent<TuiPdfViewerOptions<I>>;
|
|
11
|
-
readonly data: I;
|
|
12
|
-
readonly label: string;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
-
import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
3
|
-
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
-
import { type Observable } from 'rxjs';
|
|
5
|
-
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
type Content<G> = PolymorpheusContent<TuiPdfViewerOptions<unknown> & TuiPopoverContext<G>>;
|
|
8
|
-
export declare class TuiPdfViewerService extends TuiPopoverService<TuiPdfViewerOptions<unknown>> {
|
|
9
|
-
open<G>(content: Content<G> | SafeResourceUrl, options?: Partial<TuiPdfViewerOptions<any>>): Observable<G>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TuiPdfViewerService>;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './slides.directive';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
3
|
-
export declare class TuiSlides {
|
|
4
|
-
protected readonly nothing: undefined;
|
|
5
|
-
protected readonly el: HTMLElement;
|
|
6
|
-
protected readonly sign: import("@angular/core").Signal<number>;
|
|
7
|
-
readonly direction: import("@angular/core").InputSignal<number | "">;
|
|
8
|
-
protected onAnimation(target: Element): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSlides, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSlides, "[tuiSlides]", never, { "direction": { "alias": "tuiSlides"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimatedParent; inputs: {}; outputs: {}; }]>;
|
|
11
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type DoCheck } from '@angular/core';
|
|
2
|
-
import { type AbstractControl, type ValidationErrors, type Validator } from '@angular/forms';
|
|
3
|
-
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TuiTextareaLimitComponent {
|
|
6
|
-
protected readonly limit: import("@angular/core").WritableSignal<number>;
|
|
7
|
-
protected readonly context: TuiContext<string>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaLimitComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaLimitComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export declare class TuiTextareaCounterComponent {
|
|
12
|
-
readonly limit: import("@angular/core").WritableSignal<number>;
|
|
13
|
-
readonly length: import("@angular/core").WritableSignal<number>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaCounterComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaCounterComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
export declare class TuiTextareaLimit implements Validator, DoCheck {
|
|
18
|
-
private readonly textfield;
|
|
19
|
-
private readonly ref;
|
|
20
|
-
readonly size: import("@angular/core").WritableSignal<"m" | "l" | "s">;
|
|
21
|
-
readonly limit: import("@angular/core").WritableSignal<number>;
|
|
22
|
-
set limitSetter(limit: number);
|
|
23
|
-
ngDoCheck(): void;
|
|
24
|
-
validate(control: AbstractControl): ValidationErrors | null;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaLimit, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaLimit, "[tuiTextarea][limit]", never, { "limitSetter": { "alias": "limit"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
-
}
|