@feedmepos/mf-report 5.1.5 → 5.3.5
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 +1 -1
- package/dist/Entry.vue.d.ts +1 -1
- package/dist/api/accounting/index.d.ts +4 -5
- package/dist/api/feedback/index.d.ts +2 -0
- package/dist/api/integration/index.d.ts +22 -0
- package/dist/api/integration/type.d.ts +201 -0
- package/dist/api/widget/index.d.ts +1 -1
- package/dist/app.js +43697 -40018
- package/dist/components/AddReportDialog.vue.d.ts +3 -3
- package/dist/components/BaseDialog.vue.d.ts +4 -6
- package/dist/components/Dialog.vue.d.ts +1 -1
- package/dist/components/DownloadDialog.vue.d.ts +3 -3
- package/dist/components/HeaderTab.vue.d.ts +1 -1
- package/dist/components/MenuTab.vue.d.ts +3 -3
- package/dist/components/NavigationTab.vue.d.ts +1 -1
- package/dist/components/NoData.vue.d.ts +4 -4
- package/dist/components/SelectComponent.vue.d.ts +4 -4
- package/dist/components/accounting/AccountingExportDialog.vue.d.ts +6 -7
- package/dist/components/accounting/Footer.vue.d.ts +40 -0
- package/dist/components/accounting/api-integration/Bukku.vue.d.ts +4 -4
- package/dist/components/accounting/api-integration/NetSuite.vue.d.ts +4 -4
- package/dist/components/accounting/api-integration/Xero.vue.d.ts +4 -4
- package/dist/components/accounting/setting-exporter/type.d.ts +118 -5
- package/dist/{views/xero/Xero.vue.d.ts → components/dialog/OverviewFeedback.vue.d.ts} +1 -1
- package/dist/components/filter/DateRangeSelect.vue.d.ts +4 -4
- package/dist/components/filter/Filter.vue.d.ts +1 -1
- package/dist/components/filter/FilterChip.vue.d.ts +5 -5
- package/dist/components/filter/LocationSelect.vue.d.ts +4 -4
- package/dist/components/filter/TimeRangeSelect.vue.d.ts +4 -4
- package/dist/components/report/CompareRangeSetting.vue.d.ts +3 -3
- package/dist/components/report/DateRangeSetting.vue.d.ts +3 -3
- package/dist/components/report/ReportHour.vue.d.ts +3 -3
- package/dist/components/report-editor-tab/ReportEditorTab.vue.d.ts +5 -5
- package/dist/components/report-editor-tab/ReportEditorTabDesktop.vue.d.ts +3 -3
- package/dist/components/report-editor-tab/ReportEditorTabHeader.vue.d.ts +3 -3
- package/dist/components/report-editor-tab/ReportEditorTabMobile.vue.d.ts +3 -3
- package/dist/components/schedule/CustomDate.vue.d.ts +4 -4
- package/dist/components/schedule/ManualSend.vue.d.ts +5 -5
- package/dist/components/schedule/Schedule.vue.d.ts +3 -3
- package/dist/components/schedule/ScheduleCard.vue.d.ts +3 -3
- package/dist/components/schedule/ScheduleEdit.vue.d.ts +5 -5
- package/dist/components/stepper/FmStep.vue.d.ts +64 -0
- package/dist/components/stepper/FmStepHeader.vue.d.ts +48 -0
- package/dist/components/stepper/FmStepper.vue.d.ts +37 -0
- package/dist/components/stepper/stepper.d.ts +6 -0
- package/dist/components/tile-editor-tab/TileEditorTab.vue.d.ts +5 -5
- package/dist/components/tile-editor-tab/TileEditorTabDesktop.vue.d.ts +3 -3
- package/dist/components/tile-editor-tab/TileEditorTabHeader.vue.d.ts +3 -3
- package/dist/components/tile-editor-tab/TileEditorTabMobile.vue.d.ts +3 -3
- package/dist/components/tile-editor-tab/dialogs/SchemaDialog.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/layouts/Section.vue.d.ts +1 -1
- package/dist/components/tile-editor-tab/section/ConditionSection.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/section/Datasource.vue.d.ts +4 -6
- package/dist/components/tile-editor-tab/section/DimensionSection.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/section/FilterSection.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/section/FilterValueInput.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/section/LimitSection.vue.d.ts +3 -3
- package/dist/components/tile-editor-tab/section/MetricSection.vue.d.ts +5 -5
- package/dist/components/tile-editor-tab/section/SchemaSection.vue.d.ts +4 -4
- package/dist/components/tile-editor-tab/section/SortSection.vue.d.ts +4 -4
- package/dist/components/transition/TransitionFade.vue.d.ts +3 -3
- package/dist/components/widget/DynamicWidget.vue.d.ts +4 -4
- package/dist/components/widget/WidgetBarchart.vue.d.ts +3 -3
- package/dist/components/widget/WidgetCircular.vue.d.ts +3 -3
- package/dist/components/widget/WidgetDialog.vue.d.ts +4 -4
- package/dist/components/widget/WidgetLinechart.vue.d.ts +3 -3
- package/dist/components/widget/WidgetScorecard.vue.d.ts +3 -3
- package/dist/components/widget/WidgetSpacer.vue.d.ts +1 -1
- package/dist/components/widget/WidgetStackBarChart.vue.d.ts +3 -3
- package/dist/components/widget/WidgetStackLineChart.vue.d.ts +3 -3
- package/dist/components/widget/WidgetTable.vue.d.ts +3 -3
- package/dist/components/widget/WidgetTypeList.vue.d.ts +4 -4
- package/dist/components/widget/widget.d.ts +1 -1
- package/dist/layouts/Default.vue.d.ts +1 -1
- package/dist/layouts/FullScreen.vue.d.ts +1 -1
- package/dist/stores/accounting.d.ts +1315 -6
- package/dist/stores/counter.d.ts +5 -5
- package/dist/stores/global-loader.d.ts +2 -2
- package/dist/stores/integration.d.ts +1499 -0
- package/dist/stores/message-dialog.d.ts +11 -11
- package/dist/stores/navigation.d.ts +77 -13
- package/dist/stores/query.d.ts +11 -11
- package/dist/stores/report-filters.d.ts +127 -5
- package/dist/stores/report-schedule.d.ts +71 -5
- package/dist/stores/report-schema.d.ts +66 -2
- package/dist/stores/report.d.ts +729 -50
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/types/business.d.ts +6 -0
- package/dist/types/feedback.d.ts +8 -0
- package/dist/utils/helper.d.ts +1 -1
- package/dist/views/insight/CarouselCard.vue.d.ts +33 -0
- package/dist/views/insight/InsightCard.vue.d.ts +5 -5
- package/dist/views/insight/InsightView.vue.d.ts +1 -1
- package/dist/views/insight/LineChart.vue.d.ts +4 -4
- package/dist/views/insight/SidePanel.vue.d.ts +4 -4
- package/dist/views/insight/SparkIcon.vue.d.ts +13 -4
- package/dist/views/insight/insight.d.ts +1 -1
- package/dist/views/integration/AddIntegrationDialog.vue.d.ts +8 -0
- package/dist/views/integration/DownloadDialog.vue.d.ts +28 -0
- package/dist/views/integration/Integration.vue.d.ts +2 -0
- package/dist/views/integration/Integrations.vue.d.ts +2 -0
- package/dist/views/integration/Layout.vue.d.ts +2 -0
- package/dist/views/integration/MappingField.vue.d.ts +55 -0
- package/dist/views/integration/autocount/AutoCount.vue.d.ts +7 -0
- package/dist/views/integration/autocount/Preview.vue.d.ts +13 -0
- package/dist/views/integration/autocount/Setting.vue.d.ts +13 -0
- package/dist/views/integration/bukku/Bukku.vue.d.ts +7 -0
- package/dist/views/integration/bukku/Preview.vue.d.ts +13 -0
- package/dist/views/integration/bukku/Setting.vue.d.ts +13 -0
- package/dist/views/integration/iflexi-hrms/IFlexiHRMS.vue.d.ts +7 -0
- package/dist/views/integration/iflexi-hrms/Preview.vue.d.ts +13 -0
- package/dist/views/integration/iflexi-hrms/Setting.vue.d.ts +13 -0
- package/dist/views/integration/sql/Preview.vue.d.ts +50 -0
- package/dist/views/integration/sql/SQL.vue.d.ts +7 -0
- package/dist/views/integration/sql/Setting.vue.d.ts +13 -0
- package/dist/views/integration/xero/Callback.vue.d.ts +2 -0
- package/dist/views/integration/xero/Preview.vue.d.ts +13 -0
- package/dist/views/integration/xero/Setting.vue.d.ts +13 -0
- package/dist/views/integration/xero/Xero.vue.d.ts +7 -0
- package/dist/views/integration/xero/XeroRedirect.vue.d.ts +2 -0
- package/dist/views/overview/OverviewView.vue.d.ts +1 -1
- package/dist/views/report/Report.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditor.vue.d.ts +1 -1
- package/dist/views/report-editor/ReportEditorDesktop.vue.d.ts +4 -4
- package/dist/views/report-editor/ReportEditorMobile.vue.d.ts +4 -4
- package/dist/views/report-view/ReportView.vue.d.ts +1 -1
- package/dist/views/setting/Setting.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditor.vue.d.ts +1 -1
- package/dist/views/tile-editor/TileEditorDesktop.vue.d.ts +5 -5
- package/dist/views/tile-editor/TileEditorMobile.vue.d.ts +5 -5
- package/package.json +6 -4
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
required: true;
|
|
4
4
|
type: import("vue").PropType<number | null>;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
modelValue: {
|
|
8
8
|
required: true;
|
|
9
9
|
type: import("vue").PropType<number | null>;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
2
|
import type { JoinDatasourceConfig, QueryRequestField, QueryRequestMetric, WidgetBaseConfig } from "@/types/report";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestMetric[]>;
|
|
5
5
|
options: {
|
|
6
6
|
type: PropType<QueryRequestField[]>;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
|
-
}
|
|
21
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
config: (value: JoinDatasourceConfig | WidgetBaseConfig) => void;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
modelValue: PropType<QueryRequestMetric[]>;
|
|
@@ -38,12 +38,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
type: BooleanConstructor;
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
|
-
}>> & {
|
|
41
|
+
}>> & Readonly<{
|
|
42
42
|
onConfig?: ((value: JoinDatasourceConfig | WidgetBaseConfig) => any) | undefined;
|
|
43
|
-
}
|
|
43
|
+
}>, {
|
|
44
44
|
config: JoinDatasourceConfig | WidgetBaseConfig;
|
|
45
45
|
max: number;
|
|
46
46
|
options: QueryRequestField[];
|
|
47
47
|
hasRowColumn: boolean;
|
|
48
|
-
}, {}>;
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
49
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
2
|
import type { JoinDatasourceConfig, WidgetBaseConfig } from "@/types/report";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
modelValue: {
|
|
18
18
|
required: true;
|
|
19
19
|
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
@@ -26,8 +26,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
|
-
}
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
30
|
label: string;
|
|
31
31
|
options: string[];
|
|
32
|
-
}, {}>;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
2
|
import type { QueryRequestField, QueryRequestSort } from "@/types/report";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<QueryRequestSort[]>;
|
|
5
5
|
options: {
|
|
6
6
|
type: PropType<QueryRequestField[]>;
|
|
7
7
|
default: () => never[];
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
modelValue: PropType<QueryRequestSort[]>;
|
|
11
11
|
options: {
|
|
12
12
|
type: PropType<QueryRequestField[]>;
|
|
13
13
|
default: () => never[];
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
16
|
options: QueryRequestField[];
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
required: true;
|
|
4
4
|
type: import("vue").PropType<boolean>;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
modelValue: {
|
|
8
8
|
required: true;
|
|
9
9
|
type: import("vue").PropType<boolean>;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
12
12
|
right?(_: {}): any;
|
|
13
13
|
left?(_: {}): any;
|
|
14
14
|
}>;
|
|
@@ -3,7 +3,7 @@ export interface RollupOption {
|
|
|
3
3
|
label: string;
|
|
4
4
|
value: number | null;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
modelValue: {
|
|
8
8
|
required: true;
|
|
9
9
|
type: import("vue").PropType<ReportTile>;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
modelValue: {
|
|
21
21
|
required: true;
|
|
22
22
|
type: import("vue").PropType<ReportTile>;
|
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
type: BooleanConstructor;
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
|
-
}
|
|
32
|
+
}>> & Readonly<{}>, {
|
|
33
33
|
index: number;
|
|
34
34
|
hideExport: boolean;
|
|
35
|
-
}, {}>;
|
|
35
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { QueryWidgetResponseCircular, WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseCircular>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseCircular>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { WidgetType } from "@/types/report";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: import("vue").PropType<WidgetType | undefined>;
|
|
4
4
|
isOpen: {
|
|
5
5
|
type: import("vue").PropType<boolean>;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
isOpen: (value: boolean) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
modelValue: import("vue").PropType<WidgetType | undefined>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
type: import("vue").PropType<boolean>;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
|
-
}>> & {
|
|
16
|
+
}>> & Readonly<{
|
|
17
17
|
onIsOpen?: ((value: boolean) => any) | undefined;
|
|
18
|
-
}, {}, {}>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { type QueryWidgetResponseScoreCard, type WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseScoreCard>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseScoreCard>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { type QueryWidgetResponseTable, type WidgetProps } from "@/types/widget";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
required: true;
|
|
5
5
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseTable>>;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
required: true;
|
|
10
10
|
type: import("vue").PropType<WidgetProps<QueryWidgetResponseTable>>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
menu?(_: {}): any;
|
|
14
14
|
}>;
|
|
15
15
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from "vue";
|
|
2
2
|
import type { WidgetType } from "@/types/report";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
modelValue: PropType<any>;
|
|
5
5
|
childClass: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
type: PropType<WidgetType[]>;
|
|
11
11
|
default: () => never[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
14
|
modelValue: PropType<any>;
|
|
15
15
|
childClass: {
|
|
16
16
|
type: StringConstructor;
|
|
@@ -20,8 +20,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
type: PropType<WidgetType[]>;
|
|
21
21
|
default: () => never[];
|
|
22
22
|
};
|
|
23
|
-
}
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
24
|
childClass: string;
|
|
25
25
|
excludeWidgeType: WidgetType[];
|
|
26
|
-
}, {}>;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -34,5 +34,5 @@ export interface Difference {
|
|
|
34
34
|
tailwind: string;
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
|
-
export declare function getDifference(main: string, comparison: string): Difference | null;
|
|
37
|
+
export declare function getDifference(main: string, comparison: string, country: string): Difference | null;
|
|
38
38
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|