@buildocsdev/sdk 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/README.md +13 -0
  2. package/dist/buildocslib.esm-7H4WK2QM.js +1 -0
  3. package/dist/chunk-7RKPIXVG.js +1 -0
  4. package/dist/chunk-EK7ODJWE.js +1 -0
  5. package/dist/chunk-EXE2TZP4.js +1 -0
  6. package/dist/chunk-FRAOYRZD.js +1 -0
  7. package/dist/chunk-GLSA7ZBG.js +1 -0
  8. package/dist/chunk-KMT3KKZP.js +1 -0
  9. package/dist/chunk-LBMVBVXW.js +1 -0
  10. package/dist/chunk-LQXFE73I.js +2 -0
  11. package/dist/chunk-NOHQQSA7.js +2 -0
  12. package/dist/chunk-OPK746DI.js +4 -0
  13. package/dist/chunk-SDIZEEZP.js +1 -0
  14. package/dist/chunk-SYCZSSRF.js +1 -0
  15. package/dist/chunk-TO4AS5KE.js +2 -0
  16. package/dist/chunk-U4T4ACDE.js +0 -0
  17. package/dist/chunk-UB4UI4WT.js +14 -0
  18. package/dist/chunk-X2F7ACCC.js +4 -0
  19. package/dist/chunk-XUX4HB5C.js +11 -0
  20. package/dist/datatable-JUVSEKE5.js +1 -0
  21. package/dist/fileviewer-47WRW232.css +1 -0
  22. package/dist/fileviewer-CW5UNGEV.js +1 -0
  23. package/dist/form.css +1 -0
  24. package/dist/form.d.ts +14 -0
  25. package/dist/form.js +1 -0
  26. package/dist/formeditor-UE4HC4V2.js +1 -0
  27. package/dist/formeditor-WIH4NSK4.css +1 -0
  28. package/dist/formeditor.css +1 -0
  29. package/dist/formeditor.d.ts +16 -0
  30. package/dist/formeditor.js +1 -0
  31. package/dist/imageviewer-UDUGX2II.js +32 -0
  32. package/dist/index.d.ts +1068 -0
  33. package/dist/index.esm-BDKPT66B.js +1 -0
  34. package/dist/index.esm-EQZLQZWV.js +1 -0
  35. package/dist/index.esm-JIDMKFSE.js +1 -0
  36. package/dist/index.js +2 -0
  37. package/dist/loadingcomponent-XO7SMUYB.js +1 -0
  38. package/dist/mdaviewer-K7TPDII4.js +2 -0
  39. package/dist/metafile-esm.json +1 -0
  40. package/dist/nopreviewer-GNJFARBH.js +1 -0
  41. package/dist/pdfviewer-45IJHO46.js +2 -0
  42. package/dist/providers/theme.css +1 -0
  43. package/dist/style.d.ts +1 -0
  44. package/dist/tabulator-SQ554EQC.js +1 -0
  45. package/dist/tabulator-TN7JIT3J.css +1 -0
  46. package/dist/ui/css/fonts.css +1 -0
  47. package/dist/ui/css/form.css +1 -0
  48. package/dist/ui/css/formcanvas.css +1 -0
  49. package/dist/ui/css/formeditor.css +1 -0
  50. package/dist/ui/css/office.css +1 -0
  51. package/dist/ui/css/tabulator.css +1 -0
  52. package/dist/ui/img/form-grid.png +0 -0
  53. package/dist/videopreviewer-CADOHSNG.js +1 -0
  54. package/dist/xlsxviewer-FA53RTSZ.js +1 -0
  55. package/dist/xlsxviewer-REJCVNUX.css +1 -0
  56. package/img/form-grid.png +0 -0
  57. package/package.json +325 -0
