@softheon/armature 17.15.2 → 17.15.3
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/base-components/sof-badge/sof-badge.component.mjs +1 -1
- package/esm2022/lib/base-components/sof-links/sof-link.component.mjs +1 -1
- package/esm2022/lib/base-components/sof-utility-button/sof-utility-button.component.mjs +1 -1
- package/fesm2022/softheon-armature.mjs.map +1 -1
- package/lib/base-components/sof-badge/sof-badge.component.d.ts +1 -2
- package/lib/base-components/sof-links/sof-link.component.d.ts +1 -2
- package/lib/base-components/sof-utility-button/sof-utility-button.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ICellRendererParams } from 'ag-grid-community';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class SofBadgeComponent {
|
|
4
3
|
/** Whether to show bold background color not */
|
|
@@ -24,7 +23,7 @@ export declare class SofBadgeComponent {
|
|
|
24
23
|
* Any logic related to ag grid cell renderer data can be added here
|
|
25
24
|
* @note All `@Inputs` should be accepted through `params`
|
|
26
25
|
*/
|
|
27
|
-
agInit(params:
|
|
26
|
+
agInit(params: any & SofBadgeComponent): void;
|
|
28
27
|
/** On component init */
|
|
29
28
|
ngOnInit(): void;
|
|
30
29
|
/**
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ICellRendererParams } from 'ag-grid-community';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class SofLinkComponent {
|
|
4
3
|
/** The language text or a key that will be shown in this component */
|
|
@@ -9,7 +8,7 @@ export declare class SofLinkComponent {
|
|
|
9
8
|
* Logic related to ag grid cell renderer data can be added here
|
|
10
9
|
* @note All `@Inputs` should be accepted through `params`
|
|
11
10
|
*/
|
|
12
|
-
agInit(params:
|
|
11
|
+
agInit(params: any & SofLinkComponent): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofLinkComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<SofLinkComponent, "sof-link", never, {}, {}, never, never, false, never>;
|
|
15
14
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ICellRendererParams } from 'ag-grid-community';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class SofUtilityButtonComponent {
|
|
4
3
|
buttonId: string;
|
|
@@ -13,7 +12,7 @@ export declare class SofUtilityButtonComponent {
|
|
|
13
12
|
* Any logic related to ag grid cell renderer data can be added here
|
|
14
13
|
* @note All `@Inputs` should be accepted through `params`
|
|
15
14
|
*/
|
|
16
|
-
agInit(params:
|
|
15
|
+
agInit(params: any & SofUtilityButtonComponent): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SofUtilityButtonComponent, never>;
|
|
18
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<SofUtilityButtonComponent, "sof-utility-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonColorText": { "alias": "buttonColorText"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "buttonDisabled": { "alias": "buttonDisabled"; "required": false; }; "buttonIconClass": { "alias": "buttonIconClass"; "required": false; }; "menuDropDown": { "alias": "menuDropDown"; "required": false; }; "buttonClick": { "alias": "buttonClick"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
18
|
}
|