@gis_victory/gismap 2.0.89 → 2.0.90
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/gismap.css +1 -1
- package/dist/index.d.ts +2 -31
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { CheckboxGroupValueType } from 'element-plus';
|
|
|
7
7
|
import { CheckboxProps } from 'element-plus';
|
|
8
8
|
import { CheckboxValueType } from 'element-plus';
|
|
9
9
|
import { CheckedInfo } from 'element-plus';
|
|
10
|
+
import { default as ComparePage } from './pages/ComparePage.vue';
|
|
10
11
|
import { Component } from 'vue';
|
|
11
12
|
import { ComponentCustomProps } from 'vue';
|
|
12
13
|
import { ComponentInternalInstance } from 'vue';
|
|
@@ -637,37 +638,7 @@ declare interface ClassProvider<T> {
|
|
|
637
638
|
singleton?: boolean;
|
|
638
639
|
}
|
|
639
640
|
|
|
640
|
-
export
|
|
641
|
-
/** �分割方向 */
|
|
642
|
-
defaultDirection?: "vertical" | "horizontal";
|
|
643
|
-
mapOptions?: any;
|
|
644
|
-
initIcons?: Array<any>;
|
|
645
|
-
initData?: any;
|
|
646
|
-
leftData?: {
|
|
647
|
-
type: Array<any> | undefined;
|
|
648
|
-
default: () => [];
|
|
649
|
-
};
|
|
650
|
-
rightData?: {
|
|
651
|
-
type: Array<any> | undefined;
|
|
652
|
-
default: () => [];
|
|
653
|
-
};
|
|
654
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
655
|
-
/** �分割方向 */
|
|
656
|
-
defaultDirection?: "vertical" | "horizontal";
|
|
657
|
-
mapOptions?: any;
|
|
658
|
-
initIcons?: Array<any>;
|
|
659
|
-
initData?: any;
|
|
660
|
-
leftData?: {
|
|
661
|
-
type: Array<any> | undefined;
|
|
662
|
-
default: () => [];
|
|
663
|
-
};
|
|
664
|
-
rightData?: {
|
|
665
|
-
type: Array<any> | undefined;
|
|
666
|
-
default: () => [];
|
|
667
|
-
};
|
|
668
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
669
|
-
comparePageContainer: HTMLDivElement;
|
|
670
|
-
}, HTMLDivElement>;
|
|
641
|
+
export { ComparePage }
|
|
671
642
|
|
|
672
643
|
/**
|
|
673
644
|
* 配置管理器
|