@devtable/settings-form 8.57.0 → 8.57.2

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.
@@ -1,3 +1,29 @@
1
- (function(m,q){typeof exports=="object"&&typeof module<"u"?q(exports,require("/Users/leto/Merico/merico-dev/table/node_modules/react/jsx-runtime.js"),require("@mantine/core"),require("@mantine/notifications"),require("react"),require("tabler-icons-react"),require("axios"),require("crypto-js"),require("lodash"),require("react-hook-form"),require("ahooks"),require("@monaco-editor/react"),require("@mantine/modals")):typeof define=="function"&&define.amd?define(["exports","/Users/leto/Merico/merico-dev/table/node_modules/react/jsx-runtime.js","@mantine/core","@mantine/notifications","react","tabler-icons-react","axios","crypto-js","lodash","react-hook-form","ahooks","@monaco-editor/react","@mantine/modals"],q):(m=typeof globalThis<"u"?globalThis:m||self,q(m["settings-form"]={},m["/Users/leto/Merico/merico-dev/table/node_modules/react/jsx-runtime"].js,m["@mantine/core"],m["@mantine/notifications"],m.react,m["tabler-icons-react"],m.axios,m.CryptoJS,m._,m["react-hook-form"],m.ahooks,m["@monaco-editor/react"],m["@mantine/modals"]))})(this,function(m,q,r,b,z,P,oe,se,le,h,x,I,D){"use strict";function k(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const a=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(n,i,a.get?a:{enumerable:!0,get:()=>t[i]})}}return n.default=t,Object.freeze(n)}const B=k(q),O=k(z),C=B.Fragment,e=B.jsx,d=B.jsxs;function ce(t){t=t||{};const n=Object.keys(t).sort(),i=[];for(let a=0;a<n.length;a++){const l=n[a];if(l!="authentication"&&t[l])i.push(n[a]+"="+(typeof t[l]=="object"?JSON.stringify(t[l]):t[l]));else{const o=Object.keys(t[l]).sort();for(let s=0;s<o.length;s++){const c=o[s];c!="sign"&&t[l][c]&&i.push(o[s]+"="+(typeof t[l][c]=="object"?JSON.stringify(t[l][c]):t[l][c]))}}}return i.sort().join("&")}function de(t,n){let i=ce(t);return i+="&key="+n,se.MD5(i).toString().toUpperCase()}const S={baseURL:"http://localhost:31200",app_id:"",app_secret:"",getAuthentication(t){if(!this.app_id||!this.app_secret)return;const n=new Date().getTime().toString();return{app_id:this.app_id,nonce_str:n,sign:de({app_id:this.app_id,nonce_str:n,...t},this.app_secret)}},getRequest(t){return(n,i,a={})=>{const l=window.localStorage.getItem("token"),o={"X-Requested-With":"XMLHttpRequest","Content-Type":a.string?"application/x-www-form-urlencoded":"application/json",authorization:l?`bearer ${l}`:"",...a.headers},s={baseURL:this.baseURL,method:t,url:n,params:t==="GET"?i:a.params,headers:o};return["POST","PUT"].includes(t)&&(s.data=a.string?JSON.stringify(i):i,s.data.authentication=this.getAuthentication(s.data)),oe(s).then(c=>c.data).catch(c=>le.has(c,"response.data.detail.message")?Promise.reject(new Error(c.response.data.detail.message)):Promise.reject(c))}}};function j(t){S.baseURL!==t.apiBaseURL&&(S.baseURL=t.apiBaseURL),t.app_id&&(S.app_id=t.app_id),t.app_secret&&(S.app_secret=t.app_secret)}const v={datasource:{list:async()=>await S.getRequest("POST")("/datasource/list",{filter:{},sort:[{field:"create_time",order:"ASC"}],pagination:{page:1,pagesize:100}}),create:async(t,n,i)=>await S.getRequest("POST")("/datasource/create",{type:t,key:n,config:i}),delete:async t=>{await S.getRequest("POST")("/datasource/delete",{id:t})}},account:{login:async(t,n)=>{const i={name:t,password:n};return await S.getRequest("POST")("/account/login",i)},list:async()=>await S.getRequest("POST")("/account/list",{filter:{},sort:[{field:"name",order:"ASC"}],pagination:{page:1,pagesize:100}}),get:async()=>await S.getRequest("GET")("/account/get",{}),update:async(t,n)=>{const i={name:t,email:n};return await S.getRequest("PUT")("/account/update",i)},changepassword:async(t,n)=>{const i={old_password:t,new_password:n};return await S.getRequest("POST")("/account/changepassword",i)},create:async(t,n,i,a)=>await S.getRequest("POST")("/account/create",{name:t,email:n,password:i,role_id:a}),edit:async t=>(t.reset_password||(t.new_password=void 0),await S.getRequest("PUT")("/account/edit",t)),delete:async t=>{if(t)return S.getRequest("POST")("/account/delete",{id:t})}},role:{list:async()=>await S.getRequest("GET")("/role/list",{})},api_key:{list:async()=>await S.getRequest("POST")("/api/key/list",{filter:{search:""},sort:[{field:"name",order:"ASC"}],pagination:{page:1,pagesize:100}}),create:async(t,n)=>S.getRequest("POST")("/api/key/create",{name:t,role_id:n}),delete:async t=>{if(t)return S.getRequest("POST")("/api/key/delete",{id:t})}}},T={size:"sm",spacing:"md",button:{size:"xs"}};function ue({submit:t,styles:n=T,type:i}){const{control:a,setValue:l,handleSubmit:o}=h.useForm({defaultValues:{type:i,key:"",config:{host:"",port:5432,username:"",password:"",database:""}}});return z.useEffect(()=>{l("type",i)},[l,i]),e(r.Box,{mx:"auto",children:d("form",{onSubmit:o(t),children:[e(h.Controller,{name:"key",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Name",placeholder:"A unique name",...s})}),e(r.Divider,{label:"Connection Info",labelPosition:"center"}),d(r.Group,{grow:!0,children:[e(h.Controller,{name:"config.host",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Host",sx:{flexGrow:1},...s})}),e(h.Controller,{name:"config.port",control:a,render:({field:s})=>e(r.NumberInput,{mb:n.spacing,size:n.size,required:!0,label:"Port",hideControls:!0,sx:{width:"8em"},...s})})]}),e(h.Controller,{name:"config.username",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Username",...s})}),e(h.Controller,{name:"config.password",control:a,render:({field:s})=>e(r.PasswordInput,{mb:n.spacing,size:n.size,required:!0,label:"Password",...s})}),e(h.Controller,{name:"config.database",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Database",...s})}),e(r.Group,{position:"right",mt:n.spacing,children:e(r.Button,{type:"submit",size:n.button.size,children:"Save"})})]})})}const pe=({value:t,onChange:n})=>{const i=a=>{a&&n(a)};return e(r.Box,{sx:{position:"relative"},children:e(I,{height:"500px",defaultLanguage:"javascript",value:t,onChange:i,theme:"vs-dark",options:{minimap:{enabled:!1}}})})},E=z.forwardRef(({value:t,onChange:n,label:i,modalTitle:a,defaultValue:l,styles:o},s)=>{const[c,{setTrue:p,setFalse:f}]=x.useBoolean(),[u,g]=z.useState(t),w=()=>{f(),n(u)},y=()=>{f(),g(t)},_=()=>{g(l)};return z.useEffect(()=>{g(t)},[t]),d(C,{children:[e(r.Button,{variant:"filled",size:o.button.size,onClick:p,sx:{flexGrow:1},children:i}),e(r.Modal,{size:800,title:a,opened:c,onClose:f,closeOnClickOutside:!1,withCloseButton:!1,children:c&&d(r.Stack,{children:[e(pe,{value:u,onChange:g}),d(r.Group,{position:"apart",children:[e(r.Button,{onClick:_,color:"red",leftIcon:e(P.Recycle,{size:20}),children:"Rest"}),d(r.Group,{position:"right",children:[e(r.Button,{onClick:y,variant:"subtle",children:"Cancel"}),e(r.Button,{onClick:w,children:"OK"})]})]})]})})]})}),R={pre:["function pre_process({ method, url, params, headers, data }, utils) {"," // your code goes here"," return { method, url, params, headers, data }","}"].join(`
1
+ (function(P,E){typeof exports=="object"&&typeof module<"u"?E(exports,require("react"),require("@mantine/core"),require("@mantine/notifications"),require("tabler-icons-react"),require("axios"),require("crypto-js"),require("lodash"),require("react-hook-form"),require("ahooks"),require("@monaco-editor/react"),require("@mantine/modals")):typeof define=="function"&&define.amd?define(["exports","react","@mantine/core","@mantine/notifications","tabler-icons-react","axios","crypto-js","lodash","react-hook-form","ahooks","@monaco-editor/react","@mantine/modals"],E):(P=typeof globalThis<"u"?globalThis:P||self,E(P["settings-form"]={},P.react,P["@mantine/core"],P["@mantine/notifications"],P["tabler-icons-react"],P.axios,P.CryptoJS,P._,P["react-hook-form"],P.ahooks,P["@monaco-editor/react"],P["@mantine/modals"]))})(this,function(P,E,o,R,N,gt,ht,mt,_,U,te,K){"use strict";function vt(n){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const i in n)if(i!=="default"){const s=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(r,i,s.get?s:{enumerable:!0,get:()=>n[i]})}}return r.default=n,Object.freeze(r)}const J=vt(E);var X={},bt={get exports(){return X},set exports(n){X=n}},Q={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var _e;function wt(){if(_e)return Q;_e=1;var n=E,r=Symbol.for("react.element"),i=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function c(f,g,w){var p,m={},C=null,I=null;w!==void 0&&(C=""+w),g.key!==void 0&&(C=""+g.key),g.ref!==void 0&&(I=g.ref);for(p in g)s.call(g,p)&&!l.hasOwnProperty(p)&&(m[p]=g[p]);if(f&&f.defaultProps)for(p in g=f.defaultProps,g)m[p]===void 0&&(m[p]=g[p]);return{$$typeof:r,type:f,key:C,ref:I,props:m,_owner:u.current}}return Q.Fragment=i,Q.jsx=c,Q.jsxs=c,Q}var Z={};/**
10
+ * @license React
11
+ * react-jsx-runtime.development.js
12
+ *
13
+ * Copyright (c) Facebook, Inc. and its affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var Ce;function yt(){return Ce||(Ce=1,process.env.NODE_ENV!=="production"&&function(){var n=E,r=Symbol.for("react.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),f=Symbol.for("react.context"),g=Symbol.for("react.forward_ref"),w=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),I=Symbol.for("react.offscreen"),q=Symbol.iterator,fe="@@iterator";function pe(e){if(e===null||typeof e!="object")return null;var a=q&&e[q]||e[fe];return typeof a=="function"?a:null}var $=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function A(e){{for(var a=arguments.length,d=new Array(a>1?a-1:0),h=1;h<a;h++)d[h-1]=arguments[h];Gt("error",e,d)}}function Gt(e,a,d){{var h=$.ReactDebugCurrentFrame,S=h.getStackAddendum();S!==""&&(a+="%s",d=d.concat([S]));var T=d.map(function(y){return String(y)});T.unshift("Warning: "+a),Function.prototype.apply.call(console[e],console,T)}}var Wt=!1,Yt=!1,Kt=!1,Jt=!1,Xt=!1,Ve;Ve=Symbol.for("react.module.reference");function Qt(e){return!!(typeof e=="string"||typeof e=="function"||e===s||e===l||Xt||e===u||e===w||e===p||Jt||e===I||Wt||Yt||Kt||typeof e=="object"&&e!==null&&(e.$$typeof===C||e.$$typeof===m||e.$$typeof===c||e.$$typeof===f||e.$$typeof===g||e.$$typeof===Ve||e.getModuleId!==void 0))}function Zt(e,a,d){var h=e.displayName;if(h)return h;var S=a.displayName||a.name||"";return S!==""?d+"("+S+")":d}function Ge(e){return e.displayName||"Context"}function B(e){if(e==null)return null;if(typeof e.tag=="number"&&A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case s:return"Fragment";case i:return"Portal";case l:return"Profiler";case u:return"StrictMode";case w:return"Suspense";case p:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case f:var a=e;return Ge(a)+".Consumer";case c:var d=e;return Ge(d._context)+".Provider";case g:return Zt(e,e.render,"ForwardRef");case m:var h=e.displayName||null;return h!==null?h:B(e.type)||"Memo";case C:{var S=e,T=S._payload,y=S._init;try{return B(y(T))}catch{return null}}}return null}var G=Object.assign,H=0,We,Ye,Ke,Je,Xe,Qe,Ze;function He(){}He.__reactDisabledLog=!0;function Ht(){{if(H===0){We=console.log,Ye=console.info,Ke=console.warn,Je=console.error,Xe=console.group,Qe=console.groupCollapsed,Ze=console.groupEnd;var e={configurable:!0,enumerable:!0,value:He,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}H++}}function en(){{if(H--,H===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:G({},e,{value:We}),info:G({},e,{value:Ye}),warn:G({},e,{value:Ke}),error:G({},e,{value:Je}),group:G({},e,{value:Xe}),groupCollapsed:G({},e,{value:Qe}),groupEnd:G({},e,{value:Ze})})}H<0&&A("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ge=$.ReactCurrentDispatcher,he;function ae(e,a,d){{if(he===void 0)try{throw Error()}catch(S){var h=S.stack.trim().match(/\n( *(at )?)/);he=h&&h[1]||""}return`
18
+ `+he+e}}var me=!1,oe;{var tn=typeof WeakMap=="function"?WeakMap:Map;oe=new tn}function et(e,a){if(!e||me)return"";{var d=oe.get(e);if(d!==void 0)return d}var h;me=!0;var S=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var T;T=ge.current,ge.current=null,Ht();try{if(a){var y=function(){throw Error()};if(Object.defineProperty(y.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(y,[])}catch(M){h=M}Reflect.construct(e,[],y)}else{try{y.call()}catch(M){h=M}e.call(y.prototype)}}else{try{throw Error()}catch(M){h=M}e()}}catch(M){if(M&&h&&typeof M.stack=="string"){for(var b=M.stack.split(`
19
+ `),D=h.stack.split(`
20
+ `),x=b.length-1,O=D.length-1;x>=1&&O>=0&&b[x]!==D[O];)O--;for(;x>=1&&O>=0;x--,O--)if(b[x]!==D[O]){if(x!==1||O!==1)do if(x--,O--,O<0||b[x]!==D[O]){var k=`
21
+ `+b[x].replace(" at new "," at ");return e.displayName&&k.includes("<anonymous>")&&(k=k.replace("<anonymous>",e.displayName)),typeof e=="function"&&oe.set(e,k),k}while(x>=1&&O>=0);break}}}finally{me=!1,ge.current=T,en(),Error.prepareStackTrace=S}var Y=e?e.displayName||e.name:"",pt=Y?ae(Y):"";return typeof e=="function"&&oe.set(e,pt),pt}function nn(e,a,d){return et(e,!1)}function rn(e){var a=e.prototype;return!!(a&&a.isReactComponent)}function se(e,a,d){if(e==null)return"";if(typeof e=="function")return et(e,rn(e));if(typeof e=="string")return ae(e);switch(e){case w:return ae("Suspense");case p:return ae("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case g:return nn(e.render);case m:return se(e.type,a,d);case C:{var h=e,S=h._payload,T=h._init;try{return se(T(S),a,d)}catch{}}}return""}var le=Object.prototype.hasOwnProperty,tt={},nt=$.ReactDebugCurrentFrame;function ce(e){if(e){var a=e._owner,d=se(e.type,e._source,a?a.type:null);nt.setExtraStackFrame(d)}else nt.setExtraStackFrame(null)}function an(e,a,d,h,S){{var T=Function.call.bind(le);for(var y in e)if(T(e,y)){var b=void 0;try{if(typeof e[y]!="function"){var D=Error((h||"React class")+": "+d+" type `"+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[y]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw D.name="Invariant Violation",D}b=e[y](a,y,h,d,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(x){b=x}b&&!(b instanceof Error)&&(ce(S),A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",h||"React class",d,y,typeof b),ce(null)),b instanceof Error&&!(b.message in tt)&&(tt[b.message]=!0,ce(S),A("Failed %s type: %s",d,b.message),ce(null))}}}var on=Array.isArray;function ve(e){return on(e)}function sn(e){{var a=typeof Symbol=="function"&&Symbol.toStringTag,d=a&&e[Symbol.toStringTag]||e.constructor.name||"Object";return d}}function ln(e){try{return rt(e),!1}catch{return!0}}function rt(e){return""+e}function it(e){if(ln(e))return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",sn(e)),rt(e)}var ee=$.ReactCurrentOwner,cn={key:!0,ref:!0,__self:!0,__source:!0},at,ot,be;be={};function un(e){if(le.call(e,"ref")){var a=Object.getOwnPropertyDescriptor(e,"ref").get;if(a&&a.isReactWarning)return!1}return e.ref!==void 0}function dn(e){if(le.call(e,"key")){var a=Object.getOwnPropertyDescriptor(e,"key").get;if(a&&a.isReactWarning)return!1}return e.key!==void 0}function fn(e,a){if(typeof e.ref=="string"&&ee.current&&a&&ee.current.stateNode!==a){var d=B(ee.current.type);be[d]||(A('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',B(ee.current.type),e.ref),be[d]=!0)}}function pn(e,a){{var d=function(){at||(at=!0,A("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",a))};d.isReactWarning=!0,Object.defineProperty(e,"key",{get:d,configurable:!0})}}function gn(e,a){{var d=function(){ot||(ot=!0,A("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",a))};d.isReactWarning=!0,Object.defineProperty(e,"ref",{get:d,configurable:!0})}}var hn=function(e,a,d,h,S,T,y){var b={$$typeof:r,type:e,key:a,ref:d,props:y,_owner:T};return b._store={},Object.defineProperty(b._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(b,"_self",{configurable:!1,enumerable:!1,writable:!1,value:h}),Object.defineProperty(b,"_source",{configurable:!1,enumerable:!1,writable:!1,value:S}),Object.freeze&&(Object.freeze(b.props),Object.freeze(b)),b};function mn(e,a,d,h,S){{var T,y={},b=null,D=null;d!==void 0&&(it(d),b=""+d),dn(a)&&(it(a.key),b=""+a.key),un(a)&&(D=a.ref,fn(a,S));for(T in a)le.call(a,T)&&!cn.hasOwnProperty(T)&&(y[T]=a[T]);if(e&&e.defaultProps){var x=e.defaultProps;for(T in x)y[T]===void 0&&(y[T]=x[T])}if(b||D){var O=typeof e=="function"?e.displayName||e.name||"Unknown":e;b&&pn(y,O),D&&gn(y,O)}return hn(e,b,D,S,h,ee.current,y)}}var we=$.ReactCurrentOwner,st=$.ReactDebugCurrentFrame;function W(e){if(e){var a=e._owner,d=se(e.type,e._source,a?a.type:null);st.setExtraStackFrame(d)}else st.setExtraStackFrame(null)}var ye;ye=!1;function Se(e){return typeof e=="object"&&e!==null&&e.$$typeof===r}function lt(){{if(we.current){var e=B(we.current.type);if(e)return`
22
+
23
+ Check the render method of \``+e+"`."}return""}}function vn(e){{if(e!==void 0){var a=e.fileName.replace(/^.*[\\\/]/,""),d=e.lineNumber;return`
24
+
25
+ Check your code at `+a+":"+d+"."}return""}}var ct={};function bn(e){{var a=lt();if(!a){var d=typeof e=="string"?e:e.displayName||e.name;d&&(a=`
26
+
27
+ Check the top-level render call using <`+d+">.")}return a}}function ut(e,a){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var d=bn(a);if(ct[d])return;ct[d]=!0;var h="";e&&e._owner&&e._owner!==we.current&&(h=" It was passed a child from "+B(e._owner.type)+"."),W(e),A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',d,h),W(null)}}function dt(e,a){{if(typeof e!="object")return;if(ve(e))for(var d=0;d<e.length;d++){var h=e[d];Se(h)&&ut(h,a)}else if(Se(e))e._store&&(e._store.validated=!0);else if(e){var S=pe(e);if(typeof S=="function"&&S!==e.entries)for(var T=S.call(e),y;!(y=T.next()).done;)Se(y.value)&&ut(y.value,a)}}}function wn(e){{var a=e.type;if(a==null||typeof a=="string")return;var d;if(typeof a=="function")d=a.propTypes;else if(typeof a=="object"&&(a.$$typeof===g||a.$$typeof===m))d=a.propTypes;else return;if(d){var h=B(a);an(d,e.props,"prop",h,e)}else if(a.PropTypes!==void 0&&!ye){ye=!0;var S=B(a);A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",S||"Unknown")}typeof a.getDefaultProps=="function"&&!a.getDefaultProps.isReactClassApproved&&A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function yn(e){{for(var a=Object.keys(e.props),d=0;d<a.length;d++){var h=a[d];if(h!=="children"&&h!=="key"){W(e),A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",h),W(null);break}}e.ref!==null&&(W(e),A("Invalid attribute `ref` supplied to `React.Fragment`."),W(null))}}function ft(e,a,d,h,S,T){{var y=Qt(e);if(!y){var b="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(b+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var D=vn(S);D?b+=D:b+=lt();var x;e===null?x="null":ve(e)?x="array":e!==void 0&&e.$$typeof===r?(x="<"+(B(e.type)||"Unknown")+" />",b=" Did you accidentally export a JSX literal instead of a component?"):x=typeof e,A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",x,b)}var O=mn(e,a,d,S,T);if(O==null)return O;if(y){var k=a.children;if(k!==void 0)if(h)if(ve(k)){for(var Y=0;Y<k.length;Y++)dt(k[Y],e);Object.freeze&&Object.freeze(k)}else A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else dt(k,e)}return e===s?yn(O):wn(O),O}}function Sn(e,a,d){return ft(e,a,d,!0)}function _n(e,a,d){return ft(e,a,d,!1)}var Cn=_n,Pn=Sn;Z.Fragment=s,Z.jsx=Cn,Z.jsxs=Pn}()),Z}(function(n){process.env.NODE_ENV==="production"?n.exports=wt():n.exports=yt()})(bt);const L=X.Fragment,t=X.jsx,v=X.jsxs;function St(n){n=n||{};const r=Object.keys(n).sort(),i=[];for(let s=0;s<r.length;s++){const u=r[s];if(u!="authentication"&&n[u])i.push(r[s]+"="+(typeof n[u]=="object"?JSON.stringify(n[u]):n[u]));else{const l=Object.keys(n[u]).sort();for(let c=0;c<l.length;c++){const f=l[c];f!="sign"&&n[u][f]&&i.push(l[c]+"="+(typeof n[u][f]=="object"?JSON.stringify(n[u][f]):n[u][f]))}}}return i.sort().join("&")}function _t(n,r){let i=St(n);return i+="&key="+r,ht.MD5(i).toString().toUpperCase()}const z={baseURL:"http://localhost:31200",app_id:"",app_secret:"",getAuthentication(n){if(!this.app_id||!this.app_secret)return;const r=new Date().getTime().toString();return{app_id:this.app_id,nonce_str:r,sign:_t({app_id:this.app_id,nonce_str:r,...n},this.app_secret)}},getRequest(n){return(r,i,s={})=>{const u=window.localStorage.getItem("token"),l={"X-Requested-With":"XMLHttpRequest","Content-Type":s.string?"application/x-www-form-urlencoded":"application/json",authorization:u?`bearer ${u}`:"",...s.headers},c={baseURL:this.baseURL,method:n,url:r,params:n==="GET"?i:s.params,headers:l};return["POST","PUT"].includes(n)&&(c.data=s.string?JSON.stringify(i):i,c.data.authentication=this.getAuthentication(c.data)),gt(c).then(f=>f.data).catch(f=>mt.has(f,"response.data.detail.message")?Promise.reject(new Error(f.response.data.detail.message)):Promise.reject(f))}}};function ne(n){z.baseURL!==n.apiBaseURL&&(z.baseURL=n.apiBaseURL),n.app_id&&(z.app_id=n.app_id),n.app_secret&&(z.app_secret=n.app_secret)}const j={datasource:{list:async()=>await z.getRequest("POST")("/datasource/list",{filter:{},sort:[{field:"create_time",order:"ASC"}],pagination:{page:1,pagesize:100}}),create:async(n,r,i)=>await z.getRequest("POST")("/datasource/create",{type:n,key:r,config:i}),delete:async n=>{await z.getRequest("POST")("/datasource/delete",{id:n})}},account:{login:async(n,r)=>{const i={name:n,password:r};return await z.getRequest("POST")("/account/login",i)},list:async()=>await z.getRequest("POST")("/account/list",{filter:{},sort:[{field:"name",order:"ASC"}],pagination:{page:1,pagesize:100}}),get:async()=>await z.getRequest("GET")("/account/get",{}),update:async(n,r)=>{const i={name:n,email:r};return await z.getRequest("PUT")("/account/update",i)},changepassword:async(n,r)=>{const i={old_password:n,new_password:r};return await z.getRequest("POST")("/account/changepassword",i)},create:async(n,r,i,s)=>await z.getRequest("POST")("/account/create",{name:n,email:r,password:i,role_id:s}),edit:async n=>(n.reset_password||(n.new_password=void 0),await z.getRequest("PUT")("/account/edit",n)),delete:async n=>{if(n)return z.getRequest("POST")("/account/delete",{id:n})}},role:{list:async()=>await z.getRequest("GET")("/role/list",{})},api_key:{list:async()=>await z.getRequest("POST")("/api/key/list",{filter:{search:""},sort:[{field:"name",order:"ASC"}],pagination:{page:1,pagesize:100}}),create:async(n,r)=>z.getRequest("POST")("/api/key/create",{name:n,role_id:r}),delete:async n=>{if(n)return z.getRequest("POST")("/api/key/delete",{id:n})}}},V={size:"sm",spacing:"md",button:{size:"xs"}};function Ct({submit:n,styles:r=V,type:i}){const{control:s,setValue:u,handleSubmit:l}=_.useForm({defaultValues:{type:i,key:"",config:{host:"",port:5432,username:"",password:"",database:""}}});return E.useEffect(()=>{u("type",i)},[u,i]),t(o.Box,{mx:"auto",children:v("form",{onSubmit:l(n),children:[t(_.Controller,{name:"key",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Name",placeholder:"A unique name",...c})}),t(o.Divider,{label:"Connection Info",labelPosition:"center"}),v(o.Group,{grow:!0,children:[t(_.Controller,{name:"config.host",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Host",sx:{flexGrow:1},...c})}),t(_.Controller,{name:"config.port",control:s,render:({field:c})=>t(o.NumberInput,{mb:r.spacing,size:r.size,required:!0,label:"Port",hideControls:!0,sx:{width:"8em"},...c})})]}),t(_.Controller,{name:"config.username",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Username",...c})}),t(_.Controller,{name:"config.password",control:s,render:({field:c})=>t(o.PasswordInput,{mb:r.spacing,size:r.size,required:!0,label:"Password",...c})}),t(_.Controller,{name:"config.database",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Database",...c})}),t(o.Group,{position:"right",mt:r.spacing,children:t(o.Button,{type:"submit",size:r.button.size,children:"Save"})})]})})}const Pt=({value:n,onChange:r})=>{const i=s=>{s&&r(s)};return t(o.Box,{sx:{position:"relative"},children:t(te,{height:"500px",defaultLanguage:"javascript",value:n,onChange:i,theme:"vs-dark",options:{minimap:{enabled:!1}}})})},Pe=E.forwardRef(({value:n,onChange:r,label:i,modalTitle:s,defaultValue:u,styles:l},c)=>{const[f,{setTrue:g,setFalse:w}]=U.useBoolean(),[p,m]=E.useState(n),C=()=>{w(),r(p)},I=()=>{w(),m(n)},q=()=>{m(u)};return E.useEffect(()=>{m(n)},[n]),v(L,{children:[t(o.Button,{variant:"filled",size:l.button.size,onClick:g,sx:{flexGrow:1},children:i}),t(o.Modal,{size:800,title:s,opened:f,onClose:w,closeOnClickOutside:!1,withCloseButton:!1,children:f&&v(o.Stack,{children:[t(Pt,{value:p,onChange:m}),v(o.Group,{position:"apart",children:[t(o.Button,{onClick:q,color:"red",leftIcon:t(N.Recycle,{size:20}),children:"Rest"}),v(o.Group,{position:"right",children:[t(o.Button,{onClick:I,variant:"subtle",children:"Cancel"}),t(o.Button,{onClick:C,children:"OK"})]})]})]})})]})}),re={pre:["function pre_process({ method, url, params, headers, data }, utils) {"," // your code goes here"," return { method, url, params, headers, data }","}"].join(`
2
28
  `),post:["function post_process(res, utils) {"," // your code goes here"," return data","}"].join(`
3
- `)};function ge({submit:t,styles:n=T}){const{control:i,setValue:a,handleSubmit:l}=h.useForm({defaultValues:{type:"http",key:"",config:{host:"",processing:{pre:R.pre,post:R.post}}}});return e(r.Box,{mx:"auto",children:d("form",{onSubmit:l(t),children:[e(h.Controller,{name:"key",control:i,render:({field:o})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Name",placeholder:"A unique name",...o})}),e(r.Divider,{label:"Connection Info",labelPosition:"center"}),e(h.Controller,{name:"config.host",control:i,render:({field:o})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Base URL",sx:{flexGrow:1},...o})}),d(r.Group,{grow:!0,children:[e(h.Controller,{name:"config.processing.pre",control:i,render:({field:o})=>e(E,{label:"Pre Processing",modalTitle:"This function will run before sending the request (for scenarios like encryption)",defaultValue:R.pre,...o,styles:n})}),e(h.Controller,{name:"config.processing.post",control:i,render:({field:o})=>e(E,{label:"Post Processing",modalTitle:"This function will run after sending the request (for scenarios like decryption)",defaultValue:R.post,...o,styles:n})})]}),e(r.Group,{position:"right",mt:n.spacing,children:e(r.Button,{type:"submit",size:n.button.size,children:"Save"})})]})})}function he({styles:t=T}){return e(r.Box,{mx:"auto",children:d(r.Alert,{mt:t.spacing,icon:e(P.AlertCircle,{size:16}),children:["Only ",e("b",{children:"SELECT"})," privilege is needed."]})})}function me({postSubmit:t,styles:n=T}){const[i,a]=z.useState("postgresql"),l=async({type:c,key:p,config:f})=>{b.showNotification({id:"for-creating",title:"Pending",message:"Adding data source...",loading:!0});try{console.log({type:c,key:p,config:f}),await v.datasource.create(c,p,f),b.updateNotification({id:"for-creating",title:"Successful",message:"Data source is added",color:"green"}),t()}catch(u){b.updateNotification({id:"for-creating",title:"Failed",message:u.message,color:"red"})}},o=i==="postgresql"||i==="mysql",s=i==="http";return d(r.Box,{mx:"auto",children:[e(r.SegmentedControl,{fullWidth:!0,mb:n.spacing,size:n.size,data:[{label:"PostgreSQL",value:"postgresql"},{label:"MySQL",value:"mysql"},{label:"HTTP",value:"http"}],value:i,onChange:c=>a(c)}),o&&e(he,{styles:n}),o&&e(ue,{submit:l,styles:n,type:i}),s&&e(ge,{submit:l,styles:n})]})}function G({onSuccess:t,styles:n=T}){const[i,a]=z.useState(!1),l=()=>a(!0),o=()=>a(!1),s=()=>{t(),o()};return d(C,{children:[e(r.Modal,{overflow:"inside",opened:i,onClose:()=>a(!1),title:"Add a data source",trapFocus:!0,onDragStart:c=>{c.stopPropagation()},children:e(me,{postSubmit:s,styles:n})}),e(r.Button,{size:n.button.size,onClick:l,leftIcon:e(P.PlaylistAdd,{size:20}),children:"Add a Data Source"})]})}const fe=t=>t.replace(/([^:])(\/\/+)/g,"$1/");function be(t){z.useEffect(()=>{if(I.loader.__getMonacoInstance())return;console.log("loading monaco for @devtable/settings-form");const i=fe(t);I.loader.config({paths:{vs:i}}),I.loader.init().then(a=>console.log("monaco instance:",a))},[])}function L(){return L=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(t[a]=i[a])}return t},L.apply(this,arguments)}function we(t,n){if(t==null)return{};var i,a,l=function(s,c){if(s==null)return{};var p,f,u={},g=Object.keys(s);for(f=0;f<g.length;f++)p=g[f],c.indexOf(p)>=0||(u[p]=s[p]);return u}(t,n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(a=0;a<o.length;a++)i=o[a],n.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(t,i)&&(l[i]=t[i])}return l}var Se=["size","color","stroke"];function ze(t){var n=t.size,i=n===void 0?24:n,a=t.color,l=a===void 0?"currentColor":a,o=t.stroke,s=o===void 0?2:o,c=we(t,Se);return O.createElement("svg",L({xmlns:"http://www.w3.org/2000/svg",className:"icon icon-tabler icon-tabler-lock",width:i,height:i,viewBox:"0 0 24 24",strokeWidth:s,stroke:l,fill:"none",strokeLinecap:"round",strokeLinejoin:"round"},c),O.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),O.createElement("rect",{x:5,y:11,width:14,height:10,rx:2}),O.createElement("circle",{cx:12,cy:16,r:1}),O.createElement("path",{d:"M8 11v-4a4 4 0 0 1 8 0v4"}))}function U({id:t,name:n,isProtected:i,onSuccess:a,styles:l=T}){const o=D.useModals(),s=async()=>{t&&(b.showNotification({id:"for-deleting",title:"Pending",message:"Deleting data source...",loading:!0}),await v.datasource.delete(t),b.updateNotification({id:"for-deleting",title:"Successful",message:`Data source [${n}] is deleted`,color:"green"}),a())},c=()=>o.openConfirmModal({title:"Delete this data source?",children:e(r.Text,{size:l.size,children:"This action won't affect your database."}),labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:s}),p=r.useMantineTheme();return i?e(r.Tooltip,{withArrow:!0,events:{hover:!0,touch:!1,focus:!1},label:"This is a preset datasource, it can not be deleted",children:e("span",{children:e(ze,{size:16,color:p.colors.gray[7]})})}):e(r.Button,{size:l.button.size,color:"red",onClick:c,leftIcon:e(P.Trash,{size:20}),children:"Delete"})}function ve({styles:t=T,config:n}){be(n.monacoPath),j(n);const{data:i=[],loading:a,refresh:l}=x.useRequest(async()=>{const{data:o}=await v.datasource.list();return o},{refreshDeps:[]});return d(C,{children:[e(r.Group,{pt:t.spacing,position:"right",children:e(G,{onSuccess:l})}),d(r.Box,{mt:t.spacing,sx:{position:"relative"},children:[e(r.LoadingOverlay,{visible:a}),d(r.Table,{horizontalSpacing:t.spacing,verticalSpacing:t.spacing,fontSize:t.size,highlightOnHover:!0,children:[e("thead",{children:d("tr",{children:[e("th",{children:"Type"}),e("th",{children:"Name"}),e("th",{children:"Action"})]})}),e("tbody",{children:i.map(({id:o,key:s,type:c,is_preset:p})=>d("tr",{children:[e("td",{width:200,children:c}),e("td",{children:s}),e("td",{width:200,children:e(r.Group,{position:"left",children:e(U,{isProtected:p,id:o,name:s,onSuccess:l})})})]},s))})]})]})]})}const Pe=z.forwardRef(({label:t,value:n,description:i,...a},l)=>d(r.Stack,{spacing:2,ref:l,...a,children:[e(r.Text,{size:"sm",children:t}),e(r.Text,{size:"xs",color:"dimmed",className:"role-description",children:i})]})),M=z.forwardRef(({styles:t,value:n,onChange:i},a)=>{const{data:l=[],loading:o}=x.useRequest(async()=>(await v.role.list()).map(c=>({label:c.name,value:c.id,description:c.description,disabled:c.id===50})),{refreshDeps:[]});return e(r.Select,{ref:a,mb:t.spacing,size:t.size,required:!0,label:"Role",itemComponent:Pe,data:l,disabled:o,styles:()=>({item:{"&[data-selected]":{"&, &:hover":{".role-description":{color:"rgba(255,255,255,.8)"}}}}}),value:n,onChange:i})}),A={size:"sm",spacing:"md",button:{size:"xs"}};function Ce({postSubmit:t,styles:n=A,initialRoleID:i}){const{control:a,handleSubmit:l}=h.useForm({defaultValues:{name:"",email:"",role_id:i,password:""}}),o=async({name:s,email:c,password:p,role_id:f})=>{try{b.showNotification({id:"for-creating",title:"Pending",message:"Adding account...",loading:!0}),await v.account.create(s,c,p,f),b.updateNotification({id:"for-creating",title:"Successful",message:"Account is added",color:"green"}),t()}catch(u){b.updateNotification({id:"for-creating",title:"Failed",message:u.message,color:"red"})}};return e(r.Box,{mx:"auto",children:d("form",{onSubmit:l(o),children:[e(h.Controller,{name:"name",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Username",...s})}),e(h.Controller,{name:"email",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Email",...s})}),e(h.Controller,{name:"password",control:a,render:({field:s})=>e(r.PasswordInput,{mb:n.spacing,size:n.size,required:!0,label:"Password",description:"Password must be at least 8 characters long",...s})}),e(h.Controller,{name:"role_id",control:a,render:({field:s})=>e(M,{styles:n,...s})}),e(r.Group,{position:"right",mt:n.spacing,children:e(r.Button,{type:"submit",size:n.button.size,children:"Save"})})]})})}function K({onSuccess:t,styles:n=A,initialRoleID:i}){const[a,l]=z.useState(!1),o=()=>l(!0),s=()=>l(!1),c=()=>{t(),s()};return d(C,{children:[e(r.Modal,{overflow:"inside",opened:a,onClose:()=>l(!1),title:"Add an Account",trapFocus:!0,onDragStart:p=>{p.stopPropagation()},children:e(Ce,{postSubmit:c,styles:n,initialRoleID:i})}),e(r.Button,{size:n.button.size,onClick:o,leftIcon:e(P.PlaylistAdd,{size:20}),children:"Add an Account"})]})}function V({id:t,name:n,onSuccess:i,styles:a=A}){const l=D.useModals(),o=async()=>{if(t){b.showNotification({id:"for-deleting",title:"Pending",message:"Deleting account...",loading:!0});try{await v.account.delete(t),b.updateNotification({id:"for-deleting",title:"Successful",message:`Account [${n}] is deleted`,color:"green"}),i()}catch(c){b.updateNotification({id:"for-deleting",title:"Failed",message:c.message,color:"red"})}}},s=()=>l.openConfirmModal({title:"Delete this account?",labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:o});return e(r.Button,{size:a.button.size,color:"red",onClick:s,leftIcon:e(P.Trash,{size:20}),children:"Delete"})}function ye({id:t,name:n,email:i,role_id:a,postSubmit:l,styles:o=A}){const{control:s,handleSubmit:c,watch:p}=h.useForm({defaultValues:{name:n,email:i,role_id:a,reset_password:!1,new_password:""}}),f=async({name:w,email:y,role_id:_,reset_password:je,new_password:Re})=>{try{b.showNotification({id:"for-updating",title:"Pending",message:"Updating account...",loading:!0}),await v.account.edit({id:t,name:w,email:y,role_id:_,reset_password:je,new_password:Re}),b.updateNotification({id:"for-updating",title:"Successful",message:"Account is updated",color:"green"}),l()}catch(Ne){b.updateNotification({id:"for-updating",title:"Failed",message:Ne.message,color:"red"})}},[u,g]=p(["reset_password","new_password"]);return e(r.Box,{mx:"auto",children:d("form",{onSubmit:c(f),children:[e(h.Controller,{name:"name",control:s,render:({field:w})=>e(r.TextInput,{mb:o.spacing,size:o.size,required:!0,label:"Username",...w})}),e(h.Controller,{name:"email",control:s,render:({field:w})=>e(r.TextInput,{mb:o.spacing,size:o.size,required:!0,label:"Email",...w})}),e(h.Controller,{name:"role_id",control:s,render:({field:w})=>e(M,{styles:o,...w})}),e(r.Divider,{my:20,variant:"dashed",label:"",labelPosition:"center"}),e(h.Controller,{name:"reset_password",control:s,render:({field:w})=>e(r.Switch,{mb:o.spacing,size:o.size,label:"Reset password",checked:w.value,onChange:y=>w.onChange(y.currentTarget.checked),styles:{label:{verticalAlign:"middle"}}})}),u&&e(h.Controller,{name:"new_password",control:s,render:({field:w})=>e(r.PasswordInput,{autoComplete:"off",mb:o.spacing,size:o.size,required:!0,description:"Password must be at least 8 characters long",label:"New Password",...w})}),e(r.Group,{position:"right",mt:o.spacing,children:e(r.Button,{type:"submit",size:o.button.size,children:"Submit"})})]})})}function Ae({account:t,onSuccess:n,styles:i=A}){const[a,l]=z.useState(!1),o=()=>l(!0),s=()=>l(!1),c=()=>{n(),s()};return d(C,{children:[e(r.Modal,{overflow:"inside",opened:a,onClose:()=>l(!1),title:`Editing ${t.name}`,trapFocus:!0,onDragStart:p=>{p.stopPropagation()},children:e(ye,{...t,postSubmit:c,styles:i})}),e(r.Button,{size:i.button.size,onClick:o,leftIcon:e(P.Edit,{size:20}),children:"Edit"})]})}function xe({styles:t=A,config:n}){var f;j(n);const{data:i=[],loading:a,refresh:l}=x.useRequest(async()=>{const{data:u}=await v.account.list();return u},{refreshDeps:[]}),{data:o=[],loading:s}=x.useRequest(async()=>(await v.role.list()).map(g=>({label:g.name,value:g.id,description:g.description,disabled:g.id===50})),{refreshDeps:[]}),c=z.useMemo(()=>o.reduce((u,g)=>(u.set(g.value,g.label),u),new Map),[o]),p=u=>c.get(u)??u;return d(C,{children:[e(r.Group,{pt:t.spacing,position:"right",children:e(K,{onSuccess:l,initialRoleID:((f=o==null?void 0:o[0])==null?void 0:f.value)??0})}),d(r.Box,{mt:t.spacing,sx:{position:"relative"},children:[e(r.LoadingOverlay,{visible:a||s}),d(r.Table,{horizontalSpacing:t.spacing,verticalSpacing:t.spacing,fontSize:t.size,highlightOnHover:!0,children:[e("thead",{children:d("tr",{children:[e("th",{children:"Username"}),e("th",{children:"Email"}),e("th",{children:"Role"}),e("th",{children:"Action"})]})}),e("tbody",{children:i.map(u=>{const{id:g,name:w,email:y,role_id:_}=u;return d("tr",{children:[e("td",{width:200,children:w}),e("td",{width:200,children:y}),e("td",{width:200,children:p(_)}),e("td",{width:200,children:d(r.Group,{position:"left",children:[e(Ae,{account:u,onSuccess:l}),e(V,{id:g,name:w,onSuccess:l})]})})]},g)})})]})]})]})}function Te({postSubmit:t,styles:n=A}){const{control:i,handleSubmit:a}=h.useForm({defaultValues:{name:"",password:""}}),l=async({name:o,password:s})=>{try{b.showNotification({id:"for-login",title:"Pending",message:"Loggin in...",loading:!0});const c=await v.account.login(o,s);window.localStorage.setItem("token",c.token),b.updateNotification({id:"for-login",title:"Successful",message:"Logged in",color:"green"}),t(c)}catch(c){b.updateNotification({id:"for-login",title:"Login Failed",message:c.message,color:"red"})}};return e(r.Box,{mx:"auto",children:d("form",{onSubmit:a(l),children:[e(h.Controller,{name:"name",control:i,render:({field:o})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Username",...o})}),e(h.Controller,{name:"password",control:i,render:({field:o})=>e(r.PasswordInput,{mb:n.spacing,size:n.size,required:!0,label:"Password",...o})}),e(r.Group,{position:"right",mt:n.spacing,children:e(r.Button,{type:"submit",size:n.button.size,children:"Submit"})})]})})}function _e({styles:t=A,config:n,onSuccess:i}){return j(n),e(C,{children:e(r.Box,{mt:t.spacing,sx:{position:"relative"},children:e(Te,{styles:t,postSubmit:i})})})}const N={size:"sm",spacing:"md",button:{size:"xs"}};function qe({postSubmit:t,styles:n=N,initialRoleID:i}){const{control:a,handleSubmit:l}=h.useForm({defaultValues:{name:"",role_id:i}}),o=async({name:s,role_id:c})=>{try{b.showNotification({id:"for-creating",title:"Pending",message:"Adding API Key...",loading:!0});const{app_id:p,app_secret:f}=await v.api_key.create(s,c);b.updateNotification({id:"for-creating",title:"Successful",message:"API Key is added",color:"green"}),t(p,f)}catch(p){b.updateNotification({id:"for-creating",title:"Failed",message:p.message,color:"red"})}};return e(r.Box,{mx:"auto",children:d("form",{onSubmit:l(o),children:[e(h.Controller,{name:"name",control:a,render:({field:s})=>e(r.TextInput,{mb:n.spacing,size:n.size,required:!0,label:"Name",...s})}),e(h.Controller,{name:"role_id",control:a,render:({field:s})=>e(M,{styles:n,...s})}),e(r.Group,{position:"right",mt:n.spacing,children:e(r.Button,{type:"submit",size:n.button.size,children:"Save"})})]})})}function $({onSuccess:t,styles:n=N,initialRoleID:i}){const a=D.useModals(),[l,o]=z.useState(!1),s=()=>o(!0),c=()=>o(!1),p=(f,u)=>{c(),a.openModal({title:"API Key is generated",children:d(r.Stack,{children:[e(r.Text,{color:"dimmed",children:"Make sure you save it - you won't be able to access it again."}),e(r.TextInput,{defaultValue:f,disabled:!0,label:"APP ID",styles:{input:{cursor:"text !important"}}}),e(r.TextInput,{defaultValue:u,disabled:!0,label:"APP Secret",styles:{input:{cursor:"text !important"}}}),e(r.Button,{size:"sm",onClick:()=>{D.closeAllModals()},children:"I've saved this API Key"})]}),onClose:()=>{t()}})};return d(C,{children:[e(r.Modal,{overflow:"inside",opened:l,onClose:()=>o(!1),title:"Add an API Key",trapFocus:!0,onDragStart:f=>{f.stopPropagation()},children:e(qe,{postSubmit:p,styles:n,initialRoleID:i})}),e(r.Button,{size:n.button.size,onClick:s,leftIcon:e(P.PlaylistAdd,{size:20}),children:"Add an API Key"})]})}function F({id:t,name:n,onSuccess:i,styles:a=N}){const l=D.useModals(),o=async()=>{if(t){b.showNotification({id:"for-deleting",title:"Pending",message:"Deleting API Key...",loading:!0});try{await v.api_key.delete(t),b.updateNotification({id:"for-deleting",title:"Successful",message:`API Key [${n}] is deleted`,color:"green"}),i()}catch(c){b.updateNotification({id:"for-deleting",title:"Failed",message:c.message,color:"red"})}}},s=()=>l.openConfirmModal({title:"Delete this api-key?",labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:o});return e(r.Button,{size:a.button.size,color:"red",onClick:s,leftIcon:e(P.Trash,{size:20}),children:"Delete"})}function De({styles:t=N,config:n}){var f;j(n);const{data:i=[],loading:a,refresh:l}=x.useRequest(async()=>{const{data:u}=await v.api_key.list();return u},{refreshDeps:[]}),{data:o=[],loading:s}=x.useRequest(async()=>(await v.role.list()).map(g=>({label:g.name,value:g.id,description:g.description,disabled:g.id===50})),{refreshDeps:[]}),c=z.useMemo(()=>o.reduce((u,g)=>(u.set(g.value,g.label),u),new Map),[o]),p=u=>c.get(u)??u;return d(C,{children:[e(r.Group,{pt:t.spacing,position:"right",children:e($,{onSuccess:l,initialRoleID:((f=o==null?void 0:o[0])==null?void 0:f.value)??0})}),d(r.Box,{mt:t.spacing,sx:{position:"relative"},children:[e(r.LoadingOverlay,{visible:a||s}),d(r.Table,{horizontalSpacing:t.spacing,verticalSpacing:t.spacing,fontSize:t.size,highlightOnHover:!0,children:[e("thead",{children:d("tr",{children:[e("th",{children:"Name"}),e("th",{children:"APP ID"}),e("th",{children:"Role"}),e("th",{children:"Action"})]})}),e("tbody",{children:i.map(u=>{const{id:g,name:w,app_id:y,role_id:_}=u;return d("tr",{children:[e("td",{width:200,children:w}),e("td",{width:200,children:y}),e("td",{width:200,children:p(_)}),e("td",{width:200,children:e(r.Group,{position:"left",children:e(F,{id:g,name:w,onSuccess:l})})})]},g)})})]})]})]})}const Oe=()=>Promise.resolve().then(()=>Ie).then(({version:t})=>(console.log(`[@devtable/dashboard] version: ${t}`),t)),J="@devtable/settings-form",Q="8.57.0",W="Apache-2.0",X={access:"public",registry:"https://registry.npmjs.org/"},Y=["dist"],Z="./dist/settings-form.umd.js",H="./dist/settings-form.es.js",ee="./dist/index.d.ts",te={".":{import:"./dist/settings-form.es.js",require:"./dist/settings-form.umd.js"},"./dist/style.css":{import:"./dist/style.css",require:"./dist/style.css"}},ne={"dev-build":"tsc && vite build --watch",build:"tsc && vite build",preview:"vite preview"},ie={"@monaco-editor/react":"4.4.6","monaco-editor":"0.36.0"},re={"@emotion/babel-plugin":"11.7.2","@types/crypto-js":"v4.1.1","@types/lodash":"^4.14.182","@types/react":"^18.0.0","@types/react-dom":"^18.0.0","@types/react-grid-layout":"^1.3.2","rollup-plugin-visualizer":"5.6.0",typescript:"^4.6.3","vite-plugin-static-copy":"0.13.1"},ae={"@emotion/react":"11.10.0","@mantine/core":"5.9.5","@mantine/hooks":"5.9.5","@mantine/modals":"5.9.5","@mantine/notifications":"5.9.5",ahooks:"^3.3.11",axios:"^0.27.2","crypto-js":"^4.1.1",lodash:"^4.17.21",react:"^16.8.0 || 17.x || 18.x","react-dom":"^16.8.0 || 17.x || 18.x","react-hook-form":"^7.31.2","tabler-icons-react":"^1.48.0"},Ie=Object.freeze(Object.defineProperty({__proto__:null,default:{name:J,version:Q,license:W,publishConfig:X,files:Y,main:Z,module:H,types:ee,exports:te,scripts:ne,dependencies:ie,devDependencies:re,peerDependencies:ae},dependencies:ie,devDependencies:re,exports:te,files:Y,license:W,main:Z,module:H,name:J,peerDependencies:ae,publishConfig:X,scripts:ne,types:ee,version:Q},Symbol.toStringTag,{value:"Module"}));m.APIKeyList=De,m.AccountList=xe,m.AddAPIKey=$,m.AddAccount=K,m.AddDataSource=G,m.DataSourceList=ve,m.DeleteAPIKey=F,m.DeleteAccount=V,m.DeleteDataSource=U,m.Login=_e,m.getVersion=Oe,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})});
29
+ `)};function Tt({submit:n,styles:r=V}){const{control:i,setValue:s,handleSubmit:u}=_.useForm({defaultValues:{type:"http",key:"",config:{host:"",processing:{pre:re.pre,post:re.post}}}});return t(o.Box,{mx:"auto",children:v("form",{onSubmit:u(n),children:[t(_.Controller,{name:"key",control:i,render:({field:l})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Name",placeholder:"A unique name",...l})}),t(o.Divider,{label:"Connection Info",labelPosition:"center"}),t(_.Controller,{name:"config.host",control:i,render:({field:l})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Base URL",sx:{flexGrow:1},...l})}),v(o.Group,{grow:!0,children:[t(_.Controller,{name:"config.processing.pre",control:i,render:({field:l})=>t(Pe,{label:"Pre Processing",modalTitle:"This function will run before sending the request (for scenarios like encryption)",defaultValue:re.pre,...l,styles:r})}),t(_.Controller,{name:"config.processing.post",control:i,render:({field:l})=>t(Pe,{label:"Post Processing",modalTitle:"This function will run after sending the request (for scenarios like decryption)",defaultValue:re.post,...l,styles:r})})]}),t(o.Group,{position:"right",mt:r.spacing,children:t(o.Button,{type:"submit",size:r.button.size,children:"Save"})})]})})}function Rt({styles:n=V}){return t(o.Box,{mx:"auto",children:v(o.Alert,{mt:n.spacing,icon:t(N.AlertCircle,{size:16}),children:["Only ",t("b",{children:"SELECT"})," privilege is needed."]})})}function Et({postSubmit:n,styles:r=V}){const[i,s]=E.useState("postgresql"),u=async({type:f,key:g,config:w})=>{R.showNotification({id:"for-creating",title:"Pending",message:"Adding data source...",loading:!0});try{console.log({type:f,key:g,config:w}),await j.datasource.create(f,g,w),R.updateNotification({id:"for-creating",title:"Successful",message:"Data source is added",color:"green"}),n()}catch(p){R.updateNotification({id:"for-creating",title:"Failed",message:p.message,color:"red"})}},l=i==="postgresql"||i==="mysql",c=i==="http";return v(o.Box,{mx:"auto",children:[t(o.SegmentedControl,{fullWidth:!0,mb:r.spacing,size:r.size,data:[{label:"PostgreSQL",value:"postgresql"},{label:"MySQL",value:"mysql"},{label:"HTTP",value:"http"}],value:i,onChange:f=>s(f)}),l&&t(Rt,{styles:r}),l&&t(Ct,{submit:u,styles:r,type:i}),c&&t(Tt,{submit:u,styles:r})]})}function Te({onSuccess:n,styles:r=V}){const[i,s]=E.useState(!1),u=()=>s(!0),l=()=>s(!1),c=()=>{n(),l()};return v(L,{children:[t(o.Modal,{overflow:"inside",opened:i,onClose:()=>s(!1),title:"Add a data source",trapFocus:!0,onDragStart:f=>{f.stopPropagation()},children:t(Et,{postSubmit:c,styles:r})}),t(o.Button,{size:r.button.size,onClick:u,leftIcon:t(N.PlaylistAdd,{size:20}),children:"Add a Data Source"})]})}const xt=n=>n.replace(/([^:])(\/\/+)/g,"$1/");function Ot(n){E.useEffect(()=>{if(te.loader.__getMonacoInstance())return;console.log("loading monaco for @devtable/settings-form");const i=xt(n);te.loader.config({paths:{vs:i}}),te.loader.init().then(s=>console.log("monaco instance:",s))},[])}function ue(){return ue=Object.assign?Object.assign.bind():function(n){for(var r=1;r<arguments.length;r++){var i=arguments[r];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])}return n},ue.apply(this,arguments)}function zt(n,r){if(n==null)return{};var i,s,u=function(c,f){if(c==null)return{};var g,w,p={},m=Object.keys(c);for(w=0;w<m.length;w++)g=m[w],f.indexOf(g)>=0||(p[g]=c[g]);return p}(n,r);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(n);for(s=0;s<l.length;s++)i=l[s],r.indexOf(i)>=0||Object.prototype.propertyIsEnumerable.call(n,i)&&(u[i]=n[i])}return u}var At=["size","color","stroke"];function Dt(n){var r=n.size,i=r===void 0?24:r,s=n.color,u=s===void 0?"currentColor":s,l=n.stroke,c=l===void 0?2:l,f=zt(n,At);return J.createElement("svg",ue({xmlns:"http://www.w3.org/2000/svg",className:"icon icon-tabler icon-tabler-lock",width:i,height:i,viewBox:"0 0 24 24",strokeWidth:c,stroke:u,fill:"none",strokeLinecap:"round",strokeLinejoin:"round"},f),J.createElement("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),J.createElement("rect",{x:5,y:11,width:14,height:10,rx:2}),J.createElement("circle",{cx:12,cy:16,r:1}),J.createElement("path",{d:"M8 11v-4a4 4 0 0 1 8 0v4"}))}function Re({id:n,name:r,isProtected:i,onSuccess:s,styles:u=V}){const l=K.useModals(),c=async()=>{n&&(R.showNotification({id:"for-deleting",title:"Pending",message:"Deleting data source...",loading:!0}),await j.datasource.delete(n),R.updateNotification({id:"for-deleting",title:"Successful",message:`Data source [${r}] is deleted`,color:"green"}),s())},f=()=>l.openConfirmModal({title:"Delete this data source?",children:t(o.Text,{size:u.size,children:"This action won't affect your database."}),labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:c}),g=o.useMantineTheme();return i?t(o.Tooltip,{withArrow:!0,events:{hover:!0,touch:!1,focus:!1},label:"This is a preset datasource, it can not be deleted",children:t("span",{children:t(Dt,{size:16,color:g.colors.gray[7]})})}):t(o.Button,{size:u.button.size,color:"red",onClick:f,leftIcon:t(N.Trash,{size:20}),children:"Delete"})}function jt({styles:n=V,config:r}){Ot(r.monacoPath),ne(r);const{data:i=[],loading:s,refresh:u}=U.useRequest(async()=>{const{data:l}=await j.datasource.list();return l},{refreshDeps:[]});return v(L,{children:[t(o.Group,{pt:n.spacing,position:"right",children:t(Te,{onSuccess:u})}),v(o.Box,{mt:n.spacing,sx:{position:"relative"},children:[t(o.LoadingOverlay,{visible:s}),v(o.Table,{horizontalSpacing:n.spacing,verticalSpacing:n.spacing,fontSize:n.size,highlightOnHover:!0,children:[t("thead",{children:v("tr",{children:[t("th",{children:"Type"}),t("th",{children:"Name"}),t("th",{children:"Action"})]})}),t("tbody",{children:i.map(({id:l,key:c,type:f,is_preset:g})=>v("tr",{children:[t("td",{width:200,children:f}),t("td",{children:c}),t("td",{width:200,children:t(o.Group,{position:"left",children:t(Re,{isProtected:g,id:l,name:c,onSuccess:u})})})]},c))})]})]})]})}const It=E.forwardRef(({label:n,value:r,description:i,...s},u)=>v(o.Stack,{spacing:2,ref:u,...s,children:[t(o.Text,{size:"sm",children:n}),t(o.Text,{size:"xs",color:"dimmed",className:"role-description",children:i})]})),de=E.forwardRef(({styles:n,value:r,onChange:i},s)=>{const{data:u=[],loading:l}=U.useRequest(async()=>(await j.role.list()).map(f=>({label:f.name,value:f.id,description:f.description,disabled:f.id===50})),{refreshDeps:[]});return t(o.Select,{ref:s,mb:n.spacing,size:n.size,required:!0,label:"Role",itemComponent:It,data:u,disabled:l,styles:()=>({item:{"&[data-selected]":{"&, &:hover":{".role-description":{color:"rgba(255,255,255,.8)"}}}}}),value:r,onChange:i})}),F={size:"sm",spacing:"md",button:{size:"xs"}};function kt({postSubmit:n,styles:r=F,initialRoleID:i}){const{control:s,handleSubmit:u}=_.useForm({defaultValues:{name:"",email:"",role_id:i,password:""}}),l=async({name:c,email:f,password:g,role_id:w})=>{try{R.showNotification({id:"for-creating",title:"Pending",message:"Adding account...",loading:!0}),await j.account.create(c,f,g,w),R.updateNotification({id:"for-creating",title:"Successful",message:"Account is added",color:"green"}),n()}catch(p){R.updateNotification({id:"for-creating",title:"Failed",message:p.message,color:"red"})}};return t(o.Box,{mx:"auto",children:v("form",{onSubmit:u(l),children:[t(_.Controller,{name:"name",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Username",...c})}),t(_.Controller,{name:"email",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Email",...c})}),t(_.Controller,{name:"password",control:s,render:({field:c})=>t(o.PasswordInput,{mb:r.spacing,size:r.size,required:!0,label:"Password",description:"Password must be at least 8 characters long",...c})}),t(_.Controller,{name:"role_id",control:s,render:({field:c})=>t(de,{styles:r,...c})}),t(o.Group,{position:"right",mt:r.spacing,children:t(o.Button,{type:"submit",size:r.button.size,children:"Save"})})]})})}function Ee({onSuccess:n,styles:r=F,initialRoleID:i}){const[s,u]=E.useState(!1),l=()=>u(!0),c=()=>u(!1),f=()=>{n(),c()};return v(L,{children:[t(o.Modal,{overflow:"inside",opened:s,onClose:()=>u(!1),title:"Add an Account",trapFocus:!0,onDragStart:g=>{g.stopPropagation()},children:t(kt,{postSubmit:f,styles:r,initialRoleID:i})}),t(o.Button,{size:r.button.size,onClick:l,leftIcon:t(N.PlaylistAdd,{size:20}),children:"Add an Account"})]})}function xe({id:n,name:r,onSuccess:i,styles:s=F}){const u=K.useModals(),l=async()=>{if(n){R.showNotification({id:"for-deleting",title:"Pending",message:"Deleting account...",loading:!0});try{await j.account.delete(n),R.updateNotification({id:"for-deleting",title:"Successful",message:`Account [${r}] is deleted`,color:"green"}),i()}catch(f){R.updateNotification({id:"for-deleting",title:"Failed",message:f.message,color:"red"})}}},c=()=>u.openConfirmModal({title:"Delete this account?",labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:l});return t(o.Button,{size:s.button.size,color:"red",onClick:c,leftIcon:t(N.Trash,{size:20}),children:"Delete"})}function qt({id:n,name:r,email:i,role_id:s,postSubmit:u,styles:l=F}){const{control:c,handleSubmit:f,watch:g}=_.useForm({defaultValues:{name:r,email:i,role_id:s,reset_password:!1,new_password:""}}),w=async({name:C,email:I,role_id:q,reset_password:fe,new_password:pe})=>{try{R.showNotification({id:"for-updating",title:"Pending",message:"Updating account...",loading:!0}),await j.account.edit({id:n,name:C,email:I,role_id:q,reset_password:fe,new_password:pe}),R.updateNotification({id:"for-updating",title:"Successful",message:"Account is updated",color:"green"}),u()}catch($){R.updateNotification({id:"for-updating",title:"Failed",message:$.message,color:"red"})}},[p,m]=g(["reset_password","new_password"]);return t(o.Box,{mx:"auto",children:v("form",{onSubmit:f(w),children:[t(_.Controller,{name:"name",control:c,render:({field:C})=>t(o.TextInput,{mb:l.spacing,size:l.size,required:!0,label:"Username",...C})}),t(_.Controller,{name:"email",control:c,render:({field:C})=>t(o.TextInput,{mb:l.spacing,size:l.size,required:!0,label:"Email",...C})}),t(_.Controller,{name:"role_id",control:c,render:({field:C})=>t(de,{styles:l,...C})}),t(o.Divider,{my:20,variant:"dashed",label:"",labelPosition:"center"}),t(_.Controller,{name:"reset_password",control:c,render:({field:C})=>t(o.Switch,{mb:l.spacing,size:l.size,label:"Reset password",checked:C.value,onChange:I=>C.onChange(I.currentTarget.checked),styles:{label:{verticalAlign:"middle"}}})}),p&&t(_.Controller,{name:"new_password",control:c,render:({field:C})=>t(o.PasswordInput,{autoComplete:"off",mb:l.spacing,size:l.size,required:!0,description:"Password must be at least 8 characters long",label:"New Password",...C})}),t(o.Group,{position:"right",mt:l.spacing,children:t(o.Button,{type:"submit",size:l.button.size,children:"Submit"})})]})})}function Nt({account:n,onSuccess:r,styles:i=F}){const[s,u]=E.useState(!1),l=()=>u(!0),c=()=>u(!1),f=()=>{r(),c()};return v(L,{children:[t(o.Modal,{overflow:"inside",opened:s,onClose:()=>u(!1),title:`Editing ${n.name}`,trapFocus:!0,onDragStart:g=>{g.stopPropagation()},children:t(qt,{...n,postSubmit:f,styles:i})}),t(o.Button,{size:i.button.size,onClick:l,leftIcon:t(N.Edit,{size:20}),children:"Edit"})]})}function Lt({styles:n=F,config:r}){var w;ne(r);const{data:i=[],loading:s,refresh:u}=U.useRequest(async()=>{const{data:p}=await j.account.list();return p},{refreshDeps:[]}),{data:l=[],loading:c}=U.useRequest(async()=>(await j.role.list()).map(m=>({label:m.name,value:m.id,description:m.description,disabled:m.id===50})),{refreshDeps:[]}),f=E.useMemo(()=>l.reduce((p,m)=>(p.set(m.value,m.label),p),new Map),[l]),g=p=>f.get(p)??p;return v(L,{children:[t(o.Group,{pt:n.spacing,position:"right",children:t(Ee,{onSuccess:u,initialRoleID:((w=l==null?void 0:l[0])==null?void 0:w.value)??0})}),v(o.Box,{mt:n.spacing,sx:{position:"relative"},children:[t(o.LoadingOverlay,{visible:s||c}),v(o.Table,{horizontalSpacing:n.spacing,verticalSpacing:n.spacing,fontSize:n.size,highlightOnHover:!0,children:[t("thead",{children:v("tr",{children:[t("th",{children:"Username"}),t("th",{children:"Email"}),t("th",{children:"Role"}),t("th",{children:"Action"})]})}),t("tbody",{children:i.map(p=>{const{id:m,name:C,email:I,role_id:q}=p;return v("tr",{children:[t("td",{width:200,children:C}),t("td",{width:200,children:I}),t("td",{width:200,children:g(q)}),t("td",{width:200,children:v(o.Group,{position:"left",children:[t(Nt,{account:p,onSuccess:u}),t(xe,{id:m,name:C,onSuccess:u})]})})]},m)})})]})]})]})}function Bt({postSubmit:n,styles:r=F}){const{control:i,handleSubmit:s}=_.useForm({defaultValues:{name:"",password:""}}),u=async({name:l,password:c})=>{try{R.showNotification({id:"for-login",title:"Pending",message:"Loggin in...",loading:!0});const f=await j.account.login(l,c);window.localStorage.setItem("token",f.token),R.updateNotification({id:"for-login",title:"Successful",message:"Logged in",color:"green"}),n(f)}catch(f){R.updateNotification({id:"for-login",title:"Login Failed",message:f.message,color:"red"})}};return t(o.Box,{mx:"auto",children:v("form",{onSubmit:s(u),children:[t(_.Controller,{name:"name",control:i,render:({field:l})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Username",...l})}),t(_.Controller,{name:"password",control:i,render:({field:l})=>t(o.PasswordInput,{mb:r.spacing,size:r.size,required:!0,label:"Password",...l})}),t(o.Group,{position:"right",mt:r.spacing,children:t(o.Button,{type:"submit",size:r.button.size,children:"Submit"})})]})})}function Mt({styles:n=F,config:r,onSuccess:i}){return ne(r),t(L,{children:t(o.Box,{mt:n.spacing,sx:{position:"relative"},children:t(Bt,{styles:n,postSubmit:i})})})}const ie={size:"sm",spacing:"md",button:{size:"xs"}};function Ft({postSubmit:n,styles:r=ie,initialRoleID:i}){const{control:s,handleSubmit:u}=_.useForm({defaultValues:{name:"",role_id:i}}),l=async({name:c,role_id:f})=>{try{R.showNotification({id:"for-creating",title:"Pending",message:"Adding API Key...",loading:!0});const{app_id:g,app_secret:w}=await j.api_key.create(c,f);R.updateNotification({id:"for-creating",title:"Successful",message:"API Key is added",color:"green"}),n(g,w)}catch(g){R.updateNotification({id:"for-creating",title:"Failed",message:g.message,color:"red"})}};return t(o.Box,{mx:"auto",children:v("form",{onSubmit:u(l),children:[t(_.Controller,{name:"name",control:s,render:({field:c})=>t(o.TextInput,{mb:r.spacing,size:r.size,required:!0,label:"Name",...c})}),t(_.Controller,{name:"role_id",control:s,render:({field:c})=>t(de,{styles:r,...c})}),t(o.Group,{position:"right",mt:r.spacing,children:t(o.Button,{type:"submit",size:r.button.size,children:"Save"})})]})})}function Oe({onSuccess:n,styles:r=ie,initialRoleID:i}){const s=K.useModals(),[u,l]=E.useState(!1),c=()=>l(!0),f=()=>l(!1),g=(w,p)=>{f(),s.openModal({title:"API Key is generated",children:v(o.Stack,{children:[t(o.Text,{color:"dimmed",children:"Make sure you save it - you won't be able to access it again."}),t(o.TextInput,{defaultValue:w,disabled:!0,label:"APP ID",styles:{input:{cursor:"text !important"}}}),t(o.TextInput,{defaultValue:p,disabled:!0,label:"APP Secret",styles:{input:{cursor:"text !important"}}}),t(o.Button,{size:"sm",onClick:()=>{K.closeAllModals()},children:"I've saved this API Key"})]}),onClose:()=>{n()}})};return v(L,{children:[t(o.Modal,{overflow:"inside",opened:u,onClose:()=>l(!1),title:"Add an API Key",trapFocus:!0,onDragStart:w=>{w.stopPropagation()},children:t(Ft,{postSubmit:g,styles:r,initialRoleID:i})}),t(o.Button,{size:r.button.size,onClick:c,leftIcon:t(N.PlaylistAdd,{size:20}),children:"Add an API Key"})]})}function ze({id:n,name:r,onSuccess:i,styles:s=ie}){const u=K.useModals(),l=async()=>{if(n){R.showNotification({id:"for-deleting",title:"Pending",message:"Deleting API Key...",loading:!0});try{await j.api_key.delete(n),R.updateNotification({id:"for-deleting",title:"Successful",message:`API Key [${r}] is deleted`,color:"green"}),i()}catch(f){R.updateNotification({id:"for-deleting",title:"Failed",message:f.message,color:"red"})}}},c=()=>u.openConfirmModal({title:"Delete this api-key?",labels:{confirm:"Confirm",cancel:"Cancel"},onCancel:()=>console.log("Cancel"),onConfirm:l});return t(o.Button,{size:s.button.size,color:"red",onClick:c,leftIcon:t(N.Trash,{size:20}),children:"Delete"})}function $t({styles:n=ie,config:r}){var w;ne(r);const{data:i=[],loading:s,refresh:u}=U.useRequest(async()=>{const{data:p}=await j.api_key.list();return p},{refreshDeps:[]}),{data:l=[],loading:c}=U.useRequest(async()=>(await j.role.list()).map(m=>({label:m.name,value:m.id,description:m.description,disabled:m.id===50})),{refreshDeps:[]}),f=E.useMemo(()=>l.reduce((p,m)=>(p.set(m.value,m.label),p),new Map),[l]),g=p=>f.get(p)??p;return v(L,{children:[t(o.Group,{pt:n.spacing,position:"right",children:t(Oe,{onSuccess:u,initialRoleID:((w=l==null?void 0:l[0])==null?void 0:w.value)??0})}),v(o.Box,{mt:n.spacing,sx:{position:"relative"},children:[t(o.LoadingOverlay,{visible:s||c}),v(o.Table,{horizontalSpacing:n.spacing,verticalSpacing:n.spacing,fontSize:n.size,highlightOnHover:!0,children:[t("thead",{children:v("tr",{children:[t("th",{children:"Name"}),t("th",{children:"APP ID"}),t("th",{children:"Role"}),t("th",{children:"Action"})]})}),t("tbody",{children:i.map(p=>{const{id:m,name:C,app_id:I,role_id:q}=p;return v("tr",{children:[t("td",{width:200,children:C}),t("td",{width:200,children:I}),t("td",{width:200,children:g(q)}),t("td",{width:200,children:t(o.Group,{position:"left",children:t(ze,{id:m,name:C,onSuccess:u})})})]},m)})})]})]})]})}const Ut=()=>Promise.resolve().then(()=>Vt).then(({version:n})=>(console.log(`[@devtable/dashboard] version: ${n}`),n)),Ae="@devtable/settings-form",De="8.57.2",je="Apache-2.0",Ie={access:"public",registry:"https://registry.npmjs.org/"},ke=["dist"],qe="./dist/settings-form.umd.js",Ne="./dist/settings-form.es.js",Le="./dist/index.d.ts",Be={".":{import:"./dist/settings-form.es.js",require:"./dist/settings-form.umd.js"},"./dist/style.css":{import:"./dist/style.css",require:"./dist/style.css"}},Me={"dev-build":"tsc && vite build --watch",build:"tsc && vite build",preview:"vite preview"},Fe={"@monaco-editor/react":"4.4.6","monaco-editor":"0.36.0"},$e={"@emotion/babel-plugin":"11.7.2","@types/crypto-js":"v4.1.1","@types/lodash":"^4.14.182","@types/react":"^18.0.0","@types/react-dom":"^18.0.0","@types/react-grid-layout":"^1.3.2","rollup-plugin-visualizer":"5.6.0",typescript:"^4.6.3","vite-plugin-static-copy":"0.13.1"},Ue={"@emotion/react":"11.10.0","@mantine/core":"5.9.5","@mantine/hooks":"5.9.5","@mantine/modals":"5.9.5","@mantine/notifications":"5.9.5",ahooks:"^3.3.11",axios:"^0.27.2","crypto-js":"^4.1.1",lodash:"^4.17.21",react:"^16.8.0 || 17.x || 18.x","react-dom":"^16.8.0 || 17.x || 18.x","react-hook-form":"^7.31.2","tabler-icons-react":"^1.48.0"},Vt=Object.freeze(Object.defineProperty({__proto__:null,default:{name:Ae,version:De,license:je,publishConfig:Ie,files:ke,main:qe,module:Ne,types:Le,exports:Be,scripts:Me,dependencies:Fe,devDependencies:$e,peerDependencies:Ue},dependencies:Fe,devDependencies:$e,exports:Be,files:ke,license:je,main:qe,module:Ne,name:Ae,peerDependencies:Ue,publishConfig:Ie,scripts:Me,types:Le,version:De},Symbol.toStringTag,{value:"Module"}));P.APIKeyList=$t,P.AccountList=Lt,P.AddAPIKey=Oe,P.AddAccount=Ee,P.AddDataSource=Te,P.DataSourceList=jt,P.DeleteAPIKey=ze,P.DeleteAccount=xe,P.DeleteDataSource=Re,P.Login=Mt,P.getVersion=Ut,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"})});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/settings-form",
3
- "version": "8.57.0",
3
+ "version": "8.57.2",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",