@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,24 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { SchemaOption } from "@/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<string>;
|
|
7
|
+
};
|
|
8
|
+
options: {
|
|
9
|
+
type: PropType<SchemaOption[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
required: true;
|
|
15
|
+
type: PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
options: {
|
|
18
|
+
type: PropType<SchemaOption[]>;
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
options: SchemaOption[];
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare enum InputType {
|
|
2
|
+
Select = "Select",
|
|
3
|
+
TextField = "TextField",
|
|
4
|
+
Timestamp = "Timestamp"
|
|
5
|
+
}
|
|
6
|
+
interface BaseInputConfig {
|
|
7
|
+
type: InputType;
|
|
8
|
+
fixed: boolean;
|
|
9
|
+
count: number;
|
|
10
|
+
default: any;
|
|
11
|
+
}
|
|
12
|
+
interface TimestampConfig extends BaseInputConfig {
|
|
13
|
+
type: InputType.Timestamp;
|
|
14
|
+
}
|
|
15
|
+
interface TextFieldConfig extends BaseInputConfig {
|
|
16
|
+
type: InputType.TextField;
|
|
17
|
+
dataType?: string;
|
|
18
|
+
}
|
|
19
|
+
interface SelectConfig extends BaseInputConfig {
|
|
20
|
+
type: InputType.Select;
|
|
21
|
+
options: {
|
|
22
|
+
label: string;
|
|
23
|
+
value: any;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
26
|
+
export type InputConfig = TextFieldConfig | SelectConfig | TimestampConfig;
|
|
27
|
+
export declare function getInputConfig({ operator, dimensionOption, dataType }: {
|
|
28
|
+
operator: string;
|
|
29
|
+
dimensionOption: string | null;
|
|
30
|
+
dataType: string;
|
|
31
|
+
}): InputConfig;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
header?(_: {}): any;
|
|
3
|
+
content?(_: {}): any;
|
|
4
|
+
}>;
|
|
5
|
+
export default _default;
|
|
6
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
+
new (): {
|
|
8
|
+
$slots: S;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { QueryRequestField, QueryRequestJoinDatasourceCondition } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<QueryRequestJoinDatasourceCondition[]>;
|
|
7
|
+
};
|
|
8
|
+
joinFieldOptions: {
|
|
9
|
+
type: PropType<QueryRequestField[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
mainFieldOptions: {
|
|
13
|
+
type: PropType<QueryRequestField[]>;
|
|
14
|
+
default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
modelValue: {
|
|
18
|
+
required: true;
|
|
19
|
+
type: PropType<QueryRequestJoinDatasourceCondition[]>;
|
|
20
|
+
};
|
|
21
|
+
joinFieldOptions: {
|
|
22
|
+
type: PropType<QueryRequestField[]>;
|
|
23
|
+
default: () => never[];
|
|
24
|
+
};
|
|
25
|
+
mainFieldOptions: {
|
|
26
|
+
type: PropType<QueryRequestField[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
joinFieldOptions: QueryRequestField[];
|
|
31
|
+
mainFieldOptions: QueryRequestField[];
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { type JoinDatasourceConfig, type WidgetBaseConfig } from "@/types/report";
|
|
2
|
+
import { type PropType } from "vue";
|
|
3
|
+
import type { DatasourceSectionConfig } from "../datasource";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
modelValue: {
|
|
6
|
+
required: true;
|
|
7
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
8
|
+
};
|
|
9
|
+
label: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
config: {
|
|
14
|
+
type: PropType<DatasourceSectionConfig>;
|
|
15
|
+
default: null;
|
|
16
|
+
};
|
|
17
|
+
closeable: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
mainDatasourceConfig: {
|
|
22
|
+
type: PropType<WidgetBaseConfig | undefined>;
|
|
23
|
+
default: () => undefined;
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
+
[x: string]: (...args: unknown[]) => void;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
modelValue: {
|
|
29
|
+
required: true;
|
|
30
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
31
|
+
};
|
|
32
|
+
label: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
config: {
|
|
37
|
+
type: PropType<DatasourceSectionConfig>;
|
|
38
|
+
default: null;
|
|
39
|
+
};
|
|
40
|
+
closeable: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
mainDatasourceConfig: {
|
|
45
|
+
type: PropType<WidgetBaseConfig | undefined>;
|
|
46
|
+
default: () => undefined;
|
|
47
|
+
};
|
|
48
|
+
}>>, {
|
|
49
|
+
config: DatasourceSectionConfig;
|
|
50
|
+
label: string;
|
|
51
|
+
closeable: boolean;
|
|
52
|
+
mainDatasourceConfig: WidgetBaseConfig | undefined;
|
|
53
|
+
}, {}>;
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import { type JoinDatasourceConfig, type QueryRequestDimension, type QueryRequestField, type WidgetBaseConfig } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: PropType<QueryRequestDimension[]>;
|
|
5
|
+
options: {
|
|
6
|
+
type: PropType<QueryRequestField[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
label: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
max: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
config: {
|
|
18
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
19
|
+
default: () => void;
|
|
20
|
+
};
|
|
21
|
+
hasRowColumn: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
modelValue: PropType<QueryRequestDimension[]>;
|
|
27
|
+
options: {
|
|
28
|
+
type: PropType<QueryRequestField[]>;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
label: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
max: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
config: {
|
|
40
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
41
|
+
default: () => void;
|
|
42
|
+
};
|
|
43
|
+
hasRowColumn: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}>>, {
|
|
48
|
+
config: JoinDatasourceConfig | WidgetBaseConfig;
|
|
49
|
+
label: string;
|
|
50
|
+
max: number;
|
|
51
|
+
options: QueryRequestField[];
|
|
52
|
+
hasRowColumn: boolean;
|
|
53
|
+
}, {}>;
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { QueryRequestField, QueryRequestFilter } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: PropType<QueryRequestFilter[]>;
|
|
5
|
+
options: {
|
|
6
|
+
type: PropType<QueryRequestField[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
modelValue: PropType<QueryRequestFilter[]>;
|
|
11
|
+
options: {
|
|
12
|
+
type: PropType<QueryRequestField[]>;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
16
|
+
options: QueryRequestField[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import { type InputConfig } from "@components/tile-editor-tab/filter.input";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<any[]>;
|
|
7
|
+
};
|
|
8
|
+
config: {
|
|
9
|
+
type: PropType<InputConfig>;
|
|
10
|
+
default: () => undefined;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
required: true;
|
|
15
|
+
type: PropType<any[]>;
|
|
16
|
+
};
|
|
17
|
+
config: {
|
|
18
|
+
type: PropType<InputConfig>;
|
|
19
|
+
default: () => undefined;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
config: InputConfig;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: import("vue").PropType<number | null>;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: import("vue").PropType<number | null>;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { JoinDatasourceConfig, QueryRequestField, QueryRequestMetric, WidgetBaseConfig } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: PropType<QueryRequestMetric[]>;
|
|
5
|
+
options: {
|
|
6
|
+
type: PropType<QueryRequestField[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
max: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
config: {
|
|
14
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
hasRowColumn: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
config: (value: JoinDatasourceConfig | WidgetBaseConfig) => void;
|
|
23
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
modelValue: PropType<QueryRequestMetric[]>;
|
|
25
|
+
options: {
|
|
26
|
+
type: PropType<QueryRequestField[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
max: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
config: {
|
|
34
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
35
|
+
default: () => void;
|
|
36
|
+
};
|
|
37
|
+
hasRowColumn: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
onConfig?: ((value: JoinDatasourceConfig | WidgetBaseConfig) => any) | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
config: JoinDatasourceConfig | WidgetBaseConfig;
|
|
45
|
+
max: number;
|
|
46
|
+
options: QueryRequestField[];
|
|
47
|
+
hasRowColumn: boolean;
|
|
48
|
+
}, {}>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { JoinDatasourceConfig, WidgetBaseConfig } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
7
|
+
};
|
|
8
|
+
options: {
|
|
9
|
+
type: PropType<string[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
modelValue: {
|
|
18
|
+
required: true;
|
|
19
|
+
type: PropType<JoinDatasourceConfig | WidgetBaseConfig>;
|
|
20
|
+
};
|
|
21
|
+
options: {
|
|
22
|
+
type: PropType<string[]>;
|
|
23
|
+
default: () => never[];
|
|
24
|
+
};
|
|
25
|
+
label: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
label: string;
|
|
31
|
+
options: string[];
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { QueryRequestField, QueryRequestSort } from "@/types/report";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: PropType<QueryRequestSort[]>;
|
|
5
|
+
options: {
|
|
6
|
+
type: PropType<QueryRequestField[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
modelValue: PropType<QueryRequestSort[]>;
|
|
11
|
+
options: {
|
|
12
|
+
type: PropType<QueryRequestField[]>;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
16
|
+
options: QueryRequestField[];
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { ISelectItem } from "@feedmepos/ui-library";
|
|
2
|
+
import { type PropType } from "vue";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
required: true;
|
|
6
|
+
type: PropType<any>;
|
|
7
|
+
};
|
|
8
|
+
items: {
|
|
9
|
+
type: PropType<ISelectItem[]>;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
placeHolder: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
modelValue: {
|
|
22
|
+
required: true;
|
|
23
|
+
type: PropType<any>;
|
|
24
|
+
};
|
|
25
|
+
items: {
|
|
26
|
+
type: PropType<ISelectItem[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
placeHolder: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
label: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
38
|
+
label: string;
|
|
39
|
+
items: ISelectItem[];
|
|
40
|
+
placeHolder: string;
|
|
41
|
+
}, {}>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type ReportTile, WidgetType, type WidgetBaseConfig, type QueryRequestDimension, type QueryRequestMetric } from "@/types/report";
|
|
2
|
+
export declare function initWidgetConfig(type: WidgetType): WidgetBaseConfig;
|
|
3
|
+
export declare function initTile(type: WidgetType, name?: string): ReportTile;
|
|
4
|
+
export declare function handleRemoveByIndex(list: any[], indexToRemove: number): any[];
|
|
5
|
+
export declare function getFieldId(field: QueryRequestDimension | QueryRequestMetric): string;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
required: true;
|
|
4
|
+
type: import("vue").PropType<boolean>;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: import("vue").PropType<boolean>;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>, {
|
|
12
|
+
right?(_: {}): any;
|
|
13
|
+
left?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { type ReportTile } from "@/types/report";
|
|
2
|
+
export interface RollupOption {
|
|
3
|
+
label: string;
|
|
4
|
+
value: number | null;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import("vue").DefineComponent<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
required: true;
|
|
9
|
+
type: import("vue").PropType<ReportTile>;
|
|
10
|
+
};
|
|
11
|
+
index: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
hideExport: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
modelValue: {
|
|
21
|
+
required: true;
|
|
22
|
+
type: import("vue").PropType<ReportTile>;
|
|
23
|
+
};
|
|
24
|
+
index: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
hideExport: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
}>>, {
|
|
33
|
+
index: number;
|
|
34
|
+
hideExport: boolean;
|
|
35
|
+
}, {}>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { QueryWidgetResponseCircular, WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseCircular>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseCircular>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { WidgetType } from "@/types/report";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: import("vue").PropType<WidgetType | undefined>;
|
|
4
|
+
isOpen: {
|
|
5
|
+
type: import("vue").PropType<boolean>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
isOpen: (value: boolean) => void;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
modelValue: import("vue").PropType<WidgetType | undefined>;
|
|
12
|
+
isOpen: {
|
|
13
|
+
type: import("vue").PropType<boolean>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
}>> & {
|
|
17
|
+
onIsOpen?: ((value: boolean) => any) | undefined;
|
|
18
|
+
}, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type QueryWidgetResponseScoreCard, type WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseScoreCard>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseScoreCard>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { QueryWidgetResponseXYChart, WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseXYChart>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type QueryWidgetResponseTable, type WidgetProps } from "@/types/widget";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
required: true;
|
|
5
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseTable>>;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
required: true;
|
|
10
|
+
type: import("vue").PropType<WidgetProps<QueryWidgetResponseTable>>;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>, {
|
|
13
|
+
menu?(_: {}): any;
|
|
14
|
+
}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|