@symphony-talent/component-library 3.23.0 → 3.24.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/esm2020/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +5 -3
- package/esm2020/lib/molecules/button-with-icon/button-with-icon.component.mjs +4 -2
- package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +6 -5
- package/esm2020/lib/molecules/document-management-item/document-management-item.module.mjs +6 -2
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/lib/organisms/document-management-list/document-management-list.component.mjs +2 -2
- package/esm2020/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +1 -1
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +5 -4
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +1 -1
- package/esm2020/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +5 -4
- package/esm2020/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.mjs +5 -3
- package/esm2020/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.mjs +4 -2
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +6 -5
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/document-management-list/document-management-list.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-header/feedback-detail-header.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.component.mjs +5 -4
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/organisms/grid-controls-job-list/grid-controls-job-list.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +25 -18
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +25 -18
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +25 -18
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +25 -18
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +2 -1
- package/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
- package/lib/molecules/document-management-item/document-management-item.module.d.ts +2 -1
- package/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.d.ts +2 -0
- package/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +2 -1
- package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.d.ts +2 -1
- package/projects/component-library/lib/molecules/document-management-item/document-management-item.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.model.d.ts +2 -0
- package/projects/component-library/lib/organisms/grid-actions-job-list/grid-actions-job-list.module.d.ts +2 -1
|
@@ -4,9 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IconWrapperComponent {
|
|
5
5
|
Icons: typeof Icons;
|
|
6
6
|
isInverse: boolean;
|
|
7
|
+
hasHoverWithoutBorder: boolean;
|
|
7
8
|
clicked: EventEmitter<string>;
|
|
8
9
|
constructor();
|
|
9
10
|
onClick(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconWrapperComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "symphony-icon-wrapper", never, { "isInverse": "isInverse"; }, { "clicked": "clicked"; }, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "symphony-icon-wrapper", never, { "isInverse": "isInverse"; "hasHoverWithoutBorder": "hasHoverWithoutBorder"; }, { "clicked": "clicked"; }, never, ["*"]>;
|
|
12
13
|
}
|
|
@@ -5,9 +5,10 @@ export declare class ButtonWithIconComponent {
|
|
|
5
5
|
text: string;
|
|
6
6
|
icon: Icons;
|
|
7
7
|
showActionButton: boolean;
|
|
8
|
+
showPopover: boolean;
|
|
8
9
|
clicked: EventEmitter<string>;
|
|
9
10
|
constructor();
|
|
10
11
|
onClick(): void;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconComponent, "symphony-button-with-icon", never, { "text": "text"; "icon": "icon"; "showActionButton": "showActionButton"; }, { "clicked": "clicked"; }, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconComponent, "symphony-button-with-icon", never, { "text": "text"; "icon": "icon"; "showActionButton": "showActionButton"; "showPopover": "showPopover"; }, { "clicked": "clicked"; }, never, never>;
|
|
13
14
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
|
5
5
|
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
6
|
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
7
|
import * as i6 from "../../atoms/paragraph/paragraph.module";
|
|
8
|
+
import * as i7 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
9
|
export declare class DocumentManagementItemModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.ParagraphModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.ParagraphModule, typeof i7.IconWrapperModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementItemModule>;
|
|
12
13
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./grid-actions-job-list.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../molecules/button-with-icon/button-with-icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
5
6
|
export declare class GridActionsJobListModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionsJobListModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionsJobListModule, [typeof i1.GridActionsJobListComponent], [typeof i2.CommonModule, typeof i3.ButtonWithIconModule], [typeof i1.GridActionsJobListComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionsJobListModule, [typeof i1.GridActionsJobListComponent], [typeof i2.CommonModule, typeof i3.ButtonWithIconModule, typeof i4.TooltipWrapperModule], [typeof i1.GridActionsJobListComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionsJobListModule>;
|
|
9
10
|
}
|
package/package.json
CHANGED
|
@@ -4,9 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class IconWrapperComponent {
|
|
5
5
|
Icons: typeof Icons;
|
|
6
6
|
isInverse: boolean;
|
|
7
|
+
hasHoverWithoutBorder: boolean;
|
|
7
8
|
clicked: EventEmitter<string>;
|
|
8
9
|
constructor();
|
|
9
10
|
onClick(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconWrapperComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "symphony-icon-wrapper", never, { "isInverse": "isInverse"; }, { "clicked": "clicked"; }, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "symphony-icon-wrapper", never, { "isInverse": "isInverse"; "hasHoverWithoutBorder": "hasHoverWithoutBorder"; }, { "clicked": "clicked"; }, never, ["*"]>;
|
|
12
13
|
}
|
package/projects/component-library/lib/molecules/button-with-icon/button-with-icon.component.d.ts
CHANGED
|
@@ -5,9 +5,10 @@ export declare class ButtonWithIconComponent {
|
|
|
5
5
|
text: string;
|
|
6
6
|
icon: Icons;
|
|
7
7
|
showActionButton: boolean;
|
|
8
|
+
showPopover: boolean;
|
|
8
9
|
clicked: EventEmitter<string>;
|
|
9
10
|
constructor();
|
|
10
11
|
onClick(): void;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconComponent, "symphony-button-with-icon", never, { "text": "text"; "icon": "icon"; "showActionButton": "showActionButton"; }, { "clicked": "clicked"; }, never, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconComponent, "symphony-button-with-icon", never, { "text": "text"; "icon": "icon"; "showActionButton": "showActionButton"; "showPopover": "showPopover"; }, { "clicked": "clicked"; }, never, never>;
|
|
13
14
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "../../atoms/contextual-menu/contextual-menu.module";
|
|
|
5
5
|
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
6
|
import * as i5 from "../../atoms/icon/icon.module";
|
|
7
7
|
import * as i6 from "../../atoms/paragraph/paragraph.module";
|
|
8
|
+
import * as i7 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
9
|
export declare class DocumentManagementItemModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentManagementItemModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.ParagraphModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentManagementItemModule, [typeof i1.DocumentManagementItemComponent], [typeof i2.CommonModule, typeof i3.ContextualMenuModule, typeof i4.H5Module, typeof i5.IconModule, typeof i6.ParagraphModule, typeof i7.IconWrapperModule], [typeof i1.DocumentManagementItemComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentManagementItemModule>;
|
|
12
13
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./grid-actions-job-list.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../molecules/button-with-icon/button-with-icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
5
6
|
export declare class GridActionsJobListModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionsJobListModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionsJobListModule, [typeof i1.GridActionsJobListComponent], [typeof i2.CommonModule, typeof i3.ButtonWithIconModule], [typeof i1.GridActionsJobListComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionsJobListModule, [typeof i1.GridActionsJobListComponent], [typeof i2.CommonModule, typeof i3.ButtonWithIconModule, typeof i4.TooltipWrapperModule], [typeof i1.GridActionsJobListComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionsJobListModule>;
|
|
9
10
|
}
|