@bizdoc/core 2.4.12 → 2.4.13
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/README.md +4 -3
- package/assets/themes/brown.min.css +1 -1
- package/assets/themes/dark.min.css +1 -1
- package/assets/themes/deep-purple-light-blue.min.css +14 -14
- package/assets/themes/deep-purple-teal.min.css +1 -1
- package/assets/themes/default.min.css +14 -14
- package/assets/themes/green.min.css +1 -1
- package/assets/themes/indigo.min.css +1 -1
- package/esm2022/lib/compose/form.component.mjs +3 -3
- package/esm2022/lib/modules/pivot.module.mjs +5 -5
- package/esm2022/lib/shared.module.mjs +2 -2
- package/fesm2022/bizdoc-core.mjs +7 -7
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2022/bizdoc-core.mjs
CHANGED
@@ -145,7 +145,7 @@ import * as i8$3 from '@syncfusion/ej2-angular-grids';
|
|
145
145
|
import { GridModule, PagerModule, ExcelExportService, AggregateService, FreezeService, GroupService, PageService, ResizeService, SortService, SelectionService as SelectionService$1, ExcelExport, Sort, Group, Page, Freeze, Selection as Selection$1, Aggregate, Grid as Grid$1, GridComponent } from '@syncfusion/ej2-angular-grids';
|
146
146
|
import * as i6$6 from '@syncfusion/ej2-angular-circulargauge';
|
147
147
|
import { Annotations, GaugeTooltip, Legend as Legend$1, CircularGauge, CircularGaugeModule, AnnotationsService as AnnotationsService$1, GaugeTooltipService as GaugeTooltipService$1, LegendService as LegendService$1 } from '@syncfusion/ej2-angular-circulargauge';
|
148
|
-
import { PivotViewModule, ExcelExportService as ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService, GroupingBar, ExcelExport as ExcelExport$1, PivotChart, PivotView as PivotView$1, PivotViewComponent } from '@syncfusion/ej2-angular-pivotview';
|
148
|
+
import { PivotViewModule, ExcelExportService as ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService, CalculatedFieldService, GroupingBar, ExcelExport as ExcelExport$1, PivotChart, CalculatedField, PivotView as PivotView$1, PivotViewComponent } from '@syncfusion/ej2-angular-pivotview';
|
149
149
|
import * as i9$1 from '@syncfusion/ej2-angular-spreadsheet';
|
150
150
|
import { SpreadsheetModule, SelectionService as SelectionService$2, ClipboardService, CellFormatService, KeyboardNavigationService, KeyboardShortcutService, NumberFormatService } from '@syncfusion/ej2-angular-spreadsheet';
|
151
151
|
import * as i6$5 from '@syncfusion/ej2-angular-gantt';
|
@@ -9545,8 +9545,6 @@ class ComposeFormComponent {
|
|
9545
9545
|
const componentRef = this._container.createComponent(comp, { injector });
|
9546
9546
|
this._instance = componentRef.instance;
|
9547
9547
|
this._formRef._mode = this._instance.mode = this.mode;
|
9548
|
-
this.page !== undefined &&
|
9549
|
-
this._navPage(this.page);
|
9550
9548
|
this._instance.form.statusChanges.pipe(takeUntil(this._destroy)).subscribe(() => {
|
9551
9549
|
const { dirty, valid } = this._instance.form;
|
9552
9550
|
this.dirty = dirty;
|
@@ -9560,6 +9558,8 @@ class ComposeFormComponent {
|
|
9560
9558
|
debounceTime(AUTO_SAVE_DELAY)).subscribe(() => !this.working && this.dirty &&
|
9561
9559
|
this.save(false).subscribe());
|
9562
9560
|
this._instance.onBind(this.model);
|
9561
|
+
this.page !== undefined &&
|
9562
|
+
this._navPage(this.page);
|
9563
9563
|
this._reset();
|
9564
9564
|
}
|
9565
9565
|
}
|
@@ -22189,7 +22189,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
22189
22189
|
class SyncfusionPivotModule {
|
22190
22190
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionPivotModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
22191
22191
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionPivotModule, imports: [PivotViewModule], exports: [PivotViewModule] }); }
|
22192
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionPivotModule, providers: [ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService], imports: [PivotViewModule, PivotViewModule] }); }
|
22192
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionPivotModule, providers: [ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService, CalculatedFieldService], imports: [PivotViewModule, PivotViewModule] }); }
|
22193
22193
|
}
|
22194
22194
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionPivotModule, decorators: [{
|
22195
22195
|
type: NgModule,
|
@@ -22200,10 +22200,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
22200
22200
|
imports: [
|
22201
22201
|
PivotViewModule
|
22202
22202
|
],
|
22203
|
-
providers: [ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService]
|
22203
|
+
providers: [ExcelExportService$1, GroupingBarService, NumberFormattingService, GroupingService, PivotChartService, ConditionalFormattingService, CalculatedFieldService]
|
22204
22204
|
}]
|
22205
22205
|
}] });
|
22206
|
-
PivotView$1.Inject(GroupingBar, ExcelExport$1, PivotChart);
|
22206
|
+
PivotView$1.Inject(GroupingBar, ExcelExport$1, PivotChart, CalculatedField);
|
22207
22207
|
|
22208
22208
|
class SyncfusionScheduleModule {
|
22209
22209
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: SyncfusionScheduleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
@@ -30834,7 +30834,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
30834
30834
|
}]
|
30835
30835
|
}] });
|
30836
30836
|
/* Syncfusion */
|
30837
|
-
registerLicense('
|
30837
|
+
registerLicense('ORg4AjUWIQA/Gnt2UFhhQlJBfV5AQmBIYVp/TGpJfl96cVxMZVVBJAtUQF1hTX5QdEdjUH9WcnRXT2Fe');
|
30838
30838
|
|
30839
30839
|
class MobileModule {
|
30840
30840
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: MobileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|