@smartbit4all/ng-client 6.0.23 → 6.0.24

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.
@@ -4,5 +4,6 @@ export * from './layoutDefinitionDescriptor';
4
4
  export * from './layoutDirection';
5
5
  export * from './smartComponentLayoutDefinition';
6
6
  export * from './smartComponentWidgetDefinition';
7
+ export * from './toolbarAlignment';
7
8
  export * from './toolbarDirection';
8
9
  export * from './toolbarProperties';
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Form layout definition
3
+ * Contains form layout definition objects.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: info@it4all.hu
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare enum ToolbarAlignment {
13
+ START = "START",
14
+ END = "END"
15
+ }
@@ -10,7 +10,9 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { ToolbarDirection } from './toolbarDirection';
13
+ import { ToolbarAlignment } from './toolbarAlignment';
13
14
  export interface ToolbarProperties {
14
15
  scrollable?: boolean;
15
16
  direction?: ToolbarDirection;
17
+ alignment?: ToolbarAlignment;
16
18
  }
@@ -60,6 +60,8 @@ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDe
60
60
  buttonLeft: UiActionDescriptor;
61
61
  buttonRight: UiActionDescriptor;
62
62
  get isVertical(): boolean;
63
+ get isAlignedStart(): boolean;
64
+ get isAlignedEnd(): boolean;
63
65
  get triggerType(): typeof MenuTriggerType;
64
66
  static ɵfac: i0.ɵɵFactoryDeclaration<UiActionToolbarComponent, never>;
65
67
  static ɵcmp: i0.ɵɵComponentDeclaration<UiActionToolbarComponent, "smart-ui-action-toolbar", never, { "uiActionModels": { "alias": "uiActionModels"; "required": false; }; "uiActionDescriptorService": { "alias": "uiActionDescriptorService"; "required": false; }; "id": { "alias": "id"; "required": false; }; "scrollOnWrap": { "alias": "scrollOnWrap"; "required": false; }; "toolbarPropertes": { "alias": "toolbarPropertes"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "6.0.23",
3
+ "version": "6.0.24",
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