@smartbit4all/ng-client 4.3.12 → 4.3.13

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,4 +4,5 @@ export * from './layoutDefinitionDescriptor';
4
4
  export * from './layoutDirection';
5
5
  export * from './smartComponentLayoutDefinition';
6
6
  export * from './smartComponentWidgetDefinition';
7
+ export * from './toolbarDirection';
7
8
  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 ToolbarDirection {
13
+ HORIZONTAL = "HORIZONTAL",
14
+ VERTICAL = "VERTICAL"
15
+ }
@@ -9,6 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { ToolbarDirection } from './toolbarDirection';
12
13
  export interface ToolbarProperties {
13
14
  scrollable?: boolean;
15
+ direction?: ToolbarDirection;
14
16
  }
@@ -59,6 +59,7 @@ export declare class UiActionToolbarComponent implements OnInit, OnChanges, OnDe
59
59
  stopScroll(): void;
60
60
  buttonLeft: UiActionDescriptor;
61
61
  buttonRight: UiActionDescriptor;
62
+ get isVertical(): boolean;
62
63
  static ɵfac: i0.ɵɵFactoryDeclaration<UiActionToolbarComponent, never>;
63
64
  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>;
64
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.3.12",
3
+ "version": "4.3.13",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file