@taiga-ui/kit 4.48.0 → 4.49.0
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/accordion/accordion-item.component.d.ts +1 -1
- package/components/accordion/accordion.directive.d.ts +1 -1
- package/components/action-bar/action-bar.component.d.ts +2 -2
- package/components/avatar/avatar-stack.component.d.ts +1 -1
- package/components/avatar/avatar.component.d.ts +1 -1
- package/components/avatar/avatar.options.d.ts +3 -4
- package/components/badge/badge.options.d.ts +3 -4
- package/components/badge-notification/badge-notification.component.d.ts +1 -1
- package/components/badge-notification/badge-notification.options.d.ts +2 -3
- package/components/badged-content/badged-content.directive.d.ts +1 -1
- package/components/block/block.directive.d.ts +1 -1
- package/components/block/block.options.d.ts +3 -4
- package/components/breadcrumbs/breadcrumbs.component.d.ts +2 -3
- package/components/breadcrumbs/breadcrumbs.options.d.ts +2 -3
- package/components/button-loading/button-loading.component.d.ts +1 -1
- package/components/calendar-month/calendar-month.component.d.ts +1 -1
- package/components/calendar-range/calculate-disabled-item-handler.d.ts +2 -3
- package/components/calendar-range/calendar-range.component.d.ts +6 -8
- package/components/calendar-range/day-caps-mapper.d.ts +2 -3
- package/components/calendar-range/day-range-period.d.ts +2 -2
- package/components/carousel/carousel.component.d.ts +2 -3
- package/components/checkbox/checkbox.component.d.ts +2 -2
- package/components/checkbox/checkbox.options.d.ts +3 -4
- package/components/chip/chip.directive.d.ts +1 -1
- package/components/chip/chip.options.d.ts +3 -4
- package/components/combo-box/combo-box.directive.d.ts +2 -2
- package/components/comment/comment.directive.d.ts +1 -1
- package/components/confirm/confirm.component.d.ts +2 -3
- package/components/confirm/confirm.service.d.ts +3 -3
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +5 -7
- package/components/drawer/drawer.component.d.ts +1 -1
- package/components/files/file/file.component.d.ts +6 -6
- package/components/files/file/file.options.d.ts +5 -5
- package/components/files/files/files.component.d.ts +1 -2
- package/components/files/files.types.d.ts +1 -1
- package/components/files/files.utils.d.ts +1 -1
- package/components/files/files.validators.d.ts +1 -1
- package/components/files/input-files/input-files-validator.directive.d.ts +1 -1
- package/components/files/input-files/input-files.component.d.ts +1 -1
- package/components/files/input-files/input-files.content.d.ts +1 -1
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/files/input-files/input-files.options.d.ts +2 -3
- package/components/files/pipes/file-rejected.pipe.d.ts +3 -3
- package/components/filter/filter.component.d.ts +3 -3
- package/components/index.d.ts +1 -0
- package/components/input-chip/input-chip.component.d.ts +1 -1
- package/components/input-chip/input-chip.directive.d.ts +2 -3
- package/components/input-color/input-color.component.d.ts +2 -2
- package/components/input-color/input-color.options.d.ts +1 -1
- package/components/input-date/date-filler.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +4 -5
- package/components/input-date/input-date.options.d.ts +4 -4
- package/components/input-date-range/input-date-range.directive.d.ts +2 -3
- package/components/input-date-range/input-date-range.options.d.ts +4 -5
- package/components/input-date-time/input-date-time.directive.d.ts +4 -4
- package/components/input-date-time/input-date-time.options.d.ts +5 -6
- package/components/input-month/input-month.directive.d.ts +1 -1
- package/components/input-month/input-month.options.d.ts +5 -6
- package/components/input-month-range/input-month-range.options.d.ts +5 -6
- package/components/input-number/index.d.ts +1 -0
- package/components/input-number/input-number.d.ts +2 -1
- package/components/input-number/input-number.directive.d.ts +1 -2
- package/components/input-number/input-number.options.d.ts +1 -1
- package/components/input-number/quantum.directive.d.ts +14 -0
- package/components/input-number/step/input-number-step.component.d.ts +1 -1
- package/components/input-password/input-password.options.d.ts +3 -4
- package/components/input-phone/index.d.ts +2 -0
- package/components/input-phone/input-phone.directive.d.ts +27 -0
- package/components/input-phone/input-phone.options.d.ts +8 -0
- package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +9 -0
- package/components/input-phone/utils/create-phone-mask-expression.d.ts +7 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +4 -4
- package/components/input-phone-international/input-phone-international.options.d.ts +4 -5
- package/components/input-pin/input-pin.component.d.ts +1 -1
- package/components/input-slider/input-slider.directive.d.ts +4 -4
- package/components/input-time/input-time.component.d.ts +2 -3
- package/components/input-time/input-time.directive.d.ts +3 -3
- package/components/input-time/input-time.options.d.ts +5 -5
- package/components/input-year/input-year.options.d.ts +3 -4
- package/components/items-with-more/items-with-more.component.d.ts +2 -3
- package/components/items-with-more/items-with-more.directive.d.ts +1 -1
- package/components/items-with-more/more.directive.d.ts +1 -1
- package/components/like/like.component.d.ts +3 -3
- package/components/like/like.options.d.ts +3 -3
- package/components/line-clamp/line-clamp-position.directive.d.ts +1 -1
- package/components/line-clamp/line-clamp.component.d.ts +3 -3
- package/components/line-clamp/line-clamp.options.d.ts +1 -2
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +1 -1
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +1 -1
- package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/components/pager/pager.component.d.ts +2 -2
- package/components/pagination/pagination.component.d.ts +3 -3
- package/components/pdf-viewer/pdf-viewer.component.d.ts +2 -2
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +1 -1
- package/components/pdf-viewer/pdf-viewer.options.d.ts +2 -3
- package/components/pdf-viewer/pdf-viewer.service.d.ts +5 -6
- package/components/preview/dialog/preview-dialog.component.d.ts +1 -1
- package/components/preview/preview.component.d.ts +1 -1
- package/components/progress/progress-bar/progress-bar.component.d.ts +1 -1
- package/components/progress/progress-circle/progress-circle.component.d.ts +2 -2
- package/components/progress/progress.options.d.ts +2 -3
- package/components/push/push-alert.component.d.ts +2 -2
- package/components/push/push.options.d.ts +1 -2
- package/components/push/push.service.d.ts +1 -1
- package/components/radio/radio.component.d.ts +2 -2
- package/components/radio/radio.directive.d.ts +1 -1
- package/components/radio/radio.options.d.ts +3 -4
- package/components/radio-list/radio-list.component.d.ts +4 -4
- package/components/range/range.component.d.ts +3 -4
- package/components/rating/rating.component.d.ts +1 -1
- package/components/rating/rating.options.d.ts +3 -4
- package/components/routable-dialog/generate-dialogable-route.d.ts +3 -3
- package/components/segmented/segmented.component.d.ts +2 -3
- package/components/segmented/segmented.directive.d.ts +1 -1
- package/components/select/native-select/native-select.component.d.ts +2 -2
- package/components/select/select.directive.d.ts +1 -1
- package/components/slider/helpers/key-steps.d.ts +2 -2
- package/components/slider/helpers/slider-key-steps.directive.d.ts +2 -3
- package/components/slider/helpers/slider-readonly.directive.d.ts +1 -1
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -2
- package/components/slider/slider.component.d.ts +1 -1
- package/components/slider/slider.options.d.ts +2 -3
- package/components/stepper/stepper.component.d.ts +3 -4
- package/components/switch/switch.component.d.ts +2 -2
- package/components/switch/switch.options.d.ts +3 -4
- package/components/tabs/tab.directive.d.ts +1 -1
- package/components/tabs/tabs-horizontal.directive.d.ts +1 -1
- package/components/tabs/tabs-vertical.directive.d.ts +1 -1
- package/components/tabs/tabs-with-more.component.d.ts +5 -6
- package/components/tabs/tabs.directive.d.ts +2 -3
- package/components/tabs/tabs.options.d.ts +2 -3
- package/components/tabs/tabs.providers.d.ts +2 -3
- package/components/textarea/textarea-limit.directive.d.ts +3 -3
- package/components/textarea/textarea.component.d.ts +2 -3
- package/components/textarea/textarea.options.d.ts +2 -2
- package/components/tiles/tile.component.d.ts +1 -1
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/tree/components/tree/tree.component.d.ts +3 -3
- package/components/tree/components/tree-item/tree-item.component.d.ts +3 -3
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +2 -2
- package/components/tree/directives/tree-children.directive.d.ts +1 -1
- package/components/tree/directives/tree-controller.directive.d.ts +2 -2
- package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
- package/components/tree/directives/tree-node.directive.d.ts +1 -1
- package/components/tree/misc/tree.constants.d.ts +1 -1
- package/components/tree/misc/tree.interfaces.d.ts +4 -4
- package/components/tree/misc/tree.tokens.d.ts +2 -2
- package/directives/button-select/button-select.directive.d.ts +1 -1
- package/directives/copy/copy.component.d.ts +1 -1
- package/directives/copy/copy.options.d.ts +2 -2
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +1 -1
- package/directives/fade/fade.directive.d.ts +1 -1
- package/directives/fluid-typography/fluid-typography.directive.d.ts +1 -1
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -2
- package/directives/highlight/highlight.directive.d.ts +1 -1
- package/directives/lazy-loading/lazy-loading.directive.d.ts +1 -1
- package/directives/lazy-loading/lazy-loading.service.d.ts +1 -1
- package/directives/password/password.options.d.ts +2 -2
- package/directives/present/present.directive.d.ts +1 -1
- package/directives/shimmer/shimmer.directive.d.ts +1 -1
- package/directives/skeleton/skeleton.directive.d.ts +1 -1
- package/directives/tooltip/tooltip.directive.d.ts +2 -2
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +1 -1
- package/directives/unfinished-validator/unfinished.validator.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +2 -2
- package/esm2022/components/accordion/accordion-item.component.mjs +1 -1
- package/esm2022/components/accordion/accordion.directive.mjs +2 -2
- package/esm2022/components/action-bar/action-bar.component.mjs +2 -2
- package/esm2022/components/avatar/avatar-stack.component.mjs +1 -1
- package/esm2022/components/avatar/avatar.component.mjs +1 -1
- package/esm2022/components/avatar/avatar.options.mjs +1 -1
- package/esm2022/components/badge/badge.options.mjs +1 -1
- package/esm2022/components/badge-notification/badge-notification.component.mjs +1 -1
- package/esm2022/components/badge-notification/badge-notification.options.mjs +1 -1
- package/esm2022/components/badged-content/badged-content.directive.mjs +1 -1
- package/esm2022/components/block/block.directive.mjs +1 -1
- package/esm2022/components/block/block.options.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumbs.options.mjs +1 -1
- package/esm2022/components/button-loading/button-loading.component.mjs +1 -1
- package/esm2022/components/calendar-month/calendar-month.component.mjs +1 -1
- package/esm2022/components/calendar-range/calculate-disabled-item-handler.mjs +1 -1
- package/esm2022/components/calendar-range/calendar-range.component.mjs +1 -1
- package/esm2022/components/calendar-range/day-caps-mapper.mjs +2 -2
- package/esm2022/components/calendar-range/day-range-period.mjs +1 -1
- package/esm2022/components/carousel/carousel.component.mjs +2 -2
- package/esm2022/components/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.options.mjs +1 -1
- package/esm2022/components/chip/chip.directive.mjs +1 -1
- package/esm2022/components/chip/chip.options.mjs +1 -1
- package/esm2022/components/combo-box/combo-box.directive.mjs +3 -3
- package/esm2022/components/comment/comment.directive.mjs +1 -1
- package/esm2022/components/confirm/confirm.component.mjs +1 -1
- package/esm2022/components/confirm/confirm.service.mjs +1 -1
- package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +3 -3
- package/esm2022/components/drawer/drawer.component.mjs +1 -1
- package/esm2022/components/files/file/file.component.mjs +1 -1
- package/esm2022/components/files/file/file.options.mjs +1 -1
- package/esm2022/components/files/files/files.component.mjs +1 -1
- package/esm2022/components/files/files.types.mjs +1 -1
- package/esm2022/components/files/files.utils.mjs +1 -1
- package/esm2022/components/files/files.validators.mjs +1 -1
- package/esm2022/components/files/input-files/input-files-validator.directive.mjs +1 -1
- package/esm2022/components/files/input-files/input-files.component.mjs +1 -1
- package/esm2022/components/files/input-files/input-files.content.mjs +1 -1
- package/esm2022/components/files/input-files/input-files.directive.mjs +1 -1
- package/esm2022/components/files/input-files/input-files.options.mjs +1 -1
- package/esm2022/components/files/pipes/file-rejected.pipe.mjs +1 -1
- package/esm2022/components/filter/filter.component.mjs +2 -2
- package/esm2022/components/index.mjs +2 -1
- package/esm2022/components/input-chip/input-chip.component.mjs +2 -2
- package/esm2022/components/input-chip/input-chip.directive.mjs +2 -2
- package/esm2022/components/input-color/input-color.component.mjs +1 -1
- package/esm2022/components/input-color/input-color.options.mjs +1 -1
- package/esm2022/components/input-date/date-filler.mjs +1 -1
- package/esm2022/components/input-date/input-date.directive.mjs +3 -3
- package/esm2022/components/input-date/input-date.options.mjs +2 -2
- package/esm2022/components/input-date-range/input-date-range.directive.mjs +2 -2
- package/esm2022/components/input-date-range/input-date-range.options.mjs +2 -2
- package/esm2022/components/input-date-time/input-date-time.directive.mjs +1 -1
- package/esm2022/components/input-date-time/input-date-time.options.mjs +2 -2
- package/esm2022/components/input-month/input-month.directive.mjs +1 -1
- package/esm2022/components/input-month/input-month.options.mjs +2 -2
- package/esm2022/components/input-month-range/input-month-range.directive.mjs +2 -2
- package/esm2022/components/input-month-range/input-month-range.options.mjs +2 -2
- package/esm2022/components/input-number/index.mjs +2 -1
- package/esm2022/components/input-number/input-number.directive.mjs +3 -9
- package/esm2022/components/input-number/input-number.mjs +7 -2
- package/esm2022/components/input-number/input-number.options.mjs +1 -1
- package/esm2022/components/input-number/quantum.directive.mjs +56 -0
- package/esm2022/components/input-number/step/input-number-step.component.mjs +2 -2
- package/esm2022/components/input-password/input-password.options.mjs +1 -1
- package/esm2022/components/input-phone/index.mjs +3 -0
- package/esm2022/components/input-phone/input-phone.directive.mjs +137 -0
- package/esm2022/components/input-phone/input-phone.options.mjs +9 -0
- package/esm2022/components/input-phone/taiga-ui-kit-components-input-phone.mjs +5 -0
- package/esm2022/components/input-phone/utils/complete-phone-insertion-preprocessor.mjs +41 -0
- package/esm2022/components/input-phone/utils/create-phone-mask-expression.mjs +17 -0
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +2 -2
- package/esm2022/components/input-phone-international/input-phone-international.options.mjs +1 -1
- package/esm2022/components/input-pin/input-pin.component.mjs +1 -1
- package/esm2022/components/input-slider/input-slider.directive.mjs +8 -12
- package/esm2022/components/input-time/input-time.component.mjs +1 -1
- package/esm2022/components/input-time/input-time.directive.mjs +1 -1
- package/esm2022/components/input-time/input-time.options.mjs +1 -1
- package/esm2022/components/input-year/input-year.options.mjs +2 -2
- package/esm2022/components/items-with-more/items-with-more.component.mjs +1 -1
- package/esm2022/components/items-with-more/items-with-more.directive.mjs +1 -1
- package/esm2022/components/items-with-more/more.directive.mjs +1 -1
- package/esm2022/components/like/like.component.mjs +1 -1
- package/esm2022/components/like/like.options.mjs +1 -1
- package/esm2022/components/line-clamp/line-clamp-position.directive.mjs +2 -2
- package/esm2022/components/line-clamp/line-clamp.component.mjs +1 -1
- package/esm2022/components/line-clamp/line-clamp.options.mjs +1 -1
- package/esm2022/components/multi-select/multi-select-group/multi-select-group.component.mjs +2 -2
- package/esm2022/components/multi-select/multi-select-native/multi-select-native.component.mjs +2 -2
- package/esm2022/components/multi-select/multi-select-option/multi-select-option.component.mjs +2 -2
- package/esm2022/components/pager/pager.component.mjs +1 -1
- package/esm2022/components/pagination/pagination.component.mjs +1 -1
- package/esm2022/components/pdf-viewer/pdf-viewer.component.mjs +1 -1
- package/esm2022/components/pdf-viewer/pdf-viewer.directive.mjs +1 -1
- package/esm2022/components/pdf-viewer/pdf-viewer.options.mjs +1 -1
- package/esm2022/components/pdf-viewer/pdf-viewer.service.mjs +1 -1
- package/esm2022/components/preview/dialog/preview-dialog.component.mjs +1 -1
- package/esm2022/components/preview/preview.component.mjs +1 -1
- package/esm2022/components/progress/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/components/progress/progress-circle/progress-circle.component.mjs +1 -1
- package/esm2022/components/progress/progress.options.mjs +1 -1
- package/esm2022/components/push/push-alert.component.mjs +1 -1
- package/esm2022/components/push/push.options.mjs +1 -1
- package/esm2022/components/push/push.service.mjs +1 -1
- package/esm2022/components/radio/radio.component.mjs +1 -1
- package/esm2022/components/radio/radio.directive.mjs +1 -1
- package/esm2022/components/radio/radio.options.mjs +1 -1
- package/esm2022/components/radio-list/radio-list.component.mjs +2 -2
- package/esm2022/components/range/range.component.mjs +3 -3
- package/esm2022/components/rating/rating.component.mjs +1 -1
- package/esm2022/components/rating/rating.options.mjs +1 -1
- package/esm2022/components/routable-dialog/generate-dialogable-route.mjs +1 -1
- package/esm2022/components/routable-dialog/routable-dialog.component.mjs +2 -2
- package/esm2022/components/segmented/segmented.component.mjs +1 -1
- package/esm2022/components/segmented/segmented.directive.mjs +2 -2
- package/esm2022/components/select/native-select/native-select.component.mjs +2 -2
- package/esm2022/components/select/select-option/select-option.component.mjs +2 -2
- package/esm2022/components/select/select.directive.mjs +2 -2
- package/esm2022/components/slider/helpers/key-steps.mjs +1 -1
- package/esm2022/components/slider/helpers/slider-key-steps.directive.mjs +1 -1
- package/esm2022/components/slider/helpers/slider-readonly.directive.mjs +1 -1
- package/esm2022/components/slider/helpers/slider-thumb-label.component.mjs +2 -2
- package/esm2022/components/slider/slider.component.mjs +3 -3
- package/esm2022/components/slider/slider.options.mjs +1 -1
- package/esm2022/components/stepper/stepper.component.mjs +1 -1
- package/esm2022/components/switch/switch.component.mjs +1 -1
- package/esm2022/components/switch/switch.options.mjs +1 -1
- package/esm2022/components/tabs/tab.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs-horizontal.directive.mjs +2 -2
- package/esm2022/components/tabs/tabs-vertical.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs-with-more.component.mjs +1 -1
- package/esm2022/components/tabs/tabs.directive.mjs +1 -1
- package/esm2022/components/tabs/tabs.options.mjs +1 -1
- package/esm2022/components/tabs/tabs.providers.mjs +2 -2
- package/esm2022/components/textarea/textarea-limit.directive.mjs +2 -2
- package/esm2022/components/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/textarea/textarea.options.mjs +1 -1
- package/esm2022/components/tiles/tile.component.mjs +1 -1
- package/esm2022/components/tiles/tile.service.mjs +1 -1
- package/esm2022/components/tree/components/tree/tree.component.mjs +1 -1
- package/esm2022/components/tree/components/tree-item/tree-item.component.mjs +1 -1
- package/esm2022/components/tree/components/tree-item-content/tree-item-content.component.mjs +2 -2
- package/esm2022/components/tree/directives/tree-children.directive.mjs +1 -1
- package/esm2022/components/tree/directives/tree-controller.directive.mjs +1 -1
- package/esm2022/components/tree/directives/tree-item-controller.directive.mjs +1 -1
- package/esm2022/components/tree/directives/tree-node.directive.mjs +1 -1
- package/esm2022/components/tree/misc/tree.constants.mjs +1 -1
- package/esm2022/components/tree/misc/tree.interfaces.mjs +1 -1
- package/esm2022/components/tree/misc/tree.service.mjs +1 -1
- package/esm2022/components/tree/misc/tree.tokens.mjs +1 -1
- package/esm2022/directives/button-select/button-select.directive.mjs +2 -2
- package/esm2022/directives/copy/copy.component.mjs +1 -1
- package/esm2022/directives/copy/copy.options.mjs +1 -1
- package/esm2022/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.mjs +2 -2
- package/esm2022/directives/fade/fade.directive.mjs +1 -1
- package/esm2022/directives/fluid-typography/fluid-typography.directive.mjs +1 -1
- package/esm2022/directives/fluid-typography/fluid-typography.options.mjs +1 -1
- package/esm2022/directives/highlight/highlight.directive.mjs +1 -1
- package/esm2022/directives/lazy-loading/lazy-loading.directive.mjs +1 -1
- package/esm2022/directives/lazy-loading/lazy-loading.service.mjs +1 -1
- package/esm2022/directives/password/password.options.mjs +1 -1
- package/esm2022/directives/present/present.directive.mjs +1 -1
- package/esm2022/directives/shimmer/shimmer.directive.mjs +1 -1
- package/esm2022/directives/skeleton/skeleton.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.directive.mjs +1 -1
- package/esm2022/directives/unfinished-validator/unfinished-validator.directive.mjs +1 -1
- package/esm2022/directives/unfinished-validator/unfinished.validator.mjs +1 -1
- package/esm2022/directives/unmask-handler/unmask-handler.directive.mjs +2 -2
- package/esm2022/pipes/emails/emails.pipe.mjs +1 -1
- package/esm2022/pipes/field-error/field-error-content-pipe.mjs +2 -2
- package/esm2022/pipes/field-error/field-error-pipe.mjs +2 -2
- package/esm2022/pipes/filter-by-input/filter-by-input.pipe.mjs +2 -2
- package/esm2022/pipes/hide-selected/hide-selected.pipe.mjs +1 -1
- package/esm2022/pipes/sort-countries/sort-countries.pipe.mjs +1 -1
- package/esm2022/pipes/stringify/stringify.pipe.mjs +1 -1
- package/esm2022/pipes/stringify-content/stringify-content.pipe.mjs +1 -1
- package/esm2022/tokens/calendar-date-stream.mjs +1 -1
- package/esm2022/tokens/date-inputs-value-transformers.mjs +2 -2
- package/esm2022/tokens/i18n.mjs +1 -1
- package/esm2022/tokens/input-date-options.mjs +1 -1
- package/esm2022/tokens/items-handlers.mjs +1 -1
- package/esm2022/tokens/mobile-calendar.mjs +1 -1
- package/esm2022/tokens/month-formatter.mjs +1 -1
- package/esm2022/tokens/preview-icons.mjs +1 -1
- package/esm2022/tokens/validation-errors.mjs +1 -1
- package/esm2022/utils/inject-value.mjs +1 -1
- package/esm2022/utils/maskito.binding.mjs +1 -1
- package/esm2022/utils/phone.mjs +1 -1
- package/esm2022/utils/toggle-day.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +59 -13
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +206 -0
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +1 -0
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +14 -8
- package/pipes/emails/emails.pipe.d.ts +1 -1
- package/pipes/field-error/field-error-content-pipe.d.ts +2 -2
- package/pipes/field-error/field-error-pipe.d.ts +2 -2
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
- package/pipes/hide-selected/hide-selected.pipe.d.ts +1 -1
- package/pipes/sort-countries/sort-countries.pipe.d.ts +3 -3
- package/pipes/stringify/stringify.pipe.d.ts +2 -2
- package/pipes/stringify-content/stringify-content.pipe.d.ts +3 -3
- package/tokens/calendar-date-stream.d.ts +4 -5
- package/tokens/date-inputs-value-transformers.d.ts +2 -2
- package/tokens/i18n.d.ts +3 -3
- package/tokens/input-date-options.d.ts +4 -4
- package/tokens/items-handlers.d.ts +2 -3
- package/tokens/mobile-calendar.d.ts +1 -2
- package/tokens/month-formatter.d.ts +3 -3
- package/tokens/preview-icons.d.ts +1 -2
- package/tokens/validation-errors.d.ts +3 -4
- package/utils/inject-value.d.ts +1 -1
- package/utils/maskito.binding.d.ts +2 -2
- package/utils/phone.d.ts +2 -2
- package/utils/toggle-day.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
3
|
import { TuiCalendarMonth } from '@taiga-ui/kit/components/calendar-month';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
6
|
export interface TuiInputMonthOptions {
|
|
8
7
|
readonly icon: TuiHandler<TuiSizeL | TuiSizeS, string>;
|
|
9
8
|
readonly valueTransformer: TuiValueTransformer<TuiMonth | null, any>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { type TuiMonthRange } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
7
6
|
export interface TuiInputMonthRangeOptions {
|
|
8
7
|
readonly icon: TuiHandler<TuiSizeL | TuiSizeS, string>;
|
|
9
8
|
readonly valueTransformer: TuiValueTransformer<TuiMonthRange | null, any>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { TuiInputNumberDirective } from './input-number.directive';
|
|
2
|
+
import { TuiQuantumValueTransformer } from './quantum.directive';
|
|
2
3
|
import { TuiInputNumberStep } from './step/input-number-step.component';
|
|
3
|
-
export declare const TuiInputNumber: readonly [typeof TuiInputNumberDirective, typeof TuiInputNumberStep];
|
|
4
|
+
export declare const TuiInputNumber: readonly [typeof TuiInputNumberDirective, typeof TuiInputNumberStep, typeof TuiQuantumValueTransformer];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -26,7 +26,6 @@ export declare class TuiInputNumberDirective extends TuiControl<number | null> {
|
|
|
26
26
|
set postfixSetter(x: string);
|
|
27
27
|
writeValue(value: number | null): void;
|
|
28
28
|
setValue(value: number | null): void;
|
|
29
|
-
protected onBlur(): void;
|
|
30
29
|
protected onFocus(): void;
|
|
31
30
|
private formatNumber;
|
|
32
31
|
private updateMinMaxLimits;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiQuantumValueTransformer extends TuiValueTransformer<number | null, number | null> {
|
|
4
|
+
private readonly parent;
|
|
5
|
+
quantum: number;
|
|
6
|
+
fromControlValue(controlValue: number | null): number | null;
|
|
7
|
+
toControlValue(internalValue: number | null): number | null;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiQuantumValueTransformer, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiQuantumValueTransformer, "[tuiInputNumber][quantum], [tuiInputSlider][quantum]", never, { "quantum": { "alias": "quantum"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
export declare class TuiWithQuantumValueTransformer {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithQuantumValueTransformer, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithQuantumValueTransformer, never, never, {}, {}, never, never, true, [{ directive: typeof TuiQuantumValueTransformer; inputs: { "quantum": "quantum"; }; outputs: {}; }]>;
|
|
14
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Subject } from 'rxjs';
|
|
2
2
|
import { TuiInputNumberDirective } from '../input-number.directive';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiInputNumberOptions } from '../input-number.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiInputNumberStep {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated use {@link TuiPassword} with {@link TuiTextfield}
|
|
7
6
|
*/
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
5
|
+
import * as i2 from "@maskito/angular";
|
|
6
|
+
export declare class TuiInputPhone extends TuiControl<string | null> {
|
|
7
|
+
private readonly textfield;
|
|
8
|
+
private readonly host;
|
|
9
|
+
protected readonly nonRemovablePrefix: import("@angular/core").Signal<string>;
|
|
10
|
+
protected inputMode: import("@angular/core").Signal<"text" | "numeric">;
|
|
11
|
+
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
12
|
+
protected readonly blurEffect: import("@angular/core").EffectRef;
|
|
13
|
+
protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
|
|
14
|
+
protected readonly el: HTMLInputElement;
|
|
15
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
16
|
+
protected readonly maskito: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
17
|
+
readonly countryCode: import("@angular/core").WritableSignal<string>;
|
|
18
|
+
readonly allowText: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
readonly phoneMask: import("@angular/core").WritableSignal<string>;
|
|
20
|
+
set allowTextSetter(allow: boolean);
|
|
21
|
+
set maskSetter(mask: string);
|
|
22
|
+
protected onInput(value: string): void;
|
|
23
|
+
private get maxPhoneLength();
|
|
24
|
+
private calculateMask;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhone, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputPhone, "input[tuiInputPhone]", never, { "allowTextSetter": { "alias": "allowText"; "required": false; }; "maskSetter": { "alias": "mask"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithTextfield; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
2
|
+
export interface TuiInputPhoneOptions {
|
|
3
|
+
readonly allowText: boolean;
|
|
4
|
+
readonly mask: string;
|
|
5
|
+
readonly valueTransformer: TuiValueTransformer<string | null, any>;
|
|
6
|
+
}
|
|
7
|
+
export declare const TUI_INPUT_PHONE_DEFAULT_OPTIONS: TuiInputPhoneOptions;
|
|
8
|
+
export declare const TUI_INPUT_PHONE_OPTIONS: import("@angular/core").InjectionToken<TuiInputPhoneOptions>, tuiInputPhoneOptionsProvider: (item: Partial<TuiInputPhoneOptions> | import("@angular/core").ProviderToken<Partial<TuiInputPhoneOptions>>) => import("@angular/core").FactoryProvider;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type MaskitoPreprocessor } from '@maskito/core';
|
|
2
|
+
/**
|
|
3
|
+
* `InputPhone` component sets country code as non-removable prefix.
|
|
4
|
+
* This prefix appears on focus and cannot be erased.
|
|
5
|
+
* But users sometimes can copy complete phone number (from any different source)
|
|
6
|
+
* and try to insert the whole string inside our `InputPhone` textfield.
|
|
7
|
+
* This preprocessor helps to avoid country prefix duplication on paste/drop/autofill events.
|
|
8
|
+
*/
|
|
9
|
+
export declare function tuiCreateCompletePhoneInsertionPreprocessor(countryCode: string, phoneMaskAfterCountryCode: string): MaskitoPreprocessor;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Create {@link https://maskito.dev/core-concepts/mask-expression pattern mask expression} for phone number
|
|
3
|
+
*
|
|
4
|
+
* @example
|
|
5
|
+
* tuiCreatePhoneMaskExpression('+1', '(###) ###-####');
|
|
6
|
+
*/
|
|
7
|
+
export declare function tuiCreatePhoneMaskExpression(countryCode: string, phoneMaskAfterCountryCode: string): Array<RegExp | string>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import type
|
|
2
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
3
3
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type
|
|
4
|
+
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
|
+
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "@taiga-ui/core/directives/group";
|
|
9
9
|
import * as i2 from "@taiga-ui/core/directives/dropdown";
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type { Observable } from 'rxjs';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
3
|
+
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
4
|
+
import { type Observable } from 'rxjs';
|
|
6
5
|
export interface TuiInputPhoneInternationalOptions {
|
|
7
6
|
readonly countries: readonly TuiCountryIsoCode[];
|
|
8
7
|
readonly countryIsoCode: TuiCountryIsoCode;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
+
import { TuiInputNumberDirective } from '@taiga-ui/kit/components/input-number';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "@taiga-ui/kit/components/input-number";
|
|
3
4
|
export declare class TuiInputSliderDirective {
|
|
4
5
|
private readonly isMobile;
|
|
5
6
|
private readonly element;
|
|
6
|
-
private readonly inputNumber;
|
|
7
7
|
private readonly slider;
|
|
8
8
|
private readonly controlTransformer;
|
|
9
|
-
private readonly value;
|
|
10
9
|
private readonly keyStepsTransformer;
|
|
10
|
+
protected readonly inputNumber: TuiInputNumberDirective;
|
|
11
|
+
protected readonly value: import("@angular/core").Signal<number>;
|
|
11
12
|
protected readonly nothing: undefined;
|
|
12
13
|
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
|
|
13
14
|
protected readonly sliderInitEffect: import("@angular/core").EffectRef;
|
|
14
15
|
protected onStep(coefficient: number): void;
|
|
15
|
-
protected onBlur(): void;
|
|
16
16
|
private onSliderInput;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
|
|
18
|
-
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: {}; }]>;
|
|
18
|
+
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: {}; }]>;
|
|
19
19
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
1
|
+
import { type MaskitoTimeMode } from '@maskito/kit';
|
|
2
|
+
import { type TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
|
|
4
3
|
import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
|
|
5
4
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
|
+
import { type MaskitoTimeMode } from '@maskito/kit';
|
|
3
3
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
4
4
|
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
5
|
-
import type
|
|
5
|
+
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
8
8
|
import * as i2 from "@maskito/angular";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
1
|
+
import { type MaskitoTimeParams } from '@maskito/kit';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { type TuiTime } from '@taiga-ui/cdk/date-time';
|
|
4
|
+
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
5
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
6
|
export interface TuiInputTimeOptions extends Required<Pick<MaskitoTimeParams, 'mode' | 'timeSegmentMaxValues' | 'timeSegmentMinValues'>> {
|
|
7
7
|
readonly icon: TuiHandler<TuiSizeL | TuiSizeS, string>;
|
|
8
8
|
readonly valueTransformer: TuiValueTransformer<TuiTime | null, any> | null;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { TuiInputDateOptionsNew } from '@taiga-ui/kit/components/input-date';
|
|
1
|
+
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
+
import { type TuiInputDateOptionsNew } from '@taiga-ui/kit/components/input-date';
|
|
5
4
|
export interface TuiInputYearOptions extends Omit<TuiInputDateOptionsNew, 'valueTransformer'> {
|
|
6
5
|
readonly valueTransformer: TuiValueTransformer<number | null, any>;
|
|
7
6
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiContext } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { type QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
3
|
import { TuiItemsWithMoreDirective } from './items-with-more.directive';
|
|
5
4
|
import { TuiItemsWithMoreService } from './items-with-more.service';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiMore {
|
|
4
4
|
static ngTemplateContextGuard(_dir: TuiMore, _ctx: unknown): _ctx is TuiContext<number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
+
import { type TuiLikeOptions } from './like.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
6
6
|
export declare class TuiLike {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
|
|
3
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
export interface TuiLikeOptions extends TuiAppearanceOptions {
|
|
5
5
|
readonly size: TuiSizeS;
|
|
6
6
|
readonly icons: Readonly<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPositionAccessor } from '@taiga-ui/core/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiLineClampPositionDirective extends TuiPositionAccessor {
|
|
5
5
|
private readonly accessor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type AfterViewInit, type DoCheck } from '@angular/core';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type Observable } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiLineClamp implements DoCheck, AfterViewInit {
|
|
6
6
|
private readonly outlet?;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
2
2
|
import { tuiIsFlat } from '@taiga-ui/kit/utils';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/kit/components/input-chip";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiOptionWithValue } from '@taiga-ui/core/components/data-list';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiMultiSelectOption<T> {
|
|
5
5
|
protected readonly option: TuiOptionWithValue<T> | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type AfterViewInit, type ElementRef, type OnChanges, type QueryList, type TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPager implements OnChanges, AfterViewInit {
|
|
5
5
|
protected items?: QueryList<ElementRef<HTMLElement>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiHorizontalDirection, type TuiSizeL, type TuiSizeS, type TuiSizeXS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TuiPagination {
|
|
7
7
|
private readonly els;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
2
|
+
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
5
5
|
export declare class TuiPdfViewerComponent<I, O> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverDirective } from '@taiga-ui/cdk/directives/popover';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPdfViewerDirective<T> extends TuiPopoverDirective<TuiPdfViewerOptions<T>> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerDirective<any>, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
3
|
export declare const TUI_PDF_VIEWER_DEFAULT_OPTIONS: TuiPdfViewerOptions;
|
|
5
4
|
/**
|
|
6
5
|
* Default parameters for PdfViewer component
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import {
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type { TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
1
|
+
import { type SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
+
import { type TuiPopoverContext, TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
4
|
+
import { type Observable } from 'rxjs';
|
|
5
|
+
import { type TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
type Content<G> = PolymorpheusContent<TuiPdfViewerOptions<unknown> & TuiPopoverContext<G>>;
|
|
9
8
|
export declare class TuiPdfViewerService extends TuiPopoverService<TuiPdfViewerOptions<unknown>> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiZoomEvent } from '@taiga-ui/cdk/directives/zoom';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiPreviewComponent {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiProgressCircle {
|
|
5
5
|
private readonly options;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeXXL, TuiSizeXXS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiProgressOptions {
|
|
5
4
|
readonly color: string | null;
|
|
6
5
|
readonly size: TuiSizeXXL | TuiSizeXXS;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiPopover } from '@taiga-ui/cdk/services';
|
|
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
5
|
export declare class TuiPushAlert {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiPopoverService } from '@taiga-ui/cdk/services';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiPushOptions } from './push.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPushService extends TuiPopoverService<TuiPushOptions, string> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushService, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type DoCheck, type OnInit } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
6
6
|
import * as i2 from "@taiga-ui/cdk/directives/native-validator";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
4
|
export interface TuiRadioOptions {
|
|
6
5
|
readonly appearance: TuiStringHandler<HTMLInputElement> | string;
|
|
7
6
|
readonly size: TuiSizeS;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type ValidatorFn } from '@angular/forms';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
3
|
+
import { type TuiBooleanHandler, type TuiIdentityMatcher } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiSizeS, type TuiValueContentContext } from '@taiga-ui/core/types';
|
|
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> {
|
|
8
8
|
private readonly controls;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { ElementRef } from '@angular/core';
|
|
1
|
+
import { ElementRef, type OnChanges, type QueryList } from '@angular/core';
|
|
3
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
3
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
+
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
import * as i1 from "./range-change.directive";
|
|
8
7
|
export declare class TuiRange extends TuiControl<[number, number]> implements OnChanges {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiRatingOptions } from './rating.options';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiRating extends TuiControl<number> {
|
|
5
5
|
private readonly options;
|