@smartbit4all/ng-client 3.3.180 → 3.3.182
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/esm2020/lib/smart-client/smart-component-api-client.mjs +35 -24
- package/esm2020/lib/smart-filter-editor/smart-filter-editor.model.mjs +1 -1
- package/esm2020/lib/smart-filter-editor/smart-filter-editor.service.mjs +11 -7
- package/esm2020/lib/smart-grid/smart-grid.component.mjs +4 -2
- package/fesm2015/smartbit4all-ng-client.mjs +47 -30
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +47 -30
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-client/smart-component-api-client.d.ts +1 -1
- package/lib/smart-filter-editor/smart-filter-editor.model.d.ts +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.182.tgz +0 -0
- package/smartbit4all-ng-client-3.3.180.tgz +0 -0
|
@@ -18,7 +18,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
|
|
|
18
18
|
private detectChange;
|
|
19
19
|
private _uuid?;
|
|
20
20
|
private uuidOfPageHasBeenChangedSubscription?;
|
|
21
|
-
private
|
|
21
|
+
private componentModelLoaded;
|
|
22
22
|
get uuid(): string | undefined;
|
|
23
23
|
set uuid(uuid: string | undefined);
|
|
24
24
|
private _model;
|
|
@@ -23,7 +23,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
23
23
|
private readonly defaultPageSizeOptions;
|
|
24
24
|
private _destroy$;
|
|
25
25
|
smartGrid?: SmartGrid;
|
|
26
|
-
uuid
|
|
26
|
+
uuid?: string;
|
|
27
27
|
dev: boolean;
|
|
28
28
|
vcRefTable?: ViewContainerRef;
|
|
29
29
|
componentRefTable?: ComponentRef<SmarttableComponent>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|