@tachybase/module-backup 1.3.16 → 1.3.18

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 (53) hide show
  1. package/dist/client/cron-jobs-table/AutoBackupTable.schema.d.ts +3 -2
  2. package/dist/client/index.js +2 -2
  3. package/dist/externalVersion.js +7 -7
  4. package/dist/index.js +4 -4
  5. package/dist/node_modules/@hapi/topo/package.json +1 -1
  6. package/dist/node_modules/archiver/package.json +1 -1
  7. package/dist/node_modules/cron-parser/LICENSE +1 -1
  8. package/dist/node_modules/cron-parser/dist/CronDate.js +497 -0
  9. package/dist/node_modules/cron-parser/dist/CronExpression.js +376 -0
  10. package/dist/node_modules/cron-parser/dist/CronExpressionParser.js +384 -0
  11. package/dist/node_modules/cron-parser/dist/CronFieldCollection.js +371 -0
  12. package/dist/node_modules/cron-parser/dist/CronFileParser.js +109 -0
  13. package/dist/node_modules/cron-parser/dist/fields/CronDayOfMonth.js +44 -0
  14. package/dist/node_modules/cron-parser/dist/fields/CronDayOfWeek.js +51 -0
  15. package/dist/node_modules/cron-parser/dist/fields/CronField.js +183 -0
  16. package/dist/node_modules/cron-parser/dist/fields/CronHour.js +40 -0
  17. package/dist/node_modules/cron-parser/dist/fields/CronMinute.js +40 -0
  18. package/dist/node_modules/cron-parser/dist/fields/CronMonth.js +44 -0
  19. package/dist/node_modules/cron-parser/dist/fields/CronSecond.js +40 -0
  20. package/dist/node_modules/cron-parser/dist/fields/index.js +24 -0
  21. package/dist/node_modules/cron-parser/dist/fields/types.js +2 -0
  22. package/dist/node_modules/cron-parser/dist/index.js +1 -0
  23. package/dist/node_modules/cron-parser/dist/types/CronDate.d.ts +273 -0
  24. package/dist/node_modules/cron-parser/dist/types/CronExpression.d.ts +110 -0
  25. package/dist/node_modules/cron-parser/dist/types/CronExpressionParser.d.ts +70 -0
  26. package/dist/node_modules/cron-parser/dist/types/CronFieldCollection.d.ts +153 -0
  27. package/dist/node_modules/cron-parser/dist/types/CronFileParser.d.ts +30 -0
  28. package/dist/node_modules/cron-parser/dist/types/fields/CronDayOfMonth.d.ts +25 -0
  29. package/dist/node_modules/cron-parser/dist/types/fields/CronDayOfWeek.d.ts +30 -0
  30. package/dist/node_modules/cron-parser/dist/types/fields/CronField.d.ts +114 -0
  31. package/dist/node_modules/cron-parser/dist/types/fields/CronHour.d.ts +23 -0
  32. package/dist/node_modules/cron-parser/dist/types/fields/CronMinute.d.ts +23 -0
  33. package/dist/node_modules/cron-parser/dist/types/fields/CronMonth.d.ts +24 -0
  34. package/dist/node_modules/cron-parser/dist/types/fields/CronSecond.d.ts +23 -0
  35. package/dist/node_modules/cron-parser/dist/types/fields/index.d.ts +8 -0
  36. package/dist/node_modules/cron-parser/dist/types/fields/types.d.ts +18 -0
  37. package/dist/node_modules/cron-parser/dist/types/index.d.ts +8 -0
  38. package/dist/node_modules/cron-parser/dist/types/utils/random.d.ts +10 -0
  39. package/dist/node_modules/cron-parser/dist/utils/random.js +38 -0
  40. package/dist/node_modules/cron-parser/package.json +1 -1
  41. package/dist/node_modules/mkdirp/package.json +1 -1
  42. package/dist/node_modules/semver/package.json +1 -1
  43. package/dist/node_modules/yauzl/package.json +1 -1
  44. package/dist/server/server.d.ts +1 -1
  45. package/package.json +11 -12
  46. package/dist/node_modules/cron-parser/lib/date.js +0 -252
  47. package/dist/node_modules/cron-parser/lib/expression.js +0 -1002
  48. package/dist/node_modules/cron-parser/lib/field_compactor.js +0 -70
  49. package/dist/node_modules/cron-parser/lib/field_stringify.js +0 -58
  50. package/dist/node_modules/cron-parser/lib/parser.js +0 -1
  51. package/dist/node_modules/cron-parser/types/common.d.ts +0 -131
  52. package/dist/node_modules/cron-parser/types/index.d.ts +0 -45
  53. package/dist/node_modules/cron-parser/types/ts3/index.d.ts +0 -28
