@taiga-ui/kit 5.0.0-canary.cf66fed → 5.0.0-canary.d205016
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/accordion/accordion.component.d.ts +4 -1
- package/components/accordion/accordion.directive.d.ts +1 -0
- package/components/calendar-month/calendar-month.component.d.ts +11 -18
- package/components/calendar-range/calendar-range.component.d.ts +17 -22
- package/components/combo-box/combo-box.directive.d.ts +1 -0
- package/components/copy/button-copy.component.d.ts +17 -0
- package/components/copy/copy.component.d.ts +3 -1
- package/components/copy/copy.d.ts +2 -1
- package/components/copy/copy.directive.d.ts +5 -2
- package/components/copy/copy.options.d.ts +8 -4
- package/components/copy/index.d.ts +1 -0
- package/components/counter/counter.component.d.ts +17 -0
- package/components/counter/counter.options.d.ts +14 -0
- package/components/counter/index.d.ts +2 -0
- package/components/files/input-files/input-files.component.d.ts +4 -1
- package/components/filter/filter.component.d.ts +1 -1
- package/components/index.d.ts +3 -4
- package/components/input-chip/input-chip.component.d.ts +5 -0
- package/components/input-chip/input-chip.directive.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +3 -2
- package/components/input-date/input-date.options.d.ts +2 -4
- package/components/input-date-multi/input-date-multi.directive.d.ts +1 -1
- package/components/input-date-time/input-date-time.component.d.ts +2 -2
- package/components/input-month/input-month.directive.d.ts +1 -1
- package/components/input-month/input-month.options.d.ts +1 -7
- package/components/input-month-range/input-month-range.directive.d.ts +1 -1
- package/components/input-month-range/input-month-range.options.d.ts +1 -3
- package/components/input-number/index.d.ts +1 -0
- package/components/input-number/input-number.directive.d.ts +1 -0
- package/components/input-number/number-mask.directive.d.ts +1 -1
- package/components/input-number/step/input-number-step.component.d.ts +3 -5
- package/components/input-number/step/input-number-step.service.d.ts +12 -0
- package/components/input-phone/input-phone.directive.d.ts +1 -1
- package/components/input-range/input-range.component.d.ts +1 -1
- package/components/input-slider/input-slider.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-time/input-time.options.d.ts +1 -3
- package/components/input-year/input-year.directive.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +2 -0
- package/components/line-clamp/line-clamp.component.d.ts +5 -3
- package/components/multi-select/multi-select-group/multi-select-group.directive.d.ts +1 -0
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +1 -1
- package/components/progress/progress-bar/progress-color-segments.directive.d.ts +2 -2
- package/components/radio-list/radio-list.component.d.ts +1 -5
- package/components/range/range.component.d.ts +2 -2
- package/components/select/native-select/native-select.component.d.ts +1 -1
- package/components/select/select-option/select-option.component.d.ts +1 -1
- package/components/shrink-wrap/index.d.ts +3 -0
- package/components/shrink-wrap/shrink-wrap.component.d.ts +5 -0
- package/components/shrink-wrap/shrink-wrap.d.ts +3 -0
- package/components/shrink-wrap/shrink-wrap.directive.d.ts +6 -0
- package/components/stepper/step.component.d.ts +1 -1
- package/components/switch/switch.component.d.ts +1 -1
- package/components/switch/switch.options.d.ts +1 -1
- package/components/tabs/tabs-with-more.component.d.ts +3 -3
- package/components/textarea/textarea.directive.d.ts +1 -1
- package/components/timeline/index.d.ts +3 -0
- package/components/timeline/timeline-item.component.d.ts +14 -0
- package/components/timeline/timeline.component.d.ts +16 -0
- package/components/timeline/timeline.d.ts +3 -0
- package/components/toast/toast.directive.d.ts +4 -1
- package/components/tree/components/tree/tree.component.d.ts +1 -3
- package/directives/password/password.options.d.ts +18 -5
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +20 -10
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +24 -23
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-badge.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +36 -48
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +68 -100
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +9 -8
- package/fesm2022/taiga-ui-kit-components-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +9 -5
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +12 -8
- package/fesm2022/taiga-ui-kit-components-comment.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-compass.mjs +8 -4
- 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 +93 -28
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-counter.mjs +66 -0
- package/fesm2022/taiga-ui-kit-components-counter.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +37 -30
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +5 -4
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +21 -15
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +11 -11
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +6 -5
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +10 -8
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +35 -24
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +5 -4
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +10 -6
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +17 -20
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +83 -56
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +9 -8
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +15 -13
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +11 -9
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +14 -14
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +6 -5
- package/fesm2022/taiga-ui-kit-components-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +24 -13
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-message.mjs +8 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +27 -20
- 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-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-preview.mjs +37 -34
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +38 -49
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +15 -14
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +24 -23
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +10 -9
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +21 -23
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +40 -0
- package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-status.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-status.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +6 -5
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +40 -35
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +17 -16
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +16 -14
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-timeline.mjs +68 -0
- package/fesm2022/taiga-ui-kit-components-timeline.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-toast.mjs +29 -24
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +24 -24
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +3 -4
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +12 -8
- 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-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +8 -7
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +12 -8
- 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-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +9 -7
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +4 -4
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +4 -10
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-present.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +9 -7
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +8 -7
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +8 -8
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +8 -7
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +4 -4
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs +0 -1
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +1 -5
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +64 -59
- package/pipes/index.d.ts +0 -1
- package/tokens/i18n.d.ts +0 -1
- package/utils/index.d.ts +0 -1
- package/components/carousel/carousel-autoscroll.directive.d.ts +0 -6
- package/components/carousel/carousel-buttons.directive.d.ts +0 -5
- package/components/carousel/carousel-scroll.directive.d.ts +0 -7
- package/components/carousel/carousel.component.d.ts +0 -34
- package/components/carousel/carousel.d.ts +0 -7
- package/components/carousel/carousel.directive.d.ts +0 -16
- package/components/carousel/index.d.ts +0 -6
- package/components/checkbox/checkbox.component.d.ts +0 -10
- package/components/checkbox/checkbox.options.d.ts +0 -10
- package/components/checkbox/index.d.ts +0 -2
- package/components/radio/index.d.ts +0 -4
- package/components/radio/radio.component.d.ts +0 -18
- package/components/radio/radio.d.ts +0 -3
- package/components/radio/radio.directive.d.ts +0 -8
- package/components/radio/radio.options.d.ts +0 -7
- package/components/slider/helpers/key-steps.d.ts +0 -27
- package/components/slider/helpers/slider-key-steps.directive.d.ts +0 -32
- package/components/slider/helpers/slider-readonly.directive.d.ts +0 -15
- package/components/slider/helpers/slider-thumb-label.component.d.ts +0 -13
- package/components/slider/index.d.ts +0 -6
- package/components/slider/slider.component.d.ts +0 -22
- package/components/slider/slider.d.ts +0 -5
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +0 -211
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +0 -36
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +0 -91
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +0 -337
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +0 -60
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +0 -1
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +0 -21
- package/pipes/filter-by-input/index.d.ts +0 -1
- package/styles/components/avatar.less +0 -188
- package/styles/components/badge.less +0 -127
- package/styles/components/block.less +0 -118
- package/styles/components/checkbox.less +0 -84
- package/styles/components/chip.less +0 -139
- package/styles/components/comment.less +0 -64
- package/styles/components/compass.less +0 -49
- package/styles/components/like.less +0 -67
- package/styles/components/message.less +0 -33
- package/styles/components/pin.less +0 -164
- package/styles/components/progress-bar.less +0 -117
- package/styles/components/radio.less +0 -59
- package/styles/components/status.less +0 -40
- package/styles/components/switch.less +0 -103
- package/styles/components/toast.less +0 -44
- package/utils/is-flat.d.ts +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
1
2
|
import { TuiExpand } from '@taiga-ui/core/components/expand';
|
|
2
3
|
import { TuiAccordionDirective } from './accordion.directive';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -5,9 +6,11 @@ import * as i1 from "@taiga-ui/core/directives/group";
|
|
|
5
6
|
export declare class TuiAccordionComponent {
|
|
6
7
|
protected readonly expands: import("@angular/core").Signal<readonly TuiExpand[]>;
|
|
7
8
|
protected readonly directives: import("@angular/core").Signal<readonly TuiAccordionDirective[]>;
|
|
9
|
+
protected readonly elements: import("@angular/core").Signal<readonly ElementRef<any>[]>;
|
|
10
|
+
protected readonly sync: import("@angular/core").EffectRef;
|
|
8
11
|
readonly closeOthers: import("@angular/core").InputSignal<boolean>;
|
|
9
12
|
readonly size: import("@angular/core").InputSignal<"m" | "s" | "l">;
|
|
10
13
|
toggle(directive: TuiAccordionDirective): void;
|
|
11
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiAccordionComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAccordionComponent, "tui-accordion", never, { "closeOthers": { "alias": "closeOthers"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["expands", "directives"], ["*"], true, [{ directive: typeof i1.TuiGroup; inputs: {}; outputs: {}; }]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiAccordionComponent, "tui-accordion", never, { "closeOthers": { "alias": "closeOthers"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["expands", "directives", "elements"], ["*"], true, [{ directive: typeof i1.TuiGroup; inputs: {}; outputs: {}; }]>;
|
|
13
16
|
}
|
|
@@ -5,6 +5,7 @@ import * as i2 from "@taiga-ui/kit/directives/chevron";
|
|
|
5
5
|
export declare class TuiAccordionDirective implements OnChanges {
|
|
6
6
|
private readonly accordion;
|
|
7
7
|
readonly open: import("@angular/core").ModelSignal<boolean | "">;
|
|
8
|
+
readonly id: string;
|
|
8
9
|
readonly size: import("@angular/core").InputSignal<"m" | "s" | "l">;
|
|
9
10
|
readonly chevron: import("@angular/core").ModelSignal<boolean | "">;
|
|
10
11
|
ngOnChanges(): void;
|
|
@@ -1,28 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TuiMonth, TuiMonthRange, TuiYear } from '@taiga-ui/cdk/date-time';
|
|
1
|
+
import { TuiDay, TuiMonth, TuiMonthRange, TuiYear } from '@taiga-ui/cdk/date-time';
|
|
3
2
|
import { type TuiBooleanHandler } from '@taiga-ui/cdk/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@taiga-ui/cdk/date-time";
|
|
6
4
|
export declare class TuiCalendarMonth {
|
|
5
|
+
private hoveredItem;
|
|
7
6
|
protected isYearPickerShown: boolean;
|
|
8
7
|
protected readonly months: import("@angular/core").Signal<readonly [January: string, February: string, March: string, April: string, May: string, June: string, July: string, August: string, September: string, October: string, November: string, December: string]>;
|
|
9
8
|
protected readonly isRangePicking: import("@angular/core").Signal<boolean>;
|
|
10
9
|
protected readonly handler: import("@angular/core").Signal<TuiBooleanHandler<TuiMonth>>;
|
|
11
|
-
|
|
10
|
+
protected readonly activeYear: import("@angular/core").WritableSignal<TuiYear>;
|
|
11
|
+
readonly value: import("@angular/core").InputSignal<TuiMonth | TuiMonthRange | null>;
|
|
12
12
|
readonly minLength: import("@angular/core").InputSignal<number | null>;
|
|
13
13
|
readonly maxLength: import("@angular/core").InputSignal<number | null>;
|
|
14
14
|
readonly disabledItemHandler: import("@angular/core").InputSignal<TuiBooleanHandler<TuiMonth>>;
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
17
|
-
readonly
|
|
18
|
-
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly value: import("@angular/core").WritableSignal<TuiMonth | TuiMonthRange | null>;
|
|
22
|
-
hoveredItem: TuiMonth | null;
|
|
23
|
-
set minSetter(x: TuiMonth);
|
|
24
|
-
set maxSetter(x: TuiMonth);
|
|
25
|
-
set valueSetter(x: TuiMonth | TuiMonthRange | null);
|
|
15
|
+
readonly min: import("@angular/core").InputSignalWithTransform<TuiDay | TuiMonth, TuiMonth | null>;
|
|
16
|
+
readonly max: import("@angular/core").InputSignalWithTransform<TuiDay | TuiMonth, TuiMonth | null>;
|
|
17
|
+
readonly year: import("@angular/core").ModelSignal<TuiYear | undefined>;
|
|
18
|
+
readonly monthClick: import("@angular/core").OutputEmitterRef<TuiMonth>;
|
|
19
|
+
readonly hoveredItemChange: import("@angular/core").OutputEmitterRef<TuiMonth | null>;
|
|
20
|
+
readonly options: import("./calendar-month.options").TuiCalendarMonthOptions;
|
|
26
21
|
onNextYear(): void;
|
|
27
22
|
onPreviousYear(): void;
|
|
28
23
|
getItemRange(item: TuiMonth): 'active' | 'end' | 'middle' | 'start' | null;
|
|
@@ -36,7 +31,5 @@ export declare class TuiCalendarMonth {
|
|
|
36
31
|
private updateHoveredItem;
|
|
37
32
|
private updateActiveYear;
|
|
38
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCalendarMonth, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCalendarMonth, "tui-calendar-month", never, { "
|
|
40
|
-
static ngAcceptInputType_minSetter: i1.TuiMonth | null;
|
|
41
|
-
static ngAcceptInputType_maxSetter: i1.TuiMonth | null;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCalendarMonth, "tui-calendar-month", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "year": { "alias": "year"; "required": false; "isSignal": true; }; }, { "year": "yearChange"; "monthClick": "monthClick"; "hoveredItemChange": "hoveredItemChange"; }, never, never, true, never>;
|
|
42
35
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type OnChanges, type OnInit, type SimpleChanges } from '@angular/core';
|
|
2
2
|
import { TuiDay, type TuiDayLike, TuiDayRange, TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
3
3
|
import { type TuiBooleanHandler, type TuiMapper } from '@taiga-ui/cdk/types';
|
|
4
4
|
import { type TuiMarkerHandler } from '@taiga-ui/core/components/calendar';
|
|
@@ -9,29 +9,26 @@ export declare class TuiCalendarRange implements OnInit, OnChanges {
|
|
|
9
9
|
* @deprecated use `item`
|
|
10
10
|
*/
|
|
11
11
|
private selectedPeriod;
|
|
12
|
-
private readonly cdr;
|
|
13
|
-
protected currentValue: TuiDay | TuiDayRange | null;
|
|
14
12
|
protected previousValue: TuiDay | TuiDayRange | null;
|
|
15
13
|
protected hoveredItem: TuiDay | null;
|
|
16
|
-
protected month: TuiMonth
|
|
14
|
+
protected readonly month: import("@angular/core").WritableSignal<TuiMonth>;
|
|
17
15
|
protected readonly otherDateText: import("@angular/core").Signal<string>;
|
|
18
16
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
19
17
|
protected readonly capsMapper: TuiMapper<[TuiDay | null, TuiDay | TuiDayRange | null, TuiDayLike | null, boolean], TuiDay>;
|
|
20
18
|
protected readonly mobile: boolean;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
get defaultViewedMonth(): TuiMonth;
|
|
19
|
+
protected readonly options: import("@taiga-ui/core/components/textfield").TuiTextfieldOptions;
|
|
20
|
+
readonly min: import("@angular/core").InputSignal<TuiDay | null>;
|
|
21
|
+
readonly max: import("@angular/core").InputSignal<TuiDay | null>;
|
|
22
|
+
readonly minLength: import("@angular/core").InputSignal<TuiDayLike | null>;
|
|
23
|
+
readonly maxLength: import("@angular/core").InputSignal<TuiDayLike | null>;
|
|
24
|
+
readonly items: import("@angular/core").InputSignal<readonly TuiDayRangePeriod[]>;
|
|
25
|
+
readonly listSize: import("@angular/core").InputSignal<"m" | "l" | "s">;
|
|
26
|
+
readonly defaultViewedMonth: import("@angular/core").InputSignal<TuiMonth>;
|
|
27
|
+
readonly markerHandler: import("@angular/core").InputSignal<TuiMarkerHandler | null>;
|
|
28
|
+
readonly disabledItemHandler: import("@angular/core").InputSignal<TuiBooleanHandler<TuiDay>>;
|
|
29
|
+
readonly value: import("@angular/core").ModelSignal<TuiDayRange | null>;
|
|
30
|
+
readonly item: import("@angular/core").ModelSignal<TuiDayRangePeriod | null>;
|
|
31
|
+
protected readonly currentValue: import("@angular/core").WritableSignal<TuiDay | TuiDayRange | null>;
|
|
35
32
|
/**
|
|
36
33
|
* @deprecated use `item`
|
|
37
34
|
*/
|
|
@@ -40,7 +37,7 @@ export declare class TuiCalendarRange implements OnInit, OnChanges {
|
|
|
40
37
|
* @deprecated use `item`
|
|
41
38
|
*/
|
|
42
39
|
set selectedActivePeriod(period: TuiDayRangePeriod | null);
|
|
43
|
-
ngOnChanges(): void;
|
|
40
|
+
ngOnChanges({ defaultViewedMonth }: SimpleChanges): void;
|
|
44
41
|
ngOnInit(): void;
|
|
45
42
|
protected onEsc(event: KeyboardEvent): void;
|
|
46
43
|
protected readonly monthOffset: TuiMapper<[TuiMonth, number], TuiMonth>;
|
|
@@ -54,12 +51,10 @@ export declare class TuiCalendarRange implements OnInit, OnChanges {
|
|
|
54
51
|
protected readonly disabledMapper: (disabledItemHandler: TuiBooleanHandler<TuiDay>, value: TuiDay | TuiDayRange | null, minLength: TuiDayLike | null) => TuiBooleanHandler<TuiDay>;
|
|
55
52
|
protected isItemActive(item: TuiDayRangePeriod | string): boolean;
|
|
56
53
|
protected onItemSelect(item: TuiDayRangePeriod | string): void;
|
|
57
|
-
protected onMonthChange(month: TuiMonth): void;
|
|
58
54
|
protected onDayClick(day: TuiDay): void;
|
|
59
|
-
protected updateValue(value: TuiDayRange | null): void;
|
|
60
55
|
private get activePeriod();
|
|
61
56
|
private initDefaultViewedMonth;
|
|
62
57
|
private findItemByDayRange;
|
|
63
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCalendarRange, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCalendarRange, "tui-calendar-range", never, { "
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCalendarRange, "tui-calendar-range", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "listSize": { "alias": "listSize"; "required": false; "isSignal": true; }; "defaultViewedMonth": { "alias": "defaultViewedMonth"; "required": false; "isSignal": true; }; "markerHandler": { "alias": "markerHandler"; "required": false; "isSignal": true; }; "disabledItemHandler": { "alias": "disabledItemHandler"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "item": { "alias": "item"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "item": "itemChange"; }, never, never, true, never>;
|
|
65
60
|
}
|
|
@@ -4,6 +4,7 @@ import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
import * as i1 from "@taiga-ui/core/components/input";
|
|
6
6
|
export declare class TuiComboBoxDirective<T> extends TuiControl<T | string | null> implements TuiTextfieldAccessor<T> {
|
|
7
|
+
private readonly el;
|
|
7
8
|
private readonly host;
|
|
8
9
|
private readonly input;
|
|
9
10
|
private readonly open;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@taiga-ui/core/components/button";
|
|
3
|
+
export declare class TuiButtonCopy {
|
|
4
|
+
private readonly el;
|
|
5
|
+
private readonly clipboard;
|
|
6
|
+
private readonly options;
|
|
7
|
+
private readonly copyTexts;
|
|
8
|
+
private readonly notification;
|
|
9
|
+
private readonly check;
|
|
10
|
+
protected readonly copied: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
+
protected readonly copiedText: import("@angular/core").Signal<string>;
|
|
12
|
+
protected readonly icon: import("@angular/core").Signal<string>;
|
|
13
|
+
readonly tuiButtonCopy: import("@angular/core").InputSignal<string>;
|
|
14
|
+
protected copy(target: HTMLElement): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiButtonCopy, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiButtonCopy, "[tuiButtonCopy]", never, { "tuiButtonCopy": { "alias": "tuiButtonCopy"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TuiButton; inputs: {}; outputs: {}; }]>;
|
|
17
|
+
}
|
|
@@ -3,7 +3,9 @@ import { BehaviorSubject } from 'rxjs';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiCopyComponent {
|
|
5
5
|
protected readonly notification: import("@taiga-ui/core/components/notification").TuiNotificationOptions<undefined>;
|
|
6
|
-
protected readonly options:
|
|
6
|
+
protected readonly options: {
|
|
7
|
+
icon: string;
|
|
8
|
+
};
|
|
7
9
|
protected readonly copied$: BehaviorSubject<boolean>;
|
|
8
10
|
protected readonly texts: import("@angular/core").Signal<readonly [copy: string, copied: string]>;
|
|
9
11
|
protected readonly hint: import("@angular/core").Signal<boolean | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TuiButtonCopy } from './button-copy.component';
|
|
1
2
|
import { TuiCopyComponent } from './copy.component';
|
|
2
3
|
import { TuiCopyDirective } from './copy.directive';
|
|
3
|
-
export declare const TuiCopy: readonly [typeof TuiCopyComponent, typeof TuiCopyDirective];
|
|
4
|
+
export declare const TuiCopy: readonly [typeof TuiCopyComponent, typeof TuiCopyDirective, typeof TuiButtonCopy];
|
|
@@ -4,12 +4,15 @@ import * as i1 from "@taiga-ui/core/directives/appearance";
|
|
|
4
4
|
import * as i2 from "@taiga-ui/core/portals/hint";
|
|
5
5
|
export declare class TuiCopyDirective {
|
|
6
6
|
private readonly copied$;
|
|
7
|
-
private readonly
|
|
7
|
+
private readonly clipboard;
|
|
8
|
+
private readonly stringify;
|
|
8
9
|
protected readonly textfield: TuiTextfieldComponent<any>;
|
|
9
|
-
protected readonly icons: import("@angular/core").
|
|
10
|
+
protected readonly icons: import("@angular/core").WritableSignal<string>;
|
|
10
11
|
protected readonly copyTexts: import("@angular/core").Signal<readonly [copy: string, copied: string]>;
|
|
11
12
|
protected readonly hint: import("@angular/core").Signal<string>;
|
|
13
|
+
protected get hasValue(): boolean;
|
|
12
14
|
protected copy(): void;
|
|
15
|
+
private get multi();
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCopyDirective, never>;
|
|
14
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCopyDirective, "tui-icon[tuiCopy]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithAppearance; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiHintDirective; inputs: { "tuiHintAppearance": "tuiHintAppearance"; "tuiHintContext": "tuiHintContext"; }; outputs: {}; }]>;
|
|
15
18
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import { type TuiStringHandler } from '@taiga-ui/cdk/types';
|
|
2
|
-
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
1
|
export interface TuiCopyOptions {
|
|
4
|
-
readonly icon:
|
|
2
|
+
readonly icon: string;
|
|
5
3
|
}
|
|
6
|
-
export declare const TUI_COPY_OPTIONS: import("@angular/core").InjectionToken<
|
|
4
|
+
export declare const TUI_COPY_OPTIONS: import("@angular/core").InjectionToken<{
|
|
5
|
+
icon: string;
|
|
6
|
+
}>, tuiCopyOptionsProvider: (item: Partial<{
|
|
7
|
+
icon: string;
|
|
8
|
+
}> | (() => Partial<{
|
|
9
|
+
icon: string;
|
|
10
|
+
}>)) => import("@angular/core").FactoryProvider;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
|
+
import { TuiInputNumberStepService } from '@taiga-ui/kit/components/input-number';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiCounter extends TuiControl<number> {
|
|
5
|
+
protected readonly hold: TuiInputNumberStepService<any>;
|
|
6
|
+
protected readonly $: import("rxjs").Subscription;
|
|
7
|
+
protected readonly options: import("./counter.options").TuiCounterOptions;
|
|
8
|
+
protected readonly limit: import("@angular/core").Signal<number>;
|
|
9
|
+
readonly step: import("@angular/core").InputSignal<number>;
|
|
10
|
+
readonly size: import("@angular/core").InputSignal<"m" | "l" | "s">;
|
|
11
|
+
readonly min: import("@angular/core").InputSignal<number>;
|
|
12
|
+
readonly max: import("@angular/core").InputSignal<number>;
|
|
13
|
+
readonly appearance: import("@angular/core").InputSignal<string>;
|
|
14
|
+
protected onStep(step: number): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCounter, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCounter, "tui-counter", never, { "step": { "alias": "step"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
2
|
+
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
|
+
export interface TuiCounterOptions extends TuiAppearanceOptions {
|
|
4
|
+
size: TuiSizeL | TuiSizeS;
|
|
5
|
+
readonly icons: Readonly<{
|
|
6
|
+
decrease: string;
|
|
7
|
+
increase: string;
|
|
8
|
+
}>;
|
|
9
|
+
step: number;
|
|
10
|
+
min: number;
|
|
11
|
+
max: number;
|
|
12
|
+
}
|
|
13
|
+
export declare const TUI_COUNTER_DEFAULT_OPTIONS: TuiCounterOptions;
|
|
14
|
+
export declare const TUI_COUNTER_OPTIONS: import("@angular/core").InjectionToken<TuiCounterOptions>, tuiCounterOptionsProvider: (item: Partial<TuiCounterOptions> | (() => Partial<TuiCounterOptions>)) => import("@angular/core").FactoryProvider;
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { type TuiContext } from '@taiga-ui/cdk/types';
|
|
3
|
+
import { type TuiSizeL } from '@taiga-ui/core/types';
|
|
3
4
|
import { PolymorpheusComponent } from '@taiga-ui/polymorpheus';
|
|
4
5
|
import { TuiInputFilesContent } from './input-files.content';
|
|
5
6
|
import { TuiInputFilesDirective } from './input-files.directive';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class TuiInputFiles {
|
|
8
9
|
protected files?: FileList | null;
|
|
10
|
+
protected readonly options: import("./input-files.options").TuiInputFilesOptions;
|
|
9
11
|
protected readonly content: PolymorpheusComponent<TuiInputFilesContent>;
|
|
10
12
|
protected readonly template: import("@angular/core").Signal<TemplateRef<TuiContext<boolean>> | undefined>;
|
|
11
13
|
readonly input: import("@angular/core").Signal<TuiInputFilesDirective | undefined>;
|
|
14
|
+
readonly size: import("@angular/core").InputSignal<"" | TuiSizeL>;
|
|
12
15
|
protected get fileDragged(): boolean;
|
|
13
16
|
protected onFilesSelected(input: HTMLInputElement): void;
|
|
14
17
|
protected onDropped({ dataTransfer }: DragEvent): void;
|
|
15
18
|
protected onDrag(dataTransfer: DataTransfer | null): void;
|
|
16
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputFiles, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputFiles, "label[tuiInputFiles]", never, {}, {}, ["template", "input"], ["*"], true, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputFiles, "label[tuiInputFiles]", never, { "size": { "alias": "tuiInputFiles"; "required": false; "isSignal": true; }; }, {}, ["template", "input"], ["*"], true, never>;
|
|
18
21
|
}
|
|
@@ -6,7 +6,7 @@ export declare class TuiFilter<T> extends TuiControl<readonly T[]> {
|
|
|
6
6
|
protected readonly handlers: import("@taiga-ui/core/directives/items-handlers").TuiItemsHandlers<unknown>;
|
|
7
7
|
readonly items: import("@angular/core").InputSignal<readonly T[]>;
|
|
8
8
|
readonly size: import("@angular/core").InputSignal<"m" | "l" | "s">;
|
|
9
|
-
readonly badgeHandler: import("@angular/core").InputSignal<TuiHandler<T, number>>;
|
|
9
|
+
readonly badgeHandler: import("@angular/core").InputSignal<TuiHandler<T, number | null>>;
|
|
10
10
|
readonly content: import("@angular/core").InputSignal<import("@taiga-ui/polymorpheus").PolymorpheusContent>;
|
|
11
11
|
readonly toggledItem: import("@angular/core").OutputEmitterRef<T>;
|
|
12
12
|
onCheckbox(value: boolean, item: T): void;
|
package/components/index.d.ts
CHANGED
|
@@ -9,14 +9,13 @@ export * from '@taiga-ui/kit/components/breadcrumbs';
|
|
|
9
9
|
export * from '@taiga-ui/kit/components/button-loading';
|
|
10
10
|
export * from '@taiga-ui/kit/components/calendar-month';
|
|
11
11
|
export * from '@taiga-ui/kit/components/calendar-range';
|
|
12
|
-
export * from '@taiga-ui/kit/components/carousel';
|
|
13
|
-
export * from '@taiga-ui/kit/components/checkbox';
|
|
14
12
|
export * from '@taiga-ui/kit/components/chip';
|
|
15
13
|
export * from '@taiga-ui/kit/components/combo-box';
|
|
16
14
|
export * from '@taiga-ui/kit/components/comment';
|
|
17
15
|
export * from '@taiga-ui/kit/components/compass';
|
|
18
16
|
export * from '@taiga-ui/kit/components/confirm';
|
|
19
17
|
export * from '@taiga-ui/kit/components/copy';
|
|
18
|
+
export * from '@taiga-ui/kit/components/counter';
|
|
20
19
|
export * from '@taiga-ui/kit/components/data-list-wrapper';
|
|
21
20
|
export * from '@taiga-ui/kit/components/drawer';
|
|
22
21
|
export * from '@taiga-ui/kit/components/files';
|
|
@@ -52,19 +51,19 @@ export * from '@taiga-ui/kit/components/preview';
|
|
|
52
51
|
export * from '@taiga-ui/kit/components/progress';
|
|
53
52
|
export * from '@taiga-ui/kit/components/pulse';
|
|
54
53
|
export * from '@taiga-ui/kit/components/push';
|
|
55
|
-
export * from '@taiga-ui/kit/components/radio';
|
|
56
54
|
export * from '@taiga-ui/kit/components/radio-list';
|
|
57
55
|
export * from '@taiga-ui/kit/components/range';
|
|
58
56
|
export * from '@taiga-ui/kit/components/rating';
|
|
59
57
|
export * from '@taiga-ui/kit/components/routable-dialog';
|
|
60
58
|
export * from '@taiga-ui/kit/components/segmented';
|
|
61
59
|
export * from '@taiga-ui/kit/components/select';
|
|
62
|
-
export * from '@taiga-ui/kit/components/
|
|
60
|
+
export * from '@taiga-ui/kit/components/shrink-wrap';
|
|
63
61
|
export * from '@taiga-ui/kit/components/status';
|
|
64
62
|
export * from '@taiga-ui/kit/components/stepper';
|
|
65
63
|
export * from '@taiga-ui/kit/components/switch';
|
|
66
64
|
export * from '@taiga-ui/kit/components/tabs';
|
|
67
65
|
export * from '@taiga-ui/kit/components/textarea';
|
|
68
66
|
export * from '@taiga-ui/kit/components/tiles';
|
|
67
|
+
export * from '@taiga-ui/kit/components/timeline';
|
|
69
68
|
export * from '@taiga-ui/kit/components/toast';
|
|
70
69
|
export * from '@taiga-ui/kit/components/tree';
|
|
@@ -11,6 +11,11 @@ export declare class TuiInputChipComponent<T> {
|
|
|
11
11
|
private readonly input;
|
|
12
12
|
protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
|
|
13
13
|
protected readonly mobile: boolean;
|
|
14
|
+
protected readonly texts: Signal<{
|
|
15
|
+
loadingError: string;
|
|
16
|
+
preview: string;
|
|
17
|
+
remove: string;
|
|
18
|
+
}>;
|
|
14
19
|
protected readonly internal: import("@angular/core").WritableSignal<T>;
|
|
15
20
|
protected readonly editing: import("@angular/core").WritableSignal<boolean>;
|
|
16
21
|
protected readonly hint: TuiHintDirective<any> | null;
|
|
@@ -16,7 +16,7 @@ export declare class TuiInputChipDirective<T> extends TuiControl<T[]> implements
|
|
|
16
16
|
readonly unique: import("@angular/core").InputSignal<boolean>;
|
|
17
17
|
readonly el: HTMLInputElement;
|
|
18
18
|
setValue(value: T[]): void;
|
|
19
|
-
protected onEnter(): void;
|
|
19
|
+
protected onEnter(rawValue?: string): void;
|
|
20
20
|
protected onInput(): void;
|
|
21
21
|
protected onPaste(event: ClipboardEvent | DragEvent): void;
|
|
22
22
|
protected onBackspace(key: string): void;
|
|
@@ -15,17 +15,17 @@ export declare abstract class TuiInputDateBase<T extends TuiDay | TuiDayRange |
|
|
|
15
15
|
abstract readonly max: Signal<TuiDay>;
|
|
16
16
|
abstract readonly min: Signal<TuiDay>;
|
|
17
17
|
private readonly calendar;
|
|
18
|
+
protected readonly options: Omit<TuiInputDateOptions, "valueTransformer">;
|
|
18
19
|
protected readonly el: HTMLInputElement;
|
|
19
20
|
protected readonly input: TuiInputDirective<any>;
|
|
20
21
|
protected readonly filler: Signal<string>;
|
|
21
22
|
protected readonly mobile: boolean;
|
|
22
23
|
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
23
|
-
protected readonly icon:
|
|
24
|
+
protected readonly icon: import("@angular/core").WritableSignal<string>;
|
|
24
25
|
protected readonly handlers: TuiItemsHandlers<T>;
|
|
25
26
|
protected readonly format: Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
|
|
26
27
|
protected readonly dropdownEnabled: Signal<boolean>;
|
|
27
28
|
protected readonly identity: import("@angular/core").WritableSignal<(a: TuiDay, b: TuiDay) => boolean>;
|
|
28
|
-
protected readonly options: Omit<TuiInputDateOptions, 'valueTransformer'>;
|
|
29
29
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
30
30
|
protected readonly calendarIn: import("@angular/core").EffectRef;
|
|
31
31
|
protected readonly calendarOut: import("@angular/core").EffectRef;
|
|
@@ -36,6 +36,7 @@ export declare abstract class TuiInputDateBase<T extends TuiDay | TuiDayRange |
|
|
|
36
36
|
protected processCalendar(calendar: TuiCalendar | TuiCalendarRange): void;
|
|
37
37
|
protected onClick(): void;
|
|
38
38
|
protected stringify(value: T | null): string;
|
|
39
|
+
private toCalendarValue;
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateBase<any>, never>;
|
|
40
41
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateBase<any>, never, never, {}, {}, never, never, true, never>;
|
|
41
42
|
}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { type TuiDay } from '@taiga-ui/cdk/date-time';
|
|
3
|
-
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
4
|
-
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
5
3
|
export interface TuiInputDateOptions {
|
|
6
|
-
readonly icon:
|
|
4
|
+
readonly icon: string;
|
|
7
5
|
readonly max: TuiDay;
|
|
8
6
|
readonly min: TuiDay;
|
|
9
7
|
readonly valueTransformer: TuiValueTransformer<TuiDay | null, any>;
|
|
10
8
|
}
|
|
11
9
|
export declare const TUI_INPUT_DATE_DEFAULT_OPTIONS: {
|
|
12
|
-
readonly icon:
|
|
10
|
+
readonly icon: "@tui.calendar";
|
|
13
11
|
readonly min: TuiDay;
|
|
14
12
|
readonly max: TuiDay;
|
|
15
13
|
readonly valueTransformer: TuiValueTransformer<any, any>;
|
|
@@ -6,7 +6,7 @@ import * as i1 from "@taiga-ui/core/portals/dropdown";
|
|
|
6
6
|
import * as i2 from "@maskito/angular";
|
|
7
7
|
export declare class TuiInputDateMultiDirective extends TuiInputChipDirective<TuiDay> {
|
|
8
8
|
private readonly dateOptions;
|
|
9
|
-
protected readonly icon: import("@angular/core").
|
|
9
|
+
protected readonly icon: import("@angular/core").WritableSignal<string>;
|
|
10
10
|
protected readonly filler: import("@angular/core").Signal<string>;
|
|
11
11
|
protected readonly format: import("@angular/core").Signal<import("@taiga-ui/core/tokens").TuiDateFormatSettings>;
|
|
12
12
|
protected readonly stringify: import("@angular/core").WritableSignal<(item: any) => any>;
|
|
@@ -6,8 +6,8 @@ export declare class TuiInputDateTimeComponent extends TuiNativeTimePicker {
|
|
|
6
6
|
protected readonly host: TuiInputDateTimeDirective;
|
|
7
7
|
protected readonly step: import("@angular/core").Signal<number>;
|
|
8
8
|
protected readonly value: import("@angular/core").Signal<string>;
|
|
9
|
-
protected min: import("@angular/core").Signal<string>;
|
|
10
|
-
protected max: import("@angular/core").Signal<string>;
|
|
9
|
+
protected readonly min: import("@angular/core").Signal<string>;
|
|
10
|
+
protected readonly max: import("@angular/core").Signal<string>;
|
|
11
11
|
protected onInput(value: string): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateTimeComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputDateTimeComponent, "input[tuiInputDateTime][type=\"datetime-local\"]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithNativePicker; inputs: {}; outputs: {}; }]>;
|
|
@@ -9,7 +9,7 @@ export declare class TuiInputMonthDirective extends TuiControl<TuiMonth | null>
|
|
|
9
9
|
private readonly input;
|
|
10
10
|
private readonly months;
|
|
11
11
|
private readonly open;
|
|
12
|
-
protected readonly icon: import("@angular/core").
|
|
12
|
+
protected readonly icon: import("@angular/core").WritableSignal<string>;
|
|
13
13
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
14
14
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
15
15
|
protected readonly calendarIn: import("@angular/core").EffectRef;
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
2
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
|
|
4
|
-
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
5
|
-
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
4
|
export interface TuiInputMonthOptions {
|
|
7
|
-
readonly icon:
|
|
5
|
+
readonly icon: string;
|
|
8
6
|
readonly valueTransformer: TuiValueTransformer<TuiMonth | null, any>;
|
|
9
7
|
}
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated remove in v5
|
|
12
|
-
*/
|
|
13
|
-
export declare const TUI_INPUT_MONTH_DEFAULT_OPTIONS: TuiInputMonthOptions;
|
|
14
8
|
export declare const TUI_INPUT_MONTH_OPTIONS: InjectionToken<TuiInputMonthOptions>;
|
|
15
9
|
export declare const tuiInputMonthOptionsProvider: (options: Partial<TuiInputMonthOptions>) => FactoryProvider;
|
|
@@ -10,7 +10,7 @@ export declare class TuiInputMonthRangeDirective extends TuiControl<TuiMonthRang
|
|
|
10
10
|
private readonly open;
|
|
11
11
|
private readonly intermediateValue;
|
|
12
12
|
private readonly calendar;
|
|
13
|
-
protected readonly icon: import("@angular/core").
|
|
13
|
+
protected readonly icon: import("@angular/core").WritableSignal<string>;
|
|
14
14
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
15
15
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
16
16
|
protected readonly calendarInit: import("@angular/core").EffectRef;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { type FactoryProvider, InjectionToken } from '@angular/core';
|
|
2
2
|
import { type TuiValueTransformer } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import { type TuiMonthRange } from '@taiga-ui/cdk/date-time';
|
|
4
|
-
import { type TuiHandler } from '@taiga-ui/cdk/types';
|
|
5
|
-
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types';
|
|
6
4
|
export interface TuiInputMonthRangeOptions {
|
|
7
|
-
readonly icon:
|
|
5
|
+
readonly icon: string;
|
|
8
6
|
readonly valueTransformer: TuiValueTransformer<TuiMonthRange | null, any>;
|
|
9
7
|
}
|
|
10
8
|
export declare const TUI_INPUT_MONTH_RANGE_OPTIONS: InjectionToken<TuiInputMonthRangeOptions>;
|
|
@@ -4,5 +4,6 @@ export * from './input-number.options';
|
|
|
4
4
|
export * from './number-mask.directive';
|
|
5
5
|
export * from './quantum.directive';
|
|
6
6
|
export * from './step/input-number-step.component';
|
|
7
|
+
export * from './step/input-number-step.service';
|
|
7
8
|
export * from './transformers/bigint.value-transformer';
|
|
8
9
|
export * from './transformers/number.value-transformer';
|
|
@@ -15,6 +15,7 @@ export declare class TuiInputNumberDirective extends TuiControl<string> {
|
|
|
15
15
|
writeValue(value: any): void;
|
|
16
16
|
setValue(value: bigint | number | string | null): void;
|
|
17
17
|
protected onFocus(): void;
|
|
18
|
+
protected onBlur(): void;
|
|
18
19
|
private parse;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberDirective, never>;
|
|
20
21
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputNumberDirective, "input[tuiInputNumber]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithNumberMask; inputs: {}; outputs: {}; }, { directive: typeof i3.TuiNumberValueTransformer; inputs: {}; outputs: {}; }]>;
|
|
@@ -30,7 +30,7 @@ export declare class TuiNumberMask {
|
|
|
30
30
|
readonly thousandSeparator: string;
|
|
31
31
|
}>;
|
|
32
32
|
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
33
|
-
protected maskInitialCalibration: import("@angular/core").EffectRef;
|
|
33
|
+
protected readonly maskInitialCalibration: import("@angular/core").EffectRef;
|
|
34
34
|
stringify(value: bigint | number | null | undefined): string;
|
|
35
35
|
private computeMask;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNumberMask, never>;
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
1
|
import { TuiInputNumberDirective } from '../input-number.directive';
|
|
3
2
|
import { type TuiInputNumberOptions } from '../input-number.options';
|
|
4
3
|
import { TuiNumberMask } from '../number-mask.directive';
|
|
4
|
+
import { TuiInputNumberStepService } from './input-number-step.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
7
7
|
export declare class TuiInputNumberStep {
|
|
8
|
-
private readonly doc;
|
|
9
8
|
private readonly el;
|
|
10
|
-
|
|
9
|
+
protected readonly hold: TuiInputNumberStepService<number | bigint>;
|
|
10
|
+
protected readonly $: import("rxjs").Subscription;
|
|
11
11
|
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
12
12
|
protected readonly options: TuiInputNumberOptions;
|
|
13
13
|
protected readonly mask: TuiNumberMask;
|
|
14
14
|
protected readonly input: TuiInputNumberDirective;
|
|
15
|
-
protected readonly step$: Subject<number | bigint>;
|
|
16
|
-
protected readonly stepping: import("rxjs").Subscription;
|
|
17
15
|
readonly step: import("@angular/core").InputSignal<number | bigint>;
|
|
18
16
|
protected onStep(step: bigint | number): void;
|
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberStep, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TuiInputNumberStepService<T> {
|
|
4
|
+
private readonly doc;
|
|
5
|
+
private readonly destroyRef;
|
|
6
|
+
private readonly start$;
|
|
7
|
+
private readonly stop$;
|
|
8
|
+
readonly steps$: Observable<T>;
|
|
9
|
+
next(value: T): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberStepService<any>, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiInputNumberStepService<any>>;
|
|
12
|
+
}
|
|
@@ -9,7 +9,7 @@ export declare class TuiInputPhoneDirective extends TuiControl<string | null> {
|
|
|
9
9
|
protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
|
|
10
10
|
protected readonly el: HTMLInputElement;
|
|
11
11
|
protected readonly nonRemovablePrefix: import("@angular/core").Signal<string>;
|
|
12
|
-
protected inputMode: import("@angular/core").Signal<"text" | "numeric">;
|
|
12
|
+
protected readonly inputMode: import("@angular/core").Signal<"text" | "numeric">;
|
|
13
13
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
14
14
|
protected readonly blurEffect: import("@angular/core").EffectRef;
|
|
15
15
|
protected readonly countryCode: import("@angular/core").Signal<string>;
|
|
@@ -22,7 +22,7 @@ export declare class TuiInputRange extends TuiControl<readonly [number, number]>
|
|
|
22
22
|
readonly quantum: import("@angular/core").InputSignal<number>;
|
|
23
23
|
readonly prefix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
24
24
|
readonly postfix: import("@angular/core").InputSignalWithTransform<readonly [string, string], readonly [string, string] | null | undefined>;
|
|
25
|
-
content: import("@angular/core").InputSignal<readonly [PolymorpheusContent<TuiContext<number>>, PolymorpheusContent<TuiContext<number>>]>;
|
|
25
|
+
readonly content: import("@angular/core").InputSignal<readonly [PolymorpheusContent<TuiContext<number>>, PolymorpheusContent<TuiContext<number>>]>;
|
|
26
26
|
writeValue(value: [number, number]): void;
|
|
27
27
|
protected get contentStartHidden(): boolean;
|
|
28
28
|
protected get contentEndHidden(): boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/core/components/slider';
|
|
2
3
|
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
4
|
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
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];
|