@bizdoc/core 2.3.15 → 2.3.17
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/themes/brown.min.css +49 -42
- package/assets/themes/dark.min.css +47 -40
- package/assets/themes/deep-purple-light-blue.min.css +46 -44
- package/assets/themes/deep-purple-teal.min.css +46 -44
- package/assets/themes/default.min.css +46 -44
- package/assets/themes/green.min.css +49 -42
- package/assets/themes/indigo.min.css +49 -42
- package/assets/themes/syncfusion.min.css +90 -0
- package/esm2022/lib/admin/architecture/designer.component.mjs +3 -3
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +10 -9
- package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +3 -3
- package/esm2022/lib/admin/form/workflow/node.component.mjs +4 -4
- package/esm2022/lib/admin/form/workflow/role-node.component.mjs +5 -5
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +2 -2
- package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2022/lib/admin/profiler/outofoffice.component.mjs +9 -7
- package/esm2022/lib/app.component.mjs +5 -1
- package/esm2022/lib/browse/filter/filter.component.mjs +2 -3
- package/esm2022/lib/compose/action/assign-action.component.mjs +4 -4
- package/esm2022/lib/compose/action/moveto-action.component.mjs +8 -8
- package/esm2022/lib/compose/action/return-action.component.mjs +3 -3
- package/esm2022/lib/core/models.mjs +1 -1
- package/esm2022/lib/core/translations.mjs +5 -4
- package/esm2022/lib/cube/grid/spreadsheet.component.mjs +16 -11
- package/esm2022/lib/cube/matrix/table.component.mjs +3 -3
- package/esm2022/lib/modules/grid.module.mjs +3 -3
- package/esm2022/lib/options/options.component.mjs +6 -4
- package/esm2022/lib/scheduler/schedule.component.mjs +3 -3
- package/fesm2022/bizdoc-core.mjs +78 -64
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/elements/cube.component.d.ts +1 -1
- package/lib/admin/profiler/outofoffice.component.d.ts +2 -0
- package/lib/core/translations.d.ts +4 -3
- package/lib/cube/grid/spreadsheet.component.d.ts +6 -1
- package/lib/options/options.component.d.ts +2 -0
- package/package.json +1 -1
@@ -31,7 +31,7 @@ export declare class CubeDesignComponent extends DesignerTypeElementComponent im
|
|
31
31
|
jobInfo: BackgroundJobInfo;
|
32
32
|
syncing: boolean;
|
33
33
|
element: ElementRef<any>;
|
34
|
-
|
34
|
+
typegroups: ElementFamily[];
|
35
35
|
currencies: ElementInfo<any>[];
|
36
36
|
guides: ElementInfo<any>[];
|
37
37
|
constructor(fb: FormBuilder, _service: SystemService, _ps: PromptService, element: ElementRef<any>, ref: DesignerRef);
|
@@ -19,6 +19,8 @@ export declare class ProfileSettingsDialog implements OnInit {
|
|
19
19
|
private _fb;
|
20
20
|
model: OutOfOfficeData;
|
21
21
|
readonly separatorKeysCodes: number[];
|
22
|
+
readonly today: Date;
|
23
|
+
readonly isMobile: boolean;
|
22
24
|
readonly substitute: import("@angular/forms").FormControl<string | UserInfo>;
|
23
25
|
readonly grants: import("@angular/forms").FormControl<any[]>;
|
24
26
|
substitueInput: MatInput;
|
@@ -363,8 +363,6 @@ export declare const STRINGS: {
|
|
363
363
|
SaveChangesAsk: string;
|
364
364
|
DiscardChanges: string;
|
365
365
|
QuickMail: string;
|
366
|
-
EmailRequired: string;
|
367
|
-
Required: string;
|
368
366
|
Copyright: string;
|
369
367
|
Filter: string;
|
370
368
|
Status: string;
|
@@ -401,6 +399,7 @@ export declare const STRINGS: {
|
|
401
399
|
Title: string;
|
402
400
|
Search: string;
|
403
401
|
SearchContacts: string;
|
402
|
+
Dates: string;
|
404
403
|
From: string;
|
405
404
|
To: string;
|
406
405
|
Duration: string;
|
@@ -477,6 +476,7 @@ export declare const STRINGS: {
|
|
477
476
|
FillNotificationTill: string;
|
478
477
|
CompleteNotification: string;
|
479
478
|
CompleteNotificationTill: string;
|
479
|
+
AreRequiredErr: string;
|
480
480
|
RequiredErr: string;
|
481
481
|
PatternErr: string;
|
482
482
|
EmailErr: string;
|
@@ -489,6 +489,7 @@ export declare const STRINGS: {
|
|
489
489
|
MinLengthErr: string;
|
490
490
|
MaxLengthErr: string;
|
491
491
|
RequiredErr: string;
|
492
|
+
AreRequiredErr: string;
|
492
493
|
FillNotification: string;
|
493
494
|
FillNotificationTill: string;
|
494
495
|
FillNotificationTillMale: string;
|
@@ -556,7 +557,6 @@ export declare const STRINGS: {
|
|
556
557
|
About: string;
|
557
558
|
Date: string;
|
558
559
|
Clear: string;
|
559
|
-
Required: string;
|
560
560
|
NewFrom: string;
|
561
561
|
SheetN: string;
|
562
562
|
Connect: string;
|
@@ -770,6 +770,7 @@ export declare const STRINGS: {
|
|
770
770
|
OutOfOfficeTip: string;
|
771
771
|
OutOfOfficeTipMale: string;
|
772
772
|
OutOfOfficeTipFemale: string;
|
773
|
+
Dates: string;
|
773
774
|
From: string;
|
774
775
|
To: string;
|
775
776
|
Users: string;
|
@@ -30,7 +30,7 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
30
30
|
readonly loadingChange: EventEmitter<boolean>;
|
31
31
|
id: string;
|
32
32
|
spreadsheet: Spreadsheet;
|
33
|
-
|
33
|
+
rows: RowModel[];
|
34
34
|
columns: ColumnModel[];
|
35
35
|
readonly scrollSettings: ScrollSettingsModel;
|
36
36
|
readonly numberStyle: CellStyleModel;
|
@@ -52,6 +52,11 @@ export declare class CubeSpreadsheetComponent implements OnInit, CubeViewerCompo
|
|
52
52
|
private _datatable;
|
53
53
|
private _dataseries;
|
54
54
|
private _draw;
|
55
|
+
/**
|
56
|
+
*
|
57
|
+
* @param evt
|
58
|
+
* @returns
|
59
|
+
*/
|
55
60
|
select(evt: SelectEventArgs): void;
|
56
61
|
private _filly;
|
57
62
|
private _fillx;
|
@@ -24,6 +24,8 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
24
24
|
private _sb;
|
25
25
|
private _session;
|
26
26
|
private readonly _destroy;
|
27
|
+
readonly today: Date;
|
28
|
+
readonly isMobile: boolean;
|
27
29
|
private _requiredValidator;
|
28
30
|
substitueInput: MatInput;
|
29
31
|
grantInput: MatChipInput;
|