@devtable/dashboard 14.4.1 → 14.4.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.
- package/dist/dashboard.es.js +4 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -2751,7 +2751,7 @@ class Wa {
|
|
|
2751
2751
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
2752
2752
|
}
|
|
2753
2753
|
}
|
|
2754
|
-
const Is = "14.4.
|
|
2754
|
+
const Is = "14.4.2", bg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2755
2755
|
__proto__: null,
|
|
2756
2756
|
version: Is
|
|
2757
2757
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34201,7 +34201,9 @@ const y4 = [{
|
|
|
34201
34201
|
n(p), c.closeDropdown();
|
|
34202
34202
|
}, styles: M4, children: [
|
|
34203
34203
|
/* @__PURE__ */ r(Ot.Target, { children: l ? /* @__PURE__ */ r(te, { label: l, children: h }) : h }),
|
|
34204
|
-
/* @__PURE__ */ r(Ot.Dropdown, { miw: 300, children: /* @__PURE__ */ r(Ot.Options, {
|
|
34204
|
+
/* @__PURE__ */ r(Ot.Dropdown, { miw: 300, children: /* @__PURE__ */ r(Ot.Options, { mah: 500, style: {
|
|
34205
|
+
overflowY: "auto"
|
|
34206
|
+
}, children: s.map(({
|
|
34205
34207
|
group: p,
|
|
34206
34208
|
items: f
|
|
34207
34209
|
}) => /* @__PURE__ */ r(Ot.Group, { label: p, children: f.map((b) => {
|
package/dist/dashboard.umd.js
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
${Object.entries(t).map(([a,l])=>`const ${a} = '${l}';`).join(`
|
|
52
52
|
`)}
|
|
53
53
|
return ${e};
|
|
54
|
-
`)(r)}catch(a){return console.error(a),console.log(e),e}}function Wt(e,t,r,a){const l=Tu(t,a);return e.replaceAll(/(\{\{([^{\}]+(?=}))\}\})/g,(...i)=>{const c=i[2];if(!c)return c;const d=l[c];if(d)return d;const u=Su(c);return ku(u,l,r)})}function zu(e,t){const r=Ua.decode(t);r!==e&&(console.error("Inconsistent sql"),console.groupCollapsed("Inconsistent sql"),console.table({before:e,after:t,v:r}),console.groupEnd())}async function Du({query:e,name:t,payload:r,additionals:a},l){if(!e.sql)return[];const{type:o,key:i,sql:c,pre_process:d,post_process:u}=e,p=Sn(c,r),f=pd({sql:p,pre_process:d}),v=Ua.encode(f);zu(f,v);let _=await Ce.query(l)({type:o,key:i,query:v,...a},{params:{name:t}});return _=hd(u,_,Un(r)),_}async function Iu({type:e,key:t,configString:r,name:a,additionals:l},o){try{return await Ce.httpDataSourceQuery(o)({type:e,key:t,query:r,...l},{params:{name:a}})}catch(i){if(me.isCancel(i))throw i;return console.error(i),i}}async function Mu({key:e,configString:t,name:r,additionals:a},l){try{return await Ce.mericoMetricQuery(l)({type:"merico_metric_system",key:e,query:t,...a},{params:{name:r}})}catch(o){throw o}}async function Yn(){try{return(await Ce.post()("/datasource/list",{filter:{},sort:[{field:"create_time",order:"ASC"}],pagination:{page:1,pagesize:100}},{})).data}catch(e){return console.error(e),[]}}async function Qs(){try{return(await Ce.post()("/sql_snippet/list",{filter:{},sort:[{field:"id",order:"ASC"}],pagination:{page:1,pagesize:1e3}},{})).data}catch(e){return console.error(e),[]}}class Ws{constructor(t){P(this,"rootRef");this.rootRef=F.observable({current:t})}async deleteItem(t){F.runInAction(()=>{y.unset(this.rootRef.current,[t])})}getItem(t){const r=this.getValueFromRoot(t);return Promise.resolve(r)}getValueFromRoot(t){return t===null?F.toJS(this.rootRef.current):y.get(this.rootRef.current,[t])}setItem(t,r){if(t===null)if(y.isObject(r))F.runInAction(()=>{this.rootRef.current=r});else throw new Error("Cannot set root value to non-object");else F.runInAction(()=>{y.set(this.rootRef.current,[t],r)});return Promise.resolve(this.getItem(t))}watchItem(t,r,a){return F.reaction(()=>this.getValueFromRoot(t),(l,o)=>{r(l,o)},{requiresObservable:!0,fireImmediately:y.get(a,"fireImmediately",!1)})}}class Au{constructor(){P(this,"channels",new Map);P(this,"globalChannel",new Ya)}getChannel(t){const r=this.channels.get(t);if(r)return r;const a=new Ya;return this.channels.set(t,a),a}}class Pu{constructor(t){P(this,"instances",new Map);this.pluginManager=t}get availableVizList(){return this.pluginManager.installedPlugins.flatMap(t=>t.manifest.viz)}resolveComponent(t){return this.pluginManager.factory.viz(t)}getOrCreateInstance(t){const r=this.instances.get(t.id);if(r)return r;const a={id:t.id,name:t.viz.type,type:t.viz.type,messageChannels:new Au,instanceData:new Ws(t.viz.conf)};return this.instances.set(t.id,a),a}}function Us(e,t,r,a){return{vizManager:r,locale:"zh",msgChannels:e.messageChannels,instanceData:e.instanceData,pluginData:new Ws({}),colorPalette:{getColor(){return()=>""}},data:t,variables:a}}const $u=e=>{const{panel:t,measure:r,vizManager:a,data:l,variables:o}=e,i=a.resolveComponent(t.viz.type),c=a.getOrCreateInstance(t),d={...Us(c,l,a,o),viewport:{width:r.w,height:r.h}},u=i.viewRender;return n.jsx(u,{context:d,instance:c,...y.omit(e,["panel","vizManager","data"])})},Vu=e=>{const{vizManager:t,panel:r,data:a,variables:l}=e,o=t.resolveComponent(r.viz.type),i=t.getOrCreateInstance(r),c={...Us(i,a,t,l)},d=o.configRender;return n.jsx(d,{context:c,instance:i,...y.omit(e,["panel","vizManager","data"])})},Ys=(e,t)=>{const r=Pe.bezier(e),a=Pe.bezier(t);return function(l){return l<50?r(l*2/100).hex():a((l-50)*2/100).hex()}},Ut=e=>{const t=Pe.bezier(e);return function(r){return t(r/100).hex()}},Eu={type:"interpolation",displayName:"style.color.interpolation.palette.red_green",getColor:Ys(["darkred","deeppink","lightyellow"],["lightyellow","lightgreen","teal"]),name:"red-green",category:"diverging"},Bu={type:"interpolation",displayName:"style.color.interpolation.palette.yellow_blue",getColor:Ys(["#8f531d","#ffd347","#e3efe3"],["#eefaee","#4ecbbf","#003f94"]),name:"yellow-blue",category:"diverging"},Lu={type:"interpolation",displayName:"style.color.interpolation.palette.red",getColor:Ut(["#fff7f1","darkred"]),name:"red",category:"sequential"},qu={type:"interpolation",displayName:"style.color.interpolation.palette.green",getColor:Ut(["#f0ffed","darkgreen"]),name:"green",category:"sequential"},Ou={type:"interpolation",displayName:"style.color.interpolation.palette.blue",getColor:Ut(["#f9fcff","#48b3e9","darkblue"]),name:"blue",category:"sequential"},Nu={type:"interpolation",displayName:"style.color.interpolation.palette.orange",getColor:Ut(["#fff7f1","darkorange","#b60000"]),name:"orange",category:"sequential"};class Gu{constructor(t){P(this,"symbol");this.symbol=Symbol(t)}}function Ke(e){return new Gu(e)}class Kn{constructor(){P(this,"parent");P(this,"factoryRegistry",new Map);P(this,"instanceRegistry",new Map)}createScoped(){const t=new Kn;return t.parent=this,t}getRequired(t){return this.get(t)}get(t){if(this.instanceRegistry.has(t.symbol))return this.instanceRegistry.get(t.symbol);const r=this.factoryRegistry.get(t.symbol);if(r){const a=r(this);return this.instanceRegistry.set(t.symbol,a),a}if(this.parent)return this.parent.get(t)}provideFactory(t,r){return this.factoryRegistry.has(t.symbol)?console.warn(`Token ${t.symbol.toString()} is already registered`):this.factoryRegistry.set(t.symbol,r),this}provideValue(t,r){return this.factoryRegistry.has(t.symbol)?console.warn(`Token ${t.symbol.toString()} is already registered`):this.factoryRegistry.set(t.symbol,()=>r),this}dispose(){this.instanceRegistry.forEach(t=>{const r=y.get(t,"dispose");y.isFunction(r)&&r.bind(t)()}),this.instanceRegistry.clear(),this.factoryRegistry.clear()}}const Ks="14.4.1",Fu=Object.freeze(Object.defineProperty({__proto__:null,version:Ks},Symbol.toStringTag,{value:"Module"}));class ju{constructor(t){P(this,"staticColors",new Map);P(this,"interpolations",new Map);t.installedPlugins.forEach(r=>{r.manifest.color.forEach(a=>{this.register(a)})})}getStaticColors(){return Array.from(this.staticColors.values())}register(t){const r=this.encodeColor(t);t.type==="single"?(this.staticColors.has(r)&&console.warn(`the color '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`),this.staticColors.set(r,t)):t.type==="interpolation"&&(this.interpolations.has(r)&&console.warn(`the interpolation '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`,`the interpolation '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`),this.interpolations.set(r,t))}decodeStaticColor(t){return this.staticColors.get(t)}encodeColor(t){return`\${${t.category}}.{${t.name}}`}decodeInterpolation(t){return this.interpolations.get(t)}getColorInterpolations(){return Array.from(this.interpolations.values())}}class Qu{constructor(){P(this,"plugins",new Map);P(this,"vizComponents",new Map);P(this,"factory",{viz:t=>{const r=this.vizComponents.get(t);if(r)return r;throw new Error(`Viz Component (${t}) not found`)}})}install(t){if(this.plugins.has(t.id))throw new Error(`Plugin (${t.id}) has been installed before`);this.plugins.set(t.id,t);for(const r of t.manifest.viz){if(this.vizComponents.has(r.name))throw new Error(`Viz Component (${r.name}) has been installed before`);this.vizComponents.set(r.name,r)}}get installedPlugins(){return Array.from(this.plugins.values())}}class Wu{constructor(){P(this,"migrations",[])}version(t,r){return this.migrations.push({version:t,handler:r}),this}run(t,r,a){var i;if(t.from===t.to)return r;if(t.from>t.to)throw new Error(`Can not downgrade from version '${t.from}' to (${t.to})`);const l=this.migrations.filter(c=>c.version>t.from&&c.version<=t.to),o=y.orderBy(l,"version","asc");if(((i=y.last(o))==null?void 0:i.version)!==t.to)throw new Error(`Migration to version ${t.to} not found`);return o.reduce((c,d)=>d.handler(c,a),r)}}class H extends Wu{constructor(){super(),this.configVersions()}version(t,r){return super.version(t,(a,l)=>({version:t,...r(a,l)}))}async migrate({configData:t,panelModel:r}){const a=await t.getItem(null),l=y.get(a,"version",0),o=this.run({from:l,to:this.VERSION},a,{panelModel:r});await t.setItem(null,o)}async needMigration({configData:t}){const r=await t.getItem(null);return y.get(r,"version",0)<this.VERSION}}const E=(e,t)=>{const[r,{setFalse:a}]=q.useBoolean(!0),[l,o]=g.useState();g.useEffect(()=>(e.getItem(t).then(c=>{o(c),a()}),e.watchItem(t,c=>{o(c)})));const i=g.useCallback(async c=>{await e.setItem(t,c),o(c)},[e,t]);return{loading:r,value:l,set:i}},be={top:16,right:16,bottom:16,left:16},Ee=e=>Math.max(0,e-be.left-be.right),Be=e=>Math.max(0,e-be.top-be.bottom),It=(e,t)=>({width:Ee(e),height:Be(t)}),ye=({width:e,height:t,children:r})=>n.jsx(s.Box,{pt:be.top,pr:be.right,pb:be.bottom,pl:be.left,sx:{width:e,height:t,overflow:"hidden",position:"relative"},children:r}),Xn={x_axis_data_key:"",y_axis_data_key:"",z_axis_data_key:"",xAxis3D:{type:"value",name:"X Axis Name"},yAxis3D:{type:"value",name:"Y Axis Name"},zAxis3D:{type:"value",name:"Z Axis Name"}};function Uu({context:e}){const{value:t}=E(e.instanceData,"config"),r=e.data,{width:a,height:l}=e.viewport,{x_axis_data_key:o,y_axis_data_key:i,z_axis_data_key:c,xAxis3D:d,yAxis3D:u,zAxis3D:p}=y.defaults({},t,Xn),f=g.useMemo(()=>Lt(r,o),[r,o]),{x:v,y:_,z:x}=g.useMemo(()=>({x:A(o),y:A(i),z:A(c)}),[o,i,c]),{min:T,max:k}=g.useMemo(()=>{const M=y.minBy(f,L=>L[x.columnKey]),I=y.maxBy(f,L=>L[x.columnKey]);return{min:y.get(M,x.columnKey),max:y.get(I,x.columnKey)}},[f,x]),z={tooltip:{},backgroundColor:"#fff",visualMap:{show:!0,dimension:2,min:T,max:k,inRange:{color:["#313695","#4575b4","#74add1","#abd9e9","#e0f3f8","#ffffbf","#fee090","#fdae61","#f46d43","#d73027","#a50026"]}},xAxis3D:d,yAxis3D:u,zAxis3D:p,grid3D:{viewControl:{projection:"orthographic",autoRotate:!1},light:{main:{shadow:!0,quality:"ultra",intensity:1.5}}},series:[{type:"bar3D",wireframe:{},data:f.map(M=>[M[v.columnKey],M[_.columnKey],M[x.columnKey]])}]};return t?n.jsx(ye,{width:a,height:l,children:n.jsx(de,{echarts:ie,option:z,style:It(a,l),notMerge:!0,theme:"merico-light"})}):null}const B=S.observer(g.forwardRef(({label:e,required:t,description:r,value:a,onChange:l,queryID:o,clearable:i=!1,sx:c,...d},u)=>{const{panel:p}=te(),f=g.useMemo(()=>p.dataFieldOptionGroups(a,i,o),[a,i,o]);if(f.length===0){const v=p.explainDataKey(a);return n.jsxs(s.HoverCard,{shadow:"md",position:"bottom-start",withinPortal:!0,zIndex:320,children:[n.jsx(s.HoverCard.Target,{children:n.jsx(s.Box,{children:n.jsx(s.TextInput,{label:e,required:t,defaultValue:v.columnKey,readOnly:!0,disabled:!0})})}),n.jsx(s.HoverCard.Dropdown,{children:n.jsxs(s.Group,{justify:"flex-start",gap:0,children:[n.jsx(s.Text,{size:"xs",c:v.queryName?"black":"red",ff:"monospace",children:v.queryName??v.queryID}),n.jsx(s.Text,{size:"xs",c:"black",ff:"monospace",children:"."}),n.jsx(s.Text,{size:"xs",c:"red",ff:"monospace",children:v.columnKey})]})})]})}return n.jsx(s.Select,{ref:u,label:e,description:r,data:f,value:a,onChange:X(l),required:t,sx:c,maxDropdownHeight:500,...d})}));function Yu({context:e}){const{value:t,set:r}=E(e.instanceData,"config"),a=y.defaults({},t,Xn),{control:l,handleSubmit:o,reset:i}=b.useForm({defaultValues:a});return g.useEffect(()=>{i(a)},[t]),t?n.jsx(s.Stack,{gap:"xs",children:n.jsxs("form",{onSubmit:o(r),children:[n.jsx(s.Text,{size:"sm",children:"X Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"x_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"xAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Text,{mt:"lg",size:"sm",children:"Y Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"y_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"yAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Text,{mt:"lg",size:"sm",children:"Z Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"z_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"zAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Group,{justify:"center",mt:"xl",grow:!0,sx:{width:"60%"},mx:"auto",children:n.jsxs(s.Button,{color:"blue",type:"submit",children:[n.jsx(C.IconDeviceFloppy,{size:20}),n.jsx(s.Text,{ml:"md",size:"sm",children:"Save"})]})})]})}):null}const Ku=[{lang:"en",resources:{bar_chart_3d:{viz_name:"Bar Chart(3D)"}}},{lang:"zh",resources:{bar_chart_3d:{viz_name:"柱图(3D)"}}}];function Xu(e,{panelModel:t}){try{const r=t.queryIDs[0];if(!r)throw new Error("cannot migrate when queryID is empty");const a=d=>d&&`${r}.${d}`,{x_axis_data_key:l,y_axis_data_key:o,z_axis_data_key:i,...c}=e;return{...c,x_axis_data_key:a(l),y_axis_data_key:a(o),z_axis_data_key:a(i)}}catch(r){throw console.error("[Migration failed]",r),r}}class Zu extends H{constructor(){super(...arguments);P(this,"VERSION",2)}configVersions(){this.version(1,r=>({version:1,config:r})),this.version(2,(r,a)=>{const{config:l}=r;return{...r,version:2,config:Xu(l,a)}})}}const Ju={displayName:"viz.bar_chart_3d.viz_name",displayGroup:"chart.groups.echarts_based_charts",migrator:new Zu,name:"bar-3d",viewRender:Uu,configRender:Yu,createConfig(){return{version:2,config:y.cloneDeep(Xn)}},translation:Ku},Hu=({disabled:e,value:t,onChange:r})=>{const a=l=>{l&&r(l)};return n.jsxs(s.Box,{sx:{position:"relative"},children:[e&&n.jsx(s.Overlay,{backgroundOpacity:.6,color:"#fff",zIndex:5,blur:2}),n.jsx(we,{height:"500px",defaultLanguage:"javascript",value:t,onChange:a,theme:"vs-dark",options:{minimap:{enabled:!1},readOnly:e}})]})};function ve({enabled:e,func_content:t}){return(r,a)=>{if(!e)return r;try{return new Function(`return ${t}`)()(r,a)}catch(l){return console.error(`[getEchartsXAxisLabel] failed parsing custom function, error: ${l.message}`),r}}}function pe(){return{enabled:!1,func_content:["function label(value, index) {"," // your code goes here"," // return value","}"].join(`
|
|
54
|
+
`)(r)}catch(a){return console.error(a),console.log(e),e}}function Wt(e,t,r,a){const l=Tu(t,a);return e.replaceAll(/(\{\{([^{\}]+(?=}))\}\})/g,(...i)=>{const c=i[2];if(!c)return c;const d=l[c];if(d)return d;const u=Su(c);return ku(u,l,r)})}function zu(e,t){const r=Ua.decode(t);r!==e&&(console.error("Inconsistent sql"),console.groupCollapsed("Inconsistent sql"),console.table({before:e,after:t,v:r}),console.groupEnd())}async function Du({query:e,name:t,payload:r,additionals:a},l){if(!e.sql)return[];const{type:o,key:i,sql:c,pre_process:d,post_process:u}=e,p=Sn(c,r),f=pd({sql:p,pre_process:d}),v=Ua.encode(f);zu(f,v);let _=await Ce.query(l)({type:o,key:i,query:v,...a},{params:{name:t}});return _=hd(u,_,Un(r)),_}async function Iu({type:e,key:t,configString:r,name:a,additionals:l},o){try{return await Ce.httpDataSourceQuery(o)({type:e,key:t,query:r,...l},{params:{name:a}})}catch(i){if(me.isCancel(i))throw i;return console.error(i),i}}async function Mu({key:e,configString:t,name:r,additionals:a},l){try{return await Ce.mericoMetricQuery(l)({type:"merico_metric_system",key:e,query:t,...a},{params:{name:r}})}catch(o){throw o}}async function Yn(){try{return(await Ce.post()("/datasource/list",{filter:{},sort:[{field:"create_time",order:"ASC"}],pagination:{page:1,pagesize:100}},{})).data}catch(e){return console.error(e),[]}}async function Qs(){try{return(await Ce.post()("/sql_snippet/list",{filter:{},sort:[{field:"id",order:"ASC"}],pagination:{page:1,pagesize:1e3}},{})).data}catch(e){return console.error(e),[]}}class Ws{constructor(t){P(this,"rootRef");this.rootRef=F.observable({current:t})}async deleteItem(t){F.runInAction(()=>{y.unset(this.rootRef.current,[t])})}getItem(t){const r=this.getValueFromRoot(t);return Promise.resolve(r)}getValueFromRoot(t){return t===null?F.toJS(this.rootRef.current):y.get(this.rootRef.current,[t])}setItem(t,r){if(t===null)if(y.isObject(r))F.runInAction(()=>{this.rootRef.current=r});else throw new Error("Cannot set root value to non-object");else F.runInAction(()=>{y.set(this.rootRef.current,[t],r)});return Promise.resolve(this.getItem(t))}watchItem(t,r,a){return F.reaction(()=>this.getValueFromRoot(t),(l,o)=>{r(l,o)},{requiresObservable:!0,fireImmediately:y.get(a,"fireImmediately",!1)})}}class Au{constructor(){P(this,"channels",new Map);P(this,"globalChannel",new Ya)}getChannel(t){const r=this.channels.get(t);if(r)return r;const a=new Ya;return this.channels.set(t,a),a}}class Pu{constructor(t){P(this,"instances",new Map);this.pluginManager=t}get availableVizList(){return this.pluginManager.installedPlugins.flatMap(t=>t.manifest.viz)}resolveComponent(t){return this.pluginManager.factory.viz(t)}getOrCreateInstance(t){const r=this.instances.get(t.id);if(r)return r;const a={id:t.id,name:t.viz.type,type:t.viz.type,messageChannels:new Au,instanceData:new Ws(t.viz.conf)};return this.instances.set(t.id,a),a}}function Us(e,t,r,a){return{vizManager:r,locale:"zh",msgChannels:e.messageChannels,instanceData:e.instanceData,pluginData:new Ws({}),colorPalette:{getColor(){return()=>""}},data:t,variables:a}}const $u=e=>{const{panel:t,measure:r,vizManager:a,data:l,variables:o}=e,i=a.resolveComponent(t.viz.type),c=a.getOrCreateInstance(t),d={...Us(c,l,a,o),viewport:{width:r.w,height:r.h}},u=i.viewRender;return n.jsx(u,{context:d,instance:c,...y.omit(e,["panel","vizManager","data"])})},Vu=e=>{const{vizManager:t,panel:r,data:a,variables:l}=e,o=t.resolveComponent(r.viz.type),i=t.getOrCreateInstance(r),c={...Us(i,a,t,l)},d=o.configRender;return n.jsx(d,{context:c,instance:i,...y.omit(e,["panel","vizManager","data"])})},Ys=(e,t)=>{const r=Pe.bezier(e),a=Pe.bezier(t);return function(l){return l<50?r(l*2/100).hex():a((l-50)*2/100).hex()}},Ut=e=>{const t=Pe.bezier(e);return function(r){return t(r/100).hex()}},Eu={type:"interpolation",displayName:"style.color.interpolation.palette.red_green",getColor:Ys(["darkred","deeppink","lightyellow"],["lightyellow","lightgreen","teal"]),name:"red-green",category:"diverging"},Bu={type:"interpolation",displayName:"style.color.interpolation.palette.yellow_blue",getColor:Ys(["#8f531d","#ffd347","#e3efe3"],["#eefaee","#4ecbbf","#003f94"]),name:"yellow-blue",category:"diverging"},Lu={type:"interpolation",displayName:"style.color.interpolation.palette.red",getColor:Ut(["#fff7f1","darkred"]),name:"red",category:"sequential"},qu={type:"interpolation",displayName:"style.color.interpolation.palette.green",getColor:Ut(["#f0ffed","darkgreen"]),name:"green",category:"sequential"},Ou={type:"interpolation",displayName:"style.color.interpolation.palette.blue",getColor:Ut(["#f9fcff","#48b3e9","darkblue"]),name:"blue",category:"sequential"},Nu={type:"interpolation",displayName:"style.color.interpolation.palette.orange",getColor:Ut(["#fff7f1","darkorange","#b60000"]),name:"orange",category:"sequential"};class Gu{constructor(t){P(this,"symbol");this.symbol=Symbol(t)}}function Ke(e){return new Gu(e)}class Kn{constructor(){P(this,"parent");P(this,"factoryRegistry",new Map);P(this,"instanceRegistry",new Map)}createScoped(){const t=new Kn;return t.parent=this,t}getRequired(t){return this.get(t)}get(t){if(this.instanceRegistry.has(t.symbol))return this.instanceRegistry.get(t.symbol);const r=this.factoryRegistry.get(t.symbol);if(r){const a=r(this);return this.instanceRegistry.set(t.symbol,a),a}if(this.parent)return this.parent.get(t)}provideFactory(t,r){return this.factoryRegistry.has(t.symbol)?console.warn(`Token ${t.symbol.toString()} is already registered`):this.factoryRegistry.set(t.symbol,r),this}provideValue(t,r){return this.factoryRegistry.has(t.symbol)?console.warn(`Token ${t.symbol.toString()} is already registered`):this.factoryRegistry.set(t.symbol,()=>r),this}dispose(){this.instanceRegistry.forEach(t=>{const r=y.get(t,"dispose");y.isFunction(r)&&r.bind(t)()}),this.instanceRegistry.clear(),this.factoryRegistry.clear()}}const Ks="14.4.2",Fu=Object.freeze(Object.defineProperty({__proto__:null,version:Ks},Symbol.toStringTag,{value:"Module"}));class ju{constructor(t){P(this,"staticColors",new Map);P(this,"interpolations",new Map);t.installedPlugins.forEach(r=>{r.manifest.color.forEach(a=>{this.register(a)})})}getStaticColors(){return Array.from(this.staticColors.values())}register(t){const r=this.encodeColor(t);t.type==="single"?(this.staticColors.has(r)&&console.warn(`the color '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`),this.staticColors.set(r,t)):t.type==="interpolation"&&(this.interpolations.has(r)&&console.warn(`the interpolation '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`,`the interpolation '${t.name}' has been registered under '${t.category}', previous registered value will be overridden`),this.interpolations.set(r,t))}decodeStaticColor(t){return this.staticColors.get(t)}encodeColor(t){return`\${${t.category}}.{${t.name}}`}decodeInterpolation(t){return this.interpolations.get(t)}getColorInterpolations(){return Array.from(this.interpolations.values())}}class Qu{constructor(){P(this,"plugins",new Map);P(this,"vizComponents",new Map);P(this,"factory",{viz:t=>{const r=this.vizComponents.get(t);if(r)return r;throw new Error(`Viz Component (${t}) not found`)}})}install(t){if(this.plugins.has(t.id))throw new Error(`Plugin (${t.id}) has been installed before`);this.plugins.set(t.id,t);for(const r of t.manifest.viz){if(this.vizComponents.has(r.name))throw new Error(`Viz Component (${r.name}) has been installed before`);this.vizComponents.set(r.name,r)}}get installedPlugins(){return Array.from(this.plugins.values())}}class Wu{constructor(){P(this,"migrations",[])}version(t,r){return this.migrations.push({version:t,handler:r}),this}run(t,r,a){var i;if(t.from===t.to)return r;if(t.from>t.to)throw new Error(`Can not downgrade from version '${t.from}' to (${t.to})`);const l=this.migrations.filter(c=>c.version>t.from&&c.version<=t.to),o=y.orderBy(l,"version","asc");if(((i=y.last(o))==null?void 0:i.version)!==t.to)throw new Error(`Migration to version ${t.to} not found`);return o.reduce((c,d)=>d.handler(c,a),r)}}class H extends Wu{constructor(){super(),this.configVersions()}version(t,r){return super.version(t,(a,l)=>({version:t,...r(a,l)}))}async migrate({configData:t,panelModel:r}){const a=await t.getItem(null),l=y.get(a,"version",0),o=this.run({from:l,to:this.VERSION},a,{panelModel:r});await t.setItem(null,o)}async needMigration({configData:t}){const r=await t.getItem(null);return y.get(r,"version",0)<this.VERSION}}const E=(e,t)=>{const[r,{setFalse:a}]=q.useBoolean(!0),[l,o]=g.useState();g.useEffect(()=>(e.getItem(t).then(c=>{o(c),a()}),e.watchItem(t,c=>{o(c)})));const i=g.useCallback(async c=>{await e.setItem(t,c),o(c)},[e,t]);return{loading:r,value:l,set:i}},be={top:16,right:16,bottom:16,left:16},Ee=e=>Math.max(0,e-be.left-be.right),Be=e=>Math.max(0,e-be.top-be.bottom),It=(e,t)=>({width:Ee(e),height:Be(t)}),ye=({width:e,height:t,children:r})=>n.jsx(s.Box,{pt:be.top,pr:be.right,pb:be.bottom,pl:be.left,sx:{width:e,height:t,overflow:"hidden",position:"relative"},children:r}),Xn={x_axis_data_key:"",y_axis_data_key:"",z_axis_data_key:"",xAxis3D:{type:"value",name:"X Axis Name"},yAxis3D:{type:"value",name:"Y Axis Name"},zAxis3D:{type:"value",name:"Z Axis Name"}};function Uu({context:e}){const{value:t}=E(e.instanceData,"config"),r=e.data,{width:a,height:l}=e.viewport,{x_axis_data_key:o,y_axis_data_key:i,z_axis_data_key:c,xAxis3D:d,yAxis3D:u,zAxis3D:p}=y.defaults({},t,Xn),f=g.useMemo(()=>Lt(r,o),[r,o]),{x:v,y:_,z:x}=g.useMemo(()=>({x:A(o),y:A(i),z:A(c)}),[o,i,c]),{min:T,max:k}=g.useMemo(()=>{const M=y.minBy(f,L=>L[x.columnKey]),I=y.maxBy(f,L=>L[x.columnKey]);return{min:y.get(M,x.columnKey),max:y.get(I,x.columnKey)}},[f,x]),z={tooltip:{},backgroundColor:"#fff",visualMap:{show:!0,dimension:2,min:T,max:k,inRange:{color:["#313695","#4575b4","#74add1","#abd9e9","#e0f3f8","#ffffbf","#fee090","#fdae61","#f46d43","#d73027","#a50026"]}},xAxis3D:d,yAxis3D:u,zAxis3D:p,grid3D:{viewControl:{projection:"orthographic",autoRotate:!1},light:{main:{shadow:!0,quality:"ultra",intensity:1.5}}},series:[{type:"bar3D",wireframe:{},data:f.map(M=>[M[v.columnKey],M[_.columnKey],M[x.columnKey]])}]};return t?n.jsx(ye,{width:a,height:l,children:n.jsx(de,{echarts:ie,option:z,style:It(a,l),notMerge:!0,theme:"merico-light"})}):null}const B=S.observer(g.forwardRef(({label:e,required:t,description:r,value:a,onChange:l,queryID:o,clearable:i=!1,sx:c,...d},u)=>{const{panel:p}=te(),f=g.useMemo(()=>p.dataFieldOptionGroups(a,i,o),[a,i,o]);if(f.length===0){const v=p.explainDataKey(a);return n.jsxs(s.HoverCard,{shadow:"md",position:"bottom-start",withinPortal:!0,zIndex:320,children:[n.jsx(s.HoverCard.Target,{children:n.jsx(s.Box,{children:n.jsx(s.TextInput,{label:e,required:t,defaultValue:v.columnKey,readOnly:!0,disabled:!0})})}),n.jsx(s.HoverCard.Dropdown,{children:n.jsxs(s.Group,{justify:"flex-start",gap:0,children:[n.jsx(s.Text,{size:"xs",c:v.queryName?"black":"red",ff:"monospace",children:v.queryName??v.queryID}),n.jsx(s.Text,{size:"xs",c:"black",ff:"monospace",children:"."}),n.jsx(s.Text,{size:"xs",c:"red",ff:"monospace",children:v.columnKey})]})})]})}return n.jsx(s.Select,{ref:u,label:e,description:r,data:f,value:a,onChange:X(l),required:t,sx:c,maxDropdownHeight:500,...d})}));function Yu({context:e}){const{value:t,set:r}=E(e.instanceData,"config"),a=y.defaults({},t,Xn),{control:l,handleSubmit:o,reset:i}=b.useForm({defaultValues:a});return g.useEffect(()=>{i(a)},[t]),t?n.jsx(s.Stack,{gap:"xs",children:n.jsxs("form",{onSubmit:o(r),children:[n.jsx(s.Text,{size:"sm",children:"X Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"x_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"xAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Text,{mt:"lg",size:"sm",children:"Y Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"y_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"yAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Text,{mt:"lg",size:"sm",children:"Z Axis"}),n.jsxs(s.Group,{justify:"space-between",grow:!0,p:"md",sx:{position:"relative",border:"1px solid #eee"},children:[n.jsx(b.Controller,{name:"z_axis_data_key",control:l,render:({field:c})=>n.jsx(B,{label:"Data Field",required:!0,...c})}),n.jsx(b.Controller,{name:"zAxis3D.name",control:l,render:({field:c})=>n.jsx(s.TextInput,{sx:{flexGrow:1},size:"md",label:"Name",...c})})]}),n.jsx(s.Group,{justify:"center",mt:"xl",grow:!0,sx:{width:"60%"},mx:"auto",children:n.jsxs(s.Button,{color:"blue",type:"submit",children:[n.jsx(C.IconDeviceFloppy,{size:20}),n.jsx(s.Text,{ml:"md",size:"sm",children:"Save"})]})})]})}):null}const Ku=[{lang:"en",resources:{bar_chart_3d:{viz_name:"Bar Chart(3D)"}}},{lang:"zh",resources:{bar_chart_3d:{viz_name:"柱图(3D)"}}}];function Xu(e,{panelModel:t}){try{const r=t.queryIDs[0];if(!r)throw new Error("cannot migrate when queryID is empty");const a=d=>d&&`${r}.${d}`,{x_axis_data_key:l,y_axis_data_key:o,z_axis_data_key:i,...c}=e;return{...c,x_axis_data_key:a(l),y_axis_data_key:a(o),z_axis_data_key:a(i)}}catch(r){throw console.error("[Migration failed]",r),r}}class Zu extends H{constructor(){super(...arguments);P(this,"VERSION",2)}configVersions(){this.version(1,r=>({version:1,config:r})),this.version(2,(r,a)=>{const{config:l}=r;return{...r,version:2,config:Xu(l,a)}})}}const Ju={displayName:"viz.bar_chart_3d.viz_name",displayGroup:"chart.groups.echarts_based_charts",migrator:new Zu,name:"bar-3d",viewRender:Uu,configRender:Yu,createConfig(){return{version:2,config:y.cloneDeep(Xn)}},translation:Ku},Hu=({disabled:e,value:t,onChange:r})=>{const a=l=>{l&&r(l)};return n.jsxs(s.Box,{sx:{position:"relative"},children:[e&&n.jsx(s.Overlay,{backgroundOpacity:.6,color:"#fff",zIndex:5,blur:2}),n.jsx(we,{height:"500px",defaultLanguage:"javascript",value:t,onChange:a,theme:"vs-dark",options:{minimap:{enabled:!1},readOnly:e}})]})};function ve({enabled:e,func_content:t}){return(r,a)=>{if(!e)return r;try{return new Function(`return ${t}`)()(r,a)}catch(l){return console.error(`[getEchartsXAxisLabel] failed parsing custom function, error: ${l.message}`),r}}}function pe(){return{enabled:!1,func_content:["function label(value, index) {"," // your code goes here"," // return value","}"].join(`
|
|
55
55
|
`)}}const Le=g.forwardRef(({value:e,onChange:t,triggerButtonText:r},a)=>{const{t:l}=m.useTranslation(),[o,{setTrue:i,setFalse:c}]=q.useBoolean(),[d,u]=g.useState(e);g.useEffect(()=>{u(e)},[e]);const p=k=>{u({...d,enabled:k})},f=()=>{c();const{enabled:k,func_content:z}=d,M={enabled:k,func_content:z};u(M),t(M)},v=()=>{c(),u(e)},_=k=>{u(z=>({...z,func_content:k}))},x=()=>{_(pe().func_content)},T=r??l("chart.axis.customize_label");return n.jsxs(n.Fragment,{children:[n.jsx(s.Button,{variant:"filled",color:"grape",leftSection:n.jsx(C.IconMathFunction,{size:16}),mt:24,onClick:i,sx:{flexGrow:0},children:T}),n.jsx(s.Modal,{size:800,title:T,opened:o,onClose:c,closeOnClickOutside:!1,withCloseButton:!1,zIndex:320,children:o&&n.jsxs(s.Stack,{children:[n.jsx(s.Checkbox,{mt:10,label:l("common.enabled"),checked:d.enabled,onChange:k=>p(k.currentTarget.checked)}),n.jsx(Hu,{value:d.func_content,onChange:_,disabled:!d.enabled}),n.jsxs(s.Group,{justify:"space-between",children:[n.jsx(s.Button,{onClick:x,color:"red",leftSection:n.jsx(C.IconRecycle,{size:20}),children:l("common.actions.reset_to_default")}),n.jsxs(s.Group,{justify:"flex-end",children:[n.jsx(s.Button,{onClick:v,variant:"subtle",children:l("common.actions.cancel")}),n.jsx(s.Button,{color:"green",leftSection:n.jsx(C.IconDeviceFloppy,{size:16}),onClick:f,children:l("common.actions.save")})]})]})]})})]})}),dt={x_axis_scroll:!1,y_axis_scroll:!1,x_axis_slider:!1,y_axis_slider:!1};function Xs(){return y.cloneDeep(dt)}const Ru=[{lang:"en",resources:{boxplot:{viz_name:"Boxplot Chart",box:"Box",outlier:"Outlier",scatter:"Scatter",click_series:{label:"Click box, scatter or outlier"}}}},{lang:"zh",resources:{boxplot:{viz_name:"箱线图",box:"箱体",outlier:"异常点",scatter:"散点",click_series:{label:"点击箱体、散点或异常点"}}}}],Zs={id:"builtin:echarts:click-echart:series",displayName:"viz.boxplot.click_series.label",nameRender:tp,configRender:ep,payload:[{name:"type",description:"Always 'click'",valueType:"string"},{name:"seriesType",description:"'boxplot'",valueType:"string"},{name:"name",description:"Name of the series clicked",valueType:"string"},{name:"color",description:"Color",valueType:"string"},{name:"value",description:"Record of 'name', 'min', 'q1', 'median', 'q3', 'max'",valueType:"object"},{name:"rowData",description:"Data of the row",valueType:"object"}]};function ep(e){return n.jsx(n.Fragment,{})}function tp(e){const{t}=m.useTranslation();return n.jsx(s.Text,{size:"sm",children:t("viz.boxplot.click_series.label")})}const Yt=g.forwardRef(({sectionTitle:e,value:t,onChange:r},a)=>{const{t:l,i18n:o}=m.useTranslation(),i=d=>u=>{const p=y.cloneDeep(t);y.set(p,d,u),r(p)},c=g.useMemo(()=>[{label:l("chart.axis.overflow.truncate"),value:"truncate"},{label:l("chart.axis.overflow.break_line"),value:"break"},{label:l("chart.axis.overflow.break_word"),value:"breakAll"}],[o.language]);return n.jsxs(s.Stack,{gap:0,children:[e&&n.jsx(s.Divider,{mb:-5,mt:5,variant:"dotted",label:e,labelPosition:"right",styles:{label:{color:"dimmed"}}}),n.jsxs(s.Group,{grow:!0,wrap:"nowrap",children:[n.jsx(s.NumberInput,{label:l("chart.axis.overflow.max_width"),hideControls:!0,value:t.width,onChange:i("width")}),n.jsx(s.Select,{label:l("chart.axis.overflow.label"),data:c,value:t.overflow,onChange:i("overflow")}),n.jsx(s.TextInput,{label:l("chart.axis.overflow.ellipsis"),value:t.ellipsis,disabled:!0})]})]})}),qe=g.forwardRef(({value:e,onChange:t},r)=>{const{t:a}=m.useTranslation(),l=i=>{t({...e,on_axis:i})},o=i=>{t({...e,in_tooltip:i})};return n.jsxs(s.Stack,{ref:r,gap:0,children:[n.jsx(Yt,{sectionTitle:a("chart.axis.overflow.section_title.on_axis"),value:e.on_axis,onChange:l}),n.jsx(Yt,{sectionTitle:a("chart.axis.overflow.section_title.in_tooltip"),value:e.in_tooltip,onChange:o})]})});function _e(){return{on_axis:{width:80,overflow:"truncate",ellipsis:"..."},in_tooltip:{width:200,overflow:"break",ellipsis:"..."}}}function Ie({overflow:e,width:t}){const r={truncate:"initial",break:"break-all",breakAll:"break-word"}[e],a=e==="truncate"?"nowrap":"initial",l={truncate:"ellipsis",break:"clip",breakAll:"clip"}[e];return`
|
|
56
56
|
max-width: ${t}px;
|
|
57
57
|
word-break: ${r};
|
|
@@ -494,5 +494,5 @@ WHERE
|
|
|
494
494
|
`)},Q2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation();return e.typedAsHTTP?n.jsxs(s.Tabs,{defaultValue:"pre_process",orientation:"vertical",sx:{flexGrow:1},children:[n.jsxs(s.Tabs.List,{children:[n.jsx(s.Tabs.Tab,{value:"pre_process",children:t("query.build_request")}),n.jsx(s.Tabs.Tab,{value:"post_process",children:t("query.process_result")}),n.jsx(Ca,{})]}),n.jsx(s.Tabs.Panel,{value:"pre_process",sx:{position:"relative"},p:"sm",children:n.jsx(ct,{label:"",value:e.pre_process,onChange:e.setPreProcess,defaultValue:rc.pre})}),n.jsx(s.Tabs.Panel,{value:"post_process",p:"sm",children:n.jsx(ct,{label:"",value:e.post_process,onChange:e.setPostProcess,defaultValue:rc.post})})]}):null}),ac=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=Q().editor,a=i=>{if(i.type==="filter"){r.setPath(["_FILTERS_",i.id]);return}if(i.type==="panel"){const c=i.views[0].id;r.setPath(["_VIEWS_",c,"_PANELS_",i.id,"_TABS_","Data"]);return}},l=i=>{r.setPath(["_VIEWS_",i])},o=e.usage;return n.jsxs(s.Table,{highlightOnHover:!0,layout:"fixed",styles:{table:{fontSize:"14px"}},children:[n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Th,{style:{width:100},children:t("common.type")}),n.jsx(s.Table.Th,{style:{width:"calc(50% - 50px)"},children:t("common.name")}),n.jsx(s.Table.Th,{children:t("query.usage.in_views")})]})}),n.jsx(s.Table.Tbody,{children:o.map(i=>n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:t(i.type_label)}),n.jsx(s.Table.Td,{children:n.jsx(s.Anchor,{size:"sm",component:"button",type:"button",onClick:()=>a(i),children:i.label})}),n.jsx(s.Table.Td,{children:n.jsxs(s.Stack,{align:"flex-start",justify:"flex-start",gap:2,children:[i.views.map(c=>n.jsx(s.Anchor,{size:"sm",component:"button",type:"button",onClick:()=>l(c.id),children:n.jsx(s.Box,{children:c.label})},c.id)),i.views.length===0&&n.jsx(s.Box,{children:"--"})]})})]},i.id))})]})}),W2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=g.useMemo(()=>y.groupBy(e.dependencies,"type"),[e.dependencies]),a=g.useMemo(()=>e.dependencies.some(o=>!o.valid),[e.dependencies]),l=e.dependencies.length>0;return l?n.jsxs(s.HoverCard,{withinPortal:!0,zIndex:340,shadow:"md",disabled:!l,children:[n.jsx(s.HoverCard.Target,{children:n.jsx(s.Button,{size:"xs",variant:"subtle",color:a?"red":"green",disabled:!l,leftSection:a?n.jsx(C.IconAlertTriangle,{size:16}):n.jsx(C.IconDiscountCheckFilled,{size:16}),children:t("query.dependency.label")})}),n.jsx(s.HoverCard.Dropdown,{children:n.jsx(s.List,{spacing:"md",size:"sm",listStyleType:"none",children:Object.entries(r).map(([o,i])=>n.jsxs(s.List.Item,{children:[n.jsx(s.Text,{size:"sm",fw:"bold",ff:"monospace",children:t(`${o}.label`)}),n.jsx(s.List,{withPadding:!0,size:"sm",sx:{fontFamily:"monospace",svg:{verticalAlign:"middle"}},children:i.map(c=>n.jsx(s.List.Item,{icon:n.jsx(s.Box,{sx:{path:{fill:c.valid?"rgb(18, 184, 134)":"rgb(250, 82, 82)"}},children:n.jsx(C.IconPointFilled,{size:12})}),children:c.key},c.key))})]},o))})})]}):n.jsx(s.Tooltip,{label:t("query.dependency.has_none"),children:n.jsx(s.Button,{size:"xs",variant:"subtle",color:"gray",leftSection:n.jsx(C.IconHierarchy,{size:16,style:{transform:"rotate(180deg)"}}),sx:{transform:"none !important"},children:t("query.dependency.label")})})}),U2="SELECT 1",Y2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=e.config,[a,l]=g.useState(r.sql),o=()=>{r.setSQL(a)},i=()=>{l(r.sql)},c=()=>{l(U2)};g.useEffect(()=>{l(r.sql)},[r.sql]);const d=a!==r.sql;return n.jsxs(s.Stack,{gap:4,sx:{height:"100%"},children:[n.jsxs(s.Group,{mb:6,justify:"space-between",sx:{flexShrink:0,flexGrow:0},children:[n.jsx(s.Group,{justify:"flex-start",children:n.jsx(W2,{queryModel:e})}),n.jsxs(s.Group,{justify:"flex-end",children:[n.jsx(s.Button,{onClick:c,size:"xs",variant:"default",leftSection:n.jsx(C.IconPlayerSkipBack,{size:16}),children:t("common.actions.reset_to_default")}),n.jsx(s.Button,{onClick:i,color:"red",size:"xs",disabled:!d,leftSection:n.jsx(C.IconRecycle,{size:16}),children:t("common.actions.revert_changes")}),n.jsx(s.Button,{color:"green",size:"xs",onClick:o,disabled:!d,leftSection:n.jsx(C.IconDeviceFloppy,{size:16}),children:t("common.actions.save_changes")})]})]}),n.jsx(Qn,{height:"100%",value:a,onChange:l,theme:"sql-dark",defaultLanguage:"sql"})]})}),K2=({value:e,height:t="200px",defaultLanguage:r="sql"})=>n.jsx(we,{className:"preview-sql-in-monaco-editor",height:t,defaultLanguage:r,value:e,onChange:void 0,theme:"vs-light",options:{lineNumbers:"on",folding:!0,lineDecorationsWidth:20,wordWrap:"on",minimap:{enabled:!1},readOnly:!0}}),X2=S.observer(({value:e})=>{const r=J().payloadForSQL,a=g.useMemo(()=>kn(e,r),[e,r]);return n.jsx(K2,{height:"100%",value:a})}),sc={pre:["function process_request({ context, filters, sql }, utils) {"," // modify and return sql"," return sql","}"].join(`
|
|
495
495
|
`),post:["function process_result(data, utils, state) {"," // process data and return the result"," return data","}"].join(`
|
|
496
496
|
`)},Z2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation();if(!e.typedAsSQL)return null;const r=e.config;return n.jsxs(s.Tabs,{defaultValue:"Edit",orientation:"vertical",sx:{flexGrow:1},styles:{tabLabel:{width:"100%",height:"28px",lineHeight:"28px"}},keepMounted:!1,children:[n.jsxs(s.Tabs.List,{children:[n.jsx(s.Tabs.Tab,{value:"Edit",children:n.jsx(s.Group,{gap:14,justify:"space-between",children:t("query.edit_sql")})}),n.jsx(s.Tabs.Tab,{value:"Preview",children:t("query.preview_sql")}),n.jsx(s.Tabs.Tab,{value:"pre_process",children:t("query.process_request")}),n.jsx(s.Tabs.Tab,{value:"post_process",children:t("query.process_result")}),n.jsx(Ca,{}),e.datasource&&n.jsx(Ri,{dataSource:e.datasource})]}),n.jsx(s.Tabs.Panel,{value:"Edit",sx:{position:"relative"},p:"sm",children:n.jsx(Y2,{queryModel:e})}),n.jsx(s.Tabs.Panel,{value:"Preview",p:0,pl:4,children:n.jsx(X2,{value:r.sql})}),n.jsx(s.Tabs.Panel,{value:"pre_process",sx:{position:"relative"},p:"sm",children:n.jsx(ct,{label:"",value:e.pre_process,onChange:e.setPreProcess,defaultValue:sc.pre})}),n.jsx(s.Tabs.Panel,{value:"post_process",p:"sm",children:n.jsx(ct,{label:"",value:e.post_process,onChange:e.setPostProcess,defaultValue:sc.post})})]})}),J2={pre:["function transform(queries, state, utils) {"," // use queries & dashboar state to build new data"," const data = []"," return data","}"].join(`
|
|
497
|
-
`),post:""},H2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=j();if(!e.isTransform)return null;const a=e.config;return n.jsxs(s.Stack,{py:20,px:20,sx:{height:"100%"},children:[n.jsx(s.Text,{size:"sm",children:t("query.transform.guide.pick_queries")}),n.jsx(s.MultiSelect,{data:r.queries.optionsWithoutTransform,value:[...a.dep_query_ids],onChange:a.setDependantQueryIDs,maxDropdownHeight:800}),n.jsx(s.Text,{size:"sm",children:t("query.transform.guide.write_function")}),n.jsx(s.Box,{sx:{flexGrow:1},children:n.jsx(ct,{label:"",value:e.pre_process,onChange:e.setPreProcess,defaultValue:J2.pre})})]})}),Vt={height:"calc(100% - 44px)",padding:0},R2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=j(),a=g.useMemo(()=>e.datasource?e.typedAsHTTP?"HTTP":"SQL":"Configurations",[e.datasource,e.typedAsHTTP]),[l,o]=g.useState(a);g.useEffect(()=>{o(d=>d!=="Configurations"&&a==="Configurations"?"Configurations":d)},[a]);const c=r.findQueryUsage(e.id).length===0;return n.jsxs(s.Tabs,{value:l,onChange:o,defaultValue:a,orientation:"horizontal",keepMounted:!1,sx:{height:"100vh"},children:[n.jsxs(s.Tabs.List,{grow:!0,children:[n.jsx(s.Tabs.Tab,{value:"Configurations",children:t("query.configurations")}),e.typedAsSQL&&n.jsx(s.Tabs.Tab,{value:"SQL",children:t("query.request")}),e.typedAsHTTP&&n.jsx(s.Tabs.Tab,{value:"HTTP",children:t("query.request")}),e.isTransform&&n.jsx(s.Tabs.Tab,{value:"Transform",children:t("query.transform.label")}),n.jsx(s.Tabs.Tab,{value:"Data",disabled:!e.canPreviewData,children:n.jsx(s.Tooltip,{label:e.guideToPreviewData,disabled:e.canPreviewData,withinPortal:!0,children:n.jsx(s.Text,{size:"sm",children:t("data.preview_data")})})}),n.jsx(s.Tabs.Tab,{value:"Usage",disabled:c,children:n.jsx(s.Tooltip,{label:t("query.usage.unused_description"),disabled:!c,withinPortal:!0,children:n.jsx(s.Text,{size:"sm",children:t("query.usage.label")})})})]}),n.jsx(s.Tabs.Panel,{value:"Configurations",pt:0,p:0,children:n.jsx(N2,{queryModel:e})}),e.typedAsSQL&&n.jsx(s.Tabs.Panel,{value:"SQL",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(Z2,{queryModel:e})})}),e.typedAsHTTP&&n.jsx(s.Tabs.Panel,{value:"HTTP",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(Q2,{queryModel:e})})}),e.isTransform&&n.jsx(s.Tabs.Panel,{value:"Transform",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(H2,{queryModel:e})})}),n.jsx(s.Tabs.Panel,{value:"Data",sx:{...Vt,overflow:"hidden"},children:n.jsx(xa,{id:e.id,moreActions:null,refreshOnMount:!0})}),n.jsx(s.Tabs.Panel,{value:"Usage",py:"sm",px:"md",sx:{...Vt,overflow:"hidden"},children:n.jsx(ac,{queryModel:e})})]})}),ek=({width:e,height:t})=>n.jsxs("svg",{width:e,height:t,viewBox:"0 0 36 36",fill:"none",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 10.5C7.10217 10.5 6.72064 10.658 6.43934 10.9393C6.15804 11.2206 6 11.6022 6 12V28.5C6 28.8978 6.15804 29.2794 6.43934 29.5607C6.72064 29.842 7.10218 30 7.5 30H24C24.3978 30 24.7794 29.842 25.0607 29.5607C25.342 29.2794 25.5 28.8978 25.5 28.5V19.5C25.5 18.6716 26.1716 18 27 18C27.8284 18 28.5 18.6716 28.5 19.5V28.5C28.5 29.6935 28.0259 30.8381 27.182 31.682C26.3381 32.5259 25.1935 33 24 33H7.5C6.30653 33 5.16193 32.5259 4.31802 31.682C3.47411 30.8381 3 29.6935 3 28.5V12C3 10.8065 3.47411 9.66193 4.31802 8.81802C5.16193 7.97411 6.30653 7.5 7.5 7.5H16.5C17.3284 7.5 18 8.17157 18 9C18 9.82843 17.3284 10.5 16.5 10.5H7.5Z",fill:"#3D3E45"}),n.jsx("path",{d:"M32.8862 3.92582C32.8135 3.75021 32.7061 3.5856 32.5638 3.44253C32.5617 3.4404 32.5596 3.43828 32.5575 3.43616C32.2863 3.16658 31.9126 3 31.5 3H22.5C21.6716 3 21 3.67157 21 4.5C21 5.32843 21.6716 6 22.5 6H27.8787L13.9393 19.9393C13.3536 20.5251 13.3536 21.4749 13.9393 22.0607C14.5251 22.6464 15.4749 22.6464 16.0607 22.0607L30 8.12132V13.5C30 14.3284 30.6716 15 31.5 15C32.3284 15 33 14.3284 33 13.5V4.5C33 4.29662 32.9595 4.10268 32.8862 3.92582Z",fill:"#3D3E45"})]}),lc=({width:e,height:t,color:r="#FFFFFF"})=>n.jsxs("svg",{viewBox:"0 0 36 36",fill:"none",width:e,height:t,children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6931 20.547C26.1129 19.5516 26.113 17.4483 24.6931 16.4529L16.9351 11.0141C15.2783 9.85255 13 11.0377 13 13.0611L13 23.9389C13 25.9623 15.2783 27.1474 16.9351 25.9859L24.6931 20.547ZM16 14.0223L22.387 18.5L16 22.9777L16 14.0223Z",fill:r}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 1.5C8.8873 1.5 1.5 8.8873 1.5 18C1.5 27.1127 8.8873 34.5 18 34.5C27.1127 34.5 34.5 27.1127 34.5 18C34.5 8.8873 27.1127 1.5 18 1.5ZM4.5 18C4.5 10.5442 10.5442 4.5 18 4.5C25.4558 4.5 31.5 10.5442 31.5 18C31.5 25.4558 25.4558 31.5 18 31.5C10.5442 31.5 4.5 25.4558 4.5 18Z",fill:r})]}),oc=({width:e,height:t,color:r="#EB1212"})=>n.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",width:e,height:t,children:[n.jsx("path",{d:"M6.66665 6.66699C7.03484 6.66699 7.33331 6.96547 7.33331 7.33366V11.3337C7.33331 11.7018 7.03484 12.0003 6.66665 12.0003C6.29846 12.0003 5.99998 11.7018 5.99998 11.3337V7.33366C5.99998 6.96547 6.29846 6.66699 6.66665 6.66699Z",fill:r}),n.jsx("path",{d:"M9.99998 11.3337V7.33366C9.99998 6.96547 9.7015 6.66699 9.33331 6.66699C8.96512 6.66699 8.66665 6.96547 8.66665 7.33366V11.3337C8.66665 11.7018 8.96512 12.0003 9.33331 12.0003C9.7015 12.0003 9.99998 11.7018 9.99998 11.3337Z",fill:r}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.66665 3.33366V2.66699C4.66665 2.13656 4.87736 1.62785 5.25243 1.25278C5.62751 0.877706 6.13621 0.666992 6.66665 0.666992H9.33331C9.86375 0.666992 10.3725 0.877706 10.7475 1.25278C11.1226 1.62785 11.3333 2.13656 11.3333 2.66699V3.33366H14C14.3682 3.33366 14.6666 3.63214 14.6666 4.00033C14.6666 4.36852 14.3682 4.66699 14 4.66699H13.3333V13.3337C13.3333 13.8641 13.1226 14.3728 12.7475 14.7479C12.3725 15.1229 11.8637 15.3337 11.3333 15.3337H4.66665C4.13621 15.3337 3.62751 15.1229 3.25243 14.7479C2.87736 14.3728 2.66665 13.8641 2.66665 13.3337V4.66699H1.99998C1.63179 4.66699 1.33331 4.36852 1.33331 4.00033C1.33331 3.63214 1.63179 3.33366 1.99998 3.33366H4.66665ZM6.19524 2.19559C6.32027 2.07056 6.48984 2.00033 6.66665 2.00033H9.33331C9.51012 2.00033 9.67969 2.07056 9.80472 2.19559C9.92974 2.32061 9.99998 2.49018 9.99998 2.66699V3.33366H5.99998V2.66699C5.99998 2.49018 6.07022 2.32061 6.19524 2.19559ZM3.99998 4.66699V13.3337C3.99998 13.5105 4.07022 13.68 4.19524 13.8051C4.32027 13.9301 4.48984 14.0003 4.66665 14.0003H11.3333C11.5101 14.0003 11.6797 13.9301 11.8047 13.8051C11.9297 13.68 12 13.5105 12 13.3337V4.66699H3.99998Z",fill:r})]}),tk=({width:e,height:t})=>n.jsxs("svg",{viewBox:"0 0 18 18",fill:"none",width:e,height:t,children:[n.jsx("path",{d:"M7.5 3.75C7.5 2.92157 8.17157 2.25 9 2.25C9.82843 2.25 10.5 2.92157 10.5 3.75C10.5 4.57843 9.82843 5.25 9 5.25C8.17157 5.25 7.5 4.57843 7.5 3.75Z",fill:"#3D3E45"}),n.jsx("path",{d:"M7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9 12.75C8.17157 12.75 7.5 13.4216 7.5 14.25C7.5 15.0784 8.17157 15.75 9 15.75C9.82843 15.75 10.5 15.0784 10.5 14.25C10.5 13.4216 9.82843 12.75 9 12.75Z",fill:"#3D3E45"})]}),nk=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=Q(),a=j(),o=a.findQueryUsage(e.id).length>0,i=xe.useModals(),c=()=>{i.openConfirmModal({title:`${t("query.delete")}?`,labels:{confirm:t("common.actions.confirm"),cancel:t("common.actions.cancel")},onCancel:()=>console.log("Cancel"),onConfirm:()=>{a.queries.removeQuery(e.id),r.editor.setPath(["_QUERIES_",""])},confirmProps:{color:"red"},zIndex:320})};return o?n.jsx(s.Tooltip,{label:"此查询在使用中,不能删除。请查看“使用情况”标签页以了解详情",withArrow:!0,events:{hover:!0,focus:!1,touch:!1},withinPortal:!0,zIndex:320,position:"bottom-end",children:n.jsx(s.Button,{leftSection:n.jsx(oc,{width:14,height:14,color:"gray"}),variant:"subtle",color:"gray",onClick:d=>{d.stopPropagation()},children:"删除查询"})}):n.jsx(s.Menu.Item,{leftSection:n.jsx(oc,{width:14,height:14}),color:"red",onClick:c,children:"删除查询"})}),rk=S.observer(({queryModel:e})=>n.jsxs(s.Menu,{shadow:"md",width:120,trigger:"hover",children:[n.jsx(s.Menu.Target,{children:n.jsx(s.ActionIcon,{variant:"subtle","aria-label":"Settings",children:n.jsx(tk,{width:18,height:18})})}),n.jsx(s.Menu.Dropdown,{children:n.jsx(nk,{queryModel:e})})]})),ak={width:"fit-content",minWidth:"100%",tableLayout:"fixed",tr:{width:"fit-content"},th:{position:"relative"},"th, td":{wordBreak:"break-word"},".resizer":{position:"absolute",right:0,top:"50%",transform:"translateY(-50%)",cursor:"col-resize",userSelect:"none",touchAction:"none"},".resizer.isResizing":{color:"#228be6",opacity:"1",backgroundColor:"rgb(248, 249, 250)"},"@media (hover: hover)":{".resizer":{opacity:"0"},"*:hover > .resizer":{color:"#228be6",opacity:"1"}}};function sk({data:e}){const t=g.useMemo(()=>{if(!Array.isArray(e)||e.length===0)return[];const a=ue.createColumnHelper();return Object.keys(e[0]).map(l=>a.accessor(l,{cell:o=>o.getValue()}))},[e]),r=ue.useReactTable({data:e,columns:t,columnResizeMode:"onChange",getCoreRowModel:ue.getCoreRowModel()});return e.length===0?n.jsx(s.Box,{sx:{height:"5em"}}):n.jsx(ee,{children:n.jsxs(s.Table,{sx:ak,stickyHeader:!0,stickyHeaderOffset:0,children:[n.jsx(s.Table.Thead,{style:{backgroundColor:"#F9F9FA"},children:r.getHeaderGroups().map(a=>n.jsx(s.Table.Tr,{children:a.headers.map(l=>n.jsxs(s.Table.Th,{style:{width:l.getSize()},children:[l.isPlaceholder?null:ue.flexRender(l.column.columnDef.header,l.getContext()),n.jsx(s.ActionIcon,{variant:"subtle",onMouseDown:l.getResizeHandler(),onTouchStart:l.getResizeHandler(),className:`resizer ${l.column.getIsResizing()?"isResizing":""}`,children:n.jsx(C.IconArrowBarToRight,{})})]},l.id))},a.id))}),n.jsx(s.Table.Tbody,{children:r.getRowModel().rows.map(a=>n.jsx(s.Table.Tr,{children:a.getVisibleCells().map(l=>n.jsx(s.Table.Td,{children:n.jsx(ee,{children:typeof l.getValue()=="object"?n.jsx("pre",{children:JSON.stringify(l.getValue(),null,2)}):ue.flexRender(l.column.columnDef.cell,l.getContext())})},l.id))},a.id))})]})})}const lk=[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],ok={root:{width:"150px"},section:{"&[data-position=left]":{width:"70px",textAlign:"center"}},input:{paddingLeft:"70px",paddingRight:0}},ik=({data:e,page:t,setPage:r,limit:a,setLimit:l})=>{const{t:o}=m.useTranslation(),i=e.length,c=Math.ceil(i/a),d=p=>{p&&(r(1),l(Number(p)))};if(i===0)return null;const u=c===1&&i<=10;return n.jsxs(s.Group,{pt:10,px:10,justify:"space-between",children:[n.jsxs(s.Group,{justify:"flex-start",children:[!u&&n.jsx(s.Select,{leftSection:n.jsx(s.Text,{ta:"center",c:"dimmed",size:"xs",children:o("common.pagination.page_size")}),size:"xs",styles:ok,data:lk,value:String(a),onChange:d}),c>1&&n.jsx(s.Pagination,{size:"sm",value:t,onChange:r,total:c,withEdges:c>7,styles:{control:{height:"30px"}},color:"red"})]}),n.jsx(s.Group,{justify:"flex-end",children:n.jsx(s.Text,{c:"dimmed",my:0,size:"14px",children:o("common.pagination.total_rows",{total:i})})})]})},ck=Gs(({data:e,loading:t})=>{const[r,a]=g.useState(1),[l,o]=g.useState(20),i=g.useMemo(()=>{const c=(r-1)*l,d=c+l;return e.slice(c,d)},[e,r,l]);return n.jsx(ee,{children:n.jsxs(s.Stack,{gap:10,styles:{root:{height:"100%",overflow:"hidden"}},children:[n.jsx(ik,{data:e,page:r,setPage:a,limit:l,setLimit:o}),n.jsxs(s.Box,{sx:{width:"100%",height:"calc(100% - 42px)",overflow:"auto",position:"relative"},children:[n.jsx(s.LoadingOverlay,{visible:t,overlayProps:{blur:2}}),n.jsx(sk,{data:i})]})]})})}),dk=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),{state:r,error:a,metricQueryPayloadErrorString:l,stateMessage:o}=e;return r==="loading"?null:a?n.jsx(s.Text,{mt:10,c:"red",size:"md",ta:"center",ff:"monospace",children:a}):l?n.jsx(s.Text,{mt:10,c:"red",size:"md",ta:"center",ff:"monospace",children:l}):o?n.jsx(s.Text,{size:"sm",mt:10,c:"gray",ta:"center",children:t(o)}):null}),uk=S.observer(({queryModel:e})=>{m.useTranslation();const{data:t,state:r}=e,a=r==="loading",l=g.useCallback(()=>{e.fetchData(!0)},[e.fetchData]),o=()=>{No(e.name,e.data)};g.useEffect(()=>{l()},[l]);const i=!Array.isArray(t)||t.length===0;return n.jsxs(s.Stack,{gap:0,sx:{minHeight:"250px",maxHeight:"calc(50vh - 48px)",flexGrow:1,flexShrink:0,background:"#F9F9FA"},children:[n.jsxs(s.Group,{justify:"space-between",py:7,px:8,children:[n.jsx(s.Text,{size:"sm",fw:500,children:"查询结果"}),n.jsx(s.Button,{size:"xs",variant:"transparent",color:"gray",leftSection:n.jsx(C.IconDownload,{size:16}),disabled:a||i,onClick:o,children:"下载查询结果"})]}),n.jsxs(s.Box,{sx:{position:"relative",flexGrow:1,overflow:"hidden"},children:[n.jsx(dk,{queryModel:e}),n.jsx(ck,{data:t,loading:a})]})]})}),pk=S.observer(({queryModel:e})=>{const t=Q();return n.jsxs(s.Tabs,{defaultValue:"看板变量预览",styles:{root:{borderRadius:4,backgroundColor:"#F9F9FA",height:"100%",minHeight:"350px",maxHeight:"50vh",overflow:"hidden"}},color:"red",children:[n.jsxs(s.Tabs.List,{children:[n.jsx(s.Tabs.Tab,{value:"看板变量预览",children:"看板变量预览"}),n.jsx(s.Tabs.Tab,{value:"查询预览",children:"查询预览"})]}),n.jsx(s.Tabs.Panel,{value:"查询预览",children:n.jsx($e.CodeHighlight,{language:"json",sx:{width:"100%",height:"100%",minHeight:"400px",overflowY:"auto"},withCopyButton:!1,code:e.metricQueryPayloadString})}),n.jsx(s.Tabs.Panel,{value:"看板变量预览",children:n.jsx($e.CodeHighlight,{language:"json",sx:{width:"100%",height:"100%",minHeight:"400px",overflowY:"auto"},withCopyButton:!1,code:t.queryVariablesString})})]})}),hk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.24335 1.62305C7.50108 1.62305 7.71001 1.83198 7.71001 2.08971L7.71001 11.423C7.71001 11.6808 7.50108 11.8897 7.24335 11.8897C6.98561 11.8897 6.77668 11.6808 6.77668 11.423L6.77668 2.08971C6.77668 1.83198 6.98561 1.62305 7.24335 1.62305Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9.93845 9.4786C9.80779 9.4786 9.70045 9.43893 9.61645 9.3596C9.53712 9.2756 9.49745 9.17293 9.49745 9.0516L9.49745 5.0056C9.49745 4.88427 9.53712 4.78393 9.61645 4.7046C9.70045 4.6206 9.80312 4.5786 9.92445 4.5786L12.1995 4.5786C12.3208 4.5786 12.4211 4.61827 12.5005 4.6976C12.5845 4.77227 12.6265 4.87027 12.6265 4.9916C12.6265 5.09427 12.5845 5.18527 12.5005 5.2646C12.4211 5.34393 12.3208 5.3836 12.1995 5.3836L10.3725 5.3836V6.6156H11.8845C12.0058 6.6156 12.1061 6.65527 12.1855 6.7346C12.2695 6.80927 12.3115 6.90727 12.3115 7.0286C12.3115 7.13127 12.2695 7.22227 12.1855 7.3016C12.1061 7.38093 12.0058 7.4206 11.8845 7.4206H10.3725L10.3725 9.0516C10.3725 9.17293 10.3281 9.2756 10.2395 9.3596C10.1555 9.43893 10.0551 9.4786 9.93845 9.4786Z",fill:"#3D3E45"}),n.jsx("path",{d:"M3.34754 9.4786C3.21687 9.4786 3.10954 9.43893 3.02554 9.3596C2.94154 9.2756 2.89954 9.17293 2.89954 9.0516L2.89954 5.3836H1.80054C1.6792 5.3836 1.57654 5.34627 1.49254 5.2716C1.4132 5.19693 1.37354 5.09893 1.37354 4.9776C1.37354 4.85627 1.4132 4.7606 1.49254 4.6906C1.57654 4.61593 1.6792 4.5786 1.80054 4.5786H4.90854C5.02987 4.5786 5.1302 4.61593 5.20954 4.6906C5.29354 4.76527 5.33554 4.86327 5.33554 4.9846C5.33554 5.10593 5.29354 5.20393 5.20954 5.2786C5.1302 5.3486 5.02987 5.3836 4.90854 5.3836H3.80954L3.80954 9.0516C3.80954 9.17293 3.7652 9.2756 3.67654 9.3596C3.59254 9.43893 3.48287 9.4786 3.34754 9.4786Z",fill:"#3D3E45"})]}),gk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("g",{clipPath:"url(#clip0_245_10828)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.91663 1.16634C9.91663 0.844175 9.65546 0.583008 9.33329 0.583008C9.01113 0.583008 8.74996 0.844175 8.74996 1.16634V1.74967L5.24996 1.74967V1.16634C5.24996 0.844175 4.98879 0.583008 4.66663 0.583008C4.34446 0.583008 4.08329 0.844175 4.08329 1.16634V1.74967H2.91663C1.95013 1.74967 1.16663 2.53318 1.16663 3.49967L1.16663 11.6663C1.16663 12.6328 1.95013 13.4163 2.91663 13.4163L11.0833 13.4163C12.0498 13.4163 12.8333 12.6328 12.8333 11.6663L12.8333 3.49967C12.8333 2.53318 12.0498 1.74967 11.0833 1.74967H9.91663V1.16634ZM11.6666 5.24967V3.49967C11.6666 3.17751 11.4055 2.91634 11.0833 2.91634H9.91663V3.49967C9.91663 3.82184 9.65546 4.08301 9.33329 4.08301C9.01113 4.08301 8.74996 3.82184 8.74996 3.49967V2.91634L5.24996 2.91634V3.49967C5.24996 3.82184 4.98879 4.08301 4.66663 4.08301C4.34446 4.08301 4.08329 3.82184 4.08329 3.49967V2.91634L2.91663 2.91634C2.59446 2.91634 2.33329 3.17751 2.33329 3.49967L2.33329 5.24967L11.6666 5.24967ZM2.33329 6.41634L11.6666 6.41634L11.6666 11.6663C11.6666 11.9885 11.4055 12.2497 11.0833 12.2497L2.91663 12.2497C2.59446 12.2497 2.33329 11.9885 2.33329 11.6663V6.41634Z",fill:"#3D3E45"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_245_10828",children:n.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}),fk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.11108 2.13932C2.78892 2.13932 2.52775 2.40049 2.52775 2.72266V10.8893C2.52775 11.2115 2.78892 11.4727 3.11108 11.4727H11.2778C11.5999 11.4727 11.8611 11.2115 11.8611 10.8893V2.72266C11.8611 2.40049 11.5999 2.13932 11.2778 2.13932H3.11108ZM1.36108 2.72266C1.36108 1.75616 2.14459 0.972656 3.11108 0.972656H11.2778C12.2442 0.972656 13.0278 1.75616 13.0278 2.72266V10.8893C13.0278 11.8558 12.2442 12.6393 11.2778 12.6393H3.11108C2.14459 12.6393 1.36108 11.8558 1.36108 10.8893V2.72266Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9.84418 8.37166C9.94816 8.37166 10.0348 8.40631 10.1041 8.47563C10.1734 8.54494 10.2081 8.63159 10.2081 8.73556C10.2081 8.8352 10.1734 8.91968 10.1041 8.989C10.0348 9.05398 9.94816 9.08647 9.84418 9.08647H7.63475C7.52211 9.08647 7.4333 9.05182 7.36832 8.9825C7.30334 8.91318 7.27084 8.82437 7.27084 8.71607C7.27084 8.60776 7.30983 8.51245 7.38781 8.43014L8.80445 6.91603C8.96474 6.74274 9.09038 6.56512 9.18135 6.38317C9.27666 6.20121 9.32432 6.04309 9.32432 5.90879C9.32432 5.69218 9.2615 5.51889 9.13587 5.38892C9.01023 5.25462 8.84344 5.18747 8.63549 5.18747C8.55318 5.18747 8.4687 5.20697 8.38206 5.24596C8.29541 5.28495 8.21094 5.3391 8.12862 5.40842C8.05064 5.47773 7.977 5.55788 7.90768 5.64885C7.85569 5.71817 7.80371 5.76149 7.75172 5.77882C7.69973 5.79615 7.65208 5.80481 7.60876 5.80481C7.51345 5.80481 7.42464 5.77016 7.34233 5.70084C7.26435 5.62719 7.22536 5.54271 7.22536 5.44741C7.22536 5.37376 7.24918 5.30228 7.29684 5.23296C7.34882 5.16365 7.41164 5.09216 7.48529 5.01852C7.59359 4.91021 7.7149 4.8149 7.8492 4.73259C7.98349 4.65028 8.12213 4.58746 8.26509 4.54414C8.40805 4.49648 8.54668 4.47266 8.68098 4.47266C8.97124 4.47266 9.22251 4.53114 9.43479 4.64811C9.6514 4.76075 9.81819 4.92321 9.93516 5.13549C10.0521 5.34343 10.1106 5.59037 10.1106 5.8763C10.1106 6.11457 10.0391 6.381 9.89617 6.67559C9.75754 6.96585 9.56909 7.23878 9.33081 7.49438L8.50837 8.37166H9.84418Z",fill:"#3D3E45"}),n.jsx("path",{d:"M5.49994 9.08647C5.37864 9.08647 5.279 9.04965 5.20102 8.976C5.12304 8.89802 5.08405 8.80271 5.08405 8.69007V5.62518L4.70065 5.90879C4.64 5.95644 4.56418 5.98027 4.47321 5.98027C4.36923 5.98027 4.27826 5.94128 4.20028 5.8633C4.1223 5.78532 4.08331 5.69218 4.08331 5.58387C4.08331 5.44524 4.15046 5.3326 4.28475 5.24596L5.22051 4.62212C5.26384 4.59179 5.31149 4.57013 5.36348 4.55713C5.4198 4.54414 5.47178 4.53764 5.51944 4.53764C5.64507 4.53764 5.74471 4.57663 5.81836 4.65461C5.89201 4.72826 5.92883 4.8214 5.92883 4.93404V8.69007C5.92883 8.80271 5.88768 8.89802 5.80536 8.976C5.72738 9.04965 5.62558 9.08647 5.49994 9.08647Z",fill:"#3D3E45"})]}),bk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{d:"M12.0334 5.64833C12.3099 5.64833 12.55 5.67744 12.7537 5.73565C12.9623 5.79386 13.1224 5.87632 13.2339 5.98303C13.3504 6.0849 13.4086 6.20859 13.4086 6.35412C13.4086 6.45113 13.3795 6.5433 13.3213 6.63061C13.263 6.71307 13.1782 6.7543 13.0666 6.7543C12.989 6.7543 12.9235 6.7446 12.8701 6.7252C12.8216 6.70094 12.778 6.67184 12.7392 6.63788C12.7004 6.60393 12.6543 6.5724 12.6009 6.54329C12.5524 6.51419 12.4772 6.49236 12.3754 6.47781C12.2783 6.45841 12.2056 6.44871 12.1571 6.44871C11.9097 6.44871 11.6987 6.50206 11.5241 6.60878C11.3543 6.7155 11.2233 6.86102 11.1311 7.04535C11.039 7.22482 10.9929 7.43341 10.9929 7.67109C10.9929 7.90393 11.039 8.11251 11.1311 8.29684C11.2282 8.47631 11.3591 8.61941 11.5241 8.72613C11.6938 8.83284 11.8879 8.8862 12.1061 8.8862C12.2274 8.8862 12.3317 8.87893 12.419 8.86437C12.5063 8.84982 12.5791 8.82799 12.6373 8.79889C12.7052 8.76008 12.7658 8.71885 12.8192 8.6752C12.8726 8.63154 12.9526 8.60971 13.0593 8.60971C13.1854 8.60971 13.2824 8.65094 13.3504 8.7334C13.4183 8.81102 13.4522 8.90803 13.4522 9.02445C13.4522 9.14572 13.3843 9.25728 13.2485 9.35915C13.1127 9.45616 12.9332 9.5362 12.7101 9.59926C12.4918 9.65747 12.2541 9.68657 11.997 9.68657C11.6138 9.68657 11.2815 9.59926 11.0002 9.42463C10.7188 9.24516 10.5005 9.00262 10.3453 8.69702C10.1949 8.39143 10.1198 8.04945 10.1198 7.67109C10.1198 7.27333 10.1998 6.92408 10.3599 6.62333C10.5248 6.31774 10.7504 6.08005 11.0366 5.91027C11.3276 5.73565 11.6599 5.64833 12.0334 5.64833Z",fill:"#3D3E45"}),n.jsx("path",{d:"M7.74826 5.64833C8.08781 5.64833 8.39099 5.73565 8.65778 5.91027C8.92942 6.08005 9.14285 6.31531 9.29807 6.61606C9.45815 6.9168 9.53819 7.26606 9.53819 7.66382C9.53819 8.06158 9.45815 8.41326 9.29807 8.71885C9.14285 9.0196 8.93184 9.25728 8.66505 9.43191C8.40311 9.60169 8.10722 9.68657 7.77737 9.68657C7.58334 9.68657 7.40143 9.65505 7.23166 9.59199C7.06188 9.52893 6.91151 9.44889 6.78054 9.35187C6.65442 9.25486 6.55498 9.15784 6.48222 9.06083C6.41431 8.95896 6.38035 8.87408 6.38035 8.80617L6.60591 8.71158V9.24273C6.60591 9.36885 6.56468 9.47557 6.48222 9.56288C6.39976 9.64534 6.29547 9.68657 6.16935 9.68657C6.04323 9.68657 5.93894 9.64534 5.85647 9.56288C5.77401 9.48042 5.73278 9.3737 5.73278 9.24273V4.67333C5.73278 4.54722 5.77401 4.44292 5.85647 4.36046C5.93894 4.27315 6.04323 4.22949 6.16935 4.22949C6.29547 4.22949 6.39976 4.27315 6.48222 4.36046C6.56468 4.44292 6.60591 4.54722 6.60591 4.67333V6.52147L6.48222 6.45598C6.48222 6.39292 6.51617 6.31774 6.58408 6.23042C6.652 6.13826 6.74416 6.04852 6.86058 5.96121C6.97699 5.86904 7.11039 5.79386 7.26076 5.73565C7.41599 5.67744 7.57849 5.64833 7.74826 5.64833ZM7.63912 6.44871C7.42569 6.44871 7.23893 6.50206 7.07886 6.60878C6.91879 6.7155 6.79267 6.86102 6.7005 7.04535C6.61319 7.22482 6.56953 7.43098 6.56953 7.66382C6.56953 7.8918 6.61319 8.10038 6.7005 8.28956C6.79267 8.47389 6.91879 8.61941 7.07886 8.72613C7.23893 8.83285 7.42569 8.8862 7.63912 8.8862C7.85255 8.8862 8.03688 8.83285 8.19211 8.72613C8.35218 8.61941 8.47587 8.47389 8.56319 8.28956C8.65535 8.10038 8.70143 7.8918 8.70143 7.66382C8.70143 7.43098 8.65535 7.22482 8.56319 7.04535C8.47587 6.86102 8.35218 6.7155 8.19211 6.60878C8.03688 6.50206 7.85255 6.44871 7.63912 6.44871Z",fill:"#3D3E45"}),n.jsx("path",{d:"M3.02845 5.66289L1.45681 9.35915C1.42286 9.45131 1.3695 9.52408 1.29674 9.57743C1.22883 9.62594 1.15364 9.65019 1.07118 9.65019C0.940211 9.65019 0.843196 9.61381 0.780136 9.54105C0.717077 9.46829 0.685547 9.37855 0.685547 9.27184C0.685547 9.22818 0.692823 9.1821 0.707375 9.13359L2.51913 4.78248C2.55793 4.68546 2.61614 4.61028 2.69375 4.55692C2.77622 4.50356 2.86353 4.48173 2.95569 4.49143C3.04301 4.49143 3.12304 4.51811 3.19581 4.57147C3.27342 4.61998 3.3292 4.69031 3.36316 4.78248L5.15308 9.04628C5.17733 9.10934 5.18946 9.16755 5.18946 9.2209C5.18946 9.35187 5.1458 9.45616 5.05849 9.53378C4.97603 9.61139 4.88386 9.65019 4.782 9.65019C4.69468 9.65019 4.61465 9.62352 4.54189 9.57016C4.47398 9.5168 4.42062 9.44404 4.38181 9.35187L2.81745 5.70654L3.02845 5.66289ZM1.68237 8.47146L2.08256 7.63471H4.04711L4.18536 8.47146H1.68237Z",fill:"#3D3E45"})]}),yk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("g",{clipPath:"url(#clip0_567_6919)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.00001 1.02051C7.29533 1.02051 7.53473 1.25991 7.53473 1.55523V2.99492L11.3486 5.17429C11.5152 5.2695 11.6181 5.44667 11.6181 5.63856V9.97475L13.0725 10.702C13.3366 10.834 13.4437 11.1552 13.3116 11.4194C13.1795 11.6835 12.8583 11.7906 12.5942 11.6585L11.1002 10.9115L7.26531 13.1028C7.10091 13.1968 6.8991 13.1968 6.73471 13.1028L2.89985 10.9115L1.40581 11.6585C1.14167 11.7906 0.820476 11.6835 0.688405 11.4194C0.556335 11.1552 0.663399 10.834 0.92754 10.702L2.38195 9.97475V5.63856C2.38195 5.44667 2.48477 5.2695 2.65138 5.17429L6.46529 2.99492V1.55523C6.46529 1.25991 6.70469 1.02051 7.00001 1.02051ZM7.00001 3.9211L3.99444 5.63856L7.00001 7.35603L10.0056 5.63856L7.00001 3.9211ZM10.5486 6.55999L7.53473 8.28221V11.7171L10.5486 9.99492V6.55999ZM6.46529 11.7171V8.28221L3.4514 6.55999V9.99492L6.46529 11.7171Z",fill:"#3D3E45"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_567_6919",children:n.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}),Ta=({type:e})=>{switch(e){case"boolean":return n.jsx(hk,{});case"date":return n.jsx(gk,{});case"number":return n.jsx(fk,{});case"string":return n.jsx(bk,{});case"dimension":return n.jsx(yk,{});default:return null}},vk={option:{fontFamily:"monospace","&.sub-option":{position:"relative",marginLeft:"22px"},"&.sub-option::before":{content:'""',width:"1px",height:"100%",position:"absolute",left:"-6px",borderLeft:"1px solid #E7E7E9"}},groupLabel:{cursor:"default",fontWeight:"normal","&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",borderBottom:"1px dashed var(--mantine-color-gray-2)"},"&::after":{borderBottom:"1px dashed var(--mantine-color-gray-2)",background:"none"}},group:{"&.dimension-group":{paddingBottom:"4px",".mantine-Combobox-groupLabel":{color:"#000"},".mantine-Combobox-groupLabel::before":{display:"none"},".mantine-Combobox-groupLabel::after":{display:"none"}}}},_k={root:{maxWidth:"unset"},option:{fontFamily:"monospace"},input:{paddingInlineStart:"var(--input-padding-inline-start)",color:"black",fontFamily:"monospace"}},ic=(e,t,r)=>{const a=[];return t&&a.push("sub-option"),r&&a.push("disabled"),n.jsx(s.Combobox.Option,{value:e.value,className:a.join(" "),disabled:r,children:n.jsxs(s.Stack,{gap:1,children:[n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:e.dataType}),n.jsx(s.Text,{size:"xs",children:e.label})]}),n.jsx(s.Text,{size:"xs",c:"dimmed",pl:18,children:e.description})]})},e.value)},cc=S.observer(({mmInfo:e,value:t,onChange:r,usedKeys:a})=>{const l=e.metricDetail,o=e.metrics.loading||l.loading,i=l.error,c=l.filterColOptions,d=s.useCombobox({onDropdownClose:()=>d.resetSelectedOption()}),u=g.useMemo(()=>o?n.jsx(s.Loader,{size:"xs"}):t?n.jsx(s.CloseButton,{size:"xs",onClick:()=>r(null)}):n.jsx(s.Combobox.Chevron,{size:"xs"}),[o,t]),p=n.jsx(s.InputBase,{component:"button",type:"button",variant:"unstyled",size:"xs",pointer:!0,rightSection:u,rightSectionPointerEvents:!o&&t?"all":"none",onClick:()=>d.toggleDropdown(),disabled:o||c.length===0,styles:_k,error:!!i,children:t||n.jsx(s.Input.Placeholder,{children:"选择维度"})});return n.jsxs(s.Combobox,{store:d,onOptionSubmit:f=>{r(f),d.closeDropdown()},styles:vk,children:[n.jsx(s.Combobox.Target,{children:i?n.jsx(s.Tooltip,{label:i,children:p}):p}),n.jsx(s.Combobox.Dropdown,{miw:300,children:n.jsx(s.Combobox.Options,{children:c.map(({group:f,items:v})=>n.jsx(s.Combobox.Group,{label:f,children:v.map(_=>{var x;return"group"in _?n.jsx(s.Combobox.Group,{className:"dimension-group",label:n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:"dimension"}),n.jsx(s.Text,{size:"sm",children:_.group}),n.jsx(s.Text,{size:"xs",c:"dimmed",children:_.description})]}),children:(x=_.items)==null?void 0:x.map(T=>ic(T,!0,a.has(T.value)))},_.group):ic(_,!1,a.has(_.value))})},f))})})]})}),dc={tbody:{td:{fontFamily:"monospace"}}},xk={root:{maxWidth:"unset"},option:{fontFamily:"monospace","&[data-checked=true][data-combobox-disabled]":{opacity:1}},input:{fontFamily:"monospace"},groupLabel:{"&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",backgroundColor:"var(--mantine-color-gray-2)"}}},mk=({option:e,...t})=>{const{t:r}=m.useTranslation(),a=e,l=a.type==="filter";return n.jsxs(s.Stack,{gap:0,py:4,styles:{root:{flexGrow:1,'&[data-selected="true"]':{".mantine-Text-root":{color:"white"},svg:{stroke:"white"}}}},...t,children:[n.jsx(s.Group,{flex:"1",gap:4,children:n.jsx(s.Text,{size:"xs",children:e.value})}),l&&n.jsxs(s.Group,{justify:"space-between",wrap:"nowrap",children:[n.jsx(s.Text,{size:"xs",c:t.checked?"rgba(255,255,255,.8)":"dimmed",style:{flexShrink:1,flexGrow:1},children:a.widget_label}),n.jsx(s.Text,{size:"xs",c:t.checked?"rgba(255,255,255,.8)":"dimmed",style:{flexShrink:0,flexGrow:0},children:r(He[a.widget])})]})]})},xn=S.observer(({queryModel:e,value:t,onChange:r,usedKeys:a})=>{const{t:l}=m.useTranslation();e.config;const o=g.useMemo(()=>e.getConditionOptionsWithInvalidValue(t).optionGroups.map(d=>{const u=d.items.length;return{group:`${l(d.group)}(${u})`,items:d.items.map(f=>({...f,label:f.value,widget_label:f.label,disabled:a.has(f.value)}))}}),[e.getConditionOptionsWithInvalidValue,l,t,a]),i=g.useCallback((c,d)=>{r(c,d)},[r]);return n.jsx(s.Select,{size:"xs",variant:"unstyled",placeholder:"选择变量",styles:xk,data:o,renderOption:mk,maxDropdownHeight:600,value:t,onChange:i,clearable:!0})}),Sa=S.observer(({variable:e})=>{const t=Q();if(!e)return null;const r=y.has(t.queryVariables,e);return n.jsx(s.ThemeIcon,{variant:"white",size:"xs",color:r?"#88CE98":"#F15050",styles:{root:{flexGrow:0,flexShrink:0}},children:n.jsx(C.IconPointFilled,{})})}),wk=S.observer(({queryModel:e})=>{const t=e.config,a=e.datasource.mericoMetricInfo;return g.useEffect(()=>{a.selectMetric(t.id)},[t.id,a]),n.jsxs(s.Stack,{gap:7,children:[n.jsxs(s.Group,{justify:"flex-start",gap:8,children:[n.jsx(s.Text,{size:"sm",children:"看板变量与指标维度关联"}),n.jsx(s.Tooltip,{label:"将看板的筛选器参数与指标的查询维度关联上,使指标可以按照看板的筛选条件和背景变量进行关联展示。",children:n.jsx(s.ActionIcon,{size:"xs",variant:"subtle",color:"gray",children:n.jsx(C.IconInfoCircle,{})})})]}),n.jsxs(s.Table,{withTableBorder:!0,withColumnBorders:!0,layout:"fixed",styles:dc,children:[n.jsxs("colgroup",{children:[n.jsx("col",{style:{width:250}}),n.jsx("col",{}),n.jsx("col",{style:{width:130}}),n.jsx("col",{style:{width:40}})]}),n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:"指标筛选维度"}),n.jsx(s.Table.Td,{children:"看板变量"}),n.jsx(s.Table.Td,{colSpan:2,children:"变量值为真时运行查询"})]})}),n.jsxs(s.Table.Tbody,{children:[t.filters.map(l=>n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{pr:0,children:n.jsx(cc,{mmInfo:a,value:l.dimension,onChange:l.setDimension,usedKeys:t.usedFilterDimensionKeys})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",grow:!0,gap:0,w:"100%",children:[n.jsx(Sa,{variable:l.variable}),n.jsx(xn,{queryModel:e,value:l.variable,onChange:l.setVariable,usedKeys:t.usedFilterVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(s.Checkbox,{size:"xs",checked:e.keyInRunBy(l.variable),onChange:o=>e.changeRunByRecord(l.variable,o.currentTarget.checked),color:"red"})})]},l.dimension)),n.jsxs(s.Table.Tr,{className:"add-a-row",children:[n.jsx(s.Table.Td,{pr:0,children:n.jsx(cc,{mmInfo:a,value:null,onChange:l=>l&&t.addFilter(l,""),usedKeys:t.usedFilterDimensionKeys})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsx(xn,{queryModel:e,value:null,onChange:l=>l&&t.addFilter("",l),usedKeys:t.usedFilterVariableSet})}),n.jsx(s.Table.Td,{})]})]})]})]})}),Ck=S.observer(({queryModel:e,variable:t})=>{const r=e.keyInRunBy(t),a=l=>{e.changeRunByRecord(t,l.currentTarget.checked)};return n.jsx(s.Checkbox,{size:"xs",checked:r,onChange:a,color:"red"})}),uc=({queryModel:e,variable:t})=>t?n.jsx(Ck,{queryModel:e,variable:t}):null,Tk=S.observer(({queryModel:e})=>{const t=e.config,l=e.datasource.mericoMetricInfo.metricDetail,o=l.trendingDateCol,i=t.timeQuery.enabled;return g.useEffect(()=>{if(!i&&l.requireTrendingReason){t.setTimeQueryEnabled(!0);return}},[l.requireTrendingReason,i]),l.supportTrending?l.requireTrendingReason?n.jsx(s.Tooltip,{label:l.requireTrendingReason,children:n.jsx(s.Box,{children:n.jsx(s.Switch,{size:"xs",color:"red",checked:!0,readOnly:!0,styles:{track:{cursor:"not-allowed"}}})})}):n.jsx(s.Switch,{size:"xs",color:"red",checked:i,onChange:c=>t.setTimeQueryEnabled(c.currentTarget.checked),styles:{track:{cursor:"pointer"}}}):n.jsx(s.Tooltip,{label:"由于指标未设定时序维度,所以不具备时间序列展示功能。",children:n.jsx(s.Box,{children:n.jsx(s.Switch,{size:"xs",color:"red",disabled:!o})})})}),Sk=S.observer(({queryModel:e})=>{const t=e.config,l=e.datasource.mericoMetricInfo.metricDetail,o=l.trendingDateCol;return!t.timeQuery.enabled||!l.supportTrending?null:n.jsxs(s.Table,{withTableBorder:!0,withColumnBorders:!0,layout:"fixed",styles:dc,children:[n.jsxs("colgroup",{children:[n.jsx("col",{style:{width:250}}),n.jsx("col",{}),n.jsx("col",{style:{width:130}}),n.jsx("col",{style:{width:40}})]}),n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{}),n.jsx(s.Table.Td,{children:"看板变量"}),n.jsx(s.Table.Td,{colSpan:2,children:"变量值为真时运行查询"})]})}),n.jsxs(s.Table.Tbody,{children:[n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{pr:0,children:n.jsxs(s.Group,{gap:4,children:[n.jsx(s.Text,{size:"xs",children:"时间维度"}),n.jsx(s.Text,{size:"xs",c:"dimmed",ff:"monospace",children:(o==null?void 0:o.name)??null})]})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",gap:0,grow:!0,children:[n.jsx(Sa,{variable:t.timeQuery.range_variable}),n.jsx(xn,{queryModel:e,value:t.timeQuery.range_variable,onChange:t.setRangeVariable,usedKeys:t.usedTimeQueryVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(uc,{queryModel:e,variable:t.timeQuery.range_variable})})]},"dimension.time"),n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:n.jsx(s.Text,{size:"xs",children:"步长"})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",gap:0,grow:!0,children:[n.jsx(Sa,{variable:t.timeQuery.unit_variable}),n.jsx(xn,{queryModel:e,value:t.timeQuery.unit_variable,onChange:t.setUnitVariable,usedKeys:t.usedTimeQueryVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(uc,{queryModel:e,variable:t.timeQuery.unit_variable})})]},"dimension.step")]})]})}),kk=S.observer(({queryModel:e})=>n.jsxs(s.Stack,{gap:7,children:[n.jsxs(s.Group,{justify:"flex-start",gap:8,children:[n.jsx(s.Text,{size:"sm",children:"按时间序列展示"}),n.jsx(s.Tooltip,{label:"将看板的时间&步长筛选器与相应的查询维度关联上。",children:n.jsx(s.ActionIcon,{size:"xs",variant:"subtle",color:"gray",children:n.jsx(C.IconInfoCircle,{})})}),n.jsx(Tk,{queryModel:e})]}),n.jsx(Sk,{queryModel:e})]})),zk={label:{fontWeight:"normal"},input:{fontSize:"12px"},groupLabel:{cursor:"default",fontWeight:"normal","&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",borderBottom:"1px dashed var(--mantine-color-gray-2)"},"&::after":{borderBottom:"1px dashed var(--mantine-color-gray-2)",background:"none"}},option:{fontFamily:"monospace"}},Dk=e=>{const t=e.option;return n.jsxs(s.Stack,{gap:1,styles:{root:{flexGrow:1}},children:[n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:t.dataType}),n.jsx(s.Text,{size:"xs",children:t.label})]}),n.jsx(s.Text,{size:"xs",c:"dimmed",pl:18,children:t.description})]})},Ik=S.observer(({queryModel:e})=>{const t=e.config,a=e.datasource.mericoMetricInfo,l=a.metricDetail,o=a.metrics.loading||l.loading,i=l.groupByColOptions,c=d=>{const u=l.getGroupByOptions(d),p=[];u.forEach(f=>{f.dimension?f.dimension.fields.forEach(v=>{p.push(`${f.value} -> ${v.field}`)}):p.push(f.value)}),t.setGroupBys(p)};return n.jsx(s.MultiSelect,{size:"sm",label:"分组聚合维度",description:"指标在查询时按照哪些维度进行聚合计算。最多支持两个维度的聚合计算。若选择按时间序列展示,则仅可选择一个聚合维度。",data:i,searchable:!0,styles:zk,renderOption:Dk,rightSection:o?n.jsx(s.Loader,{size:"xs"}):null,value:[...t.groupByValues],onChange:c,maxValues:t.timeQuery.enabled?1:2,placeholder:t.timeQuery.enabled?"仅可选一个维度":"最多选两个维度",disabled:o})}),Mk=S.observer(({queryModel:e})=>{const t=e.config,r=t.id;return g.useEffect(()=>{if(e.run_by.length===0)return;const a=[],l=t.usedFilterVariableSet,o=t.usedTimeQueryVariableSet;e.run_by.forEach(i=>{(l.has(i)||o.has(i))&&a.push(i)}),e.setRunBy(a)},[t.usedFilterVariableSet,t.usedTimeQueryVariableSet,e.run_by]),n.jsxs(s.Stack,{gap:16,pos:"relative",children:[!r&&n.jsx(s.Overlay,{color:"#fff",backgroundOpacity:.5,blur:3,children:n.jsx(s.Center,{h:"100%",children:n.jsx(s.Text,{size:"sm",c:"black",children:"请先选择指标"})})}),n.jsx(wk,{queryModel:e}),n.jsx(kk,{queryModel:e}),n.jsx(Ik,{queryModel:e})]})}),Ak=["function process_result(resp, utils, state) {"," return resp.data","}"].join(`
|
|
497
|
+
`),post:""},H2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=j();if(!e.isTransform)return null;const a=e.config;return n.jsxs(s.Stack,{py:20,px:20,sx:{height:"100%"},children:[n.jsx(s.Text,{size:"sm",children:t("query.transform.guide.pick_queries")}),n.jsx(s.MultiSelect,{data:r.queries.optionsWithoutTransform,value:[...a.dep_query_ids],onChange:a.setDependantQueryIDs,maxDropdownHeight:800}),n.jsx(s.Text,{size:"sm",children:t("query.transform.guide.write_function")}),n.jsx(s.Box,{sx:{flexGrow:1},children:n.jsx(ct,{label:"",value:e.pre_process,onChange:e.setPreProcess,defaultValue:J2.pre})})]})}),Vt={height:"calc(100% - 44px)",padding:0},R2=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=j(),a=g.useMemo(()=>e.datasource?e.typedAsHTTP?"HTTP":"SQL":"Configurations",[e.datasource,e.typedAsHTTP]),[l,o]=g.useState(a);g.useEffect(()=>{o(d=>d!=="Configurations"&&a==="Configurations"?"Configurations":d)},[a]);const c=r.findQueryUsage(e.id).length===0;return n.jsxs(s.Tabs,{value:l,onChange:o,defaultValue:a,orientation:"horizontal",keepMounted:!1,sx:{height:"100vh"},children:[n.jsxs(s.Tabs.List,{grow:!0,children:[n.jsx(s.Tabs.Tab,{value:"Configurations",children:t("query.configurations")}),e.typedAsSQL&&n.jsx(s.Tabs.Tab,{value:"SQL",children:t("query.request")}),e.typedAsHTTP&&n.jsx(s.Tabs.Tab,{value:"HTTP",children:t("query.request")}),e.isTransform&&n.jsx(s.Tabs.Tab,{value:"Transform",children:t("query.transform.label")}),n.jsx(s.Tabs.Tab,{value:"Data",disabled:!e.canPreviewData,children:n.jsx(s.Tooltip,{label:e.guideToPreviewData,disabled:e.canPreviewData,withinPortal:!0,children:n.jsx(s.Text,{size:"sm",children:t("data.preview_data")})})}),n.jsx(s.Tabs.Tab,{value:"Usage",disabled:c,children:n.jsx(s.Tooltip,{label:t("query.usage.unused_description"),disabled:!c,withinPortal:!0,children:n.jsx(s.Text,{size:"sm",children:t("query.usage.label")})})})]}),n.jsx(s.Tabs.Panel,{value:"Configurations",pt:0,p:0,children:n.jsx(N2,{queryModel:e})}),e.typedAsSQL&&n.jsx(s.Tabs.Panel,{value:"SQL",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(Z2,{queryModel:e})})}),e.typedAsHTTP&&n.jsx(s.Tabs.Panel,{value:"HTTP",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(Q2,{queryModel:e})})}),e.isTransform&&n.jsx(s.Tabs.Panel,{value:"Transform",sx:Vt,children:n.jsx(s.Stack,{sx:{height:"100%"},children:n.jsx(H2,{queryModel:e})})}),n.jsx(s.Tabs.Panel,{value:"Data",sx:{...Vt,overflow:"hidden"},children:n.jsx(xa,{id:e.id,moreActions:null,refreshOnMount:!0})}),n.jsx(s.Tabs.Panel,{value:"Usage",py:"sm",px:"md",sx:{...Vt,overflow:"hidden"},children:n.jsx(ac,{queryModel:e})})]})}),ek=({width:e,height:t})=>n.jsxs("svg",{width:e,height:t,viewBox:"0 0 36 36",fill:"none",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 10.5C7.10217 10.5 6.72064 10.658 6.43934 10.9393C6.15804 11.2206 6 11.6022 6 12V28.5C6 28.8978 6.15804 29.2794 6.43934 29.5607C6.72064 29.842 7.10218 30 7.5 30H24C24.3978 30 24.7794 29.842 25.0607 29.5607C25.342 29.2794 25.5 28.8978 25.5 28.5V19.5C25.5 18.6716 26.1716 18 27 18C27.8284 18 28.5 18.6716 28.5 19.5V28.5C28.5 29.6935 28.0259 30.8381 27.182 31.682C26.3381 32.5259 25.1935 33 24 33H7.5C6.30653 33 5.16193 32.5259 4.31802 31.682C3.47411 30.8381 3 29.6935 3 28.5V12C3 10.8065 3.47411 9.66193 4.31802 8.81802C5.16193 7.97411 6.30653 7.5 7.5 7.5H16.5C17.3284 7.5 18 8.17157 18 9C18 9.82843 17.3284 10.5 16.5 10.5H7.5Z",fill:"#3D3E45"}),n.jsx("path",{d:"M32.8862 3.92582C32.8135 3.75021 32.7061 3.5856 32.5638 3.44253C32.5617 3.4404 32.5596 3.43828 32.5575 3.43616C32.2863 3.16658 31.9126 3 31.5 3H22.5C21.6716 3 21 3.67157 21 4.5C21 5.32843 21.6716 6 22.5 6H27.8787L13.9393 19.9393C13.3536 20.5251 13.3536 21.4749 13.9393 22.0607C14.5251 22.6464 15.4749 22.6464 16.0607 22.0607L30 8.12132V13.5C30 14.3284 30.6716 15 31.5 15C32.3284 15 33 14.3284 33 13.5V4.5C33 4.29662 32.9595 4.10268 32.8862 3.92582Z",fill:"#3D3E45"})]}),lc=({width:e,height:t,color:r="#FFFFFF"})=>n.jsxs("svg",{viewBox:"0 0 36 36",fill:"none",width:e,height:t,children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6931 20.547C26.1129 19.5516 26.113 17.4483 24.6931 16.4529L16.9351 11.0141C15.2783 9.85255 13 11.0377 13 13.0611L13 23.9389C13 25.9623 15.2783 27.1474 16.9351 25.9859L24.6931 20.547ZM16 14.0223L22.387 18.5L16 22.9777L16 14.0223Z",fill:r}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 1.5C8.8873 1.5 1.5 8.8873 1.5 18C1.5 27.1127 8.8873 34.5 18 34.5C27.1127 34.5 34.5 27.1127 34.5 18C34.5 8.8873 27.1127 1.5 18 1.5ZM4.5 18C4.5 10.5442 10.5442 4.5 18 4.5C25.4558 4.5 31.5 10.5442 31.5 18C31.5 25.4558 25.4558 31.5 18 31.5C10.5442 31.5 4.5 25.4558 4.5 18Z",fill:r})]}),oc=({width:e,height:t,color:r="#EB1212"})=>n.jsxs("svg",{viewBox:"0 0 16 16",fill:"none",width:e,height:t,children:[n.jsx("path",{d:"M6.66665 6.66699C7.03484 6.66699 7.33331 6.96547 7.33331 7.33366V11.3337C7.33331 11.7018 7.03484 12.0003 6.66665 12.0003C6.29846 12.0003 5.99998 11.7018 5.99998 11.3337V7.33366C5.99998 6.96547 6.29846 6.66699 6.66665 6.66699Z",fill:r}),n.jsx("path",{d:"M9.99998 11.3337V7.33366C9.99998 6.96547 9.7015 6.66699 9.33331 6.66699C8.96512 6.66699 8.66665 6.96547 8.66665 7.33366V11.3337C8.66665 11.7018 8.96512 12.0003 9.33331 12.0003C9.7015 12.0003 9.99998 11.7018 9.99998 11.3337Z",fill:r}),n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.66665 3.33366V2.66699C4.66665 2.13656 4.87736 1.62785 5.25243 1.25278C5.62751 0.877706 6.13621 0.666992 6.66665 0.666992H9.33331C9.86375 0.666992 10.3725 0.877706 10.7475 1.25278C11.1226 1.62785 11.3333 2.13656 11.3333 2.66699V3.33366H14C14.3682 3.33366 14.6666 3.63214 14.6666 4.00033C14.6666 4.36852 14.3682 4.66699 14 4.66699H13.3333V13.3337C13.3333 13.8641 13.1226 14.3728 12.7475 14.7479C12.3725 15.1229 11.8637 15.3337 11.3333 15.3337H4.66665C4.13621 15.3337 3.62751 15.1229 3.25243 14.7479C2.87736 14.3728 2.66665 13.8641 2.66665 13.3337V4.66699H1.99998C1.63179 4.66699 1.33331 4.36852 1.33331 4.00033C1.33331 3.63214 1.63179 3.33366 1.99998 3.33366H4.66665ZM6.19524 2.19559C6.32027 2.07056 6.48984 2.00033 6.66665 2.00033H9.33331C9.51012 2.00033 9.67969 2.07056 9.80472 2.19559C9.92974 2.32061 9.99998 2.49018 9.99998 2.66699V3.33366H5.99998V2.66699C5.99998 2.49018 6.07022 2.32061 6.19524 2.19559ZM3.99998 4.66699V13.3337C3.99998 13.5105 4.07022 13.68 4.19524 13.8051C4.32027 13.9301 4.48984 14.0003 4.66665 14.0003H11.3333C11.5101 14.0003 11.6797 13.9301 11.8047 13.8051C11.9297 13.68 12 13.5105 12 13.3337V4.66699H3.99998Z",fill:r})]}),tk=({width:e,height:t})=>n.jsxs("svg",{viewBox:"0 0 18 18",fill:"none",width:e,height:t,children:[n.jsx("path",{d:"M7.5 3.75C7.5 2.92157 8.17157 2.25 9 2.25C9.82843 2.25 10.5 2.92157 10.5 3.75C10.5 4.57843 9.82843 5.25 9 5.25C8.17157 5.25 7.5 4.57843 7.5 3.75Z",fill:"#3D3E45"}),n.jsx("path",{d:"M7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9 12.75C8.17157 12.75 7.5 13.4216 7.5 14.25C7.5 15.0784 8.17157 15.75 9 15.75C9.82843 15.75 10.5 15.0784 10.5 14.25C10.5 13.4216 9.82843 12.75 9 12.75Z",fill:"#3D3E45"})]}),nk=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),r=Q(),a=j(),o=a.findQueryUsage(e.id).length>0,i=xe.useModals(),c=()=>{i.openConfirmModal({title:`${t("query.delete")}?`,labels:{confirm:t("common.actions.confirm"),cancel:t("common.actions.cancel")},onCancel:()=>console.log("Cancel"),onConfirm:()=>{a.queries.removeQuery(e.id),r.editor.setPath(["_QUERIES_",""])},confirmProps:{color:"red"},zIndex:320})};return o?n.jsx(s.Tooltip,{label:"此查询在使用中,不能删除。请查看“使用情况”标签页以了解详情",withArrow:!0,events:{hover:!0,focus:!1,touch:!1},withinPortal:!0,zIndex:320,position:"bottom-end",children:n.jsx(s.Button,{leftSection:n.jsx(oc,{width:14,height:14,color:"gray"}),variant:"subtle",color:"gray",onClick:d=>{d.stopPropagation()},children:"删除查询"})}):n.jsx(s.Menu.Item,{leftSection:n.jsx(oc,{width:14,height:14}),color:"red",onClick:c,children:"删除查询"})}),rk=S.observer(({queryModel:e})=>n.jsxs(s.Menu,{shadow:"md",width:120,trigger:"hover",children:[n.jsx(s.Menu.Target,{children:n.jsx(s.ActionIcon,{variant:"subtle","aria-label":"Settings",children:n.jsx(tk,{width:18,height:18})})}),n.jsx(s.Menu.Dropdown,{children:n.jsx(nk,{queryModel:e})})]})),ak={width:"fit-content",minWidth:"100%",tableLayout:"fixed",tr:{width:"fit-content"},th:{position:"relative"},"th, td":{wordBreak:"break-word"},".resizer":{position:"absolute",right:0,top:"50%",transform:"translateY(-50%)",cursor:"col-resize",userSelect:"none",touchAction:"none"},".resizer.isResizing":{color:"#228be6",opacity:"1",backgroundColor:"rgb(248, 249, 250)"},"@media (hover: hover)":{".resizer":{opacity:"0"},"*:hover > .resizer":{color:"#228be6",opacity:"1"}}};function sk({data:e}){const t=g.useMemo(()=>{if(!Array.isArray(e)||e.length===0)return[];const a=ue.createColumnHelper();return Object.keys(e[0]).map(l=>a.accessor(l,{cell:o=>o.getValue()}))},[e]),r=ue.useReactTable({data:e,columns:t,columnResizeMode:"onChange",getCoreRowModel:ue.getCoreRowModel()});return e.length===0?n.jsx(s.Box,{sx:{height:"5em"}}):n.jsx(ee,{children:n.jsxs(s.Table,{sx:ak,stickyHeader:!0,stickyHeaderOffset:0,children:[n.jsx(s.Table.Thead,{style:{backgroundColor:"#F9F9FA"},children:r.getHeaderGroups().map(a=>n.jsx(s.Table.Tr,{children:a.headers.map(l=>n.jsxs(s.Table.Th,{style:{width:l.getSize()},children:[l.isPlaceholder?null:ue.flexRender(l.column.columnDef.header,l.getContext()),n.jsx(s.ActionIcon,{variant:"subtle",onMouseDown:l.getResizeHandler(),onTouchStart:l.getResizeHandler(),className:`resizer ${l.column.getIsResizing()?"isResizing":""}`,children:n.jsx(C.IconArrowBarToRight,{})})]},l.id))},a.id))}),n.jsx(s.Table.Tbody,{children:r.getRowModel().rows.map(a=>n.jsx(s.Table.Tr,{children:a.getVisibleCells().map(l=>n.jsx(s.Table.Td,{children:n.jsx(ee,{children:typeof l.getValue()=="object"?n.jsx("pre",{children:JSON.stringify(l.getValue(),null,2)}):ue.flexRender(l.column.columnDef.cell,l.getContext())})},l.id))},a.id))})]})})}const lk=[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],ok={root:{width:"150px"},section:{"&[data-position=left]":{width:"70px",textAlign:"center"}},input:{paddingLeft:"70px",paddingRight:0}},ik=({data:e,page:t,setPage:r,limit:a,setLimit:l})=>{const{t:o}=m.useTranslation(),i=e.length,c=Math.ceil(i/a),d=p=>{p&&(r(1),l(Number(p)))};if(i===0)return null;const u=c===1&&i<=10;return n.jsxs(s.Group,{pt:10,px:10,justify:"space-between",children:[n.jsxs(s.Group,{justify:"flex-start",children:[!u&&n.jsx(s.Select,{leftSection:n.jsx(s.Text,{ta:"center",c:"dimmed",size:"xs",children:o("common.pagination.page_size")}),size:"xs",styles:ok,data:lk,value:String(a),onChange:d}),c>1&&n.jsx(s.Pagination,{size:"sm",value:t,onChange:r,total:c,withEdges:c>7,styles:{control:{height:"30px"}},color:"red"})]}),n.jsx(s.Group,{justify:"flex-end",children:n.jsx(s.Text,{c:"dimmed",my:0,size:"14px",children:o("common.pagination.total_rows",{total:i})})})]})},ck=Gs(({data:e,loading:t})=>{const[r,a]=g.useState(1),[l,o]=g.useState(20),i=g.useMemo(()=>{const c=(r-1)*l,d=c+l;return e.slice(c,d)},[e,r,l]);return n.jsx(ee,{children:n.jsxs(s.Stack,{gap:10,styles:{root:{height:"100%",overflow:"hidden"}},children:[n.jsx(ik,{data:e,page:r,setPage:a,limit:l,setLimit:o}),n.jsxs(s.Box,{sx:{width:"100%",height:"calc(100% - 42px)",overflow:"auto",position:"relative"},children:[n.jsx(s.LoadingOverlay,{visible:t,overlayProps:{blur:2}}),n.jsx(sk,{data:i})]})]})})}),dk=S.observer(({queryModel:e})=>{const{t}=m.useTranslation(),{state:r,error:a,metricQueryPayloadErrorString:l,stateMessage:o}=e;return r==="loading"?null:a?n.jsx(s.Text,{mt:10,c:"red",size:"md",ta:"center",ff:"monospace",children:a}):l?n.jsx(s.Text,{mt:10,c:"red",size:"md",ta:"center",ff:"monospace",children:l}):o?n.jsx(s.Text,{size:"sm",mt:10,c:"gray",ta:"center",children:t(o)}):null}),uk=S.observer(({queryModel:e})=>{m.useTranslation();const{data:t,state:r}=e,a=r==="loading",l=g.useCallback(()=>{e.fetchData(!0)},[e.fetchData]),o=()=>{No(e.name,e.data)};g.useEffect(()=>{l()},[l]);const i=!Array.isArray(t)||t.length===0;return n.jsxs(s.Stack,{gap:0,sx:{minHeight:"250px",maxHeight:"calc(50vh - 48px)",flexGrow:1,flexShrink:0,background:"#F9F9FA"},children:[n.jsxs(s.Group,{justify:"space-between",py:7,px:8,children:[n.jsx(s.Text,{size:"sm",fw:500,children:"查询结果"}),n.jsx(s.Button,{size:"xs",variant:"transparent",color:"gray",leftSection:n.jsx(C.IconDownload,{size:16}),disabled:a||i,onClick:o,children:"下载查询结果"})]}),n.jsxs(s.Box,{sx:{position:"relative",flexGrow:1,overflow:"hidden"},children:[n.jsx(dk,{queryModel:e}),n.jsx(ck,{data:t,loading:a})]})]})}),pk=S.observer(({queryModel:e})=>{const t=Q();return n.jsxs(s.Tabs,{defaultValue:"看板变量预览",styles:{root:{borderRadius:4,backgroundColor:"#F9F9FA",height:"100%",minHeight:"350px",maxHeight:"50vh",overflow:"hidden"}},color:"red",children:[n.jsxs(s.Tabs.List,{children:[n.jsx(s.Tabs.Tab,{value:"看板变量预览",children:"看板变量预览"}),n.jsx(s.Tabs.Tab,{value:"查询预览",children:"查询预览"})]}),n.jsx(s.Tabs.Panel,{value:"查询预览",children:n.jsx($e.CodeHighlight,{language:"json",sx:{width:"100%",height:"100%",minHeight:"400px",overflowY:"auto"},withCopyButton:!1,code:e.metricQueryPayloadString})}),n.jsx(s.Tabs.Panel,{value:"看板变量预览",children:n.jsx($e.CodeHighlight,{language:"json",sx:{width:"100%",height:"100%",minHeight:"400px",overflowY:"auto"},withCopyButton:!1,code:t.queryVariablesString})})]})}),hk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.24335 1.62305C7.50108 1.62305 7.71001 1.83198 7.71001 2.08971L7.71001 11.423C7.71001 11.6808 7.50108 11.8897 7.24335 11.8897C6.98561 11.8897 6.77668 11.6808 6.77668 11.423L6.77668 2.08971C6.77668 1.83198 6.98561 1.62305 7.24335 1.62305Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9.93845 9.4786C9.80779 9.4786 9.70045 9.43893 9.61645 9.3596C9.53712 9.2756 9.49745 9.17293 9.49745 9.0516L9.49745 5.0056C9.49745 4.88427 9.53712 4.78393 9.61645 4.7046C9.70045 4.6206 9.80312 4.5786 9.92445 4.5786L12.1995 4.5786C12.3208 4.5786 12.4211 4.61827 12.5005 4.6976C12.5845 4.77227 12.6265 4.87027 12.6265 4.9916C12.6265 5.09427 12.5845 5.18527 12.5005 5.2646C12.4211 5.34393 12.3208 5.3836 12.1995 5.3836L10.3725 5.3836V6.6156H11.8845C12.0058 6.6156 12.1061 6.65527 12.1855 6.7346C12.2695 6.80927 12.3115 6.90727 12.3115 7.0286C12.3115 7.13127 12.2695 7.22227 12.1855 7.3016C12.1061 7.38093 12.0058 7.4206 11.8845 7.4206H10.3725L10.3725 9.0516C10.3725 9.17293 10.3281 9.2756 10.2395 9.3596C10.1555 9.43893 10.0551 9.4786 9.93845 9.4786Z",fill:"#3D3E45"}),n.jsx("path",{d:"M3.34754 9.4786C3.21687 9.4786 3.10954 9.43893 3.02554 9.3596C2.94154 9.2756 2.89954 9.17293 2.89954 9.0516L2.89954 5.3836H1.80054C1.6792 5.3836 1.57654 5.34627 1.49254 5.2716C1.4132 5.19693 1.37354 5.09893 1.37354 4.9776C1.37354 4.85627 1.4132 4.7606 1.49254 4.6906C1.57654 4.61593 1.6792 4.5786 1.80054 4.5786H4.90854C5.02987 4.5786 5.1302 4.61593 5.20954 4.6906C5.29354 4.76527 5.33554 4.86327 5.33554 4.9846C5.33554 5.10593 5.29354 5.20393 5.20954 5.2786C5.1302 5.3486 5.02987 5.3836 4.90854 5.3836H3.80954L3.80954 9.0516C3.80954 9.17293 3.7652 9.2756 3.67654 9.3596C3.59254 9.43893 3.48287 9.4786 3.34754 9.4786Z",fill:"#3D3E45"})]}),gk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("g",{clipPath:"url(#clip0_245_10828)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.91663 1.16634C9.91663 0.844175 9.65546 0.583008 9.33329 0.583008C9.01113 0.583008 8.74996 0.844175 8.74996 1.16634V1.74967L5.24996 1.74967V1.16634C5.24996 0.844175 4.98879 0.583008 4.66663 0.583008C4.34446 0.583008 4.08329 0.844175 4.08329 1.16634V1.74967H2.91663C1.95013 1.74967 1.16663 2.53318 1.16663 3.49967L1.16663 11.6663C1.16663 12.6328 1.95013 13.4163 2.91663 13.4163L11.0833 13.4163C12.0498 13.4163 12.8333 12.6328 12.8333 11.6663L12.8333 3.49967C12.8333 2.53318 12.0498 1.74967 11.0833 1.74967H9.91663V1.16634ZM11.6666 5.24967V3.49967C11.6666 3.17751 11.4055 2.91634 11.0833 2.91634H9.91663V3.49967C9.91663 3.82184 9.65546 4.08301 9.33329 4.08301C9.01113 4.08301 8.74996 3.82184 8.74996 3.49967V2.91634L5.24996 2.91634V3.49967C5.24996 3.82184 4.98879 4.08301 4.66663 4.08301C4.34446 4.08301 4.08329 3.82184 4.08329 3.49967V2.91634L2.91663 2.91634C2.59446 2.91634 2.33329 3.17751 2.33329 3.49967L2.33329 5.24967L11.6666 5.24967ZM2.33329 6.41634L11.6666 6.41634L11.6666 11.6663C11.6666 11.9885 11.4055 12.2497 11.0833 12.2497L2.91663 12.2497C2.59446 12.2497 2.33329 11.9885 2.33329 11.6663V6.41634Z",fill:"#3D3E45"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_245_10828",children:n.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}),fk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.11108 2.13932C2.78892 2.13932 2.52775 2.40049 2.52775 2.72266V10.8893C2.52775 11.2115 2.78892 11.4727 3.11108 11.4727H11.2778C11.5999 11.4727 11.8611 11.2115 11.8611 10.8893V2.72266C11.8611 2.40049 11.5999 2.13932 11.2778 2.13932H3.11108ZM1.36108 2.72266C1.36108 1.75616 2.14459 0.972656 3.11108 0.972656H11.2778C12.2442 0.972656 13.0278 1.75616 13.0278 2.72266V10.8893C13.0278 11.8558 12.2442 12.6393 11.2778 12.6393H3.11108C2.14459 12.6393 1.36108 11.8558 1.36108 10.8893V2.72266Z",fill:"#3D3E45"}),n.jsx("path",{d:"M9.84418 8.37166C9.94816 8.37166 10.0348 8.40631 10.1041 8.47563C10.1734 8.54494 10.2081 8.63159 10.2081 8.73556C10.2081 8.8352 10.1734 8.91968 10.1041 8.989C10.0348 9.05398 9.94816 9.08647 9.84418 9.08647H7.63475C7.52211 9.08647 7.4333 9.05182 7.36832 8.9825C7.30334 8.91318 7.27084 8.82437 7.27084 8.71607C7.27084 8.60776 7.30983 8.51245 7.38781 8.43014L8.80445 6.91603C8.96474 6.74274 9.09038 6.56512 9.18135 6.38317C9.27666 6.20121 9.32432 6.04309 9.32432 5.90879C9.32432 5.69218 9.2615 5.51889 9.13587 5.38892C9.01023 5.25462 8.84344 5.18747 8.63549 5.18747C8.55318 5.18747 8.4687 5.20697 8.38206 5.24596C8.29541 5.28495 8.21094 5.3391 8.12862 5.40842C8.05064 5.47773 7.977 5.55788 7.90768 5.64885C7.85569 5.71817 7.80371 5.76149 7.75172 5.77882C7.69973 5.79615 7.65208 5.80481 7.60876 5.80481C7.51345 5.80481 7.42464 5.77016 7.34233 5.70084C7.26435 5.62719 7.22536 5.54271 7.22536 5.44741C7.22536 5.37376 7.24918 5.30228 7.29684 5.23296C7.34882 5.16365 7.41164 5.09216 7.48529 5.01852C7.59359 4.91021 7.7149 4.8149 7.8492 4.73259C7.98349 4.65028 8.12213 4.58746 8.26509 4.54414C8.40805 4.49648 8.54668 4.47266 8.68098 4.47266C8.97124 4.47266 9.22251 4.53114 9.43479 4.64811C9.6514 4.76075 9.81819 4.92321 9.93516 5.13549C10.0521 5.34343 10.1106 5.59037 10.1106 5.8763C10.1106 6.11457 10.0391 6.381 9.89617 6.67559C9.75754 6.96585 9.56909 7.23878 9.33081 7.49438L8.50837 8.37166H9.84418Z",fill:"#3D3E45"}),n.jsx("path",{d:"M5.49994 9.08647C5.37864 9.08647 5.279 9.04965 5.20102 8.976C5.12304 8.89802 5.08405 8.80271 5.08405 8.69007V5.62518L4.70065 5.90879C4.64 5.95644 4.56418 5.98027 4.47321 5.98027C4.36923 5.98027 4.27826 5.94128 4.20028 5.8633C4.1223 5.78532 4.08331 5.69218 4.08331 5.58387C4.08331 5.44524 4.15046 5.3326 4.28475 5.24596L5.22051 4.62212C5.26384 4.59179 5.31149 4.57013 5.36348 4.55713C5.4198 4.54414 5.47178 4.53764 5.51944 4.53764C5.64507 4.53764 5.74471 4.57663 5.81836 4.65461C5.89201 4.72826 5.92883 4.8214 5.92883 4.93404V8.69007C5.92883 8.80271 5.88768 8.89802 5.80536 8.976C5.72738 9.04965 5.62558 9.08647 5.49994 9.08647Z",fill:"#3D3E45"})]}),bk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("path",{d:"M12.0334 5.64833C12.3099 5.64833 12.55 5.67744 12.7537 5.73565C12.9623 5.79386 13.1224 5.87632 13.2339 5.98303C13.3504 6.0849 13.4086 6.20859 13.4086 6.35412C13.4086 6.45113 13.3795 6.5433 13.3213 6.63061C13.263 6.71307 13.1782 6.7543 13.0666 6.7543C12.989 6.7543 12.9235 6.7446 12.8701 6.7252C12.8216 6.70094 12.778 6.67184 12.7392 6.63788C12.7004 6.60393 12.6543 6.5724 12.6009 6.54329C12.5524 6.51419 12.4772 6.49236 12.3754 6.47781C12.2783 6.45841 12.2056 6.44871 12.1571 6.44871C11.9097 6.44871 11.6987 6.50206 11.5241 6.60878C11.3543 6.7155 11.2233 6.86102 11.1311 7.04535C11.039 7.22482 10.9929 7.43341 10.9929 7.67109C10.9929 7.90393 11.039 8.11251 11.1311 8.29684C11.2282 8.47631 11.3591 8.61941 11.5241 8.72613C11.6938 8.83284 11.8879 8.8862 12.1061 8.8862C12.2274 8.8862 12.3317 8.87893 12.419 8.86437C12.5063 8.84982 12.5791 8.82799 12.6373 8.79889C12.7052 8.76008 12.7658 8.71885 12.8192 8.6752C12.8726 8.63154 12.9526 8.60971 13.0593 8.60971C13.1854 8.60971 13.2824 8.65094 13.3504 8.7334C13.4183 8.81102 13.4522 8.90803 13.4522 9.02445C13.4522 9.14572 13.3843 9.25728 13.2485 9.35915C13.1127 9.45616 12.9332 9.5362 12.7101 9.59926C12.4918 9.65747 12.2541 9.68657 11.997 9.68657C11.6138 9.68657 11.2815 9.59926 11.0002 9.42463C10.7188 9.24516 10.5005 9.00262 10.3453 8.69702C10.1949 8.39143 10.1198 8.04945 10.1198 7.67109C10.1198 7.27333 10.1998 6.92408 10.3599 6.62333C10.5248 6.31774 10.7504 6.08005 11.0366 5.91027C11.3276 5.73565 11.6599 5.64833 12.0334 5.64833Z",fill:"#3D3E45"}),n.jsx("path",{d:"M7.74826 5.64833C8.08781 5.64833 8.39099 5.73565 8.65778 5.91027C8.92942 6.08005 9.14285 6.31531 9.29807 6.61606C9.45815 6.9168 9.53819 7.26606 9.53819 7.66382C9.53819 8.06158 9.45815 8.41326 9.29807 8.71885C9.14285 9.0196 8.93184 9.25728 8.66505 9.43191C8.40311 9.60169 8.10722 9.68657 7.77737 9.68657C7.58334 9.68657 7.40143 9.65505 7.23166 9.59199C7.06188 9.52893 6.91151 9.44889 6.78054 9.35187C6.65442 9.25486 6.55498 9.15784 6.48222 9.06083C6.41431 8.95896 6.38035 8.87408 6.38035 8.80617L6.60591 8.71158V9.24273C6.60591 9.36885 6.56468 9.47557 6.48222 9.56288C6.39976 9.64534 6.29547 9.68657 6.16935 9.68657C6.04323 9.68657 5.93894 9.64534 5.85647 9.56288C5.77401 9.48042 5.73278 9.3737 5.73278 9.24273V4.67333C5.73278 4.54722 5.77401 4.44292 5.85647 4.36046C5.93894 4.27315 6.04323 4.22949 6.16935 4.22949C6.29547 4.22949 6.39976 4.27315 6.48222 4.36046C6.56468 4.44292 6.60591 4.54722 6.60591 4.67333V6.52147L6.48222 6.45598C6.48222 6.39292 6.51617 6.31774 6.58408 6.23042C6.652 6.13826 6.74416 6.04852 6.86058 5.96121C6.97699 5.86904 7.11039 5.79386 7.26076 5.73565C7.41599 5.67744 7.57849 5.64833 7.74826 5.64833ZM7.63912 6.44871C7.42569 6.44871 7.23893 6.50206 7.07886 6.60878C6.91879 6.7155 6.79267 6.86102 6.7005 7.04535C6.61319 7.22482 6.56953 7.43098 6.56953 7.66382C6.56953 7.8918 6.61319 8.10038 6.7005 8.28956C6.79267 8.47389 6.91879 8.61941 7.07886 8.72613C7.23893 8.83285 7.42569 8.8862 7.63912 8.8862C7.85255 8.8862 8.03688 8.83285 8.19211 8.72613C8.35218 8.61941 8.47587 8.47389 8.56319 8.28956C8.65535 8.10038 8.70143 7.8918 8.70143 7.66382C8.70143 7.43098 8.65535 7.22482 8.56319 7.04535C8.47587 6.86102 8.35218 6.7155 8.19211 6.60878C8.03688 6.50206 7.85255 6.44871 7.63912 6.44871Z",fill:"#3D3E45"}),n.jsx("path",{d:"M3.02845 5.66289L1.45681 9.35915C1.42286 9.45131 1.3695 9.52408 1.29674 9.57743C1.22883 9.62594 1.15364 9.65019 1.07118 9.65019C0.940211 9.65019 0.843196 9.61381 0.780136 9.54105C0.717077 9.46829 0.685547 9.37855 0.685547 9.27184C0.685547 9.22818 0.692823 9.1821 0.707375 9.13359L2.51913 4.78248C2.55793 4.68546 2.61614 4.61028 2.69375 4.55692C2.77622 4.50356 2.86353 4.48173 2.95569 4.49143C3.04301 4.49143 3.12304 4.51811 3.19581 4.57147C3.27342 4.61998 3.3292 4.69031 3.36316 4.78248L5.15308 9.04628C5.17733 9.10934 5.18946 9.16755 5.18946 9.2209C5.18946 9.35187 5.1458 9.45616 5.05849 9.53378C4.97603 9.61139 4.88386 9.65019 4.782 9.65019C4.69468 9.65019 4.61465 9.62352 4.54189 9.57016C4.47398 9.5168 4.42062 9.44404 4.38181 9.35187L2.81745 5.70654L3.02845 5.66289ZM1.68237 8.47146L2.08256 7.63471H4.04711L4.18536 8.47146H1.68237Z",fill:"#3D3E45"})]}),yk=()=>n.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("g",{clipPath:"url(#clip0_567_6919)",children:n.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.00001 1.02051C7.29533 1.02051 7.53473 1.25991 7.53473 1.55523V2.99492L11.3486 5.17429C11.5152 5.2695 11.6181 5.44667 11.6181 5.63856V9.97475L13.0725 10.702C13.3366 10.834 13.4437 11.1552 13.3116 11.4194C13.1795 11.6835 12.8583 11.7906 12.5942 11.6585L11.1002 10.9115L7.26531 13.1028C7.10091 13.1968 6.8991 13.1968 6.73471 13.1028L2.89985 10.9115L1.40581 11.6585C1.14167 11.7906 0.820476 11.6835 0.688405 11.4194C0.556335 11.1552 0.663399 10.834 0.92754 10.702L2.38195 9.97475V5.63856C2.38195 5.44667 2.48477 5.2695 2.65138 5.17429L6.46529 2.99492V1.55523C6.46529 1.25991 6.70469 1.02051 7.00001 1.02051ZM7.00001 3.9211L3.99444 5.63856L7.00001 7.35603L10.0056 5.63856L7.00001 3.9211ZM10.5486 6.55999L7.53473 8.28221V11.7171L10.5486 9.99492V6.55999ZM6.46529 11.7171V8.28221L3.4514 6.55999V9.99492L6.46529 11.7171Z",fill:"#3D3E45"})}),n.jsx("defs",{children:n.jsx("clipPath",{id:"clip0_567_6919",children:n.jsx("rect",{width:"14",height:"14",fill:"white"})})})]}),Ta=({type:e})=>{switch(e){case"boolean":return n.jsx(hk,{});case"date":return n.jsx(gk,{});case"number":return n.jsx(fk,{});case"string":return n.jsx(bk,{});case"dimension":return n.jsx(yk,{});default:return null}},vk={option:{fontFamily:"monospace","&.sub-option":{position:"relative",marginLeft:"22px"},"&.sub-option::before":{content:'""',width:"1px",height:"100%",position:"absolute",left:"-6px",borderLeft:"1px solid #E7E7E9"}},groupLabel:{cursor:"default",fontWeight:"normal","&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",borderBottom:"1px dashed var(--mantine-color-gray-2)"},"&::after":{borderBottom:"1px dashed var(--mantine-color-gray-2)",background:"none"}},group:{"&.dimension-group":{paddingBottom:"4px",".mantine-Combobox-groupLabel":{color:"#000"},".mantine-Combobox-groupLabel::before":{display:"none"},".mantine-Combobox-groupLabel::after":{display:"none"}}}},_k={root:{maxWidth:"unset"},option:{fontFamily:"monospace"},input:{paddingInlineStart:"var(--input-padding-inline-start)",color:"black",fontFamily:"monospace"}},ic=(e,t,r)=>{const a=[];return t&&a.push("sub-option"),r&&a.push("disabled"),n.jsx(s.Combobox.Option,{value:e.value,className:a.join(" "),disabled:r,children:n.jsxs(s.Stack,{gap:1,children:[n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:e.dataType}),n.jsx(s.Text,{size:"xs",children:e.label})]}),n.jsx(s.Text,{size:"xs",c:"dimmed",pl:18,children:e.description})]})},e.value)},cc=S.observer(({mmInfo:e,value:t,onChange:r,usedKeys:a})=>{const l=e.metricDetail,o=e.metrics.loading||l.loading,i=l.error,c=l.filterColOptions,d=s.useCombobox({onDropdownClose:()=>d.resetSelectedOption()}),u=g.useMemo(()=>o?n.jsx(s.Loader,{size:"xs"}):t?n.jsx(s.CloseButton,{size:"xs",onClick:()=>r(null)}):n.jsx(s.Combobox.Chevron,{size:"xs"}),[o,t]),p=n.jsx(s.InputBase,{component:"button",type:"button",variant:"unstyled",size:"xs",pointer:!0,rightSection:u,rightSectionPointerEvents:!o&&t?"all":"none",onClick:()=>d.toggleDropdown(),disabled:o||c.length===0,styles:_k,error:!!i,children:t||n.jsx(s.Input.Placeholder,{children:"选择维度"})});return n.jsxs(s.Combobox,{store:d,onOptionSubmit:f=>{r(f),d.closeDropdown()},styles:vk,children:[n.jsx(s.Combobox.Target,{children:i?n.jsx(s.Tooltip,{label:i,children:p}):p}),n.jsx(s.Combobox.Dropdown,{miw:300,children:n.jsx(s.Combobox.Options,{mah:500,style:{overflowY:"auto"},children:c.map(({group:f,items:v})=>n.jsx(s.Combobox.Group,{label:f,children:v.map(_=>{var x;return"group"in _?n.jsx(s.Combobox.Group,{className:"dimension-group",label:n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:"dimension"}),n.jsx(s.Text,{size:"sm",children:_.group}),n.jsx(s.Text,{size:"xs",c:"dimmed",children:_.description})]}),children:(x=_.items)==null?void 0:x.map(T=>ic(T,!0,a.has(T.value)))},_.group):ic(_,!1,a.has(_.value))})},f))})})]})}),dc={tbody:{td:{fontFamily:"monospace"}}},xk={root:{maxWidth:"unset"},option:{fontFamily:"monospace","&[data-checked=true][data-combobox-disabled]":{opacity:1}},input:{fontFamily:"monospace"},groupLabel:{"&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",backgroundColor:"var(--mantine-color-gray-2)"}}},mk=({option:e,...t})=>{const{t:r}=m.useTranslation(),a=e,l=a.type==="filter";return n.jsxs(s.Stack,{gap:0,py:4,styles:{root:{flexGrow:1,'&[data-selected="true"]':{".mantine-Text-root":{color:"white"},svg:{stroke:"white"}}}},...t,children:[n.jsx(s.Group,{flex:"1",gap:4,children:n.jsx(s.Text,{size:"xs",children:e.value})}),l&&n.jsxs(s.Group,{justify:"space-between",wrap:"nowrap",children:[n.jsx(s.Text,{size:"xs",c:t.checked?"rgba(255,255,255,.8)":"dimmed",style:{flexShrink:1,flexGrow:1},children:a.widget_label}),n.jsx(s.Text,{size:"xs",c:t.checked?"rgba(255,255,255,.8)":"dimmed",style:{flexShrink:0,flexGrow:0},children:r(He[a.widget])})]})]})},xn=S.observer(({queryModel:e,value:t,onChange:r,usedKeys:a})=>{const{t:l}=m.useTranslation();e.config;const o=g.useMemo(()=>e.getConditionOptionsWithInvalidValue(t).optionGroups.map(d=>{const u=d.items.length;return{group:`${l(d.group)}(${u})`,items:d.items.map(f=>({...f,label:f.value,widget_label:f.label,disabled:a.has(f.value)}))}}),[e.getConditionOptionsWithInvalidValue,l,t,a]),i=g.useCallback((c,d)=>{r(c,d)},[r]);return n.jsx(s.Select,{size:"xs",variant:"unstyled",placeholder:"选择变量",styles:xk,data:o,renderOption:mk,maxDropdownHeight:600,value:t,onChange:i,clearable:!0})}),Sa=S.observer(({variable:e})=>{const t=Q();if(!e)return null;const r=y.has(t.queryVariables,e);return n.jsx(s.ThemeIcon,{variant:"white",size:"xs",color:r?"#88CE98":"#F15050",styles:{root:{flexGrow:0,flexShrink:0}},children:n.jsx(C.IconPointFilled,{})})}),wk=S.observer(({queryModel:e})=>{const t=e.config,a=e.datasource.mericoMetricInfo;return g.useEffect(()=>{a.selectMetric(t.id)},[t.id,a]),n.jsxs(s.Stack,{gap:7,children:[n.jsxs(s.Group,{justify:"flex-start",gap:8,children:[n.jsx(s.Text,{size:"sm",children:"看板变量与指标维度关联"}),n.jsx(s.Tooltip,{label:"将看板的筛选器参数与指标的查询维度关联上,使指标可以按照看板的筛选条件和背景变量进行关联展示。",children:n.jsx(s.ActionIcon,{size:"xs",variant:"subtle",color:"gray",children:n.jsx(C.IconInfoCircle,{})})})]}),n.jsxs(s.Table,{withTableBorder:!0,withColumnBorders:!0,layout:"fixed",styles:dc,children:[n.jsxs("colgroup",{children:[n.jsx("col",{style:{width:250}}),n.jsx("col",{}),n.jsx("col",{style:{width:130}}),n.jsx("col",{style:{width:40}})]}),n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:"指标筛选维度"}),n.jsx(s.Table.Td,{children:"看板变量"}),n.jsx(s.Table.Td,{colSpan:2,children:"变量值为真时运行查询"})]})}),n.jsxs(s.Table.Tbody,{children:[t.filters.map(l=>n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{pr:0,children:n.jsx(cc,{mmInfo:a,value:l.dimension,onChange:l.setDimension,usedKeys:t.usedFilterDimensionKeys})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",grow:!0,gap:0,w:"100%",children:[n.jsx(Sa,{variable:l.variable}),n.jsx(xn,{queryModel:e,value:l.variable,onChange:l.setVariable,usedKeys:t.usedFilterVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(s.Checkbox,{size:"xs",checked:e.keyInRunBy(l.variable),onChange:o=>e.changeRunByRecord(l.variable,o.currentTarget.checked),color:"red"})})]},l.dimension)),n.jsxs(s.Table.Tr,{className:"add-a-row",children:[n.jsx(s.Table.Td,{pr:0,children:n.jsx(cc,{mmInfo:a,value:null,onChange:l=>l&&t.addFilter(l,""),usedKeys:t.usedFilterDimensionKeys})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsx(xn,{queryModel:e,value:null,onChange:l=>l&&t.addFilter("",l),usedKeys:t.usedFilterVariableSet})}),n.jsx(s.Table.Td,{})]})]})]})]})}),Ck=S.observer(({queryModel:e,variable:t})=>{const r=e.keyInRunBy(t),a=l=>{e.changeRunByRecord(t,l.currentTarget.checked)};return n.jsx(s.Checkbox,{size:"xs",checked:r,onChange:a,color:"red"})}),uc=({queryModel:e,variable:t})=>t?n.jsx(Ck,{queryModel:e,variable:t}):null,Tk=S.observer(({queryModel:e})=>{const t=e.config,l=e.datasource.mericoMetricInfo.metricDetail,o=l.trendingDateCol,i=t.timeQuery.enabled;return g.useEffect(()=>{if(!i&&l.requireTrendingReason){t.setTimeQueryEnabled(!0);return}},[l.requireTrendingReason,i]),l.supportTrending?l.requireTrendingReason?n.jsx(s.Tooltip,{label:l.requireTrendingReason,children:n.jsx(s.Box,{children:n.jsx(s.Switch,{size:"xs",color:"red",checked:!0,readOnly:!0,styles:{track:{cursor:"not-allowed"}}})})}):n.jsx(s.Switch,{size:"xs",color:"red",checked:i,onChange:c=>t.setTimeQueryEnabled(c.currentTarget.checked),styles:{track:{cursor:"pointer"}}}):n.jsx(s.Tooltip,{label:"由于指标未设定时序维度,所以不具备时间序列展示功能。",children:n.jsx(s.Box,{children:n.jsx(s.Switch,{size:"xs",color:"red",disabled:!o})})})}),Sk=S.observer(({queryModel:e})=>{const t=e.config,l=e.datasource.mericoMetricInfo.metricDetail,o=l.trendingDateCol;return!t.timeQuery.enabled||!l.supportTrending?null:n.jsxs(s.Table,{withTableBorder:!0,withColumnBorders:!0,layout:"fixed",styles:dc,children:[n.jsxs("colgroup",{children:[n.jsx("col",{style:{width:250}}),n.jsx("col",{}),n.jsx("col",{style:{width:130}}),n.jsx("col",{style:{width:40}})]}),n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{}),n.jsx(s.Table.Td,{children:"看板变量"}),n.jsx(s.Table.Td,{colSpan:2,children:"变量值为真时运行查询"})]})}),n.jsxs(s.Table.Tbody,{children:[n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{pr:0,children:n.jsxs(s.Group,{gap:4,children:[n.jsx(s.Text,{size:"xs",children:"时间维度"}),n.jsx(s.Text,{size:"xs",c:"dimmed",ff:"monospace",children:(o==null?void 0:o.name)??null})]})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",gap:0,grow:!0,children:[n.jsx(Sa,{variable:t.timeQuery.range_variable}),n.jsx(xn,{queryModel:e,value:t.timeQuery.range_variable,onChange:t.setRangeVariable,usedKeys:t.usedTimeQueryVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(uc,{queryModel:e,variable:t.timeQuery.range_variable})})]},"dimension.time"),n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:n.jsx(s.Text,{size:"xs",children:"步长"})}),n.jsx(s.Table.Td,{colSpan:2,pr:0,children:n.jsxs(s.Group,{justify:"flex-start",gap:0,grow:!0,children:[n.jsx(Sa,{variable:t.timeQuery.unit_variable}),n.jsx(xn,{queryModel:e,value:t.timeQuery.unit_variable,onChange:t.setUnitVariable,usedKeys:t.usedTimeQueryVariableSet})]})}),n.jsx(s.Table.Td,{children:n.jsx(uc,{queryModel:e,variable:t.timeQuery.unit_variable})})]},"dimension.step")]})]})}),kk=S.observer(({queryModel:e})=>n.jsxs(s.Stack,{gap:7,children:[n.jsxs(s.Group,{justify:"flex-start",gap:8,children:[n.jsx(s.Text,{size:"sm",children:"按时间序列展示"}),n.jsx(s.Tooltip,{label:"将看板的时间&步长筛选器与相应的查询维度关联上。",children:n.jsx(s.ActionIcon,{size:"xs",variant:"subtle",color:"gray",children:n.jsx(C.IconInfoCircle,{})})}),n.jsx(Tk,{queryModel:e})]}),n.jsx(Sk,{queryModel:e})]})),zk={label:{fontWeight:"normal"},input:{fontSize:"12px"},groupLabel:{cursor:"default",fontWeight:"normal","&::before":{content:'""',flex:1,insetInline:0,height:"calc(0.0625rem* var(--mantine-scale))",marginInlineEnd:"var(--mantine-spacing-xs)",borderBottom:"1px dashed var(--mantine-color-gray-2)"},"&::after":{borderBottom:"1px dashed var(--mantine-color-gray-2)",background:"none"}},option:{fontFamily:"monospace"}},Dk=e=>{const t=e.option;return n.jsxs(s.Stack,{gap:1,styles:{root:{flexGrow:1}},children:[n.jsxs(s.Group,{gap:4,children:[n.jsx(Ta,{type:t.dataType}),n.jsx(s.Text,{size:"xs",children:t.label})]}),n.jsx(s.Text,{size:"xs",c:"dimmed",pl:18,children:t.description})]})},Ik=S.observer(({queryModel:e})=>{const t=e.config,a=e.datasource.mericoMetricInfo,l=a.metricDetail,o=a.metrics.loading||l.loading,i=l.groupByColOptions,c=d=>{const u=l.getGroupByOptions(d),p=[];u.forEach(f=>{f.dimension?f.dimension.fields.forEach(v=>{p.push(`${f.value} -> ${v.field}`)}):p.push(f.value)}),t.setGroupBys(p)};return n.jsx(s.MultiSelect,{size:"sm",label:"分组聚合维度",description:"指标在查询时按照哪些维度进行聚合计算。最多支持两个维度的聚合计算。若选择按时间序列展示,则仅可选择一个聚合维度。",data:i,searchable:!0,styles:zk,renderOption:Dk,rightSection:o?n.jsx(s.Loader,{size:"xs"}):null,value:[...t.groupByValues],onChange:c,maxValues:t.timeQuery.enabled?1:2,placeholder:t.timeQuery.enabled?"仅可选一个维度":"最多选两个维度",disabled:o})}),Mk=S.observer(({queryModel:e})=>{const t=e.config,r=t.id;return g.useEffect(()=>{if(e.run_by.length===0)return;const a=[],l=t.usedFilterVariableSet,o=t.usedTimeQueryVariableSet;e.run_by.forEach(i=>{(l.has(i)||o.has(i))&&a.push(i)}),e.setRunBy(a)},[t.usedFilterVariableSet,t.usedTimeQueryVariableSet,e.run_by]),n.jsxs(s.Stack,{gap:16,pos:"relative",children:[!r&&n.jsx(s.Overlay,{color:"#fff",backgroundOpacity:.5,blur:3,children:n.jsx(s.Center,{h:"100%",children:n.jsx(s.Text,{size:"sm",c:"black",children:"请先选择指标"})})}),n.jsx(wk,{queryModel:e}),n.jsx(kk,{queryModel:e}),n.jsx(Ik,{queryModel:e})]})}),Ak=["function process_result(resp, utils, state) {"," return resp.data","}"].join(`
|
|
498
498
|
`),Pk={root:{minHeight:"350px",maxHeight:"50vh",height:"100%",overflow:"hidden"},list:{"&::before":{borderColor:"transparent"}},panel:{height:"calc(100% - 36px)",overflowY:"auto"}},$k=S.observer(({queryModel:e})=>{const[t,r]=g.useState("编辑查询");return n.jsxs(s.Tabs,{color:"red",defaultValue:"编辑查询",styles:Pk,value:t,onChange:r,children:[n.jsxs(s.Tabs.List,{children:[n.jsx(s.Tabs.Tab,{value:"编辑查询",size:"xs",children:"编辑查询"}),n.jsx(s.Tabs.Tab,{value:"加工结果",size:"xs",children:"加工结果"}),n.jsx(s.Tabs.Tab,{value:"使用情况",size:"xs",children:"使用情况"})]}),n.jsx(s.Tabs.Panel,{value:"编辑查询",pt:"xs",children:n.jsx(Mk,{queryModel:e})}),n.jsx(s.Tabs.Panel,{value:"加工结果",pt:"xs",children:n.jsx(ct,{label:"",value:e.post_process,onChange:e.setPostProcess,defaultValue:Ak})}),n.jsx(s.Tabs.Panel,{value:"使用情况",pt:"xs",children:n.jsx(ac,{queryModel:e})})]})}),Vk=S.observer(({queryModel:e})=>{const t=e.metricQueryPayloadError;return t.length>0?n.jsxs(s.HoverCard,{shadow:"md",children:[n.jsx(s.HoverCard.Target,{children:n.jsx(s.Box,{children:n.jsx(s.Button,{size:"xs",leftSection:n.jsx(lc,{width:14,height:14,color:"rgb(173, 181, 189)"}),variant:"filled",color:"red",disabled:!0,children:"执行查询"})})}),n.jsx(s.HoverCard.Dropdown,{children:n.jsx(s.List,{size:"xs",children:t.map(r=>n.jsx(s.List.Item,{children:r},r))})})]}):n.jsx(s.Button,{size:"xs",leftSection:n.jsx(lc,{width:14,height:14}),variant:"filled",color:"red",onClick:()=>e.fetchData(!0),children:"执行查询"})}),Ek=({option:e,...t})=>{const r=e;return n.jsxs(s.Stack,{gap:0,py:4,styles:{root:{flexGrow:1,'&[data-selected="true"]':{".mantine-Text-root":{color:"white"},svg:{stroke:"white"}}}},...t,children:[n.jsxs(s.Group,{flex:"1",gap:4,children:[n.jsx(C.IconHash,{size:12}),n.jsx(s.Text,{size:"xs",children:r.label})]}),n.jsx(s.Text,{ml:16,size:"xs",c:t.checked?"rgba(255,255,255,.8)":"dimmed",children:r.description})]})},Bk=S.observer(({queryModel:e})=>{const t=e.config,a=e.datasource.mericoMetricInfo,l=a.metrics;g.useEffect(()=>{l.load()},[l]),g.useEffect(()=>{!a.metricID&&t.id&&a.selectMetric(t.id)},[t.id]);const o=g.useMemo(()=>l.data.map(u=>({label:u.name,value:u.id,description:u.description,type:u.type})),[l.data]),i=g.useCallback((u,p)=>{u&&(a.selectMetric(u),t.setID(u),t.setType(p.type))},[a,t]),{loading:c,error:d}=l;return n.jsx(ee,{children:n.jsxs(s.Group,{justify:"flex-end",gap:12,align:"flex-end",children:[d?n.jsx(s.Tooltip,{label:d,children:n.jsx(s.Select,{size:"xs",label:"指标",error:!0,styles:{root:{flexGrow:1}}})}):n.jsx(s.Select,{size:"xs",label:"指标",data:o,renderOption:Ek,styles:{root:{flexGrow:1}},maxDropdownHeight:500,value:t.id,onChange:i,rightSection:c?n.jsx(s.Loader,{size:"xs"}):null}),n.jsx(s.Tooltip,{label:"跳转到指标明细页查看详情。",disabled:c,children:n.jsx(s.Anchor,{size:"md",variant:"subtle",mb:2,href:`/admin/metrics/detail/${t.id}`,target:"_blank",underline:"never",children:n.jsx(ek,{width:14,height:14})})})]})})}),Lk=S.observer(({queryModel:e})=>{const{t}=m.useTranslation();return n.jsxs(s.Stack,{pt:8,pb:16,px:24,gap:8,styles:{root:{height:"100vh",overflow:"hidden"}},children:[n.jsx(s.Group,{styles:{root:{flexGrow:0,flexShrink:0}},children:n.jsx(s.TextInput,{size:"xs",placeholder:t("query.name_description"),label:t("query.name"),value:e.name,onChange:r=>{e.setName(r.currentTarget.value)},styles:{root:{flexGrow:0,width:"calc(50% - 44px)"}}})}),n.jsxs(s.Group,{justify:"space-between",grow:!0,gap:8,align:"flex-end",styles:{root:{flexGrow:0,flexShrink:0}},children:[n.jsxs(s.Group,{justify:"flex-start",grow:!0,gap:24,align:"flex-end",children:[n.jsx(tc,{queryModel:e,size:"xs"}),n.jsx(Bk,{queryModel:e})]}),n.jsxs(s.Group,{justify:"flex-end",children:[n.jsx(Vk,{queryModel:e}),n.jsx(rk,{queryModel:e})]})]}),n.jsxs(s.Group,{justify:"space-between",grow:!0,gap:12,align:"flex-start",sx:{flexGrow:0,flexShrink:1,overflowY:"hidden"},children:[n.jsx($k,{queryModel:e}),n.jsx(pk,{queryModel:e})]}),n.jsx(uk,{queryModel:e})]})}),qk=S.observer(({id:e})=>{const r=j().queries.findByID(e);return e===""?null:r?r.isMericoMetricQuery?n.jsx(Lk,{queryModel:r}):n.jsx(R2,{queryModel:r}):n.jsx(s.Text,{size:"14px",c:"red",children:"Invalid Query ID"})}),Ok=S.observer(({value:e})=>{const r=J().payloadForSQL,a=g.useMemo(()=>kn(e,r),[e,r]);return n.jsx(Qn,{height:"100%",value:a})}),Nk=S.observer(({item:e,remove:t,onKeyChanged:r})=>{const{t:a}=m.useTranslation(),[l,o]=g.useState("SQL"),[i,c]=g.useState(e.key),d=()=>{e.setKey(i),r(i)},u=i!==e.key,p=e.isADuplicatedKey(i),[f,v]=g.useState(e.value),_=()=>{e.setValue(f)};g.useEffect(()=>{c(e.key),v(e.value)},[e]);const x=f!==e.value,T=xe.useModals(),k=()=>{T.openConfirmModal({title:`${a("sql_snippet.delete")}?`,labels:{confirm:a("common.actions.confirm"),cancel:a("common.actions.cancel")},onCancel:()=>console.log("Cancel"),onConfirm:t,confirmProps:{color:"red"},zIndex:320})};return n.jsxs(s.Stack,{p:20,sx:{maxWidth:"1100px",height:"100vh"},gap:"sm",children:[n.jsxs(s.Group,{sx:{alignItems:"end"},gap:40,children:[n.jsx(s.TextInput,{label:a(p?"sql_snippet.key_occupied":"sql_snippet.key"),value:i,onChange:z=>{c(z.currentTarget.value)},sx:{flexGrow:"1 !important"},rightSection:n.jsx(s.ActionIcon,{color:"blue",variant:"subtle",onClick:d,disabled:!u||p,children:n.jsx(C.IconDeviceFloppy,{size:16})}),error:p}),n.jsx(s.Button,{leftSection:n.jsx(C.IconTrash,{size:16}),color:"red",variant:"light",onClick:k,children:a("sql_snippet.delete")})]}),n.jsxs(s.Tabs,{value:l,onChange:o,sx:{flexGrow:1},styles:{panel:{height:"calc(100% - 50px)"}},children:[n.jsxs(s.Tabs.List,{sx:{position:"relative"},children:[n.jsx(s.Tabs.Tab,{value:"SQL",children:a("sql_snippet.edit_snippet")}),n.jsx(s.Tabs.Tab,{value:"Preview",children:a("sql_snippet.preview_snippet")}),n.jsx(Ca,{}),n.jsx(s.ActionIcon,{color:"blue",variant:"filled",onClick:_,disabled:!x,sx:{position:"absolute",top:0,right:10},children:n.jsx(C.IconDeviceFloppy,{size:18})})]}),n.jsx(s.Tabs.Panel,{value:"SQL",pt:"sm",children:n.jsx(Qn,{height:"100%",value:f,onChange:v,defaultLanguage:"sql",theme:"sql-dark"})}),n.jsx(s.Tabs.Panel,{value:"Preview",pt:"sm",children:n.jsx(Ok,{value:f})})]})]})}),Gk=S.observer(({id:e})=>{const t=Q(),r=j(),a=g.useMemo(()=>r.sqlSnippets.findByKey(e),[e]);if(!e)return null;if(!a)return n.jsxs(s.Text,{size:"14px",children:["SQL Snippet by key[",e,"] is not found"]});const l=()=>{t.editor.setPath(["_SQL_SNIPPETS_",""])},o=()=>{r.sqlSnippets.removeByKey(e),l()},i=c=>{t.editor.setPath(["_SQL_SNIPPETS_",c])};return n.jsx(Nk,{item:a,remove:o,onKeyChanged:i})}),Fk=S.observer(()=>{const{t:e}=m.useTranslation(),[t,r]=g.useState([]),a=xe.useModals(),l=Q(),o=v=>{l.editor.setPath(["_SQL_SNIPPETS_",v])},i=()=>{a.openConfirmModal({title:"Delete ununsed SQL snippets?",children:n.jsx(s.Text,{size:"sm",children:"This action cannot be undone."}),labels:{confirm:e("common.actions.confirm"),cancel:e("common.actions.cancel")},onCancel:()=>console.log("Cancel"),onConfirm:()=>l.content.removeUnusedSQLSnippets(),confirmProps:{color:"red"},zIndex:320})},c=()=>{l.content.sqlSnippets.downloadSchema(t)},d=g.useMemo(()=>l.content.sqlSnippets.sortedList.map(v=>v.key),[l.content.sqlSnippets.sortedList]),u=()=>{r(d)},p=()=>{r([])},f=l.content.sqlSnippetsUsage;return n.jsxs(s.Stack,{sx:{height:"100%"},gap:"sm",pb:"59px",children:[n.jsx(s.Box,{pt:9,pb:8,sx:{borderBottom:"1px solid #eee"},children:n.jsx(s.Text,{size:"sm",px:"md",ta:"left",sx:{userSelect:"none",cursor:"default"},children:e("sql_snippet.manage")})}),n.jsxs(s.Flex,{justify:"space-between",align:"center",px:12,children:[n.jsxs(s.Group,{justify:"flex-start",children:[n.jsxs(s.Button.Group,{children:[n.jsx(s.Button,{variant:"default",size:"xs",onClick:u,children:e("common.actions.select_all")}),n.jsx(s.Button,{variant:"default",size:"xs",onClick:p,children:e("common.actions.clear_selection")})]}),n.jsx(s.Button,{size:"xs",color:"blue",leftSection:n.jsx(C.IconCode,{size:14}),disabled:t.length===0,onClick:c,children:e("common.actions.download_schema")})]}),n.jsx(s.Button,{variant:"subtle",size:"xs",color:"red",leftSection:n.jsx(C.IconTrash,{size:14}),disabled:!l.content.hasUnusedSQLSnippets,onClick:i,children:e("sql_snippet.delete_unused")})]}),n.jsx(s.Box,{sx:{flexGrow:1,overflow:"auto"},children:n.jsx(s.Checkbox.Group,{size:"xs",value:t,onChange:r,children:n.jsxs(s.Table,{fz:"sm",highlightOnHover:!0,sx:{tableLayout:"fixed"},children:[n.jsx(s.Table.Thead,{children:n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Th,{style:{width:"40px"}}),n.jsx(s.Table.Th,{children:e("common.key")}),n.jsx(s.Table.Th,{style:{width:"100px",textAlign:"center"},children:e("sql_snippet.usage.label")}),n.jsx(s.Table.Th,{style:{width:"300px",paddingLeft:"24px"},children:e("common.action")})]})}),n.jsx(s.Table.Tbody,{children:l.content.sqlSnippets.sortedList.map(v=>{var x;const _=((x=f[v.key])==null?void 0:x.length)??0;return n.jsxs(s.Table.Tr,{children:[n.jsx(s.Table.Td,{children:n.jsx(s.Checkbox,{value:v.key,styles:{input:{cursor:"pointer"}}})}),n.jsx(s.Table.Td,{children:v.key}),n.jsx(s.Table.Td,{style:{color:_===0?"#ff0000":"#000",fontWeight:_===0?"bold":"normal",textAlign:"center"},children:_}),n.jsx(s.Table.Td,{children:n.jsx(s.Button,{variant:"subtle",size:"xs",onClick:()=>o(v.key),children:e("common.actions.open")})})]},v.key)})})]})})})]})}),jk=S.observer(({view:e})=>!e||e.type!==$.Division?null:n.jsx(s.Stack,{})),Qk=S.observer(({view:e})=>{const{t,i18n:r}=m.useTranslation(),a=g.useMemo(()=>[{value:"default",label:t("common.tabs.variant.default")},{value:"outline",label:t("common.tabs.variant.outline")},{value:"pills",label:t("common.tabs.variant.pills")}],[r.language]),l=g.useMemo(()=>[{value:"horizontal",label:t("common.tabs.orientation.horizontal")},{value:"vertical",label:t("common.tabs.orientation.vertical")}],[r.language]);if(!e||e.type!==$.Tabs)return null;const o=e.config;return n.jsxs(s.Stack,{children:[n.jsx(s.Divider,{mt:8,mb:0,label:t("view.component.tabs.tabs_settings"),labelPosition:"center"}),n.jsx(s.Select,{label:t("common.tabs.variant.label"),value:o.variant,onChange:o.setVariant,data:a}),n.jsx(s.Select,{label:t("common.tabs.orientation.label"),value:o.orientation,onChange:o.setOrientation,data:l}),n.jsx(s.Switch,{label:t("common.tabs.grow_tabs"),checked:o.grow,onChange:i=>o.setGrow(i.currentTarget.checked)})]})}),Wk=({disabled:e,value:t,onChange:r})=>{const a=l=>{l&&r(l)};return n.jsxs(s.Box,{sx:{position:"relative"},children:[e&&n.jsx(s.Overlay,{backgroundOpacity:.6,color:"#fff",zIndex:5,blur:2}),n.jsx(we,{height:"500px",defaultLanguage:"javascript",value:t,onChange:a,theme:"vs-dark",options:{minimap:{enabled:!1},readOnly:e}})]})},Uk=({value:e,onChange:t})=>{const{t:r}=m.useTranslation(),[a,{setTrue:l,setFalse:o}]=q.useBoolean(),[i,c]=g.useState(e??dn),d=_=>{c({...i,enabled:_})},u=()=>{o();const{enabled:_,func_content:x}=i,T={enabled:_,func_content:x};c(T),t(T)},p=()=>{o(),c(e)},f=_=>{c(x=>({...x,func_content:_}))},v=()=>{f(dn.func_content)};return n.jsxs(n.Fragment,{children:[n.jsx(s.ActionIcon,{size:"lg",color:"blue",variant:"filled",mt:26,onClick:l,sx:{flexGrow:0},children:n.jsx(C.IconSettings,{size:14})}),n.jsx(s.Modal,{size:800,title:r("view.component.modal.custom_title"),opened:a,onClose:o,closeOnClickOutside:!1,withCloseButton:!1,zIndex:320,children:a&&n.jsxs(s.Stack,{children:[n.jsx(s.Checkbox,{mt:10,label:r("common.enabled"),checked:i.enabled,onChange:_=>d(_.currentTarget.checked)}),n.jsx(Wk,{value:i.func_content,onChange:f,disabled:!i.enabled}),n.jsxs(s.Group,{justify:"space-between",children:[n.jsx(s.Button,{onClick:v,color:"red",leftSection:n.jsx(C.IconRecycle,{size:20}),children:r("common.actions.revert")}),n.jsxs(s.Group,{justify:"flex-end",children:[n.jsx(s.Button,{onClick:p,variant:"subtle",children:r("common.actions.cancel")}),n.jsx(s.Button,{onClick:u,children:r("common.actions.save")})]})]})]})})]})},Yk=S.observer(({view:e})=>{const{t}=m.useTranslation();if(!e||e.type!==$.Modal)return null;const r=e.config,a=r.custom_modal_title.value;return n.jsxs(s.Stack,{children:[n.jsx(s.Divider,{mt:8,label:t("view.component.modal.modal_settings"),labelPosition:"center"}),n.jsxs(s.Flex,{gap:10,children:[n.jsx(s.TextInput,{label:t("view.component.modal.title"),value:a,onChange:y.noop,disabled:!0,sx:{flexGrow:1}}),n.jsx(Uk,{value:r.custom_modal_title,onChange:r.custom_modal_title.replace})]}),n.jsxs(s.Group,{grow:!0,children:[n.jsx(s.TextInput,{label:t("view.component.modal.width"),value:r.width,onChange:l=>r.setWidth(l.currentTarget.value),placeholder:"600px / 50vw"}),n.jsx(s.TextInput,{label:t("view.component.modal.height"),value:r.height,onChange:l=>r.setHeight(l.currentTarget.value),placeholder:"600px / 50vw"})]})]})}),Kk=S.observer(({view:e})=>n.jsxs(n.Fragment,{children:[n.jsx(jk,{view:e}),n.jsx(Yk,{view:e}),n.jsx(Qk,{view:e})]})),Xk=S.observer(({view:e})=>{const{t,i18n:r}=m.useTranslation(),a=g.useMemo(()=>[{label:t("view.component.div.label"),value:$.Division},{label:t("view.component.modal.label"),value:$.Modal},{label:t("view.component.tabs.label"),value:$.Tabs}],[r.language]);return e?n.jsxs(s.Stack,{sx:{position:"relative"},children:[n.jsx(s.TextInput,{label:t("common.name"),value:e.name,onChange:l=>{e.setName(l.currentTarget.value)}}),n.jsx(s.Select,{label:t("common.type"),comboboxProps:{withinPortal:!0,zIndex:320},value:e.type,onChange:e.setType,data:a}),n.jsx(Kk,{view:e})]}):null}),Zk=S.observer(({id:e})=>{const{t}=m.useTranslation(),r=xe.useModals(),a=Q(),l=j();if(e==="")return null;const o=l.views.findByID(e);if(!o)return n.jsxs(s.Text,{size:"14px",children:["View by ID[",e,"] is not found"]});const i=()=>{a.editor.setPath(["_VIEWS_",""])},c=()=>{r.openConfirmModal({title:`${t("view.delete")}?`,labels:{confirm:t("common.actions.confirm"),cancel:t("common.actions.cancel")},onCancel:()=>console.log("Cancel"),onConfirm:()=>{l.views.removeByID(e),i()},confirmProps:{color:"red"},zIndex:320})};return n.jsxs(s.Stack,{sx:{maxWidth:"600px",height:"100%"},gap:"sm",children:[n.jsx(s.Group,{justify:"flex-end",pt:10,children:n.jsx(s.Button,{size:"xs",color:"red",leftSection:n.jsx(C.IconTrash,{size:16}),onClick:c,children:t("view.delete")})}),n.jsx(s.Box,{sx:{flexGrow:1,maxHeight:"calc(100% - 52px)",overflow:"auto"},children:n.jsx(Xk,{view:o})})]})}),Jk=S.observer(()=>n.jsx(s.Stack,{sx:{height:"100%"},p:"sm",children:n.jsx(nc,{})})),Hk=S.observer(()=>{const e=Q().editor,t=e.path;return hT(t)?n.jsx(Jk,{}):gT(t)?n.jsx(GS,{}):fT(t)?n.jsx(NS,{}):bT(t)?n.jsx(s.Box,{p:"xs",pl:20,children:n.jsx(OS,{id:t[1]})}):yT(t)?n.jsx(Fk,{}):vT(t)?n.jsx(Gk,{id:t[1]}):xT(t)?n.jsx(x2,{}):_T(t)?n.jsx(qk,{id:t[1]}):mT(t)?n.jsx(s.Box,{p:"xs",pl:20,children:n.jsx(Zk,{id:t[1]})}):ga(t)?n.jsx(_2,{viewID:t[1],panelID:t[3]}):n.jsx(s.Box,{children:e.path})}),Rk=S.observer(()=>n.jsx(Hk,{})),e5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q(),r=()=>{const a=new Date().getTime().toString(),l={id:a,key:a,label:a,order:t.content.filters.current.length+1,type:V.TextInput,config:jr(),visibleInViewsIDs:["Main"],auto_submit:!1};t.content.filters.append(l),t.editor.setPath(["_FILTERS_",a])};return n.jsx(s.Button,{variant:"subtle",leftSection:n.jsx(C.IconPlus,{size:14}),size:"sm",px:"xs",mb:10,color:"blue",onClick:r,sx:{width:"100%",borderRadius:0},styles:{inner:{justifyContent:"flex-start"}},children:e("filter.add")})}),t5=S.observer(({parentID:e})=>{const{t}=m.useTranslation(),r=j();if(!e)return null;const a=r.views.findByID(e);return!a||a.type===$.Tabs?null:n.jsx(s.Button,{variant:"subtle",leftSection:n.jsx(C.IconPlus,{size:14}),size:"sm",px:"xs",mb:10,color:"blue",onClick:()=>r.addANewPanel(a.id),sx:{width:"100%",borderRadius:0},styles:{inner:{justifyContent:"flex-start"}},children:t("panel.add")})}),n5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q(),r=()=>{const a=new Date().getTime().toString(),l={id:a,name:a,type:G.Postgresql,key:"",config:{_type:G.Postgresql,sql:""}};t.content.queries.append(l),t.editor.setPath(["_QUERIES_",a])};return n.jsx(s.Button,{variant:"subtle",leftSection:n.jsx(C.IconPlus,{size:14}),size:"sm",px:"xs",mb:10,color:"blue",onClick:r,sx:{width:"100%",borderRadius:0},styles:{inner:{justifyContent:"flex-start"}},children:e("query.add")})}),r5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q(),r=()=>{const a=new Date().getTime().toString(),l={key:a,value:""};t.content.sqlSnippets.append(l),t.editor.setPath(["_SQL_SNIPPETS_",a])};return n.jsx(s.Button,{variant:"subtle",leftSection:n.jsx(C.IconPlus,{size:14}),size:"sm",px:"xs",mb:10,color:"blue",onClick:r,sx:{width:"100%",borderRadius:0},styles:{inner:{justifyContent:"flex-start"}},children:e("sql_snippet.add")})}),a5=S.observer(()=>{const{t:e}=m.useTranslation(),t=j();return n.jsx(s.Button,{variant:"subtle",leftSection:n.jsx(C.IconPlus,{size:14}),size:"sm",px:"xs",mb:10,color:"blue",onClick:t.views.addARandomNewView,sx:{width:"100%",borderRadius:0},styles:{inner:{justifyContent:"flex-start"}},children:e("view.add")})}),s5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q();return n.jsx(s.Button,{variant:"subtle",rightSection:n.jsx(C.IconSettings,{size:14}),size:"sm",px:12,mb:0,color:"blue",onClick:()=>t.editor.setPath(["_QUERIES_"]),sx:{width:"100%",borderRadius:0,fontWeight:"normal"},styles:{inner:{justifyContent:"space-between"}},children:e("query.manage")})}),l5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q();return n.jsx(s.Button,{variant:"subtle",rightSection:n.jsx(C.IconSettings,{size:14}),size:"sm",px:12,mb:0,color:"blue",onClick:()=>t.editor.setPath(["_SQL_SNIPPETS_"]),sx:{width:"100%",borderRadius:0,fontWeight:"normal"},styles:{inner:{justifyContent:"space-between"}},children:e("sql_snippet.manage")})}),o5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q();return n.jsx(s.Button,{variant:"subtle",rightSection:n.jsx(C.IconSettings,{size:14}),size:"sm",px:12,mb:0,color:"blue",onClick:()=>t.editor.setPath(["_FILTERS_"]),sx:{width:"100%",borderRadius:0,fontWeight:"normal"},styles:{inner:{justifyContent:"space-between"}},children:e("filter.manage")})}),i5=S.observer(({action_type:e,parentID:t})=>e==="_Add_A_Filter_"?n.jsx(e5,{}):e==="_Add_A_SQL_SNIPPET_"?n.jsx(r5,{}):e==="_Add_A_QUERY_"?n.jsx(n5,{}):e==="_Add_A_VIEW_"?n.jsx(a5,{}):e==="_Add_A_PANEL_"?n.jsx(t5,{parentID:t}):e==="_QUERIES_SETTINGS_"?n.jsx(s5,{}):e==="_SQL_SNIPPETS_SETTINGS_"?n.jsx(l5,{}):e==="_FILTERS_SETTINGS_"?n.jsx(o5,{}):null),pc=S.observer(({option:e})=>{var p;const{t}=m.useTranslation(),r=Q().editor,a=r.isOptionActive,l=a(r.path,e),o=r.isOptionOpened,i=r.navigate,c=o(e),[d,u]=g.useState(c);return g.useEffect(()=>{u(c)},[c]),n.jsx(s.NavLink,{active:l,defaultOpened:c,opened:d,onChange:u,label:t(e.label),onClick:()=>i(e),leftSection:e.Icon?n.jsx(e.Icon,{size:18}):null,children:(p=e.children)==null?void 0:p.map(f=>f._type==="ACTION"?n.jsx(i5,{action_type:f._action_type,parentID:f.parentID},`_ADD_${f.value}_`):n.jsx(pc,{option:f},f.value))},e.label)}),c5=S.observer(()=>{const e=Q();return n.jsx(s.Box,{sx:{position:"relative"},children:e.editor.navOptions.map(t=>n.jsx(pc,{option:t},t.value))})}),d5=S.observer(()=>{const{t:e}=m.useTranslation(),t=Q();return n.jsxs(s.AppShell.Navbar,{p:0,sx:{height:"100vh - 60px - 60px",".mantine-NavLink-body":{wordWrap:"break-word"}},children:[n.jsx(s.AppShell.Section,{sx:{borderBottom:"1px solid #eee",padding:"var(--mantine-spacing-xs) var(--mantine-spacing-md)"},children:n.jsx(s.Text,{size:"sm",ta:"center",sx:{userSelect:"none",cursor:"default"},children:e("common.titles.settings")})}),n.jsx(s.AppShell.Section,{grow:!0,sx:{overflow:"auto"},children:n.jsx(c5,{})}),n.jsx(s.AppShell.Section,{children:n.jsx(s.Group,{grow:!0,p:"md",pt:"sm",sx:{borderTop:"1px solid #eee"},children:n.jsx(s.Button,{size:"xs",color:"red",leftSection:n.jsx(C.IconX,{size:18}),onClick:()=>t.editor.close(),children:e("common.actions.close")})})})]})}),u5={root:{height:"100vh",display:"flex",flexDirection:"column",overflow:"hidden",minWidth:"calc(var(--app-shell-navbar-width, 0px) + 1200px)"},body:{flexGrow:1,nav:{top:0,height:"100vh"}},main:{flexGrow:1,display:"flex",flexDirection:"column",paddingTop:0,height:"100vh"}},p5=S.observer(()=>{const e=Q().editor;return n.jsx(s.Modal,{onClose:()=>e.setSettingsOpen(!1),closeOnEscape:!1,closeOnClickOutside:!1,opened:e.settings_open,fullScreen:!0,title:null,transitionProps:{duration:0},withCloseButton:!1,withinPortal:!0,zIndex:300,styles:{body:{padding:"0 !important"},content:{overflowY:"hidden !important"}},children:n.jsxs(s.AppShell,{padding:0,navbar:{width:{base:220,xs:220,sm:240,md:260,lg:300,xl:320},breakpoint:"xxs"},styles:u5,children:[n.jsx(d5,{}),n.jsx(s.AppShell.Main,{children:n.jsx(Rk,{})})]})})}),h5=e=>e.replace(/([^:])(\/\/+)/g,"$1/");function g5(e){g.useEffect(()=>{if(we.loader.__getMonacoInstance())return;console.log("loading monaco for @devtable/dashboard");const r=h5(e);we.loader.config({paths:{vs:r}}),we.loader.init().then(a=>console.log("monaco instance:",a))},[])}vs(),js();const f5={root:{height:"100vh",display:"flex",flexDirection:"column",overflow:"hidden","--app-shell-header-offset":"calc(3.75rem * var(--mantine-scale))"},body:{flexGrow:1},main:{flexGrow:1,display:"flex",flexDirection:"column",paddingTop:60+30,height:"100vh"}},b5=({context:e,dashboard:t,content:r,update:a,className:l="dashboard",config:o,onChange:i,headerSlot:c,filterValues:d,onFilterValuesChange:u,onExit:p,lang:f},v)=>{g5(o.monacoPath),zn(o);const{data:_=[]}=q.useRequest(Yn),{data:x=[]}=q.useRequest(Qs),T=g.useMemo(()=>$i(t,r,_,x,e,d??{}),[t,r]);g.useImperativeHandle(v,()=>T,[T]),Ei(T.content,!0),g.useEffect(()=>{T.context.replace(e)},[e]),g.useEffect(()=>{T.datasources.replace(_)},[_]),g.useEffect(()=>{T.globalSQLSnippets.replace(x)},[x]),g.useEffect(()=>{u==null||u(T.content.filters.values)},[u,T.content.filters.values]),g.useEffect(()=>{d&&T.content.filters.patchValues(d)},[d,T.content.filters.patchValues]),g.useEffect(()=>F.reaction(()=>F.toJS(T.json),I=>{i==null||i(I)}),[T]);const k=async()=>{await a(T.json,T.content.json)},z=q.useCreation(Ar,[]),M=Bi(z);return q.useWhyDidYouUpdate("@devtable/dashboard editor",{context:e,dashboard:t,content:r,update:a,className:l,config:o,onChange:i,headerSlot:c,filterValues:d,onFilterValuesChange:u,onExit:p,lang:f}),n.jsx(tt.MantineEmotionProvider,{children:n.jsx(Vi,{lang:f,children:n.jsx(xe.ModalsProvider,{children:n.jsx(Ln,{children:n.jsx(Pn,{value:{searchButtonProps:o.searchButtonProps},children:n.jsx(Mn,{value:T,children:n.jsx($n,{value:T.content,children:n.jsxs(Ot.Provider,{value:{inEditMode:!0},children:[n.jsx(ZT,{}),n.jsx(Ze.Provider,{value:z,children:n.jsxs(on,{configure:M,children:[n.jsxs(s.AppShell,{padding:0,navbar:{width:{base:200,xs:200,sm:200,md:220,lg:240,xl:260},breakpoint:"xxs"},styles:f5,children:[n.jsx(eS,{onExit:p,saveDashboardChanges:k,headerSlot:c}),n.jsx(zS,{}),n.jsx(s.AppShell.Main,{children:n.jsx(s.Box,{className:`${l} dashboard-root`,sx:{position:"relative"},children:T.content.views.visibleViews.map(I=>n.jsx(yi,{view:I},I.id))})})]}),n.jsx(p5,{})]})})]})})})})})})})})},y5=S.observer(g.forwardRef(b5)),k3="",ka=h.types.model({id:h.types.string,name:h.types.string,dashboard_id:h.types.string,create_time:h.types.string,update_time:h.types.string,version:h.types.string,filters:aa,queries:oa,sqlSnippets:ca,views:ta,panels:ra,layouts:ia,mock_context:$r}).views(e=>({get json(){return{id:e.id,name:e.name,create_time:e.create_time,update_time:e.update_time,dashboard_id:e.dashboard_id,content:{views:e.views.json,panels:e.panels.json,filters:e.filters.json,version:e.version,layouts:e.layouts.json,definition:{queries:e.queries.json,sqlSnippets:e.sqlSnippets.json,mock_context:e.mock_context.current}}}},get contentJSON(){return this.json.content},get payloadForSQL(){const t=h.getParent(e).context.current,r=h.getParent(e).globalSQLSnippets,a={context:{...e.mock_context.current,...t},filters:e.filters.valuesForPayload};return{...a,sql_snippets:Pt(e.sqlSnippets.current,"key","value",a),global_sql_snippets:Pt(r.list,"id","content",a)}},get payloadForViz(){const t=h.getParent(e).context.current;return{context:{...e.mock_context.current,...t},filters:e.filters.valuesForPayload}},get dashboardState(){return Un(this.payloadForSQL)},getAdditionalQueryInfo(t){return{content_id:e.id,query_id:t,params:this.dashboardState}},get data(){return e.queries.current.map(({id:r,data:a})=>({id:r,data:a})).reduce((r,a)=>(r[a.id]=a.data,r),{})},getDataStuffByID(t){const r=e.queries.findByID(t);return r?{data:r.data,len:r.data.length,state:r.state,error:r.error??r.metricQueryPayloadErrorString}:{data:[],len:0,state:"idle",error:void 0}}})).actions(e=>({}));function hc({id:e,name:t,dashboard_id:r,create_time:a,update_time:l,content:o},i,c,d){if(!o)throw new Error("unexpected null content when creating a content model");const{version:u,filters:p,views:f,panels:v,layouts:_,definition:{queries:x,sqlSnippets:T,mock_context:k={}}}=o;return ka.create({id:e,name:t,dashboard_id:r,create_time:a,update_time:l,version:u,filters:sa(p,i,k,c),queries:Ko(x),sqlSnippets:Jo(T),mock_context:Vr(k),views:qo(f,d),panels:{list:v},layouts:{list:_,currentBreakpoint:_[0].id}})}const gc=h.types.model({id:h.types.identifier,name:h.types.string,group:h.types.string,content:ka,content_id:h.types.string,datasources:Bo,globalSQLSnippets:Hr,context:un});function fc({id:e,name:t,group:r,content_id:a},l,o,i,c,d,u){return gc.create({id:e,name:t,group:r,content_id:a,content:hc(l,c,d,u),datasources:{list:o},globalSQLSnippets:{list:i},context:Rr(c)})}vs(),js();const v5=({context:e,dashboard:t,content:r,className:a="dashboard",config:l,fullScreenPanelID:o,setFullScreenPanelID:i,filterValues:c,onFilterValuesChange:d,activeTab:u,onActiveTabChange:p,lang:f})=>{zn(l);const{data:v=[]}=q.useRequest(Yn),{data:_=[]}=q.useRequest(Qs),x=g.useMemo(()=>fc(t,r,v,_,e,c??{},u??null),[t,r,u]);Ei(x.content,!1),g.useEffect(()=>{x.context.replace(e)},[e]),g.useEffect(()=>{x.datasources.replace(v)},[v]),g.useEffect(()=>{x.globalSQLSnippets.replace(_)},[_]),g.useEffect(()=>{console.log("⚪️ calling onFilterValuesChange: ",x.content.filters.values),d==null||d(x.content.filters.values)},[d,x.content.filters.valuesString]),g.useEffect(()=>{c&&x.content.filters.patchValues(c)},[c,x.content.filters.patchValues]),g.useEffect(()=>{p==null||p(x.content.views.firstVisibleTabsViewActiveTab)},[p,x.content.views.firstVisibleTabsViewActiveTabStr]),g.useEffect(()=>{u&&x.content.views.setFirstVisibleTabsViewActiveTab(u)},[u,x.content.views.setFirstVisibleTabsViewActiveTab]);const T=q.useCreation(Ar,[]),k=Bi(T);return q.useWhyDidYouUpdate("@devtable/dashboard render",{context:e,dashboard:t,content:r,className:a,config:l,fullScreenPanelID:o,setFullScreenPanelID:i,filterValues:c,onFilterValuesChange:d,activeTab:u,onActiveTabChange:p,lang:f}),n.jsx(tt.MantineEmotionProvider,{children:n.jsx(Vi,{lang:f,children:n.jsx(xe.ModalsProvider,{children:n.jsx(Ln,{children:n.jsx(Pn,{value:{searchButtonProps:l.searchButtonProps},children:n.jsx(Mn,{value:x,children:n.jsx($n,{value:x.content,children:n.jsx(Bn.Provider,{value:{fullScreenPanelID:o,setFullScreenPanelID:i},children:n.jsx(Ot.Provider,{value:{inEditMode:!1},children:n.jsx(s.Box,{className:`${a} dashboard-root`,children:n.jsx(Ze.Provider,{value:T,children:n.jsx(on,{configure:k,children:x.content.views.visibleViews.map(z=>n.jsx(gn,{view:z},z.id))})})})})})})})})})})})})},_5=S.observer(v5);D.extend(Sc),D.extend(kc),D.extend(zc),D.extend(Dc),D.extend(Ic),D.extend(Mc),D.extend(Ac),D.extend(Pc),D.extend($c),D.extend(Vc),D.extend(Lc),D.extend(qc),D.extend(Oc),D.extend(Nc),D.extend(Gc),D.extend(Ec),D.extend(Bc),D.extend(Fc),D.extend(jc),D.extend(Qc),D.extend(Wc),D.extend(Uc),D.extend(Yc),D.extend(Kc),D.extend(Xc),D.extend(Zc),D.extend(Jc),D.extend(Hc),D.extend(Rc),D.extend(ed),D.extend(nd),D.extend(rd),D.extend(td),D.tz.setDefault("UTC"),D.updateLocale("en",{weekStart:1});const x5=()=>Promise.resolve().then(()=>Fu).then(({version:e})=>(console.log(`[@devtable/dashboard] version: ${e}`),e));w.APIClient=Ce,w.CURRENT_SCHEMA_VERSION=Je,w.ContentModel=ba,w.ContentModelContextProvider=$n,w.ContentRenderModel=ka,w.ContextMeta=un,w.DEFAULT_CUSTOM_MODAL_TITLE=dn,w.DashboardApiClient=Ra,w.DashboardApiFacadeClient=es,w.DashboardEditor=y5,w.DashboardFilterType=V,w.DashboardMode=vi,w.DashboardModel=Pi,w.DashboardModelContextProvider=Mn,w.DashboardRenderModel=gc,w.DashboardThemeContextProvider=Pn,w.DashboardViewEditor=yi,w.DashboardViewRender=gn,w.DataSourceMetaModel=Jr,w.DataSourceType=G,w.DataSourcesMetaModel=Bo,w.DatesProvider=Ln,w.DefaultApiClient=Ha,w.DescriptionPopover=da,w.DraftModel=Ho,w.EViewComponentType=$,w.FacadeApiClient=bd,w.FilterCheckboxConfigMeta=Br,w.FilterDateRangeConfigMeta=qr,w.FilterMeta=Yr,w.FilterMultiSelectConfigMeta=Nr,w.FilterSelectConfigMeta=Gr,w.FilterTextInputConfigMeta=Fr,w.FilterTreeSelectConfigMeta=Wr,w.FilterTreeSingleSelectConfigMeta=Ur,w.FiltersModel=xi,w.FiltersRenderModel=aa,w.FullScreenPanel=pi,w.FullScreenPanelContext=Bn,w.GlobalSQLSnippetMeta=Lo,w.GlobalSQLSnippetsMeta=Hr,w.LayoutItemMeta=go,w.LayoutSetMeta=fo,w.LayoutStateContext=Ot,w.LayoutsRenderModel=ia,w.MericoMetricQueryMeta=Er,w.MockContextMeta=$r,w.MuteQueryModel=Yo,w.Panel=ui,w.PanelContextProvider=Vn,w.PanelErrorOrStateMessage=ci,w.PanelMeta=lo,w.PanelModel=Di,w.PanelRender=pa,w.PanelRenderModel=na,w.PanelStyleMeta=no,w.PanelTitleMeta=ro,w.PanelVizMeta=so,w.PanelVizSection=ua,w.PanelsModel=Ii,w.PanelsRenderModel=ra,w.QueriesModel=wi,w.QueriesRenderModel=oa,w.QueryMeta=ho,w.QueryModel=mi,w.QueryRenderModel=la,w.ReadOnlyDashboard=_5,w.SQLSnippetMeta=bo,w.SQLSnippetRenderModel=Zo,w.SQLSnippetsModel=Ci,w.SQLSnippetsRenderModel=ca,w.VariableMeta=ao,w.ViewComponentTypeBackground=_i,w.ViewComponentTypeColor=JC,w.ViewComponentTypeName=ZC,w.ViewDivisionConfig=Kr,w.ViewMeta=Eo,w.ViewModalConfig=Xr,w.ViewRenderModel=ea,w.ViewTabsConfig=Zr,w.ViewsModel=Mi,w.ViewsRenderModel=ta,w.Viz=ii,w.applyPartialDashboard=zT,w.configureAPIClient=zn,w.createContentModel=Ai,w.createContentRenderModel=hc,w.createContextMeta=Rr,w.createDashboardModel=$i,w.createDashboardRenderModel=fc,w.createDraft=Ro,w.createFilterCheckboxConfig=yo,w.createFilterDateRangeConfig=wo,w.createFilterMultiSelectConfig=To,w.createFilterSelectConfig=So,w.createFilterTextInputConfig=jr,w.createFilterTreeSelectConfig=Mo,w.createFilterTreeSingleSelectConfig=Ao,w.createMericoMetricQueryMetaConfig=po,w.createViewDivisionConfig=Po,w.createViewModalConfig=$o,w.createViewTabsConfig=Vo,w.facadeApiClient=ts,w.formatSQLSnippet=Pt,w.getInitialDashboardViewsModel=fa,w.getInitialFiltersConfig=sa,w.getInitialMockContextMeta=Vr,w.getInitialQueriesRenderModel=Ko,w.getInitialSQLSnippetsRenderModel=Jo,w.getInitialViewsRenderModel=qo,w.getNewPanel=Fo,w.getStaticDateRangeDefaultValue=xo,w.getVersion=x5,w.initialDashboardContent=K1,w.useDashboardContext=An,w.useDashboardThemeContext=ls,w.useEditContentModelContext=j,w.useEditDashboardContext=Q,w.useEditPanelContext=te,w.useFullScreenPanelContext=hs,w.useIsInEditPanelContext=ps,w.useIsInRenderPanelContext=us,w.usePanelFullScreen=hi,w.useRenderContentModelContext=J,w.useRenderDashboardContext=as,w.useRenderPanelContext=ge,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})});
|