import-specifiers.js 763 B

12345678910111213141516171819
  1. "use strict";
  2. /**
  3. * Use of this source code is governed by an MIT-style license that can be
  4. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  5. */
  6. Object.defineProperty(exports, "__esModule", { value: true });
  7. exports.importSpecifiers = void 0;
  8. const schematics_1 = require("@angular/cdk/schematics");
  9. const resolve = (module) => `ng-zorro-antd/${module}`;
  10. exports.importSpecifiers = {
  11. [schematics_1.TargetVersion.V19]: [{
  12. pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/8901',
  13. changes: [{
  14. replace: resolve('input-number'),
  15. replaceWith: resolve('input-number-legacy'),
  16. }]
  17. }]
  18. };
  19. //# sourceMappingURL=import-specifiers.js.map