aq-fe-framework 0.1.429 → 0.1.430

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.
@@ -3,12 +3,12 @@ import {
3
3
  MyFlexColumn,
4
4
  MyFlexRow
5
5
  } from "./chunk-RZBHPPQT.mjs";
6
- import {
7
- enum_daysOfWeek
8
- } from "./chunk-K6S7R6LU.mjs";
9
6
  import {
10
7
  const_object_colors
11
8
  } from "./chunk-OMJJAHOC.mjs";
9
+ import {
10
+ enum_daysOfWeek
11
+ } from "./chunk-K6S7R6LU.mjs";
12
12
  import {
13
13
  useMyReactMutation,
14
14
  useMyReactQuery
@@ -619,7 +619,15 @@ function MySelect(_a) {
619
619
  data: data != null ? data : [],
620
620
  error: isError ? true : void 0,
621
621
  rightSection: isLoading ? /* @__PURE__ */ jsx11(Loader, { size: "xs" }) : void 0,
622
- disabled: isLoading || isError
622
+ disabled: isLoading || isError,
623
+ styles: (theme) => ({
624
+ input: rest.readOnly ? {
625
+ backgroundColor: const_object_colors.mantineBackgroundTertiary,
626
+ fontWeight: 500,
627
+ cursor: "default",
628
+ borderColor: theme.colors.gray[4]
629
+ } : {}
630
+ })
623
631
  }, rest)
624
632
  );
625
633
  }
@@ -727,7 +735,6 @@ function MyTextInput(_a) {
727
735
  styles: (theme) => ({
728
736
  input: rest.readOnly ? {
729
737
  backgroundColor: const_object_colors.mantineBackgroundTertiary,
730
- color: theme.colors.dark[7],
731
738
  fontWeight: 500,
732
739
  cursor: "default",
733
740
  borderColor: theme.colors.gray[4]
@@ -13,11 +13,11 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-OYNM5CKU.mjs";
16
+ } from "../chunk-OF6YLTFJ.mjs";
17
17
  import "../chunk-RZBHPPQT.mjs";
18
- import "../chunk-K6S7R6LU.mjs";
19
18
  import "../chunk-GFEMKKFH.mjs";
20
19
  import "../chunk-OMJJAHOC.mjs";
20
+ import "../chunk-K6S7R6LU.mjs";
21
21
  import "../chunk-PRN7KYPD.mjs";
22
22
  import "../chunk-7ZCOFATU.mjs";
23
23
  import "../chunk-FWCSY2DS.mjs";
@@ -5,6 +5,12 @@ import {
5
5
  utils_converter_enumToSelectOptions,
6
6
  utils_file_fileToAQDocumentType
7
7
  } from "../chunk-NRTOFI27.mjs";
8
+ import {
9
+ baseColumns
10
+ } from "../chunk-2SBUKAGS.mjs";
11
+ import {
12
+ U0DateToDDMMYYYString
13
+ } from "../chunk-I2XIN2R3.mjs";
8
14
  import {
9
15
  F_authenticate_Logout,
10
16
  MyActionIconDelete,
@@ -32,32 +38,26 @@ import {
32
38
  createGenericStore
33
39
  } from "../chunk-Y3YGC5IH.mjs";
34
40
  import "../chunk-5U2JSHSJ.mjs";
35
- import {
36
- baseColumns
37
- } from "../chunk-2SBUKAGS.mjs";
38
- import {
39
- U0DateToDDMMYYYString
40
- } from "../chunk-I2XIN2R3.mjs";
41
41
  import {
42
42
  MyButton as MyButton2,
43
43
  MyDataTableSelectOne,
44
44
  MyTextInput as MyTextInput2
45
- } from "../chunk-OYNM5CKU.mjs";
45
+ } from "../chunk-OF6YLTFJ.mjs";
46
46
  import {
47
47
  MyDataTable,
48
48
  MyFlexColumn,
49
49
  MyFlexRow
50
50
  } from "../chunk-RZBHPPQT.mjs";
51
- import {
52
- enum_emailConfigModule
53
- } from "../chunk-VH4ZAD6M.mjs";
54
- import "../chunk-K6S7R6LU.mjs";
55
51
  import {
56
52
  const_object_documentTypes
57
53
  } from "../chunk-GFEMKKFH.mjs";
58
54
  import {
59
55
  const_object_colors
60
56
  } from "../chunk-OMJJAHOC.mjs";
57
+ import {
58
+ enum_emailConfigModule
59
+ } from "../chunk-VH4ZAD6M.mjs";
60
+ import "../chunk-K6S7R6LU.mjs";
61
61
  import {
62
62
  baseAxios_default,
63
63
  createBaseApi,
@@ -21,15 +21,15 @@ import {
21
21
  utils_time_getCurrentTimeString,
22
22
  utils_validator_validateCode
23
23
  } from "../chunk-NRTOFI27.mjs";
24
- import {
25
- utils_pdf_download
26
- } from "../chunk-5U2JSHSJ.mjs";
27
24
  import {
28
25
  U0DateToDDMMYYYString,
29
26
  utils_date_dateToDDMMYYYString,
30
27
  utils_date_formatToDateTimeStartEnd,
31
28
  utils_date_getHHmm
32
29
  } from "../chunk-I2XIN2R3.mjs";
30
+ import {
31
+ utils_pdf_download
32
+ } from "../chunk-5U2JSHSJ.mjs";
33
33
  import {
34
34
  utils_notification_show
35
35
  } from "../chunk-7ZCOFATU.mjs";
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.429",
45
+ "version": "0.1.430",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"