class-names.js 839 B

1234567891011121314151617181920212223
  1. "use strict";
  2. /**
  3. * @license
  4. * Copyright Google LLC All Rights Reserved.
  5. *
  6. * Use of this source code is governed by an MIT-style license that can be
  7. * found in the LICENSE file at https://angular.io/license
  8. */
  9. Object.defineProperty(exports, "__esModule", { value: true });
  10. const schematics_1 = require("@angular/cdk/schematics");
  11. exports.classNames = {
  12. [schematics_1.TargetVersion.V6]: [
  13. {
  14. pr: 'https://github.com/angular/components/pull/10291',
  15. changes: [
  16. { replace: 'FloatPlaceholderType', replaceWith: 'FloatLabelType' },
  17. { replace: 'MAT_PLACEHOLDER_GLOBAL_OPTIONS', replaceWith: 'MAT_LABEL_GLOBAL_OPTIONS' },
  18. { replace: 'PlaceholderOptions', replaceWith: 'LabelOptions' }
  19. ]
  20. },
  21. ]
  22. };
  23. //# sourceMappingURL=class-names.js.map