@taiga-ui/kit 4.52.0-canary.abf3e8c → 4.52.0-canary.ae38a1e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -3
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-month/calendar-month.component.d.ts +5 -5
- 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/combo-box/combo-box.d.ts +1 -1
- package/components/combo-box/combo-box.directive.d.ts +3 -5
- package/components/compass/compass.component.d.ts +2 -2
- package/components/copy/copy.component.d.ts +2 -3
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/files/files.component.d.ts +5 -8
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/filter/filter.component.d.ts +9 -12
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -3
- package/components/input-color/input-color.component.d.ts +5 -9
- package/components/input-color/input-color.d.ts +1 -1
- package/components/input-date/input-date.component.d.ts +2 -2
- package/components/input-date/input-date.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +15 -14
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -1
- package/components/input-date-multi/input-date-multi.directive.d.ts +2 -2
- package/components/input-date-range/input-date-range.d.ts +1 -1
- package/components/input-date-range/input-date-range.directive.d.ts +7 -8
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +1 -1
- package/components/input-date-time/input-date-time.directive.d.ts +12 -12
- 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 +1 -1
- package/components/input-month/input-month.directive.d.ts +1 -1
- package/components/input-month-range/input-month-range.d.ts +1 -1
- package/components/input-month-range/input-month-range.directive.d.ts +1 -1
- package/components/input-number/index.d.ts +3 -0
- package/components/input-number/input-number.d.ts +5 -3
- package/components/input-number/input-number.directive.d.ts +9 -22
- 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 +10 -9
- 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/input-phone.d.ts +1 -1
- package/components/input-phone/input-phone.directive.d.ts +6 -8
- package/components/input-phone-international/input-phone-international.component.d.ts +8 -10
- package/components/input-phone-international/input-phone-international.d.ts +1 -1
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +3 -4
- package/components/input-pin/input-pin.d.ts +1 -1
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +22 -52
- package/components/input-slider/input-slider.d.ts +1 -1
- package/components/input-slider/input-slider.directive.d.ts +3 -2
- package/components/input-time/input-time.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-year/input-year.d.ts +1 -1
- package/components/input-year/input-year.directive.d.ts +4 -6
- 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/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
- package/components/pager/pager.component.d.ts +12 -12
- package/components/pagination/pagination.component.d.ts +1 -1
- 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/zoom/preview-zoom.component.d.ts +10 -17
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push.component.d.ts +6 -7
- package/components/radio-list/radio-list.component.d.ts +9 -9
- package/components/range/range.component.d.ts +3 -4
- package/components/select/select.d.ts +1 -1
- package/components/slider/helpers/slider-key-steps.directive.d.ts +10 -7
- 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/stepper/step.component.d.ts +9 -2
- package/components/stepper/stepper.component.d.ts +1 -3
- 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 +12 -16
- package/components/tabs/tabs.directive.d.ts +5 -7
- package/components/textarea/textarea.component.d.ts +7 -8
- package/components/textarea/textarea.d.ts +1 -1
- package/components/tiles/tile-handle.directive.d.ts +2 -1
- 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/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/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/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/fade/fade.directive.d.ts +5 -5
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +33 -47
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +8 -10
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +13 -27
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +12 -24
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +26 -35
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +69 -116
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +8 -23
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +6 -6
- 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 +108 -228
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -33
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +7 -16
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +8 -20
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +21 -30
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +24 -47
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +31 -42
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -12
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +12 -16
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +25 -39
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +252 -179
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +31 -48
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +13 -28
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +42 -69
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +20 -15
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +10 -11
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +12 -27
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -70
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +9 -9
- package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +26 -31
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +11 -11
- package/fesm2022/taiga-ui-kit-components-pager.mjs +29 -41
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +14 -18
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-preview.mjs +74 -143
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +44 -63
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +20 -32
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +21 -33
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-range.mjs +19 -29
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-select.mjs +10 -11
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +52 -74
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +36 -29
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +83 -142
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +25 -38
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +52 -96
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +16 -16
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +61 -92
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -3
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +20 -30
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +7 -9
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +9 -13
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +14 -15
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -26
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
- package/fesm2022/taiga-ui-kit-tokens.mjs +4 -108
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +86 -98
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +3 -0
- package/pipes/flag/flag.pipe.d.ts +1 -2
- package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/styles/components/avatar.less +14 -14
- package/styles/components/badge.less +3 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +3 -3
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +3 -2
- package/styles/components/toast.less +1 -1
- package/tokens/i18n.d.ts +1 -0
- package/tokens/index.d.ts +0 -7
- package/utils/index.d.ts +0 -1
- package/utils/maskito.binding.d.ts +1 -1
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-range/input-range.d.ts +0 -3
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/directives/button-close/button-close.directive.d.ts +0 -6
- package/directives/button-close/index.d.ts +0 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -47
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
- package/tokens/calendar-date-stream.d.ts +0 -10
- package/tokens/date-inputs-value-transformers.d.ts +0 -19
- package/tokens/input-date-options.d.ts +0 -15
- package/tokens/items-handlers.d.ts +0 -20
- package/tokens/mobile-calendar.d.ts +0 -6
- package/tokens/month-formatter.d.ts +0 -5
- package/utils/toggle-day.d.ts +0 -2
- /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { type MaskitoOptions } from '@maskito/core';
|
|
3
3
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
4
4
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
@@ -6,14 +6,13 @@ import { type MetadataJson } from 'libphonenumber-js/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@maskito/angular";
|
|
8
8
|
import * as i2 from "@taiga-ui/core/components/input";
|
|
9
|
+
import * as i3 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
9
10
|
export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
|
|
10
|
-
protected readonly list:
|
|
11
|
+
protected readonly list: import("@angular/core").Signal<readonly ElementRef<any>[]>;
|
|
11
12
|
protected readonly el: HTMLInputElement;
|
|
12
13
|
protected readonly ios: boolean;
|
|
13
14
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
14
15
|
protected readonly options: import("./input-phone-international.options").TuiInputPhoneInternationalOptions;
|
|
15
|
-
protected readonly countries: import("@angular/core").WritableSignal<readonly TuiCountryIsoCode[]>;
|
|
16
|
-
protected readonly code: import("@angular/core").WritableSignal<TuiCountryIsoCode>;
|
|
17
16
|
protected readonly label: import("@angular/core").Signal<string>;
|
|
18
17
|
protected readonly metadata: import("@angular/core").Signal<MetadataJson | undefined>;
|
|
19
18
|
protected readonly names: import("@angular/core").Signal<Record<TuiCountryIsoCode, string>>;
|
|
@@ -23,17 +22,16 @@ export declare class TuiInputPhoneInternationalComponent extends TuiControl<stri
|
|
|
23
22
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
24
23
|
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
25
24
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
26
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions
|
|
25
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
27
26
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
28
27
|
iso: TuiCountryIsoCode;
|
|
29
28
|
name: string;
|
|
30
29
|
code: string;
|
|
31
30
|
}[]>;
|
|
32
31
|
protected readonly $: import("rxjs").Subscription;
|
|
33
|
-
countrySearch: boolean
|
|
34
|
-
readonly
|
|
35
|
-
|
|
36
|
-
set isoCode(code: TuiCountryIsoCode);
|
|
32
|
+
readonly countrySearch: import("@angular/core").InputSignal<boolean>;
|
|
33
|
+
readonly countryIsoCode: import("@angular/core").ModelSignal<TuiCountryIsoCode>;
|
|
34
|
+
readonly countries: import("@angular/core").InputSignal<readonly TuiCountryIsoCode[]>;
|
|
37
35
|
writeValue(unmasked: string | null): void;
|
|
38
36
|
protected onPaste(event: Event): void;
|
|
39
37
|
protected onItemClick(code: TuiCountryIsoCode): void;
|
|
@@ -41,5 +39,5 @@ export declare class TuiInputPhoneInternationalComponent extends TuiControl<stri
|
|
|
41
39
|
private unmask;
|
|
42
40
|
private getCountryCode;
|
|
43
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; }; "
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPhoneInternationalComponent, "input[tuiInputPhoneInternational]", never, { "countrySearch": { "alias": "countrySearch"; "required": false; "isSignal": true; }; "countryIsoCode": { "alias": "countryIsoCode"; "required": false; "isSignal": true; }; "countries": { "alias": "countries"; "required": false; "isSignal": true; }; }, { "countryIsoCode": "countryIsoCodeChange"; }, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
|
|
45
43
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
2
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { TuiDropdownContent } from '@taiga-ui/core/portals';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
4
|
import { TuiInputPhoneInternationalComponent } from './input-phone-international.component';
|
|
5
5
|
export declare const TuiInputPhoneInternational: readonly [typeof TuiInputPhoneInternationalComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -3,6 +3,7 @@ import { type MetadataJson } from 'libphonenumber-js/core';
|
|
|
3
3
|
import { type Observable } from 'rxjs';
|
|
4
4
|
export interface TuiInputPhoneInternationalOptions {
|
|
5
5
|
readonly countries: readonly TuiCountryIsoCode[];
|
|
6
|
+
readonly countrySearch: boolean;
|
|
6
7
|
readonly countryIsoCode: TuiCountryIsoCode;
|
|
7
8
|
readonly metadata: Observable<MetadataJson> | Promise<MetadataJson>;
|
|
8
9
|
readonly separator: string;
|
|
@@ -4,15 +4,14 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
import * as i1 from "@maskito/angular";
|
|
5
5
|
export declare class TuiInputPinComponent {
|
|
6
6
|
protected readonly el: HTMLInputElement;
|
|
7
|
-
protected readonly mask: import("@angular/core").WritableSignal<MaskitoMask>;
|
|
8
7
|
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
9
8
|
protected readonly control: NgControl;
|
|
10
|
-
protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions
|
|
11
|
-
|
|
9
|
+
protected readonly maskito: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions>;
|
|
10
|
+
readonly mask: import("@angular/core").InputSignalWithTransform<MaskitoMask, string | MaskitoMask>;
|
|
12
11
|
onClick(index: number): void;
|
|
13
12
|
onSelection(): void;
|
|
14
13
|
onArrow(): void;
|
|
15
14
|
isFocused(index: number): boolean;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputPinComponent, "input[tuiInputPin]", never, { "mask": { "alias": "mask"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
18
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
2
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { TuiDropdownContent } from '@taiga-ui/core/portals';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
4
|
import { TuiInputPinComponent } from './input-pin.component';
|
|
5
5
|
export declare const TuiInputPin: readonly [typeof TuiInputPinComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,72 +1,42 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
-
import { type TuiKeySteps } from '@taiga-ui/kit/components/slider';
|
|
4
3
|
import { type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
private readonly inputNumberRefs;
|
|
11
|
-
private readonly range?;
|
|
5
|
+
export declare class TuiInputRange extends TuiControl<readonly [number, number]> {
|
|
6
|
+
private readonly inputs;
|
|
7
|
+
private readonly range;
|
|
8
|
+
private readonly options;
|
|
12
9
|
private readonly isMobile;
|
|
13
|
-
private readonly quantum;
|
|
14
10
|
private readonly quantumTransformer;
|
|
15
11
|
protected readonly size: import("@angular/core").Signal<"m" | "s" | "l">;
|
|
16
|
-
protected
|
|
17
|
-
protected
|
|
18
|
-
protected
|
|
12
|
+
protected start: number;
|
|
13
|
+
protected end: number;
|
|
14
|
+
protected side: 'end' | 'start';
|
|
19
15
|
protected readonly contentStart: import("@angular/core").Signal<PolymorpheusContent<TuiContext<number>>>;
|
|
20
16
|
protected readonly contentEnd: import("@angular/core").Signal<PolymorpheusContent<TuiContext<number>>>;
|
|
21
|
-
min: number
|
|
22
|
-
max: number
|
|
23
|
-
step: number
|
|
24
|
-
segments: number
|
|
25
|
-
keySteps:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
];
|
|
30
|
-
postfix: readonly [
|
|
31
|
-
string,
|
|
32
|
-
string
|
|
33
|
-
];
|
|
17
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
18
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
19
|
+
readonly step: import("@angular/core").InputSignal<number>;
|
|
20
|
+
readonly segments: import("@angular/core").InputSignal<number>;
|
|
21
|
+
readonly keySteps: import("@angular/core").InputSignal<[[0, number], ...[number, number][], [100, number]] | undefined>;
|
|
22
|
+
readonly quantum: import("@angular/core").InputSignal<number>;
|
|
23
|
+
readonly prefix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
24
|
+
readonly postfix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
34
25
|
content: import("@angular/core").InputSignal<readonly [PolymorpheusContent<TuiContext<number>>, PolymorpheusContent<TuiContext<number>>]>;
|
|
35
|
-
|
|
36
|
-
writeValue(value: [
|
|
37
|
-
number,
|
|
38
|
-
number
|
|
39
|
-
]): void;
|
|
26
|
+
writeValue(value: [number, number]): void;
|
|
40
27
|
protected get contentStartHidden(): boolean;
|
|
41
28
|
protected get contentEndHidden(): boolean;
|
|
42
|
-
protected takeStep(event: Event | KeyboardEvent, coefficients: readonly [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
]): void;
|
|
46
|
-
protected onInput([start, end]: [
|
|
47
|
-
number | null,
|
|
48
|
-
number | null
|
|
49
|
-
]): void;
|
|
50
|
-
protected onExternalValueUpdate(value: readonly [
|
|
51
|
-
number,
|
|
52
|
-
number
|
|
53
|
-
]): void;
|
|
29
|
+
protected takeStep(event: Event | KeyboardEvent, coefficients: readonly [number, number]): void;
|
|
30
|
+
protected onInput([start, end]: [number | null, number | null]): void;
|
|
31
|
+
protected onExternalValueUpdate(value: readonly [number, number]): void;
|
|
54
32
|
protected focusToTextfield(): void;
|
|
55
|
-
protected setTextfieldValues([start, end]: readonly [
|
|
56
|
-
number,
|
|
57
|
-
number
|
|
58
|
-
]): void;
|
|
33
|
+
protected setTextfieldValues([start, end]: readonly [number, number]): void;
|
|
59
34
|
private get textfieldStart();
|
|
60
35
|
private get textfieldEnd();
|
|
61
36
|
private get activeTextfield();
|
|
62
37
|
private setValue;
|
|
63
38
|
private valueGuard;
|
|
64
39
|
private isPrimitive;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
67
|
-
static ngAcceptInputType_prefix: readonly [
|
|
68
|
-
string,
|
|
69
|
-
string
|
|
70
|
-
] | null;
|
|
71
|
-
static ngAcceptInputType_postfix: readonly [string, string] | null;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputRange, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputRange, "tui-input-range", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "segments": { "alias": "segments"; "required": false; "isSignal": true; }; "keySteps": { "alias": "keySteps"; "required": false; "isSignal": true; }; "quantum": { "alias": "quantum"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
72
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
2
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { TuiDropdownContent } from '@taiga-ui/core/portals';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
4
|
import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/kit/components/slider';
|
|
5
5
|
import { TuiInputSliderDirective } from './input-slider.directive';
|
|
6
6
|
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TuiInputNumberDirective } from '@taiga-ui/kit/components/input-number';
|
|
1
|
+
import { TuiInputNumberDirective, TuiNumberMask } from '@taiga-ui/kit/components/input-number';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@taiga-ui/kit/components/input-number";
|
|
4
4
|
export declare class TuiInputSliderDirective {
|
|
@@ -7,11 +7,12 @@ export declare class TuiInputSliderDirective {
|
|
|
7
7
|
private readonly slider;
|
|
8
8
|
private readonly controlTransformer;
|
|
9
9
|
protected readonly nothing: undefined;
|
|
10
|
+
protected readonly mask: TuiNumberMask;
|
|
10
11
|
protected readonly inputNumber: TuiInputNumberDirective;
|
|
11
12
|
protected readonly value: import("@angular/core").Signal<number>;
|
|
12
13
|
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
|
|
13
14
|
protected readonly sliderInit: import("@angular/core").EffectRef;
|
|
14
15
|
protected onStep(coefficient: number): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }, { directive: typeof i1.TuiQuantumValueTransformer; inputs: { "quantum": "quantum"; }; outputs: {}; }]>;
|
|
17
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
2
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
-
import { TuiDropdownContent } from '@taiga-ui/core/portals';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
4
|
import { TuiInputTimeComponent } from './input-time.component';
|
|
5
5
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
6
6
|
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -15,7 +15,7 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
15
15
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
16
16
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
17
17
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
18
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions
|
|
18
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
19
19
|
readonly accept: import("@angular/core").InputSignal<readonly TuiTime[]>;
|
|
20
20
|
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
21
21
|
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
2
2
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
3
3
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
4
|
-
import { TuiDropdownContent } from '@taiga-ui/core/portals';
|
|
4
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
5
5
|
import { TuiInputYearDirective } from './input-year.directive';
|
|
6
6
|
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -11,21 +11,19 @@ export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
|
11
11
|
private readonly initialItem;
|
|
12
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
13
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
14
|
-
protected readonly min: import("@angular/core").WritableSignal<number>;
|
|
15
|
-
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
16
14
|
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
17
15
|
/**
|
|
18
16
|
* TODO: move to [value]="value()" after update to Angular 17+
|
|
19
17
|
* something wrong with change detection on host binding
|
|
20
18
|
*/
|
|
21
19
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
22
|
-
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions
|
|
20
|
+
protected readonly mask: import("@angular/core").Signal<import("@maskito/core").MaskitoOptions>;
|
|
23
21
|
protected readonly calendarInEffect: import("@angular/core").EffectRef;
|
|
24
22
|
protected readonly calendarOutEffect: import("@angular/core").EffectRef;
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
24
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
27
25
|
protected toggle(): void;
|
|
28
26
|
protected onInput(raw: string): void;
|
|
29
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputYearDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputYearDirective, "input[tuiInputYear]", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiDropdownAuto; inputs: {}; outputs: {}; }]>;
|
|
31
29
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
2
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
|
-
import { type
|
|
4
|
-
export interface TuiInputYearOptions extends Omit<
|
|
3
|
+
import { type TuiInputDateOptions } from '@taiga-ui/kit/components/input-date';
|
|
4
|
+
export interface TuiInputYearOptions extends Omit<TuiInputDateOptions, 'valueTransformer'> {
|
|
5
5
|
readonly valueTransformer: TuiValueTransformer<number | null, any>;
|
|
6
6
|
}
|
|
7
7
|
export declare const TUI_INPUT_YEAR_OPTIONS: InjectionToken<TuiInputYearOptions>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
3
2
|
import { TuiItemsWithMoreDirective } from './items-with-more.directive';
|
|
4
3
|
import { TuiItemsWithMoreService } from './items-with-more.service';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "./items-with-more.directive";
|
|
7
6
|
export declare class TuiItemsWithMoreComponent {
|
|
8
|
-
protected readonly
|
|
9
|
-
protected readonly more?: TemplateRef<TuiContext<number>>;
|
|
7
|
+
protected readonly service: TuiItemsWithMoreService;
|
|
10
8
|
protected readonly directive: TuiItemsWithMoreDirective;
|
|
11
|
-
readonly
|
|
9
|
+
protected readonly more: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
10
|
+
protected readonly items: import("@angular/core").Signal<readonly TemplateRef<any>[]>;
|
|
11
|
+
protected readonly isMoreHidden: import("@angular/core").Signal<boolean>;
|
|
12
|
+
readonly lastIndexChange: import("@angular/core").OutputRef<number>;
|
|
12
13
|
readonly lastIndex: import("@angular/core").Signal<number>;
|
|
13
|
-
protected get isMoreHidden(): boolean;
|
|
14
14
|
protected isHidden(index: number): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreComponent, never>;
|
|
16
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiItemsWithMoreComponent, "tui-items-with-more", never, {}, { "lastIndexChange": "lastIndexChange"; }, ["more", "items"], never, true, [{ directive: typeof i1.TuiItemsWithMoreDirective; inputs: { "itemsLimit": "itemsLimit"; "required": "required"; "side": "side"; "linesLimit": "linesLimit"; }; outputs: {}; }]>;
|
|
@@ -3,14 +3,14 @@ import { Subject } from 'rxjs';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiItemsWithMoreDirective implements OnChanges {
|
|
5
5
|
private readonly el;
|
|
6
|
-
itemsLimit: number
|
|
7
|
-
required: number
|
|
8
|
-
linesLimit: number
|
|
9
|
-
side:
|
|
6
|
+
readonly itemsLimit: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly required: import("@angular/core").InputSignal<number>;
|
|
8
|
+
readonly linesLimit: import("@angular/core").InputSignal<number>;
|
|
9
|
+
readonly side: import("@angular/core").InputSignal<"end" | "start">;
|
|
10
|
+
readonly align: import("@angular/core").Signal<"end" | "start">;
|
|
10
11
|
readonly change$: Subject<void>;
|
|
11
|
-
get computedSide(): 'end' | 'start';
|
|
12
12
|
ngOnChanges(): void;
|
|
13
13
|
protected maxWidth(): number;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemsWithMoreDirective, never, never, { "itemsLimit": { "alias": "itemsLimit"; "required": false; }; "required": { "alias": "required"; "required": false; }; "linesLimit": { "alias": "linesLimit"; "required": false; }; "side": { "alias": "side"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiItemsWithMoreDirective, never, never, { "itemsLimit": { "alias": "itemsLimit"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "linesLimit": { "alias": "linesLimit"; "required": false; "isSignal": true; }; "side": { "alias": "side"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -11,10 +11,11 @@ export declare class TuiMultiSelectNative<T> {
|
|
|
11
11
|
protected readonly el: HTMLSelectElement;
|
|
12
12
|
protected readonly mobile: boolean;
|
|
13
13
|
protected readonly isSelected: import("@angular/core").Signal<(x: T) => boolean>;
|
|
14
|
-
items:
|
|
15
|
-
labels: readonly string[]
|
|
16
|
-
|
|
14
|
+
readonly items: import("@angular/core").InputSignal<readonly T[] | readonly (readonly T[])[] | null>;
|
|
15
|
+
readonly labels: import("@angular/core").InputSignal<readonly string[]>;
|
|
16
|
+
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
17
|
+
protected readonly binding: import("@angular/core").InputSignal<string>;
|
|
17
18
|
protected onInput(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMultiSelectNative<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectNative<any>, "select[tuiMultiSelect]", never, { "items": { "alias": "items"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiInputChipDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }]>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMultiSelectNative<any>, "select[tuiMultiSelect]", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "labels": { "alias": "labels"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiInputChipDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiSelectLike; inputs: {}; outputs: {}; }]>;
|
|
20
21
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { type AfterViewInit, type ElementRef, type OnChanges, type
|
|
1
|
+
import { type AfterViewInit, type ElementRef, type OnChanges, type TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiPager implements OnChanges, AfterViewInit {
|
|
5
|
-
protected items
|
|
6
|
-
protected start: number
|
|
7
|
-
protected end: number
|
|
8
|
-
protected left: import("@angular/core").WritableSignal<number>;
|
|
5
|
+
protected readonly items: import("@angular/core").Signal<readonly ElementRef<HTMLElement>[]>;
|
|
6
|
+
protected readonly start: import("@angular/core").WritableSignal<number>;
|
|
7
|
+
protected readonly end: import("@angular/core").WritableSignal<number>;
|
|
8
|
+
protected readonly left: import("@angular/core").WritableSignal<number>;
|
|
9
|
+
protected readonly gap: import("@angular/core").Signal<9 | 7>;
|
|
9
10
|
protected readonly maxWidth: import("@angular/core").Signal<number>;
|
|
10
|
-
max: number
|
|
11
|
-
count: number
|
|
12
|
-
size: TuiSizeS
|
|
13
|
-
valueContent
|
|
14
|
-
index: number
|
|
11
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly count: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly size: import("@angular/core").InputSignal<TuiSizeS>;
|
|
14
|
+
readonly valueContent: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
15
|
+
readonly index: import("@angular/core").InputSignal<number>;
|
|
15
16
|
ngOnChanges(): void;
|
|
16
17
|
ngAfterViewInit(): void;
|
|
17
|
-
protected get gap(): number;
|
|
18
18
|
private get visibleRange();
|
|
19
19
|
private get visibleWidth();
|
|
20
20
|
private move;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPager, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPager, "tui-pager", never, { "max": { "alias": "max"; "required": false; }; "count": { "alias": "count"; "required": false; }; "size": { "alias": "size"; "required": false; }; "valueContent": { "alias": "valueContent"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPager, "tui-pager", never, { "max": { "alias": "max"; "required": false; "isSignal": true; }; "count": { "alias": "count"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "valueContent": { "alias": "valueContent"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
23
|
}
|
|
@@ -12,7 +12,7 @@ export declare class TuiPagination {
|
|
|
12
12
|
private readonly lastIndex;
|
|
13
13
|
private readonly reverseIndex;
|
|
14
14
|
protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
15
|
-
protected readonly icons: import("@taiga-ui/core/tokens").
|
|
15
|
+
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
16
16
|
protected readonly options: import("./pagination.options").TuiPaginationOptions;
|
|
17
17
|
protected readonly buttonSize: import("@angular/core").Signal<"xs" | "s">;
|
|
18
18
|
protected readonly elementsLength: import("@angular/core").Signal<number>;
|
|
@@ -3,5 +3,6 @@ export * from './dialog';
|
|
|
3
3
|
export * from './pagination/preview-pagination.component';
|
|
4
4
|
export * from './preview';
|
|
5
5
|
export * from './preview.component';
|
|
6
|
+
export * from './preview.options';
|
|
6
7
|
export * from './title/preview-title.component';
|
|
7
8
|
export * from './zoom/preview-zoom.component';
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type TuiPreviewIcons } from '../preview.options';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiPreviewPagination {
|
|
4
|
-
protected readonly icons:
|
|
5
|
-
protected readonly
|
|
6
|
-
length: number
|
|
7
|
-
index: number
|
|
8
|
-
readonly indexChange: EventEmitter<number>;
|
|
4
|
+
protected readonly icons: TuiPreviewIcons;
|
|
5
|
+
protected readonly texts: import("@angular/core").Signal<readonly [previous_page: string, next_page: string]>;
|
|
6
|
+
readonly length: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly index: import("@angular/core").ModelSignal<number>;
|
|
9
8
|
onArrowClick(step: number): void;
|
|
10
|
-
protected get leftButtonDisabled(): boolean;
|
|
11
|
-
protected get rightButtonDisabled(): boolean;
|
|
12
|
-
private updateIndex;
|
|
13
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewPagination, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewPagination, "tui-preview-pagination", never, { "length": { "alias": "length"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewPagination, "tui-preview-pagination", never, { "length": { "alias": "length"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, { "index": "indexChange"; }, never, never, true, never>;
|
|
15
11
|
}
|
|
@@ -7,10 +7,10 @@ export declare class TuiPreviewComponent {
|
|
|
7
7
|
protected minZoom: number;
|
|
8
8
|
protected width: number;
|
|
9
9
|
protected height: number;
|
|
10
|
-
protected readonly
|
|
10
|
+
protected readonly texts: import("@angular/core").Signal<{
|
|
11
11
|
rotate: string;
|
|
12
12
|
}>;
|
|
13
|
-
protected readonly icons: import("
|
|
13
|
+
protected readonly icons: import("./preview.options").TuiPreviewIcons;
|
|
14
14
|
protected readonly cdr: ChangeDetectorRef;
|
|
15
15
|
protected readonly zoom$: BehaviorSubject<number>;
|
|
16
16
|
protected readonly rotation$: BehaviorSubject<number>;
|
|
@@ -18,9 +18,9 @@ export declare class TuiPreviewComponent {
|
|
|
18
18
|
protected readonly transitioned$: import("rxjs").Observable<boolean>;
|
|
19
19
|
protected readonly cursor$: import("rxjs").Observable<string>;
|
|
20
20
|
protected readonly wrapperTransform$: import("rxjs").Observable<string>;
|
|
21
|
-
zoomable: boolean
|
|
22
|
-
rotatable: boolean
|
|
23
|
-
initialScale: number
|
|
21
|
+
readonly zoomable: import("@angular/core").InputSignal<boolean>;
|
|
22
|
+
readonly rotatable: import("@angular/core").InputSignal<boolean>;
|
|
23
|
+
readonly initialScale: import("@angular/core").InputSignal<number>;
|
|
24
24
|
protected rotate(): void;
|
|
25
25
|
protected onPan(delta: readonly [number, number]): void;
|
|
26
26
|
protected onMutation(contentWrapper: HTMLElement): void;
|
|
@@ -35,5 +35,5 @@ export declare class TuiPreviewComponent {
|
|
|
35
35
|
private getGuardedCoordinates;
|
|
36
36
|
private getScaleCenter;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewComponent, "tui-preview", never, { "zoomable": { "alias": "zoomable"; "required": false; }; "rotatable": { "alias": "rotatable"; "required": false; }; "initialScale": { "alias": "initialScale"; "required": false; }; }, {}, never, ["*", "tui-preview-title", "tui-preview-pagination", "[tuiPreviewAction]"], true, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewComponent, "tui-preview", never, { "zoomable": { "alias": "zoomable"; "required": false; "isSignal": true; }; "rotatable": { "alias": "rotatable"; "required": false; "isSignal": true; }; "initialScale": { "alias": "initialScale"; "required": false; "isSignal": true; }; }, {}, never, ["*", "tui-preview-title", "tui-preview-pagination", "[tuiPreviewAction]"], true, never>;
|
|
39
39
|
}
|
|
@@ -1,26 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type TuiPreviewIcons } from '../preview.options';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TuiPreviewZoom {
|
|
4
|
-
protected readonly icons:
|
|
5
|
-
protected readonly
|
|
4
|
+
protected readonly icons: TuiPreviewIcons;
|
|
5
|
+
protected readonly texts: import("@angular/core").Signal<{
|
|
6
6
|
zoomIn: string;
|
|
7
7
|
zoomOut: string;
|
|
8
8
|
reset: string;
|
|
9
9
|
}>;
|
|
10
10
|
protected readonly sliderLabel: import("@angular/core").Signal<string>;
|
|
11
|
-
min: number
|
|
12
|
-
max: number
|
|
13
|
-
value: number
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
16
|
-
|
|
17
|
-
protected get leftButtonDisabled(): boolean;
|
|
18
|
-
protected get rightButtonDisabled(): boolean;
|
|
19
|
-
protected get collapseVisible(): boolean;
|
|
20
|
-
protected onModelChange(value: number): void;
|
|
21
|
-
protected onReset(): void;
|
|
22
|
-
protected onMinus(): void;
|
|
23
|
-
protected onPlus(): void;
|
|
11
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly value: import("@angular/core").ModelSignal<number>;
|
|
14
|
+
readonly reset: import("@angular/core").OutputEmitterRef<void>;
|
|
15
|
+
protected readonly hint: import("@angular/core").Signal<boolean>;
|
|
16
|
+
protected clamp(value: number): void;
|
|
24
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPreviewZoom, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewZoom, "tui-preview-zoom", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPreviewZoom, "tui-preview-zoom", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "reset": "reset"; }, never, never, true, never>;
|
|
26
19
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class TuiProgressBar {
|
|
4
3
|
private readonly options;
|
|
5
|
-
color: string | null
|
|
6
|
-
size:
|
|
4
|
+
readonly color: import("@angular/core").InputSignal<string | null>;
|
|
5
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "xl" | "xxl" | "s" | "xs" | "xxs">;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressBar, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
8
|
}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { type BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
|
|
3
1
|
import * as i0 from "@angular/core";
|
|
4
2
|
export declare class TuiProgressCircle {
|
|
5
3
|
private readonly options;
|
|
6
|
-
protected readonly
|
|
7
|
-
value: number
|
|
8
|
-
max: number
|
|
9
|
-
color: string | null
|
|
10
|
-
size:
|
|
11
|
-
arc:
|
|
12
|
-
protected get progressRatio(): number;
|
|
4
|
+
protected readonly ratio: import("@angular/core").Signal<number>;
|
|
5
|
+
readonly value: import("@angular/core").InputSignal<number>;
|
|
6
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
7
|
+
readonly color: import("@angular/core").InputSignal<string | null>;
|
|
8
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "xl" | "xxl" | "s" | "xs" | "xxs">;
|
|
9
|
+
readonly arc: import("@angular/core").InputSignalWithTransform<boolean, any>;
|
|
13
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressCircle, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressCircle, "tui-progress-circle", never, { "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "arc": { "alias": "arc"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
static ngAcceptInputType_arc: any;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressCircle, "tui-progress-circle", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "arc": { "alias": "arc"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
12
|
}
|
|
@@ -4,9 +4,9 @@ import * as i1 from "@taiga-ui/cdk/directives/animated";
|
|
|
4
4
|
export declare class TuiPulse extends TuiRectAccessor {
|
|
5
5
|
private readonly isBrowser;
|
|
6
6
|
private readonly el;
|
|
7
|
-
playing: boolean
|
|
7
|
+
readonly playing: import("@angular/core").InputSignal<boolean>;
|
|
8
8
|
readonly type = "hint";
|
|
9
9
|
getClientRect(): DOMRect;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPulse, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPulse, "tui-pulse", never, { "playing": { "alias": "playing"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPulse, "tui-pulse", never, { "playing": { "alias": "playing"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
|
|
12
12
|
}
|