class-names.js 826 B

123456789101112131415161718192021
  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.classNames = void 0;
  8. const schematics_1 = require("@angular/cdk/schematics");
  9. exports.classNames = {
  10. [schematics_1.TargetVersion.V19]: [{
  11. pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/8901',
  12. changes: [{
  13. replace: 'NzInputNumberModule',
  14. replaceWith: 'NzInputNumberLegacyModule',
  15. }, {
  16. replace: 'NzInputNumberComponent',
  17. replaceWith: 'NzInputNumberLegacyComponent',
  18. }]
  19. }]
  20. };
  21. //# sourceMappingURL=class-names.js.map