@taiga-ui/cdk 4.48.0-canary.d5bef06 → 4.49.0-canary.45bd8f0
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/classes/control.d.ts +2 -4
- package/classes/portals.d.ts +2 -2
- package/classes/validation-error.d.ts +1 -1
- package/classes/value-transformer.d.ts +1 -1
- package/constants/allow-signal-writes.d.ts +1 -1
- package/constants/matchers.d.ts +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/date-time/date-clamp.d.ts +1 -1
- package/date-time/day-range.d.ts +1 -1
- package/date-time/day.d.ts +1 -1
- package/date-time/month-range.d.ts +1 -1
- package/date-time/month.d.ts +1 -1
- package/date-time/time.d.ts +1 -1
- package/date-time/year.d.ts +1 -1
- package/directives/active-zone/active-zone.directive.d.ts +2 -2
- package/directives/animated/animated.directive.d.ts +1 -1
- package/directives/auto-focus/autofocus.directive.d.ts +2 -2
- package/directives/auto-focus/autofocus.options.d.ts +1 -1
- package/directives/auto-focus/handlers/abstract.handler.d.ts +2 -2
- package/directives/auto-focus/handlers/default.handler.d.ts +3 -3
- package/directives/auto-focus/handlers/ios.handler.d.ts +2 -2
- package/directives/click-outside/click-outside.directive.d.ts +1 -1
- package/directives/control/control.directive.d.ts +1 -1
- package/directives/copy-processor/copy-processor.directive.d.ts +1 -1
- package/directives/focus-trap/focus-trap.directive.d.ts +1 -1
- package/directives/for/for.directive.d.ts +1 -1
- package/directives/hovered/hovered.service.d.ts +1 -1
- package/directives/let/let-context.d.ts +2 -2
- package/directives/native-validator/native-validator.directive.d.ts +1 -1
- package/directives/popover/popover.directive.d.ts +2 -2
- package/directives/repeat-times/repeat-times.directive.d.ts +1 -1
- package/directives/swipe/swipe.options.d.ts +1 -1
- package/directives/swipe/swipe.service.d.ts +1 -1
- package/directives/validator/validator.directive.d.ts +2 -3
- package/directives/value-changes/value-changes.directive.d.ts +2 -2
- package/directives/zoom/zoom.options.d.ts +1 -1
- package/directives/zoom/zoom.service.d.ts +1 -1
- package/esm2022/classes/control.mjs +2 -2
- package/esm2022/classes/portals.mjs +2 -1
- package/esm2022/classes/validation-error.mjs +1 -1
- package/esm2022/classes/value-transformer.mjs +1 -1
- package/esm2022/constants/allow-signal-writes.mjs +1 -1
- package/esm2022/constants/matchers.mjs +1 -1
- package/esm2022/constants/version.mjs +2 -2
- package/esm2022/date-time/date-clamp.mjs +1 -1
- package/esm2022/date-time/day-range.mjs +1 -1
- package/esm2022/date-time/day.mjs +1 -1
- package/esm2022/date-time/month-range.mjs +1 -1
- package/esm2022/date-time/month.mjs +1 -1
- package/esm2022/date-time/time.mjs +1 -1
- package/esm2022/date-time/year.mjs +1 -1
- package/esm2022/directives/active-zone/active-zone.directive.mjs +2 -2
- package/esm2022/directives/animated/animated.directive.mjs +1 -1
- package/esm2022/directives/auto-focus/autofocus.directive.mjs +1 -1
- package/esm2022/directives/auto-focus/autofocus.options.mjs +1 -1
- package/esm2022/directives/auto-focus/handlers/abstract.handler.mjs +1 -1
- package/esm2022/directives/auto-focus/handlers/default.handler.mjs +1 -1
- package/esm2022/directives/auto-focus/handlers/ios.handler.mjs +1 -1
- package/esm2022/directives/click-outside/click-outside.directive.mjs +1 -1
- package/esm2022/directives/control/control.directive.mjs +1 -1
- package/esm2022/directives/copy-processor/copy-processor.directive.mjs +1 -1
- package/esm2022/directives/focus-trap/focus-trap.directive.mjs +1 -1
- package/esm2022/directives/for/for.directive.mjs +2 -2
- package/esm2022/directives/hovered/hovered.service.mjs +1 -1
- package/esm2022/directives/let/let-context.mjs +1 -1
- package/esm2022/directives/native-validator/native-validator.directive.mjs +2 -2
- package/esm2022/directives/popover/popover.directive.mjs +1 -1
- package/esm2022/directives/repeat-times/repeat-times.directive.mjs +1 -1
- package/esm2022/directives/resizer/resizer.directive.mjs +2 -2
- package/esm2022/directives/swipe/swipe.options.mjs +1 -1
- package/esm2022/directives/swipe/swipe.service.mjs +1 -1
- package/esm2022/directives/validator/validator.directive.mjs +1 -1
- package/esm2022/directives/value-changes/value-changes.directive.mjs +1 -1
- package/esm2022/directives/zoom/zoom.options.mjs +1 -1
- package/esm2022/directives/zoom/zoom.service.mjs +1 -1
- package/esm2022/observables/control-value.mjs +1 -1
- package/esm2022/observables/drag-and-drop-from.mjs +2 -2
- package/esm2022/observables/events.mjs +1 -1
- package/esm2022/observables/if-map.mjs +1 -1
- package/esm2022/observables/must-be-present.mjs +1 -1
- package/esm2022/observables/query-list-observable.mjs +1 -1
- package/esm2022/observables/scroll-from.mjs +1 -1
- package/esm2022/observables/take-until-destroyed.mjs +2 -2
- package/esm2022/observables/typed-from-event.mjs +1 -1
- package/esm2022/observables/untracked-scheduler.mjs +2 -2
- package/esm2022/observables/watch.mjs +1 -1
- package/esm2022/observables/zone.mjs +2 -2
- package/esm2022/pipes/animation/animation.pipe.mjs +1 -1
- package/esm2022/pipes/filter/filter.pipe.mjs +1 -1
- package/esm2022/pipes/is-present/is-present.pipe.mjs +1 -1
- package/esm2022/pipes/keys/keys.pipe.mjs +1 -1
- package/esm2022/pipes/mapper/mapper.pipe.mjs +1 -1
- package/esm2022/pipes/obfuscate/obfuscate.pipe.mjs +1 -1
- package/esm2022/pipes/repeat-times/index.mjs +1 -1
- package/esm2022/pipes/replace/replace.pipe.mjs +1 -1
- package/esm2022/pipes/to-array/to-array.pipe.mjs +1 -1
- package/esm2022/services/popover.service.mjs +2 -2
- package/esm2022/services/scroll.service.mjs +2 -2
- package/esm2022/tokens/active-element.mjs +1 -1
- package/esm2022/tokens/environment.mjs +8 -2
- package/esm2022/tokens/fallback-value.mjs +1 -1
- package/esm2022/tokens/window-size.mjs +1 -1
- package/esm2022/types/matcher.mjs +1 -1
- package/esm2022/types/safe-html.mjs +1 -1
- package/esm2022/utils/di/create-options.mjs +1 -1
- package/esm2022/utils/dom/get-element-point.mjs +1 -1
- package/esm2022/utils/dom/value-binding.mjs +1 -1
- package/esm2022/utils/dom/value.mjs +1 -1
- package/esm2022/utils/focus/focused-in.mjs +1 -1
- package/esm2022/utils/math/round-with.mjs +1 -1
- package/esm2022/utils/miscellaneous/array-toggle.mjs +1 -1
- package/esm2022/utils/miscellaneous/count-filled-controls.mjs +1 -1
- package/esm2022/utils/miscellaneous/directive-binding.mjs +2 -2
- package/esm2022/utils/miscellaneous/directive-listener.mjs +2 -2
- package/esm2022/utils/miscellaneous/get-original-array-from-query-list.mjs +1 -1
- package/esm2022/utils/miscellaneous/is-control-empty.mjs +1 -1
- package/esm2022/utils/miscellaneous/mark-control-as-touched-and-validate.mjs +1 -1
- package/esm2022/utils/miscellaneous/nullable-same.mjs +1 -1
- package/esm2022/utils/miscellaneous/provide-options.mjs +2 -2
- package/esm2022/utils/miscellaneous/provide.mjs +1 -1
- package/esm2022/utils/miscellaneous/uniq-by.mjs +1 -1
- package/esm2022/utils/miscellaneous/with-styles.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-classes.mjs +1 -0
- package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-animated.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-control.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-for.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-let.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +1 -1
- package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-popover.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-resizer.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-validator.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-animation.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-keys.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-replace.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-tokens.mjs +7 -1
- package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-di.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-focus.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -1
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -1
- package/observables/control-value.d.ts +1 -1
- package/observables/drag-and-drop-from.d.ts +1 -1
- package/observables/events.d.ts +1 -1
- package/observables/if-map.d.ts +2 -2
- package/observables/must-be-present.d.ts +1 -1
- package/observables/query-list-observable.d.ts +2 -2
- package/observables/scroll-from.d.ts +1 -1
- package/observables/take-until-destroyed.d.ts +2 -2
- package/observables/typed-from-event.d.ts +1 -1
- package/observables/untracked-scheduler.d.ts +1 -1
- package/observables/watch.d.ts +1 -1
- package/observables/zone.d.ts +1 -1
- package/package.json +61 -61
- package/pipes/animation/animation.pipe.d.ts +2 -2
- package/pipes/filter/filter.pipe.d.ts +2 -2
- package/pipes/is-present/is-present.pipe.d.ts +1 -1
- package/pipes/keys/keys.pipe.d.ts +1 -1
- package/pipes/mapper/mapper.pipe.d.ts +2 -2
- package/pipes/obfuscate/obfuscate.pipe.d.ts +1 -1
- package/pipes/repeat-times/index.d.ts +1 -1
- package/pipes/replace/replace.pipe.d.ts +1 -1
- package/pipes/to-array/to-array.pipe.d.ts +1 -1
- package/schematics/constants/file-globs.d.ts +1 -1
- package/schematics/migrate-tui-let/index.d.ts +2 -2
- package/schematics/ng-add/index.d.ts +2 -2
- package/schematics/ng-add/setup-project.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-icons.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-modules.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-styles.d.ts +2 -2
- package/schematics/ng-add/steps/wrap-with-tui-root.d.ts +2 -2
- package/schematics/ng-update/interfaces/html-comment.d.ts +1 -1
- package/schematics/ng-update/interfaces/removable-input.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-attribute-to-directive.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-attribute.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-service.d.ts +1 -1
- package/schematics/ng-update/interfaces/replacement-tag.d.ts +1 -1
- package/schematics/ng-update/steps/icons/replace-imports.d.ts +2 -2
- package/schematics/ng-update/steps/rename-types.d.ts +2 -2
- package/schematics/ng-update/steps/replace-deep-import.d.ts +1 -1
- package/schematics/ng-update/steps/replace-enums.d.ts +2 -2
- package/schematics/ng-update/steps/replace-identifier.d.ts +2 -2
- package/schematics/ng-update/steps/replace-package-name.d.ts +1 -1
- package/schematics/ng-update/steps/replace-services.d.ts +2 -2
- package/schematics/ng-update/steps/show-warnings.d.ts +2 -2
- package/schematics/ng-update/utils/get-file-system.d.ts +2 -2
- package/schematics/ng-update/utils/templates/remove-inputs.d.ts +4 -4
- package/schematics/ng-update/utils/templates/replace-attr-values.d.ts +4 -4
- package/schematics/ng-update/utils/templates/replace-attrs-by-directives.d.ts +2 -2
- package/schematics/ng-update/utils/templates/replace-attrs.d.ts +4 -4
- package/schematics/ng-update/utils/templates/replace-tag.d.ts +2 -2
- package/schematics/ng-update/utils/templates/replace-tags.d.ts +4 -4
- package/schematics/ng-update/utils/templates/template-comments.d.ts +3 -3
- package/schematics/ng-update/v4/index.d.ts +2 -2
- package/schematics/ng-update/v4/migrate-addon-doc/index.d.ts +2 -2
- package/schematics/ng-update/v4/migrate-addon-doc/replace-symbols.d.ts +1 -1
- package/schematics/ng-update/v4/migrate-css-vars/index.d.ts +2 -2
- package/schematics/ng-update/v4/migrate-icons/index.d.ts +2 -2
- package/schematics/ng-update/v4/migrate-icons/rename-proprietary-icons.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/enums.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/functions.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/html-comments.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/migration-warnings.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/services.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.d.ts +1 -1
- package/schematics/ng-update/v4/steps/constants/types.d.ts +1 -1
- package/schematics/ng-update/v4/steps/drop-universal-mock.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-alert-service.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-destroy-service.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-editor.d.ts +2 -2
- package/schematics/ng-update/v4/steps/migrate-editor.js +1 -0
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-month-context.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-number-format-settings.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-option-providers.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-proprietary.d.ts +2 -2
- package/schematics/ng-update/v4/steps/migrate-proprietary.js +1 -0
- package/schematics/ng-update/v4/steps/migrate-providers-from.d.ts +1 -1
- package/schematics/ng-update/v4/steps/migrate-root.d.ts +2 -2
- package/schematics/ng-update/v4/steps/migrate-templates.d.ts +3 -3
- package/schematics/ng-update/v4/steps/remove-duplicates.d.ts +1 -1
- package/schematics/ng-update/v4/steps/replace-functions.d.ts +1 -1
- package/schematics/ng-update/v4/steps/restore-tui-mapper.d.ts +1 -1
- package/schematics/ng-update/v4/steps/restore-tui-matcher.d.ts +1 -1
- package/schematics/ng-update/v4/steps/templates/dropdown-ref-comment.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-active-zone.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-axes.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-badge.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-blocked.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-button-appearance.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-filter-pipe.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-label.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-mobile-tabs.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-money.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-notification.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-number-precision.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-overscroll.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +2 -2
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.d.ts +3 -3
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.d.ts +3 -3
- package/schematics/ng-update/v4/steps/update-packages.d.ts +1 -1
- package/schematics/ng-update/v4/steps/update-packages.js +1 -0
- package/schematics/ng-update/v4/steps/utils/remove-attrs.d.ts +2 -2
- package/schematics/ng-update/v4/steps/utils/replace-modules-with-providers.d.ts +2 -2
- package/schematics/ng-update/v5/index.d.ts +2 -2
- package/schematics/ng-update/v5/steps/migrate-tokens/migrate-tokens.d.ts +2 -2
- package/schematics/ng-update/v5/steps/migrate-tokens/update-tsconfig.d.ts +2 -2
- package/schematics/utils/add-import-to-closest-module.d.ts +1 -1
- package/schematics/utils/angular-json-manipulations.d.ts +3 -3
- package/schematics/utils/get-component-from-identifier.d.ts +1 -1
- package/schematics/utils/get-named-import-references.d.ts +1 -1
- package/schematics/utils/get-project-target-options.d.ts +1 -1
- package/schematics/utils/get-projects.d.ts +2 -2
- package/schematics/utils/get-standalone-bootstrap-function.d.ts +1 -1
- package/schematics/utils/import-manipulations.d.ts +1 -1
- package/schematics/utils/insert-todo.d.ts +1 -1
- package/schematics/utils/push-to-array-property.d.ts +1 -1
- package/schematics/utils/remove-module.d.ts +2 -2
- package/schematics/utils/templates/elements.d.ts +1 -1
- package/schematics/utils/templates/get-component-templates.d.ts +2 -2
- package/schematics/utils/templates/inputs.d.ts +1 -1
- package/schematics/utils/templates/ng-component-input-manipulations.d.ts +3 -3
- package/schematics/utils/templates/template-resource.d.ts +2 -2
- package/services/popover.service.d.ts +4 -6
- package/services/scroll.service.d.ts +1 -1
- package/tokens/active-element.d.ts +1 -1
- package/tokens/environment.d.ts +4 -0
- package/tokens/fallback-value.d.ts +1 -2
- package/tokens/window-size.d.ts +1 -1
- package/types/matcher.d.ts +2 -2
- package/types/safe-html.d.ts +1 -1
- package/utils/di/create-options.d.ts +1 -2
- package/utils/dom/get-element-point.d.ts +1 -1
- package/utils/dom/value-binding.d.ts +1 -1
- package/utils/dom/value.d.ts +1 -1
- package/utils/focus/focused-in.d.ts +1 -1
- package/utils/math/round-with.d.ts +1 -1
- package/utils/miscellaneous/array-toggle.d.ts +1 -1
- package/utils/miscellaneous/count-filled-controls.d.ts +1 -1
- package/utils/miscellaneous/directive-binding.d.ts +1 -1
- package/utils/miscellaneous/directive-listener.d.ts +2 -2
- package/utils/miscellaneous/get-original-array-from-query-list.d.ts +1 -1
- package/utils/miscellaneous/is-control-empty.d.ts +1 -1
- package/utils/miscellaneous/mark-control-as-touched-and-validate.d.ts +1 -1
- package/utils/miscellaneous/nullable-same.d.ts +1 -1
- package/utils/miscellaneous/provide-options.d.ts +1 -1
- package/utils/miscellaneous/provide.d.ts +1 -1
- package/utils/miscellaneous/with-styles.d.ts +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type Observable } from 'rxjs';
|
2
2
|
export interface TuiTypedEventTarget<E> {
|
3
3
|
addEventListener(type: string, listener: ((evt: E) => void) | null, options?: AddEventListenerOptions | boolean): void;
|
4
4
|
removeEventListener(type: string, listener?: ((evt: E) => void) | null, options?: EventListenerOptions | boolean): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type SchedulerLike } from 'rxjs';
|
2
2
|
export declare const tuiUntrackedScheduler: SchedulerLike;
|
package/observables/watch.d.ts
CHANGED
package/observables/zone.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { NgZone } from '@angular/core';
|
2
|
-
import type
|
2
|
+
import { type MonoTypeOperatorFunction, type SchedulerLike } from 'rxjs';
|
3
3
|
export declare function tuiZonefull<T>(zone?: NgZone): MonoTypeOperatorFunction<T>;
|
4
4
|
export declare function tuiZonefree<T>(zone?: NgZone): MonoTypeOperatorFunction<T>;
|
5
5
|
export declare function tuiZoneOptimized<T>(zone?: NgZone): MonoTypeOperatorFunction<T>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@taiga-ui/cdk",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.49.0-canary.45bd8f0",
|
4
4
|
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
|
5
5
|
"keywords": [
|
6
6
|
"angular",
|
@@ -49,18 +49,18 @@
|
|
49
49
|
"esm": "./esm2022/observables/taiga-ui-cdk-observables.mjs",
|
50
50
|
"default": "./fesm2022/taiga-ui-cdk-observables.mjs"
|
51
51
|
},
|
52
|
-
"./directives": {
|
53
|
-
"types": "./directives/index.d.ts",
|
54
|
-
"esm2022": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
55
|
-
"esm": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
56
|
-
"default": "./fesm2022/taiga-ui-cdk-directives.mjs"
|
57
|
-
},
|
58
52
|
"./pipes": {
|
59
53
|
"types": "./pipes/index.d.ts",
|
60
54
|
"esm2022": "./esm2022/pipes/taiga-ui-cdk-pipes.mjs",
|
61
55
|
"esm": "./esm2022/pipes/taiga-ui-cdk-pipes.mjs",
|
62
56
|
"default": "./fesm2022/taiga-ui-cdk-pipes.mjs"
|
63
57
|
},
|
58
|
+
"./directives": {
|
59
|
+
"types": "./directives/index.d.ts",
|
60
|
+
"esm2022": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
61
|
+
"esm": "./esm2022/directives/taiga-ui-cdk-directives.mjs",
|
62
|
+
"default": "./fesm2022/taiga-ui-cdk-directives.mjs"
|
63
|
+
},
|
64
64
|
"./services": {
|
65
65
|
"types": "./services/index.d.ts",
|
66
66
|
"esm2022": "./esm2022/services/taiga-ui-cdk-services.mjs",
|
@@ -85,6 +85,60 @@
|
|
85
85
|
"esm": "./esm2022/utils/taiga-ui-cdk-utils.mjs",
|
86
86
|
"default": "./fesm2022/taiga-ui-cdk-utils.mjs"
|
87
87
|
},
|
88
|
+
"./pipes/animation": {
|
89
|
+
"types": "./pipes/animation/index.d.ts",
|
90
|
+
"esm2022": "./esm2022/pipes/animation/taiga-ui-cdk-pipes-animation.mjs",
|
91
|
+
"esm": "./esm2022/pipes/animation/taiga-ui-cdk-pipes-animation.mjs",
|
92
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-animation.mjs"
|
93
|
+
},
|
94
|
+
"./pipes/filter": {
|
95
|
+
"types": "./pipes/filter/index.d.ts",
|
96
|
+
"esm2022": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
97
|
+
"esm": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
98
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-filter.mjs"
|
99
|
+
},
|
100
|
+
"./pipes/is-present": {
|
101
|
+
"types": "./pipes/is-present/index.d.ts",
|
102
|
+
"esm2022": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
103
|
+
"esm": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
104
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-is-present.mjs"
|
105
|
+
},
|
106
|
+
"./pipes/keys": {
|
107
|
+
"types": "./pipes/keys/index.d.ts",
|
108
|
+
"esm2022": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
109
|
+
"esm": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
110
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-keys.mjs"
|
111
|
+
},
|
112
|
+
"./pipes/mapper": {
|
113
|
+
"types": "./pipes/mapper/index.d.ts",
|
114
|
+
"esm2022": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
115
|
+
"esm": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
116
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-mapper.mjs"
|
117
|
+
},
|
118
|
+
"./pipes/obfuscate": {
|
119
|
+
"types": "./pipes/obfuscate/index.d.ts",
|
120
|
+
"esm2022": "./esm2022/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.mjs",
|
121
|
+
"esm": "./esm2022/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.mjs",
|
122
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs"
|
123
|
+
},
|
124
|
+
"./pipes/repeat-times": {
|
125
|
+
"types": "./pipes/repeat-times/index.d.ts",
|
126
|
+
"esm2022": "./esm2022/pipes/repeat-times/taiga-ui-cdk-pipes-repeat-times.mjs",
|
127
|
+
"esm": "./esm2022/pipes/repeat-times/taiga-ui-cdk-pipes-repeat-times.mjs",
|
128
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs"
|
129
|
+
},
|
130
|
+
"./pipes/replace": {
|
131
|
+
"types": "./pipes/replace/index.d.ts",
|
132
|
+
"esm2022": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
133
|
+
"esm": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
134
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-replace.mjs"
|
135
|
+
},
|
136
|
+
"./pipes/to-array": {
|
137
|
+
"types": "./pipes/to-array/index.d.ts",
|
138
|
+
"esm2022": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
139
|
+
"esm": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
140
|
+
"default": "./fesm2022/taiga-ui-cdk-pipes-to-array.mjs"
|
141
|
+
},
|
88
142
|
"./directives/active-zone": {
|
89
143
|
"types": "./directives/active-zone/index.d.ts",
|
90
144
|
"esm2022": "./esm2022/directives/active-zone/taiga-ui-cdk-directives-active-zone.mjs",
|
@@ -253,60 +307,6 @@
|
|
253
307
|
"esm": "./esm2022/directives/zoom/taiga-ui-cdk-directives-zoom.mjs",
|
254
308
|
"default": "./fesm2022/taiga-ui-cdk-directives-zoom.mjs"
|
255
309
|
},
|
256
|
-
"./pipes/animation": {
|
257
|
-
"types": "./pipes/animation/index.d.ts",
|
258
|
-
"esm2022": "./esm2022/pipes/animation/taiga-ui-cdk-pipes-animation.mjs",
|
259
|
-
"esm": "./esm2022/pipes/animation/taiga-ui-cdk-pipes-animation.mjs",
|
260
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-animation.mjs"
|
261
|
-
},
|
262
|
-
"./pipes/filter": {
|
263
|
-
"types": "./pipes/filter/index.d.ts",
|
264
|
-
"esm2022": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
265
|
-
"esm": "./esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs",
|
266
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-filter.mjs"
|
267
|
-
},
|
268
|
-
"./pipes/is-present": {
|
269
|
-
"types": "./pipes/is-present/index.d.ts",
|
270
|
-
"esm2022": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
271
|
-
"esm": "./esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs",
|
272
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-is-present.mjs"
|
273
|
-
},
|
274
|
-
"./pipes/keys": {
|
275
|
-
"types": "./pipes/keys/index.d.ts",
|
276
|
-
"esm2022": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
277
|
-
"esm": "./esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs",
|
278
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-keys.mjs"
|
279
|
-
},
|
280
|
-
"./pipes/mapper": {
|
281
|
-
"types": "./pipes/mapper/index.d.ts",
|
282
|
-
"esm2022": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
283
|
-
"esm": "./esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs",
|
284
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-mapper.mjs"
|
285
|
-
},
|
286
|
-
"./pipes/obfuscate": {
|
287
|
-
"types": "./pipes/obfuscate/index.d.ts",
|
288
|
-
"esm2022": "./esm2022/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.mjs",
|
289
|
-
"esm": "./esm2022/pipes/obfuscate/taiga-ui-cdk-pipes-obfuscate.mjs",
|
290
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-obfuscate.mjs"
|
291
|
-
},
|
292
|
-
"./pipes/repeat-times": {
|
293
|
-
"types": "./pipes/repeat-times/index.d.ts",
|
294
|
-
"esm2022": "./esm2022/pipes/repeat-times/taiga-ui-cdk-pipes-repeat-times.mjs",
|
295
|
-
"esm": "./esm2022/pipes/repeat-times/taiga-ui-cdk-pipes-repeat-times.mjs",
|
296
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-repeat-times.mjs"
|
297
|
-
},
|
298
|
-
"./pipes/replace": {
|
299
|
-
"types": "./pipes/replace/index.d.ts",
|
300
|
-
"esm2022": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
301
|
-
"esm": "./esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs",
|
302
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-replace.mjs"
|
303
|
-
},
|
304
|
-
"./pipes/to-array": {
|
305
|
-
"types": "./pipes/to-array/index.d.ts",
|
306
|
-
"esm2022": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
307
|
-
"esm": "./esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs",
|
308
|
-
"default": "./fesm2022/taiga-ui-cdk-pipes-to-array.mjs"
|
309
|
-
},
|
310
310
|
"./utils/browser": {
|
311
311
|
"types": "./utils/browser/index.d.ts",
|
312
312
|
"esm2022": "./esm2022/utils/browser/taiga-ui-cdk-utils-browser.mjs",
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
2
|
+
import { type TuiDurationOptions } from '@taiga-ui/core/animations';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class TuiAnimationPipe implements PipeTransform {
|
5
5
|
private readonly speed;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
2
|
+
import { type TuiMatcher } from '@taiga-ui/cdk/types';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class TuiFilterPipe implements PipeTransform {
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
2
|
+
import { type TuiMapper } from '@taiga-ui/cdk/types';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class TuiMapperPipe implements PipeTransform {
|
5
5
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type PipeTransform } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class TuiReplacePipe implements PipeTransform {
|
4
4
|
transform(value: string | null | undefined, search: RegExp | string, replaceValue: string | ((substring: string, ...args: unknown[]) => string)): string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type PipeTransform, type QueryList } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class TuiToArrayPipe implements PipeTransform {
|
4
4
|
transform<T>(items: Map<any, any> | QueryList<T> | Set<any>): readonly T[];
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../ng-add/schema';
|
3
3
|
export default function tuiLetMigrationGenerator(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from './schema';
|
3
3
|
export declare function ngAdd(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from './schema';
|
3
3
|
export default function ngAddSetupProject(options: TuiSchema): Rule;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../schema';
|
3
3
|
export declare function addTaigaIcons(options: TuiSchema): Rule;
|
4
4
|
export declare function addTaigaAssetsToAngularJson(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../schema';
|
3
3
|
export declare function addTaigaModules(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../schema';
|
3
3
|
export declare function addTaigaStyles(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../schema';
|
3
3
|
export declare function wrapWithTuiRoot(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
2
|
+
import { type ReplacementIdentifier } from '../../interfaces/replacement-identifier';
|
3
3
|
export declare function replaceImports(replaceable: ReplacementIdentifier[], options: TuiSchema): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
2
|
+
import { type ReplacementType } from '../interfaces/replacement-type';
|
3
3
|
export declare function renameTypes(options: TuiSchema, types: readonly ReplacementType[]): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
2
2
|
export declare function replaceDeepImports(options: TuiSchema): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
2
|
+
import { type ReplacementEnum } from '../interfaces/replacement-enum';
|
3
3
|
export declare function replaceEnums(options: TuiSchema, enums: ReplacementEnum[]): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
2
|
+
import { type ReplacementIdentifierMulti } from '../interfaces/replacement-identifier';
|
3
3
|
export declare function replaceIdentifiers(options: TuiSchema, constants: readonly ReplacementIdentifierMulti[]): void;
|
4
4
|
export declare function replaceIdentifier({ from, to }: ReplacementIdentifierMulti): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
2
|
+
import { type ReplacementService } from '../interfaces/replacement-service';
|
3
3
|
export declare function replaceServices(options: TuiSchema, services: readonly ReplacementService[]): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type SchematicContext } from '@angular-devkit/schematics';
|
2
|
+
import { type MigrationWarning } from '../interfaces/migration-warning';
|
3
3
|
export declare function showWarnings(context: SchematicContext, warnings: readonly MigrationWarning[]): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Tree } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
3
|
export declare function getFileSystem(tree: Tree): DevkitFileSystem;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
4
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
|
+
import { type RemovableInput } from '../../interfaces/removable-input';
|
4
|
+
import { type TemplateResource } from '../../interfaces/template-resource';
|
5
5
|
export declare function removeInputs({ resource, recorder, fileSystem, data, }: {
|
6
6
|
fileSystem: DevkitFileSystem;
|
7
7
|
recorder: UpdateRecorder;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
4
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
|
+
import { type ReplacementAttributeValue } from '../../interfaces/replacement-attribute-value';
|
4
|
+
import { type TemplateResource } from '../../interfaces/template-resource';
|
5
5
|
export declare function replaceAttrValues({ resource, recorder, fileSystem, data, }: {
|
6
6
|
fileSystem: DevkitFileSystem;
|
7
7
|
recorder: UpdateRecorder;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
2
|
+
import { type ReplacementAttributeToDirective, type TemplateResource } from '../../interfaces';
|
3
3
|
export declare function replaceAttrsByDirective({ resource, fileSystem, data, }: {
|
4
4
|
fileSystem: DevkitFileSystem;
|
5
5
|
resource: TemplateResource;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
4
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
|
+
import { type ReplacementAttribute } from '../../interfaces/replacement-attribute';
|
4
|
+
import { type TemplateResource } from '../../interfaces/template-resource';
|
5
5
|
export declare function replaceAttrs({ resource, recorder, fileSystem, data, }: {
|
6
6
|
fileSystem: DevkitFileSystem;
|
7
7
|
recorder: UpdateRecorder;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type ElementLocation } from 'parse5/dist/common/token';
|
3
3
|
export declare function replaceTag(recorder: UpdateRecorder, sourceCodeLocation: ElementLocation | null | undefined, from: string, to: string, templateOffset?: number, addAttributes?: string[]): void;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
4
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
|
+
import { type ReplacementTag } from '../../interfaces/replacement-tag';
|
4
|
+
import { type TemplateResource } from '../../interfaces/template-resource';
|
5
5
|
export declare function replaceTags({ resource, recorder, fileSystem, data, }: {
|
6
6
|
fileSystem: DevkitFileSystem;
|
7
7
|
recorder: UpdateRecorder;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
|
+
import { type HtmlComment, type TemplateResource } from '../../interfaces';
|
4
4
|
export declare function addHTMLCommentTags({ resource, recorder, fileSystem, data, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
recorder: UpdateRecorder;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../ng-add/schema';
|
3
3
|
export declare function updateToV4(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
3
3
|
export declare function migrateAddonDoc(options: TuiSchema): Rule;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementIdentifierMulti } from '../../interfaces/replacement-identifier';
|
2
2
|
export declare const DOC_SYMBOLS_TO_REPLACE: ReplacementIdentifierMulti[];
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
3
3
|
export declare function migrateCssVars(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Rule } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
3
3
|
export declare function migrateIcons(options: TuiSchema): Rule;
|
@@ -1,3 +1,3 @@
|
|
1
1
|
/// <reference lib="es2021" />
|
2
|
-
import type
|
2
|
+
import { type SchematicContext } from '@angular-devkit/schematics';
|
3
3
|
export declare function renameProprietaryIcons({ logger }: SchematicContext, pattern?: import("ng-morph").Pattern): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementAttributeToDirective } from '../../../interfaces';
|
2
2
|
export declare const ATTRS_TO_DIRECTIVE_REPLACE: ReplacementAttributeToDirective[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementAttributeValue } from '../../../interfaces';
|
2
2
|
export declare const ATTR_WITH_VALUES_TO_REPLACE: ReplacementAttributeValue[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementAttribute } from '../../../interfaces';
|
2
2
|
export declare const ATTRS_TO_REPLACE: ReplacementAttribute[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementEnum } from '../../../interfaces/replacement-enum';
|
2
2
|
export declare const ENUMS_TO_REPLACE: ReplacementEnum[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementType } from '../../../interfaces/replacement-type';
|
2
2
|
export declare const REPLACE_FUNCTIONS: readonly ReplacementType[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type HtmlComment } from '../../../interfaces';
|
2
2
|
export declare const HTML_COMMENTS: HtmlComment[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementIdentifierMulti } from '../../../interfaces';
|
2
2
|
export declare const IDENTIFIERS_TO_REPLACE: ReplacementIdentifierMulti[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type RemovableInput } from '../../../interfaces';
|
2
2
|
export declare const INPUTS_TO_REMOVE: RemovableInput[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MigrationWarning } from '../../../interfaces';
|
2
2
|
export declare const MIGRATION_WARNINGS: MigrationWarning[];
|