@mythpe/quasar-ui-qui 0.2.58 → 0.2.60

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.58",
3
+ "version": "0.2.60",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -257,9 +257,20 @@ defineOptions({
257
257
  v-bind="prependIconProps"
258
258
  />
259
259
  </template>
260
- <template #append>
260
+ <template
261
+ v-else-if="disable || readonly || viewMode"
262
+ #prepend
263
+ >
264
+ <q-icon
265
+ :color="!!errorMessage ? 'negative' : undefined"
266
+ :name="isDate ? 'ion-ios-calendar' : 'ion-ios-clock'"
267
+ />
268
+ </template>
269
+ <template
270
+ v-if="!disable && !readonly && !viewMode"
271
+ #append
272
+ >
261
273
  <q-btn
262
- v-if="!disable && !readonly && !viewMode"
263
274
  :color="!!errorMessage ? 'negative' : undefined"
264
275
  :icon="isDate ? 'ion-ios-calendar' : 'ion-ios-clock'"
265
276
  flat