@taiga-ui/kit 4.52.0-canary.932d3ef → 4.52.0-canary.9c7b1f0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/components/accordion/accordion.component.d.ts +13 -0
- package/components/accordion/accordion.d.ts +4 -4
- package/components/accordion/accordion.directive.d.ts +11 -10
- package/components/accordion/index.d.ts +1 -3
- package/components/action-bar/action-bar.component.d.ts +5 -7
- package/components/action-bar/index.d.ts +0 -2
- package/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-outline.directive.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/avatar/avatar.directive.d.ts +4 -3
- package/components/badge/badge.directive.d.ts +2 -2
- package/components/badge/badge.options.d.ts +1 -3
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badge-notification/badge-notification.options.d.ts +1 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -3
- package/components/block/block.directive.d.ts +4 -4
- package/components/block/block.options.d.ts +2 -4
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/breadcrumbs/breadcrumbs.options.d.ts +1 -3
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-month/calendar-month.component.d.ts +1 -1
- package/components/calendar-range/calendar-range.component.d.ts +1 -3
- package/components/calendar-range/day-range-period.d.ts +2 -1
- package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
- package/components/carousel/carousel-scroll.directive.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +15 -18
- package/components/carousel/carousel.directive.d.ts +5 -4
- package/components/checkbox/checkbox.component.d.ts +7 -18
- package/components/checkbox/checkbox.options.d.ts +5 -9
- package/components/chip/chip.directive.d.ts +2 -4
- package/components/chip/chip.options.d.ts +1 -3
- package/components/combo-box/combo-box.d.ts +5 -0
- package/components/combo-box/combo-box.directive.d.ts +7 -9
- package/components/combo-box/index.d.ts +1 -0
- package/components/comment/comment.directive.d.ts +2 -2
- package/components/compass/compass.component.d.ts +2 -2
- package/components/confirm/confirm.component.d.ts +5 -3
- package/components/confirm/confirm.service.d.ts +3 -2
- package/{directives → components}/copy/copy.component.d.ts +4 -5
- package/{directives → components}/copy/copy.directive.d.ts +4 -6
- package/{directives → components}/copy/copy.options.d.ts +1 -1
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +4 -2
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
- package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
- package/components/data-list-wrapper/index.d.ts +1 -1
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/file/file.options.d.ts +1 -1
- package/components/files/files/files.component.d.ts +7 -10
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/files/input-files/input-files.options.d.ts +1 -3
- package/components/filter/filter.component.d.ts +9 -12
- package/components/fullscreen/fullscreen.component.d.ts +11 -0
- package/components/fullscreen/index.d.ts +1 -0
- package/components/index.d.ts +3 -5
- package/components/input-chip/input-chip.component.d.ts +9 -8
- package/components/input-chip/input-chip.d.ts +5 -1
- package/components/input-chip/input-chip.directive.d.ts +7 -12
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +10 -14
- package/components/input-color/input-color.d.ts +5 -0
- package/components/input-date/input-date.component.d.ts +2 -2
- package/components/input-date/input-date.d.ts +4 -1
- package/components/input-date/input-date.directive.d.ts +21 -22
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +10 -14
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +9 -10
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +14 -14
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-inline/input-inline.component.d.ts +3 -2
- package/components/input-month/input-month.component.d.ts +3 -5
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +6 -5
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +6 -5
- package/components/input-number/index.d.ts +3 -0
- package/components/input-number/input-number.d.ts +7 -2
- package/components/input-number/input-number.directive.d.ts +11 -28
- package/components/input-number/input-number.options.d.ts +4 -7
- package/components/input-number/number-mask.directive.d.ts +42 -0
- package/components/input-number/quantum.directive.d.ts +10 -8
- package/components/input-number/step/input-number-step.component.d.ts +11 -10
- package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
- package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
- package/components/input-phone/index.d.ts +1 -0
- package/components/input-phone/input-phone.d.ts +5 -0
- package/components/input-phone/input-phone.directive.d.ts +12 -14
- package/components/input-phone-international/index.d.ts +1 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +28 -36
- package/components/input-phone-international/input-phone-international.d.ts +5 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +2 -3
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +6 -7
- package/components/input-pin/input-pin.d.ts +5 -0
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +29 -62
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-slider/input-slider.directive.d.ts +6 -7
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +4 -1
- package/components/input-time/input-time.directive.d.ts +9 -11
- package/components/input-year/input-year.d.ts +4 -1
- package/components/input-year/input-year.directive.d.ts +8 -10
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/items-with-more/items-with-more.component.d.ts +6 -6
- package/components/items-with-more/items-with-more.directive.d.ts +6 -6
- package/components/like/like.component.d.ts +4 -11
- package/components/like/like.options.d.ts +3 -4
- package/components/line-clamp/line-clamp-box.component.d.ts +3 -4
- package/components/line-clamp/line-clamp.component.d.ts +8 -10
- package/components/line-clamp/line-clamp.options.d.ts +1 -3
- package/components/multi-select/multi-select-group/multi-select-group.component.d.ts +6 -8
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
- package/components/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/components/notification-middle/notification-middle.component.d.ts +2 -2
- package/components/notification-middle/notification-middle.directive.d.ts +4 -3
- package/components/notification-middle/notification-middle.service.d.ts +7 -3
- package/components/pager/pager.component.d.ts +13 -13
- package/components/pagination/index.d.ts +1 -0
- package/components/pagination/pagination.component.d.ts +25 -54
- package/components/pagination/pagination.options.d.ts +7 -0
- package/components/pin/pin.directive.d.ts +2 -2
- package/components/preview/dialog/preview-dialog.component.d.ts +2 -2
- package/components/preview/dialog/preview-dialog.directive.d.ts +3 -3
- package/components/preview/dialog/preview-dialog.service.d.ts +5 -2
- package/components/preview/index.d.ts +1 -0
- package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
- package/components/preview/preview.component.d.ts +6 -6
- package/components/preview/preview.d.ts +2 -1
- package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +1 -3
- package/components/preview/zoom/preview-zoom.component.d.ts +11 -17
- package/components/progress/progress-bar/fixed-gradient/progress-fixed-gradient.directive.d.ts +1 -2
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
- package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
- package/components/progress/progress-segmented/progress-segmented.directive.d.ts +2 -2
- package/components/progress/progress.options.d.ts +1 -3
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push-alert.component.d.ts +4 -3
- package/components/push/push.component.d.ts +7 -8
- package/components/push/push.directive.d.ts +4 -6
- package/components/push/push.options.d.ts +5 -8
- package/components/push/push.service.d.ts +6 -2
- package/components/radio/radio.component.d.ts +8 -9
- package/components/radio/radio.directive.d.ts +2 -2
- package/components/radio/radio.options.d.ts +2 -5
- package/components/radio-list/radio-list.component.d.ts +11 -9
- package/components/range/range-change.directive.d.ts +1 -2
- package/components/range/range.component.d.ts +16 -25
- package/components/rating/rating.component.d.ts +5 -5
- package/components/rating/rating.options.d.ts +6 -6
- package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
- package/components/segmented/segmented.component.d.ts +4 -6
- package/components/segmented/segmented.directive.d.ts +6 -7
- package/components/select/native-select/native-select.component.d.ts +7 -8
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/slider/helpers/key-steps.d.ts +1 -2
- package/components/slider/helpers/slider-key-steps.directive.d.ts +15 -23
- package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
- package/components/slider/slider.component.d.ts +4 -7
- package/components/slider/slider.options.d.ts +1 -6
- package/components/status/status.directive.d.ts +2 -2
- package/components/stepper/step.component.d.ts +14 -9
- package/components/stepper/stepper.component.d.ts +5 -12
- package/components/switch/switch.component.d.ts +8 -19
- package/components/switch/switch.options.d.ts +4 -8
- package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
- package/components/tabs/tabs-vertical.directive.d.ts +2 -2
- package/components/tabs/tabs-with-more.component.d.ts +13 -17
- package/components/tabs/tabs.directive.d.ts +5 -7
- package/components/tabs/tabs.options.d.ts +1 -6
- package/components/textarea/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +10 -11
- package/components/textarea/textarea.d.ts +6 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/tiles/tiles.component.d.ts +4 -7
- package/components/toast/index.d.ts +5 -0
- package/components/toast/toast.component.d.ts +18 -0
- package/components/toast/toast.d.ts +3 -0
- package/components/toast/toast.directive.d.ts +7 -0
- package/components/toast/toast.options.d.ts +10 -0
- package/components/toast/toast.service.d.ts +17 -0
- package/components/tree/components/tree/tree.component.d.ts +7 -7
- package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +8 -1
- package/components/tree/directives/tree-children.directive.d.ts +2 -2
- package/components/tree/directives/tree-controller.directive.d.ts +4 -5
- package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
- package/components/tree/directives/tree-node.directive.d.ts +5 -4
- package/components/tree/misc/tree.constants.d.ts +0 -3
- package/components/tree/misc/tree.tokens.d.ts +1 -6
- package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/button-select/button-select.directive.d.ts +4 -4
- package/directives/chevron/chevron.directive.d.ts +2 -3
- package/directives/data-list-dropdown-manager/data-list-dropdown-manager.directive.d.ts +5 -5
- package/directives/fade/fade.directive.d.ts +6 -6
- package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
- package/directives/fluid-typography/fluid-typography.options.d.ts +1 -3
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +1 -3
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/sensitive/sensitive.directive.d.ts +2 -2
- package/directives/shimmer/shimmer.directive.d.ts +3 -3
- package/directives/skeleton/skeleton.directive.d.ts +3 -3
- package/directives/tooltip/tooltip.directive.d.ts +3 -3
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +69 -145
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +24 -40
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +54 -80
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +16 -27
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -12
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +20 -31
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +19 -39
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +19 -27
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +6 -17
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +25 -26
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +70 -123
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +18 -76
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +18 -34
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +45 -50
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +13 -20
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +14 -17
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +106 -0
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +25 -78
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +118 -245
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +21 -34
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +44 -0
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +72 -81
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +30 -33
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +36 -53
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +37 -37
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +42 -59
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +58 -72
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -13
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +30 -28
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +43 -51
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +270 -214
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +126 -159
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +40 -46
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +26 -24
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +68 -91
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +46 -50
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +64 -71
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +33 -40
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -72
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +40 -33
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +38 -82
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +9 -12
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +44 -60
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +38 -34
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +31 -45
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +75 -150
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +15 -19
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +98 -158
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +93 -117
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +54 -74
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +35 -41
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +42 -96
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +19 -28
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +11 -7
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +32 -59
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +81 -62
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +96 -122
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +12 -16
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +61 -88
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +22 -64
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +96 -166
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +62 -82
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +38 -71
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +164 -0
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-tree.mjs +92 -127
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +3 -5
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +9 -12
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +20 -19
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +16 -22
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +9 -15
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +25 -53
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +28 -40
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +14 -27
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -21
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +14 -16
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -18
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +13 -18
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +24 -34
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +28 -38
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +17 -22
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +10 -14
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +10 -15
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +1 -3
- package/fesm2022/taiga-ui-kit-directives.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +43 -0
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +22 -36
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -27
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs +3 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs +4 -126
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +3 -15
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +49 -57
- package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
- package/pipes/auto-color/index.d.ts +1 -0
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +5 -2
- package/pipes/flag/flag.pipe.d.ts +13 -0
- package/pipes/flag/index.d.ts +1 -0
- package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
- package/pipes/index.d.ts +3 -1
- package/pipes/initials/index.d.ts +1 -0
- package/pipes/initials/initials.pipe.d.ts +7 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/styles/components/avatar.less +188 -0
- package/styles/components/badge.less +4 -3
- package/styles/components/block.less +4 -4
- package/styles/components/checkbox.less +14 -12
- package/styles/components/chip.less +15 -4
- package/styles/components/comment.less +1 -1
- package/styles/components/like.less +4 -9
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +6 -10
- package/styles/components/radio.less +1 -1
- package/styles/components/switch.less +12 -11
- package/styles/components/toast.less +44 -0
- package/tokens/i18n.d.ts +26 -26
- package/tokens/index.d.ts +0 -8
- package/utils/index.d.ts +0 -2
- package/utils/maskito.binding.d.ts +1 -1
- package/components/accordion/accordion-item-content.directive.d.ts +0 -6
- package/components/accordion/accordion-item-eager-content.directive.d.ts +0 -5
- package/components/accordion/accordion-item.component.d.ts +0 -25
- package/components/action-bar/action-bar.d.ts +0 -3
- package/components/action-bar/action-bar.directive.d.ts +0 -6
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-password/index.d.ts +0 -2
- package/components/input-password/input-password.component.d.ts +0 -16
- package/components/input-password/input-password.options.d.ts +0 -24
- package/components/input-range/input-range.d.ts +0 -3
- package/components/pdf-viewer/index.d.ts +0 -4
- package/components/pdf-viewer/pdf-viewer.component.d.ts +0 -12
- package/components/pdf-viewer/pdf-viewer.directive.d.ts +0 -7
- package/components/pdf-viewer/pdf-viewer.options.d.ts +0 -13
- package/components/pdf-viewer/pdf-viewer.service.d.ts +0 -13
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/components/textarea/textarea-limit.directive.d.ts +0 -27
- package/directives/button-close/button-close.directive.d.ts +0 -5
- package/directives/button-close/index.d.ts +0 -1
- package/directives/lazy-loading/index.d.ts +0 -2
- package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
- package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -78
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -43
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-input-password.mjs +0 -95
- package/fesm2022/taiga-ui-kit-components-input-password.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs +0 -83
- package/fesm2022/taiga-ui-kit-components-pdf-viewer.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs +0 -64
- package/fesm2022/taiga-ui-kit-components-preview-dialog.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -57
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -39
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-copy.mjs +0 -121
- package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs +0 -81
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-pipes-field-error.mjs +0 -147
- package/fesm2022/taiga-ui-kit-pipes-field-error.mjs.map +0 -1
- package/pipes/field-error/field-error-content-pipe.d.ts +0 -14
- package/pipes/field-error/field-error-pipe.d.ts +0 -29
- package/pipes/field-error/index.d.ts +0 -2
- package/tokens/calendar-date-stream.d.ts +0 -10
- package/tokens/date-inputs-value-transformers.d.ts +0 -19
- package/tokens/input-date-options.d.ts +0 -15
- package/tokens/items-handlers.d.ts +0 -26
- package/tokens/mobile-calendar.d.ts +0 -6
- package/tokens/month-formatter.d.ts +0 -5
- package/tokens/validation-errors.d.ts +0 -5
- package/utils/phone.d.ts +0 -3
- package/utils/toggle-day.d.ts +0 -2
- /package/{directives → components}/copy/copy.d.ts +0 -0
- /package/{directives → components}/copy/index.d.ts +0 -0
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { type AfterContentInit } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
3
|
import { TuiSliderComponent } from '../slider.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class TuiSliderThumbLabel implements AfterContentInit {
|
|
7
|
-
protected readonly slider
|
|
8
|
-
protected readonly control
|
|
6
|
+
protected readonly slider: import("@angular/core").Signal<TuiSliderComponent | undefined>;
|
|
7
|
+
protected readonly control: import("@angular/core").Signal<NgControl | undefined>;
|
|
9
8
|
ngAfterContentInit(): void;
|
|
10
|
-
protected get size(): TuiSizeS;
|
|
11
9
|
protected get ratio(): number;
|
|
12
10
|
protected get ghostStart(): number;
|
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderThumbLabel, never>;
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
2
1
|
import { TuiSliderKeyStepsBase } from './helpers/slider-key-steps.directive';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiSliderComponent {
|
|
5
4
|
private readonly control;
|
|
6
5
|
protected readonly options: import("./slider.options").TuiSliderOptions;
|
|
7
|
-
protected readonly segments: import("@angular/core").WritableSignal<number[]>;
|
|
8
6
|
protected readonly ticksGradient: import("@angular/core").Signal<string>;
|
|
9
|
-
size: TuiSizeS
|
|
7
|
+
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeS>;
|
|
8
|
+
readonly segments: import("@angular/core").InputSignalWithTransform<readonly number[], number | readonly number[]>;
|
|
10
9
|
readonly el: HTMLInputElement;
|
|
11
10
|
readonly keySteps: TuiSliderKeyStepsBase | null;
|
|
12
11
|
constructor();
|
|
13
|
-
set segmentsSetter(segments: number[]);
|
|
14
12
|
get valueRatio(): number;
|
|
15
13
|
get min(): number;
|
|
16
14
|
set min(x: number);
|
|
@@ -20,8 +18,7 @@ export declare class TuiSliderComponent {
|
|
|
20
18
|
set step(x: number);
|
|
21
19
|
get value(): number;
|
|
22
20
|
set value(newValue: number);
|
|
23
|
-
protected getTicksGradient(segments: number[]): string;
|
|
21
|
+
protected getTicksGradient(segments: readonly number[]): string;
|
|
24
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSliderComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSliderComponent, "input[type=range][tuiSlider]", never, { "size": { "alias": "size"; "required": false; }; "
|
|
26
|
-
static ngAcceptInputType_segmentsSetter: number[] | number;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSliderComponent, "input[type=range][tuiSlider]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "segments": { "alias": "segments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
24
|
}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
2
|
export interface TuiSliderOptions {
|
|
4
3
|
readonly size: TuiSizeS;
|
|
5
4
|
readonly trackColor: string;
|
|
6
5
|
}
|
|
7
6
|
export declare const TUI_SLIDER_DEFAULT_OPTIONS: TuiSliderOptions;
|
|
8
|
-
|
|
9
|
-
* Default parameters for Slider component
|
|
10
|
-
*/
|
|
11
|
-
export declare const TUI_SLIDER_OPTIONS: InjectionToken<TuiSliderOptions>;
|
|
12
|
-
export declare function tuiSliderOptionsProvider(options: Partial<TuiSliderOptions>): Provider;
|
|
7
|
+
export declare const TUI_SLIDER_OPTIONS: import("@angular/core").InjectionToken<TuiSliderOptions>, tuiSliderOptionsProvider: (item: Partial<TuiSliderOptions> | (() => Partial<TuiSliderOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TuiStatus {
|
|
3
3
|
protected readonly nothing: undefined;
|
|
4
|
-
tuiStatus: string
|
|
4
|
+
readonly tuiStatus: import("@angular/core").InputSignal<string>;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiStatus, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiStatus, "[tuiStatus]", never, { "tuiStatus": { "alias": "tuiStatus"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiStatus, "[tuiStatus]", never, { "tuiStatus": { "alias": "tuiStatus"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
7
|
}
|
|
@@ -1,17 +1,22 @@
|
|
|
1
|
+
import { TuiStepperComponent } from './stepper.component';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@taiga-ui/core/components/cell";
|
|
4
|
+
import * as i2 from "@taiga-ui/core/directives/appearance";
|
|
2
5
|
export declare class TuiStep {
|
|
3
|
-
private readonly stepper;
|
|
4
6
|
private readonly el;
|
|
5
|
-
protected readonly $: import("rxjs").Subscription;
|
|
6
|
-
protected focusVisible: boolean;
|
|
7
7
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
protected
|
|
11
|
-
protected
|
|
12
|
-
|
|
8
|
+
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
9
|
+
protected readonly size: import("@angular/core").Signal<"" | "m" | "l" | "s"> | import("@angular/core").WritableSignal<""> | import("@angular/core").WritableSignal<"m"> | import("@angular/core").WritableSignal<"l"> | import("@angular/core").WritableSignal<"s">;
|
|
10
|
+
protected readonly stepper: TuiStepperComponent;
|
|
11
|
+
protected readonly $: import("rxjs").Subscription;
|
|
12
|
+
readonly stepState: import("@angular/core").InputSignal<"error" | "normal" | "pass">;
|
|
13
|
+
readonly icon: import("@angular/core").InputSignal<string>;
|
|
14
|
+
protected readonly isActive: import("@angular/core").Signal<boolean>;
|
|
15
|
+
protected avatarAppearance: import("@angular/core").Signal<"primary" | "negative" | "secondary">;
|
|
16
|
+
protected readonly avatarContent: import("@angular/core").Signal<string>;
|
|
17
|
+
protected readonly avatarIcon: import("@angular/core").Signal<string>;
|
|
13
18
|
protected get index(): number;
|
|
14
19
|
protected activate(): void;
|
|
15
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiStep, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiStep, "button[tuiStep], a[tuiStep]:not([routerLink]), a[tuiStep][routerLink][routerLinkActive]", never, { "stepState": { "alias": "stepState"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiStep, "button[tuiStep], a[tuiStep]:not([routerLink]), a[tuiStep][routerLink][routerLinkActive]", never, { "stepState": { "alias": "stepState"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TuiCell; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithAppearance; inputs: {}; outputs: {}; }]>;
|
|
17
22
|
}
|
|
@@ -1,27 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type OnChanges } from '@angular/core';
|
|
2
2
|
import { type TuiOrientation } from '@taiga-ui/core/types';
|
|
3
|
-
import { type Observable } from 'rxjs';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiStepperComponent implements OnChanges {
|
|
6
|
-
private readonly steps;
|
|
7
|
-
private readonly cdr;
|
|
8
5
|
private readonly el;
|
|
9
|
-
private readonly
|
|
10
|
-
private readonly speed;
|
|
11
|
-
private readonly destroyRef;
|
|
6
|
+
private readonly steps;
|
|
12
7
|
protected readonly $: import("rxjs").Subscription;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
readonly activeItemIndexChange: EventEmitter<number>;
|
|
8
|
+
readonly orientation: import("@angular/core").InputSignal<TuiOrientation>;
|
|
9
|
+
readonly activeItemIndex: import("@angular/core").ModelSignal<number>;
|
|
16
10
|
ngOnChanges(): void;
|
|
17
11
|
indexOf(step: HTMLElement): number;
|
|
18
12
|
isActive(index: number): boolean;
|
|
19
13
|
activate(index: number): void;
|
|
20
|
-
protected get changes$(): Observable<unknown>;
|
|
21
14
|
protected onHorizontal(event: Event, step: number): void;
|
|
22
15
|
protected onVertical(event: Event, step: number): void;
|
|
23
16
|
private moveFocus;
|
|
24
17
|
private scrollIntoView;
|
|
25
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiStepperComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiStepperComponent, "tui-stepper, nav[tuiStepper]", never, { "
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiStepperComponent, "tui-stepper, nav[tuiStepper]", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "activeItemIndex": { "alias": "activeItemIndex"; "required": false; "isSignal": true; }; }, { "activeItemIndex": "activeItemIndexChange"; }, ["steps"], ["*"], true, never>;
|
|
27
20
|
}
|
|
@@ -1,22 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
1
|
+
import { TuiRadioComponent } from '@taiga-ui/kit/components/radio';
|
|
2
|
+
import { type TuiSwitchOptions } from './switch.options';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/directives/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private readonly destroyRef;
|
|
11
|
-
private readonly cdr;
|
|
12
|
-
private readonly options;
|
|
13
|
-
private readonly el;
|
|
14
|
-
protected readonly control: NgControl | null;
|
|
15
|
-
size: TuiSizeS;
|
|
16
|
-
showIcons: boolean;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngDoCheck(): void;
|
|
19
|
-
protected get icon(): string | null;
|
|
4
|
+
import * as i1 from "@taiga-ui/core/directives/icons";
|
|
5
|
+
export declare class TuiSwitch extends TuiRadioComponent<TuiSwitchOptions> {
|
|
6
|
+
protected readonly native: boolean;
|
|
7
|
+
protected readonly icon: import("@angular/core").Signal<string>;
|
|
8
|
+
readonly showIcons: import("@angular/core").InputSignal<boolean>;
|
|
20
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSwitch, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSwitch, "input[type=\"checkbox\"][tuiSwitch]", never, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSwitch, "input[type=\"checkbox\"][tuiSwitch]", never, { "showIcons": { "alias": "showIcons"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiIcons; inputs: {}; outputs: {}; }]>;
|
|
22
11
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
3
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
4
|
-
|
|
3
|
+
import { type TuiRadioOptions } from '@taiga-ui/kit/components/radio';
|
|
4
|
+
export interface TuiSwitchOptions extends TuiRadioOptions {
|
|
5
5
|
readonly showIcons: boolean;
|
|
6
|
-
readonly
|
|
7
|
-
readonly icon: TuiStringHandler<TuiSizeS> | string;
|
|
8
|
-
readonly appearance: TuiStringHandler<HTMLInputElement>;
|
|
6
|
+
readonly icon: TuiStringHandler<TuiSizeS>;
|
|
9
7
|
}
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const TUI_SWITCH_OPTIONS: InjectionToken<TuiSwitchOptions>;
|
|
12
|
-
export declare function tuiSwitchOptionsProvider(options: Partial<TuiSwitchOptions>): Provider;
|
|
8
|
+
export declare const TUI_SWITCH_OPTIONS: import("@angular/core").InjectionToken<TuiSwitchOptions>, tuiSwitchOptionsProvider: (item: Partial<TuiSwitchOptions> | (() => Partial<TuiSwitchOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { type AfterViewChecked
|
|
1
|
+
import { type AfterViewChecked } 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 {
|
|
5
5
|
private readonly el;
|
|
6
6
|
private readonly options;
|
|
7
7
|
private readonly tabs;
|
|
8
|
-
protected readonly children: QueryList<unknown>;
|
|
9
8
|
protected readonly sub: import("rxjs").Subscription;
|
|
10
|
-
underline: string | boolean
|
|
9
|
+
readonly underline: import("@angular/core").InputSignal<string | boolean>;
|
|
10
|
+
constructor();
|
|
11
11
|
ngAfterViewChecked(): void;
|
|
12
12
|
protected onKeyDownArrow(current: HTMLElement, step: number): void;
|
|
13
13
|
protected refresh(): void;
|
|
14
|
-
private scrollTo;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTabsHorizontal, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsHorizontal, "tui-tabs:not([vertical]), nav[tuiTabs]:not([vertical])", never, { "underline": { "alias": "underline"; "required": false; }; }, {},
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsHorizontal, "tui-tabs:not([vertical]), nav[tuiTabs]:not([vertical])", never, { "underline": { "alias": "underline"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiTabsDirective; inputs: { "activeItemIndex": "activeItemIndex"; "size": "size"; }; outputs: { "activeItemIndexChange": "activeItemIndexChange"; }; }]>;
|
|
17
16
|
}
|
|
@@ -3,8 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./tabs.directive";
|
|
4
4
|
export declare class TuiTabsVertical {
|
|
5
5
|
private readonly tabs;
|
|
6
|
-
vertical: TuiHorizontalDirection
|
|
6
|
+
readonly vertical: import("@angular/core").InputSignal<TuiHorizontalDirection>;
|
|
7
7
|
protected onKeyDownArrow(current: HTMLElement, step: number): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTabsVertical, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsVertical, "tui-tabs[vertical], nav[tuiTabs][vertical]", never, { "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiTabsDirective; inputs: { "activeItemIndex": "activeItemIndex"; "size": "size"; }; outputs: { "activeItemIndexChange": "activeItemIndexChange"; }; }]>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsVertical, "tui-tabs[vertical], nav[tuiTabs][vertical]", never, { "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiTabsDirective; inputs: { "activeItemIndex": "activeItemIndex"; "size": "size"; }; outputs: { "activeItemIndexChange": "activeItemIndexChange"; }; }]>;
|
|
10
10
|
}
|
|
@@ -1,28 +1,26 @@
|
|
|
1
|
-
import { type AfterViewChecked, type AfterViewInit,
|
|
1
|
+
import { type AfterViewChecked, type AfterViewInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiActiveZone } from '@taiga-ui/cdk/directives/active-zone';
|
|
3
3
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
4
|
-
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
5
4
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit {
|
|
8
|
-
private readonly moreButton
|
|
9
|
-
private readonly dir
|
|
7
|
+
private readonly moreButton;
|
|
8
|
+
private readonly dir;
|
|
10
9
|
private readonly options;
|
|
11
10
|
private readonly refresh$;
|
|
12
11
|
private readonly el;
|
|
13
12
|
private readonly cdr;
|
|
14
13
|
private maxIndex;
|
|
15
|
-
protected readonly items:
|
|
16
|
-
protected readonly moreWord
|
|
14
|
+
protected readonly items: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
15
|
+
protected readonly moreWord: import("@angular/core").Signal<string>;
|
|
17
16
|
protected open: boolean;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
underline: string | boolean
|
|
22
|
-
itemsLimit: number
|
|
23
|
-
readonly
|
|
24
|
-
|
|
25
|
-
set itemIndex(activeItemIndex: number);
|
|
17
|
+
protected readonly sync: import("@angular/core").EffectRef;
|
|
18
|
+
readonly activeItemIndex: import("@angular/core").ModelSignal<number>;
|
|
19
|
+
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeL>;
|
|
20
|
+
readonly underline: import("@angular/core").InputSignal<string | boolean>;
|
|
21
|
+
readonly itemsLimit: import("@angular/core").InputSignal<number>;
|
|
22
|
+
readonly moreContent: import("@angular/core").InputSignal<PolymorpheusContent>;
|
|
23
|
+
readonly dropdownContent: import("@angular/core").InputSignal<PolymorpheusContent<TuiContext<TuiActiveZone>>>;
|
|
26
24
|
get lastVisibleIndex(): number;
|
|
27
25
|
ngAfterViewInit(): void;
|
|
28
26
|
ngAfterViewChecked(): void;
|
|
@@ -32,7 +30,6 @@ export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit
|
|
|
32
30
|
protected get isMoreVisible(): boolean;
|
|
33
31
|
protected get isMoreFocusable(): boolean;
|
|
34
32
|
protected get isMoreActive(): boolean;
|
|
35
|
-
protected onActiveItemIndexChange(activeItemIndex: number): void;
|
|
36
33
|
protected onClick(index: number): void;
|
|
37
34
|
protected onArrowRight(event: Event): void;
|
|
38
35
|
protected onArrowLeft(): void;
|
|
@@ -42,8 +39,7 @@ export declare class TuiTabsWithMore implements AfterViewChecked, AfterViewInit
|
|
|
42
39
|
private get margin();
|
|
43
40
|
private focusMore;
|
|
44
41
|
private getMaxIndex;
|
|
45
|
-
private updateActiveItemIndex;
|
|
46
42
|
private refresh;
|
|
47
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTabsWithMore, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTabsWithMore, "tui-tabs-with-more, nav[tuiTabsWithMore]", never, { "
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTabsWithMore, "tui-tabs-with-more, nav[tuiTabsWithMore]", never, { "activeItemIndex": { "alias": "activeItemIndex"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "underline": { "alias": "underline"; "required": false; "isSignal": true; }; "itemsLimit": { "alias": "itemsLimit"; "required": false; "isSignal": true; }; "moreContent": { "alias": "moreContent"; "required": false; "isSignal": true; }; "dropdownContent": { "alias": "dropdownContent"; "required": false; "isSignal": true; }; }, { "activeItemIndex": "activeItemIndexChange"; }, ["items"], never, true, never>;
|
|
49
45
|
}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { type AfterViewChecked
|
|
2
|
-
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
1
|
+
import { type AfterViewChecked } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class TuiTabsDirective implements AfterViewChecked {
|
|
5
4
|
private readonly el;
|
|
6
5
|
private readonly injector;
|
|
7
6
|
protected readonly nothing: undefined;
|
|
8
|
-
size: TuiSizeL
|
|
9
|
-
activeItemIndex: number
|
|
10
|
-
readonly activeItemIndexChange: EventEmitter<number>;
|
|
7
|
+
readonly size: import("@angular/core").InputSignal<import("@taiga-ui/core/types").TuiSizeL>;
|
|
8
|
+
readonly activeItemIndex: import("@angular/core").ModelSignal<number>;
|
|
11
9
|
get tabs(): readonly HTMLElement[];
|
|
12
10
|
get activeElement(): HTMLElement | null;
|
|
13
11
|
moveFocus(current: HTMLElement, step: number): void;
|
|
14
12
|
ngAfterViewChecked(): void;
|
|
15
|
-
protected onActivate(
|
|
13
|
+
protected onActivate(element: HTMLElement): void;
|
|
16
14
|
protected markTabAsActive(): void;
|
|
17
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTabsDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsDirective, never, never, { "size": { "alias": "size"; "required": false; }; "activeItemIndex": { "alias": "activeItemIndex"; "required": false; }; }, { "
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTabsDirective, never, never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "activeItemIndex": { "alias": "activeItemIndex"; "required": false; "isSignal": true; }; }, { "activeItemIndex": "activeItemIndexChange"; }, never, never, true, never>;
|
|
19
17
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { InjectionToken, type Provider } from '@angular/core';
|
|
2
1
|
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
3
2
|
export interface TuiTabsOptions {
|
|
4
3
|
readonly exposeActive: boolean;
|
|
@@ -8,8 +7,4 @@ export interface TuiTabsOptions {
|
|
|
8
7
|
readonly size: TuiSizeL;
|
|
9
8
|
}
|
|
10
9
|
export declare const TUI_TABS_DEFAULT_OPTIONS: TuiTabsOptions;
|
|
11
|
-
|
|
12
|
-
* Default parameters for Tabs component
|
|
13
|
-
*/
|
|
14
|
-
export declare const TUI_TABS_OPTIONS: InjectionToken<TuiTabsOptions>;
|
|
15
|
-
export declare function tuiTabsOptionsProvider(options: Partial<TuiTabsOptions>): Provider;
|
|
10
|
+
export declare const TUI_TABS_OPTIONS: import("@angular/core").InjectionToken<TuiTabsOptions>, tuiTabsOptionsProvider: (item: Partial<TuiTabsOptions> | (() => Partial<TuiTabsOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { type AfterViewInit
|
|
1
|
+
import { type AfterViewInit } from '@angular/core';
|
|
2
2
|
import { TuiTextfieldComponent } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { type TuiTextareaOptions } from './textarea.options';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
6
|
-
export declare class
|
|
7
|
-
private readonly template
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
|
+
export declare class TuiTextareaComponent implements AfterViewInit {
|
|
6
|
+
private readonly template;
|
|
8
7
|
private readonly options;
|
|
9
8
|
private readonly vcr;
|
|
10
|
-
|
|
9
|
+
private readonly text;
|
|
11
10
|
protected readonly el: HTMLTextAreaElement;
|
|
12
11
|
protected readonly textfield: TuiTextfieldComponent<any>;
|
|
13
12
|
protected readonly isMobile: boolean;
|
|
14
|
-
min: number
|
|
15
|
-
max: number
|
|
16
|
-
content:
|
|
13
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
14
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
15
|
+
readonly content: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent<import("@taiga-ui/cdk/types").TuiContext<string>>>;
|
|
17
16
|
ngAfterViewInit(): void;
|
|
18
17
|
protected onScroll(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTextareaComponent, "textarea[tuiTextarea]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }]>;
|
|
21
20
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiTextareaComponent } from './textarea.component';
|
|
5
|
+
import { TuiTextareaDirective } from './textarea.directive';
|
|
6
|
+
export declare const TuiTextarea: readonly [typeof TuiTextareaComponent, typeof TuiTextareaDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type DoCheck } from '@angular/core';
|
|
2
|
+
import { type AbstractControl, type ValidationErrors, type Validator } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiTextareaDirective implements Validator, DoCheck {
|
|
5
|
+
private readonly textfield;
|
|
6
|
+
private readonly ref;
|
|
7
|
+
readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
8
|
+
readonly limit: import("@angular/core").InputSignal<number>;
|
|
9
|
+
ngDoCheck(): void;
|
|
10
|
+
validate(control: AbstractControl): ValidationErrors | null;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextareaDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextareaDirective, "[tuiTextarea][limit]", never, { "limit": { "alias": "limit"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
import { type AfterViewInit, type OnDestroy } from '@angular/core';
|
|
2
|
+
import { TuiTilesComponent } from './tiles.component';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiTile implements OnDestroy, AfterViewInit {
|
|
4
|
-
private readonly wrapper
|
|
5
|
+
private readonly wrapper;
|
|
5
6
|
private readonly service;
|
|
6
|
-
|
|
7
|
-
protected dragged: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
-
width: number
|
|
9
|
-
height: number
|
|
7
|
+
protected readonly tiles: TuiTilesComponent;
|
|
8
|
+
protected readonly dragged: import("@angular/core").WritableSignal<boolean>;
|
|
9
|
+
readonly width: import("@angular/core").InputSignal<number>;
|
|
10
|
+
readonly height: import("@angular/core").InputSignal<number>;
|
|
10
11
|
readonly element: HTMLElement;
|
|
11
12
|
onDrag(offset: readonly [number, number]): void;
|
|
12
13
|
ngAfterViewInit(): void;
|
|
13
14
|
ngOnDestroy(): void;
|
|
14
|
-
protected get column(): string;
|
|
15
|
-
protected get row(): string;
|
|
16
|
-
protected onEnter(): void;
|
|
17
|
-
protected onTransitionEnd(): void;
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTile, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTile, "tui-tile", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTile, "tui-tile", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
20
17
|
}
|
|
@@ -7,7 +7,7 @@ export declare class TuiTileService implements OnDestroy {
|
|
|
7
7
|
private readonly sub;
|
|
8
8
|
private readonly offset$;
|
|
9
9
|
private readonly position$;
|
|
10
|
-
init(element
|
|
10
|
+
init(element?: HTMLElement): void;
|
|
11
11
|
setOffset(offset: readonly [number, number]): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
private getRect;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiTilesComponent {
|
|
4
3
|
private readonly el$;
|
|
5
4
|
private readonly handler;
|
|
6
|
-
|
|
7
|
-
readonly
|
|
5
|
+
protected readonly sub: import("rxjs").Subscription;
|
|
6
|
+
readonly debounce: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly order: import("@angular/core").ModelSignal<Map<number, number>>;
|
|
8
8
|
readonly element: import("@angular/core").WritableSignal<Element | null>;
|
|
9
9
|
readonly el: HTMLElement;
|
|
10
|
-
readonly order$: BehaviorSubject<Map<number, number>>;
|
|
11
|
-
set order(map: Map<number, number>);
|
|
12
|
-
get order(): Map<number, number>;
|
|
13
10
|
rearrange(element?: Element): void;
|
|
14
11
|
private filter;
|
|
15
12
|
private reorder;
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTilesComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTilesComponent, "tui-tiles", never, { "debounce": { "alias": "debounce"; "required": false; }; "order": { "alias": "order"; "required": false; }; }, { "
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTilesComponent, "tui-tiles", never, { "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "order": { "alias": "order"; "required": false; "isSignal": true; }; }, { "order": "orderChange"; }, never, ["*"], true, never>;
|
|
18
15
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type AfterViewInit } from '@angular/core';
|
|
2
|
+
import { type TuiPortalContext } from '@taiga-ui/cdk/portals';
|
|
3
|
+
import { type TuiToastOptions } from './toast.options';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
6
|
+
import * as i2 from "@taiga-ui/core/portals/alert";
|
|
7
|
+
export declare class TuiToastComponent<O, I> implements AfterViewInit {
|
|
8
|
+
private readonly close;
|
|
9
|
+
private readonly el;
|
|
10
|
+
protected readonly isMobile: boolean;
|
|
11
|
+
protected readonly context: TuiPortalContext<TuiToastOptions<I>, O>;
|
|
12
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
13
|
+
protected readonly $: import("rxjs").Subscription;
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
|
+
protected onSwipe(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastComponent<any, any>, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiToastComponent<any, any>, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAlertDirective; inputs: {}; outputs: {}; }]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/directives/icons";
|
|
3
|
+
export declare class TuiToastDirective {
|
|
4
|
+
protected readonly nothing: undefined;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastDirective, "[tuiToast]:not(ng-template)", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithIcons; inputs: {}; outputs: {}; }]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { type TuiPositionOptions } from '@taiga-ui/core/portals/alert';
|
|
3
|
+
export interface TuiToastOptions<I> extends TuiPositionOptions {
|
|
4
|
+
readonly autoClose: number;
|
|
5
|
+
readonly closable: boolean;
|
|
6
|
+
readonly appearance: string;
|
|
7
|
+
readonly data?: I;
|
|
8
|
+
}
|
|
9
|
+
export declare const TUI_TOAST_CONCURRENCY: InjectionToken<1 | 2>;
|
|
10
|
+
export declare const TUI_TOAST_OPTIONS: InjectionToken<TuiToastOptions<any>>, tuiToastOptionsProvider: (item: Partial<TuiToastOptions<any>> | (() => Partial<TuiToastOptions<any>>)) => import("@angular/core").FactoryProvider;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TuiAlertService } from '@taiga-ui/core/portals/alert';
|
|
2
|
+
import { TuiToastComponent } from './toast.component';
|
|
3
|
+
import { type TuiToastOptions } from './toast.options';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@taiga-ui/cdk/portals";
|
|
6
|
+
export declare class TuiToastService extends TuiAlertService<TuiToastOptions<any>> {
|
|
7
|
+
protected readonly options: TuiToastOptions<any>;
|
|
8
|
+
protected readonly component: typeof TuiToastComponent;
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiToastService>;
|
|
12
|
+
}
|
|
13
|
+
export declare class TuiToastTemplate<T> {
|
|
14
|
+
readonly tuiToastOptions: import("@angular/core").InputSignal<Partial<TuiToastOptions<T>>>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiToastTemplate<any>, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiToastTemplate<any>, "ng-template[tuiToast]", never, { "tuiToastOptions": { "alias": "tuiToastOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiToastOptions"; "open": "tuiToast"; }; outputs: { "openChange": "tuiToastChange"; }; }]>;
|
|
17
|
+
}
|
|
@@ -6,16 +6,16 @@ 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 {
|
|
8
8
|
private readonly check$;
|
|
9
|
-
protected readonly item
|
|
10
|
-
protected readonly child
|
|
11
|
-
protected readonly children
|
|
9
|
+
protected readonly item: import("@angular/core").Signal<TuiTreeItem | undefined>;
|
|
10
|
+
protected readonly child: import("@angular/core").Signal<TuiTreeComponent<any> | undefined>;
|
|
11
|
+
protected readonly children: import("@angular/core").Signal<readonly T[] | readonly []>;
|
|
12
12
|
protected readonly directive: TuiTreeChildren<T> | null;
|
|
13
|
-
value: T
|
|
14
|
-
trackBy: TrackByFunction<T
|
|
15
|
-
content: PolymorpheusContent<TuiTreeContext<T
|
|
13
|
+
readonly value: import("@angular/core").InputSignal<T>;
|
|
14
|
+
readonly trackBy: import("@angular/core").InputSignal<TrackByFunction<T>>;
|
|
15
|
+
readonly content: import("@angular/core").InputSignal<PolymorpheusContent<TuiTreeContext<T>>>;
|
|
16
16
|
ngDoCheck(): void;
|
|
17
17
|
protected checkChanges(): void;
|
|
18
18
|
private get handler();
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTreeComponent<any>, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeComponent<any>, "tui-tree", never, { "value": { "alias": "value"; "required": true; }; "trackBy": { "alias": "trackBy"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeComponent<any>, "tui-tree", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -5,8 +5,8 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class TuiTreeItem implements DoCheck {
|
|
6
6
|
private readonly nested;
|
|
7
7
|
private readonly el;
|
|
8
|
-
private readonly controller;
|
|
9
8
|
private readonly change$;
|
|
9
|
+
private readonly controller;
|
|
10
10
|
protected readonly level: number;
|
|
11
11
|
protected readonly content: PolymorpheusContent<TuiTreeItemContext>;
|
|
12
12
|
protected readonly attached: import("@angular/core").Signal<boolean>;
|
|
@@ -1,12 +1,19 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
1
3
|
import { type TuiTreeItemContext } from '../../misc/tree.interfaces';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
export declare class TuiTreeItemContent {
|
|
4
6
|
private readonly controller;
|
|
5
7
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
6
|
-
protected readonly more: import("@angular/core").Signal<string
|
|
8
|
+
protected readonly more: import("@angular/core").Signal<string>;
|
|
7
9
|
protected readonly context: TuiTreeItemContext;
|
|
8
10
|
protected get isExpandable(): boolean;
|
|
9
11
|
protected onClick(): void;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTreeItemContent, never>;
|
|
11
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiTreeItemContent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
14
|
}
|
|
15
|
+
export declare const TUI_TREE_ITEM_CONTENT: PolymorpheusComponent<TuiTreeItemContent>;
|
|
16
|
+
/**
|
|
17
|
+
* Content for a tree item
|
|
18
|
+
*/
|
|
19
|
+
export declare const TUI_TREE_CONTENT: InjectionToken<PolymorpheusContent<TuiTreeItemContext>>;
|