ados-rcm 1.1.389 → 1.1.390

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.
@@ -18,7 +18,7 @@ export interface IAFileUploaderProps extends IAWrapProps, IABaseProps {
18
18
  *
19
19
  * Description : useFiles of AFileUploader
20
20
  */
21
- useFiles: TUseValues<ICustomFile[] | undefined>;
21
+ useFiles: TUseValues<ICustomFile[] | undefined, ICustomFile[] | undefined | File[] | undefined>;
22
22
  /**
23
23
  * accept? : string
24
24
  *
package/dist/index.es.js CHANGED
@@ -8610,7 +8610,10 @@ const Rd = (r) => /* @__PURE__ */ m.jsx(Ci, { className: He.clsx($r.ChoiceButton
8610
8610
  isLoading: k,
8611
8611
  resources: O,
8612
8612
  ...H
8613
- } = r, B = ve(() => ({ ...bn.AFileUploader, ...O }), [O]), [q, Z] = mn(h, void 0), [ue, Y] = mn(D, !1), [fe, j] = Ht(C || {});
8613
+ } = r, B = ve(() => ({ ...bn.AFileUploader, ...O }), [O]), [q, Z] = mn(
8614
+ h,
8615
+ void 0
8616
+ ), [ue, Y] = mn(D, !1), [fe, j] = Ht(C || {});
8614
8617
  Vt(() => {
8615
8618
  const ce = b == null ? void 0 : b[1];
8616
8619
  ce && ce(fe);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.389",
3
+ "version": "1.1.390",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",