@dev-tcloud/tcloud-ui 6.11.0 → 6.12.1

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.
@@ -5586,11 +5586,11 @@ class TCloudUiContainerContentComponent {
5586
5586
  });
5587
5587
  }
5588
5588
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerContentComponent, deps: [{ token: ContainerService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
5589
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerContentComponent, isStandalone: true, selector: "tcloud-ui-container-content", providers: [ContainerService], ngImport: i0, template: "\n<div class=\"tcloud-ui-container-content\" \n [class.content-expanded]=\"expanded\"\n [class.content-not-expanded]=\"!expanded\">\n <ng-content></ng-content>\n</div>", styles: [":host{flex-grow:1;padding-left:24px}.content-not-expanded{padding-left:76px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }); }
5589
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerContentComponent, isStandalone: true, selector: "tcloud-ui-container-content", providers: [ContainerService], ngImport: i0, template: "\n<div class=\"tcloud-ui-container-content\" \n [class.content-expanded]=\"expanded\"\n [class.content-not-expanded]=\"!expanded\">\n <ng-content></ng-content>\n</div>", styles: [":host{flex-grow:1;padding-left:24px;display:block;width:100%}.content-not-expanded{padding-left:52px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }); }
5590
5590
  }
5591
5591
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerContentComponent, decorators: [{
5592
5592
  type: Component,
5593
- args: [{ selector: 'tcloud-ui-container-content', imports: [], providers: [ContainerService], template: "\n<div class=\"tcloud-ui-container-content\" \n [class.content-expanded]=\"expanded\"\n [class.content-not-expanded]=\"!expanded\">\n <ng-content></ng-content>\n</div>", styles: [":host{flex-grow:1;padding-left:24px}.content-not-expanded{padding-left:76px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }]
5593
+ args: [{ selector: 'tcloud-ui-container-content', imports: [], providers: [ContainerService], template: "\n<div class=\"tcloud-ui-container-content\" \n [class.content-expanded]=\"expanded\"\n [class.content-not-expanded]=\"!expanded\">\n <ng-content></ng-content>\n</div>", styles: [":host{flex-grow:1;padding-left:24px;display:block;width:100%}.content-not-expanded{padding-left:52px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }]
5594
5594
  }], ctorParameters: () => [{ type: ContainerService, decorators: [{
5595
5595
  type: Optional
5596
5596
  }, {