reactaform 1.0.0 → 1.1.0
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/reactaform.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),Fe=require("react-dom"),Ot=`/* ReactaForm CSS Custom Properties (CSS Variables) */\r
|
|
2
2
|
\r
|
|
3
3
|
/* Default Light Theme */\r
|
|
4
4
|
:root {\r
|
|
@@ -18,6 +18,17 @@
|
|
|
18
18
|
--reactaform-space-lg: 12px;\r
|
|
19
19
|
/* Hover background for light theme */\r
|
|
20
20
|
--reactaform-hover-bg: #f5f5f5;\r
|
|
21
|
+
\r
|
|
22
|
+
/* Gap variables\r
|
|
23
|
+
- --reactaform-field-gap: vertical gap between fields (default uses --reactaform-space)\r
|
|
24
|
+
- --reactaform-column-gap: horizontal gap between label and control in row layout\r
|
|
25
|
+
- --reactaform-inline-gap: inline horizontal gap used inside control groups\r
|
|
26
|
+
- --reactaform-label-gap: vertical gap between label and control in column layout\r
|
|
27
|
+
*/\r
|
|
28
|
+
--reactaform-field-gap: var(--reactaform-space);\r
|
|
29
|
+
--reactaform-column-gap: var(--reactaform-space);\r
|
|
30
|
+
--reactaform-inline-gap: var(--reactaform-space);\r
|
|
31
|
+
--reactaform-label-gap: 4px;\r
|
|
21
32
|
\r
|
|
22
33
|
/* Typography */\r
|
|
23
34
|
--reactaform-font-size: 14px;\r
|
|
@@ -105,15 +116,19 @@
|
|
|
105
116
|
/* Removed internal scrolling - let parent container handle it */\r
|
|
106
117
|
}\r
|
|
107
118
|
\r
|
|
108
|
-
/* Field Container
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
119
|
+
/* Field Container\r
|
|
120
|
+
- Uses a two-column grid: label (left) and control (right)\r
|
|
121
|
+
- \`--reactaform-column-gap\` controls the horizontal gap between label and control\r
|
|
122
|
+
- \`--reactaform-field-gap\` controls the vertical spacing between fields (margin-bottom)\r
|
|
123
|
+
*/\r
|
|
124
|
+
.reactaform-field {\r
|
|
125
|
+
display: grid;\r
|
|
126
|
+
grid-template-columns: 1fr 2fr;\r
|
|
127
|
+
align-items: start;\r
|
|
128
|
+
padding: 0;\r
|
|
129
|
+
gap: var(--reactaform-column-gap);\r
|
|
130
|
+
margin-bottom: var(--reactaform-field-gap);\r
|
|
131
|
+
}\r
|
|
117
132
|
\r
|
|
118
133
|
/* Labels */\r
|
|
119
134
|
.reactaform-label {\r
|
|
@@ -207,9 +222,9 @@
|
|
|
207
222
|
padding: calc(var(--reactaform-space) * 0.8);\r
|
|
208
223
|
}\r
|
|
209
224
|
\r
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
225
|
+
.reactaform-field {\r
|
|
226
|
+
gap: calc(var(--reactaform-column-gap) * 0.8);\r
|
|
227
|
+
}\r
|
|
213
228
|
}\r
|
|
214
229
|
\r
|
|
215
230
|
@media (max-width: 768px) {\r
|
|
@@ -269,15 +284,15 @@
|
|
|
269
284
|
\r
|
|
270
285
|
\r
|
|
271
286
|
}\r
|
|
272
|
-
`;var ye={exports:{}},me={};var
|
|
287
|
+
`;var ye={exports:{}},me={};var Be;function Mt(){if(Be)return me;Be=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(o,n,a){var i=null;if(a!==void 0&&(i=""+a),n.key!==void 0&&(i=""+n.key),"key"in n){a={};for(var c in n)c!=="key"&&(a[c]=n[c])}else a=n;return n=a.ref,{$$typeof:e,type:o,key:i,ref:n!==void 0?n:null,props:a}}return me.Fragment=t,me.jsx=r,me.jsxs=r,me}var de={};var He;function At(){return He||(He=1,process.env.NODE_ENV!=="production"&&(function(){function e(y){if(y==null)return null;if(typeof y=="function")return y.$$typeof===M?null:y.displayName||y.name||null;if(typeof y=="string")return y;switch(y){case x:return"Fragment";case C:return"Profiler";case v:return"StrictMode";case R:return"Suspense";case j:return"SuspenseList";case I:return"Activity"}if(typeof y=="object")switch(typeof y.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),y.$$typeof){case g:return"Portal";case O:return y.displayName||"Context";case k:return(y._context.displayName||"Context")+".Consumer";case w:var N=y.render;return y=y.displayName,y||(y=N.displayName||N.name||"",y=y!==""?"ForwardRef("+y+")":"ForwardRef"),y;case S:return N=y.displayName||null,N!==null?N:e(y.type)||"Memo";case E:N=y._payload,y=y._init;try{return e(y(N))}catch{}}return null}function t(y){return""+y}function r(y){try{t(y);var N=!1}catch{N=!0}if(N){N=console;var P=N.error,q=typeof Symbol=="function"&&Symbol.toStringTag&&y[Symbol.toStringTag]||y.constructor.name||"Object";return P.call(N,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",q),t(y)}}function o(y){if(y===x)return"<>";if(typeof y=="object"&&y!==null&&y.$$typeof===E)return"<...>";try{var N=e(y);return N?"<"+N+">":"<...>"}catch{return"<...>"}}function n(){var y=V.A;return y===null?null:y.getOwner()}function a(){return Error("react-stack-top-frame")}function i(y){if($.call(y,"key")){var N=Object.getOwnPropertyDescriptor(y,"key").get;if(N&&N.isReactWarning)return!1}return y.key!==void 0}function c(y,N){function P(){te||(te=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",N))}P.isReactWarning=!0,Object.defineProperty(y,"key",{get:P,configurable:!0})}function f(){var y=e(this.type);return K[y]||(K[y]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),y=this.props.ref,y!==void 0?y:null}function m(y,N,P,q,Z,ee){var H=P.ref;return y={$$typeof:h,type:y,key:N,props:P,_owner:q},(H!==void 0?H:null)!==null?Object.defineProperty(y,"ref",{enumerable:!1,get:f}):Object.defineProperty(y,"ref",{enumerable:!1,value:null}),y._store={},Object.defineProperty(y._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(y,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(y,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Z}),Object.defineProperty(y,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.freeze&&(Object.freeze(y.props),Object.freeze(y)),y}function l(y,N,P,q,Z,ee){var H=N.children;if(H!==void 0)if(q)if(L(H)){for(q=0;q<H.length;q++)d(H[q]);Object.freeze&&Object.freeze(H)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else d(H);if($.call(N,"key")){H=e(y);var Q=Object.keys(N).filter(function(ie){return ie!=="key"});q=0<Q.length?"{key: someKey, "+Q.join(": ..., ")+": ...}":"{key: someKey}",F[H+q]||(Q=0<Q.length?"{"+Q.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
273
288
|
let props = %s;
|
|
274
289
|
<%s {...props} />
|
|
275
290
|
React keys must be passed directly to JSX without using spread:
|
|
276
291
|
let props = %s;
|
|
277
|
-
<%s key={someKey} {...props} />`,q,H,Q,H),F[H+q]=!0)}if(H=null,T!==void 0&&(r(T),H=""+T),i(j)&&(r(j.key),H=""+j.key),"key"in j){T={};for(var le in j)le!=="key"&&(T[le]=j[le])}else T=j;return H&&c(T,typeof y=="function"?y.displayName||y.name||"Unknown":y),u(y,H,T,n(),Z,ee)}function g(y){f(y)?y._store&&(y._store.validated=1):typeof y=="object"&&y!==null&&y.$$typeof===N&&(y._payload.status==="fulfilled"?f(y._payload.value)&&y._payload.value._store&&(y._payload.value._store.validated=1):y._store&&(y._store.validated=1))}function f(y){return typeof y=="object"&&y!==null&&y.$$typeof===h}var p=s,h=Symbol.for("react.transitional.element"),d=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),k=Symbol.for("react.profiler"),O=Symbol.for("react.consumer"),S=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),I=Symbol.for("react.activity"),M=Symbol.for("react.client.reference"),$=p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,V=Object.prototype.hasOwnProperty,L=Array.isArray,U=console.createTask?console.createTask:function(){return null};p={react_stack_bottom_frame:function(y){return y()}};var te,K={},se=p.react_stack_bottom_frame.bind(p,a)(),D=U(o(a)),F={};de.Fragment=x,de.jsx=function(y,j,T){var q=1e4>$.recentlyCreatedOwnerStacks++;return m(y,j,T,!1,q?Error("react-stack-top-frame"):se,q?U(o(y)):D)},de.jsxs=function(y,j,T){var q=1e4>$.recentlyCreatedOwnerStacks++;return m(y,j,T,!0,q?Error("react-stack-top-frame"):se,q?U(o(y)):D)}})()),de}var He;function At(){return He||(He=1,process.env.NODE_ENV==="production"?ye.exports=Ot():ye.exports=Mt()),ye.exports}var b=At();const et=s.createContext(void 0),P=()=>{const e=s.useContext(et);if(!e)throw new Error("❌ useReactaFormContext must be used within a <ReactaFormProvider>");return e};class we{map={};register(t,r){this.map[t]=r}get(t){return this.map[t]}has(t){return t in this.map}list(){return Object.keys(this.map)}entries(){return Object.entries(this.map)}values(){return Object.values(this.map)}size(){return Object.keys(this.map).length}unregister(t){return t in this.map?(delete this.map[t],!0):!1}clear(){this.map={}}registerAll(t){Array.isArray(t)?t.forEach(([r,o])=>this.register(r,o)):Object.entries(t).forEach(([r,o])=>this.register(r,o))}getOrDefault(t,r){return this.get(t)??r}}function tt(e,t=300,r){const o=s.useRef(void 0),n=s.useRef(e),a=s.useRef(null),i=s.useRef(!1);s.useEffect(()=>{n.current=e},[e]),s.useEffect(()=>()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0)},[]);const c=s.useCallback(()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current=null,i.current=!1},[]),l=s.useCallback(()=>{if(o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current)try{n.current(...a.current)}finally{a.current=null,i.current=!1}},[]);return{callback:s.useCallback((...m)=>{if(r?.leading===!0&&!i.current){i.current=!0,n.current(...m),window.clearTimeout(o.current),o.current=window.setTimeout(()=>{i.current=!1,o.current=void 0},t);return}a.current=m,window.clearTimeout(o.current),o.current=window.setTimeout(()=>{o.current=void 0,a.current&&(n.current(...a.current),a.current=null,i.current=!1)},t)},[t,r?.leading]),cancel:c,flush:l}}const A={field:"reactaform-field",label:"reactaform-label",input:"reactaform-input",textInput:"reactaform-input--text",inputNumber:"reactaform-input--number",inputSelect:"reactaform-select",rangeInput:"reactaform-input--range",button:"reactaform-button"},G=(...e)=>{const t=[];for(const r of e)r&&(typeof r=="string"?t.push(r):typeof r=="object"&&Object.entries(r).forEach(([o,n])=>{n&&t.push(o)}));return t.join(" ")},rt=({content:e,size:t="medium",animation:r=!0})=>{const{t:o,darkMode:n,formStyle:a,fieldStyle:i}=P(),[c,l]=s.useState(!1),[u,m]=s.useState({x:0,y:0}),[g,f]=s.useState(!1),p=s.useRef(null),h=s.useRef(null),d=s.useRef(null),x=s.useMemo(()=>{const S={icon:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:"1.2em",height:"1.2em",fontSize:"0.9em",fontWeight:"bold",borderRadius:"50%",backgroundColor:n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)",color:n?"#f0f0f0":"#333",border:`1px solid ${n?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.1)"}`,cursor:"pointer",transition:r?"all 0.2s ease":void 0,marginLeft:"0.3em"},text:{...{small:{padding:"4px 8px",fontSize:"11px",maxWidth:"200px"},medium:{padding:"6px 10px",fontSize:"12px",maxWidth:"240px"},large:{padding:"8px 12px",fontSize:"13px",maxWidth:"280px"}}[t],position:"absolute",backgroundColor:`var(--reactaform-tooltip-color-bg, ${n?"rgba(45,45,45,0.95)":"rgba(60,60,60,0.92)"})`,color:`var(--reactaform-tooltip-color, ${n?"#f0f0f0":"#fff"})`,borderRadius:"6px",border:`1px solid ${n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)"}`,boxShadow:n?"0 8px 16px rgba(0,0,0,0.4)":"0 6px 18px rgba(0,0,0,0.12)",zIndex:2147483647,opacity:0,visibility:"hidden",transition:r?"opacity 0.2s ease, visibility 0.2s ease":void 0,pointerEvents:"none",whiteSpace:"normal",wordBreak:"break-word",boxSizing:"border-box"},textVisible:{opacity:1,visibility:"visible"}},C=(R,E,N)=>{const M=R?.[E];return(N&&M?M[N]:void 0)??{}};return{icon:{...S.icon,...C(a,"tooltip","icon"),...C(i,"tooltip","icon")},text:{...S.text,...C(a,"tooltip","text"),...C(i,"tooltip","text")},textVisible:S.textVisible}},[n,t,r,a,i]);s.useEffect(()=>{if(c){const O=requestAnimationFrame(()=>f(!1)),S=requestAnimationFrame(()=>{if(p.current){const C=p.current.getBoundingClientRect(),w=8;d.current=C;const R=C.right+w,E=C.top;m({x:R,y:E}),f(!0)}});return()=>{cancelAnimationFrame(S),cancelAnimationFrame(O)}}else requestAnimationFrame(()=>f(!1))},[c]),s.useEffect(()=>{if(!g)return;const O=requestAnimationFrame(()=>{if(!h.current)return;const S=h.current.getBoundingClientRect(),C=8,w=typeof window<"u"?window.innerWidth:1024,R=typeof window<"u"?window.innerHeight:768;let E=u.x,N=u.y;const I=d.current;I&&(E=I.right+C,N=I.top+I.height/2-S.height/2+-4,E+S.width>w-C&&(E=I.left-C-S.width)),E+S.width>w-C&&(E=Math.max(C,w-S.width-C)),E<C&&(E=C),N+S.height>R-C&&(N=Math.max(C,R-S.height-C)),N<C&&(N=C),(E!==u.x||N!==u.y)&&m({x:E,y:N})});return()=>cancelAnimationFrame(O)},[g,u.x,u.y]);const v=typeof document<"u"?document.getElementById("popup-root"):null,k=b.jsx("div",{ref:h,style:{...x.text,transform:g?"translateY(0) scale(1)":"translateY(-4px) scale(0.98)",transition:"opacity 120ms ease, transform 120ms ease, visibility 120ms ease",width:240,...g?x.textVisible:{},top:u.y,left:u.x},"data-reactaform-theme":n?"dark":"light",children:o(e)});return b.jsxs(b.Fragment,{children:[b.jsx("span",{"data-testid":"tooltip-icon",ref:p,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),style:{...x.icon},children:"?"}),c&&(v?Ae.createPortal(k,v):k)]})},nt=s.memo(({field:e,error:t,children:r})=>{const{t:o}=P(),n=e?.labelLayout==="column-center"?"center":"left";return b.jsxs("div",{className:`${A.field} column-layout`,style:{display:"flex",flexDirection:"column",gap:"var(--reactaform-field-gap, 8px)","--label-align":n},children:[b.jsx("div",{style:{textAlign:n,width:"100%"},children:b.jsx("label",{className:A.label,htmlFor:e.name,style:{textAlign:n,width:"100%",minWidth:"unset",display:"block"},children:o(e.displayName)})}),b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-field-gap, 8px)",width:"100%"},children:[b.jsx("div",{style:{flex:1,minWidth:0,maxWidth:"100%"},children:b.jsx("div",{style:{width:"100%"},children:r})}),e.tooltip&&b.jsx(rt,{content:e.tooltip})]}),t&&b.jsx(Fe,{children:t})]})});nt.displayName="ColumnFieldLayout";const ot=s.memo(({field:e,error:t,children:r,rightAlign:o=!1})=>{const{t:n}=P(),a=s.useMemo(()=>({display:"flex",flexDirection:"column",gap:0}),[]),i=s.useMemo(()=>({display:"flex",flexDirection:"row",alignItems:"center",gap:"3px"}),[]);return b.jsxs("div",{className:`${A.field} row-layout`,children:[b.jsx("label",{className:A.label,htmlFor:e.name,style:{textAlign:"left",justifyContent:"flex-start"},children:n(e.displayName)}),b.jsxs("div",{style:a,children:[b.jsxs("div",{style:i,children:[o?b.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center",gap:"var(--reactaform-field-gap, 8px)"},children:r}):r,e.tooltip&&b.jsx(rt,{content:e.tooltip})]}),t&&b.jsx(Fe,{children:t})]})]})});ot.displayName="RowFieldLayout";const W=({field:e,error:t,children:r,rightAlign:o=!1})=>e?.labelLayout==="column-left"||e?.labelLayout==="column-center"?b.jsx(nt,{field:e,error:t,children:r}):b.jsx(ot,{field:e,error:t,rightAlign:o,children:r}),Fe=s.memo(({children:e})=>{const t=s.useMemo(()=>({color:"var(--reactaform-error-color)",fontSize:"13px",marginTop:"4px",fontWeight:"var(--reactaform-font-weight)",display:"flex",flex:1,justifyContent:"flex-start",alignItems:"flex-start"}),[]);return b.jsx("div",{style:t,children:e})});Fe.displayName="ErrorDiv";const at=s.memo(({name:e,onChange:t})=>{const{t:r}=P();return b.jsxs("div",{style:{marginBottom:16},children:[b.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 2fr",gap:12,alignItems:"center"},children:[b.jsx("label",{htmlFor:"instance-name-input",style:{margin:0,fontSize:"0.95em",fontWeight:500,color:"var(--reactaform-text-color, #333)"},children:r("Instance Name")}),b.jsx("input",{id:"instance-name-input",type:"text",value:e,onChange:o=>t(o.target.value),style:{width:"100%",padding:"var(--reactaform-input-padding, 8px 12px)",fontSize:"var(--reactaform-input-font-size, 14px)",border:"1px solid var(--reactaform-input-border, #ddd)",borderRadius:"var(--reactaform-border-radius, 4px)",backgroundColor:"var(--reactaform-input-bg, #fff)",color:"var(--reactaform-text-color, #333)",boxSizing:"border-box"},placeholder:r("Enter instance name")})]}),b.jsx("div",{style:{height:"1px",backgroundColor:"var(--reactaform-separator, #e6e6e6)",marginTop:12,marginBottom:12}})]})});at.displayName="InstanceName";const Ft=({field:e,value:t,onChange:r})=>{const o=i=>{const c=i.target.checked;r?.(c,null)},n=i=>{(i.key===" "||i.key==="Spacebar"||i.key==="Space"||i.key==="Enter")&&(i.preventDefault(),r?.(!t,null))},a=e.name;return b.jsx(W,{field:e,rightAlign:!0,children:b.jsx("input",{id:a,"data-testid":"boolean-checkbox",type:"checkbox",checked:!!t,onChange:o,onKeyDown:n,"aria-checked":!!t,style:{cursor:"pointer",margin:"8px 0 8px 0",width:"1.2em",height:"1.2em",verticalAlign:"middle",color:"#FFFFFF",accentColor:"#0000FF",opacity:void 0}})})};class zt extends we{registerInCategory(t,r,o){this.get(t)||this.register(t,{});const n=this.get(t);n[r]=o}getFromCategory(t,r){return this.get(t)?.[r]}listFromCategory(t){return Object.keys(this.get(t)||{})}listCategories(){return this.list()}}const st=new we,it=new zt;function Vt(e,t){st.register(e,t)}function $t(e,t,r){it.registerInCategory(e,t,r)}function Tt(e,t){return it.getFromCategory(e,t)||null}function Pt(e){return st.get(e)||null}const Ce=new Map,Re=new Map;function Y(e,t,r,o){if(t&&typeof t.validationHandlerName=="string"){const n=`${e}:${t.validationHandlerName}`;if(!Ce.has(n)){const i=Tt(e,t.validationHandlerName);Ce.set(n,i)}const a=Ce.get(n);if(a)return a(r,o)||null}return null}function ct(e,t,r){if(e&&typeof e.validationHandlerName=="string"){const o=e.validationHandlerName;if(!Re.has(o)){const a=Pt(o);Re.set(o,a)}const n=Re.get(o);if(n)return n(t,r)||null}return null}const Dt=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,formStyle:a,fieldStyle:i,definitionName:c}=P(),l=a,u=i,m=(S,C,w)=>{if(!C)return{};const R=S?.[C];return(w&&R?R[w]:void 0)??{}},g=s.useMemo(()=>({display:"inline-block",position:"relative",width:44,height:24,...m(l,"switch","label"),...m(u,void 0,"label")}),[l,u]),f=s.useMemo(()=>({position:"absolute",opacity:0,top:0,left:0,width:"100%",height:"100%",margin:0,cursor:"pointer",pointerEvents:"none",...m(l,"switch","hiddenInput"),...m(u,void 0,"hiddenInput")}),[l,u]),p=s.useMemo(()=>({position:"absolute",cursor:"pointer",top:0,left:0,right:0,bottom:0,backgroundColor:"var(--reactaform-switch-off-bg, #ccc)",transition:"0.3s",borderRadius:24,borderWidth:2,borderStyle:"solid",borderColor:"transparent",...m(l,"switch","slider"),...m(u,void 0,"slider")}),[l,u]),h=s.useMemo(()=>({position:"absolute",height:16,width:16,left:2,bottom:2,backgroundColor:"white",transition:"0.3s",borderRadius:"50%",boxShadow:"0 1px 3px rgba(0, 0, 0, 0.3)",...m(l,"switch","knob"),...m(u,void 0,"knob")}),[l,u]),d=!!t,x=s.useRef(null),v=s.useRef(o),k=s.useCallback(S=>S?Y(c,e,S,n)??null:e.required?n("Value required"):null,[e,n,c]),O=()=>{const S=!d,C=k(S);r?.(S,C)};return s.useEffect(()=>{v.current=o},[o]),s.useEffect(()=>{const S=k(d);S!==x.current&&(x.current=S,v.current?.(S??null))},[d,e,k]),b.jsx(W,{field:e,error:k(d),rightAlign:!0,children:b.jsxs("label",{style:g,children:[b.jsx("input",{id:e.name,type:"checkbox",checked:d,readOnly:!0,"aria-label":n(e.displayName),style:f,tabIndex:-1}),b.jsx("span",{role:"switch","data-testid":"switch",tabIndex:0,"aria-checked":d,onClick:O,onKeyDown:S=>{(S.key===" "||S.key==="Spacebar"||S.key==="Space"||S.key==="Enter")&&(S.preventDefault(),O())},className:`reactaform-switch ${d?"active checked on":""} `,style:d?{...p,backgroundColor:"var(--reactaform-switch-on-bg, #22c55e)",borderColor:"var(--reactaform-switch-on-border, #16a34a)"}:p,children:b.jsx("span",{style:{...h,transform:d?"translateX(20px)":void 0}})})]})})},We=[{label:"Black",value:"#000000"},{label:"White",value:"#ffffff"},{label:"Red",value:"#ff0000"},{label:"Green",value:"#008000"},{label:"Blue",value:"#0000ff"},{label:"Yellow",value:"#ffff00"},{label:"Cyan",value:"#00ffff"},{label:"Magenta",value:"#ff00ff"},{label:"Orange",value:"#ffa500"},{label:"Purple",value:"#800080"},{label:"Brown",value:"#a52a2a"},{label:"Gray",value:"#808080"},{label:"Light Gray",value:"#d3d3d3"},{label:"Pink",value:"#ffc0cb"}];function lt(e){return/^#([0-9A-F]{3}){1,2}$/i.test(e)}function Lt(e){if(!lt(e))return null;const t=ut(e),r=parseInt(t.slice(1),16);return{r:r>>16&255,g:r>>8&255,b:r&255}}function ut(e){return e?(e=e.toLowerCase(),/^#([a-f0-9]){3}$/i.test(e)?"#"+e.slice(1).split("").map(t=>t+t).join(""):e):"#000000"}const _t=({field:e,value:t,onChange:r})=>{const{t:o}=P(),[n,a]=s.useState("#000000"),i=s.useRef(null),c=s.useRef(null);s.useEffect(()=>{const h=t&<(t)?t:"#000000",d=ut(h);a(d)},[t]);const l=h=>{const d=h.target.value;a(d),r?.(d,null)},u=h=>{const d=h.target.value;a(d),r?.(d,null)},m=We.find(h=>h.value===n),{r:g,g:f,b:p}=Lt(n)||{r:0,g:0,b:0};return b.jsx(W,{field:e,error:null,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[b.jsxs("select",{ref:i,id:e.name,value:n,onChange:l,style:{minWidth:"120px",flex:1},className:G(A.input,A.inputSelect),children:[We.map(h=>b.jsx("option",{value:h.value,children:o(h.label)},h.value)),m?null:b.jsxs("option",{value:n,children:["(",g,", ",f,", ",p,")"]},n)]}),b.jsx("label",{style:{width:"2.5em",height:"1.8em",display:"inline-block",border:"1px solid #ccc",borderRadius:"4px",backgroundColor:n,cursor:"pointer",overflow:"hidden",flexShrink:0},children:b.jsx("input",{ref:c,type:"color",value:n,onChange:u,style:{opacity:0,width:"100%",height:"100%",border:"none",padding:0,cursor:"pointer"}})})]})})},pe=e=>{if(!e)return null;const t=new Date(e);return isNaN(t.getTime())?null:t},qt=e=>{if(!e)return"";if(/^\d{4}-\d{2}-\d{2}$/.test(e))return pe(e)?e:"";const r=pe(e);if(r){const o=r.getFullYear(),n=String(r.getMonth()+1).padStart(2,"0"),a=String(r.getDate()).padStart(2,"0");return`${o}-${n}-${a}`}return""},Bt=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),{name:i,required:c}=e,l=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]);const m=s.useCallback(f=>{if(!f||f.trim()==="")return c?n("Value required"):null;if(f){const h=pe(f);if(!h)return n("Invalid date format");if(e.minDate){const d=pe(e.minDate);if(d&&h.getTime()<d.getTime())return n("Date must be on or after {{1}}",e.minDate)}if(e.maxDate){const d=pe(e.maxDate);if(d&&h.getTime()>d.getTime())return n("Date must be on or before {{1}}",e.maxDate)}}return Y(a,e,f,n)??null},[e,a,n,c]),g=f=>{const p=f.target.value,h=m(p);r?.(p,h)};return s.useEffect(()=>{const f=m(t);f!==l.current&&(l.current=f,u.current?.(f??null))},[t,m]),b.jsx(W,{field:e,error:m(t),children:b.jsx("input",{id:i,type:"date",value:qt(t),onChange:g,className:G(A.input,A.textInput),...e.minDate?{min:e.minDate}:{},...e.maxDate?{max:e.maxDate}:{},"aria-invalid":!!m(t),"aria-describedby":m(t)?`${i}-error`:void 0})})};function Ht(e){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}const Wt=({field:e,value:t,onChange:r,onError:o})=>{const{definitionName:n,t:a}=P(),i=s.useRef(null),c=s.useCallback(g=>{const f=g.trim();return f===""?e.required?a("Value required"):null:Ht(f)?e.pattern&&!new RegExp(e.pattern).test(f)?a("Email does not match pattern: {{%1}}",{"%1":`${e.pattern}`}):Y(n,e,g,a)??null:a("Must be valid email format")},[e,n,a]),l=g=>{const f=g.target.value,p=c(f);r?.(f,p)},u=s.useRef(null),m=s.useRef(o);return s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const g=t??"",f=c(g);i.current&&i.current.value!==String(g)&&(i.current.value=String(g)),f!==u.current&&(u.current=f,m.current?.(f??null))},[t,c]),b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"email",defaultValue:String(t??""),ref:i,onChange:l,className:G(A.input,A.textInput)})})},Ut=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,Yt=e=>{const t=Number.parseFloat(e);return Number.isNaN(t)?null:t},Jt=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useCallback(g=>{if(g.trim()==="")return e.required?n("Value required"):null;if(!Ut.test(g))return n("Must be a valid float");const f=Yt(g);return f===null?n("Must be a valid float"):e.min!==void 0&&(e.minInclusive?f<e.min:f<=e.min)?n("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min):e.max!==void 0&&(e.maxInclusive?f>e.max:f>=e.max)?n("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max):Y(a,e,f,n)??null},[e,a,n]),l=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const g=String(t??""),f=c(g);f!==l.current&&(l.current=f,u.current?.(f??null)),i.current&&document.activeElement!==i.current&&(i.current.value=g)},[t,e,c,n]);const m=g=>{const f=g.target.value,p=c(f);r?.(f,p)};return b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:m,className:G(A.input,A.inputNumber)})})},Gt=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function Kt(e){return e.split(",").map(t=>t.trim()).every(t=>Gt.test(t))}const Xt=e=>!e||e.trim()===""?[]:e.split(",").map(t=>t.trim()).filter(Boolean).map(Number),Zt=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),[i,c]=s.useState(Array.isArray(t)?t.join(", "):String(t??"")),l=s.useCallback(f=>{if(f.trim()==="")return e.required?n("Value required"):null;if(!Kt(f))return n("Each value must be a valid float");const p=Xt(f);if(e.minCount!==void 0&&p.length<e.minCount)return n("Minimum number of values: {{1}}",e.minCount);if(e.maxCount!==void 0&&p.length>e.maxCount)return n("Maximum number of values: {{1}}",e.maxCount);for(const d of p){if(e.min!==void 0&&(e.minInclusive?d<e.min:d<=e.min))return n("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?d>e.max:d>=e.max))return n("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return Y(a,e,p,n)??null},[a,e,n]),u=f=>{const p=f.target.value,h=l(p);c(p),r?.(p,h)},m=s.useRef(null),g=s.useRef(o);return s.useEffect(()=>{g.current=o},[o]),s.useEffect(()=>{const f=Array.isArray(t)?t.join(", "):String(t??""),p=l(f);p!==m.current&&(m.current=p,g.current?.(p??null))},[t,e.required,l,n]),b.jsx(W,{field:e,error:l(i),children:b.jsx("input",{type:"text",value:i,onChange:u,className:G(A.input,A.textInput),style:{flex:1}})})},Qt=({field:e})=>{const{darkMode:t}=P(),{color:r=t?"#444444":"#CCCCCC",thickness:o=1,margin:n="8px 0"}=e;return b.jsx("div",{style:{width:"auto",height:"0",borderTop:`${o}px solid ${r}`,margin:n}})};function er(){try{return"/"}catch{}try{if(typeof process<"u"&&process?.env?.PUBLIC_URL)return process.env.PUBLIC_URL}catch{}return"/"}const tr=({field:e,value:t})=>{const{language:r,t:o}=P(),n=e.alignment||"center",a={left:"flex-start",center:"center",right:"flex-end"},i=typeof t=="string"?t:"";let c=i&&i.trim()!==""?i:typeof e.defaultValue=="string"?e.defaultValue:"";c&&!c.startsWith("/")&&(c=`${er()}${c}`);const l=e.localized?.split(";").map(x=>x.trim()),[u,m]=s.useState(c||""),g=s.useRef(c||null);if(s.useEffect(()=>{if(!c)return;const x=c.split("/"),v=x.pop(),k=v.lastIndexOf(".");if(k===-1)return;const O=v.substring(0,k),S=v.substring(k);let C=null;l?.includes(r)&&(C=`${O}_${r}${S}`);const w=new AbortController;if(C){const R=[...x,C].join("/");fetch(R,{method:"HEAD",signal:w.signal}).then(E=>{const N=E.ok?R:c;N!==g.current&&(g.current=N,m(N))}).catch(()=>{c!==g.current&&(g.current=c,m(c))})}else{const R=c;R!==g.current&&(g.current=R,requestAnimationFrame(()=>m(R)))}return()=>{w.abort()}},[c,r,l]),!u)return null;const{width:f,height:p}=e,h={},d={borderRadius:"8px",objectFit:"contain",boxShadow:"0 2px 6px rgba(0,0,0,0.1)",margin:"0 0 8px 0"};return f&&p?(h.width=f,h.height=p,d.width=`${f}px`,d.height=`${p}px`):f&&!p?(h.width=f,d.width=`${f}px`,d.height="auto"):!f&&p&&(h.height=p,d.width="auto",d.height=`${p}px`),b.jsx(W,{field:e,children:b.jsx("div",{"data-testid":"image-wrapper",style:{display:"flex",justifyContent:a[n]||"center",margin:"0 0"},children:b.jsx("img",{src:u,alt:o?.(e.displayName||"Image")||e.displayName||"Image",...h,style:d})})})};function rr(e){return/^[-+]?\d*$/.test(e)}const nr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useCallback(f=>{const p=parseInt(f,10);return Number.isNaN(p)?null:p},[]),l=s.useCallback(f=>{if(f.trim()==="")return e.required?n("Value required"):null;if(!rr(f))return n("Must be a valid integer");const p=c(f);if(p===null)return n("Must be a valid integer");if(e.min!==void 0&&(e.minInclusive?p<e.min:p<=e.min))return n("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?p>e.max:p>=e.max))return n("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max);if(e.step!==void 0){const d=Number(e.step);if(!Number.isInteger(d))return n("Invalid step value");if(p%d!==0)return n("Must be a multiple of {{1}}",d)}return Y(a,e,p,n)??null},[e,a,n,c]),u=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const f=String(t??""),p=l(f);p!==u.current&&(u.current=p,m.current?.(p??null)),i.current&&document.activeElement!==i.current&&(i.current.value=f)},[t,e,l,n]);const g=f=>{const p=f.target.value,h=l(p);r?.(p,h)};return b.jsx(W,{field:e,error:l(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:g,className:G(A.input,A.inputNumber)})})};function or(e){const t=/^-?\d+$/;return e.split(",").map(r=>r.trim()).every(r=>t.test(r))}const ar=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=",",[c,l]=s.useState(Array.isArray(t)?t.join(i+" "):String(t??"")),u=h=>!h||h.trim()===""?[]:h.split(i).map(d=>d.trim()).filter(Boolean).map(d=>Number(d)),m=s.useCallback(h=>{if(h.trim()==="")return e.required?n("Value required"):null;if(!or(h))return n("Each value must be a valid integer");const d=u(h);if(e.minCount!==void 0&&d.length<e.minCount)return n("Minimum number of values: {{1}}",`${e.minCount}`);if(e.maxCount!==void 0&&d.length>e.maxCount)return n("Maximum number of values: {{1}}",`${e.maxCount}`);for(const v of d){if(e.min!==void 0&&(e.minInclusive?v<e.min:v<=e.min))return n("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?v>e.max:v>=e.max))return n("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return Y(a,e,d,n)??null},[a,e,n]),g=h=>{const d=h.target.value,x=m(d);l(d),r?.(d,x)},f=s.useRef(null),p=s.useRef(o);return s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{const h=Array.isArray(t)?t.join(i+" "):String(t??""),d=m(h);d!==f.current&&(f.current=d,p.current?.(d??null))},[t,e.required,m,n]),b.jsx(W,{field:e,error:m(c),children:b.jsx("input",{type:"text",value:c,onChange:g,className:G(A.input,A.textInput),style:{flex:1}})})},sr=({field:e,value:t,onChange:r})=>{const{t:o,darkMode:n,formStyle:a,fieldStyle:i,definitionName:c}=P(),l=(w,R,E)=>{if(!R)return{};const I=w?.[R];return(E&&I?I[E]:void 0)??{}},u=s.useRef(null),[m,g]=s.useState(!1),[f,p]=s.useState(null),h=s.useMemo(()=>e.options.map(w=>({value:w.value,label:o(w.label)})),[e.options,o]),d=s.useMemo(()=>{const w=Array.isArray(t)?t:[],R=new Set(h.map(E=>E.value));return w.filter(E=>R.has(E))},[t,h]),x=w=>{const R=Array.isArray(w)?w:[];return e.required&&R.length===0?o("Value required"):Y(c,e,R,o)??null},v=()=>{if(!u.current)return;const w=u.current.getBoundingClientRect();p({x:w.left,y:w.bottom}),g(R=>!R)},k=w=>{const R=d.includes(w)?d.filter(N=>N!==w):[...d,w],E=x(R);r?.(R,E)},O=s.useMemo(()=>({height:"var(--reactaform-input-height, 2.5rem)",padding:"var(--reactaform-input-padding, 8px)",display:"flex",alignItems:"center",boxSizing:"border-box",cursor:"pointer",position:"relative",borderRadius:"var(--reactaform-border-radius, 4px)",border:"1px solid var(--reactaform-border-color, #ccc)",background:"var(--reactaform-secondary-bg, #fff)",color:"var(--reactaform-text-color, #000)",...l(a,"multiSelect","control"),...l(i,void 0,"control")}),[a,i]),S=s.useMemo(()=>({position:"absolute",right:"1.5em",top:"50%",transform:"translateY(-50%)",background:"none",border:"none",cursor:"pointer",fontSize:"0.8em",color:"var(--reactaform-text-muted, #999)",padding:0,...l(a,"multiSelect","clearButton"),...l(i,void 0,"clearButton")}),[a,i]),C=s.useMemo(()=>({position:"absolute",right:"0.7em",top:"50%",transform:"translateY(-50%)",pointerEvents:"none",fontSize:"0.8em",color:"var(--reactaform-text-muted, #999)",...l(a,"multiSelect","arrow"),...l(i,void 0,"arrow")}),[a,i]);return b.jsxs("div",{children:[b.jsx(W,{field:e,error:null,children:b.jsx("div",{style:{width:"100%"},children:b.jsxs("div",{ref:u,className:"reactaform-multiselection-control",style:O,onClick:v,tabIndex:0,role:"button","aria-haspopup":"listbox","aria-expanded":m,onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),v())},children:[b.jsxs("span",{style:{flex:1,color:"var(--reactaform-text-muted, #888)"},children:[d.length," / ",h.length," selected"]}),d.length>0&&b.jsx("button",{type:"button","aria-label":"Clear selections",onClick:w=>{w.stopPropagation(),r?.([],null)},style:S,children:b.jsx("span",{style:S,"aria-hidden":!0,children:"✖"})}),b.jsx("span",{style:C,"aria-hidden":!0,children:"▼"})]})})}),m&&f&&b.jsx(ir,{position:f,options:h,selectedValues:d,onToggleOption:k,onClose:()=>g(!1),controlRef:u,darkMode:n})]})},ir=({position:e,options:t,selectedValues:r,onToggleOption:o,onClose:n,controlRef:a,darkMode:i})=>{const c=s.useRef(null),[l,u]=s.useState(-1),{formStyle:m,fieldStyle:g}=P(),f=(w,R,E)=>{if(!R)return{};const I=w?.[R];return(E&&I?I[E]:void 0)??{}},p=s.useMemo(()=>({maxHeight:200,overflowY:"auto",background:"var(--reactaform-secondary-bg, #fff)",border:"1px solid var(--reactaform-border-color, #ccc)",borderRadius:4,zIndex:2e3,boxShadow:"var(--reactaform-shadow, 0 2px 8px rgba(0,0,0,0.15))",pointerEvents:"auto",color:"var(--reactaform-text-color, #000)",fontSize:"var(--reactaform-popup-font-size, 0.875rem)",...f(m,"multiSelect","popup"),...f(g,void 0,"popup")}),[m,g]),h=s.useMemo(()=>({padding:"6px 8px",cursor:"pointer",display:"flex",alignItems:"center",background:"transparent",color:"var(--reactaform-text-color, #000)",...f(m,"multiSelect","option"),...f(g,void 0,"option")}),[m,g]);s.useEffect(()=>{const w=R=>{const E=R.target;!c.current?.contains(E)&&!a.current?.contains(E)&&n()};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[n,a]),s.useEffect(()=>{c.current&&t.length>0&&requestAnimationFrame(()=>u(w=>w===-1?0:w))},[t.length]),s.useEffect(()=>{if(!c.current||l<0)return;const w=c.current.querySelector(`#multi-opt-${l}`);w&&requestAnimationFrame(()=>w.focus())},[l]);const d=250,x=200,[v,k]=s.useState(null),[O,S]=s.useState(null);if(s.useEffect(()=>{if(typeof window>"u")return;const w=()=>{let N=e.x,I=e.y,M=d;const $=a?.current;if($){const V=$.getBoundingClientRect();N=V.left,I=V.bottom,M=Math.max(80,Math.round(V.width))}N=Math.min(N,window.innerWidth-M),I=Math.min(I,window.innerHeight-x),k({left:N,top:I}),S(M)};w(),window.addEventListener("scroll",w,!0),window.addEventListener("resize",w);let R=null;const E=a?.current;return typeof ResizeObserver<"u"&&E&&(R=new ResizeObserver(()=>w()),R.observe(E)),()=>{window.removeEventListener("scroll",w,!0),window.removeEventListener("resize",w),R&&E&&R.unobserve(E)}},[a,e.x,e.y]),typeof window>"u")return null;let C=document.getElementById("popup-root");return C||(C=document.createElement("div"),C.id="popup-root",document.body.appendChild(C)),Ae.createPortal(b.jsx("div",{ref:c,role:"listbox","aria-activedescendant":l>=0?`multi-opt-${l}`:void 0,style:{position:"absolute",top:v?v.top:e.y,left:v?v.left:e.x,width:O??d,...p},"data-reactaform-theme":i?"dark":"light",children:t.map((w,R)=>{const E=r.includes(w.value),N=i?"var(--reactaform-hover-bg, rgba(255,255,255,0.01))":"var(--reactaform-hover-bg, #eee)",I={...h,background:R===l?N:h.background};return b.jsxs("div",{id:`multi-opt-${R}`,onMouseDown:M=>{M.stopPropagation(),o(w.value)},onKeyDown:M=>{const $=t.length;switch(M.key){case"ArrowDown":M.preventDefault(),u(V=>(V+1)%$);break;case"ArrowUp":M.preventDefault(),u(V=>(V-1+$)%$);break;case"Home":M.preventDefault(),u(0);break;case"End":M.preventDefault(),u($-1);break;case"Enter":case" ":M.preventDefault(),M.stopPropagation(),o(w.value);break;case"Escape":M.preventDefault(),n(),a?.current?.focus();break}},tabIndex:R===l?0:-1,role:"option","aria-selected":E,style:I,onMouseEnter:M=>{M.currentTarget.style.background=N,u(R)},onMouseLeave:M=>{M.currentTarget.style.background="transparent",u($=>$===R?-1:$)},children:[b.jsx("input",{type:"checkbox",checked:E,readOnly:!0,style:{marginRight:8,width:"1.125em",height:"1.125em",verticalAlign:"middle",accentColor:i?"#10b981":"#22c55e",cursor:"pointer"}}),w.label]},w.value)})}),C)},cr=({field:e,value:t,onChange:r})=>{const{t:o,definitionName:n}=P(),a=e.layout?.toLowerCase()==="horizontal"?"row":"column",i=s.useRef(null),c=s.useCallback(u=>u===""||u===null||u===void 0?o("Value required"):!e.options||e.options.length===0?null:e.options.some(g=>g.value===u)?Y(n,e,u,o)??null:o("Invalid option selected"),[e,o,n]);s.useEffect(()=>{const u=t!=null?String(t):"",m=c(u);if(i.current){const g=Array.from(i.current.querySelectorAll("input[type=radio]"));if(m&&e.options&&e.options.length>0){const f=String(e.options[0].value);g.forEach(p=>p.checked=p.value===f),r?.(f,null)}else g.forEach(f=>f.checked=f.value===u)}},[t,c,r,e.options]);const l=u=>{const m=u.target.value,g=c(m);r?.(m,g)};return b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("div",{style:{display:"flex",flexDirection:a,flexWrap:a==="row"?"wrap":"nowrap",gap:a==="row"?"12px":"4px",alignItems:a==="row"?"center":"flex-start",width:"100%"},ref:i,children:(e.options??[]).map(u=>b.jsxs("label",{style:{display:"flex",gap:"6px",alignItems:"center",whiteSpace:"nowrap"},children:[b.jsx("input",{type:"radio",name:e.name,value:String(u.value),defaultChecked:String(t??"")===String(u.value),onChange:l}),o(u.label)]},String(u.value)))})})},lr=({field:e,value:t,onChange:r})=>{const{t:o,definitionName:n}=P(),a=s.useRef(null),i=s.useCallback(l=>l===""||l===null||l===void 0?o("Value required"):!e.options||e.options.length===0?null:e.options.some(m=>m.value===l)?Y(n,e,l,o)??null:o("Invalid option selected"),[e,o,n]);s.useEffect(()=>{const l=t!=null?String(t):"";if(i(l)&&e.options&&e.options.length>0){const m=String(e.options[0].value);a.current&&(a.current.value=m),r?.(m,null)}else a.current&&(a.current.value=l)},[t,i,r,e.options]);const c=l=>{const u=l.target.value,m=i(u);r?.(u,m)};return b.jsx(W,{field:e,error:i(String(t??"")),children:b.jsx("select",{defaultValue:String(t??""),ref:a,onChange:c,className:G(A.input,A.inputSelect),children:(e.options??[]).map(l=>b.jsx("option",{value:String(l.value),children:o(l.label)},String(l.value)))})})},ur=({field:e,value:t,onChange:r,onError:o})=>{const{t:n}=P(),a=s.useRef(null),{definitionName:i}=P(),c=s.useCallback(g=>{const f=String(g??"").trim();if(f==="")return e.required?n("Value required"):null;if(e.pattern)try{if(!new RegExp(e.pattern).test(f))return n("Phone number does not match pattern: {{1}}",`${e.pattern}`)}catch{}return Y(i,e,f,n)},[i,e,n]),l=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const g=String(t??""),f=c(g);a.current&&a.current.value!==String(g)&&(a.current.value=String(g)),f!==l.current&&(l.current=f,u.current?.(f??null))},[t,c]);const m=g=>{const f=g.target.value,p=f.trim();let h=null;if(p===""){h=e.required?n("Value required"):null,r?.(f,h);return}!h&&e.pattern&&!new RegExp(e.pattern).test(p)&&(h=n("Phone number does not match pattern: {{1}}",`${e.pattern}`)),r?.(f,h)};return b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{type:"tel",defaultValue:String(t??""),ref:a,onChange:m,className:G(A.input,A.textInput)})})},fr=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function mr(e){return fr.test(e)}const dr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useRef(null),l=s.useCallback(h=>{let d=null;if(h.trim()==="")return n("Value required");if(!mr(h))return n("Invalid number");const x=Number(h);return typeof e.min=="number"&&x<e.min?n("Value should be at least {{1}}",e.min):typeof e.max=="number"&&x>e.max?n("Value should be at most {{1}}",e.max):(d||(d=Y(a,e,x,n)),d)},[a,e,n]),u=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const h=String(t),d=l(h);c.current&&document.activeElement!==c.current&&(c.current.value=isNaN(Number(h))?String(e.min??0):String(Number(h))),i.current&&document.activeElement!==i.current&&(i.current.value=h),d!==u.current&&(u.current=d,m.current?.(d??null))},[t,l,e.min]);const g=e.min??0,f=e.max??100,p=h=>{const d=h.target.value,x=l(d);r?.(d,x)};return b.jsx(W,{field:e,error:l(String(t??"")),children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[b.jsx("input",{ref:c,type:"range",defaultValue:isNaN(Number(t))?String(g):String(Number(t)),onChange:p,min:g,max:f,style:{padding:"0px, 0px",flex:1},className:A.rangeInput}),b.jsx("input",{ref:i,type:"text",defaultValue:String(t??""),onChange:p,required:!0,style:{width:"40px",minWidth:"40px",height:"2.3em",textAlign:"center",flexShrink:0},className:G(A.input,A.textInput)})]})})},Ue=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useRef(null),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]);const u=s.useMemo(()=>e.pattern?new RegExp(e.pattern):null,[e.pattern]),m=s.useCallback(f=>f.trim()===""?e.required?n("Value required"):null:e.minLength!==void 0&&f.length<e.minLength?n("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&f.length>e.maxLength?n("Must be at most {{1}} characters",e.maxLength):u&&!u.test(f)?n("Input does not match pattern: {{1}}",e.pattern):Y(a,e,f,n),[e,a,n,u]),g=f=>{const p=f.target.value,h=m(p);r?.(p,h)};return s.useEffect(()=>{const f=m(t);i.current&&i.current.value!==String(t??"")&&(i.current.value=String(t??"")),f!==c.current&&(c.current=f,l.current?.(f??null))},[t,m]),b.jsx(W,{field:e,error:m(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:g,className:G(A.input,A.textInput)})})},pr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useRef(o),l=e.includeSeconds??!0;s.useEffect(()=>{c.current=o},[o]);const u=s.useCallback(g=>{if(!g||g.trim()==="")return e.required||e.min||e.max?n("Value required"):null;const f=d=>{const x=d.split(":").map(k=>parseInt(k,10));if(x.some(k=>Number.isNaN(k)))return NaN;let v=0;if(x.length===3)v=x[0]*3600+x[1]*60+x[2];else if(x.length===2)v=x[0]*3600+x[1]*60;else if(x.length===1)v=x[0]*3600;else return NaN;return v},p=f(g);if(Number.isNaN(p))return n("Invalid time format");if(e.min&&typeof e.min=="string"){const d=f(e.min);if(!Number.isNaN(d)&&p<d)return n("Time must be on or after {{1}}",e.min)}if(e.max&&typeof e.max=="string"){const d=f(e.max);if(!Number.isNaN(d)&&p>d)return n("Time must be on or before {{1}}",e.max)}return Y(a,e,g,n)??null},[e,a,n]),m=g=>{const f=g.target.value,p=u(f);r?.(f,p)};return s.useEffect(()=>{const g=u(t);g!==i.current&&(i.current=g,c.current?.(g??null))},[t,u]),b.jsx(W,{field:e,error:u(t),children:b.jsx("input",{id:e.name,type:"time",value:t,step:l?1:60,onChange:m,min:typeof e.min=="string"?e.min:void 0,max:typeof e.max=="string"?e.max:void 0,className:G(A.input,A.textInput)})})};function ft({pos:e,options:t,onClose:r,onClickOption:o}){const n=s.useRef(null),a=s.useRef(!1),i=typeof window<"u"?document.getElementById("popup-root")||document.body:null;if(s.useEffect(()=>{function p(h){a.current||h.target.dataset?.popupMenu==="item"||n.current&&h.target instanceof Node&&!n.current.contains(h.target)&&r()}return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[r]),!i||t===void 0||t.length===0||!e||e.x==null||e.y==null)return null;const c=e.x,l=e.y,u=typeof window<"u"?window.innerWidth:1024,m=Math.max(0,u-160),g=Math.max(0,Math.min(c,m)),f=Math.max(0,l);return Ae.createPortal(b.jsx("div",{ref:n,onMouseDown:p=>{p.stopPropagation()},style:{position:"fixed",top:f,left:g,backgroundColor:"var(--reactaform-primary-bg, #fff)",border:"1px solid var(--reactaform-border-color, #ccc)",borderRadius:"var(--reactaform-border-radius, 4px)",boxShadow:"var(--reactaform-shadow, 0 2px 10px rgba(0,0,0,0.2))",zIndex:9999,minWidth:"var(--reactaform-menu-min-width, 150px)",pointerEvents:"auto"},children:t.map((p,h)=>b.jsx("div",{"data-popup-menu":"item",onMouseDown:d=>{d.stopPropagation(),a.current=!0},onClick:d=>{d.stopPropagation(),d.preventDefault(),o(p),r(),setTimeout(()=>{a.current=!1},100)},style:{padding:"var(--reactaform-menu-item-padding, 8px 12px)",cursor:"pointer",fontSize:"var(--reactaform-menu-item-font-size, 0.8em)",borderBottom:h<t.length-1?"1px solid var(--reactaform-border-light, #eee)":void 0,transition:"background-color 0.15s ease"},onMouseEnter:d=>{d.currentTarget.style.backgroundColor="var(--reactaform-hover-bg, #e0e0e0)"},onMouseLeave:d=>{d.currentTarget.style.backgroundColor="transparent"},children:p.label},p.label??h))}),i)}const ze={length:["m","cm","mm","km","in","ft","yd","mi"],area:["m^2","cm^2","mm^2","in^2","ft^2","yd^2"],volume:["L","m^3","cm^3","mL","in^3","ft^3","yd^3"],weight:["kg","g","mg","t","lb","oz"],time:["min","s","h","ms","d"],temperature:["C","F","K"],angle:["deg","rad","rev"]},Ve={length:{m:"Meter (m)",mm:"Millimeter (mm)",cm:"Centimeter (cm)",km:"Kilometer (km)",in:"Inch (in)",ft:"Foot (ft)",yd:"Yard (yd)",mi:"Mile (mi)"},area:{"m^2":"Square meter (m^2)","mm^2":"Square millimeter (mm^2)","cm^2":"Square centimeter (cm^2)","in^2":"Square inch (in^2)","ft^2":"Square foot (ft^2)","yd^2":"Square yard (yd^2)"},volume:{L:"Liter (L)","cm^3":"Cubic centimeter (cm^3)","m^3":"Cubic meter (m^3)",mL:"Milliliter (mL)","in^3":"Cubic inch (in^3)","ft^3":"Cubic foot (ft^3)","yd^3":"Cubic yard (yd^3)"},weight:{kg:"Kilogram (kg)",g:"Gram (g)",mg:"Milligram (mg)",t:"Tonne (t)",lb:"Pound (lb)",oz:"Ounce (oz)"},time:{s:"Second (s)",min:"Minute (min)",h:"Hour (h)",ms:"Millisecond (ms)",d:"Day (d)",wk:"Week (wk)"},temperature:{C:"Celsius (C)",F:"Fahrenheit (F)",K:"Kelvin (K)"},angle:{deg:"Degree (deg)",rad:"Radian (rad)",rev:"Revolution (rev)"}},$e={length:{mm:1e3,cm:100,m:1,km:.001,in:100/2.54,ft:100/(2.54*12),yd:100/(2.54*36),mi:1/1609.344},area:{"m^2":1,"mm^2":1e6,"cm^2":1e4,"km^2":1/1e6,"in^2":(100/2.54)**2,"ft^2":(100/(2.54*12))**2,"yd^2":(100/(2.54*36))**2},volume:{"cm^3":1e6,"m^3":1,L:1,mL:1e6,"in^3":(100/2.54)**3,"ft^3":(100/(2.54*12))**3,"yd^3":(100/(2.54*36))**3},weight:{mg:1e6,g:1e3,kg:1,t:.001,lb:1/.45359237,oz:1/.028349523125},time:{ms:1e3,s:1,min:1/60,h:1/3600,d:1/86400,wk:1/604800},temperature:{C:1,F:33.8,K:274.15},angle:{deg:1,rad:Math.PI/180,rev:1/360}},Te={},gr=new Set([...Object.keys(ze),...Object.keys(Ve),...Object.keys($e)]);for(const e of gr){const t={},r=ze[e]??[],o=Ve[e]??{},n=$e[e]??{};for(const a of r){const i=o[a];t[a]={name:typeof i=="string"?i:String(a),shortName:a,factor:Object.prototype.hasOwnProperty.call(n,a)?n[a]:void 0}}for(const[a,i]of Object.entries(o))if(!t[a]){const c=typeof i=="string"?i:String(a);t[a]={name:c,shortName:a,factor:Object.prototype.hasOwnProperty.call(n,a)?n[a]:void 0}}for(const[a,i]of Object.entries(n))t[a]||(t[a]={name:String(a),shortName:String(a),factor:i});Te[e]=t}const hr=Object.freeze(Object.defineProperty({__proto__:null,dimensionUnitDisplayMap:Ve,dimensionUnitsMap:ze,dimensonUnitFactorsMap:$e,unitsByDimension:Te},Symbol.toStringTag,{value:"Module"})),he={};function br(e,t){if(e in he)return;const r=Te[e]??{},o={},n={},a={};for(const[c,l]of Object.entries(r))typeof l.factor=="number"&&(o[c]=l.factor),n[c]=t(c),a[t(c)]=c;const i=Object.keys(r)[0]??"";he[e]={default:i,factors:o,labels:n,reverseLabels:a}}function yr(e,t,r){if(e==="C"){if(t==="F")return r*(9/5)+32;if(t==="K")return r+273.15}else if(e==="F"){if(t==="C")return(r-32)*5/9;if(t==="K")return(r-32)*5/9+273.15}else if(e==="K"){if(t==="C")return r-273.15;if(t==="F")return(r-273.15)*9/5+32}return r}function xr(e,t,r){if(!Number.isFinite(e))return[];if(r===he.temperature)return Object.keys(r.labels).map(a=>{const i=yr(t,a,e);return Number.isFinite(i)?{label:`${i.toFixed(6)} ${a}`,value:i.toString(),unit:a}:{label:`${String(i)} ${a}`,value:String(i),unit:a}});const n=r.factors[t];return n===void 0?[]:Object.entries(r.factors).map(([a,i])=>{const c=e/n*i;return Number.isFinite(c)?{label:`${c.toFixed(6)} ${a}`,value:c.toString(),unit:a}:{label:`${String(c)} ${a}`,value:String(c),unit:a}})}function xe(e,t){return e in t.labels?e:t.reverseLabels&&t.reverseLabels[e]?t.reverseLabels[e]:null}const vr=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,wr=({unitFactors:e,field:t,value:r,onChange:o,onError:n})=>{const{t:a,definitionName:i}=P(),c=s.useRef(null),l=s.useRef(null),u=s.useRef(null),[m,g]=s.useState(null),[f,p]=s.useState(null),[h,d]=s.useState(!1),[x,v]=s.useState(null),[k,O]=s.useState([]),S=s.useCallback((D,F)=>{if(!D||D.trim()==="")return t.required?a("Value required"):null;if(!vr.test(D))return a("Must be a valid number");const y=Y(i,t,[D,F],a);return y||null},[i,t,a]),C=e.reverseLabels!==void 0?e.reverseLabels:Object.fromEntries(Object.entries(e.labels).map(([D,F])=>[F,D]));s.useEffect(()=>{const D=String(r[0]);let F=r[1]??e.default;F=xe(F,e)||F;const y=document.activeElement;y===c.current||y===l.current||(c.current&&(c.current.value=D),l.current&&(l.current.value=F),u.current!==null&&(cancelAnimationFrame(u.current),u.current=null),u.current=requestAnimationFrame(()=>{u.current=null,g(null),p(null)}))},[r,e]),s.useEffect(()=>()=>{u.current!==null&&(cancelAnimationFrame(u.current),u.current=null)},[]);const w=s.useRef(null),R=s.useRef(n);s.useEffect(()=>{R.current=n},[n]),s.useEffect(()=>{const D=String(r[0]);let F=r[1]??e.default;F=xe(F,e)||F;const y=S(D,F);y!==w.current&&(w.current=y,R.current?.(y??null))},[r,e,S]);const E=(D,F,y)=>{const j=C[F]||F;o?.([D,j],y)},N=D=>{const F=D.target.value,y=l.current?l.current.value:e.default,j=S(F,y);g(F),E(F,y,j)},I=D=>{const F=D.target.value,y=c.current?c.current.value:String(r[0]??""),j=S(y,F);p(F),l.current&&(l.current.value=F),E(y,F,j)},M=D=>{const F=c.current?c.current.value:String(r[0]??""),y=parseFloat(F),j=l.current?l.current.value:e.default;if(S(F,j)||!F.trim()||!Number.isFinite(y))return;const q=D.currentTarget.getBoundingClientRect(),Z=q.left,ee=q.bottom;v({x:Z,y:ee});const H=xr(y,j,e);if(H.length===0){O([]),d(!1);return}O(H),d(Q=>!Q)},$=D=>{const{value:F,unit:y}=D;d(!1),v(null),c.current&&(c.current.value=F),l.current&&(l.current.value=y),g(F),p(y);const j=S(F,y);E(F,y,j)},V=String(r[0]??""),L=xe(r[1]??e.default,e)||(r[1]??e.default),U=m??V,K=!!S(U,f??L)||!U.trim(),se={width:"var(--reactaform-unit-btn-width, 2.5em)",height:"var(--reactaform-unit-btn-height, 2.5em)",padding:"var(--reactaform-unit-btn-padding, 0)",border:"none",borderRadius:"var(--reactaform-button-border-radius, var(--reactaform-border-radius, 0.25em))",backgroundColor:K?"var(--reactaform-button-disabled-bg, #cccccc)":"var(--reactaform-button-bg, var(--reactaform-success-color))",color:"var(--reactaform-button-text, #ffffff)",cursor:K?"var(--reactaform-button-disabled-cursor, not-allowed)":"pointer",opacity:K?+"var(--reactaform-button-disabled-opacity, 0.6)":1,display:"flex",alignItems:"center",justifyContent:"center"};return b.jsx(W,{field:t,error:S(V,L),children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-unit-gap, 8px)",width:"100%"},children:[b.jsx("input",{type:"text",ref:c,defaultValue:String(r[0]??""),onChange:N,style:{width:"var(--reactaform-unit-input-width, 100px)"},className:G(A.input,A.textInput)}),b.jsx("select",{ref:l,defaultValue:xe(r[1]??e.default,e)||(r[1]??e.default),onChange:I,className:G(A.input,A.inputSelect),children:Object.keys(e.labels).map(D=>b.jsx("option",{value:D,children:e.labels[D]??D},D))}),b.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[b.jsx("button",{onClick:M,"aria-disabled":K,disabled:K,style:se,className:A.button,children:b.jsx("span",{style:{fontSize:"var(--reactaform-unit-btn-icon-size, 1em)",lineHeight:"1",transform:"translateY(-1px)",pointerEvents:"none"},children:"⟷"})}),h&&k&&b.jsx(ft,{pos:x,options:k,onClose:()=>{v(null),d(!1)},onClickOption:$})]})]})})};function Sr({field:e,value:t,onChange:r}){const{t:o}=P(),n=e.dimension;if(!n)return null;he[n]||br(n,o);const a=he[n];return a?b.jsx(wr,{unitFactors:a,field:e,value:t,onChange:r}):null}const Cr={display:"flex",gap:4},Rr={cursor:"pointer",fontSize:"1.5rem",lineHeight:1,display:"inline-block",marginRight:"0.25rem",userSelect:"none",transition:"color 0.12s ease"},Er=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),[i,c]=s.useState(null),l=e.max||5,u=s.useCallback(h=>e.required&&h===0?n("Value required"):Y(a,e,h,n)??null,[e,n,a]),m=s.useRef(null),g=s.useRef(o);s.useEffect(()=>{g.current=o},[o]),s.useEffect(()=>{let h=t||0;t<0&&(h=0),t>l&&(h=l);const d=u(h);d!==m.current&&(m.current=d,g.current?.(d??null))},[t,u,l]);const f=h=>{const d=u(h);r?.(h,d)},p=(()=>{let h=t||0;return h<0&&(h=0),h>l&&(h=l),h})();return b.jsx(W,{field:e,error:u(p),children:b.jsx("div",{style:Cr,children:(()=>{const h=e.icon,d=h&&String(h).trim()?String(h):"★";return[...Array(l)].map((x,v)=>{const k=v<p,S=i!==null&&v<=i||k?"gold":"lightgray";return b.jsx("span",{onClick:()=>f(v+1),onMouseEnter:()=>c(v),onMouseLeave:()=>c(null),style:{...Rr,color:S},"aria-label":`Rating ${v+1}`,title:n(`${e.displayName} ${v+1}`),children:d},v)})})()})})},jr=({field:e,value:t,onChange:r})=>{const{t:o,definitionName:n}=P(),[a,i]=s.useState(!1),[c,l]=s.useState(null),[u,m]=s.useState([]),g=s.useRef(null),f=s.useCallback(x=>e.required&&(!x||Array.isArray(x)&&x.length===0)?o("Value required"):Y(n,e,x,o)??null,[e,n,o]),p=s.useMemo(()=>f(t),[t,f]);s.useEffect(()=>{const x=f(t);r?.(t,x)},[t,f]);const h=x=>{const v=x.target.files;let k=null;v&&v.length>0&&(k=e.multiple?Array.from(v):v[0]);const O=f(k);r?.(k,O)},d=x=>{if(p)return;let v=null;try{v=x.currentTarget.getBoundingClientRect()}catch{v=null}const k=v&&typeof v.left=="number"?v.left:10,O=v&&typeof v.bottom=="number"?v.bottom:20;l({x:k,y:O});let S=[];Array.isArray(t)?S=t?t.map(C=>({label:C.name})):[]:S=t?[{label:t.name}]:[],S.length===0&&(S=[{label:o("No file selected")}]),m(S),i(C=>!C)};return b.jsx(W,{field:e,error:p,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-field-gap, 8px)",width:"100%"},children:[b.jsx("input",{id:e.name,ref:g,type:"file",accept:e.accept,multiple:e.multiple,style:{width:0,height:0,opacity:0,position:"absolute",zIndex:-1},onChange:h}),b.jsx("label",{htmlFor:e.name,className:A.button,style:{width:"100%",height:"inherit",textAlign:"center"},children:e.multiple?o("Choose Files..."):o("Choose File...")}),b.jsx("button",{onClick:d,"aria-haspopup":!0,"aria-expanded":a,"aria-label":o("Show selected files"),className:A.button,style:{height:"inherit",display:"inline-block"},children:b.jsx("span",{children:"⋮"})}),a&&c&&u&&u.length>0&&b.jsx(ft,{pos:c,options:u,onClose:()=>{l(null),i(!1)},onClickOption:()=>{}})]})})},kr=/^(https?|ftp|file):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$/i,Ir=e=>{try{return new URL(e),!0}catch{return!1}},Nr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=s.useCallback(g=>{const f=g.trim();return f===""?e.required?n("Value required"):null:!kr.test(f)&&!Ir(f)?n("Must be a valid URL"):Y(a,e,f,n)??null},[a,e,n]),l=g=>{const f=g.target.value,p=c(f);r?.(f.trim(),p)},u=s.useRef(null),m=s.useRef(o);return s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const g=t??"",f=c(g);i.current&&i.current.value!==String(g)&&(i.current.value=String(g)),f!==u.current&&(u.current=f,m.current?.(f??null))},[t,c]),b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"url",defaultValue:String(t??""),ref:i,onChange:l,style:{alignItems:"left"},className:G(A.input,A.textInput),placeholder:"https://example.com"})})},Or=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=s.useRef(null),c=e.min??void 0,l=e.max??void 0,u=Math.max(1,Math.round(e.step??1)),m=s.useCallback(d=>isNaN(d)?n("Must be a valid integer"):Number.isInteger(d)?c!==void 0&&d<c?n("Must be �?{{1}}",c):l!==void 0&&d>l?n("Must be �?{{1}}",l):Y(a,e,d,n)??null:n("Must be an integer"),[a,e,n,c,l]),g=s.useRef(null),f=s.useRef(o);s.useEffect(()=>{f.current=o},[o]),s.useEffect(()=>{if(document.activeElement===i.current)return;const x=String(t),v=m(t);i.current&&(i.current.value=x),v!==g.current&&(g.current=v,f.current?.(v??null))},[t,m]);const p=d=>{if(d.trim()==="")return e.required?n("Value required"):null;const v=Number(d);return m(v)},h=d=>{const x=d.target.value,v=d.target.valueAsNumber,k=p(x);r?.(v,k)};return b.jsx(W,{field:e,error:p(String(t??"")),children:b.jsx("input",{ref:i,id:e.name,type:"number",defaultValue:String(t??""),min:c,max:l,step:u,onChange:h,style:{width:"100%",height:"100%"},className:A.input})})},Mr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=P(),i=e.minHeight??"80px",c=s.useRef(null),l=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]);const m=s.useCallback(p=>p.trim()===""?e.required?n("Value required"):null:e.minLength!==void 0&&p.length<e.minLength?n("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&p.length>e.maxLength?n("Must be at most {{1}} characters",e.maxLength):Y(a,e,p,n),[e,a,n]),g=p=>{const h=p.target.value,d=m(h);r?.(h,d)};s.useEffect(()=>{const p=m(t);p!==l.current&&(l.current=p,u.current?.(p??null)),c.current&&c.current.value!==String(t??"")&&(c.current.value=String(t??""))},[t,m]);const f={defaultValue:String(t??""),ref:c,onChange:g,style:{resize:"vertical",minHeight:i,width:"100%",boxSizing:"border-box"},className:G(A.input,A.textInput)};return b.jsx(W,{field:e,error:m(t),children:b.jsx("textarea",{...f})})},ke=new we,Ar=new Set(["checkbox","switch","dropdown","radio","multi-selection","slider","stepper","color","rating"]);function mt(e,t){if(Ar.has(e)){ke.register(e,t);return}const r=o=>{const{callback:a,cancel:i}=tt((...c)=>{const l=o.onChange;typeof l=="function"&&l(...c)},200);return s.useEffect(()=>()=>{i()},[i]),s.createElement(t,{...o,onChange:a})};ke.register(e,r)}function Pe(e){return ke.get(e)}let Ye=!1;function dt(){if(Ye)return;Object.entries({checkbox:Ft,color:_t,date:Bt,dropdown:lr,email:Wt,file:jr,float:Jt,"float-array":Zt,image:tr,int:nr,"int-array":ar,"multi-selection":sr,multiline:Mr,phone:ur,radio:cr,rating:Er,separator:Qt,slider:dr,string:Ue,stepper:Or,switch:Dt,text:Ue,time:pr,unit:Sr,url:Nr}).forEach(([t,r])=>{mt(t,r)}),Ye=!0}const pt=new we;function gt(e,t){pt.register(e,t)}function Fr(e){return pt.get(e)}gt("Preset_AlertSubmitHandler",(e,t,r)=>{const o={name:t||"Unnamed Instance",version:e.version,definition:e.name,values:r},n=JSON.stringify(o,null,2);alert(n)});const zr=(e,t)=>{const r=new Map;let o=null,n=null,a=0;for(const i of e){const c=i.group;if(!c){o=null,n=null;continue}if(c===o)t[i.name].group=n??c;else{if(!r.has(c))r.set(c,1),n=null,t[i.name].group=c;else{const l=r.get(c),u=`${c}(${l})`;r.set(c,l+1),n=u,t[i.name].group=u,a++}o=c}}return a},ht=(e,t={})=>{const{includeEmpty:r=!0}=t,o=[];let n=null,a=[],i=0;for(const l of e){const u=l.group||null;u!==n?((a.length>0||r)&&(a.length===0&&i++,o.push({name:n,fields:a})),n=u,a=[l]):a.push(l)}(a.length>0||r)&&(a.length===0&&i++,o.push({name:n,fields:a}));const c=Math.max(0,...o.map(l=>l.fields.length));return{groups:o,metadata:{totalGroups:o.length,emptyGroups:i,largestGroup:c}}},bt=s.memo(({field:e,value:t,handleChange:r,handleError:o})=>{const n=Pe(e.type),a=s.useCallback((c,l)=>r(e.name,c,l),[r,e.name]),i=s.useCallback(c=>o?.(e.name,c),[o,e.name]);return n?b.jsx(n,{field:e,value:t,onChange:a,onError:i}):null},(e,t)=>e.field===t.field&&e.value===t.value&&e.handleChange===t.handleChange&&e.handleError===t.handleError);bt.displayName="FieldWrapper";const yt=(e,t,r,o)=>b.jsx(bt,{field:e,value:t[e.name],handleChange:r,handleError:o},e.name),xt=s.memo(({groupName:e,isOpen:t,fields:r,valuesMap:o,handleChange:n,handleError:a,toggleGroup:i,t:c})=>{const l=s.useCallback(()=>i(e),[i,e]),{formStyle:u,fieldStyle:m}=P(),g=s.useMemo(()=>({border:"1px solid var(--reactaform-border-color, #bbb)",padding:"var(--reactaform-fieldset-padding, 0.5em)",borderRadius:"var(--reactaform-border-radius, 4px)",marginBottom:"var(--reactaform-space, 8px)",...u?.fieldset||{},...m?.fieldset||{}}),[u,m]),f=s.useMemo(()=>({fontWeight:"bold",cursor:"pointer",display:"flex",justifyContent:"space-between",alignItems:"center",padding:"0 var(--reactaform-space, 8px)",color:"var(--reactaform-text-color, inherit)",...u?.legend||{},...m?.legend||{}}),[u,m]);return b.jsxs("fieldset",{style:g,children:[b.jsxs("legend",{onClick:l,style:f,children:[b.jsx("span",{children:c(e)}),b.jsx("span",{children:t?"▼":"▶"})]}),t&&r.map(p=>b.jsx("div",{children:yt(p,o,n,a)},p.name))]})});xt.displayName="FieldGroup";const Vr=(e,t,r,o,n,a,i,c,l)=>{const u=t.slice(0,c).filter(p=>i[p.name]),g=ht(u).groups,f=[];return g.forEach(p=>{if(p.name){const h=e[p.name]??!0;f.push(b.jsx(xt,{groupName:p.name,isOpen:h,fields:p.fields,valuesMap:r,handleChange:n,handleError:a,toggleGroup:l,t:o},p.name))}else p.fields.forEach(h=>f.push(b.jsx("div",{children:yt(h,r,n,a)},h.name)))}),f},be=typeof window<"u"?s.useLayoutEffect:s.useEffect;function Je(e){if(e!==void 0)switch(typeof e){case"number":return e;case"string":{if(e.endsWith("px"))return parseFloat(e);break}}}function $r({box:e,defaultHeight:t,defaultWidth:r,disabled:o,element:n,mode:a,style:i}){const{styleHeight:c,styleWidth:l}=s.useMemo(()=>({styleHeight:Je(i?.height),styleWidth:Je(i?.width)}),[i?.height,i?.width]),[u,m]=s.useState({height:t,width:r}),g=o||c!==void 0||a==="only-width"||c!==void 0&&l!==void 0;return be(()=>{if(n===null||g)return;const f=new ResizeObserver(p=>{for(const h of p){const{contentRect:d,target:x}=h;n===x&&m(v=>v.height===d.height&&v.width===d.width?v:{height:d.height,width:d.width})}});return f.observe(n,{box:e}),()=>{f?.unobserve(n)}},[e,g,n,c,l]),s.useMemo(()=>({height:c??u.height,width:l??u.width}),[u,c,l])}function Tr(e){const t=s.useRef(()=>{throw new Error("Cannot call during render.")});return be(()=>{t.current=e},[e]),s.useCallback(r=>t.current?.(r),[t])}function Ee({containerElement:e,direction:t,isRtl:r,scrollOffset:o}){return o}function ne(e,t="Assertion error"){if(!e)throw console.error(t),Error(t)}function ge(e,t){if(e===t)return!0;if(!!e!=!!t||(ne(e!==void 0),ne(t!==void 0),Object.keys(e).length!==Object.keys(t).length))return!1;for(const r in e)if(!Object.is(t[r],e[r]))return!1;return!0}function vt({cachedBounds:e,itemCount:t,itemSize:r}){if(t===0)return 0;if(typeof r=="number")return t*r;{const o=e.get(e.size===0?0:e.size-1);ne(o!==void 0,"Unexpected bounds cache miss");const n=(o.scrollOffset+o.size)/e.size;return t*n}}function Pr({align:e,cachedBounds:t,index:r,itemCount:o,itemSize:n,containerScrollOffset:a,containerSize:i}){if(r<0||r>=o)throw RangeError(`Invalid index specified: ${r}`,{cause:`Index ${r} is not within the range of 0 - ${o-1}`});const c=vt({cachedBounds:t,itemCount:o,itemSize:n}),l=t.get(r),u=Math.max(0,Math.min(c-i,l.scrollOffset)),m=Math.max(0,l.scrollOffset-i+l.size);switch(e==="smart"&&(a>=m&&a<=u?e="auto":e="center"),e){case"start":return u;case"end":return m;case"center":return l.scrollOffset<=i/2?0:l.scrollOffset+l.size/2>=c-i/2?c-i:l.scrollOffset+l.size/2-i/2;case"auto":default:return a>=m&&a<=u?a:a<m?m:u}}function Ge({cachedBounds:e,containerScrollOffset:t,containerSize:r,itemCount:o,overscanCount:n}){const a=o-1;let i=0,c=-1,l=0,u=-1,m=0;for(;m<a;){const g=e.get(m);if(g.scrollOffset+g.size>t)break;m++}for(i=m,l=Math.max(0,i-n);m<a;){const g=e.get(m);if(g.scrollOffset+g.size>=t+r)break;m++}return c=Math.min(a,m),u=Math.min(o-1,c+n),i<0&&(i=0,c=-1,l=0,u=-1),{startIndexVisible:i,stopIndexVisible:c,startIndexOverscan:l,stopIndexOverscan:u}}function Dr({itemCount:e,itemProps:t,itemSize:r}){const o=new Map;return{get(n){for(ne(n<e,`Invalid index ${n}`);o.size-1<n;){const i=o.size;let c;switch(typeof r){case"function":{c=r(i,t);break}case"number":{c=r;break}}if(i===0)o.set(i,{size:c,scrollOffset:0});else{const l=o.get(i-1);ne(l!==void 0,`Unexpected bounds cache miss for index ${n}`),o.set(i,{scrollOffset:l.scrollOffset+l.size,size:c})}}const a=o.get(n);return ne(a!==void 0,`Unexpected bounds cache miss for index ${n}`),a},set(n,a){o.set(n,a)},get size(){return o.size}}}function Lr({itemCount:e,itemProps:t,itemSize:r}){return s.useMemo(()=>Dr({itemCount:e,itemProps:t,itemSize:r}),[e,t,r])}function _r({containerSize:e,itemSize:t}){let r;switch(typeof t){case"string":{ne(t.endsWith("%"),`Invalid item size: "${t}"; string values must be percentages (e.g. "100%")`),ne(e!==void 0,"Container size must be defined if a percentage item size is specified"),r=e*parseInt(t)/100;break}default:{r=t;break}}return r}function qr({containerElement:e,containerStyle:t,defaultContainerSize:r=0,direction:o,isRtl:n=!1,itemCount:a,itemProps:i,itemSize:c,onResize:l,overscanCount:u}){const[m,g]=s.useState({startIndexVisible:0,startIndexOverscan:0,stopIndexVisible:-1,stopIndexOverscan:-1}),{startIndexVisible:f,startIndexOverscan:p,stopIndexVisible:h,stopIndexOverscan:d}={startIndexVisible:Math.min(a-1,m.startIndexVisible),startIndexOverscan:Math.min(a-1,m.startIndexOverscan),stopIndexVisible:Math.min(a-1,m.stopIndexVisible),stopIndexOverscan:Math.min(a-1,m.stopIndexOverscan)},{height:x=r,width:v=r}=$r({defaultHeight:r,defaultWidth:void 0,element:e,mode:"only-height",style:t}),k=s.useRef({height:0,width:0}),O=x,S=_r({containerSize:O,itemSize:c});s.useLayoutEffect(()=>{if(typeof l=="function"){const I=k.current;(I.height!==x||I.width!==v)&&(l({height:x,width:v},{...I}),I.height=x,I.width=v)}},[x,l,v]);const C=Lr({itemCount:a,itemProps:i,itemSize:S}),w=s.useCallback(I=>C.get(I),[C]),R=s.useCallback(()=>vt({cachedBounds:C,itemCount:a,itemSize:S}),[C,a,S]),E=s.useCallback(I=>{const M=Ee({containerElement:e,direction:o,isRtl:n,scrollOffset:I});return Ge({cachedBounds:C,containerScrollOffset:M,containerSize:O,itemCount:a,overscanCount:u})},[C,e,O,o,n,a,u]);be(()=>{const I=e?.scrollTop??0;g(E(I))},[e,o,E]),be(()=>{if(!e)return;const I=()=>{g(M=>{const{scrollLeft:$,scrollTop:V}=e,L=Ee({containerElement:e,direction:o,isRtl:n,scrollOffset:V}),U=Ge({cachedBounds:C,containerScrollOffset:L,containerSize:O,itemCount:a,overscanCount:u});return ge(U,M)?M:U})};return e.addEventListener("scroll",I),()=>{e.removeEventListener("scroll",I)}},[C,e,O,o,a,u]);const N=Tr(({align:I="auto",containerScrollOffset:M,index:$})=>{let V=Pr({align:I,cachedBounds:C,containerScrollOffset:M,containerSize:O,index:$,itemCount:a,itemSize:S});if(e){if(V=Ee({containerElement:e,direction:o,isRtl:n,scrollOffset:V}),typeof e.scrollTo!="function"){const L=E(V);ge(m,L)||g(L)}return V}});return{getCellBounds:w,getEstimatedSize:R,scrollToIndex:N,startIndexOverscan:p,startIndexVisible:f,stopIndexOverscan:d,stopIndexVisible:h}}function Br(e){return s.useMemo(()=>e,Object.values(e))}function Hr(e,t){const{ariaAttributes:r,style:o,...n}=e,{ariaAttributes:a,style:i,...c}=t;return ge(r,a)&&ge(o,i)&&ge(n,c)}function Wr(e){return e!=null&&typeof e=="object"&&"getAverageRowHeight"in e&&typeof e.getAverageRowHeight=="function"}const Ur="data-react-window-index";function Yr({children:e,className:t,defaultHeight:r=0,listRef:o,onResize:n,onRowsRendered:a,overscanCount:i=3,rowComponent:c,rowCount:l,rowHeight:u,rowProps:m,tagName:g="div",style:f,...p}){const h=Br(m),d=s.useMemo(()=>s.memo(c,Hr),[c]),[x,v]=s.useState(null),k=Wr(u),O=s.useMemo(()=>k?V=>u.getRowHeight(V)??u.getAverageRowHeight():u,[k,u]),{getCellBounds:S,getEstimatedSize:C,scrollToIndex:w,startIndexOverscan:R,startIndexVisible:E,stopIndexOverscan:N,stopIndexVisible:I}=qr({containerElement:x,containerStyle:f,defaultContainerSize:r,direction:"vertical",itemCount:l,itemProps:h,itemSize:O,onResize:n,overscanCount:i});s.useImperativeHandle(o,()=>({get element(){return x},scrollToRow({align:V="auto",behavior:L="auto",index:U}){const te=w({align:V,containerScrollOffset:x?.scrollTop??0,index:U});typeof x?.scrollTo=="function"&&x.scrollTo({behavior:L,top:te})}}),[x,w]),be(()=>{if(!x)return;const V=Array.from(x.children).filter((L,U)=>{if(L.hasAttribute("aria-hidden"))return!1;const te=`${R+U}`;return L.setAttribute(Ur,te),!0});if(k)return u.observeRowElements(V)},[x,k,u,R,N]),s.useEffect(()=>{R>=0&&N>=0&&a&&a({startIndex:E,stopIndex:I},{startIndex:R,stopIndex:N})},[a,R,E,N,I]);const M=s.useMemo(()=>{const V=[];if(l>0)for(let L=R;L<=N;L++){const U=S(L);V.push(s.createElement(d,{...h,ariaAttributes:{"aria-posinset":L+1,"aria-setsize":l,role:"listitem"},key:L,index:L,style:{position:"absolute",left:0,transform:`translateY(${U.scrollOffset}px)`,height:k?void 0:U.size,width:"100%"}}))}return V},[d,S,k,l,h,R,N]),$=b.jsx("div",{"aria-hidden":!0,style:{height:C(),width:"100%",zIndex:-1}});return s.createElement(g,{role:"list",...p,className:t,ref:v,style:{position:"relative",maxHeight:"100%",flexGrow:1,overflowY:"auto",...f}},M,e,$)}const Jr=({fields:e,visibility:t,groupState:r,toggleGroup:o,t:n,renderField:a,containerHeight:i=600,estimatedFieldHeight:c=60})=>{const l=s.useRef(null),u=s.useMemo(()=>{const f=e.filter(d=>t[d.name]),p=ht(f),h=[];return p.groups.forEach(d=>{if(d.name){const x=r[d.name]??!0;h.push({type:"group-header",groupName:d.name,isOpen:x}),x&&d.fields.forEach(v=>{h.push({type:"field",field:v})})}else d.fields.forEach(x=>{h.push({type:"field",field:x})})}),h},[e,t,r]),m=f=>{const p=u[f];if(!p)return c;if(p.type==="group-header")return 50;const h=p.field?.type;return h==="multiline"?120:h==="separator"?30:h==="image"?200:c},g=s.useCallback(({index:f,style:p})=>{const h=u[f];return h?h.type==="group-header"&&h.groupName?b.jsx("div",{style:p,children:b.jsx("fieldset",{style:{border:"1px solid var(--reactaform-border-color, #bbb)",padding:"0",borderRadius:"var(--reactaform-border-radius, 4px)",marginBottom:"var(--reactaform-space, 8px)"},children:b.jsxs("legend",{onClick:()=>o(h.groupName),style:{fontWeight:"bold",cursor:"pointer",display:"flex",justifyContent:"space-between",alignItems:"center",padding:"0 var(--reactaform-space, 8px)",color:"var(--reactaform-text-color, inherit)"},children:[b.jsx("span",{children:n(h.groupName)}),b.jsx("span",{children:h.isOpen?"▼":"▶"})]})})}):h.type==="field"&&h.field?b.jsx("div",{style:p,children:a(h.field)},h.field.name):b.jsx("div",{style:p}):b.jsx("div",{style:p})},[u,o,a,n]);return u.length===0?b.jsx("div",{style:{padding:"var(--reactaform-space, 8px)",color:"var(--reactaform-text-muted, #666)"},children:n("No fields to display")}):b.jsx("div",{ref:l,children:b.jsx(Yr,{defaultHeight:i,rowCount:u.length,rowHeight:m,rowComponent:g,rowProps:{}})})},Gr=e=>{const t={};return e.forEach(r=>{t[r.name]=!1}),t},De=(e,t,r,o)=>{const n=t[e];if(!n?.children)return;const a=r[e],i=a!=null?String(a):"";(n.children[i]||[]).forEach(l=>{o[l]=!0,De(l,t,r,o)})},wt=(e,t,r)=>{const o=t[e];o?.children&&Object.values(o.children).flat().forEach(n=>{r[n]=!1,wt(n,t,r)})},Kr=(e,t,r,o)=>{const n={...r};return e.forEach(a=>{(!a.parents||Object.keys(a.parents).length===0)&&(n[a.name]=!0,De(a.name,o,t,n))}),n},Xr=(e,t,r,o,n)=>{const a={...e};if(wt(o,t,a),n!=null){const i=t[o];if(i?.children){const c=String(n);(i.children[c]||[]).forEach(u=>{a[u]=!0,De(u,t,r,a)})}}return a};function Zr(e,t,r,o,n){const a=Object.values(n).filter(Boolean);if(a.length>0)return{success:!1,message:o("Please fix validation errors before submitting."),errors:a};const i={...r},c=[];if(e&&Array.isArray(e.properties))for(const u of e.properties){const m=u.name,g=i[m];if(g==null)continue;const f=u.type;try{if((f==="int"||f==="number"||f==="float")&&typeof g=="string"){const p=Number(String(g).trim());isNaN(p)?c.push(o(`Invalid number format for field ${u.displayName||m}`)):i[m]=p}else if((f==="int-array"||f==="float-array")&&typeof g=="string"){const h=String(g).split(",").map(d=>d.trim()).filter(Boolean).map(d=>{const x=Number(d);return isNaN(x)?(c.push(o(`Invalid number "${d}" in array for field ${u.displayName||m}`)),0):x});c.length===0&&(i[m]=h)}}catch(p){c.push(o(`Error processing field ${u.displayName||m}: ${p}`))}}if(c.length>0)return{success:!1,message:o("Data transformation errors occurred."),errors:c};const l=ct(e,i,o);if(l&&l.length>0)return{success:!1,message:l.join(`
|
|
278
|
-
`),errors:
|
|
279
|
-
`)
|
|
280
|
-
`+X:J),L(_.success),_.success||(
|
|
292
|
+
<%s key={someKey} {...props} />`,q,H,Q,H),F[H+q]=!0)}if(H=null,P!==void 0&&(r(P),H=""+P),i(N)&&(r(N.key),H=""+N.key),"key"in N){P={};for(var le in N)le!=="key"&&(P[le]=N[le])}else P=N;return H&&c(P,typeof y=="function"?y.displayName||y.name||"Unknown":y),m(y,H,P,n(),Z,ee)}function d(y){u(y)?y._store&&(y._store.validated=1):typeof y=="object"&&y!==null&&y.$$typeof===E&&(y._payload.status==="fulfilled"?u(y._payload.value)&&y._payload.value._store&&(y._payload.value._store.validated=1):y._store&&(y._store.validated=1))}function u(y){return typeof y=="object"&&y!==null&&y.$$typeof===h}var p=s,h=Symbol.for("react.transitional.element"),g=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),C=Symbol.for("react.profiler"),k=Symbol.for("react.consumer"),O=Symbol.for("react.context"),w=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),S=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),I=Symbol.for("react.activity"),M=Symbol.for("react.client.reference"),V=p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,$=Object.prototype.hasOwnProperty,L=Array.isArray,Y=console.createTask?console.createTask:function(){return null};p={react_stack_bottom_frame:function(y){return y()}};var te,K={},se=p.react_stack_bottom_frame.bind(p,a)(),D=Y(o(a)),F={};de.Fragment=x,de.jsx=function(y,N,P){var q=1e4>V.recentlyCreatedOwnerStacks++;return l(y,N,P,!1,q?Error("react-stack-top-frame"):se,q?Y(o(y)):D)},de.jsxs=function(y,N,P){var q=1e4>V.recentlyCreatedOwnerStacks++;return l(y,N,P,!0,q?Error("react-stack-top-frame"):se,q?Y(o(y)):D)}})()),de}var We;function Ft(){return We||(We=1,process.env.NODE_ENV==="production"?ye.exports=Mt():ye.exports=At()),ye.exports}var b=Ft();const tt=s.createContext(void 0),T=()=>{const e=s.useContext(tt);if(!e)throw new Error("❌ useReactaFormContext must be used within a <ReactaFormProvider>");return e};class we{map={};register(t,r){this.map[t]=r}get(t){return this.map[t]}has(t){return t in this.map}list(){return Object.keys(this.map)}entries(){return Object.entries(this.map)}values(){return Object.values(this.map)}size(){return Object.keys(this.map).length}unregister(t){return t in this.map?(delete this.map[t],!0):!1}clear(){this.map={}}registerAll(t){Array.isArray(t)?t.forEach(([r,o])=>this.register(r,o)):Object.entries(t).forEach(([r,o])=>this.register(r,o))}getOrDefault(t,r){return this.get(t)??r}}function rt(e,t=300,r){const o=s.useRef(void 0),n=s.useRef(e),a=s.useRef(null),i=s.useRef(!1);s.useEffect(()=>{n.current=e},[e]),s.useEffect(()=>()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0)},[]);const c=s.useCallback(()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current=null,i.current=!1},[]),f=s.useCallback(()=>{if(o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current)try{n.current(...a.current)}finally{a.current=null,i.current=!1}},[]);return{callback:s.useCallback((...l)=>{if(r?.leading===!0&&!i.current){i.current=!0,n.current(...l),window.clearTimeout(o.current),o.current=window.setTimeout(()=>{i.current=!1,o.current=void 0},t);return}a.current=l,window.clearTimeout(o.current),o.current=window.setTimeout(()=>{o.current=void 0,a.current&&(n.current(...a.current),a.current=null,i.current=!1)},t)},[t,r?.leading]),cancel:c,flush:f}}const A={field:"reactaform-field",label:"reactaform-label",input:"reactaform-input",textInput:"reactaform-input--text",inputNumber:"reactaform-input--number",inputSelect:"reactaform-select",rangeInput:"reactaform-input--range",button:"reactaform-button"},G=(...e)=>{const t=[];for(const r of e)r&&(typeof r=="string"?t.push(r):typeof r=="object"&&Object.entries(r).forEach(([o,n])=>{n&&t.push(o)}));return t.join(" ")},nt=({content:e,size:t="medium",animation:r=!0})=>{const{t:o,darkMode:n,formStyle:a,fieldStyle:i}=T(),[c,f]=s.useState(!1),[m,l]=s.useState({x:0,y:0}),[d,u]=s.useState(!1),p=s.useRef(null),h=s.useRef(null),g=s.useRef(null),x=s.useMemo(()=>{const O={icon:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:"1.2em",height:"1.2em",fontSize:"0.9em",fontWeight:"bold",borderRadius:"50%",backgroundColor:n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)",color:n?"#f0f0f0":"#333",border:`1px solid ${n?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.1)"}`,cursor:"pointer",transition:r?"all 0.2s ease":void 0,marginLeft:"0.3em"},text:{...{small:{padding:"4px 8px",fontSize:"11px",maxWidth:"200px"},medium:{padding:"6px 10px",fontSize:"12px",maxWidth:"240px"},large:{padding:"8px 12px",fontSize:"13px",maxWidth:"280px"}}[t],position:"absolute",backgroundColor:`var(--reactaform-tooltip-color-bg, ${n?"rgba(45,45,45,0.95)":"rgba(60,60,60,0.92)"})`,color:`var(--reactaform-tooltip-color, ${n?"#f0f0f0":"#fff"})`,borderRadius:"6px",border:`1px solid ${n?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)"}`,boxShadow:n?"0 8px 16px rgba(0,0,0,0.4)":"0 6px 18px rgba(0,0,0,0.12)",zIndex:2147483647,opacity:0,visibility:"hidden",transition:r?"opacity 0.2s ease, visibility 0.2s ease":void 0,pointerEvents:"none",whiteSpace:"normal",wordBreak:"break-word",boxSizing:"border-box"},textVisible:{opacity:1,visibility:"visible"}},w=(j,S,E)=>{const M=j?.[S];return(E&&M?M[E]:void 0)??{}};return{icon:{...O.icon,...w(a,"tooltip","icon"),...w(i,"tooltip","icon")},text:{...O.text,...w(a,"tooltip","text"),...w(i,"tooltip","text")},textVisible:O.textVisible}},[n,t,r,a,i]);s.useEffect(()=>{if(c){const k=requestAnimationFrame(()=>u(!1)),O=requestAnimationFrame(()=>{if(p.current){const w=p.current.getBoundingClientRect(),R=8;g.current=w;const j=w.right+R,S=w.top;l({x:j,y:S}),u(!0)}});return()=>{cancelAnimationFrame(O),cancelAnimationFrame(k)}}else requestAnimationFrame(()=>u(!1))},[c]),s.useEffect(()=>{if(!d)return;const k=requestAnimationFrame(()=>{if(!h.current)return;const O=h.current.getBoundingClientRect(),w=8,R=typeof window<"u"?window.innerWidth:1024,j=typeof window<"u"?window.innerHeight:768;let S=m.x,E=m.y;const I=g.current;I&&(S=I.right+w,E=I.top+I.height/2-O.height/2+-4,S+O.width>R-w&&(S=I.left-w-O.width)),S+O.width>R-w&&(S=Math.max(w,R-O.width-w)),S<w&&(S=w),E+O.height>j-w&&(E=Math.max(w,j-O.height-w)),E<w&&(E=w),(S!==m.x||E!==m.y)&&l({x:S,y:E})});return()=>cancelAnimationFrame(k)},[d,m.x,m.y]);const v=typeof document<"u"?document.getElementById("popup-root"):null,C=b.jsx("div",{ref:h,style:{...x.text,transform:d?"translateY(0) scale(1)":"translateY(-4px) scale(0.98)",transition:"opacity 120ms ease, transform 120ms ease, visibility 120ms ease",width:240,...d?x.textVisible:{},top:m.y,left:m.x},"data-reactaform-theme":n?"dark":"light",children:o(e)});return b.jsxs(b.Fragment,{children:[b.jsx("span",{"data-testid":"tooltip-icon",ref:p,onMouseEnter:()=>f(!0),onMouseLeave:()=>f(!1),style:{...x.icon},children:"?"}),c&&(v?Fe.createPortal(C,v):C)]})},ke=s.memo(({field:e,error:t,children:r,showLabel:o=!0})=>{const{t:n}=T(),a=e?.labelLayout==="column-center"?"center":"left";return b.jsxs("div",{className:`${A.field} column-layout`,style:{display:"flex",flexDirection:"column",gap:"var(--reactaform-label-gap, 4px)","--label-align":a},children:[o&&b.jsx("div",{style:{textAlign:a,width:"100%"},children:b.jsx("label",{className:A.label,htmlFor:e.name,style:{textAlign:a,width:"100%",minWidth:"unset",display:"block"},children:n(e.displayName)})}),b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[b.jsx("div",{style:{flex:1,minWidth:0,maxWidth:"100%"},children:b.jsx("div",{style:{width:"100%"},children:r})}),e.tooltip&&b.jsx(nt,{content:e.tooltip})]}),t&&b.jsx(ze,{children:t})]})});ke.displayName="ColumnFieldLayout";const ot=s.memo(({field:e,error:t,children:r,rightAlign:o=!1})=>{const{t:n}=T(),a=s.useMemo(()=>({display:"flex",flexDirection:"column",gap:0}),[]),i=s.useMemo(()=>({display:"flex",flexDirection:"row",alignItems:"center",gap:"3px"}),[]);return b.jsxs("div",{className:`${A.field} row-layout`,children:[b.jsx("label",{className:A.label,htmlFor:e.name,style:{textAlign:"left",justifyContent:"flex-start"},children:n(e.displayName)}),b.jsxs("div",{style:a,children:[b.jsxs("div",{style:i,children:[o?b.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)"},children:r}):r,e.tooltip&&b.jsx(nt,{content:e.tooltip})]}),t&&b.jsx(ze,{children:t})]})]})});ot.displayName="RowFieldLayout";const W=({field:e,error:t,children:r,rightAlign:o=!1})=>e?.labelLayout==="column-left"||e?.labelLayout==="column-center"?b.jsx(ke,{field:e,error:t,showLabel:!0,children:r}):e?.type==="checkbox"||e?.type==="switch"?b.jsx(ke,{field:e,error:t,showLabel:!1,children:r}):b.jsx(ot,{field:e,error:t,rightAlign:o,children:r}),ze=s.memo(({children:e})=>{const t=s.useMemo(()=>({color:"var(--reactaform-error-color)",fontSize:"13px",marginTop:"4px",fontWeight:"var(--reactaform-font-weight)",display:"flex",flex:1,justifyContent:"flex-start",alignItems:"flex-start"}),[]);return b.jsx("div",{style:t,children:e})});ze.displayName="ErrorDiv";const at=s.memo(({name:e,onChange:t})=>{const{t:r}=T();return b.jsxs("div",{style:{marginBottom:16},children:[b.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 2fr",gap:12,alignItems:"center"},children:[b.jsx("label",{htmlFor:"instance-name-input",style:{margin:0,fontSize:"0.95em",fontWeight:500,color:"var(--reactaform-text-color, #333)"},children:r("Instance Name")}),b.jsx("input",{id:"instance-name-input",type:"text",value:e,onChange:o=>t(o.target.value),style:{width:"100%",padding:"var(--reactaform-input-padding, 8px 12px)",fontSize:"var(--reactaform-input-font-size, 14px)",border:"1px solid var(--reactaform-input-border, #ddd)",borderRadius:"var(--reactaform-border-radius, 4px)",backgroundColor:"var(--reactaform-input-bg, #fff)",color:"var(--reactaform-text-color, #333)",boxSizing:"border-box"},placeholder:r("Enter instance name")})]}),b.jsx("div",{style:{height:"1px",backgroundColor:"var(--reactaform-separator, #e6e6e6)",marginTop:12,marginBottom:12}})]})});at.displayName="InstanceName";class zt extends we{registerInCategory(t,r,o){this.get(t)||this.register(t,{});const n=this.get(t);n[r]=o}getFromCategory(t,r){return this.get(t)?.[r]}listFromCategory(t){return Object.keys(this.get(t)||{})}listCategories(){return this.list()}}const st=new we,it=new zt;function Vt(e,t){st.register(e,t)}function $t(e,t,r){it.registerInCategory(e,t,r)}function Tt(e,t){return it.getFromCategory(e,t)||null}function Pt(e){return st.get(e)||null}const Ce=new Map,Re=new Map;function U(e,t,r,o){if(t&&typeof t.validationHandlerName=="string"){const n=`${e}:${t.validationHandlerName}`;if(!Ce.has(n)){const i=Tt(e,t.validationHandlerName);Ce.set(n,i)}const a=Ce.get(n);if(a)return a(r,o)||null}return null}function ct(e,t,r){if(e&&typeof e.validationHandlerName=="string"){const o=e.validationHandlerName;if(!Re.has(o)){const a=Pt(o);Re.set(o,a)}const n=Re.get(o);if(n)return n(t,r)||null}return null}function ae(e){return typeof e=="object"&&e!==null}function Ve(e){if(!ae(e))return!1;const t=e;return typeof t.name=="string"&&typeof t.displayName=="string"}function lt(e){if(!ae(e))return!1;const t=e;return typeof t.name!="string"||typeof t.version!="string"||!Array.isArray(t.properties)?!1:t.properties.every(r=>Ve(r))}function Ie(e){try{return typeof File<"u"&&e instanceof File}catch{const t=ae(e)?e:void 0;return!!t&&typeof t.name=="string"&&typeof t.size=="number"}}function Dt(e,t,r={}){try{const{includeMetadata:o=!1,dateFormat:n="iso",fileHandling:a="metadata",prettify:i=!1,excludeFields:c=[],includeOnlyFields:f=[]}=r;if(!e||typeof e!="object")return{success:!1,error:"Instance must be a valid object"};const m=[],l=[],d={},p=(lt(t)||ae(t)&&Array.isArray(t.properties)?t.properties:[]).filter(Ve),h=new Map(p.map(x=>[x.name,x]));for(const[x,v]of Object.entries(e)){if(c.includes(x)){l.push(x);continue}if(f.length>0&&!f.includes(x)){l.push(x);continue}if(v===void 0)continue;const C=h.get(x);try{d[x]=Lt(v,C,{dateFormat:n,fileHandling:a})}catch(k){m.push(`Error serializing field '${x}': ${String(k)}`),d[x]=null}}return o&&(d._metadata={serializedAt:new Date().toISOString(),version:(ae(t)?t.version:void 0)||"1.0.0",fieldCount:Object.keys(d).length-1}),{success:!0,data:i?JSON.stringify(d,null,2):JSON.stringify(d),metadata:{fieldCount:Object.keys(d).length,excludedFields:l,warnings:m}}}catch(o){return{success:!1,error:`Serialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function Lt(e,t,r={}){const{dateFormat:o="iso",fileHandling:n="metadata"}=r;if(e==null)return null;if(t)switch(t.type){case"date":case"datetime":case"date-time":return Ue(e,o);case"file":return Ye(e,n);case"int":case"integer":return typeof e=="string"?parseInt(e,10):e;case"float":case"number":return typeof e=="string"?parseFloat(e):e;case"boolean":return typeof e=="string"?e==="true":!!e;case"int-array":case"float-array":return Array.isArray(e)?e.map(a=>typeof a=="string"?Number(a):a):e;default:return e}return e instanceof Date?Ue(e,o):Ie(e)||Array.isArray(e)&&Ie(e[0])?Ye(e,n):e}function Ue(e,t){let r=null;if(e instanceof Date)r=e;else if(typeof e=="string"){const o=new Date(e);if(!isNaN(o.getTime()))r=o;else return e}else return e;switch(t){case"timestamp":return r.getTime();case"locale":return r.toLocaleString();case"iso":default:return r.toISOString()}}function Ye(e,t){return t==="skip"?null:Array.isArray(e)?e.map(r=>Je(r,t)):Je(e,t)}function Je(e,t){if(!Ie(e))return e;const r=e;return t==="metadata"?{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified}:{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified,_note:"Base64 encoding requires async implementation"}}function _t(e,t,r={}){try{const{strict:o=!1,validateTypes:n=!0,preserveUnknownFields:a=!0,dateFormat:i="auto"}=r;if(!e||typeof e!="string")return{success:!1,error:"Serialized data must be a non-empty string"};let c;try{c=JSON.parse(e)}catch(g){return{success:!1,error:`Invalid JSON: ${g instanceof Error?g.message:"Unknown parsing error"}`}}if(!c||typeof c!="object")return{success:!1,error:"Parsed data must be an object"};const f=[],m=[],l={},u=(lt(t)||ae(t)&&Array.isArray(t.properties)?t.properties:[]).filter(Ve),p=new Map(u.map(g=>[g.name,g]));for(const g of u){const x=g.name,v=c[x];if(v===void 0){o&&g.required&&m.push(`Required field '${x}' is missing`);continue}try{l[x]=qt(v,g,{validateTypes:n,dateFormat:i})}catch(C){const k=`Error deserializing field '${x}': ${String(C)}`;o?m.push(k):(f.push(k),l[x]=v)}}if(a)for(const[g,x]of Object.entries(c))!p.has(g)&&g!=="_metadata"&&(o&&f.push(`Unknown field '${g}' preserved`),l[g]=x);const h=m.length>0;return{success:!h,data:l,warnings:f.length>0?f:void 0,validationErrors:h?m:void 0}}catch(o){return{success:!1,error:`Deserialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function qt(e,t,r={}){const{validateTypes:o=!0,dateFormat:n="auto"}=r;if(e==null)return e;try{switch(t.type){case"date":case"datetime":case"date-time":return Wt(e,n,o);case"int":case"integer":return Ne(e,o);case"float":case"number":return Oe(e,o);case"boolean":return Ut(e,o);case"int-array":return Ge(e,"integer",o);case"float-array":return Ge(e,"number",o);case"string":case"text":case"email":case"url":case"phone":return o?String(e):e;default:return e}}catch(a){if(o)throw new Error(`Type conversion failed: ${String(a)}`);return e}}function Bt(e,t={}){try{const{prettify:r=!0,includeMetadata:o=!0}=t;if(!e||typeof e!="object")return{success:!1,error:"Definition must be a valid object"};const n={...e};return o&&(n._metadata={serializedAt:new Date().toISOString(),version:n.version||"1.0.0",propertyCount:(Array.isArray(n.properties)?n.properties.length:0)||0}),{success:!0,data:r?JSON.stringify(n,null,2):JSON.stringify(n),metadata:{fieldCount:(Array.isArray(n.properties)?n.properties.length:0)||0,excludedFields:[],warnings:[]}}}catch(r){return{success:!1,error:`Definition serialization failed: ${r instanceof Error?r.message:"Unknown error"}`}}}function Ht(e,t={}){try{const{strict:r=!1,validateTypes:o=!0}=t;let n;if(typeof e=="string")try{n=JSON.parse(e)}catch(l){return{success:!1,error:`Invalid JSON for definition: ${l instanceof Error?l.message:"Unknown parsing error"}`}}else if(e&&typeof e=="object")n={...e};else return{success:!1,error:"Input must be a string or object"};const a=[],i=[],c=["name","version","displayName"];for(const l of c)if(!n[l])if(r)i.push(`Required field '${l}' is missing`);else switch(a.push(`Missing field '${l}', using default`),l){case"name":n.name="unnamed-definition";break;case"version":n.version="1.0.0";break;case"displayName":n.displayName=n.name||"Unnamed Definition";break}const f=Array.isArray(n.properties)?n.properties:null;f?n.properties=f.map((l,d)=>{const u=ae(l)?l:{},p={...u};if(!u.name){const h=`Property at index ${d} missing 'name'`;r?i.push(h):(a.push(`${h}, using 'field_${d}'`),p.name=`field_${d}`)}return u.displayName||(p.displayName=u.name||`Field ${d}`),u.type||(r&&o?i.push(`Property '${u.name||d}' missing 'type'`):(a.push(`Property '${u.name||d}' missing 'type', using 'string'`),p.type="string")),u.defaultValue===void 0&&(p.defaultValue=null),u.required===void 0&&(p.required=!1),p}):r?i.push("Properties must be an array"):(a.push("Properties not found or invalid, using empty array"),n.properties=[]);const m=i.length>0;return{success:!m,data:n,warnings:a.length>0?a:void 0,validationErrors:m?i:void 0}}catch(r){return{success:!1,error:`Definition deserialization failed: ${r instanceof Error?r.message:"Unknown error"}`}}}function Wt(e,t,r){if(e instanceof Date)return e;if(typeof e=="number"){const o=new Date(e);if(r&&isNaN(o.getTime()))throw new Error(`Invalid timestamp: ${e}`);return o}if(typeof e=="string"){const o=new Date(e);if(r&&isNaN(o.getTime()))throw new Error(`Invalid date string: ${e}`);return o}if(r)throw new Error(`Cannot convert ${typeof e} to Date`);return e}function Ne(e,t){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e=="string"&&e.trim()!==""){const r=parseInt(e,10);if(t&&isNaN(r))throw new Error(`Cannot convert "${e}" to integer`);return r}if(t)throw new Error(`Cannot convert ${typeof e} to integer`);return e}function Oe(e,t){if(typeof e=="number")return e;if(typeof e=="string"&&e.trim()!==""){const r=parseFloat(e);if(t&&isNaN(r))throw new Error(`Cannot convert "${e}" to number`);return r}if(t)throw new Error(`Cannot convert ${typeof e} to number`);return e}function Ut(e,t){if(typeof e=="boolean")return e;if(typeof e=="string"){const r=e.toLowerCase();if(r==="true"||r==="1")return!0;if(r==="false"||r==="0")return!1;if(t)throw new Error(`Cannot convert "${e}" to boolean`)}if(typeof e=="number")return!!e;if(t)throw new Error(`Cannot convert ${typeof e} to boolean`);return e}function Ge(e,t,r){if(!Array.isArray(e)){if(typeof e=="string")return e.split(",").map(n=>n.trim()).filter(Boolean).map(n=>t==="integer"?Ne(n,r):Oe(n,r));if(r)throw new Error(`Expected array, got ${typeof e}`);return e}return e.map((o,n)=>{try{return t==="integer"?Ne(o,r):Oe(o,r)}catch(a){if(r)throw new Error(`Array element ${n}: ${a}`);return o}})}const Yt=(e,t)=>{const r=new Map;let o=null,n=null,a=0;for(const i of e){const c=i.group;if(!c){o=null,n=null;continue}if(c===o)t[i.name].group=n??c;else{if(!r.has(c))r.set(c,1),n=null,t[i.name].group=c;else{const f=r.get(c),m=`${c}(${f})`;r.set(c,f+1),n=m,t[i.name].group=m,a++}o=c}}return a},ut=(e,t={})=>{const{includeEmpty:r=!0}=t,o=[];let n=null,a=[],i=0;for(const f of e){const m=f.group||null;m!==n?((a.length>0||r)&&(a.length===0&&i++,o.push({name:n,fields:a})),n=m,a=[f]):a.push(f)}(a.length>0||r)&&(a.length===0&&i++,o.push({name:n,fields:a}));const c=Math.max(0,...o.map(f=>f.fields.length));return{groups:o,metadata:{totalGroups:o.length,emptyGroups:i,largestGroup:c}}},Ee=new Map,xe=new Map,oe=new Set,Me=new Map,Jt=async e=>{try{let t;switch(e.toLowerCase()){case"fr":t=(await Promise.resolve().then(()=>require("./common-BxyjIoe1.js"))).default;break;case"de":t=(await Promise.resolve().then(()=>require("./common-BD9zx3GT.js"))).default;break;case"es":t=(await Promise.resolve().then(()=>require("./common-hRFTL4KF.js"))).default;break;case"zh-cn":t=(await Promise.resolve().then(()=>require("./common-COyDhNL-.js"))).default;break;case"en":t={};break;default:t={}}return{success:!0,translations:t,fromCache:!1}}catch(t){return{success:!1,translations:{},error:`Failed to load common translations for ${e}: ${t}`}}},Gt=async e=>{if(!e)return{success:!1,translations:{},error:"Language is required"};const t=e.toLowerCase();if(t==="en")return{success:!0,translations:{},fromCache:!1};if(Ee.has(t))return{success:!0,translations:Ee.get(t)||{},fromCache:!0};const r=await Jt(t);return r.success&&(Ee.set(t,r.translations),Me.set(t,{loadedAt:new Date,size:Object.keys(r.translations).length,source:"common"})),r},Kt=async(e,t)=>{if(!e||!t)return{success:!1,translations:{},error:"Both language and localizeName are required"};const r=`${e.toLowerCase()}/${t}`;if(oe.has(r))return{success:!1,translations:{},error:"Previously failed to load",fromCache:!0};if(xe.has(r))return{success:!0,translations:xe.get(r)||{},fromCache:!0};try{let o=t;!t.includes("/")&&!t.includes(".")&&(o=`/locales/${e}/${t}.json`);const n=await fetch(o);if(!n.ok){const m=`HTTP ${n.status}: ${n.statusText}`;return n.status===404?(xe.set(r,{}),Me.set(r,{loadedAt:new Date,size:0,source:"user"}),{success:!0,translations:{},fromCache:!1}):(oe.add(r),{success:!1,translations:{},error:m})}const a=n.headers.get("content-type")||"";!a.includes("application/json")&&!a.includes("text/json")&&ft()&&console.warn(`Translation file at ${o} has unexpected content-type: ${a}`);const i=await n.text();if(!i){const m="Empty translation file";return oe.add(r),{success:!1,translations:{},error:m}}let c;try{c=JSON.parse(i)}catch(m){const l=`Invalid JSON in translation file: ${m instanceof Error?m.message:String(m)}`;return oe.add(r),{success:!1,translations:{},error:l}}if(!c||typeof c!="object"){const m="Invalid translation file format";return oe.add(r),{success:!1,translations:{},error:m}}const f=Object.fromEntries(Object.entries(c).map(([m,l])=>[m,typeof l=="string"?l:String(l)]));if(!f||typeof f!="object"){const m="Invalid translation file format";return oe.add(r),{success:!1,translations:{},error:m}}return xe.set(r,f),Me.set(r,{loadedAt:new Date,size:Object.keys(f).length,source:"user"}),{success:!0,translations:f,fromCache:!1}}catch(o){const n=`Failed to load user translations: ${o instanceof Error?o.message:"Unknown error"}`;return oe.add(r),{success:!1,translations:{},error:n}}};function ft(){try{if(typeof process<"u"&&process?.env?.NODE_ENV==="development")return!0}catch{}return!1}function Xt(e,t){return t.length===0?e:e.replace(/\{\{(\d+)\}\}/g,(r,o)=>{const n=parseInt(o,10)-1,a=t[n];if(a==null)return r;try{return String(a)}catch{return r}})}const Zt=(e,t,r)=>(o,...n)=>{let a=o,i=!1;return!o||typeof o!="string"?String(o||""):(e.toLowerCase()==="en"?(a=o,i=!0):Object.prototype.hasOwnProperty.call(r,o)?(a=r[o],i=!0):Object.prototype.hasOwnProperty.call(t,o)?(a=t[o],i=!0):a=o,a=Xt(a,n),!i&&ft()&&console.debug(`Missing translation for "${o}" in language "${e}"`),a)},$e={length:["m","cm","mm","km","in","ft","yd","mi"],area:["m^2","cm^2","mm^2","in^2","ft^2","yd^2"],volume:["L","m^3","cm^3","mL","in^3","ft^3","yd^3"],weight:["kg","g","mg","t","lb","oz"],time:["min","s","h","ms","d"],temperature:["C","F","K"],angle:["deg","rad","rev"]},Te={length:{m:"Meter (m)",mm:"Millimeter (mm)",cm:"Centimeter (cm)",km:"Kilometer (km)",in:"Inch (in)",ft:"Foot (ft)",yd:"Yard (yd)",mi:"Mile (mi)"},area:{"m^2":"Square meter (m^2)","mm^2":"Square millimeter (mm^2)","cm^2":"Square centimeter (cm^2)","in^2":"Square inch (in^2)","ft^2":"Square foot (ft^2)","yd^2":"Square yard (yd^2)"},volume:{L:"Liter (L)","cm^3":"Cubic centimeter (cm^3)","m^3":"Cubic meter (m^3)",mL:"Milliliter (mL)","in^3":"Cubic inch (in^3)","ft^3":"Cubic foot (ft^3)","yd^3":"Cubic yard (yd^3)"},weight:{kg:"Kilogram (kg)",g:"Gram (g)",mg:"Milligram (mg)",t:"Tonne (t)",lb:"Pound (lb)",oz:"Ounce (oz)"},time:{s:"Second (s)",min:"Minute (min)",h:"Hour (h)",ms:"Millisecond (ms)",d:"Day (d)",wk:"Week (wk)"},temperature:{C:"Celsius (C)",F:"Fahrenheit (F)",K:"Kelvin (K)"},angle:{deg:"Degree (deg)",rad:"Radian (rad)",rev:"Revolution (rev)"}},Pe={length:{mm:1e3,cm:100,m:1,km:.001,in:100/2.54,ft:100/(2.54*12),yd:100/(2.54*36),mi:1/1609.344},area:{"m^2":1,"mm^2":1e6,"cm^2":1e4,"km^2":1/1e6,"in^2":(100/2.54)**2,"ft^2":(100/(2.54*12))**2,"yd^2":(100/(2.54*36))**2},volume:{"cm^3":1e6,"m^3":1,L:1,mL:1e6,"in^3":(100/2.54)**3,"ft^3":(100/(2.54*12))**3,"yd^3":(100/(2.54*36))**3},weight:{mg:1e6,g:1e3,kg:1,t:.001,lb:1/.45359237,oz:1/.028349523125},time:{ms:1e3,s:1,min:1/60,h:1/3600,d:1/86400,wk:1/604800},temperature:{C:1,F:33.8,K:274.15},angle:{deg:1,rad:Math.PI/180,rev:1/360}},De={},Qt=new Set([...Object.keys($e),...Object.keys(Te),...Object.keys(Pe)]);for(const e of Qt){const t={},r=$e[e]??[],o=Te[e]??{},n=Pe[e]??{};for(const a of r){const i=o[a];t[a]={name:typeof i=="string"?i:String(a),shortName:a,factor:Object.prototype.hasOwnProperty.call(n,a)?n[a]:void 0}}for(const[a,i]of Object.entries(o))if(!t[a]){const c=typeof i=="string"?i:String(a);t[a]={name:c,shortName:a,factor:Object.prototype.hasOwnProperty.call(n,a)?n[a]:void 0}}for(const[a,i]of Object.entries(n))t[a]||(t[a]={name:String(a),shortName:String(a),factor:i});De[e]=t}const er=Object.freeze(Object.defineProperty({__proto__:null,dimensionUnitDisplayMap:Te,dimensionUnitsMap:$e,dimensonUnitFactorsMap:Pe,unitsByDimension:De},Symbol.toStringTag,{value:"Module"})),tr=({field:e,value:t,onChange:r,onError:o})=>{const{definitionName:n,t:a}=T(),i=s.useRef(o);s.useEffect(()=>{i.current=o},[o]),s.useEffect(()=>{const l=U(n,e,t??!1,a);i.current?.(l??null)},[t,e,n,a]);const c=l=>{const d=l.target.checked;r?.(d,null)},f=l=>{(l.key===" "||l.key==="Spacebar"||l.key==="Space"||l.key==="Enter")&&(l.preventDefault(),r?.(!t,null))},m=e.name;return b.jsx(W,{field:e,rightAlign:!1,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[b.jsx("label",{className:A.label,htmlFor:m,style:{textAlign:"left",justifyContent:"flex-start"},children:a(e.displayName)}),b.jsx("input",{id:m,"data-testid":"boolean-checkbox",type:"checkbox",checked:!!t,onChange:c,onKeyDown:f,"aria-checked":!!t,style:{cursor:"pointer",margin:"8px 0 8px 0",width:"1.2em",height:"1.2em",verticalAlign:"middle",color:"#FFFFFF",accentColor:"#0000FF",opacity:void 0}})]})})},Ke=[{label:"Black",value:"#000000"},{label:"White",value:"#ffffff"},{label:"Red",value:"#ff0000"},{label:"Green",value:"#008000"},{label:"Blue",value:"#0000ff"},{label:"Yellow",value:"#ffff00"},{label:"Cyan",value:"#00ffff"},{label:"Magenta",value:"#ff00ff"},{label:"Orange",value:"#ffa500"},{label:"Purple",value:"#800080"},{label:"Brown",value:"#a52a2a"},{label:"Gray",value:"#808080"},{label:"Light Gray",value:"#d3d3d3"},{label:"Pink",value:"#ffc0cb"}];function mt(e){return/^#([0-9A-F]{3}){1,2}$/i.test(e)}function rr(e){if(!mt(e))return null;const t=dt(e),r=parseInt(t.slice(1),16);return{r:r>>16&255,g:r>>8&255,b:r&255}}function dt(e){return e?(e=e.toLowerCase(),/^#([a-f0-9]){3}$/i.test(e)?"#"+e.slice(1).split("").map(t=>t+t).join(""):e):"#000000"}const nr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),[i,c]=s.useState("#000000"),f=s.useRef(null),m=s.useRef(null),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const v=t&&mt(t)?t:"#000000",C=dt(v);c(C)},[t]),s.useEffect(()=>{const v=U(a,e,t??"#000000",n);l.current?.(v??null)},[t,e,a,n]);const d=v=>{const C=v.target.value;c(C),r?.(C,null)},u=v=>{const C=v.target.value;c(C),r?.(C,null)},p=Ke.find(v=>v.value===i),{r:h,g,b:x}=rr(i)||{r:0,g:0,b:0};return b.jsx(W,{field:e,error:null,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[b.jsxs("select",{ref:f,id:e.name,value:i,onChange:d,style:{minWidth:"120px",flex:1},className:G(A.input,A.inputSelect),children:[Ke.map(v=>b.jsx("option",{value:v.value,children:n(v.label)},v.value)),p?null:b.jsxs("option",{value:i,children:["(",h,", ",g,", ",x,")"]},i)]}),b.jsx("label",{style:{width:"2.5em",height:"1.8em",display:"inline-block",border:"1px solid #ccc",borderRadius:"4px",backgroundColor:i,cursor:"pointer",overflow:"hidden",flexShrink:0},children:b.jsx("input",{ref:m,type:"color",value:i,onChange:u,style:{opacity:0,width:"100%",height:"100%",border:"none",padding:0,cursor:"pointer"}})})]})})},pe=e=>{if(!e)return null;const t=new Date(e);return isNaN(t.getTime())?null:t},or=e=>{if(!e)return"";if(/^\d{4}-\d{2}-\d{2}$/.test(e))return pe(e)?e:"";const r=pe(e);if(r){const o=r.getFullYear(),n=String(r.getMonth()+1).padStart(2,"0"),a=String(r.getDate()).padStart(2,"0");return`${o}-${n}-${a}`}return""},ar=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),{name:i,required:c}=e,f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const l=s.useCallback(u=>{if(!u||u.trim()==="")return c?n("Value required"):null;if(u){const h=pe(u);if(!h)return n("Invalid date format");if(e.minDate){const g=pe(e.minDate);if(g&&h.getTime()<g.getTime())return n("Date must be on or after {{1}}",e.minDate)}if(e.maxDate){const g=pe(e.maxDate);if(g&&h.getTime()>g.getTime())return n("Date must be on or before {{1}}",e.maxDate)}}return U(a,e,u,n)??null},[e,a,n,c]),d=u=>{const p=u.target.value,h=l(p);r?.(p,h)};return s.useEffect(()=>{const u=l(t);u!==f.current&&(f.current=u,m.current?.(u??null))},[t,l]),b.jsx(W,{field:e,error:l(t),children:b.jsx("input",{id:i,type:"date",value:or(t),onChange:d,className:G(A.input,A.textInput),...e.minDate?{min:e.minDate}:{},...e.maxDate?{max:e.maxDate}:{},"aria-invalid":!!l(t),"aria-describedby":l(t)?`${i}-error`:void 0})})},sr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useRef(o);s.useEffect(()=>{c.current=o},[o]);const f=s.useCallback(l=>l===""||l===null||l===void 0?n("Value required"):!e.options||e.options.length===0?null:e.options.some(u=>u.value===l)?U(a,e,l,n)??null:n("Invalid option selected"),[e,n,a]);s.useEffect(()=>{const l=t!=null?String(t):"",d=f(l);if(d&&e.options&&e.options.length>0){const u=String(e.options[0].value);i.current&&(i.current.value=u),r?.(u,null),c.current?.(null)}else i.current&&(i.current.value=l),c.current?.(d??null)},[t,f,r,e.options]);const m=l=>{const d=l.target.value,u=f(d);r?.(d,u)};return b.jsx(W,{field:e,error:f(String(t??"")),children:b.jsx("select",{defaultValue:String(t??""),ref:i,onChange:m,className:G(A.input,A.inputSelect),children:(e.options??[]).map(l=>b.jsx("option",{value:String(l.value),children:n(l.label)},String(l.value)))})})};function ir(e){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}const cr=({field:e,value:t,onChange:r,onError:o})=>{const{definitionName:n,t:a}=T(),i=s.useRef(null),c=s.useCallback(d=>{const u=d.trim();return u===""?e.required?a("Value required"):null:ir(u)?e.pattern&&!new RegExp(e.pattern).test(u)?a("Email does not match pattern: {{%1}}",{"%1":`${e.pattern}`}):U(n,e,d,a)??null:a("Must be valid email format")},[e,n,a]),f=d=>{const u=d.target.value,p=c(u);r?.(u,p)},m=s.useRef(null),l=s.useRef(o);return s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const d=t??"",u=c(d);i.current&&i.current.value!==String(d)&&(i.current.value=String(d)),u!==m.current&&(m.current=u,l.current?.(u??null))},[t,c]),b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"email",defaultValue:String(t??""),ref:i,onChange:f,className:G(A.input,A.textInput)})})},lr=({field:e})=>{const{darkMode:t}=T(),{color:r=t?"#444444":"#CCCCCC",thickness:o=1,margin:n="8px 0"}=e;return b.jsx("div",{style:{width:"auto",height:"0",borderTop:`${o}px solid ${r}`,margin:n}})};function pt({pos:e,options:t,onClose:r,onClickOption:o}){const n=s.useRef(null),a=s.useRef(!1),i=typeof window<"u"?document.getElementById("popup-root")||document.body:null;if(s.useEffect(()=>{function p(h){a.current||h.target.dataset?.popupMenu==="item"||n.current&&h.target instanceof Node&&!n.current.contains(h.target)&&r()}return document.addEventListener("mousedown",p),()=>document.removeEventListener("mousedown",p)},[r]),!i||t===void 0||t.length===0||!e||e.x==null||e.y==null)return null;const c=e.x,f=e.y,m=typeof window<"u"?window.innerWidth:1024,l=Math.max(0,m-160),d=Math.max(0,Math.min(c,l)),u=Math.max(0,f);return Fe.createPortal(b.jsx("div",{ref:n,onMouseDown:p=>{p.stopPropagation()},style:{position:"fixed",top:u,left:d,backgroundColor:"var(--reactaform-primary-bg, #fff)",border:"1px solid var(--reactaform-border-color, #ccc)",borderRadius:"var(--reactaform-border-radius, 4px)",boxShadow:"var(--reactaform-shadow, 0 2px 10px rgba(0,0,0,0.2))",zIndex:9999,minWidth:"var(--reactaform-menu-min-width, 150px)",pointerEvents:"auto"},children:t.map((p,h)=>b.jsx("div",{"data-popup-menu":"item",onMouseDown:g=>{g.stopPropagation(),a.current=!0},onClick:g=>{g.stopPropagation(),g.preventDefault(),o(p),r(),setTimeout(()=>{a.current=!1},100)},style:{padding:"var(--reactaform-menu-item-padding, 8px 12px)",cursor:"pointer",fontSize:"var(--reactaform-menu-item-font-size, 0.8em)",borderBottom:h<t.length-1?"1px solid var(--reactaform-border-light, #eee)":void 0,transition:"background-color 0.15s ease"},onMouseEnter:g=>{g.currentTarget.style.backgroundColor="var(--reactaform-hover-bg, #e0e0e0)"},onMouseLeave:g=>{g.currentTarget.style.backgroundColor="transparent"},children:p.label},p.label??h))}),i)}const ur=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),[i,c]=s.useState(!1),[f,m]=s.useState(null),[l,d]=s.useState([]),u=s.useRef(null),p=s.useRef(o);s.useEffect(()=>{p.current=o},[o]);const h=s.useCallback(C=>e.required&&(!C||Array.isArray(C)&&C.length===0)?n("Value required"):U(a,e,C,n)??null,[e,a,n]),g=s.useMemo(()=>h(t),[t,h]);s.useEffect(()=>{const C=h(t);r?.(t,C),p.current?.(C??null)},[t,h]);const x=C=>{const k=C.target.files;let O=null;k&&k.length>0&&(O=e.multiple?Array.from(k):k[0]);const w=h(O);r?.(O,w)},v=C=>{if(g)return;let k=null;try{k=C.currentTarget.getBoundingClientRect()}catch{k=null}const O=k&&typeof k.left=="number"?k.left:10,w=k&&typeof k.bottom=="number"?k.bottom:20;m({x:O,y:w});let R=[];Array.isArray(t)?R=t?t.map(j=>({label:j.name})):[]:R=t?[{label:t.name}]:[],R.length===0&&(R=[{label:n("No file selected")}]),d(R),c(j=>!j)};return b.jsx(W,{field:e,error:g,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[b.jsx("input",{id:e.name,ref:u,type:"file",accept:e.accept,multiple:e.multiple,style:{width:0,height:0,opacity:0,position:"absolute",zIndex:-1},onChange:x}),b.jsx("label",{htmlFor:e.name,className:A.button,style:{width:"100%",height:"inherit",textAlign:"center"},children:e.multiple?n("Choose Files..."):n("Choose File...")}),b.jsx("button",{onClick:v,"aria-haspopup":!0,"aria-expanded":i,"aria-label":n("Show selected files"),className:A.button,style:{height:"inherit",display:"inline-block"},children:b.jsx("span",{children:"⋮"})}),i&&f&&l&&l.length>0&&b.jsx(pt,{pos:f,options:l,onClose:()=>{m(null),c(!1)},onClickOption:()=>{}})]})})},fr=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function mr(e){return e.split(",").map(t=>t.trim()).every(t=>fr.test(t))}const dr=e=>!e||e.trim()===""?[]:e.split(",").map(t=>t.trim()).filter(Boolean).map(Number),pr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),[i,c]=s.useState(Array.isArray(t)?t.join(", "):String(t??"")),f=s.useCallback(u=>{if(u.trim()==="")return e.required?n("Value required"):null;if(!mr(u))return n("Each value must be a valid float");const p=dr(u);if(e.minCount!==void 0&&p.length<e.minCount)return n("Minimum number of values: {{1}}",e.minCount);if(e.maxCount!==void 0&&p.length>e.maxCount)return n("Maximum number of values: {{1}}",e.maxCount);for(const g of p){if(e.min!==void 0&&(e.minInclusive?g<e.min:g<=e.min))return n("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?g>e.max:g>=e.max))return n("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return U(a,e,p,n)??null},[a,e,n]),m=u=>{const p=u.target.value,h=f(p);c(p),r?.(p,h)},l=s.useRef(null),d=s.useRef(o);return s.useEffect(()=>{d.current=o},[o]),s.useEffect(()=>{const u=Array.isArray(t)?t.join(", "):String(t??""),p=f(u);p!==l.current&&(l.current=p,d.current?.(p??null))},[t,e.required,f,n]),b.jsx(W,{field:e,error:f(i),children:b.jsx("input",{type:"text",value:i,onChange:m,className:G(A.input,A.textInput),style:{flex:1}})})},gr=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,hr=e=>{const t=Number.parseFloat(e);return Number.isNaN(t)?null:t},br=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useCallback(d=>{if(d.trim()==="")return e.required?n("Value required"):null;if(!gr.test(d))return n("Must be a valid float");const u=hr(d);return u===null?n("Must be a valid float"):e.min!==void 0&&(e.minInclusive?u<e.min:u<=e.min)?n("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min):e.max!==void 0&&(e.maxInclusive?u>e.max:u>=e.max)?n("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max):U(a,e,u,n)??null},[e,a,n]),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const d=String(t??""),u=c(d);u!==f.current&&(f.current=u,m.current?.(u??null)),i.current&&document.activeElement!==i.current&&(i.current.value=d)},[t,e,c,n]);const l=d=>{const u=d.target.value,p=c(u);r?.(u,p)};return b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:l,className:G(A.input,A.inputNumber)})})};function yr(){try{return"/"}catch{}try{if(typeof process<"u"&&process?.env?.PUBLIC_URL)return process.env.PUBLIC_URL}catch{}return"/"}const xr=({field:e,value:t})=>{const{language:r,t:o}=T(),n=e.alignment||"center",a={left:"flex-start",center:"center",right:"flex-end"},i=typeof t=="string"?t:"";let c=i&&i.trim()!==""?i:typeof e.defaultValue=="string"?e.defaultValue:"";c&&!c.startsWith("/")&&(c=`${yr()}${c}`);const f=e.localized?.split(";").map(x=>x.trim()),[m,l]=s.useState(c||""),d=s.useRef(c||null);if(s.useEffect(()=>{if(!c)return;const x=c.split("/"),v=x.pop(),C=v.lastIndexOf(".");if(C===-1)return;const k=v.substring(0,C),O=v.substring(C);let w=null;f?.includes(r)&&(w=`${k}_${r}${O}`);const R=new AbortController;if(w){const j=[...x,w].join("/");fetch(j,{method:"HEAD",signal:R.signal}).then(S=>{const E=S.ok?j:c;E!==d.current&&(d.current=E,l(E))}).catch(()=>{c!==d.current&&(d.current=c,l(c))})}else{const j=c;j!==d.current&&(d.current=j,requestAnimationFrame(()=>l(j)))}return()=>{R.abort()}},[c,r,f]),!m)return null;const{width:u,height:p}=e,h={},g={borderRadius:"8px",objectFit:"contain",boxShadow:"0 2px 6px rgba(0,0,0,0.1)",margin:"0 0 8px 0"};return u&&p?(h.width=u,h.height=p,g.width=`${u}px`,g.height=`${p}px`):u&&!p?(h.width=u,g.width=`${u}px`,g.height="auto"):!u&&p&&(h.height=p,g.width="auto",g.height=`${p}px`),b.jsx(W,{field:e,children:b.jsx("div",{"data-testid":"image-wrapper",style:{display:"flex",justifyContent:a[n]||"center",margin:"0 0"},children:b.jsx("img",{src:m,alt:o?.(e.displayName||"Image")||e.displayName||"Image",...h,style:g})})})};function vr(e){const t=/^-?\d+$/;return e.split(",").map(r=>r.trim()).every(r=>t.test(r))}const wr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=",",[c,f]=s.useState(Array.isArray(t)?t.join(i+" "):String(t??"")),m=h=>!h||h.trim()===""?[]:h.split(i).map(g=>g.trim()).filter(Boolean).map(g=>Number(g)),l=s.useCallback(h=>{if(h.trim()==="")return e.required?n("Value required"):null;if(!vr(h))return n("Each value must be a valid integer");const g=m(h);if(e.minCount!==void 0&&g.length<e.minCount)return n("Minimum number of values: {{1}}",`${e.minCount}`);if(e.maxCount!==void 0&&g.length>e.maxCount)return n("Maximum number of values: {{1}}",`${e.maxCount}`);for(const v of g){if(e.min!==void 0&&(e.minInclusive?v<e.min:v<=e.min))return n("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?v>e.max:v>=e.max))return n("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return U(a,e,g,n)??null},[a,e,n]),d=h=>{const g=h.target.value,x=l(g);f(g),r?.(g,x)},u=s.useRef(null),p=s.useRef(o);return s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{const h=Array.isArray(t)?t.join(i+" "):String(t??""),g=l(h);g!==u.current&&(u.current=g,p.current?.(g??null))},[t,e.required,l,n]),b.jsx(W,{field:e,error:l(c),children:b.jsx("input",{type:"text",value:c,onChange:d,className:G(A.input,A.textInput),style:{flex:1}})})};function Sr(e){return/^[-+]?\d*$/.test(e)}const Cr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useCallback(u=>{const p=parseInt(u,10);return Number.isNaN(p)?null:p},[]),f=s.useCallback(u=>{if(u.trim()==="")return e.required?n("Value required"):null;if(!Sr(u))return n("Must be a valid integer");const p=c(u);if(p===null)return n("Must be a valid integer");if(e.min!==void 0&&(e.minInclusive?p<e.min:p<=e.min))return n("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?p>e.max:p>=e.max))return n("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max);if(e.step!==void 0){const g=Number(e.step);if(!Number.isInteger(g))return n("Invalid step value");if(p%g!==0)return n("Must be a multiple of {{1}}",g)}return U(a,e,p,n)??null},[e,a,n,c]),m=s.useRef(null),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const u=String(t??""),p=f(u);p!==m.current&&(m.current=p,l.current?.(p??null)),i.current&&document.activeElement!==i.current&&(i.current.value=u)},[t,e,f,n]);const d=u=>{const p=u.target.value,h=f(p);r?.(p,h)};return b.jsx(W,{field:e,error:f(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:d,className:G(A.input,A.inputNumber)})})},Rr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=e.minHeight??"80px",c=s.useRef(null),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const l=s.useCallback(p=>p.trim()===""?e.required?n("Value required"):null:e.minLength!==void 0&&p.length<e.minLength?n("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&p.length>e.maxLength?n("Must be at most {{1}} characters",e.maxLength):U(a,e,p,n),[e,a,n]),d=p=>{const h=p.target.value,g=l(h);r?.(h,g)};s.useEffect(()=>{const p=l(t);p!==f.current&&(f.current=p,m.current?.(p??null)),c.current&&c.current.value!==String(t??"")&&(c.current.value=String(t??""))},[t,l]);const u={defaultValue:String(t??""),ref:c,onChange:d,style:{resize:"vertical",minHeight:i,width:"100%",boxSizing:"border-box"},className:G(A.input,A.textInput)};return b.jsx(W,{field:e,error:l(t),children:b.jsx("textarea",{...u})})},Er=({field:e,value:t,onChange:r,onError:o})=>{const n=s.useRef(o);s.useEffect(()=>{n.current=o},[o]);const{t:a,darkMode:i,formStyle:c,fieldStyle:f,definitionName:m}=T(),l=(S,E,I)=>{if(!E)return{};const V=S?.[E];return(I&&V?V[I]:void 0)??{}},d=s.useRef(null),[u,p]=s.useState(!1),[h,g]=s.useState(null),x=s.useMemo(()=>e.options.map(S=>({value:S.value,label:a(S.label)})),[e.options,a]),v=s.useMemo(()=>{const S=Array.isArray(t)?t:[],E=new Set(x.map(I=>I.value));return S.filter(I=>E.has(I))},[t,x]),C=S=>{const E=Array.isArray(S)?S:[];return e.required&&E.length===0?a("Value required"):U(m,e,E,a)??null},k=()=>{if(!d.current)return;const S=d.current.getBoundingClientRect();g({x:S.left,y:S.bottom}),p(E=>!E)},O=S=>{const E=v.includes(S)?v.filter(M=>M!==S):[...v,S],I=C(E);n.current?.(I??null),r?.(E,I)},w=s.useMemo(()=>({height:"var(--reactaform-input-height, 2.5rem)",padding:"var(--reactaform-input-padding, 8px)",display:"flex",alignItems:"center",boxSizing:"border-box",cursor:"pointer",position:"relative",borderRadius:"var(--reactaform-border-radius, 4px)",border:"1px solid var(--reactaform-border-color, #ccc)",background:"var(--reactaform-secondary-bg, #fff)",color:"var(--reactaform-text-color, #000)",...l(c,"multiSelect","control"),...l(f,void 0,"control")}),[c,f]),R=s.useMemo(()=>({position:"absolute",right:"1.5em",top:"50%",transform:"translateY(-50%)",background:"none",border:"none",cursor:"pointer",fontSize:"0.8em",color:"var(--reactaform-text-muted, #999)",padding:0,...l(c,"multiSelect","clearButton"),...l(f,void 0,"clearButton")}),[c,f]),j=s.useMemo(()=>({position:"absolute",right:"0.7em",top:"50%",transform:"translateY(-50%)",pointerEvents:"none",fontSize:"0.8em",color:"var(--reactaform-text-muted, #999)",...l(c,"multiSelect","arrow"),...l(f,void 0,"arrow")}),[c,f]);return b.jsxs("div",{children:[b.jsx(W,{field:e,error:null,children:b.jsx("div",{style:{width:"100%"},children:b.jsxs("div",{ref:d,className:"reactaform-multiselection-control",style:w,onClick:k,tabIndex:0,role:"button","aria-haspopup":"listbox","aria-expanded":u,onKeyDown:S=>{(S.key==="Enter"||S.key===" ")&&(S.preventDefault(),k())},children:[b.jsxs("span",{style:{flex:1,color:"var(--reactaform-text-muted, #888)"},children:[v.length," / ",x.length," selected"]}),v.length>0&&b.jsx("button",{type:"button","aria-label":"Clear selections",onClick:S=>{S.stopPropagation(),r?.([],null)},style:R,children:b.jsx("span",{style:R,"aria-hidden":!0,children:"✖"})}),b.jsx("span",{style:j,"aria-hidden":!0,children:"▼"})]})})}),u&&h&&b.jsx(jr,{position:h,options:x,selectedValues:v,onToggleOption:O,onClose:()=>p(!1),controlRef:d,darkMode:i})]})},jr=({position:e,options:t,selectedValues:r,onToggleOption:o,onClose:n,controlRef:a,darkMode:i})=>{const c=s.useRef(null),[f,m]=s.useState(-1),{formStyle:l,fieldStyle:d}=T(),u=(R,j,S)=>{if(!j)return{};const I=R?.[j];return(S&&I?I[S]:void 0)??{}},p=s.useMemo(()=>({maxHeight:200,overflowY:"auto",background:"var(--reactaform-secondary-bg, #fff)",border:"1px solid var(--reactaform-border-color, #ccc)",borderRadius:4,zIndex:2e3,boxShadow:"var(--reactaform-shadow, 0 2px 8px rgba(0,0,0,0.15))",pointerEvents:"auto",color:"var(--reactaform-text-color, #000)",fontSize:"var(--reactaform-popup-font-size, 0.875rem)",...u(l,"multiSelect","popup"),...u(d,void 0,"popup")}),[l,d]),h=s.useMemo(()=>({padding:"6px 8px",cursor:"pointer",display:"flex",alignItems:"center",background:"transparent",color:"var(--reactaform-text-color, #000)",...u(l,"multiSelect","option"),...u(d,void 0,"option")}),[l,d]);s.useEffect(()=>{const R=j=>{const S=j.target;!c.current?.contains(S)&&!a.current?.contains(S)&&n()};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[n,a]),s.useEffect(()=>{c.current&&t.length>0&&requestAnimationFrame(()=>m(R=>R===-1?0:R))},[t.length]),s.useEffect(()=>{if(!c.current||f<0)return;const R=c.current.querySelector(`#multi-opt-${f}`);R&&requestAnimationFrame(()=>R.focus())},[f]);const g=250,x=200,[v,C]=s.useState(null),[k,O]=s.useState(null);if(s.useEffect(()=>{if(typeof window>"u")return;const R=()=>{let E=e.x,I=e.y,M=g;const V=a?.current;if(V){const $=V.getBoundingClientRect();E=$.left,I=$.bottom,M=Math.max(80,Math.round($.width))}E=Math.min(E,window.innerWidth-M),I=Math.min(I,window.innerHeight-x),C({left:E,top:I}),O(M)};R(),window.addEventListener("scroll",R,!0),window.addEventListener("resize",R);let j=null;const S=a?.current;return typeof ResizeObserver<"u"&&S&&(j=new ResizeObserver(()=>R()),j.observe(S)),()=>{window.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R),j&&S&&j.unobserve(S)}},[a,e.x,e.y]),typeof window>"u")return null;let w=document.getElementById("popup-root");return w||(w=document.createElement("div"),w.id="popup-root",document.body.appendChild(w)),Fe.createPortal(b.jsx("div",{ref:c,role:"listbox","aria-activedescendant":f>=0?`multi-opt-${f}`:void 0,style:{position:"absolute",top:v?v.top:e.y,left:v?v.left:e.x,width:k??g,...p},"data-reactaform-theme":i?"dark":"light",children:t.map((R,j)=>{const S=r.includes(R.value),E=i?"var(--reactaform-hover-bg, rgba(255,255,255,0.01))":"var(--reactaform-hover-bg, #eee)",I={...h,background:j===f?E:h.background};return b.jsxs("div",{id:`multi-opt-${j}`,onMouseDown:M=>{M.stopPropagation(),o(R.value)},onKeyDown:M=>{const V=t.length;switch(M.key){case"ArrowDown":M.preventDefault(),m($=>($+1)%V);break;case"ArrowUp":M.preventDefault(),m($=>($-1+V)%V);break;case"Home":M.preventDefault(),m(0);break;case"End":M.preventDefault(),m(V-1);break;case"Enter":case" ":M.preventDefault(),M.stopPropagation(),o(R.value);break;case"Escape":M.preventDefault(),n(),a?.current?.focus();break}},tabIndex:j===f?0:-1,role:"option","aria-selected":S,style:I,onMouseEnter:M=>{M.currentTarget.style.background=E,m(j)},onMouseLeave:M=>{M.currentTarget.style.background="transparent",m(V=>V===j?-1:V)},children:[b.jsx("input",{type:"checkbox",checked:S,readOnly:!0,style:{marginRight:8,width:"1.125em",height:"1.125em",verticalAlign:"middle",accentColor:i?"#10b981":"#22c55e",cursor:"pointer"}}),R.label]},R.value)})}),w)},kr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=e.min??void 0,f=e.max??void 0,m=Math.max(1,Math.round(e.step??1)),l=s.useCallback(g=>isNaN(g)?n("Must be a valid integer"):Number.isInteger(g)?c!==void 0&&g<c?n("Must be �?{{1}}",c):f!==void 0&&g>f?n("Must be �?{{1}}",f):U(a,e,g,n)??null:n("Must be an integer"),[a,e,n,c,f]),d=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{if(document.activeElement===i.current)return;const x=String(t),v=l(t);i.current&&(i.current.value=x),v!==d.current&&(d.current=v,u.current?.(v??null))},[t,l]);const p=g=>{if(g.trim()==="")return e.required?n("Value required"):null;const v=Number(g);return l(v)},h=g=>{const x=g.target.value,v=g.target.valueAsNumber,C=p(x);r?.(v,C)};return b.jsx(W,{field:e,error:p(String(t??"")),children:b.jsx("input",{ref:i,id:e.name,type:"number",defaultValue:String(t??""),min:c,max:f,step:m,onChange:h,style:{width:"100%",height:"100%"},className:A.input})})},Ir=({field:e,value:t,onChange:r,onError:o})=>{const{t:n}=T(),a=s.useRef(null),{definitionName:i}=T(),c=s.useCallback(d=>{const u=String(d??"").trim();if(u==="")return e.required?n("Value required"):null;if(e.pattern)try{if(!new RegExp(e.pattern).test(u))return n("Phone number does not match pattern: {{1}}",`${e.pattern}`)}catch{}return U(i,e,u,n)},[i,e,n]),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const d=String(t??""),u=c(d);a.current&&a.current.value!==String(d)&&(a.current.value=String(d)),u!==f.current&&(f.current=u,m.current?.(u??null))},[t,c]);const l=d=>{const u=d.target.value,p=u.trim();let h=null;if(p===""){h=e.required?n("Value required"):null,r?.(u,h);return}!h&&e.pattern&&!new RegExp(e.pattern).test(p)&&(h=n("Phone number does not match pattern: {{1}}",`${e.pattern}`)),r?.(u,h)};return b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{type:"tel",defaultValue:String(t??""),ref:a,onChange:l,className:G(A.input,A.textInput)})})},Nr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=e.layout?.toLowerCase()==="horizontal"?"row":"column",c=s.useRef(null),f=s.useRef(o);s.useEffect(()=>{f.current=o},[o]);const m=s.useCallback(d=>d===""||d===null||d===void 0?n("Value required"):!e.options||e.options.length===0?null:e.options.some(p=>p.value===d)?U(a,e,d,n)??null:n("Invalid option selected"),[e,n,a]);s.useEffect(()=>{const d=t!=null?String(t):"",u=m(d);if(f.current?.(u??null),c.current){const p=Array.from(c.current.querySelectorAll("input[type=radio]"));if(u&&e.options&&e.options.length>0){const h=String(e.options[0].value);p.forEach(g=>g.checked=g.value===h),r?.(h,null)}else p.forEach(h=>h.checked=h.value===d)}},[t,m,r,e.options]);const l=d=>{const u=d.target.value,p=m(u);f.current?.(p??null),r?.(u,p)};return b.jsx(W,{field:e,error:m(String(t??"")),children:b.jsx("div",{style:{display:"flex",flexDirection:i,flexWrap:i==="row"?"wrap":"nowrap",gap:i==="row"?"12px":"4px",alignItems:i==="row"?"center":"flex-start",width:"100%"},ref:c,children:(e.options??[]).map(d=>b.jsxs("label",{style:{display:"flex",gap:"6px",alignItems:"center",whiteSpace:"nowrap"},children:[b.jsx("input",{type:"radio",name:e.name,value:String(d.value),defaultChecked:String(t??"")===String(d.value),onChange:l}),n(d.label)]},String(d.value)))})})},Or={display:"flex",gap:4},Mr={cursor:"pointer",fontSize:"1.5rem",lineHeight:1,display:"inline-block",marginRight:"0.25rem",userSelect:"none",transition:"color 0.12s ease"},Ar=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),[i,c]=s.useState(null),f=e.max||5,m=s.useCallback(h=>e.required&&h===0?n("Value required"):U(a,e,h,n)??null,[e,n,a]),l=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]),s.useEffect(()=>{let h=t||0;t<0&&(h=0),t>f&&(h=f);const g=m(h);g!==l.current&&(l.current=g,d.current?.(g??null))},[t,m,f]);const u=h=>{const g=m(h);r?.(h,g)},p=(()=>{let h=t||0;return h<0&&(h=0),h>f&&(h=f),h})();return b.jsx(W,{field:e,error:m(p),children:b.jsx("div",{style:Or,children:(()=>{const h=e.icon,g=h&&String(h).trim()?String(h):"★";return[...Array(f)].map((x,v)=>{const C=v<p,O=i!==null&&v<=i||C?"gold":"lightgray";return b.jsx("span",{onClick:()=>u(v+1),onMouseEnter:()=>c(v),onMouseLeave:()=>c(null),style:{...Mr,color:O},"aria-label":`Rating ${v+1}`,title:n(`${e.displayName} ${v+1}`),children:g},v)})})()})})},Fr=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function zr(e){return Fr.test(e)}const Vr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useRef(null),f=s.useCallback(h=>{let g=null;if(h.trim()==="")return n("Value required");if(!zr(h))return n("Invalid number");const x=Number(h);return typeof e.min=="number"&&x<e.min?n("Value should be at least {{1}}",e.min):typeof e.max=="number"&&x>e.max?n("Value should be at most {{1}}",e.max):(g||(g=U(a,e,x,n)),g)},[a,e,n]),m=s.useRef(null),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const h=String(t),g=f(h);c.current&&document.activeElement!==c.current&&(c.current.value=isNaN(Number(h))?String(e.min??0):String(Number(h))),i.current&&document.activeElement!==i.current&&(i.current.value=h),g!==m.current&&(m.current=g,l.current?.(g??null))},[t,f,e.min]);const d=e.min??0,u=e.max??100,p=h=>{const g=h.target.value,x=f(g);r?.(g,x)};return b.jsx(W,{field:e,error:f(String(t??"")),children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[b.jsx("input",{ref:c,type:"range",defaultValue:isNaN(Number(t))?String(d):String(Number(t)),onChange:p,min:d,max:u,style:{padding:"0px, 0px",flex:1},className:A.rangeInput}),b.jsx("input",{ref:i,type:"text",defaultValue:String(t??""),onChange:p,required:!0,style:{width:"40px",minWidth:"40px",height:"2.3em",textAlign:"center",flexShrink:0},className:G(A.input,A.textInput)})]})})},$r=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,formStyle:a,fieldStyle:i,definitionName:c}=T(),f=a,m=i,l=(w,R,j)=>{if(!R)return{};const S=w?.[R];return(j&&S?S[j]:void 0)??{}},d=s.useMemo(()=>({display:"inline-block",position:"relative",width:44,height:24,...l(f,"switch","label"),...l(m,void 0,"label")}),[f,m]),u=s.useMemo(()=>({position:"absolute",opacity:0,top:0,left:0,width:"100%",height:"100%",margin:0,cursor:"pointer",pointerEvents:"none",...l(f,"switch","hiddenInput"),...l(m,void 0,"hiddenInput")}),[f,m]),p=s.useMemo(()=>({position:"absolute",cursor:"pointer",top:0,left:0,right:0,bottom:0,backgroundColor:"var(--reactaform-switch-off-bg, #ccc)",transition:"0.3s",borderRadius:24,borderWidth:2,borderStyle:"solid",borderColor:"transparent",...l(f,"switch","slider"),...l(m,void 0,"slider")}),[f,m]),h=s.useMemo(()=>({position:"absolute",height:16,width:16,left:2,bottom:2,backgroundColor:"white",transition:"0.3s",borderRadius:"50%",boxShadow:"0 1px 3px rgba(0, 0, 0, 0.3)",...l(f,"switch","knob"),...l(m,void 0,"knob")}),[f,m]),g=!!t,x=s.useRef(null),v=s.useRef(o),C=s.useCallback(w=>w?U(c,e,w,n)??null:e.required?n("Value required"):null,[e,n,c]),k=()=>{const w=!g,R=C(w);r?.(w,R)};s.useEffect(()=>{v.current=o},[o]),s.useEffect(()=>{const w=C(g);w!==x.current&&(x.current=w,v.current?.(w??null))},[g,e,C]);const O=e.name;return b.jsx(W,{field:e,error:C(g),rightAlign:!1,children:b.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[b.jsx("label",{className:A.label,htmlFor:O,style:{textAlign:"left",justifyContent:"flex-start"},children:n(e.displayName)}),b.jsxs("label",{style:d,children:[b.jsx("input",{id:e.name,type:"checkbox",checked:g,readOnly:!0,"aria-label":n(e.displayName),style:u,tabIndex:-1}),b.jsx("span",{role:"switch","data-testid":"switch",tabIndex:0,"aria-checked":g,onClick:k,onKeyDown:w=>{(w.key===" "||w.key==="Spacebar"||w.key==="Space"||w.key==="Enter")&&(w.preventDefault(),k())},className:`reactaform-switch ${g?"active checked on":""} `,style:g?{...p,backgroundColor:"var(--reactaform-switch-on-bg, #22c55e)",borderColor:"var(--reactaform-switch-on-border, #16a34a)"}:p,children:b.jsx("span",{style:{...h,transform:g?"translateX(20px)":void 0}})})]})]})})},Xe=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useRef(null),f=s.useRef(o);s.useEffect(()=>{f.current=o},[o]);const m=s.useMemo(()=>e.pattern?new RegExp(e.pattern):null,[e.pattern]),l=s.useCallback(u=>u.trim()===""?e.required?n("Value required"):null:e.minLength!==void 0&&u.length<e.minLength?n("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&u.length>e.maxLength?n("Must be at most {{1}} characters",e.maxLength):m&&!m.test(u)?n("Input does not match pattern: {{1}}",e.pattern):U(a,e,u,n),[e,a,n,m]),d=u=>{const p=u.target.value,h=l(p);r?.(p,h)};return s.useEffect(()=>{const u=l(t);i.current&&i.current.value!==String(t??"")&&(i.current.value=String(t??"")),u!==c.current&&(c.current=u,f.current?.(u??null))},[t,l]),b.jsx(W,{field:e,error:l(String(t??"")),children:b.jsx("input",{id:e.name,type:"text",defaultValue:String(t??""),ref:i,onChange:d,className:G(A.input,A.textInput)})})},Tr=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useRef(o),f=e.includeSeconds??!0;s.useEffect(()=>{c.current=o},[o]);const m=s.useCallback(d=>{if(!d||d.trim()==="")return e.required||e.min||e.max?n("Value required"):null;const u=g=>{const x=g.split(":").map(C=>parseInt(C,10));if(x.some(C=>Number.isNaN(C)))return NaN;let v=0;if(x.length===3)v=x[0]*3600+x[1]*60+x[2];else if(x.length===2)v=x[0]*3600+x[1]*60;else if(x.length===1)v=x[0]*3600;else return NaN;return v},p=u(d);if(Number.isNaN(p))return n("Invalid time format");if(e.min&&typeof e.min=="string"){const g=u(e.min);if(!Number.isNaN(g)&&p<g)return n("Time must be on or after {{1}}",e.min)}if(e.max&&typeof e.max=="string"){const g=u(e.max);if(!Number.isNaN(g)&&p>g)return n("Time must be on or before {{1}}",e.max)}return U(a,e,d,n)??null},[e,a,n]),l=d=>{const u=d.target.value,p=m(u);r?.(u,p)};return s.useEffect(()=>{const d=m(t);d!==i.current&&(i.current=d,c.current?.(d??null))},[t,m]),b.jsx(W,{field:e,error:m(t),children:b.jsx("input",{id:e.name,type:"time",value:t,step:f?1:60,onChange:l,min:typeof e.min=="string"?e.min:void 0,max:typeof e.max=="string"?e.max:void 0,className:G(A.input,A.textInput)})})},he={};function Pr(e,t){if(e in he)return;const r=De[e]??{},o={},n={},a={};for(const[c,f]of Object.entries(r))typeof f.factor=="number"&&(o[c]=f.factor),n[c]=t(c),a[t(c)]=c;const i=Object.keys(r)[0]??"";he[e]={default:i,factors:o,labels:n,reverseLabels:a}}function Dr(e,t,r){if(e==="C"){if(t==="F")return r*(9/5)+32;if(t==="K")return r+273.15}else if(e==="F"){if(t==="C")return(r-32)*5/9;if(t==="K")return(r-32)*5/9+273.15}else if(e==="K"){if(t==="C")return r-273.15;if(t==="F")return(r-273.15)*9/5+32}return r}function Lr(e,t,r){if(!Number.isFinite(e))return[];if(r===he.temperature)return Object.keys(r.labels).map(a=>{const i=Dr(t,a,e);return Number.isFinite(i)?{label:`${i.toFixed(6)} ${a}`,value:i.toString(),unit:a}:{label:`${String(i)} ${a}`,value:String(i),unit:a}});const n=r.factors[t];return n===void 0?[]:Object.entries(r.factors).map(([a,i])=>{const c=e/n*i;return Number.isFinite(c)?{label:`${c.toFixed(6)} ${a}`,value:c.toString(),unit:a}:{label:`${String(c)} ${a}`,value:String(c),unit:a}})}function ve(e,t){return e in t.labels?e:t.reverseLabels&&t.reverseLabels[e]?t.reverseLabels[e]:null}const _r=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,qr=({unitFactors:e,field:t,value:r,onChange:o,onError:n})=>{const{t:a,definitionName:i}=T(),c=s.useRef(null),f=s.useRef(null),m=s.useRef(null),[l,d]=s.useState(null),[u,p]=s.useState(null),[h,g]=s.useState(!1),[x,v]=s.useState(null),[C,k]=s.useState([]),O=s.useCallback((D,F)=>{if(!D||D.trim()==="")return t.required?a("Value required"):null;if(!_r.test(D))return a("Must be a valid number");const y=U(i,t,[D,F],a);return y||null},[i,t,a]),w=e.reverseLabels!==void 0?e.reverseLabels:Object.fromEntries(Object.entries(e.labels).map(([D,F])=>[F,D]));s.useEffect(()=>{const D=String(r[0]);let F=r[1]??e.default;F=ve(F,e)||F;const y=document.activeElement;y===c.current||y===f.current||(c.current&&(c.current.value=D),f.current&&(f.current.value=F),m.current!==null&&(cancelAnimationFrame(m.current),m.current=null),m.current=requestAnimationFrame(()=>{m.current=null,d(null),p(null)}))},[r,e]),s.useEffect(()=>()=>{m.current!==null&&(cancelAnimationFrame(m.current),m.current=null)},[]);const R=s.useRef(null),j=s.useRef(n);s.useEffect(()=>{j.current=n},[n]),s.useEffect(()=>{const D=String(r[0]);let F=r[1]??e.default;F=ve(F,e)||F;const y=O(D,F);y!==R.current&&(R.current=y,j.current?.(y??null))},[r,e,O]);const S=(D,F,y)=>{const N=w[F]||F;o?.([D,N],y)},E=D=>{const F=D.target.value,y=f.current?f.current.value:e.default,N=O(F,y);d(F),S(F,y,N)},I=D=>{const F=D.target.value,y=c.current?c.current.value:String(r[0]??""),N=O(y,F);p(F),f.current&&(f.current.value=F),S(y,F,N)},M=D=>{const F=c.current?c.current.value:String(r[0]??""),y=parseFloat(F),N=f.current?f.current.value:e.default;if(O(F,N)||!F.trim()||!Number.isFinite(y))return;const q=D.currentTarget.getBoundingClientRect(),Z=q.left,ee=q.bottom;v({x:Z,y:ee});const H=Lr(y,N,e);if(H.length===0){k([]),g(!1);return}k(H),g(Q=>!Q)},V=D=>{const{value:F,unit:y}=D;g(!1),v(null),c.current&&(c.current.value=F),f.current&&(f.current.value=y),d(F),p(y);const N=O(F,y);S(F,y,N)},$=String(r[0]??""),L=ve(r[1]??e.default,e)||(r[1]??e.default),Y=l??$,K=!!O(Y,u??L)||!Y.trim(),se={width:"var(--reactaform-unit-btn-width, 2.5em)",height:"var(--reactaform-unit-btn-height, 2.5em)",padding:"var(--reactaform-unit-btn-padding, 0)",border:"none",borderRadius:"var(--reactaform-button-border-radius, var(--reactaform-border-radius, 0.25em))",backgroundColor:K?"var(--reactaform-button-disabled-bg, #cccccc)":"var(--reactaform-button-bg, var(--reactaform-success-color))",color:"var(--reactaform-button-text, #ffffff)",cursor:K?"var(--reactaform-button-disabled-cursor, not-allowed)":"pointer",opacity:K?+"var(--reactaform-button-disabled-opacity, 0.6)":1,display:"flex",alignItems:"center",justifyContent:"center"};return b.jsx(W,{field:t,error:O($,L),children:b.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-unit-gap, 8px)",width:"100%"},children:[b.jsx("input",{type:"text",ref:c,defaultValue:String(r[0]??""),onChange:E,style:{width:"var(--reactaform-unit-input-width, 100px)"},className:G(A.input,A.textInput)}),b.jsx("select",{ref:f,defaultValue:ve(r[1]??e.default,e)||(r[1]??e.default),onChange:I,className:G(A.input,A.inputSelect),children:Object.keys(e.labels).map(D=>b.jsx("option",{value:D,children:e.labels[D]??D},D))}),b.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[b.jsx("button",{onClick:M,"aria-disabled":K,disabled:K,style:se,className:A.button,children:b.jsx("span",{style:{fontSize:"var(--reactaform-unit-btn-icon-size, 1em)",lineHeight:"1",transform:"translateY(-1px)",pointerEvents:"none"},children:"⟷"})}),h&&C&&b.jsx(pt,{pos:x,options:C,onClose:()=>{v(null),g(!1)},onClickOption:V})]})]})})};function Br({field:e,value:t,onChange:r}){const{t:o}=T(),n=e.dimension;if(!n)return null;he[n]||Pr(n,o);const a=he[n];return a?b.jsx(qr,{unitFactors:a,field:e,value:t,onChange:r}):null}const Hr=/^(https?|ftp|file):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$/i,Wr=e=>{try{return new URL(e),!0}catch{return!1}},Ur=({field:e,value:t,onChange:r,onError:o})=>{const{t:n,definitionName:a}=T(),i=s.useRef(null),c=s.useCallback(d=>{const u=d.trim();return u===""?e.required?n("Value required"):null:!Hr.test(u)&&!Wr(u)?n("Must be a valid URL"):U(a,e,u,n)??null},[a,e,n]),f=d=>{const u=d.target.value,p=c(u);r?.(u.trim(),p)},m=s.useRef(null),l=s.useRef(o);return s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const d=t??"",u=c(d);i.current&&i.current.value!==String(d)&&(i.current.value=String(d)),u!==m.current&&(m.current=u,l.current?.(u??null))},[t,c]),b.jsx(W,{field:e,error:c(String(t??"")),children:b.jsx("input",{id:e.name,type:"url",defaultValue:String(t??""),ref:i,onChange:f,style:{alignItems:"left"},className:G(A.input,A.textInput),placeholder:"https://example.com"})})},Ae=new we,Yr=new Set(["checkbox","switch","dropdown","radio","multi-selection","slider","stepper","color","rating"]),gt={checkbox:tr,color:nr,date:ar,dropdown:sr,email:cr,file:ur,float:br,"float-array":pr,image:xr,int:Cr,"int-array":wr,"multi-selection":Er,multiline:Rr,phone:Ir,radio:Nr,rating:Ar,separator:lr,slider:Vr,string:Xe,stepper:kr,switch:$r,text:Xe,time:Tr,unit:Br,url:Ur};function ht(e,t,r){if(!r&&e in gt){console.warn(`Can't Overwrite Base Component type "${e}".`);return}if(Yr.has(e)){Ae.register(e,t);return}const o=n=>{const{callback:i,cancel:c}=rt((...f)=>{const m=n.onChange;typeof m=="function"&&m(...f)},200);return s.useEffect(()=>()=>{c()},[c]),s.createElement(t,{...n,onChange:i})};Ae.register(e,o)}function Jr(e,t){ht(e,t,!1)}function Le(e){return Ae.get(e)}let Ze=!1;function bt(){Ze||(Object.entries(gt).forEach(([e,t])=>{ht(e,t,!0)}),Ze=!0)}const yt=new we;function xt(e,t){yt.register(e,t)}function Gr(e){return yt.get(e)}xt("Preset_AlertSubmitHandler",(e,t,r)=>{const o={name:t||"Unnamed Instance",version:e.version,definition:e.name,values:r},n=JSON.stringify(o,null,2);alert(n)});const vt=s.memo(({field:e,value:t,handleChange:r,handleError:o})=>{const n=Le(e.type),a=s.useCallback((c,f)=>r(e.name,c,f),[r,e.name]),i=s.useCallback(c=>o?.(e.name,c),[o,e.name]);return n?b.jsx(n,{field:e,value:t,onChange:a,onError:i}):null},(e,t)=>e.field===t.field&&e.value===t.value&&e.handleChange===t.handleChange&&e.handleError===t.handleError);vt.displayName="FieldWrapper";const wt=(e,t,r,o)=>b.jsx(vt,{field:e,value:t[e.name],handleChange:r,handleError:o},e.name),St=s.memo(({groupName:e,isOpen:t,fields:r,valuesMap:o,handleChange:n,handleError:a,toggleGroup:i,t:c})=>{const f=s.useCallback(()=>i(e),[i,e]),{formStyle:m,fieldStyle:l}=T(),d=s.useMemo(()=>({border:"1px solid var(--reactaform-border-color, #bbb)",padding:"var(--reactaform-fieldset-padding, 0.5em)",borderRadius:"var(--reactaform-border-radius, 4px)",marginBottom:"var(--reactaform-space, 8px)",...m?.fieldset||{},...l?.fieldset||{}}),[m,l]),u=s.useMemo(()=>({fontWeight:"bold",cursor:"pointer",display:"flex",justifyContent:"space-between",alignItems:"center",padding:"0 var(--reactaform-space, 8px)",color:"var(--reactaform-text-color, inherit)",...m?.legend||{},...l?.legend||{}}),[m,l]);return b.jsxs("fieldset",{style:d,children:[b.jsxs("legend",{onClick:f,style:u,children:[b.jsx("span",{children:c(e)}),b.jsx("span",{children:t?"▼":"▶"})]}),t&&r.map(p=>b.jsx("div",{children:wt(p,o,n,a)},p.name))]})});St.displayName="FieldGroup";const Kr=(e,t,r,o,n,a,i,c,f)=>{const m=t.slice(0,c).filter(p=>i[p.name]),d=ut(m).groups,u=[];return d.forEach(p=>{if(p.name){const h=e[p.name]??!0;u.push(b.jsx(St,{groupName:p.name,isOpen:h,fields:p.fields,valuesMap:r,handleChange:n,handleError:a,toggleGroup:f,t:o},p.name))}else p.fields.forEach(h=>u.push(b.jsx("div",{children:wt(h,r,n,a)},h.name)))}),u},be=typeof window<"u"?s.useLayoutEffect:s.useEffect;function Qe(e){if(e!==void 0)switch(typeof e){case"number":return e;case"string":{if(e.endsWith("px"))return parseFloat(e);break}}}function Xr({box:e,defaultHeight:t,defaultWidth:r,disabled:o,element:n,mode:a,style:i}){const{styleHeight:c,styleWidth:f}=s.useMemo(()=>({styleHeight:Qe(i?.height),styleWidth:Qe(i?.width)}),[i?.height,i?.width]),[m,l]=s.useState({height:t,width:r}),d=o||c!==void 0||a==="only-width"||c!==void 0&&f!==void 0;return be(()=>{if(n===null||d)return;const u=new ResizeObserver(p=>{for(const h of p){const{contentRect:g,target:x}=h;n===x&&l(v=>v.height===g.height&&v.width===g.width?v:{height:g.height,width:g.width})}});return u.observe(n,{box:e}),()=>{u?.unobserve(n)}},[e,d,n,c,f]),s.useMemo(()=>({height:c??m.height,width:f??m.width}),[m,c,f])}function Zr(e){const t=s.useRef(()=>{throw new Error("Cannot call during render.")});return be(()=>{t.current=e},[e]),s.useCallback(r=>t.current?.(r),[t])}function je({containerElement:e,direction:t,isRtl:r,scrollOffset:o}){return o}function ne(e,t="Assertion error"){if(!e)throw console.error(t),Error(t)}function ge(e,t){if(e===t)return!0;if(!!e!=!!t||(ne(e!==void 0),ne(t!==void 0),Object.keys(e).length!==Object.keys(t).length))return!1;for(const r in e)if(!Object.is(t[r],e[r]))return!1;return!0}function Ct({cachedBounds:e,itemCount:t,itemSize:r}){if(t===0)return 0;if(typeof r=="number")return t*r;{const o=e.get(e.size===0?0:e.size-1);ne(o!==void 0,"Unexpected bounds cache miss");const n=(o.scrollOffset+o.size)/e.size;return t*n}}function Qr({align:e,cachedBounds:t,index:r,itemCount:o,itemSize:n,containerScrollOffset:a,containerSize:i}){if(r<0||r>=o)throw RangeError(`Invalid index specified: ${r}`,{cause:`Index ${r} is not within the range of 0 - ${o-1}`});const c=Ct({cachedBounds:t,itemCount:o,itemSize:n}),f=t.get(r),m=Math.max(0,Math.min(c-i,f.scrollOffset)),l=Math.max(0,f.scrollOffset-i+f.size);switch(e==="smart"&&(a>=l&&a<=m?e="auto":e="center"),e){case"start":return m;case"end":return l;case"center":return f.scrollOffset<=i/2?0:f.scrollOffset+f.size/2>=c-i/2?c-i:f.scrollOffset+f.size/2-i/2;case"auto":default:return a>=l&&a<=m?a:a<l?l:m}}function et({cachedBounds:e,containerScrollOffset:t,containerSize:r,itemCount:o,overscanCount:n}){const a=o-1;let i=0,c=-1,f=0,m=-1,l=0;for(;l<a;){const d=e.get(l);if(d.scrollOffset+d.size>t)break;l++}for(i=l,f=Math.max(0,i-n);l<a;){const d=e.get(l);if(d.scrollOffset+d.size>=t+r)break;l++}return c=Math.min(a,l),m=Math.min(o-1,c+n),i<0&&(i=0,c=-1,f=0,m=-1),{startIndexVisible:i,stopIndexVisible:c,startIndexOverscan:f,stopIndexOverscan:m}}function en({itemCount:e,itemProps:t,itemSize:r}){const o=new Map;return{get(n){for(ne(n<e,`Invalid index ${n}`);o.size-1<n;){const i=o.size;let c;switch(typeof r){case"function":{c=r(i,t);break}case"number":{c=r;break}}if(i===0)o.set(i,{size:c,scrollOffset:0});else{const f=o.get(i-1);ne(f!==void 0,`Unexpected bounds cache miss for index ${n}`),o.set(i,{scrollOffset:f.scrollOffset+f.size,size:c})}}const a=o.get(n);return ne(a!==void 0,`Unexpected bounds cache miss for index ${n}`),a},set(n,a){o.set(n,a)},get size(){return o.size}}}function tn({itemCount:e,itemProps:t,itemSize:r}){return s.useMemo(()=>en({itemCount:e,itemProps:t,itemSize:r}),[e,t,r])}function rn({containerSize:e,itemSize:t}){let r;switch(typeof t){case"string":{ne(t.endsWith("%"),`Invalid item size: "${t}"; string values must be percentages (e.g. "100%")`),ne(e!==void 0,"Container size must be defined if a percentage item size is specified"),r=e*parseInt(t)/100;break}default:{r=t;break}}return r}function nn({containerElement:e,containerStyle:t,defaultContainerSize:r=0,direction:o,isRtl:n=!1,itemCount:a,itemProps:i,itemSize:c,onResize:f,overscanCount:m}){const[l,d]=s.useState({startIndexVisible:0,startIndexOverscan:0,stopIndexVisible:-1,stopIndexOverscan:-1}),{startIndexVisible:u,startIndexOverscan:p,stopIndexVisible:h,stopIndexOverscan:g}={startIndexVisible:Math.min(a-1,l.startIndexVisible),startIndexOverscan:Math.min(a-1,l.startIndexOverscan),stopIndexVisible:Math.min(a-1,l.stopIndexVisible),stopIndexOverscan:Math.min(a-1,l.stopIndexOverscan)},{height:x=r,width:v=r}=Xr({defaultHeight:r,defaultWidth:void 0,element:e,mode:"only-height",style:t}),C=s.useRef({height:0,width:0}),k=x,O=rn({containerSize:k,itemSize:c});s.useLayoutEffect(()=>{if(typeof f=="function"){const I=C.current;(I.height!==x||I.width!==v)&&(f({height:x,width:v},{...I}),I.height=x,I.width=v)}},[x,f,v]);const w=tn({itemCount:a,itemProps:i,itemSize:O}),R=s.useCallback(I=>w.get(I),[w]),j=s.useCallback(()=>Ct({cachedBounds:w,itemCount:a,itemSize:O}),[w,a,O]),S=s.useCallback(I=>{const M=je({containerElement:e,direction:o,isRtl:n,scrollOffset:I});return et({cachedBounds:w,containerScrollOffset:M,containerSize:k,itemCount:a,overscanCount:m})},[w,e,k,o,n,a,m]);be(()=>{const I=e?.scrollTop??0;d(S(I))},[e,o,S]),be(()=>{if(!e)return;const I=()=>{d(M=>{const{scrollLeft:V,scrollTop:$}=e,L=je({containerElement:e,direction:o,isRtl:n,scrollOffset:$}),Y=et({cachedBounds:w,containerScrollOffset:L,containerSize:k,itemCount:a,overscanCount:m});return ge(Y,M)?M:Y})};return e.addEventListener("scroll",I),()=>{e.removeEventListener("scroll",I)}},[w,e,k,o,a,m]);const E=Zr(({align:I="auto",containerScrollOffset:M,index:V})=>{let $=Qr({align:I,cachedBounds:w,containerScrollOffset:M,containerSize:k,index:V,itemCount:a,itemSize:O});if(e){if($=je({containerElement:e,direction:o,isRtl:n,scrollOffset:$}),typeof e.scrollTo!="function"){const L=S($);ge(l,L)||d(L)}return $}});return{getCellBounds:R,getEstimatedSize:j,scrollToIndex:E,startIndexOverscan:p,startIndexVisible:u,stopIndexOverscan:g,stopIndexVisible:h}}function on(e){return s.useMemo(()=>e,Object.values(e))}function an(e,t){const{ariaAttributes:r,style:o,...n}=e,{ariaAttributes:a,style:i,...c}=t;return ge(r,a)&&ge(o,i)&&ge(n,c)}function sn(e){return e!=null&&typeof e=="object"&&"getAverageRowHeight"in e&&typeof e.getAverageRowHeight=="function"}const cn="data-react-window-index";function ln({children:e,className:t,defaultHeight:r=0,listRef:o,onResize:n,onRowsRendered:a,overscanCount:i=3,rowComponent:c,rowCount:f,rowHeight:m,rowProps:l,tagName:d="div",style:u,...p}){const h=on(l),g=s.useMemo(()=>s.memo(c,an),[c]),[x,v]=s.useState(null),C=sn(m),k=s.useMemo(()=>C?$=>m.getRowHeight($)??m.getAverageRowHeight():m,[C,m]),{getCellBounds:O,getEstimatedSize:w,scrollToIndex:R,startIndexOverscan:j,startIndexVisible:S,stopIndexOverscan:E,stopIndexVisible:I}=nn({containerElement:x,containerStyle:u,defaultContainerSize:r,direction:"vertical",itemCount:f,itemProps:h,itemSize:k,onResize:n,overscanCount:i});s.useImperativeHandle(o,()=>({get element(){return x},scrollToRow({align:$="auto",behavior:L="auto",index:Y}){const te=R({align:$,containerScrollOffset:x?.scrollTop??0,index:Y});typeof x?.scrollTo=="function"&&x.scrollTo({behavior:L,top:te})}}),[x,R]),be(()=>{if(!x)return;const $=Array.from(x.children).filter((L,Y)=>{if(L.hasAttribute("aria-hidden"))return!1;const te=`${j+Y}`;return L.setAttribute(cn,te),!0});if(C)return m.observeRowElements($)},[x,C,m,j,E]),s.useEffect(()=>{j>=0&&E>=0&&a&&a({startIndex:S,stopIndex:I},{startIndex:j,stopIndex:E})},[a,j,S,E,I]);const M=s.useMemo(()=>{const $=[];if(f>0)for(let L=j;L<=E;L++){const Y=O(L);$.push(s.createElement(g,{...h,ariaAttributes:{"aria-posinset":L+1,"aria-setsize":f,role:"listitem"},key:L,index:L,style:{position:"absolute",left:0,transform:`translateY(${Y.scrollOffset}px)`,height:C?void 0:Y.size,width:"100%"}}))}return $},[g,O,C,f,h,j,E]),V=b.jsx("div",{"aria-hidden":!0,style:{height:w(),width:"100%",zIndex:-1}});return s.createElement(d,{role:"list",...p,className:t,ref:v,style:{position:"relative",maxHeight:"100%",flexGrow:1,overflowY:"auto",...u}},M,e,V)}const un=({fields:e,visibility:t,groupState:r,toggleGroup:o,t:n,renderField:a,containerHeight:i=600,estimatedFieldHeight:c=60})=>{const f=s.useRef(null),m=s.useMemo(()=>{const u=e.filter(g=>t[g.name]),p=ut(u),h=[];return p.groups.forEach(g=>{if(g.name){const x=r[g.name]??!0;h.push({type:"group-header",groupName:g.name,isOpen:x}),x&&g.fields.forEach(v=>{h.push({type:"field",field:v})})}else g.fields.forEach(x=>{h.push({type:"field",field:x})})}),h},[e,t,r]),l=u=>{const p=m[u];if(!p)return c;if(p.type==="group-header")return 50;const h=p.field?.type;return h==="multiline"?120:h==="separator"?30:h==="image"?200:c},d=s.useCallback(({index:u,style:p})=>{const h=m[u];return h?h.type==="group-header"&&h.groupName?b.jsx("div",{style:p,children:b.jsx("fieldset",{style:{border:"1px solid var(--reactaform-border-color, #bbb)",padding:"0",borderRadius:"var(--reactaform-border-radius, 4px)",marginBottom:"var(--reactaform-space, 8px)"},children:b.jsxs("legend",{onClick:()=>o(h.groupName),style:{fontWeight:"bold",cursor:"pointer",display:"flex",justifyContent:"space-between",alignItems:"center",padding:"0 var(--reactaform-space, 8px)",color:"var(--reactaform-text-color, inherit)"},children:[b.jsx("span",{children:n(h.groupName)}),b.jsx("span",{children:h.isOpen?"▼":"▶"})]})})}):h.type==="field"&&h.field?b.jsx("div",{style:p,children:a(h.field)},h.field.name):b.jsx("div",{style:p}):b.jsx("div",{style:p})},[m,o,a,n]);return m.length===0?b.jsx("div",{style:{padding:"var(--reactaform-space, 8px)",color:"var(--reactaform-text-muted, #666)"},children:n("No fields to display")}):b.jsx("div",{ref:f,children:b.jsx(ln,{defaultHeight:i,rowCount:m.length,rowHeight:l,rowComponent:d,rowProps:{}})})},fn=e=>{const t={};return e.forEach(r=>{t[r.name]=!1}),t},_e=(e,t,r,o)=>{const n=t[e];if(!n?.children)return;const a=r[e],i=a!=null?String(a):"";(n.children[i]||[]).forEach(f=>{o[f]=!0,_e(f,t,r,o)})},Rt=(e,t,r)=>{const o=t[e];o?.children&&Object.values(o.children).flat().forEach(n=>{r[n]=!1,Rt(n,t,r)})},mn=(e,t,r,o)=>{const n={...r};return e.forEach(a=>{(!a.parents||Object.keys(a.parents).length===0)&&(n[a.name]=!0,_e(a.name,o,t,n))}),n},dn=(e,t,r,o,n)=>{const a={...e};if(Rt(o,t,a),n!=null){const i=t[o];if(i?.children){const c=String(n);(i.children[c]||[]).forEach(m=>{a[m]=!0,_e(m,t,r,a)})}}return a};function pn(e,t,r,o,n){const a=Object.values(n).filter(Boolean);if(a.length>0)return{success:!1,message:o("Please fix validation errors before submitting."),errors:a};const i={...r},c=[];if(e&&Array.isArray(e.properties))for(const m of e.properties){const l=m.name,d=i[l];if(d==null)continue;const u=m.type;try{if((u==="int"||u==="number"||u==="float")&&typeof d=="string"){const p=Number(String(d).trim());isNaN(p)?c.push(o(`Invalid number format for field ${m.displayName||l}`)):i[l]=p}else if((u==="int-array"||u==="float-array")&&typeof d=="string"){const h=String(d).split(",").map(g=>g.trim()).filter(Boolean).map(g=>{const x=Number(g);return isNaN(x)?(c.push(o(`Invalid number "${g}" in array for field ${m.displayName||l}`)),0):x});c.length===0&&(i[l]=h)}}catch(p){c.push(o(`Error processing field ${m.displayName||l}: ${p}`))}}if(c.length>0)return{success:!1,message:o("Data transformation errors occurred."),errors:c};const f=ct(e,i,o);if(f&&f.length>0)return{success:!1,message:f.join(`
|
|
293
|
+
`),errors:f};if(e&&typeof e.submitHandlerName=="string"){const m=Gr(e.submitHandlerName);if(m)try{const l=m(e,t?.name??null,i,o);if(l&&l.length>0)return{success:!1,message:o("Submission failed."),errors:Array.isArray(l)?l:[l]}}catch(l){return{success:!1,message:o("Submission handler error occurred."),errors:[String(l)]}}}return{success:!0,message:o("Form submitted successfully."),data:i}}const Et=({definition:e,instance:t,chunkSize:r=50,chunkDelay:o=50,enableVirtualization:n=!1,virtualizationThreshold:a=50,virtualContainerHeight:i=600,estimatedFieldHeight:c=60})=>{const{properties:f,displayName:m}=e,{t:l,formStyle:d,language:u}=T(),[p,h]=s.useState("en"),[g,x]=s.useState([]),[v,C]=s.useState({}),[k,O]=s.useState({}),[w,R]=s.useState({}),[j,S]=s.useState({}),[E,I]=s.useState({}),[M,V]=s.useState(null),[$,L]=s.useState(null),[Y,te]=s.useState(0),[K,se]=s.useState(!1),[D,F]=s.useState(!1),[y,N]=s.useState(t.name||""),P=s.useRef(t),q=s.useRef(!1);s.useEffect(()=>{const z=Object.fromEntries(f.map(B=>[B.name,{...B,children:{}}]));f.forEach(B=>{B.parents&&Object.entries(B.parents).forEach(([ue,Se])=>{const fe=z[ue];fe&&Se.forEach(Nt=>{fe.children||(fe.children={});const qe=String(Nt);fe.children[qe]=[...fe.children[qe]||[],B.name]})})}),Yt(f,z);const _=Object.values(z),J={};_.forEach(B=>{if(B.type==="unit"){const ue=typeof B.defaultValue=="number"?String(B.defaultValue):"",Se=typeof B.defaultUnit=="string"?B.defaultUnit:String(B.defaultUnit??"m");J[B.name]=[ue,Se]}else J[B.name]=B.defaultValue}),P.current=t,Object.keys(t.values).forEach(B=>{z[B]!==void 0&&(J[B]=t.values[B])});const X=fn(_),re={};_.forEach(B=>{B.group&&!(B.group in re)&&(re[B.group]=!0)});const ce=requestAnimationFrame(()=>{x(_),C(z),O(J),R(mn(_,J,X,z)),S(re),se(!0),N(t.name)});return()=>cancelAnimationFrame(ce)},[f,t,e]),s.useEffect(()=>{if(!K||Y>=g.length)return;const z=setTimeout(()=>{te(_=>Math.min(_+r,g.length))},o);return()=>clearTimeout(z)},[K,Y,g.length,r,o]);const Z=s.useCallback((z,_,J)=>{V(null),L(null),O(X=>{const re={...X,[z]:_},ce=v[z];return ce&&["checkbox","dropdown","multi-select","radio","switch"].includes(ce.type)&&R(ue=>dn(ue,v,re,z,String(_))),re}),I(X=>J?{...X,[z]:J}:Object.fromEntries(Object.entries(X).filter(([ce])=>ce!==z)))},[v,V,L]);s.useEffect(()=>{let z=0;return z=requestAnimationFrame(()=>{u!==p&&(h(u||"en"),V(null),L(null))}),()=>cancelAnimationFrame(z)},[u,p]),s.useEffect(()=>{let z=0;return z=requestAnimationFrame(()=>{if(q.current){q.current=!1,P.current=t,N(t.name||"");return}P.current=t,V(null),L(null),N(t.name||"")}),()=>cancelAnimationFrame(z)},[t,t.name]);const ee=s.useCallback((z,_)=>{I(J=>_?{...J,[z]:String(_)}:Object.fromEntries(Object.entries(J).filter(([re])=>re!==z)))},[]),H=()=>{q.current=!0;const z=P.current?.name;P.current.name=y;const _=pn(e,P.current,k,l,E),J=typeof _.message=="string"?_.message:String(_.message),X=Object.values(_.errors??{}).join(`
|
|
294
|
+
`);V(X?J+`
|
|
295
|
+
`+X:J),L(_.success),_.success||(P.current.name=z??P.current.name,N(z??""))},Q=z=>{S(_=>({..._,[z]:!_[z]}))},le=s.useCallback(z=>{const _=Le(z.type);return _?b.jsx("div",{children:b.jsx(_,{field:z,value:k[z.name],onChange:(J,X)=>Z(z.name,J,X),onError:J=>ee(z.name,J)})},z.name):null},[k,Z,ee]),ie=s.useMemo(()=>Object.values(E).some(Boolean),[E]),It=s.useMemo(()=>n?g.filter(_=>w[_.name]).length>=a:!1,[n,g,w,a]);return K?b.jsxs("div",{style:d.container,children:[m&&b.jsx("h2",{style:d.titleStyle,children:l(m)}),M&&b.jsxs("div",{role:"status",style:{marginBottom:12,padding:12,borderRadius:6,backgroundColor:$?"rgba(76, 175, 80, 0.12)":"rgba(225, 29, 72, 0.06)",border:`1px solid ${$?"rgba(76,175,80,0.3)":"rgba(225,29,72,0.12)"}`,color:$?"var(--reactaform-success-color, #4CAF50)":"var(--reactaform-error-color, #e11d48)",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[b.jsx("div",{style:{whiteSpace:"pre-wrap",flex:1},children:M}),b.jsx("button",{onClick:()=>{V(null),L(null)},"aria-label":l("Dismiss"),style:{marginLeft:12,background:"transparent",border:"none",cursor:"pointer",color:"inherit",fontSize:16,lineHeight:1},children:"×"})]}),t&&b.jsx(at,{name:y,onChange:z=>{N(z),V(null),L(null)}}),It?b.jsx(un,{fields:g,valuesMap:k,visibility:w,groupState:j,handleChange:Z,handleError:ee,toggleGroup:Q,t:l,renderField:le,containerHeight:i,estimatedFieldHeight:c}):b.jsxs(b.Fragment,{children:[Kr(j,g,k,l,Z,ee,w,Y,Q),Y<g.length&&b.jsx("div",{style:{fontSize:"0.9em",color:"var(--reactaform-text-muted, #666)"}})]}),b.jsx("button",{onClick:H,disabled:ie,onMouseEnter:()=>F(!0),onMouseLeave:()=>F(!1),style:{padding:"var(--reactaform-button-padding, var(--reactaform-space) 12px)",backgroundColor:ie?"var(--reactaform-button-disabled-bg, #cccccc)":"var(--reactaform-button-bg, var(--reactaform-success-color))",color:"var(--reactaform-button-text, #ffffff)",border:"none",borderRadius:"4px",cursor:ie?"var(--reactaform-button-disabled-cursor, not-allowed)":"pointer",fontSize:"var(--reactaform-button-font-size, 14px)",fontWeight:"var(--reactaform-button-font-weight, 500)",boxShadow:"var(--reactaform-button-shadow, none)",marginTop:"var(--reactaform-button-margin-top, 0.5em)",transition:"opacity 0.2s ease",opacity:ie?"var(--reactaform-button-disabled-opacity, 0.6)":D?"var(--reactaform-button-hover-opacity, 0.9)":"1"},children:l("Submit")})]}):b.jsx("div",{children:"Initializing form..."})};bt();const gn=(e,t=!1)=>({container:{padding:"var(--reactaform-space-sm, 8px)",margin:"0 auto",backgroundColor:"transparent",borderRadius:0,color:"var(--reactaform-color-text)",fontFamily:e?.fontFamily||"var(--reactaform-font-family, system-ui, -apple-system, sans-serif)",boxSizing:"border-box",minHeight:e?.minHeight??"0",...e?.width?{width:e.width,overflowX:"auto"}:{maxWidth:"100%"},...e?.height?{height:e.height,overflowY:"auto"}:{}},buttonStyle:{padding:"var(--reactaform-space-sm, 8px) var(--reactaform-space-md, 16px)",backgroundColor:"var(--reactaform-color-primary)",color:"var(--reactaform-color-background)",border:"1px solid var(--reactaform-color-primary)",borderRadius:"var(--reactaform-border-radius, 6px)",cursor:"pointer",fontSize:e?.fontSize||"1rem",fontWeight:"600",transition:"all 0.2s ease",boxShadow:"var(--reactaform-shadow-small, 0 1px 3px rgba(0, 0, 0, 0.12))"},titleStyle:{marginBottom:"var(--reactaform-space-lg, 24px)",color:"var(--reactaform-color-text)",fontSize:typeof e?.fontSize=="number"?`${e.fontSize*1.5}px`:"1.5rem",fontWeight:"700",lineHeight:"1.2",textAlign:"left"}}),hn=(e,t=!1)=>{const r={color:"var(--reactaform-color-text)",fontFamily:e?.fontFamily||"var(--reactaform-font-family, inherit)",transition:"all 0.2s ease",outline:"none",width:"100%",boxSizing:"border-box"};return{container:{fontFamily:e?.fontFamily||"var(--reactaform-font-family, inherit)",fontSize:e?.fontSize||"var(--reactaform-font-size, 1rem)",width:"100%",maxWidth:e?.width||"100%",marginBottom:"var(--reactaform-space-md, 16px)"},label:{display:"block",marginBottom:"var(--reactaform-space-xs, 4px)",fontWeight:"500",color:"var(--reactaform-color-text)",fontSize:"var(--reactaform-font-size, 1rem)",fontFamily:e?.fontFamily||"var(--reactaform-font-family, inherit)"},input:r,textInput:r,optionInput:r,select:{...r,cursor:"pointer",backgroundRepeat:"no-repeat",backgroundPosition:"right 8px center",backgroundSize:"16px",paddingRight:"32px",backgroundImage:`url("data:image/svg+xml;utf8,<svg
|
|
281
296
|
xmlns='http://www.w3.org/2000/svg'
|
|
282
297
|
viewBox='0 0 24 24'
|
|
283
298
|
fill='none'
|
|
@@ -286,4 +301,4 @@ React keys must be passed directly to JSX without using spread:
|
|
|
286
301
|
stroke-linecap='round'
|
|
287
302
|
stroke-linejoin='round'>
|
|
288
303
|
<polyline points='6,9 12,15 18,9'/>
|
|
289
|
-
</svg>")`},textarea:{...r,minHeight:"80px",resize:"vertical",paddingTop:"var(--reactaform-space-sm, 8px)"},error:{color:"var(--reactaform-color-error)",fontSize:"0.875rem",marginTop:"var(--reactaform-space-xs, 4px)",display:"block"}}},Rt=({children:e,defaultDefinitionName:t="",defaultStyle:r,defaultLanguage:o="en",defaultDarkMode:n=!1,defaultLocalizeName:a="",className:i="reactaform-container"})=>{const c=t,l=a,u=n,m=o,g=s.useMemo(()=>r??{},[r]),[f,p]=s.useState({}),[h,d]=s.useState({}),[x,v]=s.useState({}),[k,O]=s.useState({});s.useEffect(()=>{let E=!0;return(async()=>{if(m==="en"){E&&(p({}),d({}));return}try{const I=await en(m),M=I.success?I.translations:{};E&&p(M);const $=await tn(m,l),V=$.success?$.translations:{};E&&d(V)}catch{E&&(p({}),d({}))}})(),()=>{E=!1}},[m,l]),s.useEffect(()=>{O(on(g,u)),v(an(g,u))},[g,u]);const S=s.useMemo(()=>nn(m,f,h),[m,f,h]),C=s.useCallback((E,...N)=>S(E,...N),[S]),w=s.useMemo(()=>({definitionName:c,language:m,darkMode:u,formStyle:k,fieldStyle:x,t:C}),[c,m,u,x,k,C]),R=g?.height?{height:"100%"}:void 0;return b.jsx(et.Provider,{value:w,children:b.jsx("div",{"data-reactaform-theme":u?"dark":"light",className:i,style:R,children:e})})};function sn(e){if(!e||typeof e!="object")return"Definition must be an object";const t=e;if(!t.name||typeof t.name!="string")return"Definition must include a 'name' string";if(!t.version||typeof t.version!="string")return"Definition must include a 'version' string";if(t.properties!==void 0&&!Array.isArray(t.properties))return"'properties' must be an array if provided";if(Array.isArray(t.properties))for(let r=0;r<t.properties.length;r++){const o=t.properties[r];if(!o||typeof o!="object")return`Property at index ${r} must be an object`;if(!o.name||typeof o.name!="string")return`Property at index ${r} must have a string 'name'`;if(!o.type||typeof o.type!="string")return`Property '${o.name}' must have a string 'type'`}return null}async function cn(e,t={}){const{validateSchema:r=!0}=t;try{if(!e||typeof e!="string")return{success:!1,error:"jsonData must be a non-empty JSON string"};const o=e.trim();if(!o)return{success:!1,error:"jsonData is empty"};let n;try{n=JSON.parse(o)}catch(a){return{success:!1,error:`Invalid JSON format: ${a instanceof Error?a.message:"Unknown parsing error"}`}}if(r){const a=sn(n);if(a)return{success:!1,error:`Schema validation failed: ${a}`}}return{success:!0,definition:n}}catch(o){return{success:!1,error:`Unexpected error loading definition: ${o instanceof Error?o.message:"Unknown error"}`}}}function Et(e,t){try{if(!e)return{success:!1,error:"Definition is required"};if(!t||typeof t!="string")return{success:!1,error:"Instance name is required"};const r={name:t,definition:e.name??"unknown",version:e.version??"1.0.0",values:{}},o=e.properties||[];return Array.isArray(o)&&o.forEach(n=>{const a=n;a.defaultValue!==void 0&&(r.values[a.name]=a.defaultValue)}),{success:!0,instance:r}}catch(r){return{success:!1,error:`Error creating instance: ${r instanceof Error?r.message:"Unknown error"}`}}}function ln(e){try{if(!e)return{success:!1,error:"Instance data is required"};let t;if(typeof e=="string")try{t=JSON.parse(e)}catch(r){return{success:!1,error:`Invalid JSON format: ${r instanceof Error?r.message:"Unknown parsing error"}`}}else t=e;return typeof t!="object"||t===null?{success:!1,error:"Instance must be a valid object"}:{success:!0,instance:t}}catch(t){return{success:!1,error:`Error loading instance: ${t instanceof Error?t.message:"Unknown error"}`}}}dt();function un(e){const[t,r]=s.useState(null);return s.useEffect(()=>{const o=document.querySelector("[data-reactaform-theme]");if(!o)return;const n=o.closest("[data-reactaform-theme]");if(!n)return;const a=()=>r(n.getAttribute("data-reactaform-theme"));a();const i=new MutationObserver(c=>{for(const l of c)l.type==="attributes"&&l.attributeName==="data-reactaform-theme"&&a()});return i.observe(n,{attributes:!0,attributeFilter:["data-reactaform-theme"]}),()=>i.disconnect()},[e]),t}const fn=({definitionData:e,instance:t,language:r,className:o,darkMode:n,style:a})=>{const i=s.useMemo(()=>{try{return typeof e=="string"?JSON.parse(e):e??null}catch{return null}},[e]),c={fontSize:"inherit",fontFamily:"inherit",...a},l=un(),u=n??l==="dark",m=r??"en";if(s.useEffect(()=>{let f=document.getElementById("popup-root");f||(f=document.createElement("div"),f.id="popup-root",document.body.appendChild(f))},[]),!i)return b.jsx("div",{style:{color:"red"},children:"Error: No form definition provided."});let g=t;if(!g){const f=Et(i,i.name);if(!f.success||!f.instance)return b.jsx("div",{style:{color:"red"},children:"Error: Failed to create instance from definition."});g=f.instance}return b.jsx(Rt,{defaultDefinitionName:i.name,defaultStyle:c,defaultLanguage:m,defaultDarkMode:u,defaultLocalizeName:i.localization||"",className:o,children:b.jsx(St,{definition:i,instance:g})})};function ae(e){return typeof e=="object"&&e!==null}function Le(e){if(!ae(e))return!1;const t=e;return typeof t.name=="string"&&typeof t.displayName=="string"}function jt(e){if(!ae(e))return!1;const t=e;return typeof t.name!="string"||typeof t.version!="string"||!Array.isArray(t.properties)?!1:t.properties.every(r=>Le(r))}function Ne(e){try{return typeof File<"u"&&e instanceof File}catch{const t=ae(e)?e:void 0;return!!t&&typeof t.name=="string"&&typeof t.size=="number"}}function mn(e,t,r={}){try{const{includeMetadata:o=!1,dateFormat:n="iso",fileHandling:a="metadata",prettify:i=!1,excludeFields:c=[],includeOnlyFields:l=[]}=r;if(!e||typeof e!="object")return{success:!1,error:"Instance must be a valid object"};const u=[],m=[],g={},p=(jt(t)||ae(t)&&Array.isArray(t.properties)?t.properties:[]).filter(Le),h=new Map(p.map(x=>[x.name,x]));for(const[x,v]of Object.entries(e)){if(c.includes(x)){m.push(x);continue}if(l.length>0&&!l.includes(x)){m.push(x);continue}if(v===void 0)continue;const k=h.get(x);try{g[x]=dn(v,k,{dateFormat:n,fileHandling:a})}catch(O){u.push(`Error serializing field '${x}': ${String(O)}`),g[x]=null}}return o&&(g._metadata={serializedAt:new Date().toISOString(),version:(ae(t)?t.version:void 0)||"1.0.0",fieldCount:Object.keys(g).length-1}),{success:!0,data:i?JSON.stringify(g,null,2):JSON.stringify(g),metadata:{fieldCount:Object.keys(g).length,excludedFields:m,warnings:u}}}catch(o){return{success:!1,error:`Serialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function dn(e,t,r={}){const{dateFormat:o="iso",fileHandling:n="metadata"}=r;if(e==null)return null;if(t)switch(t.type){case"date":case"datetime":case"date-time":return Ke(e,o);case"file":return Xe(e,n);case"int":case"integer":return typeof e=="string"?parseInt(e,10):e;case"float":case"number":return typeof e=="string"?parseFloat(e):e;case"boolean":return typeof e=="string"?e==="true":!!e;case"int-array":case"float-array":return Array.isArray(e)?e.map(a=>typeof a=="string"?Number(a):a):e;default:return e}return e instanceof Date?Ke(e,o):Ne(e)||Array.isArray(e)&&Ne(e[0])?Xe(e,n):e}function Ke(e,t){let r=null;if(e instanceof Date)r=e;else if(typeof e=="string"){const o=new Date(e);if(!isNaN(o.getTime()))r=o;else return e}else return e;switch(t){case"timestamp":return r.getTime();case"locale":return r.toLocaleString();case"iso":default:return r.toISOString()}}function Xe(e,t){return t==="skip"?null:Array.isArray(e)?e.map(r=>Ze(r,t)):Ze(e,t)}function Ze(e,t){if(!Ne(e))return e;const r=e;return t==="metadata"?{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified}:{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified,_note:"Base64 encoding requires async implementation"}}function pn(e,t,r={}){try{const{strict:o=!1,validateTypes:n=!0,preserveUnknownFields:a=!0,dateFormat:i="auto"}=r;if(!e||typeof e!="string")return{success:!1,error:"Serialized data must be a non-empty string"};let c;try{c=JSON.parse(e)}catch(d){return{success:!1,error:`Invalid JSON: ${d instanceof Error?d.message:"Unknown parsing error"}`}}if(!c||typeof c!="object")return{success:!1,error:"Parsed data must be an object"};const l=[],u=[],m={},f=(jt(t)||ae(t)&&Array.isArray(t.properties)?t.properties:[]).filter(Le),p=new Map(f.map(d=>[d.name,d]));for(const d of f){const x=d.name,v=c[x];if(v===void 0){o&&d.required&&u.push(`Required field '${x}' is missing`);continue}try{m[x]=gn(v,d,{validateTypes:n,dateFormat:i})}catch(k){const O=`Error deserializing field '${x}': ${String(k)}`;o?u.push(O):(l.push(O),m[x]=v)}}if(a)for(const[d,x]of Object.entries(c))!p.has(d)&&d!=="_metadata"&&(o&&l.push(`Unknown field '${d}' preserved`),m[d]=x);const h=u.length>0;return{success:!h,data:m,warnings:l.length>0?l:void 0,validationErrors:h?u:void 0}}catch(o){return{success:!1,error:`Deserialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function gn(e,t,r={}){const{validateTypes:o=!0,dateFormat:n="auto"}=r;if(e==null)return e;try{switch(t.type){case"date":case"datetime":case"date-time":return yn(e,n,o);case"int":case"integer":return Oe(e,o);case"float":case"number":return Me(e,o);case"boolean":return xn(e,o);case"int-array":return Qe(e,"integer",o);case"float-array":return Qe(e,"number",o);case"string":case"text":case"email":case"url":case"phone":return o?String(e):e;default:return e}}catch(a){if(o)throw new Error(`Type conversion failed: ${String(a)}`);return e}}function hn(e,t={}){try{const{prettify:r=!0,includeMetadata:o=!0}=t;if(!e||typeof e!="object")return{success:!1,error:"Definition must be a valid object"};const n={...e};return o&&(n._metadata={serializedAt:new Date().toISOString(),version:n.version||"1.0.0",propertyCount:(Array.isArray(n.properties)?n.properties.length:0)||0}),{success:!0,data:r?JSON.stringify(n,null,2):JSON.stringify(n),metadata:{fieldCount:(Array.isArray(n.properties)?n.properties.length:0)||0,excludedFields:[],warnings:[]}}}catch(r){return{success:!1,error:`Definition serialization failed: ${r instanceof Error?r.message:"Unknown error"}`}}}function bn(e,t={}){try{const{strict:r=!1,validateTypes:o=!0}=t;let n;if(typeof e=="string")try{n=JSON.parse(e)}catch(m){return{success:!1,error:`Invalid JSON for definition: ${m instanceof Error?m.message:"Unknown parsing error"}`}}else if(e&&typeof e=="object")n={...e};else return{success:!1,error:"Input must be a string or object"};const a=[],i=[],c=["name","version","displayName"];for(const m of c)if(!n[m])if(r)i.push(`Required field '${m}' is missing`);else switch(a.push(`Missing field '${m}', using default`),m){case"name":n.name="unnamed-definition";break;case"version":n.version="1.0.0";break;case"displayName":n.displayName=n.name||"Unnamed Definition";break}const l=Array.isArray(n.properties)?n.properties:null;l?n.properties=l.map((m,g)=>{const f=ae(m)?m:{},p={...f};if(!f.name){const h=`Property at index ${g} missing 'name'`;r?i.push(h):(a.push(`${h}, using 'field_${g}'`),p.name=`field_${g}`)}return f.displayName||(p.displayName=f.name||`Field ${g}`),f.type||(r&&o?i.push(`Property '${f.name||g}' missing 'type'`):(a.push(`Property '${f.name||g}' missing 'type', using 'string'`),p.type="string")),f.defaultValue===void 0&&(p.defaultValue=null),f.required===void 0&&(p.required=!1),p}):r?i.push("Properties must be an array"):(a.push("Properties not found or invalid, using empty array"),n.properties=[]);const u=i.length>0;return{success:!u,data:n,warnings:a.length>0?a:void 0,validationErrors:u?i:void 0}}catch(r){return{success:!1,error:`Definition deserialization failed: ${r instanceof Error?r.message:"Unknown error"}`}}}function yn(e,t,r){if(e instanceof Date)return e;if(typeof e=="number"){const o=new Date(e);if(r&&isNaN(o.getTime()))throw new Error(`Invalid timestamp: ${e}`);return o}if(typeof e=="string"){const o=new Date(e);if(r&&isNaN(o.getTime()))throw new Error(`Invalid date string: ${e}`);return o}if(r)throw new Error(`Cannot convert ${typeof e} to Date`);return e}function Oe(e,t){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e=="string"&&e.trim()!==""){const r=parseInt(e,10);if(t&&isNaN(r))throw new Error(`Cannot convert "${e}" to integer`);return r}if(t)throw new Error(`Cannot convert ${typeof e} to integer`);return e}function Me(e,t){if(typeof e=="number")return e;if(typeof e=="string"&&e.trim()!==""){const r=parseFloat(e);if(t&&isNaN(r))throw new Error(`Cannot convert "${e}" to number`);return r}if(t)throw new Error(`Cannot convert ${typeof e} to number`);return e}function xn(e,t){if(typeof e=="boolean")return e;if(typeof e=="string"){const r=e.toLowerCase();if(r==="true"||r==="1")return!0;if(r==="false"||r==="0")return!1;if(t)throw new Error(`Cannot convert "${e}" to boolean`)}if(typeof e=="number")return!!e;if(t)throw new Error(`Cannot convert ${typeof e} to boolean`);return e}function Qe(e,t,r){if(!Array.isArray(e)){if(typeof e=="string")return e.split(",").map(n=>n.trim()).filter(Boolean).map(n=>t==="integer"?Oe(n,r):Me(n,r));if(r)throw new Error(`Expected array, got ${typeof e}`);return e}return e.map((o,n)=>{try{return t==="integer"?Oe(o,r):Me(o,r)}catch(a){if(r)throw new Error(`Array element ${n}: ${a}`);return o}})}function vn(){if(!(typeof document>"u")&&!document.getElementById("reactaform-styles"))try{const e=document.createElement("style");e.id="reactaform-styles",e.textContent=Nt,document.head.appendChild(e)}catch{}}vn();exports.ReactaForm=fn;exports.ReactaFormProvider=Rt;exports.ReactaFormRenderer=St;exports.Units=hr;exports.createInstanceFromDefinition=Et;exports.deserializeDefinition=bn;exports.deserializeInstance=pn;exports.getComponent=Pe;exports.loadInstance=ln;exports.loadJsonDefinition=cn;exports.registerComponent=mt;exports.registerFieldValidationHandler=$t;exports.registerFormValidationHandler=Vt;exports.registerSubmissionHandler=gt;exports.serializeDefinition=hn;exports.serializeInstance=mn;exports.useDebouncedCallback=tt;exports.useReactaFormContext=P;exports.validateFieldValue=Y;exports.validateFormValues=ct;
|
|
304
|
+
</svg>")`},textarea:{...r,minHeight:"80px",resize:"vertical",paddingTop:"var(--reactaform-space-sm, 8px)"},error:{color:"var(--reactaform-color-error)",fontSize:"0.875rem",marginTop:"var(--reactaform-space-xs, 4px)",display:"block"}}},jt=({children:e,defaultDefinitionName:t="",defaultStyle:r,defaultLanguage:o="en",defaultDarkMode:n=!1,defaultLocalizeName:a="",className:i="reactaform-container"})=>{const c=t,f=a,m=n,l=o,d=s.useMemo(()=>r??{},[r]),[u,p]=s.useState({}),[h,g]=s.useState({}),[x,v]=s.useState({}),[C,k]=s.useState({});s.useEffect(()=>{let S=!0;return(async()=>{if(l==="en"){S&&(p({}),g({}));return}try{const I=await Gt(l),M=I.success?I.translations:{};S&&p(M);const V=await Kt(l,f),$=V.success?V.translations:{};S&&g($)}catch{S&&(p({}),g({}))}})(),()=>{S=!1}},[l,f]),s.useEffect(()=>{k(gn(d,m)),v(hn(d,m))},[d,m]);const O=s.useMemo(()=>Zt(l,u,h),[l,u,h]),w=s.useCallback((S,...E)=>O(S,...E),[O]),R=s.useMemo(()=>({definitionName:c,language:l,darkMode:m,formStyle:C,fieldStyle:x,t:w}),[c,l,m,x,C,w]),j=d?.height?{height:"100%"}:void 0;return b.jsx(tt.Provider,{value:R,children:b.jsx("div",{"data-reactaform-theme":m?"dark":"light",className:i,style:j,children:e})})};function bn(e){if(!e||typeof e!="object")return"Definition must be an object";const t=e;if(!t.name||typeof t.name!="string")return"Definition must include a 'name' string";if(!t.version||typeof t.version!="string")return"Definition must include a 'version' string";if(t.properties!==void 0&&!Array.isArray(t.properties))return"'properties' must be an array if provided";if(Array.isArray(t.properties))for(let r=0;r<t.properties.length;r++){const o=t.properties[r];if(!o||typeof o!="object")return`Property at index ${r} must be an object`;if(!o.name||typeof o.name!="string")return`Property at index ${r} must have a string 'name'`;if(!o.type||typeof o.type!="string")return`Property '${o.name}' must have a string 'type'`}return null}async function yn(e,t={}){const{validateSchema:r=!0}=t;try{if(!e||typeof e!="string")return{success:!1,error:"jsonData must be a non-empty JSON string"};const o=e.trim();if(!o)return{success:!1,error:"jsonData is empty"};let n;try{n=JSON.parse(o)}catch(a){return{success:!1,error:`Invalid JSON format: ${a instanceof Error?a.message:"Unknown parsing error"}`}}if(r){const a=bn(n);if(a)return{success:!1,error:`Schema validation failed: ${a}`}}return{success:!0,definition:n}}catch(o){return{success:!1,error:`Unexpected error loading definition: ${o instanceof Error?o.message:"Unknown error"}`}}}function kt(e,t){try{if(!e)return{success:!1,error:"Definition is required"};if(!t||typeof t!="string")return{success:!1,error:"Instance name is required"};const r={name:t,definition:e.name??"unknown",version:e.version??"1.0.0",values:{}},o=e.properties||[];return Array.isArray(o)&&o.forEach(n=>{const a=n;a.defaultValue!==void 0&&(r.values[a.name]=a.defaultValue)}),{success:!0,instance:r}}catch(r){return{success:!1,error:`Error creating instance: ${r instanceof Error?r.message:"Unknown error"}`}}}function xn(e){try{if(!e)return{success:!1,error:"Instance data is required"};let t;if(typeof e=="string")try{t=JSON.parse(e)}catch(r){return{success:!1,error:`Invalid JSON format: ${r instanceof Error?r.message:"Unknown parsing error"}`}}else t=e;return typeof t!="object"||t===null?{success:!1,error:"Instance must be a valid object"}:{success:!0,instance:t}}catch(t){return{success:!1,error:`Error loading instance: ${t instanceof Error?t.message:"Unknown error"}`}}}bt();function vn(e){const[t,r]=s.useState(null);return s.useEffect(()=>{const o=document.querySelector("[data-reactaform-theme]");if(!o)return;const n=o.closest("[data-reactaform-theme]");if(!n)return;const a=()=>r(n.getAttribute("data-reactaform-theme"));a();const i=new MutationObserver(c=>{for(const f of c)f.type==="attributes"&&f.attributeName==="data-reactaform-theme"&&a()});return i.observe(n,{attributes:!0,attributeFilter:["data-reactaform-theme"]}),()=>i.disconnect()},[e]),t}const wn=({definitionData:e,instance:t,language:r,className:o,darkMode:n,style:a})=>{const i=s.useMemo(()=>{try{return typeof e=="string"?JSON.parse(e):e??null}catch{return null}},[e]),c={fontSize:"inherit",fontFamily:"inherit",...a},f=vn(),m=n??f==="dark",l=r??"en";if(s.useEffect(()=>{let u=document.getElementById("popup-root");u||(u=document.createElement("div"),u.id="popup-root",document.body.appendChild(u))},[]),!i)return b.jsx("div",{style:{color:"red"},children:"Error: No form definition provided."});let d=t;if(!d){const u=kt(i,i.name);if(!u.success||!u.instance)return b.jsx("div",{style:{color:"red"},children:"Error: Failed to create instance from definition."});d=u.instance}return b.jsx(jt,{defaultDefinitionName:i.name,defaultStyle:c,defaultLanguage:l,defaultDarkMode:m,defaultLocalizeName:i.localization||"",className:o,children:b.jsx(Et,{definition:i,instance:d})})};function Sn(){if(!(typeof document>"u")&&!document.getElementById("reactaform-styles"))try{const e=document.createElement("style");e.id="reactaform-styles",e.textContent=Ot,document.head.appendChild(e)}catch{}}Sn();exports.CSS_CLASSES=A;exports.ReactaForm=wn;exports.ReactaFormProvider=jt;exports.ReactaFormRenderer=Et;exports.StandardFieldLayout=W;exports.Units=er;exports.combineClasses=G;exports.createInstanceFromDefinition=kt;exports.deserializeDefinition=Ht;exports.deserializeInstance=_t;exports.getComponent=Le;exports.loadInstance=xn;exports.loadJsonDefinition=yn;exports.registerComponent=Jr;exports.registerFieldValidationHandler=$t;exports.registerFormValidationHandler=Vt;exports.registerSubmissionHandler=xt;exports.serializeDefinition=Bt;exports.serializeInstance=Dt;exports.useDebouncedCallback=rt;exports.useReactaFormContext=T;exports.validateFieldValue=U;exports.validateFormValues=ct;
|