sat-earth 0.5.2 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -41
- package/dist/{packages/auto-components.d.ts → auto-components.d.ts} +2 -25
- package/dist/{packages/auto-import.d.ts → auto-import.d.ts} +0 -0
- package/dist/{packages/components → components}/analysis-model/SatModelAnalysis.vue.d.ts +0 -9
- package/dist/{packages/components → components}/analysis-model/index.d.ts +0 -9
- package/dist/{packages/components → components}/analysis-spatial/SatSpatialAnalysis.vue.d.ts +11 -9
- package/dist/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +12 -0
- package/dist/{packages/components → components}/analysis-spatial/index.d.ts +11 -9
- package/dist/components/analysis-spatial/modules/AnalysisSection.vue.d.ts +8 -0
- package/dist/{packages/components → components}/analysis-terrain/SatTerrainAnalysis.vue.d.ts +0 -9
- package/dist/{packages/components → components}/analysis-terrain/index.d.ts +0 -9
- package/dist/{packages/components → components}/common/DarkIcon.vue.d.ts +0 -0
- package/dist/{packages/components → components}/common/LightIcon.vue.d.ts +0 -0
- package/dist/{packages/components → components}/common/TheImageEditor.vue.d.ts +0 -0
- package/dist/{packages/components → components}/components.d.ts +0 -0
- package/dist/{packages/components → components}/globe/CameraBookmarkPanel.vue.d.ts +0 -0
- package/dist/{packages/components → components}/globe/MapSplitPanel.vue.d.ts +0 -0
- package/dist/{packages/components → components}/globe/SatGlobe.vue.d.ts +0 -9
- package/dist/{packages/components → components}/globe/helpers.d.ts +0 -0
- package/dist/{packages/components → components}/globe/index.d.ts +0 -9
- package/dist/{packages/components → components}/index.d.ts +0 -1
- package/dist/{packages/components → components}/location/SatCoordinate.vue.d.ts +9 -9
- package/dist/{packages/components → components}/location/SatLocation.vue.d.ts +9 -18
- package/dist/{packages/components → components}/location/SatLocationMain.vue.d.ts +9 -9
- package/dist/{packages/components → components}/location/SatPathPlan.vue.d.ts +0 -0
- package/dist/{packages/components → components}/location/SatPoiQuery.vue.d.ts +0 -0
- package/dist/{packages/components → components}/location/helpers.d.ts +0 -0
- package/dist/{packages/components → components}/location/index.d.ts +9 -18
- package/dist/{packages/components → components}/map-part/SatMapPart.vue.d.ts +0 -9
- package/dist/{packages/components → components}/map-part/SatMapPartMain.vue.d.ts +0 -0
- package/dist/{packages/components → components}/map-part/index.d.ts +0 -9
- package/dist/{packages/components → components}/measure/SatMeasure.vue.d.ts +1 -9
- package/dist/{packages/components → components}/measure/SatMeasureMain.vue.d.ts +1 -0
- package/dist/{packages/components → components}/measure/index.d.ts +1 -9
- package/dist/{packages/components → components}/menu/SatMenu.vue.d.ts +0 -9
- package/dist/{packages/components → components}/menu/SatMenuMain.vue.d.ts +0 -9
- package/dist/{packages/components → components}/menu/helpers.d.ts +0 -0
- package/dist/{packages/components → components}/menu/index.d.ts +0 -9
- package/dist/{packages/components → components}/menu/tree/SatMenuTree.vue.d.ts +0 -9
- package/dist/{packages/components → components}/menu/tree/index.d.ts +0 -9
- package/dist/{packages/components → components}/panel/SatPanel.vue.d.ts +0 -0
- package/dist/{packages/components → components}/panel/index.d.ts +0 -0
- package/dist/{packages/components → components}/picture/SatPicture.vue.d.ts +0 -9
- package/dist/{packages/components → components}/picture/index.d.ts +0 -9
- package/dist/{packages/components → components}/plot/PlotEdit.vue.d.ts +4 -0
- package/dist/{packages/components → components}/plot/PlotEditAttr.vue.d.ts +1 -0
- package/dist/{packages/components → components}/plot/PlotEditCoord.vue.d.ts +1 -0
- package/dist/{packages/components → components}/plot/PlotEditStyle.vue.d.ts +1 -0
- package/dist/{packages/components → components}/plot/PlotGroup.vue.d.ts +1 -0
- package/dist/{packages/components → components}/plot/PlotSourceList.vue.d.ts +1 -0
- package/dist/{packages/components → components}/plot/SatPlot.vue.d.ts +7 -9
- package/dist/{packages/components → components}/plot/SatPlotMain.vue.d.ts +7 -0
- package/dist/{packages/components → components}/plot/helpers.d.ts +0 -0
- package/dist/{packages/components → components}/plot/index.d.ts +7 -9
- package/dist/{packages/components → components}/roam/SatRoam.vue.d.ts +0 -9
- package/dist/{packages/components → components}/roam/index.d.ts +0 -9
- package/dist/{packages/components → components}/source/LayerStyleSlider.vue.d.ts +1 -1
- package/dist/{packages/components → components}/source/SatSource.vue.d.ts +3 -12
- package/dist/{packages/components → components}/source/SatSourceMain.vue.d.ts +3 -3
- package/dist/{packages/components → components}/source/TerrainExaggerationSlider.vue.d.ts +0 -0
- package/dist/{packages/components → components}/source/helpers.d.ts +0 -0
- package/dist/{packages/components → components}/source/index.d.ts +3 -12
- package/dist/{packages/components → components}/video-fusion/SatVideoFusion.vue.d.ts +0 -9
- package/dist/{packages/components → components}/video-fusion/index.d.ts +0 -9
- package/dist/{packages/config → config}/image_editor_locale_zh.d.ts +0 -0
- package/dist/{packages/config → config}/index.d.ts +0 -0
- package/dist/{packages/config → config}/injectKeys.d.ts +0 -0
- package/dist/global.d.ts +9 -0
- package/dist/{packages/hooks → hooks}/listener/watchEffectPcOrMobile.d.ts +0 -0
- package/dist/{packages/hooks → hooks}/ui/useDark.d.ts +0 -0
- package/dist/{packages/hooks → hooks}/ui/useLoading.d.ts +0 -0
- package/dist/{packages/hooks → hooks}/ui/useMessage.d.ts +0 -0
- package/dist/{packages/hooks → hooks}/ui/useThemeColor.d.ts +0 -0
- package/dist/{packages/hooks → hooks}/useRenderer.d.ts +0 -0
- package/dist/{packages/module.d.ts → module.d.ts} +0 -0
- package/dist/{packages/sat-earth → sat-earth}/index.d.ts +0 -0
- package/dist/sat-earth.mjs +3176 -19141
- package/dist/sat-earth.umd.js +4 -34
- package/dist/{packages/store → store}/index.d.ts +0 -0
- package/dist/{packages/store → store}/modules/compState.d.ts +0 -19
- package/dist/{packages/store → store}/modules/layer.d.ts +0 -0
- package/dist/{packages/store → store}/modules/layout.d.ts +0 -0
- package/dist/{packages/store → store}/modules/partState.d.ts +0 -0
- package/dist/{packages/store → store}/modules/plot.d.ts +0 -0
- package/dist/style.css +1 -1
- package/dist/{packages/utils → utils}/base64ToFile.d.ts +0 -0
- package/dist/{packages/utils → utils}/coordTrans.d.ts +0 -0
- package/dist/{packages/utils → utils}/deepClone.d.ts +0 -0
- package/dist/{packages/utils → utils}/deepFindTreeItemByCondition.d.ts +0 -0
- package/dist/{packages/utils → utils}/deepMerge.d.ts +0 -0
- package/dist/{packages/utils → utils}/elValidator.d.ts +0 -0
- package/dist/{packages/utils → utils}/guid.d.ts +0 -0
- package/dist/{packages/utils → utils}/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/installer.d.ts +0 -0
- package/dist/{packages/utils → utils}/map/index.d.ts +0 -0
- package/dist/utils/map/satMap/analysis-spatial/index.d.ts +8 -0
- package/dist/utils/map/satMap/analysis-spatial/section.d.ts +6 -0
- package/dist/{packages/utils → utils}/map/satMap/index.d.ts +8 -2
- package/dist/{packages/utils → utils}/map/satMap/layer/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/map/satMap/measure/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/map/satMap/plot/getGraphicDefStyle.d.ts +0 -0
- package/dist/{packages/utils → utils}/map/satMap/plot/index.d.ts +2 -2
- package/dist/{packages/utils → utils}/map/satMap/plot/plotSource.d.ts +0 -0
- package/dist/{packages/utils → utils}/storage/Cookie.d.ts +0 -0
- package/dist/{packages/utils → utils}/storage/LocalStorage.d.ts +0 -0
- package/dist/{packages/utils → utils}/storage/SessionStorage.d.ts +0 -0
- package/dist/{packages/utils → utils}/storage/index.d.ts +0 -0
- package/dist/{packages/utils → utils}/toTree.d.ts +0 -0
- package/dist/{packages/utils → utils}/types/index.d.ts +0 -0
- package/package.json +8 -8
- package/dist/packages/components/ballistic/SatBallistic.vue.d.ts +0 -280
- package/dist/packages/components/ballistic/index.d.ts +0 -280
- package/dist/packages/global.d.ts +0 -6
package/README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
## 什么是快乐“星球” ?
|
|
2
2
|
  [SatEarth](https://gitee.com/gengkaibo/sat-earth)是一个三维地球组件库,目的是支持开发人员快速搭建三维场景。
|
|
3
3
|
|
|
4
|
+
## 组件库亮点
|
|
5
|
+
- 内置丰富基础功能组件以及菜单组件,如果不需要定制化开发,可以分分钟出一个平台级应用系统
|
|
6
|
+
- 对外暴露API,可随意调用sat-earth、mars3d、cesium API 进行定制化开发
|
|
7
|
+
- 功能组件可配合菜单组件也可独立运行,兼顾灵活与便捷
|
|
8
|
+
- 对样式进行了友好的移动端适配,兼顾大屏与小屏视觉体验
|
|
9
|
+
- ...
|
|
10
|
+
|
|
4
11
|
## 当前开发进度
|
|
5
12
|
- 1.数据源 (done)
|
|
6
13
|
- 2.地图部件 (done)
|
|
@@ -80,48 +87,9 @@ const app = createApp(App)
|
|
|
80
87
|
app.use(satEarth)
|
|
81
88
|
app.mount("#app")
|
|
82
89
|
|
|
83
|
-
```
|
|
84
|
-
- 因为sat-earth组件库使用按需自动导入的形式依赖了element-plus组件库的部分组件,如果您也在项目中使用element-plus组件库,请尽量使用[`按需自动导入`](https://element-plus.gitee.io/zh-CN/guide/quickstart.html#%E6%8C%89%E9%9C%80%E5%AF%BC%E5%85%A5)的形式,自动导入配置示例:
|
|
85
|
-
```ts
|
|
86
|
-
import { defineConfig } from 'vite'
|
|
87
|
-
import { resolve } from 'path'
|
|
88
|
-
import vue from '@vitejs/plugin-vue'
|
|
89
|
-
import DefineOptions from 'unplugin-vue-define-options/vite' // 支持在vue3 script setup语法中写入options API,如:给组件添加name
|
|
90
|
-
import AutoImport from 'unplugin-auto-import/vite' // 函数自动导入,当前用于vite打包,如果是库模式开发请用 unplugin-auto-import/rollup
|
|
91
|
-
import Components from 'unplugin-vue-components/vite' // 组件自动导入,当前用于vite打包,如果是库模式开发请用 unplugin-vue-components/rollup
|
|
92
|
-
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' // element-plus的自动注册自动导入解析器
|
|
93
|
-
export default defineConfig({
|
|
94
|
-
base: '/',
|
|
95
|
-
publicDir: 'public',
|
|
96
|
-
resolve: {
|
|
97
|
-
alias: {
|
|
98
|
-
'@packages': resolve(__dirname, 'packages'),
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
plugins: [
|
|
102
|
-
DefineOptions(),
|
|
103
|
-
vue(),
|
|
104
|
-
AutoImport({
|
|
105
|
-
imports: [
|
|
106
|
-
'vue',
|
|
107
|
-
'@vueuse/core',
|
|
108
|
-
'pinia',
|
|
109
|
-
],
|
|
110
|
-
dts: 'typings/auto-import.d.ts'
|
|
111
|
-
}),
|
|
112
|
-
Components({
|
|
113
|
-
resolvers: [ElementPlusResolver()], // 自动暴露组件
|
|
114
|
-
dts: 'typings/components.d.ts',
|
|
115
|
-
}),
|
|
116
|
-
], // 编译vue
|
|
117
|
-
server: {
|
|
118
|
-
port: 8888,
|
|
119
|
-
}
|
|
120
|
-
})
|
|
121
|
-
|
|
122
90
|
```
|
|
123
91
|
|
|
124
|
-
- 在`tsconfig.json`中的`types`加入类型声明文件`sat-earth/dist/
|
|
92
|
+
- 在`tsconfig.json`中的`types`加入类型声明文件`sat-earth/dist/auto-components`,来支持[Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)的类型提示
|
|
125
93
|
```json
|
|
126
94
|
{
|
|
127
95
|
"compilerOptions": {
|
|
@@ -146,7 +114,7 @@ export default defineConfig({
|
|
|
146
114
|
],
|
|
147
115
|
"types": [
|
|
148
116
|
"vite/client",
|
|
149
|
-
"sat-earth/dist/
|
|
117
|
+
"sat-earth/dist/auto-components"
|
|
150
118
|
],
|
|
151
119
|
"paths": {
|
|
152
120
|
"@src/*": [
|
|
@@ -6,32 +6,9 @@ export {}
|
|
|
6
6
|
|
|
7
7
|
declare module '@vue/runtime-core' {
|
|
8
8
|
export interface GlobalComponents {
|
|
9
|
+
AnalysisSection: typeof import('./components/analysis-spatial/modules/AnalysisSection.vue')['default']
|
|
9
10
|
CameraBookmarkPanel: typeof import('./components/globe/CameraBookmarkPanel.vue')['default']
|
|
10
11
|
DarkIcon: typeof import('./components/common/DarkIcon.vue')['default']
|
|
11
|
-
ElButton: typeof import('element-plus/es')['ElButton']
|
|
12
|
-
ElCol: typeof import('element-plus/es')['ElCol']
|
|
13
|
-
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
|
|
14
|
-
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
15
|
-
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
|
16
|
-
ElForm: typeof import('element-plus/es')['ElForm']
|
|
17
|
-
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
18
|
-
ElImage: typeof import('element-plus/es')['ElImage']
|
|
19
|
-
ElInput: typeof import('element-plus/es')['ElInput']
|
|
20
|
-
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
21
|
-
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
22
|
-
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
23
|
-
ElOption: typeof import('element-plus/es')['ElOption']
|
|
24
|
-
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
25
|
-
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
26
|
-
ElRow: typeof import('element-plus/es')['ElRow']
|
|
27
|
-
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
28
|
-
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
29
|
-
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
30
|
-
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
31
|
-
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
32
|
-
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
33
|
-
ElTree: typeof import('element-plus/es')['ElTree']
|
|
34
|
-
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
35
12
|
LayerStyleSlider: typeof import('./components/source/LayerStyleSlider.vue')['default']
|
|
36
13
|
LightIcon: typeof import('./components/common/LightIcon.vue')['default']
|
|
37
14
|
MapSplitPanel: typeof import('./components/globe/MapSplitPanel.vue')['default']
|
|
@@ -41,7 +18,6 @@ declare module '@vue/runtime-core' {
|
|
|
41
18
|
PlotEditStyle: typeof import('./components/plot/PlotEditStyle.vue')['default']
|
|
42
19
|
PlotGroup: typeof import('./components/plot/PlotGroup.vue')['default']
|
|
43
20
|
PlotSourceList: typeof import('./components/plot/PlotSourceList.vue')['default']
|
|
44
|
-
SatBallistic: typeof import('./components/ballistic/SatBallistic.vue')['default']
|
|
45
21
|
SatCoordinate: typeof import('./components/location/SatCoordinate.vue')['default']
|
|
46
22
|
SatGlobe: typeof import('./components/globe/SatGlobe.vue')['default']
|
|
47
23
|
SatLocation: typeof import('./components/location/SatLocation.vue')['default']
|
|
@@ -64,6 +40,7 @@ declare module '@vue/runtime-core' {
|
|
|
64
40
|
SatSource: typeof import('./components/source/SatSource.vue')['default']
|
|
65
41
|
SatSourceMain: typeof import('./components/source/SatSourceMain.vue')['default']
|
|
66
42
|
SatSpatialAnalysis: typeof import('./components/analysis-spatial/SatSpatialAnalysis.vue')['default']
|
|
43
|
+
SatSpatialAnalysisMain: typeof import('./components/analysis-spatial/SatSpatialAnalysisMain.vue')['default']
|
|
67
44
|
SatTerrainAnalysis: typeof import('./components/analysis-terrain/SatTerrainAnalysis.vue')['default']
|
|
68
45
|
SatVideoFusion: typeof import('./components/video-fusion/SatVideoFusion.vue')['default']
|
|
69
46
|
TerrainExaggerationSlider: typeof import('./components/source/TerrainExaggerationSlider.vue')['default']
|
|
File without changes
|
|
@@ -103,14 +103,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import('../../store/modules/compState').StateItem): void;
|
|
@@ -124,7 +116,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
116
|
setSatModelAnalysis(item: import('../../store/modules/compState').StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import('../../store/modules/compState').StateItem): void;
|
|
126
118
|
setSatRoam(item: import('../../store/modules/compState').StateItem): void;
|
|
127
|
-
setSatBallistic(item: import('../../store/modules/compState').StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
@@ -103,14 +103,6 @@ export declare const SatModelAnalysis: import('../../utils/installer').SFCWithIn
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import("../../store/modules/compState").CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import("../../store/modules/compState").StateItem): void;
|
|
@@ -124,7 +116,6 @@ export declare const SatModelAnalysis: import('../../utils/installer').SFCWithIn
|
|
|
124
116
|
setSatModelAnalysis(item: import("../../store/modules/compState").StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import("../../store/modules/compState").StateItem): void;
|
|
126
118
|
setSatRoam(item: import("../../store/modules/compState").StateItem): void;
|
|
127
|
-
setSatBallistic(item: import("../../store/modules/compState").StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
package/dist/{packages/components → components}/analysis-spatial/SatSpatialAnalysis.vue.d.ts
RENAMED
|
@@ -103,14 +103,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import('../../store/modules/compState').StateItem): void;
|
|
@@ -124,7 +116,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
116
|
setSatModelAnalysis(item: import('../../store/modules/compState').StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import('../../store/modules/compState').StateItem): void;
|
|
126
118
|
setSatRoam(item: import('../../store/modules/compState').StateItem): void;
|
|
127
|
-
setSatBallistic(item: import('../../store/modules/compState').StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
@@ -267,6 +258,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
267
258
|
minimizeEvent: Function;
|
|
268
259
|
closeEvent: Function;
|
|
269
260
|
}>;
|
|
261
|
+
SatSpatialAnalysisMain: import("vue").DefineComponent<{}, {
|
|
262
|
+
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
263
|
+
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
264
|
+
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
265
|
+
SpatialAnalysis: import("../../utils/map/satMap/analysis-spatial").SpatialAnalysis | undefined;
|
|
266
|
+
isMobile: import("vue").Ref<boolean>;
|
|
267
|
+
startDraw: () => void;
|
|
268
|
+
stopDraw: () => void;
|
|
269
|
+
removeAll: () => void;
|
|
270
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
271
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
270
272
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
271
273
|
visible: {
|
|
272
274
|
type: BooleanConstructor;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
3
|
+
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
4
|
+
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
5
|
+
SpatialAnalysis: import("../../utils/map/satMap/analysis-spatial").SpatialAnalysis | undefined;
|
|
6
|
+
isMobile: import("vue").Ref<boolean>;
|
|
7
|
+
startDraw: () => void;
|
|
8
|
+
stopDraw: () => void;
|
|
9
|
+
removeAll: () => void;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
12
|
+
export default _sfc_main;
|
|
@@ -103,14 +103,6 @@ export declare const SatSpatialAnalysis: import('../../utils/installer').SFCWith
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import("../../store/modules/compState").CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import("../../store/modules/compState").StateItem): void;
|
|
@@ -124,7 +116,6 @@ export declare const SatSpatialAnalysis: import('../../utils/installer').SFCWith
|
|
|
124
116
|
setSatModelAnalysis(item: import("../../store/modules/compState").StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import("../../store/modules/compState").StateItem): void;
|
|
126
118
|
setSatRoam(item: import("../../store/modules/compState").StateItem): void;
|
|
127
|
-
setSatBallistic(item: import("../../store/modules/compState").StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
@@ -267,6 +258,17 @@ export declare const SatSpatialAnalysis: import('../../utils/installer').SFCWith
|
|
|
267
258
|
minimizeEvent: Function;
|
|
268
259
|
closeEvent: Function;
|
|
269
260
|
}>;
|
|
261
|
+
SatSpatialAnalysisMain: import("vue").DefineComponent<{}, {
|
|
262
|
+
analysisList: readonly ["剖面分析", "方量分析", "通视分析", "可视域分析", "缓冲分析", "淹没分析"];
|
|
263
|
+
currentAnalysis: import("vue").Ref<"剖面分析" | "方量分析" | "通视分析" | "可视域分析" | "缓冲分析" | "淹没分析">;
|
|
264
|
+
AnalysisSection: import("vue").DefineComponent<{}, {
|
|
265
|
+
SpatialAnalysis: import("../../utils/map/satMap/analysis-spatial").SpatialAnalysis | undefined;
|
|
266
|
+
isMobile: import("vue").Ref<boolean>;
|
|
267
|
+
startDraw: () => void;
|
|
268
|
+
stopDraw: () => void;
|
|
269
|
+
removeAll: () => void;
|
|
270
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
271
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
270
272
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
271
273
|
visible: {
|
|
272
274
|
type: BooleanConstructor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
+
SpatialAnalysis: import("../../../utils/map/satMap/analysis-spatial").SpatialAnalysis | undefined;
|
|
3
|
+
isMobile: import("vue").Ref<boolean>;
|
|
4
|
+
startDraw: () => void;
|
|
5
|
+
stopDraw: () => void;
|
|
6
|
+
removeAll: () => void;
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
8
|
+
export default _sfc_main;
|
package/dist/{packages/components → components}/analysis-terrain/SatTerrainAnalysis.vue.d.ts
RENAMED
|
@@ -103,14 +103,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import('../../store/modules/compState').StateItem): void;
|
|
@@ -124,7 +116,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
116
|
setSatModelAnalysis(item: import('../../store/modules/compState').StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import('../../store/modules/compState').StateItem): void;
|
|
126
118
|
setSatRoam(item: import('../../store/modules/compState').StateItem): void;
|
|
127
|
-
setSatBallistic(item: import('../../store/modules/compState').StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
@@ -103,14 +103,6 @@ export declare const SatTerrainAnalysis: import('../../utils/installer').SFCWith
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import("../../store/modules/compState").CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import("../../store/modules/compState").StateItem): void;
|
|
@@ -124,7 +116,6 @@ export declare const SatTerrainAnalysis: import('../../utils/installer').SFCWith
|
|
|
124
116
|
setSatModelAnalysis(item: import("../../store/modules/compState").StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import("../../store/modules/compState").StateItem): void;
|
|
126
118
|
setSatRoam(item: import("../../store/modules/compState").StateItem): void;
|
|
127
|
-
setSatBallistic(item: import("../../store/modules/compState").StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -101,14 +101,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
101
101
|
active: boolean;
|
|
102
102
|
ready?: boolean | undefined;
|
|
103
103
|
} | undefined;
|
|
104
|
-
SatBallistic?: {
|
|
105
|
-
label: string;
|
|
106
|
-
name: string;
|
|
107
|
-
parentName: string;
|
|
108
|
-
enable: boolean;
|
|
109
|
-
active: boolean;
|
|
110
|
-
ready?: boolean | undefined;
|
|
111
|
-
} | undefined;
|
|
112
104
|
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
113
105
|
}, {
|
|
114
106
|
setSatSource(item: import('../../store/modules/compState').StateItem): void;
|
|
@@ -122,7 +114,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
114
|
setSatModelAnalysis(item: import('../../store/modules/compState').StateItem): void;
|
|
123
115
|
setSatVideoFusion(item: import('../../store/modules/compState').StateItem): void;
|
|
124
116
|
setSatRoam(item: import('../../store/modules/compState').StateItem): void;
|
|
125
|
-
setSatBallistic(item: import('../../store/modules/compState').StateItem): void;
|
|
126
117
|
changeCompState(itemName: string, flag: boolean): void;
|
|
127
118
|
unActiveAll(): void;
|
|
128
119
|
}>;
|
|
File without changes
|
|
@@ -98,14 +98,6 @@ export declare const SatGlobe: import('../../utils/installer').SFCWithInstall<im
|
|
|
98
98
|
active: boolean;
|
|
99
99
|
ready?: boolean | undefined;
|
|
100
100
|
} | undefined;
|
|
101
|
-
SatBallistic?: {
|
|
102
|
-
label: string;
|
|
103
|
-
name: string;
|
|
104
|
-
parentName: string;
|
|
105
|
-
enable: boolean;
|
|
106
|
-
active: boolean;
|
|
107
|
-
ready?: boolean | undefined;
|
|
108
|
-
} | undefined;
|
|
109
101
|
} & import("pinia").PiniaCustomStateProperties<import("../../store/modules/compState").CompState>) => any;
|
|
110
102
|
}, {
|
|
111
103
|
setSatSource(item: import("../../store/modules/compState").StateItem): void;
|
|
@@ -119,7 +111,6 @@ export declare const SatGlobe: import('../../utils/installer').SFCWithInstall<im
|
|
|
119
111
|
setSatModelAnalysis(item: import("../../store/modules/compState").StateItem): void;
|
|
120
112
|
setSatVideoFusion(item: import("../../store/modules/compState").StateItem): void;
|
|
121
113
|
setSatRoam(item: import("../../store/modules/compState").StateItem): void;
|
|
122
|
-
setSatBallistic(item: import("../../store/modules/compState").StateItem): void;
|
|
123
114
|
changeCompState(itemName: string, flag: boolean): void;
|
|
124
115
|
unActiveAll(): void;
|
|
125
116
|
}>;
|
|
@@ -10,7 +10,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
10
10
|
$data: {};
|
|
11
11
|
$props: Partial<{
|
|
12
12
|
readonly disabled: boolean;
|
|
13
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
13
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
14
14
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15
15
|
readonly labelSuffix: string;
|
|
16
16
|
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
28
28
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
29
|
__epPropKey: true;
|
|
30
30
|
};
|
|
31
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
31
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
32
32
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
33
33
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
34
34
|
readonly inline: BooleanConstructor;
|
|
@@ -69,7 +69,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
69
69
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
70
|
__epPropKey: true;
|
|
71
71
|
};
|
|
72
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
72
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
73
73
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
74
74
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
75
75
|
readonly inline: BooleanConstructor;
|
|
@@ -98,7 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
98
98
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
99
|
__epPropKey: true;
|
|
100
100
|
};
|
|
101
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
101
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
102
102
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
103
103
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
104
104
|
readonly inline: BooleanConstructor;
|
|
@@ -140,7 +140,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
140
140
|
cssVarBlockName: (name: string) => string;
|
|
141
141
|
};
|
|
142
142
|
formClasses: import("vue").ComputedRef<(string | {
|
|
143
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
143
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
144
144
|
})[]>;
|
|
145
145
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
146
146
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -156,7 +156,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
156
156
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
157
157
|
}, string, {
|
|
158
158
|
readonly disabled: boolean;
|
|
159
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
159
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
160
160
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
161
161
|
readonly labelSuffix: string;
|
|
162
162
|
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -194,7 +194,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
194
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
195
|
__epPropKey: true;
|
|
196
196
|
};
|
|
197
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
197
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
198
198
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
199
199
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
200
200
|
readonly inline: BooleanConstructor;
|
|
@@ -223,7 +223,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
223
223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
224
|
__epPropKey: true;
|
|
225
225
|
};
|
|
226
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
226
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
227
227
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
228
228
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
229
229
|
readonly inline: BooleanConstructor;
|
|
@@ -265,7 +265,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
265
265
|
cssVarBlockName: (name: string) => string;
|
|
266
266
|
};
|
|
267
267
|
formClasses: import("vue").ComputedRef<(string | {
|
|
268
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
268
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
269
269
|
})[]>;
|
|
270
270
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
271
271
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -103,14 +103,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
active: boolean;
|
|
104
104
|
ready?: boolean | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
SatBallistic?: {
|
|
107
|
-
label: string;
|
|
108
|
-
name: string;
|
|
109
|
-
parentName: string;
|
|
110
|
-
enable: boolean;
|
|
111
|
-
active: boolean;
|
|
112
|
-
ready?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
114
106
|
} & import("pinia").PiniaCustomStateProperties<import('../../store/modules/compState').CompState>) => any;
|
|
115
107
|
}, {
|
|
116
108
|
setSatSource(item: import('../../store/modules/compState').StateItem): void;
|
|
@@ -124,7 +116,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
116
|
setSatModelAnalysis(item: import('../../store/modules/compState').StateItem): void;
|
|
125
117
|
setSatVideoFusion(item: import('../../store/modules/compState').StateItem): void;
|
|
126
118
|
setSatRoam(item: import('../../store/modules/compState').StateItem): void;
|
|
127
|
-
setSatBallistic(item: import('../../store/modules/compState').StateItem): void;
|
|
128
119
|
changeCompState(itemName: string, flag: boolean): void;
|
|
129
120
|
unActiveAll(): void;
|
|
130
121
|
}>;
|
|
@@ -280,7 +271,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
280
271
|
$data: {};
|
|
281
272
|
$props: Partial<{
|
|
282
273
|
readonly disabled: boolean;
|
|
283
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
274
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
284
275
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
285
276
|
readonly labelSuffix: string;
|
|
286
277
|
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -298,7 +289,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
298
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
290
|
__epPropKey: true;
|
|
300
291
|
};
|
|
301
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
292
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
302
293
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
303
294
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
304
295
|
readonly inline: BooleanConstructor;
|
|
@@ -339,7 +330,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
339
330
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
340
331
|
__epPropKey: true;
|
|
341
332
|
};
|
|
342
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
333
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
343
334
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
344
335
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
345
336
|
readonly inline: BooleanConstructor;
|
|
@@ -368,7 +359,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
359
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
360
|
__epPropKey: true;
|
|
370
361
|
};
|
|
371
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
362
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
372
363
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
373
364
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
374
365
|
readonly inline: BooleanConstructor;
|
|
@@ -410,7 +401,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
410
401
|
cssVarBlockName: (name: string) => string;
|
|
411
402
|
};
|
|
412
403
|
formClasses: import("vue").ComputedRef<(string | {
|
|
413
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
404
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
414
405
|
})[]>;
|
|
415
406
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
416
407
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -426,7 +417,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
426
417
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
427
418
|
}, string, {
|
|
428
419
|
readonly disabled: boolean;
|
|
429
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
420
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
430
421
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
431
422
|
readonly labelSuffix: string;
|
|
432
423
|
readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -464,7 +455,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
464
455
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
465
456
|
__epPropKey: true;
|
|
466
457
|
};
|
|
467
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
458
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
468
459
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
469
460
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
470
461
|
readonly inline: BooleanConstructor;
|
|
@@ -493,7 +484,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
493
484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
485
|
__epPropKey: true;
|
|
495
486
|
};
|
|
496
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
487
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
497
488
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
498
489
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
499
490
|
readonly inline: BooleanConstructor;
|
|
@@ -535,7 +526,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
535
526
|
cssVarBlockName: (name: string) => string;
|
|
536
527
|
};
|
|
537
528
|
formClasses: import("vue").ComputedRef<(string | {
|
|
538
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
529
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
539
530
|
})[]>;
|
|
540
531
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
541
532
|
removeField: (field: import("element-plus").FormItemContext) => void;
|