@mythpe/quasar-ui-qui 0.3.58 → 0.3.60

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.58",
3
+ "version": "0.3.60",
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
@@ -1154,10 +1154,10 @@ defineExpose({
1154
1154
  v-if="manageColumns"
1155
1155
  key="manage-columns-btn"
1156
1156
  :disable="loading"
1157
- color="brand"
1157
+ color="primary"
1158
1158
  icon="ion-ios-desktop"
1159
1159
  label="myth.datatable.columnsToShow"
1160
- text-color="on-brand"
1160
+ text-color="on-primary"
1161
1161
  tooltip="myth.datatable.columnsToShowCaption"
1162
1162
  v-bind="pluginOptions.dt?.buttons?.filter as any"
1163
1163
  >
@@ -1193,20 +1193,20 @@ defineExpose({
1193
1193
  v-if="$q.screen.gt.xs"
1194
1194
  v-close-popup
1195
1195
  :class="{'q-mr-sm': !$q.screen.xs}"
1196
- color="brand"
1196
+ color="primary"
1197
1197
  label="labels.close"
1198
1198
  no-caps
1199
1199
  style="min-width: 100px"
1200
- text-color="on-brand"
1200
+ text-color="on-primary"
1201
1201
  unelevated
1202
1202
  />
1203
1203
  <MBtn
1204
1204
  :class="{'full-width': $q.screen.xs}"
1205
1205
  :label="__(`labels.${visibleHeaders.length === getHeaders.length ? 'unselect':'select'}_all`)"
1206
- color="brand"
1206
+ color="primary"
1207
1207
  no-caps
1208
1208
  style="min-width: 100px"
1209
- text-color="on-brand"
1209
+ text-color="on-primary"
1210
1210
  unelevated
1211
1211
  @click="onManageColumnsClick()"
1212
1212
  />
@@ -1278,11 +1278,11 @@ defineExpose({
1278
1278
  >
1279
1279
  <q-chip
1280
1280
  clickable
1281
- color="brand"
1281
+ color="primary"
1282
1282
  icon-remove="clear"
1283
1283
  outline
1284
1284
  removable
1285
- text-color="on-brand"
1285
+ text-color="on-primary"
1286
1286
  @click="openFilterDialog()"
1287
1287
  @remove="onRemoveFilter(filterKey)"
1288
1288
  >
@@ -42,7 +42,7 @@ interface P {
42
42
  service?: Props['service'];
43
43
  guest?: boolean;
44
44
  fullWidth?: Props['fullWidth'];
45
- fitWidth?: Props['fullWidth'];
45
+ fitWidth?: Props['fitWidth'];
46
46
  fieldOptions?: Props['fieldOptions'];
47
47
  disable?: Props['disable'];
48
48
  optionValue?: Props['optionValue'];
@@ -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>
@@ -248,6 +248,8 @@ defineOptions({
248
248
  stackLabel: !0,
249
249
  color:!!errorMessage ? 'negative' : getProp('color'),
250
250
  disable: viewMode ? undefined : disable,
251
+ optionValue,
252
+ optionLabel,
251
253
  }"
252
254
  v-on="listeners"
253
255
  >
@@ -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,