reactaform 1.1.3 → 1.1.4
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 +6 -6
- package/dist/reactaform.es.js +1305 -1426
- package/package.json +3 -4
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"),je=require("react-dom"),yr=`/* ReactaForm CSS Custom Properties (CSS Variables) */\r
|
|
2
2
|
\r
|
|
3
3
|
/* Default Light Theme */\r
|
|
4
4
|
:root {\r
|
|
@@ -284,14 +284,14 @@
|
|
|
284
284
|
\r
|
|
285
285
|
\r
|
|
286
286
|
}\r
|
|
287
|
-
`;var
|
|
287
|
+
`;var me={exports:{}},ce={};var ze;function xr(){if(ze)return ce;ze=1;var e=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function n(o,t,a){var c=null;if(a!==void 0&&(c=""+a),t.key!==void 0&&(c=""+t.key),"key"in t){a={};for(var i in t)i!=="key"&&(a[i]=t[i])}else a=t;return t=a.ref,{$$typeof:e,type:o,key:c,ref:t!==void 0?t:null,props:a}}return ce.Fragment=r,ce.jsx=n,ce.jsxs=n,ce}var le={};var Te;function vr(){return Te||(Te=1,process.env.NODE_ENV!=="production"&&(function(){function e(b){if(b==null)return null;if(typeof b=="function")return b.$$typeof===$?null:b.displayName||b.name||null;if(typeof b=="string")return b;switch(b){case x:return"Fragment";case C:return"Profiler";case v:return"StrictMode";case R:return"Suspense";case j:return"SuspenseList";case A:return"Activity"}if(typeof b=="object")switch(typeof b.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),b.$$typeof){case g:return"Portal";case N:return b.displayName||"Context";case I:return(b._context.displayName||"Context")+".Consumer";case S:var E=b.render;return b=b.displayName,b||(b=E.displayName||E.name||"",b=b!==""?"ForwardRef("+b+")":"ForwardRef"),b;case w:return E=b.displayName||null,E!==null?E:e(b.type)||"Memo";case k:E=b._payload,b=b._init;try{return e(b(E))}catch{}}return null}function r(b){return""+b}function n(b){try{r(b);var E=!1}catch{E=!0}if(E){E=console;var P=E.error,q=typeof Symbol=="function"&&Symbol.toStringTag&&b[Symbol.toStringTag]||b.constructor.name||"Object";return P.call(E,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",q),r(b)}}function o(b){if(b===x)return"<>";if(typeof b=="object"&&b!==null&&b.$$typeof===k)return"<...>";try{var E=e(b);return E?"<"+E+">":"<...>"}catch{return"<...>"}}function t(){var b=z.A;return b===null?null:b.getOwner()}function a(){return Error("react-stack-top-frame")}function c(b){if(U.call(b,"key")){var E=Object.getOwnPropertyDescriptor(b,"key").get;if(E&&E.isReactWarning)return!1}return b.key!==void 0}function i(b,E){function P(){ae||(ae=!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)",E))}P.isReactWarning=!0,Object.defineProperty(b,"key",{get:P,configurable:!0})}function f(){var b=e(this.type);return J[b]||(J[b]=!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.")),b=this.props.ref,b!==void 0?b:null}function m(b,E,P,q,Z,ee){var D=P.ref;return b={$$typeof:y,type:b,key:E,props:P,_owner:q},(D!==void 0?D:null)!==null?Object.defineProperty(b,"ref",{enumerable:!1,get:f}):Object.defineProperty(b,"ref",{enumerable:!1,value:null}),b._store={},Object.defineProperty(b._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(b,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(b,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Z}),Object.defineProperty(b,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ee}),Object.freeze&&(Object.freeze(b.props),Object.freeze(b)),b}function u(b,E,P,q,Z,ee){var D=E.children;if(D!==void 0)if(q)if(ne(D)){for(q=0;q<D.length;q++)p(D[q]);Object.freeze&&Object.freeze(D)}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 p(D);if(U.call(E,"key")){D=e(b);var O=Object.keys(E).filter(function(Y){return Y!=="key"});q=0<O.length?"{key: someKey, "+O.join(": ..., ")+": ...}":"{key: someKey}",M[D+q]||(O=0<O.length?"{"+O.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
288
288
|
let props = %s;
|
|
289
289
|
<%s {...props} />
|
|
290
290
|
React keys must be passed directly to JSX without using spread:
|
|
291
291
|
let props = %s;
|
|
292
|
-
<%s key={someKey} {...props} />`,T,P,X,P),A[P+T]=!0)}if(P=null,L!==void 0&&(n(L),P=""+L),l(E)&&(n(E.key),P=""+E.key),"key"in E){L={};for(var ie in E)ie!=="key"&&(L[ie]=E[ie])}else L=E;return P&&c(L,typeof y=="function"?y.displayName||y.name||"Unknown":y),d(y,P,L,t(),J,re)}function p(y){i(y)?y._store&&(y._store.validated=1):typeof y=="object"&&y!==null&&y.$$typeof===k&&(y._payload.status==="fulfilled"?i(y._payload.value)&&y._payload.value._store&&(y._payload.value._store.validated=1):y._store&&(y._store.validated=1))}function i(y){return typeof y=="object"&&y!==null&&y.$$typeof===b}var f=s,b=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"),N=Symbol.for("react.consumer"),I=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),w=Symbol.for("react.memo"),k=Symbol.for("react.lazy"),O=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),_=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,U=Object.prototype.hasOwnProperty,G=Array.isArray,ee=console.createTask?console.createTask:function(){return null};f={react_stack_bottom_frame:function(y){return y()}};var Q,K={},ae=f.react_stack_bottom_frame.bind(f,a)(),z=ee(o(a)),A={};fe.Fragment=x,fe.jsx=function(y,E,L){var T=1e4>_.recentlyCreatedOwnerStacks++;return u(y,E,L,!1,T?Error("react-stack-top-frame"):ae,T?ee(o(y)):z)},fe.jsxs=function(y,E,L){var T=1e4>_.recentlyCreatedOwnerStacks++;return u(y,E,L,!0,T?Error("react-stack-top-frame"):ae,T?ee(o(y)):z)}})()),fe}var Be;function Ir(){return Be||(Be=1,process.env.NODE_ENV==="production"?he.exports=kr():he.exports=Nr()),he.exports}var h=Ir();const xe=s.createContext(void 0),V=()=>{const e=s.useContext(xe);if(!e)throw new Error("❌ useReactaFormContext must be used within a <ReactaFormProvider>");return e};class ve{map={};register(r,n){this.map[r]=n}get(r){return this.map[r]}has(r){return r 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(r){return r in this.map?(delete this.map[r],!0):!1}clear(){this.map={}}registerAll(r){Array.isArray(r)?r.forEach(([n,o])=>this.register(n,o)):Object.entries(r).forEach(([n,o])=>this.register(n,o))}getOrDefault(r,n){return this.get(r)??n}}function Xe(e,r=300,n){const o=s.useRef(void 0),t=s.useRef(e),a=s.useRef(null),l=s.useRef(!1);s.useEffect(()=>{t.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,l.current=!1},[]),m=s.useCallback(()=>{if(o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current)try{t.current(...a.current)}finally{a.current=null,l.current=!1}},[]);return{callback:s.useCallback((...u)=>{if(n?.leading===!0&&!l.current){l.current=!0,t.current(...u),window.clearTimeout(o.current),o.current=window.setTimeout(()=>{l.current=!1,o.current=void 0},r);return}a.current=u,window.clearTimeout(o.current),o.current=window.setTimeout(()=>{o.current=void 0,a.current&&(t.current(...a.current),a.current=null,l.current=!1)},r)},[r,n?.leading]),cancel:c,flush:m}}const F={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"},Y=(...e)=>{const r=[];for(const n of e)n&&(typeof n=="string"?r.push(n):typeof n=="object"&&Object.entries(n).forEach(([o,t])=>{t&&r.push(o)}));return r.join(" ")},Ze=({content:e,size:r="medium",animation:n=!0})=>{const{t:o,darkMode:t,formStyle:a,fieldStyle:l}=V(),[c,m]=s.useState(!1),[d,u]=s.useState({x:0,y:0}),[p,i]=s.useState(!1),f=s.useRef(null),b=s.useRef(null),g=s.useRef(null),x=s.useMemo(()=>{const I={icon:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:"1.2em",height:"1.2em",fontSize:"0.9em",fontWeight:"bold",borderRadius:"50%",backgroundColor:t?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)",color:t?"#f0f0f0":"#333",border:`1px solid ${t?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.1)"}`,cursor:"pointer",transition:n?"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"}}[r],position:"absolute",backgroundColor:`var(--reactaform-tooltip-color-bg, ${t?"rgba(45,45,45,0.95)":"rgba(60,60,60,0.92)"})`,color:`var(--reactaform-tooltip-color, ${t?"#f0f0f0":"#fff"})`,borderRadius:"6px",border:`1px solid ${t?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)"}`,boxShadow:t?"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:n?"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"}},S=(j,w,k)=>{const $=j?.[w];return(k&&$?$[k]:void 0)??{}};return{icon:{...I.icon,...S(a,"tooltip","icon"),...S(l,"tooltip","icon")},text:{...I.text,...S(a,"tooltip","text"),...S(l,"tooltip","text")},textVisible:I.textVisible}},[t,r,n,a,l]);s.useEffect(()=>{if(c){const N=requestAnimationFrame(()=>i(!1)),I=requestAnimationFrame(()=>{if(f.current){const S=f.current.getBoundingClientRect(),R=8;g.current=S;const j=S.right+R,w=S.top;u({x:j,y:w}),i(!0)}});return()=>{cancelAnimationFrame(I),cancelAnimationFrame(N)}}else requestAnimationFrame(()=>i(!1))},[c]),s.useEffect(()=>{if(!p)return;const N=requestAnimationFrame(()=>{if(!b.current)return;const I=b.current.getBoundingClientRect(),S=8,R=typeof window<"u"?window.innerWidth:1024,j=typeof window<"u"?window.innerHeight:768;let w=d.x,k=d.y;const O=g.current;O&&(w=O.right+S,k=O.top+O.height/2-I.height/2+-4,w+I.width>R-S&&(w=O.left-S-I.width)),w+I.width>R-S&&(w=Math.max(S,R-I.width-S)),w<S&&(w=S),k+I.height>j-S&&(k=Math.max(S,j-I.height-S)),k<S&&(k=S),(w!==d.x||k!==d.y)&&u({x:w,y:k})});return()=>cancelAnimationFrame(N)},[p,d.x,d.y]);const v=typeof document<"u"?document.getElementById("popup-root"):null,C=h.jsx("div",{ref:b,style:{...x.text,transform:p?"translateY(0) scale(1)":"translateY(-4px) scale(0.98)",transition:"opacity 120ms ease, transform 120ms ease, visibility 120ms ease",width:240,...p?x.textVisible:{},top:d.y,left:d.x},"data-reactaform-theme":t?"dark":"light",children:o(e)});return h.jsxs(h.Fragment,{children:[h.jsx("span",{"data-testid":"tooltip-icon",ref:f,onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),style:{...x.icon},children:"?"}),c&&(v?Ae.createPortal(C,v):C)]})},Ee=s.memo(({field:e,error:r,children:n,showLabel:o=!0})=>{const{t}=V(),a=e?.labelLayout==="column-center"?"center":"left";return h.jsxs("div",{className:`${F.field} column-layout`,style:{display:"flex",flexDirection:"column",gap:"var(--reactaform-label-gap, 4px)","--label-align":a},children:[o&&h.jsx("div",{style:{textAlign:a,width:"100%"},children:h.jsx("label",{className:F.label,htmlFor:e.name,style:{textAlign:a,width:"100%",minWidth:"unset",display:"block"},children:t(e.displayName)})}),h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[h.jsx("div",{style:{flex:1,minWidth:0,maxWidth:"100%"},children:h.jsx("div",{style:{width:"100%"},children:n})}),e.tooltip&&h.jsx(Ze,{content:e.tooltip})]}),r&&h.jsx(Me,{children:r})]})});Ee.displayName="ColumnFieldLayout";const Qe=s.memo(({field:e,error:r,children:n,rightAlign:o=!1})=>{const{t}=V(),a=s.useMemo(()=>({display:"flex",flexDirection:"column",gap:0}),[]),l=s.useMemo(()=>({display:"flex",flexDirection:"row",alignItems:"center",gap:"3px"}),[]);return h.jsxs("div",{className:`${F.field} row-layout`,children:[h.jsx("label",{className:F.label,htmlFor:e.name,style:{textAlign:"left",justifyContent:"flex-start"},children:t(e.displayName)}),h.jsxs("div",{style:a,children:[h.jsxs("div",{style:l,children:[o?h.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)"},children:n}):n,e.tooltip&&h.jsx(Ze,{content:e.tooltip})]}),r&&h.jsx(Me,{children:r})]})]})});Qe.displayName="RowFieldLayout";const B=({field:e,error:r,children:n,rightAlign:o=!1})=>e?.labelLayout==="column-left"||e?.labelLayout==="column-center"?h.jsx(Ee,{field:e,error:r,showLabel:!0,children:n}):e?.type==="checkbox"||e?.type==="switch"?h.jsx(Ee,{field:e,error:r,showLabel:!1,children:n}):h.jsx(Qe,{field:e,error:r,rightAlign:o,children:n}),Me=s.memo(({children:e})=>{const r=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 h.jsx("div",{style:r,children:e})});Me.displayName="ErrorDiv";const er=s.memo(({name:e,onChange:r})=>{const{t:n}=V();return h.jsxs("div",{style:{marginBottom:16},children:[h.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 2fr",gap:12,alignItems:"center"},children:[h.jsx("label",{htmlFor:"instance-name-input",style:{margin:0,fontSize:"0.95em",fontWeight:500,color:"var(--reactaform-text-color, #333)"},children:n("Instance Name")}),h.jsx("input",{id:"instance-name-input",type:"text",value:e,onChange:o=>r(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:n("Enter instance name")})]}),h.jsx("div",{style:{height:"1px",backgroundColor:"var(--reactaform-separator, #e6e6e6)",marginTop:12,marginBottom:12}})]})});er.displayName="InstanceName";class Fr extends ve{registerInCategory(r,n,o){this.get(r)||this.register(r,{});const t=this.get(r);t[n]=o}getFromCategory(r,n){return this.get(r)?.[n]}listFromCategory(r){return Object.keys(this.get(r)||{})}listCategories(){return this.list()}}const rr=new ve,tr=new Fr;function Ar(e,r){rr.register(e,r)}function Mr(e,r,n){tr.registerInCategory(e,r,n)}function Or(e,r){return tr.getFromCategory(e,r)||null}function $r(e){return rr.get(e)||null}const Se=new Map,Ce=new Map;function H(e,r,n,o){if(r&&typeof r.validationHandlerName=="string"){const t=`${e}:${r.validationHandlerName}`;if(!Se.has(t)){const l=Or(e,r.validationHandlerName);Se.set(t,l)}const a=Se.get(t);if(a)return a(n,o)||null}return null}function nr(e,r,n){if(e&&typeof e.validationHandlerName=="string"){const o=e.validationHandlerName;if(!Ce.has(o)){const a=$r(o);Ce.set(o,a)}const t=Ce.get(o);if(t)return t(r,n)||null}return null}function oe(e){return typeof e=="object"&&e!==null}function Oe(e){if(!oe(e))return!1;const r=e;return typeof r.name=="string"&&typeof r.displayName=="string"}function or(e){if(!oe(e))return!1;const r=e;return typeof r.name!="string"||typeof r.version!="string"||!Array.isArray(r.properties)?!1:r.properties.every(n=>Oe(n))}function je(e){try{return typeof File<"u"&&e instanceof File}catch{const r=oe(e)?e:void 0;return!!r&&typeof r.name=="string"&&typeof r.size=="number"}}function Vr(e,r,n={}){try{const{includeMetadata:o=!1,dateFormat:t="iso",fileHandling:a="metadata",prettify:l=!1,excludeFields:c=[],includeOnlyFields:m=[]}=n;if(!e||typeof e!="object")return{success:!1,error:"Instance must be a valid object"};const d=[],u=[],p={},f=(or(r)||oe(r)&&Array.isArray(r.properties)?r.properties:[]).filter(Oe),b=new Map(f.map(x=>[x.name,x]));for(const[x,v]of Object.entries(e)){if(c.includes(x)){u.push(x);continue}if(m.length>0&&!m.includes(x)){u.push(x);continue}if(v===void 0)continue;const C=b.get(x);try{p[x]=zr(v,C,{dateFormat:t,fileHandling:a})}catch(N){d.push(`Error serializing field '${x}': ${String(N)}`),p[x]=null}}return o&&(p._metadata={serializedAt:new Date().toISOString(),version:(oe(r)?r.version:void 0)||"1.0.0",fieldCount:Object.keys(p).length-1}),{success:!0,data:l?JSON.stringify(p,null,2):JSON.stringify(p),metadata:{fieldCount:Object.keys(p).length,excludedFields:u,warnings:d}}}catch(o){return{success:!1,error:`Serialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function zr(e,r,n={}){const{dateFormat:o="iso",fileHandling:t="metadata"}=n;if(e==null)return null;if(r)switch(r.type){case"date":case"datetime":case"date-time":return He(e,o);case"file":return Ue(e,t);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?He(e,o):je(e)||Array.isArray(e)&&je(e[0])?Ue(e,t):e}function He(e,r){let n=null;if(e instanceof Date)n=e;else if(typeof e=="string"){const o=new Date(e);if(!isNaN(o.getTime()))n=o;else return e}else return e;switch(r){case"timestamp":return n.getTime();case"locale":return n.toLocaleString();case"iso":default:return n.toISOString()}}function Ue(e,r){return r==="skip"?null:Array.isArray(e)?e.map(n=>We(n,r)):We(e,r)}function We(e,r){if(!je(e))return e;const n=e;return r==="metadata"?{name:n.name,size:n.size,type:n.type,lastModified:n.lastModified}:{name:n.name,size:n.size,type:n.type,lastModified:n.lastModified,_note:"Base64 encoding requires async implementation"}}function Tr(e,r,n={}){try{const{strict:o=!1,validateTypes:t=!0,preserveUnknownFields:a=!0,dateFormat:l="auto"}=n;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 m=[],d=[],u={},i=(or(r)||oe(r)&&Array.isArray(r.properties)?r.properties:[]).filter(Oe),f=new Map(i.map(g=>[g.name,g]));for(const g of i){const x=g.name,v=c[x];if(v===void 0){o&&g.required&&d.push(`Required field '${x}' is missing`);continue}try{u[x]=Dr(v,g,{validateTypes:t,dateFormat:l})}catch(C){const N=`Error deserializing field '${x}': ${String(C)}`;o?d.push(N):(m.push(N),u[x]=v)}}if(a)for(const[g,x]of Object.entries(c))!f.has(g)&&g!=="_metadata"&&(o&&m.push(`Unknown field '${g}' preserved`),u[g]=x);const b=d.length>0;return{success:!b,data:u,warnings:m.length>0?m:void 0,validationErrors:b?d:void 0}}catch(o){return{success:!1,error:`Deserialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function Dr(e,r,n={}){const{validateTypes:o=!0,dateFormat:t="auto"}=n;if(e==null)return e;try{switch(r.type){case"date":case"datetime":case"date-time":return _r(e,t,o);case"int":case"integer":return ke(e,o);case"float":case"number":return Ne(e,o);case"boolean":return qr(e,o);case"int-array":return Ye(e,"integer",o);case"float-array":return Ye(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 Lr(e,r={}){try{const{prettify:n=!0,includeMetadata:o=!0}=r;if(!e||typeof e!="object")return{success:!1,error:"Definition must be a valid object"};const t={...e};return o&&(t._metadata={serializedAt:new Date().toISOString(),version:t.version||"1.0.0",propertyCount:(Array.isArray(t.properties)?t.properties.length:0)||0}),{success:!0,data:n?JSON.stringify(t,null,2):JSON.stringify(t),metadata:{fieldCount:(Array.isArray(t.properties)?t.properties.length:0)||0,excludedFields:[],warnings:[]}}}catch(n){return{success:!1,error:`Definition serialization failed: ${n instanceof Error?n.message:"Unknown error"}`}}}function Pr(e,r={}){try{const{strict:n=!1,validateTypes:o=!0}=r;let t;if(typeof e=="string")try{t=JSON.parse(e)}catch(u){return{success:!1,error:`Invalid JSON for definition: ${u instanceof Error?u.message:"Unknown parsing error"}`}}else if(e&&typeof e=="object")t={...e};else return{success:!1,error:"Input must be a string or object"};const a=[],l=[],c=["name","version","displayName"];for(const u of c)if(!t[u])if(n)l.push(`Required field '${u}' is missing`);else switch(a.push(`Missing field '${u}', using default`),u){case"name":t.name="unnamed-definition";break;case"version":t.version="1.0.0";break;case"displayName":t.displayName=t.name||"Unnamed Definition";break}const m=Array.isArray(t.properties)?t.properties:null;m?t.properties=m.map((u,p)=>{const i=oe(u)?u:{},f={...i};if(!i.name){const b=`Property at index ${p} missing 'name'`;n?l.push(b):(a.push(`${b}, using 'field_${p}'`),f.name=`field_${p}`)}return i.displayName||(f.displayName=i.name||`Field ${p}`),i.type||(n&&o?l.push(`Property '${i.name||p}' missing 'type'`):(a.push(`Property '${i.name||p}' missing 'type', using 'string'`),f.type="string")),i.defaultValue===void 0&&(f.defaultValue=null),i.required===void 0&&(f.required=!1),f}):n?l.push("Properties must be an array"):(a.push("Properties not found or invalid, using empty array"),t.properties=[]);const d=l.length>0;return{success:!d,data:t,warnings:a.length>0?a:void 0,validationErrors:d?l:void 0}}catch(n){return{success:!1,error:`Definition deserialization failed: ${n instanceof Error?n.message:"Unknown error"}`}}}function _r(e,r,n){if(e instanceof Date)return e;if(typeof e=="number"){const o=new Date(e);if(n&&isNaN(o.getTime()))throw new Error(`Invalid timestamp: ${e}`);return o}if(typeof e=="string"){const o=new Date(e);if(n&&isNaN(o.getTime()))throw new Error(`Invalid date string: ${e}`);return o}if(n)throw new Error(`Cannot convert ${typeof e} to Date`);return e}function ke(e,r){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e=="string"&&e.trim()!==""){const n=parseInt(e,10);if(r&&isNaN(n))throw new Error(`Cannot convert "${e}" to integer`);return n}if(r)throw new Error(`Cannot convert ${typeof e} to integer`);return e}function Ne(e,r){if(typeof e=="number")return e;if(typeof e=="string"&&e.trim()!==""){const n=parseFloat(e);if(r&&isNaN(n))throw new Error(`Cannot convert "${e}" to number`);return n}if(r)throw new Error(`Cannot convert ${typeof e} to number`);return e}function qr(e,r){if(typeof e=="boolean")return e;if(typeof e=="string"){const n=e.toLowerCase();if(n==="true"||n==="1")return!0;if(n==="false"||n==="0")return!1;if(r)throw new Error(`Cannot convert "${e}" to boolean`)}if(typeof e=="number")return!!e;if(r)throw new Error(`Cannot convert ${typeof e} to boolean`);return e}function Ye(e,r,n){if(!Array.isArray(e)){if(typeof e=="string")return e.split(",").map(t=>t.trim()).filter(Boolean).map(t=>r==="integer"?ke(t,n):Ne(t,n));if(n)throw new Error(`Expected array, got ${typeof e}`);return e}return e.map((o,t)=>{try{return r==="integer"?ke(o,n):Ne(o,n)}catch(a){if(n)throw new Error(`Array element ${t}: ${a}`);return o}})}const Br=(e,r)=>{const n=new Map;let o=null,t=null,a=0;for(const l of e){const c=l.group;if(!c){o=null,t=null;continue}if(c===o)r[l.name].group=t??c;else{if(!n.has(c))n.set(c,1),t=null,r[l.name].group=c;else{const m=n.get(c),d=`${c}(${m})`;n.set(c,m+1),t=d,r[l.name].group=d,a++}o=c}}return a},ar=(e,r={})=>{const{includeEmpty:n=!0}=r,o=[];let t=null,a=[],l=0;for(const m of e){const d=m.group||null;d!==t?((a.length>0||n)&&(a.length===0&&l++,o.push({name:t,fields:a})),t=d,a=[m]):a.push(m)}(a.length>0||n)&&(a.length===0&&l++,o.push({name:t,fields:a}));const c=Math.max(0,...o.map(m=>m.fields.length));return{groups:o,metadata:{totalGroups:o.length,emptyGroups:l,largestGroup:c}}},Re=new Map,be=new Map,ne=new Set,Ie=new Map,Hr=async e=>{try{let r;switch(e.toLowerCase()){case"fr":r=(await Promise.resolve().then(()=>require("./common-BxyjIoe1.cjs"))).default;break;case"de":r=(await Promise.resolve().then(()=>require("./common-BD9zx3GT.cjs"))).default;break;case"es":r=(await Promise.resolve().then(()=>require("./common-hRFTL4KF.cjs"))).default;break;case"zh-cn":r=(await Promise.resolve().then(()=>require("./common-COyDhNL-.cjs"))).default;break;case"en":r={};break;default:r={}}return{success:!0,translations:r,fromCache:!1}}catch(r){return{success:!1,translations:{},error:`Failed to load common translations for ${e}: ${r}`}}},Ur=async e=>{if(!e)return{success:!1,translations:{},error:"Language is required"};const r=e.toLowerCase();if(r==="en")return{success:!0,translations:{},fromCache:!1};if(Re.has(r))return{success:!0,translations:Re.get(r)||{},fromCache:!0};const n=await Hr(r);return n.success&&(Re.set(r,n.translations),Ie.set(r,{loadedAt:new Date,size:Object.keys(n.translations).length,source:"common"})),n},Wr=async(e,r)=>{if(!e||!r)return{success:!1,translations:{},error:"Both language and localizeName are required"};const n=`${e.toLowerCase()}/${r}`;if(ne.has(n))return{success:!1,translations:{},error:"Previously failed to load",fromCache:!0};if(be.has(n))return{success:!0,translations:be.get(n)||{},fromCache:!0};try{let o=r;!r.includes("/")&&!r.includes(".")&&(o=`/locales/${e}/${r}.json`);const t=await fetch(o);if(!t.ok){const d=`HTTP ${t.status}: ${t.statusText}`;return t.status===404?(be.set(n,{}),Ie.set(n,{loadedAt:new Date,size:0,source:"user"}),{success:!0,translations:{},fromCache:!1}):(ne.add(n),{success:!1,translations:{},error:d})}const a=t.headers.get("content-type")||"";!a.includes("application/json")&&!a.includes("text/json")&&sr()&&console.warn(`Translation file at ${o} has unexpected content-type: ${a}`);const l=await t.text();if(!l){const d="Empty translation file";return ne.add(n),{success:!1,translations:{},error:d}}let c;try{c=JSON.parse(l)}catch(d){const u=`Invalid JSON in translation file: ${d instanceof Error?d.message:String(d)}`;return ne.add(n),{success:!1,translations:{},error:u}}if(!c||typeof c!="object"){const d="Invalid translation file format";return ne.add(n),{success:!1,translations:{},error:d}}const m=Object.fromEntries(Object.entries(c).map(([d,u])=>[d,typeof u=="string"?u:String(u)]));if(!m||typeof m!="object"){const d="Invalid translation file format";return ne.add(n),{success:!1,translations:{},error:d}}return be.set(n,m),Ie.set(n,{loadedAt:new Date,size:Object.keys(m).length,source:"user"}),{success:!0,translations:m,fromCache:!1}}catch(o){const t=`Failed to load user translations: ${o instanceof Error?o.message:"Unknown error"}`;return ne.add(n),{success:!1,translations:{},error:t}}};function sr(){try{if(typeof process<"u"&&process?.env?.NODE_ENV==="development")return!0}catch{}return!1}function Yr(e,r){return r.length===0?e:e.replace(/\{\{(\d+)\}\}/g,(n,o)=>{const t=parseInt(o,10)-1,a=r[t];if(a==null)return n;try{return String(a)}catch{return n}})}const Jr=(e,r,n)=>(o,...t)=>{let a=o,l=!1;return!o||typeof o!="string"?String(o||""):(e.toLowerCase()==="en"?(a=o,l=!0):Object.prototype.hasOwnProperty.call(n,o)?(a=n[o],l=!0):Object.prototype.hasOwnProperty.call(r,o)?(a=r[o],l=!0):a=o,a=Yr(a,t),!l&&sr()&&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"]},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)"}},ze={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($e),...Object.keys(Ve),...Object.keys(ze)]);for(const e of Gr){const r={},n=$e[e]??[],o=Ve[e]??{},t=ze[e]??{};for(const a of n){const l=o[a];r[a]={name:typeof l=="string"?l:String(a),shortName:a,factor:Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0}}for(const[a,l]of Object.entries(o))if(!r[a]){const c=typeof l=="string"?l:String(a);r[a]={name:c,shortName:a,factor:Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0}}for(const[a,l]of Object.entries(t))r[a]||(r[a]={name:String(a),shortName:String(a),factor:l});Te[e]=r}const Kr=Object.freeze(Object.defineProperty({__proto__:null,dimensionUnitDisplayMap:Ve,dimensionUnitsMap:$e,dimensonUnitFactorsMap:ze,unitsByDimension:Te},Symbol.toStringTag,{value:"Module"})),Xr=({field:e,value:r,onChange:n,onError:o})=>{const{definitionName:t,t:a}=V(),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{const u=H(t,e,r??!1,a);l.current?.(u??null)},[r,e,t,a]);const c=u=>{const p=u.target.checked;n?.(p,null)},m=u=>{(u.key===" "||u.key==="Spacebar"||u.key==="Space"||u.key==="Enter")&&(u.preventDefault(),n?.(!r,null))},d=e.name;return h.jsx(B,{field:e,rightAlign:!1,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[h.jsx("label",{className:F.label,htmlFor:d,style:{textAlign:"left",justifyContent:"flex-start"},children:a(e.displayName)}),h.jsx("input",{id:d,"data-testid":"boolean-checkbox",type:"checkbox",checked:!!r,onChange:c,onKeyDown:m,"aria-checked":!!r,style:{cursor:"pointer",margin:"8px 0 8px 0",width:"1.2em",height:"1.2em",verticalAlign:"middle",color:"#FFFFFF",accentColor:"#0000FF",opacity:void 0}})]})})},Je=[{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 ir(e){return/^#([0-9A-F]{3}){1,2}$/i.test(e)}function Zr(e){if(!ir(e))return null;const r=cr(e),n=parseInt(r.slice(1),16);return{r:n>>16&255,g:n>>8&255,b:n&255}}function cr(e){return e?(e=e.toLowerCase(),/^#([a-f0-9]){3}$/i.test(e)?"#"+e.slice(1).split("").map(r=>r+r).join(""):e):"#000000"}const Qr=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[l,c]=s.useState("#000000"),m=s.useRef(null),d=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const v=r&&ir(r)?r:"#000000",C=cr(v);c(C)},[r]),s.useEffect(()=>{const v=H(a,e,r??"#000000",t);u.current?.(v??null)},[r,e,a,t]);const p=v=>{const C=v.target.value;c(C),n?.(C,null)},i=v=>{const C=v.target.value;c(C),n?.(C,null)},f=Je.find(v=>v.value===l),{r:b,g,b:x}=Zr(l)||{r:0,g:0,b:0};return h.jsx(B,{field:e,error:null,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[h.jsxs("select",{ref:m,id:e.name,value:l,onChange:p,style:{minWidth:"120px",flex:1},className:Y(F.input,F.inputSelect),children:[Je.map(v=>h.jsx("option",{value:v.value,children:t(v.label)},v.value)),f?null:h.jsxs("option",{value:l,children:["(",b,", ",g,", ",x,")"]},l)]}),h.jsx("label",{style:{width:"2.5em",height:"1.8em",display:"inline-block",border:"1px solid #ccc",borderRadius:"4px",backgroundColor:l,cursor:"pointer",overflow:"hidden",flexShrink:0},children:h.jsx("input",{ref:d,type:"color",value:l,onChange:i,style:{opacity:0,width:"100%",height:"100%",border:"none",padding:0,cursor:"pointer"}})})]})})},me=e=>{if(!e)return null;const r=new Date(e);return isNaN(r.getTime())?null:r},et=e=>{if(!e)return"";if(/^\d{4}-\d{2}-\d{2}$/.test(e))return me(e)?e:"";const n=me(e);if(n){const o=n.getFullYear(),t=String(n.getMonth()+1).padStart(2,"0"),a=String(n.getDate()).padStart(2,"0");return`${o}-${t}-${a}`}return""},rt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),{name:l,required:c}=e,m=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]);const u=s.useCallback(i=>{if(!i||i.trim()==="")return c?t("Value required"):null;if(i){const b=me(i);if(!b)return t("Invalid date format");if(e.minDate){const g=me(e.minDate);if(g&&b.getTime()<g.getTime())return t("Date must be on or after {{1}}",e.minDate)}if(e.maxDate){const g=me(e.maxDate);if(g&&b.getTime()>g.getTime())return t("Date must be on or before {{1}}",e.maxDate)}}return H(a,e,i,t)??null},[e,a,t,c]),p=i=>{const f=i.target.value,b=u(f);n?.(f,b)};return s.useEffect(()=>{const i=u(r);i!==m.current&&(m.current=i,d.current?.(i??null))},[r,u]),h.jsx(B,{field:e,error:u(r),children:h.jsx("input",{id:l,type:"date",value:et(r),onChange:p,className:Y(F.input,F.textInput),...e.minDate?{min:e.minDate}:{},...e.maxDate?{max:e.maxDate}:{},"aria-invalid":!!u(r),"aria-describedby":u(r)?`${l}-error`:void 0})})},tt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useRef(o);s.useEffect(()=>{c.current=o},[o]);const m=s.useCallback(u=>u===""||u===null||u===void 0?t("Value required"):!e.options||e.options.length===0?null:e.options.some(i=>i.value===u)?H(a,e,u,t)??null:t("Invalid option selected"),[e,t,a]);s.useEffect(()=>{const u=r!=null?String(r):"",p=m(u);if(p&&e.options&&e.options.length>0){const i=String(e.options[0].value);l.current&&(l.current.value=i),n?.(i,null),c.current?.(null)}else l.current&&(l.current.value=u),c.current?.(p??null)},[r,m,n,e.options]);const d=u=>{const p=u.target.value,i=m(p);n?.(p,i)};return h.jsx(B,{field:e,error:m(String(r??"")),children:h.jsx("select",{defaultValue:String(r??""),ref:l,onChange:d,className:Y(F.input,F.inputSelect),children:(e.options??[]).map(u=>h.jsx("option",{value:String(u.value),children:t(u.label)},String(u.value)))})})};function nt(e){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}const ot=({field:e,value:r,onChange:n,onError:o})=>{const{definitionName:t,t:a}=V(),l=s.useRef(null),c=s.useCallback(p=>{const i=p.trim();return i===""?e.required?a("Value required"):null:nt(i)?e.pattern&&!new RegExp(e.pattern).test(i)?a("Email does not match pattern: {{%1}}",{"%1":`${e.pattern}`}):H(t,e,p,a)??null:a("Must be valid email format")},[e,t,a]),m=p=>{const i=p.target.value,f=c(i);n?.(i,f)},d=s.useRef(null),u=s.useRef(o);return s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const p=r??"",i=c(p);l.current&&l.current.value!==String(p)&&(l.current.value=String(p)),i!==d.current&&(d.current=i,u.current?.(i??null))},[r,c]),h.jsx(B,{field:e,error:c(String(r??"")),children:h.jsx("input",{id:e.name,type:"email",defaultValue:String(r??""),ref:l,onChange:m,className:Y(F.input,F.textInput)})})},at=({field:e})=>{const{darkMode:r}=V(),{color:n=r?"#444444":"#CCCCCC",thickness:o=1,margin:t="8px 0"}=e;return h.jsx("div",{style:{width:"auto",height:"0",borderTop:`${o}px solid ${n}`,margin:t}})};function lr({pos:e,options:r,onClose:n,onClickOption:o}){const t=s.useRef(null),a=s.useRef(!1),l=typeof window<"u"?document.getElementById("popup-root")||document.body:null;if(s.useEffect(()=>{function f(b){a.current||b.target.dataset?.popupMenu==="item"||t.current&&b.target instanceof Node&&!t.current.contains(b.target)&&n()}return document.addEventListener("mousedown",f),()=>document.removeEventListener("mousedown",f)},[n]),!l||r===void 0||r.length===0||!e||e.x==null||e.y==null)return null;const c=e.x,m=e.y,d=typeof window<"u"?window.innerWidth:1024,u=Math.max(0,d-160),p=Math.max(0,Math.min(c,u)),i=Math.max(0,m);return Ae.createPortal(h.jsx("div",{ref:t,onMouseDown:f=>{f.stopPropagation()},style:{position:"fixed",top:i,left:p,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:r.map((f,b)=>h.jsx("div",{"data-popup-menu":"item",onMouseDown:g=>{g.stopPropagation(),a.current=!0},onClick:g=>{g.stopPropagation(),g.preventDefault(),o(f),n(),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:b<r.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:f.label},f.label??b))}),l)}const st=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[l,c]=s.useState(!1),[m,d]=s.useState(null),[u,p]=s.useState([]),i=s.useRef(null),f=s.useRef(o);s.useEffect(()=>{f.current=o},[o]);const b=s.useCallback(C=>e.required&&(!C||Array.isArray(C)&&C.length===0)?t("Value required"):H(a,e,C,t)??null,[e,a,t]),g=s.useMemo(()=>b(r),[r,b]);s.useEffect(()=>{const C=b(r);n?.(r,C),f.current?.(C??null)},[r,b]);const x=C=>{const N=C.target.files;let I=null;N&&N.length>0&&(I=e.multiple?Array.from(N):N[0]);const S=b(I);n?.(I,S)},v=C=>{if(g)return;let N=null;try{N=C.currentTarget.getBoundingClientRect()}catch{N=null}const I=N&&typeof N.left=="number"?N.left:10,S=N&&typeof N.bottom=="number"?N.bottom:20;d({x:I,y:S});let R=[];Array.isArray(r)?R=r?r.map(j=>({label:j.name})):[]:R=r?[{label:r.name}]:[],R.length===0&&(R=[{label:t("No file selected")}]),p(R),c(j=>!j)};return h.jsx(B,{field:e,error:g,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[h.jsx("input",{id:e.name,ref:i,type:"file",accept:e.accept,multiple:e.multiple,style:{width:0,height:0,opacity:0,position:"absolute",zIndex:-1},onChange:x}),h.jsx("label",{htmlFor:e.name,className:F.button,style:{width:"100%",height:"inherit",textAlign:"center"},children:e.multiple?t("Choose Files..."):t("Choose File...")}),h.jsx("button",{onClick:v,"aria-haspopup":!0,"aria-expanded":l,"aria-label":t("Show selected files"),className:F.button,style:{height:"inherit",display:"inline-block"},children:h.jsx("span",{children:"⋮"})}),l&&m&&u&&u.length>0&&h.jsx(lr,{pos:m,options:u,onClose:()=>{d(null),c(!1)},onClickOption:()=>{}})]})})},it=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function ct(e){return e.split(",").map(r=>r.trim()).every(r=>it.test(r))}const lt=e=>!e||e.trim()===""?[]:e.split(",").map(r=>r.trim()).filter(Boolean).map(Number),ut=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[l,c]=s.useState(Array.isArray(r)?r.join(", "):String(r??"")),m=s.useCallback(i=>{if(i.trim()==="")return e.required?t("Value required"):null;if(!ct(i))return t("Each value must be a valid float");const f=lt(i);if(e.minCount!==void 0&&f.length<e.minCount)return t("Minimum number of values: {{1}}",e.minCount);if(e.maxCount!==void 0&&f.length>e.maxCount)return t("Maximum number of values: {{1}}",e.maxCount);for(const g of f){if(e.min!==void 0&&(e.minInclusive?g<e.min:g<=e.min))return t("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?g>e.max:g>=e.max))return t("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return H(a,e,f,t)??null},[a,e,t]),d=i=>{const f=i.target.value,b=m(f);c(f),n?.(f,b)},u=s.useRef(null),p=s.useRef(o);return s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{const i=Array.isArray(r)?r.join(", "):String(r??""),f=m(i);f!==u.current&&(u.current=f,p.current?.(f??null))},[r,e.required,m,t]),h.jsx(B,{field:e,error:m(l),children:h.jsx("input",{type:"text",value:l,onChange:d,className:Y(F.input,F.textInput),style:{flex:1}})})},ft=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,mt=e=>{const r=Number.parseFloat(e);return Number.isNaN(r)?null:r},dt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useCallback(p=>{if(p.trim()==="")return e.required?t("Value required"):null;if(!ft.test(p))return t("Must be a valid float");const i=mt(p);return i===null?t("Must be a valid float"):e.min!==void 0&&(e.minInclusive?i<e.min:i<=e.min)?t("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min):e.max!==void 0&&(e.maxInclusive?i>e.max:i>=e.max)?t("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max):H(a,e,i,t)??null},[e,a,t]),m=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]),s.useEffect(()=>{const p=String(r??""),i=c(p);i!==m.current&&(m.current=i,d.current?.(i??null)),l.current&&document.activeElement!==l.current&&(l.current.value=p)},[r,e,c,t]);const u=p=>{const i=p.target.value,f=c(i);n?.(i,f)};return h.jsx(B,{field:e,error:c(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:l,onChange:u,className:Y(F.input,F.inputNumber)})})};function pt(){try{return"/"}catch{}try{if(typeof process<"u"&&process?.env?.PUBLIC_URL)return process.env.PUBLIC_URL}catch{}return"/"}const gt=({field:e,value:r})=>{const{language:n,t:o}=V(),t=e.alignment||"center",a={left:"flex-start",center:"center",right:"flex-end"},l=typeof r=="string"?r:"";let c=l&&l.trim()!==""?l:typeof e.defaultValue=="string"?e.defaultValue:"";c&&!c.startsWith("/")&&(c=`${pt()}${c}`);const m=e.localized?.split(";").map(x=>x.trim()),[d,u]=s.useState(c||""),p=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 N=v.substring(0,C),I=v.substring(C);let S=null;m?.includes(n)&&(S=`${N}_${n}${I}`);const R=new AbortController;if(S){const j=[...x,S].join("/");fetch(j,{method:"HEAD",signal:R.signal}).then(w=>{const k=w.ok?j:c;k!==p.current&&(p.current=k,u(k))}).catch(()=>{c!==p.current&&(p.current=c,u(c))})}else{const j=c;j!==p.current&&(p.current=j,requestAnimationFrame(()=>u(j)))}return()=>{R.abort()}},[c,n,m]),!d)return null;const{width:i,height:f}=e,b={},g={borderRadius:"8px",objectFit:"contain",boxShadow:"0 2px 6px rgba(0,0,0,0.1)",margin:"0 0 8px 0"};return i&&f?(b.width=i,b.height=f,g.width=`${i}px`,g.height=`${f}px`):i&&!f?(b.width=i,g.width=`${i}px`,g.height="auto"):!i&&f&&(b.height=f,g.width="auto",g.height=`${f}px`),h.jsx(B,{field:e,children:h.jsx("div",{"data-testid":"image-wrapper",style:{display:"flex",justifyContent:a[t]||"center",margin:"0 0"},children:h.jsx("img",{src:d,alt:o?.(e.displayName||"Image")||e.displayName||"Image",...b,style:g})})})};function ht(e){const r=/^-?\d+$/;return e.split(",").map(n=>n.trim()).every(n=>r.test(n))}const bt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=",",[c,m]=s.useState(Array.isArray(r)?r.join(l+" "):String(r??"")),d=b=>!b||b.trim()===""?[]:b.split(l).map(g=>g.trim()).filter(Boolean).map(g=>Number(g)),u=s.useCallback(b=>{if(b.trim()==="")return e.required?t("Value required"):null;if(!ht(b))return t("Each value must be a valid integer");const g=d(b);if(e.minCount!==void 0&&g.length<e.minCount)return t("Minimum number of values: {{1}}",`${e.minCount}`);if(e.maxCount!==void 0&&g.length>e.maxCount)return t("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 t("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?v>e.max:v>=e.max))return t("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return H(a,e,g,t)??null},[a,e,t]),p=b=>{const g=b.target.value,x=u(g);m(g),n?.(g,x)},i=s.useRef(null),f=s.useRef(o);return s.useEffect(()=>{f.current=o},[o]),s.useEffect(()=>{const b=Array.isArray(r)?r.join(l+" "):String(r??""),g=u(b);g!==i.current&&(i.current=g,f.current?.(g??null))},[r,e.required,u,t]),h.jsx(B,{field:e,error:u(c),children:h.jsx("input",{type:"text",value:c,onChange:p,className:Y(F.input,F.textInput),style:{flex:1}})})};function yt(e){return/^[-+]?\d*$/.test(e)}const xt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useCallback(i=>{const f=parseInt(i,10);return Number.isNaN(f)?null:f},[]),m=s.useCallback(i=>{if(i.trim()==="")return e.required?t("Value required"):null;if(!yt(i))return t("Must be a valid integer");const f=c(i);if(f===null)return t("Must be a valid integer");if(e.min!==void 0&&(e.minInclusive?f<e.min:f<=e.min))return t("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?f>e.max:f>=e.max))return t("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max);if(e.step!==void 0){const g=Number(e.step);if(!Number.isInteger(g))return t("Invalid step value");if(f%g!==0)return t("Must be a multiple of {{1}}",g)}return H(a,e,f,t)??null},[e,a,t,c]),d=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const i=String(r??""),f=m(i);f!==d.current&&(d.current=f,u.current?.(f??null)),l.current&&document.activeElement!==l.current&&(l.current.value=i)},[r,e,m,t]);const p=i=>{const f=i.target.value,b=m(f);n?.(f,b)};return h.jsx(B,{field:e,error:m(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:l,onChange:p,className:Y(F.input,F.inputNumber)})})},vt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=e.minHeight??"80px",c=s.useRef(null),m=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]);const u=s.useCallback(f=>f.trim()===""?e.required?t("Value required"):null:e.minLength!==void 0&&f.length<e.minLength?t("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&f.length>e.maxLength?t("Must be at most {{1}} characters",e.maxLength):H(a,e,f,t),[e,a,t]),p=f=>{const b=f.target.value,g=u(b);n?.(b,g)};s.useEffect(()=>{const f=u(r);f!==m.current&&(m.current=f,d.current?.(f??null)),c.current&&c.current.value!==String(r??"")&&(c.current.value=String(r??""))},[r,u]);const i={defaultValue:String(r??""),ref:c,onChange:p,style:{resize:"vertical",minHeight:l,width:"100%",boxSizing:"border-box"},className:Y(F.input,F.textInput)};return h.jsx(B,{field:e,error:u(r),children:h.jsx("textarea",{...i})})},wt=({field:e,value:r,onChange:n,onError:o})=>{const t=s.useRef(o);s.useEffect(()=>{t.current=o},[o]);const{t:a,darkMode:l,formStyle:c,fieldStyle:m,definitionName:d}=V(),u=(w,k,O)=>{if(!k)return{};const _=w?.[k];return(O&&_?_[O]:void 0)??{}},p=s.useRef(null),[i,f]=s.useState(!1),[b,g]=s.useState(null),x=s.useMemo(()=>e.options.map(w=>({value:w.value,label:a(w.label)})),[e.options,a]),v=s.useMemo(()=>{const w=Array.isArray(r)?r:[],k=new Set(x.map(O=>O.value));return w.filter(O=>k.has(O))},[r,x]),C=w=>{const k=Array.isArray(w)?w:[];return e.required&&k.length===0?a("Value required"):H(d,e,k,a)??null},N=()=>{if(!p.current)return;const w=p.current.getBoundingClientRect();g({x:w.left,y:w.bottom}),f(k=>!k)},I=w=>{const k=v.includes(w)?v.filter($=>$!==w):[...v,w],O=C(k);t.current?.(O??null),n?.(k,O)},S=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)",...u(c,"multiSelect","control"),...u(m,void 0,"control")}),[c,m]),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,...u(c,"multiSelect","clearButton"),...u(m,void 0,"clearButton")}),[c,m]),j=s.useMemo(()=>({position:"absolute",right:"0.7em",top:"50%",transform:"translateY(-50%)",pointerEvents:"none",fontSize:"0.8em",color:"var(--reactaform-text-muted, #999)",...u(c,"multiSelect","arrow"),...u(m,void 0,"arrow")}),[c,m]);return h.jsxs("div",{children:[h.jsx(B,{field:e,error:null,children:h.jsx("div",{style:{width:"100%"},children:h.jsxs("div",{ref:p,className:"reactaform-multiselection-control",style:S,onClick:N,tabIndex:0,role:"button","aria-haspopup":"listbox","aria-expanded":i,onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),N())},children:[h.jsxs("span",{style:{flex:1,color:"var(--reactaform-text-muted, #888)"},children:[v.length," / ",x.length," selected"]}),v.length>0&&h.jsx("button",{type:"button","aria-label":"Clear selections",onClick:w=>{w.stopPropagation(),n?.([],null)},style:R,children:h.jsx("span",{style:R,"aria-hidden":!0,children:"✖"})}),h.jsx("span",{style:j,"aria-hidden":!0,children:"▼"})]})})}),i&&b&&h.jsx(St,{position:b,options:x,selectedValues:v,onToggleOption:I,onClose:()=>f(!1),controlRef:p,darkMode:l})]})},St=({position:e,options:r,selectedValues:n,onToggleOption:o,onClose:t,controlRef:a,darkMode:l})=>{const c=s.useRef(null),[m,d]=s.useState(-1),{formStyle:u,fieldStyle:p}=V(),i=(R,j,w)=>{if(!j)return{};const O=R?.[j];return(w&&O?O[w]:void 0)??{}},f=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)",...i(u,"multiSelect","popup"),...i(p,void 0,"popup")}),[u,p]),b=s.useMemo(()=>({padding:"6px 8px",cursor:"pointer",display:"flex",alignItems:"center",background:"transparent",color:"var(--reactaform-text-color, #000)",...i(u,"multiSelect","option"),...i(p,void 0,"option")}),[u,p]);s.useEffect(()=>{const R=j=>{const w=j.target;!c.current?.contains(w)&&!a.current?.contains(w)&&t()};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[t,a]),s.useEffect(()=>{c.current&&r.length>0&&requestAnimationFrame(()=>d(R=>R===-1?0:R))},[r.length]),s.useEffect(()=>{if(!c.current||m<0)return;const R=c.current.querySelector(`#multi-opt-${m}`);R&&requestAnimationFrame(()=>R.focus())},[m]);const g=250,x=200,[v,C]=s.useState(null),[N,I]=s.useState(null);if(s.useEffect(()=>{if(typeof window>"u")return;const R=()=>{let k=e.x,O=e.y,$=g;const _=a?.current;if(_){const U=_.getBoundingClientRect();k=U.left,O=U.bottom,$=Math.max(80,Math.round(U.width))}k=Math.min(k,window.innerWidth-$),O=Math.min(O,window.innerHeight-x),C({left:k,top:O}),I($)};R(),window.addEventListener("scroll",R,!0),window.addEventListener("resize",R);let j=null;const w=a?.current;return typeof ResizeObserver<"u"&&w&&(j=new ResizeObserver(()=>R()),j.observe(w)),()=>{window.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R),j&&w&&j.unobserve(w)}},[a,e.x,e.y]),typeof window>"u")return null;let S=document.getElementById("popup-root");return S||(S=document.createElement("div"),S.id="popup-root",document.body.appendChild(S)),Ae.createPortal(h.jsx("div",{ref:c,role:"listbox","aria-activedescendant":m>=0?`multi-opt-${m}`:void 0,style:{position:"absolute",top:v?v.top:e.y,left:v?v.left:e.x,width:N??g,...f},"data-reactaform-theme":l?"dark":"light",children:r.map((R,j)=>{const w=n.includes(R.value),k=l?"var(--reactaform-hover-bg, rgba(255,255,255,0.01))":"var(--reactaform-hover-bg, #eee)",O={...b,background:j===m?k:b.background};return h.jsxs("div",{id:`multi-opt-${j}`,onMouseDown:$=>{$.stopPropagation(),o(R.value)},onKeyDown:$=>{const _=r.length;switch($.key){case"ArrowDown":$.preventDefault(),d(U=>(U+1)%_);break;case"ArrowUp":$.preventDefault(),d(U=>(U-1+_)%_);break;case"Home":$.preventDefault(),d(0);break;case"End":$.preventDefault(),d(_-1);break;case"Enter":case" ":$.preventDefault(),$.stopPropagation(),o(R.value);break;case"Escape":$.preventDefault(),t(),a?.current?.focus();break}},tabIndex:j===m?0:-1,role:"option","aria-selected":w,style:O,onMouseEnter:$=>{$.currentTarget.style.background=k,d(j)},onMouseLeave:$=>{$.currentTarget.style.background="transparent",d(_=>_===j?-1:_)},children:[h.jsx("input",{type:"checkbox",checked:w,readOnly:!0,style:{marginRight:8,width:"1.125em",height:"1.125em",verticalAlign:"middle",accentColor:l?"#10b981":"#22c55e",cursor:"pointer"}}),R.label]},R.value)})}),S)},Ct=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=e.min??void 0,m=e.max??void 0,d=Math.max(1,Math.round(e.step??1)),u=s.useCallback(g=>isNaN(g)?t("Must be a valid integer"):Number.isInteger(g)?c!==void 0&&g<c?t("Must be �?{{1}}",c):m!==void 0&&g>m?t("Must be �?{{1}}",m):H(a,e,g,t)??null:t("Must be an integer"),[a,e,t,c,m]),p=s.useRef(null),i=s.useRef(o);s.useEffect(()=>{i.current=o},[o]),s.useEffect(()=>{if(document.activeElement===l.current)return;const x=String(r),v=u(r);l.current&&(l.current.value=x),v!==p.current&&(p.current=v,i.current?.(v??null))},[r,u]);const f=g=>{if(g.trim()==="")return e.required?t("Value required"):null;const v=Number(g);return u(v)},b=g=>{const x=g.target.value,v=g.target.valueAsNumber,C=f(x);n?.(v,C)};return h.jsx(B,{field:e,error:f(String(r??"")),children:h.jsx("input",{ref:l,id:e.name,type:"number",defaultValue:String(r??""),min:c,max:m,step:d,onChange:b,style:{width:"100%",height:"100%"},className:F.input})})},Rt=({field:e,value:r,onChange:n,onError:o})=>{const{t}=V(),a=s.useRef(null),{definitionName:l}=V(),c=s.useCallback(p=>{const i=String(p??"").trim();if(i==="")return e.required?t("Value required"):null;if(e.pattern)try{if(!new RegExp(e.pattern).test(i))return t("Phone number does not match pattern: {{1}}",`${e.pattern}`)}catch{}return H(l,e,i,t)},[l,e,t]),m=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]),s.useEffect(()=>{const p=String(r??""),i=c(p);a.current&&a.current.value!==String(p)&&(a.current.value=String(p)),i!==m.current&&(m.current=i,d.current?.(i??null))},[r,c]);const u=p=>{const i=p.target.value,f=i.trim();let b=null;if(f===""){b=e.required?t("Value required"):null,n?.(i,b);return}!b&&e.pattern&&!new RegExp(e.pattern).test(f)&&(b=t("Phone number does not match pattern: {{1}}",`${e.pattern}`)),n?.(i,b)};return h.jsx(B,{field:e,error:c(String(r??"")),children:h.jsx("input",{type:"tel",defaultValue:String(r??""),ref:a,onChange:u,className:Y(F.input,F.textInput)})})},Et=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=e.layout?.toLowerCase()==="horizontal"?"row":"column",c=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const d=s.useCallback(p=>p===""||p===null||p===void 0?t("Value required"):!e.options||e.options.length===0?null:e.options.some(f=>f.value===p)?H(a,e,p,t)??null:t("Invalid option selected"),[e,t,a]);s.useEffect(()=>{const p=r!=null?String(r):"",i=d(p);if(m.current?.(i??null),c.current){const f=Array.from(c.current.querySelectorAll("input[type=radio]"));if(i&&e.options&&e.options.length>0){const b=String(e.options[0].value);f.forEach(g=>g.checked=g.value===b),n?.(b,null)}else f.forEach(b=>b.checked=b.value===p)}},[r,d,n,e.options]);const u=p=>{const i=p.target.value,f=d(i);m.current?.(f??null),n?.(i,f)};return h.jsx(B,{field:e,error:d(String(r??"")),children:h.jsx("div",{style:{display:"flex",flexDirection:l,flexWrap:l==="row"?"wrap":"nowrap",gap:l==="row"?"12px":"4px",alignItems:l==="row"?"center":"flex-start",width:"100%"},ref:c,children:(e.options??[]).map(p=>h.jsxs("label",{style:{display:"flex",gap:"6px",alignItems:"center",whiteSpace:"nowrap"},children:[h.jsx("input",{type:"radio",name:e.name,value:String(p.value),defaultChecked:String(r??"")===String(p.value),onChange:u}),t(p.label)]},String(p.value)))})})},jt={display:"flex",gap:4},kt={cursor:"pointer",fontSize:"1.5rem",lineHeight:1,display:"inline-block",marginRight:"0.25rem",userSelect:"none",transition:"color 0.12s ease"},Nt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[l,c]=s.useState(null),m=e.max||5,d=s.useCallback(b=>e.required&&b===0?t("Value required"):H(a,e,b,t)??null,[e,t,a]),u=s.useRef(null),p=s.useRef(o);s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{let b=r||0;r<0&&(b=0),r>m&&(b=m);const g=d(b);g!==u.current&&(u.current=g,p.current?.(g??null))},[r,d,m]);const i=b=>{const g=d(b);n?.(b,g)},f=(()=>{let b=r||0;return b<0&&(b=0),b>m&&(b=m),b})();return h.jsx(B,{field:e,error:d(f),children:h.jsx("div",{style:jt,children:(()=>{const b=e.icon,g=b&&String(b).trim()?String(b):"★";return[...Array(m)].map((x,v)=>{const C=v<f,I=l!==null&&v<=l||C?"gold":"lightgray";return h.jsx("span",{onClick:()=>i(v+1),onMouseEnter:()=>c(v),onMouseLeave:()=>c(null),style:{...kt,color:I},"aria-label":`Rating ${v+1}`,title:t(`${e.displayName} ${v+1}`),children:g},v)})})()})})},It=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function Ft(e){return It.test(e)}const At=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useRef(null),m=s.useCallback(b=>{let g=null;if(b.trim()==="")return t("Value required");if(!Ft(b))return t("Invalid number");const x=Number(b);return typeof e.min=="number"&&x<e.min?t("Value should be at least {{1}}",e.min):typeof e.max=="number"&&x>e.max?t("Value should be at most {{1}}",e.max):(g||(g=H(a,e,x,t)),g)},[a,e,t]),d=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const b=String(r),g=m(b);c.current&&document.activeElement!==c.current&&(c.current.value=isNaN(Number(b))?String(e.min??0):String(Number(b))),l.current&&document.activeElement!==l.current&&(l.current.value=b),g!==d.current&&(d.current=g,u.current?.(g??null))},[r,m,e.min]);const p=e.min??0,i=e.max??100,f=b=>{const g=b.target.value,x=m(g);n?.(g,x)};return h.jsx(B,{field:e,error:m(String(r??"")),children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[h.jsx("input",{ref:c,type:"range",defaultValue:isNaN(Number(r))?String(p):String(Number(r)),onChange:f,min:p,max:i,style:{padding:"0px, 0px",flex:1},className:F.rangeInput}),h.jsx("input",{ref:l,type:"text",defaultValue:String(r??""),onChange:f,required:!0,style:{width:"40px",minWidth:"40px",height:"2.3em",textAlign:"center",flexShrink:0},className:Y(F.input,F.textInput)})]})})},Mt=({field:e,value:r,onChange:n,onError:o})=>{const{t,formStyle:a,fieldStyle:l,definitionName:c}=V(),m=a,d=l,u=(S,R,j)=>{if(!R)return{};const w=S?.[R];return(j&&w?w[j]:void 0)??{}},p=s.useMemo(()=>({display:"inline-block",position:"relative",width:44,height:24,...u(m,"switch","label"),...u(d,void 0,"label")}),[m,d]),i=s.useMemo(()=>({position:"absolute",opacity:0,top:0,left:0,width:"100%",height:"100%",margin:0,cursor:"pointer",pointerEvents:"none",...u(m,"switch","hiddenInput"),...u(d,void 0,"hiddenInput")}),[m,d]),f=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",...u(m,"switch","slider"),...u(d,void 0,"slider")}),[m,d]),b=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)",...u(m,"switch","knob"),...u(d,void 0,"knob")}),[m,d]),g=!!r,x=s.useRef(null),v=s.useRef(o),C=s.useCallback(S=>S?H(c,e,S,t)??null:e.required?t("Value required"):null,[e,t,c]),N=()=>{const S=!g,R=C(S);n?.(S,R)};s.useEffect(()=>{v.current=o},[o]),s.useEffect(()=>{const S=C(g);S!==x.current&&(x.current=S,v.current?.(S??null))},[g,e,C]);const I=e.name;return h.jsx(B,{field:e,error:C(g),rightAlign:!1,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[h.jsx("label",{className:F.label,htmlFor:I,style:{textAlign:"left",justifyContent:"flex-start"},children:t(e.displayName)}),h.jsxs("label",{style:p,children:[h.jsx("input",{id:e.name,type:"checkbox",checked:g,readOnly:!0,"aria-label":t(e.displayName),style:i,tabIndex:-1}),h.jsx("span",{role:"switch","data-testid":"switch",tabIndex:0,"aria-checked":g,onClick:N,onKeyDown:S=>{(S.key===" "||S.key==="Spacebar"||S.key==="Space"||S.key==="Enter")&&(S.preventDefault(),N())},className:`reactaform-switch ${g?"active checked on":""} `,style:g?{...f,backgroundColor:"var(--reactaform-switch-on-bg, #22c55e)",borderColor:"var(--reactaform-switch-on-border, #16a34a)"}:f,children:h.jsx("span",{style:{...b,transform:g?"translateX(20px)":void 0}})})]})]})})},Ge=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const d=s.useMemo(()=>e.pattern?new RegExp(e.pattern):null,[e.pattern]),u=s.useCallback(i=>i.trim()===""?e.required?t("Value required"):null:e.minLength!==void 0&&i.length<e.minLength?t("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&i.length>e.maxLength?t("Must be at most {{1}} characters",e.maxLength):d&&!d.test(i)?t("Input does not match pattern: {{1}}",e.pattern):H(a,e,i,t),[e,a,t,d]),p=i=>{const f=i.target.value,b=u(f);n?.(f,b)};return s.useEffect(()=>{const i=u(r);l.current&&l.current.value!==String(r??"")&&(l.current.value=String(r??"")),i!==c.current&&(c.current=i,m.current?.(i??null))},[r,u]),h.jsx(B,{field:e,error:u(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:l,onChange:p,className:Y(F.input,F.textInput)})})},Ot=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useRef(o),m=e.includeSeconds??!0;s.useEffect(()=>{c.current=o},[o]);const d=s.useCallback(p=>{if(!p||p.trim()==="")return e.required||e.min||e.max?t("Value required"):null;const i=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},f=i(p);if(Number.isNaN(f))return t("Invalid time format");if(e.min&&typeof e.min=="string"){const g=i(e.min);if(!Number.isNaN(g)&&f<g)return t("Time must be on or after {{1}}",e.min)}if(e.max&&typeof e.max=="string"){const g=i(e.max);if(!Number.isNaN(g)&&f>g)return t("Time must be on or before {{1}}",e.max)}return H(a,e,p,t)??null},[e,a,t]),u=p=>{const i=p.target.value,f=d(i);n?.(i,f)};return s.useEffect(()=>{const p=d(r);p!==l.current&&(l.current=p,c.current?.(p??null))},[r,d]),h.jsx(B,{field:e,error:d(r),children:h.jsx("input",{id:e.name,type:"time",value:r,step:m?1:60,onChange:u,min:typeof e.min=="string"?e.min:void 0,max:typeof e.max=="string"?e.max:void 0,className:Y(F.input,F.textInput)})})},de={};function $t(e,r){if(e in de)return;const n=Te[e]??{},o={},t={},a={};for(const[c,m]of Object.entries(n))typeof m.factor=="number"&&(o[c]=m.factor),t[c]=r(c),a[r(c)]=c;const l=Object.keys(n)[0]??"";de[e]={default:l,factors:o,labels:t,reverseLabels:a}}function Vt(e,r,n){if(e==="C"){if(r==="F")return n*(9/5)+32;if(r==="K")return n+273.15}else if(e==="F"){if(r==="C")return(n-32)*5/9;if(r==="K")return(n-32)*5/9+273.15}else if(e==="K"){if(r==="C")return n-273.15;if(r==="F")return(n-273.15)*9/5+32}return n}function zt(e,r,n){if(!Number.isFinite(e))return[];if(n===de.temperature)return Object.keys(n.labels).map(a=>{const l=Vt(r,a,e);return Number.isFinite(l)?{label:`${l.toFixed(6)} ${a}`,value:l.toString(),unit:a}:{label:`${String(l)} ${a}`,value:String(l),unit:a}});const t=n.factors[r];return t===void 0?[]:Object.entries(n.factors).map(([a,l])=>{const c=e/t*l;return Number.isFinite(c)?{label:`${c.toFixed(6)} ${a}`,value:c.toString(),unit:a}:{label:`${String(c)} ${a}`,value:String(c),unit:a}})}function ye(e,r){return e in r.labels?e:r.reverseLabels&&r.reverseLabels[e]?r.reverseLabels[e]:null}const Tt=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,Dt=({unitFactors:e,field:r,value:n,onChange:o,onError:t})=>{const{t:a,definitionName:l}=V(),c=s.useRef(null),m=s.useRef(null),d=s.useRef(null),[u,p]=s.useState(null),[i,f]=s.useState(null),[b,g]=s.useState(!1),[x,v]=s.useState(null),[C,N]=s.useState([]),I=s.useCallback((z,A)=>{if(!z||z.trim()==="")return r.required?a("Value required"):null;if(!Tt.test(z))return a("Must be a valid number");const y=H(l,r,[z,A],a);return y||null},[l,r,a]),S=e.reverseLabels!==void 0?e.reverseLabels:Object.fromEntries(Object.entries(e.labels).map(([z,A])=>[A,z]));s.useEffect(()=>{const z=String(n[0]);let A=n[1]??e.default;A=ye(A,e)||A;const y=document.activeElement;y===c.current||y===m.current||(c.current&&(c.current.value=z),m.current&&(m.current.value=A),d.current!==null&&(cancelAnimationFrame(d.current),d.current=null),d.current=requestAnimationFrame(()=>{d.current=null,p(null),f(null)}))},[n,e]),s.useEffect(()=>()=>{d.current!==null&&(cancelAnimationFrame(d.current),d.current=null)},[]);const R=s.useRef(null),j=s.useRef(t);s.useEffect(()=>{j.current=t},[t]),s.useEffect(()=>{const z=String(n[0]);let A=n[1]??e.default;A=ye(A,e)||A;const y=I(z,A);y!==R.current&&(R.current=y,j.current?.(y??null))},[n,e,I]);const w=(z,A,y)=>{const E=S[A]||A;o?.([z,E],y)},k=z=>{const A=z.target.value,y=m.current?m.current.value:e.default,E=I(A,y);p(A),w(A,y,E)},O=z=>{const A=z.target.value,y=c.current?c.current.value:String(n[0]??""),E=I(y,A);f(A),m.current&&(m.current.value=A),w(y,A,E)},$=z=>{const A=c.current?c.current.value:String(n[0]??""),y=parseFloat(A),E=m.current?m.current.value:e.default;if(I(A,E)||!A.trim()||!Number.isFinite(y))return;const T=z.currentTarget.getBoundingClientRect(),J=T.left,re=T.bottom;v({x:J,y:re});const P=zt(y,E,e);if(P.length===0){N([]),g(!1);return}N(P),g(X=>!X)},_=z=>{const{value:A,unit:y}=z;g(!1),v(null),c.current&&(c.current.value=A),m.current&&(m.current.value=y),p(A),f(y);const E=I(A,y);w(A,y,E)},U=String(n[0]??""),G=ye(n[1]??e.default,e)||(n[1]??e.default),ee=u??U,K=!!I(ee,i??G)||!ee.trim(),ae={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 h.jsx(B,{field:r,error:I(U,G),children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-unit-gap, 8px)",width:"100%"},children:[h.jsx("input",{type:"text",ref:c,defaultValue:String(n[0]??""),onChange:k,style:{width:"var(--reactaform-unit-input-width, 100px)"},className:Y(F.input,F.textInput)}),h.jsx("select",{ref:m,defaultValue:ye(n[1]??e.default,e)||(n[1]??e.default),onChange:O,className:Y(F.input,F.inputSelect),children:Object.keys(e.labels).map(z=>h.jsx("option",{value:z,children:e.labels[z]??z},z))}),h.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[h.jsx("button",{onClick:$,"aria-disabled":K,disabled:K,style:ae,className:F.button,children:h.jsx("span",{style:{fontSize:"var(--reactaform-unit-btn-icon-size, 1em)",lineHeight:"1",transform:"translateY(-1px)",pointerEvents:"none"},children:"⟷"})}),b&&C&&h.jsx(lr,{pos:x,options:C,onClose:()=>{v(null),g(!1)},onClickOption:_})]})]})})};function Lt({field:e,value:r,onChange:n}){const{t:o}=V(),t=e.dimension;if(!t)return null;de[t]||$t(t,o);const a=de[t];return a?h.jsx(Dt,{unitFactors:a,field:e,value:r,onChange:n}):null}const Pt=/^(https?|ftp|file):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$/i,_t=e=>{try{return new URL(e),!0}catch{return!1}},qt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),l=s.useRef(null),c=s.useCallback(p=>{const i=p.trim();return i===""?e.required?t("Value required"):null:!Pt.test(i)&&!_t(i)?t("Must be a valid URL"):H(a,e,i,t)??null},[a,e,t]),m=p=>{const i=p.target.value,f=c(i);n?.(i.trim(),f)},d=s.useRef(null),u=s.useRef(o);return s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const p=r??"",i=c(p);l.current&&l.current.value!==String(p)&&(l.current.value=String(p)),i!==d.current&&(d.current=i,u.current?.(i??null))},[r,c]),h.jsx(B,{field:e,error:c(String(r??"")),children:h.jsx("input",{id:e.name,type:"url",defaultValue:String(r??""),ref:l,onChange:m,style:{alignItems:"left"},className:Y(F.input,F.textInput),placeholder:"https://example.com"})})},Fe=new ve,Bt=new Set(["checkbox","switch","dropdown","radio","multi-selection","slider","stepper","color","rating"]),ur={checkbox:Xr,color:Qr,date:rt,dropdown:tt,email:ot,file:st,float:dt,"float-array":ut,image:gt,int:xt,"int-array":bt,"multi-selection":wt,multiline:vt,phone:Rt,radio:Et,rating:Nt,separator:at,slider:At,string:Ge,stepper:Ct,switch:Mt,text:Ge,time:Ot,unit:Lt,url:qt};function fr(e,r,n){if(!n&&e in ur){console.warn(`Can't Overwrite Base Component type "${e}".`);return}if(Bt.has(e)){Fe.register(e,r);return}const o=t=>{const{callback:l,cancel:c}=Xe((...m)=>{const d=t.onChange;typeof d=="function"&&d(...m)},200);return s.useEffect(()=>()=>{c()},[c]),s.createElement(r,{...t,onChange:l})};Fe.register(e,o)}function Ht(e,r){fr(e,r,!1)}function De(e){return Fe.get(e)}let Ke=!1;function mr(){Ke||(Object.entries(ur).forEach(([e,r])=>{fr(e,r,!0)}),Ke=!0)}const dr=new ve;function pr(e,r){dr.register(e,r)}function Ut(e){return dr.get(e)}pr("Preset_AlertSubmitHandler",(e,r,n)=>{const o={name:r||"Unnamed Instance",version:e.version,definition:e.name,values:n},t=JSON.stringify(o,null,2);alert(t)});const gr=s.memo(({field:e,value:r,handleChange:n,handleError:o})=>{const t=De(e.type),a=s.useCallback((c,m)=>n(e.name,c,m),[n,e.name]),l=s.useCallback(c=>o?.(e.name,c),[o,e.name]);return t?h.jsx(t,{field:e,value:r,onChange:a,onError:l}):null},(e,r)=>e.field===r.field&&e.value===r.value&&e.handleChange===r.handleChange&&e.handleError===r.handleError);gr.displayName="FieldWrapper";const hr=(e,r,n,o)=>h.jsx(gr,{field:e,value:r[e.name],handleChange:n,handleError:o},e.name),br=s.memo(({groupName:e,isOpen:r,fields:n,valuesMap:o,handleChange:t,handleError:a,toggleGroup:l,t:c})=>{const m=s.useCallback(()=>l(e),[l,e]),{formStyle:d,fieldStyle:u}=V(),p=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)",...d?.fieldset||{},...u?.fieldset||{}}),[d,u]),i=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)",...d?.legend||{},...u?.legend||{}}),[d,u]);return h.jsxs("fieldset",{style:p,children:[h.jsxs("legend",{onClick:m,style:i,children:[h.jsx("span",{children:c(e)}),h.jsx("span",{children:r?"▼":"▶"})]}),r&&n.map(f=>h.jsx("div",{children:hr(f,o,t,a)},f.name))]})});br.displayName="FieldGroup";const Wt=(e,r,n,o,t,a,l,c,m)=>{const d=r.slice(0,c).filter(f=>l[f.name]),p=ar(d).groups,i=[];return p.forEach(f=>{if(f.name){const b=e[f.name]??!0;i.push(h.jsx(br,{groupName:f.name,isOpen:b,fields:f.fields,valuesMap:n,handleChange:t,handleError:a,toggleGroup:m,t:o},f.name))}else f.fields.forEach(b=>i.push(h.jsx("div",{children:hr(b,n,t,a)},b.name)))}),i},Yt=({fields:e,visibility:r,groupState:n,toggleGroup:o,t,renderField:a,containerHeight:l=600,estimatedFieldHeight:c=60})=>{const m=s.useRef(null),d=s.useMemo(()=>{const i=e.filter(g=>r[g.name]),f=ar(i),b=[];return f.groups.forEach(g=>{if(g.name){const x=n[g.name]??!0;b.push({type:"group-header",groupName:g.name,isOpen:x}),x&&g.fields.forEach(v=>{b.push({type:"field",field:v})})}else g.fields.forEach(x=>{b.push({type:"field",field:x})})}),b},[e,r,n]),u=i=>{const f=d[i];if(!f)return c;if(f.type==="group-header")return 50;const b=f.field?.type;return b==="multiline"?120:b==="separator"?30:b==="image"?200:c},p=s.useCallback(({index:i,style:f})=>{const b=d[i];return b?b.type==="group-header"&&b.groupName?h.jsx("div",{style:f,children:h.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:h.jsxs("legend",{onClick:()=>o(b.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:[h.jsx("span",{children:t(b.groupName)}),h.jsx("span",{children:b.isOpen?"▼":"▶"})]})})}):b.type==="field"&&b.field?h.jsx("div",{style:f,children:a(b.field)},b.field.name):h.jsx("div",{style:f}):h.jsx("div",{style:f})},[d,o,a,t]);return d.length===0?h.jsx("div",{style:{padding:"var(--reactaform-space, 8px)",color:"var(--reactaform-text-muted, #666)"},children:t("No fields to display")}):h.jsx(Er.List,{listRef:m,defaultHeight:l,rowCount:d.length,rowHeight:u,rowComponent:p,rowProps:{}})},Jt=e=>{const r={};return e.forEach(n=>{r[n.name]=!1}),r},Le=(e,r,n,o)=>{const t=r[e];if(!t?.children)return;const a=n[e],l=a!=null?String(a):"";(t.children[l]||[]).forEach(m=>{o[m]=!0,Le(m,r,n,o)})},yr=(e,r,n)=>{const o=r[e];o?.children&&Object.values(o.children).flat().forEach(t=>{n[t]=!1,yr(t,r,n)})},Gt=(e,r,n,o)=>{const t={...n};return e.forEach(a=>{(!a.parents||Object.keys(a.parents).length===0)&&(t[a.name]=!0,Le(a.name,o,r,t))}),t},Kt=(e,r,n,o,t)=>{const a={...e};if(yr(o,r,a),t!=null){const l=r[o];if(l?.children){const c=String(t);(l.children[c]||[]).forEach(d=>{a[d]=!0,Le(d,r,n,a)})}}return a};function Xt(e,r,n,o,t){const a=Object.values(t).filter(Boolean);if(a.length>0)return{success:!1,message:o("Please fix validation errors before submitting."),errors:a};const l={...n},c=[];if(e&&Array.isArray(e.properties))for(const d of e.properties){const u=d.name,p=l[u];if(p==null)continue;const i=d.type;try{if((i==="int"||i==="number"||i==="float")&&typeof p=="string"){const f=Number(String(p).trim());isNaN(f)?c.push(o(`Invalid number format for field ${d.displayName||u}`)):l[u]=f}else if((i==="int-array"||i==="float-array")&&typeof p=="string"){const b=String(p).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 ${d.displayName||u}`)),0):x});c.length===0&&(l[u]=b)}}catch(f){c.push(o(`Error processing field ${d.displayName||u}: ${f}`))}}if(c.length>0)return{success:!1,message:o("Data transformation errors occurred."),errors:c};const m=nr(e,l,o);if(m&&m.length>0)return{success:!1,message:"Validation Fail",errors:m};if(e&&typeof e.submitHandlerName=="string"){const d=Ut(e.submitHandlerName);if(d)try{const u=d(e,r?.name??null,l,o);if(u&&u.length>0)return{success:!1,message:o("Submission failed."),errors:Array.isArray(u)?u:[u]}}catch(u){return{success:!1,message:o("Submission handler error occurred."),errors:[String(u)]}}}return{success:!0,message:o("Form submitted successfully."),data:l}}const xr=({definition:e,instance:r,chunkSize:n=50,chunkDelay:o=50,enableVirtualization:t=!1,virtualizationThreshold:a=50,virtualContainerHeight:l=600,estimatedFieldHeight:c=60})=>{const{properties:m,displayName:d}=e,u=V(),{t:p,formStyle:i,language:f}=u,b={...u,definitionName:e?.name??u.definitionName},[g,x]=s.useState("en"),[v,C]=s.useState([]),[N,I]=s.useState({}),[S,R]=s.useState({}),[j,w]=s.useState({}),[k,O]=s.useState({}),[$,_]=s.useState({}),[U,G]=s.useState(null),[ee,Q]=s.useState(null),[K,ae]=s.useState(0),[z,A]=s.useState(!1),[y,E]=s.useState(!1),[L,T]=s.useState(r.name||""),J=s.useRef(r),re=s.useRef(!1);s.useEffect(()=>{const M=Object.fromEntries(m.map(q=>[q.name,{...q,children:{}}]));m.forEach(q=>{q.parents&&Object.entries(q.parents).forEach(([ce,we])=>{const le=M[ce];le&&we.forEach(Rr=>{le.children||(le.children={});const Pe=String(Rr);le.children[Pe]=[...le.children[Pe]||[],q.name]})})}),Br(m,M);const D=Object.values(M),W={};D.forEach(q=>{if(q.type==="unit"){const ce=typeof q.defaultValue=="number"?String(q.defaultValue):"",we=typeof q.defaultUnit=="string"?q.defaultUnit:String(q.defaultUnit??"m");W[q.name]=[ce,we]}else W[q.name]=q.defaultValue}),J.current=r,Object.keys(r.values).forEach(q=>{M[q]!==void 0&&(W[q]=r.values[q])});const Z=Jt(D),te={};D.forEach(q=>{q.group&&!(q.group in te)&&(te[q.group]=!0)});const se=requestAnimationFrame(()=>{C(D),I(M),R(W),w(Gt(D,W,Z,M)),O(te),A(!0),T(r.name)});return()=>cancelAnimationFrame(se)},[m,r,e]),s.useEffect(()=>{if(!z||K>=v.length)return;const M=setTimeout(()=>{ae(D=>Math.min(D+n,v.length))},o);return()=>clearTimeout(M)},[z,K,v.length,n,o]);const P=s.useCallback((M,D,W)=>{G(null),Q(null),R(Z=>{const te={...Z,[M]:D},se=N[M];return se&&["checkbox","dropdown","multi-select","radio","switch"].includes(se.type)&&w(ce=>Kt(ce,N,te,M,String(D))),te}),_(Z=>W?{...Z,[M]:W}:Object.fromEntries(Object.entries(Z).filter(([se])=>se!==M)))},[N,G,Q]);s.useEffect(()=>{let M=0;return M=requestAnimationFrame(()=>{f!==g&&(x(f||"en"),G(null),Q(null))}),()=>cancelAnimationFrame(M)},[f,g]),s.useEffect(()=>{let M=0;return M=requestAnimationFrame(()=>{if(re.current){re.current=!1,J.current=r,T(r.name||"");return}J.current=r,G(null),Q(null),T(r.name||"")}),()=>cancelAnimationFrame(M)},[r,r.name]);const X=s.useCallback((M,D)=>{_(W=>D?{...W,[M]:String(D)}:Object.fromEntries(Object.entries(W).filter(([te])=>te!==M)))},[]),ie=()=>{re.current=!0;const M=J.current?.name;J.current.name=L;const D=Xt(e,J.current,S,p,$),W=typeof D.message=="string"?D.message:String(D.message),Z=Object.values(D.errors??{}).join(`
|
|
293
|
-
`);G
|
|
294
|
-
`+
|
|
292
|
+
<%s key={someKey} {...props} />`,q,D,O,D),M[D+q]=!0)}if(D=null,P!==void 0&&(n(P),D=""+P),c(E)&&(n(E.key),D=""+E.key),"key"in E){P={};for(var L in E)L!=="key"&&(P[L]=E[L])}else P=E;return D&&i(P,typeof b=="function"?b.displayName||b.name||"Unknown":b),m(b,D,P,t(),Z,ee)}function p(b){l(b)?b._store&&(b._store.validated=1):typeof b=="object"&&b!==null&&b.$$typeof===k&&(b._payload.status==="fulfilled"?l(b._payload.value)&&b._payload.value._store&&(b._payload.value._store.validated=1):b._store&&(b._store.validated=1))}function l(b){return typeof b=="object"&&b!==null&&b.$$typeof===y}var d=s,y=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"),I=Symbol.for("react.consumer"),N=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),w=Symbol.for("react.memo"),k=Symbol.for("react.lazy"),A=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),z=d.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,U=Object.prototype.hasOwnProperty,ne=Array.isArray,K=console.createTask?console.createTask:function(){return null};d={react_stack_bottom_frame:function(b){return b()}};var ae,J={},Q=d.react_stack_bottom_frame.bind(d,a)(),T=K(o(a)),M={};le.Fragment=x,le.jsx=function(b,E,P){var q=1e4>z.recentlyCreatedOwnerStacks++;return u(b,E,P,!1,q?Error("react-stack-top-frame"):Q,q?K(o(b)):T)},le.jsxs=function(b,E,P){var q=1e4>z.recentlyCreatedOwnerStacks++;return u(b,E,P,!0,q?Error("react-stack-top-frame"):Q,q?K(o(b)):T)}})()),le}var De;function wr(){return De||(De=1,process.env.NODE_ENV==="production"?me.exports=xr():me.exports=vr()),me.exports}var h=wr();const ke=s.createContext(void 0),V=()=>{const e=s.useContext(ke);if(!e)throw new Error("❌ useReactaFormContext must be used within a <ReactaFormProvider>");return e};class ge{map={};register(r,n){this.map[r]=n}get(r){return this.map[r]}has(r){return r 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(r){return r in this.map?(delete this.map[r],!0):!1}clear(){this.map={}}registerAll(r){Array.isArray(r)?r.forEach(([n,o])=>this.register(n,o)):Object.entries(r).forEach(([n,o])=>this.register(n,o))}getOrDefault(r,n){return this.get(r)??n}}function We(e,r=300,n){const o=s.useRef(void 0),t=s.useRef(e),a=s.useRef(null),c=s.useRef(!1);s.useEffect(()=>{t.current=e},[e]),s.useEffect(()=>()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0)},[]);const i=s.useCallback(()=>{o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current=null,c.current=!1},[]),f=s.useCallback(()=>{if(o.current!==void 0&&(window.clearTimeout(o.current),o.current=void 0),a.current)try{t.current(...a.current)}finally{a.current=null,c.current=!1}},[]);return{callback:s.useCallback((...u)=>{if(n?.leading===!0&&!c.current){c.current=!0,t.current(...u),window.clearTimeout(o.current),o.current=window.setTimeout(()=>{c.current=!1,o.current=void 0},r);return}a.current=u,window.clearTimeout(o.current),o.current=window.setTimeout(()=>{o.current=void 0,a.current&&(t.current(...a.current),a.current=null,c.current=!1)},r)},[r,n?.leading]),cancel:i,flush:f}}const F={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"},W=(...e)=>{const r=[];for(const n of e)n&&(typeof n=="string"?r.push(n):typeof n=="object"&&Object.entries(n).forEach(([o,t])=>{t&&r.push(o)}));return r.join(" ")},Ye=({content:e,size:r="medium",animation:n=!0})=>{const{t:o,darkMode:t,formStyle:a,fieldStyle:c}=V(),[i,f]=s.useState(!1),[m,u]=s.useState({x:0,y:0}),[p,l]=s.useState(!1),d=s.useRef(null),y=s.useRef(null),g=s.useRef(null),x=s.useMemo(()=>{const N={icon:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:"1.2em",height:"1.2em",fontSize:"0.9em",fontWeight:"bold",borderRadius:"50%",backgroundColor:t?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.06)",color:t?"#f0f0f0":"#333",border:`1px solid ${t?"rgba(255,255,255,0.2)":"rgba(0,0,0,0.1)"}`,cursor:"pointer",transition:n?"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"}}[r],position:"absolute",backgroundColor:`var(--reactaform-tooltip-color-bg, ${t?"rgba(45,45,45,0.95)":"rgba(60,60,60,0.92)"})`,color:`var(--reactaform-tooltip-color, ${t?"#f0f0f0":"#fff"})`,borderRadius:"6px",border:`1px solid ${t?"rgba(255,255,255,0.1)":"rgba(0,0,0,0.1)"}`,boxShadow:t?"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:n?"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"}},S=(j,w,k)=>{const $=j?.[w];return(k&&$?$[k]:void 0)??{}};return{icon:{...N.icon,...S(a,"tooltip","icon"),...S(c,"tooltip","icon")},text:{...N.text,...S(a,"tooltip","text"),...S(c,"tooltip","text")},textVisible:N.textVisible}},[t,r,n,a,c]);s.useEffect(()=>{if(i){const I=requestAnimationFrame(()=>l(!1)),N=requestAnimationFrame(()=>{if(d.current){const S=d.current.getBoundingClientRect(),R=8;g.current=S;const j=S.right+R,w=S.top;u({x:j,y:w}),l(!0)}});return()=>{cancelAnimationFrame(N),cancelAnimationFrame(I)}}else requestAnimationFrame(()=>l(!1))},[i]),s.useEffect(()=>{if(!p)return;const I=requestAnimationFrame(()=>{if(!y.current)return;const N=y.current.getBoundingClientRect(),S=8,R=typeof window<"u"?window.innerWidth:1024,j=typeof window<"u"?window.innerHeight:768;let w=m.x,k=m.y;const A=g.current;A&&(w=A.right+S,k=A.top+A.height/2-N.height/2+-4,w+N.width>R-S&&(w=A.left-S-N.width)),w+N.width>R-S&&(w=Math.max(S,R-N.width-S)),w<S&&(w=S),k+N.height>j-S&&(k=Math.max(S,j-N.height-S)),k<S&&(k=S),(w!==m.x||k!==m.y)&&u({x:w,y:k})});return()=>cancelAnimationFrame(I)},[p,m.x,m.y]);const v=typeof document<"u"?document.getElementById("popup-root"):null,C=h.jsx("div",{ref:y,style:{...x.text,transform:p?"translateY(0) scale(1)":"translateY(-4px) scale(0.98)",transition:"opacity 120ms ease, transform 120ms ease, visibility 120ms ease",width:240,...p?x.textVisible:{},top:m.y,left:m.x},"data-reactaform-theme":t?"dark":"light",children:o(e)});return h.jsxs(h.Fragment,{children:[h.jsx("span",{"data-testid":"tooltip-icon",ref:d,onMouseEnter:()=>f(!0),onMouseLeave:()=>f(!1),style:{...x.icon},children:"?"}),i&&(v?je.createPortal(C,v):C)]})},ve=s.memo(({field:e,error:r,children:n,showLabel:o=!0})=>{const{t}=V(),a=e?.labelLayout==="column-center"?"center":"left";return h.jsxs("div",{className:`${F.field} column-layout`,style:{display:"flex",flexDirection:"column",gap:"var(--reactaform-label-gap, 4px)","--label-align":a},children:[o&&h.jsx("div",{style:{textAlign:a,width:"100%"},children:h.jsx("label",{className:F.label,htmlFor:e.name,style:{textAlign:a,width:"100%",minWidth:"unset",display:"block"},children:t(e.displayName)})}),h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[h.jsx("div",{style:{flex:1,minWidth:0,maxWidth:"100%"},children:h.jsx("div",{style:{width:"100%"},children:n})}),e.tooltip&&h.jsx(Ye,{content:e.tooltip})]}),r&&h.jsx(Ne,{children:r})]})});ve.displayName="ColumnFieldLayout";const Je=s.memo(({field:e,error:r,children:n,rightAlign:o=!1})=>{const{t}=V(),a=s.useMemo(()=>({display:"flex",flexDirection:"column",gap:0}),[]),c=s.useMemo(()=>({display:"flex",flexDirection:"row",alignItems:"center",gap:"3px"}),[]);return h.jsxs("div",{className:`${F.field} row-layout`,children:[h.jsx("label",{className:F.label,htmlFor:e.name,style:{textAlign:"left",justifyContent:"flex-start"},children:t(e.displayName)}),h.jsxs("div",{style:a,children:[h.jsxs("div",{style:c,children:[o?h.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)"},children:n}):n,e.tooltip&&h.jsx(Ye,{content:e.tooltip})]}),r&&h.jsx(Ne,{children:r})]})]})});Je.displayName="RowFieldLayout";const B=({field:e,error:r,children:n,rightAlign:o=!1})=>e?.labelLayout==="column-left"||e?.labelLayout==="column-center"?h.jsx(ve,{field:e,error:r,showLabel:!0,children:n}):e?.type==="checkbox"||e?.type==="switch"?h.jsx(ve,{field:e,error:r,showLabel:!1,children:n}):h.jsx(Je,{field:e,error:r,rightAlign:o,children:n}),Ne=s.memo(({children:e})=>{const r=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 h.jsx("div",{style:r,children:e})});Ne.displayName="ErrorDiv";const Ge=s.memo(({name:e,onChange:r})=>{const{t:n}=V();return h.jsxs("div",{style:{marginBottom:16},children:[h.jsxs("div",{style:{display:"grid",gridTemplateColumns:"1fr 2fr",gap:12,alignItems:"center"},children:[h.jsx("label",{htmlFor:"instance-name-input",style:{margin:0,fontSize:"0.95em",fontWeight:500,color:"var(--reactaform-text-color, #333)"},children:n("Instance Name")}),h.jsx("input",{id:"instance-name-input",type:"text",value:e,onChange:o=>r(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:n("Enter instance name")})]}),h.jsx("div",{style:{height:"1px",backgroundColor:"var(--reactaform-separator, #e6e6e6)",marginTop:12,marginBottom:12}})]})});Ge.displayName="InstanceName";class Sr extends ge{registerInCategory(r,n,o){this.get(r)||this.register(r,{});const t=this.get(r);t[n]=o}getFromCategory(r,n){return this.get(r)?.[n]}listFromCategory(r){return Object.keys(this.get(r)||{})}listCategories(){return this.list()}}const Ke=new ge,Xe=new Sr;function Cr(e,r){Ke.register(e,r)}function Rr(e,r,n){Xe.registerInCategory(e,r,n)}function Er(e,r){return Xe.getFromCategory(e,r)||null}function jr(e){return Ke.get(e)||null}const be=new Map,ye=new Map;function H(e,r,n,o){if(r&&typeof r.validationHandlerName=="string"){const t=`${e}:${r.validationHandlerName}`;if(!be.has(t)){const c=Er(e,r.validationHandlerName);be.set(t,c)}const a=be.get(t);if(a)return a(n,o)||null}return null}function Ze(e,r,n){if(e&&typeof e.validationHandlerName=="string"){const o=e.validationHandlerName;if(!ye.has(o)){const a=jr(o);ye.set(o,a)}const t=ye.get(o);if(t)return t(r,n)||null}return null}function te(e){return typeof e=="object"&&e!==null}function Ie(e){if(!te(e))return!1;const r=e;return typeof r.name=="string"&&typeof r.displayName=="string"}function Qe(e){if(!te(e))return!1;const r=e;return typeof r.name!="string"||typeof r.version!="string"||!Array.isArray(r.properties)?!1:r.properties.every(n=>Ie(n))}function we(e){try{return typeof File<"u"&&e instanceof File}catch{const r=te(e)?e:void 0;return!!r&&typeof r.name=="string"&&typeof r.size=="number"}}function kr(e,r,n={}){try{const{includeMetadata:o=!1,dateFormat:t="iso",fileHandling:a="metadata",prettify:c=!1,excludeFields:i=[],includeOnlyFields:f=[]}=n;if(!e||typeof e!="object")return{success:!1,error:"Instance must be a valid object"};const m=[],u=[],p={},d=(Qe(r)||te(r)&&Array.isArray(r.properties)?r.properties:[]).filter(Ie),y=new Map(d.map(x=>[x.name,x]));for(const[x,v]of Object.entries(e)){if(i.includes(x)){u.push(x);continue}if(f.length>0&&!f.includes(x)){u.push(x);continue}if(v===void 0)continue;const C=y.get(x);try{p[x]=Nr(v,C,{dateFormat:t,fileHandling:a})}catch(I){m.push(`Error serializing field '${x}': ${String(I)}`),p[x]=null}}return o&&(p._metadata={serializedAt:new Date().toISOString(),version:(te(r)?r.version:void 0)||"1.0.0",fieldCount:Object.keys(p).length-1}),{success:!0,data:c?JSON.stringify(p,null,2):JSON.stringify(p),metadata:{fieldCount:Object.keys(p).length,excludedFields:u,warnings:m}}}catch(o){return{success:!1,error:`Serialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function Nr(e,r,n={}){const{dateFormat:o="iso",fileHandling:t="metadata"}=n;if(e==null)return null;if(r)switch(r.type){case"date":case"datetime":case"date-time":return Le(e,o);case"file":return Pe(e,t);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?Le(e,o):we(e)||Array.isArray(e)&&we(e[0])?Pe(e,t):e}function Le(e,r){let n=null;if(e instanceof Date)n=e;else if(typeof e=="string"){const o=new Date(e);if(!isNaN(o.getTime()))n=o;else return e}else return e;switch(r){case"timestamp":return n.getTime();case"locale":return n.toLocaleString();case"iso":default:return n.toISOString()}}function Pe(e,r){return r==="skip"?null:Array.isArray(e)?e.map(n=>_e(n,r)):_e(e,r)}function _e(e,r){if(!we(e))return e;const n=e;return r==="metadata"?{name:n.name,size:n.size,type:n.type,lastModified:n.lastModified}:{name:n.name,size:n.size,type:n.type,lastModified:n.lastModified,_note:"Base64 encoding requires async implementation"}}function Ir(e,r,n={}){try{const{strict:o=!1,validateTypes:t=!0,preserveUnknownFields:a=!0,dateFormat:c="auto"}=n;if(!e||typeof e!="string")return{success:!1,error:"Serialized data must be a non-empty string"};let i;try{i=JSON.parse(e)}catch(g){return{success:!1,error:`Invalid JSON: ${g instanceof Error?g.message:"Unknown parsing error"}`}}if(!i||typeof i!="object")return{success:!1,error:"Parsed data must be an object"};const f=[],m=[],u={},l=(Qe(r)||te(r)&&Array.isArray(r.properties)?r.properties:[]).filter(Ie),d=new Map(l.map(g=>[g.name,g]));for(const g of l){const x=g.name,v=i[x];if(v===void 0){o&&g.required&&m.push(`Required field '${x}' is missing`);continue}try{u[x]=Fr(v,g,{validateTypes:t,dateFormat:c})}catch(C){const I=`Error deserializing field '${x}': ${String(C)}`;o?m.push(I):(f.push(I),u[x]=v)}}if(a)for(const[g,x]of Object.entries(i))!d.has(g)&&g!=="_metadata"&&(o&&f.push(`Unknown field '${g}' preserved`),u[g]=x);const y=m.length>0;return{success:!y,data:u,warnings:f.length>0?f:void 0,validationErrors:y?m:void 0}}catch(o){return{success:!1,error:`Deserialization failed: ${o instanceof Error?o.message:"Unknown error"}`}}}function Fr(e,r,n={}){const{validateTypes:o=!0,dateFormat:t="auto"}=n;if(e==null)return e;try{switch(r.type){case"date":case"datetime":case"date-time":return Or(e,t,o);case"int":case"integer":return Se(e,o);case"float":case"number":return Ce(e,o);case"boolean":return $r(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 Ar(e,r={}){try{const{prettify:n=!0,includeMetadata:o=!0}=r;if(!e||typeof e!="object")return{success:!1,error:"Definition must be a valid object"};const t={...e};return o&&(t._metadata={serializedAt:new Date().toISOString(),version:t.version||"1.0.0",propertyCount:(Array.isArray(t.properties)?t.properties.length:0)||0}),{success:!0,data:n?JSON.stringify(t,null,2):JSON.stringify(t),metadata:{fieldCount:(Array.isArray(t.properties)?t.properties.length:0)||0,excludedFields:[],warnings:[]}}}catch(n){return{success:!1,error:`Definition serialization failed: ${n instanceof Error?n.message:"Unknown error"}`}}}function Mr(e,r={}){try{const{strict:n=!1,validateTypes:o=!0}=r;let t;if(typeof e=="string")try{t=JSON.parse(e)}catch(u){return{success:!1,error:`Invalid JSON for definition: ${u instanceof Error?u.message:"Unknown parsing error"}`}}else if(e&&typeof e=="object")t={...e};else return{success:!1,error:"Input must be a string or object"};const a=[],c=[],i=["name","version","displayName"];for(const u of i)if(!t[u])if(n)c.push(`Required field '${u}' is missing`);else switch(a.push(`Missing field '${u}', using default`),u){case"name":t.name="unnamed-definition";break;case"version":t.version="1.0.0";break;case"displayName":t.displayName=t.name||"Unnamed Definition";break}const f=Array.isArray(t.properties)?t.properties:null;f?t.properties=f.map((u,p)=>{const l=te(u)?u:{},d={...l};if(!l.name){const y=`Property at index ${p} missing 'name'`;n?c.push(y):(a.push(`${y}, using 'field_${p}'`),d.name=`field_${p}`)}return l.displayName||(d.displayName=l.name||`Field ${p}`),l.type||(n&&o?c.push(`Property '${l.name||p}' missing 'type'`):(a.push(`Property '${l.name||p}' missing 'type', using 'string'`),d.type="string")),l.defaultValue===void 0&&(d.defaultValue=null),l.required===void 0&&(d.required=!1),d}):n?c.push("Properties must be an array"):(a.push("Properties not found or invalid, using empty array"),t.properties=[]);const m=c.length>0;return{success:!m,data:t,warnings:a.length>0?a:void 0,validationErrors:m?c:void 0}}catch(n){return{success:!1,error:`Definition deserialization failed: ${n instanceof Error?n.message:"Unknown error"}`}}}function Or(e,r,n){if(e instanceof Date)return e;if(typeof e=="number"){const o=new Date(e);if(n&&isNaN(o.getTime()))throw new Error(`Invalid timestamp: ${e}`);return o}if(typeof e=="string"){const o=new Date(e);if(n&&isNaN(o.getTime()))throw new Error(`Invalid date string: ${e}`);return o}if(n)throw new Error(`Cannot convert ${typeof e} to Date`);return e}function Se(e,r){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e=="string"&&e.trim()!==""){const n=parseInt(e,10);if(r&&isNaN(n))throw new Error(`Cannot convert "${e}" to integer`);return n}if(r)throw new Error(`Cannot convert ${typeof e} to integer`);return e}function Ce(e,r){if(typeof e=="number")return e;if(typeof e=="string"&&e.trim()!==""){const n=parseFloat(e);if(r&&isNaN(n))throw new Error(`Cannot convert "${e}" to number`);return n}if(r)throw new Error(`Cannot convert ${typeof e} to number`);return e}function $r(e,r){if(typeof e=="boolean")return e;if(typeof e=="string"){const n=e.toLowerCase();if(n==="true"||n==="1")return!0;if(n==="false"||n==="0")return!1;if(r)throw new Error(`Cannot convert "${e}" to boolean`)}if(typeof e=="number")return!!e;if(r)throw new Error(`Cannot convert ${typeof e} to boolean`);return e}function qe(e,r,n){if(!Array.isArray(e)){if(typeof e=="string")return e.split(",").map(t=>t.trim()).filter(Boolean).map(t=>r==="integer"?Se(t,n):Ce(t,n));if(n)throw new Error(`Expected array, got ${typeof e}`);return e}return e.map((o,t)=>{try{return r==="integer"?Se(o,n):Ce(o,n)}catch(a){if(n)throw new Error(`Array element ${t}: ${a}`);return o}})}const Vr=(e,r)=>{const n=new Map;let o=null,t=null,a=0;for(const c of e){const i=c.group;if(!i){o=null,t=null;continue}if(i===o)r[c.name].group=t??i;else{if(!n.has(i))n.set(i,1),t=null,r[c.name].group=i;else{const f=n.get(i),m=`${i}(${f})`;n.set(i,f+1),t=m,r[c.name].group=m,a++}o=i}}return a},zr=(e,r={})=>{const{includeEmpty:n=!0}=r,o=[];let t=null,a=[],c=0;for(const f of e){const m=f.group||null;m!==t?((a.length>0||n)&&(a.length===0&&c++,o.push({name:t,fields:a})),t=m,a=[f]):a.push(f)}(a.length>0||n)&&(a.length===0&&c++,o.push({name:t,fields:a}));const i=Math.max(0,...o.map(f=>f.fields.length));return{groups:o,metadata:{totalGroups:o.length,emptyGroups:c,largestGroup:i}}},xe=new Map,de=new Map,re=new Set,Re=new Map,Tr=async e=>{try{let r;switch(e.toLowerCase()){case"fr":r=(await Promise.resolve().then(()=>require("./common-BxyjIoe1.cjs"))).default;break;case"de":r=(await Promise.resolve().then(()=>require("./common-BD9zx3GT.cjs"))).default;break;case"es":r=(await Promise.resolve().then(()=>require("./common-hRFTL4KF.cjs"))).default;break;case"zh-cn":r=(await Promise.resolve().then(()=>require("./common-COyDhNL-.cjs"))).default;break;case"en":r={};break;default:r={}}return{success:!0,translations:r,fromCache:!1}}catch(r){return{success:!1,translations:{},error:`Failed to load common translations for ${e}: ${r}`}}},Dr=async e=>{if(!e)return{success:!1,translations:{},error:"Language is required"};const r=e.toLowerCase();if(r==="en")return{success:!0,translations:{},fromCache:!1};if(xe.has(r))return{success:!0,translations:xe.get(r)||{},fromCache:!0};const n=await Tr(r);return n.success&&(xe.set(r,n.translations),Re.set(r,{loadedAt:new Date,size:Object.keys(n.translations).length,source:"common"})),n},Lr=async(e,r)=>{if(!e||!r)return{success:!1,translations:{},error:"Both language and localizeName are required"};const n=`${e.toLowerCase()}/${r}`;if(re.has(n))return{success:!1,translations:{},error:"Previously failed to load",fromCache:!0};if(de.has(n))return{success:!0,translations:de.get(n)||{},fromCache:!0};try{let o=r;!r.includes("/")&&!r.includes(".")&&(o=`/locales/${e}/${r}.json`);const t=await fetch(o);if(!t.ok){const m=`HTTP ${t.status}: ${t.statusText}`;return t.status===404?(de.set(n,{}),Re.set(n,{loadedAt:new Date,size:0,source:"user"}),{success:!0,translations:{},fromCache:!1}):(re.add(n),{success:!1,translations:{},error:m})}const a=t.headers.get("content-type")||"";!a.includes("application/json")&&!a.includes("text/json")&&er()&&console.warn(`Translation file at ${o} has unexpected content-type: ${a}`);const c=await t.text();if(!c){const m="Empty translation file";return re.add(n),{success:!1,translations:{},error:m}}let i;try{i=JSON.parse(c)}catch(m){const u=`Invalid JSON in translation file: ${m instanceof Error?m.message:String(m)}`;return re.add(n),{success:!1,translations:{},error:u}}if(!i||typeof i!="object"){const m="Invalid translation file format";return re.add(n),{success:!1,translations:{},error:m}}const f=Object.fromEntries(Object.entries(i).map(([m,u])=>[m,typeof u=="string"?u:String(u)]));if(!f||typeof f!="object"){const m="Invalid translation file format";return re.add(n),{success:!1,translations:{},error:m}}return de.set(n,f),Re.set(n,{loadedAt:new Date,size:Object.keys(f).length,source:"user"}),{success:!0,translations:f,fromCache:!1}}catch(o){const t=`Failed to load user translations: ${o instanceof Error?o.message:"Unknown error"}`;return re.add(n),{success:!1,translations:{},error:t}}};function er(){try{if(typeof process<"u"&&process?.env?.NODE_ENV==="development")return!0}catch{}return!1}function Pr(e,r){return r.length===0?e:e.replace(/\{\{(\d+)\}\}/g,(n,o)=>{const t=parseInt(o,10)-1,a=r[t];if(a==null)return n;try{return String(a)}catch{return n}})}const _r=(e,r,n)=>(o,...t)=>{let a=o,c=!1;return!o||typeof o!="string"?String(o||""):(e.toLowerCase()==="en"?(a=o,c=!0):Object.prototype.hasOwnProperty.call(n,o)?(a=n[o],c=!0):Object.prototype.hasOwnProperty.call(r,o)?(a=r[o],c=!0):a=o,a=Pr(a,t),!c&&er()&&console.debug(`Missing translation for "${o}" in language "${e}"`),a)},Fe={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"]},Ae={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)"}},Me={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}},Oe={},qr=new Set([...Object.keys(Fe),...Object.keys(Ae),...Object.keys(Me)]);for(const e of qr){const r={},n=Fe[e]??[],o=Ae[e]??{},t=Me[e]??{};for(const a of n){const c=o[a];r[a]={name:typeof c=="string"?c:String(a),shortName:a,factor:Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0}}for(const[a,c]of Object.entries(o))if(!r[a]){const i=typeof c=="string"?c:String(a);r[a]={name:i,shortName:a,factor:Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0}}for(const[a,c]of Object.entries(t))r[a]||(r[a]={name:String(a),shortName:String(a),factor:c});Oe[e]=r}const Br=Object.freeze(Object.defineProperty({__proto__:null,dimensionUnitDisplayMap:Ae,dimensionUnitsMap:Fe,dimensonUnitFactorsMap:Me,unitsByDimension:Oe},Symbol.toStringTag,{value:"Module"})),Hr=({field:e,value:r,onChange:n,onError:o})=>{const{definitionName:t,t:a}=V(),c=s.useRef(o);s.useEffect(()=>{c.current=o},[o]),s.useEffect(()=>{const u=H(t,e,r??!1,a);c.current?.(u??null)},[r,e,t,a]);const i=u=>{const p=u.target.checked;n?.(p,null)},f=u=>{(u.key===" "||u.key==="Spacebar"||u.key==="Space"||u.key==="Enter")&&(u.preventDefault(),n?.(!r,null))},m=e.name;return h.jsx(B,{field:e,rightAlign:!1,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[h.jsx("label",{className:F.label,htmlFor:m,style:{textAlign:"left",justifyContent:"flex-start"},children:a(e.displayName)}),h.jsx("input",{id:m,"data-testid":"boolean-checkbox",type:"checkbox",checked:!!r,onChange:i,onKeyDown:f,"aria-checked":!!r,style:{cursor:"pointer",margin:"8px 0 8px 0",width:"1.2em",height:"1.2em",verticalAlign:"middle",color:"#FFFFFF",accentColor:"#0000FF",opacity:void 0}})]})})},Be=[{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 rr(e){return/^#([0-9A-F]{3}){1,2}$/i.test(e)}function Ur(e){if(!rr(e))return null;const r=tr(e),n=parseInt(r.slice(1),16);return{r:n>>16&255,g:n>>8&255,b:n&255}}function tr(e){return e?(e=e.toLowerCase(),/^#([a-f0-9]){3}$/i.test(e)?"#"+e.slice(1).split("").map(r=>r+r).join(""):e):"#000000"}const Wr=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[c,i]=s.useState("#000000"),f=s.useRef(null),m=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const v=r&&rr(r)?r:"#000000",C=tr(v);i(C)},[r]),s.useEffect(()=>{const v=H(a,e,r??"#000000",t);u.current?.(v??null)},[r,e,a,t]);const p=v=>{const C=v.target.value;i(C),n?.(C,null)},l=v=>{const C=v.target.value;i(C),n?.(C,null)},d=Be.find(v=>v.value===c),{r:y,g,b:x}=Ur(c)||{r:0,g:0,b:0};return h.jsx(B,{field:e,error:null,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[h.jsxs("select",{ref:f,id:e.name,value:c,onChange:p,style:{minWidth:"120px",flex:1},className:W(F.input,F.inputSelect),children:[Be.map(v=>h.jsx("option",{value:v.value,children:t(v.label)},v.value)),d?null:h.jsxs("option",{value:c,children:["(",y,", ",g,", ",x,")"]},c)]}),h.jsx("label",{style:{width:"2.5em",height:"1.8em",display:"inline-block",border:"1px solid #ccc",borderRadius:"4px",backgroundColor:c,cursor:"pointer",overflow:"hidden",flexShrink:0},children:h.jsx("input",{ref:m,type:"color",value:c,onChange:l,style:{opacity:0,width:"100%",height:"100%",border:"none",padding:0,cursor:"pointer"}})})]})})},ue=e=>{if(!e)return null;const r=new Date(e);return isNaN(r.getTime())?null:r},Yr=e=>{if(!e)return"";if(/^\d{4}-\d{2}-\d{2}$/.test(e))return ue(e)?e:"";const n=ue(e);if(n){const o=n.getFullYear(),t=String(n.getMonth()+1).padStart(2,"0"),a=String(n.getDate()).padStart(2,"0");return`${o}-${t}-${a}`}return""},Jr=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),{name:c,required:i}=e,f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const u=s.useCallback(l=>{if(!l||l.trim()==="")return i?t("Value required"):null;if(l){const y=ue(l);if(!y)return t("Invalid date format");if(e.minDate){const g=ue(e.minDate);if(g&&y.getTime()<g.getTime())return t("Date must be on or after {{1}}",e.minDate)}if(e.maxDate){const g=ue(e.maxDate);if(g&&y.getTime()>g.getTime())return t("Date must be on or before {{1}}",e.maxDate)}}return H(a,e,l,t)??null},[e,a,t,i]),p=l=>{const d=l.target.value,y=u(d);n?.(d,y)};return s.useEffect(()=>{const l=u(r);l!==f.current&&(f.current=l,m.current?.(l??null))},[r,u]),h.jsx(B,{field:e,error:u(r),children:h.jsx("input",{id:c,type:"date",value:Yr(r),onChange:p,className:W(F.input,F.textInput),...e.minDate?{min:e.minDate}:{},...e.maxDate?{max:e.maxDate}:{},"aria-invalid":!!u(r),"aria-describedby":u(r)?`${c}-error`:void 0})})},Gr=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useRef(o);s.useEffect(()=>{i.current=o},[o]);const f=s.useCallback(u=>u===""||u===null||u===void 0?t("Value required"):!e.options||e.options.length===0?null:e.options.some(l=>l.value===u)?H(a,e,u,t)??null:t("Invalid option selected"),[e,t,a]);s.useEffect(()=>{const u=r!=null?String(r):"",p=f(u);if(p&&e.options&&e.options.length>0){const l=String(e.options[0].value);c.current&&(c.current.value=l),n?.(l,null),i.current?.(null)}else c.current&&(c.current.value=u),i.current?.(p??null)},[r,f,n,e.options]);const m=u=>{const p=u.target.value,l=f(p);n?.(p,l)};return h.jsx(B,{field:e,error:f(String(r??"")),children:h.jsx("select",{defaultValue:String(r??""),ref:c,onChange:m,className:W(F.input,F.inputSelect),children:(e.options??[]).map(u=>h.jsx("option",{value:String(u.value),children:t(u.label)},String(u.value)))})})};function Kr(e){return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}const Xr=({field:e,value:r,onChange:n,onError:o})=>{const{definitionName:t,t:a}=V(),c=s.useRef(null),i=s.useCallback(p=>{const l=p.trim();return l===""?e.required?a("Value required"):null:Kr(l)?e.pattern&&!new RegExp(e.pattern).test(l)?a("Email does not match pattern: {{%1}}",{"%1":`${e.pattern}`}):H(t,e,p,a)??null:a("Must be valid email format")},[e,t,a]),f=p=>{const l=p.target.value,d=i(l);n?.(l,d)},m=s.useRef(null),u=s.useRef(o);return s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const p=r??"",l=i(p);c.current&&c.current.value!==String(p)&&(c.current.value=String(p)),l!==m.current&&(m.current=l,u.current?.(l??null))},[r,i]),h.jsx(B,{field:e,error:i(String(r??"")),children:h.jsx("input",{id:e.name,type:"email",defaultValue:String(r??""),ref:c,onChange:f,className:W(F.input,F.textInput)})})},Zr=({field:e})=>{const{darkMode:r}=V(),{color:n=r?"#444444":"#CCCCCC",thickness:o=1,margin:t="8px 0"}=e;return h.jsx("div",{style:{width:"auto",height:"0",borderTop:`${o}px solid ${n}`,margin:t}})};function nr({pos:e,options:r,onClose:n,onClickOption:o}){const t=s.useRef(null),a=s.useRef(!1),c=typeof window<"u"?document.getElementById("popup-root")||document.body:null;if(s.useEffect(()=>{function d(y){a.current||y.target.dataset?.popupMenu==="item"||t.current&&y.target instanceof Node&&!t.current.contains(y.target)&&n()}return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[n]),!c||r===void 0||r.length===0||!e||e.x==null||e.y==null)return null;const i=e.x,f=e.y,m=typeof window<"u"?window.innerWidth:1024,u=Math.max(0,m-160),p=Math.max(0,Math.min(i,u)),l=Math.max(0,f);return je.createPortal(h.jsx("div",{ref:t,onMouseDown:d=>{d.stopPropagation()},style:{position:"fixed",top:l,left:p,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:r.map((d,y)=>h.jsx("div",{"data-popup-menu":"item",onMouseDown:g=>{g.stopPropagation(),a.current=!0},onClick:g=>{g.stopPropagation(),g.preventDefault(),o(d),n(),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:y<r.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:d.label},d.label??y))}),c)}const Qr=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[c,i]=s.useState(!1),[f,m]=s.useState(null),[u,p]=s.useState([]),l=s.useRef(null),d=s.useRef(o);s.useEffect(()=>{d.current=o},[o]);const y=s.useCallback(C=>e.required&&(!C||Array.isArray(C)&&C.length===0)?t("Value required"):H(a,e,C,t)??null,[e,a,t]),g=s.useMemo(()=>y(r),[r,y]);s.useEffect(()=>{const C=y(r);n?.(r,C),d.current?.(C??null)},[r,y]);const x=C=>{const I=C.target.files;let N=null;I&&I.length>0&&(N=e.multiple?Array.from(I):I[0]);const S=y(N);n?.(N,S)},v=C=>{if(g)return;let I=null;try{I=C.currentTarget.getBoundingClientRect()}catch{I=null}const N=I&&typeof I.left=="number"?I.left:10,S=I&&typeof I.bottom=="number"?I.bottom:20;m({x:N,y:S});let R=[];Array.isArray(r)?R=r?r.map(j=>({label:j.name})):[]:R=r?[{label:r.name}]:[],R.length===0&&(R=[{label:t("No file selected")}]),p(R),i(j=>!j)};return h.jsx(B,{field:e,error:g,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-inline-gap, 8px)",width:"100%"},children:[h.jsx("input",{id:e.name,ref:l,type:"file",accept:e.accept,multiple:e.multiple,style:{width:0,height:0,opacity:0,position:"absolute",zIndex:-1},onChange:x}),h.jsx("label",{htmlFor:e.name,className:F.button,style:{width:"100%",height:"inherit",textAlign:"center"},children:e.multiple?t("Choose Files..."):t("Choose File...")}),h.jsx("button",{onClick:v,"aria-haspopup":!0,"aria-expanded":c,"aria-label":t("Show selected files"),className:F.button,style:{height:"inherit",display:"inline-block"},children:h.jsx("span",{children:"⋮"})}),c&&f&&u&&u.length>0&&h.jsx(nr,{pos:f,options:u,onClose:()=>{m(null),i(!1)},onClickOption:()=>{}})]})})},et=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function rt(e){return e.split(",").map(r=>r.trim()).every(r=>et.test(r))}const tt=e=>!e||e.trim()===""?[]:e.split(",").map(r=>r.trim()).filter(Boolean).map(Number),nt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[c,i]=s.useState(Array.isArray(r)?r.join(", "):String(r??"")),f=s.useCallback(l=>{if(l.trim()==="")return e.required?t("Value required"):null;if(!rt(l))return t("Each value must be a valid float");const d=tt(l);if(e.minCount!==void 0&&d.length<e.minCount)return t("Minimum number of values: {{1}}",e.minCount);if(e.maxCount!==void 0&&d.length>e.maxCount)return t("Maximum number of values: {{1}}",e.maxCount);for(const g of d){if(e.min!==void 0&&(e.minInclusive?g<e.min:g<=e.min))return t("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?g>e.max:g>=e.max))return t("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return H(a,e,d,t)??null},[a,e,t]),m=l=>{const d=l.target.value,y=f(d);i(d),n?.(d,y)},u=s.useRef(null),p=s.useRef(o);return s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{const l=Array.isArray(r)?r.join(", "):String(r??""),d=f(l);d!==u.current&&(u.current=d,p.current?.(d??null))},[r,e.required,f,t]),h.jsx(B,{field:e,error:f(c),children:h.jsx("input",{type:"text",value:c,onChange:m,className:W(F.input,F.textInput),style:{flex:1}})})},ot=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,at=e=>{const r=Number.parseFloat(e);return Number.isNaN(r)?null:r},st=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useCallback(p=>{if(p.trim()==="")return e.required?t("Value required"):null;if(!ot.test(p))return t("Must be a valid float");const l=at(p);return l===null?t("Must be a valid float"):e.min!==void 0&&(e.minInclusive?l<e.min:l<=e.min)?t("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min):e.max!==void 0&&(e.maxInclusive?l>e.max:l>=e.max)?t("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max):H(a,e,l,t)??null},[e,a,t]),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const p=String(r??""),l=i(p);l!==f.current&&(f.current=l,m.current?.(l??null)),c.current&&document.activeElement!==c.current&&(c.current.value=p)},[r,e,i,t]);const u=p=>{const l=p.target.value,d=i(l);n?.(l,d)};return h.jsx(B,{field:e,error:i(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:c,onChange:u,className:W(F.input,F.inputNumber)})})};function it(){try{return"/"}catch{}try{if(typeof process<"u"&&process?.env?.PUBLIC_URL)return process.env.PUBLIC_URL}catch{}return"/"}const ct=({field:e,value:r})=>{const{language:n,t:o}=V(),t=e.alignment||"center",a={left:"flex-start",center:"center",right:"flex-end"},c=typeof r=="string"?r:"";let i=c&&c.trim()!==""?c:typeof e.defaultValue=="string"?e.defaultValue:"";i&&!i.startsWith("/")&&(i=`${it()}${i}`);const f=e.localized?.split(";").map(x=>x.trim()),[m,u]=s.useState(i||""),p=s.useRef(i||null);if(s.useEffect(()=>{if(!i)return;const x=i.split("/"),v=x.pop(),C=v.lastIndexOf(".");if(C===-1)return;const I=v.substring(0,C),N=v.substring(C);let S=null;f?.includes(n)&&(S=`${I}_${n}${N}`);const R=new AbortController;if(S){const j=[...x,S].join("/");fetch(j,{method:"HEAD",signal:R.signal}).then(w=>{const k=w.ok?j:i;k!==p.current&&(p.current=k,u(k))}).catch(()=>{i!==p.current&&(p.current=i,u(i))})}else{const j=i;j!==p.current&&(p.current=j,requestAnimationFrame(()=>u(j)))}return()=>{R.abort()}},[i,n,f]),!m)return null;const{width:l,height:d}=e,y={},g={borderRadius:"8px",objectFit:"contain",boxShadow:"0 2px 6px rgba(0,0,0,0.1)",margin:"0 0 8px 0"};return l&&d?(y.width=l,y.height=d,g.width=`${l}px`,g.height=`${d}px`):l&&!d?(y.width=l,g.width=`${l}px`,g.height="auto"):!l&&d&&(y.height=d,g.width="auto",g.height=`${d}px`),h.jsx(B,{field:e,children:h.jsx("div",{"data-testid":"image-wrapper",style:{display:"flex",justifyContent:a[t]||"center",margin:"0 0"},children:h.jsx("img",{src:m,alt:o?.(e.displayName||"Image")||e.displayName||"Image",...y,style:g})})})};function lt(e){const r=/^-?\d+$/;return e.split(",").map(n=>n.trim()).every(n=>r.test(n))}const ut=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=",",[i,f]=s.useState(Array.isArray(r)?r.join(c+" "):String(r??"")),m=y=>!y||y.trim()===""?[]:y.split(c).map(g=>g.trim()).filter(Boolean).map(g=>Number(g)),u=s.useCallback(y=>{if(y.trim()==="")return e.required?t("Value required"):null;if(!lt(y))return t("Each value must be a valid integer");const g=m(y);if(e.minCount!==void 0&&g.length<e.minCount)return t("Minimum number of values: {{1}}",`${e.minCount}`);if(e.maxCount!==void 0&&g.length>e.maxCount)return t("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 t("Each value must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?v>e.max:v>=e.max))return t("Each value must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max)}return H(a,e,g,t)??null},[a,e,t]),p=y=>{const g=y.target.value,x=u(g);f(g),n?.(g,x)},l=s.useRef(null),d=s.useRef(o);return s.useEffect(()=>{d.current=o},[o]),s.useEffect(()=>{const y=Array.isArray(r)?r.join(c+" "):String(r??""),g=u(y);g!==l.current&&(l.current=g,d.current?.(g??null))},[r,e.required,u,t]),h.jsx(B,{field:e,error:u(i),children:h.jsx("input",{type:"text",value:i,onChange:p,className:W(F.input,F.textInput),style:{flex:1}})})};function ft(e){return/^[-+]?\d*$/.test(e)}const mt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useCallback(l=>{const d=parseInt(l,10);return Number.isNaN(d)?null:d},[]),f=s.useCallback(l=>{if(l.trim()==="")return e.required?t("Value required"):null;if(!ft(l))return t("Must be a valid integer");const d=i(l);if(d===null)return t("Must be a valid integer");if(e.min!==void 0&&(e.minInclusive?d<e.min:d<=e.min))return t("Must be {{1}} {{2}}",e.minInclusive?"≥":">",e.min);if(e.max!==void 0&&(e.maxInclusive?d>e.max:d>=e.max))return t("Must be {{1}} {{2}}",e.maxInclusive?"≤":"<",e.max);if(e.step!==void 0){const g=Number(e.step);if(!Number.isInteger(g))return t("Invalid step value");if(d%g!==0)return t("Must be a multiple of {{1}}",g)}return H(a,e,d,t)??null},[e,a,t,i]),m=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const l=String(r??""),d=f(l);d!==m.current&&(m.current=d,u.current?.(d??null)),c.current&&document.activeElement!==c.current&&(c.current.value=l)},[r,e,f,t]);const p=l=>{const d=l.target.value,y=f(d);n?.(d,y)};return h.jsx(B,{field:e,error:f(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:c,onChange:p,className:W(F.input,F.inputNumber)})})},dt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=e.minHeight??"80px",i=s.useRef(null),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]);const u=s.useCallback(d=>d.trim()===""?e.required?t("Value required"):null:e.minLength!==void 0&&d.length<e.minLength?t("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&d.length>e.maxLength?t("Must be at most {{1}} characters",e.maxLength):H(a,e,d,t),[e,a,t]),p=d=>{const y=d.target.value,g=u(y);n?.(y,g)};s.useEffect(()=>{const d=u(r);d!==f.current&&(f.current=d,m.current?.(d??null)),i.current&&i.current.value!==String(r??"")&&(i.current.value=String(r??""))},[r,u]);const l={defaultValue:String(r??""),ref:i,onChange:p,style:{resize:"vertical",minHeight:c,width:"100%",boxSizing:"border-box"},className:W(F.input,F.textInput)};return h.jsx(B,{field:e,error:u(r),children:h.jsx("textarea",{...l})})},pt=({field:e,value:r,onChange:n,onError:o})=>{const t=s.useRef(o);s.useEffect(()=>{t.current=o},[o]);const{t:a,darkMode:c,formStyle:i,fieldStyle:f,definitionName:m}=V(),u=(w,k,A)=>{if(!k)return{};const z=w?.[k];return(A&&z?z[A]:void 0)??{}},p=s.useRef(null),[l,d]=s.useState(!1),[y,g]=s.useState(null),x=s.useMemo(()=>e.options.map(w=>({value:w.value,label:a(w.label)})),[e.options,a]),v=s.useMemo(()=>{const w=Array.isArray(r)?r:[],k=new Set(x.map(A=>A.value));return w.filter(A=>k.has(A))},[r,x]),C=w=>{const k=Array.isArray(w)?w:[];return e.required&&k.length===0?a("Value required"):H(m,e,k,a)??null},I=()=>{if(!p.current)return;const w=p.current.getBoundingClientRect();g({x:w.left,y:w.bottom}),d(k=>!k)},N=w=>{const k=v.includes(w)?v.filter($=>$!==w):[...v,w],A=C(k);t.current?.(A??null),n?.(k,A)},S=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)",...u(i,"multiSelect","control"),...u(f,void 0,"control")}),[i,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,...u(i,"multiSelect","clearButton"),...u(f,void 0,"clearButton")}),[i,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)",...u(i,"multiSelect","arrow"),...u(f,void 0,"arrow")}),[i,f]);return h.jsxs("div",{children:[h.jsx(B,{field:e,error:null,children:h.jsx("div",{style:{width:"100%"},children:h.jsxs("div",{ref:p,className:"reactaform-multiselection-control",style:S,onClick:I,tabIndex:0,role:"button","aria-haspopup":"listbox","aria-expanded":l,onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),I())},children:[h.jsxs("span",{style:{flex:1,color:"var(--reactaform-text-muted, #888)"},children:[v.length," / ",x.length," selected"]}),v.length>0&&h.jsx("button",{type:"button","aria-label":"Clear selections",onClick:w=>{w.stopPropagation(),n?.([],null)},style:R,children:h.jsx("span",{style:R,"aria-hidden":!0,children:"✖"})}),h.jsx("span",{style:j,"aria-hidden":!0,children:"▼"})]})})}),l&&y&&h.jsx(gt,{position:y,options:x,selectedValues:v,onToggleOption:N,onClose:()=>d(!1),controlRef:p,darkMode:c})]})},gt=({position:e,options:r,selectedValues:n,onToggleOption:o,onClose:t,controlRef:a,darkMode:c})=>{const i=s.useRef(null),[f,m]=s.useState(-1),{formStyle:u,fieldStyle:p}=V(),l=(R,j,w)=>{if(!j)return{};const A=R?.[j];return(w&&A?A[w]:void 0)??{}},d=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)",...l(u,"multiSelect","popup"),...l(p,void 0,"popup")}),[u,p]),y=s.useMemo(()=>({padding:"6px 8px",cursor:"pointer",display:"flex",alignItems:"center",background:"transparent",color:"var(--reactaform-text-color, #000)",...l(u,"multiSelect","option"),...l(p,void 0,"option")}),[u,p]);s.useEffect(()=>{const R=j=>{const w=j.target;!i.current?.contains(w)&&!a.current?.contains(w)&&t()};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[t,a]),s.useEffect(()=>{i.current&&r.length>0&&requestAnimationFrame(()=>m(R=>R===-1?0:R))},[r.length]),s.useEffect(()=>{if(!i.current||f<0)return;const R=i.current.querySelector(`#multi-opt-${f}`);R&&requestAnimationFrame(()=>R.focus())},[f]);const g=250,x=200,[v,C]=s.useState(null),[I,N]=s.useState(null);if(s.useEffect(()=>{if(typeof window>"u")return;const R=()=>{let k=e.x,A=e.y,$=g;const z=a?.current;if(z){const U=z.getBoundingClientRect();k=U.left,A=U.bottom,$=Math.max(80,Math.round(U.width))}k=Math.min(k,window.innerWidth-$),A=Math.min(A,window.innerHeight-x),C({left:k,top:A}),N($)};R(),window.addEventListener("scroll",R,!0),window.addEventListener("resize",R);let j=null;const w=a?.current;return typeof ResizeObserver<"u"&&w&&(j=new ResizeObserver(()=>R()),j.observe(w)),()=>{window.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R),j&&w&&j.unobserve(w)}},[a,e.x,e.y]),typeof window>"u")return null;let S=document.getElementById("popup-root");return S||(S=document.createElement("div"),S.id="popup-root",document.body.appendChild(S)),je.createPortal(h.jsx("div",{ref:i,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:I??g,...d},"data-reactaform-theme":c?"dark":"light",children:r.map((R,j)=>{const w=n.includes(R.value),k=c?"var(--reactaform-hover-bg, rgba(255,255,255,0.01))":"var(--reactaform-hover-bg, #eee)",A={...y,background:j===f?k:y.background};return h.jsxs("div",{id:`multi-opt-${j}`,onMouseDown:$=>{$.stopPropagation(),o(R.value)},onKeyDown:$=>{const z=r.length;switch($.key){case"ArrowDown":$.preventDefault(),m(U=>(U+1)%z);break;case"ArrowUp":$.preventDefault(),m(U=>(U-1+z)%z);break;case"Home":$.preventDefault(),m(0);break;case"End":$.preventDefault(),m(z-1);break;case"Enter":case" ":$.preventDefault(),$.stopPropagation(),o(R.value);break;case"Escape":$.preventDefault(),t(),a?.current?.focus();break}},tabIndex:j===f?0:-1,role:"option","aria-selected":w,style:A,onMouseEnter:$=>{$.currentTarget.style.background=k,m(j)},onMouseLeave:$=>{$.currentTarget.style.background="transparent",m(z=>z===j?-1:z)},children:[h.jsx("input",{type:"checkbox",checked:w,readOnly:!0,style:{marginRight:8,width:"1.125em",height:"1.125em",verticalAlign:"middle",accentColor:c?"#10b981":"#22c55e",cursor:"pointer"}}),R.label]},R.value)})}),S)},ht=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=e.min??void 0,f=e.max??void 0,m=Math.max(1,Math.round(e.step??1)),u=s.useCallback(g=>isNaN(g)?t("Must be a valid integer"):Number.isInteger(g)?i!==void 0&&g<i?t("Must be �?{{1}}",i):f!==void 0&&g>f?t("Must be �?{{1}}",f):H(a,e,g,t)??null:t("Must be an integer"),[a,e,t,i,f]),p=s.useRef(null),l=s.useRef(o);s.useEffect(()=>{l.current=o},[o]),s.useEffect(()=>{if(document.activeElement===c.current)return;const x=String(r),v=u(r);c.current&&(c.current.value=x),v!==p.current&&(p.current=v,l.current?.(v??null))},[r,u]);const d=g=>{if(g.trim()==="")return e.required?t("Value required"):null;const v=Number(g);return u(v)},y=g=>{const x=g.target.value,v=g.target.valueAsNumber,C=d(x);n?.(v,C)};return h.jsx(B,{field:e,error:d(String(r??"")),children:h.jsx("input",{ref:c,id:e.name,type:"number",defaultValue:String(r??""),min:i,max:f,step:m,onChange:y,style:{width:"100%",height:"100%"},className:F.input})})},bt=({field:e,value:r,onChange:n,onError:o})=>{const{t}=V(),a=s.useRef(null),{definitionName:c}=V(),i=s.useCallback(p=>{const l=String(p??"").trim();if(l==="")return e.required?t("Value required"):null;if(e.pattern)try{if(!new RegExp(e.pattern).test(l))return t("Phone number does not match pattern: {{1}}",`${e.pattern}`)}catch{}return H(c,e,l,t)},[c,e,t]),f=s.useRef(null),m=s.useRef(o);s.useEffect(()=>{m.current=o},[o]),s.useEffect(()=>{const p=String(r??""),l=i(p);a.current&&a.current.value!==String(p)&&(a.current.value=String(p)),l!==f.current&&(f.current=l,m.current?.(l??null))},[r,i]);const u=p=>{const l=p.target.value,d=l.trim();let y=null;if(d===""){y=e.required?t("Value required"):null,n?.(l,y);return}!y&&e.pattern&&!new RegExp(e.pattern).test(d)&&(y=t("Phone number does not match pattern: {{1}}",`${e.pattern}`)),n?.(l,y)};return h.jsx(B,{field:e,error:i(String(r??"")),children:h.jsx("input",{type:"tel",defaultValue:String(r??""),ref:a,onChange:u,className:W(F.input,F.textInput)})})},yt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=e.layout?.toLowerCase()==="horizontal"?"row":"column",i=s.useRef(null),f=s.useRef(o);s.useEffect(()=>{f.current=o},[o]);const m=s.useCallback(p=>p===""||p===null||p===void 0?t("Value required"):!e.options||e.options.length===0?null:e.options.some(d=>d.value===p)?H(a,e,p,t)??null:t("Invalid option selected"),[e,t,a]);s.useEffect(()=>{const p=r!=null?String(r):"",l=m(p);if(f.current?.(l??null),i.current){const d=Array.from(i.current.querySelectorAll("input[type=radio]"));if(l&&e.options&&e.options.length>0){const y=String(e.options[0].value);d.forEach(g=>g.checked=g.value===y),n?.(y,null)}else d.forEach(y=>y.checked=y.value===p)}},[r,m,n,e.options]);const u=p=>{const l=p.target.value,d=m(l);f.current?.(d??null),n?.(l,d)};return h.jsx(B,{field:e,error:m(String(r??"")),children:h.jsx("div",{style:{display:"flex",flexDirection:c,flexWrap:c==="row"?"wrap":"nowrap",gap:c==="row"?"12px":"4px",alignItems:c==="row"?"center":"flex-start",width:"100%"},ref:i,children:(e.options??[]).map(p=>h.jsxs("label",{style:{display:"flex",gap:"6px",alignItems:"center",whiteSpace:"nowrap"},children:[h.jsx("input",{type:"radio",name:e.name,value:String(p.value),defaultChecked:String(r??"")===String(p.value),onChange:u}),t(p.label)]},String(p.value)))})})},xt={display:"flex",gap:4},vt={cursor:"pointer",fontSize:"1.5rem",lineHeight:1,display:"inline-block",marginRight:"0.25rem",userSelect:"none",transition:"color 0.12s ease"},wt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),[c,i]=s.useState(null),f=e.max||5,m=s.useCallback(y=>e.required&&y===0?t("Value required"):H(a,e,y,t)??null,[e,t,a]),u=s.useRef(null),p=s.useRef(o);s.useEffect(()=>{p.current=o},[o]),s.useEffect(()=>{let y=r||0;r<0&&(y=0),r>f&&(y=f);const g=m(y);g!==u.current&&(u.current=g,p.current?.(g??null))},[r,m,f]);const l=y=>{const g=m(y);n?.(y,g)},d=(()=>{let y=r||0;return y<0&&(y=0),y>f&&(y=f),y})();return h.jsx(B,{field:e,error:m(d),children:h.jsx("div",{style:xt,children:(()=>{const y=e.icon,g=y&&String(y).trim()?String(y):"★";return[...Array(f)].map((x,v)=>{const C=v<d,N=c!==null&&v<=c||C?"gold":"lightgray";return h.jsx("span",{onClick:()=>l(v+1),onMouseEnter:()=>i(v),onMouseLeave:()=>i(null),style:{...vt,color:N},"aria-label":`Rating ${v+1}`,title:t(`${e.displayName} ${v+1}`),children:g},v)})})()})})},St=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/;function Ct(e){return St.test(e)}const Rt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useRef(null),f=s.useCallback(y=>{let g=null;if(y.trim()==="")return t("Value required");if(!Ct(y))return t("Invalid number");const x=Number(y);return typeof e.min=="number"&&x<e.min?t("Value should be at least {{1}}",e.min):typeof e.max=="number"&&x>e.max?t("Value should be at most {{1}}",e.max):(g||(g=H(a,e,x,t)),g)},[a,e,t]),m=s.useRef(null),u=s.useRef(o);s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const y=String(r),g=f(y);i.current&&document.activeElement!==i.current&&(i.current.value=isNaN(Number(y))?String(e.min??0):String(Number(y))),c.current&&document.activeElement!==c.current&&(c.current.value=y),g!==m.current&&(m.current=g,u.current?.(g??null))},[r,f,e.min]);const p=e.min??0,l=e.max??100,d=y=>{const g=y.target.value,x=f(g);n?.(g,x)};return h.jsx(B,{field:e,error:f(String(r??"")),children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"8px",width:"100%"},children:[h.jsx("input",{ref:i,type:"range",defaultValue:isNaN(Number(r))?String(p):String(Number(r)),onChange:d,min:p,max:l,style:{padding:"0px, 0px",flex:1},className:F.rangeInput}),h.jsx("input",{ref:c,type:"text",defaultValue:String(r??""),onChange:d,required:!0,style:{width:"40px",minWidth:"40px",height:"2.3em",textAlign:"center",flexShrink:0},className:W(F.input,F.textInput)})]})})},Et=({field:e,value:r,onChange:n,onError:o})=>{const{t,formStyle:a,fieldStyle:c,definitionName:i}=V(),f=a,m=c,u=(S,R,j)=>{if(!R)return{};const w=S?.[R];return(j&&w?w[j]:void 0)??{}},p=s.useMemo(()=>({display:"inline-block",position:"relative",width:44,height:24,...u(f,"switch","label"),...u(m,void 0,"label")}),[f,m]),l=s.useMemo(()=>({position:"absolute",opacity:0,top:0,left:0,width:"100%",height:"100%",margin:0,cursor:"pointer",pointerEvents:"none",...u(f,"switch","hiddenInput"),...u(m,void 0,"hiddenInput")}),[f,m]),d=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",...u(f,"switch","slider"),...u(m,void 0,"slider")}),[f,m]),y=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)",...u(f,"switch","knob"),...u(m,void 0,"knob")}),[f,m]),g=!!r,x=s.useRef(null),v=s.useRef(o),C=s.useCallback(S=>S?H(i,e,S,t)??null:e.required?t("Value required"):null,[e,t,i]),I=()=>{const S=!g,R=C(S);n?.(S,R)};s.useEffect(()=>{v.current=o},[o]),s.useEffect(()=>{const S=C(g);S!==x.current&&(x.current=S,v.current?.(S??null))},[g,e,C]);const N=e.name;return h.jsx(B,{field:e,error:C(g),rightAlign:!1,children:h.jsxs("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",width:"100%"},children:[h.jsx("label",{className:F.label,htmlFor:N,style:{textAlign:"left",justifyContent:"flex-start"},children:t(e.displayName)}),h.jsxs("label",{style:p,children:[h.jsx("input",{id:e.name,type:"checkbox",checked:g,readOnly:!0,"aria-label":t(e.displayName),style:l,tabIndex:-1}),h.jsx("span",{role:"switch","data-testid":"switch",tabIndex:0,"aria-checked":g,onClick:I,onKeyDown:S=>{(S.key===" "||S.key==="Spacebar"||S.key==="Space"||S.key==="Enter")&&(S.preventDefault(),I())},className:`reactaform-switch ${g?"active checked on":""} `,style:g?{...d,backgroundColor:"var(--reactaform-switch-on-bg, #22c55e)",borderColor:"var(--reactaform-switch-on-border, #16a34a)"}:d,children:h.jsx("span",{style:{...y,transform:g?"translateX(20px)":void 0}})})]})]})})},He=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=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]),u=s.useCallback(l=>l.trim()===""?e.required?t("Value required"):null:e.minLength!==void 0&&l.length<e.minLength?t("Must be at least {{1}} characters",e.minLength):e.maxLength!==void 0&&l.length>e.maxLength?t("Must be at most {{1}} characters",e.maxLength):m&&!m.test(l)?t("Input does not match pattern: {{1}}",e.pattern):H(a,e,l,t),[e,a,t,m]),p=l=>{const d=l.target.value,y=u(d);n?.(d,y)};return s.useEffect(()=>{const l=u(r);c.current&&c.current.value!==String(r??"")&&(c.current.value=String(r??"")),l!==i.current&&(i.current=l,f.current?.(l??null))},[r,u]),h.jsx(B,{field:e,error:u(String(r??"")),children:h.jsx("input",{id:e.name,type:"text",defaultValue:String(r??""),ref:c,onChange:p,className:W(F.input,F.textInput)})})},jt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useRef(o),f=e.includeSeconds??!0;s.useEffect(()=>{i.current=o},[o]);const m=s.useCallback(p=>{if(!p||p.trim()==="")return e.required||e.min||e.max?t("Value required"):null;const l=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},d=l(p);if(Number.isNaN(d))return t("Invalid time format");if(e.min&&typeof e.min=="string"){const g=l(e.min);if(!Number.isNaN(g)&&d<g)return t("Time must be on or after {{1}}",e.min)}if(e.max&&typeof e.max=="string"){const g=l(e.max);if(!Number.isNaN(g)&&d>g)return t("Time must be on or before {{1}}",e.max)}return H(a,e,p,t)??null},[e,a,t]),u=p=>{const l=p.target.value,d=m(l);n?.(l,d)};return s.useEffect(()=>{const p=m(r);p!==c.current&&(c.current=p,i.current?.(p??null))},[r,m]),h.jsx(B,{field:e,error:m(r),children:h.jsx("input",{id:e.name,type:"time",value:r,step:f?1:60,onChange:u,min:typeof e.min=="string"?e.min:void 0,max:typeof e.max=="string"?e.max:void 0,className:W(F.input,F.textInput)})})},fe={};function kt(e,r){if(e in fe)return;const n=Oe[e]??{},o={},t={},a={};for(const[i,f]of Object.entries(n))typeof f.factor=="number"&&(o[i]=f.factor),t[i]=r(i),a[r(i)]=i;const c=Object.keys(n)[0]??"";fe[e]={default:c,factors:o,labels:t,reverseLabels:a}}function Nt(e,r,n){if(e==="C"){if(r==="F")return n*(9/5)+32;if(r==="K")return n+273.15}else if(e==="F"){if(r==="C")return(n-32)*5/9;if(r==="K")return(n-32)*5/9+273.15}else if(e==="K"){if(r==="C")return n-273.15;if(r==="F")return(n-273.15)*9/5+32}return n}function It(e,r,n){if(!Number.isFinite(e))return[];if(n===fe.temperature)return Object.keys(n.labels).map(a=>{const c=Nt(r,a,e);return Number.isFinite(c)?{label:`${c.toFixed(6)} ${a}`,value:c.toString(),unit:a}:{label:`${String(c)} ${a}`,value:String(c),unit:a}});const t=n.factors[r];return t===void 0?[]:Object.entries(n.factors).map(([a,c])=>{const i=e/t*c;return Number.isFinite(i)?{label:`${i.toFixed(6)} ${a}`,value:i.toString(),unit:a}:{label:`${String(i)} ${a}`,value:String(i),unit:a}})}function pe(e,r){return e in r.labels?e:r.reverseLabels&&r.reverseLabels[e]?r.reverseLabels[e]:null}const Ft=/^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][-+]?\d+)?$/,At=({unitFactors:e,field:r,value:n,onChange:o,onError:t})=>{const{t:a,definitionName:c}=V(),i=s.useRef(null),f=s.useRef(null),m=s.useRef(null),[u,p]=s.useState(null),[l,d]=s.useState(null),[y,g]=s.useState(!1),[x,v]=s.useState(null),[C,I]=s.useState([]),N=s.useCallback((T,M)=>{if(!T||T.trim()==="")return r.required?a("Value required"):null;if(!Ft.test(T))return a("Must be a valid number");const b=H(c,r,[T,M],a);return b||null},[c,r,a]),S=e.reverseLabels!==void 0?e.reverseLabels:Object.fromEntries(Object.entries(e.labels).map(([T,M])=>[M,T]));s.useEffect(()=>{const T=String(n[0]);let M=n[1]??e.default;M=pe(M,e)||M;const b=document.activeElement;b===i.current||b===f.current||(i.current&&(i.current.value=T),f.current&&(f.current.value=M),m.current!==null&&(cancelAnimationFrame(m.current),m.current=null),m.current=requestAnimationFrame(()=>{m.current=null,p(null),d(null)}))},[n,e]),s.useEffect(()=>()=>{m.current!==null&&(cancelAnimationFrame(m.current),m.current=null)},[]);const R=s.useRef(null),j=s.useRef(t);s.useEffect(()=>{j.current=t},[t]),s.useEffect(()=>{const T=String(n[0]);let M=n[1]??e.default;M=pe(M,e)||M;const b=N(T,M);b!==R.current&&(R.current=b,j.current?.(b??null))},[n,e,N]);const w=(T,M,b)=>{const E=S[M]||M;o?.([T,E],b)},k=T=>{const M=T.target.value,b=f.current?f.current.value:e.default,E=N(M,b);p(M),w(M,b,E)},A=T=>{const M=T.target.value,b=i.current?i.current.value:String(n[0]??""),E=N(b,M);d(M),f.current&&(f.current.value=M),w(b,M,E)},$=T=>{const M=i.current?i.current.value:String(n[0]??""),b=parseFloat(M),E=f.current?f.current.value:e.default;if(N(M,E)||!M.trim()||!Number.isFinite(b))return;const q=T.currentTarget.getBoundingClientRect(),Z=q.left,ee=q.bottom;v({x:Z,y:ee});const D=It(b,E,e);if(D.length===0){I([]),g(!1);return}I(D),g(O=>!O)},z=T=>{const{value:M,unit:b}=T;g(!1),v(null),i.current&&(i.current.value=M),f.current&&(f.current.value=b),p(M),d(b);const E=N(M,b);w(M,b,E)},U=String(n[0]??""),ne=pe(n[1]??e.default,e)||(n[1]??e.default),K=u??U,J=!!N(K,l??ne)||!K.trim(),Q={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:J?"var(--reactaform-button-disabled-bg, #cccccc)":"var(--reactaform-button-bg, var(--reactaform-success-color))",color:"var(--reactaform-button-text, #ffffff)",cursor:J?"var(--reactaform-button-disabled-cursor, not-allowed)":"pointer",opacity:J?+"var(--reactaform-button-disabled-opacity, 0.6)":1,display:"flex",alignItems:"center",justifyContent:"center"};return h.jsx(B,{field:r,error:N(U,ne),children:h.jsxs("div",{style:{display:"flex",alignItems:"center",gap:"var(--reactaform-unit-gap, 8px)",width:"100%"},children:[h.jsx("input",{type:"text",ref:i,defaultValue:String(n[0]??""),onChange:k,style:{width:"var(--reactaform-unit-input-width, 100px)"},className:W(F.input,F.textInput)}),h.jsx("select",{ref:f,defaultValue:pe(n[1]??e.default,e)||(n[1]??e.default),onChange:A,className:W(F.input,F.inputSelect),children:Object.keys(e.labels).map(T=>h.jsx("option",{value:T,children:e.labels[T]??T},T))}),h.jsxs("div",{style:{display:"flex",alignItems:"center"},children:[h.jsx("button",{onClick:$,"aria-disabled":J,disabled:J,style:Q,className:F.button,children:h.jsx("span",{style:{fontSize:"var(--reactaform-unit-btn-icon-size, 1em)",lineHeight:"1",transform:"translateY(-1px)",pointerEvents:"none"},children:"⟷"})}),y&&C&&h.jsx(nr,{pos:x,options:C,onClose:()=>{v(null),g(!1)},onClickOption:z})]})]})})};function Mt({field:e,value:r,onChange:n}){const{t:o}=V(),t=e.dimension;if(!t)return null;fe[t]||kt(t,o);const a=fe[t];return a?h.jsx(At,{unitFactors:a,field:e,value:r,onChange:n}):null}const Ot=/^(https?|ftp|file):\/\/[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]$/i,$t=e=>{try{return new URL(e),!0}catch{return!1}},Vt=({field:e,value:r,onChange:n,onError:o})=>{const{t,definitionName:a}=V(),c=s.useRef(null),i=s.useCallback(p=>{const l=p.trim();return l===""?e.required?t("Value required"):null:!Ot.test(l)&&!$t(l)?t("Must be a valid URL"):H(a,e,l,t)??null},[a,e,t]),f=p=>{const l=p.target.value,d=i(l);n?.(l.trim(),d)},m=s.useRef(null),u=s.useRef(o);return s.useEffect(()=>{u.current=o},[o]),s.useEffect(()=>{const p=r??"",l=i(p);c.current&&c.current.value!==String(p)&&(c.current.value=String(p)),l!==m.current&&(m.current=l,u.current?.(l??null))},[r,i]),h.jsx(B,{field:e,error:i(String(r??"")),children:h.jsx("input",{id:e.name,type:"url",defaultValue:String(r??""),ref:c,onChange:f,style:{alignItems:"left"},className:W(F.input,F.textInput),placeholder:"https://example.com"})})},Ee=new ge,zt=new Set(["checkbox","switch","dropdown","radio","multi-selection","slider","stepper","color","rating"]),or={checkbox:Hr,color:Wr,date:Jr,dropdown:Gr,email:Xr,file:Qr,float:st,"float-array":nt,image:ct,int:mt,"int-array":ut,"multi-selection":pt,multiline:dt,phone:bt,radio:yt,rating:wt,separator:Zr,slider:Rt,string:He,stepper:ht,switch:Et,text:He,time:jt,unit:Mt,url:Vt};function ar(e,r,n){if(!n&&e in or){console.warn(`Can't Overwrite Base Component type "${e}".`);return}if(zt.has(e)){Ee.register(e,r);return}const o=t=>{const{callback:c,cancel:i}=We((...f)=>{const m=t.onChange;typeof m=="function"&&m(...f)},200);return s.useEffect(()=>()=>{i()},[i]),s.createElement(r,{...t,onChange:c})};Ee.register(e,o)}function Tt(e,r){ar(e,r,!1)}function sr(e){return Ee.get(e)}let Ue=!1;function ir(){Ue||(Object.entries(or).forEach(([e,r])=>{ar(e,r,!0)}),Ue=!0)}const cr=new ge;function lr(e,r){cr.register(e,r)}function Dt(e){return cr.get(e)}lr("Preset_AlertSubmitHandler",(e,r,n)=>{const o={name:r||"Unnamed Instance",version:e.version,definition:e.name,values:n},t=JSON.stringify(o,null,2);alert(t)});const ur=s.memo(({field:e,value:r,handleChange:n,handleError:o})=>{const t=sr(e.type),a=s.useCallback((i,f)=>n(e.name,i,f),[n,e.name]),c=s.useCallback(i=>o?.(e.name,i),[o,e.name]);return t?h.jsx(t,{field:e,value:r,onChange:a,onError:c}):null},(e,r)=>e.field===r.field&&e.value===r.value&&e.handleChange===r.handleChange&&e.handleError===r.handleError);ur.displayName="FieldWrapper";const fr=(e,r,n,o)=>h.jsx(ur,{field:e,value:r[e.name],handleChange:n,handleError:o},e.name),mr=s.memo(({groupName:e,isOpen:r,fields:n,valuesMap:o,handleChange:t,handleError:a,toggleGroup:c,t:i})=>{const f=s.useCallback(()=>c(e),[c,e]),{formStyle:m,fieldStyle:u}=V(),p=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||{},...u?.fieldset||{}}),[m,u]),l=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||{},...u?.legend||{}}),[m,u]);return h.jsxs("fieldset",{style:p,children:[h.jsxs("legend",{onClick:f,style:l,children:[h.jsx("span",{children:i(e)}),h.jsx("span",{children:r?"▼":"▶"})]}),r&&n.map(d=>h.jsx("div",{children:fr(d,o,t,a)},d.name))]})});mr.displayName="FieldGroup";const Lt=(e,r,n,o,t,a,c,i,f)=>{const m=r.slice(0,i).filter(d=>c[d.name]),p=zr(m).groups,l=[];return p.forEach(d=>{if(d.name){const y=e[d.name]??!0;l.push(h.jsx(mr,{groupName:d.name,isOpen:y,fields:d.fields,valuesMap:n,handleChange:t,handleError:a,toggleGroup:f,t:o},d.name))}else d.fields.forEach(y=>l.push(h.jsx("div",{children:fr(y,n,t,a)},y.name)))}),l},Pt=e=>{const r={};return e.forEach(n=>{r[n.name]=!1}),r},$e=(e,r,n,o)=>{const t=r[e];if(!t?.children)return;const a=n[e],c=a!=null?String(a):"";(t.children[c]||[]).forEach(f=>{o[f]=!0,$e(f,r,n,o)})},dr=(e,r,n)=>{const o=r[e];o?.children&&Object.values(o.children).flat().forEach(t=>{n[t]=!1,dr(t,r,n)})},_t=(e,r,n,o)=>{const t={...n};return e.forEach(a=>{(!a.parents||Object.keys(a.parents).length===0)&&(t[a.name]=!0,$e(a.name,o,r,t))}),t},qt=(e,r,n,o,t)=>{const a={...e};if(dr(o,r,a),t!=null){const c=r[o];if(c?.children){const i=String(t);(c.children[i]||[]).forEach(m=>{a[m]=!0,$e(m,r,n,a)})}}return a};function Bt(e,r,n,o,t){const a=Object.values(t).filter(Boolean);if(a.length>0)return{success:!1,message:o("Please fix validation errors before submitting."),errors:a};const c={...n},i=[];if(e&&Array.isArray(e.properties))for(const m of e.properties){const u=m.name,p=c[u];if(p==null)continue;const l=m.type;try{if((l==="int"||l==="number"||l==="float")&&typeof p=="string"){const d=Number(String(p).trim());isNaN(d)?i.push(o(`Invalid number format for field ${m.displayName||u}`)):c[u]=d}else if((l==="int-array"||l==="float-array")&&typeof p=="string"){const y=String(p).split(",").map(g=>g.trim()).filter(Boolean).map(g=>{const x=Number(g);return isNaN(x)?(i.push(o(`Invalid number "${g}" in array for field ${m.displayName||u}`)),0):x});i.length===0&&(c[u]=y)}}catch(d){i.push(o(`Error processing field ${m.displayName||u}: ${d}`))}}if(i.length>0)return{success:!1,message:o("Data transformation errors occurred."),errors:i};const f=Ze(e,c,o);if(f&&f.length>0)return{success:!1,message:"Validation Fail",errors:f};if(e&&typeof e.submitHandlerName=="string"){const m=Dt(e.submitHandlerName);if(m)try{const u=m(e,r?.name??null,c,o);if(u&&u.length>0)return{success:!1,message:o("Submission failed."),errors:Array.isArray(u)?u:[u]}}catch(u){return{success:!1,message:o("Submission handler error occurred."),errors:[String(u)]}}}return{success:!0,message:o("Form submitted successfully."),data:c}}const pr=({definition:e,instance:r,chunkSize:n=50,chunkDelay:o=50})=>{const{properties:t,displayName:a}=e,c=V(),{t:i,formStyle:f,language:m}=c,u={...c,definitionName:e?.name??c.definitionName},[p,l]=s.useState("en"),[d,y]=s.useState([]),[g,x]=s.useState({}),[v,C]=s.useState({}),[I,N]=s.useState({}),[S,R]=s.useState({}),[j,w]=s.useState({}),[k,A]=s.useState(null),[$,z]=s.useState(null),[U,ne]=s.useState(0),[K,ae]=s.useState(!1),[J,Q]=s.useState(!1),[T,M]=s.useState(r.name||""),b=s.useRef(r),E=s.useRef(!1);s.useEffect(()=>{const O=Object.fromEntries(t.map(_=>[_.name,{..._,children:{}}]));t.forEach(_=>{_.parents&&Object.entries(_.parents).forEach(([se,he])=>{const ie=O[se];ie&&he.forEach(br=>{ie.children||(ie.children={});const Ve=String(br);ie.children[Ve]=[...ie.children[Ve]||[],_.name]})})}),Vr(t,O);const L=Object.values(O),Y={};L.forEach(_=>{if(_.type==="unit"){const se=typeof _.defaultValue=="number"?String(_.defaultValue):"",he=typeof _.defaultUnit=="string"?_.defaultUnit:String(_.defaultUnit??"m");Y[_.name]=[se,he]}else Y[_.name]=_.defaultValue}),b.current=r,Object.keys(r.values).forEach(_=>{O[_]!==void 0&&(Y[_]=r.values[_])});const G=Pt(L),X={};L.forEach(_=>{_.group&&!(_.group in X)&&(X[_.group]=!0)});const oe=requestAnimationFrame(()=>{y(L),x(O),C(Y),N(_t(L,Y,G,O)),R(X),ae(!0),M(r.name)});return()=>cancelAnimationFrame(oe)},[t,r,e]),s.useEffect(()=>{if(!K||U>=d.length)return;const O=setTimeout(()=>{ne(L=>Math.min(L+n,d.length))},o);return()=>clearTimeout(O)},[K,U,d.length,n,o]);const P=s.useCallback((O,L,Y)=>{A(null),z(null),C(G=>{const X={...G,[O]:L},oe=g[O];return oe&&["checkbox","dropdown","multi-select","radio","switch"].includes(oe.type)&&N(se=>qt(se,g,X,O,String(L))),X}),w(G=>Y?{...G,[O]:Y}:Object.fromEntries(Object.entries(G).filter(([oe])=>oe!==O)))},[g,A,z]);s.useEffect(()=>{let O=0;return O=requestAnimationFrame(()=>{m!==p&&(l(m||"en"),A(null),z(null))}),()=>cancelAnimationFrame(O)},[m,p]),s.useEffect(()=>{let O=0;return O=requestAnimationFrame(()=>{if(E.current){E.current=!1,b.current=r,M(r.name||"");return}b.current=r,A(null),z(null),M(r.name||"")}),()=>cancelAnimationFrame(O)},[r,r.name]);const q=s.useCallback((O,L)=>{w(Y=>L?{...Y,[O]:String(L)}:Object.fromEntries(Object.entries(Y).filter(([X])=>X!==O)))},[]),Z=()=>{E.current=!0;const O=b.current?.name;b.current.name=T;const L=Bt(e,b.current,v,i,j),Y=typeof L.message=="string"?L.message:String(L.message),G=Object.values(L.errors??{}).join(`
|
|
293
|
+
`);A(G?Y+`
|
|
294
|
+
`+G:Y),z(L.success),L.success||(b.current.name=O??b.current.name,M(O??""))},ee=O=>{R(L=>({...L,[O]:!L[O]}))},D=s.useMemo(()=>Object.values(j).some(Boolean),[j]);return h.jsx(ke.Provider,{value:u,children:h.jsxs("div",{style:f.container,children:[a&&h.jsx("h2",{style:f.titleStyle,children:i(a)}),k&&h.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:[h.jsx("div",{style:{whiteSpace:"pre-wrap",flex:1},children:k}),h.jsx("button",{onClick:()=>{A(null),z(null)},"aria-label":i("Dismiss"),style:{marginLeft:12,background:"transparent",border:"none",cursor:"pointer",color:"inherit",fontSize:16,lineHeight:1},children:"×"})]}),r&&h.jsx(Ge,{name:T,onChange:O=>{M(O),A(null),z(null)}}),h.jsxs(h.Fragment,{children:[Lt(S,d,v,i,P,q,I,U,ee),U<d.length&&h.jsx("div",{style:{fontSize:"0.9em",color:"var(--reactaform-text-muted, #666)"}})]}),h.jsx("button",{onClick:Z,disabled:D,onMouseEnter:()=>Q(!0),onMouseLeave:()=>Q(!1),style:{padding:"var(--reactaform-button-padding, var(--reactaform-space) 12px)",backgroundColor:D?"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:D?"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:D?"var(--reactaform-button-disabled-opacity, 0.6)":J?"var(--reactaform-button-hover-opacity, 0.9)":"1"},children:i("Submit")})]})})};ir();const Ht=(e,r=!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"}}),Ut=(e,r=!1)=>{const n={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:n,textInput:n,optionInput:n,select:{...n,cursor:"pointer",backgroundRepeat:"no-repeat",backgroundPosition:"right 8px center",backgroundSize:"16px",paddingRight:"32px",backgroundImage:`url("data:image/svg+xml;utf8,<svg
|
|
295
295
|
xmlns='http://www.w3.org/2000/svg'
|
|
296
296
|
viewBox='0 0 24 24'
|
|
297
297
|
fill='none'
|
|
@@ -300,4 +300,4 @@ React keys must be passed directly to JSX without using spread:
|
|
|
300
300
|
stroke-linecap='round'
|
|
301
301
|
stroke-linejoin='round'>
|
|
302
302
|
<polyline points='6,9 12,15 18,9'/>
|
|
303
|
-
</svg>")`},textarea:{...n,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"}}},
|
|
303
|
+
</svg>")`},textarea:{...n,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"}}},gr=({children:e,definitionName:r="",defaultStyle:n,defaultLanguage:o="en",defaultDarkMode:t=!1,defaultLocalizeName:a="",className:c="reactaform-container"})=>{const i=r,f=a,m=t,u=o,p=s.useMemo(()=>n??{},[n]),[l,d]=s.useState({}),[y,g]=s.useState({}),[x,v]=s.useState({}),[C,I]=s.useState({});s.useEffect(()=>{let w=!0;return(async()=>{if(u==="en"){w&&(d({}),g({}));return}try{const A=await Dr(u),$=A.success?A.translations:{};w&&d($);const z=await Lr(u,f),U=z.success?z.translations:{};w&&g(U)}catch{w&&(d({}),g({}))}})(),()=>{w=!1}},[u,f]),s.useEffect(()=>{I(Ht(p,m)),v(Ut(p,m))},[p,m]);const N=s.useMemo(()=>_r(u,l,y),[u,l,y]),S=s.useCallback((w,...k)=>N(w,...k),[N]),R=s.useMemo(()=>({definitionName:i,language:u,darkMode:m,formStyle:C,fieldStyle:x,t:S}),[i,u,m,x,C,S]),j=p?.height?{height:"100%"}:void 0;return h.jsx(ke.Provider,{value:R,children:h.jsx("div",{"data-reactaform-theme":m?"dark":"light",className:c,style:j,children:e})})};function Wt(e){if(!e||typeof e!="object")return"Definition must be an object";const r=e;if(!r.name||typeof r.name!="string")return"Definition must include a 'name' string";if(!r.version||typeof r.version!="string")return"Definition must include a 'version' string";if(r.properties!==void 0&&!Array.isArray(r.properties))return"'properties' must be an array if provided";if(Array.isArray(r.properties))for(let n=0;n<r.properties.length;n++){const o=r.properties[n];if(!o||typeof o!="object")return`Property at index ${n} must be an object`;if(!o.name||typeof o.name!="string")return`Property at index ${n} 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 Yt(e,r={}){const{validateSchema:n=!0}=r;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 t;try{t=JSON.parse(o)}catch(a){return{success:!1,error:`Invalid JSON format: ${a instanceof Error?a.message:"Unknown parsing error"}`}}if(n){const a=Wt(t);if(a)return{success:!1,error:`Schema validation failed: ${a}`}}return{success:!0,definition:t}}catch(o){return{success:!1,error:`Unexpected error loading definition: ${o instanceof Error?o.message:"Unknown error"}`}}}function hr(e,r){try{if(!e)return{success:!1,error:"Definition is required"};if(!r||typeof r!="string")return{success:!1,error:"Instance name is required"};const n={name:r,definition:e.name??"unknown",version:e.version??"1.0.0",values:{}},o=e.properties||[];return Array.isArray(o)&&o.forEach(t=>{const a=t;a.defaultValue!==void 0&&(n.values[a.name]=a.defaultValue)}),{success:!0,instance:n}}catch(n){return{success:!1,error:`Error creating instance: ${n instanceof Error?n.message:"Unknown error"}`}}}function Jt(e){try{if(!e)return{success:!1,error:"Instance data is required"};let r;if(typeof e=="string")try{r=JSON.parse(e)}catch(n){return{success:!1,error:`Invalid JSON format: ${n instanceof Error?n.message:"Unknown parsing error"}`}}else r=e;return typeof r!="object"||r===null?{success:!1,error:"Instance must be a valid object"}:{success:!0,instance:r}}catch(r){return{success:!1,error:`Error loading instance: ${r instanceof Error?r.message:"Unknown error"}`}}}ir();function Gt(e){const[r,n]=s.useState(null);return s.useEffect(()=>{const o=document.querySelector("[data-reactaform-theme]");if(!o)return;const t=o.closest("[data-reactaform-theme]");if(!t)return;const a=()=>n(t.getAttribute("data-reactaform-theme"));a();const c=new MutationObserver(i=>{for(const f of i)f.type==="attributes"&&f.attributeName==="data-reactaform-theme"&&a()});return c.observe(t,{attributes:!0,attributeFilter:["data-reactaform-theme"]}),()=>c.disconnect()},[e]),r}const Kt=({definitionData:e,instance:r,language:n,className:o,darkMode:t,style:a})=>{const c=s.useMemo(()=>{try{return typeof e=="string"?JSON.parse(e):e??null}catch{return null}},[e]),i={fontSize:"inherit",fontFamily:"inherit",...a},f=Gt(),m=t??f==="dark",u=n??"en";if(s.useEffect(()=>{let l=document.getElementById("popup-root");l||(l=document.createElement("div"),l.id="popup-root",document.body.appendChild(l))},[]),!c)return h.jsx("div",{style:{color:"red"},children:"Error: No form definition provided."});let p=r;if(!p){const l=hr(c,c.name);if(!l.success||!l.instance)return h.jsx("div",{style:{color:"red"},children:"Error: Failed to create instance from definition."});p=l.instance}return h.jsx(gr,{definitionName:c.name,defaultStyle:i,defaultLanguage:u,defaultDarkMode:m,defaultLocalizeName:c.localization||"",className:o,children:h.jsx(pr,{definition:c,instance:p})})};function Xt(){if(!(typeof document>"u")&&!document.getElementById("reactaform-styles"))try{const e=document.createElement("style");e.id="reactaform-styles",e.textContent=yr,document.head.appendChild(e)}catch{}}Xt();exports.CSS_CLASSES=F;exports.ReactaForm=Kt;exports.ReactaFormProvider=gr;exports.ReactaFormRenderer=pr;exports.StandardFieldLayout=B;exports.Units=Br;exports.combineClasses=W;exports.createInstanceFromDefinition=hr;exports.deserializeDefinition=Mr;exports.deserializeInstance=Ir;exports.getComponent=sr;exports.loadInstance=Jt;exports.loadJsonDefinition=Yt;exports.registerComponent=Tt;exports.registerFieldValidationHandler=Rr;exports.registerFormValidationHandler=Cr;exports.registerSubmissionHandler=lr;exports.serializeDefinition=Ar;exports.serializeInstance=kr;exports.useDebouncedCallback=We;exports.useReactaFormContext=V;exports.validateFieldValue=H;exports.validateFormValues=Ze;
|