@bizdoc/core 2.3.34 → 2.3.35
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/admin/architecture/elements/matrix-view.component.mjs +3 -3
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +3 -5
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -5
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -5
- package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -5
- package/esm2022/lib/admin/utility.pane.component.mjs +3 -6
- package/esm2022/lib/browse/browse.pane.component.mjs +3 -5
- package/esm2022/lib/chat/chat-info.mjs +2 -2
- package/esm2022/lib/chat/contacts.pane.component.mjs +3 -6
- package/esm2022/lib/chat/conversation.component.mjs +3 -4
- package/esm2022/lib/chat/conversation.pane.component.mjs +3 -5
- package/esm2022/lib/compose/action/action.pane.dialog.exp.mjs +3 -5
- package/esm2022/lib/compose/comments/comment.component.mjs +3 -3
- package/esm2022/lib/compose/comments/comments.component.mjs +3 -4
- package/esm2022/lib/compose/comments/comments.pane.component.mjs +3 -5
- package/esm2022/lib/compose/comments/edit-comment.component.mjs +3 -3
- package/esm2022/lib/compose/compose.pane.component.mjs +3 -5
- package/esm2022/lib/compose/tag/tags.component.mjs +3 -3
- package/esm2022/lib/compose/trace/trace.pane.component.mjs +3 -5
- package/esm2022/lib/compose/version-compare/version.pane.component.mjs +3 -5
- package/esm2022/lib/core/animations.mjs +6 -1
- package/esm2022/lib/core/inputs/combination-picker.mjs +3 -3
- package/esm2022/lib/core/slots/slots.component.mjs +9 -9
- package/esm2022/lib/core/tagging/edit-input.component.mjs +3 -3
- package/esm2022/lib/core/translations.mjs +10 -8
- package/esm2022/lib/cube/explore/explore.pane.component.mjs +3 -5
- package/esm2022/lib/cube/explore/item.pane.component.mjs +3 -5
- package/esm2022/lib/cube/matrix/matrix.pane.component.mjs +3 -5
- package/esm2022/lib/cube/view.pane.component.mjs +3 -5
- package/esm2022/lib/dashboard/dashboard.pane.component.mjs +3 -3
- package/esm2022/lib/home/home.desktop.component.mjs +3 -3
- package/esm2022/lib/home/options/options.component.mjs +3 -3
- package/esm2022/lib/notifications/notifications.pane.component.mjs +3 -6
- package/esm2022/lib/options/options.component.mjs +21 -16
- package/esm2022/lib/options/options.service.mjs +2 -1
- package/esm2022/lib/reports/report.pane.component.mjs +3 -5
- package/esm2022/lib/routes.desktop.mjs +2 -2
- package/esm2022/lib/scheduler/schedule.component.mjs +3 -3
- package/esm2022/lib/scheduler/scheduler.pane.component.mjs +3 -6
- package/fesm2022/bizdoc-core.mjs +268 -302
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/chat/conversation.component.d.ts +0 -1
- package/lib/compose/comments/comments.component.d.ts +0 -1
- package/lib/core/animations.d.ts +2 -0
- package/lib/core/slots/slots.component.d.ts +1 -1
- package/lib/core/translations.d.ts +7 -5
- package/lib/options/options.component.d.ts +6 -5
- package/package.json +1 -1
@@ -39,7 +39,6 @@ export declare class ConversationComponent implements OnInit, OnChanges, OnDestr
|
|
39
39
|
constructor(config: BizDocConfig, _service: ChatService, _messaging: HubService, _translate: TranslateService, _accounts: AccountService, _sb: PromptService, _vc: ViewContainerRef, _overlay: Overlay);
|
40
40
|
ngOnInit(): void;
|
41
41
|
ngOnChanges(_: SimpleChanges): void;
|
42
|
-
trackBy: (_: any, item: Chat) => Date;
|
43
42
|
private _scrollToBottom;
|
44
43
|
onScroll(e: MouseEvent): void;
|
45
44
|
send(evt: EditTextEvent): void;
|
@@ -50,7 +50,6 @@ export declare class CommentsComponent implements OnInit, OnDestroy, OnChanges,
|
|
50
50
|
deleted(item: Comment): void;
|
51
51
|
reply(item: Comment): void;
|
52
52
|
clearReply(): void;
|
53
|
-
trackBy: (_: any, item: Comment) => number;
|
54
53
|
ngAfterViewInit(): void;
|
55
54
|
focus(): void;
|
56
55
|
onScroll(evt: Event): void;
|
package/lib/core/animations.d.ts
CHANGED
@@ -11,8 +11,10 @@ export declare const EnterExitTop: import("@angular/animations").AnimationTransi
|
|
11
11
|
export declare const FadeSlideInOut: import("@angular/animations").AnimationTransitionMetadata[];
|
12
12
|
export declare const PulseAnimation: import("@angular/animations").AnimationAnimateMetadata;
|
13
13
|
export declare const SwapAnimation: import("@angular/animations").AnimationTransitionMetadata[];
|
14
|
+
export declare const VerticalSwapAnimation: import("@angular/animations").AnimationTransitionMetadata[];
|
14
15
|
export declare const matrixAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
15
16
|
export declare const swapAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
17
|
+
export declare const verticalSwapAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
16
18
|
export declare const pageAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
17
19
|
export declare const fabAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
18
20
|
export declare const submenuAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
@@ -23,7 +23,7 @@ export declare class SlotsComponent implements OnInit, OnDestroy {
|
|
23
23
|
_panesContainerRef: ViewContainerRef;
|
24
24
|
_tabsElement: ElementRef;
|
25
25
|
_scrollable: CdkScrollable;
|
26
|
-
|
26
|
+
titleVariant: number;
|
27
27
|
group: string;
|
28
28
|
swap?: number;
|
29
29
|
swapTab?: number;
|
@@ -257,6 +257,7 @@ export declare const STRINGS: {
|
|
257
257
|
GrantTip: string;
|
258
258
|
OutOfOfficeTip: string;
|
259
259
|
Timeline: string;
|
260
|
+
Theme: string;
|
260
261
|
Back: string;
|
261
262
|
Active: string;
|
262
263
|
MyStateChange: string;
|
@@ -346,7 +347,6 @@ export declare const STRINGS: {
|
|
346
347
|
Discard: string;
|
347
348
|
DiscardAsk: string;
|
348
349
|
DiscardSelected: string;
|
349
|
-
TypeHere: string;
|
350
350
|
ChatHere: string;
|
351
351
|
CommentHere: string;
|
352
352
|
DraftSaved: string;
|
@@ -399,6 +399,7 @@ export declare const STRINGS: {
|
|
399
399
|
DownloadExcel: string;
|
400
400
|
Users: string;
|
401
401
|
Associate: string;
|
402
|
+
Associates: string;
|
402
403
|
Who: string;
|
403
404
|
Task: string;
|
404
405
|
When: string;
|
@@ -495,6 +496,7 @@ export declare const STRINGS: {
|
|
495
496
|
MaxLengthErr: string;
|
496
497
|
};
|
497
498
|
he: {
|
499
|
+
Theme: string;
|
498
500
|
AltSHelp: string;
|
499
501
|
CtrlSHelp: string;
|
500
502
|
AltNHelp: string;
|
@@ -797,6 +799,7 @@ export declare const STRINGS: {
|
|
797
799
|
To: string;
|
798
800
|
Users: string;
|
799
801
|
Associate: string;
|
802
|
+
Associates: string;
|
800
803
|
AssociateFemale: string;
|
801
804
|
AssociateMale: string;
|
802
805
|
Active: string;
|
@@ -896,11 +899,10 @@ export declare const STRINGS: {
|
|
896
899
|
Compare: string;
|
897
900
|
Notifications: string;
|
898
901
|
NoNotifications: string;
|
899
|
-
TypeHere: string;
|
900
|
-
TypeHereMale: string;
|
901
|
-
TypeHereFemale: string;
|
902
|
-
ChatHere: string;
|
903
902
|
CommentHere: string;
|
903
|
+
CommentHereMale: string;
|
904
|
+
CommentHereFemale: string;
|
905
|
+
ChatHere: string;
|
904
906
|
Collapse: string;
|
905
907
|
Flagged: string;
|
906
908
|
Back: string;
|
@@ -11,7 +11,7 @@ import { AccountService } from '../core/account.service';
|
|
11
11
|
import { SessionService } from '../core/session.service';
|
12
12
|
import { PromptService } from '../core/prompt.service';
|
13
13
|
import * as i0 from "@angular/core";
|
14
|
-
export type OptionType = 'notifications' | '
|
14
|
+
export type OptionType = 'notifications' | 'emails' | 'out_of_office' | 'grant_access' | 'preferences';
|
15
15
|
export declare const OPTION_PANEL: InjectionToken<OptionData>;
|
16
16
|
export interface OptionData {
|
17
17
|
section: OptionType;
|
@@ -26,11 +26,12 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
26
26
|
sectionName: OptionType;
|
27
27
|
oooTmpl: TemplateRef<any>;
|
28
28
|
notificationsTmpl: TemplateRef<any>;
|
29
|
+
sectionIndex: number;
|
29
30
|
sectionTmpl: TemplateRef<any>;
|
30
31
|
saveing: boolean;
|
31
32
|
private _requiredValidator;
|
32
|
-
readonly
|
33
|
-
readonly
|
33
|
+
readonly grantUserIds: import("@angular/forms").FormControl<any[]>;
|
34
|
+
readonly oooId: import("@angular/forms").FormControl<any>;
|
34
35
|
readonly form: FormGroup<{
|
35
36
|
notifications: FormGroup<{
|
36
37
|
active: import("@angular/forms").FormControl<boolean>;
|
@@ -67,14 +68,14 @@ export declare class OptionsComponent implements OnInit, OnDestroy {
|
|
67
68
|
gusers$: Observable<UserInfo[]>;
|
68
69
|
voating: boolean;
|
69
70
|
readonly options: Options;
|
70
|
-
readonly separatorKeysCodes: number[];
|
71
71
|
readonly today: Date;
|
72
72
|
readonly isMobile: boolean;
|
73
|
+
readonly separatorKeysCodes: number[];
|
73
74
|
/** options ctor */
|
74
75
|
private readonly _destroy;
|
75
76
|
constructor(options: OptionData, overlayRef: OverlayRef, _fb: FormBuilder, _accounts: AccountService, _sb: PromptService, _session: SessionService, config: BizDocConfig);
|
76
77
|
ngOnInit(): void;
|
77
|
-
nav(sectionName: OptionType, template: TemplateRef<any
|
78
|
+
nav(sectionName: OptionType, template: TemplateRef<any>, index: number): void;
|
78
79
|
save(): void;
|
79
80
|
private _toggle;
|
80
81
|
toggleSound(): void;
|