@smartbit4all/ng-client 4.2.58 → 4.2.59
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-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +22 -7
- package/fesm2022/smartbit4all-ng-client.mjs +18 -5
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.d.ts +4 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.59.tgz +0 -0
- package/smartbit4all-ng-client-4.2.58.tgz +0 -0
|
@@ -6,10 +6,12 @@ import { SmartForm } from '../../smart-form/smartform.model';
|
|
|
6
6
|
import { UiActionModel } from '../../view-context/smart-ui-action/ui-action.model';
|
|
7
7
|
import { FilterExpressionBuilderUiModelTypeEnum } from '../api/model/filterExpressionBuilderUiModel';
|
|
8
8
|
import { ISmartFilterEditorService } from '../smart-filter-editor.service';
|
|
9
|
+
import { ComponentLibrary } from '../../view-context/utility/componentLibrary';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class SmartFilterEditorContentComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
11
12
|
private layoutService;
|
|
12
13
|
private cfService;
|
|
14
|
+
compLib?: ComponentLibrary | undefined;
|
|
13
15
|
private _destroy$;
|
|
14
16
|
service: ISmartFilterEditorService;
|
|
15
17
|
uiActionModels: UiActionModel[];
|
|
@@ -20,7 +22,7 @@ export declare class SmartFilterEditorContentComponent implements OnInit, AfterV
|
|
|
20
22
|
simpleFilterVcRef?: ViewContainerRef;
|
|
21
23
|
simpleFilterRef?: ComponentRef<SmartformComponent>;
|
|
22
24
|
type: typeof FilterExpressionBuilderUiModelTypeEnum;
|
|
23
|
-
constructor(layoutService: SmartformLayoutDefinitionService, cfService: ComponentFactoryService);
|
|
25
|
+
constructor(layoutService: SmartformLayoutDefinitionService, cfService: ComponentFactoryService, compLib?: ComponentLibrary | undefined);
|
|
24
26
|
private subsrcibeSimpleFormChildrenEvents;
|
|
25
27
|
private subscribeEditorFormChildrenEvents;
|
|
26
28
|
ngOnInit(): void;
|
|
@@ -37,6 +39,6 @@ export declare class SmartFilterEditorContentComponent implements OnInit, AfterV
|
|
|
37
39
|
remove(): void;
|
|
38
40
|
saveFilter(): Promise<void>;
|
|
39
41
|
private constructFormWidget;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SmartFilterEditorContentComponent,
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartFilterEditorContentComponent, [null, null, { optional: true; }]>;
|
|
41
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartFilterEditorContentComponent, "smart-filter-expression-editor", never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
44
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|