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(FileInput3, __spreadValues({ label, placeholder: label ? `Ch\u1ECDn ${label == null ? void 0 : label.toLowerCase()}` : "" }, rest));
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-PZS7HFGP.mjs";
68
+ } from "../chunk-Z4HWHVNV.mjs";
69
69
  import "../chunk-P5TKOHP7.mjs";
70
70
  import "../chunk-Y3YGC5IH.mjs";
71
71
  import "../chunk-5U2JSHSJ.mjs";
@@ -25,7 +25,7 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-PZS7HFGP.mjs";
28
+ } from "../chunk-Z4HWHVNV.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.232",
25
+ "version": "0.1.233",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"