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.
Files changed (186) hide show
  1. package/README.md +118 -0
  2. package/global.d.ts +111 -0
  3. package/lib/bar/index.d.ts +71 -0
  4. package/lib/bar/src/chart.d.ts +2 -0
  5. package/lib/bar/src/index.vue.d.ts +32 -0
  6. package/lib/bar/src/options.d.ts +20 -0
  7. package/lib/bar-compare/index.d.ts +65 -0
  8. package/lib/bar-compare/src/chart.d.ts +2 -0
  9. package/lib/bar-compare/src/index.vue.d.ts +30 -0
  10. package/lib/bar-compare/src/options.d.ts +32 -0
  11. package/lib/bar-conv/index.d.ts +59 -0
  12. package/lib/bar-conv/src/index.vue.d.ts +26 -0
  13. package/lib/bar-line/index.d.ts +59 -0
  14. package/lib/bar-line/src/chart.d.ts +2 -0
  15. package/lib/bar-line/src/index.vue.d.ts +26 -0
  16. package/lib/bar-line/src/options.d.ts +36 -0
  17. package/lib/box/index.d.ts +211 -0
  18. package/lib/box/src/index.vue.d.ts +131 -0
  19. package/lib/cashflow/index.d.ts +68 -0
  20. package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
  21. package/lib/cashflow/src/cash-line.d.ts +1 -0
  22. package/lib/cashflow/src/index.vue.d.ts +29 -0
  23. package/lib/cashflow/src/time-formatter.d.ts +2 -0
  24. package/lib/chart/index.d.ts +23 -0
  25. package/lib/chart/src/index.vue.d.ts +58 -0
  26. package/lib/datatable/index.d.ts +72 -0
  27. package/lib/datatable/src/index.vue.d.ts +48 -0
  28. package/lib/ele/button/index.d.ts +18 -0
  29. package/lib/ele/button/src/index.vue.d.ts +16 -0
  30. package/lib/ele/button-group/index.d.ts +18 -0
  31. package/lib/ele/button-group/src/index.vue.d.ts +16 -0
  32. package/lib/ele/card/index.d.ts +16 -0
  33. package/lib/ele/card/src/index.vue.d.ts +14 -0
  34. package/lib/ele/carousel/index.d.ts +18 -0
  35. package/lib/ele/carousel/src/index.vue.d.ts +16 -0
  36. package/lib/ele/carousel-item/index.d.ts +18 -0
  37. package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
  38. package/lib/ele/cascader/index.d.ts +14 -0
  39. package/lib/ele/cascader/src/index.vue.d.ts +2 -0
  40. package/lib/ele/cascader-panel/index.d.ts +14 -0
  41. package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
  42. package/lib/ele/check-tag/index.d.ts +18 -0
  43. package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
  44. package/lib/ele/checkbox/index.d.ts +16 -0
  45. package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
  46. package/lib/ele/checkbox-button/index.d.ts +18 -0
  47. package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
  48. package/lib/ele/checkbox-group/index.d.ts +18 -0
  49. package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
  50. package/lib/ele/col/index.d.ts +18 -0
  51. package/lib/ele/col/src/index.vue.d.ts +16 -0
  52. package/lib/ele/date-picker/index.d.ts +18 -0
  53. package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
  54. package/lib/ele/dialog/index.d.ts +16 -0
  55. package/lib/ele/dialog/src/index.vue.d.ts +14 -0
  56. package/lib/ele/form/index.d.ts +18 -0
  57. package/lib/ele/form/src/index.vue.d.ts +16 -0
  58. package/lib/ele/form-item/index.d.ts +18 -0
  59. package/lib/ele/form-item/src/index.vue.d.ts +16 -0
  60. package/lib/ele/input/index.d.ts +16 -0
  61. package/lib/ele/input/src/index.vue.d.ts +14 -0
  62. package/lib/ele/option/index.d.ts +69 -0
  63. package/lib/ele/option/src/index.vue.d.ts +46 -0
  64. package/lib/ele/option-group/index.d.ts +18 -0
  65. package/lib/ele/option-group/src/index.vue.d.ts +16 -0
  66. package/lib/ele/pagination/index.d.ts +18 -0
  67. package/lib/ele/pagination/src/index.vue.d.ts +16 -0
  68. package/lib/ele/progress/index.d.ts +16 -0
  69. package/lib/ele/progress/src/index.vue.d.ts +14 -0
  70. package/lib/ele/radio/index.d.ts +16 -0
  71. package/lib/ele/radio/src/index.vue.d.ts +14 -0
  72. package/lib/ele/radio-button/index.d.ts +18 -0
  73. package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
  74. package/lib/ele/radio-group/index.d.ts +18 -0
  75. package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
  76. package/lib/ele/row/index.d.ts +18 -0
  77. package/lib/ele/row/src/index.vue.d.ts +16 -0
  78. package/lib/ele/select/index.d.ts +18 -0
  79. package/lib/ele/select/src/index.vue.d.ts +16 -0
  80. package/lib/ele/switch/index.d.ts +16 -0
  81. package/lib/ele/switch/src/index.vue.d.ts +14 -0
  82. package/lib/ele/tab-pane/index.d.ts +18 -0
  83. package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
  84. package/lib/ele/table/index.d.ts +22 -0
  85. package/lib/ele/table/src/index.vue.d.ts +431 -0
  86. package/lib/ele/table-column/index.d.ts +16 -0
  87. package/lib/ele/table-column/src/index.vue.d.ts +14 -0
  88. package/lib/ele/tabs/index.d.ts +18 -0
  89. package/lib/ele/tabs/src/index.vue.d.ts +16 -0
  90. package/lib/ele/tag/index.d.ts +18 -0
  91. package/lib/ele/tag/src/index.vue.d.ts +16 -0
  92. package/lib/ele/tooltip/index.d.ts +16 -0
  93. package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
  94. package/lib/ele/tree/index.d.ts +16 -0
  95. package/lib/ele/tree/src/index.vue.d.ts +14 -0
  96. package/lib/ele/tree-select/index.d.ts +16 -0
  97. package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
  98. package/lib/ele/upload/index.d.ts +16 -0
  99. package/lib/ele/upload/src/index.vue.d.ts +14 -0
  100. package/lib/ele/watermark/index.d.ts +18 -0
  101. package/lib/ele/watermark/src/index.vue.d.ts +16 -0
  102. package/lib/favicon.ico +0 -0
  103. package/lib/funnel/index.d.ts +59 -0
  104. package/lib/funnel/src/chart.d.ts +2 -0
  105. package/lib/funnel/src/index.vue.d.ts +26 -0
  106. package/lib/funnel/src/options.d.ts +43 -0
  107. package/lib/g-ui-web.js +115737 -0
  108. package/lib/g-ui-web.js.gz +0 -0
  109. package/lib/g-ui-web.umd.cjs +190 -0
  110. package/lib/heatmap/src/index.vue.d.ts +100 -0
  111. package/lib/index.d.ts +85 -0
  112. package/lib/line/index.d.ts +65 -0
  113. package/lib/line/src/chart.d.ts +2 -0
  114. package/lib/line/src/index.vue.d.ts +28 -0
  115. package/lib/line/src/options.d.ts +38 -0
  116. package/lib/map/index.d.ts +59 -0
  117. package/lib/map/src/chart.d.ts +2 -0
  118. package/lib/map/src/index.vue.d.ts +26 -0
  119. package/lib/map/src/options.d.ts +21 -0
  120. package/lib/node-achievement/index.d.ts +59 -0
  121. package/lib/node-achievement/src/index.vue.d.ts +26 -0
  122. package/lib/pie/index.d.ts +80 -0
  123. package/lib/pie/src/chart.d.ts +2 -0
  124. package/lib/pie/src/index.vue.d.ts +37 -0
  125. package/lib/pie/src/options.d.ts +13 -0
  126. package/lib/pie-distri/index.d.ts +89 -0
  127. package/lib/pie-distri/src/chart.d.ts +2 -0
  128. package/lib/pie-distri/src/index.vue.d.ts +44 -0
  129. package/lib/pie-distri/src/options.d.ts +60 -0
  130. package/lib/pie-level/index.d.ts +86 -0
  131. package/lib/pie-level/src/chart.d.ts +9 -0
  132. package/lib/pie-level/src/index.vue.d.ts +43 -0
  133. package/lib/pie-level/src/options.d.ts +16 -0
  134. package/lib/pie-table/index.d.ts +122 -0
  135. package/lib/pie-table/src/chart.d.ts +2 -0
  136. package/lib/pie-table/src/index.vue.d.ts +59 -0
  137. package/lib/pie-table/src/options.d.ts +13 -0
  138. package/lib/plan/index.d.ts +44 -0
  139. package/lib/plan/src/index.vue.d.ts +17 -0
  140. package/lib/radar/index.d.ts +59 -0
  141. package/lib/radar/src/chart.d.ts +2 -0
  142. package/lib/radar/src/index.vue.d.ts +26 -0
  143. package/lib/radar/src/options.d.ts +23 -0
  144. package/lib/ranking-list/index.d.ts +122 -0
  145. package/lib/ranking-list/src/index.vue.d.ts +59 -0
  146. package/lib/ranking-table/index.d.ts +122 -0
  147. package/lib/ranking-table/src/index.vue.d.ts +59 -0
  148. package/lib/reserve/index.d.ts +68 -0
  149. package/lib/reserve/src/index.vue.d.ts +29 -0
  150. package/lib/store/index.d.ts +2 -0
  151. package/lib/store/saveInLocal.d.ts +2 -0
  152. package/lib/style.css +1 -0
  153. package/lib/style.css.gz +0 -0
  154. package/lib/target-achievement/index.d.ts +131 -0
  155. package/lib/target-achievement/src/index.vue.d.ts +65 -0
  156. package/lib/target-achievement/src/options.d.ts +68 -0
  157. package/lib/target-current/index.d.ts +114 -0
  158. package/lib/target-current/src/index.vue.d.ts +57 -0
  159. package/lib/target-m/index.d.ts +159 -0
  160. package/lib/target-m/src/index.vue.d.ts +84 -0
  161. package/lib/target-r/index.d.ts +167 -0
  162. package/lib/target-r/src/index.vue.d.ts +90 -0
  163. package/lib/target-s/index.d.ts +150 -0
  164. package/lib/target-s/src/index.vue.d.ts +77 -0
  165. package/lib/target-struct/index.d.ts +141 -0
  166. package/lib/target-struct/src/index.vue.d.ts +69 -0
  167. package/lib/utils/DataSource/index.d.ts +23 -0
  168. package/lib/utils/api/index.d.ts +4 -0
  169. package/lib/utils/api/load.d.ts +1 -0
  170. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  171. package/lib/utils/index.d.ts +37 -0
  172. package/lib/utils/request/interface/config.d.ts +93 -0
  173. package/lib/utils/request/interface/index.d.ts +3 -0
  174. package/lib/utils/request/interface/interface.d.ts +3 -0
  175. package/lib/utils/request/utils/code.d.ts +6 -0
  176. package/lib/utils/request/utils/filter.d.ts +2 -0
  177. package/lib/utils/request/utils/loading.d.ts +14 -0
  178. package/lib/utils/storage.d.ts +27 -0
  179. package/lib/utils/theme/config/black-blue.d.ts +114 -0
  180. package/lib/utils/theme/config/black-gold.d.ts +111 -0
  181. package/lib/utils/theme/config/black-green.d.ts +111 -0
  182. package/lib/utils/theme/config/white-blue.d.ts +114 -0
  183. package/lib/utils/theme/config/white-green.d.ts +111 -0
  184. package/lib/utils/theme/index.d.ts +7 -0
  185. package/lib/withInstall.d.ts +4 -0
  186. package/package.json +96 -0
