@coreui/angular-pro 5.6.10 → 5.6.11

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.
@@ -1392,13 +1392,13 @@ class ElementCoverComponent {
1392
1392
  };
1393
1393
  }, ...(ngDevMode ? [{ debugName: "hostStyles" }] : []));
1394
1394
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: ElementCoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1395
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.2", type: ElementCoverComponent, isStandalone: true, selector: "c-element-cover, [cElementCover]", inputs: { boundaries: { classPropertyName: "boundaries", publicName: "boundaries", isSignal: true, isRequired: false, transformFunction: null }, opacity: { classPropertyName: "opacity", publicName: "opacity", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style": "hostStyles()" } }, ngImport: i0, template: "<div [style]=\"{position: 'absolute', 'top.%': '50', 'left.%': '50', transform: 'translateX(-50%) translateY(-50%)'}\">\n <ng-content>\n <c-spinner color=\"primary\" variant=\"grow\" />\n </ng-content>\n</div>\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: SpinnerComponent, selector: "c-spinner", inputs: ["color", "label", "size", "variant", "role"] }] });
1395
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.1.2", type: ElementCoverComponent, isStandalone: true, selector: "c-element-cover, [cElementCover]", inputs: { boundaries: { classPropertyName: "boundaries", publicName: "boundaries", isSignal: true, isRequired: false, transformFunction: null }, opacity: { classPropertyName: "opacity", publicName: "opacity", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style": "hostStyles()" } }, ngImport: i0, template: "<div [style]=\"{position: 'absolute', 'top': '50%', 'left': '50%', transform: 'translateX(-50%) translateY(-50%)'}\">\n <ng-content>\n <c-spinner color=\"primary\" variant=\"grow\" />\n </ng-content>\n</div>\n", styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: SpinnerComponent, selector: "c-spinner", inputs: ["color", "label", "size", "variant", "role"] }] });
1396
1396
  }
1397
1397
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.2", ngImport: i0, type: ElementCoverComponent, decorators: [{
1398
1398
  type: Component,
1399
1399
  args: [{ selector: 'c-element-cover, [cElementCover]', imports: [SpinnerComponent], host: {
1400
1400
  '[style]': 'hostStyles()'
1401
- }, template: "<div [style]=\"{position: 'absolute', 'top.%': '50', 'left.%': '50', transform: 'translateX(-50%) translateY(-50%)'}\">\n <ng-content>\n <c-spinner color=\"primary\" variant=\"grow\" />\n </ng-content>\n</div>\n", styles: [":host{display:block}\n"] }]
1401
+ }, template: "<div [style]=\"{position: 'absolute', 'top': '50%', 'left': '50%', transform: 'translateX(-50%) translateY(-50%)'}\">\n <ng-content>\n <c-spinner color=\"primary\" variant=\"grow\" />\n </ng-content>\n</div>\n", styles: [":host{display:block}\n"] }]
1402
1402
  }], ctorParameters: () => [], propDecorators: { boundaries: [{ type: i0.Input, args: [{ isSignal: true, alias: "boundaries", required: false }] }], opacity: [{ type: i0.Input, args: [{ isSignal: true, alias: "opacity", required: false }] }] } });
1403
1403
 
1404
1404
  class ElementCoverModule {