@bizdoc/core 2.4.14 → 2.4.15
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/browse/browse.pane.component.mjs +3 -3
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
- package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +3 -3
- package/esm2022/lib/reports/report.pane.component.mjs +3 -3
- package/fesm2022/bizdoc-core.mjs +10 -10
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/browse/browse.pane.component.d.ts +1 -1
- package/lib/compose/action/action.pane.dialog.exp.d.ts +1 -1
- package/lib/compose/compose.pane.component.d.ts +1 -1
- package/lib/compose/version-compare/version.pane.component.d.ts +1 -1
- package/lib/reports/report.pane.component.d.ts +1 -1
- package/package.json +1 -1
@@ -47,5 +47,5 @@ export declare class BrowsePaneComponent implements OnInit {
|
|
47
47
|
sendAll(action: string): void;
|
48
48
|
ngOnDestroy(): void;
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<BrowsePaneComponent, never>;
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BrowsePaneComponent, "bizdoc-browse
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BrowsePaneComponent, "bizdoc-browse-pane", never, {}, {}, never, never, false, never>;
|
51
51
|
}
|
@@ -26,5 +26,5 @@ export declare class ActionPaneComponent extends ActionBase implements OnInit, O
|
|
26
26
|
ngOnInit(): void;
|
27
27
|
ngOnDestroy(): void;
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionPaneComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionPaneComponent, "bizdoc-action-dialog
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionPaneComponent, "bizdoc-action-dialog-pane", never, {}, {}, never, never, false, never>;
|
30
30
|
}
|
@@ -54,5 +54,5 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
|
|
54
54
|
ngOnDestroy(): void;
|
55
55
|
view(): void;
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComposePaneComponent, never>;
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComposePaneComponent, "bizdoc-compose
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComposePaneComponent, "bizdoc-compose-pane", never, {}, {}, never, never, false, never>;
|
58
58
|
}
|
@@ -17,5 +17,5 @@ export declare class VersionPaneComponent implements OnInit {
|
|
17
17
|
ngOnInit(): void;
|
18
18
|
switch(time: Date): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<VersionPaneComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VersionPaneComponent, "bizdoc-version
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VersionPaneComponent, "bizdoc-version-pane", never, {}, {}, never, never, false, never>;
|
21
21
|
}
|
@@ -39,5 +39,5 @@ export declare class ReportPaneComponent implements OnInit, OnDestroy {
|
|
39
39
|
guide(evt?: Event | KeyboardEvent): void;
|
40
40
|
ngOnDestroy(): void;
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportPaneComponent, never>;
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReportPaneComponent, "bizdoc-report
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportPaneComponent, "bizdoc-report-pane", never, {}, {}, never, never, false, never>;
|
43
43
|
}
|