@bizdoc/core 2.1.2 → 2.1.3
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/designer.component.mjs +1 -1
- package/esm2022/lib/admin/architecture/icon-picker.component.mjs +2 -3
- package/esm2022/lib/admin/core/color-picker.input.mjs +2 -3
- package/esm2022/lib/admin/diff/configuration-diff.component.mjs +42 -38
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +30 -28
- package/esm2022/lib/admin/document-trace/trace-element.component.mjs +13 -11
- package/esm2022/lib/admin/form/designer/properties.component.mjs +5 -7
- package/esm2022/lib/admin/form/designer/section.component.mjs +5 -7
- package/esm2022/lib/admin/form/designer/settings.component.mjs +5 -7
- package/esm2022/lib/admin/form/form.resolve.service.mjs +3 -2
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +4 -4
- package/esm2022/lib/admin/indices/manage-cube-index.component.mjs +3 -4
- package/esm2022/lib/admin/patterns/patterns.component.mjs +7 -5
- package/esm2022/lib/admin/permissions/permissions.component.mjs +7 -5
- package/esm2022/lib/admin/positions/positions.component.mjs +57 -54
- package/esm2022/lib/browse/browse-items.component.mjs +57 -43
- package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
- package/esm2022/lib/browse/expanded-item/expanded-item.component.mjs +25 -24
- package/esm2022/lib/chat/chat-info.mjs +2 -2
- package/esm2022/lib/chat/contacts.component.mjs +7 -5
- package/esm2022/lib/chat/conversation.component.mjs +27 -22
- package/esm2022/lib/compose/action/action-picker.component.mjs +9 -7
- package/esm2022/lib/compose/action/action.base.mjs +4 -3
- package/esm2022/lib/compose/action/moveto-action.component.mjs +1 -1
- package/esm2022/lib/compose/can-deactivate-changes.service.mjs +2 -2
- package/esm2022/lib/compose/comments/comment.component.mjs +9 -8
- package/esm2022/lib/compose/comments/comments.component.mjs +15 -13
- package/esm2022/lib/compose/comments/quick-comment.component.exp.mjs +10 -8
- package/esm2022/lib/compose/compose-resolve.service.mjs +10 -5
- package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
- package/esm2022/lib/compose/copy/copy.dialog.mjs +2 -3
- package/esm2022/lib/compose/document.mobile.component.mjs +3 -2
- package/esm2022/lib/compose/document.pane.component.mjs +3 -2
- package/esm2022/lib/compose/form-selector/form-selector.sheet.mjs +10 -6
- package/esm2022/lib/compose/tag/tags.component.mjs +3 -5
- package/esm2022/lib/compose/trace/trace.component.mjs +4 -3
- package/esm2022/lib/core/avatar/avatar.component.mjs +2 -2
- package/esm2022/lib/core/component-factory-resolver.mjs +6 -4
- package/esm2022/lib/core/guide/guide.component.mjs +17 -18
- package/esm2022/lib/core/http.interceptor.mjs +9 -6
- package/esm2022/lib/core/identity/identity.component.mjs +2 -2
- package/esm2022/lib/core/info/location-info.component.mjs +2 -3
- package/esm2022/lib/core/inputs/combination-picker-body.mjs +9 -8
- package/esm2022/lib/core/inputs/combination-picker.mjs +1 -1
- package/esm2022/lib/core/inputs/combination-pool.mjs +6 -6
- package/esm2022/lib/core/inputs/file.input.mjs +28 -28
- package/esm2022/lib/core/mailbox.service.mjs +69 -63
- package/esm2022/lib/core/slots/router.service.mjs +4 -2
- package/esm2022/lib/core/slots/slots.component.mjs +13 -13
- package/esm2022/lib/core/tagging/edit-input.component.mjs +9 -12
- package/esm2022/lib/core/tagging/tagging.directive.mjs +5 -6
- package/esm2022/lib/core/tagging/tagging.pipe.mjs +2 -2
- package/esm2022/lib/core/translate.service.mjs +3 -3
- package/esm2022/lib/cube/accum/accum.component.mjs +10 -8
- package/esm2022/lib/cube/chart/chart.component.mjs +10 -8
- package/esm2022/lib/cube/cube.service.mjs +81 -73
- package/esm2022/lib/cube/explore/explore-items.component.mjs +38 -34
- package/esm2022/lib/cube/explore/item-resolver.service.mjs +13 -15
- package/esm2022/lib/cube/grid/grid.component.mjs +24 -23
- package/esm2022/lib/cube/grid/spreadsheet.component.mjs +25 -20
- package/esm2022/lib/cube/matrix/matrix.base.mjs +6 -6
- package/esm2022/lib/cube/matrix/popup.component.mjs +7 -4
- package/esm2022/lib/cube/matrix/table.component.mjs +24 -20
- package/esm2022/lib/cube/parallel/parallel.component.mjs +12 -10
- package/esm2022/lib/cube/pivot/pivot.component.mjs +1 -1
- package/esm2022/lib/cube/sum/sum.component.mjs +15 -16
- package/esm2022/lib/dashboard/cube/compare.widget.mjs +5 -4
- package/esm2022/lib/dashboard/cube/documents.widget.mjs +10 -8
- package/esm2022/lib/dashboard/recents/recents.widget.mjs +9 -7
- package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -2
- package/esm2022/lib/desktop.module.mjs +4 -4
- package/esm2022/lib/home/home.desktop.component.mjs +16 -14
- package/esm2022/lib/home/home.mobile.component.mjs +2 -2
- package/esm2022/lib/home/notifications/notifications.component.mjs +2 -2
- package/esm2022/lib/home/tools.component.mjs +2 -2
- package/esm2022/lib/impersonate/impersonate.component.mjs +10 -9
- package/esm2022/lib/mobile.module.mjs +4 -4
- package/esm2022/lib/notifications/notifications-table.component.mjs +2 -2
- package/esm2022/lib/notifications/notifications.component-base.mjs +2 -2
- package/esm2022/lib/notifications/types/cube-anomaly.notification.mjs +2 -2
- package/esm2022/lib/notifications/types/liked.notification.mjs +3 -2
- package/esm2022/lib/notifications/types/notification-base.mjs +2 -2
- package/esm2022/lib/options/options.component.mjs +5 -8
- package/esm2022/lib/options/options.service.mjs +7 -5
- package/esm2022/lib/reports/cube/usage.component.mjs +3 -2
- package/esm2022/lib/routes.desktop.mjs +3 -3
- package/esm2022/lib/routes.mobile.mjs +17 -9
- package/esm2022/lib/scheduler/schedule.component.mjs +18 -17
- package/esm2022/lib/search/search.service.mjs +2 -2
- package/esm2022/lib/views/cube/cube-base.mjs +3 -3
- package/esm2022/lib/views/cube/explore.component.mjs +13 -11
- package/esm2022/lib/views/timeline/timeline.component.exp.mjs +20 -8
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/bizdoc-core.mjs +906 -784
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/indices/manage-cube-index.component.d.ts +1 -1
- package/lib/admin/positions/positions.component.d.ts +1 -3
- package/lib/browse/browse-items.component.d.ts +1 -1
- package/lib/compose/can-deactivate-changes.service.d.ts +3 -3
- package/lib/compose/compose-resolve.service.d.ts +3 -3
- package/lib/compose/document.mobile.component.d.ts +1 -1
- package/lib/compose/document.pane.component.d.ts +1 -1
- package/lib/core/component-factory-resolver.d.ts +3 -1
- package/lib/core/mailbox.service.d.ts +2 -2
- package/lib/core/tagging/tagging.directive.d.ts +1 -1
- package/lib/cube/explore/item-resolver.service.d.ts +8 -9
- package/lib/cube/pivot/pivot.component.d.ts +1 -2
- package/lib/dashboard/cube/compare.widget.d.ts +1 -1
- package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
- package/lib/notifications/types/liked.notification.d.ts +1 -1
- package/lib/reports/cube/usage.component.d.ts +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +1 -1
@@ -2,13 +2,13 @@ import { OnInit, TemplateRef, ViewContainerRef, OnDestroy } from "@angular/core"
|
|
2
2
|
import { MatTableDataSource } from "@angular/material/table";
|
3
3
|
import { FormGroup } from "@angular/forms";
|
4
4
|
import { Overlay } from "@angular/cdk/overlay";
|
5
|
+
import { ProgressBarMode } from "@angular/material/progress-bar";
|
5
6
|
import { Directionality } from "@angular/cdk/bidi";
|
6
7
|
import { UtilityComponent } from "../../core/base";
|
7
8
|
import { UtilityRef } from "../utility-ref";
|
8
9
|
import { SessionService } from "../../core/session.service";
|
9
10
|
import { CubeAxis } from "../../core/models";
|
10
11
|
import { PromptService } from "../../core/prompt.service";
|
11
|
-
import { ProgressBarMode } from "@angular/material/progress-bar";
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
export declare class ManageCubeIndexUtility implements UtilityComponent<any, any>, OnInit, OnDestroy {
|
14
14
|
private _dir;
|
@@ -69,9 +69,7 @@ export declare class PositionsComponent implements OnInit, OnDestroy, UtilityCom
|
|
69
69
|
/** positions ctor */
|
70
70
|
constructor(_session: SessionService, _utilityRef: UtilityRef<boolean, TypeMap>, _datasources: DatasourceService, _ps: PromptService, title: WindowTitleService, _translate: TranslateService, _popup: Popup, _service: SystemService, _dialog: MatDialog);
|
71
71
|
ngOnInit(): void;
|
72
|
-
_prepare
|
73
|
-
[name: string]: any;
|
74
|
-
}]>;
|
72
|
+
private _prepare;
|
75
73
|
search(value: string): void;
|
76
74
|
change(name: string): Promise<void>;
|
77
75
|
private _columns;
|
@@ -61,7 +61,7 @@ export declare class BrowseItemsComponent implements OnInit, OnChanges, OnDestro
|
|
61
61
|
toggleRead(item: RecipientModel): void;
|
62
62
|
select(id: number): void;
|
63
63
|
tag(currentIndex: number, tag: string): void;
|
64
|
-
open(item: RecipientModel<any>,
|
64
|
+
open(item: RecipientModel<any>, _: Event): void;
|
65
65
|
view(item: RecipientModel<any>, evt: Event): void;
|
66
66
|
refresh(): import("rxjs").Subscription;
|
67
67
|
private _group;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import {
|
1
|
+
import { UrlTree } from '@angular/router';
|
2
2
|
import { ComposeComponent } from './compose.mobile.component';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import { PromptService } from '../core/prompt.service';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class CanDeactivateCompose
|
6
|
+
export declare class CanDeactivateCompose {
|
7
7
|
private _sb;
|
8
8
|
constructor(_sb: PromptService);
|
9
|
-
canDeactivate(component: ComposeComponent
|
9
|
+
canDeactivate(component: ComposeComponent): Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateCompose, never>;
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateCompose>;
|
12
12
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ActivatedRouteSnapshot, Router } from '@angular/router';
|
2
2
|
import { Observable } from 'rxjs';
|
3
3
|
import { DocumentModel, RecipientModel } from '../core/models';
|
4
4
|
import { MailboxService } from '../core/mailbox.service';
|
@@ -6,7 +6,7 @@ import { PromptService } from '../core/prompt.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
8
|
* get model before route navigate */
|
9
|
-
export declare class RecipientResolveService
|
9
|
+
export declare class RecipientResolveService {
|
10
10
|
private _mailbox;
|
11
11
|
private _sb;
|
12
12
|
private _router;
|
@@ -16,7 +16,7 @@ export declare class RecipientResolveService implements Resolve<void | Recipient
|
|
16
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<RecipientResolveService>;
|
17
17
|
}
|
18
18
|
/** */
|
19
|
-
export declare class DocumentResolveService
|
19
|
+
export declare class DocumentResolveService {
|
20
20
|
private _mailbox;
|
21
21
|
private _sb;
|
22
22
|
private _router;
|
@@ -6,5 +6,5 @@ export declare class DocumentInfoPageComponent {
|
|
6
6
|
model: DocumentModel<any>;
|
7
7
|
constructor(route: ActivatedRoute, title: WindowTitleService);
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentInfoPageComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentInfoPageComponent, "
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentInfoPageComponent, "bizdoc-document-info-page", never, {}, {}, never, never, false, never>;
|
10
10
|
}
|
@@ -8,5 +8,5 @@ export declare class DocumentInfoPaneComponent {
|
|
8
8
|
model: DocumentModel<any>;
|
9
9
|
constructor(_pane: PaneRef, _session: SessionService);
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentInfoPaneComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentInfoPaneComponent, "
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentInfoPaneComponent, "bizdoc-document-info-pane", never, {}, {}, never, never, false, never>;
|
12
12
|
}
|
@@ -1,7 +1,9 @@
|
|
1
|
+
import { ApplicationRef } from "@angular/core";
|
1
2
|
import * as i0 from "@angular/core";
|
2
3
|
export declare function registerComponents(components: any[]): void;
|
3
4
|
export declare class BizDocComponentFactoryResolver {
|
4
|
-
|
5
|
+
private _appRef;
|
6
|
+
constructor(_appRef: ApplicationRef);
|
5
7
|
component(componentSelector: string): any;
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizDocComponentFactoryResolver, never>;
|
7
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<BizDocComponentFactoryResolver>;
|
@@ -53,8 +53,8 @@ export declare class MailboxService {
|
|
53
53
|
viewedcomments(id: number): Observable<{
|
54
54
|
time: Date;
|
55
55
|
}>;
|
56
|
-
typing(id: number):
|
57
|
-
editing(id: number):
|
56
|
+
typing(id: number): Observable<any>;
|
57
|
+
editing(id: number): Observable<any>;
|
58
58
|
copy(id: number): Observable<RecipientModel<any>>;
|
59
59
|
/**
|
60
60
|
*
|
@@ -18,7 +18,7 @@ export declare class TaggingDirective {
|
|
18
18
|
private _overlayRef;
|
19
19
|
constructor(_input: MatInput, _dir: Directionality, _element: ElementRef<HTMLTextAreaElement>, _overlay: Overlay);
|
20
20
|
_handleInput(_evt: KeyboardEvent): void;
|
21
|
-
_handleKeydown(evt: KeyboardEvent
|
21
|
+
_handleKeydown(evt: KeyboardEvent): void;
|
22
22
|
private _close;
|
23
23
|
private _popup;
|
24
24
|
private _value;
|
@@ -1,20 +1,19 @@
|
|
1
1
|
import { CubeService } from '../cube.service';
|
2
2
|
import { PaneResolve, ParamMap } from '../../core/configuration';
|
3
3
|
import { Observable } from 'rxjs';
|
4
|
-
import { ActivatedRouteSnapshot
|
4
|
+
import { ActivatedRouteSnapshot } from '@angular/router';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class
|
6
|
+
export declare class CubeItemResolver implements PaneResolve<any> {
|
7
7
|
private _service;
|
8
8
|
constructor(_service: CubeService);
|
9
9
|
onResolve(params: ParamMap, queryParams: ParamMap): Observable<any>;
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CubeItemResolver, never>;
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CubeItemResolver>;
|
12
12
|
}
|
13
|
-
export declare class
|
13
|
+
export declare class CubeItemResolveService {
|
14
14
|
private _service;
|
15
|
-
|
16
|
-
constructor(_service: CubeService, _router: Router);
|
15
|
+
constructor(_service: CubeService);
|
17
16
|
resolve(route: ActivatedRouteSnapshot): Observable<void | any>;
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CubeItemResolveService, never>;
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CubeItemResolveService>;
|
20
19
|
}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, ElementRef, OnInit, SimpleChanges } from '@angular/core';
|
2
2
|
import { Direction } from '@angular/cdk/bidi';
|
3
|
-
import { DisplayOptionModel, PivotView, CellClickEventArgs } from '@syncfusion/ej2-pivotview';
|
3
|
+
import { DisplayOptionModel, PivotView, CellClickEventArgs, IFieldOptions, IFormatSettings } from '@syncfusion/ej2-pivotview';
|
4
4
|
import { ChartSettingsModel } from '@syncfusion/ej2-pivotview/src/pivotview/model/chartsettings-model';
|
5
|
-
import { IFieldOptions, IFormatSettings } from "@syncfusion/ej2-pivotview";
|
6
5
|
import { GridSettingsModel } from "@syncfusion/ej2-pivotview/src/pivotview/model/gridsettings-model";
|
7
6
|
import { IPointEventArgs } from '@syncfusion/ej2-angular-charts';
|
8
7
|
import { MultiLevelLabelClickEventArgs } from '@syncfusion/ej2-angular-pivotview';
|
@@ -40,7 +40,7 @@ export declare class CubePerformanceWidget implements WidgetComponent<Model[]>,
|
|
40
40
|
private _prepare;
|
41
41
|
ngOnDestroy(): void;
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubePerformanceWidget, never>;
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubePerformanceWidget, "
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubePerformanceWidget, "bizdoc-cube-performance", never, {}, {}, never, never, false, never>;
|
44
44
|
}
|
45
45
|
interface Model {
|
46
46
|
points: Point[];
|
@@ -37,7 +37,7 @@ export declare class CompareGroupsWidget implements WidgetComponent<Department[]
|
|
37
37
|
private _prepare;
|
38
38
|
ngOnDestroy(): void;
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompareGroupsWidget, never>;
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CompareGroupsWidget, "
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompareGroupsWidget, "bizdoc-compare-groups", never, {}, {}, never, never, false, never>;
|
41
41
|
}
|
42
42
|
interface Department {
|
43
43
|
points: Point[];
|
@@ -15,7 +15,7 @@ export declare class LikedNotification extends NotificationBase implements OnIni
|
|
15
15
|
ngOnInit(): void;
|
16
16
|
constructor(notification: Liked, _accounts: AccountService, translate: TranslateService, router: RouterImpl, session: SessionService, chat: ChatInfo);
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LikedNotification, never>;
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LikedNotification, "
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LikedNotification, "bizdoc-liked-notification", never, {}, {}, never, never, false, never>;
|
19
19
|
}
|
20
20
|
interface Liked extends Notification {
|
21
21
|
userIds: string[];
|
@@ -11,5 +11,5 @@ export declare class CubeUsageComponent implements ReportComponent<Item, Args>,
|
|
11
11
|
onBind(data: Item[], args?: Args): void;
|
12
12
|
ngOnInit(): void;
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeUsageComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CubeUsageComponent, "
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CubeUsageComponent, "bizdoc-cube-usage", never, {}, {}, never, never, false, never>;
|
15
15
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"private": true
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@ctrl/ngx-emoji-mart": "^
|
12
|
+
"@ctrl/ngx-emoji-mart": "^9.0.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.15.1",
|
14
14
|
"@microsoft/signalr": "^7.0.5",
|
15
15
|
"@syncfusion/ej2": "^21.2.3",
|
package/public-api.d.ts
CHANGED
@@ -158,7 +158,7 @@ export { CubeGridComponent } from './lib/cube/grid/grid.component';
|
|
158
158
|
export { CubeSpreadsheetComponent } from './lib/cube/grid/spreadsheet.component';
|
159
159
|
export { CubePivotComponent } from './lib/cube/pivot/pivot.component';
|
160
160
|
export { StateDirective } from './lib/compose/state.component';
|
161
|
-
export {
|
161
|
+
export { CubeItemResolveService } from './lib/cube/explore/item-resolver.service';
|
162
162
|
export { ExploreItemImplComponent } from './lib/cube/explore/explore-item.component';
|
163
163
|
export { CubeSumComponent } from './lib/cube/sum/sum.component';
|
164
164
|
export { CubeParallelComponent } from './lib/cube/parallel/parallel.component';
|