quasar-ui-danx 0.2.26 → 0.2.28
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -2
- package/danx-local.sh +14 -0
- package/dist/danx.es.js +2 -2
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +1 -1
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/Form/Fields/NumberField.vue +1 -1
package/package.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
dense
|
8
8
|
inputmode="numeric"
|
9
9
|
:input-class="{[inputClass]: true, 'text-right bg-white': !hidePrependLabel, 'text-right !text-xs text-black font-normal': hidePrependLabel}"
|
10
|
-
:class="{'no-prepend-icon w-32': hidePrependLabel, 'prepend-label': !hidePrependLabel}"
|
10
|
+
:class="{'no-prepend-icon w-32 max-w-full': hidePrependLabel, 'prepend-label': !hidePrependLabel}"
|
11
11
|
@update:model-value="onInput"
|
12
12
|
>
|
13
13
|
<template #prepend>
|