g-ui-web 1.4.21 → 1.4.22
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/lib/bar/index.d.ts +16 -0
- package/lib/bar/src/chart.d.ts +2 -0
- package/lib/bar/src/index.vue.d.ts +26 -0
- package/lib/bar/src/options.d.ts +33 -0
- package/lib/bar-compare/index.d.ts +14 -0
- package/lib/bar-compare/src/chart.d.ts +2 -0
- package/lib/bar-compare/src/index.vue.d.ts +24 -0
- package/lib/bar-compare/src/options.d.ts +74 -0
- package/lib/bar-conv/index.d.ts +14 -0
- package/lib/bar-conv/src/index.vue.d.ts +22 -0
- package/lib/bar-line/index.d.ts +14 -0
- package/lib/bar-line/src/chart.d.ts +2 -0
- package/lib/bar-line/src/index.vue.d.ts +22 -0
- package/lib/bar-line/src/options.d.ts +57 -0
- package/lib/box/index.d.ts +331 -0
- package/lib/box/src/index.vue.d.ts +203 -0
- package/lib/calendar/index.d.ts +208 -0
- package/lib/calendar/src/index.vue.d.ts +793 -0
- package/lib/cashflow/index.d.ts +18 -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 +26 -0
- package/lib/cashflow/src/time-formatter.d.ts +2 -0
- package/lib/chart/index.d.ts +24 -0
- package/lib/chart/src/index.vue.d.ts +60 -0
- package/lib/compo-picker/index.d.ts +54 -0
- package/lib/compo-picker/src/index.vue.d.ts +24 -0
- package/lib/datafill/index.d.ts +2 -0
- package/lib/datatable/index.d.ts +111 -0
- package/lib/datatable/src/index.vue.d.ts +72 -0
- package/lib/dynamic-target/index.d.ts +101 -0
- package/lib/dynamic-target/src/index.vue.d.ts +52 -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/collapse/index.d.ts +16 -0
- package/lib/ele/collapse/src/index.vue.d.ts +14 -0
- package/lib/ele/collapse-item/index.d.ts +19 -0
- package/lib/ele/collapse-item/src/index.vue.d.ts +17 -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/drawer/index.d.ts +16 -0
- package/lib/ele/drawer/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/menu/index.d.ts +16 -0
- package/lib/ele/menu/src/index.vue.d.ts +14 -0
- package/lib/ele/menu-item/index.d.ts +18 -0
- package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
- package/lib/ele/menu-item-group/index.d.ts +16 -0
- package/lib/ele/menu-item-group/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/popover/index.d.ts +16 -0
- package/lib/ele/popover/src/index.vue.d.ts +14 -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/sub-menu/index.d.ts +18 -0
- package/lib/ele/sub-menu/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 +19 -0
- package/lib/ele/tab-pane/src/index.vue.d.ts +17 -0
- package/lib/ele/table/index.d.ts +89 -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-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/floating-ai/index.d.ts +104 -0
- package/lib/floating-ai/src/index.vue.d.ts +53 -0
- package/lib/fonts/bb3347.ttf +0 -0
- package/lib/fonts/font.css +6 -0
- package/lib/funnel/index.d.ts +16 -0
- package/lib/funnel/src/chart.d.ts +4 -0
- package/lib/funnel/src/index.vue.d.ts +32 -0
- package/lib/funnel/src/options.d.ts +77 -0
- package/lib/g-ui-web.cjs +131 -0
- package/lib/g-ui-web.iife.js +131 -0
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +118103 -0
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +131 -0
- package/lib/gauge/index.d.ts +14 -0
- package/lib/gauge/src/chart.d.ts +4 -0
- package/lib/gauge/src/index.vue.d.ts +22 -0
- package/lib/gauge/src/options.d.ts +45 -0
- package/lib/heatmap/src/index.vue.d.ts +160 -0
- package/lib/line/index.d.ts +16 -0
- package/lib/line/src/chart.d.ts +2 -0
- package/lib/line/src/index.vue.d.ts +24 -0
- package/lib/line/src/options.d.ts +59 -0
- package/lib/map/index.d.ts +14 -0
- package/lib/map/src/chart.d.ts +2 -0
- package/lib/map/src/index.vue.d.ts +22 -0
- package/lib/map/src/options.d.ts +21 -0
- package/lib/multiple-dimension-table/index.d.ts +2 -0
- package/lib/multiple-dimension-table/src/index.vue.d.ts +154 -0
- package/lib/node-achievement/index.d.ts +80 -0
- package/lib/node-achievement/src/index.vue.d.ts +53 -0
- package/lib/pie/index.d.ts +17 -0
- package/lib/pie/src/chart.d.ts +2 -0
- package/lib/pie/src/index.vue.d.ts +29 -0
- package/lib/pie/src/options.d.ts +30 -0
- package/lib/pie-distri/index.d.ts +16 -0
- package/lib/pie-distri/src/chart.d.ts +2 -0
- package/lib/pie-distri/src/index.vue.d.ts +32 -0
- package/lib/pie-distri/src/options.d.ts +82 -0
- package/lib/pie-level/index.d.ts +16 -0
- package/lib/pie-level/src/chart.d.ts +12 -0
- package/lib/pie-level/src/index.vue.d.ts +36 -0
- package/lib/pie-level/src/options.d.ts +34 -0
- package/lib/pie-table/index.d.ts +146 -0
- package/lib/pie-table/src/chart.d.ts +2 -0
- package/lib/pie-table/src/index.vue.d.ts +87 -0
- package/lib/pie-table/src/options.d.ts +13 -0
- package/lib/plan/index.d.ts +21 -0
- package/lib/plan/src/index.vue.d.ts +46 -0
- package/lib/radar/index.d.ts +14 -0
- package/lib/radar/src/chart.d.ts +2 -0
- package/lib/radar/src/index.vue.d.ts +22 -0
- package/lib/radar/src/options.d.ts +41 -0
- package/lib/ranking-cup/index.d.ts +192 -0
- package/lib/ranking-cup/src/index.vue.d.ts +109 -0
- package/lib/ranking-list/index.d.ts +188 -0
- package/lib/ranking-list/src/index.vue.d.ts +113 -0
- package/lib/ranking-rb/index.d.ts +180 -0
- package/lib/ranking-rb/src/index.vue.d.ts +105 -0
- package/lib/ranking-table/index.d.ts +168 -0
- package/lib/ranking-table/src/index.vue.d.ts +101 -0
- package/lib/reserve/index.d.ts +18 -0
- package/lib/reserve/src/index.vue.d.ts +26 -0
- package/lib/scatter/index.d.ts +19 -0
- package/lib/scatter/src/chart.d.ts +2 -0
- package/lib/scatter/src/index.vue.d.ts +39 -0
- package/lib/scatter/src/options.d.ts +77 -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/submarket-map/index.d.ts +293 -0
- package/lib/submarket-map/src/index.vue.d.ts +187 -0
- package/lib/target-achievement/index.d.ts +167 -0
- package/lib/target-achievement/src/index.vue.d.ts +85 -0
- package/lib/target-achievement/src/options.d.ts +68 -0
- package/lib/target-complete-rate/index.d.ts +95 -0
- package/lib/target-complete-rate/src/index.vue.d.ts +52 -0
- package/lib/target-current/index.d.ts +144 -0
- package/lib/target-current/src/index.vue.d.ts +75 -0
- package/lib/target-deviation/index.d.ts +119 -0
- package/lib/target-deviation/src/index.vue.d.ts +62 -0
- package/lib/target-gauge/index.d.ts +15 -0
- package/lib/target-gauge/src/chart.d.ts +4 -0
- package/lib/target-gauge/src/index.vue.d.ts +27 -0
- package/lib/target-gauge/src/options.d.ts +56 -0
- package/lib/target-m/index.d.ts +189 -0
- package/lib/target-m/src/index.vue.d.ts +102 -0
- package/lib/target-r/index.d.ts +257 -0
- package/lib/target-r/src/index.vue.d.ts +144 -0
- package/lib/target-s/index.d.ts +210 -0
- package/lib/target-s/src/index.vue.d.ts +113 -0
- package/lib/target-struct/index.d.ts +141 -0
- package/lib/target-struct/src/index.vue.d.ts +69 -0
- package/lib/text-select/index.d.ts +92 -0
- package/lib/text-select/src/index.vue.d.ts +14894 -0
- package/lib/utils/DataSource/DataProvider.d.ts +186 -0
- package/lib/utils/DataSource/debugStore.d.ts +28 -0
- package/lib/utils/DataSource/index.d.ts +23 -0
- package/lib/utils/DataSource/useDataSource.d.ts +66 -0
- package/lib/utils/api/index.d.ts +4 -0
- package/lib/utils/api/load.d.ts +4 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/index.d.ts +57 -0
- package/lib/utils/loading/index.d.ts +9 -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 +130 -0
- package/lib/utils/theme/config/black-gold.d.ts +154 -0
- package/lib/utils/theme/config/black-green.d.ts +127 -0
- package/lib/utils/theme/config/om-blue.d.ts +156 -0
- package/lib/utils/theme/config/white-blue.d.ts +157 -0
- package/lib/utils/theme/config/white-green.d.ts +154 -0
- package/lib/utils/theme/index.d.ts +4 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
declare const theme: {
|
|
2
|
+
name: string;
|
|
3
|
+
bgColor: string;
|
|
4
|
+
boxColor: string;
|
|
5
|
+
textFontColor: string;
|
|
6
|
+
backColor: string;
|
|
7
|
+
backColorNum: string;
|
|
8
|
+
backBorderColor: string;
|
|
9
|
+
contentFillColor: string;
|
|
10
|
+
contentFillColor2: string;
|
|
11
|
+
contentPrimaryFillColor: string;
|
|
12
|
+
baseWhite: string;
|
|
13
|
+
primary: string;
|
|
14
|
+
primaryNum: string;
|
|
15
|
+
primaryNum5: string;
|
|
16
|
+
primaryNum10: string;
|
|
17
|
+
primaryNum30: string;
|
|
18
|
+
primary1: string;
|
|
19
|
+
primary2: string;
|
|
20
|
+
primary3: string;
|
|
21
|
+
primary4: string;
|
|
22
|
+
primary5: string;
|
|
23
|
+
primary6: string;
|
|
24
|
+
primary7: string;
|
|
25
|
+
primaryLight: string;
|
|
26
|
+
primaryLightNum: string;
|
|
27
|
+
primaryLight1: string;
|
|
28
|
+
primaryLight2: string;
|
|
29
|
+
primaryLight3: string;
|
|
30
|
+
primaryLight4: string;
|
|
31
|
+
primaryLight5: string;
|
|
32
|
+
primaryLight6: string;
|
|
33
|
+
primaryLight7: string;
|
|
34
|
+
success: string;
|
|
35
|
+
successNum: string;
|
|
36
|
+
successNum5: string;
|
|
37
|
+
successNum10: string;
|
|
38
|
+
successNum30: string;
|
|
39
|
+
success1: string;
|
|
40
|
+
success2: string;
|
|
41
|
+
success3: string;
|
|
42
|
+
success4: string;
|
|
43
|
+
success5: string;
|
|
44
|
+
success6: string;
|
|
45
|
+
success7: string;
|
|
46
|
+
warning: string;
|
|
47
|
+
warningNum: string;
|
|
48
|
+
warningNum5: string;
|
|
49
|
+
warningNum10: string;
|
|
50
|
+
warningNum30: string;
|
|
51
|
+
warning1: string;
|
|
52
|
+
warning2: string;
|
|
53
|
+
warning3: string;
|
|
54
|
+
warning4: string;
|
|
55
|
+
warning5: string;
|
|
56
|
+
warning6: string;
|
|
57
|
+
warning7: string;
|
|
58
|
+
danger: string;
|
|
59
|
+
dangerNum: string;
|
|
60
|
+
dangerNum5: string;
|
|
61
|
+
dangerNum10: string;
|
|
62
|
+
dangerNum30: string;
|
|
63
|
+
danger1: string;
|
|
64
|
+
danger2: string;
|
|
65
|
+
danger3: string;
|
|
66
|
+
danger4: string;
|
|
67
|
+
danger5: string;
|
|
68
|
+
danger6: string;
|
|
69
|
+
danger7: string;
|
|
70
|
+
error: string;
|
|
71
|
+
info: string;
|
|
72
|
+
infoNum: string;
|
|
73
|
+
infoNum5: string;
|
|
74
|
+
infoNum10: string;
|
|
75
|
+
infoNum30: string;
|
|
76
|
+
info1: string;
|
|
77
|
+
info2: string;
|
|
78
|
+
info3: string;
|
|
79
|
+
info4: string;
|
|
80
|
+
info5: string;
|
|
81
|
+
info6: string;
|
|
82
|
+
info7: string;
|
|
83
|
+
text: {
|
|
84
|
+
primary: string;
|
|
85
|
+
regular: string;
|
|
86
|
+
secondary: string;
|
|
87
|
+
placeholder: string;
|
|
88
|
+
disabled: string;
|
|
89
|
+
};
|
|
90
|
+
border: {
|
|
91
|
+
border: string;
|
|
92
|
+
light: string;
|
|
93
|
+
lighter: string;
|
|
94
|
+
extraLight: string;
|
|
95
|
+
dark: string;
|
|
96
|
+
darker: string;
|
|
97
|
+
};
|
|
98
|
+
fill: {
|
|
99
|
+
fill: string;
|
|
100
|
+
light: string;
|
|
101
|
+
lighter: string;
|
|
102
|
+
extraLight: string;
|
|
103
|
+
dark: string;
|
|
104
|
+
darker: string;
|
|
105
|
+
blank: string;
|
|
106
|
+
};
|
|
107
|
+
scrollColor: string;
|
|
108
|
+
bg: {
|
|
109
|
+
bg: string;
|
|
110
|
+
page: string;
|
|
111
|
+
overlay: string;
|
|
112
|
+
};
|
|
113
|
+
chartOption: {
|
|
114
|
+
fontSize: number;
|
|
115
|
+
barWidth: number;
|
|
116
|
+
symbolSize: number;
|
|
117
|
+
backgroundColor: string;
|
|
118
|
+
padding: number[];
|
|
119
|
+
margin: number;
|
|
120
|
+
grid: {
|
|
121
|
+
top: string;
|
|
122
|
+
left: string;
|
|
123
|
+
right: string;
|
|
124
|
+
bottom: string;
|
|
125
|
+
};
|
|
126
|
+
colors: string[];
|
|
127
|
+
auxiliaryColors: string[];
|
|
128
|
+
chartTitleColor: string;
|
|
129
|
+
chartSubtitleColor: string;
|
|
130
|
+
chartMarkTextColor: string;
|
|
131
|
+
chartLegendTextColor: string;
|
|
132
|
+
chartAxisLineColor: string;
|
|
133
|
+
chartAxisTickColor: string;
|
|
134
|
+
chartAxisLabelColor: string;
|
|
135
|
+
};
|
|
136
|
+
aMapStyle: string;
|
|
137
|
+
aMapScatterColor: string;
|
|
138
|
+
tooltipFill: string;
|
|
139
|
+
tableHeaderBgColor: string;
|
|
140
|
+
tableHeaderTextColor: string;
|
|
141
|
+
rankingRed: string;
|
|
142
|
+
rankingBlack: string;
|
|
143
|
+
cupTitleColor: string;
|
|
144
|
+
cupNameColor: string;
|
|
145
|
+
cupTextColor: string;
|
|
146
|
+
cupChangeTextColor: string;
|
|
147
|
+
cupRateTextColor: string;
|
|
148
|
+
cupTHeadTextColor: string;
|
|
149
|
+
cupTHeadBgColor: string;
|
|
150
|
+
cupTbodyBgColor: string;
|
|
151
|
+
loadingList: string[];
|
|
152
|
+
timeBoxColor: string;
|
|
153
|
+
};
|
|
154
|
+
export default theme;
|