@taiga-ui/kit 4.52.0-canary.abf3e8c → 4.52.0-canary.ae38a1e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/avatar/avatar-labeled.component.d.ts +3 -3
- package/components/avatar/avatar-stack.component.d.ts +2 -2
- package/components/badge-notification/badge-notification.component.d.ts +2 -3
- package/components/badged-content/badged-content.directive.d.ts +2 -3
- package/components/breadcrumbs/breadcrumbs.component.d.ts +6 -7
- package/components/button-loading/button-loading.component.d.ts +5 -5
- package/components/calendar-month/calendar-month.component.d.ts +5 -5
- package/components/calendar-range/calendar-range.component.d.ts +1 -3
- package/components/calendar-range/day-range-period.d.ts +2 -1
- package/components/carousel/carousel-autoscroll.directive.d.ts +1 -2
- package/components/carousel/carousel-scroll.directive.d.ts +1 -1
- package/components/carousel/carousel.component.d.ts +15 -18
- package/components/carousel/carousel.directive.d.ts +5 -4
- package/components/combo-box/combo-box.d.ts +1 -1
- package/components/combo-box/combo-box.directive.d.ts +3 -5
- package/components/compass/compass.component.d.ts +2 -2
- package/components/copy/copy.component.d.ts +2 -3
- package/components/drawer/drawer.component.d.ts +3 -4
- package/components/files/file/file.component.d.ts +16 -29
- package/components/files/files/files.component.d.ts +5 -8
- package/components/files/input-files/input-files.component.d.ts +2 -2
- package/components/files/input-files/input-files.content.d.ts +7 -8
- package/components/files/input-files/input-files.directive.d.ts +2 -2
- package/components/filter/filter.component.d.ts +9 -12
- package/components/fullscreen/fullscreen.component.d.ts +5 -8
- package/components/index.d.ts +0 -3
- package/components/input-color/input-color.component.d.ts +5 -9
- package/components/input-color/input-color.d.ts +1 -1
- package/components/input-date/input-date.component.d.ts +2 -2
- package/components/input-date/input-date.d.ts +1 -1
- package/components/input-date/input-date.directive.d.ts +15 -14
- package/components/input-date/input-date.options.d.ts +3 -3
- package/components/input-date-multi/input-date-multi.d.ts +1 -1
- package/components/input-date-multi/input-date-multi.directive.d.ts +2 -2
- package/components/input-date-range/input-date-range.d.ts +1 -1
- package/components/input-date-range/input-date-range.directive.d.ts +7 -8
- package/components/input-date-range/input-date-range.options.d.ts +2 -2
- package/components/input-date-time/input-date-time.d.ts +1 -1
- package/components/input-date-time/input-date-time.directive.d.ts +12 -12
- package/components/input-date-time/input-date-time.options.d.ts +2 -2
- package/components/input-inline/input-inline.component.d.ts +3 -2
- package/components/input-month/input-month.component.d.ts +3 -5
- package/components/input-month/input-month.d.ts +1 -1
- package/components/input-month/input-month.directive.d.ts +1 -1
- package/components/input-month-range/input-month-range.d.ts +1 -1
- package/components/input-month-range/input-month-range.directive.d.ts +1 -1
- package/components/input-number/index.d.ts +3 -0
- package/components/input-number/input-number.d.ts +5 -3
- package/components/input-number/input-number.directive.d.ts +9 -22
- package/components/input-number/input-number.options.d.ts +4 -7
- package/components/input-number/number-mask.directive.d.ts +42 -0
- package/components/input-number/quantum.directive.d.ts +10 -8
- package/components/input-number/step/input-number-step.component.d.ts +10 -9
- package/components/input-number/transformers/bigint.value-transformer.d.ts +11 -0
- package/components/input-number/transformers/number.value-transformer.d.ts +11 -0
- package/components/input-phone/input-phone.d.ts +1 -1
- package/components/input-phone/input-phone.directive.d.ts +6 -8
- package/components/input-phone-international/input-phone-international.component.d.ts +8 -10
- package/components/input-phone-international/input-phone-international.d.ts +1 -1
- package/components/input-phone-international/input-phone-international.options.d.ts +1 -0
- package/components/input-pin/input-pin.component.d.ts +3 -4
- package/components/input-pin/input-pin.d.ts +1 -1
- package/components/input-range/index.d.ts +0 -1
- package/components/input-range/input-range.component.d.ts +22 -52
- package/components/input-slider/input-slider.d.ts +1 -1
- package/components/input-slider/input-slider.directive.d.ts +3 -2
- package/components/input-time/input-time.d.ts +1 -1
- package/components/input-time/input-time.directive.d.ts +1 -1
- package/components/input-year/input-year.d.ts +1 -1
- package/components/input-year/input-year.directive.d.ts +4 -6
- package/components/input-year/input-year.options.d.ts +2 -2
- package/components/items-with-more/items-with-more.component.d.ts +6 -6
- package/components/items-with-more/items-with-more.directive.d.ts +6 -6
- package/components/multi-select/multi-select-native/multi-select-native.component.d.ts +5 -4
- package/components/pager/pager.component.d.ts +12 -12
- package/components/pagination/pagination.component.d.ts +1 -1
- package/components/preview/index.d.ts +1 -0
- package/components/preview/pagination/preview-pagination.component.d.ts +6 -10
- package/components/preview/preview.component.d.ts +6 -6
- package/components/preview/zoom/preview-zoom.component.d.ts +10 -17
- package/components/progress/progress-bar/progress-bar.component.d.ts +3 -4
- package/components/progress/progress-circle/progress-circle.component.d.ts +7 -11
- package/components/pulse/pulse.component.d.ts +2 -2
- package/components/push/push.component.d.ts +6 -7
- package/components/radio-list/radio-list.component.d.ts +9 -9
- package/components/range/range.component.d.ts +3 -4
- package/components/select/select.d.ts +1 -1
- package/components/slider/helpers/slider-key-steps.directive.d.ts +10 -7
- package/components/slider/helpers/slider-readonly.directive.d.ts +2 -4
- package/components/slider/helpers/slider-thumb-label.component.d.ts +2 -4
- package/components/slider/slider.component.d.ts +4 -7
- package/components/stepper/step.component.d.ts +9 -2
- package/components/stepper/stepper.component.d.ts +1 -3
- package/components/tabs/tabs-horizontal.directive.d.ts +4 -5
- package/components/tabs/tabs-vertical.directive.d.ts +2 -2
- package/components/tabs/tabs-with-more.component.d.ts +12 -16
- package/components/tabs/tabs.directive.d.ts +5 -7
- package/components/textarea/textarea.component.d.ts +7 -8
- package/components/textarea/textarea.d.ts +1 -1
- package/components/tiles/tile-handle.directive.d.ts +2 -1
- package/components/tiles/tile.component.d.ts +7 -10
- package/components/tiles/tile.service.d.ts +1 -1
- package/components/tiles/tiles.component.d.ts +4 -7
- package/components/tree/components/tree/tree.component.d.ts +7 -7
- package/components/tree/components/tree-item/tree-item.component.d.ts +1 -1
- package/components/tree/directives/tree-children.directive.d.ts +2 -2
- package/components/tree/directives/tree-controller.directive.d.ts +4 -5
- package/components/tree/directives/tree-item-controller.directive.d.ts +2 -2
- package/components/tree/directives/tree-node.directive.d.ts +5 -4
- package/directives/appearance-proxy/appearance-proxy.directive.d.ts +10 -0
- package/directives/appearance-proxy/index.d.ts +1 -0
- package/directives/fade/fade.directive.d.ts +5 -5
- package/directives/highlight/highlight.directive.d.ts +4 -4
- package/directives/index.d.ts +1 -1
- package/directives/present/present.directive.d.ts +2 -4
- package/directives/unfinished-validator/unfinished-validator.directive.d.ts +2 -2
- package/directives/unmask-handler/unmask-handler.directive.d.ts +3 -3
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +8 -8
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-action-bar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +33 -47
- package/fesm2022/taiga-ui-kit-components-avatar.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs +8 -10
- package/fesm2022/taiga-ui-kit-components-badge-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-badge.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs +9 -11
- package/fesm2022/taiga-ui-kit-components-badged-content.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-block.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +13 -27
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs +18 -26
- package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +12 -24
- package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +26 -35
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +69 -116
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-checkbox.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-chip.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +8 -23
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-comment.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-compass.mjs +7 -9
- package/fesm2022/taiga-ui-kit-components-compass.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-confirm.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-confirm.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-copy.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-drawer.mjs +15 -32
- package/fesm2022/taiga-ui-kit-components-drawer.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +108 -228
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-filter.mjs +20 -33
- package/fesm2022/taiga-ui-kit-components-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs +23 -42
- package/fesm2022/taiga-ui-kit-components-fullscreen.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +7 -16
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +8 -20
- package/fesm2022/taiga-ui-kit-components-input-color.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs +9 -7
- package/fesm2022/taiga-ui-kit-components-input-date-multi.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +21 -30
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +24 -47
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +31 -42
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +10 -12
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +12 -16
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +25 -39
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +252 -179
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +31 -48
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +13 -28
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +11 -18
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-range.mjs +42 -69
- package/fesm2022/taiga-ui-kit-components-input-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +20 -15
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +10 -11
- package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-year.mjs +12 -27
- package/fesm2022/taiga-ui-kit-components-input-year.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs +50 -70
- package/fesm2022/taiga-ui-kit-components-items-with-more.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-like.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +9 -9
- package/fesm2022/taiga-ui-kit-components-message.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-message.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs +26 -31
- package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +11 -11
- package/fesm2022/taiga-ui-kit-components-pager.mjs +29 -41
- package/fesm2022/taiga-ui-kit-components-pager.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pagination.mjs +14 -18
- package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pin.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-preview.mjs +74 -143
- package/fesm2022/taiga-ui-kit-components-preview.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-progress.mjs +44 -63
- package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-pulse.mjs +7 -11
- package/fesm2022/taiga-ui-kit-components-pulse.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-push.mjs +20 -32
- package/fesm2022/taiga-ui-kit-components-push.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +21 -33
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-radio.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-range.mjs +19 -29
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-rating.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-routable-dialog.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +7 -7
- package/fesm2022/taiga-ui-kit-components-select.mjs +10 -11
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +52 -74
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-status.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-stepper.mjs +36 -29
- package/fesm2022/taiga-ui-kit-components-stepper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-switch.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-switch.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +83 -142
- package/fesm2022/taiga-ui-kit-components-tabs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +25 -38
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +52 -96
- package/fesm2022/taiga-ui-kit-components-tiles.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-toast.mjs +16 -16
- package/fesm2022/taiga-ui-kit-components-toast.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-tree.mjs +61 -92
- package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +0 -3
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs +27 -0
- package/fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-button-select.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +7 -7
- package/fesm2022/taiga-ui-kit-directives-connected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +20 -30
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs +16 -20
- package/fesm2022/taiga-ui-kit-directives-highlight.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-password.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-present.mjs +10 -17
- package/fesm2022/taiga-ui-kit-directives-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +7 -6
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +6 -6
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs +7 -9
- package/fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs +9 -13
- package/fesm2022/taiga-ui-kit-directives-unmask-handler.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives.mjs +1 -1
- package/fesm2022/taiga-ui-kit-pipes-auto-color.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-emails.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs +14 -15
- package/fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs +3 -4
- package/fesm2022/taiga-ui-kit-pipes-flag.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs +23 -26
- package/fesm2022/taiga-ui-kit-pipes-hide-selected.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-initials.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs +10 -8
- package/fesm2022/taiga-ui-kit-pipes-sort-countries.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-pipes-stringify-content.mjs +3 -3
- package/fesm2022/taiga-ui-kit-pipes-stringify.mjs +3 -3
- package/fesm2022/taiga-ui-kit-tokens.mjs +4 -108
- package/fesm2022/taiga-ui-kit-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-utils.mjs +2 -8
- package/fesm2022/taiga-ui-kit-utils.mjs.map +1 -1
- package/package.json +86 -98
- package/pipes/filter-by-input/filter-by-input.pipe.d.ts +3 -0
- package/pipes/flag/flag.pipe.d.ts +1 -2
- package/pipes/hide-selected/hide-selected.pipe.d.ts +2 -0
- package/pipes/sort-countries/sort-countries.pipe.d.ts +4 -3
- package/styles/components/avatar.less +14 -14
- package/styles/components/badge.less +3 -3
- package/styles/components/block.less +4 -4
- package/styles/components/chip.less +3 -3
- package/styles/components/comment.less +1 -1
- package/styles/components/message.less +1 -1
- package/styles/components/pin.less +3 -3
- package/styles/components/switch.less +3 -2
- package/styles/components/toast.less +1 -1
- package/tokens/i18n.d.ts +1 -0
- package/tokens/index.d.ts +0 -7
- package/utils/index.d.ts +0 -1
- package/utils/maskito.binding.d.ts +1 -1
- package/components/elastic-container/elastic-container.component.d.ts +0 -8
- package/components/elastic-container/elastic-container.directive.d.ts +0 -7
- package/components/elastic-container/index.d.ts +0 -2
- package/components/floating-container/floating-container.directive.d.ts +0 -7
- package/components/floating-container/index.d.ts +0 -1
- package/components/input-range/input-range.d.ts +0 -3
- package/components/slides/index.d.ts +0 -1
- package/components/slides/slides.directive.d.ts +0 -11
- package/directives/button-close/button-close.directive.d.ts +0 -6
- package/directives/button-close/index.d.ts +0 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +0 -77
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +0 -37
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-components-slides.mjs +0 -49
- package/fesm2022/taiga-ui-kit-components-slides.mjs.map +0 -1
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs +0 -47
- package/fesm2022/taiga-ui-kit-directives-button-close.mjs.map +0 -1
- package/tokens/calendar-date-stream.d.ts +0 -10
- package/tokens/date-inputs-value-transformers.d.ts +0 -19
- package/tokens/input-date-options.d.ts +0 -15
- package/tokens/items-handlers.d.ts +0 -20
- package/tokens/mobile-calendar.d.ts +0 -6
- package/tokens/month-formatter.d.ts +0 -5
- package/utils/toggle-day.d.ts +0 -2
- /package/{tokens/preview-icons.d.ts → components/preview/preview.options.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.52.0-canary.
|
|
3
|
+
"version": "4.52.0-canary.ae38a1e",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"types": "./index.d.ts",
|
|
25
25
|
"default": "./fesm2022/taiga-ui-kit.mjs"
|
|
26
26
|
},
|
|
27
|
-
"./directives": {
|
|
28
|
-
"types": "./directives/index.d.ts",
|
|
29
|
-
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
30
|
-
},
|
|
31
27
|
"./components": {
|
|
32
28
|
"types": "./components/index.d.ts",
|
|
33
29
|
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
34
30
|
},
|
|
31
|
+
"./directives": {
|
|
32
|
+
"types": "./directives/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
34
|
+
},
|
|
35
35
|
"./pipes": {
|
|
36
36
|
"types": "./pipes/index.d.ts",
|
|
37
37
|
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
@@ -40,78 +40,10 @@
|
|
|
40
40
|
"types": "./tokens/index.d.ts",
|
|
41
41
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
42
42
|
},
|
|
43
|
-
"./directives/button-close": {
|
|
44
|
-
"types": "./directives/button-close/index.d.ts",
|
|
45
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
46
|
-
},
|
|
47
43
|
"./utils": {
|
|
48
44
|
"types": "./utils/index.d.ts",
|
|
49
45
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
50
46
|
},
|
|
51
|
-
"./directives/button-group": {
|
|
52
|
-
"types": "./directives/button-group/index.d.ts",
|
|
53
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
54
|
-
},
|
|
55
|
-
"./directives/button-select": {
|
|
56
|
-
"types": "./directives/button-select/index.d.ts",
|
|
57
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
58
|
-
},
|
|
59
|
-
"./directives/chevron": {
|
|
60
|
-
"types": "./directives/chevron/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
62
|
-
},
|
|
63
|
-
"./directives/connected": {
|
|
64
|
-
"types": "./directives/connected/index.d.ts",
|
|
65
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
66
|
-
},
|
|
67
|
-
"./directives/data-list-dropdown-manager": {
|
|
68
|
-
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
70
|
-
},
|
|
71
|
-
"./directives/fade": {
|
|
72
|
-
"types": "./directives/fade/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
74
|
-
},
|
|
75
|
-
"./directives/fluid-typography": {
|
|
76
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
78
|
-
},
|
|
79
|
-
"./directives/password": {
|
|
80
|
-
"types": "./directives/password/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
82
|
-
},
|
|
83
|
-
"./directives/present": {
|
|
84
|
-
"types": "./directives/present/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
86
|
-
},
|
|
87
|
-
"./directives/highlight": {
|
|
88
|
-
"types": "./directives/highlight/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
90
|
-
},
|
|
91
|
-
"./directives/sensitive": {
|
|
92
|
-
"types": "./directives/sensitive/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
94
|
-
},
|
|
95
|
-
"./directives/shimmer": {
|
|
96
|
-
"types": "./directives/shimmer/index.d.ts",
|
|
97
|
-
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
98
|
-
},
|
|
99
|
-
"./directives/skeleton": {
|
|
100
|
-
"types": "./directives/skeleton/index.d.ts",
|
|
101
|
-
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
102
|
-
},
|
|
103
|
-
"./directives/tooltip": {
|
|
104
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
105
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
106
|
-
},
|
|
107
|
-
"./directives/unfinished-validator": {
|
|
108
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
109
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
110
|
-
},
|
|
111
|
-
"./directives/unmask-handler": {
|
|
112
|
-
"types": "./directives/unmask-handler/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
114
|
-
},
|
|
115
47
|
"./components/accordion": {
|
|
116
48
|
"types": "./components/accordion/index.d.ts",
|
|
117
49
|
"default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
|
|
@@ -156,6 +88,10 @@
|
|
|
156
88
|
"types": "./components/calendar-range/index.d.ts",
|
|
157
89
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
158
90
|
},
|
|
91
|
+
"./components/carousel": {
|
|
92
|
+
"types": "./components/carousel/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
94
|
+
},
|
|
159
95
|
"./components/checkbox": {
|
|
160
96
|
"types": "./components/checkbox/index.d.ts",
|
|
161
97
|
"default": "./fesm2022/taiga-ui-kit-components-checkbox.mjs"
|
|
@@ -168,10 +104,6 @@
|
|
|
168
104
|
"types": "./components/combo-box/index.d.ts",
|
|
169
105
|
"default": "./fesm2022/taiga-ui-kit-components-combo-box.mjs"
|
|
170
106
|
},
|
|
171
|
-
"./components/carousel": {
|
|
172
|
-
"types": "./components/carousel/index.d.ts",
|
|
173
|
-
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
174
|
-
},
|
|
175
107
|
"./components/comment": {
|
|
176
108
|
"types": "./components/comment/index.d.ts",
|
|
177
109
|
"default": "./fesm2022/taiga-ui-kit-components-comment.mjs"
|
|
@@ -196,10 +128,6 @@
|
|
|
196
128
|
"types": "./components/drawer/index.d.ts",
|
|
197
129
|
"default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
|
|
198
130
|
},
|
|
199
|
-
"./components/elastic-container": {
|
|
200
|
-
"types": "./components/elastic-container/index.d.ts",
|
|
201
|
-
"default": "./fesm2022/taiga-ui-kit-components-elastic-container.mjs"
|
|
202
|
-
},
|
|
203
131
|
"./components/files": {
|
|
204
132
|
"types": "./components/files/index.d.ts",
|
|
205
133
|
"default": "./fesm2022/taiga-ui-kit-components-files.mjs"
|
|
@@ -208,10 +136,6 @@
|
|
|
208
136
|
"types": "./components/filter/index.d.ts",
|
|
209
137
|
"default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
|
|
210
138
|
},
|
|
211
|
-
"./components/floating-container": {
|
|
212
|
-
"types": "./components/floating-container/index.d.ts",
|
|
213
|
-
"default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
|
|
214
|
-
},
|
|
215
139
|
"./components/fullscreen": {
|
|
216
140
|
"types": "./components/fullscreen/index.d.ts",
|
|
217
141
|
"default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
|
|
@@ -320,14 +244,14 @@
|
|
|
320
244
|
"types": "./components/pin/index.d.ts",
|
|
321
245
|
"default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
|
|
322
246
|
},
|
|
323
|
-
"./components/progress": {
|
|
324
|
-
"types": "./components/progress/index.d.ts",
|
|
325
|
-
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
326
|
-
},
|
|
327
247
|
"./components/preview": {
|
|
328
248
|
"types": "./components/preview/index.d.ts",
|
|
329
249
|
"default": "./fesm2022/taiga-ui-kit-components-preview.mjs"
|
|
330
250
|
},
|
|
251
|
+
"./components/progress": {
|
|
252
|
+
"types": "./components/progress/index.d.ts",
|
|
253
|
+
"default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
|
|
254
|
+
},
|
|
331
255
|
"./components/pulse": {
|
|
332
256
|
"types": "./components/pulse/index.d.ts",
|
|
333
257
|
"default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
|
|
@@ -368,10 +292,6 @@
|
|
|
368
292
|
"types": "./components/slider/index.d.ts",
|
|
369
293
|
"default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
|
|
370
294
|
},
|
|
371
|
-
"./components/slides": {
|
|
372
|
-
"types": "./components/slides/index.d.ts",
|
|
373
|
-
"default": "./fesm2022/taiga-ui-kit-components-slides.mjs"
|
|
374
|
-
},
|
|
375
295
|
"./components/status": {
|
|
376
296
|
"types": "./components/status/index.d.ts",
|
|
377
297
|
"default": "./fesm2022/taiga-ui-kit-components-status.mjs"
|
|
@@ -404,6 +324,74 @@
|
|
|
404
324
|
"types": "./components/tree/index.d.ts",
|
|
405
325
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
406
326
|
},
|
|
327
|
+
"./directives/appearance-proxy": {
|
|
328
|
+
"types": "./directives/appearance-proxy/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
330
|
+
},
|
|
331
|
+
"./directives/button-group": {
|
|
332
|
+
"types": "./directives/button-group/index.d.ts",
|
|
333
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
334
|
+
},
|
|
335
|
+
"./directives/button-select": {
|
|
336
|
+
"types": "./directives/button-select/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
338
|
+
},
|
|
339
|
+
"./directives/chevron": {
|
|
340
|
+
"types": "./directives/chevron/index.d.ts",
|
|
341
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
342
|
+
},
|
|
343
|
+
"./directives/connected": {
|
|
344
|
+
"types": "./directives/connected/index.d.ts",
|
|
345
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
346
|
+
},
|
|
347
|
+
"./directives/data-list-dropdown-manager": {
|
|
348
|
+
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
349
|
+
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
350
|
+
},
|
|
351
|
+
"./directives/fade": {
|
|
352
|
+
"types": "./directives/fade/index.d.ts",
|
|
353
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
354
|
+
},
|
|
355
|
+
"./directives/fluid-typography": {
|
|
356
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
357
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
358
|
+
},
|
|
359
|
+
"./directives/highlight": {
|
|
360
|
+
"types": "./directives/highlight/index.d.ts",
|
|
361
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
362
|
+
},
|
|
363
|
+
"./directives/password": {
|
|
364
|
+
"types": "./directives/password/index.d.ts",
|
|
365
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
366
|
+
},
|
|
367
|
+
"./directives/present": {
|
|
368
|
+
"types": "./directives/present/index.d.ts",
|
|
369
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
370
|
+
},
|
|
371
|
+
"./directives/sensitive": {
|
|
372
|
+
"types": "./directives/sensitive/index.d.ts",
|
|
373
|
+
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
374
|
+
},
|
|
375
|
+
"./directives/shimmer": {
|
|
376
|
+
"types": "./directives/shimmer/index.d.ts",
|
|
377
|
+
"default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
|
|
378
|
+
},
|
|
379
|
+
"./directives/skeleton": {
|
|
380
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
381
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
382
|
+
},
|
|
383
|
+
"./directives/tooltip": {
|
|
384
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
385
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
386
|
+
},
|
|
387
|
+
"./directives/unfinished-validator": {
|
|
388
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
389
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
390
|
+
},
|
|
391
|
+
"./directives/unmask-handler": {
|
|
392
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
393
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
394
|
+
},
|
|
407
395
|
"./pipes/auto-color": {
|
|
408
396
|
"types": "./pipes/auto-color/index.d.ts",
|
|
409
397
|
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
@@ -446,17 +434,17 @@
|
|
|
446
434
|
"@angular/core": ">=19.0.0",
|
|
447
435
|
"@angular/forms": ">=19.0.0",
|
|
448
436
|
"@angular/router": ">=19.0.0",
|
|
449
|
-
"@maskito/angular": "^
|
|
450
|
-
"@maskito/core": "^
|
|
451
|
-
"@maskito/kit": "^
|
|
452
|
-
"@maskito/phone": "^
|
|
437
|
+
"@maskito/angular": "^5.0.0",
|
|
438
|
+
"@maskito/core": "^5.0.0",
|
|
439
|
+
"@maskito/kit": "^5.0.0",
|
|
440
|
+
"@maskito/phone": "^5.0.0",
|
|
453
441
|
"@ng-web-apis/common": "^4.12.2",
|
|
454
442
|
"@ng-web-apis/intersection-observer": "^4.12.2",
|
|
455
443
|
"@ng-web-apis/mutation-observer": "^4.12.2",
|
|
456
444
|
"@ng-web-apis/resize-observer": "^4.12.2",
|
|
457
445
|
"@taiga-ui/cdk": "^4.52.0",
|
|
458
446
|
"@taiga-ui/core": "^4.52.0",
|
|
459
|
-
"@taiga-ui/design-tokens": "~0.
|
|
447
|
+
"@taiga-ui/design-tokens": "~0.274.0",
|
|
460
448
|
"@taiga-ui/i18n": "^4.52.0",
|
|
461
449
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
462
450
|
"rxjs": ">=7.0.0"
|
|
@@ -5,6 +5,9 @@ export declare class TuiFilterByInputPipe implements PipeTransform {
|
|
|
5
5
|
private readonly textfield;
|
|
6
6
|
private readonly handlers;
|
|
7
7
|
private readonly multi;
|
|
8
|
+
private readonly matcher;
|
|
9
|
+
private readonly items;
|
|
10
|
+
private readonly filtered;
|
|
8
11
|
transform<T>(items: ReadonlyArray<readonly T[]>, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]>;
|
|
9
12
|
transform<T>(items: readonly T[], matcher?: TuiStringMatcher<T>): readonly T[];
|
|
10
13
|
transform<T>(items: ReadonlyArray<readonly T[]> | null, matcher?: TuiStringMatcher<T>): ReadonlyArray<readonly T[]> | null;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { type PipeTransform } from '@angular/core';
|
|
2
|
-
import { type TuiLooseUnion } from '@taiga-ui/cdk/types';
|
|
3
2
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
type IsoCode =
|
|
4
|
+
type IsoCode = TuiCountryIsoCode | string;
|
|
6
5
|
export declare class TuiFlagPipe implements PipeTransform {
|
|
7
6
|
private readonly staticPath;
|
|
8
7
|
transform(countryIsoCode: IsoCode): string;
|
|
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TuiHideSelectedPipe implements PipeTransform {
|
|
4
4
|
private readonly textfield;
|
|
5
5
|
private readonly handlers;
|
|
6
|
+
private readonly items;
|
|
7
|
+
private readonly filtered;
|
|
6
8
|
transform<T>(items: readonly T[] | null): readonly T[] | null;
|
|
7
9
|
transform<T>(items: ReadonlyArray<readonly T[]> | null): ReadonlyArray<readonly T[]> | null;
|
|
8
10
|
private filter2d;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { type PipeTransform } from '@angular/core';
|
|
2
2
|
import { type TuiCountryIsoCode } from '@taiga-ui/i18n/types';
|
|
3
|
-
import { type Observable } from 'rxjs';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TuiSortCountriesPipe implements PipeTransform {
|
|
6
|
-
private readonly
|
|
7
|
-
|
|
5
|
+
private readonly names;
|
|
6
|
+
private readonly countries;
|
|
7
|
+
private readonly result;
|
|
8
|
+
transform(countries: readonly TuiCountryIsoCode[]): TuiCountryIsoCode[];
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSortCountriesPipe, never>;
|
|
9
10
|
static ɵpipe: i0.ɵɵPipeDeclaration<TuiSortCountriesPipe, "tuiSortCountries", true>;
|
|
10
11
|
}
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
vertical-align: middle;
|
|
42
42
|
box-sizing: border-box;
|
|
43
43
|
padding: 0.25rem;
|
|
44
|
-
font: var(--tui-font-
|
|
44
|
+
font: var(--tui-font-body-l);
|
|
45
45
|
font-weight: bold;
|
|
46
46
|
opacity: 0.999; // Kick in hardware rendering layer to avoid artifacts on the edges
|
|
47
47
|
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
--t-size: var(--tui-height-xs);
|
|
61
61
|
--t-radius: 0.5rem;
|
|
62
62
|
|
|
63
|
-
font: var(--tui-font-
|
|
63
|
+
font: var(--tui-font-ui-xs);
|
|
64
64
|
font-size: 0.5625rem;
|
|
65
65
|
|
|
66
66
|
&._initials::before {
|
|
67
|
-
font: var(--tui-font-
|
|
67
|
+
font: var(--tui-font-ui-xs);
|
|
68
68
|
font-weight: bold;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
--t-size: var(--tui-height-s);
|
|
74
74
|
--t-radius: 0.5rem;
|
|
75
75
|
|
|
76
|
-
font: var(--tui-font-
|
|
76
|
+
font: var(--tui-font-ui-xs);
|
|
77
77
|
font-weight: bold;
|
|
78
78
|
|
|
79
79
|
&._initials::before {
|
|
80
|
-
font: var(--tui-font-
|
|
80
|
+
font: var(--tui-font-body-s);
|
|
81
81
|
font-weight: bold;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
--t-size: calc(var(--tui-height-m) - 0.25rem);
|
|
87
87
|
--t-radius: 0.75rem;
|
|
88
88
|
|
|
89
|
-
font: var(--tui-font-
|
|
89
|
+
font: var(--tui-font-ui-m);
|
|
90
90
|
font-weight: bold;
|
|
91
91
|
|
|
92
92
|
&._initials::before {
|
|
93
|
-
font: var(--tui-font-
|
|
93
|
+
font: var(--tui-font-body-m);
|
|
94
94
|
font-weight: bold;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
--t-size: 5rem;
|
|
100
100
|
--t-radius: 0.75rem;
|
|
101
101
|
|
|
102
|
-
font: var(--tui-font-heading-
|
|
102
|
+
font: var(--tui-font-heading-h4);
|
|
103
103
|
|
|
104
104
|
&._initials::before {
|
|
105
|
-
font: var(--tui-font-heading-
|
|
105
|
+
font: var(--tui-font-heading-h3);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
--t-size: 6rem;
|
|
111
111
|
--t-radius: 1rem;
|
|
112
112
|
|
|
113
|
-
font: var(--tui-font-heading-
|
|
113
|
+
font: var(--tui-font-heading-h3);
|
|
114
114
|
|
|
115
115
|
&._initials::before {
|
|
116
|
-
font: var(--tui-font-heading-
|
|
116
|
+
font: var(--tui-font-heading-h3);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
--t-size: 8rem;
|
|
122
122
|
--t-radius: 1.25rem;
|
|
123
123
|
|
|
124
|
-
font: var(--tui-font-heading-
|
|
124
|
+
font: var(--tui-font-heading-h3);
|
|
125
125
|
|
|
126
126
|
&._initials::before {
|
|
127
|
-
font: var(--tui-font-heading-
|
|
127
|
+
font: var(--tui-font-heading-h2);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
content: attr(data-icon-start);
|
|
138
138
|
mask: none;
|
|
139
139
|
background: none;
|
|
140
|
-
font: var(--tui-font-heading-
|
|
140
|
+
font: var(--tui-font-heading-h6);
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
@@ -33,7 +33,7 @@ tui-badge,
|
|
|
33
33
|
block-size: var(--t-size);
|
|
34
34
|
min-inline-size: var(--t-size);
|
|
35
35
|
inline-size: fit-content;
|
|
36
|
-
font: var(--tui-font-
|
|
36
|
+
font: var(--tui-font-body-s);
|
|
37
37
|
|
|
38
38
|
&[tuiStatus]::before {
|
|
39
39
|
inline-size: 0.375rem;
|
|
@@ -75,7 +75,7 @@ tui-badge,
|
|
|
75
75
|
--t-icon-size: 0.625rem;
|
|
76
76
|
--t-margin: -0.125rem;
|
|
77
77
|
|
|
78
|
-
font: var(--tui-font-
|
|
78
|
+
font: var(--tui-font-body-xs);
|
|
79
79
|
|
|
80
80
|
&[tuiStatus]::before {
|
|
81
81
|
inline-size: 0.25rem;
|
|
@@ -96,7 +96,7 @@ tui-badge,
|
|
|
96
96
|
--t-padding: 0 0.75rem;
|
|
97
97
|
--t-size: var(--tui-height-s);
|
|
98
98
|
|
|
99
|
-
font: var(--tui-font-
|
|
99
|
+
font: var(--tui-font-body-m);
|
|
100
100
|
|
|
101
101
|
&[tuiStatus]::before {
|
|
102
102
|
inline-size: 0.5rem;
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
cursor: pointer;
|
|
35
35
|
overflow: hidden;
|
|
36
|
-
font: var(--tui-font-
|
|
36
|
+
font: var(--tui-font-body-m);
|
|
37
37
|
padding: var(--tui-padding-l);
|
|
38
38
|
isolation: isolate;
|
|
39
39
|
|
|
40
40
|
&[data-size='s'] {
|
|
41
41
|
gap: 0.5rem;
|
|
42
|
-
font: var(--tui-font-
|
|
42
|
+
font: var(--tui-font-ui-s);
|
|
43
43
|
padding: 0.5rem;
|
|
44
44
|
|
|
45
45
|
--t-height: var(--tui-height-s);
|
|
46
46
|
--t-radius: var(--tui-radius-m);
|
|
47
47
|
|
|
48
48
|
[tuiSubtitle] {
|
|
49
|
-
font: var(--tui-font-
|
|
49
|
+
font: var(--tui-font-ui-xs);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
[tuiTooltip] {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
&[data-size='m'] {
|
|
58
58
|
gap: 0.625rem;
|
|
59
|
-
font: var(--tui-font-
|
|
59
|
+
font: var(--tui-font-ui-m);
|
|
60
60
|
padding: var(--tui-padding-m);
|
|
61
61
|
|
|
62
62
|
--t-height: var(--tui-height-m);
|
|
@@ -26,7 +26,7 @@ tui-chip,
|
|
|
26
26
|
|
|
27
27
|
.button-base();
|
|
28
28
|
|
|
29
|
-
font: var(--tui-font-
|
|
29
|
+
font: var(--tui-font-body-s);
|
|
30
30
|
border-radius: var(--tui-radius-m);
|
|
31
31
|
padding: var(--t-padding);
|
|
32
32
|
block-size: var(--t-size);
|
|
@@ -60,7 +60,7 @@ tui-chip,
|
|
|
60
60
|
--t-size: 1rem;
|
|
61
61
|
--t-icon-size: 0.75rem;
|
|
62
62
|
|
|
63
|
-
font: var(--tui-font-
|
|
63
|
+
font: var(--tui-font-body-xs);
|
|
64
64
|
border-radius: var(--tui-radius-xs);
|
|
65
65
|
|
|
66
66
|
& > [tuiIconButton] {
|
|
@@ -86,7 +86,7 @@ tui-chip,
|
|
|
86
86
|
--t-padding: 0 1rem;
|
|
87
87
|
--t-size: var(--tui-height-m);
|
|
88
88
|
|
|
89
|
-
font: var(--tui-font-
|
|
89
|
+
font: var(--tui-font-body-m);
|
|
90
90
|
|
|
91
91
|
& > [tuiIconButton] {
|
|
92
92
|
margin: -0.75rem;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
justify-content: center;
|
|
29
29
|
text-align: center;
|
|
30
30
|
border-radius: 100%;
|
|
31
|
-
font: var(--tui-font-
|
|
31
|
+
font: var(--tui-font-body-s);
|
|
32
32
|
font-weight: bold;
|
|
33
33
|
box-sizing: border-box;
|
|
34
34
|
color: var(--tui-text-primary-on-accent-2);
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
&:has(:checked) {
|
|
74
74
|
--t-size: 3.5rem;
|
|
75
75
|
|
|
76
|
-
font: var(--tui-font-
|
|
76
|
+
font: var(--tui-font-body-m);
|
|
77
77
|
font-weight: bold;
|
|
78
78
|
border-width: 0;
|
|
79
79
|
margin-block-start: -2.75rem;
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
&._open {
|
|
102
102
|
--t-size: 3.5rem;
|
|
103
103
|
|
|
104
|
-
font: var(--tui-font-
|
|
104
|
+
font: var(--tui-font-body-m);
|
|
105
105
|
font-weight: bold;
|
|
106
106
|
border-width: 0;
|
|
107
107
|
margin-block-start: -2.75rem;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
[tuiSwitch] {
|
|
23
23
|
.transition(~'background, box-shadow');
|
|
24
24
|
|
|
25
|
+
display: inline-block;
|
|
25
26
|
inline-size: 3rem;
|
|
26
27
|
block-size: 1.5rem;
|
|
27
28
|
border-radius: 2rem;
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
inline-size: 2rem;
|
|
37
38
|
|
|
38
39
|
&::before {
|
|
39
|
-
inline-size:
|
|
40
|
+
inline-size: 1rem;
|
|
40
41
|
transform: translateX(-1rem);
|
|
41
42
|
font-size: 0.75rem;
|
|
42
43
|
}
|
|
@@ -76,8 +77,8 @@
|
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
&::before {
|
|
80
|
+
left: 0.125rem;
|
|
79
81
|
font-size: 1rem;
|
|
80
|
-
inline-size: 1.375rem;
|
|
81
82
|
transform: translateX(-1.5rem);
|
|
82
83
|
}
|
|
83
84
|
|
package/tokens/i18n.d.ts
CHANGED
|
@@ -63,3 +63,4 @@ export declare const TUI_PREVIEW_ZOOM_TEXTS: InjectionToken<Signal<{
|
|
|
63
63
|
reset: string;
|
|
64
64
|
}>>;
|
|
65
65
|
export declare const TUI_INTERNATIONAL_SEARCH: InjectionToken<Signal<string>>;
|
|
66
|
+
export declare const TUI_DAY_RANGE_PERIODS: InjectionToken<Signal<readonly [forAllTime: string, today: string, yesterday: string, currentWeek: string, currentMonth: string, previousMonth: string]>>;
|
package/tokens/index.d.ts
CHANGED
|
@@ -1,8 +1 @@
|
|
|
1
|
-
export * from './calendar-date-stream';
|
|
2
|
-
export * from './date-inputs-value-transformers';
|
|
3
1
|
export * from './i18n';
|
|
4
|
-
export * from './input-date-options';
|
|
5
|
-
export * from './items-handlers';
|
|
6
|
-
export * from './mobile-calendar';
|
|
7
|
-
export * from './month-formatter';
|
|
8
|
-
export * from './preview-icons';
|
package/utils/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Signal, type WritableSignal } from '@angular/core';
|
|
2
2
|
import { type MaskitoOptions } from '@maskito/core';
|
|
3
|
-
type M = MaskitoOptions
|
|
3
|
+
type M = MaskitoOptions;
|
|
4
4
|
export declare function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;
|
|
5
5
|
export declare function tuiMaskito(options: Signal<M>): Signal<M>;
|
|
6
6
|
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiElasticContainer {
|
|
3
|
-
protected height: number;
|
|
4
|
-
protected transitions: number;
|
|
5
|
-
protected onAnimation(_name: string, count: number): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainer, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiElasticContainer, "tui-elastic-container", never, {}, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiElasticContainerDirective {
|
|
3
|
-
private readonly el;
|
|
4
|
-
readonly tuiElasticContainer: import("rxjs").Observable<number>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticContainerDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticContainerDirective, "[tuiElasticContainer]", never, {}, { "tuiElasticContainer": "tuiElasticContainer"; }, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TuiFloatingContainer {
|
|
3
|
-
protected readonly nothing: undefined;
|
|
4
|
-
readonly background: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFloatingContainer, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiFloatingContainer, "[tuiFloatingContainer]", never, { "background": { "alias": "tuiFloatingContainer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './floating-container.directive';
|