@bizdoc/core 3.4.5 → 3.4.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.
@@ -20,7 +20,6 @@ export declare class FlowViewComponent extends TraceBase implements AfterViewIni
|
|
20
20
|
readonly tool: DiagramTools;
|
21
21
|
readonly diagramConstraints: DiagramConstraints;
|
22
22
|
readonly enableRtl: boolean;
|
23
|
-
readonly transparentColor: string;
|
24
23
|
readonly layout: LayoutModel;
|
25
24
|
readonly scrollSettings: ScrollSettingsModel;
|
26
25
|
readonly diagramSettings: {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.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",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"@syncfusion/ej2-angular-schedule": "29.1",
|
28
28
|
"@syncfusion/ej2-angular-spreadsheet": "29.1",
|
29
29
|
"@syncfusion/ej2-angular-base": "29.1",
|
30
|
-
"ace-builds": "
|
30
|
+
"ace-builds": "1.40",
|
31
31
|
"cookie": "^1.0.2",
|
32
32
|
"hammerjs": "~2",
|
33
33
|
"dayjs": "^1.11.13",
|