@lowcodeunit/applications-flow-common 1.37.37-new-ent-page → 1.37.40-new-ent-page
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/elements/feed-header/feed-header.component.mjs +3 -3
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +3 -3
- package/esm2020/lib/elements/project-wizard-card/project-wizard-card.component.mjs +2 -2
- package/esm2020/lib/elements/slotted-card/slotted-card.component.mjs +6 -3
- package/esm2020/lib/elements/two-column/two-column.component.mjs +3 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +12 -9
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +12 -9
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/elements/slotted-card/slotted-card.component.d.ts +2 -1
- package/lib/elements/two-column/two-column.component.d.ts +1 -1
- package/package.json +1 -1
@@ -6,6 +6,7 @@ export declare class SlottedCardComponent implements OnInit {
|
|
6
6
|
protected eacSvc: EaCService;
|
7
7
|
ActionText: string;
|
8
8
|
ActionPath: string;
|
9
|
+
ButtonText: string;
|
9
10
|
Icon: string;
|
10
11
|
MainSlotDescription: string;
|
11
12
|
MainIcon: string;
|
@@ -19,5 +20,5 @@ export declare class SlottedCardComponent implements OnInit {
|
|
19
20
|
ngOnInit(): void;
|
20
21
|
MainActionClickEvent(): void;
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SlottedCardComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SlottedCardComponent, "lcu-slotted-card", never, { "ActionText": "action-text"; "ActionPath": "action-path"; "Icon": "icon"; "MainSlotDescription": "main-slot-description"; "MainIcon": "main-icon"; "ShowMainIcon": "show-main-icon"; "CardTitle": "card-title"; "SecondarySlotDescription": "secondary-slot-description"; }, { "MainActionClicked": "main-action-clicked"; }, never, ["*", "*", "[secondary]"]>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlottedCardComponent, "lcu-slotted-card", never, { "ActionText": "action-text"; "ActionPath": "action-path"; "ButtonText": "button-text"; "Icon": "icon"; "MainSlotDescription": "main-slot-description"; "MainIcon": "main-icon"; "ShowMainIcon": "show-main-icon"; "CardTitle": "card-title"; "SecondarySlotDescription": "secondary-slot-description"; }, { "MainActionClicked": "main-action-clicked"; }, never, ["*", "*", "[secondary]"]>;
|
23
24
|
}
|
@@ -7,5 +7,5 @@ export declare class TwoColumnComponent implements OnInit {
|
|
7
7
|
constructor(breakpointObserver: BreakpointObserver);
|
8
8
|
ngOnInit(): void;
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnComponent, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnComponent, "lcu-two-column", never, {}, {}, never, ["[top-left]", "[top-right]", "[middle-left]", "[middle-right]", "*"]>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnComponent, "lcu-two-column", never, {}, {}, never, ["[top-left]", "[top-right]", "[middle-left]", "[middle-right]", "[middle-full-width]", "[bottom-middle-left]", "[bottom-middle-center]", "[bottom-middle-right]", "*"]>;
|
11
11
|
}
|