@idmwx/idmui-gl3 5.4.9 → 5.5.1
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/index.js +1409 -1355
- package/dist/index.umd.cjs +11 -11
- package/dist/mapbox/src/components/layer.vue.d.ts +20 -0
- package/package.json +1 -1
|
@@ -92,6 +92,10 @@ declare namespace _sfc_main {
|
|
|
92
92
|
sourceList: never[];
|
|
93
93
|
right: number;
|
|
94
94
|
rampColorLayers: string[];
|
|
95
|
+
showWindParticleCollected: boolean;
|
|
96
|
+
showWindFeatherCollected: boolean;
|
|
97
|
+
showCurrentParticleCollected: boolean;
|
|
98
|
+
showCurrentIsobandCollected: boolean;
|
|
95
99
|
};
|
|
96
100
|
namespace computed {
|
|
97
101
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
@@ -106,6 +110,22 @@ declare namespace _sfc_main {
|
|
|
106
110
|
export namespace source {
|
|
107
111
|
function handler(newV: any, oldV: any): void;
|
|
108
112
|
}
|
|
113
|
+
export namespace showWindParticle_1 {
|
|
114
|
+
function handler(newV: any, oldV: any): void;
|
|
115
|
+
}
|
|
116
|
+
export { showWindParticle_1 as showWindParticle };
|
|
117
|
+
export namespace showWindFeather_1 {
|
|
118
|
+
function handler(newV: any, oldV: any): void;
|
|
119
|
+
}
|
|
120
|
+
export { showWindFeather_1 as showWindFeather };
|
|
121
|
+
export namespace showCurrentParticle_1 {
|
|
122
|
+
function handler(newV: any, oldV: any): void;
|
|
123
|
+
}
|
|
124
|
+
export { showCurrentParticle_1 as showCurrentParticle };
|
|
125
|
+
export namespace showCurrentIsoband_1 {
|
|
126
|
+
function handler(newV: any, oldV: any): void;
|
|
127
|
+
}
|
|
128
|
+
export { showCurrentIsoband_1 as showCurrentIsoband };
|
|
109
129
|
}
|
|
110
130
|
function mounted(): Promise<void>;
|
|
111
131
|
namespace methods {
|