package/README.md ADDED
@@ -0,0 +1,118 @@
1
+ ### 快速上手
2
+
3
+ g-ui-web 基于vue3 + vite5 + typeScript5 + Element-plus + Echarts5 封装的标准UI组件。
4
+
5
+ ### 安装
6
+
7
+ ```bash:no-line-numbers
8
+ yarn add g-ui-web -S
9
+ 或者
10
+ npm install g-ui-web -S
11
+ ```
12
+
13
+ ### 全局使用
14
+
15
+ > #### 前提条件:使用项目必须全局注册 Element-plus 组件库
16
+
17
+ ```ts
18
+ // main.ts
19
+ import { createApp } from "vue"
20
+ import App from "./App.vue"
21
+ import ElementPlus from "element-plus"
22
+ import "element-plus/dist/index.css"
23
+ // element-plus图标
24
+ import * as ElementPlusIconsVue from "@element-plus/icons-vue"
25
+ import GuiWeb from "g-ui-web"
26
+ import "g-ui-web/lib/style.css"
27
+ const app = createApp(App)
28
+ // 注册所有图标
29
+ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
30
+ app.component(key, component)
31
+ }
32
+ // 注册ElementPlus
33
+ app.use(ElementPlus)
34
+ // 注册GuiWeb
35
+ app.use(GuiWeb)
36
+ app.mount("#app")
37
+ ```
38
+
39
+ ### 按需引入
40
+
41
+ ```ts
42
+ // 在main.ts中按下引入
43
+ import 'g-ui-web/lib/style.css'
44
+ // 单个.vue文件引入
45
+ <script setup lang="ts">
46
+ import {GButton} from "g-ui-web"
47
+ </script>
48
+ ```
49
+
50
+ ### 组件清单
51
+
52
+ #### 图表类
53
+
54
+ | 组件名 | 说明 |
55
+ | -------------- | -------- |
56
+ | GChart | 基础图表 |
57
+ | GBar | 柱状图 |
58
+ | GLine | 折线图 |
59
+ | GFoldingPillar | 折柱图 |
60
+ | GPie | 饼图 |
61
+ | GRadar | 雷达图 |
62
+ | GFunnel | 漏斗图 |
63
+ | GMap | 地图 |
64
+
65
+ #### baiduMap类
66
+
67
+ | 组件名 | 说明 |
68
+ | -------- | ------ |
69
+ | GHeatMap | 热力图 |
70
+
71
+ #### 非标类
72
+
73
+ | 组件名 | 说明 |
74
+ | ---------------- | -------------------- |
75
+ | GText | 文字(指标) |
76
+ | GRingText | 文字(环图/进度条) |
77
+ | GBox | 内容块 |
78
+ | GRanking | 排行榜 |
79
+ | GReserve | 预实对比(+达成率) |
80
+ | GMilepost | 项目/分期计划/里程碑 |
81
+ | GNodeachievement | 节点达成 |
82
+ | GGridTable | 常用报表 |
83
+
84
+ #### 标准UI类(Element-plus)
85
+
86
+ | 组件名 | 说明 |
87
+ | ----------- | ---------- |
88
+ | GRow | 布局 |
89
+ | GButton | 按钮 |
90
+ | GInput | 输入框 |
91
+ | GRadio | 单选框 |
92
+ | GCheckbox | 多选框 |
93
+ | GDatePicker | 日期选择器 |
94
+ | GForm | 表单 |
95
+ | GSwitch | 开关 |
96
+ | GUpload | 上传 |
97
+ | GCard | 卡片 |
98
+ | GCarousel | 跑马灯 |
99
+ | GSelect | 选择器 |
100
+ | GCascader | 级联选择器 |
101
+ | GPagination | 分页 |
102
+ | GProgress | 进度条 |
103
+ | GTable | 表格 |
104
+ | GTag | 标签 |
105
+ | GTree | 树形控件 |
106
+ | GTreeSelect | 树形选择 |
107
+ | GTabs | 标签页 |
108
+ | GDialog | 对话框 |
109
+ | GTooltip | 文字提示 |
110
+ | GWatermark | 水印 |
111
+
112
+ ### 函数清单
113
+
114
+ | 函数名 | 说明 | 参数 |
115
+ | -------- | ------------------------------------ | --------------------------------------------------------------------------------------- |
116
+ | setTheme | 设置主题 | theme主题名称,isDark是否暗黑主题 |
117
+ | Local | window.localStorage 浏览器永久缓存 | `set` 设置永久缓存,`get` 获取永久缓存,`remove` 移除永久缓存,`clear` 移除全部永久缓存 |
118
+ | Session | window.sessionStorage 浏览器临时缓存 | `set` 设置临时缓存,`get` 获取临时缓存,`remove` 移除临时缓存,`clear` 移除全部临时缓存 |
package/global.d.ts ADDED
@@ -0,0 +1,111 @@
1
+
2
+ // GlobalComponents for Volar
3
+ declare module '@vue/runtime-core' {
4
+ export interface GlobalComponents {
5
+ ElAffix: typeof import('element-plus')['ElAffix']
6
+ ElAlert: typeof import('element-plus')['ElAlert']
7
+ ElAside: typeof import('element-plus')['ElAside']
8
+ ElAutocomplete: typeof import('element-plus')['ElAutocomplete']
9
+ ElAvatar: typeof import('element-plus')['ElAvatar']
10
+ ElBacktop: typeof import('element-plus')['ElBacktop']
11
+ ElBadge: typeof import('element-plus')['ElBadge']
12
+ ElBreadcrumb: typeof import('element-plus')['ElBreadcrumb']
13
+ ElBreadcrumbItem: typeof import('element-plus')['ElBreadcrumbItem']
14
+ ElButton: typeof import('element-plus')['ElButton']
15
+ ElButtonGroup: typeof import('element-plus')['ElButtonGroup']
16
+ ElCalendar: typeof import('element-plus')['ElCalendar']
17
+ ElCard: typeof import('element-plus')['ElCard']
18
+ ElCarousel: typeof import('element-plus')['ElCarousel']
19
+ ElCarouselItem: typeof import('element-plus')['ElCarouselItem']
20
+ ElCascader: typeof import('element-plus')['ElCascader']
21
+ ElCascaderPanel: typeof import('element-plus')['ElCascaderPanel']
22
+ ElCheckbox: typeof import('element-plus')['ElCheckbox']
23
+ ElCheckboxButton: typeof import('element-plus')['ElCheckboxButton']
24
+ ElCheckboxGroup: typeof import('element-plus')['ElCheckboxGroup']
25
+ ElCol: typeof import('element-plus')['ElCol']
26
+ ElCollapse: typeof import('element-plus')['ElCollapse']
27
+ ElCollapseItem: typeof import('element-plus')['ElCollapseItem']
28
+ ElCollapseTransition: typeof import('element-plus')['ElCollapseTransition']
29
+ ElColorPicker: typeof import('element-plus')['ElColorPicker']
30
+ ElContainer: typeof import('element-plus')['ElContainer']
31
+ ElConfigProvider: typeof import('element-plus')['ElConfigProvider']
32
+ ElDatePicker: typeof import('element-plus')['ElDatePicker']
33
+ ElDialog: typeof import('element-plus')['ElDialog']
34
+ ElDivider: typeof import('element-plus')['ElDivider']
35
+ ElDrawer: typeof import('element-plus')['ElDrawer']
36
+ ElDropdown: typeof import('element-plus')['ElDropdown']
37
+ ElDropdownItem: typeof import('element-plus')['ElDropdownItem']
38
+ ElDropdownMenu: typeof import('element-plus')['ElDropdownMenu']
39
+ ElEmpty: typeof import('element-plus')['ElEmpty']
40
+ ElFooter: typeof import('element-plus')['ElFooter']
41
+ ElForm: typeof import('element-plus')['ElForm']
42
+ ElFormItem: typeof import('element-plus')['ElFormItem']
43
+ ElHeader: typeof import('element-plus')['ElHeader']
44
+ ElIcon: typeof import('element-plus')['ElIcon']
45
+ ElImage: typeof import('element-plus')['ElImage']
46
+ ElImageViewer: typeof import('element-plus')['ElImageViewer']
47
+ ElInput: typeof import('element-plus')['ElInput']
48
+ ElInputNumber: typeof import('element-plus')['ElInputNumber']
49
+ ElLink: typeof import('element-plus')['ElLink']
50
+ ElMain: typeof import('element-plus')['ElMain']
51
+ ElMenu: typeof import('element-plus')['ElMenu']
52
+ ElMenuItem: typeof import('element-plus')['ElMenuItem']
53
+ ElMenuItemGroup: typeof import('element-plus')['ElMenuItemGroup']
54
+ ElOption: typeof import('element-plus')['ElOption']
55
+ ElOptionGroup: typeof import('element-plus')['ElOptionGroup']
56
+ ElPageHeader: typeof import('element-plus')['ElPageHeader']
57
+ ElPagination: typeof import('element-plus')['ElPagination']
58
+ ElPopconfirm: typeof import('element-plus')['ElPopconfirm']
59
+ ElPopper: typeof import('element-plus')['ElPopper']
60
+ ElPopover: typeof import('element-plus')['ElPopover']
61
+ ElProgress: typeof import('element-plus')['ElProgress']
62
+ ElRadio: typeof import('element-plus')['ElRadio']
63
+ ElRadioButton: typeof import('element-plus')['ElRadioButton']
64
+ ElRadioGroup: typeof import('element-plus')['ElRadioGroup']
65
+ ElRate: typeof import('element-plus')['ElRate']
66
+ ElRow: typeof import('element-plus')['ElRow']
67
+ ElScrollbar: typeof import('element-plus')['ElScrollbar']
68
+ ElSelect: typeof import('element-plus')['ElSelect']
69
+ ElSlider: typeof import('element-plus')['ElSlider']
70
+ ElStep: typeof import('element-plus')['ElStep']
71
+ ElSteps: typeof import('element-plus')['ElSteps']
72
+ ElSubMenu: typeof import('element-plus')['ElSubMenu']
73
+ ElSwitch: typeof import('element-plus')['ElSwitch']
74
+ ElTabPane: typeof import('element-plus')['ElTabPane']
75
+ ElTable: typeof import('element-plus')['ElTable']
76
+ ElTableColumn: typeof import('element-plus')['ElTableColumn']
77
+ ElTabs: typeof import('element-plus')['ElTabs']
78
+ ElTag: typeof import('element-plus')['ElTag']
79
+ ElTimePicker: typeof import('element-plus')['ElTimePicker']
80
+ ElTimeSelect: typeof import('element-plus')['ElTimeSelect']
81
+ ElTimeline: typeof import('element-plus')['ElTimeline']
82
+ ElTimelineItem: typeof import('element-plus')['ElTimelineItem']
83
+ ElTooltip: typeof import('element-plus')['ElTooltip']
84
+ ElTransfer: typeof import('element-plus')['ElTransfer']
85
+ ElTree: typeof import('element-plus')['ElTree']
86
+ ElTreeV2: typeof import('element-plus')['ElTreeV2']
87
+ ElUpload: typeof import('element-plus')['ElUpload']
88
+ ElSpace: typeof import('element-plus')['ElSpace']
89
+ ElSkeleton: typeof import('element-plus')['ElSkeleton']
90
+ ElSkeletonItem: typeof import('element-plus')['ElSkeletonItem']
91
+ ElCheckTag: typeof import('element-plus')['ElCheckTag']
92
+ ElDescriptions: typeof import('element-plus')['ElDescriptions']
93
+ ElDescriptionsItem: typeof import('element-plus')['ElDescriptionsItem']
94
+ ElResult: typeof import('element-plus')['ElResult']
95
+ ElSelectV2: typeof import('element-plus')['ElSelectV2']
96
+ }
97
+
98
+ interface ComponentCustomProperties {
99
+ $message: typeof import('element-plus')['ElMessage']
100
+ $notify: typeof import('element-plus')['ElNotification']
101
+ $msgbox: typeof import('element-plus')['ElMessageBox']
102
+ $messageBox: typeof import('element-plus')['ElMessageBox']
103
+ $alert: typeof import('element-plus')['ElMessageBox']['alert']
104
+ $confirm: typeof import('element-plus')['ElMessageBox']['confirm']
105
+ $prompt: typeof import('element-plus')['ElMessageBox']['prompt']
106
+ $loading: typeof import('element-plus')['ElLoadingService']
107
+ }
108
+ }
109
+
110
+
111
+ export { }
@@ -0,0 +1,71 @@
1
+ declare const GBar: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ options: {
4
+ type: ObjectConstructor;
5
+ default: () => {
6
+ direction: string;
7
+ };
8
+ };
9
+ dbOptions: {
10
+ type: ObjectConstructor;
11
+ default: {};
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ props: any;
15
+ barRef: any;
16
+ getData(): null;
17
+ getIsFinish(): boolean;
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
19
+ options: Record<string, any>;
20
+ dbOptions: Record<string, any>;
21
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22
+ P: {};
23
+ B: {};
24
+ D: {};
25
+ C: {};
26
+ M: {};
27
+ Defaults: {};
28
+ }, Readonly<globalThis.ExtractPropTypes<{
29
+ options: {
30
+ type: ObjectConstructor;
31
+ default: () => {
32
+ direction: string;
33
+ };
34
+ };
35
+ dbOptions: {
36
+ type: ObjectConstructor;
37
+ default: {};
38
+ };
39
+ }>> & Readonly<{}>, {
40
+ props: any;
41
+ barRef: any;
42
+ getData(): null;
43
+ getIsFinish(): boolean;
44
+ }, {}, {}, {}, {
45
+ options: Record<string, any>;
46
+ dbOptions: Record<string, any>;
47
+ }>;
48
+ __isFragment?: never;
49
+ __isTeleport?: never;
50
+ __isSuspense?: never;
51
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
52
+ options: {
53
+ type: ObjectConstructor;
54
+ default: () => {
55
+ direction: string;
56
+ };
57
+ };
58
+ dbOptions: {
59
+ type: ObjectConstructor;
60
+ default: {};
61
+ };
62
+ }>> & Readonly<{}>, {
63
+ props: any;
64
+ barRef: any;
65
+ getData(): null;
66
+ getIsFinish(): boolean;
67
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
68
+ options: Record<string, any>;
69
+ dbOptions: Record<string, any>;
70
+ }, {}, 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>;
71
+ export default GBar;
@@ -0,0 +1,2 @@
1
+ declare const getBarOptions: (options?: object, num?: number) => {};
2
+ export { getBarOptions };
@@ -0,0 +1,32 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ options: {
3
+ type: ObjectConstructor;
4
+ default: () => {
5
+ direction: string;
6
+ };
7
+ };
8
+ dbOptions: {
9
+ type: ObjectConstructor;
10
+ default: {};
11
+ };
12
+ }>, {
13
+ props: any;
14
+ barRef: any;
15
+ getData(): null;
16
+ getIsFinish(): boolean;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
+ options: {
19
+ type: ObjectConstructor;
20
+ default: () => {
21
+ direction: string;
22
+ };
23
+ };
24
+ dbOptions: {
25
+ type: ObjectConstructor;
26
+ default: {};
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ options: Record<string, any>;
30
+ dbOptions: Record<string, any>;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ export default _default;
@@ -0,0 +1,20 @@
1
+ export declare const barOptions: (num: any) => {
2
+ backgroundColor: any;
3
+ legend: {
4
+ trigger: string;
5
+ left: string;
6
+ show: boolean;
7
+ top: string;
8
+ itemWidth: number;
9
+ itemHeight: number;
10
+ };
11
+ tooltip: {
12
+ show: boolean;
13
+ trigger: string;
14
+ };
15
+ grid: any;
16
+ color: any;
17
+ xAxis: any;
18
+ yAxis: any;
19
+ series: any;
20
+ };
@@ -0,0 +1,65 @@
1
+ declare const GBarCompare: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ options: {
4
+ type: ObjectConstructor;
5
+ default: () => {
6
+ direction: string;
7
+ };
8
+ };
9
+ dbOptions: {
10
+ type: ObjectConstructor;
11
+ default: {};
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ props: any;
15
+ barCompareRef: globalThis.Ref<null, null>;
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
+ direction: string;
31
+ };
32
+ };
33
+ dbOptions: {
34
+ type: ObjectConstructor;
35
+ default: {};
36
+ };
37
+ }>> & Readonly<{}>, {
38
+ props: any;
39
+ barCompareRef: globalThis.Ref<null, null>;
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
+ direction: string;
52
+ };
53
+ };
54
+ dbOptions: {
55
+ type: ObjectConstructor;
56
+ default: {};
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ props: any;
60
+ barCompareRef: globalThis.Ref<null, null>;
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 GBarCompare;
@@ -0,0 +1,2 @@
1
+ declare const getBarOptions: (options?: object) => object;
2
+ export { getBarOptions };
@@ -0,0 +1,30 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ options: {
3
+ type: ObjectConstructor;
4
+ default: () => {
5
+ direction: string;
6
+ };
7
+ };
8
+ dbOptions: {
9
+ type: ObjectConstructor;
10
+ default: {};
11
+ };
12
+ }>, {
13
+ props: any;
14
+ barCompareRef: globalThis.Ref<null, null>;
15
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
+ options: {
17
+ type: ObjectConstructor;
18
+ default: () => {
19
+ direction: string;
20
+ };
21
+ };
22
+ dbOptions: {
23
+ type: ObjectConstructor;
24
+ default: {};
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ options: Record<string, any>;
28
+ dbOptions: Record<string, any>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const barOptions: {
2
+ backgroundColor: any;
3
+ color: any;
4
+ legend: {
5
+ trigger: string;
6
+ left: string;
7
+ };
8
+ grid: any;
9
+ xAxis: {
10
+ axisLabel: {
11
+ fontSize: any;
12
+ padding: any;
13
+ };
14
+ };
15
+ yAxis: {
16
+ axisLabel: {
17
+ show: boolean;
18
+ margin: any;
19
+ formatter: string;
20
+ fontSize: any;
21
+ padding: any;
22
+ };
23
+ };
24
+ series: {
25
+ barWidth: any;
26
+ label: {
27
+ show: boolean;
28
+ position: string;
29
+ };
30
+ }[];
31
+ };
32
+ export { barOptions };
@@ -0,0 +1,59 @@
1
+ declare const GBarConv: ({
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
+ barConvRef: 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
+ barConvRef: 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
+ barConvRef: 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 GBarConv;
@@ -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
+ barConvRef: 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,59 @@
1
+ declare const GBarLine: ({
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
+ barLineRef: 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
+ barLineRef: 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
+ barLineRef: 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 GBarLine;
@@ -0,0 +1,2 @@
1
+ declare const getBarLineOptions: (options?: object, num?: number) => {};
2
+ export { getBarLineOptions };
@@ -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
+ barLineRef: 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;