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.
Files changed (61) hide show
  1. package/leiting-bim.es.js +1 -1
  2. package/leiting-bim.umd.js +42 -48
  3. package/leitingbim.css +1 -1
  4. package/package.json +1 -1
  5. package/plugins/cesium-core/dist/cesium-core.mjs +301 -295
  6. package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
  7. package/plugins/cesium-core/dist/cesium-core.umd.js +13 -13
  8. package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
  9. package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +2 -0
  10. package/plugins/cesium-core/package.json +1 -1
  11. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-audio/index.d.ts +13 -0
  12. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-video/index.d.ts +98 -0
  13. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-carousel/index.d.ts +147 -0
  14. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-content/index.d.ts +16 -0
  15. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-page/index.d.ts +64 -0
  16. package/plugins/cesium-vue/dist/cesium-vue/src/components/carousel-img/index.d.ts +34 -0
  17. package/plugins/cesium-vue/dist/cesium-vue/src/components/echarts-pro/index.d.ts +63 -0
  18. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-bubble/index.d.ts +73 -0
  19. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-default/index.d.ts +43 -0
  20. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-html/index.d.ts +43 -0
  21. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-manage/index.d.ts +159 -0
  22. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-text/index.d.ts +25 -0
  23. package/plugins/cesium-vue/dist/cesium-vue/src/components/measurement/index.d.ts +73 -0
  24. package/plugins/cesium-vue/dist/cesium-vue/src/components/position-picker/index.d.ts +58 -0
  25. package/plugins/cesium-vue/dist/cesium-vue/src/index.d.ts +46 -0
  26. package/plugins/cesium-vue/dist/components/basic-audio.d.ts +3 -3
  27. package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -1
  28. package/plugins/cesium-vue/dist/components/basic-video.d.ts +3 -3
  29. package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -1
  30. package/plugins/cesium-vue/dist/components/card-carousel.d.ts +3 -3
  31. package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -1
  32. package/plugins/cesium-vue/dist/components/card-content.d.ts +3 -3
  33. package/plugins/cesium-vue/dist/components/card-content.js.map +1 -1
  34. package/plugins/cesium-vue/dist/components/card-page.d.ts +3 -3
  35. package/plugins/cesium-vue/dist/components/card-page.js.map +1 -1
  36. package/plugins/cesium-vue/dist/components/carousel-img.d.ts +3 -3
  37. package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -1
  38. package/plugins/cesium-vue/dist/components/echarts-pro.d.ts +3 -3
  39. package/plugins/cesium-vue/dist/components/marker-bubble.d.ts +3 -3
  40. package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
  41. package/plugins/cesium-vue/dist/components/marker-default.d.ts +3 -3
  42. package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -1
  43. package/plugins/cesium-vue/dist/components/marker-html.d.ts +3 -3
  44. package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -1
  45. package/plugins/cesium-vue/dist/components/marker-manage.d.ts +3 -3
  46. package/plugins/cesium-vue/dist/components/marker-manage.js +511 -488
  47. package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
  48. package/plugins/cesium-vue/dist/components/marker-text.d.ts +3 -3
  49. package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -1
  50. package/plugins/cesium-vue/dist/components/measurement.d.ts +3 -3
  51. package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
  52. package/plugins/cesium-vue/dist/components/position-picker.d.ts +3 -3
  53. package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
  54. package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -1
  55. package/plugins/cesium-vue/dist/index-Kdqw0FJN.js.map +1 -1
  56. package/plugins/cesium-vue/dist/index.d.ts +6 -46
  57. package/plugins/cesium-vue/dist/index.js.map +1 -1
  58. package/plugins/cesium-vue/package.json +4 -4
  59. package/plugins/theme-chalk/package.json +1 -1
  60. package/plugins/utils/package.json +1 -1
  61. package/snapdom-D8jRyUPk.js +0 -2896
