leiting-bim 2.1.62 → 2.1.98
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/leiting-bim.es.js +1 -1
- package/leiting-bim.umd.js +42 -48
- package/leitingbim.css +1 -1
- package/package.json +1 -1
- package/plugins/cesium-core/dist/cesium-core.mjs +301 -295
- package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
- package/plugins/cesium-core/dist/cesium-core.umd.js +13 -13
- package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
- package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +2 -0
- package/plugins/cesium-core/package.json +1 -1
- package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-audio/index.d.ts +13 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-video/index.d.ts +98 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/card-carousel/index.d.ts +147 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/card-content/index.d.ts +16 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/card-page/index.d.ts +64 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/carousel-img/index.d.ts +34 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/echarts-pro/index.d.ts +63 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-bubble/index.d.ts +73 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-default/index.d.ts +43 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-html/index.d.ts +43 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-manage/index.d.ts +159 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-text/index.d.ts +25 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/measurement/index.d.ts +73 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/components/position-picker/index.d.ts +58 -0
- package/plugins/cesium-vue/dist/cesium-vue/src/index.d.ts +46 -0
- package/plugins/cesium-vue/dist/components/basic-audio.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -1
- package/plugins/cesium-vue/dist/components/basic-video.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-carousel.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-content.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/card-content.js.map +1 -1
- package/plugins/cesium-vue/dist/components/card-page.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/card-page.js.map +1 -1
- package/plugins/cesium-vue/dist/components/carousel-img.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -1
- package/plugins/cesium-vue/dist/components/echarts-pro.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-bubble.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-default.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-html.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-manage.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-manage.js +511 -488
- package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
- package/plugins/cesium-vue/dist/components/marker-text.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -1
- package/plugins/cesium-vue/dist/components/measurement.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
- package/plugins/cesium-vue/dist/components/position-picker.d.ts +3 -3
- package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
- package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -1
- package/plugins/cesium-vue/dist/index-Kdqw0FJN.js.map +1 -1
- package/plugins/cesium-vue/dist/index.d.ts +6 -46
- package/plugins/cesium-vue/dist/index.js.map +1 -1
- package/plugins/cesium-vue/package.json +4 -4
- package/plugins/theme-chalk/package.json +1 -1
- package/plugins/utils/package.json +1 -1
- package/snapdom-D8jRyUPk.js +0 -2896
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export * from './src/type/markerManage';
|
|
2
|
+
export * from './src/core/MarkerManagerCore';
|
|
3
|
+
export * from './src/core/MarkerManage';
|
|
4
|
+
declare const CxMarkerManage: import('../../../../utils/with-install').SFCWithInstall<{
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
readonly id: {
|
|
7
|
+
readonly type: StringConstructor;
|
|
8
|
+
readonly default: "marker";
|
|
9
|
+
};
|
|
10
|
+
readonly Cesium: {
|
|
11
|
+
readonly type: import('vue').PropType<any>;
|
|
12
|
+
};
|
|
13
|
+
readonly viewer: {
|
|
14
|
+
readonly type: import('vue').PropType<any>;
|
|
15
|
+
};
|
|
16
|
+
readonly aggregatorOptions: {
|
|
17
|
+
readonly type: import('vue').PropType<import('../../../../cesium-core/src').AggregatorOptions>;
|
|
18
|
+
};
|
|
19
|
+
readonly tagListeningOptions: {
|
|
20
|
+
readonly type: import('vue').PropType<Array<{
|
|
21
|
+
key: import('../../../../cesium-core/src').MarkerEventKey;
|
|
22
|
+
ListenerItem: import('../../../../cesium-core/src').ListenerItem;
|
|
23
|
+
overwrite?: boolean;
|
|
24
|
+
}>>;
|
|
25
|
+
};
|
|
26
|
+
readonly themeConfig: {
|
|
27
|
+
readonly type: import('vue').PropType<any>;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{
|
|
30
|
+
onLoad?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onRegister?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
"onMarker-event"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
init: (options?: Partial<import('./src/type/markerManage').MarkerManageOptions>) => import('./src/core/MarkerManage').MarkerManage | null;
|
|
35
|
+
set: (list: any) => void | undefined;
|
|
36
|
+
add: (data: any) => void | undefined;
|
|
37
|
+
update: (data: any[], immediately?: boolean) => void | undefined;
|
|
38
|
+
getById: (id: string) => any;
|
|
39
|
+
getOptions: () => Promise<unknown> | undefined;
|
|
40
|
+
delete: (data: string[] | string) => void | undefined;
|
|
41
|
+
setMarkerAggregationEnabled: (enabled: boolean, count?: number) => void | undefined;
|
|
42
|
+
setDebugCurrentGridsEnabled: (enabled: boolean) => void | undefined;
|
|
43
|
+
initThemes: (data: any) => void | undefined;
|
|
44
|
+
setTagTheme: (data: any) => void | undefined;
|
|
45
|
+
setMaterial: (data: any) => void | undefined;
|
|
46
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
|
+
load: (...args: any[]) => void;
|
|
48
|
+
register: (...args: any[]) => void;
|
|
49
|
+
"marker-event": (...args: any[]) => void;
|
|
50
|
+
}, import('vue').PublicProps, {
|
|
51
|
+
readonly id: string;
|
|
52
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
53
|
+
P: {};
|
|
54
|
+
B: {};
|
|
55
|
+
D: {};
|
|
56
|
+
C: {};
|
|
57
|
+
M: {};
|
|
58
|
+
Defaults: {};
|
|
59
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
60
|
+
readonly id: {
|
|
61
|
+
readonly type: StringConstructor;
|
|
62
|
+
readonly default: "marker";
|
|
63
|
+
};
|
|
64
|
+
readonly Cesium: {
|
|
65
|
+
readonly type: import('vue').PropType<any>;
|
|
66
|
+
};
|
|
67
|
+
readonly viewer: {
|
|
68
|
+
readonly type: import('vue').PropType<any>;
|
|
69
|
+
};
|
|
70
|
+
readonly aggregatorOptions: {
|
|
71
|
+
readonly type: import('vue').PropType<import('../../../../cesium-core/src').AggregatorOptions>;
|
|
72
|
+
};
|
|
73
|
+
readonly tagListeningOptions: {
|
|
74
|
+
readonly type: import('vue').PropType<Array<{
|
|
75
|
+
key: import('../../../../cesium-core/src').MarkerEventKey;
|
|
76
|
+
ListenerItem: import('../../../../cesium-core/src').ListenerItem;
|
|
77
|
+
overwrite?: boolean;
|
|
78
|
+
}>>;
|
|
79
|
+
};
|
|
80
|
+
readonly themeConfig: {
|
|
81
|
+
readonly type: import('vue').PropType<any>;
|
|
82
|
+
};
|
|
83
|
+
}>> & Readonly<{
|
|
84
|
+
onLoad?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onRegister?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
"onMarker-event"?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
}>, {
|
|
88
|
+
init: (options?: Partial<import('./src/type/markerManage').MarkerManageOptions>) => import('./src/core/MarkerManage').MarkerManage | null;
|
|
89
|
+
set: (list: any) => void | undefined;
|
|
90
|
+
add: (data: any) => void | undefined;
|
|
91
|
+
update: (data: any[], immediately?: boolean) => void | undefined;
|
|
92
|
+
getById: (id: string) => any;
|
|
93
|
+
getOptions: () => Promise<unknown> | undefined;
|
|
94
|
+
delete: (data: string[] | string) => void | undefined;
|
|
95
|
+
setMarkerAggregationEnabled: (enabled: boolean, count?: number) => void | undefined;
|
|
96
|
+
setDebugCurrentGridsEnabled: (enabled: boolean) => void | undefined;
|
|
97
|
+
initThemes: (data: any) => void | undefined;
|
|
98
|
+
setTagTheme: (data: any) => void | undefined;
|
|
99
|
+
setMaterial: (data: any) => void | undefined;
|
|
100
|
+
}, {}, {}, {}, {
|
|
101
|
+
readonly id: string;
|
|
102
|
+
}>;
|
|
103
|
+
__isFragment?: never;
|
|
104
|
+
__isTeleport?: never;
|
|
105
|
+
__isSuspense?: never;
|
|
106
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
107
|
+
readonly id: {
|
|
108
|
+
readonly type: StringConstructor;
|
|
109
|
+
readonly default: "marker";
|
|
110
|
+
};
|
|
111
|
+
readonly Cesium: {
|
|
112
|
+
readonly type: import('vue').PropType<any>;
|
|
113
|
+
};
|
|
114
|
+
readonly viewer: {
|
|
115
|
+
readonly type: import('vue').PropType<any>;
|
|
116
|
+
};
|
|
117
|
+
readonly aggregatorOptions: {
|
|
118
|
+
readonly type: import('vue').PropType<import('../../../../cesium-core/src').AggregatorOptions>;
|
|
119
|
+
};
|
|
120
|
+
readonly tagListeningOptions: {
|
|
121
|
+
readonly type: import('vue').PropType<Array<{
|
|
122
|
+
key: import('../../../../cesium-core/src').MarkerEventKey;
|
|
123
|
+
ListenerItem: import('../../../../cesium-core/src').ListenerItem;
|
|
124
|
+
overwrite?: boolean;
|
|
125
|
+
}>>;
|
|
126
|
+
};
|
|
127
|
+
readonly themeConfig: {
|
|
128
|
+
readonly type: import('vue').PropType<any>;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{
|
|
131
|
+
onLoad?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
onRegister?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
"onMarker-event"?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
}>, {
|
|
135
|
+
init: (options?: Partial<import('./src/type/markerManage').MarkerManageOptions>) => import('./src/core/MarkerManage').MarkerManage | null;
|
|
136
|
+
set: (list: any) => void | undefined;
|
|
137
|
+
add: (data: any) => void | undefined;
|
|
138
|
+
update: (data: any[], immediately?: boolean) => void | undefined;
|
|
139
|
+
getById: (id: string) => any;
|
|
140
|
+
getOptions: () => Promise<unknown> | undefined;
|
|
141
|
+
delete: (data: string[] | string) => void | undefined;
|
|
142
|
+
setMarkerAggregationEnabled: (enabled: boolean, count?: number) => void | undefined;
|
|
143
|
+
setDebugCurrentGridsEnabled: (enabled: boolean) => void | undefined;
|
|
144
|
+
initThemes: (data: any) => void | undefined;
|
|
145
|
+
setTagTheme: (data: any) => void | undefined;
|
|
146
|
+
setMaterial: (data: any) => void | undefined;
|
|
147
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
148
|
+
load: (...args: any[]) => void;
|
|
149
|
+
register: (...args: any[]) => void;
|
|
150
|
+
"marker-event": (...args: any[]) => void;
|
|
151
|
+
}, string, {
|
|
152
|
+
readonly id: string;
|
|
153
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
154
|
+
$slots: {
|
|
155
|
+
default?(_: {}): any;
|
|
156
|
+
};
|
|
157
|
+
})>;
|
|
158
|
+
export { CxMarkerManage };
|
|
159
|
+
export default CxMarkerManage;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './src/MarkerText.vue';
|
|
2
|
+
declare const CxMarkerText: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
readonly text: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly textStyle: {
|
|
8
|
+
readonly type: ObjectConstructor;
|
|
9
|
+
readonly default: () => void;
|
|
10
|
+
};
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
readonly text: {
|
|
13
|
+
readonly type: StringConstructor;
|
|
14
|
+
readonly default: "";
|
|
15
|
+
};
|
|
16
|
+
readonly textStyle: {
|
|
17
|
+
readonly type: ObjectConstructor;
|
|
18
|
+
readonly default: () => void;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
readonly text: string;
|
|
22
|
+
readonly textStyle: Record<string, any>;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
24
|
+
export { CxMarkerText };
|
|
25
|
+
export default CxMarkerText;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export * from './src/measurement';
|
|
2
|
+
declare const CxMeasurement: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
readonly Cesium: {
|
|
4
|
+
readonly type: import('vue').PropType<any>;
|
|
5
|
+
readonly required: false;
|
|
6
|
+
};
|
|
7
|
+
readonly viewer: {
|
|
8
|
+
readonly type: import('vue').PropType<any>;
|
|
9
|
+
readonly required: false;
|
|
10
|
+
};
|
|
11
|
+
readonly size: {
|
|
12
|
+
readonly type: import('vue').PropType<"default" | "small">;
|
|
13
|
+
readonly default: "small";
|
|
14
|
+
};
|
|
15
|
+
readonly overlayContainerId: {
|
|
16
|
+
readonly type: import('vue').PropType<string>;
|
|
17
|
+
readonly default: "cx-measurement-overlay";
|
|
18
|
+
};
|
|
19
|
+
}>, {
|
|
20
|
+
init: (Cesium: any, viewer: any) => void;
|
|
21
|
+
open: (val: boolean) => void;
|
|
22
|
+
tool: import('vue').Ref<{
|
|
23
|
+
measure: (type: import('../../../../cesium-core/src').MeasurementType, options: import('../../../../cesium-core/src').MeasurementOptions) => void;
|
|
24
|
+
clear: () => void;
|
|
25
|
+
cancel: () => void;
|
|
26
|
+
disableDefaultSelection: ({ disableLeftClick, disableDoubleClick }?: {
|
|
27
|
+
disableLeftClick?: boolean | undefined;
|
|
28
|
+
disableDoubleClick?: boolean | undefined;
|
|
29
|
+
}) => void;
|
|
30
|
+
clearAll: () => void;
|
|
31
|
+
getMeasurementsConfig: () => import('../../../../cesium-core/src').MeasurementsConfig;
|
|
32
|
+
setMeasurementsConfig: (config: import('../../../../cesium-core/src').MeasurementsConfig) => void;
|
|
33
|
+
toggleSpecifiedClear: (containerId?: string) => void;
|
|
34
|
+
deleteMeasurement: (recordId: string) => void;
|
|
35
|
+
} | null, import('../../../../cesium-core/src').MeasurementTool | {
|
|
36
|
+
measure: (type: import('../../../../cesium-core/src').MeasurementType, options: import('../../../../cesium-core/src').MeasurementOptions) => void;
|
|
37
|
+
clear: () => void;
|
|
38
|
+
cancel: () => void;
|
|
39
|
+
disableDefaultSelection: ({ disableLeftClick, disableDoubleClick }?: {
|
|
40
|
+
disableLeftClick?: boolean | undefined;
|
|
41
|
+
disableDoubleClick?: boolean | undefined;
|
|
42
|
+
}) => void;
|
|
43
|
+
clearAll: () => void;
|
|
44
|
+
getMeasurementsConfig: () => import('../../../../cesium-core/src').MeasurementsConfig;
|
|
45
|
+
setMeasurementsConfig: (config: import('../../../../cesium-core/src').MeasurementsConfig) => void;
|
|
46
|
+
toggleSpecifiedClear: (containerId?: string) => void;
|
|
47
|
+
deleteMeasurement: (recordId: string) => void;
|
|
48
|
+
} | null>;
|
|
49
|
+
setMeasurementInfo(config: any): void;
|
|
50
|
+
getMeasurementInfo(): import('../../../../cesium-core/src').MeasurementsConfig;
|
|
51
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
+
readonly Cesium: {
|
|
53
|
+
readonly type: import('vue').PropType<any>;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
};
|
|
56
|
+
readonly viewer: {
|
|
57
|
+
readonly type: import('vue').PropType<any>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
};
|
|
60
|
+
readonly size: {
|
|
61
|
+
readonly type: import('vue').PropType<"default" | "small">;
|
|
62
|
+
readonly default: "small";
|
|
63
|
+
};
|
|
64
|
+
readonly overlayContainerId: {
|
|
65
|
+
readonly type: import('vue').PropType<string>;
|
|
66
|
+
readonly default: "cx-measurement-overlay";
|
|
67
|
+
};
|
|
68
|
+
}>> & Readonly<{}>, {
|
|
69
|
+
readonly size: "default" | "small";
|
|
70
|
+
readonly overlayContainerId: string;
|
|
71
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
72
|
+
export { CxMeasurement };
|
|
73
|
+
export default CxMeasurement;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export * from './src/positionPicker';
|
|
2
|
+
declare const CxPositionPicker: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
readonly modelValue: {
|
|
4
|
+
readonly type: import('vue').PropType<import('./src/positionPicker').PositionValue | null>;
|
|
5
|
+
readonly default: null;
|
|
6
|
+
};
|
|
7
|
+
readonly Cesium: {
|
|
8
|
+
readonly type: import('vue').PropType<any>;
|
|
9
|
+
readonly required: false;
|
|
10
|
+
};
|
|
11
|
+
readonly viewer: {
|
|
12
|
+
readonly type: import('vue').PropType<any>;
|
|
13
|
+
readonly required: false;
|
|
14
|
+
};
|
|
15
|
+
readonly label: {
|
|
16
|
+
readonly type: StringConstructor;
|
|
17
|
+
readonly default: "位置";
|
|
18
|
+
};
|
|
19
|
+
readonly tiandituKey: {
|
|
20
|
+
readonly type: StringConstructor;
|
|
21
|
+
readonly default: "";
|
|
22
|
+
};
|
|
23
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
24
|
+
change: (value: import('./src/positionPicker').PositionValue | null) => any;
|
|
25
|
+
"update:modelValue": (value: import('./src/positionPicker').PositionValue | null) => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
readonly modelValue: {
|
|
28
|
+
readonly type: import('vue').PropType<import('./src/positionPicker').PositionValue | null>;
|
|
29
|
+
readonly default: null;
|
|
30
|
+
};
|
|
31
|
+
readonly Cesium: {
|
|
32
|
+
readonly type: import('vue').PropType<any>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
};
|
|
35
|
+
readonly viewer: {
|
|
36
|
+
readonly type: import('vue').PropType<any>;
|
|
37
|
+
readonly required: false;
|
|
38
|
+
};
|
|
39
|
+
readonly label: {
|
|
40
|
+
readonly type: StringConstructor;
|
|
41
|
+
readonly default: "位置";
|
|
42
|
+
};
|
|
43
|
+
readonly tiandituKey: {
|
|
44
|
+
readonly type: StringConstructor;
|
|
45
|
+
readonly default: "";
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{
|
|
48
|
+
onChange?: ((value: import('./src/positionPicker').PositionValue | null) => any) | undefined;
|
|
49
|
+
"onUpdate:modelValue"?: ((value: import('./src/positionPicker').PositionValue | null) => any) | undefined;
|
|
50
|
+
}>, {
|
|
51
|
+
readonly label: string;
|
|
52
|
+
readonly modelValue: import('./src/positionPicker').PositionValue | null;
|
|
53
|
+
readonly tiandituKey: string;
|
|
54
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
55
|
+
viewerContainerRef: HTMLDivElement;
|
|
56
|
+
}, HTMLDivElement>>;
|
|
57
|
+
export { CxPositionPicker };
|
|
58
|
+
export default CxPositionPicker;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { default as CxMarkerDefault } from './components/marker-default';
|
|
3
|
+
import { default as CxMarkerHtml } from './components/marker-html';
|
|
4
|
+
import { default as CxMarkerText } from './components/marker-text';
|
|
5
|
+
import { default as CxMarkerBubble } from './components/marker-bubble';
|
|
6
|
+
import { default as CxMarkerManage, MarkerManagerCore } from './components/marker-manage';
|
|
7
|
+
import { default as CxBasicVideo } from './components/basic-video';
|
|
8
|
+
import { default as CxCardContent } from './components/card-content';
|
|
9
|
+
import { default as CxCarouselImg } from './components/carousel-img';
|
|
10
|
+
import { default as CxCardPage } from './components/card-page';
|
|
11
|
+
import { default as CxCardCarousel } from './components/card-carousel';
|
|
12
|
+
import { default as CxEchartsPro } from './components/echarts-pro';
|
|
13
|
+
import { default as CxBasicAudio } from './components/basic-audio';
|
|
14
|
+
import { default as CxMeasurement } from './components/measurement';
|
|
15
|
+
import { default as CxPositionPicker } from './components/position-picker';
|
|
16
|
+
import { useMarKerManage } from './components/marker-manage/src/hook/useMarkerManage';
|
|
17
|
+
import { MarkerManageOptions } from './components/marker-manage/src/type/markerManage';
|
|
18
|
+
declare global {
|
|
19
|
+
interface Window {
|
|
20
|
+
Cesium?: any;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
declare const _default: {
|
|
24
|
+
install(app: App): void;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
27
|
+
export { useMarKerManage, MarkerManageOptions, MarkerManagerCore };
|
|
28
|
+
export { CxMarkerDefault, CxMarkerText, CxMarkerBubble, CxMarkerManage, CxBasicVideo, CxCardContent, CxCarouselImg, CxEchartsPro, CxCardPage, CxCardCarousel, CxBasicAudio, CxMarkerHtml, CxMeasurement, CxPositionPicker, };
|
|
29
|
+
declare module 'vue' {
|
|
30
|
+
interface GlobalComponents {
|
|
31
|
+
CxMarkerDefault: typeof CxMarkerDefault;
|
|
32
|
+
CxMarkerText: typeof CxMarkerText;
|
|
33
|
+
CxMarkerBubble: typeof CxMarkerBubble;
|
|
34
|
+
CxMarkerManage: typeof CxMarkerManage;
|
|
35
|
+
CxBasicVideo: typeof CxBasicVideo;
|
|
36
|
+
CxCardContent: typeof CxCardContent;
|
|
37
|
+
CxCarouselImg: typeof CxCarouselImg;
|
|
38
|
+
CxEchartsPro: typeof CxEchartsPro;
|
|
39
|
+
CxCardPage: typeof CxCardPage;
|
|
40
|
+
CxCardCarousel: typeof CxCardCarousel;
|
|
41
|
+
CxBasicAudio: typeof CxBasicAudio;
|
|
42
|
+
CxMarkerHtml: typeof CxMarkerHtml;
|
|
43
|
+
CxMeasurement: typeof CxMeasurement;
|
|
44
|
+
CxPositionPicker: typeof CxPositionPicker;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from '
|
|
1
|
+
export * from '../cesium-vue/src/components/basic-audio/index'
|
|
2
2
|
export {}
|
|
3
|
-
import CesiumVue from '
|
|
3
|
+
import CesiumVue from '../cesium-vue/src/components/basic-audio/index'
|
|
4
4
|
export default CesiumVue
|
|
5
|
-
export * from '
|
|
5
|
+
export * from '../cesium-vue/src/components/basic-audio/index'
|
|
6
6
|
export {}
|