@fctc/sme-widget-ui 3.10.6 → 3.10.7
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 +2 -2
- package/dist/index.mjs +2 -2
- package/dist/widgets.js +2 -2
- package/dist/widgets.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17861,8 +17861,8 @@ var CopyLinkButtonField = (props) => {
|
|
|
17861
17861
|
baseClassName
|
|
17862
17862
|
} = props;
|
|
17863
17863
|
const { t: t3 } = useI18n();
|
|
17864
|
-
if (!isForm) {
|
|
17865
|
-
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "truncate max-w-[300px]", children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
17864
|
+
if (!isForm && !isEditTable) {
|
|
17865
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "truncate max-w-[300px]", children: maskingValue || (propValue && typeof propValue === "object" ? propValue.display_name : propValue) });
|
|
17866
17866
|
}
|
|
17867
17867
|
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
17868
17868
|
Controller,
|
package/dist/index.mjs
CHANGED
|
@@ -17734,8 +17734,8 @@ var CopyLinkButtonField = (props) => {
|
|
|
17734
17734
|
baseClassName
|
|
17735
17735
|
} = props;
|
|
17736
17736
|
const { t: t3 } = useI18n();
|
|
17737
|
-
if (!isForm) {
|
|
17738
|
-
return /* @__PURE__ */ jsx84("div", { className: "truncate max-w-[300px]", children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
17737
|
+
if (!isForm && !isEditTable) {
|
|
17738
|
+
return /* @__PURE__ */ jsx84("div", { className: "truncate max-w-[300px]", children: maskingValue || (propValue && typeof propValue === "object" ? propValue.display_name : propValue) });
|
|
17739
17739
|
}
|
|
17740
17740
|
return /* @__PURE__ */ jsx84(
|
|
17741
17741
|
Controller,
|
package/dist/widgets.js
CHANGED
|
@@ -17089,8 +17089,8 @@ var CopyLinkButtonField = (props) => {
|
|
|
17089
17089
|
baseClassName
|
|
17090
17090
|
} = props;
|
|
17091
17091
|
const { t: t3 } = useI18n();
|
|
17092
|
-
if (!isForm) {
|
|
17093
|
-
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "truncate max-w-[300px]", children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
17092
|
+
if (!isForm && !isEditTable) {
|
|
17093
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "truncate max-w-[300px]", children: maskingValue || (propValue && typeof propValue === "object" ? propValue.display_name : propValue) });
|
|
17094
17094
|
}
|
|
17095
17095
|
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
17096
17096
|
Controller,
|
package/dist/widgets.mjs
CHANGED
|
@@ -17026,8 +17026,8 @@ var CopyLinkButtonField = (props) => {
|
|
|
17026
17026
|
baseClassName
|
|
17027
17027
|
} = props;
|
|
17028
17028
|
const { t: t3 } = useI18n();
|
|
17029
|
-
if (!isForm) {
|
|
17030
|
-
return /* @__PURE__ */ jsx84("div", { className: "truncate max-w-[300px]", children: propValue && typeof propValue === "object" ? propValue.display_name : propValue });
|
|
17029
|
+
if (!isForm && !isEditTable) {
|
|
17030
|
+
return /* @__PURE__ */ jsx84("div", { className: "truncate max-w-[300px]", children: maskingValue || (propValue && typeof propValue === "object" ? propValue.display_name : propValue) });
|
|
17031
17031
|
}
|
|
17032
17032
|
return /* @__PURE__ */ jsx84(
|
|
17033
17033
|
Controller,
|