tsv2-library 1.0.61-alpha.110 → 1.0.61-alpha.112
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/src/components/v2/DialogCoordinate/DialogCoordinate.vue.d.ts +4 -0
- package/dist/src/components/v2/InputCoordinate/InputCoordinate.vue.d.ts +3 -3
- package/dist/style.css +1 -1
- package/dist/tsv2-library.es.js +16 -9
- package/dist/tsv2-library.umd.js +3 -3
- package/package.json +1 -1
- package/src/components/v2/DialogCoordinate/DialogCoordinate.vue.d.ts +4 -0
- package/src/components/v2/InputCoordinate/InputCoordinate.vue.d.ts +3 -3
package/dist/tsv2-library.es.js
CHANGED
|
@@ -64252,7 +64252,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
64252
64252
|
}, [
|
|
64253
64253
|
createVNode(_sfc_main$1v, {
|
|
64254
64254
|
icon: isFullScreen.value ? "fullscreen-exit-line" : "fullscreen-line",
|
|
64255
|
-
class: "
|
|
64255
|
+
class: "text-2xl"
|
|
64256
64256
|
}, null, 8, ["icon"])
|
|
64257
64257
|
])
|
|
64258
64258
|
]);
|
|
@@ -65282,7 +65282,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
65282
65282
|
});
|
|
65283
65283
|
const AssetList_vue_vue_type_style_index_0_scoped_1e1d4c27_lang = "";
|
|
65284
65284
|
const AssetList = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1e1d4c27"]]);
|
|
65285
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
65285
|
+
const _withScopeId = (n) => (pushScopeId("data-v-6e8dbb93"), n = n(), popScopeId(), n);
|
|
65286
65286
|
const _hoisted_1$x = {
|
|
65287
65287
|
key: 1,
|
|
65288
65288
|
class: "flex items-center justify-between"
|
|
@@ -65639,7 +65639,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65639
65639
|
localValue.value.lng = +lng;
|
|
65640
65640
|
};
|
|
65641
65641
|
const apply2 = () => {
|
|
65642
|
-
emit("update:value", localValue.value);
|
|
65642
|
+
emit("update:value", { ...localValue.value, address: address.value });
|
|
65643
65643
|
visible4.value = false;
|
|
65644
65644
|
};
|
|
65645
65645
|
const resetMap = () => {
|
|
@@ -65736,6 +65736,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65736
65736
|
}
|
|
65737
65737
|
);
|
|
65738
65738
|
return (_ctx, _cache) => {
|
|
65739
|
+
var _a;
|
|
65739
65740
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
65740
65741
|
createVNode(unref(_sfc_main$1s), {
|
|
65741
65742
|
visible: visible4.value,
|
|
@@ -65744,6 +65745,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65744
65745
|
closable: !isFullScreen.value,
|
|
65745
65746
|
"close-on-escape": false,
|
|
65746
65747
|
pt: {
|
|
65748
|
+
mask: {
|
|
65749
|
+
class: [
|
|
65750
|
+
...(_a = unref(DialogPreset)) == null ? void 0 : _a.mask({ props: { modal: true } }).class,
|
|
65751
|
+
"!z-40"
|
|
65752
|
+
]
|
|
65753
|
+
},
|
|
65747
65754
|
root: {
|
|
65748
65755
|
class: [
|
|
65749
65756
|
...unref(DialogPreset).root({ state: {} }).class,
|
|
@@ -65840,8 +65847,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
65840
65847
|
};
|
|
65841
65848
|
}
|
|
65842
65849
|
});
|
|
65843
|
-
const
|
|
65844
|
-
const TSDialogCoordinate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
65850
|
+
const DialogCoordinate_vue_vue_type_style_index_0_scoped_6e8dbb93_lang = "";
|
|
65851
|
+
const TSDialogCoordinate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-6e8dbb93"]]);
|
|
65845
65852
|
const _hoisted_1$w = {
|
|
65846
65853
|
key: 0,
|
|
65847
65854
|
class: "ts-form-stay-checkbox"
|
|
@@ -74812,7 +74819,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
74812
74819
|
onClick: _cache[0] || (_cache[0] = ($event) => dialogVisible.value = true)
|
|
74813
74820
|
}, {
|
|
74814
74821
|
default: withCtx(() => {
|
|
74815
|
-
var _a, _b;
|
|
74822
|
+
var _a, _b, _c, _d;
|
|
74816
74823
|
return [
|
|
74817
74824
|
createElementVNode("div", _hoisted_1$c, [
|
|
74818
74825
|
createVNode(unref(script$P), {
|
|
@@ -74820,14 +74827,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
74820
74827
|
"ts-inputtext border-b border-b-general-200 rounded-b-none !h-[26px]"
|
|
74821
74828
|
]),
|
|
74822
74829
|
invalid: invalidInput.value,
|
|
74823
|
-
"model-value": (_a = field2.value) == null ? void 0 : _a.lat,
|
|
74830
|
+
"model-value": (_b = (_a = field2.value) == null ? void 0 : _a.lat) == null ? void 0 : _b.toString(),
|
|
74824
74831
|
disabled: "",
|
|
74825
74832
|
placeholder: "Enter latitude"
|
|
74826
74833
|
}, null, 8, ["invalid", "model-value"]),
|
|
74827
74834
|
createVNode(unref(script$P), {
|
|
74828
74835
|
class: normalizeClass(["ts-inputtext !h-[26px]"]),
|
|
74829
74836
|
invalid: invalidInput.value,
|
|
74830
|
-
"model-value": (
|
|
74837
|
+
"model-value": (_d = (_c = field2.value) == null ? void 0 : _c.lng) == null ? void 0 : _d.toString(),
|
|
74831
74838
|
disabled: "",
|
|
74832
74839
|
placeholder: "Enter longitude"
|
|
74833
74840
|
}, null, 8, ["invalid", "model-value"])
|
|
@@ -74855,7 +74862,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
74855
74862
|
createVNode(TSDialogCoordinate, {
|
|
74856
74863
|
visible: dialogVisible.value,
|
|
74857
74864
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
|
|
74858
|
-
value: field2.value,
|
|
74865
|
+
value: field2.value ?? void 0,
|
|
74859
74866
|
"onUpdate:value": _cache[2] || (_cache[2] = ($event) => applyValue($event)),
|
|
74860
74867
|
mode: "drag",
|
|
74861
74868
|
type: "input"
|