@bizdoc/core 2.4.11 → 2.4.12
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/esm2022/lib/compose/version-compare/version-compare.directive.mjs +26 -25
- package/esm2022/lib/core/document-factory.service.mjs +11 -1
- package/esm2022/lib/core/slots/slots.component.mjs +12 -11
- package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +2 -2
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +2 -2
- package/esm2022/lib/cube/matrix/table.component.mjs +27 -27
- package/esm2022/lib/cube/spreadsheet/spreadsheet.container.exp.mjs +1 -1
- package/esm2022/lib/home/options/options.component.mjs +2 -2
- package/esm2022/lib/modules/spreadsheet.module.mjs +4 -4
- package/esm2022/lib/shared.module.mjs +2 -2
- package/fesm2022/bizdoc-core.mjs +83 -71
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/compose/version-compare/version-compare.directive.d.ts +0 -1
- package/lib/core/document-factory.service.d.ts +10 -0
- package/package.json +15 -15
@@ -31,7 +31,6 @@ export declare class CompareGroupDirective extends CompareDirectiveBase implemen
|
|
31
31
|
get keys(): string[];
|
32
32
|
constructor(_comparision: VersionCompareComponent, _context: CompareContextDirective, _parent: CompareGroupDirective);
|
33
33
|
ngOnInit(): void;
|
34
|
-
private _normalize;
|
35
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompareGroupDirective, [{ optional: true; }, { optional: true; host: true; }, { optional: true; host: true; skipSelf: true; }]>;
|
36
35
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CompareGroupDirective, "[bizdocCompareGroup],[bizdocCompareArray]", never, { "name": { "alias": "bizdocCompareGroup"; "required": false; }; }, {}, never, never, false, never>;
|
37
36
|
}
|
@@ -19,8 +19,18 @@ export declare class DocumentFactory {
|
|
19
19
|
private _dir;
|
20
20
|
private _router;
|
21
21
|
constructor(_session: SessionService, _mailbox: MailboxService, _cf: BizDocComponentFactoryResolver, _messaging: HubService, _ps: PromptService, _overlay: Overlay, _dir: Directionality, _router: RouterImpl);
|
22
|
+
/**
|
23
|
+
*
|
24
|
+
* @param formId
|
25
|
+
* @returns
|
26
|
+
*/
|
22
27
|
create(formId: string): Observable<RecipientModel<any>>;
|
23
28
|
private _nav;
|
29
|
+
/**
|
30
|
+
*
|
31
|
+
* @param documentId
|
32
|
+
* @returns
|
33
|
+
*/
|
24
34
|
copy(documentId: number): Observable<RecipientModel<any>>;
|
25
35
|
/**
|
26
36
|
* Handle http error response
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.12",
|
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,20 +12,20 @@
|
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.6",
|
14
14
|
"@microsoft/signalr": "^8.0.0",
|
15
|
-
"@syncfusion/ej2": "^
|
16
|
-
"@syncfusion/ej2-angular-charts": "^
|
17
|
-
"@syncfusion/ej2-angular-circulargauge": "^
|
18
|
-
"@syncfusion/ej2-angular-diagrams": "^
|
19
|
-
"@syncfusion/ej2-angular-gantt": "^
|
20
|
-
"@syncfusion/ej2-angular-grids": "^
|
21
|
-
"@syncfusion/ej2-angular-inputs": "^
|
22
|
-
"@syncfusion/ej2-angular-kanban": "^
|
23
|
-
"@syncfusion/ej2-angular-lineargauge": "^
|
24
|
-
"@syncfusion/ej2-angular-pivotview": "^
|
25
|
-
"@syncfusion/ej2-angular-richtexteditor": "^
|
26
|
-
"@syncfusion/ej2-angular-schedule": "^
|
27
|
-
"@syncfusion/ej2-angular-spreadsheet": "^
|
28
|
-
"@syncfusion/ej2-base": "^
|
15
|
+
"@syncfusion/ej2": "^25.1.35",
|
16
|
+
"@syncfusion/ej2-angular-charts": "^25.1.35",
|
17
|
+
"@syncfusion/ej2-angular-circulargauge": "^25.1.35",
|
18
|
+
"@syncfusion/ej2-angular-diagrams": "^25.1.35",
|
19
|
+
"@syncfusion/ej2-angular-gantt": "^25.1.35",
|
20
|
+
"@syncfusion/ej2-angular-grids": "^25.1.35",
|
21
|
+
"@syncfusion/ej2-angular-inputs": "^25.1.35",
|
22
|
+
"@syncfusion/ej2-angular-kanban": "^25.1.35",
|
23
|
+
"@syncfusion/ej2-angular-lineargauge": "^25.1.35",
|
24
|
+
"@syncfusion/ej2-angular-pivotview": "^25.1.35",
|
25
|
+
"@syncfusion/ej2-angular-richtexteditor": "^25.1.35",
|
26
|
+
"@syncfusion/ej2-angular-schedule": "^25.1.35",
|
27
|
+
"@syncfusion/ej2-angular-spreadsheet": "^25.1.35",
|
28
|
+
"@syncfusion/ej2-base": "^25.1.35",
|
29
29
|
"ace-builds": "^1.32.7",
|
30
30
|
"cookie": "^0.6.0",
|
31
31
|
"dayjs": "^1.11.10",
|