@smartbit4all/ng-client 4.0.83 → 4.0.85
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 +16 -11
- package/esm2022/lib/smart-client/smart.component.mjs +7 -7
- package/esm2022/lib/smart-client/smart.service.mjs +6 -6
- package/esm2022/lib/smart-dialog/smartdialog.service.mjs +20 -7
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionDataType.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldList.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionFieldWidgetType.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionList.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperandData.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOperation.mjs +1 -1
- package/esm2022/lib/smart-filter/api/filter/model/filterExpressionOrderBy.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/api/filter.service.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/configuration.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/encoder.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBoolOperator.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderApiConfig.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderField.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderGroup.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderModel.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionBuilderUiModel.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionData.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionDataType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionField.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldEditor.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldList.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionFieldWidgetType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionList.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperandData.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/filterExpressionOperation.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/model/smartFilterType.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/param.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/api/variables.mjs +1 -1
- package/esm2022/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +8 -7
- package/esm2022/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +49 -30
- 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-dialog/smartdialog.service.d.ts +1 -1
- package/lib/smart-filter/api/filter/model/filterExpressionField.d.ts +4 -0
- package/lib/smart-filter-editor/api/model/filterExpressionField.d.ts +4 -0
- package/lib/view-context/smart-view-context-error-dialog/smart-view-context-error-dialog.service.d.ts +2 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.0.85.tgz +0 -0
- package/smartbit4all-ng-client-4.0.83.tgz +0 -0
|
@@ -6,7 +6,7 @@ import { SmartAuthenticationServiceInterface } from './smart-authentication.serv
|
|
|
6
6
|
import { GridOptions, SmartGrid, SmartGridComponent } from '../smart-grid/projects';
|
|
7
7
|
import { SmartForm, SmartFormInvalidFields, SmartformComponent, SophisticatedValueChange } from '../smart-form/projects';
|
|
8
8
|
import { SmartComponentLayoutComponent } from '../smart-component-layout/projects';
|
|
9
|
-
import {
|
|
9
|
+
import { SmartFilterEditorContentComponent } from '../smart-filter-editor/project';
|
|
10
10
|
export declare abstract class SmartComponentApiClient<T> implements UseUiAction2 {
|
|
11
11
|
protected inject: Injector;
|
|
12
12
|
protected auth: SmartAuthenticationServiceInterface;
|
|
@@ -54,15 +54,15 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
|
|
|
54
54
|
protected abstract getSmartFormsQL(): QueryList<SmartformComponent> | undefined;
|
|
55
55
|
protected abstract getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
56
56
|
protected abstract getSmartTreesQL(): QueryList<SmarttreeGenericService> | undefined;
|
|
57
|
-
protected abstract
|
|
57
|
+
protected abstract getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
58
58
|
protected abstract getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
59
59
|
protected abstract getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
60
|
-
protected getWidgets(): Map<string, SmartGridComponent | SmarttreeGenericService |
|
|
60
|
+
protected getWidgets(): Map<string, SmartGridComponent | SmarttreeGenericService | SmartFilterEditorContentComponent | undefined>;
|
|
61
61
|
initComponentByModel(): void;
|
|
62
62
|
protected getAllSmartFormComponents(): SmartformComponent[];
|
|
63
63
|
protected getAllSmartGridComponents(): SmartGridComponent[];
|
|
64
64
|
protected getAllSmartTreeComponents(): SmarttreeGenericService[];
|
|
65
|
-
protected
|
|
65
|
+
protected getAllSmartFilterEditorContentComponents(): SmartFilterEditorContentComponent[];
|
|
66
66
|
protected getAllSmartUiActionToolbars(): UiActionToolbarComponent[];
|
|
67
67
|
initData(): void;
|
|
68
68
|
initActions(): void;
|
|
@@ -5,7 +5,7 @@ import { SmartformComponent } from '../smart-form/projects';
|
|
|
5
5
|
import { SmartGridComponent } from '../smart-grid/projects';
|
|
6
6
|
import { SmarttreeGenericService } from '../smart-tree/projects';
|
|
7
7
|
import { SmartComponentLayoutComponent } from '../smart-component-layout/projects';
|
|
8
|
-
import {
|
|
8
|
+
import { SmartFilterEditorContentComponent } from '../smart-filter-editor/project';
|
|
9
9
|
import { UiActionToolbarComponent } from '../view-context/projects';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare abstract class SmartComponent<T> extends SmartComponentApiClient<T> implements OnInit, OnDestroy, AfterViewInit {
|
|
@@ -13,7 +13,7 @@ export declare abstract class SmartComponent<T> extends SmartComponentApiClient<
|
|
|
13
13
|
smartGridsQL: QueryList<SmartGridComponent>;
|
|
14
14
|
smartTreesQL: QueryList<SmarttreeGenericService>;
|
|
15
15
|
smartComponentLayoutsQL: QueryList<SmartComponentLayoutComponent>;
|
|
16
|
-
|
|
16
|
+
smartFilterEditorContentComponentsQL: QueryList<SmartFilterEditorContentComponent>;
|
|
17
17
|
smartUiActionToolbarsQL: QueryList<UiActionToolbarComponent>;
|
|
18
18
|
constructor(inject: Injector, auth: SmartAuthenticationServiceInterface, pageName?: string, _componentName?: string, element?: ElementRef, renderer?: Renderer2);
|
|
19
19
|
ngOnInit(): void;
|
|
@@ -23,7 +23,7 @@ export declare abstract class SmartComponent<T> extends SmartComponentApiClient<
|
|
|
23
23
|
getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
24
24
|
getSmartTreesQL(): QueryList<SmarttreeGenericService> | undefined;
|
|
25
25
|
getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
26
|
-
|
|
26
|
+
getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
27
27
|
getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartComponent<any>, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartComponent<any>, "ng-component", never, {}, {}, never, never, false, never>;
|
|
@@ -5,7 +5,7 @@ import { SmartformComponent } from '../smart-form/projects';
|
|
|
5
5
|
import { SmartGridComponent } from '../smart-grid/projects';
|
|
6
6
|
import { SmarttreeGenericService } from '../smart-tree/projects';
|
|
7
7
|
import { SmartComponentLayoutComponent } from '../smart-component-layout/projects';
|
|
8
|
-
import {
|
|
8
|
+
import { SmartFilterEditorContentComponent } from '../smart-filter-editor/project';
|
|
9
9
|
import { UiActionToolbarComponent } from '../view-context/projects';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare abstract class SmartService<T> extends SmartComponentApiClient<T> implements OnInit, OnDestroy, AfterViewInit {
|
|
@@ -13,7 +13,7 @@ export declare abstract class SmartService<T> extends SmartComponentApiClient<T>
|
|
|
13
13
|
smartGridsQL: QueryList<SmartGridComponent>;
|
|
14
14
|
smartTreesQL: QueryList<SmarttreeGenericService>;
|
|
15
15
|
smartComponentLayoutsQL: QueryList<SmartComponentLayoutComponent>;
|
|
16
|
-
|
|
16
|
+
smartFilterEditorContentComponentsQL: QueryList<SmartFilterEditorContentComponent>;
|
|
17
17
|
smartUiActionToolbarsQL: QueryList<UiActionToolbarComponent>;
|
|
18
18
|
constructor(inject: Injector, auth: SmartAuthenticationServiceInterface, pageName: string);
|
|
19
19
|
ngOnInit(): void;
|
|
@@ -23,7 +23,7 @@ export declare abstract class SmartService<T> extends SmartComponentApiClient<T>
|
|
|
23
23
|
getSmartGridsQL(): QueryList<SmartGridComponent> | undefined;
|
|
24
24
|
getSmartTreesQL(): QueryList<SmarttreeGenericService> | undefined;
|
|
25
25
|
getSmartComponentLayoutsQL(): QueryList<SmartComponentLayoutComponent> | undefined;
|
|
26
|
-
|
|
26
|
+
getSmartFilterEditorContentComponentsQL(): QueryList<SmartFilterEditorContentComponent> | undefined;
|
|
27
27
|
getSmartUiActionToolbarsQL(): QueryList<UiActionToolbarComponent> | undefined;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartService<any>, never>;
|
|
29
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmartService<any>>;
|
|
@@ -22,7 +22,7 @@ export declare abstract class SmartdialogService {
|
|
|
22
22
|
minWidth: number;
|
|
23
23
|
};
|
|
24
24
|
createDialog(smartDialog: SmartDialogData, component: ComponentType<any>): MatDialogRef<any, any> | DynamicDialogRef;
|
|
25
|
-
createDialogRef(smartDialog: SmartDialogData, component: ComponentType<any>): MatDialogRef<any, any
|
|
25
|
+
createDialogRef(smartDialog: SmartDialogData, component: ComponentType<any>): MatDialogRef<any, any> | DynamicDialogRef;
|
|
26
26
|
openComponentAsDialog(component: ComponentType<any>, viewName: string): MatDialogRef<any, any> | DynamicDialogRef;
|
|
27
27
|
handleAfterClosed(result: any): void;
|
|
28
28
|
openDialog(): void;
|
|
@@ -37,4 +37,8 @@ export interface FilterExpressionField {
|
|
|
37
37
|
possibleValues: Array<Value>;
|
|
38
38
|
widgetType?: FilterExpressionFieldWidgetType;
|
|
39
39
|
subFieldList?: FilterExpressionFieldList;
|
|
40
|
+
/**
|
|
41
|
+
* Identifier of the toolbar associated with this widget.
|
|
42
|
+
*/
|
|
43
|
+
toolbarId?: string;
|
|
40
44
|
}
|
|
@@ -37,4 +37,8 @@ export interface FilterExpressionField {
|
|
|
37
37
|
possibleValues: Array<Value>;
|
|
38
38
|
widgetType?: FilterExpressionFieldWidgetType;
|
|
39
39
|
subFieldList?: FilterExpressionFieldList;
|
|
40
|
+
/**
|
|
41
|
+
* Identifier of the toolbar associated with this widget.
|
|
42
|
+
*/
|
|
43
|
+
toolbarId?: string;
|
|
40
44
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
|
-
import { MatDialog
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { Router } from '@angular/router';
|
|
4
4
|
import { SmartdialogService } from '../../smart-dialog/projects';
|
|
5
5
|
import { ViewApiError } from '../api';
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export declare class SmartViewContextErrorDialogService extends SmartdialogService {
|
|
12
12
|
private viewContext;
|
|
13
13
|
viewApiError?: ViewApiError;
|
|
14
|
-
dialogRefs:
|
|
14
|
+
dialogRefs: any[];
|
|
15
15
|
constructor(dialog: MatDialog, router: Router, viewContext: SmartViewContextService, dialogService: DialogService, inject: Injector, compLib: ComponentLibrary);
|
|
16
16
|
handleAfterClosed(result: any): void;
|
|
17
17
|
openDialog(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|