@bizdoc/core 3.4.5 → 3.4.7
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.
@@ -21,6 +21,8 @@ export declare class FlowViewComponent extends TraceBase implements AfterViewIni
|
|
21
21
|
readonly diagramConstraints: DiagramConstraints;
|
22
22
|
readonly enableRtl: boolean;
|
23
23
|
readonly transparentColor: string;
|
24
|
+
readonly defaultColor: string;
|
25
|
+
readonly dimColor: string;
|
24
26
|
readonly layout: LayoutModel;
|
25
27
|
readonly scrollSettings: ScrollSettingsModel;
|
26
28
|
readonly diagramSettings: {
|
package/lib/core/functions.d.ts
CHANGED
@@ -20,6 +20,7 @@ export declare function isDate(val: any): val is Date;
|
|
20
20
|
export declare function isArray(val: any): val is Array<any>;
|
21
21
|
export declare function isString(val: any): val is string;
|
22
22
|
export declare function getWarn(mode?: MaterialMode): string;
|
23
|
+
export declare function getGray(mode?: MaterialMode): string;
|
23
24
|
export declare function playAudio(name: 'notification_simple-01' | 'alert_error-03'): void;
|
24
25
|
/**
|
25
26
|
*
|
@@ -14,4 +14,4 @@ export declare class ToNowPipe implements PipeTransform {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
|
15
15
|
static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
|
16
16
|
}
|
17
|
-
export declare function getSecondsUntilUpdate(time: dayjs.Dayjs):
|
17
|
+
export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 300 | 1 | 30 | 3600;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.7",
|
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",
|