@feedmepos/mf-report 5.3.5-rc.2 → 5.3.6-rc.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/dist/api/accounting/index.d.ts +1 -1
- package/dist/api/business-config/index.d.ts +1 -1
- package/dist/api/categories/index.d.ts +1 -1
- package/dist/api/feedback/index.d.ts +1 -1
- package/dist/api/insight/type.d.ts +7 -0
- package/dist/api/integration/type.d.ts +3 -3
- package/dist/api/reports/index.d.ts +1 -1
- package/dist/api/scheduler/index.d.ts +1 -1
- package/dist/api/schemas/index.d.ts +1 -1
- package/dist/api/setting/index.d.ts +1 -1
- package/dist/api/widget/index.d.ts +2 -2
- package/dist/app.d.ts +1 -1
- package/dist/app.js +7651 -7495
- package/dist/components/accounting/api-integration/Bukku.vue.d.ts +1 -1
- package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +1 -1
- package/dist/components/accounting/api-integration/Xero.vue.d.ts +1 -1
- package/dist/components/accounting/setting-exporter/type.d.ts +1 -1
- package/dist/components/filter/DateRangeSelect.vue.d.ts +1 -1
- package/dist/components/filter/LocationSelect.vue.d.ts +1 -1
- package/dist/components/filter/TimeRangeSelect.vue.d.ts +1 -1
- package/dist/components/report/DateRangeSetting.vue.d.ts +1 -1
- package/dist/components/report/ReportHour.vue.d.ts +1 -1
- package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +1 -1
- package/dist/components/schedule/CustomDate.vue.d.ts +1 -1
- package/dist/components/schedule/ManualSend.vue.d.ts +1 -1
- package/dist/components/schedule/ScheduleCard.vue.d.ts +1 -1
- package/dist/components/schedule/ScheduleEdit.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/datasource.d.ts +1 -1
- package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/tile.d.ts +1 -1
- package/dist/components/widget/DynamicWidget.vue.d.ts +1 -1
- package/dist/components/widget/WidgetBarchart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetCircular.vue.d.ts +1 -1
- package/dist/components/widget/WidgetDialog.vue.d.ts +1 -1
- package/dist/components/widget/WidgetLinechart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetScorecard.vue.d.ts +1 -1
- package/dist/components/widget/WidgetStackBarChart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetStackLineChart.vue.d.ts +1 -1
- package/dist/components/widget/WidgetTable.vue.d.ts +1 -1
- package/dist/components/widget/WidgetTypeList.vue.d.ts +1 -1
- package/dist/components/widget/widget.d.ts +1 -1
- package/dist/package.json +4 -7
- package/dist/stores/accounting.d.ts +22 -22
- package/dist/stores/integration.d.ts +82 -82
- package/dist/stores/report-filters.d.ts +3 -3
- package/dist/stores/report-schedule.d.ts +1 -1
- package/dist/stores/report-schema.d.ts +1 -1
- package/dist/stores/report.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/types/setting.d.ts +1 -1
- package/dist/utils/helper.d.ts +1 -1
- package/dist/utils/timeFormat.d.ts +1 -1
- package/dist/utils/update-row-column-config.d.ts +2 -2
- package/dist/utils/widget-type.d.ts +1 -1
- package/dist/views/insight/InsightCard.vue.d.ts +1 -1
- package/dist/views/integration/DownloadDialog.vue.d.ts +1 -1
- package/dist/views/integration/MappingField.vue.d.ts +56 -50
- package/dist/views/integration/UploadSection.vue.d.ts +23 -0
- package/dist/views/integration/autocount/AutoCount.vue.d.ts +1 -1
- package/dist/views/integration/autocount/Preview.vue.d.ts +1 -1
- package/dist/views/integration/autocount/Setting.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Bukku.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Preview.vue.d.ts +1 -1
- package/dist/views/integration/bukku/Setting.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/IFlexiHRMS.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/Preview.vue.d.ts +1 -1
- package/dist/views/integration/iflexi-hrms/Setting.vue.d.ts +1 -1
- package/dist/views/integration/sql/Preview.vue.d.ts +1 -1
- package/dist/views/integration/sql/SQL.vue.d.ts +1 -1
- package/dist/views/integration/sql/Setting.vue.d.ts +1 -1
- package/dist/views/integration/xero/Preview.vue.d.ts +1 -1
- package/dist/views/integration/xero/Setting.vue.d.ts +1 -1
- package/dist/views/integration/xero/Xero.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +1 -1
- package/package.json +4 -7
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { type BasePlatform } from "@/api/integration/type";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<BasePlatform>;
|
|
6
|
+
};
|
|
7
|
+
label: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
modelValue: {
|
|
13
|
+
required: true;
|
|
14
|
+
type: import("vue").PropType<BasePlatform>;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
label: string;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AutoCountPlatform, Integration } from "
|
|
1
|
+
import type { AutoCountPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<Integration<AutoCountPlatform>>;
|
|
4
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AutoCountPlatform, Integration } from "
|
|
1
|
+
import type { AutoCountPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type AutoCountPlatform, type Integration } from "
|
|
1
|
+
import { type AutoCountPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BukkuPlatform, Integration } from "
|
|
1
|
+
import type { BukkuPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<Integration<BukkuPlatform>>;
|
|
4
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BukkuPlatform, Integration } from "
|
|
1
|
+
import type { BukkuPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BukkuPlatform, type Integration } from "
|
|
1
|
+
import { type BukkuPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IFlexiHRMSPlatform, Integration } from "
|
|
1
|
+
import type { IFlexiHRMSPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<Integration<IFlexiHRMSPlatform>>;
|
|
4
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type AutoCountPlatform, type Integration } from "
|
|
1
|
+
import { type AutoCountPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IFlexiHRMSPlatform, type Integration } from "
|
|
1
|
+
import { type IFlexiHRMSPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { SQLPlatform, Integration } from "
|
|
1
|
+
import type { SQLPlatform, Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<Integration<SQLPlatform>>;
|
|
4
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type SQLPlatform, type Integration } from "
|
|
1
|
+
import { type SQLPlatform, type Integration } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Integration, XeroPlatform } from "
|
|
1
|
+
import type { Integration, XeroPlatform } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Integration, XeroPlatform } from "
|
|
1
|
+
import type { Integration, XeroPlatform } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Integration, XeroPlatform } from "
|
|
1
|
+
import type { Integration, XeroPlatform } from "@/api/integration/type";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<Integration<XeroPlatform>>;
|
|
4
4
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-report",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.6-rc.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"dayjs": "^1.11.10",
|
|
26
26
|
"dotenv": "^16.3.1",
|
|
27
27
|
"pinia": "^2.1.7",
|
|
28
|
-
"tsc-alias": "^1.8.10",
|
|
29
28
|
"uuid": "^9.0.1",
|
|
30
29
|
"vue": "^3.5.12",
|
|
31
30
|
"vue-router": "^4.2.5",
|
|
@@ -61,11 +60,9 @@
|
|
|
61
60
|
"build:mf:dev:keynote2024": "vite build --mode fmmf:dev:keynote2024",
|
|
62
61
|
"build:mf:dev": "vite build --mode fmmf",
|
|
63
62
|
"build:mf:prod": "vite build --mode fmmf:prod",
|
|
64
|
-
"
|
|
65
|
-
"build:
|
|
66
|
-
"build-
|
|
67
|
-
"build-only:dev": "pnpm build:mf:dev && pnpm build:dts && pnpm build-types && cp package.json ./dist",
|
|
68
|
-
"build-only:prod": "pnpm build:mf:prod && pnpm build:dts && pnpm build-types && cp package.json ./dist",
|
|
63
|
+
"build-types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false",
|
|
64
|
+
"build-only:dev": "pnpm build:mf:dev && pnpm build-types && cp package.json ./dist",
|
|
65
|
+
"build-only:prod": "pnpm build:mf:prod && pnpm build-types && cp package.json ./dist",
|
|
69
66
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
70
67
|
"deploy-npm:dev": "pnpm run build-only:dev && pnpm publish --no-git-checks .",
|
|
71
68
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|