@mythpe/quasar-ui-qui 0.1.63 → 0.1.64

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.1.63",
3
+ "version": "0.1.64",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -151,13 +151,6 @@ defineOptions({
151
151
  }"
152
152
  v-on="listeners"
153
153
  >
154
- <template
155
- v-for="(_,slot) in $slots as Readonly<QInputSlots>"
156
- :key="slot"
157
- #[slot]
158
- >
159
- <slot :name="slot" />
160
- </template>
161
154
  <template
162
155
  v-if="viewMode"
163
156
  #control
@@ -173,6 +166,19 @@ defineOptions({
173
166
  </MInputFieldControl>
174
167
  </slot>
175
168
  </template>
169
+ <template
170
+ v-if="sar && !viewMode"
171
+ #append
172
+ >
173
+ <MSarCol />
174
+ </template>
175
+ <template
176
+ v-for="(_,slot) in $slots as Readonly<QInputSlots>"
177
+ :key="slot"
178
+ #[slot]
179
+ >
180
+ <slot :name="slot" />
181
+ </template>
176
182
  </component>
177
183
  <slot
178
184
  name="help"