3h1-ui 1.0.119 → 1.0.121
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/es/index.js +2 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -10090,6 +10090,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
10090
10090
|
}
|
|
10091
10091
|
upEditDynamicDisabled(record, column, value);
|
|
10092
10092
|
return {
|
|
10093
|
+
showCount: true,
|
|
10094
|
+
maxlength: 100,
|
|
10093
10095
|
size: "small",
|
|
10094
10096
|
getPopupContainer: () => {
|
|
10095
10097
|
var _a3;
|
package/lib/index.js
CHANGED
|
@@ -10095,6 +10095,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
10095
10095
|
}
|
|
10096
10096
|
upEditDynamicDisabled(record, column, value);
|
|
10097
10097
|
return {
|
|
10098
|
+
showCount: true,
|
|
10099
|
+
maxlength: 100,
|
|
10098
10100
|
size: "small",
|
|
10099
10101
|
getPopupContainer: () => {
|
|
10100
10102
|
var _a3;
|