cesium-alpha-earth 1.0.99 → 1.0.100
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/cesium-alpha-earth.css +14 -14
- package/dist/index.js +2 -2
- package/dist/types/main.js +1 -1
- package/dist/types/main.js.map +1 -1
- package/package.json +1 -1
|
@@ -3003,7 +3003,7 @@ canvas[data-v-b994ab5a] {
|
|
|
3003
3003
|
--el-button-active-bg-color: rgba(40, 40, 60, 0.8);
|
|
3004
3004
|
--el-button-active-border-color: rgba(60, 60, 80, 0.5);
|
|
3005
3005
|
}
|
|
3006
|
-
.component-ui[data-v-
|
|
3006
|
+
.component-ui[data-v-f6967227] {
|
|
3007
3007
|
border-radius: 8px;
|
|
3008
3008
|
padding: 16px;
|
|
3009
3009
|
position: absolute;
|
|
@@ -3018,37 +3018,37 @@ canvas[data-v-b994ab5a] {
|
|
|
3018
3018
|
width: 330px;
|
|
3019
3019
|
font-family: "Microsoft YaHei", sans-serif;
|
|
3020
3020
|
}
|
|
3021
|
-
.component-ui .header[data-v-
|
|
3021
|
+
.component-ui .header[data-v-f6967227] {
|
|
3022
3022
|
display: flex;
|
|
3023
3023
|
justify-content: space-between;
|
|
3024
3024
|
align-items: center;
|
|
3025
3025
|
width: 100%;
|
|
3026
3026
|
margin-bottom: 12px;
|
|
3027
3027
|
}
|
|
3028
|
-
.component-ui .header span[data-v-
|
|
3028
|
+
.component-ui .header span[data-v-f6967227] {
|
|
3029
3029
|
font-size: 18px;
|
|
3030
3030
|
font-weight: 600;
|
|
3031
3031
|
}
|
|
3032
|
-
.component-ui .header .tip-icon[data-v-
|
|
3032
|
+
.component-ui .header .tip-icon[data-v-f6967227] {
|
|
3033
3033
|
width: 16px;
|
|
3034
3034
|
height: 16px;
|
|
3035
3035
|
margin: -2px 8px;
|
|
3036
3036
|
cursor: help;
|
|
3037
3037
|
color: #ccc;
|
|
3038
3038
|
}
|
|
3039
|
-
.component-ui .header .tip-icon[data-v-
|
|
3039
|
+
.component-ui .header .tip-icon[data-v-f6967227]:hover {
|
|
3040
3040
|
color: #fff;
|
|
3041
3041
|
}
|
|
3042
|
-
.component-ui .header .closeBth[data-v-
|
|
3042
|
+
.component-ui .header .closeBth[data-v-f6967227] {
|
|
3043
3043
|
width: 24px;
|
|
3044
3044
|
height: 24px;
|
|
3045
3045
|
cursor: pointer;
|
|
3046
3046
|
color: #ccc;
|
|
3047
3047
|
}
|
|
3048
|
-
.component-ui .header .closeBth[data-v-
|
|
3048
|
+
.component-ui .header .closeBth[data-v-f6967227]:hover {
|
|
3049
3049
|
color: #fff;
|
|
3050
3050
|
}
|
|
3051
|
-
.component-ui .container[data-v-
|
|
3051
|
+
.component-ui .container[data-v-f6967227] {
|
|
3052
3052
|
display: flex;
|
|
3053
3053
|
flex-direction: column;
|
|
3054
3054
|
width: 100%;
|
|
@@ -3056,27 +3056,27 @@ canvas[data-v-b994ab5a] {
|
|
|
3056
3056
|
align-items: center;
|
|
3057
3057
|
justify-content: center;
|
|
3058
3058
|
}
|
|
3059
|
-
.fileSelectContainer[data-v-
|
|
3059
|
+
.fileSelectContainer[data-v-f6967227] {
|
|
3060
3060
|
display: flex;
|
|
3061
3061
|
flex-direction: column;
|
|
3062
3062
|
}
|
|
3063
|
-
.treeContainer[data-v-
|
|
3063
|
+
.treeContainer[data-v-f6967227] {
|
|
3064
3064
|
min-width: 300px;
|
|
3065
3065
|
margin-top: 15px;
|
|
3066
3066
|
}
|
|
3067
|
-
.treeContainer .icon[data-v-
|
|
3067
|
+
.treeContainer .icon[data-v-f6967227] {
|
|
3068
3068
|
color: aqua;
|
|
3069
3069
|
width: 20px;
|
|
3070
3070
|
height: 20px;
|
|
3071
3071
|
cursor: pointer;
|
|
3072
3072
|
}
|
|
3073
|
-
.treeContainer[data-v-
|
|
3073
|
+
.treeContainer[data-v-f6967227] .el-tree__empty-block {
|
|
3074
3074
|
background-color: rgb(0, 0, 0);
|
|
3075
3075
|
}
|
|
3076
|
-
.treeContainer[data-v-
|
|
3076
|
+
.treeContainer[data-v-f6967227] .el-tree-node__content {
|
|
3077
3077
|
background-color: rgb(0, 0, 0);
|
|
3078
3078
|
}
|
|
3079
|
-
[data-v-
|
|
3079
|
+
[data-v-f6967227] .el-button {
|
|
3080
3080
|
--el-button-text-color: #f0f0f0;
|
|
3081
3081
|
--el-button-bg-color: rgba(60, 60, 80, 0.8);
|
|
3082
3082
|
--el-button-border-color: rgba(80, 80, 100, 0.5);
|
package/dist/index.js
CHANGED
|
@@ -369055,7 +369055,7 @@ Component$4.install = (app) => {
|
|
|
369055
369055
|
app.component(Component$4.name, Component$4);
|
|
369056
369056
|
};
|
|
369057
369057
|
const _sfc_main$4 = {
|
|
369058
|
-
name: "
|
|
369058
|
+
name: "ToolParcelViewer",
|
|
369059
369059
|
props: {
|
|
369060
369060
|
visible: {
|
|
369061
369061
|
type: Boolean,
|
|
@@ -369244,7 +369244,7 @@ function _sfc_render$4(_ctx, _cache2, $props, $setup, $data, $options) {
|
|
|
369244
369244
|
])
|
|
369245
369245
|
], 4)) : createCommentVNode("", true);
|
|
369246
369246
|
}
|
|
369247
|
-
const Component$3 = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
369247
|
+
const Component$3 = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f6967227"]]);
|
|
369248
369248
|
Component$3.install = (app) => {
|
|
369249
369249
|
app.component(Component$3.name, Component$3);
|
|
369250
369250
|
};
|
package/dist/types/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createApp } from 'vue';
|
|
2
|
-
import AppView from "./viewTest/
|
|
2
|
+
import AppView from "./viewTest/AppMain/App.vue";
|
|
3
3
|
import 'element-plus/dist/index.css';
|
|
4
4
|
import "cesium/Build/Cesium/Widgets/widgets.css";
|
|
5
5
|
import { AlphaCesiumComponent } from "./index";
|
package/dist/types/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAC/B,OAAO,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAC/B,OAAO,OAAO,MAAM,4BAA4B,CAAA;AAChD,OAAO,6BAA6B,CAAA;AACpC,OAAO,yCAAyC,CAAC;AACjD,OAAO,EAAC,oBAAoB,EAAC,MAAM,SAAS,CAAA;AAC5C,0CAA0C;AAE1C,YAAY;AACZ,qDAAqD;AAIrD,YAAY;AACZ,MAAM,CAAC,eAAe,GAAG,oCAAoC,CAAC;AAC9D,IAAI,GAAG,GAAG,SAAS,CAAC,OAAO,CAAC,CAAA;AAC5B,GAAG,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAA;AAC7B,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAA"}
|