@mythpe/quasar-ui-qui 0.3.54 → 0.3.56

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.54",
3
+ "version": "0.3.56",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -71,6 +71,7 @@ defineOptions({
71
71
  v-bind="{
72
72
  ...$attrs,
73
73
  required,
74
+ viewModeValue,
74
75
  placeholder: !countryValue ? __('replace.choose',{name: __(`attributes.${countryName}`) }) : placeholder,
75
76
  col: readonly ? 12 : 7,
76
77
  readonly: readonly ? !1 : !countryValue,
@@ -6,19 +6,19 @@ $m-dt-desc-width: 150px !default
6
6
  .m-datatable-fab-tooltip
7
7
  display: none
8
8
 
9
- .body--light
10
- .m-datatable
11
- .q-table__top,
12
- .q-table__bottom,
13
- thead tr:first-child th
14
- background: #fff
15
-
16
- .body--dark
17
- .m-datatable
18
- .q-table__top,
19
- .q-table__bottom,
20
- thead tr:first-child th
21
- background: var(--q-dark-page)
9
+ //.body--light
10
+ // .m-datatable
11
+ // .q-table__top,
12
+ // .q-table__bottom,
13
+ // thead tr:first-child th
14
+ // background: #fff
15
+
16
+ //.body--dark
17
+ // .m-datatable
18
+ // .q-table__top,
19
+ // .q-table__bottom,
20
+ // thead tr:first-child th
21
+ // background: var(--q-dark-page)
22
22
 
23
23
  .m-datatable-component
24
24
  .m-datatable.m-datatable-grid