@mythpe/quasar-ui-qui 0.2.38 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.2.38",
3
+ "version": "0.2.39",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -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>