aq-fe-framework 0.1.870 → 0.1.871

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.
@@ -28,7 +28,7 @@ import {
28
28
  import {
29
29
  const_object_colors,
30
30
  const_object_documentTypes
31
- } from "./chunk-FE4HVT67.mjs";
31
+ } from "./chunk-J64W5V6F.mjs";
32
32
  import {
33
33
  enum_daysOfWeek
34
34
  } from "./chunk-K6S7R6LU.mjs";
@@ -18542,9 +18542,9 @@ function FileImportConfigModal(_a) {
18542
18542
  const fileInputError = useState32("");
18543
18543
  const parseExcel = async (file2) => {
18544
18544
  const data2 = await file2.arrayBuffer();
18545
- const workbook = XLSX4.read(data2);
18545
+ const workbook = XLSX4.read(data2, { cellDates: true });
18546
18546
  const sheet = workbook.Sheets[workbook.SheetNames[0]];
18547
- const json = XLSX4.utils.sheet_to_json(sheet, { header: 1 });
18547
+ const json = XLSX4.utils.sheet_to_json(sheet, { header: 1, raw: false });
18548
18548
  setRawData(json);
18549
18549
  };
18550
18550
  const handleSelectFile = (file2) => {
@@ -70,13 +70,13 @@ import {
70
70
  useHeaderMegaMenuStore,
71
71
  useS_ButtonImport,
72
72
  useStore_BasicAppShell
73
- } from "../chunk-AAPLH46O.mjs";
73
+ } from "../chunk-LGARENYN.mjs";
74
74
  import "../chunk-3P5GXZPO.mjs";
75
75
  import "../chunk-E4JVWPXS.mjs";
76
76
  import "../chunk-N7QM7SHQ.mjs";
77
77
  import "../chunk-O7YCQQO5.mjs";
78
78
  import "../chunk-QSWIVDXC.mjs";
79
- import "../chunk-FE4HVT67.mjs";
79
+ import "../chunk-J64W5V6F.mjs";
80
80
  import "../chunk-K6S7R6LU.mjs";
81
81
  import "../chunk-7Y4HBY2D.mjs";
82
82
  import "../chunk-WZ6PXGGC.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  const_object_colors,
5
5
  const_object_documentTypes,
6
6
  const_object_generalMenuData
7
- } from "../chunk-FE4HVT67.mjs";
7
+ } from "../chunk-J64W5V6F.mjs";
8
8
  import "../chunk-JD6AELXS.mjs";
9
9
  export {
10
10
  const_array_daysOfWeek,
@@ -29,13 +29,13 @@ import {
29
29
  MyStatsCard,
30
30
  MyTextInput2 as MyTextInput,
31
31
  MyWeeklySessionSchedulerPicker
32
- } from "../chunk-AAPLH46O.mjs";
32
+ } from "../chunk-LGARENYN.mjs";
33
33
  import "../chunk-3P5GXZPO.mjs";
34
34
  import "../chunk-E4JVWPXS.mjs";
35
35
  import "../chunk-N7QM7SHQ.mjs";
36
36
  import "../chunk-O7YCQQO5.mjs";
37
37
  import "../chunk-QSWIVDXC.mjs";
38
- import "../chunk-FE4HVT67.mjs";
38
+ import "../chunk-J64W5V6F.mjs";
39
39
  import "../chunk-K6S7R6LU.mjs";
40
40
  import "../chunk-7Y4HBY2D.mjs";
41
41
  import "../chunk-WZ6PXGGC.mjs";
@@ -113,13 +113,13 @@ import {
113
113
  MailTemplateDeleteButton,
114
114
  useS_moduleConfig,
115
115
  useStore_Authenticate
116
- } from "../chunk-AAPLH46O.mjs";
116
+ } from "../chunk-LGARENYN.mjs";
117
117
  import "../chunk-3P5GXZPO.mjs";
118
118
  import "../chunk-E4JVWPXS.mjs";
119
119
  import "../chunk-N7QM7SHQ.mjs";
120
120
  import "../chunk-O7YCQQO5.mjs";
121
121
  import "../chunk-QSWIVDXC.mjs";
122
- import "../chunk-FE4HVT67.mjs";
122
+ import "../chunk-J64W5V6F.mjs";
123
123
  import "../chunk-K6S7R6LU.mjs";
124
124
  import "../chunk-7Y4HBY2D.mjs";
125
125
  import "../chunk-WZ6PXGGC.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-RGUQWALX.mjs";
5
5
  import {
6
6
  MySelect
7
- } from "../chunk-AAPLH46O.mjs";
7
+ } from "../chunk-LGARENYN.mjs";
8
8
  import "../chunk-3P5GXZPO.mjs";
9
9
  import "../chunk-E4JVWPXS.mjs";
10
10
  import {
@@ -12,7 +12,7 @@ import {
12
12
  } from "../chunk-N7QM7SHQ.mjs";
13
13
  import "../chunk-O7YCQQO5.mjs";
14
14
  import "../chunk-QSWIVDXC.mjs";
15
- import "../chunk-FE4HVT67.mjs";
15
+ import "../chunk-J64W5V6F.mjs";
16
16
  import "../chunk-K6S7R6LU.mjs";
17
17
  import "../chunk-7Y4HBY2D.mjs";
18
18
  import "../chunk-WZ6PXGGC.mjs";
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "types": "./dist/types/index.d.mts"
55
55
  }
56
56
  },
57
- "version": "0.1.870",
57
+ "version": "0.1.871",
58
58
  "private": false,
59
59
  "files": [
60
60
  "dist"
@@ -80,9 +80,9 @@ var const_object_generalMenuData = {
80
80
  };
81
81
 
82
82
  export {
83
+ const_object_colors,
83
84
  const_array_daysOfWeek,
84
85
  const_columnSize,
85
- const_object_colors,
86
86
  const_object_documentTypes,
87
87
  const_object_generalMenuData
88
88
  };