aq-fe-framework 0.1.103 → 0.1.105
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.
@@ -2,6 +2,9 @@ import {
|
|
2
2
|
baseAxios_default,
|
3
3
|
useQ_AQ_GetAQModule
|
4
4
|
} from "./chunk-QAWKASVG.mjs";
|
5
|
+
import {
|
6
|
+
createGenericStore
|
7
|
+
} from "./chunk-Y3YGC5IH.mjs";
|
5
8
|
import {
|
6
9
|
U0DateToDDMMYYYString,
|
7
10
|
U0MyValidateEmail,
|
@@ -12,9 +15,6 @@ import {
|
|
12
15
|
import {
|
13
16
|
utils_notification_show
|
14
17
|
} from "./chunk-7ZCOFATU.mjs";
|
15
|
-
import {
|
16
|
-
createGenericStore
|
17
|
-
} from "./chunk-Y3YGC5IH.mjs";
|
18
18
|
import {
|
19
19
|
__objRest,
|
20
20
|
__spreadProps,
|
@@ -9535,6 +9535,7 @@ function F_core60524_Form() {
|
|
9535
9535
|
/* @__PURE__ */ jsx97(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx97(
|
9536
9536
|
MyFileInput,
|
9537
9537
|
{
|
9538
|
+
accept: "image/png,image/jpeg",
|
9538
9539
|
label: "Favicon (16px x 16px)",
|
9539
9540
|
value: form.getValues().faviconFile,
|
9540
9541
|
onChange: async (e4) => {
|
@@ -9546,6 +9547,7 @@ function F_core60524_Form() {
|
|
9546
9547
|
/* @__PURE__ */ jsx97(Grid3.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx97(
|
9547
9548
|
MyFileInput,
|
9548
9549
|
{
|
9550
|
+
accept: "image/png,image/jpeg",
|
9549
9551
|
label: "Logo (330px x 115px)",
|
9550
9552
|
value: form.getValues().logoFile,
|
9551
9553
|
onChange: async (e4) => {
|
@@ -64,11 +64,11 @@ import {
|
|
64
64
|
useS_BasicAppShell,
|
65
65
|
useS_ButtonImport,
|
66
66
|
utils_layout_getItemsWithoutLinks
|
67
|
-
} from "../chunk-
|
67
|
+
} from "../chunk-L6DWMTSI.mjs";
|
68
68
|
import "../chunk-QAWKASVG.mjs";
|
69
|
+
import "../chunk-Y3YGC5IH.mjs";
|
69
70
|
import "../chunk-CJDXLINF.mjs";
|
70
71
|
import "../chunk-7ZCOFATU.mjs";
|
71
|
-
import "../chunk-Y3YGC5IH.mjs";
|
72
72
|
import "../chunk-FWCSY2DS.mjs";
|
73
73
|
export {
|
74
74
|
AQButtonCreateByImportFile,
|
@@ -65,11 +65,11 @@ import {
|
|
65
65
|
useS_core60524,
|
66
66
|
useS_core83092,
|
67
67
|
utils_core83092_mergePage
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-L6DWMTSI.mjs";
|
69
69
|
import "../chunk-QAWKASVG.mjs";
|
70
|
+
import "../chunk-Y3YGC5IH.mjs";
|
70
71
|
import "../chunk-CJDXLINF.mjs";
|
71
72
|
import "../chunk-7ZCOFATU.mjs";
|
72
|
-
import "../chunk-Y3YGC5IH.mjs";
|
73
73
|
import "../chunk-FWCSY2DS.mjs";
|
74
74
|
export {
|
75
75
|
F_authenticate_Login,
|
package/package.json
CHANGED
@@ -22,12 +22,13 @@
|
|
22
22
|
"types": "./dist/hooks/index.d.mts"
|
23
23
|
}
|
24
24
|
},
|
25
|
-
"version": "0.1.
|
25
|
+
"version": "0.1.105",
|
26
26
|
"private": false,
|
27
27
|
"files": [
|
28
28
|
"dist"
|
29
29
|
],
|
30
30
|
"scripts": {
|
31
|
+
"deploy": "node deploy.js",
|
31
32
|
"dev": "next dev --turbopack -p 3000",
|
32
33
|
"build-next": "next build",
|
33
34
|
"gen": "barrelsby --config barrelsby.json",
|