@taiga-ui/cdk 4.48.0-canary.0b5890f → 4.48.0-canary.3cb228f
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 +1 -1
- 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,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
2
2
|
export declare function removeDuplicates(options: TuiSchema): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ReplacementType } from '../../interfaces/replacement-type';
|
2
2
|
export declare function replaceFunctions(functions: readonly ReplacementType[]): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
2
2
|
export declare function restoreTuiMapper(options: TuiSchema): void;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../../ng-add/schema';
|
2
2
|
export declare function restoreTuiMatcher(options: TuiSchema): void;
|
@@ -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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function dropdownRefComment({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateActiveZoneParent({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateAvatar({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateAxes({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateBadge({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateBadgedContent({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateBlocked({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateButtonAppearance({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateExpandable({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateFilterPipe({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateFocusable({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateLabel({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateLabeled({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateMobileTabs({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateMoney({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateNotification({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateNumberPrecision({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateOverscroll({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migratePreventDefault({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateProgressSegmented({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../interfaces';
|
4
4
|
export declare function migrateThumbnailCard({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
recorder: UpdateRecorder;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type Attribute, type ElementLocation } from 'parse5/dist/common/token';
|
3
3
|
export declare function replaceOpenTag(sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number, { tag, directive, type }: {
|
4
4
|
tag: string;
|
5
5
|
directive: string;
|
@@ -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 TemplateResource } from '../../../../interfaces';
|
4
4
|
export declare function migrateCheckbox({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../../interfaces';
|
4
4
|
export declare function migrateRadio({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
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 TemplateResource } from '../../../../interfaces';
|
4
4
|
export declare function migrateToggle({ resource, recorder, fileSystem, }: {
|
5
5
|
fileSystem: DevkitFileSystem;
|
6
6
|
recorder: UpdateRecorder;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/// <reference lib="es2021" />
|
2
|
-
import type
|
2
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
3
3
|
export declare const TUI_POLYMORPHEUS_VERSION = "^4.7.3";
|
4
4
|
export declare const TUI_DOMPURIFY_VERSION = "^4.1.7";
|
5
5
|
export declare const TUI_EVENT_PLUGINS_VERSION = "^4.2.3";
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.updatePackages = exports.TUI_EVENT_PLUGINS_VERSION = exports.TUI_DOMPURIFY_VERSION = exports.TUI_POLYMORPHEUS_VERSION = void 0;
|
4
|
+
/// <reference lib="es2021" />
|
4
5
|
const ng_morph_1 = require("ng-morph");
|
5
6
|
const version_1 = require("../../../../constants/version");
|
6
7
|
const constants_1 = require("../../../constants");
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type UpdateRecorder } from '@angular-devkit/schematics';
|
2
|
+
import { type Attribute, type ElementLocation } from 'parse5/dist/common/token';
|
3
3
|
export declare function removeAttrs(attrs: Attribute[], sourceCodeLocation: ElementLocation, recorder: UpdateRecorder, templateOffset: number): void;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../../../../ng-add/schema';
|
2
|
+
import { type ModuleToReplace } from '../constants/modules-to-replace';
|
3
3
|
export declare const replaceModulesWithProviders: (options: TuiSchema, list: ModuleToReplace[]) => void;
|
@@ -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 updateToV5(options: TuiSchema): Rule;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Tree } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../../../ng-add/schema';
|
3
3
|
/**
|
4
4
|
* Migrates Taiga UI token functions to Angular's InjectionToken
|
5
5
|
*
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type Tree } from '@angular-devkit/schematics';
|
2
|
+
import { type TuiSchema } from '../../../../ng-add/schema';
|
3
3
|
/**
|
4
4
|
* Updates tsconfig.json to include necessary type definitions
|
5
5
|
* - Adds `@taiga-ui/tsconfig` to typeRoots
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiSchema } from '../ng-add/schema';
|
2
2
|
export declare function addImportToClosestModule(componentPath: string, moduleName: string, moduleSpecifier: string): void;
|
3
3
|
export declare function saveAddedImports(options: TuiSchema): void;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import { type JsonArray } from '@angular-devkit/core';
|
2
|
+
import { type Rule, type SchematicContext, type Tree } from '@angular-devkit/schematics';
|
3
|
+
import { type TuiSchema } from '../ng-add/schema';
|
4
4
|
export declare function isInvalidAngularJson(tree: Tree): Promise<boolean>;
|
5
5
|
export declare function addStylesToAngularJson(options: TuiSchema, context: SchematicContext, taigaStyles: string[], filter?: (styles: JsonArray | undefined) => boolean, stylesToReplace?: {
|
6
6
|
from: string;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type ClassDeclaration, type Node } from 'ng-morph';
|
2
2
|
export declare function getComponentFromIdentifier(identifier: Node): ClassDeclaration | undefined;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type Node } from 'ng-morph';
|
2
2
|
export declare function getNamedImportReferences(namedImport: string, moduleSpecifier?: string[] | string, files?: import("ng-morph").Pattern): Node[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type JsonArray, type JsonObject, type workspaces } from '@angular-devkit/core';
|
2
2
|
export declare function getProjectTargetOptions(project: workspaces.ProjectDefinition, buildTarget: string): Record<string, JsonArray | JsonObject | boolean | number | string | null | undefined>;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type workspaces } from '@angular-devkit/core';
|
2
|
+
import { type TuiSchema } from '../ng-add/schema';
|
3
3
|
export declare function getProjects(options: Pick<TuiSchema, 'project'>, workspace: workspaces.WorkspaceDefinition): workspaces.ProjectDefinition[];
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type CallExpression } from 'ng-morph';
|
2
2
|
export declare function getStandaloneBootstrapFunction(path: string): CallExpression | null;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type ObjectLiteralExpression } from 'ng-morph';
|
2
2
|
export declare function pushToObjectArrayProperty(objectExpression: ObjectLiteralExpression, propertyName: string, initializer: string, { unique, forceToArray, index, }?: {
|
3
3
|
forceToArray?: boolean;
|
4
4
|
index?: number | null;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiSchema } from '../ng-add/schema';
|
2
|
+
import { type RemovedModule } from '../ng-update/interfaces/removed-module';
|
3
3
|
export declare function removeModules(options: TuiSchema, modules: readonly RemovedModule[]): void;
|
4
4
|
export declare function removeModule(name: string, moduleSpecifier: string): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type ChildNode, type Element } from 'parse5/dist/tree-adapters/default';
|
2
2
|
export declare function findElementsByFn(nodes: ChildNode[], predicateFn: (el: Element) => boolean): Element[];
|
3
3
|
export declare function findElementsInTemplateByFn(html: string, predicateFn: (el: Element) => boolean): Element[];
|
4
4
|
export declare function findElementsByTagName(html: string, tagName: string, filterFn?: (element: Element) => boolean): Element[];
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type ClassDeclaration, type Pattern, type Query, type StructureType } from 'ng-morph';
|
2
|
+
import { type TemplateResource } from '../../ng-update/interfaces/template-resource';
|
3
3
|
export declare function getComponentTemplates(pattern: Pattern, query?: Query<Omit<StructureType<ClassDeclaration>, 'kind'>>): TemplateResource[];
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
1
|
+
import { type Attribute } from 'parse5/dist/common/token';
|
2
2
|
export declare function findAttr(attrs: Attribute[], name: string): Attribute | undefined;
|
3
3
|
export declare function isBinding(attr: Attribute): boolean;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
2
|
+
import { type Element } from 'parse5/dist/tree-adapters/default';
|
3
|
+
import { type TemplateResource } from '../../ng-update/interfaces/template-resource';
|
4
4
|
/**
|
5
5
|
* Replace component input property by new value
|
6
6
|
* ___
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type DevkitFileSystem } from 'ng-morph';
|
2
|
+
import { type TemplateResource } from '../../ng-update/interfaces/template-resource';
|
3
3
|
export declare function getTemplateFromTemplateResource(templateRes: TemplateResource, fileSystem: DevkitFileSystem): string;
|
4
4
|
export declare function getPathFromTemplateResource(templateRes: TemplateResource): string;
|
5
5
|
export declare function getTemplateOffset(templateRes: TemplateResource): number;
|
@@ -1,9 +1,7 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
3
|
-
import type
|
4
|
-
import {
|
5
|
-
import type { BehaviorSubject, Observer } from 'rxjs';
|
6
|
-
import { Observable } from 'rxjs';
|
1
|
+
import { type Provider, type ProviderToken, type Type } from '@angular/core';
|
2
|
+
import { type TuiContext } from '@taiga-ui/cdk/types';
|
3
|
+
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus';
|
4
|
+
import { type BehaviorSubject, Observable, type Observer } from 'rxjs';
|
7
5
|
import * as i0 from "@angular/core";
|
8
6
|
export interface TuiPopoverContext<O> extends TuiContext<Observer<O>> {
|
9
7
|
readonly component: PolymorpheusComponent<any>;
|
package/tokens/environment.d.ts
CHANGED
@@ -6,12 +6,16 @@ export declare const TUI_IS_WEBKIT: InjectionToken<boolean>;
|
|
6
6
|
export declare const TUI_PLATFORM: InjectionToken<"android" | "ios" | "web">;
|
7
7
|
export declare const TUI_IS_TOUCH: InjectionToken<import("@angular/core").Signal<boolean>>;
|
8
8
|
/**
|
9
|
+
* @deprecated: use only {@link TUI_IS_E2E}
|
9
10
|
* Detect if app is running under Cypress
|
10
11
|
* {@link https://docs.cypress.io/faq/questions/using-cypress-faq#Is-there-any-way-to-detect-if-my-app-is-running-under-Cypress Cypress docs}
|
12
|
+
* TODO: remove in v5
|
11
13
|
*/
|
12
14
|
export declare const TUI_IS_CYPRESS: InjectionToken<boolean>;
|
13
15
|
/**
|
16
|
+
* @deprecated: use only {@link TUI_IS_E2E}
|
14
17
|
* Manually provide `true` when running tests in Playwright
|
18
|
+
* TODO: remove in v5
|
15
19
|
*/
|
16
20
|
export declare const TUI_IS_PLAYWRIGHT: InjectionToken<boolean>;
|
17
21
|
/**
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import type
|
2
|
-
import { InjectionToken } from '@angular/core';
|
1
|
+
import { InjectionToken, type ValueProvider } from '@angular/core';
|
3
2
|
export declare const TUI_FALLBACK_VALUE: InjectionToken<any>;
|
4
3
|
export declare function tuiFallbackValueProvider<T>(useValue: T): ValueProvider;
|
package/tokens/window-size.d.ts
CHANGED
package/types/matcher.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type
|
2
|
-
import type
|
1
|
+
import { type TuiStringHandler } from './handler';
|
2
|
+
import { type TuiMapper } from './mapper';
|
3
3
|
/**
|
4
4
|
* A matcher function to test items against with extra arguments.
|
5
5
|
*/
|
package/types/safe-html.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type SafeHtml } from '@angular/platform-browser';
|
2
2
|
export type TuiSafeHtml = SafeHtml | string;
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import type
|
2
|
-
import { InjectionToken } from '@angular/core';
|
1
|
+
import { type FactoryProvider, InjectionToken, type ProviderToken } from '@angular/core';
|
3
2
|
export declare function tuiCreateOptions<T>(defaults: T): [
|
4
3
|
token: InjectionToken<T>,
|
5
4
|
provider: (item: Partial<T> | ProviderToken<Partial<T>>) => FactoryProvider
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type TuiPoint } from '@taiga-ui/core/types';
|
2
2
|
export declare function tuiGetElementPoint(x: number, y: number, element: HTMLElement): TuiPoint;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import type
|
1
|
+
import { type Signal, type WritableSignal } from '@angular/core';
|
2
2
|
export declare function tuiValueBinding(value?: WritableSignal<string>): WritableSignal<string>;
|
3
3
|
export declare function tuiValueBinding(value?: Signal<string>): Signal<string>;
|
package/utils/dom/value.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type ElementRef, type Signal, type WritableSignal } from '@angular/core';
|
2
2
|
type WithValue = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement;
|
3
3
|
export declare function tuiValue(input: ElementRef<WithValue> | Signal<ElementRef<WithValue> | undefined> | Signal<WithValue | undefined> | WithValue, injector?: import("@angular/core").Injector): WritableSignal<string>;
|
4
4
|
export {};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type Signal } from '@angular/core';
|
2
2
|
export declare function tuiFocusedIn(node: Node): Signal<boolean>;
|