@taiga-ui/kit 4.48.0-canary.d5bef06 → 4.49.0-canary.c8a6f7d
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 +7 -13
- 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 +63 -17
- 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,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
export interface TuiRatingOptions {
|
|
6
5
|
readonly icon: PolymorpheusContent<TuiContext<number> & {
|
|
7
6
|
value: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type Type } from '@angular/core';
|
|
2
|
+
import { type DefaultExport, type Route } from '@angular/router';
|
|
3
|
+
import { type TuiDialogOptions } from '@taiga-ui/core/components/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;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { EventEmitter, type OnChanges } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
import * as i1 from "./segmented.directive";
|
|
6
5
|
export declare const TUI_SEGMENTED_OPTIONS: import("@angular/core").InjectionToken<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type AfterContentChecked, type AfterContentInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiSegmentedDirective implements AfterContentChecked, AfterContentInit {
|
|
4
4
|
private readonly controls;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { type TuiItemsHandlers } from '@taiga-ui/core/directives/items-handlers';
|
|
4
4
|
import { tuiIsFlat } from '@taiga-ui/kit/utils';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
5
5
|
export declare class TuiSelectDirective<T> extends TuiControl<T | null> implements TuiTextfieldAccessor<T> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
2
|
+
import { type TuiSliderComponent } from '../slider.component';
|
|
3
3
|
/**
|
|
4
4
|
* Used as a limit for eliminating JS issues with floating point math
|
|
5
5
|
*/
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
1
|
+
import { TuiControl, type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
2
|
import { TuiSliderComponent } from '../slider.component';
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiKeySteps } from './key-steps';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiSliderKeyStepsBase {
|
|
7
6
|
private readonly injector;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type AfterContentInit } 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 { TuiSliderComponent } from '../slider.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TuiSliderThumbLabel implements AfterContentInit {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
2
2
|
import { TuiSliderKeyStepsBase } from './helpers/slider-key-steps.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiSliderComponent {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiSliderOptions {
|
|
5
4
|
readonly size: TuiSizeS;
|
|
6
5
|
readonly trackColor: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type { Observable } from 'rxjs';
|
|
1
|
+
import { EventEmitter, type OnChanges } from '@angular/core';
|
|
2
|
+
import { type TuiOrientation } from '@taiga-ui/core/types';
|
|
3
|
+
import { type Observable } from 'rxjs';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiStepperComponent implements OnChanges {
|
|
7
6
|
private readonly steps;
|
|
@@ -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 TuiSwitchOptions {
|
|
6
5
|
readonly showIcons: boolean;
|
|
7
6
|
readonly size: TuiSizeS;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type AfterViewChecked, type QueryList } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./tabs.directive";
|
|
4
4
|
export declare class TuiTabsHorizontal implements AfterViewChecked {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
6
|
-
import type { PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
|
+
import { type AfterViewChecked, type AfterViewInit, EventEmitter, type QueryList, TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
+
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
5
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit {
|
|
9
8
|
private readonly moreButton?;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeL } from '@taiga-ui/core/types';
|
|
1
|
+
import { type AfterViewChecked, EventEmitter } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiTabsDirective implements AfterViewChecked {
|
|
6
5
|
private readonly el;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { TuiSizeL } from '@taiga-ui/core/types';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
4
3
|
export interface TuiTabsOptions {
|
|
5
4
|
readonly exposeActive: boolean;
|
|
6
5
|
readonly itemsLimit: number;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import type { Observable } from 'rxjs';
|
|
1
|
+
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
|
+
import { type Observable } from 'rxjs';
|
|
4
3
|
export declare const TUI_TABS_REFRESH: InjectionToken<Observable<unknown>>;
|
|
5
4
|
export declare const TUI_TABS_PROVIDERS: Provider[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type AbstractControl, type ValidationErrors, type Validator } from '@angular/forms';
|
|
3
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiTextareaLimitComponent {
|
|
6
6
|
protected readonly limit: import("@angular/core").WritableSignal<number>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { ElementRef } from '@angular/core';
|
|
1
|
+
import { type AfterViewInit, ElementRef } from '@angular/core';
|
|
3
2
|
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
|
|
4
|
-
import type
|
|
3
|
+
import { type TuiTextareaOptions } from './textarea.options';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
7
6
|
export declare class TuiTextarea implements AfterViewInit {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
3
|
export interface TuiTextareaOptions {
|
|
4
4
|
min: number;
|
|
5
5
|
max: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type DoCheck, type TrackByFunction } from '@angular/core';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
3
|
import { TuiTreeChildren } from '../../directives/tree-children.directive';
|
|
4
|
-
import type
|
|
4
|
+
import { type TuiTreeContext } from '../../misc/tree.interfaces';
|
|
5
5
|
import { TuiTreeItem } from '../tree-item/tree-item.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TuiTreeComponent<T> implements DoCheck {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type TuiTreeItemContext } from '../../misc/tree.interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiTreeItem implements DoCheck {
|
|
6
6
|
private readonly nested;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type TuiTreeItemContext } from '../../misc/tree.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiTreeItemContent implements DoCheck {
|
|
5
5
|
private readonly controller;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type TuiTreeItem } from '../components/tree-item/tree-item.component';
|
|
3
|
+
import { type TuiTreeAccessor, type TuiTreeController } from '../misc/tree.interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiTreeControllerDirective<T> implements TuiTreeController, TuiTreeAccessor<T> {
|
|
6
6
|
protected readonly items: Map<TuiTreeItem, T>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiTreeItem } from '../components/tree-item/tree-item.component';
|
|
2
|
+
import { type TuiTreeController } from '../misc/tree.interfaces';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiTreeItemController implements TuiTreeController {
|
|
5
5
|
private readonly map;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
2
2
|
import { TuiTreeItemContent } from '../components/tree-item-content/tree-item-content.component';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiTreeController } from './tree.interfaces';
|
|
4
4
|
export declare const TUI_TREE_ITEM_CONTENT: PolymorpheusComponent<TuiTreeItemContent>;
|
|
5
5
|
export declare const TUI_DEFAULT_TREE_CONTROLLER: TuiTreeController;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
1
|
+
import { type TemplateRef } from '@angular/core';
|
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type Observable } from 'rxjs';
|
|
4
|
+
import { type TuiTreeItem } from '../components/tree-item/tree-item.component';
|
|
5
5
|
export interface TuiTreeItemContext extends TuiContext<TuiTreeItem> {
|
|
6
6
|
readonly template: TemplateRef<Record<string, unknown>>;
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
|
+
import { type TuiTreeAccessor, type TuiTreeItemContext, type TuiTreeLoader } from './tree.interfaces';
|
|
4
4
|
/**
|
|
5
5
|
* Controller for tracking value - TuiTreeItemComponent pairs
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
-
import type
|
|
2
|
+
import { type TuiDataListHost } from '@taiga-ui/core/components/data-list';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/directives/dropdown";
|
|
5
5
|
import * as i2 from "@taiga-ui/cdk/directives/native-validator";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiCopyOptions {
|
|
4
4
|
readonly icon: TuiStringHandler<TuiSizeL | TuiSizeS> | string;
|
|
5
5
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type SafeResourceUrl } from '@angular/platform-browser';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiLazyLoadingService extends Observable<SafeResourceUrl | string> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiPasswordOptions {
|
|
4
4
|
readonly icons: Readonly<{
|
|
5
5
|
hide: TuiStringHandler<TuiSizeL | TuiSizeS> | string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type DoCheck, type Signal } from '@angular/core';
|
|
2
|
+
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
5
5
|
import * as i2 from "@taiga-ui/core/directives/hint";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type ValidatorFn } from '@angular/forms';
|
|
2
|
+
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
3
3
|
export declare function tuiCreateUnfinishedValidator(element: HTMLInputElement, message: PolymorpheusContent): ValidatorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type MaskitoOptions } from '@maskito/core';
|
|
2
2
|
import { TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import type
|
|
3
|
+
import { type TuiMapper } from '@taiga-ui/cdk/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TuiUnmaskHandler extends TuiValueTransformer<string> {
|
|
6
6
|
tuiUnmaskHandler: TuiMapper<[string], string>;
|
|
@@ -82,4 +82,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
82
82
|
}], openChange: [{
|
|
83
83
|
type: Output
|
|
84
84
|
}] } });
|
|
85
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
85
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2l0L2NvbXBvbmVudHMvYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUNyQyxPQUFPLEVBQ0gsdUJBQXVCLEVBQ3ZCLGlCQUFpQixFQUNqQixTQUFTLEVBQ1QsWUFBWSxFQUNaLFlBQVksRUFDWixNQUFNLEVBQ04sS0FBSyxFQUNMLE1BQU0sR0FDVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sa0NBQWtDLENBQUM7QUFDM0QsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBRXZELE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUUxRCxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUMsNEJBQTRCLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQzs7O0FBRXRGLE1BZWEsZ0JBQWdCO0lBZjdCO1FBZ0JxQixRQUFHLEdBQUcsTUFBTSxDQUFDLGlCQUFpQixDQUFDLENBQUM7UUFTMUMsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUdsQixjQUFTLEdBQUcsSUFBSSxDQUFDO1FBR2pCLFlBQU8sR0FBZ0MsS0FBSyxDQUFDO1FBRzdDLFNBQUksR0FBYSxHQUFHLENBQUM7UUFHckIsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUdqQixpQkFBWSxHQUFHLEtBQUssQ0FBQztRQUdyQixTQUFJLEdBQUcsS0FBSyxDQUFDO1FBR2IsVUFBSyxHQUFHLEtBQUssQ0FBQztRQUdMLGVBQVUsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO0tBOEI1RDtJQTVCVSxLQUFLO1FBQ1IsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2QixJQUFJLENBQUMsR0FBRyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFUyxXQUFXO1FBQ2pCLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ2hCLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDL0I7SUFDTCxDQUFDO0lBRVMsZ0JBQWdCLENBQUMsS0FBWTtRQUNuQyxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRTtZQUNaLE9BQU87U0FDVjtRQUVELEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFTyxVQUFVLENBQUMsSUFBYTtRQUM1QixJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssSUFBSSxFQUFFO1lBQ3BCLE9BQU87U0FDVjtRQUVELElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQy9CLENBQUM7K0dBL0RRLGdCQUFnQjttR0FBaEIsZ0JBQWdCLHFnQkFHWCw0QkFBNEIsOEVBRzVCLHVCQUF1QixnREN6Q3pDLHU4Q0FrREEsc2xGRDNCYyxJQUFJLDZGQUFFLGtCQUFrQiw4SEFBRSxVQUFVLDhRQUFhLE9BQU87O1NBWXpELGdCQUFnQjs0RkFBaEIsZ0JBQWdCO2tCQWY1QixTQUFTO2lDQUNNLElBQUksWUFDTixvQkFBb0IsV0FDckIsQ0FBQyxJQUFJLEVBQUUsa0JBQWtCLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxPQUFPLENBQUMsbUJBR2xELHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0YscUJBQXFCLEVBQUUsV0FBVzt3QkFDbEMsb0JBQW9CLEVBQUUsV0FBVzt3QkFDakMscUJBQXFCLEVBQUUsU0FBUzt3QkFDaEMsa0JBQWtCLEVBQUUsTUFBTTt3QkFDMUIsbUJBQW1CLEVBQUUsVUFBVTtxQkFDbEM7OEJBTWtCLFlBQVk7c0JBRDlCLFlBQVk7dUJBQUMsNEJBQTRCO2dCQUl2QixXQUFXO3NCQUQ3QixZQUFZO3VCQUFDLHVCQUF1QjtnQkFJOUIsU0FBUztzQkFEZixLQUFLO2dCQUlDLFNBQVM7c0JBRGYsS0FBSztnQkFJQyxPQUFPO3NCQURiLEtBQUs7Z0JBSUMsSUFBSTtzQkFEVixLQUFLO2dCQUlDLFFBQVE7c0JBRGQsS0FBSztnQkFJQyxZQUFZO3NCQURsQixLQUFLO2dCQUlDLElBQUk7c0JBRFYsS0FBSztnQkFJQyxLQUFLO3NCQURYLEtBQUs7Z0JBSVUsVUFBVTtzQkFEekIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdJZn0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIENvbnRlbnRDaGlsZCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1R1aUV4cGFuZH0gZnJvbSAnQHRhaWdhLXVpL2NvcmUvY29tcG9uZW50cy9leHBhbmQnO1xuaW1wb3J0IHtUdWlJY29ufSBmcm9tICdAdGFpZ2EtdWkvY29yZS9jb21wb25lbnRzL2ljb24nO1xuaW1wb3J0IHt0eXBlIFR1aVNpemVTfSBmcm9tICdAdGFpZ2EtdWkvY29yZS90eXBlcyc7XG5pbXBvcnQge1R1aUNoZXZyb259IGZyb20gJ0B0YWlnYS11aS9raXQvZGlyZWN0aXZlcyc7XG5pbXBvcnQge1BvbHltb3JwaGV1c091dGxldH0gZnJvbSAnQHRhaWdhLXVpL3BvbHltb3JwaGV1cyc7XG5cbmltcG9ydCB7VHVpQWNjb3JkaW9uSXRlbUNvbnRlbnR9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHtUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50fSBmcm9tICcuL2FjY29yZGlvbi1pdGVtLWVhZ2VyLWNvbnRlbnQuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBzZWxlY3RvcjogJ3R1aS1hY2NvcmRpb24taXRlbScsXG4gICAgaW1wb3J0czogW05nSWYsIFBvbHltb3JwaGV1c091dGxldCwgVHVpQ2hldnJvbiwgVHVpRXhwYW5kLCBUdWlJY29uXSxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWNjb3JkaW9uLWl0ZW0udGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYWNjb3JkaW9uLWl0ZW0uc3R5bGUubGVzcyddLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3Q6IHtcbiAgICAgICAgJ1tjbGFzcy5fbm8tcGFkZGluZ10nOiAnbm9QYWRkaW5nJyxcbiAgICAgICAgJ1tjbGFzcy5faGFzLWFycm93XSc6ICdzaG93QXJyb3cnLFxuICAgICAgICAnW2F0dHIuZGF0YS1ib3JkZXJzXSc6ICdib3JkZXJzJyxcbiAgICAgICAgJ1thdHRyLmRhdGEtc2l6ZV0nOiAnc2l6ZScsXG4gICAgICAgICdbY2xhc3MuX2Rpc2FibGVkXSc6ICdkaXNhYmxlZCcsXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQWNjb3JkaW9uSXRlbSB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBjZHIgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50KVxuICAgIHByb3RlY3RlZCByZWFkb25seSBlYWdlckNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtRWFnZXJDb250ZW50O1xuXG4gICAgQENvbnRlbnRDaGlsZChUdWlBY2NvcmRpb25JdGVtQ29udGVudClcbiAgICBwcm90ZWN0ZWQgcmVhZG9ubHkgbGF6eUNvbnRlbnQ/OiBUdWlBY2NvcmRpb25JdGVtQ29udGVudDtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIG5vUGFkZGluZyA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2hvd0Fycm93ID0gdHJ1ZTtcblxuICAgIEBJbnB1dCgpXG4gICAgcHVibGljIGJvcmRlcnM6ICdhbGwnIHwgJ3RvcC1ib3R0b20nIHwgbnVsbCA9ICdhbGwnO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgc2l6ZTogVHVpU2l6ZVMgPSAnbSc7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBwdWJsaWMgZGlzYWJsZUhvdmVyID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBvcGVuID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBhc3luYyA9IGZhbHNlO1xuXG4gICAgQE91dHB1dCgpXG4gICAgcHVibGljIHJlYWRvbmx5IG9wZW5DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XG5cbiAgICBwdWJsaWMgY2xvc2UoKTogdm9pZCB7XG4gICAgICAgIHRoaXMudXBkYXRlT3BlbihmYWxzZSk7XG4gICAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBvblJvd1RvZ2dsZSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XG4gICAgICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oIXRoaXMub3Blbik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgb25JdGVtS2V5RG93bkVzYyhldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICAgICAgaWYgKCF0aGlzLm9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgICAgICB0aGlzLnVwZGF0ZU9wZW4oZmFsc2UpO1xuICAgIH1cblxuICAgIHByaXZhdGUgdXBkYXRlT3BlbihvcGVuOiBib29sZWFuKTogdm9pZCB7XG4gICAgICAgIGlmICh0aGlzLm9wZW4gPT09IG9wZW4pIHtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMub3BlbiA9IG9wZW47XG4gICAgICAgIHRoaXMub3BlbkNoYW5nZS5lbWl0KG9wZW4pO1xuICAgIH1cbn1cbiIsIjxkaXZcbiAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS13cmFwcGVyXCJcbiAgICBjbGFzcz1cInQtd3JhcHBlclwiXG4+XG4gICAgPGJ1dHRvblxuICAgICAgICBhdXRvbWF0aW9uLWlkPVwidHVpLWFjY29yZGlvbl9faXRlbS1oZWFkZXJcIlxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgICAgY2xhc3M9XCJ0LWhlYWRlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9ob3ZlcmFibGVdPVwiIWRpc2FibGVIb3ZlclwiXG4gICAgICAgIFtjbGFzcy50LWhlYWRlcl9vcGVuXT1cIm9wZW5cIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoY2xpY2spPVwib25Sb3dUb2dnbGUoKVwiXG4gICAgICAgIChrZXlkb3duLmVzYyk9XCJvbkl0ZW1LZXlEb3duRXNjKCRldmVudClcIlxuICAgID5cbiAgICAgICAgPHNwYW5cbiAgICAgICAgICAgIGF1dG9tYXRpb24taWQ9XCJ0dWktYWNjb3JkaW9uX19pdGVtLXRpdGxlXCJcbiAgICAgICAgICAgIGNsYXNzPVwidC10aXRsZVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxuZy1jb250ZW50IC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dBcnJvd1wiPlxuICAgICAgICAgICAgPHR1aS1pY29uXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWljb25cIlxuICAgICAgICAgICAgICAgIFt0dWlDaGV2cm9uXT1cIm9wZW5cIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9idXR0b24+XG4gICAgPHR1aS1leHBhbmRcbiAgICAgICAgW2FzeW5jXT1cImFzeW5jXCJcbiAgICAgICAgW2V4cGFuZGVkXT1cIm9wZW5cIlxuICAgID5cbiAgICAgICAgPG5nLXRlbXBsYXRlIHR1aUV4cGFuZENvbnRlbnQ+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgKm5nSWY9XCJsYXp5Q29udGVudFwiXG4gICAgICAgICAgICAgICAgYXV0b21hdGlvbi1pZD1cInR1aS1hY2NvcmRpb25fX2l0ZW0tY29udGVudFwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0LWNvbnRlbnRcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKnBvbHltb3JwaGV1c091dGxldD1cImxhenlDb250ZW50IGFzIHRleHRcIj5cbiAgICAgICAgICAgICAgICAgICAge3sgdGV4dCB9fVxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0lmPVwiZWFnZXJDb250ZW50XCJcbiAgICAgICAgICAgIGNsYXNzPVwidC1jb250ZW50XCJcbiAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3R1aUFjY29yZGlvbkl0ZW1Db250ZW50XTpub3QobmctdGVtcGxhdGUpXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC90dWktZXhwYW5kPlxuPC9kaXY+XG4iXX0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContentChildren, DestroyRef, Directive, inject, Input } from '@angular/core';
|
|
1
|
+
import { ContentChildren, DestroyRef, Directive, inject, Input, } from '@angular/core';
|
|
2
2
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
3
3
|
import { EMPTY_QUERY } from '@taiga-ui/cdk/constants';
|
|
4
4
|
import { tuiQueryListChanges } from '@taiga-ui/cdk/observables';
|
|
@@ -53,4 +53,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
53
53
|
}], closeOthers: [{
|
|
54
54
|
type: Input
|
|
55
55
|
}] } });
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
56
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tpdC9jb21wb25lbnRzL2FjY29yZGlvbi9hY2NvcmRpb24uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFSCxlQUFlLEVBQ2YsVUFBVSxFQUNWLFNBQVMsRUFDVCxNQUFNLEVBQ04sS0FBSyxHQUVSLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLDRCQUE0QixDQUFDO0FBQzlELE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUM5RCxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDL0QsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBQ3pELE9BQU8sRUFBQyxNQUFNLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLFNBQVMsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUV2RSxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQzs7O0FBRTVELE1BVWEscUJBQXFCO0lBUzlCO1FBUmlCLGVBQVUsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7UUFHOUIsbUJBQWMsR0FBZ0MsV0FBVyxDQUFDO1FBR3RFLGdCQUFXLEdBQUcsSUFBSSxDQUFDO1FBR3RCLHFFQUFxRTtRQUNyRSxNQUFNLEtBQUssR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7UUFFL0IsS0FBSyxDQUFDLFdBQVcsR0FBRyxVQUFVLENBQUM7UUFDL0IsS0FBSyxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7SUFDM0IsQ0FBQztJQUVNLGtCQUFrQjtRQUNyQixNQUFNLEVBQUMsY0FBYyxFQUFDLEdBQUcsSUFBSSxDQUFDO1FBQzlCLE1BQU0sS0FBSyxHQUFHLG1CQUFtQixDQUFDLGNBQWMsQ0FBQyxDQUFDO1FBQ2xELE1BQU0sV0FBVyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQzFCLFFBQVEsRUFBRSxFQUNWLEdBQUcsQ0FBQyxDQUFDLENBQUMsUUFBUSxFQUFFLE9BQU8sQ0FBQyxFQUFFLEVBQUUsQ0FDeEIsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FDaEUsRUFDRCxNQUFNLENBQUMsWUFBWSxDQUFDLENBQ3ZCLENBQUM7UUFDRixNQUFNLFNBQVMsR0FBRyxLQUFLLENBQ25CLEtBQUssQ0FBQyxJQUFJLENBQ04sU0FBUyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FDZixLQUFLLENBQ0QsR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUUsQ0FDaEIsR0FBRyxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQ2YsTUFBTSxDQUFDLFFBQVEsQ0FBQyxFQUNoQixHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQ2pCLENBQ0osQ0FDSixDQUNKLENBQ0osRUFDRCxXQUFXLENBQ2QsQ0FBQyxJQUFJLENBQ0YsTUFBTSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsRUFDOUIsa0JBQWtCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUN0QyxDQUFDO1FBRUYsU0FBUyxDQUFDLFNBQVMsQ0FBQyxDQUFDLFVBQVUsRUFBRSxFQUFFO1lBQy9CLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtnQkFDM0IsSUFBSSxVQUFVLEtBQUssR0FBRyxFQUFFO29CQUNwQixHQUFHLENBQUMsS0FBSyxFQUFFLENBQUM7aUJBQ2Y7WUFDTCxDQUFDLENBQUMsQ0FBQztRQUNQLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQzsrR0FyRFEscUJBQXFCO21HQUFyQixxQkFBcUIsZ0pBR2IsZ0JBQWdCOztTQUh4QixxQkFBcUI7NEZBQXJCLHFCQUFxQjtrQkFWakMsU0FBUzttQkFBQztvQkFDUCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLGVBQWU7b0JBQ3pCLGNBQWMsRUFBRTt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsUUFBUTs0QkFDbkIsTUFBTSxFQUFFLENBQUMsU0FBUyxDQUFDO3lCQUN0QjtxQkFDSjtpQkFDSjswRUFLc0IsY0FBYztzQkFEaEMsZUFBZTt1QkFBQyxnQkFBZ0I7Z0JBSTFCLFdBQVc7c0JBRGpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIHR5cGUgQWZ0ZXJDb250ZW50SW5pdCxcbiAgICBDb250ZW50Q2hpbGRyZW4sXG4gICAgRGVzdHJveVJlZixcbiAgICBEaXJlY3RpdmUsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIHR5cGUgUXVlcnlMaXN0LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7dGFrZVVudGlsRGVzdHJveWVkfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQge0VNUFRZX1FVRVJZfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NvbnN0YW50cyc7XG5pbXBvcnQge3R1aVF1ZXJ5TGlzdENoYW5nZXN9IGZyb20gJ0B0YWlnYS11aS9jZGsvb2JzZXJ2YWJsZXMnO1xuaW1wb3J0IHt0dWlJc1ByZXNlbnR9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUdyb3VwfSBmcm9tICdAdGFpZ2EtdWkvY29yZS9kaXJlY3RpdmVzL2dyb3VwJztcbmltcG9ydCB7ZmlsdGVyLCBpZGVudGl0eSwgbWFwLCBtZXJnZSwgcGFpcndpc2UsIHN3aXRjaE1hcH0gZnJvbSAncnhqcyc7XG5cbmltcG9ydCB7VHVpQWNjb3JkaW9uSXRlbX0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHNlbGVjdG9yOiAndHVpLWFjY29yZGlvbicsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBUdWlHcm91cCxcbiAgICAgICAgICAgIGlucHV0czogWydyb3VuZGVkJ10sXG4gICAgICAgIH0sXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpQWNjb3JkaW9uRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJDb250ZW50SW5pdCB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBkZXN0cm95UmVmID0gaW5qZWN0KERlc3Ryb3lSZWYpO1xuXG4gICAgQENvbnRlbnRDaGlsZHJlbihUdWlBY2NvcmRpb25JdGVtKVxuICAgIHByb3RlY3RlZCByZWFkb25seSBhY2NvcmRpb25JdGVtczogUXVlcnlMaXN0PFR1aUFjY29yZGlvbkl0ZW0+ID0gRU1QVFlfUVVFUlk7XG5cbiAgICBASW5wdXQoKVxuICAgIHB1YmxpYyBjbG9zZU90aGVycyA9IHRydWU7XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgLy8gTm90IHVzaW5nIERJIG9wdGlvbnMgdG8gYXZvaWQgY2hhbmdlZCBkZWZhdWx0cyBzcGlsbGluZyB0byBjb250ZW50XG4gICAgICAgIGNvbnN0IGdyb3VwID0gaW5qZWN0KFR1aUdyb3VwKTtcblxuICAgICAgICBncm91cC5vcmllbnRhdGlvbiA9ICd2ZXJ0aWNhbCc7XG4gICAgICAgIGdyb3VwLmNvbGxhcHNlZCA9IHRydWU7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgY29uc3Qge2FjY29yZGlvbkl0ZW1zfSA9IHRoaXM7XG4gICAgICAgIGNvbnN0IHJvd3MkID0gdHVpUXVlcnlMaXN0Q2hhbmdlcyhhY2NvcmRpb25JdGVtcyk7XG4gICAgICAgIGNvbnN0IG5ld09wZW5Sb3ckID0gcm93cyQucGlwZShcbiAgICAgICAgICAgIHBhaXJ3aXNlKCksXG4gICAgICAgICAgICBtYXAoKFtwcmV2aW91cywgY3VycmVudF0pID0+XG4gICAgICAgICAgICAgICAgY3VycmVudC5maW5kKChpdGVtKSA9PiAhcHJldmlvdXMuaW5jbHVkZXMoaXRlbSkgJiYgaXRlbS5vcGVuKSxcbiAgICAgICAgICAgICksXG4gICAgICAgICAgICBmaWx0ZXIodHVpSXNQcmVzZW50KSxcbiAgICAgICAgKTtcbiAgICAgICAgY29uc3Qgcm93c09wZW4kID0gbWVyZ2UoXG4gICAgICAgICAgICByb3dzJC5waXBlKFxuICAgICAgICAgICAgICAgIHN3aXRjaE1hcCgocm93cykgPT5cbiAgICAgICAgICAgICAgICAgICAgbWVyZ2UoXG4gICAgICAgICAgICAgICAgICAgICAgICAuLi5yb3dzLm1hcCgocm93KSA9PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvdy5vcGVuQ2hhbmdlLnBpcGUoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZpbHRlcihpZGVudGl0eSksXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1hcCgoKSA9PiByb3cpLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICAgICAgICApLFxuICAgICAgICAgICAgICAgICksXG4gICAgICAgICAgICApLFxuICAgICAgICAgICAgbmV3T3BlblJvdyQsXG4gICAgICAgICkucGlwZShcbiAgICAgICAgICAgIGZpbHRlcigoKSA9PiB0aGlzLmNsb3NlT3RoZXJzKSxcbiAgICAgICAgICAgIHRha2VVbnRpbERlc3Ryb3llZCh0aGlzLmRlc3Ryb3lSZWYpLFxuICAgICAgICApO1xuXG4gICAgICAgIHJvd3NPcGVuJC5zdWJzY3JpYmUoKGN1cnJlbnRSb3cpID0+IHtcbiAgICAgICAgICAgIGFjY29yZGlvbkl0ZW1zLmZvckVhY2goKHJvdykgPT4ge1xuICAgICAgICAgICAgICAgIGlmIChjdXJyZW50Um93ICE9PSByb3cpIHtcbiAgICAgICAgICAgICAgICAgICAgcm93LmNsb3NlKCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgIH1cbn1cbiJdfQ==
|