@bizdoc/core 3.4.8 → 3.4.11

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.
@@ -133,6 +133,8 @@ import * as i10$1 from '@syncfusion/ej2-angular-kanban';
133
133
  import { KanbanComponent, KanbanModule } from '@syncfusion/ej2-angular-kanban';
134
134
  import * as i3$4 from '@syncfusion/ej2-angular-inputs';
135
135
  import { SignatureModule } from '@syncfusion/ej2-angular-inputs';
136
+ import { SkeletonModule } from '@syncfusion/ej2-angular-notifications';
137
+ import { SpeedDialModule } from '@syncfusion/ej2-angular-buttons';
136
138
  import { LinearGaugeModule, AnnotationsService, GaugeTooltipService } from '@syncfusion/ej2-angular-lineargauge';
137
139
  import * as i6$6 from '@syncfusion/ej2-angular-charts';
138
140
  import { RangeNavigator, AreaSeries, LineSeries, DateTime, RangeTooltip, Sparkline, SparklineTooltip, AccumulationChart as AccumulationChart$1, PieSeries, PyramidSeries, FunnelSeries, AccumulationDataLabel, AccumulationTooltip, AccumulationAnnotation, AccumulationLegend, AccumulationSelection, Chart as Chart$1, Highlight, StripLine, BoxAndWhiskerSeries, Category, Tooltip as Tooltip$1, Legend, Selection, Zoom, Crosshair, DataLabel, BarSeries, BubbleSeries, ColumnSeries, PolarSeries, RadarSeries, SplineSeries, ScrollBar, SplineAreaSeries, ScatterSeries, StackingStepAreaSeries, StackingLineSeries, StackingAreaSeries, StackingColumnSeries, StackingBarSeries, StepAreaSeries, StepLineSeries, ChartAnnotation, ChartModule, AccumulationChartModule, SparklineModule, RangeNavigatorModule, BulletChartModule, RangeTooltipService, AccumulationDistributionIndicatorService, FunnelSeriesService, StackingStepAreaSeriesService, PieSeriesService, PyramidSeriesService, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, WaterfallSeriesService, RangeAreaSeriesService, PolarSeriesService, RadarSeriesService, DateTimeCategoryService, MultiLevelLabelService, ParetoSeriesService, TooltipRenderService, SparklineTooltipService, SplineRangeAreaSeriesService, AccumulationAnnotationService, AccumulationDataLabelService, AccumulationLegendService, AccumulationSelectionService, AccumulationTooltipService, BulletTooltipService, ChartComponent } from '@syncfusion/ej2-angular-charts';
@@ -15404,13 +15406,13 @@ class FlowViewComponent extends TraceBase {
15404
15406
  }
15405
15407
  created() {
15406
15408
  const [layer1 /*, layer2*/] = this.diagram.layers;
15407
- layer1.visible = false;
15409
+ //layer1.visible = false;
15408
15410
  //setTimeout(() => {
15409
15411
  this.diagram.doLayout();
15410
15412
  this._addIndicators();
15411
15413
  this.diagram.fitToPage();
15412
15414
  //}, 100)
15413
- layer1.visible = true;
15415
+ //layer1.visible = true;
15414
15416
  // layer2.visible = true;
15415
15417
  }
