@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccountingSetting } from "
|
|
1
|
+
import type { AccountingSetting } from "@/components/accounting/setting-exporter/type";
|
|
2
2
|
export declare function getAccountingSetting(reportId: string): Promise<AccountingSetting>;
|
|
3
3
|
export declare function getAccountingSettings(): Promise<AccountingSetting[]>;
|
|
4
4
|
export declare function updateAccountingSetting(id: string, setting: AccountingSetting): Promise<AccountingSetting>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Business, Restaurant, Warehouse } from "
|
|
1
|
+
import type { Business, Restaurant, Warehouse } from "@/types/business";
|
|
2
2
|
export declare const getRestaurantOptions: () => Promise<Restaurant[]>;
|
|
3
3
|
export declare const getWareHouseOptions: () => Promise<Warehouse[]>;
|
|
4
4
|
export declare const getBusinessOptions: () => Promise<Business[]>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { Category } from "
|
|
1
|
+
import type { Category } from "@/types/report";
|
|
2
2
|
export declare const getCategories: () => Promise<Category[]>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { FeedbackForm } from "
|
|
1
|
+
import type { FeedbackForm } from "@/types/feedback";
|
|
2
2
|
export declare const submitFeedback: (feedBackData: FeedbackForm) => Promise<boolean>;
|
|
@@ -34,5 +34,12 @@ interface AnomalyInsightData extends BaseInsightData {
|
|
|
34
34
|
forecastValues: number[];
|
|
35
35
|
actualValues: number[];
|
|
36
36
|
isAnomaly: number;
|
|
37
|
+
recommendations: {
|
|
38
|
+
metric: string;
|
|
39
|
+
label: string;
|
|
40
|
+
defination: string;
|
|
41
|
+
reason: string;
|
|
42
|
+
recommendation: string;
|
|
43
|
+
}[];
|
|
37
44
|
}
|
|
38
45
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Time } from "
|
|
1
|
+
import type { Time } from "@/types/schedule";
|
|
2
2
|
export declare enum IntegrationPlatform {
|
|
3
3
|
AutoCount = "AutoCount",
|
|
4
4
|
SQL = "SQL",
|
|
@@ -12,8 +12,8 @@ export interface BasePlatform {
|
|
|
12
12
|
locationIds: string[];
|
|
13
13
|
closeSaleTime: Time;
|
|
14
14
|
triggerTime: Time;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
lastUploadDate?: string;
|
|
16
|
+
delayDay: number;
|
|
17
17
|
}
|
|
18
18
|
interface Mapping {
|
|
19
19
|
key: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Report, type ReportConfig } from "
|
|
1
|
+
import { type Report, type ReportConfig } from "@/types/report";
|
|
2
2
|
export declare const getReports: () => Promise<Report[]>;
|
|
3
3
|
export declare const updateReports: (reports: Report[]) => Promise<Report[]>;
|
|
4
4
|
export declare const updateReport: (report: Report) => Promise<Report>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Schedule } from "
|
|
1
|
+
import type { Schedule } from "@/types/schedule";
|
|
2
2
|
export declare const getSchedules: () => Promise<Schedule[]>;
|
|
3
3
|
export declare const createSchedules: (schedule: Schedule) => Promise<string>;
|
|
4
4
|
export declare const updateSchedule: (schedule: Schedule) => Promise<string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type Schema } from "
|
|
1
|
+
import { type Schema } from "@/types/schema";
|
|
2
2
|
export declare const getSchema: () => Promise<Schema[]>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { DateSettingType } from "
|
|
1
|
+
import type { DateSettingType } from "@/types/setting";
|
|
2
2
|
export declare const getBusinessReportTime: () => Promise<DateSettingType>;
|
|
3
3
|
export declare const updateBusinessReportTime: (businessSetting: DateSettingType) => Promise<DateSettingType>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReportType, type ReportWidget } from "
|
|
2
|
-
import { type QueryWidgetResponse } from "
|
|
1
|
+
import { ReportType, type ReportWidget } from "@/types/report";
|
|
2
|
+
import { type QueryWidgetResponse } from "@/types/widget";
|
|
3
3
|
export declare const queryWidget: (widget: ReportWidget, signal: AbortSignal) => Promise<QueryWidgetResponse>;
|
|
4
4
|
export declare const downloadWidgetsFile: (reportType: ReportType, index?: number) => Promise<void>;
|
package/dist/app.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as FmApp } from "./App.vue";
|
|
2
|
-
export { routers } from "
|
|
2
|
+
export { routers } from "@/router/shared";
|