@univerjs/sheets-conditional-formatting-ui 0.5.0 → 0.5.1
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/lib/cjs/index.js +177 -4
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/es/index.js +6531 -6061
- package/lib/es/locale/fr-FR.js +162 -0
- package/lib/index.css +1 -1
- package/lib/types/components/conditional-style-editor/index.d.ts +1 -1
- package/lib/types/components/panel/rule-edit/highlightCell.d.ts +1 -1
- package/lib/types/components/panel/rule-edit/rank.d.ts +1 -1
- package/lib/types/components/panel/rule-list/index.d.ts +1 -1
- package/lib/types/controllers/cf.render.controller.d.ts +1 -5
- package/lib/types/controllers/cf.viewport.controller.d.ts +10 -0
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/mobile-plugin.d.ts +1 -1
- package/lib/umd/index.js +177 -4
- package/lib/umd/locale/fr-FR.js +1 -0
- package/package.json +18 -16
package/lib/umd/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(V,d){typeof exports=="object"&&typeof module<"u"?d(exports,require("@univerjs/core"),require("@univerjs/sheets-conditional-formatting"),require("@univerjs/sheets"),require("@univerjs/ui"),require("react"),require("@univerjs/design"),require("@univerjs/sheets-ui"),require("@univerjs/engine-formula"),require("react-dom"),require("rxjs"),require("@univerjs/sheets-formula-ui"),require("@univerjs/engine-render"),require("rxjs/operators")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/sheets-conditional-formatting","@univerjs/sheets","@univerjs/ui","react","@univerjs/design","@univerjs/sheets-ui","@univerjs/engine-formula","react-dom","rxjs","@univerjs/sheets-formula-ui","@univerjs/engine-render","rxjs/operators"],d):(V=typeof globalThis<"u"?globalThis:V||self,d(V.UniverSheetsConditionalFormattingUi={},V.UniverCore,V.UniverSheetsConditionalFormatting,V.UniverSheets,V.UniverUi,V.React,V.UniverDesign,V.UniverSheetsUi,V.UniverEngineFormula,V.ReactDOM,V.rxjs,V.UniverSheetsFormulaUi,V.UniverEngineRender,V.rxjs.operators))})(this,function(V,d,l,L,ge,w,$,ae,bn,Ir,Me,pt,ta,We){"use strict";var eu=Object.defineProperty;var tu=(V,d,l)=>d in V?eu(V,d,{enumerable:!0,configurable:!0,writable:!0,value:l}):V[d]=l;var Ge=(V,d,l)=>tu(V,typeof d!="symbol"?d+"":d,l);const Rn={type:d.CommandType.COMMAND,id:"sheet.command.add-average-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o,operator:a}=e,i=t.get(l.ConditionalFormattingRuleModel),u=t.get(d.ICommandService),s=t.get(d.IUniverInstanceService),c=L.getSheetCommandTarget(s);if(!c)return!1;const{unitId:f,subUnitId:p}=c,h=i.createCfId(f,p),v={ranges:n,cfId:h,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.average,operator:a,style:r}};return u.executeCommand(l.AddConditionalRuleMutation.id,{unitId:f,subUnitId:p,rule:v})}},Cn={type:d.CommandType.COMMAND,id:"sheet.command.add-color-scale-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,config:r,stopIfTrue:o}=e,a=t.get(l.ConditionalFormattingRuleModel),i=t.get(d.ICommandService),u=t.get(d.IUniverInstanceService),s=L.getSheetCommandTarget(u);if(!s)return!1;const{unitId:c,subUnitId:f}=s,p=a.createCfId(c,f),h={ranges:n,cfId:p,stopIfTrue:!!o,rule:{type:l.CFRuleType.colorScale,config:r}};return i.executeCommand(l.AddConditionalRuleMutation.id,{unitId:c,subUnitId:f,rule:h})}},Tn={type:d.CommandType.COMMAND,id:"sheet.command.add-data-bar-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,min:r,max:o,nativeColor:a,positiveColor:i,isGradient:u,stopIfTrue:s,isShowValue:c}=e,f=t.get(l.ConditionalFormattingRuleModel),p=t.get(d.IUniverInstanceService),h=L.getSheetCommandTarget(p);if(!h)return!1;const{unitId:v,subUnitId:b}=h,y=t.get(d.ICommandService),O=f.createCfId(v,b),C={ranges:n,cfId:O,stopIfTrue:!!s,rule:{type:l.CFRuleType.dataBar,isShowValue:c,config:{min:r,max:o,nativeColor:a,positiveColor:i,isGradient:u}}};return y.executeCommand(l.AddConditionalRuleMutation.id,{unitId:v,subUnitId:b,rule:C})}},In={type:d.CommandType.COMMAND,id:"sheet.command.add-duplicate-values-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o}=e,a=t.get(l.ConditionalFormattingRuleModel),i=t.get(d.ICommandService),u=t.get(d.IUniverInstanceService),s=L.getSheetCommandTarget(u);if(!s)return!1;const{unitId:c,subUnitId:f}=s,p=a.createCfId(c,f),h={ranges:n,cfId:p,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.duplicateValues,style:r}};return i.executeCommand(l.AddConditionalRuleMutation.id,{unitId:c,subUnitId:f,rule:h})}},wn={type:d.CommandType.COMMAND,id:"sheet.command.add-number-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o,operator:a,value:i}=e,u=t.get(l.ConditionalFormattingRuleModel),s=t.get(d.ICommandService),c=t.get(d.IUniverInstanceService),f=L.getSheetCommandTarget(c);if(!f)return!1;const{unitId:p,subUnitId:h}=f,v=u.createCfId(p,h);let b;if([l.CFNumberOperator.between,l.CFNumberOperator.notBetween].includes(a)){const y=i;if(y.length!==2||!Array.isArray(y))return!1;b={ranges:n,cfId:v,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.number,operator:a,style:r,value:y}}}else{const y=i;if(typeof y!="number")return!1;b={ranges:n,cfId:v,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.number,operator:a,style:r,value:y}}}return s.executeCommand(l.AddConditionalRuleMutation.id,{unitId:p,subUnitId:h,rule:b})}},_n={type:d.CommandType.COMMAND,id:"sheet.command.add-rank-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o,isPercent:a,isBottom:i,value:u}=e,s=t.get(l.ConditionalFormattingRuleModel),c=t.get(d.IUniverInstanceService),f=t.get(d.ICommandService),p=L.getSheetCommandTarget(c);if(!p)return!1;const{unitId:h,subUnitId:v}=p,b=s.createCfId(h,v),y={ranges:n,cfId:b,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.rank,isPercent:a,isBottom:i,style:r,value:u}};return f.executeCommand(l.AddConditionalRuleMutation.id,{unitId:h,subUnitId:v,rule:y})}},xn={type:d.CommandType.COMMAND,id:"sheet.command.add-text-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o,operator:a,value:i}=e,u=t.get(l.ConditionalFormattingRuleModel),s=t.get(d.IUniverInstanceService),c=L.getSheetCommandTarget(s);if(!c)return!1;const{unitId:f,subUnitId:p}=c,h=t.get(d.ICommandService),v=u.createCfId(f,p),b={ranges:n,cfId:v,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.text,operator:a,style:r,value:i}};return h.executeCommand(l.AddConditionalRuleMutation.id,{unitId:f,subUnitId:p,rule:b})}},En={type:d.CommandType.COMMAND,id:"sheet.command.add-time-period-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o,operator:a}=e,i=t.get(l.ConditionalFormattingRuleModel),u=t.get(d.IUniverInstanceService),s=t.get(d.ICommandService),c=L.getSheetCommandTarget(u);if(!c)return!1;const{unitId:f,subUnitId:p}=c,h=i.createCfId(f,p),v={ranges:n,cfId:h,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.timePeriod,operator:a,style:r}};return s.executeCommand(l.AddConditionalRuleMutation.id,{unitId:f,subUnitId:p,rule:v})}},On={type:d.CommandType.COMMAND,id:"sheet.command.add-uniqueValues-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:n,style:r,stopIfTrue:o}=e,a=t.get(l.ConditionalFormattingRuleModel),i=t.get(d.IUniverInstanceService),u=t.get(d.ICommandService),s=L.getSheetCommandTarget(i);if(!s)return!1;const{unitId:c,subUnitId:f}=s,p=a.createCfId(c,f),h={ranges:n,cfId:p,stopIfTrue:!!o,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.uniqueValues,style:r}};return u.executeCommand(l.AddConditionalRuleMutation.id,{unitId:c,subUnitId:f,rule:h})}},Vt={type:d.CommandType.COMMAND,id:"sheet.command.clear-range-conditional-rule",handler(t,e){var y;if(!e)return!1;const n=t.get(l.ConditionalFormattingRuleModel),r=t.get(d.IUniverInstanceService),o=t.get(d.ICommandService),a=t.get(d.IUndoRedoService),i=t.get(L.SheetsSelectionsService),u=L.getSheetCommandTarget(r,e);if(!u)return!1;const{unitId:s,subUnitId:c}=u,f=((y=i.getCurrentSelections())==null?void 0:y.map(O=>O.range))||[],p=n.getSubunitRules(s,c);if(!(p!=null&&p.length)||!f.length)return!1;const h=[],v=[];p.forEach(O=>{const C=new d.ObjectMatrix;O.ranges.forEach(R=>{d.Range.foreach(R,(x,m)=>{C.setValue(x,m,1)})}),f.forEach(R=>{d.Range.foreach(R,(x,m)=>{C.realDeleteValue(x,m)})});const _=L.findAllRectangle(L.createTopMatrixFromMatrix(C));if(_.length){const R={...O,ranges:_},x={unitId:s,subUnitId:c,rule:R},m=l.setConditionalRuleMutationUndoFactory(t,x);h.push({id:l.SetConditionalRuleMutation.id,params:x}),v.push(...m)}else{const R={unitId:s,subUnitId:c,cfId:O.cfId},x=l.DeleteConditionalRuleMutationUndoFactory(t,R);h.push({id:l.DeleteConditionalRuleMutation.id,params:R}),v.push(...x)}});const b=d.sequenceExecute(h,o).result;return b&&a.pushUndoRedo({unitID:s,redoMutations:h,undoMutations:v}),b}},ht={type:d.CommandType.COMMAND,id:"sheet.command.clear-worksheet-conditional-rule",handler(t,e){const n=t.get(l.ConditionalFormattingRuleModel),r=t.get(d.IUniverInstanceService),o=t.get(d.ICommandService),a=t.get(d.IUndoRedoService),i=L.getSheetCommandTarget(r,e);if(!i)return!1;const{unitId:u,subUnitId:s}=i,c=n.getSubunitRules(u,s);if(!(c!=null&&c.length))return!1;const f=c.map(b=>({cfId:b.cfId,unitId:u,subUnitId:s})),p=f.map(b=>({id:l.DeleteConditionalRuleMutation.id,params:b})),h=f.map(b=>l.DeleteConditionalRuleMutationUndoFactory(t,b)[0]),v=d.sequenceExecute(p,o).result;return v&&a.pushUndoRedo({unitID:u,redoMutations:p,undoMutations:h}),v}};var na=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ra(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function wr(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var o=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return t[r]}})}),n}var _r={exports:{}},Ut={};/**
|
|
1
|
+
(function($,v){typeof exports=="object"&&typeof module<"u"?v(exports,require("@univerjs/core"),require("@univerjs/sheets-conditional-formatting"),require("@univerjs/sheets"),require("@univerjs/ui"),require("react"),require("@univerjs/design"),require("@univerjs/engine-formula"),require("@univerjs/sheets-ui"),require("react-dom"),require("rxjs"),require("@univerjs/sheets-formula-ui"),require("@univerjs/engine-render"),require("rxjs/operators")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/sheets-conditional-formatting","@univerjs/sheets","@univerjs/ui","react","@univerjs/design","@univerjs/engine-formula","@univerjs/sheets-ui","react-dom","rxjs","@univerjs/sheets-formula-ui","@univerjs/engine-render","rxjs/operators"],v):($=typeof globalThis<"u"?globalThis:$||self,v($.UniverSheetsConditionalFormattingUi={},$.UniverCore,$.UniverSheetsConditionalFormatting,$.UniverSheets,$.UniverUi,$.React,$.UniverDesign,$.UniverEngineFormula,$.UniverSheetsUi,$.ReactDOM,$.rxjs,$.UniverSheetsFormulaUi,$.UniverEngineRender,$.rxjs.operators))})(this,function($,v,u,X,ge,j,oe,Gt,de,Tn,Re,Ge,In,qe){"use strict";var Ba=Object.defineProperty;var Fa=($,v,u)=>v in $?Ba($,v,{enumerable:!0,configurable:!0,writable:!0,value:u}):$[v]=u;var Pe=($,v,u)=>Fa($,typeof v!="symbol"?v+"":v,u);const qt={type:v.CommandType.COMMAND,id:"sheet.command.add-average-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o,operator:a}=e,l=t.get(u.ConditionalFormattingRuleModel),y=t.get(v.ICommandService),p=t.get(v.IUniverInstanceService),C=X.getSheetCommandTarget(p);if(!C)return!1;const{unitId:m,subUnitId:R}=C,x=l.createCfId(m,R),I={ranges:r,cfId:x,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.average,operator:a,style:n}};return y.executeCommand(u.AddConditionalRuleMutation.id,{unitId:m,subUnitId:R,rule:I})}},Xe={type:v.CommandType.COMMAND,id:"sheet.command.add-conditional-rule",handler(t,e){if(!e)return!1;const{rule:r}=e,n=t.get(v.IUndoRedoService),o=t.get(v.ICommandService),a=t.get(u.ConditionalFormattingRuleModel),l=t.get(v.IUniverInstanceService),y=X.getSheetCommandTarget(l);if(!y)return!1;const{unitId:p,subUnitId:C}=y,m=a.createCfId(p,C),R={unitId:p,subUnitId:C,rule:{...r,cfId:r.cfId||m}},x=u.AddConditionalRuleMutationUndoFactory(t,R),I=o.syncExecuteCommand(u.AddConditionalRuleMutation.id,R);return I&&n.pushUndoRedo({unitID:p,redoMutations:[{id:u.AddConditionalRuleMutation.id,params:R}],undoMutations:[x]}),I}},Xt={type:v.CommandType.COMMAND,id:"sheet.command.add-color-scale-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,config:n,stopIfTrue:o}=e,a=t.get(u.ConditionalFormattingRuleModel),l=t.get(v.ICommandService),y=t.get(v.IUniverInstanceService),p=X.getSheetCommandTarget(y);if(!p)return!1;const{unitId:C,subUnitId:m}=p,R=a.createCfId(C,m),x={ranges:r,cfId:R,stopIfTrue:!!o,rule:{type:u.CFRuleType.colorScale,config:n}};return l.executeCommand(u.AddConditionalRuleMutation.id,{unitId:C,subUnitId:m,rule:x})}},Yt={type:v.CommandType.COMMAND,id:"sheet.command.add-data-bar-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,min:n,max:o,nativeColor:a,positiveColor:l,isGradient:y,stopIfTrue:p,isShowValue:C}=e,m=t.get(u.ConditionalFormattingRuleModel),R=t.get(v.IUniverInstanceService),x=X.getSheetCommandTarget(R);if(!x)return!1;const{unitId:I,subUnitId:T}=x,w=t.get(v.ICommandService),h=m.createCfId(I,T),i={ranges:r,cfId:h,stopIfTrue:!!p,rule:{type:u.CFRuleType.dataBar,isShowValue:C,config:{min:n,max:o,nativeColor:a,positiveColor:l,isGradient:y}}};return w.executeCommand(u.AddConditionalRuleMutation.id,{unitId:I,subUnitId:T,rule:i})}},Kt={type:v.CommandType.COMMAND,id:"sheet.command.add-duplicate-values-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o}=e,a=t.get(u.ConditionalFormattingRuleModel),l=t.get(v.ICommandService),y=t.get(v.IUniverInstanceService),p=X.getSheetCommandTarget(y);if(!p)return!1;const{unitId:C,subUnitId:m}=p,R=a.createCfId(C,m),x={ranges:r,cfId:R,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.duplicateValues,style:n}};return l.executeCommand(u.AddConditionalRuleMutation.id,{unitId:C,subUnitId:m,rule:x})}},$t={type:v.CommandType.COMMAND,id:"sheet.command.add-number-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o,operator:a,value:l}=e,y=t.get(u.ConditionalFormattingRuleModel),p=t.get(v.ICommandService),C=t.get(v.IUniverInstanceService),m=X.getSheetCommandTarget(C);if(!m)return!1;const{unitId:R,subUnitId:x}=m,I=y.createCfId(R,x);let T;if([u.CFNumberOperator.between,u.CFNumberOperator.notBetween].includes(a)){const w=l;if(w.length!==2||!Array.isArray(w))return!1;T={ranges:r,cfId:I,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.number,operator:a,style:n,value:w}}}else{const w=l;if(typeof w!="number")return!1;T={ranges:r,cfId:I,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.number,operator:a,style:n,value:w}}}return p.executeCommand(u.AddConditionalRuleMutation.id,{unitId:R,subUnitId:x,rule:T})}},Zt={type:v.CommandType.COMMAND,id:"sheet.command.add-rank-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o,isPercent:a,isBottom:l,value:y}=e,p=t.get(u.ConditionalFormattingRuleModel),C=t.get(v.IUniverInstanceService),m=t.get(v.ICommandService),R=X.getSheetCommandTarget(C);if(!R)return!1;const{unitId:x,subUnitId:I}=R,T=p.createCfId(x,I),w={ranges:r,cfId:T,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.rank,isPercent:a,isBottom:l,style:n,value:y}};return m.executeCommand(u.AddConditionalRuleMutation.id,{unitId:x,subUnitId:I,rule:w})}},Jt={type:v.CommandType.COMMAND,id:"sheet.command.add-text-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o,operator:a,value:l}=e,y=t.get(u.ConditionalFormattingRuleModel),p=t.get(v.IUniverInstanceService),C=X.getSheetCommandTarget(p);if(!C)return!1;const{unitId:m,subUnitId:R}=C,x=t.get(v.ICommandService),I=y.createCfId(m,R),T={ranges:r,cfId:I,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.text,operator:a,style:n,value:l}};return x.executeCommand(u.AddConditionalRuleMutation.id,{unitId:m,subUnitId:R,rule:T})}},Qt={type:v.CommandType.COMMAND,id:"sheet.command.add-time-period-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o,operator:a}=e,l=t.get(u.ConditionalFormattingRuleModel),y=t.get(v.IUniverInstanceService),p=t.get(v.ICommandService),C=X.getSheetCommandTarget(y);if(!C)return!1;const{unitId:m,subUnitId:R}=C,x=l.createCfId(m,R),I={ranges:r,cfId:x,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.timePeriod,operator:a,style:n}};return p.executeCommand(u.AddConditionalRuleMutation.id,{unitId:m,subUnitId:R,rule:I})}},en={type:v.CommandType.COMMAND,id:"sheet.command.add-uniqueValues-conditional-rule",handler(t,e){if(!e)return!1;const{ranges:r,style:n,stopIfTrue:o}=e,a=t.get(u.ConditionalFormattingRuleModel),l=t.get(v.IUniverInstanceService),y=t.get(v.ICommandService),p=X.getSheetCommandTarget(l);if(!p)return!1;const{unitId:C,subUnitId:m}=p,R=a.createCfId(C,m),x={ranges:r,cfId:R,stopIfTrue:!!o,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.uniqueValues,style:n}};return y.executeCommand(u.AddConditionalRuleMutation.id,{unitId:C,subUnitId:m,rule:x})}},St={type:v.CommandType.COMMAND,id:"sheet.command.clear-range-conditional-rule",handler(t,e){var w;if(!e)return!1;const r=t.get(u.ConditionalFormattingRuleModel),n=t.get(v.IUniverInstanceService),o=t.get(v.ICommandService),a=t.get(v.IUndoRedoService),l=t.get(X.SheetsSelectionsService),y=X.getSheetCommandTarget(n,e);if(!y)return!1;const{unitId:p,subUnitId:C}=y,m=((w=l.getCurrentSelections())==null?void 0:w.map(h=>h.range))||[],R=r.getSubunitRules(p,C);if(!(R!=null&&R.length)||!m.length)return!1;const x=[],I=[];R.forEach(h=>{const i=new v.ObjectMatrix;h.ranges.forEach(f=>{v.Range.foreach(f,(S,c)=>{i.setValue(S,c,1)})}),m.forEach(f=>{v.Range.foreach(f,(S,c)=>{i.realDeleteValue(S,c)})});const s=X.findAllRectangle(X.createTopMatrixFromMatrix(i));if(s.length){const f={...h,ranges:s},S={unitId:p,subUnitId:C,rule:f},c=u.setConditionalRuleMutationUndoFactory(t,S);x.push({id:u.SetConditionalRuleMutation.id,params:S}),I.push(...c)}else{const f={unitId:p,subUnitId:C,cfId:h.cfId},S=u.DeleteConditionalRuleMutationUndoFactory(t,f);x.push({id:u.DeleteConditionalRuleMutation.id,params:f}),I.push(...S)}});const T=v.sequenceExecute(x,o).result;return T&&a.pushUndoRedo({unitID:p,redoMutations:x,undoMutations:I}),T}},Ye={type:v.CommandType.COMMAND,id:"sheet.command.clear-worksheet-conditional-rule",handler(t,e){const r=t.get(u.ConditionalFormattingRuleModel),n=t.get(v.IUniverInstanceService),o=t.get(v.ICommandService),a=t.get(v.IUndoRedoService),l=X.getSheetCommandTarget(n,e);if(!l)return!1;const{unitId:y,subUnitId:p}=l,C=r.getSubunitRules(y,p);if(!(C!=null&&C.length))return!1;const m=C.map(T=>({cfId:T.cfId,unitId:y,subUnitId:p})),R=m.map(T=>({id:u.DeleteConditionalRuleMutation.id,params:T})),x=m.map(T=>u.DeleteConditionalRuleMutationUndoFactory(t,T)[0]),I=v.sequenceExecute(R,o).result;return I&&a.pushUndoRedo({unitID:y,redoMutations:R,undoMutations:x}),I}},Ke={type:v.CommandType.COMMAND,id:"sheet.command.delete-conditional-rule",handler(t,e){if(!e)return!1;const r=t.get(v.IUndoRedoService),n=t.get(v.ICommandService),o=t.get(v.IUniverInstanceService),a=X.getSheetCommandTarget(o,e);if(!a)return!1;const{unitId:l,subUnitId:y}=a,p={unitId:l,subUnitId:y,cfId:e.cfId},C=u.DeleteConditionalRuleMutationUndoFactory(t,p),m=n.syncExecuteCommand(u.DeleteConditionalRuleMutation.id,p);return m&&r.pushUndoRedo({unitID:l,undoMutations:C,redoMutations:[{id:u.DeleteConditionalRuleMutation.id,params:p}]}),m}},bt={type:v.CommandType.COMMAND,id:"sheet.command.move-conditional-rule",handler(t,e){if(!e)return!1;const r=t.get(v.IUndoRedoService),n=t.get(v.ICommandService),o=t.get(v.IUniverInstanceService),a=t.get(u.ConditionalFormattingRuleModel),l=X.getSheetCommandTarget(o,e);if(!l)return!1;const{unitId:y,subUnitId:p}=l,C=u.transformSupportSymmetryAnchor(e.start,e.end,a.getSubunitRules(y,p)||[],w=>w.cfId);if(!C)return!1;const[m,R]=C,x={unitId:y,subUnitId:p,start:m,end:R},I=u.MoveConditionalRuleMutationUndoFactory(x),T=n.syncExecuteCommand(u.MoveConditionalRuleMutation.id,x);return T&&r.pushUndoRedo({unitID:y,redoMutations:[{id:u.MoveConditionalRuleMutation.id,params:x}],undoMutations:I}),T}},Rt={type:v.CommandType.COMMAND,id:"sheet.command.set-conditional-rule",handler(t,e){if(!e)return!1;const r=t.get(v.IUndoRedoService),n=t.get(v.ICommandService),o=t.get(v.IUniverInstanceService),a=X.getSheetCommandTarget(o,e);if(!a)return!1;const{unitId:l,subUnitId:y}=a,p={unitId:l,subUnitId:y,rule:e.rule},C=u.setConditionalRuleMutationUndoFactory(t,p),m=n.syncExecuteCommand(u.SetConditionalRuleMutation.id,p);return m&&r.pushUndoRedo({unitID:l,undoMutations:C,redoMutations:[{id:u.SetConditionalRuleMutation.id,params:p}]}),m}};function Ar(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function wn(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(n){var o=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:function(){return t[n]}})}),r}var tn={exports:{}},$e={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,6 +6,179 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var oa=w,aa=Symbol.for("react.element"),ia=Symbol.for("react.fragment"),sa=Object.prototype.hasOwnProperty,la=oa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,ua={key:!0,ref:!0,__self:!0,__source:!0};function xr(t,e,n){var r,o={},a=null,i=null;n!==void 0&&(a=""+n),e.key!==void 0&&(a=""+e.key),e.ref!==void 0&&(i=e.ref);for(r in e)sa.call(e,r)&&!ua.hasOwnProperty(r)&&(o[r]=e[r]);if(t&&t.defaultProps)for(r in e=t.defaultProps,e)o[r]===void 0&&(o[r]=e[r]);return{$$typeof:aa,type:t,key:a,ref:i,props:o,_owner:la.current}}Ut.Fragment=ia,Ut.jsx=xr,Ut.jsxs=xr,_r.exports=Ut;var g=_r.exports;const P={conditionalFormattingWrap:"univer-conditional-formatting-wrap",cfRuleItem:"univer-cf-rule-item",preview:"univer-preview",createRule:"univer-create-rule",button:"univer-button",title:"univer-title",label:"univer-label",labelContainer:"univer-label-container",inputWidth:"univer-input-width",mTBase:"univer-m-t-base",mTSm:"univer-m-t-sm",mTXl:"univer-m-t-xl",mLSm:"univer-m-l-sm",mLXl:"univer-m-l-xl",mLXxs:"univer-m-l-xxs",mL0:"univer-m-l-0",mR0:"univer-m-r-0"};var _e=function(){return _e=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++){e=arguments[n];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])}return t},_e.apply(this,arguments)},ca=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]]);return n},tt=w.forwardRef(function(t,e){var n=t.icon,r=t.id,o=t.className,a=t.extend,i=ca(t,["icon","id","className","extend"]),u="univerjs-icon univerjs-icon-".concat(r," ").concat(o||"").trim(),s=w.useRef("_".concat(pa()));return Er(n,"".concat(r),{defIds:n.defIds,idSuffix:s.current},_e({ref:e,className:u},i),a)});function Er(t,e,n,r,o){return w.createElement(t.tag,_e(_e({key:e},da(t,n,o)),r),(fa(t,n).children||[]).map(function(a,i){return Er(a,"".concat(e,"-").concat(t.tag,"-").concat(i),n,void 0,o)}))}function da(t,e,n){var r=_e({},t.attrs);n!=null&&n.colorChannel1&&r.fill==="colorChannel1"&&(r.fill=n.colorChannel1);var o=e.defIds;return!o||o.length===0||(t.tag==="use"&&r["xlink:href"]&&(r["xlink:href"]=r["xlink:href"]+e.idSuffix),Object.entries(r).forEach(function(a){var i=a[0],u=a[1];typeof u=="string"&&(r[i]=u.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))})),r}function fa(t,e){var n,r=e.defIds;return!r||r.length===0?t:t.tag==="defs"&&(!((n=t.children)===null||n===void 0)&&n.length)?_e(_e({},t),{children:t.children.map(function(o){return typeof o.attrs.id=="string"&&r&&r.indexOf(o.attrs.id)>-1?_e(_e({},o),{attrs:_e(_e({},o.attrs),{id:o.attrs.id+e.idSuffix})}):o})}):t}function pa(){return Math.random().toString(36).substring(2,8)}tt.displayName="UniverIcon";var ha={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},zt=w.forwardRef(function(t,e){return w.createElement(tt,Object.assign({},t,{id:"delete-single",ref:e,icon:ha}))});zt.displayName="DeleteSingle";var ma={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z"}}]},Or=w.forwardRef(function(t,e){return w.createElement(tt,Object.assign({},t,{id:"increase-single",ref:e,icon:ma}))});Or.displayName="IncreaseSingle";var ga={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z",fillRule:"evenodd",clipRule:"evenodd"}}]},At=w.forwardRef(function(t,e){return w.createElement(tt,Object.assign({},t,{id:"more-down-single",ref:e,icon:ga}))});At.displayName="MoreDownSingle";var va={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_622_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_622_8)"},children:[{tag:"path",attrs:{d:"M6 5C6.55228 5 7 4.55228 7 4 7 3.44772 6.55228 3 6 3 5.44772 3 5 3.44772 5 4 5 4.55228 5.44772 5 6 5zM6 9C6.55228 9 7 8.55229 7 8 7 7.44772 6.55228 7 6 7 5.44772 7 5 7.44772 5 8 5 8.55229 5.44772 9 6 9zM7 12C7 12.5523 6.55228 13 6 13 5.44772 13 5 12.5523 5 12 5 11.4477 5.44772 11 6 11 6.55228 11 7 11.4477 7 12zM10 5C10.5523 5 11 4.55228 11 4 11 3.44772 10.5523 3 10 3 9.44771 3 9 3.44772 9 4 9 4.55228 9.44771 5 10 5zM11 8C11 8.55229 10.5523 9 10 9 9.44771 9 9 8.55229 9 8 9 7.44772 9.44771 7 10 7 10.5523 7 11 7.44772 11 8zM10 13C10.5523 13 11 12.5523 11 12 11 11.4477 10.5523 11 10 11 9.44771 11 9 11.4477 9 12 9 12.5523 9.44771 13 10 13z"}}]}]},Mr=w.forwardRef(function(t,e){return w.createElement(tt,Object.assign({},t,{id:"sequence-single",ref:e,icon:va}))});Mr.displayName="SequenceSingle";var ya={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_41",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.48H16.35V16.48H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_41)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z"}}]}]},mt=w.forwardRef(function(t,e){return w.createElement(tt,Object.assign({},t,{id:"slash-single",ref:e,icon:ya}))});mt.displayName="SlashSingle";var Pr={exports:{}},gt={},Mn={exports:{}};(function(t,e){(function(n,r){r(e)})(na,function(n){function r(N){return function(Z,J,Q,le,he,xe,ue){return N(Z,J,ue)}}function o(N){return function(Z,J,Q,le){if(!Z||!J||typeof Z!="object"||typeof J!="object")return N(Z,J,Q,le);var he=le.get(Z),xe=le.get(J);if(he&&xe)return he===J&&xe===Z;le.set(Z,J),le.set(J,Z);var ue=N(Z,J,Q,le);return le.delete(Z),le.delete(J),ue}}function a(N,k){var Z={};for(var J in N)Z[J]=N[J];for(var J in k)Z[J]=k[J];return Z}function i(N){return N.constructor===Object||N.constructor==null}function u(N){return typeof N.then=="function"}function s(N,k){return N===k||N!==N&&k!==k}var c="[object Arguments]",f="[object Boolean]",p="[object Date]",h="[object RegExp]",v="[object Map]",b="[object Number]",y="[object Object]",O="[object Set]",C="[object String]",_=Object.prototype.toString;function R(N){var k=N.areArraysEqual,Z=N.areDatesEqual,J=N.areMapsEqual,Q=N.areObjectsEqual,le=N.areRegExpsEqual,he=N.areSetsEqual,xe=N.createIsNestedEqual,ue=xe(Le);function Le(oe,ce,Ve){if(oe===ce)return!0;if(!oe||!ce||typeof oe!="object"||typeof ce!="object")return oe!==oe&&ce!==ce;if(i(oe)&&i(ce))return Q(oe,ce,ue,Ve);var Qo=Array.isArray(oe),ea=Array.isArray(ce);if(Qo||ea)return Qo===ea&&k(oe,ce,ue,Ve);var Ue=_.call(oe);return Ue!==_.call(ce)?!1:Ue===p?Z(oe,ce,ue,Ve):Ue===h?le(oe,ce,ue,Ve):Ue===v?J(oe,ce,ue,Ve):Ue===O?he(oe,ce,ue,Ve):Ue===y||Ue===c?u(oe)||u(ce)?!1:Q(oe,ce,ue,Ve):Ue===f||Ue===b||Ue===C?s(oe.valueOf(),ce.valueOf()):!1}return Le}function x(N,k,Z,J){var Q=N.length;if(k.length!==Q)return!1;for(;Q-- >0;)if(!Z(N[Q],k[Q],Q,Q,N,k,J))return!1;return!0}var m=o(x);function T(N,k){return s(N.valueOf(),k.valueOf())}function I(N,k,Z,J){var Q=N.size===k.size;if(!Q)return!1;if(!N.size)return!0;var le={},he=0;return N.forEach(function(xe,ue){if(Q){var Le=!1,oe=0;k.forEach(function(ce,Ve){!Le&&!le[oe]&&(Le=Z(ue,Ve,he,oe,N,k,J)&&Z(xe,ce,ue,Ve,N,k,J))&&(le[oe]=!0),oe++}),he++,Q=Le}}),Q}var E=o(I),D="_owner",U=Object.prototype.hasOwnProperty;function F(N,k,Z,J){var Q=Object.keys(N),le=Q.length;if(Object.keys(k).length!==le)return!1;for(var he;le-- >0;){if(he=Q[le],he===D){var xe=!!N.$$typeof,ue=!!k.$$typeof;if((xe||ue)&&xe!==ue)return!1}if(!U.call(k,he)||!Z(N[he],k[he],he,he,N,k,J))return!1}return!0}var X=o(F);function S(N,k){return N.source===k.source&&N.flags===k.flags}function M(N,k,Z,J){var Q=N.size===k.size;if(!Q)return!1;if(!N.size)return!0;var le={};return N.forEach(function(he,xe){if(Q){var ue=!1,Le=0;k.forEach(function(oe,ce){!ue&&!le[Le]&&(ue=Z(he,oe,xe,ce,N,k,J))&&(le[Le]=!0),Le++}),Q=ue}}),Q}var W=o(M),te=Object.freeze({areArraysEqual:x,areDatesEqual:T,areMapsEqual:I,areObjectsEqual:F,areRegExpsEqual:S,areSetsEqual:M,createIsNestedEqual:r}),q=Object.freeze({areArraysEqual:m,areDatesEqual:T,areMapsEqual:E,areObjectsEqual:X,areRegExpsEqual:S,areSetsEqual:W,createIsNestedEqual:r}),de=R(te);function se(N,k){return de(N,k,void 0)}var z=R(a(te,{createIsNestedEqual:function(){return s}}));function Y(N,k){return z(N,k,void 0)}var ne=R(q);function re(N,k){return ne(N,k,new WeakMap)}var pe=R(a(q,{createIsNestedEqual:function(){return s}}));function Ce(N,k){return pe(N,k,new WeakMap)}function Oe(N){return R(a(te,N(te)))}function ke(N){var k=R(a(q,N(q)));return function(Z,J,Q){return Q===void 0&&(Q=new WeakMap),k(Z,J,Q)}}n.circularDeepEqual=re,n.circularShallowEqual=Ce,n.createCustomCircularEqual=ke,n.createCustomEqual=Oe,n.deepEqual=se,n.sameValueZeroEqual=s,n.shallowEqual=Y,Object.defineProperty(n,"__esModule",{value:!0})})})(Mn,Mn.exports);var Pn=Mn.exports,Dn={exports:{}};function Dr(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var o=t.length;for(e=0;e<o;e++)t[e]&&(n=Dr(t[e]))&&(r&&(r+=" "),r+=n)}else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}function Nr(){for(var t,e,n=0,r="",o=arguments.length;n<o;n++)(t=arguments[n])&&(e=Dr(t))&&(r&&(r+=" "),r+=e);return r}Dn.exports=Nr,Dn.exports.clsx=Nr;var Nn=Dn.exports,G={},Sa=function(e,n,r){return e===n?!0:e.className===n.className&&r(e.style,n.style)&&e.width===n.width&&e.autoSize===n.autoSize&&e.cols===n.cols&&e.draggableCancel===n.draggableCancel&&e.draggableHandle===n.draggableHandle&&r(e.verticalCompact,n.verticalCompact)&&r(e.compactType,n.compactType)&&r(e.layout,n.layout)&&r(e.margin,n.margin)&&r(e.containerPadding,n.containerPadding)&&e.rowHeight===n.rowHeight&&e.maxRows===n.maxRows&&e.isBounded===n.isBounded&&e.isDraggable===n.isDraggable&&e.isResizable===n.isResizable&&e.allowOverlap===n.allowOverlap&&e.preventCollision===n.preventCollision&&e.useCSSTransforms===n.useCSSTransforms&&e.transformScale===n.transformScale&&e.isDroppable===n.isDroppable&&r(e.resizeHandles,n.resizeHandles)&&r(e.resizeHandle,n.resizeHandle)&&e.onLayoutChange===n.onLayoutChange&&e.onDragStart===n.onDragStart&&e.onDrag===n.onDrag&&e.onDragStop===n.onDragStop&&e.onResizeStart===n.onResizeStart&&e.onResize===n.onResize&&e.onResizeStop===n.onResizeStop&&e.onDrop===n.onDrop&&r(e.droppingItem,n.droppingItem)&&r(e.innerRef,n.innerRef)};Object.defineProperty(G,"__esModule",{value:!0}),G.bottom=jn,G.childrenEqual=Ca,G.cloneLayout=Lr,G.cloneLayoutItem=$e,G.collides=kt,G.compact=Ur,G.compactItem=zr,G.compactType=Da,G.correctBounds=Ar,G.fastPositionEqual=Ta,G.fastRGLPropsEqual=void 0,G.getAllCollisions=kr,G.getFirstCollision=Xe,G.getLayoutItem=Vn,G.getStatics=Un,G.modifyLayout=Vr,G.moveElement=yt,G.moveElementAwayFromCollision=zn,G.noop=void 0,G.perc=wa,G.resizeItemInDirection=xa,G.setTopLeft=Oa,G.setTransform=Ea,G.sortLayoutItems=Bn,G.sortLayoutItemsByColRow=Gr,G.sortLayoutItemsByRowCol=Br,G.synchronizeLayoutWithChildren=Ma,G.validateLayout=Pa,G.withLayoutItem=Ra;var jr=Pn,vt=ba(w);function ba(t){return t&&t.__esModule?t:{default:t}}function jn(t){let e=0,n;for(let r=0,o=t.length;r<o;r++)n=t[r].y+t[r].h,n>e&&(e=n);return e}function Lr(t){const e=Array(t.length);for(let n=0,r=t.length;n<r;n++)e[n]=$e(t[n]);return e}function Vr(t,e){const n=Array(t.length);for(let r=0,o=t.length;r<o;r++)e.i===t[r].i?n[r]=e:n[r]=t[r];return n}function Ra(t,e,n){let r=Vn(t,e);return r?(r=n($e(r)),t=Vr(t,r),[t,r]):[t,null]}function $e(t){return{w:t.w,h:t.h,x:t.x,y:t.y,i:t.i,minW:t.minW,maxW:t.maxW,minH:t.minH,maxH:t.maxH,moved:!!t.moved,static:!!t.static,isDraggable:t.isDraggable,isResizable:t.isResizable,resizeHandles:t.resizeHandles,isBounded:t.isBounded}}function Ca(t,e){return(0,jr.deepEqual)(vt.default.Children.map(t,n=>n==null?void 0:n.key),vt.default.Children.map(e,n=>n==null?void 0:n.key))&&(0,jr.deepEqual)(vt.default.Children.map(t,n=>n==null?void 0:n.props["data-grid"]),vt.default.Children.map(e,n=>n==null?void 0:n.props["data-grid"]))}G.fastRGLPropsEqual=Sa;function Ta(t,e){return t.left===e.left&&t.top===e.top&&t.width===e.width&&t.height===e.height}function kt(t,e){return!(t.i===e.i||t.x+t.w<=e.x||t.x>=e.x+e.w||t.y+t.h<=e.y||t.y>=e.y+e.h)}function Ur(t,e,n,r){const o=Un(t),a=Bn(t,e),i=Array(t.length);for(let u=0,s=a.length;u<s;u++){let c=$e(a[u]);c.static||(c=zr(o,c,e,n,a,r),o.push(c)),i[t.indexOf(a[u])]=c,c.moved=!1}return i}const Ia={x:"w",y:"h"};function Ln(t,e,n,r){const o=Ia[r];e[r]+=1;const a=t.map(i=>i.i).indexOf(e.i);for(let i=a+1;i<t.length;i++){const u=t[i];if(!u.static){if(u.y>e.y+e.h)break;kt(e,u)&&Ln(t,u,n+e[o],r)}}e[r]=n}function zr(t,e,n,r,o,a){const i=n==="vertical",u=n==="horizontal";if(i)for(e.y=Math.min(jn(t),e.y);e.y>0&&!Xe(t,e);)e.y--;else if(u)for(;e.x>0&&!Xe(t,e);)e.x--;let s;for(;(s=Xe(t,e))&&!(n===null&&a);)if(u?Ln(o,e,s.x+s.w,"x"):Ln(o,e,s.y+s.h,"y"),u&&e.x+e.w>r)for(e.x=r-e.w,e.y++;e.x>0&&!Xe(t,e);)e.x--;return e.y=Math.max(e.y,0),e.x=Math.max(e.x,0),e}function Ar(t,e){const n=Un(t);for(let r=0,o=t.length;r<o;r++){const a=t[r];if(a.x+a.w>e.cols&&(a.x=e.cols-a.w),a.x<0&&(a.x=0,a.w=e.cols),!a.static)n.push(a);else for(;Xe(n,a);)a.y++}return t}function Vn(t,e){for(let n=0,r=t.length;n<r;n++)if(t[n].i===e)return t[n]}function Xe(t,e){for(let n=0,r=t.length;n<r;n++)if(kt(t[n],e))return t[n]}function kr(t,e){return t.filter(n=>kt(n,e))}function Un(t){return t.filter(e=>e.static)}function yt(t,e,n,r,o,a,i,u,s){if(e.static&&e.isDraggable!==!0||e.y===r&&e.x===n)return t;`${e.i}${String(n)}${String(r)}${e.x}${e.y}`;const c=e.x,f=e.y;typeof n=="number"&&(e.x=n),typeof r=="number"&&(e.y=r),e.moved=!0;let p=Bn(t,i);(i==="vertical"&&typeof r=="number"?f>=r:i==="horizontal"&&typeof n=="number"?c>=n:!1)&&(p=p.reverse());const v=kr(p,e),b=v.length>0;if(b&&s)return Lr(t);if(b&&a)return`${e.i}`,e.x=c,e.y=f,e.moved=!1,t;for(let y=0,O=v.length;y<O;y++){const C=v[y];`${e.i}${e.x}${e.y}${C.i}${C.x}${C.y}`,!C.moved&&(C.static?t=zn(t,C,e,o,i):t=zn(t,e,C,o,i))}return t}function zn(t,e,n,r,o,a){const i=o==="horizontal",u=o==="vertical",s=e.static;if(r){r=!1;const p={x:i?Math.max(e.x-n.w,0):n.x,y:u?Math.max(e.y-n.h,0):n.y,w:n.w,h:n.h,i:"-1"},h=Xe(t,p),v=h&&h.y+h.h>e.y,b=h&&e.x+e.w>h.x;if(h){if(v&&u)return yt(t,n,void 0,e.y+1,r,s,o);if(v&&o==null)return e.y=n.y,n.y=n.y+n.h,t;if(b&&i)return yt(t,e,n.x,void 0,r,s,o)}else return`${n.i}${p.x}${p.y}`,yt(t,n,i?p.x:void 0,u?p.y:void 0,r,s,o)}const c=i?n.x+1:void 0,f=u?n.y+1:void 0;return c==null&&f==null?t:yt(t,n,i?n.x+1:void 0,u?n.y+1:void 0,r,s,o)}function wa(t){return t*100+"%"}const Wr=(t,e,n,r)=>t+n>r?e:n,Hr=(t,e,n)=>t<0?e:n,Fr=t=>Math.max(0,t),An=t=>Math.max(0,t),kn=(t,e,n)=>{let{left:r,height:o,width:a}=e;const i=t.top-(o-t.height);return{left:r,width:a,height:Hr(i,t.height,o),top:An(i)}},Wn=(t,e,n)=>{let{top:r,left:o,height:a,width:i}=e;return{top:r,height:a,width:Wr(t.left,t.width,i,n),left:Fr(o)}},Hn=(t,e,n)=>{let{top:r,height:o,width:a}=e;const i=t.left-(a-t.width);return{height:o,width:i<0?t.width:Wr(t.left,t.width,a,n),top:An(r),left:Fr(i)}},Fn=(t,e,n)=>{let{top:r,left:o,height:a,width:i}=e;return{width:i,left:o,height:Hr(r,t.height,a),top:An(r)}},_a={n:kn,ne:function(){return kn(arguments.length<=0?void 0:arguments[0],Wn(...arguments))},e:Wn,se:function(){return Fn(arguments.length<=0?void 0:arguments[0],Wn(...arguments))},s:Fn,sw:function(){return Fn(arguments.length<=0?void 0:arguments[0],Hn(...arguments))},w:Hn,nw:function(){return kn(arguments.length<=0?void 0:arguments[0],Hn(...arguments))}};function xa(t,e,n,r){const o=_a[t];return o?o(e,{...e,...n},r):n}function Ea(t){let{top:e,left:n,width:r,height:o}=t;const a=`translate(${n}px,${e}px)`;return{transform:a,WebkitTransform:a,MozTransform:a,msTransform:a,OTransform:a,width:`${r}px`,height:`${o}px`,position:"absolute"}}function Oa(t){let{top:e,left:n,width:r,height:o}=t;return{top:`${e}px`,left:`${n}px`,width:`${r}px`,height:`${o}px`,position:"absolute"}}function Bn(t,e){return e==="horizontal"?Gr(t):e==="vertical"?Br(t):t}function Br(t){return t.slice(0).sort(function(e,n){return e.y>n.y||e.y===n.y&&e.x>n.x?1:e.y===n.y&&e.x===n.x?0:-1})}function Gr(t){return t.slice(0).sort(function(e,n){return e.x>n.x||e.x===n.x&&e.y>n.y?1:-1})}function Ma(t,e,n,r,o){t=t||[];const a=[];vt.default.Children.forEach(e,u=>{if((u==null?void 0:u.key)==null)return;const s=Vn(t,String(u.key)),c=u.props["data-grid"];s&&c==null?a.push($e(s)):c?a.push($e({...c,i:u.key})):a.push($e({w:1,h:1,x:0,y:jn(a),i:String(u.key)}))});const i=Ar(a,{cols:n});return o?i:Ur(i,r,n)}function Pa(t){let e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"Layout";const n=["x","y","w","h"];if(!Array.isArray(t))throw new Error(e+" must be an array!");for(let r=0,o=t.length;r<o;r++){const a=t[r];for(let i=0;i<n.length;i++)if(typeof a[n[i]]!="number")throw new Error("ReactGridLayout: "+e+"["+r+"]."+n[i]+" must be a number!")}}function Da(t){const{verticalCompact:e,compactType:n}=t||{};return e===!1?null:n}function Tu(){}const Na=()=>{};G.noop=Na;var Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.calcGridColWidth=Wt,Pe.calcGridItemPosition=ja,Pe.calcGridItemWHPx=Gn,Pe.calcWH=Va,Pe.calcXY=La,Pe.clamp=Ye;function Wt(t){const{margin:e,containerPadding:n,containerWidth:r,cols:o}=t;return(r-e[0]*(o-1)-n[0]*2)/o}function Gn(t,e,n){return Number.isFinite(t)?Math.round(e*t+Math.max(0,t-1)*n):t}function ja(t,e,n,r,o,a){const{margin:i,containerPadding:u,rowHeight:s}=t,c=Wt(t),f={};return a&&a.resizing?(f.width=Math.round(a.resizing.width),f.height=Math.round(a.resizing.height)):(f.width=Gn(r,c,i[0]),f.height=Gn(o,s,i[1])),a&&a.dragging?(f.top=Math.round(a.dragging.top),f.left=Math.round(a.dragging.left)):a&&a.resizing&&typeof a.resizing.top=="number"&&typeof a.resizing.left=="number"?(f.top=Math.round(a.resizing.top),f.left=Math.round(a.resizing.left)):(f.top=Math.round((s+i[1])*n+u[1]),f.left=Math.round((c+i[0])*e+u[0])),f}function La(t,e,n,r,o){const{margin:a,cols:i,rowHeight:u,maxRows:s}=t,c=Wt(t);let f=Math.round((n-a[0])/(c+a[0])),p=Math.round((e-a[1])/(u+a[1]));return f=Ye(f,0,i-r),p=Ye(p,0,s-o),{x:f,y:p}}function Va(t,e,n,r,o,a){const{margin:i,maxRows:u,cols:s,rowHeight:c}=t,f=Wt(t);let p=Math.round((e+i[0])/(f+i[0])),h=Math.round((n+i[1])/(c+i[1])),v=Ye(p,0,s-r),b=Ye(h,0,u-o);return["sw","w","nw"].indexOf(a)!==-1&&(v=Ye(p,0,s)),["nw","n","ne"].indexOf(a)!==-1&&(b=Ye(h,0,u)),{w:v,h:b}}function Ye(t,e,n){return Math.max(Math.min(t,n),e)}var Ht={},$r={exports:{}},Ua="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",za=Ua,Aa=za;function Xr(){}function Yr(){}Yr.resetWarningCache=Xr;var ka=function(){function t(r,o,a,i,u,s){if(s!==Aa){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}t.isRequired=t;function e(){return t}var n={array:t,bigint:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:Yr,resetWarningCache:Xr};return n.PropTypes=n,n};$r.exports=ka();var He=$r.exports,Ft={exports:{}},qr={};function Kr(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=Kr(t[e]))&&(r&&(r+=" "),r+=n);else for(e in t)t[e]&&(r&&(r+=" "),r+=e);return r}function Zr(){for(var t,e,n=0,r="";n<arguments.length;)(t=arguments[n++])&&(e=Kr(t))&&(r&&(r+=" "),r+=e);return r}const Wa=wr(Object.freeze(Object.defineProperty({__proto__:null,clsx:Zr,default:Zr},Symbol.toStringTag,{value:"Module"})));var ie={},De={};Object.defineProperty(De,"__esModule",{value:!0}),De.dontSetMe=$a,De.findInArray=Ha,De.int=Ga,De.isFunction=Fa,De.isNum=Ba;function Ha(t,e){for(let n=0,r=t.length;n<r;n++)if(e.apply(e,[t[n],n,t]))return t[n]}function Fa(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Function]"}function Ba(t){return typeof t=="number"&&!isNaN(t)}function Ga(t){return parseInt(t,10)}function $a(t,e,n){if(t[e])return new Error("Invalid prop ".concat(e," passed to ").concat(n," - do not set this, set it on the child."))}var qe={};Object.defineProperty(qe,"__esModule",{value:!0}),qe.browserPrefixToKey=Qr,qe.browserPrefixToStyle=Xa,qe.default=void 0,qe.getPrefix=Jr;const $n=["Moz","Webkit","O","ms"];function Jr(){var t;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"transform";if(typeof window>"u")return"";const n=(t=window.document)===null||t===void 0||(t=t.documentElement)===null||t===void 0?void 0:t.style;if(!n||e in n)return"";for(let r=0;r<$n.length;r++)if(Qr(e,$n[r])in n)return $n[r];return""}function Qr(t,e){return e?"".concat(e).concat(Ya(t)):t}function Xa(t,e){return e?"-".concat(e.toLowerCase(),"-").concat(t):t}function Ya(t){let e="",n=!0;for(let r=0;r<t.length;r++)n?(e+=t[r].toUpperCase(),n=!1):t[r]==="-"?n=!0:e+=t[r];return e}qe.default=Jr(),Object.defineProperty(ie,"__esModule",{value:!0}),ie.addClassName=ro,ie.addEvent=Za,ie.addUserSelectStyles=li,ie.createCSSTransform=oi,ie.createSVGTransform=ai,ie.getTouch=ii,ie.getTouchIdentifier=si,ie.getTranslation=Xn,ie.innerHeight=ti,ie.innerWidth=ni,ie.matchesSelector=no,ie.matchesSelectorAndParentsTo=Ka,ie.offsetXYFromParent=ri,ie.outerHeight=Qa,ie.outerWidth=ei,ie.removeClassName=oo,ie.removeEvent=Ja,ie.removeUserSelectStyles=ui;var Te=De,eo=qa(qe);function to(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(to=function(r){return r?n:e})(t)}function qa(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=to(e);if(n&&n.has(t))return n.get(t);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}let Bt="";function no(t,e){return Bt||(Bt=(0,Te.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],function(n){return(0,Te.isFunction)(t[n])})),(0,Te.isFunction)(t[Bt])?t[Bt](e):!1}function Ka(t,e,n){let r=t;do{if(no(r,e))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1}function Za(t,e,n,r){if(!t)return;const o={capture:!0,...r};t.addEventListener?t.addEventListener(e,n,o):t.attachEvent?t.attachEvent("on"+e,n):t["on"+e]=n}function Ja(t,e,n,r){if(!t)return;const o={capture:!0,...r};t.removeEventListener?t.removeEventListener(e,n,o):t.detachEvent?t.detachEvent("on"+e,n):t["on"+e]=null}function Qa(t){let e=t.clientHeight;const n=t.ownerDocument.defaultView.getComputedStyle(t);return e+=(0,Te.int)(n.borderTopWidth),e+=(0,Te.int)(n.borderBottomWidth),e}function ei(t){let e=t.clientWidth;const n=t.ownerDocument.defaultView.getComputedStyle(t);return e+=(0,Te.int)(n.borderLeftWidth),e+=(0,Te.int)(n.borderRightWidth),e}function ti(t){let e=t.clientHeight;const n=t.ownerDocument.defaultView.getComputedStyle(t);return e-=(0,Te.int)(n.paddingTop),e-=(0,Te.int)(n.paddingBottom),e}function ni(t){let e=t.clientWidth;const n=t.ownerDocument.defaultView.getComputedStyle(t);return e-=(0,Te.int)(n.paddingLeft),e-=(0,Te.int)(n.paddingRight),e}function ri(t,e,n){const o=e===e.ownerDocument.body?{left:0,top:0}:e.getBoundingClientRect(),a=(t.clientX+e.scrollLeft-o.left)/n,i=(t.clientY+e.scrollTop-o.top)/n;return{x:a,y:i}}function oi(t,e){const n=Xn(t,e,"px");return{[(0,eo.browserPrefixToKey)("transform",eo.default)]:n}}function ai(t,e){return Xn(t,e,"")}function Xn(t,e,n){let{x:r,y:o}=t,a="translate(".concat(r).concat(n,",").concat(o).concat(n,")");if(e){const i="".concat(typeof e.x=="string"?e.x:e.x+n),u="".concat(typeof e.y=="string"?e.y:e.y+n);a="translate(".concat(i,", ").concat(u,")")+a}return a}function ii(t,e){return t.targetTouches&&(0,Te.findInArray)(t.targetTouches,n=>e===n.identifier)||t.changedTouches&&(0,Te.findInArray)(t.changedTouches,n=>e===n.identifier)}function si(t){if(t.targetTouches&&t.targetTouches[0])return t.targetTouches[0].identifier;if(t.changedTouches&&t.changedTouches[0])return t.changedTouches[0].identifier}function li(t){if(!t)return;let e=t.getElementById("react-draggable-style-el");e||(e=t.createElement("style"),e.type="text/css",e.id="react-draggable-style-el",e.innerHTML=`.react-draggable-transparent-selection *::-moz-selection {all: inherit;}
|
|
10
|
-
`,
|
|
11
|
-
`,t.getElementsByTagName("head")[0].appendChild(e)),t.body&&ro(t.body,"react-draggable-transparent-selection")}function ui(t){if(t)try{if(t.body&&oo(t.body,"react-draggable-transparent-selection"),t.selection)t.selection.empty();else{const e=(t.defaultView||window).getSelection();e&&e.type!=="Caret"&&e.removeAllRanges()}}catch{}}function ro(t,e){t.classList?t.classList.add(e):t.className.match(new RegExp("(?:^|\\s)".concat(e,"(?!\\S)")))||(t.className+=" ".concat(e))}function oo(t,e){t.classList?t.classList.remove(e):t.className=t.className.replace(new RegExp("(?:^|\\s)".concat(e,"(?!\\S)"),"g"),"")}var Ne={};Object.defineProperty(Ne,"__esModule",{value:!0}),Ne.canDragX=fi,Ne.canDragY=pi,Ne.createCoreData=mi,Ne.createDraggableData=gi,Ne.getBoundPosition=ci,Ne.getControlPosition=hi,Ne.snapToGrid=di;var Ie=De,nt=ie;function ci(t,e,n){if(!t.props.bounds)return[e,n];let{bounds:r}=t.props;r=typeof r=="string"?r:vi(r);const o=Yn(t);if(typeof r=="string"){const{ownerDocument:a}=o,i=a.defaultView;let u;if(r==="parent"?u=o.parentNode:u=a.querySelector(r),!(u instanceof i.HTMLElement))throw new Error('Bounds selector "'+r+'" could not find an element.');const s=u,c=i.getComputedStyle(o),f=i.getComputedStyle(s);r={left:-o.offsetLeft+(0,Ie.int)(f.paddingLeft)+(0,Ie.int)(c.marginLeft),top:-o.offsetTop+(0,Ie.int)(f.paddingTop)+(0,Ie.int)(c.marginTop),right:(0,nt.innerWidth)(s)-(0,nt.outerWidth)(o)-o.offsetLeft+(0,Ie.int)(f.paddingRight)-(0,Ie.int)(c.marginRight),bottom:(0,nt.innerHeight)(s)-(0,nt.outerHeight)(o)-o.offsetTop+(0,Ie.int)(f.paddingBottom)-(0,Ie.int)(c.marginBottom)}}return(0,Ie.isNum)(r.right)&&(e=Math.min(e,r.right)),(0,Ie.isNum)(r.bottom)&&(n=Math.min(n,r.bottom)),(0,Ie.isNum)(r.left)&&(e=Math.max(e,r.left)),(0,Ie.isNum)(r.top)&&(n=Math.max(n,r.top)),[e,n]}function di(t,e,n){const r=Math.round(e/t[0])*t[0],o=Math.round(n/t[1])*t[1];return[r,o]}function fi(t){return t.props.axis==="both"||t.props.axis==="x"}function pi(t){return t.props.axis==="both"||t.props.axis==="y"}function hi(t,e,n){const r=typeof e=="number"?(0,nt.getTouch)(t,e):null;if(typeof e=="number"&&!r)return null;const o=Yn(n),a=n.props.offsetParent||o.offsetParent||o.ownerDocument.body;return(0,nt.offsetXYFromParent)(r||t,a,n.props.scale)}function mi(t,e,n){const r=!(0,Ie.isNum)(t.lastX),o=Yn(t);return r?{node:o,deltaX:0,deltaY:0,lastX:e,lastY:n,x:e,y:n}:{node:o,deltaX:e-t.lastX,deltaY:n-t.lastY,lastX:t.lastX,lastY:t.lastY,x:e,y:n}}function gi(t,e){const n=t.props.scale;return{node:e.node,x:t.state.x+e.deltaX/n,y:t.state.y+e.deltaY/n,deltaX:e.deltaX/n,deltaY:e.deltaY/n,lastX:t.state.x,lastY:t.state.y}}function vi(t){return{left:t.left,top:t.top,right:t.right,bottom:t.bottom}}function Yn(t){const e=t.findDOMNode();if(!e)throw new Error("<DraggableCore>: Unmounted during event!");return e}var Gt={},$t={};Object.defineProperty($t,"__esModule",{value:!0}),$t.default=yi;function yi(){}Object.defineProperty(Gt,"__esModule",{value:!0}),Gt.default=void 0;var qn=bi(w),be=Zn(He),Si=Zn(Ir),ve=ie,Fe=Ne,Kn=De,St=Zn($t);function Zn(t){return t&&t.__esModule?t:{default:t}}function ao(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(ao=function(r){return r?n:e})(t)}function bi(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=ao(e);if(n&&n.has(t))return n.get(t);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function Se(t,e,n){return e=Ri(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ri(t){var e=Ci(t,"string");return typeof e=="symbol"?e:String(e)}function Ci(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}const Ee={touch:{start:"touchstart",move:"touchmove",stop:"touchend"},mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"}};let Be=Ee.mouse,Xt=class extends qn.Component{constructor(){super(...arguments),Se(this,"dragging",!1),Se(this,"lastX",NaN),Se(this,"lastY",NaN),Se(this,"touchIdentifier",null),Se(this,"mounted",!1),Se(this,"handleDragStart",e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&typeof e.button=="number"&&e.button!==0)return!1;const n=this.findDOMNode();if(!n||!n.ownerDocument||!n.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:r}=n;if(this.props.disabled||!(e.target instanceof r.defaultView.Node)||this.props.handle&&!(0,ve.matchesSelectorAndParentsTo)(e.target,this.props.handle,n)||this.props.cancel&&(0,ve.matchesSelectorAndParentsTo)(e.target,this.props.cancel,n))return;e.type==="touchstart"&&e.preventDefault();const o=(0,ve.getTouchIdentifier)(e);this.touchIdentifier=o;const a=(0,Fe.getControlPosition)(e,o,this);if(a==null)return;const{x:i,y:u}=a,s=(0,Fe.createCoreData)(this,i,u);(0,St.default)("DraggableCore: handleDragStart: %j",s),(0,St.default)("calling",this.props.onStart),!(this.props.onStart(e,s)===!1||this.mounted===!1)&&(this.props.enableUserSelectHack&&(0,ve.addUserSelectStyles)(r),this.dragging=!0,this.lastX=i,this.lastY=u,(0,ve.addEvent)(r,Be.move,this.handleDrag),(0,ve.addEvent)(r,Be.stop,this.handleDragStop))}),Se(this,"handleDrag",e=>{const n=(0,Fe.getControlPosition)(e,this.touchIdentifier,this);if(n==null)return;let{x:r,y:o}=n;if(Array.isArray(this.props.grid)){let u=r-this.lastX,s=o-this.lastY;if([u,s]=(0,Fe.snapToGrid)(this.props.grid,u,s),!u&&!s)return;r=this.lastX+u,o=this.lastY+s}const a=(0,Fe.createCoreData)(this,r,o);if((0,St.default)("DraggableCore: handleDrag: %j",a),this.props.onDrag(e,a)===!1||this.mounted===!1){try{this.handleDragStop(new MouseEvent("mouseup"))}catch{const s=document.createEvent("MouseEvents");s.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(s)}return}this.lastX=r,this.lastY=o}),Se(this,"handleDragStop",e=>{if(!this.dragging)return;const n=(0,Fe.getControlPosition)(e,this.touchIdentifier,this);if(n==null)return;let{x:r,y:o}=n;if(Array.isArray(this.props.grid)){let s=r-this.lastX||0,c=o-this.lastY||0;[s,c]=(0,Fe.snapToGrid)(this.props.grid,s,c),r=this.lastX+s,o=this.lastY+c}const a=(0,Fe.createCoreData)(this,r,o);if(this.props.onStop(e,a)===!1||this.mounted===!1)return!1;const u=this.findDOMNode();u&&this.props.enableUserSelectHack&&(0,ve.removeUserSelectStyles)(u.ownerDocument),(0,St.default)("DraggableCore: handleDragStop: %j",a),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,u&&((0,St.default)("DraggableCore: Removing handlers"),(0,ve.removeEvent)(u.ownerDocument,Be.move,this.handleDrag),(0,ve.removeEvent)(u.ownerDocument,Be.stop,this.handleDragStop))}),Se(this,"onMouseDown",e=>(Be=Ee.mouse,this.handleDragStart(e))),Se(this,"onMouseUp",e=>(Be=Ee.mouse,this.handleDragStop(e))),Se(this,"onTouchStart",e=>(Be=Ee.touch,this.handleDragStart(e))),Se(this,"onTouchEnd",e=>(Be=Ee.touch,this.handleDragStop(e)))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,ve.addEvent)(e,Ee.touch.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:n}=e;(0,ve.removeEvent)(n,Ee.mouse.move,this.handleDrag),(0,ve.removeEvent)(n,Ee.touch.move,this.handleDrag),(0,ve.removeEvent)(n,Ee.mouse.stop,this.handleDragStop),(0,ve.removeEvent)(n,Ee.touch.stop,this.handleDragStop),(0,ve.removeEvent)(e,Ee.touch.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,ve.removeUserSelectStyles)(n)}}findDOMNode(){var e,n;return(e=this.props)!==null&&e!==void 0&&e.nodeRef?(n=this.props)===null||n===void 0||(n=n.nodeRef)===null||n===void 0?void 0:n.current:Si.default.findDOMNode(this)}render(){return qn.cloneElement(qn.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};Gt.default=Xt,Se(Xt,"displayName","DraggableCore"),Se(Xt,"propTypes",{allowAnyClick:be.default.bool,children:be.default.node.isRequired,disabled:be.default.bool,enableUserSelectHack:be.default.bool,offsetParent:function(t,e){if(t[e]&&t[e].nodeType!==1)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:be.default.arrayOf(be.default.number),handle:be.default.string,cancel:be.default.string,nodeRef:be.default.object,onStart:be.default.func,onDrag:be.default.func,onStop:be.default.func,onMouseDown:be.default.func,scale:be.default.number,className:Kn.dontSetMe,style:Kn.dontSetMe,transform:Kn.dontSetMe}),Se(Xt,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"DraggableCore",{enumerable:!0,get:function(){return s.default}}),t.default=void 0;var e=h(w),n=f(He),r=f(Ir),o=f(Wa),a=ie,i=Ne,u=De,s=f(Gt),c=f($t);function f(_){return _&&_.__esModule?_:{default:_}}function p(_){if(typeof WeakMap!="function")return null;var R=new WeakMap,x=new WeakMap;return(p=function(m){return m?x:R})(_)}function h(_,R){if(_&&_.__esModule)return _;if(_===null||typeof _!="object"&&typeof _!="function")return{default:_};var x=p(R);if(x&&x.has(_))return x.get(_);var m={},T=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var I in _)if(I!=="default"&&Object.prototype.hasOwnProperty.call(_,I)){var E=T?Object.getOwnPropertyDescriptor(_,I):null;E&&(E.get||E.set)?Object.defineProperty(m,I,E):m[I]=_[I]}return m.default=_,x&&x.set(_,m),m}function v(){return v=Object.assign?Object.assign.bind():function(_){for(var R=1;R<arguments.length;R++){var x=arguments[R];for(var m in x)Object.prototype.hasOwnProperty.call(x,m)&&(_[m]=x[m])}return _},v.apply(this,arguments)}function b(_,R,x){return R=y(R),R in _?Object.defineProperty(_,R,{value:x,enumerable:!0,configurable:!0,writable:!0}):_[R]=x,_}function y(_){var R=O(_,"string");return typeof R=="symbol"?R:String(R)}function O(_,R){if(typeof _!="object"||_===null)return _;var x=_[Symbol.toPrimitive];if(x!==void 0){var m=x.call(_,R||"default");if(typeof m!="object")return m;throw new TypeError("@@toPrimitive must return a primitive value.")}return(R==="string"?String:Number)(_)}class C extends e.Component{static getDerivedStateFromProps(R,x){let{position:m}=R,{prevPropsPosition:T}=x;return m&&(!T||m.x!==T.x||m.y!==T.y)?((0,c.default)("Draggable: getDerivedStateFromProps %j",{position:m,prevPropsPosition:T}),{x:m.x,y:m.y,prevPropsPosition:{...m}}):null}constructor(R){super(R),b(this,"onDragStart",(x,m)=>{if((0,c.default)("Draggable: onDragStart: %j",m),this.props.onStart(x,(0,i.createDraggableData)(this,m))===!1)return!1;this.setState({dragging:!0,dragged:!0})}),b(this,"onDrag",(x,m)=>{if(!this.state.dragging)return!1;(0,c.default)("Draggable: onDrag: %j",m);const T=(0,i.createDraggableData)(this,m),I={x:T.x,y:T.y,slackX:0,slackY:0};if(this.props.bounds){const{x:D,y:U}=I;I.x+=this.state.slackX,I.y+=this.state.slackY;const[F,X]=(0,i.getBoundPosition)(this,I.x,I.y);I.x=F,I.y=X,I.slackX=this.state.slackX+(D-I.x),I.slackY=this.state.slackY+(U-I.y),T.x=I.x,T.y=I.y,T.deltaX=I.x-this.state.x,T.deltaY=I.y-this.state.y}if(this.props.onDrag(x,T)===!1)return!1;this.setState(I)}),b(this,"onDragStop",(x,m)=>{if(!this.state.dragging||this.props.onStop(x,(0,i.createDraggableData)(this,m))===!1)return!1;(0,c.default)("Draggable: onDragStop: %j",m);const I={dragging:!1,slackX:0,slackY:0};if(!!this.props.position){const{x:D,y:U}=this.props.position;I.x=D,I.y=U}this.setState(I)}),this.state={dragging:!1,dragged:!1,x:R.position?R.position.x:R.defaultPosition.x,y:R.position?R.position.y:R.defaultPosition.y,prevPropsPosition:{...R.position},slackX:0,slackY:0,isElementSVG:!1},R.position&&!(R.onDrag||R.onStop)&&console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){typeof window.SVGElement<"u"&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var R,x;return(R=(x=this.props)===null||x===void 0||(x=x.nodeRef)===null||x===void 0?void 0:x.current)!==null&&R!==void 0?R:r.default.findDOMNode(this)}render(){const{axis:R,bounds:x,children:m,defaultPosition:T,defaultClassName:I,defaultClassNameDragging:E,defaultClassNameDragged:D,position:U,positionOffset:F,scale:X,...S}=this.props;let M={},W=null;const q=!!!U||this.state.dragging,de=U||T,se={x:(0,i.canDragX)(this)&&q?this.state.x:de.x,y:(0,i.canDragY)(this)&&q?this.state.y:de.y};this.state.isElementSVG?W=(0,a.createSVGTransform)(se,F):M=(0,a.createCSSTransform)(se,F);const z=(0,o.default)(m.props.className||"",I,{[E]:this.state.dragging,[D]:this.state.dragged});return e.createElement(s.default,v({},S,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),e.cloneElement(e.Children.only(m),{className:z,style:{...m.props.style,...M},transform:W}))}}t.default=C,b(C,"displayName","Draggable"),b(C,"propTypes",{...s.default.propTypes,axis:n.default.oneOf(["both","x","y","none"]),bounds:n.default.oneOfType([n.default.shape({left:n.default.number,right:n.default.number,top:n.default.number,bottom:n.default.number}),n.default.string,n.default.oneOf([!1])]),defaultClassName:n.default.string,defaultClassNameDragging:n.default.string,defaultClassNameDragged:n.default.string,defaultPosition:n.default.shape({x:n.default.number,y:n.default.number}),positionOffset:n.default.shape({x:n.default.oneOfType([n.default.number,n.default.string]),y:n.default.oneOfType([n.default.number,n.default.string])}),position:n.default.shape({x:n.default.number,y:n.default.number}),className:u.dontSetMe,style:u.dontSetMe,transform:u.dontSetMe}),b(C,"defaultProps",{...s.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(qr);const{default:io,DraggableCore:Ti}=qr;Ft.exports=io,Ft.exports.default=io,Ft.exports.DraggableCore=Ti;var so=Ft.exports,Yt={exports:{}},bt={},Jn={};Jn.__esModule=!0,Jn.cloneElement=Oi;var Ii=wi(w);function wi(t){return t&&t.__esModule?t:{default:t}}function lo(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function uo(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?lo(Object(n),!0).forEach(function(r){_i(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):lo(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function _i(t,e,n){return e=xi(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function xi(t){var e=Ei(t,"string");return typeof e=="symbol"?e:String(e)}function Ei(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Oi(t,e){return e.style&&t.props.style&&(e.style=uo(uo({},t.props.style),e.style)),e.className&&t.props.className&&(e.className=t.props.className+" "+e.className),Ii.default.cloneElement(t,e)}var Rt={};Rt.__esModule=!0,Rt.resizableProps=void 0;var H=Mi(He);function Mi(t){return t&&t.__esModule?t:{default:t}}var Pi={axis:H.default.oneOf(["both","x","y","none"]),className:H.default.string,children:H.default.element.isRequired,draggableOpts:H.default.shape({allowAnyClick:H.default.bool,cancel:H.default.string,children:H.default.node,disabled:H.default.bool,enableUserSelectHack:H.default.bool,offsetParent:H.default.node,grid:H.default.arrayOf(H.default.number),handle:H.default.string,nodeRef:H.default.object,onStart:H.default.func,onDrag:H.default.func,onStop:H.default.func,onMouseDown:H.default.func,scale:H.default.number}),height:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=n[0];if(o.axis==="both"||o.axis==="y"){var a;return(a=H.default.number).isRequired.apply(a,n)}return H.default.number.apply(H.default,n)},handle:H.default.oneOfType([H.default.node,H.default.func]),handleSize:H.default.arrayOf(H.default.number),lockAspectRatio:H.default.bool,maxConstraints:H.default.arrayOf(H.default.number),minConstraints:H.default.arrayOf(H.default.number),onResizeStop:H.default.func,onResizeStart:H.default.func,onResize:H.default.func,resizeHandles:H.default.arrayOf(H.default.oneOf(["s","w","e","n","sw","nw","se","ne"])),transformScale:H.default.number,width:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var o=n[0];if(o.axis==="both"||o.axis==="x"){var a;return(a=H.default.number).isRequired.apply(a,n)}return H.default.number.apply(H.default,n)}};Rt.resizableProps=Pi,bt.__esModule=!0,bt.default=void 0;var Ct=Vi(w),Di=so,Ni=Jn,ji=Rt,Li=["children","className","draggableOpts","width","height","handle","handleSize","lockAspectRatio","axis","minConstraints","maxConstraints","onResize","onResizeStop","onResizeStart","resizeHandles","transformScale"];function co(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(co=function(o){return o?n:e})(t)}function Vi(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=co(e);if(n&&n.has(t))return n.get(t);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function Qn(){return Qn=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},Qn.apply(this,arguments)}function Ui(t,e){if(t==null)return{};var n={},r=Object.keys(t),o,a;for(a=0;a<r.length;a++)o=r[a],!(e.indexOf(o)>=0)&&(n[o]=t[o]);return n}function fo(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function er(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?fo(Object(n),!0).forEach(function(r){zi(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):fo(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function zi(t,e,n){return e=Ai(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Ai(t){var e=ki(t,"string");return typeof e=="symbol"?e:String(e)}function ki(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Wi(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,tr(t,e)}function tr(t,e){return tr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},tr(t,e)}var nr=function(t){Wi(e,t);function e(){for(var r,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,[this].concat(a))||this,r.handleRefs={},r.lastHandleRect=null,r.slack=null,r}var n=e.prototype;return n.componentWillUnmount=function(){this.resetData()},n.resetData=function(){this.lastHandleRect=this.slack=null},n.runConstraints=function(o,a){var i=this.props,u=i.minConstraints,s=i.maxConstraints,c=i.lockAspectRatio;if(!u&&!s&&!c)return[o,a];if(c){var f=this.props.width/this.props.height,p=o-this.props.width,h=a-this.props.height;Math.abs(p)>Math.abs(h*f)?a=o/f:o=a*f}var v=o,b=a,y=this.slack||[0,0],O=y[0],C=y[1];return o+=O,a+=C,u&&(o=Math.max(u[0],o),a=Math.max(u[1],a)),s&&(o=Math.min(s[0],o),a=Math.min(s[1],a)),this.slack=[O+(v-o),C+(b-a)],[o,a]},n.resizeHandler=function(o,a){var i=this;return function(u,s){var c=s.node,f=s.deltaX,p=s.deltaY;o==="onResizeStart"&&i.resetData();var h=(i.props.axis==="both"||i.props.axis==="x")&&a!=="n"&&a!=="s",v=(i.props.axis==="both"||i.props.axis==="y")&&a!=="e"&&a!=="w";if(!(!h&&!v)){var b=a[0],y=a[a.length-1],O=c.getBoundingClientRect();if(i.lastHandleRect!=null){if(y==="w"){var C=O.left-i.lastHandleRect.left;f+=C}if(b==="n"){var _=O.top-i.lastHandleRect.top;p+=_}}i.lastHandleRect=O,y==="w"&&(f=-f),b==="n"&&(p=-p);var R=i.props.width+(h?f/i.props.transformScale:0),x=i.props.height+(v?p/i.props.transformScale:0),m=i.runConstraints(R,x);R=m[0],x=m[1];var T=R!==i.props.width||x!==i.props.height,I=typeof i.props[o]=="function"?i.props[o]:null,E=o==="onResize"&&!T;I&&!E&&(u.persist==null||u.persist(),I(u,{node:c,size:{width:R,height:x},handle:a})),o==="onResizeStop"&&i.resetData()}}},n.renderResizeHandle=function(o,a){var i=this.props.handle;if(!i)return Ct.createElement("span",{className:"react-resizable-handle react-resizable-handle-"+o,ref:a});if(typeof i=="function")return i(o,a);var u=typeof i.type=="string",s=er({ref:a},u?{}:{handleAxis:o});return Ct.cloneElement(i,s)},n.render=function(){var o=this,a=this.props,i=a.children,u=a.className,s=a.draggableOpts;a.width,a.height,a.handle,a.handleSize,a.lockAspectRatio,a.axis,a.minConstraints,a.maxConstraints,a.onResize,a.onResizeStop,a.onResizeStart;var c=a.resizeHandles;a.transformScale;var f=Ui(a,Li);return(0,Ni.cloneElement)(i,er(er({},f),{},{className:(u?u+" ":"")+"react-resizable",children:[].concat(i.props.children,c.map(function(p){var h,v=(h=o.handleRefs[p])!=null?h:o.handleRefs[p]=Ct.createRef();return Ct.createElement(Di.DraggableCore,Qn({},s,{nodeRef:v,key:"resizableHandle-"+p,onStop:o.resizeHandler("onResizeStop",p),onStart:o.resizeHandler("onResizeStart",p),onDrag:o.resizeHandler("onResize",p)}),o.renderResizeHandle(p,v))}))}))},e}(Ct.Component);bt.default=nr,nr.propTypes=ji.resizableProps,nr.defaultProps={axis:"both",handleSize:[20,20],lockAspectRatio:!1,minConstraints:[20,20],maxConstraints:[1/0,1/0],resizeHandles:["se"],transformScale:1};var qt={};qt.__esModule=!0,qt.default=void 0;var rr=$i(w),Hi=po(He),Fi=po(bt),Bi=Rt,Gi=["handle","handleSize","onResize","onResizeStart","onResizeStop","draggableOpts","minConstraints","maxConstraints","lockAspectRatio","axis","width","height","resizeHandles","style","transformScale"];function po(t){return t&&t.__esModule?t:{default:t}}function ho(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(ho=function(o){return o?n:e})(t)}function $i(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=ho(e);if(n&&n.has(t))return n.get(t);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function or(){return or=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},or.apply(this,arguments)}function mo(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function Kt(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?mo(Object(n),!0).forEach(function(r){Xi(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):mo(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function Xi(t,e,n){return e=Yi(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Yi(t){var e=qi(t,"string");return typeof e=="symbol"?e:String(e)}function qi(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ki(t,e){if(t==null)return{};var n={},r=Object.keys(t),o,a;for(a=0;a<r.length;a++)o=r[a],!(e.indexOf(o)>=0)&&(n[o]=t[o]);return n}function Zi(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,ar(t,e)}function ar(t,e){return ar=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,o){return r.__proto__=o,r},ar(t,e)}var go=function(t){Zi(e,t);function e(){for(var r,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,[this].concat(a))||this,r.state={width:r.props.width,height:r.props.height,propsWidth:r.props.width,propsHeight:r.props.height},r.onResize=function(u,s){var c=s.size;r.props.onResize?(u.persist==null||u.persist(),r.setState(c,function(){return r.props.onResize&&r.props.onResize(u,s)})):r.setState(c)},r}e.getDerivedStateFromProps=function(o,a){return a.propsWidth!==o.width||a.propsHeight!==o.height?{width:o.width,height:o.height,propsWidth:o.width,propsHeight:o.height}:null};var n=e.prototype;return n.render=function(){var o=this.props,a=o.handle,i=o.handleSize;o.onResize;var u=o.onResizeStart,s=o.onResizeStop,c=o.draggableOpts,f=o.minConstraints,p=o.maxConstraints,h=o.lockAspectRatio,v=o.axis;o.width,o.height;var b=o.resizeHandles,y=o.style,O=o.transformScale,C=Ki(o,Gi);return rr.createElement(Fi.default,{axis:v,draggableOpts:c,handle:a,handleSize:i,height:this.state.height,lockAspectRatio:h,maxConstraints:p,minConstraints:f,onResizeStart:u,onResize:this.onResize,onResizeStop:s,resizeHandles:b,transformScale:O,width:this.state.width},rr.createElement("div",or({},C,{style:Kt(Kt({},y),{},{width:this.state.width+"px",height:this.state.height+"px"})})))},e}(rr.Component);qt.default=go,go.propTypes=Kt(Kt({},Bi.resizableProps),{},{children:Hi.default.element}),Yt.exports=function(){throw new Error("Don't instantiate Resizable directly! Use require('react-resizable').Resizable")},Yt.exports.Resizable=bt.default,Yt.exports.ResizableBox=qt.default;var Ji=Yt.exports,ze={};Object.defineProperty(ze,"__esModule",{value:!0}),ze.resizeHandleType=ze.resizeHandleAxesType=ze.default=void 0;var B=vo(He),Qi=vo(w);function vo(t){return t&&t.__esModule?t:{default:t}}const es=ze.resizeHandleAxesType=B.default.arrayOf(B.default.oneOf(["s","w","e","n","sw","nw","se","ne"])),ts=ze.resizeHandleType=B.default.oneOfType([B.default.node,B.default.func]);ze.default={className:B.default.string,style:B.default.object,width:B.default.number,autoSize:B.default.bool,cols:B.default.number,draggableCancel:B.default.string,draggableHandle:B.default.string,verticalCompact:function(t){t.verticalCompact},compactType:B.default.oneOf(["vertical","horizontal"]),layout:function(t){var e=t.layout;e!==void 0&&G.validateLayout(e,"layout")},margin:B.default.arrayOf(B.default.number),containerPadding:B.default.arrayOf(B.default.number),rowHeight:B.default.number,maxRows:B.default.number,isBounded:B.default.bool,isDraggable:B.default.bool,isResizable:B.default.bool,allowOverlap:B.default.bool,preventCollision:B.default.bool,useCSSTransforms:B.default.bool,transformScale:B.default.number,isDroppable:B.default.bool,resizeHandles:es,resizeHandle:ts,onLayoutChange:B.default.func,onDragStart:B.default.func,onDrag:B.default.func,onDragStop:B.default.func,onResizeStart:B.default.func,onResize:B.default.func,onResizeStop:B.default.func,onDrop:B.default.func,droppingItem:B.default.shape({i:B.default.string.isRequired,w:B.default.number.isRequired,h:B.default.number.isRequired}),children:function(t,e){const n=t[e],r={};Qi.default.Children.forEach(n,function(o){if((o==null?void 0:o.key)!=null){if(r[o.key])throw new Error('Duplicate child key "'+o.key+'" found! This will cause problems in ReactGridLayout.');r[o.key]=!0}})},innerRef:B.default.any},Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.default=void 0;var rt=ir(w),K=ir(He),ns=so,rs=Ji,ot=G,me=Pe,yo=ze,os=ir(Nn);function ir(t){return t&&t.__esModule?t:{default:t}}function je(t,e,n){return e=as(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function as(t){var e=is(t,"string");return typeof e=="symbol"?e:String(e)}function is(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}class sr extends rt.default.Component{constructor(){super(...arguments),je(this,"state",{resizing:null,dragging:null,className:""}),je(this,"elementRef",rt.default.createRef()),je(this,"onDragStart",(e,n)=>{let{node:r}=n;const{onDragStart:o,transformScale:a}=this.props;if(!o)return;const i={top:0,left:0},{offsetParent:u}=r;if(!u)return;const s=u.getBoundingClientRect(),c=r.getBoundingClientRect(),f=c.left/a,p=s.left/a,h=c.top/a,v=s.top/a;i.left=f-p+u.scrollLeft,i.top=h-v+u.scrollTop,this.setState({dragging:i});const{x:b,y}=(0,me.calcXY)(this.getPositionParams(),i.top,i.left,this.props.w,this.props.h);return o.call(this,this.props.i,b,y,{e,node:r,newPosition:i})}),je(this,"onDrag",(e,n)=>{let{node:r,deltaX:o,deltaY:a}=n;const{onDrag:i}=this.props;if(!i)return;if(!this.state.dragging)throw new Error("onDrag called before onDragStart.");let u=this.state.dragging.top+a,s=this.state.dragging.left+o;const{isBounded:c,i:f,w:p,h,containerWidth:v}=this.props,b=this.getPositionParams();if(c){const{offsetParent:R}=r;if(R){const{margin:x,rowHeight:m,containerPadding:T}=this.props,I=R.clientHeight-(0,me.calcGridItemWHPx)(h,m,x[1]);u=(0,me.clamp)(u-T[1],0,I);const E=(0,me.calcGridColWidth)(b),D=v-(0,me.calcGridItemWHPx)(p,E,x[0]);s=(0,me.clamp)(s-T[0],0,D)}}const y={top:u,left:s};this.setState({dragging:y});const{containerPadding:O}=this.props,{x:C,y:_}=(0,me.calcXY)(b,u-O[1],s-O[0],p,h);return i.call(this,f,C,_,{e,node:r,newPosition:y})}),je(this,"onDragStop",(e,n)=>{let{node:r}=n;const{onDragStop:o}=this.props;if(!o)return;if(!this.state.dragging)throw new Error("onDragEnd called before onDragStart.");const{w:a,h:i,i:u,containerPadding:s}=this.props,{left:c,top:f}=this.state.dragging,p={top:f,left:c};this.setState({dragging:null});const{x:h,y:v}=(0,me.calcXY)(this.getPositionParams(),f-s[1],c-s[0],a,i);return o.call(this,u,h,v,{e,node:r,newPosition:p})}),je(this,"onResizeStop",(e,n,r)=>this.onResizeHandler(e,n,r,"onResizeStop")),je(this,"onResizeStart",(e,n,r)=>this.onResizeHandler(e,n,r,"onResizeStart")),je(this,"onResize",(e,n,r)=>this.onResizeHandler(e,n,r,"onResize"))}shouldComponentUpdate(e,n){if(this.props.children!==e.children||this.props.droppingPosition!==e.droppingPosition)return!0;const r=(0,me.calcGridItemPosition)(this.getPositionParams(this.props),this.props.x,this.props.y,this.props.w,this.props.h,this.state),o=(0,me.calcGridItemPosition)(this.getPositionParams(e),e.x,e.y,e.w,e.h,n);return!(0,ot.fastPositionEqual)(r,o)||this.props.useCSSTransforms!==e.useCSSTransforms}componentDidMount(){this.moveDroppingItem({})}componentDidUpdate(e){this.moveDroppingItem(e)}moveDroppingItem(e){const{droppingPosition:n}=this.props;if(!n)return;const r=this.elementRef.current;if(!r)return;const o=e.droppingPosition||{left:0,top:0},{dragging:a}=this.state,i=a&&n.left!==o.left||n.top!==o.top;if(!a)this.onDragStart(n.e,{node:r,deltaX:n.left,deltaY:n.top});else if(i){const u=n.left-a.left,s=n.top-a.top;this.onDrag(n.e,{node:r,deltaX:u,deltaY:s})}}getPositionParams(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.props;return{cols:e.cols,containerPadding:e.containerPadding,containerWidth:e.containerWidth,margin:e.margin,maxRows:e.maxRows,rowHeight:e.rowHeight}}createStyle(e){const{usePercentages:n,containerWidth:r,useCSSTransforms:o}=this.props;let a;return o?a=(0,ot.setTransform)(e):(a=(0,ot.setTopLeft)(e),n&&(a.left=(0,ot.perc)(e.left/r),a.width=(0,ot.perc)(e.width/r))),a}mixinDraggable(e,n){return rt.default.createElement(ns.DraggableCore,{disabled:!n,onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop,handle:this.props.handle,cancel:".react-resizable-handle"+(this.props.cancel?","+this.props.cancel:""),scale:this.props.transformScale,nodeRef:this.elementRef},e)}curryResizeHandler(e,n){return(r,o)=>n(r,o,e)}mixinResizable(e,n,r){const{cols:o,minW:a,minH:i,maxW:u,maxH:s,transformScale:c,resizeHandles:f,resizeHandle:p}=this.props,h=this.getPositionParams(),v=(0,me.calcGridItemPosition)(h,0,0,o,0).width,b=(0,me.calcGridItemPosition)(h,0,0,a,i),y=(0,me.calcGridItemPosition)(h,0,0,u,s),O=[b.width,b.height],C=[Math.min(y.width,v),Math.min(y.height,1/0)];return rt.default.createElement(rs.Resizable,{draggableOpts:{disabled:!r},className:r?void 0:"react-resizable-hide",width:n.width,height:n.height,minConstraints:O,maxConstraints:C,onResizeStop:this.curryResizeHandler(n,this.onResizeStop),onResizeStart:this.curryResizeHandler(n,this.onResizeStart),onResize:this.curryResizeHandler(n,this.onResize),transformScale:c,resizeHandles:f,handle:p},e)}onResizeHandler(e,n,r,o){let{node:a,size:i,handle:u}=n;const s=this.props[o];if(!s)return;const{x:c,y:f,i:p,maxH:h,minH:v,containerWidth:b}=this.props,{minW:y,maxW:O}=this.props;let C=i;a&&(C=(0,ot.resizeItemInDirection)(u,r,i,b),this.setState({resizing:o==="onResizeStop"?null:C}));let{w:_,h:R}=(0,me.calcWH)(this.getPositionParams(),C.width,C.height,c,f,u);_=(0,me.clamp)(_,Math.max(y,1),O),R=(0,me.clamp)(R,v,h),s.call(this,p,_,R,{e,node:a,size:C,handle:u})}render(){const{x:e,y:n,w:r,h:o,isDraggable:a,isResizable:i,droppingPosition:u,useCSSTransforms:s}=this.props,c=(0,me.calcGridItemPosition)(this.getPositionParams(),e,n,r,o,this.state),f=rt.default.Children.only(this.props.children);let p=rt.default.cloneElement(f,{ref:this.elementRef,className:(0,os.default)("react-grid-item",f.props.className,this.props.className,{static:this.props.static,resizing:!!this.state.resizing,"react-draggable":a,"react-draggable-dragging":!!this.state.dragging,dropping:!!u,cssTransforms:s}),style:{...this.props.style,...f.props.style,...this.createStyle(c)}});return p=this.mixinResizable(p,c,i),p=this.mixinDraggable(p,a),p}}Ht.default=sr,je(sr,"propTypes",{children:K.default.element,cols:K.default.number.isRequired,containerWidth:K.default.number.isRequired,rowHeight:K.default.number.isRequired,margin:K.default.array.isRequired,maxRows:K.default.number.isRequired,containerPadding:K.default.array.isRequired,x:K.default.number.isRequired,y:K.default.number.isRequired,w:K.default.number.isRequired,h:K.default.number.isRequired,minW:function(t,e){const n=t[e];if(typeof n!="number")return new Error("minWidth not Number");if(n>t.w||n>t.maxW)return new Error("minWidth larger than item width/maxWidth")},maxW:function(t,e){const n=t[e];if(typeof n!="number")return new Error("maxWidth not Number");if(n<t.w||n<t.minW)return new Error("maxWidth smaller than item width/minWidth")},minH:function(t,e){const n=t[e];if(typeof n!="number")return new Error("minHeight not Number");if(n>t.h||n>t.maxH)return new Error("minHeight larger than item height/maxHeight")},maxH:function(t,e){const n=t[e];if(typeof n!="number")return new Error("maxHeight not Number");if(n<t.h||n<t.minH)return new Error("maxHeight smaller than item height/minHeight")},i:K.default.string.isRequired,resizeHandles:yo.resizeHandleAxesType,resizeHandle:yo.resizeHandleType,onDragStop:K.default.func,onDragStart:K.default.func,onDrag:K.default.func,onResizeStop:K.default.func,onResizeStart:K.default.func,onResize:K.default.func,isDraggable:K.default.bool.isRequired,isResizable:K.default.bool.isRequired,isBounded:K.default.bool.isRequired,static:K.default.bool,useCSSTransforms:K.default.bool.isRequired,transformScale:K.default.number,className:K.default.string,handle:K.default.string,cancel:K.default.string,droppingPosition:K.default.shape({e:K.default.object.isRequired,left:K.default.number.isRequired,top:K.default.number.isRequired})}),je(sr,"defaultProps",{className:"",cancel:"",handle:"",minH:1,minW:1,maxH:1/0,maxW:1/0,transformScale:1}),Object.defineProperty(gt,"__esModule",{value:!0}),gt.default=void 0;var Ke=cs(w),lr=Pn,ss=ur(Nn),A=G,ls=Pe,So=ur(Ht),us=ur(ze);function ur(t){return t&&t.__esModule?t:{default:t}}function bo(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(bo=function(r){return r?n:e})(t)}function cs(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=bo(e);if(n&&n.has(t))return n.get(t);var r={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function ye(t,e,n){return e=ds(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ds(t){var e=fs(t,"string");return typeof e=="symbol"?e:String(e)}function fs(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}const Ro="react-grid-layout";let Co=!1;try{Co=/firefox/i.test(navigator.userAgent)}catch{}class Zt extends Ke.Component{constructor(){super(...arguments),ye(this,"state",{activeDrag:null,layout:(0,A.synchronizeLayoutWithChildren)(this.props.layout,this.props.children,this.props.cols,(0,A.compactType)(this.props),this.props.allowOverlap),mounted:!1,oldDragItem:null,oldLayout:null,oldResizeItem:null,resizing:!1,droppingDOMNode:null,children:[]}),ye(this,"dragEnterCounter",0),ye(this,"onDragStart",(e,n,r,o)=>{let{e:a,node:i}=o;const{layout:u}=this.state,s=(0,A.getLayoutItem)(u,e);if(!s)return;const c={w:s.w,h:s.h,x:s.x,y:s.y,placeholder:!0,i:e};return this.setState({oldDragItem:(0,A.cloneLayoutItem)(s),oldLayout:u,activeDrag:c}),this.props.onDragStart(u,s,s,null,a,i)}),ye(this,"onDrag",(e,n,r,o)=>{let{e:a,node:i}=o;const{oldDragItem:u}=this.state;let{layout:s}=this.state;const{cols:c,allowOverlap:f,preventCollision:p}=this.props,h=(0,A.getLayoutItem)(s,e);if(!h)return;const v={w:h.w,h:h.h,x:h.x,y:h.y,placeholder:!0,i:e};s=(0,A.moveElement)(s,h,n,r,!0,p,(0,A.compactType)(this.props),c,f),this.props.onDrag(s,u,h,v,a,i),this.setState({layout:f?s:(0,A.compact)(s,(0,A.compactType)(this.props),c),activeDrag:v})}),ye(this,"onDragStop",(e,n,r,o)=>{let{e:a,node:i}=o;if(!this.state.activeDrag)return;const{oldDragItem:u}=this.state;let{layout:s}=this.state;const{cols:c,preventCollision:f,allowOverlap:p}=this.props,h=(0,A.getLayoutItem)(s,e);if(!h)return;s=(0,A.moveElement)(s,h,n,r,!0,f,(0,A.compactType)(this.props),c,p);const b=p?s:(0,A.compact)(s,(0,A.compactType)(this.props),c);this.props.onDragStop(b,u,h,null,a,i);const{oldLayout:y}=this.state;this.setState({activeDrag:null,layout:b,oldDragItem:null,oldLayout:null}),this.onLayoutMaybeChanged(b,y)}),ye(this,"onResizeStart",(e,n,r,o)=>{let{e:a,node:i}=o;const{layout:u}=this.state,s=(0,A.getLayoutItem)(u,e);s&&(this.setState({oldResizeItem:(0,A.cloneLayoutItem)(s),oldLayout:this.state.layout,resizing:!0}),this.props.onResizeStart(u,s,s,null,a,i))}),ye(this,"onResize",(e,n,r,o)=>{let{e:a,node:i,size:u,handle:s}=o;const{oldResizeItem:c}=this.state,{layout:f}=this.state,{cols:p,preventCollision:h,allowOverlap:v}=this.props;let b=!1,y,O,C;const[_,R]=(0,A.withLayoutItem)(f,e,m=>{let T;return O=m.x,C=m.y,["sw","w","nw","n","ne"].indexOf(s)!==-1&&(["sw","nw","w"].indexOf(s)!==-1&&(O=m.x+(m.w-n),n=m.x!==O&&O<0?m.w:n,O=O<0?0:O),["ne","n","nw"].indexOf(s)!==-1&&(C=m.y+(m.h-r),r=m.y!==C&&C<0?m.h:r,C=C<0?0:C),b=!0),h&&!v&&(T=(0,A.getAllCollisions)(f,{...m,w:n,h:r,x:O,y:C}).filter(E=>E.i!==m.i).length>0,T&&(C=m.y,r=m.h,O=m.x,n=m.w,b=!1)),m.w=n,m.h=r,m});if(!R)return;y=_,b&&(y=(0,A.moveElement)(_,R,O,C,!0,this.props.preventCollision,(0,A.compactType)(this.props),p,v));const x={w:R.w,h:R.h,x:R.x,y:R.y,static:!0,i:e};this.props.onResize(y,c,R,x,a,i),this.setState({layout:v?y:(0,A.compact)(y,(0,A.compactType)(this.props),p),activeDrag:x})}),ye(this,"onResizeStop",(e,n,r,o)=>{let{e:a,node:i}=o;const{layout:u,oldResizeItem:s}=this.state,{cols:c,allowOverlap:f}=this.props,p=(0,A.getLayoutItem)(u,e),h=f?u:(0,A.compact)(u,(0,A.compactType)(this.props),c);this.props.onResizeStop(h,s,p,null,a,i);const{oldLayout:v}=this.state;this.setState({activeDrag:null,layout:h,oldResizeItem:null,oldLayout:null,resizing:!1}),this.onLayoutMaybeChanged(h,v)}),ye(this,"onDragOver",e=>{var _;if(e.preventDefault(),e.stopPropagation(),Co&&!((_=e.nativeEvent.target)!=null&&_.classList.contains(Ro)))return!1;const{droppingItem:n,onDropDragOver:r,margin:o,cols:a,rowHeight:i,maxRows:u,width:s,containerPadding:c,transformScale:f}=this.props,p=r==null?void 0:r(e);if(p===!1)return this.state.droppingDOMNode&&this.removeDroppingPlaceholder(),!1;const h={...n,...p},{layout:v}=this.state,b=e.currentTarget.getBoundingClientRect(),y=e.clientX-b.left,O=e.clientY-b.top,C={left:y/f,top:O/f,e};if(this.state.droppingDOMNode){if(this.state.droppingPosition){const{left:R,top:x}=this.state.droppingPosition;(R!=y||x!=O)&&this.setState({droppingPosition:C})}}else{const R={cols:a,margin:o,maxRows:u,rowHeight:i,containerWidth:s,containerPadding:c||o},x=(0,ls.calcXY)(R,O,y,h.w,h.h);this.setState({droppingDOMNode:Ke.createElement("div",{key:h.i}),droppingPosition:C,layout:[...v,{...h,x:x.x,y:x.y,static:!1,isDraggable:!0}]})}}),ye(this,"removeDroppingPlaceholder",()=>{const{droppingItem:e,cols:n}=this.props,{layout:r}=this.state,o=(0,A.compact)(r.filter(a=>a.i!==e.i),(0,A.compactType)(this.props),n,this.props.allowOverlap);this.setState({layout:o,droppingDOMNode:null,activeDrag:null,droppingPosition:void 0})}),ye(this,"onDragLeave",e=>{e.preventDefault(),e.stopPropagation(),this.dragEnterCounter--,this.dragEnterCounter===0&&this.removeDroppingPlaceholder()}),ye(this,"onDragEnter",e=>{e.preventDefault(),e.stopPropagation(),this.dragEnterCounter++}),ye(this,"onDrop",e=>{e.preventDefault(),e.stopPropagation();const{droppingItem:n}=this.props,{layout:r}=this.state,o=r.find(a=>a.i===n.i);this.dragEnterCounter=0,this.removeDroppingPlaceholder(),this.props.onDrop(r,o,e)})}componentDidMount(){this.setState({mounted:!0}),this.onLayoutMaybeChanged(this.state.layout,this.props.layout)}static getDerivedStateFromProps(e,n){let r;return n.activeDrag?null:(!(0,lr.deepEqual)(e.layout,n.propsLayout)||e.compactType!==n.compactType?r=e.layout:(0,A.childrenEqual)(e.children,n.children)||(r=n.layout),r?{layout:(0,A.synchronizeLayoutWithChildren)(r,e.children,e.cols,(0,A.compactType)(e),e.allowOverlap),compactType:e.compactType,children:e.children,propsLayout:e.layout}:null)}shouldComponentUpdate(e,n){return this.props.children!==e.children||!(0,A.fastRGLPropsEqual)(this.props,e,lr.deepEqual)||this.state.activeDrag!==n.activeDrag||this.state.mounted!==n.mounted||this.state.droppingPosition!==n.droppingPosition}componentDidUpdate(e,n){if(!this.state.activeDrag){const r=this.state.layout,o=n.layout;this.onLayoutMaybeChanged(r,o)}}containerHeight(){if(!this.props.autoSize)return;const e=(0,A.bottom)(this.state.layout),n=this.props.containerPadding?this.props.containerPadding[1]:this.props.margin[1];return e*this.props.rowHeight+(e-1)*this.props.margin[1]+n*2+"px"}onLayoutMaybeChanged(e,n){n||(n=this.state.layout),(0,lr.deepEqual)(n,e)||this.props.onLayoutChange(e)}placeholder(){const{activeDrag:e}=this.state;if(!e)return null;const{width:n,cols:r,margin:o,containerPadding:a,rowHeight:i,maxRows:u,useCSSTransforms:s,transformScale:c}=this.props;return Ke.createElement(So.default,{w:e.w,h:e.h,x:e.x,y:e.y,i:e.i,className:`react-grid-placeholder ${this.state.resizing?"placeholder-resizing":""}`,containerWidth:n,cols:r,margin:o,containerPadding:a||o,maxRows:u,rowHeight:i,isDraggable:!1,isResizable:!1,isBounded:!1,useCSSTransforms:s,transformScale:c},Ke.createElement("div",null))}processGridItem(e,n){if(!e||!e.key)return;const r=(0,A.getLayoutItem)(this.state.layout,String(e.key));if(!r)return null;const{width:o,cols:a,margin:i,containerPadding:u,rowHeight:s,maxRows:c,isDraggable:f,isResizable:p,isBounded:h,useCSSTransforms:v,transformScale:b,draggableCancel:y,draggableHandle:O,resizeHandles:C,resizeHandle:_}=this.props,{mounted:R,droppingPosition:x}=this.state,m=typeof r.isDraggable=="boolean"?r.isDraggable:!r.static&&f,T=typeof r.isResizable=="boolean"?r.isResizable:!r.static&&p,I=r.resizeHandles||C,E=m&&h&&r.isBounded!==!1;return Ke.createElement(So.default,{containerWidth:o,cols:a,margin:i,containerPadding:u||i,maxRows:c,rowHeight:s,cancel:y,handle:O,onDragStop:this.onDragStop,onDragStart:this.onDragStart,onDrag:this.onDrag,onResizeStart:this.onResizeStart,onResize:this.onResize,onResizeStop:this.onResizeStop,isDraggable:m,isResizable:T,isBounded:E,useCSSTransforms:v&&R,usePercentages:!R,transformScale:b,w:r.w,h:r.h,x:r.x,y:r.y,i:r.i,minH:r.minH,minW:r.minW,maxH:r.maxH,maxW:r.maxW,static:r.static,droppingPosition:n?x:void 0,resizeHandles:I,resizeHandle:_},e)}render(){const{className:e,style:n,isDroppable:r,innerRef:o}=this.props,a=(0,ss.default)(Ro,e),i={height:this.containerHeight(),...n};return Ke.createElement("div",{ref:o,className:a,style:i,onDrop:r?this.onDrop:A.noop,onDragLeave:r?this.onDragLeave:A.noop,onDragEnter:r?this.onDragEnter:A.noop,onDragOver:r?this.onDragOver:A.noop},Ke.Children.map(this.props.children,u=>this.processGridItem(u)),r&&this.state.droppingDOMNode&&this.processGridItem(this.state.droppingDOMNode,!0),this.placeholder())}}gt.default=Zt,ye(Zt,"displayName","ReactGridLayout"),ye(Zt,"propTypes",us.default),ye(Zt,"defaultProps",{autoSize:!0,cols:12,className:"",style:{},draggableHandle:"",draggableCancel:"",containerPadding:null,rowHeight:150,maxRows:1/0,layout:[],margin:[10,10],isBounded:!1,isDraggable:!0,isResizable:!0,allowOverlap:!1,isDroppable:!1,useCSSTransforms:!0,transformScale:1,verticalCompact:!0,compactType:"vertical",preventCollision:!1,droppingItem:{i:"__dropping-elem__",h:1,w:1},resizeHandles:["se"],onLayoutChange:A.noop,onDragStart:A.noop,onDrag:A.noop,onDragStop:A.noop,onResizeStart:A.noop,onResize:A.noop,onResizeStop:A.noop,onDrop:A.noop,onDropDragOver:A.noop});var Jt={},Ze={};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.findOrGenerateResponsiveLayout=ms,Ze.getBreakpointFromWidth=ps,Ze.getColsFromBreakpoint=hs,Ze.sortBreakpoints=cr;var Qt=G;function ps(t,e){const n=cr(t);let r=n[0];for(let o=1,a=n.length;o<a;o++){const i=n[o];e>t[i]&&(r=i)}return r}function hs(t,e){if(!e[t])throw new Error("ResponsiveReactGridLayout: `cols` entry for breakpoint "+t+" is missing!");return e[t]}function ms(t,e,n,r,o,a){if(t[n])return(0,Qt.cloneLayout)(t[n]);let i=t[r];const u=cr(e),s=u.slice(u.indexOf(n));for(let c=0,f=s.length;c<f;c++){const p=s[c];if(t[p]){i=t[p];break}}return i=(0,Qt.cloneLayout)(i||[]),(0,Qt.compact)((0,Qt.correctBounds)(i,{cols:o}),a,o)}function cr(t){return Object.keys(t).sort(function(n,r){return t[n]-t[r]})}Object.defineProperty(Jt,"__esModule",{value:!0}),Jt.default=void 0;var To=vs(w),Re=Io(He),dr=Pn,at=G,Je=Ze,gs=Io(gt);function Io(t){return t&&t.__esModule?t:{default:t}}function wo(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(wo=function(r){return r?n:e})(t)}function vs(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=wo(e);if(n&&n.has(t))return n.get(t);var r={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function fr(){return fr=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},fr.apply(this,arguments)}function en(t,e,n){return e=ys(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ys(t){var e=Ss(t,"string");return typeof e=="symbol"?e:String(e)}function Ss(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}const _o=t=>Object.prototype.toString.call(t);function tn(t,e){return t==null?null:Array.isArray(t)?t:t[e]}class pr extends To.Component{constructor(){super(...arguments),en(this,"state",this.generateInitialState()),en(this,"onLayoutChange",e=>{this.props.onLayoutChange(e,{...this.props.layouts,[this.state.breakpoint]:e})})}generateInitialState(){const{width:e,breakpoints:n,layouts:r,cols:o}=this.props,a=(0,Je.getBreakpointFromWidth)(n,e),i=(0,Je.getColsFromBreakpoint)(a,o),u=this.props.verticalCompact===!1?null:this.props.compactType;return{layout:(0,Je.findOrGenerateResponsiveLayout)(r,n,a,a,i,u),breakpoint:a,cols:i}}static getDerivedStateFromProps(e,n){if(!(0,dr.deepEqual)(e.layouts,n.layouts)){const{breakpoint:r,cols:o}=n;return{layout:(0,Je.findOrGenerateResponsiveLayout)(e.layouts,e.breakpoints,r,r,o,e.compactType),layouts:e.layouts}}return null}componentDidUpdate(e){(this.props.width!=e.width||this.props.breakpoint!==e.breakpoint||!(0,dr.deepEqual)(this.props.breakpoints,e.breakpoints)||!(0,dr.deepEqual)(this.props.cols,e.cols))&&this.onWidthChange(e)}onWidthChange(e){const{breakpoints:n,cols:r,layouts:o,compactType:a}=this.props,i=this.props.breakpoint||(0,Je.getBreakpointFromWidth)(this.props.breakpoints,this.props.width),u=this.state.breakpoint,s=(0,Je.getColsFromBreakpoint)(i,r),c={...o};if(u!==i||e.breakpoints!==n||e.cols!==r){u in c||(c[u]=(0,at.cloneLayout)(this.state.layout));let h=(0,Je.findOrGenerateResponsiveLayout)(c,n,i,u,s,a);h=(0,at.synchronizeLayoutWithChildren)(h,this.props.children,s,a,this.props.allowOverlap),c[i]=h,this.props.onLayoutChange(h,c),this.props.onBreakpointChange(i,s),this.setState({breakpoint:i,layout:h,cols:s})}const f=tn(this.props.margin,i),p=tn(this.props.containerPadding,i);this.props.onWidthChange(this.props.width,f,s,p)}render(){const{breakpoint:e,breakpoints:n,cols:r,layouts:o,margin:a,containerPadding:i,onBreakpointChange:u,onLayoutChange:s,onWidthChange:c,...f}=this.props;return To.createElement(gs.default,fr({},f,{margin:tn(a,this.state.breakpoint),containerPadding:tn(i,this.state.breakpoint),onLayoutChange:this.onLayoutChange,layout:this.state.layout,cols:this.state.cols}))}}Jt.default=pr,en(pr,"propTypes",{breakpoint:Re.default.string,breakpoints:Re.default.object,allowOverlap:Re.default.bool,cols:Re.default.object,margin:Re.default.oneOfType([Re.default.array,Re.default.object]),containerPadding:Re.default.oneOfType([Re.default.array,Re.default.object]),layouts(t,e){if(_o(t[e])!=="[object Object]")throw new Error("Layout property must be an object. Received: "+_o(t[e]));Object.keys(t[e]).forEach(n=>{if(!(n in t.breakpoints))throw new Error("Each key in layouts must align with a key in breakpoints.");(0,at.validateLayout)(t.layouts[n],"layouts."+n)})},width:Re.default.number.isRequired,onBreakpointChange:Re.default.func,onLayoutChange:Re.default.func,onWidthChange:Re.default.func}),en(pr,"defaultProps",{breakpoints:{lg:1200,md:996,sm:768,xs:480,xxs:0},cols:{lg:12,md:10,sm:6,xs:4,xxs:2},containerPadding:{lg:null,md:null,sm:null,xs:null,xxs:null},layouts:{},margin:[10,10],allowOverlap:!1,onBreakpointChange:at.noop,onLayoutChange:at.noop,onWidthChange:at.noop});var hr={},xo=function(){if(typeof Map<"u")return Map;function t(e,n){var r=-1;return e.some(function(o,a){return o[0]===n?(r=a,!0):!1}),r}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(n){var r=t(this.__entries__,n),o=this.__entries__[r];return o&&o[1]},e.prototype.set=function(n,r){var o=t(this.__entries__,n);~o?this.__entries__[o][1]=r:this.__entries__.push([n,r])},e.prototype.delete=function(n){var r=this.__entries__,o=t(r,n);~o&&r.splice(o,1)},e.prototype.has=function(n){return!!~t(this.__entries__,n)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(n,r){r===void 0&&(r=null);for(var o=0,a=this.__entries__;o<a.length;o++){var i=a[o];n.call(r,i[1],i[0])}},e}()}(),mr=typeof window<"u"&&typeof document<"u"&&window.document===document,nn=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),bs=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(nn):function(t){return setTimeout(function(){return t(Date.now())},1e3/60)}}(),Rs=2;function Cs(t,e){var n=!1,r=!1,o=0;function a(){n&&(n=!1,t()),r&&u()}function i(){bs(a)}function u(){var s=Date.now();if(n){if(s-o<Rs)return;r=!0}else n=!0,r=!1,setTimeout(i,e);o=s}return u}var Ts=20,Is=["top","right","bottom","left","width","height","size","weight"],ws=typeof MutationObserver<"u",_s=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=Cs(this.refresh.bind(this),Ts)}return t.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},t.prototype.removeObserver=function(e){var n=this.observers_,r=n.indexOf(e);~r&&n.splice(r,1),!n.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},t.prototype.updateObservers_=function(){var e=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return e.forEach(function(n){return n.broadcastActive()}),e.length>0},t.prototype.connect_=function(){!mr||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),ws?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){!mr||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(e){var n=e.propertyName,r=n===void 0?"":n,o=Is.some(function(a){return!!~r.indexOf(a)});o&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),Eo=function(t,e){for(var n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];Object.defineProperty(t,o,{value:e[o],enumerable:!1,writable:!1,configurable:!0})}return t},it=function(t){var e=t&&t.ownerDocument&&t.ownerDocument.defaultView;return e||nn},Oo=on(0,0,0,0);function rn(t){return parseFloat(t)||0}function Mo(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce(function(r,o){var a=t["border-"+o+"-width"];return r+rn(a)},0)}function xs(t){for(var e=["top","right","bottom","left"],n={},r=0,o=e;r<o.length;r++){var a=o[r],i=t["padding-"+a];n[a]=rn(i)}return n}function Es(t){var e=t.getBBox();return on(0,0,e.width,e.height)}function Os(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return Oo;var r=it(t).getComputedStyle(t),o=xs(r),a=o.left+o.right,i=o.top+o.bottom,u=rn(r.width),s=rn(r.height);if(r.boxSizing==="border-box"&&(Math.round(u+a)!==e&&(u-=Mo(r,"left","right")+a),Math.round(s+i)!==n&&(s-=Mo(r,"top","bottom")+i)),!Ps(t)){var c=Math.round(u+a)-e,f=Math.round(s+i)-n;Math.abs(c)!==1&&(u-=c),Math.abs(f)!==1&&(s-=f)}return on(o.left,o.top,u,s)}var Ms=function(){return typeof SVGGraphicsElement<"u"?function(t){return t instanceof it(t).SVGGraphicsElement}:function(t){return t instanceof it(t).SVGElement&&typeof t.getBBox=="function"}}();function Ps(t){return t===it(t).document.documentElement}function Ds(t){return mr?Ms(t)?Es(t):Os(t):Oo}function Ns(t){var e=t.x,n=t.y,r=t.width,o=t.height,a=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,i=Object.create(a.prototype);return Eo(i,{x:e,y:n,width:r,height:o,top:n,right:e+r,bottom:o+n,left:e}),i}function on(t,e,n,r){return{x:t,y:e,width:n,height:r}}var js=function(){function t(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=on(0,0,0,0),this.target=e}return t.prototype.isActive=function(){var e=Ds(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},t}(),Ls=function(){function t(e,n){var r=Ns(n);Eo(this,{target:e,contentRect:r})}return t}(),Vs=function(){function t(e,n,r){if(this.activeObservations_=[],this.observations_=new xo,typeof e!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=n,this.callbackCtx_=r}return t.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof it(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(e)||(n.set(e,new js(e)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof it(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(e)&&(n.delete(e),n.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&e.activeObservations_.push(n)})},t.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,n=this.activeObservations_.map(function(r){return new Ls(r.target,r.broadcastRect())});this.callback_.call(e,n,e),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),Po=typeof WeakMap<"u"?new WeakMap:new xo,Do=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=_s.getInstance(),r=new Vs(e,n,this);Po.set(this,r)}return t}();["observe","unobserve","disconnect"].forEach(function(t){Do.prototype[t]=function(){var e;return(e=Po.get(this))[t].apply(e,arguments)}});var Us=function(){return typeof nn.ResizeObserver<"u"?nn.ResizeObserver:Do}();const zs=wr(Object.freeze(Object.defineProperty({__proto__:null,default:Us},Symbol.toStringTag,{value:"Module"})));Object.defineProperty(hr,"__esModule",{value:!0}),hr.default=$s;var an=Hs(w),As=gr(He),ks=gr(zs),Ws=gr(Nn);function gr(t){return t&&t.__esModule?t:{default:t}}function No(t){if(typeof WeakMap!="function")return null;var e=new WeakMap,n=new WeakMap;return(No=function(r){return r?n:e})(t)}function Hs(t,e){if(t&&t.__esModule)return t;if(t===null||typeof t!="object"&&typeof t!="function")return{default:t};var n=No(e);if(n&&n.has(t))return n.get(t);var r={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in t)if(a!=="default"&&Object.prototype.hasOwnProperty.call(t,a)){var i=o?Object.getOwnPropertyDescriptor(t,a):null;i&&(i.get||i.set)?Object.defineProperty(r,a,i):r[a]=t[a]}return r.default=t,n&&n.set(t,r),r}function vr(){return vr=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},vr.apply(this,arguments)}function st(t,e,n){return e=Fs(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Fs(t){var e=Bs(t,"string");return typeof e=="symbol"?e:String(e)}function Bs(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}const Gs="react-grid-layout";function $s(t){var e;return e=class extends an.Component{constructor(){super(...arguments),st(this,"state",{width:1280}),st(this,"elementRef",an.createRef()),st(this,"mounted",!1),st(this,"resizeObserver",void 0)}componentDidMount(){this.mounted=!0,this.resizeObserver=new ks.default(o=>{if(this.elementRef.current instanceof HTMLElement){const i=o[0].contentRect.width;this.setState({width:i})}});const r=this.elementRef.current;r instanceof HTMLElement&&this.resizeObserver.observe(r)}componentWillUnmount(){this.mounted=!1;const r=this.elementRef.current;r instanceof HTMLElement&&this.resizeObserver.unobserve(r),this.resizeObserver.disconnect()}render(){const{measureBeforeMount:r,...o}=this.props;return r&&!this.mounted?an.createElement("div",{className:(0,Ws.default)(this.props.className,Gs),style:this.props.style,ref:this.elementRef}):an.createElement(t,vr({innerRef:this.elementRef},o,this.state))}},st(e,"defaultProps",{measureBeforeMount:!1}),st(e,"propTypes",{measureBeforeMount:As.default.bool}),e}(function(t){t.exports=gt.default,t.exports.utils=G,t.exports.calculateUtils=Pe,t.exports.Responsive=Jt.default,t.exports.Responsive.utils=Ze,t.exports.WidthProvider=hr.default})(Pr);var Xs=Pr.exports;const Ys=ra(Xs),Tt={type:d.CommandType.COMMAND,id:"sheet.command.delete-conditional-rule",handler(t,e){if(!e)return!1;const n=t.get(d.IUndoRedoService),r=t.get(d.ICommandService),o=t.get(d.IUniverInstanceService),a=L.getSheetCommandTarget(o,e);if(!a)return!1;const{unitId:i,subUnitId:u}=a,s={unitId:i,subUnitId:u,cfId:e.cfId},c=l.DeleteConditionalRuleMutationUndoFactory(t,s),f=r.syncExecuteCommand(l.DeleteConditionalRuleMutation.id,s);return f&&n.pushUndoRedo({unitID:i,undoMutations:c,redoMutations:[{id:l.DeleteConditionalRuleMutation.id,params:s}]}),f}},sn={type:d.CommandType.COMMAND,id:"sheet.command.move-conditional-rule",handler(t,e){if(!e)return!1;const n=t.get(d.IUndoRedoService),r=t.get(d.ICommandService),o=t.get(d.IUniverInstanceService),a=t.get(l.ConditionalFormattingRuleModel),i=L.getSheetCommandTarget(o,e);if(!i)return!1;const{unitId:u,subUnitId:s}=i,c=l.transformSupportSymmetryAnchor(e.start,e.end,a.getSubunitRules(u,s)||[],y=>y.cfId);if(!c)return!1;const[f,p]=c,h={unitId:u,subUnitId:s,start:f,end:p},v=l.MoveConditionalRuleMutationUndoFactory(h),b=r.syncExecuteCommand(l.MoveConditionalRuleMutation.id,h);return b&&n.pushUndoRedo({unitID:u,redoMutations:[{id:l.MoveConditionalRuleMutation.id,params:h}],undoMutations:v}),b}},ln={cfPreview:"univer-cf-preview"},lt=t=>{var o,a;const e=t.rule;if(!e)return null;const n=w.useMemo(()=>{if(e.type===l.CFRuleType.colorScale){const i=e.config.map((c,f)=>({color:new d.ColorKit(c.color),value:f})),u=i.length-1;return new Array(5).fill("").map((c,f,p)=>f*u/(p.length-1)).map(c=>l.getColorScaleFromValue(i,c))}return null},[e]),r=w.useMemo(()=>{if(e.type===l.CFRuleType.iconSet)return e.config.map(i=>{const u=l.iconMap[i.iconType];return u&&u[Number(i.iconId)]})},[e]);switch(e.type){case l.CFRuleType.dataBar:{const{isGradient:i}=e.config,u={width:"50%",height:"100%"},s=i?`linear-gradient(to right, ${e.config.positiveColor||l.defaultDataBarPositiveColor}, rgb(255 255 255))`:e.config.positiveColor,c=i?`linear-gradient(to right, rgb(255 255 255),${e.config.nativeColor||l.defaultDataBarNativeColor})`:e.config.nativeColor;return g.jsxs("div",{className:ln.cfPreview,children:[g.jsx("div",{style:{...u,background:c,border:`1px solid ${e.config.nativeColor||l.defaultDataBarNativeColor}`}}),g.jsx("div",{style:{...u,background:s,border:`1px solid ${e.config.positiveColor||l.defaultDataBarPositiveColor}`}})]})}case l.CFRuleType.colorScale:return n&&g.jsx("div",{className:ln.cfPreview,children:n.map((i,u)=>g.jsx("div",{style:{width:`${100/n.length}%`,height:"100%",background:i}},u))});case l.CFRuleType.iconSet:return r&&g.jsx("div",{className:ln.cfPreview,children:r.map((i,u)=>i?g.jsx("img",{style:{height:"100%"},src:i},u):g.jsx(mt,{},u))});case l.CFRuleType.highlightCell:{const{ul:i,st:u,it:s,bl:c,bg:f,cl:p}=e.style,h=(i==null?void 0:i.s)===d.BooleanNumber.TRUE,v=(u==null?void 0:u.s)===d.BooleanNumber.TRUE,b=s===d.BooleanNumber.TRUE,y=c===d.BooleanNumber.TRUE,O=(o=f==null?void 0:f.rgb)!=null?o:l.DEFAULT_BG_COLOR,C=(a=p==null?void 0:p.rgb)!=null?a:l.DEFAULT_FONT_COLOR,_={fontWeight:y?"bold":void 0,fontStyle:b?"italic":void 0,textDecoration:`${h?"underline":""} ${v?"line-through":""}`.replace(/^ /,"")||void 0,backgroundColor:O,color:C};return g.jsx("div",{style:_,className:ln.cfPreview,children:"123"})}}return null};var qs=Object.defineProperty,Ks=Object.getOwnPropertyDescriptor,Zs=(t,e,n,r)=>{for(var o=r>1?void 0:r?Ks(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&qs(e,n,o),o},Js=(t,e)=>(n,r)=>e(n,r,t);let ut=class extends d.Disposable{constructor(e){super();Ge(this,"_initLocal",()=>{});Ge(this,"_findReplaceIndex",e=>{const n=/\{([^}]+)?\}/g,r=[];let o=n.exec(e);for(;o;)r.push({startIndex:o.index,key:Number(o[1]),endIndex:o.index+o[0].length-1}),o=n.exec(e);return r});this._localeService=e,this._initLocal()}tWithReactNode(e,...n){const r=this._localeService.getLocales(),o=e.split("."),a=r&&this._localeService.resolveKeyPath(r,o);if(typeof a=="string"){const i=[];return this._findReplaceIndex(a).forEach((u,s,c)=>{const f=c[s-1]||{startIndex:0,endIndex:-1};if(f.endIndex+1<u.startIndex){const p=a.slice(f.endIndex+1,u.startIndex);p&&i.push(p)}if(n[u.key]&&i.push(n[u.key]),s===c.length-1){const p=a.slice(u.endIndex+1);p&&i.push(p)}}),i}return[]}};ut=Zs([Js(0,d.Inject(d.LocaleService))],ut);const fe={cfRuleList:"univer-cf-rule-list",ruleSelector:"univer-rule-selector",select:"univer-select",selectSelector:"univer-select-selector",selectSelectionItem:"univer-select-selection-item",selectSelectionSearchInput:"univer-select-selection-search-input",btnList:"univer-btn-list",gap:"univer-gap",icon:"univer-icon",disabled:"univer-disabled",ruleItem:"univer-rule-item",ruleDescribe:"univer-rule-describe",ruleType:"univer-rule-type",ruleRange:"univer-rule-range",active:"univer-active",draggableHandle:"univer-draggableHandle",deleteItem:"univer-delete-item",gridLayoutWrap:"univer-grid-layout-wrap",reactGridItem:"univer-react-grid-item"},Qs=(t,e)=>{const n=t.rule;switch(n.type){case l.CFRuleType.colorScale:return e.t("sheet.cf.ruleType.colorScale");case l.CFRuleType.dataBar:return e.t("sheet.cf.ruleType.dataBar");case l.CFRuleType.iconSet:return e.t("sheet.cf.ruleType.iconSet");case l.CFRuleType.highlightCell:switch(n.subType){case l.CFSubRuleType.average:{const r=n.operator;return e.t(`sheet.cf.preview.describe.${r}`,e.t("sheet.cf.subRuleType.average"))}case l.CFSubRuleType.duplicateValues:return e.t("sheet.cf.subRuleType.duplicateValues");case l.CFSubRuleType.uniqueValues:return e.t("sheet.cf.subRuleType.uniqueValues");case l.CFSubRuleType.number:{const r=n.operator;return e.t(`sheet.cf.preview.describe.${r}`,...Array.isArray(n.value)?n.value.map(o=>String(o)):[String(n.value||"")])}case l.CFSubRuleType.text:{const r=n.operator;return e.t(`sheet.cf.preview.describe.${r}`,n.value||"")}case l.CFSubRuleType.timePeriod:{const r=n.operator;return e.t(`sheet.cf.preview.describe.${r}`)}case l.CFSubRuleType.rank:return n.isPercent?n.isBottom?e.t("sheet.cf.preview.describe.bottomNPercent",String(n.value)):e.t("sheet.cf.preview.describe.topNPercent",String(n.value)):n.isBottom?e.t("sheet.cf.preview.describe.bottomN",String(n.value)):e.t("sheet.cf.preview.describe.topN",String(n.value));case l.CFSubRuleType.formula:return e.t("sheet.cf.ruleType.formula")}}};let jo=0;const el=t=>{const{onClick:e}=t,n=d.useDependency(l.ConditionalFormattingRuleModel),r=d.useDependency(d.IUniverInstanceService),o=d.useDependency(L.SheetsSelectionsService),a=d.useDependency(d.ICommandService),i=d.useDependency(d.LocaleService),u=d.useDependency(d.Injector),s=d.useDependency(ut),c=ge.useObservable(()=>r.getCurrentTypeOfUnit$(d.UniverInstanceType.UNIVER_SHEET),void 0,void 0,[]),f=c.getUnitId(),p=c.getActiveSheet();if(!p)throw new Error("No active sheet found");const h=p.getSheetId(),[v,b]=w.useState([]),[y,O]=w.useState("2"),[C,_]=w.useState(0),[R,x]=w.useState(-1),[m,T]=w.useState(jo),I=w.useRef(null),E=[{label:i.t("sheet.cf.panel.workSheet"),value:"2"},{label:i.t("sheet.cf.panel.selectedRange"),value:"1"}],D=()=>{const z=n.getSubunitRules(f,h);if(!z||!z.length)return[];if(y==="1"){const Y=o.getCurrentLastSelection();if(!Y)return[];const ne=Y.range;return z.filter(pe=>pe.ranges.some(Ce=>d.Rectangle.intersects(Ce,ne)))}else if(y==="2")return[...z];return[]},[U,F]=w.useState(D);ae.useHighlightRange(v),w.useEffect(()=>{const z=a.onCommandExecuted(Y=>{Y.id===L.SetWorksheetActiveOperation.id&&_(Math.random())});return()=>z.dispose()}),w.useEffect(()=>{F(D)},[y,C,f,h]),w.useEffect(()=>{if(y==="2")return;const z=new Me.Observable(Y=>{const ne=[L.SetSelectionsOperation.id,l.AddConditionalRuleMutation.id,l.SetConditionalRuleMutation.id,l.DeleteConditionalRuleMutation.id,l.MoveConditionalRuleMutation.id],re=a.onCommandExecuted(pe=>{const{id:Ce,params:Oe}=pe,ke=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId();ne.includes(Ce)&&Oe.unitId===ke&&Y.next(null)});return()=>re.dispose()}).pipe(Me.debounceTime(16)).subscribe(()=>{F(D)});return()=>{z.unsubscribe()}},[r,y,f,h]),w.useEffect(()=>{const z=n.$ruleChange.subscribe(()=>{_(Math.random())});return()=>z.unsubscribe()},[n]),w.useEffect(()=>{const z=()=>{var pe;const re=Math.max(0,(((pe=I.current)==null?void 0:pe.getBoundingClientRect().width)||0)-8);return jo=re,re},ne=new Me.Observable(re=>{const pe=document.querySelector(".univer-sidebar");if(pe){let Ce=setTimeout(()=>{re.next()},150);const Oe=()=>{Ce&&clearTimeout(Ce),Ce=null},ke=N=>{N.propertyName==="width"&&(Oe(),re.next())};return pe.addEventListener("transitionend",ke),()=>{Oe(),pe.removeEventListener("transitionend",ke)}}}).pipe(Me.debounceTime(16)).subscribe(()=>{T(z())});return()=>{ne.unsubscribe()}},[]);const X=z=>{var re;const Y=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),ne=(re=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:re.getSheetId();if(!Y||!ne)throw new Error("No active sheet found");a.executeCommand(Tt.id,{unitId:Y,subUnitId:ne,cfId:z.cfId})},S=(z,Y)=>{x(Y.y)},M=(z,Y,ne)=>{var N;x(-1);const re=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),pe=(N=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:N.getSheetId();if(!re||!pe)throw new Error("No active sheet found");const Ce=k=>{const Z=U.length;return Math.min(Z-1,Math.max(0,k))},Oe=U[Ce(Y.y)].cfId,ke=U[Ce(ne.y)].cfId;Oe!==ke&&a.executeCommand(sn.id,{unitId:re,subUnitId:pe,start:{id:Oe,type:"self"},end:{id:ke,type:ne.y>Y.y?"after":"before"}})},W=()=>{t.onCreate()},te=()=>{y==="2"?a.executeCommand(ht.id):y==="1"&&U.map(Y=>({unitId:f,subUnitId:h,cfId:Y.cfId})).forEach(Y=>{a.executeCommand(Tt.id,Y)})},q=w.useMemo(()=>{const z=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),Y=z.getActiveSheet();return U.filter(ne=>{const re=ne.ranges;return L.checkRangesEditablePermission(u,z.getUnitId(),Y.getSheetId(),re)})},[U]),de=q.map((z,Y)=>({i:z.cfId,x:0,w:12,y:Y,h:1,isResizable:!1})),se=w.useMemo(()=>{const z=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),Y=z.getActiveSheet();return U.every(ne=>{const re=ne.ranges;return L.checkRangesEditablePermission(u,z.getUnitId(),Y.getSheetId(),re)})},[U]);return g.jsxs("div",{className:fe.cfRuleList,children:[g.jsxs("div",{className:fe.ruleSelector,children:[g.jsx("div",{children:s.tWithReactNode("sheet.cf.panel.managerRuleSelect",g.jsx($.Select,{className:fe.select,options:E,value:y,onChange:z=>{O(z)}})).map((z,Y)=>g.jsx("span",{children:z},Y))}),g.jsxs("div",{className:fe.btnList,children:[g.jsx($.Tooltip,{title:i.t("sheet.cf.panel.createRule"),placement:"bottom",children:g.jsx("div",{className:`${fe.icon}`,onClick:W,children:g.jsx(Or,{})})}),U.length&&se?g.jsx($.Tooltip,{title:i.t("sheet.cf.panel.clear"),placement:"bottom",children:g.jsx("div",{className:`${fe.gap} ${fe.icon}`,onClick:te,children:g.jsx(zt,{})})}):g.jsx("div",{className:`${fe.gap} ${fe.disabled}`,children:g.jsx(zt,{})})]})]}),g.jsx("div",{ref:I,className:fe.gridLayoutWrap,children:m?g.jsx(Ys,{onDragStop:M,onDragStart:S,layout:de,cols:12,rowHeight:60,width:m,margin:[0,10],draggableHandle:".draggableHandle",children:q==null?void 0:q.map((z,Y)=>g.jsx("div",{children:g.jsxs("div",{onMouseMove:()=>{z.ranges!==v&&b(z.ranges)},onMouseLeave:()=>b([]),onClick:()=>{e(z)},className:`${fe.ruleItem} ${R===Y?fe.active:""}`,children:[g.jsx("div",{className:`${fe.draggableHandle} draggableHandle`,onClick:ne=>ne.stopPropagation(),children:g.jsx(Mr,{})}),g.jsxs("div",{className:fe.ruleDescribe,children:[g.jsx("div",{className:fe.ruleType,children:Qs(z,i)}),g.jsx("div",{className:fe.ruleRange,children:z.ranges.map(ne=>bn.serializeRange(ne)).join(",")})]}),g.jsx("div",{className:fe.preview,children:g.jsx(lt,{rule:z.rule})}),g.jsx("div",{className:`${fe.deleteItem} ${R===Y?fe.active:""}`,onClick:ne=>{ne.stopPropagation(),X(z),b([])},children:g.jsx(zt,{})})]})},`${z.cfId}`))}):null})]})},It={type:d.CommandType.COMMAND,id:"sheet.command.add-conditional-rule",handler(t,e){if(!e)return!1;const{rule:n}=e,r=t.get(d.IUndoRedoService),o=t.get(d.ICommandService),a=t.get(l.ConditionalFormattingRuleModel),i=t.get(d.IUniverInstanceService),u=L.getSheetCommandTarget(i);if(!u)return!1;const{unitId:s,subUnitId:c}=u,f=a.createCfId(s,c),p={unitId:s,subUnitId:c,rule:{...n,cfId:n.cfId||f}},h=l.AddConditionalRuleMutationUndoFactory(t,p),v=o.syncExecuteCommand(l.AddConditionalRuleMutation.id,p);return v&&r.pushUndoRedo({unitID:s,redoMutations:[{id:l.AddConditionalRuleMutation.id,params:p}],undoMutations:[h]}),v}},un={type:d.CommandType.COMMAND,id:"sheet.command.set-conditional-rule",handler(t,e){if(!e)return!1;const n=t.get(d.IUndoRedoService),r=t.get(d.ICommandService),o=t.get(d.IUniverInstanceService),a=L.getSheetCommandTarget(o,e);if(!a)return!1;const{unitId:i,subUnitId:u}=a,s={unitId:i,subUnitId:u,rule:e.rule},c=l.setConditionalRuleMutationUndoFactory(t,s),f=r.syncExecuteCommand(l.SetConditionalRuleMutation.id,s);return f&&n.pushUndoRedo({unitID:i,undoMutations:c,redoMutations:[{id:l.SetConditionalRuleMutation.id,params:s}]}),f}},yr={cfColorPicker:"univer-cf-color-picker",cfColorPickerIcon:"univer-cf-color-picker-icon",iconDropdown:"univer-icon-dropdown"},Qe=t=>{const{color:e,onChange:n,disable:r=!1,iconId:o="PaintBucket",className:a,isNeedDropdownIcon:i=!0}=t,u=d.useDependency(ge.ComponentManager),s=w.useMemo(()=>new d.ColorKit(e),[e]),c=u.get(o);return c&&(r?g.jsx(c,{className:a,extend:{colorChannel1:s.isValid?e:"rgb(var(--primary-color))"}}):g.jsx($.Dropdown,{overlay:g.jsx("div",{className:`${yr.cfColorPicker} `,children:g.jsx($.ColorPicker,{color:e,onChange:n})}),children:g.jsxs("span",{className:`${yr.cfColorPickerIcon} ${a}`,children:[g.jsx(c,{extend:{colorChannel1:s.isValid?e:"rgb(var(--primary-color))"}}),i&&g.jsx(At,{className:yr.iconDropdown})]})}))},j={cfRuleStyleEditor:"univer-cf-rule-style-editor",cfPreviewWrap:"univer-cf-preview-wrap",text:"univer-text",positionRelative:"univer-position-relative",btnList:"univer-btn-list",utilItem:"univer-util-item",iconSet:"univer-icon-set",renderConfig:"univer-render-config",flex:"univer-flex",width45:"univer-width45",iconWrap:"univer-icon-wrap",icon:"univer-icon",dropdownIcon:"univer-dropdown-icon",errorInput:"univer-error-input",errorText:"univer-error-text",iconGroupList:"univer-icon-group-list",title:"univer-title",group:"univer-group",itemContent:"univer-item-content",itemWrap:"univer-item-wrap",item:"univer-item",iconItemListWrap:"univer-icon-item-list-wrap",none:"univer-none",iconItemList:"univer-icon-item-list",width100:"univer-width100",stress:"univer-stress"},et=(t,e)=>({label:e.t(`sheet.cf.valueType.${t}`),value:t}),Sr=t=>{var b;const{type:e,className:n,onChange:r,id:o,value:a}=t,i=d.useDependency(d.IUniverInstanceService),u=i.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),s=(b=i.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:b.getSheetId(),c=w.useMemo(()=>String(a).startsWith("=")?String(a):"=",[a]),f=w.useMemo(()=>[l.CFValueType.max,l.CFValueType.min,"none"].includes(e)?{disabled:!0}:[l.CFValueType.percent,l.CFValueType.percentile].includes(e)?{min:0,max:100}:{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER},[e]),p=w.useRef({}),[h,v]=w.useState(!1);return ge.useSidebarClick(y=>{var C;const O=(C=p.current)==null?void 0:C.handleOutClick;O&&O(y,()=>v(!1))}),e===l.CFValueType.formula?g.jsx("div",{style:{width:"100%",marginLeft:4},children:g.jsx(pt.FormulaEditor,{initValue:c,unitId:u,subUnitId:s,isFocus:h,onChange:(y="")=>{r(y||"")},onFocus:()=>v(!0),actions:p.current})}):g.jsx($.InputNumber,{className:n,value:Number(t.value)||0,onChange:y=>t.onChange(y||0),...f})},tl=t=>{var X;const{interceptorManager:e}=t,n=d.useDependency(d.LocaleService),r=((X=t.rule)==null?void 0:X.type)===l.CFRuleType.colorScale?t.rule:void 0,o=[et(l.CFValueType.num,n),et(l.CFValueType.percent,n),et(l.CFValueType.percentile,n),et(l.CFValueType.formula,n)],a=[et(l.CFValueType.min,n),...o],i=[et("none",n),...o],u=[et(l.CFValueType.max,n),...o],[s,c]=w.useState(()=>{var M;const S=l.CFValueType.min;return r&&((M=r.config[0])==null?void 0:M.value.type)||S}),[f,p]=w.useState(()=>{var M;const S="none";return!r||r.config.length!==3?S:((M=r.config[1])==null?void 0:M.value.type)||S}),[h,v]=w.useState(()=>{var M;const S=l.CFValueType.max;return r&&((M=r.config[r.config.length-1])==null?void 0:M.value.type)||S}),[b,y]=w.useState(()=>{if(!r)return 10;const M=r.config[0];return(M==null?void 0:M.value.value)===void 0?10:M==null?void 0:M.value.value}),[O,C]=w.useState(()=>{var W;if(!r||r.config.length!==3)return 50;const M=(W=r.config[1])==null?void 0:W.value.value;return M===void 0?50:M}),[_,R]=w.useState(()=>{var W;if(!r)return 90;const M=(W=r.config[r.config.length-1])==null?void 0:W.value.value;return M===void 0?90:M}),[x,m]=w.useState(()=>{var M;const S="#d0d9fb";return r&&((M=r.config[0])==null?void 0:M.color)||S}),[T,I]=w.useState(()=>{var M;const S="#7790f3";return!r||r.config.length!==3?S:((M=r.config[1])==null?void 0:M.color)||S}),[E,D]=w.useState(()=>{var M;const S="#2e55ef";return r&&((M=r.config[r.config.length-1])==null?void 0:M.color)||S}),U=w.useMemo(()=>S=>{const{minType:M,medianType:W,maxType:te,minValue:q,medianValue:de,maxValue:se,minColor:z,medianColor:Y,maxColor:ne}=S,re=[];return re.push({color:z,value:{type:M,value:q}}),W!=="none"&&re.push({color:Y,value:{type:W,value:de}}),re.push({color:ne,value:{type:te,value:se}}),{config:re.map((Ce,Oe)=>({...Ce,index:Oe})),type:l.CFRuleType.colorScale}},[]);w.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return U({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:_,minColor:x,medianColor:T,maxColor:E})}}),[U,s,f,h,b,O,_,x,T,E,e]);const F=S=>{t.onChange(U(S))};return g.jsxs("div",{children:[g.jsx("div",{className:P.title,children:n.t("sheet.cf.panel.styleRule")}),g.jsx("div",{className:`${j.cfPreviewWrap}`,children:g.jsx(lt,{rule:U({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:_,minColor:x,medianColor:T,maxColor:E})})}),g.jsx("div",{className:P.label,children:n.t("sheet.cf.valueType.min")}),g.jsxs("div",{className:`${P.labelContainer} ${P.mTSm}`,children:[g.jsx($.Select,{style:{flexShrink:0},options:a,value:s,onChange:S=>{c(S);const M=l.createDefaultValueByValueType(S,10);y(M),F({minType:S,medianType:f,maxType:h,minValue:M,medianValue:O,maxValue:_,minColor:x,medianColor:T,maxColor:E})}}),g.jsx(Sr,{id:"min",className:`${P.mLXxs}`,value:b,type:s,onChange:S=>{y(S),F({minType:s,medianType:f,maxType:h,minValue:S,medianValue:O,maxValue:_,minColor:x,medianColor:T,maxColor:E})}}),g.jsx(Qe,{className:P.mLXxs,color:x,onChange:S=>{m(S),F({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:_,minColor:S,medianColor:T,maxColor:E})}})]}),g.jsx("div",{className:P.label,children:n.t("sheet.cf.panel.medianValue")}),g.jsxs("div",{className:`${P.labelContainer} ${P.mTSm}`,children:[g.jsx($.Select,{style:{flexShrink:0},options:i,value:f,onChange:S=>{p(S);const M=l.createDefaultValueByValueType(S,50);C(M),F({minType:s,medianType:S,maxType:h,minValue:b,medianValue:M,maxValue:_,minColor:x,medianColor:T,maxColor:E})}}),g.jsx(Sr,{id:"median",className:` ${P.mLXxs}`,value:O,type:f,onChange:S=>{C(S),F({minType:s,medianType:f,maxType:h,minValue:b,medianValue:S,maxValue:_,minColor:x,medianColor:T,maxColor:E})}}),f!=="none"&&g.jsx(Qe,{className:P.mLXxs,color:T,onChange:S=>{I(S),F({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:_,minColor:x,medianColor:S,maxColor:E})}})]}),g.jsx("div",{className:P.label,children:n.t("sheet.cf.valueType.max")}),g.jsxs("div",{className:`${P.labelContainer} ${P.mTSm}`,children:[g.jsx($.Select,{style:{flexShrink:0},options:u,value:h,onChange:S=>{v(S);const M=l.createDefaultValueByValueType(S,90);R(M),F({minType:s,medianType:f,maxType:S,minValue:b,medianValue:O,maxValue:M,minColor:x,medianColor:T,maxColor:E})}}),g.jsx(Sr,{id:"max",className:`${P.mLXxs}`,value:_,type:h,onChange:S=>{R(S),F({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:S,minColor:x,medianColor:T,maxColor:E})}}),g.jsx(Qe,{className:P.mLXxs,color:E,onChange:S=>{D(S),F({minType:s,medianType:f,maxType:h,minValue:b,medianValue:O,maxValue:_,minColor:x,medianColor:T,maxColor:S})}})]})]})},ct=(t,e)=>({label:e.t(`sheet.cf.valueType.${t}`),value:t}),Lo=t=>{var y;const{onChange:e,className:n,value:r,type:o,id:a,disabled:i=!1}=t,u=d.useDependency(d.IUniverInstanceService),s=u.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),c=(y=u.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:y.getSheetId(),f=w.useRef({}),[p,h]=w.useState(!1);ge.useSidebarClick(O=>{var _;const C=(_=f.current)==null?void 0:_.handleOutClick;C&&C(O,()=>h(!1))});const v=w.useRef(r),b=w.useMemo(()=>[l.CFValueType.percentile,l.CFValueType.percent].includes(o)?{max:100,min:0}:{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER},[o]);if(o===l.CFValueType.formula){const O=String(v.current).startsWith("=")?String(v.current)||"":"=";return g.jsx("div",{style:{width:"100%",marginLeft:12},children:g.jsx(pt.FormulaEditor,{initValue:O,unitId:s,subUnitId:c,isFocus:p,onChange:(C="")=>{e(C||"")},onFocus:()=>h(!0),actions:f.current})})}return g.jsx($.InputNumber,{className:n,value:Number(r)||0,disabled:i,onChange:O=>{e(O||0)},...b})},nl=t=>{var X;const{interceptorManager:e}=t,n=d.useDependency(d.LocaleService),r=((X=t.rule)==null?void 0:X.type)===l.CFRuleType.dataBar?t.rule:void 0,[o,a]=w.useState(()=>{var M;const S="0";return r?(M=r.config)!=null&&M.isGradient?"1":"0":S}),[i,u]=w.useState(()=>{var S;return r&&((S=r.config)==null?void 0:S.positiveColor)||l.defaultDataBarPositiveColor}),[s,c]=w.useState(()=>{var S;return r&&((S=r.config)==null?void 0:S.nativeColor)||l.defaultDataBarNativeColor}),f=[ct(l.CFValueType.num,n),ct(l.CFValueType.percent,n),ct(l.CFValueType.percentile,n),ct(l.CFValueType.formula,n)],p=[ct(l.CFValueType.min,n),...f],h=[ct(l.CFValueType.max,n),...f],[v,b]=w.useState(()=>{var M;const S=p[0].value;return r&&((M=r.config)==null?void 0:M.min.type)||S}),[y,O]=w.useState(()=>{var M;const S=h[0].value;return r&&((M=r.config)==null?void 0:M.max.type)||S}),[C,_]=w.useState(()=>{var W;if(!r)return 0;const M=((W=r.config)==null?void 0:W.min)||{};return M.type===l.CFValueType.formula?M.value||"=":M.value||0}),[R,x]=w.useState(()=>{var W;if(!r)return 100;const M=((W=r.config)==null?void 0:W.max)||{};return M.type===l.CFValueType.formula?M.value||"=":M.value===void 0?100:M.value}),[m,T]=w.useState(()=>r?r.isShowValue===void 0?!0:!!r.isShowValue:!0),I=S=>({config:{min:{type:S.minValueType,value:S.minValue},max:{type:S.maxValueType,value:S.maxValue},isGradient:S.isGradient==="1",positiveColor:S.positiveColor||l.defaultDataBarPositiveColor,nativeColor:S.nativeColor||l.defaultDataBarNativeColor},type:l.CFRuleType.dataBar,isShowValue:S.isShowValue});w.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return I({isGradient:o,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})}}),[o,C,v,R,y,i,s,e,m]);const E=S=>{t.onChange(I(S))},D=S=>{u(S),E({isGradient:o,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:S,nativeColor:s,isShowValue:m})},U=S=>{c(S),E({isGradient:o,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:S,isShowValue:m})},F=S=>f.map(M=>M.value).includes(S);return g.jsxs("div",{children:[g.jsx("div",{className:P.title,children:n.t("sheet.cf.panel.styleRule")}),g.jsx("div",{className:`${j.cfPreviewWrap}`,children:g.jsx(lt,{rule:I({isGradient:o,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})})}),g.jsxs("div",{children:[g.jsx("div",{className:P.label,children:n.t("sheet.cf.panel.fillType")}),g.jsxs("div",{className:`${P.mTSm} ${P.mLXxs} ${P.labelContainer} `,children:[g.jsxs($.RadioGroup,{value:o,onChange:S=>{a(S),E({isGradient:S,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})},children:[g.jsx($.Radio,{value:"0",children:g.jsx("span",{className:j.text,children:n.t("sheet.cf.panel.pureColor")})}),g.jsx($.Radio,{value:"1",children:g.jsx("span",{className:j.text,children:n.t("sheet.cf.panel.gradient")})})]}),g.jsxs("div",{className:`${j.utilItem} ${P.mLXl}`,children:[g.jsx($.Checkbox,{checked:!m,onChange:S=>{T(!S),E({isGradient:S,minValue:C,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:!S})}}),n.t("sheet.cf.panel.onlyShowDataBar")]})]})]}),g.jsxs("div",{children:[g.jsx("div",{className:P.label,children:n.t("sheet.cf.panel.colorSet")}),g.jsxs("div",{className:`${P.labelContainer} ${P.mTSm} ${P.mLXxs}`,children:[g.jsxs("div",{className:`${P.labelContainer}`,children:[g.jsx("div",{className:`${j.text}`,children:n.t("sheet.cf.panel.native")}),g.jsx(Qe,{color:s,onChange:U})]}),g.jsxs("div",{className:`${P.labelContainer} ${P.mLSm} `,children:[g.jsx("div",{className:`${j.text} `,children:n.t("sheet.cf.panel.positive")}),g.jsx(Qe,{color:i,onChange:D})]})]})]}),g.jsxs("div",{children:[g.jsx("div",{className:P.label,children:n.t("sheet.cf.valueType.min")}),g.jsxs("div",{className:`${P.mTSm} ${P.labelContainer}`,children:[g.jsx($.Select,{style:{width:"50%",flexShrink:0},options:p,value:v,onChange:S=>{b(S);const M=l.createDefaultValueByValueType(S,10);_(M),E({isGradient:o,minValue:M,minValueType:S,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})}}),g.jsx(Lo,{disabled:!F(v),id:"min",type:v,className:P.mLSm,value:C,onChange:S=>{_(S||0),E({isGradient:o,minValue:S||0,minValueType:v,maxValue:R,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})}})]}),g.jsx("div",{className:P.label,children:n.t("sheet.cf.valueType.max")}),g.jsxs("div",{className:`${P.mTSm} ${P.labelContainer}`,children:[g.jsx($.Select,{style:{width:"50%",flexShrink:0},options:h,value:y,onChange:S=>{O(S);const M=l.createDefaultValueByValueType(S,90);x(M),E({isGradient:o,minValue:C,minValueType:v,maxValue:M,maxValueType:S,positiveColor:i,nativeColor:s,isShowValue:m})}}),g.jsx(Lo,{disabled:!F(y),id:"max",type:y,className:P.mLSm,value:R,onChange:S=>{x(S||0),E({isGradient:o,minValue:C,minValueType:v,maxValue:S||0,maxValueType:y,positiveColor:i,nativeColor:s,isShowValue:m})}})]})]})]})};function Vo(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var o=t.length;for(e=0;e<o;e++)t[e]&&(n=Vo(t[e]))&&(r&&(r+=" "),r+=n)}else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}function cn(){for(var t,e,n=0,r="",o=arguments.length;n<o;n++)(t=arguments[n])&&(e=Vo(t))&&(r&&(r+=" "),r+=e);return r}const Ae={cfStyleEdit:"univer-cf-style-edit",buttonItem:"univer-button-item",isActive:"univer-isActive"},dn=t=>[d.BooleanNumber.FALSE,void 0].includes(t)?d.BooleanNumber.TRUE:d.BooleanNumber.FALSE,fn=t=>t!==d.BooleanNumber.FALSE,br=t=>{const{style:e,onChange:n,className:r}=t,o=d.useDependency(ge.ComponentManager),[a,i]=w.useState(()=>{if(e!=null&&e.bl)return e.bl}),[u,s]=w.useState(()=>{if(e!=null&&e.it)return e.it}),[c,f]=w.useState(()=>{if(e!=null&&e.ul)return e.ul.s}),[p,h]=w.useState(()=>{if(e!=null&&e.st)return e.st.s}),[v,b]=w.useState(()=>{var T;const m="#2f56ef";return(T=e==null?void 0:e.cl)!=null&&T.rgb?e.cl.rgb:m}),[y,O]=w.useState(()=>{var T;const m="#e8ecfc";return(T=e==null?void 0:e.bg)!=null&&T.rgb?e.bg.rgb:m}),C=o.get("BoldSingle"),_=o.get("ItalicSingle"),R=o.get("UnderlineSingle"),x=o.get("StrikethroughSingle");return w.useEffect(()=>{const m={bl:a,it:u};v!==void 0&&(m.cl={rgb:v}),y!==void 0&&(m.bg={rgb:y}),p!==void 0&&(m.st={s:p}),c!==void 0&&(m.ul={s:c}),n(l.removeUndefinedAttr(m))},[a,u,c,p,v,y]),g.jsxs("div",{className:`${Ae.cfStyleEdit} ${r}`,children:[C&&g.jsx("div",{className:cn({[Ae.isActive]:fn(a||d.BooleanNumber.FALSE)},Ae.buttonItem),onClick:()=>i(dn(a)),children:g.jsx(C,{})}),_&&g.jsx("div",{className:cn({[Ae.isActive]:fn(u||d.BooleanNumber.FALSE)},Ae.buttonItem),onClick:()=>s(dn(u)),children:g.jsx(_,{})}),R&&g.jsx("div",{className:cn({[Ae.isActive]:fn(c||d.BooleanNumber.FALSE)},Ae.buttonItem),onClick:()=>f(dn(c)),children:g.jsx(R,{})}),x&&g.jsx("div",{className:cn({[Ae.isActive]:fn(p||d.BooleanNumber.FALSE)},Ae.buttonItem),onClick:()=>h(dn(p)),children:g.jsx(x,{})}),g.jsx(Qe,{color:v,onChange:b,iconId:"FontColor"}),g.jsx(Qe,{color:y,onChange:O,iconId:"PaintBucket"})]})},rl=t=>{var x;const{onChange:e,interceptorManager:n}=t,r=d.useDependency(d.LocaleService),a=d.useDependency(d.IUniverInstanceService).getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),i=a.getActiveSheet(),u=((x=t.rule)==null?void 0:x.type)===l.CFRuleType.highlightCell?t.rule:void 0,s=w.useRef(null),[c,f]=w.useState(!1),p=w.useRef({}),[h,v]=w.useState({}),[b,y]=w.useState(()=>(u==null?void 0:u.subType)===l.CFSubRuleType.formula?u.value:"="),[O,C]=w.useState(void 0),_=m=>({style:m.style,value:b,type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.formula});w.useEffect(()=>n.intercept(n.getInterceptPoints().submit,{handler(){return _({style:h,formula:b})}}),[h,b,n]),w.useEffect(()=>n.intercept(n.getInterceptPoints().beforeSubmit,{handler:(T,I,E)=>O||b.length===1||!b.startsWith("=")?(C(r.t("sheet.cf.errorMessage.formulaError")),!1):E(T)}),[O,b]);const R=m=>{e(_(m))};return ge.useSidebarClick(m=>{var I;const T=(I=p.current)==null?void 0:I.handleOutClick;T&&T(m,()=>f(!1))}),g.jsxs("div",{ref:s,children:[g.jsx("div",{className:`${P.title} ${P.mTBase}`,children:r.t("sheet.cf.panel.styleRule")}),g.jsx("div",{className:`${P.mTSm}`,children:g.jsx(pt.FormulaEditor,{onChange:m=>{y(m),R({style:h,formula:m})},onVerify:(m,T)=>{!m||T.length===1?C(r.t("sheet.cf.errorMessage.formulaError")):C(void 0)},errorText:O,onFocus:()=>{f(!0)},actions:p.current,isFocus:c,initValue:b,unitId:a.getUnitId(),subUnitId:i==null?void 0:i.getSheetId()})}),g.jsx("div",{className:`${j.cfPreviewWrap} `,children:g.jsx(lt,{rule:_({style:h,formula:b})})}),g.jsx(br,{style:u==null?void 0:u.style,className:`${P.mTSm} `,onChange:m=>{v(m),R({style:m,formula:b})}})]})},pn=t=>g.jsxs("div",{style:{position:"relative"},children:[g.jsx("div",{style:{position:"absolute",zIndex:999,bottom:"-13px",fontSize:"10px",color:"red"},children:t.errorText}),t.children]}),ee=(t,e)=>({label:e.t(`sheet.cf.operator.${t}`),value:t}),ol=t=>{const{type:e,operator:n,onChange:r,value:o,interceptorManager:a}=t,i=d.useDependency(d.LocaleService),[u,s]=w.useState(()=>typeof o=="number"?o:0),[c,f]=w.useState(""),[p,h]=w.useState(()=>typeof o=="string"?o:""),[v,b]=w.useState(""),[y,O]=w.useState(()=>Array.isArray(o)?o[0]===void 0?0:o[0]:0),[C,_]=w.useState(""),[R,x]=w.useState(()=>Array.isArray(o)?o[1]===void 0?100:o[1]:100),[m,T]=w.useState("");switch(w.useEffect(()=>{switch(e){case l.CFSubRuleType.text:{[l.CFTextOperator.beginsWith,l.CFTextOperator.endsWith,l.CFTextOperator.containsText,l.CFTextOperator.notContainsText,l.CFTextOperator.equal,l.CFTextOperator.notEqual].includes(n)&&r(p);break}case l.CFSubRuleType.number:{[l.CFNumberOperator.equal,l.CFNumberOperator.notEqual,l.CFNumberOperator.greaterThan,l.CFNumberOperator.greaterThanOrEqual,l.CFNumberOperator.lessThan,l.CFNumberOperator.lessThanOrEqual].includes(n)&&r(u),[l.CFNumberOperator.between,l.CFNumberOperator.notBetween].includes(n)&&r([y,R]);break}}},[e]),w.useEffect(()=>{const I=a.intercept(a.getInterceptPoints().beforeSubmit,{handler:(E,D,U)=>{switch(e){case l.CFSubRuleType.text:if([l.CFTextOperator.beginsWith,l.CFTextOperator.containsText,l.CFTextOperator.endsWith,l.CFTextOperator.notEqual,l.CFTextOperator.notContainsText,l.CFTextOperator.equal].includes(n))return p?U(E):(b(i.t("sheet.cf.errorMessage.notBlank")),!1)}return U(E)}});return()=>{I()}},[e,u,p,n]),e){case l.CFSubRuleType.text:{if([l.CFTextOperator.beginsWith,l.CFTextOperator.endsWith,l.CFTextOperator.containsText,l.CFTextOperator.notContainsText,l.CFTextOperator.equal,l.CFTextOperator.notEqual].includes(n)){const I=E=>{h(E),r(E)};return g.jsx("div",{className:`${P.mTSm}`,children:g.jsx(pn,{errorText:v,children:g.jsx($.Input,{className:j.width100,value:p,onChange:E=>{b(""),I(E)}})})})}break}case l.CFSubRuleType.number:{if([l.CFNumberOperator.equal,l.CFNumberOperator.notEqual,l.CFNumberOperator.greaterThan,l.CFNumberOperator.greaterThanOrEqual,l.CFNumberOperator.lessThan,l.CFNumberOperator.lessThanOrEqual].includes(n)){const I=E=>{s(E||0),r(E||0),f("")};return g.jsx("div",{className:`${P.mTSm}`,children:g.jsx(pn,{errorText:c,children:g.jsx($.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,className:j.width100,value:u,onChange:I})})})}if([l.CFNumberOperator.between,l.CFNumberOperator.notBetween].includes(n)){const I=D=>{O(D||0),r([D||0,R]),_("")},E=D=>{x(D||0),r([y,D||0]),T("")};return g.jsxs("div",{className:`${P.mTSm} ${P.labelContainer} `,children:[g.jsx(pn,{errorText:C,children:g.jsx($.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,value:y,onChange:I})}),g.jsx(pn,{errorText:m,children:g.jsx($.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,className:`${P.mLSm}`,value:R,onChange:E})})]})}}}return null},Uo=(t,e)=>{switch(t){case l.CFSubRuleType.text:return[ee(l.CFTextOperator.containsText,e),ee(l.CFTextOperator.notContainsText,e),ee(l.CFTextOperator.beginsWith,e),ee(l.CFTextOperator.endsWith,e),ee(l.CFTextOperator.equal,e),ee(l.CFTextOperator.notEqual,e),ee(l.CFTextOperator.containsBlanks,e),ee(l.CFTextOperator.notContainsBlanks,e),ee(l.CFTextOperator.containsErrors,e),ee(l.CFTextOperator.notContainsErrors,e)];case l.CFSubRuleType.number:return[ee(l.CFNumberOperator.between,e),ee(l.CFNumberOperator.notBetween,e),ee(l.CFNumberOperator.equal,e),ee(l.CFNumberOperator.notEqual,e),ee(l.CFNumberOperator.greaterThan,e),ee(l.CFNumberOperator.greaterThanOrEqual,e),ee(l.CFNumberOperator.lessThan,e),ee(l.CFNumberOperator.lessThanOrEqual,e)];case l.CFSubRuleType.timePeriod:return[ee(l.CFTimePeriodOperator.yesterday,e),ee(l.CFTimePeriodOperator.today,e),ee(l.CFTimePeriodOperator.tomorrow,e),ee(l.CFTimePeriodOperator.last7Days,e),ee(l.CFTimePeriodOperator.lastWeek,e),ee(l.CFTimePeriodOperator.thisWeek,e),ee(l.CFTimePeriodOperator.nextWeek,e),ee(l.CFTimePeriodOperator.lastMonth,e),ee(l.CFTimePeriodOperator.thisMonth,e),ee(l.CFTimePeriodOperator.nextMonth,e)]}},zo=t=>{var x;const{interceptorManager:e,onChange:n}=t,r=d.useDependency(d.LocaleService),o=((x=t.rule)==null?void 0:x.type)===l.CFRuleType.highlightCell?t.rule:void 0,[a,i]=w.useState(()=>{const m=l.CFSubRuleType.text;return o&&o.subType||m}),u=[{value:l.CFSubRuleType.text,label:r.t("sheet.cf.subRuleType.text")},{value:l.CFSubRuleType.number,label:r.t("sheet.cf.subRuleType.number")},{value:l.CFSubRuleType.timePeriod,label:r.t("sheet.cf.subRuleType.timePeriod")},{value:l.CFSubRuleType.duplicateValues,label:r.t("sheet.cf.subRuleType.duplicateValues")},{value:l.CFSubRuleType.uniqueValues,label:r.t("sheet.cf.subRuleType.uniqueValues")}],s=w.useMemo(()=>Uo(a,r),[a]),[c,f]=w.useState(()=>{const m=s?s[0].value:void 0;return o&&o.operator||m}),[p,h]=w.useState(()=>{var I;const m="";return o?(I=o.value)!=null?I:l.createDefaultValue(o.subType,o.operator):m}),[v,b]=w.useState({}),y=w.useMemo(()=>m=>{var T,I,E,D,U,F,X,S,M,W,te,q,de,se,z;switch(m.subType||a){case l.CFSubRuleType.text:{if([l.CFTextOperator.beginsWith,l.CFTextOperator.endsWith,l.CFTextOperator.containsText,l.CFTextOperator.notContainsText,l.CFTextOperator.equal,l.CFTextOperator.notEqual].includes(c))return{type:l.CFRuleType.highlightCell,subType:(T=m.subType)!=null?T:a,operator:(I=m.operator)!=null?I:c,style:(E=m.style)!=null?E:v,value:(D=m.value)!=null?D:p};break}case l.CFSubRuleType.number:{if([l.CFNumberOperator.equal,l.CFNumberOperator.notEqual,l.CFNumberOperator.greaterThan,l.CFNumberOperator.greaterThanOrEqual,l.CFNumberOperator.lessThan,l.CFNumberOperator.lessThanOrEqual].includes(c))return{type:l.CFRuleType.highlightCell,subType:(U=m.subType)!=null?U:a,operator:(F=m.operator)!=null?F:c,style:(X=m.style)!=null?X:v,value:(S=m.value)!=null?S:p};if([l.CFNumberOperator.between,l.CFNumberOperator.notBetween].includes(c))return{type:l.CFRuleType.highlightCell,subType:(M=m.subType)!=null?M:a,operator:(W=m.operator)!=null?W:c,style:(te=m.style)!=null?te:v,value:(q=m.value)!=null?q:p};break}}return{type:l.CFRuleType.highlightCell,subType:(de=m.subType)!=null?de:a,operator:(se=m.operator)!=null?se:c,style:(z=m.style)!=null?z:v}},[a,c,p,v]);w.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return y({})}}),[y,e]),w.useEffect(()=>{u.some(m=>m.value===a)||i(u[0].value)},[u]);const O=m=>{const T=m,I=Uo(T,r),E=I&&I[0].value;i(T),f(E),E&&h(l.createDefaultValue(T,E)),n(y({subType:T,operator:E}))},C=m=>{const T=m;f(T),n(y({operator:T}))},_=m=>{h(m),n(y({value:m}))},R=w.useMemo(()=>`${a}_${c}_${Math.random()}`,[a,c]);return g.jsxs("div",{children:[g.jsx("div",{className:`${P.title} ${P.mTBase}`,children:r.t("sheet.cf.panel.styleRule")}),g.jsx($.Select,{className:`${P.mTSm} ${j.width100}`,onChange:O,value:a,options:u}),(s==null?void 0:s.length)&&g.jsx($.Select,{className:`${P.mTSm} ${j.width100}`,onChange:C,value:c||"",options:s}),g.jsx(ol,{value:p,interceptorManager:e,type:a,operator:c,rule:o,onChange:_},R),g.jsx("div",{className:`${j.cfPreviewWrap}`,children:g.jsx(lt,{rule:y({})})}),g.jsx(br,{style:o==null?void 0:o.style,className:`${P.mLXxs}`,onChange:m=>{b(m),n(y({style:m}))}})]})},Ao=(t,e)=>(l.iconMap[t]||[])[Number(e)]||"",al=t=>{var s;const e=d.useDependency(d.IUniverInstanceService),n=e.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),r=(s=e.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:s.getSheetId(),o=w.useMemo(()=>t.error?j.errorInput:"",[t.error]),a=w.useRef({}),[i,u]=w.useState(!1);return ge.useSidebarClick(c=>{var p;const f=(p=a.current)==null?void 0:p.handleOutClick;f&&f(c,()=>u(!1))}),g.jsx("div",{className:j.positionRelative,children:t.type!==l.CFValueType.formula?g.jsxs(g.Fragment,{children:[g.jsx($.InputNumber,{className:o,value:Number(t.value)||0,onChange:c=>t.onChange(c!=null?c:0)}),t.error&&g.jsx("div",{className:j.errorText,children:t.error})]}):g.jsx("div",{style:{width:"100%"},children:g.jsx(pt.FormulaEditor,{initValue:String(t.value),unitId:n,subUnitId:r,isFocus:i,onChange:(c="")=>{const f=c||"";t.onChange(f)},onFocus:()=>u(!0),actions:a.current})})})},ko=(t,e,n)=>({operator:l.CFNumberOperator.greaterThan,value:{type:l.CFValueType.num,value:(n.length-1-e)*10},iconType:t,iconId:String(e)}),il=w.forwardRef((t,e)=>{const n=d.useDependency(d.LocaleService),r=o=>{t.onClick(o)};return g.jsx("div",{ref:e,className:j.iconGroupList,children:l.iconGroup.map((o,a)=>g.jsxs("div",{className:j.group,children:[g.jsx("div",{className:j.title,children:n.t(o.title)}),g.jsx("div",{className:j.itemContent,children:o.group.map(i=>g.jsx("div",{className:j.itemWrap,onClick:()=>{r(i.name)},children:g.jsx("div",{className:j.item,children:i.list.map((u,s)=>g.jsx("img",{className:j.icon,src:u},s))})},i.name))})]},a))})}),sl=t=>{const e=w.useMemo(()=>{const r=[];for(const o in l.iconMap){const a=l.iconMap[o],i=o;a.forEach((u,s)=>{r.push({iconType:i,base64:u,iconId:String(s)})})}return r},[]),n=r=>{t.onClick(r.iconType,r.iconId)};return g.jsxs("div",{className:j.iconItemListWrap,children:[g.jsxs("div",{className:j.none,onClick:()=>n({iconType:l.EMPTY_ICON_TYPE,iconId:"",base64:""}),children:[g.jsx(mt,{className:j.icon}),g.jsx("span",{children:"无单元格图标"})]}),g.jsx("div",{className:j.iconItemList,children:e.map(r=>g.jsx("div",{className:j.item,children:g.jsx("img",{onClick:()=>n(r),className:`${j.icon}`,src:r.base64})},`${r.iconType}_${r.iconId}`))})]})},ll=t=>{const{onChange:e,configList:n,errorMap:r={}}=t,o=d.useDependency(d.LocaleService),a=[{label:o.t(`sheet.cf.symbol.${l.CFNumberOperator.greaterThan}`),value:l.CFNumberOperator.greaterThan},{label:o.t(`sheet.cf.symbol.${l.CFNumberOperator.greaterThanOrEqual}`),value:l.CFNumberOperator.greaterThanOrEqual}],i=[{label:o.t(`sheet.cf.valueType.${l.CFValueType.num}`),value:l.CFValueType.num},{label:o.t(`sheet.cf.valueType.${l.CFValueType.percent}`),value:l.CFValueType.percent},{label:o.t(`sheet.cf.valueType.${l.CFValueType.percentile}`),value:l.CFValueType.percentile},{label:o.t(`sheet.cf.valueType.${l.CFValueType.formula}`),value:l.CFValueType.formula}],u=(p,h)=>{e([String(h),"value","value"],p)},s=(p,h)=>{e([String(h),"operator"],p);const v=l.createDefaultValue(l.CFSubRuleType.number,p);u(v,h)},c=(p,h)=>{e([String(h),"value","type"],p);const v=n[h],b=l.createDefaultValue(l.CFSubRuleType.number,v.operator);u(b,h)};return w.useMemo(()=>n.map((p,h)=>{const v=r[h],b=Ao(p.iconType,p.iconId),y=h===n.length-1,O=h===0,C=n[h-1],_=(C==null?void 0:C.value.type)===l.CFValueType.formula?o.t("sheet.cf.valueType.formula"):C==null?void 0:C.value.value,R=(x,m)=>{const T={...p,iconId:m,iconType:x};e([String(h)],T)};return g.jsxs("div",{className:`${h?P.mTXl:P.mTSm}`,children:[g.jsxs("div",{className:`${P.label} ${j.flex}`,children:[g.jsxs("div",{className:`${j.width45}`,children:[o.t("sheet.cf.iconSet.icon"),h+1]}),g.jsx("div",{className:`${j.width45}`,children:g.jsxs(g.Fragment,{children:[!O&&!y&&o.t("sheet.cf.iconSet.rule"),!O&&!y&&g.jsxs("span",{className:j.stress,children:["(",o.t("sheet.cf.iconSet.when"),o.t(`sheet.cf.symbol.${l.getOppositeOperator(C.operator)}`),_,y?"":` ${o.t("sheet.cf.iconSet.and")} `,")"]})]})})]}),g.jsxs("div",{className:`${j.flex} ${P.mTSm}`,children:[g.jsx("div",{className:`${j.iconWrap} ${j.width45}`,children:g.jsx($.Dropdown,{overlay:g.jsx(sl,{onClick:R,iconId:p.iconId,iconType:p.iconType}),children:g.jsxs("div",{className:j.dropdownIcon,children:[b?g.jsx("img",{src:b,className:j.icon}):g.jsx(mt,{className:j.icon}),g.jsx(At,{})]})})}),y?g.jsxs("div",{className:`${j.width45} ${P.label}`,style:{marginTop:0},children:[o.t("sheet.cf.iconSet.rule"),g.jsxs("span",{className:j.stress,children:["(",o.t("sheet.cf.iconSet.when"),o.t(`sheet.cf.symbol.${l.getOppositeOperator(C.operator)}`),_,y?"":` ${o.t("sheet.cf.iconSet.and")} `,")"]})]}):g.jsx($.Select,{className:`${P.mL0} ${j.width45} ${P.mR0}`,options:a,value:p.operator,onChange:x=>{s(x,h)}})]}),y?g.jsx("div",{}):g.jsxs(g.Fragment,{children:[g.jsxs("div",{className:`${P.mTSm} ${P.label} ${j.flex}`,children:[g.jsx("div",{className:`${j.width45}`,children:o.t("sheet.cf.iconSet.type")}),g.jsx("div",{className:`${j.width45}`,children:o.t("sheet.cf.iconSet.value")})]}),g.jsxs("div",{className:`${P.mTSm} ${j.flex}`,children:[g.jsx($.Select,{style:{flexShrink:0},className:`${j.width45} ${P.mL0}`,options:i,value:p.value.type,onChange:x=>{c(x,h)}}),g.jsx("div",{className:`${P.mL0} ${j.width45}`,children:g.jsx(al,{id:h,type:p.value.type,error:v,value:p.value.value||"",onChange:x=>u(x,h)})})]})]})]},h)}),[n,r])},ul=t=>{var x;const{interceptorManager:e}=t,n=((x=t.rule)==null?void 0:x.type)===l.CFRuleType.iconSet?t.rule:void 0,r=d.useDependency(d.LocaleService),[o,a]=w.useState({}),[i,u]=w.useState(()=>{const m=Object.keys(l.iconMap)[0];if(n&&n.config.length){const T=n.config[0].iconType;if(!n.config.some(E=>E.iconType!==T))return T}return m}),[s,c]=w.useState(()=>{if(n&&n.config.length)return d.Tools.deepClone(n==null?void 0:n.config);const m=l.iconMap[i]||[];return new Array(m.length).fill("").map((T,I,E)=>I===E.length-1?{operator:l.CFNumberOperator.lessThanOrEqual,value:{type:l.CFValueType.num,value:Number.MAX_SAFE_INTEGER},iconType:i,iconId:String(I)}:ko(i,I,E))}),[f,p]=w.useState(()=>n?!!n.isShowValue:!0),h=w.useMemo(()=>{const m=s.map(T=>Ao(T.iconType,T.iconId));return g.jsx("div",{className:j.iconWrap,children:m.map((T,I)=>T?g.jsx("img",{className:j.icon,src:T},I):g.jsx(mt,{className:j.icon},I))})},[s]),v=m=>{if(m.reduce((I,E,D)=>I.preType&&!I.result||m.length-1===D?I:E.value.type===l.CFValueType.formula?{preType:l.CFValueType.formula,result:!1}:I.preType?{result:I.preType===E.value.type,preType:E.value.type}:{result:!0,preType:E.value.type},{result:!0,preType:""}).result&&[l.CFValueType.num,l.CFValueType.percent,l.CFValueType.percentile].includes(m[0].value.type)){const I={};return m.forEach((E,D,U)=>{if(D-1<0||D===U.length-1)return;const X=m[D-1],S=l.getOppositeOperator(X.operator);l.compareWithNumber({operator:S,value:X.value.value},E.value.value)||(I[D]=`${r.t(`sheet.cf.form.${S}`,String(X.value.value))} `)}),I}return{}},b=(m,T)=>{d.get(s,m)!==T&&(d.set(s,m,T),c([...s]),a(v(s)))},y=m=>{u(m);const T=l.iconMap[m]||[],I=new Array(T.length).fill("").map((E,D,U)=>ko(m,D,U));c(I),a(v(I))};w.useEffect(()=>{const m=e.intercept(e.getInterceptPoints().submit,{handler(){return{type:l.CFRuleType.iconSet,isShowValue:f,config:s}}});return()=>{m()}},[f,s,e]),w.useEffect(()=>{const m=e.intercept(e.getInterceptPoints().beforeSubmit,{handler(){return Object.keys(o).length===0}});return()=>{m()}},[f,s,e,o]);const O=()=>{const m=s.map(T=>({...T}));s.forEach((T,I)=>{const E=s.length-1-I,D=m[E];T.iconId=D.iconId,T.iconType=D.iconType}),c([...s])},C=d.useDependency(ge.ILayoutService),[_,R]=w.useState();return ge.useScrollYOverContainer(_,C.rootContainerElement),g.jsxs("div",{className:j.iconSet,children:[g.jsx("div",{className:P.title,children:r.t("sheet.cf.panel.styleRule")}),g.jsx("div",{className:`${P.mTSm}`,children:g.jsx($.Dropdown,{placement:"bottomLeft",overlay:g.jsx(il,{ref:m=>!_&&m&&R(m),iconType:i,onClick:y}),children:g.jsxs("div",{className:j.dropdownIcon,style:{width:"unset"},children:[h,g.jsx(At,{})]})})}),g.jsxs("div",{className:`${P.mTSm} ${j.renderConfig}`,children:[g.jsxs("div",{className:j.utilItem,children:[g.jsx($.Checkbox,{onChange:O}),r.t("sheet.cf.iconSet.reverseIconOrder")]}),g.jsxs("div",{className:`${j.utilItem} ${P.mLXl}`,children:[g.jsx($.Checkbox,{checked:!f,onChange:m=>{p(!m)}}),r.t("sheet.cf.iconSet.onlyShowIcon")]})]}),g.jsx(ll,{errorMap:o,onChange:b,configList:s})]})},cl=t=>{var O;const{onChange:e,interceptorManager:n}=t,r=d.useDependency(d.LocaleService),o=((O=t.rule)==null?void 0:O.type)===l.CFRuleType.highlightCell?t.rule:void 0,a=[{label:r.t("sheet.cf.panel.isNotBottom"),value:"isNotBottom"},{label:r.t("sheet.cf.panel.isBottom"),value:"isBottom"},{label:r.t("sheet.cf.panel.greaterThanAverage"),value:"greaterThanAverage"},{label:r.t("sheet.cf.panel.lessThanAverage"),value:"lessThanAverage"}],[i,u]=w.useState(()=>{const C=a[0].value,_=o==null?void 0:o.type;if(!o)return C;switch(_){case l.CFRuleType.highlightCell:switch(o.subType){case l.CFSubRuleType.average:return[l.CFNumberOperator.greaterThan,l.CFNumberOperator.greaterThanOrEqual].includes(o.operator)?"greaterThanAverage":[l.CFNumberOperator.lessThan,l.CFNumberOperator.lessThanOrEqual].includes(o.operator)?"lessThanAverage":C;case l.CFSubRuleType.rank:return o.isBottom?"isBottom":"isNotBottom"}}return C}),[s,c]=w.useState(()=>{const _=o==null?void 0:o.type;if(!o)return 10;switch(_){case l.CFRuleType.highlightCell:switch(o.subType){case l.CFSubRuleType.rank:return o.value||10}}return 10}),[f,p]=w.useState(()=>{const _=o==null?void 0:o.type;if(!o)return!1;switch(_){case l.CFRuleType.highlightCell:switch(o.subType){case l.CFSubRuleType.rank:return o.isPercent||!1}}return!1}),[h,v]=w.useState({}),b=C=>{const{type:_,isPercent:R,value:x,style:m}=C;if(_==="isNotBottom")return{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.rank,isPercent:R,isBottom:!1,value:x,style:m};if(_==="isBottom")return{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.rank,isPercent:R,isBottom:!0,value:x,style:m};if(_==="greaterThanAverage")return{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.average,operator:l.CFNumberOperator.greaterThan,style:m};if(_==="lessThanAverage")return{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.average,operator:l.CFNumberOperator.lessThan,style:m}};w.useEffect(()=>n.intercept(n.getInterceptPoints().submit,{handler(){return b({type:i,isPercent:f,value:s,style:h})}}),[i,f,s,h,n]);const y=C=>{e(b(C))};return g.jsxs("div",{children:[g.jsx("div",{className:`${P.title} ${P.mTBase}`,children:r.t("sheet.cf.panel.styleRule")}),g.jsx($.Select,{className:`${j.width100} ${P.mTSm}`,value:i,options:a,onChange:C=>{u(C),y({type:C,isPercent:f,value:s,style:h})}}),["isNotBottom","isBottom"].includes(i)&&g.jsxs("div",{className:`${P.labelContainer} ${P.mTSm}`,children:[g.jsx($.InputNumber,{min:1,max:1e3,value:s,onChange:C=>{const _=C||0;c(_),y({type:i,isPercent:f,value:_,style:h})}}),g.jsxs("div",{className:`${P.mLSm} ${P.labelContainer} ${j.text}`,children:[g.jsx($.Checkbox,{checked:f,onChange:C=>{p(!!C),y({type:i,isPercent:!!C,value:s,style:h})}}),r.t("sheet.cf.valueType.percent")]})]}),g.jsx("div",{className:`${j.cfPreviewWrap} `,children:g.jsx(lt,{rule:b({type:i,isPercent:f,value:s,style:h})})}),g.jsx(br,{style:o==null?void 0:o.style,className:`${P.mTSm} `,onChange:C=>{v(C),y({type:i,isPercent:f,value:s,style:C})}})]})},dl=d.createInterceptorKey("beforeSubmit"),fl=d.createInterceptorKey("submit"),Wo=t=>t.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),Ho=t=>{var e;return(e=t.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:e.getSheetId()},pl=t=>{var U,F,X;const e=d.useDependency(d.LocaleService),n=d.useDependency(d.ICommandService),r=d.useDependency(d.IUniverInstanceService),o=d.useDependency(l.ConditionalFormattingRuleModel),a=d.useDependency(L.SheetsSelectionsService),i=Wo(r),u=Ho(r),[s,c]=w.useState(!0),f=w.useRef({}),[p,h]=w.useState(void 0),v=w.useRef((F=(U=t.rule)==null?void 0:U.ranges)!=null?F:[]),b=w.useMemo(()=>{var M,W,te;let S=(M=t.rule)==null?void 0:M.ranges;return S!=null&&S.length||(S=(te=(W=a.getCurrentSelections())==null?void 0:W.map(q=>q.range))!=null?te:[]),v.current=S,S!=null&&S.length?S.map(q=>{const de=bn.serializeRange(q);return de==="NaN"?"":de}).filter(q=>!!q).join(","):""},[t.rule]),y=[{label:e.t("sheet.cf.ruleType.highlightCell"),value:"1"},{label:e.t("sheet.cf.panel.rankAndAverage"),value:"2"},{label:e.t("sheet.cf.ruleType.dataBar"),value:"3"},{label:e.t("sheet.cf.ruleType.colorScale"),value:"4"},{label:e.t("sheet.cf.ruleType.formula"),value:"5"},{label:e.t("sheet.cf.ruleType.iconSet"),value:"6"}],[O,C]=w.useState(()=>{var W,te;const S=(W=t.rule)==null?void 0:W.rule.type,M=y[0].value;if(!S)return M;switch(S){case l.CFRuleType.highlightCell:{switch((te=t.rule)==null?void 0:te.rule.subType){case l.CFSubRuleType.number:case l.CFSubRuleType.text:case l.CFSubRuleType.duplicateValues:case l.CFSubRuleType.uniqueValues:case l.CFSubRuleType.timePeriod:return"1";case l.CFSubRuleType.average:case l.CFSubRuleType.rank:return"2";case l.CFSubRuleType.formula:return"5"}break}case l.CFRuleType.dataBar:return"3";case l.CFRuleType.colorScale:return"4";case l.CFRuleType.iconSet:return"6"}return M}),_=w.useRef(),R=w.useMemo(()=>new d.InterceptorManager({beforeSubmit:dl,submit:fl}),[]),x=w.useMemo(()=>{switch(O){case"1":return zo;case"2":return cl;case"3":return nl;case"4":return tl;case"5":return rl;case"6":return ul;default:return zo}},[O]);w.useEffect(()=>{const S=n.onCommandExecuted(M=>{if(M.id===L.RemoveSheetMutation.id){const W=M.params;W.subUnitId===u&&W.unitId===i&&t.onCancel()}M.id===L.SetWorksheetActiveOperation.id&&t.onCancel()});return()=>S.dispose()},[]);const m=S=>{_.current=S},T=S=>{const M=S.split(",").filter(W=>!!W).map(bn.deserializeRangeWithSheet).map(W=>W.range);v.current=M},I=()=>{if(p)return;const M=(()=>{const te=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet();if(!te)throw new Error("No active sheet found");return v.current.map(se=>L.setEndForRange(se,te.getRowCount(),te.getColumnCount())).filter(se=>!(Number.isNaN(se.startRow)||Number.isNaN(se.startColumn)))})();if(R.fetchThroughInterceptors(R.getInterceptPoints().beforeSubmit)(!0,null)){const te=R.fetchThroughInterceptors(R.getInterceptPoints().submit)(null,null);if(te){const q=Wo(r),de=Ho(r);if(!q||!de)throw new Error("No active sheet found");let se={};t.rule&&t.rule.cfId?(se={...t.rule,ranges:M,rule:te},n.executeCommand(un.id,{unitId:q,subUnitId:de,rule:se}),t.onCancel()):(se={cfId:o.createCfId(q,de),ranges:M,rule:te,stopIfTrue:!1},n.executeCommand(It.id,{unitId:q,subUnitId:de,rule:se}),t.onCancel())}}},E=()=>{t.onCancel()},D=(S,M)=>{S?M.length<1?h(e.t("sheet.cf.errorMessage.rangeError")):h(void 0):h(e.t("sheet.cf.errorMessage.rangeError"))};return ge.useSidebarClick(S=>{var W;const M=(W=f.current)==null?void 0:W.handleOutClick;M&&M(S,()=>c(!1))}),g.jsxs("div",{className:j.cfRuleStyleEditor,children:[g.jsx("div",{className:P.title,children:e.t("sheet.cf.panel.range")}),g.jsx("div",{className:`${P.mTBase}`,children:g.jsx(pt.RangeSelector,{unitId:i,errorText:p,subUnitId:u,initValue:b,onChange:T,onVerify:D,onFocus:()=>c(!0),isFocus:s,actions:f.current})}),g.jsx("div",{className:P.title,children:e.t("sheet.cf.panel.styleType")}),g.jsx("div",{className:P.mTBase,children:g.jsx($.Select,{className:j.width100,value:O,options:y,onChange:S=>C(S)})}),g.jsx(x,{interceptorManager:R,rule:(X=t.rule)==null?void 0:X.rule,onChange:m}),g.jsxs("div",{className:`${P.mTBase} ${j.btnList}`,children:[g.jsx($.Button,{size:"small",onClick:E,children:e.t("sheet.cf.panel.cancel")}),g.jsx($.Button,{className:P.mLSm,size:"small",type:"primary",onClick:I,children:e.t("sheet.cf.panel.submit")})]})]})},hl=t=>{const[e,n]=w.useState(t.rule),[r,o]=w.useState(!!t.rule),a=()=>{o(!0)},i=()=>{o(!1),n(void 0)},u=s=>{n(s),o(!0)};return g.jsx("div",{className:P.conditionalFormattingWrap,children:r?g.jsx(pl,{onCancel:i,rule:e}):g.jsx(el,{onClick:u,onCreate:a})})};var ml=Object.defineProperty,gl=Object.getOwnPropertyDescriptor,vl=(t,e,n,r)=>{for(var o=r>1?void 0:r?gl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&ml(e,n,o),o},wt=(t,e)=>(n,r)=>e(n,r,t);const hn="sheet.conditional.formatting.panel";let _t=class extends d.Disposable{constructor(e,n,r,o,a){super();Ge(this,"_sidebarDisposable",null);this._univerInstanceService=e,this._injector=n,this._componentManager=r,this._sidebarService=o,this._localeService=a,this._initPanel(),this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(d.UniverInstanceType.UNIVER_SHEET).subscribe(i=>{var u;i||(u=this._sidebarDisposable)==null||u.dispose()})),this.disposeWithMe(this._sidebarService.sidebarOptions$.subscribe(i=>{i.id===hn&&(i.visible||setTimeout(()=>{this._sidebarService.sidebarOptions$.next({visible:!1})}))}))}openPanel(e){const n={id:hn,header:{title:this._localeService.t("sheet.cf.title")},children:{label:hn,rule:e,key:d.generateRandomId(4)},onClose:()=>this._sidebarDisposable=null};this._sidebarDisposable=this._sidebarService.open(n)}_initPanel(){this._componentManager.register(hn,hl)}};_t=vl([wt(0,d.IUniverInstanceService),wt(1,d.Inject(d.Injector)),wt(2,d.Inject(ge.ComponentManager)),wt(3,d.Inject(ge.ISidebarService)),wt(4,d.Inject(d.LocaleService))],_t);var we=(t=>(t[t.createRule=1]="createRule",t[t.viewRule=2]="viewRule",t[t.highlightCell=3]="highlightCell",t[t.rank=4]="rank",t[t.formula=5]="formula",t[t.colorScale=6]="colorScale",t[t.dataBar=7]="dataBar",t[t.icon=8]="icon",t[t.clearRangeRules=9]="clearRangeRules",t[t.clearWorkSheetRules=10]="clearWorkSheetRules",t))(we||{});const xt={id:"sheet.operation.open.conditional.formatting.panel",type:d.CommandType.OPERATION,handler:(t,e)=>{var u;const n=t.get(_t),r=t.get(L.SheetsSelectionsService),o=t.get(d.ICommandService),a=((u=r.getCurrentSelections())==null?void 0:u.map(s=>s.range))||[];switch(e.value){case 3:{n.openPanel({...l.createDefaultRule(),ranges:a});break}case 4:{const s={...l.createDefaultRule,ranges:a,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.rank}};n.openPanel(s);break}case 5:{const s={...l.createDefaultRule,ranges:a,rule:{type:l.CFRuleType.highlightCell,subType:l.CFSubRuleType.formula,value:"="}};n.openPanel(s);break}case 6:{const s={...l.createDefaultRule,ranges:a,rule:{type:l.CFRuleType.colorScale,config:[]}};n.openPanel(s);break}case 7:{const s={...l.createDefaultRule,ranges:a,rule:{type:l.CFRuleType.dataBar,isShowValue:!0}};n.openPanel(s);break}case 8:{const s={...l.createDefaultRule,ranges:a,rule:{type:l.CFRuleType.iconSet,config:[],isShowValue:!0}};n.openPanel(s);break}case 2:{n.openPanel();break}case 1:{n.openPanel({...l.createDefaultRule(),ranges:a});break}case 9:{o.executeCommand(Vt.id,{ranges:a});break}case 10:{o.executeCommand(ht.id);break}}return!0}};var yl=Object.defineProperty,Sl=Object.getOwnPropertyDescriptor,bl=(t,e,n,r)=>{for(var o=r>1?void 0:r?Sl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&yl(e,n,o),o},dt=(t,e)=>(n,r)=>e(n,r,t);let Et=class extends d.Disposable{constructor(e,n,r,o,a,i){super();Ge(this,"_ruleChangeCacheMap",new Map);this._sheetInterceptorService=e,this._conditionalFormattingService=n,this._univerInstanceService=r,this._renderManagerService=o,this._conditionalFormattingViewModel=a,this._conditionalFormattingRuleModel=i,this._initViewModelInterceptor(),this._initViewModel(),this._initSkeleton(),this._initVmEffectByRule(),this.disposeWithMe(()=>{this._ruleChangeCacheMap.clear()})}markDirtySkeleton(){var n,r,o;const e=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId();(n=this._renderManagerService.getRenderById(e))==null||n.with(ae.SheetSkeletonManagerService).reCalculate(),(o=(r=this._renderManagerService.getRenderById(e))==null?void 0:r.mainComponent)==null||o.makeDirty()}_initSkeleton(){this.disposeWithMe(this._conditionalFormattingViewModel.markDirty$.pipe(We.bufferTime(16),We.filter(e=>{const n=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET);if(!n)return!1;const r=n.getActiveSheet();return r?e.filter(o=>o.unitId===n.getUnitId()&&o.subUnitId===r.getSheetId()).length>0:!1})).subscribe(()=>this.markDirtySkeleton())),this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.pipe(We.bufferTime(16),We.filter(e=>{const n=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET);if(!n)return!1;const r=n.getActiveSheet();return r?e.filter(o=>["sort","delete"].includes(o.type)&&o.unitId===n.getUnitId()&&o.subUnitId===r.getSheetId()).length>0:!1})).subscribe(()=>this.markDirtySkeleton())),this.disposeWithMe(this._conditionalFormattingService.ruleComputeStatus$.pipe(We.bufferTime(16),We.filter(e=>{const n=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET);if(!n)return!1;const r=n.getActiveSheet();return r?e.filter(o=>o.unitId===n.getUnitId()&&o.subUnitId===r.getSheetId()).length>0:!1})).subscribe(()=>this.markDirtySkeleton()))}_initVmEffectByRule(){this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(e=>{const{rule:n,unitId:r,subUnitId:o}=e;switch(e.type){case"add":{this._handleRuleAdd(r,o,n);return}case"delete":{n.ranges.forEach(a=>{d.Range.foreach(a,(i,u)=>{this._conditionalFormattingViewModel.deleteCellCf(r,o,i,u,n.cfId)})}),this._conditionalFormattingViewModel.markRuleDirty(r,o,n);return}case"set":{this._handleRuleChange(r,o,n,e.oldRule);return}case"sort":{const i=this._conditionalFormattingRuleModel.getSubunitRules(r,o).map(u=>u.cfId).reduce((u,s,c)=>(u.set(s,c),u),new Map);n.ranges.forEach(u=>{d.Range.foreach(u,(s,c)=>{this._conditionalFormattingViewModel.sortCellCf(r,o,s,c,i)})})}}}))}_initViewModel(){let e=!1;this._univerInstanceService.getAllUnitsForType(d.UniverInstanceType.UNIVER_SHEET).forEach(r=>{const o=r.getUnitId(),a=this._conditionalFormattingRuleModel.getUnitRules(o);a&&[...a.keys()].forEach(i=>{a.get(i).forEach(s=>{this._handleRuleAdd(o,i,s),e=!0})})}),e&&this.markDirtySkeleton()}_handleRuleAdd(e,n,r){const a=this._conditionalFormattingRuleModel.getSubunitRules(e,n).map(i=>i.cfId).reduce((i,u,s)=>(i.set(u,s),i),new Map);r.ranges.forEach(i=>{d.Range.foreach(i,(u,s)=>{this._conditionalFormattingViewModel.pushCellCf(e,n,u,s,r.cfId),this._conditionalFormattingViewModel.sortCellCf(e,n,u,s,a)})}),this._conditionalFormattingViewModel.markRuleDirty(e,n,r)}_handleRuleChange(e,n,r,o){const i=this._conditionalFormattingRuleModel.getSubunitRules(e,n).map(c=>c.cfId).reduce((c,f,p)=>(c.set(f,p),c),new Map),u=(c,f)=>{c.ranges.forEach(p=>{d.Range.foreach(p,(h,v)=>{this._conditionalFormattingViewModel.deleteCellCf(e,n,h,v,c.cfId)})}),f.ranges.forEach(p=>{d.Range.foreach(p,(h,v)=>{this._conditionalFormattingViewModel.pushCellCf(e,n,h,v,c.cfId),this._conditionalFormattingViewModel.sortCellCf(e,n,h,v,i)})})},s=this._conditionalFormattingService.interceptorManager.intercept(this._conditionalFormattingService.interceptorManager.getInterceptPoints().beforeUpdateRuleResult,{handler:(c,f,p)=>{if(e===(c==null?void 0:c.unitId)&&n===c.subUnitId&&o.cfId===c.cfId){(this._ruleChangeCacheMap.get(c.cfId)||[]).forEach(v=>{u(v.oldRule,v.rule),v.dispose()}),this._ruleChangeCacheMap.delete(c.cfId);return}p(c)}});if(o.cfId===r.cfId){let c=this._ruleChangeCacheMap.get(o.cfId);c||(c=[],this._ruleChangeCacheMap.set(o.cfId,c)),c.push({oldRule:o,rule:r,dispose:s})}r.ranges.forEach(c=>{d.Range.foreach(c,(f,p)=>{this._conditionalFormattingViewModel.pushCellCf(e,n,f,p,o.cfId)})}),this._conditionalFormattingViewModel.markRuleDirty(e,n,r)}_initViewModelInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(L.INTERCEPTOR_POINT.CELL_CONTENT,{effect:d.InterceptorEffectEnum.Style,handler:(e,n,r)=>{const o=this._conditionalFormattingService.composeStyle(n.unitId,n.subUnitId,n.row,n.col);if(!o)return r(e);const a=n.workbook.getStyles(),u={...(typeof(e==null?void 0:e.s)=="string"?a.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}},s={...e,s:u};return o.style&&Object.assign(u,o.style),s.fontRenderExtension||(s.fontRenderExtension={},o.isShowValue!==void 0&&(s.fontRenderExtension.isSkip=!o.isShowValue)),o.dataBar&&(s.dataBar=o.dataBar),o.iconSet&&(s.iconSet=o.iconSet,s.fontRenderExtension.leftOffset=l.DEFAULT_PADDING+l.DEFAULT_WIDTH),r(s)},priority:10}))}};Et=bl([dt(0,d.Inject(L.SheetInterceptorService)),dt(1,d.Inject(l.ConditionalFormattingService)),dt(2,d.Inject(d.IUniverInstanceService)),dt(3,d.Inject(ta.IRenderManagerService)),dt(4,d.Inject(l.ConditionalFormattingViewModel)),dt(5,d.Inject(l.ConditionalFormattingRuleModel))],Et);var Rl=Object.defineProperty,Cl=Object.getOwnPropertyDescriptor,Tl=(t,e,n,r)=>{for(var o=r>1?void 0:r?Cl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Rl(e,n,o),o},Ot=(t,e)=>(n,r)=>e(n,r,t);let Mt=class extends d.Disposable{constructor(e,n,r,o,a){super();Ge(this,"_copyInfo");this._sheetClipboardService=e,this._conditionalFormattingRuleModel=n,this._injector=r,this._conditionalFormattingViewModel=o,this._univerInstanceService=a,this._initClipboardHook()}_initClipboardHook(){this.disposeWithMe(this._sheetClipboardService.addClipboardHook({id:l.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onBeforeCopy:(e,n,r)=>this._collectConditionalRule(e,n,r),onPasteCells:(e,n,r,o)=>{const{copyType:a=ae.COPY_TYPE.COPY,pasteType:i}=o,{range:u}=e||{},{range:s}=n;return this._generateConditionalFormattingMutations(s,{copyType:a,pasteType:i,copyRange:u})}}))}_collectConditionalRule(e,n,r){const o=new d.ObjectMatrix,a={};this._copyInfo={matrix:o,info:{unitId:e,subUnitId:n,cfMap:a}};const i=this._conditionalFormattingViewModel.getMatrix(e,n);if(!i)return;const u=this._injector.invoke(p=>ae.rangeToDiscreteRange(r,p,e,n));if(!u)return;const{rows:s,cols:c}=u,f=new Set;s.forEach((p,h)=>{c.forEach((v,b)=>{const y=this._conditionalFormattingViewModel.getCellCf(e,n,p,v,i);y&&(y.cfList.forEach(O=>f.add(O.cfId)),o.setValue(h,b,y.cfList.map(O=>O.cfId)))})}),f.forEach(p=>{const h=this._conditionalFormattingRuleModel.getRule(e,n,p);h&&(a[p]=h.rule)})}_generateConditionalFormattingMutations(e,n){const r=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),o=r.getActiveSheet(),a=r.getUnitId();if(!o)return{redos:[],undos:[]};const i=o.getSheetId();if(n.copyType===ae.COPY_TYPE.CUT)return this._copyInfo=null,{redos:[],undos:[]};if(!this._copyInfo||!n.copyRange)return{redos:[],undos:[]};if(![ae.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,ae.PREDEFINED_HOOK_NAME.DEFAULT_PASTE,ae.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_BESIDES_BORDER].includes(n.pasteType))return{redos:[],undos:[]};const{ranges:[u,s],mapFunc:c}=ae.virtualizeDiscreteRanges([n.copyRange,e]),f=ae.getRepeatRange(u,s,!0),p=this._conditionalFormattingViewModel.getMatrix(a,i),h={};d.Range.foreach(s,(m,T)=>{const{row:I,col:E}=c(m,T),D=this._conditionalFormattingViewModel.getCellCf(a,i,I,E,p);D&&D.cfList.forEach(U=>{if(!h[U.cfId]){const F=new d.ObjectMatrix;h[U.cfId]=F;const X=this._conditionalFormattingRuleModel.getRule(a,i,U.cfId);X==null||X.ranges.forEach(S=>{d.Range.foreach(S,(M,W)=>{F.setValue(M,W,1)})})}h[U.cfId].realDeleteValue(I,E)})});const{matrix:v,info:b}=this._copyInfo,y=[];let O=this._conditionalFormattingRuleModel.createCfId(a,i);const C={},_=m=>{if(C[m])return C[m];const T=b==null?void 0:b.cfMap[m],I=[...this._conditionalFormattingRuleModel.getSubunitRules(a,i)||[],...y].find(E=>d.Tools.diffValue(E.rule,T));if(I)return C[m]=I,I;{const E={rule:T,cfId:O,ranges:[],stopIfTrue:!1};return C[m]=E,y.push(E),O=`${Number(O)+1}`,E}};f.forEach(m=>{v&&v.forValue((T,I,E)=>{const D=d.Rectangle.getPositionRange({startRow:T,endRow:T,startColumn:I,endColumn:I},m.startRange),{row:U,col:F}=c(D.startRow,D.startColumn);E.forEach(X=>{if(!h[X]){const S=_(X),M=new d.ObjectMatrix;h[X]=M,S.ranges.forEach(W=>{d.Range.foreach(W,(te,q)=>{M.setValue(te,q,1)})})}h[X].setValue(U,F,1)})})});const R=[],x=[];for(const m in h){const T=h[m],I=L.findAllRectangle(L.createTopMatrixFromMatrix(T));if(!I.length){const E={unitId:a,subUnitId:i,cfId:m};R.push({id:l.DeleteConditionalRuleMutation.id,params:E}),x.push(...l.DeleteConditionalRuleMutationUndoFactory(this._injector,E))}if(y.some(E=>E.cfId===m)){const E=_(m),D={unitId:a,subUnitId:i,rule:{...E,ranges:I}};R.push({id:l.AddConditionalRuleMutation.id,params:D}),x.push(l.AddConditionalRuleMutationUndoFactory(this._injector,D))}else{const E=this._conditionalFormattingRuleModel.getRule(a,i,m);if(!E)continue;const D={unitId:a,subUnitId:i,rule:{...E,ranges:I}};R.push({id:l.SetConditionalRuleMutation.id,params:D}),x.push(...l.setConditionalRuleMutationUndoFactory(this._injector,D))}}return{redos:R,undos:x}}};Mt=Tl([Ot(0,d.Inject(ae.ISheetClipboardService)),Ot(1,d.Inject(l.ConditionalFormattingRuleModel)),Ot(2,d.Inject(d.Injector)),Ot(3,d.Inject(l.ConditionalFormattingViewModel)),Ot(4,d.Inject(d.IUniverInstanceService))],Mt);var Il=Object.defineProperty,wl=Object.getOwnPropertyDescriptor,_l=(t,e,n,r)=>{for(var o=r>1?void 0:r?wl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Il(e,n,o),o},mn=(t,e)=>(n,r)=>e(n,r,t);let Pt=class extends d.Disposable{constructor(t,e,n,r){super(),this._conditionalFormattingRuleModel=t,this._univerInstanceService=e,this._injector=n,this._refRangeService=r,this._initRefRange()}_initRefRange(){const t=new Map,e=(r,o,a)=>`${r}_${o}_${a}`,n=(r,o,a)=>{const i=s=>{const c=[...a.ranges],f=c.map(h=>L.handleDefaultRangeChangeWithEffectRefCommands(h,s)).filter(h=>!!h);if(l.isRangesEqual(f,c))return{redos:[],undos:[]};if(f.length){const h={unitId:r,subUnitId:o,rule:{...a,ranges:f}},v=[{id:l.SetConditionalRuleMutation.id,params:h}],b=l.setConditionalRuleMutationUndoFactory(this._injector,h);return{redos:v,undos:b}}else{const h={unitId:r,subUnitId:o,cfId:a.cfId},v=[{id:l.DeleteConditionalRuleMutation.id,params:h}],b=l.DeleteConditionalRuleMutationUndoFactory(this._injector,h);return{redos:v,undos:b}}},u=[];a.ranges.forEach(s=>{const c=this._refRangeService.registerRefRange(s,i);u.push(()=>c.dispose())}),t.set(e(r,o,a.cfId),()=>u.forEach(s=>s()))};this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(r=>{const{unitId:o,subUnitId:a,rule:i}=r,u=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),s=u.getActiveSheet();if(!(r.unitId!==u.getUnitId()||r.subUnitId!==(s==null?void 0:s.getSheetId())))switch(r.type){case"add":{n(r.unitId,r.subUnitId,r.rule);break}case"delete":{const c=t.get(e(o,a,i.cfId));c&&c();break}case"set":{const c=t.get(e(o,a,i.cfId));c&&c(),n(r.unitId,r.subUnitId,r.rule)}}})),this.disposeWithMe(d.toDisposable(()=>{t.forEach(r=>{r()}),t.clear()}))}};Pt=_l([mn(0,d.Inject(l.ConditionalFormattingRuleModel)),mn(1,d.Inject(d.IUniverInstanceService)),mn(2,d.Inject(d.Injector)),mn(3,d.Inject(L.RefRangeService))],Pt);var xl=Object.defineProperty,El=Object.getOwnPropertyDescriptor,Ol=(t,e,n,r)=>{for(var o=r>1?void 0:r?El(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&xl(e,n,o),o},Rr=(t,e)=>(n,r)=>e(n,r,t);let Dt=class extends d.Disposable{constructor(t,e,n){super(),this._localeService=t,this._commandService=e,this._sheetPermissionInterceptorBaseController=n,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(t=>{t.id===It.id&&(this._sheetPermissionInterceptorBaseController.permissionCheckWithRanges({workbookTypes:[L.WorkbookEditablePermission],rangeTypes:[L.RangeProtectionPermissionEditPoint],worksheetTypes:[L.WorksheetEditPermission,L.WorksheetSetCellStylePermission]},t.params.rule.ranges)||this._sheetPermissionInterceptorBaseController.haveNotPermissionHandle(this._localeService.t("permission.dialog.setStyleErr")))}))}};Dt=Ol([Rr(0,d.Inject(d.LocaleService)),Rr(1,d.ICommandService),Rr(2,d.Inject(ae.SheetPermissionInterceptorBaseController))],Dt);const Fo="sheets-conditional-formatting-ui.config",Bo={};var Go=Object.defineProperty,Ml=Object.getOwnPropertyDescriptor,Pl=(t,e,n)=>e in t?Go(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Dl=(t,e,n,r)=>{for(var o=r>1?void 0:r?Ml(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Go(e,n,o),o},Cr=(t,e)=>(n,r)=>e(n,r,t),$o=(t,e,n)=>Pl(t,typeof e!="symbol"?e+"":e,n);V.UniverSheetsConditionalFormattingMobileUIPlugin=class extends d.Plugin{constructor(e=Bo,n,r,o){super(),this._config=e,this._injector=n,this._commandService=r,this._configService=o;const{menu:a,...i}=this._config;a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Fo,i),this._initCommand(),this._injector.add([Et]),this._injector.add([Pt]),this._injector.add([Mt]),this._injector.add([Dt]),this._injector.add([ut])}_initCommand(){[Rn,Cn,Tn,In,wn,_n,xn,En,On,xt,Tt,un,sn,It,Vt,ht].forEach(e=>{this._commandService.registerCommand(e)})}},$o(V.UniverSheetsConditionalFormattingMobileUIPlugin,"pluginName",`${l.SHEET_CONDITIONAL_FORMATTING_PLUGIN}_MOBILE_UI_PLUGIN`),$o(V.UniverSheetsConditionalFormattingMobileUIPlugin,"type",d.UniverInstanceType.UNIVER_SHEET),V.UniverSheetsConditionalFormattingMobileUIPlugin=Dl([d.DependentOn(l.UniverSheetsConditionalFormattingPlugin),Cr(1,d.Inject(d.Injector)),Cr(2,d.Inject(d.ICommandService)),Cr(3,d.IConfigService)],V.UniverSheetsConditionalFormattingMobileUIPlugin);var Nl=Object.defineProperty,jl=Object.getOwnPropertyDescriptor,Ll=(t,e,n,r)=>{for(var o=r>1?void 0:r?jl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Nl(e,n,o),o},Nt=(t,e)=>(n,r)=>e(n,r,t);let gn=class extends d.Disposable{constructor(t,e,n,r,o){super(),this._injector=t,this._univerInstanceService=e,this._autoFillService=n,this._conditionalFormattingRuleModel=r,this._conditionalFormattingViewModel=o,this._initAutoFill()}_initAutoFill(){const t=()=>({redos:[],undos:[]}),e=(o,a,i,u,s)=>{var v;const c=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getUnitId(),f=(v=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:v.getSheetId();if(!c||!f)return;const p={startRow:o.row,startColumn:o.col,endColumn:o.col,endRow:o.row},h={startRow:a.row,startColumn:a.col,endColumn:a.col,endRow:a.row};d.Range.foreach(i,(b,y)=>{const O=d.Rectangle.getPositionRange({startRow:b,startColumn:y,endColumn:y,endRow:b},p),C=d.Rectangle.getPositionRange({startRow:b,startColumn:y,endColumn:y,endRow:b},h),{row:_,col:R}=s(O.startRow,O.startColumn),x=this._conditionalFormattingViewModel.getCellCf(c,f,_,R),{row:m,col:T}=s(C.startRow,C.startColumn),I=this._conditionalFormattingViewModel.getCellCf(c,f,m,T);I&&I.cfList.forEach(E=>{let D=u.get(E.cfId);if(!u.get(E.cfId)){const U=this._conditionalFormattingRuleModel.getRule(c,f,E.cfId);if(!U)return;D=new d.ObjectMatrix,U.ranges.forEach(F=>{d.Range.foreach(F,(X,S)=>{D.setValue(X,S,1)})}),u.set(E.cfId,D)}D.realDeleteValue(m,T)}),x&&x.cfList.forEach(E=>{let D=u.get(E.cfId);if(!u.get(E.cfId)){const U=this._conditionalFormattingRuleModel.getRule(c,f,E.cfId);if(!U)return;D=new d.ObjectMatrix,U.ranges.forEach(F=>{d.Range.foreach(F,(X,S)=>{D.setValue(X,S,1)})}),u.set(E.cfId,D)}D.setValue(m,T,1)})})},n=(o,a)=>{var C,_,R;const i=(C=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:C.getUnitId(),u=(R=(_=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:_.getActiveSheet())==null?void 0:R.getSheetId(),s=new Map,c=[],f=[];if(!i||!u)return t();const p=ae.virtualizeDiscreteRanges([o,a]),[h,v]=p.ranges,{mapFunc:b}=p,y={row:h.startRow,col:h.startColumn};return ae.getAutoFillRepeatRange(h,v).forEach(x=>{e(y,x.repeatStartCell,x.relativeRange,s,b)}),s.forEach((x,m)=>{const T=this._conditionalFormattingRuleModel.getRule(i,u,m);if(!T)return;const I=L.findAllRectangle(L.createTopMatrixFromMatrix(x));if(I.length){const E={unitId:i,subUnitId:u,rule:{...T,ranges:I}};c.push({id:l.SetConditionalRuleMutation.id,params:E}),f.push(...l.setConditionalRuleMutationUndoFactory(this._injector,E))}else{const E={unitId:i,subUnitId:u,cfId:T.cfId};c.push({id:l.DeleteConditionalRuleMutation.id,params:E}),f.push(...l.DeleteConditionalRuleMutationUndoFactory(this._injector,E))}}),{undos:f,redos:c}},r={id:l.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onFillData:(o,a,i)=>{if(i===ae.APPLY_TYPE.COPY||i===ae.APPLY_TYPE.ONLY_FORMAT||i===ae.APPLY_TYPE.SERIES){const{source:u,target:s}=o;return n(u,s)}return t()}};this.disposeWithMe(this._autoFillService.addHook(r))}};gn=Ll([Nt(0,d.Inject(d.Injector)),Nt(1,d.Inject(d.IUniverInstanceService)),Nt(2,d.Inject(ae.IAutoFillService)),Nt(3,d.Inject(l.ConditionalFormattingRuleModel)),Nt(4,d.Inject(l.ConditionalFormattingViewModel))],gn);var Vl=Object.defineProperty,Ul=Object.getOwnPropertyDescriptor,zl=(t,e,n,r)=>{for(var o=r>1?void 0:r?Ul(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Vl(e,n,o),o},jt=(t,e)=>(n,r)=>e(n,r,t);V.ConditionalFormattingClearController=class extends d.Disposable{constructor(e,n,r,o,a){super(),this._injector=e,this._univerInstanceService=n,this._sheetInterceptorService=r,this._selectionManagerService=o,this._conditionalFormattingRuleModel=a,this._init()}_init(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:e=>{var a;const n=[],r=[],o={redos:n,undos:r};if([L.ClearSelectionFormatCommand.id,L.ClearSelectionAllCommand.id].includes(e.id)){const i=(a=this._selectionManagerService.getCurrentSelections())==null?void 0:a.map(b=>b.range);if(!i)return o;const u=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET),s=u.getActiveSheet();if(!s)return o;const c=u.getUnitId(),f=s.getSheetId(),p=this._conditionalFormattingRuleModel.getSubunitRules(c,f);if(!p||!p.length)return o;const{redos:h,undos:v}=Xo(this._injector,p,i,c,f);n.push(...h),r.push(...v)}return o}})),this.disposeWithMe(this._sheetInterceptorService.interceptRanges({getMutations:({unitId:e,subUnitId:n,ranges:r})=>{const o=[],a=[],i={redos:o,undos:a};if(!r||!r.length)return i;const u=this._conditionalFormattingRuleModel.getSubunitRules(e,n);if(!u||!u.length)return i;const{redos:s,undos:c}=Xo(this._injector,u,r,e,n);return o.push(...s),a.push(...c),i}}))}},V.ConditionalFormattingClearController=zl([jt(0,d.Inject(d.Injector)),jt(1,d.Inject(d.IUniverInstanceService)),jt(2,d.Inject(L.SheetInterceptorService)),jt(3,d.Inject(L.SheetsSelectionsService)),jt(4,d.Inject(l.ConditionalFormattingRuleModel))],V.ConditionalFormattingClearController);function Xo(t,e,n,r,o){const a=[],i=[];return e.filter(u=>n.some(s=>u.ranges.some(c=>d.Rectangle.getIntersects(c,s)))).forEach(u=>{const c=new L.RangeMergeUtil().add(...u.ranges).subtract(...n).merge();if(c.length){const f={id:l.SetConditionalRuleMutation.id,params:{unitId:r,subUnitId:o,rule:{...u,ranges:c}}},p=l.setConditionalRuleMutationUndoFactory(t,f.params);a.push(f),i.push(...p)}else{const f={id:l.DeleteConditionalRuleMutation.id,params:{unitId:r,subUnitId:o,cfId:u.cfId}},p=l.DeleteConditionalRuleMutationUndoFactory(t,f.params);a.push(f),i.push(...p)}}),{redos:a,undos:i}}var Al=Object.defineProperty,kl=Object.getOwnPropertyDescriptor,Wl=(t,e,n,r)=>{for(var o=r>1?void 0:r?kl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Al(e,n,o),o},Yo=(t,e)=>(n,r)=>e(n,r,t);let vn=class extends d.Disposable{constructor(t,e){super(),this._sheetInterceptorService=t,this._conditionalFormattingService=e,this._initInterceptorEditorEnd()}_initInterceptorEditorEnd(){this.disposeWithMe(d.toDisposable(this._sheetInterceptorService.writeCellInterceptor.intercept(L.AFTER_CELL_EDIT,{handler:(t,e,n)=>{var o,a;const r=this._conditionalFormattingService.composeStyle(e.unitId,e.subUnitId,e.row,e.col);if(r!=null&&r.style&&(t!=null&&t.p)){const i=Object.keys(r==null?void 0:r.style);if(i.length>0){const u=d.BuildTextUtils.transform.getPlainText((a=(o=t.p.body)==null?void 0:o.dataStream)!=null?a:""),s={...(typeof t.s=="string"?e.workbook.getStyles().get(t.s):t.s)||{}};i.forEach(f=>{delete s[f]});const c={...t,s:{...s},v:u};return delete c.p,n(c)}}return n(t)}})))}};vn=Wl([Yo(0,d.Inject(L.SheetInterceptorService)),Yo(1,d.Inject(l.ConditionalFormattingService))],vn);const qo=[L.SetWorksheetActiveOperation.id,l.AddConditionalRuleMutation.id,l.SetConditionalRuleMutation.id,l.DeleteConditionalRuleMutation.id,l.MoveConditionalRuleMutation.id],Lt=[{label:"sheet.cf.ruleType.highlightCell",value:we.highlightCell},{label:"sheet.cf.panel.rankAndAverage",value:we.rank},{label:"sheet.cf.ruleType.formula",value:we.formula},{label:"sheet.cf.ruleType.colorScale",value:we.colorScale},{label:"sheet.cf.ruleType.dataBar",value:we.dataBar},{label:"sheet.cf.ruleType.iconSet",value:we.icon},{label:"sheet.cf.menu.manageConditionalFormatting",value:we.viewRule},{label:"sheet.cf.menu.createConditionalFormatting",value:we.createRule},{label:"sheet.cf.menu.clearRangeRules",value:we.clearRangeRules,disabled:!1},{label:"sheet.cf.menu.clearWorkSheetRules",value:we.clearWorkSheetRules}],Hl=t=>{const e=t.get(L.SheetsSelectionsService),n=t.get(d.ICommandService),r=t.get(d.IUniverInstanceService),o=t.get(l.ConditionalFormattingRuleModel),a=new Me.Observable(s=>Me.merge(e.selectionMoveEnd$,new Me.Observable(c=>{const f=n.onCommandExecuted(p=>{var y;const{id:h,params:v}=p,b=(y=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:y.getUnitId();qo.includes(h)&&v.unitId===b&&c.next(null)});return()=>f.dispose()})).pipe(We.debounceTime(16)).subscribe(()=>{var y;const c=((y=e.getCurrentSelections())==null?void 0:y.map(O=>O.range))||[],f=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET);if(!f)return;const p=f.getActiveSheet();if(!p)return;const b=(o.getSubunitRules(f.getUnitId(),p.getSheetId())||[]).filter(O=>O.ranges.some(C=>c.some(_=>d.Rectangle.intersects(_,C)))).map(O=>O.ranges).every(O=>L.checkRangesEditablePermission(t,f.getUnitId(),p.getSheetId(),O));s.next(b)})),i=new Me.Observable(s=>new Me.Observable(c=>{const f=n.onCommandExecuted(p=>{var y;const{id:h,params:v}=p,b=(y=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:y.getUnitId();qo.includes(h)&&v.unitId===b&&c.next(null)});return()=>f.dispose()}).pipe(We.debounceTime(16)).subscribe(()=>{const c=r.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET);if(!c)return;const f=c.getActiveSheet();if(!f)return;const p=o.getSubunitRules(c.getUnitId(),f.getSheetId())||[];if(!p.length)return s.next(!1),!1;const h=p.map(v=>v.ranges).every(v=>L.checkRangesEditablePermission(t,c.getUnitId(),f.getSheetId(),v));s.next(h)})),u=new Me.Observable(s=>{a.subscribe(c=>{const f=Lt.find(p=>p.value===we.clearRangeRules);f&&(f.disabled=!c,s.next(Lt))}),i.subscribe(c=>{const f=Lt.find(p=>p.value===we.clearWorkSheetRules);f&&(f.disabled=!c,s.next(Lt))}),s.next(Lt)});return{id:xt.id,type:ge.MenuItemType.SELECTOR,icon:"Conditions",tooltip:"sheet.cf.title",selections:u,hidden$:ge.getMenuHiddenObservable(t,d.UniverInstanceType.UNIVER_SHEET),disabled$:ae.getCurrentRangeDisable$(t,{workbookTypes:[L.WorkbookEditablePermission],worksheetTypes:[L.WorksheetSetCellStylePermission,L.WorksheetEditPermission],rangeTypes:[L.RangeProtectionPermissionEditPoint]})}},Fl={[ge.RibbonStartGroup.FORMULAS_INSERT]:{[xt.id]:{order:0,menuItemFactory:Hl}}};var Bl=Object.defineProperty,Gl=Object.getOwnPropertyDescriptor,$l=(t,e,n,r)=>{for(var o=r>1?void 0:r?Gl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Bl(e,n,o),o},Ko=(t,e)=>(n,r)=>e(n,r,t);let yn=class extends d.Disposable{constructor(e,n){super();Ge(this,"_sidebarDisposable",null);this._injector=e,this._menuManagerService=n,this._menuManagerService.mergeMenu(Fl)}};yn=$l([Ko(0,d.Inject(d.Injector)),Ko(1,ge.IMenuManagerService)],yn);var Xl=Object.defineProperty,Yl=Object.getOwnPropertyDescriptor,ql=(t,e,n,r)=>{for(var o=r>1?void 0:r?Yl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Xl(e,n,o),o},ft=(t,e)=>(n,r)=>e(n,r,t);const Kl=(t,e)=>{const n=f=>f.endRow-f.startRow+1,r=f=>f.endColumn-f.startColumn+1,o=n(e)%n(t),a=r(e)%r(t),i=Math.floor(n(e)/n(t)),u=Math.floor(r(e)/r(t)),s=[],c={startRow:0,endRow:n(t)-1,startColumn:0,endColumn:r(t)-1};if(n(e)===1&&r(e)===1){const f={startRow:e.startRow,endRow:e.startRow,startColumn:e.startColumn,endColumn:e.startColumn};return s.push({repeatRelativeRange:c,startRange:f}),s}for(let f=0;f<i+(o?.1:0);f++)for(let p=0;p<u+(a?.1:0);p++){const h=n(t)*f,v=r(t)*p,b={startRow:h+e.startRow,endRow:h+e.startRow,startColumn:v+e.startColumn,endColumn:v+e.startColumn};let y=c;f===i&&o&&(y={...y},y.endRow=y.endRow-(n(t)-o)),p===u&&a&&(y={...y},y.endColumn=y.endColumn-(r(t)-a)),s.push({repeatRelativeRange:y,startRange:b})}return s};let Sn=class extends d.Disposable{constructor(e,n,r,o,a,i){super();Ge(this,"_painterConfig",null);this._injector=e,this._univerInstanceService=n,this._formatPainterService=r,this._sheetsSelectionsService=o,this._conditionalFormattingRuleModel=a,this._conditionalFormattingViewModel=i,this._initFormattingPainter()}_initFormattingPainter(){const e=()=>({redos:[],undos:[]}),n=(a,i,u,s,c)=>{const{unitId:f,subUnitId:p}=this._painterConfig,{targetUnitId:h,targetSubUnitId:v}=c,b={startRow:a.row,startColumn:a.col,endColumn:a.col,endRow:a.row},y={startRow:i.row,startColumn:i.col,endColumn:i.col,endRow:i.row};d.Range.foreach(u,(O,C)=>{const _=d.Rectangle.getPositionRange({startRow:O,startColumn:C,endColumn:C,endRow:O},b),R=d.Rectangle.getPositionRange({startRow:O,startColumn:C,endColumn:C,endRow:O},y),x=this._conditionalFormattingViewModel.getCellCf(f,p,_.startRow,_.startColumn),m=this._conditionalFormattingViewModel.getCellCf(h,v,R.startRow,R.startColumn);m&&m.cfList.forEach(T=>{let I=s.get(T.cfId);if(!s.get(T.cfId)){const E=this._conditionalFormattingRuleModel.getRule(h,v,T.cfId);if(!E)return;I=new d.ObjectMatrix,E.ranges.forEach(D=>{d.Range.foreach(D,(U,F)=>{I.setValue(U,F,1)})}),s.set(T.cfId,I)}I.realDeleteValue(R.startRow,R.startColumn)}),x&&x.cfList.forEach(T=>{const I=s.get(T.cfId);I&&I.setValue(R.startRow,R.startColumn,1)})})},r=(a,i,u)=>{var _;const{range:s,unitId:c,subUnitId:f}=this._painterConfig,p=a!==c||f!==i,h=new Map,v=[],b=[];if(!a||!i||!c||!f)return e();const y=(_=this._conditionalFormattingRuleModel.getSubunitRules(c,f))!=null?_:[];y==null||y.forEach(R=>{const{ranges:x,cfId:m}=R;if(x.some(T=>d.Rectangle.intersects(s,T))){const T=new d.ObjectMatrix;p||x.forEach(I=>{d.Range.foreach(I,(E,D)=>{T.setValue(E,D,1)})}),h.set(m,T)}});const O={row:s.startRow,col:s.startColumn};return Kl(s,u).forEach(R=>{n(O,{row:R.startRange.startRow,col:R.startRange.startColumn},R.repeatRelativeRange,h,{targetUnitId:a,targetSubUnitId:i})}),h.forEach((R,x)=>{if(p){const m=this._conditionalFormattingRuleModel.getRule(a,i,x),T=L.findAllRectangle(L.createTopMatrixFromMatrix(R));if(m)if(T.length){const I={unitId:a,subUnitId:i,rule:{...m,ranges:T}};v.push({id:l.SetConditionalRuleMutation.id,params:I}),b.push(...l.setConditionalRuleMutationUndoFactory(this._injector,I))}else{const I={unitId:a,subUnitId:i,cfId:m.cfId};v.push({id:l.DeleteConditionalRuleMutation.id,params:I}),b.push(...l.DeleteConditionalRuleMutationUndoFactory(this._injector,I))}else if(T.length){const I=this._conditionalFormattingRuleModel.getRule(c,f,x);if(I){const E={unitId:a,subUnitId:i,rule:{...d.Tools.deepClone(I),cfId:this._conditionalFormattingRuleModel.createCfId(a,i),ranges:T}};v.push({id:l.AddConditionalRuleMutation.id,params:E}),b.push(l.AddConditionalRuleMutationUndoFactory(this._injector,E))}}}else{const m=this._conditionalFormattingRuleModel.getRule(c,f,x);if(!m)return;const T=L.findAllRectangle(L.createTopMatrixFromMatrix(R));if(T.length){const I={unitId:c,subUnitId:f,rule:{...m,ranges:T}};v.push({id:l.SetConditionalRuleMutation.id,params:I}),b.push(...l.setConditionalRuleMutationUndoFactory(this._injector,I))}else{const I={unitId:c,subUnitId:f,cfId:m.cfId};v.push({id:l.DeleteConditionalRuleMutation.id,params:I}),b.push(...l.DeleteConditionalRuleMutationUndoFactory(this._injector,I))}}}),{undos:b,redos:v}},o={id:l.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onStatusChange:a=>{var i,u,s;switch(a){case ae.FormatPainterStatus.INFINITE:case ae.FormatPainterStatus.ONCE:{const c=(i=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:i.getUnitId(),f=(s=(u=this._univerInstanceService.getCurrentUnitForType(d.UniverInstanceType.UNIVER_SHEET))==null?void 0:u.getActiveSheet())==null?void 0:s.getSheetId(),p=this._sheetsSelectionsService.getCurrentLastSelection(),h=p==null?void 0:p.range;c&&f&&h&&(this._painterConfig={unitId:c,subUnitId:f,range:h});break}case ae.FormatPainterStatus.OFF:{this._painterConfig=null;break}}},onApply:(a,i,u)=>this._painterConfig?r(a,i,u):{redos:[],undos:[]}};this._formatPainterService.addHook(o)}};Sn=ql([ft(0,d.Inject(d.Injector)),ft(1,d.Inject(d.IUniverInstanceService)),ft(2,d.Inject(ae.IFormatPainterService)),ft(3,d.Inject(L.SheetsSelectionsService)),ft(4,d.Inject(l.ConditionalFormattingRuleModel)),ft(5,d.Inject(l.ConditionalFormattingViewModel))],Sn);var Zo=Object.defineProperty,Zl=Object.getOwnPropertyDescriptor,Jl=(t,e,n)=>e in t?Zo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ql=(t,e,n,r)=>{for(var o=r>1?void 0:r?Zl(e,n):e,a=t.length-1,i;a>=0;a--)(i=t[a])&&(o=(r?i(e,n,o):i(o))||o);return r&&o&&Zo(e,n,o),o},Tr=(t,e)=>(n,r)=>e(n,r,t),Jo=(t,e,n)=>Jl(t,typeof e!="symbol"?e+"":e,n);V.UniverSheetsConditionalFormattingUIPlugin=class extends d.Plugin{constructor(e=Bo,n,r,o){super(),this._config=e,this._injector=n,this._commandService=r,this._configService=o;const{menu:a,...i}=this._config;a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Fo,i),this._initCommand()}onStarting(){d.registerDependencies(this._injector,[[Et],[Pt],[Mt],[gn],[Dt],[_t],[yn],[ut],[vn],[V.ConditionalFormattingClearController],[Sn]]),d.touchDependencies(this._injector,[[Et]])}onReady(){d.touchDependencies(this._injector,[[yn],[_t]])}onRendered(){d.touchDependencies(this._injector,[[gn],[V.ConditionalFormattingClearController],[Mt],[vn],[ut],[Sn],[Dt],[Pt]])}_initCommand(){[Rn,Cn,Tn,In,wn,_n,xn,En,On,xt,Tt,un,sn,It,Vt,ht].forEach(e=>{this._commandService.registerCommand(e)})}},Jo(V.UniverSheetsConditionalFormattingUIPlugin,"pluginName",`${l.SHEET_CONDITIONAL_FORMATTING_PLUGIN}_UI_PLUGIN`),Jo(V.UniverSheetsConditionalFormattingUIPlugin,"type",d.UniverInstanceType.UNIVER_SHEET),V.UniverSheetsConditionalFormattingUIPlugin=Ql([d.DependentOn(l.UniverSheetsConditionalFormattingPlugin),Tr(1,d.Inject(d.Injector)),Tr(2,d.Inject(d.ICommandService)),Tr(3,d.IConfigService)],V.UniverSheetsConditionalFormattingUIPlugin),V.AddAverageCfCommand=Rn,V.AddCfCommand=It,V.AddColorScaleConditionalRuleCommand=Cn,V.AddDataBarConditionalRuleCommand=Tn,V.AddDuplicateValuesCfCommand=In,V.AddNumberCfCommand=wn,V.AddRankCfCommand=_n,V.AddTextCfCommand=xn,V.AddTimePeriodCfCommand=En,V.AddUniqueValuesCfCommand=On,V.ClearRangeCfCommand=Vt,V.ClearWorksheetCfCommand=ht,V.DeleteCfCommand=Tt,V.MoveCfCommand=sn,V.OpenConditionalFormattingOperator=xt,V.SetCfCommand=un,Object.defineProperty(V,Symbol.toStringTag,{value:"Module"})});
|
|
9
|
+
*/var _n;function Wr(){if(_n)return $e;_n=1;var t=j,e=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,o=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function l(y,p,C){var m,R={},x=null,I=null;C!==void 0&&(x=""+C),p.key!==void 0&&(x=""+p.key),p.ref!==void 0&&(I=p.ref);for(m in p)n.call(p,m)&&!a.hasOwnProperty(m)&&(R[m]=p[m]);if(y&&y.defaultProps)for(m in p=y.defaultProps,p)R[m]===void 0&&(R[m]=p[m]);return{$$typeof:e,type:y,key:x,ref:I,props:R,_owner:o.current}}return $e.Fragment=r,$e.jsx=l,$e.jsxs=l,$e}var xn;function Hr(){return xn||(xn=1,tn.exports=Wr()),tn.exports}var _=Hr();const A={conditionalFormattingWrap:"univer-conditional-formatting-wrap",cfRuleItem:"univer-cf-rule-item",preview:"univer-preview",createRule:"univer-create-rule",button:"univer-button",title:"univer-title",label:"univer-label",labelContainer:"univer-label-container",inputWidth:"univer-input-width",mTBase:"univer-m-t-base",mTSm:"univer-m-t-sm",mTXl:"univer-m-t-xl",mLSm:"univer-m-l-sm",mLXl:"univer-m-l-xl",mLXxs:"univer-m-l-xxs",mL0:"univer-m-l-0",mR0:"univer-m-r-0"};var Se=function(){return Se=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++){e=arguments[r];for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])}return t},Se.apply(this,arguments)},kr=function(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(t);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(t,n[o])&&(r[n[o]]=t[n[o]]);return r},Ue=j.forwardRef(function(t,e){var r=t.icon,n=t.id,o=t.className,a=t.extend,l=kr(t,["icon","id","className","extend"]),y="univerjs-icon univerjs-icon-".concat(n," ").concat(o||"").trim(),p=j.useRef("_".concat(Gr()));return En(r,"".concat(n),{defIds:r.defIds,idSuffix:p.current},Se({ref:e,className:y},l),a)});function En(t,e,r,n,o){return j.createElement(t.tag,Se(Se({key:e},Br(t,r,o)),n),(Fr(t,r).children||[]).map(function(a,l){return En(a,"".concat(e,"-").concat(t.tag,"-").concat(l),r,void 0,o)}))}function Br(t,e,r){var n=Se({},t.attrs);r!=null&&r.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=r.colorChannel1);var o=e.defIds;return!o||o.length===0||(t.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+e.idSuffix),Object.entries(n).forEach(function(a){var l=a[0],y=a[1];typeof y=="string"&&(n[l]=y.replace(/url\(#(.*)\)/,"url(#$1".concat(e.idSuffix,")")))})),n}function Fr(t,e){var r,n=e.defIds;return!n||n.length===0?t:t.tag==="defs"&&(!((r=t.children)===null||r===void 0)&&r.length)?Se(Se({},t),{children:t.children.map(function(o){return typeof o.attrs.id=="string"&&n&&n.indexOf(o.attrs.id)>-1?Se(Se({},o),{attrs:Se(Se({},o.attrs),{id:o.attrs.id+e.idSuffix})}):o})}):t}function Gr(){return Math.random().toString(36).substring(2,8)}Ue.displayName="UniverIcon";var qr={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Ct=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"delete-single",ref:e,icon:qr}))});Ct.displayName="DeleteSingle";var Xr={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z"}}]},On=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"increase-single",ref:e,icon:Xr}))});On.displayName="IncreaseSingle";var Yr={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Tt=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"more-down-single",ref:e,icon:Yr}))});Tt.displayName="MoreDownSingle";var Kr={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_622_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_622_8)"},children:[{tag:"path",attrs:{d:"M6 5C6.55228 5 7 4.55228 7 4 7 3.44772 6.55228 3 6 3 5.44772 3 5 3.44772 5 4 5 4.55228 5.44772 5 6 5zM6 9C6.55228 9 7 8.55229 7 8 7 7.44772 6.55228 7 6 7 5.44772 7 5 7.44772 5 8 5 8.55229 5.44772 9 6 9zM7 12C7 12.5523 6.55228 13 6 13 5.44772 13 5 12.5523 5 12 5 11.4477 5.44772 11 6 11 6.55228 11 7 11.4477 7 12zM10 5C10.5523 5 11 4.55228 11 4 11 3.44772 10.5523 3 10 3 9.44771 3 9 3.44772 9 4 9 4.55228 9.44771 5 10 5zM11 8C11 8.55229 10.5523 9 10 9 9.44771 9 9 8.55229 9 8 9 7.44772 9.44771 7 10 7 10.5523 7 11 7.44772 11 8zM10 13C10.5523 13 11 12.5523 11 12 11 11.4477 10.5523 11 10 11 9.44771 11 9 11.4477 9 12 9 12.5523 9.44771 13 10 13z"}}]}]},Pn=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"sequence-single",ref:e,icon:Kr}))});Pn.displayName="SequenceSingle";var $r={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_41",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.48H16.35V16.48H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_41)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z"}}]}]},Ze=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"slash-single",ref:e,icon:$r}))});Ze.displayName="SlashSingle";var nn={exports:{}},Je={},Qe={exports:{}},Zr=Qe.exports,Mn;function rn(){return Mn||(Mn=1,function(t,e){(function(r,n){n(e)})(Zr,function(r){function n(k){return function(se,O,P,N,z,K,B){return k(se,O,B)}}function o(k){return function(se,O,P,N){if(!se||!O||typeof se!="object"||typeof O!="object")return k(se,O,P,N);var z=N.get(se),K=N.get(O);if(z&&K)return z===O&&K===se;N.set(se,O),N.set(O,se);var B=k(se,O,P,N);return N.delete(se),N.delete(O),B}}function a(k,Q){var se={};for(var O in k)se[O]=k[O];for(var O in Q)se[O]=Q[O];return se}function l(k){return k.constructor===Object||k.constructor==null}function y(k){return typeof k.then=="function"}function p(k,Q){return k===Q||k!==k&&Q!==Q}var C="[object Arguments]",m="[object Boolean]",R="[object Date]",x="[object RegExp]",I="[object Map]",T="[object Number]",w="[object Object]",h="[object Set]",i="[object String]",s=Object.prototype.toString;function f(k){var Q=k.areArraysEqual,se=k.areDatesEqual,O=k.areMapsEqual,P=k.areObjectsEqual,N=k.areRegExpsEqual,z=k.areSetsEqual,K=k.createIsNestedEqual,B=K(J);function J(Z,te,ce){if(Z===te)return!0;if(!Z||!te||typeof Z!="object"||typeof te!="object")return Z!==Z&&te!==te;if(l(Z)&&l(te))return P(Z,te,B,ce);var je=Array.isArray(Z),be=Array.isArray(te);if(je||be)return je===be&&Q(Z,te,B,ce);var me=s.call(Z);return me!==s.call(te)?!1:me===R?se(Z,te,B,ce):me===x?N(Z,te,B,ce):me===I?O(Z,te,B,ce):me===h?z(Z,te,B,ce):me===w||me===C?y(Z)||y(te)?!1:P(Z,te,B,ce):me===m||me===T||me===i?p(Z.valueOf(),te.valueOf()):!1}return J}function S(k,Q,se,O){var P=k.length;if(Q.length!==P)return!1;for(;P-- >0;)if(!se(k[P],Q[P],P,P,k,Q,O))return!1;return!0}var c=o(S);function g(k,Q){return p(k.valueOf(),Q.valueOf())}function d(k,Q,se,O){var P=k.size===Q.size;if(!P)return!1;if(!k.size)return!0;var N={},z=0;return k.forEach(function(K,B){if(P){var J=!1,Z=0;Q.forEach(function(te,ce){!J&&!N[Z]&&(J=se(B,ce,z,Z,k,Q,O)&&se(K,te,B,ce,k,Q,O))&&(N[Z]=!0),Z++}),z++,P=J}}),P}var b=o(d),M="_owner",L=Object.prototype.hasOwnProperty;function V(k,Q,se,O){var P=Object.keys(k),N=P.length;if(Object.keys(Q).length!==N)return!1;for(var z;N-- >0;){if(z=P[N],z===M){var K=!!k.$$typeof,B=!!Q.$$typeof;if((K||B)&&K!==B)return!1}if(!L.call(Q,z)||!se(k[z],Q[z],z,z,k,Q,O))return!1}return!0}var U=o(V);function E(k,Q){return k.source===Q.source&&k.flags===Q.flags}function D(k,Q,se,O){var P=k.size===Q.size;if(!P)return!1;if(!k.size)return!0;var N={};return k.forEach(function(z,K){if(P){var B=!1,J=0;Q.forEach(function(Z,te){!B&&!N[J]&&(B=se(z,Z,K,te,k,Q,O))&&(N[J]=!0),J++}),P=B}}),P}var W=o(D),q=Object.freeze({areArraysEqual:S,areDatesEqual:g,areMapsEqual:d,areObjectsEqual:V,areRegExpsEqual:E,areSetsEqual:D,createIsNestedEqual:n}),Y=Object.freeze({areArraysEqual:c,areDatesEqual:g,areMapsEqual:b,areObjectsEqual:U,areRegExpsEqual:E,areSetsEqual:W,createIsNestedEqual:n}),ne=f(q);function ee(k,Q){return ne(k,Q,void 0)}var F=f(a(q,{createIsNestedEqual:function(){return p}}));function H(k,Q){return F(k,Q,void 0)}var re=f(Y);function ie(k,Q){return re(k,Q,new WeakMap)}var ue=f(a(Y,{createIsNestedEqual:function(){return p}}));function he(k,Q){return ue(k,Q,new WeakMap)}function ye(k){return f(a(q,k(q)))}function Ce(k){var Q=f(a(Y,k(Y)));return function(se,O,P){return P===void 0&&(P=new WeakMap),Q(se,O,P)}}r.circularDeepEqual=ie,r.circularShallowEqual=he,r.createCustomCircularEqual=Ce,r.createCustomEqual=ye,r.deepEqual=ee,r.sameValueZeroEqual=p,r.shallowEqual=H,Object.defineProperty(r,"__esModule",{value:!0})})}(Qe,Qe.exports)),Qe.exports}var It={exports:{}},Dn;function on(){if(Dn)return It.exports;Dn=1;function t(r){var n,o,a="";if(typeof r=="string"||typeof r=="number")a+=r;else if(typeof r=="object")if(Array.isArray(r)){var l=r.length;for(n=0;n<l;n++)r[n]&&(o=t(r[n]))&&(a&&(a+=" "),a+=o)}else for(o in r)r[o]&&(a&&(a+=" "),a+=o);return a}function e(){for(var r,n,o=0,a="",l=arguments.length;o<l;o++)(r=arguments[o])&&(n=t(r))&&(a&&(a+=" "),a+=n);return a}return It.exports=e,It.exports.clsx=e,It.exports}var ae={},an,Nn;function Jr(){return Nn||(Nn=1,an=function(e,r,n){return e===r?!0:e.className===r.className&&n(e.style,r.style)&&e.width===r.width&&e.autoSize===r.autoSize&&e.cols===r.cols&&e.draggableCancel===r.draggableCancel&&e.draggableHandle===r.draggableHandle&&n(e.verticalCompact,r.verticalCompact)&&n(e.compactType,r.compactType)&&n(e.layout,r.layout)&&n(e.margin,r.margin)&&n(e.containerPadding,r.containerPadding)&&e.rowHeight===r.rowHeight&&e.maxRows===r.maxRows&&e.isBounded===r.isBounded&&e.isDraggable===r.isDraggable&&e.isResizable===r.isResizable&&e.allowOverlap===r.allowOverlap&&e.preventCollision===r.preventCollision&&e.useCSSTransforms===r.useCSSTransforms&&e.transformScale===r.transformScale&&e.isDroppable===r.isDroppable&&n(e.resizeHandles,r.resizeHandles)&&n(e.resizeHandle,r.resizeHandle)&&e.onLayoutChange===r.onLayoutChange&&e.onDragStart===r.onDragStart&&e.onDrag===r.onDrag&&e.onDragStop===r.onDragStop&&e.onResizeStart===r.onResizeStart&&e.onResize===r.onResize&&e.onResizeStop===r.onResizeStop&&e.onDrop===r.onDrop&&n(e.droppingItem,r.droppingItem)&&n(e.innerRef,r.innerRef)}),an}var jn;function Ve(){if(jn)return ae;jn=1,Object.defineProperty(ae,"__esModule",{value:!0}),ae.bottom=n,ae.childrenEqual=p,ae.cloneLayout=o,ae.cloneLayoutItem=y,ae.collides=m,ae.compact=R,ae.compactItem=T,ae.compactType=k,ae.correctBounds=w,ae.fastPositionEqual=C,ae.fastRGLPropsEqual=void 0,ae.getAllCollisions=s,ae.getFirstCollision=i,ae.getLayoutItem=h,ae.getStatics=f,ae.modifyLayout=a,ae.moveElement=S,ae.moveElementAwayFromCollision=c,ae.noop=void 0,ae.perc=g,ae.resizeItemInDirection=F,ae.setTopLeft=re,ae.setTransform=H,ae.sortLayoutItems=ie,ae.sortLayoutItemsByColRow=he,ae.sortLayoutItemsByRowCol=ue,ae.synchronizeLayoutWithChildren=ye,ae.validateLayout=Ce,ae.withLayoutItem=l;var t=rn(),e=r(j);function r(O){return O&&O.__esModule?O:{default:O}}function n(O){let P=0,N;for(let z=0,K=O.length;z<K;z++)N=O[z].y+O[z].h,N>P&&(P=N);return P}function o(O){const P=Array(O.length);for(let N=0,z=O.length;N<z;N++)P[N]=y(O[N]);return P}function a(O,P){const N=Array(O.length);for(let z=0,K=O.length;z<K;z++)P.i===O[z].i?N[z]=P:N[z]=O[z];return N}function l(O,P,N){let z=h(O,P);return z?(z=N(y(z)),O=a(O,z),[O,z]):[O,null]}function y(O){return{w:O.w,h:O.h,x:O.x,y:O.y,i:O.i,minW:O.minW,maxW:O.maxW,minH:O.minH,maxH:O.maxH,moved:!!O.moved,static:!!O.static,isDraggable:O.isDraggable,isResizable:O.isResizable,resizeHandles:O.resizeHandles,isBounded:O.isBounded}}function p(O,P){return(0,t.deepEqual)(e.default.Children.map(O,N=>N==null?void 0:N.key),e.default.Children.map(P,N=>N==null?void 0:N.key))&&(0,t.deepEqual)(e.default.Children.map(O,N=>N==null?void 0:N.props["data-grid"]),e.default.Children.map(P,N=>N==null?void 0:N.props["data-grid"]))}ae.fastRGLPropsEqual=Jr();function C(O,P){return O.left===P.left&&O.top===P.top&&O.width===P.width&&O.height===P.height}function m(O,P){return!(O.i===P.i||O.x+O.w<=P.x||O.x>=P.x+P.w||O.y+O.h<=P.y||O.y>=P.y+P.h)}function R(O,P,N,z){const K=f(O),B=ie(O,P),J=Array(O.length);for(let Z=0,te=B.length;Z<te;Z++){let ce=y(B[Z]);ce.static||(ce=T(K,ce,P,N,B,z),K.push(ce)),J[O.indexOf(B[Z])]=ce,ce.moved=!1}return J}const x={x:"w",y:"h"};function I(O,P,N,z){const K=x[z];P[z]+=1;const B=O.map(J=>J.i).indexOf(P.i);for(let J=B+1;J<O.length;J++){const Z=O[J];if(!Z.static){if(Z.y>P.y+P.h)break;m(P,Z)&&I(O,Z,N+P[K],z)}}P[z]=N}function T(O,P,N,z,K,B){const J=N==="vertical",Z=N==="horizontal";if(J)for(P.y=Math.min(n(O),P.y);P.y>0&&!i(O,P);)P.y--;else if(Z)for(;P.x>0&&!i(O,P);)P.x--;let te;for(;(te=i(O,P))&&!(N===null&&B);)if(Z?I(K,P,te.x+te.w,"x"):I(K,P,te.y+te.h,"y"),Z&&P.x+P.w>z)for(P.x=z-P.w,P.y++;P.x>0&&!i(O,P);)P.x--;return P.y=Math.max(P.y,0),P.x=Math.max(P.x,0),P}function w(O,P){const N=f(O);for(let z=0,K=O.length;z<K;z++){const B=O[z];if(B.x+B.w>P.cols&&(B.x=P.cols-B.w),B.x<0&&(B.x=0,B.w=P.cols),!B.static)N.push(B);else for(;i(N,B);)B.y++}return O}function h(O,P){for(let N=0,z=O.length;N<z;N++)if(O[N].i===P)return O[N]}function i(O,P){for(let N=0,z=O.length;N<z;N++)if(m(O[N],P))return O[N]}function s(O,P){return O.filter(N=>m(N,P))}function f(O){return O.filter(P=>P.static)}function S(O,P,N,z,K,B,J,Z,te){if(P.static&&P.isDraggable!==!0||P.y===z&&P.x===N)return O;`${P.i}${String(N)}${String(z)}${P.x}${P.y}`;const ce=P.x,je=P.y;typeof N=="number"&&(P.x=N),typeof z=="number"&&(P.y=z),P.moved=!0;let be=ie(O,J);(J==="vertical"&&typeof z=="number"?je>=z:J==="horizontal"&&typeof N=="number"?ce>=N:!1)&&(be=be.reverse());const Fe=s(be,P),Ft=Fe.length>0;if(Ft&&te)return o(O);if(Ft&&B)return`${P.i}`,P.x=ce,P.y=je,P.moved=!1,O;for(let Cn=0,ka=Fe.length;Cn<ka;Cn++){const Le=Fe[Cn];`${P.i}${P.x}${P.y}${Le.i}${Le.x}${Le.y}`,!Le.moved&&(Le.static?O=c(O,Le,P,K,J):O=c(O,P,Le,K,J))}return O}function c(O,P,N,z,K,B){const J=K==="horizontal",Z=K==="vertical",te=P.static;if(z){z=!1;const be={x:J?Math.max(P.x-N.w,0):N.x,y:Z?Math.max(P.y-N.h,0):N.y,w:N.w,h:N.h,i:"-1"},me=i(O,be),Fe=me&&me.y+me.h>P.y,Ft=me&&P.x+P.w>me.x;if(me){if(Fe&&Z)return S(O,N,void 0,P.y+1,z,te,K);if(Fe&&K==null)return P.y=N.y,N.y=N.y+N.h,O;if(Ft&&J)return S(O,P,N.x,void 0,z,te,K)}else return`${N.i}${be.x}${be.y}`,S(O,N,J?be.x:void 0,Z?be.y:void 0,z,te,K)}const ce=J?N.x+1:void 0,je=Z?N.y+1:void 0;return ce==null&&je==null?O:S(O,N,J?N.x+1:void 0,Z?N.y+1:void 0,z,te,K)}function g(O){return O*100+"%"}const d=(O,P,N,z)=>O+N>z?P:N,b=(O,P,N)=>O<0?P:N,M=O=>Math.max(0,O),L=O=>Math.max(0,O),V=(O,P,N)=>{let{left:z,height:K,width:B}=P;const J=O.top-(K-O.height);return{left:z,width:B,height:b(J,O.height,K),top:L(J)}},U=(O,P,N)=>{let{top:z,left:K,height:B,width:J}=P;return{top:z,height:B,width:d(O.left,O.width,J,N),left:M(K)}},E=(O,P,N)=>{let{top:z,height:K,width:B}=P;const J=O.left-(B-O.width);return{height:K,width:J<0?O.width:d(O.left,O.width,B,N),top:L(z),left:M(J)}},D=(O,P,N)=>{let{top:z,left:K,height:B,width:J}=P;return{width:J,left:K,height:b(z,O.height,B),top:L(z)}},ee={n:V,ne:function(){return V(arguments.length<=0?void 0:arguments[0],U(...arguments))},e:U,se:function(){return D(arguments.length<=0?void 0:arguments[0],U(...arguments))},s:D,sw:function(){return D(arguments.length<=0?void 0:arguments[0],E(...arguments))},w:E,nw:function(){return V(arguments.length<=0?void 0:arguments[0],E(...arguments))}};function F(O,P,N,z){const K=ee[O];return K?K(P,{...P,...N},z):N}function H(O){let{top:P,left:N,width:z,height:K}=O;const B=`translate(${N}px,${P}px)`;return{transform:B,WebkitTransform:B,MozTransform:B,msTransform:B,OTransform:B,width:`${z}px`,height:`${K}px`,position:"absolute"}}function re(O){let{top:P,left:N,width:z,height:K}=O;return{top:`${P}px`,left:`${N}px`,width:`${z}px`,height:`${K}px`,position:"absolute"}}function ie(O,P){return P==="horizontal"?he(O):P==="vertical"?ue(O):O}function ue(O){return O.slice(0).sort(function(P,N){return P.y>N.y||P.y===N.y&&P.x>N.x?1:P.y===N.y&&P.x===N.x?0:-1})}function he(O){return O.slice(0).sort(function(P,N){return P.x>N.x||P.x===N.x&&P.y>N.y?1:-1})}function ye(O,P,N,z,K){O=O||[];const B=[];e.default.Children.forEach(P,Z=>{if((Z==null?void 0:Z.key)==null)return;const te=h(O,String(Z.key)),ce=Z.props["data-grid"];te&&ce==null?B.push(y(te)):ce?B.push(y({...ce,i:Z.key})):B.push(y({w:1,h:1,x:0,y:n(B),i:String(Z.key)}))});const J=w(B,{cols:N});return K?J:R(J,z,N)}function Ce(O){let P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"Layout";const N=["x","y","w","h"];if(!Array.isArray(O))throw new Error(P+" must be an array!");for(let z=0,K=O.length;z<K;z++){const B=O[z];for(let J=0;J<N.length;J++)if(typeof B[N[J]]!="number")throw new Error("ReactGridLayout: "+P+"["+z+"]."+N[J]+" must be a number!")}}function k(O){const{verticalCompact:P,compactType:N}=O||{};return P===!1?null:N}function Q(){}const se=()=>{};return ae.noop=se,ae}var Ie={},Ln;function sn(){if(Ln)return Ie;Ln=1,Object.defineProperty(Ie,"__esModule",{value:!0}),Ie.calcGridColWidth=t,Ie.calcGridItemPosition=r,Ie.calcGridItemWHPx=e,Ie.calcWH=o,Ie.calcXY=n,Ie.clamp=a;function t(l){const{margin:y,containerPadding:p,containerWidth:C,cols:m}=l;return(C-y[0]*(m-1)-p[0]*2)/m}function e(l,y,p){return Number.isFinite(l)?Math.round(y*l+Math.max(0,l-1)*p):l}function r(l,y,p,C,m,R){const{margin:x,containerPadding:I,rowHeight:T}=l,w=t(l),h={};return R&&R.resizing?(h.width=Math.round(R.resizing.width),h.height=Math.round(R.resizing.height)):(h.width=e(C,w,x[0]),h.height=e(m,T,x[1])),R&&R.dragging?(h.top=Math.round(R.dragging.top),h.left=Math.round(R.dragging.left)):R&&R.resizing&&typeof R.resizing.top=="number"&&typeof R.resizing.left=="number"?(h.top=Math.round(R.resizing.top),h.left=Math.round(R.resizing.left)):(h.top=Math.round((T+x[1])*p+I[1]),h.left=Math.round((w+x[0])*y+I[0])),h}function n(l,y,p,C,m){const{margin:R,cols:x,rowHeight:I,maxRows:T}=l,w=t(l);let h=Math.round((p-R[0])/(w+R[0])),i=Math.round((y-R[1])/(I+R[1]));return h=a(h,0,x-C),i=a(i,0,T-m),{x:h,y:i}}function o(l,y,p,C,m,R){const{margin:x,maxRows:I,cols:T,rowHeight:w}=l,h=t(l);let i=Math.round((y+x[0])/(h+x[0])),s=Math.round((p+x[1])/(w+x[1])),f=a(i,0,T-C),S=a(s,0,I-m);return["sw","w","nw"].indexOf(R)!==-1&&(f=a(i,0,T)),["nw","n","ne"].indexOf(R)!==-1&&(S=a(s,0,I)),{w:f,h:S}}function a(l,y,p){return Math.max(Math.min(l,p),y)}return Ie}var et={},ln={exports:{}},un,Un;function Qr(){if(Un)return un;Un=1;var t="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return un=t,un}var cn,Vn;function eo(){if(Vn)return cn;Vn=1;var t=Qr();function e(){}function r(){}return r.resetWarningCache=e,cn=function(){function n(l,y,p,C,m,R){if(R!==t){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}}n.isRequired=n;function o(){return n}var a={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:e};return a.PropTypes=a,a},cn}var zn;function xe(){return zn||(zn=1,ln.exports=eo()()),ln.exports}var tt={exports:{}},dn={};function An(t){var e,r,n="";if(typeof t=="string"||typeof t=="number")n+=t;else if(typeof t=="object")if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(r=An(t[e]))&&(n&&(n+=" "),n+=r);else for(e in t)t[e]&&(n&&(n+=" "),n+=e);return n}function Wn(){for(var t,e,r=0,n="";r<arguments.length;)(t=arguments[r++])&&(e=An(t))&&(n&&(n+=" "),n+=e);return n}const to=wn(Object.freeze(Object.defineProperty({__proto__:null,clsx:Wn,default:Wn},Symbol.toStringTag,{value:"Module"})));var fe={},Ee={},Hn;function wt(){if(Hn)return Ee;Hn=1,Object.defineProperty(Ee,"__esModule",{value:!0}),Ee.dontSetMe=o,Ee.findInArray=t,Ee.int=n,Ee.isFunction=e,Ee.isNum=r;function t(a,l){for(let y=0,p=a.length;y<p;y++)if(l.apply(l,[a[y],y,a]))return a[y]}function e(a){return typeof a=="function"||Object.prototype.toString.call(a)==="[object Function]"}function r(a){return typeof a=="number"&&!isNaN(a)}function n(a){return parseInt(a,10)}function o(a,l,y){if(a[l])return new Error("Invalid prop ".concat(l," passed to ").concat(y," - do not set this, set it on the child."))}return Ee}var Oe={},kn;function no(){if(kn)return Oe;kn=1,Object.defineProperty(Oe,"__esModule",{value:!0}),Oe.browserPrefixToKey=r,Oe.browserPrefixToStyle=n,Oe.default=void 0,Oe.getPrefix=e;const t=["Moz","Webkit","O","ms"];function e(){var a;let l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"transform";if(typeof window>"u")return"";const y=(a=window.document)===null||a===void 0||(a=a.documentElement)===null||a===void 0?void 0:a.style;if(!y||l in y)return"";for(let p=0;p<t.length;p++)if(r(l,t[p])in y)return t[p];return""}function r(a,l){return l?"".concat(l).concat(o(a)):a}function n(a,l){return l?"-".concat(l.toLowerCase(),"-").concat(a):a}function o(a){let l="",y=!0;for(let p=0;p<a.length;p++)y?(l+=a[p].toUpperCase(),y=!1):a[p]==="-"?y=!0:l+=a[p];return l}return Oe.default=e(),Oe}var Bn;function fn(){if(Bn)return fe;Bn=1,Object.defineProperty(fe,"__esModule",{value:!0}),fe.addClassName=c,fe.addEvent=y,fe.addUserSelectStyles=f,fe.createCSSTransform=T,fe.createSVGTransform=w,fe.getTouch=i,fe.getTouchIdentifier=s,fe.getTranslation=h,fe.innerHeight=R,fe.innerWidth=x,fe.matchesSelector=a,fe.matchesSelectorAndParentsTo=l,fe.offsetXYFromParent=I,fe.outerHeight=C,fe.outerWidth=m,fe.removeClassName=g,fe.removeEvent=p,fe.removeUserSelectStyles=S;var t=wt(),e=n(no());function r(d){if(typeof WeakMap!="function")return null;var b=new WeakMap,M=new WeakMap;return(r=function(L){return L?M:b})(d)}function n(d,b){if(d&&d.__esModule)return d;if(d===null||typeof d!="object"&&typeof d!="function")return{default:d};var M=r(b);if(M&&M.has(d))return M.get(d);var L={},V=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var U in d)if(U!=="default"&&Object.prototype.hasOwnProperty.call(d,U)){var E=V?Object.getOwnPropertyDescriptor(d,U):null;E&&(E.get||E.set)?Object.defineProperty(L,U,E):L[U]=d[U]}return L.default=d,M&&M.set(d,L),L}let o="";function a(d,b){return o||(o=(0,t.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],function(M){return(0,t.isFunction)(d[M])})),(0,t.isFunction)(d[o])?d[o](b):!1}function l(d,b,M){let L=d;do{if(a(L,b))return!0;if(L===M)return!1;L=L.parentNode}while(L);return!1}function y(d,b,M,L){if(!d)return;const V={capture:!0,...L};d.addEventListener?d.addEventListener(b,M,V):d.attachEvent?d.attachEvent("on"+b,M):d["on"+b]=M}function p(d,b,M,L){if(!d)return;const V={capture:!0,...L};d.removeEventListener?d.removeEventListener(b,M,V):d.detachEvent?d.detachEvent("on"+b,M):d["on"+b]=null}function C(d){let b=d.clientHeight;const M=d.ownerDocument.defaultView.getComputedStyle(d);return b+=(0,t.int)(M.borderTopWidth),b+=(0,t.int)(M.borderBottomWidth),b}function m(d){let b=d.clientWidth;const M=d.ownerDocument.defaultView.getComputedStyle(d);return b+=(0,t.int)(M.borderLeftWidth),b+=(0,t.int)(M.borderRightWidth),b}function R(d){let b=d.clientHeight;const M=d.ownerDocument.defaultView.getComputedStyle(d);return b-=(0,t.int)(M.paddingTop),b-=(0,t.int)(M.paddingBottom),b}function x(d){let b=d.clientWidth;const M=d.ownerDocument.defaultView.getComputedStyle(d);return b-=(0,t.int)(M.paddingLeft),b-=(0,t.int)(M.paddingRight),b}function I(d,b,M){const V=b===b.ownerDocument.body?{left:0,top:0}:b.getBoundingClientRect(),U=(d.clientX+b.scrollLeft-V.left)/M,E=(d.clientY+b.scrollTop-V.top)/M;return{x:U,y:E}}function T(d,b){const M=h(d,b,"px");return{[(0,e.browserPrefixToKey)("transform",e.default)]:M}}function w(d,b){return h(d,b,"")}function h(d,b,M){let{x:L,y:V}=d,U="translate(".concat(L).concat(M,",").concat(V).concat(M,")");if(b){const E="".concat(typeof b.x=="string"?b.x:b.x+M),D="".concat(typeof b.y=="string"?b.y:b.y+M);U="translate(".concat(E,", ").concat(D,")")+U}return U}function i(d,b){return d.targetTouches&&(0,t.findInArray)(d.targetTouches,M=>b===M.identifier)||d.changedTouches&&(0,t.findInArray)(d.changedTouches,M=>b===M.identifier)}function s(d){if(d.targetTouches&&d.targetTouches[0])return d.targetTouches[0].identifier;if(d.changedTouches&&d.changedTouches[0])return d.changedTouches[0].identifier}function f(d){if(!d)return;let b=d.getElementById("react-draggable-style-el");b||(b=d.createElement("style"),b.type="text/css",b.id="react-draggable-style-el",b.innerHTML=`.react-draggable-transparent-selection *::-moz-selection {all: inherit;}
|
|
10
|
+
`,b.innerHTML+=`.react-draggable-transparent-selection *::selection {all: inherit;}
|
|
11
|
+
`,d.getElementsByTagName("head")[0].appendChild(b)),d.body&&c(d.body,"react-draggable-transparent-selection")}function S(d){if(d)try{if(d.body&&g(d.body,"react-draggable-transparent-selection"),d.selection)d.selection.empty();else{const b=(d.defaultView||window).getSelection();b&&b.type!=="Caret"&&b.removeAllRanges()}}catch{}}function c(d,b){d.classList?d.classList.add(b):d.className.match(new RegExp("(?:^|\\s)".concat(b,"(?!\\S)")))||(d.className+=" ".concat(b))}function g(d,b){d.classList?d.classList.remove(b):d.className=d.className.replace(new RegExp("(?:^|\\s)".concat(b,"(?!\\S)"),"g"),"")}return fe}var Te={},Fn;function Gn(){if(Fn)return Te;Fn=1,Object.defineProperty(Te,"__esModule",{value:!0}),Te.canDragX=o,Te.canDragY=a,Te.createCoreData=y,Te.createDraggableData=p,Te.getBoundPosition=r,Te.getControlPosition=l,Te.snapToGrid=n;var t=wt(),e=fn();function r(R,x,I){if(!R.props.bounds)return[x,I];let{bounds:T}=R.props;T=typeof T=="string"?T:C(T);const w=m(R);if(typeof T=="string"){const{ownerDocument:h}=w,i=h.defaultView;let s;if(T==="parent"?s=w.parentNode:s=h.querySelector(T),!(s instanceof i.HTMLElement))throw new Error('Bounds selector "'+T+'" could not find an element.');const f=s,S=i.getComputedStyle(w),c=i.getComputedStyle(f);T={left:-w.offsetLeft+(0,t.int)(c.paddingLeft)+(0,t.int)(S.marginLeft),top:-w.offsetTop+(0,t.int)(c.paddingTop)+(0,t.int)(S.marginTop),right:(0,e.innerWidth)(f)-(0,e.outerWidth)(w)-w.offsetLeft+(0,t.int)(c.paddingRight)-(0,t.int)(S.marginRight),bottom:(0,e.innerHeight)(f)-(0,e.outerHeight)(w)-w.offsetTop+(0,t.int)(c.paddingBottom)-(0,t.int)(S.marginBottom)}}return(0,t.isNum)(T.right)&&(x=Math.min(x,T.right)),(0,t.isNum)(T.bottom)&&(I=Math.min(I,T.bottom)),(0,t.isNum)(T.left)&&(x=Math.max(x,T.left)),(0,t.isNum)(T.top)&&(I=Math.max(I,T.top)),[x,I]}function n(R,x,I){const T=Math.round(x/R[0])*R[0],w=Math.round(I/R[1])*R[1];return[T,w]}function o(R){return R.props.axis==="both"||R.props.axis==="x"}function a(R){return R.props.axis==="both"||R.props.axis==="y"}function l(R,x,I){const T=typeof x=="number"?(0,e.getTouch)(R,x):null;if(typeof x=="number"&&!T)return null;const w=m(I),h=I.props.offsetParent||w.offsetParent||w.ownerDocument.body;return(0,e.offsetXYFromParent)(T||R,h,I.props.scale)}function y(R,x,I){const T=!(0,t.isNum)(R.lastX),w=m(R);return T?{node:w,deltaX:0,deltaY:0,lastX:x,lastY:I,x,y:I}:{node:w,deltaX:x-R.lastX,deltaY:I-R.lastY,lastX:R.lastX,lastY:R.lastY,x,y:I}}function p(R,x){const I=R.props.scale;return{node:x.node,x:R.state.x+x.deltaX/I,y:R.state.y+x.deltaY/I,deltaX:x.deltaX/I,deltaY:x.deltaY/I,lastX:R.state.x,lastY:R.state.y}}function C(R){return{left:R.left,top:R.top,right:R.right,bottom:R.bottom}}function m(R){const x=R.findDOMNode();if(!x)throw new Error("<DraggableCore>: Unmounted during event!");return x}return Te}var nt={},_t={},qn;function Xn(){if(qn)return _t;qn=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.default=t;function t(){}return _t}var Yn;function ro(){if(Yn)return nt;Yn=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.default=void 0;var t=C(j),e=y(xe()),r=y(Tn),n=fn(),o=Gn(),a=wt(),l=y(Xn());function y(h){return h&&h.__esModule?h:{default:h}}function p(h){if(typeof WeakMap!="function")return null;var i=new WeakMap,s=new WeakMap;return(p=function(f){return f?s:i})(h)}function C(h,i){if(h&&h.__esModule)return h;if(h===null||typeof h!="object"&&typeof h!="function")return{default:h};var s=p(i);if(s&&s.has(h))return s.get(h);var f={},S=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in h)if(c!=="default"&&Object.prototype.hasOwnProperty.call(h,c)){var g=S?Object.getOwnPropertyDescriptor(h,c):null;g&&(g.get||g.set)?Object.defineProperty(f,c,g):f[c]=h[c]}return f.default=h,s&&s.set(h,f),f}function m(h,i,s){return i=R(i),i in h?Object.defineProperty(h,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):h[i]=s,h}function R(h){var i=x(h,"string");return typeof i=="symbol"?i:String(i)}function x(h,i){if(typeof h!="object"||h===null)return h;var s=h[Symbol.toPrimitive];if(s!==void 0){var f=s.call(h,i||"default");if(typeof f!="object")return f;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(h)}const I={touch:{start:"touchstart",move:"touchmove",stop:"touchend"},mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"}};let T=I.mouse,w=class extends t.Component{constructor(){super(...arguments),m(this,"dragging",!1),m(this,"lastX",NaN),m(this,"lastY",NaN),m(this,"touchIdentifier",null),m(this,"mounted",!1),m(this,"handleDragStart",i=>{if(this.props.onMouseDown(i),!this.props.allowAnyClick&&typeof i.button=="number"&&i.button!==0)return!1;const s=this.findDOMNode();if(!s||!s.ownerDocument||!s.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:f}=s;if(this.props.disabled||!(i.target instanceof f.defaultView.Node)||this.props.handle&&!(0,n.matchesSelectorAndParentsTo)(i.target,this.props.handle,s)||this.props.cancel&&(0,n.matchesSelectorAndParentsTo)(i.target,this.props.cancel,s))return;i.type==="touchstart"&&i.preventDefault();const S=(0,n.getTouchIdentifier)(i);this.touchIdentifier=S;const c=(0,o.getControlPosition)(i,S,this);if(c==null)return;const{x:g,y:d}=c,b=(0,o.createCoreData)(this,g,d);(0,l.default)("DraggableCore: handleDragStart: %j",b),(0,l.default)("calling",this.props.onStart),!(this.props.onStart(i,b)===!1||this.mounted===!1)&&(this.props.enableUserSelectHack&&(0,n.addUserSelectStyles)(f),this.dragging=!0,this.lastX=g,this.lastY=d,(0,n.addEvent)(f,T.move,this.handleDrag),(0,n.addEvent)(f,T.stop,this.handleDragStop))}),m(this,"handleDrag",i=>{const s=(0,o.getControlPosition)(i,this.touchIdentifier,this);if(s==null)return;let{x:f,y:S}=s;if(Array.isArray(this.props.grid)){let d=f-this.lastX,b=S-this.lastY;if([d,b]=(0,o.snapToGrid)(this.props.grid,d,b),!d&&!b)return;f=this.lastX+d,S=this.lastY+b}const c=(0,o.createCoreData)(this,f,S);if((0,l.default)("DraggableCore: handleDrag: %j",c),this.props.onDrag(i,c)===!1||this.mounted===!1){try{this.handleDragStop(new MouseEvent("mouseup"))}catch{const b=document.createEvent("MouseEvents");b.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(b)}return}this.lastX=f,this.lastY=S}),m(this,"handleDragStop",i=>{if(!this.dragging)return;const s=(0,o.getControlPosition)(i,this.touchIdentifier,this);if(s==null)return;let{x:f,y:S}=s;if(Array.isArray(this.props.grid)){let b=f-this.lastX||0,M=S-this.lastY||0;[b,M]=(0,o.snapToGrid)(this.props.grid,b,M),f=this.lastX+b,S=this.lastY+M}const c=(0,o.createCoreData)(this,f,S);if(this.props.onStop(i,c)===!1||this.mounted===!1)return!1;const d=this.findDOMNode();d&&this.props.enableUserSelectHack&&(0,n.removeUserSelectStyles)(d.ownerDocument),(0,l.default)("DraggableCore: handleDragStop: %j",c),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,d&&((0,l.default)("DraggableCore: Removing handlers"),(0,n.removeEvent)(d.ownerDocument,T.move,this.handleDrag),(0,n.removeEvent)(d.ownerDocument,T.stop,this.handleDragStop))}),m(this,"onMouseDown",i=>(T=I.mouse,this.handleDragStart(i))),m(this,"onMouseUp",i=>(T=I.mouse,this.handleDragStop(i))),m(this,"onTouchStart",i=>(T=I.touch,this.handleDragStart(i))),m(this,"onTouchEnd",i=>(T=I.touch,this.handleDragStop(i)))}componentDidMount(){this.mounted=!0;const i=this.findDOMNode();i&&(0,n.addEvent)(i,I.touch.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const i=this.findDOMNode();if(i){const{ownerDocument:s}=i;(0,n.removeEvent)(s,I.mouse.move,this.handleDrag),(0,n.removeEvent)(s,I.touch.move,this.handleDrag),(0,n.removeEvent)(s,I.mouse.stop,this.handleDragStop),(0,n.removeEvent)(s,I.touch.stop,this.handleDragStop),(0,n.removeEvent)(i,I.touch.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,n.removeUserSelectStyles)(s)}}findDOMNode(){var i,s;return(i=this.props)!==null&&i!==void 0&&i.nodeRef?(s=this.props)===null||s===void 0||(s=s.nodeRef)===null||s===void 0?void 0:s.current:r.default.findDOMNode(this)}render(){return t.cloneElement(t.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return nt.default=w,m(w,"displayName","DraggableCore"),m(w,"propTypes",{allowAnyClick:e.default.bool,children:e.default.node.isRequired,disabled:e.default.bool,enableUserSelectHack:e.default.bool,offsetParent:function(h,i){if(h[i]&&h[i].nodeType!==1)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:e.default.arrayOf(e.default.number),handle:e.default.string,cancel:e.default.string,nodeRef:e.default.object,onStart:e.default.func,onDrag:e.default.func,onStop:e.default.func,onMouseDown:e.default.func,scale:e.default.number,className:a.dontSetMe,style:a.dontSetMe,transform:a.dontSetMe}),m(w,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),nt}var Kn;function oo(){return Kn||(Kn=1,function(t){Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"DraggableCore",{enumerable:!0,get:function(){return p.default}}),t.default=void 0;var e=x(j),r=m(xe()),n=m(Tn),o=m(to),a=fn(),l=Gn(),y=wt(),p=m(ro()),C=m(Xn());function m(s){return s&&s.__esModule?s:{default:s}}function R(s){if(typeof WeakMap!="function")return null;var f=new WeakMap,S=new WeakMap;return(R=function(c){return c?S:f})(s)}function x(s,f){if(s&&s.__esModule)return s;if(s===null||typeof s!="object"&&typeof s!="function")return{default:s};var S=R(f);if(S&&S.has(s))return S.get(s);var c={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var d in s)if(d!=="default"&&Object.prototype.hasOwnProperty.call(s,d)){var b=g?Object.getOwnPropertyDescriptor(s,d):null;b&&(b.get||b.set)?Object.defineProperty(c,d,b):c[d]=s[d]}return c.default=s,S&&S.set(s,c),c}function I(){return I=Object.assign?Object.assign.bind():function(s){for(var f=1;f<arguments.length;f++){var S=arguments[f];for(var c in S)Object.prototype.hasOwnProperty.call(S,c)&&(s[c]=S[c])}return s},I.apply(this,arguments)}function T(s,f,S){return f=w(f),f in s?Object.defineProperty(s,f,{value:S,enumerable:!0,configurable:!0,writable:!0}):s[f]=S,s}function w(s){var f=h(s,"string");return typeof f=="symbol"?f:String(f)}function h(s,f){if(typeof s!="object"||s===null)return s;var S=s[Symbol.toPrimitive];if(S!==void 0){var c=S.call(s,f||"default");if(typeof c!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(s)}class i extends e.Component{static getDerivedStateFromProps(f,S){let{position:c}=f,{prevPropsPosition:g}=S;return c&&(!g||c.x!==g.x||c.y!==g.y)?((0,C.default)("Draggable: getDerivedStateFromProps %j",{position:c,prevPropsPosition:g}),{x:c.x,y:c.y,prevPropsPosition:{...c}}):null}constructor(f){super(f),T(this,"onDragStart",(S,c)=>{if((0,C.default)("Draggable: onDragStart: %j",c),this.props.onStart(S,(0,l.createDraggableData)(this,c))===!1)return!1;this.setState({dragging:!0,dragged:!0})}),T(this,"onDrag",(S,c)=>{if(!this.state.dragging)return!1;(0,C.default)("Draggable: onDrag: %j",c);const g=(0,l.createDraggableData)(this,c),d={x:g.x,y:g.y,slackX:0,slackY:0};if(this.props.bounds){const{x:M,y:L}=d;d.x+=this.state.slackX,d.y+=this.state.slackY;const[V,U]=(0,l.getBoundPosition)(this,d.x,d.y);d.x=V,d.y=U,d.slackX=this.state.slackX+(M-d.x),d.slackY=this.state.slackY+(L-d.y),g.x=d.x,g.y=d.y,g.deltaX=d.x-this.state.x,g.deltaY=d.y-this.state.y}if(this.props.onDrag(S,g)===!1)return!1;this.setState(d)}),T(this,"onDragStop",(S,c)=>{if(!this.state.dragging||this.props.onStop(S,(0,l.createDraggableData)(this,c))===!1)return!1;(0,C.default)("Draggable: onDragStop: %j",c);const d={dragging:!1,slackX:0,slackY:0};if(!!this.props.position){const{x:M,y:L}=this.props.position;d.x=M,d.y=L}this.setState(d)}),this.state={dragging:!1,dragged:!1,x:f.position?f.position.x:f.defaultPosition.x,y:f.position?f.position.y:f.defaultPosition.y,prevPropsPosition:{...f.position},slackX:0,slackY:0,isElementSVG:!1},f.position&&!(f.onDrag||f.onStop)&&console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){typeof window.SVGElement<"u"&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var f,S;return(f=(S=this.props)===null||S===void 0||(S=S.nodeRef)===null||S===void 0?void 0:S.current)!==null&&f!==void 0?f:n.default.findDOMNode(this)}render(){const{axis:f,bounds:S,children:c,defaultPosition:g,defaultClassName:d,defaultClassNameDragging:b,defaultClassNameDragged:M,position:L,positionOffset:V,scale:U,...E}=this.props;let D={},W=null;const Y=!!!L||this.state.dragging,ne=L||g,ee={x:(0,l.canDragX)(this)&&Y?this.state.x:ne.x,y:(0,l.canDragY)(this)&&Y?this.state.y:ne.y};this.state.isElementSVG?W=(0,a.createSVGTransform)(ee,V):D=(0,a.createCSSTransform)(ee,V);const F=(0,o.default)(c.props.className||"",d,{[b]:this.state.dragging,[M]:this.state.dragged});return e.createElement(p.default,I({},E,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),e.cloneElement(e.Children.only(c),{className:F,style:{...c.props.style,...D},transform:W}))}}t.default=i,T(i,"displayName","Draggable"),T(i,"propTypes",{...p.default.propTypes,axis:r.default.oneOf(["both","x","y","none"]),bounds:r.default.oneOfType([r.default.shape({left:r.default.number,right:r.default.number,top:r.default.number,bottom:r.default.number}),r.default.string,r.default.oneOf([!1])]),defaultClassName:r.default.string,defaultClassNameDragging:r.default.string,defaultClassNameDragged:r.default.string,defaultPosition:r.default.shape({x:r.default.number,y:r.default.number}),positionOffset:r.default.shape({x:r.default.oneOfType([r.default.number,r.default.string]),y:r.default.oneOfType([r.default.number,r.default.string])}),position:r.default.shape({x:r.default.number,y:r.default.number}),className:y.dontSetMe,style:y.dontSetMe,transform:y.dontSetMe}),T(i,"defaultProps",{...p.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(dn)),dn}var $n;function pn(){if($n)return tt.exports;$n=1;const{default:t,DraggableCore:e}=oo();return tt.exports=t,tt.exports.default=t,tt.exports.DraggableCore=e,tt.exports}var rt={exports:{}},ot={},xt={},Zn;function ao(){if(Zn)return xt;Zn=1,xt.__esModule=!0,xt.cloneElement=y;var t=e(j);function e(p){return p&&p.__esModule?p:{default:p}}function r(p,C){var m=Object.keys(p);if(Object.getOwnPropertySymbols){var R=Object.getOwnPropertySymbols(p);C&&(R=R.filter(function(x){return Object.getOwnPropertyDescriptor(p,x).enumerable})),m.push.apply(m,R)}return m}function n(p){for(var C=1;C<arguments.length;C++){var m=arguments[C]!=null?arguments[C]:{};C%2?r(Object(m),!0).forEach(function(R){o(p,R,m[R])}):Object.getOwnPropertyDescriptors?Object.defineProperties(p,Object.getOwnPropertyDescriptors(m)):r(Object(m)).forEach(function(R){Object.defineProperty(p,R,Object.getOwnPropertyDescriptor(m,R))})}return p}function o(p,C,m){return C=a(C),C in p?Object.defineProperty(p,C,{value:m,enumerable:!0,configurable:!0,writable:!0}):p[C]=m,p}function a(p){var C=l(p,"string");return typeof C=="symbol"?C:String(C)}function l(p,C){if(typeof p!="object"||p===null)return p;var m=p[Symbol.toPrimitive];if(m!==void 0){var R=m.call(p,C||"default");if(typeof R!="object")return R;throw new TypeError("@@toPrimitive must return a primitive value.")}return(C==="string"?String:Number)(p)}function y(p,C){return C.style&&p.props.style&&(C.style=n(n({},p.props.style),C.style)),C.className&&p.props.className&&(C.className=p.props.className+" "+C.className),t.default.cloneElement(p,C)}return xt}var at={},Jn;function Qn(){if(Jn)return at;Jn=1,at.__esModule=!0,at.resizableProps=void 0;var t=e(xe());pn();function e(n){return n&&n.__esModule?n:{default:n}}var r={axis:t.default.oneOf(["both","x","y","none"]),className:t.default.string,children:t.default.element.isRequired,draggableOpts:t.default.shape({allowAnyClick:t.default.bool,cancel:t.default.string,children:t.default.node,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:t.default.node,grid:t.default.arrayOf(t.default.number),handle:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number}),height:function(){for(var o=arguments.length,a=new Array(o),l=0;l<o;l++)a[l]=arguments[l];var y=a[0];if(y.axis==="both"||y.axis==="y"){var p;return(p=t.default.number).isRequired.apply(p,a)}return t.default.number.apply(t.default,a)},handle:t.default.oneOfType([t.default.node,t.default.func]),handleSize:t.default.arrayOf(t.default.number),lockAspectRatio:t.default.bool,maxConstraints:t.default.arrayOf(t.default.number),minConstraints:t.default.arrayOf(t.default.number),onResizeStop:t.default.func,onResizeStart:t.default.func,onResize:t.default.func,resizeHandles:t.default.arrayOf(t.default.oneOf(["s","w","e","n","sw","nw","se","ne"])),transformScale:t.default.number,width:function(){for(var o=arguments.length,a=new Array(o),l=0;l<o;l++)a[l]=arguments[l];var y=a[0];if(y.axis==="both"||y.axis==="x"){var p;return(p=t.default.number).isRequired.apply(p,a)}return t.default.number.apply(t.default,a)}};return at.resizableProps=r,at}var er;function tr(){if(er)return ot;er=1,ot.__esModule=!0,ot.default=void 0;var t=l(j),e=pn(),r=ao(),n=Qn(),o=["children","className","draggableOpts","width","height","handle","handleSize","lockAspectRatio","axis","minConstraints","maxConstraints","onResize","onResizeStop","onResizeStart","resizeHandles","transformScale"];function a(i){if(typeof WeakMap!="function")return null;var s=new WeakMap,f=new WeakMap;return(a=function(c){return c?f:s})(i)}function l(i,s){if(i&&i.__esModule)return i;if(i===null||typeof i!="object"&&typeof i!="function")return{default:i};var f=a(s);if(f&&f.has(i))return f.get(i);var S={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in i)if(g!=="default"&&Object.prototype.hasOwnProperty.call(i,g)){var d=c?Object.getOwnPropertyDescriptor(i,g):null;d&&(d.get||d.set)?Object.defineProperty(S,g,d):S[g]=i[g]}return S.default=i,f&&f.set(i,S),S}function y(){return y=Object.assign?Object.assign.bind():function(i){for(var s=1;s<arguments.length;s++){var f=arguments[s];for(var S in f)Object.prototype.hasOwnProperty.call(f,S)&&(i[S]=f[S])}return i},y.apply(this,arguments)}function p(i,s){if(i==null)return{};var f={},S=Object.keys(i),c,g;for(g=0;g<S.length;g++)c=S[g],!(s.indexOf(c)>=0)&&(f[c]=i[c]);return f}function C(i,s){var f=Object.keys(i);if(Object.getOwnPropertySymbols){var S=Object.getOwnPropertySymbols(i);s&&(S=S.filter(function(c){return Object.getOwnPropertyDescriptor(i,c).enumerable})),f.push.apply(f,S)}return f}function m(i){for(var s=1;s<arguments.length;s++){var f=arguments[s]!=null?arguments[s]:{};s%2?C(Object(f),!0).forEach(function(S){R(i,S,f[S])}):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(f)):C(Object(f)).forEach(function(S){Object.defineProperty(i,S,Object.getOwnPropertyDescriptor(f,S))})}return i}function R(i,s,f){return s=x(s),s in i?Object.defineProperty(i,s,{value:f,enumerable:!0,configurable:!0,writable:!0}):i[s]=f,i}function x(i){var s=I(i,"string");return typeof s=="symbol"?s:String(s)}function I(i,s){if(typeof i!="object"||i===null)return i;var f=i[Symbol.toPrimitive];if(f!==void 0){var S=f.call(i,s||"default");if(typeof S!="object")return S;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(i)}function T(i,s){i.prototype=Object.create(s.prototype),i.prototype.constructor=i,w(i,s)}function w(i,s){return w=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(S,c){return S.__proto__=c,S},w(i,s)}var h=function(i){T(s,i);function s(){for(var S,c=arguments.length,g=new Array(c),d=0;d<c;d++)g[d]=arguments[d];return S=i.call.apply(i,[this].concat(g))||this,S.handleRefs={},S.lastHandleRect=null,S.slack=null,S}var f=s.prototype;return f.componentWillUnmount=function(){this.resetData()},f.resetData=function(){this.lastHandleRect=this.slack=null},f.runConstraints=function(c,g){var d=this.props,b=d.minConstraints,M=d.maxConstraints,L=d.lockAspectRatio;if(!b&&!M&&!L)return[c,g];if(L){var V=this.props.width/this.props.height,U=c-this.props.width,E=g-this.props.height;Math.abs(U)>Math.abs(E*V)?g=c/V:c=g*V}var D=c,W=g,q=this.slack||[0,0],Y=q[0],ne=q[1];return c+=Y,g+=ne,b&&(c=Math.max(b[0],c),g=Math.max(b[1],g)),M&&(c=Math.min(M[0],c),g=Math.min(M[1],g)),this.slack=[Y+(D-c),ne+(W-g)],[c,g]},f.resizeHandler=function(c,g){var d=this;return function(b,M){var L=M.node,V=M.deltaX,U=M.deltaY;c==="onResizeStart"&&d.resetData();var E=(d.props.axis==="both"||d.props.axis==="x")&&g!=="n"&&g!=="s",D=(d.props.axis==="both"||d.props.axis==="y")&&g!=="e"&&g!=="w";if(!(!E&&!D)){var W=g[0],q=g[g.length-1],Y=L.getBoundingClientRect();if(d.lastHandleRect!=null){if(q==="w"){var ne=Y.left-d.lastHandleRect.left;V+=ne}if(W==="n"){var ee=Y.top-d.lastHandleRect.top;U+=ee}}d.lastHandleRect=Y,q==="w"&&(V=-V),W==="n"&&(U=-U);var F=d.props.width+(E?V/d.props.transformScale:0),H=d.props.height+(D?U/d.props.transformScale:0),re=d.runConstraints(F,H);F=re[0],H=re[1];var ie=F!==d.props.width||H!==d.props.height,ue=typeof d.props[c]=="function"?d.props[c]:null,he=c==="onResize"&&!ie;ue&&!he&&(b.persist==null||b.persist(),ue(b,{node:L,size:{width:F,height:H},handle:g})),c==="onResizeStop"&&d.resetData()}}},f.renderResizeHandle=function(c,g){var d=this.props.handle;if(!d)return t.createElement("span",{className:"react-resizable-handle react-resizable-handle-"+c,ref:g});if(typeof d=="function")return d(c,g);var b=typeof d.type=="string",M=m({ref:g},b?{}:{handleAxis:c});return t.cloneElement(d,M)},f.render=function(){var c=this,g=this.props,d=g.children,b=g.className,M=g.draggableOpts;g.width,g.height,g.handle,g.handleSize,g.lockAspectRatio,g.axis,g.minConstraints,g.maxConstraints,g.onResize,g.onResizeStop,g.onResizeStart;var L=g.resizeHandles;g.transformScale;var V=p(g,o);return(0,r.cloneElement)(d,m(m({},V),{},{className:(b?b+" ":"")+"react-resizable",children:[].concat(d.props.children,L.map(function(U){var E,D=(E=c.handleRefs[U])!=null?E:c.handleRefs[U]=t.createRef();return t.createElement(e.DraggableCore,y({},M,{nodeRef:D,key:"resizableHandle-"+U,onStop:c.resizeHandler("onResizeStop",U),onStart:c.resizeHandler("onResizeStart",U),onDrag:c.resizeHandler("onResize",U)}),c.renderResizeHandle(U,D))}))}))},s}(t.Component);return ot.default=h,h.propTypes=n.resizableProps,h.defaultProps={axis:"both",handleSize:[20,20],lockAspectRatio:!1,minConstraints:[20,20],maxConstraints:[1/0,1/0],resizeHandles:["se"],transformScale:1},ot}var it={},nr;function io(){if(nr)return it;nr=1,it.__esModule=!0,it.default=void 0;var t=y(j),e=a(xe()),r=a(tr()),n=Qn(),o=["handle","handleSize","onResize","onResizeStart","onResizeStop","draggableOpts","minConstraints","maxConstraints","lockAspectRatio","axis","width","height","resizeHandles","style","transformScale"];function a(s){return s&&s.__esModule?s:{default:s}}function l(s){if(typeof WeakMap!="function")return null;var f=new WeakMap,S=new WeakMap;return(l=function(g){return g?S:f})(s)}function y(s,f){if(s&&s.__esModule)return s;if(s===null||typeof s!="object"&&typeof s!="function")return{default:s};var S=l(f);if(S&&S.has(s))return S.get(s);var c={},g=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var d in s)if(d!=="default"&&Object.prototype.hasOwnProperty.call(s,d)){var b=g?Object.getOwnPropertyDescriptor(s,d):null;b&&(b.get||b.set)?Object.defineProperty(c,d,b):c[d]=s[d]}return c.default=s,S&&S.set(s,c),c}function p(){return p=Object.assign?Object.assign.bind():function(s){for(var f=1;f<arguments.length;f++){var S=arguments[f];for(var c in S)Object.prototype.hasOwnProperty.call(S,c)&&(s[c]=S[c])}return s},p.apply(this,arguments)}function C(s,f){var S=Object.keys(s);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(s);f&&(c=c.filter(function(g){return Object.getOwnPropertyDescriptor(s,g).enumerable})),S.push.apply(S,c)}return S}function m(s){for(var f=1;f<arguments.length;f++){var S=arguments[f]!=null?arguments[f]:{};f%2?C(Object(S),!0).forEach(function(c){R(s,c,S[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(S)):C(Object(S)).forEach(function(c){Object.defineProperty(s,c,Object.getOwnPropertyDescriptor(S,c))})}return s}function R(s,f,S){return f=x(f),f in s?Object.defineProperty(s,f,{value:S,enumerable:!0,configurable:!0,writable:!0}):s[f]=S,s}function x(s){var f=I(s,"string");return typeof f=="symbol"?f:String(f)}function I(s,f){if(typeof s!="object"||s===null)return s;var S=s[Symbol.toPrimitive];if(S!==void 0){var c=S.call(s,f||"default");if(typeof c!="object")return c;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(s)}function T(s,f){if(s==null)return{};var S={},c=Object.keys(s),g,d;for(d=0;d<c.length;d++)g=c[d],!(f.indexOf(g)>=0)&&(S[g]=s[g]);return S}function w(s,f){s.prototype=Object.create(f.prototype),s.prototype.constructor=s,h(s,f)}function h(s,f){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(c,g){return c.__proto__=g,c},h(s,f)}var i=function(s){w(f,s);function f(){for(var c,g=arguments.length,d=new Array(g),b=0;b<g;b++)d[b]=arguments[b];return c=s.call.apply(s,[this].concat(d))||this,c.state={width:c.props.width,height:c.props.height,propsWidth:c.props.width,propsHeight:c.props.height},c.onResize=function(M,L){var V=L.size;c.props.onResize?(M.persist==null||M.persist(),c.setState(V,function(){return c.props.onResize&&c.props.onResize(M,L)})):c.setState(V)},c}f.getDerivedStateFromProps=function(g,d){return d.propsWidth!==g.width||d.propsHeight!==g.height?{width:g.width,height:g.height,propsWidth:g.width,propsHeight:g.height}:null};var S=f.prototype;return S.render=function(){var g=this.props,d=g.handle,b=g.handleSize;g.onResize;var M=g.onResizeStart,L=g.onResizeStop,V=g.draggableOpts,U=g.minConstraints,E=g.maxConstraints,D=g.lockAspectRatio,W=g.axis;g.width,g.height;var q=g.resizeHandles,Y=g.style,ne=g.transformScale,ee=T(g,o);return t.createElement(r.default,{axis:W,draggableOpts:V,handle:d,handleSize:b,height:this.state.height,lockAspectRatio:D,maxConstraints:E,minConstraints:U,onResizeStart:M,onResize:this.onResize,onResizeStop:L,resizeHandles:q,transformScale:ne,width:this.state.width},t.createElement("div",p({},ee,{style:m(m({},Y),{},{width:this.state.width+"px",height:this.state.height+"px"})})))},f}(t.Component);return it.default=i,i.propTypes=m(m({},n.resizableProps),{},{children:e.default.element}),it}var rr;function so(){return rr||(rr=1,rt.exports=function(){throw new Error("Don't instantiate Resizable directly! Use require('react-resizable').Resizable")},rt.exports.Resizable=tr().default,rt.exports.ResizableBox=io().default),rt.exports}var we={},or;function ar(){if(or)return we;or=1,Object.defineProperty(we,"__esModule",{value:!0}),we.resizeHandleType=we.resizeHandleAxesType=we.default=void 0;var t=r(xe()),e=r(j);function r(a){return a&&a.__esModule?a:{default:a}}const n=we.resizeHandleAxesType=t.default.arrayOf(t.default.oneOf(["s","w","e","n","sw","nw","se","ne"])),o=we.resizeHandleType=t.default.oneOfType([t.default.node,t.default.func]);return we.default={className:t.default.string,style:t.default.object,width:t.default.number,autoSize:t.default.bool,cols:t.default.number,draggableCancel:t.default.string,draggableHandle:t.default.string,verticalCompact:function(a){a.verticalCompact},compactType:t.default.oneOf(["vertical","horizontal"]),layout:function(a){var l=a.layout;l!==void 0&&Ve().validateLayout(l,"layout")},margin:t.default.arrayOf(t.default.number),containerPadding:t.default.arrayOf(t.default.number),rowHeight:t.default.number,maxRows:t.default.number,isBounded:t.default.bool,isDraggable:t.default.bool,isResizable:t.default.bool,allowOverlap:t.default.bool,preventCollision:t.default.bool,useCSSTransforms:t.default.bool,transformScale:t.default.number,isDroppable:t.default.bool,resizeHandles:n,resizeHandle:o,onLayoutChange:t.default.func,onDragStart:t.default.func,onDrag:t.default.func,onDragStop:t.default.func,onResizeStart:t.default.func,onResize:t.default.func,onResizeStop:t.default.func,onDrop:t.default.func,droppingItem:t.default.shape({i:t.default.string.isRequired,w:t.default.number.isRequired,h:t.default.number.isRequired}),children:function(a,l){const y=a[l],p={};e.default.Children.forEach(y,function(C){if((C==null?void 0:C.key)!=null){if(p[C.key])throw new Error('Duplicate child key "'+C.key+'" found! This will cause problems in ReactGridLayout.');p[C.key]=!0}})},innerRef:t.default.any},we}var ir;function lo(){if(ir)return et;ir=1,Object.defineProperty(et,"__esModule",{value:!0}),et.default=void 0;var t=p(j),e=p(xe()),r=pn(),n=so(),o=Ve(),a=sn(),l=ar(),y=p(on());function p(I){return I&&I.__esModule?I:{default:I}}function C(I,T,w){return T=m(T),T in I?Object.defineProperty(I,T,{value:w,enumerable:!0,configurable:!0,writable:!0}):I[T]=w,I}function m(I){var T=R(I,"string");return typeof T=="symbol"?T:String(T)}function R(I,T){if(typeof I!="object"||I===null)return I;var w=I[Symbol.toPrimitive];if(w!==void 0){var h=w.call(I,T||"default");if(typeof h!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return(T==="string"?String:Number)(I)}let x=class extends t.default.Component{constructor(){super(...arguments),C(this,"state",{resizing:null,dragging:null,className:""}),C(this,"elementRef",t.default.createRef()),C(this,"onDragStart",(T,w)=>{let{node:h}=w;const{onDragStart:i,transformScale:s}=this.props;if(!i)return;const f={top:0,left:0},{offsetParent:S}=h;if(!S)return;const c=S.getBoundingClientRect(),g=h.getBoundingClientRect(),d=g.left/s,b=c.left/s,M=g.top/s,L=c.top/s;f.left=d-b+S.scrollLeft,f.top=M-L+S.scrollTop,this.setState({dragging:f});const{x:V,y:U}=(0,a.calcXY)(this.getPositionParams(),f.top,f.left,this.props.w,this.props.h);return i.call(this,this.props.i,V,U,{e:T,node:h,newPosition:f})}),C(this,"onDrag",(T,w)=>{let{node:h,deltaX:i,deltaY:s}=w;const{onDrag:f}=this.props;if(!f)return;if(!this.state.dragging)throw new Error("onDrag called before onDragStart.");let S=this.state.dragging.top+s,c=this.state.dragging.left+i;const{isBounded:g,i:d,w:b,h:M,containerWidth:L}=this.props,V=this.getPositionParams();if(g){const{offsetParent:q}=h;if(q){const{margin:Y,rowHeight:ne,containerPadding:ee}=this.props,F=q.clientHeight-(0,a.calcGridItemWHPx)(M,ne,Y[1]);S=(0,a.clamp)(S-ee[1],0,F);const H=(0,a.calcGridColWidth)(V),re=L-(0,a.calcGridItemWHPx)(b,H,Y[0]);c=(0,a.clamp)(c-ee[0],0,re)}}const U={top:S,left:c};this.setState({dragging:U});const{containerPadding:E}=this.props,{x:D,y:W}=(0,a.calcXY)(V,S-E[1],c-E[0],b,M);return f.call(this,d,D,W,{e:T,node:h,newPosition:U})}),C(this,"onDragStop",(T,w)=>{let{node:h}=w;const{onDragStop:i}=this.props;if(!i)return;if(!this.state.dragging)throw new Error("onDragEnd called before onDragStart.");const{w:s,h:f,i:S,containerPadding:c}=this.props,{left:g,top:d}=this.state.dragging,b={top:d,left:g};this.setState({dragging:null});const{x:M,y:L}=(0,a.calcXY)(this.getPositionParams(),d-c[1],g-c[0],s,f);return i.call(this,S,M,L,{e:T,node:h,newPosition:b})}),C(this,"onResizeStop",(T,w,h)=>this.onResizeHandler(T,w,h,"onResizeStop")),C(this,"onResizeStart",(T,w,h)=>this.onResizeHandler(T,w,h,"onResizeStart")),C(this,"onResize",(T,w,h)=>this.onResizeHandler(T,w,h,"onResize"))}shouldComponentUpdate(T,w){if(this.props.children!==T.children||this.props.droppingPosition!==T.droppingPosition)return!0;const h=(0,a.calcGridItemPosition)(this.getPositionParams(this.props),this.props.x,this.props.y,this.props.w,this.props.h,this.state),i=(0,a.calcGridItemPosition)(this.getPositionParams(T),T.x,T.y,T.w,T.h,w);return!(0,o.fastPositionEqual)(h,i)||this.props.useCSSTransforms!==T.useCSSTransforms}componentDidMount(){this.moveDroppingItem({})}componentDidUpdate(T){this.moveDroppingItem(T)}moveDroppingItem(T){const{droppingPosition:w}=this.props;if(!w)return;const h=this.elementRef.current;if(!h)return;const i=T.droppingPosition||{left:0,top:0},{dragging:s}=this.state,f=s&&w.left!==i.left||w.top!==i.top;if(!s)this.onDragStart(w.e,{node:h,deltaX:w.left,deltaY:w.top});else if(f){const S=w.left-s.left,c=w.top-s.top;this.onDrag(w.e,{node:h,deltaX:S,deltaY:c})}}getPositionParams(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.props;return{cols:T.cols,containerPadding:T.containerPadding,containerWidth:T.containerWidth,margin:T.margin,maxRows:T.maxRows,rowHeight:T.rowHeight}}createStyle(T){const{usePercentages:w,containerWidth:h,useCSSTransforms:i}=this.props;let s;return i?s=(0,o.setTransform)(T):(s=(0,o.setTopLeft)(T),w&&(s.left=(0,o.perc)(T.left/h),s.width=(0,o.perc)(T.width/h))),s}mixinDraggable(T,w){return t.default.createElement(r.DraggableCore,{disabled:!w,onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop,handle:this.props.handle,cancel:".react-resizable-handle"+(this.props.cancel?","+this.props.cancel:""),scale:this.props.transformScale,nodeRef:this.elementRef},T)}curryResizeHandler(T,w){return(h,i)=>w(h,i,T)}mixinResizable(T,w,h){const{cols:i,minW:s,minH:f,maxW:S,maxH:c,transformScale:g,resizeHandles:d,resizeHandle:b}=this.props,M=this.getPositionParams(),L=(0,a.calcGridItemPosition)(M,0,0,i,0).width,V=(0,a.calcGridItemPosition)(M,0,0,s,f),U=(0,a.calcGridItemPosition)(M,0,0,S,c),E=[V.width,V.height],D=[Math.min(U.width,L),Math.min(U.height,1/0)];return t.default.createElement(n.Resizable,{draggableOpts:{disabled:!h},className:h?void 0:"react-resizable-hide",width:w.width,height:w.height,minConstraints:E,maxConstraints:D,onResizeStop:this.curryResizeHandler(w,this.onResizeStop),onResizeStart:this.curryResizeHandler(w,this.onResizeStart),onResize:this.curryResizeHandler(w,this.onResize),transformScale:g,resizeHandles:d,handle:b},T)}onResizeHandler(T,w,h,i){let{node:s,size:f,handle:S}=w;const c=this.props[i];if(!c)return;const{x:g,y:d,i:b,maxH:M,minH:L,containerWidth:V}=this.props,{minW:U,maxW:E}=this.props;let D=f;s&&(D=(0,o.resizeItemInDirection)(S,h,f,V),this.setState({resizing:i==="onResizeStop"?null:D}));let{w:W,h:q}=(0,a.calcWH)(this.getPositionParams(),D.width,D.height,g,d,S);W=(0,a.clamp)(W,Math.max(U,1),E),q=(0,a.clamp)(q,L,M),c.call(this,b,W,q,{e:T,node:s,size:D,handle:S})}render(){const{x:T,y:w,w:h,h:i,isDraggable:s,isResizable:f,droppingPosition:S,useCSSTransforms:c}=this.props,g=(0,a.calcGridItemPosition)(this.getPositionParams(),T,w,h,i,this.state),d=t.default.Children.only(this.props.children);let b=t.default.cloneElement(d,{ref:this.elementRef,className:(0,y.default)("react-grid-item",d.props.className,this.props.className,{static:this.props.static,resizing:!!this.state.resizing,"react-draggable":s,"react-draggable-dragging":!!this.state.dragging,dropping:!!S,cssTransforms:c}),style:{...this.props.style,...d.props.style,...this.createStyle(g)}});return b=this.mixinResizable(b,g,f),b=this.mixinDraggable(b,s),b}};return et.default=x,C(x,"propTypes",{children:e.default.element,cols:e.default.number.isRequired,containerWidth:e.default.number.isRequired,rowHeight:e.default.number.isRequired,margin:e.default.array.isRequired,maxRows:e.default.number.isRequired,containerPadding:e.default.array.isRequired,x:e.default.number.isRequired,y:e.default.number.isRequired,w:e.default.number.isRequired,h:e.default.number.isRequired,minW:function(I,T){const w=I[T];if(typeof w!="number")return new Error("minWidth not Number");if(w>I.w||w>I.maxW)return new Error("minWidth larger than item width/maxWidth")},maxW:function(I,T){const w=I[T];if(typeof w!="number")return new Error("maxWidth not Number");if(w<I.w||w<I.minW)return new Error("maxWidth smaller than item width/minWidth")},minH:function(I,T){const w=I[T];if(typeof w!="number")return new Error("minHeight not Number");if(w>I.h||w>I.maxH)return new Error("minHeight larger than item height/maxHeight")},maxH:function(I,T){const w=I[T];if(typeof w!="number")return new Error("maxHeight not Number");if(w<I.h||w<I.minH)return new Error("maxHeight smaller than item height/minHeight")},i:e.default.string.isRequired,resizeHandles:l.resizeHandleAxesType,resizeHandle:l.resizeHandleType,onDragStop:e.default.func,onDragStart:e.default.func,onDrag:e.default.func,onResizeStop:e.default.func,onResizeStart:e.default.func,onResize:e.default.func,isDraggable:e.default.bool.isRequired,isResizable:e.default.bool.isRequired,isBounded:e.default.bool.isRequired,static:e.default.bool,useCSSTransforms:e.default.bool.isRequired,transformScale:e.default.number,className:e.default.string,handle:e.default.string,cancel:e.default.string,droppingPosition:e.default.shape({e:e.default.object.isRequired,left:e.default.number.isRequired,top:e.default.number.isRequired})}),C(x,"defaultProps",{className:"",cancel:"",handle:"",minH:1,minW:1,maxH:1/0,maxW:1/0,transformScale:1}),et}var sr;function lr(){if(sr)return Je;sr=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.default=void 0;var t=C(j),e=rn(),r=y(on()),n=Ve(),o=sn(),a=y(lo()),l=y(ar());function y(h){return h&&h.__esModule?h:{default:h}}function p(h){if(typeof WeakMap!="function")return null;var i=new WeakMap,s=new WeakMap;return(p=function(f){return f?s:i})(h)}function C(h,i){if(h&&h.__esModule)return h;if(h===null||typeof h!="object"&&typeof h!="function")return{default:h};var s=p(i);if(s&&s.has(h))return s.get(h);var f={__proto__:null},S=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in h)if(c!=="default"&&Object.prototype.hasOwnProperty.call(h,c)){var g=S?Object.getOwnPropertyDescriptor(h,c):null;g&&(g.get||g.set)?Object.defineProperty(f,c,g):f[c]=h[c]}return f.default=h,s&&s.set(h,f),f}function m(h,i,s){return i=R(i),i in h?Object.defineProperty(h,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):h[i]=s,h}function R(h){var i=x(h,"string");return typeof i=="symbol"?i:String(i)}function x(h,i){if(typeof h!="object"||h===null)return h;var s=h[Symbol.toPrimitive];if(s!==void 0){var f=s.call(h,i||"default");if(typeof f!="object")return f;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(h)}const I="react-grid-layout";let T=!1;try{T=/firefox/i.test(navigator.userAgent)}catch{}let w=class extends t.Component{constructor(){super(...arguments),m(this,"state",{activeDrag:null,layout:(0,n.synchronizeLayoutWithChildren)(this.props.layout,this.props.children,this.props.cols,(0,n.compactType)(this.props),this.props.allowOverlap),mounted:!1,oldDragItem:null,oldLayout:null,oldResizeItem:null,resizing:!1,droppingDOMNode:null,children:[]}),m(this,"dragEnterCounter",0),m(this,"onDragStart",(i,s,f,S)=>{let{e:c,node:g}=S;const{layout:d}=this.state,b=(0,n.getLayoutItem)(d,i);if(!b)return;const M={w:b.w,h:b.h,x:b.x,y:b.y,placeholder:!0,i};return this.setState({oldDragItem:(0,n.cloneLayoutItem)(b),oldLayout:d,activeDrag:M}),this.props.onDragStart(d,b,b,null,c,g)}),m(this,"onDrag",(i,s,f,S)=>{let{e:c,node:g}=S;const{oldDragItem:d}=this.state;let{layout:b}=this.state;const{cols:M,allowOverlap:L,preventCollision:V}=this.props,U=(0,n.getLayoutItem)(b,i);if(!U)return;const E={w:U.w,h:U.h,x:U.x,y:U.y,placeholder:!0,i};b=(0,n.moveElement)(b,U,s,f,!0,V,(0,n.compactType)(this.props),M,L),this.props.onDrag(b,d,U,E,c,g),this.setState({layout:L?b:(0,n.compact)(b,(0,n.compactType)(this.props),M),activeDrag:E})}),m(this,"onDragStop",(i,s,f,S)=>{let{e:c,node:g}=S;if(!this.state.activeDrag)return;const{oldDragItem:d}=this.state;let{layout:b}=this.state;const{cols:M,preventCollision:L,allowOverlap:V}=this.props,U=(0,n.getLayoutItem)(b,i);if(!U)return;b=(0,n.moveElement)(b,U,s,f,!0,L,(0,n.compactType)(this.props),M,V);const D=V?b:(0,n.compact)(b,(0,n.compactType)(this.props),M);this.props.onDragStop(D,d,U,null,c,g);const{oldLayout:W}=this.state;this.setState({activeDrag:null,layout:D,oldDragItem:null,oldLayout:null}),this.onLayoutMaybeChanged(D,W)}),m(this,"onResizeStart",(i,s,f,S)=>{let{e:c,node:g}=S;const{layout:d}=this.state,b=(0,n.getLayoutItem)(d,i);b&&(this.setState({oldResizeItem:(0,n.cloneLayoutItem)(b),oldLayout:this.state.layout,resizing:!0}),this.props.onResizeStart(d,b,b,null,c,g))}),m(this,"onResize",(i,s,f,S)=>{let{e:c,node:g,size:d,handle:b}=S;const{oldResizeItem:M}=this.state,{layout:L}=this.state,{cols:V,preventCollision:U,allowOverlap:E}=this.props;let D=!1,W,q,Y;const[ne,ee]=(0,n.withLayoutItem)(L,i,H=>{let re;return q=H.x,Y=H.y,["sw","w","nw","n","ne"].indexOf(b)!==-1&&(["sw","nw","w"].indexOf(b)!==-1&&(q=H.x+(H.w-s),s=H.x!==q&&q<0?H.w:s,q=q<0?0:q),["ne","n","nw"].indexOf(b)!==-1&&(Y=H.y+(H.h-f),f=H.y!==Y&&Y<0?H.h:f,Y=Y<0?0:Y),D=!0),U&&!E&&(re=(0,n.getAllCollisions)(L,{...H,w:s,h:f,x:q,y:Y}).filter(ue=>ue.i!==H.i).length>0,re&&(Y=H.y,f=H.h,q=H.x,s=H.w,D=!1)),H.w=s,H.h=f,H});if(!ee)return;W=ne,D&&(W=(0,n.moveElement)(ne,ee,q,Y,!0,this.props.preventCollision,(0,n.compactType)(this.props),V,E));const F={w:ee.w,h:ee.h,x:ee.x,y:ee.y,static:!0,i};this.props.onResize(W,M,ee,F,c,g),this.setState({layout:E?W:(0,n.compact)(W,(0,n.compactType)(this.props),V),activeDrag:F})}),m(this,"onResizeStop",(i,s,f,S)=>{let{e:c,node:g}=S;const{layout:d,oldResizeItem:b}=this.state,{cols:M,allowOverlap:L}=this.props,V=(0,n.getLayoutItem)(d,i),U=L?d:(0,n.compact)(d,(0,n.compactType)(this.props),M);this.props.onResizeStop(U,b,V,null,c,g);const{oldLayout:E}=this.state;this.setState({activeDrag:null,layout:U,oldResizeItem:null,oldLayout:null,resizing:!1}),this.onLayoutMaybeChanged(U,E)}),m(this,"onDragOver",i=>{var ne;if(i.preventDefault(),i.stopPropagation(),T&&!((ne=i.nativeEvent.target)!=null&&ne.classList.contains(I)))return!1;const{droppingItem:s,onDropDragOver:f,margin:S,cols:c,rowHeight:g,maxRows:d,width:b,containerPadding:M,transformScale:L}=this.props,V=f==null?void 0:f(i);if(V===!1)return this.state.droppingDOMNode&&this.removeDroppingPlaceholder(),!1;const U={...s,...V},{layout:E}=this.state,D=i.currentTarget.getBoundingClientRect(),W=i.clientX-D.left,q=i.clientY-D.top,Y={left:W/L,top:q/L,e:i};if(this.state.droppingDOMNode){if(this.state.droppingPosition){const{left:ee,top:F}=this.state.droppingPosition;(ee!=W||F!=q)&&this.setState({droppingPosition:Y})}}else{const ee={cols:c,margin:S,maxRows:d,rowHeight:g,containerWidth:b,containerPadding:M||S},F=(0,o.calcXY)(ee,q,W,U.w,U.h);this.setState({droppingDOMNode:t.createElement("div",{key:U.i}),droppingPosition:Y,layout:[...E,{...U,x:F.x,y:F.y,static:!1,isDraggable:!0}]})}}),m(this,"removeDroppingPlaceholder",()=>{const{droppingItem:i,cols:s}=this.props,{layout:f}=this.state,S=(0,n.compact)(f.filter(c=>c.i!==i.i),(0,n.compactType)(this.props),s,this.props.allowOverlap);this.setState({layout:S,droppingDOMNode:null,activeDrag:null,droppingPosition:void 0})}),m(this,"onDragLeave",i=>{i.preventDefault(),i.stopPropagation(),this.dragEnterCounter--,this.dragEnterCounter===0&&this.removeDroppingPlaceholder()}),m(this,"onDragEnter",i=>{i.preventDefault(),i.stopPropagation(),this.dragEnterCounter++}),m(this,"onDrop",i=>{i.preventDefault(),i.stopPropagation();const{droppingItem:s}=this.props,{layout:f}=this.state,S=f.find(c=>c.i===s.i);this.dragEnterCounter=0,this.removeDroppingPlaceholder(),this.props.onDrop(f,S,i)})}componentDidMount(){this.setState({mounted:!0}),this.onLayoutMaybeChanged(this.state.layout,this.props.layout)}static getDerivedStateFromProps(i,s){let f;return s.activeDrag?null:(!(0,e.deepEqual)(i.layout,s.propsLayout)||i.compactType!==s.compactType?f=i.layout:(0,n.childrenEqual)(i.children,s.children)||(f=s.layout),f?{layout:(0,n.synchronizeLayoutWithChildren)(f,i.children,i.cols,(0,n.compactType)(i),i.allowOverlap),compactType:i.compactType,children:i.children,propsLayout:i.layout}:null)}shouldComponentUpdate(i,s){return this.props.children!==i.children||!(0,n.fastRGLPropsEqual)(this.props,i,e.deepEqual)||this.state.activeDrag!==s.activeDrag||this.state.mounted!==s.mounted||this.state.droppingPosition!==s.droppingPosition}componentDidUpdate(i,s){if(!this.state.activeDrag){const f=this.state.layout,S=s.layout;this.onLayoutMaybeChanged(f,S)}}containerHeight(){if(!this.props.autoSize)return;const i=(0,n.bottom)(this.state.layout),s=this.props.containerPadding?this.props.containerPadding[1]:this.props.margin[1];return i*this.props.rowHeight+(i-1)*this.props.margin[1]+s*2+"px"}onLayoutMaybeChanged(i,s){s||(s=this.state.layout),(0,e.deepEqual)(s,i)||this.props.onLayoutChange(i)}placeholder(){const{activeDrag:i}=this.state;if(!i)return null;const{width:s,cols:f,margin:S,containerPadding:c,rowHeight:g,maxRows:d,useCSSTransforms:b,transformScale:M}=this.props;return t.createElement(a.default,{w:i.w,h:i.h,x:i.x,y:i.y,i:i.i,className:`react-grid-placeholder ${this.state.resizing?"placeholder-resizing":""}`,containerWidth:s,cols:f,margin:S,containerPadding:c||S,maxRows:d,rowHeight:g,isDraggable:!1,isResizable:!1,isBounded:!1,useCSSTransforms:b,transformScale:M},t.createElement("div",null))}processGridItem(i,s){if(!i||!i.key)return;const f=(0,n.getLayoutItem)(this.state.layout,String(i.key));if(!f)return null;const{width:S,cols:c,margin:g,containerPadding:d,rowHeight:b,maxRows:M,isDraggable:L,isResizable:V,isBounded:U,useCSSTransforms:E,transformScale:D,draggableCancel:W,draggableHandle:q,resizeHandles:Y,resizeHandle:ne}=this.props,{mounted:ee,droppingPosition:F}=this.state,H=typeof f.isDraggable=="boolean"?f.isDraggable:!f.static&&L,re=typeof f.isResizable=="boolean"?f.isResizable:!f.static&&V,ie=f.resizeHandles||Y,ue=H&&U&&f.isBounded!==!1;return t.createElement(a.default,{containerWidth:S,cols:c,margin:g,containerPadding:d||g,maxRows:M,rowHeight:b,cancel:W,handle:q,onDragStop:this.onDragStop,onDragStart:this.onDragStart,onDrag:this.onDrag,onResizeStart:this.onResizeStart,onResize:this.onResize,onResizeStop:this.onResizeStop,isDraggable:H,isResizable:re,isBounded:ue,useCSSTransforms:E&&ee,usePercentages:!ee,transformScale:D,w:f.w,h:f.h,x:f.x,y:f.y,i:f.i,minH:f.minH,minW:f.minW,maxH:f.maxH,maxW:f.maxW,static:f.static,droppingPosition:s?F:void 0,resizeHandles:ie,resizeHandle:ne},i)}render(){const{className:i,style:s,isDroppable:f,innerRef:S}=this.props,c=(0,r.default)(I,i),g={height:this.containerHeight(),...s};return t.createElement("div",{ref:S,className:c,style:g,onDrop:f?this.onDrop:n.noop,onDragLeave:f?this.onDragLeave:n.noop,onDragEnter:f?this.onDragEnter:n.noop,onDragOver:f?this.onDragOver:n.noop},t.Children.map(this.props.children,d=>this.processGridItem(d)),f&&this.state.droppingDOMNode&&this.processGridItem(this.state.droppingDOMNode,!0),this.placeholder())}};return Je.default=w,m(w,"displayName","ReactGridLayout"),m(w,"propTypes",l.default),m(w,"defaultProps",{autoSize:!0,cols:12,className:"",style:{},draggableHandle:"",draggableCancel:"",containerPadding:null,rowHeight:150,maxRows:1/0,layout:[],margin:[10,10],isBounded:!1,isDraggable:!0,isResizable:!0,allowOverlap:!1,isDroppable:!1,useCSSTransforms:!0,transformScale:1,verticalCompact:!0,compactType:"vertical",preventCollision:!1,droppingItem:{i:"__dropping-elem__",h:1,w:1},resizeHandles:["se"],onLayoutChange:n.noop,onDragStart:n.noop,onDrag:n.noop,onDragStop:n.noop,onResizeStart:n.noop,onResize:n.noop,onResizeStop:n.noop,onDrop:n.noop,onDropDragOver:n.noop}),Je}var st={},Me={},ur;function cr(){if(ur)return Me;ur=1,Object.defineProperty(Me,"__esModule",{value:!0}),Me.findOrGenerateResponsiveLayout=n,Me.getBreakpointFromWidth=e,Me.getColsFromBreakpoint=r,Me.sortBreakpoints=o;var t=Ve();function e(a,l){const y=o(a);let p=y[0];for(let C=1,m=y.length;C<m;C++){const R=y[C];l>a[R]&&(p=R)}return p}function r(a,l){if(!l[a])throw new Error("ResponsiveReactGridLayout: `cols` entry for breakpoint "+a+" is missing!");return l[a]}function n(a,l,y,p,C,m){if(a[y])return(0,t.cloneLayout)(a[y]);let R=a[p];const x=o(l),I=x.slice(x.indexOf(y));for(let T=0,w=I.length;T<w;T++){const h=I[T];if(a[h]){R=a[h];break}}return R=(0,t.cloneLayout)(R||[]),(0,t.compact)((0,t.correctBounds)(R,{cols:C}),m,C)}function o(a){return Object.keys(a).sort(function(y,p){return a[y]-a[p]})}return Me}var dr;function uo(){if(dr)return st;dr=1,Object.defineProperty(st,"__esModule",{value:!0}),st.default=void 0;var t=p(j),e=l(xe()),r=rn(),n=Ve(),o=cr(),a=l(lr());function l(h){return h&&h.__esModule?h:{default:h}}function y(h){if(typeof WeakMap!="function")return null;var i=new WeakMap,s=new WeakMap;return(y=function(f){return f?s:i})(h)}function p(h,i){if(h&&h.__esModule)return h;if(h===null||typeof h!="object"&&typeof h!="function")return{default:h};var s=y(i);if(s&&s.has(h))return s.get(h);var f={__proto__:null},S=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in h)if(c!=="default"&&Object.prototype.hasOwnProperty.call(h,c)){var g=S?Object.getOwnPropertyDescriptor(h,c):null;g&&(g.get||g.set)?Object.defineProperty(f,c,g):f[c]=h[c]}return f.default=h,s&&s.set(h,f),f}function C(){return C=Object.assign?Object.assign.bind():function(h){for(var i=1;i<arguments.length;i++){var s=arguments[i];for(var f in s)Object.prototype.hasOwnProperty.call(s,f)&&(h[f]=s[f])}return h},C.apply(this,arguments)}function m(h,i,s){return i=R(i),i in h?Object.defineProperty(h,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):h[i]=s,h}function R(h){var i=x(h,"string");return typeof i=="symbol"?i:String(i)}function x(h,i){if(typeof h!="object"||h===null)return h;var s=h[Symbol.toPrimitive];if(s!==void 0){var f=s.call(h,i||"default");if(typeof f!="object")return f;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(h)}const I=h=>Object.prototype.toString.call(h);function T(h,i){return h==null?null:Array.isArray(h)?h:h[i]}let w=class extends t.Component{constructor(){super(...arguments),m(this,"state",this.generateInitialState()),m(this,"onLayoutChange",i=>{this.props.onLayoutChange(i,{...this.props.layouts,[this.state.breakpoint]:i})})}generateInitialState(){const{width:i,breakpoints:s,layouts:f,cols:S}=this.props,c=(0,o.getBreakpointFromWidth)(s,i),g=(0,o.getColsFromBreakpoint)(c,S),d=this.props.verticalCompact===!1?null:this.props.compactType;return{layout:(0,o.findOrGenerateResponsiveLayout)(f,s,c,c,g,d),breakpoint:c,cols:g}}static getDerivedStateFromProps(i,s){if(!(0,r.deepEqual)(i.layouts,s.layouts)){const{breakpoint:f,cols:S}=s;return{layout:(0,o.findOrGenerateResponsiveLayout)(i.layouts,i.breakpoints,f,f,S,i.compactType),layouts:i.layouts}}return null}componentDidUpdate(i){(this.props.width!=i.width||this.props.breakpoint!==i.breakpoint||!(0,r.deepEqual)(this.props.breakpoints,i.breakpoints)||!(0,r.deepEqual)(this.props.cols,i.cols))&&this.onWidthChange(i)}onWidthChange(i){const{breakpoints:s,cols:f,layouts:S,compactType:c}=this.props,g=this.props.breakpoint||(0,o.getBreakpointFromWidth)(this.props.breakpoints,this.props.width),d=this.state.breakpoint,b=(0,o.getColsFromBreakpoint)(g,f),M={...S};if(d!==g||i.breakpoints!==s||i.cols!==f){d in M||(M[d]=(0,n.cloneLayout)(this.state.layout));let U=(0,o.findOrGenerateResponsiveLayout)(M,s,g,d,b,c);U=(0,n.synchronizeLayoutWithChildren)(U,this.props.children,b,c,this.props.allowOverlap),M[g]=U,this.props.onLayoutChange(U,M),this.props.onBreakpointChange(g,b),this.setState({breakpoint:g,layout:U,cols:b})}const L=T(this.props.margin,g),V=T(this.props.containerPadding,g);this.props.onWidthChange(this.props.width,L,b,V)}render(){const{breakpoint:i,breakpoints:s,cols:f,layouts:S,margin:c,containerPadding:g,onBreakpointChange:d,onLayoutChange:b,onWidthChange:M,...L}=this.props;return t.createElement(a.default,C({},L,{margin:T(c,this.state.breakpoint),containerPadding:T(g,this.state.breakpoint),onLayoutChange:this.onLayoutChange,layout:this.state.layout,cols:this.state.cols}))}};return st.default=w,m(w,"propTypes",{breakpoint:e.default.string,breakpoints:e.default.object,allowOverlap:e.default.bool,cols:e.default.object,margin:e.default.oneOfType([e.default.array,e.default.object]),containerPadding:e.default.oneOfType([e.default.array,e.default.object]),layouts(h,i){if(I(h[i])!=="[object Object]")throw new Error("Layout property must be an object. Received: "+I(h[i]));Object.keys(h[i]).forEach(s=>{if(!(s in h.breakpoints))throw new Error("Each key in layouts must align with a key in breakpoints.");(0,n.validateLayout)(h.layouts[s],"layouts."+s)})},width:e.default.number.isRequired,onBreakpointChange:e.default.func,onLayoutChange:e.default.func,onWidthChange:e.default.func}),m(w,"defaultProps",{breakpoints:{lg:1200,md:996,sm:768,xs:480,xxs:0},cols:{lg:12,md:10,sm:6,xs:4,xxs:2},containerPadding:{lg:null,md:null,sm:null,xs:null,xxs:null},layouts:{},margin:[10,10],allowOverlap:!1,onBreakpointChange:n.noop,onLayoutChange:n.noop,onWidthChange:n.noop}),st}var Et={},fr=function(){if(typeof Map<"u")return Map;function t(e,r){var n=-1;return e.some(function(o,a){return o[0]===r?(n=a,!0):!1}),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(r){var n=t(this.__entries__,r),o=this.__entries__[n];return o&&o[1]},e.prototype.set=function(r,n){var o=t(this.__entries__,r);~o?this.__entries__[o][1]=n:this.__entries__.push([r,n])},e.prototype.delete=function(r){var n=this.__entries__,o=t(n,r);~o&&n.splice(o,1)},e.prototype.has=function(r){return!!~t(this.__entries__,r)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(r,n){n===void 0&&(n=null);for(var o=0,a=this.__entries__;o<a.length;o++){var l=a[o];r.call(n,l[1],l[0])}},e}()}(),hn=typeof window<"u"&&typeof document<"u"&&window.document===document,Ot=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),co=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(Ot):function(t){return setTimeout(function(){return t(Date.now())},1e3/60)}}(),fo=2;function po(t,e){var r=!1,n=!1,o=0;function a(){r&&(r=!1,t()),n&&y()}function l(){co(a)}function y(){var p=Date.now();if(r){if(p-o<fo)return;n=!0}else r=!0,n=!1,setTimeout(l,e);o=p}return y}var ho=20,mo=["top","right","bottom","left","width","height","size","weight"],go=typeof MutationObserver<"u",vo=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=po(this.refresh.bind(this),ho)}return t.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},t.prototype.removeObserver=function(e){var r=this.observers_,n=r.indexOf(e);~n&&r.splice(n,1),!r.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},t.prototype.updateObservers_=function(){var e=this.observers_.filter(function(r){return r.gatherActive(),r.hasActive()});return e.forEach(function(r){return r.broadcastActive()}),e.length>0},t.prototype.connect_=function(){!hn||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),go?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){!hn||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(e){var r=e.propertyName,n=r===void 0?"":r,o=mo.some(function(a){return!!~n.indexOf(a)});o&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),pr=function(t,e){for(var r=0,n=Object.keys(e);r<n.length;r++){var o=n[r];Object.defineProperty(t,o,{value:e[o],enumerable:!1,writable:!1,configurable:!0})}return t},ze=function(t){var e=t&&t.ownerDocument&&t.ownerDocument.defaultView;return e||Ot},hr=Mt(0,0,0,0);function Pt(t){return parseFloat(t)||0}function mr(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];return e.reduce(function(n,o){var a=t["border-"+o+"-width"];return n+Pt(a)},0)}function yo(t){for(var e=["top","right","bottom","left"],r={},n=0,o=e;n<o.length;n++){var a=o[n],l=t["padding-"+a];r[a]=Pt(l)}return r}function So(t){var e=t.getBBox();return Mt(0,0,e.width,e.height)}function bo(t){var e=t.clientWidth,r=t.clientHeight;if(!e&&!r)return hr;var n=ze(t).getComputedStyle(t),o=yo(n),a=o.left+o.right,l=o.top+o.bottom,y=Pt(n.width),p=Pt(n.height);if(n.boxSizing==="border-box"&&(Math.round(y+a)!==e&&(y-=mr(n,"left","right")+a),Math.round(p+l)!==r&&(p-=mr(n,"top","bottom")+l)),!Co(t)){var C=Math.round(y+a)-e,m=Math.round(p+l)-r;Math.abs(C)!==1&&(y-=C),Math.abs(m)!==1&&(p-=m)}return Mt(o.left,o.top,y,p)}var Ro=function(){return typeof SVGGraphicsElement<"u"?function(t){return t instanceof ze(t).SVGGraphicsElement}:function(t){return t instanceof ze(t).SVGElement&&typeof t.getBBox=="function"}}();function Co(t){return t===ze(t).document.documentElement}function To(t){return hn?Ro(t)?So(t):bo(t):hr}function Io(t){var e=t.x,r=t.y,n=t.width,o=t.height,a=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,l=Object.create(a.prototype);return pr(l,{x:e,y:r,width:n,height:o,top:r,right:e+n,bottom:o+r,left:e}),l}function Mt(t,e,r,n){return{x:t,y:e,width:r,height:n}}var wo=function(){function t(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=Mt(0,0,0,0),this.target=e}return t.prototype.isActive=function(){var e=To(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},t}(),_o=function(){function t(e,r){var n=Io(r);pr(this,{target:e,contentRect:n})}return t}(),xo=function(){function t(e,r,n){if(this.activeObservations_=[],this.observations_=new fr,typeof e!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=r,this.callbackCtx_=n}return t.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof ze(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var r=this.observations_;r.has(e)||(r.set(e,new wo(e)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(e instanceof ze(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var r=this.observations_;r.has(e)&&(r.delete(e),r.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach(function(r){r.isActive()&&e.activeObservations_.push(r)})},t.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,r=this.activeObservations_.map(function(n){return new _o(n.target,n.broadcastRect())});this.callback_.call(e,r,e),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),gr=typeof WeakMap<"u"?new WeakMap:new fr,vr=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var r=vo.getInstance(),n=new xo(e,r,this);gr.set(this,n)}return t}();["observe","unobserve","disconnect"].forEach(function(t){vr.prototype[t]=function(){var e;return(e=gr.get(this))[t].apply(e,arguments)}});var Eo=function(){return typeof Ot.ResizeObserver<"u"?Ot.ResizeObserver:vr}();const Oo=wn(Object.freeze(Object.defineProperty({__proto__:null,default:Eo},Symbol.toStringTag,{value:"Module"})));var yr;function Po(){if(yr)return Et;yr=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.default=x;var t=l(j),e=o(xe()),r=o(Oo),n=o(on());function o(I){return I&&I.__esModule?I:{default:I}}function a(I){if(typeof WeakMap!="function")return null;var T=new WeakMap,w=new WeakMap;return(a=function(h){return h?w:T})(I)}function l(I,T){if(I&&I.__esModule)return I;if(I===null||typeof I!="object"&&typeof I!="function")return{default:I};var w=a(T);if(w&&w.has(I))return w.get(I);var h={__proto__:null},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in I)if(s!=="default"&&Object.prototype.hasOwnProperty.call(I,s)){var f=i?Object.getOwnPropertyDescriptor(I,s):null;f&&(f.get||f.set)?Object.defineProperty(h,s,f):h[s]=I[s]}return h.default=I,w&&w.set(I,h),h}function y(){return y=Object.assign?Object.assign.bind():function(I){for(var T=1;T<arguments.length;T++){var w=arguments[T];for(var h in w)Object.prototype.hasOwnProperty.call(w,h)&&(I[h]=w[h])}return I},y.apply(this,arguments)}function p(I,T,w){return T=C(T),T in I?Object.defineProperty(I,T,{value:w,enumerable:!0,configurable:!0,writable:!0}):I[T]=w,I}function C(I){var T=m(I,"string");return typeof T=="symbol"?T:String(T)}function m(I,T){if(typeof I!="object"||I===null)return I;var w=I[Symbol.toPrimitive];if(w!==void 0){var h=w.call(I,T||"default");if(typeof h!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return(T==="string"?String:Number)(I)}const R="react-grid-layout";function x(I){var T;return T=class extends t.Component{constructor(){super(...arguments),p(this,"state",{width:1280}),p(this,"elementRef",t.createRef()),p(this,"mounted",!1),p(this,"resizeObserver",void 0)}componentDidMount(){this.mounted=!0,this.resizeObserver=new r.default(i=>{if(this.elementRef.current instanceof HTMLElement){const f=i[0].contentRect.width;this.setState({width:f})}});const h=this.elementRef.current;h instanceof HTMLElement&&this.resizeObserver.observe(h)}componentWillUnmount(){this.mounted=!1;const h=this.elementRef.current;h instanceof HTMLElement&&this.resizeObserver.unobserve(h),this.resizeObserver.disconnect()}render(){const{measureBeforeMount:h,...i}=this.props;return h&&!this.mounted?t.createElement("div",{className:(0,n.default)(this.props.className,R),style:this.props.style,ref:this.elementRef}):t.createElement(I,y({innerRef:this.elementRef},i,this.state))}},p(T,"defaultProps",{measureBeforeMount:!1}),p(T,"propTypes",{measureBeforeMount:e.default.bool}),T}return Et}var Sr;function Mo(){return Sr||(Sr=1,function(t){t.exports=lr().default,t.exports.utils=Ve(),t.exports.calculateUtils=sn(),t.exports.Responsive=uo().default,t.exports.Responsive.utils=cr(),t.exports.WidthProvider=Po().default}(nn)),nn.exports}var Do=Mo();const No=Ar(Do);var jo=Object.defineProperty,Lo=Object.getOwnPropertyDescriptor,Uo=(t,e,r,n)=>{for(var o=n>1?void 0:n?Lo(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&jo(e,r,o),o},Vo=(t,e)=>(r,n)=>e(r,n,t);let Ae=class extends v.Disposable{constructor(e){super();Pe(this,"_initLocal",()=>{});Pe(this,"_findReplaceIndex",e=>{const r=/\{([^}]+)?\}/g,n=[];let o=r.exec(e);for(;o;)n.push({startIndex:o.index,key:Number(o[1]),endIndex:o.index+o[0].length-1}),o=r.exec(e);return n});this._localeService=e,this._initLocal()}tWithReactNode(e,...r){const n=this._localeService.getLocales(),o=e.split("."),a=n&&this._localeService.resolveKeyPath(n,o);if(typeof a=="string"){const l=[];return this._findReplaceIndex(a).forEach((y,p,C)=>{const m=C[p-1]||{startIndex:0,endIndex:-1};if(m.endIndex+1<y.startIndex){const R=a.slice(m.endIndex+1,y.startIndex);R&&l.push(R)}if(r[y.key]&&l.push(r[y.key]),p===C.length-1){const R=a.slice(y.endIndex+1);R&&l.push(R)}}),l}return[]}};Ae=Uo([Vo(0,v.Inject(v.LocaleService))],Ae);const Dt={cfPreview:"univer-cf-preview"},We=t=>{var o,a;const e=t.rule;if(!e)return null;const r=j.useMemo(()=>{if(e.type===u.CFRuleType.colorScale){const l=e.config.map((C,m)=>({color:new v.ColorKit(C.color),value:m})),y=l.length-1;return new Array(5).fill("").map((C,m,R)=>m*y/(R.length-1)).map(C=>u.getColorScaleFromValue(l,C))}return null},[e]),n=j.useMemo(()=>{if(e.type===u.CFRuleType.iconSet)return e.config.map(l=>{const y=u.iconMap[l.iconType];return y&&y[Number(l.iconId)]})},[e]);switch(e.type){case u.CFRuleType.dataBar:{const{isGradient:l}=e.config,y={width:"50%",height:"100%"},p=l?`linear-gradient(to right, ${e.config.positiveColor||u.defaultDataBarPositiveColor}, rgb(255 255 255))`:e.config.positiveColor,C=l?`linear-gradient(to right, rgb(255 255 255),${e.config.nativeColor||u.defaultDataBarNativeColor})`:e.config.nativeColor;return _.jsxs("div",{className:Dt.cfPreview,children:[_.jsx("div",{style:{...y,background:C,border:`1px solid ${e.config.nativeColor||u.defaultDataBarNativeColor}`}}),_.jsx("div",{style:{...y,background:p,border:`1px solid ${e.config.positiveColor||u.defaultDataBarPositiveColor}`}})]})}case u.CFRuleType.colorScale:return r&&_.jsx("div",{className:Dt.cfPreview,children:r.map((l,y)=>_.jsx("div",{style:{width:`${100/r.length}%`,height:"100%",background:l}},y))});case u.CFRuleType.iconSet:return n&&_.jsx("div",{className:Dt.cfPreview,children:n.map((l,y)=>l?_.jsx("img",{style:{height:"100%"},src:l},y):_.jsx(Ze,{},y))});case u.CFRuleType.highlightCell:{const{ul:l,st:y,it:p,bl:C,bg:m,cl:R}=e.style,x=(l==null?void 0:l.s)===v.BooleanNumber.TRUE,I=(y==null?void 0:y.s)===v.BooleanNumber.TRUE,T=p===v.BooleanNumber.TRUE,w=C===v.BooleanNumber.TRUE,h=(o=m==null?void 0:m.rgb)!=null?o:u.DEFAULT_BG_COLOR,i=(a=R==null?void 0:R.rgb)!=null?a:u.DEFAULT_FONT_COLOR,s={fontWeight:w?"bold":void 0,fontStyle:T?"italic":void 0,textDecoration:`${x?"underline":""} ${I?"line-through":""}`.replace(/^ /,"")||void 0,backgroundColor:h,color:i};return _.jsx("div",{style:s,className:Dt.cfPreview,children:"123"})}}return null},pe={cfRuleList:"univer-cf-rule-list",ruleSelector:"univer-rule-selector",select:"univer-select",selectSelector:"univer-select-selector",selectSelectionItem:"univer-select-selection-item",selectSelectionSearchInput:"univer-select-selection-search-input",btnList:"univer-btn-list",gap:"univer-gap",icon:"univer-icon",disabled:"univer-disabled",ruleItem:"univer-rule-item",ruleDescribe:"univer-rule-describe",ruleType:"univer-rule-type",ruleRange:"univer-rule-range",active:"univer-active",draggableHandle:"univer-draggableHandle",deleteItem:"univer-delete-item",gridLayoutWrap:"univer-grid-layout-wrap",reactGridItem:"univer-react-grid-item"},zo=(t,e)=>{const r=t.rule;switch(r.type){case u.CFRuleType.colorScale:return e.t("sheet.cf.ruleType.colorScale");case u.CFRuleType.dataBar:return e.t("sheet.cf.ruleType.dataBar");case u.CFRuleType.iconSet:return e.t("sheet.cf.ruleType.iconSet");case u.CFRuleType.highlightCell:switch(r.subType){case u.CFSubRuleType.average:{const n=r.operator;return e.t(`sheet.cf.preview.describe.${n}`,e.t("sheet.cf.subRuleType.average"))}case u.CFSubRuleType.duplicateValues:return e.t("sheet.cf.subRuleType.duplicateValues");case u.CFSubRuleType.uniqueValues:return e.t("sheet.cf.subRuleType.uniqueValues");case u.CFSubRuleType.number:{const n=r.operator;return e.t(`sheet.cf.preview.describe.${n}`,...Array.isArray(r.value)?r.value.map(o=>String(o)):[String(r.value||"")])}case u.CFSubRuleType.text:{const n=r.operator;return e.t(`sheet.cf.preview.describe.${n}`,r.value||"")}case u.CFSubRuleType.timePeriod:{const n=r.operator;return e.t(`sheet.cf.preview.describe.${n}`)}case u.CFSubRuleType.rank:return r.isPercent?r.isBottom?e.t("sheet.cf.preview.describe.bottomNPercent",String(r.value)):e.t("sheet.cf.preview.describe.topNPercent",String(r.value)):r.isBottom?e.t("sheet.cf.preview.describe.bottomN",String(r.value)):e.t("sheet.cf.preview.describe.topN",String(r.value));case u.CFSubRuleType.formula:return e.t("sheet.cf.ruleType.formula")}}};let br=0;const Ao=t=>{const{onClick:e}=t,r=v.useDependency(u.ConditionalFormattingRuleModel),n=v.useDependency(v.IUniverInstanceService),o=v.useDependency(X.SheetsSelectionsService),a=v.useDependency(v.ICommandService),l=v.useDependency(v.LocaleService),y=v.useDependency(v.Injector),p=v.useDependency(Ae),C=ge.useObservable(()=>n.getCurrentTypeOfUnit$(v.UniverInstanceType.UNIVER_SHEET),void 0,void 0,[]),m=C.getUnitId(),R=C.getActiveSheet();if(!R)throw new Error("No active sheet found");const x=R.getSheetId(),[I,T]=j.useState([]),[w,h]=j.useState("2"),[i,s]=j.useState(0),[f,S]=j.useState(-1),[c,g]=j.useState(br),d=j.useRef(null),b=[{label:l.t("sheet.cf.panel.workSheet"),value:"2"},{label:l.t("sheet.cf.panel.selectedRange"),value:"1"}],M=()=>{const F=r.getSubunitRules(m,x);if(!F||!F.length)return[];if(w==="1"){const H=o.getCurrentLastSelection();if(!H)return[];const re=H.range;return F.filter(ue=>ue.ranges.some(he=>v.Rectangle.intersects(he,re)))}else if(w==="2")return[...F];return[]},[L,V]=j.useState(M);de.useHighlightRange(I),j.useEffect(()=>{const F=a.onCommandExecuted(H=>{H.id===X.SetWorksheetActiveOperation.id&&s(Math.random())});return()=>F.dispose()}),j.useEffect(()=>{V(M)},[w,i,m,x]),j.useEffect(()=>{if(w==="2")return;const F=new Re.Observable(H=>{const re=[X.SetSelectionsOperation.id,u.AddConditionalRuleMutation.id,u.SetConditionalRuleMutation.id,u.DeleteConditionalRuleMutation.id,u.MoveConditionalRuleMutation.id],ie=a.onCommandExecuted(ue=>{const{id:he,params:ye}=ue,Ce=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId();re.includes(he)&&ye.unitId===Ce&&H.next(null)});return()=>ie.dispose()}).pipe(Re.debounceTime(16)).subscribe(()=>{V(M)});return()=>{F.unsubscribe()}},[n,w,m,x]),j.useEffect(()=>{const F=r.$ruleChange.subscribe(()=>{s(Math.random())});return()=>F.unsubscribe()},[r]),j.useEffect(()=>{const F=()=>{var ue;const ie=Math.max(0,(((ue=d.current)==null?void 0:ue.getBoundingClientRect().width)||0)-8);return br=ie,ie},re=new Re.Observable(ie=>{const ue=document.querySelector(".univer-sidebar");if(ue){let he=setTimeout(()=>{ie.next()},150);const ye=()=>{he&&clearTimeout(he),he=null},Ce=k=>{k.propertyName==="width"&&(ye(),ie.next())};return ue.addEventListener("transitionend",Ce),()=>{ye(),ue.removeEventListener("transitionend",Ce)}}}).pipe(Re.debounceTime(16)).subscribe(()=>{g(F())});return()=>{re.unsubscribe()}},[]);const U=F=>{var ie;const H=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),re=(ie=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:ie.getSheetId();if(!H||!re)throw new Error("No active sheet found");a.executeCommand(Ke.id,{unitId:H,subUnitId:re,cfId:F.cfId})},E=(F,H)=>{S(H.y)},D=(F,H,re)=>{var k;S(-1);const ie=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),ue=(k=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:k.getSheetId();if(!ie||!ue)throw new Error("No active sheet found");const he=Q=>{const se=L.length;return Math.min(se-1,Math.max(0,Q))},ye=L[he(H.y)].cfId,Ce=L[he(re.y)].cfId;ye!==Ce&&a.executeCommand(bt.id,{unitId:ie,subUnitId:ue,start:{id:ye,type:"self"},end:{id:Ce,type:re.y>H.y?"after":"before"}})},W=()=>{t.onCreate()},q=()=>{w==="2"?a.executeCommand(Ye.id):w==="1"&&L.map(H=>({unitId:m,subUnitId:x,cfId:H.cfId})).forEach(H=>{a.executeCommand(Ke.id,H)})},Y=j.useMemo(()=>{const F=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),H=F.getActiveSheet();return L.filter(re=>{const ie=re.ranges;return X.checkRangesEditablePermission(y,F.getUnitId(),H.getSheetId(),ie)})},[L]),ne=Y.map((F,H)=>({i:F.cfId,x:0,w:12,y:H,h:1,isResizable:!1})),ee=j.useMemo(()=>{const F=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),H=F.getActiveSheet();return L.every(re=>{const ie=re.ranges;return X.checkRangesEditablePermission(y,F.getUnitId(),H.getSheetId(),ie)})},[L]);return _.jsxs("div",{className:pe.cfRuleList,children:[_.jsxs("div",{className:pe.ruleSelector,children:[_.jsx("div",{children:p.tWithReactNode("sheet.cf.panel.managerRuleSelect",_.jsx(oe.Select,{className:pe.select,options:b,value:w,onChange:F=>{h(F)}})).map((F,H)=>_.jsx("span",{children:F},H))}),_.jsxs("div",{className:pe.btnList,children:[_.jsx(oe.Tooltip,{title:l.t("sheet.cf.panel.createRule"),placement:"bottom",children:_.jsx("div",{className:`
|
|
12
|
+
${pe.icon}
|
|
13
|
+
`,onClick:W,children:_.jsx(On,{})})}),L.length&&ee?_.jsx(oe.Tooltip,{title:l.t("sheet.cf.panel.clear"),placement:"bottom",children:_.jsx("div",{className:`
|
|
14
|
+
${pe.gap}
|
|
15
|
+
${pe.icon}
|
|
16
|
+
`,onClick:q,children:_.jsx(Ct,{})})}):_.jsx("div",{className:`
|
|
17
|
+
${pe.gap}
|
|
18
|
+
${pe.disabled}
|
|
19
|
+
`,children:_.jsx(Ct,{})})]})]}),_.jsx("div",{ref:d,className:pe.gridLayoutWrap,children:c?_.jsx(No,{onDragStop:D,onDragStart:E,layout:ne,cols:12,rowHeight:60,width:c,margin:[0,10],draggableHandle:".draggableHandle",children:Y==null?void 0:Y.map((F,H)=>_.jsx("div",{children:_.jsxs("div",{onMouseMove:()=>{F.ranges!==I&&T(F.ranges)},onMouseLeave:()=>T([]),onClick:()=>{e(F)},className:`
|
|
20
|
+
${pe.ruleItem}
|
|
21
|
+
${f===H?pe.active:""}
|
|
22
|
+
`,children:[_.jsx("div",{className:`
|
|
23
|
+
${pe.draggableHandle}
|
|
24
|
+
|
|
25
|
+
draggableHandle
|
|
26
|
+
`,onClick:re=>re.stopPropagation(),children:_.jsx(Pn,{})}),_.jsxs("div",{className:pe.ruleDescribe,children:[_.jsx("div",{className:pe.ruleType,children:zo(F,l)}),_.jsx("div",{className:pe.ruleRange,children:F.ranges.map(re=>Gt.serializeRange(re)).join(",")})]}),_.jsx("div",{className:pe.preview,children:_.jsx(We,{rule:F.rule})}),_.jsx("div",{className:`
|
|
27
|
+
${pe.deleteItem}
|
|
28
|
+
${f===H?pe.active:""}
|
|
29
|
+
`,onClick:re=>{re.stopPropagation(),U(F),T([])},children:_.jsx(Ct,{})})]})},`${F.cfId}`))}):null})]})},mn={cfColorPicker:"univer-cf-color-picker",cfColorPickerIcon:"univer-cf-color-picker-icon",iconDropdown:"univer-icon-dropdown"},De=t=>{const{color:e,onChange:r,disable:n=!1,iconId:o="PaintBucket",className:a,isNeedDropdownIcon:l=!0}=t,y=v.useDependency(ge.ComponentManager),p=j.useMemo(()=>new v.ColorKit(e),[e]),C=y.get(o);return C&&(n?_.jsx(C,{className:a,extend:{colorChannel1:p.isValid?e:"rgb(var(--primary-color))"}}):_.jsx(oe.Dropdown,{overlay:_.jsx("div",{className:`
|
|
30
|
+
${mn.cfColorPicker}
|
|
31
|
+
`,children:_.jsx(oe.ColorPicker,{color:e,onChange:r})}),children:_.jsxs("span",{className:`
|
|
32
|
+
${mn.cfColorPickerIcon}
|
|
33
|
+
${a}
|
|
34
|
+
`,children:[_.jsx(C,{extend:{colorChannel1:p.isValid?e:"rgb(var(--primary-color))"}}),l&&_.jsx(Tt,{className:mn.iconDropdown})]})}))},G={cfRuleStyleEditor:"univer-cf-rule-style-editor",cfPreviewWrap:"univer-cf-preview-wrap",text:"univer-text",positionRelative:"univer-position-relative",btnList:"univer-btn-list",utilItem:"univer-util-item",iconSet:"univer-icon-set",renderConfig:"univer-render-config",flex:"univer-flex",width45:"univer-width45",iconWrap:"univer-icon-wrap",icon:"univer-icon",dropdownIcon:"univer-dropdown-icon",errorInput:"univer-error-input",errorText:"univer-error-text",iconGroupList:"univer-icon-group-list",title:"univer-title",group:"univer-group",itemContent:"univer-item-content",itemWrap:"univer-item-wrap",item:"univer-item",iconItemListWrap:"univer-icon-item-list-wrap",none:"univer-none",iconItemList:"univer-icon-item-list",width100:"univer-width100",stress:"univer-stress"},Ne=(t,e)=>({label:e.t(`sheet.cf.valueType.${t}`),value:t}),gn=t=>{var T;const{type:e,className:r,onChange:n,id:o,value:a}=t,l=v.useDependency(v.IUniverInstanceService),y=l.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),p=(T=l.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:T.getSheetId(),C=j.useMemo(()=>String(a).startsWith("=")?String(a):"=",[a]),m=j.useMemo(()=>[u.CFValueType.max,u.CFValueType.min,"none"].includes(e)?{disabled:!0}:[u.CFValueType.percent,u.CFValueType.percentile].includes(e)?{min:0,max:100}:{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER},[e]),R=j.useRef({}),[x,I]=j.useState(!1);return ge.useSidebarClick(w=>{var i;const h=(i=R.current)==null?void 0:i.handleOutClick;h&&h(w,()=>I(!1))}),e===u.CFValueType.formula?_.jsx("div",{style:{width:"100%",marginLeft:4},children:_.jsx(Ge.FormulaEditor,{initValue:C,unitId:y,subUnitId:p,isFocus:x,onChange:(w="")=>{n(w||"")},onFocus:()=>I(!0),actions:R.current})}):_.jsx(oe.InputNumber,{className:r,value:Number(t.value)||0,onChange:w=>t.onChange(w||0),...m})},Wo=t=>{var U;const{interceptorManager:e}=t,r=v.useDependency(v.LocaleService),n=((U=t.rule)==null?void 0:U.type)===u.CFRuleType.colorScale?t.rule:void 0,o=[Ne(u.CFValueType.num,r),Ne(u.CFValueType.percent,r),Ne(u.CFValueType.percentile,r),Ne(u.CFValueType.formula,r)],a=[Ne(u.CFValueType.min,r),...o],l=[Ne("none",r),...o],y=[Ne(u.CFValueType.max,r),...o],[p,C]=j.useState(()=>{var D;const E=u.CFValueType.min;return n&&((D=n.config[0])==null?void 0:D.value.type)||E}),[m,R]=j.useState(()=>{var D;const E="none";return!n||n.config.length!==3?E:((D=n.config[1])==null?void 0:D.value.type)||E}),[x,I]=j.useState(()=>{var D;const E=u.CFValueType.max;return n&&((D=n.config[n.config.length-1])==null?void 0:D.value.type)||E}),[T,w]=j.useState(()=>{if(!n)return 10;const D=n.config[0];return(D==null?void 0:D.value.value)===void 0?10:D==null?void 0:D.value.value}),[h,i]=j.useState(()=>{var W;if(!n||n.config.length!==3)return 50;const D=(W=n.config[1])==null?void 0:W.value.value;return D===void 0?50:D}),[s,f]=j.useState(()=>{var W;if(!n)return 90;const D=(W=n.config[n.config.length-1])==null?void 0:W.value.value;return D===void 0?90:D}),[S,c]=j.useState(()=>{var D;const E="#d0d9fb";return n&&((D=n.config[0])==null?void 0:D.color)||E}),[g,d]=j.useState(()=>{var D;const E="#7790f3";return!n||n.config.length!==3?E:((D=n.config[1])==null?void 0:D.color)||E}),[b,M]=j.useState(()=>{var D;const E="#2e55ef";return n&&((D=n.config[n.config.length-1])==null?void 0:D.color)||E}),L=j.useMemo(()=>E=>{const{minType:D,medianType:W,maxType:q,minValue:Y,medianValue:ne,maxValue:ee,minColor:F,medianColor:H,maxColor:re}=E,ie=[];return ie.push({color:F,value:{type:D,value:Y}}),W!=="none"&&ie.push({color:H,value:{type:W,value:ne}}),ie.push({color:re,value:{type:q,value:ee}}),{config:ie.map((he,ye)=>({...he,index:ye})),type:u.CFRuleType.colorScale}},[]);j.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return L({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:s,minColor:S,medianColor:g,maxColor:b})}}),[L,p,m,x,T,h,s,S,g,b,e]);const V=E=>{t.onChange(L(E))};return _.jsxs("div",{children:[_.jsx("div",{className:A.title,children:r.t("sheet.cf.panel.styleRule")}),_.jsx("div",{className:`
|
|
35
|
+
${G.cfPreviewWrap}
|
|
36
|
+
`,children:_.jsx(We,{rule:L({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:s,minColor:S,medianColor:g,maxColor:b})})}),_.jsx("div",{className:A.label,children:r.t("sheet.cf.valueType.min")}),_.jsxs("div",{className:`
|
|
37
|
+
${A.labelContainer}
|
|
38
|
+
${A.mTSm}
|
|
39
|
+
`,children:[_.jsx(oe.Select,{style:{flexShrink:0},options:a,value:p,onChange:E=>{C(E);const D=u.createDefaultValueByValueType(E,10);w(D),V({minType:E,medianType:m,maxType:x,minValue:D,medianValue:h,maxValue:s,minColor:S,medianColor:g,maxColor:b})}}),_.jsx(gn,{id:"min",className:`
|
|
40
|
+
${A.mLXxs}
|
|
41
|
+
`,value:T,type:p,onChange:E=>{w(E),V({minType:p,medianType:m,maxType:x,minValue:E,medianValue:h,maxValue:s,minColor:S,medianColor:g,maxColor:b})}}),_.jsx(De,{className:A.mLXxs,color:S,onChange:E=>{c(E),V({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:s,minColor:E,medianColor:g,maxColor:b})}})]}),_.jsx("div",{className:A.label,children:r.t("sheet.cf.panel.medianValue")}),_.jsxs("div",{className:`
|
|
42
|
+
${A.labelContainer}
|
|
43
|
+
${A.mTSm}
|
|
44
|
+
`,children:[_.jsx(oe.Select,{style:{flexShrink:0},options:l,value:m,onChange:E=>{R(E);const D=u.createDefaultValueByValueType(E,50);i(D),V({minType:p,medianType:E,maxType:x,minValue:T,medianValue:D,maxValue:s,minColor:S,medianColor:g,maxColor:b})}}),_.jsx(gn,{id:"median",className:`
|
|
45
|
+
${A.mLXxs}
|
|
46
|
+
`,value:h,type:m,onChange:E=>{i(E),V({minType:p,medianType:m,maxType:x,minValue:T,medianValue:E,maxValue:s,minColor:S,medianColor:g,maxColor:b})}}),m!=="none"&&_.jsx(De,{className:A.mLXxs,color:g,onChange:E=>{d(E),V({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:s,minColor:S,medianColor:E,maxColor:b})}})]}),_.jsx("div",{className:A.label,children:r.t("sheet.cf.valueType.max")}),_.jsxs("div",{className:`
|
|
47
|
+
${A.labelContainer}
|
|
48
|
+
${A.mTSm}
|
|
49
|
+
`,children:[_.jsx(oe.Select,{style:{flexShrink:0},options:y,value:x,onChange:E=>{I(E);const D=u.createDefaultValueByValueType(E,90);f(D),V({minType:p,medianType:m,maxType:E,minValue:T,medianValue:h,maxValue:D,minColor:S,medianColor:g,maxColor:b})}}),_.jsx(gn,{id:"max",className:`
|
|
50
|
+
${A.mLXxs}
|
|
51
|
+
`,value:s,type:x,onChange:E=>{f(E),V({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:E,minColor:S,medianColor:g,maxColor:b})}}),_.jsx(De,{className:A.mLXxs,color:b,onChange:E=>{M(E),V({minType:p,medianType:m,maxType:x,minValue:T,medianValue:h,maxValue:s,minColor:S,medianColor:g,maxColor:E})}})]})]})},He=(t,e)=>({label:e.t(`sheet.cf.valueType.${t}`),value:t}),Rr=t=>{var w;const{onChange:e,className:r,value:n,type:o,id:a,disabled:l=!1}=t,y=v.useDependency(v.IUniverInstanceService),p=y.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),C=(w=y.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:w.getSheetId(),m=j.useRef({}),[R,x]=j.useState(!1);ge.useSidebarClick(h=>{var s;const i=(s=m.current)==null?void 0:s.handleOutClick;i&&i(h,()=>x(!1))});const I=j.useRef(n),T=j.useMemo(()=>[u.CFValueType.percentile,u.CFValueType.percent].includes(o)?{max:100,min:0}:{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER},[o]);if(o===u.CFValueType.formula){const h=String(I.current).startsWith("=")?String(I.current)||"":"=";return _.jsx("div",{style:{width:"100%",marginLeft:12},children:_.jsx(Ge.FormulaEditor,{initValue:h,unitId:p,subUnitId:C,isFocus:R,onChange:(i="")=>{e(i||"")},onFocus:()=>x(!0),actions:m.current})})}return _.jsx(oe.InputNumber,{className:r,value:Number(n)||0,disabled:l,onChange:h=>{e(h||0)},...T})},Ho=t=>{var U;const{interceptorManager:e}=t,r=v.useDependency(v.LocaleService),n=((U=t.rule)==null?void 0:U.type)===u.CFRuleType.dataBar?t.rule:void 0,[o,a]=j.useState(()=>{var D;const E="0";return n?(D=n.config)!=null&&D.isGradient?"1":"0":E}),[l,y]=j.useState(()=>{var E;return n&&((E=n.config)==null?void 0:E.positiveColor)||u.defaultDataBarPositiveColor}),[p,C]=j.useState(()=>{var E;return n&&((E=n.config)==null?void 0:E.nativeColor)||u.defaultDataBarNativeColor}),m=[He(u.CFValueType.num,r),He(u.CFValueType.percent,r),He(u.CFValueType.percentile,r),He(u.CFValueType.formula,r)],R=[He(u.CFValueType.min,r),...m],x=[He(u.CFValueType.max,r),...m],[I,T]=j.useState(()=>{var D;const E=R[0].value;return n&&((D=n.config)==null?void 0:D.min.type)||E}),[w,h]=j.useState(()=>{var D;const E=x[0].value;return n&&((D=n.config)==null?void 0:D.max.type)||E}),[i,s]=j.useState(()=>{var W;if(!n)return 0;const D=((W=n.config)==null?void 0:W.min)||{};return D.type===u.CFValueType.formula?D.value||"=":D.value||0}),[f,S]=j.useState(()=>{var W;if(!n)return 100;const D=((W=n.config)==null?void 0:W.max)||{};return D.type===u.CFValueType.formula?D.value||"=":D.value===void 0?100:D.value}),[c,g]=j.useState(()=>n?n.isShowValue===void 0?!0:!!n.isShowValue:!0),d=E=>({config:{min:{type:E.minValueType,value:E.minValue},max:{type:E.maxValueType,value:E.maxValue},isGradient:E.isGradient==="1",positiveColor:E.positiveColor||u.defaultDataBarPositiveColor,nativeColor:E.nativeColor||u.defaultDataBarNativeColor},type:u.CFRuleType.dataBar,isShowValue:E.isShowValue});j.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return d({isGradient:o,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})}}),[o,i,I,f,w,l,p,e,c]);const b=E=>{t.onChange(d(E))},M=E=>{y(E),b({isGradient:o,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:E,nativeColor:p,isShowValue:c})},L=E=>{C(E),b({isGradient:o,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:E,isShowValue:c})},V=E=>m.map(D=>D.value).includes(E);return _.jsxs("div",{children:[_.jsx("div",{className:A.title,children:r.t("sheet.cf.panel.styleRule")}),_.jsx("div",{className:`
|
|
52
|
+
${G.cfPreviewWrap}
|
|
53
|
+
`,children:_.jsx(We,{rule:d({isGradient:o,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})})}),_.jsxs("div",{children:[_.jsx("div",{className:A.label,children:r.t("sheet.cf.panel.fillType")}),_.jsxs("div",{className:`
|
|
54
|
+
${A.mTSm}
|
|
55
|
+
${A.mLXxs}
|
|
56
|
+
${A.labelContainer}
|
|
57
|
+
`,children:[_.jsxs(oe.RadioGroup,{value:o,onChange:E=>{a(E),b({isGradient:E,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})},children:[_.jsx(oe.Radio,{value:"0",children:_.jsx("span",{className:G.text,children:r.t("sheet.cf.panel.pureColor")})}),_.jsx(oe.Radio,{value:"1",children:_.jsx("span",{className:G.text,children:r.t("sheet.cf.panel.gradient")})})]}),_.jsxs("div",{className:`
|
|
58
|
+
${G.utilItem}
|
|
59
|
+
${A.mLXl}
|
|
60
|
+
`,children:[_.jsx(oe.Checkbox,{checked:!c,onChange:E=>{g(!E),b({isGradient:E,minValue:i,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:!E})}}),r.t("sheet.cf.panel.onlyShowDataBar")]})]})]}),_.jsxs("div",{children:[_.jsx("div",{className:A.label,children:r.t("sheet.cf.panel.colorSet")}),_.jsxs("div",{className:`
|
|
61
|
+
${A.labelContainer}
|
|
62
|
+
${A.mTSm}
|
|
63
|
+
${A.mLXxs}
|
|
64
|
+
`,children:[_.jsxs("div",{className:`
|
|
65
|
+
${A.labelContainer}
|
|
66
|
+
`,children:[_.jsx("div",{className:`
|
|
67
|
+
${G.text}
|
|
68
|
+
`,children:r.t("sheet.cf.panel.native")}),_.jsx(De,{color:p,onChange:L})]}),_.jsxs("div",{className:`
|
|
69
|
+
${A.labelContainer}
|
|
70
|
+
${A.mLSm}
|
|
71
|
+
`,children:[_.jsx("div",{className:`
|
|
72
|
+
${G.text}
|
|
73
|
+
`,children:r.t("sheet.cf.panel.positive")}),_.jsx(De,{color:l,onChange:M})]})]})]}),_.jsxs("div",{children:[_.jsx("div",{className:A.label,children:r.t("sheet.cf.valueType.min")}),_.jsxs("div",{className:`
|
|
74
|
+
${A.mTSm}
|
|
75
|
+
${A.labelContainer}
|
|
76
|
+
`,children:[_.jsx(oe.Select,{style:{width:"50%",flexShrink:0},options:R,value:I,onChange:E=>{T(E);const D=u.createDefaultValueByValueType(E,10);s(D),b({isGradient:o,minValue:D,minValueType:E,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})}}),_.jsx(Rr,{disabled:!V(I),id:"min",type:I,className:A.mLSm,value:i,onChange:E=>{s(E||0),b({isGradient:o,minValue:E||0,minValueType:I,maxValue:f,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})}})]}),_.jsx("div",{className:A.label,children:r.t("sheet.cf.valueType.max")}),_.jsxs("div",{className:`
|
|
77
|
+
${A.mTSm}
|
|
78
|
+
${A.labelContainer}
|
|
79
|
+
`,children:[_.jsx(oe.Select,{style:{width:"50%",flexShrink:0},options:x,value:w,onChange:E=>{h(E);const D=u.createDefaultValueByValueType(E,90);S(D),b({isGradient:o,minValue:i,minValueType:I,maxValue:D,maxValueType:E,positiveColor:l,nativeColor:p,isShowValue:c})}}),_.jsx(Rr,{disabled:!V(w),id:"max",type:w,className:A.mLSm,value:f,onChange:E=>{S(E||0),b({isGradient:o,minValue:i,minValueType:I,maxValue:E||0,maxValueType:w,positiveColor:l,nativeColor:p,isShowValue:c})}})]})]})]})};function Cr(t){var e,r,n="";if(typeof t=="string"||typeof t=="number")n+=t;else if(typeof t=="object")if(Array.isArray(t)){var o=t.length;for(e=0;e<o;e++)t[e]&&(r=Cr(t[e]))&&(n&&(n+=" "),n+=r)}else for(r in t)t[r]&&(n&&(n+=" "),n+=r);return n}function Nt(){for(var t,e,r=0,n="",o=arguments.length;r<o;r++)(t=arguments[r])&&(e=Cr(t))&&(n&&(n+=" "),n+=e);return n}const _e={cfStyleEdit:"univer-cf-style-edit",buttonItem:"univer-button-item",isActive:"univer-isActive"},jt=t=>[v.BooleanNumber.FALSE,void 0].includes(t)?v.BooleanNumber.TRUE:v.BooleanNumber.FALSE,Lt=t=>t!==v.BooleanNumber.FALSE,vn=t=>{const{style:e,onChange:r,className:n}=t,o=v.useDependency(ge.ComponentManager),[a,l]=j.useState(()=>{if(e!=null&&e.bl)return e.bl}),[y,p]=j.useState(()=>{if(e!=null&&e.it)return e.it}),[C,m]=j.useState(()=>{if(e!=null&&e.ul)return e.ul.s}),[R,x]=j.useState(()=>{if(e!=null&&e.st)return e.st.s}),[I,T]=j.useState(()=>{var g;const c="#2f56ef";return(g=e==null?void 0:e.cl)!=null&&g.rgb?e.cl.rgb:c}),[w,h]=j.useState(()=>{var g;const c="#e8ecfc";return(g=e==null?void 0:e.bg)!=null&&g.rgb?e.bg.rgb:c}),i=o.get("BoldSingle"),s=o.get("ItalicSingle"),f=o.get("UnderlineSingle"),S=o.get("StrikethroughSingle");return j.useEffect(()=>{const c={bl:a,it:y};I!==void 0&&(c.cl={rgb:I}),w!==void 0&&(c.bg={rgb:w}),R!==void 0&&(c.st={s:R}),C!==void 0&&(c.ul={s:C}),r(u.removeUndefinedAttr(c))},[a,y,C,R,I,w]),_.jsxs("div",{className:`
|
|
80
|
+
${_e.cfStyleEdit}
|
|
81
|
+
${n}
|
|
82
|
+
`,children:[i&&_.jsx("div",{className:Nt({[_e.isActive]:Lt(a||v.BooleanNumber.FALSE)},_e.buttonItem),onClick:()=>l(jt(a)),children:_.jsx(i,{})}),s&&_.jsx("div",{className:Nt({[_e.isActive]:Lt(y||v.BooleanNumber.FALSE)},_e.buttonItem),onClick:()=>p(jt(y)),children:_.jsx(s,{})}),f&&_.jsx("div",{className:Nt({[_e.isActive]:Lt(C||v.BooleanNumber.FALSE)},_e.buttonItem),onClick:()=>m(jt(C)),children:_.jsx(f,{})}),S&&_.jsx("div",{className:Nt({[_e.isActive]:Lt(R||v.BooleanNumber.FALSE)},_e.buttonItem),onClick:()=>x(jt(R)),children:_.jsx(S,{})}),_.jsx(De,{color:I,onChange:T,iconId:"FontColor"}),_.jsx(De,{color:w,onChange:h,iconId:"PaintBucket"})]})},ko=t=>{var S;const{onChange:e,interceptorManager:r}=t,n=v.useDependency(v.LocaleService),a=v.useDependency(v.IUniverInstanceService).getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),l=a.getActiveSheet(),y=((S=t.rule)==null?void 0:S.type)===u.CFRuleType.highlightCell?t.rule:void 0,p=j.useRef(null),[C,m]=j.useState(!1),R=j.useRef({}),[x,I]=j.useState({}),[T,w]=j.useState(()=>(y==null?void 0:y.subType)===u.CFSubRuleType.formula?y.value:"="),[h,i]=j.useState(void 0),s=c=>({style:c.style,value:T,type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.formula});j.useEffect(()=>r.intercept(r.getInterceptPoints().submit,{handler(){return s({style:x,formula:T})}}),[x,T,r]),j.useEffect(()=>r.intercept(r.getInterceptPoints().beforeSubmit,{handler:(g,d,b)=>h||T.length===1||!T.startsWith("=")?(i(n.t("sheet.cf.errorMessage.formulaError")),!1):b(g)}),[h,T]);const f=c=>{e(s(c))};return ge.useSidebarClick(c=>{var d;const g=(d=R.current)==null?void 0:d.handleOutClick;g&&g(c,()=>m(!1))}),_.jsxs("div",{ref:p,children:[_.jsx("div",{className:`
|
|
83
|
+
${A.title}
|
|
84
|
+
${A.mTBase}
|
|
85
|
+
`,children:n.t("sheet.cf.panel.styleRule")}),_.jsx("div",{className:`
|
|
86
|
+
${A.mTSm}
|
|
87
|
+
`,children:_.jsx(Ge.FormulaEditor,{onChange:c=>{w(c),f({style:x,formula:c})},onVerify:(c,g)=>{!c||g.length===1?i(n.t("sheet.cf.errorMessage.formulaError")):i(void 0)},errorText:h,onFocus:()=>{m(!0)},actions:R.current,isFocus:C,initValue:T,unitId:a.getUnitId(),subUnitId:l==null?void 0:l.getSheetId()})}),_.jsx("div",{className:`
|
|
88
|
+
${G.cfPreviewWrap}
|
|
89
|
+
`,children:_.jsx(We,{rule:s({style:x,formula:T})})}),_.jsx(vn,{style:y==null?void 0:y.style,className:`
|
|
90
|
+
${A.mTSm}
|
|
91
|
+
`,onChange:c=>{I(c),f({style:c,formula:T})}})]})},Ut=t=>_.jsxs("div",{style:{position:"relative"},children:[_.jsx("div",{style:{position:"absolute",zIndex:999,bottom:"-13px",fontSize:"10px",color:"red"},children:t.errorText}),t.children]}),le=(t,e)=>({label:e.t(`sheet.cf.operator.${t}`),value:t}),Bo=t=>{const{type:e,operator:r,onChange:n,value:o,interceptorManager:a}=t,l=v.useDependency(v.LocaleService),[y,p]=j.useState(()=>typeof o=="number"?o:0),[C,m]=j.useState(""),[R,x]=j.useState(()=>typeof o=="string"?o:""),[I,T]=j.useState(""),[w,h]=j.useState(()=>Array.isArray(o)?o[0]===void 0?0:o[0]:0),[i,s]=j.useState(""),[f,S]=j.useState(()=>Array.isArray(o)?o[1]===void 0?100:o[1]:100),[c,g]=j.useState("");switch(j.useEffect(()=>{switch(e){case u.CFSubRuleType.text:{[u.CFTextOperator.beginsWith,u.CFTextOperator.endsWith,u.CFTextOperator.containsText,u.CFTextOperator.notContainsText,u.CFTextOperator.equal,u.CFTextOperator.notEqual].includes(r)&&n(R);break}case u.CFSubRuleType.number:{[u.CFNumberOperator.equal,u.CFNumberOperator.notEqual,u.CFNumberOperator.greaterThan,u.CFNumberOperator.greaterThanOrEqual,u.CFNumberOperator.lessThan,u.CFNumberOperator.lessThanOrEqual].includes(r)&&n(y),[u.CFNumberOperator.between,u.CFNumberOperator.notBetween].includes(r)&&n([w,f]);break}}},[e]),j.useEffect(()=>{const d=a.intercept(a.getInterceptPoints().beforeSubmit,{handler:(b,M,L)=>{switch(e){case u.CFSubRuleType.text:if([u.CFTextOperator.beginsWith,u.CFTextOperator.containsText,u.CFTextOperator.endsWith,u.CFTextOperator.notEqual,u.CFTextOperator.notContainsText,u.CFTextOperator.equal].includes(r))return R?L(b):(T(l.t("sheet.cf.errorMessage.notBlank")),!1)}return L(b)}});return()=>{d()}},[e,y,R,r]),e){case u.CFSubRuleType.text:{if([u.CFTextOperator.beginsWith,u.CFTextOperator.endsWith,u.CFTextOperator.containsText,u.CFTextOperator.notContainsText,u.CFTextOperator.equal,u.CFTextOperator.notEqual].includes(r)){const d=b=>{x(b),n(b)};return _.jsx("div",{className:`
|
|
92
|
+
${A.mTSm}
|
|
93
|
+
`,children:_.jsx(Ut,{errorText:I,children:_.jsx(oe.Input,{className:G.width100,value:R,onChange:b=>{T(""),d(b)}})})})}break}case u.CFSubRuleType.number:{if([u.CFNumberOperator.equal,u.CFNumberOperator.notEqual,u.CFNumberOperator.greaterThan,u.CFNumberOperator.greaterThanOrEqual,u.CFNumberOperator.lessThan,u.CFNumberOperator.lessThanOrEqual].includes(r)){const d=b=>{p(b||0),n(b||0),m("")};return _.jsx("div",{className:`
|
|
94
|
+
${A.mTSm}
|
|
95
|
+
`,children:_.jsx(Ut,{errorText:C,children:_.jsx(oe.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,className:G.width100,value:y,onChange:d})})})}if([u.CFNumberOperator.between,u.CFNumberOperator.notBetween].includes(r)){const d=M=>{h(M||0),n([M||0,f]),s("")},b=M=>{S(M||0),n([w,M||0]),g("")};return _.jsxs("div",{className:`
|
|
96
|
+
${A.mTSm}
|
|
97
|
+
${A.labelContainer}
|
|
98
|
+
`,children:[_.jsx(Ut,{errorText:i,children:_.jsx(oe.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,value:w,onChange:d})}),_.jsx(Ut,{errorText:c,children:_.jsx(oe.InputNumber,{min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,className:`
|
|
99
|
+
${A.mLSm}
|
|
100
|
+
`,value:f,onChange:b})})]})}}}return null},Tr=(t,e)=>{switch(t){case u.CFSubRuleType.text:return[le(u.CFTextOperator.containsText,e),le(u.CFTextOperator.notContainsText,e),le(u.CFTextOperator.beginsWith,e),le(u.CFTextOperator.endsWith,e),le(u.CFTextOperator.equal,e),le(u.CFTextOperator.notEqual,e),le(u.CFTextOperator.containsBlanks,e),le(u.CFTextOperator.notContainsBlanks,e),le(u.CFTextOperator.containsErrors,e),le(u.CFTextOperator.notContainsErrors,e)];case u.CFSubRuleType.number:return[le(u.CFNumberOperator.between,e),le(u.CFNumberOperator.notBetween,e),le(u.CFNumberOperator.equal,e),le(u.CFNumberOperator.notEqual,e),le(u.CFNumberOperator.greaterThan,e),le(u.CFNumberOperator.greaterThanOrEqual,e),le(u.CFNumberOperator.lessThan,e),le(u.CFNumberOperator.lessThanOrEqual,e)];case u.CFSubRuleType.timePeriod:return[le(u.CFTimePeriodOperator.yesterday,e),le(u.CFTimePeriodOperator.today,e),le(u.CFTimePeriodOperator.tomorrow,e),le(u.CFTimePeriodOperator.last7Days,e),le(u.CFTimePeriodOperator.lastWeek,e),le(u.CFTimePeriodOperator.thisWeek,e),le(u.CFTimePeriodOperator.nextWeek,e),le(u.CFTimePeriodOperator.lastMonth,e),le(u.CFTimePeriodOperator.thisMonth,e),le(u.CFTimePeriodOperator.nextMonth,e)]}},Ir=t=>{var S;const{interceptorManager:e,onChange:r}=t,n=v.useDependency(v.LocaleService),o=((S=t.rule)==null?void 0:S.type)===u.CFRuleType.highlightCell?t.rule:void 0,[a,l]=j.useState(()=>{const c=u.CFSubRuleType.text;return o&&o.subType||c}),y=[{value:u.CFSubRuleType.text,label:n.t("sheet.cf.subRuleType.text")},{value:u.CFSubRuleType.number,label:n.t("sheet.cf.subRuleType.number")},{value:u.CFSubRuleType.timePeriod,label:n.t("sheet.cf.subRuleType.timePeriod")},{value:u.CFSubRuleType.duplicateValues,label:n.t("sheet.cf.subRuleType.duplicateValues")},{value:u.CFSubRuleType.uniqueValues,label:n.t("sheet.cf.subRuleType.uniqueValues")}],p=j.useMemo(()=>Tr(a,n),[a]),[C,m]=j.useState(()=>{const c=p?p[0].value:void 0;return o&&o.operator||c}),[R,x]=j.useState(()=>{var d;const c="";return o?(d=o.value)!=null?d:u.createDefaultValue(o.subType,o.operator):c}),[I,T]=j.useState({}),w=j.useMemo(()=>c=>{var g,d,b,M,L,V,U,E,D,W,q,Y,ne,ee,F;switch(c.subType||a){case u.CFSubRuleType.text:{if([u.CFTextOperator.beginsWith,u.CFTextOperator.endsWith,u.CFTextOperator.containsText,u.CFTextOperator.notContainsText,u.CFTextOperator.equal,u.CFTextOperator.notEqual].includes(C))return{type:u.CFRuleType.highlightCell,subType:(g=c.subType)!=null?g:a,operator:(d=c.operator)!=null?d:C,style:(b=c.style)!=null?b:I,value:(M=c.value)!=null?M:R};break}case u.CFSubRuleType.number:{if([u.CFNumberOperator.equal,u.CFNumberOperator.notEqual,u.CFNumberOperator.greaterThan,u.CFNumberOperator.greaterThanOrEqual,u.CFNumberOperator.lessThan,u.CFNumberOperator.lessThanOrEqual].includes(C))return{type:u.CFRuleType.highlightCell,subType:(L=c.subType)!=null?L:a,operator:(V=c.operator)!=null?V:C,style:(U=c.style)!=null?U:I,value:(E=c.value)!=null?E:R};if([u.CFNumberOperator.between,u.CFNumberOperator.notBetween].includes(C))return{type:u.CFRuleType.highlightCell,subType:(D=c.subType)!=null?D:a,operator:(W=c.operator)!=null?W:C,style:(q=c.style)!=null?q:I,value:(Y=c.value)!=null?Y:R};break}}return{type:u.CFRuleType.highlightCell,subType:(ne=c.subType)!=null?ne:a,operator:(ee=c.operator)!=null?ee:C,style:(F=c.style)!=null?F:I}},[a,C,R,I]);j.useEffect(()=>e.intercept(e.getInterceptPoints().submit,{handler(){return w({})}}),[w,e]),j.useEffect(()=>{y.some(c=>c.value===a)||l(y[0].value)},[y]);const h=c=>{const g=c,d=Tr(g,n),b=d&&d[0].value;l(g),m(b),b&&x(u.createDefaultValue(g,b)),r(w({subType:g,operator:b}))},i=c=>{const g=c;m(g),r(w({operator:g}))},s=c=>{x(c),r(w({value:c}))},f=j.useMemo(()=>`${a}_${C}_${Math.random()}`,[a,C]);return _.jsxs("div",{children:[_.jsx("div",{className:`
|
|
101
|
+
${A.title}
|
|
102
|
+
${A.mTBase}
|
|
103
|
+
`,children:n.t("sheet.cf.panel.styleRule")}),_.jsx(oe.Select,{className:`
|
|
104
|
+
${A.mTSm}
|
|
105
|
+
${G.width100}
|
|
106
|
+
`,onChange:h,value:a,options:y}),(p==null?void 0:p.length)&&_.jsx(oe.Select,{className:`
|
|
107
|
+
${A.mTSm}
|
|
108
|
+
${G.width100}
|
|
109
|
+
`,onChange:i,value:C||"",options:p}),_.jsx(Bo,{value:R,interceptorManager:e,type:a,operator:C,rule:o,onChange:s},f),_.jsx("div",{className:`
|
|
110
|
+
${G.cfPreviewWrap}
|
|
111
|
+
`,children:_.jsx(We,{rule:w({})})}),_.jsx(vn,{style:o==null?void 0:o.style,className:`
|
|
112
|
+
${A.mLXxs}
|
|
113
|
+
`,onChange:c=>{T(c),r(w({style:c}))}})]})},wr=(t,e)=>(u.iconMap[t]||[])[Number(e)]||"",Fo=t=>{var p;const e=v.useDependency(v.IUniverInstanceService),r=e.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),n=(p=e.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:p.getSheetId(),o=j.useMemo(()=>t.error?G.errorInput:"",[t.error]),a=j.useRef({}),[l,y]=j.useState(!1);return ge.useSidebarClick(C=>{var R;const m=(R=a.current)==null?void 0:R.handleOutClick;m&&m(C,()=>y(!1))}),_.jsx("div",{className:G.positionRelative,children:t.type!==u.CFValueType.formula?_.jsxs(_.Fragment,{children:[_.jsx(oe.InputNumber,{className:o,value:Number(t.value)||0,onChange:C=>t.onChange(C!=null?C:0)}),t.error&&_.jsx("div",{className:G.errorText,children:t.error})]}):_.jsx("div",{style:{width:"100%"},children:_.jsx(Ge.FormulaEditor,{initValue:String(t.value),unitId:r,subUnitId:n,isFocus:l,onChange:(C="")=>{const m=C||"";t.onChange(m)},onFocus:()=>y(!0),actions:a.current})})})},_r=(t,e,r)=>({operator:u.CFNumberOperator.greaterThan,value:{type:u.CFValueType.num,value:(r.length-1-e)*10},iconType:t,iconId:String(e)}),Go=j.forwardRef((t,e)=>{const r=v.useDependency(v.LocaleService),n=o=>{t.onClick(o)};return _.jsx("div",{ref:e,className:G.iconGroupList,children:u.iconGroup.map((o,a)=>_.jsxs("div",{className:G.group,children:[_.jsx("div",{className:G.title,children:r.t(o.title)}),_.jsx("div",{className:G.itemContent,children:o.group.map(l=>_.jsx("div",{className:G.itemWrap,onClick:()=>{n(l.name)},children:_.jsx("div",{className:G.item,children:l.list.map((y,p)=>_.jsx("img",{className:G.icon,src:y},p))})},l.name))})]},a))})}),qo=t=>{const e=j.useMemo(()=>{const n=[];for(const o in u.iconMap){const a=u.iconMap[o],l=o;a.forEach((y,p)=>{n.push({iconType:l,base64:y,iconId:String(p)})})}return n},[]),r=n=>{t.onClick(n.iconType,n.iconId)};return _.jsxs("div",{className:G.iconItemListWrap,children:[_.jsxs("div",{className:G.none,onClick:()=>r({iconType:u.EMPTY_ICON_TYPE,iconId:"",base64:""}),children:[_.jsx(Ze,{className:G.icon}),_.jsx("span",{children:"无单元格图标"})]}),_.jsx("div",{className:G.iconItemList,children:e.map(n=>_.jsx("div",{className:G.item,children:_.jsx("img",{onClick:()=>r(n),className:`
|
|
114
|
+
${G.icon}
|
|
115
|
+
`,src:n.base64})},`${n.iconType}_${n.iconId}`))})]})},Xo=t=>{const{onChange:e,configList:r,errorMap:n={}}=t,o=v.useDependency(v.LocaleService),a=[{label:o.t(`sheet.cf.symbol.${u.CFNumberOperator.greaterThan}`),value:u.CFNumberOperator.greaterThan},{label:o.t(`sheet.cf.symbol.${u.CFNumberOperator.greaterThanOrEqual}`),value:u.CFNumberOperator.greaterThanOrEqual}],l=[{label:o.t(`sheet.cf.valueType.${u.CFValueType.num}`),value:u.CFValueType.num},{label:o.t(`sheet.cf.valueType.${u.CFValueType.percent}`),value:u.CFValueType.percent},{label:o.t(`sheet.cf.valueType.${u.CFValueType.percentile}`),value:u.CFValueType.percentile},{label:o.t(`sheet.cf.valueType.${u.CFValueType.formula}`),value:u.CFValueType.formula}],y=(R,x)=>{e([String(x),"value","value"],R)},p=(R,x)=>{e([String(x),"operator"],R);const I=u.createDefaultValue(u.CFSubRuleType.number,R);y(I,x)},C=(R,x)=>{e([String(x),"value","type"],R);const I=r[x],T=u.createDefaultValue(u.CFSubRuleType.number,I.operator);y(T,x)};return j.useMemo(()=>r.map((R,x)=>{const I=n[x],T=wr(R.iconType,R.iconId),w=x===r.length-1,h=x===0,i=r[x-1],s=(i==null?void 0:i.value.type)===u.CFValueType.formula?o.t("sheet.cf.valueType.formula"):i==null?void 0:i.value.value,f=(S,c)=>{const g={...R,iconId:c,iconType:S};e([String(x)],g)};return _.jsxs("div",{className:`
|
|
116
|
+
${x?A.mTXl:A.mTSm}
|
|
117
|
+
`,children:[_.jsxs("div",{className:`
|
|
118
|
+
${A.label}
|
|
119
|
+
${G.flex}
|
|
120
|
+
`,children:[_.jsxs("div",{className:`
|
|
121
|
+
${G.width45}
|
|
122
|
+
`,children:[o.t("sheet.cf.iconSet.icon"),x+1]}),_.jsx("div",{className:`
|
|
123
|
+
${G.width45}
|
|
124
|
+
`,children:_.jsxs(_.Fragment,{children:[!h&&!w&&o.t("sheet.cf.iconSet.rule"),!h&&!w&&_.jsxs("span",{className:G.stress,children:["(",o.t("sheet.cf.iconSet.when"),o.t(`sheet.cf.symbol.${u.getOppositeOperator(i.operator)}`),s,w?"":` ${o.t("sheet.cf.iconSet.and")} `,")"]})]})})]}),_.jsxs("div",{className:`
|
|
125
|
+
${G.flex}
|
|
126
|
+
${A.mTSm}
|
|
127
|
+
`,children:[_.jsx("div",{className:`
|
|
128
|
+
${G.iconWrap}
|
|
129
|
+
${G.width45}
|
|
130
|
+
`,children:_.jsx(oe.Dropdown,{overlay:_.jsx(qo,{onClick:f,iconId:R.iconId,iconType:R.iconType}),children:_.jsxs("div",{className:G.dropdownIcon,children:[T?_.jsx("img",{src:T,className:G.icon}):_.jsx(Ze,{className:G.icon}),_.jsx(Tt,{})]})})}),w?_.jsxs("div",{className:`
|
|
131
|
+
${G.width45}
|
|
132
|
+
${A.label}
|
|
133
|
+
`,style:{marginTop:0},children:[o.t("sheet.cf.iconSet.rule"),_.jsxs("span",{className:G.stress,children:["(",o.t("sheet.cf.iconSet.when"),o.t(`sheet.cf.symbol.${u.getOppositeOperator(i.operator)}`),s,w?"":` ${o.t("sheet.cf.iconSet.and")} `,")"]})]}):_.jsx(oe.Select,{className:`
|
|
134
|
+
${A.mL0}
|
|
135
|
+
${G.width45}
|
|
136
|
+
${A.mR0}
|
|
137
|
+
`,options:a,value:R.operator,onChange:S=>{p(S,x)}})]}),w?_.jsx("div",{}):_.jsxs(_.Fragment,{children:[_.jsxs("div",{className:`
|
|
138
|
+
${A.mTSm}
|
|
139
|
+
${A.label}
|
|
140
|
+
${G.flex}
|
|
141
|
+
`,children:[_.jsx("div",{className:`
|
|
142
|
+
${G.width45}
|
|
143
|
+
`,children:o.t("sheet.cf.iconSet.type")}),_.jsx("div",{className:`
|
|
144
|
+
${G.width45}
|
|
145
|
+
`,children:o.t("sheet.cf.iconSet.value")})]}),_.jsxs("div",{className:`
|
|
146
|
+
${A.mTSm}
|
|
147
|
+
${G.flex}
|
|
148
|
+
`,children:[_.jsx(oe.Select,{style:{flexShrink:0},className:`
|
|
149
|
+
${G.width45}
|
|
150
|
+
${A.mL0}
|
|
151
|
+
`,options:l,value:R.value.type,onChange:S=>{C(S,x)}}),_.jsx("div",{className:`
|
|
152
|
+
${A.mL0}
|
|
153
|
+
${G.width45}
|
|
154
|
+
`,children:_.jsx(Fo,{id:x,type:R.value.type,error:I,value:R.value.value||"",onChange:S=>y(S,x)})})]})]})]},x)}),[r,n])},Yo=t=>{var S;const{interceptorManager:e}=t,r=((S=t.rule)==null?void 0:S.type)===u.CFRuleType.iconSet?t.rule:void 0,n=v.useDependency(v.LocaleService),[o,a]=j.useState({}),[l,y]=j.useState(()=>{const c=Object.keys(u.iconMap)[0];if(r&&r.config.length){const g=r.config[0].iconType;if(!r.config.some(b=>b.iconType!==g))return g}return c}),[p,C]=j.useState(()=>{if(r&&r.config.length)return v.Tools.deepClone(r==null?void 0:r.config);const c=u.iconMap[l]||[];return new Array(c.length).fill("").map((g,d,b)=>d===b.length-1?{operator:u.CFNumberOperator.lessThanOrEqual,value:{type:u.CFValueType.num,value:Number.MAX_SAFE_INTEGER},iconType:l,iconId:String(d)}:_r(l,d,b))}),[m,R]=j.useState(()=>r?!!r.isShowValue:!0),x=j.useMemo(()=>{const c=p.map(g=>wr(g.iconType,g.iconId));return _.jsx("div",{className:G.iconWrap,children:c.map((g,d)=>g?_.jsx("img",{className:G.icon,src:g},d):_.jsx(Ze,{className:G.icon},d))})},[p]),I=c=>{if(c.reduce((d,b,M)=>d.preType&&!d.result||c.length-1===M?d:b.value.type===u.CFValueType.formula?{preType:u.CFValueType.formula,result:!1}:d.preType?{result:d.preType===b.value.type,preType:b.value.type}:{result:!0,preType:b.value.type},{result:!0,preType:""}).result&&[u.CFValueType.num,u.CFValueType.percent,u.CFValueType.percentile].includes(c[0].value.type)){const d={};return c.forEach((b,M,L)=>{if(M-1<0||M===L.length-1)return;const U=c[M-1],E=u.getOppositeOperator(U.operator);u.compareWithNumber({operator:E,value:U.value.value},b.value.value)||(d[M]=`${n.t(`sheet.cf.form.${E}`,String(U.value.value))} `)}),d}return{}},T=(c,g)=>{v.get(p,c)!==g&&(v.set(p,c,g),C([...p]),a(I(p)))},w=c=>{y(c);const g=u.iconMap[c]||[],d=new Array(g.length).fill("").map((b,M,L)=>_r(c,M,L));C(d),a(I(d))};j.useEffect(()=>{const c=e.intercept(e.getInterceptPoints().submit,{handler(){return{type:u.CFRuleType.iconSet,isShowValue:m,config:p}}});return()=>{c()}},[m,p,e]),j.useEffect(()=>{const c=e.intercept(e.getInterceptPoints().beforeSubmit,{handler(){return Object.keys(o).length===0}});return()=>{c()}},[m,p,e,o]);const h=()=>{const c=p.map(g=>({...g}));p.forEach((g,d)=>{const b=p.length-1-d,M=c[b];g.iconId=M.iconId,g.iconType=M.iconType}),C([...p])},i=v.useDependency(ge.ILayoutService),[s,f]=j.useState();return ge.useScrollYOverContainer(s,i.rootContainerElement),_.jsxs("div",{className:G.iconSet,children:[_.jsx("div",{className:A.title,children:n.t("sheet.cf.panel.styleRule")}),_.jsx("div",{className:`
|
|
155
|
+
${A.mTSm}
|
|
156
|
+
`,children:_.jsx(oe.Dropdown,{placement:"bottomLeft",overlay:_.jsx(Go,{ref:c=>!s&&c&&f(c),iconType:l,onClick:w}),children:_.jsxs("div",{className:G.dropdownIcon,style:{width:"unset"},children:[x,_.jsx(Tt,{})]})})}),_.jsxs("div",{className:`
|
|
157
|
+
${A.mTSm}
|
|
158
|
+
${G.renderConfig}
|
|
159
|
+
`,children:[_.jsxs("div",{className:G.utilItem,children:[_.jsx(oe.Checkbox,{onChange:h}),n.t("sheet.cf.iconSet.reverseIconOrder")]}),_.jsxs("div",{className:`
|
|
160
|
+
${G.utilItem}
|
|
161
|
+
${A.mLXl}
|
|
162
|
+
`,children:[_.jsx(oe.Checkbox,{checked:!m,onChange:c=>{R(!c)}}),n.t("sheet.cf.iconSet.onlyShowIcon")]})]}),_.jsx(Xo,{errorMap:o,onChange:T,configList:p})]})},Ko=t=>{var h;const{onChange:e,interceptorManager:r}=t,n=v.useDependency(v.LocaleService),o=((h=t.rule)==null?void 0:h.type)===u.CFRuleType.highlightCell?t.rule:void 0,a=[{label:n.t("sheet.cf.panel.isNotBottom"),value:"isNotBottom"},{label:n.t("sheet.cf.panel.isBottom"),value:"isBottom"},{label:n.t("sheet.cf.panel.greaterThanAverage"),value:"greaterThanAverage"},{label:n.t("sheet.cf.panel.lessThanAverage"),value:"lessThanAverage"}],[l,y]=j.useState(()=>{const i=a[0].value,s=o==null?void 0:o.type;if(!o)return i;switch(s){case u.CFRuleType.highlightCell:switch(o.subType){case u.CFSubRuleType.average:return[u.CFNumberOperator.greaterThan,u.CFNumberOperator.greaterThanOrEqual].includes(o.operator)?"greaterThanAverage":[u.CFNumberOperator.lessThan,u.CFNumberOperator.lessThanOrEqual].includes(o.operator)?"lessThanAverage":i;case u.CFSubRuleType.rank:return o.isBottom?"isBottom":"isNotBottom"}}return i}),[p,C]=j.useState(()=>{const s=o==null?void 0:o.type;if(!o)return 10;switch(s){case u.CFRuleType.highlightCell:switch(o.subType){case u.CFSubRuleType.rank:return o.value||10}}return 10}),[m,R]=j.useState(()=>{const s=o==null?void 0:o.type;if(!o)return!1;switch(s){case u.CFRuleType.highlightCell:switch(o.subType){case u.CFSubRuleType.rank:return o.isPercent||!1}}return!1}),[x,I]=j.useState({}),T=i=>{const{type:s,isPercent:f,value:S,style:c}=i;if(s==="isNotBottom")return{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.rank,isPercent:f,isBottom:!1,value:S,style:c};if(s==="isBottom")return{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.rank,isPercent:f,isBottom:!0,value:S,style:c};if(s==="greaterThanAverage")return{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.average,operator:u.CFNumberOperator.greaterThan,style:c};if(s==="lessThanAverage")return{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.average,operator:u.CFNumberOperator.lessThan,style:c}};j.useEffect(()=>r.intercept(r.getInterceptPoints().submit,{handler(){return T({type:l,isPercent:m,value:p,style:x})}}),[l,m,p,x,r]);const w=i=>{e(T(i))};return _.jsxs("div",{children:[_.jsx("div",{className:`
|
|
163
|
+
${A.title}
|
|
164
|
+
${A.mTBase}
|
|
165
|
+
`,children:n.t("sheet.cf.panel.styleRule")}),_.jsx(oe.Select,{className:`
|
|
166
|
+
${G.width100}
|
|
167
|
+
${A.mTSm}
|
|
168
|
+
`,value:l,options:a,onChange:i=>{y(i),w({type:i,isPercent:m,value:p,style:x})}}),["isNotBottom","isBottom"].includes(l)&&_.jsxs("div",{className:`
|
|
169
|
+
${A.labelContainer}
|
|
170
|
+
${A.mTSm}
|
|
171
|
+
`,children:[_.jsx(oe.InputNumber,{min:1,max:1e3,value:p,onChange:i=>{const s=i||0;C(s),w({type:l,isPercent:m,value:s,style:x})}}),_.jsxs("div",{className:`
|
|
172
|
+
${A.mLSm}
|
|
173
|
+
${A.labelContainer}
|
|
174
|
+
${G.text}
|
|
175
|
+
`,children:[_.jsx(oe.Checkbox,{checked:m,onChange:i=>{R(!!i),w({type:l,isPercent:!!i,value:p,style:x})}}),n.t("sheet.cf.valueType.percent")]})]}),_.jsx("div",{className:`
|
|
176
|
+
${G.cfPreviewWrap}
|
|
177
|
+
`,children:_.jsx(We,{rule:T({type:l,isPercent:m,value:p,style:x})})}),_.jsx(vn,{style:o==null?void 0:o.style,className:`
|
|
178
|
+
${A.mTSm}
|
|
179
|
+
`,onChange:i=>{I(i),w({type:l,isPercent:m,value:p,style:i})}})]})},$o=v.createInterceptorKey("beforeSubmit"),Zo=v.createInterceptorKey("submit"),xr=t=>t.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),Er=t=>{var e;return(e=t.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:e.getSheetId()},Jo=t=>{var L,V,U;const e=v.useDependency(v.LocaleService),r=v.useDependency(v.ICommandService),n=v.useDependency(v.IUniverInstanceService),o=v.useDependency(u.ConditionalFormattingRuleModel),a=v.useDependency(X.SheetsSelectionsService),l=xr(n),y=Er(n),[p,C]=j.useState(!0),m=j.useRef({}),[R,x]=j.useState(void 0),I=j.useRef((V=(L=t.rule)==null?void 0:L.ranges)!=null?V:[]),T=j.useMemo(()=>{var D,W,q;let E=(D=t.rule)==null?void 0:D.ranges;return E!=null&&E.length||(E=(q=(W=a.getCurrentSelections())==null?void 0:W.map(Y=>Y.range))!=null?q:[]),I.current=E,E!=null&&E.length?E.map(Y=>{const ne=Gt.serializeRange(Y);return ne==="NaN"?"":ne}).filter(Y=>!!Y).join(","):""},[t.rule]),w=[{label:e.t("sheet.cf.ruleType.highlightCell"),value:"1"},{label:e.t("sheet.cf.panel.rankAndAverage"),value:"2"},{label:e.t("sheet.cf.ruleType.dataBar"),value:"3"},{label:e.t("sheet.cf.ruleType.colorScale"),value:"4"},{label:e.t("sheet.cf.ruleType.formula"),value:"5"},{label:e.t("sheet.cf.ruleType.iconSet"),value:"6"}],[h,i]=j.useState(()=>{var W,q;const E=(W=t.rule)==null?void 0:W.rule.type,D=w[0].value;if(!E)return D;switch(E){case u.CFRuleType.highlightCell:{switch((q=t.rule)==null?void 0:q.rule.subType){case u.CFSubRuleType.number:case u.CFSubRuleType.text:case u.CFSubRuleType.duplicateValues:case u.CFSubRuleType.uniqueValues:case u.CFSubRuleType.timePeriod:return"1";case u.CFSubRuleType.average:case u.CFSubRuleType.rank:return"2";case u.CFSubRuleType.formula:return"5"}break}case u.CFRuleType.dataBar:return"3";case u.CFRuleType.colorScale:return"4";case u.CFRuleType.iconSet:return"6"}return D}),s=j.useRef(),f=j.useMemo(()=>new v.InterceptorManager({beforeSubmit:$o,submit:Zo}),[]),S=j.useMemo(()=>{switch(h){case"1":return Ir;case"2":return Ko;case"3":return Ho;case"4":return Wo;case"5":return ko;case"6":return Yo;default:return Ir}},[h]);j.useEffect(()=>{const E=r.onCommandExecuted(D=>{if(D.id===X.RemoveSheetMutation.id){const W=D.params;W.subUnitId===y&&W.unitId===l&&t.onCancel()}D.id===X.SetWorksheetActiveOperation.id&&t.onCancel()});return()=>E.dispose()},[]);const c=E=>{s.current=E},g=E=>{const D=E.split(",").filter(W=>!!W).map(Gt.deserializeRangeWithSheet).map(W=>W.range);I.current=D},d=()=>{if(R)return;const D=(()=>{const q=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet();if(!q)throw new Error("No active sheet found");return I.current.map(ee=>X.setEndForRange(ee,q.getRowCount(),q.getColumnCount())).filter(ee=>!(Number.isNaN(ee.startRow)||Number.isNaN(ee.startColumn)))})();if(f.fetchThroughInterceptors(f.getInterceptPoints().beforeSubmit)(!0,null)){const q=f.fetchThroughInterceptors(f.getInterceptPoints().submit)(null,null);if(q){const Y=xr(n),ne=Er(n);if(!Y||!ne)throw new Error("No active sheet found");let ee={};t.rule&&t.rule.cfId?(ee={...t.rule,ranges:D,rule:q},r.executeCommand(Rt.id,{unitId:Y,subUnitId:ne,rule:ee}),t.onCancel()):(ee={cfId:o.createCfId(Y,ne),ranges:D,rule:q,stopIfTrue:!1},r.executeCommand(Xe.id,{unitId:Y,subUnitId:ne,rule:ee}),t.onCancel())}}},b=()=>{t.onCancel()},M=(E,D)=>{E?D.length<1?x(e.t("sheet.cf.errorMessage.rangeError")):x(void 0):x(e.t("sheet.cf.errorMessage.rangeError"))};return ge.useSidebarClick(E=>{var W;const D=(W=m.current)==null?void 0:W.handleOutClick;D&&D(E,()=>C(!1))}),_.jsxs("div",{className:G.cfRuleStyleEditor,children:[_.jsx("div",{className:A.title,children:e.t("sheet.cf.panel.range")}),_.jsx("div",{className:`
|
|
180
|
+
${A.mTBase}
|
|
181
|
+
`,children:_.jsx(Ge.RangeSelector,{unitId:l,errorText:R,subUnitId:y,initValue:T,onChange:g,onVerify:M,onFocus:()=>C(!0),isFocus:p,actions:m.current})}),_.jsx("div",{className:A.title,children:e.t("sheet.cf.panel.styleType")}),_.jsx("div",{className:A.mTBase,children:_.jsx(oe.Select,{className:G.width100,value:h,options:w,onChange:E=>i(E)})}),_.jsx(S,{interceptorManager:f,rule:(U=t.rule)==null?void 0:U.rule,onChange:c}),_.jsxs("div",{className:`
|
|
182
|
+
${A.mTBase}
|
|
183
|
+
${G.btnList}
|
|
184
|
+
`,children:[_.jsx(oe.Button,{size:"small",onClick:b,children:e.t("sheet.cf.panel.cancel")}),_.jsx(oe.Button,{className:A.mLSm,size:"small",type:"primary",onClick:d,children:e.t("sheet.cf.panel.submit")})]})]})},Qo=t=>{const[e,r]=j.useState(t.rule),[n,o]=j.useState(!!t.rule),a=()=>{o(!0)},l=()=>{o(!1),r(void 0)},y=p=>{r(p),o(!0)};return _.jsx("div",{className:A.conditionalFormattingWrap,children:n?_.jsx(Jo,{onCancel:l,rule:e}):_.jsx(Ao,{onClick:y,onCreate:a})})};var ea=Object.defineProperty,ta=Object.getOwnPropertyDescriptor,na=(t,e,r,n)=>{for(var o=n>1?void 0:n?ta(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&ea(e,r,o),o},lt=(t,e)=>(r,n)=>e(r,n,t);const Vt="sheet.conditional.formatting.panel";let ut=class extends v.Disposable{constructor(e,r,n,o,a){super();Pe(this,"_sidebarDisposable",null);this._univerInstanceService=e,this._injector=r,this._componentManager=n,this._sidebarService=o,this._localeService=a,this._initPanel(),this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(v.UniverInstanceType.UNIVER_SHEET).subscribe(l=>{var y;l||(y=this._sidebarDisposable)==null||y.dispose()})),this.disposeWithMe(this._sidebarService.sidebarOptions$.subscribe(l=>{l.id===Vt&&(l.visible||setTimeout(()=>{this._sidebarService.sidebarOptions$.next({visible:!1})}))}))}openPanel(e){const r={id:Vt,header:{title:this._localeService.t("sheet.cf.title")},children:{label:Vt,rule:e,key:v.generateRandomId(4)},onClose:()=>this._sidebarDisposable=null};this._sidebarDisposable=this._sidebarService.open(r)}_initPanel(){this._componentManager.register(Vt,Qo)}};ut=na([lt(0,v.IUniverInstanceService),lt(1,v.Inject(v.Injector)),lt(2,v.Inject(ge.ComponentManager)),lt(3,v.Inject(ge.ISidebarService)),lt(4,v.Inject(v.LocaleService))],ut);var ve=(t=>(t[t.createRule=1]="createRule",t[t.viewRule=2]="viewRule",t[t.highlightCell=3]="highlightCell",t[t.rank=4]="rank",t[t.formula=5]="formula",t[t.colorScale=6]="colorScale",t[t.dataBar=7]="dataBar",t[t.icon=8]="icon",t[t.clearRangeRules=9]="clearRangeRules",t[t.clearWorkSheetRules=10]="clearWorkSheetRules",t))(ve||{});const ct={id:"sheet.operation.open.conditional.formatting.panel",type:v.CommandType.OPERATION,handler:(t,e)=>{var y;const r=t.get(ut),n=t.get(X.SheetsSelectionsService),o=t.get(v.ICommandService),a=((y=n.getCurrentSelections())==null?void 0:y.map(p=>p.range))||[];switch(e.value){case 3:{r.openPanel({...u.createDefaultRule(),ranges:a});break}case 4:{const p={...u.createDefaultRule,ranges:a,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.rank}};r.openPanel(p);break}case 5:{const p={...u.createDefaultRule,ranges:a,rule:{type:u.CFRuleType.highlightCell,subType:u.CFSubRuleType.formula,value:"="}};r.openPanel(p);break}case 6:{const p={...u.createDefaultRule,ranges:a,rule:{type:u.CFRuleType.colorScale,config:[]}};r.openPanel(p);break}case 7:{const p={...u.createDefaultRule,ranges:a,rule:{type:u.CFRuleType.dataBar,isShowValue:!0}};r.openPanel(p);break}case 8:{const p={...u.createDefaultRule,ranges:a,rule:{type:u.CFRuleType.iconSet,config:[],isShowValue:!0}};r.openPanel(p);break}case 2:{r.openPanel();break}case 1:{r.openPanel({...u.createDefaultRule(),ranges:a});break}case 9:{o.executeCommand(St.id,{ranges:a});break}case 10:{o.executeCommand(Ye.id);break}}return!0}};var ra=Object.defineProperty,oa=Object.getOwnPropertyDescriptor,aa=(t,e,r,n)=>{for(var o=n>1?void 0:n?oa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&ra(e,r,o),o},dt=(t,e)=>(r,n)=>e(r,n,t);let ft=class extends v.Disposable{constructor(e,r,n,o,a){super();Pe(this,"_copyInfo");this._sheetClipboardService=e,this._conditionalFormattingRuleModel=r,this._injector=n,this._conditionalFormattingViewModel=o,this._univerInstanceService=a,this._initClipboardHook()}_initClipboardHook(){this.disposeWithMe(this._sheetClipboardService.addClipboardHook({id:u.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onBeforeCopy:(e,r,n)=>this._collectConditionalRule(e,r,n),onPasteCells:(e,r,n,o)=>{const{copyType:a=de.COPY_TYPE.COPY,pasteType:l}=o,{range:y}=e||{},{range:p}=r;return this._generateConditionalFormattingMutations(p,{copyType:a,pasteType:l,copyRange:y})}}))}_collectConditionalRule(e,r,n){const o=new v.ObjectMatrix,a={};this._copyInfo={matrix:o,info:{unitId:e,subUnitId:r,cfMap:a}};const l=this._injector.invoke(m=>de.rangeToDiscreteRange(n,m,e,r));if(!l)return;const{rows:y,cols:p}=l,C=new Set;y.forEach((m,R)=>{p.forEach((x,I)=>{const T=this._conditionalFormattingViewModel.getCellCfs(e,r,m,x);T&&(T.forEach(w=>C.add(w.cfId)),o.setValue(R,I,T.map(w=>w.cfId)))})}),C.forEach(m=>{const R=this._conditionalFormattingRuleModel.getRule(e,r,m);R&&(a[m]=R.rule)})}_generateConditionalFormattingMutations(e,r){const n=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),o=n.getActiveSheet(),a=n.getUnitId();if(!o)return{redos:[],undos:[]};const l=o.getSheetId();if(r.copyType===de.COPY_TYPE.CUT)return this._copyInfo=null,{redos:[],undos:[]};if(!this._copyInfo||!r.copyRange)return{redos:[],undos:[]};if(![de.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,de.PREDEFINED_HOOK_NAME.DEFAULT_PASTE,de.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_BESIDES_BORDER].includes(r.pasteType))return{redos:[],undos:[]};const{ranges:[y,p],mapFunc:C}=de.virtualizeDiscreteRanges([r.copyRange,e]),m=de.getRepeatRange(y,p,!0),R={};v.Range.foreach(p,(S,c)=>{const{row:g,col:d}=C(S,c),b=this._conditionalFormattingViewModel.getCellCfs(a,l,g,d);b&&b.forEach(M=>{if(!R[M.cfId]){const L=new v.ObjectMatrix;R[M.cfId]=L;const V=this._conditionalFormattingRuleModel.getRule(a,l,M.cfId);V==null||V.ranges.forEach(U=>{v.Range.foreach(U,(E,D)=>{L.setValue(E,D,1)})})}R[M.cfId].realDeleteValue(g,d)})});const{matrix:x,info:I}=this._copyInfo,T=[];let w=this._conditionalFormattingRuleModel.createCfId(a,l);const h={},i=S=>{if(h[S])return h[S];const c=I==null?void 0:I.cfMap[S],g=[...this._conditionalFormattingRuleModel.getSubunitRules(a,l)||[],...T].find(d=>v.Tools.diffValue(d.rule,c));if(g)return h[S]=g,g;{const d={rule:c,cfId:w,ranges:[],stopIfTrue:!1};return h[S]=d,T.push(d),w=`${Number(w)+1}`,d}};m.forEach(S=>{x&&x.forValue((c,g,d)=>{const b=v.Rectangle.getPositionRange({startRow:c,endRow:c,startColumn:g,endColumn:g},S.startRange),{row:M,col:L}=C(b.startRow,b.startColumn);d.forEach(V=>{if(!R[V]){const U=i(V),E=new v.ObjectMatrix;R[V]=E,U.ranges.forEach(D=>{v.Range.foreach(D,(W,q)=>{E.setValue(W,q,1)})})}R[V].setValue(M,L,1)})})});const s=[],f=[];for(const S in R){const c=R[S],g=X.findAllRectangle(X.createTopMatrixFromMatrix(c));if(!g.length){const d={unitId:a,subUnitId:l,cfId:S};s.push({id:u.DeleteConditionalRuleMutation.id,params:d}),f.push(...u.DeleteConditionalRuleMutationUndoFactory(this._injector,d))}if(T.some(d=>d.cfId===S)){const d=i(S),b={unitId:a,subUnitId:l,rule:{...d,ranges:g}};s.push({id:u.AddConditionalRuleMutation.id,params:b}),f.push(u.AddConditionalRuleMutationUndoFactory(this._injector,b))}else{const d=this._conditionalFormattingRuleModel.getRule(a,l,S);if(!d)continue;const b={unitId:a,subUnitId:l,rule:{...d,ranges:g}};s.push({id:u.SetConditionalRuleMutation.id,params:b}),f.push(...u.setConditionalRuleMutationUndoFactory(this._injector,b))}}return{redos:s,undos:f}}};ft=aa([dt(0,v.Inject(de.ISheetClipboardService)),dt(1,v.Inject(u.ConditionalFormattingRuleModel)),dt(2,v.Inject(v.Injector)),dt(3,v.Inject(u.ConditionalFormattingViewModel)),dt(4,v.Inject(v.IUniverInstanceService))],ft);var ia=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,la=(t,e,r,n)=>{for(var o=n>1?void 0:n?sa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&ia(e,r,o),o},yn=(t,e)=>(r,n)=>e(r,n,t);let pt=class extends v.Disposable{constructor(t,e,r){super(),this._localeService=t,this._commandService=e,this._sheetPermissionInterceptorBaseController=r,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(t=>{t.id===Xe.id&&(this._sheetPermissionInterceptorBaseController.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission,X.WorksheetSetCellStylePermission]},t.params.rule.ranges)||this._sheetPermissionInterceptorBaseController.haveNotPermissionHandle(this._localeService.t("permission.dialog.setStyleErr")))}))}};pt=la([yn(0,v.Inject(v.LocaleService)),yn(1,v.ICommandService),yn(2,v.Inject(de.SheetPermissionInterceptorBaseController))],pt);var ua=Object.defineProperty,ca=Object.getOwnPropertyDescriptor,da=(t,e,r,n)=>{for(var o=n>1?void 0:n?ca(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&ua(e,r,o),o},zt=(t,e)=>(r,n)=>e(r,n,t);let ht=class extends v.Disposable{constructor(t,e,r,n){super(),this._conditionalFormattingRuleModel=t,this._univerInstanceService=e,this._injector=r,this._refRangeService=n,this._initRefRange()}_initRefRange(){const t=new Map,e=(n,o,a)=>`${n}_${o}_${a}`,r=(n,o,a)=>{const l=p=>{const C=[...a.ranges],m=C.map(x=>X.handleDefaultRangeChangeWithEffectRefCommands(x,p)).filter(x=>!!x);if(u.isRangesEqual(m,C))return{redos:[],undos:[]};if(m.length){const x={unitId:n,subUnitId:o,rule:{...a,ranges:m}},I=[{id:u.SetConditionalRuleMutation.id,params:x}],T=u.setConditionalRuleMutationUndoFactory(this._injector,x);return{redos:I,undos:T}}else{const x={unitId:n,subUnitId:o,cfId:a.cfId},I=[{id:u.DeleteConditionalRuleMutation.id,params:x}],T=u.DeleteConditionalRuleMutationUndoFactory(this._injector,x);return{redos:I,undos:T}}},y=[];a.ranges.forEach(p=>{const C=this._refRangeService.registerRefRange(p,l);y.push(()=>C.dispose())}),t.set(e(n,o,a.cfId),()=>y.forEach(p=>p()))};this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(n=>{const{unitId:o,subUnitId:a,rule:l}=n,y=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),p=y.getActiveSheet();if(!(n.unitId!==y.getUnitId()||n.subUnitId!==(p==null?void 0:p.getSheetId())))switch(n.type){case"add":{r(n.unitId,n.subUnitId,n.rule);break}case"delete":{const C=t.get(e(o,a,l.cfId));C&&C();break}case"set":{const C=t.get(e(o,a,l.cfId));C&&C(),r(n.unitId,n.subUnitId,n.rule)}}})),this.disposeWithMe(v.toDisposable(()=>{t.forEach(n=>{n()}),t.clear()}))}};ht=da([zt(0,v.Inject(u.ConditionalFormattingRuleModel)),zt(1,v.Inject(v.IUniverInstanceService)),zt(2,v.Inject(v.Injector)),zt(3,v.Inject(X.RefRangeService))],ht);var fa=Object.defineProperty,pa=Object.getOwnPropertyDescriptor,ha=(t,e,r,n)=>{for(var o=n>1?void 0:n?pa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&fa(e,r,o),o},ke=(t,e)=>(r,n)=>e(r,n,t);let mt=class extends v.Disposable{constructor(e,r,n,o,a,l){super();Pe(this,"_ruleChangeCacheMap",new Map);this._sheetInterceptorService=e,this._conditionalFormattingService=r,this._univerInstanceService=n,this._renderManagerService=o,this._conditionalFormattingViewModel=a,this._conditionalFormattingRuleModel=l,this._initViewModelInterceptor(),this._initSkeleton(),this.disposeWithMe(()=>{this._ruleChangeCacheMap.clear()})}_markDirtySkeleton(){var r,n,o;const e=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId();(r=this._renderManagerService.getRenderById(e))==null||r.with(de.SheetSkeletonManagerService).reCalculate(),(o=(n=this._renderManagerService.getRenderById(e))==null?void 0:n.mainComponent)==null||o.makeDirty()}_initSkeleton(){this.disposeWithMe(Re.merge(this._conditionalFormattingRuleModel.$ruleChange,this._conditionalFormattingViewModel.markDirty$).pipe(qe.bufferTime(16),qe.filter(e=>!!e.length),qe.filter(e=>{const r=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET);if(!r)return!1;const n=r.getActiveSheet();return n?e.filter(o=>o.unitId===r.getUnitId()&&o.subUnitId===n.getSheetId()).length>0:!1})).subscribe(()=>this._markDirtySkeleton()))}_initViewModelInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(X.INTERCEPTOR_POINT.CELL_CONTENT,{effect:v.InterceptorEffectEnum.Style,handler:(e,r,n)=>{const o=this._conditionalFormattingService.composeStyle(r.unitId,r.subUnitId,r.row,r.col);if(!o)return n(e);const a=r.workbook.getStyles(),y={...(typeof(e==null?void 0:e.s)=="string"?a.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}},p={...e,s:y};return o.style&&Object.assign(y,o.style),p.fontRenderExtension||(p.fontRenderExtension={},o.isShowValue!==void 0&&(p.fontRenderExtension.isSkip=!o.isShowValue)),o.dataBar&&(p.dataBar=o.dataBar),o.iconSet&&(p.iconSet=o.iconSet,p.fontRenderExtension.leftOffset=u.DEFAULT_PADDING+u.DEFAULT_WIDTH),n(p)},priority:10}))}};mt=ha([ke(0,v.Inject(X.SheetInterceptorService)),ke(1,v.Inject(u.ConditionalFormattingService)),ke(2,v.Inject(v.IUniverInstanceService)),ke(3,v.Inject(In.IRenderManagerService)),ke(4,v.Inject(u.ConditionalFormattingViewModel)),ke(5,v.Inject(u.ConditionalFormattingRuleModel))],mt);const Or="sheets-conditional-formatting-ui.config",Pr={};var Mr=Object.defineProperty,ma=Object.getOwnPropertyDescriptor,ga=(t,e,r)=>e in t?Mr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,va=(t,e,r,n)=>{for(var o=n>1?void 0:n?ma(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Mr(e,r,o),o},Sn=(t,e)=>(r,n)=>e(r,n,t),Dr=(t,e,r)=>ga(t,typeof e!="symbol"?e+"":e,r);$.UniverSheetsConditionalFormattingMobileUIPlugin=class extends v.Plugin{constructor(e=Pr,r,n,o){super(),this._config=e,this._injector=r,this._commandService=n,this._configService=o;const{menu:a,...l}=this._config;a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Or,l),this._initCommand(),this._injector.add([mt]),this._injector.add([ht]),this._injector.add([ft]),this._injector.add([pt]),this._injector.add([Ae])}_initCommand(){[qt,Xt,Yt,Kt,$t,Zt,Jt,Qt,en,ct,Ke,Rt,bt,Xe,St,Ye].forEach(e=>{this._commandService.registerCommand(e)})}},Dr($.UniverSheetsConditionalFormattingMobileUIPlugin,"pluginName",`${u.SHEET_CONDITIONAL_FORMATTING_PLUGIN}_MOBILE_UI_PLUGIN`),Dr($.UniverSheetsConditionalFormattingMobileUIPlugin,"type",v.UniverInstanceType.UNIVER_SHEET),$.UniverSheetsConditionalFormattingMobileUIPlugin=va([v.DependentOn(u.UniverSheetsConditionalFormattingPlugin),Sn(1,v.Inject(v.Injector)),Sn(2,v.Inject(v.ICommandService)),Sn(3,v.IConfigService)],$.UniverSheetsConditionalFormattingMobileUIPlugin);var ya=Object.defineProperty,Sa=Object.getOwnPropertyDescriptor,ba=(t,e,r,n)=>{for(var o=n>1?void 0:n?Sa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&ya(e,r,o),o},gt=(t,e)=>(r,n)=>e(r,n,t);let At=class extends v.Disposable{constructor(t,e,r,n,o){super(),this._injector=t,this._univerInstanceService=e,this._autoFillService=r,this._conditionalFormattingRuleModel=n,this._conditionalFormattingViewModel=o,this._initAutoFill()}_initAutoFill(){const t=()=>({redos:[],undos:[]}),e=(o,a,l,y,p)=>{var I;const C=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),m=(I=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:I.getSheetId();if(!C||!m)return;const R={startRow:o.row,startColumn:o.col,endColumn:o.col,endRow:o.row},x={startRow:a.row,startColumn:a.col,endColumn:a.col,endRow:a.row};v.Range.foreach(l,(T,w)=>{const h=v.Rectangle.getPositionRange({startRow:T,startColumn:w,endColumn:w,endRow:T},R),i=v.Rectangle.getPositionRange({startRow:T,startColumn:w,endColumn:w,endRow:T},x),{row:s,col:f}=p(h.startRow,h.startColumn),S=this._conditionalFormattingViewModel.getCellCfs(C,m,s,f),{row:c,col:g}=p(i.startRow,i.startColumn),d=this._conditionalFormattingViewModel.getCellCfs(C,m,c,g);d&&d.forEach(b=>{let M=y.get(b.cfId);if(!y.get(b.cfId)){const L=this._conditionalFormattingRuleModel.getRule(C,m,b.cfId);if(!L)return;M=new v.ObjectMatrix,L.ranges.forEach(V=>{v.Range.foreach(V,(U,E)=>{M.setValue(U,E,1)})}),y.set(b.cfId,M)}M.realDeleteValue(c,g)}),S&&S.forEach(b=>{let M=y.get(b.cfId);if(!y.get(b.cfId)){const L=this._conditionalFormattingRuleModel.getRule(C,m,b.cfId);if(!L)return;M=new v.ObjectMatrix,L.ranges.forEach(V=>{v.Range.foreach(V,(U,E)=>{M.setValue(U,E,1)})}),y.set(b.cfId,M)}M.setValue(c,g,1)})})},r=(o,a)=>{var i,s,f;const l=(i=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:i.getUnitId(),y=(f=(s=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:s.getActiveSheet())==null?void 0:f.getSheetId(),p=new Map,C=[],m=[];if(!l||!y)return t();const R=de.virtualizeDiscreteRanges([o,a]),[x,I]=R.ranges,{mapFunc:T}=R,w={row:x.startRow,col:x.startColumn};return de.getAutoFillRepeatRange(x,I).forEach(S=>{e(w,S.repeatStartCell,S.relativeRange,p,T)}),p.forEach((S,c)=>{const g=this._conditionalFormattingRuleModel.getRule(l,y,c);if(!g)return;const d=X.findAllRectangle(X.createTopMatrixFromMatrix(S));if(d.length){const b={unitId:l,subUnitId:y,rule:{...g,ranges:d}};C.push({id:u.SetConditionalRuleMutation.id,params:b}),m.push(...u.setConditionalRuleMutationUndoFactory(this._injector,b))}else{const b={unitId:l,subUnitId:y,cfId:g.cfId};C.push({id:u.DeleteConditionalRuleMutation.id,params:b}),m.push(...u.DeleteConditionalRuleMutationUndoFactory(this._injector,b))}}),{undos:m,redos:C}},n={id:u.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onFillData:(o,a,l)=>{if(l===de.APPLY_TYPE.COPY||l===de.APPLY_TYPE.ONLY_FORMAT||l===de.APPLY_TYPE.SERIES){const{source:y,target:p}=o;return r(y,p)}return t()}};this.disposeWithMe(this._autoFillService.addHook(n))}};At=ba([gt(0,v.Inject(v.Injector)),gt(1,v.Inject(v.IUniverInstanceService)),gt(2,v.Inject(de.IAutoFillService)),gt(3,v.Inject(u.ConditionalFormattingRuleModel)),gt(4,v.Inject(u.ConditionalFormattingViewModel))],At);var Ra=Object.defineProperty,Ca=Object.getOwnPropertyDescriptor,Ta=(t,e,r,n)=>{for(var o=n>1?void 0:n?Ca(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Ra(e,r,o),o},vt=(t,e)=>(r,n)=>e(r,n,t);$.ConditionalFormattingClearController=class extends v.Disposable{constructor(e,r,n,o,a){super(),this._injector=e,this._univerInstanceService=r,this._sheetInterceptorService=n,this._selectionManagerService=o,this._conditionalFormattingRuleModel=a,this._init()}_init(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:e=>{var a;const r=[],n=[],o={redos:r,undos:n};if([X.ClearSelectionFormatCommand.id,X.ClearSelectionAllCommand.id].includes(e.id)){const l=(a=this._selectionManagerService.getCurrentSelections())==null?void 0:a.map(T=>T.range);if(!l)return o;const y=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),p=y.getActiveSheet();if(!p)return o;const C=y.getUnitId(),m=p.getSheetId(),R=this._conditionalFormattingRuleModel.getSubunitRules(C,m);if(!R||!R.length)return o;const{redos:x,undos:I}=Nr(this._injector,R,l,C,m);r.push(...x),n.push(...I)}return o}})),this.disposeWithMe(this._sheetInterceptorService.interceptRanges({getMutations:({unitId:e,subUnitId:r,ranges:n})=>{const o=[],a=[],l={redos:o,undos:a};if(!n||!n.length)return l;const y=this._conditionalFormattingRuleModel.getSubunitRules(e,r);if(!y||!y.length)return l;const{redos:p,undos:C}=Nr(this._injector,y,n,e,r);return o.push(...p),a.push(...C),l}}))}},$.ConditionalFormattingClearController=Ta([vt(0,v.Inject(v.Injector)),vt(1,v.Inject(v.IUniverInstanceService)),vt(2,v.Inject(X.SheetInterceptorService)),vt(3,v.Inject(X.SheetsSelectionsService)),vt(4,v.Inject(u.ConditionalFormattingRuleModel))],$.ConditionalFormattingClearController);function Nr(t,e,r,n,o){const a=[],l=[];return e.filter(y=>r.some(p=>y.ranges.some(C=>v.Rectangle.getIntersects(C,p)))).forEach(y=>{const C=new X.RangeMergeUtil().add(...y.ranges).subtract(...r).merge();if(C.length){const m={id:u.SetConditionalRuleMutation.id,params:{unitId:n,subUnitId:o,rule:{...y,ranges:C}}},R=u.setConditionalRuleMutationUndoFactory(t,m.params);a.push(m),l.push(...R)}else{const m={id:u.DeleteConditionalRuleMutation.id,params:{unitId:n,subUnitId:o,cfId:y.cfId}},R=u.DeleteConditionalRuleMutationUndoFactory(t,m.params);a.push(m),l.push(...R)}}),{redos:a,undos:l}}var Ia=Object.defineProperty,wa=Object.getOwnPropertyDescriptor,_a=(t,e,r,n)=>{for(var o=n>1?void 0:n?wa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Ia(e,r,o),o},jr=(t,e)=>(r,n)=>e(r,n,t);let Wt=class extends v.Disposable{constructor(t,e){super(),this._sheetInterceptorService=t,this._conditionalFormattingService=e,this._initInterceptorEditorEnd()}_initInterceptorEditorEnd(){this.disposeWithMe(v.toDisposable(this._sheetInterceptorService.writeCellInterceptor.intercept(X.AFTER_CELL_EDIT,{handler:(t,e,r)=>{var l,y,p;t||r(t);const n=this._conditionalFormattingService.composeStyle(e.unitId,e.subUnitId,e.row,e.col),o=(l=n==null?void 0:n.style)!=null?l:{},a=Object.keys(o);if(t!=null&&t.p)return(p=(y=t.p.body)==null?void 0:y.textRuns)==null||p.forEach(C=>{C.ts&&a.forEach(m=>{var R;(R=C.ts)==null||delete R[m]})}),r(t);{const C={...(typeof(t==null?void 0:t.s)=="string"?e.workbook.getStyles().get(t.s):t==null?void 0:t.s)||{}};a.forEach(R=>{delete C[R]});const m={...t,s:{...C}};return r(m)}}})))}};Wt=_a([jr(0,v.Inject(X.SheetInterceptorService)),jr(1,v.Inject(u.ConditionalFormattingService))],Wt);const Lr=[X.SetWorksheetActiveOperation.id,u.AddConditionalRuleMutation.id,u.SetConditionalRuleMutation.id,u.DeleteConditionalRuleMutation.id,u.MoveConditionalRuleMutation.id],yt=[{label:"sheet.cf.ruleType.highlightCell",value:ve.highlightCell},{label:"sheet.cf.panel.rankAndAverage",value:ve.rank},{label:"sheet.cf.ruleType.formula",value:ve.formula},{label:"sheet.cf.ruleType.colorScale",value:ve.colorScale},{label:"sheet.cf.ruleType.dataBar",value:ve.dataBar},{label:"sheet.cf.ruleType.iconSet",value:ve.icon},{label:"sheet.cf.menu.manageConditionalFormatting",value:ve.viewRule},{label:"sheet.cf.menu.createConditionalFormatting",value:ve.createRule},{label:"sheet.cf.menu.clearRangeRules",value:ve.clearRangeRules,disabled:!1},{label:"sheet.cf.menu.clearWorkSheetRules",value:ve.clearWorkSheetRules}],xa=t=>{const e=t.get(X.SheetsSelectionsService),r=t.get(v.ICommandService),n=t.get(v.IUniverInstanceService),o=t.get(u.ConditionalFormattingRuleModel),a=new Re.Observable(p=>Re.merge(e.selectionMoveEnd$,new Re.Observable(C=>{const m=r.onCommandExecuted(R=>{var w;const{id:x,params:I}=R,T=(w=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:w.getUnitId();Lr.includes(x)&&I.unitId===T&&C.next(null)});return()=>m.dispose()})).pipe(qe.debounceTime(16)).subscribe(()=>{var w;const C=((w=e.getCurrentSelections())==null?void 0:w.map(h=>h.range))||[],m=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET);if(!m)return;const R=m.getActiveSheet();if(!R)return;const T=(o.getSubunitRules(m.getUnitId(),R.getSheetId())||[]).filter(h=>h.ranges.some(i=>C.some(s=>v.Rectangle.intersects(s,i)))).map(h=>h.ranges).every(h=>X.checkRangesEditablePermission(t,m.getUnitId(),R.getSheetId(),h));p.next(T)})),l=new Re.Observable(p=>new Re.Observable(C=>{const m=r.onCommandExecuted(R=>{var w;const{id:x,params:I}=R,T=(w=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:w.getUnitId();Lr.includes(x)&&I.unitId===T&&C.next(null)});return()=>m.dispose()}).pipe(qe.debounceTime(16)).subscribe(()=>{const C=n.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET);if(!C)return;const m=C.getActiveSheet();if(!m)return;const R=o.getSubunitRules(C.getUnitId(),m.getSheetId())||[];if(!R.length)return p.next(!1),!1;const x=R.map(I=>I.ranges).every(I=>X.checkRangesEditablePermission(t,C.getUnitId(),m.getSheetId(),I));p.next(x)})),y=new Re.Observable(p=>{a.subscribe(C=>{const m=yt.find(R=>R.value===ve.clearRangeRules);m&&(m.disabled=!C,p.next(yt))}),l.subscribe(C=>{const m=yt.find(R=>R.value===ve.clearWorkSheetRules);m&&(m.disabled=!C,p.next(yt))}),p.next(yt)});return{id:ct.id,type:ge.MenuItemType.SELECTOR,icon:"Conditions",tooltip:"sheet.cf.title",selections:y,hidden$:ge.getMenuHiddenObservable(t,v.UniverInstanceType.UNIVER_SHEET),disabled$:de.getCurrentRangeDisable$(t,{workbookTypes:[X.WorkbookEditablePermission],worksheetTypes:[X.WorksheetSetCellStylePermission,X.WorksheetEditPermission],rangeTypes:[X.RangeProtectionPermissionEditPoint]})}},Ea={[ge.RibbonStartGroup.FORMULAS_INSERT]:{[ct.id]:{order:0,menuItemFactory:xa}}};var Oa=Object.defineProperty,Pa=Object.getOwnPropertyDescriptor,Ma=(t,e,r,n)=>{for(var o=n>1?void 0:n?Pa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Oa(e,r,o),o},Ur=(t,e)=>(r,n)=>e(r,n,t);let Ht=class extends v.Disposable{constructor(e,r){super();Pe(this,"_sidebarDisposable",null);this._injector=e,this._menuManagerService=r,this._menuManagerService.mergeMenu(Ea)}};Ht=Ma([Ur(0,v.Inject(v.Injector)),Ur(1,ge.IMenuManagerService)],Ht);var Da=Object.defineProperty,Na=Object.getOwnPropertyDescriptor,ja=(t,e,r,n)=>{for(var o=n>1?void 0:n?Na(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Da(e,r,o),o},Be=(t,e)=>(r,n)=>e(r,n,t);const La=(t,e)=>{const r=m=>m.endRow-m.startRow+1,n=m=>m.endColumn-m.startColumn+1,o=r(e)%r(t),a=n(e)%n(t),l=Math.floor(r(e)/r(t)),y=Math.floor(n(e)/n(t)),p=[],C={startRow:0,endRow:r(t)-1,startColumn:0,endColumn:n(t)-1};if(r(e)===1&&n(e)===1){const m={startRow:e.startRow,endRow:e.startRow,startColumn:e.startColumn,endColumn:e.startColumn};return p.push({repeatRelativeRange:C,startRange:m}),p}for(let m=0;m<l+(o?.1:0);m++)for(let R=0;R<y+(a?.1:0);R++){const x=r(t)*m,I=n(t)*R,T={startRow:x+e.startRow,endRow:x+e.startRow,startColumn:I+e.startColumn,endColumn:I+e.startColumn};let w=C;m===l&&o&&(w={...w},w.endRow=w.endRow-(r(t)-o)),R===y&&a&&(w={...w},w.endColumn=w.endColumn-(n(t)-a)),p.push({repeatRelativeRange:w,startRange:T})}return p};let kt=class extends v.Disposable{constructor(e,r,n,o,a,l){super();Pe(this,"_painterConfig",null);this._injector=e,this._univerInstanceService=r,this._formatPainterService=n,this._sheetsSelectionsService=o,this._conditionalFormattingRuleModel=a,this._conditionalFormattingViewModel=l,this._initFormattingPainter()}_initFormattingPainter(){const e=()=>({redos:[],undos:[]}),r=(a,l,y,p,C)=>{const{unitId:m,subUnitId:R}=this._painterConfig,{targetUnitId:x,targetSubUnitId:I}=C,T={startRow:a.row,startColumn:a.col,endColumn:a.col,endRow:a.row},w={startRow:l.row,startColumn:l.col,endColumn:l.col,endRow:l.row};v.Range.foreach(y,(h,i)=>{const s=v.Rectangle.getPositionRange({startRow:h,startColumn:i,endColumn:i,endRow:h},T),f=v.Rectangle.getPositionRange({startRow:h,startColumn:i,endColumn:i,endRow:h},w),S=this._conditionalFormattingViewModel.getCellCfs(m,R,s.startRow,s.startColumn),c=this._conditionalFormattingViewModel.getCellCfs(x,I,f.startRow,f.startColumn);c&&c.forEach(g=>{let d=p.get(g.cfId);if(!p.get(g.cfId)){const b=this._conditionalFormattingRuleModel.getRule(x,I,g.cfId);if(!b)return;d=new v.ObjectMatrix,b.ranges.forEach(M=>{v.Range.foreach(M,(L,V)=>{d.setValue(L,V,1)})}),p.set(g.cfId,d)}d.realDeleteValue(f.startRow,f.startColumn)}),S&&S.forEach(g=>{const d=p.get(g.cfId);d&&d.setValue(f.startRow,f.startColumn,1)})})},n=(a,l,y)=>{var s;const{range:p,unitId:C,subUnitId:m}=this._painterConfig,R=a!==C||m!==l,x=new Map,I=[],T=[];if(!a||!l||!C||!m)return e();const w=(s=this._conditionalFormattingRuleModel.getSubunitRules(C,m))!=null?s:[];w==null||w.forEach(f=>{const{ranges:S,cfId:c}=f;if(S.some(g=>v.Rectangle.intersects(p,g))){const g=new v.ObjectMatrix;R||S.forEach(d=>{v.Range.foreach(d,(b,M)=>{g.setValue(b,M,1)})}),x.set(c,g)}});const h={row:p.startRow,col:p.startColumn};return La(p,y).forEach(f=>{r(h,{row:f.startRange.startRow,col:f.startRange.startColumn},f.repeatRelativeRange,x,{targetUnitId:a,targetSubUnitId:l})}),x.forEach((f,S)=>{if(R){const c=this._conditionalFormattingRuleModel.getRule(a,l,S),g=X.findAllRectangle(X.createTopMatrixFromMatrix(f));if(c)if(g.length){const d={unitId:a,subUnitId:l,rule:{...c,ranges:g}};I.push({id:u.SetConditionalRuleMutation.id,params:d}),T.push(...u.setConditionalRuleMutationUndoFactory(this._injector,d))}else{const d={unitId:a,subUnitId:l,cfId:c.cfId};I.push({id:u.DeleteConditionalRuleMutation.id,params:d}),T.push(...u.DeleteConditionalRuleMutationUndoFactory(this._injector,d))}else if(g.length){const d=this._conditionalFormattingRuleModel.getRule(C,m,S);if(d){const b={unitId:a,subUnitId:l,rule:{...v.Tools.deepClone(d),cfId:this._conditionalFormattingRuleModel.createCfId(a,l),ranges:g}};I.push({id:u.AddConditionalRuleMutation.id,params:b}),T.push(u.AddConditionalRuleMutationUndoFactory(this._injector,b))}}}else{const c=this._conditionalFormattingRuleModel.getRule(C,m,S);if(!c)return;const g=X.findAllRectangle(X.createTopMatrixFromMatrix(f));if(g.length){const d={unitId:C,subUnitId:m,rule:{...c,ranges:g}};I.push({id:u.SetConditionalRuleMutation.id,params:d}),T.push(...u.setConditionalRuleMutationUndoFactory(this._injector,d))}else{const d={unitId:C,subUnitId:m,cfId:c.cfId};I.push({id:u.DeleteConditionalRuleMutation.id,params:d}),T.push(...u.DeleteConditionalRuleMutationUndoFactory(this._injector,d))}}}),{undos:T,redos:I}},o={id:u.SHEET_CONDITIONAL_FORMATTING_PLUGIN,onStatusChange:a=>{var l,y,p;switch(a){case de.FormatPainterStatus.INFINITE:case de.FormatPainterStatus.ONCE:{const C=(l=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:l.getUnitId(),m=(p=(y=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET))==null?void 0:y.getActiveSheet())==null?void 0:p.getSheetId(),R=this._sheetsSelectionsService.getCurrentLastSelection(),x=R==null?void 0:R.range;C&&m&&x&&(this._painterConfig={unitId:C,subUnitId:m,range:x});break}case de.FormatPainterStatus.OFF:{this._painterConfig=null;break}}},onApply:(a,l,y)=>this._painterConfig?n(a,l,y):{redos:[],undos:[]}};this._formatPainterService.addHook(o)}};kt=ja([Be(0,v.Inject(v.Injector)),Be(1,v.Inject(v.IUniverInstanceService)),Be(2,v.Inject(de.IFormatPainterService)),Be(3,v.Inject(X.SheetsSelectionsService)),Be(4,v.Inject(u.ConditionalFormattingRuleModel)),Be(5,v.Inject(u.ConditionalFormattingViewModel))],kt);var Ua=Object.defineProperty,Va=Object.getOwnPropertyDescriptor,za=(t,e,r,n)=>{for(var o=n>1?void 0:n?Va(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Ua(e,r,o),o},bn=(t,e)=>(r,n)=>e(r,n,t);let Bt=class extends v.Disposable{constructor(t,e,r){super(),this._conditionalFormattingViewModel=t,this._univerInstanceService=e,this._renderManagerService=r,this._init()}_init(){const t=this._univerInstanceService.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET),e=r=>{const n=r.getUnitId(),o=this._renderManagerService.getRenderById(n);if(!o)return;const a=o.with(de.SheetSkeletonManagerService);this.disposeWithMe(a.currentSkeleton$.subscribe(l=>{if(l){const y=l.skeleton.rowColumnSegment,p=y.endColumn-y.startColumn+1,m=(y.endRow-y.startRow+1)*p*9,R=Math.max(u.CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH,m);this._conditionalFormattingViewModel.setCacheLength(R)}}))};t&&e(t),this._univerInstanceService.getCurrentTypeOfUnit$(v.UniverInstanceType.UNIVER_SHEET).subscribe(r=>{r&&e(r)})}};Bt=za([bn(0,v.Inject(u.ConditionalFormattingViewModel)),bn(1,v.IUniverInstanceService),bn(2,In.IRenderManagerService)],Bt);var Vr=Object.defineProperty,Aa=Object.getOwnPropertyDescriptor,Wa=(t,e,r)=>e in t?Vr(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ha=(t,e,r,n)=>{for(var o=n>1?void 0:n?Aa(e,r):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,r,o):l(o))||o);return n&&o&&Vr(e,r,o),o},Rn=(t,e)=>(r,n)=>e(r,n,t),zr=(t,e,r)=>Wa(t,typeof e!="symbol"?e+"":e,r);$.UniverSheetsConditionalFormattingUIPlugin=class extends v.Plugin{constructor(e=Pr,r,n,o){super(),this._config=e,this._injector=r,this._commandService=n,this._configService=o;const{menu:a,...l}=this._config;a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Or,l),this._initCommand()}onStarting(){v.registerDependencies(this._injector,[[mt],[ht],[ft],[At],[pt],[ut],[Ht],[Ae],[Wt],[$.ConditionalFormattingClearController],[kt],[Bt]]),v.touchDependencies(this._injector,[[mt]])}onReady(){v.touchDependencies(this._injector,[[Ht],[ut]])}onRendered(){v.touchDependencies(this._injector,[[At],[$.ConditionalFormattingClearController],[ft],[Wt],[Ae],[kt],[pt],[ht],[Bt]])}_initCommand(){[qt,Xt,Yt,Kt,$t,Zt,Jt,Qt,en,ct,Ke,Rt,bt,Xe,St,Ye].forEach(e=>{this._commandService.registerCommand(e)})}},zr($.UniverSheetsConditionalFormattingUIPlugin,"pluginName",`${u.SHEET_CONDITIONAL_FORMATTING_PLUGIN}_UI_PLUGIN`),zr($.UniverSheetsConditionalFormattingUIPlugin,"type",v.UniverInstanceType.UNIVER_SHEET),$.UniverSheetsConditionalFormattingUIPlugin=Ha([v.DependentOn(u.UniverSheetsConditionalFormattingPlugin),Rn(1,v.Inject(v.Injector)),Rn(2,v.Inject(v.ICommandService)),Rn(3,v.IConfigService)],$.UniverSheetsConditionalFormattingUIPlugin),$.AddAverageCfCommand=qt,$.AddCfCommand=Xe,$.AddColorScaleConditionalRuleCommand=Xt,$.AddDataBarConditionalRuleCommand=Yt,$.AddDuplicateValuesCfCommand=Kt,$.AddNumberCfCommand=$t,$.AddRankCfCommand=Zt,$.AddTextCfCommand=Jt,$.AddTimePeriodCfCommand=Qt,$.AddUniqueValuesCfCommand=en,$.ClearRangeCfCommand=St,$.ClearWorksheetCfCommand=Ye,$.DeleteCfCommand=Ke,$.MoveCfCommand=bt,$.OpenConditionalFormattingOperator=ct,$.SetCfCommand=Rt,Object.defineProperty($,Symbol.toStringTag,{value:"Module"})});
|