aq-fe-framework 0.1.433 → 0.1.435

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
- const_object_colors
8
- } from "./chunk-OMJJAHOC.mjs";
9
6
  import {
10
7
  enum_daysOfWeek
11
8
  } from "./chunk-K6S7R6LU.mjs";
9
+ import {
10
+ const_object_colors
11
+ } from "./chunk-OMJJAHOC.mjs";
12
12
  import {
13
13
  useMyReactMutation,
14
14
  useMyReactQuery
@@ -608,7 +608,7 @@ function MySelect(_a) {
608
608
  } else if (isLoading) {
609
609
  placeholder = "\u0110ang t\u1EA3i...";
610
610
  } else if (label) {
611
- placeholder = `Ch\u1ECDn ${label.toLowerCase()}`;
611
+ placeholder = `Ch\u1ECDn ${label.toString().toLowerCase()}`;
612
612
  }
613
613
  return /* @__PURE__ */ jsx11(
614
614
  Select,
@@ -95,7 +95,7 @@ interface MyRichTextEditorProps {
95
95
  declare function MyRichTextEditor(props: MyRichTextEditorProps): react_jsx_runtime.JSX.Element;
96
96
 
97
97
  interface MySelectProps extends SelectProps {
98
- label?: string;
98
+ label?: ReactNode;
99
99
  data?: Array<string | {
100
100
  value: string;
101
101
  label: string;
@@ -109,7 +109,7 @@ interface MySelectFromAPIProps<IRes extends IBaseEntity, IBody = any> extends My
109
109
  queryKey: QueryKey;
110
110
  axiosFn: () => Promise<AxiosResponse<MyApiResponse<IRes[]>, IBody>>;
111
111
  labelWithCode?: boolean;
112
- queryOptions?: UseQueryOptions<IRes[], Error>;
112
+ queryOptions?: Partial<UseQueryOptions<IRes[], Error>>;
113
113
  getOptionLabel?: (item: IRes) => string;
114
114
  setObjectData?: (item: IRes | undefined) => void;
115
115
  autoSelectFirstItem?: boolean;
@@ -13,11 +13,11 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-A7TLL23K.mjs";
16
+ } from "../chunk-Y2IIPFL7.mjs";
17
17
  import "../chunk-RZBHPPQT.mjs";
18
+ import "../chunk-K6S7R6LU.mjs";
18
19
  import "../chunk-GFEMKKFH.mjs";
19
20
  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";
@@ -42,22 +42,22 @@ import {
42
42
  MyButton as MyButton2,
43
43
  MyDataTableSelectOne,
44
44
  MyTextInput as MyTextInput2
45
- } from "../chunk-A7TLL23K.mjs";
45
+ } from "../chunk-Y2IIPFL7.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";
51
55
  import {
52
56
  const_object_documentTypes
53
57
  } from "../chunk-GFEMKKFH.mjs";
54
58
  import {
55
59
  const_object_colors
56
60
  } 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,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.433",
45
+ "version": "0.1.435",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"