@object-ui/plugin-detail 4.5.0 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @object-ui/plugin-detail
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f490ad: test(perms): add field-level permission negative tests for DetailView
8
+ and ListView. Mounts each consumer inside a `PermissionProvider` that
9
+ denies read on a specific field and asserts the field never reaches
10
+ the rendered DOM (sections, top-level fields, summary chips,
11
+ constructed list columns). Closes the automated half of the Sprint 3-A
12
+ "Known limitations" — backend enforcement is still required, but the
13
+ client-side defence-in-depth is now regression-tested.
14
+
3
15
  ## 4.5.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.js CHANGED
@@ -882,9 +882,9 @@ var pt = ({ title: e, type: t, api: r, data: f, schema: p, columns: m, className
882
882
  return o.length === 0 ? null : /* @__PURE__ */ Z(_, {
883
883
  className: L("bg-muted/30 border-dashed", n),
884
884
  children: /* @__PURE__ */ Z(v, {
885
- className: "py-3 px-4",
885
+ className: "@container py-3 px-4",
886
886
  children: /* @__PURE__ */ Z("div", {
887
- className: L("grid gap-4", o.length === 1 ? "grid-cols-1" : o.length === 2 ? "grid-cols-2" : o.length === 3 ? "grid-cols-3" : "grid-cols-2 md:grid-cols-4"),
887
+ className: L("grid gap-4", o.length === 1 ? "grid-cols-1" : o.length === 2 ? "grid-cols-1 @sm:grid-cols-2" : o.length === 3 ? "grid-cols-1 @sm:grid-cols-3" : "grid-cols-1 @sm:grid-cols-2 @xl:grid-cols-4"),
888
888
  children: o.map((e) => {
889
889
  let n = t[e.name], o = i?.fields?.[e.name], s = e.type || o?.type, c = {
890
890
  name: e.name,
@@ -896,7 +896,7 @@ var pt = ({ title: e, type: t, api: r, data: f, schema: p, columns: m, className
896
896
  ...o?.format && { format: o.format }
897
897
  }, l = Qe($e(c) || s || "text");
898
898
  return /* @__PURE__ */ Q("div", {
899
- className: "flex flex-col gap-0.5",
899
+ className: "flex min-w-0 flex-col gap-0.5",
900
900
  children: [/* @__PURE__ */ Q("span", {
901
901
  className: "text-xs font-medium text-muted-foreground uppercase tracking-wide",
902
902
  children: [e.icon && /* @__PURE__ */ Z("span", {
@@ -904,7 +904,7 @@ var pt = ({ title: e, type: t, api: r, data: f, schema: p, columns: m, className
904
904
  children: e.icon
905
905
  }), a(r || "", e.name, e.label)]
906
906
  }), /* @__PURE__ */ Z("span", {
907
- className: "text-sm font-semibold truncate",
907
+ className: "block min-w-0 truncate text-sm font-semibold",
908
908
  children: /* @__PURE__ */ Z(l, {
909
909
  value: n,
910
910
  field: c
@@ -3056,7 +3056,7 @@ function bn({ open: e, onClose: t, title: n, record: i, objectName: a, recordId:
3056
3056
  m,
3057
3057
  v,
3058
3058
  _
3059
- ]), w = c?.fields ?? {}, k = (Object.keys(w).length ? Object.keys(w) : Object.keys(i)).filter((e) => !d.has(e) && !e.startsWith("__")).filter((e) => e in i).map((e) => {
3059
+ ]), w = c?.fields ?? {}, k = (Object.keys(w).length ? Object.keys(w) : Object.keys(i)).filter((e) => !d.has(e) && !e.startsWith("__")).filter((e) => e in i).filter((e) => !w[e]?.hidden).map((e) => {
3060
3060
  let t = w[e] || {}, n = t.type === "lookup" || t.type === "master_detail" || t.type === "reference";
3061
3061
  return {
3062
3062
  name: e,
@@ -1,4 +1,4 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`@object-ui/core`),require(`react`),require(`@object-ui/components`),require(`lucide-react`),require(`@object-ui/react`),require(`@object-ui/fields`),require(`react/jsx-runtime`),require(`@object-ui/permissions`)):typeof define==`function`&&define.amd?define([`exports`,`@object-ui/core`,`react`,`@object-ui/components`,`lucide-react`,`@object-ui/react`,`@object-ui/fields`,`react/jsx-runtime`,`@object-ui/permissions`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.ObjectUIPluginDetail={},e.ObjectUICore,e.React,e.ObjectUIComponents,e.LucideReact,e.ObjectUIReact,e.ObjectUIFields,e.jsxRuntime,e._object_ui_permissions))})(this,function(e,t,n,r,i,a,o,s,c){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var l=Object.create,u=Object.defineProperty,d=Object.getOwnPropertyDescriptor,f=Object.getOwnPropertyNames,p=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,h=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=f(t),a=0,o=i.length,s;a<o;a++)s=i[a],!m.call(e,s)&&s!==n&&u(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=d(t,s))||r.enumerable});return e};n=((e,t,n)=>(n=e==null?{}:l(p(e)),h(t||!e||!e.__esModule?u(n,`default`,{value:e,enumerable:!0}):n,e)))(n,1);var g=new Set([`textarea`,`markdown`,`html`,`grid`,`rich-text`,`field:textarea`,`field:markdown`,`field:html`,`field:grid`,`field:rich-text`]);function _(e){return g.has(e)}function v(e,t){let n;if(n=e<=3?1:e<=10?2:3,t!==void 0){if(t<640)return Math.min(n,1);if(t<900)return Math.min(n,2)}return n}function y(e,t){return t<=1?e:e.map(e=>e.span===void 0&&e.type&&_(e.type)?{...e,span:t}:e)}function b(e,t,n){if(t!==void 0)return{fields:y(e,t),columns:t};let r=v(e.length,n);return{fields:y(e,r),columns:r}}function x(e,t){return function(){try{let n=(0,a.useObjectTranslation)();return n.t(t)===t?{t:(t,n)=>{let r=e[t]||t;if(n)for(let[e,t]of Object.entries(n))r=r.replace(`{{${e}}}`,String(t));return r}}:{t:n.t}}catch{return{t:(t,n)=>{let r=e[t]||t;if(n)for(let[e,t]of Object.entries(n))r=r.replace(`{{${e}}}`,String(t));return r}}}}}var S={"detail.back":`Back`,"detail.edit":`Edit`,"detail.editInline":`Edit`,"detail.save":`Save`,"detail.saveChanges":`Save changes`,"detail.editFieldsInline":`Edit fields inline`,"detail.cancel":`Cancel`,"detail.cancelEdit":`Discard changes`,"detail.openInNewTab":`Open in new tab`,"detail.share":`Share`,"detail.duplicate":`Duplicate`,"detail.export":`Export`,"detail.viewHistory":`View history`,"detail.delete":`Delete`,"detail.moreActions":`More actions`,"detail.addToFavorites":`Add to favorites`,"detail.removeFromFavorites":`Remove from favorites`,"detail.previousRecord":`Previous record`,"detail.nextRecord":`Next record`,"detail.recordOf":`{{current}} of {{total}}`,"detail.recordNotFound":`Record not found`,"detail.recordNotFoundDescription":`The record you are looking for does not exist or may have been deleted.`,"detail.goBack":`Go back`,"detail.details":`Details`,"detail.related":`Related`,"detail.relatedRecords":`{{count}} records`,"detail.relatedRecordOne":`{{count}} record`,"detail.noRelatedRecords":`No related records found`,"detail.loading":`Loading...`,"detail.copyToClipboard":`Copy to clipboard`,"detail.copied":`Copied!`,"detail.deleteConfirmation":`Are you sure you want to delete this record?`,"detail.editRecord":`Edit record`,"detail.viewAll":`View All`,"detail.new":`New`,"detail.emptyValue":`—`,"detail.activity":`Activity`,"detail.copyRecordId":`Copy record ID`,"detail.showEmptyFields":`Show {{count}} empty fields`,"detail.hideEmptyFields":`Hide empty fields`,"detail.editRow":`Edit`,"detail.deleteRow":`Delete`,"detail.deleteRowConfirmation":`Are you sure you want to delete this record?`,"detail.actions":`Actions`,"detail.previousPage":`Previous`,"detail.nextPage":`Next`,"detail.pageOf":`Page {{current}} of {{total}}`,"detail.sortBy":`Sort by`,"detail.filterPlaceholder":`Filter...`,"detail.highlightFields":`Key Fields`,"detail.comments":`Comments`,"detail.searchComments":`Search comments…`,"detail.addCommentPlaceholder":`Add a comment… (Ctrl+Enter to submit)`,"detail.noMatchingComments":`No matching comments`,"detail.noCommentsYet":`No comments yet`,"detail.pinned":`Pinned`,"detail.pin":`Pin`,"detail.unpin":`Unpin`,"detail.justNow":`just now`,"detail.minutesAgo":`{{count}}m ago`,"detail.hoursAgo":`{{count}}h ago`,"detail.daysAgo":`{{count}}d ago`,"detail.createdBy":`Created by`,"detail.updatedBy":`Updated by`,"detail.dropFilesToUpload":`Drop files here or click to upload`,"detail.attachmentCount":`{{count}} attachment`,"detail.attachmentCountPlural":`{{count}} attachments`,"detail.removeAttachment":`Remove attachment`,"detail.unifiedDiff":`Unified diff`,"detail.sideBySideDiff":`Side-by-side diff`,"detail.noChanges":`No changes`,"detail.previousVersion":`Previous`,"detail.currentVersion":`Current`,"detail.discussion":`Discussion`,"detail.showDiscussion":`Show Discussion ({{count}})`,"detail.hideDiscussion":`Hide discussion`,"detail.bold":`Bold (Ctrl+B)`,"detail.italic":`Italic (Ctrl+I)`,"detail.listFormat":`List`,"detail.inlineCode":`Inline code`,"detail.mentionSomeone":`Mention someone`,"detail.preview":`Preview`,"detail.submitComment":`Submit (Ctrl+Enter)`,"detail.sendComment":`Send`,"detail.writeComment":`Write a comment…`,"detail.subscribedTooltip":`Subscribed — click to unsubscribe`,"detail.unsubscribedTooltip":`Subscribe to notifications`,"detail.firstRecord":`First record (Home)`,"detail.previousRecordKey":`Previous record (←)`,"detail.nextRecordKey":`Next record (→)`,"detail.lastRecord":`Last record (End)`,"detail.noRecords":`No records`,"detail.searchWhileNavigating":`Search while navigating`,"detail.searchRecords":`Search records…`,"detail.allActivity":`All Activity`,"detail.commentsOnly":`Comments Only`,"detail.fieldChangesFilter":`Field Changes`,"detail.tasksOnly":`Tasks Only`,"detail.leaveCommentPlaceholder":`Leave a comment… (Ctrl+Enter to submit)`,"detail.noActivity":`No activity recorded`,"detail.loadMore":`Load more`,"detail.edited":`(edited)`,"detail.via":`via {{source}}`,"detail.replyCount":`{{count}} reply`,"detail.replyCountPlural":`{{count}} replies`,"detail.replyPlaceholder":`Reply…`,"detail.filterActivity":`Filter activity`,"detail.openDiscussion":`Open discussion panel`,"detail.closeDiscussion":`Close discussion panel`,"detail.subscribeAriaLabel":`Subscribe to notifications`,"detail.unsubscribeAriaLabel":`Unsubscribe from notifications`,"detail.clearSearch":`Clear search`},C=x(S,`detail.back`);function w(e,t){return!e||e<=1||t<=1?``:t===2?e>=2?`md:col-span-2`:``:e===2?`md:col-span-2`:e>=3?`md:col-span-2 lg:col-span-3`:``}var T=({section:e,data:t,className:c,objectSchema:l,objectName:u,isEditing:d=!1,onFieldChange:f,virtualScroll:p})=>{let[m,h]=n.useState(e.defaultCollapsed??!1),[g,_]=n.useState(null),[v,y]=n.useState(void 0),[x,S]=n.useState(!1),{t:T}=C(),{fieldLabel:E,translateOptions:D}=(0,a.useSafeFieldLabel)(),O=n.useCallback((e,t)=>{let n=t==null?``:String(t);navigator.clipboard.writeText(n).then(()=>{_(e),setTimeout(()=>_(null),2e3)})},[]),k=n.useCallback(e=>{let n=t?.[e.name]??e.value;return n==null||n===``},[t]),A=n.useMemo(()=>e.fields.filter(k).length,[e.fields,k]),j=(0,r.useIsMobile)(),ee=j?3:6,M=j?.2:.5,N=e.fields.length-A,P=!e.hideEmpty&&!d&&e.fields.length>=ee&&A/e.fields.length>=M&&N>0,F=!x&&(e.hideEmpty||P)?e.fields.filter(e=>!k(e)):e.fields;if(F.length===0&&A===e.fields.length)return null;let{fields:I,columns:L}=b(F,e.columns),R=e=>{let n=t?.[e.name]??e.value;if(e.render)return(0,s.jsx)(a.SchemaRenderer,{schema:e.render,data:{...t,value:n}});let c=w(e.span,L),p=l?.fields?.[e.name],m={...e};if(p){!e.type&&p.type&&(m.type=p.type),p.options&&!m.options&&(m.options=p.options),p.currency&&!m.currency&&(m.currency=p.currency),p.precision!==void 0&&m.precision===void 0&&(m.precision=p.precision),p.format&&!m.format&&(m.format=p.format);let t=p.reference_to||p.reference;t&&!m.reference_to&&(m.reference_to=t),p.reference_field&&!m.reference_field&&(m.reference_field=p.reference_field)}u&&Array.isArray(m.options)&&m.options.length>0&&(m.options=D(u,e.name,m.options));let h=(()=>{if(n==null)return(0,s.jsx)(`span`,{className:`text-muted-foreground/50 text-xs italic`,children:`—`});let t=(0,o.resolveCellRendererType)(m)||e.type;if(t){let e=(0,o.getCellRenderer)(t);if(e)return(0,s.jsx)(e,{value:n,field:m})}return String(n)})(),_=n!=null&&n!==``,v=g===e.name;return(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-1.5 group`,c),children:[(0,s.jsx)(`div`,{className:`text-xs font-medium text-muted-foreground uppercase tracking-wide`,children:E(u||``,e.name,e.label||e.name)}),d&&!e.readonly?(0,s.jsx)(`div`,{className:`min-h-[44px] sm:min-h-0`,children:(()=>{let t=m.type||e.type;if(t===`select`&&Array.isArray(m.options)&&m.options.length>0)return(0,s.jsx)(o.SelectField,{field:m,value:n==null?``:String(n),onChange:t=>f?.(e.name,t)});if(t===`boolean`)return(0,s.jsx)(o.BooleanField,{field:m,value:!!n,onChange:t=>f?.(e.name,t)});let r=t===`date`||t===`datetime`;return(0,s.jsx)(`input`,{type:t===`number`?`number`:r?`date`:`text`,className:`w-full px-2 py-1.5 text-sm border rounded-md bg-background focus:outline-none focus:ring-2 focus:ring-ring`,value:n==null?``:r?(()=>{let e=String(n);if(/^\d{4}-\d{2}-\d{2}/.test(e))return e.slice(0,10);let t=new Date(e);return isNaN(t.getTime())?``:t.toLocaleDateString(`en-CA`)})():String(n),onChange:t=>{let n=t.target.value;if(r&&n){let t=new Date(n+`T00:00:00`).toISOString();f?.(e.name,t)}else f?.(e.name,n)}})})()}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-start justify-between gap-2 min-h-[44px] sm:min-h-0 rounded-md`,_&&`cursor-pointer active:bg-muted/60 transition-colors`),onClick:_?()=>O(e.name,n):void 0,onKeyDown:_?t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),O(e.name,n))}:void 0,role:_?`button`:void 0,tabIndex:_?0:void 0,children:[(0,s.jsx)(`div`,{className:`text-sm flex-1 break-words py-1`,children:h}),_&&(0,s.jsx)(r.TooltipProvider,{children:(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 opacity-0 group-hover:opacity-100 transition-opacity shrink-0`,onClick:t=>{t.stopPropagation(),O(e.name,n)},children:v?(0,s.jsx)(i.Check,{className:`h-3 w-3 text-green-600`}):(0,s.jsx)(i.Copy,{className:`h-3 w-3`})})}),(0,s.jsx)(r.TooltipContent,{children:T(v?`detail.copied`:`detail.copyToClipboard`)})]})})]})]},e.name)},z=p?.enabled===!0,B=p?.batchSize??20;n.useEffect(()=>{if(!z){y(void 0);return}if(I.length<=B){y(void 0);return}y(B);let e=setTimeout(()=>y(void 0),100);return()=>clearTimeout(e)},[z,I.length,B]);let te=v===void 0?I:I.slice(0,v),V=A>0&&(e.hideEmpty||P),H=(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`grid gap-3 sm:gap-4`,L===1?`grid-cols-1`:L===2?`grid-cols-1 md:grid-cols-2`:`grid-cols-1 md:grid-cols-2 lg:grid-cols-3`),children:te.map(R)}),V&&(0,s.jsx)(`div`,{className:`mt-3 -ml-2`,children:(0,s.jsxs)(r.Button,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>S(e=>!e),className:`h-7 px-2 text-xs text-muted-foreground hover:text-foreground`,children:[x?(0,s.jsx)(i.EyeOff,{className:`h-3.5 w-3.5 mr-1.5`}):(0,s.jsx)(i.Eye,{className:`h-3.5 w-3.5 mr-1.5`}),x?T(`detail.hideEmptyFields`,{defaultValue:`Hide empty fields`}):T(`detail.showEmptyFields`,{count:A,defaultValue:`Show ${A} empty field${A===1?``:`s`}`})]})})]});return!e.title&&!e.collapsible&&e.showBorder===!1?(0,s.jsx)(`div`,{className:(0,r.cn)(c),children:H}):e.collapsible?(0,s.jsx)(r.Collapsible,{open:!m,onOpenChange:e=>h(!e),className:c,children:(0,s.jsxs)(r.Card,{children:[(0,s.jsx)(r.CollapsibleTrigger,{asChild:!0,children:(0,s.jsxs)(r.CardHeader,{className:(0,r.cn)(`cursor-pointer hover:bg-muted/50 transition-colors`,e.headerColor&&`bg-${e.headerColor}`),children:[(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`span`,{children:e.title}),e.fields&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`ml-2 text-xs`,children:e.fields.length})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:m?(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4 text-muted-foreground`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 text-muted-foreground`})})]}),e.description&&!m&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1.5`,children:e.description})]})}),(0,s.jsx)(r.CollapsibleContent,{children:(0,s.jsx)(r.CardContent,{className:`pt-4 sm:pt-6 px-3 sm:px-6`,children:H})})]})}):(0,s.jsxs)(r.Card,{className:(0,r.cn)(e.showBorder===!1?`border-none shadow-none`:``,c),children:[e.title&&(0,s.jsxs)(r.CardHeader,{className:(0,r.cn)(e.headerColor&&`bg-${e.headerColor}`),children:[(0,s.jsx)(r.CardTitle,{className:`flex items-center justify-between`,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`span`,{children:e.title})]})}),e.description&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1.5`,children:e.description})]}),(0,s.jsx)(r.CardContent,{className:`pt-4 sm:pt-6 px-3 sm:px-6`,children:H})]})},E=({tabs:e,data:t,className:i})=>{let[o,c]=n.useState(e[0]?.key),l=e.filter(e=>typeof e.visible==`boolean`?e.visible:(e.visible,!0));return(0,s.jsxs)(r.Tabs,{value:o,onValueChange:c,className:i,children:[(0,s.jsx)(r.TabsList,{className:`w-full justify-start border-b rounded-none bg-transparent p-0`,children:l.map(e=>(0,s.jsx)(r.TabsTrigger,{value:e.key,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{children:e.icon}),(0,s.jsx)(`span`,{children:e.label}),e.badge&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`ml-1`,children:e.badge})]})},e.key))}),l.map(e=>(0,s.jsx)(r.TabsContent,{value:e.key,className:`mt-4`,children:(0,s.jsx)(n.Suspense,{fallback:null,children:Array.isArray(e.content)?(0,s.jsx)(`div`,{className:`space-y-4`,children:e.content.map((e,n)=>(0,s.jsx)(a.SchemaRenderer,{schema:e,data:t},n))}):(0,s.jsx)(a.SchemaRenderer,{schema:e.content,data:t})})},e.key))]})};function D(e){return e&&i.icons[e.split(/[-_\s]/).filter(Boolean).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)]||i.Inbox}var O=({title:e,type:t,api:l,data:u,schema:d,columns:f,className:p,dataSource:m,objectName:h,onNew:g,onViewAll:_,onRowEdit:v,onRowDelete:y,onRowClick:b,maxColumns:x=6,pageSize:S,sortable:w=!1,filterable:T=!1,collapsible:E=!1,defaultCollapsed:O=!1,referenceField:k,icon:A})=>{let j=u!==void 0,ee=u??[],[M,N]=n.useState(ee),[P,F]=n.useState(!1),[I,L]=n.useState(0),[R,z]=n.useState(null),[B,te]=n.useState(`asc`),[V,H]=n.useState(``),[U,W]=n.useState(null),[ne,re]=n.useState(O),[ie,ae]=n.useState({}),{t:G}=C(),{fieldLabel:oe}=(0,a.useSafeFieldLabel)();n.useEffect(()=>{j&&N(u??[])},[u,j]),n.useEffect(()=>{l&&m?.getObjectSchema&&!f?.length&&m.getObjectSchema(l).then(W).catch(e=>{console.warn(`[RelatedList] Failed to fetch schema for ${l}:`,e)})},[l,m,f]),n.useEffect(()=>{l&&!j&&(F(!0),m&&typeof m.find==`function`?m.find(l).then(e=>{N(Array.isArray(e)?e:Array.isArray(e?.data)?e.data:[]),F(!1)}).catch(e=>{console.error(`Failed to fetch related data:`,e),F(!1)}):fetch(l).then(e=>e.json()).then(e=>{N(Array.isArray(e)?e:e?.data||[])}).catch(e=>{console.error(`Failed to fetch related data:`,e)}).finally(()=>F(!1)))},[l,j,m]),n.useEffect(()=>{if(!m?.find||!U?.fields||!M.length)return;let e=U.fields,t=[];for(let[n,r]of Object.entries(e)){if(!r||r.type!==`lookup`&&r.type!==`master_detail`)continue;let e=r.reference_to||r.reference;if(!e)continue;let i=new Set;for(let e of M){let t=e?.[n];t!=null&&(typeof t==`string`&&t?i.add(t):typeof t==`number`&&i.add(String(t)))}let a=ie[n]||{},o=Array.from(i).filter(e=>!(e in a));o.length>0&&t.push({fieldName:n,target:e,ids:o})}if(t.length===0)return;let n=!1;return Promise.all(t.map(({fieldName:e,target:t,ids:n})=>m.find(t,{$filter:{id:{$in:n}},$top:n.length}).then(t=>{let n=Array.isArray(t)?t:t?.data||[],r={};for(let e of n){let t=e?.id||e?._id;t&&(r[String(t)]=e?.full_name||e?.fullname||e?.display_name||e?.name||e?.subject||e?.title||e?.label||e?.code||String(t))}return{fieldName:e,map:r}}).catch(t=>(console.warn(`[RelatedList] Failed to resolve lookups for ${e}:`,t),{fieldName:e,map:{}})))).then(e=>{n||ae(t=>{let n={...t};for(let{fieldName:t,map:r}of e)n[t]={...n[t]||{},...r};return n})}),()=>{n=!0}},[m,U,M]);let se=n.useMemo(()=>{if(!V)return M;let e=V.toLowerCase();return M.filter(t=>Object.values(t).some(t=>t!=null&&String(t).toLowerCase().includes(e)))},[M,V]),K=n.useMemo(()=>R?[...se].sort((e,t)=>{let n=e[R],r=t[R];if(n==null&&r==null)return 0;if(n==null)return 1;if(r==null)return-1;let i=String(n).localeCompare(String(r),void 0,{numeric:!0});return B===`asc`?i:-i}):se,[se,R,B]),q=S&&S>0?S:0,ce=q?Math.max(1,Math.ceil(K.length/q)):1,J=q?K.slice(I*q,(I+1)*q):K;n.useEffect(()=>{L(0)},[V,R,B]);let le=n.useCallback(e=>{R===e?te(e=>e===`asc`?`desc`:`asc`):(z(e),te(`asc`))},[R]),[Y,X]=n.useState(null),Z=n.useCallback(e=>{X(e)},[]),ue=n.useCallback(()=>{Y&&y?.(Y),X(null)},[Y,y]),Q=(0,c.usePermissions)(),$=n.useMemo(()=>{let e=h||l||``,t=t=>!Q?.isLoaded||!e?t:t.filter(t=>{let n=t?.accessorKey||t?.field||t?.name;return n?Q.checkField(e,String(n),`read`):!0}),r=e=>k?e.filter(e=>(e?.accessorKey||e?.field||e?.name)!==k):e,i=e=>e==null||typeof e==`string`&&e.trim()===``||Array.isArray(e)&&e.length===0,a=e=>M.length?e.filter(e=>{let t=e?.accessorKey||e?.field||e?.name;return t?M.some(e=>!i(e?.[t])):!0}):e;if(f&&f.length>0)return a(t(r(f)));if(!U?.fields)return[];let s=e,c=new Set([`image`,`file`,`attachment`,`rich_text`,`html`,`json`]),u=[`name`,`full_name`,`fullname`,`title`,`subject`,`label`,`code`,`number`],d=Object.entries(U.fields).filter(([e,t])=>!(e.startsWith(`_`)||e===`id`||e===k||t?.hidden||t?.type&&c.has(t.type)||Q?.isLoaded&&s&&!Q.checkField(s,e,`read`)));return d.sort(([e,t],[n,r])=>{let i=u.indexOf(e),a=u.indexOf(n),o=i>=0?i:100,s=a>=0?a:100;if(o!==s)return o-s;let c=t?.type===`select`||e.includes(`status`);return c===(r?.type===`select`||n.includes(`status`))?0:c?-1:1}),a(d.map(([e,t])=>{let r={accessorKey:e,header:oe(s,e,t.label||e)};if(t.type){let i=(0,o.getCellRenderer)((0,o.resolveCellRendererType)({type:t.type,format:t.format})||t.type);if(i){let a=t.type===`lookup`||t.type===`master_detail`?ie[e]:void 0,o=a&&Object.keys(a).length>0?Object.entries(a).map(([e,t])=>({value:e,label:t})):void 0,s={name:e,label:t.label||e,type:t.type,...(o||t.options)&&{options:o||t.options},...t.currency&&{currency:t.currency},...t.precision!==void 0&&{precision:t.precision},...t.format&&{format:t.format},...(t.reference_to||t.reference)&&{reference_to:t.reference_to||t.reference},...t.reference_field&&{reference_field:t.reference_field}};r.cell=e=>e==null?n.createElement(`span`,{className:`text-muted-foreground/50 text-xs italic`},`—`):n.createElement(i,{value:e,field:s})}}return r})).slice(0,Math.max(1,x))},[f,U,h,l,oe,k,M,x,ie,Q]),de=!!v||!!y,fe=n.useMemo(()=>{if(d)return d;switch(t){case`grid`:case`table`:return{type:`data-table`,data:J,columns:$,pagination:!1,pageSize:q||10,searchable:!1,exportable:!1,rowActions:de,onRowEdit:v,onRowDelete:y?Z:void 0,onRowClick:b};case`list`:return{type:`data-list`,data:J};default:return{type:`div`,children:`No view configured`}}},[t,J,$,d,q,de,v,y,Z,b]),pe=E?`cursor-pointer select-none`:void 0,me=E?()=>re(e=>!e):void 0,he=D(A),ge=!P&&M.length===0,_e=T;return(0,s.jsxs)(r.Card,{className:(0,r.cn)(`shadow-none`,ge&&`bg-muted/20`,p),children:[(0,s.jsx)(r.CardHeader,{className:(0,r.cn)(`py-3 px-4`,pe),onClick:me,children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between gap-2 text-sm font-semibold`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 min-w-0`,children:[E&&(ne?(0,s.jsx)(i.ChevronRight,{className:`h-3.5 w-3.5 text-muted-foreground shrink-0`}):(0,s.jsx)(i.ChevronDown,{className:`h-3.5 w-3.5 text-muted-foreground shrink-0`})),(0,s.jsx)(he,{className:`h-4 w-4 text-muted-foreground shrink-0`,"aria-hidden":!0}),(0,s.jsx)(`span`,{className:`truncate`,children:e}),(0,s.jsx)(r.Badge,{variant:`secondary`,className:(0,r.cn)(`text-xs font-normal h-5 px-1.5`,M.length===0&&`bg-muted text-muted-foreground`),"aria-label":`${M.length} records`,children:M.length})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-1 shrink-0`,children:g&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:e=>{e.stopPropagation(),g()},className:`gap-1 h-7 text-xs shadow-none`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),G(`detail.new`)]})})]})}),!ne&&(0,s.jsxs)(r.CardContent,{className:(0,r.cn)(`pt-0`,ge?`pb-3 px-4`:`pb-4 px-4`),children:[_e&&(0,s.jsx)(`div`,{className:`mb-3`,children:(0,s.jsx)(r.Input,{placeholder:G(`detail.filterPlaceholder`),value:V,onChange:e=>H(e.target.value),className:`h-8 text-sm`})}),w&&$&&$.length>0&&M.length>0&&(0,s.jsx)(`div`,{className:`flex flex-wrap gap-1 mb-3`,children:$.map(e=>{let t=e.accessorKey||e.field||e.name;if(!t)return null;let n=e.header||e.label||t,a=R===t;return(0,s.jsxs)(r.Button,{variant:a?`secondary`:`ghost`,size:`sm`,className:`gap-1 h-7 text-xs`,onClick:()=>le(t),children:[(0,s.jsx)(i.ArrowUpDown,{className:`h-3 w-3`}),n,a&&(B===`asc`?` ↑`:` ↓`)]},t)})}),P?(0,s.jsx)(`div`,{className:`flex items-center justify-center py-6 text-muted-foreground text-sm`,children:G(`detail.loading`)}):ge?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center gap-2 py-6 text-sm`,children:[(0,s.jsx)(he,{className:`h-8 w-8 text-muted-foreground/40`,"aria-hidden":!0}),(0,s.jsx)(`span`,{className:`text-muted-foreground italic`,children:G(`detail.noRelatedRecords`)}),g&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:g,className:`gap-1 h-7 text-xs mt-1`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),G(`detail.new`)]})]}):(0,s.jsx)(a.SchemaRenderer,{schema:fe}),q>0&&K.length>q&&(0,s.jsxs)(`div`,{className:`flex items-center justify-between mt-3 pt-3 border-t`,children:[(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,className:`h-7 text-xs gap-1`,disabled:I===0,onClick:()=>L(e=>Math.max(0,e-1)),children:[(0,s.jsx)(i.ChevronLeft,{className:`h-3 w-3`}),G(`detail.previousPage`)]}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:G(`detail.pageOf`,{current:I+1,total:ce})}),(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,className:`h-7 text-xs gap-1`,disabled:I>=ce-1,onClick:()=>L(e=>Math.min(ce-1,e+1)),children:[G(`detail.nextPage`),(0,s.jsx)(i.ChevronRight,{className:`h-3 w-3`})]})]}),_&&!ge&&q>0&&K.length>q&&(0,s.jsx)(`div`,{className:`mt-3 pt-3 border-t flex justify-center`,children:(0,s.jsxs)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),_()},className:`text-xs text-muted-foreground hover:text-foreground inline-flex items-center gap-1 transition-colors`,children:[G(`detail.viewAll`),(0,s.jsx)(i.ExternalLink,{className:`h-3 w-3`})]})})]}),(0,s.jsx)(r.AlertDialog,{open:Y!==null,onOpenChange:e=>{e||X(null)},children:(0,s.jsxs)(r.AlertDialogContent,{children:[(0,s.jsxs)(r.AlertDialogHeader,{children:[(0,s.jsx)(r.AlertDialogTitle,{children:G(`detail.deleteRowTitle`,{defaultValue:`Delete record`})}),(0,s.jsx)(r.AlertDialogDescription,{children:G(`detail.deleteRowConfirmation`)})]}),(0,s.jsxs)(r.AlertDialogFooter,{children:[(0,s.jsx)(r.AlertDialogCancel,{children:G(`detail.cancel`,{defaultValue:`Cancel`})}),(0,s.jsx)(r.AlertDialogAction,{onClick:ue,className:`bg-destructive text-destructive-foreground hover:bg-destructive/90`,children:G(`detail.delete`,{defaultValue:`Delete`})})]})]})})]})},k=({group:e,data:t,className:a,objectSchema:o,objectName:c,isEditing:l=!1,onFieldChange:u})=>{let d=e.collapsible??!0,[f,p]=n.useState(e.defaultCollapsed??!1),m=(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:e.sections.map((e,n)=>(0,s.jsx)(T,{section:e,data:t,objectSchema:o,objectName:c,isEditing:l,onFieldChange:u},n))});return d?(0,s.jsxs)(r.Collapsible,{open:!f,onOpenChange:e=>p(!e),className:a,children:[(0,s.jsx)(r.CollapsibleTrigger,{asChild:!0,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2 pb-2 border-b cursor-pointer hover:bg-muted/50 transition-colors rounded-t-md px-2 py-1.5`,children:[f?(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4 text-muted-foreground shrink-0`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 text-muted-foreground shrink-0`}),e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`h3`,{className:`text-lg font-semibold`,children:e.title})]})}),e.description&&!f&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1`,children:e.description}),(0,s.jsx)(r.CollapsibleContent,{children:(0,s.jsx)(`div`,{className:`mt-3`,children:m})})]}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-3`,a),children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 pb-2 border-b`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`h3`,{className:`text-lg font-semibold`,children:e.title})]}),e.description&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e.description}),m]})},A=({fields:e,data:t,className:n,objectName:i,objectSchema:c})=>{let{fieldLabel:l}=(0,a.useSafeFieldLabel)();if(!e.length||!t)return null;let u=e.filter(e=>{let n=t?.[e.name];return n!=null&&n!==``});return u.length===0?null:(0,s.jsx)(r.Card,{className:(0,r.cn)(`bg-muted/30 border-dashed`,n),children:(0,s.jsx)(r.CardContent,{className:`py-3 px-4`,children:(0,s.jsx)(`div`,{className:(0,r.cn)(`grid gap-4`,u.length===1?`grid-cols-1`:u.length===2?`grid-cols-2`:u.length===3?`grid-cols-3`:`grid-cols-2 md:grid-cols-4`),children:u.map(e=>{let n=t[e.name],r=c?.fields?.[e.name],a=e.type||r?.type,u={name:e.name,label:e.label,type:a||`text`,...r?.options&&{options:r.options},...r?.currency&&{currency:r.currency},...r?.precision!==void 0&&{precision:r.precision},...r?.format&&{format:r.format}},d=(0,o.getCellRenderer)((0,o.resolveCellRendererType)(u)||a||`text`);return(0,s.jsxs)(`div`,{className:`flex flex-col gap-0.5`,children:[(0,s.jsxs)(`span`,{className:`text-xs font-medium text-muted-foreground uppercase tracking-wide`,children:[e.icon&&(0,s.jsx)(`span`,{className:`mr-1`,children:e.icon}),l(i||``,e.name,e.label)]}),(0,s.jsx)(`span`,{className:`text-sm font-semibold truncate`,children:(0,s.jsx)(d,{value:n,field:u})})]},e.name)})})})})};function j(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}var ee=({comments:e,onAddComment:t,onTogglePin:a,searchable:o=!1,className:c})=>{let{t:l}=C(),[u,d]=n.useState(``),[f,p]=n.useState(!1),[m,h]=n.useState(``),g=n.useCallback(async()=>{let e=u.trim();if(!(!e||!t)){p(!0);try{await t(e),d(``)}finally{p(!1)}}},[u,t]),_=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),g())},[g]),v=n.useMemo(()=>[...m.trim()?e.filter(e=>{let t=m.trim().toLowerCase();return e.text.toLowerCase().includes(t)||e.author.toLowerCase().includes(t)}):e].sort((e,t)=>e.pinned&&!t.pinned?-1:!e.pinned&&t.pinned?1:0),[e,m]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,c),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),l(`detail.comments`),(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,e.length,`)`]})]})}),(0,s.jsxs)(r.CardContent,{className:`space-y-4`,children:[o&&(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,s.jsxs)(`div`,{className:`relative flex-1`,children:[(0,s.jsx)(i.Search,{className:`absolute left-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground`}),(0,s.jsx)(`input`,{className:`w-full rounded-md border border-input bg-background pl-8 pr-8 py-1.5 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,placeholder:l(`detail.searchComments`),value:m,onChange:e=>h(e.target.value),"aria-label":l(`detail.searchComments`)}),m&&(0,s.jsx)(`button`,{className:`absolute right-2 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground`,onClick:()=>h(``),"aria-label":l(`detail.clearSearch`),type:`button`,children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]})}),t&&(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`textarea`,{className:`flex-1 min-h-[60px] rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring resize-none`,placeholder:l(`detail.addCommentPlaceholder`),value:u,onChange:e=>d(e.target.value),onKeyDown:_,disabled:f}),(0,s.jsx)(r.Button,{size:`icon`,variant:`default`,onClick:g,disabled:!u.trim()||f,className:`shrink-0 self-end`,children:(0,s.jsx)(i.Send,{className:`h-4 w-4`})})]}),v.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:m.trim()?l(`detail.noMatchingComments`):l(`detail.noCommentsYet`)}):(0,s.jsx)(`div`,{className:`space-y-3`,children:v.map(e=>(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex gap-3`,e.pinned&&`bg-muted/40 rounded-md p-2 -mx-2`),children:[(0,s.jsx)(`div`,{className:`shrink-0`,children:e.avatarUrl?(0,s.jsx)(`img`,{src:e.avatarUrl,alt:e.author,className:`h-8 w-8 rounded-full object-cover`}):(0,s.jsx)(`div`,{className:`h-8 w-8 rounded-full bg-muted flex items-center justify-center text-xs font-medium text-muted-foreground`,children:e.author.charAt(0).toUpperCase()})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 mb-0.5`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium truncate`,children:e.author}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:j(e.createdAt)}),e.pinned&&(0,s.jsxs)(`span`,{className:`text-xs text-amber-600 flex items-center gap-0.5`,children:[(0,s.jsx)(i.Pin,{className:`h-3 w-3`}),l(`detail.pinned`)]})]}),(0,s.jsx)(`p`,{className:`text-sm whitespace-pre-wrap break-words`,children:e.text}),a&&(0,s.jsxs)(`button`,{type:`button`,className:`mt-1 text-xs text-muted-foreground hover:text-foreground flex items-center gap-1`,onClick:()=>a(e.id),"aria-label":e.pinned?l(`detail.unpin`):l(`detail.pin`),children:[(0,s.jsx)(i.Pin,{className:`h-3 w-3`}),e.pinned?l(`detail.unpin`):l(`detail.pin`)]})]})]},e.id))})]})]})},M={field_change:i.Edit,create:i.PlusCircle,delete:i.Trash2,comment:i.MessageSquare,status_change:i.ArrowRightLeft},N={field_change:`bg-blue-100 text-blue-600`,create:`bg-green-100 text-green-600`,delete:`bg-red-100 text-red-600`,comment:`bg-purple-100 text-purple-600`,status_change:`bg-amber-100 text-amber-600`};function P(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}function F(e){return e.description?e.description:e.type===`field_change`&&e.field?`Changed ${e.field.charAt(0).toUpperCase()+e.field.slice(1).replace(/_/g,` `)} from "${e.oldValue==null?`(empty)`:String(e.oldValue)}" to "${e.newValue==null?`(empty)`:String(e.newValue)}"`:e.type===`create`?`Created this record`:e.type===`delete`?`Deleted this record`:e.type===`status_change`&&e.field?`Changed status to "${e.newValue==null?`(empty)`:String(e.newValue)}"`:`Updated record`}var I={all:`All`,field_change:`Field Changes`,create:`Creates`,delete:`Deletes`,comment:`Comments`,status_change:`Status Changes`},L=({activities:e,filterable:t=!1,defaultFilter:a=`all`,className:o})=>{let[c,l]=n.useState(a),u=n.useMemo(()=>c===`all`?e:e.filter(e=>e.type===c),[e,c]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,o),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.Activity,{className:`h-4 w-4`}),`Activity`,(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,u.length,`)`]})]})}),(0,s.jsxs)(r.CardContent,{children:[t&&(0,s.jsx)(`div`,{className:`flex flex-wrap gap-1.5 mb-4`,role:`group`,"aria-label":`Activity type filter`,children:Object.keys(I).map(e=>(0,s.jsxs)(`button`,{type:`button`,className:(0,r.cn)(`inline-flex items-center gap-1 rounded-full px-2.5 py-0.5 text-xs font-medium transition-colors`,c===e?`bg-primary text-primary-foreground`:`bg-muted text-muted-foreground hover:bg-muted/80`),onClick:()=>l(e),"aria-pressed":c===e,children:[e!==`all`&&n.createElement(M[e]||i.Edit,{className:`h-3 w-3`}),I[e]]},e))}),u.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:`No activity recorded`}):(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(`div`,{className:`absolute left-4 top-2 bottom-2 w-px bg-border`}),(0,s.jsx)(`div`,{className:`space-y-4`,children:u.map(e=>{let t=M[e.type]||i.Edit;return(0,s.jsxs)(`div`,{className:`flex gap-3 relative`,children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`shrink-0 h-8 w-8 rounded-full flex items-center justify-center z-10`,N[e.type]||`bg-gray-100 text-gray-600`),children:(0,s.jsx)(t,{className:`h-3.5 w-3.5`})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0 pt-1`,children:[(0,s.jsxs)(`p`,{className:`text-sm`,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:e.user}),` `,(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:F(e)})]}),(0,s.jsx)(`p`,{className:`text-xs text-muted-foreground mt-0.5`,children:P(e.timestamp)})]})]},e.id)})})]})]})]})},R={create:`default`,update:`secondary`,delete:`destructive`,restore:`outline`,login:`outline`,logout:`outline`,permission_change:`secondary`,config_change:`secondary`,export:`outline`,import:`outline`};function z(e){if(!e)return``;let t=e instanceof Date?e:new Date(e);return Number.isNaN(t.getTime())?String(e):t.toLocaleString()}var B=[[60,`second`],[60,`minute`],[24,`hour`],[7,`day`],[4.34524,`week`],[12,`month`],[1/0,`year`]];function te(e,t){if(!e)return``;let n=e instanceof Date?e:new Date(e);if(Number.isNaN(n.getTime()))return String(e);let r=(n.getTime()-Date.now())/1e3;for(let[n,i]of B){if(Math.abs(r)<n)try{return new Intl.RelativeTimeFormat(t,{numeric:`auto`}).format(Math.round(r),i)}catch{return z(e)}r/=n}return z(e)}function V(e){if(!e)return`?`;let t=e.trim().split(/\s+/).filter(Boolean).slice(0,2);return t.length===0?`?`:t.map(e=>e.charAt(0).toUpperCase()).join(``)}function H(e){if(e==null||e===``)return`—`;if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`)return String(e);try{return JSON.stringify(e)}catch{return String(e)}}function U({entries:e,loading:t,emptyText:n,className:i,locale:a}){return t?(0,s.jsx)(`div`,{className:(0,r.cn)(`space-y-3`,i),children:Array.from({length:4}).map((e,t)=>(0,s.jsxs)(`div`,{className:`flex items-start gap-3`,children:[(0,s.jsx)(r.Skeleton,{className:`h-8 w-8 rounded-full`}),(0,s.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,s.jsx)(r.Skeleton,{className:`h-4 w-1/3`}),(0,s.jsx)(r.Skeleton,{className:`h-3 w-1/2`})]})]},t))}):!e||e.length===0?(0,s.jsx)(`div`,{className:(0,r.cn)(`flex items-center justify-center rounded-md border border-dashed py-10 text-sm text-muted-foreground`,i),children:n??`No history yet`}):(0,s.jsx)(r.TooltipProvider,{delayDuration:150,children:(0,s.jsx)(`ol`,{className:(0,r.cn)(`space-y-4`,i),children:e.map((e,t)=>{let n=R[(e.action??``).toLowerCase()]??`outline`,i=typeof e.user_name==`string`&&e.user_name.trim()||`Unknown user`,o=z(e.created_at),c=te(e.created_at,a),l=typeof e.user_avatar==`string`?e.user_avatar:void 0;return(0,s.jsxs)(`li`,{className:`flex items-start gap-3`,children:[(0,s.jsxs)(r.Avatar,{className:`h-8 w-8 mt-0.5 shrink-0`,children:[l?(0,s.jsx)(r.AvatarImage,{src:l,alt:i}):null,(0,s.jsx)(r.AvatarFallback,{className:`text-[10px] font-medium`,children:V(e.user_name)})]}),(0,s.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,s.jsxs)(`div`,{className:`flex flex-wrap items-baseline gap-x-2 gap-y-1`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium text-foreground`,children:i}),e.action&&(0,s.jsx)(r.Badge,{variant:n,className:`text-[10px] uppercase tracking-wide`,children:e.action}),o&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground cursor-help`,"aria-label":o,children:c||o})}),(0,s.jsx)(r.TooltipContent,{children:o})]})]}),e.summary&&(0,s.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:e.summary}),e.changes&&e.changes.length>0&&(0,s.jsx)(`ul`,{className:`mt-1.5 space-y-0.5 text-xs text-muted-foreground`,children:e.changes.map(e=>(0,s.jsxs)(`li`,{className:`leading-relaxed`,children:[(0,s.jsx)(`span`,{className:`font-medium text-foreground`,children:e.label||e.field}),`: `,(0,s.jsx)(`span`,{className:`line-through opacity-70`,children:H(e.from)}),` → `,(0,s.jsx)(`span`,{className:`text-foreground`,children:H(e.to)})]},e.field))})]})]},e.id??t)})})})}var W={createdAt:`created_at`,createdBy:`created_by`,updatedAt:`updated_at`,updatedBy:`updated_by`};function ne(e){if(!e)return null;if(e instanceof Date)return isNaN(e.getTime())?null:e;if(typeof e==`string`||typeof e==`number`){let t=new Date(e);return isNaN(t.getTime())?null:t}return null}function re(e,t){let n=Date.now()-e.getTime(),r=Math.max(0,Math.floor(n/1e3));if(r<60)return t(`detail.justNow`);let i=Math.floor(r/60);if(i<60)return t(`detail.minutesAgo`,{count:i});let a=Math.floor(i/60);return a<24?t(`detail.hoursAgo`,{count:a}):t(`detail.daysAgo`,{count:Math.floor(a/24)})}function ie(e){try{return new Intl.DateTimeFormat(void 0,{dateStyle:`medium`,timeStyle:`short`}).format(e)}catch{return e.toISOString()}}var ae=({value:e,objectSchema:t,fieldName:n})=>{if(e==null||e===``)return null;let r=t?.fields?.[n],i=r?.reference_to||r?.reference,a={name:n,type:r?.type||(i?`lookup`:`text`),...i&&{reference_to:i},...r?.reference_field&&{reference_field:r.reference_field}},c=(0,o.resolveCellRendererType)(a)||a.type;if(c){let t=(0,o.getCellRenderer)(c);if(t)return(0,s.jsx)(`span`,{className:`inline-flex items-center [&_a]:text-inherit [&_a]:hover:underline`,children:(0,s.jsx)(t,{value:e,field:a})})}return(0,s.jsx)(`span`,{children:String(e)})},G=({label:e,user:t,date:n,objectSchema:i,userField:a,t:o})=>{if(!t&&!n)return null;let c=n?(0,s.jsx)(r.TooltipProvider,{delayDuration:200,children:(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(`time`,{dateTime:n.toISOString(),className:`cursor-default underline decoration-dotted decoration-muted-foreground/40 underline-offset-2`,children:re(n,o)})}),(0,s.jsx)(r.TooltipContent,{side:`top`,children:ie(n)})]})}):null;return(0,s.jsxs)(`span`,{className:`inline-flex items-center gap-1.5`,children:[(0,s.jsx)(`span`,{className:`text-muted-foreground/70`,children:e}),t?(0,s.jsx)(ae,{value:t,objectSchema:i,fieldName:a}):null,t&&c?(0,s.jsx)(`span`,{className:`text-muted-foreground/40`,children:`·`}):null,c]})},oe=({data:e,objectSchema:t,objectName:n,className:i})=>{let{t:a}=C();if(!e)return null;let o=ne(e[W.createdAt]),c=ne(e[W.updatedAt]),l=e[W.createdBy],u=e[W.updatedBy],d=!!(o||l),f=o&&c&&Math.abs(c.getTime()-o.getTime())<2e3,p=!!(c||u)&&!(f&&(l!=null&&u!=null&&String(l)===String(u)||!u));return!d&&!p?null:(0,s.jsxs)(`div`,{className:(0,r.cn)(`mt-6 pt-3 border-t border-border/40`,`flex flex-wrap items-center gap-x-4 gap-y-1`,`text-xs text-muted-foreground`,i),"data-testid":`record-meta-footer`,children:[d&&(0,s.jsx)(G,{label:a(`detail.createdBy`),user:l,date:o,objectSchema:t,userField:W.createdBy,t:a}),p&&(0,s.jsx)(G,{label:a(`detail.updatedBy`),user:u,date:c,objectSchema:t,userField:W.updatedBy,t:a})]})},se=5;function K(e,t,n,r){if(e&&typeof e==`object`){if(t.primaryField){let n=e[t.primaryField];if(n!=null&&n!==``)return String(n)}let r=n?.titleFormat,i=typeof r==`string`?r:r&&typeof r==`object`&&typeof r.source==`string`?r.source:void 0;if(i){let t=`[-\\u2013\\u2014|/·,:]`,n=!1,r=i.replace(/\{([^{}]+)\}/g,(t,r)=>{let i=String(r).trim().split(`.`),a=e;for(let e of i){if(a==null)break;a=a[e]}if(a&&typeof a==`object`){let e=a,t=e.name??e.full_name??e.display_name??e.label??e.title??e.subject??null;(t==null||typeof t==`string`&&!t.trim())&&(t=[e.salutation,e.first_name,e.last_name].filter(e=>typeof e==`string`&&e.trim()).map(e=>e.trim()).join(` `)||(typeof e.email==`string`&&e.email.trim()?e.email.trim():null)),a=t}return a!=null&&a!==``?(n=!0,String(a)):`\0`});if(n){let e=r.replace(RegExp(`\\s*${t}\\s*`,`g`),``).replace(RegExp(`\\s*${t}\\s*`,`g`),``).replace(RegExp(`\0`,`g`),``).replace(/\s+/g,` `).trim();if(e)return e}}}if(t.title)return t.title;if(e&&typeof e==`object`)for(let t of[`name`,`full_name`,`fullName`,`title`,`subject`,`label`,`display_name`,`displayName`]){let n=e[t];if(typeof n==`string`&&n.trim())return n.trim();if(n!=null&&n!==``)return String(n)}return r}var q=({schema:e,dataSource:o,className:l,onEdit:u,onDelete:d,onBack:f,inlineEdit:p=!1,onFieldSave:m,discussionSlot:h,rightRail:g,objectLabel:_,onDataLoaded:v})=>{let[y,b]=n.useState(e.data),[x,S]=n.useState(!e.data&&!!(e.api&&e.resourceId||o&&e.objectName&&e.resourceId)),[w,D]=n.useState(!1),[j,M]=n.useState(!1),[N,P]=n.useState({}),[F,I]=n.useState(null),[R,z]=n.useState(!1),{t:B}=C(),{fieldOptionLabel:te}=(0,a.useSafeFieldLabel)(),V=(0,c.usePermissions)(),H=n.useMemo(()=>{if(!V?.isLoaded||!e.objectName)return e;let t=t=>V.checkField(e.objectName,t,`read`),n=e=>e&&e.filter(e=>{let n=typeof e==`string`?e:e?.name;return!n||t(n)});return{...e,fields:n(e.fields),sections:e.sections?.map(e=>({...e,fields:n(e.fields)})),summaryFields:n(e.summaryFields)}},[e,V]);n.useEffect(()=>{y&&v&&v(y)},[y,v]);let W=n.useMemo(()=>{if(H.summaryFields&&H.summaryFields.length>0)return[];let e=[...H.sections?.flatMap(e=>e.fields)||[],...H.fields||[]],t={};for(let n of e)t[n.name]||(t[n.name]=n);if(F?.fields)for(let[e,n]of Object.entries(F.fields))t[e]={...t[e]||{},...n,name:e};let n=e=>y?.[e]!==void 0&&y?.[e]!==null&&y?.[e]!==``,r=[],i=[`status`,`stage`,`state`,`phase`].find(e=>t[e]&&n(e))||Object.keys(t).find(e=>t[e]?.type===`select`&&n(e));i&&r.push(i);let a=Object.keys(t).find(e=>(t[e]?.type===`currency`||/amount|revenue|value|total|price/i.test(e))&&n(e));a&&!r.includes(a)&&r.push(a);let o=Object.keys(t).find(e=>(t[e]?.type===`date`||t[e]?.type===`datetime`)&&/close|due|start|end|expected/i.test(e)&&n(e));return o&&!r.includes(o)&&r.push(o),r},[H.summaryFields,H.sections,H.fields,F,y]),ne=H.summaryFields&&H.summaryFields.length>0?H.summaryFields:W,re=n.useCallback(()=>{H.resourceId&&navigator.clipboard.writeText(String(H.resourceId)).then(()=>{z(!0),setTimeout(()=>z(!1),1500)})},[H.resourceId]);n.useEffect(()=>{let e=!0;if(H.data){b(H.data),S(!1);return}if(o&&H.objectName&&H.resourceId){S(!0),I(null),b(null);let n=H.objectName,r=H.resourceId,i=`${n}-`,a=[...H.sections?.flatMap(e=>e.fields)||[],...H.fields||[]];(o.getObjectSchema?o.getObjectSchema(n).catch(()=>null):Promise.resolve(null)).then(s=>{if(!e)return;I(s);let c=(0,t.buildExpandFields)(s?.fields,a),l=c.length>0?{$expand:c}:void 0,u=l?o.findOne(n,r,l):o.findOne(n,r),d=()=>{let t=String(r),a=t.startsWith(i)?t.slice(i.length):`${i}${t}`;return(l?o.findOne(n,a,l):o.findOne(n,a)).then(t=>{e&&(b(t),S(!1))}).catch(()=>{e&&(b(null),S(!1))})};return u.catch(()=>null).then(t=>{if(e){if(t){b(t),S(!1);return}return d()}})}).catch(t=>{e&&(console.error(`Failed to fetch detail data:`,t),S(!1))})}else H.api&&H.resourceId&&(S(!0),fetch(`${H.api}/${H.resourceId}`).then(e=>e.json()).then(t=>{e&&b(t?.data||t)}).catch(e=>{console.error(`Failed to fetch detail data:`,e)}).finally(()=>{e&&S(!1)}));return()=>{e=!1}},[H.api,H.resourceId,H.objectName,o,H.sections,H.fields]);let ie=n.useCallback(()=>{if(f)f();else if(H.onNavigate){let e=H.backUrl||(H.objectName?`/${H.objectName}`:`/`);H.onNavigate(e,{replace:!0})}else H.backUrl?window.location.href=H.backUrl:window.history.back()},[f,H]),ae=n.useCallback(()=>{u?u():H.onNavigate&&H.editUrl?H.onNavigate(H.editUrl):H.onNavigate&&H.objectName&&H.resourceId?H.onNavigate(`/${H.objectName}/${H.resourceId}/edit`):H.editUrl&&(window.location.href=H.editUrl)},[u,H]),G=n.useCallback(()=>{let e=H.deleteConfirmation||B(`detail.deleteConfirmation`);window.confirm(e)&&(d?.(),H.onNavigate&&H.objectName&&H.onNavigate(`/${H.objectName}`,{replace:!0}))},[d,H]),q=n.useCallback(()=>{navigator.share&&H.objectName&&H.resourceId?navigator.share({title:H.title||B(`detail.details`),text:`${H.objectName} #${H.resourceId}`,url:window.location.href}).catch(e=>console.log(`Share failed:`,e)):navigator.clipboard.writeText(window.location.href).then(()=>{console.log(`Link copied to clipboard`)})},[H]),ce=n.useCallback(()=>{D(!w)},[w]),J=n.useCallback(()=>{if(j){let e=Object.entries(N);if(e.length>0){let t={...y,...N};b(t),e.forEach(([e,n])=>{m?.(e,n,t)})}P({})}M(!j)},[j,N,y,m]),le=n.useCallback(()=>{P({}),M(!1)},[]),Y=n.useCallback((e,t)=>{P(n=>({...n,[e]:t}))},[]);n.useEffect(()=>{if(!H.recordNavigation)return;let e=H.recordNavigation,t=t=>{let n=t.target?.tagName;n===`INPUT`||n===`TEXTAREA`||t.target?.isContentEditable||(t.key===`ArrowLeft`&&e.currentIndex>0?(t.preventDefault(),e.onNavigate(e.recordIds[e.currentIndex-1])):t.key===`ArrowRight`&&e.currentIndex<e.recordIds.length-1&&(t.preventDefault(),e.onNavigate(e.recordIds[e.currentIndex+1])))};return document.addEventListener(`keydown`,t),()=>document.removeEventListener(`keydown`,t)},[H.recordNavigation]);let X=n.useMemo(()=>H.related??[],[H.related]),Z=n.useMemo(()=>{let e=[];return e.push({name:`sys_share`,label:B(`detail.share`),icon:`share-2`,type:`script`,onClick:q}),H.showEdit&&e.push({name:`sys_edit_mobile`,label:B(`detail.edit`),icon:`edit`,type:`script`,className:`sm:hidden`,onClick:ae}),p&&e.push({name:`sys_toggle_inline_edit_mobile`,label:B(j?`detail.save`:`detail.editInline`),icon:`edit`,type:`script`,className:`sm:hidden`,onClick:J}),H.showDelete&&e.push({name:`sys_delete`,label:B(`detail.delete`),icon:`trash-2`,type:`script`,variant:`destructive`,tags:[`separator-before`],onClick:G}),e},[B,H.showEdit,H.showDelete,p,j,q,ae,J,G]),ue=n.useMemo(()=>{let e=H.actions??[];if(Z.length===0)return e;let t=!1,n=e.map(e=>{let n=e;if(n&&typeof n==`object`&&n.type===`action:bar`&&(!n.location||n.location===`record_header`)){t=!0;let e=Array.isArray(n.systemActions)?n.systemActions:[];return{...n,systemActions:[...e,...Z]}}return e});return t||n.push({type:`action:bar`,location:`record_header`,systemActions:Z}),n},[H.actions,Z]);return x||H.loading?(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-4`,l),children:[(0,s.jsx)(r.Skeleton,{className:`h-10 w-full`}),(0,s.jsx)(r.Skeleton,{className:`h-64 w-full`}),(0,s.jsx)(r.Skeleton,{className:`h-48 w-full`})]}):!y&&!H.data?(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex flex-col items-center justify-center py-16 text-center`,l),children:[(0,s.jsx)(`p`,{className:`text-lg font-semibold`,children:B(`detail.recordNotFound`)}),(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1`,children:B(`detail.recordNotFoundDescription`)}),(H.showBack??!0)&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:ie,className:`mt-4 gap-2`,children:[(0,s.jsx)(i.ArrowLeft,{className:`h-4 w-4`}),B(`detail.goBack`)]})]}):(0,s.jsx)(r.TooltipProvider,{children:(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-6`,l),children:[H.showHeader!==!1&&(0,s.jsxs)(`div`,{className:`flex flex-col sm:flex-row items-start justify-between gap-3 sm:gap-4 pb-4 border-b`,children:[(0,s.jsxs)(`div`,{className:`flex items-start gap-2 sm:gap-3 flex-1 min-w-0`,children:[(H.showBack??!0)&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,onClick:ie,className:`shrink-0 mt-1`,children:(0,s.jsx)(i.ArrowLeft,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.back`)})]}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[(0,s.jsx)(`h1`,{className:`text-xl sm:text-2xl font-bold truncate`,children:K(y,H,F,B(`detail.details`))}),ne.map(e=>{let t=y?.[e];if(t==null||t===``)return null;let n=(H.sections||[]).flatMap(e=>e.fields).concat(H.fields||[]).find(t=>t.name===e),i=F?.fields?.[e],a=n?.type||i?.type,o=String(t),c=null;try{if(a===`currency`){let e=Number(t);Number.isNaN(e)||(o=new Intl.NumberFormat(void 0,{style:`currency`,currency:n?.currency||i?.currency||`USD`,maximumFractionDigits:0}).format(e))}else if(a===`date`||a===`datetime`){let e=new Date(t);Number.isNaN(e.getTime())||(o=a===`datetime`?e.toLocaleString(void 0,{dateStyle:`medium`,timeStyle:`short`}):e.toLocaleDateString(void 0,{dateStyle:`medium`}))}else if(a===`percent`){let e=Number(t);if(!Number.isNaN(e)){o=`${e}%`;let t=e<=1?e*100:e;c=Math.max(0,Math.min(100,t))}}else if(a===`select`||a===`status`||a===`multiselect`){let r=n?.options||i?.options,a=String(t);if(Array.isArray(r)){let e=r.find(e=>String(e?.value??e)===String(t));e?.label&&(a=e.label)}else if(r&&typeof r==`object`){let e=r[String(t)];e?.label&&(a=e.label)}o=H.objectName?te(H.objectName,e,String(t),a):a}}catch{}return c===null?(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent hover:bg-primary/15`,"aria-label":`${e}: ${o}`,children:o},e):(0,s.jsxs)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent hover:bg-primary/15 gap-1.5 pl-2 pr-2`,"aria-label":`${e}: ${o}`,children:[(0,s.jsx)(`span`,{className:`relative inline-block h-1.5 w-12 rounded-full bg-primary/20 overflow-hidden`,"aria-hidden":!0,children:(0,s.jsx)(`span`,{className:`absolute inset-y-0 left-0 rounded-full bg-primary`,style:{width:`${c}%`}})}),o]},e)}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 shrink-0`,onClick:ce,"aria-label":B(w?`detail.removeFromFavorites`:`detail.addToFavorites`),children:w?(0,s.jsx)(i.Star,{className:`h-4 w-4 fill-yellow-400 text-yellow-400`}):(0,s.jsx)(i.Star,{className:`h-4 w-4 text-muted-foreground`})})}),(0,s.jsx)(r.TooltipContent,{children:B(w?`detail.removeFromFavorites`:`detail.addToFavorites`)})]})]}),H.objectName&&(0,s.jsxs)(`p`,{className:`text-sm text-muted-foreground mt-1 flex items-center gap-1`,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:_||H.objectName}),H.resourceId&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-5 w-5 shrink-0 text-muted-foreground/60 hover:text-foreground`,onClick:re,"aria-label":B(`detail.copyRecordId`,{defaultValue:`Copy record ID`}),children:R?(0,s.jsx)(i.Check,{className:`h-3 w-3 text-green-600`}):(0,s.jsx)(i.Copy,{className:`h-3 w-3`})})}),(0,s.jsx)(r.TooltipContent,{children:R?B(`detail.copied`,{defaultValue:`Copied`}):B(`detail.copyRecordId`,{defaultValue:`Copy record ID`})})]})]})]})]}),(0,s.jsxs)(`div`,{className:`flex flex-wrap items-center gap-1.5 shrink-0 w-full sm:w-auto`,children:[H.recordNavigation&&(0,s.jsxs)(`div`,{className:`flex items-center gap-1 mr-2`,children:[(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`outline`,size:`icon`,className:`h-8 w-8`,disabled:H.recordNavigation.currentIndex<=0,onClick:()=>{let e=H.recordNavigation;e.currentIndex>0&&e.onNavigate(e.recordIds[e.currentIndex-1])},children:(0,s.jsx)(i.ChevronLeft,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.previousRecord`)})]}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground whitespace-nowrap px-1`,children:B(`detail.recordOf`,{current:H.recordNavigation.currentIndex+1,total:H.recordNavigation.recordIds.length})}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`outline`,size:`icon`,className:`h-8 w-8`,disabled:H.recordNavigation.currentIndex>=H.recordNavigation.recordIds.length-1,onClick:()=>{let e=H.recordNavigation;e.currentIndex<e.recordIds.length-1&&e.onNavigate(e.recordIds[e.currentIndex+1])},children:(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.nextRecord`)})]})]}),p&&(0,s.jsxs)(s.Fragment,{children:[j&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsxs)(r.Button,{variant:`ghost`,size:`sm`,onClick:le,className:`gap-2 hidden sm:inline-flex`,children:[(0,s.jsx)(i.X,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.cancel`)})]})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.cancelEdit`)})]}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:j?`default`:`outline`,size:`sm`,onClick:J,className:`gap-2 hidden sm:inline-flex`,children:j?(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.Check,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.save`)})]}):(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.Edit,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.editInline`)})]})})}),(0,s.jsx)(r.TooltipContent,{children:B(j?`detail.saveChanges`:`detail.editFieldsInline`)})]})]}),H.showEdit&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsxs)(r.Button,{variant:`default`,onClick:ae,className:`gap-2 hidden sm:inline-flex`,children:[(0,s.jsx)(i.Edit,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.edit`)})]})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.editRecord`)})]}),ue.map((e,t)=>(0,s.jsx)(a.SchemaRenderer,{schema:e,data:y},`header-action-${t}`))]})]}),H.header&&(0,s.jsx)(`div`,{children:(0,s.jsx)(a.SchemaRenderer,{schema:H.header,data:y})}),H.highlightFields&&H.highlightFields.length>0&&(0,s.jsx)(A,{fields:H.highlightFields,data:y,objectName:H.objectName,objectSchema:F}),H.autoTabs&&!H.tabs?.length?(()=>{let e=X.length>0,t=!!H.activities&&H.activities.length>0,n=!!h,i=!!H.history,a=(0,s.jsxs)(`div`,{className:`space-y-3 sm:space-y-4`,children:[H.sectionGroups&&H.sectionGroups.length>0&&H.sectionGroups.map((e,t)=>(0,s.jsx)(k,{group:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t)),H.sections&&H.sections.length>0&&H.sections.map((e,t)=>(0,s.jsx)(T,{section:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t)),H.fields&&H.fields.length>0&&!H.sections?.length&&(0,s.jsx)(T,{section:{fields:H.fields,columns:H.columns},data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y}),H.comments&&(0,s.jsx)(ee,{comments:H.comments,onAddComment:H.onAddComment})]});return!e&&!t&&!n&&!i?(0,s.jsx)(`div`,{className:`mt-2`,children:a}):(0,s.jsxs)(r.Tabs,{defaultValue:`details`,className:`w-full`,children:[(0,s.jsxs)(r.TabsList,{className:`w-full justify-start border-b rounded-none bg-transparent p-0`,children:[(0,s.jsx)(r.TabsTrigger,{value:`details`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:B(`detail.details`)}),e&&(0,s.jsx)(r.TabsTrigger,{value:`related`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.related`),(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:X.length})]})}),t&&(0,s.jsx)(r.TabsTrigger,{value:`activity`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.activity`),(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:H.activities.length})]})}),n&&(0,s.jsx)(r.TabsTrigger,{value:`discussion`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:B(`detail.discussion`,{defaultValue:`Discussion`})}),i&&(0,s.jsx)(r.TabsTrigger,{value:`history`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.history`,{defaultValue:`History`}),!H.history.loading&&H.history.entries.length>0&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:H.history.entries.length})]})})]}),(0,s.jsx)(r.TabsContent,{value:`details`,className:`mt-4`,children:a}),e&&(0,s.jsx)(r.TabsContent,{value:`related`,className:`mt-4`,children:(0,s.jsx)(`div`,{className:`space-y-3`,children:X.map((e,t)=>(0,s.jsx)(O,{title:e.title,type:e.type,api:e.api,data:e.data,columns:e.columns,dataSource:o,objectName:e.api,referenceField:e.referenceField,icon:e.icon,onNew:e.onNew,onViewAll:e.onViewAll,onRowClick:e.onRowClick,onRowEdit:e.onRowEdit,onRowDelete:e.onRowDelete,collapsible:!0,pageSize:se},t))})}),t&&(0,s.jsx)(r.TabsContent,{value:`activity`,className:`mt-4`,children:(0,s.jsx)(L,{activities:H.activities})}),n&&(0,s.jsx)(r.TabsContent,{value:`discussion`,className:`mt-4`,children:h}),i&&(0,s.jsx)(r.TabsContent,{value:`history`,className:`mt-4`,children:(0,s.jsx)(U,{entries:H.history.entries,loading:H.history.loading,emptyText:H.history.emptyText??B(`detail.historyEmpty`,{defaultValue:`No history yet`})})})]})})():(0,s.jsxs)(s.Fragment,{children:[H.sectionGroups&&H.sectionGroups.length>0&&(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:H.sectionGroups.map((e,t)=>(0,s.jsx)(k,{group:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t))}),H.sections&&H.sections.length>0&&(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:H.sections.map((e,t)=>(0,s.jsx)(T,{section:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t))}),H.fields&&H.fields.length>0&&!H.sections?.length&&(0,s.jsx)(T,{section:{fields:H.fields,columns:H.columns},data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y}),H.tabs&&H.tabs.length>0&&(0,s.jsx)(E,{tabs:H.tabs,data:y}),X.length>0&&(0,s.jsxs)(`div`,{className:`space-y-3`,children:[(0,s.jsx)(`h2`,{className:`text-lg font-semibold`,children:B(`detail.related`)}),X.map((e,t)=>(0,s.jsx)(O,{title:e.title,type:e.type,api:e.api,data:e.data,columns:e.columns,dataSource:o,objectName:e.api,referenceField:e.referenceField,icon:e.icon,onNew:e.onNew,onViewAll:e.onViewAll,onRowClick:e.onRowClick,onRowEdit:e.onRowEdit,onRowDelete:e.onRowDelete,collapsible:!0,pageSize:se},t))]}),H.comments&&(0,s.jsx)(ee,{comments:H.comments,onAddComment:H.onAddComment}),H.activities&&H.activities.length>0&&(0,s.jsx)(L,{activities:H.activities})]}),(0,s.jsx)(oe,{data:{...y,...N},objectSchema:F,objectName:H.objectName}),H.footer&&(0,s.jsx)(`div`,{children:(0,s.jsx)(a.SchemaRenderer,{schema:H.footer,data:y})})]})})},ce=e=>typeof e==`string`?e:e&&typeof e==`object`&&(e.field||e.name)||null,J=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},le=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=J(n);if(!r)return(0,s.jsx)(`div`,{className:t,"data-record-details-placeholder":!0,...i,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:details — bind a record to preview`})});let o=e.layout===`inline`||e.layout===`compact`?`horizontal`:`vertical`,l=r.objectName||``,u=(0,c.usePermissions)(),{readableFields:d}=(0,c.useFieldPermissions)(l),f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&l&&!f.every(e=>u.can(l,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view details.`})});let p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=e=>{if(!e||!p&&m.length===0)return e;let t=e.map(ce).filter(e=>!!e),n=new Set((p&&l?d(t):t).filter(e=>!m.includes(e)));return e.filter(e=>{let t=ce(e);return t?n.has(t):!0})},g=e=>typeof e==`string`?{name:e}:e&&typeof e==`object`&&!e.name&&e.field?{...e,name:e.field}:e,_=e=>Array.isArray(e)?e.map(g):e,v=_(h(e.fields)),y=Array.isArray(e.sections)?e.sections.map(e=>({...e,title:e.title??e.label,fields:_(h(e.fields))})):e.sections,b={type:`detail-view`,objectName:r.objectName,resourceId:r.recordId,data:r.data,layout:o,columns:e.columns,sections:y,fields:v,showBack:!1,showHeader:e.showHeader??!1};return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(q,{schema:b,dataSource:r.dataSource})})},Y=e=>typeof e==`string`?e:e&&typeof e==`object`&&(e.field||e.name||e.key)||null,X=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Z=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=X(n),o=e.title||e.objectName||`Related`,l=e.objectName;if(!l)return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:related_list — missing objectName`})});let u=(0,c.usePermissions)(),{readableFields:d}=(0,c.useFieldPermissions)(l),f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&!f.every(e=>u.can(l,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view related list.`})});let p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=Array.isArray(e.columns)?e.columns:[],g=h;if(p||m.length>0){let e=h.map(Y).filter(e=>!!e),t=new Set((p?d(e):e).filter(e=>!m.includes(e)));g=h.filter(e=>{let n=Y(e);return n?t.has(n):!0})}return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(O,{title:o,type:`table`,api:l,objectName:l,referenceField:e.relationshipField,columns:g,pageSize:e.limit,dataSource:r?.dataSource})})},ue=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Q=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=ue(n),o=r?.objectName||``,l=(0,c.usePermissions)(),{readableFields:u}=(0,c.useFieldPermissions)(o),d=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(d.length>0&&o&&!d.every(e=>l.can(o,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view highlights.`})});let f=(Array.isArray(e.fields)?e.fields:[]).map(e=>typeof e==`string`?{name:e}:{name:e?.name,label:e?.label,icon:e?.icon,type:e?.type}).filter(e=>typeof e.name==`string`&&e.name.length>0),p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=p&&o?new Set(u(f.map(e=>e.name))):null,g=f.filter(e=>!(m.includes(e.name)||h&&!h.has(e.name)));return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(A,{fields:g,data:r?.data,objectName:r?.objectName,objectSchema:r?.objectSchema})})},$=({change:e,className:t})=>{let n=e.fieldLabel??e.field.charAt(0).toUpperCase()+e.field.slice(1).replace(/_/g,` `),a=e.oldDisplayValue??(e.oldValue==null?`(empty)`:String(e.oldValue)),o=e.newDisplayValue??(e.newValue==null?`(empty)`:String(e.newValue));return(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-center gap-1.5 text-sm flex-wrap`,t),children:[(0,s.jsx)(`span`,{className:`font-medium text-foreground`,children:n}),(0,s.jsx)(`span`,{className:`text-muted-foreground line-through`,children:a}),(0,s.jsx)(i.ArrowRight,{className:`h-3 w-3 text-muted-foreground shrink-0`}),(0,s.jsx)(`span`,{className:`text-foreground`,children:o})]})},de=[`👍`,`❤️`,`🎉`,`😂`,`😮`,`😢`],fe=({reactions:e,onToggleReaction:t,emojiOptions:a=de,className:o})=>{let[c,l]=n.useState(!1),u=n.useCallback(e=>{t?.(e),l(!1)},[t]);return(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-center gap-1 flex-wrap`,o),children:[e.map(e=>(0,s.jsxs)(`button`,{type:`button`,className:(0,r.cn)(`inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-xs border transition-colors`,e.reacted?`bg-primary/10 border-primary/30 text-primary`:`bg-muted border-border text-muted-foreground hover:bg-muted/80`),onClick:()=>u(e.emoji),disabled:!t,"aria-label":`${e.emoji} ${e.count} reaction${e.count===1?``:`s`}`,children:[(0,s.jsx)(`span`,{children:e.emoji}),(0,s.jsx)(`span`,{children:e.count})]},e.emoji)),t&&(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6`,onClick:()=>l(!c),"aria-label":`Add reaction`,children:(0,s.jsx)(i.SmilePlus,{className:`h-3.5 w-3.5`})}),c&&(0,s.jsx)(`div`,{className:`absolute bottom-full mb-1 left-0 bg-popover border rounded-md shadow-md z-50 p-1.5 flex gap-1`,role:`listbox`,"aria-label":`Emoji picker`,children:a.map(t=>(0,s.jsx)(`button`,{type:`button`,className:`hover:bg-accent rounded p-1 text-base transition-colors`,onClick:()=>u(t),role:`option`,"aria-selected":e.some(e=>e.emoji===t&&e.reacted),children:t},t))})]})]})};function pe(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}var me=({parentItem:e,replies:t,onAddReply:a,showReplyInput:o=!0,className:c})=>{let{t:l}=C(),[u,d]=n.useState(!1),[f,p]=n.useState(``),[m,h]=n.useState(!1),g=n.useCallback(async()=>{let t=f.trim();if(!(!t||!a)){h(!0);try{await a(e.id,t),p(``)}finally{h(!1)}}},[f,a,e.id]),_=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),g())},[g]);return t.length===0&&!o?null:(0,s.jsxs)(`div`,{className:(0,r.cn)(`ml-10 mt-1`,c),children:[t.length>0&&(0,s.jsxs)(`button`,{type:`button`,className:`flex items-center gap-1 text-xs text-muted-foreground hover:text-foreground transition-colors mb-1`,onClick:()=>d(!u),"aria-expanded":u,children:[u?(0,s.jsx)(i.ChevronDown,{className:`h-3 w-3`}):(0,s.jsx)(i.ChevronRight,{className:`h-3 w-3`}),(0,s.jsx)(i.MessageSquare,{className:`h-3 w-3`}),(0,s.jsx)(`span`,{children:t.length===1?l(`detail.replyCount`,{count:t.length}):l(`detail.replyCountPlural`,{count:t.length})})]}),u&&(0,s.jsx)(`div`,{className:`space-y-2 border-l-2 border-border pl-3`,children:t.map(e=>(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`div`,{className:`shrink-0`,children:e.actorAvatarUrl?(0,s.jsx)(`img`,{src:e.actorAvatarUrl,alt:e.actor,className:`h-6 w-6 rounded-full object-cover`}):(0,s.jsx)(`div`,{className:`h-6 w-6 rounded-full bg-muted flex items-center justify-center text-[10px] font-medium text-muted-foreground`,children:e.actor.charAt(0).toUpperCase()})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,s.jsx)(`span`,{className:`text-xs font-medium`,children:e.actor}),(0,s.jsx)(`span`,{className:`text-[10px] text-muted-foreground`,children:pe(e.createdAt)})]}),(0,s.jsx)(`p`,{className:`text-xs whitespace-pre-wrap break-words`,children:e.body})]})]},e.id))}),o&&a&&(0,s.jsxs)(`div`,{className:`flex gap-1.5 mt-1.5`,children:[(0,s.jsx)(`input`,{className:`flex-1 rounded-md border border-input bg-background px-2 py-1 text-xs placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,placeholder:l(`detail.replyPlaceholder`),value:f,onChange:e=>p(e.target.value),onKeyDown:_,disabled:m}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 shrink-0`,onClick:g,disabled:!f.trim()||m,"aria-label":`Send reply`,children:(0,s.jsx)(i.Send,{className:`h-3 w-3`})})]})]})},he=({subscription:e,onToggle:t,className:a})=>{let{t:o}=C(),[c,l]=n.useState(!1),u=n.useCallback(async()=>{if(t){l(!0);try{await t(!e.subscribed)}finally{l(!1)}}},[t,e.subscribed]);return(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:(0,r.cn)(`h-8 w-8`,a),onClick:u,disabled:c||!t,"aria-label":e.subscribed?o(`detail.unsubscribeAriaLabel`):o(`detail.subscribeAriaLabel`),title:e.subscribed?o(`detail.subscribedTooltip`):o(`detail.unsubscribedTooltip`),children:e.subscribed?(0,s.jsx)(i.Bell,{className:`h-4 w-4 text-primary`}):(0,s.jsx)(i.BellOff,{className:`h-4 w-4 text-muted-foreground`})})},ge={comment:i.MessageSquare,field_change:i.Edit,task:i.CheckSquare,event:i.Calendar,system:i.Zap,email:i.Mail,call:i.Phone},_e={comment:`bg-purple-100 text-purple-600`,field_change:`bg-blue-100 text-blue-600`,task:`bg-green-100 text-green-600`,event:`bg-amber-100 text-amber-600`,system:`bg-gray-100 text-gray-600`,email:`bg-indigo-100 text-indigo-600`,call:`bg-teal-100 text-teal-600`};function ve(e){return[{value:`all`,label:e(`detail.allActivity`)},{value:`comments_only`,label:e(`detail.commentsOnly`)},{value:`changes_only`,label:e(`detail.fieldChangesFilter`)},{value:`tasks_only`,label:e(`detail.tasksOnly`)}]}function ye(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}function be(e,t){switch(t){case`comments_only`:return e.filter(e=>e.type===`comment`);case`changes_only`:return e.filter(e=>e.type===`field_change`);case`tasks_only`:return e.filter(e=>e.type===`task`);default:return e}}var xe=({items:e,config:t,filterMode:a,onFilterChange:o,hasMore:c=!1,onLoadMore:l,loading:u=!1,onAddComment:d,onAddReply:f,onToggleReaction:p,subscription:m,onToggleSubscription:h,collapseWhenEmpty:g=!1,titleLabel:_,emptyLabel:v,className:y})=>{let{t:b}=C(),[x,S]=n.useState(`all`),[w,T]=n.useState(``),[E,D]=n.useState(!1),[O,k]=n.useState(!1),A=a??x,j=t?.showFilterToggle!==!1,ee=t?.showCommentInput!==!1&&!!d,M=t?.enableReactions??!1,N=t?.enableThreading??!1,P=t?.showSubscriptionToggle??!1,F=n.useMemo(()=>be(e,A),[e,A]),I=n.useMemo(()=>N?F.filter(e=>!e.parentId):F,[F,N]),L=n.useMemo(()=>{if(!N)return new Map;let e=new Map;for(let t of F)if(t.parentId){let n=e.get(t.parentId)??[];n.push(t),e.set(t.parentId,n)}return e},[F,N]),R=n.useCallback(e=>{o?o(e):S(e)},[o]),z=n.useCallback(async()=>{let e=w.trim();if(!(!e||!d)){D(!0);try{await d(e),T(``)}finally{D(!1)}}},[w,d]),B=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),z())},[z]),te=n.useCallback(async()=>{if(l){k(!0);try{await l()}finally{k(!1)}}},[l]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,y),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.Activity,{className:`h-4 w-4`}),_??b(`detail.activity`),(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,F.length,`)`]})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-1`,children:P&&m&&(0,s.jsx)(he,{subscription:m,onToggle:h})})]})}),(0,s.jsxs)(r.CardContent,{className:`space-y-4`,children:[j&&(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,s.jsx)(`select`,{className:`rounded-md border border-input bg-background px-2.5 py-1.5 text-sm focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,value:A,onChange:e=>R(e.target.value),"aria-label":b(`detail.filterActivity`),children:ve(b).map(e=>(0,s.jsx)(`option`,{value:e.value,children:e.label},e.value))})}),ee&&(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`textarea`,{className:`flex-1 min-h-[60px] rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring resize-none`,placeholder:b(`detail.leaveCommentPlaceholder`),value:w,onChange:e=>T(e.target.value),onKeyDown:B,disabled:E}),(0,s.jsxs)(r.Button,{variant:`default`,onClick:z,disabled:!w.trim()||E,className:`shrink-0 self-end gap-1.5`,"aria-label":b(`detail.submitComment`),title:b(`detail.submitComment`),children:[(0,s.jsx)(i.Send,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{children:b(`detail.sendComment`)})]})]}),F.length===0?g?null:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:v??b(`detail.noActivity`)}):(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(`div`,{className:`absolute left-4 top-2 bottom-2 w-px bg-border`}),(0,s.jsx)(`div`,{className:`space-y-4`,children:I.map(e=>{let t=ge[e.type]||i.Zap,n=_e[e.type]||`bg-gray-100 text-gray-600`,a=L.get(e.id)??[];return(0,s.jsxs)(`div`,{children:[(0,s.jsxs)(`div`,{className:`flex gap-3 relative`,children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`shrink-0 h-8 w-8 rounded-full flex items-center justify-center z-10`,n),children:e.actorAvatarUrl?(0,s.jsx)(`img`,{src:e.actorAvatarUrl,alt:e.actor,className:`h-8 w-8 rounded-full object-cover`}):(0,s.jsx)(t,{className:`h-3.5 w-3.5`})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0 pt-1`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 mb-0.5`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium`,children:e.actor}),e.source&&(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:b(`detail.via`,{source:e.source})}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:ye(e.createdAt)}),e.edited&&(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground italic`,children:b(`detail.edited`)}),e.pinned&&(0,s.jsxs)(`span`,{className:`text-xs text-amber-600`,children:[`📌 `,b(`detail.pinned`)]})]}),e.body&&(0,s.jsx)(`p`,{className:`text-sm whitespace-pre-wrap break-words text-muted-foreground`,children:e.body}),e.type===`field_change`&&e.fieldChanges&&(0,s.jsx)(`div`,{className:`space-y-1 mt-1`,children:e.fieldChanges.map((e,t)=>(0,s.jsx)($,{change:e},t))}),M&&e.reactions&&e.reactions.length>0&&(0,s.jsx)(`div`,{className:`mt-1.5`,children:(0,s.jsx)(fe,{reactions:e.reactions,onToggleReaction:p?t=>p(e.id,t):void 0})}),M&&(!e.reactions||e.reactions.length===0)&&p&&(0,s.jsx)(`div`,{className:`mt-1.5`,children:(0,s.jsx)(fe,{reactions:[],onToggleReaction:t=>p(e.id,t)})})]})]}),N&&(e.replyCount??0)>0&&(0,s.jsx)(me,{parentItem:e,replies:a,onAddReply:f,showReplyInput:!!f})]},e.id)})})]}),c&&(0,s.jsx)(`div`,{className:`text-center pt-2`,children:(0,s.jsxs)(r.Button,{variant:`ghost`,size:`sm`,onClick:te,disabled:O,"aria-label":b(`detail.loadMore`),children:[O?(0,s.jsx)(i.Loader2,{className:`h-4 w-4 animate-spin mr-1`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 mr-1`}),b(`detail.loadMore`)]})})]})]})},Se=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ce=({schema:e={},className:t,...n})=>{(0,a.useRecordContext)();let{designer:r}=Se(n);return(0,s.jsx)(`div`,{className:t,...r,children:(0,s.jsx)(xe,{items:[],config:e})})},we=({config:e,items:t,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g=!1,className:_})=>{let v=e?.position??`right`,y=e?.width??`360px`,b=e?.collapsible??!0,x=g&&t.length===0||(e?.defaultCollapsed??!1),{t:S}=C(),[w,T]=n.useState(x);return v===`right`||v===`left`?w&&b?(0,s.jsx)(`div`,{className:(0,r.cn)(`flex items-start pt-4`,v===`right`?`border-l`:`border-r`,_),children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-8 w-8 mx-1`,onClick:()=>T(!1),"aria-label":S(`detail.openDiscussion`),children:(0,s.jsx)(i.PanelRightOpen,{className:`h-4 w-4`})})}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex flex-col overflow-hidden`,v===`right`?`border-l`:`border-r`,_),style:{width:y,minWidth:y},children:[(0,s.jsxs)(`div`,{className:`flex items-center justify-between px-4 py-3 border-b`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`text-sm font-medium`,children:S(`detail.discussion`)})]}),b&&(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:()=>T(!0),"aria-label":S(`detail.closeDiscussion`),children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]}),(0,s.jsx)(`div`,{className:`flex-1 overflow-y-auto`,children:(0,s.jsx)(xe,{items:t,config:e?.feed,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g,titleLabel:S(`detail.discussion`),emptyLabel:S(`detail.noCommentsYet`),className:`border-0 shadow-none`})})]}):(0,s.jsx)(`div`,{className:(0,r.cn)(``,_),children:b&&w?(0,s.jsxs)(r.Button,{variant:`ghost`,className:`w-full justify-start gap-2 text-muted-foreground`,onClick:()=>T(!1),"aria-label":S(`detail.showDiscussion`,{count:t.length}),children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{children:S(`detail.showDiscussion`,{count:t.length})})]}):(0,s.jsxs)(`div`,{children:[b&&(0,s.jsxs)(`div`,{className:`flex items-center justify-between mb-2`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 text-sm font-medium`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),S(`detail.discussion`)]}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:()=>T(!0),"aria-label":S(`detail.hideDiscussion`),children:(0,s.jsx)(i.PanelRightClose,{className:`h-3.5 w-3.5`})})]}),(0,s.jsx)(xe,{items:t,config:e?.feed,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g,titleLabel:S(`detail.discussion`),emptyLabel:S(`detail.noCommentsYet`)})]})})},Te=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ee=({schema:e={},className:t,...n})=>{(0,a.useRecordContext)();let{designer:r}=Te(n);return(0,s.jsx)(`div`,{className:t,...r,children:(0,s.jsx)(we,{items:[],config:e})})},De=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Oe=({schema:e={},className:t,...n})=>{let i=(0,a.useRecordContext)(),{designer:o}=De(n),c=Array.isArray(e.stages)?e.stages:[],l=e.statusField,u=l&&i?.data?i.data[l]:void 0,d=c.findIndex(e=>e.value===u);return d<0&&(d=-1),c.length===0?(0,s.jsx)(`div`,{className:t,...o,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:path — no stages configured`})}):(0,s.jsx)(`div`,{className:(0,r.cn)(`flex w-full items-stretch gap-1`,t),role:`list`,"aria-label":e.aria?.label||`Record path`,...o,children:c.map((e,t)=>{let n=d>=0&&t<d,i=t===d;return(0,s.jsx)(`div`,{role:`listitem`,"aria-current":i?`step`:void 0,className:(0,r.cn)(`relative flex-1 px-4 py-2 text-xs font-medium border text-center`,`first:rounded-l-md last:rounded-r-md`,i&&`bg-primary text-primary-foreground border-primary`,n&&`bg-muted text-muted-foreground`,!i&&!n&&`bg-background text-foreground/70`),children:(0,s.jsxs)(`span`,{className:`inline-flex items-center gap-1.5`,children:[n&&(0,s.jsx)(`span`,{"aria-hidden":!0,children:`✓`}),e.label]})},`${e.value}-${t}`)})})},ke=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ae=({schema:e={},className:t,...n})=>{let i=(0,a.useRecordContext)(),{designer:o}=ke(n),l=(0,c.usePermissions)(),u=Array.isArray(e.actions)?e.actions:Array.isArray(e.properties?.actions)?e.properties.actions:[],d=i?.objectName||``,f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&d&&!f.every(e=>l.can(d,e)))return(0,s.jsx)(`div`,{className:t,...o,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view quick actions.`})});let p=e.location||`record_header`,{getActionsForLocation:m,executeAction:h}=(0,a.useActionEngine)({actions:u,context:{record:i?.data,recordId:i?.recordId,objectName:i?.objectName}}),g=u.length>0?m(p):[];if(g.length===0)return(0,s.jsx)(`div`,{className:t,...o,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:quick_actions — no actions configured`})});let _=e.align||`end`,v=_===`start`?`justify-start`:_===`center`?`justify-center`:`justify-end`;return(0,s.jsx)(`div`,{className:(0,r.cn)(`flex flex-wrap items-center gap-2`,p===`record_header`&&!e.inline&&`-mt-12 sm:-mt-14 mb-2 relative z-10`,v,t),role:`toolbar`,"aria-label":e.aria?.label||`Quick actions`,...o,children:g.map((t,n)=>{let i=t.label||t.name||`Action ${n+1}`;return(0,s.jsx)(r.Button,{variant:t.variant||e.variant||`default`,size:t.size||e.size||`sm`,disabled:typeof t.disabled==`boolean`?t.disabled:void 0,onClick:()=>{if(typeof t.onClick==`function`){t.onClick();return}t.name&&h(t.name)},children:i},t.name||`qa-${n}`)})})},je=new Set([`id`,`_id`,`__v`,`created_at`,`updated_at`,`createdAt`,`updatedAt`,`created_by`,`updated_by`,`organization_id`,`tenant_id`,`owner_id`,`deleted_at`,`is_deleted`]),Me=480,Ne=95;function Pe({open:e,onClose:t,title:i,record:a,objectName:o,recordId:c,dataSource:l,objectSchema:u,width:d=`min(960px, 60vw)`,columns:f=2,systemFields:p=je,onFieldSave:m,onDelete:h,resizable:g=!0,fullPageHref:_}){let{t:v}=C(),y=`objectui.drawerWidth.${o}`,[b,x]=n.default.useState(()=>{if(typeof window>`u`||!g)return null;try{let e=window.localStorage.getItem(y);if(e){let t=parseInt(e,10);if(Number.isFinite(t)&&t>=Me)return t}}catch{}return null}),S=n.default.useMemo(()=>g&&b!=null?`${b}px`:typeof d==`number`?`${d}px`:d,[g,b,d]),w=S?{width:S,maxWidth:S}:void 0,T=n.default.useRef(null),E=n.default.useCallback(e=>{if(!g)return;e.preventDefault();let t=b??(typeof window<`u`?Math.min(window.innerWidth*.6,960):720);T.current={startX:e.clientX,startWidth:t};let n=e=>{let t=T.current;if(!t)return;let n=t.startX-e.clientX,r=typeof window<`u`?window.innerWidth*Ne/100:1600,i=Math.min(r,Math.max(Me,t.startWidth+n));x(Math.round(i))},r=()=>{T.current,T.current=null,window.removeEventListener(`pointermove`,n),window.removeEventListener(`pointerup`,r),window.removeEventListener(`pointercancel`,r);try{x(e=>(e!=null&&window.localStorage.setItem(y,String(e)),e))}catch{}};window.addEventListener(`pointermove`,n),window.addEventListener(`pointerup`,r),window.addEventListener(`pointercancel`,r)},[g,b,y]),D=u?.fields??{},O=(Object.keys(D).length?Object.keys(D):Object.keys(a)).filter(e=>!p.has(e)&&!e.startsWith(`__`)).filter(e=>e in a).map(e=>{let t=D[e]||{},n=t.type===`lookup`||t.type===`master_detail`||t.type===`reference`;return{name:e,label:t.label,type:t.type,readonly:!!t.readonly||n,options:t.options,currency:t.currency,precision:t.precision,format:t.format,reference_to:t.reference_to??t.referenceTo??t.target,reference_field:t.reference_field??t.referenceField,required:t.required,validation:t.validation,placeholder:t.placeholder,description:t.description}});return(0,s.jsx)(r.Sheet,{open:e,onOpenChange:e=>{e||t()},children:(0,s.jsxs)(r.SheetContent,{side:`right`,className:`w-full overflow-y-auto p-0 sm:!max-w-none`,style:w,onOpenAutoFocus:e=>e.preventDefault(),children:[g&&(0,s.jsx)(`div`,{role:`separator`,"aria-orientation":`vertical`,"aria-label":`Resize drawer`,onPointerDown:E,className:`hidden sm:block absolute left-0 top-0 h-full w-1.5 cursor-col-resize select-none bg-transparent hover:bg-primary/30 active:bg-primary/50 transition-colors z-10`}),(0,s.jsx)(r.SheetHeader,{className:`sr-only`,children:(0,s.jsx)(r.SheetTitle,{children:i})}),(0,s.jsx)(`div`,{className:`px-6 pt-6 pb-6`,children:(0,s.jsx)(q,{dataSource:l,inlineEdit:!0,schema:{type:`detail-view`,objectName:o,resourceId:String(c),data:a,showDelete:!0,columns:f,fields:O,actions:_?[{type:`action:bar`,location:`record_header`,systemActions:[{name:`sys_open_new_tab`,label:v(`detail.openInNewTab`),icon:`external-link`,type:`script`,onClick:()=>window.open(_,`_blank`,`noopener`)}]}]:void 0},onFieldSave:async(e,t)=>{try{await m?.(e,t)}catch(e){console.error(`[RecordDetailDrawer] inline field save failed:`,e)}},onDelete:async()=>{try{await h?.(),t()}catch(e){console.error(`[RecordDetailDrawer] delete failed:`,e)}}})})]})})}function Fe(e,t){if(typeof window>`u`)return null;let n=window.location.pathname,r=`/${e}`,i=n.indexOf(r);return`${i>=0?n.slice(0,i):n.replace(/\/$/,``)}/${e}/record/${encodeURIComponent(String(t))}`}var Ie=({objectName:e,relationshipField:t,fields:a,onCreateRecord:o,onLinkRecord:c,onSearch:l,existingRecords:u=[],className:d})=>{let[f,p]=n.useState(!1),[m,h]=n.useState(`create`),[g,_]=n.useState({}),[v,y]=n.useState(``),[b,x]=n.useState(u),[S,C]=n.useState(!1),[w,T]=n.useState(!1),E=n.useMemo(()=>{if(!v.trim())return b;let e=v.toLowerCase();return b.filter(t=>t.label.toLowerCase().includes(e)||t.description?.toLowerCase().includes(e))},[v,b]),D=n.useCallback(async e=>{if(y(e),l&&e.trim().length>=2){T(!0);try{x(await l(e))}finally{T(!1)}}},[l]),O=n.useCallback((e,t)=>{_(n=>({...n,[e]:t}))},[]),k=n.useCallback(async()=>{if(o){C(!0);try{await o({...g,[t]:!0}),_({}),p(!1)}finally{C(!1)}}},[o,g,t]),A=n.useCallback(async e=>{if(c){C(!0);try{await c(e),y(``),p(!1)}finally{C(!1)}}},[c]),j=n.useMemo(()=>a.filter(e=>e.required).every(e=>g[e.name]?.toString().trim()),[a,g]);return f?(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,d),children:[(0,s.jsx)(r.CardHeader,{className:`pb-3`,children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between text-sm`,children:[(0,s.jsxs)(`span`,{children:[m===`create`?`Create`:`Link`,` `,e]}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6`,onClick:()=>p(!1),children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]})}),(0,s.jsx)(r.CardContent,{children:(0,s.jsxs)(r.Tabs,{value:m,onValueChange:h,children:[(0,s.jsxs)(r.TabsList,{className:`mb-3 w-full`,children:[o&&(0,s.jsxs)(r.TabsTrigger,{value:`create`,className:`flex-1 gap-1.5`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),`Create New`]}),c&&(0,s.jsxs)(r.TabsTrigger,{value:`link`,className:`flex-1 gap-1.5`,children:[(0,s.jsx)(i.Link,{className:`h-3.5 w-3.5`}),`Link Existing`]})]}),o&&(0,s.jsxs)(r.TabsContent,{value:`create`,className:`space-y-3 mt-0`,children:[a.map(e=>(0,s.jsxs)(`div`,{children:[(0,s.jsxs)(`label`,{className:`text-xs font-medium text-muted-foreground mb-1 block`,children:[e.label,e.required&&(0,s.jsx)(`span`,{className:`text-destructive ml-0.5`,children:`*`})]}),(0,s.jsx)(r.Input,{type:e.type===`number`?`number`:e.type===`date`?`date`:`text`,placeholder:e.placeholder||`Enter ${e.label.toLowerCase()}`,value:g[e.name]||``,onChange:t=>O(e.name,t.target.value),className:`h-8 text-sm`})]},e.name)),(0,s.jsxs)(`div`,{className:`flex justify-end gap-2 pt-1`,children:[(0,s.jsx)(r.Button,{variant:`ghost`,size:`sm`,onClick:()=>p(!1),children:`Cancel`}),(0,s.jsxs)(r.Button,{size:`sm`,onClick:k,disabled:!j||S,className:`gap-1.5`,children:[S&&(0,s.jsx)(i.Loader2,{className:`h-3.5 w-3.5 animate-spin`}),`Create`]})]})]}),c&&(0,s.jsxs)(r.TabsContent,{value:`link`,className:`space-y-3 mt-0`,children:[(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(i.Search,{className:`absolute left-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground`}),(0,s.jsx)(r.Input,{placeholder:`Search ${e}…`,value:v,onChange:e=>D(e.target.value),className:`h-8 text-sm pl-8`})]}),(0,s.jsx)(`div`,{className:`max-h-48 overflow-y-auto space-y-1`,children:w?(0,s.jsxs)(`div`,{className:`flex items-center justify-center py-4 text-sm text-muted-foreground`,children:[(0,s.jsx)(i.Loader2,{className:`h-4 w-4 animate-spin mr-2`}),`Searching…`]}):E.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:v?`No records found`:`Type to search records`}):E.map(e=>(0,s.jsxs)(`button`,{type:`button`,className:`w-full text-left px-3 py-2 rounded-md hover:bg-accent text-sm transition-colors`,onClick:()=>A(e.id),disabled:S,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:e.label}),e.description&&(0,s.jsx)(`span`,{className:`block text-xs text-muted-foreground mt-0.5`,children:e.description})]},e.id))})]})]})})]}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex gap-2`,d),children:[o&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:()=>{h(`create`),p(!0)},className:`gap-1.5`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),`New `,e]}),c&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:()=>{h(`link`),p(!0)},className:`gap-1.5`,children:[(0,s.jsx)(i.Link,{className:`h-3.5 w-3.5`}),`Link Existing`]})]})};function Le(e){let t=e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/```([\s\S]*?)```/g,`<pre class="bg-muted rounded p-2 text-xs font-mono my-1 overflow-x-auto">$1</pre>`).replace(/`([^`]+)`/g,`<code class="bg-muted rounded px-1 py-0.5 text-xs font-mono">$1</code>`).replace(/\*\*(.+?)\*\*/g,`<strong>$1</strong>`).replace(/\*(.+?)\*/g,`<em>$1</em>`).replace(/@(\w+)/g,`<span class="text-primary font-medium">@$1</span>`).replace(/^- (.+)$/gm,`<li class="ml-4 list-disc">$1</li>`).replace(/\n/g,`<br/>`);return t=t.replace(/(<li[^>]*>.*?<\/li>(?:<br\/>)?)+/g,e=>`<ul class="my-1">${e.replace(/<br\/>/g,``)}</ul>`),t}var Re=({value:e,onChange:t,onSubmit:a,mentionSuggestions:o=[],placeholder:c,className:l,disabled:u=!1})=>{let{t:d}=C(),[f,p]=n.useState(!1),[m,h]=n.useState(!1),[g,_]=n.useState(``),[v,y]=n.useState(0),b=n.useRef(null),x=n.useMemo(()=>{if(!g)return o;let e=g.toLowerCase();return o.filter(t=>t.label.toLowerCase().includes(e))},[g,o]),S=n.useCallback((n,r=``)=>{let i=b.current;if(!i)return;let a=i.selectionStart,o=i.selectionEnd,s=e.slice(a,o);t(e.slice(0,a)+n+s+r+e.slice(o)),requestAnimationFrame(()=>{i.focus();let e=a+n.length+s.length;i.setSelectionRange(e,e)})},[e,t]),w=n.useCallback(()=>S(`**`,`**`),[S]),T=n.useCallback(()=>S(`*`,`*`),[S]),E=n.useCallback(()=>S(`
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`@object-ui/core`),require(`react`),require(`@object-ui/components`),require(`lucide-react`),require(`@object-ui/react`),require(`@object-ui/fields`),require(`react/jsx-runtime`),require(`@object-ui/permissions`)):typeof define==`function`&&define.amd?define([`exports`,`@object-ui/core`,`react`,`@object-ui/components`,`lucide-react`,`@object-ui/react`,`@object-ui/fields`,`react/jsx-runtime`,`@object-ui/permissions`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.ObjectUIPluginDetail={},e.ObjectUICore,e.React,e.ObjectUIComponents,e.LucideReact,e.ObjectUIReact,e.ObjectUIFields,e.jsxRuntime,e._object_ui_permissions))})(this,function(e,t,n,r,i,a,o,s,c){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var l=Object.create,u=Object.defineProperty,d=Object.getOwnPropertyDescriptor,f=Object.getOwnPropertyNames,p=Object.getPrototypeOf,m=Object.prototype.hasOwnProperty,h=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=f(t),a=0,o=i.length,s;a<o;a++)s=i[a],!m.call(e,s)&&s!==n&&u(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=d(t,s))||r.enumerable});return e};n=((e,t,n)=>(n=e==null?{}:l(p(e)),h(t||!e||!e.__esModule?u(n,`default`,{value:e,enumerable:!0}):n,e)))(n,1);var g=new Set([`textarea`,`markdown`,`html`,`grid`,`rich-text`,`field:textarea`,`field:markdown`,`field:html`,`field:grid`,`field:rich-text`]);function _(e){return g.has(e)}function v(e,t){let n;if(n=e<=3?1:e<=10?2:3,t!==void 0){if(t<640)return Math.min(n,1);if(t<900)return Math.min(n,2)}return n}function y(e,t){return t<=1?e:e.map(e=>e.span===void 0&&e.type&&_(e.type)?{...e,span:t}:e)}function b(e,t,n){if(t!==void 0)return{fields:y(e,t),columns:t};let r=v(e.length,n);return{fields:y(e,r),columns:r}}function x(e,t){return function(){try{let n=(0,a.useObjectTranslation)();return n.t(t)===t?{t:(t,n)=>{let r=e[t]||t;if(n)for(let[e,t]of Object.entries(n))r=r.replace(`{{${e}}}`,String(t));return r}}:{t:n.t}}catch{return{t:(t,n)=>{let r=e[t]||t;if(n)for(let[e,t]of Object.entries(n))r=r.replace(`{{${e}}}`,String(t));return r}}}}}var S={"detail.back":`Back`,"detail.edit":`Edit`,"detail.editInline":`Edit`,"detail.save":`Save`,"detail.saveChanges":`Save changes`,"detail.editFieldsInline":`Edit fields inline`,"detail.cancel":`Cancel`,"detail.cancelEdit":`Discard changes`,"detail.openInNewTab":`Open in new tab`,"detail.share":`Share`,"detail.duplicate":`Duplicate`,"detail.export":`Export`,"detail.viewHistory":`View history`,"detail.delete":`Delete`,"detail.moreActions":`More actions`,"detail.addToFavorites":`Add to favorites`,"detail.removeFromFavorites":`Remove from favorites`,"detail.previousRecord":`Previous record`,"detail.nextRecord":`Next record`,"detail.recordOf":`{{current}} of {{total}}`,"detail.recordNotFound":`Record not found`,"detail.recordNotFoundDescription":`The record you are looking for does not exist or may have been deleted.`,"detail.goBack":`Go back`,"detail.details":`Details`,"detail.related":`Related`,"detail.relatedRecords":`{{count}} records`,"detail.relatedRecordOne":`{{count}} record`,"detail.noRelatedRecords":`No related records found`,"detail.loading":`Loading...`,"detail.copyToClipboard":`Copy to clipboard`,"detail.copied":`Copied!`,"detail.deleteConfirmation":`Are you sure you want to delete this record?`,"detail.editRecord":`Edit record`,"detail.viewAll":`View All`,"detail.new":`New`,"detail.emptyValue":`—`,"detail.activity":`Activity`,"detail.copyRecordId":`Copy record ID`,"detail.showEmptyFields":`Show {{count}} empty fields`,"detail.hideEmptyFields":`Hide empty fields`,"detail.editRow":`Edit`,"detail.deleteRow":`Delete`,"detail.deleteRowConfirmation":`Are you sure you want to delete this record?`,"detail.actions":`Actions`,"detail.previousPage":`Previous`,"detail.nextPage":`Next`,"detail.pageOf":`Page {{current}} of {{total}}`,"detail.sortBy":`Sort by`,"detail.filterPlaceholder":`Filter...`,"detail.highlightFields":`Key Fields`,"detail.comments":`Comments`,"detail.searchComments":`Search comments…`,"detail.addCommentPlaceholder":`Add a comment… (Ctrl+Enter to submit)`,"detail.noMatchingComments":`No matching comments`,"detail.noCommentsYet":`No comments yet`,"detail.pinned":`Pinned`,"detail.pin":`Pin`,"detail.unpin":`Unpin`,"detail.justNow":`just now`,"detail.minutesAgo":`{{count}}m ago`,"detail.hoursAgo":`{{count}}h ago`,"detail.daysAgo":`{{count}}d ago`,"detail.createdBy":`Created by`,"detail.updatedBy":`Updated by`,"detail.dropFilesToUpload":`Drop files here or click to upload`,"detail.attachmentCount":`{{count}} attachment`,"detail.attachmentCountPlural":`{{count}} attachments`,"detail.removeAttachment":`Remove attachment`,"detail.unifiedDiff":`Unified diff`,"detail.sideBySideDiff":`Side-by-side diff`,"detail.noChanges":`No changes`,"detail.previousVersion":`Previous`,"detail.currentVersion":`Current`,"detail.discussion":`Discussion`,"detail.showDiscussion":`Show Discussion ({{count}})`,"detail.hideDiscussion":`Hide discussion`,"detail.bold":`Bold (Ctrl+B)`,"detail.italic":`Italic (Ctrl+I)`,"detail.listFormat":`List`,"detail.inlineCode":`Inline code`,"detail.mentionSomeone":`Mention someone`,"detail.preview":`Preview`,"detail.submitComment":`Submit (Ctrl+Enter)`,"detail.sendComment":`Send`,"detail.writeComment":`Write a comment…`,"detail.subscribedTooltip":`Subscribed — click to unsubscribe`,"detail.unsubscribedTooltip":`Subscribe to notifications`,"detail.firstRecord":`First record (Home)`,"detail.previousRecordKey":`Previous record (←)`,"detail.nextRecordKey":`Next record (→)`,"detail.lastRecord":`Last record (End)`,"detail.noRecords":`No records`,"detail.searchWhileNavigating":`Search while navigating`,"detail.searchRecords":`Search records…`,"detail.allActivity":`All Activity`,"detail.commentsOnly":`Comments Only`,"detail.fieldChangesFilter":`Field Changes`,"detail.tasksOnly":`Tasks Only`,"detail.leaveCommentPlaceholder":`Leave a comment… (Ctrl+Enter to submit)`,"detail.noActivity":`No activity recorded`,"detail.loadMore":`Load more`,"detail.edited":`(edited)`,"detail.via":`via {{source}}`,"detail.replyCount":`{{count}} reply`,"detail.replyCountPlural":`{{count}} replies`,"detail.replyPlaceholder":`Reply…`,"detail.filterActivity":`Filter activity`,"detail.openDiscussion":`Open discussion panel`,"detail.closeDiscussion":`Close discussion panel`,"detail.subscribeAriaLabel":`Subscribe to notifications`,"detail.unsubscribeAriaLabel":`Unsubscribe from notifications`,"detail.clearSearch":`Clear search`},C=x(S,`detail.back`);function w(e,t){return!e||e<=1||t<=1?``:t===2?e>=2?`md:col-span-2`:``:e===2?`md:col-span-2`:e>=3?`md:col-span-2 lg:col-span-3`:``}var T=({section:e,data:t,className:c,objectSchema:l,objectName:u,isEditing:d=!1,onFieldChange:f,virtualScroll:p})=>{let[m,h]=n.useState(e.defaultCollapsed??!1),[g,_]=n.useState(null),[v,y]=n.useState(void 0),[x,S]=n.useState(!1),{t:T}=C(),{fieldLabel:E,translateOptions:D}=(0,a.useSafeFieldLabel)(),O=n.useCallback((e,t)=>{let n=t==null?``:String(t);navigator.clipboard.writeText(n).then(()=>{_(e),setTimeout(()=>_(null),2e3)})},[]),k=n.useCallback(e=>{let n=t?.[e.name]??e.value;return n==null||n===``},[t]),A=n.useMemo(()=>e.fields.filter(k).length,[e.fields,k]),j=(0,r.useIsMobile)(),ee=j?3:6,M=j?.2:.5,N=e.fields.length-A,P=!e.hideEmpty&&!d&&e.fields.length>=ee&&A/e.fields.length>=M&&N>0,F=!x&&(e.hideEmpty||P)?e.fields.filter(e=>!k(e)):e.fields;if(F.length===0&&A===e.fields.length)return null;let{fields:I,columns:L}=b(F,e.columns),R=e=>{let n=t?.[e.name]??e.value;if(e.render)return(0,s.jsx)(a.SchemaRenderer,{schema:e.render,data:{...t,value:n}});let c=w(e.span,L),p=l?.fields?.[e.name],m={...e};if(p){!e.type&&p.type&&(m.type=p.type),p.options&&!m.options&&(m.options=p.options),p.currency&&!m.currency&&(m.currency=p.currency),p.precision!==void 0&&m.precision===void 0&&(m.precision=p.precision),p.format&&!m.format&&(m.format=p.format);let t=p.reference_to||p.reference;t&&!m.reference_to&&(m.reference_to=t),p.reference_field&&!m.reference_field&&(m.reference_field=p.reference_field)}u&&Array.isArray(m.options)&&m.options.length>0&&(m.options=D(u,e.name,m.options));let h=(()=>{if(n==null)return(0,s.jsx)(`span`,{className:`text-muted-foreground/50 text-xs italic`,children:`—`});let t=(0,o.resolveCellRendererType)(m)||e.type;if(t){let e=(0,o.getCellRenderer)(t);if(e)return(0,s.jsx)(e,{value:n,field:m})}return String(n)})(),_=n!=null&&n!==``,v=g===e.name;return(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-1.5 group`,c),children:[(0,s.jsx)(`div`,{className:`text-xs font-medium text-muted-foreground uppercase tracking-wide`,children:E(u||``,e.name,e.label||e.name)}),d&&!e.readonly?(0,s.jsx)(`div`,{className:`min-h-[44px] sm:min-h-0`,children:(()=>{let t=m.type||e.type;if(t===`select`&&Array.isArray(m.options)&&m.options.length>0)return(0,s.jsx)(o.SelectField,{field:m,value:n==null?``:String(n),onChange:t=>f?.(e.name,t)});if(t===`boolean`)return(0,s.jsx)(o.BooleanField,{field:m,value:!!n,onChange:t=>f?.(e.name,t)});let r=t===`date`||t===`datetime`;return(0,s.jsx)(`input`,{type:t===`number`?`number`:r?`date`:`text`,className:`w-full px-2 py-1.5 text-sm border rounded-md bg-background focus:outline-none focus:ring-2 focus:ring-ring`,value:n==null?``:r?(()=>{let e=String(n);if(/^\d{4}-\d{2}-\d{2}/.test(e))return e.slice(0,10);let t=new Date(e);return isNaN(t.getTime())?``:t.toLocaleDateString(`en-CA`)})():String(n),onChange:t=>{let n=t.target.value;if(r&&n){let t=new Date(n+`T00:00:00`).toISOString();f?.(e.name,t)}else f?.(e.name,n)}})})()}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-start justify-between gap-2 min-h-[44px] sm:min-h-0 rounded-md`,_&&`cursor-pointer active:bg-muted/60 transition-colors`),onClick:_?()=>O(e.name,n):void 0,onKeyDown:_?t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),O(e.name,n))}:void 0,role:_?`button`:void 0,tabIndex:_?0:void 0,children:[(0,s.jsx)(`div`,{className:`text-sm flex-1 break-words py-1`,children:h}),_&&(0,s.jsx)(r.TooltipProvider,{children:(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 opacity-0 group-hover:opacity-100 transition-opacity shrink-0`,onClick:t=>{t.stopPropagation(),O(e.name,n)},children:v?(0,s.jsx)(i.Check,{className:`h-3 w-3 text-green-600`}):(0,s.jsx)(i.Copy,{className:`h-3 w-3`})})}),(0,s.jsx)(r.TooltipContent,{children:T(v?`detail.copied`:`detail.copyToClipboard`)})]})})]})]},e.name)},z=p?.enabled===!0,B=p?.batchSize??20;n.useEffect(()=>{if(!z){y(void 0);return}if(I.length<=B){y(void 0);return}y(B);let e=setTimeout(()=>y(void 0),100);return()=>clearTimeout(e)},[z,I.length,B]);let te=v===void 0?I:I.slice(0,v),V=A>0&&(e.hideEmpty||P),H=(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`grid gap-3 sm:gap-4`,L===1?`grid-cols-1`:L===2?`grid-cols-1 md:grid-cols-2`:`grid-cols-1 md:grid-cols-2 lg:grid-cols-3`),children:te.map(R)}),V&&(0,s.jsx)(`div`,{className:`mt-3 -ml-2`,children:(0,s.jsxs)(r.Button,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>S(e=>!e),className:`h-7 px-2 text-xs text-muted-foreground hover:text-foreground`,children:[x?(0,s.jsx)(i.EyeOff,{className:`h-3.5 w-3.5 mr-1.5`}):(0,s.jsx)(i.Eye,{className:`h-3.5 w-3.5 mr-1.5`}),x?T(`detail.hideEmptyFields`,{defaultValue:`Hide empty fields`}):T(`detail.showEmptyFields`,{count:A,defaultValue:`Show ${A} empty field${A===1?``:`s`}`})]})})]});return!e.title&&!e.collapsible&&e.showBorder===!1?(0,s.jsx)(`div`,{className:(0,r.cn)(c),children:H}):e.collapsible?(0,s.jsx)(r.Collapsible,{open:!m,onOpenChange:e=>h(!e),className:c,children:(0,s.jsxs)(r.Card,{children:[(0,s.jsx)(r.CollapsibleTrigger,{asChild:!0,children:(0,s.jsxs)(r.CardHeader,{className:(0,r.cn)(`cursor-pointer hover:bg-muted/50 transition-colors`,e.headerColor&&`bg-${e.headerColor}`),children:[(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`span`,{children:e.title}),e.fields&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`ml-2 text-xs`,children:e.fields.length})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:m?(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4 text-muted-foreground`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 text-muted-foreground`})})]}),e.description&&!m&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1.5`,children:e.description})]})}),(0,s.jsx)(r.CollapsibleContent,{children:(0,s.jsx)(r.CardContent,{className:`pt-4 sm:pt-6 px-3 sm:px-6`,children:H})})]})}):(0,s.jsxs)(r.Card,{className:(0,r.cn)(e.showBorder===!1?`border-none shadow-none`:``,c),children:[e.title&&(0,s.jsxs)(r.CardHeader,{className:(0,r.cn)(e.headerColor&&`bg-${e.headerColor}`),children:[(0,s.jsx)(r.CardTitle,{className:`flex items-center justify-between`,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`span`,{children:e.title})]})}),e.description&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1.5`,children:e.description})]}),(0,s.jsx)(r.CardContent,{className:`pt-4 sm:pt-6 px-3 sm:px-6`,children:H})]})},E=({tabs:e,data:t,className:i})=>{let[o,c]=n.useState(e[0]?.key),l=e.filter(e=>typeof e.visible==`boolean`?e.visible:(e.visible,!0));return(0,s.jsxs)(r.Tabs,{value:o,onValueChange:c,className:i,children:[(0,s.jsx)(r.TabsList,{className:`w-full justify-start border-b rounded-none bg-transparent p-0`,children:l.map(e=>(0,s.jsx)(r.TabsTrigger,{value:e.key,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[e.icon&&(0,s.jsx)(`span`,{children:e.icon}),(0,s.jsx)(`span`,{children:e.label}),e.badge&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`ml-1`,children:e.badge})]})},e.key))}),l.map(e=>(0,s.jsx)(r.TabsContent,{value:e.key,className:`mt-4`,children:(0,s.jsx)(n.Suspense,{fallback:null,children:Array.isArray(e.content)?(0,s.jsx)(`div`,{className:`space-y-4`,children:e.content.map((e,n)=>(0,s.jsx)(a.SchemaRenderer,{schema:e,data:t},n))}):(0,s.jsx)(a.SchemaRenderer,{schema:e.content,data:t})})},e.key))]})};function D(e){return e&&i.icons[e.split(/[-_\s]/).filter(Boolean).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)]||i.Inbox}var O=({title:e,type:t,api:l,data:u,schema:d,columns:f,className:p,dataSource:m,objectName:h,onNew:g,onViewAll:_,onRowEdit:v,onRowDelete:y,onRowClick:b,maxColumns:x=6,pageSize:S,sortable:w=!1,filterable:T=!1,collapsible:E=!1,defaultCollapsed:O=!1,referenceField:k,icon:A})=>{let j=u!==void 0,ee=u??[],[M,N]=n.useState(ee),[P,F]=n.useState(!1),[I,L]=n.useState(0),[R,z]=n.useState(null),[B,te]=n.useState(`asc`),[V,H]=n.useState(``),[U,W]=n.useState(null),[ne,re]=n.useState(O),[ie,ae]=n.useState({}),{t:G}=C(),{fieldLabel:oe}=(0,a.useSafeFieldLabel)();n.useEffect(()=>{j&&N(u??[])},[u,j]),n.useEffect(()=>{l&&m?.getObjectSchema&&!f?.length&&m.getObjectSchema(l).then(W).catch(e=>{console.warn(`[RelatedList] Failed to fetch schema for ${l}:`,e)})},[l,m,f]),n.useEffect(()=>{l&&!j&&(F(!0),m&&typeof m.find==`function`?m.find(l).then(e=>{N(Array.isArray(e)?e:Array.isArray(e?.data)?e.data:[]),F(!1)}).catch(e=>{console.error(`Failed to fetch related data:`,e),F(!1)}):fetch(l).then(e=>e.json()).then(e=>{N(Array.isArray(e)?e:e?.data||[])}).catch(e=>{console.error(`Failed to fetch related data:`,e)}).finally(()=>F(!1)))},[l,j,m]),n.useEffect(()=>{if(!m?.find||!U?.fields||!M.length)return;let e=U.fields,t=[];for(let[n,r]of Object.entries(e)){if(!r||r.type!==`lookup`&&r.type!==`master_detail`)continue;let e=r.reference_to||r.reference;if(!e)continue;let i=new Set;for(let e of M){let t=e?.[n];t!=null&&(typeof t==`string`&&t?i.add(t):typeof t==`number`&&i.add(String(t)))}let a=ie[n]||{},o=Array.from(i).filter(e=>!(e in a));o.length>0&&t.push({fieldName:n,target:e,ids:o})}if(t.length===0)return;let n=!1;return Promise.all(t.map(({fieldName:e,target:t,ids:n})=>m.find(t,{$filter:{id:{$in:n}},$top:n.length}).then(t=>{let n=Array.isArray(t)?t:t?.data||[],r={};for(let e of n){let t=e?.id||e?._id;t&&(r[String(t)]=e?.full_name||e?.fullname||e?.display_name||e?.name||e?.subject||e?.title||e?.label||e?.code||String(t))}return{fieldName:e,map:r}}).catch(t=>(console.warn(`[RelatedList] Failed to resolve lookups for ${e}:`,t),{fieldName:e,map:{}})))).then(e=>{n||ae(t=>{let n={...t};for(let{fieldName:t,map:r}of e)n[t]={...n[t]||{},...r};return n})}),()=>{n=!0}},[m,U,M]);let se=n.useMemo(()=>{if(!V)return M;let e=V.toLowerCase();return M.filter(t=>Object.values(t).some(t=>t!=null&&String(t).toLowerCase().includes(e)))},[M,V]),K=n.useMemo(()=>R?[...se].sort((e,t)=>{let n=e[R],r=t[R];if(n==null&&r==null)return 0;if(n==null)return 1;if(r==null)return-1;let i=String(n).localeCompare(String(r),void 0,{numeric:!0});return B===`asc`?i:-i}):se,[se,R,B]),q=S&&S>0?S:0,ce=q?Math.max(1,Math.ceil(K.length/q)):1,J=q?K.slice(I*q,(I+1)*q):K;n.useEffect(()=>{L(0)},[V,R,B]);let le=n.useCallback(e=>{R===e?te(e=>e===`asc`?`desc`:`asc`):(z(e),te(`asc`))},[R]),[Y,X]=n.useState(null),Z=n.useCallback(e=>{X(e)},[]),ue=n.useCallback(()=>{Y&&y?.(Y),X(null)},[Y,y]),Q=(0,c.usePermissions)(),$=n.useMemo(()=>{let e=h||l||``,t=t=>!Q?.isLoaded||!e?t:t.filter(t=>{let n=t?.accessorKey||t?.field||t?.name;return n?Q.checkField(e,String(n),`read`):!0}),r=e=>k?e.filter(e=>(e?.accessorKey||e?.field||e?.name)!==k):e,i=e=>e==null||typeof e==`string`&&e.trim()===``||Array.isArray(e)&&e.length===0,a=e=>M.length?e.filter(e=>{let t=e?.accessorKey||e?.field||e?.name;return t?M.some(e=>!i(e?.[t])):!0}):e;if(f&&f.length>0)return a(t(r(f)));if(!U?.fields)return[];let s=e,c=new Set([`image`,`file`,`attachment`,`rich_text`,`html`,`json`]),u=[`name`,`full_name`,`fullname`,`title`,`subject`,`label`,`code`,`number`],d=Object.entries(U.fields).filter(([e,t])=>!(e.startsWith(`_`)||e===`id`||e===k||t?.hidden||t?.type&&c.has(t.type)||Q?.isLoaded&&s&&!Q.checkField(s,e,`read`)));return d.sort(([e,t],[n,r])=>{let i=u.indexOf(e),a=u.indexOf(n),o=i>=0?i:100,s=a>=0?a:100;if(o!==s)return o-s;let c=t?.type===`select`||e.includes(`status`);return c===(r?.type===`select`||n.includes(`status`))?0:c?-1:1}),a(d.map(([e,t])=>{let r={accessorKey:e,header:oe(s,e,t.label||e)};if(t.type){let i=(0,o.getCellRenderer)((0,o.resolveCellRendererType)({type:t.type,format:t.format})||t.type);if(i){let a=t.type===`lookup`||t.type===`master_detail`?ie[e]:void 0,o=a&&Object.keys(a).length>0?Object.entries(a).map(([e,t])=>({value:e,label:t})):void 0,s={name:e,label:t.label||e,type:t.type,...(o||t.options)&&{options:o||t.options},...t.currency&&{currency:t.currency},...t.precision!==void 0&&{precision:t.precision},...t.format&&{format:t.format},...(t.reference_to||t.reference)&&{reference_to:t.reference_to||t.reference},...t.reference_field&&{reference_field:t.reference_field}};r.cell=e=>e==null?n.createElement(`span`,{className:`text-muted-foreground/50 text-xs italic`},`—`):n.createElement(i,{value:e,field:s})}}return r})).slice(0,Math.max(1,x))},[f,U,h,l,oe,k,M,x,ie,Q]),de=!!v||!!y,fe=n.useMemo(()=>{if(d)return d;switch(t){case`grid`:case`table`:return{type:`data-table`,data:J,columns:$,pagination:!1,pageSize:q||10,searchable:!1,exportable:!1,rowActions:de,onRowEdit:v,onRowDelete:y?Z:void 0,onRowClick:b};case`list`:return{type:`data-list`,data:J};default:return{type:`div`,children:`No view configured`}}},[t,J,$,d,q,de,v,y,Z,b]),pe=E?`cursor-pointer select-none`:void 0,me=E?()=>re(e=>!e):void 0,he=D(A),ge=!P&&M.length===0,_e=T;return(0,s.jsxs)(r.Card,{className:(0,r.cn)(`shadow-none`,ge&&`bg-muted/20`,p),children:[(0,s.jsx)(r.CardHeader,{className:(0,r.cn)(`py-3 px-4`,pe),onClick:me,children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between gap-2 text-sm font-semibold`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 min-w-0`,children:[E&&(ne?(0,s.jsx)(i.ChevronRight,{className:`h-3.5 w-3.5 text-muted-foreground shrink-0`}):(0,s.jsx)(i.ChevronDown,{className:`h-3.5 w-3.5 text-muted-foreground shrink-0`})),(0,s.jsx)(he,{className:`h-4 w-4 text-muted-foreground shrink-0`,"aria-hidden":!0}),(0,s.jsx)(`span`,{className:`truncate`,children:e}),(0,s.jsx)(r.Badge,{variant:`secondary`,className:(0,r.cn)(`text-xs font-normal h-5 px-1.5`,M.length===0&&`bg-muted text-muted-foreground`),"aria-label":`${M.length} records`,children:M.length})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-1 shrink-0`,children:g&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:e=>{e.stopPropagation(),g()},className:`gap-1 h-7 text-xs shadow-none`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),G(`detail.new`)]})})]})}),!ne&&(0,s.jsxs)(r.CardContent,{className:(0,r.cn)(`pt-0`,ge?`pb-3 px-4`:`pb-4 px-4`),children:[_e&&(0,s.jsx)(`div`,{className:`mb-3`,children:(0,s.jsx)(r.Input,{placeholder:G(`detail.filterPlaceholder`),value:V,onChange:e=>H(e.target.value),className:`h-8 text-sm`})}),w&&$&&$.length>0&&M.length>0&&(0,s.jsx)(`div`,{className:`flex flex-wrap gap-1 mb-3`,children:$.map(e=>{let t=e.accessorKey||e.field||e.name;if(!t)return null;let n=e.header||e.label||t,a=R===t;return(0,s.jsxs)(r.Button,{variant:a?`secondary`:`ghost`,size:`sm`,className:`gap-1 h-7 text-xs`,onClick:()=>le(t),children:[(0,s.jsx)(i.ArrowUpDown,{className:`h-3 w-3`}),n,a&&(B===`asc`?` ↑`:` ↓`)]},t)})}),P?(0,s.jsx)(`div`,{className:`flex items-center justify-center py-6 text-muted-foreground text-sm`,children:G(`detail.loading`)}):ge?(0,s.jsxs)(`div`,{className:`flex flex-col items-center justify-center gap-2 py-6 text-sm`,children:[(0,s.jsx)(he,{className:`h-8 w-8 text-muted-foreground/40`,"aria-hidden":!0}),(0,s.jsx)(`span`,{className:`text-muted-foreground italic`,children:G(`detail.noRelatedRecords`)}),g&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:g,className:`gap-1 h-7 text-xs mt-1`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),G(`detail.new`)]})]}):(0,s.jsx)(a.SchemaRenderer,{schema:fe}),q>0&&K.length>q&&(0,s.jsxs)(`div`,{className:`flex items-center justify-between mt-3 pt-3 border-t`,children:[(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,className:`h-7 text-xs gap-1`,disabled:I===0,onClick:()=>L(e=>Math.max(0,e-1)),children:[(0,s.jsx)(i.ChevronLeft,{className:`h-3 w-3`}),G(`detail.previousPage`)]}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:G(`detail.pageOf`,{current:I+1,total:ce})}),(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,className:`h-7 text-xs gap-1`,disabled:I>=ce-1,onClick:()=>L(e=>Math.min(ce-1,e+1)),children:[G(`detail.nextPage`),(0,s.jsx)(i.ChevronRight,{className:`h-3 w-3`})]})]}),_&&!ge&&q>0&&K.length>q&&(0,s.jsx)(`div`,{className:`mt-3 pt-3 border-t flex justify-center`,children:(0,s.jsxs)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),_()},className:`text-xs text-muted-foreground hover:text-foreground inline-flex items-center gap-1 transition-colors`,children:[G(`detail.viewAll`),(0,s.jsx)(i.ExternalLink,{className:`h-3 w-3`})]})})]}),(0,s.jsx)(r.AlertDialog,{open:Y!==null,onOpenChange:e=>{e||X(null)},children:(0,s.jsxs)(r.AlertDialogContent,{children:[(0,s.jsxs)(r.AlertDialogHeader,{children:[(0,s.jsx)(r.AlertDialogTitle,{children:G(`detail.deleteRowTitle`,{defaultValue:`Delete record`})}),(0,s.jsx)(r.AlertDialogDescription,{children:G(`detail.deleteRowConfirmation`)})]}),(0,s.jsxs)(r.AlertDialogFooter,{children:[(0,s.jsx)(r.AlertDialogCancel,{children:G(`detail.cancel`,{defaultValue:`Cancel`})}),(0,s.jsx)(r.AlertDialogAction,{onClick:ue,className:`bg-destructive text-destructive-foreground hover:bg-destructive/90`,children:G(`detail.delete`,{defaultValue:`Delete`})})]})]})})]})},k=({group:e,data:t,className:a,objectSchema:o,objectName:c,isEditing:l=!1,onFieldChange:u})=>{let d=e.collapsible??!0,[f,p]=n.useState(e.defaultCollapsed??!1),m=(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:e.sections.map((e,n)=>(0,s.jsx)(T,{section:e,data:t,objectSchema:o,objectName:c,isEditing:l,onFieldChange:u},n))});return d?(0,s.jsxs)(r.Collapsible,{open:!f,onOpenChange:e=>p(!e),className:a,children:[(0,s.jsx)(r.CollapsibleTrigger,{asChild:!0,children:(0,s.jsxs)(`div`,{className:`flex items-center gap-2 pb-2 border-b cursor-pointer hover:bg-muted/50 transition-colors rounded-t-md px-2 py-1.5`,children:[f?(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4 text-muted-foreground shrink-0`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 text-muted-foreground shrink-0`}),e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`h3`,{className:`text-lg font-semibold`,children:e.title})]})}),e.description&&!f&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1`,children:e.description}),(0,s.jsx)(r.CollapsibleContent,{children:(0,s.jsx)(`div`,{className:`mt-3`,children:m})})]}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-3`,a),children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 pb-2 border-b`,children:[e.icon&&(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,s.jsx)(`h3`,{className:`text-lg font-semibold`,children:e.title})]}),e.description&&(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:e.description}),m]})},A=({fields:e,data:t,className:n,objectName:i,objectSchema:c})=>{let{fieldLabel:l}=(0,a.useSafeFieldLabel)();if(!e.length||!t)return null;let u=e.filter(e=>{let n=t?.[e.name];return n!=null&&n!==``});return u.length===0?null:(0,s.jsx)(r.Card,{className:(0,r.cn)(`bg-muted/30 border-dashed`,n),children:(0,s.jsx)(r.CardContent,{className:`@container py-3 px-4`,children:(0,s.jsx)(`div`,{className:(0,r.cn)(`grid gap-4`,u.length===1?`grid-cols-1`:u.length===2?`grid-cols-1 @sm:grid-cols-2`:u.length===3?`grid-cols-1 @sm:grid-cols-3`:`grid-cols-1 @sm:grid-cols-2 @xl:grid-cols-4`),children:u.map(e=>{let n=t[e.name],r=c?.fields?.[e.name],a=e.type||r?.type,u={name:e.name,label:e.label,type:a||`text`,...r?.options&&{options:r.options},...r?.currency&&{currency:r.currency},...r?.precision!==void 0&&{precision:r.precision},...r?.format&&{format:r.format}},d=(0,o.getCellRenderer)((0,o.resolveCellRendererType)(u)||a||`text`);return(0,s.jsxs)(`div`,{className:`flex min-w-0 flex-col gap-0.5`,children:[(0,s.jsxs)(`span`,{className:`text-xs font-medium text-muted-foreground uppercase tracking-wide`,children:[e.icon&&(0,s.jsx)(`span`,{className:`mr-1`,children:e.icon}),l(i||``,e.name,e.label)]}),(0,s.jsx)(`span`,{className:`block min-w-0 truncate text-sm font-semibold`,children:(0,s.jsx)(d,{value:n,field:u})})]},e.name)})})})})};function j(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}var ee=({comments:e,onAddComment:t,onTogglePin:a,searchable:o=!1,className:c})=>{let{t:l}=C(),[u,d]=n.useState(``),[f,p]=n.useState(!1),[m,h]=n.useState(``),g=n.useCallback(async()=>{let e=u.trim();if(!(!e||!t)){p(!0);try{await t(e),d(``)}finally{p(!1)}}},[u,t]),_=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),g())},[g]),v=n.useMemo(()=>[...m.trim()?e.filter(e=>{let t=m.trim().toLowerCase();return e.text.toLowerCase().includes(t)||e.author.toLowerCase().includes(t)}):e].sort((e,t)=>e.pinned&&!t.pinned?-1:!e.pinned&&t.pinned?1:0),[e,m]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,c),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),l(`detail.comments`),(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,e.length,`)`]})]})}),(0,s.jsxs)(r.CardContent,{className:`space-y-4`,children:[o&&(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,s.jsxs)(`div`,{className:`relative flex-1`,children:[(0,s.jsx)(i.Search,{className:`absolute left-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground`}),(0,s.jsx)(`input`,{className:`w-full rounded-md border border-input bg-background pl-8 pr-8 py-1.5 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,placeholder:l(`detail.searchComments`),value:m,onChange:e=>h(e.target.value),"aria-label":l(`detail.searchComments`)}),m&&(0,s.jsx)(`button`,{className:`absolute right-2 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground`,onClick:()=>h(``),"aria-label":l(`detail.clearSearch`),type:`button`,children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]})}),t&&(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`textarea`,{className:`flex-1 min-h-[60px] rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring resize-none`,placeholder:l(`detail.addCommentPlaceholder`),value:u,onChange:e=>d(e.target.value),onKeyDown:_,disabled:f}),(0,s.jsx)(r.Button,{size:`icon`,variant:`default`,onClick:g,disabled:!u.trim()||f,className:`shrink-0 self-end`,children:(0,s.jsx)(i.Send,{className:`h-4 w-4`})})]}),v.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:m.trim()?l(`detail.noMatchingComments`):l(`detail.noCommentsYet`)}):(0,s.jsx)(`div`,{className:`space-y-3`,children:v.map(e=>(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex gap-3`,e.pinned&&`bg-muted/40 rounded-md p-2 -mx-2`),children:[(0,s.jsx)(`div`,{className:`shrink-0`,children:e.avatarUrl?(0,s.jsx)(`img`,{src:e.avatarUrl,alt:e.author,className:`h-8 w-8 rounded-full object-cover`}):(0,s.jsx)(`div`,{className:`h-8 w-8 rounded-full bg-muted flex items-center justify-center text-xs font-medium text-muted-foreground`,children:e.author.charAt(0).toUpperCase()})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 mb-0.5`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium truncate`,children:e.author}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:j(e.createdAt)}),e.pinned&&(0,s.jsxs)(`span`,{className:`text-xs text-amber-600 flex items-center gap-0.5`,children:[(0,s.jsx)(i.Pin,{className:`h-3 w-3`}),l(`detail.pinned`)]})]}),(0,s.jsx)(`p`,{className:`text-sm whitespace-pre-wrap break-words`,children:e.text}),a&&(0,s.jsxs)(`button`,{type:`button`,className:`mt-1 text-xs text-muted-foreground hover:text-foreground flex items-center gap-1`,onClick:()=>a(e.id),"aria-label":e.pinned?l(`detail.unpin`):l(`detail.pin`),children:[(0,s.jsx)(i.Pin,{className:`h-3 w-3`}),e.pinned?l(`detail.unpin`):l(`detail.pin`)]})]})]},e.id))})]})]})},M={field_change:i.Edit,create:i.PlusCircle,delete:i.Trash2,comment:i.MessageSquare,status_change:i.ArrowRightLeft},N={field_change:`bg-blue-100 text-blue-600`,create:`bg-green-100 text-green-600`,delete:`bg-red-100 text-red-600`,comment:`bg-purple-100 text-purple-600`,status_change:`bg-amber-100 text-amber-600`};function P(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}function F(e){return e.description?e.description:e.type===`field_change`&&e.field?`Changed ${e.field.charAt(0).toUpperCase()+e.field.slice(1).replace(/_/g,` `)} from "${e.oldValue==null?`(empty)`:String(e.oldValue)}" to "${e.newValue==null?`(empty)`:String(e.newValue)}"`:e.type===`create`?`Created this record`:e.type===`delete`?`Deleted this record`:e.type===`status_change`&&e.field?`Changed status to "${e.newValue==null?`(empty)`:String(e.newValue)}"`:`Updated record`}var I={all:`All`,field_change:`Field Changes`,create:`Creates`,delete:`Deletes`,comment:`Comments`,status_change:`Status Changes`},L=({activities:e,filterable:t=!1,defaultFilter:a=`all`,className:o})=>{let[c,l]=n.useState(a),u=n.useMemo(()=>c===`all`?e:e.filter(e=>e.type===c),[e,c]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,o),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.Activity,{className:`h-4 w-4`}),`Activity`,(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,u.length,`)`]})]})}),(0,s.jsxs)(r.CardContent,{children:[t&&(0,s.jsx)(`div`,{className:`flex flex-wrap gap-1.5 mb-4`,role:`group`,"aria-label":`Activity type filter`,children:Object.keys(I).map(e=>(0,s.jsxs)(`button`,{type:`button`,className:(0,r.cn)(`inline-flex items-center gap-1 rounded-full px-2.5 py-0.5 text-xs font-medium transition-colors`,c===e?`bg-primary text-primary-foreground`:`bg-muted text-muted-foreground hover:bg-muted/80`),onClick:()=>l(e),"aria-pressed":c===e,children:[e!==`all`&&n.createElement(M[e]||i.Edit,{className:`h-3 w-3`}),I[e]]},e))}),u.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:`No activity recorded`}):(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(`div`,{className:`absolute left-4 top-2 bottom-2 w-px bg-border`}),(0,s.jsx)(`div`,{className:`space-y-4`,children:u.map(e=>{let t=M[e.type]||i.Edit;return(0,s.jsxs)(`div`,{className:`flex gap-3 relative`,children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`shrink-0 h-8 w-8 rounded-full flex items-center justify-center z-10`,N[e.type]||`bg-gray-100 text-gray-600`),children:(0,s.jsx)(t,{className:`h-3.5 w-3.5`})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0 pt-1`,children:[(0,s.jsxs)(`p`,{className:`text-sm`,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:e.user}),` `,(0,s.jsx)(`span`,{className:`text-muted-foreground`,children:F(e)})]}),(0,s.jsx)(`p`,{className:`text-xs text-muted-foreground mt-0.5`,children:P(e.timestamp)})]})]},e.id)})})]})]})]})},R={create:`default`,update:`secondary`,delete:`destructive`,restore:`outline`,login:`outline`,logout:`outline`,permission_change:`secondary`,config_change:`secondary`,export:`outline`,import:`outline`};function z(e){if(!e)return``;let t=e instanceof Date?e:new Date(e);return Number.isNaN(t.getTime())?String(e):t.toLocaleString()}var B=[[60,`second`],[60,`minute`],[24,`hour`],[7,`day`],[4.34524,`week`],[12,`month`],[1/0,`year`]];function te(e,t){if(!e)return``;let n=e instanceof Date?e:new Date(e);if(Number.isNaN(n.getTime()))return String(e);let r=(n.getTime()-Date.now())/1e3;for(let[n,i]of B){if(Math.abs(r)<n)try{return new Intl.RelativeTimeFormat(t,{numeric:`auto`}).format(Math.round(r),i)}catch{return z(e)}r/=n}return z(e)}function V(e){if(!e)return`?`;let t=e.trim().split(/\s+/).filter(Boolean).slice(0,2);return t.length===0?`?`:t.map(e=>e.charAt(0).toUpperCase()).join(``)}function H(e){if(e==null||e===``)return`—`;if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`)return String(e);try{return JSON.stringify(e)}catch{return String(e)}}function U({entries:e,loading:t,emptyText:n,className:i,locale:a}){return t?(0,s.jsx)(`div`,{className:(0,r.cn)(`space-y-3`,i),children:Array.from({length:4}).map((e,t)=>(0,s.jsxs)(`div`,{className:`flex items-start gap-3`,children:[(0,s.jsx)(r.Skeleton,{className:`h-8 w-8 rounded-full`}),(0,s.jsxs)(`div`,{className:`flex-1 space-y-2`,children:[(0,s.jsx)(r.Skeleton,{className:`h-4 w-1/3`}),(0,s.jsx)(r.Skeleton,{className:`h-3 w-1/2`})]})]},t))}):!e||e.length===0?(0,s.jsx)(`div`,{className:(0,r.cn)(`flex items-center justify-center rounded-md border border-dashed py-10 text-sm text-muted-foreground`,i),children:n??`No history yet`}):(0,s.jsx)(r.TooltipProvider,{delayDuration:150,children:(0,s.jsx)(`ol`,{className:(0,r.cn)(`space-y-4`,i),children:e.map((e,t)=>{let n=R[(e.action??``).toLowerCase()]??`outline`,i=typeof e.user_name==`string`&&e.user_name.trim()||`Unknown user`,o=z(e.created_at),c=te(e.created_at,a),l=typeof e.user_avatar==`string`?e.user_avatar:void 0;return(0,s.jsxs)(`li`,{className:`flex items-start gap-3`,children:[(0,s.jsxs)(r.Avatar,{className:`h-8 w-8 mt-0.5 shrink-0`,children:[l?(0,s.jsx)(r.AvatarImage,{src:l,alt:i}):null,(0,s.jsx)(r.AvatarFallback,{className:`text-[10px] font-medium`,children:V(e.user_name)})]}),(0,s.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,s.jsxs)(`div`,{className:`flex flex-wrap items-baseline gap-x-2 gap-y-1`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium text-foreground`,children:i}),e.action&&(0,s.jsx)(r.Badge,{variant:n,className:`text-[10px] uppercase tracking-wide`,children:e.action}),o&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground cursor-help`,"aria-label":o,children:c||o})}),(0,s.jsx)(r.TooltipContent,{children:o})]})]}),e.summary&&(0,s.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:e.summary}),e.changes&&e.changes.length>0&&(0,s.jsx)(`ul`,{className:`mt-1.5 space-y-0.5 text-xs text-muted-foreground`,children:e.changes.map(e=>(0,s.jsxs)(`li`,{className:`leading-relaxed`,children:[(0,s.jsx)(`span`,{className:`font-medium text-foreground`,children:e.label||e.field}),`: `,(0,s.jsx)(`span`,{className:`line-through opacity-70`,children:H(e.from)}),` → `,(0,s.jsx)(`span`,{className:`text-foreground`,children:H(e.to)})]},e.field))})]})]},e.id??t)})})})}var W={createdAt:`created_at`,createdBy:`created_by`,updatedAt:`updated_at`,updatedBy:`updated_by`};function ne(e){if(!e)return null;if(e instanceof Date)return isNaN(e.getTime())?null:e;if(typeof e==`string`||typeof e==`number`){let t=new Date(e);return isNaN(t.getTime())?null:t}return null}function re(e,t){let n=Date.now()-e.getTime(),r=Math.max(0,Math.floor(n/1e3));if(r<60)return t(`detail.justNow`);let i=Math.floor(r/60);if(i<60)return t(`detail.minutesAgo`,{count:i});let a=Math.floor(i/60);return a<24?t(`detail.hoursAgo`,{count:a}):t(`detail.daysAgo`,{count:Math.floor(a/24)})}function ie(e){try{return new Intl.DateTimeFormat(void 0,{dateStyle:`medium`,timeStyle:`short`}).format(e)}catch{return e.toISOString()}}var ae=({value:e,objectSchema:t,fieldName:n})=>{if(e==null||e===``)return null;let r=t?.fields?.[n],i=r?.reference_to||r?.reference,a={name:n,type:r?.type||(i?`lookup`:`text`),...i&&{reference_to:i},...r?.reference_field&&{reference_field:r.reference_field}},c=(0,o.resolveCellRendererType)(a)||a.type;if(c){let t=(0,o.getCellRenderer)(c);if(t)return(0,s.jsx)(`span`,{className:`inline-flex items-center [&_a]:text-inherit [&_a]:hover:underline`,children:(0,s.jsx)(t,{value:e,field:a})})}return(0,s.jsx)(`span`,{children:String(e)})},G=({label:e,user:t,date:n,objectSchema:i,userField:a,t:o})=>{if(!t&&!n)return null;let c=n?(0,s.jsx)(r.TooltipProvider,{delayDuration:200,children:(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(`time`,{dateTime:n.toISOString(),className:`cursor-default underline decoration-dotted decoration-muted-foreground/40 underline-offset-2`,children:re(n,o)})}),(0,s.jsx)(r.TooltipContent,{side:`top`,children:ie(n)})]})}):null;return(0,s.jsxs)(`span`,{className:`inline-flex items-center gap-1.5`,children:[(0,s.jsx)(`span`,{className:`text-muted-foreground/70`,children:e}),t?(0,s.jsx)(ae,{value:t,objectSchema:i,fieldName:a}):null,t&&c?(0,s.jsx)(`span`,{className:`text-muted-foreground/40`,children:`·`}):null,c]})},oe=({data:e,objectSchema:t,objectName:n,className:i})=>{let{t:a}=C();if(!e)return null;let o=ne(e[W.createdAt]),c=ne(e[W.updatedAt]),l=e[W.createdBy],u=e[W.updatedBy],d=!!(o||l),f=o&&c&&Math.abs(c.getTime()-o.getTime())<2e3,p=!!(c||u)&&!(f&&(l!=null&&u!=null&&String(l)===String(u)||!u));return!d&&!p?null:(0,s.jsxs)(`div`,{className:(0,r.cn)(`mt-6 pt-3 border-t border-border/40`,`flex flex-wrap items-center gap-x-4 gap-y-1`,`text-xs text-muted-foreground`,i),"data-testid":`record-meta-footer`,children:[d&&(0,s.jsx)(G,{label:a(`detail.createdBy`),user:l,date:o,objectSchema:t,userField:W.createdBy,t:a}),p&&(0,s.jsx)(G,{label:a(`detail.updatedBy`),user:u,date:c,objectSchema:t,userField:W.updatedBy,t:a})]})},se=5;function K(e,t,n,r){if(e&&typeof e==`object`){if(t.primaryField){let n=e[t.primaryField];if(n!=null&&n!==``)return String(n)}let r=n?.titleFormat,i=typeof r==`string`?r:r&&typeof r==`object`&&typeof r.source==`string`?r.source:void 0;if(i){let t=`[-\\u2013\\u2014|/·,:]`,n=!1,r=i.replace(/\{([^{}]+)\}/g,(t,r)=>{let i=String(r).trim().split(`.`),a=e;for(let e of i){if(a==null)break;a=a[e]}if(a&&typeof a==`object`){let e=a,t=e.name??e.full_name??e.display_name??e.label??e.title??e.subject??null;(t==null||typeof t==`string`&&!t.trim())&&(t=[e.salutation,e.first_name,e.last_name].filter(e=>typeof e==`string`&&e.trim()).map(e=>e.trim()).join(` `)||(typeof e.email==`string`&&e.email.trim()?e.email.trim():null)),a=t}return a!=null&&a!==``?(n=!0,String(a)):`\0`});if(n){let e=r.replace(RegExp(`\\s*${t}\\s*`,`g`),``).replace(RegExp(`\\s*${t}\\s*`,`g`),``).replace(RegExp(`\0`,`g`),``).replace(/\s+/g,` `).trim();if(e)return e}}}if(t.title)return t.title;if(e&&typeof e==`object`)for(let t of[`name`,`full_name`,`fullName`,`title`,`subject`,`label`,`display_name`,`displayName`]){let n=e[t];if(typeof n==`string`&&n.trim())return n.trim();if(n!=null&&n!==``)return String(n)}return r}var q=({schema:e,dataSource:o,className:l,onEdit:u,onDelete:d,onBack:f,inlineEdit:p=!1,onFieldSave:m,discussionSlot:h,rightRail:g,objectLabel:_,onDataLoaded:v})=>{let[y,b]=n.useState(e.data),[x,S]=n.useState(!e.data&&!!(e.api&&e.resourceId||o&&e.objectName&&e.resourceId)),[w,D]=n.useState(!1),[j,M]=n.useState(!1),[N,P]=n.useState({}),[F,I]=n.useState(null),[R,z]=n.useState(!1),{t:B}=C(),{fieldOptionLabel:te}=(0,a.useSafeFieldLabel)(),V=(0,c.usePermissions)(),H=n.useMemo(()=>{if(!V?.isLoaded||!e.objectName)return e;let t=t=>V.checkField(e.objectName,t,`read`),n=e=>e&&e.filter(e=>{let n=typeof e==`string`?e:e?.name;return!n||t(n)});return{...e,fields:n(e.fields),sections:e.sections?.map(e=>({...e,fields:n(e.fields)})),summaryFields:n(e.summaryFields)}},[e,V]);n.useEffect(()=>{y&&v&&v(y)},[y,v]);let W=n.useMemo(()=>{if(H.summaryFields&&H.summaryFields.length>0)return[];let e=[...H.sections?.flatMap(e=>e.fields)||[],...H.fields||[]],t={};for(let n of e)t[n.name]||(t[n.name]=n);if(F?.fields)for(let[e,n]of Object.entries(F.fields))t[e]={...t[e]||{},...n,name:e};let n=e=>y?.[e]!==void 0&&y?.[e]!==null&&y?.[e]!==``,r=[],i=[`status`,`stage`,`state`,`phase`].find(e=>t[e]&&n(e))||Object.keys(t).find(e=>t[e]?.type===`select`&&n(e));i&&r.push(i);let a=Object.keys(t).find(e=>(t[e]?.type===`currency`||/amount|revenue|value|total|price/i.test(e))&&n(e));a&&!r.includes(a)&&r.push(a);let o=Object.keys(t).find(e=>(t[e]?.type===`date`||t[e]?.type===`datetime`)&&/close|due|start|end|expected/i.test(e)&&n(e));return o&&!r.includes(o)&&r.push(o),r},[H.summaryFields,H.sections,H.fields,F,y]),ne=H.summaryFields&&H.summaryFields.length>0?H.summaryFields:W,re=n.useCallback(()=>{H.resourceId&&navigator.clipboard.writeText(String(H.resourceId)).then(()=>{z(!0),setTimeout(()=>z(!1),1500)})},[H.resourceId]);n.useEffect(()=>{let e=!0;if(H.data){b(H.data),S(!1);return}if(o&&H.objectName&&H.resourceId){S(!0),I(null),b(null);let n=H.objectName,r=H.resourceId,i=`${n}-`,a=[...H.sections?.flatMap(e=>e.fields)||[],...H.fields||[]];(o.getObjectSchema?o.getObjectSchema(n).catch(()=>null):Promise.resolve(null)).then(s=>{if(!e)return;I(s);let c=(0,t.buildExpandFields)(s?.fields,a),l=c.length>0?{$expand:c}:void 0,u=l?o.findOne(n,r,l):o.findOne(n,r),d=()=>{let t=String(r),a=t.startsWith(i)?t.slice(i.length):`${i}${t}`;return(l?o.findOne(n,a,l):o.findOne(n,a)).then(t=>{e&&(b(t),S(!1))}).catch(()=>{e&&(b(null),S(!1))})};return u.catch(()=>null).then(t=>{if(e){if(t){b(t),S(!1);return}return d()}})}).catch(t=>{e&&(console.error(`Failed to fetch detail data:`,t),S(!1))})}else H.api&&H.resourceId&&(S(!0),fetch(`${H.api}/${H.resourceId}`).then(e=>e.json()).then(t=>{e&&b(t?.data||t)}).catch(e=>{console.error(`Failed to fetch detail data:`,e)}).finally(()=>{e&&S(!1)}));return()=>{e=!1}},[H.api,H.resourceId,H.objectName,o,H.sections,H.fields]);let ie=n.useCallback(()=>{if(f)f();else if(H.onNavigate){let e=H.backUrl||(H.objectName?`/${H.objectName}`:`/`);H.onNavigate(e,{replace:!0})}else H.backUrl?window.location.href=H.backUrl:window.history.back()},[f,H]),ae=n.useCallback(()=>{u?u():H.onNavigate&&H.editUrl?H.onNavigate(H.editUrl):H.onNavigate&&H.objectName&&H.resourceId?H.onNavigate(`/${H.objectName}/${H.resourceId}/edit`):H.editUrl&&(window.location.href=H.editUrl)},[u,H]),G=n.useCallback(()=>{let e=H.deleteConfirmation||B(`detail.deleteConfirmation`);window.confirm(e)&&(d?.(),H.onNavigate&&H.objectName&&H.onNavigate(`/${H.objectName}`,{replace:!0}))},[d,H]),q=n.useCallback(()=>{navigator.share&&H.objectName&&H.resourceId?navigator.share({title:H.title||B(`detail.details`),text:`${H.objectName} #${H.resourceId}`,url:window.location.href}).catch(e=>console.log(`Share failed:`,e)):navigator.clipboard.writeText(window.location.href).then(()=>{console.log(`Link copied to clipboard`)})},[H]),ce=n.useCallback(()=>{D(!w)},[w]),J=n.useCallback(()=>{if(j){let e=Object.entries(N);if(e.length>0){let t={...y,...N};b(t),e.forEach(([e,n])=>{m?.(e,n,t)})}P({})}M(!j)},[j,N,y,m]),le=n.useCallback(()=>{P({}),M(!1)},[]),Y=n.useCallback((e,t)=>{P(n=>({...n,[e]:t}))},[]);n.useEffect(()=>{if(!H.recordNavigation)return;let e=H.recordNavigation,t=t=>{let n=t.target?.tagName;n===`INPUT`||n===`TEXTAREA`||t.target?.isContentEditable||(t.key===`ArrowLeft`&&e.currentIndex>0?(t.preventDefault(),e.onNavigate(e.recordIds[e.currentIndex-1])):t.key===`ArrowRight`&&e.currentIndex<e.recordIds.length-1&&(t.preventDefault(),e.onNavigate(e.recordIds[e.currentIndex+1])))};return document.addEventListener(`keydown`,t),()=>document.removeEventListener(`keydown`,t)},[H.recordNavigation]);let X=n.useMemo(()=>H.related??[],[H.related]),Z=n.useMemo(()=>{let e=[];return e.push({name:`sys_share`,label:B(`detail.share`),icon:`share-2`,type:`script`,onClick:q}),H.showEdit&&e.push({name:`sys_edit_mobile`,label:B(`detail.edit`),icon:`edit`,type:`script`,className:`sm:hidden`,onClick:ae}),p&&e.push({name:`sys_toggle_inline_edit_mobile`,label:B(j?`detail.save`:`detail.editInline`),icon:`edit`,type:`script`,className:`sm:hidden`,onClick:J}),H.showDelete&&e.push({name:`sys_delete`,label:B(`detail.delete`),icon:`trash-2`,type:`script`,variant:`destructive`,tags:[`separator-before`],onClick:G}),e},[B,H.showEdit,H.showDelete,p,j,q,ae,J,G]),ue=n.useMemo(()=>{let e=H.actions??[];if(Z.length===0)return e;let t=!1,n=e.map(e=>{let n=e;if(n&&typeof n==`object`&&n.type===`action:bar`&&(!n.location||n.location===`record_header`)){t=!0;let e=Array.isArray(n.systemActions)?n.systemActions:[];return{...n,systemActions:[...e,...Z]}}return e});return t||n.push({type:`action:bar`,location:`record_header`,systemActions:Z}),n},[H.actions,Z]);return x||H.loading?(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-4`,l),children:[(0,s.jsx)(r.Skeleton,{className:`h-10 w-full`}),(0,s.jsx)(r.Skeleton,{className:`h-64 w-full`}),(0,s.jsx)(r.Skeleton,{className:`h-48 w-full`})]}):!y&&!H.data?(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex flex-col items-center justify-center py-16 text-center`,l),children:[(0,s.jsx)(`p`,{className:`text-lg font-semibold`,children:B(`detail.recordNotFound`)}),(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground mt-1`,children:B(`detail.recordNotFoundDescription`)}),(H.showBack??!0)&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:ie,className:`mt-4 gap-2`,children:[(0,s.jsx)(i.ArrowLeft,{className:`h-4 w-4`}),B(`detail.goBack`)]})]}):(0,s.jsx)(r.TooltipProvider,{children:(0,s.jsxs)(`div`,{className:(0,r.cn)(`space-y-6`,l),children:[H.showHeader!==!1&&(0,s.jsxs)(`div`,{className:`flex flex-col sm:flex-row items-start justify-between gap-3 sm:gap-4 pb-4 border-b`,children:[(0,s.jsxs)(`div`,{className:`flex items-start gap-2 sm:gap-3 flex-1 min-w-0`,children:[(H.showBack??!0)&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,onClick:ie,className:`shrink-0 mt-1`,children:(0,s.jsx)(i.ArrowLeft,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.back`)})]}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 flex-wrap`,children:[(0,s.jsx)(`h1`,{className:`text-xl sm:text-2xl font-bold truncate`,children:K(y,H,F,B(`detail.details`))}),ne.map(e=>{let t=y?.[e];if(t==null||t===``)return null;let n=(H.sections||[]).flatMap(e=>e.fields).concat(H.fields||[]).find(t=>t.name===e),i=F?.fields?.[e],a=n?.type||i?.type,o=String(t),c=null;try{if(a===`currency`){let e=Number(t);Number.isNaN(e)||(o=new Intl.NumberFormat(void 0,{style:`currency`,currency:n?.currency||i?.currency||`USD`,maximumFractionDigits:0}).format(e))}else if(a===`date`||a===`datetime`){let e=new Date(t);Number.isNaN(e.getTime())||(o=a===`datetime`?e.toLocaleString(void 0,{dateStyle:`medium`,timeStyle:`short`}):e.toLocaleDateString(void 0,{dateStyle:`medium`}))}else if(a===`percent`){let e=Number(t);if(!Number.isNaN(e)){o=`${e}%`;let t=e<=1?e*100:e;c=Math.max(0,Math.min(100,t))}}else if(a===`select`||a===`status`||a===`multiselect`){let r=n?.options||i?.options,a=String(t);if(Array.isArray(r)){let e=r.find(e=>String(e?.value??e)===String(t));e?.label&&(a=e.label)}else if(r&&typeof r==`object`){let e=r[String(t)];e?.label&&(a=e.label)}o=H.objectName?te(H.objectName,e,String(t),a):a}}catch{}return c===null?(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent hover:bg-primary/15`,"aria-label":`${e}: ${o}`,children:o},e):(0,s.jsxs)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent hover:bg-primary/15 gap-1.5 pl-2 pr-2`,"aria-label":`${e}: ${o}`,children:[(0,s.jsx)(`span`,{className:`relative inline-block h-1.5 w-12 rounded-full bg-primary/20 overflow-hidden`,"aria-hidden":!0,children:(0,s.jsx)(`span`,{className:`absolute inset-y-0 left-0 rounded-full bg-primary`,style:{width:`${c}%`}})}),o]},e)}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 shrink-0`,onClick:ce,"aria-label":B(w?`detail.removeFromFavorites`:`detail.addToFavorites`),children:w?(0,s.jsx)(i.Star,{className:`h-4 w-4 fill-yellow-400 text-yellow-400`}):(0,s.jsx)(i.Star,{className:`h-4 w-4 text-muted-foreground`})})}),(0,s.jsx)(r.TooltipContent,{children:B(w?`detail.removeFromFavorites`:`detail.addToFavorites`)})]})]}),H.objectName&&(0,s.jsxs)(`p`,{className:`text-sm text-muted-foreground mt-1 flex items-center gap-1`,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:_||H.objectName}),H.resourceId&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-5 w-5 shrink-0 text-muted-foreground/60 hover:text-foreground`,onClick:re,"aria-label":B(`detail.copyRecordId`,{defaultValue:`Copy record ID`}),children:R?(0,s.jsx)(i.Check,{className:`h-3 w-3 text-green-600`}):(0,s.jsx)(i.Copy,{className:`h-3 w-3`})})}),(0,s.jsx)(r.TooltipContent,{children:R?B(`detail.copied`,{defaultValue:`Copied`}):B(`detail.copyRecordId`,{defaultValue:`Copy record ID`})})]})]})]})]}),(0,s.jsxs)(`div`,{className:`flex flex-wrap items-center gap-1.5 shrink-0 w-full sm:w-auto`,children:[H.recordNavigation&&(0,s.jsxs)(`div`,{className:`flex items-center gap-1 mr-2`,children:[(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`outline`,size:`icon`,className:`h-8 w-8`,disabled:H.recordNavigation.currentIndex<=0,onClick:()=>{let e=H.recordNavigation;e.currentIndex>0&&e.onNavigate(e.recordIds[e.currentIndex-1])},children:(0,s.jsx)(i.ChevronLeft,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.previousRecord`)})]}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground whitespace-nowrap px-1`,children:B(`detail.recordOf`,{current:H.recordNavigation.currentIndex+1,total:H.recordNavigation.recordIds.length})}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:`outline`,size:`icon`,className:`h-8 w-8`,disabled:H.recordNavigation.currentIndex>=H.recordNavigation.recordIds.length-1,onClick:()=>{let e=H.recordNavigation;e.currentIndex<e.recordIds.length-1&&e.onNavigate(e.recordIds[e.currentIndex+1])},children:(0,s.jsx)(i.ChevronRight,{className:`h-4 w-4`})})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.nextRecord`)})]})]}),p&&(0,s.jsxs)(s.Fragment,{children:[j&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsxs)(r.Button,{variant:`ghost`,size:`sm`,onClick:le,className:`gap-2 hidden sm:inline-flex`,children:[(0,s.jsx)(i.X,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.cancel`)})]})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.cancelEdit`)})]}),(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsx)(r.Button,{variant:j?`default`:`outline`,size:`sm`,onClick:J,className:`gap-2 hidden sm:inline-flex`,children:j?(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.Check,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.save`)})]}):(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.Edit,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.editInline`)})]})})}),(0,s.jsx)(r.TooltipContent,{children:B(j?`detail.saveChanges`:`detail.editFieldsInline`)})]})]}),H.showEdit&&(0,s.jsxs)(r.Tooltip,{children:[(0,s.jsx)(r.TooltipTrigger,{asChild:!0,children:(0,s.jsxs)(r.Button,{variant:`default`,onClick:ae,className:`gap-2 hidden sm:inline-flex`,children:[(0,s.jsx)(i.Edit,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`hidden sm:inline`,children:B(`detail.edit`)})]})}),(0,s.jsx)(r.TooltipContent,{children:B(`detail.editRecord`)})]}),ue.map((e,t)=>(0,s.jsx)(a.SchemaRenderer,{schema:e,data:y},`header-action-${t}`))]})]}),H.header&&(0,s.jsx)(`div`,{children:(0,s.jsx)(a.SchemaRenderer,{schema:H.header,data:y})}),H.highlightFields&&H.highlightFields.length>0&&(0,s.jsx)(A,{fields:H.highlightFields,data:y,objectName:H.objectName,objectSchema:F}),H.autoTabs&&!H.tabs?.length?(()=>{let e=X.length>0,t=!!H.activities&&H.activities.length>0,n=!!h,i=!!H.history,a=(0,s.jsxs)(`div`,{className:`space-y-3 sm:space-y-4`,children:[H.sectionGroups&&H.sectionGroups.length>0&&H.sectionGroups.map((e,t)=>(0,s.jsx)(k,{group:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t)),H.sections&&H.sections.length>0&&H.sections.map((e,t)=>(0,s.jsx)(T,{section:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t)),H.fields&&H.fields.length>0&&!H.sections?.length&&(0,s.jsx)(T,{section:{fields:H.fields,columns:H.columns},data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y}),H.comments&&(0,s.jsx)(ee,{comments:H.comments,onAddComment:H.onAddComment})]});return!e&&!t&&!n&&!i?(0,s.jsx)(`div`,{className:`mt-2`,children:a}):(0,s.jsxs)(r.Tabs,{defaultValue:`details`,className:`w-full`,children:[(0,s.jsxs)(r.TabsList,{className:`w-full justify-start border-b rounded-none bg-transparent p-0`,children:[(0,s.jsx)(r.TabsTrigger,{value:`details`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:B(`detail.details`)}),e&&(0,s.jsx)(r.TabsTrigger,{value:`related`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.related`),(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:X.length})]})}),t&&(0,s.jsx)(r.TabsTrigger,{value:`activity`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.activity`),(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:H.activities.length})]})}),n&&(0,s.jsx)(r.TabsTrigger,{value:`discussion`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:B(`detail.discussion`,{defaultValue:`Discussion`})}),i&&(0,s.jsx)(r.TabsTrigger,{value:`history`,className:`relative rounded-none border-b-2 border-transparent data-[state=active]:border-primary data-[state=active]:bg-transparent`,children:(0,s.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[B(`detail.history`,{defaultValue:`History`}),!H.history.loading&&H.history.entries.length>0&&(0,s.jsx)(r.Badge,{variant:`secondary`,className:`text-xs bg-primary/10 text-primary border-transparent`,children:H.history.entries.length})]})})]}),(0,s.jsx)(r.TabsContent,{value:`details`,className:`mt-4`,children:a}),e&&(0,s.jsx)(r.TabsContent,{value:`related`,className:`mt-4`,children:(0,s.jsx)(`div`,{className:`space-y-3`,children:X.map((e,t)=>(0,s.jsx)(O,{title:e.title,type:e.type,api:e.api,data:e.data,columns:e.columns,dataSource:o,objectName:e.api,referenceField:e.referenceField,icon:e.icon,onNew:e.onNew,onViewAll:e.onViewAll,onRowClick:e.onRowClick,onRowEdit:e.onRowEdit,onRowDelete:e.onRowDelete,collapsible:!0,pageSize:se},t))})}),t&&(0,s.jsx)(r.TabsContent,{value:`activity`,className:`mt-4`,children:(0,s.jsx)(L,{activities:H.activities})}),n&&(0,s.jsx)(r.TabsContent,{value:`discussion`,className:`mt-4`,children:h}),i&&(0,s.jsx)(r.TabsContent,{value:`history`,className:`mt-4`,children:(0,s.jsx)(U,{entries:H.history.entries,loading:H.history.loading,emptyText:H.history.emptyText??B(`detail.historyEmpty`,{defaultValue:`No history yet`})})})]})})():(0,s.jsxs)(s.Fragment,{children:[H.sectionGroups&&H.sectionGroups.length>0&&(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:H.sectionGroups.map((e,t)=>(0,s.jsx)(k,{group:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t))}),H.sections&&H.sections.length>0&&(0,s.jsx)(`div`,{className:`space-y-3 sm:space-y-4`,children:H.sections.map((e,t)=>(0,s.jsx)(T,{section:e,data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y},t))}),H.fields&&H.fields.length>0&&!H.sections?.length&&(0,s.jsx)(T,{section:{fields:H.fields,columns:H.columns},data:{...y,...N},objectSchema:F,objectName:H.objectName,isEditing:j,onFieldChange:Y}),H.tabs&&H.tabs.length>0&&(0,s.jsx)(E,{tabs:H.tabs,data:y}),X.length>0&&(0,s.jsxs)(`div`,{className:`space-y-3`,children:[(0,s.jsx)(`h2`,{className:`text-lg font-semibold`,children:B(`detail.related`)}),X.map((e,t)=>(0,s.jsx)(O,{title:e.title,type:e.type,api:e.api,data:e.data,columns:e.columns,dataSource:o,objectName:e.api,referenceField:e.referenceField,icon:e.icon,onNew:e.onNew,onViewAll:e.onViewAll,onRowClick:e.onRowClick,onRowEdit:e.onRowEdit,onRowDelete:e.onRowDelete,collapsible:!0,pageSize:se},t))]}),H.comments&&(0,s.jsx)(ee,{comments:H.comments,onAddComment:H.onAddComment}),H.activities&&H.activities.length>0&&(0,s.jsx)(L,{activities:H.activities})]}),(0,s.jsx)(oe,{data:{...y,...N},objectSchema:F,objectName:H.objectName}),H.footer&&(0,s.jsx)(`div`,{children:(0,s.jsx)(a.SchemaRenderer,{schema:H.footer,data:y})})]})})},ce=e=>typeof e==`string`?e:e&&typeof e==`object`&&(e.field||e.name)||null,J=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},le=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=J(n);if(!r)return(0,s.jsx)(`div`,{className:t,"data-record-details-placeholder":!0,...i,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:details — bind a record to preview`})});let o=e.layout===`inline`||e.layout===`compact`?`horizontal`:`vertical`,l=r.objectName||``,u=(0,c.usePermissions)(),{readableFields:d}=(0,c.useFieldPermissions)(l),f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&l&&!f.every(e=>u.can(l,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view details.`})});let p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=e=>{if(!e||!p&&m.length===0)return e;let t=e.map(ce).filter(e=>!!e),n=new Set((p&&l?d(t):t).filter(e=>!m.includes(e)));return e.filter(e=>{let t=ce(e);return t?n.has(t):!0})},g=e=>typeof e==`string`?{name:e}:e&&typeof e==`object`&&!e.name&&e.field?{...e,name:e.field}:e,_=e=>Array.isArray(e)?e.map(g):e,v=_(h(e.fields)),y=Array.isArray(e.sections)?e.sections.map(e=>({...e,title:e.title??e.label,fields:_(h(e.fields))})):e.sections,b={type:`detail-view`,objectName:r.objectName,resourceId:r.recordId,data:r.data,layout:o,columns:e.columns,sections:y,fields:v,showBack:!1,showHeader:e.showHeader??!1};return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(q,{schema:b,dataSource:r.dataSource})})},Y=e=>typeof e==`string`?e:e&&typeof e==`object`&&(e.field||e.name||e.key)||null,X=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Z=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=X(n),o=e.title||e.objectName||`Related`,l=e.objectName;if(!l)return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:related_list — missing objectName`})});let u=(0,c.usePermissions)(),{readableFields:d}=(0,c.useFieldPermissions)(l),f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&!f.every(e=>u.can(l,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view related list.`})});let p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=Array.isArray(e.columns)?e.columns:[],g=h;if(p||m.length>0){let e=h.map(Y).filter(e=>!!e),t=new Set((p?d(e):e).filter(e=>!m.includes(e)));g=h.filter(e=>{let n=Y(e);return n?t.has(n):!0})}return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(O,{title:o,type:`table`,api:l,objectName:l,referenceField:e.relationshipField,columns:g,pageSize:e.limit,dataSource:r?.dataSource})})},ue=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Q=({schema:e={},className:t,...n})=>{let r=(0,a.useRecordContext)(),{designer:i}=ue(n),o=r?.objectName||``,l=(0,c.usePermissions)(),{readableFields:u}=(0,c.useFieldPermissions)(o),d=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(d.length>0&&o&&!d.every(e=>l.can(o,e)))return(0,s.jsx)(`div`,{className:t,...i,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view highlights.`})});let f=(Array.isArray(e.fields)?e.fields:[]).map(e=>typeof e==`string`?{name:e}:{name:e?.name,label:e?.label,icon:e?.icon,type:e?.type}).filter(e=>typeof e.name==`string`&&e.name.length>0),p=e.enforceFieldSecurity===!0,m=Array.isArray(e.redactFields)?e.redactFields:[],h=p&&o?new Set(u(f.map(e=>e.name))):null,g=f.filter(e=>!(m.includes(e.name)||h&&!h.has(e.name)));return(0,s.jsx)(`div`,{className:t,...i,children:(0,s.jsx)(A,{fields:g,data:r?.data,objectName:r?.objectName,objectSchema:r?.objectSchema})})},$=({change:e,className:t})=>{let n=e.fieldLabel??e.field.charAt(0).toUpperCase()+e.field.slice(1).replace(/_/g,` `),a=e.oldDisplayValue??(e.oldValue==null?`(empty)`:String(e.oldValue)),o=e.newDisplayValue??(e.newValue==null?`(empty)`:String(e.newValue));return(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-center gap-1.5 text-sm flex-wrap`,t),children:[(0,s.jsx)(`span`,{className:`font-medium text-foreground`,children:n}),(0,s.jsx)(`span`,{className:`text-muted-foreground line-through`,children:a}),(0,s.jsx)(i.ArrowRight,{className:`h-3 w-3 text-muted-foreground shrink-0`}),(0,s.jsx)(`span`,{className:`text-foreground`,children:o})]})},de=[`👍`,`❤️`,`🎉`,`😂`,`😮`,`😢`],fe=({reactions:e,onToggleReaction:t,emojiOptions:a=de,className:o})=>{let[c,l]=n.useState(!1),u=n.useCallback(e=>{t?.(e),l(!1)},[t]);return(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex items-center gap-1 flex-wrap`,o),children:[e.map(e=>(0,s.jsxs)(`button`,{type:`button`,className:(0,r.cn)(`inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-xs border transition-colors`,e.reacted?`bg-primary/10 border-primary/30 text-primary`:`bg-muted border-border text-muted-foreground hover:bg-muted/80`),onClick:()=>u(e.emoji),disabled:!t,"aria-label":`${e.emoji} ${e.count} reaction${e.count===1?``:`s`}`,children:[(0,s.jsx)(`span`,{children:e.emoji}),(0,s.jsx)(`span`,{children:e.count})]},e.emoji)),t&&(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6`,onClick:()=>l(!c),"aria-label":`Add reaction`,children:(0,s.jsx)(i.SmilePlus,{className:`h-3.5 w-3.5`})}),c&&(0,s.jsx)(`div`,{className:`absolute bottom-full mb-1 left-0 bg-popover border rounded-md shadow-md z-50 p-1.5 flex gap-1`,role:`listbox`,"aria-label":`Emoji picker`,children:a.map(t=>(0,s.jsx)(`button`,{type:`button`,className:`hover:bg-accent rounded p-1 text-base transition-colors`,onClick:()=>u(t),role:`option`,"aria-selected":e.some(e=>e.emoji===t&&e.reacted),children:t},t))})]})]})};function pe(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}var me=({parentItem:e,replies:t,onAddReply:a,showReplyInput:o=!0,className:c})=>{let{t:l}=C(),[u,d]=n.useState(!1),[f,p]=n.useState(``),[m,h]=n.useState(!1),g=n.useCallback(async()=>{let t=f.trim();if(!(!t||!a)){h(!0);try{await a(e.id,t),p(``)}finally{h(!1)}}},[f,a,e.id]),_=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),g())},[g]);return t.length===0&&!o?null:(0,s.jsxs)(`div`,{className:(0,r.cn)(`ml-10 mt-1`,c),children:[t.length>0&&(0,s.jsxs)(`button`,{type:`button`,className:`flex items-center gap-1 text-xs text-muted-foreground hover:text-foreground transition-colors mb-1`,onClick:()=>d(!u),"aria-expanded":u,children:[u?(0,s.jsx)(i.ChevronDown,{className:`h-3 w-3`}):(0,s.jsx)(i.ChevronRight,{className:`h-3 w-3`}),(0,s.jsx)(i.MessageSquare,{className:`h-3 w-3`}),(0,s.jsx)(`span`,{children:t.length===1?l(`detail.replyCount`,{count:t.length}):l(`detail.replyCountPlural`,{count:t.length})})]}),u&&(0,s.jsx)(`div`,{className:`space-y-2 border-l-2 border-border pl-3`,children:t.map(e=>(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`div`,{className:`shrink-0`,children:e.actorAvatarUrl?(0,s.jsx)(`img`,{src:e.actorAvatarUrl,alt:e.actor,className:`h-6 w-6 rounded-full object-cover`}):(0,s.jsx)(`div`,{className:`h-6 w-6 rounded-full bg-muted flex items-center justify-center text-[10px] font-medium text-muted-foreground`,children:e.actor.charAt(0).toUpperCase()})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,s.jsx)(`span`,{className:`text-xs font-medium`,children:e.actor}),(0,s.jsx)(`span`,{className:`text-[10px] text-muted-foreground`,children:pe(e.createdAt)})]}),(0,s.jsx)(`p`,{className:`text-xs whitespace-pre-wrap break-words`,children:e.body})]})]},e.id))}),o&&a&&(0,s.jsxs)(`div`,{className:`flex gap-1.5 mt-1.5`,children:[(0,s.jsx)(`input`,{className:`flex-1 rounded-md border border-input bg-background px-2 py-1 text-xs placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,placeholder:l(`detail.replyPlaceholder`),value:f,onChange:e=>p(e.target.value),onKeyDown:_,disabled:m}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6 shrink-0`,onClick:g,disabled:!f.trim()||m,"aria-label":`Send reply`,children:(0,s.jsx)(i.Send,{className:`h-3 w-3`})})]})]})},he=({subscription:e,onToggle:t,className:a})=>{let{t:o}=C(),[c,l]=n.useState(!1),u=n.useCallback(async()=>{if(t){l(!0);try{await t(!e.subscribed)}finally{l(!1)}}},[t,e.subscribed]);return(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:(0,r.cn)(`h-8 w-8`,a),onClick:u,disabled:c||!t,"aria-label":e.subscribed?o(`detail.unsubscribeAriaLabel`):o(`detail.subscribeAriaLabel`),title:e.subscribed?o(`detail.subscribedTooltip`):o(`detail.unsubscribedTooltip`),children:e.subscribed?(0,s.jsx)(i.Bell,{className:`h-4 w-4 text-primary`}):(0,s.jsx)(i.BellOff,{className:`h-4 w-4 text-muted-foreground`})})},ge={comment:i.MessageSquare,field_change:i.Edit,task:i.CheckSquare,event:i.Calendar,system:i.Zap,email:i.Mail,call:i.Phone},_e={comment:`bg-purple-100 text-purple-600`,field_change:`bg-blue-100 text-blue-600`,task:`bg-green-100 text-green-600`,event:`bg-amber-100 text-amber-600`,system:`bg-gray-100 text-gray-600`,email:`bg-indigo-100 text-indigo-600`,call:`bg-teal-100 text-teal-600`};function ve(e){return[{value:`all`,label:e(`detail.allActivity`)},{value:`comments_only`,label:e(`detail.commentsOnly`)},{value:`changes_only`,label:e(`detail.fieldChangesFilter`)},{value:`tasks_only`,label:e(`detail.tasksOnly`)}]}function ye(e){try{let t=new Date(e),n=new Date().getTime()-t.getTime(),r=Math.floor(n/6e4);if(r<1)return`just now`;if(r<60)return`${r}m ago`;let i=Math.floor(r/60);if(i<24)return`${i}h ago`;let a=Math.floor(i/24);return a<7?`${a}d ago`:t.toLocaleDateString()}catch{return e}}function be(e,t){switch(t){case`comments_only`:return e.filter(e=>e.type===`comment`);case`changes_only`:return e.filter(e=>e.type===`field_change`);case`tasks_only`:return e.filter(e=>e.type===`task`);default:return e}}var xe=({items:e,config:t,filterMode:a,onFilterChange:o,hasMore:c=!1,onLoadMore:l,loading:u=!1,onAddComment:d,onAddReply:f,onToggleReaction:p,subscription:m,onToggleSubscription:h,collapseWhenEmpty:g=!1,titleLabel:_,emptyLabel:v,className:y})=>{let{t:b}=C(),[x,S]=n.useState(`all`),[w,T]=n.useState(``),[E,D]=n.useState(!1),[O,k]=n.useState(!1),A=a??x,j=t?.showFilterToggle!==!1,ee=t?.showCommentInput!==!1&&!!d,M=t?.enableReactions??!1,N=t?.enableThreading??!1,P=t?.showSubscriptionToggle??!1,F=n.useMemo(()=>be(e,A),[e,A]),I=n.useMemo(()=>N?F.filter(e=>!e.parentId):F,[F,N]),L=n.useMemo(()=>{if(!N)return new Map;let e=new Map;for(let t of F)if(t.parentId){let n=e.get(t.parentId)??[];n.push(t),e.set(t.parentId,n)}return e},[F,N]),R=n.useCallback(e=>{o?o(e):S(e)},[o]),z=n.useCallback(async()=>{let e=w.trim();if(!(!e||!d)){D(!0);try{await d(e),T(``)}finally{D(!1)}}},[w,d]),B=n.useCallback(e=>{e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),z())},[z]),te=n.useCallback(async()=>{if(l){k(!0);try{await l()}finally{k(!1)}}},[l]);return(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,y),children:[(0,s.jsx)(r.CardHeader,{children:(0,s.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,s.jsxs)(r.CardTitle,{className:`flex items-center gap-2 text-base`,children:[(0,s.jsx)(i.Activity,{className:`h-4 w-4`}),_??b(`detail.activity`),(0,s.jsxs)(`span`,{className:`text-sm font-normal text-muted-foreground`,children:[`(`,F.length,`)`]})]}),(0,s.jsx)(`div`,{className:`flex items-center gap-1`,children:P&&m&&(0,s.jsx)(he,{subscription:m,onToggle:h})})]})}),(0,s.jsxs)(r.CardContent,{className:`space-y-4`,children:[j&&(0,s.jsx)(`div`,{className:`flex items-center gap-2`,children:(0,s.jsx)(`select`,{className:`rounded-md border border-input bg-background px-2.5 py-1.5 text-sm focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring`,value:A,onChange:e=>R(e.target.value),"aria-label":b(`detail.filterActivity`),children:ve(b).map(e=>(0,s.jsx)(`option`,{value:e.value,children:e.label},e.value))})}),ee&&(0,s.jsxs)(`div`,{className:`flex gap-2`,children:[(0,s.jsx)(`textarea`,{className:`flex-1 min-h-[60px] rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring resize-none`,placeholder:b(`detail.leaveCommentPlaceholder`),value:w,onChange:e=>T(e.target.value),onKeyDown:B,disabled:E}),(0,s.jsxs)(r.Button,{variant:`default`,onClick:z,disabled:!w.trim()||E,className:`shrink-0 self-end gap-1.5`,"aria-label":b(`detail.submitComment`),title:b(`detail.submitComment`),children:[(0,s.jsx)(i.Send,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{children:b(`detail.sendComment`)})]})]}),F.length===0?g?null:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:v??b(`detail.noActivity`)}):(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(`div`,{className:`absolute left-4 top-2 bottom-2 w-px bg-border`}),(0,s.jsx)(`div`,{className:`space-y-4`,children:I.map(e=>{let t=ge[e.type]||i.Zap,n=_e[e.type]||`bg-gray-100 text-gray-600`,a=L.get(e.id)??[];return(0,s.jsxs)(`div`,{children:[(0,s.jsxs)(`div`,{className:`flex gap-3 relative`,children:[(0,s.jsx)(`div`,{className:(0,r.cn)(`shrink-0 h-8 w-8 rounded-full flex items-center justify-center z-10`,n),children:e.actorAvatarUrl?(0,s.jsx)(`img`,{src:e.actorAvatarUrl,alt:e.actor,className:`h-8 w-8 rounded-full object-cover`}):(0,s.jsx)(t,{className:`h-3.5 w-3.5`})}),(0,s.jsxs)(`div`,{className:`flex-1 min-w-0 pt-1`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 mb-0.5`,children:[(0,s.jsx)(`span`,{className:`text-sm font-medium`,children:e.actor}),e.source&&(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:b(`detail.via`,{source:e.source})}),(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:ye(e.createdAt)}),e.edited&&(0,s.jsx)(`span`,{className:`text-xs text-muted-foreground italic`,children:b(`detail.edited`)}),e.pinned&&(0,s.jsxs)(`span`,{className:`text-xs text-amber-600`,children:[`📌 `,b(`detail.pinned`)]})]}),e.body&&(0,s.jsx)(`p`,{className:`text-sm whitespace-pre-wrap break-words text-muted-foreground`,children:e.body}),e.type===`field_change`&&e.fieldChanges&&(0,s.jsx)(`div`,{className:`space-y-1 mt-1`,children:e.fieldChanges.map((e,t)=>(0,s.jsx)($,{change:e},t))}),M&&e.reactions&&e.reactions.length>0&&(0,s.jsx)(`div`,{className:`mt-1.5`,children:(0,s.jsx)(fe,{reactions:e.reactions,onToggleReaction:p?t=>p(e.id,t):void 0})}),M&&(!e.reactions||e.reactions.length===0)&&p&&(0,s.jsx)(`div`,{className:`mt-1.5`,children:(0,s.jsx)(fe,{reactions:[],onToggleReaction:t=>p(e.id,t)})})]})]}),N&&(e.replyCount??0)>0&&(0,s.jsx)(me,{parentItem:e,replies:a,onAddReply:f,showReplyInput:!!f})]},e.id)})})]}),c&&(0,s.jsx)(`div`,{className:`text-center pt-2`,children:(0,s.jsxs)(r.Button,{variant:`ghost`,size:`sm`,onClick:te,disabled:O,"aria-label":b(`detail.loadMore`),children:[O?(0,s.jsx)(i.Loader2,{className:`h-4 w-4 animate-spin mr-1`}):(0,s.jsx)(i.ChevronDown,{className:`h-4 w-4 mr-1`}),b(`detail.loadMore`)]})})]})]})},Se=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ce=({schema:e={},className:t,...n})=>{(0,a.useRecordContext)();let{designer:r}=Se(n);return(0,s.jsx)(`div`,{className:t,...r,children:(0,s.jsx)(xe,{items:[],config:e})})},we=({config:e,items:t,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g=!1,className:_})=>{let v=e?.position??`right`,y=e?.width??`360px`,b=e?.collapsible??!0,x=g&&t.length===0||(e?.defaultCollapsed??!1),{t:S}=C(),[w,T]=n.useState(x);return v===`right`||v===`left`?w&&b?(0,s.jsx)(`div`,{className:(0,r.cn)(`flex items-start pt-4`,v===`right`?`border-l`:`border-r`,_),children:(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-8 w-8 mx-1`,onClick:()=>T(!1),"aria-label":S(`detail.openDiscussion`),children:(0,s.jsx)(i.PanelRightOpen,{className:`h-4 w-4`})})}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex flex-col overflow-hidden`,v===`right`?`border-l`:`border-r`,_),style:{width:y,minWidth:y},children:[(0,s.jsxs)(`div`,{className:`flex items-center justify-between px-4 py-3 border-b`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{className:`text-sm font-medium`,children:S(`detail.discussion`)})]}),b&&(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:()=>T(!0),"aria-label":S(`detail.closeDiscussion`),children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]}),(0,s.jsx)(`div`,{className:`flex-1 overflow-y-auto`,children:(0,s.jsx)(xe,{items:t,config:e?.feed,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g,titleLabel:S(`detail.discussion`),emptyLabel:S(`detail.noCommentsYet`),className:`border-0 shadow-none`})})]}):(0,s.jsx)(`div`,{className:(0,r.cn)(``,_),children:b&&w?(0,s.jsxs)(r.Button,{variant:`ghost`,className:`w-full justify-start gap-2 text-muted-foreground`,onClick:()=>T(!1),"aria-label":S(`detail.showDiscussion`,{count:t.length}),children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),(0,s.jsx)(`span`,{children:S(`detail.showDiscussion`,{count:t.length})})]}):(0,s.jsxs)(`div`,{children:[b&&(0,s.jsxs)(`div`,{className:`flex items-center justify-between mb-2`,children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-2 text-sm font-medium`,children:[(0,s.jsx)(i.MessageSquare,{className:`h-4 w-4`}),S(`detail.discussion`)]}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:()=>T(!0),"aria-label":S(`detail.hideDiscussion`),children:(0,s.jsx)(i.PanelRightClose,{className:`h-3.5 w-3.5`})})]}),(0,s.jsx)(xe,{items:t,config:e?.feed,hasMore:a,onLoadMore:o,loading:c,onAddComment:l,onAddReply:u,onToggleReaction:d,subscription:f,onToggleSubscription:p,filterMode:m,onFilterChange:h,collapseWhenEmpty:g,titleLabel:S(`detail.discussion`),emptyLabel:S(`detail.noCommentsYet`)})]})})},Te=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ee=({schema:e={},className:t,...n})=>{(0,a.useRecordContext)();let{designer:r}=Te(n);return(0,s.jsx)(`div`,{className:t,...r,children:(0,s.jsx)(we,{items:[],config:e})})},De=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Oe=({schema:e={},className:t,...n})=>{let i=(0,a.useRecordContext)(),{designer:o}=De(n),c=Array.isArray(e.stages)?e.stages:[],l=e.statusField,u=l&&i?.data?i.data[l]:void 0,d=c.findIndex(e=>e.value===u);return d<0&&(d=-1),c.length===0?(0,s.jsx)(`div`,{className:t,...o,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:path — no stages configured`})}):(0,s.jsx)(`div`,{className:(0,r.cn)(`flex w-full items-stretch gap-1`,t),role:`list`,"aria-label":e.aria?.label||`Record path`,...o,children:c.map((e,t)=>{let n=d>=0&&t<d,i=t===d;return(0,s.jsx)(`div`,{role:`listitem`,"aria-current":i?`step`:void 0,className:(0,r.cn)(`relative flex-1 px-4 py-2 text-xs font-medium border text-center`,`first:rounded-l-md last:rounded-r-md`,i&&`bg-primary text-primary-foreground border-primary`,n&&`bg-muted text-muted-foreground`,!i&&!n&&`bg-background text-foreground/70`),children:(0,s.jsxs)(`span`,{className:`inline-flex items-center gap-1.5`,children:[n&&(0,s.jsx)(`span`,{"aria-hidden":!0,children:`✓`}),e.label]})},`${e.value}-${t}`)})})},ke=e=>{let{"data-obj-id":t,"data-obj-type":n,style:r,...i}=e||{};return{designer:{"data-obj-id":t,"data-obj-type":n,style:r},rest:i}},Ae=({schema:e={},className:t,...n})=>{let i=(0,a.useRecordContext)(),{designer:o}=ke(n),l=(0,c.usePermissions)(),u=Array.isArray(e.actions)?e.actions:Array.isArray(e.properties?.actions)?e.properties.actions:[],d=i?.objectName||``,f=Array.isArray(e.requiredPermissions)?e.requiredPermissions:[];if(f.length>0&&d&&!f.every(e=>l.can(d,e)))return(0,s.jsx)(`div`,{className:t,...o,role:`status`,"aria-live":`polite`,children:(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground italic`,children:`Insufficient permissions to view quick actions.`})});let p=e.location||`record_header`,{getActionsForLocation:m,executeAction:h}=(0,a.useActionEngine)({actions:u,context:{record:i?.data,recordId:i?.recordId,objectName:i?.objectName}}),g=u.length>0?m(p):[];if(g.length===0)return(0,s.jsx)(`div`,{className:t,...o,children:(0,s.jsx)(`div`,{className:`text-xs text-muted-foreground italic px-3 py-2 border border-dashed rounded`,children:`record:quick_actions — no actions configured`})});let _=e.align||`end`,v=_===`start`?`justify-start`:_===`center`?`justify-center`:`justify-end`;return(0,s.jsx)(`div`,{className:(0,r.cn)(`flex flex-wrap items-center gap-2`,p===`record_header`&&!e.inline&&`-mt-12 sm:-mt-14 mb-2 relative z-10`,v,t),role:`toolbar`,"aria-label":e.aria?.label||`Quick actions`,...o,children:g.map((t,n)=>{let i=t.label||t.name||`Action ${n+1}`;return(0,s.jsx)(r.Button,{variant:t.variant||e.variant||`default`,size:t.size||e.size||`sm`,disabled:typeof t.disabled==`boolean`?t.disabled:void 0,onClick:()=>{if(typeof t.onClick==`function`){t.onClick();return}t.name&&h(t.name)},children:i},t.name||`qa-${n}`)})})},je=new Set([`id`,`_id`,`__v`,`created_at`,`updated_at`,`createdAt`,`updatedAt`,`created_by`,`updated_by`,`organization_id`,`tenant_id`,`owner_id`,`deleted_at`,`is_deleted`]),Me=480,Ne=95;function Pe({open:e,onClose:t,title:i,record:a,objectName:o,recordId:c,dataSource:l,objectSchema:u,width:d=`min(960px, 60vw)`,columns:f=2,systemFields:p=je,onFieldSave:m,onDelete:h,resizable:g=!0,fullPageHref:_}){let{t:v}=C(),y=`objectui.drawerWidth.${o}`,[b,x]=n.default.useState(()=>{if(typeof window>`u`||!g)return null;try{let e=window.localStorage.getItem(y);if(e){let t=parseInt(e,10);if(Number.isFinite(t)&&t>=Me)return t}}catch{}return null}),S=n.default.useMemo(()=>g&&b!=null?`${b}px`:typeof d==`number`?`${d}px`:d,[g,b,d]),w=S?{width:S,maxWidth:S}:void 0,T=n.default.useRef(null),E=n.default.useCallback(e=>{if(!g)return;e.preventDefault();let t=b??(typeof window<`u`?Math.min(window.innerWidth*.6,960):720);T.current={startX:e.clientX,startWidth:t};let n=e=>{let t=T.current;if(!t)return;let n=t.startX-e.clientX,r=typeof window<`u`?window.innerWidth*Ne/100:1600,i=Math.min(r,Math.max(Me,t.startWidth+n));x(Math.round(i))},r=()=>{T.current,T.current=null,window.removeEventListener(`pointermove`,n),window.removeEventListener(`pointerup`,r),window.removeEventListener(`pointercancel`,r);try{x(e=>(e!=null&&window.localStorage.setItem(y,String(e)),e))}catch{}};window.addEventListener(`pointermove`,n),window.addEventListener(`pointerup`,r),window.addEventListener(`pointercancel`,r)},[g,b,y]),D=u?.fields??{},O=(Object.keys(D).length?Object.keys(D):Object.keys(a)).filter(e=>!p.has(e)&&!e.startsWith(`__`)).filter(e=>e in a).filter(e=>!D[e]?.hidden).map(e=>{let t=D[e]||{},n=t.type===`lookup`||t.type===`master_detail`||t.type===`reference`;return{name:e,label:t.label,type:t.type,readonly:!!t.readonly||n,options:t.options,currency:t.currency,precision:t.precision,format:t.format,reference_to:t.reference_to??t.referenceTo??t.target,reference_field:t.reference_field??t.referenceField,required:t.required,validation:t.validation,placeholder:t.placeholder,description:t.description}});return(0,s.jsx)(r.Sheet,{open:e,onOpenChange:e=>{e||t()},children:(0,s.jsxs)(r.SheetContent,{side:`right`,className:`w-full overflow-y-auto p-0 sm:!max-w-none`,style:w,onOpenAutoFocus:e=>e.preventDefault(),children:[g&&(0,s.jsx)(`div`,{role:`separator`,"aria-orientation":`vertical`,"aria-label":`Resize drawer`,onPointerDown:E,className:`hidden sm:block absolute left-0 top-0 h-full w-1.5 cursor-col-resize select-none bg-transparent hover:bg-primary/30 active:bg-primary/50 transition-colors z-10`}),(0,s.jsx)(r.SheetHeader,{className:`sr-only`,children:(0,s.jsx)(r.SheetTitle,{children:i})}),(0,s.jsx)(`div`,{className:`px-6 pt-6 pb-6`,children:(0,s.jsx)(q,{dataSource:l,inlineEdit:!0,schema:{type:`detail-view`,objectName:o,resourceId:String(c),data:a,showDelete:!0,columns:f,fields:O,actions:_?[{type:`action:bar`,location:`record_header`,systemActions:[{name:`sys_open_new_tab`,label:v(`detail.openInNewTab`),icon:`external-link`,type:`script`,onClick:()=>window.open(_,`_blank`,`noopener`)}]}]:void 0},onFieldSave:async(e,t)=>{try{await m?.(e,t)}catch(e){console.error(`[RecordDetailDrawer] inline field save failed:`,e)}},onDelete:async()=>{try{await h?.(),t()}catch(e){console.error(`[RecordDetailDrawer] delete failed:`,e)}}})})]})})}function Fe(e,t){if(typeof window>`u`)return null;let n=window.location.pathname,r=`/${e}`,i=n.indexOf(r);return`${i>=0?n.slice(0,i):n.replace(/\/$/,``)}/${e}/record/${encodeURIComponent(String(t))}`}var Ie=({objectName:e,relationshipField:t,fields:a,onCreateRecord:o,onLinkRecord:c,onSearch:l,existingRecords:u=[],className:d})=>{let[f,p]=n.useState(!1),[m,h]=n.useState(`create`),[g,_]=n.useState({}),[v,y]=n.useState(``),[b,x]=n.useState(u),[S,C]=n.useState(!1),[w,T]=n.useState(!1),E=n.useMemo(()=>{if(!v.trim())return b;let e=v.toLowerCase();return b.filter(t=>t.label.toLowerCase().includes(e)||t.description?.toLowerCase().includes(e))},[v,b]),D=n.useCallback(async e=>{if(y(e),l&&e.trim().length>=2){T(!0);try{x(await l(e))}finally{T(!1)}}},[l]),O=n.useCallback((e,t)=>{_(n=>({...n,[e]:t}))},[]),k=n.useCallback(async()=>{if(o){C(!0);try{await o({...g,[t]:!0}),_({}),p(!1)}finally{C(!1)}}},[o,g,t]),A=n.useCallback(async e=>{if(c){C(!0);try{await c(e),y(``),p(!1)}finally{C(!1)}}},[c]),j=n.useMemo(()=>a.filter(e=>e.required).every(e=>g[e.name]?.toString().trim()),[a,g]);return f?(0,s.jsxs)(r.Card,{className:(0,r.cn)(``,d),children:[(0,s.jsx)(r.CardHeader,{className:`pb-3`,children:(0,s.jsxs)(r.CardTitle,{className:`flex items-center justify-between text-sm`,children:[(0,s.jsxs)(`span`,{children:[m===`create`?`Create`:`Link`,` `,e]}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-6 w-6`,onClick:()=>p(!1),children:(0,s.jsx)(i.X,{className:`h-3.5 w-3.5`})})]})}),(0,s.jsx)(r.CardContent,{children:(0,s.jsxs)(r.Tabs,{value:m,onValueChange:h,children:[(0,s.jsxs)(r.TabsList,{className:`mb-3 w-full`,children:[o&&(0,s.jsxs)(r.TabsTrigger,{value:`create`,className:`flex-1 gap-1.5`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),`Create New`]}),c&&(0,s.jsxs)(r.TabsTrigger,{value:`link`,className:`flex-1 gap-1.5`,children:[(0,s.jsx)(i.Link,{className:`h-3.5 w-3.5`}),`Link Existing`]})]}),o&&(0,s.jsxs)(r.TabsContent,{value:`create`,className:`space-y-3 mt-0`,children:[a.map(e=>(0,s.jsxs)(`div`,{children:[(0,s.jsxs)(`label`,{className:`text-xs font-medium text-muted-foreground mb-1 block`,children:[e.label,e.required&&(0,s.jsx)(`span`,{className:`text-destructive ml-0.5`,children:`*`})]}),(0,s.jsx)(r.Input,{type:e.type===`number`?`number`:e.type===`date`?`date`:`text`,placeholder:e.placeholder||`Enter ${e.label.toLowerCase()}`,value:g[e.name]||``,onChange:t=>O(e.name,t.target.value),className:`h-8 text-sm`})]},e.name)),(0,s.jsxs)(`div`,{className:`flex justify-end gap-2 pt-1`,children:[(0,s.jsx)(r.Button,{variant:`ghost`,size:`sm`,onClick:()=>p(!1),children:`Cancel`}),(0,s.jsxs)(r.Button,{size:`sm`,onClick:k,disabled:!j||S,className:`gap-1.5`,children:[S&&(0,s.jsx)(i.Loader2,{className:`h-3.5 w-3.5 animate-spin`}),`Create`]})]})]}),c&&(0,s.jsxs)(r.TabsContent,{value:`link`,className:`space-y-3 mt-0`,children:[(0,s.jsxs)(`div`,{className:`relative`,children:[(0,s.jsx)(i.Search,{className:`absolute left-2.5 top-1/2 -translate-y-1/2 h-3.5 w-3.5 text-muted-foreground`}),(0,s.jsx)(r.Input,{placeholder:`Search ${e}…`,value:v,onChange:e=>D(e.target.value),className:`h-8 text-sm pl-8`})]}),(0,s.jsx)(`div`,{className:`max-h-48 overflow-y-auto space-y-1`,children:w?(0,s.jsxs)(`div`,{className:`flex items-center justify-center py-4 text-sm text-muted-foreground`,children:[(0,s.jsx)(i.Loader2,{className:`h-4 w-4 animate-spin mr-2`}),`Searching…`]}):E.length===0?(0,s.jsx)(`p`,{className:`text-sm text-muted-foreground text-center py-4`,children:v?`No records found`:`Type to search records`}):E.map(e=>(0,s.jsxs)(`button`,{type:`button`,className:`w-full text-left px-3 py-2 rounded-md hover:bg-accent text-sm transition-colors`,onClick:()=>A(e.id),disabled:S,children:[(0,s.jsx)(`span`,{className:`font-medium`,children:e.label}),e.description&&(0,s.jsx)(`span`,{className:`block text-xs text-muted-foreground mt-0.5`,children:e.description})]},e.id))})]})]})})]}):(0,s.jsxs)(`div`,{className:(0,r.cn)(`flex gap-2`,d),children:[o&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:()=>{h(`create`),p(!0)},className:`gap-1.5`,children:[(0,s.jsx)(i.Plus,{className:`h-3.5 w-3.5`}),`New `,e]}),c&&(0,s.jsxs)(r.Button,{variant:`outline`,size:`sm`,onClick:()=>{h(`link`),p(!0)},className:`gap-1.5`,children:[(0,s.jsx)(i.Link,{className:`h-3.5 w-3.5`}),`Link Existing`]})]})};function Le(e){let t=e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/```([\s\S]*?)```/g,`<pre class="bg-muted rounded p-2 text-xs font-mono my-1 overflow-x-auto">$1</pre>`).replace(/`([^`]+)`/g,`<code class="bg-muted rounded px-1 py-0.5 text-xs font-mono">$1</code>`).replace(/\*\*(.+?)\*\*/g,`<strong>$1</strong>`).replace(/\*(.+?)\*/g,`<em>$1</em>`).replace(/@(\w+)/g,`<span class="text-primary font-medium">@$1</span>`).replace(/^- (.+)$/gm,`<li class="ml-4 list-disc">$1</li>`).replace(/\n/g,`<br/>`);return t=t.replace(/(<li[^>]*>.*?<\/li>(?:<br\/>)?)+/g,e=>`<ul class="my-1">${e.replace(/<br\/>/g,``)}</ul>`),t}var Re=({value:e,onChange:t,onSubmit:a,mentionSuggestions:o=[],placeholder:c,className:l,disabled:u=!1})=>{let{t:d}=C(),[f,p]=n.useState(!1),[m,h]=n.useState(!1),[g,_]=n.useState(``),[v,y]=n.useState(0),b=n.useRef(null),x=n.useMemo(()=>{if(!g)return o;let e=g.toLowerCase();return o.filter(t=>t.label.toLowerCase().includes(e))},[g,o]),S=n.useCallback((n,r=``)=>{let i=b.current;if(!i)return;let a=i.selectionStart,o=i.selectionEnd,s=e.slice(a,o);t(e.slice(0,a)+n+s+r+e.slice(o)),requestAnimationFrame(()=>{i.focus();let e=a+n.length+s.length;i.setSelectionRange(e,e)})},[e,t]),w=n.useCallback(()=>S(`**`,`**`),[S]),T=n.useCallback(()=>S(`*`,`*`),[S]),E=n.useCallback(()=>S(`
2
2
  - `,``),[S]),D=n.useCallback(()=>S("`","`"),[S]),O=n.useCallback(()=>{S(`@`,``),h(!0),_(``),y(0)},[S]),k=n.useCallback(n=>{let r=b.current;if(!r)return;let i=r.selectionStart,a=e.slice(0,i).lastIndexOf(`@`);a!==-1&&t(e.slice(0,a)+`@${n.label} `+e.slice(i)),h(!1),_(``),requestAnimationFrame(()=>r.focus())},[e,t]),A=n.useCallback(e=>{let n=e.target.value;t(n);let r=e.target.selectionStart,i=n.slice(0,r),a=i.lastIndexOf(`@`);if(a!==-1){let e=i.slice(a+1),t=a>0?i[a-1]:` `;if(/\s/.test(t)&&!/\s/.test(e)){h(!0),_(e),y(0);return}}h(!1)},[t]),j=n.useCallback(e=>{if(m&&x.length>0){if(e.key===`ArrowDown`){e.preventDefault(),y(e=>e<x.length-1?e+1:0);return}if(e.key===`ArrowUp`){e.preventDefault(),y(e=>e>0?e-1:x.length-1);return}if(e.key===`Enter`||e.key===`Tab`){e.preventDefault(),k(x[v]);return}if(e.key===`Escape`){h(!1);return}}e.key===`Enter`&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),a?.())},[m,x,v,k,a]);return(0,s.jsxs)(`div`,{className:(0,r.cn)(`border rounded-md`,l),children:[(0,s.jsxs)(`div`,{className:`flex items-center gap-0.5 px-2 py-1.5 border-b bg-muted/30`,children:[(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:w,disabled:u||f,title:d(`detail.bold`),children:(0,s.jsx)(i.Bold,{className:`h-3.5 w-3.5`})}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:T,disabled:u||f,title:d(`detail.italic`),children:(0,s.jsx)(i.Italic,{className:`h-3.5 w-3.5`})}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:E,disabled:u||f,title:d(`detail.listFormat`),children:(0,s.jsx)(i.List,{className:`h-3.5 w-3.5`})}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:D,disabled:u||f,title:d(`detail.inlineCode`),children:(0,s.jsx)(i.Code,{className:`h-3.5 w-3.5`})}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:O,disabled:u||f,title:d(`detail.mentionSomeone`),children:(0,s.jsx)(i.AtSign,{className:`h-3.5 w-3.5`})}),(0,s.jsx)(`div`,{className:`flex-1`}),(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:()=>p(!f),title:d(f?`detail.edit`:`detail.preview`),children:f?(0,s.jsx)(i.Edit,{className:`h-3.5 w-3.5`}):(0,s.jsx)(i.Eye,{className:`h-3.5 w-3.5`})}),a&&(0,s.jsx)(r.Button,{variant:`ghost`,size:`icon`,className:`h-7 w-7`,onClick:a,disabled:u||!e.trim(),title:d(`detail.submitComment`),children:(0,s.jsx)(i.Send,{className:`h-3.5 w-3.5`})})]}),(0,s.jsx)(`div`,{className:`relative`,children:f?(0,s.jsx)(`div`,{className:`min-h-[80px] px-3 py-2 text-sm prose prose-sm max-w-none`,dangerouslySetInnerHTML:{__html:Le(e)}}):(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(`textarea`,{ref:b,className:`w-full min-h-[80px] px-3 py-2 text-sm bg-transparent resize-none focus:outline-none placeholder:text-muted-foreground`,placeholder:c??d(`detail.writeComment`),value:e,onChange:A,onKeyDown:j,disabled:u}),m&&x.length>0&&(0,s.jsx)(`div`,{className:`absolute left-2 bottom-full mb-1 w-56 bg-popover border rounded-md shadow-md z-50 max-h-40 overflow-y-auto`,children:x.map((e,t)=>(0,s.jsxs)(`button`,{type:`button`,className:(0,r.cn)(`w-full text-left px-3 py-1.5 text-sm flex items-center gap-2 hover:bg-accent transition-colors`,t===v&&`bg-accent`),onMouseDown:t=>{t.preventDefault(),k(e)},children:[e.avatarUrl?(0,s.jsx)(`img`,{src:e.avatarUrl,alt:e.label,className:`h-5 w-5 rounded-full object-cover`}):(0,s.jsx)(`div`,{className:`h-5 w-5 rounded-full bg-muted flex items-center justify-center text-[10px] font-medium`,children:e.label.charAt(0).toUpperCase()}),(0,s.jsx)(`span`,{children:e.label})]},e.id))})]})})]})};function ze(e,t){if(e==null)return[`(empty)`];switch(t){case`json`:try{let t=typeof e==`string`?JSON.parse(e):e;return JSON.stringify(t,null,2).split(`
