@bizdoc/core 2.7.4 → 2.7.6
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/assets/themes/default.min.css +22 -16
- package/assets/themes/indigo-amber.min.css +22 -16
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +6 -3
- package/esm2022/lib/chat/chat-info.mjs +2 -2
- package/esm2022/lib/cube/explore/explore-items.component.mjs +3 -3
- package/esm2022/lib/cube/filter/filter.component.mjs +2 -2
- package/esm2022/lib/cube/pivot/pivot.component.mjs +37 -6
- package/fesm2022/bizdoc-core.mjs +46 -12
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/cube/pivot/pivot.component.d.ts +3 -1
- package/package.json +19 -19
- package/assets/themes/spreadsheet.min.css +0 -15
- package/assets/themes/syncfusion.min.css +0 -90
@@ -1,6 +1,6 @@
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, ElementRef, OnInit, SimpleChanges } from '@angular/core';
|
2
2
|
import { Direction } from '@angular/cdk/bidi';
|
3
|
-
import { MultiLevelLabelClickEventArgs, DisplayOptionModel, PivotView, CellClickEventArgs, IFieldOptions, IFormatSettings } from '@syncfusion/ej2-pivotview';
|
3
|
+
import { HyperCellClickEventArgs, HyperlinkSettingsModel, MultiLevelLabelClickEventArgs, DisplayOptionModel, PivotView, CellClickEventArgs, IFieldOptions, IFormatSettings } from '@syncfusion/ej2-pivotview';
|
4
4
|
import { ChartSettingsModel } from '@syncfusion/ej2-pivotview/src/pivotview/model/chartsettings-model';
|
5
5
|
import { GridSettingsModel } from "@syncfusion/ej2-pivotview/src/pivotview/model/gridsettings-model";
|
6
6
|
import { DataSourceSettingsModel } from "@syncfusion/ej2-pivotview/src/model/datasourcesettings-model";
|
@@ -52,6 +52,7 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
52
52
|
readonly formatSettings: IFormatSettings[];
|
53
53
|
values: IFieldOptions[];
|
54
54
|
private readonly conditionalFormatSettings;
|
55
|
+
readonly hyperlinkSettings: HyperlinkSettingsModel;
|
55
56
|
readonly gridSettings: GridSettingsModel;
|
56
57
|
dir: Direction;
|
57
58
|
private _cube;
|
@@ -77,6 +78,7 @@ export declare class CubePivotComponent implements CubeViewerComponent, OnInit,
|
|
77
78
|
*/
|
78
79
|
private _presets;
|
79
80
|
multiLevelLabelClick(evt: MultiLevelLabelClickEventArgs): void;
|
81
|
+
hyperlinkCellClick(evt: HyperCellClickEventArgs): void;
|
80
82
|
/**
|
81
83
|
*
|
82
84
|
* @param evt
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.7.
|
3
|
+
"version": "2.7.6",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -12,28 +12,28 @@
|
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.8",
|
14
14
|
"@microsoft/signalr": "^8.0.7",
|
15
|
-
"@syncfusion/ej2": "^26.2.
|
16
|
-
"@syncfusion/ej2-angular-charts": "^26.2.
|
17
|
-
"@syncfusion/ej2-angular-circulargauge": "^26.2.
|
18
|
-
"@syncfusion/ej2-angular-diagrams": "^26.2.
|
19
|
-
"@syncfusion/ej2-angular-gantt": "^26.2.
|
20
|
-
"@syncfusion/ej2-angular-grids": "^26.2.
|
21
|
-
"@syncfusion/ej2-angular-inputs": "^26.2.
|
22
|
-
"@syncfusion/ej2-angular-kanban": "^26.2.
|
23
|
-
"@syncfusion/ej2-angular-lineargauge": "^26.2.
|
24
|
-
"@syncfusion/ej2-angular-pivotview": "^26.2.
|
25
|
-
"@syncfusion/ej2-angular-richtexteditor": "^26.2.
|
26
|
-
"@syncfusion/ej2-angular-schedule": "^26.2.
|
27
|
-
"@syncfusion/ej2-angular-spreadsheet": "^26.2.
|
28
|
-
"@syncfusion/ej2-base": "^26.2.
|
29
|
-
"ace-builds": "^1.
|
15
|
+
"@syncfusion/ej2": "^26.2.10",
|
16
|
+
"@syncfusion/ej2-angular-charts": "^26.2.10",
|
17
|
+
"@syncfusion/ej2-angular-circulargauge": "^26.2.10",
|
18
|
+
"@syncfusion/ej2-angular-diagrams": "^26.2.10",
|
19
|
+
"@syncfusion/ej2-angular-gantt": "^26.2.10",
|
20
|
+
"@syncfusion/ej2-angular-grids": "^26.2.10",
|
21
|
+
"@syncfusion/ej2-angular-inputs": "^26.2.10",
|
22
|
+
"@syncfusion/ej2-angular-kanban": "^26.2.10",
|
23
|
+
"@syncfusion/ej2-angular-lineargauge": "^26.2.10",
|
24
|
+
"@syncfusion/ej2-angular-pivotview": "^26.2.10",
|
25
|
+
"@syncfusion/ej2-angular-richtexteditor": "^26.2.10",
|
26
|
+
"@syncfusion/ej2-angular-schedule": "^26.2.10",
|
27
|
+
"@syncfusion/ej2-angular-spreadsheet": "^26.2.10",
|
28
|
+
"@syncfusion/ej2-base": "^26.2.10",
|
29
|
+
"ace-builds": "^1.36.0",
|
30
30
|
"cookie": "^0.6.0",
|
31
|
-
"dayjs": "^1.11.
|
32
|
-
"firebase": "^10.
|
31
|
+
"dayjs": "^1.11.13",
|
32
|
+
"firebase": "^10.13.0",
|
33
33
|
"hammerjs": "~2",
|
34
34
|
"ngx-cookie-service": "18",
|
35
35
|
"typescript": "5.5",
|
36
|
-
"zone.js": "^0.
|
36
|
+
"zone.js": "^0.15.0",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|