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.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(() => z.value && k.value - V.value === 0 ? {
7206
- content: s.value.maxlengthLimitTips
7207
- } : e.showOverflowTooltips && N.value && e.modelValue ? {
7208
- content: e.modelValue,
7209
- sameWidth: !0
7210
- } : {
7211
- disabled: !0
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
  });