@taiga-ui/core 3.51.0 → 3.52.0
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/abstract/taiga-ui-core-abstract.d.ts +3 -0
- package/animations/taiga-ui-core-animations.d.ts +3 -0
- package/bundles/taiga-ui-core-abstract.umd.js +9 -0
- package/bundles/taiga-ui-core-abstract.umd.js.map +1 -1
- package/bundles/taiga-ui-core-animations.umd.js +4 -0
- package/bundles/taiga-ui-core-animations.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-alert.umd.js +16 -1
- package/bundles/taiga-ui-core-components-alert.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-button.umd.js +7 -0
- package/bundles/taiga-ui-core-components-button.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-calendar.umd.js +4 -0
- package/bundles/taiga-ui-core-components-calendar.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-data-list.umd.js +10 -0
- package/bundles/taiga-ui-core-components-data-list.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-dialog.umd.js +12 -0
- package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-error.umd.js +4 -0
- package/bundles/taiga-ui-core-components-error.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-expand.umd.js +5 -0
- package/bundles/taiga-ui-core-components-expand.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-group.umd.js +4 -0
- package/bundles/taiga-ui-core-components-group.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-hints-host.umd.js +8 -0
- package/bundles/taiga-ui-core-components-hints-host.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js +6 -0
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-label.umd.js +4 -0
- package/bundles/taiga-ui-core-components-label.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-link.umd.js +5 -0
- package/bundles/taiga-ui-core-components-link.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-loader.umd.js +10 -1
- package/bundles/taiga-ui-core-components-loader.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-notification.umd.js +7 -0
- package/bundles/taiga-ui-core-components-notification.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-calendar.umd.js +7 -0
- package/bundles/taiga-ui-core-components-primitive-calendar.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-checkbox.umd.js +8 -0
- package/bundles/taiga-ui-core-components-primitive-checkbox.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js +4 -0
- package/bundles/taiga-ui-core-components-primitive-spin-button.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +33 -1
- package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-primitive-year-picker.umd.js +4 -0
- package/bundles/taiga-ui-core-components-primitive-year-picker.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-root.umd.js +7 -1
- package/bundles/taiga-ui-core-components-root.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-scroll-controls.umd.js +5 -0
- package/bundles/taiga-ui-core-components-scroll-controls.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-scrollbar.umd.js +8 -0
- package/bundles/taiga-ui-core-components-scrollbar.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-svg.umd.js +9 -0
- package/bundles/taiga-ui-core-components-svg.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-theme-night.umd.js +4 -0
- package/bundles/taiga-ui-core-components-theme-night.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-tooltip.umd.js +4 -0
- package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components.umd.js +4 -0
- package/bundles/taiga-ui-core-components.umd.js.map +1 -1
- package/bundles/taiga-ui-core-constants.umd.js +27 -0
- package/bundles/taiga-ui-core-constants.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-dropdown.umd.js +34 -1
- package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-hint.umd.js +13 -0
- package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-mask-accessor.umd.js +7 -0
- package/bundles/taiga-ui-core-directives-mask-accessor.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-mode.umd.js +4 -0
- package/bundles/taiga-ui-core-directives-mode.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-number-format.umd.js +414 -0
- package/bundles/taiga-ui-core-directives-number-format.umd.js.map +1 -0
- package/bundles/taiga-ui-core-directives-scroll-into-view.umd.js +9 -0
- package/bundles/taiga-ui-core-directives-scroll-into-view.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-textfield-controller.umd.js +11 -0
- package/bundles/taiga-ui-core-directives-textfield-controller.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-wrapper.umd.js +4 -0
- package/bundles/taiga-ui-core-directives-wrapper.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives.umd.js +14 -4
- package/bundles/taiga-ui-core-directives.umd.js.map +1 -1
- package/bundles/taiga-ui-core-enums.umd.js +22 -0
- package/bundles/taiga-ui-core-enums.umd.js.map +1 -1
- package/bundles/taiga-ui-core-interfaces.umd.js +3 -1
- package/bundles/taiga-ui-core-interfaces.umd.js.map +1 -1
- package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.js +4 -0
- package/bundles/taiga-ui-core-internal-primitive-year-month-pagination.umd.js.map +1 -1
- package/bundles/taiga-ui-core-internal-svg-defs-host.umd.js +5 -0
- package/bundles/taiga-ui-core-internal-svg-defs-host.umd.js.map +1 -1
- package/bundles/taiga-ui-core-internal.umd.js +4 -0
- package/bundles/taiga-ui-core-internal.umd.js.map +1 -1
- package/bundles/taiga-ui-core-mask.umd.js +3 -1
- package/bundles/taiga-ui-core-mask.umd.js.map +1 -1
- package/bundles/taiga-ui-core-observables.umd.js +11 -0
- package/bundles/taiga-ui-core-observables.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.js +11 -0
- package/bundles/taiga-ui-core-pipes-calendar-sheet.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-flag.umd.js +4 -0
- package/bundles/taiga-ui-core-pipes-flag.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-format-date.umd.js +4 -0
- package/bundles/taiga-ui-core-pipes-format-date.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-format-number.umd.js +10 -0
- package/bundles/taiga-ui-core-pipes-format-number.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-format-phone.umd.js +11 -0
- package/bundles/taiga-ui-core-pipes-format-phone.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-month.umd.js +4 -0
- package/bundles/taiga-ui-core-pipes-month.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes-order-week-days.umd.js +4 -0
- package/bundles/taiga-ui-core-pipes-order-week-days.umd.js.map +1 -1
- package/bundles/taiga-ui-core-pipes.umd.js +4 -0
- package/bundles/taiga-ui-core-pipes.umd.js.map +1 -1
- package/bundles/taiga-ui-core-providers.umd.js +7 -0
- package/bundles/taiga-ui-core-providers.umd.js.map +1 -1
- package/bundles/taiga-ui-core-services.umd.js +20 -2
- package/bundles/taiga-ui-core-services.umd.js.map +1 -1
- package/bundles/taiga-ui-core-tokens.umd.js +129 -0
- package/bundles/taiga-ui-core-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-core-types.umd.js +3 -1
- package/bundles/taiga-ui-core-types.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-dom.umd.js +50 -0
- package/bundles/taiga-ui-core-utils-dom.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-format.umd.js +51 -0
- package/bundles/taiga-ui-core-utils-format.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-mask.umd.js +40 -1
- package/bundles/taiga-ui-core-utils-mask.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-miscellaneous.umd.js +17 -0
- package/bundles/taiga-ui-core-utils-miscellaneous.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils-mobile.umd.js +4 -0
- package/bundles/taiga-ui-core-utils-mobile.umd.js.map +1 -1
- package/bundles/taiga-ui-core-utils.umd.js +4 -0
- package/bundles/taiga-ui-core-utils.umd.js.map +1 -1
- package/bundles/taiga-ui-core.umd.js +4 -0
- package/bundles/taiga-ui-core.umd.js.map +1 -1
- package/components/alert/taiga-ui-core-components-alert.d.ts +3 -0
- package/components/button/button.options.d.ts +3 -0
- package/components/button/taiga-ui-core-components-button.d.ts +3 -0
- package/components/calendar/taiga-ui-core-components-calendar.d.ts +3 -0
- package/components/data-list/option/option.component.d.ts +1 -0
- package/components/data-list/taiga-ui-core-components-data-list.d.ts +3 -0
- package/components/dialog/dialog.tokens.d.ts +6 -0
- package/components/dialog/taiga-ui-core-components-dialog.d.ts +3 -0
- package/components/error/taiga-ui-core-components-error.d.ts +3 -0
- package/components/expand/taiga-ui-core-components-expand.d.ts +3 -0
- package/components/group/taiga-ui-core-components-group.d.ts +3 -0
- package/components/hints-host/taiga-ui-core-components-hints-host.d.ts +3 -0
- package/components/hosted-dropdown/hosted-dropdown.component.d.ts +1 -0
- package/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.d.ts +3 -0
- package/components/label/taiga-ui-core-components-label.d.ts +3 -0
- package/components/link/taiga-ui-core-components-link.d.ts +3 -0
- package/components/loader/loader.options.d.ts +4 -0
- package/components/loader/taiga-ui-core-components-loader.d.ts +3 -0
- package/components/notification/notification.component.d.ts +3 -0
- package/components/notification/taiga-ui-core-components-notification.d.ts +3 -0
- package/components/primitive-calendar/primitive-calendar.component.d.ts +3 -0
- package/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.d.ts +3 -0
- package/components/primitive-checkbox/checkbox.options.d.ts +4 -0
- package/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.d.ts +3 -0
- package/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.d.ts +3 -0
- package/components/primitive-textfield/primitive-textfield-options.d.ts +16 -0
- package/components/primitive-textfield/primitive-textfield.component.d.ts +7 -0
- package/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.d.ts +3 -0
- package/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.d.ts +3 -0
- package/components/root/taiga-ui-core-components-root.d.ts +3 -0
- package/components/scroll-controls/scroll-controls.module.d.ts +1 -0
- package/components/scroll-controls/taiga-ui-core-components-scroll-controls.d.ts +3 -0
- package/components/scrollbar/scroll-ref.directive.d.ts +2 -0
- package/components/scrollbar/taiga-ui-core-components-scrollbar.d.ts +3 -0
- package/components/svg/svg-options.d.ts +3 -0
- package/components/svg/taiga-ui-core-components-svg.d.ts +3 -0
- package/components/taiga-ui-core-components.d.ts +3 -0
- package/components/theme-night/taiga-ui-core-components-theme-night.d.ts +3 -0
- package/components/tooltip/taiga-ui-core-components-tooltip.d.ts +3 -0
- package/constants/cache-basting-payload.d.ts +1 -1
- package/constants/decimal-symbols.d.ts +4 -0
- package/constants/events.d.ts +14 -0
- package/constants/mask-caret-trap.d.ts +4 -0
- package/constants/taiga-ui-core-constants.d.ts +3 -0
- package/directives/dropdown/dropdown-hover.options.d.ts +4 -0
- package/directives/dropdown/dropdown-options.directive.d.ts +4 -0
- package/directives/dropdown/dropdown-selection.directive.d.ts +9 -0
- package/directives/dropdown/dropdown.component.d.ts +5 -0
- package/directives/dropdown/dropdown.providers.d.ts +3 -0
- package/directives/dropdown/taiga-ui-core-directives-dropdown.d.ts +3 -0
- package/directives/hint/hint-options.directive.d.ts +4 -0
- package/directives/hint/hint.providers.d.ts +3 -0
- package/directives/hint/taiga-ui-core-directives-hint.d.ts +3 -0
- package/directives/index.d.ts +1 -0
- package/directives/mask-accessor/mask-accessor.module.d.ts +3 -0
- package/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.d.ts +3 -0
- package/directives/mode/taiga-ui-core-directives-mode.d.ts +3 -0
- package/directives/number-format/index.d.ts +2 -0
- package/directives/number-format/number-format.directive.d.ts +10 -0
- package/directives/number-format/number-format.module.d.ts +7 -0
- package/directives/number-format/package.json +10 -0
- package/directives/number-format/taiga-ui-core-directives-number-format.d.ts +5 -0
- package/directives/scroll-into-view/scroll-into-view.directive.d.ts +3 -0
- package/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.d.ts +3 -0
- package/directives/taiga-ui-core-directives.d.ts +3 -0
- package/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.d.ts +3 -0
- package/directives/textfield-controller/textfield.options.d.ts +7 -0
- package/directives/wrapper/taiga-ui-core-directives-wrapper.d.ts +3 -0
- package/enums/dropdown-animation.d.ts +1 -0
- package/enums/interactive-state.d.ts +3 -0
- package/enums/notification.d.ts +3 -0
- package/enums/range-state.d.ts +3 -0
- package/enums/taiga-ui-core-enums.d.ts +3 -0
- package/esm2015/abstract/driver.js +2 -1
- package/esm2015/abstract/position-accessor.js +2 -1
- package/esm2015/abstract/rect-accessor.js +3 -1
- package/esm2015/abstract/taiga-ui-core-abstract.js +4 -1
- package/esm2015/abstract/vehicle.js +2 -1
- package/esm2015/animations/taiga-ui-core-animations.js +4 -1
- package/esm2015/components/alert/alert.component.js +13 -2
- package/esm2015/components/alert/taiga-ui-core-components-alert.js +4 -1
- package/esm2015/components/button/button.options.js +4 -1
- package/esm2015/components/button/taiga-ui-core-components-button.js +4 -1
- package/esm2015/components/calendar/taiga-ui-core-components-calendar.js +4 -1
- package/esm2015/components/data-list/data-list.component.js +3 -1
- package/esm2015/components/data-list/option/option.component.js +5 -1
- package/esm2015/components/data-list/taiga-ui-core-components-data-list.js +4 -1
- package/esm2015/components/dialog/dialog.component.js +3 -1
- package/esm2015/components/dialog/dialog.tokens.js +7 -1
- package/esm2015/components/dialog/taiga-ui-core-components-dialog.js +4 -1
- package/esm2015/components/error/taiga-ui-core-components-error.js +4 -1
- package/esm2015/components/expand/expand.component.js +2 -1
- package/esm2015/components/expand/taiga-ui-core-components-expand.js +4 -1
- package/esm2015/components/group/taiga-ui-core-components-group.js +4 -1
- package/esm2015/components/hints-host/hints-host.component.js +5 -1
- package/esm2015/components/hints-host/taiga-ui-core-components-hints-host.js +4 -1
- package/esm2015/components/hosted-dropdown/hosted-dropdown.component.js +3 -1
- package/esm2015/components/hosted-dropdown/taiga-ui-core-components-hosted-dropdown.js +4 -1
- package/esm2015/components/label/taiga-ui-core-components-label.js +4 -1
- package/esm2015/components/link/link.component.js +2 -1
- package/esm2015/components/link/taiga-ui-core-components-link.js +4 -1
- package/esm2015/components/loader/loader.component.js +3 -2
- package/esm2015/components/loader/loader.options.js +5 -1
- package/esm2015/components/loader/taiga-ui-core-components-loader.js +4 -1
- package/esm2015/components/notification/notification.component.js +4 -1
- package/esm2015/components/notification/taiga-ui-core-components-notification.js +4 -1
- package/esm2015/components/primitive-calendar/primitive-calendar.component.js +4 -1
- package/esm2015/components/primitive-calendar/taiga-ui-core-components-primitive-calendar.js +4 -1
- package/esm2015/components/primitive-checkbox/checkbox.options.js +5 -1
- package/esm2015/components/primitive-checkbox/taiga-ui-core-components-primitive-checkbox.js +4 -1
- package/esm2015/components/primitive-spin-button/taiga-ui-core-components-primitive-spin-button.js +4 -1
- package/esm2015/components/primitive-textfield/primitive-textfield-options.js +13 -1
- package/esm2015/components/primitive-textfield/primitive-textfield.component.js +9 -1
- package/esm2015/components/primitive-textfield/primitive-textfield.directive.js +6 -1
- package/esm2015/components/primitive-textfield/taiga-ui-core-components-primitive-textfield.js +4 -1
- package/esm2015/components/primitive-textfield/value-decoration/value-decoration.component.js +3 -1
- package/esm2015/components/primitive-year-picker/taiga-ui-core-components-primitive-year-picker.js +4 -1
- package/esm2015/components/root/root.component.js +4 -2
- package/esm2015/components/root/taiga-ui-core-components-root.js +4 -1
- package/esm2015/components/scroll-controls/scroll-controls.module.js +2 -1
- package/esm2015/components/scroll-controls/taiga-ui-core-components-scroll-controls.js +4 -1
- package/esm2015/components/scrollbar/scroll-ref.directive.js +3 -1
- package/esm2015/components/scrollbar/scrollbar.component.js +3 -1
- package/esm2015/components/scrollbar/taiga-ui-core-components-scrollbar.js +4 -1
- package/esm2015/components/svg/svg-options.js +4 -1
- package/esm2015/components/svg/svg.component.js +3 -1
- package/esm2015/components/svg/taiga-ui-core-components-svg.js +4 -1
- package/esm2015/components/taiga-ui-core-components.js +4 -1
- package/esm2015/components/theme-night/taiga-ui-core-components-theme-night.js +4 -1
- package/esm2015/components/tooltip/taiga-ui-core-components-tooltip.js +4 -1
- package/esm2015/constants/decimal-symbols.js +5 -1
- package/esm2015/constants/default-number-format.js +2 -1
- package/esm2015/constants/events.js +15 -1
- package/esm2015/constants/mask-caret-trap.js +5 -1
- package/esm2015/constants/taiga-ui-core-constants.js +4 -1
- package/esm2015/directives/dropdown/dropdown-driver.directive.js +2 -1
- package/esm2015/directives/dropdown/dropdown-hover.options.js +5 -1
- package/esm2015/directives/dropdown/dropdown-options.directive.js +5 -1
- package/esm2015/directives/dropdown/dropdown-position-sided.directive.js +2 -2
- package/esm2015/directives/dropdown/dropdown-selection.directive.js +10 -1
- package/esm2015/directives/dropdown/dropdown.component.js +8 -1
- package/esm2015/directives/dropdown/dropdown.directive.js +2 -1
- package/esm2015/directives/dropdown/dropdown.providers.js +4 -1
- package/esm2015/directives/dropdown/taiga-ui-core-directives-dropdown.js +4 -1
- package/esm2015/directives/hint/hint-driver.directive.js +2 -1
- package/esm2015/directives/hint/hint-hover.directive.js +2 -1
- package/esm2015/directives/hint/hint-options.directive.js +5 -1
- package/esm2015/directives/hint/hint-position.directive.js +2 -1
- package/esm2015/directives/hint/hint.directive.js +2 -1
- package/esm2015/directives/hint/hint.providers.js +5 -1
- package/esm2015/directives/hint/taiga-ui-core-directives-hint.js +4 -1
- package/esm2015/directives/index.js +2 -1
- package/esm2015/directives/mask-accessor/mask-accessor.module.js +4 -1
- package/esm2015/directives/mask-accessor/taiga-ui-core-directives-mask-accessor.js +4 -1
- package/esm2015/directives/mode/taiga-ui-core-directives-mode.js +4 -1
- package/esm2015/directives/number-format/index.js +3 -0
- package/esm2015/directives/number-format/number-format.directive.js +38 -0
- package/esm2015/directives/number-format/number-format.module.js +16 -0
- package/esm2015/directives/number-format/taiga-ui-core-directives-number-format.js +5 -0
- package/esm2015/directives/scroll-into-view/scroll-into-view.directive.js +6 -1
- package/esm2015/directives/scroll-into-view/taiga-ui-core-directives-scroll-into-view.js +4 -1
- package/esm2015/directives/taiga-ui-core-directives.js +4 -1
- package/esm2015/directives/textfield-controller/taiga-ui-core-directives-textfield-controller.js +4 -1
- package/esm2015/directives/textfield-controller/textfield-appearance.directive.js +4 -1
- package/esm2015/directives/textfield-controller/textfield.options.js +5 -1
- package/esm2015/directives/wrapper/taiga-ui-core-directives-wrapper.js +4 -1
- package/esm2015/enums/appearance.js +3 -1
- package/esm2015/enums/dropdown-animation.js +3 -1
- package/esm2015/enums/interactive-state.js +6 -1
- package/esm2015/enums/notification.js +5 -1
- package/esm2015/enums/range-state.js +6 -1
- package/esm2015/enums/taiga-ui-core-enums.js +4 -1
- package/esm2015/interfaces/number-format-settings.js +1 -1
- package/esm2015/interfaces/taiga-ui-core-interfaces.js +4 -1
- package/esm2015/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.js +4 -1
- package/esm2015/internal/svg-defs-host/svg-defs-host.component.js +2 -1
- package/esm2015/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.js +4 -1
- package/esm2015/internal/taiga-ui-core-internal.js +4 -1
- package/esm2015/mask/taiga-ui-core-mask.js +4 -1
- package/esm2015/observables/taiga-ui-core-observables.js +4 -1
- package/esm2015/observables/zoneful-map.js +8 -1
- package/esm2015/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.js +4 -1
- package/esm2015/pipes/calendar-sheet/utils.js +8 -1
- package/esm2015/pipes/flag/taiga-ui-core-pipes-flag.js +4 -1
- package/esm2015/pipes/format-date/taiga-ui-core-pipes-format-date.js +4 -1
- package/esm2015/pipes/format-number/format-number.pipe.js +7 -1
- package/esm2015/pipes/format-number/taiga-ui-core-pipes-format-number.js +4 -1
- package/esm2015/pipes/format-phone/format-phone.pipe.js +8 -1
- package/esm2015/pipes/format-phone/taiga-ui-core-pipes-format-phone.js +4 -1
- package/esm2015/pipes/month/taiga-ui-core-pipes-month.js +4 -1
- package/esm2015/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.js +4 -1
- package/esm2015/pipes/taiga-ui-core-pipes.js +4 -1
- package/esm2015/providers/is-mobile-resolution.provider.js +4 -1
- package/esm2015/providers/taiga-ui-core-providers.js +4 -1
- package/esm2015/services/breakpoint.service.js +4 -1
- package/esm2015/services/hint.service.js +4 -1
- package/esm2015/services/position.service.js +4 -2
- package/esm2015/services/router-link-active.service.js +4 -2
- package/esm2015/services/svg.service.js +4 -1
- package/esm2015/services/taiga-ui-core-services.js +4 -1
- package/esm2015/services/visual-viewport.service.js +2 -1
- package/esm2015/taiga-ui-core.js +4 -1
- package/esm2015/tokens/animation-options.js +4 -1
- package/esm2015/tokens/animations-duration.js +4 -1
- package/esm2015/tokens/assert-enabled.js +8 -1
- package/esm2015/tokens/data-list-accessor.js +4 -1
- package/esm2015/tokens/data-list-host.js +4 -1
- package/esm2015/tokens/day-type-handler.js +4 -1
- package/esm2015/tokens/element-ref.js +4 -1
- package/esm2015/tokens/first-day-of-week.js +4 -1
- package/esm2015/tokens/i18n.js +19 -1
- package/esm2015/tokens/icon-place.js +5 -1
- package/esm2015/tokens/icons-path.js +5 -1
- package/esm2015/tokens/icons.js +4 -1
- package/esm2015/tokens/index.js +2 -1
- package/esm2015/tokens/is-mobile-resolution.js +6 -1
- package/esm2015/tokens/legacy-mask.js +6 -1
- package/esm2015/tokens/media.js +4 -1
- package/esm2015/tokens/mode.js +4 -1
- package/esm2015/tokens/notification-options.js +6 -1
- package/esm2015/tokens/number-format-observable.js +8 -0
- package/esm2015/tokens/number-format.js +4 -1
- package/esm2015/tokens/option-content.js +4 -1
- package/esm2015/tokens/ordered-short-week-days.js +8 -1
- package/esm2015/tokens/sanitizer.js +4 -1
- package/esm2015/tokens/scroll-ref.js +4 -1
- package/esm2015/tokens/selection-stream.js +4 -1
- package/esm2015/tokens/svg-content-processor.js +5 -1
- package/esm2015/tokens/svg-src-processor.js +5 -1
- package/esm2015/tokens/taiga-ui-core-tokens.js +4 -1
- package/esm2015/tokens/textfield-appearance.js +6 -1
- package/esm2015/tokens/textfield-host.js +4 -1
- package/esm2015/tokens/value-accessor.js +4 -1
- package/esm2015/tokens/viewport.js +4 -1
- package/esm2015/types/size.js +12 -1
- package/esm2015/types/taiga-ui-core-types.js +4 -1
- package/esm2015/utils/dom/get-safe-area-size.js +6 -1
- package/esm2015/utils/dom/get-viewport-height.js +18 -1
- package/esm2015/utils/dom/get-viewport-width.js +18 -1
- package/esm2015/utils/dom/get-word-range.js +8 -1
- package/esm2015/utils/dom/taiga-ui-core-utils-dom.js +4 -1
- package/esm2015/utils/format/capitalize.js +8 -1
- package/esm2015/utils/format/format-number.js +9 -1
- package/esm2015/utils/format/format-phone.js +20 -1
- package/esm2015/utils/format/get-fractional-part-padded.js +8 -1
- package/esm2015/utils/format/number-to-string-without-exp.js +7 -1
- package/esm2015/utils/format/taiga-ui-core-utils-format.js +4 -1
- package/esm2015/utils/mask/create-auto-corrected-money-pipe.js +9 -1
- package/esm2015/utils/mask/create-correction-mask.js +5 -1
- package/esm2015/utils/mask/create-number-mask.js +10 -2
- package/esm2015/utils/mask/enable-auto-correct-decimal-symbol.js +5 -1
- package/esm2015/utils/mask/masked-money-value-is-empty.js +8 -1
- package/esm2015/utils/mask/masked-number-string-to-number.js +5 -1
- package/esm2015/utils/mask/taiga-ui-core-utils-mask.js +4 -1
- package/esm2015/utils/miscellaneous/is-editing-key.js +4 -1
- package/esm2015/utils/miscellaneous/is-obscured.js +4 -1
- package/esm2015/utils/miscellaneous/override-options.js +2 -1
- package/esm2015/utils/miscellaneous/size-bigger.js +7 -1
- package/esm2015/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.js +4 -1
- package/esm2015/utils/mobile/taiga-ui-core-utils-mobile.js +4 -1
- package/esm2015/utils/taiga-ui-core-utils.js +4 -1
- package/fesm2015/taiga-ui-core-abstract.js +9 -0
- package/fesm2015/taiga-ui-core-abstract.js.map +1 -1
- package/fesm2015/taiga-ui-core-animations.js +4 -0
- package/fesm2015/taiga-ui-core-animations.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-alert.js +16 -1
- package/fesm2015/taiga-ui-core-components-alert.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-button.js +7 -0
- package/fesm2015/taiga-ui-core-components-button.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-calendar.js +4 -0
- package/fesm2015/taiga-ui-core-components-calendar.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-data-list.js +10 -0
- package/fesm2015/taiga-ui-core-components-data-list.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-dialog.js +12 -0
- package/fesm2015/taiga-ui-core-components-dialog.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-error.js +4 -0
- package/fesm2015/taiga-ui-core-components-error.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-expand.js +5 -0
- package/fesm2015/taiga-ui-core-components-expand.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-group.js +4 -0
- package/fesm2015/taiga-ui-core-components-group.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-hints-host.js +8 -0
- package/fesm2015/taiga-ui-core-components-hints-host.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-hosted-dropdown.js +6 -0
- package/fesm2015/taiga-ui-core-components-hosted-dropdown.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-label.js +4 -0
- package/fesm2015/taiga-ui-core-components-label.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-link.js +5 -0
- package/fesm2015/taiga-ui-core-components-link.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-loader.js +10 -1
- package/fesm2015/taiga-ui-core-components-loader.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-notification.js +7 -0
- package/fesm2015/taiga-ui-core-components-notification.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-calendar.js +7 -0
- package/fesm2015/taiga-ui-core-components-primitive-calendar.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-checkbox.js +8 -0
- package/fesm2015/taiga-ui-core-components-primitive-checkbox.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-spin-button.js +4 -0
- package/fesm2015/taiga-ui-core-components-primitive-spin-button.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-textfield.js +31 -0
- package/fesm2015/taiga-ui-core-components-primitive-textfield.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-primitive-year-picker.js +4 -0
- package/fesm2015/taiga-ui-core-components-primitive-year-picker.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-root.js +7 -1
- package/fesm2015/taiga-ui-core-components-root.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-scroll-controls.js +5 -0
- package/fesm2015/taiga-ui-core-components-scroll-controls.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-scrollbar.js +8 -0
- package/fesm2015/taiga-ui-core-components-scrollbar.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-svg.js +9 -0
- package/fesm2015/taiga-ui-core-components-svg.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-theme-night.js +4 -0
- package/fesm2015/taiga-ui-core-components-theme-night.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-tooltip.js +4 -0
- package/fesm2015/taiga-ui-core-components-tooltip.js.map +1 -1
- package/fesm2015/taiga-ui-core-components.js +4 -0
- package/fesm2015/taiga-ui-core-components.js.map +1 -1
- package/fesm2015/taiga-ui-core-constants.js +27 -0
- package/fesm2015/taiga-ui-core-constants.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-dropdown.js +34 -1
- package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-hint.js +14 -0
- package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-mask-accessor.js +7 -0
- package/fesm2015/taiga-ui-core-directives-mask-accessor.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-mode.js +4 -0
- package/fesm2015/taiga-ui-core-directives-mode.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-number-format.js +58 -0
- package/fesm2015/taiga-ui-core-directives-number-format.js.map +1 -0
- package/fesm2015/taiga-ui-core-directives-scroll-into-view.js +9 -0
- package/fesm2015/taiga-ui-core-directives-scroll-into-view.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-textfield-controller.js +11 -0
- package/fesm2015/taiga-ui-core-directives-textfield-controller.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-wrapper.js +4 -0
- package/fesm2015/taiga-ui-core-directives-wrapper.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives.js +5 -0
- package/fesm2015/taiga-ui-core-directives.js.map +1 -1
- package/fesm2015/taiga-ui-core-enums.js +22 -0
- package/fesm2015/taiga-ui-core-enums.js.map +1 -1
- package/fesm2015/taiga-ui-core-interfaces.js +3 -1
- package/fesm2015/taiga-ui-core-interfaces.js.map +1 -1
- package/fesm2015/taiga-ui-core-internal-primitive-year-month-pagination.js +4 -0
- package/fesm2015/taiga-ui-core-internal-primitive-year-month-pagination.js.map +1 -1
- package/fesm2015/taiga-ui-core-internal-svg-defs-host.js +5 -0
- package/fesm2015/taiga-ui-core-internal-svg-defs-host.js.map +1 -1
- package/fesm2015/taiga-ui-core-internal.js +4 -0
- package/fesm2015/taiga-ui-core-internal.js.map +1 -1
- package/fesm2015/taiga-ui-core-mask.js +3 -1
- package/fesm2015/taiga-ui-core-mask.js.map +1 -1
- package/fesm2015/taiga-ui-core-observables.js +11 -0
- package/fesm2015/taiga-ui-core-observables.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-calendar-sheet.js +11 -0
- package/fesm2015/taiga-ui-core-pipes-calendar-sheet.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-flag.js +4 -0
- package/fesm2015/taiga-ui-core-pipes-flag.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-format-date.js +4 -0
- package/fesm2015/taiga-ui-core-pipes-format-date.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-format-number.js +10 -0
- package/fesm2015/taiga-ui-core-pipes-format-number.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-format-phone.js +11 -0
- package/fesm2015/taiga-ui-core-pipes-format-phone.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-month.js +4 -0
- package/fesm2015/taiga-ui-core-pipes-month.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes-order-week-days.js +4 -0
- package/fesm2015/taiga-ui-core-pipes-order-week-days.js.map +1 -1
- package/fesm2015/taiga-ui-core-pipes.js +4 -0
- package/fesm2015/taiga-ui-core-pipes.js.map +1 -1
- package/fesm2015/taiga-ui-core-providers.js +7 -0
- package/fesm2015/taiga-ui-core-providers.js.map +1 -1
- package/fesm2015/taiga-ui-core-services.js +20 -2
- package/fesm2015/taiga-ui-core-services.js.map +1 -1
- package/fesm2015/taiga-ui-core-tokens.js +133 -2
- package/fesm2015/taiga-ui-core-tokens.js.map +1 -1
- package/fesm2015/taiga-ui-core-types.js +14 -0
- package/fesm2015/taiga-ui-core-types.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils-dom.js +50 -0
- package/fesm2015/taiga-ui-core-utils-dom.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils-format.js +51 -0
- package/fesm2015/taiga-ui-core-utils-format.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils-mask.js +40 -1
- package/fesm2015/taiga-ui-core-utils-mask.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils-miscellaneous.js +17 -0
- package/fesm2015/taiga-ui-core-utils-miscellaneous.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils-mobile.js +4 -0
- package/fesm2015/taiga-ui-core-utils-mobile.js.map +1 -1
- package/fesm2015/taiga-ui-core-utils.js +4 -0
- package/fesm2015/taiga-ui-core-utils.js.map +1 -1
- package/fesm2015/taiga-ui-core.js +4 -0
- package/fesm2015/taiga-ui-core.js.map +1 -1
- package/interfaces/alert-options.d.ts +2 -0
- package/interfaces/dialog-options.d.ts +11 -0
- package/interfaces/number-format-settings.d.ts +26 -1
- package/interfaces/taiga-ui-core-interfaces.d.ts +3 -0
- package/internal/primitive-year-month-pagination/taiga-ui-core-internal-primitive-year-month-pagination.d.ts +3 -0
- package/internal/svg-defs-host/taiga-ui-core-internal-svg-defs-host.d.ts +3 -0
- package/internal/taiga-ui-core-internal.d.ts +3 -0
- package/mask/taiga-ui-core-mask.d.ts +3 -0
- package/mask/text-mask-config.d.ts +5 -0
- package/mask/text-mask-correction-handler.d.ts +3 -0
- package/mask/text-mask-list-handler.d.ts +3 -0
- package/mask/text-mask-list.d.ts +4 -0
- package/mask/text-mask-options.d.ts +22 -0
- package/mask/text-mask-pipe-handler.d.ts +4 -0
- package/mask/text-mask-pipe-result.d.ts +4 -0
- package/observables/taiga-ui-core-observables.d.ts +3 -0
- package/observables/zoneful-map.d.ts +7 -0
- package/package.json +4 -4
- package/pipes/calendar-sheet/taiga-ui-core-pipes-calendar-sheet.d.ts +3 -0
- package/pipes/calendar-sheet/utils.d.ts +13 -0
- package/pipes/flag/taiga-ui-core-pipes-flag.d.ts +3 -0
- package/pipes/format-date/taiga-ui-core-pipes-format-date.d.ts +3 -0
- package/pipes/format-number/format-number.pipe.d.ts +6 -0
- package/pipes/format-number/taiga-ui-core-pipes-format-number.d.ts +3 -0
- package/pipes/format-phone/format-phone.pipe.d.ts +7 -0
- package/pipes/format-phone/taiga-ui-core-pipes-format-phone.d.ts +3 -0
- package/pipes/month/taiga-ui-core-pipes-month.d.ts +3 -0
- package/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.d.ts +3 -0
- package/pipes/taiga-ui-core-pipes.d.ts +3 -0
- package/providers/is-mobile-resolution.provider.d.ts +3 -0
- package/providers/taiga-ui-core-providers.d.ts +3 -0
- package/services/breakpoint.service.d.ts +3 -0
- package/services/hint.service.d.ts +3 -0
- package/services/svg.service.d.ts +3 -0
- package/services/taiga-ui-core-services.d.ts +3 -0
- package/styles/theme/variables.less +1 -0
- package/taiga-ui-core.d.ts +3 -0
- package/tokens/animation-options.d.ts +3 -0
- package/tokens/animations-duration.d.ts +3 -0
- package/tokens/assert-enabled.d.ts +7 -0
- package/tokens/data-list-accessor.d.ts +3 -0
- package/tokens/data-list-host.d.ts +3 -0
- package/tokens/day-type-handler.d.ts +3 -0
- package/tokens/element-ref.d.ts +3 -0
- package/tokens/first-day-of-week.d.ts +3 -0
- package/tokens/i18n.d.ts +18 -0
- package/tokens/icon-place.d.ts +4 -0
- package/tokens/icons-path.d.ts +4 -0
- package/tokens/icons.d.ts +3 -0
- package/tokens/index.d.ts +1 -0
- package/tokens/is-mobile-resolution.d.ts +5 -0
- package/tokens/legacy-mask.d.ts +5 -0
- package/tokens/media.d.ts +3 -0
- package/tokens/mode.d.ts +3 -0
- package/tokens/notification-options.d.ts +5 -0
- package/tokens/number-format-observable.d.ts +11 -0
- package/tokens/number-format.d.ts +3 -0
- package/tokens/option-content.d.ts +3 -0
- package/tokens/ordered-short-week-days.d.ts +7 -0
- package/tokens/sanitizer.d.ts +3 -0
- package/tokens/scroll-ref.d.ts +3 -0
- package/tokens/selection-stream.d.ts +3 -0
- package/tokens/svg-content-processor.d.ts +4 -0
- package/tokens/svg-src-processor.d.ts +4 -0
- package/tokens/taiga-ui-core-tokens.d.ts +3 -0
- package/tokens/textfield-appearance.d.ts +5 -0
- package/tokens/textfield-host.d.ts +3 -0
- package/tokens/value-accessor.d.ts +3 -0
- package/tokens/viewport.d.ts +3 -0
- package/types/size.d.ts +11 -0
- package/types/taiga-ui-core-types.d.ts +3 -0
- package/utils/dom/get-safe-area-size.d.ts +5 -0
- package/utils/dom/get-viewport-height.d.ts +17 -0
- package/utils/dom/get-viewport-width.d.ts +17 -0
- package/utils/dom/get-word-range.d.ts +6 -0
- package/utils/dom/taiga-ui-core-utils-dom.d.ts +3 -0
- package/utils/format/capitalize.d.ts +7 -0
- package/utils/format/format-number.d.ts +8 -0
- package/utils/format/format-phone.d.ts +19 -0
- package/utils/format/get-fractional-part-padded.d.ts +7 -0
- package/utils/format/number-to-string-without-exp.d.ts +6 -0
- package/utils/format/taiga-ui-core-utils-format.d.ts +3 -0
- package/utils/mask/create-auto-corrected-money-pipe.d.ts +5 -0
- package/utils/mask/create-correction-mask.d.ts +4 -0
- package/utils/mask/create-number-mask.d.ts +5 -0
- package/utils/mask/enable-auto-correct-decimal-symbol.d.ts +4 -0
- package/utils/mask/masked-money-value-is-empty.d.ts +7 -0
- package/utils/mask/masked-number-string-to-number.d.ts +4 -0
- package/utils/mask/taiga-ui-core-utils-mask.d.ts +3 -0
- package/utils/miscellaneous/is-editing-key.d.ts +3 -0
- package/utils/miscellaneous/is-obscured.d.ts +3 -0
- package/utils/miscellaneous/size-bigger.d.ts +6 -0
- package/utils/miscellaneous/taiga-ui-core-utils-miscellaneous.d.ts +3 -0
- package/utils/mobile/taiga-ui-core-utils-mobile.d.ts +3 -0
- package/utils/taiga-ui-core-utils.d.ts +3 -0
|
@@ -14,6 +14,10 @@ export interface TuiCheckboxOptions {
|
|
|
14
14
|
}>;
|
|
15
15
|
readonly size: TuiSizeL;
|
|
16
16
|
}
|
|
17
|
+
/** Default values for the checkbox options. */
|
|
17
18
|
export declare const TUI_CHECKBOX_DEFAULT_OPTIONS: TuiCheckboxOptions;
|
|
19
|
+
/**
|
|
20
|
+
* Default parameters for checkbox component
|
|
21
|
+
*/
|
|
18
22
|
export declare const TUI_CHECKBOX_OPTIONS: import("@angular/core").InjectionToken<TuiCheckboxOptions>;
|
|
19
23
|
export declare function tuiCheckboxOptionsProvider(options: Partial<TuiCheckboxOptions>): Provider;
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import { TuiTextfieldOptions, tuiTextfieldOptionsProvider } from '@taiga-ui/core/directives';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated:
|
|
4
|
+
* use {@link TuiTextfieldOptions}
|
|
5
|
+
*/
|
|
2
6
|
export declare type TuiPrimitiveTextfieldOptions = TuiTextfieldOptions;
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated:
|
|
9
|
+
* use {@link TUI_TEXTFIELD_DEFAULT_OPTIONS}
|
|
10
|
+
*/
|
|
3
11
|
export declare const TUI_PRIMITIVE_TEXTFIELD_DEFAULT_OPTIONS: TuiPrimitiveTextfieldOptions;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated:
|
|
14
|
+
* use {@link TUI_TEXTFIELD_OPTIONS}
|
|
15
|
+
*/
|
|
4
16
|
export declare const TUI_PRIMITIVE_TEXTFIELD_OPTIONS: import("@angular/core").InjectionToken<TuiTextfieldOptions>;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated:
|
|
19
|
+
* use {@link tuiTextfieldOptionsProvider}
|
|
20
|
+
*/
|
|
5
21
|
export declare const tuiPrimitiveTextfieldOptionsProvider: typeof tuiTextfieldOptionsProvider;
|
|
@@ -15,12 +15,19 @@ export declare class TuiPrimitiveTextfieldComponent extends AbstractTuiInteracti
|
|
|
15
15
|
private readonly el;
|
|
16
16
|
private readonly focusableElement?;
|
|
17
17
|
editable: boolean;
|
|
18
|
+
/** @deprecated use `tuiTextfieldFiller` from {@link TuiTextfieldControllerModule} instead */
|
|
18
19
|
textfieldFiller: string;
|
|
20
|
+
/**
|
|
21
|
+
* @deprecated:
|
|
22
|
+
* use `tuiTextfieldOptionsProvider({iconCleaner: `tuiIconChevronUp`})`
|
|
23
|
+
*/
|
|
19
24
|
iconCleaner: PolymorpheusContent<TuiContextWithImplicit<"m" | "l" | "s">>;
|
|
20
25
|
readOnly: boolean;
|
|
21
26
|
invalid: boolean;
|
|
22
27
|
disabled: boolean;
|
|
28
|
+
/** @deprecated use `tuiTextfieldPrefix` from {@link TuiTextfieldControllerModule} instead */
|
|
23
29
|
textfieldPrefix: string;
|
|
30
|
+
/** @deprecated use `tuiTextfieldPostfix` from {@link TuiTextfieldControllerModule} instead */
|
|
24
31
|
textfieldPostfix: string;
|
|
25
32
|
value: string;
|
|
26
33
|
readonly valueChange: EventEmitter<string>;
|
|
@@ -4,6 +4,7 @@ import * as i2 from "./scrollbar-wrapper.directive";
|
|
|
4
4
|
import * as i3 from "./scroll-controls.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@taiga-ui/cdk";
|
|
7
|
+
/** @deprecated import from `@taiga-ui/cdk` instead */
|
|
7
8
|
export declare class TuiScrollControlsModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiScrollControlsModule, never>;
|
|
9
10
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiScrollControlsModule, [typeof i1.TuiScrollbarDirective, typeof i2.TuiScrollbarWrapperDirective, typeof i3.TuiScrollControlsComponent], [typeof i4.CommonModule, typeof i5.TuiLetModule], [typeof i3.TuiScrollControlsComponent]>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
+
/** @deprecated import from `@taiga-ui/cdk` instead */
|
|
2
3
|
export declare const SCROLL_REF_SELECTOR = "[tuiScrollRef]";
|
|
4
|
+
/** @deprecated import from `@taiga-ui/cdk` instead */
|
|
3
5
|
export declare class TuiScrollRefDirective {
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiScrollRefDirective, never>;
|
|
5
7
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiScrollRefDirective, "[tuiScrollRef]", never, {}, {}, never>;
|
|
@@ -9,6 +9,9 @@ export interface TuiSvgOptions {
|
|
|
9
9
|
}
|
|
10
10
|
export declare type TuiSvgInterceptorHandler = ((src: TuiSafeHtml, options: TuiSvgOptions) => TuiSafeHtml) | ((src: TuiSafeHtml) => TuiSafeHtml);
|
|
11
11
|
export declare const TUI_SVG_DEFAULT_OPTIONS: TuiSvgOptions;
|
|
12
|
+
/**
|
|
13
|
+
* SVG component options
|
|
14
|
+
*/
|
|
12
15
|
export declare const TUI_SVG_OPTIONS: InjectionToken<TuiSvgOptions>;
|
|
13
16
|
export declare const TUI_SVG_SRC_INTERCEPTORS: InjectionToken<TuiSvgInterceptorHandler>;
|
|
14
17
|
export declare function tuiSvgSrcInterceptors(interceptor: TuiSvgInterceptorHandler): Provider;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=3.
|
|
1
|
+
export declare const TUI_CACHE_BUSTING_PAYLOAD: "?v=3.52.0";
|
package/constants/events.d.ts
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An event indicating that async data for expand has finished loading.
|
|
3
|
+
* Dispatch to finish loading states for {@link TuiExpandComponent}.
|
|
4
|
+
*/
|
|
1
5
|
export declare const TUI_EXPAND_LOADED = "tui-expand-loaded";
|
|
6
|
+
/**
|
|
7
|
+
* An event for scrolling an element into view within {@link TuiScrollbarComponent}.
|
|
8
|
+
*/
|
|
2
9
|
export declare const TUI_SCROLL_INTO_VIEW = "tui-scroll-into-view";
|
|
10
|
+
/**
|
|
11
|
+
* An event to notify {@link TuiScrollbarComponent} that
|
|
12
|
+
* it should control a nested element.
|
|
13
|
+
*/
|
|
3
14
|
export declare const TUI_SCROLLABLE = "tui-scrollable";
|
|
15
|
+
/**
|
|
16
|
+
* An event indicating and error during icon loading in {@link TuiSvgComponent}.
|
|
17
|
+
*/
|
|
4
18
|
export declare const TUI_ICON_ERROR = "tui-icon-error";
|
|
@@ -3,6 +3,10 @@ export interface TuiDropdownHoverOptions {
|
|
|
3
3
|
readonly hideDelay: number;
|
|
4
4
|
readonly showDelay: number;
|
|
5
5
|
}
|
|
6
|
+
/** Default values for hint options */
|
|
6
7
|
export declare const TUI_DROPDOWN_HOVER_DEFAULT_OPTIONS: TuiDropdownHoverOptions;
|
|
8
|
+
/**
|
|
9
|
+
* Default parameters for dropdown hover directive
|
|
10
|
+
*/
|
|
7
11
|
export declare const TUI_DROPDOWN_HOVER_OPTIONS: import("@angular/core").InjectionToken<TuiDropdownHoverOptions>;
|
|
8
12
|
export declare function tuiDropdownHoverOptionsProvider(options: Partial<TuiDropdownHoverOptions>): Provider;
|
|
@@ -10,7 +10,11 @@ export interface TuiDropdownOptions {
|
|
|
10
10
|
readonly minHeight: number;
|
|
11
11
|
readonly offset: number;
|
|
12
12
|
}
|
|
13
|
+
/** Default values for dropdown options */
|
|
13
14
|
export declare const TUI_DROPDOWN_DEFAULT_OPTIONS: TuiDropdownOptions;
|
|
15
|
+
/**
|
|
16
|
+
* Default parameters for dropdown directive
|
|
17
|
+
*/
|
|
14
18
|
export declare const TUI_DROPDOWN_OPTIONS: import("@angular/core").InjectionToken<TuiDropdownOptions>;
|
|
15
19
|
export declare const tuiDropdownOptionsProvider: (options: Partial<TuiDropdownOptions>) => FactoryProvider;
|
|
16
20
|
export declare class TuiDropdownOptionsDirective implements TuiDropdownOptions {
|
|
@@ -21,9 +21,18 @@ export declare class TuiDropdownSelectionDirective extends TuiDriver implements
|
|
|
21
21
|
getClientRect(): ClientRect;
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
private getRange;
|
|
24
|
+
/**
|
|
25
|
+
* Check if Node is inside dropdown
|
|
26
|
+
*/
|
|
24
27
|
private boxContains;
|
|
28
|
+
/**
|
|
29
|
+
* Check if given range is at least partially inside dropdown
|
|
30
|
+
*/
|
|
25
31
|
private inDropdown;
|
|
26
32
|
private veryVerySadInputFix;
|
|
33
|
+
/**
|
|
34
|
+
* Create an invisible DIV styled exactly like input/textarea element inside directive
|
|
35
|
+
*/
|
|
27
36
|
private initGhost;
|
|
28
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownSelectionDirective, never>;
|
|
29
38
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDropdownSelectionDirective, "[tuiDropdown][tuiDropdownSelection]", never, { "position": "tuiDropdownSelectionPosition"; "tuiDropdownSelection": "tuiDropdownSelection"; }, {}, never>;
|
|
@@ -8,6 +8,11 @@ import { TuiDropdownDirective } from './dropdown.directive';
|
|
|
8
8
|
import { TuiDropdownHoverDirective } from './dropdown-hover.directive';
|
|
9
9
|
import { TuiDropdownOptions } from './dropdown-options.directive';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
+
/**
|
|
12
|
+
* @description:
|
|
13
|
+
* This component is used to show template in a portal
|
|
14
|
+
* using default style of white rounded box with a shadow
|
|
15
|
+
*/
|
|
11
16
|
export declare class TuiDropdownComponent {
|
|
12
17
|
readonly directive: TuiDropdownDirective;
|
|
13
18
|
readonly animation: AnimationOptions;
|
|
@@ -10,7 +10,11 @@ export interface TuiHintOptions {
|
|
|
10
10
|
readonly icon: PolymorpheusContent;
|
|
11
11
|
readonly showDelay: number;
|
|
12
12
|
}
|
|
13
|
+
/** Default values for hint options */
|
|
13
14
|
export declare const TUI_HINT_DEFAULT_OPTIONS: TuiHintOptions;
|
|
15
|
+
/**
|
|
16
|
+
* Default parameters for hint directive
|
|
17
|
+
*/
|
|
14
18
|
export declare const TUI_HINT_OPTIONS: import("@angular/core").InjectionToken<TuiHintOptions>;
|
|
15
19
|
export declare const tuiHintOptionsProvider: (options: Partial<TuiHintOptions>) => FactoryProvider;
|
|
16
20
|
export declare class TuiHintOptionsDirective extends AbstractTuiController implements TuiHintOptions {
|
package/directives/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@taiga-ui/core/directives/dropdown';
|
|
|
2
2
|
export * from '@taiga-ui/core/directives/hint';
|
|
3
3
|
export * from '@taiga-ui/core/directives/mask-accessor';
|
|
4
4
|
export * from '@taiga-ui/core/directives/mode';
|
|
5
|
+
export * from '@taiga-ui/core/directives/number-format';
|
|
5
6
|
export * from '@taiga-ui/core/directives/scroll-into-view';
|
|
6
7
|
export * from '@taiga-ui/core/directives/textfield-controller';
|
|
7
8
|
export * from '@taiga-ui/core/directives/wrapper';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./mask-accessor.directive";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare class TuiMaskAccessorModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMaskAccessorModule, never>;
|
|
5
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMaskAccessorModule, [typeof i1.TuiMaskAccessorDirective], never, [typeof i1.TuiMaskAccessorDirective]>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TuiNumberFormatSettings } from '@taiga-ui/core/interfaces';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TuiNumberFormatDirective extends BehaviorSubject<TuiNumberFormatSettings> {
|
|
5
|
+
private readonly settings;
|
|
6
|
+
set tuiNumberFormat(format: Partial<TuiNumberFormatSettings>);
|
|
7
|
+
constructor(settings: TuiNumberFormatSettings);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNumberFormatDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiNumberFormatDirective, "[tuiNumberFormat]", never, { "tuiNumberFormat": "tuiNumberFormat"; }, {}, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./number-format.directive";
|
|
3
|
+
export declare class TuiNumberFormatModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiNumberFormatModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiNumberFormatModule, [typeof i1.TuiNumberFormatDirective], never, [typeof i1.TuiNumberFormatDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiNumberFormatModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main": "../../bundles/taiga-ui-core-directives-number-format.umd.js",
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-core-directives-number-format.js",
|
|
4
|
+
"es2015": "../../fesm2015/taiga-ui-core-directives-number-format.js",
|
|
5
|
+
"esm2015": "../../esm2015/directives/number-format/taiga-ui-core-directives-number-format.js",
|
|
6
|
+
"fesm2015": "../../fesm2015/taiga-ui-core-directives-number-format.js",
|
|
7
|
+
"typings": "taiga-ui-core-directives-number-format.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"name": "@taiga-ui/core/directives/number-format"
|
|
10
|
+
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Directive scrolls element into view inside tui-scrollbar
|
|
6
|
+
*/
|
|
4
7
|
export declare class TuiScrollIntoViewDirective {
|
|
5
8
|
private readonly el;
|
|
6
9
|
private readonly destroy$;
|
|
@@ -2,10 +2,17 @@ import { Provider } from '@angular/core';
|
|
|
2
2
|
import { TuiContextWithImplicit } from '@taiga-ui/cdk';
|
|
3
3
|
import { TuiSizeL, TuiSizeS } from '@taiga-ui/core/types';
|
|
4
4
|
import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
5
|
+
/**
|
|
6
|
+
* TODO: replace with TUI_COMMON_ICONS and drop hintOnDisabled, switching it to true in v.4
|
|
7
|
+
*/
|
|
5
8
|
export interface TuiTextfieldOptions {
|
|
6
9
|
readonly hintOnDisabled: boolean;
|
|
7
10
|
readonly iconCleaner: PolymorpheusContent<TuiContextWithImplicit<TuiSizeL | TuiSizeS>>;
|
|
8
11
|
}
|
|
12
|
+
/** Default values for primitive textfield options */
|
|
9
13
|
export declare const TUI_TEXTFIELD_DEFAULT_OPTIONS: TuiTextfieldOptions;
|
|
14
|
+
/**
|
|
15
|
+
* Default parameters for textfield
|
|
16
|
+
*/
|
|
10
17
|
export declare const TUI_TEXTFIELD_OPTIONS: import("@angular/core").InjectionToken<TuiTextfieldOptions>;
|
|
11
18
|
export declare function tuiTextfieldOptionsProvider(options: Partial<TuiTextfieldOptions>): Provider;
|
package/enums/notification.d.ts
CHANGED
package/enums/range-state.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
2
3
|
export class TuiDriver extends Observable {
|
|
3
4
|
}
|
|
4
5
|
export function tuiAsDriver(useExisting) {
|
|
@@ -8,4 +9,4 @@ export function tuiAsDriver(useExisting) {
|
|
|
8
9
|
useExisting,
|
|
9
10
|
};
|
|
10
11
|
}
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJpdmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9hYnN0cmFjdC9kcml2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLE1BQU0sQ0FBQztBQUVoQyxnRUFBZ0U7QUFDaEUsTUFBTSxPQUFnQixTQUFVLFNBQVEsVUFBbUI7Q0FFMUQ7QUFFRCxNQUFNLFVBQVUsV0FBVyxDQUFDLFdBQTRCO0lBQ3BELE9BQU87UUFDSCxPQUFPLEVBQUUsU0FBUztRQUNsQixLQUFLLEVBQUUsSUFBSTtRQUNYLFdBQVc7S0FDZCxDQUFDO0FBQ04sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RXhpc3RpbmdQcm92aWRlciwgVHlwZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge09ic2VydmFibGV9IGZyb20gJ3J4anMnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgVHVpRHJpdmVyIGV4dGVuZHMgT2JzZXJ2YWJsZTxib29sZWFuPiB7XG4gICAgYWJzdHJhY3QgcmVhZG9ubHkgdHlwZTogc3RyaW5nO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gdHVpQXNEcml2ZXIodXNlRXhpc3Rpbmc6IFR5cGU8VHVpRHJpdmVyPik6IEV4aXN0aW5nUHJvdmlkZXIge1xuICAgIHJldHVybiB7XG4gICAgICAgIHByb3ZpZGU6IFR1aURyaXZlcixcbiAgICAgICAgbXVsdGk6IHRydWUsXG4gICAgICAgIHVzZUV4aXN0aW5nLFxuICAgIH07XG59XG4iXX0=
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SkipSelf } from '@angular/core';
|
|
2
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
2
3
|
export class TuiPositionAccessor {
|
|
3
4
|
}
|
|
4
5
|
export function tuiPositionAccessorFor(type) {
|
|
@@ -15,4 +16,4 @@ export function tuiAsPositionAccessor(useExisting) {
|
|
|
15
16
|
useExisting,
|
|
16
17
|
};
|
|
17
18
|
}
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9zaXRpb24tYWNjZXNzb3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlL2Fic3RyYWN0L3Bvc2l0aW9uLWFjY2Vzc29yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBb0MsUUFBUSxFQUFPLE1BQU0sZUFBZSxDQUFDO0FBR2hGLGdFQUFnRTtBQUNoRSxNQUFNLE9BQWdCLG1CQUFtQjtDQUd4QztBQUVELE1BQU0sVUFBVSxzQkFBc0IsQ0FBQyxJQUFZO0lBQy9DLE9BQU87UUFDSCxPQUFPLEVBQUUsbUJBQW1CO1FBQzVCLElBQUksRUFBRSxDQUFDLENBQUMsSUFBSSxRQUFRLEVBQUUsRUFBRSxtQkFBbUIsQ0FBQyxDQUFDO1FBQzdDLFVBQVUsRUFBRSxDQUFDLFNBQXlDLEVBQUUsRUFBRSxDQUN0RCxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDLElBQUksS0FBSyxJQUFJLENBQUM7S0FDekQsQ0FBQztBQUNOLENBQUM7QUFFRCxNQUFNLFVBQVUscUJBQXFCLENBQ2pDLFdBQXNDO0lBRXRDLE9BQU87UUFDSCxPQUFPLEVBQUUsbUJBQW1CO1FBQzVCLEtBQUssRUFBRSxJQUFJO1FBQ1gsV0FBVztLQUNkLENBQUM7QUFDTixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtFeGlzdGluZ1Byb3ZpZGVyLCBGYWN0b3J5UHJvdmlkZXIsIFNraXBTZWxmLCBUeXBlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7VHVpUG9pbnR9IGZyb20gJ0B0YWlnYS11aS9jb3JlL3R5cGVzJztcblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFR1aVBvc2l0aW9uQWNjZXNzb3Ige1xuICAgIGFic3RyYWN0IHJlYWRvbmx5IHR5cGU6IHN0cmluZztcbiAgICBhYnN0cmFjdCBnZXRQb3NpdGlvbihyZWN0OiBDbGllbnRSZWN0KTogVHVpUG9pbnQ7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB0dWlQb3NpdGlvbkFjY2Vzc29yRm9yKHR5cGU6IHN0cmluZyk6IEZhY3RvcnlQcm92aWRlciB7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgcHJvdmlkZTogVHVpUG9zaXRpb25BY2Nlc3NvcixcbiAgICAgICAgZGVwczogW1tuZXcgU2tpcFNlbGYoKSwgVHVpUG9zaXRpb25BY2Nlc3Nvcl1dLFxuICAgICAgICB1c2VGYWN0b3J5OiAoYWNjZXNzb3JzOiByZWFkb25seSBUdWlQb3NpdGlvbkFjY2Vzc29yW10pID0+XG4gICAgICAgICAgICBhY2Nlc3NvcnMuZmluZChhY2Nlc3NvciA9PiBhY2Nlc3Nvci50eXBlID09PSB0eXBlKSxcbiAgICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gdHVpQXNQb3NpdGlvbkFjY2Vzc29yKFxuICAgIHVzZUV4aXN0aW5nOiBUeXBlPFR1aVBvc2l0aW9uQWNjZXNzb3I+LFxuKTogRXhpc3RpbmdQcm92aWRlciB7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgcHJvdmlkZTogVHVpUG9zaXRpb25BY2Nlc3NvcixcbiAgICAgICAgbXVsdGk6IHRydWUsXG4gICAgICAgIHVzZUV4aXN0aW5nLFxuICAgIH07XG59XG4iXX0=
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { SkipSelf } from '@angular/core';
|
|
2
|
+
// TODO: Rename to getBoundingClientRect to match the DOM API
|
|
3
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
2
4
|
export class TuiRectAccessor {
|
|
3
5
|
}
|
|
4
6
|
export function tuiRectAccessorFor(type, fallback) {
|
|
@@ -19,4 +21,4 @@ export function tuiAsRectAccessor(useExisting) {
|
|
|
19
21
|
useExisting,
|
|
20
22
|
};
|
|
21
23
|
}
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdC1hY2Nlc3Nvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvYWJzdHJhY3QvcmVjdC1hY2Nlc3Nvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9DLFFBQVEsRUFBTyxNQUFNLGVBQWUsQ0FBQztBQUVoRiw2REFBNkQ7QUFDN0QsZ0VBQWdFO0FBQ2hFLE1BQU0sT0FBZ0IsZUFBZTtDQUdwQztBQUVELE1BQU0sVUFBVSxrQkFBa0IsQ0FDOUIsSUFBWSxFQUNaLFFBQStCO0lBRS9CLE9BQU87UUFDSCxPQUFPLEVBQUUsZUFBZTtRQUN4QixJQUFJLEVBQUUsQ0FBQyxDQUFDLElBQUksUUFBUSxFQUFFLEVBQUUsZUFBZSxDQUFDLEVBQUUsUUFBUSxDQUFDO1FBQ25ELFVBQVUsRUFBRSx1QkFBdUIsQ0FBQyxJQUFJLENBQUM7S0FDNUMsQ0FBQztBQUNOLENBQUM7QUFFRCxNQUFNLFVBQVUsdUJBQXVCLENBQ25DLElBQVk7SUFFWixPQUFPLENBQUMsU0FBUyxFQUFFLFFBQVEsRUFBRSxFQUFFLENBQzNCLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxRQUFRLEtBQUssUUFBUSxJQUFJLFFBQVEsQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDO1FBQzNFLFFBQVEsQ0FBQztBQUNqQixDQUFDO0FBRUQsTUFBTSxVQUFVLGlCQUFpQixDQUFDLFdBQWtDO0lBQ2hFLE9BQU87UUFDSCxPQUFPLEVBQUUsZUFBZTtRQUN4QixLQUFLLEVBQUUsSUFBSTtRQUNYLFdBQVc7S0FDZCxDQUFDO0FBQ04sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RXhpc3RpbmdQcm92aWRlciwgRmFjdG9yeVByb3ZpZGVyLCBTa2lwU2VsZiwgVHlwZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8vIFRPRE86IFJlbmFtZSB0byBnZXRCb3VuZGluZ0NsaWVudFJlY3QgdG8gbWF0Y2ggdGhlIERPTSBBUElcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBUdWlSZWN0QWNjZXNzb3Ige1xuICAgIGFic3RyYWN0IHJlYWRvbmx5IHR5cGU6IHN0cmluZztcbiAgICBhYnN0cmFjdCBnZXRDbGllbnRSZWN0KCk6IENsaWVudFJlY3Q7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB0dWlSZWN0QWNjZXNzb3JGb3IoXG4gICAgdHlwZTogc3RyaW5nLFxuICAgIGZhbGxiYWNrOiBUeXBlPFR1aVJlY3RBY2Nlc3Nvcj4sXG4pOiBGYWN0b3J5UHJvdmlkZXIge1xuICAgIHJldHVybiB7XG4gICAgICAgIHByb3ZpZGU6IFR1aVJlY3RBY2Nlc3NvcixcbiAgICAgICAgZGVwczogW1tuZXcgU2tpcFNlbGYoKSwgVHVpUmVjdEFjY2Vzc29yXSwgZmFsbGJhY2tdLFxuICAgICAgICB1c2VGYWN0b3J5OiB0dWlGYWxsYmFja1JlY3RBY2Nlc3Nvcih0eXBlKSxcbiAgICB9O1xufVxuXG5leHBvcnQgZnVuY3Rpb24gdHVpRmFsbGJhY2tSZWN0QWNjZXNzb3IoXG4gICAgdHlwZTogc3RyaW5nLFxuKTogKGFjY2Vzc29yczogcmVhZG9ubHkgVHVpUmVjdEFjY2Vzc29yW10sIGZhbGxiYWNrOiBUdWlSZWN0QWNjZXNzb3IpID0+IFR1aVJlY3RBY2Nlc3NvciB7XG4gICAgcmV0dXJuIChhY2Nlc3NvcnMsIGZhbGxiYWNrKSA9PlxuICAgICAgICBhY2Nlc3NvcnMuZmluZChhY2Nlc3NvciA9PiBhY2Nlc3NvciAhPT0gZmFsbGJhY2sgJiYgYWNjZXNzb3IudHlwZSA9PT0gdHlwZSkgfHxcbiAgICAgICAgZmFsbGJhY2s7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB0dWlBc1JlY3RBY2Nlc3Nvcih1c2VFeGlzdGluZzogVHlwZTxUdWlSZWN0QWNjZXNzb3I+KTogRXhpc3RpbmdQcm92aWRlciB7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgcHJvdmlkZTogVHVpUmVjdEFjY2Vzc29yLFxuICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgdXNlRXhpc3RpbmcsXG4gICAgfTtcbn1cbiJdfQ==
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
1
4
|
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWktY29yZS1hYnN0cmFjdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvYWJzdHJhY3QvdGFpZ2EtdWktY29yZS1hYnN0cmFjdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
1
2
|
export class TuiVehicle {
|
|
2
3
|
}
|
|
3
4
|
export function tuiAsVehicle(useExisting) {
|
|
@@ -7,4 +8,4 @@ export function tuiAsVehicle(useExisting) {
|
|
|
7
8
|
useExisting,
|
|
8
9
|
};
|
|
9
10
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVoaWNsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvYWJzdHJhY3QvdmVoaWNsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxnRUFBZ0U7QUFDaEUsTUFBTSxPQUFnQixVQUFVO0NBRy9CO0FBRUQsTUFBTSxVQUFVLFlBQVksQ0FBQyxXQUE2QjtJQUN0RCxPQUFPO1FBQ0gsT0FBTyxFQUFFLFVBQVU7UUFDbkIsS0FBSyxFQUFFLElBQUk7UUFDWCxXQUFXO0tBQ2QsQ0FBQztBQUNOLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0V4aXN0aW5nUHJvdmlkZXIsIFR5cGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgVHVpVmVoaWNsZSB7XG4gICAgYWJzdHJhY3QgcmVhZG9ubHkgdHlwZTogc3RyaW5nO1xuICAgIGFic3RyYWN0IHRvZ2dsZSh2YWx1ZTogYm9vbGVhbik6IHZvaWQ7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiB0dWlBc1ZlaGljbGUodXNlRXhpc3Rpbmc6IFR5cGU8VHVpVmVoaWNsZT4pOiBFeGlzdGluZ1Byb3ZpZGVyIHtcbiAgICByZXR1cm4ge1xuICAgICAgICBwcm92aWRlOiBUdWlWZWhpY2xlLFxuICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgdXNlRXhpc3RpbmcsXG4gICAgfTtcbn1cbiJdfQ==
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
1
4
|
export * from './index';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFpZ2EtdWktY29yZS1hbmltYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZS9hbmltYXRpb25zL3RhaWdhLXVpLWNvcmUtYW5pbWF0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|