@feedmepos/mf-report 5.0.13-beta.0 → 5.0.14-rc.2
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/dist/App.vue.d.ts +2 -0
- package/dist/Entry.vue.d.ts +2 -0
- package/dist/api/accounting/index.d.ts +5 -0
- package/dist/api/business-config/index.d.ts +4 -0
- package/dist/api/categories/index.d.ts +2 -0
- package/dist/api/index.d.ts +26 -0
- package/dist/api/reports/index.d.ts +9 -0
- package/dist/api/scheduler/index.d.ts +6 -0
- package/dist/api/schemas/index.d.ts +2 -0
- package/dist/api/widget/index.d.ts +4 -0
- package/dist/app.d.ts +2 -0
- package/dist/app.js +107942 -111242
- package/dist/components/AddReportDialog.vue.d.ts +20 -0
- package/dist/components/BaseDialog.vue.d.ts +49 -0
- package/dist/components/Dialog.vue.d.ts +2 -0
- package/dist/components/DownloadDialog.vue.d.ts +12 -0
- package/dist/components/HeaderTab.vue.d.ts +10 -0
- package/dist/components/MenuTab.vue.d.ts +14 -0
- package/dist/components/NavigationTab.vue.d.ts +2 -0
- package/dist/components/NoData.vue.d.ts +39 -0
- package/dist/components/accounting/AccountingExportDialog.vue.d.ts +23 -0
- package/dist/components/accounting/api-integration/Bukku.vue.d.ts +19 -0
- package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +19 -0
- package/dist/components/accounting/setting-exporter/index.d.ts +23 -0
- package/dist/components/accounting/setting-exporter/type.d.ts +53 -0
- package/dist/components/filter/Filter.vue.d.ts +2 -0
- package/dist/components/filter/FilterChip.vue.d.ts +32 -0
- package/dist/components/report/CustomReport.vue.d.ts +2 -0
- package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +27 -0
- package/dist/components/report-editor-tab/ReportEditorTabDesktop.vue.d.ts +19 -0
- package/dist/components/report-editor-tab/ReportEditorTabHeader.vue.d.ts +20 -0
- package/dist/components/report-editor-tab/ReportEditorTabMobile.vue.d.ts +19 -0
- package/dist/components/schedule/CustomDate.vue.d.ts +25 -0
- package/dist/components/schedule/ManualSend.vue.d.ts +29 -0
- package/dist/components/schedule/Schedule.vue.d.ts +12 -0
- package/dist/components/schedule/ScheduleCard.vue.d.ts +16 -0
- package/dist/components/schedule/ScheduleEdit.vue.d.ts +29 -0
- package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +27 -0
- package/dist/components/tile-editor-tab/TileEditorTabDesktop.vue.d.ts +19 -0
- package/dist/components/tile-editor-tab/TileEditorTabHeader.vue.d.ts +20 -0
- package/dist/components/tile-editor-tab/TileEditorTabMobile.vue.d.ts +19 -0
- package/dist/components/tile-editor-tab/datasource.d.ts +14 -0
- package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +24 -0
- package/dist/components/tile-editor-tab/filter.input.d.ts +32 -0
- package/dist/components/tile-editor-tab/layouts/Section.vue.d.ts +10 -0
- package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +33 -0
- package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +54 -0
- package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +54 -0
- package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +18 -0
- package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +24 -0
- package/dist/components/tile-editor-tab/section/LimitSection.vue.d.ts +12 -0
- package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +49 -0
- package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +33 -0
- package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +18 -0
- package/dist/components/tile-editor-tab/select/SelectComponent.vue.d.ts +42 -0
- package/dist/components/tile-editor-tab/tile.d.ts +5 -0
- package/dist/components/transition/TransitionFade.vue.d.ts +20 -0
- package/dist/components/widget/DynamicWidget.vue.d.ts +36 -0
- package/dist/components/widget/WidgetBarchart.vue.d.ts +20 -0
- package/dist/components/widget/WidgetCircular.vue.d.ts +20 -0
- package/dist/components/widget/WidgetDialog.vue.d.ts +19 -0
- package/dist/components/widget/WidgetLinechart.vue.d.ts +20 -0
- package/dist/components/widget/WidgetScorecard.vue.d.ts +20 -0
- package/dist/components/widget/WidgetSpacer.vue.d.ts +2 -0
- package/dist/components/widget/WidgetStackBarChart.vue.d.ts +20 -0
- package/dist/components/widget/WidgetStackLineChart.vue.d.ts +20 -0
- package/dist/components/widget/WidgetTable.vue.d.ts +20 -0
- package/dist/components/widget/widget.d.ts +38 -0
- package/dist/layouts/Default.vue.d.ts +9 -0
- package/dist/layouts/FullScreen.vue.d.ts +9 -0
- package/dist/main.d.ts +2 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/shared.d.ts +2 -0
- package/dist/stores/accounting.d.ts +7 -0
- package/dist/stores/counter.d.ts +13 -0
- package/dist/stores/global-loader.d.ts +10 -0
- package/dist/stores/message-dialog.d.ts +31 -0
- package/dist/stores/query.d.ts +19 -0
- package/dist/stores/report-filters.d.ts +154 -0
- package/dist/stores/report-schedule.d.ts +161 -0
- package/dist/stores/report-schema.d.ts +79 -0
- package/dist/stores/report.d.ts +2754 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -0
- package/dist/types/business.d.ts +46 -0
- package/dist/types/index.d.ts +24 -0
- package/dist/types/report.d.ts +170 -0
- package/dist/types/schedule.d.ts +29 -0
- package/dist/types/schema.d.ts +54 -0
- package/dist/types/widget.d.ts +98 -0
- package/dist/utils/calculated-grid.d.ts +3 -0
- package/dist/utils/component-key.d.ts +1 -0
- package/dist/utils/helper.d.ts +12 -0
- package/dist/utils/local-storage.d.ts +15 -0
- package/dist/utils/logger.d.ts +1 -0
- package/dist/utils/update-row-column-config.d.ts +13 -0
- package/dist/views/InsightView.vue.d.ts +2 -0
- package/dist/views/overview/OverviewView.vue.d.ts +2 -0
- package/dist/views/report/Report.vue.d.ts +2 -0
- package/dist/views/report-editor/ReportEditor.vue.d.ts +2 -0
- package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +28 -0
- package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +28 -0
- package/dist/views/report-view/ReportView.vue.d.ts +2 -0
- package/dist/views/tile-editor/TileEditor.vue.d.ts +2 -0
- package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +39 -0
- package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +39 -0
- package/package.json +7 -9
- package/extra_packages/query-engine/LICENSE +0 -1749
- package/extra_packages/query-engine/README.md +0 -11
- package/extra_packages/query-engine/package.json +0 -1
- package/extra_packages/query-engine/query-engine-dart.dart.js +0 -15531
- package/extra_packages/query-engine/query-engine-dart.default.js +0 -4
- package/extra_packages/report-v4/LICENSE +0 -3107
- package/extra_packages/report-v4/README.md +0 -11
- package/extra_packages/report-v4/package.json +0 -1
- package/extra_packages/report-v4/report-v4-dart.dart.js +0 -12692
- package/extra_packages/report-v4/report-v4-dart.default.js +0 -4
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import type { ReportTile, WidgetType } from "./report";
|
|
2
|
+
export interface Widget {
|
|
3
|
+
tile: ReportTile;
|
|
4
|
+
data: any;
|
|
5
|
+
}
|
|
6
|
+
export interface QueryWidgetTableColumn {
|
|
7
|
+
key: string;
|
|
8
|
+
label: string;
|
|
9
|
+
type: "TIMESTAMP" | "STRING" | "NUMERIC";
|
|
10
|
+
aggregationType?: string;
|
|
11
|
+
dimensionOption?: string;
|
|
12
|
+
hide: boolean;
|
|
13
|
+
timeformatter: string;
|
|
14
|
+
decimal: number;
|
|
15
|
+
}
|
|
16
|
+
interface BaseQueryWidgetResponse {
|
|
17
|
+
type: WidgetType;
|
|
18
|
+
}
|
|
19
|
+
export interface QueryWidgetTableRow {
|
|
20
|
+
cells: any[];
|
|
21
|
+
comparisonCells: any[];
|
|
22
|
+
isRollup: boolean;
|
|
23
|
+
}
|
|
24
|
+
export interface QueryWidgetResponseTable extends BaseQueryWidgetResponse {
|
|
25
|
+
type: WidgetType.Table;
|
|
26
|
+
columns: QueryWidgetTableColumn[];
|
|
27
|
+
rows: QueryWidgetTableRow[];
|
|
28
|
+
message?: string;
|
|
29
|
+
source: string;
|
|
30
|
+
}
|
|
31
|
+
export interface XYDataset {
|
|
32
|
+
name: string;
|
|
33
|
+
values: number[];
|
|
34
|
+
isCompare?: boolean;
|
|
35
|
+
dateRange: {
|
|
36
|
+
start: string;
|
|
37
|
+
end: string;
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export declare enum SparklineType {
|
|
41
|
+
line = "LINE",
|
|
42
|
+
bar = "BAR"
|
|
43
|
+
}
|
|
44
|
+
export interface QueryWidgetResponseScoreCard extends BaseQueryWidgetResponse {
|
|
45
|
+
type: WidgetType.Scorecard;
|
|
46
|
+
name: string;
|
|
47
|
+
value: string;
|
|
48
|
+
comparison?: string;
|
|
49
|
+
sparkline: {
|
|
50
|
+
type: SparklineType;
|
|
51
|
+
dimensions: string[];
|
|
52
|
+
datasets: XYDataset[];
|
|
53
|
+
};
|
|
54
|
+
message?: string;
|
|
55
|
+
}
|
|
56
|
+
interface DateComparison {
|
|
57
|
+
main?: {
|
|
58
|
+
start: string;
|
|
59
|
+
end: string;
|
|
60
|
+
};
|
|
61
|
+
comparison?: {
|
|
62
|
+
start: string;
|
|
63
|
+
end: string;
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
export interface QueryWidgetResponseXYChart extends BaseQueryWidgetResponse {
|
|
67
|
+
type: WidgetType.LineChart | WidgetType.StackLineChart | WidgetType.BarChart | WidgetType.StackBarChart;
|
|
68
|
+
xAxis: string[];
|
|
69
|
+
datasets: XYDataset[];
|
|
70
|
+
date: DateComparison;
|
|
71
|
+
message?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface CircularDataset {
|
|
74
|
+
name: string;
|
|
75
|
+
value: number;
|
|
76
|
+
comparison: number | null;
|
|
77
|
+
date: DateComparison;
|
|
78
|
+
}
|
|
79
|
+
export interface QueryWidgetResponseCircular extends BaseQueryWidgetResponse {
|
|
80
|
+
type: WidgetType.Circular;
|
|
81
|
+
datasets: CircularDataset[];
|
|
82
|
+
metrics: string[];
|
|
83
|
+
date: DateComparison;
|
|
84
|
+
message?: string;
|
|
85
|
+
}
|
|
86
|
+
export type QueryWidgetResponse = QueryWidgetResponseCircular | QueryWidgetResponseXYChart | QueryWidgetResponseScoreCard | QueryWidgetResponseTable | null;
|
|
87
|
+
export declare enum RollupPosition {
|
|
88
|
+
top = "TOP",
|
|
89
|
+
bottom = "BOTTOM"
|
|
90
|
+
}
|
|
91
|
+
export interface WidgetProps<T = QueryWidgetResponse> {
|
|
92
|
+
data: T;
|
|
93
|
+
showLabel?: boolean;
|
|
94
|
+
isTransposed?: boolean;
|
|
95
|
+
filterText?: string;
|
|
96
|
+
rollupPosition?: RollupPosition;
|
|
97
|
+
}
|
|
98
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getComponentKey(): string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type CycleOption } from "@/types/schedule";
|
|
2
|
+
export declare function debounce(fn: Function, wait?: number, immediate?: boolean): {
|
|
3
|
+
(...args: any): void;
|
|
4
|
+
cancel(): void;
|
|
5
|
+
};
|
|
6
|
+
export declare function getMonthName(): string[];
|
|
7
|
+
export declare function getInterval(option: CycleOption, custom?: string): string;
|
|
8
|
+
export declare function displayDate(props: {
|
|
9
|
+
startDate: string | null;
|
|
10
|
+
endDate: string | null;
|
|
11
|
+
}): string;
|
|
12
|
+
export declare function numberWithCommas(x: string | number): string | undefined;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface GetOption<T> {
|
|
2
|
+
fallback?: T;
|
|
3
|
+
format?: (value: string) => T;
|
|
4
|
+
}
|
|
5
|
+
declare function get<T>(key: string, option?: GetOption<T>): string | T | null;
|
|
6
|
+
export declare const LocalStorage: {
|
|
7
|
+
get: typeof get;
|
|
8
|
+
getJson: <T>(key: string) => T;
|
|
9
|
+
getNumber: (key: string) => string | number | null;
|
|
10
|
+
set: (key: string, value: string) => void;
|
|
11
|
+
setJson: (key: string, value: {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
}) => void;
|
|
14
|
+
};
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const logger: import("consola/core").ConsolaInstance;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ListItem } from "@/types";
|
|
2
|
+
import { type ReportTile, type WidgetBaseConfig } from "@/types/report";
|
|
3
|
+
export declare const metricNameRowColumn: {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
};
|
|
7
|
+
export declare function populateTile(tile: ReportTile): ReportTile;
|
|
8
|
+
type Type = "row" | "column";
|
|
9
|
+
export declare function updateRowColumn<T extends WidgetBaseConfig>(config: T, fields: ListItem<any>[], type: Type): T & {
|
|
10
|
+
rowIds: any[] | undefined;
|
|
11
|
+
columnIds: any[] | undefined;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Report } from "@/types/report";
|
|
2
|
+
import { type PropType } from "vue";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<Report>;
|
|
7
|
+
};
|
|
8
|
+
hideConfiguration: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
hideConfiguration: (value: boolean) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
modelValue: {
|
|
17
|
+
required: true;
|
|
18
|
+
type: PropType<Report>;
|
|
19
|
+
};
|
|
20
|
+
hideConfiguration: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}>> & {
|
|
26
|
+
onHideConfiguration?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}, {}, {}>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Report } from "@/types/report";
|
|
2
|
+
import { type PropType } from "vue";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<Report>;
|
|
7
|
+
};
|
|
8
|
+
hideConfiguration: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
hideConfiguration: (value: boolean) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
modelValue: {
|
|
17
|
+
required: true;
|
|
18
|
+
type: PropType<Report>;
|
|
19
|
+
};
|
|
20
|
+
hideConfiguration: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}>> & {
|
|
26
|
+
onHideConfiguration?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}, {}, {}>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { type ReportTile } from "@/types/report";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<ReportTile>;
|
|
6
|
+
};
|
|
7
|
+
hideConfiguration: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
index: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
hideConfiguration: (value: boolean) => void;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
modelValue: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: import("vue").PropType<ReportTile>;
|
|
23
|
+
};
|
|
24
|
+
hideConfiguration: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
index: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
}>> & {
|
|
35
|
+
onHideConfiguration?: ((value: boolean) => any) | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
index: number;
|
|
38
|
+
}, {}>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { type ReportTile } from "@/types/report";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<ReportTile>;
|
|
6
|
+
};
|
|
7
|
+
hideConfiguration: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
index: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
+
hideConfiguration: (value: boolean) => void;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
modelValue: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: import("vue").PropType<ReportTile>;
|
|
23
|
+
};
|
|
24
|
+
hideConfiguration: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
index: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
}>> & {
|
|
35
|
+
onHideConfiguration?: ((value: boolean) => any) | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
index: number;
|
|
38
|
+
}, {}>;
|
|
39
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-report",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.14-rc.2",
|
|
4
4
|
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
"extra_packages"
|
|
5
|
+
"dist"
|
|
7
6
|
],
|
|
8
7
|
"type": "module",
|
|
9
8
|
"module": "./dist/app.js",
|
|
@@ -16,8 +15,8 @@
|
|
|
16
15
|
"./style.css": "./dist/style.css"
|
|
17
16
|
},
|
|
18
17
|
"dependencies": {
|
|
19
|
-
"@feedmepos/mf-common": "1.6.
|
|
20
|
-
"@feedmepos/ui-library": "1.2.
|
|
18
|
+
"@feedmepos/mf-common": "1.6.1-rc.6",
|
|
19
|
+
"@feedmepos/ui-library": "1.2.6-rc.3",
|
|
21
20
|
"axios": "^1.6.7",
|
|
22
21
|
"change-case": "^5.4.3",
|
|
23
22
|
"consola": "^3.2.3",
|
|
@@ -25,8 +24,6 @@
|
|
|
25
24
|
"dayjs": "^1.11.10",
|
|
26
25
|
"dotenv": "^16.3.1",
|
|
27
26
|
"pinia": "^2.1.7",
|
|
28
|
-
"query-engine-dart": "file:./extra_packages/query-engine",
|
|
29
|
-
"report-v4-dart": "file:./extra_packages/report-v4",
|
|
30
27
|
"uuid": "^9.0.1",
|
|
31
28
|
"vue": "^3.4.21",
|
|
32
29
|
"vue-router": "^4.2.5",
|
|
@@ -48,6 +45,8 @@
|
|
|
48
45
|
"npm-run-all2": "^6.0.6",
|
|
49
46
|
"postcss": "^8.4.31",
|
|
50
47
|
"prettier": "^3.0.3",
|
|
48
|
+
"query-engine-dart": "file:./extra_packages/query-engine",
|
|
49
|
+
"report-v4-dart": "file:./extra_packages/report-v4",
|
|
51
50
|
"sass": "^1.71.0",
|
|
52
51
|
"tailwindcss": "^3.4.1",
|
|
53
52
|
"typescript": "~5.2.2",
|
|
@@ -60,8 +59,7 @@
|
|
|
60
59
|
"build:mf:dev": "vite build --mode fmmf",
|
|
61
60
|
"build:mf:prod": "vite build --mode fmmf:prod",
|
|
62
61
|
"build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist",
|
|
63
|
-
"
|
|
64
|
-
"build-only:dev": "pnpm build:mf:dev && pnpm build:dts",
|
|
62
|
+
"build-only:dev": "pnpm build:mf:dev && pnpm build:dts && pnpm publish --no-git-checks",
|
|
65
63
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
66
64
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
67
65
|
"format": "prettier --write src/"
|