@smartbit4all/ng-client 4.3.12 → 4.3.14
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-client/smart-component-api-client.mjs +6 -4
- package/esm2022/lib/smart-client/smart.component.mjs +4 -4
- package/esm2022/lib/smart-client/smart.service.mjs +3 -3
- package/esm2022/lib/smart-component-layout/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api/default.service.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/index.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/componentType.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/layoutDefinitionDescriptor.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/layoutDirection.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/models.mjs +2 -1
- package/esm2022/lib/smart-component-layout/api/model/smartComponentLayoutDefinition.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/model/smartComponentWidgetDefinition.mjs +1 -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/smart-component-layout/api/param.mjs +1 -1
- package/esm2022/lib/smart-component-layout/api/variables.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api/diagramService.service.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/index.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramColor.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataContainer.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataItem.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDataSet.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramDescriptor.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramModel.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/diagramShape.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/drawTime.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/labelText.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/param.mjs +1 -1
- package/esm2022/lib/smart-diagram/api/variables.mjs +1 -1
- package/esm2022/lib/smart-form/api/api/default.service.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/dateFieldProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/fileUploaderProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/imageProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/multiFileUploaderProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/selectionDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartFormWidgetType.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/textBoxProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/textFieldProperties.mjs +1 -1
- package/esm2022/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/api/api.mjs +1 -1
- package/esm2022/lib/smart-map/api/api/geoMap.service.mjs +1 -1
- package/esm2022/lib/smart-map/api/api.module.mjs +1 -1
- package/esm2022/lib/smart-map/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-map/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-map/api/index.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSPosition.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/gPSRoute.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataLoadingMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapDataSourceType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapEditingSession.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapInteraction.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItem.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapItemKind.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayer.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerChange.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapLayerDescriptor.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapOperationMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapSelectionMode.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapServerModel.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapTextType.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewState.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/geoMapViewport.mjs +1 -1
- package/esm2022/lib/smart-map/api/model/models.mjs +1 -1
- package/esm2022/lib/smart-map/api/param.mjs +1 -1
- package/esm2022/lib/smart-map/api/variables.mjs +1 -1
- package/esm2022/lib/view-context/api/api/api.mjs +1 -1
- package/esm2022/lib/view-context/api/api.module.mjs +1 -1
- package/esm2022/lib/view-context/api/configuration.mjs +1 -1
- package/esm2022/lib/view-context/api/encoder.mjs +1 -1
- package/esm2022/lib/view-context/api/index.mjs +1 -1
- package/esm2022/lib/view-context/api/model/backgroundProcessInfo.mjs +1 -1
- package/esm2022/lib/view-context/api/model/badgeDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/api/model/clipboardData.mjs +1 -1
- package/esm2022/lib/view-context/api/model/closeResult.mjs +1 -1
- package/esm2022/lib/view-context/api/model/componentConstraint.mjs +1 -1
- package/esm2022/lib/view-context/api/model/componentModel.mjs +1 -1
- package/esm2022/lib/view-context/api/model/componentModelChange.mjs +1 -1
- package/esm2022/lib/view-context/api/model/dataChange.mjs +1 -1
- package/esm2022/lib/view-context/api/model/dataChangeEvent.mjs +1 -1
- package/esm2022/lib/view-context/api/model/dataChangeKind.mjs +1 -1
- package/esm2022/lib/view-context/api/model/deviceInfo.mjs +1 -1
- package/esm2022/lib/view-context/api/model/downloadedFile.mjs +1 -1
- package/esm2022/lib/view-context/api/model/iconPosition.mjs +1 -1
- package/esm2022/lib/view-context/api/model/imageResource.mjs +1 -1
- package/esm2022/lib/view-context/api/model/link.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageData.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageOption.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageOptionType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageResult.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageTextType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/messageType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/multiComboBoxElement.mjs +1 -1
- package/esm2022/lib/view-context/api/model/multiComboBoxModel.mjs +1 -1
- package/esm2022/lib/view-context/api/model/namedValidator.mjs +1 -1
- package/esm2022/lib/view-context/api/model/openPendingData.mjs +1 -1
- package/esm2022/lib/view-context/api/model/serverRequestExecutionStat.mjs +1 -1
- package/esm2022/lib/view-context/api/model/serverRequestTrack.mjs +1 -1
- package/esm2022/lib/view-context/api/model/serverRequestType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/smartLinkMigrationStatus.mjs +1 -1
- package/esm2022/lib/view-context/api/model/statisticRecord.mjs +1 -1
- package/esm2022/lib/view-context/api/model/style.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionButtonDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionButtonType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionConstraint.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionDialogDescriptor.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionFeedbackType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionRequest.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uiActionTooltip.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uploadWidgetType.mjs +1 -1
- package/esm2022/lib/view-context/api/model/uploadedFile.mjs +1 -1
- package/esm2022/lib/view-context/api/model/valueSet.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewApiError.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewConstraint.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContext.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContextChange.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContextData.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewContextUpdate.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewEventHandler.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewPlaceholder.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewState.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewStateUpdate.mjs +1 -1
- package/esm2022/lib/view-context/api/model/viewType.mjs +1 -1
- package/esm2022/lib/view-context/api/param.mjs +1 -1
- package/esm2022/lib/view-context/api/variables.mjs +1 -1
- 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 +1024 -1014
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-client/smart-component-api-client.d.ts +4 -4
- package/lib/smart-client/smart.component.d.ts +3 -3
- package/lib/smart-client/smart.service.d.ts +3 -3
- 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.14.tgz +0 -0
- package/smartbit4all-ng-client-4.3.12.tgz +0 -0
|
@@ -6,7 +6,7 @@ import { SmartFilterEditorContentComponent } from '../smart-filter-editor/smart-
|
|
|
6
6
|
import { SmartForm, SmartFormInvalidFields, SmartformComponent, SophisticatedValueChange, ValueChangeMode } from '../smart-form/projects';
|
|
7
7
|
import { GridOptions, SmartGrid, SmartGridComponent } from '../smart-grid/projects';
|
|
8
8
|
import { SmartMapComponent } from '../smart-map/smart-map.component';
|
|
9
|
-
import { SmarttreeGenericService } from '../smart-tree/projects';
|
|
9
|
+
import { SmartTreeComponent, SmarttreeGenericService, SmarttreeService } from '../smart-tree/projects';
|
|
10
10
|
import { ComponentModel, ComponentModelChange, ExecuteUiActionOptions, SmartTranslateService, SmartViewContextService, UiAction, UiActionAdditionalParams, UiActionDescriptorService, UiActionModel, UiActionRequest, UiActionService, UiActionSpecificDemandResponse, UiActionToolbarComponent, UseUiAction2 } from '../view-context/projects';
|
|
11
11
|
import { SmartAuthenticationServiceInterface } from './smart-authentication.service';
|
|
12
12
|
export declare abstract class SmartComponentApiClient<T> implements UseUiAction2 {
|
|
@@ -60,19 +60,19 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
|
|
|
60
60
|
protected handleQueryList<T>(ql: QueryList<T>, handler: (el: T) => void): void;
|
|
61
61
|
protected abstract getSmartFormsQL(): QueryList<SmartformComponent> | undefined;
|
|
62
62
|
protected abstract getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
63
|
-
protected abstract getSmartTreesQL(): QueryList<
|
|
63
|
+
protected abstract getSmartTreesQL(): QueryList<SmartTreeComponent> | undefined;
|
|
64
64
|
protected abstract getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
65
65
|
protected abstract getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
66
66
|
protected abstract getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
67
67
|
protected abstract getSmartMapQL(): QueryList<SmartMapComponent> | undefined;
|
|
68
68
|
protected abstract getSmartDiagramQL(): QueryList<SmartDiagramComponent> | undefined;
|
|
69
|
-
protected getWidgets(): Map<string, SmartGridComponent |
|
|
69
|
+
protected getWidgets(): Map<string, SmartGridComponent | SmarttreeService<any> | SmartFilterEditorContentComponent | SmartMapComponent | SmartDiagramComponent | undefined>;
|
|
70
70
|
initComponentByModel(): void;
|
|
71
71
|
protected getAllSmartFormComponents(): SmartformComponent[];
|
|
72
72
|
protected getAllSmartGridComponents(): SmartGridComponent[];
|
|
73
73
|
protected getAllSmartMapComponents(): Array<SmartMapComponent>;
|
|
74
74
|
protected getAllSmartDiagramComponents(): Array<SmartDiagramComponent>;
|
|
75
|
-
protected getAllSmartTreeComponents():
|
|
75
|
+
protected getAllSmartTreeComponents(): SmarttreeService<any>[];
|
|
76
76
|
protected getAllSmartFilterEditorContentComponents(): SmartFilterEditorContentComponent[];
|
|
77
77
|
protected getAllSmartUiActionToolbars(): UiActionToolbarComponent[];
|
|
78
78
|
protected getAllFilterUiActionToolbars(): UiActionToolbarComponent[];
|
|
@@ -4,7 +4,7 @@ import { SmartFilterEditorContentComponent } from '../smart-filter-editor/projec
|
|
|
4
4
|
import { SmartformComponent } from '../smart-form/projects';
|
|
5
5
|
import { SmartGridComponent } from '../smart-grid/projects';
|
|
6
6
|
import { SmartMapComponent } from '../smart-map/smart-map.component';
|
|
7
|
-
import {
|
|
7
|
+
import { SmartTreeComponent } from '../smart-tree/projects';
|
|
8
8
|
import { UiActionToolbarComponent } from '../view-context/projects';
|
|
9
9
|
import { SmartAuthenticationServiceInterface } from './smart-authentication.service';
|
|
10
10
|
import { SmartComponentApiClient } from './smart-component-api-client';
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
export declare abstract class SmartComponent<T> extends SmartComponentApiClient<T> implements OnInit, OnDestroy, AfterViewInit {
|
|
14
14
|
smartFormsQL: QueryList<SmartformComponent>;
|
|
15
15
|
smartGridsQL: QueryList<SmartGridComponent>;
|
|
16
|
-
smartTreesQL: QueryList<
|
|
16
|
+
smartTreesQL: QueryList<SmartTreeComponent>;
|
|
17
17
|
smartComponentLayoutsQL: QueryList<SmartComponentLayoutComponent>;
|
|
18
18
|
smartFilterEditorContentComponentsQL: QueryList<SmartFilterEditorContentComponent>;
|
|
19
19
|
smartUiActionToolbarsQL: QueryList<UiActionToolbarComponent>;
|
|
@@ -25,7 +25,7 @@ export declare abstract class SmartComponent<T> extends SmartComponentApiClient<
|
|
|
25
25
|
ngAfterViewInit(): void;
|
|
26
26
|
getSmartFormsQL(): QueryList<SmartformComponent> | undefined;
|
|
27
27
|
getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
28
|
-
getSmartTreesQL(): QueryList<
|
|
28
|
+
getSmartTreesQL(): QueryList<SmartTreeComponent> | undefined;
|
|
29
29
|
getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
30
30
|
getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
31
31
|
getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
@@ -3,7 +3,7 @@ import { SmartAuthenticationServiceInterface } from './smart-authentication.serv
|
|
|
3
3
|
import { SmartComponentApiClient } from './smart-component-api-client';
|
|
4
4
|
import { SmartformComponent } from '../smart-form/projects';
|
|
5
5
|
import { SmartGridComponent } from '../smart-grid/projects';
|
|
6
|
-
import {
|
|
6
|
+
import { SmartTreeComponent } from '../smart-tree/projects';
|
|
7
7
|
import { SmartComponentLayoutComponent } from '../smart-component-layout/projects';
|
|
8
8
|
import { SmartFilterEditorContentComponent } from '../smart-filter-editor/project';
|
|
9
9
|
import { UiActionToolbarComponent } from '../view-context/projects';
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export declare abstract class SmartService<T> extends SmartComponentApiClient<T> implements OnInit, OnDestroy, AfterViewInit {
|
|
12
12
|
smartFormsQL: QueryList<SmartformComponent>;
|
|
13
13
|
smartGridsQL: QueryList<SmartGridComponent>;
|
|
14
|
-
smartTreesQL: QueryList<
|
|
14
|
+
smartTreesQL: QueryList<SmartTreeComponent>;
|
|
15
15
|
smartComponentLayoutsQL: QueryList<SmartComponentLayoutComponent>;
|
|
16
16
|
smartFilterEditorContentComponentsQL: QueryList<SmartFilterEditorContentComponent>;
|
|
17
17
|
smartUiActionToolbarsQL: QueryList<UiActionToolbarComponent>;
|
|
@@ -21,7 +21,7 @@ export declare abstract class SmartService<T> extends SmartComponentApiClient<T>
|
|
|
21
21
|
ngAfterViewInit(): void;
|
|
22
22
|
getSmartFormsQL(): QueryList<SmartformComponent> | undefined;
|
|
23
23
|
getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
24
|
-
getSmartTreesQL(): QueryList<
|
|
24
|
+
getSmartTreesQL(): QueryList<SmartTreeComponent> | undefined;
|
|
25
25
|
getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
26
26
|
getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
27
27
|
getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
@@ -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
|