nuxeo-development-framework 4.2.7 → 4.2.8
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/bundles/nuxeo-development-framework.umd.js +2664 -3347
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/comments/comments.module.js +5 -9
- package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +23 -30
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +34 -28
- package/esm2015/lib/components/confirm-caller/confirm-caller.dialog.js +77 -0
- package/esm2015/lib/components/confirm-caller/confirm-caller.module.js +28 -0
- package/esm2015/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.js +29 -0
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +35 -31
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +41 -41
- package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +34 -30
- package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +3 -3
- package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +2 -6
- package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +24 -32
- package/esm2015/lib/components/diagrams/components/connection-label.component.js +1 -1
- package/esm2015/lib/components/diagrams/directive/diagram.directive.js +3 -2
- package/esm2015/lib/components/diagrams/editor/customize.js +4 -1
- package/esm2015/lib/components/diagrams/editor/overrides/connection-path.transformers.js +34 -21
- package/esm2015/lib/components/diagrams/editor/path-plugin.js +10 -11
- package/esm2015/lib/components/diagrams/models/base-node.model.js +1 -2
- package/esm2015/lib/components/diagrams/models/connection.model.js +1 -1
- package/esm2015/lib/components/diagrams/types/common.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/diagram-config.type.js +1 -1
- package/esm2015/lib/components/diagrams/types/node-definition.js +1 -1
- package/esm2015/lib/components/diagrams/utilities/random.js +3 -9
- package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +9 -11
- package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +29 -30
- package/esm2015/lib/components/documents/documents.module.js +6 -2
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +40 -45
- package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +17 -21
- package/esm2015/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.js +164 -0
- package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +92 -98
- package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +29 -28
- package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +10 -13
- package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +42 -58
- package/esm2015/lib/components/file-manger/components/copy/copy.component.js +36 -65
- package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +13 -39
- package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +200 -238
- package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +12 -14
- package/esm2015/lib/components/file-manger/components/delete/delete.component.js +20 -48
- package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +43 -45
- package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +36 -62
- package/esm2015/lib/components/file-manger/components/move/move.component.js +31 -60
- package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +81 -81
- package/esm2015/lib/components/file-manger/components/rename/rename.component.js +30 -57
- package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +66 -99
- package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +75 -95
- package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +11 -15
- package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +23 -53
- package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +24 -24
- package/esm2015/lib/components/file-manger/file-manager.abstract.js +19 -21
- package/esm2015/lib/components/file-manger/file-manger.module.js +6 -10
- package/esm2015/lib/components/notifications/components/base-notifications.component.js +16 -2
- package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +3 -3
- package/esm2015/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.js +1 -2
- package/esm2015/lib/components/notifications/services/notifications.service.js +17 -23
- package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +90 -107
- package/esm2015/lib/components/permissions/permissions/permissions.component.js +57 -100
- package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +52 -36
- package/esm2015/lib/components/permissions/permissions.module.js +7 -23
- package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +22 -22
- package/esm2015/lib/shared-services/dialog-mangment.service.js +23 -27
- package/esm2015/lib/shared-services/shared-docs.service.js +27 -22
- package/esm2015/public-api.js +5 -4
- package/fesm2015/nuxeo-development-framework.js +1843 -2523
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/comments/comments.module.d.ts +1 -2
- package/lib/components/comments/components/comment-item/comment-item.component.d.ts +1 -3
- package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +5 -8
- package/lib/components/confirm-caller/confirm-caller.dialog.d.ts +46 -0
- package/lib/components/confirm-caller/confirm-caller.module.d.ts +17 -0
- package/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.d.ts +12 -0
- package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +2 -4
- package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +4 -6
- package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +2 -4
- package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +2 -3
- package/lib/components/diagrams/editor/overrides/connection-path.transformers.d.ts +5 -2
- package/lib/components/diagrams/models/base-node.model.d.ts +1 -1
- package/lib/components/diagrams/models/connection.model.d.ts +1 -2
- package/lib/components/diagrams/types/common.type.d.ts +0 -4
- package/lib/components/diagrams/types/diagram-config.type.d.ts +1 -1
- package/lib/components/diagrams/types/node-definition.d.ts +0 -1
- package/lib/components/diagrams/utilities/random.d.ts +1 -1
- package/lib/components/documents/components/document-list/documents-list.component.d.ts +1 -3
- package/lib/components/documents/documents.module.d.ts +14 -13
- package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +10 -11
- package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +6 -5
- package/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.d.ts +33 -0
- package/lib/components/dynamic-form/components/department-form/department-form.component.d.ts +4 -4
- package/lib/components/dynamic-form/dynamic-form.module.d.ts +1 -2
- package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts +5 -11
- package/lib/components/file-manger/components/copy/copy.component.d.ts +4 -11
- package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts +4 -9
- package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -13
- package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts +4 -6
- package/lib/components/file-manger/components/delete/delete.component.d.ts +4 -11
- package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +11 -9
- package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +5 -11
- package/lib/components/file-manger/components/move/move.component.d.ts +4 -11
- package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts +10 -12
- package/lib/components/file-manger/components/rename/rename.component.d.ts +5 -11
- package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +8 -9
- package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +7 -6
- package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts +3 -4
- package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +4 -11
- package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +8 -9
- package/lib/components/file-manger/file-manager.abstract.d.ts +0 -2
- package/lib/components/file-manger/file-manger.module.d.ts +1 -2
- package/lib/components/notifications/components/base-notifications.component.d.ts +8 -2
- package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +1 -1
- package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +6 -8
- package/lib/components/permissions/permissions/permissions.component.d.ts +1 -3
- package/lib/components/permissions/permissions-template/permissions-template.component.d.ts +3 -3
- package/lib/components/permissions/permissions.module.d.ts +1 -2
- package/lib/shared/components/nuxeo-dialog/nuxeo.dialog.d.ts +5 -5
- package/lib/shared-services/dialog-mangment.service.d.ts +3 -3
- package/lib/shared-services/shared-docs.service.d.ts +2 -4
- package/package.json +4 -3
- package/public-api.d.ts +4 -3
- package/esm2015/lib/components/charts/chart.const.js +0 -3
- package/esm2015/lib/components/charts/chart.token.js +0 -3
- package/esm2015/lib/components/charts/charts.module.js +0 -19
- package/esm2015/lib/components/charts/components/base-chart.component.js +0 -44
- package/esm2015/lib/components/charts/components/chart.component.js +0 -131
- package/esm2015/lib/components/charts/components/data-chart.component.js +0 -164
- package/esm2015/lib/components/charts/components/index.js +0 -4
- package/esm2015/lib/components/charts/defaults/bar.js +0 -18
- package/esm2015/lib/components/charts/defaults/doughnut.js +0 -18
- package/esm2015/lib/components/charts/defaults/index.js +0 -5
- package/esm2015/lib/components/charts/defaults/line.js +0 -36
- package/esm2015/lib/components/charts/defaults/pie.js +0 -20
- package/esm2015/lib/components/charts/index.js +0 -9
- package/esm2015/lib/components/charts/models/index.js +0 -5
- package/esm2015/lib/components/charts/models/options.js +0 -2
- package/esm2015/lib/components/charts/models/plugins-options.js +0 -2
- package/esm2015/lib/components/charts/models/response.js +0 -2
- package/esm2015/lib/components/charts/models/statistic-request-config.js +0 -2
- package/esm2015/lib/components/charts/plugins/doughnut-center-text.js +0 -21
- package/esm2015/lib/components/charts/plugins/doughnut-empty-state.js +0 -30
- package/esm2015/lib/components/charts/plugins/index.js +0 -3
- package/esm2015/lib/components/charts/services/index.js +0 -2
- package/esm2015/lib/components/charts/services/statistic.service.js +0 -17
- package/esm2015/lib/components/charts/utility/colors.js +0 -79
- package/esm2015/lib/components/charts/utility/common.js +0 -7
- package/esm2015/lib/components/charts/utility/index.js +0 -3
- package/lib/components/charts/chart.const.d.ts +0 -2
- package/lib/components/charts/chart.token.d.ts +0 -8
- package/lib/components/charts/charts.module.d.ts +0 -9
- package/lib/components/charts/components/base-chart.component.d.ts +0 -21
- package/lib/components/charts/components/chart.component.d.ts +0 -28
- package/lib/components/charts/components/data-chart.component.d.ts +0 -32
- package/lib/components/charts/components/index.d.ts +0 -3
- package/lib/components/charts/defaults/bar.d.ts +0 -2
- package/lib/components/charts/defaults/doughnut.d.ts +0 -2
- package/lib/components/charts/defaults/index.d.ts +0 -4
- package/lib/components/charts/defaults/line.d.ts +0 -2
- package/lib/components/charts/defaults/pie.d.ts +0 -2
- package/lib/components/charts/index.d.ts +0 -8
- package/lib/components/charts/models/index.d.ts +0 -4
- package/lib/components/charts/models/options.d.ts +0 -11
- package/lib/components/charts/models/plugins-options.d.ts +0 -15
- package/lib/components/charts/models/response.d.ts +0 -5
- package/lib/components/charts/models/statistic-request-config.d.ts +0 -28
- package/lib/components/charts/plugins/doughnut-center-text.d.ts +0 -2
- package/lib/components/charts/plugins/doughnut-empty-state.d.ts +0 -2
- package/lib/components/charts/plugins/index.d.ts +0 -2
- package/lib/components/charts/services/index.d.ts +0 -1
- package/lib/components/charts/services/statistic.service.d.ts +0 -9
- package/lib/components/charts/utility/colors.d.ts +0 -11
- package/lib/components/charts/utility/common.d.ts +0 -4
- package/lib/components/charts/utility/index.d.ts +0 -2
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import { ChartData, ChartType } from 'chart.js';
|
|
3
|
-
import { ChartDefaultsOptions } from '../chart.token';
|
|
4
|
-
import { CustomChartOptions } from '../models';
|
|
5
|
-
import { BaseChartComponent } from './base-chart.component';
|
|
6
|
-
import 'chartjs-adapter-moment';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ChartComponent<TType extends ChartType = ChartType> extends BaseChartComponent<TType> implements AfterViewInit {
|
|
9
|
-
element: ElementRef;
|
|
10
|
-
protected _ngZone: NgZone;
|
|
11
|
-
protected _options: CustomChartOptions<TType>;
|
|
12
|
-
protected _data: ChartData<TType>;
|
|
13
|
-
get data(): ChartData<TType>;
|
|
14
|
-
set data(val: ChartData<TType>);
|
|
15
|
-
get options(): CustomChartOptions<TType>;
|
|
16
|
-
set options(val: CustomChartOptions<TType>);
|
|
17
|
-
constructor(element: ElementRef, _ngZone: NgZone, defaults: ChartDefaultsOptions);
|
|
18
|
-
getCanvas(): HTMLCanvasElement;
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
protected listenToWindowResize(): void;
|
|
21
|
-
protected initChart(): void;
|
|
22
|
-
protected reinitialize(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
private _setFontDefaults;
|
|
25
|
-
private _registerGlobalPlugins;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent<any>, [null, null, { optional: true; }]>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent<any>, "app-chart", never, { "data": "data"; "options": "options"; }, {}, never, never>;
|
|
28
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { ChartData, ChartDataset, ChartType, Color } from 'chart.js';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { CustomChartOptions, DataSourceConfig, DataSourceResult } from '../models';
|
|
6
|
-
import { StatisticService } from '../services';
|
|
7
|
-
import { BaseChartComponent } from './base-chart.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DataChartComponent<TType extends ChartType> extends BaseChartComponent<TType> implements OnInit {
|
|
10
|
-
private _translateService;
|
|
11
|
-
private _statisticService;
|
|
12
|
-
dataSource: DataSourceConfig<TType>;
|
|
13
|
-
options: CustomChartOptions<TType>;
|
|
14
|
-
dataset: Omit<ChartDataset<TType>, 'data'>;
|
|
15
|
-
translatePrefix: string;
|
|
16
|
-
colors: Color[];
|
|
17
|
-
bindValue: string;
|
|
18
|
-
transformData: (data: DataSourceResult<TType>[]) => ChartData<TType>;
|
|
19
|
-
onDataReady: EventEmitter<DataSourceResult<TType>[]>;
|
|
20
|
-
chartData$: Observable<ChartData>;
|
|
21
|
-
private readonly _defaultParams;
|
|
22
|
-
constructor(_translateService: TranslateService, _statisticService: StatisticService);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
private _prepareChartData;
|
|
25
|
-
private _fetchStatistic;
|
|
26
|
-
private _getLabel;
|
|
27
|
-
private _getValue;
|
|
28
|
-
private _generateColors;
|
|
29
|
-
private _getMainColor;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataChartComponent<any>, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataChartComponent<any>, "app-data-chart", never, { "dataSource": "dataSource"; "options": "options"; "dataset": "dataset"; "translatePrefix": "translatePrefix"; "colors": "colors"; "bindValue": "bindValue"; "transformData": "transformData"; }, { "onDataReady": "onDataReady"; }, never, never>;
|
|
32
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './chart.const';
|
|
2
|
-
export * from './chart.token';
|
|
3
|
-
export * from './charts.module';
|
|
4
|
-
export * from './components';
|
|
5
|
-
export * as ChartDefaults from './defaults';
|
|
6
|
-
export * from './models';
|
|
7
|
-
export * as ChartPlugins from './plugins';
|
|
8
|
-
export * as ChartUtils from './utility';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ChartOptions, ChartType, PluginOptionsByType } from 'chart.js';
|
|
2
|
-
import { DeepPartial } from 'chart.js/dist/types/utils';
|
|
3
|
-
import { EmptyDoughnutOptions, TextCenterOptions } from './plugins-options';
|
|
4
|
-
export declare type ChartPluginsOptions<TType extends ChartType> = PluginOptionsByType<TType> & {
|
|
5
|
-
centerText: TextCenterOptions;
|
|
6
|
-
emptyDoughnut: EmptyDoughnutOptions;
|
|
7
|
-
};
|
|
8
|
-
export interface CustomPluginChartOptions<TType extends ChartType> {
|
|
9
|
-
plugins: ChartPluginsOptions<TType>;
|
|
10
|
-
}
|
|
11
|
-
export declare type CustomChartOptions<TType extends ChartType = ChartType> = ChartOptions<TType> & DeepPartial<CustomPluginChartOptions<TType>>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare type TextCenterOptions = {
|
|
2
|
-
font?: string;
|
|
3
|
-
color?: string;
|
|
4
|
-
text?: string;
|
|
5
|
-
};
|
|
6
|
-
export declare type EmptyDoughnutOptions = {
|
|
7
|
-
radiusDecrease?: number;
|
|
8
|
-
lineWidth?: number;
|
|
9
|
-
color?: string;
|
|
10
|
-
backgroundColor?: string;
|
|
11
|
-
text?: string;
|
|
12
|
-
font?: string;
|
|
13
|
-
fontColor?: string;
|
|
14
|
-
showMessage?: boolean;
|
|
15
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ChartDataset, ChartType } from 'chart.js';
|
|
2
|
-
import { CustomChartOptions } from './options';
|
|
3
|
-
import { StatisticBucket } from './response';
|
|
4
|
-
export interface StatisticRequestConfig {
|
|
5
|
-
pageProvider: string;
|
|
6
|
-
headers?: Record<string, any>;
|
|
7
|
-
params?: Record<string, any>;
|
|
8
|
-
propertyPath: string;
|
|
9
|
-
bindLabel?: string;
|
|
10
|
-
bindValue?: string;
|
|
11
|
-
retryCount?: number;
|
|
12
|
-
transformData?: (data: any) => StatisticBucket[];
|
|
13
|
-
onError?: (error: Error) => void;
|
|
14
|
-
}
|
|
15
|
-
export declare type DataSourceConfig<T extends ChartType> = Array<{
|
|
16
|
-
label?: string;
|
|
17
|
-
colors?: string[];
|
|
18
|
-
config: StatisticRequestConfig[];
|
|
19
|
-
dataset?: Omit<ChartDataset<T>, 'data'>;
|
|
20
|
-
}>;
|
|
21
|
-
export declare type DataSourceResult<T extends ChartType> = {
|
|
22
|
-
results: StatisticBucket[];
|
|
23
|
-
meta: {
|
|
24
|
-
label: string;
|
|
25
|
-
colors?: string[];
|
|
26
|
-
dataset: CustomChartOptions<T>;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './statistic.service';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NuxeoPagination } from '../../../shared/models';
|
|
2
|
-
import { BaseService } from '../../../shared/services';
|
|
3
|
-
import { StatisticRequestConfig } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class StatisticService extends BaseService {
|
|
6
|
-
getStatistic({ pageProvider, headers, params, }: Pick<StatisticRequestConfig, 'pageProvider' | 'headers' | 'params'>): import("rxjs").Observable<NuxeoPagination<any>>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StatisticService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StatisticService>;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare function transparentize(value: string, opacity: number): string;
|
|
2
|
-
export declare function colorToHex(color: any): any;
|
|
3
|
-
export declare function hexToRgb(hex: string): {
|
|
4
|
-
r: number;
|
|
5
|
-
g: number;
|
|
6
|
-
b: number;
|
|
7
|
-
};
|
|
8
|
-
export declare function rgbToHex(r: number, g: number, b: number): string;
|
|
9
|
-
export declare function createTint(color: string, amount: number): string;
|
|
10
|
-
export declare function createShade(color: string, amount: number): string;
|
|
11
|
-
export declare function createColorVariants(color: string, length: number, type?: 'tint' | 'shade', amount?: number): string[];
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ChartDataset, ChartType } from 'chart.js';
|
|
2
|
-
import { StatisticBucket } from '../models';
|
|
3
|
-
export declare function flatArray<T = StatisticBucket>(data: T[][]): T[];
|
|
4
|
-
export declare function isObject<T extends ChartType>(obj: any): obj is Partial<ChartDataset<T>>;
|