tsv2-library 1.0.61-alpha.72 → 1.0.61-alpha.73

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.
@@ -66698,7 +66698,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
66698
66698
  const assetNotes = ref(/* @__PURE__ */ new Map());
66699
66699
  const columns2 = [
66700
66700
  {
66701
- field: "assetImageSmall",
66701
+ field: "assetImage",
66702
66702
  header: "Photo",
66703
66703
  style: "min-width: 72px",
66704
66704
  fixed: true,
@@ -66708,8 +66708,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
66708
66708
  return {
66709
66709
  component: _sfc_main$Q,
66710
66710
  props: {
66711
- thumbnail: data30.assetImageSmall,
66712
- preview: data30.assetImageBig,
66711
+ thumbnail: data30.assetImage,
66712
+ preview: data30.assetImage,
66713
66713
  description: "asset-report-photo",
66714
66714
  style: "width: 28px; height: 28px;"
66715
66715
  }
@@ -66737,8 +66737,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
66737
66737
  component: _sfc_main$1l,
66738
66738
  props: {
66739
66739
  label: (_a = data30.brand) == null ? void 0 : _a.name,
66740
- severity: "dark",
66741
- format: "nowrap"
66740
+ severity: "dark"
66742
66741
  }
66743
66742
  };
66744
66743
  }
@@ -66754,8 +66753,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
66754
66753
  component: _sfc_main$1l,
66755
66754
  props: {
66756
66755
  label: (_a = data30.model) == null ? void 0 : _a.name,
66757
- severity: "dark",
66758
- format: "nowrap"
66756
+ severity: "dark"
66759
66757
  }
66760
66758
  };
66761
66759
  }
@@ -66770,8 +66768,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
66770
66768
  return {
66771
66769
  component: _sfc_main$1l,
66772
66770
  props: {
66773
- label: (_a = data30.group) == null ? void 0 : _a.name,
66774
- format: "nowrap"
66771
+ label: (_a = data30.group) == null ? void 0 : _a.name
66775
66772
  }
66776
66773
  };
66777
66774
  }