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
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,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,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,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;
|