tsv2-library 1.0.61-alpha.111 → 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.
@@ -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-a86f10b8"), n = n(), popScopeId(), n);
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 = () => {
@@ -65847,8 +65847,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
65847
65847
  };
65848
65848
  }
65849
65849
  });
65850
- const DialogCoordinate_vue_vue_type_style_index_0_scoped_a86f10b8_lang = "";
65851
- const TSDialogCoordinate = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-a86f10b8"]]);
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"]]);
65852
65852
  const _hoisted_1$w = {
65853
65853
  key: 0,
65854
65854
  class: "ts-form-stay-checkbox"
@@ -74819,7 +74819,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
74819
74819
  onClick: _cache[0] || (_cache[0] = ($event) => dialogVisible.value = true)
74820
74820
  }, {
74821
74821
  default: withCtx(() => {
74822
- var _a, _b;
74822
+ var _a, _b, _c, _d;
74823
74823
  return [
74824
74824
  createElementVNode("div", _hoisted_1$c, [
74825
74825
  createVNode(unref(script$P), {
@@ -74827,14 +74827,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
74827
74827
  "ts-inputtext border-b border-b-general-200 rounded-b-none !h-[26px]"
74828
74828
  ]),
74829
74829
  invalid: invalidInput.value,
74830
- "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(),
74831
74831
  disabled: "",
74832
74832
  placeholder: "Enter latitude"
74833
74833
  }, null, 8, ["invalid", "model-value"]),
74834
74834
  createVNode(unref(script$P), {
74835
74835
  class: normalizeClass(["ts-inputtext !h-[26px]"]),
74836
74836
  invalid: invalidInput.value,
74837
- "model-value": (_b = field2.value) == null ? void 0 : _b.lng,
74837
+ "model-value": (_d = (_c = field2.value) == null ? void 0 : _c.lng) == null ? void 0 : _d.toString(),
74838
74838
  disabled: "",
74839
74839
  placeholder: "Enter longitude"
74840
74840
  }, null, 8, ["invalid", "model-value"])
@@ -74862,7 +74862,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
74862
74862
  createVNode(TSDialogCoordinate, {
74863
74863
  visible: dialogVisible.value,
74864
74864
  "onUpdate:visible": _cache[1] || (_cache[1] = ($event) => dialogVisible.value = $event),
74865
- value: field2.value,
74865
+ value: field2.value ?? void 0,
74866
74866
  "onUpdate:value": _cache[2] || (_cache[2] = ($event) => applyValue($event)),
74867
74867
  mode: "drag",
74868
74868
  type: "input"