@taiga-ui/kit 4.52.0-canary.ec0802b → 4.52.0-canary.efbd0d4
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/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -2
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-range/calendar-range.component.d.ts +0 -1
- 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/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 +3 -2
- package/components/confirm/confirm.service.d.ts +1 -1
- package/components/copy/copy.component.d.ts +2 -3
- package/components/copy/copy.directive.d.ts +2 -4
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -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/files/files.component.d.ts +5 -8
- 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/filter/filter.component.d.ts +9 -11
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -3
- package/components/input-chip/input-chip.component.d.ts +9 -8
- package/components/input-chip/input-chip.d.ts +5 -1
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +4 -4
- package/components/input-color/input-color.d.ts +5 -0
- package/components/input-date/input-date.d.ts +4 -1
- package/components/input-date/input-date.directive.d.ts +12 -14
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +5 -8
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +6 -6
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +6 -5
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +6 -5
- package/components/input-number/input-number.d.ts +4 -1
- package/components/input-number/input-number.directive.d.ts +5 -7
- package/components/input-number/input-number.options.d.ts +2 -3
- package/components/input-number/step/input-number-step.component.d.ts +2 -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 +9 -8
- package/components/input-phone-international/input-phone-international.d.ts +5 -0
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +3 -3
- package/components/input-pin/input-pin.d.ts +5 -0
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +4 -3
- 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 +4 -4
- package/components/input-year/input-year.d.ts +4 -1
- package/components/input-year/input-year.directive.d.ts +5 -5
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/like/like.options.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +4 -6
- package/components/notification-middle/notification-middle.service.d.ts +1 -1
- package/components/pagination/pagination.component.d.ts +22 -52
- package/components/pagination/pagination.options.d.ts +3 -6
- package/components/preview/dialog/preview-dialog.service.d.ts +1 -1
- package/components/preview/index.d.ts +1 -0
- package/components/preview/pagination/preview-pagination.component.d.ts +2 -1
- package/components/preview/preview.component.d.ts +1 -1
- package/components/preview/zoom/preview-zoom.component.d.ts +3 -1
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push-alert.component.d.ts +1 -1
- package/components/push/push.options.d.ts +4 -3
- package/components/push/push.service.d.ts +1 -1
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +5 -3
- package/components/rating/rating.component.d.ts +1 -1
- 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 +4 -4
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/switch/switch.component.d.ts +1 -0
- 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 +1 -1
- package/components/toast/toast.options.d.ts +4 -3
- package/components/toast/toast.service.d.ts +1 -1
- package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/button-select/button-select.directive.d.ts +1 -1
- 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/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 +8 -8
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +33 -47
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +8 -10
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +16 -30
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +5 -13
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +23 -23
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +63 -107
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +4 -5
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +40 -44
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +9 -10
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +19 -32
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
- 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 +110 -230
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -34
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +63 -75
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +24 -13
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +34 -46
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +30 -35
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +31 -27
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +42 -38
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +26 -22
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +32 -22
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +47 -40
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +48 -36
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +29 -18
- 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 +18 -16
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +15 -10
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +38 -39
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +27 -18
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +12 -12
- package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +14 -14
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +29 -39
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +12 -12
- 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 +59 -140
- 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-preview.mjs +48 -36
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +31 -35
- 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 +20 -21
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +31 -57
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +50 -26
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +18 -18
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +8 -8
- 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 +24 -22
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +51 -50
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +12 -12
- package/fesm2022/taiga-ui-kit-components-toast.mjs +23 -24
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +26 -25
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -3
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-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 +3 -3
- 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 +6 -6
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +10 -9
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -52
- 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 +3 -3
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +10 -8
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +8 -8
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +8 -10
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -14
- 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 -3
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -24
- 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 -4
- 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 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
- 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 -108
- 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 +62 -62
- 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 +3 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +3 -3
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +2 -2
- package/styles/components/toast.less +1 -1
- package/tokens/i18n.d.ts +1 -0
- package/tokens/index.d.ts +0 -7
- package/utils/index.d.ts +0 -2
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-range/input-range.d.ts +0 -3
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/components/textarea/textarea-limit.directive.d.ts +0 -26
- 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 -77
- 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-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 -80
- 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 -20
- 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
- /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
|
@@ -5,8 +5,9 @@ import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
|
5
5
|
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@maskito/angular";
|
|
8
|
-
import * as i2 from "@taiga-ui/core/components/
|
|
9
|
-
|
|
8
|
+
import * as i2 from "@taiga-ui/core/components/input";
|
|
9
|
+
import * as i3 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
10
|
+
export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
|
|
10
11
|
protected readonly list: QueryList<ElementRef<HTMLButtonElement>>;
|
|
11
12
|
protected readonly el: HTMLInputElement;
|
|
12
13
|
protected readonly ios: boolean;
|
|
@@ -17,18 +18,18 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
|
|
|
17
18
|
protected readonly label: import("@angular/core").Signal<string>;
|
|
18
19
|
protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
|
|
19
20
|
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
|
|
20
|
-
protected readonly open: import("@angular/core").
|
|
21
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
22
|
+
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
23
|
+
protected readonly change: import("@angular/core").EffectRef;
|
|
21
24
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
22
25
|
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
23
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
24
26
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
25
|
-
protected
|
|
27
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
26
28
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
27
29
|
iso: TuiCountryIsoCode;
|
|
28
30
|
name: string;
|
|
29
31
|
code: string;
|
|
30
32
|
}[]>;
|
|
31
|
-
protected readonly enabled: import("@angular/core").Signal<boolean>;
|
|
32
33
|
protected readonly $: import("rxjs").Subscription;
|
|
33
34
|
countrySearch: boolean;
|
|
34
35
|
readonly countryIsoCodeChange: import("rxjs").Observable<TuiCountryIsoCode>;
|
|
@@ -40,6 +41,6 @@ export declare class TuiInputPhoneInternational extends TuiControl<string> {
|
|
|
40
41
|
private computeMask;
|
|
41
42
|
private unmask;
|
|
42
43
|
private getCountryCode;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "countriesValue": { "alias": "countries"; "required": false; }; "isoCode": { "alias": "countryIsoCode"; "required": false; }; }, { "countryIsoCodeChange": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
|
|
45
46
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPhoneInternationalComponent } from './input-phone-international.component';
|
|
5
|
+
export declare const TuiInputPhoneInternational: readonly [typeof TuiInputPhoneInternationalComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -2,7 +2,7 @@ import { NgControl } from '@angular/forms';
|
|
|
2
2
|
import { type MaskitoMask } from '@maskito/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@maskito/angular";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class TuiInputPinComponent {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
7
7
|
protected readonly mask: import("@angular/core").WritableSignal<MaskitoMask>;
|
|
8
8
|
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
@@ -13,6 +13,6 @@ export declare class TuiInputPin {
|
|
|
13
13
|
onSelection(): void;
|
|
14
14
|
onArrow(): void;
|
|
15
15
|
isFocused(index: number): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
18
18
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPinComponent } from './input-pin.component';
|
|
5
|
+
export declare const TuiInputPin: readonly [typeof TuiInputPinComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -3,12 +3,13 @@ import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
|
3
3
|
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
4
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class TuiInputRange extends TuiControl<readonly [
|
|
7
7
|
number,
|
|
8
8
|
number
|
|
9
9
|
]> {
|
|
10
10
|
private readonly inputNumberRefs;
|
|
11
11
|
private readonly range?;
|
|
12
|
+
private readonly options;
|
|
12
13
|
private readonly isMobile;
|
|
13
14
|
private readonly quantum;
|
|
14
15
|
private readonly quantumTransformer;
|
|
@@ -62,8 +63,8 @@ export declare class TuiInputRangeComponent extends TuiControl<readonly [
|
|
|
62
63
|
private setValue;
|
|
63
64
|
private valueGuard;
|
|
64
65
|
private isPrimitive;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRange, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "segments": { "alias": "segments"; "required": false; }; "keySteps": { "alias": "keySteps"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "postfix": { "alias": "postfix"; "required": false; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "quantumSetter": { "alias": "quantum"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
67
68
|
static ngAcceptInputType_prefix: readonly [
|
|
68
69
|
string,
|
|
69
70
|
string
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/kit/components/slider';
|
|
2
5
|
import { TuiInputSliderDirective } from './input-slider.directive';
|
|
3
|
-
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective];
|
|
6
|
+
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -10,7 +10,7 @@ export declare class TuiInputSliderDirective {
|
|
|
10
10
|
protected readonly inputNumber: TuiInputNumberDirective;
|
|
11
11
|
protected readonly value: import("@angular/core").Signal<number>;
|
|
12
12
|
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
|
|
13
|
-
protected readonly
|
|
13
|
+
protected readonly sliderInit: import("@angular/core").EffectRef;
|
|
14
14
|
protected onStep(coefficient: number): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
|
|
16
16
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "min": "min"; "max": "max"; "prefix": "prefix"; "postfix": "postfix"; "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }, { directive: typeof i1.TuiWithQuantumValueTransformer; inputs: {}; outputs: {}; }]>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type MaskitoTimeMode } from '@maskito/kit';
|
|
2
2
|
import { type TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
|
|
3
|
-
import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
|
|
4
3
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -9,12 +8,11 @@ export declare abstract class TuiNativeTimePicker {
|
|
|
9
8
|
protected getStep(timeMode: MaskitoTimeMode): number;
|
|
10
9
|
protected toISOString(value: TuiTime | readonly [TuiDay, TuiTime | null] | null): string;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeTimePicker, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never, true, never>;
|
|
13
12
|
}
|
|
14
13
|
export declare class TuiInputTimeComponent extends TuiNativeTimePicker {
|
|
15
14
|
private readonly control;
|
|
16
15
|
protected readonly host: TuiInputTimeDirective;
|
|
17
|
-
protected readonly textfield: TuiTextfieldDirective<any>;
|
|
18
16
|
protected readonly value: import("@angular/core").Signal<string>;
|
|
19
17
|
protected readonly step: import("@angular/core").Signal<number>;
|
|
20
18
|
protected setValue(value: string): void;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiInputTimeComponent } from './input-time.component';
|
|
2
5
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
3
|
-
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent];
|
|
6
|
+
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -4,10 +4,10 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
4
4
|
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
5
5
|
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
7
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
8
8
|
import * as i2 from "@maskito/angular";
|
|
9
9
|
export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> implements TuiTextfieldAccessor<TuiTime | null> {
|
|
10
|
-
private readonly
|
|
10
|
+
private readonly input;
|
|
11
11
|
private readonly dropdown;
|
|
12
12
|
private readonly open;
|
|
13
13
|
private readonly options;
|
|
@@ -17,10 +17,10 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
17
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
18
18
|
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
19
19
|
readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
|
|
20
|
-
readonly native: boolean;
|
|
21
20
|
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
22
21
|
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
23
22
|
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
23
|
+
readonly native: boolean;
|
|
24
24
|
setValue(value: TuiTime | null): void;
|
|
25
25
|
writeValue(value: TuiTime | null): void;
|
|
26
26
|
protected onInput(valueWithAffixes: string): void;
|
|
@@ -30,5 +30,5 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
30
30
|
private findNearestTime;
|
|
31
31
|
private stringify;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
34
34
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
2
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
3
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
4
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
2
5
|
import { TuiInputYearDirective } from './input-year.directive';
|
|
3
|
-
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear];
|
|
6
|
+
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
|
-
import * as i3 from "@taiga-ui/core/
|
|
6
|
+
import * as i3 from "@taiga-ui/core/portals/dropdown";
|
|
7
7
|
export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
8
8
|
private readonly options;
|
|
9
|
-
private readonly
|
|
9
|
+
private readonly input;
|
|
10
10
|
private readonly open;
|
|
11
11
|
private readonly initialItem;
|
|
12
|
-
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
13
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
14
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
15
14
|
protected readonly min: import("@angular/core").WritableSignal<number>;
|
|
16
15
|
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
16
|
+
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
17
17
|
/**
|
|
18
18
|
* TODO: move to [value]="value()" after update to Angular 17+
|
|
19
19
|
* something wrong with change detection on host binding
|
|
@@ -27,5 +27,5 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
|
27
27
|
protected toggle(): void;
|
|
28
28
|
protected onInput(raw: string): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "minSetter": { "alias": "min"; "required": false; }; "maxSetter": { "alias": "max"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
2
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { type
|
|
4
|
-
export interface TuiInputYearOptions extends Omit<
|
|
3
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/components/input-date';
|
|
4
|
+
export interface TuiInputYearOptions extends Omit<TuiInputDateOptions, 'valueTransformer'> {
|
|
5
5
|
readonly valueTransformer: TuiValueTransformer<number | null, any>;
|
|
6
6
|
}
|
|
7
7
|
export declare const TUI_INPUT_YEAR_OPTIONS: InjectionToken<TuiInputYearOptions>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
|
|
1
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiLikeOptions extends TuiAppearanceOptions {
|
|
4
4
|
readonly size: TuiSizeS;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { type QueryList } from '@angular/core';
|
|
2
|
-
import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class TuiMultiSelectGroupComponent<T> {
|
|
3
|
+
private readonly options;
|
|
5
4
|
private readonly handlers;
|
|
6
5
|
private readonly control;
|
|
7
|
-
protected readonly values: import("@angular/core").
|
|
6
|
+
protected readonly values: import("@angular/core").Signal<(T | undefined)[]>;
|
|
8
7
|
protected readonly texts: import("@angular/core").Signal<{
|
|
9
8
|
all: string;
|
|
10
9
|
none: string;
|
|
11
10
|
}>;
|
|
12
11
|
protected readonly value: import("@angular/core").Signal<readonly T[] | null>;
|
|
13
12
|
protected readonly checked: import("@angular/core").Signal<boolean>;
|
|
14
|
-
label: string
|
|
15
|
-
protected set options(options: QueryList<TuiOptionWithValue<T>>);
|
|
13
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
16
14
|
protected toggle(): void;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectGroupComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["options"], ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectGroupComponent<any>, "tui-opt-group[tuiMultiSelectGroup]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, ["options"], ["*"], true, never>;
|
|
19
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TuiModalService } from '@taiga-ui/core/
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/portals/modal';
|
|
2
2
|
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
|
|
@@ -1,44 +1,33 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
-
import { type TuiHorizontalDirection
|
|
2
|
+
import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
|
|
4
3
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiPagination {
|
|
7
6
|
private readonly els;
|
|
8
7
|
private readonly el;
|
|
8
|
+
private readonly maxHalfLength;
|
|
9
|
+
private readonly maxElementsLength;
|
|
10
|
+
private readonly lastElementIndex;
|
|
11
|
+
private readonly itemsFit;
|
|
12
|
+
private readonly lastIndex;
|
|
13
|
+
private readonly reverseIndex;
|
|
9
14
|
protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
10
|
-
protected readonly icons: import("@taiga-ui/core/tokens").
|
|
15
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
11
16
|
protected readonly options: import("./pagination.options").TuiPaginationOptions;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
* Customization for page number display.
|
|
26
|
-
*/
|
|
27
|
-
content: PolymorpheusContent<TuiContext<number>>;
|
|
28
|
-
/**
|
|
29
|
-
* Active page index
|
|
30
|
-
*/
|
|
31
|
-
index: number;
|
|
32
|
-
readonly indexChange: EventEmitter<number>;
|
|
33
|
-
get nativeFocusableElement(): HTMLElement | null;
|
|
17
|
+
protected readonly buttonSize: import("@angular/core").Signal<"xs" | "s">;
|
|
18
|
+
protected readonly elementsLength: import("@angular/core").Signal<number>;
|
|
19
|
+
readonly length: import("@angular/core").InputSignal<number>;
|
|
20
|
+
readonly focusable: import("@angular/core").InputSignal<boolean>;
|
|
21
|
+
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeL>;
|
|
22
|
+
readonly disabled: import("@angular/core").InputSignal<boolean>;
|
|
23
|
+
readonly activePadding: import("@angular/core").InputSignal<number>;
|
|
24
|
+
readonly sidePadding: import("@angular/core").InputSignal<number>;
|
|
25
|
+
readonly content: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<number>>>;
|
|
26
|
+
readonly index: import("@angular/core").ModelSignal<number>;
|
|
27
|
+
readonly arrowIsDisabledRight: import("@angular/core").Signal<boolean>;
|
|
28
|
+
readonly arrowIsDisabledLeft: import("@angular/core").Signal<boolean>;
|
|
29
|
+
readonly nativeFocusableElement: import("@angular/core").Signal<HTMLElement | null>;
|
|
34
30
|
get focused(): boolean;
|
|
35
|
-
get arrowIsDisabledLeft(): boolean;
|
|
36
|
-
get arrowIsDisabledRight(): boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Number of items in a container.
|
|
39
|
-
*/
|
|
40
|
-
protected get elementsLength(): number;
|
|
41
|
-
protected get buttonSize(): TuiSizeXS;
|
|
42
31
|
protected elementIsFocusable(index: number): boolean;
|
|
43
32
|
/**
|
|
44
33
|
* Get index by element index
|
|
@@ -51,24 +40,6 @@ export declare class TuiPagination {
|
|
|
51
40
|
protected onElementKeyDownArrowLeft(element: HTMLElement): void;
|
|
52
41
|
protected onElementKeyDownArrowRight(element: HTMLElement): void;
|
|
53
42
|
protected onArrowClick(direction: TuiHorizontalDirection): void;
|
|
54
|
-
/**
|
|
55
|
-
* Active index from the end
|
|
56
|
-
*/
|
|
57
|
-
private get reverseIndex();
|
|
58
|
-
/**
|
|
59
|
-
* Max number of elements in half (not counting the middle one).
|
|
60
|
-
*/
|
|
61
|
-
private get maxHalfLength();
|
|
62
|
-
/**
|
|
63
|
-
* Is there '...' anywhere
|
|
64
|
-
*/
|
|
65
|
-
private get itemsFit();
|
|
66
|
-
/**
|
|
67
|
-
* Max number of elements
|
|
68
|
-
*/
|
|
69
|
-
private get maxElementsLength();
|
|
70
|
-
private get lastIndex();
|
|
71
|
-
private get lastElementIndex();
|
|
72
43
|
/**
|
|
73
44
|
* Are there collapsed items at that index
|
|
74
45
|
* @param index
|
|
@@ -76,8 +47,7 @@ export declare class TuiPagination {
|
|
|
76
47
|
*/
|
|
77
48
|
private hasCollapsedItems;
|
|
78
49
|
private tryChangeTo;
|
|
79
|
-
private focusActive;
|
|
80
50
|
private updateIndex;
|
|
81
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPagination, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPagination, "tui-pagination", never, { "length": { "alias": "length"; "required": false; }; "focusable": { "alias": "focusable"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "activePadding": { "alias": "activePadding"; "required": false; }; "sidePadding": { "alias": "sidePadding"; "required": false; }; "content": { "alias": "content"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPagination, "tui-pagination", never, { "length": { "alias": "length"; "required": false; "isSignal": true; }; "focusable": { "alias": "focusable"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "activePadding": { "alias": "activePadding"; "required": false; "isSignal": true; }; "sidePadding": { "alias": "sidePadding"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "index": "indexChange"; }, never, never, true, never>;
|
|
83
53
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
-
import { type TuiSizeL
|
|
2
|
+
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiPaginationOptions {
|
|
4
|
-
readonly
|
|
5
|
-
|
|
6
|
-
size: TuiSizeL | TuiSizeS;
|
|
7
|
-
}>;
|
|
8
|
-
readonly defaultSize: TuiSizeL | TuiSizeS;
|
|
4
|
+
readonly size: TuiSizeL;
|
|
5
|
+
readonly appearance: TuiStringHandler<boolean>;
|
|
9
6
|
}
|
|
10
7
|
export declare const TUI_PAGINATION_OPTIONS: import("@angular/core").InjectionToken<TuiPaginationOptions>, tuiPaginationOptionsProvider: (item: Partial<TuiPaginationOptions> | (() => Partial<TuiPaginationOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TuiModalService } from '@taiga-ui/core/
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/portals/modal';
|
|
2
2
|
import { TuiPreviewDialog } from './preview-dialog.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPreviewDialogService extends TuiModalService<unknown> {
|
|
@@ -3,5 +3,6 @@ export * from './dialog';
|
|
|
3
3
|
export * from './pagination/preview-pagination.component';
|
|
4
4
|
export * from './preview';
|
|
5
5
|
export * from './preview.component';
|
|
6
|
+
export * from './preview.options';
|
|
6
7
|
export * from './title/preview-title.component';
|
|
7
8
|
export * from './zoom/preview-zoom.component';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { type TuiPreviewIcons } from '../preview.options';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiPreviewPagination {
|
|
4
|
-
protected readonly icons:
|
|
5
|
+
protected readonly icons: TuiPreviewIcons;
|
|
5
6
|
protected readonly paginationTexts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
6
7
|
length: number;
|
|
7
8
|
index: number;
|
|
@@ -10,7 +10,7 @@ export declare class TuiPreviewComponent {
|
|
|
10
10
|
protected readonly previewTexts: import("@angular/core").Signal<{
|
|
11
11
|
rotate: string;
|
|
12
12
|
}>;
|
|
13
|
-
protected readonly icons: import("
|
|
13
|
+
protected readonly icons: import("./preview.options").TuiPreviewIcons;
|
|
14
14
|
protected readonly cdr: ChangeDetectorRef;
|
|
15
15
|
protected readonly zoom$: BehaviorSubject<number>;
|
|
16
16
|
protected readonly rotation$: BehaviorSubject<number>;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { type TuiPreviewIcons } from '../preview.options';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiPreviewZoom {
|
|
4
|
-
protected readonly icons:
|
|
5
|
+
protected readonly icons: TuiPreviewIcons;
|
|
5
6
|
protected readonly zoomTexts: import("@angular/core").Signal<{
|
|
6
7
|
zoomIn: string;
|
|
7
8
|
zoomOut: string;
|
|
8
9
|
reset: string;
|
|
9
10
|
}>;
|
|
11
|
+
protected readonly sliderLabel: import("@angular/core").Signal<string>;
|
|
10
12
|
min: number;
|
|
11
13
|
max: number;
|
|
12
14
|
value: number;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiProgressBar {
|
|
4
3
|
private readonly options;
|
|
5
|
-
color: string | null
|
|
6
|
-
size:
|
|
4
|
+
readonly color: import("@angular/core").InputSignal<string | null>;
|
|
5
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "xl" | "xxl" | "s" | "xs" | "xxs">;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressBar, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
8
|
}
|
|
@@ -4,9 +4,9 @@ import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
|
4
4
|
export declare class TuiPulse extends TuiRectAccessor {
|
|
5
5
|
private readonly isBrowser;
|
|
6
6
|
private readonly el;
|
|
7
|
-
playing: boolean
|
|
7
|
+
readonly playing: import("@angular/core").InputSignal<boolean>;
|
|
8
8
|
readonly type = "hint";
|
|
9
9
|
getClientRect(): DOMRect;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPulse, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPulse, "tui-pulse", never, { "playing": { "alias": "playing"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPulse, "tui-pulse", never, { "playing": { "alias": "playing"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
12
12
|
}
|
|
@@ -2,7 +2,7 @@ import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
|
2
2
|
import { type TuiPushOptions } from './push.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
|
-
import * as i2 from "@taiga-ui/core/
|
|
5
|
+
import * as i2 from "@taiga-ui/core/portals/alert";
|
|
6
6
|
export declare class TuiPushAlert {
|
|
7
7
|
protected readonly context: TuiPortalContext<TuiPushOptions, string>;
|
|
8
8
|
protected get isDirective(): boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiPositionOptions } from '@taiga-ui/core/portals/alert';
|
|
2
3
|
export interface TuiPushOptions extends TuiPositionOptions {
|
|
3
4
|
readonly buttons: readonly string[];
|
|
4
5
|
readonly heading: string;
|
|
@@ -8,5 +9,5 @@ export interface TuiPushOptions extends TuiPositionOptions {
|
|
|
8
9
|
readonly timestamp: number | string;
|
|
9
10
|
readonly type: string;
|
|
10
11
|
}
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const TUI_PUSH_OPTIONS: InjectionToken<TuiPushOptions>, tuiPushOptionsProvider: (item: Partial<TuiPushOptions> | (() => Partial<TuiPushOptions>)) => import("@angular/core").FactoryProvider;
|
|
13
|
+
export declare const TUI_PUSH_CONCURRENCY: InjectionToken<number>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TuiAlertService } from '@taiga-ui/core/
|
|
1
|
+
import { TuiAlertService } from '@taiga-ui/core/portals/alert';
|
|
2
2
|
import { type TuiPushOptions } from './push.options';
|
|
3
3
|
import { TuiPushAlert } from './push-alert.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,7 +6,7 @@ import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
|
6
6
|
import * as i2 from "@taiga-ui/cdk/directives/native-validator";
|
|
7
7
|
export declare class TuiRadioComponent<T extends TuiRadioOptions> implements DoCheck, OnInit {
|
|
8
8
|
private readonly destroyRef;
|
|
9
|
-
|
|
9
|
+
protected readonly el: HTMLInputElement;
|
|
10
10
|
protected readonly options: T;
|
|
11
11
|
protected readonly appearance: import("@angular/core").WritableSignal<string>;
|
|
12
12
|
protected readonly control: NgControl | null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type ValidatorFn } from '@angular/forms';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { type TuiBooleanHandler, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
|
|
4
|
-
import { type TuiSizeS
|
|
3
|
+
import { type TuiBooleanHandler, type TuiContext, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
5
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TuiRadioList<T> extends TuiControl<T> {
|
|
@@ -12,7 +12,9 @@ export declare class TuiRadioList<T> extends TuiControl<T> {
|
|
|
12
12
|
size: TuiSizeS;
|
|
13
13
|
identityMatcher: TuiIdentityMatcher<T>;
|
|
14
14
|
disabledItemHandler: TuiBooleanHandler<T>;
|
|
15
|
-
itemContent: PolymorpheusContent<
|
|
15
|
+
itemContent: PolymorpheusContent<TuiContext<T> & {
|
|
16
|
+
active: boolean;
|
|
17
|
+
}>;
|
|
16
18
|
protected get name(): string;
|
|
17
19
|
protected onFocusOut(): void;
|
|
18
20
|
protected itemIsActive(item: T): boolean;
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TuiRating extends TuiControl<number> {
|
|
4
4
|
private readonly options;
|
|
5
5
|
protected readonly active: import("@angular/core").WritableSignal<number>;
|
|
6
|
-
protected readonly array: import("@angular/core").Signal<
|
|
6
|
+
protected readonly array: import("@angular/core").Signal<unknown[]>;
|
|
7
7
|
readonly icon: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<import("./rating.options").TuiRatingContext>>;
|
|
8
8
|
readonly max: import("@angular/core").InputSignal<number>;
|
|
9
9
|
protected onKeyDown(event: KeyboardEvent): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Type } from '@angular/core';
|
|
2
2
|
import { type DefaultExport, type Route } from '@angular/router';
|
|
3
|
-
import { type TuiDialogOptions } from '@taiga-ui/core/
|
|
3
|
+
import { type TuiDialogOptions } from '@taiga-ui/core/portals/dialog';
|
|
4
4
|
export declare function tuiGenerateDialogableRoute<I>(component: Type<any> | (() => Promise<DefaultExport<Type<any>> | Type<any>>), { path, outlet, ...dialogOptions }?: Partial<TuiDialogOptions<I>> & {
|
|
5
5
|
path?: string;
|
|
6
6
|
outlet?: string;
|