leiting-bim 2.1.104 → 2.1.106
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 +2 -2
- package/package.json +1 -1
- package/plugins/cesium-core/dist/cesium-core.mjs +1538 -1409
- package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
- package/plugins/cesium-core/dist/cesium-core.umd.js +28 -28
- package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
- package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +17 -0
- package/plugins/cesium-core/dist/components/HtmlOverlayLabelPool.d.ts +7 -0
- package/plugins/cesium-vue/dist/{HtmlOverlayLabelPool-B1gUt-p1.js → HtmlOverlayLabelPool-DgCFnmr3.js} +33 -20
- package/plugins/cesium-vue/dist/{HtmlOverlayLabelPool-B1gUt-p1.js.map → HtmlOverlayLabelPool-DgCFnmr3.js.map} +1 -1
- package/plugins/cesium-vue/dist/components/marker-manage.js +544 -429
- package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
- package/plugins/cesium-vue/dist/components/measurement.js +1 -1
- package/plugins/cesium-vue/dist/components/basic-audio/index.d.ts +0 -13
- package/plugins/cesium-vue/dist/components/basic-video/index.d.ts +0 -98
- package/plugins/cesium-vue/dist/components/card-carousel/index.d.ts +0 -147
- package/plugins/cesium-vue/dist/components/card-content/index.d.ts +0 -16
- package/plugins/cesium-vue/dist/components/card-page/index.d.ts +0 -64
- package/plugins/cesium-vue/dist/components/carousel-img/index.d.ts +0 -34
- package/plugins/cesium-vue/dist/components/echarts-pro/index.d.ts +0 -63
- package/plugins/cesium-vue/dist/components/marker-bubble/index.d.ts +0 -73
- package/plugins/cesium-vue/dist/components/marker-default/index.d.ts +0 -43
- package/plugins/cesium-vue/dist/components/marker-html/index.d.ts +0 -43
- package/plugins/cesium-vue/dist/components/marker-manage/index.d.ts +0 -159
- package/plugins/cesium-vue/dist/components/marker-text/index.d.ts +0 -25
- package/plugins/cesium-vue/dist/components/measurement/index.d.ts +0 -73
- package/plugins/cesium-vue/dist/components/position-picker/index.d.ts +0 -58
- package/plugins/cesium-vue/dist/index-C0pspk3x.js +0 -45856
- package/plugins/cesium-vue/dist/index-C0pspk3x.js.map +0 -1
- package/plugins/theme-chalk/dist/debug.log +0 -1
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
export * from './src/type/markerManage';
|
|
2
|
-
export * from './src/core/MarkerManagerCore';
|
|
3
|
-
export * from './src/core/MarkerManage';
|
|
4
|
-
declare const CxMarkerManage: import('@report-components/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('@report-components/cesium-core').AggregatorOptions>;
|
|
18
|
-
};
|
|
19
|
-
readonly tagListeningOptions: {
|
|
20
|
-
readonly type: import('vue').PropType<Array<{
|
|
21
|
-
key: import('@report-components/cesium-core').MarkerEventKey;
|
|
22
|
-
ListenerItem: import('@report-components/cesium-core').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('@report-components/cesium-core').AggregatorOptions>;
|
|
72
|
-
};
|
|
73
|
-
readonly tagListeningOptions: {
|
|
74
|
-
readonly type: import('vue').PropType<Array<{
|
|
75
|
-
key: import('@report-components/cesium-core').MarkerEventKey;
|
|
76
|
-
ListenerItem: import('@report-components/cesium-core').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('@report-components/cesium-core').AggregatorOptions>;
|
|
119
|
-
};
|
|
120
|
-
readonly tagListeningOptions: {
|
|
121
|
-
readonly type: import('vue').PropType<Array<{
|
|
122
|
-
key: import('@report-components/cesium-core').MarkerEventKey;
|
|
123
|
-
ListenerItem: import('@report-components/cesium-core').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;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export * from './src/MarkerText.vue';
|
|
2
|
-
declare const CxMarkerText: import('@report-components/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;
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
export * from './src/measurement';
|
|
2
|
-
declare const CxMeasurement: import('@report-components/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('@report-components/cesium-core').MeasurementType, options: import('@report-components/cesium-core').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('@report-components/cesium-core').MeasurementsConfig;
|
|
32
|
-
setMeasurementsConfig: (config: import('@report-components/cesium-core').MeasurementsConfig) => void;
|
|
33
|
-
toggleSpecifiedClear: (containerId?: string) => void;
|
|
34
|
-
deleteMeasurement: (recordId: string) => void;
|
|
35
|
-
} | null, import('@report-components/cesium-core').MeasurementTool | {
|
|
36
|
-
measure: (type: import('@report-components/cesium-core').MeasurementType, options: import('@report-components/cesium-core').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('@report-components/cesium-core').MeasurementsConfig;
|
|
45
|
-
setMeasurementsConfig: (config: import('@report-components/cesium-core').MeasurementsConfig) => void;
|
|
46
|
-
toggleSpecifiedClear: (containerId?: string) => void;
|
|
47
|
-
deleteMeasurement: (recordId: string) => void;
|
|
48
|
-
} | null>;
|
|
49
|
-
setMeasurementInfo(config: any): void;
|
|
50
|
-
getMeasurementInfo(): import('@report-components/cesium-core').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;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export * from './src/positionPicker';
|
|
2
|
-
declare const CxPositionPicker: import('@report-components/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;
|