@fecp/designer 5.4.43 → 5.4.44

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.
@@ -1,4 +1,4 @@
1
- const version = "5.4.43";
1
+ const version = "5.4.44";
2
2
  const packageJson = {
3
3
  version
4
4
  };
@@ -99,7 +99,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
99
99
  textValue.value = "";
100
100
  return;
101
101
  }
102
- debugger;
103
102
  let displayValue = props.modelValue;
104
103
  switch (props.format) {
105
104
  case "wan":
@@ -126,6 +125,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
126
125
  ",",
127
126
  true
128
127
  );
128
+ } else {
129
+ textValue.value = displayValue;
129
130
  }
130
131
  if (!showThousandsSeparator.value) {
131
132
  textValue.value = delcommafy(textValue.value);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.43";
3
+ const version = "5.4.44";
4
4
  const packageJson = {
5
5
  version
6
6
  };
@@ -101,7 +101,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
101
101
  textValue.value = "";
102
102
  return;
103
103
  }
104
- debugger;
105
104
  let displayValue = props.modelValue;
106
105
  switch (props.format) {
107
106
  case "wan":
@@ -128,6 +127,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
128
127
  ",",
129
128
  true
130
129
  );
130
+ } else {
131
+ textValue.value = displayValue;
131
132
  }
132
133
  if (!showThousandsSeparator.value) {
133
134
  textValue.value = delcommafy(textValue.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.43",
3
+ "version": "5.4.44",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [