@angular/upgrade 14.0.0-next.6 → 14.0.0-next.9

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-next.6
2
+ * @license Angular v14.0.0-next.9
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19,7 +19,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
19
19
  /**
20
20
  * @publicApi
21
21
  */
22
- const VERSION = new Version('14.0.0-next.6');
22
+ const VERSION = new Version('14.0.0-next.9');
23
23
 
24
24
  /**
25
25
  * @license
@@ -150,7 +150,7 @@ class PropertyBinding {
150
150
  this.bracketAttr = `[${this.attr}]`;
151
151
  this.parenAttr = `(${this.attr})`;
152
152
  this.bracketParenAttr = `[(${this.attr})]`;
153
- const capitalAttr = this.attr.charAt(0).toUpperCase() + this.attr.substr(1);
153
+ const capitalAttr = this.attr.charAt(0).toUpperCase() + this.attr.slice(1);
154
154
  this.onAttr = `on${capitalAttr}`;
155
155
  this.bindAttr = `bind${capitalAttr}`;
156
156
  this.bindonAttr = `bindon${capitalAttr}`;
@@ -1360,9 +1360,9 @@ class UpgradeNg1ComponentAdapter {
1360
1360
  this.destinationObj[this.propertyMap[name]] = value;
1361
1361
  }
1362
1362
  }
1363
- UpgradeNg1ComponentAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: UpgradeNg1ComponentAdapter, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
1364
- UpgradeNg1ComponentAdapter.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.6", type: UpgradeNg1ComponentAdapter, usesOnChanges: true, ngImport: i0 });
1365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.6", ngImport: i0, type: UpgradeNg1ComponentAdapter, decorators: [{
1363
+ UpgradeNg1ComponentAdapter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: UpgradeNg1ComponentAdapter, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
1364
+ UpgradeNg1ComponentAdapter.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "14.0.0-next.9", type: UpgradeNg1ComponentAdapter, usesOnChanges: true, ngImport: i0 });
1365
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0-next.9", ngImport: i0, type: UpgradeNg1ComponentAdapter, decorators: [{
1366
1366
  type: Directive
1367
1367
  }], ctorParameters: function () { return [{ type: UpgradeHelper }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }, { type: undefined }]; } });
1368
1368