15416
15418
  async _initialize() {
@@ -15542,7 +15544,7 @@ class FlowViewComponent extends TraceBase {
15542
15544
  annotations: [{
15543
15545
  style: {
15544
15546
  color: node.estimate ? this.dimColor : this.defaultColor,
15545
- fill: this.transparentColor
15547
+ //fill: this.transparentColor
15546
15548
  //opacity: node.estimate ? .6 : 1,
15547
15549
  },
15548
15550
  content: annotation,
@@ -15654,7 +15656,7 @@ class FlowViewComponent extends TraceBase {
15654
15656
  } : { x: .5 },
15655
15657
  style: {
15656
15658
  color: node.estimate ? this.dimColor : this.defaultColor,
15657
- fill: this.transparentColor
15659
+ //fill: this.transparentColor
15658
15660
  //opacity: node.estimate ? .6 : 1,
15659
15661
  },
15660
15662
  verticalAlignment: shape.type === 'Path' ? 'Top' : 'Center'
@@ -25229,7 +25231,7 @@ let PersonalActivityWidget = class PersonalActivityWidget {
25229
25231
  {
25230
25232
  dataSource: this.data.timeline, type: 'Line', xName: 'time', yName: 'duration', name: this._translate.get('You'), width: 2, marker: this.youMarker, animation: this.animation
25231
25233
  }];
25232
- this.chart && this.chart.destroy();
25234
+ this.chart?.destroy();
25233
25235
  this.chart = new Chart$1({
25234
25236
  crosshair: this.crosshair,
25235
25237
  tooltip: this.tooltip,
@@ -25251,11 +25253,12 @@ let PersonalActivityWidget = class PersonalActivityWidget {
25251
25253
  }, this._elementRef.nativeElement);
25252
25254
  }
25253
25255
  ngOnDestroy() {
25256
+ this.chart?.destroy();
25254
25257
  this._destroy.next();
25255
25258
  this._destroy.complete();
25256
25259
  }
25257
25260
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PersonalActivityWidget, deps: [{ token: WidgetRef }, { token: i0.ElementRef }, { token: TranslateService }, { token: SessionService }], target: i0.ɵɵFactoryTarget.Component }); }
25258
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.9", type: PersonalActivityWidget, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: "@if (data?.timeline.length === 0) {\r\n <p class=\"mat-body-1\">{{'NothingHere'|translate}}</p>\r\n}\r\n<!--<ejs-chart [crosshair]='crosshair' [tooltip]='tooltip' background=\"transparent\" [chartArea]='chartArea' [primaryXAxis]='primaryXAxis' [primaryYAxis]='primaryYAxis' width='100%' [theme]='theme'\r\n[enableAnimation]=\"true\" [palettes]=\"palettes\" id=\"activity-chart\" [height]=\"height\" dir=\"ltr\"\r\n[useGroupingSeparator]=\"true\" [zoomSettings]=\"zoomSettings\" (tooltipRender)=\"tooltipRender($event)\">\r\n<e-series-collection>\r\n <e-series [dataSource]='data?.everyone' type='Line' xName='time' yName='duration' [name]=\"'Average'|translate\" width=2 [marker]='everyoneMarker' [animation]=\"animation\"></e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='standard' [name]=\"'Standard' | translate\" width=2 [marker]='standardMarker' dashArray='5' [animation]=\"animation\" [fill]=\"fill\"> </e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='duration' [name]=\"'You' | translate\" width=2 [marker]='youMarker' [animation]=\"animation\"> </e-series>\r\n</e-series-collection>\r\n</ejs-chart>-->\r\n", dependencies: [{ kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
25261
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.9", type: PersonalActivityWidget, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }], ngImport: i0, template: "<!--@if (data?.timeline.length === 0) {\r\n <p class=\"mat-body-1\">{{'NothingHere'|translate}}</p>\r\n}-->\r\n<!--<ejs-chart [crosshair]='crosshair' [tooltip]='tooltip' background=\"transparent\" [chartArea]='chartArea' [primaryXAxis]='primaryXAxis' [primaryYAxis]='primaryYAxis' width='100%' [theme]='theme'\r\n[enableAnimation]=\"true\" [palettes]=\"palettes\" id=\"activity-chart\" [height]=\"height\" dir=\"ltr\"\r\n[useGroupingSeparator]=\"true\" [zoomSettings]=\"zoomSettings\" (tooltipRender)=\"tooltipRender($event)\">\r\n<e-series-collection>\r\n <e-series [dataSource]='data?.everyone' type='Line' xName='time' yName='duration' [name]=\"'Average'|translate\" width=2 [marker]='everyoneMarker' [animation]=\"animation\"></e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='standard' [name]=\"'Standard' | translate\" width=2 [marker]='standardMarker' dashArray='5' [animation]=\"animation\" [fill]=\"fill\"> </e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='duration' [name]=\"'You' | translate\" width=2 [marker]='youMarker' [animation]=\"animation\"> </e-series>\r\n</e-series-collection>\r\n</ejs-chart>-->\r\n" }); }
25259
25262
  };
25260
25263
  PersonalActivityWidget = __decorate([
25261
25264
  BizDoc({
@@ -25264,7 +25267,7 @@ PersonalActivityWidget = __decorate([
25264
25267
  ], PersonalActivityWidget);
25265
25268
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: PersonalActivityWidget, decorators: [{
25266
25269
  type: Component,
25267
- args: [{ standalone: false, template: "@if (data?.timeline.length === 0) {\r\n <p class=\"mat-body-1\">{{'NothingHere'|translate}}</p>\r\n}\r\n<!--<ejs-chart [crosshair]='crosshair' [tooltip]='tooltip' background=\"transparent\" [chartArea]='chartArea' [primaryXAxis]='primaryXAxis' [primaryYAxis]='primaryYAxis' width='100%' [theme]='theme'\r\n[enableAnimation]=\"true\" [palettes]=\"palettes\" id=\"activity-chart\" [height]=\"height\" dir=\"ltr\"\r\n[useGroupingSeparator]=\"true\" [zoomSettings]=\"zoomSettings\" (tooltipRender)=\"tooltipRender($event)\">\r\n<e-series-collection>\r\n <e-series [dataSource]='data?.everyone' type='Line' xName='time' yName='duration' [name]=\"'Average'|translate\" width=2 [marker]='everyoneMarker' [animation]=\"animation\"></e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='standard' [name]=\"'Standard' | translate\" width=2 [marker]='standardMarker' dashArray='5' [animation]=\"animation\" [fill]=\"fill\"> </e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='duration' [name]=\"'You' | translate\" width=2 [marker]='youMarker' [animation]=\"animation\"> </e-series>\r\n</e-series-collection>\r\n</ejs-chart>-->\r\n" }]
25270
+ args: [{ standalone: false, template: "<!--@if (data?.timeline.length === 0) {\r\n <p class=\"mat-body-1\">{{'NothingHere'|translate}}</p>\r\n}-->\r\n<!--<ejs-chart [crosshair]='crosshair' [tooltip]='tooltip' background=\"transparent\" [chartArea]='chartArea' [primaryXAxis]='primaryXAxis' [primaryYAxis]='primaryYAxis' width='100%' [theme]='theme'\r\n[enableAnimation]=\"true\" [palettes]=\"palettes\" id=\"activity-chart\" [height]=\"height\" dir=\"ltr\"\r\n[useGroupingSeparator]=\"true\" [zoomSettings]=\"zoomSettings\" (tooltipRender)=\"tooltipRender($event)\">\r\n<e-series-collection>\r\n <e-series [dataSource]='data?.everyone' type='Line' xName='time' yName='duration' [name]=\"'Average'|translate\" width=2 [marker]='everyoneMarker' [animation]=\"animation\"></e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='standard' [name]=\"'Standard' | translate\" width=2 [marker]='standardMarker' dashArray='5' [animation]=\"animation\" [fill]=\"fill\"> </e-series>\r\n <e-series [dataSource]='data?.timeline' type='Line' xName='time' yName='duration' [name]=\"'You' | translate\" width=2 [marker]='youMarker' [animation]=\"animation\"> </e-series>\r\n</e-series-collection>\r\n</ejs-chart>-->\r\n" }]
25268
25271
  }], ctorParameters: () => [{ type: WidgetRef }, { type: i0.ElementRef }, { type: TranslateService }, { type: SessionService }], propDecorators: { chart: [{
25269
25272
  type: ViewChild,
25270
25273
  args: [ChartComponent]
@@ -31248,6 +31251,8 @@ class SharedModule {
31248
31251
  SyncfusionTextEditorModule,
31249
31252
  SyncfusionSpreadsheetModule,
31250
31253
  SyncfusionPivotModule,
31254
+ SkeletonModule,
31255
+ SpeedDialModule,
31251
31256
  SignatureModule,
31252
31257
  KanbanModule,
31253
31258
  SyncfusionDiagramModule,
@@ -31255,6 +31260,8 @@ class SharedModule {
31255
31260
  NoneComponent,
31256
31261
  LocalizedStringPipe,
31257
31262
  MaterialModule,
31263
+ SkeletonModule,
31264
+ SpeedDialModule,
31258
31265
  BrokenPage,
31259
31266
  HelpTipComponent,
31260
31267
  FilterTagsComponent,
@@ -31334,10 +31341,14 @@ class SharedModule {
31334
31341
  SyncfusionTextEditorModule,
31335
31342
  SyncfusionSpreadsheetModule,
31336
31343
  SyncfusionPivotModule,
31344
+ SkeletonModule,
31345
+ SpeedDialModule,
31337
31346
  SignatureModule,
31338
31347
  KanbanModule,
31339
31348
  SyncfusionDiagramModule,
31340
- MaterialModule, MaterialModule] }); }
31349
+ MaterialModule, MaterialModule,
31350
+ SkeletonModule,
31351
+ SpeedDialModule] }); }
31341
31352
  }
31342
31353
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: SharedModule, decorators: [{
31343
31354
  type: NgModule,
@@ -31430,6 +31441,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
31430
31441
  SyncfusionTextEditorModule,
31431
31442
  SyncfusionSpreadsheetModule,
31432
31443
  SyncfusionPivotModule,
31444
+ SkeletonModule,
31445
+ SpeedDialModule,
31433
31446
  SignatureModule,
31434
31447
  KanbanModule,
31435
31448
  SyncfusionDiagramModule,
@@ -31457,6 +31470,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImpor
31457
31470
  NoneComponent,
31458
31471
  LocalizedStringPipe,
31459
31472
  MaterialModule,
31473
+ SkeletonModule,
31474
+ SpeedDialModule,
31460
31475
  BrokenPage,
31461
31476
  HelpTipComponent,
31462
31477
  FilterTagsComponent,