@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.
- package/esm2022/lib/smart-component-layout/api/model/models.mjs +2 -1
- package/esm2022/lib/smart-component-layout/api/model/toolbarDirection.mjs +17 -0
- package/esm2022/lib/smart-component-layout/api/model/toolbarProperties.mjs +1 -12
- package/esm2022/lib/view-context/smart-ui-action/file-editor-toolbar/file-editor-toolbar.component.mjs +3 -3
- package/esm2022/lib/view-context/smart-ui-action/ui-action-toolbar.component.mjs +7 -3
- package/fesm2022/smartbit4all-ng-client.mjs +1017 -1009
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-component-layout/api/model/models.d.ts +1 -0
- package/lib/smart-component-layout/api/model/toolbarDirection.d.ts +15 -0
- package/lib/smart-component-layout/api/model/toolbarProperties.d.ts +2 -0
- package/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +1 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.3.13.tgz +0 -0
- package/smartbit4all-ng-client-4.3.12.tgz +0 -0
|
@@ -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
|
+
}
|
|
@@ -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
|
Binary file
|
|
Binary file
|