@@ -0,0 +1 @@
1
+ import {p}from'./chunk-UB4UI4WT.js';import'./chunk-TO4AS5KE.js';import'./chunk-EK7ODJWE.js';import {useState,useCallback}from'react';import h from'@mui/material/IconButton';import y from'@mui/material/Typography';import w from'@mui/icons-material/CloudDownloadOutlined';import {useTranslation}from'react-i18next';import {jsxs,jsx}from'react/jsx-runtime';var v=e=>{let r=window.atob(e),t=r.length,n=new Uint8Array(t);for(let o=0;o<t;o++)n[o]=r.charCodeAt(o);return new Blob([n],{type:"application/octet-stream"})},g=e=>{let{t:r}=useTranslation(),[t,n]=useState(false),o=useCallback(async(c,l,s,m)=>{if(!(l==null&&!s))if(l!==null&&!s){let u=v(l),i=document.createElement("a");i.href=URL.createObjectURL(u),i.download=c,document.body.appendChild(i),i.click(),document.body.removeChild(i);}else n(true),await m(),n(false);},[]);return jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"95vh",minWidth:300,textAlign:"center"},children:[jsx(y,{variant:"h5",sx:{mb:2},children:r("A preview is not available for this file type. Click below to download the document.")}),t&&jsx(p,{text:"",size:120,textVariant:"body2",variant:void 0}),!t&&jsx(h,{onPointerUp:()=>o(e.fileName,e.fileInbase64,e.enableChunkDownload,e.downloadByChunkAsync),sx:{fontSize:"3rem",p:2},children:jsx(w,{fontSize:"inherit"})})]})},S=g;export{S as default};
@@ -0,0 +1,2 @@
1
+ import {a}from'./chunk-7RKPIXVG.js';import {b}from'./chunk-LBMVBVXW.js';import {p}from'./chunk-UB4UI4WT.js';import'./chunk-TO4AS5KE.js';import'./chunk-EK7ODJWE.js';import {useState,useRef}from'react';import {pdfjs,Document,Page}from'react-pdf';import'react-pdf/dist/Page/TextLayer.css';import'react-pdf/dist/Page/AnnotationLayer.css';import U from'@mui/icons-material/ZoomIn';import A from'@mui/icons-material/ZoomOut';import O from'@mui/icons-material/RotateLeft';import j from'@mui/icons-material/RotateRight';import T from'@mui/material/Box';import i from'@mui/material/IconButton';import V from'@mui/icons-material/CloudDownloadOutlined';import {useTranslation}from'react-i18next';import {jsxs,jsx}from'react/jsx-runtime';pdfjs.GlobalWorkerOptions.workerSrc=`https://unpkg.com/pdfjs-dist@${pdfjs.version}/build/pdf.worker.min.mjs`;var M=c=>{let n=window.atob(c),a=n.length,l=new Uint8Array(a);for(let e=0;e<a;e++)l[e]=n.charCodeAt(e);return new Blob([l],{type:"application/pdf"})},N=({fileName:c,fileInbase64:n})=>{let[a$1,l]=useState(null),[e,f]=useState(1.5),[h,u]=useState(0),p$1=useRef(null),{events:P}=a(p$1),{viewPort:x}=b(),{t:g}=useTranslation(),I=()=>{f(e+.3);},L=()=>{e>.3&&f(e-.3);},R=()=>{u(t=>t+90);},S=()=>{u(t=>t-90);},B=({numPages:t})=>{l(t);},k=t=>{if(t==null)return;let s=M(t),r=document.createElement("a");r.href=URL.createObjectURL(s),r.download=c,document.body.appendChild(r),r.click(),document.body.removeChild(r);};return jsxs("div",{style:{display:"flex",height:"95vh",minWidth:300},children:[jsx("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",maxWidth:"4.3em"},children:jsxs("div",{style:{textAlign:"center"},children:[jsx(i,{onPointerUp:I,children:jsx(U,{fontSize:"large"})}),jsx(i,{onPointerUp:L,children:jsx(A,{fontSize:"large"})}),jsx(i,{onPointerUp:R,children:jsx(j,{fontSize:"large"})}),jsx(i,{onPointerUp:S,children:jsx(O,{fontSize:"large"})}),jsx(T,{sx:{mt:5}}),jsx(i,{onPointerUp:()=>k(n),children:jsx(V,{fontSize:"large"})})]})}),jsx("div",{ref:p$1,...P,style:{overflow:"auto",whiteSpace:"nowrap",display:"flex",justifyContent:x.isMobileDevice?"none":"center",width:"100%",height:"100vh",cursor:"grab"},children:jsx("div",{className:"pdf-viewer-isolate",children:jsx(Document,{file:{data:n?atob(n):void 0},onLoadSuccess:B,loading:jsx(p,{text:g("Loading file..."),size:120,textVariant:"body2",variant:void 0}),children:Array.from(new Array(a$1),(t,s)=>jsx(Page,{pageNumber:s+1,scale:e,rotate:h,renderTextLayer:false,renderAnnotationLayer:false,loading:jsx(p,{text:g("Loading file..."),size:120,textVariant:"body2",variant:void 0})},`page_${s+1}`))})})})]})},no=N;
2
+ export{no as default};
@@ -0,0 +1 @@
1
+ .bforms-themed .label-widget:not([style*=color]),.bforms-themed .text-widget:not([style*=color]),.bforms-themed .heading-widget:not([style*=color]),.bforms-themed .form-header>div:not([style*=color]),.bforms-themed p:not([style*=color]),.bforms-themed h1:not([style*=color]),.bforms-themed h2:not([style*=color]),.bforms-themed h3:not([style*=color]),.bforms-themed h4:not([style*=color]),.bforms-themed h5:not([style*=color]),.bforms-themed h6:not([style*=color]),.bforms-themed span:not(.MuiInputBase-input):not(.MuiButton-label):not([style*=color]),.bforms-themed div.label:not(.MuiFormLabel-root):not(.MuiInputLabel-root):not([style*=color]),.bforms-themed .rowSegment>div>div:not([style*=color]),.bforms-themed .row-container div:not(.MuiInputBase-root):not(.MuiFormControl-root):not(.MuiButton-root):not([style*=color]),.bforms-themed .react-tabs__tab:not([style*=color]),.bforms-themed .react-tabs__tab-list li:not([style*=color]){color:var(--bforms-text-primary, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .label-widget[style*="color: rgb(0, 0, 0)"],.bforms-themed .label-widget[style*="color:#000000"],.bforms-themed .label-widget[style*="color: #000000"],.bforms-themed .label-widget[style*="color: #000"],.bforms-themed .text-widget[style*="color: rgb(0, 0, 0)"],.bforms-themed .text-widget[style*="color:#000000"],.bforms-themed .text-widget[style*="color: #000000"],.bforms-themed .text-widget[style*="color: #000"],.bforms-themed .heading-widget[style*="color: rgb(0, 0, 0)"],.bforms-themed .heading-widget[style*="color:#000000"],.bforms-themed .heading-widget[style*="color: #000000"],.bforms-themed .heading-widget[style*="color: #000"],.bforms-themed .form-header>div[style*="color: rgb(0, 0, 0)"],.bforms-themed .form-header>div[style*="color:#000000"],.bforms-themed .form-header>div[style*="color: #000000"],.bforms-themed .form-header>div[style*="color: #000"],.bforms-themed .rowSegment>div>div[style*="color: rgb(0, 0, 0)"],.bforms-themed .rowSegment>div>div[style*="color:#000000"],.bforms-themed .rowSegment>div>div[style*="color: #000000"],.bforms-themed .rowSegment>div>div[style*="color: #000"],.bforms-themed .react-tabs__tab[style*="color: rgb(0, 0, 0)"],.bforms-themed .react-tabs__tab[style*="color:#000000"],.bforms-themed .react-tabs__tab[style*="color: #000000"],.bforms-themed .react-tabs__tab[style*="color: #000"],.bforms-themed .react-tabs__tab-list li[style*="color: rgb(0, 0, 0)"],.bforms-themed .react-tabs__tab-list li[style*="color:#000000"],.bforms-themed .react-tabs__tab-list li[style*="color: #000000"],.bforms-themed .react-tabs__tab-list li[style*="color: #000"]{color:var(--bforms-text-primary, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed input[type=text],.bforms-themed input[type=email],.bforms-themed input[type=password],.bforms-themed input[type=number],.bforms-themed input[type=tel],.bforms-themed input[type=url],.bforms-themed input[type=date],.bforms-themed input[type=time],.bforms-themed textarea,.bforms-themed select{background-color:var(--bforms-input-bg, #ffffff) !important;border-color:var(--bforms-input-border, #3498db) !important;color:var(--bforms-input-text, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed input[type=text]:focus,.bforms-themed input[type=email]:focus,.bforms-themed input[type=password]:focus,.bforms-themed input[type=number]:focus,.bforms-themed input[type=tel]:focus,.bforms-themed input[type=url]:focus,.bforms-themed input[type=date]:focus,.bforms-themed input[type=time]:focus,.bforms-themed textarea:focus,.bforms-themed select:focus{border-color:var(--bforms-primary-color, #2980b9) !important;outline-color:var(--bforms-primary-light, #3498db) !important}.bforms-themed input[type=text]:disabled,.bforms-themed input[type=email]:disabled,.bforms-themed input[type=password]:disabled,.bforms-themed input[type=number]:disabled,.bforms-themed input[type=tel]:disabled,.bforms-themed input[type=url]:disabled,.bforms-themed input[type=date]:disabled,.bforms-themed input[type=time]:disabled,.bforms-themed textarea:disabled,.bforms-themed select:disabled{background-color:var(--bforms-input-disabled-bg, #ffffff) !important;border-color:var(--bforms-input-disabled-border, #ecf0f1) !important;color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed button.MuiButton-contained,.bforms-themed .btn-primary,.bforms-themed .btn-contained,.bforms-themed input[type=submit],.bforms-themed input[type=button]{background:linear-gradient(135deg, var(--bforms-primary-light, #3498db) 0%, var(--bforms-primary-color, #2980b9) 100%) !important;color:#fff !important;border-color:var(--bforms-primary-color, #2980b9) !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed button.MuiButton-contained:hover,.bforms-themed .btn-primary:hover,.bforms-themed .btn-contained:hover,.bforms-themed input[type=submit]:hover,.bforms-themed input[type=button]:hover{background:linear-gradient(135deg, var(--bforms-primary-color, #2980b9) 0%, var(--bforms-primary-dark, #1f5f96) 100%) !important}.bforms-themed button.MuiButton-outlined,.bforms-themed .btn-outlined{background:transparent !important;color:var(--bforms-primary-color, #2980b9) !important;border-color:var(--bforms-primary-color, #2980b9) !important;border-width:1px !important;border-style:solid !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed button.MuiButton-outlined:hover,.bforms-themed .btn-outlined:hover{background:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.08)) !important;border-color:var(--bforms-primary-dark, #1f5f96) !important;color:var(--bforms-primary-dark, #1f5f96) !important}.bforms-themed .MuiButton-root,.bforms-themed button{font-family:var(--bforms-font-family, inherit) !important}.bforms-themed label.MuiInputLabel-root:not(.MuiInputLabel-shrink):not(.Mui-focused),.bforms-themed .MuiFormLabel-root:not(.MuiInputLabel-shrink),.bforms-themed .MuiInputLabel-root:not(.MuiInputLabel-shrink):not(.Mui-focused){color:var(--bforms-text-secondary, #7f8c8d) !important}.bforms-themed .MuiInputLabel-root.Mui-focused{color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiInputLabel-root.MuiInputLabel-shrink:not(.Mui-focused),.bforms-themed .MuiFormLabel-root.MuiInputLabel-shrink:not(.Mui-focused),.bforms-themed .MuiInputLabel-root.MuiFormLabel-filled:not(.Mui-focused){color:var(--bforms-input-border, #3498db) !important}.bforms-themed label.Mui-disabled,.bforms-themed .MuiFormLabel-root.Mui-disabled,.bforms-themed .MuiInputLabel-root.Mui-disabled{color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed input::placeholder,.bforms-themed textarea::placeholder,.bforms-themed .MuiInputBase-input::placeholder{color:var(--bforms-text-secondary, #7f8c8d) !important;opacity:.7 !important}.bforms-themed input[type=checkbox]:checked,.bforms-themed input[type=radio]:checked{accent-color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiTextField-root input,.bforms-themed .MuiInputBase-root input,.bforms-themed .MuiInputBase-input,.bforms-themed .MuiOutlinedInput-input,.bforms-themed .MuiFilledInput-input,.bforms-themed .MuiInput-input{background-color:var(--bforms-input-bg, #ffffff) !important;color:var(--bforms-input-text, #2c3e50) !important}.bforms-themed .MuiInputBase-input.Mui-disabled,.bforms-themed .MuiOutlinedInput-input.Mui-disabled{background-color:var(--bforms-input-disabled-bg, #ffffff) !important;color:var(--bforms-input-disabled-text, #bdc3c7) !important;-webkit-text-fill-color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed .MuiOutlinedInput-root fieldset,.bforms-themed .MuiOutlinedInput-notchedOutline,.bforms-themed .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:var(--bforms-input-border, #3498db) !important}.bforms-themed .MuiOutlinedInput-root:hover fieldset,.bforms-themed .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiOutlinedInput-root.Mui-focused fieldset,.bforms-themed .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiOutlinedInput-root:not(.Mui-focused):not(.Mui-error) fieldset,.bforms-themed .MuiOutlinedInput-root:not(.Mui-focused):not(.Mui-error) .MuiOutlinedInput-notchedOutline{border-color:var(--bforms-input-border, #3498db) !important}.bforms-themed .MuiSelect-select{background-color:var(--bforms-input-bg, #ffffff) !important;color:var(--bforms-input-text, #2c3e50) !important}.bforms-themed .MuiSelect-select.Mui-disabled{background-color:var(--bforms-input-disabled-bg, #ffffff) !important;color:var(--bforms-input-disabled-text, #bdc3c7) !important;-webkit-text-fill-color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed .MuiSelect-icon{color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiSelect-icon.Mui-disabled{color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed .MuiIconButton-root,.bforms-themed .MuiPickersCalendarHeader-switchViewButton,.bforms-themed .MuiPickersArrowSwitcher-button{color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiIconButton-root.Mui-disabled{color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed .MuiAutocomplete-popupIndicator{color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiAutocomplete-popupIndicator.Mui-disabled{color:var(--bforms-input-disabled-text, #bdc3c7) !important}.bforms-themed .MuiAutocomplete-clearIndicator{color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiMenuItem-root{background-color:var(--bforms-input-bg, #ffffff) !important;color:var(--bforms-input-text, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .MuiMenuItem-root:hover{background-color:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.08)) !important}.bforms-themed .MuiMenuItem-root.Mui-selected{background-color:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.12)) !important;color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .MuiMenuItem-root.Mui-selected:hover{background-color:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.16)) !important}.bforms-themed .MuiMenu-paper,.bforms-themed .MuiPopover-paper{background-color:var(--bforms-input-bg, #ffffff) !important}.bforms-themed .MuiFormHelperText-root.Mui-error{color:#d32f2f !important}.bforms-themed .MuiInputLabel-root.Mui-error{color:#d32f2f !important}.bforms-themed .MuiOutlinedInput-root.Mui-error fieldset{border-color:#d32f2f !important}.bforms-themed .MuiOutlinedInput-root.Mui-error:hover fieldset{border-color:#d32f2f !important}.bforms-themed .MuiOutlinedInput-root.Mui-error.Mui-focused fieldset{border-color:#d32f2f !important}.bforms-themed .MuiTableCell-root,.bforms-themed .MuiTableCell-head,.bforms-themed .MuiTableCell-body,.bforms-themed .MuiTable-root th,.bforms-themed .MuiTable-root td{font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .MuiTypography-root{font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .tabulator,.bforms-themed .tabulator-col-title,.bforms-themed .tabulator-header,.bforms-themed .tabulator-headers,.bforms-themed .tabulator-col,.bforms-themed .tabulator-cell,.bforms-themed .tabulator-row,.bforms-themed .tabulator-table{font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .tabulator-cell.tabulator-editing,.bforms-themed .tabulator-cell.tabulator-focused,.bforms-themed .tabulator-row.tabulator-selected,.bforms-themed .tabulator-row.tabulator-selectable:hover{background-color:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.08)) !important}.bforms-themed .tabulator-cell.tabulator-editing{border-color:var(--bforms-primary-color, #2980b9) !important;outline:1px solid var(--bforms-primary-color, #2980b9) !important}.bforms-themed .tabulator-row.tabulator-selected{background-color:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.12)) !important}.bforms-themed .pdf-viewer-isolate,.bforms-themed .pdf-viewer-isolate *{color:inherit !important;font-family:inherit !important;background-color:transparent !important;background:transparent !important}.bforms-themed .pdf-viewer-isolate{color:initial !important;font-family:initial !important}.bforms-themed .pdf-viewer-isolate .react-pdf__Page__textContent{color:transparent !important;font-family:sans-serif !important}.bforms-themed div[role=presentation][tabindex="0"]{border:2px dashed var(--bforms-input-border, #3498db) !important;border-radius:8px !important;background:var(--bforms-input-bg, #ffffff) !important;padding:1rem !important;transition:all .2s ease !important}.bforms-themed div[role=presentation][tabindex="0"]:hover{border-color:var(--bforms-primary-color, #2980b9) !important;background:rgba(52, 152, 219, 0.02) !important}.bforms-themed div[role=presentation]>div>div:last-child{border:2px dashed var(--bforms-input-border, #3498db) !important;border-radius:8px !important;padding:3rem 1rem !important;background:transparent !important;transition:all .2s ease !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important}.bforms-themed div[role=presentation]:hover>div>div:last-child{border-color:var(--bforms-primary-color, #2980b9) !important;background:rgba(52, 152, 219, 0.03) !important}.bforms-themed div[role=presentation] svg[data-testid=CloudUploadIcon]{color:var(--bforms-primary-color, #2980b9) !important;width:56px !important;height:56px !important;display:block !important;margin:0 auto !important;transition:all .2s ease !important}.bforms-themed div[role=presentation]:hover svg[data-testid=CloudUploadIcon]{transform:scale(1.05) !important;color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed div[role=presentation]>div>div:last-child>div{width:100% !important;text-align:center !important}.bforms-themed div[role=presentation] p{color:var(--bforms-text-primary, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.9375rem !important;font-weight:500 !important;margin:1rem 0 0 0 !important;text-align:center !important}.bforms-themed .thumbsContainer{display:grid !important;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr)) !important;gap:.75rem !important;margin-bottom:1rem !important}.bforms-themed .thumbContainer{position:relative !important;border-radius:8px !important;overflow:visible !important}.bforms-themed .thumbInner{position:relative !important;border:1px solid var(--bforms-input-border, #3498db) !important;border-radius:8px !important;background:var(--bforms-input-bg, #ffffff) !important;transition:all .2s ease !important;overflow:hidden !important;height:inherit}.bforms-themed .thumbInner:hover{border-color:var(--bforms-primary-color, #2980b9) !important;box-shadow:0 2px 8px rgba(41, 128, 185, 0.15) !important}.bforms-themed .thumbInner>div:first-child{background:rgba(0, 0, 0, 0.75) !important;padding:.75rem !important;border-radius:8px 8px 0 0 !important}.bforms-themed .ellipsis-container{color:#fff !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.8125rem !important;font-weight:500 !important;line-height:1.3 !important}.bforms-themed .thumbInner p:not(.ellipsis-container){color:rgba(255, 255, 255, 0.85) !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.6875rem !important;font-weight:400 !important}.bforms-themed .thumbInner button{min-width:32px !important;min-height:32px !important;padding:.375rem !important;margin:0 .25rem !important;border:1px solid rgba(255, 255, 255, 0.3) !important;border-radius:6px !important;background:rgba(255, 255, 255, 0.1) !important;transition:all .2s ease !important}.bforms-themed .thumbInner button:hover{background:rgba(255, 255, 255, 0.25) !important;border-color:rgba(255, 255, 255, 0.5) !important}.bforms-themed .thumbInner button svg{color:#fff !important}.bforms-themed .thumbInner button[title=Delete]:hover{background:rgba(211, 47, 47, 0.9) !important;border-color:#d32f2f !important}.bforms-themed .thumbInner button[title=Download]:hover{background:var(--bforms-primary-color, #2980b9) !important;border-color:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .thumbInner svg[data-testid=PictureAsPdfSharpIcon],.bforms-themed .thumbInner>div:last-child svg{color:var(--bforms-primary-color, #2980b9) !important;width:64px !important;height:64px !important}.bforms-themed .rCorner,.bforms-themed .lCorner{display:none !important}.bforms-themed .upload-progress,.bforms-themed .file-progress{position:relative !important;height:6px !important;background-color:rgba(52, 152, 219, 0.15) !important;border-radius:10px !important;overflow:hidden !important;margin-top:.75rem !important}.bforms-themed .upload-progress-bar,.bforms-themed .file-progress-bar{height:100% !important;background:linear-gradient(90deg, var(--bforms-primary-light, #3498db) 0%, var(--bforms-primary-color, #2980b9) 100%) !important;border-radius:10px !important;transition:width .4s cubic-bezier(0.4, 0, 0.2, 1) !important;position:relative !important;overflow:hidden !important}.bforms-themed .upload-progress-bar::after,.bforms-themed .file-progress-bar::after{content:"" !important;position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;animation:progress-shimmer 1.5s infinite !important}@keyframes progress-shimmer{0%{transform:translateX(-100%) !important}100%{transform:translateX(100%) !important}}.bforms-themed .progress-text,.bforms-themed .file-progress-text{display:block !important;margin-top:.5rem !important;color:var(--bforms-text-secondary, #7f8c8d) !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.75rem !important;font-weight:600 !important;text-align:center !important}.bforms-themed .dropzone.disabled,.bforms-themed .file-uploader-dropzone.disabled,.bforms-themed .dropzone[disabled],.bforms-themed .file-uploader-dropzone[disabled]{border-color:var(--bforms-input-disabled-border, #ecf0f1) !important;background-color:var(--bforms-input-disabled-bg, #ffffff) !important;cursor:not-allowed !important;opacity:.6 !important}.bforms-themed .attached-files-container,.bforms-themed [data-widget=attached_files],.bforms-themed .file-attachments{display:flex !important;flex-direction:column !important;gap:.75rem !important;font-family:var(--bforms-font-family, inherit) !important}.bforms-themed .attached-files-list{display:flex !important;flex-direction:column !important;gap:.5rem !important;max-height:300px !important;overflow-y:auto !important}.bforms-themed .attached-file-item,.bforms-themed .file-attachment-item{display:flex !important;align-items:center !important;justify-content:space-between !important;padding:.75rem 1rem !important;border:1px solid var(--bforms-input-border, #3498db) !important;border-radius:8px !important;background:linear-gradient(135deg, var(--bforms-input-bg, #ffffff) 0%, rgba(52, 152, 219, 0.02) 100%) !important;transition:all .2s ease !important;cursor:pointer !important}.bforms-themed .attached-file-item:hover,.bforms-themed .file-attachment-item:hover{border-color:var(--bforms-primary-color, #2980b9) !important;background:linear-gradient(135deg, var(--bforms-input-bg, #ffffff) 0%, rgba(52, 152, 219, 0.05) 100%) !important;box-shadow:0 2px 8px rgba(41, 128, 185, 0.15) !important;transform:translateY(-1px) !important}.bforms-themed .attached-file-info{display:flex !important;align-items:center !important;gap:.75rem !important;flex:1 !important;min-width:0 !important}.bforms-themed .attached-file-icon{display:flex !important;align-items:center !important;justify-content:center !important;width:40px !important;height:40px !important;border-radius:6px !important;background:linear-gradient(135deg, var(--bforms-primary-color, #2980b9) 0%, var(--bforms-primary-light, #3498db) 100%) !important;color:#fff !important;font-size:1.25rem !important;flex-shrink:0 !important}.bforms-themed .attached-file-details{display:flex !important;flex-direction:column !important;gap:.25rem !important;overflow:hidden !important}.bforms-themed .attached-file-name{color:var(--bforms-text-primary, #2c3e50) !important;font-family:var(--bforms-font-family, inherit) !important;font-weight:500 !important;font-size:.875rem !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;line-height:1.4 !important}.bforms-themed .attached-file-meta{color:var(--bforms-text-secondary, #7f8c8d) !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.75rem !important;line-height:1.2 !important}.bforms-themed .attached-file-actions{display:flex !important;align-items:center !important;gap:.5rem !important;flex-shrink:0 !important}.bforms-themed .attached-file-actions button,.bforms-themed .attached-file-action-btn{min-width:32px !important;height:32px !important;padding:.25rem !important;border:none !important;border-radius:6px !important;background:transparent !important;color:var(--bforms-primary-color, #2980b9) !important;cursor:pointer !important;transition:all .2s ease !important;display:flex !important;align-items:center !important;justify-content:center !important}.bforms-themed .attached-file-actions button:hover,.bforms-themed .attached-file-action-btn:hover{background:var(--bforms-primary-color, #2980b9) !important;color:#fff !important;transform:scale(1.1) !important}.bforms-themed .attached-file-download:hover{background:var(--bforms-primary-color, #2980b9) !important}.bforms-themed .attached-file-delete,.bforms-themed .attached-file-actions button[aria-label*=delete],.bforms-themed .attached-file-actions button[data-action=delete]{color:#d32f2f !important}.bforms-themed .attached-file-delete:hover,.bforms-themed .attached-file-actions button[aria-label*=delete]:hover,.bforms-themed .attached-file-actions button[data-action=delete]:hover{background:#d32f2f !important;color:#fff !important}.bforms-themed .attached-files-upload-btn{display:flex !important;align-items:center !important;justify-content:center !important;gap:.5rem !important;padding:.75rem 1.5rem !important;border:2px dashed var(--bforms-input-border, #3498db) !important;border-radius:8px !important;background:var(--bforms-input-bg, #ffffff) !important;color:var(--bforms-primary-color, #2980b9) !important;font-family:var(--bforms-font-family, inherit) !important;font-weight:500 !important;font-size:.875rem !important;cursor:pointer !important;transition:all .2s ease !important}.bforms-themed .attached-files-upload-btn:hover{border-color:var(--bforms-primary-color, #2980b9) !important;background:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.05)) !important;transform:translateY(-1px) !important;box-shadow:0 2px 8px rgba(41, 128, 185, 0.15) !important}.bforms-themed .attached-files-upload-btn:active{transform:translateY(0) !important;box-shadow:0 1px 3px rgba(41, 128, 185, 0.1) !important}.bforms-themed .attached-files-empty{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;padding:2rem !important;border:2px dashed var(--bforms-input-border, #3498db) !important;border-radius:8px !important;background:var(--bforms-input-bg, #ffffff) !important;color:var(--bforms-text-secondary, #7f8c8d) !important;font-family:var(--bforms-font-family, inherit) !important;text-align:center !important}.bforms-themed .attached-files-empty-icon{font-size:3rem !important;color:var(--bforms-input-border, #3498db) !important;margin-bottom:.5rem !important;opacity:.5 !important}.bforms-themed .attached-files-empty-text{font-size:.875rem !important;line-height:1.5 !important}.bforms-themed .attached-files-count{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:24px !important;height:24px !important;padding:0 .5rem !important;border-radius:12px !important;background:var(--bforms-primary-color, #2980b9) !important;color:#fff !important;font-family:var(--bforms-font-family, inherit) !important;font-size:.75rem !important;font-weight:600 !important;line-height:1 !important}.bforms-themed .attached-files-compact{padding:.25rem .5rem !important;font-size:.75rem !important}.bforms-themed .attached-files-compact .attached-file-item{padding:.5rem !important;border-radius:6px !important}.bforms-themed .attached-files-compact .attached-file-icon{width:32px !important;height:32px !important;font-size:1rem !important}.bforms-themed .attached-files-compact .attached-file-name{font-size:.75rem !important}.bforms-themed .attached-files-compact .attached-file-meta{font-size:.625rem !important}.bforms-themed .attached-file-loading{opacity:.6 !important;pointer-events:none !important}.bforms-themed .attached-file-loading::after{content:"" !important;position:absolute !important;top:50% !important;left:50% !important;width:20px !important;height:20px !important;margin:-10px 0 0 -10px !important;border:2px solid var(--bforms-primary-color, #2980b9) !important;border-right-color:transparent !important;border-radius:50% !important;animation:attached-file-spin .6s linear infinite !important}@keyframes attached-file-spin{to{transform:rotate(360deg) !important}}.bforms-themed div[role=presentation][tabindex="0"]{border:1px dashed var(--bforms-input-border, #3498db) !important}.bforms-themed div[role=presentation]>div>div:last-child{border:1px dashed var(--bforms-input-border, #3498db) !important}.bforms-themed .attached-files-upload-btn{border:1px dashed var(--bforms-input-border, #3498db) !important}.bforms-themed .attached-files-empty{border:1px dashed var(--bforms-input-border, #3498db) !important}.bforms-themed .thumbInner>div[style*="position: absolute"]{background:rgba(255, 255, 255, 0.95) !important}.bforms-themed .thumbInner .ellipsis-container{color:var(--bforms-text-primary, #2c3e50) !important}.bforms-themed .thumbInner>div[style*="position: absolute"] p{color:var(--bforms-text-secondary, #7f8c8d) !important}.bforms-themed .thumbInner button{background:var(--bforms-primary-hover-bg, rgba(41, 128, 185, 0.1)) !important;border:1px solid var(--bforms-primary-light, rgba(52, 152, 219, 0.3)) !important;border-radius:4px !important;transition:all .2s ease !important;opacity:1 !important}.bforms-themed .thumbInner button svg{color:var(--bforms-primary-color, #2980b9) !important;transition:color .2s ease !important}.bforms-themed .thumbInner button:hover{background:var(--bforms-primary-color, #2980b9) !important;border-color:var(--bforms-primary-color, #2980b9) !important;transform:scale(1.1) !important}.bforms-themed .thumbInner button:hover svg{color:#fff !important}.bforms-themed .thumbInner button[title=Delete]:hover{background:#d32f2f !important;border-color:#d32f2f !important}.bforms-themed .thumbInner button{margin:0 .5rem 0 0 !important}.bforms-themed .thumbInner button:last-child{margin-right:0 !important}.bforms-themed .thumbInner svg path,.bforms-themed .thumbInner>div:last-child svg path{stroke-width:0 !important}.bforms-themed .thumbInner svg[data-testid=PictureAsPdfSharpIcon],.bforms-themed .thumbInner>div:last-child svg{width:48px !important;height:48px !important}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ import {a as a$2,b as b$2,c}from'./chunk-GLSA7ZBG.js';import {a as a$1}from'./chunk-EXE2TZP4.js';import {Q,P,g}from'./chunk-XUX4HB5C.js';import'./chunk-U4T4ACDE.js';import {b as b$1}from'./chunk-LBMVBVXW.js';import {p}from'./chunk-UB4UI4WT.js';import {a,d,e,q,n,O}from'./chunk-TO4AS5KE.js';import {b}from'./chunk-EK7ODJWE.js';import {lazy,memo,useRef,useState,useEffect}from'react';import {withTranslation,useTranslation}from'react-i18next';import {useLocation}from'react-router-dom';import {LocalizationProvider,DateTimePicker,DatePicker}from'@mui/x-date-pickers';import Ot from'@mui/material/TextField';import X from'react-dom/client';import {AdapterDayjs}from'@mui/x-date-pickers/AdapterDayjs';import Et from'@mui/material/Tooltip';import ae from'@mui/material/Box';import ie from'@mui/material/Button';import Wt from'@mui/material/MenuList';import Gt from'@mui/material/MenuItem';import qt from'@mui/material/Paper';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import {nanoid}from'@reduxjs/toolkit';import se from'react-dom/server';import'react-tabulator/lib/styles.css';import'react-tabulator/css/bootstrap/tabulator_bootstrap.min.css';import'react-tabulator/lib/css/bootstrap/tabulator_bootstrap.min.css';var T=b(a()),Ft=b(a$1()),Rt=b(a$2());var Xt=({cellElement:s,cell:t,actionHandler:o})=>{let {t:e}=useTranslation();t.getRow().getPosition();let i=s.getBoundingClientRect(),m=i.bottom+window.scrollY,a=i.left+window.scrollX;return jsx(qt,{style:{position:"absolute",top:m+"px",left:a+"px",zIndex:2e3,minWidth:"150px"},children:jsx(Wt,{children:jsxs(Gt,{onClick:()=>o(t),children:[jsx(O,{style:{fontSize:"1em",marginRight:"0.5em"}})," ",e("Delete")]})})})},Ct=Xt;var L=class s{static convertToVariables(t){let o={};for(let e in t)if(t.hasOwnProperty(e)&&(typeof t[e]=="string"||typeof t[e]=="number")){let n=Number(t[e]);isNaN(n)||(o[e]=n);}return o}static formulaHasFieldName(t,o){if(t.operands){for(let e of t.operands)if(typeof e=="string"&&e===o||typeof e=="object"&&s.formulaHasFieldName(e,o))return true}return false}static parseExpression(t){t=t.replace(/\s+/g,"");let o=/\(([^()]+)\)/;for(;o.test(t);)t=t.replace(o,(i,m)=>{let a=s.parseExpression(m.trim());return `@${JSON.stringify(a)}`});let n=s.tokenize(t).map(i=>i.startsWith("@")?JSON.parse(i.substring(1)):i);return s.parseTokens(n)}static tokenize(t){let o=[],e="",n=false,i=0;for(let m=0;m<t.length;m++){let a=t[m];if(a==="@"&&t[m+1]==="{"&&(e&&(o.push(e),e=""),n=true,i=0),n){e+=a,a==="{"?i++:a==="}"&&(i--,i===0&&(o.push(e),e="",n=false));continue}if("+-*/()".includes(a)){e&&(o.push(e),e=""),o.push(a);continue}e+=a;}return e&&o.push(e),o}static parseTokens(t){if(t.length===1){let a=t[0];if(typeof a=="string"){let u=parseFloat(a);return isNaN(u)?{operands:[a]}:{value:u}}if(typeof a=="object")return a}let o={"+":1,"-":1,"*":2,"/":2},e=1/0,n=-1;if(t.forEach((a,u)=>{if(typeof a=="string"&&a in o){let d=a;o[d]<=e&&(e=o[d],n=u);}}),n===-1)throw new Error(`Invalid expression: no operator found in tokens ${JSON.stringify(t)}`);let i=t.slice(0,n),m=t.slice(n+1);if(i.length===0||m.length===0)throw new Error(`Invalid expression: operator without operands in tokens ${JSON.stringify(t)}`);return {operator:t[n],operands:[s.parseTokens(i),s.parseTokens(m)]}}static evaluateFormula(t,o){if(t.value!==void 0)return t.value;let{operator:e,operands:n}=t;if(!e||!n||n.length!==2)throw new Error("Invalid parsed formula");let[i,m]=n.map(a=>{if(typeof a=="object"&&a.operands&&a.operands.length===1&&(a=a.operands[0]),typeof a=="string")return o[a]||0;if(typeof a=="number")return a;if(typeof a=="object")return s.evaluateFormula(a,o);throw new Error(`Unsupported operand type: ${JSON.stringify(a)}`)});switch(e){case "+":return i+m;case "-":return i-m;case "*":return i*m;case "/":return i/m;default:throw new Error(`Unsupported operator: ${e}`)}}static convertValuesToStrings(t){return t.map(o=>{let e={};for(let[n,i]of Object.entries(o))e[n]=i===void 0?"":String(i);return e})}static buildDependencyGraph(t){let o={};for(let e in t)if(Object.prototype.hasOwnProperty.call(t,e)){let n=t[e],i=[],m=a=>{a.forEach(u=>{typeof u=="string"?i.push(u):typeof u=="object"&&"operands"in u&&u.operands&&m(u.operands);});};n.operands&&m(n.operands),o[e]=i;}return o}static topologicalSort(t){let o=new Set,e=[],n=i=>{o.has(i)||(o.add(i),(t[i]||[]).forEach(n),e.push(i));};return Object.keys(t).forEach(n),e}};var ue=se.renderToStaticMarkup(jsx(d,{}));T.default.extend(Ft.default);T.default.extend(Rt.default);if(typeof window!="undefined"&&window.ResizeObserver){let s=window.ResizeObserver;window.ResizeObserver=class extends s{constructor(t){let o;super((e,n)=>{cancelAnimationFrame(o),o=requestAnimationFrame(()=>t(e,n));});}};}var ce=lazy(()=>import('react-tabulator').then(s=>({default:s.ReactTabulator}))),me=s=>{var o;if(!s.properties.folders)return null;var t=(o=s.context.params.folderData)==null?void 0:o.captions;return t==null||t.length===0?null:(t=t.slice(1),jsx("span",{style:{display:"flex",alignItems:"center"},children:t.map((e$1,n)=>jsxs("span",{style:{display:"inline-flex",alignItems:"center"},children:[e$1,n<t.length-1&&jsx(e,{style:{margin:"0 8px",fontSize:"0.6rem",color:"#666"}})]},n))}))},de=(s,t,o,e,n,i,m,a)=>{let u=document.createElement("div"),d=null,f=s.getValue(),D=f?(0, T.default)(f):null,x=null,E=false,F=()=>{let r=null;if(E&&x!==null){if(x.trim()===""){e(),d&&d.unmount();return}if(r=(0, T.default)(x),!r.isValid()){let p=["DD.MM.YYYY","YYYY-MM-DD","MM/DD/YYYY","DD/MM/YYYY","M/D/YYYY","D/M/YYYY"];for(let R of p)if(r=(0, T.default)(x,R),r.isValid())break}(!r||!r.isValid())&&(r=D);}else r=D;r&&r.isValid()?(m.current=a,o(r.format("YYYY-MM-DD"))):f?o(f):e(),d&&d.unmount();},y=r=>{D=r;},b=r=>{D=r,E=false,F();},H=r=>{x=r.target.value,E=true;},w=jsx("div",{onMouseDown:r=>{r.stopPropagation();},children:jsx(LocalizationProvider,{dateAdapter:AdapterDayjs,adapterLocale:i,children:jsx(DatePicker,{value:(0, T.default)(f),onAccept:b,onChange:y,slots:{actionBar:()=>null,textField:r=>jsx(Ot,{...r,onChange:p=>{r.onChange&&r.onChange(p),H(p);},sx:{"& .MuiOutlinedInput-root":{fontSize:"13px",border:"none"},"& .MuiOutlinedInput-notchedOutline":{border:"none"},"& .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline":{border:"none"}}})}})})});return t(()=>{d||(d=X.createRoot(u),d.render(w));}),u.addEventListener("blur",r=>{setTimeout(()=>{u.contains(document.activeElement)||F();},200);}),u.addEventListener("keydown",r=>{if(r.key==="Tab"||r.key==="Enter"){r.preventDefault();let p=u.querySelector('input[type="text"]');p&&E&&(x=p.value),F();}}),u},fe=(s,t,o,e,n,i,m,a)=>{let u=document.createElement("div"),d=null,f=s.getValue(),D=f?(0, T.default)(f):null,x=null,E=false,F=()=>{let r=null;if(E&&x!==null){if(x.trim()===""){e(),d&&d.unmount();return}if(r=(0, T.default)(x),!r.isValid()){let p=["DD.MM.YYYY HH:mm:ss","DD.MM.YYYY HH:mm","YYYY-MM-DD HH:mm:ss","YYYY-MM-DD HH:mm","YYYY-MM-DDTHH:mm:ss","MM/DD/YYYY HH:mm:ss","MM/DD/YYYY HH:mm","DD/MM/YYYY HH:mm:ss","DD/MM/YYYY HH:mm"];for(let R of p)if(r=(0, T.default)(x,R),r.isValid())break}if(!r||!r.isValid()){let p=["HH:mm:ss","HH:mm"];for(let R of p){let k=(0, T.default)(x,R,true);if(k.isValid()){r=(f?(0, T.default)(f):(0, T.default)()).hour(k.hour()).minute(k.minute()).second(k.second());break}}}(!r||!r.isValid())&&(r=D);}else r=D;r&&r.isValid()?(m.current=a,o(r.format("YYYY-MM-DDTHH:mm:ss"))):f?o(f):e(),d&&d.unmount();},y=r=>{D=r;},b=r=>{D=r,E=false,F();},H=r=>{x=r.target.value,E=true;},w=jsx("div",{onMouseDown:r=>{r.stopPropagation();},children:jsx(LocalizationProvider,{dateAdapter:AdapterDayjs,adapterLocale:i,children:jsx(DateTimePicker,{value:f?(0, T.default)(f):null,onAccept:b,onChange:y,ampm:false,slots:{actionBar:()=>null,textField:r=>jsx(Ot,{...r,onChange:p=>{r.onChange&&r.onChange(p),H(p);},sx:{"& .MuiOutlinedInput-root":{fontSize:"13px",border:"none"},"& .MuiOutlinedInput-notchedOutline":{border:"none"},"& .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline":{border:"none"}}})}})})});return t(()=>{d||(d=X.createRoot(u),d.render(w));}),u.addEventListener("blur",r=>{setTimeout(()=>{u.contains(document.activeElement)||F();},200);}),u.addEventListener("keydown",r=>{if(r.key==="Tab"||r.key==="Enter"){r.preventDefault();let p=u.querySelector('input[type="text"]');p&&E&&(x=p.value),F();}}),u},ge=(s,t,o,e)=>{var m;if(!s.alloweditrow||s.readonly===true)return;let n=(m=t.item_columntype)!=null?m:"freetext";t.item_columntype||(t.item_isdate===true?n="date":t.item_isdatetime===true?n="datetime":t.item_ischeckbox===true?n="checkbox":t.item_isprice===true?n="price":n="freetext");return n==="datetime"?(a,u,d,f,D)=>fe(a,u,d,f,D,o.current,e,s.name):n==="date"?(a,u,d,f,D)=>de(a,u,d,f,D,o.current,e,s.name):t.item_editor==="number"||n==="price"||n==="number"?"number":t.item_editor==="checkbox"||n==="checkbox"?"tickCross":"input"},ye=(s,t,o,e,n)=>{let i=s.getElement();i.style.backgroundColor="#f0f0f0",i.style.color="#555",i.style.pointerEvents="none";},Yt=(s,t,o,e,n,i)=>{var F;let m=(y,b,H)=>{if(!(H==="price"))return `<div class="tabulator-text">${y||""}</div>`;let w=e.item_format==="fixed-locale",p=w&&e.item_fixedlocale||n.current||void 0,R=b!==void 0&&b[e.item_inputfield]?b[e.item_inputfield]:e.item_currency,k=e.item_format==="locale"?g(n.current):void 0,A=w?g(e.item_fixedlocale||""):void 0,W=String(R!=null?R:""),K=W&&W.trim()!==""?W.trim():k!=null?k:A;try{let P,Q=e.item_currencydisplay||(w?"symbol":"");return K&&Q!==""?P=new Intl.NumberFormat(p,{style:"currency",currency:K,currencyDisplay:Q,minimumFractionDigits:2,maximumFractionDigits:2}).format(y||0):P=new Intl.NumberFormat(p,{style:"decimal",minimumFractionDigits:2,maximumFractionDigits:2}).format(y||0),`<div class="tabulator-text">${P}</div>`}catch(P){return `<div class="tabulator-text">${(y||0).toFixed(2)}</div>`}};if(!t.alloweditrow)return;let a=(F=e.item_columntype)!=null?F:"freetext";e.item_columntype||(e.item_isdate===true?a="date":e.item_isdatetime===true?a="datetime":e.item_ischeckbox===true?a="checkbox":e.item_isprice===true||e.item_format==="locale"||e.item_format==="fixed-locale"?a="price":a="freetext");let u=e.item_readonly||i==="totals",d=a==="price",f=a==="number",D=a==="date",x=a==="datetime",E=a==="checkbox";return u?y=>{ye(y,t,e,n.current);let b=y.getValue();return i==="totals"&&(!e.item_bottomcalc||b==="")?"":m(b,o,a)}:x?y=>pe(y,n.current)||"":D?y=>be(y,n.current)||"":E?"tickCross":d?y=>{let b=y.getValue();return m(b,o,a)}:f?y=>{let b=y.getValue();if(b==null||b==="")return '<div class="tabulator-text"></div>';let H=parseFloat(b);return isNaN(H)?`<div class="tabulator-text">${b}</div>`:`<div class="tabulator-text">${H.toLocaleString(n.current||void 0,{minimumFractionDigits:0,maximumFractionDigits:10})}</div>`}:y=>`<div class="tabulator-text">${y.getValue()||""}</div>`},be=(s,t)=>{let o=s.getValue();if(!o)return "";try{let e=(0,T.default)(o);return t&&c(t)?e.locale(t).format("L"):(t&&!c(t)&&b$2(t).catch(n=>{}),e.format("L"))}catch(e){return (0, T.default)(o).format("YYYY-MM-DD")}},pe=(s,t)=>{let o=s.getValue();if(!o)return "";try{let e=(0,T.default)(o);return t&&c(t)?e.locale(t).format("L LT"):(t&&!c(t)&&b$2(t).catch(n=>{}),e.format("L LT"))}catch(e){return (0, T.default)(o).format("YYYY-MM-DD HH:mm")}},he=(s,t)=>{if(s.alloweditrow&&t.item_editor==="checkbox")return {allowEmpty:true,crossElement:false,tickElement:ue}},Lt=withTranslation()(memo(function(t){var mt;let{runFormEvent:o,viewPort:e}=b$1(),n$1=useRef(null),i=useRef(null),m=useRef(null),[a,u]=useState(false),[d,f]=useState([]),[D,x]=useState([]),[E,F]=useState([]),[y,b]=useState(0),{t:H,i18n:z}=useTranslation(),w=(mt=z==null?void 0:z.language)==null?void 0:mt.substring(0,2),r=useRef(w!=null?w:""),p$1=useLocation(),[R,k]=useState(false),A=useRef(t.context.formData||{});useEffect(()=>{w&&b$2(w).catch(c=>{});},[w]),useEffect(()=>{if(r.current=w!=null?w:"",n$1.current)try{n$1.current.redraw(!0);}catch(c){}},[w]),useEffect(()=>{let c=()=>{n$1.current&&!e.isMobileDevice&&n$1.current.redraw();};return window.addEventListener("resize",c),()=>{window.removeEventListener("resize",c);}},[]),useEffect(()=>{A.current=t.context.formData||{};let c=t.context.formData?t.context.formData[t.properties.name]:null;f(c?JSON.parse(c):[]);},[t.context.formData]),useEffect(()=>{var c;if(R&&n$1.current!=null){let M=(c=n$1.current)==null?void 0:c.getData();A.current&&(A.current[t.properties.name]=JSON.stringify(M)),k(false);}},[R]),useEffect(()=>((async()=>{var c,M;t.context.enableEventHandlers?await o({pluginCode:t.context.params.pluginCode,formCode:t.context.params.formCode,guid:t.context.params.guid,projectGuid:t.context.params.pGuid,pGuid:t.context.params.pGuid,widgetContext:JSON.stringify({referer:p$1.pathname,parentWidgetId:jt,hasParentForm:P.hasParentForm(),originator:(c=t.context.params)==null?void 0:c.originator,parent:t.context.params,folderData:(M=t.context.params)==null?void 0:M.folderData}),widgetEvent:Q.onTableEditDataLoad,widgetName:t.properties.name.toLowerCase(),formData:t.context.formData}).then(C=>{if(C.meta.requestStatus==="fulfilled"){let h={...C.payload};if(Object.keys(h).length===0)return;let v=h.data[t.properties.name];h.widgetData.length===0&&v!==void 0&&v!==null&&v.length>0?f(JSON.parse(v)):h.widgetData.length>0&&f(Object.values(h.widgetData)),u(true);}}):u(true);})(),()=>{if(n$1.current){try{typeof n$1.current.destroy=="function"&&n$1.current.destroy();}catch(c){}n$1.current=null;}}),[]);let W=c=>{var M,C;if(n$1.current){let h=c.getRow().getData()._id,Y=((M=n$1.current)==null?void 0:M.getData()).filter(_=>_._id!==h);(C=n$1.current)==null||C.setData(Y),k(true);}},K=(c,M)=>{if(P$1(t.properties))return;let C=document.querySelector(".menu-container");C&&C.remove();let h=document.createElement("div");h.className="menu-container",document.body.appendChild(h);let v=X.createRoot(h);v.render(jsx(Ct,{cellElement:c,cell:M,actionHandler:_=>{v.unmount(),h.remove(),document.removeEventListener("click",Y),W(_);}}));let Y=_=>{h.contains(_.target)||(v.unmount(),h.remove(),document.removeEventListener("click",Y));};document.addEventListener("click",Y);};useEffect(()=>{let c;(()=>{c=t.methodProvider.findWidgetItem(t.id);let C=[];c.item.properties.datasource.columns&&(c.item.properties.datasource.columns||[]).map(l=>{C[l[1]]=l[0];});let h=[];(c.item._children||[]).map(({properties:l})=>{l.item_name.toString()!==""&&l.item_increment&&h.push(l.item_name);}),F(h);let v=[];v.push({title:"",field:"remove",headerHozAlign:"center",hozAlign:"center",vertAlign:"middle",width:"1",formatter:l=>{let O=document.createElement("div");return O.style.cursor="pointer",O.style.color="#C0C0C0",O.style.fontSize="0.9rem",O.style.textAlign="center",X.createRoot(O).render(jsx(n,{})),O.addEventListener("click",B=>{B.stopPropagation();let $=l.getElement();K($,l);}),O}});let Y={},_={},I={},dt=100,ft=false;c.item._children.forEach(({properties:l})=>{dt+=parseInt(l.item_minsize,10)||0,l.item_bottomcalc&&(ft=true);}),b(dt),(c.item._children||[]).map(({properties:l})=>{var O,nt;if(l.item_name.toString()!==""){let B=l.item_title.split("!!!"),$=B.length>1&&B[0]||null,rt=B.length>1?B[1]:l.item_title;l.item_formula!=null&&l.item_formula.trim()!==""&&(_[l.item_name]=l.item_formula,I[l.item_name]=L.parseExpression(_[l.item_name]));let gt={cellEdited:S=>{let G=S.getField();k(true);let ot=(V,N)=>{let Z=L.buildDependencyGraph(I),at=L.topologicalSort(Z);at.forEach(tt=>{let yt=I[tt];if(yt){let Nt=N.getData(),At=L.evaluateFormula(yt,L.convertToVariables(Nt));V!==tt&&(N.update({[tt]:parseFloat(At.toFixed(2)).toFixed(2)}));}});};for(let V in I)if(Object.prototype.hasOwnProperty.call(I,V)){let N=I[V];if(N&&typeof N=="object"&&L.formulaHasFieldName(N,G)){let Z=S.getRow();if(Z){let at=S.getRow().getData(),it=L.evaluateFormula(N,L.convertToVariables(at));Z.update({[V]:parseFloat(it.toFixed(2)).toFixed(2)});}}}ot(G,S.getRow());},editor:ge(t.properties,l,r,m),editable:!t.properties.readonly&&!l.item_readonly,field:l.item_name,formatter:Yt(n$1,t.properties,t.context.formData,l,r,"body"),formatterParams:he(t.properties,l),title:rt,titleFormatter:l.item_displaytooltip?()=>{let S=document.createElement("div");return X.createRoot(S).render(jsx(Et,{title:rt,arrow:true,children:jsx("span",{style:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",display:"block"},children:rt})})),S}:void 0,cssClass:!t.properties.readonly&&!l.item_readonly?"tabulator-ellipsis":"tabulator-readonly",minWidth:parseInt(l.item_minsize,10)||void 0,headerHozAlign:(O=l.style.item_textalign)!=null?O:"center",hozAlign:(nt=l.style.item_ctextalign)!=null?nt:"center",vertAlign:"middle",bottomCalc:S=>l.item_bottomcalc?S.reduce((G,ot)=>{let V=parseFloat(String(ot).replace(",","."));return G+(isNaN(V)?0:V)},0):"",bottomCalcFormatter:ft?Yt(n$1,t.properties,t.context.formData,l,r,"totals"):void 0,headerSort:l.item_enablesorting};$?(Y[$]||(Y[$]=[]),Y[$].push(gt)):v.push(gt);}}),Object.entries(Y).forEach(([l,O])=>{v.push({title:l,columns:O,cssClass:t.properties.readonly?"tabulator-readonly":"tabulator-ellipsis"});}),x(v),u(true);})();},[t.properties,t.context.params.guid]),useEffect(()=>{n$1.current&&(n$1.current.setColumns(D),n$1.current.redraw());},[D]);let P$1=c=>!!(c.readonly&&!c.ignorereadonly);function Q$1(c){let M=C=>C.reduce((h,v)=>{var Y,_;if(v.field&&(h[v.field]="",E.includes(v.field))){let I=(_=(Y=n$1.current)==null?void 0:Y.getDataCount())!=null?_:0;I!==void 0&&(h[v.field]=String(I+1));}return v.columns&&Array.isArray(v.columns)&&Object.assign(h,M(v.columns)),h},{});return {_id:nanoid(11),...M(c)}}let Ht=()=>jsx(Et,{title:H("Add New"),children:jsx("span",{children:jsx(ie,{disabled:P$1(t.properties),color:"primary",style:{marginRight:"5px"},onClick:()=>{n$1.current&&n$1.current.addRow(Q$1(D));},variant:"outlined",children:jsx(q,{})})})}),{hideaddbutton:It,folders:St,visible:Vt}=t.properties,{tabId:jt}=t;if(!Vt)return null;if(!a)return jsx(p,{text:"",size:40,textVariant:"body2",variant:void 0});let zt={minHeight:t.properties.height,movableRows:false,movableColumns:false,rowHeight:40,layout:"fitColumns"},Pt=()=>{document.querySelectorAll(".tabulator-header-contents > br").forEach(C=>C.remove());document.querySelectorAll(".tabulator-footer");};return jsxs(Fragment,{children:[St&&jsx("div",{style:{paddingBottom:"0.8rem",fontSize:"0.85rem",color:"#666",marginLeft:"0.2rem"},children:me(t)}),jsxs("div",{style:{padding:10,paddingBottom:0,overflowX:"auto"},ref:i,children:[jsx(ae,{sx:{paddingBottom:1,paddingTop:1,paddingRight:1},children:!It&&jsx(Ht,{})}),jsx(ce,{onRef:c=>n$1.current=c==null?void 0:c.current,data:d,columns:D,options:zt,events:{tableBuilt:Pt},className:"tabulator",style:{marginBottom:0,minWidth:y+"px"}})]})]})}));Lt.displayName="_Tabulator";var on=Lt;export{on as TabulatorTable};
@@ -0,0 +1 @@
1
+ .tabulator-header{position:sticky;top:0;z-index:1;background-color:#f5f5f5}.tabulator .tabulator-col-group{text-align:center;font-weight:700}.tabulator .tabulator-col-title{text-align:center}
@@ -0,0 +1 @@
1
+
@@ -0,0 +1 @@
1
+ input,textarea{border:1px solid #e7e7e7;outline:none;line-height:1.5em}textarea{width:100%;resize:none;border-radius:5px}.form-checkbox{width:1.2em;height:1.2em}.form-radio{width:1.2em;height:1.2em}.form-control{border:1px solid #d5d5d5}.form-control:disabled,.form-control[readonly]{background-color:#f2f2f2;opacity:1;border:1px solid #ebebeb}.btn{font-size:15px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:active,.btn:focus,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-outline-primary{color:#428bca;background-color:rgba(0,0,0,0);border:1px solid #428bca}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid rgba(0,0,0,0);border-radius:4px}.btn:hover,.btn:focus{text-decoration:none}*,*:focus,*:focus-visible{--tw-ring-shadow: 0 0 #0000 !important;--tw-ring-offset-shadow: 0 0 #0000 !important}.MuiTableFooter-root .MuiTableCell-footer{position:sticky !important;bottom:0 !important;z-index:2 !important;background-color:#f0f4ff !important;border-top:2px solid #b0c0e8 !important;font-weight:700 !important;font-size:.82rem !important;color:#1a3a6b !important}.tabulator-readonly{color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabulator-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabulator-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.tabulator-cell input[type=checkbox]{appearance:none;width:26px;height:26px;border:2px solid red;border-radius:3px;background-color:blue;cursor:pointer;position:relative}.tabulator-cell input[type=checkbox]:checked::after{content:"";position:absolute;top:2px;left:5px;width:12px;height:16px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:#ddddd9;border-radius:6px}::-webkit-scrollbar-track:hover{background-color:#f1f1f1}::-webkit-scrollbar-thumb:hover{background-color:#636363}::-webkit-scrollbar-corner{background-color:#e0e0e0}::-webkit-scrollbar-track:active{background-color:#ccc}.thumbContainer{height:max(140px,10vh + 40px) !important}.thumbInner{position:relative !important}.thumbInner img{width:100%;height:100%;object-fit:cover}.adsk-viewing-viewer.dark-theme{height:95% !important}
@@ -0,0 +1 @@
1
+ #main-content-wrapper{width:100%}.formeditor-layout{height:fit-content;display:flex;flex-direction:row}.formeditor-layout .left-sidebar .sidebar-scroll{background-color:#fff}.viewHolder{display:flex;margin:-10px -10px 0px -10px;height:calc(100% + 20px)}.viewHolder ul{padding-left:.2rem;padding-right:.1rem}.foldersHolder{min-width:250px}#formCanvas{border-radius:5px;border:1px solid #d3d3d3}.top-border-radius{border-top-right-radius:5px;border-top-left-radius:5px}.bottom-border-radius{border-bottom-left-radius:5px;border-bottom-right-radius:5px}#formCanvas .form-header{min-height:45px;line-height:45px;font-weight:bold;font-size:17px;display:flex;background-color:#f7f7f7;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;letter-spacing:normal;box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formeditor-controls{padding:10px;display:flex}.formeditor-controls button{width:100px;margin:7px;flex:auto;background-color:#fff;color:#428bca}.formeditor-layout #formCanvas .form-container{height:100vh;overflow-y:auto}#formCanvas .form-container{min-height:500px;height:100%;letter-spacing:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:normal}#formCanvas .form-container *{letter-spacing:normal;font-weight:inherit}#formCanvas .form-container .grid-image{background:none}#formCanvas .form-container .grid-transparent{background:#f3f3f3}#formCanvas .form-container .form-container{display:flex;flex-direction:column;min-height:inherit;width:-webkit-fill-available;width:-moz-available;width:stretch;border-bottom-left-radius:15px;border-bottom-right-radius:15px}#formCanvas .form-container .row-container{display:flex;flex-direction:row;min-height:30px;padding:5px;padding-bottom:0px;width:-webkit-fill-available;width:-moz-available;width:stretch}@media(max-width: 780px){#formCanvas .form-container .row-container{flex-wrap:wrap}}#formCanvas .form-container .row-container .rowSegment{flex:1;background-color:#fff;min-height:30px;line-height:30px;padding:3px}#formCanvas .form-container .row-container .rowSegment:last-child{border-right:0px}#formCanvas .form-container .form-widget:hover{background-color:#fff}#formCanvas .form-label-widget{width:-webkit-fill-available;width:-moz-available;width:stretch;min-height:30px;padding:5px}#formCanvas .form-button-widget{width:-webkit-fill-available;width:-moz-available;width:stretch;min-height:30px;padding:5px;text-align:center}#formCanvas .form-table-widget{width:-webkit-fill-available;width:-moz-available;width:stretch;min-height:30px;margin:5px}#formCanvas .form-container input[type=text]{width:100%}.MuiTableCell-root{text-wrap:unset !important}#formCanvas .form-table-widget .tableCell{min-height:30px;line-height:30px;border:1px solid #aaa;border-bottom:0px;flex:1;padding-left:3px;background-color:#fff}.form-textinput-widget,.form-textarea-widget,.form-selectbox-widget,.form-checkbox-widget,.form-radio-widget,.form-fileuploader,.form-placeholder{width:-webkit-fill-available;width:-moz-available;width:stretch;min-height:30px;padding:0px 5px;color:#a1a1a1}.form-checkbox-widget{padding:1px 5px}.form-textinput-widget{max-height:30px}.form-selectbox-widget{padding:0px;max-height:30px}.form-selectbox-widget div{background-color:rgba(0,0,0,0) !important}.form-checkbox-widget,.form-radio-widget{font-size:19px;max-height:30px}#formCanvas .form-tab-widget{padding:8px;padding-bottom:5px;background-color:#fff}#formCanvas .form-fileuploader,.form-placeholder{text-align:center}#formCanvas .react-tabs__tab--selected{border-color:#d3d3d3}#formCanvas .form-tab-widget .react-tabs__tab-list{margin:0px;border-bottom:1px solid #d3d3d3}#formCanvas .form-tab-widget .react-tabs__tab-list li{margin-bottom:1px}#formCanvas .form-tab-widget .react-tabs__tab-panel{border:1px solid #d3d3d3;border-top:0px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding-bottom:5px}#formCanvas .react-tabs__tab:focus,.react-tabs__tab--selected{box-shadow:none;border-color:#d3d3d3;outline:none}#formCanvas .react-tabs__tab:focus:after,.react-tabs__tab--selected:after{content:"" !important;position:absolute;height:5px;left:0px;right:0px;background:#fff;bottom:-5px}.widget-highlight{border:1px dashed rgba(0,170,255,.3)}#formCanvas .form-container .activeContainerWidget{border-left:3px solid #58fc00}#formCanvas .form-container .activeWidget{border:1px dashed #58fc00}#formCanvas .form-control{line-height:1.5;font-size:inherit;padding:.275rem .55rem;border-radius:.3125rem}#formCanvas .form-group{margin-bottom:0px}#formCanvas .visibilityOff{display:none}.formeditor-container .formwidget{display:inline-flex}
@@ -0,0 +1 @@
1
+ :root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}b,strong{font-weight:bolder}small{font-size:0.875em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code{font-family:var(--bs-font-monospace);font-size:1em}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(10.4, 88, 202.4);--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);--bs-btn-hover-border-color: rgb(20, 108, 67.2);--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(20, 108, 67.2);--bs-btn-active-border-color: rgb(18.75, 101.25, 63);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(255, 202.3, 44.2);--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(255, 205.4, 56.6);--bs-btn-active-border-color: rgb(255, 199.2, 31.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(187, 45.05, 58.65);--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(176, 42.4, 55.2);--bs-btn-active-border-color: rgb(165, 39.75, 51.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.form-label{margin-bottom:.5rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb), 0.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.dropdown,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-end{--bs-position: end}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-end{--bs-position: end}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-end{--bs-position: end}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-end{--bs-position: end}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-end{--bs-position: end}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-end{--bs-position: end}}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}#main-content-wrapper{width:100%}input{--tw-ring-shadow: 0 0 #000 !important}.formeditor-layout{height:fit-content;display:flex;flex-direction:row}#left-sidebar-wrapper{display:flex;height:100vh;border-right:1px solid #e0e0e0}.formeditor-layout .left-sidebar .sidebar-scroll{background-color:#fff}#formeditorCanvas{border:1px solid #d3d3d3;border-radius:5px}.top-border-radius{border-top-right-radius:5px;border-top-left-radius:5px}.bottom-border-radius{border-bottom-left-radius:5px;border-bottom-right-radius:5px}#formeditorCanvas .formeditor-header{min-height:45px;line-height:45px;font-weight:bold;font-size:17px;padding-left:5px;background-color:#f7f7f7;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;letter-spacing:normal;box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formeditor-controls{padding:10px;display:flex;position:sticky;bottom:0;background-color:#fff;z-index:1}.formeditor-controls button{width:100px;margin:7px;flex:auto;background-color:#fff;color:#428bca;border:1px solid}#formeditorCanvas .formeditor-container{background:#fff url("../img/form-grid.png") !important;border-top:1px solid #edede7;min-height:500px;height:100vh;overflow:auto;letter-spacing:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:normal}#formeditorCanvas .formeditor-container *{letter-spacing:normal;font-weight:inherit}#formeditorCanvas .formeditor-container .separatorBorderHighlight{border-top:3px solid rgb(0,255,.3) !important}#formeditorCanvas .formeditor-container .grid-image{background:#fff url("../img/form-grid.png") !important}#formeditorCanvas .formeditor-container .grid-transparent{background:#f3f3f3}#formeditorCanvas .formeditor-container .form-container{display:flex;flex-direction:column;min-height:inherit;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;border-bottom-left-radius:15px;border-bottom-right-radius:15px;padding-bottom:10px}#formeditorCanvas .formeditor-container .row-container{display:flex;flex-direction:row;min-height:30px;padding:5px;margin:5px 5px 0px 5px;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;border:1px solid #edede7}#formeditorCanvas .formeditor-container .row-container:hover{border-left:8px solid rgb(0,255,.3)}@media(max-width: 780px){#formeditorCanvas .formeditor-container .row-container{flex-wrap:wrap}}#formeditorCanvas .formeditor-container .row-container .rowSegment{flex:1;border-right:1px solid #edede7;background-color:#fff;min-height:30px;line-height:30px}#formeditorCanvas .formeditor-container .row-container .highlightItem{background-color:rgb(0,255,.3)}#formeditorCanvas .formeditor-container .row-container .rowSegment:hover{border-left:8px solid rgb(0,255,.3)}#formeditorCanvas .formeditor-container .row-container .rowSegment:last-child{border-right:0px}#formeditorCanvas .formeditor-container .tableCell .highlightItem{background-color:rgb(0,255,.3)}#formeditorCanvas .formeditor-container .tableCell:hover{background-color:rgb(0,255,.3);border-left:8px solid rgb(0,255,.3)}#formeditorCanvas .formeditor-container .form-widget:hover{background-color:#fff}#formeditorCanvas .form-label-widget{width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;min-height:30px;border:1px dashed rgba(0,170,255,.7);padding:0px 5px}#formeditorCanvas .form-label-widget:hover{border:1px dashed #0386c7}#formeditorCanvas .form-button-widget{width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;border:1px dashed rgba(0,170,255,.7);padding:0px 5px;text-align:center}#formeditorCanvas .form-button-widget:hover{border:1px dashed #0386c7}#formeditorCanvas .form-table-widget{width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;min-height:30px;border:1px dashed rgba(0,170,255,.7);padding:5px;margin:5px}#formeditorCanvas .formeditor-container .form-table-widget:hover{border-left:8px solid rgb(0,255,.3)}#formeditorCanvas .form-table-widget .tableCell{min-height:30px;line-height:30px;border:1px solid #aaa;border-bottom:0px;flex:1;padding-left:3px;background-color:#fff}#formeditorCanvas .form-textinput-widget,#formeditorCanvas .form-textarea-widget,#formeditorCanvas .form-selectbox-widget,#formeditorCanvas .form-fileuploader,#formeditorCanvas .form-placeholder{width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;min-height:30px;border:1px dashed rgba(0,170,255,.7);padding:0px 5px;color:#a1a1a1}#formeditorCanvas .form-textinput-widget:hover,#formeditorCanvas .form-textarea-widget:hover,#formeditorCanvas .form-selectbox-widget:hover,#formeditorCanvas .form-checkbox-widget:hover,#formeditorCanvas .form-radio-widget:hover,#formeditorCanvas .form-table-widget .tableCell:hover,#formeditorCanvas .form-fileuploader:hover,#formeditorCanvas .form-placeholder:hover{border:1px solid #0386c7}#formeditorCanvas .form-textinput-widget{max-height:30px}#formeditorCanvas .form-selectbox-widget{padding:0px;max-height:30px}#formeditorCanvas .form-selectbox-widget div{background-color:rgba(0,0,0,0) !important}#formeditorCanvas .form-checkbox-widget,#formeditorCanvas .form-radio-widget{font-size:19px;max-height:30px;padding:3px;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch;min-height:30px;border:1px dashed rgba(0,170,255,.7);color:#a1a1a1}#formeditorCanvas .form-tab-widget{padding:5px;margin:5px 5px 0px 5px;background-color:#fff}#formeditorCanvas .form-fileuploader,.form-placeholder{text-align:center}#formeditorCanvas .react-tabs__tab--selected{border-color:#edede7}#formeditorCanvas .form-tab-widget .react-tabs__tab-list{margin:0px;border-bottom:1px solid #edede7}#formeditorCanvas .form-tab-widget .react-tabs__tab-list li{margin-bottom:1px}#formeditorCanvas .form-tab-widget .react-tabs__tab-panel{border-bottom:1px solid #edede7;padding-bottom:5px}#formeditorCanvas .react-tabs__tab:focus{box-shadow:none;border-color:#aaa;outline:none}#formeditorCanvas .react-tabs__tab:focus:after{content:"" !important;position:absolute;height:5px;left:0px;right:0px}#formeditorCanvas .formeditor-container .form-tab-widget:hover{border-left:8px solid rgb(0,255,.3)}.widget-highlight{border:1px dashed rgb(0,255,.3)}#formeditorCanvas .formeditor-container .activeContainerWidget{border-left:3px solid rgb(0,255,.3)}#formeditorCanvas .formeditor-container .activeWidget{border:1px dashed rgb(0,255,.3)}.formeditor-menu{display:flex;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:14px;letter-spacing:normal}.formeditor-menu div.properties-container .grid-container>div.disabledElement{background-color:#f2f2f2}.formeditor-menu div.properties-container .grid-container>div.disabledElement>input[type=text]:disabled,.formeditor-menu div.properties-container .grid-container>div.disabledElement>input[type=text][readonly]{background-color:#f2f2f2 !important}.formeditor-menu div.widgets-container .disabledElement{color:#d0d0d0}.formeditor-menu div.widgets-container .disabledElement:hover{border:none !important}.formeditor-menu>div{flex:1}.formeditor-menu div.widgets-container{text-align:center;flex-grow:1;min-width:50px;padding:8px 4px;background-color:#fafafa}.formeditor-menu div.widgets-container div{height:42px;line-height:42px}.formeditor-menu div.widgets-container .formwidget{border:1px solid #e0e0e0;background-color:#fff;margin:0 4px 8px 4px;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.formeditor-container .formwidget{display:inline-flex}.formeditor-menu div.widgets-container .formwidget:hover{border:1px solid #428bca;background-color:#f8fbff;box-shadow:0 2px 6px rgba(66,139,202,.15);transform:translateY(-1px)}.formeditor-menu div.widgets-container .formwidget svg{display:inline-flex;font-size:20px;color:#555}.formeditor-menu div.widgets-container .formwidget:hover svg{color:#428bca}.formeditor-menu div.properties-container{flex-grow:10;min-height:400px;min-width:332px;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.formeditor-menu div.properties-container .grid-container{display:grid;grid-template-columns:125px auto;line-height:1.2;overflow-y:auto}.formeditor-menu div.properties-container .grid-container>div{background-color:#fff;border:1px solid #e0e0e0;border-left:none;border-top:0;text-align:left;font-size:13px}.formeditor-menu div.properties-container .grid-container>div span.elwrapper{padding:7px 3px 5px 3px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.formeditor-menu div.properties-container .grid-container>div span.caption{font-weight:700}.formeditor-menu div.properties-container .grid-container .propvalue-container{color:gray}.formeditor-menu div.properties-container .grid-container>div.header{grid-column-start:1;grid-column-end:3;color:#27567e;text-align:center;padding:3px;line-height:40px}.formeditor-menu div.properties-container .grid-container>div.item-header{padding-top:20px}.formeditor-menu div.properties-container .grid-container>div.propvalue-container>input[type=text]{outline:0;height:28px;vertical-align:text-top;border:0;margin-left:1px;width:100%;color:gray;font-size:13px;padding-left:0;width:-moz-available;width:-webkit-stretch;width:-webkit-fill-available;width:stretch}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .muicc-colorpicker-button{width:20px;height:20px;min-width:20px;align-items:center}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .ColorPicker-MuiInputBase-input{color:gray;font-size:13px;height:20px}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .removeWidgetButtonHolder{flex-grow:1;text-align:center;border-left:1px solid #e0e0e0;line-height:35px;font-size:13px;min-width:30px}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .removeWidgetButtonHolder:hover{cursor:pointer}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .removeWidgetButtonHolder>svg{display:inline-flex}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .removeWidgetButton{color:#767676}.formeditor-menu div.properties-container .grid-container>div.propvalue-container .removeWidgetButton:hover{color:#015e89}.formeditor-menu div.properties-container .grid-container>div.header .removeWidgetButtonHolder{cursor:pointer}.formeditor-menu div.properties-container .grid-container>div.header .removeWidgetButton{color:#767676}.formeditor-menu div.properties-container .grid-container>div.header .removeWidgetButton:hover{color:#015e89;cursor:pointer}.formeditor-menu div.properties-container .grid-container>div input[type=checkbox]{outline:0;height:19px;width:19px;border:1px solid #767676;margin-top:6px;margin-left:3px}.formeditor-menu div.properties-container .grid-container>div input[type=checkbox]:focus{border:2px solid #b3b3b3}.formeditor-menu div.properties-container .grid-container>div .dropdown{outline:0;height:28px;vertical-align:text-top;border:0;width:100%}.tableQueryBuilder.h3{font-size:1.25rem}
@@ -0,0 +1 @@
1
+ #officedoc-previewer .document-container{padding:30px;width:900px;background:#fff;margin:auto}#officedoc-previewer{text-align:left;max-width:900px}#officedoc-previewer body,#officedoc-previewer div,#officedoc-previewer dt,#officedoc-previewer form,#officedoc-previewer frame,#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6,#officedoc-previewer ol,#officedoc-previewer p,#officedoc-previewer ul,#officedoc-previewer center,#officedoc-previewer dir,#officedoc-previewer hr,#officedoc-previewer menu{display:block;unicode-bidi:embed;white-space:pre-wrap}#officedoc-previewer head{display:none}#officedoc-previewer table{display:table}#officedoc-previewer img{width:100%}#officedoc-previewer tr{display:table-row}#officedoc-previewer col{display:table-column}#officedoc-previewer caption{display:table-caption}#officedoc-previewer caption{text-align:center}#officedoc-previewer body{margin:8px}#officedoc-previewer h3{font-size:1.17em;margin:.83em 0}#officedoc-previewer h4,#officedoc-previewer p,#officedoc-previewer ul,#officedoc-previewer form,#officedoc-previewer ol,#officedoc-previewer dir,#officedoc-previewer menu{margin:1.12em 0}#officedoc-previewer h5{font-size:.83em;margin:1.5em 0}#officedoc-previewer h6{font-size:.75em;margin:1.67em 0}#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6,#officedoc-previewer b,#officedoc-previewer strong{font-weight:bolder}#officedoc-previewer i,#officedoc-previewer var,#officedoc-previewer address{font-style:italic}#officedoc-previewer code{font-family:monospace}#officedoc-previewer button,#officedoc-previewer textarea,#officedoc-previewer input,#officedoc-previewer select{display:inline-block}#officedoc-previewer small{font-size:.83em}#officedoc-previewer table{border-spacing:2px}#officedoc-previewer tr{vertical-align:inherit}#officedoc-previewer s{text-decoration:line-through}#officedoc-previewer hr{border:1px inset}#officedoc-previewer ol,#officedoc-previewer ul,#officedoc-previewer dir,#officedoc-previewer menu{margin-left:40px}#officedoc-previewer ol{list-style-type:decimal}#officedoc-previewer ol ul,#officedoc-previewer ol ul,#officedoc-previewer ul ol,#officedoc-previewer ul ol,#officedoc-previewer ul ul,#officedoc-previewer ul ul,#officedoc-previewer ol ol,#officedoc-previewer ol ol{margin-top:0;margin-bottom:0}#officedoc-previewer u{text-decoration:underline}#officedoc-previewer br:before{content:"\a";white-space:pre-line}#officedoc-previewer center{text-align:center}#officedoc-previewer :link,#officedoc-previewer :visited{text-decoration:underline}#officedoc-previewer :focus{outline:thin dotted invert}@media print{#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6{page-break-after:avoid}#officedoc-previewer ul,#officedoc-previewer ol{page-break-before:avoid}}
@@ -0,0 +1 @@
1
+ .tabulator-header{position:sticky;top:0;z-index:1;background-color:#f5f5f5}.tabulator .tabulator-col-group{text-align:center;font-weight:bold}.tabulator .tabulator-col-title{text-align:center}
Binary file
@@ -0,0 +1 @@
1
+ import {b}from'./chunk-LBMVBVXW.js';import'./chunk-EK7ODJWE.js';import n from'react-player/lazy';import {jsx,jsxs,Fragment}from'react/jsx-runtime';var s=({preSignedUrl:t,fileExtension:o})=>{let{viewPort:d}=b();return jsx("div",{style:{display:"flex",height:"95vh",minWidth:300},children:jsxs("div",{style:{display:"flex",justifyContent:"center",height:"95vh",flexGrow:1},children:[o==="mp4"&&jsx(n,{url:t,controls:true,width:d.isMobileDevice?"100%":"50%",height:"auto",muted:true,playing:true},t),o!=="mp4"&&jsx(Fragment,{children:jsxs("video",{controls:true,children:[jsx("source",{src:t,type:"video/mpeg"}),"Your browser does not support the video tag."]})})]})})},a=s;export{a as default};
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-7RKPIXVG.js';import'./chunk-EK7ODJWE.js';import {useRef,useState,useEffect}from'react';import {jsx}from'react/jsx-runtime';var u=({fileInbase64:i})=>{let c=useRef(null),{events:w}=a(c),[v,l]=useState("");return useEffect(()=>{i&&(async()=>{let f=await import('xlsx'),o=window.atob(i),d=new Uint8Array(o.length);for(let e=0;e<o.length;e++)d[e]=o.charCodeAt(e);let t=f.read(d,{type:"array"}),n=t.SheetNames[0],a=t.Sheets[n],s=f.utils.sheet_to_html(a).replace(/\s+/g," ").replace(/>\s+</g,"><");l(s);})();},[i]),jsx("div",{ref:c,...w,style:{overflow:"auto",whiteSpace:"normal",display:"flex",width:"100%",height:"100vh",cursor:"grab"},children:jsx("div",{id:"officedoc-previewer",children:jsx("div",{className:"document-container",dangerouslySetInnerHTML:{__html:v}})})})},D=u;export{D as default};
@@ -0,0 +1 @@
1
+ #officedoc-previewer .document-container{padding:30px;width:900px;background:#fff;margin:auto}#officedoc-previewer{text-align:left;max-width:900px}#officedoc-previewer body,#officedoc-previewer div,#officedoc-previewer dt,#officedoc-previewer form,#officedoc-previewer frame,#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6,#officedoc-previewer ol,#officedoc-previewer p,#officedoc-previewer ul,#officedoc-previewer center,#officedoc-previewer dir,#officedoc-previewer hr,#officedoc-previewer menu{display:block;unicode-bidi:embed;white-space:pre-wrap}#officedoc-previewer head{display:none}#officedoc-previewer table{display:table}#officedoc-previewer img{width:100%}#officedoc-previewer tr{display:table-row}#officedoc-previewer col{display:table-column}#officedoc-previewer caption{display:table-caption}#officedoc-previewer caption{text-align:center}#officedoc-previewer body{margin:8px}#officedoc-previewer h3{font-size:1.17em;margin:.83em 0}#officedoc-previewer h4,#officedoc-previewer p,#officedoc-previewer ul,#officedoc-previewer form,#officedoc-previewer ol,#officedoc-previewer dir,#officedoc-previewer menu{margin:1.12em 0}#officedoc-previewer h5{font-size:.83em;margin:1.5em 0}#officedoc-previewer h6{font-size:.75em;margin:1.67em 0}#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6,#officedoc-previewer b,#officedoc-previewer strong{font-weight:bolder}#officedoc-previewer i,#officedoc-previewer var,#officedoc-previewer address{font-style:italic}#officedoc-previewer code{font-family:monospace}#officedoc-previewer button,#officedoc-previewer textarea,#officedoc-previewer input,#officedoc-previewer select{display:inline-block}#officedoc-previewer small{font-size:.83em}#officedoc-previewer table{border-spacing:2px}#officedoc-previewer tr{vertical-align:inherit}#officedoc-previewer s{text-decoration:line-through}#officedoc-previewer hr{border:1px inset}#officedoc-previewer ol,#officedoc-previewer ul,#officedoc-previewer dir,#officedoc-previewer menu{margin-left:40px}#officedoc-previewer ol{list-style-type:decimal}#officedoc-previewer ol ul,#officedoc-previewer ul ol,#officedoc-previewer ul ul,#officedoc-previewer ol ol{margin-top:0;margin-bottom:0}#officedoc-previewer u{text-decoration:underline}#officedoc-previewer br:before{content:"\a";white-space:pre-line}#officedoc-previewer center{text-align:center}#officedoc-previewer :link,#officedoc-previewer :visited{text-decoration:underline}#officedoc-previewer :focus{outline:thin dotted invert}@media print{#officedoc-previewer h3,#officedoc-previewer h4,#officedoc-previewer h5,#officedoc-previewer h6{page-break-after:avoid}#officedoc-previewer ul,#officedoc-previewer ol{page-break-before:avoid}}
Binary file