sat-earth 0.6.7 → 0.6.8
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/dist/components/globe/helpers.d.ts +1 -1
- package/dist/components/menu/SatMenu.vue.d.ts +1 -1
- package/dist/components/menu/SatMenuMain.vue.d.ts +1 -1
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/tree/SatMenuTree.vue.d.ts +1 -1
- package/dist/components/menu/tree/index.d.ts +1 -1
- package/dist/sat-earth.mjs +416 -415
- package/dist/sat-earth.umd.js +3 -3
- package/package.json +1 -1
|
@@ -7,4 +7,4 @@ export interface Bookmark {
|
|
|
7
7
|
}
|
|
8
8
|
export declare const getMergedData: (propMapInitOptions: SatMapOptions) => SatMapOptions;
|
|
9
9
|
export declare const setDeepUnChecked: (list: SatLayer[], rootid: string | number) => void;
|
|
10
|
-
export declare const mapOptions: SatMapOptions;
|
|
10
|
+
export declare const mapOptions: () => SatMapOptions;
|
|
@@ -170,9 +170,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
170
170
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
|
+
custom: boolean;
|
|
173
174
|
treeData: import("./helpers").MenuItem[];
|
|
174
175
|
showType: "default" | "enabled";
|
|
175
|
-
custom: boolean;
|
|
176
176
|
}>;
|
|
177
177
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
178
178
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -168,9 +168,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
168
168
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
170
170
|
}, {
|
|
171
|
+
custom: boolean;
|
|
171
172
|
treeData: import("./helpers").MenuItem[];
|
|
172
173
|
showType: "default" | "enabled";
|
|
173
|
-
custom: boolean;
|
|
174
174
|
}>;
|
|
175
175
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
176
176
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -170,9 +170,9 @@ export declare const SatMenu: import('../../utils/installer').SFCWithInstall<imp
|
|
|
170
170
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
171
171
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
|
+
custom: boolean;
|
|
173
174
|
treeData: import("./helpers").MenuItem[];
|
|
174
175
|
showType: "default" | "enabled";
|
|
175
|
-
custom: boolean;
|
|
176
176
|
}>;
|
|
177
177
|
menuList: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
178
178
|
menuListEnabled: import("vue").ComputedRef<import("./helpers").MenuItem[]>;
|
|
@@ -159,8 +159,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
|
+
custom: boolean;
|
|
162
163
|
treeData: MenuItem[];
|
|
163
164
|
showType: "default" | "enabled";
|
|
164
|
-
custom: boolean;
|
|
165
165
|
}>;
|
|
166
166
|
export default _sfc_main;
|
|
@@ -157,8 +157,8 @@ export declare const SatMenuTree: import('../../../utils/installer').SFCWithInst
|
|
|
157
157
|
onCustomClick?: ((...args: any[]) => any) | undefined;
|
|
158
158
|
onCustomCloseClick?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}, {
|
|
160
|
+
custom: boolean;
|
|
160
161
|
treeData: import("..").SatMenu_Type_MenuItem[];
|
|
161
162
|
showType: "default" | "enabled";
|
|
162
|
-
custom: boolean;
|
|
163
163
|
}>>;
|
|
164
164
|
export default SatMenuTree;
|