@litigiovirtual/ius-design-components 1.0.291 → 1.0.292
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/esm2022/lib/add-user-container/add-user-container.component.mjs +3 -3
- package/esm2022/lib/alert/alert.component.mjs +2 -2
- package/esm2022/lib/avatar-business/avatar-business.component.mjs +1 -1
- package/esm2022/lib/avatar-v2/avatar-v2.component.mjs +1 -1
- package/esm2022/lib/button-auth/button-auth.component.mjs +9 -3
- package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +9 -3
- package/esm2022/lib/button-filter/button-filter.component.mjs +2 -2
- package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +9 -3
- package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +9 -3
- package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +9 -3
- package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +8 -5
- package/esm2022/lib/create-ticket/create-ticket.component.mjs +2 -2
- package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +1 -1
- package/esm2022/lib/date-hour-picker/date-hour-picker.component.mjs +1 -1
- package/esm2022/lib/date-picker/date-picker.component.mjs +1 -1
- package/esm2022/lib/double-date-picker/double-date-picker.component.mjs +1 -1
- package/esm2022/lib/menu-item/menu-item.component.mjs +26 -3
- package/esm2022/lib/page-not-found/page-not-found.component.mjs +1 -1
- package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +3 -3
- package/esm2022/lib/support-panel/support-panel.component.mjs +1 -1
- package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +3 -3
- package/fesm2022/litigiovirtual-ius-design-components.mjs +87 -31
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/button-auth/button-auth.component.d.ts +3 -1
- package/lib/button-dynamic/button-dynamic.component.d.ts +3 -1
- package/lib/button-standard-outline/button-standard-outline.component.d.ts +3 -1
- package/lib/button-standard-primary/button-standard-primary.component.d.ts +3 -1
- package/lib/button-standard-tertiary/button-standard-tertiary.component.d.ts +3 -1
- package/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.d.ts +3 -2
- package/lib/menu-item/menu-item.component.d.ts +7 -1
- package/package.json +1 -1
|
@@ -5,6 +5,8 @@ export declare class ButtonAuthComponent {
|
|
|
5
5
|
private sanitizer;
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
textButton?: 'Google' | 'Microsoft' | 'LinkedIn';
|
|
8
|
+
prefixIcon: boolean;
|
|
9
|
+
sufixIcon: boolean;
|
|
8
10
|
buttonClicked: EventEmitter<void>;
|
|
9
11
|
colorDisabled: string;
|
|
10
12
|
svg: SafeHtml;
|
|
@@ -18,5 +20,5 @@ export declare class ButtonAuthComponent {
|
|
|
18
20
|
svgLinkedin: string;
|
|
19
21
|
svgLinkedinDisabled: string;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonAuthComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonAuthComponent, "ius-button-auth", never, { "disabled": { "alias": "disabled"; "required": false; }; "textButton": { "alias": "textButton"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonAuthComponent, "ius-button-auth", never, { "disabled": { "alias": "disabled"; "required": false; }; "textButton": { "alias": "textButton"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
|
|
22
24
|
}
|
|
@@ -9,6 +9,8 @@ export declare class ButtonDynamicComponent implements OnChanges, OnDestroy {
|
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
loading: boolean;
|
|
11
11
|
result: ButtonResult;
|
|
12
|
+
prefixIcon: boolean;
|
|
13
|
+
sufixIcon: boolean;
|
|
12
14
|
autoReset: boolean;
|
|
13
15
|
autoResetDelay: number;
|
|
14
16
|
buttonClicked: EventEmitter<Event>;
|
|
@@ -23,6 +25,6 @@ export declare class ButtonDynamicComponent implements OnChanges, OnDestroy {
|
|
|
23
25
|
onClick(event: Event): void;
|
|
24
26
|
ngOnDestroy(): void;
|
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDynamicComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonDynamicComponent, "ius-button-dynamic", never, { "labelDefault": { "alias": "labelDefault"; "required": false; }; "labelSuccess": { "alias": "labelSuccess"; "required": false; }; "labelError": { "alias": "labelError"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "result": { "alias": "result"; "required": false; }; "autoReset": { "alias": "autoReset"; "required": false; }; "autoResetDelay": { "alias": "autoResetDelay"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonDynamicComponent, "ius-button-dynamic", never, { "labelDefault": { "alias": "labelDefault"; "required": false; }; "labelSuccess": { "alias": "labelSuccess"; "required": false; }; "labelError": { "alias": "labelError"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "result": { "alias": "result"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; "autoReset": { "alias": "autoReset"; "required": false; }; "autoResetDelay": { "alias": "autoResetDelay"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
|
|
27
29
|
}
|
|
28
30
|
export {};
|
|
@@ -3,8 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ButtonStandardOutlineComponent {
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
iconName: string;
|
|
6
|
+
prefixIcon: boolean;
|
|
7
|
+
sufixIcon: boolean;
|
|
6
8
|
buttonClicked: EventEmitter<Event>;
|
|
7
9
|
onClick(event: Event): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonStandardOutlineComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardOutlineComponent, "ius-button-standard-outline", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardOutlineComponent, "ius-button-standard-outline", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
10
12
|
}
|
|
@@ -3,8 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ButtonStandardPrimaryComponent {
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
iconName: string;
|
|
6
|
+
prefixIcon: boolean;
|
|
7
|
+
sufixIcon: boolean;
|
|
6
8
|
buttonClicked: EventEmitter<Event>;
|
|
7
9
|
onClick(event: Event): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonStandardPrimaryComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardPrimaryComponent, "ius-button-standard-primary", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardPrimaryComponent, "ius-button-standard-primary", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
10
12
|
}
|
|
@@ -3,8 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ButtonStandardTertiaryComponent {
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
iconName: string;
|
|
6
|
+
prefixIcon: boolean;
|
|
7
|
+
sufixIcon: boolean;
|
|
6
8
|
buttonClicked: EventEmitter<Event>;
|
|
7
9
|
onClick(event: Event): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonStandardTertiaryComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardTertiaryComponent, "ius-button-standard-tertiary", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardTertiaryComponent, "ius-button-standard-tertiary", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
10
12
|
}
|
|
@@ -3,9 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ButtonStandardTertiarySmallComponent {
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
iconName: string;
|
|
6
|
-
|
|
6
|
+
prefixIcon: boolean;
|
|
7
|
+
sufixIcon: boolean;
|
|
7
8
|
buttonClicked: EventEmitter<Event>;
|
|
8
9
|
onClick(event: Event): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonStandardTertiarySmallComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardTertiarySmallComponent, "ius-button-standard-tertiary-small", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonStandardTertiarySmallComponent, "ius-button-standard-tertiary-small", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; }; "sufixIcon": { "alias": "sufixIcon"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
11
12
|
}
|
|
@@ -4,8 +4,14 @@ export declare class MenuItemComponent {
|
|
|
4
4
|
isActive: boolean;
|
|
5
5
|
iconName: string;
|
|
6
6
|
numberAlerts?: number;
|
|
7
|
+
iconColorActive: '#99CC33' | '#595959';
|
|
8
|
+
iconColorDefault: '#99CC33' | '#595959';
|
|
9
|
+
iconColorHovered: '#99CC33' | '#595959';
|
|
7
10
|
buttonClicked: EventEmitter<void>;
|
|
11
|
+
isHovered: boolean;
|
|
12
|
+
isPressed: boolean;
|
|
13
|
+
get iconColor(): string;
|
|
8
14
|
onClick(): void;
|
|
9
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "ius-menu-item", never, { "isActive": { "alias": "isActive"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "numberAlerts": { "alias": "numberAlerts"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuItemComponent, "ius-menu-item", never, { "isActive": { "alias": "isActive"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "numberAlerts": { "alias": "numberAlerts"; "required": false; }; "iconColorActive": { "alias": "iconColorActive"; "required": false; }; "iconColorDefault": { "alias": "iconColorDefault"; "required": false; }; "iconColorHovered": { "alias": "iconColorHovered"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, ["*"], true, never>;
|
|
11
17
|
}
|