@fctc/sme-widget-ui 4.1.10-beta.12 → 4.1.10-beta.13
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.
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/dist/widgets.js +0 -1
- package/dist/widgets.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10059,7 +10059,6 @@ var CharField = (props) => {
|
|
|
10059
10059
|
baseClassName
|
|
10060
10060
|
} = props;
|
|
10061
10061
|
if (!isForm && !isEditTable) {
|
|
10062
|
-
console.log("222");
|
|
10063
10062
|
const propValue = value || defaultValue;
|
|
10064
10063
|
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
10065
10064
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -9923,7 +9923,6 @@ var CharField = (props) => {
|
|
|
9923
9923
|
baseClassName
|
|
9924
9924
|
} = props;
|
|
9925
9925
|
if (!isForm && !isEditTable) {
|
|
9926
|
-
console.log("222");
|
|
9927
9926
|
const propValue = value || defaultValue;
|
|
9928
9927
|
return /* @__PURE__ */ jsx65("span", { children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
9929
9928
|
}
|
package/dist/widgets.js
CHANGED
|
@@ -9474,7 +9474,6 @@ var CharField = (props) => {
|
|
|
9474
9474
|
baseClassName
|
|
9475
9475
|
} = props;
|
|
9476
9476
|
if (!isForm && !isEditTable) {
|
|
9477
|
-
console.log("222");
|
|
9478
9477
|
const propValue = value || defaultValue;
|
|
9479
9478
|
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
9480
9479
|
}
|
package/dist/widgets.mjs
CHANGED
|
@@ -9405,7 +9405,6 @@ var CharField = (props) => {
|
|
|
9405
9405
|
baseClassName
|
|
9406
9406
|
} = props;
|
|
9407
9407
|
if (!isForm && !isEditTable) {
|
|
9408
|
-
console.log("222");
|
|
9409
9408
|
const propValue = value || defaultValue;
|
|
9410
9409
|
return /* @__PURE__ */ jsx65("span", { children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
9411
9410
|
}
|