leiting-bim 2.1.144 → 2.1.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/leiting-bim.es.js +1 -1
  2. package/leiting-bim.umd.js +1 -1
  3. package/leitingbim.css +1 -1
  4. package/package.json +1 -1
  5. package/plugins/cesium-core/dist/cesium-core.mjs +38 -20
  6. package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
  7. package/plugins/cesium-core/dist/cesium-core.umd.js +1 -1
  8. package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
  9. package/plugins/cesium-core/dist/components/draw/handlers/PolygonDrawer.d.ts +3 -0
  10. package/plugins/cesium-vue/dist/HtmlOverlayLabelPool-CbiNlyAM.js.map +1 -1
  11. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-audio/index.d.ts +1 -11
  12. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-video/index.d.ts +1 -95
  13. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-carousel/index.d.ts +1 -144
  14. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-content/index.d.ts +1 -13
  15. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-page/index.d.ts +1 -61
  16. package/plugins/cesium-vue/dist/cesium-vue/src/components/carousel-img/index.d.ts +1 -31
  17. package/plugins/cesium-vue/dist/cesium-vue/src/components/echarts-pro/index.d.ts +1 -60
  18. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-bubble/index.d.ts +2 -173
  19. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-default/index.d.ts +1 -49
  20. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-html/index.d.ts +1 -40
  21. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-manage/index.d.ts +1 -166
  22. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-text/index.d.ts +1 -22
  23. package/plugins/cesium-vue/dist/cesium-vue/src/components/measurement/index.d.ts +1 -70
  24. package/plugins/cesium-vue/dist/cesium-vue/src/components/position-picker/index.d.ts +1 -55
  25. package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
  26. package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
  27. package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
  28. package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
  29. package/plugins/cesium-vue/dist/index-Kqi_S6KA.js.map +1 -1
  30. package/plugins/cesium-vue/dist/index-McKGafjp.js.map +1 -1
  31. package/plugins/cesium-vue/dist/index.js.map +1 -1
@@ -1,63 +1,4 @@
1
1
  export * from './src/echartsPro';
2
- declare const CxEchartsPro: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- readonly width: {
4
- readonly type: StringConstructor;
5
- readonly default: "100%";
6
- };
7
- readonly height: {
8
- readonly type: StringConstructor;
9
- readonly default: "100%";
10
- };
11
- readonly option: {
12
- readonly type: ObjectConstructor;
13
- readonly default: () => {};
14
- };
15
- readonly dataset: {
16
- readonly type: ObjectConstructor;
17
- readonly default: () => {};
18
- };
19
- readonly dataSourceSetting: {
20
- readonly type: ObjectConstructor;
21
- readonly default: () => {};
22
- };
23
- readonly theme: {
24
- readonly type: StringConstructor;
25
- readonly default: "light";
26
- };
27
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
- readonly width: {
29
- readonly type: StringConstructor;
30
- readonly default: "100%";
31
- };
32
- readonly height: {
33
- readonly type: StringConstructor;
34
- readonly default: "100%";
35
- };
36
- readonly option: {
37
- readonly type: ObjectConstructor;
38
- readonly default: () => {};
39
- };
40
- readonly dataset: {
41
- readonly type: ObjectConstructor;
42
- readonly default: () => {};
43
- };
44
- readonly dataSourceSetting: {
45
- readonly type: ObjectConstructor;
46
- readonly default: () => {};
47
- };
48
- readonly theme: {
49
- readonly type: StringConstructor;
50
- readonly default: "light";
51
- };
52
- }>> & Readonly<{}>, {
53
- readonly option: Record<string, any>;
54
- readonly width: string;
55
- readonly height: string;
56
- readonly theme: string;
57
- readonly dataset: Record<string, any>;
58
- readonly dataSourceSetting: Record<string, any>;
59
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
60
- chartRef: HTMLDivElement;
61
- }, HTMLDivElement>>;
2
+ declare const CxEchartsPro: any;
62
3
  export { CxEchartsPro };
63
4
  export default CxEchartsPro;
@@ -1,177 +1,6 @@
1
1
  export * from './src/markerBubble';
