@dev-tcloud/tcloud-ui 6.10.0 → 6.10.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.
|
@@ -5396,11 +5396,11 @@ class TCloudUiContainerContentComponent {
|
|
|
5396
5396
|
return this._containerService.expanded_signal();
|
|
5397
5397
|
}
|
|
5398
5398
|
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 }); }
|
|
5399
|
-
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: [".tcloud-ui-container-content{flex-grow:1;padding-left:24px
|
|
5399
|
+
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: [".tcloud-ui-container-content{flex-grow:1;padding-left:24px}.content-not-expanded{padding-left:76px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }); }
|
|
5400
5400
|
}
|
|
5401
5401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiContainerContentComponent, decorators: [{
|
|
5402
5402
|
type: Component,
|
|
5403
|
-
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: [".tcloud-ui-container-content{flex-grow:1;padding-left:24px
|
|
5403
|
+
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: [".tcloud-ui-container-content{flex-grow:1;padding-left:24px}.content-not-expanded{padding-left:76px}\n", ".tcloud-ui-container{display:flex;width:100%}\n"] }]
|
|
5404
5404
|
}], ctorParameters: () => [{ type: ContainerService, decorators: [{
|
|
5405
5405
|
type: Optional
|
|
5406
5406
|
}, {
|
|
@@ -7697,14 +7697,14 @@ class TCloudUiSubNavbarComponent {
|
|
|
7697
7697
|
this.onSubMenuExpandChange.emit(this.isMenuExpanded());
|
|
7698
7698
|
}
|
|
7699
7699
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiSubNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7700
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiSubNavbarComponent, isStandalone: true, selector: "tcloud-ui-sub-navbar", outputs: { onSubMenuExpandChange: "onSubMenuExpandChange" }, queries: [{ propertyName: "subNavbarItems", predicate: TCloudUiSubNavbarItemComponent }], ngImport: i0, template: "<nav class=\"
|
|
7700
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: TCloudUiSubNavbarComponent, isStandalone: true, selector: "tcloud-ui-sub-navbar", outputs: { onSubMenuExpandChange: "onSubMenuExpandChange" }, queries: [{ propertyName: "subNavbarItems", predicate: TCloudUiSubNavbarItemComponent }], ngImport: i0, template: "<nav class=\"tcloud-ui-sub-navbar\">\n <ul\n class=\"tcloud-ui-sub-navbar-list\"\n [class.tcloud-ui-submenu-expanded]=\"isMenuExpanded()\"\n >\n <tcloud-ui-sub-navbar-item\n [isMenuExpanded]=\"isMenuExpanded()\"\n (click)=\"handleExpandMenu()\"\n label=\"Minimizar\"\n >\n <i\n class=\"fa-light\"\n [class.fa-arrow-left-to-line]=\"isMenuExpanded()\"\n [class.fa-arrow-right-to-line]=\"!isMenuExpanded()\"\n icon\n ></i>\n </tcloud-ui-sub-navbar-item>\n <ng-content></ng-content>\n </ul>\n</nav>\n", styles: [".tcloud-ui-sub-navbar{display:block;max-height:calc(100vh - 10.875rem);overflow-y:auto;min-height:300px;margin:var(--size-0);padding:var(--size-0)}.tcloud-ui-sub-navbar-list{background-color:var(--c-neutral-50);color:var(--c-neutral-700);box-shadow:var(--shadow-xs);border-radius:var(--bor-radius-8);display:flex;flex-direction:column;gap:var(--size-8);height:100%;list-style:none;margin:var(--size-0);overflow:hidden auto;padding:var(--size-8);width:var(--size-52)}.tcloud-ui-sub-navbar-list::-webkit-scrollbar{display:none}.tcloud-ui-sub-navbar-list.tcloud-ui-submenu-expanded{width:14.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: TCloudUiSubNavbarItemComponent, selector: "tcloud-ui-sub-navbar-item", inputs: ["isMenuExpanded", "label", "active", "routerLink", "queryParams"], outputs: ["onClick"] }] }); }
|
|
7701
7701
|
}
|
|
7702
7702
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: TCloudUiSubNavbarComponent, decorators: [{
|
|
7703
7703
|
type: Component,
|
|
7704
7704
|
args: [{ selector: 'tcloud-ui-sub-navbar', imports: [
|
|
7705
7705
|
CommonModule,
|
|
7706
7706
|
TCloudUiSubNavbarItemComponent,
|
|
7707
|
-
], template: "<nav class=\"
|
|
7707
|
+
], template: "<nav class=\"tcloud-ui-sub-navbar\">\n <ul\n class=\"tcloud-ui-sub-navbar-list\"\n [class.tcloud-ui-submenu-expanded]=\"isMenuExpanded()\"\n >\n <tcloud-ui-sub-navbar-item\n [isMenuExpanded]=\"isMenuExpanded()\"\n (click)=\"handleExpandMenu()\"\n label=\"Minimizar\"\n >\n <i\n class=\"fa-light\"\n [class.fa-arrow-left-to-line]=\"isMenuExpanded()\"\n [class.fa-arrow-right-to-line]=\"!isMenuExpanded()\"\n icon\n ></i>\n </tcloud-ui-sub-navbar-item>\n <ng-content></ng-content>\n </ul>\n</nav>\n", styles: [".tcloud-ui-sub-navbar{display:block;max-height:calc(100vh - 10.875rem);overflow-y:auto;min-height:300px;margin:var(--size-0);padding:var(--size-0)}.tcloud-ui-sub-navbar-list{background-color:var(--c-neutral-50);color:var(--c-neutral-700);box-shadow:var(--shadow-xs);border-radius:var(--bor-radius-8);display:flex;flex-direction:column;gap:var(--size-8);height:100%;list-style:none;margin:var(--size-0);overflow:hidden auto;padding:var(--size-8);width:var(--size-52)}.tcloud-ui-sub-navbar-list::-webkit-scrollbar{display:none}.tcloud-ui-sub-navbar-list.tcloud-ui-submenu-expanded{width:14.5rem}\n"] }]
|
|
7708
7708
|
}], propDecorators: { subNavbarItems: [{
|
|
7709
7709
|
type: ContentChildren,
|
|
7710
7710
|
args: [TCloudUiSubNavbarItemComponent]
|