@mythpe/quasar-ui-qui 0.3.59 → 0.3.61

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.59",
3
+ "version": "0.3.61",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -914,10 +914,10 @@ defineExpose({
914
914
  v-close-popup
915
915
  :class="{'full-width': isSmall}"
916
916
  :label="__('myth.titles.done')"
917
- color="brand"
917
+ color="primary"
918
918
  no-caps
919
919
  style="min-width: 100px"
920
- text-color="on-brand"
920
+ text-color="on-primary"
921
921
  unelevated
922
922
  @click="search ? refresh() : undefined"
923
923
  />
@@ -929,10 +929,10 @@ defineExpose({
929
929
  <MBtn
930
930
  :class="{'full-width': isSmall}"
931
931
  :label="__(`labels.${isSearchSelectedAll ? 'unselect':'select'}_all`)"
932
- color="brand"
932
+ color="primary"
933
933
  no-caps
934
934
  style="min-width: 100px"
935
- text-color="on-brand"
935
+ text-color="on-primary"
936
936
  unelevated
937
937
  @click="onCustomSearchClick()"
938
938
  />
@@ -1004,10 +1004,10 @@ defineExpose({
1004
1004
  v-if="hasFilterDialog"
1005
1005
  key="filter-selection-btn"
1006
1006
  :disable="loading"
1007
- color="brand"
1007
+ color="primary"
1008
1008
  icon="ion-ios-options"
1009
1009
  label="myth.datatable.hints.filter"
1010
- text-color="on-brand"
1010
+ text-color="on-primary"
1011
1011
  v-bind="{...pluginOptions.dt?.buttons?.filter as any}"
1012
1012
  >
1013
1013
  <MModalMenu
@@ -1020,7 +1020,8 @@ defineExpose({
1020
1020
  @before-show="beforeCloseFilterDialog"
1021
1021
  >
1022
1022
  <q-card
1023
- :style="$q.screen.gt.sm?`width: ${Math.ceil($q.screen.width/2)}px` : undefined"
1023
+ fstyle="$q.screen.gt.sm?`width: ${Math.ceil($q.screen.width/2)}px` : undefined"
1024
+ style="max-width: 700px"
1024
1025
  flat
1025
1026
  square
1026
1027
  >
@@ -1154,10 +1155,10 @@ defineExpose({
1154
1155
  v-if="manageColumns"
1155
1156
  key="manage-columns-btn"
1156
1157
  :disable="loading"
1157
- color="brand"
1158
+ color="primary"
1158
1159
  icon="ion-ios-desktop"
1159
1160
  label="myth.datatable.columnsToShow"
1160
- text-color="on-brand"
1161
+ text-color="on-primary"
1161
1162
  tooltip="myth.datatable.columnsToShowCaption"
1162
1163
  v-bind="pluginOptions.dt?.buttons?.filter as any"
1163
1164
  >
@@ -1193,20 +1194,20 @@ defineExpose({
1193
1194
  v-if="$q.screen.gt.xs"
1194
1195
  v-close-popup
1195
1196
  :class="{'q-mr-sm': !$q.screen.xs}"
1196
- color="brand"
1197
+ color="primary"
1197
1198
  label="labels.close"
1198
1199
  no-caps
1199
1200
  style="min-width: 100px"
1200
- text-color="on-brand"
1201
+ text-color="on-primary"
1201
1202
  unelevated
1202
1203
  />
1203
1204
  <MBtn
1204
1205
  :class="{'full-width': $q.screen.xs}"
1205
1206
  :label="__(`labels.${visibleHeaders.length === getHeaders.length ? 'unselect':'select'}_all`)"
1206
- color="brand"
1207
+ color="primary"
1207
1208
  no-caps
1208
1209
  style="min-width: 100px"
1209
- text-color="on-brand"
1210
+ text-color="on-primary"
1210
1211
  unelevated
1211
1212
  @click="onManageColumnsClick()"
1212
1213
  />
@@ -1278,11 +1279,11 @@ defineExpose({
1278
1279
  >
1279
1280
  <q-chip
1280
1281
  clickable
1281
- color="brand"
1282
+ color="primary"
1282
1283
  icon-remove="clear"
1283
1284
  outline
1284
1285
  removable
1285
- text-color="on-brand"
1286
+ text-color="on-primary"
1286
1287
  @click="openFilterDialog()"
1287
1288
  @remove="onRemoveFilter(filterKey)"
1288
1289
  >
@@ -200,7 +200,7 @@ defineOptions({
200
200
  <div class="flex-break" />
201
201
  <q-spinner-dots
202
202
  class="q-mt-lg q-ml-lg"
203
- color="brand"
203
+ color="primary"
204
204
  size="25px"
205
205
  />
206
206
  </template>
@@ -28,7 +28,7 @@ defineOptions({
28
28
 
29
29
  <template>
30
30
  <q-inner-loading
31
- :color="color ?? 'brand'"
31
+ :color="color ?? 'primary'"
32
32
  :label="__('labels.plz_wait')"
33
33
  :label-class="labelClass"
34
34
  :label-style="labelStyle ?? 'font-size: 1.1em'"
@@ -24,7 +24,7 @@ $radius-value: $generic-border-radius !default
24
24
 
25
25
  .m-input
26
26
  &__color-preview
27
- border: 1px solid var(--q-brand)
27
+ border: 1px solid var(--q-primary)
28
28
  border-radius: $radius-value
29
29
 
30
30
  &__top-label,