anytrek-front-public-component 1.7.7 → 1.7.8

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.
@@ -29987,7 +29987,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
29987
29987
  vin: "",
29988
29988
  fuelType: "",
29989
29989
  grossWeight: "",
29990
- odometer: null,
29990
+ odo: null,
29991
29991
  description: ""
29992
29992
  // 描述
29993
29993
  }), C = S([]), A = B(() => ({
@@ -30067,7 +30067,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30067
30067
  vin: h.value.vin,
30068
30068
  fuelType: h.value.fuelType,
30069
30069
  grossWeight: h.value.grossWeight,
30070
- odometer: h.value.odometer,
30070
+ odo: h.value.odo,
30071
30071
  description: h.value.description,
30072
30072
  elements: C.value
30073
30073
  },
@@ -30591,7 +30591,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30591
30591
  vin: "",
30592
30592
  fuelType: "",
30593
30593
  grossWeight: "",
30594
- odometer: null,
30594
+ odo: null,
30595
30595
  description: ""
30596
30596
  });
30597
30597
  const er = S(!1), ma = S(""), zl = S([]), Hl = S([]), pa = S(""), Zl = S([]), nl = S([]), xn = S([]), Nt = B(() => {
@@ -30652,7 +30652,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30652
30652
  vin: "",
30653
30653
  fuelType: "",
30654
30654
  grossWeight: "",
30655
- odometer: null,
30655
+ odo: null,
30656
30656
  description: ""
30657
30657
  }, Xt.value = {
30658
30658
  id: "",
@@ -30669,7 +30669,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30669
30669
  vin: "",
30670
30670
  fuelType: "",
30671
30671
  grossWeight: "",
30672
- odometer: null,
30672
+ odo: null,
30673
30673
  description: ""
30674
30674
  }, K.value = null, C.value = []);
30675
30675
  },
@@ -30874,7 +30874,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30874
30874
  vin: yt.content.vin,
30875
30875
  fuelType: yt.content.fuelType,
30876
30876
  grossWeight: yt.content.grossWeight,
30877
- odometer: yt.content.odometer,
30877
+ odo: yt.content.odo,
30878
30878
  description: yt.content.description,
30879
30879
  elements: C.value,
30880
30880
  sensorConfig: go(yt == null ? void 0 : yt.sensorConfig)
@@ -30912,7 +30912,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30912
30912
  vin: Xt.value.vin,
30913
30913
  fuelType: Xt.value.fuelType,
30914
30914
  grossWeight: Xt.value.grossWeight,
30915
- odometer: Xt.value.odometer,
30915
+ odo: Xt.value.odo,
30916
30916
  description: Xt.value.description
30917
30917
  };
30918
30918
  let yt = [];
@@ -30942,7 +30942,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30942
30942
  vin: "",
30943
30943
  fuelType: "",
30944
30944
  grossWeight: "",
30945
- odometer: null,
30945
+ odo: null,
30946
30946
  description: ""
30947
30947
  }, r.vehicleData.deviceId) {
30948
30948
  er.value = !0, h.value = {
@@ -30959,7 +30959,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
30959
30959
  vin: (La = (Ct = r.vehicleData) == null ? void 0 : Ct.content) == null ? void 0 : La.vin,
30960
30960
  fuelType: (jl = (al = r.vehicleData) == null ? void 0 : al.content) == null ? void 0 : jl.fuelType,
30961
30961
  grossWeight: (ji = (Ul = r.vehicleData) == null ? void 0 : Ul.content) == null ? void 0 : ji.grossWeight,
30962
- odometer: (Cf = (Tf = r.vehicleData) == null ? void 0 : Tf.content) == null ? void 0 : Cf.odometer,
30962
+ odo: (Cf = (Tf = r.vehicleData) == null ? void 0 : Tf.content) == null ? void 0 : Cf.odo,
30963
30963
  description: (Sf = (Af = r.vehicleData) == null ? void 0 : Af.content) == null ? void 0 : Sf.description
30964
30964
  };
30965
30965
  let yt = T.value.find(
@@ -31681,13 +31681,13 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
31681
31681
  y("div", NN, [
31682
31682
  E(ge, {
31683
31683
  label: "Odometer (mi)",
31684
- prop: "odometer",
31684
+ prop: "odo",
31685
31685
  class: W(["custom-label-poosition2", { "is-focus": qe.value }])
31686
31686
  }, {
31687
31687
  default: z(() => [
31688
31688
  E(nn, {
31689
- modelValue: h.value.odometer,
31690
- "onUpdate:modelValue": U[17] || (U[17] = (de) => h.value.odometer = de),
31689
+ modelValue: h.value.odo,
31690
+ "onUpdate:modelValue": U[17] || (U[17] = (de) => h.value.odo = de),
31691
31691
  controls: !1,
31692
31692
  class: "input-number-odometer",
31693
31693
  onFocus: U[18] || (U[18] = (de) => qe.value = !0),
@@ -32754,7 +32754,7 @@ const CP = { class: "padding-form" }, AP = { class: "assetType-device" }, SP = {
32754
32754
  ], 64);
32755
32755
  };
32756
32756
  }
32757
- }), HB = /* @__PURE__ */ Qt(zB, [["__scopeId", "data-v-455004dc"]]), ZB = { class: "sub-title" }, YB = { class: "content-wrapper" }, jB = { class: "title" }, UB = { class: "many-tag" }, _B = ["onMouseenter", "onClick"], GB = { class: "bound-tagitem-name" }, WB = ["onClick"], KB = { class: "many-tag" }, QB = ["onMouseenter", "onClick"], qB = { class: "bound-tagitem-name" }, XB = ["onClick"], JB = ["onMouseenter", "onClick"], $B = { class: "bound-tagitem-name" }, eV = ["onClick"], tV = {
32757
+ }), HB = /* @__PURE__ */ Qt(zB, [["__scopeId", "data-v-fc3005ec"]]), ZB = { class: "sub-title" }, YB = { class: "content-wrapper" }, jB = { class: "title" }, UB = { class: "many-tag" }, _B = ["onMouseenter", "onClick"], GB = { class: "bound-tagitem-name" }, WB = ["onClick"], KB = { class: "many-tag" }, QB = ["onMouseenter", "onClick"], qB = { class: "bound-tagitem-name" }, XB = ["onClick"], JB = ["onMouseenter", "onClick"], $B = { class: "bound-tagitem-name" }, eV = ["onClick"], tV = {
32758
32758
  key: 1,
32759
32759
  class: "less-tag"
32760
32760
  }, nV = ["onMouseenter", "onClick"], aV = { class: "bound-tagitem-name" }, oV = ["onClick"], rV = { class: "list-item-left" }, lV = { class: "name" }, iV = { class: "num" }, sV = { class: "list-item-left" }, uV = { class: "name" }, cV = { class: "num" }, dV = { class: "list-item-left" }, fV = { class: "name" }, vV = { class: "num" }, mV = { class: "title" }, pV = { class: "title-left" }, hV = { class: "select-num" }, gV = { class: "title-right" }, yV = { style: { "margin-right": "8px" } }, bV = {