2
2
  export * from './src/markerBubbleLine';
3
- declare const CxMarkerBubble: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
- readonly text: {
5
- readonly type: StringConstructor;
6
- readonly default: "文字";
7
- };
8
- readonly textStyle: {
9
- readonly type: ObjectConstructor;
10
- readonly default: () => {};
11
- };
12
- readonly lineStyle: {
13
- readonly type: ObjectConstructor;
14
- readonly default: () => {};
15
- };
16
- readonly isCanDraggable: {
17
- readonly type: BooleanConstructor;
18
- readonly default: false;
19
- };
20
- readonly onCanDraggable: {
21
- readonly type: import('vue').PropType<() => boolean>;
22
- };
23
- readonly pixelOffset: {
24
- readonly type: import('vue').PropType<import('./src/markerBubble').OtherOffset>;
25
- readonly default: () => {
26
- x: number;
27
- y: number;
28
- };
29
- };
30
- readonly otherOffset: {
31
- readonly type: import('vue').PropType<import('./src/markerBubble').OtherOffset>;
32
- readonly default: () => {
33
- x: number;
34
- y: number;
35
- };
36
- };
37
- readonly onSetOtherOffset: {
38
- readonly type: import('vue').PropType<(offset: import('./src/markerBubble').OtherOffset) => void>;
39
- };
40
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
- setOtherOffset: (...args: any[]) => void;
42
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
43
- readonly text: {
44
- readonly type: StringConstructor;
45
- readonly default: "文字";
46
- };
47
- readonly textStyle: {
48
- readonly type: ObjectConstructor;
49
- readonly default: () => {};
50
- };
51
- readonly lineStyle: {
52
- readonly type: ObjectConstructor;
53
- readonly default: () => {};
54
- };
55
- readonly isCanDraggable: {
56
- readonly type: BooleanConstructor;
57
- readonly default: false;
58
- };
59
- readonly onCanDraggable: {
60
- readonly type: import('vue').PropType<() => boolean>;
61
- };
62
- readonly pixelOffset: {
63
- readonly type: import('vue').PropType<import('./src/markerBubble').OtherOffset>;
64
- readonly default: () => {
65
- x: number;
66
- y: number;
67
- };
68
- };
69
- readonly otherOffset: {
70
- readonly type: import('vue').PropType<import('./src/markerBubble').OtherOffset>;
71
- readonly default: () => {
72
- x: number;
73
- y: number;
74
- };
75
- };
76
- readonly onSetOtherOffset: {
77
- readonly type: import('vue').PropType<(offset: import('./src/markerBubble').OtherOffset) => void>;
78
- };
79
- }>> & Readonly<{
80
- onSetOtherOffset?: ((...args: any[]) => any) | undefined;
81
- }>, {
82
- readonly text: string;
83
- readonly textStyle: Record<string, any>;
84
- readonly lineStyle: Record<string, any>;
85
- readonly isCanDraggable: boolean;
86
- readonly pixelOffset: import('./src/markerBubble').OtherOffset;
87
- readonly otherOffset: import('./src/markerBubble').OtherOffset;
88
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
89
- el: HTMLDivElement;
90
- }, HTMLDivElement>>;
91
- declare const CxMarkerBubbleLine: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
92
- readonly text: {
93
- readonly type: StringConstructor;
94
- readonly default: "文字";
95
- };
96
- readonly textStyle: {
97
- readonly type: ObjectConstructor;
98
- readonly default: () => {};
99
- };
100
- readonly lineStyle: {
101
- readonly type: ObjectConstructor;
102
- readonly default: () => {};
103
- };
104
- readonly isCanDraggable: {
105
- readonly type: BooleanConstructor;
106
- readonly default: false;
107
- };
108
- readonly onCanDraggable: {
109
- readonly type: import('vue').PropType<() => boolean>;
110
- };
111
- readonly pixelOffset: {
112
- readonly type: import('vue').PropType<import('./src/markerBubbleLine').BubbleLineOffset>;
113
- readonly default: () => {
114
- x: number;
115
- y: number;
116
- };
117
- };
118
- readonly otherOffset: {
119
- readonly type: import('vue').PropType<import('./src/markerBubbleLine').BubbleLineOffset>;
120
- readonly default: () => {
121
- x: number;
122
- y: number;
123
- };
124
- };
125
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
126
- setOtherOffset: (offset: import('./src/markerBubbleLine').BubbleLineOffset) => any;
127
- setLineStake: (info: import('./src/markerBubbleLine').LineStakeInfo) => any;
128
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
129
- readonly text: {
130
- readonly type: StringConstructor;
131
- readonly default: "文字";
132
- };
133
- readonly textStyle: {
134
- readonly type: ObjectConstructor;
135
- readonly default: () => {};
136
- };
137
- readonly lineStyle: {
138
- readonly type: ObjectConstructor;
139
- readonly default: () => {};
140
- };
141
- readonly isCanDraggable: {
142
- readonly type: BooleanConstructor;
143
- readonly default: false;
144
- };
145
- readonly onCanDraggable: {
146
- readonly type: import('vue').PropType<() => boolean>;
147
- };
148
- readonly pixelOffset: {
149
- readonly type: import('vue').PropType<import('./src/markerBubbleLine').BubbleLineOffset>;
150
- readonly default: () => {
151
- x: number;
152
- y: number;
153
- };
154
- };
155
- readonly otherOffset: {
156
- readonly type: import('vue').PropType<import('./src/markerBubbleLine').BubbleLineOffset>;
157
- readonly default: () => {
158
- x: number;
159
- y: number;
160
- };
161
- };
162
- }>> & Readonly<{
163
- onSetOtherOffset?: ((offset: import('./src/markerBubbleLine').BubbleLineOffset) => any) | undefined;
164
- onSetLineStake?: ((info: import('./src/markerBubbleLine').LineStakeInfo) => any) | undefined;
165
- }>, {
166
- readonly text: string;
167
- readonly textStyle: Record<string, any>;
168
- readonly lineStyle: Record<string, any>;
169
- readonly isCanDraggable: boolean;
170
- readonly pixelOffset: import('./src/markerBubbleLine').BubbleLineOffset;
171
- readonly otherOffset: import('./src/markerBubbleLine').BubbleLineOffset;
172
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
173
- dragRef: HTMLDivElement;
174
- lineRef: HTMLDivElement;
175
- }, HTMLDivElement>>;
3
+ declare const CxMarkerBubble: any;
4
+ declare const CxMarkerBubbleLine: any;
176
5
  export { CxMarkerBubble, CxMarkerBubbleLine };
