@smartbit4all/ng-client 4.5.45 → 4.5.46
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/smart-icon/smart-icon/smart-icon.component.mjs +2 -2
- package/esm2022/lib/view-context/api/model/menuDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/api/model/menuOpenDirection.mjs +1 -1
- package/esm2022/lib/view-context/api/model/models.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/smart-ui-action/components/menu/click/menu.component.mjs +35 -7
- package/esm2022/lib/view-context/smart-ui-action/components/menu/hover/hover-menu.component.mjs +25 -4
- package/esm2022/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.mjs +18 -10
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +14 -8
- package/fesm2022/smartbit4all-ng-client.mjs +88 -27
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/view-context/smart-ui-action/components/menu/click/menu.component.d.ts +2 -0
- package/lib/view-context/smart-ui-action/components/menu/hover/hover-menu.component.d.ts +1 -0
- package/lib/view-context/smart-ui-action/ui-action-button/ui-action-button.component.d.ts +1 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.5.46.tgz +0 -0
- package/smartbit4all-ng-client-4.5.45.tgz +0 -0
|
@@ -39,6 +39,8 @@ export declare class ClickMenuComponent implements AfterViewChecked {
|
|
|
39
39
|
toggleMenu(event: MouseEvent): void;
|
|
40
40
|
onSubmenuOpened(openedAction: UiAction): void;
|
|
41
41
|
closeSiblingSubmenus(exceptAction: UiAction): void;
|
|
42
|
+
hasSubActionSiblings: boolean;
|
|
43
|
+
private normalizeSubActions;
|
|
42
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClickMenuComponent, [null, null, null, null, { optional: true; }]>;
|
|
43
45
|
static ɵcmp: i0.ɵɵComponentDeclaration<ClickMenuComponent, "ui-tiered-menu", never, { "triggerAction": { "alias": "triggerAction"; "required": false; }; "isSubmenu": { "alias": "isSubmenu"; "required": false; }; "menuOpenDirection": { "alias": "menuOpenDirection"; "required": false; }; }, { "actionClick": "actionClick"; "submenuOpened": "submenuOpened"; }, never, never, false, never>;
|
|
44
46
|
}
|
|
@@ -39,6 +39,7 @@ export declare class HoverMenuComponent implements OnInit, AfterViewChecked, OnD
|
|
|
39
39
|
toggleMenu(event: MouseEvent): void;
|
|
40
40
|
onSubmenuOpened(openedAction: UiAction): void;
|
|
41
41
|
closeSiblingSubmenus(exceptAction: UiAction): void;
|
|
42
|
+
private normalizeSubActions;
|
|
42
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<HoverMenuComponent, [null, null, null, null, { optional: true; }]>;
|
|
43
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<HoverMenuComponent, "ui-hover-menu", never, { "triggerAction": { "alias": "triggerAction"; "required": false; }; "isSubmenu": { "alias": "isSubmenu"; "required": false; }; "menuOpenDirection": { "alias": "menuOpenDirection"; "required": false; }; }, { "actionClick": "actionClick"; "submenuOpened": "submenuOpened"; }, never, never, false, never>;
|
|
44
45
|
}
|
|
@@ -45,6 +45,7 @@ export declare class UiActionButtonComponent implements OnInit, OnDestroy {
|
|
|
45
45
|
renderPre(): boolean;
|
|
46
46
|
renderEmpty(): boolean;
|
|
47
47
|
renderPost(): boolean;
|
|
48
|
+
getColor(): string;
|
|
48
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiActionButtonComponent, [null, { optional: true; }]>;
|
|
49
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<UiActionButtonComponent, "ui-action-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "descriptor": { "alias": "descriptor"; "required": false; }; "code": { "alias": "code"; "required": false; }; "addedCssClass": { "alias": "addedCssClass"; "required": false; }; "addBasicClasses": { "alias": "addBasicClasses"; "required": false; }; }, { "actionClick": "actionClick"; "actionDoubleClick": "actionDoubleClick"; }, never, never, false, never>;
|
|
50
51
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|