output-names.js 1.0 KB

123456789101112131415161718192021222324252627
  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.outputNames = void 0;
  8. const schematics_1 = require("@angular/cdk/schematics");
  9. exports.outputNames = {
  10. [schematics_1.TargetVersion.V19]: [{
  11. pr: 'https://github.com/NG-ZORRO/ng-zorro-antd/pull/8934',
  12. changes: [{
  13. replace: 'nzCheckBoxChange',
  14. replaceWith: 'nzCheckboxChange',
  15. limitedTo: {
  16. elements: ['nz-tree', 'nz-tree-node']
  17. }
  18. }, {
  19. replace: 'nzTreeCheckBoxChange',
  20. replaceWith: 'nzTreeCheckboxChange',
  21. limitedTo: {
  22. elements: ['nz-tree-select']
  23. }
  24. }]
  25. }]
  26. };
  27. //# sourceMappingURL=output-names.js.map