@mythpe/quasar-ui-qui 0.2.33 → 0.2.35

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.33",
3
+ "version": "0.2.35",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1323,8 +1323,8 @@ defineExpose({
1323
1323
  class="print-hide"
1324
1324
  >
1325
1325
  <MBtn
1326
- color="secondary"
1327
1326
  label="myth.titles.close"
1327
+ outline
1328
1328
  v-bind="pluginOptions.dt?.dialogButtonsProps"
1329
1329
  @click="closeShowDialog"
1330
1330
  />
@@ -1441,8 +1441,6 @@ defineExpose({
1441
1441
  :class="{'full-width': $q.screen.lt.sm}"
1442
1442
  :label="__(`myth.titles.${isUpdateMode ? 'save' : 'store'}`)"
1443
1443
  :loading="loading"
1444
- color="primary"
1445
- no-caps
1446
1444
  type="submit"
1447
1445
  v-bind="pluginOptions.dt?.dialogButtonsProps"
1448
1446
  />
@@ -1450,9 +1448,8 @@ defineExpose({
1450
1448
  <MBtn
1451
1449
  v-if="$q.screen.gt.sm"
1452
1450
  :disable="loading"
1453
- color="secondary"
1454
1451
  label="myth.titles.close"
1455
- no-caps
1452
+ outline
1456
1453
  v-bind="pluginOptions.dt?.dialogButtonsProps"
1457
1454
  @click="closeFormDialog"
1458
1455
  />
@@ -125,7 +125,11 @@ defineOptions({
125
125
  <template>
126
126
  <MCol
127
127
  :auto="auto"
128
- :class="[$attrs.class,{'m--input__required':inputRules?.required!==undefined,'m--input__error':!!errorMessage,'m--input__view':viewMode}]"
128
+ :class="[$attrs.class,{
129
+ 'm--input__required': inputRules?.required!==undefined,
130
+ 'm--input__error': !!errorMessage,
131
+ 'm--input__view': viewMode
132
+ },'m--input__col']"
129
133
  :col="col"
130
134
  :lg="lg"
131
135
  :md="md"
@@ -163,6 +167,7 @@ defineOptions({
163
167
  <component
164
168
  :is="viewMode ? QField : QInput"
165
169
  ref="input"
170
+ :class="{'m--input__sar': sar}"
166
171
  class="m--input"
167
172
  v-bind="{
168
173
  ...$attrs,
@@ -183,8 +183,8 @@ defineOptions({
183
183
  :model-value="value"
184
184
  :true-value="trueValue"
185
185
  v-bind="{
186
- ...pluginOptions.toggle,
187
186
  ...theme,
187
+ ...pluginOptions.toggle,
188
188
  ...$attrs,
189
189
  // dense: theme.dense !== undefined ? theme.dense : getProp('dense'),
190
190
  dense: !0,
@@ -22,19 +22,18 @@ $radius-value: $generic-border-radius !default
22
22
  content: ' *'
23
23
  color: var(--q-negative)
24
24
 
25
-
26
- .m--input__color-preview
27
- border: 1px solid var(--q-primary)
28
- border-radius: $radius-value
29
-
30
-
31
- .m--input__top-label,
32
- .m--input__hint
33
- margin-bottom: $m--input-helpers-margin
34
-
35
- .m--input__caption
36
- margin-bottom: $m--input-helpers-margin
37
- font-size: 0.75rem
38
- font-weight: 400
39
- line-height: 1.25rem
40
- letter-spacing: 0.03333em
25
+ .m--input
26
+ &__color-preview
27
+ border: 1px solid var(--q-primary)
28
+ border-radius: $radius-value
29
+
30
+ &__top-label,
31
+ &__hint,
32
+ &__caption
33
+ margin-bottom: $m--input-helpers-margin
34
+
35
+ //&__caption
36
+ //font-size: 0.75rem
37
+ //font-weight: 400
38
+ //line-height: 1.25rem
39
+ //letter-spacing: 0.03333em