jfv3-zzzrkxg 1.0.3 → 1.0.5

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.
@@ -19073,6 +19073,7 @@ const _sfc_main$F = {
19073
19073
  {
19074
19074
  modelValue: data2,
19075
19075
  mode: typeof data2 == "object" ? "javascript" : "xml",
19076
+ width: "390px",
19076
19077
  height: "300px",
19077
19078
  key: new Date().getTime()
19078
19079
  }
@@ -19102,6 +19103,7 @@ const _sfc_main$F = {
19102
19103
  {
19103
19104
  modelValue: res,
19104
19105
  mode: typeof res == "object" ? "javascript" : "xml",
19106
+ width: "390px",
19105
19107
  height: "300px",
19106
19108
  key: new Date().getTime()
19107
19109
  }
@@ -37809,7 +37811,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
37809
37811
  return openBlock(), createBlock(_component_el_option, {
37810
37812
  key: item.value,
37811
37813
  value: item.value,
37812
- label: $props.widget.options.showLabel || item.value
37814
+ label: $props.widget.options.showLabel ? item.label : item.value
37813
37815
  }, null, 8, ["value", "label"]);
37814
37816
  }), 128))
37815
37817
  ]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jfv3-zzzrkxg",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "files": [
6
6
  "dist"
7
7
  ],