@symphony-talent/component-library 4.143.0 → 4.144.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/molecules/button-with-icon-v2/button-with-icon-v2.component.mjs +6 -5
- package/esm2020/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.mjs +1 -1
- package/esm2020/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.mjs +5 -4
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +5 -5
- package/esm2020/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.mjs +5 -5
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.mjs +6 -5
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.mjs +5 -4
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +5 -5
- package/esm2020/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.mjs +5 -5
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +15 -15
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +15 -15
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +15 -15
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +15 -15
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.d.ts +1 -1
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.d.ts +1 -0
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts +2 -1
- package/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.d.ts +1 -1
- package/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.d.ts +1 -1
- package/package.json +1 -1
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.d.ts +1 -1
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.d.ts +1 -0
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.d.ts +1 -1
- package/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.d.ts +1 -1
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ButtonWithIconV2Component {
|
|
5
5
|
model: ButtonWithIconV2Model;
|
|
6
6
|
actionClicked: EventEmitter<any>;
|
|
7
|
-
onIconClick(): void;
|
|
7
|
+
onIconClick(item: ButtonWithIconV2Model): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconV2Component, "symphony-button-with-icon-v2", never, { "model": "model"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
10
|
}
|
|
@@ -3,8 +3,9 @@ import * as i1 from "./button-with-icon-v2.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
5
|
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
6
7
|
export declare class ButtonWithIconV2Module {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Module, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule, typeof i5.PipeModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonWithIconV2Module>;
|
|
10
11
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GridActionBarV2Component {
|
|
5
5
|
actionListModel: GridActionBarV2Model;
|
|
6
6
|
actionBarListItem: EventEmitter<any>;
|
|
7
|
-
onActionBarListClick(): void;
|
|
7
|
+
onActionBarListClick(event: any): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionBarV2Component, "symphony-grid-action-bar-v2", never, { "actionListModel": "actionListModel"; }, { "actionBarListItem": "actionBarListItem"; }, never, ["[grid-controls-v2]"]>;
|
|
10
10
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GridActionListV2Component {
|
|
5
5
|
actionList: ButtonWithIconV2Model[];
|
|
6
6
|
actionClicked: EventEmitter<any>;
|
|
7
|
-
onActionListClick(): void;
|
|
7
|
+
onActionListClick(event: any): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionListV2Component, "symphony-grid-action-list-v2", never, { "actionList": "actionList"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class ButtonWithIconV2Component {
|
|
5
5
|
model: ButtonWithIconV2Model;
|
|
6
6
|
actionClicked: EventEmitter<any>;
|
|
7
|
-
onIconClick(): void;
|
|
7
|
+
onIconClick(item: ButtonWithIconV2Model): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconV2Component, "symphony-button-with-icon-v2", never, { "model": "model"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
10
|
}
|
package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts
CHANGED
|
@@ -3,8 +3,9 @@ import * as i1 from "./button-with-icon-v2.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
5
|
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
import * as i5 from "../../pipe/pipe.module";
|
|
6
7
|
export declare class ButtonWithIconV2Module {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Module, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule, typeof i5.PipeModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonWithIconV2Module>;
|
|
10
11
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GridActionBarV2Component {
|
|
5
5
|
actionListModel: GridActionBarV2Model;
|
|
6
6
|
actionBarListItem: EventEmitter<any>;
|
|
7
|
-
onActionBarListClick(): void;
|
|
7
|
+
onActionBarListClick(event: any): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionBarV2Component, "symphony-grid-action-bar-v2", never, { "actionListModel": "actionListModel"; }, { "actionBarListItem": "actionBarListItem"; }, never, ["[grid-controls-v2]"]>;
|
|
10
10
|
}
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class GridActionListV2Component {
|
|
5
5
|
actionList: ButtonWithIconV2Model[];
|
|
6
6
|
actionClicked: EventEmitter<any>;
|
|
7
|
-
onActionListClick(): void;
|
|
7
|
+
onActionListClick(event: any): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Component, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionListV2Component, "symphony-grid-action-list-v2", never, { "actionList": "actionList"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
10
|
}
|