@taiga-ui/kit 4.52.0-canary.1ea42f6 → 4.52.0-canary.217a686
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/components/accordion/accordion.component.d.ts +13 -0
- package/components/accordion/accordion.d.ts +4 -4
- package/components/accordion/accordion.directive.d.ts +11 -10
- package/components/accordion/index.d.ts +1 -3
- package/components/action-bar/action-bar.component.d.ts +5 -7
- package/components/action-bar/index.d.ts +0 -2
- package/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/badge/badge.options.d.ts +1 -3
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badge-notification/badge-notification.options.d.ts +1 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -2
- package/components/block/block.options.d.ts +1 -3
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-month/calendar-month.component.d.ts +1 -1
- package/components/calendar-range/calendar-range.component.d.ts +1 -3
- package/components/calendar-range/day-range-period.d.ts +2 -1
- package/components/carousel/carousel.component.d.ts +15 -18
- package/components/carousel/carousel.directive.d.ts +5 -4
- package/components/chip/chip.options.d.ts +1 -3
- package/components/combo-box/combo-box.d.ts +5 -0
- package/components/combo-box/combo-box.directive.d.ts +7 -9
- package/components/combo-box/index.d.ts +1 -0
- package/components/compass/compass.component.d.ts +2 -2
- package/components/confirm/confirm.component.d.ts +5 -4
- package/components/confirm/confirm.service.d.ts +1 -1
- package/components/copy/copy.component.d.ts +4 -5
- package/components/copy/copy.directive.d.ts +3 -4
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
- package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
- package/components/data-list-wrapper/index.d.ts +1 -1
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/file/file.options.d.ts +1 -1
- package/components/files/files/files.component.d.ts +7 -10
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/files/input-files/input-files.options.d.ts +1 -3
- package/components/filter/filter.component.d.ts +9 -12
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -4
- package/components/input-chip/input-chip.component.d.ts +9 -8
- package/components/input-chip/input-chip.d.ts +5 -1
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +4 -4
- package/components/input-color/input-color.d.ts +5 -0
- package/components/input-date/input-date.d.ts +4 -1
- package/components/input-date/input-date.directive.d.ts +12 -14
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +5 -8
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +6 -6
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-inline/input-inline.component.d.ts +3 -2
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +6 -5
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +6 -5
- package/components/input-number/input-number.d.ts +4 -1
- package/components/input-number/input-number.directive.d.ts +7 -13
- package/components/input-number/input-number.options.d.ts +2 -3
- package/components/input-number/step/input-number-step.component.d.ts +3 -2
- package/components/input-phone/index.d.ts +1 -0
- package/components/input-phone/input-phone.d.ts +5 -0
- package/components/input-phone/input-phone.directive.d.ts +7 -7
- package/components/input-phone-international/index.d.ts +1 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +27 -32
- package/components/input-phone-international/input-phone-international.d.ts +5 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -3
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +4 -4
- package/components/input-pin/input-pin.d.ts +5 -0
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +29 -62
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +2 -4
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +4 -1
- package/components/input-time/input-time.directive.d.ts +8 -10
- package/components/input-year/input-year.d.ts +4 -1
- package/components/input-year/input-year.directive.d.ts +5 -5
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/items-with-more/items-with-more.component.d.ts +5 -5
- package/components/like/like.options.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
- package/components/line-clamp/line-clamp.component.d.ts +8 -10
- package/components/line-clamp/line-clamp.options.d.ts +1 -3
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +5 -7
- package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/components/notification-middle/notification-middle.component.d.ts +2 -2
- package/components/notification-middle/notification-middle.directive.d.ts +4 -3
- package/components/notification-middle/notification-middle.service.d.ts +7 -3
- package/components/pager/pager.component.d.ts +12 -12
- package/components/pagination/index.d.ts +1 -0
- package/components/pagination/pagination.component.d.ts +25 -54
- package/components/pagination/pagination.options.d.ts +7 -0
- package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
- package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
- package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
- package/components/preview/index.d.ts +1 -0
- package/components/preview/pagination/preview-pagination.component.d.ts +3 -2
- package/components/preview/preview.component.d.ts +2 -2
- package/components/preview/preview.d.ts +2 -1
- package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
- package/components/preview/zoom/preview-zoom.component.d.ts +4 -2
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
- package/components/progress/progress.options.d.ts +1 -3
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push-alert.component.d.ts +4 -3
- package/components/push/push.component.d.ts +1 -1
- package/components/push/push.directive.d.ts +4 -6
- package/components/push/push.options.d.ts +5 -8
- package/components/push/push.service.d.ts +6 -2
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +11 -9
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -25
- package/components/rating/rating.component.d.ts +1 -1
- package/components/rating/rating.options.d.ts +1 -3
- package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
- package/components/segmented/segmented.component.d.ts +4 -6
- package/components/segmented/segmented.directive.d.ts +6 -7
- package/components/select/native-select/native-select.component.d.ts +7 -8
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/slider/helpers/key-steps.d.ts +1 -2
- package/components/slider/helpers/slider-key-steps.directive.d.ts +15 -23
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
- package/components/slider/slider.options.d.ts +1 -6
- package/components/stepper/step.component.d.ts +14 -9
- package/components/stepper/stepper.component.d.ts +5 -12
- package/components/switch/switch.component.d.ts +1 -0
- package/components/tabs/tabs-horizontal.directive.d.ts +3 -4
- package/components/tabs/tabs-with-more.component.d.ts +13 -17
- package/components/tabs/tabs.options.d.ts +1 -6
- package/components/textarea/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +10 -11
- package/components/textarea/textarea.d.ts +6 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/toast/toast.component.d.ts +4 -3
- package/components/toast/toast.options.d.ts +9 -7
- package/components/toast/toast.service.d.ts +10 -9
- package/components/tree/components/tree/tree.component.d.ts +7 -7
- package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
- package/components/tree/misc/tree.constants.d.ts +0 -3
- package/components/tree/misc/tree.tokens.d.ts +1 -6
- package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/button-close/button-close.directive.d.ts +2 -1
- package/directives/button-select/button-select.directive.d.ts +4 -4
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
- package/directives/fade/fade.directive.d.ts +5 -6
- package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +1 -1
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +24 -40
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +34 -48
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -12
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +19 -39
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +19 -27
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -17
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +25 -26
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +64 -114
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +5 -6
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +11 -15
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +45 -50
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +11 -14
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +23 -36
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +117 -244
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +24 -45
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -77
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +30 -36
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +33 -31
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +49 -53
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -13
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +29 -27
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +35 -27
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +60 -77
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +124 -142
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +32 -23
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +18 -9
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +64 -85
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +30 -36
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +63 -70
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +28 -21
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +27 -35
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +38 -82
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +7 -8
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +38 -50
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +37 -26
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +30 -44
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +73 -148
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +74 -54
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +69 -65
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +49 -57
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +8 -9
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +42 -96
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +7 -12
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +81 -62
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +87 -101
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +61 -88
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +10 -6
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +65 -113
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +62 -82
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +25 -46
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +51 -53
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +75 -94
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -4
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +15 -7
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +20 -19
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -8
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +14 -27
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -21
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +12 -14
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +11 -11
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +9 -12
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -25
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -5
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs +3 -0
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +4 -121
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +47 -51
- package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
- package/pipes/auto-color/index.d.ts +1 -0
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
- package/pipes/flag/flag.pipe.d.ts +14 -0
- package/pipes/flag/index.d.ts +1 -0
- package/pipes/index.d.ts +3 -0
- package/pipes/initials/index.d.ts +1 -0
- package/pipes/initials/initials.pipe.d.ts +7 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/styles/components/avatar.less +14 -14
- package/styles/components/badge.less +4 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +15 -4
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +3 -2
- package/styles/components/toast.less +1 -1
- package/tokens/i18n.d.ts +26 -26
- package/tokens/index.d.ts +0 -7
- package/utils/index.d.ts +0 -2
- package/components/accordion/accordion-item-content.directive.d.ts +0 -6
- package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
- package/components/accordion/accordion-item.component.d.ts +0 -25
- package/components/action-bar/action-bar.d.ts +0 -3
- package/components/action-bar/action-bar.directive.d.ts +0 -6
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-range/input-range.d.ts +0 -3
- package/components/pdf-viewer/index.d.ts +0 -4
- package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
- package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
- package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/components/textarea/textarea-limit.directive.d.ts +0 -27
- package/directives/lazy-loading/index.d.ts +0 -2
- package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
- package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
- package/tokens/calendar-date-stream.d.ts +0 -10
- package/tokens/date-inputs-value-transformers.d.ts +0 -19
- package/tokens/input-date-options.d.ts +0 -15
- package/tokens/items-handlers.d.ts +0 -26
- package/tokens/mobile-calendar.d.ts +0 -6
- package/tokens/month-formatter.d.ts +0 -5
- package/utils/phone.d.ts +0 -3
- package/utils/toggle-day.d.ts +0 -2
|
@@ -1 +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/di';\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.217a686",
|
|
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/*",
|
|
@@ -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"
|
|
@@ -229,6 +224,10 @@
|
|
|
229
224
|
"types": "./components/message/index.d.ts",
|
|
230
225
|
"default": "./fesm2022/taiga-ui-kit-components-message.mjs"
|
|
231
226
|
},
|
|
227
|
+
"./components/multi-select": {
|
|
228
|
+
"types": "./components/multi-select/index.d.ts",
|
|
229
|
+
"default": "./fesm2022/taiga-ui-kit-components-multi-select.mjs"
|
|
230
|
+
},
|
|
232
231
|
"./components/notification-middle": {
|
|
233
232
|
"types": "./components/notification-middle/index.d.ts",
|
|
234
233
|
"default": "./fesm2022/taiga-ui-kit-components-notification-middle.mjs"
|
|
@@ -241,14 +240,6 @@
|
|
|
241
240
|
"types": "./components/pagination/index.d.ts",
|
|
242
241
|
"default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
|
|
243
242
|
},
|
|
244
|
-
"./components/multi-select": {
|
|
245
|
-
"types": "./components/multi-select/index.d.ts",
|
|
246
|
-
"default": "./fesm2022/taiga-ui-kit-components-multi-select.mjs"
|
|
247
|
-
},
|
|
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"
|
|
@@ -333,18 +320,22 @@
|
|
|
333
320
|
"types": "./components/toast/index.d.ts",
|
|
334
321
|
"default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
|
|
335
322
|
},
|
|
336
|
-
"./directives/button-group": {
|
|
337
|
-
"types": "./directives/button-group/index.d.ts",
|
|
338
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
339
|
-
},
|
|
340
323
|
"./components/tree": {
|
|
341
324
|
"types": "./components/tree/index.d.ts",
|
|
342
325
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
343
326
|
},
|
|
327
|
+
"./directives/appearance-proxy": {
|
|
328
|
+
"types": "./directives/appearance-proxy/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
330
|
+
},
|
|
344
331
|
"./directives/button-close": {
|
|
345
332
|
"types": "./directives/button-close/index.d.ts",
|
|
346
333
|
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
347
334
|
},
|
|
335
|
+
"./directives/button-group": {
|
|
336
|
+
"types": "./directives/button-group/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
338
|
+
},
|
|
348
339
|
"./directives/button-select": {
|
|
349
340
|
"types": "./directives/button-select/index.d.ts",
|
|
350
341
|
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
@@ -373,10 +364,6 @@
|
|
|
373
364
|
"types": "./directives/highlight/index.d.ts",
|
|
374
365
|
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
375
366
|
},
|
|
376
|
-
"./directives/lazy-loading": {
|
|
377
|
-
"types": "./directives/lazy-loading/index.d.ts",
|
|
378
|
-
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
379
|
-
},
|
|
380
367
|
"./directives/password": {
|
|
381
368
|
"types": "./directives/password/index.d.ts",
|
|
382
369
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
@@ -393,25 +380,33 @@
|
|
|
393
380
|
"types": "./directives/shimmer/index.d.ts",
|
|
394
381
|
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
395
382
|
},
|
|
396
|
-
"./directives/
|
|
397
|
-
"types": "./directives/
|
|
398
|
-
"default": "./fesm2022/taiga-ui-kit-directives-
|
|
383
|
+
"./directives/skeleton": {
|
|
384
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
385
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
399
386
|
},
|
|
400
387
|
"./directives/unfinished-validator": {
|
|
401
388
|
"types": "./directives/unfinished-validator/index.d.ts",
|
|
402
389
|
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
403
390
|
},
|
|
404
|
-
"./directives/
|
|
405
|
-
"types": "./directives/
|
|
406
|
-
"default": "./fesm2022/taiga-ui-kit-directives-
|
|
391
|
+
"./directives/tooltip": {
|
|
392
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
393
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
394
|
+
},
|
|
395
|
+
"./directives/unmask-handler": {
|
|
396
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
397
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
407
398
|
},
|
|
408
399
|
"./pipes/emails": {
|
|
409
400
|
"types": "./pipes/emails/index.d.ts",
|
|
410
401
|
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
411
402
|
},
|
|
412
|
-
"./
|
|
413
|
-
"types": "./
|
|
414
|
-
"default": "./fesm2022/taiga-ui-kit-
|
|
403
|
+
"./pipes/auto-color": {
|
|
404
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
405
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
406
|
+
},
|
|
407
|
+
"./pipes/flag": {
|
|
408
|
+
"types": "./pipes/flag/index.d.ts",
|
|
409
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
415
410
|
},
|
|
416
411
|
"./pipes/filter-by-input": {
|
|
417
412
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
@@ -421,6 +416,10 @@
|
|
|
421
416
|
"types": "./pipes/hide-selected/index.d.ts",
|
|
422
417
|
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
423
418
|
},
|
|
419
|
+
"./pipes/initials": {
|
|
420
|
+
"types": "./pipes/initials/index.d.ts",
|
|
421
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
422
|
+
},
|
|
424
423
|
"./pipes/sort-countries": {
|
|
425
424
|
"types": "./pipes/sort-countries/index.d.ts",
|
|
426
425
|
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
@@ -432,10 +431,6 @@
|
|
|
432
431
|
"./pipes/stringify-content": {
|
|
433
432
|
"types": "./pipes/stringify-content/index.d.ts",
|
|
434
433
|
"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
434
|
}
|
|
440
435
|
},
|
|
441
436
|
"peerDependencies": {
|
|
@@ -443,16 +438,17 @@
|
|
|
443
438
|
"@angular/core": ">=19.0.0",
|
|
444
439
|
"@angular/forms": ">=19.0.0",
|
|
445
440
|
"@angular/router": ">=19.0.0",
|
|
446
|
-
"@maskito/angular": "^
|
|
447
|
-
"@maskito/core": "^
|
|
448
|
-
"@maskito/kit": "^
|
|
449
|
-
"@maskito/phone": "^
|
|
450
|
-
"@ng-web-apis/common": "^4.12.
|
|
451
|
-
"@ng-web-apis/intersection-observer": "^4.12.
|
|
452
|
-
"@ng-web-apis/mutation-observer": "^4.12.
|
|
453
|
-
"@ng-web-apis/resize-observer": "^4.12.
|
|
441
|
+
"@maskito/angular": "^5.0.0",
|
|
442
|
+
"@maskito/core": "^5.0.0",
|
|
443
|
+
"@maskito/kit": "^5.0.0",
|
|
444
|
+
"@maskito/phone": "^5.0.0",
|
|
445
|
+
"@ng-web-apis/common": "^4.12.2",
|
|
446
|
+
"@ng-web-apis/intersection-observer": "^4.12.2",
|
|
447
|
+
"@ng-web-apis/mutation-observer": "^4.12.2",
|
|
448
|
+
"@ng-web-apis/resize-observer": "^4.12.2",
|
|
454
449
|
"@taiga-ui/cdk": "^4.52.0",
|
|
455
450
|
"@taiga-ui/core": "^4.52.0",
|
|
451
|
+
"@taiga-ui/design-tokens": "~0.274.0",
|
|
456
452
|
"@taiga-ui/i18n": "^4.52.0",
|
|
457
453
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
458
454
|
"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
|
}
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
vertical-align: middle;
|
|
42
42
|
box-sizing: border-box;
|
|
43
43
|
padding: 0.25rem;
|
|
44
|
-
font: var(--tui-font-
|
|
44
|
+
font: var(--tui-font-body-l);
|
|
45
45
|
font-weight: bold;
|
|
46
46
|
opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
|
|
47
47
|
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
--t-size: var(--tui-height-xs);
|
|
61
61
|
--t-radius: 0.5rem;
|
|
62
62
|
|
|
63
|
-
font: var(--tui-font-
|
|
63
|
+
font: var(--tui-font-ui-xs);
|
|
64
64
|
font-size: 0.5625rem;
|
|
65
65
|
|
|
66
66
|
&._initials::before {
|
|
67
|
-
font: var(--tui-font-
|
|
67
|
+
font: var(--tui-font-ui-xs);
|
|
68
68
|
font-weight: bold;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
--t-size: var(--tui-height-s);
|
|
74
74
|
--t-radius: 0.5rem;
|
|
75
75
|
|
|
76
|
-
font: var(--tui-font-
|
|
76
|
+
font: var(--tui-font-ui-xs);
|
|
77
77
|
font-weight: bold;
|
|
78
78
|
|
|
79
79
|
&._initials::before {
|
|
80
|
-
font: var(--tui-font-
|
|
80
|
+
font: var(--tui-font-body-s);
|
|
81
81
|
font-weight: bold;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
--t-size: calc(var(--tui-height-m) - 0.25rem);
|
|
87
87
|
--t-radius: 0.75rem;
|
|
88
88
|
|
|
89
|
-
font: var(--tui-font-
|
|
89
|
+
font: var(--tui-font-ui-m);
|
|
90
90
|
font-weight: bold;
|
|
91
91
|
|
|
92
92
|
&._initials::before {
|
|
93
|
-
font: var(--tui-font-
|
|
93
|
+
font: var(--tui-font-body-m);
|
|
94
94
|
font-weight: bold;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
--t-size: 5rem;
|
|
100
100
|
--t-radius: 0.75rem;
|
|
101
101
|
|
|
102
|
-
font: var(--tui-font-heading-
|
|
102
|
+
font: var(--tui-font-heading-h4);
|
|
103
103
|
|
|
104
104
|
&._initials::before {
|
|
105
|
-
font: var(--tui-font-heading-
|
|
105
|
+
font: var(--tui-font-heading-h3);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
--t-size: 6rem;
|
|
111
111
|
--t-radius: 1rem;
|
|
112
112
|
|
|
113
|
-
font: var(--tui-font-heading-
|
|
113
|
+
font: var(--tui-font-heading-h3);
|
|
114
114
|
|
|
115
115
|
&._initials::before {
|
|
116
|
-
font: var(--tui-font-heading-
|
|
116
|
+
font: var(--tui-font-heading-h3);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
--t-size: 8rem;
|
|
122
122
|
--t-radius: 1.25rem;
|
|
123
123
|
|
|
124
|
-
font: var(--tui-font-heading-
|
|
124
|
+
font: var(--tui-font-heading-h3);
|
|
125
125
|
|
|
126
126
|
&._initials::before {
|
|
127
|
-
font: var(--tui-font-heading-
|
|
127
|
+
font: var(--tui-font-heading-h2);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
content: attr(data-icon-start);
|
|
138
138
|
mask: none;
|
|
139
139
|
background: none;
|
|
140
|
-
font: var(--tui-font-heading-
|
|
140
|
+
font: var(--tui-font-heading-h6);
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
@@ -26,13 +26,14 @@ tui-badge,
|
|
|
26
26
|
.button-base();
|
|
27
27
|
|
|
28
28
|
border-radius: 6rem;
|
|
29
|
+
justify-content: center;
|
|
29
30
|
background: #959595;
|
|
30
31
|
color: var(--tui-background-base);
|
|
31
32
|
padding: var(--t-padding);
|
|
32
33
|
block-size: var(--t-size);
|
|
33
34
|
min-inline-size: var(--t-size);
|
|
34
35
|
inline-size: fit-content;
|
|
35
|
-
font: var(--tui-font-
|
|
36
|
+
font: var(--tui-font-body-s);
|
|
36
37
|
|
|
37
38
|
&[tuiStatus]::before {
|
|
38
39
|
inline-size: 0.375rem;
|
|
@@ -74,7 +75,7 @@ tui-badge,
|
|
|
74
75
|
--t-icon-size: 0.625rem;
|
|
75
76
|
--t-margin: -0.125rem;
|
|
76
77
|
|
|
77
|
-
font: var(--tui-font-
|
|
78
|
+
font: var(--tui-font-body-xs);
|
|
78
79
|
|
|
79
80
|
&[tuiStatus]::before {
|
|
80
81
|
inline-size: 0.25rem;
|
|
@@ -95,7 +96,7 @@ tui-badge,
|
|
|
95
96
|
--t-padding: 0 0.75rem;
|
|
96
97
|
--t-size: var(--tui-height-s);
|
|
97
98
|
|
|
98
|
-
font: var(--tui-font-
|
|
99
|
+
font: var(--tui-font-body-m);
|
|
99
100
|
|
|
100
101
|
&[tuiStatus]::before {
|
|
101
102
|
inline-size: 0.5rem;
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
cursor: pointer;
|
|
35
35
|
overflow: hidden;
|
|
36
|
-
font: var(--tui-font-
|
|
36
|
+
font: var(--tui-font-body-m);
|
|
37
37
|
padding: var(--tui-padding-l);
|
|
38
38
|
isolation: isolate;
|
|
39
39
|
|
|
40
40
|
&[data-size='s'] {
|
|
41
41
|
gap: 0.5rem;
|
|
42
|
-
font: var(--tui-font-
|
|
42
|
+
font: var(--tui-font-ui-s);
|
|
43
43
|
padding: 0.5rem;
|
|
44
44
|
|
|
45
45
|
--t-height: var(--tui-height-s);
|
|
46
46
|
--t-radius: var(--tui-radius-m);
|
|
47
47
|
|
|
48
48
|
[tuiSubtitle] {
|
|
49
|
-
font: var(--tui-font-
|
|
49
|
+
font: var(--tui-font-ui-xs);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
[tuiTooltip] {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
&[data-size='m'] {
|
|
58
58
|
gap: 0.625rem;
|
|
59
|
-
font: var(--tui-font-
|
|
59
|
+
font: var(--tui-font-ui-m);
|
|
60
60
|
padding: var(--tui-padding-m);
|
|
61
61
|
|
|
62
62
|
--t-height: var(--tui-height-m);
|
|
@@ -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
|
|
@@ -26,12 +26,13 @@ tui-chip,
|
|
|
26
26
|
|
|
27
27
|
.button-base();
|
|
28
28
|
|
|
29
|
-
font: var(--tui-font-
|
|
29
|
+
font: var(--tui-font-body-s);
|
|
30
30
|
border-radius: var(--tui-radius-m);
|
|
31
31
|
padding: var(--t-padding);
|
|
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';
|
|
@@ -54,7 +60,7 @@ tui-chip,
|
|
|
54
60
|
--t-size: 1rem;
|
|
55
61
|
--t-icon-size: 0.75rem;
|
|
56
62
|
|
|
57
|
-
font: var(--tui-font-
|
|
63
|
+
font: var(--tui-font-body-xs);
|
|
58
64
|
border-radius: var(--tui-radius-xs);
|
|
59
65
|
|
|
60
66
|
& > [tuiIconButton] {
|
|
@@ -80,11 +86,16 @@ tui-chip,
|
|
|
80
86
|
--t-padding: 0 1rem;
|
|
81
87
|
--t-size: var(--tui-height-m);
|
|
82
88
|
|
|
83
|
-
font: var(--tui-font-
|
|
89
|
+
font: var(--tui-font-body-m);
|
|
84
90
|
|
|
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,
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
justify-content: center;
|
|
29
29
|
text-align: center;
|
|
30
30
|
border-radius: 100%;
|
|
31
|
-
font: var(--tui-font-
|
|
31
|
+
font: var(--tui-font-body-s);
|
|
32
32
|
font-weight: bold;
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
color: var(--tui-text-primary-on-accent-2);
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
&:has(:checked) {
|
|
74
74
|
--t-size: 3.5rem;
|
|
75
75
|
|
|
76
|
-
font: var(--tui-font-
|
|
76
|
+
font: var(--tui-font-body-m);
|
|
77
77
|
font-weight: bold;
|
|
78
78
|
border-width: 0;
|
|
79
79
|
margin-block-start: -2.75rem;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
&._open {
|
|
102
102
|
--t-size: 3.5rem;
|
|
103
103
|
|
|
104
|
-
font: var(--tui-font-
|
|
104
|
+
font: var(--tui-font-body-m);
|
|
105
105
|
font-weight: bold;
|
|
106
106
|
border-width: 0;
|
|
107
107
|
margin-block-start: -2.75rem;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
[tuiSwitch] {
|
|
23
23
|
.transition(~'background, box-shadow');
|
|
24
24
|
|
|
25
|
+
display: inline-block;
|
|
25
26
|
inline-size: 3rem;
|
|
26
27
|
block-size: 1.5rem;
|
|
27
28
|
border-radius: 2rem;
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
inline-size: 2rem;
|
|
37
38
|
|
|
38
39
|
&::before {
|
|
39
|
-
inline-size:
|
|
40
|
+
inline-size: 1rem;
|
|
40
41
|
transform: translateX(-1rem);
|
|
41
42
|
font-size: 0.75rem;
|
|
42
43
|
}
|
|
@@ -76,8 +77,8 @@
|
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
&::before {
|
|
80
|
+
left: 0.125rem;
|
|
79
81
|
font-size: 1rem;
|
|
80
|
-
inline-size: 1.375rem;
|
|
81
82
|
transform: translateX(-1.5rem);
|
|
82
83
|
}
|
|
83
84
|
|