@bizdoc/core 2.4.5 → 2.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.
- package/assets/system/Hadoop.svg +12 -0
- package/assets/system/Workday.svg +37 -0
- package/assets/system/priority.png +0 -0
- package/esm2022/lib/admin/architecture/declarations.mjs +4 -2
- package/esm2022/lib/bizdoc.module.mjs +3 -3
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +4 -5
- package/esm2022/lib/compose/overlay.component.exp.mjs +3 -21
- package/esm2022/lib/core/configuration.mjs +1 -1
- package/esm2022/lib/core/document-factory.service.mjs +4 -4
- package/esm2022/lib/core/http.interceptor.mjs +5 -5
- package/esm2022/lib/modules/chart.module.mjs +10 -7
- package/esm2022/lib/shared.module.mjs +4 -4
- package/fesm2022/bizdoc-core.mjs +29 -43
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/declarations.d.ts +2 -0
- package/lib/admin/architecture/designer-element.component.d.ts +2 -0
- package/lib/compose/form-selector/form-selector.sheet.d.ts +1 -2
- package/lib/core/configuration.d.ts +1 -1
- package/lib/modules/chart.module.d.ts +1 -1
- package/package.json +1 -1
@@ -12,12 +12,11 @@ export declare class FormSelectorSheet {
|
|
12
12
|
private _sb;
|
13
13
|
private _factory;
|
14
14
|
private _router;
|
15
|
-
private _session;
|
16
15
|
private readonly _done;
|
17
16
|
readonly done: import("rxjs").Observable<RecipientModel<any>>;
|
18
17
|
readonly forms: Form[];
|
19
18
|
/** form selector ctor */
|
20
|
-
constructor(_dialog: MatDialog, _bsRef: MatBottomSheetRef<FormSelectorSheet>, _sb: PromptService, _factory: DocumentFactory, _router: Router,
|
19
|
+
constructor(_dialog: MatDialog, _bsRef: MatBottomSheetRef<FormSelectorSheet>, _sb: PromptService, _factory: DocumentFactory, _router: Router, session: SessionService);
|
21
20
|
open(form: string): void;
|
22
21
|
copy(event: MouseEvent): void;
|
23
22
|
private _nav;
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@syncfusion/ej2-angular-charts";
|
3
3
|
export declare class SyncfusionChartModule {
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SyncfusionChartModule, never>;
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule]>;
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SyncfusionChartModule, never, [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule], [typeof i1.ChartModule, typeof i1.AccumulationChartModule, typeof i1.SparklineModule, typeof i1.RangeNavigatorModule, typeof i1.BulletChartModule]>;
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<SyncfusionChartModule>;
|
7
7
|
}
|