@dev-tcloud/tcloud-ui 6.12.0 → 6.12.2
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.
|
@@ -5535,11 +5535,11 @@ class TCloudUiContainerComponent {
|
|
|
5535
5535
|
this._containerService.set_expanded_signal(this._expanded);
|
|
5536
5536
|
}
|
|
5537
5537
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5538
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerComponent, isStandalone: true, selector: "tcloud-ui-container", inputs: { expanded: "expanded" }, providers: [ContainerService], ngImport: i0, template: "<div class=\"tcloud-ui-container f-family\" [class.container-expanded]=\"expanded\">\n <ng-content></ng-content> \n</div>", styles: [".tcloud-ui-container{display:flex;
|
|
5538
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerComponent, isStandalone: true, selector: "tcloud-ui-container", inputs: { expanded: "expanded" }, providers: [ContainerService], ngImport: i0, template: "<div class=\"tcloud-ui-container f-family\" [class.container-expanded]=\"expanded\">\n <ng-content></ng-content> \n</div>", styles: [":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\n"] }); }
|
|
5539
5539
|
}
|
|
5540
5540
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerComponent, decorators: [{
|
|
5541
5541
|
type: Component,
|
|
5542
|
-
args: [{ selector: 'tcloud-ui-container', imports: [], providers: [ContainerService], template: "<div class=\"tcloud-ui-container f-family\" [class.container-expanded]=\"expanded\">\n <ng-content></ng-content> \n</div>", styles: [".tcloud-ui-container{display:flex;
|
|
5542
|
+
args: [{ selector: 'tcloud-ui-container', imports: [], providers: [ContainerService], template: "<div class=\"tcloud-ui-container f-family\" [class.container-expanded]=\"expanded\">\n <ng-content></ng-content> \n</div>", styles: [":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\n"] }]
|
|
5543
5543
|
}], propDecorators: { expanded: [{
|
|
5544
5544
|
type: Input
|
|
5545
5545
|
}] } });
|
|
@@ -5564,11 +5564,11 @@ class TCloudUiContainerColComponent {
|
|
|
5564
5564
|
this._containerService.set_expanded_signal(!this.expanded);
|
|
5565
5565
|
}
|
|
5566
5566
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerColComponent, deps: [{ token: ContainerService, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5567
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerColComponent, isStandalone: true, selector: "tcloud-ui-container-col", inputs: { fixed: "fixed" }, providers: [ContainerService], ngImport: i0, template: "\n<div class=\"tcloud-ui-container-col\" [class.col-expanded]=\"expanded\" >\n <div [class.col-fixed]=\"fixed\">\n <!-- <button (click)=\"toggle()\">\n Toggle Submenu\n </button> -->\n\n <ng-content></ng-content>\n </div> \n</div>", styles: [".tcloud-ui-container-col{
|
|
5567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiContainerColComponent, isStandalone: true, selector: "tcloud-ui-container-col", inputs: { fixed: "fixed" }, providers: [ContainerService], ngImport: i0, template: "\n<div class=\"tcloud-ui-container-col\" [class.col-expanded]=\"expanded\" >\n <div [class.col-fixed]=\"fixed\">\n <!-- <button (click)=\"toggle()\">\n Toggle Submenu\n </button> -->\n\n <ng-content></ng-content>\n </div> \n</div>", styles: [".tcloud-ui-container-col{height:calc(100vh - 10.875rem);display:flex;position:fixed}.col-expanded{width:14.5rem}.col-fixed{position:fixed}\n", ":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\n"] }); }
|
|
5568
5568
|
}
|
|
5569
5569
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerColComponent, decorators: [{
|
|
5570
5570
|
type: Component,
|
|
5571
|
-
args: [{ selector: 'tcloud-ui-container-col', imports: [], providers: [ContainerService], template: "\n<div class=\"tcloud-ui-container-col\" [class.col-expanded]=\"expanded\" >\n <div [class.col-fixed]=\"fixed\">\n <!-- <button (click)=\"toggle()\">\n Toggle Submenu\n </button> -->\n\n <ng-content></ng-content>\n </div> \n</div>", styles: [".tcloud-ui-container-col{
|
|
5571
|
+
args: [{ selector: 'tcloud-ui-container-col', imports: [], providers: [ContainerService], template: "\n<div class=\"tcloud-ui-container-col\" [class.col-expanded]=\"expanded\" >\n <div [class.col-fixed]=\"fixed\">\n <!-- <button (click)=\"toggle()\">\n Toggle Submenu\n </button> -->\n\n <ng-content></ng-content>\n </div> \n</div>", styles: [".tcloud-ui-container-col{height:calc(100vh - 10.875rem);display:flex;position:fixed}.col-expanded{width:14.5rem}.col-fixed{position:fixed}\n", ":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\n"] }]
|
|
5572
5572
|
}], ctorParameters: () => [{ type: ContainerService, decorators: [{
|
|
5573
5573
|
type: Optional
|
|
5574
5574
|
}, {
|
|
@@ -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{
|
|
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{display:block;width:100%;max-width:100%;overflow-x:hidden}.tcloud-ui-container-content{flex:1;padding-left:52px}.content-expanded{padding-left:232px}.content-not-expanded{padding-left:52px}\n", ":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\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{
|
|
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{display:block;width:100%;max-width:100%;overflow-x:hidden}.tcloud-ui-container-content{flex:1;padding-left:52px}.content-expanded{padding-left:232px}.content-not-expanded{padding-left:52px}\n", ":host{display:block}.tcloud-ui-container{display:flex;gap:24px}\n"] }]
|
|
5594
5594
|
}], ctorParameters: () => [{ type: ContainerService, decorators: [{
|
|
5595
5595
|
type: Optional
|
|
5596
5596
|
}, {
|