@mythpe/quasar-ui-qui 0.2.34 → 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
|
@@ -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
|
-
|
|
1452
|
+
outline
|
|
1456
1453
|
v-bind="pluginOptions.dt?.dialogButtonsProps"
|
|
1457
1454
|
@click="closeFormDialog"
|
|
1458
1455
|
/>
|
|
@@ -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,
|