@grapadigital/shared-app-modules 0.0.126 → 0.0.128
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.
- package/dist/chuncks/{format.util.D3U9ZMqh.js → format.util.CogR-BIT.js} +1 -1
- package/dist/components.d.ts +2 -2
- package/dist/components.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/events.js +1 -1
- package/dist/utils.js +2 -2
- package/package.json +1 -1
- package/dist/chuncks/{field-textarea.component.B0Y5wLxD.js → field-textarea.component.Q5DA_Igh.js} +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -290,11 +290,11 @@ export declare function FieldLabelWithAsterisk({ className, ...props }: React.Co
|
|
|
290
290
|
|
|
291
291
|
export declare const FieldProfileSelectInput: ForwardRefExoticComponent<Omit<FieldProfileSelectInputProps, "ref"> & RefAttributes<HTMLInputElement>>;
|
|
292
292
|
|
|
293
|
-
declare type FieldProfileSelectInputProps = React.ComponentProps<typeof
|
|
293
|
+
declare type FieldProfileSelectInputProps = React.ComponentProps<typeof ProfileSelectInput> & ControllerFieldState & {
|
|
294
294
|
label?: string;
|
|
295
295
|
description?: string;
|
|
296
296
|
asterisk?: boolean;
|
|
297
|
-
onValueChange: (
|
|
297
|
+
onValueChange: (profile: ProfileInterface) => void;
|
|
298
298
|
value?: string;
|
|
299
299
|
ref?: React.Ref<HTMLInputElement> | undefined;
|
|
300
300
|
};
|
package/dist/components.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as b, c, B as M, ap as k, aq as v, ar as C, P as T, Q as H, W as y, V as _, R as A, X as P } from "./chuncks/switch.BgkPsd63.js";
|
|
2
|
-
import { j as de, k as ge, o as xe, p as be, t as me, F as he, q as fe, r as pe, u as ue, s as ye, v as we, I as Ne, l as ke, P as ve, e as Ce, f as Ie, g as ze, h as Se, m as Fe, n as Me } from "./chuncks/field-textarea.component.
|
|
2
|
+
import { j as de, k as ge, o as xe, p as be, t as me, F as he, q as fe, r as pe, u as ue, s as ye, v as we, I as Ne, l as ke, P as ve, e as Ce, f as Ie, g as ze, h as Se, m as Fe, n as Me } from "./chuncks/field-textarea.component.Q5DA_Igh.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as j } from "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import { C as I, f as z, S as f } from "./chuncks/card.C4GIVN6P.js";
|
package/dist/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as p, B as L, C as N, S as d, d as u } from "./chuncks/field-textarea.component.
|
|
1
|
+
import { A as p, B as L, C as N, S as d, d as u } from "./chuncks/field-textarea.component.Q5DA_Igh.js";
|
|
2
2
|
import "./chuncks/switch.BgkPsd63.js";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
package/dist/events.js
CHANGED
package/dist/utils.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as e, a as r, b as m, c as t, m as o, d as c, e as i, g as n, p, h as C, u as f } from "./chuncks/format.util.
|
|
2
|
-
import { i as k, a as P, b, c as N } from "./chuncks/field-textarea.component.
|
|
1
|
+
import { f as e, a as r, b as m, c as t, m as o, d as c, e as i, g as n, p, h as C, u as f } from "./chuncks/format.util.CogR-BIT.js";
|
|
2
|
+
import { i as k, a as P, b, c as N } from "./chuncks/field-textarea.component.Q5DA_Igh.js";
|
|
3
3
|
export {
|
|
4
4
|
e as formatCompactNumber,
|
|
5
5
|
r as formatCompactPercent,
|
package/package.json
CHANGED
package/dist/chuncks/{field-textarea.component.B0Y5wLxD.js → field-textarea.component.Q5DA_Igh.js}
RENAMED
|
@@ -3,10 +3,10 @@ import { a as mA, c as S, L as fA, aY as hA, B as M, ab as G, ad as O, ae as T,
|
|
|
3
3
|
import * as SA from "react";
|
|
4
4
|
import { forwardRef as B, useState as y, useEffect as W } from "react";
|
|
5
5
|
import { P as j, k as Q, l as H, q as $, r as L, s as F, t as IA, F as D, C as NA, b as E, c as R, h as DA } from "./popover.B3Gr9au_.js";
|
|
6
|
+
import "date-fns";
|
|
6
7
|
import { a as k, u as Z } from "./use-shared-app-modules.hook.BneFRNyA.js";
|
|
7
8
|
import "./shared-app-modules.provider.DRJ7n4Cj.js";
|
|
8
9
|
import { useQuery as V } from "@tanstack/react-query";
|
|
9
|
-
import "date-fns";
|
|
10
10
|
import "react-hook-form";
|
|
11
11
|
import EA from "axios";
|
|
12
12
|
const RA = [
|