@bizdoc/core 5.0.2 → 5.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "5.0.2",
3
+ "version": "5.0.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",
@@ -11,30 +11,30 @@
11
11
  "dependencies": {
12
12
  "@ctrl/ngx-emoji-mart": "^9.3.0",
13
13
  "@googlemaps/js-api-loader": "^2.1.1",
14
- "@microsoft/signalr": "^10.0.0",
15
- "@syncfusion/ej2-angular-barcode-generator": "34.1",
16
- "@syncfusion/ej2-angular-base": "34.1",
17
- "@syncfusion/ej2-angular-buttons": "^34.1",
18
- "@syncfusion/ej2-angular-popups": "^34.1",
19
- "@syncfusion/ej2-angular-calendars": "34.1",
20
- "@syncfusion/ej2-angular-charts": "34.1",
21
- "@syncfusion/ej2-angular-circulargauge": "34.1",
22
- "@syncfusion/ej2-angular-diagrams": "34.1",
23
- "@syncfusion/ej2-angular-gantt": "34.1",
24
- "@syncfusion/ej2-angular-grids": "34.1",
25
- "@syncfusion/ej2-angular-inputs": "34.1",
26
- "@syncfusion/ej2-angular-kanban": "34.1",
27
- "@syncfusion/ej2-angular-lineargauge": "34.1",
28
- "@syncfusion/ej2-angular-notifications": "34.1",
29
- "@syncfusion/ej2-angular-pivotview": "34.1",
30
- "@syncfusion/ej2-angular-richtexteditor": "34.1",
31
- "@syncfusion/ej2-angular-blockeditor": "34.1",
32
- "@syncfusion/ej2-angular-schedule": "34.1",
33
- "@syncfusion/ej2-angular-spreadsheet": "34.1",
14
+ "@microsoft/signalr": "^10.0.11",
15
+ "@syncfusion/ej2-angular-barcode-generator": "34.2",
16
+ "@syncfusion/ej2-angular-base": "34.2",
17
+ "@syncfusion/ej2-angular-buttons": "^34.2",
18
+ "@syncfusion/ej2-angular-popups": "^34.2",
19
+ "@syncfusion/ej2-angular-calendars": "34.2",
20
+ "@syncfusion/ej2-angular-charts": "34.2",
21
+ "@syncfusion/ej2-angular-circulargauge": "34.2",
22
+ "@syncfusion/ej2-angular-diagrams": "34.2",
23
+ "@syncfusion/ej2-angular-gantt": "34.2",
24
+ "@syncfusion/ej2-angular-grids": "34.2",
25
+ "@syncfusion/ej2-angular-inputs": "34.2",
26
+ "@syncfusion/ej2-angular-kanban": "34.2",
27
+ "@syncfusion/ej2-angular-lineargauge": "34.2",
28
+ "@syncfusion/ej2-angular-notifications": "34.2",
29
+ "@syncfusion/ej2-angular-pivotview": "34.2",
30
+ "@syncfusion/ej2-angular-richtexteditor": "34.2",
31
+ "@syncfusion/ej2-angular-blockeditor": "34.2",
32
+ "@syncfusion/ej2-angular-schedule": "34.2",
33
+ "@syncfusion/ej2-angular-spreadsheet": "34.2",
34
34
  "ace-builds": "1.44",
35
35
  "cookie": "^2.0.1",
36
36
  "dayjs": "1.11",
37
- "firebase": "12.15",
37
+ "firebase": "12.17",
38
38
  "hammerjs": "~2",
39
39
  "ngx-cookie-service": "22",
40
40
  "zone.js": "0.16",
@@ -448,6 +448,7 @@ interface Profile {
448
448
  interface Source$1 {
449
449
  name: string;
450
450
  title: string;
451
+ icon?: string;
451
452
  template: string;
452
453
  elementTemplate: string;
453
454
  keys: FieldInfo[];
@@ -3796,7 +3797,7 @@ declare abstract class ViewBase {
3796
3797
  protected _service: CubeService;
3797
3798
  private _guide;
3798
3799
  abstract viewPane: CubeViewComponent;
3799
- patterns: Pattern$2[];
3800
+ patterns?: Pattern$2[];
3800
3801
  pattern?: Pattern$2;
3801
3802
  private _cube;
3802
3803
  get cube(): Cube;
@@ -4493,7 +4494,7 @@ declare abstract class CubeMatrixBase {
4493
4494
  /** filters */
4494
4495
  readonly values: AxesMap;
4495
4496
  filters: CubeAxis[];
4496
- patterns: Pattern$2[];
4497
+ patterns?: Pattern$2[];
4497
4498
  title?: string;
4498
4499
  pattern?: Pattern$2;
4499
4500
  indices?: string | string[];
@@ -5137,7 +5138,7 @@ declare abstract class CubeBase<O extends Options$4> implements InsightComponent
5137
5138
  protected _service: CubeService;
5138
5139
  protected _session: SessionService;
5139
5140
  private _none?;
5140
- patterns: Pattern$2[];
5141
+ patterns?: Pattern$2[];
5141
5142
  pattern?: Pattern$2;
5142
5143
  scope?: ScopeType;
5143
5144
  loading: boolean;
@@ -6979,7 +6980,7 @@ declare class GuideComponent implements OnInit {
6979
6980
  private _overlay;
6980
6981
  private _router;
6981
6982
  private _overlayRef;
6982
- step: GuideStep;
6983
+ step?: GuideStep;
6983
6984
  index: number;
6984
6985
  readonly count: number;
6985
6986
  working: boolean;
@@ -9670,7 +9671,13 @@ declare class SearchService {
9670
9671
  private _injector;
9671
9672
  private _cfr;
9672
9673
  constructor(_guide: GuideService, _session: SessionService, _mailbox: MailboxService, _http: HttpClient, _injector: Injector, _cfr: BizDocComponentFactoryResolver);
9673
- search(value: string): ListingItem[];
9674
+ private _providers;
9675
+ /**
9676
+ *
9677
+ * @param value
9678
+ * @returns
9679
+ */
9680
+ search(value: string): Observable<ListingItem[]>;
9674
9681
  private _buildInjector;
9675
9682
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, never>;
9676
9683
  static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
@@ -10167,8 +10174,8 @@ declare class CubeListingComponent implements ListingComponent<CubeListing> {
10167
10174
  private _session;
10168
10175
  private _router;
10169
10176
  title: string;
10170
- cube: Cube;
10171
- axis: CubeAxis;
10177
+ cube?: Cube;
10178
+ axis?: CubeAxis;
10172
10179
  model: CubeListing;
10173
10180
  constructor(_session: SessionService, _router: RouterImpl);
10174
10181
  onBind(model: CubeListing): void;
@@ -10189,7 +10196,7 @@ declare class DocumentListingComponent implements ListingComponent<HeaderModel>
10189
10196
  private _session;
10190
10197
  private _router;
10191
10198
  model: HeaderModel;
10192
- form: Form;
10199
+ form?: Form;
10193
10200
  constructor(_session: SessionService, _router: RouterImpl);
10194
10201
  onBind(model: HeaderModel): void;
10195
10202
  onPick(): void;
@@ -10405,7 +10412,7 @@ declare abstract class DesignerTypeElementComponent<T = any> extends DesignerEle
10405
10412
  /** */
10406
10413
  declare abstract class DesignerCubeElementComponent<T = any> extends DesignerElementComponentBase<T> implements OnInit {
10407
10414
  readonly cubes: ElementModel[];
10408
- cube: ElementModel;
10415
+ cube?: ElementModel;
10409
10416
  cubeSelected(evt: MatSelectChange): void;
10410
10417
  constructor(fb: FormBuilder, element: ElementRef<any>, ref: DesignerRef);
10411
10418
  ngOnInit(): void;