@smartbit4all/ng-client 4.2.2 → 4.2.4
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-grid/smart-grid.component.mjs +3 -3
- package/esm2022/src/lib/smart-chart/smart-chart/smart-chart.component.mjs +6 -4
- package/fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs +4 -2
- package/fesm2022/smartbit4all-ng-client-src-lib-smart-chart.mjs.map +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +2 -2
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.4.tgz +0 -0
- package/src/lib/smart-chart/smart-chart/smart-chart.component.d.ts +3 -3
- package/smartbit4all-ng-client-4.2.2.tgz +0 -0
package/package.json
CHANGED
|
Binary file
|
|
@@ -4,16 +4,16 @@ import { ComponentLibrary } from '../view-context/utility/componentLibrary';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SmartChartComponent {
|
|
6
6
|
private chartOptionProvider;
|
|
7
|
-
compLib: ComponentLibrary;
|
|
8
7
|
diagramUiModel: DiagramUiModel;
|
|
9
8
|
options?: any;
|
|
10
9
|
data: any;
|
|
11
10
|
type: any;
|
|
11
|
+
compLib: ComponentLibrary;
|
|
12
12
|
componentLibrary: typeof ComponentLibrary;
|
|
13
|
-
constructor(chartOptionProvider: DefaultChartOptionsProvider, compLib
|
|
13
|
+
constructor(chartOptionProvider: DefaultChartOptionsProvider, compLib?: ComponentLibrary);
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
private deepMerge;
|
|
16
16
|
private convertBackendOptions;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SmartChartComponent,
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartChartComponent, [null, { optional: true; }]>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartChartComponent, "smart-chart", never, { "diagramUiModel": { "alias": "diagramUiModel"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
|
|
19
19
|
}
|
|
Binary file
|