@bizdoc/core 2.3.18 → 2.3.21
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 +4 -4
- package/assets/themes/dark.min.css +4 -4
- package/assets/themes/deep-purple-light-blue.min.css +4 -4
- package/assets/themes/deep-purple-teal.min.css +4 -4
- package/assets/themes/default.min.css +4 -4
- package/assets/themes/green.min.css +4 -4
- package/assets/themes/indigo.min.css +4 -4
- package/esm2022/lib/admin/admin-menu.component.mjs +9 -10
- package/esm2022/lib/admin/architecture/cube-axes-filter.component.mjs +11 -11
- package/esm2022/lib/admin/architecture/designer-element.component.mjs +4 -4
- package/esm2022/lib/admin/architecture/designer-privileges.component.mjs +15 -16
- package/esm2022/lib/admin/architecture/designer.component.mjs +16 -15
- package/esm2022/lib/admin/architecture/elements/analysis-view.component.mjs +13 -14
- package/esm2022/lib/admin/architecture/elements/analysis-widget.component.mjs +11 -12
- package/esm2022/lib/admin/architecture/elements/anomaly-rule.component.mjs +4 -5
- package/esm2022/lib/admin/architecture/elements/attribute.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/box-form.component.mjs +11 -12
- package/esm2022/lib/admin/architecture/elements/configuration-datasource.component.mjs +13 -14
- package/esm2022/lib/admin/architecture/elements/cube-index-utility.component.mjs +9 -10
- package/esm2022/lib/admin/architecture/elements/cube-view.component.mjs +11 -12
- package/esm2022/lib/admin/architecture/elements/cube.component.mjs +23 -24
- package/esm2022/lib/admin/architecture/elements/document-state-widget.component.mjs +11 -12
- package/esm2022/lib/admin/architecture/elements/documents-report.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/documents-widget.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/explore-view.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/folder.component.mjs +16 -17
- package/esm2022/lib/admin/architecture/elements/form-invite.dialog.mjs +17 -18
- package/esm2022/lib/admin/architecture/elements/form.component.mjs +22 -23
- package/esm2022/lib/admin/architecture/elements/guide.component.mjs +16 -17
- package/esm2022/lib/admin/architecture/elements/job.component.mjs +12 -13
- package/esm2022/lib/admin/architecture/elements/matrix-view.component.mjs +9 -10
- package/esm2022/lib/admin/architecture/elements/parallel-view.component.mjs +12 -13
- package/esm2022/lib/admin/architecture/elements/performance-report.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/performance-widget.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/pivot-view.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/report.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/return-to-role-action.component.mjs +8 -9
- package/esm2022/lib/admin/architecture/elements/role.component.mjs +13 -14
- package/esm2022/lib/admin/architecture/elements/sum-view.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/elements/tasks-report.component.mjs +13 -13
- package/esm2022/lib/admin/architecture/elements/type.component.mjs +18 -19
- package/esm2022/lib/admin/architecture/elements/usage-report.component.mjs +11 -12
- package/esm2022/lib/admin/architecture/elements/widget.component.mjs +10 -11
- package/esm2022/lib/admin/architecture/icon-picker.component.mjs +7 -8
- package/esm2022/lib/admin/core/color-picker.input.mjs +5 -6
- package/esm2022/lib/admin/core/localized-string.component.mjs +10 -11
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +11 -11
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +18 -18
- package/esm2022/lib/admin/document-trace/reassign.dialog.mjs +12 -12
- package/esm2022/lib/admin/document-trace/trace-element.component.mjs +13 -12
- package/esm2022/lib/admin/form/designer/box-designer.component.mjs +24 -60
- package/esm2022/lib/admin/form/designer/declarations.mjs +1 -1
- package/esm2022/lib/admin/form/designer/design-control.component.mjs +41 -0
- package/esm2022/lib/admin/form/designer/properties.component.mjs +11 -12
- package/esm2022/lib/admin/form/designer/section.component.mjs +11 -12
- package/esm2022/lib/admin/form/workflow/node.component.mjs +9 -10
- package/esm2022/lib/admin/form/workflow/role-node.component.mjs +15 -16
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +13 -13
- package/esm2022/lib/admin/patterns/patterns.component.mjs +19 -19
- package/esm2022/lib/admin/permissions/permissions.component.mjs +14 -15
- package/esm2022/lib/admin/positions/positions-popup.component.mjs +11 -11
- package/esm2022/lib/admin/positions/positions.component.mjs +23 -24
- package/esm2022/lib/admin/profiler/outofoffice.component.mjs +13 -13
- package/esm2022/lib/admin/profiler/profiler.component.mjs +15 -15
- package/esm2022/lib/browse/browse-items.component.mjs +4 -4
- package/esm2022/lib/browse/browse.mobile.component.mjs +15 -16
- package/esm2022/lib/browse/browse.pane.component.mjs +14 -15
- package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +14 -15
- package/esm2022/lib/browse/filter/filter.component.mjs +13 -13
- package/esm2022/lib/browse/folders-menu.component.mjs +10 -11
- package/esm2022/lib/chat/chat.mobile.component.mjs +5 -6
- package/esm2022/lib/chat/contacts.component.mjs +16 -16
- package/esm2022/lib/chat/conversation.component.mjs +13 -14
- package/esm2022/lib/compose/action/action-picker.component.mjs +9 -10
- package/esm2022/lib/compose/action/action.dialog.mjs +8 -9
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +6 -7
- package/esm2022/lib/compose/action/assign-action.component.mjs +12 -12
- package/esm2022/lib/compose/action/moveto-action.component.mjs +11 -11
- package/esm2022/lib/compose/action/return-action.component.mjs +9 -9
- package/esm2022/lib/compose/attachments/attachments.component.mjs +11 -12
- package/esm2022/lib/compose/attachments/preview/attachment-preview.component.mjs +8 -9
- package/esm2022/lib/compose/box/box.component.mjs +7 -8
- package/esm2022/lib/compose/comments/comment.component.mjs +14 -15
- package/esm2022/lib/compose/comments/comments.component.mjs +8 -9
- package/esm2022/lib/compose/comments/edits.component.mjs +5 -5
- package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +5 -6
- package/esm2022/lib/compose/comments/votes.component.mjs +8 -8
- package/esm2022/lib/compose/compose.mobile.component.mjs +16 -17
- package/esm2022/lib/compose/compose.pane.component.mjs +30 -24
- package/esm2022/lib/compose/copy/copy.dialog.mjs +11 -11
- package/esm2022/lib/compose/events/events.component.mjs +7 -8
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +7 -8
- package/esm2022/lib/compose/form.component.mjs +5 -5
- package/esm2022/lib/compose/new-menu.component.mjs +8 -9
- package/esm2022/lib/compose/tag/tags.component.mjs +10 -10
- package/esm2022/lib/compose/trace/people.component.mjs +4 -5
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +10 -11
- package/esm2022/lib/core/animations.mjs +7 -1
- package/esm2022/lib/core/checkbox.mjs +20 -17
- package/esm2022/lib/core/fields/address.field.mjs +35 -26
- package/esm2022/lib/core/fields/autocomplete.field.mjs +68 -52
- package/esm2022/lib/core/fields/checkbox.field.mjs +9 -10
- package/esm2022/lib/core/fields/checklist.designer.mjs +66 -47
- package/esm2022/lib/core/fields/checklist.field.mjs +8 -9
- package/esm2022/lib/core/fields/date-range.field.mjs +6 -6
- package/esm2022/lib/core/fields/date.field.mjs +10 -11
- package/esm2022/lib/core/fields/expression.field.mjs +31 -23
- package/esm2022/lib/core/fields/file.field.mjs +8 -9
- package/esm2022/lib/core/fields/html.field.mjs +9 -10
- package/esm2022/lib/core/fields/input.field.mjs +8 -9
- package/esm2022/lib/core/fields/numeric.field.mjs +7 -7
- package/esm2022/lib/core/fields/options.component.mjs +11 -12
- package/esm2022/lib/core/fields/radio-button.designer.mjs +10 -11
- package/esm2022/lib/core/fields/radio-button.field.mjs +8 -9
- package/esm2022/lib/core/fields/select.designer.mjs +71 -52
- package/esm2022/lib/core/fields/select.field.mjs +9 -10
- package/esm2022/lib/core/fields/signature.field.mjs +10 -11
- package/esm2022/lib/core/fields/switch.field.mjs +8 -9
- package/esm2022/lib/core/fields/tags.field.mjs +9 -10
- package/esm2022/lib/core/fields/textarea.field.mjs +9 -10
- package/esm2022/lib/core/fields/time.field.mjs +9 -10
- package/esm2022/lib/core/fields/timespan.field.mjs +33 -26
- package/esm2022/lib/core/fields/yesno.designer.mjs +70 -55
- package/esm2022/lib/core/fields/yesno.field.mjs +8 -9
- package/esm2022/lib/core/guide/guide.component.mjs +7 -8
- package/esm2022/lib/core/guide/help-tip.component.mjs +21 -18
- package/esm2022/lib/core/identity/identity.component.mjs +5 -6
- package/esm2022/lib/core/inputs/address.input.mjs +24 -21
- package/esm2022/lib/core/inputs/auto-complete.input.mjs +42 -26
- package/esm2022/lib/core/inputs/combination-picker-body.mjs +12 -13
- package/esm2022/lib/core/inputs/combination-picker.mjs +8 -5
- package/esm2022/lib/core/inputs/combination-pool.mjs +7 -8
- package/esm2022/lib/core/inputs/file.input.mjs +11 -12
- package/esm2022/lib/core/inputs/select.input.mjs +39 -23
- package/esm2022/lib/core/inputs/time-picker.mjs +6 -7
- package/esm2022/lib/core/mailbox.service.mjs +1 -1
- package/esm2022/lib/core/models.mjs +1 -1
- package/esm2022/lib/core/none.component.mjs +19 -22
- package/esm2022/lib/core/slots/slots.component.mjs +13 -14
- package/esm2022/lib/core/tagging/documents.component.mjs +7 -7
- package/esm2022/lib/core/tagging/edit-input.component.mjs +12 -13
- package/esm2022/lib/core/tagging/users.component.mjs +7 -7
- package/esm2022/lib/core/translations.mjs +4 -2
- package/esm2022/lib/cube/cube-menu.component.mjs +8 -9
- package/esm2022/lib/cube/explore/explore-items.component.mjs +8 -8
- package/esm2022/lib/cube/filter/filter-tags.component.exp.mjs +6 -7
- package/esm2022/lib/cube/filter/filter.component.mjs +11 -11
- package/esm2022/lib/cube/grid/spreadsheet.component.mjs +1 -2
- package/esm2022/lib/cube/matrix/matrix.mobile.component.mjs +12 -12
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +12 -12
- package/esm2022/lib/cube/matrix/popup.component.mjs +10 -10
- package/esm2022/lib/cube/matrix/table.component.mjs +3 -4
- package/esm2022/lib/cube/parallel/parallel.component.mjs +4 -5
- package/esm2022/lib/cube/sum/sum.component.mjs +10 -8
- package/esm2022/lib/cube/view.mobile.component.mjs +16 -17
- package/esm2022/lib/cube/view.pane.component.mjs +12 -13
- package/esm2022/lib/dashboard/dashboard.component.mjs +11 -12
- package/esm2022/lib/dashboard/recents/recents.widget.mjs +14 -13
- package/esm2022/lib/dashboard/score/activity.widget.mjs +4 -5
- package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +5 -5
- package/esm2022/lib/dashboard/score/pending-results.widget.mjs +11 -12
- package/esm2022/lib/dashboard/score/personal-score.widget.mjs +3 -2
- package/esm2022/lib/designer.module.mjs +6 -5
- package/esm2022/lib/home/about/about.dialog.mjs +7 -8
- package/esm2022/lib/home/home.desktop.component.mjs +17 -18
- package/esm2022/lib/home/home.mobile.component.mjs +16 -17
- package/esm2022/lib/home/notifications/notifications.component.mjs +3 -3
- package/esm2022/lib/home/options/options.component.mjs +11 -11
- package/esm2022/lib/home/outofoffice/outofoffice.component.mjs +8 -9
- package/esm2022/lib/home/tools.component.mjs +13 -13
- package/esm2022/lib/impersonate/impersonate.component.mjs +10 -10
- package/esm2022/lib/modules/gantt.module.mjs +4 -2
- package/esm2022/lib/notifications/notifications-table.component.mjs +3 -3
- package/esm2022/lib/notifications/types/commented.notification.mjs +19 -12
- package/esm2022/lib/notifications/types/escalated.notification.mjs +6 -6
- package/esm2022/lib/notifications/types/liked.notification.mjs +19 -12
- package/esm2022/lib/notifications/types/tagged.notification.mjs +9 -9
- package/esm2022/lib/notifications/types/text.notification.mjs +6 -3
- package/esm2022/lib/options/options.component.mjs +52 -28
- package/esm2022/lib/options/options.service.mjs +26 -6
- package/esm2022/lib/reports/cube/table-documents.component.mjs +10 -10
- package/esm2022/lib/reports/report.mobile.component.mjs +12 -13
- package/esm2022/lib/reports/report.pane.component.mjs +10 -11
- package/esm2022/lib/reports/reports-menu.component.mjs +7 -8
- package/esm2022/lib/reports/substitution/substitution.component.mjs +10 -11
- package/esm2022/lib/reports/table/table-view.component.mjs +5 -6
- package/esm2022/lib/search/path.component.mjs +17 -18
- package/esm2022/lib/shared.module.mjs +4 -2
- package/esm2022/lib/system.module.mjs +6 -6
- package/esm2022/lib/views/cube/chart.component.mjs +6 -7
- package/esm2022/lib/views/cube/cube-base.mjs +11 -6
- package/esm2022/lib/views/cube/explore.component.mjs +10 -10
- package/esm2022/lib/views/cube/matrix.component.mjs +13 -11
- package/esm2022/lib/views/cube/parallel.component.mjs +4 -5
- package/esm2022/lib/views/cube/pivot.component.mjs +4 -5
- package/esm2022/lib/views/cube/sum.component.mjs +12 -10
- package/esm2022/lib/views/cube/view.component.mjs +11 -12
- package/esm2022/lib/views/timeline/timeline.component.exp.mjs +199 -200
- package/esm2022/lib/views/views.component.mjs +4 -5
- package/esm2022/lib/views/views.pane.component.mjs +2 -2
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/bizdoc-core.mjs +3552 -3319
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/elements/analysis-view.component.d.ts +2 -2
- package/lib/admin/architecture/elements/cube-view.component.d.ts +2 -2
- package/lib/admin/architecture/elements/form.component.d.ts +5 -5
- package/lib/admin/architecture/elements/matrix-view.component.d.ts +17 -9
- package/lib/admin/architecture/elements/parallel-view.component.d.ts +5 -5
- package/lib/admin/architecture/elements/tasks-report.component.d.ts +3 -2
- package/lib/admin/form/designer/box-designer.component.d.ts +26 -23
- package/lib/admin/form/designer/declarations.d.ts +2 -2
- package/lib/admin/form/designer/design-control.component.d.ts +19 -0
- package/lib/admin/form/designer/section.component.d.ts +3 -3
- package/lib/browse/browse-items.component.d.ts +1 -1
- package/lib/compose/attachments/attachments.component.d.ts +2 -2
- package/lib/compose/compose.pane.component.d.ts +4 -2
- package/lib/core/animations.d.ts +1 -0
- package/lib/core/inputs/combination-picker.d.ts +1 -0
- package/lib/core/mailbox.service.d.ts +4 -3
- package/lib/core/models.d.ts +1 -1
- package/lib/core/translations.d.ts +2 -0
- package/lib/cube/matrix/table.component.d.ts +2 -2
- package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
- package/lib/designer.module.d.ts +27 -26
- package/lib/notifications/types/escalated.notification.d.ts +1 -1
- package/lib/notifications/types/tagged.notification.d.ts +1 -1
- package/lib/notifications/types/text.notification.d.ts +1 -1
- package/lib/options/options.component.d.ts +6 -4
- package/lib/options/options.service.d.ts +7 -2
- package/lib/shared.module.d.ts +1 -1
- package/lib/system.module.d.ts +25 -25
- package/lib/views/cube/cube-base.d.ts +1 -1
- package/lib/views/cube/sum.component.d.ts +1 -0
- package/lib/views/timeline/timeline.component.exp.d.ts +12 -4
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
@@ -6,8 +6,8 @@ export declare class ChartViewDesignComponent extends DesignerCubeElementCompone
|
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{
|
7
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
8
8
|
xAxis: import("@angular/forms").FormControl<any>;
|
9
|
-
series: import("@angular/forms").FormControl<
|
10
|
-
indices: import("@angular/forms").FormControl<
|
9
|
+
series: import("@angular/forms").FormControl<string[]>;
|
10
|
+
indices: import("@angular/forms").FormControl<string[]>;
|
11
11
|
chartType: import("@angular/forms").FormControl<string>;
|
12
12
|
indicesChartType: import("@angular/forms").FormControl<unknown>;
|
13
13
|
aggregate: import("@angular/forms").FormControl<unknown>;
|
@@ -6,8 +6,8 @@ export declare class CubeViewDesignComponent extends DesignerCubeElementComponen
|
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{
|
7
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
8
8
|
view: import("@angular/forms").FormControl<any>;
|
9
|
-
aggregate: import("@angular/forms").FormControl<
|
10
|
-
filters: import("@angular/forms").FormControl<
|
9
|
+
aggregate: import("@angular/forms").FormControl<string[]>;
|
10
|
+
filters: import("@angular/forms").FormControl<string[]>;
|
11
11
|
}>;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeViewDesignComponent, never>;
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeViewDesignComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ElementRef, Injector, OnInit } from "@angular/core";
|
2
|
-
import { FormBuilder } from "@angular/forms";
|
2
|
+
import { FormBuilder, FormGroup } from "@angular/forms";
|
3
3
|
import { AxisSettingsModel, ITooltipRenderingEventArgs, SparklineMarkerSettingsModel, SparklineTooltipSettingsModel } from '@syncfusion/ej2-charts';
|
4
4
|
import { SessionService } from "../../../core/session.service";
|
5
5
|
import { PanesRouter } from "../../../core/slots/router.service";
|
@@ -14,14 +14,14 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
|
|
14
14
|
private _session;
|
15
15
|
private _injector;
|
16
16
|
private _translate;
|
17
|
-
readonly rules: import("@angular/forms").FormArray<
|
18
|
-
readonly format:
|
17
|
+
readonly rules: import("@angular/forms").FormArray<FormGroup<any>>;
|
18
|
+
readonly format: FormGroup<{
|
19
19
|
prefix: import("@angular/forms").FormControl<unknown>;
|
20
20
|
suffix: import("@angular/forms").FormControl<unknown>;
|
21
21
|
digits: import("@angular/forms").FormControl<unknown>;
|
22
22
|
}>;
|
23
|
-
readonly form:
|
24
|
-
rules: import("@angular/forms").FormArray<
|
23
|
+
readonly form: FormGroup<{
|
24
|
+
rules: import("@angular/forms").FormArray<FormGroup<any>>;
|
25
25
|
guide: import("@angular/forms").FormControl<unknown>;
|
26
26
|
format: import("@angular/forms").FormControl<unknown>;
|
27
27
|
group: import("@angular/forms").FormControl<unknown>;
|
@@ -1,23 +1,31 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
+
import { FormGroup } from "@angular/forms";
|
2
3
|
import { SumSettings } from "../../../cube/matrix/table.component";
|
3
4
|
import { MatrixSettingsModel } from "../../../views/cube/matrix.component";
|
4
5
|
import { DesignerCubeElementComponent } from "../designer.base";
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class MatrixViewDesignComponent extends DesignerCubeElementComponent<MatrixSettingsModel> implements OnInit {
|
7
|
-
readonly
|
8
|
-
readonly form: import("@angular/forms").FormGroup<{
|
8
|
+
readonly form: FormGroup<{
|
9
9
|
cube: import("@angular/forms").FormControl<unknown>;
|
10
|
-
xAxis: import("@angular/forms").FormControl<
|
11
|
-
series: import("@angular/forms").FormControl<
|
12
|
-
indices: import("@angular/forms").FormControl<
|
13
|
-
aggregate: import("@angular/forms").FormControl<
|
14
|
-
sum: import("@angular/forms").FormArray<
|
15
|
-
filters: import("@angular/forms").FormControl<
|
10
|
+
xAxis: import("@angular/forms").FormControl<string>;
|
11
|
+
series: import("@angular/forms").FormControl<string>;
|
12
|
+
indices: import("@angular/forms").FormControl<string[]>;
|
13
|
+
aggregate: import("@angular/forms").FormControl<string[]>;
|
14
|
+
sum: import("@angular/forms").FormArray<FormGroup<any>>;
|
15
|
+
filters: import("@angular/forms").FormControl<string[]>;
|
16
16
|
indexAt: import("@angular/forms").FormControl<unknown>;
|
17
17
|
placeAt: import("@angular/forms").FormControl<unknown>;
|
18
18
|
}>;
|
19
19
|
ngOnInit(): void;
|
20
|
-
newSum(sum?: SumSettings):
|
20
|
+
newSum(sum?: SumSettings): FormGroup<{
|
21
|
+
axis: import("@angular/forms").FormControl<import("@bizdoc/core").AxisType>;
|
22
|
+
title: import("@angular/forms").FormControl<string>;
|
23
|
+
value: import("@angular/forms").FormControl<string | number>;
|
24
|
+
format: import("@angular/forms").FormControl<import("../../../cube/matrix/table.component").FormatType>;
|
25
|
+
precision: import("@angular/forms").FormControl<string>;
|
26
|
+
explorable: import("@angular/forms").FormControl<true>;
|
27
|
+
calculate: import("@angular/forms").FormControl<import("../../../cube/matrix/table.component").CalculateType>;
|
28
|
+
}>;
|
21
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixViewDesignComponent, never>;
|
22
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<MatrixViewDesignComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
23
31
|
}
|
@@ -5,12 +5,12 @@ import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ParallelViewDesignComponent extends DesignerCubeElementComponent<ParallelSettingsModel> implements OnInit {
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{
|
7
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
8
|
-
xAxis: import("@angular/forms").FormControl<
|
9
|
-
series: import("@angular/forms").FormControl<
|
10
|
-
indices: import("@angular/forms").FormControl<
|
11
|
-
filters: import("@angular/forms").FormControl<
|
8
|
+
xAxis: import("@angular/forms").FormControl<string[]>;
|
9
|
+
series: import("@angular/forms").FormControl<string[]>;
|
10
|
+
indices: import("@angular/forms").FormControl<string[]>;
|
11
|
+
filters: import("@angular/forms").FormControl<string[]>;
|
12
12
|
chartType: import("@angular/forms").FormControl<string>;
|
13
|
-
aggregate: import("@angular/forms").FormControl<
|
13
|
+
aggregate: import("@angular/forms").FormControl<string[]>;
|
14
14
|
scope: import("@angular/forms").FormControl<unknown>;
|
15
15
|
}>;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ParallelViewDesignComponent, never>;
|
@@ -6,8 +6,9 @@ import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TasksReportDesignComponent extends DesignerCubeElementComponent<TasksSettingsModel> implements OnInit {
|
7
7
|
readonly form: import("@angular/forms").FormGroup<{
|
8
8
|
cube: import("@angular/forms").FormControl<unknown>;
|
9
|
-
axes: import("@angular/forms").FormControl<
|
10
|
-
states: import("@angular/forms").FormControl<
|
9
|
+
axes: import("@angular/forms").FormControl<string[]>;
|
10
|
+
states: import("@angular/forms").FormControl<string[]>;
|
11
|
+
filters: import("@angular/forms").FormGroup<{}>;
|
11
12
|
scope: import("@angular/forms").FormControl<unknown>;
|
12
13
|
}>;
|
13
14
|
states: ElementInfo[];
|
@@ -1,8 +1,6 @@
|
|
1
1
|
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
2
|
-
import { ChangeDetectorRef, ElementRef,
|
3
|
-
import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
|
4
|
-
import { BizDocComponentFactoryResolver } from "../../../core/component-factory-resolver";
|
5
|
-
import { BizDocConfig } from "../../../core/configuration";
|
2
|
+
import { ChangeDetectorRef, ElementRef, OnInit } from "@angular/core";
|
3
|
+
import { FormArray, FormBuilder, FormControl, FormGroup } from "@angular/forms";
|
6
4
|
import { Cube, Type } from "../../../core/models";
|
7
5
|
import { PromptService } from "../../../core/prompt.service";
|
8
6
|
import { SessionService } from "../../../core/session.service";
|
@@ -11,21 +9,8 @@ import { PanesRouter } from "../../../core/slots/router.service";
|
|
11
9
|
import { TranslateService } from "../../../core/translate.service";
|
12
10
|
import { ControlInfo, SystemService } from "../../system.service";
|
13
11
|
import { UtilityRef } from "../../utility-ref";
|
14
|
-
import { BoxFormMetadata
|
12
|
+
import { BoxFormMetadata } from "./declarations";
|
15
13
|
import * as i0 from "@angular/core";
|
16
|
-
export declare class DesignControlComponent implements OnInit, OnChanges {
|
17
|
-
private _vcr;
|
18
|
-
private _config;
|
19
|
-
private _session;
|
20
|
-
private _cf;
|
21
|
-
metadata: FieldModel;
|
22
|
-
private _instance;
|
23
|
-
constructor(_vcr: ViewContainerRef, _config: BizDocConfig, _session: SessionService, _cf: BizDocComponentFactoryResolver);
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
25
|
-
ngOnInit(): void;
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesignControlComponent, never>;
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DesignControlComponent, "bizdoc-box-control-design", never, { "metadata": { "alias": "metadata"; "required": false; }; }, {}, never, never, false, never>;
|
28
|
-
}
|
29
14
|
/** */
|
30
15
|
export declare class FormDesignerComponent implements OnInit {
|
31
16
|
private _fb;
|
@@ -46,12 +31,30 @@ export declare class FormDesignerComponent implements OnInit {
|
|
46
31
|
historyIndex: number;
|
47
32
|
readonly datatypes: Type[];
|
48
33
|
readonly cubes: Cube[];
|
49
|
-
readonly sections: FormArray<
|
34
|
+
readonly sections: FormArray<FormGroup<{
|
35
|
+
name: FormControl<string>;
|
36
|
+
title?: FormControl<string>;
|
37
|
+
note?: FormControl<string>;
|
38
|
+
multiLine?: FormControl<boolean>;
|
39
|
+
draft?: FormControl<boolean>;
|
40
|
+
rows: FormArray<FormGroup<{
|
41
|
+
fields: FormArray<FormGroup>;
|
42
|
+
}>>;
|
43
|
+
}>>;
|
50
44
|
readonly form: FormGroup<{
|
51
|
-
subject:
|
52
|
-
value:
|
53
|
-
summary:
|
54
|
-
sections: FormArray<
|
45
|
+
subject: FormControl<unknown>;
|
46
|
+
value: FormControl<unknown>;
|
47
|
+
summary: FormControl<unknown>;
|
48
|
+
sections: FormArray<FormGroup<{
|
49
|
+
name: FormControl<string>;
|
50
|
+
title?: FormControl<string>;
|
51
|
+
note?: FormControl<string>;
|
52
|
+
multiLine?: FormControl<boolean>;
|
53
|
+
draft?: FormControl<boolean>;
|
54
|
+
rows: FormArray<FormGroup<{
|
55
|
+
fields: FormArray<FormGroup>;
|
56
|
+
}>>;
|
57
|
+
}>>;
|
55
58
|
}>;
|
56
59
|
controls: ControlInfo[];
|
57
60
|
private _formId;
|
@@ -1,13 +1,13 @@
|
|
1
1
|
import { LocalizedString } from "../../../core/models";
|
2
2
|
export declare const NAME_PATTERN: RegExp;
|
3
3
|
export interface BoxFormMetadata {
|
4
|
-
sections:
|
4
|
+
sections: BoxSectionModel[];
|
5
5
|
value?: string;
|
6
6
|
subject?: string;
|
7
7
|
summary?: string;
|
8
8
|
style?: 'Standard';
|
9
9
|
}
|
10
|
-
export interface
|
10
|
+
export interface BoxSectionModel {
|
11
11
|
name: string;
|
12
12
|
title?: string;
|
13
13
|
note?: string;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core";
|
2
|
+
import { BizDocComponentFactoryResolver } from "../../../core/component-factory-resolver";
|
3
|
+
import { BizDocConfig } from "../../../core/configuration";
|
4
|
+
import { SessionService } from "../../../core/session.service";
|
5
|
+
import { FieldModel } from "./declarations";
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class DesignControlComponent implements OnInit, OnChanges {
|
8
|
+
private _vcr;
|
9
|
+
private _config;
|
10
|
+
private _session;
|
11
|
+
private _cf;
|
12
|
+
metadata: FieldModel;
|
13
|
+
private _instance;
|
14
|
+
constructor(_vcr: ViewContainerRef, _config: BizDocConfig, _session: SessionService, _cf: BizDocComponentFactoryResolver);
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
16
|
+
ngOnInit(): void;
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignControlComponent, never>;
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesignControlComponent, "bizdoc-box-control-design", never, { "metadata": { "alias": "metadata"; "required": false; }; }, {}, never, never, false, never>;
|
19
|
+
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
2
|
import { FormBuilder } from "@angular/forms";
|
3
3
|
import { PaneRef } from "../../../core/slots/pane-ref";
|
4
|
-
import {
|
4
|
+
import { BoxSectionModel } from "./declarations";
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class SectionPropertiesComponent implements OnInit {
|
7
7
|
private _fb;
|
8
8
|
private _paneRef;
|
9
|
-
model:
|
9
|
+
model: BoxSectionModel;
|
10
10
|
readonly form: import("@angular/forms").FormGroup<{
|
11
11
|
name: import("@angular/forms").FormControl<any>;
|
12
12
|
title: import("@angular/forms").FormControl<unknown>;
|
@@ -14,7 +14,7 @@ export declare class SectionPropertiesComponent implements OnInit {
|
|
14
14
|
multiLine: import("@angular/forms").FormControl<unknown>;
|
15
15
|
rows: import("@angular/forms").FormControl<unknown>;
|
16
16
|
}>;
|
17
|
-
constructor(_fb: FormBuilder, _paneRef: PaneRef<any,
|
17
|
+
constructor(_fb: FormBuilder, _paneRef: PaneRef<any, BoxSectionModel>);
|
18
18
|
/**
|
19
19
|
* Ctrl-s save
|
20
20
|
* @param event
|
@@ -51,7 +51,7 @@ export declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestro
|
|
51
51
|
private _pendingItems;
|
52
52
|
private readonly _destroy;
|
53
53
|
private readonly _loading$;
|
54
|
-
|
54
|
+
enableViews: boolean;
|
55
55
|
/** browse ctor */
|
56
56
|
constructor(_mailbox: MailboxService, _accounts: AccountService, _cube: CubeService, _session: SessionService, _sb: PromptService, _translate: TranslateService, _cd: ChangeDetectorRef, _router: RouterImpl, _messaging: HubService, _config: BizDocConfig);
|
57
57
|
ngOnInit(): void;
|
@@ -3,7 +3,7 @@ import { Overlay } from '@angular/cdk/overlay';
|
|
3
3
|
import { Directionality } from '@angular/cdk/bidi';
|
4
4
|
import { DocumentModel, Attachment, RecipientModel } from '../../core/models';
|
5
5
|
import { PromptService } from '../../core/prompt.service';
|
6
|
-
import { MailboxService } from '../../core/mailbox.service';
|
6
|
+
import { AttachmentExtra, MailboxService } from '../../core/mailbox.service';
|
7
7
|
import { SessionService } from '../../core/session.service';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class AttachmentsComponent implements OnChanges {
|
@@ -17,7 +17,7 @@ export declare class AttachmentsComponent implements OnChanges {
|
|
17
17
|
model: RecipientModel<any> | DocumentModel<any>;
|
18
18
|
viewedIndicator: boolean;
|
19
19
|
includeDeleted: boolean;
|
20
|
-
attachments:
|
20
|
+
attachments: AttachmentExtra[];
|
21
21
|
/** mail-attachments ctor */
|
22
22
|
constructor(_mailbox: MailboxService, _session: SessionService, _vc: ViewContainerRef, _sb: PromptService, _overlay: Overlay, _injector: Injector, _dir: Directionality);
|
23
23
|
ngOnChanges(): void;
|
@@ -6,7 +6,6 @@ import { ComposeFormComponent } from './form.component';
|
|
6
6
|
import { ViewMode } from '../core/base';
|
7
7
|
import { MailboxService } from '../core/mailbox.service';
|
8
8
|
import { SessionService } from '../core/session.service';
|
9
|
-
import { BizDocConfig } from '../core/configuration';
|
10
9
|
import * as i0 from "@angular/core";
|
11
10
|
export declare class ComposePaneComponent implements OnInit, OnDestroy {
|
12
11
|
private _session;
|
@@ -22,11 +21,13 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
|
|
22
21
|
valid: boolean;
|
23
22
|
mode: ViewMode;
|
24
23
|
expendable: boolean;
|
24
|
+
showToolbar: boolean;
|
25
25
|
readonly enableAnalysis: boolean;
|
26
|
+
private _previousTop;
|
26
27
|
private readonly _dragDrop;
|
27
28
|
private readonly _destroy;
|
28
29
|
/** compose ctor */
|
29
|
-
constructor(_session: SessionService, _mailbox: MailboxService, _pane: PaneRef<ComposePaneComponent>, _router: PanesRouter
|
30
|
+
constructor(_session: SessionService, _mailbox: MailboxService, _pane: PaneRef<ComposePaneComponent>, _router: PanesRouter);
|
30
31
|
ngOnInit(): void;
|
31
32
|
close(): void;
|
32
33
|
edit(): void;
|
@@ -37,6 +38,7 @@ export declare class ComposePaneComponent implements OnInit, OnDestroy {
|
|
37
38
|
navComments(): void;
|
38
39
|
navTrace(): void;
|
39
40
|
private _navigate;
|
41
|
+
onScroll(event: MouseEvent): void;
|
40
42
|
handleDocumentDrop(event: KeyboardEvent): void;
|
41
43
|
handleDrop(event: DragEvent): void;
|
42
44
|
handleEnter(event: DragEvent): void;
|
package/lib/core/animations.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
export declare const noneAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
1
2
|
export declare const expandListItemAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
2
3
|
export declare const listItemUpdatedAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
3
4
|
export declare const searchAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
@@ -66,6 +66,7 @@ export declare class CombinationPicker implements MatFormFieldControl<string>, C
|
|
66
66
|
get value(): string | null;
|
67
67
|
set value(value: string | null);
|
68
68
|
private readonly _destroy;
|
69
|
+
private _template;
|
69
70
|
constructor(ngControl: NgControl, _formField: MatFormField, _overlay: Overlay, _dialog: MatDialog, _vc: ViewContainerRef, _injector: Injector, _fm: FocusMonitor, _elementRef: ElementRef, _dir: Directionality);
|
70
71
|
ngOnInit(): void;
|
71
72
|
ngDoCheck(): void;
|
@@ -127,13 +127,14 @@ export interface ItemExtra {
|
|
127
127
|
working?: boolean;
|
128
128
|
}
|
129
129
|
export interface AttachmentExtra extends Attachment {
|
130
|
-
url
|
130
|
+
url?: SafeUrl;
|
131
131
|
icon?: string;
|
132
|
-
fileExt
|
133
|
-
isImage
|
132
|
+
fileExt?: string;
|
133
|
+
isImage?: boolean;
|
134
134
|
progress?: number;
|
135
135
|
viewed?: Date;
|
136
136
|
failed?: boolean;
|
137
|
+
hasPreview?: boolean;
|
137
138
|
}
|
138
139
|
export declare class UploadEvent {
|
139
140
|
readonly fileName: string;
|
package/lib/core/models.d.ts
CHANGED
@@ -422,7 +422,7 @@ export interface FolderColumn {
|
|
422
422
|
title: string;
|
423
423
|
type?: 'Boolean' | 'Date' | 'Decimal' | 'String';
|
424
424
|
}
|
425
|
-
export type LicenseMode = 'Evaluation' | 'Valid' | 'Grace' | 'Invalid' | '
|
425
|
+
export type LicenseMode = 'Evaluation' | 'Valid' | 'Grace' | 'Invalid' | 'Limited' | 'Expired';
|
426
426
|
export interface Action {
|
427
427
|
name: string;
|
428
428
|
title: string;
|
@@ -144,6 +144,7 @@ export declare const STRINGS: {
|
|
144
144
|
ContinueEditing: string;
|
145
145
|
Close: string;
|
146
146
|
View: string;
|
147
|
+
Views: string;
|
147
148
|
FirstPage: string;
|
148
149
|
LastPage: string;
|
149
150
|
NextPage: string;
|
@@ -620,6 +621,7 @@ export declare const STRINGS: {
|
|
620
621
|
ContinueEditingMale: string;
|
621
622
|
ContinueEditingFemale: string;
|
622
623
|
View: string;
|
624
|
+
Views: string;
|
623
625
|
Close: string;
|
624
626
|
FirstPage: string;
|
625
627
|
LastPage: string;
|
@@ -44,11 +44,11 @@ export declare class CubeMatrixComponent implements OnChanges {
|
|
44
44
|
indices: CubeIndex[];
|
45
45
|
data: {
|
46
46
|
[key: string]: {
|
47
|
-
[key: string]:
|
47
|
+
[key: string]: string;
|
48
48
|
};
|
49
49
|
};
|
50
50
|
totals: {
|
51
|
-
[xAxis: string]:
|
51
|
+
[xAxis: string]: string;
|
52
52
|
};
|
53
53
|
cube: Cube;
|
54
54
|
xAxis: CubeAxis;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OnDestroy, ElementRef } from "@angular/core";
|
2
2
|
import { Directionality } from "@angular/cdk/bidi";
|
3
|
-
import { DurationFormatPipe } from "../../core/pipes/duration-format.pipe";
|
4
3
|
import { CircularGauge, RangeModel, AnnotationModel, PointerModel, TickModel, LabelModel, LineModel, GaugeDirection, ITooltipRenderEventArgs, TooltipSettingsModel, MarginModel, LegendSettingsModel } from "@syncfusion/ej2-circulargauge";
|
4
|
+
import { DurationFormatPipe } from "../../core/pipes/duration-format.pipe";
|
5
5
|
import { WidgetComponent } from "../../core/base";
|
6
6
|
import { AccountService } from "../../core/account.service";
|
7
7
|
import { SessionService } from "../../core/session.service";
|
package/lib/designer.module.d.ts
CHANGED
@@ -2,34 +2,35 @@ import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
import * as i1 from "./admin/core/search.input";
|
4
4
|
import * as i2 from "./admin/core/color-picker.input";
|
5
|
-
import * as i3 from "./admin/
|
6
|
-
import * as i4 from "./core/
|
7
|
-
import * as i5 from "./core/fields/
|
8
|
-
import * as i6 from "./core/fields/
|
9
|
-
import * as i7 from "./core/fields/
|
10
|
-
import * as i8 from "./core/fields/
|
11
|
-
import * as i9 from "./core/fields/
|
12
|
-
import * as i10 from "./core/fields/
|
13
|
-
import * as i11 from "./core/fields/
|
14
|
-
import * as i12 from "./core/fields/
|
15
|
-
import * as i13 from "./core/fields/
|
16
|
-
import * as i14 from "./core/fields/
|
17
|
-
import * as i15 from "./core/fields/
|
18
|
-
import * as i16 from "./core/fields/
|
19
|
-
import * as i17 from "./core/fields/
|
20
|
-
import * as i18 from "./core/fields/
|
21
|
-
import * as i19 from "./core/fields/
|
22
|
-
import * as i20 from "./core/fields/
|
23
|
-
import * as i21 from "./core/fields/
|
24
|
-
import * as i22 from "./core/fields/
|
25
|
-
import * as i23 from "./core/fields/
|
26
|
-
import * as i24 from "./core/fields/
|
27
|
-
import * as i25 from "
|
28
|
-
import * as i26 from "@angular/
|
29
|
-
import * as i27 from "
|
5
|
+
import * as i3 from "./admin/architecture/cube-axes-filter.component";
|
6
|
+
import * as i4 from "./admin/core/localized-string.component";
|
7
|
+
import * as i5 from "./core/fields/localized-string.field";
|
8
|
+
import * as i6 from "./core/fields/expression.field";
|
9
|
+
import * as i7 from "./core/fields/autocomplete.field";
|
10
|
+
import * as i8 from "./core/fields/signature.designer";
|
11
|
+
import * as i9 from "./core/fields/address.designer";
|
12
|
+
import * as i10 from "./core/fields/radio-button.designer";
|
13
|
+
import * as i11 from "./core/fields/checklist.designer";
|
14
|
+
import * as i12 from "./core/fields/yesno.designer";
|
15
|
+
import * as i13 from "./core/fields/checkbox.designer";
|
16
|
+
import * as i14 from "./core/fields/date-range.designer";
|
17
|
+
import * as i15 from "./core/fields/time.designer";
|
18
|
+
import * as i16 from "./core/fields/timespan.field";
|
19
|
+
import * as i17 from "./core/fields/date.designer";
|
20
|
+
import * as i18 from "./core/fields/options.component";
|
21
|
+
import * as i19 from "./core/fields/select.designer";
|
22
|
+
import * as i20 from "./core/fields/html.designer";
|
23
|
+
import * as i21 from "./core/fields/tags.designer";
|
24
|
+
import * as i22 from "./core/fields/textarea.designer";
|
25
|
+
import * as i23 from "./core/fields/numeric.designer";
|
26
|
+
import * as i24 from "./core/fields/file.designer";
|
27
|
+
import * as i25 from "./core/fields/input.designer";
|
28
|
+
import * as i26 from "@angular/common";
|
29
|
+
import * as i27 from "@angular/forms";
|
30
|
+
import * as i28 from "./shared.module";
|
30
31
|
export declare class DesignerModule {
|
31
32
|
static forChild(): ModuleWithProviders<DesignerModule>;
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.YesNoControlDesigner, typeof i13.CheckboxControlDesigner, typeof i14.DateRangeControlDesigner, typeof i15.TimeControlDesigner, typeof i16.TimespanControlDesigner, typeof i17.DateControlDesigner, typeof i18.ControlOptionsComponent, typeof i19.SelectControlDesigner, typeof i20.HtmlFieldDesigner, typeof i21.TagsControlDesigner, typeof i22.TextAreaFieldDesigner, typeof i23.NumberControlDesigner, typeof i24.FileControlDesigner, typeof i25.InputFieldDesigner], [typeof i26.CommonModule, typeof i27.ReactiveFormsModule, typeof i28.SharedModule], [typeof i1.SearchInput, typeof i2.ColorPicker, typeof i3.DesignerCubeFilterComponent, typeof i4.LocalizedStringComponent, typeof i5.LocalizedStringControlDesigner, typeof i6.ExpressionFieldDesigner, typeof i7.AutocompleteControlDesigner, typeof i8.SignatureControlDesigner, typeof i9.AddressControlDesigner, typeof i10.RadioButtonControlDesigner, typeof i11.ChecklistControlDesigner, typeof i12.YesNoControlDesigner, typeof i13.CheckboxControlDesigner, typeof i14.DateRangeControlDesigner, typeof i15.TimeControlDesigner, typeof i16.TimespanControlDesigner, typeof i17.DateControlDesigner, typeof i19.SelectControlDesigner, typeof i20.HtmlFieldDesigner, typeof i21.TagsControlDesigner, typeof i22.TextAreaFieldDesigner, typeof i23.NumberControlDesigner, typeof i24.FileControlDesigner, typeof i25.InputFieldDesigner]>;
|
34
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
|
35
36
|
}
|
@@ -14,7 +14,7 @@ export declare class EscalatedNotification extends NotificationBase implements O
|
|
14
14
|
ngOnInit(): void;
|
15
15
|
constructor(router: RouterImpl, notification: Escalated, _accounts: AccountService, translate: TranslateService, session: SessionService, chat: ChatInfo);
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EscalatedNotification, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EscalatedNotification, "
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EscalatedNotification, "bizdoc-notify-escalated", never, {}, {}, never, never, false, never>;
|
18
18
|
}
|
19
19
|
interface Escalated extends Notification {
|
20
20
|
substituteId: string;
|
@@ -16,7 +16,7 @@ export declare class TaggedNotification extends NotificationBase implements OnIn
|
|
16
16
|
ngOnInit(): void;
|
17
17
|
constructor(notification: Tagged, _accounts: AccountService, translate: TranslateService, router: RouterImpl, session: SessionService, chat: ChatInfo);
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaggedNotification, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaggedNotification, "
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaggedNotification, "bizdoc-notify-tagged", never, {}, {}, never, never, false, never>;
|
20
20
|
}
|
21
21
|
interface Tagged extends Notification {
|
22
22
|
who: string;
|
@@ -5,7 +5,7 @@ export declare class TextNotification implements OnInit {
|
|
5
5
|
ngOnInit(): void;
|
6
6
|
constructor(notification: Text);
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextNotification, never>;
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextNotification, "
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextNotification, "bizdoc-notify-text", never, {}, {}, never, never, false, never>;
|
9
9
|
}
|
10
10
|
interface Text {
|
11
11
|
text: string;
|
@@ -11,10 +11,11 @@ import { Options, UserInfo } from '../core/models';
|
|
11
11
|
import { AccountService } from '../core/account.service';
|
12
12
|
import { SessionService } from '../core/session.service';
|
13
13
|
import { PromptService } from '../core/prompt.service';
|
14
|
+
import { PaneRef } from "../core/slots/pane-ref";
|
14
15
|
import * as i0 from "@angular/core";
|
15
16
|
export type OptionType = 'notifications' | 'outofoffice' | 'emails' | 'grantaccess';
|
16
17
|
export declare const OPTION_PANEL: InjectionToken<OptionData>;
|
17
|
-
interface OptionData {
|
18
|
+
export interface OptionData {
|
18
19
|
open: OptionType;
|
19
20
|
}
|
20
21
|
export declare class OptionsComponent implements OnInit, OnDestroy {
|
@@ -23,6 +24,7 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
23
24
|
private _accounts;
|
24
25
|
private _sb;
|
25
26
|
private _session;
|
27
|
+
saveing: boolean;
|
26
28
|
private readonly _destroy;
|
27
29
|
readonly today: Date;
|
28
30
|
readonly isMobile: boolean;
|
@@ -74,8 +76,9 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
74
76
|
outOfOffice: MatExpansionPanel;
|
75
77
|
notifications: MatExpansionPanel;
|
76
78
|
/** options ctor */
|
77
|
-
constructor(_option: OptionData, overlayRef: OverlayRef, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
|
79
|
+
constructor(_option: OptionData, paneRef: PaneRef<any, OptionData>, overlayRef: OverlayRef, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
|
78
80
|
ngOnInit(): void;
|
81
|
+
save(): void;
|
79
82
|
private _toggle;
|
80
83
|
toggleSound(): void;
|
81
84
|
display: (item: UserInfo) => string;
|
@@ -94,7 +97,6 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
94
97
|
addGrant(inp: HTMLInputElement, event: MatAutocompleteSelectedEvent): void;
|
95
98
|
setSubstitute(event: MatAutocompleteSelectedEvent): void;
|
96
99
|
ngOnDestroy(): void;
|
97
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent,
|
100
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsComponent, [{ optional: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null]>;
|
98
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<OptionsComponent, "bizdoc-options", never, {}, {}, never, never, false, never>;
|
99
102
|
}
|
100
|
-
export {};
|
@@ -2,13 +2,18 @@ import { Injector } from '@angular/core';
|
|
2
2
|
import { Overlay } from '@angular/cdk/overlay';
|
3
3
|
import { Directionality } from '@angular/cdk/bidi';
|
4
4
|
import { OptionType } from './options.component';
|
5
|
+
import { PanesRouter } from '../core/slots/router.service';
|
6
|
+
import { TranslateService } from '../core/translate.service';
|
5
7
|
import * as i0 from "@angular/core";
|
6
8
|
export declare class OptionsService {
|
7
9
|
private _dir;
|
10
|
+
private _router;
|
8
11
|
private _overlay;
|
12
|
+
private _translate;
|
9
13
|
private _injector;
|
10
|
-
constructor(_dir: Directionality, _overlay: Overlay, _injector: Injector);
|
14
|
+
constructor(_dir: Directionality, _router: PanesRouter, _overlay: Overlay, _translate: TranslateService, _injector: Injector);
|
11
15
|
open(section?: OptionType): void;
|
12
|
-
|
16
|
+
private _showOverlay;
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsService, [null, { optional: true; }, null, null, null]>;
|
13
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<OptionsService>;
|
14
19
|
}
|