@dev-tcloud/tcloud-ui 6.2.0-beta.0 → 6.3.0
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.
- package/fesm2022/dev-tcloud-tcloud-ui.mjs +171 -22
- package/fesm2022/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-container/components/tcloud-ui-container-col/tcloud-ui-container-col.component.d.ts +7 -0
- package/lib/_modules/tcloud-ui-container/components/tcloud-ui-container-content/tcloud-ui-container-content.component.d.ts +7 -0
- package/lib/_modules/tcloud-ui-container/services/container.service.d.ts +8 -0
- package/lib/_modules/tcloud-ui-container/tcloud-ui-container.component.d.ts +10 -0
- package/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component.d.ts +28 -1
- package/lib/_modules/tcloud-ui-sub-navbar/component/tcloud-ui-sub-navbar-item/tcloud-ui-sub-navbar-item.component.d.ts +13 -0
- package/lib/_modules/tcloud-ui-sub-navbar/tcloud-ui-sub-navbar.component.d.ts +12 -0
- package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-multi-level.component.d.ts +1 -1
- package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-sub-menu/tc-rev-dropdown-sub-menu.component.d.ts +1 -1
- package/lib/revitalizacao/components/tc-rev-input-container/tc-rev-input-container.component.d.ts +1 -1
- package/lib/revitalizacao/components/tc-rev-side-drawer/tc-rev-side-drawer.component.d.ts +1 -1
- package/lib/revitalizacao/components/tc-rev-tooltip/tc-rev-tooltip.directive.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +5 -0
- package/scss/tcloud/themes/_classic-standard.scss +6 -6
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TCloudUiContainerColComponent {
|
|
3
|
+
private _containerService;
|
|
4
|
+
get expanded(): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiContainerColComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiContainerColComponent, "tcloud-ui-container-col", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TCloudUiContainerContentComponent {
|
|
3
|
+
private _containerService;
|
|
4
|
+
get expanded(): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiContainerContentComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiContainerContentComponent, "tcloud-ui-container-content", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContainerService {
|
|
3
|
+
private _expanded_signal;
|
|
4
|
+
readonly expanded_signal: any;
|
|
5
|
+
set_expanded_signal(v: boolean): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContainerService>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class TCloudUiContainerComponent {
|
|
3
|
+
private _containerService;
|
|
4
|
+
private _expanded;
|
|
5
|
+
set expanded(v: boolean);
|
|
6
|
+
get expanded(): boolean;
|
|
7
|
+
to_expanded(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiContainerComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiContainerComponent, "tcloud-ui-container", never, { "expanded": { "alias": "expanded"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
|
@@ -38,6 +38,33 @@ export declare class TCloudUiModalComponent implements OnInit, OnDestroy {
|
|
|
38
38
|
* maxWidth - number - Largura máxima do modal - default 500px
|
|
39
39
|
*/
|
|
40
40
|
maxWidth: number;
|
|
41
|
+
position: 'top' | 'right' | 'left' | 'bottom';
|
|
42
|
+
get animationParams(): {
|
|
43
|
+
value: "left";
|
|
44
|
+
params: {
|
|
45
|
+
enterTransform: string;
|
|
46
|
+
leaveTransform: string;
|
|
47
|
+
};
|
|
48
|
+
} | {
|
|
49
|
+
value: "right";
|
|
50
|
+
params: {
|
|
51
|
+
enterTransform: string;
|
|
52
|
+
leaveTransform: string;
|
|
53
|
+
};
|
|
54
|
+
} | {
|
|
55
|
+
value: "bottom";
|
|
56
|
+
params: {
|
|
57
|
+
enterTransform: string;
|
|
58
|
+
leaveTransform: string;
|
|
59
|
+
};
|
|
60
|
+
} | {
|
|
61
|
+
value: "top";
|
|
62
|
+
params: {
|
|
63
|
+
enterTransform: string;
|
|
64
|
+
leaveTransform: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
sticky: boolean;
|
|
41
68
|
/**
|
|
42
69
|
* window - string - nome referente ao tamanho do modal - não utilizar maxWidth se for utilizar window - default 500 (medium)
|
|
43
70
|
*/
|
|
@@ -67,5 +94,5 @@ export declare class TCloudUiModalComponent implements OnInit, OnDestroy {
|
|
|
67
94
|
checkIsOpen(): void;
|
|
68
95
|
ngOnDestroy(): void;
|
|
69
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModalComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": { "alias": "confirm"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "title": { "alias": "title"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "window": { "alias": "window"; "required": false; }; "open": { "alias": "open"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], true, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiModalComponent, "tcloud-ui-modal", never, { "confirm": { "alias": "confirm"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "title": { "alias": "title"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "window": { "alias": "window"; "required": false; }; "open": { "alias": "open"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "openChange": "openChange"; "toConfirm": "toConfirm"; "toCancel": "toCancel"; "toAction": "toAction"; }, never, ["*"], true, never>;
|
|
71
98
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Params } from '@angular/router';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TCloudUiSubNavbarItemComponent {
|
|
4
|
+
isMenuExpanded: boolean;
|
|
5
|
+
label: import("@angular/core").InputSignal<string>;
|
|
6
|
+
onClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
|
|
7
|
+
active: import("@angular/core").InputSignal<boolean>;
|
|
8
|
+
routerLink: import("@angular/core").InputSignal<string>;
|
|
9
|
+
queryParams: import("@angular/core").InputSignal<Params>;
|
|
10
|
+
handleClick(_ev: MouseEvent): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiSubNavbarItemComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiSubNavbarItemComponent, "tcloud-ui-sub-navbar-item", never, { "isMenuExpanded": { "alias": "isMenuExpanded"; "required": false; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "queryParams": { "alias": "queryParams"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, ["[icon]"], true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TCloudUiSubNavbarItemComponent } from './component/tcloud-ui-sub-navbar-item/tcloud-ui-sub-navbar-item.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TCloudUiSubNavbarComponent {
|
|
4
|
+
subNavbarItems: TCloudUiSubNavbarItemComponent[];
|
|
5
|
+
isMenuExpanded: import("@angular/core").WritableSignal<boolean>;
|
|
6
|
+
onSubMenuExpandChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
7
|
+
ngAfterContentInit(): void;
|
|
8
|
+
handleExpandMenu(): void;
|
|
9
|
+
private setExpandedMenuValueToChildrend;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiSubNavbarComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiSubNavbarComponent, "tc-rev-sub-navbar", never, {}, { "onSubMenuExpandChange": "onSubMenuExpandChange"; }, ["subNavbarItems"], ["*"], true, never>;
|
|
12
|
+
}
|
|
@@ -18,7 +18,7 @@ export declare class TcRevDropdownMultiLevelComponent {
|
|
|
18
18
|
menuRoot: ElementRef<HTMLUListElement>;
|
|
19
19
|
readonly dropdownSize: typeof MultiLevelDropdownSize;
|
|
20
20
|
menu: import("@angular/core").InputSignal<MultiLevelDropdownOption[]>;
|
|
21
|
-
subMenuPosition: import("@angular/core").InputSignal<"
|
|
21
|
+
subMenuPosition: import("@angular/core").InputSignal<"right" | "left">;
|
|
22
22
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
23
23
|
size: import("@angular/core").InputSignal<MultiLevelDropdownSize>;
|
|
24
24
|
initialValue: import("@angular/core").InputSignal<MultiLevelDropdownOption>;
|
|
@@ -8,7 +8,7 @@ export interface MultiLevelDropdownOption {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class TcRevDropdownSubMenuComponent {
|
|
10
10
|
items: import("@angular/core").InputSignal<MultiLevelDropdownOption[]>;
|
|
11
|
-
position: import("@angular/core").InputSignal<"
|
|
11
|
+
position: import("@angular/core").InputSignal<"right" | "left">;
|
|
12
12
|
parentOffsetTop: import("@angular/core").InputSignal<number>;
|
|
13
13
|
selectedOption: import("@angular/core").InputSignal<MultiLevelDropdownOption>;
|
|
14
14
|
onOptionSelected: import("@angular/core").OutputEmitterRef<MultiLevelDropdownOption>;
|
package/lib/revitalizacao/components/tc-rev-input-container/tc-rev-input-container.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export declare class TcRevInputContainerComponent {
|
|
|
3
3
|
fullWidth: import("@angular/core").InputSignal<boolean>;
|
|
4
4
|
inputId: import("@angular/core").InputSignal<string>;
|
|
5
5
|
label: import("@angular/core").InputSignal<string>;
|
|
6
|
-
labelPosition: import("@angular/core").InputSignal<"top" | "
|
|
6
|
+
labelPosition: import("@angular/core").InputSignal<"top" | "right" | "left" | "bottom">;
|
|
7
7
|
required: import("@angular/core").InputSignal<boolean>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TcRevInputContainerComponent, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<TcRevInputContainerComponent, "tc-rev-input-container", never, { "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
@@ -6,7 +6,7 @@ export declare class TcRevSideDrawerComponent implements OnDestroy {
|
|
|
6
6
|
private el;
|
|
7
7
|
private renderer;
|
|
8
8
|
loading: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
position: import("@angular/core").InputSignal<"
|
|
9
|
+
position: import("@angular/core").InputSignal<"right" | "left">;
|
|
10
10
|
title: import("@angular/core").InputSignal<string>;
|
|
11
11
|
xAxis: import("@angular/core").Signal<"left: 0" | "right: 0">;
|
|
12
12
|
onCloseDrawer: import("@angular/core").OutputEmitterRef<void>;
|
|
@@ -5,7 +5,7 @@ export declare class TcRevTooltipDirective {
|
|
|
5
5
|
private _renderer;
|
|
6
6
|
private _vcr;
|
|
7
7
|
tcRevTooltip: import("@angular/core").InputSignal<string>;
|
|
8
|
-
position: import("@angular/core").InputSignal<"top" | "
|
|
8
|
+
position: import("@angular/core").InputSignal<"top" | "right" | "left" | "bottom">;
|
|
9
9
|
private tooltipElement;
|
|
10
10
|
constructor(_el: ElementRef, _renderer: Renderer2, _vcr: ViewContainerRef);
|
|
11
11
|
onMouseEnter(): void;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -59,6 +59,11 @@ export * from './lib/_pipes/index';
|
|
|
59
59
|
export * from './lib/_services/loading-transitions.service';
|
|
60
60
|
export * from './lib/_services/search-in-object.service';
|
|
61
61
|
export * from './lib/_services/tcloud-ui-check-access.service';
|
|
62
|
+
export * from './lib/_modules/tcloud-ui-sub-navbar/component/tcloud-ui-sub-navbar-item/tcloud-ui-sub-navbar-item.component';
|
|
63
|
+
export * from './lib/_modules/tcloud-ui-sub-navbar/tcloud-ui-sub-navbar.component';
|
|
64
|
+
export * from './lib/_modules/tcloud-ui-container/tcloud-ui-container.component';
|
|
65
|
+
export * from './lib/_modules/tcloud-ui-container/components/tcloud-ui-container-content/tcloud-ui-container-content.component';
|
|
66
|
+
export * from './lib/_modules/tcloud-ui-container/components/tcloud-ui-container-col/tcloud-ui-container-col.component';
|
|
62
67
|
export * from './lib/revitalizacao/components/tc-rev-button/tc-rev-button.directive';
|
|
63
68
|
export * from './lib/revitalizacao/components/tc-rev-calendar/tc-rev-calendar.component';
|
|
64
69
|
export * from './lib/revitalizacao/components/tc-rev-card-accordion/tc-rev-card-accordion.component';
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
|
|
60
60
|
// CORES PRIMÁRIAS LEGADO STANDARD
|
|
61
61
|
--c-neutral-50: #FFFFFF;
|
|
62
|
-
--c-neutral-100: #
|
|
62
|
+
--c-neutral-100: #F2F6F9;
|
|
63
63
|
--c-neutral-200: #EEEEEE;
|
|
64
|
-
--c-neutral-300: #
|
|
65
|
-
--c-neutral-400: #
|
|
64
|
+
--c-neutral-300: #CED4DA;
|
|
65
|
+
--c-neutral-400: #BAC0C6;
|
|
66
66
|
--c-neutral-500: #5E5E5E;
|
|
67
|
-
--c-neutral-600: #
|
|
68
|
-
--c-neutral-700: #
|
|
69
|
-
--c-neutral-800: #
|
|
67
|
+
--c-neutral-600: #363636;
|
|
68
|
+
--c-neutral-700: #000000;
|
|
69
|
+
--c-neutral-800: #000000;
|
|
70
70
|
--c-neutral-900: #000000;
|
|
71
71
|
--c-primary-300: #e3fcff;
|
|
72
72
|
--c-primary-400: #98e5ee;
|