@univerjs/preset-sheets-conditional-formatting 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/umd/index.js CHANGED
@@ -1,9 +1,13 @@
1
1
  // @univerjs/sheets-conditional-formatting/index
2
- (function(C,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("@univerjs/core"),require("rxjs"),require("rxjs/operators"),require("@univerjs/engine-formula"),require("@univerjs/engine-render"),require("@univerjs/sheets")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","rxjs","rxjs/operators","@univerjs/engine-formula","@univerjs/engine-render","@univerjs/sheets"],c):(C=typeof globalThis<"u"?globalThis:C||self,c(C.UniverSheetsConditionalFormatting={},C.UniverCore,C.rxjs,C.rxjs.operators,C.UniverEngineFormula,C.UniverEngineRender,C.UniverSheets))})(this,function(C,c,L,J,U,W,S){"use strict";var M0=Object.defineProperty;var x0=(C,c,L)=>c in C?M0(C,c,{enumerable:!0,configurable:!0,writable:!0,value:L}):C[c]=L;var v=(C,c,L)=>x0(C,typeof c!="symbol"?c+"":c,L);var r2;const u2="SHEET_CONDITIONAL_FORMATTING_PLUGIN";var M=(s=>(s.beginsWith="beginsWith",s.endsWith="endsWith",s.containsText="containsText",s.notContainsText="notContainsText",s.equal="equal",s.notEqual="notEqual",s.containsBlanks="containsBlanks",s.notContainsBlanks="notContainsBlanks",s.containsErrors="containsErrors",s.notContainsErrors="notContainsErrors",s))(M||{}),x=(s=>(s.today="today",s.yesterday="yesterday",s.tomorrow="tomorrow",s.last7Days="last7Days",s.thisMonth="thisMonth",s.lastMonth="lastMonth",s.nextMonth="nextMonth",s.thisWeek="thisWeek",s.lastWeek="lastWeek",s.nextWeek="nextWeek",s))(x||{}),w=(s=>(s.greaterThan="greaterThan",s.greaterThanOrEqual="greaterThanOrEqual",s.lessThan="lessThan",s.lessThanOrEqual="lessThanOrEqual",s.notBetween="notBetween",s.between="between",s.equal="equal",s.notEqual="notEqual",s))(w||{}),_=(s=>(s.highlightCell="highlightCell",s.dataBar="dataBar",s.colorScale="colorScale",s.iconSet="iconSet",s))(_||{}),p=(s=>(s.uniqueValues="uniqueValues",s.duplicateValues="duplicateValues",s.rank="rank",s.text="text",s.timePeriod="timePeriod",s.number="number",s.average="average",s.formula="formula",s))(p||{}),y=(s=>(s.num="num",s.min="min",s.max="max",s.percent="percent",s.percentile="percentile",s.formula="formula",s))(y||{});const V2="#fff",O2="#000000",j2=()=>({cfId:void 0,ranges:[],stopIfTrue:!1,rule:{type:"highlightCell",subType:"text",operator:"containsText"}}),P2=(s,a)=>{switch(s){case"text":{if(["beginsWith","containsText","endsWith","equal","notContainsText","notEqual"].includes(a))return"";break}case"number":return["between","notBetween"].includes(a)?[10,100]:10}return""},$2=(s,a)=>{switch(s){case"formula":return"=";case"max":case"min":return"";case"percent":case"percentile":case"num":return a!==void 0?a:10}return""},V=(s,a,n)=>{if(!a)return null;const e=a.findIndex(t=>n(t)===s.id);if(e<0)return null;switch(s.type){case"after":return e+1;case"before":return e-1;case"self":return e}},F2=(s,a,n,e)=>{if(!n)return null;const t=V(s,n,e);let i=V(a,n,e);if(t===null||i===null||t===i)return;const r=n.splice(t,1)[0];switch(t<i&&(i=V(a,n,e)),a.type){case"before":{n.splice(i+1,0,r);break}case"self":case"after":{n.splice(i,0,r);break}}},v2=(s,a,n,e)=>{if(s.type==="after"&&["after","before"].includes(a.type))return[s,a];const t={...s},i={...a};if(t.type!=="after"){const r=V(t,n,e);if(r===null)return null;if(r-1<0){const o=n[r+1];if(o)t.id=e(o),t.type="before";else return null}else{const o=e(n[r-1]);t.id=o,t.type="after"}}if(!["after","before"].includes(i.type)){const r=V(i,n,e);if(r===null)return null;if(r===0)i.type="before";else if(r-1>=0){const o=e(n[r-1]);i.id=o,i.type="after"}else if(r+1<=n.length-1){const o=e(n[r+1]);i.id=o,i.type="before"}else return null}return t.id===i.id&&t.type===i.type?null:[t,i]},w2=(s,a)=>{if(["after","before"].includes(a.type)){if(s.type==="after")return[a,s];if(s.type==="before")return[a,{...s,type:"self"}]}return null},W2=(s,a)=>s.id===a.id&&s.type===a.type,E2=()=>`${c.Tools.generateRandomId(8)}`;class b{constructor(){v(this,"_model",new Map);v(this,"_ruleChange$",new L.Subject);v(this,"$ruleChange",this._ruleChange$.asObservable())}_ensureList(a,n){let e=this.getSubunitRules(a,n);if(!e){e=[];let t=this._model.get(a);t||(t=new Map,this._model.set(a,t)),t.set(n,e)}return e}getRule(a,n,e){const t=this.getSubunitRules(a,n);return t?t.find(i=>i.cfId===e):null}getUnitRules(a){return this._model.get(a)||null}getSubunitRules(a,n){var t;return((t=this._model.get(a))==null?void 0:t.get(n))||null}deleteRule(a,n,e){const t=this.getSubunitRules(a,n);if(t){const i=t.findIndex(o=>o.cfId===e),r=t[i];r&&(t.splice(i,1),this._ruleChange$.next({rule:r,subUnitId:n,unitId:a,type:"delete"}))}}setRule(a,n,e,t){const r=this._ensureList(a,n).find(o=>o.cfId===t);if(r){const o=c.Tools.deepClone(r);Object.assign(r,e),this._ruleChange$.next({rule:r,subUnitId:n,unitId:a,type:"set",oldRule:o})}}addRule(a,n,e){const t=this._ensureList(a,n);t.find(r=>r.cfId===e.cfId)||t.unshift(e),this._ruleChange$.next({rule:e,subUnitId:n,unitId:a,type:"add"})}moveRulePriority(a,n,e,t){const i=this._ensureList(a,n),r=V(e,i,l=>l.cfId),o=V(t,i,l=>l.cfId);if(o===null||r===null||o===r)return;const h=i[r];h&&(F2(e,t,i,l=>l.cfId),this._ruleChange$.next({rule:h,subUnitId:n,unitId:a,type:"sort"}))}createCfId(a,n){return E2()}deleteUnitId(a){this._model.delete(a)}}const H={type:c.CommandType.MUTATION,id:"sheet.mutation.conditional-formatting-formula-mark-dirty",handler(){return!0}};var q2=Object.defineProperty,Z2=Object.getOwnPropertyDescriptor,G2=(s,a,n,e)=>{for(var t=e>1?void 0:e?Z2(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&q2(a,n,t),t},c2=(s,a)=>(n,e)=>a(n,e,s),R=(s=>(s[s.NOT_REGISTER=1]="NOT_REGISTER",s[s.SUCCESS=2]="SUCCESS",s[s.WAIT=3]="WAIT",s[s.ERROR=4]="ERROR",s))(R||{});const H2=s=>{const a=s&&s[0]&&s[0][0];return(a==null?void 0:a.t)===c.CellValueType.BOOLEAN?a.v===c.BooleanNumber.TRUE||a.v===!0:a?a.v:!1};C.ConditionalFormattingFormulaService=class extends c.Disposable{constructor(n,e,t){super();v(this,"_formulaMap",new Map);v(this,"_result$",new L.Subject);v(this,"result$",this._result$.asObservable());this._commandService=n,this._activeDirtyManagerService=e,this._conditionalFormattingRuleModel=t,this._initFormulaCalculationResultChange(),this._initRuleChange()}_initRuleChange(){const n=e=>{switch(e.type){case _.colorScale:return e.config.some(t=>t.value.type===y.formula);case _.dataBar:return[e.config.max,e.config.min].some(t=>t.type===y.formula);case _.iconSet:return e.config.some(t=>t.value.type===y.formula)}};this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(e=>{const{unitId:t,subUnitId:i,rule:r,oldRule:o}=e;e.type==="delete"&&this._removeFormulaByCfId(t,i,r.cfId),e.type==="set"&&(n(r.rule)||o&&n(o.rule))&&this._removeFormulaByCfId(t,i,r.cfId)}))}_initFormulaCalculationResultChange(){this.disposeWithMe(this._commandService.onCommandExecuted(n=>{if(n.id===U.SetFormulaCalculationResultMutation.id){const e=n.params;for(const t in e.unitOtherData)for(const i in e.unitOtherData[t])for(const r in e.unitOtherData[t][i]){const o=new c.ObjectMatrix(e.unitOtherData[t][i][r]),h=this._ensureSubunitFormulaMap(t,i).getValue(r,["formulaId"]);if(!h)continue;const l=h.ranges;if(!l)continue;const u=h.result,d=l[0].startRow,g=l[0].startColumn;o.forValue((F,E,A)=>{u.setValue(d+F,g+E,H2(A))}),h.status=2;const m=this._getAllFormulaResultByCfId(t,i,h.cfId).every(F=>F.status===2);this._result$.next({...h,isAllFinished:m})}}})),this._activeDirtyManagerService.register(H.id,{commandId:H.id,getDirtyData(n){return{dirtyUnitOtherFormulaMap:n.params}}})}_ensureSubunitFormulaMap(n,e){let t=this._formulaMap.get(n);t||(t=new Map,this._formulaMap.set(n,t));let i=t.get(e);return i||(i=new c.RefAlias([],["formulaId","id"]),t.set(e,i)),i}getSubUnitFormulaMap(n,e){var t;return(t=this._formulaMap.get(n))==null?void 0:t.get(e)}registerFormulaWithRange(n,e,t,i,r=[{startRow:0,endRow:0,startColumn:0,endColumn:0}]){const o=this._ensureSubunitFormulaMap(n,e),h=this.createCFormulaId(t,i);if(o.getValue(h,["id"]))return;const l=this._createFormulaId(n,e);o.addValue({formulaText:i,unitId:n,subUnitId:e,cfId:t,id:h,ranges:r,formulaId:l,status:3,result:new c.ObjectMatrix});const u={unitId:n,subUnitId:e,formulaMap:{[l]:{f:i,ranges:r}}};this._commandService.executeCommand(U.SetOtherFormulaMutation.id,u).then(()=>{this._commandService.executeCommand(H.id,{[n]:{[e]:{[l]:!0}}})})}_removeFormulaByCfId(n,e,t){const r=this.deleteCache(n,e,t).map(o=>o.formulaId);this._commandService.executeCommand(U.RemoveOtherFormulaMutation.id,{unitId:n,subUnitId:e,formulaIdList:r})}getFormulaResultWithCoords(n,e,t,i,r=0,o=0){const h=this.getSubUnitFormulaMap(n,e);if(!h)return{status:1};const l=h.getValue(this.createCFormulaId(t,i),["id"]);return l?l.status===2&&l.result?{result:l.result.getValue(r,o),status:2}:l.status===3?{status:3}:{status:4}:{status:1}}getFormulaMatrix(n,e,t,i){const r=this.getSubUnitFormulaMap(n,e);if(!r)return{status:1};const o=r.getValue(this.createCFormulaId(t,i),["id"]);if(!o)return{status:1};if(o.status===2&&o.result)return{result:o.result,status:2}}deleteCache(n,e,t,i){const r=this.getSubUnitFormulaMap(n,e);if(!r)return[];if(i){const o=this.createCFormulaId(t,i);return r.deleteValue(o,["id"]),[]}else{const o=r.getValues().filter(h=>h.cfId===t);return o.forEach(h=>{r.deleteValue(h.formulaId,["formulaId"])}),o}}_getAllFormulaResultByCfId(n,e,t){const i=this.getSubUnitFormulaMap(n,e);return i?i.getValues().filter(o=>o.cfId===t):[]}_createFormulaId(n,e){return`sheet.cf_${n}_${e}_${c.Tools.generateRandomId(8)}`}createCFormulaId(n,e){return`${n}_${e}`}},C.ConditionalFormattingFormulaService=G2([c2(0,c.Inject(c.ICommandService)),c2(1,c.Inject(U.IActiveDirtyManagerService)),c2(2,c.Inject(b))],C.ConditionalFormattingFormulaService);var T=(s=>(s.preComputingStart="preComputingStart",s.preComputing="preComputing",s.preComputingEnd="preComputingEnd",s.preComputingError="preComputingError",s))(T||{});class z{constructor(a){v(this,"_cache");v(this,"_preComputingStatus$",new L.BehaviorSubject("preComputingStart"));v(this,"preComputingStatus$",this._preComputingStatus$.asObservable().pipe(J.distinctUntilChanged()));v(this,"_preComputingCache");v(this,"_rule");this._context=a,this._cache=new c.LRUMap(a.limit),this._rule=a.rule,this._preComputingCache=null,this._initClearCacheListener()}setCacheLength(a){this._cache.limit=a}clearCache(){this._cache.clear()}resetPreComputingCache(){this._preComputingStatus$.next("preComputingStart"),this._preComputingCache=null}updateRule(a){this._rule=a,this.resetPreComputingCache()}getCell(a,n){const e=this._createKey(a,n);if(this._preComputingStatus$.getValue()==="preComputing")return this._cache.get(e);let t=this.getPreComputingResult(a,n);if(t===null&&(this._preComputingStatus$.next("preComputingStart"),this.preComputing(a,n,this._getContext()),t=this.getPreComputingResult(a,n),t===null))return this._cache.get(e);if(this._preComputingStatus$.next("preComputingEnd"),this._cache.has(e))return this._cache.get(e);const i=this.getCellResult(a,n,t,this._getContext());return i!==null&&this._setCache(a,n,i),i}setPreComputingCache(a){this._preComputingCache=a}getPreComputingResult(a,n){return this._preComputingCache}_createKey(a,n){return`${a}_${n}`}_setCache(a,n,e){const t=this._createKey(a,n);this._cache.set(t,e)}_getContext(){return{...this._context,rule:this._rule}}_initClearCacheListener(){this.preComputingStatus$.subscribe(a=>{a==="preComputingEnd"&&this.clearCache()})}}function X(s,a){return Math.abs(s-a)<Number.EPSILON}const I=s=>[void 0,null].includes(s),k=s=>{var e,t;if(!s)return null;if(s.t===c.CellValueType.BOOLEAN)return s.v===c.BooleanNumber.TRUE?U.BooleanValue.TRUE:U.BooleanValue.FALSE;const a=s.v,n=(t=(e=s.p)==null?void 0:e.body)==null?void 0:t.dataStream.replace(/\r\n$/,"");return I(a)?I(n)?null:n:a},d2=86400;function p2(s,a=!0){if(a&&s>=0){if(s===0)return[1900,1,0];if(s===60)return[1900,2,29];if(s<60)return[1900,s<32?1:2,(s-1)%31+1]}let n=s+68569+2415019;const e=Math.floor(4*n/146097);n=n-Math.floor((146097*e+3)/4);const t=Math.floor(4e3*(n+1)/1461001);n=n-Math.floor(1461*t/4)+31;const i=Math.floor(80*n/2447),r=n-Math.floor(2447*i/80);n=Math.floor(i/11);const o=i+2-12*n;return[100*(e-49)+t+n|0,o|0,r|0]}const A2=s=>{let a=s|0;const n=d2*(s-a);let e=Math.floor(n);n-e>.9999&&(e+=1,e===d2&&(e=0,a+=1));const t=e<0?d2+e:e,[i,r,o]=p2(s,!0),h=Math.floor(t/60/60)%60,l=Math.floor(t/60)%60,u=Math.floor(t)%60;return c.dayjs(`${i}/${r}/${o} ${h}:${l}:${u}`).valueOf()},Y=(s,a,n)=>{switch(s.type){case y.max:{let e=0;return a.forValue((t,i,r)=>{r>e&&(e=r)}),{status:R.SUCCESS,result:e}}case y.min:{let e;return a.forValue((t,i,r)=>{e===void 0&&(e=r),r<e&&(e=r)}),{status:R.SUCCESS,result:e}}case y.percent:{let e,t;a.forValue((o,h,l)=>{(e===void 0||t===void 0)&&(e=l,t=l),l>e&&(e=l),l<t&&(t=l)});const i=(e||0)-(t||0),r=Math.max(Math.min(Number(s.value)||0,100),0);return{status:R.SUCCESS,result:i*(r/100)+(t||0)}}case y.percentile:{const e=a.toNativeArray().sort((l,u)=>l-u),t=Math.max(Math.min(Number(s.value)||0,100),0),i=(e.length-1)*t/100,r=Math.floor(i),o=i-r,h=e[r]+(e[Math.min(r+1,e.length-1)]-e[r])*o;return{status:R.SUCCESS,result:h}}case y.formula:{const{accessor:e,unitId:t,subUnitId:i,cfId:r}=n,o=String(s.value),h=e.get(C.ConditionalFormattingFormulaService);return h.registerFormulaWithRange(t,i,r,o),h.getFormulaResultWithCoords(t,i,r,o)}case y.num:{const e=Number(s.value);return{status:R.SUCCESS,result:Number.isNaN(e)?0:e}}}},X2=(s,a,n,e)=>{const{accessor:t}=e,i=t.get(C.ConditionalFormattingViewModel),r=new c.ObjectMatrix;return n.ranges.forEach(o=>{c.Range.foreach(o,(h,l)=>{const u=i.getCellCfs(s,a,h,l);if(u){const d=u.find(g=>g.cfId===n.cfId);d!=null&&d.result&&r.setValue(h,l,d.result)}})}),r},q=(s,a)=>{switch(s.operator){case w.between:{if(typeof s.value!="object"||!s.value.length)return;const n=Math.min(...s.value),e=Math.max(...s.value);return a>=n&&a<=e}case w.notBetween:{if(typeof s.value!="object"||!s.value.length)return;const n=Math.min(...s.value),e=Math.max(...s.value);return!(a>=n&&a<=e)}case w.equal:{const n=s.value||0;return X(n,a)}case w.notEqual:{const n=s.value||0;return!X(n,a)}case w.greaterThan:{const n=s.value||0;return a>n}case w.greaterThanOrEqual:{const n=s.value||0;return a>=n}case w.lessThan:{const n=s.value||0;return a<n}case w.lessThanOrEqual:{const n=s.value||0;return a<=n}default:return!1}},_2=s=>{switch(s){case w.greaterThan:return w.lessThanOrEqual;case w.greaterThanOrEqual:return w.lessThan;case w.lessThan:return w.greaterThanOrEqual;case w.lessThanOrEqual:return w.greaterThan}return s},y2=(s,a)=>{const n=i=>i.a!==void 0?i:{...i,a:1},e=s.findIndex(i=>i.value>=a),t=e-1;if(e===0)return s[0].color.toRgbString();if(t>=0){const i=s[t],r=s[e];if(i.color.isValid&&r.color.isValid){const o=n(i.color.toRgb()),h=n(r.color.toRgb()),l=r.value-i.value,u=(a-i.value)/l,d=["r","g","b","a"].reduce((f,m)=>{const F=o[m];return f[m]=(h[m]-F)*u+F,f},{});return new c.ColorKit(d).toRgbString()}}else return s[s.length-1].color.toRgbString()},Q=(s,a,n)=>s.map(e=>{if(e.startColumn>n||e.startRow>a)return null;const t={...e};return t.endRow=Math.min(t.endRow,a),t.endColumn=Math.min(t.endColumn,n),t}).filter(e=>!!e);function Y2(s){let a=0;return new c.ObjectMatrix(s).forValue((n,e,t)=>{a=Math.max(Number.isNaN(a)?0:a,Number(t))}),a}class K2 extends z{preComputing(a,n,e){const t=e.rule,i=e.worksheet,r=new c.ObjectMatrix;!t.rule.config.every(u=>u.value.type===y.num)&&Q(t.ranges,i.getMaxRows()-1,i.getMaxColumns()-1).forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=m&&m.v;if(!I(F)&&(m==null?void 0:m.t)===c.CellValueType.NUMBER){const E=Number(F);!Number.isNaN(E)&&r.setValue(g,f,E)}})});const h=[...t.rule.config].sort((u,d)=>u.index-d.index).map(u=>({value:Y(u.value,r,{...e,cfId:t.cfId}),color:new c.ColorKit(u.color)}));if(!h.some(u=>W.isObject(u.value)?u.value.status!==R.SUCCESS:!1)){const u=h.map(d=>d.color).reduce((d,g,f)=>(d.result.push({color:g,value:d.sortValue[f]}),d),{result:[],sortValue:h.map(d=>d.value.result).sort((d,g)=>d-g)}).result;this.setPreComputingCache(u),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){if(!e)return null;const i=t.getCellValue(a,n);if(i.t===c.CellValueType.NUMBER){const r=Number(i.v);if(!Number.isNaN(r))return y2(e,r)}}}const M2="sheet-conditional-rule-data-bar",h2="#ffbe38",g2="#abd91a",x2="#000",J2=34;class R2 extends W.SheetExtension{constructor(){super(...arguments);v(this,"_paddingRightAndLeft",2);v(this,"_paddingTopAndBottom",2);v(this,"uKey",M2);v(this,"Z_INDEX",J2);v(this,"_radius",1)}draw(n,e,t,i){const{worksheet:r}=t;if(!r)return!1;n.save(),c.Range.foreach(t.rowColumnSegment,(o,h)=>{if(!r.getRowVisible(o)||!r.getColVisible(h))return;const l=r.getCell(o,h);if(l&&l.dataBar){const{color:u,value:d,startPoint:g,isGradient:f}=l.dataBar,m=t.getCellWithCoordByIndex(o,h,!1);let{isMerged:F,isMergedMainCell:E,mergeInfo:A,startY:B,endY:N,startX:O,endX:a2}=m;if(F||(E&&(B=A.startY,N=A.endY,O=A.startX,a2=A.endX),!this.isRenderDiffRangesByCell(A,i)))return;const l2=a2-O,m2=N+W.FIX_ONE_PIXEL_BLUR_OFFSET-B,o2=l2-this._paddingRightAndLeft*2,U2=m2-this._paddingTopAndBottom*2;if(d>0){const G=Math.max(o2*(1-g/100)*d/100,1),j=O+this._paddingRightAndLeft+g/100*o2,P=B+this._paddingTopAndBottom;if(f){const $=n.createLinearGradient(j,P,j+G,P);$.addColorStop(0,u),$.addColorStop(1,"rgb(255 255 255)"),n.fillStyle=$,n.strokeStyle=u,n.lineWidth=1}else n.fillStyle=u;this._drawRectWithRoundedCorner(n,j,P,G,U2,!1,!0,!0,!1),f&&n.stroke()}else{const G=Math.max(o2*g/100*Math.abs(d)/100,1),j=O+this._paddingRightAndLeft+g/100*o2-G,P=B+this._paddingTopAndBottom;if(f){const $=n.createLinearGradient(j,P,j+G,P);$.addColorStop(0,"rgb(255 255 255)"),$.addColorStop(1,u),n.fillStyle=$,n.strokeStyle=u,n.lineWidth=1}else n.fillStyle=u;this._drawRectWithRoundedCorner(n,j,P,G,U2,!0,!1,!1,!0),f&&n.stroke()}}}),n.restore()}_drawRectWithRoundedCorner(n,e,t,i,r,o,h,l,u){const d=this._radius;!r||!i||(n.beginPath(),n.moveTo(e+d,t),n.lineTo(e+i-d,t),h?n.arcTo(e+i,t,e+i,t+d,d):n.lineTo(e+i,t),n.lineTo(e+i,t+r-d),l?n.arcTo(e+i,t+r,e+i-d,t+r,d):n.lineTo(e+i,t+r),n.lineTo(e+d,t+r),u?n.arcTo(e,t+r,e,t+r-d,d):n.lineTo(e,t+r),n.lineTo(e,t+d),o?n.arcTo(e,t,e+d,t,d):n.lineTo(e,t),n.closePath(),n.fill())}}W.SpreadsheetExtensionRegistry.add(R2);const e2=s=>Math.max(Math.min(100,s),0),z2=(s,a,n)=>{const e=n(s,a);if(e&&e.t===c.CellValueType.NUMBER){const t=Number(e.v);return Number.isNaN(t)?null:t}return null};class Q2 extends z{preComputing(a,n,e){const t=e.rule,i=t.rule,r=e.worksheet,o=new c.ObjectMatrix;![t.rule.config.max,t.rule.config.min].every(f=>f.type===y.num)&&Q(t.ranges,r.getMaxRows()-1,r.getMaxColumns()-1).forEach(m=>{c.Range.foreach(m,(F,E)=>{const A=e.getCellValue(F,E),B=A&&A.v;if(!I(B)&&(A==null?void 0:A.t)===c.CellValueType.NUMBER){const N=Number(B);!Number.isNaN(N)&&o.setValue(F,E,N)}})});const l=Y(i.config.min,o,{...e,cfId:t.cfId}),u=Y(i.config.max,o,{...e,cfId:t.cfId});let d=0,g=0;if(l.status===R.SUCCESS){const f=Number(l.result);d=Number.isNaN(f)?0:f}else{this._preComputingStatus$.next(T.preComputing);return}if(u.status===R.SUCCESS){const f=Number(u.result),m=Number.isNaN(f)?0:f;g=Math.max(m,d),d=Math.min(m,d);let F=50;if(d<0&&g<=0)F=100;else if(d<0&&g>0){const E=Math.abs(g)+Math.abs(d);F=Math.abs(d)/E*100}else d>=0&&g>0&&(F=0);this.setPreComputingCache({min:d,max:g,startPoint:F}),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){const{min:i,max:r,startPoint:o}=e,l=t.rule.rule,u=l.isShowValue,d=l.config.isGradient,g=z2(a,n,t.getCellValue);if(!(g===null||g<i||i===r||r<i)){if(g===0)return{color:x2,startPoint:o,value:0,isGradient:d,isShowValue:u};if(i<0&&r<=0){const f=r-i,m=e2((r-g)/f*100);return m===0?void 0:{color:l.config.nativeColor||g2,startPoint:o,value:-m,isGradient:d,isShowValue:u}}else if(i<0&&r>0)if(g>0){const f=e2(Math.min(g/r,1)*100);return f===0?void 0:{color:l.config.positiveColor||h2,startPoint:o,value:f,isGradient:d,isShowValue:u}}else{const f=e2(Math.min(Math.abs(g)/Math.abs(i),1)*100);return f===0?void 0:{color:l.config.nativeColor||g2,startPoint:o,value:-f,isGradient:d,isShowValue:u}}else if(i>=0&&r>0){const f=r-i,m=0,F=e2((1-(r-g)/f)*100);return F===0?void 0:{color:l.config.positiveColor||h2,startPoint:m,value:F,isGradient:d,isShowValue:u}}}}}class e0 extends z{preComputing(a,n,e){const t=e.rule.rule,i=e.rule.ranges,o=(()=>{switch(t.subType){case p.average:{let h=0,l=0;return i.forEach(u=>{c.Range.foreach(u,(d,g)=>{const f=e.getCellValue(d,g),m=k(f||void 0);f&&f.t===c.CellValueType.NUMBER&&m!==void 0&&(h+=Number(m)||0,l++)})}),{value:h/l,type:t.subType}}case p.uniqueValues:case p.duplicateValues:{const h=new Map;return i.forEach(l=>{c.Range.foreach(l,(u,d)=>{const g=e.getCellValue(u,d),f=k(g||void 0);if(f!==void 0){const m=h.get(f);m?h.set(f,m+1):h.set(f,1)}})}),{value:h,type:t.subType}}case p.rank:{const h=[];i.forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=k(m||void 0);m&&m.t===c.CellValueType.NUMBER&&F!==void 0&&h.push(Number(F)||0)})}),h.sort((d,g)=>g-d);const l=e.rule.rule,u=l.isPercent?Math.floor(Math.max(Math.min(l.value,100),0)/100*h.length):Math.floor(Math.max(Math.min(l.isBottom?l.value-1:l.value,h.length),0));return l.isBottom?{value:h[h.length-u-1],type:t.subType}:{value:h[Math.max(u-1,0)],type:t.subType}}case p.formula:{const h=t,l=e.accessor.get(C.ConditionalFormattingFormulaService);l.registerFormulaWithRange(e.unitId,e.subUnitId,e.rule.cfId,h.value,e.rule.ranges);const u=l.getFormulaMatrix(e.unitId,e.subUnitId,e.rule.cfId,h.value);return u&&u.status===R.SUCCESS?(this._preComputingStatus$.next(T.preComputingEnd),{value:u.result,type:t.subType}):(this._preComputingStatus$.next(T.preComputing),null)}case p.timePeriod:switch(t.operator){case x.last7Days:return{value:{start:c.dayjs().subtract(7,"day").valueOf(),end:c.dayjs().valueOf()},type:t.subType};case x.lastMonth:return{value:{start:c.dayjs().startOf("month").subtract(1,"month").valueOf(),end:c.dayjs().endOf("month").subtract(1,"month").valueOf()},type:t.subType};case x.lastWeek:return{value:{start:c.dayjs().startOf("week").subtract(1,"week").valueOf(),end:c.dayjs().endOf("week").subtract(1,"week").valueOf()},type:t.subType};case x.nextMonth:return{value:{start:c.dayjs().startOf("month").add(1,"month").valueOf(),end:c.dayjs().endOf("month").add(1,"month").valueOf()},type:t.subType};case x.nextWeek:return{value:{start:c.dayjs().startOf("week").add(1,"week").valueOf(),end:c.dayjs().endOf("week").add(1,"week").valueOf()},type:t.subType};case x.thisMonth:return{value:{start:c.dayjs().startOf("month").valueOf(),end:c.dayjs().endOf("month").valueOf()},type:t.subType};case x.thisWeek:return{value:{start:c.dayjs().startOf("week").valueOf(),end:c.dayjs().endOf("week").valueOf()},type:t.subType};case x.today:return{value:{start:c.dayjs().startOf("day").valueOf(),end:c.dayjs().endOf("day").valueOf()},type:t.subType};case x.tomorrow:return{value:{start:c.dayjs().startOf("day").add(1,"day").valueOf(),end:c.dayjs().endOf("day").add(1,"day").valueOf()},type:t.subType};case x.yesterday:return{value:{start:c.dayjs().startOf("day").subtract(1,"day").valueOf(),end:c.dayjs().endOf("day").subtract(1,"day").valueOf()},type:t.subType}}}})();this.setPreComputingCache(o)}getCellResult(a,n,e,t){const i=t.getCellValue(a,n),r=t.rule.rule;return(()=>{switch(r.subType){case p.number:{const l=i&&Number(i.v);if(I(l)||Number.isNaN(l)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER)return;const u=r;return q({operator:u.operator,value:u.value||0},l||0)}case p.text:{const l=r,u=k(i),d=u===null?"":String(u),g=l.value||"";switch(l.operator){case M.beginsWith:return d.startsWith(g);case M.containsBlanks:return/^\s*$/.test(d);case M.notContainsBlanks:return!/^\s*$/.test(d);case M.containsErrors:return U.ERROR_TYPE_SET.has(d);case M.notContainsErrors:return!U.ERROR_TYPE_SET.has(d);case M.containsText:return d.indexOf(g)>-1;case M.notContainsText:return d.indexOf(g)===-1;case M.endsWith:return d.endsWith(g);case M.equal:return d===g;case M.notEqual:return d!==g;default:return!1}}case p.timePeriod:{const l=k(i);if(I(l)||Number.isNaN(Number(l))||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return;const u=A2(Number(l)),{start:d,end:g}=e.value;return u>=d&&u<=g}case p.average:{const l=i&&i.v,u=Number(l);if(I(l)||Number.isNaN(u)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return!1;const d=r,g=e.value;switch(d.operator){case w.greaterThan:return u>g;case w.greaterThanOrEqual:return u>=g;case w.lessThan:return u<g;case w.lessThanOrEqual:return u<=g;case w.equal:return X(u,g);case w.notEqual:return!X(u,g);default:return!1}}case p.rank:{const l=k(i),u=Number(l);if(I(l)||Number.isNaN(u)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return!1;const d=e.value;return r.isBottom?u<=d:u>=d}case p.uniqueValues:{const l=k(i);return I(l)||!e?!1:e.value.get(l)===1}case p.duplicateValues:{const l=k(i);return I(l)||!e?!1:e.value.get(l)!==1}case p.formula:{const l=e==null?void 0:e.value;return l?l.getValue(a,n)===!0:!1}}})()?r.style:{}}}const t0=(s,a,n)=>{const e=n(s,a);if(e&&e.t===c.CellValueType.NUMBER){const t=Number(e.v);return Number.isNaN(t)?null:t}return null};class n0 extends z{preComputing(a,n,e){const t=e.rule.rule,i=e.worksheet,r=new c.ObjectMatrix;!t.config.every(u=>u.value.type===y.num)&&Q(e.rule.ranges,i.getMaxRows()-1,i.getMaxColumns()-1).forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=m&&m.v;if(!I(F)&&(m==null?void 0:m.t)===c.CellValueType.NUMBER){const E=Number(F);!Number.isNaN(E)&&r.setValue(g,f,E)}})});const h=t.config.map(u=>Y(u.value,r,{...e,cfId:e.rule.cfId}));if(!h.some(u=>u.status!==R.SUCCESS)){const u=h.map((d,g)=>({operator:t.config[g].operator,value:Number(d.result)||0})).reduce((d,g,f,m)=>{const F=t.config[f];if(!f||f===m.length-1)d.push({...g,iconId:F.iconId,iconType:F.iconType});else{const E=m[f-1];q(E,g.value)||d.push({...g,iconId:F.iconId,iconType:F.iconType})}return d},[]);this.setPreComputingCache(u),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){if(!e)return null;const i=t0(a,n,t.getCellValue);if(i===null)return;const r=t.rule.rule,o=r.isShowValue===void 0?!0:!!r.isShowValue;for(let h=0;h<e.length;h++){const l=e[h],u={...l},d={...l},{iconId:g,iconType:f}=l;if(h===0){if(q(l,i))return{iconId:g,iconType:f,isShowValue:o}}else{if(h===e.length-1)return{iconId:g,iconType:f,isShowValue:o};{const m=e[h-1];if(d.operator=_2(m.operator),d.value=m.value,q(u,i)&&q(d,i))return{iconId:g,iconType:f,isShowValue:o}}}}}}var i0=Object.defineProperty,s0=Object.getOwnPropertyDescriptor,r0=(s,a,n,e)=>{for(var t=e>1?void 0:e?s0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&i0(a,n,t),t},t2=(s,a)=>(n,e)=>a(n,e,s);const n2=50*20*3*3;C.ConditionalFormattingViewModel=class extends c.Disposable{constructor(n,e,t,i){super();v(this,"_calculateUnitManagers",new Map);v(this,"_rTreeManager",new c.RTree);v(this,"_cellCache",new c.LRUMap(n2));v(this,"_markDirty$",new L.Subject);v(this,"markDirty$",this._markDirty$.asObservable());v(this,"_markRuleDirtyAtOnce",(n,e,t,i=!0)=>{if(this._cellCache.clear(),i){const o=this._ensureCalculateUnitManager(n,e).get(t);o&&o.resetPreComputingCache()}this._markDirty$.next({unitId:n,subUnitId:e,cfId:t})});v(this,"markRuleDirty",(()=>{const n=new L.Subject;return n.pipe(J.bufferTime(100),J.filter(e=>!!e.length),J.map(e=>{const t=new Set,i=[];return e.forEach(r=>{const o=`${r.unitId}_${r.subUnitId}_${r.cfId}`;if(t.has(o)){if(r.isNeedResetPreComputingCache){const h=i.find(l=>l.cfId===r.cfId);h.isNeedResetPreComputingCache=!0}return}t.add(o),i.push({...r})}),i})).subscribe(e=>{e.forEach(t=>{this._markRuleDirtyAtOnce(t.unitId,t.subUnitId,t.cfId,t.isNeedResetPreComputingCache)})}),(e,t,i,r=!0)=>{n.next({unitId:e,subUnitId:t,cfId:i,isNeedResetPreComputingCache:r})}})());this._injector=n,this._conditionalFormattingRuleModel=e,this._conditionalFormattingFormulaService=t,this._univerInstanceService=i,this._initRuleListener(),this._handleCustomFormulasSeparately(),this._initCFFormulaListener()}_initCFFormulaListener(){this.disposeWithMe(this._conditionalFormattingFormulaService.result$.subscribe(({unitId:n,subUnitId:e,cfId:t,isAllFinished:i})=>{i&&this._markRuleDirtyAtOnce(n,e,t,i)}))}getCellCfs(n,e,t,i){const r=this._createCacheKey(n,e,t,i);if(this._cellCache.has(r))return this._cellCache.get(r);const o=this._getCellCfs(n,e,t,i);return o.length&&this._cellCache.set(r,o),o}_getCellCfs(n,e,t,i){var d;const r=(d=this._conditionalFormattingRuleModel.getSubunitRules(n,e))!=null?d:[],o=this._ensureCalculateUnitManager(n,e),h=this._rTreeManager.bulkSearch([{unitId:n,sheetId:e,range:{startColumn:i,endColumn:i,startRow:t,endRow:t}}]),l=r.filter(g=>h.has(g.cfId));return l.length?l.map(g=>{const f=o.get(g.cfId);return f?{cfId:g.cfId,result:f.getCell(t,i)}:null}).filter(g=>!!g).map((g,f)=>({...g,priority:f})):[]}_handleCustomFormulasSeparately(){this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(n=>{if(n.type==="set"){const{unitId:e,subUnitId:t}=n,i=n.oldRule;i.rule.type===_.highlightCell&&i.rule.subType===p.formula&&this._conditionalFormattingFormulaService.deleteCache(e,t,i.cfId)}}))}_initRuleListener(){this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(n=>{const{unitId:e,subUnitId:t,rule:i}=n,{cfId:r,ranges:o}=i,h=this._ensureCalculateUnitManager(e,t);switch(this.markRuleDirty(e,t,r),n.type){case"add":{this._rTreeManager.bulkInsert(o.map(u=>({unitId:e,sheetId:t,id:r,range:u})));const l=this._createRuleCalculateUnitInstance(e,t,i);if(!l)return;h.set(i.cfId,l);break}case"delete":{this._rTreeManager.bulkRemove(o.map(l=>({unitId:e,sheetId:t,id:r,range:l}))),h.delete(i.cfId);break}case"set":{const l=n.oldRule;if(this._rTreeManager.bulkRemove(l.ranges.map(u=>({unitId:e,sheetId:t,id:l.cfId,range:u}))),this._rTreeManager.bulkInsert(o.map(u=>({unitId:e,sheetId:t,id:r,range:u}))),l.rule.type!==i.rule.type){const u=this._createRuleCalculateUnitInstance(e,t,i);if(!u)return;h.delete(l.cfId),h.set(i.cfId,u)}else{const u=h.get(l.cfId);if(!u)return;u.updateRule(i)}}}}))}_ensureCalculateUnitManager(n,e){let t=this._calculateUnitManagers.get(n);t||(t=new Map,this._calculateUnitManagers.set(n,t));let i=t.get(e);return i||(i=new Map,t.set(e,i)),i}_createRuleCalculateUnitInstance(n,e,t){const i=this._univerInstanceService.getUnit(n),r=i==null?void 0:i.getSheetBySheetId(e);if(!i||!r)return;const o={workbook:i,worksheet:r,unitId:n,subUnitId:e,accessor:this._injector,rule:t,limit:n2,getCellValue:(h,l)=>r.getCellRaw(h,l)||{}};switch(t.rule.type){case _.colorScale:return new K2(o);case _.dataBar:return new Q2(o);case _.highlightCell:return new e0(o);case _.iconSet:return new n0(o)}}_createCacheKey(n,e,t,i){return`${n}_${e}_${t}_${i}`}setCacheLength(n=n2){this._cellCache.limit!==n&&(this._cellCache.limit=n,this._calculateUnitManagers.forEach(e=>{e.forEach(t=>{t.forEach(i=>{i.setCacheLength(n)})})}))}},C.ConditionalFormattingViewModel=r0([t2(0,c.Inject(c.Injector)),t2(1,c.Inject(b)),t2(2,c.Inject(C.ConditionalFormattingFormulaService)),t2(3,c.IUniverInstanceService)],C.ConditionalFormattingViewModel);const a0={mistake:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.87359%206.87332C6.6146%207.13231%206.6146%207.55221%206.87359%207.8112L9.062%209.99961L6.87356%2012.188C6.61457%2012.447%206.61457%2012.8669%206.87356%2013.1259C7.13255%2013.3849%207.55245%2013.3849%207.81144%2013.1259L9.99987%2010.9375L12.1882%2013.1258C12.4472%2013.3848%2012.8671%2013.3848%2013.1261%2013.1258C13.3851%2012.8669%2013.3851%2012.447%2013.1261%2012.188L10.9378%209.99961L13.1261%207.81127C13.3851%207.55228%2013.3851%207.13238%2013.1261%206.87339C12.8671%206.61441%2012.4472%206.61441%2012.1882%206.87339L9.99987%209.06173L7.81147%206.87332C7.55248%206.61433%207.13257%206.61433%206.87359%206.87332Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A",warn:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Cpath%20d%3D%22M9.16817%206.67735C9.16646%206.61745%209.1656%206.5875%209.16653%206.56236C9.18103%206.16817%209.49136%205.84883%209.88497%205.82306C9.91008%205.82141%209.94004%205.82141%209.99996%205.82141V5.82141C10.0599%205.82141%2010.0899%205.82141%2010.115%205.82306C10.5086%205.84883%2010.8189%206.16817%2010.8334%206.56236C10.8343%206.5875%2010.8335%206.61745%2010.8318%206.67735L10.7043%2011.131C10.6934%2011.5121%2010.3812%2011.8154%209.99995%2011.8154V11.8154C9.61866%2011.8154%209.30655%2011.5121%209.29564%2011.131L9.16817%206.67735Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3Crect%20x%3D%229.31488%22%20y%3D%2212.8086%22%20width%3D%221.37006%22%20height%3D%221.37006%22%20rx%3D%220.685032%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A",correct:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.037%2010C17.037%2013.8865%2013.8864%2017.0371%209.99999%2017.0371C6.11354%2017.0371%202.96295%2013.8865%202.96295%2010C2.96295%206.1136%206.11354%202.96301%209.99999%202.96301C13.8864%202.96301%2017.037%206.1136%2017.037%2010Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3Cpath%20d%3D%22M13.9239%207.17477C13.6638%206.91472%2013.2422%206.91472%2012.9821%207.17477L8.74433%2011.4126L7.01786%209.6861C6.75781%209.42606%206.33619%209.42606%206.07614%209.6861C5.81609%209.94615%205.81609%2010.3678%206.07614%2010.6278L8.27349%2012.8252C8.53354%2013.0852%208.95516%2013.0852%209.21521%2012.8252L9.2195%2012.8209L13.9239%208.1165C14.1839%207.85645%2014.1839%207.43482%2013.9239%207.17477Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A"},l0={starEmpty:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A",starIncomplete:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_177)%22%3E%0A%3Cmask%20id%3D%22mask0_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2210%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20x%3D%2210.3704%22%20y%3D%220.37037%22%20width%3D%229.25926%22%20height%3D%2219.2593%22%20fill%3D%22%23C4C4C4%22%20stroke%3D%22%23F7D564%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask1_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2220%22%20fill%3D%22%23C4C4C4%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask1_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_177%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A",starFull:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A"},o0={progress0:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress25:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M16.2963%209.99991C16.2963%209.17307%2016.1335%208.35432%2015.8171%207.59042C15.5006%206.82652%2015.0369%206.13242%2014.4522%205.54776C13.8675%204.96309%2013.1734%204.49931%2012.4095%204.18289C11.6456%203.86647%2010.8269%203.70361%2010%203.70361L10%209.99991H16.2963Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress50:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M10%2016.2962C11.6699%2016.2962%2013.2714%2015.6328%2014.4522%2014.4521C15.633%2013.2713%2016.2963%2011.6698%2016.2963%209.99991C16.2963%208.33003%2015.633%206.72854%2014.4522%205.54776C13.2714%204.36697%2011.6699%203.70361%2010%203.70361L10%209.99991L10%2016.2962Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress75:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M3.70374%209.99991C3.70374%2011.2452%204.07301%2012.4625%204.76485%2013.4979C5.4567%2014.5334%206.44005%2015.3404%207.59054%2015.8169C8.74104%2016.2935%2010.007%2016.4182%2011.2284%2016.1752C12.4497%2015.9323%2013.5716%2015.3326%2014.4522%2014.4521C15.3327%2013.5715%2015.9324%2012.4496%2016.1753%2011.2283C16.4183%2010.0069%2016.2936%208.74092%2015.8171%207.59042C15.3405%206.43992%2014.5335%205.45658%2013.4981%204.76473C12.4626%204.07288%2011.2453%203.70361%2010%203.70361L10%209.99991L3.70374%209.99991Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress100:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99991%22%20r%3D%226.2963%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A"},u0={signal0:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal25:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal50:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal75:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal100:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93933%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70447%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A"},c0={guffaw:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.887%2010C16.887%2013.8037%2013.8036%2016.8871%209.99999%2016.8871C6.19638%2016.8871%203.11295%2013.8037%203.11295%2010C3.11295%206.19644%206.19638%203.11301%209.99999%203.11301C13.8036%203.11301%2016.887%206.19644%2016.887%2010Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M12.5355%2013.5821C13.0482%2013.1841%2013.3951%2012.6107%2013.5405%2012.0327C13.5934%2011.8226%2013.5051%2011.6349%2013.3518%2011.5331C13.2036%2011.4346%2013.0031%2011.4203%2012.8265%2011.5131C11.0615%2012.4407%208.94609%2012.4427%207.1828%2011.513C7.00629%2011.4199%206.80602%2011.4343%206.65798%2011.5329C6.50518%2011.6346%206.41701%2011.8217%206.46844%2012.0312C6.61029%2012.609%206.95079%2013.1833%207.46449%2013.5821C8.14361%2014.1093%209.05608%2014.3999%2010%2014.3999C10.9439%2014.3999%2011.8564%2014.1093%2012.5355%2013.5821Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A",smile:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2011.8518C7.03705%2011.8518%207.77779%2013.7037%2010%2013.7037C12.2222%2013.7037%2012.963%2011.8518%2012.963%2011.8518%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",noninductive:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2012.5927C7.03705%2012.5927%208.14816%2012.5927%2010.3704%2012.5927C12.5926%2012.5927%2012.963%2012.5927%2012.963%2012.5927%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",dissatisfied:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2013.7037C7.03705%2013.7037%207.77779%2011.8519%2010%2011.8519C12.2222%2011.8519%2012.963%2013.7037%2012.963%2013.7037%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",impatient:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.47573%2011.731C6.96306%2012.129%206.61613%2012.7024%206.47071%2013.2804C6.41784%2013.4905%206.50617%2013.6782%206.65942%2013.78C6.80761%2013.8785%207.00813%2013.8928%207.18477%2013.8C8.9498%2012.8724%2011.0652%2012.8704%2012.8285%2013.8002C13.005%2013.8932%2013.2052%2013.8788%2013.3533%2013.7802C13.5061%2013.6785%2013.5942%2013.4914%2013.5428%2013.2819C13.401%2012.7041%2013.0605%2012.1298%2012.5468%2011.731C11.8676%2011.2038%2010.9552%2010.9132%2010.0112%2010.9132C9.06732%2010.9132%208.15485%2011.2038%207.47573%2011.731Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A"},d0=JSON.parse('{"down-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","down-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A"}'),D={feedback:a0,star:l0,progress:o0,signal:u0,feeling:c0,arrow:d0,shape:{cross:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223.70374%22%20y%3D%228.14795%22%20width%3D%2212.5926%22%20height%3D%223.7037%22%20rx%3D%220.740741%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A",up:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.44533%205.81157C9.74012%205.47858%2010.2598%205.47858%2010.5546%205.81157L16.2868%2012.2867C16.71%2012.7647%2016.3706%2013.5184%2015.7322%2013.5184H4.26776C3.62933%2013.5184%203.28995%2012.7647%203.71313%2012.2867L9.44533%205.81157Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A",down:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5547%2014.1884C10.2599%2014.5214%209.74019%2014.5214%209.4454%2014.1884L3.71321%207.71335C3.29002%207.23532%203.6294%206.48161%204.26784%206.48161L15.7322%206.48161C16.3707%206.48161%2016.7101%207.23532%2016.2869%207.71335L10.5547%2014.1884Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","rhomboid-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","rhomboid-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-greed":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-pink":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FB9D9D%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-black":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A","triangle-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_237)%22%3E%0A%3Cpath%20d%3D%22M9.32308%204.41301C9.58368%203.82623%2010.4164%203.82623%2010.677%204.413L15.9526%2016.2917C16.1701%2016.7815%2015.8115%2017.3331%2015.2756%2017.3331H4.72454C4.18858%2017.3331%203.83002%2016.7815%204.04756%2016.2917L9.32308%204.41301Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_237%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A","indicate-greed":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","indicate-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","indicate-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A"},feedback2:{mistake2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.12194%206.33702C4.1805%206.47839%204.30722%206.6051%204.56066%206.85854L8.36822%2010.6661L4.56062%2014.4737C4.30718%2014.7272%204.18046%2014.8539%204.12191%2014.9952C4.04384%2015.1837%204.04384%2015.3955%204.12191%2015.584C4.18046%2015.7253%204.30718%2015.8521%204.56062%2016.1055C4.81406%2016.3589%204.94078%2016.4857%205.08214%2016.5442C5.27062%2016.6223%205.4824%2016.6223%205.67089%2016.5442C5.81225%2016.4857%205.93897%2016.3589%206.19241%2016.1055L10%2012.2979L13.8074%2016.1053C14.0609%2016.3588%2014.1876%2016.4855%2014.329%2016.544C14.5174%2016.6221%2014.7292%2016.6221%2014.9177%2016.544C15.0591%2016.4855%2015.1858%2016.3588%2015.4392%2016.1053L15.4392%2016.1053C15.6927%2015.8519%2015.8194%2015.7252%2015.8779%2015.5838C15.956%2015.3953%2015.956%2015.1835%2015.8779%2014.9951C15.8194%2014.8537%2015.6927%2014.727%2015.4392%2014.4735L15.4392%2014.4735L11.6318%2010.6661L15.4392%206.85872C15.6926%206.60528%2015.8193%206.47856%2015.8779%206.3372C15.956%206.14871%2015.956%205.93694%2015.8779%205.74845C15.8193%205.60709%2015.6926%205.48037%2015.4392%205.22693C15.1857%204.97349%2015.059%204.84677%2014.9177%204.78822C14.7292%204.71015%2014.5174%204.71015%2014.3289%204.78822C14.1876%204.84677%2014.0608%204.97349%2013.8074%205.22693L10%209.03433L6.19244%205.22676C5.939%204.97332%205.81228%204.8466%205.67092%204.78805C5.48244%204.70997%205.27066%204.70997%205.08218%204.78805C4.94082%204.8466%204.8141%204.97332%204.56066%205.22676L4.56066%205.22676C4.30722%205.4802%204.1805%205.60692%204.12194%205.74828C4.04387%205.93676%204.04387%206.14854%204.12194%206.33702Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A",warn2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.49778%205.00963C8.48513%204.56774%208.47881%204.3468%208.56086%204.17746C8.63301%204.02856%208.75124%203.90689%208.89802%203.83052C9.06494%203.74365%209.28597%203.74365%209.72805%203.74365H10.272C10.714%203.74365%2010.9351%203.74365%2011.102%203.83052C11.2488%203.9069%2011.367%204.02856%2011.4392%204.17746C11.5212%204.3468%2011.5149%204.56775%2011.5022%205.00964L11.2644%2013.3173C11.2524%2013.737%2011.2464%2013.9468%2011.1609%2014.1065C11.0857%2014.2471%2010.9687%2014.3609%2010.826%2014.432C10.6639%2014.5129%2010.454%2014.5129%2010.0342%2014.5129H9.96582C9.54601%2014.5129%209.33611%2014.5129%209.17397%2014.432C9.0313%2014.3609%208.91426%2014.2471%208.83904%2014.1065C8.75357%2013.9468%208.74756%2013.737%208.73555%2013.3173L8.49778%205.00963Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Crect%20x%3D%228.76917%22%20y%3D%2215.2817%22%20width%3D%222.46154%22%20height%3D%222.46154%22%20rx%3D%220.769231%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A",correct2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_248)%22%3E%0A%3Cpath%20d%3D%22M15.689%205.69723C15.5476%205.75578%2015.4209%205.8825%2015.1675%206.13594L7.82436%2013.4791L4.83279%2010.4875C4.57935%2010.2341%204.45263%2010.1073%204.31127%2010.0488C4.12278%209.97071%203.91101%209.97071%203.72252%2010.0488C3.58116%2010.1073%203.45444%2010.2341%203.201%2010.4875C2.94756%2010.7409%202.82084%2010.8676%202.76229%2011.009C2.68422%2011.1975%202.68422%2011.4093%202.76229%2011.5978C2.82084%2011.7391%202.94756%2011.8658%203.201%2012.1193L7.0085%2015.9268C7.26194%2016.1802%207.38866%2016.3069%207.53002%2016.3655C7.7185%2016.4436%207.93028%2016.4436%208.11876%2016.3655C8.26013%2016.3069%208.38685%2016.1802%208.64028%2015.9268C8.66387%2015.9032%208.68636%2015.8807%208.7078%2015.8592L16.7993%207.76772C17.0527%207.51428%2017.1794%207.38756%2017.238%207.2462C17.3161%207.05772%2017.3161%206.84594%2017.238%206.65746C17.1794%206.5161%2017.0527%206.38938%2016.7993%206.13594C16.5458%205.8825%2016.4191%205.75578%2016.2777%205.69723C16.0893%205.61915%2015.8775%205.61915%2015.689%205.69723Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_248%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"},flag:{"flag-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","flag-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","flag-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A"},cell:{"cell-0":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-25":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-50":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-75":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-100":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A"}},I2=[{title:"sheet.cf.iconSet.direction",group:[{name:"3Arrows",list:[D.arrow["up-green"],D.arrow["right-gold"],D.arrow["down-red"]]},{name:"3ArrowsGray",list:[D.arrow["up-gray"],D.arrow["right-gray"],D.arrow["down-gray"]]},{name:"4Arrows",list:[D.arrow["up-green"],D.arrow["rightAndUp-gold"],D.arrow["rightAndDown-gold"],D.arrow["down-red"]]},{name:"4ArrowsGray",list:[D.arrow["up-gray"],D.arrow["rightAndUp-gray"],D.arrow["rightAndDown-gray"],D.arrow["down-gray"]]},{name:"5Arrows",list:[D.arrow["up-green"],D.arrow["rightAndUp-gold"],D.arrow["right-gold"],D.arrow["rightAndDown-gold"],D.arrow["down-red"]]},{name:"5ArrowsGray",list:[D.arrow["up-gray"],D.arrow["rightAndUp-gray"],D.arrow["right-gray"],D.arrow["rightAndDown-gray"],D.arrow["down-gray"]]},{name:"3Triangles",list:[D.shape.up,D.shape.cross,D.shape.down]}]},{title:"sheet.cf.iconSet.shape",group:[{name:"3TrafficLights1",list:[D.shape["roundness-greed"],D.shape["roundness-gold"],D.shape["roundness-red"]]},{name:"3Signs",list:[D.shape["roundness-greed"],D.shape["triangle-gold"],D.shape["rhomboid-red"]]},{name:"3TrafficLights2",list:[D.shape["indicate-greed"],D.shape["indicate-gold"],D.shape["indicate-red"]]},{name:"4RedToBlack",list:[D.shape["roundness-red"],D.shape["roundness-pink"],D.shape["roundness-gray"],D.shape["roundness-black"]]},{name:"4TrafficLights",list:[D.shape["roundness-greed"],D.shape["roundness-gold"],D.shape["roundness-red"],D.shape["roundness-black"]]}]},{title:"sheet.cf.iconSet.mark",group:[{name:"3Symbols",list:[D.feedback.correct,D.feedback.warn,D.feedback.mistake]},{name:"3Symbols2",list:[D.feedback2.correct2,D.feedback2.warn2,D.feedback2.mistake2]},{name:"3Flags",list:[D.flag["flag-green"],D.flag["flag-gold"],D.flag["flag-red"]]}]},{title:"sheet.cf.iconSet.rank",group:[{name:"4Rating",list:[D.signal.signal25,D.signal.signal50,D.signal.signal75,D.signal.signal100]},{name:"5Rating",list:[D.signal.signal0,D.signal.signal25,D.signal.signal50,D.signal.signal75,D.signal.signal100]},{name:"5Quarters",list:[D.progress.progress100,D.progress.progress75,D.progress.progress50,D.progress.progress25,D.progress.progress0]},{name:"_5Felling",list:[D.feeling.guffaw,D.feeling.smile,D.feeling.noninductive,D.feeling.dissatisfied,D.feeling.impatient]},{name:"5Boxes",list:[D.cell["cell-100"],D.cell["cell-75"],D.cell["cell-50"],D.cell["cell-25"],D.cell["cell-0"]]},{name:"3Stars",list:[D.star.starFull,D.star.starIncomplete,D.star.starEmpty]}]}],K=I2.reduce((s,a)=>{const{group:n}=a;for(const e of n)s[e.name]=e.list;return s},{});for(const s in K){const a=K[s];Object.freeze(a)}const S2="EMPTY_ICON_TYPE",i2={type:c.CommandType.MUTATION,id:"sheet.mutation.move-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,start:t,end:i}=a;return s.get(b).moveRulePriority(n,e,t,i),!0}},h0=s=>{const{unitId:a,subUnitId:n}=s,e=w2(s.start,s.end);if(!e)return[];const[t,i]=e;return[{id:i2.id,params:{unitId:a,subUnitId:n,start:t,end:i}}]},b2=(s,a)=>{const n=s.get(b),{unitId:e,subUnitId:t,cfId:i}=a,r=[...n.getSubunitRules(e,t)||[]],o=r.findIndex(l=>l.cfId===i),h=r[o-1];if(o>-1){const l=r[o],u=[{id:C2.id,params:{unitId:e,subUnitId:t,rule:c.Tools.deepClone(l)}}];if(r.splice(o,1),o!==0){const d=r[0];if(d){const g=v2({id:d.cfId,type:"before"},{id:h.cfId,type:"after"},r,E=>E.cfId);if(!g)return u;const[f,m]=g,F={unitId:e,subUnitId:t,start:f,end:m};u.push({id:i2.id,params:F})}}return u}return[]},s2={type:c.CommandType.MUTATION,id:"sheet.mutation.delete-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,cfId:t}=a;return s.get(b).deleteRule(n,e,t),!0}},g0=(s,a)=>({id:s2.id,params:{unitId:a.unitId,subUnitId:a.subUnitId,cfId:a.rule.cfId}}),C2={type:c.CommandType.MUTATION,id:"sheet.mutation.add-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,rule:t}=a;return s.get(b).addRule(n,e,t),!0}},D2={type:c.CommandType.MUTATION,id:"sheet.mutation.set-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,rule:t}=a,i=a.cfId||a.rule.cfId;return s.get(b).setRule(n,e,t,i),!0}},C0=(s,a)=>{const n=s.get(b),{unitId:e,subUnitId:t}=a,i=a.cfId||a.rule.cfId,r=n.getRule(e,t,i);return r?[{id:D2.id,params:{unitId:e,subUnitId:t,cfId:i,rule:c.Tools.deepClone(r)}}]:[]},D0="ssheets-conditional-formatting.config",f0={};var m0=Object.defineProperty,F0=Object.getOwnPropertyDescriptor,v0=(s,a,n,e)=>{for(var t=e>1?void 0:e?F0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&m0(a,n,t),t},Z=(s,a)=>(n,e)=>a(n,e,s);C.ConditionalFormattingService=class extends c.Disposable{constructor(a,n,e,t,i,r){super(),this._conditionalFormattingRuleModel=a,this._injector=n,this._univerInstanceService=e,this._resourceManagerService=t,this._sheetInterceptorService=i,this._commandService=r,this._initCellChange(),this._initSnapshot(),this._initSheetChange()}get _conditionalFormattingViewModelV2(){return this._injector.get(C.ConditionalFormattingViewModel)}composeStyle(a,n,e,t){const i=this._conditionalFormattingViewModelV2.getCellCfs(a,n,e,t);if(i&&(i!=null&&i.length)){const r=i.map(l=>this._conditionalFormattingRuleModel.getRule(a,n,l.cfId)).filter(l=>!!l).reverse(),o=r.findIndex(l=>l==null?void 0:l.stopIfTrue);return o>-1&&r.splice(o+1),r.reduce((l,u)=>{var f;const d=u.rule.type,g=i.find(m=>m.cfId===u.cfId);if(d===_.highlightCell)g.result&&c.Tools.deepMerge(l,{style:g.result});else if(d===_.colorScale){const m=g==null?void 0:g.result;m&&typeof m=="string"&&(l.style={...(f=l.style)!=null?f:{},bg:{rgb:m}})}else if(d===_.dataBar){const m=g==null?void 0:g.result;m&&(l.dataBar=m,l.isShowValue=m.isShowValue)}else if(d===_.iconSet){const m=g==null?void 0:g.result;m&&(l.iconSet=m,l.isShowValue=m.isShowValue)}return l},{})}return null}_initSnapshot(){const a=e=>{const t=this._conditionalFormattingRuleModel.getUnitRules(e),i={};return t?(t.forEach((r,o)=>{i[o]=r}),JSON.stringify(i)):""},n=e=>{if(!e)return{};try{return JSON.parse(e)}catch{return{}}};this.disposeWithMe(this._resourceManagerService.registerPluginResource({pluginName:u2,businesses:[c.UniverInstanceType.UNIVER_SHEET],toJson:e=>a(e),parseJson:e=>n(e),onUnLoad:e=>{this._conditionalFormattingRuleModel.deleteUnitId(e)},onLoad:(e,t)=>{Object.keys(t).forEach(i=>{[...t[i]].reverse().forEach(o=>{this._conditionalFormattingRuleModel.addRule(e,i,o)})})}}))}_initSheetChange(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:a=>{if(a.id===S.RemoveSheetCommand.id){const n=a.params,e=n.unitId||w0(this._univerInstanceService),t=n.subUnitId||E0(this._univerInstanceService);if(!t)return{redos:[],undos:[]};const i=this._conditionalFormattingRuleModel.getSubunitRules(e,t);if(!i)return{redos:[],undos:[]};const r=[],o=[];return i.forEach(h=>{const l={unitId:e,subUnitId:t,cfId:h.cfId};r.push({id:s2.id,params:l}),o.push(...b2(this._injector,l))}),{redos:r,undos:o}}return{redos:[],undos:[]}}}))}_initCellChange(){this.disposeWithMe(this._commandService.onCommandExecuted(a=>{const n=(e,t,i)=>{const r=new Set;return i.forEach(([o,h])=>{const l=this._conditionalFormattingViewModelV2.getCellCfs(e,t,o,h);l==null||l.forEach(u=>r.add(u.cfId))}),[...r].map(o=>this._conditionalFormattingRuleModel.getRule(e,t,o)).filter(o=>!!o)};switch(a.id){case S.SetRangeValuesMutation.id:{const e=a.params,{subUnitId:t,unitId:i,cellValue:r}=e,o=[];new c.ObjectMatrix(r).forValue((l,u,d)=>{d&&Object.keys(d).some(f=>["p","v"].includes(f))&&o.push([l,u])}),n(i,t,o).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,t,l.cfId)});break}case S.InsertColMutation.id:case S.RemoveColMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i),o={...e,endColumn:Number.MAX_SAFE_INTEGER};r&&r.filter(l=>l.ranges.some(u=>c.Rectangle.intersects(u,o))).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,l.cfId)});break}case S.RemoveRowMutation.id:case S.InsertRowMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i),o={...e,endRow:Number.MAX_SAFE_INTEGER};r&&r.filter(l=>l.ranges.some(u=>c.Rectangle.intersects(u,o))).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,l.cfId)});break}case S.MoveRowsMutation.id:{const{sourceRange:e,targetRange:t,unitId:i,subUnitId:r}=a.params,o=this._conditionalFormattingRuleModel.getSubunitRules(i,r),h={startRow:Math.min(e.startRow,t.startRow),endRow:Number.MAX_SAFE_INTEGER,startColumn:0,endColumn:Number.MAX_SAFE_INTEGER};o&&o.filter(u=>u.ranges.some(d=>c.Rectangle.intersects(d,h))).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,r,u.cfId)});break}case S.MoveColsMutation.id:{const{sourceRange:e,targetRange:t,unitId:i,subUnitId:r}=a.params,o=this._conditionalFormattingRuleModel.getSubunitRules(i,r),h={startRow:0,endRow:Number.MAX_SAFE_INTEGER,startColumn:Math.min(e.startColumn,t.startColumn),endColumn:Number.MAX_SAFE_INTEGER};o&&o.filter(u=>u.ranges.some(d=>c.Rectangle.intersects(d,h))).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,r,u.cfId)});break}case S.MoveRangeMutation.id:{const{unitId:e,to:t,from:i}=a.params,r=o=>{const h=[];new c.ObjectMatrix(o.value).forValue((u,d)=>{h.push([u,d])}),n(e,o.subUnitId,h).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(e,o.subUnitId,u.cfId)})};r(t),r(i);break}case S.ReorderRangeMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i);r&&r.filter(h=>h.ranges.some(l=>c.Rectangle.intersects(l,e))).forEach(h=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,h.cfId)});break}}}))}},C.ConditionalFormattingService=v0([Z(0,c.Inject(b)),Z(1,c.Inject(c.Injector)),Z(2,c.Inject(c.IUniverInstanceService)),Z(3,c.Inject(c.IResourceManagerService)),Z(4,c.Inject(S.SheetInterceptorService)),Z(5,c.Inject(c.ICommandService))],C.ConditionalFormattingService);const w0=s=>s.getCurrentUnitForType(c.UniverInstanceType.UNIVER_SHEET).getUnitId(),E0=s=>{var a;return(a=s.getCurrentUnitForType(c.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:a.getSheetId()};var p0=Object.defineProperty,A0=Object.getOwnPropertyDescriptor,_0=(s,a,n,e)=>{for(var t=e>1?void 0:e?A0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&p0(a,n,t),t},f2=(s,a)=>(n,e)=>a(n,e,s);C.UniverSheetsConditionalFormattingPlugin=(r2=class extends c.Plugin{constructor(a=f0,n,e,t){super(),this._config=a,this._injector=n,this._commandService=e,this._configService=t;const{...i}=this._config;this._configService.setConfig(D0,i),[[C.ConditionalFormattingService],[C.ConditionalFormattingFormulaService],[b],[C.ConditionalFormattingViewModel]].forEach(r=>{this._injector.add(r)}),[C2,s2,D2,i2,H].forEach(r=>{this._commandService.registerCommand(r)})}onStarting(){this._injector.get(C.ConditionalFormattingService),c.touchDependencies(this._injector,[[C.ConditionalFormattingService],[C.ConditionalFormattingViewModel]])}},v(r2,"pluginName",u2),v(r2,"type",c.UniverInstanceType.UNIVER_SHEET),r2),C.UniverSheetsConditionalFormattingPlugin=_0([f2(1,c.Inject(c.Injector)),f2(2,c.Inject(c.ICommandService)),f2(3,c.IConfigService)],C.UniverSheetsConditionalFormattingPlugin);const L2="sheet-conditional-rule-icon",y0=35,T2=15,B2=2;class k2 extends W.SheetExtension{constructor(){super();v(this,"_paddingRightAndLeft",B2);v(this,"_width",T2);v(this,"_imageMap",new Map);v(this,"uKey",L2);v(this,"Z_INDEX",y0);v(this,"_radius",1);this._init()}draw(n,e,t,i){const{worksheet:r}=t;if(!r)return!1;n.save(),c.Range.foreach(t.rowColumnSegment,(o,h)=>{if(!r.getRowVisible(o)||!r.getColVisible(h))return;const l=r.getCell(o,h);if(l!=null&&l.iconSet){const{iconType:u,iconId:d}=l.iconSet;if(u===S2)return;const g=this._imageMap.get(this._createKey(u,d));if(!g)return;const f=t.getCellWithCoordByIndex(o,h,!1);let{isMerged:m,isMergedMainCell:F,mergeInfo:E,startY:A,endY:B,startX:N,endX:O}=f;if(m||(F&&(A=E.startY,B=E.endY,N=E.startX,O=E.endX),!this.isRenderDiffRangesByCell(E,i)))return;const a2=O-N,l2=B-A;if(this._width>l2||this._width>a2+this._paddingRightAndLeft*2)return;const m2=(l2-this._width)/2+A;n.drawImage(g,N+this._paddingRightAndLeft,m2,this._width,this._width)}}),n.restore()}_init(){for(const n in K)K[n].forEach((t,i)=>{const r=this._createKey(n,String(i)),o=new Image;o.onload=()=>{this._imageMap.set(r,o)},o.src=t})}_createKey(n,e){return`${n}_${e}`}}W.SpreadsheetExtensionRegistry.add(k2);function N2(s){if(typeof s!="object"||s===null)return s;const a={};for(const n in s)if(s.hasOwnProperty(n)){const e=N2(s[n]);e!==void 0&&(a[n]=e)}return a}Object.defineProperty(C,"isRangesEqual",{enumerable:!0,get:()=>c.isRangesEqual}),C.AddConditionalRuleMutation=C2,C.AddConditionalRuleMutationUndoFactory=g0,C.CFNumberOperator=w,C.CFRuleType=_,C.CFSubRuleType=p,C.CFTextOperator=M,C.CFTimePeriodOperator=x,C.CFValueType=y,C.CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH=n2,C.ConditionalFormattingFormulaMarkDirty=H,C.ConditionalFormattingIcon=k2,C.ConditionalFormattingRuleModel=b,C.DEFAULT_BG_COLOR=V2,C.DEFAULT_FONT_COLOR=O2,C.DEFAULT_PADDING=B2,C.DEFAULT_WIDTH=T2,C.DataBar=R2,C.DeleteConditionalRuleMutation=s2,C.DeleteConditionalRuleMutationUndoFactory=b2,C.EMPTY_ICON_TYPE=S2,C.FormulaResultStatus=R,C.IconUKey=L2,C.MoveConditionalRuleMutation=i2,C.MoveConditionalRuleMutationUndoFactory=h0,C.SHEET_CONDITIONAL_FORMATTING_PLUGIN=u2,C.SetConditionalRuleMutation=D2,C.anchorUndoFactory=w2,C.compareWithNumber=q,C.createCfId=E2,C.createDefaultRule=j2,C.createDefaultValue=P2,C.createDefaultValueByValueType=$2,C.dataBarUKey=M2,C.defaultDataBarNativeColor=g2,C.defaultDataBarPositiveColor=h2,C.defaultPlaceholderColor=x2,C.filterRange=Q,C.findIndexByAnchor=V,C.getCacheStyleMatrix=X2,C.getCellValue=k,C.getColorScaleFromValue=y2,C.getMaxInFormulaResult=Y2,C.getOppositeOperator=_2,C.getValueByType=Y,C.iconGroup=I2,C.iconMap=K,C.isAnchorEqual=W2,C.isFloatsEqual=X,C.isNullable=I,C.moveByAnchor=F2,C.removeUndefinedAttr=N2,C.serialTimeToTimestamp=A2,C.setConditionalRuleMutationUndoFactory=C0,C.toYMD_1900=p2,C.transformSupportSymmetryAnchor=v2,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});
2
+ (function(C,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("@univerjs/core"),require("rxjs"),require("rxjs/operators"),require("@univerjs/engine-formula"),require("@univerjs/engine-render"),require("@univerjs/sheets")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","rxjs","rxjs/operators","@univerjs/engine-formula","@univerjs/engine-render","@univerjs/sheets"],c):(C=typeof globalThis<"u"?globalThis:C||self,c(C.UniverSheetsConditionalFormatting={},C.UniverCore,C.rxjs,C.rxjs.operators,C.UniverEngineFormula,C.UniverEngineRender,C.UniverSheets))})(this,function(C,c,L,J,U,W,S){"use strict";var M0=Object.defineProperty;var x0=(C,c,L)=>c in C?M0(C,c,{enumerable:!0,configurable:!0,writable:!0,value:L}):C[c]=L;var v=(C,c,L)=>x0(C,typeof c!="symbol"?c+"":c,L);var r2;const u2="SHEET_CONDITIONAL_FORMATTING_PLUGIN";var M=(s=>(s.beginsWith="beginsWith",s.endsWith="endsWith",s.containsText="containsText",s.notContainsText="notContainsText",s.equal="equal",s.notEqual="notEqual",s.containsBlanks="containsBlanks",s.notContainsBlanks="notContainsBlanks",s.containsErrors="containsErrors",s.notContainsErrors="notContainsErrors",s))(M||{}),x=(s=>(s.today="today",s.yesterday="yesterday",s.tomorrow="tomorrow",s.last7Days="last7Days",s.thisMonth="thisMonth",s.lastMonth="lastMonth",s.nextMonth="nextMonth",s.thisWeek="thisWeek",s.lastWeek="lastWeek",s.nextWeek="nextWeek",s))(x||{}),w=(s=>(s.greaterThan="greaterThan",s.greaterThanOrEqual="greaterThanOrEqual",s.lessThan="lessThan",s.lessThanOrEqual="lessThanOrEqual",s.notBetween="notBetween",s.between="between",s.equal="equal",s.notEqual="notEqual",s))(w||{}),_=(s=>(s.highlightCell="highlightCell",s.dataBar="dataBar",s.colorScale="colorScale",s.iconSet="iconSet",s))(_||{}),p=(s=>(s.uniqueValues="uniqueValues",s.duplicateValues="duplicateValues",s.rank="rank",s.text="text",s.timePeriod="timePeriod",s.number="number",s.average="average",s.formula="formula",s))(p||{}),y=(s=>(s.num="num",s.min="min",s.max="max",s.percent="percent",s.percentile="percentile",s.formula="formula",s))(y||{});const O2="#fff",j2="#000000",P2=()=>({cfId:void 0,ranges:[],stopIfTrue:!1,rule:{type:"highlightCell",subType:"text",operator:"containsText"}}),$2=(s,a)=>{switch(s){case"text":{if(["beginsWith","containsText","endsWith","equal","notContainsText","notEqual"].includes(a))return"";break}case"number":return["between","notBetween"].includes(a)?[10,100]:10}return""},W2=(s,a)=>{switch(s){case"formula":return"=";case"max":case"min":return"";case"percent":case"percentile":case"num":return a!==void 0?a:10}return""},V=(s,a,n)=>{if(!a)return null;const e=a.findIndex(t=>n(t)===s.id);if(e<0)return null;switch(s.type){case"after":return e+1;case"before":return e-1;case"self":return e}},F2=(s,a,n,e)=>{if(!n)return null;const t=V(s,n,e);let i=V(a,n,e);if(t===null||i===null||t===i)return;const r=n.splice(t,1)[0];switch(t<i&&(i=V(a,n,e)),a.type){case"before":{n.splice(i+1,0,r);break}case"self":case"after":{n.splice(i,0,r);break}}},v2=(s,a,n,e)=>{if(s.type==="after"&&["after","before"].includes(a.type))return[s,a];const t={...s},i={...a};if(t.type!=="after"){const r=V(t,n,e);if(r===null)return null;if(r-1<0){const o=n[r+1];if(o)t.id=e(o),t.type="before";else return null}else{const o=e(n[r-1]);t.id=o,t.type="after"}}if(!["after","before"].includes(i.type)){const r=V(i,n,e);if(r===null)return null;if(r===0)i.type="before";else if(r-1>=0){const o=e(n[r-1]);i.id=o,i.type="after"}else if(r+1<=n.length-1){const o=e(n[r+1]);i.id=o,i.type="before"}else return null}return t.id===i.id&&t.type===i.type?null:[t,i]},w2=(s,a)=>{if(["after","before"].includes(a.type)){if(s.type==="after")return[a,s];if(s.type==="before")return[a,{...s,type:"self"}]}return null},q2=(s,a)=>s.id===a.id&&s.type===a.type,E2=()=>`${c.Tools.generateRandomId(8)}`;class b{constructor(){v(this,"_model",new Map);v(this,"_ruleChange$",new L.Subject);v(this,"$ruleChange",this._ruleChange$.asObservable())}_ensureList(a,n){let e=this.getSubunitRules(a,n);if(!e){e=[];let t=this._model.get(a);t||(t=new Map,this._model.set(a,t)),t.set(n,e)}return e}getRule(a,n,e){const t=this.getSubunitRules(a,n);return t?t.find(i=>i.cfId===e):null}getUnitRules(a){return this._model.get(a)||null}getSubunitRules(a,n){var t;return((t=this._model.get(a))==null?void 0:t.get(n))||null}deleteRule(a,n,e){const t=this.getSubunitRules(a,n);if(t){const i=t.findIndex(o=>o.cfId===e),r=t[i];r&&(t.splice(i,1),this._ruleChange$.next({rule:r,subUnitId:n,unitId:a,type:"delete"}))}}setRule(a,n,e,t){const r=this._ensureList(a,n).find(o=>o.cfId===t);if(r){const o=c.Tools.deepClone(r);Object.assign(r,e),this._ruleChange$.next({rule:r,subUnitId:n,unitId:a,type:"set",oldRule:o})}}addRule(a,n,e){const t=this._ensureList(a,n);t.find(r=>r.cfId===e.cfId)||t.unshift(e),this._ruleChange$.next({rule:e,subUnitId:n,unitId:a,type:"add"})}moveRulePriority(a,n,e,t){const i=this._ensureList(a,n),r=V(e,i,l=>l.cfId),o=V(t,i,l=>l.cfId);if(o===null||r===null||o===r)return;const h=i[r];h&&(F2(e,t,i,l=>l.cfId),this._ruleChange$.next({rule:h,subUnitId:n,unitId:a,type:"sort"}))}createCfId(a,n){return E2()}deleteUnitId(a){this._model.delete(a)}}const H={type:c.CommandType.MUTATION,id:"sheet.mutation.conditional-formatting-formula-mark-dirty",handler(){return!0}};var Z2=Object.defineProperty,G2=Object.getOwnPropertyDescriptor,H2=(s,a,n,e)=>{for(var t=e>1?void 0:e?G2(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&Z2(a,n,t),t},c2=(s,a)=>(n,e)=>a(n,e,s),R=(s=>(s[s.NOT_REGISTER=1]="NOT_REGISTER",s[s.SUCCESS=2]="SUCCESS",s[s.WAIT=3]="WAIT",s[s.ERROR=4]="ERROR",s))(R||{});const X2=s=>{const a=s&&s[0]&&s[0][0];return(a==null?void 0:a.t)===c.CellValueType.BOOLEAN?a.v===c.BooleanNumber.TRUE||a.v===!0:a?a.v:!1};C.ConditionalFormattingFormulaService=class extends c.Disposable{constructor(n,e,t){super();v(this,"_formulaMap",new Map);v(this,"_result$",new L.Subject);v(this,"result$",this._result$.asObservable());this._commandService=n,this._activeDirtyManagerService=e,this._conditionalFormattingRuleModel=t,this._initFormulaCalculationResultChange(),this._initRuleChange()}_initRuleChange(){const n=e=>{switch(e.type){case _.colorScale:return e.config.some(t=>t.value.type===y.formula);case _.dataBar:return[e.config.max,e.config.min].some(t=>t.type===y.formula);case _.iconSet:return e.config.some(t=>t.value.type===y.formula)}};this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(e=>{const{unitId:t,subUnitId:i,rule:r,oldRule:o}=e;e.type==="delete"&&this._removeFormulaByCfId(t,i,r.cfId),e.type==="set"&&(n(r.rule)||o&&n(o.rule))&&this._removeFormulaByCfId(t,i,r.cfId)}))}_initFormulaCalculationResultChange(){this.disposeWithMe(this._commandService.onCommandExecuted(n=>{if(n.id===U.SetFormulaCalculationResultMutation.id){const e=n.params;for(const t in e.unitOtherData)for(const i in e.unitOtherData[t])for(const r in e.unitOtherData[t][i]){const o=new c.ObjectMatrix(e.unitOtherData[t][i][r]),h=this._ensureSubunitFormulaMap(t,i).getValue(r,["formulaId"]);if(!h)continue;const l=h.ranges;if(!l)continue;const u=h.result,d=l[0].startRow,g=l[0].startColumn;o.forValue((F,E,A)=>{u.setValue(d+F,g+E,X2(A))}),h.status=2;const m=this._getAllFormulaResultByCfId(t,i,h.cfId).every(F=>F.status===2);this._result$.next({...h,isAllFinished:m})}}})),this._activeDirtyManagerService.register(H.id,{commandId:H.id,getDirtyData(n){return{dirtyUnitOtherFormulaMap:n.params}}})}_ensureSubunitFormulaMap(n,e){let t=this._formulaMap.get(n);t||(t=new Map,this._formulaMap.set(n,t));let i=t.get(e);return i||(i=new c.RefAlias([],["formulaId","id"]),t.set(e,i)),i}getSubUnitFormulaMap(n,e){var t;return(t=this._formulaMap.get(n))==null?void 0:t.get(e)}registerFormulaWithRange(n,e,t,i,r=[{startRow:0,endRow:0,startColumn:0,endColumn:0}]){const o=this._ensureSubunitFormulaMap(n,e),h=this.createCFormulaId(t,i);if(o.getValue(h,["id"]))return;const l=this._createFormulaId(n,e);o.addValue({formulaText:i,unitId:n,subUnitId:e,cfId:t,id:h,ranges:r,formulaId:l,status:3,result:new c.ObjectMatrix});const u={unitId:n,subUnitId:e,formulaMap:{[l]:{f:i,ranges:r}}};this._commandService.executeCommand(U.SetOtherFormulaMutation.id,u,{onlyLocal:!0}).then(()=>{this._commandService.executeCommand(H.id,{[n]:{[e]:{[l]:!0}}},{onlyLocal:!0})})}_removeFormulaByCfId(n,e,t){const r=this.deleteCache(n,e,t).map(o=>o.formulaId);this._commandService.executeCommand(U.RemoveOtherFormulaMutation.id,{unitId:n,subUnitId:e,formulaIdList:r},{onlyLocal:!0})}getFormulaResultWithCoords(n,e,t,i,r=0,o=0){const h=this.getSubUnitFormulaMap(n,e);if(!h)return{status:1};const l=h.getValue(this.createCFormulaId(t,i),["id"]);return l?l.status===2&&l.result?{result:l.result.getValue(r,o),status:2}:l.status===3?{status:3}:{status:4}:{status:1}}getFormulaMatrix(n,e,t,i){const r=this.getSubUnitFormulaMap(n,e);if(!r)return{status:1};const o=r.getValue(this.createCFormulaId(t,i),["id"]);if(!o)return{status:1};if(o.status===2&&o.result)return{result:o.result,status:2}}deleteCache(n,e,t,i){const r=this.getSubUnitFormulaMap(n,e);if(!r)return[];if(i){const o=this.createCFormulaId(t,i);return r.deleteValue(o,["id"]),[]}else{const o=r.getValues().filter(h=>h.cfId===t);return o.forEach(h=>{r.deleteValue(h.formulaId,["formulaId"])}),o}}_getAllFormulaResultByCfId(n,e,t){const i=this.getSubUnitFormulaMap(n,e);return i?i.getValues().filter(o=>o.cfId===t):[]}_createFormulaId(n,e){return`sheet.cf_${n}_${e}_${c.Tools.generateRandomId(8)}`}createCFormulaId(n,e){return`${n}_${e}`}},C.ConditionalFormattingFormulaService=H2([c2(0,c.Inject(c.ICommandService)),c2(1,c.Inject(U.IActiveDirtyManagerService)),c2(2,c.Inject(b))],C.ConditionalFormattingFormulaService);var T=(s=>(s.preComputingStart="preComputingStart",s.preComputing="preComputing",s.preComputingEnd="preComputingEnd",s.preComputingError="preComputingError",s))(T||{});class z{constructor(a){v(this,"_cache");v(this,"_preComputingStatus$",new L.BehaviorSubject("preComputingStart"));v(this,"preComputingStatus$",this._preComputingStatus$.asObservable().pipe(J.distinctUntilChanged()));v(this,"_preComputingCache");v(this,"_rule");this._context=a,this._cache=new c.LRUMap(a.limit),this._rule=a.rule,this._preComputingCache=null,this._initClearCacheListener()}setCacheLength(a){this._cache.limit=a}clearCache(){this._cache.clear()}resetPreComputingCache(){this._preComputingStatus$.next("preComputingStart"),this._preComputingCache=null}updateRule(a){this._rule=a,this.resetPreComputingCache()}getCell(a,n){const e=this._createKey(a,n);if(this._preComputingStatus$.getValue()==="preComputing")return this._cache.get(e);let t=this.getPreComputingResult(a,n);if(t===null&&(this._preComputingStatus$.next("preComputingStart"),this.preComputing(a,n,this._getContext()),t=this.getPreComputingResult(a,n),t===null))return this._cache.get(e);if(this._preComputingStatus$.next("preComputingEnd"),this._cache.has(e))return this._cache.get(e);const i=this.getCellResult(a,n,t,this._getContext());return i!==null&&this._setCache(a,n,i),i}setPreComputingCache(a){this._preComputingCache=a}getPreComputingResult(a,n){return this._preComputingCache}_createKey(a,n){return`${a}_${n}`}_setCache(a,n,e){const t=this._createKey(a,n);this._cache.set(t,e)}_getContext(){return{...this._context,rule:this._rule}}_initClearCacheListener(){this.preComputingStatus$.subscribe(a=>{a==="preComputingEnd"&&this.clearCache()})}}function X(s,a){return Math.abs(s-a)<Number.EPSILON}const I=s=>[void 0,null].includes(s),k=s=>{var e,t;if(!s)return null;if(s.t===c.CellValueType.BOOLEAN)return s.v===c.BooleanNumber.TRUE?U.BooleanValue.TRUE:U.BooleanValue.FALSE;const a=s.v,n=(t=(e=s.p)==null?void 0:e.body)==null?void 0:t.dataStream.replace(/\r\n$/,"");return I(a)?I(n)?null:n:a},d2=86400;function p2(s,a=!0){if(a&&s>=0){if(s===0)return[1900,1,0];if(s===60)return[1900,2,29];if(s<60)return[1900,s<32?1:2,(s-1)%31+1]}let n=s+68569+2415019;const e=Math.floor(4*n/146097);n=n-Math.floor((146097*e+3)/4);const t=Math.floor(4e3*(n+1)/1461001);n=n-Math.floor(1461*t/4)+31;const i=Math.floor(80*n/2447),r=n-Math.floor(2447*i/80);n=Math.floor(i/11);const o=i+2-12*n;return[100*(e-49)+t+n|0,o|0,r|0]}const A2=s=>{let a=s|0;const n=d2*(s-a);let e=Math.floor(n);n-e>.9999&&(e+=1,e===d2&&(e=0,a+=1));const t=e<0?d2+e:e,[i,r,o]=p2(s,!0),h=Math.floor(t/60/60)%60,l=Math.floor(t/60)%60,u=Math.floor(t)%60;return c.dayjs(`${i}/${r}/${o} ${h}:${l}:${u}`).valueOf()},Y=(s,a,n)=>{switch(s.type){case y.max:{let e=0;return a.forValue((t,i,r)=>{r>e&&(e=r)}),{status:R.SUCCESS,result:e}}case y.min:{let e;return a.forValue((t,i,r)=>{e===void 0&&(e=r),r<e&&(e=r)}),{status:R.SUCCESS,result:e}}case y.percent:{let e,t;a.forValue((o,h,l)=>{(e===void 0||t===void 0)&&(e=l,t=l),l>e&&(e=l),l<t&&(t=l)});const i=(e||0)-(t||0),r=Math.max(Math.min(Number(s.value)||0,100),0);return{status:R.SUCCESS,result:i*(r/100)+(t||0)}}case y.percentile:{const e=a.toNativeArray().sort((l,u)=>l-u),t=Math.max(Math.min(Number(s.value)||0,100),0),i=(e.length-1)*t/100,r=Math.floor(i),o=i-r,h=e[r]+(e[Math.min(r+1,e.length-1)]-e[r])*o;return{status:R.SUCCESS,result:h}}case y.formula:{const{accessor:e,unitId:t,subUnitId:i,cfId:r}=n,o=String(s.value),h=e.get(C.ConditionalFormattingFormulaService);return h.registerFormulaWithRange(t,i,r,o),h.getFormulaResultWithCoords(t,i,r,o)}case y.num:{const e=Number(s.value);return{status:R.SUCCESS,result:Number.isNaN(e)?0:e}}}},Y2=(s,a,n,e)=>{const{accessor:t}=e,i=t.get(C.ConditionalFormattingViewModel),r=new c.ObjectMatrix;return n.ranges.forEach(o=>{c.Range.foreach(o,(h,l)=>{const u=i.getCellCfs(s,a,h,l);if(u){const d=u.find(g=>g.cfId===n.cfId);d!=null&&d.result&&r.setValue(h,l,d.result)}})}),r},q=(s,a)=>{switch(s.operator){case w.between:{if(typeof s.value!="object"||!s.value.length)return;const n=Math.min(...s.value),e=Math.max(...s.value);return a>=n&&a<=e}case w.notBetween:{if(typeof s.value!="object"||!s.value.length)return;const n=Math.min(...s.value),e=Math.max(...s.value);return!(a>=n&&a<=e)}case w.equal:{const n=s.value||0;return X(n,a)}case w.notEqual:{const n=s.value||0;return!X(n,a)}case w.greaterThan:{const n=s.value||0;return a>n}case w.greaterThanOrEqual:{const n=s.value||0;return a>=n}case w.lessThan:{const n=s.value||0;return a<n}case w.lessThanOrEqual:{const n=s.value||0;return a<=n}default:return!1}},_2=s=>{switch(s){case w.greaterThan:return w.lessThanOrEqual;case w.greaterThanOrEqual:return w.lessThan;case w.lessThan:return w.greaterThanOrEqual;case w.lessThanOrEqual:return w.greaterThan}return s},y2=(s,a)=>{const n=i=>i.a!==void 0?i:{...i,a:1},e=s.findIndex(i=>i.value>=a),t=e-1;if(e===0)return s[0].color.toRgbString();if(t>=0){const i=s[t],r=s[e];if(i.color.isValid&&r.color.isValid){const o=n(i.color.toRgb()),h=n(r.color.toRgb()),l=r.value-i.value,u=(a-i.value)/l,d=["r","g","b","a"].reduce((f,m)=>{const F=o[m];return f[m]=(h[m]-F)*u+F,f},{});return new c.ColorKit(d).toRgbString()}}else return s[s.length-1].color.toRgbString()},Q=(s,a,n)=>s.map(e=>{if(e.startColumn>n||e.startRow>a)return null;const t={...e};return t.endRow=Math.min(t.endRow,a),t.endColumn=Math.min(t.endColumn,n),t}).filter(e=>!!e);function K2(s){let a=0;return new c.ObjectMatrix(s).forValue((n,e,t)=>{a=Math.max(Number.isNaN(a)?0:a,Number(t))}),a}class J2 extends z{preComputing(a,n,e){const t=e.rule,i=e.worksheet,r=new c.ObjectMatrix;!t.rule.config.every(u=>u.value.type===y.num)&&Q(t.ranges,i.getMaxRows()-1,i.getMaxColumns()-1).forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=m&&m.v;if(!I(F)&&(m==null?void 0:m.t)===c.CellValueType.NUMBER){const E=Number(F);!Number.isNaN(E)&&r.setValue(g,f,E)}})});const h=[...t.rule.config].sort((u,d)=>u.index-d.index).map(u=>({value:Y(u.value,r,{...e,cfId:t.cfId}),color:new c.ColorKit(u.color)}));if(!h.some(u=>W.isObject(u.value)?u.value.status!==R.SUCCESS:!1)){const u=h.map(d=>d.color).reduce((d,g,f)=>(d.result.push({color:g,value:d.sortValue[f]}),d),{result:[],sortValue:h.map(d=>d.value.result).sort((d,g)=>d-g)}).result;this.setPreComputingCache(u),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){if(!e)return null;const i=t.getCellValue(a,n);if(i.t===c.CellValueType.NUMBER){const r=Number(i.v);if(!Number.isNaN(r))return y2(e,r)}}}const M2="sheet-conditional-rule-data-bar",h2="#ffbe38",g2="#abd91a",x2="#000",z2=34;class R2 extends W.SheetExtension{constructor(){super(...arguments);v(this,"_paddingRightAndLeft",2);v(this,"_paddingTopAndBottom",2);v(this,"uKey",M2);v(this,"Z_INDEX",z2);v(this,"_radius",1)}draw(n,e,t,i){const{worksheet:r}=t;if(!r)return!1;n.save(),c.Range.foreach(t.rowColumnSegment,(o,h)=>{if(!r.getRowVisible(o)||!r.getColVisible(h))return;const l=r.getCell(o,h);if(l&&l.dataBar){const{color:u,value:d,startPoint:g,isGradient:f}=l.dataBar,m=t.getCellWithCoordByIndex(o,h,!1);let{isMerged:F,isMergedMainCell:E,mergeInfo:A,startY:B,endY:N,startX:O,endX:a2}=m;if(F||(E&&(B=A.startY,N=A.endY,O=A.startX,a2=A.endX),!this.isRenderDiffRangesByCell(A,i)))return;const l2=a2-O,m2=N+W.FIX_ONE_PIXEL_BLUR_OFFSET-B,o2=l2-this._paddingRightAndLeft*2,V2=m2-this._paddingTopAndBottom*2;if(d>0){const G=Math.max(o2*(1-g/100)*d/100,1),j=O+this._paddingRightAndLeft+g/100*o2,P=B+this._paddingTopAndBottom;if(f){const $=n.createLinearGradient(j,P,j+G,P);$.addColorStop(0,u),$.addColorStop(1,"rgb(255 255 255)"),n.fillStyle=$,n.strokeStyle=u,n.lineWidth=1}else n.fillStyle=u;this._drawRectWithRoundedCorner(n,j,P,G,V2,!1,!0,!0,!1),f&&n.stroke()}else{const G=Math.max(o2*g/100*Math.abs(d)/100,1),j=O+this._paddingRightAndLeft+g/100*o2-G,P=B+this._paddingTopAndBottom;if(f){const $=n.createLinearGradient(j,P,j+G,P);$.addColorStop(0,"rgb(255 255 255)"),$.addColorStop(1,u),n.fillStyle=$,n.strokeStyle=u,n.lineWidth=1}else n.fillStyle=u;this._drawRectWithRoundedCorner(n,j,P,G,V2,!0,!1,!1,!0),f&&n.stroke()}}}),n.restore()}_drawRectWithRoundedCorner(n,e,t,i,r,o,h,l,u){const d=this._radius;!r||!i||(n.beginPath(),n.moveTo(e+d,t),n.lineTo(e+i-d,t),h?n.arcTo(e+i,t,e+i,t+d,d):n.lineTo(e+i,t),n.lineTo(e+i,t+r-d),l?n.arcTo(e+i,t+r,e+i-d,t+r,d):n.lineTo(e+i,t+r),n.lineTo(e+d,t+r),u?n.arcTo(e,t+r,e,t+r-d,d):n.lineTo(e,t+r),n.lineTo(e,t+d),o?n.arcTo(e,t,e+d,t,d):n.lineTo(e,t),n.closePath(),n.fill())}}W.SpreadsheetExtensionRegistry.add(R2);const e2=s=>Math.max(Math.min(100,s),0),Q2=(s,a,n)=>{const e=n(s,a);if(e&&e.t===c.CellValueType.NUMBER){const t=Number(e.v);return Number.isNaN(t)?null:t}return null};class e0 extends z{preComputing(a,n,e){const t=e.rule,i=t.rule,r=e.worksheet,o=new c.ObjectMatrix;![t.rule.config.max,t.rule.config.min].every(f=>f.type===y.num)&&Q(t.ranges,r.getMaxRows()-1,r.getMaxColumns()-1).forEach(m=>{c.Range.foreach(m,(F,E)=>{const A=e.getCellValue(F,E),B=A&&A.v;if(!I(B)&&(A==null?void 0:A.t)===c.CellValueType.NUMBER){const N=Number(B);!Number.isNaN(N)&&o.setValue(F,E,N)}})});const l=Y(i.config.min,o,{...e,cfId:t.cfId}),u=Y(i.config.max,o,{...e,cfId:t.cfId});let d=0,g=0;if(l.status===R.SUCCESS){const f=Number(l.result);d=Number.isNaN(f)?0:f}else{this._preComputingStatus$.next(T.preComputing);return}if(u.status===R.SUCCESS){const f=Number(u.result),m=Number.isNaN(f)?0:f;g=Math.max(m,d),d=Math.min(m,d);let F=50;if(d<0&&g<=0)F=100;else if(d<0&&g>0){const E=Math.abs(g)+Math.abs(d);F=Math.abs(d)/E*100}else d>=0&&g>0&&(F=0);this.setPreComputingCache({min:d,max:g,startPoint:F}),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){const{min:i,max:r,startPoint:o}=e,l=t.rule.rule,u=l.isShowValue,d=l.config.isGradient,g=Q2(a,n,t.getCellValue);if(!(g===null||g<i||i===r||r<i)){if(g===0)return{color:x2,startPoint:o,value:0,isGradient:d,isShowValue:u};if(i<0&&r<=0){const f=r-i,m=e2((r-g)/f*100);return m===0?void 0:{color:l.config.nativeColor||g2,startPoint:o,value:-m,isGradient:d,isShowValue:u}}else if(i<0&&r>0)if(g>0){const f=e2(Math.min(g/r,1)*100);return f===0?void 0:{color:l.config.positiveColor||h2,startPoint:o,value:f,isGradient:d,isShowValue:u}}else{const f=e2(Math.min(Math.abs(g)/Math.abs(i),1)*100);return f===0?void 0:{color:l.config.nativeColor||g2,startPoint:o,value:-f,isGradient:d,isShowValue:u}}else if(i>=0&&r>0){const f=r-i,m=0,F=e2((1-(r-g)/f)*100);return F===0?void 0:{color:l.config.positiveColor||h2,startPoint:m,value:F,isGradient:d,isShowValue:u}}}}}class t0 extends z{preComputing(a,n,e){const t=e.rule.rule,i=e.rule.ranges,o=(()=>{switch(t.subType){case p.average:{let h=0,l=0;return i.forEach(u=>{c.Range.foreach(u,(d,g)=>{const f=e.getCellValue(d,g),m=k(f||void 0);f&&f.t===c.CellValueType.NUMBER&&m!==void 0&&(h+=Number(m)||0,l++)})}),{value:h/l,type:t.subType}}case p.uniqueValues:case p.duplicateValues:{const h=new Map;return i.forEach(l=>{c.Range.foreach(l,(u,d)=>{const g=e.getCellValue(u,d),f=k(g||void 0);if(f!==void 0){const m=h.get(f);m?h.set(f,m+1):h.set(f,1)}})}),{value:h,type:t.subType}}case p.rank:{const h=[];i.forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=k(m||void 0);m&&m.t===c.CellValueType.NUMBER&&F!==void 0&&h.push(Number(F)||0)})}),h.sort((d,g)=>g-d);const l=e.rule.rule,u=l.isPercent?Math.floor(Math.max(Math.min(l.value,100),0)/100*h.length):Math.floor(Math.max(Math.min(l.isBottom?l.value-1:l.value,h.length),0));return l.isBottom?{value:h[h.length-u-1],type:t.subType}:{value:h[Math.max(u-1,0)],type:t.subType}}case p.formula:{const h=t,l=e.accessor.get(C.ConditionalFormattingFormulaService);l.registerFormulaWithRange(e.unitId,e.subUnitId,e.rule.cfId,h.value,e.rule.ranges);const u=l.getFormulaMatrix(e.unitId,e.subUnitId,e.rule.cfId,h.value);return u&&u.status===R.SUCCESS?(this._preComputingStatus$.next(T.preComputingEnd),{value:u.result,type:t.subType}):(this._preComputingStatus$.next(T.preComputing),null)}case p.timePeriod:switch(t.operator){case x.last7Days:return{value:{start:c.dayjs().subtract(7,"day").valueOf(),end:c.dayjs().valueOf()},type:t.subType};case x.lastMonth:return{value:{start:c.dayjs().startOf("month").subtract(1,"month").valueOf(),end:c.dayjs().endOf("month").subtract(1,"month").valueOf()},type:t.subType};case x.lastWeek:return{value:{start:c.dayjs().startOf("week").subtract(1,"week").valueOf(),end:c.dayjs().endOf("week").subtract(1,"week").valueOf()},type:t.subType};case x.nextMonth:return{value:{start:c.dayjs().startOf("month").add(1,"month").valueOf(),end:c.dayjs().endOf("month").add(1,"month").valueOf()},type:t.subType};case x.nextWeek:return{value:{start:c.dayjs().startOf("week").add(1,"week").valueOf(),end:c.dayjs().endOf("week").add(1,"week").valueOf()},type:t.subType};case x.thisMonth:return{value:{start:c.dayjs().startOf("month").valueOf(),end:c.dayjs().endOf("month").valueOf()},type:t.subType};case x.thisWeek:return{value:{start:c.dayjs().startOf("week").valueOf(),end:c.dayjs().endOf("week").valueOf()},type:t.subType};case x.today:return{value:{start:c.dayjs().startOf("day").valueOf(),end:c.dayjs().endOf("day").valueOf()},type:t.subType};case x.tomorrow:return{value:{start:c.dayjs().startOf("day").add(1,"day").valueOf(),end:c.dayjs().endOf("day").add(1,"day").valueOf()},type:t.subType};case x.yesterday:return{value:{start:c.dayjs().startOf("day").subtract(1,"day").valueOf(),end:c.dayjs().endOf("day").subtract(1,"day").valueOf()},type:t.subType}}}})();this.setPreComputingCache(o)}getCellResult(a,n,e,t){const i=t.getCellValue(a,n),r=t.rule.rule;return(()=>{switch(r.subType){case p.number:{const l=i&&Number(i.v);if(I(l)||Number.isNaN(l)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER)return;const u=r;return q({operator:u.operator,value:u.value||0},l||0)}case p.text:{const l=r,u=k(i),d=u===null?"":String(u),g=l.value||"";switch(l.operator){case M.beginsWith:return d.startsWith(g);case M.containsBlanks:return/^\s*$/.test(d);case M.notContainsBlanks:return!/^\s*$/.test(d);case M.containsErrors:return U.ERROR_TYPE_SET.has(d);case M.notContainsErrors:return!U.ERROR_TYPE_SET.has(d);case M.containsText:return d.indexOf(g)>-1;case M.notContainsText:return d.indexOf(g)===-1;case M.endsWith:return d.endsWith(g);case M.equal:return d===g;case M.notEqual:return d!==g;default:return!1}}case p.timePeriod:{const l=k(i);if(I(l)||Number.isNaN(Number(l))||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return;const u=A2(Number(l)),{start:d,end:g}=e.value;return u>=d&&u<=g}case p.average:{const l=i&&i.v,u=Number(l);if(I(l)||Number.isNaN(u)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return!1;const d=r,g=e.value;switch(d.operator){case w.greaterThan:return u>g;case w.greaterThanOrEqual:return u>=g;case w.lessThan:return u<g;case w.lessThanOrEqual:return u<=g;case w.equal:return X(u,g);case w.notEqual:return!X(u,g);default:return!1}}case p.rank:{const l=k(i),u=Number(l);if(I(l)||Number.isNaN(u)||(i==null?void 0:i.t)!==c.CellValueType.NUMBER||!e)return!1;const d=e.value;return r.isBottom?u<=d:u>=d}case p.uniqueValues:{const l=k(i);return I(l)||!e?!1:e.value.get(l)===1}case p.duplicateValues:{const l=k(i);return I(l)||!e?!1:e.value.get(l)!==1}case p.formula:{const l=e==null?void 0:e.value;return l?l.getValue(a,n)===!0:!1}}})()?r.style:{}}}const n0=(s,a,n)=>{const e=n(s,a);if(e&&e.t===c.CellValueType.NUMBER){const t=Number(e.v);return Number.isNaN(t)?null:t}return null};class i0 extends z{preComputing(a,n,e){const t=e.rule.rule,i=e.worksheet,r=new c.ObjectMatrix;!t.config.every(u=>u.value.type===y.num)&&Q(e.rule.ranges,i.getMaxRows()-1,i.getMaxColumns()-1).forEach(d=>{c.Range.foreach(d,(g,f)=>{const m=e.getCellValue(g,f),F=m&&m.v;if(!I(F)&&(m==null?void 0:m.t)===c.CellValueType.NUMBER){const E=Number(F);!Number.isNaN(E)&&r.setValue(g,f,E)}})});const h=t.config.map(u=>Y(u.value,r,{...e,cfId:e.rule.cfId}));if(!h.some(u=>u.status!==R.SUCCESS)){const u=h.map((d,g)=>({operator:t.config[g].operator,value:Number(d.result)||0})).reduce((d,g,f,m)=>{const F=t.config[f];if(!f||f===m.length-1)d.push({...g,iconId:F.iconId,iconType:F.iconType});else{const E=m[f-1];q(E,g.value)||d.push({...g,iconId:F.iconId,iconType:F.iconType})}return d},[]);this.setPreComputingCache(u),this._preComputingStatus$.next(T.preComputingEnd);return}this._preComputingStatus$.next(T.preComputing)}getCellResult(a,n,e,t){if(!e)return null;const i=n0(a,n,t.getCellValue);if(i===null)return;const r=t.rule.rule,o=r.isShowValue===void 0?!0:!!r.isShowValue;for(let h=0;h<e.length;h++){const l=e[h],u={...l},d={...l},{iconId:g,iconType:f}=l;if(h===0){if(q(l,i))return{iconId:g,iconType:f,isShowValue:o}}else{if(h===e.length-1)return{iconId:g,iconType:f,isShowValue:o};{const m=e[h-1];if(d.operator=_2(m.operator),d.value=m.value,q(u,i)&&q(d,i))return{iconId:g,iconType:f,isShowValue:o}}}}}}var s0=Object.defineProperty,r0=Object.getOwnPropertyDescriptor,a0=(s,a,n,e)=>{for(var t=e>1?void 0:e?r0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&s0(a,n,t),t},t2=(s,a)=>(n,e)=>a(n,e,s);const n2=50*20*3*3;C.ConditionalFormattingViewModel=class extends c.Disposable{constructor(n,e,t,i){super();v(this,"_calculateUnitManagers",new Map);v(this,"_rTreeManager",new c.RTree);v(this,"_cellCache",new c.LRUMap(n2));v(this,"_markDirty$",new L.Subject);v(this,"markDirty$",this._markDirty$.asObservable());v(this,"_markRuleDirtyAtOnce",(n,e,t,i=!0)=>{if(this._cellCache.clear(),i){const o=this._ensureCalculateUnitManager(n,e).get(t);o&&o.resetPreComputingCache()}this._markDirty$.next({unitId:n,subUnitId:e,cfId:t})});v(this,"markRuleDirty",(()=>{const n=new L.Subject;return this.disposeWithMe(n.pipe(J.bufferTime(100),J.filter(e=>!!e.length),J.map(e=>{const t=new Set,i=[];return e.forEach(r=>{const o=`${r.unitId}_${r.subUnitId}_${r.cfId}`;if(t.has(o)){if(r.isNeedResetPreComputingCache){const h=i.find(l=>l.cfId===r.cfId);h.isNeedResetPreComputingCache=!0}return}t.add(o),i.push({...r})}),i})).subscribe(e=>{e.forEach(t=>{this._markRuleDirtyAtOnce(t.unitId,t.subUnitId,t.cfId,t.isNeedResetPreComputingCache)})})),(e,t,i,r=!0)=>{n.next({unitId:e,subUnitId:t,cfId:i,isNeedResetPreComputingCache:r})}})());this._injector=n,this._conditionalFormattingRuleModel=e,this._conditionalFormattingFormulaService=t,this._univerInstanceService=i,this._initRuleListener(),this._handleCustomFormulasSeparately(),this._initCFFormulaListener()}_initCFFormulaListener(){this.disposeWithMe(this._conditionalFormattingFormulaService.result$.subscribe(({unitId:n,subUnitId:e,cfId:t,isAllFinished:i})=>{i&&this._markRuleDirtyAtOnce(n,e,t,i)}))}getCellCfs(n,e,t,i){const r=this._createCacheKey(n,e,t,i);if(this._cellCache.has(r))return this._cellCache.get(r);const o=this._getCellCfs(n,e,t,i);return o.length&&this._cellCache.set(r,o),o}_getCellCfs(n,e,t,i){var d;const r=(d=this._conditionalFormattingRuleModel.getSubunitRules(n,e))!=null?d:[],o=this._ensureCalculateUnitManager(n,e),h=this._rTreeManager.bulkSearch([{unitId:n,sheetId:e,range:{startColumn:i,endColumn:i,startRow:t,endRow:t}}]),l=r.filter(g=>h.has(g.cfId));return l.length?l.map(g=>{const f=o.get(g.cfId);return f?{cfId:g.cfId,result:f.getCell(t,i)}:null}).filter(g=>!!g).map((g,f)=>({...g,priority:f})):[]}_handleCustomFormulasSeparately(){this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(n=>{if(n.type==="set"){const{unitId:e,subUnitId:t}=n,i=n.oldRule;i.rule.type===_.highlightCell&&i.rule.subType===p.formula&&this._conditionalFormattingFormulaService.deleteCache(e,t,i.cfId)}}))}_initRuleListener(){this.disposeWithMe(this._conditionalFormattingRuleModel.$ruleChange.subscribe(n=>{const{unitId:e,subUnitId:t,rule:i}=n,{cfId:r,ranges:o}=i,h=this._ensureCalculateUnitManager(e,t);switch(this.markRuleDirty(e,t,r),n.type){case"add":{this._rTreeManager.bulkInsert(o.map(u=>({unitId:e,sheetId:t,id:r,range:u})));const l=this._createRuleCalculateUnitInstance(e,t,i);if(!l)return;h.set(i.cfId,l);break}case"delete":{this._rTreeManager.bulkRemove(o.map(l=>({unitId:e,sheetId:t,id:r,range:l}))),h.delete(i.cfId);break}case"set":{const l=n.oldRule;if(this._rTreeManager.bulkRemove(l.ranges.map(u=>({unitId:e,sheetId:t,id:l.cfId,range:u}))),this._rTreeManager.bulkInsert(o.map(u=>({unitId:e,sheetId:t,id:r,range:u}))),l.rule.type!==i.rule.type){const u=this._createRuleCalculateUnitInstance(e,t,i);if(!u)return;h.delete(l.cfId),h.set(i.cfId,u)}else{const u=h.get(l.cfId);if(!u)return;u.updateRule(i)}}}}))}_ensureCalculateUnitManager(n,e){let t=this._calculateUnitManagers.get(n);t||(t=new Map,this._calculateUnitManagers.set(n,t));let i=t.get(e);return i||(i=new Map,t.set(e,i)),i}_createRuleCalculateUnitInstance(n,e,t){const i=this._univerInstanceService.getUnit(n),r=i==null?void 0:i.getSheetBySheetId(e);if(!i||!r)return;const o={workbook:i,worksheet:r,unitId:n,subUnitId:e,accessor:this._injector,rule:t,limit:n2,getCellValue:(h,l)=>r.getCellRaw(h,l)||{}};switch(t.rule.type){case _.colorScale:return new J2(o);case _.dataBar:return new e0(o);case _.highlightCell:return new t0(o);case _.iconSet:return new i0(o)}}_createCacheKey(n,e,t,i){return`${n}_${e}_${t}_${i}`}setCacheLength(n=n2){this._cellCache.limit!==n&&(this._cellCache.limit=n,this._calculateUnitManagers.forEach(e=>{e.forEach(t=>{t.forEach(i=>{i.setCacheLength(n)})})}))}},C.ConditionalFormattingViewModel=a0([t2(0,c.Inject(c.Injector)),t2(1,c.Inject(b)),t2(2,c.Inject(C.ConditionalFormattingFormulaService)),t2(3,c.IUniverInstanceService)],C.ConditionalFormattingViewModel);const l0={mistake:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.87359%206.87332C6.6146%207.13231%206.6146%207.55221%206.87359%207.8112L9.062%209.99961L6.87356%2012.188C6.61457%2012.447%206.61457%2012.8669%206.87356%2013.1259C7.13255%2013.3849%207.55245%2013.3849%207.81144%2013.1259L9.99987%2010.9375L12.1882%2013.1258C12.4472%2013.3848%2012.8671%2013.3848%2013.1261%2013.1258C13.3851%2012.8669%2013.3851%2012.447%2013.1261%2012.188L10.9378%209.99961L13.1261%207.81127C13.3851%207.55228%2013.3851%207.13238%2013.1261%206.87339C12.8671%206.61441%2012.4472%206.61441%2012.1882%206.87339L9.99987%209.06173L7.81147%206.87332C7.55248%206.61433%207.13257%206.61433%206.87359%206.87332Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A",warn:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Cpath%20d%3D%22M9.16817%206.67735C9.16646%206.61745%209.1656%206.5875%209.16653%206.56236C9.18103%206.16817%209.49136%205.84883%209.88497%205.82306C9.91008%205.82141%209.94004%205.82141%209.99996%205.82141V5.82141C10.0599%205.82141%2010.0899%205.82141%2010.115%205.82306C10.5086%205.84883%2010.8189%206.16817%2010.8334%206.56236C10.8343%206.5875%2010.8335%206.61745%2010.8318%206.67735L10.7043%2011.131C10.6934%2011.5121%2010.3812%2011.8154%209.99995%2011.8154V11.8154C9.61866%2011.8154%209.30655%2011.5121%209.29564%2011.131L9.16817%206.67735Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3Crect%20x%3D%229.31488%22%20y%3D%2212.8086%22%20width%3D%221.37006%22%20height%3D%221.37006%22%20rx%3D%220.685032%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A",correct:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.037%2010C17.037%2013.8865%2013.8864%2017.0371%209.99999%2017.0371C6.11354%2017.0371%202.96295%2013.8865%202.96295%2010C2.96295%206.1136%206.11354%202.96301%209.99999%202.96301C13.8864%202.96301%2017.037%206.1136%2017.037%2010Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3Cpath%20d%3D%22M13.9239%207.17477C13.6638%206.91472%2013.2422%206.91472%2012.9821%207.17477L8.74433%2011.4126L7.01786%209.6861C6.75781%209.42606%206.33619%209.42606%206.07614%209.6861C5.81609%209.94615%205.81609%2010.3678%206.07614%2010.6278L8.27349%2012.8252C8.53354%2013.0852%208.95516%2013.0852%209.21521%2012.8252L9.2195%2012.8209L13.9239%208.1165C14.1839%207.85645%2014.1839%207.43482%2013.9239%207.17477Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E%0A"},o0={starEmpty:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A",starIncomplete:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_177)%22%3E%0A%3Cmask%20id%3D%22mask0_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2210%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20x%3D%2210.3704%22%20y%3D%220.37037%22%20width%3D%229.25926%22%20height%3D%2219.2593%22%20fill%3D%22%23C4C4C4%22%20stroke%3D%22%23F7D564%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3Cmask%20id%3D%22mask1_613_177%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2220%22%3E%0A%3Crect%20width%3D%2210%22%20height%3D%2220%22%20fill%3D%22%23C4C4C4%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask1_613_177)%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.845%207.0699%2012.2165%207.33978%2012.642%207.36863L16.2361%207.61233C16.5692%207.63492%2016.7047%208.05202%2016.4485%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.2149%2011.2859%2013.3189%2011.6996L14.1978%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6417%2015.5971L10.5908%2013.6817C10.2295%2013.4549%209.77039%2013.4549%209.40918%2013.6817L6.35822%2015.5971C6.07547%2015.7746%205.72066%2015.5168%205.80211%2015.1931L6.68098%2011.6996C6.78504%2011.2859%206.64316%2010.8493%206.31586%2010.5758L3.55139%208.26607C3.29519%208.05202%203.43072%207.63492%203.7638%207.61233L7.35793%207.36863C7.78346%207.33978%208.15491%207.0699%208.31385%206.67412L9.65627%203.3312C9.78068%203.0214%2010.2192%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_177%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A",starFull:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.3437%203.3312L11.6861%206.67412C11.8451%207.0699%2012.2165%207.33978%2012.6421%207.36863L16.2362%207.61233C16.5693%207.63492%2016.7048%208.05202%2016.4486%208.26608L13.6841%2010.5758C13.3568%2010.8493%2013.215%2011.2859%2013.319%2011.6996L14.1979%2015.1931C14.2793%2015.5168%2013.9245%2015.7746%2013.6418%2015.5971L10.5908%2013.6817C10.2296%2013.4549%209.77045%2013.4549%209.40924%2013.6817L6.35828%2015.5971C6.07553%2015.7746%205.72072%2015.5168%205.80217%2015.1931L6.68105%2011.6996C6.7851%2011.2859%206.64322%2010.8493%206.31592%2010.5758L3.55145%208.26607C3.29525%208.05202%203.43078%207.63492%203.76386%207.61233L7.358%207.36863C7.78352%207.33978%208.15498%207.0699%208.31391%206.67412L9.65633%203.3312C9.78074%203.0214%2010.2193%203.0214%2010.3437%203.3312Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%23FFBD37%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A"},u0={progress0:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress25:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M16.2963%209.99991C16.2963%209.17307%2016.1335%208.35432%2015.8171%207.59042C15.5006%206.82652%2015.0369%206.13242%2014.4522%205.54776C13.8675%204.96309%2013.1734%204.49931%2012.4095%204.18289C11.6456%203.86647%2010.8269%203.70361%2010%203.70361L10%209.99991H16.2963Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress50:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M10%2016.2962C11.6699%2016.2962%2013.2714%2015.6328%2014.4522%2014.4521C15.633%2013.2713%2016.2963%2011.6698%2016.2963%209.99991C16.2963%208.33003%2015.633%206.72854%2014.4522%205.54776C13.2714%204.36697%2011.6699%203.70361%2010%203.70361L10%209.99991L10%2016.2962Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress75:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Cpath%20d%3D%22M3.70374%209.99991C3.70374%2011.2452%204.07301%2012.4625%204.76485%2013.4979C5.4567%2014.5334%206.44005%2015.3404%207.59054%2015.8169C8.74104%2016.2935%2010.007%2016.4182%2011.2284%2016.1752C12.4497%2015.9323%2013.5716%2015.3326%2014.4522%2014.4521C15.3327%2013.5715%2015.9324%2012.4496%2016.1753%2011.2283C16.4183%2010.0069%2016.2936%208.74092%2015.8171%207.59042C15.3405%206.43992%2014.5335%205.45658%2013.4981%204.76473C12.4626%204.07288%2011.2453%203.70361%2010%203.70361L10%209.99991L3.70374%209.99991Z%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A",progress100:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99993%22%20r%3D%226.66667%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%220.740741%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%229.99991%22%20r%3D%226.2963%22%20fill%3D%22%237A7A7A%22%2F%3E%0A%3C%2Fsvg%3E%0A"},c0={signal0:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal25:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal50:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal75:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93921%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70435%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A",signal100:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2214.4764%22%20y%3D%222.98926%22%20width%3D%222.3%22%20height%3D%2214.0597%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%2210.7255%22%20y%3D%225.93933%22%20width%3D%222.3%22%20height%3D%2211.1096%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%226.97455%22%20y%3D%229.70447%22%20width%3D%222.3%22%20height%3D%227.3443%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3Crect%20x%3D%223.22363%22%20y%3D%2213.3302%22%20width%3D%222.3%22%20height%3D%223.71851%22%20rx%3D%220.5%22%20fill%3D%22%230493EE%22%2F%3E%0A%3C%2Fsvg%3E%0A"},d0={guffaw:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.887%2010C16.887%2013.8037%2013.8036%2016.8871%209.99999%2016.8871C6.19638%2016.8871%203.11295%2013.8037%203.11295%2010C3.11295%206.19644%206.19638%203.11301%209.99999%203.11301C13.8036%203.11301%2016.887%206.19644%2016.887%2010Z%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M12.5355%2013.5821C13.0482%2013.1841%2013.3951%2012.6107%2013.5405%2012.0327C13.5934%2011.8226%2013.5051%2011.6349%2013.3518%2011.5331C13.2036%2011.4346%2013.0031%2011.4203%2012.8265%2011.5131C11.0615%2012.4407%208.94609%2012.4427%207.1828%2011.513C7.00629%2011.4199%206.80602%2011.4343%206.65798%2011.5329C6.50518%2011.6346%206.41701%2011.8217%206.46844%2012.0312C6.61029%2012.609%206.95079%2013.1833%207.46449%2013.5821C8.14361%2014.1093%209.05608%2014.3999%2010%2014.3999C10.9439%2014.3999%2011.8564%2014.1093%2012.5355%2013.5821Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A",smile:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2011.8518C7.03705%2011.8518%207.77779%2013.7037%2010%2013.7037C12.2222%2013.7037%2012.963%2011.8518%2012.963%2011.8518%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",noninductive:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.9259%22%20width%3D%221.48148%22%20height%3D%221.11111%22%20rx%3D%220.555556%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2012.5927C7.03705%2012.5927%208.14816%2012.5927%2010.3704%2012.5927C12.5926%2012.5927%2012.963%2012.5927%2012.963%2012.5927%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",dissatisfied:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.03705%2013.7037C7.03705%2013.7037%207.77779%2011.8519%2010%2011.8519C12.2222%2011.8519%2012.963%2013.7037%2012.963%2013.7037%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.962963%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A",impatient:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%229.99999%22%20cy%3D%2210%22%20r%3D%226.88704%22%20fill%3D%22%23FFBD37%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.3%22%2F%3E%0A%3Crect%20x%3D%227.40741%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Crect%20x%3D%2211.1111%22%20y%3D%227.40735%22%20width%3D%221.48148%22%20height%3D%221.48148%22%20rx%3D%220.740741%22%20fill%3D%22%238F5F00%22%2F%3E%0A%3Cpath%20d%3D%22M7.47573%2011.731C6.96306%2012.129%206.61613%2012.7024%206.47071%2013.2804C6.41784%2013.4905%206.50617%2013.6782%206.65942%2013.78C6.80761%2013.8785%207.00813%2013.8928%207.18477%2013.8C8.9498%2012.8724%2011.0652%2012.8704%2012.8285%2013.8002C13.005%2013.8932%2013.2052%2013.8788%2013.3533%2013.7802C13.5061%2013.6785%2013.5942%2013.4914%2013.5428%2013.2819C13.401%2012.7041%2013.0605%2012.1298%2012.5468%2011.731C11.8676%2011.2038%2010.9552%2010.9132%2010.0112%2010.9132C9.06732%2010.9132%208.15485%2011.2038%207.47573%2011.731Z%22%20fill%3D%22white%22%20stroke%3D%22%238F5F00%22%20stroke-width%3D%220.4%22%2F%3E%0A%3C%2Fsvg%3E%0A"},h0=JSON.parse('{"down-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","down-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.90467%203.99244C8.84611%204.1338%208.84611%204.31301%208.84611%204.67143V13.716L5.92068%2010.7906C5.66724%2010.5371%205.54052%2010.4104%205.39916%2010.3519C5.21067%2010.2738%204.9989%2010.2738%204.81041%2010.3519C4.66905%2010.4104%204.54233%2010.5371%204.28889%2010.7906C4.03545%2011.044%203.90873%2011.1707%203.85018%2011.3121C3.77211%2011.5006%203.77211%2011.7124%203.85018%2011.9008C3.90873%2012.0422%204.03545%2012.1689%204.28889%2012.4224L9.03476%2017.1682C9.07839%2017.2127%209.12737%2017.2617%209.18231%2017.3166L9.18239%2017.3167L9.18241%2017.3167C9.40545%2017.5398%209.53035%2017.6647%209.65346%2017.7313C9.67085%2017.7408%209.6882%2017.7492%209.70577%2017.7564C9.89425%2017.8345%2010.106%2017.8345%2010.2945%2017.7564C10.4359%2017.6979%2010.5626%2017.5712%2010.816%2017.3177C10.8986%2017.2352%2010.9677%2017.1661%2011.0253%2017.1056L15.7095%2012.4214L15.7095%2012.4213C15.963%2012.1679%2016.0897%2012.0412%2016.1482%2011.8998C16.2263%2011.7114%2016.2263%2011.4996%2016.1482%2011.3111C16.0897%2011.1697%2015.963%2011.043%2015.7095%2010.7896C15.4561%2010.5361%2015.3294%2010.4094%2015.188%2010.3509C14.9995%2010.2728%2014.7878%2010.2728%2014.5993%2010.3509C14.4579%2010.4094%2014.3312%2010.5361%2014.0778%2010.7896L14.0777%2010.7896L11.1538%2013.7135V4.67142C11.1538%204.31301%2011.1538%204.1338%2011.0953%203.99244C11.0172%203.80395%2010.8674%203.6542%2010.6789%203.57613C10.5376%203.51758%2010.3584%203.51758%209.99996%203.51758C9.64154%203.51758%209.46233%203.51758%209.32097%203.57613C9.13249%203.6542%208.98274%203.80395%208.90467%203.99244Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","right-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.32508%2011.7609C3.46644%2011.8194%203.64565%2011.8194%204.00407%2011.8194H13.049L10.1235%2014.745C9.87002%2014.9984%209.7433%2015.1251%209.68475%2015.2665C9.60668%2015.455%209.60668%2015.6668%209.68475%2015.8552C9.7433%2015.9966%209.87002%2016.1233%2010.1235%2016.3768C10.3769%2016.6302%2010.5036%2016.7569%2010.645%2016.8155C10.8335%2016.8935%2011.0452%2016.8935%2011.2337%2016.8155C11.3751%2016.7569%2011.5018%2016.6302%2011.7552%2016.3768L16.5105%2011.6215C16.5524%2011.5803%2016.5983%2011.5344%2016.6493%2011.4834L16.6495%2011.4831C16.8561%2011.2765%2016.9785%2011.1542%2017.0484%2011.0394C17.0648%2011.0128%2017.0782%2010.9866%2017.0893%2010.9599C17.1674%2010.7714%2017.1674%2010.5596%2017.0893%2010.3711C17.0308%2010.2298%2016.904%2010.1031%2016.6506%209.84962C16.5685%209.76752%2016.4997%209.69872%2016.4394%209.64123L11.7542%204.95601C11.5007%204.70257%2011.374%204.57585%2011.2327%204.5173C11.0442%204.43923%2010.8324%204.43923%2010.6439%204.5173C10.5026%204.57585%2010.3758%204.70257%2010.1224%204.95601L10.1224%204.95601C9.86895%205.20945%209.74223%205.33617%209.68368%205.47753C9.60561%205.66601%209.60561%205.87779%209.68368%206.06627C9.74223%206.20764%209.86895%206.33436%2010.1224%206.5878L13.0463%209.51175H4.00407C3.64565%209.51175%203.46644%209.51175%203.32508%209.5703C3.1366%209.64837%202.98685%209.79812%202.90877%209.98661C2.85022%2010.128%202.85022%2010.3072%202.85022%2010.6656C2.85022%2011.024%202.85022%2011.2032%202.90877%2011.3446C2.98685%2011.5331%203.1366%2011.6828%203.32508%2011.7609Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","up-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0936%2017.3406C11.1522%2017.1992%2011.1522%2017.02%2011.1522%2016.6616V7.61701L14.0776%2010.5424C14.3311%2010.7959%2014.4578%2010.9226%2014.5991%2010.9811C14.7876%2011.0592%2014.9994%2011.0592%2015.1879%2010.9811C15.3292%2010.9226%2015.456%2010.7959%2015.7094%2010.5424C15.9628%2010.289%2016.0896%2010.1623%2016.1481%2010.0209C16.2262%209.83243%2016.2262%209.62066%2016.1481%209.43217C16.0896%209.29081%2015.9628%209.16409%2015.7094%208.91065L10.9645%204.16576C10.9207%204.12105%2010.8714%204.07178%2010.8161%204.01648L10.8159%204.0163C10.5916%203.792%2010.4666%203.66696%2010.3428%203.60058C10.3261%203.59154%2010.3094%203.58358%2010.2925%203.57658C10.104%203.49851%209.89226%203.49851%209.70378%203.57658C9.56242%203.63514%209.4357%203.76186%209.18226%204.0153C9.09955%204.09801%209.03034%204.16722%208.97258%204.22785L4.28878%208.91166C4.03534%209.1651%203.90862%209.29182%203.85006%209.43318C3.77199%209.62166%203.77199%209.83344%203.85006%2010.0219C3.90862%2010.1633%204.03534%2010.29%204.28878%2010.5434C4.54221%2010.7969%204.66893%2010.9236%204.8103%2010.9822C4.99878%2011.0602%205.21056%2011.0602%205.39904%2010.9822C5.5404%2010.9236%205.66712%2010.7969%205.92056%2010.5434L5.92056%2010.5434L8.84449%207.61951V16.6616C8.84449%2017.02%208.84449%2017.1992%208.90305%2017.3406C8.98112%2017.5291%209.13087%2017.6788%209.31935%2017.7569C9.46072%2017.8154%209.63992%2017.8154%209.99834%2017.8154C10.3568%2017.8154%2010.536%2017.8154%2010.6773%2017.7569C10.8658%2017.6788%2011.0156%2017.5291%2011.0936%2017.3406Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndDown-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.5062%206.72126C4.56476%206.86262%204.69148%206.98934%204.94492%207.24278L11.3404%2013.6382L7.20313%2013.6382C6.84471%2013.6382%206.66551%2013.6382%206.52414%2013.6968C6.33566%2013.7749%206.18591%2013.9246%206.10784%2014.1131C6.04928%2014.2545%206.04928%2014.4337%206.04928%2014.7921C6.04928%2015.1505%206.04928%2015.3297%206.10784%2015.4711C6.18591%2015.6596%206.33566%2015.8093%206.52414%2015.8874C6.66551%2015.9459%206.84471%2015.9459%207.20313%2015.9459L13.9194%2015.9459C13.9805%2015.9465%2014.0484%2015.9465%2014.1243%2015.9465H14.1243C14.4353%2015.9465%2014.6114%2015.9465%2014.7449%2015.9082C14.7659%2015.9023%2014.7859%2015.8954%2014.8052%2015.8874C14.9937%2015.8093%2015.1434%2015.6596%2015.2215%2015.4711C15.2801%2015.3297%2015.2801%2015.1505%2015.2801%2014.7921C15.2801%2014.6767%2015.2801%2014.5799%2015.2781%2014.497L15.2781%207.86957C15.2781%207.51115%2015.2781%207.33194%2015.2195%207.19058C15.1415%207.0021%2014.9917%206.85235%2014.8032%206.77428C14.6619%206.71572%2014.4827%206.71572%2014.1243%206.71572C13.7658%206.71572%2013.5866%206.71572%2013.4453%206.77428C13.2568%206.85235%2013.107%207.0021%2013.029%207.19058C12.9704%207.33194%2012.9704%207.51115%2012.9704%207.86957L12.9704%2012.0047L6.5767%205.61099C6.32326%205.35755%206.19654%205.23083%206.05518%205.17228C5.8667%205.09421%205.65492%205.09421%205.46644%205.17228C5.32508%205.23083%205.19836%205.35755%204.94492%205.61099C4.69148%205.86443%204.56476%205.99115%204.5062%206.13251C4.42813%206.32099%204.42813%206.53277%204.5062%206.72126Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","rightAndUp-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.05431%2016.1597C6.19567%2016.1012%206.32239%2015.9745%206.57583%2015.721L12.9712%209.32568L12.9712%2013.4626C12.9712%2013.821%2012.9712%2014.0002%2013.0297%2014.1416C13.1078%2014.3301%2013.2576%2014.4798%2013.446%2014.5579C13.5874%2014.6164%2013.7666%2014.6164%2014.125%2014.6164C14.4834%2014.6164%2014.6626%2014.6164%2014.804%2014.5579C14.9925%2014.4798%2015.1422%2014.3301%2015.2203%2014.1416C15.2789%2014.0002%2015.2789%2013.821%2015.2789%2013.4626L15.2789%206.75233C15.2795%206.68972%2015.2795%206.62004%2015.2795%206.54182L15.2795%206.54157C15.2795%206.22585%2015.2795%206.04918%2015.2395%205.91495C15.2339%205.89605%2015.2276%205.878%2015.2203%205.86053C15.1422%205.67204%2014.9925%205.52229%2014.804%205.44422C14.6626%205.38567%2014.4834%205.38567%2014.125%205.38567L14.125%205.38567C14.0075%205.38567%2013.9093%205.38567%2013.8254%205.38773L7.20256%205.38773C6.84414%205.38773%206.66493%205.38773%206.52357%205.44628C6.33509%205.52436%206.18534%205.6741%206.10727%205.86259C6.04871%206.00395%206.04871%206.18315%206.04871%206.54156V6.54157L6.04871%206.54159C6.04871%206.9%206.04871%207.0792%206.10727%207.22056C6.18534%207.40905%206.33509%207.55879%206.52357%207.63687C6.66493%207.69542%206.84414%207.69542%207.20256%207.69542H11.3379L4.94405%2014.0892C4.69061%2014.3427%204.56389%2014.4694%204.50533%2014.6108C4.42726%2014.7992%204.42726%2015.011%204.50533%2015.1995C4.56389%2015.3409%204.69061%2015.4676%204.94405%2015.721C5.19749%2015.9745%205.32421%2016.1012%205.46557%2016.1597C5.65405%2016.2378%205.86583%2016.2378%206.05431%2016.1597Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A"}'),D={feedback:l0,star:o0,progress:u0,signal:c0,feeling:d0,arrow:h0,shape:{cross:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%223.70374%22%20y%3D%228.14795%22%20width%3D%2212.5926%22%20height%3D%223.7037%22%20rx%3D%220.740741%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A",up:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.44533%205.81157C9.74012%205.47858%2010.2598%205.47858%2010.5546%205.81157L16.2868%2012.2867C16.71%2012.7647%2016.3706%2013.5184%2015.7322%2013.5184H4.26776C3.62933%2013.5184%203.28995%2012.7647%203.71313%2012.2867L9.44533%205.81157Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A",down:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.5547%2014.1884C10.2599%2014.5214%209.74019%2014.5214%209.4454%2014.1884L3.71321%207.71335C3.29002%207.23532%203.6294%206.48161%204.26784%206.48161L15.7322%206.48161C16.3707%206.48161%2016.7101%207.23532%2016.2869%207.71335L10.5547%2014.1884Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","rhomboid-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","rhomboid-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.1415%2011.1984C1.8412%2010.9074%201.8412%2010.4256%202.1415%2010.1346L9.48467%203.01785C9.77196%202.73942%2010.2284%202.73942%2010.5157%203.01786L17.8586%2010.1346C18.1589%2010.4256%2018.1589%2010.9074%2017.8586%2011.1984L10.5157%2018.3151C10.2284%2018.5936%209.77196%2018.5936%209.48467%2018.3152L2.1415%2011.1984Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-greed":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-pink":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23FB9D9D%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-gray":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E%0A","roundness-black":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210.6664%22%20r%3D%227.03704%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A","triangle-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_237)%22%3E%0A%3Cpath%20d%3D%22M9.32308%204.41301C9.58368%203.82623%2010.4164%203.82623%2010.677%204.413L15.9526%2016.2917C16.1701%2016.7815%2015.8115%2017.3331%2015.2756%2017.3331H4.72454C4.18858%2017.3331%203.83002%2016.7815%204.04756%2016.2917L9.32308%204.41301Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_237%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A","indicate-greed":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","indicate-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","indicate-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.76941%22%20y%3D%222.76941%22%20width%3D%2214.4612%22%20height%3D%2214.4612%22%20rx%3D%223%22%20fill%3D%22black%22%2F%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A"},feedback2:{mistake2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.12194%206.33702C4.1805%206.47839%204.30722%206.6051%204.56066%206.85854L8.36822%2010.6661L4.56062%2014.4737C4.30718%2014.7272%204.18046%2014.8539%204.12191%2014.9952C4.04384%2015.1837%204.04384%2015.3955%204.12191%2015.584C4.18046%2015.7253%204.30718%2015.8521%204.56062%2016.1055C4.81406%2016.3589%204.94078%2016.4857%205.08214%2016.5442C5.27062%2016.6223%205.4824%2016.6223%205.67089%2016.5442C5.81225%2016.4857%205.93897%2016.3589%206.19241%2016.1055L10%2012.2979L13.8074%2016.1053C14.0609%2016.3588%2014.1876%2016.4855%2014.329%2016.544C14.5174%2016.6221%2014.7292%2016.6221%2014.9177%2016.544C15.0591%2016.4855%2015.1858%2016.3588%2015.4392%2016.1053L15.4392%2016.1053C15.6927%2015.8519%2015.8194%2015.7252%2015.8779%2015.5838C15.956%2015.3953%2015.956%2015.1835%2015.8779%2014.9951C15.8194%2014.8537%2015.6927%2014.727%2015.4392%2014.4735L15.4392%2014.4735L11.6318%2010.6661L15.4392%206.85872C15.6926%206.60528%2015.8193%206.47856%2015.8779%206.3372C15.956%206.14871%2015.956%205.93694%2015.8779%205.74845C15.8193%205.60709%2015.6926%205.48037%2015.4392%205.22693C15.1857%204.97349%2015.059%204.84677%2014.9177%204.78822C14.7292%204.71015%2014.5174%204.71015%2014.3289%204.78822C14.1876%204.84677%2014.0608%204.97349%2013.8074%205.22693L10%209.03433L6.19244%205.22676C5.939%204.97332%205.81228%204.8466%205.67092%204.78805C5.48244%204.70997%205.27066%204.70997%205.08218%204.78805C4.94082%204.8466%204.8141%204.97332%204.56066%205.22676L4.56066%205.22676C4.30722%205.4802%204.1805%205.60692%204.12194%205.74828C4.04387%205.93676%204.04387%206.14854%204.12194%206.33702Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A",warn2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.49778%205.00963C8.48513%204.56774%208.47881%204.3468%208.56086%204.17746C8.63301%204.02856%208.75124%203.90689%208.89802%203.83052C9.06494%203.74365%209.28597%203.74365%209.72805%203.74365H10.272C10.714%203.74365%2010.9351%203.74365%2011.102%203.83052C11.2488%203.9069%2011.367%204.02856%2011.4392%204.17746C11.5212%204.3468%2011.5149%204.56775%2011.5022%205.00964L11.2644%2013.3173C11.2524%2013.737%2011.2464%2013.9468%2011.1609%2014.1065C11.0857%2014.2471%2010.9687%2014.3609%2010.826%2014.432C10.6639%2014.5129%2010.454%2014.5129%2010.0342%2014.5129H9.96582C9.54601%2014.5129%209.33611%2014.5129%209.17397%2014.432C9.0313%2014.3609%208.91426%2014.2471%208.83904%2014.1065C8.75357%2013.9468%208.74756%2013.737%208.73555%2013.3173L8.49778%205.00963Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3Crect%20x%3D%228.76917%22%20y%3D%2215.2817%22%20width%3D%222.46154%22%20height%3D%222.46154%22%20rx%3D%220.769231%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A",correct2:"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_613_248)%22%3E%0A%3Cpath%20d%3D%22M15.689%205.69723C15.5476%205.75578%2015.4209%205.8825%2015.1675%206.13594L7.82436%2013.4791L4.83279%2010.4875C4.57935%2010.2341%204.45263%2010.1073%204.31127%2010.0488C4.12278%209.97071%203.91101%209.97071%203.72252%2010.0488C3.58116%2010.1073%203.45444%2010.2341%203.201%2010.4875C2.94756%2010.7409%202.82084%2010.8676%202.76229%2011.009C2.68422%2011.1975%202.68422%2011.4093%202.76229%2011.5978C2.82084%2011.7391%202.94756%2011.8658%203.201%2012.1193L7.0085%2015.9268C7.26194%2016.1802%207.38866%2016.3069%207.53002%2016.3655C7.7185%2016.4436%207.93028%2016.4436%208.11876%2016.3655C8.26013%2016.3069%208.38685%2016.1802%208.64028%2015.9268C8.66387%2015.9032%208.68636%2015.8807%208.7078%2015.8592L16.7993%207.76772C17.0527%207.51428%2017.1794%207.38756%2017.238%207.2462C17.3161%207.05772%2017.3161%206.84594%2017.238%206.65746C17.1794%206.5161%2017.0527%206.38938%2016.7993%206.13594C16.5458%205.8825%2016.4191%205.75578%2016.2777%205.69723C16.0893%205.61915%2015.8775%205.61915%2015.689%205.69723Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_613_248%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.666504)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A"},flag:{"flag-green":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%2359D01E%22%2F%3E%0A%3C%2Fsvg%3E%0A","flag-gold":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FFBD37%22%2F%3E%0A%3C%2Fsvg%3E%0A","flag-red":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.4274%204.74935C14.0982%205.1012%2013.1363%205.13675%2012.3604%205.03379C11.5776%204.93009%2010.9487%204.68342%2010.2456%204.40416L10.2246%204.39527C9.53411%204.1212%208.76945%203.8175%207.81312%203.69157C6.84279%203.56268%205.71016%203.61898%204.24802%204.0049C4.09343%204.04217%203.95538%204.13393%203.85649%204.26515C3.7576%204.39636%203.70374%204.55925%203.70374%204.72712V17.3197C3.70374%2017.5162%203.79534%2017.7046%203.92654%2017.8435C4.05773%2017.9824%204.25893%2018.0605%204.44448%2018.0605C4.63002%2018.0605%204.84911%2017.9824%204.98031%2017.8435C5.11151%2017.7046%205.18522%2017.5162%205.18522%2017.3197V14.9123V12.5049C6.24649%2012.2738%206.97081%2012.2605%207.63962%2012.3486C8.42246%2012.4523%209.05139%2012.699%209.75448%2012.9782L9.77546%2012.9871C10.466%2013.2612%2011.2306%2013.5649%2012.1869%2013.6908C13.1601%2013.8197%2014.2976%2013.7627%2015.7667%2013.3738C15.8866%2013.3421%2016.0727%2013.2135%2016.1483%2013.111C16.2238%2013.0084%2016.2963%2012.8204%2016.2963%2012.6553V5.46787C16.2963%205.35535%2016.2721%205.24432%2016.2255%205.1432C16.1788%205.04208%2016.1111%204.95353%2016.0274%204.88428C15.9436%204.81502%2015.846%204.76688%2015.7421%204.7435C15.6382%204.72012%2015.494%204.73173%2015.4274%204.74935Z%22%20fill%3D%22%23FE4B4B%22%2F%3E%0A%3C%2Fsvg%3E%0A"},cell:{"cell-0":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-25":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%224.00098%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-50":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-75":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211%22%20y%3D%2211.001%22%20width%3D%225%22%20height%3D%225%22%20rx%3D%221%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A","cell-100":"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%2211.251%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%224.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3Crect%20x%3D%2211.25%22%20y%3D%224.25098%22%20width%3D%224.5%22%20height%3D%224.5%22%20rx%3D%220.75%22%20fill%3D%22%230493EE%22%20stroke%3D%22%230493EE%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A"}},I2=[{title:"sheet.cf.iconSet.direction",group:[{name:"3Arrows",list:[D.arrow["up-green"],D.arrow["right-gold"],D.arrow["down-red"]]},{name:"3ArrowsGray",list:[D.arrow["up-gray"],D.arrow["right-gray"],D.arrow["down-gray"]]},{name:"4Arrows",list:[D.arrow["up-green"],D.arrow["rightAndUp-gold"],D.arrow["rightAndDown-gold"],D.arrow["down-red"]]},{name:"4ArrowsGray",list:[D.arrow["up-gray"],D.arrow["rightAndUp-gray"],D.arrow["rightAndDown-gray"],D.arrow["down-gray"]]},{name:"5Arrows",list:[D.arrow["up-green"],D.arrow["rightAndUp-gold"],D.arrow["right-gold"],D.arrow["rightAndDown-gold"],D.arrow["down-red"]]},{name:"5ArrowsGray",list:[D.arrow["up-gray"],D.arrow["rightAndUp-gray"],D.arrow["right-gray"],D.arrow["rightAndDown-gray"],D.arrow["down-gray"]]},{name:"3Triangles",list:[D.shape.up,D.shape.cross,D.shape.down]}]},{title:"sheet.cf.iconSet.shape",group:[{name:"3TrafficLights1",list:[D.shape["roundness-greed"],D.shape["roundness-gold"],D.shape["roundness-red"]]},{name:"3Signs",list:[D.shape["roundness-greed"],D.shape["triangle-gold"],D.shape["rhomboid-red"]]},{name:"3TrafficLights2",list:[D.shape["indicate-greed"],D.shape["indicate-gold"],D.shape["indicate-red"]]},{name:"4RedToBlack",list:[D.shape["roundness-red"],D.shape["roundness-pink"],D.shape["roundness-gray"],D.shape["roundness-black"]]},{name:"4TrafficLights",list:[D.shape["roundness-greed"],D.shape["roundness-gold"],D.shape["roundness-red"],D.shape["roundness-black"]]}]},{title:"sheet.cf.iconSet.mark",group:[{name:"3Symbols",list:[D.feedback.correct,D.feedback.warn,D.feedback.mistake]},{name:"3Symbols2",list:[D.feedback2.correct2,D.feedback2.warn2,D.feedback2.mistake2]},{name:"3Flags",list:[D.flag["flag-green"],D.flag["flag-gold"],D.flag["flag-red"]]}]},{title:"sheet.cf.iconSet.rank",group:[{name:"4Rating",list:[D.signal.signal25,D.signal.signal50,D.signal.signal75,D.signal.signal100]},{name:"5Rating",list:[D.signal.signal0,D.signal.signal25,D.signal.signal50,D.signal.signal75,D.signal.signal100]},{name:"5Quarters",list:[D.progress.progress100,D.progress.progress75,D.progress.progress50,D.progress.progress25,D.progress.progress0]},{name:"_5Felling",list:[D.feeling.guffaw,D.feeling.smile,D.feeling.noninductive,D.feeling.dissatisfied,D.feeling.impatient]},{name:"5Boxes",list:[D.cell["cell-100"],D.cell["cell-75"],D.cell["cell-50"],D.cell["cell-25"],D.cell["cell-0"]]},{name:"3Stars",list:[D.star.starFull,D.star.starIncomplete,D.star.starEmpty]}]}],K=I2.reduce((s,a)=>{const{group:n}=a;for(const e of n)s[e.name]=e.list;return s},{});for(const s in K){const a=K[s];Object.freeze(a)}const S2="EMPTY_ICON_TYPE",i2={type:c.CommandType.MUTATION,id:"sheet.mutation.move-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,start:t,end:i}=a;return s.get(b).moveRulePriority(n,e,t,i),!0}},g0=s=>{const{unitId:a,subUnitId:n}=s,e=w2(s.start,s.end);if(!e)return[];const[t,i]=e;return[{id:i2.id,params:{unitId:a,subUnitId:n,start:t,end:i}}]},b2=(s,a)=>{const n=s.get(b),{unitId:e,subUnitId:t,cfId:i}=a,r=[...n.getSubunitRules(e,t)||[]],o=r.findIndex(l=>l.cfId===i),h=r[o-1];if(o>-1){const l=r[o],u=[{id:C2.id,params:{unitId:e,subUnitId:t,rule:c.Tools.deepClone(l)}}];if(r.splice(o,1),o!==0){const d=r[0];if(d){const g=v2({id:d.cfId,type:"before"},{id:h.cfId,type:"after"},r,E=>E.cfId);if(!g)return u;const[f,m]=g,F={unitId:e,subUnitId:t,start:f,end:m};u.push({id:i2.id,params:F})}}return u}return[]},s2={type:c.CommandType.MUTATION,id:"sheet.mutation.delete-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,cfId:t}=a;return s.get(b).deleteRule(n,e,t),!0}},C0=(s,a)=>({id:s2.id,params:{unitId:a.unitId,subUnitId:a.subUnitId,cfId:a.rule.cfId}}),C2={type:c.CommandType.MUTATION,id:"sheet.mutation.add-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,rule:t}=a;return s.get(b).addRule(n,e,t),!0}},D2={type:c.CommandType.MUTATION,id:"sheet.mutation.set-conditional-rule",handler(s,a){if(!a)return!1;const{unitId:n,subUnitId:e,rule:t}=a,i=a.cfId||a.rule.cfId;return s.get(b).setRule(n,e,t,i),!0}},D0=(s,a)=>{const n=s.get(b),{unitId:e,subUnitId:t}=a,i=a.cfId||a.rule.cfId,r=n.getRule(e,t,i);return r?[{id:D2.id,params:{unitId:e,subUnitId:t,cfId:i,rule:c.Tools.deepClone(r)}}]:[]},f0="ssheets-conditional-formatting.config",L2={};var m0=Object.defineProperty,F0=Object.getOwnPropertyDescriptor,v0=(s,a,n,e)=>{for(var t=e>1?void 0:e?F0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&m0(a,n,t),t},Z=(s,a)=>(n,e)=>a(n,e,s);C.ConditionalFormattingService=class extends c.Disposable{constructor(a,n,e,t,i,r){super(),this._conditionalFormattingRuleModel=a,this._injector=n,this._univerInstanceService=e,this._resourceManagerService=t,this._sheetInterceptorService=i,this._commandService=r,this._initCellChange(),this._initSnapshot(),this._initSheetChange()}get _conditionalFormattingViewModelV2(){return this._injector.get(C.ConditionalFormattingViewModel)}composeStyle(a,n,e,t){const i=this._conditionalFormattingViewModelV2.getCellCfs(a,n,e,t);if(i&&(i!=null&&i.length)){const r=i.map(l=>this._conditionalFormattingRuleModel.getRule(a,n,l.cfId)).filter(l=>!!l).reverse(),o=r.findIndex(l=>l==null?void 0:l.stopIfTrue);return o>-1&&r.splice(o+1),r.reduce((l,u)=>{var f;const d=u.rule.type,g=i.find(m=>m.cfId===u.cfId);if(d===_.highlightCell)g.result&&c.Tools.deepMerge(l,{style:g.result});else if(d===_.colorScale){const m=g==null?void 0:g.result;m&&typeof m=="string"&&(l.style={...(f=l.style)!=null?f:{},bg:{rgb:m}})}else if(d===_.dataBar){const m=g==null?void 0:g.result;m&&(l.dataBar=m,l.isShowValue=m.isShowValue)}else if(d===_.iconSet){const m=g==null?void 0:g.result;m&&(l.iconSet=m,l.isShowValue=m.isShowValue)}return l},{})}return null}_initSnapshot(){const a=e=>{const t=this._conditionalFormattingRuleModel.getUnitRules(e),i={};return t?(t.forEach((r,o)=>{i[o]=r}),JSON.stringify(i)):""},n=e=>{if(!e)return{};try{return JSON.parse(e)}catch{return{}}};this.disposeWithMe(this._resourceManagerService.registerPluginResource({pluginName:u2,businesses:[c.UniverInstanceType.UNIVER_SHEET],toJson:e=>a(e),parseJson:e=>n(e),onUnLoad:e=>{this._conditionalFormattingRuleModel.deleteUnitId(e)},onLoad:(e,t)=>{Object.keys(t).forEach(i=>{[...t[i]].reverse().forEach(o=>{this._conditionalFormattingRuleModel.addRule(e,i,o)})})}}))}_initSheetChange(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:a=>{if(a.id===S.RemoveSheetCommand.id){const n=a.params,e=n.unitId||w0(this._univerInstanceService),t=n.subUnitId||E0(this._univerInstanceService);if(!t)return{redos:[],undos:[]};const i=this._conditionalFormattingRuleModel.getSubunitRules(e,t);if(!i)return{redos:[],undos:[]};const r=[],o=[];return i.forEach(h=>{const l={unitId:e,subUnitId:t,cfId:h.cfId};r.push({id:s2.id,params:l}),o.push(...b2(this._injector,l))}),{redos:r,undos:o}}return{redos:[],undos:[]}}}))}_initCellChange(){this.disposeWithMe(this._commandService.onCommandExecuted(a=>{const n=(e,t,i)=>{const r=new Set;return i.forEach(([o,h])=>{const l=this._conditionalFormattingViewModelV2.getCellCfs(e,t,o,h);l==null||l.forEach(u=>r.add(u.cfId))}),[...r].map(o=>this._conditionalFormattingRuleModel.getRule(e,t,o)).filter(o=>!!o)};switch(a.id){case S.SetRangeValuesMutation.id:{const e=a.params,{subUnitId:t,unitId:i,cellValue:r}=e,o=[];new c.ObjectMatrix(r).forValue((l,u,d)=>{d&&Object.keys(d).some(f=>["p","v"].includes(f))&&o.push([l,u])}),n(i,t,o).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,t,l.cfId)});break}case S.InsertColMutation.id:case S.RemoveColMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i),o={...e,endColumn:Number.MAX_SAFE_INTEGER};r&&r.filter(l=>l.ranges.some(u=>c.Rectangle.intersects(u,o))).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,l.cfId)});break}case S.RemoveRowMutation.id:case S.InsertRowMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i),o={...e,endRow:Number.MAX_SAFE_INTEGER};r&&r.filter(l=>l.ranges.some(u=>c.Rectangle.intersects(u,o))).forEach(l=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,l.cfId)});break}case S.MoveRowsMutation.id:{const{sourceRange:e,targetRange:t,unitId:i,subUnitId:r}=a.params,o=this._conditionalFormattingRuleModel.getSubunitRules(i,r),h={startRow:Math.min(e.startRow,t.startRow),endRow:Number.MAX_SAFE_INTEGER,startColumn:0,endColumn:Number.MAX_SAFE_INTEGER};o&&o.filter(u=>u.ranges.some(d=>c.Rectangle.intersects(d,h))).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,r,u.cfId)});break}case S.MoveColsMutation.id:{const{sourceRange:e,targetRange:t,unitId:i,subUnitId:r}=a.params,o=this._conditionalFormattingRuleModel.getSubunitRules(i,r),h={startRow:0,endRow:Number.MAX_SAFE_INTEGER,startColumn:Math.min(e.startColumn,t.startColumn),endColumn:Number.MAX_SAFE_INTEGER};o&&o.filter(u=>u.ranges.some(d=>c.Rectangle.intersects(d,h))).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(i,r,u.cfId)});break}case S.MoveRangeMutation.id:{const{unitId:e,to:t,from:i}=a.params,r=o=>{const h=[];new c.ObjectMatrix(o.value).forValue((u,d)=>{h.push([u,d])}),n(e,o.subUnitId,h).forEach(u=>{this._conditionalFormattingViewModelV2.markRuleDirty(e,o.subUnitId,u.cfId)})};r(t),r(i);break}case S.ReorderRangeMutation.id:{const{range:e,unitId:t,subUnitId:i}=a.params,r=this._conditionalFormattingRuleModel.getSubunitRules(t,i);r&&r.filter(h=>h.ranges.some(l=>c.Rectangle.intersects(l,e))).forEach(h=>{this._conditionalFormattingViewModelV2.markRuleDirty(t,i,h.cfId)});break}}}))}},C.ConditionalFormattingService=v0([Z(0,c.Inject(b)),Z(1,c.Inject(c.Injector)),Z(2,c.Inject(c.IUniverInstanceService)),Z(3,c.Inject(c.IResourceManagerService)),Z(4,c.Inject(S.SheetInterceptorService)),Z(5,c.Inject(c.ICommandService))],C.ConditionalFormattingService);const w0=s=>s.getCurrentUnitForType(c.UniverInstanceType.UNIVER_SHEET).getUnitId(),E0=s=>{var a;return(a=s.getCurrentUnitForType(c.UniverInstanceType.UNIVER_SHEET).getActiveSheet())==null?void 0:a.getSheetId()};var p0=Object.defineProperty,A0=Object.getOwnPropertyDescriptor,_0=(s,a,n,e)=>{for(var t=e>1?void 0:e?A0(a,n):a,i=s.length-1,r;i>=0;i--)(r=s[i])&&(t=(e?r(a,n,t):r(t))||t);return e&&t&&p0(a,n,t),t},f2=(s,a)=>(n,e)=>a(n,e,s);C.UniverSheetsConditionalFormattingPlugin=(r2=class extends c.Plugin{constructor(a=L2,n,e,t){super(),this._config=a,this._injector=n,this._commandService=e,this._configService=t;const{...i}=c.merge({},L2,this._config);this._configService.setConfig(f0,i),[[C.ConditionalFormattingService],[C.ConditionalFormattingFormulaService],[b],[C.ConditionalFormattingViewModel]].forEach(r=>{this._injector.add(r)}),[C2,s2,D2,i2,H].forEach(r=>{this._commandService.registerCommand(r)})}onStarting(){this._injector.get(C.ConditionalFormattingService),c.touchDependencies(this._injector,[[C.ConditionalFormattingService],[C.ConditionalFormattingViewModel]])}},v(r2,"pluginName",u2),v(r2,"type",c.UniverInstanceType.UNIVER_SHEET),r2),C.UniverSheetsConditionalFormattingPlugin=_0([f2(1,c.Inject(c.Injector)),f2(2,c.Inject(c.ICommandService)),f2(3,c.IConfigService)],C.UniverSheetsConditionalFormattingPlugin);const T2="sheet-conditional-rule-icon",y0=35,B2=15,k2=2;class N2 extends W.SheetExtension{constructor(){super();v(this,"_paddingRightAndLeft",k2);v(this,"_width",B2);v(this,"_imageMap",new Map);v(this,"uKey",T2);v(this,"Z_INDEX",y0);v(this,"_radius",1);this._init()}draw(n,e,t,i){const{worksheet:r}=t;if(!r)return!1;n.save(),c.Range.foreach(t.rowColumnSegment,(o,h)=>{if(!r.getRowVisible(o)||!r.getColVisible(h))return;const l=r.getCell(o,h);if(l!=null&&l.iconSet){const{iconType:u,iconId:d}=l.iconSet;if(u===S2)return;const g=this._imageMap.get(this._createKey(u,d));if(!g)return;const f=t.getCellWithCoordByIndex(o,h,!1);let{isMerged:m,isMergedMainCell:F,mergeInfo:E,startY:A,endY:B,startX:N,endX:O}=f;if(m||(F&&(A=E.startY,B=E.endY,N=E.startX,O=E.endX),!this.isRenderDiffRangesByCell(E,i)))return;const a2=O-N,l2=B-A;if(this._width>l2||this._width>a2+this._paddingRightAndLeft*2)return;const m2=(l2-this._width)/2+A;n.drawImage(g,N+this._paddingRightAndLeft,m2,this._width,this._width)}}),n.restore()}_init(){for(const n in K)K[n].forEach((t,i)=>{const r=this._createKey(n,String(i)),o=new Image;o.onload=()=>{this._imageMap.set(r,o)},o.src=t})}_createKey(n,e){return`${n}_${e}`}}W.SpreadsheetExtensionRegistry.add(N2);function U2(s){if(typeof s!="object"||s===null)return s;const a={};for(const n in s)if(s.hasOwnProperty(n)){const e=U2(s[n]);e!==void 0&&(a[n]=e)}return a}Object.defineProperty(C,"isRangesEqual",{enumerable:!0,get:()=>c.isRangesEqual}),C.AddConditionalRuleMutation=C2,C.AddConditionalRuleMutationUndoFactory=C0,C.CFNumberOperator=w,C.CFRuleType=_,C.CFSubRuleType=p,C.CFTextOperator=M,C.CFTimePeriodOperator=x,C.CFValueType=y,C.CONDITIONAL_FORMATTING_VIEWPORT_CACHE_LENGTH=n2,C.ConditionalFormattingFormulaMarkDirty=H,C.ConditionalFormattingIcon=N2,C.ConditionalFormattingRuleModel=b,C.DEFAULT_BG_COLOR=O2,C.DEFAULT_FONT_COLOR=j2,C.DEFAULT_PADDING=k2,C.DEFAULT_WIDTH=B2,C.DataBar=R2,C.DeleteConditionalRuleMutation=s2,C.DeleteConditionalRuleMutationUndoFactory=b2,C.EMPTY_ICON_TYPE=S2,C.FormulaResultStatus=R,C.IconUKey=T2,C.MoveConditionalRuleMutation=i2,C.MoveConditionalRuleMutationUndoFactory=g0,C.SHEET_CONDITIONAL_FORMATTING_PLUGIN=u2,C.SetConditionalRuleMutation=D2,C.anchorUndoFactory=w2,C.compareWithNumber=q,C.createCfId=E2,C.createDefaultRule=P2,C.createDefaultValue=$2,C.createDefaultValueByValueType=W2,C.dataBarUKey=M2,C.defaultDataBarNativeColor=g2,C.defaultDataBarPositiveColor=h2,C.defaultPlaceholderColor=x2,C.filterRange=Q,C.findIndexByAnchor=V,C.getCacheStyleMatrix=Y2,C.getCellValue=k,C.getColorScaleFromValue=y2,C.getMaxInFormulaResult=K2,C.getOppositeOperator=_2,C.getValueByType=Y,C.iconGroup=I2,C.iconMap=K,C.isAnchorEqual=q2,C.isFloatsEqual=X,C.isNullable=I,C.moveByAnchor=F2,C.removeUndefinedAttr=U2,C.serialTimeToTimestamp=A2,C.setConditionalRuleMutationUndoFactory=D0,C.toYMD_1900=p2,C.transformSupportSymmetryAnchor=v2,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});
3
+
4
+
5
+ // @univerjs/sheets-conditional-formatting/facade
6
+ (function(i,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("@univerjs/core"),require("@univerjs/sheets-conditional-formatting"),require("@univerjs/sheets/facade")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/sheets-conditional-formatting","@univerjs/sheets/facade"],r):(i=typeof globalThis<"u"?globalThis:i||self,r(i.UniverSheetsConditionalFormattingFacade={},i.UniverCore,i.UniverSheetsConditionalFormatting,i.UniverSheetsFacade))})(this,function(i,r,u,p){"use strict";var c=Object.defineProperty;var R=(i,r,u)=>r in i?c(i,r,{enumerable:!0,configurable:!0,writable:!0,value:u}):i[r]=u;var _=(i,r,u)=>R(i,typeof r!="symbol"?r+"":r,u);class o{constructor(e={}){_(this,"_rule",{});this._rule=e,this._ensureAttr(this._rule,["rule"])}get _ruleConfig(){return this._rule.rule||null}_getDefaultConfig(e=u.CFRuleType.highlightCell){switch(e){case u.CFRuleType.colorScale:return{type:e,config:[{index:0,color:new r.ColorKit("").toRgbString(),value:{type:u.CFValueType.min}},{index:0,color:new r.ColorKit("green").toRgbString(),value:{type:u.CFValueType.max}}]};case u.CFRuleType.dataBar:return{type:e,isShowValue:!0,config:{min:{type:u.CFValueType.min},max:{type:u.CFValueType.max},positiveColor:new r.ColorKit("green").toRgbString(),nativeColor:new r.ColorKit("").toRgbString(),isGradient:!1}};case u.CFRuleType.highlightCell:return{type:e,subType:u.CFSubRuleType.text,operator:u.CFTextOperator.containsText,value:"abc",style:{}};case u.CFRuleType.iconSet:return{type:e,isShowValue:!0,config:[{operator:u.CFNumberOperator.greaterThanOrEqual,value:{type:u.CFValueType.min},iconType:u.EMPTY_ICON_TYPE,iconId:""},{operator:u.CFNumberOperator.greaterThanOrEqual,value:{type:u.CFValueType.percentile,value:.5},iconType:u.EMPTY_ICON_TYPE,iconId:""},{operator:u.CFNumberOperator.lessThanOrEqual,value:{type:u.CFValueType.max},iconType:u.EMPTY_ICON_TYPE,iconId:""}]}}}_ensureAttr(e,t){return t.reduce((n,s)=>(n[s]||(n[s]={}),n[s]),e),e}build(){var n;this._rule.cfId||(this._rule.cfId=u.createCfId()),this._rule.ranges||(this._rule.ranges=[]),this._rule.stopIfTrue===void 0&&(this._rule.stopIfTrue=!1),(n=this._rule.rule)!=null&&n.type||(this._rule.rule.type=u.CFRuleType.highlightCell,this._ensureAttr(this._rule,["rule","style"]));const e=this._getDefaultConfig(this._rule.rule.type);return{...this._rule,rule:{...e,...this._rule.rule}}}copy(){return new o(r.Tools.deepClone(this._rule))}getRanges(){return this._rule.ranges||[]}getIconMap(){return u.iconMap}createCfId(){return u.createCfId()}setRanges(e){return this._rule.ranges=e,this}}class l extends o{constructor(e={}){super(e),this._ensureAttr(this._rule,["rule","style"])}copy(){return new l(r.Tools.deepClone(this._rule))}setAverage(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.average,t.operator=e,this}setUniqueValues(){const e=this._ruleConfig;return e.type=u.CFRuleType.highlightCell,e.subType=u.CFSubRuleType.uniqueValues,this}setDuplicateValues(){const e=this._ruleConfig;return e.type=u.CFRuleType.highlightCell,e.subType=u.CFSubRuleType.duplicateValues,this}setRank(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.rank,t.isBottom=e.isBottom,t.isPercent=e.isPercent,t.value=e.value,this}setBackground(e){var t;if(((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell)if(e){this._ensureAttr(this._ruleConfig,["style","bg"]);const n=new r.ColorKit(e);this._ruleConfig.style.bg.rgb=n.toRgbString()}else delete this._ruleConfig.style.bg;return this}setBold(e){var t;return((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell&&(this._ensureAttr(this._ruleConfig,["style"]),this._ruleConfig.style.bl=e?r.BooleanNumber.TRUE:r.BooleanNumber.FALSE),this}setFontColor(e){var t;if(((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell)if(e){const n=new r.ColorKit(e);this._ensureAttr(this._ruleConfig,["style","cl"]),this._ruleConfig.style.cl.rgb=n.toRgbString()}else delete this._ruleConfig.style.cl;return this}setItalic(e){var t;return((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell&&(this._ensureAttr(this._ruleConfig,["style"]),this._ruleConfig.style.it=e?r.BooleanNumber.TRUE:r.BooleanNumber.FALSE),this}setStrikethrough(e){var t;return((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell&&(this._ensureAttr(this._ruleConfig,["style","st"]),this._ruleConfig.style.st.s=e?r.BooleanNumber.TRUE:r.BooleanNumber.FALSE),this}setUnderline(e){var t;return((t=this._ruleConfig)==null?void 0:t.type)===u.CFRuleType.highlightCell&&(this._ensureAttr(this._ruleConfig,["style","ul"]),this._ruleConfig.style.ul.s=e?r.BooleanNumber.TRUE:r.BooleanNumber.FALSE),this}whenCellEmpty(){const e=this._ruleConfig;return e.type=u.CFRuleType.highlightCell,e.subType=u.CFSubRuleType.text,e.value="",e.operator=u.CFTextOperator.equal,this}whenCellNotEmpty(){const e=this._ruleConfig;return e.type=u.CFRuleType.highlightCell,e.subType=u.CFSubRuleType.text,e.value="",e.operator=u.CFTextOperator.notEqual,this}whenDate(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.timePeriod,t.operator=e,this}whenFormulaSatisfied(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.formula,t.value=e,this}whenNumberBetween(e,t){const n=Math.min(e,t),s=Math.max(e,t),h=this._ruleConfig;return h.type=u.CFRuleType.highlightCell,h.subType=u.CFSubRuleType.number,h.value=[n,s],h.operator=u.CFNumberOperator.between,this}whenNumberEqualTo(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.equal,this}whenNumberGreaterThan(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.greaterThan,this}whenNumberGreaterThanOrEqualTo(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.greaterThanOrEqual,this}whenNumberLessThan(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.lessThan,this}whenNumberLessThanOrEqualTo(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.lessThanOrEqual,this}whenNumberNotBetween(e,t){const n=Math.min(e,t),s=Math.max(e,t),h=this._ruleConfig;return h.type=u.CFRuleType.highlightCell,h.subType=u.CFSubRuleType.number,h.value=[n,s],h.operator=u.CFNumberOperator.notBetween,this}whenNumberNotEqualTo(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.number,t.value=e,t.operator=u.CFNumberOperator.notEqual,this}whenTextContains(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.text,t.value=e,t.operator=u.CFTextOperator.containsText,this}whenTextDoesNotContain(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.text,t.value=e,t.operator=u.CFTextOperator.notContainsText,this}whenTextEndsWith(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.text,t.value=e,t.operator=u.CFTextOperator.endsWith,this}whenTextEqualTo(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.text,t.value=e,t.operator=u.CFTextOperator.equal,this}whenTextStartsWith(e){const t=this._ruleConfig;return t.type=u.CFRuleType.highlightCell,t.subType=u.CFSubRuleType.text,t.value=e,t.operator=u.CFTextOperator.beginsWith,this}}class C extends o{copy(){return new C(r.Tools.deepClone(this._rule))}setDataBar(e){const t=this._ruleConfig;return t.type=u.CFRuleType.dataBar,t.isShowValue=!!e.isShowValue,t.config={min:e.min,max:e.max,positiveColor:e.positiveColor,nativeColor:e.nativeColor,isGradient:!!e.isGradient},this}}class a extends o{copy(){return new a(r.Tools.deepClone(this._rule))}setColorScale(e){const t=this._ruleConfig;return t.type=u.CFRuleType.colorScale,t.config=e,this}}class g extends o{copy(){return new g(r.Tools.deepClone(this._rule))}setIconSet(e){const t=this._ruleConfig;return t.type=u.CFRuleType.iconSet,t.config=e.iconConfigs,t.isShowValue=e.isShowValue,this}}class T{constructor(e={}){this._initConfig=e}build(){return new o(this._initConfig).build()}setAverage(e){return new l(this._initConfig).setAverage(e)}setUniqueValues(){return new l(this._initConfig).setUniqueValues()}setDuplicateValues(){return new l(this._initConfig).setDuplicateValues()}setRank(e){return new l(this._initConfig).setRank(e)}setIconSet(e){return new g(this._initConfig).setIconSet(e)}setColorScale(e){return new a(this._initConfig).setColorScale(e)}setDataBar(e){return new C(this._initConfig).setDataBar(e)}setBackground(e){return new l(this._initConfig).setBackground(e)}setBold(e){return new l(this._initConfig).setBold(e)}setFontColor(e){return new l(this._initConfig).setFontColor(e)}setItalic(e){return new l(this._initConfig).setItalic(e)}setStrikethrough(e){return new l(this._initConfig).setStrikethrough(e)}setUnderline(e){return new l(this._initConfig).setUnderline(e)}whenCellEmpty(){return new l(this._initConfig).whenCellEmpty()}whenCellNotEmpty(){return new l(this._initConfig).whenCellNotEmpty()}whenDate(e){return new l(this._initConfig).whenDate(e)}whenFormulaSatisfied(e){return new l(this._initConfig).whenFormulaSatisfied(e)}whenNumberBetween(e,t){return new l(this._initConfig).whenNumberBetween(e,t)}whenNumberEqualTo(e){return new l(this._initConfig).whenNumberEqualTo(e)}whenNumberGreaterThan(e){return new l(this._initConfig).whenNumberGreaterThan(e)}whenNumberGreaterThanOrEqualTo(e){return new l(this._initConfig).whenNumberGreaterThanOrEqualTo(e)}whenNumberLessThan(e){return new l(this._initConfig).whenNumberLessThan(e)}whenNumberLessThanOrEqualTo(e){return new l(this._initConfig).whenNumberLessThanOrEqualTo(e)}whenNumberNotBetween(e,t){return new l(this._initConfig).whenNumberNotBetween(e,t)}whenNumberNotEqualTo(e){return new l(this._initConfig).whenNumberNotEqualTo(e)}whenTextContains(e){return new l(this._initConfig).whenTextContains(e)}whenTextDoesNotContain(e){return new l(this._initConfig).whenTextDoesNotContain(e)}whenTextEndsWith(e){return new l(this._initConfig).whenTextEndsWith(e)}whenTextEqualTo(e){return new l(this._initConfig).whenTextEqualTo(e)}whenTextStartsWith(e){return new l(this._initConfig).whenTextStartsWith(e)}}class f extends p.FRange{_getConditionalFormattingRuleModel(){return this._injector.get(u.ConditionalFormattingRuleModel)}getConditionalFormattingRules(){return[...this._getConditionalFormattingRuleModel().getSubunitRules(this._workbook.getUnitId(),this._worksheet.getSheetId())||[]].filter(t=>t.ranges.some(n=>r.Rectangle.intersects(n,this._range)))}createConditionalFormattingRule(){return new T({ranges:[this._range]})}addConditionalFormattingRule(e){const t={rule:e,unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId()};return this._commandService.executeCommand(u.AddConditionalRuleMutation.id,t)}deleteConditionalFormattingRule(e){const t={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),cfId:e};return this._commandService.executeCommand(u.DeleteConditionalRuleMutation.id,t)}moveConditionalFormattingRule(e,t,n="after"){const s={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),start:{id:e,type:"self"},end:{id:t,type:n}};return this._commandService.executeCommand(u.MoveConditionalRuleMutation.id,s)}setConditionalFormattingRule(e,t){const n={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),rule:t,cfId:e};return this._commandService.executeCommand(u.SetConditionalRuleMutation.id,n)}}p.FRange.extend(f);class b extends p.FWorkbook{newColor(){return new r.ColorBuilder}}p.FWorkbook.extend(b);class w extends p.FWorksheet{_getConditionalFormattingRuleModel(){return this._injector.get(u.ConditionalFormattingRuleModel)}getConditionalFormattingRules(){return[...this._getConditionalFormattingRuleModel().getSubunitRules(this._workbook.getUnitId(),this._worksheet.getSheetId())||[]]}createConditionalFormattingRule(){return new T}addConditionalFormattingRule(e){const t={rule:e,unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId()};return this._commandService.executeCommand(u.AddConditionalRuleMutation.id,t)}deleteConditionalFormattingRule(e){const t={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),cfId:e};return this._commandService.executeCommand(u.DeleteConditionalRuleMutation.id,t)}moveConditionalFormattingRule(e,t,n="after"){const s={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),start:{id:e,type:"self"},end:{id:t,type:n}};return this._commandService.executeCommand(u.MoveConditionalRuleMutation.id,s)}setConditionalFormattingRule(e,t){const n={unitId:this._workbook.getUnitId(),subUnitId:this._worksheet.getSheetId(),rule:t,cfId:e};return this._commandService.executeCommand(u.SetConditionalRuleMutation.id,n)}}p.FWorksheet.extend(w),i.FConditionalFormattingBuilder=T,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
3
7
 
4
8
 
5
9
  // @univerjs/sheets-conditional-formatting-ui/index
6
- (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={};/**
10
+ (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,qt,de,In,Re,Ge,wn,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 Xt={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}},Yt={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})}},Kt={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})}},$t={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})}},Zt={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})}},Jt={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})}},Qt={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})}},en={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})}},tn={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 _n(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 nn={exports:{}},$e={};/**
7
11
  * @license React
8
12
  * react-jsx-runtime.production.min.js
9
13
  *
@@ -11,11 +15,11 @@
11
15
  *
12
16
  * This source code is licensed under the MIT license found in the
13
17
  * LICENSE file in the root directory of this source tree.
14
- */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;}
18
+ */var xn;function Wr(){if(xn)return $e;xn=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 En;function Hr(){return En||(En=1,nn.exports=Wr()),nn.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 On(r,"".concat(n),{defIds:r.defIds,idSuffix:p.current},Se({ref:e,className:y},l),a)});function On(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 On(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"}}]},Pn=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"increase-single",ref:e,icon:Xr}))});Pn.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"}}]}]},Mn=j.forwardRef(function(t,e){return j.createElement(Ue,Object.assign({},t,{id:"sequence-single",ref:e,icon:Kr}))});Mn.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 rn={exports:{}},Je={},Qe={exports:{}},Zr=Qe.exports,Dn;function on(){return Dn||(Dn=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:{}},Nn;function an(){if(Nn)return It.exports;Nn=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={},sn,jn;function Jr(){return jn||(jn=1,sn=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)}),sn}var Ln;function Ve(){if(Ln)return ae;Ln=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=on(),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),Gt=Fe.length>0;if(Gt&&te)return o(O);if(Gt&&B)return`${P.i}`,P.x=ce,P.y=je,P.moved=!1,O;for(let Tn=0,ka=Fe.length;Tn<ka;Tn++){const Le=Fe[Tn];`${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,Gt=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(Gt&&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={},Un;function ln(){if(Un)return Ie;Un=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={},un={exports:{}},cn,Vn;function Qr(){if(Vn)return cn;Vn=1;var t="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return cn=t,cn}var dn,zn;function eo(){if(zn)return dn;zn=1;var t=Qr();function e(){}function r(){}return r.resetWarningCache=e,dn=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},dn}var An;function xe(){return An||(An=1,un.exports=eo()()),un.exports}var tt={exports:{}},fn={};function Wn(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=Wn(t[e]))&&(n&&(n+=" "),n+=r);else for(e in t)t[e]&&(n&&(n+=" "),n+=e);return n}function Hn(){for(var t,e,r=0,n="";r<arguments.length;)(t=arguments[r++])&&(e=Wn(t))&&(n&&(n+=" "),n+=e);return n}const to=_n(Object.freeze(Object.defineProperty({__proto__:null,clsx:Hn,default:Hn},Symbol.toStringTag,{value:"Module"})));var fe={},Ee={},kn;function wt(){if(kn)return Ee;kn=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={},Bn;function no(){if(Bn)return Oe;Bn=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 Fn;function pn(){if(Fn)return fe;Fn=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;}
15
19
  `,b.innerHTML+=`.react-draggable-transparent-selection *::selection {all: inherit;}
16
- `,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:`
20
+ `,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={},Gn;function qn(){if(Gn)return Te;Gn=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=pn();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={},Xn;function Yn(){if(Xn)return _t;Xn=1,Object.defineProperty(_t,"__esModule",{value:!0}),_t.default=t;function t(){}return _t}var Kn;function ro(){if(Kn)return nt;Kn=1,Object.defineProperty(nt,"__esModule",{value:!0}),nt.default=void 0;var t=C(j),e=y(xe()),r=y(In),n=pn(),o=qn(),a=wt(),l=y(Yn());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 $n;function oo(){return $n||($n=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(In),o=m(to),a=pn(),l=qn(),y=wt(),p=m(ro()),C=m(Yn());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})}(fn)),fn}var Zn;function hn(){if(Zn)return tt.exports;Zn=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={},Jn;function ao(){if(Jn)return xt;Jn=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={},Qn;function er(){if(Qn)return at;Qn=1,at.__esModule=!0,at.resizableProps=void 0;var t=e(xe());hn();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 tr;function nr(){if(tr)return ot;tr=1,ot.__esModule=!0,ot.default=void 0;var t=l(j),e=hn(),r=ao(),n=er(),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={},rr;function io(){if(rr)return it;rr=1,it.__esModule=!0,it.default=void 0;var t=y(j),e=a(xe()),r=a(nr()),n=er(),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 or;function so(){return or||(or=1,rt.exports=function(){throw new Error("Don't instantiate Resizable directly! Use require('react-resizable').Resizable")},rt.exports.Resizable=nr().default,rt.exports.ResizableBox=io().default),rt.exports}var we={},ar;function ir(){if(ar)return we;ar=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 sr;function lo(){if(sr)return et;sr=1,Object.defineProperty(et,"__esModule",{value:!0}),et.default=void 0;var t=p(j),e=p(xe()),r=hn(),n=so(),o=Ve(),a=ln(),l=ir(),y=p(an());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 lr;function ur(){if(lr)return Je;lr=1,Object.defineProperty(Je,"__esModule",{value:!0}),Je.default=void 0;var t=C(j),e=on(),r=y(an()),n=Ve(),o=ln(),a=y(lo()),l=y(ir());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={},cr;function dr(){if(cr)return Me;cr=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 fr;function uo(){if(fr)return st;fr=1,Object.defineProperty(st,"__esModule",{value:!0}),st.default=void 0;var t=p(j),e=l(xe()),r=on(),n=Ve(),o=dr(),a=l(ur());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={},pr=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}()}(),mn=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(){!mn||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(){!mn||!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}(),hr=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},mr=Mt(0,0,0,0);function Pt(t){return parseFloat(t)||0}function gr(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 mr;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-=gr(n,"left","right")+a),Math.round(p+l)!==r&&(p-=gr(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 mn?Ro(t)?So(t):bo(t):mr}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 hr(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);hr(this,{target:e,contentRect:n})}return t}(),xo=function(){function t(e,r,n){if(this.activeObservations_=[],this.observations_=new pr,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}(),vr=typeof WeakMap<"u"?new WeakMap:new pr,yr=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);vr.set(this,n)}return t}();["observe","unobserve","disconnect"].forEach(function(t){yr.prototype[t]=function(){var e;return(e=vr.get(this))[t].apply(e,arguments)}});var Eo=function(){return typeof Ot.ResizeObserver<"u"?Ot.ResizeObserver:yr}();const Oo=_n(Object.freeze(Object.defineProperty({__proto__:null,default:Eo},Symbol.toStringTag,{value:"Module"})));var Sr;function Po(){if(Sr)return Et;Sr=1,Object.defineProperty(Et,"__esModule",{value:!0}),Et.default=x;var t=l(j),e=o(xe()),r=o(Oo),n=o(an());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 br;function Mo(){return br||(br=1,function(t){t.exports=ur().default,t.exports.utils=Ve(),t.exports.calculateUtils=ln(),t.exports.Responsive=uo().default,t.exports.Responsive.utils=dr(),t.exports.WidthProvider=Po().default}(rn)),rn.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 Rr=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(Rr),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 Rr=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:`
17
21
  ${pe.icon}
18
- `,onClick:W,children:_.jsx(On,{})})}),L.length&&ee?_.jsx(oe.Tooltip,{title:l.t("sheet.cf.panel.clear"),placement:"bottom",children:_.jsx("div",{className:`
22
+ `,onClick:W,children:_.jsx(Pn,{})})}),L.length&&ee?_.jsx(oe.Tooltip,{title:l.t("sheet.cf.panel.clear"),placement:"bottom",children:_.jsx("div",{className:`
19
23
  ${pe.gap}
20
24
  ${pe.icon}
21
25
  `,onClick:q,children:_.jsx(Ct,{})})}):_.jsx("div",{className:`
@@ -28,32 +32,32 @@
28
32
  ${pe.draggableHandle}
29
33
 
30
34
  draggableHandle
31
- `,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:`
35
+ `,onClick:re=>re.stopPropagation(),children:_.jsx(Mn,{})}),_.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=>qt.serializeRange(re)).join(",")})]}),_.jsx("div",{className:pe.preview,children:_.jsx(We,{rule:F.rule})}),_.jsx("div",{className:`
32
36
  ${pe.deleteItem}
33
37
  ${f===H?pe.active:""}
34
- `,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:`
35
- ${mn.cfColorPicker}
38
+ `,onClick:re=>{re.stopPropagation(),U(F),T([])},children:_.jsx(Ct,{})})]})},`${F.cfId}`))}):null})]})},gn={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.DropdownLegacy,{overlay:_.jsx("div",{className:`
39
+ ${gn.cfColorPicker}
36
40
  `,children:_.jsx(oe.ColorPicker,{color:e,onChange:r})}),children:_.jsxs("span",{className:`
37
- ${mn.cfColorPickerIcon}
41
+ ${gn.cfColorPickerIcon}
38
42
  ${a}
39
- `,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:`
43
+ `,children:[_.jsx(C,{extend:{colorChannel1:p.isValid?e:"rgb(var(--primary-color))"}}),l&&_.jsx(Tt,{className:gn.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}),vn=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:`
40
44
  ${G.cfPreviewWrap}
41
45
  `,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:`
42
46
  ${A.labelContainer}
43
47
  ${A.mTSm}
44
- `,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:`
48
+ `,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(vn,{id:"min",className:`
45
49
  ${A.mLXxs}
46
50
  `,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:`
47
51
  ${A.labelContainer}
48
52
  ${A.mTSm}
49
- `,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:`
53
+ `,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(vn,{id:"median",className:`
50
54
  ${A.mLXxs}
51
55
  `,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:`
52
56
  ${A.labelContainer}
53
57
  ${A.mTSm}
54
- `,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:`
58
+ `,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(vn,{id:"max",className:`
55
59
  ${A.mLXxs}
56
- `,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:`
60
+ `,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}),Cr=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:`
57
61
  ${G.cfPreviewWrap}
58
62
  `,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:`
59
63
  ${A.mTSm}
@@ -78,10 +82,10 @@
78
82
  `,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:`
79
83
  ${A.mTSm}
80
84
  ${A.labelContainer}
81
- `,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:`
85
+ `,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(Cr,{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:`
82
86
  ${A.mTSm}
83
87
  ${A.labelContainer}
84
- `,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:`
88
+ `,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(Cr,{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 Tr(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=Tr(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=Tr(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,yn=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:`
85
89
  ${_e.cfStyleEdit}
86
90
  ${n}
87
91
  `,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:`
@@ -91,7 +95,7 @@
91
95
  ${A.mTSm}
92
96
  `,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:`
93
97
  ${G.cfPreviewWrap}
94
- `,children:_.jsx(We,{rule:s({style:x,formula:T})})}),_.jsx(vn,{style:y==null?void 0:y.style,className:`
98
+ `,children:_.jsx(We,{rule:s({style:x,formula:T})})}),_.jsx(yn,{style:y==null?void 0:y.style,className:`
95
99
  ${A.mTSm}
96
100
  `,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:`
97
101
  ${A.mTSm}
@@ -102,7 +106,7 @@
102
106
  ${A.labelContainer}
103
107
  `,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:`
104
108
  ${A.mLSm}
105
- `,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:`
109
+ `,value:f,onChange:b})})]})}}}return null},Ir=(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)]}},wr=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(()=>Ir(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=Ir(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:`
106
110
  ${A.title}
107
111
  ${A.mTBase}
108
112
  `,children:n.t("sheet.cf.panel.styleRule")}),_.jsx(oe.Select,{className:`
@@ -113,11 +117,11 @@
113
117
  ${G.width100}
114
118
  `,onChange:i,value:C||"",options:p}),_.jsx(Bo,{value:R,interceptorManager:e,type:a,operator:C,rule:o,onChange:s},f),_.jsx("div",{className:`
115
119
  ${G.cfPreviewWrap}
116
- `,children:_.jsx(We,{rule:w({})})}),_.jsx(vn,{style:o==null?void 0:o.style,className:`
120
+ `,children:_.jsx(We,{rule:w({})})}),_.jsx(yn,{style:o==null?void 0:o.style,className:`
117
121
  ${A.mLXxs}
118
- `,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:`
122
+ `,onChange:c=>{T(c),r(w({style:c}))}})]})},_r=(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})})})},xr=(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:`
119
123
  ${G.icon}
120
- `,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:`
124
+ `,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=_r(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:`
121
125
  ${x?A.mTXl:A.mTSm}
122
126
  `,children:[_.jsxs("div",{className:`
123
127
  ${A.label}
@@ -132,7 +136,7 @@
132
136
  `,children:[_.jsx("div",{className:`
133
137
  ${G.iconWrap}
134
138
  ${G.width45}
135
- `,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:`
139
+ `,children:_.jsx(oe.DropdownLegacy,{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:`
136
140
  ${G.width45}
137
141
  ${A.label}
138
142
  `,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:`
@@ -156,9 +160,9 @@
156
160
  `,options:l,value:R.value.type,onChange:S=>{C(S,x)}}),_.jsx("div",{className:`
157
161
  ${A.mL0}
158
162
  ${G.width45}
159
- `,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:`
163
+ `,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)}:xr(l,d,b))}),[m,R]=j.useState(()=>r?!!r.isShowValue:!0),x=j.useMemo(()=>{const c=p.map(g=>_r(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)=>xr(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:`
160
164
  ${A.mTSm}
161
- `,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:`
165
+ `,children:_.jsx(oe.DropdownLegacy,{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:`
162
166
  ${A.mTSm}
163
167
  ${G.renderConfig}
164
168
  `,children:[_.jsxs("div",{className:G.utilItem,children:[_.jsx(oe.Checkbox,{onChange:h}),n.t("sheet.cf.iconSet.reverseIconOrder")]}),_.jsxs("div",{className:`
@@ -179,15 +183,15 @@
179
183
  ${G.text}
180
184
  `,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:`
181
185
  ${G.cfPreviewWrap}
182
- `,children:_.jsx(We,{rule:T({type:l,isPercent:m,value:p,style:x})})}),_.jsx(vn,{style:o==null?void 0:o.style,className:`
186
+ `,children:_.jsx(We,{rule:T({type:l,isPercent:m,value:p,style:x})})}),_.jsx(yn,{style:o==null?void 0:o.style,className:`
183
187
  ${A.mTSm}
184
- `,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:`
188
+ `,onChange:i=>{I(i),w({type:l,isPercent:m,value:p,style:i})}})]})},$o=v.createInterceptorKey("beforeSubmit"),Zo=v.createInterceptorKey("submit"),Er=t=>t.getCurrentUnitForType(v.UniverInstanceType.UNIVER_SHEET).getUnitId(),Or=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=Er(n),y=Or(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=qt.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 wr;case"2":return Ko;case"3":return Ho;case"4":return Wo;case"5":return ko;case"6":return Yo;default:return wr}},[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(qt.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=Er(n),ne=Or(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:`
185
189
  ${A.mTBase}
186
190
  `,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:`
187
191
  ${A.mTBase}
188
192
  ${G.btnList}
189
- `,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"})});
193
+ `,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},Sn=(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([Sn(0,v.Inject(v.LocaleService)),Sn(1,v.ICommandService),Sn(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(wn.IRenderManagerService)),ke(4,v.Inject(u.ConditionalFormattingViewModel)),ke(5,v.Inject(u.ConditionalFormattingRuleModel))],mt);const Pr="sheets-conditional-formatting-ui.config",At={};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},bn=(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=At,r,n,o){super(),this._config=e,this._injector=r,this._commandService=n,this._configService=o;const{menu:a,...l}=v.merge({},At,this._config);a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Pr,l),this._initCommand(),this._injector.add([mt]),this._injector.add([ht]),this._injector.add([ft]),this._injector.add([pt]),this._injector.add([Ae])}_initCommand(){[Xt,Yt,Kt,$t,Zt,Jt,Qt,en,tn,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),bn(1,v.Inject(v.Injector)),bn(2,v.Inject(v.ICommandService)),bn(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 Wt=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))}};Wt=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))],Wt);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 Ht=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)}}})))}};Ht=_a([jr(0,v.Inject(X.SheetInterceptorService)),jr(1,v.Inject(u.ConditionalFormattingService))],Ht);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$,e.selectionSet$,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 kt=class extends v.Disposable{constructor(e,r){super();Pe(this,"_sidebarDisposable",null);this._injector=e,this._menuManagerService=r,this._menuManagerService.mergeMenu(Ea)}};kt=Ma([Ur(0,v.Inject(v.Injector)),Ur(1,ge.IMenuManagerService)],kt);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 Bt=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)}};Bt=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))],Bt);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},Rn=(t,e)=>(r,n)=>e(r,n,t);let Ft=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)})}};Ft=za([Rn(0,v.Inject(u.ConditionalFormattingViewModel)),Rn(1,v.IUniverInstanceService),Rn(2,wn.IRenderManagerService)],Ft);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},Cn=(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=At,r,n,o){super(),this._config=e,this._injector=r,this._commandService=n,this._configService=o;const{menu:a,...l}=v.merge({},At,this._config);a&&this._configService.setConfig("menu",a,{merge:!0}),this._configService.setConfig(Pr,l),this._initCommand()}onStarting(){v.registerDependencies(this._injector,[[mt],[ht],[ft],[Wt],[pt],[ut],[kt],[Ae],[Ht],[$.ConditionalFormattingClearController],[Bt],[Ft]]),v.touchDependencies(this._injector,[[mt]])}onReady(){v.touchDependencies(this._injector,[[kt],[ut]])}onRendered(){v.touchDependencies(this._injector,[[Wt],[$.ConditionalFormattingClearController],[ft],[Ht],[Ae],[Bt],[pt],[ht],[Ft]])}_initCommand(){[Xt,Yt,Kt,$t,Zt,Jt,Qt,en,tn,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),Cn(1,v.Inject(v.Injector)),Cn(2,v.Inject(v.ICommandService)),Cn(3,v.IConfigService)],$.UniverSheetsConditionalFormattingUIPlugin),$.AddAverageCfCommand=Xt,$.AddCfCommand=Xe,$.AddColorScaleConditionalRuleCommand=Yt,$.AddDataBarConditionalRuleCommand=Kt,$.AddDuplicateValuesCfCommand=$t,$.AddNumberCfCommand=Zt,$.AddRankCfCommand=Jt,$.AddTextCfCommand=Qt,$.AddTimePeriodCfCommand=en,$.AddUniqueValuesCfCommand=tn,$.ClearRangeCfCommand=St,$.ClearWorksheetCfCommand=Ye,$.DeleteCfCommand=Ke,$.MoveCfCommand=bt,$.OpenConditionalFormattingOperator=ct,$.SetCfCommand=Rt,Object.defineProperty($,Symbol.toStringTag,{value:"Module"})});
190
194
 
191
195
 
192
196
  // index
193
- (function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("@univerjs/sheets-conditional-formatting"),require("@univerjs/sheets-conditional-formatting-ui")):typeof define=="function"&&define.amd?define(["exports","@univerjs/sheets-conditional-formatting","@univerjs/sheets-conditional-formatting-ui"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.UniverPresetSheetsConditionalFormatting={},e.UniverSheetsConditionalFormatting,e.UniverSheetsConditionalFormattingUi))})(this,function(e,n,i){"use strict";function r(){return{plugins:[n.UniverSheetsConditionalFormattingPlugin,i.UniverSheetsConditionalFormattingUIPlugin].filter(t=>!!t)}}e.UniverSheetsConditionalFormattingPreset=r,Object.keys(n).forEach(t=>{t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:()=>n[t]})}),Object.keys(i).forEach(t=>{t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:()=>i[t]})}),Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
197
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("@univerjs/sheets-conditional-formatting"),require("@univerjs/sheets-conditional-formatting-ui"),require("@univerjs/sheets-conditional-formatting/facade")):typeof define=="function"&&define.amd?define(["exports","@univerjs/sheets-conditional-formatting","@univerjs/sheets-conditional-formatting-ui","@univerjs/sheets-conditional-formatting/facade"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e.UniverPresetSheetsConditionalFormatting={},e.UniverSheetsConditionalFormatting,e.UniverSheetsConditionalFormattingUi))})(this,function(e,i,n){"use strict";function t(){return{plugins:[i.UniverSheetsConditionalFormattingPlugin,n.UniverSheetsConditionalFormattingUIPlugin].filter(o=>!!o)}}e.UniverSheetsConditionalFormattingPreset=t,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});