@taiga-ui/kit 4.52.0-canary.6ee9658 → 4.52.0-canary.7c53ccc
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-range/calendar-range.component.d.ts +0 -1
- 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 +5 -0
- package/components/combo-box/combo-box.directive.d.ts +7 -9
- package/components/combo-box/index.d.ts +1 -0
- package/components/compass/compass.component.d.ts +2 -2
- package/components/confirm/confirm.component.d.ts +1 -1
- package/components/confirm/confirm.service.d.ts +1 -1
- package/components/copy/copy.component.d.ts +2 -3
- package/components/copy/copy.directive.d.ts +1 -2
- package/components/data-list-wrapper/data-list-group-wrapper.component.d.ts +2 -2
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +14 -22
- package/components/data-list-wrapper/{data-list-wrapper.module.d.ts → data-list-wrapper.d.ts} +1 -2
- package/components/data-list-wrapper/index.d.ts +1 -1
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/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-chip/input-chip.component.d.ts +1 -1
- package/components/input-chip/input-chip.d.ts +5 -1
- package/components/input-chip/input-chip.directive.d.ts +4 -4
- package/components/input-color/index.d.ts +1 -0
- package/components/input-color/input-color.component.d.ts +8 -12
- package/components/input-color/input-color.d.ts +5 -0
- package/components/input-date/input-date.component.d.ts +2 -2
- package/components/input-date/input-date.d.ts +4 -1
- package/components/input-date/input-date.directive.d.ts +21 -22
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -2
- package/components/input-date-multi/input-date-multi.directive.d.ts +3 -3
- package/components/input-date-range/input-date-range.d.ts +4 -1
- package/components/input-date-range/input-date-range.directive.d.ts +9 -10
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +4 -1
- package/components/input-date-time/input-date-time.directive.d.ts +14 -14
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-inline/input-inline.component.d.ts +3 -2
- package/components/input-month/input-month.component.d.ts +3 -5
- package/components/input-month/input-month.d.ts +4 -1
- package/components/input-month/input-month.directive.d.ts +6 -5
- package/components/input-month-range/input-month-range.d.ts +4 -1
- package/components/input-month-range/input-month-range.directive.d.ts +6 -5
- package/components/input-number/input-number.d.ts +4 -1
- package/components/input-number/input-number.directive.d.ts +6 -8
- package/components/input-number/input-number.options.d.ts +2 -3
- package/components/input-number/step/input-number-step.component.d.ts +3 -3
- package/components/input-phone/index.d.ts +1 -0
- package/components/input-phone/input-phone.d.ts +5 -0
- package/components/input-phone/input-phone.directive.d.ts +12 -14
- package/components/input-phone-international/index.d.ts +1 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +14 -16
- package/components/input-phone-international/input-phone-international.d.ts +5 -0
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
- package/components/input-pin/index.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +5 -6
- package/components/input-pin/input-pin.d.ts +5 -0
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +22 -52
- package/components/input-slider/input-slider.d.ts +4 -1
- package/components/input-time/input-time.component.d.ts +1 -3
- package/components/input-time/input-time.d.ts +4 -1
- package/components/input-time/input-time.directive.d.ts +5 -5
- package/components/input-year/input-year.d.ts +4 -1
- package/components/input-year/input-year.directive.d.ts +8 -10
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/items-with-more/items-with-more.component.d.ts +6 -6
- package/components/items-with-more/items-with-more.directive.d.ts +6 -6
- package/components/like/like.options.d.ts +1 -1
- package/components/line-clamp/line-clamp-box.component.d.ts +1 -1
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
- package/components/notification-middle/notification-middle.service.d.ts +1 -1
- package/components/pager/pager.component.d.ts +12 -12
- package/components/pagination/pagination.component.d.ts +22 -52
- package/components/pagination/pagination.options.d.ts +3 -6
- package/components/preview/dialog/preview-dialog.service.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 +11 -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-alert.component.d.ts +1 -1
- package/components/push/push.component.d.ts +6 -7
- package/components/push/push.options.d.ts +1 -1
- package/components/push/push.service.d.ts +1 -1
- package/components/radio/radio.component.d.ts +1 -1
- package/components/radio-list/radio-list.component.d.ts +11 -9
- package/components/range/range.component.d.ts +3 -4
- package/components/rating/rating.component.d.ts +1 -1
- package/components/routable-dialog/generate-dialogable-route.d.ts +1 -1
- package/components/select/native-select/native-select.component.d.ts +4 -4
- package/components/select/select.d.ts +4 -1
- package/components/select/select.directive.d.ts +4 -3
- package/components/slider/helpers/slider-key-steps.directive.d.ts +6 -5
- 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/switch/switch.component.d.ts +1 -0
- package/components/tabs/tabs-horizontal.directive.d.ts +3 -4
- 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/index.d.ts +2 -1
- package/components/textarea/textarea.component.d.ts +10 -11
- package/components/textarea/textarea.d.ts +6 -0
- package/components/textarea/textarea.directive.d.ts +13 -0
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/tiles/tiles.component.d.ts +4 -7
- package/components/toast/toast.component.d.ts +1 -1
- package/components/toast/toast.options.d.ts +1 -1
- package/components/toast/toast.service.d.ts +1 -1
- 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/button-select/button-select.directive.d.ts +1 -1
- package/directives/fade/fade.directive.d.ts +5 -6
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +1 -1
- package/directives/password/password.directive.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/tooltip/tooltip.directive.d.ts +1 -1
- 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 +16 -30
- 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 +5 -13
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +23 -23
- 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 +40 -44
- 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 +8 -8
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +15 -25
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +24 -85
- 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 +21 -34
- 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 +32 -28
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +27 -28
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +14 -12
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +36 -35
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +39 -54
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +51 -57
- 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 +25 -21
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +38 -44
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +50 -49
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +62 -67
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +37 -41
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +24 -22
- 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 +13 -7
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +37 -37
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +30 -35
- 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-like.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +14 -14
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- 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 +27 -32
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +12 -12
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pager.mjs +30 -44
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +65 -150
- 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 +77 -145
- 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 +23 -36
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +23 -35
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-radio.mjs.map +1 -1
- 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 +4 -4
- package/fesm2022/taiga-ui-kit-components-rating.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +48 -25
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +49 -67
- 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 +9 -4
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +73 -126
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +59 -69
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +36 -68
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +20 -21
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +60 -91
- 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-close.mjs +3 -3
- 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 +6 -6
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +8 -8
- 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 +4 -4
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +25 -34
- 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 +5 -5
- package/fesm2022/taiga-ui-kit-directives-password.mjs.map +1 -1
- 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 +8 -8
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs.map +1 -1
- 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 +43 -0
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +12 -24
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +30 -0
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +28 -0
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -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.mjs +3 -0
- package/fesm2022/taiga-ui-kit-pipes.mjs.map +1 -1
- 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 -14
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +26 -26
- package/pipes/auto-color/auto-color.pipe.d.ts +13 -0
- package/pipes/auto-color/index.d.ts +1 -0
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +2 -2
- package/pipes/flag/flag.pipe.d.ts +13 -0
- package/pipes/flag/index.d.ts +1 -0
- package/pipes/index.d.ts +3 -0
- package/pipes/initials/index.d.ts +1 -0
- package/pipes/initials/initials.pipe.d.ts +7 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/pipes/stringify-content/stringify-content.pipe.d.ts +2 -3
- package/styles/components/avatar.less +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 -2
- 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/components/textarea/textarea-limit.directive.d.ts +0 -26
- package/directives/lazy-loading/index.d.ts +0 -2
- package/directives/lazy-loading/lazy-loading.directive.d.ts +0 -18
- package/directives/lazy-loading/lazy-loading.service.d.ts +0 -12
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -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-lazy-loading.mjs +0 -80
- package/fesm2022/taiga-ui-kit-directives-lazy-loading.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/phone.d.ts +0 -3
- package/utils/toggle-day.d.ts +0 -2
- /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
|
@@ -2,19 +2,19 @@ import { Subject } from 'rxjs';
|
|
|
2
2
|
import { TuiInputNumberDirective } from '../input-number.directive';
|
|
3
3
|
import { type TuiInputNumberOptions } from '../input-number.options';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
5
6
|
export declare class TuiInputNumberStep {
|
|
6
7
|
protected readonly el: HTMLInputElement;
|
|
7
8
|
protected readonly appearance: import("@angular/core").Signal<string>;
|
|
8
9
|
protected readonly options: TuiInputNumberOptions;
|
|
9
10
|
protected readonly input: TuiInputNumberDirective;
|
|
10
|
-
protected readonly step: import("@angular/core").WritableSignal<number>;
|
|
11
11
|
protected readonly value: import("@angular/core").Signal<number>;
|
|
12
12
|
protected readonly step$: Subject<number>;
|
|
13
13
|
protected readonly doc: Document;
|
|
14
14
|
protected readonly stop$: import("rxjs").Observable<Event>;
|
|
15
15
|
protected readonly stepping: import("rxjs").Subscription;
|
|
16
|
-
|
|
16
|
+
readonly step: import("@angular/core").InputSignal<number>;
|
|
17
17
|
protected onStep(step: number): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberStep, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputNumberStep, "input[tuiInputNumber][step]", never, { "
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputNumberStep, "input[tuiInputNumber][step]", never, { "step": { "alias": "step"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiAppearanceProxy; inputs: {}; outputs: {}; }]>;
|
|
20
20
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPhoneDirective } from './input-phone.directive';
|
|
5
|
+
export declare const TuiInputPhone: readonly [typeof TuiInputPhoneDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,27 +1,25 @@
|
|
|
1
1
|
import { type MaskitoOptions } from '@maskito/core';
|
|
2
2
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
|
-
export declare class
|
|
7
|
-
private readonly
|
|
6
|
+
export declare class TuiInputPhoneDirective extends TuiControl<string | null> {
|
|
7
|
+
private readonly input;
|
|
8
8
|
private readonly host;
|
|
9
|
+
protected readonly options: import("./input-phone.options").TuiInputPhoneOptions;
|
|
10
|
+
protected readonly el: HTMLInputElement;
|
|
9
11
|
protected readonly nonRemovablePrefix: import("@angular/core").Signal<string>;
|
|
10
12
|
protected inputMode: import("@angular/core").Signal<"text" | "numeric">;
|
|
11
13
|
protected readonly valueEffect: import("@angular/core").EffectRef;
|
|
12
14
|
protected readonly blurEffect: import("@angular/core").EffectRef;
|
|
13
|
-
protected readonly
|
|
14
|
-
protected readonly
|
|
15
|
-
protected readonly
|
|
16
|
-
|
|
17
|
-
readonly
|
|
18
|
-
readonly allowText: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
-
readonly phoneMask: import("@angular/core").WritableSignal<string>;
|
|
20
|
-
set allowTextSetter(allow: boolean);
|
|
21
|
-
set maskSetter(mask: string);
|
|
15
|
+
protected readonly countryCode: import("@angular/core").Signal<string>;
|
|
16
|
+
protected readonly phoneMask: import("@angular/core").Signal<string>;
|
|
17
|
+
protected readonly maskito: import("@angular/core").Signal<MaskitoOptions>;
|
|
18
|
+
readonly allowText: import("@angular/core").InputSignal<boolean>;
|
|
19
|
+
readonly mask: import("@angular/core").InputSignal<string>;
|
|
22
20
|
protected onInput(value: string): void;
|
|
23
21
|
private get maxPhoneLength();
|
|
24
22
|
private calculateMask;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputPhoneDirective, "input[tuiInputPhone]", never, { "allowText": { "alias": "allowText"; "required": false; "isSignal": true; }; "mask": { "alias": "mask"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
27
25
|
}
|
|
@@ -1,45 +1,43 @@
|
|
|
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';
|
|
5
5
|
import { type MetadataJson } from 'libphonenumber-js/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@maskito/angular";
|
|
8
|
-
import * as i2 from "@taiga-ui/core/components/
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
import * as i2 from "@taiga-ui/core/components/input";
|
|
9
|
+
import * as i3 from "@taiga-ui/kit/directives/appearance-proxy";
|
|
10
|
+
export declare class TuiInputPhoneInternationalComponent extends TuiControl<string> {
|
|
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>>;
|
|
20
|
-
protected readonly open: import("@angular/core").
|
|
19
|
+
protected readonly open: import("@angular/core").ModelSignal<boolean>;
|
|
20
|
+
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
21
|
+
protected readonly change: import("@angular/core").EffectRef;
|
|
21
22
|
protected readonly search: import("@angular/core").WritableSignal<string>;
|
|
22
23
|
protected readonly size: import("@angular/core").Signal<"m" | "l" | "s">;
|
|
23
|
-
protected readonly mask: import("@angular/core").Signal<MaskitoOptions | null>;
|
|
24
24
|
protected readonly masked: import("@angular/core").WritableSignal<string>;
|
|
25
|
-
protected
|
|
25
|
+
protected readonly mask: import("@angular/core").Signal<MaskitoOptions>;
|
|
26
26
|
protected readonly filtered: import("@angular/core").Signal<{
|
|
27
27
|
iso: TuiCountryIsoCode;
|
|
28
28
|
name: string;
|
|
29
29
|
code: string;
|
|
30
30
|
}[]>;
|
|
31
|
-
protected readonly enabled: import("@angular/core").Signal<boolean>;
|
|
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;
|
|
40
38
|
private computeMask;
|
|
41
39
|
private unmask;
|
|
42
40
|
private getCountryCode;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPhoneInternationalComponent, never>;
|
|
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
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPhoneInternationalComponent } from './input-phone-international.component';
|
|
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;
|
|
@@ -2,17 +2,16 @@ import { NgControl } from '@angular/forms';
|
|
|
2
2
|
import { type MaskitoMask } from '@maskito/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@maskito/angular";
|
|
5
|
-
export declare class
|
|
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
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputPinComponent, 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
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
4
|
+
import { TuiInputPinComponent } from './input-pin.component';
|
|
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,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiSliderComponent, TuiSliderKeySteps, TuiSliderKeyStepsBase } from '@taiga-ui/kit/components/slider';
|
|
2
5
|
import { TuiInputSliderDirective } from './input-slider.directive';
|
|
3
|
-
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective];
|
|
6
|
+
export declare const TuiInputSlider: readonly [typeof TuiSliderComponent, typeof TuiSliderKeyStepsBase, typeof TuiSliderKeySteps, typeof TuiInputSliderDirective, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type MaskitoTimeMode } from '@maskito/kit';
|
|
2
2
|
import { type TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
|
|
3
|
-
import { TuiTextfieldDirective } from '@taiga-ui/core/components/textfield';
|
|
4
3
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
import * as i1 from "@taiga-ui/core/components/textfield";
|
|
@@ -9,12 +8,11 @@ export declare abstract class TuiNativeTimePicker {
|
|
|
9
8
|
protected getStep(timeMode: MaskitoTimeMode): number;
|
|
10
9
|
protected toISOString(value: TuiTime | readonly [TuiDay, TuiTime | null] | null): string;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNativeTimePicker, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never,
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNativeTimePicker, never, never, {}, {}, never, never, true, never>;
|
|
13
12
|
}
|
|
14
13
|
export declare class TuiInputTimeComponent extends TuiNativeTimePicker {
|
|
15
14
|
private readonly control;
|
|
16
15
|
protected readonly host: TuiInputTimeDirective;
|
|
17
|
-
protected readonly textfield: TuiTextfieldDirective<any>;
|
|
18
16
|
protected readonly value: import("@angular/core").Signal<string>;
|
|
19
17
|
protected readonly step: import("@angular/core").Signal<number>;
|
|
20
18
|
protected setValue(value: string): void;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
2
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
3
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
1
4
|
import { TuiInputTimeComponent } from './input-time.component';
|
|
2
5
|
import { TuiInputTimeDirective } from './input-time.directive';
|
|
3
|
-
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent];
|
|
6
|
+
export declare const TuiInputTime: readonly [typeof TuiInputTimeDirective, typeof TuiInputTimeComponent, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -4,10 +4,10 @@ import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
|
4
4
|
import { TuiTime } from '@taiga-ui/cdk/date-time';
|
|
5
5
|
import { type TuiTextfieldAccessor } from '@taiga-ui/core/components/textfield';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
7
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
8
8
|
import * as i2 from "@maskito/angular";
|
|
9
9
|
export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> implements TuiTextfieldAccessor<TuiTime | null> {
|
|
10
|
-
private readonly
|
|
10
|
+
private readonly input;
|
|
11
11
|
private readonly dropdown;
|
|
12
12
|
private readonly open;
|
|
13
13
|
private readonly options;
|
|
@@ -15,12 +15,12 @@ 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
|
-
readonly native: boolean;
|
|
21
20
|
readonly timeMode: import("@angular/core").InputSignal<MaskitoTimeMode>;
|
|
22
21
|
readonly prefix: import("@angular/core").InputSignal<string>;
|
|
23
22
|
readonly postfix: import("@angular/core").InputSignal<string>;
|
|
23
|
+
readonly native: boolean;
|
|
24
24
|
setValue(value: TuiTime | null): void;
|
|
25
25
|
writeValue(value: TuiTime | null): void;
|
|
26
26
|
protected onInput(valueWithAffixes: string): void;
|
|
@@ -30,5 +30,5 @@ export declare class TuiInputTimeDirective extends TuiControl<TuiTime | null> im
|
|
|
30
30
|
private findNearestTime;
|
|
31
31
|
private stringify;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTimeDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputTimeDirective, "input[tuiInputTime]", never, { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "timeMode": { "alias": "mode"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "postfix": { "alias": "postfix"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiWithInput; inputs: {}; outputs: {}; }, { directive: typeof i2.MaskitoDirective; inputs: {}; outputs: {}; }]>;
|
|
34
34
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
2
|
+
import { TuiLabel } from '@taiga-ui/core/components/label';
|
|
3
|
+
import { TuiTextfieldComponent, TuiTextfieldOptionsDirective } from '@taiga-ui/core/components/textfield';
|
|
4
|
+
import { TuiDropdownContent } from '@taiga-ui/core/portals/dropdown';
|
|
2
5
|
import { TuiInputYearDirective } from './input-year.directive';
|
|
3
|
-
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear];
|
|
6
|
+
export declare const TuiInputYear: readonly [typeof TuiInputYearDirective, typeof TuiCalendarYear, typeof TuiLabel, typeof TuiTextfieldComponent, typeof TuiTextfieldOptionsDirective, typeof TuiDropdownContent];
|
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
import { TuiControl } from '@taiga-ui/cdk/classes';
|
|
2
2
|
import { TuiCalendarYear } from '@taiga-ui/core/components/calendar';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@taiga-ui/core/components/
|
|
4
|
+
import * as i1 from "@taiga-ui/core/components/input";
|
|
5
5
|
import * as i2 from "@maskito/angular";
|
|
6
|
-
import * as i3 from "@taiga-ui/core/
|
|
6
|
+
import * as i3 from "@taiga-ui/core/portals/dropdown";
|
|
7
7
|
export declare class TuiInputYearDirective extends TuiControl<number | null> {
|
|
8
8
|
private readonly options;
|
|
9
|
-
private readonly
|
|
9
|
+
private readonly input;
|
|
10
10
|
private readonly open;
|
|
11
11
|
private readonly initialItem;
|
|
12
|
-
protected readonly calendar: import("@angular/core").Signal<TuiCalendarYear | null>;
|
|
13
12
|
protected readonly dropdownEnabled: import("@angular/core").Signal<boolean>;
|
|
14
13
|
protected readonly icon: import("@angular/core").Signal<string>;
|
|
15
|
-
protected readonly
|
|
16
|
-
protected readonly max: import("@angular/core").WritableSignal<number>;
|
|
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
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives';
|
|
1
|
+
import { type TuiAppearanceOptions } from '@taiga-ui/core/directives/appearance';
|
|
2
2
|
import { type TuiSizeS } from '@taiga-ui/core/types';
|
|
3
3
|
export interface TuiLikeOptions extends TuiAppearanceOptions {
|
|
4
4
|
readonly size: TuiSizeS;
|
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
import { TuiModalService } from '@taiga-ui/core/
|
|
1
|
+
import { TuiModalService } from '@taiga-ui/core/portals/modal';
|
|
2
2
|
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
|
|
@@ -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
|
}
|