@taiga-ui/kit 4.52.0-canary.a59c4d0 → 4.52.0-canary.abf3e8c
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/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/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 +9 -11
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +9 -13
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +3 -3
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +3 -3
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +5 -4
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +5 -4
- 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 +1 -1
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +1 -1
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +4 -1
- package/components/input-time/input-time.directive.d.ts +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/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 +24 -53
- 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/pagination/preview-pagination.component.d.ts +1 -1
- package/components/preview/preview.component.d.ts +1 -1
- package/components/preview/preview.d.ts +2 -1
- package/components/preview/zoom/preview-zoom.component.d.ts +2 -1
- 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 +2 -1
- package/components/push/push.component.d.ts +1 -1
- package/components/push/push.options.d.ts +5 -10
- package/components/push/push.service.d.ts +3 -2
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +5 -3
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -19
- package/components/rating/rating.component.d.ts +1 -1
- package/components/rating/rating.options.d.ts +1 -3
- package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
- package/components/segmented/segmented.component.d.ts +4 -6
- package/components/segmented/segmented.directive.d.ts +6 -7
- package/components/select/native-select/native-select.component.d.ts +7 -8
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/slider/slider.options.d.ts +1 -6
- package/components/slides/slides.directive.d.ts +1 -1
- 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 +3 -2
- 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 +3 -3
- 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 +16 -22
- 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-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 +3 -3
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +6 -7
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +40 -47
- 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-floating-container.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
- 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 +31 -50
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +23 -14
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +28 -22
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +42 -45
- 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 +24 -18
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +27 -21
- 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 -44
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +32 -23
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +16 -12
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +64 -70
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +26 -18
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -14
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +36 -78
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +6 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +34 -47
- 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 +65 -136
- 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 +59 -50
- 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 +30 -43
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +40 -75
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +82 -62
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +23 -33
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +45 -79
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +28 -36
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +53 -60
- 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-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-select.mjs +18 -10
- 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-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +6 -6
- 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 +31 -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 +5 -5
- 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 +6 -19
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +105 -98
- 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/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/styles/components/badge.less +1 -0
- package/styles/components/chip.less +11 -1
- package/tokens/i18n.d.ts +25 -26
- package/tokens/items-handlers.d.ts +1 -7
- package/tokens/preview-icons.d.ts +1 -3
- package/utils/index.d.ts +0 -1
- 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-preview-dialog.mjs +0 -64
- package/fesm2022/taiga-ui-kit-components-preview-dialog.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/utils/phone.d.ts +0 -3
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.abf3e8c",
|
|
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/*",
|
|
@@ -21,14 +24,14 @@
|
|
|
21
24
|
"types": "./index.d.ts",
|
|
22
25
|
"default": "./fesm2022/taiga-ui-kit.mjs"
|
|
23
26
|
},
|
|
24
|
-
"./components": {
|
|
25
|
-
"types": "./components/index.d.ts",
|
|
26
|
-
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
27
|
-
},
|
|
28
27
|
"./directives": {
|
|
29
28
|
"types": "./directives/index.d.ts",
|
|
30
29
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
31
30
|
},
|
|
31
|
+
"./components": {
|
|
32
|
+
"types": "./components/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
34
|
+
},
|
|
32
35
|
"./pipes": {
|
|
33
36
|
"types": "./pipes/index.d.ts",
|
|
34
37
|
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
@@ -37,10 +40,78 @@
|
|
|
37
40
|
"types": "./tokens/index.d.ts",
|
|
38
41
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
39
42
|
},
|
|
43
|
+
"./directives/button-close": {
|
|
44
|
+
"types": "./directives/button-close/index.d.ts",
|
|
45
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
46
|
+
},
|
|
40
47
|
"./utils": {
|
|
41
48
|
"types": "./utils/index.d.ts",
|
|
42
49
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
43
50
|
},
|
|
51
|
+
"./directives/button-group": {
|
|
52
|
+
"types": "./directives/button-group/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
54
|
+
},
|
|
55
|
+
"./directives/button-select": {
|
|
56
|
+
"types": "./directives/button-select/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
58
|
+
},
|
|
59
|
+
"./directives/chevron": {
|
|
60
|
+
"types": "./directives/chevron/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
62
|
+
},
|
|
63
|
+
"./directives/connected": {
|
|
64
|
+
"types": "./directives/connected/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
66
|
+
},
|
|
67
|
+
"./directives/data-list-dropdown-manager": {
|
|
68
|
+
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./directives/fade": {
|
|
72
|
+
"types": "./directives/fade/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
74
|
+
},
|
|
75
|
+
"./directives/fluid-typography": {
|
|
76
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
78
|
+
},
|
|
79
|
+
"./directives/password": {
|
|
80
|
+
"types": "./directives/password/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
82
|
+
},
|
|
83
|
+
"./directives/present": {
|
|
84
|
+
"types": "./directives/present/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
86
|
+
},
|
|
87
|
+
"./directives/highlight": {
|
|
88
|
+
"types": "./directives/highlight/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
90
|
+
},
|
|
91
|
+
"./directives/sensitive": {
|
|
92
|
+
"types": "./directives/sensitive/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
94
|
+
},
|
|
95
|
+
"./directives/shimmer": {
|
|
96
|
+
"types": "./directives/shimmer/index.d.ts",
|
|
97
|
+
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
98
|
+
},
|
|
99
|
+
"./directives/skeleton": {
|
|
100
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
102
|
+
},
|
|
103
|
+
"./directives/tooltip": {
|
|
104
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
105
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
106
|
+
},
|
|
107
|
+
"./directives/unfinished-validator": {
|
|
108
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
109
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
110
|
+
},
|
|
111
|
+
"./directives/unmask-handler": {
|
|
112
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
113
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
114
|
+
},
|
|
44
115
|
"./components/accordion": {
|
|
45
116
|
"types": "./components/accordion/index.d.ts",
|
|
46
117
|
"default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
|
|
@@ -65,6 +136,10 @@
|
|
|
65
136
|
"types": "./components/badged-content/index.d.ts",
|
|
66
137
|
"default": "./fesm2022/taiga-ui-kit-components-badged-content.mjs"
|
|
67
138
|
},
|
|
139
|
+
"./components/block": {
|
|
140
|
+
"types": "./components/block/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/taiga-ui-kit-components-block.mjs"
|
|
142
|
+
},
|
|
68
143
|
"./components/breadcrumbs": {
|
|
69
144
|
"types": "./components/breadcrumbs/index.d.ts",
|
|
70
145
|
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
@@ -77,18 +152,10 @@
|
|
|
77
152
|
"types": "./components/calendar-month/index.d.ts",
|
|
78
153
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
|
|
79
154
|
},
|
|
80
|
-
"./components/block": {
|
|
81
|
-
"types": "./components/block/index.d.ts",
|
|
82
|
-
"default": "./fesm2022/taiga-ui-kit-components-block.mjs"
|
|
83
|
-
},
|
|
84
155
|
"./components/calendar-range": {
|
|
85
156
|
"types": "./components/calendar-range/index.d.ts",
|
|
86
157
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
87
158
|
},
|
|
88
|
-
"./components/carousel": {
|
|
89
|
-
"types": "./components/carousel/index.d.ts",
|
|
90
|
-
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
91
|
-
},
|
|
92
159
|
"./components/checkbox": {
|
|
93
160
|
"types": "./components/checkbox/index.d.ts",
|
|
94
161
|
"default": "./fesm2022/taiga-ui-kit-components-checkbox.mjs"
|
|
@@ -101,6 +168,10 @@
|
|
|
101
168
|
"types": "./components/combo-box/index.d.ts",
|
|
102
169
|
"default": "./fesm2022/taiga-ui-kit-components-combo-box.mjs"
|
|
103
170
|
},
|
|
171
|
+
"./components/carousel": {
|
|
172
|
+
"types": "./components/carousel/index.d.ts",
|
|
173
|
+
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
174
|
+
},
|
|
104
175
|
"./components/comment": {
|
|
105
176
|
"types": "./components/comment/index.d.ts",
|
|
106
177
|
"default": "./fesm2022/taiga-ui-kit-components-comment.mjs"
|
|
@@ -249,14 +320,14 @@
|
|
|
249
320
|
"types": "./components/pin/index.d.ts",
|
|
250
321
|
"default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
|
|
251
322
|
},
|
|
252
|
-
"./components/preview": {
|
|
253
|
-
"types": "./components/preview/index.d.ts",
|
|
254
|
-
"default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
|
|
255
|
-
},
|
|
256
323
|
"./components/progress": {
|
|
257
324
|
"types": "./components/progress/index.d.ts",
|
|
258
325
|
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
259
326
|
},
|
|
327
|
+
"./components/preview": {
|
|
328
|
+
"types": "./components/preview/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
|
|
330
|
+
},
|
|
260
331
|
"./components/pulse": {
|
|
261
332
|
"types": "./components/pulse/index.d.ts",
|
|
262
333
|
"default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
|
|
@@ -333,77 +404,9 @@
|
|
|
333
404
|
"types": "./components/tree/index.d.ts",
|
|
334
405
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
335
406
|
},
|
|
336
|
-
"./
|
|
337
|
-
"types": "./
|
|
338
|
-
"default": "./fesm2022/taiga-ui-kit-
|
|
339
|
-
},
|
|
340
|
-
"./directives/button-group": {
|
|
341
|
-
"types": "./directives/button-group/index.d.ts",
|
|
342
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
343
|
-
},
|
|
344
|
-
"./directives/button-select": {
|
|
345
|
-
"types": "./directives/button-select/index.d.ts",
|
|
346
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
347
|
-
},
|
|
348
|
-
"./directives/chevron": {
|
|
349
|
-
"types": "./directives/chevron/index.d.ts",
|
|
350
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
351
|
-
},
|
|
352
|
-
"./directives/connected": {
|
|
353
|
-
"types": "./directives/connected/index.d.ts",
|
|
354
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
355
|
-
},
|
|
356
|
-
"./directives/data-list-dropdown-manager": {
|
|
357
|
-
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
358
|
-
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
359
|
-
},
|
|
360
|
-
"./directives/fade": {
|
|
361
|
-
"types": "./directives/fade/index.d.ts",
|
|
362
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
363
|
-
},
|
|
364
|
-
"./directives/fluid-typography": {
|
|
365
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
366
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
367
|
-
},
|
|
368
|
-
"./directives/highlight": {
|
|
369
|
-
"types": "./directives/highlight/index.d.ts",
|
|
370
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
371
|
-
},
|
|
372
|
-
"./directives/lazy-loading": {
|
|
373
|
-
"types": "./directives/lazy-loading/index.d.ts",
|
|
374
|
-
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
375
|
-
},
|
|
376
|
-
"./directives/password": {
|
|
377
|
-
"types": "./directives/password/index.d.ts",
|
|
378
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
379
|
-
},
|
|
380
|
-
"./directives/present": {
|
|
381
|
-
"types": "./directives/present/index.d.ts",
|
|
382
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
383
|
-
},
|
|
384
|
-
"./directives/sensitive": {
|
|
385
|
-
"types": "./directives/sensitive/index.d.ts",
|
|
386
|
-
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
387
|
-
},
|
|
388
|
-
"./directives/shimmer": {
|
|
389
|
-
"types": "./directives/shimmer/index.d.ts",
|
|
390
|
-
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
391
|
-
},
|
|
392
|
-
"./directives/skeleton": {
|
|
393
|
-
"types": "./directives/skeleton/index.d.ts",
|
|
394
|
-
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
395
|
-
},
|
|
396
|
-
"./directives/tooltip": {
|
|
397
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
398
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
399
|
-
},
|
|
400
|
-
"./directives/unfinished-validator": {
|
|
401
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
402
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
403
|
-
},
|
|
404
|
-
"./directives/unmask-handler": {
|
|
405
|
-
"types": "./directives/unmask-handler/index.d.ts",
|
|
406
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
407
|
+
"./pipes/auto-color": {
|
|
408
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
409
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
407
410
|
},
|
|
408
411
|
"./pipes/emails": {
|
|
409
412
|
"types": "./pipes/emails/index.d.ts",
|
|
@@ -413,10 +416,18 @@
|
|
|
413
416
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
414
417
|
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
415
418
|
},
|
|
419
|
+
"./pipes/flag": {
|
|
420
|
+
"types": "./pipes/flag/index.d.ts",
|
|
421
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
422
|
+
},
|
|
416
423
|
"./pipes/hide-selected": {
|
|
417
424
|
"types": "./pipes/hide-selected/index.d.ts",
|
|
418
425
|
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
419
426
|
},
|
|
427
|
+
"./pipes/initials": {
|
|
428
|
+
"types": "./pipes/initials/index.d.ts",
|
|
429
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
430
|
+
},
|
|
420
431
|
"./pipes/sort-countries": {
|
|
421
432
|
"types": "./pipes/sort-countries/index.d.ts",
|
|
422
433
|
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
@@ -428,10 +439,6 @@
|
|
|
428
439
|
"./pipes/stringify-content": {
|
|
429
440
|
"types": "./pipes/stringify-content/index.d.ts",
|
|
430
441
|
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
431
|
-
},
|
|
432
|
-
"./components/preview/dialog": {
|
|
433
|
-
"types": "./components/preview/dialog/index.d.ts",
|
|
434
|
-
"default": "./fesm2022/taiga-ui-kit-components-preview-dialog.mjs"
|
|
435
442
|
}
|
|
436
443
|
},
|
|
437
444
|
"peerDependencies": {
|
|
@@ -439,17 +446,17 @@
|
|
|
439
446
|
"@angular/core": ">=19.0.0",
|
|
440
447
|
"@angular/forms": ">=19.0.0",
|
|
441
448
|
"@angular/router": ">=19.0.0",
|
|
442
|
-
"@maskito/angular": "^
|
|
443
|
-
"@maskito/core": "^
|
|
444
|
-
"@maskito/kit": "^
|
|
445
|
-
"@maskito/phone": "^
|
|
449
|
+
"@maskito/angular": "^4.0.1",
|
|
450
|
+
"@maskito/core": "^4.0.1",
|
|
451
|
+
"@maskito/kit": "^4.0.1",
|
|
452
|
+
"@maskito/phone": "^4.0.1",
|
|
446
453
|
"@ng-web-apis/common": "^4.12.2",
|
|
447
454
|
"@ng-web-apis/intersection-observer": "^4.12.2",
|
|
448
455
|
"@ng-web-apis/mutation-observer": "^4.12.2",
|
|
449
456
|
"@ng-web-apis/resize-observer": "^4.12.2",
|
|
450
457
|
"@taiga-ui/cdk": "^4.52.0",
|
|
451
458
|
"@taiga-ui/core": "^4.52.0",
|
|
452
|
-
"@taiga-ui/design-tokens": "~0.
|
|
459
|
+
"@taiga-ui/design-tokens": "~0.272.0",
|
|
453
460
|
"@taiga-ui/i18n": "^4.52.0",
|
|
454
461
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
455
462
|
"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,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
|
|
@@ -48,6 +48,11 @@ tui-chip,
|
|
|
48
48
|
margin: -0.375rem;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
> tui-badge,
|
|
52
|
+
> [tuiBadge] {
|
|
53
|
+
margin-inline-end: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
51
56
|
&[data-size='xxs'] {
|
|
52
57
|
// StackBlitz changes "0rem" to "0" breaking calc
|
|
53
58
|
--t-gap: ~'0rem';
|
|
@@ -86,6 +91,11 @@ tui-chip,
|
|
|
86
91
|
& > [tuiIconButton] {
|
|
87
92
|
margin: -0.75rem;
|
|
88
93
|
}
|
|
94
|
+
|
|
95
|
+
& > tui-badge,
|
|
96
|
+
& > [tuiBadge] {
|
|
97
|
+
margin-inline-start: -0.375rem;
|
|
98
|
+
}
|
|
89
99
|
}
|
|
90
100
|
|
|
91
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>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiBooleanHandler, type TuiIdentityMatcher, type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
2
|
/**
|
|
4
3
|
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
@@ -18,9 +17,4 @@ export declare const TUI_DEFAULT_ITEMS_HANDLERS: TuiItemsHandlers<unknown>;
|
|
|
18
17
|
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
19
18
|
* TODO(v5): delete
|
|
20
19
|
*/
|
|
21
|
-
export declare const TUI_ITEMS_HANDLERS: InjectionToken<TuiItemsHandlers<unknown
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated use it only for LEGACY controls. For new controls use the same entity from `@taiga-ui/core`.
|
|
24
|
-
* TODO(v5): delete
|
|
25
|
-
*/
|
|
26
|
-
export declare function tuiItemsHandlersProvider<T>(options: Partial<TuiItemsHandlers<T>>): Provider;
|
|
20
|
+
export declare const TUI_ITEMS_HANDLERS: import("@angular/core").InjectionToken<TuiItemsHandlers<unknown>>, tuiItemsHandlersProvider: (item: Partial<TuiItemsHandlers<unknown>> | (() => Partial<TuiItemsHandlers<unknown>>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
export interface TuiPreviewIcons {
|
|
3
2
|
readonly next: string;
|
|
4
3
|
readonly prev: string;
|
|
@@ -8,5 +7,4 @@ export interface TuiPreviewIcons {
|
|
|
8
7
|
readonly zoomReset: string;
|
|
9
8
|
}
|
|
10
9
|
export declare const TUI_PREVIEW_ICONS_DEFAULT: TuiPreviewIcons;
|
|
11
|
-
export declare const TUI_PREVIEW_ICONS: InjectionToken<TuiPreviewIcons
|
|
12
|
-
export declare function tuiPreviewIconsProvider(icons: Partial<TuiPreviewIcons>): Provider;
|
|
10
|
+
export declare const TUI_PREVIEW_ICONS: import("@angular/core").InjectionToken<TuiPreviewIcons>, tuiPreviewIconsProvider: (item: Partial<TuiPreviewIcons> | (() => Partial<TuiPreviewIcons>)) => import("@angular/core").FactoryProvider;
|
package/utils/index.d.ts
CHANGED
|
@@ -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
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated: Drop in v5.0
|
|
5
|
-
*/
|
|
6
|
-
export declare class TuiImgLazyLoading {
|
|
7
|
-
private readonly isServer;
|
|
8
|
-
private readonly loading$;
|
|
9
|
-
protected readonly supported: boolean;
|
|
10
|
-
protected src: import("@angular/core").WritableSignal<string | SafeResourceUrl | null>;
|
|
11
|
-
protected background: import("@angular/core").WritableSignal<string>;
|
|
12
|
-
protected animation: import("@angular/core").WritableSignal<string>;
|
|
13
|
-
protected readonly $: false | import("rxjs").Subscription;
|
|
14
|
-
set srcSetter(src: SafeResourceUrl | string);
|
|
15
|
-
protected unset(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiImgLazyLoading, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiImgLazyLoading, "img[loading=\"lazy\"],img[tuiLoading=\"lazy\"]", never, { "srcSetter": { "alias": "src"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiLazyLoadingService extends Observable<SafeResourceUrl | string> {
|
|
5
|
-
private readonly src$;
|
|
6
|
-
private readonly intersections$;
|
|
7
|
-
private readonly stream$;
|
|
8
|
-
constructor();
|
|
9
|
-
next(src: SafeResourceUrl | string): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLazyLoadingService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TuiLazyLoadingService>;
|
|
12
|
-
}
|