sat-earth 0.4.2 → 0.4.3
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/sat-earth.es.js +3 -3
- package/dist/sat-earth.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/sat-earth.es.js
CHANGED
|
@@ -23093,7 +23093,7 @@ const usePlotStore = defineStore("SatPlot", {
|
|
|
23093
23093
|
function usePlotStoreWithOut() {
|
|
23094
23094
|
return usePlotStore(piniaStore);
|
|
23095
23095
|
}
|
|
23096
|
-
const defaultStyle = plotResources["defaultStyle"];
|
|
23096
|
+
const defaultStyle = plotResources["defaultStyle"].default;
|
|
23097
23097
|
defaultStyle.ellipse = defaultStyle.circle;
|
|
23098
23098
|
defaultStyle.polygon.clampToGround = false;
|
|
23099
23099
|
function getGraphicDefStyle(type4, style = {}) {
|
|
@@ -33461,7 +33461,7 @@ const __default__$5 = {
|
|
|
33461
33461
|
};
|
|
33462
33462
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__$5), {
|
|
33463
33463
|
setup(__props) {
|
|
33464
|
-
const plotStyleConfig = plotResources["plotStyleConfig"];
|
|
33464
|
+
const plotStyleConfig = plotResources["plotStyleConfig"].default;
|
|
33465
33465
|
let theGraphic = null;
|
|
33466
33466
|
const plotStore2 = usePlotStore();
|
|
33467
33467
|
const showOptions = ref({
|
|
@@ -33682,7 +33682,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues
|
|
|
33682
33682
|
};
|
|
33683
33683
|
}
|
|
33684
33684
|
}));
|
|
33685
|
-
var PlotEditStyle = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
33685
|
+
var PlotEditStyle = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-b50ec3d4"]]);
|
|
33686
33686
|
var PlotEdit_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
33687
33687
|
const _hoisted_1$1 = { class: "plot-edit" };
|
|
33688
33688
|
const __default__$4 = {
|