@firestitch/report 18.2.1 → 18.3.0
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/app/reports/components/component-text/component-text.component.d.ts +34 -0
- package/app/reports/components/report-canvas/report-canvas.component.d.ts +17 -5
- package/app/reports/components/report-component/report-component.component.d.ts +11 -1
- package/app/reports/data/report.data.d.ts +12 -1
- package/app/reports/dialogs/report-settings/report-settings.component.d.ts +3 -0
- package/app/reports/export/report-export-collector.service.d.ts +1 -0
- package/app/reports/export/report-pdf.service.d.ts +7 -0
- package/app/reports/export/report-pptx.service.d.ts +2 -0
- package/app/reports/interfaces/report.interface.d.ts +16 -2
- package/app/reports/layout.d.ts +1 -0
- package/app/reports/text.d.ts +29 -0
- package/app/reports/views/report/fs-ai-report.component.d.ts +3 -0
- package/app/reports/views/report/report.component.d.ts +3 -0
- package/esm2022/app/reports/components/component-text/component-text.component.mjs +186 -0
- package/esm2022/app/reports/components/report-canvas/report-canvas.component.mjs +128 -17
- package/esm2022/app/reports/components/report-component/report-component.component.mjs +71 -7
- package/esm2022/app/reports/data/report.data.mjs +20 -9
- package/esm2022/app/reports/dialogs/report-settings/report-settings.component.mjs +17 -5
- package/esm2022/app/reports/export/report-export-collector.service.mjs +12 -2
- package/esm2022/app/reports/export/report-pdf.service.mjs +156 -4
- package/esm2022/app/reports/export/report-pptx.service.mjs +76 -5
- package/esm2022/app/reports/interfaces/report.interface.mjs +1 -1
- package/esm2022/app/reports/layout.mjs +4 -1
- package/esm2022/app/reports/text.mjs +221 -0
- package/esm2022/app/reports/views/report/fs-ai-report.component.mjs +14 -3
- package/esm2022/app/reports/views/report/report.component.mjs +18 -3
- package/fesm2022/{firestitch-report-echarts-BLtDCank.mjs → firestitch-report-echarts-dBElcPnl.mjs} +2 -2
- package/fesm2022/{firestitch-report-echarts-BLtDCank.mjs.map → firestitch-report-echarts-dBElcPnl.mjs.map} +1 -1
- package/fesm2022/{firestitch-report-firestitch-report-eTeJyMPo.mjs → firestitch-report-firestitch-report-DhxGcHlU.mjs} +915 -58
- package/fesm2022/firestitch-report-firestitch-report-DhxGcHlU.mjs.map +1 -0
- package/fesm2022/firestitch-report.mjs +1 -1
- package/package.json +1 -1
- package/fesm2022/firestitch-report-firestitch-report-eTeJyMPo.mjs.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as FsAiReportComponent, F as FsAiReportsComponent, G as GRANULARITY_OPTIONS, a as ReportComponent, c as ReportData, e as ReportFilterStateService, f as ReportNodeType, d as ReportService, g as ReportState, h as ReportStates } from './firestitch-report-firestitch-report-
|
|
1
|
+
export { b as FsAiReportComponent, F as FsAiReportsComponent, G as GRANULARITY_OPTIONS, a as ReportComponent, c as ReportData, e as ReportFilterStateService, f as ReportNodeType, d as ReportService, g as ReportState, h as ReportStates } from './firestitch-report-firestitch-report-DhxGcHlU.mjs';
|
|
2
2
|
//# sourceMappingURL=firestitch-report.mjs.map
|