177
6
  export default CxMarkerBubble;
@@ -1,52 +1,4 @@
1
1
  export * from './src/markerDefault';
2
- declare const CxMarkerDefault: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- readonly text: {
4
- readonly type: StringConstructor;
5
- readonly default: "";
6
- };
7
- readonly img: {
8
- readonly type: StringConstructor;
9
- readonly default: "";
10
- };
11
- readonly suffix: {
12
- readonly type: StringConstructor;
13
- readonly default: ".png";
14
- };
15
- readonly textStyle: {
16
- readonly type: ObjectConstructor;
17
- readonly default: () => void;
18
- };
19
- readonly imgStyle: {
20
- readonly type: ObjectConstructor;
21
- readonly default: () => void;
22
- };
23
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
- readonly text: {
25
- readonly type: StringConstructor;
26
- readonly default: "";
27
- };
28
- readonly img: {
29
- readonly type: StringConstructor;
30
- readonly default: "";
31
- };
32
- readonly suffix: {
33
- readonly type: StringConstructor;
34
- readonly default: ".png";
35
- };
36
- readonly textStyle: {
37
- readonly type: ObjectConstructor;
38
- readonly default: () => void;
39
- };
40
- readonly imgStyle: {
41
- readonly type: ObjectConstructor;
42
- readonly default: () => void;
43
- };
44
- }>> & Readonly<{}>, {
45
- readonly text: string;
46
- readonly img: string;
47
- readonly suffix: string;
48
- readonly textStyle: Record<string, any>;
49
- readonly imgStyle: Record<string, any>;
50
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
2
+ declare const CxMarkerDefault: any;
51
3
  export { CxMarkerDefault };
52
4
  export default CxMarkerDefault;
@@ -1,43 +1,4 @@
1
1
  export * from './src/markerHtml';
2
- declare const CxMarkerHtml: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- readonly text: {
4
- readonly type: StringConstructor;
5
- readonly default: "";
6
- };
7
- readonly img: {
8
- readonly type: StringConstructor;
9
- readonly default: "";
10
- };
11
- readonly suffix: {
12
- readonly type: StringConstructor;
13
- readonly default: ".png";
14
- };
15
- readonly textStyle: {
16
- readonly type: ObjectConstructor;
17
- readonly default: () => void;
18
- };
19
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
- readonly text: {
21
- readonly type: StringConstructor;
22
- readonly default: "";
23
- };
24
- readonly img: {
25
- readonly type: StringConstructor;
26
- readonly default: "";
27
- };
28
- readonly suffix: {
29
- readonly type: StringConstructor;
30
- readonly default: ".png";
31
- };
32
- readonly textStyle: {
33
- readonly type: ObjectConstructor;
34
- readonly default: () => void;
35
- };
36
- }>> & Readonly<{}>, {
37
- readonly text: string;
38
- readonly img: string;
39
- readonly suffix: string;
40
- readonly textStyle: Record<string, any>;
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
2
+ declare const CxMarkerHtml: any;
42
3
  export { CxMarkerHtml };
43
4
  export default CxMarkerHtml;
@@ -1,171 +1,6 @@
1
1
  export * from './src/type/markerManage';
2
2
  export * from './src/core/MarkerManagerCore';
3
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
- setLabelOcclusionEnabled: (enabled: boolean) => void | undefined;
44
- setLabelOcclusionDistanceEpsilon: (distanceEpsilon: number) => void | undefined;
45
- setLabelOcclusionOptions: (options: any) => void | undefined;
46
- getLabelOcclusionOptions: () => any;
47
- initThemes: (data: any) => void | undefined;
48
- setTagTheme: (data: any) => void | undefined;
49
- setMaterial: (data: any) => void | undefined;
50
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
- load: (...args: any[]) => void;
52
- register: (...args: any[]) => void;
53
- "marker-event": (...args: any[]) => void;
54
- }, import('vue').PublicProps, {
55
- readonly id: string;
56
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
57
- P: {};
58
- B: {};
59
- D: {};
60
- C: {};
61
- M: {};
62
- Defaults: {};
63
- }, Readonly<import('vue').ExtractPropTypes<{
64
- readonly id: {
65
- readonly type: StringConstructor;
66
- readonly default: "marker";
67
- };
68
- readonly Cesium: {
69
- readonly type: import('vue').PropType<any>;
70
- };
71
- readonly viewer: {
72
- readonly type: import('vue').PropType<any>;
73
- };
74
- readonly aggregatorOptions: {
75
- readonly type: import('vue').PropType<import('../../../../cesium-core/src').AggregatorOptions>;
76
- };
77
- readonly tagListeningOptions: {
78
- readonly type: import('vue').PropType<Array<{
79
- key: import('../../../../cesium-core/src').MarkerEventKey;
80
- ListenerItem: import('../../../../cesium-core/src').ListenerItem;
81
- overwrite?: boolean;
82
- }>>;
83
- };
84
- readonly themeConfig: {
85
- readonly type: import('vue').PropType<any>;
86
- };
87
- }>> & Readonly<{
88
- onLoad?: ((...args: any[]) => any) | undefined;
89
- onRegister?: ((...args: any[]) => any) | undefined;
90
- "onMarker-event"?: ((...args: any[]) => any) | undefined;
91
- }>, {
92
- init: (options?: Partial<import('./src/type/markerManage').MarkerManageOptions>) => import('./src/core/MarkerManage').MarkerManage | null;
93
- set: (list: any) => void | undefined;
94
- add: (data: any) => void | undefined;
95
- update: (data: any[], immediately?: boolean) => void | undefined;
96
- getById: (id: string) => any;
97
- getOptions: () => Promise<unknown> | undefined;
98
- delete: (data: string[] | string) => void | undefined;
99
- setMarkerAggregationEnabled: (enabled: boolean, count?: number) => void | undefined;
100
- setDebugCurrentGridsEnabled: (enabled: boolean) => void | undefined;
101
- setLabelOcclusionEnabled: (enabled: boolean) => void | undefined;
102
- setLabelOcclusionDistanceEpsilon: (distanceEpsilon: number) => void | undefined;
103
- setLabelOcclusionOptions: (options: any) => void | undefined;
104
- getLabelOcclusionOptions: () => any;
105
- initThemes: (data: any) => void | undefined;
106
- setTagTheme: (data: any) => void | undefined;
107
- setMaterial: (data: any) => void | undefined;
108
- }, {}, {}, {}, {
109
- readonly id: string;
110
- }>;
111
- __isFragment?: never;
112
- __isTeleport?: never;
113
- __isSuspense?: never;
114
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
115
- readonly id: {
116
- readonly type: StringConstructor;
117
- readonly default: "marker";
118
- };
119
- readonly Cesium: {
120
- readonly type: import('vue').PropType<any>;
121
- };
122
- readonly viewer: {
123
- readonly type: import('vue').PropType<any>;
124
- };
125
- readonly aggregatorOptions: {
126
- readonly type: import('vue').PropType<import('../../../../cesium-core/src').AggregatorOptions>;
127
- };
128
- readonly tagListeningOptions: {
129
- readonly type: import('vue').PropType<Array<{
130
- key: import('../../../../cesium-core/src').MarkerEventKey;
131
- ListenerItem: import('../../../../cesium-core/src').ListenerItem;
132
- overwrite?: boolean;
133
- }>>;
134
- };
135
- readonly themeConfig: {
136
- readonly type: import('vue').PropType<any>;
137
- };
138
- }>> & Readonly<{
139
- onLoad?: ((...args: any[]) => any) | undefined;
140
- onRegister?: ((...args: any[]) => any) | undefined;
141
- "onMarker-event"?: ((...args: any[]) => any) | undefined;
142
- }>, {
143
- init: (options?: Partial<import('./src/type/markerManage').MarkerManageOptions>) => import('./src/core/MarkerManage').MarkerManage | null;
144
- set: (list: any) => void | undefined;
145
- add: (data: any) => void | undefined;
146
- update: (data: any[], immediately?: boolean) => void | undefined;
147
- getById: (id: string) => any;
148
- getOptions: () => Promise<unknown> | undefined;
149
- delete: (data: string[] | string) => void | undefined;
150
- setMarkerAggregationEnabled: (enabled: boolean, count?: number) => void | undefined;
151
- setDebugCurrentGridsEnabled: (enabled: boolean) => void | undefined;
152
- setLabelOcclusionEnabled: (enabled: boolean) => void | undefined;
153
- setLabelOcclusionDistanceEpsilon: (distanceEpsilon: number) => void | undefined;
154
- setLabelOcclusionOptions: (options: any) => void | undefined;
155
- getLabelOcclusionOptions: () => any;
156
- initThemes: (data: any) => void | undefined;
157
- setTagTheme: (data: any) => void | undefined;
158
- setMaterial: (data: any) => void | undefined;
159
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
160
- load: (...args: any[]) => void;
161
- register: (...args: any[]) => void;
162
- "marker-event": (...args: any[]) => void;
163
- }, string, {
164
- readonly id: string;
165
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
166
- $slots: {
167
- default?(_: {}): any;
168
- };
169
- })>;
4
+ declare const CxMarkerManage: any;
170
5
  export { CxMarkerManage };
171
6
  export default CxMarkerManage;
@@ -1,25 +1,4 @@
1
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>>;
2
+ declare const CxMarkerText: any;
24
3
  export { CxMarkerText };
25
4
  export default CxMarkerText;
@@ -1,73 +1,4 @@
1
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>>;
2
+ declare const CxMeasurement: any;
72
3
  export { CxMeasurement };
73
4
  export default CxMeasurement;
@@ -1,58 +1,4 @@
1
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>>;
2
+ declare const CxPositionPicker: any;
57
3
  export { CxPositionPicker };
58
4
  export default CxPositionPicker;