bkui-vue 1.0.3-beta.67.dialog.1 → 1.0.3-beta.67.dialog.2
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.cjs.js +1 -1
- package/dist/index.esm.js +10 -7
- package/dist/index.umd.js +1 -1
- package/lib/input/index.js +2 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7202,13 +7202,16 @@ const _E = {
|
|
7202
7202
|
"is-disabled": e.disabled || e.modelValue >= e.max
|
7203
7203
|
})), R = E(() => Ve({
|
7204
7204
|
"is-disabled": e.disabled || e.modelValue <= e.min
|
7205
|
-
})), B = E(() =>
|
7206
|
-
|
7207
|
-
|
7208
|
-
|
7209
|
-
|
7210
|
-
|
7211
|
-
|
7205
|
+
})), B = E(() => {
|
7206
|
+
var pe;
|
7207
|
+
return z.value && k.value - V.value === 0 ? {
|
7208
|
+
content: s.value.maxlengthLimitTips
|
7209
|
+
} : e.showOverflowTooltips && N.value && e.modelValue ? {
|
7210
|
+
content: (pe = e.modelValue) == null ? void 0 : pe.toString(),
|
7211
|
+
sameWidth: !0
|
7212
|
+
} : {
|
7213
|
+
disabled: !0
|
7214
|
+
};
|
7212
7215
|
}), z = E(() => typeof e.maxlength == "number" || typeof e.maxcharacter == "number"), ae = new ResizeObserver(() => {
|
7213
7216
|
b(), we();
|
7214
7217
|
});
|