3
3
  `)}catch{return String(e).split(`
4
4
  `)}case`boolean`:return[String(!!e)];case`number`:return[String(e)];case`date`:try{return[new Date(e).toLocaleString()]}catch{return[String(e)]}default:return String(e).split(`
@@ -1 +1 @@
1
- {"version":3,"file":"RecordDetailDrawer.d.ts","sourceRoot":"","sources":["../../../../src/RecordDetailDrawer.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuBH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAuBnD,MAAM,WAAW,uBAAuB;IACtC,4CAA4C;IAC5C,IAAI,EAAE,OAAO,CAAC;IACd,oFAAoF;IACpF,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kEAAkE;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,mDAAmD;IACnD,UAAU,EAAE,MAAM,CAAC;IACnB,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,iEAAiE;IACjE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;KAAE,GAAG,IAAI,CAAC;IACvD;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,gEAAgE;IAChE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAKD,yEAAyE;AACzE,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,OAAO,EACP,KAAK,EACL,MAAM,EACN,UAAU,EACV,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,KAA0B,EAC1B,OAAW,EACX,YAAoC,EACpC,WAAW,EACX,QAAQ,EACR,SAAgB,EAChB,YAAY,GACb,EAAE,uBAAuB,2CAyMzB;AAED,eAAe,kBAAkB,CAAC;AAElC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAQjG"}
1
+ {"version":3,"file":"RecordDetailDrawer.d.ts","sourceRoot":"","sources":["../../../../src/RecordDetailDrawer.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuBH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAuBnD,MAAM,WAAW,uBAAuB;IACtC,4CAA4C;IAC5C,IAAI,EAAE,OAAO,CAAC;IACd,oFAAoF;IACpF,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kEAAkE;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,mDAAmD;IACnD,UAAU,EAAE,MAAM,CAAC;IACnB,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,iEAAiE;IACjE,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;KAAE,GAAG,IAAI,CAAC;IACvD;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,gEAAgE;IAChE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAKD,yEAAyE;AACzE,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,OAAO,EACP,KAAK,EACL,MAAM,EACN,UAAU,EACV,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,KAA0B,EAC1B,OAAW,EACX,YAAoC,EACpC,WAAW,EACX,QAAQ,EACR,SAAgB,EAChB,YAAY,GACb,EAAE,uBAAuB,2CA6MzB;AAED,eAAe,kBAAkB,CAAC;AAElC;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAQjG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-detail",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "DetailView plugin for Object UI - comprehensive detail page with sections, tabs, and related lists",
@@ -29,12 +29,12 @@
29
29
  "peerDependencies": {
30
30
  "react": "^18.0.0 || ^19.0.0",
31
31
  "react-dom": "^18.0.0 || ^19.0.0",
32
- "@object-ui/components": "^4.5.0",
33
- "@object-ui/core": "^4.5.0",
34
- "@object-ui/fields": "^4.5.0",
35
- "@object-ui/permissions": "^4.5.0",
36
- "@object-ui/react": "^4.5.0",
37
- "@object-ui/types": "^4.5.0"
32
+ "@object-ui/components": "^4.6.0",
33
+ "@object-ui/core": "^4.6.0",
34
+ "@object-ui/fields": "^4.6.0",
35
+ "@object-ui/permissions": "^4.6.0",
36
+ "@object-ui/react": "^4.6.0",
37
+ "@object-ui/types": "^4.6.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "19.2.14",
@@ -44,11 +44,11 @@
44
44
  "vite": "^8.0.13",
45
45
  "vite-plugin-dts": "^5.0.0",
46
46
  "vitest": "^4.1.6",
47
- "@object-ui/components": "4.5.0",
48
- "@object-ui/core": "4.5.0",
49
- "@object-ui/fields": "4.5.0",
50
- "@object-ui/react": "4.5.0",
51
- "@object-ui/types": "4.5.0"
47
+ "@object-ui/components": "4.6.0",
48
+ "@object-ui/core": "4.6.0",
49
+ "@object-ui/fields": "4.6.0",
50
+ "@object-ui/react": "4.6.0",
51
+ "@object-ui/types": "4.6.0"
52
52
  },
53
53
  "keywords": [
54
54
  "objectui",