@@ -1,3 +1,4 @@
1
+ import { OpenMode } from '@tachybase/client';
1
2
  export declare const table: {
2
3
  type: string;
3
4
  'x-decorator': string;
@@ -45,7 +46,7 @@ export declare const table: {
45
46
  'x-component': string;
46
47
  'x-decorator': string;
47
48
  'x-component-props': {
48
- openMode: string;
49
+ openMode: OpenMode;
49
50
  type: string;
50
51
  component: string;
51
52
  icon: string;
@@ -360,7 +361,7 @@ export declare const schema: {
360
361
  'x-component': string;
361
362
  'x-decorator': string;
362
363
  'x-component-props': {
363
- openMode: string;
364
+ openMode: OpenMode;
364
365
  type: string;
365
366
  component: string;
366
367
  icon: string;
@@ -1,4 +1,4 @@
1
- (function(A,g){typeof exports=="object"&&typeof module!="undefined"?g(exports,require("@tachybase/client"),require("react/jsx-runtime"),require("react"),require("@tachybase/components"),require("@ant-design/icons"),require("antd"),require("react-i18next")):typeof define=="function"&&define.amd?define(["exports","@tachybase/client","react/jsx-runtime","react","@tachybase/components","@ant-design/icons","antd","react-i18next"],g):(A=typeof globalThis!="undefined"?globalThis:A||self,g(A["@tachybase/module-backup"]={},A["@tachybase/client"],A.jsxRuntime,A.react,A["@tachybase/components"],A["@ant-design/icons"],A.antd,A["react-i18next"]))})(this,function(A,g,n,y,me,X,k,ie){"use strict";var Wo=Object.defineProperty,zo=Object.defineProperties;var Jo=Object.getOwnPropertyDescriptors;var uo=Object.getOwnPropertySymbols;var Zo=Object.prototype.hasOwnProperty,Go=Object.prototype.propertyIsEnumerable;var po=(A,g,n)=>g in A?Wo(A,g,{enumerable:!0,configurable:!0,writable:!0,value:n}):A[g]=n,ae=(A,g)=>{for(var n in g||(g={}))Zo.call(g,n)&&po(A,n,g[n]);if(uo)for(var n of uo(g))Go.call(g,n)&&po(A,n,g[n]);return A},De=(A,g)=>zo(A,Jo(g));var $=(A,g,n)=>new Promise((y,me)=>{var X=z=>{try{ie(n.next(z))}catch(oe){me(oe)}},k=z=>{try{ie(n.throw(z))}catch(oe){me(oe)}},ie=z=>z.done?y(z.value):Promise.resolve(z.value).then(X,k);ie((n=n.apply(A,g)).next())});var z=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},oe={exports:{}};(function(e,t){(function(a,o){o()})(z,function(){function a(i,s){return typeof s=="undefined"?s={autoBom:!1}:typeof s!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),s={autoBom:!s}),s.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(i.type)?new Blob(["\uFEFF",i],{type:i.type}):i}function o(i,s,v){var u=new XMLHttpRequest;u.open("GET",i),u.responseType="blob",u.onload=function(){p(u.response,s,v)},u.onerror=function(){console.error("could not download file")},u.send()}function r(i){var s=new XMLHttpRequest;s.open("HEAD",i,!1);try{s.send()}catch(v){}return 200<=s.status&&299>=s.status}function c(i){try{i.dispatchEvent(new MouseEvent("click"))}catch(v){var s=document.createEvent("MouseEvents");s.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),i.dispatchEvent(s)}}var l=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof z=="object"&&z.global===z?z:void 0,m=l.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),p=l.saveAs||(typeof window!="object"||window!==l?function(){}:"download"in HTMLAnchorElement.prototype&&!m?function(i,s,v){var u=l.URL||l.webkitURL,f=document.createElement("a");s=s||i.name||"download",f.download=s,f.rel="noopener",typeof i=="string"?(f.href=i,f.origin===location.origin?c(f):r(f.href)?o(i,s,v):c(f,f.target="_blank")):(f.href=u.createObjectURL(i),setTimeout(function(){u.revokeObjectURL(f.href)},4e4),setTimeout(function(){c(f)},0))}:"msSaveOrOpenBlob"in navigator?function(i,s,v){if(s=s||i.name||"download",typeof i!="string")navigator.msSaveOrOpenBlob(a(i,v),s);else if(r(i))o(i,s,v);else{var u=document.createElement("a");u.href=i,u.target="_blank",setTimeout(function(){c(u)})}}:function(i,s,v,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof i=="string")return o(i,s,v);var f=i.type==="application/octet-stream",h=/constructor/i.test(l.HTMLElement)||l.safari,d=/CriOS\/[\d]+/.test(navigator.userAgent);if((d||f&&h||m)&&typeof FileReader!="undefined"){var b=new FileReader;b.onloadend=function(){var B=b.result;B=d?B:B.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=B:location=B,u=null},b.readAsDataURL(i)}else{var S=l.URL||l.webkitURL,w=S.createObjectURL(i);u?u.location=w:location.href=w,u=null,setTimeout(function(){S.revokeObjectURL(w)},4e4)}});l.saveAs=p.saveAs=p,e.exports=p})})(oe);var mo=oe.exports;const le="backup";function Q(){return ie.useTranslation([le,"core"],{nsMode:"fallback"})}const fo=e=>g.tval(e,{ns:le}),{Dragger:yo}=k.Upload;function ho(e){const t=o=>{var r;(r=e.onChange)==null||r.call(e,o)},a=g.useAPIClient();return De(ae({},e),{customRequest({action:o,data:r,file:c,filename:l,headers:m,onError:p,onProgress:i,onSuccess:s,withCredentials:v}){const u=new FormData;return r&&Object.keys(r).forEach(f=>{u.append(f,r[f])}),u.append(l,c),a.axios.post(o,u,{withCredentials:v,headers:m,onUploadProgress:({total:f,loaded:h})=>{i({percent:Math.round(h/f*100).toFixed(2)},c)}}).then(({data:f})=>{s(f,c)}).catch(p).finally(()=>{}),{abort(){console.log("upload progress is aborted.")}}},onChange:t})}const Pe=e=>{const{collectionsData:t}=e,{t:a}=Q(),[o,r]=y.useState(!1),[c,l]=y.useState(t);y.useEffect(()=>{l(t)},[t]);const m=g.useAPIClient(),p=g.useCompile(),i=y.useMemo(()=>m.resource("backupFiles"),[m]),s=()=>$(this,null,function*(){if(e.isBackup){const d=yield i.dumpableCollections();l(d==null?void 0:d.data),r(!0)}r(!0)}),v=()=>{r(!1)},u=()=>{r(!1)},f=[{title:a("Collection"),dataIndex:"collection",key:"collection",render:(d,b)=>{const S=p(b.title);return b.name===S?S:n.jsxs("div",{children:[b.name," ",n.jsxs("span",{style:{color:"rgba(0, 0, 0, 0.3)",fontSize:"0.9em"},children:["(",p(b.title),")"]})]})}},{title:a("Origin"),dataIndex:"origin",key:"origin",width:"50%"}],h=Object.keys(c||{}).map(d=>({key:d,label:a(`${d}.title`),children:n.jsxs(n.Fragment,{children:[n.jsx(k.Alert,{style:{marginBottom:16},message:a(`${d}.description`)}),n.jsx(k.Table,{pagination:{pageSize:100},bordered:!0,size:"small",dataSource:c[d],columns:f,scroll:{y:400}})]})}));return n.jsxs(n.Fragment,{children:[n.jsx("a",{onClick:s,children:a("Learn more")}),n.jsx(k.Modal,{title:a("Backup instructions"),width:"80vw",open:o,footer:null,onOk:v,onCancel:u,children:n.jsx(k.Tabs,{defaultActiveKey:"required",items:h})})]})},Fe=({ButtonComponent:e=k.Button,title:t,upload:a=!1,fileData:o})=>{const{t:r}=Q(),[c,l]=y.useState(["required"]),[m,p]=y.useState(!1),[i,s]=y.useState(null),[v,u]=y.useState(!1),f=g.useAPIClient(),h=y.useMemo(()=>f.resource("backupFiles"),[f]),[d,b]=y.useState([]),S=c.length>0&&c.length<d.length,w=d.length===c.length;y.useEffect(()=>{b(Object.keys((i==null?void 0:i.dumpableCollectionsGroupByGroup)||[]).map(M=>({value:M,label:r(`${M}.title`),disabled:["required","skipped"].includes(M)})))},[i]);const B=()=>$(this,null,function*(){var M,U,F;if(p(!0),!a){u(!0);const{data:E}=yield h.get({filterByTk:o.name});b(Object.keys(((U=(M=E==null?void 0:E.data)==null?void 0:M.meta)==null?void 0:U.dumpableCollectionsGroupByGroup)||[]).map(N=>({value:N,label:r(`${N}.title`),disabled:["required","skipped"].includes(N)}))),s((F=E==null?void 0:E.data)==null?void 0:F.meta),u(!1)}}),Y=()=>{h.restore({values:{dataTypes:c,filterByTk:o==null?void 0:o.name,key:i==null?void 0:i.key}}),p(!1)},R=()=>{p(!1),s(null),l(["required"])},q=M=>{l(M.target.checked?d.map(U=>U.value):["required"])};return n.jsxs(n.Fragment,{children:[n.jsx(e,{onClick:B,children:t}),n.jsx(k.Modal,{title:r("Restore"),width:800,footer:a&&!i?null:void 0,open:m,onOk:Y,onCancel:R,children:n.jsxs(k.Spin,{spinning:v,children:[a&&!i&&n.jsx(bo,{setRestoreData:s}),(!a||i)&&[n.jsxs("strong",{style:{fontWeight:600,display:"block",margin:"16px 0 8px"},children:[r("Select the data to be restored")," (",n.jsx(Pe,{collectionsData:i==null?void 0:i.dumpableCollectionsGroupByGroup}),"):"]},"info"),n.jsx("div",{style:{lineHeight:2,marginBottom:8},children:n.jsxs(me.FormItem,{children:[n.jsx(g.Checkbox.Group,{options:d,style:{flexDirection:"column"},value:c,onChange:M=>l(M)}),n.jsx(k.Divider,{}),n.jsx(g.Checkbox,{indeterminate:S,onChange:q,checked:w,children:r("Check all")})]})},"dataType")]]})})]})},vo=({ButtonComponent:e=k.Button,refresh:t})=>{const{t:a}=Q(),[o,r]=y.useState(!1),[c,l]=y.useState(["required"]),m=g.useAPIClient(),{notification:p}=k.App.useApp(),[i,s]=y.useState([]),v=c.length>0&&c.length<i.filter(S=>S.value!=="skipped").length,u=i.filter(S=>S.value!=="skipped").length===c.length,f=S=>{l(S.target.checked?i.filter(w=>w.value!=="skipped").map(w=>w.value):["required"])},h=()=>$(this,null,function*(){const{data:S}=yield m.resource("backupFiles").dumpableCollections();s(Object.keys(S||[]).map(w=>({value:w,label:a(`${w}.title`),disabled:["required","skipped"].includes(w)}))),r(!0)}),d=S=>{m.request({url:"backupFiles:create",method:"post",data:{dataTypes:c,method:S}}),p.info({key:"backup",message:n.jsxs("span",{children:[a("Processing..."),"    ",n.jsx(k.Spin,{indicator:n.jsx(X.LoadingOutlined,{style:{fontSize:24},spin:!0})})]}),duration:0}),r(!1),l(["required"]),setTimeout(()=>{t()},500)},b=()=>{r(!1),l(["required"])};return n.jsxs(n.Fragment,{children:[n.jsx(e,{icon:n.jsx(X.PlusOutlined,{}),type:"primary",onClick:h,children:a("New backup")}),n.jsxs(k.Modal,{title:a("New backup"),width:800,open:o,onCancel:b,footer:[n.jsxs(k.Row,{gutter:16,justify:"end",align:"middle",children:[n.jsx(k.Col,{children:n.jsx(k.Button,{onClick:b,children:a("Cancel")},"cancel")}),n.jsx(k.Col,{children:n.jsx(k.Dropdown.Button,{type:"primary",onClick:()=>d("priority"),overlay:n.jsxs(k.Menu,{children:[n.jsx(k.Menu.Item,{onClick:()=>d("main"),children:a("Self backup")},"main"),n.jsx(k.Menu.Item,{onClick:()=>d("worker"),children:a("Worker backup")},"worker")]}),children:a("Backup")},"submit")})]})],children:[n.jsxs("strong",{style:{fontWeight:600,display:"block",margin:"16px 0 8px"},children:[a("Select the data to be backed up")," (",n.jsx(Pe,{isBackup:!0}),"):"]}),n.jsxs("div",{style:{lineHeight:2,marginBottom:8},children:[n.jsx(g.Checkbox.Group,{options:i,style:{flexDirection:"column"},onChange:S=>l(S),value:c}),n.jsx(k.Divider,{}),n.jsx(g.Checkbox,{indeterminate:v,onChange:f,checked:u,children:a("Check all")})]})]})]})},bo=e=>{const{t}=Q(),a={multiple:!1,action:"/backupFiles:upload",onChange(o){var c,l,m;o.fileList.length>1&&o.fileList.splice(0,o.fileList.length-1);const{status:r}=o.file;r==="done"?(k.message.success(`${o.file.name} `+t("file uploaded successfully")),e.setRestoreData(De(ae({},(l=(c=o.file.response)==null?void 0:c.data)==null?void 0:l.meta),{key:(m=o.file.response)==null?void 0:m.data.key}))):r==="error"&&k.message.error(`${o.file.name} `+t("file upload failed"))},onDrop(o){console.log("Dropped files",o.dataTransfer.files)}};return n.jsxs(yo,De(ae({},ho(a)),{children:[n.jsx("p",{className:"ant-upload-drag-icon",children:n.jsx(X.InboxOutlined,{})}),n.jsxs("p",{className:"ant-upload-text",children:[" ",t("Click or drag file to this area to upload")]})]}))},xo=()=>{const{t:e}=Q(),t=g.useAPIClient(),[a,o]=y.useState([]),[r,c]=y.useState(!1),[l,m]=y.useState(!1),{modal:p,notification:i}=k.App.useApp(),s=y.useMemo(()=>t.resource("backupFiles"),[t]),v=y.useCallback(()=>$(this,null,function*(){yield u()}),[]);g.useNoticeSub("backup",d=>{(i[d.level]||i.info)({key:"backup",message:d.msg}),v()}),y.useEffect(()=>{u()},[]);const u=()=>$(this,null,function*(){c(!0);const{data:d}=yield s.list();o(d.data),c(!1)}),f=d=>$(this,null,function*(){m(d.name);const b=yield t.request({url:"backupFiles:download",method:"get",params:{filterByTk:d.name},responseType:"blob",onDownloadProgress:w=>{const B=Math.round(w.loaded*100/w.total);B>=100?i.success({key:"downloadBackup",message:n.jsx("span",{children:e("Downloaded success!")}),duration:1}):i.info({key:"downloadBackup",message:n.jsxs("span",{children:[e("Downloading ")+B+"%","    ",n.jsx(k.Spin,{indicator:n.jsx(X.LoadingOutlined,{style:{fontSize:24},spin:!0})})]}),duration:0})}});m(!1);const S=new Blob([b.data]);mo.saveAs(S,d.name)}),h=d=>{p.confirm({title:e("Delete record",{ns:"core"}),content:e("Are you sure you want to delete it?",{ns:"core"}),onOk:()=>$(this,null,function*(){yield s.destroy({filterByTk:d.name}),yield u(),k.message.success(e("Deleted successfully"))})})};return n.jsx("div",{children:n.jsxs(k.Card,{bordered:!1,children:[n.jsxs(k.Space,{style:{float:"right",marginBottom:16},children:[n.jsx(k.Button,{onClick:v,icon:n.jsx(X.ReloadOutlined,{}),children:e("Refresh")}),n.jsx(Fe,{upload:!0,title:n.jsxs(n.Fragment,{children:[n.jsx(X.UploadOutlined,{})," ",e("Restore backup from local")]})}),n.jsx(vo,{refresh:v})]}),n.jsx(k.Table,{dataSource:a,loading:r,columns:[{title:e("Backup file"),dataIndex:"name",width:400,onCell:d=>d.inProgress?{colSpan:4}:{},render:(d,b)=>b.inProgress?n.jsxs("div",{style:{color:"rgba(0, 0, 0, 0.88)"},children:[d,"(",e("Backing up"),"...)"]}):b.status==="error"?n.jsxs("div",{style:{color:"red"},children:[d,"(",e("Error"),")"]}):n.jsx("div",{children:d})},{title:e("File size"),dataIndex:"fileSize",onCell:d=>d.inProgress?{colSpan:0}:{}},{title:e("Created at",{ns:"core"}),dataIndex:"createdAt",onCell:d=>d.inProgress?{colSpan:0}:{},render:d=>n.jsx(g.DatePicker.ReadPretty,{value:d,showTime:!0})},{title:e("Actions",{ns:"core"}),dataIndex:"actions",onCell:d=>d.inProgress?{colSpan:0}:{},render:(d,b)=>n.jsxs(k.Space,{split:n.jsx(k.Divider,{type:"vertical"}),children:[b.status!=="error"&&n.jsx(Fe,{ButtonComponent:"a",title:e("Restore"),fileData:b}),b.status!=="error"&&n.jsx("a",{type:"link",onClick:()=>f(b),children:e("Download")}),n.jsx("a",{onClick:()=>h(b),children:e("Delete")})]})}]})]})})},go={dumpRules:"required",name:"autoBackup",shared:!0,createdAt:!0,updatedAt:!0,createdBy:!0,updatedBy:!0,fields:[{type:"string",name:"title",required:!0,uiSchema:{title:'{{ t("Title") }}',type:"string","x-component":"Input",required:!0}},{type:"boolean",name:"enabled",defaultValue:!1,uiSchema:{title:'{{ t("Enabled") }}',type:"boolean","x-component":"Checkbox",required:!0}},{type:"array",name:"dumpRules",uiSchema:{title:'{{ t("Dump rules") }}',type:"string","x-component":"Input",required:!0}},{type:"string",name:"repeat",required:!0,uiSchema:{title:'{{t("Repeat mode")}}',type:"string","x-component":"RepeatField"}},{type:"integer",name:"maxNumber",uiSchema:{title:'{{ t("Max number") }}',type:"integer","x-component":"Input",required:!0}}]};var H=function(){return H=Object.assign||function(e){for(var t,a=1,o=arguments.length;a<o;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},H.apply(this,arguments)};function Te(e,t){var a={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(a[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(a[o[r]]=e[o[r]])}return a}function fe(e,t,a){if(a||arguments.length===2)for(var o,r=0,c=t.length;r<c;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}var ko=[{name:"@yearly",value:"0 0 1 1 *"},{name:"@annually",value:"0 0 1 1 *"},{name:"@monthly",value:"0 0 1 * *"},{name:"@weekly",value:"0 0 * * 0"},{name:"@daily",value:"0 0 * * *"},{name:"@midnight",value:"0 0 * * *"},{name:"@hourly",value:"0 * * * *"}],ee=[{type:"minutes",min:0,max:59,total:60},{type:"hours",min:0,max:23,total:24},{type:"month-days",min:1,max:31,total:31},{type:"months",min:1,max:12,total:12,alt:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]},{type:"week-days",min:0,max:6,total:7,alt:["SUN","MON","TUE","WED","THU","FRI","SAT"]}],C={everyText:"every",emptyMonths:"every month",emptyMonthDays:"every day of the month",emptyMonthDaysShort:"day of the month",emptyWeekDays:"every day of the week",emptyWeekDaysShort:"day of the week",emptyHours:"every hour",emptyMinutes:"every minute",emptyMinutesForHourPeriod:"every",yearOption:"year",monthOption:"month",weekOption:"week",dayOption:"day",hourOption:"hour",minuteOption:"minute",rebootOption:"reboot",prefixPeriod:"Every",prefixMonths:"in",prefixMonthDays:"on",prefixWeekDays:"on",prefixWeekDaysForMonthAndYearPeriod:"and",prefixHours:"at",prefixMinutes:":",prefixMinutesForHourPeriod:"at",suffixMinutesForHourPeriod:"minute(s)",errorInvalidCron:"Invalid cron expression",clearButtonText:"Clear",weekDays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],altWeekDays:["SUN","MON","TUE","WED","THU","FRI","SAT"],altMonths:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]};function je(e,t){for(var a=[],o=e;o<=t;o++)a.push(o);return a}function ye(e){return e.sort(function(t,a){return t-a}),e}function Ee(e){var t=[];return e.forEach(function(a){t.indexOf(a)<0&&t.push(a)}),t}function J(e){return Object.entries(e).filter(function(t){var a=t[0],o=t[1];return a&&o}).map(function(t){return t[0]}).join(" ")}function Le(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||C.errorInvalidCron})}function he(e){var t=parseInt(e,10),a=Number(e);return t===a?a:NaN}function Ie(e,t,a,o,r,c,l,m,p,i,s,v,u,f){a&&a(void 0),t(!1);var h=!1;if(!e){if(o==="always"||c&&o==="for-default-value")return;h=!0}if(!h){if(m&&(m===!0||m.includes(e))){if(e==="@reboot")return void f("reboot");var d=ko.find(function(w){return w.name===e});d&&(e=d.value)}try{var b=function(w){if(typeof w!="string")throw new Error("Invalid cron string");var B=w.replace(/\s+/g," ").trim().split(" ");if(B.length===5)return B.map(function(Y,R){return function(q,M){if(q==="*"||q==="*/1")return[];var U=ye(Ee(qe(function(E,N,Z){if(Z){E=E.toUpperCase();for(var x=0;x<Z.length;x++)E=E.replace(Z[x],"".concat(x+N))}return E}(q,M.min,M.alt).split(",").map(function(E){var N,Z=E.split("/");if(Z.length>2)throw new Error('Invalid value "'.concat(q,' for "').concat(M.type,'"'));var x=Z[0],O=Z[1];N=x==="*"?je(M.min,M.max):function(P,T,L){var I=P.split("-");if(I.length===1){var ce=he(I[0]);if(isNaN(ce))throw new Error('Invalid value "'.concat(T,'" for ').concat(L.type));return[ce]}if(I.length===2){var G=he(I[0]),ne=he(I[1]);if(isNaN(G)||isNaN(ne))throw new Error('Invalid value "'.concat(T,'" for ').concat(L.type));if(ne<G)throw new Error('Max range is less than min range in "'.concat(P,'" for ').concat(L.type));return je(G,ne)}throw new Error('Invalid value "'.concat(P,'" for ').concat(L.type))}(x,q,M);var D=function(P,T){if(P!==void 0){var L=he(P);if(isNaN(L)||L<1)throw new Error('Invalid interval step value "'.concat(P,'" for ').concat(T.type));return L}}(O,M),W=function(P,T){if(T){var L=P[0];P=P.filter(function(I){return I%T==L%T||I===L})}return P}(N,D);return W}).flat(),M))),F=We(U,M);if(F!==void 0)throw new Error('Value "'.concat(F,'" out of range for ').concat(M.type));return U.length===M.total?[]:U}(Y,ee[R])});throw new Error("Invalid cron string format")}(e),S=function(w){return w[3].length>0?"year":w[2].length>0?"month":w[4].length>0?"week":w[1].length>0?"day":w[0].length>0?"hour":"minute"}(b);f(S),p(b[0]),i(b[1]),s(b[2]),v(b[3]),u(b[4])}catch(w){h=!0}}h&&(r.current=e,t(!0),Le(a,l))}function Ve(e,t,a,o,r,c,l){if(e==="reboot")return"@reboot";var m=function(p,i){return p.map(function(s,v){var u=ee[v];return He(Ue(s,u),u,i)})}([e!=="minute"&&c?c:[],e!=="minute"&&e!=="hour"&&r?r:[],e!=="year"&&e!=="month"||!a?[]:a,e==="year"&&t?t:[],e!=="year"&&e!=="month"&&e!=="week"||!o?[]:o],l);return m.join(" ")}function He(e,t,a,o,r){var c="";if(function(m,p){return m.length===p.max-p.min+1}(e,t)||e.length===0)c="*";else{var l=function(m){if(m.length>2){var p=m[1]-m[0];if(p>1)return p}}(e);c=l&&function(m,p){for(var i=1;i<m.length;i++){var s=m[i-1];if(m[i]-s!==p)return!1}return!0}(e,l)?function(m,p,i){var s=ze(m),v=Je(m),u=m.length===(v-s)/i+1;return!!(s===p.min&&v+i>p.max&&u)}(e,t,l)?"*/".concat(l):"".concat(te(ze(e),t,a,o,r),"-").concat(te(Je(e),t,a,o,r),"/").concat(l):function(m){var p=[],i=null;return m.forEach(function(s,v,u){s!==u[v+1]-1?i!==null?(p.push([i,s]),i=null):p.push(s):i===null&&(i=s)}),p}(e).map(function(m){return Array.isArray(m)?"".concat(te(m[0],t,a,o,r),"-").concat(te(m[1],t,a,o,r)):te(m,t,a,o,r)}).join(",")}return c}function te(e,t,a,o,r){var c=e.toString(),l=t.type,m=t.alt,p=t.min,i=o&&(o===!0||o.includes(l)),s=r==="24-hour-clock"&&(l==="hours"||l==="minutes");if(a&&l==="week-days"||a&&l==="months"?c=m[e-p]:e<10&&(i||s)&&(c=c.padStart(2,"0")),l==="hours"&&r==="12-hour-clock"){var v=e>=12?"PM":"AM",u=e%12||12;u<10&&i&&(u=u.toString().padStart(2,"0")),c="".concat(u).concat(v)}return c}function Ue(e,t){var a=ye(Ee(qe(e,t)));if(a.length===0)return a;var o=We(a,t);if(o!==void 0)throw new Error('Value "'.concat(o,'" out of range for ').concat(t.type));return a}function qe(e,t){return t.type==="week-days"&&(e=e.map(function(a){return a===7?0:a})),e}function We(e,t){var a=e[0],o=e[e.length-1];return a<t.min?a:o>t.max?o:void 0}function ze(e){return e[0]}function Je(e){return e[e.length-1]}function se(e){var t=e.value,a=e.grid,o=a===void 0||a,r=e.optionsList,c=e.setValue,l=e.locale,m=e.className,p=e.humanizeLabels,i=e.disabled,s=e.readOnly,v=e.leadingZero,u=e.clockFormat,f=e.period,h=e.unit,d=e.periodicityOnDoubleClick,b=e.mode,S=Te(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),w=y.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(x){return x.toString()})},[t]),B=y.useMemo(function(){return r?r.map(function(x,O){return{value:(h.min===0?O:O+1).toString(),label:x}}):fe([],Array(h.total),!0).map(function(x,O){var D=h.min===0?O:O+1;return{value:D.toString(),label:te(D,h,p,v,u)}})},[r,v,p,u]),Y=JSON.stringify(l),R=y.useCallback(function(x){var O=x.value;if(!t||t[0]!==Number(O))return n.jsx(n.Fragment,{});var D=He(Ue(t,h),h,p,v,u),W=D.match(/^\*\/([0-9]+),?/)||[];return n.jsx("div",{children:W[1]?"".concat(l.everyText||C.everyText," ").concat(W[1]):D})},[t,Y,p,v,u]),q=y.useCallback(function(x){var O=Array.isArray(x)?ye(x):[x],D=O;t&&(D=b==="single"?[]:fe([],t,!0),O.forEach(function(W){var P=Number(W);D=t.some(function(T){return T===P})?D.filter(function(T){return T!==P}):ye(fe(fe([],D,!0),[P],!1))})),D.length===h.total?c([]):c(D)},[c,t]),M=y.useCallback(function(x){if(x!==0&&x!==1){for(var O=h.total+h.min,D=[],W=h.min;W<O;W++)W%x==0&&D.push(W);var P=t&&D&&t.length===D.length&&t.every(function(L,I){return L===D[I]}),T=D.length===B.length;c(T||P?[]:D)}else c([])},[t,B,c]),U=y.useRef([]),F=y.useCallback(function(x){if(!s){var O=U.current;O.push({time:new Date().getTime(),value:Number(x)});var D=window.setTimeout(function(){d&&O.length>1&&O[O.length-1].time-O[O.length-2].time<300?O[O.length-1].value===O[O.length-2].value?M(Number(x)):q([O[O.length-2].value,O[O.length-1].value]):q(Number(x)),U.current=[]},300);return function(){window.clearTimeout(D)}}},[U,q,M,s,d]),E=y.useCallback(function(){s||c([])},[c,s]),N=y.useMemo(function(){var x;return J(((x={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(m,"-select")]=!!m,x))},[m]),Z=y.useMemo(function(){var x;return J(((x={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(h.type)]=!0,x["react-js-cron-custom-select-dropdown"]=!0,x["react-js-cron-custom-select-dropdown-".concat(h.type)]=!0,x["react-js-cron-custom-select-dropdown-minutes-large"]=h.type==="minutes"&&f!=="hour"&&f!=="day",x["react-js-cron-custom-select-dropdown-minutes-medium"]=h.type==="minutes"&&(f==="day"||f==="hour"),x["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=h.type==="hours"&&u==="12-hour-clock",x["react-js-cron-custom-select-dropdown-grid"]=!!o,x["".concat(m,"-select-dropdown")]=!!m,x["".concat(m,"-select-dropdown-").concat(h.type)]=!!m,x))},[m,o,u,f]);return n.jsx(k.Select,H({mode:b!=="single"||d?"multiple":void 0,allowClear:!s,virtual:!1,open:!s&&void 0,value:w,onClear:E,tagRender:R,className:N,popupClassName:Z,options:B,showSearch:!1,showArrow:!s,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:F,onDeselect:F,disabled:i,dropdownAlign:h.type!=="minutes"&&h.type!=="hours"||f==="day"||f==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(h.type)},S))}function wo(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.leadingZero,p=e.clockFormat,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-hours":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-hours")]=!!r,f))},[r]);return n.jsxs("div",H({className:u},{children:[o.prefixHours!==""&&n.jsx("span",{children:o.prefixHours||C.prefixHours}),n.jsx(se,{placeholder:o.emptyHours||C.emptyHours,value:t,unit:ee[1],setValue:a,locale:o,className:r,disabled:c,readOnly:l,leadingZero:m,clockFormat:p,period:i,periodicityOnDoubleClick:s,mode:v})]}))}function Co(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.leadingZero,p=e.clockFormat,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-minutes":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-minutes")]=!!r,f))},[r]);return n.jsxs("div",H({className:u},{children:[i==="hour"?o.prefixMinutesForHourPeriod!==""&&n.jsx("span",{children:o.prefixMinutesForHourPeriod||C.prefixMinutesForHourPeriod}):o.prefixMinutes!==""&&n.jsx("span",{children:o.prefixMinutes||C.prefixMinutes}),n.jsx(se,{placeholder:i==="hour"?o.emptyMinutesForHourPeriod||C.emptyMinutesForHourPeriod:o.emptyMinutes||C.emptyMinutes,value:t,unit:ee[0],setValue:a,locale:o,className:r,disabled:c,readOnly:l,leadingZero:m,clockFormat:p,period:i,periodicityOnDoubleClick:s,mode:v}),i==="hour"&&o.suffixMinutesForHourPeriod!==""&&n.jsx("span",{children:o.suffixMinutesForHourPeriod||C.suffixMinutesForHourPeriod})]}))}function Oo(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.weekDays,l=e.disabled,m=e.readOnly,p=e.leadingZero,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=!c||c.length===0,f=y.useMemo(function(){var b;return J(((b={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!u})["".concat(r,"-field")]=!!r,b["".concat(r,"-month-days")]=!!r,b))},[r,u]),h=JSON.stringify(o),d=y.useMemo(function(){return u?o.emptyMonthDays||C.emptyMonthDays:o.emptyMonthDaysShort||C.emptyMonthDaysShort},[u,h]);return!m||t&&t.length>0||(!t||t.length===0)&&(!c||c.length===0)?n.jsxs("div",H({className:f},{children:[o.prefixMonthDays!==""&&n.jsx("span",{children:o.prefixMonthDays||C.prefixMonthDays}),n.jsx(se,{placeholder:d,value:t,setValue:a,unit:ee[2],locale:o,className:r,disabled:l,readOnly:m,leadingZero:p,period:i,periodicityOnDoubleClick:s,mode:v})]})):null}function So(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.humanizeLabels,l=e.disabled,m=e.readOnly,p=e.period,i=e.periodicityOnDoubleClick,s=e.mode,v=o.months||C.months,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-months":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-months")]=!!r,f))},[r]);return n.jsxs("div",H({className:u},{children:[o.prefixMonths!==""&&n.jsx("span",{children:o.prefixMonths||C.prefixMonths}),n.jsx(se,{placeholder:o.emptyMonths||C.emptyMonths,optionsList:v,grid:!1,value:t,unit:H(H({},ee[3]),{alt:o.altMonths||C.altMonths}),setValue:a,locale:o,className:r,humanizeLabels:c,disabled:l,readOnly:m,period:p,periodicityOnDoubleClick:i,mode:s})]}))}function Mo(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.shortcuts,p=e.allowedPeriods,i=[];p.includes("year")&&i.push({value:"year",label:o.yearOption||C.yearOption}),p.includes("month")&&i.push({value:"month",label:o.monthOption||C.monthOption}),p.includes("week")&&i.push({value:"week",label:o.weekOption||C.weekOption}),p.includes("day")&&i.push({value:"day",label:o.dayOption||C.dayOption}),p.includes("hour")&&i.push({value:"hour",label:o.hourOption||C.hourOption}),p.includes("minute")&&i.push({value:"minute",label:o.minuteOption||C.minuteOption}),p.includes("reboot")&&m&&(m===!0||m.includes("@reboot"))&&i.push({value:"reboot",label:o.rebootOption||C.rebootOption});var s=y.useCallback(function(h){l||a(h)},[a,l]),v=y.useMemo(function(){var h;return J(((h={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(r,"-field")]=!!r,h["".concat(r,"-period")]=!!r,h))},[r]),u=y.useMemo(function(){var h;return J(((h={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":o.prefixPeriod===""})["".concat(r,"-select")]=!!r,h))},[r,o.prefixPeriod]),f=y.useMemo(function(){var h;return J(((h={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(r,"-select-dropdown")]=!!r,h["".concat(r,"-select-dropdown-period")]=!!r,h))},[r]);return n.jsxs("div",H({className:v},{children:[o.prefixPeriod!==""&&n.jsx("span",{children:o.prefixPeriod||C.prefixPeriod}),n.jsx(k.Select,{defaultValue:t,value:t,onChange:s,options:i,className:u,popupClassName:f,disabled:c,showArrow:!l,open:!l&&void 0,"data-testid":"select-period"},JSON.stringify(o))]}))}function Do(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.humanizeLabels,l=e.monthDays,m=e.disabled,p=e.readOnly,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=o.weekDays||C.weekDays,f=i==="week"||!l||l.length===0,h=y.useMemo(function(){var B;return J(((B={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!f})["".concat(r,"-field")]=!!r,B["".concat(r,"-week-days")]=!!r,B))},[r,f]),d=JSON.stringify(o),b=y.useMemo(function(){return f?o.emptyWeekDays||C.emptyWeekDays:o.emptyWeekDaysShort||C.emptyWeekDaysShort},[f,d]),S=i==="week"||!p||t&&t.length>0||(!t||t.length===0)&&(!l||l.length===0),w=!p||l&&l.length>0||(!l||l.length===0)&&(!t||t.length===0);return S?n.jsxs("div",H({className:h},{children:[o.prefixWeekDays!==""&&(i==="week"||!w)&&n.jsx("span",{children:o.prefixWeekDays||C.prefixWeekDays}),o.prefixWeekDaysForMonthAndYearPeriod!==""&&i!=="week"&&w&&n.jsx("span",{children:o.prefixWeekDaysForMonthAndYearPeriod||C.prefixWeekDaysForMonthAndYearPeriod}),n.jsx(se,{placeholder:b,optionsList:u,grid:!1,value:t,unit:H(H({},ee[4]),{alt:o.altWeekDays||C.altWeekDays}),setValue:a,locale:o,className:r,humanizeLabels:c,disabled:m,readOnly:p,period:i,periodicityOnDoubleClick:s,mode:v})]})):null}function Ao(e){var t=e.clearButton,a=t===void 0||t,o=e.clearButtonProps,r=o===void 0?{}:o,c=e.clearButtonAction,l=c===void 0?"fill-with-every":c,m=e.locale,p=m===void 0?C:m,i=e.value,s=i===void 0?"":i,v=e.setValue,u=e.displayError,f=u===void 0||u,h=e.onError,d=e.className,b=e.defaultPeriod,S=b===void 0?"day":b,w=e.allowEmpty,B=w===void 0?"for-default-value":w,Y=e.humanizeLabels,R=Y===void 0||Y,q=e.humanizeValue,M=q!==void 0&&q,U=e.disabled,F=U!==void 0&&U,E=e.readOnly,N=E!==void 0&&E,Z=e.leadingZero,x=Z!==void 0&&Z,O=e.shortcuts,D=O===void 0?["@yearly","@annually","@monthly","@weekly","@daily","@midnight","@hourly"]:O,W=e.clockFormat,P=e.periodicityOnDoubleClick,T=P===void 0||P,L=e.mode,I=L===void 0?"multiple":L,ce=e.allowedDropdowns,G=ce===void 0?["period","months","month-days","week-days","hours","minutes"]:ce,ne=e.allowedPeriods,Vo=ne===void 0?["year","month","week","day","hour","minute","reboot"]:ne,re=y.useRef(s),Ae=y.useRef(S),Ke=y.useState(),K=Ke[0],ve=Ke[1],Xe=y.useState(),ue=Xe[0],be=Xe[1],Qe=y.useState(),xe=Qe[0],ge=Qe[1],Re=y.useState(),de=Re[0],ke=Re[1],eo=y.useState(),we=eo[0],Ce=eo[1],oo=y.useState(),Oe=oo[0],Se=oo[1],to=y.useState(!1),Be=to[0],pe=to[1],no=y.useState(!1),Me=no[0],ro=no[1],Ho=function(j){var _=y.useRef(j);return y.useEffect(function(){_.current=j},[j]),_.current}(Me),ao=JSON.stringify(p);y.useEffect(function(){Ie(s,pe,h,B,re,!0,p,D,Se,Ce,be,ge,ke,ve)},[]),y.useEffect(function(){s!==re.current&&Ie(s,pe,h,B,re,!1,p,D,Se,Ce,be,ge,ke,ve)},[s,re,ao,B,D]),y.useEffect(function(){if(!(K||Oe||xe||ue||de||we)||Me||Ho)Me&&ro(!1);else{var j=K||Ae.current,_=Ve(j,xe,ue,de,we,Oe,M);v(_,{selectedPeriod:j}),re.current=_,h&&h(void 0),pe(!1)}},[K,ue,xe,de,we,Oe,M,Me]);var io=y.useCallback(function(){be(void 0),ge(void 0),ke(void 0),Ce(void 0),Se(void 0);var j="",_=K!=="reboot"&&K?K:Ae.current;_!==K&&ve(_),l==="fill-with-every"&&(j=Ve(_,void 0,void 0,void 0,void 0,void 0)),v(j,{selectedPeriod:_}),re.current=j,ro(!0),B==="never"&&l==="empty"?(pe(!0),Le(h,p)):(h&&h(void 0),pe(!1))},[K,v,h,l]),Uo=y.useMemo(function(){var j;return J(((j={"react-js-cron":!0,"react-js-cron-error":Be&&f,"react-js-cron-disabled":F,"react-js-cron-read-only":N})["".concat(d)]=!!d,j["".concat(d,"-error")]=Be&&f&&!!d,j["".concat(d,"-disabled")]=F&&!!d,j["".concat(d,"-read-only")]=N&&!!d,j))},[d,Be,f,F,N]),Ne=r.className,lo=Te(r,["className"]),so=y.useMemo(function(){var j;return J(((j={"react-js-cron-clear-button":!0})["".concat(d,"-clear-button")]=!!d,j["".concat(Ne)]=!!Ne,j))},[d,Ne]),qo=JSON.stringify(lo),co=y.useMemo(function(){return a&&!N?n.jsx(k.Button,H({className:so,danger:!0,type:"primary",disabled:F},lo,{onClick:io},{children:p.clearButtonText||C.clearButtonText})):null},[a,N,ao,so,F,qo,io]),V=K||Ae.current;return n.jsxs("div",H({className:Uo},{children:[G.includes("period")&&n.jsx(Mo,{value:V,setValue:ve,locale:p,className:d,disabled:F,readOnly:N,shortcuts:D,allowedPeriods:Vo}),V==="reboot"?co:n.jsxs(n.Fragment,{children:[V==="year"&&G.includes("months")&&n.jsx(So,{value:xe,setValue:ge,locale:p,className:d,humanizeLabels:R,disabled:F,readOnly:N,period:V,periodicityOnDoubleClick:T,mode:I}),(V==="year"||V==="month")&&G.includes("month-days")&&n.jsx(Oo,{value:ue,setValue:be,locale:p,className:d,weekDays:de,disabled:F,readOnly:N,leadingZero:x,period:V,periodicityOnDoubleClick:T,mode:I}),(V==="year"||V==="month"||V==="week")&&G.includes("week-days")&&n.jsx(Do,{value:de,setValue:ke,locale:p,className:d,humanizeLabels:R,monthDays:ue,disabled:F,readOnly:N,period:V,periodicityOnDoubleClick:T,mode:I}),n.jsxs("div",{children:[V!=="minute"&&V!=="hour"&&G.includes("hours")&&n.jsx(wo,{value:we,setValue:Ce,locale:p,className:d,disabled:F,readOnly:N,leadingZero:x,clockFormat:W,period:V,periodicityOnDoubleClick:T,mode:I}),V!=="minute"&&G.includes("minutes")&&n.jsx(Co,{value:Oe,setValue:Se,locale:p,period:V,className:d,disabled:F,readOnly:N,leadingZero:x,clockFormat:W,periodicityOnDoubleClick:T,mode:I}),co]})]})]}))}const Bo={"zh-CN":{everyText:"每",emptyMonths:"每月",emptyMonthDays:"每日(月)",emptyMonthDaysShort:"每日",emptyWeekDays:"每天(周)",emptyWeekDaysShort:"每天(周)",emptyHours:"每小时",emptyMinutes:"每分钟",emptyMinutesForHourPeriod:"每",yearOption:"年",monthOption:"月",weekOption:"周",dayOption:"天",hourOption:"小时",minuteOption:"分钟",rebootOption:"重启",prefixPeriod:"每",prefixMonths:"的",prefixMonthDays:"的",prefixWeekDays:"的",prefixWeekDaysForMonthAndYearPeriod:"或者",prefixHours:"的",prefixMinutes:":",prefixMinutesForHourPeriod:"的",suffixMinutesForHourPeriod:"分钟",errorInvalidCron:"不符合 cron 规则的表达式",clearButtonText:"清空",weekDays:["周日","周一","周二","周三","周四","周五","周六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],altWeekDays:["周日","周一","周二","周三","周四","周五","周六"],altMonths:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},Ze=[{value:"none",text:"No repeat"},{value:6e4,text:"By minute",unitText:"Minutes"},{value:36e5,text:"By hour",unitText:"Hours"},{value:864e5,text:"By day",unitText:"Days"},{value:6048e5,text:"By week",unitText:"Weeks"},{value:"cron",text:"Advanced"}];function Ge(e){return Ze.filter(a=>!isNaN(+a.value)).reverse().find(a=>!(e%a.value))}function No(e){if(!e)return"none";if(e&&!isNaN(+e)){const t=Ge(e);return t?t.value:"none"}if(typeof e=="string")return"cron"}function Po({value:e,onChange:t}){const{t:a}=Q(),o=Ge(e);return n.jsx(k.InputNumber,{value:e/o.value,onChange:r=>t(r*o.value),min:1,addonBefore:a("Every"),addonAfter:a(o.unitText),className:"auto-width"})}function Fo({value:e=null,onChange:t}){const{t:a}=Q(),o=No(e),r=y.useCallback(l=>{if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)},[t]),c=Bo[localStorage.getItem("TACHYBASE_LOCALE")||"en-US"];return n.jsxs("fieldset",{className:g.css`
1
+ (function(A,g){typeof exports=="object"&&typeof module!="undefined"?g(exports,require("@tachybase/client"),require("react/jsx-runtime"),require("react"),require("@tachybase/components"),require("@ant-design/icons"),require("antd"),require("react-i18next")):typeof define=="function"&&define.amd?define(["exports","@tachybase/client","react/jsx-runtime","react","@tachybase/components","@ant-design/icons","antd","react-i18next"],g):(A=typeof globalThis!="undefined"?globalThis:A||self,g(A["@tachybase/module-backup"]={},A["@tachybase/client"],A.jsxRuntime,A.react,A["@tachybase/components"],A["@ant-design/icons"],A.antd,A["react-i18next"]))})(this,function(A,g,n,y,me,X,k,ie){"use strict";var _o=Object.defineProperty,Zo=Object.defineProperties;var Go=Object.getOwnPropertyDescriptors;var po=Object.getOwnPropertySymbols;var $o=Object.prototype.hasOwnProperty,Yo=Object.prototype.propertyIsEnumerable;var mo=(A,g,n)=>g in A?_o(A,g,{enumerable:!0,configurable:!0,writable:!0,value:n}):A[g]=n,ae=(A,g)=>{for(var n in g||(g={}))$o.call(g,n)&&mo(A,n,g[n]);if(po)for(var n of po(g))Yo.call(g,n)&&mo(A,n,g[n]);return A},De=(A,g)=>Zo(A,Go(g));var $=(A,g,n)=>new Promise((y,me)=>{var X=z=>{try{ie(n.next(z))}catch(Q){me(Q)}},k=z=>{try{ie(n.throw(z))}catch(Q){me(Q)}},ie=z=>z.done?y(z.value):Promise.resolve(z.value).then(X,k);ie((n=n.apply(A,g)).next())});var z=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},Q={exports:{}},fo=Q.exports,Fe;function yo(){return Fe||(Fe=1,function(e,t){(function(a,o){o()})(fo,function(){function a(i,s){return typeof s=="undefined"?s={autoBom:!1}:typeof s!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),s={autoBom:!s}),s.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(i.type)?new Blob(["\uFEFF",i],{type:i.type}):i}function o(i,s,v){var u=new XMLHttpRequest;u.open("GET",i),u.responseType="blob",u.onload=function(){p(u.response,s,v)},u.onerror=function(){console.error("could not download file")},u.send()}function r(i){var s=new XMLHttpRequest;s.open("HEAD",i,!1);try{s.send()}catch(v){}return 200<=s.status&&299>=s.status}function c(i){try{i.dispatchEvent(new MouseEvent("click"))}catch(v){var s=document.createEvent("MouseEvents");s.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),i.dispatchEvent(s)}}var l=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof z=="object"&&z.global===z?z:void 0,m=l.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),p=l.saveAs||(typeof window!="object"||window!==l?function(){}:"download"in HTMLAnchorElement.prototype&&!m?function(i,s,v){var u=l.URL||l.webkitURL,f=document.createElement("a");s=s||i.name||"download",f.download=s,f.rel="noopener",typeof i=="string"?(f.href=i,f.origin===location.origin?c(f):r(f.href)?o(i,s,v):c(f,f.target="_blank")):(f.href=u.createObjectURL(i),setTimeout(function(){u.revokeObjectURL(f.href)},4e4),setTimeout(function(){c(f)},0))}:"msSaveOrOpenBlob"in navigator?function(i,s,v){if(s=s||i.name||"download",typeof i!="string")navigator.msSaveOrOpenBlob(a(i,v),s);else if(r(i))o(i,s,v);else{var u=document.createElement("a");u.href=i,u.target="_blank",setTimeout(function(){c(u)})}}:function(i,s,v,u){if(u=u||open("","_blank"),u&&(u.document.title=u.document.body.innerText="downloading..."),typeof i=="string")return o(i,s,v);var f=i.type==="application/octet-stream",h=/constructor/i.test(l.HTMLElement)||l.safari,d=/CriOS\/[\d]+/.test(navigator.userAgent);if((d||f&&h||m)&&typeof FileReader!="undefined"){var b=new FileReader;b.onloadend=function(){var B=b.result;B=d?B:B.replace(/^data:[^;]*;/,"data:attachment/file;"),u?u.location.href=B:location=B,u=null},b.readAsDataURL(i)}else{var S=l.URL||l.webkitURL,w=S.createObjectURL(i);u?u.location=w:location.href=w,u=null,setTimeout(function(){S.revokeObjectURL(w)},4e4)}});l.saveAs=p.saveAs=p,e.exports=p})}(Q)),Q.exports}var ho=yo();const le="backup";function R(){return ie.useTranslation([le,"core"],{nsMode:"fallback"})}const vo=e=>g.tval(e,{ns:le}),{Dragger:bo}=k.Upload;function xo(e){const t=o=>{var r;(r=e.onChange)==null||r.call(e,o)},a=g.useAPIClient();return De(ae({},e),{customRequest({action:o,data:r,file:c,filename:l,headers:m,onError:p,onProgress:i,onSuccess:s,withCredentials:v}){const u=new FormData;return r&&Object.keys(r).forEach(f=>{u.append(f,r[f])}),u.append(l,c),a.axios.post(o,u,{withCredentials:v,headers:m,onUploadProgress:({total:f,loaded:h})=>{i({percent:Math.round(h/f*100).toFixed(2)},c)}}).then(({data:f})=>{s(f,c)}).catch(p).finally(()=>{}),{abort(){console.log("upload progress is aborted.")}}},onChange:t})}const Pe=e=>{const{collectionsData:t}=e,{t:a}=R(),[o,r]=y.useState(!1),[c,l]=y.useState(t);y.useEffect(()=>{l(t)},[t]);const m=g.useAPIClient(),p=g.useCompile(),i=y.useMemo(()=>m.resource("backupFiles"),[m]),s=()=>$(null,null,function*(){if(e.isBackup){const d=yield i.dumpableCollections();l(d==null?void 0:d.data),r(!0)}r(!0)}),v=()=>{r(!1)},u=()=>{r(!1)},f=[{title:a("Collection"),dataIndex:"collection",key:"collection",render:(d,b)=>{const S=p(b.title);return b.name===S?S:n.jsxs("div",{children:[b.name," ",n.jsxs("span",{style:{color:"rgba(0, 0, 0, 0.3)",fontSize:"0.9em"},children:["(",p(b.title),")"]})]})}},{title:a("Origin"),dataIndex:"origin",key:"origin",width:"50%"}],h=Object.keys(c||{}).map(d=>({key:d,label:a(`${d}.title`),children:n.jsxs(n.Fragment,{children:[n.jsx(k.Alert,{style:{marginBottom:16},message:a(`${d}.description`)}),n.jsx(k.Table,{pagination:{pageSize:100},bordered:!0,size:"small",dataSource:c[d],columns:f,scroll:{y:400}})]})}));return n.jsxs(n.Fragment,{children:[n.jsx("a",{onClick:s,children:a("Learn more")}),n.jsx(k.Modal,{title:a("Backup instructions"),width:"80vw",open:o,footer:null,onOk:v,onCancel:u,children:n.jsx(k.Tabs,{defaultActiveKey:"required",items:h})})]})},Te=({ButtonComponent:e=k.Button,title:t,upload:a=!1,fileData:o})=>{const{t:r}=R(),[c,l]=y.useState(["required"]),[m,p]=y.useState(!1),[i,s]=y.useState(null),[v,u]=y.useState(!1),f=g.useAPIClient(),h=y.useMemo(()=>f.resource("backupFiles"),[f]),[d,b]=y.useState([]),S=c.length>0&&c.length<d.length,w=d.length===c.length;y.useEffect(()=>{b(Object.keys((i==null?void 0:i.dumpableCollectionsGroupByGroup)||[]).map(M=>({value:M,label:r(`${M}.title`),disabled:["required","skipped"].includes(M)})))},[i]);const B=()=>$(null,null,function*(){var M,H,P;if(p(!0),!a){u(!0);const{data:j}=yield h.get({filterByTk:o.name});b(Object.keys(((H=(M=j==null?void 0:j.data)==null?void 0:M.meta)==null?void 0:H.dumpableCollectionsGroupByGroup)||[]).map(N=>({value:N,label:r(`${N}.title`),disabled:["required","skipped"].includes(N)}))),s((P=j==null?void 0:j.data)==null?void 0:P.meta),u(!1)}}),Y=()=>{h.restore({values:{dataTypes:c,filterByTk:o==null?void 0:o.name,key:i==null?void 0:i.key}}),p(!1)},ee=()=>{p(!1),s(null),l(["required"])},U=M=>{l(M.target.checked?d.map(H=>H.value):["required"])};return n.jsxs(n.Fragment,{children:[n.jsx(e,{onClick:B,children:t}),n.jsx(k.Modal,{title:r("Restore"),width:800,footer:a&&!i?null:void 0,open:m,onOk:Y,onCancel:ee,children:n.jsxs(k.Spin,{spinning:v,children:[a&&!i&&n.jsx(ko,{setRestoreData:s}),(!a||i)&&[n.jsxs("strong",{style:{fontWeight:600,display:"block",margin:"16px 0 8px"},children:[r("Select the data to be restored")," (",n.jsx(Pe,{collectionsData:i==null?void 0:i.dumpableCollectionsGroupByGroup}),"):"]},"info"),n.jsx("div",{style:{lineHeight:2,marginBottom:8},children:n.jsxs(me.FormItem,{children:[n.jsx(g.Checkbox.Group,{options:d,style:{flexDirection:"column"},value:c,onChange:M=>l(M)}),n.jsx(k.Divider,{}),n.jsx(g.Checkbox,{indeterminate:S,onChange:U,checked:w,children:r("Check all")})]})},"dataType")]]})})]})},go=({ButtonComponent:e=k.Button,refresh:t})=>{const{t:a}=R(),[o,r]=y.useState(!1),[c,l]=y.useState(["required"]),m=g.useAPIClient(),{notification:p}=k.App.useApp(),[i,s]=y.useState([]),v=c.length>0&&c.length<i.filter(S=>S.value!=="skipped").length,u=i.filter(S=>S.value!=="skipped").length===c.length,f=S=>{l(S.target.checked?i.filter(w=>w.value!=="skipped").map(w=>w.value):["required"])},h=()=>$(null,null,function*(){const{data:S}=yield m.resource("backupFiles").dumpableCollections();s(Object.keys(S||[]).map(w=>({value:w,label:a(`${w}.title`),disabled:["required","skipped"].includes(w)}))),r(!0)}),d=S=>{m.request({url:"backupFiles:create",method:"post",data:{dataTypes:c,method:S}}),p.info({key:"backup",message:n.jsxs("span",{children:[a("Processing..."),"    ",n.jsx(k.Spin,{indicator:n.jsx(X.LoadingOutlined,{style:{fontSize:24},spin:!0})})]}),duration:0}),r(!1),l(["required"]),setTimeout(()=>{t()},500)},b=()=>{r(!1),l(["required"])};return n.jsxs(n.Fragment,{children:[n.jsx(e,{icon:n.jsx(X.PlusOutlined,{}),type:"primary",onClick:h,children:a("New backup")}),n.jsxs(k.Modal,{title:a("New backup"),width:800,open:o,onCancel:b,footer:[n.jsxs(k.Row,{gutter:16,justify:"end",align:"middle",children:[n.jsx(k.Col,{children:n.jsx(k.Button,{onClick:b,children:a("Cancel")},"cancel")}),n.jsx(k.Col,{children:n.jsx(k.Dropdown.Button,{type:"primary",onClick:()=>d("priority"),overlay:n.jsxs(k.Menu,{children:[n.jsx(k.Menu.Item,{onClick:()=>d("main"),children:a("Self backup")},"main"),n.jsx(k.Menu.Item,{onClick:()=>d("worker"),children:a("Worker backup")},"worker")]}),children:a("Backup")},"submit")})]})],children:[n.jsxs("strong",{style:{fontWeight:600,display:"block",margin:"16px 0 8px"},children:[a("Select the data to be backed up")," (",n.jsx(Pe,{isBackup:!0}),"):"]}),n.jsxs("div",{style:{lineHeight:2,marginBottom:8},children:[n.jsx(g.Checkbox.Group,{options:i,style:{flexDirection:"column"},onChange:S=>l(S),value:c}),n.jsx(k.Divider,{}),n.jsx(g.Checkbox,{indeterminate:v,onChange:f,checked:u,children:a("Check all")})]})]})]})},ko=e=>{const{t}=R(),a={multiple:!1,action:"/backupFiles:upload",onChange(o){var c,l,m;o.fileList.length>1&&o.fileList.splice(0,o.fileList.length-1);const{status:r}=o.file;r==="done"?(k.message.success(`${o.file.name} `+t("file uploaded successfully")),e.setRestoreData(De(ae({},(l=(c=o.file.response)==null?void 0:c.data)==null?void 0:l.meta),{key:(m=o.file.response)==null?void 0:m.data.key}))):r==="error"&&k.message.error(`${o.file.name} `+t("file upload failed"))},onDrop(o){console.log("Dropped files",o.dataTransfer.files)}};return n.jsxs(bo,De(ae({},xo(a)),{children:[n.jsx("p",{className:"ant-upload-drag-icon",children:n.jsx(X.InboxOutlined,{})}),n.jsxs("p",{className:"ant-upload-text",children:[" ",t("Click or drag file to this area to upload")]})]}))},wo=()=>{const{t:e}=R(),t=g.useAPIClient(),[a,o]=y.useState([]),[r,c]=y.useState(!1),[l,m]=y.useState(!1),{modal:p,notification:i}=k.App.useApp(),s=y.useMemo(()=>t.resource("backupFiles"),[t]),v=y.useCallback(()=>$(null,null,function*(){yield u()}),[]);g.useNoticeSub("backup",d=>{(i[d.level]||i.info)({key:"backup",message:d.msg}),v()}),y.useEffect(()=>{u()},[]);const u=()=>$(null,null,function*(){c(!0);const{data:d}=yield s.list();o(d.data),c(!1)}),f=d=>$(null,null,function*(){m(d.name);const b=yield t.request({url:"backupFiles:download",method:"get",params:{filterByTk:d.name},responseType:"blob",onDownloadProgress:w=>{const B=Math.round(w.loaded*100/w.total);B>=100?i.success({key:"downloadBackup",message:n.jsx("span",{children:e("Downloaded success!")}),duration:1}):i.info({key:"downloadBackup",message:n.jsxs("span",{children:[e("Downloading ")+B+"%","    ",n.jsx(k.Spin,{indicator:n.jsx(X.LoadingOutlined,{style:{fontSize:24},spin:!0})})]}),duration:0})}});m(!1);const S=new Blob([b.data]);ho.saveAs(S,d.name)}),h=d=>{p.confirm({title:e("Delete record",{ns:"core"}),content:e("Are you sure you want to delete it?",{ns:"core"}),onOk:()=>$(null,null,function*(){yield s.destroy({filterByTk:d.name}),yield u(),k.message.success(e("Deleted successfully"))})})};return n.jsx("div",{children:n.jsxs(k.Card,{bordered:!1,children:[n.jsxs(k.Space,{style:{float:"right",marginBottom:16},children:[n.jsx(k.Button,{onClick:v,icon:n.jsx(X.ReloadOutlined,{}),children:e("Refresh")}),n.jsx(Te,{upload:!0,title:n.jsxs(n.Fragment,{children:[n.jsx(X.UploadOutlined,{})," ",e("Restore backup from local")]})}),n.jsx(go,{refresh:v})]}),n.jsx(k.Table,{dataSource:a,loading:r,columns:[{title:e("Backup file"),dataIndex:"name",width:400,onCell:d=>d.inProgress?{colSpan:4}:{},render:(d,b)=>b.inProgress?n.jsxs("div",{style:{color:"rgba(0, 0, 0, 0.88)"},children:[d,"(",e("Backing up"),"...)"]}):b.status==="error"?n.jsxs("div",{style:{color:"red"},children:[d,"(",e("Error"),")"]}):n.jsx("div",{children:d})},{title:e("File size"),dataIndex:"fileSize",onCell:d=>d.inProgress?{colSpan:0}:{}},{title:e("Created at",{ns:"core"}),dataIndex:"createdAt",onCell:d=>d.inProgress?{colSpan:0}:{},render:d=>n.jsx(g.DatePicker.ReadPretty,{value:d,showTime:!0})},{title:e("Actions",{ns:"core"}),dataIndex:"actions",onCell:d=>d.inProgress?{colSpan:0}:{},render:(d,b)=>n.jsxs(k.Space,{split:n.jsx(k.Divider,{type:"vertical"}),children:[b.status!=="error"&&n.jsx(Te,{ButtonComponent:"a",title:e("Restore"),fileData:b}),b.status!=="error"&&n.jsx("a",{type:"link",onClick:()=>f(b),children:e("Download")}),n.jsx("a",{onClick:()=>h(b),children:e("Delete")})]})}]})]})})},Co={dumpRules:"required",name:"autoBackup",shared:!0,createdAt:!0,updatedAt:!0,createdBy:!0,updatedBy:!0,fields:[{type:"string",name:"title",required:!0,uiSchema:{title:'{{ t("Title") }}',type:"string","x-component":"Input",required:!0}},{type:"boolean",name:"enabled",defaultValue:!1,uiSchema:{title:'{{ t("Enabled") }}',type:"boolean","x-component":"Checkbox",required:!0}},{type:"array",name:"dumpRules",uiSchema:{title:'{{ t("Dump rules") }}',type:"string","x-component":"Input",required:!0}},{type:"string",name:"repeat",required:!0,uiSchema:{title:'{{t("Repeat mode")}}',type:"string","x-component":"RepeatField"}},{type:"integer",name:"maxNumber",uiSchema:{title:'{{ t("Max number") }}',type:"integer","x-component":"Input",required:!0}}]};var q=function(){return q=Object.assign||function(e){for(var t,a=1,o=arguments.length;a<o;a++)for(var r in t=arguments[a])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},q.apply(this,arguments)};function Ee(e,t){var a={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(a[o]=e[o]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(a[o[r]]=e[o[r]])}return a}function fe(e,t,a){if(a||arguments.length===2)for(var o,r=0,c=t.length;r<c;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}var Oo=[{name:"@yearly",value:"0 0 1 1 *"},{name:"@annually",value:"0 0 1 1 *"},{name:"@monthly",value:"0 0 1 * *"},{name:"@weekly",value:"0 0 * * 0"},{name:"@daily",value:"0 0 * * *"},{name:"@midnight",value:"0 0 * * *"},{name:"@hourly",value:"0 * * * *"}],oe=[{type:"minutes",min:0,max:59,total:60},{type:"hours",min:0,max:23,total:24},{type:"month-days",min:1,max:31,total:31},{type:"months",min:1,max:12,total:12,alt:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]},{type:"week-days",min:0,max:6,total:7,alt:["SUN","MON","TUE","WED","THU","FRI","SAT"]}],C={everyText:"every",emptyMonths:"every month",emptyMonthDays:"every day of the month",emptyMonthDaysShort:"day of the month",emptyWeekDays:"every day of the week",emptyWeekDaysShort:"day of the week",emptyHours:"every hour",emptyMinutes:"every minute",emptyMinutesForHourPeriod:"every",yearOption:"year",monthOption:"month",weekOption:"week",dayOption:"day",hourOption:"hour",minuteOption:"minute",rebootOption:"reboot",prefixPeriod:"Every",prefixMonths:"in",prefixMonthDays:"on",prefixWeekDays:"on",prefixWeekDaysForMonthAndYearPeriod:"and",prefixHours:"at",prefixMinutes:":",prefixMinutesForHourPeriod:"at",suffixMinutesForHourPeriod:"minute(s)",errorInvalidCron:"Invalid cron expression",clearButtonText:"Clear",weekDays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],altWeekDays:["SUN","MON","TUE","WED","THU","FRI","SAT"],altMonths:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]};function je(e,t){for(var a=[],o=e;o<=t;o++)a.push(o);return a}function ye(e){return e.sort(function(t,a){return t-a}),e}function Le(e){var t=[];return e.forEach(function(a){t.indexOf(a)<0&&t.push(a)}),t}function J(e){return Object.entries(e).filter(function(t){var a=t[0],o=t[1];return a&&o}).map(function(t){return t[0]}).join(" ")}function Ie(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||C.errorInvalidCron})}function he(e){var t=parseInt(e,10),a=Number(e);return t===a?a:NaN}function Ve(e,t,a,o,r,c,l,m,p,i,s,v,u,f){a&&a(void 0),t(!1);var h=!1;if(!e){if(o==="always"||c&&o==="for-default-value")return;h=!0}if(!h){if(m&&(m===!0||m.includes(e))){if(e==="@reboot")return void f("reboot");var d=Oo.find(function(w){return w.name===e});d&&(e=d.value)}try{var b=function(w){if(typeof w!="string")throw new Error("Invalid cron string");var B=w.replace(/\s+/g," ").trim().split(" ");if(B.length===5)return B.map(function(Y,ee){return function(U,M){if(U==="*"||U==="*/1")return[];var H=ye(Le(We(function(j,N,_){if(_){j=j.toUpperCase();for(var x=0;x<_.length;x++)j=j.replace(_[x],"".concat(x+N))}return j}(U,M.min,M.alt).split(",").map(function(j){var N,_=j.split("/");if(_.length>2)throw new Error('Invalid value "'.concat(U,' for "').concat(M.type,'"'));var x=_[0],O=_[1];N=x==="*"?je(M.min,M.max):function(F,T,L){var I=F.split("-");if(I.length===1){var ce=he(I[0]);if(isNaN(ce))throw new Error('Invalid value "'.concat(T,'" for ').concat(L.type));return[ce]}if(I.length===2){var Z=he(I[0]),ne=he(I[1]);if(isNaN(Z)||isNaN(ne))throw new Error('Invalid value "'.concat(T,'" for ').concat(L.type));if(ne<Z)throw new Error('Max range is less than min range in "'.concat(F,'" for ').concat(L.type));return je(Z,ne)}throw new Error('Invalid value "'.concat(F,'" for ').concat(L.type))}(x,U,M);var D=function(F,T){if(F!==void 0){var L=he(F);if(isNaN(L)||L<1)throw new Error('Invalid interval step value "'.concat(F,'" for ').concat(T.type));return L}}(O,M),W=function(F,T){if(T){var L=F[0];F=F.filter(function(I){return I%T==L%T||I===L})}return F}(N,D);return W}).flat(),M))),P=ze(H,M);if(P!==void 0)throw new Error('Value "'.concat(P,'" out of range for ').concat(M.type));return H.length===M.total?[]:H}(Y,oe[ee])});throw new Error("Invalid cron string format")}(e),S=function(w){return w[3].length>0?"year":w[2].length>0?"month":w[4].length>0?"week":w[1].length>0?"day":w[0].length>0?"hour":"minute"}(b);f(S),p(b[0]),i(b[1]),s(b[2]),v(b[3]),u(b[4])}catch(w){h=!0}}h&&(r.current=e,t(!0),Ie(a,l))}function qe(e,t,a,o,r,c,l){if(e==="reboot")return"@reboot";var m=function(p,i){return p.map(function(s,v){var u=oe[v];return He(Ue(s,u),u,i)})}([e!=="minute"&&c?c:[],e!=="minute"&&e!=="hour"&&r?r:[],e!=="year"&&e!=="month"||!a?[]:a,e==="year"&&t?t:[],e!=="year"&&e!=="month"&&e!=="week"||!o?[]:o],l);return m.join(" ")}function He(e,t,a,o,r){var c="";if(function(m,p){return m.length===p.max-p.min+1}(e,t)||e.length===0)c="*";else{var l=function(m){if(m.length>2){var p=m[1]-m[0];if(p>1)return p}}(e);c=l&&function(m,p){for(var i=1;i<m.length;i++){var s=m[i-1];if(m[i]-s!==p)return!1}return!0}(e,l)?function(m,p,i){var s=Je(m),v=_e(m),u=m.length===(v-s)/i+1;return!!(s===p.min&&v+i>p.max&&u)}(e,t,l)?"*/".concat(l):"".concat(te(Je(e),t,a,o,r),"-").concat(te(_e(e),t,a,o,r),"/").concat(l):function(m){var p=[],i=null;return m.forEach(function(s,v,u){s!==u[v+1]-1?i!==null?(p.push([i,s]),i=null):p.push(s):i===null&&(i=s)}),p}(e).map(function(m){return Array.isArray(m)?"".concat(te(m[0],t,a,o,r),"-").concat(te(m[1],t,a,o,r)):te(m,t,a,o,r)}).join(",")}return c}function te(e,t,a,o,r){var c=e.toString(),l=t.type,m=t.alt,p=t.min,i=o&&(o===!0||o.includes(l)),s=r==="24-hour-clock"&&(l==="hours"||l==="minutes");if(a&&l==="week-days"||a&&l==="months"?c=m[e-p]:e<10&&(i||s)&&(c=c.padStart(2,"0")),l==="hours"&&r==="12-hour-clock"){var v=e>=12?"PM":"AM",u=e%12||12;u<10&&i&&(u=u.toString().padStart(2,"0")),c="".concat(u).concat(v)}return c}function Ue(e,t){var a=ye(Le(We(e,t)));if(a.length===0)return a;var o=ze(a,t);if(o!==void 0)throw new Error('Value "'.concat(o,'" out of range for ').concat(t.type));return a}function We(e,t){return t.type==="week-days"&&(e=e.map(function(a){return a===7?0:a})),e}function ze(e,t){var a=e[0],o=e[e.length-1];return a<t.min?a:o>t.max?o:void 0}function Je(e){return e[0]}function _e(e){return e[e.length-1]}function se(e){var t=e.value,a=e.grid,o=a===void 0||a,r=e.optionsList,c=e.setValue,l=e.locale,m=e.className,p=e.humanizeLabels,i=e.disabled,s=e.readOnly,v=e.leadingZero,u=e.clockFormat,f=e.period,h=e.unit,d=e.periodicityOnDoubleClick,b=e.mode,S=Ee(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),w=y.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(x){return x.toString()})},[t]),B=y.useMemo(function(){return r?r.map(function(x,O){return{value:(h.min===0?O:O+1).toString(),label:x}}):fe([],Array(h.total),!0).map(function(x,O){var D=h.min===0?O:O+1;return{value:D.toString(),label:te(D,h,p,v,u)}})},[r,v,p,u]),Y=JSON.stringify(l),ee=y.useCallback(function(x){var O=x.value;if(!t||t[0]!==Number(O))return n.jsx(n.Fragment,{});var D=He(Ue(t,h),h,p,v,u),W=D.match(/^\*\/([0-9]+),?/)||[];return n.jsx("div",{children:W[1]?"".concat(l.everyText||C.everyText," ").concat(W[1]):D})},[t,Y,p,v,u]),U=y.useCallback(function(x){var O=Array.isArray(x)?ye(x):[x],D=O;t&&(D=b==="single"?[]:fe([],t,!0),O.forEach(function(W){var F=Number(W);D=t.some(function(T){return T===F})?D.filter(function(T){return T!==F}):ye(fe(fe([],D,!0),[F],!1))})),D.length===h.total?c([]):c(D)},[c,t]),M=y.useCallback(function(x){if(x!==0&&x!==1){for(var O=h.total+h.min,D=[],W=h.min;W<O;W++)W%x==0&&D.push(W);var F=t&&D&&t.length===D.length&&t.every(function(L,I){return L===D[I]}),T=D.length===B.length;c(T||F?[]:D)}else c([])},[t,B,c]),H=y.useRef([]),P=y.useCallback(function(x){if(!s){var O=H.current;O.push({time:new Date().getTime(),value:Number(x)});var D=window.setTimeout(function(){d&&O.length>1&&O[O.length-1].time-O[O.length-2].time<300?O[O.length-1].value===O[O.length-2].value?M(Number(x)):U([O[O.length-2].value,O[O.length-1].value]):U(Number(x)),H.current=[]},300);return function(){window.clearTimeout(D)}}},[H,U,M,s,d]),j=y.useCallback(function(){s||c([])},[c,s]),N=y.useMemo(function(){var x;return J(((x={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(m,"-select")]=!!m,x))},[m]),_=y.useMemo(function(){var x;return J(((x={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(h.type)]=!0,x["react-js-cron-custom-select-dropdown"]=!0,x["react-js-cron-custom-select-dropdown-".concat(h.type)]=!0,x["react-js-cron-custom-select-dropdown-minutes-large"]=h.type==="minutes"&&f!=="hour"&&f!=="day",x["react-js-cron-custom-select-dropdown-minutes-medium"]=h.type==="minutes"&&(f==="day"||f==="hour"),x["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=h.type==="hours"&&u==="12-hour-clock",x["react-js-cron-custom-select-dropdown-grid"]=!!o,x["".concat(m,"-select-dropdown")]=!!m,x["".concat(m,"-select-dropdown-").concat(h.type)]=!!m,x))},[m,o,u,f]);return n.jsx(k.Select,q({mode:b!=="single"||d?"multiple":void 0,allowClear:!s,virtual:!1,open:!s&&void 0,value:w,onClear:j,tagRender:ee,className:N,popupClassName:_,options:B,showSearch:!1,showArrow:!s,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:P,onDeselect:P,disabled:i,dropdownAlign:h.type!=="minutes"&&h.type!=="hours"||f==="day"||f==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(h.type)},S))}function So(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.leadingZero,p=e.clockFormat,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-hours":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-hours")]=!!r,f))},[r]);return n.jsxs("div",q({className:u},{children:[o.prefixHours!==""&&n.jsx("span",{children:o.prefixHours||C.prefixHours}),n.jsx(se,{placeholder:o.emptyHours||C.emptyHours,value:t,unit:oe[1],setValue:a,locale:o,className:r,disabled:c,readOnly:l,leadingZero:m,clockFormat:p,period:i,periodicityOnDoubleClick:s,mode:v})]}))}function Mo(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.leadingZero,p=e.clockFormat,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-minutes":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-minutes")]=!!r,f))},[r]);return n.jsxs("div",q({className:u},{children:[i==="hour"?o.prefixMinutesForHourPeriod!==""&&n.jsx("span",{children:o.prefixMinutesForHourPeriod||C.prefixMinutesForHourPeriod}):o.prefixMinutes!==""&&n.jsx("span",{children:o.prefixMinutes||C.prefixMinutes}),n.jsx(se,{placeholder:i==="hour"?o.emptyMinutesForHourPeriod||C.emptyMinutesForHourPeriod:o.emptyMinutes||C.emptyMinutes,value:t,unit:oe[0],setValue:a,locale:o,className:r,disabled:c,readOnly:l,leadingZero:m,clockFormat:p,period:i,periodicityOnDoubleClick:s,mode:v}),i==="hour"&&o.suffixMinutesForHourPeriod!==""&&n.jsx("span",{children:o.suffixMinutesForHourPeriod||C.suffixMinutesForHourPeriod})]}))}function Do(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.weekDays,l=e.disabled,m=e.readOnly,p=e.leadingZero,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=!c||c.length===0,f=y.useMemo(function(){var b;return J(((b={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!u})["".concat(r,"-field")]=!!r,b["".concat(r,"-month-days")]=!!r,b))},[r,u]),h=JSON.stringify(o),d=y.useMemo(function(){return u?o.emptyMonthDays||C.emptyMonthDays:o.emptyMonthDaysShort||C.emptyMonthDaysShort},[u,h]);return!m||t&&t.length>0||(!t||t.length===0)&&(!c||c.length===0)?n.jsxs("div",q({className:f},{children:[o.prefixMonthDays!==""&&n.jsx("span",{children:o.prefixMonthDays||C.prefixMonthDays}),n.jsx(se,{placeholder:d,value:t,setValue:a,unit:oe[2],locale:o,className:r,disabled:l,readOnly:m,leadingZero:p,period:i,periodicityOnDoubleClick:s,mode:v})]})):null}function Ao(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.humanizeLabels,l=e.disabled,m=e.readOnly,p=e.period,i=e.periodicityOnDoubleClick,s=e.mode,v=o.months||C.months,u=y.useMemo(function(){var f;return J(((f={"react-js-cron-field":!0,"react-js-cron-months":!0})["".concat(r,"-field")]=!!r,f["".concat(r,"-months")]=!!r,f))},[r]);return n.jsxs("div",q({className:u},{children:[o.prefixMonths!==""&&n.jsx("span",{children:o.prefixMonths||C.prefixMonths}),n.jsx(se,{placeholder:o.emptyMonths||C.emptyMonths,optionsList:v,grid:!1,value:t,unit:q(q({},oe[3]),{alt:o.altMonths||C.altMonths}),setValue:a,locale:o,className:r,humanizeLabels:c,disabled:l,readOnly:m,period:p,periodicityOnDoubleClick:i,mode:s})]}))}function Bo(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.disabled,l=e.readOnly,m=e.shortcuts,p=e.allowedPeriods,i=[];p.includes("year")&&i.push({value:"year",label:o.yearOption||C.yearOption}),p.includes("month")&&i.push({value:"month",label:o.monthOption||C.monthOption}),p.includes("week")&&i.push({value:"week",label:o.weekOption||C.weekOption}),p.includes("day")&&i.push({value:"day",label:o.dayOption||C.dayOption}),p.includes("hour")&&i.push({value:"hour",label:o.hourOption||C.hourOption}),p.includes("minute")&&i.push({value:"minute",label:o.minuteOption||C.minuteOption}),p.includes("reboot")&&m&&(m===!0||m.includes("@reboot"))&&i.push({value:"reboot",label:o.rebootOption||C.rebootOption});var s=y.useCallback(function(h){l||a(h)},[a,l]),v=y.useMemo(function(){var h;return J(((h={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(r,"-field")]=!!r,h["".concat(r,"-period")]=!!r,h))},[r]),u=y.useMemo(function(){var h;return J(((h={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":o.prefixPeriod===""})["".concat(r,"-select")]=!!r,h))},[r,o.prefixPeriod]),f=y.useMemo(function(){var h;return J(((h={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(r,"-select-dropdown")]=!!r,h["".concat(r,"-select-dropdown-period")]=!!r,h))},[r]);return n.jsxs("div",q({className:v},{children:[o.prefixPeriod!==""&&n.jsx("span",{children:o.prefixPeriod||C.prefixPeriod}),n.jsx(k.Select,{defaultValue:t,value:t,onChange:s,options:i,className:u,popupClassName:f,disabled:c,showArrow:!l,open:!l&&void 0,"data-testid":"select-period"},JSON.stringify(o))]}))}function No(e){var t=e.value,a=e.setValue,o=e.locale,r=e.className,c=e.humanizeLabels,l=e.monthDays,m=e.disabled,p=e.readOnly,i=e.period,s=e.periodicityOnDoubleClick,v=e.mode,u=o.weekDays||C.weekDays,f=i==="week"||!l||l.length===0,h=y.useMemo(function(){var B;return J(((B={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!f})["".concat(r,"-field")]=!!r,B["".concat(r,"-week-days")]=!!r,B))},[r,f]),d=JSON.stringify(o),b=y.useMemo(function(){return f?o.emptyWeekDays||C.emptyWeekDays:o.emptyWeekDaysShort||C.emptyWeekDaysShort},[f,d]),S=i==="week"||!p||t&&t.length>0||(!t||t.length===0)&&(!l||l.length===0),w=!p||l&&l.length>0||(!l||l.length===0)&&(!t||t.length===0);return S?n.jsxs("div",q({className:h},{children:[o.prefixWeekDays!==""&&(i==="week"||!w)&&n.jsx("span",{children:o.prefixWeekDays||C.prefixWeekDays}),o.prefixWeekDaysForMonthAndYearPeriod!==""&&i!=="week"&&w&&n.jsx("span",{children:o.prefixWeekDaysForMonthAndYearPeriod||C.prefixWeekDaysForMonthAndYearPeriod}),n.jsx(se,{placeholder:b,optionsList:u,grid:!1,value:t,unit:q(q({},oe[4]),{alt:o.altWeekDays||C.altWeekDays}),setValue:a,locale:o,className:r,humanizeLabels:c,disabled:m,readOnly:p,period:i,periodicityOnDoubleClick:s,mode:v})]})):null}function Fo(e){var t=e.clearButton,a=t===void 0||t,o=e.clearButtonProps,r=o===void 0?{}:o,c=e.clearButtonAction,l=c===void 0?"fill-with-every":c,m=e.locale,p=m===void 0?C:m,i=e.value,s=i===void 0?"":i,v=e.setValue,u=e.displayError,f=u===void 0||u,h=e.onError,d=e.className,b=e.defaultPeriod,S=b===void 0?"day":b,w=e.allowEmpty,B=w===void 0?"for-default-value":w,Y=e.humanizeLabels,ee=Y===void 0||Y,U=e.humanizeValue,M=U!==void 0&&U,H=e.disabled,P=H!==void 0&&H,j=e.readOnly,N=j!==void 0&&j,_=e.leadingZero,x=_!==void 0&&_,O=e.shortcuts,D=O===void 0?["@yearly","@annually","@monthly","@weekly","@daily","@midnight","@hourly"]:O,W=e.clockFormat,F=e.periodicityOnDoubleClick,T=F===void 0||F,L=e.mode,I=L===void 0?"multiple":L,ce=e.allowedDropdowns,Z=ce===void 0?["period","months","month-days","week-days","hours","minutes"]:ce,ne=e.allowedPeriods,Uo=ne===void 0?["year","month","week","day","hour","minute","reboot"]:ne,re=y.useRef(s),Ae=y.useRef(S),Xe=y.useState(),K=Xe[0],ve=Xe[1],Qe=y.useState(),ue=Qe[0],be=Qe[1],Re=y.useState(),xe=Re[0],ge=Re[1],eo=y.useState(),de=eo[0],ke=eo[1],oo=y.useState(),we=oo[0],Ce=oo[1],to=y.useState(),Oe=to[0],Se=to[1],no=y.useState(!1),Be=no[0],pe=no[1],ro=y.useState(!1),Me=ro[0],ao=ro[1],Wo=function(E){var G=y.useRef(E);return y.useEffect(function(){G.current=E},[E]),G.current}(Me),io=JSON.stringify(p);y.useEffect(function(){Ve(s,pe,h,B,re,!0,p,D,Se,Ce,be,ge,ke,ve)},[]),y.useEffect(function(){s!==re.current&&Ve(s,pe,h,B,re,!1,p,D,Se,Ce,be,ge,ke,ve)},[s,re,io,B,D]),y.useEffect(function(){if(!(K||Oe||xe||ue||de||we)||Me||Wo)Me&&ao(!1);else{var E=K||Ae.current,G=qe(E,xe,ue,de,we,Oe,M);v(G,{selectedPeriod:E}),re.current=G,h&&h(void 0),pe(!1)}},[K,ue,xe,de,we,Oe,M,Me]);var lo=y.useCallback(function(){be(void 0),ge(void 0),ke(void 0),Ce(void 0),Se(void 0);var E="",G=K!=="reboot"&&K?K:Ae.current;G!==K&&ve(G),l==="fill-with-every"&&(E=qe(G,void 0,void 0,void 0,void 0,void 0)),v(E,{selectedPeriod:G}),re.current=E,ao(!0),B==="never"&&l==="empty"?(pe(!0),Ie(h,p)):(h&&h(void 0),pe(!1))},[K,v,h,l]),zo=y.useMemo(function(){var E;return J(((E={"react-js-cron":!0,"react-js-cron-error":Be&&f,"react-js-cron-disabled":P,"react-js-cron-read-only":N})["".concat(d)]=!!d,E["".concat(d,"-error")]=Be&&f&&!!d,E["".concat(d,"-disabled")]=P&&!!d,E["".concat(d,"-read-only")]=N&&!!d,E))},[d,Be,f,P,N]),Ne=r.className,so=Ee(r,["className"]),co=y.useMemo(function(){var E;return J(((E={"react-js-cron-clear-button":!0})["".concat(d,"-clear-button")]=!!d,E["".concat(Ne)]=!!Ne,E))},[d,Ne]),Jo=JSON.stringify(so),uo=y.useMemo(function(){return a&&!N?n.jsx(k.Button,q({className:co,danger:!0,type:"primary",disabled:P},so,{onClick:lo},{children:p.clearButtonText||C.clearButtonText})):null},[a,N,io,co,P,Jo,lo]),V=K||Ae.current;return n.jsxs("div",q({className:zo},{children:[Z.includes("period")&&n.jsx(Bo,{value:V,setValue:ve,locale:p,className:d,disabled:P,readOnly:N,shortcuts:D,allowedPeriods:Uo}),V==="reboot"?uo:n.jsxs(n.Fragment,{children:[V==="year"&&Z.includes("months")&&n.jsx(Ao,{value:xe,setValue:ge,locale:p,className:d,humanizeLabels:ee,disabled:P,readOnly:N,period:V,periodicityOnDoubleClick:T,mode:I}),(V==="year"||V==="month")&&Z.includes("month-days")&&n.jsx(Do,{value:ue,setValue:be,locale:p,className:d,weekDays:de,disabled:P,readOnly:N,leadingZero:x,period:V,periodicityOnDoubleClick:T,mode:I}),(V==="year"||V==="month"||V==="week")&&Z.includes("week-days")&&n.jsx(No,{value:de,setValue:ke,locale:p,className:d,humanizeLabels:ee,monthDays:ue,disabled:P,readOnly:N,period:V,periodicityOnDoubleClick:T,mode:I}),n.jsxs("div",{children:[V!=="minute"&&V!=="hour"&&Z.includes("hours")&&n.jsx(So,{value:we,setValue:Ce,locale:p,className:d,disabled:P,readOnly:N,leadingZero:x,clockFormat:W,period:V,periodicityOnDoubleClick:T,mode:I}),V!=="minute"&&Z.includes("minutes")&&n.jsx(Mo,{value:Oe,setValue:Se,locale:p,period:V,className:d,disabled:P,readOnly:N,leadingZero:x,clockFormat:W,periodicityOnDoubleClick:T,mode:I}),uo]})]})]}))}const Po={"zh-CN":{everyText:"每",emptyMonths:"每月",emptyMonthDays:"每日(月)",emptyMonthDaysShort:"每日",emptyWeekDays:"每天(周)",emptyWeekDaysShort:"每天(周)",emptyHours:"每小时",emptyMinutes:"每分钟",emptyMinutesForHourPeriod:"每",yearOption:"年",monthOption:"月",weekOption:"周",dayOption:"天",hourOption:"小时",minuteOption:"分钟",rebootOption:"重启",prefixPeriod:"每",prefixMonths:"的",prefixMonthDays:"的",prefixWeekDays:"的",prefixWeekDaysForMonthAndYearPeriod:"或者",prefixHours:"的",prefixMinutes:":",prefixMinutesForHourPeriod:"的",suffixMinutesForHourPeriod:"分钟",errorInvalidCron:"不符合 cron 规则的表达式",clearButtonText:"清空",weekDays:["周日","周一","周二","周三","周四","周五","周六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],altWeekDays:["周日","周一","周二","周三","周四","周五","周六"],altMonths:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},Ze=[{value:"none",text:"No repeat"},{value:6e4,text:"By minute",unitText:"Minutes"},{value:36e5,text:"By hour",unitText:"Hours"},{value:864e5,text:"By day",unitText:"Days"},{value:6048e5,text:"By week",unitText:"Weeks"},{value:"cron",text:"Advanced"}];function Ge(e){return Ze.filter(a=>!isNaN(+a.value)).reverse().find(a=>!(e%a.value))}function To(e){if(!e)return"none";if(e&&!isNaN(+e)){const t=Ge(e);return t?t.value:"none"}if(typeof e=="string")return"cron"}function Eo({value:e,onChange:t}){const{t:a}=R(),o=Ge(e);return n.jsx(k.InputNumber,{value:e/o.value,onChange:r=>t(r*o.value),min:1,addonBefore:a("Every"),addonAfter:a(o.unitText),className:"auto-width"})}function jo({value:e=null,onChange:t}){const{t:a}=R(),o=To(e),r=y.useCallback(l=>{if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)},[t]),c=Po[localStorage.getItem("TACHYBASE_LOCALE")||"en-US"];return n.jsxs("fieldset",{className:g.css`
2
2
  display: flex;
3
3
  flex-direction: ${o==="cron"?"column":"row"};
4
4
  align-items: flex-start;
@@ -27,4 +27,4 @@
27
27
  }
28
28
  }
29
29
  }
30
- `,children:[n.jsx(k.Select,{value:o,onChange:r,className:"auto-width",options:Ze.map(l=>({value:l.value,label:a(l.text)}))}),o&&!isNaN(+o)?n.jsx(Po,{value:e,onChange:t}):null,o==="cron"?n.jsx(Ao,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:c}):null]})}const _e={name:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.name","x-component-props":{}},title:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.title","x-component-props":{}},enabled:{type:"boolean","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.enabled","x-component-props":{}},repeat:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.repeat","x-component-props":{}},dumpRules:{title:'{{ t("Dump rules") }}',type:"array","x-component":"Checkbox.Group","x-decorator":"FormItem","x-component-props":{style:{display:"flex",flexDirection:"column"},options:"{{ dumpRuleTypes }}"},"x-reactions":e=>{const t=new Set(e.value||[]);t.add("required"),e.value=Array.from(t)}},maxNumber:{title:'{{ t("Max number") }}',description:'{{ t("Keep only the maximum number and delete the oldest versions with redundant time.") }}',type:"number","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.maxNumber","x-component-props":{}}},To={type:"void","x-acl-action-props":{skipScopeCheck:!0},"x-acl-action":"autoBackup:create","x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:"autoBackup"},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useCreateFormBlockProps",properties:ae({actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{submit:{title:'{{t("Submit")}}',"x-action":"submit","x-component":"Action","x-use-component-props":"useCreateActionProps","x-component-props":{type:"primary",htmlType:"submit"},type:"void"}}}},_e)}}},jo={type:"void","x-action":"create","x-acl-action":"create",title:"{{t('Add new')}}","x-component":"Action","x-decorator":"ACLActionProvider","x-component-props":{openMode:"drawer",type:"primary",component:"CreateRecordAction",icon:"PlusOutlined"},"x-align":"right","x-acl-action-props":{skipScopeCheck:!0},properties:{drawer:{type:"void",title:'{{ t("Add record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{form:To}}}},Eo={type:"void",title:'{{ t("Edit") }}',"x-action":"update","x-component":"Action.Link","x-component-props":{openMode:"drawer",icon:"EditOutlined"},"x-decorator":"ACLActionProvider",properties:{drawer:{type:"void",title:'{{ t("Edit record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{card:{type:"void","x-acl-action-props":{skipScopeCheck:!1},"x-acl-action":"autoBackup:update","x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:"autoBackup"},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useEditFormBlockProps",properties:ae({actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{submit:{title:'{{ t("Submit") }}',"x-action":"submit","x-component":"Action","x-use-component-props":"useUpdateActionProps","x-component-props":{type:"primary",htmlType:"submit"},"x-action-settings":{triggerWorkflows:[],onSuccess:{manualClose:!1,redirecting:!1,successMessage:'{{t("Updated successfully")}}'},isDeltaChanged:!1},type:"void"}}}},_e)}}}}}}},Lo={type:"void",properties:{autoBackupTable:{type:"void","x-decorator":"TableBlockProvider","x-acl-action":"autoBackup:list","x-use-decorator-props":"useTableBlockDecoratorProps","x-decorator-props":{collection:"autoBackup",dataSource:"main",action:"list",params:{pageSize:20},rowKey:"id",showIndex:!0,dragSort:!1},"x-component":"CardItem","x-filter-targets":[],properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{refresh:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-settings":"actionSettings:refresh","x-component-props":{icon:"ReloadOutlined"},"x-use-component-props":"useRefreshActionProps"},create:jo}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",rowSelection:{type:"checkbox"}},properties:{title:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{title:{"x-collection-field":"autoBackup.title","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},enabled:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{enabled:{"x-collection-field":"autoBackup.enabled","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},maxNumber:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{maxNumber:{"x-collection-field":"autoBackup.maxNumber","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},actions:{type:"void",title:'{{ t("Actions") }}',"x-action-column":"actions","x-decorator":"TableV2.Column.ActionBar","x-component":"TableV2.Column","x-component-props":{width:100,fixed:"right"},properties:{actions:{type:"void","x-component":"Space",properties:{editAction:Eo,delete:{type:"void",title:"Delete","x-action":"destroy","x-component":"Action.Link","x-component-props":{confirm:{title:"Delete",content:"Are you sure you want to delete it?"}},"x-decorator":"ACLActionProvider","x-use-component-props":"useDestroyActionProps"},clear:{type:"void",title:fo("Clear current times"),"x-action":"clearLimit","x-component":"Action.Link","x-component-props":{confirm:{title:"Clear",content:"Are you sure you want to clear current times?"}},"x-decorator":"ACLActionProvider","x-use-component-props":()=>{const{refresh:e}=g.useDataBlockRequest(),t=g.useDataBlockResource(),a=g.useRecord();return{onClick(){return $(this,null,function*(){yield t.clearLimitExecuted({id:a.id}),e()})}}}}}}}}}}}}}},Io=()=>{const{t:e}=Q(),{data:t,loading:a,refresh:o}=g.useRequest({url:"backupFiles:dumpableCollections"}),r=y.useMemo(()=>t?Object.keys(t).map(c=>({value:c,label:e(`${c}.title`),disabled:["required","skipped"].includes(c)})):[],[t]);return n.jsx(g.ExtendCollectionsProvider,{collections:[go],children:n.jsx(g.SchemaComponent,{schema:Lo,name:"auto-backup-table",components:{RepeatField:Fo},scope:{t:e,dumpRuleTypes:r}})})},$e=function(e){return n.jsx(g.SchemaComponentOptions,{children:e.children})};$e.displayName="DuplicatorProvider";class Ye extends g.Plugin{load(){return $(this,null,function*(){this.app.use($e),this.app.systemSettingsManager.add("system-services."+le,{title:this.t("Backup & Restore"),icon:"CloudServerOutlined",sort:-50}),this.app.systemSettingsManager.add("system-services."+le+".files",{title:this.t("Backup file"),icon:"CloudServerOutlined",Component:xo,aclSnippet:"pm.backup.restore"}),this.app.systemSettingsManager.add("system-services."+le+".auto",{title:this.t("Auto backup"),icon:"CloudServerOutlined",Component:Io,aclSnippet:"pm.backup.auto",sort:20})})}}A.PluginBackupRestoreClient=Ye,A.default=Ye,Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
30
+ `,children:[n.jsx(k.Select,{value:o,onChange:r,className:"auto-width",options:Ze.map(l=>({value:l.value,label:a(l.text)}))}),o&&!isNaN(+o)?n.jsx(Eo,{value:e,onChange:t}):null,o==="cron"?n.jsx(Fo,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:c}):null]})}const $e={name:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.name","x-component-props":{}},title:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.title","x-component-props":{}},enabled:{type:"boolean","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.enabled","x-component-props":{}},repeat:{type:"string","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.repeat","x-component-props":{}},dumpRules:{title:'{{ t("Dump rules") }}',type:"array","x-component":"Checkbox.Group","x-decorator":"FormItem","x-component-props":{style:{display:"flex",flexDirection:"column"},options:"{{ dumpRuleTypes }}"},"x-reactions":e=>{const t=new Set(e.value||[]);t.add("required"),e.value=Array.from(t)}},maxNumber:{title:'{{ t("Max number") }}',description:'{{ t("Keep only the maximum number and delete the oldest versions with redundant time.") }}',type:"number","x-component":"CollectionField","x-decorator":"FormItem","x-collection-field":"autoBackup.maxNumber","x-component-props":{}}},Lo={type:"void","x-acl-action-props":{skipScopeCheck:!0},"x-acl-action":"autoBackup:create","x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:"autoBackup"},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useCreateFormBlockProps",properties:ae({actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{submit:{title:'{{t("Submit")}}',"x-action":"submit","x-component":"Action","x-use-component-props":"useCreateActionProps","x-component-props":{type:"primary",htmlType:"submit"},type:"void"}}}},$e)}}},Io={type:"void","x-action":"create","x-acl-action":"create",title:"{{t('Add new')}}","x-component":"Action","x-decorator":"ACLActionProvider","x-component-props":{openMode:g.OpenMode.DRAWER_MODE,type:"primary",component:"CreateRecordAction",icon:"PlusOutlined"},"x-align":"right","x-acl-action-props":{skipScopeCheck:!0},properties:{drawer:{type:"void",title:'{{ t("Add record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{form:Lo}}}},Vo={type:"void",title:'{{ t("Edit") }}',"x-action":"update","x-component":"Action.Link","x-component-props":{openMode:g.OpenMode.DRAWER_MODE,icon:"EditOutlined"},"x-decorator":"ACLActionProvider",properties:{drawer:{type:"void",title:'{{ t("Edit record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{card:{type:"void","x-acl-action-props":{skipScopeCheck:!1},"x-acl-action":"autoBackup:update","x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:"autoBackup"},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useEditFormBlockProps",properties:ae({actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{submit:{title:'{{ t("Submit") }}',"x-action":"submit","x-component":"Action","x-use-component-props":"useUpdateActionProps","x-component-props":{type:"primary",htmlType:"submit"},"x-action-settings":{triggerWorkflows:[],onSuccess:{manualClose:!1,redirecting:!1,successMessage:'{{t("Updated successfully")}}'},isDeltaChanged:!1},type:"void"}}}},$e)}}}}}}},qo={type:"void",properties:{autoBackupTable:{type:"void","x-decorator":"TableBlockProvider","x-acl-action":"autoBackup:list","x-use-decorator-props":"useTableBlockDecoratorProps","x-decorator-props":{collection:"autoBackup",dataSource:"main",action:"list",params:{pageSize:20},rowKey:"id",showIndex:!0,dragSort:!1},"x-component":"CardItem","x-filter-targets":[],properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:"var(--tb-spacing)"}},properties:{refresh:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-settings":"actionSettings:refresh","x-component-props":{icon:"ReloadOutlined"},"x-use-component-props":"useRefreshActionProps"},create:Io}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",rowSelection:{type:"checkbox"}},properties:{title:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{title:{"x-collection-field":"autoBackup.title","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},enabled:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{enabled:{"x-collection-field":"autoBackup.enabled","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},maxNumber:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",properties:{maxNumber:{"x-collection-field":"autoBackup.maxNumber","x-component":"CollectionField","x-component-props":{ellipsis:!0},"x-read-pretty":!0,"x-decorator":null,"x-decorator-props":{labelStyle:{display:"none"}}}}},actions:{type:"void",title:'{{ t("Actions") }}',"x-action-column":"actions","x-decorator":"TableV2.Column.ActionBar","x-component":"TableV2.Column","x-component-props":{width:100,fixed:"right"},properties:{actions:{type:"void","x-component":"Space",properties:{editAction:Vo,delete:{type:"void",title:"Delete","x-action":"destroy","x-component":"Action.Link","x-component-props":{confirm:{title:"Delete",content:"Are you sure you want to delete it?"}},"x-decorator":"ACLActionProvider","x-use-component-props":"useDestroyActionProps"},clear:{type:"void",title:vo("Clear current times"),"x-action":"clearLimit","x-component":"Action.Link","x-component-props":{confirm:{title:"Clear",content:"Are you sure you want to clear current times?"}},"x-decorator":"ACLActionProvider","x-use-component-props":()=>{const{refresh:e}=g.useDataBlockRequest(),t=g.useDataBlockResource(),a=g.useRecord();return{onClick(){return $(this,null,function*(){yield t.clearLimitExecuted({id:a.id}),e()})}}}}}}}}}}}}}},Ho=()=>{const{t:e}=R(),{data:t,loading:a,refresh:o}=g.useRequest({url:"backupFiles:dumpableCollections"}),r=y.useMemo(()=>t?Object.keys(t).map(c=>({value:c,label:e(`${c}.title`),disabled:["required","skipped"].includes(c)})):[],[t]);return n.jsx(g.ExtendCollectionsProvider,{collections:[Co],children:n.jsx(g.SchemaComponent,{schema:qo,name:"auto-backup-table",components:{RepeatField:jo},scope:{t:e,dumpRuleTypes:r}})})},Ye=function(e){return n.jsx(g.SchemaComponentOptions,{children:e.children})};Ye.displayName="DuplicatorProvider";class Ke extends g.Plugin{load(){return $(this,null,function*(){this.app.use(Ye),this.app.systemSettingsManager.add("system-services."+le,{title:this.t("Backup & Restore"),icon:"CloudServerOutlined",sort:-50}),this.app.systemSettingsManager.add("system-services."+le+".files",{title:this.t("Backup file"),icon:"CloudServerOutlined",Component:wo,aclSnippet:"pm.backup.restore"}),this.app.systemSettingsManager.add("system-services."+le+".auto",{title:this.t("Auto backup"),icon:"CloudServerOutlined",Component:Ho,aclSnippet:"pm.backup.auto",sort:20})})}}A.PluginBackupRestoreClient=Ke,A.default=Ke,Object.defineProperties(A,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
@@ -1,15 +1,15 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.16",
4
- "@tachybase/components": "1.3.16",
3
+ "@tachybase/client": "1.3.18",
4
+ "@tachybase/components": "1.3.18",
5
5
  "@ant-design/icons": "5.5.2",
6
6
  "antd": "5.22.5",
7
- "@tachybase/server": "1.3.16",
8
- "@tachybase/utils": "1.3.16",
9
- "@tachybase/database": "1.3.16",
7
+ "@tachybase/server": "1.3.18",
8
+ "@tachybase/utils": "1.3.18",
9
+ "@tachybase/database": "1.3.18",
10
10
  "dayjs": "1.11.13",
11
11
  "lodash": "4.17.21",
12
- "@tachybase/schema": "1.3.16",
12
+ "@tachybase/schema": "1.3.18",
13
13
  "react-i18next": "15.2.0",
14
- "@tachybase/actions": "1.3.16"
14
+ "@tachybase/actions": "1.3.18"
15
15
  };
