@smartbit4all/ng-client 6.0.16 → 6.0.17

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.
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, QueryList, SimpleChanges, TemplateRef, ViewContainerRef, AfterViewChecked } from '@angular/core';
2
2
  import { Overlay, OverlayPositionBuilder, OverlayRef } from '@angular/cdk/overlay';
3
- import { MenuOpenDirection, UiAction } from '../../../../api';
3
+ import { IconPosition, MenuOpenDirection, UiAction } from '../../../../api';
4
4
  import { UiMenuService } from '../menu.service';
5
5
  import { ComponentLibrary } from '../../../../utility/componentLibrary';
6
6
  import { ButtonIconPlaceholder } from '../../../ui-action-button/button-icon-placeholder';
@@ -43,6 +43,7 @@ export declare class ClickMenuComponent implements AfterViewChecked {
43
43
  computedIconPlaceholder?: ButtonIconPlaceholder;
44
44
  hasSubActionSiblings?: boolean;
45
45
  private normalizeSubActions;
46
+ iconPosition(): typeof IconPosition;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickMenuComponent, [null, null, null, null, { optional: true; }]>;
47
48
  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>;
48
49
  }
@@ -1,6 +1,6 @@
1
1
  import { AfterViewChecked, EventEmitter, OnDestroy, OnInit, QueryList, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import { Overlay, OverlayPositionBuilder, OverlayRef } from '@angular/cdk/overlay';
3
- import { MenuOpenDirection, UiAction } from '../../../../api';
3
+ import { IconPosition, MenuOpenDirection, UiAction } from '../../../../api';
4
4
  import { UiMenuService } from '../menu.service';
5
5
  import { ComponentLibrary } from '../../../../utility/componentLibrary';
6
6
  import { ButtonIconPlaceholder } from '../../../ui-action-button/button-icon-placeholder';
@@ -43,6 +43,7 @@ export declare class HoverMenuComponent implements OnInit, AfterViewChecked, OnD
43
43
  computedIconPlaceholder?: ButtonIconPlaceholder;
44
44
  hasSubActionSiblings?: boolean;
45
45
  private normalizeSubActions;
46
+ iconPosition(): typeof IconPosition;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<HoverMenuComponent, [null, null, null, null, { optional: true; }]>;
47
48
  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>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "6.0.16",
3
+ "version": "6.0.17",
4
4
  "description": "Angular client library for the smartbit4all platform — a server-driven UI framework that renders views, pages, forms, grids, trees and dialogs from backend (ViewApi/PageApi) definitions. Provides reactive view-context state management, dynamic component layouts and OpenAPI-generated BFF clients.",
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file