@mythpe/quasar-ui-qui 0.3.45 → 0.3.46

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.3.45",
3
+ "version": "0.3.46",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -139,12 +139,12 @@ defineOptions({
139
139
  >
140
140
  <q-checkbox
141
141
  ref="input"
142
+ :model-value="value"
142
143
  v-bind="{
143
- ...theme,
144
- ...pluginOptions.checkbox,
144
+ ...theme as any,
145
+ ...pluginOptions.checkbox as any,
145
146
  checkedIcon: getProp('checkedIcon'),
146
147
  ...$attrs,
147
- modelValue: value,
148
148
  disable: viewMode === !0 ? !0 : disable,
149
149
  autocomplete: getAutocompleteAttribute || undefined,
150
150
  label: undefined,