package/dist/index.js CHANGED
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  default: () => import_server.default
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
34
- __reExport(src_exports, require("./server"), module.exports);
33
+ module.exports = __toCommonJS(index_exports);
34
+ __reExport(index_exports, require("./server"), module.exports);
35
35
  var import_server = __toESM(require("./server"));
36
36
  // Annotate the CommonJS export names for ESM import in node:
37
37
  0 && (module.exports = {
@@ -1 +1 @@
1
- {"name":"@hapi/topo","description":"Topological sorting with grouping support","version":"6.0.2","repository":"git://github.com/hapijs/topo","main":"lib/index.js","types":"lib/index.d.ts","files":["lib"],"keywords":["topological","sort","toposort","topsort"],"eslintConfig":{"extends":["plugin:@hapi/module"]},"dependencies":{"@hapi/hoek":"^11.0.2"},"devDependencies":{"@hapi/code":"^9.0.3","@hapi/eslint-plugin":"*","@hapi/lab":"^25.1.2","@types/node":"^17.0.31","typescript":"~4.6.4"},"scripts":{"test":"lab -a @hapi/code -t 100 -L -Y","test-cov-html":"lab -a @hapi/code -t 100 -L -r html -o coverage.html"},"license":"BSD-3-Clause","_lastModified":"2025-07-02T03:51:07.834Z"}
1
+ {"name":"@hapi/topo","description":"Topological sorting with grouping support","version":"6.0.2","repository":"git://github.com/hapijs/topo","main":"lib/index.js","types":"lib/index.d.ts","files":["lib"],"keywords":["topological","sort","toposort","topsort"],"eslintConfig":{"extends":["plugin:@hapi/module"]},"dependencies":{"@hapi/hoek":"^11.0.2"},"devDependencies":{"@hapi/code":"^9.0.3","@hapi/eslint-plugin":"*","@hapi/lab":"^25.1.2","@types/node":"^17.0.31","typescript":"~4.6.4"},"scripts":{"test":"lab -a @hapi/code -t 100 -L -Y","test-cov-html":"lab -a @hapi/code -t 100 -L -r html -o coverage.html"},"license":"BSD-3-Clause","_lastModified":"2025-07-17T07:47:18.619Z"}
@@ -1 +1 @@
1
- {"name":"archiver","version":"5.3.2","description":"a streaming interface for archive generation","homepage":"https://github.com/archiverjs/node-archiver","author":{"name":"Chris Talkington","url":"http://christalkington.com/"},"repository":{"type":"git","url":"https://github.com/archiverjs/node-archiver.git"},"bugs":{"url":"https://github.com/archiverjs/node-archiver/issues"},"license":"MIT","main":"index.js","files":["index.js","lib"],"engines":{"node":">= 10"},"scripts":{"test":"mocha --reporter dot","bench":"node benchmark/simple/pack-zip.js"},"dependencies":{"archiver-utils":"^2.1.0","async":"^3.2.4","buffer-crc32":"^0.2.1","readable-stream":"^3.6.0","readdir-glob":"^1.1.2","tar-stream":"^2.2.0","zip-stream":"^4.1.0"},"devDependencies":{"archiver-jsdoc-theme":"^1.1.3","chai":"^4.3.7","jsdoc":"^3.6.4","mkdirp":"^2.1.5","mocha":"^9.0.2","rimraf":"^4.3.1","stream-bench":"^0.1.2","tar":"^6.1.13","yauzl":"^2.9.0"},"keywords":["archive","archiver","stream","zip","tar"],"publishConfig":{"registry":"https://registry.npmjs.org/"},"_lastModified":"2025-07-02T03:51:07.638Z"}
1
+ {"name":"archiver","version":"5.3.2","description":"a streaming interface for archive generation","homepage":"https://github.com/archiverjs/node-archiver","author":{"name":"Chris Talkington","url":"http://christalkington.com/"},"repository":{"type":"git","url":"https://github.com/archiverjs/node-archiver.git"},"bugs":{"url":"https://github.com/archiverjs/node-archiver/issues"},"license":"MIT","main":"index.js","files":["index.js","lib"],"engines":{"node":">= 10"},"scripts":{"test":"mocha --reporter dot","bench":"node benchmark/simple/pack-zip.js"},"dependencies":{"archiver-utils":"^2.1.0","async":"^3.2.4","buffer-crc32":"^0.2.1","readable-stream":"^3.6.0","readdir-glob":"^1.1.2","tar-stream":"^2.2.0","zip-stream":"^4.1.0"},"devDependencies":{"archiver-jsdoc-theme":"^1.1.3","chai":"^4.3.7","jsdoc":"^3.6.4","mkdirp":"^2.1.5","mocha":"^9.0.2","rimraf":"^4.3.1","stream-bench":"^0.1.2","tar":"^6.1.13","yauzl":"^2.9.0"},"keywords":["archive","archiver","stream","zip","tar"],"publishConfig":{"registry":"https://registry.npmjs.org/"},"_lastModified":"2025-07-17T07:47:18.418Z"}
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014-2016 Harri Siirak
3
+ Copyright (c) 2014-2023 Harri Siirak
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal