@tet/tet-components-angular 1.3.142-staging → 1.3.143-staging

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.
@@ -574,11 +574,11 @@ let TetCloudApplicationFormDialog = class TetCloudApplicationFormDialog {
574
574
  proxyOutputs(this, this.el, ['submitted', 'closeDialog', 'openDialog']);
575
575
  }
576
576
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCloudApplicationFormDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
577
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCloudApplicationFormDialog, selector: "tet-cloud-application-form-dialog", inputs: { language: "language", loading: "loading", privacyPolicyLinkUrl: "privacyPolicyLinkUrl", showOverlay: "showOverlay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
577
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCloudApplicationFormDialog, selector: "tet-cloud-application-form-dialog", inputs: { language: "language", loading: "loading", privacyPolicyLinkUrl: "privacyPolicyLinkUrl", showOverlay: "showOverlay", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
578
578
  };
579
579
  TetCloudApplicationFormDialog = __decorate([
580
580
  ProxyCmp({
581
- inputs: ['language', 'loading', 'privacyPolicyLinkUrl', 'showOverlay'],
581
+ inputs: ['language', 'loading', 'privacyPolicyLinkUrl', 'showOverlay', 'theme'],
582
582
  methods: ['open', 'close']
583
583
  })
584
584
  ], TetCloudApplicationFormDialog);
@@ -589,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
589
589
  changeDetection: ChangeDetectionStrategy.OnPush,
590
590
  template: '<ng-content></ng-content>',
591
591
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
592
- inputs: ['language', 'loading', 'privacyPolicyLinkUrl', 'showOverlay'],
592
+ inputs: ['language', 'loading', 'privacyPolicyLinkUrl', 'showOverlay', 'theme'],
593
593
  }]
594
594
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
595
595
  let TetCloudConfigurator = class TetCloudConfigurator {