@mythpe/quasar-ui-qui 0.2.37 → 0.2.39
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/package.json
CHANGED
|
@@ -331,14 +331,12 @@ defineOptions({
|
|
|
331
331
|
</MTransition>
|
|
332
332
|
<MBtn
|
|
333
333
|
v-if="!loading"
|
|
334
|
-
:color="undefined"
|
|
335
334
|
:disable="!isLoaded && !!url"
|
|
336
335
|
:icon="`ion-${hasSrc ? (required ? 'cloud-upload' : 'ios-trash') : 'cloud-upload'}`"
|
|
337
336
|
:label="'labels.' + ( clearable ? ( hasSrc ? 'remove' : btnLabel ) : ( required ? ( hasSrc ? 'change' : btnLabel ) : (
|
|
338
337
|
hasSrc ? 'remove' : btnLabel
|
|
339
338
|
) ) )"
|
|
340
339
|
:loading="loadingSrc"
|
|
341
|
-
outline
|
|
342
340
|
@click="onClick"
|
|
343
341
|
/>
|
|
344
342
|
</div>
|
|
@@ -355,10 +353,8 @@ defineOptions({
|
|
|
355
353
|
class="q-mt-lg"
|
|
356
354
|
>
|
|
357
355
|
<MBtn
|
|
358
|
-
:color="undefined"
|
|
359
356
|
icon="ion-cloud-download"
|
|
360
357
|
label="labels.download"
|
|
361
|
-
outline
|
|
362
358
|
@click="openWindow(url)"
|
|
363
359
|
/>
|
|
364
360
|
</div>
|
|
@@ -300,7 +300,6 @@ defineOptions({
|
|
|
300
300
|
/>
|
|
301
301
|
<MBtn
|
|
302
302
|
v-close-popup
|
|
303
|
-
color="secondary"
|
|
304
303
|
label="labels.close"
|
|
305
304
|
/>
|
|
306
305
|
</div>
|
|
@@ -328,7 +327,6 @@ defineOptions({
|
|
|
328
327
|
/>
|
|
329
328
|
<MBtn
|
|
330
329
|
v-close-popup
|
|
331
|
-
color="secondary"
|
|
332
330
|
label="labels.close"
|
|
333
331
|
/>
|
|
334
332
|
</div>
|