@@ -48,6 +48,7 @@ export declare class BufferedHierarchicalAggregator {
48
48
  private groupByTheme;
49
49
  private tilingScheme;
50
50
  private levelIndexByTileLevel;
51
+ private _lastTileProvider;
51
52
  private _updateTimer;
52
53
  private _updateDelay;
53
54
  private _tilesRetryCount;
@@ -60,6 +61,7 @@ export declare class BufferedHierarchicalAggregator {
60
61
  setMinGlobalPointCount(count: number, update?: boolean): void;
61
62
  setThreshold(threshold: number, update?: boolean): void;
62
63
  setDebugCurrentGrids(debug: boolean, update?: boolean): void;
64
+ private _syncTilingSchemeAndLevels;
63
65
  private _createLevels;
64
66
  addPoints(points: PointData[]): void;
65
67
  appendPoints(newPoints: PointData[], isUpdate?: boolean): void;
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "leiting-bim/plugins-methods",
2
+ "name": "@leiting-bim/plugins-methods",
3
3
  "version": "0.0.3",
4
4
  "main": "dist/cesium-core.umd.js",
5
5
  "module": "dist/cesium-core.mjs",
@@ -0,0 +1,13 @@
1
+ declare const CxBasicAudio: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ readonly src: {
3
+ readonly type: StringConstructor;
4
+ readonly required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
+ readonly src: {
8
+ readonly type: StringConstructor;
9
+ readonly required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
12
+ export { CxBasicAudio };
13
+ export default CxBasicAudio;
@@ -0,0 +1,98 @@
1
+ export * from './src/basicVideo';
2
+ declare const CxBasicVideo: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ readonly id: {
4
+ readonly type: StringConstructor;
5
+ readonly default: "";
6
+ readonly required: true;
7
+ };
8
+ readonly url: {
9
+ readonly type: StringConstructor;
10
+ readonly default: "";
11
+ };
12
+ readonly poster: {
13
+ readonly type: StringConstructor;
14
+ readonly default: "";
15
+ };
16
+ readonly autoPlay: {
17
+ readonly type: BooleanConstructor;
18
+ readonly default: false;
19
+ };
20
+ readonly loop: {
21
+ readonly type: BooleanConstructor;
22
+ readonly default: false;
23
+ };
24
+ readonly muted: {
25
+ readonly type: BooleanConstructor;
26
+ readonly default: true;
27
+ };
28
+ readonly control: {
29
+ readonly type: BooleanConstructor;
30
+ readonly default: true;
31
+ };
32
+ readonly width: {
33
+ readonly type: StringConstructor;
34
+ readonly default: "100%";
35
+ };
36
+ readonly height: {
37
+ readonly type: StringConstructor;
38
+ readonly default: "100%";
39
+ };
40
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ unload: (...args: any[]) => void;
42
+ ready: (...args: any[]) => void;
43
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
44
+ readonly id: {
45
+ readonly type: StringConstructor;
46
+ readonly default: "";
47
+ readonly required: true;
48
+ };
49
+ readonly url: {
50
+ readonly type: StringConstructor;
51
+ readonly default: "";
52
+ };
53
+ readonly poster: {
54
+ readonly type: StringConstructor;
55
+ readonly default: "";
56
+ };
57
+ readonly autoPlay: {
58
+ readonly type: BooleanConstructor;
59
+ readonly default: false;
60
+ };
61
+ readonly loop: {
62
+ readonly type: BooleanConstructor;
63
+ readonly default: false;
64
+ };
65
+ readonly muted: {
66
+ readonly type: BooleanConstructor;
67
+ readonly default: true;
68
+ };
69
+ readonly control: {
70
+ readonly type: BooleanConstructor;
71
+ readonly default: true;
72
+ };
73
+ readonly width: {
74
+ readonly type: StringConstructor;
75
+ readonly default: "100%";
76
+ };
77
+ readonly height: {
78
+ readonly type: StringConstructor;
79
+ readonly default: "100%";
80
+ };
81
+ }>> & Readonly<{
82
+ onUnload?: ((...args: any[]) => any) | undefined;
83
+ onReady?: ((...args: any[]) => any) | undefined;
84
+ }>, {
85
+ readonly width: string;
86
+ readonly height: string;
87
+ readonly id: string;
88
+ readonly loop: boolean;
89
+ readonly url: string;
90
+ readonly poster: string;
91
+ readonly autoPlay: boolean;
92
+ readonly muted: boolean;
93
+ readonly control: boolean;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
95
+ videoRef: HTMLVideoElement;
96
+ }, HTMLDivElement>>;
97
+ export { CxBasicVideo };
98
+ export default CxBasicVideo;
@@ -0,0 +1,147 @@
1
+ export * from './src/cardCarousel';
2
+ declare const CxCardCarousel: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ readonly data: {
4
+ readonly type: import('vue').PropType<Array<import('../card-content').ContentModel>>;
5
+ readonly default: () => never[];
6
+ };
7
+ readonly bgClass: {
8
+ readonly type: {
9
+ (arrayLength: number): String[];
10
+ (...items: String[]): String[];
11
+ new (arrayLength: number): String[];
12
+ new (...items: String[]): String[];
13
+ isArray(arg: any): arg is any[];
14
+ readonly prototype: any[];
15
+ from<T>(arrayLike: ArrayLike<T>): T[];
16
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
17
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
18
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
19
+ of<T>(...items: T[]): T[];
20
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
21
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
22
+ readonly [Symbol.species]: ArrayConstructor;
23
+ };
24
+ readonly default: () => never[];
25
+ };
26
+ readonly imgSrc: {
27
+ readonly type: StringConstructor;
28
+ readonly default: () => string;
29
+ };
30
+ readonly styleConfig: {
31
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
32
+ readonly default: () => import('vue').CSSProperties;
33
+ };
34
+ readonly arrowConfig: {
35
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
36
+ show?: boolean;
37
+ size: string;
38
+ }>;
39
+ readonly default: () => {
40
+ show: boolean;
41
+ color: string;
42
+ size: string;
43
+ background: string;
44
+ };
45
+ };
46
+ readonly titleConfig: {
47
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
48
+ show?: boolean;
49
+ }>;
50
+ readonly default: () => {
51
+ show: boolean;
52
+ color: string;
53
+ size: string;
54
+ background: string;
55
+ };
56
+ };
57
+ readonly pageInfoConfig: {
58
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
59
+ show?: boolean;
60
+ }>;
61
+ readonly default: () => {
62
+ color: string;
63
+ backgroundColor: string;
64
+ };
65
+ };
66
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
67
+ readonly data: {
68
+ readonly type: import('vue').PropType<Array<import('../card-content').ContentModel>>;
69
+ readonly default: () => never[];
70
+ };
71
+ readonly bgClass: {
72
+ readonly type: {
73
+ (arrayLength: number): String[];
74
+ (...items: String[]): String[];
75
+ new (arrayLength: number): String[];
76
+ new (...items: String[]): String[];
77
+ isArray(arg: any): arg is any[];
78
+ readonly prototype: any[];
79
+ from<T>(arrayLike: ArrayLike<T>): T[];
80
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
81
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
82
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
83
+ of<T>(...items: T[]): T[];
84
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
85
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
86
+ readonly [Symbol.species]: ArrayConstructor;
87
+ };
88
+ readonly default: () => never[];
89
+ };
90
+ readonly imgSrc: {
91
+ readonly type: StringConstructor;
92
+ readonly default: () => string;
93
+ };
94
+ readonly styleConfig: {
95
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
96
+ readonly default: () => import('vue').CSSProperties;
97
+ };
98
+ readonly arrowConfig: {
99
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
100
+ show?: boolean;
101
+ size: string;
102
+ }>;
103
+ readonly default: () => {
104
+ show: boolean;
105
+ color: string;
106
+ size: string;
107
+ background: string;
108
+ };
109
+ };
110
+ readonly titleConfig: {
111
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
112
+ show?: boolean;
113
+ }>;
114
+ readonly default: () => {
115
+ show: boolean;
116
+ color: string;
117
+ size: string;
118
+ background: string;
119
+ };
120
+ };
121
+ readonly pageInfoConfig: {
122
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
123
+ show?: boolean;
124
+ }>;
125
+ readonly default: () => {
126
+ color: string;
127
+ backgroundColor: string;
128
+ };
129
+ };
130
+ }>> & Readonly<{}>, {
131
+ readonly data: import('../card-content').ContentModel[];
132
+ readonly bgClass: String[];
133
+ readonly imgSrc: string;
134
+ readonly styleConfig: import('vue').CSSProperties;
135
+ readonly arrowConfig: import('vue').CSSProperties & {
136
+ show?: boolean;
137
+ size: string;
138
+ };
139
+ readonly titleConfig: import('vue').CSSProperties & {
140
+ show?: boolean;
141
+ };
142
+ readonly pageInfoConfig: import('vue').CSSProperties & {
143
+ show?: boolean;
144
+ };
145
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
146
+ export { CxCardCarousel };
147
+ export default CxCardCarousel;
@@ -0,0 +1,16 @@
1
+ export * from './src/cardContent';
2
+ declare const CxCardContent: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ readonly data: {
4
+ readonly type: import('vue').PropType<import('./src/cardContent').ContentModel>;
5
+ readonly default: () => import('./src/cardContent').ContentModel;
6
+ };
7
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8
+ readonly data: {
9
+ readonly type: import('vue').PropType<import('./src/cardContent').ContentModel>;
10
+ readonly default: () => import('./src/cardContent').ContentModel;
11
+ };
12
+ }>> & Readonly<{}>, {
13
+ readonly data: import('./src/cardContent').ContentModel;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
15
+ export { CxCardContent };
16
+ export default CxCardContent;
@@ -0,0 +1,64 @@
1
+ export * from './src/cardPage';
2
+ declare const CxCardPage: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ readonly data: {
4
+ readonly type: import('vue').PropType<Array<import('../card-content').ContentModel>>;
5
+ readonly default: () => never[];
6
+ };
7
+ readonly imgSrc: {
8
+ readonly type: StringConstructor;
9
+ readonly default: () => string;
10
+ };
11
+ readonly styleConfig: {
12
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
13
+ readonly default: () => import('vue').CSSProperties;
14
+ };
15
+ readonly paginationStyle: {
16
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
17
+ buttonHoverColor?: string;
18
+ textColor?: string;
19
+ buttonColor?: string;
20
+ pageInfoColor?: string;
21
+ }>;
22
+ readonly default: () => {
23
+ color: string;
24
+ backgroundColor: string;
25
+ };
26
+ };
27
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
+ readonly data: {
29
+ readonly type: import('vue').PropType<Array<import('../card-content').ContentModel>>;
30
+ readonly default: () => never[];
31
+ };
32
+ readonly imgSrc: {
33
+ readonly type: StringConstructor;
34
+ readonly default: () => string;
35
+ };
36
+ readonly styleConfig: {
37
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
38
+ readonly default: () => import('vue').CSSProperties;
39
+ };
40
+ readonly paginationStyle: {
41
+ readonly type: import('vue').PropType<import('vue').CSSProperties & {
42
+ buttonHoverColor?: string;
43
+ textColor?: string;
44
+ buttonColor?: string;
45
+ pageInfoColor?: string;
46
+ }>;
47
+ readonly default: () => {
48
+ color: string;
49
+ backgroundColor: string;
50
+ };
51
+ };
52
+ }>> & Readonly<{}>, {
53
+ readonly data: import('../card-content').ContentModel[];
54
+ readonly imgSrc: string;
55
+ readonly styleConfig: import('vue').CSSProperties;
56
+ readonly paginationStyle: import('vue').CSSProperties & {
57
+ buttonHoverColor?: string;
58
+ textColor?: string;
59
+ buttonColor?: string;
60
+ pageInfoColor?: string;
61
+ };
62
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
63
+ export { CxCardPage };
64
+ export default CxCardPage;
@@ -0,0 +1,34 @@
1
+ export * from './src/carouselImg';
2
+ declare const CxCarouselImg: import('../../../../utils/with-install').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ readonly data: {
4
+ readonly type: import('vue').PropType<string[]>;
5
+ readonly default: () => never[];
6
+ };
7
+ readonly autoplay: {
8
+ readonly type: BooleanConstructor;
9
+ readonly default: false;
10
+ };
11
+ readonly interval: {
12
+ readonly type: NumberConstructor;
13
+ readonly default: 3000;
14
+ };
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ readonly data: {
17
+ readonly type: import('vue').PropType<string[]>;
18
+ readonly default: () => never[];
19
+ };
20
+ readonly autoplay: {
21
+ readonly type: BooleanConstructor;
22
+ readonly default: false;
23
+ };
24
+ readonly interval: {
25
+ readonly type: NumberConstructor;
26
+ readonly default: 3000;
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ readonly data: string[];
30
+ readonly autoplay: boolean;
31
+ readonly interval: number;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
33
+ export { CxCarouselImg };
34
+ export default CxCarouselImg;
@@ -0,0 +1,63 @@
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>>;
62
+ export { CxEchartsPro };
63
+ export default CxEchartsPro;
@@ -0,0 +1,73 @@
1
+ export * from './src/markerBubble';
2
+ declare const CxMarkerBubble: 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
+ readonly lineStyle: {
12
+ readonly type: ObjectConstructor;
13
+ readonly default: () => void;
14
+ };
15
+ readonly isCanDraggable: {
16
+ readonly type: BooleanConstructor;
17
+ readonly default: false;
18
+ };
19
+ readonly onCanDraggable: {
20
+ readonly type: FunctionConstructor;
21
+ };
22
+ readonly pixelOffset: {
23
+ readonly type: ObjectConstructor;
24
+ readonly default: () => void;
25
+ };
26
+ readonly otherOffset: {
27
+ readonly type: ObjectConstructor;
28
+ readonly default: () => void;
29
+ };
30
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ setOtherOffset: (...args: any[]) => void;
32
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
33
+ readonly text: {
34
+ readonly type: StringConstructor;
35
+ readonly default: "文字";
36
+ };
37
+ readonly textStyle: {
38
+ readonly type: ObjectConstructor;
39
+ readonly default: () => void;
40
+ };
41
+ readonly lineStyle: {
42
+ readonly type: ObjectConstructor;
43
+ readonly default: () => void;
44
+ };
45
+ readonly isCanDraggable: {
46
+ readonly type: BooleanConstructor;
47
+ readonly default: false;
48
+ };
49
+ readonly onCanDraggable: {
50
+ readonly type: FunctionConstructor;
51
+ };
52
+ readonly pixelOffset: {
53
+ readonly type: ObjectConstructor;
54
+ readonly default: () => void;
55
+ };
56
+ readonly otherOffset: {
57
+ readonly type: ObjectConstructor;
58
+ readonly default: () => void;
59
+ };
60
+ }>> & Readonly<{
61
+ onSetOtherOffset?: ((...args: any[]) => any) | undefined;
62
+ }>, {
63
+ readonly text: string;
64
+ readonly textStyle: Record<string, any>;
65
+ readonly lineStyle: Record<string, any>;
66
+ readonly isCanDraggable: boolean;
67
+ readonly pixelOffset: Record<string, any>;
68
+ readonly otherOffset: Record<string, any>;
69
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
70
+ el: HTMLDivElement;
71
+ }, HTMLDivElement>>;
72
+ export { CxMarkerBubble };
73
+ export default CxMarkerBubble;
@@ -0,0 +1,43 @@
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
+ }>, {}, {}, {}, {}, 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>>;
42
+ export { CxMarkerDefault };
43
+ export default CxMarkerDefault;
@@ -0,0 +1,43 @@
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>>;
42
+ export { CxMarkerHtml };
43
+ export default CxMarkerHtml;