aq-fe-framework 0.1.232 → 0.1.233
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.
@@ -6712,10 +6712,18 @@ function MyFieldset(_a) {
|
|
6712
6712
|
|
6713
6713
|
// src/components/Inputs/FileInput/MyFileInput.tsx
|
6714
6714
|
import { FileInput as FileInput3 } from "@mantine/core";
|
6715
|
+
import { IconFile } from "@tabler/icons-react";
|
6715
6716
|
import { jsx as jsx46 } from "react/jsx-runtime";
|
6716
6717
|
function MyFileInput(_a) {
|
6717
6718
|
var _b = _a, { label } = _b, rest = __objRest(_b, ["label"]);
|
6718
|
-
return /* @__PURE__ */ jsx46(
|
6719
|
+
return /* @__PURE__ */ jsx46(
|
6720
|
+
FileInput3,
|
6721
|
+
__spreadValues({
|
6722
|
+
rightSection: /* @__PURE__ */ jsx46(IconFile, {}),
|
6723
|
+
label,
|
6724
|
+
placeholder: label ? `Ch\u1ECDn ${label == null ? void 0 : label.toLowerCase()}` : ""
|
6725
|
+
}, rest)
|
6726
|
+
);
|
6719
6727
|
}
|
6720
6728
|
|
6721
6729
|
// src/components/Inputs/NumberInput/MyNumberInput.tsx
|
@@ -65,7 +65,7 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-Z4HWHVNV.mjs";
|
69
69
|
import "../chunk-P5TKOHP7.mjs";
|
70
70
|
import "../chunk-Y3YGC5IH.mjs";
|
71
71
|
import "../chunk-5U2JSHSJ.mjs";
|