@mythpe/quasar-ui-qui 0.2.6 → 0.2.7

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.6",
3
+ "version": "0.2.7",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -159,18 +159,30 @@ defineOptions({
159
159
  }"
160
160
  v-on="listeners"
161
161
  >
162
- <template v-if="!!prependIcon">
162
+ <template
163
+ v-if="!!prependIcon"
164
+ #prepend
165
+ >
163
166
  <q-icon
164
167
  :name="prependIcon"
165
168
  v-bind="prependIconProps"
166
169
  />
167
170
  </template>
168
- <template v-if="!!appendIcon">
171
+ <template
172
+ v-if="!!appendIcon"
173
+ #append
174
+ >
169
175
  <q-icon
170
176
  :name="appendIcon"
171
177
  v-bind="appendIconProps"
172
178
  />
173
179
  </template>
180
+ <template
181
+ v-else-if="sar && !viewMode"
182
+ #append
183
+ >
184
+ <MSarCol />
185
+ </template>
174
186
  <template
175
187
  v-if="viewMode"
176
188
  #control
@@ -186,12 +198,7 @@ defineOptions({
186
198
  </MInputFieldControl>
187
199
  </slot>
188
200
  </template>
189
- <template
190
- v-if="sar && !viewMode"
191
- #append
192
- >
193
- <MSarCol />
194
- </template>
201
+
195
202
  <template
196
203
  v-for="(_,slot) in $slots as Readonly<QInputSlots>"
197
204
  :key="slot"