@alfresco/adf-insights 9.1.0-16879056836 → 9.1.0-16936569382
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/lib/insights.module.d.ts
CHANGED
|
@@ -103,7 +103,15 @@ import * as i84 from "./diagram/components/raphael/raphael-plus.component";
|
|
|
103
103
|
import * as i85 from "./diagram/components/raphael/raphael-rect.component";
|
|
104
104
|
import * as i86 from "./diagram/components/raphael/raphael-rhombus.component";
|
|
105
105
|
import * as i87 from "./diagram/components/raphael/raphael-text.component";
|
|
106
|
-
/**
|
|
106
|
+
/**
|
|
107
|
+
* @deprecated This module is deprecated and will be removed in a future release.
|
|
108
|
+
* Example:
|
|
109
|
+
* ```
|
|
110
|
+
* providers: [
|
|
111
|
+
* provideTranslations('adf-insights', 'assets/adf-insights')
|
|
112
|
+
* ]
|
|
113
|
+
* ```
|
|
114
|
+
*/
|
|
107
115
|
export declare class InsightsModule {
|
|
108
116
|
static forRoot(): ModuleWithProviders<InsightsModule>;
|
|
109
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<InsightsModule, never>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-insights",
|
|
3
3
|
"description": "Alfresco ADF insights",
|
|
4
|
-
"version": "9.1.0-
|
|
4
|
+
"version": "9.1.0-16936569382",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@alfresco/adf-core": ">=9.1.0-
|
|
15
|
-
"@alfresco/adf-content-services": ">=9.1.0-
|
|
14
|
+
"@alfresco/adf-core": ">=9.1.0-16936569382",
|
|
15
|
+
"@alfresco/adf-content-services": ">=9.1.0-16936569382",
|
|
16
16
|
"@ngx-translate/core": ">=14.0.0",
|
|
17
17
|
"chart.js": "^4.3.0",
|
|
18
18
|
"ng2-charts": "^4.1.1",
|