g-ui-web 0.8.23
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/README.md +118 -0
- package/global.d.ts +111 -0
- package/lib/bar/index.d.ts +71 -0
- package/lib/bar/src/chart.d.ts +2 -0
- package/lib/bar/src/index.vue.d.ts +32 -0
- package/lib/bar/src/options.d.ts +20 -0
- package/lib/bar-compare/index.d.ts +65 -0
- package/lib/bar-compare/src/chart.d.ts +2 -0
- package/lib/bar-compare/src/index.vue.d.ts +30 -0
- package/lib/bar-compare/src/options.d.ts +32 -0
- package/lib/bar-conv/index.d.ts +59 -0
- package/lib/bar-conv/src/index.vue.d.ts +26 -0
- package/lib/bar-line/index.d.ts +59 -0
- package/lib/bar-line/src/chart.d.ts +2 -0
- package/lib/bar-line/src/index.vue.d.ts +26 -0
- package/lib/bar-line/src/options.d.ts +36 -0
- package/lib/box/index.d.ts +211 -0
- package/lib/box/src/index.vue.d.ts +131 -0
- package/lib/cashflow/index.d.ts +68 -0
- package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
- package/lib/cashflow/src/cash-line.d.ts +1 -0
- package/lib/cashflow/src/index.vue.d.ts +29 -0
- package/lib/cashflow/src/time-formatter.d.ts +2 -0
- package/lib/chart/index.d.ts +23 -0
- package/lib/chart/src/index.vue.d.ts +58 -0
- package/lib/datatable/index.d.ts +72 -0
- package/lib/datatable/src/index.vue.d.ts +48 -0
- package/lib/ele/button/index.d.ts +18 -0
- package/lib/ele/button/src/index.vue.d.ts +16 -0
- package/lib/ele/button-group/index.d.ts +18 -0
- package/lib/ele/button-group/src/index.vue.d.ts +16 -0
- package/lib/ele/card/index.d.ts +16 -0
- package/lib/ele/card/src/index.vue.d.ts +14 -0
- package/lib/ele/carousel/index.d.ts +18 -0
- package/lib/ele/carousel/src/index.vue.d.ts +16 -0
- package/lib/ele/carousel-item/index.d.ts +18 -0
- package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
- package/lib/ele/cascader/index.d.ts +14 -0
- package/lib/ele/cascader/src/index.vue.d.ts +2 -0
- package/lib/ele/cascader-panel/index.d.ts +14 -0
- package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
- package/lib/ele/check-tag/index.d.ts +18 -0
- package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox/index.d.ts +16 -0
- package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
- package/lib/ele/checkbox-button/index.d.ts +18 -0
- package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox-group/index.d.ts +18 -0
- package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
- package/lib/ele/col/index.d.ts +18 -0
- package/lib/ele/col/src/index.vue.d.ts +16 -0
- package/lib/ele/date-picker/index.d.ts +18 -0
- package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
- package/lib/ele/dialog/index.d.ts +16 -0
- package/lib/ele/dialog/src/index.vue.d.ts +14 -0
- package/lib/ele/form/index.d.ts +18 -0
- package/lib/ele/form/src/index.vue.d.ts +16 -0
- package/lib/ele/form-item/index.d.ts +18 -0
- package/lib/ele/form-item/src/index.vue.d.ts +16 -0
- package/lib/ele/input/index.d.ts +16 -0
- package/lib/ele/input/src/index.vue.d.ts +14 -0
- package/lib/ele/option/index.d.ts +69 -0
- package/lib/ele/option/src/index.vue.d.ts +46 -0
- package/lib/ele/option-group/index.d.ts +18 -0
- package/lib/ele/option-group/src/index.vue.d.ts +16 -0
- package/lib/ele/pagination/index.d.ts +18 -0
- package/lib/ele/pagination/src/index.vue.d.ts +16 -0
- package/lib/ele/progress/index.d.ts +16 -0
- package/lib/ele/progress/src/index.vue.d.ts +14 -0
- package/lib/ele/radio/index.d.ts +16 -0
- package/lib/ele/radio/src/index.vue.d.ts +14 -0
- package/lib/ele/radio-button/index.d.ts +18 -0
- package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
- package/lib/ele/radio-group/index.d.ts +18 -0
- package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
- package/lib/ele/row/index.d.ts +18 -0
- package/lib/ele/row/src/index.vue.d.ts +16 -0
- package/lib/ele/select/index.d.ts +18 -0
- package/lib/ele/select/src/index.vue.d.ts +16 -0
- package/lib/ele/switch/index.d.ts +16 -0
- package/lib/ele/switch/src/index.vue.d.ts +14 -0
- package/lib/ele/tab-pane/index.d.ts +18 -0
- package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
- package/lib/ele/table/index.d.ts +22 -0
- package/lib/ele/table/src/index.vue.d.ts +431 -0
- package/lib/ele/table-column/index.d.ts +16 -0
- package/lib/ele/table-column/src/index.vue.d.ts +14 -0
- package/lib/ele/tabs/index.d.ts +18 -0
- package/lib/ele/tabs/src/index.vue.d.ts +16 -0
- package/lib/ele/tag/index.d.ts +18 -0
- package/lib/ele/tag/src/index.vue.d.ts +16 -0
- package/lib/ele/tooltip/index.d.ts +16 -0
- package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
- package/lib/ele/tree/index.d.ts +16 -0
- package/lib/ele/tree/src/index.vue.d.ts +14 -0
- package/lib/ele/tree-select/index.d.ts +16 -0
- package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
- package/lib/ele/upload/index.d.ts +16 -0
- package/lib/ele/upload/src/index.vue.d.ts +14 -0
- package/lib/ele/watermark/index.d.ts +18 -0
- package/lib/ele/watermark/src/index.vue.d.ts +16 -0
- package/lib/favicon.ico +0 -0
- package/lib/funnel/index.d.ts +59 -0
- package/lib/funnel/src/chart.d.ts +2 -0
- package/lib/funnel/src/index.vue.d.ts +26 -0
- package/lib/funnel/src/options.d.ts +43 -0
- package/lib/g-ui-web.js +115737 -0
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +190 -0
- package/lib/heatmap/src/index.vue.d.ts +100 -0
- package/lib/index.d.ts +85 -0
- package/lib/line/index.d.ts +65 -0
- package/lib/line/src/chart.d.ts +2 -0
- package/lib/line/src/index.vue.d.ts +28 -0
- package/lib/line/src/options.d.ts +38 -0
- package/lib/map/index.d.ts +59 -0
- package/lib/map/src/chart.d.ts +2 -0
- package/lib/map/src/index.vue.d.ts +26 -0
- package/lib/map/src/options.d.ts +21 -0
- package/lib/node-achievement/index.d.ts +59 -0
- package/lib/node-achievement/src/index.vue.d.ts +26 -0
- package/lib/pie/index.d.ts +80 -0
- package/lib/pie/src/chart.d.ts +2 -0
- package/lib/pie/src/index.vue.d.ts +37 -0
- package/lib/pie/src/options.d.ts +13 -0
- package/lib/pie-distri/index.d.ts +89 -0
- package/lib/pie-distri/src/chart.d.ts +2 -0
- package/lib/pie-distri/src/index.vue.d.ts +44 -0
- package/lib/pie-distri/src/options.d.ts +60 -0
- package/lib/pie-level/index.d.ts +86 -0
- package/lib/pie-level/src/chart.d.ts +9 -0
- package/lib/pie-level/src/index.vue.d.ts +43 -0
- package/lib/pie-level/src/options.d.ts +16 -0
- package/lib/pie-table/index.d.ts +122 -0
- package/lib/pie-table/src/chart.d.ts +2 -0
- package/lib/pie-table/src/index.vue.d.ts +59 -0
- package/lib/pie-table/src/options.d.ts +13 -0
- package/lib/plan/index.d.ts +44 -0
- package/lib/plan/src/index.vue.d.ts +17 -0
- package/lib/radar/index.d.ts +59 -0
- package/lib/radar/src/chart.d.ts +2 -0
- package/lib/radar/src/index.vue.d.ts +26 -0
- package/lib/radar/src/options.d.ts +23 -0
- package/lib/ranking-list/index.d.ts +122 -0
- package/lib/ranking-list/src/index.vue.d.ts +59 -0
- package/lib/ranking-table/index.d.ts +122 -0
- package/lib/ranking-table/src/index.vue.d.ts +59 -0
- package/lib/reserve/index.d.ts +68 -0
- package/lib/reserve/src/index.vue.d.ts +29 -0
- package/lib/store/index.d.ts +2 -0
- package/lib/store/saveInLocal.d.ts +2 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/target-achievement/index.d.ts +131 -0
- package/lib/target-achievement/src/index.vue.d.ts +65 -0
- package/lib/target-achievement/src/options.d.ts +68 -0
- package/lib/target-current/index.d.ts +114 -0
- package/lib/target-current/src/index.vue.d.ts +57 -0
- package/lib/target-m/index.d.ts +159 -0
- package/lib/target-m/src/index.vue.d.ts +84 -0
- package/lib/target-r/index.d.ts +167 -0
- package/lib/target-r/src/index.vue.d.ts +90 -0
- package/lib/target-s/index.d.ts +150 -0
- package/lib/target-s/src/index.vue.d.ts +77 -0
- package/lib/target-struct/index.d.ts +141 -0
- package/lib/target-struct/src/index.vue.d.ts +69 -0
- package/lib/utils/DataSource/index.d.ts +23 -0
- package/lib/utils/api/index.d.ts +4 -0
- package/lib/utils/api/load.d.ts +1 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/index.d.ts +37 -0
- package/lib/utils/request/interface/config.d.ts +93 -0
- package/lib/utils/request/interface/index.d.ts +3 -0
- package/lib/utils/request/interface/interface.d.ts +3 -0
- package/lib/utils/request/utils/code.d.ts +6 -0
- package/lib/utils/request/utils/filter.d.ts +2 -0
- package/lib/utils/request/utils/loading.d.ts +14 -0
- package/lib/utils/storage.d.ts +27 -0
- package/lib/utils/theme/config/black-blue.d.ts +114 -0
- package/lib/utils/theme/config/black-gold.d.ts +111 -0
- package/lib/utils/theme/config/black-green.d.ts +111 -0
- package/lib/utils/theme/config/white-blue.d.ts +114 -0
- package/lib/utils/theme/config/white-green.d.ts +111 -0
- package/lib/utils/theme/index.d.ts +7 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +96 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
interface Columns {
|
|
3
|
+
title: string;
|
|
4
|
+
field: string;
|
|
5
|
+
unit?: string;
|
|
6
|
+
}
|
|
7
|
+
interface Center {
|
|
8
|
+
lng: string;
|
|
9
|
+
lat: string;
|
|
10
|
+
}
|
|
11
|
+
interface FieldsMap {
|
|
12
|
+
lng: string;
|
|
13
|
+
lat: string;
|
|
14
|
+
count: string;
|
|
15
|
+
}
|
|
16
|
+
interface ColumnProps {
|
|
17
|
+
center: Center;
|
|
18
|
+
fieldsMap: FieldsMap;
|
|
19
|
+
columns: Array<Columns[]>;
|
|
20
|
+
data?: Array<string[]>;
|
|
21
|
+
dataUrl?: {
|
|
22
|
+
path?: string;
|
|
23
|
+
method?: string;
|
|
24
|
+
params?: object;
|
|
25
|
+
resPath?: string;
|
|
26
|
+
ContentType?: string;
|
|
27
|
+
headers?: object;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
31
|
+
ak: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
require: string;
|
|
34
|
+
};
|
|
35
|
+
zoom: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
radius: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
opacity: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
47
|
+
gradient: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
height: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
dbOptions: {
|
|
56
|
+
type: PropType<ColumnProps>;
|
|
57
|
+
default: () => {};
|
|
58
|
+
require: boolean;
|
|
59
|
+
validator(value: any): boolean;
|
|
60
|
+
};
|
|
61
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
62
|
+
ak: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
require: string;
|
|
65
|
+
};
|
|
66
|
+
zoom: {
|
|
67
|
+
type: NumberConstructor;
|
|
68
|
+
default: number;
|
|
69
|
+
};
|
|
70
|
+
radius: {
|
|
71
|
+
type: NumberConstructor;
|
|
72
|
+
default: number;
|
|
73
|
+
};
|
|
74
|
+
opacity: {
|
|
75
|
+
type: NumberConstructor;
|
|
76
|
+
default: number;
|
|
77
|
+
};
|
|
78
|
+
gradient: {
|
|
79
|
+
type: ObjectConstructor;
|
|
80
|
+
default: undefined;
|
|
81
|
+
};
|
|
82
|
+
height: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
dbOptions: {
|
|
87
|
+
type: PropType<ColumnProps>;
|
|
88
|
+
default: () => {};
|
|
89
|
+
require: boolean;
|
|
90
|
+
validator(value: any): boolean;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{}>, {
|
|
93
|
+
dbOptions: ColumnProps;
|
|
94
|
+
height: string;
|
|
95
|
+
zoom: number;
|
|
96
|
+
radius: number;
|
|
97
|
+
opacity: number;
|
|
98
|
+
gradient: Record<string, any>;
|
|
99
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
100
|
+
export default _default;
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { debounce, throttle, formatNumber } from './utils';
|
|
2
|
+
import { Session, Local } from './utils/storage';
|
|
3
|
+
import { setTheme } from './utils/theme';
|
|
4
|
+
import { default as DataSource } from './utils/DataSource';
|
|
5
|
+
import { default as GChart } from './chart';
|
|
6
|
+
import { default as GRankingList } from './ranking-list';
|
|
7
|
+
import { default as GRankingTable } from './ranking-table';
|
|
8
|
+
import { default as GReserve } from './reserve';
|
|
9
|
+
import { default as GPlan } from './plan';
|
|
10
|
+
import { default as GNodeAchievement } from './node-achievement';
|
|
11
|
+
import { default as GCashflow } from './cashflow';
|
|
12
|
+
import { default as GBar } from './bar';
|
|
13
|
+
import { default as GLine } from './line';
|
|
14
|
+
import { default as GBarLine } from './bar-line';
|
|
15
|
+
import { default as GPie } from './pie';
|
|
16
|
+
import { default as GRadar } from './radar';
|
|
17
|
+
import { default as GFunnel } from './funnel';
|
|
18
|
+
import { default as GMap } from './map';
|
|
19
|
+
import { default as GHeatmap } from './heatmap';
|
|
20
|
+
import { default as GTargetS } from './target-s';
|
|
21
|
+
import { default as GTargetR } from './target-r';
|
|
22
|
+
import { default as GTargetM } from './target-m';
|
|
23
|
+
import { default as GBox } from './box';
|
|
24
|
+
import { default as GBarCompare } from './bar-compare';
|
|
25
|
+
import { default as GPieDistri } from './pie-distri';
|
|
26
|
+
import { default as GTargetAchievement } from './target-achievement';
|
|
27
|
+
import { default as GDatatable } from './datatable';
|
|
28
|
+
import { default as GTargetCurrent } from './target-current';
|
|
29
|
+
import { default as GPieTable } from './pie-table';
|
|
30
|
+
import { default as GBarConv } from './bar-conv';
|
|
31
|
+
import { default as GTargetStruct } from './target-struct';
|
|
32
|
+
import { default as GPieLevel } from './pie-level';
|
|
33
|
+
import { default as GRow } from './ele/row';
|
|
34
|
+
import { default as GCol } from './ele/col';
|
|
35
|
+
import { default as GButton } from './ele/button';
|
|
36
|
+
import { default as GInput } from './ele/input';
|
|
37
|
+
import { default as GButtonGroup } from './ele/button-group';
|
|
38
|
+
import { default as GRadio } from './ele/radio';
|
|
39
|
+
import { default as GRadioButton } from './ele/radio-button';
|
|
40
|
+
import { default as GRadioGroup } from './ele/radio-group';
|
|
41
|
+
import { default as GCheckbox } from './ele/checkbox';
|
|
42
|
+
import { default as GCheckboxGroup } from './ele/checkbox-group';
|
|
43
|
+
import { default as GCheckboxButton } from './ele/checkbox-button';
|
|
44
|
+
import { default as GDatePicker } from './ele/date-picker';
|
|
45
|
+
import { default as GSelect } from './ele/select';
|
|
46
|
+
import { default as GCascader } from './ele/cascader';
|
|
47
|
+
import { default as GCascaderPanel } from './ele/cascader-panel';
|
|
48
|
+
import { default as GOption } from './ele/option';
|
|
49
|
+
import { default as GOptionGroup } from './ele/option-group';
|
|
50
|
+
import { default as GForm } from './ele/form';
|
|
51
|
+
import { default as GFormItem } from './ele/form-item';
|
|
52
|
+
import { default as GSwitch } from './ele/switch';
|
|
53
|
+
import { default as GUpload } from './ele/upload';
|
|
54
|
+
import { default as GCard } from './ele/card';
|
|
55
|
+
import { default as GCarousel } from './ele/carousel';
|
|
56
|
+
import { default as GCarouselItem } from './ele/carousel-item';
|
|
57
|
+
import { default as GPagination } from './ele/pagination';
|
|
58
|
+
import { default as GProgress } from './ele/progress';
|
|
59
|
+
import { default as GTable } from './ele/table';
|
|
60
|
+
import { default as GTableColumn } from './ele/table-column';
|
|
61
|
+
import { default as GTag } from './ele/tag';
|
|
62
|
+
import { default as GCheckTag } from './ele/check-tag';
|
|
63
|
+
import { default as GTree } from './ele/tree';
|
|
64
|
+
import { default as GTreeSelect } from './ele/tree-select';
|
|
65
|
+
import { default as GTabs } from './ele/tabs';
|
|
66
|
+
import { default as GTabPane } from './ele/tab-pane';
|
|
67
|
+
import { default as GDialog } from './ele/dialog';
|
|
68
|
+
import { default as GTooltip } from './ele/tooltip';
|
|
69
|
+
import { default as GWatermark } from './ele/watermark';
|
|
70
|
+
export { GChart, GBarConv, GRankingList, GPieTable, GRankingTable, GReserve, GPlan, GNodeAchievement, GCashflow, GBar, GLine, GBarLine, GPie, GRadar, GFunnel, GMap, GHeatmap, GTargetS, GTargetR, GTargetM, GBox, GBarCompare, GPieDistri, GTargetAchievement, GDatatable, GTargetCurrent, GTargetStruct, GPieLevel, GButton, GRow, GCol, GInput, GButtonGroup, GRadio, GRadioButton, GRadioGroup, GCheckbox, GCheckboxGroup, GCheckboxButton, GDatePicker, GSelect, GCascader, GCascaderPanel, GOption, GOptionGroup, GForm, GFormItem, GSwitch, GUpload, GCard, GCarousel, GCarouselItem, GPagination, GProgress, GTable, GTableColumn, GTag, GCheckTag, GTree, GTreeSelect, GTabs, GTabPane, GDialog, GTooltip, GWatermark };
|
|
71
|
+
/**
|
|
72
|
+
* @description 公共方法
|
|
73
|
+
*/
|
|
74
|
+
export { throttle, debounce, formatNumber, setTheme, Session, Local, DataSource };
|
|
75
|
+
declare const _default: {
|
|
76
|
+
install: any;
|
|
77
|
+
};
|
|
78
|
+
export default _default;
|
|
79
|
+
export declare const gui: {
|
|
80
|
+
setTheme: (theme: string) => void;
|
|
81
|
+
getThemeList: () => {
|
|
82
|
+
name: string;
|
|
83
|
+
value: string;
|
|
84
|
+
}[];
|
|
85
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const GLine: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: {};
|
|
6
|
+
};
|
|
7
|
+
dbOptions: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
props: any;
|
|
13
|
+
lineRef: any;
|
|
14
|
+
getData(): null;
|
|
15
|
+
getIsFinish(): boolean;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
17
|
+
options: Record<string, any>;
|
|
18
|
+
dbOptions: Record<string, any>;
|
|
19
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
27
|
+
options: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: {};
|
|
30
|
+
};
|
|
31
|
+
dbOptions: {
|
|
32
|
+
type: ObjectConstructor;
|
|
33
|
+
default: {};
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
props: any;
|
|
37
|
+
lineRef: any;
|
|
38
|
+
getData(): null;
|
|
39
|
+
getIsFinish(): boolean;
|
|
40
|
+
}, {}, {}, {}, {
|
|
41
|
+
options: Record<string, any>;
|
|
42
|
+
dbOptions: Record<string, any>;
|
|
43
|
+
}>;
|
|
44
|
+
__isFragment?: never;
|
|
45
|
+
__isTeleport?: never;
|
|
46
|
+
__isSuspense?: never;
|
|
47
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
48
|
+
options: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: {};
|
|
51
|
+
};
|
|
52
|
+
dbOptions: {
|
|
53
|
+
type: ObjectConstructor;
|
|
54
|
+
default: {};
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{}>, {
|
|
57
|
+
props: any;
|
|
58
|
+
lineRef: any;
|
|
59
|
+
getData(): null;
|
|
60
|
+
getIsFinish(): boolean;
|
|
61
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
62
|
+
options: Record<string, any>;
|
|
63
|
+
dbOptions: Record<string, any>;
|
|
64
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
65
|
+
export default GLine;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: {};
|
|
5
|
+
};
|
|
6
|
+
dbOptions: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
props: any;
|
|
12
|
+
lineRef: any;
|
|
13
|
+
getData(): null;
|
|
14
|
+
getIsFinish(): boolean;
|
|
15
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
|
+
options: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: {};
|
|
19
|
+
};
|
|
20
|
+
dbOptions: {
|
|
21
|
+
type: ObjectConstructor;
|
|
22
|
+
default: {};
|
|
23
|
+
};
|
|
24
|
+
}>> & Readonly<{}>, {
|
|
25
|
+
options: Record<string, any>;
|
|
26
|
+
dbOptions: Record<string, any>;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const lineOptions: {
|
|
2
|
+
backgroundColor: any;
|
|
3
|
+
color: any;
|
|
4
|
+
tooltip: {
|
|
5
|
+
show: boolean;
|
|
6
|
+
trigger: string;
|
|
7
|
+
};
|
|
8
|
+
legend: {
|
|
9
|
+
trigger: string;
|
|
10
|
+
left: string;
|
|
11
|
+
show: boolean;
|
|
12
|
+
};
|
|
13
|
+
grid: any;
|
|
14
|
+
xAxis: {
|
|
15
|
+
type: string;
|
|
16
|
+
axisTick: {
|
|
17
|
+
show: boolean;
|
|
18
|
+
alignWithLabel: boolean;
|
|
19
|
+
};
|
|
20
|
+
axisLine: {
|
|
21
|
+
show: boolean;
|
|
22
|
+
};
|
|
23
|
+
axisLabel: {
|
|
24
|
+
fontSize: any;
|
|
25
|
+
padding: number[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
yAxis: {
|
|
29
|
+
type: string;
|
|
30
|
+
splitLine: {
|
|
31
|
+
lineStyle: {
|
|
32
|
+
type: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
}[];
|
|
36
|
+
series: never[];
|
|
37
|
+
};
|
|
38
|
+
export { lineOptions };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const GMap: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: {};
|
|
6
|
+
};
|
|
7
|
+
dbOptions: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
props: any;
|
|
13
|
+
mapRef: globalThis.Ref<null, null>;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
+
options: Record<string, any>;
|
|
16
|
+
dbOptions: Record<string, any>;
|
|
17
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
options: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: {};
|
|
28
|
+
};
|
|
29
|
+
dbOptions: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: {};
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
props: any;
|
|
35
|
+
mapRef: globalThis.Ref<null, null>;
|
|
36
|
+
}, {}, {}, {}, {
|
|
37
|
+
options: Record<string, any>;
|
|
38
|
+
dbOptions: Record<string, any>;
|
|
39
|
+
}>;
|
|
40
|
+
__isFragment?: never;
|
|
41
|
+
__isTeleport?: never;
|
|
42
|
+
__isSuspense?: never;
|
|
43
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
44
|
+
options: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: {};
|
|
47
|
+
};
|
|
48
|
+
dbOptions: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: {};
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
props: any;
|
|
54
|
+
mapRef: globalThis.Ref<null, null>;
|
|
55
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
56
|
+
options: Record<string, any>;
|
|
57
|
+
dbOptions: Record<string, any>;
|
|
58
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
59
|
+
export default GMap;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: {};
|
|
5
|
+
};
|
|
6
|
+
dbOptions: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
props: any;
|
|
12
|
+
mapRef: globalThis.Ref<null, null>;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
options: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: {};
|
|
17
|
+
};
|
|
18
|
+
dbOptions: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: {};
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
options: Record<string, any>;
|
|
24
|
+
dbOptions: Record<string, any>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const mapOptions: (map: any) => {
|
|
2
|
+
backgroundColor: any;
|
|
3
|
+
title: {};
|
|
4
|
+
tooltip: {
|
|
5
|
+
trigger: string;
|
|
6
|
+
};
|
|
7
|
+
visualMap: {
|
|
8
|
+
show: boolean;
|
|
9
|
+
realtime: boolean;
|
|
10
|
+
calculable: boolean;
|
|
11
|
+
};
|
|
12
|
+
series: {
|
|
13
|
+
type: string;
|
|
14
|
+
map: any;
|
|
15
|
+
label: {
|
|
16
|
+
show: boolean;
|
|
17
|
+
};
|
|
18
|
+
data: never[];
|
|
19
|
+
nameMap: {};
|
|
20
|
+
}[];
|
|
21
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const GNodeAchievement: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
size: {
|
|
4
|
+
type: PropType<"default" | "small" | "large" | undefined>;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
dbOptions: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
props: any;
|
|
13
|
+
nodeAchRef: globalThis.Ref<null, null>;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
+
size: "default" | "small" | "large" | undefined;
|
|
16
|
+
dbOptions: Record<string, any>;
|
|
17
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
size: {
|
|
26
|
+
type: PropType<"default" | "small" | "large" | undefined>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
dbOptions: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: {};
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
props: any;
|
|
35
|
+
nodeAchRef: globalThis.Ref<null, null>;
|
|
36
|
+
}, {}, {}, {}, {
|
|
37
|
+
size: "default" | "small" | "large" | undefined;
|
|
38
|
+
dbOptions: Record<string, any>;
|
|
39
|
+
}>;
|
|
40
|
+
__isFragment?: never;
|
|
41
|
+
__isTeleport?: never;
|
|
42
|
+
__isSuspense?: never;
|
|
43
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
44
|
+
size: {
|
|
45
|
+
type: PropType<"default" | "small" | "large" | undefined>;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
dbOptions: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: {};
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
props: any;
|
|
54
|
+
nodeAchRef: globalThis.Ref<null, null>;
|
|
55
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
56
|
+
size: "default" | "small" | "large" | undefined;
|
|
57
|
+
dbOptions: Record<string, any>;
|
|
58
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
59
|
+
export default GNodeAchievement;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
size: {
|
|
3
|
+
type: PropType<"default" | "small" | "large" | undefined>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
dbOptions: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
props: any;
|
|
12
|
+
nodeAchRef: globalThis.Ref<null, null>;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
size: {
|
|
15
|
+
type: PropType<"default" | "small" | "large" | undefined>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
dbOptions: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: {};
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
size: "default" | "small" | "large" | undefined;
|
|
24
|
+
dbOptions: Record<string, any>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
declare const GPie: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
type: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
dbOptions: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: {};
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
props: any;
|
|
17
|
+
pieRef: globalThis.Ref<null, null>;
|
|
18
|
+
getData(): null;
|
|
19
|
+
getIsFinish(): boolean;
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
21
|
+
type: string;
|
|
22
|
+
options: Record<string, any>;
|
|
23
|
+
dbOptions: Record<string, any>;
|
|
24
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
|
+
P: {};
|
|
26
|
+
B: {};
|
|
27
|
+
D: {};
|
|
28
|
+
C: {};
|
|
29
|
+
M: {};
|
|
30
|
+
Defaults: {};
|
|
31
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
type: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
options: {
|
|
37
|
+
type: ObjectConstructor;
|
|
38
|
+
default: {};
|
|
39
|
+
};
|
|
40
|
+
dbOptions: {
|
|
41
|
+
type: ObjectConstructor;
|
|
42
|
+
default: {};
|
|
43
|
+
};
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
45
|
+
props: any;
|
|
46
|
+
pieRef: globalThis.Ref<null, null>;
|
|
47
|
+
getData(): null;
|
|
48
|
+
getIsFinish(): boolean;
|
|
49
|
+
}, {}, {}, {}, {
|
|
50
|
+
type: string;
|
|
51
|
+
options: Record<string, any>;
|
|
52
|
+
dbOptions: Record<string, any>;
|
|
53
|
+
}>;
|
|
54
|
+
__isFragment?: never;
|
|
55
|
+
__isTeleport?: never;
|
|
56
|
+
__isSuspense?: never;
|
|
57
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
58
|
+
type: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
options: {
|
|
63
|
+
type: ObjectConstructor;
|
|
64
|
+
default: {};
|
|
65
|
+
};
|
|
66
|
+
dbOptions: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: {};
|
|
69
|
+
};
|
|
70
|
+
}>> & Readonly<{}>, {
|
|
71
|
+
props: any;
|
|
72
|
+
pieRef: globalThis.Ref<null, null>;
|
|
73
|
+
getData(): null;
|
|
74
|
+
getIsFinish(): boolean;
|
|
75
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
76
|
+
type: string;
|
|
77
|
+
options: Record<string, any>;
|
|
78
|
+
dbOptions: Record<string, any>;
|
|
79
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
80
|
+
export default GPie;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
options: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
dbOptions: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: {};
|
|
13
|
+
};
|
|
14
|
+
}>, {
|
|
15
|
+
props: any;
|
|
16
|
+
pieRef: globalThis.Ref<null, null>;
|
|
17
|
+
getData(): null;
|
|
18
|
+
getIsFinish(): boolean;
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
20
|
+
type: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
options: {
|
|
25
|
+
type: ObjectConstructor;
|
|
26
|
+
default: {};
|
|
27
|
+
};
|
|
28
|
+
dbOptions: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: {};
|
|
31
|
+
};
|
|
32
|
+
}>> & Readonly<{}>, {
|
|
33
|
+
type: string;
|
|
34
|
+
options: Record<string, any>;
|
|
35
|
+
dbOptions: Record<string, any>;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
+
export default _default;
|