@univerjs-pro/sheets-chart-ui 1.0.0-alpha.8 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +14 -402
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/focused-chart.command.d.ts +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/config/config.d.ts +1 -1
- package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
- package/lib/types/controllers/chart-render.controller.d.ts +3 -1
- package/lib/types/controllers/ui.controller.d.ts +5 -6
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +51 -351
- package/lib/types/services/chart-element-selection.d.ts +4 -6
- package/lib/types/services/chart-render.service.d.ts +10 -10
- package/lib/types/services/sheets-chart-ui.service.d.ts +25 -151
- package/lib/types/util.d.ts +7 -4
- package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -20
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-panel-route.d.ts +0 -20
- package/lib/types/views/chart-edit-panel/Options.d.ts +0 -163
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
- package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/data-tab-panel/CandlestickDataEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/data-tab-panel/HistogramDataEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/TreemapDataEdit.d.ts +0 -12
- package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
- package/lib/types/views/chart-edit-panel/style-tab-panel/CandlestickStyleEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
- package/lib/types/views/chart-edit-panel/style-tab-panel/HistogramStyleEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/TreemapStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
package/lib/es/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5b2347=_0x4a4b;(function(_0x41dbb3,_0x13b765){const _0x2ea70e=_0x4a4b,_0x31879d=_0x41dbb3();while(!![]){try{const _0x1dc570=-parseInt(_0x2ea70e(0x4ec))/0x1*(-parseInt(_0x2ea70e(0x546))/0x2)+-parseInt(_0x2ea70e(0x283))/0x3+parseInt(_0x2ea70e(0xe0))/0x4*(-parseInt(_0x2ea70e(0x1da))/0x5)+-parseInt(_0x2ea70e(0x3eb))/0x6+-parseInt(_0x2ea70e(0x3a7))/0x7+parseInt(_0x2ea70e(0x2c6))/0x8*(parseInt(_0x2ea70e(0x1a8))/0x9)+-parseInt(_0x2ea70e(0x194))/0xa*(-parseInt(_0x2ea70e(0x129))/0xb);if(_0x1dc570===_0x13b765)break;else _0x31879d['push'](_0x31879d['shift']());}catch(_0x287861){_0x31879d['push'](_0x31879d['shift']());}}}(_0x5f22,0xdbb7a));import{ChartModelService as _0x1fe0df,ChartRenderMode as _0xa6976b,ChartUpdateConfigCommand as _0x3092cb,ChartUpdateConfigMutation as _0xa57dd4,ChartUpdateSourceCommand as _0x1750a9,InsertChartCommand as _0x2c124d,InsertSheetsChartMutation as _0x3c1c0d,RemoveSheetsChartMutation as _0x3010c3,ReplaceSheetChartConfig as _0x51f233,SHEETS_CHART_PLUGIN_CONFIG_KEY as _0x1b9620,SHEETS_CHART_PLUGIN_NAME as _0x3d9cd1,SheetsChartService as _0x25f5e8,UniverSheetsChartPlugin as _0x4b9932,getAllowedChartTypes as _0x41cbc9,toInsertChartMutationSource as _0x265694}from'@univerjs-pro/sheets-chart';import{CommandType as _0x539752,DependentOn as _0x2fcde8,Disposable as _0x139234,DisposableCollection as _0x546596,DrawingTypeEnum as _0x45a6be,FOCUSING_COMMON_DRAWINGS as _0x2b7ea3,FOCUSING_PANEL_EDITOR as _0x1293a1,ICommandService as _0x3dc452,IConfigService as _0x421ef4,IContextService as _0x43f3bf,IUniverInstanceService as _0x49add4,Inject as _0x20d1d5,Injector as _0x3b913e,LocaleService as _0x257240,Plugin as _0x266e92,ThemeService as _0x4f749e,Tools as _0x4980be,UniverInstanceType as _0x4b392d,createIdentifier as _0xd7060,currencySymbols as _0x35a550,debounce as _0xcb7b99,generateRandomId as _0xf6f2d9,isPatternEqualWithoutDecimal as _0x5c8617,merge as _0x4d509e,numfmt as _0x526f48,toDisposable as _0x5c8cab,touchDependencies as _0x3e809f}from'@univerjs/core';import{IDrawingManagerService as _0x53c9ae,UniverDrawingPlugin as _0x37de2e,getDrawingShapeKeyByDrawingSearch as _0x1f9d42}from'@univerjs/drawing';import{DrawingApplyType as _0x35e30,ISheetDrawingService as _0x445dad,RemoveSheetDrawingCommand as _0x43e114,SetDrawingApplyMutation as _0x1be6e3,UniverSheetsDrawingPlugin as _0x5bfa4e,transformToDrawingPosition as _0x595049}from'@univerjs/sheets-drawing';import{IDrawingContextMenuService as _0x4b0981,SHEET_CHART_RENDER_OBJECT_CONFIG as _0x28343e,SheetCanvasFloatDomManagerService as _0x384a85,SheetDrawingHitTestService as _0x22c77d,UniverSheetsDrawingUIPlugin as _0x182e3d}from'@univerjs/sheets-drawing-ui';import{COPY_TYPE as _0x518461,ISheetClipboardService as _0x2ebcbd,PREDEFINED_HOOK_NAME as _0x591a89,SheetCanvasPopManagerService as _0x375e29,SheetCopyCommand as _0x3b3d52,SheetPrintInterceptorService as _0x240623,SheetSkeletonManagerService as _0x55ba02,UniverSheetsUIPlugin as _0x50946d,deriveStateFromActiveSheet$ as _0x27f03d,getCurrentRangeDisable$ as _0x559453}from'@univerjs/sheets-ui';import{CanvasFloatDomService as _0x189ada,ComponentManager as _0x5db62e,ContextMenuGroup as _0x2c6419,IDialogService as _0x7a9bc9,IMenuManagerService as _0x1ebe09,ISidebarService as _0x3ea653,IconManager as _0x3eb75e,MenuItemType as _0x14e373,MenuManagerPosition as _0x4be87e,RibbonInsertGroup as _0x46d501,UniverUIPlugin as _0x2a4314,getMenuHiddenObservable as _0x32a9b8,useDependency as _0x1496d3,useObservable as _0xa7cd4}from'@univerjs/ui';import{BehaviorSubject as _0xdcbf96,Observable as _0x3dbeda,Subject as _0x19fa3a,combineLatest as _0x38cc2e,combineLatestWith as _0x4d6576,debounceTime as _0x37f852,distinctUntilChanged as _0x55d907,filter as _0x4c9e91,fromEvent as _0xb2506c,map as _0x31395c,merge as _0x38976c,startWith as _0x1ab12d,take as _0x30b204,throttleTime as _0x40708b}from'rxjs';import{AreaLineStyle as _0x167ba3,AxisAlignEnum as _0x22e686,AxisValueType as _0x353c6c,CartesianPointRoleIndex as _0x5871e9,CategoryType as _0x53be21,ChartAttributeBits as _0x467fd7,ChartBorderDashType as _0x1dbbe6,ChartCandlestickState as _0x470e53,ChartHostRenderMode as _0xa1f5e2,ChartImageSourceType as _0x4a3583,ChartThemeService as _0x5999f6,ChartTrendlineType as _0x316c64,ChartTypeBits as _0x1febe2,DataOrientation as _0x50494f,EChartRenderEngineName as _0x5f262b,EChartRenderModel as _0x5162c2,HistogramBinningMode as _0x75946e,IChartRenderModelManagerService as _0x41822b,IRuntimeAxisPosition as _0x198110,IRuntimeAxisPriority as _0xe82672,ImageChartHost as _0x234790,InvalidValueType as _0x5cb45c,LabelContentType as _0x12170d,LegendPositionEnum as _0x1ec939,LinePointShape as _0x5f54e6,MAX_HISTOGRAM_BIN_COUNT as _0x40e88c,MAX_HISTOGRAM_BIN_GAP as _0x372443,PieLabelPosition as _0x423094,RTLChartStyle as _0x50de84,RadarShape as _0x2a5c92,RelationChartLayoutEnum as _0xfcf5e1,SelectModeEnum as _0x5b1619,SeriesLabelPosition as _0x4246af,StackType as _0x30ba0b,TextAlign as _0x2f60fc,TextVerticalAlign as _0x9597e5,TitlePositionEnum as _0x49e276,TreemapParentLabelLayout as _0x2ddf71,WaterfallSeriesTypeEnum as _0x347fa6,WaterfallStackTypeEnum as _0x2b5de0,WordCloudMuskImageService as _0x4e0c2f,chartBitsUtils as _0x3d7b4c,chartImageSourceToDataUrl as _0x3cd2d2,chartTypeCanUseTrendLine as _0x7a37a2,clearHistogramOverflowThreshold as _0x143c1a,clearHistogramUnderflowThreshold as _0x5adf18,defaultChartConfig as _0x459aff,echarts as _0x142979,registerWordCloudChart as _0x53c722,resetHistogramBinGap as _0x50751e,resetHistogramBinning as _0x54f78d,resolveChartRuntimeStyle as _0x2499fa,resolveChartStyleBackgroundColor as _0x62262c,resolveDefaultChartHostFrameStyle as _0x5149f2,setHistogramBinCount as _0x5656e1,setHistogramBinGap as _0x1db12c,setHistogramBinWidth as _0x4bf5d3,setHistogramField as _0x520b8f,setHistogramOverflowThreshold as _0xbbbe0f,setHistogramUnderflowThreshold as _0x599fd2,toCompleteChartModelConfig as _0x5edfa7}from'@univerjs-pro/engine-chart';import{insertGroupObject as _0x225003}from'@univerjs/drawing-ui';import{DRAWING_OBJECT_LAYER_INDEX as _0x9ff2c1,IRenderManagerService as _0x44fa26,ObjectType as _0x578cd4,RENDER_CLASS_TYPE as _0xbf9df2,Rect as _0x2ac5c3,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x34185b,Transform as _0x5f3563,UniverRenderEnginePlugin as _0x3c1a6c}from'@univerjs/engine-render';import{CHART_ELEMENT_FLOAT_MENU_COMPONENT as _0x1bfaae,CHART_HOST_BORDER_RADIUS as _0x2f114,ChartDomFrame as _0x1a753b,ChartEditBlockTitle as _0x32132d,ChartEditPanelScaffold as _0x4de086,ChartElementFloatMenuAdapterRegistry as _0x2ce790,ChartFrameContentMode as _0x9894d9,ChartFrameLayout as _0x27ace4,ChartLegendWrapField as _0x452999,ChartPointMappingStateKey as _0x1bc3e8,ChartPropertyField as _0x1c6752,ChartSelectField as _0x144af5,ColorPickerControl as _0x4ab950,DropdownSelector as _0x2f9fef,FontFormatBar as _0x123abd,UniverChartUIPlugin as _0x989170,resolveChartElementConfigTarget as _0x17c515}from'@univerjs-pro/chart-ui';import{CopySheetCommand as _0xfab200,RemoveSheetCommand as _0x5c51ec,SheetInterceptorService as _0x96ed8d,SheetPermissionCheckController as _0x4aca1f,SheetSkeletonService as _0x40ae2d,SheetsSelectionsService as _0x4cd5a6,UniverSheetsPlugin as _0x1092da,WorkbookEditablePermission as _0x5b6697,WorksheetEditPermission as _0x12ab04,attachRangeWithCoord as _0x3fa578,discreteRangeToRange as _0xc439c2,getSheetCommandTarget as _0x3ca6d1}from'@univerjs/sheets';import{deserializeRangeWithSheet as _0x3972e1,serializeRangeWithSheet as _0x2d35c6}from'@univerjs/engine-formula';import{useCallback as _0x429935,useEffect as _0x1c4377,useMemo as _0x881f00,useRef as _0x364a71,useState as _0x39d935}from'react';import{Accordion as _0x479302,Button as _0x8a118a,Checkbox as _0x304d4b,Dropdown as _0x5c8f8e,DropdownMenu as _0x27db8c,Input as _0x3a7552,InputNumber as _0x475aab,MultipleSelect as _0x57c9aa,Radio as _0x532d8f,RadioGroup as _0x1cd6e2,Segmented as _0x23a1ee,Select as _0x5b419e,SelectList as _0x2e4960,Tooltip as _0x1aee0a,borderClassName as _0x3e24b4,clsx as _0x5bca82,scrollbarClassName as _0xabddb3}from'@univerjs/design';import{AreaChartIcon as _0x45d93f,ArrowDownIcon as _0x4277f6,ArrowUpIcon as _0x4b1379,BarChartIcon as _0x2d5d19,BoxplotIcon as _0x580b8a,BubbleIcon as _0x54cef6,CandlestickChartIcon as _0x26c945,ChartIcon as _0x4dc11a,CloudOutlineIcon as _0x591914,ColumnChartIcon as _0x3d06b0,ComboChartIcon as _0x41c191,DeleteEmptyIcon as _0x25ff25,DeleteIcon as _0x2169d9,ExponentialIcon as _0x266d7c,FunnelIcon as _0xaffbb4,HeatmapIcon as _0x3c262c,HistogramChartIcon as _0x2aeac3,IncreaseIcon as _0x14a0f7,LineChartIcon as _0x2d1b3b,LinearIcon as _0x55002,LogarithmicIcon as _0x59e2e8,MovingAverageIcon as _0x460161,PenIcon as _0x438d77,PieChartIcon as _0x1f15d2,PolynomialIcon as _0x3f3b12,PowerLineIcon as _0x4dcf53,RadarChartIcon as _0x5c36b6,RelationshipIcon as _0xb35346,SankeyIcon as _0x45e6a2,ScatterChartIcon as _0x1fb9e1,TreemapChartIcon as _0x15d560,WaterfallChartIcon as _0x2f72be}from'@univerjs/icons';import{RangeSelector as _0xafa1d3}from'@univerjs/sheets-formula-ui';import{Fragment as _0x42912c,jsx as _0x382b97,jsxs as _0x2b8328}from'react/jsx-runtime';import{UniverLicensePlugin as _0x5ee209}from'@univerjs-pro/license';const Hr=_0x5b2347(0xd3),Ur={'enableChartElementFloatMenu':!0x1},Wr={'type':_0x539752[_0x5b2347(0x2b4)],'id':_0x5b2347(0x3a3),'handler'(){return!0x0;}},Gr={'type':_0x539752[_0x5b2347(0x2b4)],'id':_0x5b2347(0x16f),'handler'(){return!0x0;}};function Kr(_0xc0459b,_0x309ed6=0x1){const _0x5342fd=_0x5b2347;return{'width':Math[_0x5342fd(0x263)](_0x309ed6,_0xc0459b[_0x5342fd(0x23b)]),'height':Math['max'](_0x309ed6,_0xc0459b[_0x5342fd(0x1cc)])};}function qr(_0x279cef,_0x48aa4b={},_0x440d86={'left':0x0,'top':0x0}){const _0x4c09cd=_0x5b2347;var _0x16183c,_0x4ea520;let _0x130d61=(_0x16183c=_0x48aa4b['scaleX'])==null?0x1:_0x16183c,_0x1c4f10=(_0x4ea520=_0x48aa4b[_0x4c09cd(0x482)])==null?0x1:_0x4ea520,_0x240225=_0x27ace4[_0x4c09cd(0x4b1)]({'logicalOuterRect':{'left':-_0x440d86[_0x4c09cd(0x4c6)],'top':-_0x440d86[_0x4c09cd(0x486)],...Kr(_0x279cef)},'scale':{'scaleX':_0x130d61,'scaleY':_0x1c4f10},'hostStyle':{},'contentMode':_0x9894d9['Overlay']});return{'left':_0x240225[_0x4c09cd(0x4de)][_0x4c09cd(0x4c6)],'top':_0x240225[_0x4c09cd(0x4de)][_0x4c09cd(0x486)],'width':_0x240225[_0x4c09cd(0x4de)]['width'],'height':_0x240225[_0x4c09cd(0x4de)][_0x4c09cd(0x1cc)],'scaleX':_0x130d61,'scaleY':_0x1c4f10};}function Jr(_0x408728){'@babel/helpers - typeof';const _0x4a47ab=_0x5b2347;return Jr=typeof Symbol==_0x4a47ab(0x1fb)&&typeof Symbol['iterator']==_0x4a47ab(0x202)?function(_0x20ce2e){return typeof _0x20ce2e;}:function(_0x112e4d){const _0x3ed8da=_0x4a47ab;return _0x112e4d&&typeof Symbol==_0x3ed8da(0x1fb)&&_0x112e4d[_0x3ed8da(0x274)]===Symbol&&_0x112e4d!==Symbol[_0x3ed8da(0x449)]?_0x3ed8da(0x202):typeof _0x112e4d;},Jr(_0x408728);}function Yr(_0x589e5f,_0x34ba1f){const _0x471bbe=_0x5b2347;if(Jr(_0x589e5f)!=_0x471bbe(0x1f1)||!_0x589e5f)return _0x589e5f;var _0x4f2841=_0x589e5f[Symbol[_0x471bbe(0x26d)]];if(_0x4f2841!==void 0x0){var _0x1eede7=_0x4f2841[_0x471bbe(0x100)](_0x589e5f,_0x34ba1f||_0x471bbe(0x220));if(Jr(_0x1eede7)!=_0x471bbe(0x1f1))return _0x1eede7;throw TypeError(_0x471bbe(0x208));}return(_0x34ba1f===_0x471bbe(0xd9)?String:Number)(_0x589e5f);}function Xr(_0x1a2871){const _0x57608d=_0x5b2347;var _0x466f17=Yr(_0x1a2871,_0x57608d(0xd9));return Jr(_0x466f17)=='symbol'?_0x466f17:_0x466f17+'';}function Z(_0x2c37bc,_0x52907a,_0x3718dc){const _0x179a71=_0x5b2347;return(_0x52907a=Xr(_0x52907a))in _0x2c37bc?Object[_0x179a71(0x353)](_0x2c37bc,_0x52907a,{'value':_0x3718dc,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2c37bc[_0x52907a]=_0x3718dc,_0x2c37bc;}function Zr(_0x13cc3d){const _0x1f0597=_0x5b2347;switch(_0x13cc3d[_0x1f0597(0x284)]){case _0x4a3583[_0x1f0597(0x343)]:return _0x13cc3d[_0x1f0597(0x11d)];case _0x4a3583[_0x1f0597(0x4db)]:return _0x13cc3d[_0x1f0597(0x278)];default:return;}}var Qr=class extends _0x2ac5c3{constructor(_0x44de81,_0x35fdbf,_0x3abdfd,_0x4cff22=()=>!0x1,_0x42dd6c=()=>{}){const _0x34d9dc=_0x5b2347;var _0x14a752;super(_0x44de81,{..._0x35fdbf,'evented':(_0x14a752=_0x35fdbf[_0x34d9dc(0x10b)])==null||_0x14a752}),this[_0x34d9dc(0x4f3)]=_0x3abdfd,this[_0x34d9dc(0x32e)]=_0x4cff22,this[_0x34d9dc(0x18e)]=_0x42dd6c,Z(this,_0x34d9dc(0x211),null),Z(this,'_url',null),this[_0x34d9dc(0x176)](_0x578cd4[_0x34d9dc(0x46a)]);}[_0x5b2347(0x497)](){const _0x220cd3=_0x5b2347;this['_disposeImage'](),super[_0x220cd3(0x497)]();}['render'](_0x47b2fc,_0x3c11d0){const _0x401b2f=_0x5b2347;if(!this['visible'])return this['makeDirty'](!0x1),this;if(!this[_0x401b2f(0x12f)])return this;let {width:_0xeed748,height:_0x19c3e5,left:_0x2ba440,top:_0x44a13c}=this['getRealBound']();if(this[_0x401b2f(0x336)](_0x3c11d0)){let {top:_0x5a2005,left:_0x16fe16,bottom:_0x551077,right:_0x905650}=_0x3c11d0[_0x401b2f(0x45c)];if(_0xeed748+this[_0x401b2f(0x372)]+_0x2ba440<_0x16fe16||_0x905650<_0x2ba440||_0x19c3e5+this['strokeWidth']+_0x44a13c<_0x5a2005||_0x551077<_0x44a13c)return this;}let _0x1bfb39=this[_0x401b2f(0x12f)][_0x401b2f(0x469)]();_0x47b2fc[_0x401b2f(0x2cc)]();let _0x395c19=_0x2ba440+_0xeed748/0x2,_0x513902=_0x44a13c+_0x19c3e5/0x2;return _0x47b2fc['transform'](_0x1bfb39[0x0],_0x1bfb39[0x1],_0x1bfb39[0x2],_0x1bfb39[0x3],_0x395c19,_0x513902),this[_0x401b2f(0x545)]!==0x1&&(_0x47b2fc['globalAlpha']=this[_0x401b2f(0x545)]),this['_draw'](_0x47b2fc,void 0x0,_0xeed748,_0x19c3e5),_0x47b2fc[_0x401b2f(0x4ff)](),this['makeDirty'](!0x1),this;}[_0x5b2347(0x17f)](_0xfe7bf8,_0x2c3fa8,_0x515300=this['width'],_0x490d35=this[_0x5b2347(0x1cc)]){const _0x24713d=_0x5b2347;this[_0x24713d(0x218)](_0xfe7bf8,_0x515300,_0x490d35,{'stroke':void 0x0,'strokeWidth':0x0}),this[_0x24713d(0x12d)](_0xfe7bf8,_0x515300,_0x490d35),this['_drawChartFrame'](_0xfe7bf8,_0x515300,_0x490d35,{'fill':void 0x0});}[_0x5b2347(0x218)](_0x1546b2,_0x10748a,_0x18dbb8,_0x2c20e5){const _0xb8ee29=_0x5b2347;_0x1546b2[_0xb8ee29(0x2cc)](),_0x1546b2[_0xb8ee29(0xea)](-_0x10748a/0x2,-_0x18dbb8/0x2),_0x2ac5c3['drawWith'](_0x1546b2,$r(this,_0x10748a,_0x18dbb8,_0x2c20e5)),_0x1546b2[_0xb8ee29(0x4ff)]();}[_0x5b2347(0x42f)](_0x1bcdfb){const _0xe276ae=_0x5b2347;let {left:_0x4ce16f,top:_0x141adf,width:_0x42b216,height:_0x47e14d}=this[_0xe276ae(0x386)](),_0x3dc221=_0x4ce16f+_0x42b216/0x2,_0x14241d=_0x141adf+_0x47e14d/0x2,_0x53b3c4=this[_0xe276ae(0x12f)][_0xe276ae(0x469)](),_0x194a81=new _0x5f3563([_0x53b3c4[0x0],_0x53b3c4[0x1],_0x53b3c4[0x2],_0x53b3c4[0x3],_0x3dc221,_0x14241d]),_0x3b4c23=this[_0xe276ae(0x11f)](),_0x40567e=(this[_0xe276ae(0xcc)]&&(_0x3b4c23==null?void 0x0:_0x3b4c23[_0xe276ae(0x50e)])===_0xbf9df2['GROUP']?_0x3b4c23[_0xe276ae(0x322)]['multiply'](_0x194a81):_0x194a81)[_0xe276ae(0x3b1)]()[_0xe276ae(0x1dc)](_0x1bcdfb),_0x3092e8=_0x42b216/0x2,_0x5ec263=_0x47e14d/0x2;return _0x40567e['x']>=-_0x3092e8-this['strokeWidth']/0x2&&_0x40567e['x']<=_0x3092e8+this[_0xe276ae(0x372)]/0x2&&_0x40567e['y']>=-_0x5ec263-this[_0xe276ae(0x372)]/0x2&&_0x40567e['y']<=_0x5ec263+this[_0xe276ae(0x372)]/0x2;}['_drawChartImage'](_0x4cf46a,_0x1112c8,_0x4db3b0){const _0x495ca7=_0x5b2347;if(this[_0x495ca7(0x32e)]())return;let _0x25a91a=this['_getImage'](),_0x2fb9ca=_0x25a91a?this[_0x495ca7(0xdf)](_0x25a91a):void 0x0;if(!_0x2fb9ca)return;let {width:_0x194aad,height:_0x1c46fd}=Kr({'width':_0x1112c8,'height':_0x4db3b0},0x0);_0x194aad!==0x0&&_0x1c46fd!==0x0&&(_0x4cf46a[_0x495ca7(0x2cc)](),_0x4cf46a[_0x495ca7(0xea)](-_0x1112c8/0x2,-_0x4db3b0/0x2),ei(_0x4cf46a,_0x194aad,_0x1c46fd,this['radius']),_0x4cf46a[_0x495ca7(0x544)](),_0x4cf46a[_0x495ca7(0x1ec)](_0x2fb9ca,0x0,0x0,_0x194aad,_0x1c46fd),_0x4cf46a[_0x495ca7(0x4ff)]());}['_getDrawable'](_0x346730){const _0x51fc04=_0x5b2347;var _0xbc0bae;let _0x38175d=Zr(_0x346730);if(_0x38175d)return _0x38175d;if(_0x346730[_0x51fc04(0x284)]===_0x4a3583['Url']&&(this['_url']!==_0x346730[_0x51fc04(0x27a)]&&(this[_0x51fc04(0x1ed)]=_0x346730[_0x51fc04(0x27a)],this[_0x51fc04(0x211)]=document[_0x51fc04(0x227)](_0x51fc04(0x358)),this[_0x51fc04(0x211)][_0x51fc04(0x1d9)]='anonymous',this[_0x51fc04(0x211)][_0x51fc04(0x562)]=()=>this['makeDirty'](!0x0),this['_urlImage']['src']=_0x346730[_0x51fc04(0x27a)]),(_0xbc0bae=this[_0x51fc04(0x211)])!=null&&_0xbc0bae['complete']&&this['_urlImage']['naturalWidth']>0x0&&this[_0x51fc04(0x211)][_0x51fc04(0x1a9)]>0x0))return this[_0x51fc04(0x211)];}};function $r(_0x31260f,_0x47bd43,_0xfefa77,_0x20bda0){const _0x183a92=_0x5b2347;let _0x2ad1b3=Object[_0x183a92(0x481)](_0x31260f);return Object[_0x183a92(0x353)](_0x2ad1b3,_0x183a92(0x23b),{'value':_0x47bd43}),Object[_0x183a92(0x353)](_0x2ad1b3,_0x183a92(0x1cc),{'value':_0xfefa77}),Object[_0x183a92(0x4a2)](_0x20bda0)[_0x183a92(0x49c)](_0x27dc0e=>{const _0x3d9843=_0x183a92;Object[_0x3d9843(0x353)](_0x2ad1b3,_0x27dc0e,{'value':_0x20bda0[_0x27dc0e]});}),_0x2ad1b3;}function ei(_0x259c4d,_0x324d37,_0x353a59,_0x3eaef5){const _0x439054=_0x5b2347;let _0x2c7e77=Math[_0x439054(0x470)](_0x3eaef5||0x0,_0x324d37/0x2,_0x353a59/0x2);if(_0x259c4d[_0x439054(0xe9)](),!_0x2c7e77){_0x259c4d[_0x439054(0x3ef)](0x0,0x0,_0x324d37,_0x353a59),_0x259c4d['closePath']();return;}_0x259c4d[_0x439054(0x329)](_0x2c7e77,0x0),_0x259c4d[_0x439054(0x4b5)](_0x324d37-_0x2c7e77,0x0),_0x259c4d['arc'](_0x324d37-_0x2c7e77,_0x2c7e77,_0x2c7e77,Math['PI']*0x3/0x2,0x0,!0x1),_0x259c4d[_0x439054(0x4b5)](_0x324d37,_0x353a59-_0x2c7e77),_0x259c4d['arc'](_0x324d37-_0x2c7e77,_0x353a59-_0x2c7e77,_0x2c7e77,0x0,Math['PI']/0x2,!0x1),_0x259c4d['lineTo'](_0x2c7e77,_0x353a59),_0x259c4d[_0x439054(0x474)](_0x2c7e77,_0x353a59-_0x2c7e77,_0x2c7e77,Math['PI']/0x2,Math['PI'],!0x1),_0x259c4d[_0x439054(0x4b5)](0x0,_0x2c7e77),_0x259c4d[_0x439054(0x474)](_0x2c7e77,_0x2c7e77,_0x2c7e77,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x259c4d[_0x439054(0xc8)]();}function ti(_0x5391ab){const _0x308372=_0x5b2347;(_0x5391ab==null?void 0x0:_0x5391ab[_0x308372(0x284)])===_0x4a3583['ImageBitmap']&&_0x5391ab[_0x308372(0x278)][_0x308372(0x16e)]();}function ni(_0x2aef81){const _0x19d84d=_0x5b2347;return _0x2aef81[_0x19d84d(0x483)]+_0x19d84d(0x408)+_0x2aef81['subUnitId']+_0x19d84d(0x408)+_0x2aef81[_0x19d84d(0x53d)];}var ri=class extends _0x139234{constructor(..._0x1fb9dd){const _0x2c842c=_0x5b2347;super(..._0x1fb9dd),Z(this,_0x2c842c(0xf0),new Map());}[_0x5b2347(0x193)](_0x152ac5){const _0x57bd40=_0x5b2347;var _0x451a49;let _0x21055e=ni(_0x152ac5),_0x1ad588=(_0x451a49=this['_entries'][_0x57bd40(0x566)](_0x21055e))==null?{'version':0x0}:_0x451a49;return _0x1ad588[_0x57bd40(0x2b6)]+=0x1,this[_0x57bd40(0xf0)][_0x57bd40(0x127)](_0x21055e,_0x1ad588),_0x1ad588[_0x57bd40(0x2b6)];}[_0x5b2347(0x441)](_0x3e43b9,_0x2ade13){const _0x39885b=_0x5b2347;var _0x3429e7;return((_0x3429e7=this[_0x39885b(0xf0)]['get'](ni(_0x3e43b9)))==null?void 0x0:_0x3429e7['version'])===_0x2ade13;}[_0x5b2347(0x554)](_0x57ed2e,_0x3d6a61,_0x3f73ab){const _0x55b131=_0x5b2347;var _0x2610ac;if(!this[_0x55b131(0x441)](_0x57ed2e,_0x3f73ab))return ti(_0x3d6a61),!0x1;let _0x10bb1f=ni(_0x57ed2e),_0x128e99=(_0x2610ac=this[_0x55b131(0xf0)][_0x55b131(0x566)](_0x10bb1f))==null?{'version':_0x3f73ab}:_0x2610ac,_0x490d52=_0x128e99[_0x55b131(0x3a5)];return _0x128e99[_0x55b131(0x3a5)]=_0x3d6a61,_0x128e99[_0x55b131(0x2b6)]=_0x3f73ab,this[_0x55b131(0xf0)][_0x55b131(0x127)](_0x10bb1f,_0x128e99),_0x490d52!==_0x3d6a61&&ti(_0x490d52),!0x0;}['getImage'](_0x4a1b9e){const _0x4bdefa=_0x5b2347;var _0x4a1789;return(_0x4a1789=this['_entries'][_0x4bdefa(0x566)](ni(_0x4a1b9e)))==null?void 0x0:_0x4a1789[_0x4bdefa(0x3a5)];}[_0x5b2347(0x2b0)](_0x37887f){const _0x7df626=_0x5b2347;let _0x5d8713=ni(_0x37887f),_0x4b4bd7=this[_0x7df626(0xf0)]['get'](_0x5d8713);_0x4b4bd7&&(ti(_0x4b4bd7['image']),this['_entries']['delete'](_0x5d8713));}['clearChart'](_0x76841d){const _0x172f5d=_0x5b2347;for(let [_0x599aff,_0x36384b]of this[_0x172f5d(0xf0)])_0x599aff['endsWith'](_0x172f5d(0x408)+_0x76841d)&&(ti(_0x36384b[_0x172f5d(0x3a5)]),this[_0x172f5d(0xf0)][_0x172f5d(0x201)](_0x599aff));}[_0x5b2347(0x497)](){const _0x105d4f=_0x5b2347;this['_entries'][_0x105d4f(0x49c)](_0xfb52f4=>ti(_0xfb52f4[_0x105d4f(0x3a5)])),this[_0x105d4f(0xf0)][_0x105d4f(0x43c)](),super[_0x105d4f(0x497)]();}};function ii(_0xb9905a,_0x578a77=0x7d0){let _0x29869c=null,_0x50abe6=null,_0x126332=!0x1,_0x5dcd38=()=>{},_0x3b38c3=()=>{_0x29869c!=null&&(clearInterval(_0x29869c),_0x29869c=null),_0x50abe6!=null&&(clearTimeout(_0x50abe6),_0x50abe6=null);};return{'promise':new Promise((_0x4551cb,_0x2aeca0)=>{_0x5dcd38=_0x2aeca0;let _0x2f56fd=()=>{let _0x126739=document['getElementById'](_0xb9905a);!_0x126739||_0x126332||(_0x126332=!0x0,_0x3b38c3(),_0x4551cb(_0x126739));};_0x2f56fd(),!_0x126332&&(_0x29869c=setInterval(_0x2f56fd,16.666666666666668),_0x50abe6=setTimeout(()=>{const _0x32c2bb=_0x4a4b;_0x126332||(_0x126332=!0x0,_0x3b38c3(),_0x2aeca0(Error(_0x32c2bb(0xb5)+_0xb9905a+'\x22.')));},_0x578a77));}),'cancel':()=>{const _0x31b886=_0x4a4b;_0x126332||(_0x126332=!0x0,_0x3b38c3(),_0x5dcd38(Error(_0x31b886(0x39b)+_0xb9905a+'\x22.')));}};}var ai=class extends _0x139234{constructor(_0x57b28c,_0x470a11,_0x30a481,_0x54d8e0,_0x55f725,_0x100d69,_0x245ec3){const _0x2854dc=_0x5b2347;super(),this[_0x2854dc(0x53d)]=_0x57b28c,this['_getFloatDomInfo']=_0x470a11,this['_getPlacement']=_0x30a481,this[_0x2854dc(0x159)]=_0x54d8e0,this[_0x2854dc(0x350)]=_0x55f725,this[_0x2854dc(0x182)]=_0x100d69,this[_0x2854dc(0x542)]=_0x245ec3,Z(this,'mode',_0xa1f5e2['Dom']),Z(this,_0x2854dc(0x41c),null),Z(this,_0x2854dc(0x1a4),!0x1),Z(this,_0x2854dc(0x421),null),Z(this,_0x2854dc(0x13e),null),Z(this,_0x2854dc(0x163),null),Z(this,_0x2854dc(0x403),{}),Z(this,_0x2854dc(0x558),null);}[_0x5b2347(0x3c1)](){const _0x4229bb=_0x5b2347;return this[_0x4229bb(0x1a4)];}[_0x5b2347(0x20c)](){this['_managed']=!0x1;}[_0x5b2347(0x502)](){const _0x28b74e=_0x5b2347;let _0x5dd333=this['_getPlacement']();return _0x5dd333?{'width':_0x5dd333[_0x28b74e(0x23b)],'height':_0x5dd333[_0x28b74e(0x1cc)]}:null;}['setStyle'](_0x173c7b){const _0x1ed4a7=_0x5b2347;this[_0x1ed4a7(0x403)]=_0x173c7b,this[_0x1ed4a7(0x159)](_0x173c7b),this['_applyHostStyle']();}async[_0x5b2347(0x15a)](){const _0x5d1f72=_0x5b2347;var _0xd7f841;if(this[_0x5d1f72(0x240)]||this[_0x5d1f72(0x350)]())throw Error(_0x5d1f72(0x430));let _0x5bdbf3=this[_0x5d1f72(0x48a)](),_0x91195f=(_0xd7f841=_0x5bdbf3==null?void 0x0:_0x5bdbf3[_0x5d1f72(0x4ae)])==null?this[_0x5d1f72(0x53d)]:_0xd7f841,_0x5e262c=document[_0x5d1f72(0x2b5)](_0x91195f);if(this[_0x5d1f72(0x41c)]&&_0x5e262c!=null&&_0x5e262c[_0x5d1f72(0x531)](this[_0x5d1f72(0x41c)][_0x5d1f72(0x3ff)]))return{'mountNode':this[_0x5d1f72(0x41c)][_0x5d1f72(0x3ff)],'dispose':()=>{const _0x15dfad=_0x5d1f72;this[_0x15dfad(0x497)](),_0x5bdbf3==null||_0x5bdbf3[_0x15dfad(0x497)][_0x15dfad(0x497)]();}};if(this['_pendingHost'])return this[_0x5d1f72(0x13e)];let _0x2f3356=this[_0x5d1f72(0x44b)]();return this[_0x5d1f72(0x13e)]=_0x2f3356,_0x2f3356[_0x5d1f72(0x17c)](()=>{const _0x58f276=_0x5d1f72;this[_0x58f276(0x13e)]===_0x2f3356&&(this['_pendingHost']=null);},()=>{const _0x3176eb=_0x5d1f72;this[_0x3176eb(0x13e)]===_0x2f3356&&(this[_0x3176eb(0x13e)]=null);}),_0x2f3356;}async[_0x5b2347(0x3e2)](){const _0xf89dc3=_0x5b2347;try{return(await this[_0xf89dc3(0x15a)]())[_0xf89dc3(0x3ff)];}catch{return null;}}[_0x5b2347(0x121)](){const _0x35e4a0=_0x5b2347;var _0x357f9e;let _0x2cbeb5=this[_0x35e4a0(0x48a)](),_0x331e64=(_0x357f9e=_0x2cbeb5==null?void 0x0:_0x2cbeb5[_0x35e4a0(0x4ae)])==null?this['chartId']:_0x357f9e,_0x37bac4=document[_0x35e4a0(0x2b5)](_0x331e64);return!!(this[_0x35e4a0(0x41c)]&&_0x37bac4!=null&&_0x37bac4[_0x35e4a0(0x531)](this[_0x35e4a0(0x41c)][_0x35e4a0(0x3ff)]));}[_0x5b2347(0x135)](){const _0x40b13a=_0x5b2347;if(!this[_0x40b13a(0x41c)])return;let _0x14a139=this['_getPlacement']();_0x14a139&&this[_0x40b13a(0x41c)]['update'](this[_0x40b13a(0x195)](_0x14a139),this[_0x40b13a(0x31d)]());}[_0x5b2347(0x18a)](){const _0x354fa6=_0x5b2347;this[_0x354fa6(0x182)]();}[_0x5b2347(0x3b4)](){const _0x4cd4bd=_0x5b2347;this[_0x4cd4bd(0x542)]();}['dispose'](){const _0x12b166=_0x5b2347;var _0x24d9f2;this[_0x12b166(0x240)]||(this[_0x12b166(0x3b4)](),this[_0x12b166(0x421)]=null,this[_0x12b166(0x13e)]=null,this[_0x12b166(0x18d)](),this['_managed']=!0x1,(_0x24d9f2=this[_0x12b166(0x41c)])==null||_0x24d9f2[_0x12b166(0x497)](),this['_domFrame']=null,this['_restoreHostWrapper'](),super[_0x12b166(0x497)]());}async[_0x5b2347(0x44b)](){const _0x2d9632=_0x5b2347;var _0x4bf2c0;let _0x5e7383=this[_0x2d9632(0x48a)]();if(!_0x5e7383)throw Error(_0x2d9632(0x430));let _0x398c1c=(_0x4bf2c0=_0x5e7383[_0x2d9632(0x4ae)])==null?this['chartId']:_0x4bf2c0,_0x38f05c=ii(_0x398c1c),_0x60f0ef=Symbol(this[_0x2d9632(0x53d)]);this[_0x2d9632(0x421)]=_0x60f0ef,this[_0x2d9632(0x163)]=_0x38f05c;try{var _0x1cfbc8;let _0x39fff4=await _0x38f05c[_0x2d9632(0x2d2)],_0x304e81=this[_0x2d9632(0x48a)](),_0x3cb69b=(_0x1cfbc8=_0x304e81==null?void 0x0:_0x304e81[_0x2d9632(0x4ae)])==null?this[_0x2d9632(0x53d)]:_0x1cfbc8;if(this[_0x2d9632(0x240)]||this[_0x2d9632(0x350)]()||this[_0x2d9632(0x421)]!==_0x60f0ef||!_0x304e81||_0x3cb69b!==_0x398c1c||document[_0x2d9632(0x2b5)](_0x398c1c)!==_0x39fff4||!_0x39fff4['isConnected'])throw Error(_0x2d9632(0x430));let _0x6823d3=this[_0x2d9632(0x109)]();if(!_0x6823d3)throw Error(_0x2d9632(0x430));let _0x36b2dc=new _0x1a753b(_0x39fff4);return _0x36b2dc[_0x2d9632(0x44a)](this[_0x2d9632(0x195)](_0x6823d3),this[_0x2d9632(0x31d)]()),this['_activateHostWrapper'](_0x39fff4),this[_0x2d9632(0x41c)]=_0x36b2dc,this[_0x2d9632(0x456)](_0x304e81[_0x2d9632(0x197)]['subscribe'](()=>this[_0x2d9632(0x135)]())),this[_0x2d9632(0x1a4)]=!0x0,{'mountNode':_0x36b2dc['mountNode'],'dispose':()=>{const _0x4bf14a=_0x2d9632;this['dispose'](),_0x5e7383[_0x4bf14a(0x497)][_0x4bf14a(0x497)]();}};}finally{this[_0x2d9632(0x163)]===_0x38f05c&&(this['_waiter']=null),this[_0x2d9632(0x421)]===_0x60f0ef&&(this[_0x2d9632(0x421)]=null);}}[_0x5b2347(0x18d)](){const _0x8d6e32=_0x5b2347;let _0x38f108=this[_0x8d6e32(0x163)];_0x38f108&&(_0x38f108['cancel'](),this[_0x8d6e32(0x163)]=null);}[_0x5b2347(0x4f6)](){const _0x14b583=_0x5b2347;let _0x188d0e=this[_0x14b583(0x109)]();this[_0x14b583(0x41c)]&&_0x188d0e&&this[_0x14b583(0x41c)][_0x14b583(0x44a)](this['_resolveLayout'](_0x188d0e),this['_frameStyle']());}[_0x5b2347(0x195)](_0x2ce080){const _0x29b4a2=_0x5b2347;return _0x27ace4[_0x29b4a2(0x4b1)]({'logicalOuterRect':{'left':_0x2ce080[_0x29b4a2(0x4c6)],'top':_0x2ce080[_0x29b4a2(0x486)],'width':_0x2ce080['width'],'height':_0x2ce080['height']},'scale':{'scaleX':_0x2ce080[_0x29b4a2(0x51a)],'scaleY':_0x2ce080[_0x29b4a2(0x482)]},'hostStyle':this[_0x29b4a2(0x31d)](),'contentMode':_0x9894d9[_0x29b4a2(0x4bf)]});}[_0x5b2347(0x31d)](){return{...this['_hostStyle'],'radius':_0x2f114};}[_0x5b2347(0x21e)](_0x23437f){const _0x17eeed=_0x5b2347;let _0x28f371=_0x23437f[_0x17eeed(0x2df)];_0x28f371&&(this['_savedWrapperStyle']||(this[_0x17eeed(0x558)]={'zIndex':_0x28f371['style']['zIndex'],'pointerEvents':_0x28f371['style'][_0x17eeed(0x2a0)]}),_0x28f371[_0x17eeed(0x38e)][_0x17eeed(0x19b)]=_0x17eeed(0x22b),_0x28f371[_0x17eeed(0x38e)][_0x17eeed(0x2a0)]=_0x17eeed(0x387));}[_0x5b2347(0x17e)](){const _0x461d3d=_0x5b2347;var _0xc9f710,_0x333c62;if(!this['_savedWrapperStyle'])return;let _0x3b40c5=this[_0x461d3d(0x48a)](),_0x1af845=(_0xc9f710=_0x3b40c5==null?void 0x0:_0x3b40c5[_0x461d3d(0x4ae)])==null?this[_0x461d3d(0x53d)]:_0xc9f710,_0x48d391=(_0x333c62=document[_0x461d3d(0x2b5)](_0x1af845))==null?void 0x0:_0x333c62[_0x461d3d(0x2df)];_0x48d391&&(_0x48d391['style']['zIndex']=this['_savedWrapperStyle'][_0x461d3d(0x19b)],_0x48d391[_0x461d3d(0x38e)]['pointerEvents']=this[_0x461d3d(0x558)][_0x461d3d(0x2a0)]),this[_0x461d3d(0x558)]=null;}},oi=class extends _0x234790{constructor(_0x126995,_0x4cf199,_0x467c83,_0x6defd2,_0x43120e,_0x1299d8){const _0x508989=_0x5b2347;super(_0x126995),this['_getOuterRect']=_0x4cf199,this[_0x508989(0x159)]=_0x467c83,this[_0x508989(0x3a0)]=_0x6defd2,this[_0x508989(0x33a)]=_0x43120e,this[_0x508989(0x346)]=_0x1299d8;}[_0x5b2347(0x502)](){let _0x3b4c7c=this['_getOuterRect']();return _0x3b4c7c?Kr(_0x3b4c7c):null;}['setStyle'](_0x3e8e25){const _0x230c56=_0x5b2347;this[_0x230c56(0x159)](_0x3e8e25);}[_0x5b2347(0x193)](){const _0x4047c1=_0x5b2347;return this[_0x4047c1(0x33a)][_0x4047c1(0x193)](this[_0x4047c1(0x3a0)]);}['commitSnapshot'](_0x1d8df5,_0x37154e){const _0xc797d6=_0x5b2347;return this[_0xc797d6(0x33a)][_0xc797d6(0x554)](this[_0xc797d6(0x3a0)],_0x1d8df5,_0x37154e);}[_0x5b2347(0x516)](){const _0x20525c=_0x5b2347;this[_0x20525c(0x346)]();}['invalidateSnapshot'](){const _0xa37682=_0x5b2347;this[_0xa37682(0x33a)]['nextVersion'](this['_snapshotKey']);}};function Q(_0x99885d,_0x5b2d2c){return function(_0x2616d8,_0x585430){_0x5b2d2c(_0x2616d8,_0x585430,_0x99885d);};}function si(_0x4b97b6,_0x348106,_0x107406,_0x57f681){const _0x36add3=_0x5b2347;var _0x46b2cb=arguments[_0x36add3(0x51e)],_0x50d54f=_0x46b2cb<0x3?_0x348106:_0x57f681===null?_0x57f681=Object[_0x36add3(0xdc)](_0x348106,_0x107406):_0x57f681,_0x2fd593;if(typeof Reflect==_0x36add3(0x1f1)&&typeof Reflect[_0x36add3(0x3b3)]==_0x36add3(0x1fb))_0x50d54f=Reflect['decorate'](_0x4b97b6,_0x348106,_0x107406,_0x57f681);else{for(var _0x13e710=_0x4b97b6[_0x36add3(0x51e)]-0x1;_0x13e710>=0x0;_0x13e710--)(_0x2fd593=_0x4b97b6[_0x13e710])&&(_0x50d54f=(_0x46b2cb<0x3?_0x2fd593(_0x50d54f):_0x46b2cb>0x3?_0x2fd593(_0x348106,_0x107406,_0x50d54f):_0x2fd593(_0x348106,_0x107406))||_0x50d54f);}return _0x46b2cb>0x3&&_0x50d54f&&Object[_0x36add3(0x353)](_0x348106,_0x107406,_0x50d54f),_0x50d54f;}function ci(_0x174943){const _0x1ca4a2=_0x5b2347;var _0x9717a0,_0x2c98cd;if(!Object[_0x1ca4a2(0x449)][_0x1ca4a2(0xb8)][_0x1ca4a2(0x100)](_0x174943,_0x1ca4a2(0xbd)))return _0x174943;let {border:_0x4b661d,..._0x58215d}=_0x174943;return{..._0x58215d,'stroke':(_0x9717a0=_0x4b661d==null?void 0x0:_0x4b661d[_0x1ca4a2(0x286)])==null?_0x1ca4a2(0x41d):_0x9717a0,'strokeWidth':(_0x2c98cd=_0x4b661d==null?void 0x0:_0x4b661d[_0x1ca4a2(0x23b)])==null?0x0:_0x2c98cd};}let li=class extends _0x139234{constructor(_0x5b206c,_0x3b038,_0x568889,_0x197f19){const _0x9a624c=_0x5b2347;super(),this[_0x9a624c(0x10f)]=_0x5b206c,this[_0x9a624c(0x2f4)]=_0x3b038,this['_chartSnapshotStoreService']=_0x568889,this[_0x9a624c(0xe1)]=_0x197f19,Z(this,_0x9a624c(0x314),new Map()),Z(this,_0x9a624c(0x4d2),new Set()),Z(this,'_removeHost$',new _0x19fa3a()),Z(this,_0x9a624c(0x447),this[_0x9a624c(0x420)][_0x9a624c(0x52c)]()),this[_0x9a624c(0x456)](this[_0x9a624c(0x10f)][_0x9a624c(0x2c7)][_0x9a624c(0x40e)](_0x3ed36e=>{const _0x5d9877=_0x9a624c;let _0x1f32b6=this[_0x5d9877(0x314)]['get'](_0x3ed36e['id']);_0x1f32b6!=null&&_0x1f32b6[_0x5d9877(0x3c1)]()&&(_0x1f32b6['markUnmanaged'](),this[_0x5d9877(0x420)][_0x5d9877(0x264)](_0x3ed36e['id']));}));}[_0x5b2347(0x15c)](_0x56899b){const _0x38d9a5=_0x5b2347;if(_0x56899b==null)return;let _0x2e79a1=this['_renderManagerService']['getRenderUnitById'](_0x56899b),_0x23651f=_0x2e79a1==null?void 0x0:_0x2e79a1['scene'];return _0x2e79a1==null||_0x23651f==null?null:{'scene':_0x23651f,'transformer':_0x23651f[_0x38d9a5(0x56e)](),'renderUnit':_0x2e79a1,'canvas':_0x2e79a1['engine'][_0x38d9a5(0x2fa)]()};}[_0x5b2347(0x323)](_0x4deb7b,_0x41157a){const _0x1e40ed=_0x5b2347;let _0x189fb9=this['_sheetCanvasFloatDomManagerService'],_0x6ac1ee=_0x41157a||_0x1e40ed(0x41d),_0x56805e=_0x189fb9[_0x1e40ed(0x3de)](_0x4deb7b);if(_0x56805e){let {unitId:_0x3dab40,subUnitId:_0x368148}=_0x56805e;_0x189fb9['updateFloatDomProps'](_0x3dab40,_0x368148,_0x4deb7b,{'stroke':_0x6ac1ee});}}[_0x5b2347(0xd2)](_0x40b3b6,_0x54801a){const _0xd3d177=_0x5b2347;let _0x4cdb2f=this[_0xd3d177(0x10f)],_0x2b3038=_0x4cdb2f[_0xd3d177(0x3de)](_0x40b3b6);if(_0x2b3038){let {unitId:_0x34d8d8,subUnitId:_0x1b0b6d}=_0x2b3038;_0x4cdb2f['updateFloatDomProps'](_0x34d8d8,_0x1b0b6d,_0x40b3b6,ci(_0x54801a));}}[_0x5b2347(0x25c)](_0x45e3d4){const _0x4267cd=_0x5b2347;let _0x5b865c=this[_0x4267cd(0x10f)][_0x4267cd(0x3de)](_0x45e3d4);return _0x5b865c?_0x5b865c[_0x4267cd(0x3ef)]:null;}[_0x5b2347(0x22f)](_0x2b8c9f){const _0x2586d5=_0x5b2347;var _0x21a00d,_0x61fdd3;return(_0x21a00d=(_0x61fdd3=this[_0x2586d5(0x314)][_0x2586d5(0x566)](_0x2b8c9f))==null?void 0x0:_0x61fdd3[_0x2586d5(0x121)]())!=null&&_0x21a00d;}[_0x5b2347(0x118)](_0x2e3852){const _0x27b817=_0x5b2347;var _0x356d23;(_0x356d23=this[_0x27b817(0x314)]['get'](_0x2e3852))==null||_0x356d23['syncLayout']();}[_0x5b2347(0x1ca)](_0x1f25b9){const _0x4bafea=_0x5b2347;let _0x3953d9=this[_0x4bafea(0x314)][_0x4bafea(0x566)](_0x1f25b9);_0x3953d9==null||_0x3953d9[_0x4bafea(0x497)](),this[_0x4bafea(0x314)][_0x4bafea(0x201)](_0x1f25b9);}async[_0x5b2347(0x33d)](_0x150e5e,_0x5b32e0){const _0x4a685c=_0x5b2347;if(_0x5b32e0===_0xa1f5e2[_0x4a685c(0x113)])return this[_0x4a685c(0x261)](_0x150e5e);if(_0x5b32e0===_0xa1f5e2[_0x4a685c(0x103)])return this[_0x4a685c(0x1c4)](_0x150e5e);let _0x17e21e=this['_getOrCreateSheetChartHost'](_0x150e5e);if(!_0x17e21e)throw Error(_0x4a685c(0x430));return _0x17e21e[_0x4a685c(0x15a)]();}['isDomReady'](_0x373263){const _0x51a687=_0x5b2347;return this[_0x51a687(0x4d2)][_0x51a687(0x453)](_0x373263);}[_0x5b2347(0x2eb)](_0x193630){const _0x5670d5=_0x5b2347;this[_0x5670d5(0x4d2)][_0x5670d5(0x201)](_0x193630)&&this['_requestChartCanvasRender'](_0x193630);}[_0x5b2347(0x222)](_0x394e69){const _0x557e65=_0x5b2347;let _0x547414=this[_0x557e65(0x384)](_0x394e69);_0x547414&&this['_chartSnapshotStoreService']['nextVersion'](_0x547414);}[_0x5b2347(0x261)](_0x3167cf){const _0x48d500=_0x5b2347;let _0x26c3d2=this[_0x48d500(0x384)](_0x3167cf);return!_0x26c3d2||!this['getHostSize'](_0x3167cf)?null:new oi(_0x3167cf,()=>this[_0x48d500(0x25c)](_0x3167cf),_0x2b3640=>this[_0x48d500(0xd2)](_0x3167cf,_0x2b3640),_0x26c3d2,this[_0x48d500(0x352)],()=>this[_0x48d500(0x4d3)](_0x3167cf));}[_0x5b2347(0x1c4)](_0x1b60b7){const _0x257fd4=_0x5b2347;if(!this[_0x257fd4(0x25c)](_0x1b60b7))return null;this['_canvasFloatDomService'][_0x257fd4(0x245)](_0x1b60b7,{'contentBox':{'wrapperInset':0x0,'contentInset':0x0}});let _0x5d8962=this['_chartHostMap'][_0x257fd4(0x566)](_0x1b60b7);if(_0x5d8962)return _0x5d8962;let _0x5ce398=new ai(_0x1b60b7,()=>this[_0x257fd4(0x10f)][_0x257fd4(0x3de)](_0x1b60b7),()=>this[_0x257fd4(0x28d)](_0x1b60b7),_0x1c7292=>this[_0x257fd4(0xd2)](_0x1b60b7,_0x1c7292),()=>this[_0x257fd4(0x240)],()=>this[_0x257fd4(0x11b)](_0x1b60b7),()=>this[_0x257fd4(0x2eb)](_0x1b60b7));return this['_chartHostMap'][_0x257fd4(0x127)](_0x1b60b7,_0x5ce398),_0x5ce398;}[_0x5b2347(0x11b)](_0x400f27){const _0xe7519f=_0x5b2347;this[_0xe7519f(0x4d2)]['has'](_0x400f27)||(this[_0xe7519f(0x4d2)]['add'](_0x400f27),this['_requestChartCanvasRender'](_0x400f27));}[_0x5b2347(0x384)](_0x38a0b8){const _0x34129a=_0x5b2347;let _0x26a774=this[_0x34129a(0x10f)]['getFloatDomInfo'](_0x38a0b8);return _0x26a774?{'unitId':_0x26a774[_0x34129a(0x483)],'subUnitId':_0x26a774['subUnitId'],'chartId':_0x38a0b8}:null;}[_0x5b2347(0x4d3)](_0x25e69e){const _0x1867f8=_0x5b2347;var _0x5df6b6,_0x312065,_0x2bf85c,_0x129318,_0x5ea36d;let _0x5e24a2=this[_0x1867f8(0x10f)][_0x1867f8(0x3de)](_0x25e69e);if(!_0x5e24a2)return;let _0x2d971f=(_0x5df6b6=this[_0x1867f8(0x2f4)]['getRenderUnitById'](_0x5e24a2[_0x1867f8(0x483)]))==null?void 0x0:_0x5df6b6[_0x1867f8(0x2d1)],_0x3912f7=(_0x312065=(_0x2bf85c=_0x2d971f==null||(_0x129318=_0x2d971f[_0x1867f8(0x45d)])==null?void 0x0:_0x129318[_0x1867f8(0x100)](_0x2d971f,_0x1f9d42({'unitId':_0x5e24a2[_0x1867f8(0x483)],'subUnitId':_0x5e24a2[_0x1867f8(0x34d)],'drawingId':_0x25e69e})))==null?_0x2d971f==null?void 0x0:_0x2d971f[_0x1867f8(0x446)](_0x1f9d42({'unitId':_0x5e24a2[_0x1867f8(0x483)],'subUnitId':_0x5e24a2['subUnitId'],'drawingId':_0x25e69e})):_0x2bf85c)==null?null:_0x312065;_0x3912f7==null||(_0x5ea36d=_0x3912f7[_0x1867f8(0x204)])==null||_0x5ea36d[_0x1867f8(0x100)](_0x3912f7,!0x0),_0x2d971f==null||_0x2d971f[_0x1867f8(0x204)](!0x0);}[_0x5b2347(0x28d)](_0x3133e9){const _0x2b893e=_0x5b2347;var _0x169c42,_0x54006f,_0x4078d4;let _0x182af9=this['_sheetCanvasFloatDomManagerService'][_0x2b893e(0x3de)](_0x3133e9);if(!_0x182af9)return null;let _0x43ac32=this[_0x2b893e(0x15c)](_0x182af9['unitId']),_0x30b84a=_0x43ac32==null?void 0x0:_0x43ac32[_0x2b893e(0x2d1)],_0x26d493=document['getElementById']((_0x169c42=_0x182af9['domId'])==null?_0x3133e9:_0x169c42);return qr(_0x182af9['rect'],{'scaleX':(_0x54006f=_0x30b84a==null?void 0x0:_0x30b84a[_0x2b893e(0x51a)])==null?0x1:_0x54006f,'scaleY':(_0x4078d4=_0x30b84a==null?void 0x0:_0x30b84a[_0x2b893e(0x482)])==null?0x1:_0x4078d4},_0x26d493?{'left':_0x26d493[_0x2b893e(0x11c)],'top':_0x26d493[_0x2b893e(0x4bb)]}:void 0x0);}[_0x5b2347(0x497)](){const _0x303232=_0x5b2347;this[_0x303232(0x240)]||(this[_0x303232(0x314)][_0x303232(0x49c)](_0x5ee113=>_0x5ee113[_0x303232(0x497)]()),this['_chartHostMap']['clear'](),this['_activeDomReadyChartIds'][_0x303232(0x43c)](),this[_0x303232(0x420)][_0x303232(0x4f5)](),super[_0x303232(0x497)]());}};li=si([Q(0x0,_0x20d1d5(_0x384a85)),Q(0x1,_0x20d1d5(_0x44fa26)),Q(0x2,_0x20d1d5(ri)),Q(0x3,_0x20d1d5(_0x189ada))],li);const ui=_0xd7060(_0x5b2347(0x471)),di=_0xa6976b[_0x5b2347(0x113)];var fi=class extends _0x234790{constructor(_0x3d6d11,_0x540e5f){const _0x11ae14=_0x5b2347;super(_0x3d6d11),this[_0x11ae14(0x543)]=_0x540e5f,Z(this,_0x11ae14(0x2ad),0x0),Z(this,_0x11ae14(0x1f8),void 0x0),Z(this,_0x11ae14(0x38e),{});}['getRect'](){return this['_rect'];}[_0x5b2347(0x478)](_0x2c3178){this['style']=_0x2c3178;}[_0x5b2347(0x193)](){const _0x2c8472=_0x5b2347;return++this[_0x2c8472(0x2ad)];}[_0x5b2347(0x187)](_0x33e3ce,_0x35a869){const _0x535243=_0x5b2347;return _0x35a869===this[_0x535243(0x2ad)]?(ti(this[_0x535243(0x1f8)]),this[_0x535243(0x1f8)]=_0x33e3ce,!0x0):(ti(_0x33e3ce),!0x1);}['requestPaint'](){}['invalidateSnapshot'](){this['_version']+=0x1;}[_0x5b2347(0x171)](){const _0x11cfbc=_0x5b2347;let _0x306a37=this[_0x11cfbc(0x1f8)];return this[_0x11cfbc(0x1f8)]=void 0x0,_0x306a37;}[_0x5b2347(0x497)](){const _0x255daa=_0x5b2347;ti(this[_0x255daa(0x1f8)]),this['_image']=void 0x0,super['dispose']();}};function pi(_0x4901ed,_0xdc001c){const _0x5e0e59=_0x5b2347;let _0x10b67e=_0x4901ed[_0x5e0e59(0x1c7)](_0xdc001c);return _0x2499fa({..._0x4901ed[_0x5e0e59(0x38e)],'runtime':{..._0x10b67e,'layoutInset':0x8},'direction':_0xdc001c},_0x4901ed['chartType']);}let mi=class extends _0x139234{constructor(_0x1d8a79,_0x4b2d25,_0x1e4e09,_0x127800,_0x1c3833,_0x2e2cb8,_0x3b3a4f,_0x432203,_0x48e284,_0x2c4146,_0xe2e507,_0x1ea318,_0x17b16f){const _0x4b8073=_0x5b2347;var _0xb21a54;super(),this[_0x4b8073(0xc1)]=_0x1d8a79,this[_0x4b8073(0x10f)]=_0x4b2d25,this[_0x4b8073(0x1c8)]=_0x1e4e09,this['_drawingManagerService']=_0x127800,this[_0x4b8073(0x524)]=_0x1c3833,this[_0x4b8073(0x2f4)]=_0x2e2cb8,this['_localeService']=_0x3b3a4f,this['_injector']=_0x432203,this[_0x4b8073(0x3fd)]=_0x48e284,this[_0x4b8073(0xde)]=_0x2c4146,this[_0x4b8073(0x540)]=_0xe2e507,this[_0x4b8073(0x352)]=_0x1ea318,Z(this,_0x4b8073(0xe6),new Map()),Z(this,'_chartEventHandlers',new Map()),Z(this,_0x4b8073(0xb9),new Map()),Z(this,'_chartElementEditMode',new Map()),Z(this,_0x4b8073(0x493),void 0x0),Z(this,_0x4b8073(0x254),new Map()),Z(this,_0x4b8073(0x25f),new Map()),Z(this,_0x4b8073(0x2ce),void 0x0),Z(this,'_lastRenderInputMap',new Map()),Z(this,_0x4b8073(0x1ea),null),Z(this,_0x4b8073(0x394),null),this[_0x4b8073(0x493)]=_0x17b16f;let _0x20b365=!0x0,_0xcd7534=_0x41cbc9(this['_injector']);_0xcd7534[_0x4b8073(0x51e)]===0x1&&_0xcd7534[0x0]==='all'&&(_0x20b365=!0x1);let _0x3aaf8d=this[_0x4b8073(0x540)][_0x4b8073(0x1c2)](_0x1b9620);this['_chartRenderMode']=(_0xb21a54=_0x3aaf8d==null?void 0x0:_0x3aaf8d[_0x4b8073(0x55b)])==null?di:_0xb21a54,this[_0x4b8073(0x493)][_0x4b8073(0x44c)](_0x5f262b)||this[_0x4b8073(0x391)](_0x5f262b,new _0x5162c2(_0x20b365,{'wordCloudRenderConfig':_0x3aaf8d==null?void 0x0:_0x3aaf8d[_0x4b8073(0x466)]})),this['_registerChartImageRenderObjectFactory'](),this[_0x4b8073(0x467)](),this[_0x4b8073(0x2ff)](),this[_0x4b8073(0x279)](),this['handleActiveSubUnitChange']();}[_0x5b2347(0x437)](){const _0x372991=_0x5b2347;let _0x1604e7=!0x0,_0x5bdd24=_0x41cbc9(this[_0x372991(0x533)]);return _0x5bdd24[_0x372991(0x51e)]===0x1&&_0x5bdd24[0x0]===_0x372991(0x2da)&&(_0x1604e7=!0x1),_0x1604e7;}[_0x5b2347(0x391)](_0x48e0e3,_0x3e1978){const _0x205fd2=_0x5b2347;this[_0x205fd2(0x493)][_0x205fd2(0x391)](_0x48e0e3,_0x3e1978);}['setRenderModel'](_0x54e9ec){const _0x547d17=_0x5b2347;this[_0x547d17(0x493)][_0x547d17(0x33e)](_0x54e9ec);}[_0x5b2347(0x289)](_0x230cb9){const _0x303533=_0x5b2347;let _0x77020e=this['_getChartSnapshotKey'](_0x230cb9);return _0x77020e?this[_0x303533(0x352)][_0x303533(0x4ed)](_0x77020e):void 0x0;}[_0x5b2347(0x150)](_0x5cbb74){const _0xd0b1cf=_0x5b2347;var _0x23cf0e;return((_0x23cf0e=this[_0xd0b1cf(0x1c8)][_0xd0b1cf(0x402)])==null?void 0x0:_0x23cf0e['id'])===_0x5cbb74?_0xa6976b[_0xd0b1cf(0x103)]:this[_0xd0b1cf(0x2ce)];}[_0x5b2347(0x384)](_0x345dc3){const _0xc6dfc7=_0x5b2347;let _0xa26a02=this['_sheetCanvasFloatDomManagerService'][_0xc6dfc7(0x3de)](_0x345dc3);return _0xa26a02?{'unitId':_0xa26a02['unitId'],'subUnitId':_0xa26a02[_0xc6dfc7(0x34d)],'chartId':_0x345dc3}:null;}[_0x5b2347(0x3cd)](){const _0x4183f9=_0x5b2347;this[_0x4183f9(0x2ce)]===_0xa6976b[_0x4183f9(0x113)]&&this['disposeWithMe'](this[_0x4183f9(0x10f)][_0x4183f9(0x2d3)](_0x45a6be[_0x4183f9(0x504)],({key:_0x2e4ac0,config:_0x4b7b96,unitId:_0x28398a,subUnitId:_0x47bb,drawingId:_0x26e4ab})=>new Qr(_0x2e4ac0,_0x4b7b96,()=>this[_0x4183f9(0x352)][_0x4183f9(0x4ed)]({'unitId':_0x28398a,'subUnitId':_0x47bb,'chartId':_0x26e4ab}),()=>this[_0x4183f9(0xc1)]['isDomReady'](_0x26e4ab))));}['_initActiveChartModelListener'](){const _0x155db2=_0x5b2347;this['disposeWithMe'](this[_0x155db2(0x1c8)][_0x155db2(0x3a8)]['subscribe'](_0x17c98d=>{const _0x2c7775=_0x155db2;var _0x232614;let _0xef91cc=(_0x232614=_0x17c98d==null?void 0x0:_0x17c98d['id'])==null?null:_0x232614,_0x5bc182=this['_activeChartId'];_0x5bc182!==_0xef91cc&&(_0x5bc182&&(this[_0x2c7775(0xc1)][_0x2c7775(0x2eb)](_0x5bc182),this[_0x2c7775(0x432)](_0x5bc182),this[_0x2c7775(0x2ec)](_0x5bc182),this[_0x2c7775(0x50c)](_0x5bc182)),this[_0x2c7775(0x1ea)]=_0xef91cc,_0xef91cc&&(this[_0x2c7775(0xc1)][_0x2c7775(0x2eb)](_0xef91cc),this['_applyActiveChartRuntimeZIndex'](_0xef91cc),this[_0x2c7775(0x50c)](_0xef91cc)));}));}[_0x5b2347(0x2ff)](){const _0x1747ad=_0x5b2347;this[_0x1747ad(0x456)](this[_0x1747ad(0x3d3)][_0x1747ad(0x3bd)][_0x1747ad(0x40e)](_0x38e487=>{const _0x3cda09=_0x1747ad;var _0x5cd274;let _0x4bab2e=(_0x5cd274=this[_0x3cda09(0x1c8)][_0x3cda09(0x402)])==null?void 0x0:_0x5cd274['id'];_0x4bab2e&&_0x38e487[_0x3cda09(0x137)](_0x6b2e5b=>_0x6b2e5b['children'][_0x3cda09(0x137)](_0x4d04a8=>_0x4d04a8[_0x3cda09(0x324)]===_0x4bab2e))&&this['_chartModelService'][_0x3cda09(0x1fd)](null);})),this[_0x1747ad(0x456)](this[_0x1747ad(0x3d3)][_0x1747ad(0x32b)][_0x1747ad(0x40e)](_0x452a9f=>{const _0x29bf27=_0x1747ad;var _0x2ca44d;let _0x23f64a=(_0x2ca44d=this[_0x29bf27(0x1c8)]['activeChartModel'])==null?void 0x0:_0x2ca44d['id'];_0x23f64a&&_0x452a9f[_0x29bf27(0x137)](_0x47d996=>_0x47d996[_0x29bf27(0x326)]['drawingId']===_0x23f64a||_0x47d996[_0x29bf27(0x292)]['some'](_0x43168b=>_0x43168b[_0x29bf27(0x324)]===_0x23f64a))&&this[_0x29bf27(0x1c8)][_0x29bf27(0x1fd)](null);}));}[_0x5b2347(0x279)](){const _0xcdc401=_0x5b2347;this[_0xcdc401(0x456)](this[_0xcdc401(0x3d3)][_0xcdc401(0x347)]['subscribe'](_0x585154=>{const _0x354df2=_0xcdc401;var _0x262a53;let _0x5d90d4=(_0x262a53=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0x262a53['id'];if(!_0x5d90d4){_0x585154[_0x354df2(0x296)]['forEach'](_0x1d8b5a=>{const _0x1fd50c=_0x354df2;this[_0x1fd50c(0x1c8)][_0x1fd50c(0x1f6)](_0x1d8b5a)&&this[_0x1fd50c(0x432)](_0x1d8b5a);});return;}let _0x29d34b=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x5d90d4);(_0x29d34b==null?void 0x0:_0x29d34b['unitId'])===_0x585154['unitId']&&_0x29d34b[_0x354df2(0x34d)]===_0x585154[_0x354df2(0x34d)]&&this[_0x354df2(0x4c1)](_0x5d90d4);})),this['disposeWithMe'](this[_0xcdc401(0x3d3)]['add$']['subscribe'](_0x2fc5db=>{const _0x24aeb4=_0xcdc401;var _0x392dd3;let _0x249b54=(_0x392dd3=this['_chartModelService'][_0x24aeb4(0x402)])==null?void 0x0:_0x392dd3['id'];if(!_0x249b54)return;let _0x291e98=this[_0x24aeb4(0x10f)][_0x24aeb4(0x3de)](_0x249b54);_0x291e98&&_0x2fc5db[_0x24aeb4(0x137)](_0x1a5001=>_0x1a5001['unitId']===_0x291e98[_0x24aeb4(0x483)]&&_0x1a5001[_0x24aeb4(0x34d)]===_0x291e98[_0x24aeb4(0x34d)])&&this[_0x24aeb4(0x4c1)](_0x249b54);})),this['disposeWithMe'](this[_0xcdc401(0x1c8)][_0xcdc401(0x2e7)][_0xcdc401(0x40e)](_0x460d0a=>{const _0x44bb3d=_0xcdc401;var _0x26df5d;this['_lastRenderInputMap'][_0x44bb3d(0x201)](_0x460d0a),this[_0x44bb3d(0x352)][_0x44bb3d(0x219)](_0x460d0a),this['_clearChartRuntimeCache'](_0x460d0a),this[_0x44bb3d(0xc1)][_0x44bb3d(0x2eb)](_0x460d0a),((_0x26df5d=this[_0x44bb3d(0x1c8)]['activeChartModel'])==null?void 0x0:_0x26df5d['id'])===_0x460d0a?this[_0x44bb3d(0x1c8)][_0x44bb3d(0x1fd)](null):this['_resetChartRuntimeZIndex'](_0x460d0a),this[_0x44bb3d(0x144)](_0x460d0a);}));}[_0x5b2347(0x50c)](_0x492e97){const _0x2e0d24=_0x5b2347;let _0x3c10ea=this[_0x2e0d24(0x316)][_0x2e0d24(0x566)](_0x492e97);_0x3c10ea&&this['render'](_0x492e97,_0x3c10ea[_0x2e0d24(0x30a)],_0x3c10ea[_0x2e0d24(0x38e)]);}[_0x5b2347(0x2ec)](_0x4e9064){const _0x11c348=_0x5b2347;let _0x1700c8=this[_0x11c348(0xe6)][_0x11c348(0x566)](_0x4e9064);(_0x1700c8==null?void 0x0:_0x1700c8['mode'])==='dom'&&(this['_disposeChartEventSubscriptions'](_0x4e9064),_0x1700c8[_0x11c348(0x497)](),this[_0x11c348(0xe6)][_0x11c348(0x201)](_0x4e9064)),this[_0x11c348(0xc1)][_0x11c348(0x2eb)](_0x4e9064),this[_0x11c348(0xc1)][_0x11c348(0x1ca)](_0x4e9064);}[_0x5b2347(0x144)](_0x528eca){const _0x166d6b=_0x5b2347;let _0x80119e=this[_0x166d6b(0xe6)][_0x166d6b(0x566)](_0x528eca);_0x80119e&&(this[_0x166d6b(0x487)](_0x528eca),_0x80119e[_0x166d6b(0x497)](),this['_chartInstanceMap']['delete'](_0x528eca)),this[_0x166d6b(0xc1)][_0x166d6b(0x2eb)](_0x528eca),this[_0x166d6b(0xc1)][_0x166d6b(0x1ca)](_0x528eca);}[_0x5b2347(0x492)](_0x374eda){const _0x5b4e4e=_0x5b2347;var _0x1c7afa,_0x11bdbd;(_0x1c7afa=this['getRenderModel'](_0x5f262b))==null||(_0x11bdbd=_0x1c7afa[_0x5b4e4e(0x325)])==null||_0x11bdbd[_0x5b4e4e(0x100)](_0x1c7afa,_0x374eda);}[_0x5b2347(0x376)](_0x491f3a,_0x32d6ad){const _0x1b01e6=_0x5b2347;let _0x2a0a56=this[_0x1b01e6(0x3d3)][_0x1b01e6(0x435)](_0x491f3a,_0x32d6ad);Object['values'](_0x2a0a56==null?{}:_0x2a0a56)[_0x1b01e6(0x49c)](_0x3a916c=>{const _0x21466c=_0x1b01e6;_0x3a916c[_0x21466c(0x4fb)]===_0x45a6be[_0x21466c(0x504)]&&this[_0x21466c(0x492)](_0x3a916c['drawingId']);});}[_0x5b2347(0x45a)](_0x5a960f,_0x1dc5b9){const _0x2225b9=_0x5b2347;var _0x4f3ca2,_0x317d04,_0x4729a3;return(_0x4f3ca2=(_0x317d04=(_0x4729a3=_0x5a960f[_0x2225b9(0x45d)])==null?void 0x0:_0x4729a3['call'](_0x5a960f,_0x1dc5b9))==null?_0x5a960f[_0x2225b9(0x446)](_0x1dc5b9):_0x317d04)==null?null:_0x4f3ca2;}[_0x5b2347(0x56f)](_0x4d12e3){const _0x28dc4f=_0x5b2347;var _0x4b33fc;let _0xe30542=this[_0x28dc4f(0x10f)][_0x28dc4f(0x3de)](_0x4d12e3);if(!_0xe30542)return null;let _0x12e7bc=(_0x4b33fc=this['_renderManagerService'][_0x28dc4f(0x52f)](_0xe30542[_0x28dc4f(0x483)]))==null?void 0x0:_0x4b33fc[_0x28dc4f(0x2d1)];if(!_0x12e7bc)return null;let _0x1576b5=this[_0x28dc4f(0x45a)](_0x12e7bc,_0x1f9d42({'unitId':_0xe30542['unitId'],'subUnitId':_0xe30542['subUnitId'],'drawingId':_0x4d12e3}));return _0x1576b5?{'info':_0xe30542,'scene':_0x12e7bc,'chartObject':_0x1576b5}:null;}[_0x5b2347(0x3ac)](_0x5212d0,_0x18675c){const _0x5a8067=_0x5b2347;var _0x3374af,_0x492eb7,_0x541afd,_0x421b02;let _0x1fc002=this[_0x5a8067(0x56f)](_0x5212d0);_0x1fc002&&((_0x3374af=(_0x492eb7=_0x1fc002[_0x5a8067(0x407)])['setProps'])==null||_0x3374af[_0x5a8067(0x100)](_0x492eb7,{'zIndex':_0x18675c}),(_0x541afd=(_0x421b02=_0x1fc002[_0x5a8067(0x407)])[_0x5a8067(0x204)])==null||_0x541afd['call'](_0x421b02,!0x0),_0x1fc002['scene']['makeDirty'](!0x0));}[_0x5b2347(0x4c1)](_0xa51682){const _0x5edf1c=_0x5b2347;let _0x224a31=this[_0x5edf1c(0x10f)]['getFloatDomInfo'](_0xa51682);if(!_0x224a31)return;let _0x503dd4=this[_0x5edf1c(0x3d3)][_0x5edf1c(0x39e)](_0x224a31[_0x5edf1c(0x483)],_0x224a31['subUnitId']);this[_0x5edf1c(0x3ac)](_0xa51682,_0x503dd4['length']);}[_0x5b2347(0x432)](_0x5a9b05){const _0x2be56a=_0x5b2347;let _0x1aca99=this[_0x2be56a(0x10f)][_0x2be56a(0x3de)](_0x5a9b05);if(!_0x1aca99)return;let _0x3cb145=this[_0x2be56a(0x3d3)][_0x2be56a(0x39e)](_0x1aca99[_0x2be56a(0x483)],_0x1aca99['subUnitId']),_0x998fff=_0x3cb145['indexOf'](_0x5a9b05);this[_0x2be56a(0x3ac)](_0x5a9b05,_0x998fff===-0x1?Math['max'](_0x3cb145[_0x2be56a(0x51e)]-0x1,0x0):_0x998fff);}[_0x5b2347(0x1cd)](_0x1218dd,_0x5224b3){const _0xd8903f=_0x5b2347;let _0x76b497=this[_0xd8903f(0x10f)][_0xd8903f(0x3de)](_0x1218dd);if(_0x5224b3['width']!==void 0x0&&_0x5224b3[_0xd8903f(0x1cc)]!==void 0x0&&_0x76b497){var _0xfee6b2;let {subUnitId:_0xa176e4}=_0x76b497,_0x25766c=(_0xfee6b2=this[_0xd8903f(0x524)][_0xd8903f(0x134)](_0x4b392d[_0xd8903f(0xfc)]))==null?void 0x0:_0xfee6b2[_0xd8903f(0x2d4)]();if((_0x25766c==null?void 0x0:_0x25766c[_0xd8903f(0x27f)]())===_0xa176e4){let {width:_0x8471d0,height:_0x351f7c}=_0x5224b3,_0x4e281c=this[_0xd8903f(0x1c8)]['getChartModel'](_0x1218dd),_0x481b8a=_0x4e281c==null?void 0x0:_0x4e281c[_0xd8903f(0x38e)];if(Math[_0xd8903f(0x55a)](_0x8471d0-((_0x481b8a==null?void 0x0:_0x481b8a[_0xd8903f(0x23b)])||0x0))>0x1||Math[_0xd8903f(0x55a)](_0x351f7c-((_0x481b8a==null?void 0x0:_0x481b8a['height'])||0x0))>0x1){_0x4e281c==null||_0x4e281c[_0xd8903f(0x4be)]({..._0x481b8a,'width':_0x8471d0,'height':_0x351f7c});let _0xf5b72f=this['_chartInstanceMap'][_0xd8903f(0x566)](_0x1218dd);_0xf5b72f&&(this[_0xd8903f(0xc1)][_0xd8903f(0x118)](_0x1218dd),_0xf5b72f[_0xd8903f(0x2f0)]());}}}}['_debounceHandle'](_0x67b9d6,_0x5bc5c4,_0x3616c6=0x0){const _0x3cf7b9=_0x5b2347;let _0x5c5f1e=this[_0x3cf7b9(0x25f)][_0x3cf7b9(0x566)](_0x67b9d6);_0x5c5f1e||(_0x5c5f1e=_0xcb7b99(_0x19a80d=>{this['_resizeChart'](_0x67b9d6,_0x19a80d);},_0x3616c6),this[_0x3cf7b9(0x25f)]['set'](_0x67b9d6,_0x5c5f1e)),_0x5c5f1e(_0x5bc5c4);}[_0x5b2347(0x184)](){const _0x1a8846=_0x5b2347;let _0xe320cb=this[_0x1a8846(0x254)],_0x57c40e=_0x4d10cd=>{const _0x333b13=_0x1a8846;if(!_0xe320cb[_0x333b13(0x453)](_0x4d10cd)){let _0x29646e=_0xcb7b99((_0x2be614,_0x16de62,_0x596b78,_0x4b1426)=>{const _0x3b97d0=_0x333b13;var _0x249ae8,_0x5b3d41;if(!_0x596b78)return;(_0x249ae8=_0x596b78[_0x3b97d0(0x506)])==null||_0x249ae8['items'][_0x3b97d0(0x49c)]((_0x16adbe,_0x20c73e)=>{const _0x5256ec=_0x3b97d0;_0x16adbe['label']||(_0x16adbe[_0x5256ec(0x496)]=this[_0x5256ec(0x548)]['t'](_0x5256ec(0x48b))+'\x20'+(_0x20c73e+0x1));}),_0x596b78[_0x3b97d0(0x27c)][_0x3b97d0(0x49c)]((_0xe8e4af,_0x2d9f40)=>{const _0x70f92d=_0x3b97d0;_0xe8e4af[_0x70f92d(0xee)]||(_0xe8e4af[_0x70f92d(0xee)]=this[_0x70f92d(0x548)]['t']('sheets-chart-ui.series')+'\x20'+(_0x2d9f40+0x1));});let _0x4cb3ac=pi(_0x2be614,_0x4b1426),_0x47beb7=(_0x5b3d41=this['_univerInstanceService']['getCurrentUnitOfType'](_0x4b392d[_0x3b97d0(0xfc)]))==null?void 0x0:_0x5b3d41['getActiveSheet']();(_0x47beb7==null?void 0x0:_0x47beb7[_0x3b97d0(0x27f)]())===_0x16de62&&this[_0x3b97d0(0x4e4)](_0x2be614['id'],_0x596b78,_0x4cb3ac);},0x11);_0xe320cb[_0x333b13(0x127)](_0x4d10cd,_0x29646e);}return _0xe320cb[_0x333b13(0x566)](_0x4d10cd);};this['disposeWithMe'](this[_0x1a8846(0x524)]['focused$'][_0x1a8846(0x40e)](_0x90f745=>{const _0x48e3b6=_0x1a8846;let _0x45a971=this['_univerInstanceService'][_0x48e3b6(0x134)](_0x4b392d[_0x48e3b6(0xfc)]);if(_0x90f745&&_0x45a971&&_0x45a971[_0x48e3b6(0x4cd)]()===_0x90f745){var _0x306c10;let _0xe46b60=_0x45a971[_0x48e3b6(0x2d4)]()[_0x48e3b6(0x27f)]();this[_0x48e3b6(0x394)]&&(this[_0x48e3b6(0x394)]['unitId']!==_0x90f745||this[_0x48e3b6(0x394)][_0x48e3b6(0x34d)]!==_0xe46b60)&&this['_clearSheetChartRuntimeCaches'](this[_0x48e3b6(0x394)]['unitId'],this['_lastActiveSheet']['subUnitId']),this[_0x48e3b6(0x394)]={'unitId':_0x90f745,'subUnitId':_0xe46b60};let _0x2c1ee8=this['_drawingManagerService'][_0x48e3b6(0x435)](_0x90f745,_0xe46b60);if(!((_0x306c10=this[_0x48e3b6(0x2f4)][_0x48e3b6(0x52f)](_0x90f745))!=null&&_0x306c10[_0x48e3b6(0x575)](_0x55ba02)[_0x48e3b6(0x532)](_0xe46b60)))return;if(_0x2c1ee8)for(let _0x41577b in _0x2c1ee8){let {drawingId:_0x2d25d8}=_0x2c1ee8[_0x41577b],_0x58d852=this[_0x48e3b6(0x1c8)][_0x48e3b6(0x1f6)](_0x2d25d8);_0x58d852&&_0x57c40e(_0x58d852['id'])(_0x58d852,_0xe46b60,_0x58d852[_0x48e3b6(0x30a)],this['_localeService'][_0x48e3b6(0x2f9)]());}}})),this[_0x1a8846(0x456)](this[_0x1a8846(0xde)][_0x1a8846(0x3b7)][_0x1a8846(0x40e)](()=>{const _0x21327c=_0x1a8846;var _0x4023c3;let _0x24ed16=this[_0x21327c(0x524)][_0x21327c(0x134)](_0x4b392d[_0x21327c(0xfc)]);if(!_0x24ed16)return;let _0x3fd0fd=_0x24ed16[_0x21327c(0x4cd)](),_0x2f5ff0=_0x24ed16[_0x21327c(0x2d4)]()[_0x21327c(0x27f)](),_0x2d0be2=this[_0x21327c(0x3d3)][_0x21327c(0x435)](_0x3fd0fd,_0x2f5ff0);if((_0x4023c3=this[_0x21327c(0x2f4)][_0x21327c(0x52f)](_0x3fd0fd))!=null&&_0x4023c3[_0x21327c(0x575)](_0x55ba02)[_0x21327c(0x532)](_0x2f5ff0)&&_0x2d0be2)for(let _0xb37920 in _0x2d0be2){let {drawingId:_0xf9dca2}=_0x2d0be2[_0xb37920],_0x161b8a=this[_0x21327c(0x1c8)][_0x21327c(0x1f6)](_0xf9dca2);_0x161b8a&&_0x57c40e(_0x161b8a['id'])(_0x161b8a,_0x2f5ff0,_0x161b8a[_0x21327c(0x30a)],this[_0x21327c(0x548)]['getDirection']());}})),this[_0x1a8846(0x456)](this['_drawingManagerService']['add$']['subscribe'](_0x37255c=>{const _0x22224d=_0x1a8846;_0x37255c[_0x22224d(0x49c)](_0x322b44=>{const _0x3f6bfd=_0x22224d;var _0x2dfaeb,_0x42cfc6,_0x192149;let {drawingId:_0x3b5a0c,unitId:_0x534d2b,subUnitId:_0x49c68f}=_0x322b44;if(!((_0x2dfaeb=this[_0x3f6bfd(0x2f4)]['getRenderUnitById'](_0x534d2b))!=null&&_0x2dfaeb[_0x3f6bfd(0x575)](_0x55ba02)['getSkeleton'](_0x49c68f)))return;let {drawingType:_0x54f9b2}=this[_0x3f6bfd(0x3d3)][_0x3f6bfd(0x177)](_0x322b44);if(_0x54f9b2!==_0x45a6be[_0x3f6bfd(0x504)])return;let _0x28fdf4=this[_0x3f6bfd(0x10f)][_0x3f6bfd(0x3de)](_0x3b5a0c),_0x5f3672=(_0x42cfc6=_0x28fdf4==null?void 0x0:_0x28fdf4[_0x3f6bfd(0x4ae)])==null?_0x3b5a0c:_0x42cfc6,_0x46ada7=_0x28fdf4==null?void 0x0:_0x28fdf4[_0x3f6bfd(0x3ef)],_0x13a767=(_0x192149=this[_0x3f6bfd(0x2f4)][_0x3f6bfd(0x52f)](_0x534d2b))==null?void 0x0:_0x192149[_0x3f6bfd(0x2d1)];_0x46ada7&&this[_0x3f6bfd(0x456)](_0x46ada7==null?void 0x0:_0x46ada7[_0x3f6bfd(0x1f4)][_0x3f6bfd(0x271)](_0x59c132=>{const _0x275743=_0x3f6bfd;let {type:_0x18ac59,value:_0x87ed37}=_0x59c132;if(_0x34185b[_0x275743(0x2f0)]===_0x18ac59||_0x34185b[_0x275743(0x2da)]===_0x18ac59){let {width:_0x1c0cf8,height:_0x4288e3}=_0x87ed37;this[_0x275743(0x3f8)](_0x3b5a0c,{'width':_0x1c0cf8,'height':_0x4288e3},0x64);}})),_0x13a767&&this[_0x3f6bfd(0x456)](_0x13a767['onTransformChange$'][_0x3f6bfd(0x271)](_0x282f84=>{const _0x4ee2b7=_0x3f6bfd;var _0x7ac4f1;_0x282f84[_0x4ee2b7(0x284)]===_0x34185b[_0x4ee2b7(0xb7)]&&(_0x7ac4f1=document[_0x4ee2b7(0x2b5)](_0x5f3672))!=null&&_0x7ac4f1[_0x4ee2b7(0x185)]('.chart-host')&&this[_0x4ee2b7(0xc1)][_0x4ee2b7(0x118)](_0x3b5a0c);}));let _0x3e86b8=this[_0x3f6bfd(0x1c8)][_0x3f6bfd(0x1f6)](_0x3b5a0c);_0x3e86b8&&this[_0x3f6bfd(0x456)](_0x38cc2e([_0x3e86b8[_0x3f6bfd(0x4eb)],_0x3e86b8[_0x3f6bfd(0x285)],this['_localeService'][_0x3f6bfd(0x534)]])[_0x3f6bfd(0x40e)](([_0x5b1613,_0x1851fc,_0xab29f0])=>{_0x57c40e(_0x3e86b8['id'])(_0x3e86b8,_0x49c68f,_0x5b1613,_0xab29f0);}));});})),this[_0x1a8846(0x456)](_0x38cc2e([this[_0x1a8846(0x3d3)]['remove$']])[_0x1a8846(0x40e)](([_0x25497c])=>{const _0x2f2a81=_0x1a8846;_0x25497c[_0x2f2a81(0x49c)](_0x1f713c=>{const _0x8431f5=_0x2f2a81;var _0x4037b4;let {drawingId:_0x3be7d9}=_0x1f713c;((_0x4037b4=this[_0x8431f5(0x1c8)][_0x8431f5(0x402)])==null?void 0x0:_0x4037b4['id'])===_0x3be7d9&&this[_0x8431f5(0x1c8)][_0x8431f5(0x1fd)](null),this[_0x8431f5(0x487)](_0x3be7d9),this[_0x8431f5(0x489)][_0x8431f5(0x201)](_0x3be7d9),this[_0x8431f5(0xc1)][_0x8431f5(0x2eb)](_0x3be7d9),this[_0x8431f5(0x432)](_0x3be7d9),this['_disposeChartRenderInstance'](_0x3be7d9),this[_0x8431f5(0x352)][_0x8431f5(0x219)](_0x3be7d9),this['_clearChartRuntimeCache'](_0x3be7d9),this[_0x8431f5(0x316)]['delete'](_0x3be7d9),this[_0x8431f5(0x174)][_0x8431f5(0x201)](_0x3be7d9);});}));}[_0x5b2347(0x26e)](_0x169396,_0x544264){const _0x136d68=_0x5b2347;var _0x42f539;_0x544264?this[_0x136d68(0x174)][_0x136d68(0x127)](_0x169396,!0x0):this[_0x136d68(0x174)][_0x136d68(0x201)](_0x169396),(_0x42f539=this[_0x136d68(0xe6)][_0x136d68(0x566)](_0x169396))==null||_0x42f539[_0x136d68(0x26e)](_0x544264);}async[_0x5b2347(0x29b)](_0x2e1dca){const _0x312108=_0x5b2347;let _0x1e547c=this[_0x312108(0xe6)]['get'](_0x2e1dca);if(_0x1e547c){let _0x4ee48e=this[_0x312108(0x174)][_0x312108(0x566)](_0x2e1dca)===!0x0;_0x4ee48e&&_0x1e547c[_0x312108(0x26e)](!0x1);try{let _0x4b4f54=await _0x1e547c[_0x312108(0xb4)]();if(_0x4b4f54)return _0x4b4f54;}finally{_0x4ee48e&&this['_chartInstanceMap'][_0x312108(0x566)](_0x2e1dca)===_0x1e547c&&_0x1e547c[_0x312108(0x26e)](!0x0);}}let _0x2e18d3=this[_0x312108(0x251)](_0x2e1dca);return _0x2e18d3?_0x3cd2d2(_0x2e18d3):void 0x0;}['on'](_0x425eca,_0x2bcea8,_0x4b1bea){const _0x1b750a=_0x5b2347;let _0xe0ae93=this[_0x1b750a(0x489)][_0x1b750a(0x566)](_0x425eca);_0xe0ae93||(_0xe0ae93=new Map(),this[_0x1b750a(0x489)][_0x1b750a(0x127)](_0x425eca,_0xe0ae93));let _0x3e7c0d=_0xe0ae93[_0x1b750a(0x566)](_0x2bcea8);_0x3e7c0d||(_0x3e7c0d=new Set(),_0xe0ae93['set'](_0x2bcea8,_0x3e7c0d)),_0x3e7c0d[_0x1b750a(0x259)](_0x4b1bea);let _0x5e3404=this[_0x1b750a(0xe6)]['get'](_0x425eca);return _0x5e3404&&this[_0x1b750a(0x43d)](_0x425eca,_0x5e3404,_0x2bcea8,_0x4b1bea),{'dispose':()=>{const _0x411510=_0x1b750a;var _0x358e96;(_0x358e96=this[_0x411510(0x489)][_0x411510(0x566)](_0x425eca))==null||(_0x358e96=_0x358e96[_0x411510(0x566)](_0x2bcea8))==null||_0x358e96['delete'](_0x4b1bea),this[_0x411510(0x424)](_0x425eca,_0x2bcea8,_0x4b1bea);}};}[_0x5b2347(0x251)](_0x2b26bb){const _0x576c60=_0x5b2347;let _0x159c54=this['_univerInstanceService'][_0x576c60(0x134)](_0x4b392d['UNIVER_SHEET']),_0xd5ecf0=_0x159c54==null?void 0x0:_0x159c54[_0x576c60(0x2d4)](),_0x443563=_0x159c54==null?void 0x0:_0x159c54[_0x576c60(0x4cd)](),_0x439d72=_0xd5ecf0==null?void 0x0:_0xd5ecf0[_0x576c60(0x27f)]();if(!(!_0x443563||!_0x439d72))return this[_0x576c60(0x352)][_0x576c60(0x4ed)]({'unitId':_0x443563,'subUnitId':_0x439d72,'chartId':_0x2b26bb});}['_bindChartEventHandlers'](_0x1e2c1b,_0x3f289c){const _0x563eb4=_0x5b2347;let _0x6fb7b2=this['_chartEventHandlers']['get'](_0x1e2c1b);_0x6fb7b2&&_0x6fb7b2[_0x563eb4(0x49c)]((_0x14950f,_0x2d732c)=>{const _0x1dae88=_0x563eb4;_0x14950f[_0x1dae88(0x49c)](_0x40afaf=>this[_0x1dae88(0x43d)](_0x1e2c1b,_0x3f289c,_0x2d732c,_0x40afaf));});}[_0x5b2347(0x43d)](_0x39bc88,_0x3baf16,_0x33f549,_0x48106b){const _0x39f7e1=_0x5b2347;let _0x196d6=this[_0x39f7e1(0xb9)]['get'](_0x39bc88);_0x196d6||(_0x196d6=new Map(),this['_chartEventSubscriptions']['set'](_0x39bc88,_0x196d6));let _0x291f3b=_0x196d6[_0x39f7e1(0x566)](_0x33f549);_0x291f3b||(_0x291f3b=new Map(),_0x196d6['set'](_0x33f549,_0x291f3b)),!_0x291f3b['has'](_0x48106b)&&_0x291f3b['set'](_0x48106b,_0x3baf16['on'](_0x33f549,_0x48106b));}[_0x5b2347(0x424)](_0x17f5f8,_0x2263bf,_0x4461ca){const _0x2029b3=_0x5b2347;var _0x283f5d,_0x1f52fe;let _0x2fc4e3=(_0x283f5d=this['_chartEventSubscriptions'][_0x2029b3(0x566)](_0x17f5f8))==null?void 0x0:_0x283f5d[_0x2029b3(0x566)](_0x2263bf);_0x2fc4e3==null||(_0x1f52fe=_0x2fc4e3['get'](_0x4461ca))==null||_0x1f52fe['dispose'](),_0x2fc4e3==null||_0x2fc4e3[_0x2029b3(0x201)](_0x4461ca);}[_0x5b2347(0x487)](_0x21da32){const _0x567a8e=_0x5b2347;let _0x1a650c=this[_0x567a8e(0xb9)][_0x567a8e(0x566)](_0x21da32);_0x1a650c==null||_0x1a650c[_0x567a8e(0x49c)](_0x3cc37=>{const _0x1d1d71=_0x567a8e;_0x3cc37['forEach'](_0x310638=>_0x310638[_0x1d1d71(0x497)]()),_0x3cc37[_0x1d1d71(0x43c)]();}),this[_0x567a8e(0xb9)][_0x567a8e(0x201)](_0x21da32);}[_0x5b2347(0x44c)](_0x1b283d){const _0x492e0f=_0x5b2347;let _0x3fe954=this[_0x492e0f(0x493)][_0x492e0f(0x44c)](_0x1b283d),_0x457442=this['_getWatermark']();return _0x3fe954&&_0x3fe954['updateWatermark'](_0x457442),_0x3fe954;}[_0x5b2347(0x241)](_0x533bd9){const _0x5590dc=_0x5b2347;return this[_0x5590dc(0x2d6)](_0x533bd9)==null;}['_getChartRenderSkipReason'](_0x5d1c30){const _0x240e46=_0x5b2347;var _0x3140a5;let _0xb10b19=this[_0x240e46(0x10f)]['getFloatDomInfo'](_0x5d1c30);if(!_0xb10b19)return _0x240e46(0x308);let {subUnitId:_0xc70db4}=_0xb10b19,_0x468a84=(_0x3140a5=this[_0x240e46(0x524)][_0x240e46(0x134)](_0x4b392d[_0x240e46(0xfc)]))==null?void 0x0:_0x3140a5[_0x240e46(0x2d4)]();if(!_0x468a84)return _0x240e46(0x38d);if(_0x468a84[_0x240e46(0x27f)]()!==_0xc70db4)return _0x240e46(0x1dd);}async[_0x5b2347(0x4e4)](_0x49a046,_0x38e1bb,_0x401903){const _0x319104=_0x5b2347;let _0x45c67f=this[_0x319104(0x44c)](_0x5f262b);if(!_0x45c67f||(this[_0x319104(0x316)][_0x319104(0x127)](_0x49a046,{'config':_0x38e1bb,'style':_0x401903}),this[_0x319104(0x2d6)](_0x49a046)))return;let _0x178d10=this[_0x319104(0x150)](_0x49a046);if(_0x178d10===_0xa6976b[_0x319104(0x113)])this[_0x319104(0x2ec)](_0x49a046);else{var _0x1a0e4c;this[_0x319104(0xc1)][_0x319104(0x222)](_0x49a046),((_0x1a0e4c=this[_0x319104(0x1c8)][_0x319104(0x402)])==null?void 0x0:_0x1a0e4c['id'])===_0x49a046&&this[_0x319104(0x4c1)](_0x49a046);}let _0x5c6a27=_0x178d10===_0xa6976b[_0x319104(0x113)]?_0xa1f5e2[_0x319104(0x113)]:_0xa1f5e2[_0x319104(0x103)],_0x50b517=await this[_0x319104(0xc1)]['ensureHost'](_0x49a046,_0x5c6a27);if(!_0x50b517)return;let _0x11a5de=this[_0x319104(0x33c)](_0x49a046,_0x5c6a27,_0x45c67f);_0x11a5de[_0x319104(0x42b)](_0x50b517);try{await _0x11a5de[_0x319104(0x4e4)]({'chartId':_0x49a046,'config':_0x38e1bb,'style':_0x401903});}catch(_0x29eabf){if(_0x178d10!==_0xa6976b[_0x319104(0x113)])throw _0x29eabf;}}async['renderChartsForPrinting'](_0xd673ad,_0x11a377,_0x2f28a4){const _0x295f4d=_0x5b2347;let _0x1f9b15=this[_0x295f4d(0x3d3)][_0x295f4d(0x435)](_0xd673ad,_0x11a377),_0x5cb122=this[_0x295f4d(0x3d3)][_0x295f4d(0x39e)](_0xd673ad,_0x11a377),_0x480b37=Object[_0x295f4d(0x1e4)](_0x1f9b15==null?{}:_0x1f9b15)[_0x295f4d(0x16c)](_0x34a650=>_0x34a650[_0x295f4d(0x4fb)]===_0x45a6be[_0x295f4d(0x504)]&&_0x34a650[_0x295f4d(0xfb)]!==!0x0);await Promise[_0x295f4d(0x2a5)](_0x480b37[_0x295f4d(0xe8)](async _0x42c07d=>{const _0x1378f4=_0x295f4d;let _0xc6406e=await this['_createPrintingChartObject'](_0x42c07d,_0x5cb122);_0xc6406e&&(_0x2f28a4[_0x1378f4(0x2e6)](_0xc6406e,_0x9ff2c1),_0x42c07d[_0x1378f4(0x2ba)]&&_0x225003({'drawingId':_0x42c07d[_0x1378f4(0x2ba)],'unitId':_0xd673ad,'subUnitId':_0x11a377},_0xc6406e,_0x2f28a4,this[_0x1378f4(0x3d3)]));}));}async[_0x5b2347(0x1f5)](_0x4ee411,_0x4cdf96){const _0x253f9b=_0x5b2347;var _0x52c3a2;let _0x96f72c=this[_0x253f9b(0x1c8)][_0x253f9b(0x1f6)](_0x4ee411['drawingId']),_0x11c56d=this[_0x253f9b(0x44c)](_0x5f262b),_0x504d99=_0x4ee411['transform'],_0x54de76=_0x96f72c==null?void 0x0:_0x96f72c['config'];if(!_0x96f72c||!_0x11c56d||!_0x504d99||!_0x54de76||_0x504d99[_0x253f9b(0x23b)]==null||_0x504d99['height']==null)return null;let _0x1952bc=new fi(_0x4ee411[_0x253f9b(0x324)],{'width':_0x504d99['width'],'height':_0x504d99[_0x253f9b(0x1cc)]}),_0xf80852=_0x11c56d[_0x253f9b(0x148)](_0xa1f5e2['Image'],this[_0x253f9b(0x242)]());_0xf80852[_0x253f9b(0x42b)](_0x1952bc);let _0x4f925a;try{await _0xf80852[_0x253f9b(0x4e4)]({'chartId':_0x4ee411[_0x253f9b(0x324)],'config':_0x54de76,'style':pi(_0x96f72c,this[_0x253f9b(0x548)][_0x253f9b(0x2f9)]())});}catch(_0x39bb81){console[_0x253f9b(0x400)]('[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing',_0x39bb81);}finally{_0x4f925a=_0x1952bc['takeSnapshot'](),_0xf80852[_0x253f9b(0x497)](),_0x1952bc['dispose']();}let _0xaada4d=this[_0x253f9b(0x352)][_0x253f9b(0x4ed)]({'unitId':_0x4ee411[_0x253f9b(0x483)],'subUnitId':_0x4ee411[_0x253f9b(0x34d)],'chartId':_0x4ee411['drawingId']}),_0x1a261c=(_0x52c3a2=_0x4f925a)==null?_0xaada4d:_0x52c3a2;if(!_0x1a261c)return null;let _0x51fba2=_0x4cdf96[_0x253f9b(0x1d2)](_0x4ee411['drawingId']);return new Qr(_0x1f9d42(_0x4ee411),{..._0x504d99,..._0x28343e,...ci(_0x1952bc[_0x253f9b(0x38e)]),'visible':!0x0,'zIndex':_0x51fba2===-0x1?Math['max'](_0x4cdf96[_0x253f9b(0x51e)]-0x1,0x0):_0x51fba2},()=>_0x1a261c,void 0x0,_0x4f925a?()=>ti(_0x4f925a):void 0x0);}[_0x5b2347(0x33c)](_0x8ab927,_0x441abf,_0x66fe38){const _0x210546=_0x5b2347;let _0x547b1b=this[_0x210546(0xe6)][_0x210546(0x566)](_0x8ab927);if((_0x547b1b==null?void 0x0:_0x547b1b[_0x210546(0x405)])===_0x441abf)return _0x547b1b;_0x547b1b&&(this[_0x210546(0x487)](_0x8ab927),_0x547b1b[_0x210546(0x497)](),this[_0x210546(0xe6)]['delete'](_0x8ab927));let _0x5a6be4=_0x66fe38[_0x210546(0x148)](_0x441abf,this['_createChartRenderInstanceContext']());return this['_chartInstanceMap']['set'](_0x8ab927,_0x5a6be4),_0x5a6be4[_0x210546(0x26e)](this[_0x210546(0x174)]['get'](_0x8ab927)===!0x0),this[_0x210546(0x55c)](_0x8ab927,_0x5a6be4),_0x5a6be4;}['_createChartRenderInstanceContext'](){const _0x51dbbd=_0x5b2347;return{'resolveHostStyle':({style:_0x47119c})=>_0x5149f2({'style':_0x47119c,'getRenderColor':_0x2ce8dc=>this['_chartThemeService'][_0x51dbbd(0x3f0)](_0x2ce8dc)}),'resolveRenderBackgroundColor':({style:_0x2470c2})=>this['_chartThemeService'][_0x51dbbd(0x3f0)](_0x62262c(_0x2470c2))};}[_0x5b2347(0x25a)](){const _0x57fc56=_0x5b2347;this[_0x57fc56(0x254)]['forEach'](_0x492279=>_0x492279['cancel']()),this['_renderDebounceMap'][_0x57fc56(0x43c)](),this[_0x57fc56(0x25f)][_0x57fc56(0x49c)](_0x62d56f=>_0x62d56f[_0x57fc56(0x172)]()),this[_0x57fc56(0x25f)]['clear']();}[_0x5b2347(0x497)](){const _0x3f5974=_0x5b2347;Array['from'](this[_0x3f5974(0xe6)][_0x3f5974(0x4a2)]())[_0x3f5974(0x49c)](_0x2898ae=>this[_0x3f5974(0x144)](_0x2898ae)),this[_0x3f5974(0x174)]['clear'](),this['_cancelDebouncedCallbacks'](),this['_lastRenderInputMap']['clear'](),this[_0x3f5974(0x1ea)]=null,this[_0x3f5974(0x394)]=null,super['dispose']();}};mi=si([Q(0x0,ui),Q(0x1,_0x20d1d5(_0x384a85)),Q(0x2,_0x20d1d5(_0x1fe0df)),Q(0x3,_0x53c9ae),Q(0x4,_0x49add4),Q(0x5,_0x20d1d5(_0x44fa26)),Q(0x6,_0x20d1d5(_0x257240)),Q(0x7,_0x20d1d5(_0x3b913e)),Q(0x8,_0x20d1d5(_0x5999f6)),Q(0x9,_0x20d1d5(_0x4f749e)),Q(0xa,_0x421ef4),Q(0xb,_0x20d1d5(ri)),Q(0xc,_0x41822b)],mi);function hi(_0x1d0618){const _0x26a92d=_0x5b2347;let _0x3d81fa=_0x1d0618['get'](_0x445dad)['getFocusDrawings']();if(_0x3d81fa[_0x26a92d(0x51e)]!==0x1)return null;let _0x5cdf84=_0x3d81fa[0x0];return _0x5cdf84[_0x26a92d(0x4fb)]===_0x45a6be[_0x26a92d(0x504)]?_0x5cdf84:null;}function gi(_0x5c0275,_0x314a86){const _0xdbd19d=_0x5b2347;let _0x4d461d=document['createElement']('a');_0x4d461d[_0xdbd19d(0x4c9)]=_0x5c0275,_0x4d461d[_0xdbd19d(0x4ca)]=_0x314a86,_0x4d461d[_0xdbd19d(0x3bf)]();}const _i={'id':_0x5b2347(0x3d7),'type':_0x539752[_0x5b2347(0x188)],'handler':(_0xdca32c,_0x4d081c)=>{const _0xcf9528=_0x5b2347;let _0x865478=hi(_0xdca32c);return _0x865478?_0xdca32c[_0xcf9528(0x566)](_0x3dc452)['executeCommand'](Gr['id'],{'unitId':_0x865478[_0xcf9528(0x483)],'subUnitId':_0x865478['subUnitId'],'drawingId':_0x865478['drawingId'],..._0x4d081c!=null&&_0x4d081c['route']?{'route':_0x4d081c[_0xcf9528(0x3c5)]}:{}}):!0x1;}},vi={'id':_0x5b2347(0x404),'type':_0x539752[_0x5b2347(0x188)],'handler':_0x20d328=>hi(_0x20d328)?_0x20d328[_0x5b2347(0x566)](_0x3dc452)[_0x5b2347(0x450)](_0x3b3d52['id']):!0x1},yi={'id':_0x5b2347(0x1ff),'type':_0x539752[_0x5b2347(0x188)],'handler':async _0x9b33d9=>{const _0x1867f7=_0x5b2347;let _0x4e60e8=hi(_0x9b33d9);if(!_0x4e60e8)return!0x1;let _0x348b41=await _0x9b33d9[_0x1867f7(0x566)](mi)[_0x1867f7(0x29b)](_0x4e60e8['drawingId']);return _0x348b41?(gi(_0x348b41,_0x4e60e8[_0x1867f7(0x324)]+_0x1867f7(0xca)),!0x0):!0x1;}},bi={'id':_0x5b2347(0x4ef),'type':_0x539752[_0x5b2347(0x188)],'handler':_0xac3099=>{const _0x4abd0e=_0x5b2347;let _0x5c93aa=hi(_0xac3099);return _0x5c93aa?_0xac3099[_0x4abd0e(0x566)](_0x3dc452)['executeCommand'](_0x43e114['id'],{'unitId':_0x5c93aa[_0x4abd0e(0x483)],'drawings':[{'unitId':_0x5c93aa['unitId'],'subUnitId':_0x5c93aa[_0x4abd0e(0x34d)],'drawingId':_0x5c93aa[_0x4abd0e(0x324)],'drawingType':_0x45a6be[_0x4abd0e(0x504)]}]}):!0x1;}},xi=_0x5b2347(0x4b7);function Si(_0x285c3b){const _0x486931=_0x5b2347;let _0x20e06a=_0x285c3b[_0x486931(0x566)](_0x445dad);return _0x20e06a['focus$'][_0x486931(0x2a8)](_0x1ab12d(_0x20e06a[_0x486931(0x561)]()),_0x31395c(()=>hi(_0x285c3b)==null));}function Ci(_0x298159){const _0x7f4bd1=_0x5b2347;return{'id':_i['id'],'commandId':_i['id'],'type':_0x14e373[_0x7f4bd1(0x12a)],'title':_0x7f4bd1(0x568),'icon':_0x7f4bd1(0x1c5),'hidden$':Si(_0x298159)};}function wi(_0x4faed3){const _0x8b5e26=_0x5b2347;return{'id':vi['id'],'commandId':vi['id'],'type':_0x14e373[_0x8b5e26(0x12a)],'title':'sheets-chart-ui.copy','icon':_0x8b5e26(0xbe),'hidden$':Si(_0x4faed3)};}function Ti(_0x2033d4){const _0x4bd469=_0x5b2347;return{'id':yi['id'],'commandId':yi['id'],'type':_0x14e373['BUTTON'],'title':_0x4bd469(0x226),'icon':_0x4bd469(0x16b),'hidden$':Si(_0x2033d4)};}function Ei(_0x180313){const _0x1b2fea=_0x5b2347;return{'id':bi['id'],'commandId':bi['id'],'type':_0x14e373[_0x1b2fea(0x12a)],'title':_0x1b2fea(0x53a),'icon':_0x1b2fea(0x291),'hidden$':Si(_0x180313)};}const Di={'type':_0x539752[_0x5b2347(0x188)],'id':_0x5b2347(0x37e),'handler':async(_0x7ed015,_0x28f1e7)=>{const _0x290df4=_0x5b2347;let _0x41453e=_0x3ca6d1(_0x7ed015[_0x290df4(0x566)](_0x49add4));if(!_0x41453e)return!0x1;let _0x33de69=_0x7ed015[_0x290df4(0x566)](_0x4cd5a6)[_0x290df4(0x535)]();if(!_0x33de69)return!0x1;let {range:_0x267bc1}=_0x33de69,_0x57fb8b=_0x7ed015['get'](_0x3dc452),{unitId:_0x159516,subUnitId:_0x4ebad3}=_0x41453e,{value:_0x3d530f}=_0x28f1e7;return _0x57fb8b[_0x290df4(0x450)](_0x2c124d['id'],{'unitId':_0x159516,'subUnitId':_0x4ebad3,'chartType':_0x3d530f,'source':{'rangeInfo':{'unitId':_0x159516,'subUnitId':_0x4ebad3,'range':_0x267bc1}}});}};function Oi(_0x18e4a8,_0x3f9f4d){const _0x61f1c0=_0x5b2347;return _0x18e4a8==null||Array[_0x61f1c0(0x295)](_0x18e4a8)?'':ki(_0x18e4a8[_0x61f1c0(0x117)],_0x3f9f4d);}function ki(_0x2bb5c3,_0xcd3c0b){const _0x3d19e9=_0x5b2347;var _0x1064cc;let {unitId:_0x8e3501,subUnitId:_0x419cca,range:_0x4006b6}=_0x2bb5c3,_0x7463f3=(_0x1064cc=_0xcd3c0b[_0x3d19e9(0x309)](_0x8e3501))==null?void 0x0:_0x1064cc[_0x3d19e9(0x436)](_0x419cca);return _0x7463f3?_0x2d35c6(_0x7463f3['getName'](),_0x4006b6):'';}const Ai=[{'label':_0x5b2347(0x3f4),'value':_0x1febe2[_0x5b2347(0x138)],'icon':_0x5b2347(0x4fa)},{'label':_0x5b2347(0x250),'value':_0x1febe2['Column'],'icon':_0x5b2347(0xd0)},{'label':_0x5b2347(0xcb),'value':_0x1febe2['Pie'],'icon':_0x5b2347(0x3c3)},{'label':'sheets-chart-ui.chartTypes.bar','value':_0x1febe2[_0x5b2347(0x120)],'icon':'BarChartIcon'},{'label':_0x5b2347(0x2e3),'value':_0x1febe2[_0x5b2347(0x35c)],'icon':_0x5b2347(0xc2)},{'label':'sheets-chart-ui.chartTypes.barPercentStacked','value':_0x1febe2[_0x5b2347(0x162)],'icon':_0x5b2347(0xc2)},{'label':_0x5b2347(0x13f),'value':_0x1febe2[_0x5b2347(0x418)],'icon':_0x5b2347(0x3c3)},{'label':_0x5b2347(0x517),'value':_0x1febe2[_0x5b2347(0x37f)],'icon':_0x5b2347(0xf8)},{'label':_0x5b2347(0x21a),'value':_0x1febe2[_0x5b2347(0x510)],'icon':_0x5b2347(0xf8)},{'label':_0x5b2347(0x2be),'value':_0x1febe2['AreaPercentStacked'],'icon':_0x5b2347(0xf8)},{'label':_0x5b2347(0x525),'value':_0x1febe2[_0x5b2347(0x1ae)],'icon':_0x5b2347(0x247)},{'label':_0x5b2347(0x2ca),'value':_0x1febe2[_0x5b2347(0x3a9)],'icon':_0x5b2347(0x1e8)},{'label':_0x5b2347(0x362),'value':_0x1febe2[_0x5b2347(0x304)],'icon':'ScatterChartIcon'},{'label':_0x5b2347(0x101),'value':_0x1febe2['WordCloud'],'icon':_0x5b2347(0x22c)},{'label':_0x5b2347(0x3d6),'value':_0x1febe2[_0x5b2347(0x333)],'icon':_0x5b2347(0x53c)},{'label':'sheets-chart-ui.chartTypes.bubble','value':_0x1febe2['Bubble'],'icon':_0x5b2347(0x253)},{'label':_0x5b2347(0x44d),'value':_0x1febe2[_0x5b2347(0x2bc)],'icon':_0x5b2347(0x454)},{'label':_0x5b2347(0x45f),'value':_0x1febe2[_0x5b2347(0x1bd)],'icon':'WaterfallChartIcon'},{'label':_0x5b2347(0x426),'value':_0x1febe2[_0x5b2347(0x1d8)],'icon':_0x5b2347(0x1e8)},{'label':_0x5b2347(0x4cc),'value':_0x1febe2['Sankey'],'icon':_0x5b2347(0x523)},{'label':_0x5b2347(0x303),'value':_0x1febe2['Heatmap'],'icon':_0x5b2347(0x1de)},{'label':_0x5b2347(0x3e6),'value':_0x1febe2[_0x5b2347(0x3c4)],'icon':_0x5b2347(0x2f3)},{'label':'sheets-chart-ui.chartTypes.candlestick','value':_0x1febe2['Candlestick'],'icon':'CandlestickChartIcon'},{'label':_0x5b2347(0x434),'value':_0x1febe2[_0x5b2347(0x221)],'icon':_0x5b2347(0x396)},{'label':_0x5b2347(0x1b7),'value':_0x1febe2[_0x5b2347(0x49b)],'icon':'TreemapChartIcon'}];function ji(){return Ai;}const Mi=(_0x15fb5a,_0x236299)=>{const _0x4aa677=_0x5b2347;if(_0x236299[_0x4aa677(0x51e)]===0x1&&_0x236299[0x0]===_0x4aa677(0x2da))return _0x15fb5a;if(_0x236299[_0x4aa677(0x51e)]>0x1){let _0x220d4f=new Set();for(let _0x695aba of _0x236299)_0x220d4f[_0x4aa677(0x259)](Number(_0x695aba));return _0x15fb5a[_0x4aa677(0x16c)](_0x5437f7=>_0x220d4f[_0x4aa677(0x453)](_0x5437f7[_0x4aa677(0x515)]));}return[];};function Ni(_0x274773){const _0x29f996=_0x5b2347;let _0x916df4=_0x274773['get'](_0x49add4),_0x7a4814=_0x41cbc9(_0x274773),_0x4cc8a2=Mi(ji()[_0x29f996(0x3c2)](),_0x7a4814);return{'id':Di['id'],'type':_0x14e373[_0x29f996(0x131)],'selections':_0x4cc8a2,'icon':_0x29f996(0x111),'tooltip':_0x29f996(0x390),'activated$':_0x27f03d(_0x916df4,!0x1,()=>new _0x3dbeda(_0x40e558=>{const _0xbd84f7=_0x29f996;_0x40e558[_0xbd84f7(0x264)](!0x1);})),'hidden$':_0x32a9b8(_0x274773,_0x4b392d[_0x29f996(0xfc)]),'disabled$':_0x559453(_0x274773)};}const Pi={[_0x46d501[_0x5b2347(0x4da)]]:{[Di['id']]:{'order':0x4,'menuItemFactory':Ni}},[_0x4be87e[_0x5b2347(0x2f8)]]:{[xi]:{'order':0x6,[_0x2c6419['OTHERS']]:{[_i['id']]:{'order':0x0,'menuItemFactory':Ci},[vi['id']]:{'order':0x1,'menuItemFactory':wi},[yi['id']]:{'order':0x2,'menuItemFactory':Ti},[bi['id']]:{'order':0x3,'menuItemFactory':Ei}}}}};function _0x5f22(){const _0x1149ec=['auto','indicatorLineType','sheets-chart-ui.alignY.','sheets-chart-ui.ticks.tickLength','_generatePasteMutations','sheets-chart-ui.ticks.tickPosition','missing-active-sheet','style','Auto','sheets-chart-ui.insertChart','registerRenderModel','interceptCommand','xAxisTitle','_lastActiveSheet','sheets-chart-ui.indicatorLineColor','HistogramChartIcon','sheets-chart-ui.styleEditPanel.showLabels','sheets-chart-ui.indicatorValue','univer-my-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','histogramStyle','Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','subtotal','univer-mb-2\x20univer-h-8','getDrawingOrder','period','_snapshotKey','yAxis','WordCloud','sheet.operation.hide-chart-panel','showFloatMenu','image','sheets-chart-ui.trendline.movingAvg','4163992FzAEmT','activeChartModel$','Combination','focusDrawing','_renderWhenConfigReady','_setChartRuntimeZIndex','seriesStyle','wordCloudMask','pieLabelStyle','repeat','invert','position','decorate','markNotReady','indicatorLabelTextColor','univer-flex\x20univer-items-center\x20univer-justify-between','darkMode$','univer-mb-2\x20univer-box-border\x20univer-flex\x20univer-justify-between\x20univer-gap-2','sheets-chart-ui.treemap.categoryName','sheets-chart-ui.bubble.label','setContextValue','sheets-chart-ui.color','featurePluginGroupUpdate$','yAxisOptions','click','scatterSymbolSize','isManaged','concat','PieChartIcon','Boxplot','route','sheets-chart-ui.waterfall.negativeStyle','polite','getCurrentTypeOfUnit$','underflowThreshold','chartAndAxisTitles','sheets-chart-ui.shape.rect','_sheetClipboardService','_registerChartImageRenderObjectFactory','linear','div','fill','trendlineValues','getRegisteredThemes','_drawingManagerService','univer-text-xs','pie','sheets-chart-ui.chartTypes.funnel','sheet.command.chart.open-focused-panel','1,235','sheets-chart-ui.withOpacity','heatmapMin','getBatchUpdateOp','piecewise','sheet.chart.edit.panel','getFloatDomInfo','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','Dotted','_sheetsChartService','ensureMount','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','registerFeatureMenu','MM-dd\x20A/P\x20hh:mm','sheets-chart-ui.chartTypes.boxplot','CategoryName','gridLine','univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','axes','7901388YIKJZb','movingAvg','_sheetInterceptorService','getBatchAddOp','rect','getRenderColor','Arrow','register','sheets-chart-ui.withColor','sheets-chart-ui.chartTypes.line','isElementEditModeActive','useAbsValue','1930年08月05日','_debounceHandle','lineVisible','innerWidth','univer-mt-2\x20univer-flex\x20univer-flex-col\x20univer-gap-3','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','_chartThemeService','nativeEvent','mountNode','error','EmptyRect','activeChartModel','_hostStyle','sheet.command.chart.copy-focused-chart','mode','!univer-min-w-0\x20univer-flex-1','chartObject','#-#','sheets-chart-ui.styleEditPanel.halfPie','radarFill','_registerAdapter','bounds','log','subscribe','sheets-chart-ui.candlestick.restoreDefault','sheets-chart-ui.dataPoint','univer-mt-2.5','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','sheets-chart-ui.shape.emptyDiamond','seriesList','paretoDataPointsOptions','univer-flex\x20univer-flex-col\x20univer-gap-4','tooltipAxisColor','Doughnut','sheets-chart-ui.series','data','tooltipAxisLabelBackground','_domFrame','transparent','candlestick','Numeric','_removeHost$','_pendingToken','otherChartType','sort','_disposeChartEventSubscription','sheets-chart-ui.dialog.numfmt.dateTypes','sheets-chart-ui.chartTypes.pareto','sheets-chart-ui.waterfall.stacked','sheets-chart-ui.treemap.moveUp','_focusedDrawings','sheets-chart-ui.gridlines.majorGridlines','bind','sheets-chart-ui.lineType.line','sheets-chart-ui.styleEditPanel.rosePie','_sheetDrawingHitTestService','isHit','Fail\x20to\x20create\x20float\x20dom','sheets-chart-ui.relation.useValueAsSymbolSize','_resetChartRuntimeZIndex','funnelGap','sheets-chart-ui.chartTypes.histogram','getDrawingData','getSheetBySheetId','_getWatermark','sheets-chart-ui.border','sheetTransform','sheets-chart-ui.styleEditPanel.labelPosition','h:mm:ss','clear','_bindChartEventHandler','sheets-chart-ui.candlestick.candleWidth','bottom','showFormula','isLatest','Size','sheets-chart-ui.align.','sheets-chart-ui.withThickness','overflowThreshold','getObject','removeHost$','useValueAsSymbolSize','prototype','update','_createHost','getRenderModel','sheets-chart-ui.chartTypes.relation','Width','sheets-chart-ui.gridlinesAndTicks','executeCommand','univer-mt-2','sheets-chart-ui.dialog.numfmt.currencyTypes','has','RelationshipIcon','aggregate','disposeWithMe','includes','sheets-chart-ui.dialog.numfmt.confirm','date','_getChartRenderObject','\x22fillOpacity\x22','viewBound','getObjectIncludeInGroup','1,235)','sheets-chart-ui.chartTypes.waterfall','sheets-chart-ui.titles.xAxisTitle','sheets-chart-ui.indicatorLabel','_rangeSelectMode','labelVisible','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','chartThemeColorType','wordCloudRenderConfig','_initActiveChartModelListener','indicatorLineColor','getMatrix','CHART','runtimeAxes','area','下午1:30','sheets-chart-ui.styleEditPanel.pieValScale','radarShape','min','sheets-chart-ui.host.provider','range','orient','arc','ScatterXIndex','dataPoint','applyChartConfigOperation','setStyle','removeChartModel','treemapStyle','axis','tab','sheets-chart-ui.trendline.r2','pluginName','onRendered','text','create','scaleY','unitId','sheets-chart-ui.waterfall.positiveLegendText','sheet.numfmt.currency','top','_disposeChartEventSubscriptions','Top','_chartEventHandlers','_getFloatDomInfo','sheets-chart-ui.category','Link','sheets-chart-ui.legendSelectModeType.','\x22#,##0.00','serialize','nodeShape','executeChartUpdateSourceConfig','_clearChartRuntimeCache','_renderModelManager','_closePopup','Polygon','label','dispose','paretoLineSeries','Triangle','sheets-chart-ui.candlestick.','Treemap','forEach','sheets-chart-ui.trendline.linear','\x22#,##0.00_);[Red]-\x22','sheets-chart-ui.waterfall.showSubtotal','split','_initCommands','keys','sheets-chart-ui.lineType.smooth','sheets-chart-ui.styleEditPanel.repeatWordCould','lineColor','sheets-chart-ui.ticks.majorTick','_drawingContextMenuService','Step','titles','univer-flex\x20univer-items-center','_openEditPanelByDoubleClick','_sheetPrintInterceptorService','univer-mb-2\x20univer-flex\x20univer-items-center','domId','titleKey','dimensions','resolve','_activateEditPanelState','sheets-chart-ui.relation.auto','sheets-chart-ui.gradientFill','lineTo','univer-mr-2\x20univer-text-2xl','SHEETS_CHART_CONTEXT_MENU','innerHeight','axisId','localPoint','offsetTop','dateAxisRotate','sheets-chart-ui.positionType.','assignStyle','Overlay','A/P\x20hh:mm','_applyActiveChartRuntimeZIndex','-1,234.56','treemap','univer-box-border\x20univer-h-8\x20univer-w-full\x20univer-rounded-md\x20univer-bg-white\x20univer-px-2\x20univer-pb-2.5\x20univer-text-sm\x20univer-transition-colors\x20univer-duration-200\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20focus:univer-outline-none\x20focus:univer-ring-2\x20focus:univer-ring-primary-50','_updateTransform','left','waterfallStyle','sheets-chart-ui.axes.rightAxis','href','download','univer-flex\x20univer-flex-col\x20univer-gap-3','sheets-chart-ui.chartTypes.sankey','getUnitId','invalidValueType','isNaN','registerCommand','rosePie','_activeDomReadyChartIds','_requestChartCanvasRender','sheets-chart-ui.chartBorderColor','data$','sheets-chart-ui.candlestick.auto','relationLayout','univer-flex-1','Center','MEDIA','ImageBitmap','borderStyle','sheets-chart-ui.candlestick.close','logicalOuterRect','legendStyle','Opacity\x20must\x20be\x20between\x200\x20and\x20100\x20percent.','icon','_panelRoute$','_subscribeChartEvents','render','univer-flex\x20univer-h-6\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','force','startY','sheets-chart-ui.treemap.leafLabel','\x22#,##0.00_);[Red](\x22','sheets-chart-ui.categoryDefaultName','config$','581979IiEiyB','getImage','_sheetCanvasPopManagerService','sheet.command.chart.delete-focused-chart','xAxisOptions','sheets-chart-ui.shape.square','sheets-chart-ui.waterfall.subtotalLegendText','_getImage','sheets-chart-ui.styleEditPanel.showAxisLine','complete','_applyHostStyle','candlestickMapping','Bottom','_sheetDrawingService','LineChartIcon','drawingType','sheets-chart-ui.seriesDefaultName','symbolType','seriesId','restore','sheets-chart-ui.trendline.showFormula','button','getRect','univer-w-full\x20!univer-min-w-0','DRAWING_CHART','wordCloudShape','category','useEmphasis','isRosePie','header','sheets-chart-ui.candlestick.low','sheets-chart-ui.stack','_rerenderLatest','sheets-chart-ui.trendline.period','classType','sheets-chart-ui.candlestick.high','AreaStacked','section','_renderChartModel','sheets-chart-ui.addSeries','seriesValues','value','requestPaint','sheets-chart-ui.chartTypes.area','getSheetBySheetName','univer-rounded-md\x20univer-p-2\x20hover:univer-bg-gray-200','scaleX','univer-mb-2\x20univer-w-full\x20!univer-min-w-0','getChartDataSource','lowIndex','length','yAxisTitle','maskImage','sheets-chart-ui.dashType.solid','baseOn','SankeyChartIcon','_univerInstanceService','sheets-chart-ui.chartTypes.radar','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.dialog.numfmt.dateDesc','_sidebarService','slice','univer-mt-5\x20univer-flex\x20univer-justify-end','gradientFill','asObservable','chartModelId','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','getRenderUnitById','formulaColor','contains','getSkeleton','_injector','direction$','getCurrentLastSelection','lineStyle','number','sheets-chart-ui.dialog.numfmt.formatTypes','xAxis','sheets-chart-ui.deleteChart','getTheme','FunnelIcon','chartId','pieBorderColor','#,##0_);(#,##0)','_configService','sheets-chart-ui.seriesBlock.format','_markNotReady','_rect','clip','opacity','2rpcHoW','hierarchyIndexes','_localeService','_sheetsChartUIService','sheets-chart-ui.dialog.numfmt.accountingDesc','sheets-chart-ui.setupChart','#,##0.00_);#,##0.00','sheets-chart-ui.line','EmptyCircle','bubbleCategoryList','top-center','getValue','sheets-chart-ui.dialog.numfmt.negativeNumberTypes','sheets-chart-ui.styleEditPanel.wordCloudShape','setImage','seriesIndexes','AreaPercentStacked','sheets-chart-ui.withShape','_savedWrapperStyle','_sheetPermissionCheckController','abs','chartRenderMode','_bindChartEventHandlers','registerViewState','bar','_shouldEnableChartElementEdit','sheets-chart-ui.shape.diamond','getFocusDrawings','onload','panelRoute$','sheets-chart-ui.allSeries','symbolSize','get','Close','sheets-chart-ui.openChartPanel','univer-sheet-chart-format-dialog-id','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center','rightYAxis','Percent','sheets-chart-ui.candlestick.wickOpacity','getTransformerByCreate','_getChartRenderObjectContext','tooltipAxisLabelColor','chartType','directEdit','join','sheets-chart-ui.withType','with','exportImg','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','allSeriesId','scale','hasOwnProperty','_chartEventSubscriptions','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','Arrangement','sheets-chart-ui.styleEditPanel.labelRotate','border','CopyDoubleIcon','content','Bubble','_chartHostProvider','BarChartIcon','sheets-chart-ui.styleEditPanel.showDataLabels','firstChartType','activeEditChart$','panel','sheets-chart-ui.histogram.','closePath','suffix','.png','sheets-chart-ui.chartTypes.pie','isInGroup','A/P\x20h:mm','categoryIndex','Right','ColumnChartIcon','univer-sheet-chart-format-dialog','setHostStyle','sheets-chart-ui.config','blockExecuteWithoutPermission','Solid','1930/08/05','Force','sheets-chart-ui.candlestick.wickColor','string','08-05\x20下午\x2001:30','funnelUseAbsValue','getOwnPropertyDescriptor','redo','_themeService','_getDrawable','16SdxcTQ','_canvasFloatDomService','sheets-chart-ui.shape.circle','waterfall','_componentManager','sheets-chart-ui.trendline.name','_chartInstanceMap','titlePosition','map','beginPath','translate','setConfig','displayName','univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','name','format','_entries','sheets-chart-ui.titles.yAxisTitle','_activeEditChart$','sheets-chart-ui.chartTypes.candlestick','sheets-chart-ui.waterfall.positiveStyle','SeriesName','univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','sheets-chart-ui.invalidType.zero','AreaChartIcon','ColumnStacked','Candlestick','hidden','UNIVER_SHEET','sheets-chart-ui.waterfall.positive','r2Color','sheets-chart-ui.chartType','call','sheets-chart-ui.chartTypes.wordCloud','Stacked','Dom','heatmap','sheets-chart-ui.relation.gravity','hidePanel','Diamond','indicator','_getPlacement','univer-grid\x20univer-grid-cols-2\x20univer-gap-2','evented','_menuManagerService','Empty','dataSource','_sheetCanvasFloatDomManagerService','openIndex','ChartIcon','chartType$','Image','scroll','Column','onDispose','rangeInfo','syncHostLayout','copyType','backgroundColor','_markHostReady','offsetLeft','canvas','univer-my-2','getParent','Bar','checkMounted','_registerComponents','waterfallStack','sheets-chart-ui.dashType.dash','sheets-chart-ui.relation.repulsion','funnel','set','setPanelRoute','25751yKKkjA','BUTTON','hit','reverse','_drawChartImage','valueScale','transform','sheets-chart-ui.treemap.parentLabelLayout','SELECTOR','showR2','find','getCurrentUnitOfType','syncLayout','sheet.numfmt.date','some','Line','enableChartElementFloatMenu','assign','sidebarOptions$','true','Circle','_pendingHost','sheets-chart-ui.chartTypes.donut','univer-ml-3','sheets-chart-ui.stackType.percent','univer-flex\x20univer-items-center\x20univer-text-base','_isChartElementEditEnabled','_disposeChartRenderInstance','sheets-chart-ui.histogram.binCount','mark','getFormatInfo','createChartInstance','titleFontSize','sheets-chart-ui.waterfall.subtotalStyle','indicatorLabelColor','univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','yyyy-MM-dd','getSubUnitId','sheets-chart-ui.dialog.numfmt.currency','_resolveChartRenderMode','sheets-chart-ui.relation.force','open','sheets-chart-ui.dialog.numfmt.decimalPlaces','trendline','permissionCheckWithoutRange','sheets-chart-ui.trendline.exp','sheets-chart-ui.dialog.numfmt.general','dataAggregation$','_setHostStyle','ensureHandle','titleAlign','_getSceneAndTransformerByDrawingSearch','rotateLabel','scatterLabelIndex','showLabelLine','sheets-chart-ui.treemap.removeHierarchy','_chartHostProviderService','BarPercentStacked','_waiter','sheets-chart-ui.titles.mainTitle','candleWidth','getViewState','sheets-chart-ui.trendline.log','sheets-chart-ui.shape.emptyRect','rangeInfo$','univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','DownloadImageIcon','filter','_viewState','close','sheet.operation.open-chart-panel','1.0.0-alpha.8','takeSnapshot','cancel','positive','_chartElementEditMode','sheets-chart-ui.gridlines.text','setObjectType','getDrawingByParam','sheets-chart-ui.dashType.dot','sheets-chart-ui.relation.rotateLabel','bubbleSeriesIndex','activeEditChart','then','sheets-chart-ui.waterfall.arrangement','_restoreHostWrapper','_draw','univer-mb-2\x20univer-text-sm\x20univer-font-medium','UPDATE','_markReady','highIndex','handleActiveSubUnitChange','querySelector','radar','commitSnapshot','COMMAND','Percentage','markReady','small','下午01:30','_cancelHostWait','_disposeImage','floor','EmptyTriangle','_config','sheets-chart-ui.value','nextVersion','10810FEaLUO','_resolveLayout','doughnutHole','position$','dataPoints','_popupDisposable','removeViewState','zIndex','key','Secondary','sheets-chart-ui.axes.horizontalAxis','Square','Smooth','BubbleSeriesIndex','headers','!univer-size-6','_managed','sheets-chart-ui.bubble.size','Outside','EmptyArrow','3585663ThHIbm','naturalHeight','scope','renderChartsForPrinting','sheets-chart-ui.axes.axisOptions','sheets-chart-ui.dialog.setFormat','Radar','entries','sheets-chart-ui.treemap.','tick','paretoStyle','BubbleSizeIndex','sheets-chart-ui.editChart','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','dataResourceList','sheets-chart-ui.chartTypes.treemap','sheets-chart-ui.candlestick.state','univer-box-border\x20univer-h-8','axisTitle','executeChartUpdateConfig','theme','Waterfall','areaLineStyle','treemapHierarchyIndexes','wordCloud','current','getConfig','univer-w-full','_getOrCreateSheetChartHost','PenIcon','sheets-chart-ui.relation.forceOptions','getRuntimeContext','_chartModelService','sheet.numfmt.accounting','removeHost','isFinite','height','_resizeChart','startsWith','pieStyle','scatterXIndex','sheets-chart-ui.dataNodeShape','indexOf','initialRect','sheets-chart-ui.withSize','_initCopyPaste','univer-mt-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','sheet.numfmt.thousandthPercentile','Pareto','crossOrigin','637555CKRzJW','_initPermission','applyPoint','inactive-sheet','HeatmapChartIcon','relation','univer-rounded-lg\x20univer-p-2','sheets-chart-ui.relation.emphasis','univer-text-2xl','binning','values','sheets-chart-ui.titles.rightYAxisTitle','items','repulsion','ComboChartIcon','target','_activeChartId','univer-flex\x20univer-min-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-md\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20dark:!univer-border-gray-600','drawImage','_url','getChartPopupMenus','borderColor','order','object','_initMenus','lineOrArea','onTransformChange$','_createPrintingChartObject','getChartModel','dblclick','_image','from','scatterYIndex','function','_sidebarDisposable','setActiveChartModel','_openPanel','sheet.command.chart.export-focused-image','sheets-chart-ui.indicatorLineType','delete','symbol','#,##0.00_);[Red]#,##0.00','makeDirty','startColumn','tooltip','kind','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','combination','rightYAxisOptions','seriesStyleMap','markUnmanaged','getContextValue','setActiveEditChart','_clearSelectedTarget','sheets-chart-ui.position','_urlImage','_initPrinting','rightYAxisTitle','forceOption','bubbleSizeIndex','dataRange','sheets-chart-ui.shape.emptyCircle','_drawChartFrame','clearChart','sheets-chart-ui.chartTypes.areaStacked','pow','labelContentType','\x22*\x20#,##0','_activateHostWrapper','src','default','Histogram','invalidateSnapshot','sheets-chart-ui.trendline.showR2','activeSheet$','sheets-chart-ui.min','sheets-chart-ui.exportImage','createElement','initPanel','sheet.numfmt.general','_adapterRegistry','1000','CloudIcon','sheets-chart-ui.treemap.labelFormat','sheets-chart-ui.dialog.numfmt.generalDesc','checkHost','PercentStack','rightVerticalAxis','chartStyle','dashType','univer-text-xs\x20univer-text-red-500','context','univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','seriesIndex','sheets-chart-ui.settingsLabels.useAsCategoryLabels','#,##0.00_);[Red]-#,##0.00','_clearHiddenSelectedTarget','width','EmptySquare','_openFloatMenu','subtitle','_popupChartId','_disposed','checkChartCanRender','_createChartRenderInstanceContext','Dashed','useDateAxis','updateFloatDom','sheets-chart-ui.fill','RadarChartIcon','clientHeight','_generateCutPasteMutations','(1,235)\x20','hollow','asCategory','padAngleStyle','_listenChartUpdateMutations','test','sheets-chart-ui.chartTypes.column','_getCurrentSnapshotImage','_contextService','BubbleIcon','_renderDebounceMap','verticalAxis','sheets-chart-ui.styleEditPanel.showLabelLine','univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','sheets-chart-ui.axes.verticalAxis','add','_cancelDebouncedCallbacks','histogram','getHostSize','dataPointsOptions','univer-size-4','_debounceHandleMap','resourceCollector','_createImageChartHost','sheets-chart-ui.candlestick.wickWidth','max','next','sheets-chart-ui.percentage','sheets-chart-ui.histogram.binGap','13:30','treemapValueIndex','chartArea','Multiple','Heatmap','univer-grid\x20univer-w-[290px]\x20univer-grid-cols-4\x20univer-gap-2\x20univer-p-2','toPrimitive','setElementEditMode','datetime','size','subscribeEvent','sheets-chart-ui.relation.edgeLength','getDataSource','constructor','hasPaddingAngle','categoryList','sheets-chart-ui.cloud.title','imageBitmap','_initActiveRuntimeLayerListener','url','negative','series','1,234.56','sheets-chart-ui.histogram.overflow','getSheetId','Candle\x20width\x20must\x20be\x20Auto\x20or\x20between\x201\x20and\x20100\x20pixels.','sheets-chart-ui.histogram.binWidth','beforeCommandExecuted','567741hqmhoo','type','style$','color','sheets-chart-ui.legendSelectMode','univer-flex','getChartSnapshotImage','push','sheets-chart-ui.waterfall.negativeLegendText','sheets-chart-ui.waterfall.stackType','_getHostPlacement','waterfallSeriesType','_selectedElement$','Value','DeleteIcon','children','getBatchRemoveOp','right','isArray','drawingIds','sheets-chart-ui.axisPositionType.','digitalFixed','sheets-chart-ui.candlestick.fillOpacity','_sheetSkeletonService','exportImage','waterfallSeries','sheets-chart-ui.histogram.binningMode','params','getRangeInfo','pointerEvents','onStarting','_copyInfo','span','sheets-chart-ui.none','allSettled','valueSuffix','count','pipe','sheets-chart-ui.trendline.order','sheets-chart-ui.treemap.value','CUT','sheets-chart-ui.bubble.yAxis','_version','Pie','_(\x22','clearImage','relationNodeShape','wordCloudRepeat','axisTitleAlign','OPERATION','getElementById','version','chartModelAdded$','getFocusedUnit','sheets-chart-ui.shape.triangle','groupId','univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','Relation','sheets-chart-ui.shape.roundRect','sheets-chart-ui.chartTypes.areaPercentStacked','Row','getBoundingClientRect','sheets-chart-ui.point','sheet','univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','sheets-chart-ui.candlestick.open','_chartRenderService','8xIxBgm','remove$','sheets-chart-ui.theIndexItem','shape','sheets-chart-ui.chartTypes.combination','INSERT','save','sheets-chart-ui.permission.editErr','_chartRenderMode','patch','Count','scene','promise','registerRenderObjectFactory','getActiveSheet','Left','_getChartRenderSkipReason','DEFAULT_PASTE','attachPopupToDynamicAbsolutePosition','univer-mb-2','all','REMOVE','13:30:30','sheets-chart-ui.candlestick.bodyColor','sheets-chart-ui.dialog.numfmt.currencyDesc','parentElement','transformChange$','sheets-chart-ui.invalidType.gaps','EmptyDiamond','sheets-chart-ui.chartTypes.barStacked','sheets-chart-ui.candlestick.mappingError','candlestickStyle','addObject','chartModelRemoved$','Break','Rect','(1,235)','markHostNotReady','_disposeChartDomInstance','binGap','visible','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','resize','title','univer-relative\x20univer-box-border\x20univer-gap-4\x20univer-rounded-xl\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-700\x20dark:!univer-shadow-none','BoxplotIcon','_renderManagerService','sheets-chart-ui.hideChartPanel','sheets-chart-ui.default','_pendingMutationConfigRenders','CONTEXT_MENU','getDirection','getCanvasElement','round','maxDecimals','univer-w-[136px]','sheets-chart-ui.customChart','_initDrawingDeactivationListener','categoryType','sheetDisposed$','Inside','sheets-chart-ui.chartTypes.heatmap','Scatter','sheets-chart-ui.dialog.numfmt.cancel','_commandService','_generateCopyPasteMutations','missing-float-dom','getUnit','config','edgeLength','clearPanelRoute','every','ColumnPercentStacked','red','yyyy\x22年\x22MM\x22月\x22dd\x22日\x22','sheets-chart-ui.indicatorLine','allSeriesStyle','sheets-chart-ui.axes.rightVerticalAxis','_chartHostMap','sheets-chart-ui.styleEditPanel.useDateAxis','_lastRenderInputMap','poly','_init','lineWidth','sheets-chart-ui.histogram.value','sheets-chart-ui.dialog.numfmt.thousandthPercentile','Hide','_frameStyle','legend','sheets-chart-ui.styleEditPanel.reverseAxisOrder','rotate','_resolvedConfig','ancestorTransform','setBorder','drawingId','clearRuntimeCache','parent','fillOpacity','sheets-chart-ui.max','moveTo','Circular','featurePluginUngroupUpdate$','_renderAfterChartUpdateMutation','sheets-chart-ui.shape.emptyArrow','_shouldSuppressSnapshot','paretoBarSeries','visualMapType','deepClone','__default__','Funnel','univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','rangeSelectMode','isRender','context$','_iconManager','pareto','_snapshotStore','Sankey','_getOrCreateChartRenderInstance','ensureHost','setRenderModel','sheets-chart-ui.styleEditPanel.labelText','\x22#,##0.00)','clientX','sheets-chart-ui.legendVisualMapType.','Canvas','histogramData','seriesResourceIndexes','_requestPaint','featurePluginOrderUpdate$','None','startX','seriesResourceList','specialChartWidthMap','isHalfPie','subUnitId','sheets-chart-ui.shape.polygon','circular','_isProviderDisposed','isInteger','_chartSnapshotStoreService','defineProperty','univer-mb-2\x20univer-h-5\x20univer-text-sm\x20univer-font-medium\x20univer-leading-5','univer-mt-2-base','sheets-chart-ui.titles.titleFormat','useSubtotal','img','ScatterYIndex','part','sheets-chart-ui.relation.title','BarStacked','reduce','sheets-chart-ui.withFormat','ScatterLabelIndex','sheets-chart-ui.styleEditPanel.gap','sheets-chart-ui.chartAndAxisTitles','sheets-chart-ui.chartTypes.scatter','wrap','textStyle','sheets-chart-ui.addDataPoint','point','parentLabelLayout','sheets-chart-ui.trendline.addTrendLine','selectMode','_setActiveChart','univer-text\x20univer-mb-2\x20univer-text-sm','contentType','stackType','Stack','sheets-chart-ui.themes','fontSize','sheets-chart-ui.stackType.stack','strokeWidth','openChartPanelById','sheets-chart-ui.styleEditPanel.pieDigitalFixed','horizontalAxis','_clearSheetChartRuntimeCaches','_deactivateEditPanelState','sheets-chart-ui.shape.emptyPin','sheets-chart-ui.chartStyle','setSelectedElement','item','line','_initSheetChange','sheet.command.menu-insert-chart','Area','getInterceptPoints','univer-absolute\x20univer-right-2\x20univer-top-2','sheets-chart-ui.dataRange','interceptor','_getChartSnapshotKey','objects','getRealBound'];_0x5f22=function(){return _0x1149ec;};return _0x5f22();}function Fi(_0x3853ec){const _0x5b7601=_0x5b2347;return _0x3853ec===_0x5b7601(0x539)?{'tab':_0x5b7601(0x38e),'section':_0x5b7601(0x375),'axisId':_0x3853ec}:_0x3853ec==='rightYAxis'?{'tab':'style','section':'rightVerticalAxis','axisId':_0x3853ec}:{'tab':'style','section':_0x5b7601(0x255),'axisId':_0x3853ec};}function Ii(_0x216d84){const _0x39f32e=_0x5b2347;switch(_0x216d84[_0x39f32e(0x1aa)]){case _0x39f32e(0x269):return{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x232)};case _0x39f32e(0x2f1):return{'tab':'style','section':_0x39f32e(0x3ca),'titleKey':_0x216d84[_0x39f32e(0x4af)]};case _0x39f32e(0x1ba):return{'tab':_0x39f32e(0x38e),'section':'chartAndAxisTitles','axisId':_0x216d84[_0x39f32e(0x4b9)],'titleKey':_0x216d84[_0x39f32e(0x4af)]};case _0x39f32e(0x47b):case _0x39f32e(0x3e8):case'tick':return Fi(_0x216d84[_0x39f32e(0x4b9)]);case _0x39f32e(0x31e):return{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x31e)};case'mark':{let _0x1322e0=_0x216d84['directEdit'];return(_0x1322e0==null?void 0x0:_0x1322e0[_0x39f32e(0x207)])==='seriesStyle'?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x27c),'seriesId':_0x1322e0['seriesId']}:(_0x1322e0==null?void 0x0:_0x1322e0['kind'])===_0x39f32e(0x1cf)?{'tab':'style','section':'pieStyle'}:(_0x1322e0==null?void 0x0:_0x1322e0[_0x39f32e(0x207)])===_0x39f32e(0x1b2)?{'tab':_0x39f32e(0x38e),'section':_0x1322e0[_0x39f32e(0x35a)]==='bar'?_0x39f32e(0x32f):_0x39f32e(0x498)}:(_0x1322e0==null?void 0x0:_0x1322e0[_0x39f32e(0x207)])===_0x39f32e(0x4c7)?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x29c),'seriesId':_0x1322e0[_0x39f32e(0x4fe)]}:_0x216d84[_0x39f32e(0xc6)]===_0x39f32e(0x1cf)?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x1cf)}:_0x216d84['panel']==='paretoBarSeries'?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x32f)}:_0x216d84[_0x39f32e(0xc6)]===_0x39f32e(0x498)?{'tab':_0x39f32e(0x38e),'section':'paretoLineSeries'}:_0x216d84['panel']===_0x39f32e(0x29c)?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x29c),'seriesId':_0x216d84[_0x39f32e(0x4fe)]}:_0x216d84[_0x39f32e(0xc6)]===_0x39f32e(0x1df)?{'tab':_0x39f32e(0x38e),'section':'relation'}:_0x216d84[_0x39f32e(0xc6)]==='wordCloud'?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x1c0)}:_0x216d84[_0x39f32e(0xc6)]===_0x39f32e(0x41a)?{'tab':_0x39f32e(0x41a)}:_0x216d84['seriesId']?{'tab':'style','section':_0x39f32e(0x27c),'seriesId':_0x216d84[_0x39f32e(0x4fe)]}:void 0x0;}case _0x39f32e(0x27c):return{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x27c),'seriesId':_0x216d84[_0x39f32e(0x4fe)]};case _0x39f32e(0x476):case'dataLabel':return _0x216d84[_0x39f32e(0x4fe)]?{'tab':_0x39f32e(0x38e),'section':_0x39f32e(0x27c),'seriesId':_0x216d84['seriesId']}:void 0x0;}}function Li(_0x5cdab1){const _0x58abc4=_0x5b2347;return _0x5cdab1===_0x1febe2[_0x58abc4(0x3a9)]||_0x5cdab1===_0x1febe2['Radar']||_0x5cdab1===_0x1febe2['Boxplot']||_0x3d7b4c[_0x58abc4(0x522)](_0x5cdab1,_0x1febe2[_0x58abc4(0x138)])||_0x3d7b4c[_0x58abc4(0x522)](_0x5cdab1,_0x1febe2[_0x58abc4(0x115)])||_0x3d7b4c[_0x58abc4(0x522)](_0x5cdab1,_0x1febe2[_0x58abc4(0x37f)])||_0x3d7b4c[_0x58abc4(0x522)](_0x5cdab1,_0x1febe2[_0x58abc4(0x304)]);}function Ri(_0x11e37b){const _0x2e38de=_0x5b2347;return Li(_0x11e37b)||_0x3d7b4c[_0x2e38de(0x522)](_0x11e37b,_0x1febe2[_0x2e38de(0x2ae)])||_0x3d7b4c[_0x2e38de(0x522)](_0x11e37b,_0x1febe2[_0x2e38de(0x1d8)])||_0x3d7b4c[_0x2e38de(0x522)](_0x11e37b,_0x1febe2['Waterfall']);}function zi(_0x4080f6){const _0x1fc626=_0x5b2347;switch(_0x4080f6){case _0x347fa6[_0x1fc626(0x173)]:return _0x1fc626(0x173);case _0x347fa6[_0x1fc626(0x27b)]:return'negative';case _0x347fa6['subtotal']:return _0x1fc626(0x39c);default:return;}}function Bi(_0x10536d,_0x2fb0f3){const _0x2f3601=_0x5b2347;var _0x420f8d;if(typeof _0x2fb0f3[_0x2f3601(0x237)]!='number')return;let _0x141107=(_0x420f8d=_0x10536d['context'])==null||(_0x420f8d=_0x420f8d[_0x2f3601(0x555)])==null?void 0x0:_0x420f8d[_0x2fb0f3['seriesIndex']],_0x1c1b14=_0x141107===void 0x0?_0x2fb0f3[_0x2f3601(0x4fe)]:String(_0x141107);if(typeof _0x1c1b14=='string')return{'seriesId':_0x1c1b14,'seriesIndex':_0x2fb0f3[_0x2f3601(0x237)]};}function Vi(_0x64700b,_0xed009a){const _0x5d8e1a=_0x5b2347;let _0x2dd925=_0x64700b[_0x5d8e1a(0x571)],_0x2ba68d={'scope':_0x5d8e1a(0x146)};if(_0xed009a[_0x5d8e1a(0x4fe)]!==void 0x0&&(_0x2ba68d[_0x5d8e1a(0x4fe)]=_0xed009a[_0x5d8e1a(0x4fe)]),_0xed009a['seriesIndex']!==void 0x0&&(_0x2ba68d[_0x5d8e1a(0x237)]=_0xed009a[_0x5d8e1a(0x237)]),_0xed009a['dataIndex']!==void 0x0&&(_0x2ba68d['dataIndex']=_0xed009a['dataIndex']),_0x3d7b4c[_0x5d8e1a(0x522)](_0x2dd925,_0x1febe2[_0x5d8e1a(0x2ae)]))return{..._0x2ba68d,'directEdit':{'kind':_0x5d8e1a(0x1cf)},'panel':_0x5d8e1a(0x1cf)};if(_0x3d7b4c[_0x5d8e1a(0x522)](_0x2dd925,_0x1febe2[_0x5d8e1a(0x1d8)]))return _0xed009a[_0x5d8e1a(0x237)]===0x0?{..._0x2ba68d,'directEdit':{'kind':'paretoStyle','part':_0x5d8e1a(0x55e)},'panel':'paretoBarSeries'}:_0xed009a['seriesIndex']===0x1?{..._0x2ba68d,'directEdit':{'kind':_0x5d8e1a(0x1b2),'part':_0x5d8e1a(0x37c)},'panel':_0x5d8e1a(0x498)}:{..._0x2ba68d,'panel':_0x5d8e1a(0x32f)};if(_0x3d7b4c[_0x5d8e1a(0x522)](_0x2dd925,_0x1febe2['Waterfall'])){var _0x37f1cb;let _0x1764a3=zi(_0xed009a[_0x5d8e1a(0x28e)]),_0x362ff8=(_0x37f1cb=_0xed009a['baseSeriesIndex'])==null?_0xed009a[_0x5d8e1a(0x4fe)]:_0x37f1cb;return _0x1764a3&&_0x362ff8?{..._0x2ba68d,'seriesId':_0x362ff8,'directEdit':{'kind':_0x5d8e1a(0x4c7),'seriesId':_0x362ff8,'seriesIndex':_0xed009a[_0x5d8e1a(0x237)],'part':_0x1764a3},'panel':_0x5d8e1a(0x29c)}:{..._0x2ba68d,'seriesId':_0x362ff8,'panel':_0x5d8e1a(0x29c)};}if(Li(_0x2dd925)){let _0x4fe718=Bi(_0x64700b,_0xed009a);return _0x4fe718?{..._0x2ba68d,'seriesId':_0x4fe718[_0x5d8e1a(0x4fe)],'seriesIndex':_0x4fe718['seriesIndex'],'directEdit':{'kind':_0x5d8e1a(0x3ad),'seriesId':_0x4fe718['seriesId'],'seriesIndex':_0x4fe718[_0x5d8e1a(0x237)]}}:void 0x0;}return _0x3d7b4c[_0x5d8e1a(0x522)](_0x2dd925,_0x1febe2[_0x5d8e1a(0x2bc)])?{..._0x2ba68d,'panel':_0x5d8e1a(0x1df)}:_0x3d7b4c[_0x5d8e1a(0x522)](_0x2dd925,_0x1febe2[_0x5d8e1a(0x3a2)])?{..._0x2ba68d,'panel':_0x5d8e1a(0x1c0)}:{..._0x2ba68d,'panel':_0x5d8e1a(0x41a)};}function Hi(_0x350c15,_0x1671ae){const _0x1378d2=_0x5b2347;let _0x2a3d0a=_0x1671ae[_0x1378d2(0x207)]===_0x1378d2(0x146)?Vi(_0x350c15,_0x1671ae):_0x17c515(_0x1671ae),_0x3f2895=_0x2a3d0a?Ii(_0x2a3d0a):void 0x0;if(!(!_0x2a3d0a||!_0x3f2895))return{'target':_0x2a3d0a,'route':_0x3f2895,'showFloatMenu':Ri(_0x350c15[_0x1378d2(0x571)])&&(_0x2a3d0a[_0x1378d2(0x1aa)]!==_0x1378d2(0x146)||!!_0x2a3d0a[_0x1378d2(0x572)])};}function Ui(_0x795682){const _0x341d26=_0x5b2347;let _0x121574=(_0x36ecde,_0x4dae8b,_0x435073)=>{const _0x56ec3f=_0x4a4b;let _0x5f2426=structuredClone(_0x36ecde['context']);_0x435073===void 0x0?delete _0x5f2426[_0x4dae8b]:_0x5f2426[_0x4dae8b]=structuredClone(_0x435073),_0x795682[_0x56ec3f(0x1bb)]({'chartModelId':_0x36ecde['id'],'context':_0x5f2426,[_0x51f233]:!0x0});};_0x795682[_0x341d26(0x55d)](_0x341d26(0x1a2),_0x5507f7=>_0x5507f7['context$'][_0x341d26(0x2a8)](_0x31395c(_0x5b766f=>_0x5b766f['headers']))),_0x795682['registerViewState'](_0x341d26(0x1b6),_0x5a2fc7=>{const _0x41315f=_0x341d26;let _0x4515b5=_0x795682[_0x41315f(0x273)](_0x5a2fc7['id']);return _0x4515b5?_0x5a2fc7[_0x41315f(0x337)][_0x41315f(0x2a8)](_0x4d6576(_0x4515b5[_0x41315f(0x4d5)]),_0x31395c(([_0xa5825,_0x470b30])=>Wi(_0x470b30,_0xa5825['headers'],_0x2eb5fe=>_0x795682['t'](_0x41315f(0x4ea),''+(_0x2eb5fe+0x1))))):_0x5a2fc7[_0x41315f(0x337)][_0x41315f(0x2a8)](_0x31395c(()=>[]));}),_0x795682[_0x341d26(0x55d)](_0x341d26(0x571),_0x551bfc=>({'set'(_0xa709c4){const _0x15d67c=_0x341d26;let _0x3651d8={};_0xa709c4===_0x1febe2[_0x15d67c(0x2ae)]&&(_0x3651d8[_0x15d67c(0x3d5)]={'doughnutHole':null}),_0x795682['executeChartUpdateConfig']({'chartModelId':_0x551bfc['id'],'chartType':_0xa709c4,'style':_0x3651d8});},'get'(){const _0x6d70d2=_0x341d26;return _0x551bfc[_0x6d70d2(0x112)];}})),_0x795682['registerViewState'](_0x341d26(0x216),_0x17f521=>({'set'(_0x3ee5f0){const _0x1f2135=_0x341d26;_0x3ee5f0&&_0x795682[_0x1f2135(0x491)]({'chartModelId':_0x17f521['id'],'range':_0x3ee5f0});},'get'(){const _0x45223f=_0x341d26;let _0x293107=_0x795682[_0x45223f(0x273)](_0x17f521['id']);if(_0x293107)return _0x293107[_0x45223f(0x169)];}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0xce),_0x31878c=>({'set'(_0x457cc9){const _0xf14353=_0x341d26;typeof _0x457cc9==_0xf14353(0x537)&&_0x121574(_0x31878c,_0xf14353(0xce),_0x457cc9);},'get'(){const _0x45332f=_0x341d26;return _0x31878c[_0x45332f(0x337)][_0x45332f(0x2a8)](_0x31395c(_0x16234d=>_0x16234d[_0x45332f(0xce)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x300),_0x3d398b=>_0x3d398b[_0x341d26(0x337)][_0x341d26(0x2a8)](_0x31395c(_0x1c7ce8=>_0x1c7ce8[_0x341d26(0x300)]),_0x55d907())),_0x795682[_0x341d26(0x55d)](_0x341d26(0x4f7),_0x422ec4=>({'set'(_0x2fa320){const _0x1aeaea=_0x341d26;_0x121574(_0x422ec4,_0x1aeaea(0x41e),_0x2fa320);},'get'(){const _0x2b6465=_0x341d26;return _0x422ec4[_0x2b6465(0x337)]['pipe'](_0x31395c(_0x399b4b=>_0x399b4b[_0x2b6465(0x41e)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x2e5),_0x456f6b=>({'set'(_0x2738ab){const _0x1f6067=_0x341d26;_0x795682[_0x1f6067(0x1bb)]({'chartModelId':_0x456f6b['id'],'style':{'candlestick':_0x2738ab}});},'get'(){const _0x3c856d=_0x341d26;return _0x456f6b[_0x3c856d(0x285)][_0x3c856d(0x2a8)](_0x31395c(_0x4cedb1=>_0x4cedb1[_0x3c856d(0x41e)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x344),_0x2421fa=>({'set'(_0x369f04){const _0x1b0924=_0x341d26;let _0x44fb42=structuredClone(_0x2421fa[_0x1b0924(0x235)]);_0x369f04===void 0x0?delete _0x44fb42[_0x1b0924(0x25b)]:_0x44fb42['histogram']=structuredClone(_0x369f04),_0x795682['executeChartUpdateConfig']({'chartModelId':_0x2421fa['id'],'context':_0x44fb42,[_0x51f233]:!0x0});},'get'(){const _0x2ba7be=_0x341d26;return _0x2421fa['context$'][_0x2ba7be(0x2a8)](_0x31395c(_0x4d2571=>_0x4d2571['histogram']),_0x55d907());}})),_0x795682['registerViewState'](_0x341d26(0x39a),_0x1fd9fd=>({'set'(_0x191d47){const _0x195c7a=_0x341d26;let _0x235cbd=structuredClone(_0x1fd9fd['style']);_0x191d47===void 0x0?delete _0x235cbd[_0x195c7a(0x25b)]:_0x235cbd[_0x195c7a(0x25b)]=structuredClone(_0x191d47),_0x795682[_0x195c7a(0x1bb)]({'chartModelId':_0x1fd9fd['id'],'style':_0x235cbd,[_0x51f233]:!0x0});},'get'(){const _0x24b823=_0x341d26;return _0x1fd9fd['style$'][_0x24b823(0x2a8)](_0x31395c(_0x3ef52a=>_0x3ef52a[_0x24b823(0x25b)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x1bf),_0x2230ee=>({'set'(_0x539fc6){const _0x3c62ab=_0x341d26;_0x121574(_0x2230ee,_0x3c62ab(0x547),[..._0x539fc6]);},'get'(){const _0x34f55c=_0x341d26;return _0x2230ee[_0x34f55c(0x337)][_0x34f55c(0x2a8)](_0x31395c(_0x1fa560=>{const _0x108d2c=_0x34f55c;var _0x583a79;return(_0x583a79=_0x1fa560[_0x108d2c(0x547)])==null?[]:_0x583a79;}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x268),_0x15f711=>({'set'(_0x43d49b){_0x43d49b!==void 0x0&&_0x121574(_0x15f711,'seriesIndexes',[_0x43d49b]);},'get'(){const _0x27e6aa=_0x341d26;return _0x15f711['context$'][_0x27e6aa(0x2a8)](_0x31395c(_0x5ea84f=>{var _0x216232;return(_0x216232=_0x5ea84f['seriesIndexes'])==null?void 0x0:_0x216232[0x0];}),_0x55d907());}})),_0x795682['registerViewState']('treemapStyle',_0x1344d6=>({'set'(_0x2d9578){const _0x18a9bb=_0x341d26;let _0x531100=structuredClone(_0x1344d6['style']);_0x2d9578===void 0x0?delete _0x531100['treemap']:_0x531100[_0x18a9bb(0x4c3)]=structuredClone(_0x2d9578),_0x795682['executeChartUpdateConfig']({'chartModelId':_0x1344d6['id'],'style':_0x531100,[_0x51f233]:!0x0});},'get'(){const _0x561fd4=_0x341d26;return _0x1344d6[_0x561fd4(0x285)][_0x561fd4(0x2a8)](_0x31395c(_0x3d4f1f=>_0x3d4f1f[_0x561fd4(0x4c3)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x54f),_0x23f984=>{const _0x14a0c1=_0x341d26;var _0x1114d6;let _0x2cb4b8=(_0x1114d6=_0x795682[_0x14a0c1(0x273)](_0x23f984['id']))==null?void 0x0:_0x1114d6[_0x14a0c1(0x169)];return _0x2cb4b8?_0x23f984[_0x14a0c1(0x337)][_0x14a0c1(0x2a8)](_0x4d6576(_0x2cb4b8),_0x31395c(([_0x54ea52,_0x1607ec])=>{const _0x368ec2=_0x14a0c1;let {categoryResourceIndexes:_0x484e0f,headers:_0x5095b7}=_0x54ea52,_0x311c05=(_0x484e0f||[])[_0x368ec2(0x423)]((_0x44f950,_0x2b55e9)=>(_0x44f950||0x0)-(_0x2b55e9||0x0));return!_0x311c05||Array[_0x368ec2(0x295)](_0x1607ec)?[]:_0x311c05[_0x368ec2(0xe8)](_0x2c7f38=>({'label':(_0x5095b7==null?void 0x0:_0x5095b7[_0x2c7f38])||_0x795682['t']('sheets-chart-ui.categoryDefaultName',''+(_0x2c7f38+0x1)),'value':String(_0x2c7f38)}));})):_0x23f984['context$'][_0x14a0c1(0x2a8)](_0x31395c(()=>[]));}),_0x795682[_0x341d26(0x55d)](_0x341d26(0x276),_0x549c55=>{const _0x516bc2=_0x341d26;var _0x1474cc;let _0x544a57=(_0x1474cc=_0x795682['getDataSource'](_0x549c55['id']))==null?void 0x0:_0x1474cc[_0x516bc2(0x169)];return _0x544a57?_0x549c55['context$']['pipe'](_0x4d6576(_0x544a57),_0x31395c(([_0x4ccdd4,_0x368ea1])=>{const _0x3db880=_0x516bc2;let {categoryResourceIndexes:_0x531636,seriesResourceIndexes:_0x3ff282,headers:_0x8fc993}=_0x4ccdd4,_0x25a2a9=_0x531636==null?void 0x0:_0x531636['concat'](_0x3ff282||[])[_0x3db880(0x423)]((_0xba9cec,_0x431b45)=>(_0xba9cec||0x0)-(_0x431b45||0x0));return!_0x25a2a9||Array['isArray'](_0x368ea1)?[]:_0x25a2a9['map'](_0x32d598=>({'label':(_0x8fc993==null?void 0x0:_0x8fc993[_0x32d598])||_0x795682['t'](_0x3db880(0x4ea),''+(_0x32d598+0x1)),'value':String(_0x32d598)}));})):_0x549c55[_0x516bc2(0x337)][_0x516bc2(0x2a8)](_0x31395c(()=>[]));}),_0x795682[_0x341d26(0x55d)](_0x341d26(0x514),_0x373d96=>({'set'(_0x1a307a){const _0x1a672d=_0x341d26;_0x121574(_0x373d96,_0x1a672d(0x555),_0x1a307a);},'get'(){const _0x27c490=_0x341d26;return _0x373d96['context$'][_0x27c490(0x2a8)](_0x31395c(_0x3c80d0=>{let {seriesIndexes:_0x354327=[]}=_0x3c80d0;return _0x354327;}));}})),_0x795682[_0x341d26(0x55d)]('trendlineValues',_0x4e9ad0=>({'set'(_0x5d8c9d){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x4e9ad0['id'],'style':{'trendlines':_0x5d8c9d}});},'get'(){const _0x34437a=_0x341d26;return _0x4e9ad0[_0x34437a(0x285)][_0x34437a(0x2a8)](_0x31395c(_0x5df342=>_0x5df342['trendlines']));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x414),_0x19f930=>{const _0x53b5fc=_0x341d26;var _0x503f6e;let _0x5821ec=(_0x503f6e=_0x795682['getDataSource'](_0x19f930['id']))==null?void 0x0:_0x503f6e[_0x53b5fc(0x169)];return _0x5821ec?_0x19f930['context$'][_0x53b5fc(0x2a8)](_0x4d6576(_0x5821ec),_0x31395c(([_0x55e4c4,_0x2fc6e2])=>{const _0x56765d=_0x53b5fc;let {seriesIndexes:_0x55f73a=[],headers:_0x1d336e}=_0x55e4c4;return Array['isArray'](_0x2fc6e2)?[]:_0x55f73a[_0x56765d(0xe8)](_0x1bad93=>({'label':(_0x1d336e==null?void 0x0:_0x1d336e[_0x1bad93])||_0x795682['t'](_0x56765d(0x4fc),''+_0x1bad93),'value':String(_0x1bad93)}));})):_0x19f930['context$']['pipe'](_0x31395c(()=>[]));}),_0x795682['registerViewState'](_0x341d26(0x34a),_0x522f80=>{const _0x275d70=_0x341d26;var _0x4b8439;let _0x19cc4c=(_0x4b8439=_0x795682[_0x275d70(0x273)](_0x522f80['id']))==null?void 0x0:_0x4b8439[_0x275d70(0x169)];return _0x19cc4c?_0x522f80['context$'][_0x275d70(0x2a8)](_0x4d6576(_0x19cc4c),_0x31395c(([_0x181c85,_0x1b7ea6])=>{const _0x2623a8=_0x275d70;let {seriesResourceIndexes:_0x246054=[],headers:_0x53c379}=_0x181c85;if(Array[_0x2623a8(0x295)](_0x1b7ea6))return[];let _0x56497c=new Map();return _0x246054['map'](_0x2cb125=>{const _0x2d9a01=_0x2623a8;let _0x343690=(_0x53c379==null?void 0x0:_0x53c379[_0x2cb125])||_0x795682['t']('sheets-chart-ui.seriesDefaultName',''+_0x2cb125);return _0x56497c[_0x2d9a01(0x453)](_0x343690)?_0x56497c[_0x2d9a01(0x127)](_0x343690,_0x56497c[_0x2d9a01(0x566)](_0x343690)+0x1):_0x56497c[_0x2d9a01(0x127)](_0x343690,0x0),{'label':(_0x56497c[_0x2d9a01(0x453)](_0x343690)&&_0x56497c[_0x2d9a01(0x566)](_0x343690)>0x0?_0x343690+'\x20'+_0x56497c[_0x2d9a01(0x566)](_0x343690):_0x343690)||_0x795682['t'](_0x2d9a01(0x4fc),''+_0x2cb125),'value':String(_0x2cb125)};});})):_0x522f80[_0x275d70(0x337)]['pipe'](_0x31395c(()=>[]));}),_0x795682[_0x341d26(0x55d)](_0x341d26(0x455),_0x286e8d=>({'set'(_0x511f0e){const _0xe99ac1=_0x341d26;_0x795682[_0xe99ac1(0x1bb)]({'chartModelId':_0x286e8d['id'],'dataAggregation':{'aggregate':_0x511f0e}});},'get'(){const _0x568388=_0x341d26;return _0x286e8d[_0x568388(0x158)][_0x568388(0x2a8)](_0x31395c(_0x40f077=>_0x40f077[_0x568388(0x455)]||!0x1),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('orient',_0xe6d93a=>({'set'(_0x2d9f59){const _0x196a06=_0x341d26;var _0x3a2f6c;let _0x31bab9=(_0x3a2f6c=_0x795682['getDataSource'](_0xe6d93a['id']))==null?void 0x0:_0x3a2f6c['getRangeInfo']();if(_0x31bab9){let _0x253278={..._0x31bab9,'isRowDirection':_0x2d9f59===_0x50494f['Row']};_0xe6d93a['chartType']!==_0x1febe2['Treemap']&&_0x795682[_0x196a06(0x1bb)]({'chartModelId':_0xe6d93a['id'],'context':{'seriesIndexes':void 0x0,'transform':void 0x0}}),_0x795682[_0x196a06(0x491)]({'chartModelId':_0xe6d93a['id'],'range':_0x253278});}},'get'(){const _0x386bff=_0x341d26;var _0xb71c7f;return(_0xb71c7f=_0x795682[_0x386bff(0x273)](_0xe6d93a['id']))==null?void 0x0:_0xb71c7f[_0x386bff(0x169)][_0x386bff(0x2a8)](_0x31395c(_0xcaaeb4=>_0xcaaeb4['isRowDirection']?_0x50494f['Row']:_0x50494f[_0x386bff(0x115)]),_0x55d907());}})),_0x795682['registerViewState']('gradientFill',_0x3826ba=>({'set'(_0x5f22b4){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x3826ba['id'],'style':{'gradientFill':_0x5f22b4}});},'get'(){const _0x3d53fa=_0x341d26;return _0x3826ba[_0x3d53fa(0x285)][_0x3d53fa(0x2a8)](_0x31395c(_0x18600f=>_0x18600f['gradientFill']),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x108),_0x37e193=>({'set'(_0x2d58b8){const _0x49c3a9=_0x341d26;_0x795682[_0x49c3a9(0x1bb)]({'chartModelId':_0x37e193['id'],'style':{'tooltip':_0x2d58b8}});},'get'(){const _0x1b2f06=_0x341d26;return _0x37e193[_0x1b2f06(0x285)][_0x1b2f06(0x2a8)](_0x31395c(_0x145301=>_0x145301[_0x1b2f06(0x206)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x24c),_0x4c2f5b=>({'set'(_0xf025b5){const _0x4b8293=_0x341d26;let {context:_0x449cec}=_0x4c2f5b,_0x1d1f4e=_0x32ca03=>{const _0x38b8a7=_0x4a4b;var _0x1c1077;return((_0x1c1077=_0x449cec[_0x38b8a7(0x345)])==null?void 0x0:_0x1c1077[_0x38b8a7(0x1d2)](_0x32ca03))!==-0x1;};if(_0xf025b5){var _0x324903;let _0x15e2ba=(_0x324903=_0x449cec[_0x4b8293(0x555)])==null?void 0x0:_0x324903[0x0];if(_0x15e2ba===void 0x0)return;let _0x2cf412={'categoryIndex':_0x15e2ba,'categoryType':_0x53be21['Text']};if(_0x1d1f4e(_0x15e2ba)){var _0x249a1b;_0x2cf412[_0x4b8293(0x555)]=(_0x249a1b=_0x449cec['seriesIndexes'])==null?void 0x0:_0x249a1b[_0x4b8293(0x16c)](_0x3d1285=>_0x3d1285!==_0x15e2ba);}_0x795682[_0x4b8293(0x1bb)]({'chartModelId':_0x4c2f5b['id'],'context':_0x2cf412});}else{if(_0x449cec[_0x4b8293(0xce)]===void 0x0)return;let _0x1bf444={'categoryIndex':void 0x0,'categoryType':void 0x0};_0x1d1f4e(_0x449cec[_0x4b8293(0xce)])&&(_0x1bf444['seriesIndexes']=[_0x449cec[_0x4b8293(0xce)]]['concat'](_0x449cec[_0x4b8293(0x555)]||[])),_0x795682[_0x4b8293(0x1bb)]({'chartModelId':_0x4c2f5b['id'],'context':_0x1bf444});}},'get'(){const _0x38b39f=_0x341d26;return _0x4c2f5b[_0x38b39f(0x337)][_0x38b39f(0x2a8)](_0x31395c(_0x2336c0=>{const _0x37228c=_0x38b39f;var _0x3728eb;return _0x2336c0['categoryIndex']!==void 0x0&&!!((_0x3728eb=_0x2336c0[_0x37228c(0x345)])!=null&&_0x3728eb[_0x37228c(0x457)](_0x2336c0['categoryIndex']));}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x11a),_0x5b61f9=>({'set'(_0x1a1e18){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x5b61f9['id'],'style':{'backgroundColor':_0x1a1e18==null?null:_0x1a1e18}});},'get'(){const _0x32ea60=_0x341d26;return _0x5b61f9[_0x32ea60(0x285)][_0x32ea60(0x2a8)](_0x31395c(_0x5ea07b=>_0x5ea07b==null?void 0x0:_0x5ea07b[_0x32ea60(0x11a)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x1ef),_0x1b0c07=>({'set'(_0x539e74){const _0x50034e=_0x341d26;_0x795682['executeChartUpdateConfig']({'chartModelId':_0x1b0c07['id'],'style':{'borderColor':_0x539e74==null?null:_0x539e74}}),_0x795682[_0x50034e(0x323)](_0x1b0c07['id'],_0x539e74);},'get'(){const _0x285826=_0x341d26;return _0x1b0c07[_0x285826(0x285)][_0x285826(0x2a8)](_0x31395c(_0x20ac22=>_0x20ac22[_0x285826(0x1ef)]),_0x55d907());}})),_0x795682['registerViewState'](_0x341d26(0x370),_0x1d092b=>({'set'(_0x576543){const _0x2238f4=_0x341d26;_0x795682[_0x2238f4(0x1bb)]({'chartModelId':_0x1d092b['id'],'style':{'fontSize':_0x576543}});},'get'(){const _0x999a22=_0x341d26;return _0x1d092b[_0x999a22(0x285)]['pipe'](_0x31395c(_0x4038f2=>_0x4038f2[_0x999a22(0x370)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('titleFontSize',_0x2b44c1=>({'set'(_0x3212f7){const _0x3d8fe6=_0x341d26;_0x795682[_0x3d8fe6(0x1bb)]({'chartModelId':_0x2b44c1['id'],'style':{'titleFontSize':_0x3212f7}});},'get'(){const _0x87e054=_0x341d26;return _0x2b44c1['style$'][_0x87e054(0x2a8)](_0x31395c(_0x7cd0b0=>_0x7cd0b0[_0x87e054(0x149)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('titles',_0xdb78d4=>({'set'(_0x5de4da){const _0x14d2aa=_0x341d26;_0x795682[_0x14d2aa(0x1bb)]({'chartModelId':_0xdb78d4['id'],'style':{'titles':_0x5de4da}});},'get'(){const _0x6b6fb3=_0x341d26;return _0xdb78d4[_0x6b6fb3(0x285)]['pipe'](_0x31395c(_0x2fcca9=>_0x2fcca9[_0x6b6fb3(0x4a9)]));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x312),_0x6123f3=>({'set'(_0x57f819){const _0x10447c=_0x341d26;let _0xddfb08=Object[_0x10447c(0x4a2)](_0x57f819),_0x117a33=_0x4980be[_0x10447c(0x331)](_0x6123f3[_0x10447c(0x38e)][_0x10447c(0x20b)]||{}),_0x13ab6c={};for(let _0x3ffbad in _0x117a33)if(Object[_0x10447c(0x449)]['hasOwnProperty'][_0x10447c(0x100)](_0x117a33,_0x3ffbad)){let _0x2dc818=_0x117a33[_0x3ffbad];if(!_0x2dc818)continue;for(let _0x2d16e8 of _0xddfb08)Object[_0x10447c(0x449)][_0x10447c(0xb8)]['call'](_0x2dc818,_0x2d16e8)&&(_0x13ab6c[_0x3ffbad]={[_0x2d16e8]:null});}let _0x15273f={'allSeriesStyle':_0x57f819,'seriesStyleMap':_0x13ab6c},_0x1f3743=_0x6123f3[_0x10447c(0x571)],_0x126361=new Set(_0xddfb08);_0x1f3743===_0x1febe2[_0x10447c(0x1ae)]&&(_0x126361[_0x10447c(0x453)]('color')||_0x126361[_0x10447c(0x453)](_0x10447c(0x45b)))&&(_0x15273f[_0x10447c(0x186)]={'fill':!0x0}),_0x795682[_0x10447c(0x1bb)]({'chartModelId':_0x6123f3['id'],'style':_0x15273f});},'get'(){const _0x4b55f1=_0x341d26;return _0x6123f3[_0x4b55f1(0x285)][_0x4b55f1(0x2a8)](_0x31395c(_0x1cf900=>_0x1cf900['allSeriesStyle']));}})),_0x795682[_0x341d26(0x55d)]('seriesStyleMap',_0x1c274d=>({'set'(_0xf0f054){const _0xbf136b=_0x341d26;_0x795682[_0xbf136b(0x1bb)]({'chartModelId':_0x1c274d['id'],'style':{'seriesStyleMap':_0xf0f054}});},'get'(){const _0x4d167d=_0x341d26;return _0x1c274d[_0x4d167d(0x285)][_0x4d167d(0x2a8)](_0x31395c(_0x552619=>_0x552619['seriesStyleMap']));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x4df),_0x1c5243=>({'set'(_0x267feb){const _0xb3cd4b=_0x341d26;_0x795682[_0xb3cd4b(0x1bb)]({'chartModelId':_0x1c5243['id'],'style':{'legend':_0x267feb}});},'get'(){const _0x36732b=_0x341d26;return _0x1c5243['style$'][_0x36732b(0x2a8)](_0x31395c(_0x39ab39=>_0x39ab39[_0x36732b(0x31e)]));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x4f0),_0x4c2b2c=>({'set'(_0x71953){const _0x342e05=_0x341d26;_0x795682[_0x342e05(0x1bb)]({'chartModelId':_0x4c2b2c['id'],'style':{'xAxis':_0x71953}});},'get'(){const _0x13f26e=_0x341d26;return _0x4c2b2c[_0x13f26e(0x285)]['pipe'](_0x31395c(_0x33ab76=>_0x33ab76[_0x13f26e(0x539)]));}})),_0x795682['registerViewState'](_0x341d26(0x3be),_0x11f474=>({'set'(_0x1d07cc){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x11f474['id'],'style':{'yAxis':_0x1d07cc}});},'get'(){const _0x197b46=_0x341d26;return _0x11f474[_0x197b46(0x285)][_0x197b46(0x2a8)](_0x31395c(_0x303454=>_0x303454[_0x197b46(0x3a1)]));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x20a),_0x276769=>({'set'(_0x143a7d){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x276769['id'],'style':{'rightYAxis':_0x143a7d}});},'get'(){const _0x49c5c5=_0x341d26;return _0x276769[_0x49c5c5(0x285)][_0x49c5c5(0x2a8)](_0x31395c(_0xddeb02=>_0xddeb02[_0x49c5c5(0x56b)]));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x46b),_0x5cb7dd=>_0x5cb7dd[_0x341d26(0x285)][_0x341d26(0x2a8)](_0x4d6576(_0x795682[_0x341d26(0x534)]),_0x31395c(([,_0xe1fb4a])=>_0x5cb7dd[_0x341d26(0x1c7)](_0xe1fb4a)[_0x341d26(0x3ea)]))),_0x795682[_0x341d26(0x55d)](_0x341d26(0x1be),_0x324ca5=>({'set'(_0x802802){const _0x4199bf=_0x341d26;_0x795682[_0x4199bf(0x1bb)]({'chartModelId':_0x324ca5['id'],'style':{'area':{'lineStyle':_0x802802==null?void 0x0:_0x802802}}});},'get'(){const _0x4b8414=_0x341d26;return _0x324ca5[_0x4b8414(0x285)][_0x4b8414(0x2a8)](_0x31395c(_0x811296=>{const _0x36f655=_0x4b8414;var _0x21b1f4;return(_0x21b1f4=_0x811296[_0x36f655(0x46c)])==null?void 0x0:_0x21b1f4[_0x36f655(0x536)];}));}})),_0x795682['registerViewState'](_0x341d26(0x3af),_0x5808a8=>({'set'(_0x1de715){const _0x3335a2=_0x341d26;_0x795682[_0x3335a2(0x1bb)]({'chartModelId':_0x5808a8['id'],'style':{'pie':{'labelStyle':_0x1de715==null?void 0x0:_0x1de715}}});},'get'(){const _0x583f89=_0x341d26;return _0x5808a8[_0x583f89(0x285)][_0x583f89(0x2a8)](_0x31395c(_0x3044fd=>{var _0x1daeb9;return(_0x1daeb9=_0x3044fd['pie'])==null?void 0x0:_0x1daeb9['labelStyle'];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x505),_0x3ff704=>({'set'(_0x430e73){const _0xb1c50b=_0x341d26;_0x795682[_0xb1c50b(0x1bb)]({'chartModelId':_0x3ff704['id'],'style':{'wordCloud':{'shape':_0x430e73==null?void 0x0:_0x430e73,'maskImage':_0x430e73==null?void 0x0:_0x430e73}}});},'get'(){const _0x111444=_0x341d26;return _0x3ff704[_0x111444(0x285)][_0x111444(0x2a8)](_0x31395c(_0x489746=>{const _0x3b6b2f=_0x111444;var _0x3187c2;return(_0x3187c2=_0x489746[_0x3b6b2f(0x1c0)])==null?void 0x0:_0x3187c2[_0x3b6b2f(0x2c9)];}));}})),_0x795682[_0x341d26(0x55d)]('wordCloudMask',_0x8f53b4=>({'set'(_0x54c696){const _0x49941d=_0x341d26;_0x795682[_0x49941d(0x1bb)]({'chartModelId':_0x8f53b4['id'],'style':{'wordCloud':{'maskImage':_0x54c696==null?void 0x0:_0x54c696,'shape':void 0x0}}});},'get'(){const _0x4295e7=_0x341d26;return _0x8f53b4[_0x4295e7(0x285)][_0x4295e7(0x2a8)](_0x31395c(_0x3a18e4=>{const _0x3f241b=_0x4295e7;var _0x59a7ae;return(_0x59a7ae=_0x3a18e4['wordCloud'])==null?void 0x0:_0x59a7ae[_0x3f241b(0x520)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x2b2),_0x21bda7=>({'set'(_0x3b2015){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x21bda7['id'],'style':{'wordCloud':{'repeat':_0x3b2015==null?void 0x0:_0x3b2015}}});},'get'(){const _0x35e000=_0x341d26;return _0x21bda7[_0x35e000(0x285)][_0x35e000(0x2a8)](_0x31395c(_0x559b62=>{const _0x22e781=_0x35e000;var _0x5401aa;return(_0x5401aa=_0x559b62[_0x22e781(0x1c0)])==null?void 0x0:_0x5401aa[_0x22e781(0x3b0)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x433),_0x40e218=>({'set'(_0x46e1d5){const _0x38af45=_0x341d26;_0x795682[_0x38af45(0x1bb)]({'chartModelId':_0x40e218['id'],'style':{'funnel':{'gap':_0x46e1d5==null?void 0x0:_0x46e1d5}}});},'get'(){const _0x3c1161=_0x341d26;return _0x40e218[_0x3c1161(0x285)][_0x3c1161(0x2a8)](_0x31395c(_0x234bc8=>{const _0x268c63=_0x3c1161;var _0x477d79;return(_0x477d79=_0x234bc8[_0x268c63(0x126)])==null?void 0x0:_0x477d79['gap'];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0xdb),_0x35fa29=>({'set'(_0x1c47a8){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x35fa29['id'],'style':{'funnel':{'useAbsValue':_0x1c47a8==null?void 0x0:_0x1c47a8}}});},'get'(){const _0x1a2aa0=_0x341d26;return _0x35fa29[_0x1a2aa0(0x285)]['pipe'](_0x31395c(_0x1f6c32=>{const _0x1fe6d3=_0x1a2aa0;var _0x35ec06;return(_0x35ec06=_0x1f6c32[_0x1fe6d3(0x126)])==null?void 0x0:_0x35ec06[_0x1fe6d3(0x3f6)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x24d),_0x53720b=>({'set'(_0x3cca87){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x53720b['id'],'style':{'pie':{'hasPaddingAngle':!!_0x3cca87}}});},'get'(){const _0x27aa46=_0x341d26;return _0x53720b[_0x27aa46(0x285)][_0x27aa46(0x2a8)](_0x31395c(_0x58eff4=>{const _0x552067=_0x27aa46;var _0x4d1791;return(_0x4d1791=_0x58eff4[_0x552067(0x3d5)])==null?void 0x0:_0x4d1791[_0x552067(0x275)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x34c),_0x3ce282=>({'set'(_0xe700d4){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x3ce282['id'],'style':{'pie':{'isHalfPie':!!_0xe700d4}}});},'get'(){return _0x3ce282['style$']['pipe'](_0x31395c(_0x5dd7cc=>{const _0x1b1d1f=_0x4a4b;var _0x2da227;return(_0x2da227=_0x5dd7cc['pie'])==null?void 0x0:_0x2da227[_0x1b1d1f(0x34c)];}));}})),_0x795682['registerViewState'](_0x341d26(0x12e),_0x58a13a=>({'set'(_0x2c018c){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x58a13a['id'],'style':{'pie':{'valueScale':Number(_0x2c018c)}}});},'get'(){const _0x3191e7=_0x341d26;return _0x58a13a['style$'][_0x3191e7(0x2a8)](_0x31395c(_0x3bb23d=>{const _0x342600=_0x3191e7;var _0x4138a0;return(_0x4138a0=_0x3bb23d[_0x342600(0x3d5)])==null?void 0x0:_0x4138a0[_0x342600(0x12e)];}));}})),_0x795682['registerViewState']('digitalFixed',_0x4c2f93=>({'set'(_0x3681f1){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x4c2f93['id'],'style':{'pie':{'digitalFixed':Number(_0x3681f1)}}});},'get'(){const _0x1bef0a=_0x341d26;return _0x4c2f93[_0x1bef0a(0x285)][_0x1bef0a(0x2a8)](_0x31395c(_0x4caa22=>{const _0x572df2=_0x1bef0a;var _0x36411f;return(_0x36411f=_0x4caa22[_0x572df2(0x3d5)])==null?void 0x0:_0x36411f['digitalFixed'];}));}})),_0x795682[_0x341d26(0x55d)]('valueSuffix',_0x34678c=>({'set'(_0x363a2d){const _0x3a03f9=_0x341d26;_0x795682[_0x3a03f9(0x1bb)]({'chartModelId':_0x34678c['id'],'style':{'pie':{'valueSuffix':String(_0x363a2d)}}});},'get'(){const _0x3f938d=_0x341d26;return _0x34678c[_0x3f938d(0x285)][_0x3f938d(0x2a8)](_0x31395c(_0x4f5ae7=>{const _0x3f04c1=_0x3f938d;var _0x4b619a;return(_0x4b619a=_0x4f5ae7[_0x3f04c1(0x3d5)])==null?void 0x0:_0x4b619a[_0x3f04c1(0x2a6)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x508),_0xbcf500=>({'set'(_0x54a929){const _0x5a54fd=_0x341d26;_0x795682[_0x5a54fd(0x1bb)]({'chartModelId':_0xbcf500['id'],'style':{'pie':{'rosePie':!!_0x54a929}}});},'get'(){return _0xbcf500['style$']['pipe'](_0x31395c(_0xe48045=>{const _0x351313=_0x4a4b;var _0x121863;return(_0x121863=_0xe48045[_0x351313(0x3d5)])==null?void 0x0:_0x121863[_0x351313(0x4d1)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x15f),_0x45e27c=>({'set'(_0x2e281c){const _0x38b5dd=_0x341d26;_0x795682[_0x38b5dd(0x1bb)]({'chartModelId':_0x45e27c['id'],'style':{'pie':{'showLabelLine':!!_0x2e281c}}});},'get'(){const _0x3712c9=_0x341d26;return _0x45e27c[_0x3712c9(0x285)][_0x3712c9(0x2a8)](_0x31395c(_0x9fe18e=>{const _0x19a38b=_0x3712c9;var _0x184d90;return(_0x184d90=_0x9fe18e[_0x19a38b(0x3d5)])==null?void 0x0:_0x184d90[_0x19a38b(0x15f)];}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x196),_0x367da1=>({'set'(_0x400fb0){const _0x173d07=_0x341d26;_0x795682['executeChartUpdateConfig']({'chartModelId':_0x367da1['id'],'chartType':_0x400fb0?_0x1febe2[_0x173d07(0x418)]:_0x1febe2[_0x173d07(0x2ae)],'style':{'pie':{'doughnutHole':_0x400fb0}}});},'get'(){const _0x510277=_0x341d26;return _0x367da1[_0x510277(0x285)]['pipe'](_0x31395c(_0x5a3222=>{const _0x27b106=_0x510277;var _0x5a26b7;return(_0x5a26b7=_0x5a3222['pie'])==null?void 0x0:_0x5a26b7[_0x27b106(0x196)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x53e),_0x48b241=>({'set'(_0xc77e19){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x48b241['id'],'style':{'pie':{'borderColor':_0xc77e19}}});},'get'(){return _0x48b241['style$']['pipe'](_0x31395c(_0x910760=>{const _0x4a8d48=_0x4a4b;var _0x568410;return(_0x568410=_0x910760[_0x4a8d48(0x3d5)])==null?void 0x0:_0x568410[_0x4a8d48(0x1ef)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x46f),_0x18df4e=>({'set'(_0x4b0778){const _0x27c134=_0x341d26;_0x795682[_0x27c134(0x1bb)]({'chartModelId':_0x18df4e['id'],'style':{'radar':{'shape':_0x4b0778}}});},'get'(){const _0x255935=_0x341d26;return _0x18df4e[_0x255935(0x285)][_0x255935(0x2a8)](_0x31395c(_0x539ba2=>{const _0x35dc26=_0x255935;var _0x79f34c;return(_0x79f34c=_0x539ba2[_0x35dc26(0x186)])==null?void 0x0:_0x79f34c[_0x35dc26(0x2c9)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x40a),_0x3c92b1=>({'set'(_0x56b9c3){const _0x433ee7=_0x341d26;_0x795682[_0x433ee7(0x1bb)]({'chartModelId':_0x3c92b1['id'],'style':{'radar':{'fill':_0x56b9c3}}});},'get'(){const _0x35e6d2=_0x341d26;return _0x3c92b1[_0x35e6d2(0x285)][_0x35e6d2(0x2a8)](_0x31395c(_0x3d77d0=>{const _0x3924b5=_0x35e6d2;var _0x7502d5;return(_0x7502d5=_0x3d77d0[_0x3924b5(0x186)])==null?void 0x0:_0x7502d5[_0x3924b5(0x3d0)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('invalidValueType',_0x3bac18=>({'set'(_0x2cc92b){const _0x337d44=_0x341d26;_0x795682[_0x337d44(0x1bb)]({'chartModelId':_0x3bac18['id'],'style':{'invalidValueType':_0x2cc92b}});},'get'(){const _0x39a4d0=_0x341d26;return _0x3bac18[_0x39a4d0(0x285)][_0x39a4d0(0x2a8)](_0x31395c(_0x4841d0=>_0x4841d0[_0x39a4d0(0x4ce)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('dataPointsOptions',_0x475f20=>_0x475f20[_0x341d26(0x4eb)]['pipe'](_0x31395c(_0x32ac3d=>{const _0x33455b=_0x341d26;var _0x459f84,_0x5cf9f0;let _0x4c2293=_0x32ac3d==null||(_0x459f84=_0x32ac3d[_0x33455b(0x506)])==null?void 0x0:_0x459f84[_0x33455b(0x1e6)];return((_0x32ac3d==null||(_0x5cf9f0=_0x32ac3d[_0x33455b(0x27c)][0x0])==null?void 0x0:_0x5cf9f0[_0x33455b(0x1e6)])||[])[_0x33455b(0xe8)]((_0x2d7032,_0x15afd2)=>({'label':_0x4c2293&&_0x4c2293[_0x15afd2]!==void 0x0?_0x4c2293[_0x15afd2]['label']:_0x795682['t'](_0x33455b(0x2c8),''+(_0x15afd2+0x1)),'value':''+_0x15afd2}));}))),_0x795682[_0x341d26(0x55d)](_0x341d26(0x465),_0x5716c5=>({'set'(_0x27ceb6){const _0x4f7850=_0x341d26;let _0x4fd7b7={'theme':_0x27ceb6},_0x34a0cd=_0x5716c5['style'][_0x4f7850(0x312)];if((_0x34a0cd==null?void 0x0:_0x34a0cd[_0x4f7850(0x286)])!==void 0x0){var _0x2e99a4,_0x289491,_0x52ea41;_0x4fd7b7[_0x4f7850(0x312)]={'color':null},(_0x34a0cd==null||(_0x2e99a4=_0x34a0cd[_0x4f7850(0xe3)])==null||(_0x2e99a4=_0x2e99a4[_0x4f7850(0x173)])==null?void 0x0:_0x2e99a4[_0x4f7850(0x286)])!==void 0x0&&(_0x34a0cd[_0x4f7850(0xe3)][_0x4f7850(0x173)][_0x4f7850(0x286)]=null),(_0x34a0cd==null||(_0x289491=_0x34a0cd[_0x4f7850(0xe3)])==null||(_0x289491=_0x289491[_0x4f7850(0x27b)])==null?void 0x0:_0x289491['color'])!==void 0x0&&(_0x34a0cd[_0x4f7850(0xe3)]['negative'][_0x4f7850(0x286)]=null),(_0x34a0cd==null||(_0x52ea41=_0x34a0cd[_0x4f7850(0xe3)])==null||(_0x52ea41=_0x52ea41[_0x4f7850(0x39c)])==null?void 0x0:_0x52ea41['color'])!==void 0x0&&(_0x34a0cd[_0x4f7850(0xe3)][_0x4f7850(0x39c)][_0x4f7850(0x286)]=null);}let _0x30c139=_0x5716c5[_0x4f7850(0x38e)][_0x4f7850(0x20b)]||{};for(let _0x135625 in _0x30c139){var _0x3c2253,_0x37a6c9,_0x174785;_0x30c139[_0x135625][_0x4f7850(0x286)]!==void 0x0&&(_0x4fd7b7[_0x4f7850(0x20b)]={..._0x4fd7b7[_0x4f7850(0x20b)],[_0x135625]:{'color':null}}),((_0x3c2253=_0x30c139[_0x135625])==null||(_0x3c2253=_0x3c2253[_0x4f7850(0xe3)])==null||(_0x3c2253=_0x3c2253['positive'])==null?void 0x0:_0x3c2253[_0x4f7850(0x286)])!==void 0x0&&(_0x30c139[_0x135625][_0x4f7850(0xe3)][_0x4f7850(0x173)][_0x4f7850(0x286)]=null),((_0x37a6c9=_0x30c139[_0x135625])==null||(_0x37a6c9=_0x37a6c9['waterfall'])==null||(_0x37a6c9=_0x37a6c9[_0x4f7850(0x27b)])==null?void 0x0:_0x37a6c9['color'])!==void 0x0&&(_0x30c139[_0x135625][_0x4f7850(0xe3)][_0x4f7850(0x27b)][_0x4f7850(0x286)]=null),((_0x174785=_0x30c139[_0x135625])==null||(_0x174785=_0x174785[_0x4f7850(0xe3)])==null||(_0x174785=_0x174785[_0x4f7850(0x39c)])==null?void 0x0:_0x174785['color'])!==void 0x0&&(_0x30c139[_0x135625][_0x4f7850(0xe3)][_0x4f7850(0x39c)][_0x4f7850(0x286)]=null);}_0x795682[_0x4f7850(0x1bb)]({'chartModelId':_0x5716c5['id'],'style':_0x4fd7b7});},'get'(){const _0x2796f3=_0x341d26;return _0x5716c5[_0x2796f3(0x285)][_0x2796f3(0x2a8)](_0x31395c(_0x1df3ac=>_0x1df3ac[_0x2796f3(0x1bc)]||_0x2796f3(0x220)));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0xe7),_0x31ff87=>({'set'(_0x3c547e){const _0x38fa35=_0x341d26;_0x795682[_0x38fa35(0x1bb)]({'chartModelId':_0x31ff87['id'],'style':{'titles':{'titlePosition':_0x3c547e}}});},'get'(){return _0x31ff87['style$']['pipe'](_0x31395c(_0x266c1a=>{const _0x2ce5ac=_0x4a4b;var _0x858ccd;return((_0x858ccd=_0x266c1a[_0x2ce5ac(0x4a9)])==null?void 0x0:_0x858ccd[_0x2ce5ac(0xe7)])||void 0x0;}));}})),_0x795682['registerViewState'](_0x1bc3e8['BubbleSizeIndex'],_0x44cabd=>({'set'(_0x502997){const _0x51fa05=_0x341d26;_0x121574(_0x44cabd,_0x51fa05(0x215),_0x502997);},'get'(){const _0x1c154b=_0x341d26;return _0x44cabd[_0x1c154b(0x337)]['pipe'](_0x31395c(_0x4fe49a=>_0x4fe49a[_0x1c154b(0x215)]||void 0x0));}})),_0x795682[_0x341d26(0x55d)](_0x1bc3e8[_0x341d26(0x475)],_0x2e97b1=>({'set'(_0x4b4904){_0x121574(_0x2e97b1,'scatterXIndex',_0x4b4904);},'get'(){const _0x1dad45=_0x341d26;return _0x2e97b1[_0x1dad45(0x337)][_0x1dad45(0x2a8)](_0x31395c(_0x4e241d=>{const _0x336330=_0x1dad45;var _0x354e6f;return(_0x354e6f=_0x4e241d[_0x336330(0x1d0)])==null?void 0x0:_0x354e6f;}));}})),_0x795682[_0x341d26(0x55d)](_0x1bc3e8['ScatterYIndex'],_0x5f7773=>({'set'(_0x4bb6da){const _0x14fd4f=_0x341d26;_0x121574(_0x5f7773,_0x14fd4f(0x1fa),_0x4bb6da);},'get'(){const _0x5a5d07=_0x341d26;return _0x5f7773[_0x5a5d07(0x337)][_0x5a5d07(0x2a8)](_0x31395c(_0x4f8f17=>{const _0x1fcdec=_0x5a5d07;var _0x5bdbcc;return(_0x5bdbcc=_0x4f8f17[_0x1fcdec(0x1fa)])==null?void 0x0:_0x5bdbcc;}));}})),_0x795682[_0x341d26(0x55d)](_0x1bc3e8[_0x341d26(0x35f)],_0x4a3663=>({'set'(_0x387c3d){const _0xd6d8ee=_0x341d26;_0x121574(_0x4a3663,_0xd6d8ee(0x15e),_0x387c3d);},'get'(){const _0x5f1495=_0x341d26;return _0x4a3663[_0x5f1495(0x337)][_0x5f1495(0x2a8)](_0x31395c(_0x5ddb89=>{const _0x2d29ef=_0x5f1495;var _0x266f4f;return(_0x266f4f=_0x5ddb89[_0x2d29ef(0x15e)])==null?void 0x0:_0x266f4f;}));}})),_0x795682[_0x341d26(0x55d)](_0x1bc3e8[_0x341d26(0x1a1)],_0x45dd32=>({'set'(_0x1833f8){const _0x14e2ba=_0x341d26;_0x121574(_0x45dd32,_0x14e2ba(0x17a),_0x1833f8);},'get'(){const _0x43d80d=_0x341d26;return _0x45dd32[_0x43d80d(0x337)]['pipe'](_0x31395c(_0x119619=>{const _0x5e5069=_0x43d80d;var _0x450c2c;return(_0x450c2c=_0x119619[_0x5e5069(0x17a)])==null?void 0x0:_0x450c2c;}));}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x4d7),_0x3114c8=>({'set'(_0x43bbb1){const _0x6136aa=_0x341d26;_0x795682[_0x6136aa(0x1bb)]({'chartModelId':_0x3114c8['id'],'style':{'relation':{'layout':_0x43bbb1}}});},'get'(){const _0x2e4eaf=_0x341d26;return _0x3114c8[_0x2e4eaf(0x285)][_0x2e4eaf(0x2a8)](_0x31395c(_0x5a61de=>{const _0x484a8c=_0x2e4eaf;var _0x222dad;return(_0x222dad=_0x5a61de[_0x484a8c(0x1df)])==null?void 0x0:_0x222dad['layout'];}),_0x55d907());}})),_0x795682['registerViewState'](_0x341d26(0x448),_0x1a29ee=>({'set'(_0x506cec){_0x795682['executeChartUpdateConfig']({'chartModelId':_0x1a29ee['id'],'style':{'relation':{'useValueAsSymbolSize':!!_0x506cec}}});},'get'(){const _0x234fb2=_0x341d26;return _0x1a29ee[_0x234fb2(0x285)][_0x234fb2(0x2a8)](_0x31395c(_0x2c8d62=>{const _0x219b5e=_0x234fb2;var _0x570d59;return(_0x570d59=_0x2c8d62[_0x219b5e(0x1df)])==null?void 0x0:_0x570d59[_0x219b5e(0x448)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x214),_0x50765e=>({'set'(_0x14b12f){const _0x209b94=_0x341d26;_0x795682[_0x209b94(0x1bb)]({'chartModelId':_0x50765e['id'],'style':{'relation':{'force':_0x14b12f}}});},'get'(){const _0x1eaac7=_0x341d26;return _0x50765e['style$'][_0x1eaac7(0x2a8)](_0x31395c(_0x26e854=>{const _0x48fd8f=_0x1eaac7;var _0x2723f2;return(_0x2723f2=_0x26e854[_0x48fd8f(0x1df)])==null?void 0x0:_0x2723f2[_0x48fd8f(0x4e6)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x15d),_0x148f4b=>({'set'(_0x196bfd){const _0x3756ac=_0x341d26;_0x795682[_0x3756ac(0x1bb)]({'chartModelId':_0x148f4b['id'],'style':{'relation':{'circular':{'rotateLabel':!!_0x196bfd}}}});},'get'(){const _0x56d0fd=_0x341d26;return _0x148f4b[_0x56d0fd(0x285)][_0x56d0fd(0x2a8)](_0x31395c(_0x3b054c=>{const _0x4f133b=_0x56d0fd;var _0x582879;return(_0x582879=_0x3b054c[_0x4f133b(0x1df)])==null||(_0x582879=_0x582879['circular'])==null?void 0x0:_0x582879[_0x4f133b(0x15d)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('relationNodeShape',_0x3a4e6b=>({'set'(_0x8a4437){const _0x2289b0=_0x341d26;_0x795682[_0x2289b0(0x1bb)]({'chartModelId':_0x3a4e6b['id'],'style':{'relation':{'nodeShape':_0x8a4437}}});},'get'(){const _0x467db6=_0x341d26;return _0x3a4e6b['style$'][_0x467db6(0x2a8)](_0x31395c(_0x4413ad=>{const _0x227b58=_0x467db6;var _0x150bef;return(_0x150bef=_0x4413ad[_0x227b58(0x1df)])==null?void 0x0:_0x150bef[_0x227b58(0x490)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)]('useEmphasis',_0x19bde7=>({'set'(_0x2963b8){const _0x70ca78=_0x341d26;_0x795682[_0x70ca78(0x1bb)]({'chartModelId':_0x19bde7['id'],'style':{'relation':{'useEmphasis':!!_0x2963b8}}});},'get'(){const _0x13f05d=_0x341d26;return _0x19bde7[_0x13f05d(0x285)][_0x13f05d(0x2a8)](_0x31395c(_0x1ef6eb=>{const _0x224918=_0x13f05d;var _0x3811a3;return(_0x3811a3=_0x1ef6eb[_0x224918(0x1df)])==null?void 0x0:_0x3811a3[_0x224918(0x507)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x244),_0x2ce9ec=>({'set'(_0x4049bb){const _0x434e8d=_0x341d26;_0x121574(_0x2ce9ec,_0x434e8d(0x244),!!_0x4049bb);},'get'(){const _0x566a37=_0x341d26;return _0x2ce9ec[_0x566a37(0x337)]['pipe'](_0x31395c(_0x11a2a=>_0x11a2a[_0x566a37(0x244)]),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x123),_0x1bd08b=>({'set'(_0x215d7d){const _0x322090=_0x341d26;_0x795682[_0x322090(0x1bb)]({'chartModelId':_0x1bd08b['id'],'style':{'waterfall':{'stackType':_0x215d7d}}});},'get'(){const _0x2d6eb2=_0x341d26;return _0x1bd08b[_0x2d6eb2(0x285)][_0x2d6eb2(0x2a8)](_0x31395c(_0x331978=>{const _0x24c711=_0x2d6eb2;var _0x4e7ea3;return(_0x4e7ea3=_0x331978[_0x24c711(0xe3)])==null?void 0x0:_0x4e7ea3[_0x24c711(0x36d)];}),_0x55d907());}})),_0x795682['registerViewState']('useSubtotal',_0xb3e149=>({'set'(_0x356df3){const _0x1ac4c5=_0x341d26;_0x795682[_0x1ac4c5(0x1bb)]({'chartModelId':_0xb3e149['id'],'style':{'waterfall':{'useSubtotal':_0x356df3}}});},'get'(){const _0x25713f=_0x341d26;return _0xb3e149[_0x25713f(0x285)][_0x25713f(0x2a8)](_0x31395c(_0x2aac1e=>{const _0xe34618=_0x25713f;var _0x5d3e33;return(_0x5d3e33=_0x2aac1e[_0xe34618(0xe3)])==null?void 0x0:_0x5d3e33[_0xe34618(0x357)];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x1b2),_0x337a33=>({'set'(_0x40b621){const _0x1aeeee=_0x341d26;_0x795682[_0x1aeeee(0x1bb)]({'chartModelId':_0x337a33['id'],'style':{'pareto':_0x40b621}});},'get'(){const _0x4d055b=_0x341d26;return _0x337a33[_0x4d055b(0x285)][_0x4d055b(0x2a8)](_0x31395c(_0x50cde7=>_0x50cde7[_0x4d055b(0x339)]),_0x55d907());}})),_0x795682['registerViewState'](_0x341d26(0x415),_0x2107d4=>_0x2107d4[_0x341d26(0x4eb)][_0x341d26(0x2a8)](_0x31395c(_0x378199=>{const _0x5baf4c=_0x341d26;var _0x2d031a;let _0x66251=_0x378199==null||(_0x2d031a=_0x378199[_0x5baf4c(0x506)])==null?void 0x0:_0x2d031a['items'],_0x20267f=new Map();return _0x378199==null||_0x378199[_0x5baf4c(0x27c)][0x0][_0x5baf4c(0x1e6)]['forEach']((_0x3980fe,_0x4e1fa5)=>{const _0x451357=_0x5baf4c;let _0x3293bf=_0x66251?String(_0x66251[_0x4e1fa5][_0x451357(0x515)]):_0x795682['t']('sheets-chart-ui.theIndexItem',''+(_0x4e1fa5+0x1));_0x20267f['has'](_0x3293bf)||_0x20267f['set'](_0x3293bf,_0x3980fe[_0x451357(0x515)]);}),Array[_0x5baf4c(0x1f9)](_0x20267f[_0x5baf4c(0x1af)]())[_0x5baf4c(0x16c)](_0x2579f1=>_0x2579f1[0x1]>0x0)[_0x5baf4c(0x423)]((_0xc2b834,_0x59ea24)=>_0x59ea24[0x1]-_0xc2b834[0x1])['map']((_0x3ced72,_0x40b456)=>({'label':_0x3ced72[0x0]||_0x795682['t'](_0x5baf4c(0x2c8),''+(_0x40b456+0x1)),'value':''+_0x40b456}));}))),_0x795682[_0x341d26(0x55d)](_0x341d26(0x330),_0x209d36=>({'set'(_0x1d095b){const _0x37e57f=_0x341d26;_0x795682[_0x37e57f(0x1bb)]({'chartModelId':_0x209d36['id'],'style':{'heatmap':{'visualMapType':_0x1d095b}}});},'get'(){const _0x5e778c=_0x341d26;return _0x209d36[_0x5e778c(0x285)][_0x5e778c(0x2a8)](_0x31395c(_0x1ad27e=>{const _0x2422b6=_0x5e778c;var _0x2d3715;return(_0x2d3715=_0x1ad27e['heatmap'])==null?void 0x0:_0x2d3715[_0x2422b6(0x330)];}),_0x55d907());}})),_0x795682['registerViewState']('heatmapMax',_0x681b5c=>({'set'(_0x46c0c5){const _0x4f5a52=_0x341d26;_0x795682[_0x4f5a52(0x1bb)]({'chartModelId':_0x681b5c['id'],'style':{'heatmap':{'max':_0x46c0c5}}});},'get'(){const _0x369898=_0x341d26;return _0x681b5c[_0x369898(0x285)][_0x369898(0x2a8)](_0x31395c(_0x2f396a=>{const _0x1997c8=_0x369898;var _0x8927fa;return(_0x8927fa=_0x2f396a[_0x1997c8(0x104)])==null?void 0x0:_0x8927fa['max'];}),_0x55d907());}})),_0x795682[_0x341d26(0x55d)](_0x341d26(0x3da),_0x375c42=>({'set'(_0x23af62){const _0x544ee3=_0x341d26;_0x795682[_0x544ee3(0x1bb)]({'chartModelId':_0x375c42['id'],'style':{'heatmap':{'min':_0x23af62}}});},'get'(){const _0x1cfeb2=_0x341d26;return _0x375c42[_0x1cfeb2(0x285)][_0x1cfeb2(0x2a8)](_0x31395c(_0x324c14=>{const _0x4c37be=_0x1cfeb2;var _0x152e71;return(_0x152e71=_0x324c14[_0x4c37be(0x104)])==null?void 0x0:_0x152e71[_0x4c37be(0x470)];}),_0x55d907());}}));}function Wi(_0xa4bf1b,_0x4e1635,_0x5676e7){let _0x7390bd=new Map();return _0xa4bf1b['source']['map']((_0x26b1b7,_0x108516)=>{const _0x25a9f0=_0x4a4b;var _0x137c32;let _0x45ca5f=_0xa4bf1b[_0x25a9f0(0x4b0)][_0x108516],_0x803b30=typeof _0x45ca5f==_0x25a9f0(0xd9)?_0x45ca5f:(_0x45ca5f==null?void 0x0:_0x45ca5f[_0x25a9f0(0xec)])||(_0x45ca5f==null?void 0x0:_0x45ca5f[_0x25a9f0(0xee)]),_0x307903=(_0x4e1635==null?void 0x0:_0x4e1635[_0x108516])||_0x803b30||_0x5676e7(_0x108516),_0x4351ae=(_0x137c32=_0x7390bd['get'](_0x307903))==null?0x0:_0x137c32;return _0x7390bd[_0x25a9f0(0x127)](_0x307903,_0x4351ae+0x1),{'label':_0x4351ae===0x0?_0x307903:_0x307903+'\x20'+_0x4351ae,'value':String(_0x108516)};});}const Gi=_0xd7060('sheets-chart.ui.service');let Ki=class extends _0x139234{constructor(_0x6d72e6,_0x58eaa7,_0x1242d4,_0x52fa87,_0x2fa1d4,_0x548ddf){const _0x3c7def=_0x5b2347;super(),this['_chartModelService']=_0x6d72e6,this[_0x3c7def(0x3e1)]=_0x58eaa7,this[_0x3c7def(0x306)]=_0x1242d4,this[_0x3c7def(0x548)]=_0x52fa87,this['_chartHostProviderService']=_0x2fa1d4,this['_univerInstanceService']=_0x548ddf,Z(this,_0x3c7def(0x16d),new Map()),Z(this,_0x3c7def(0x462),!0x1),Z(this,_0x3c7def(0xf2),new _0xdcbf96(null)),Z(this,_0x3c7def(0x28f),new _0xdcbf96(null)),Z(this,'_panelRoute$',new _0xdcbf96(null)),Z(this,_0x3c7def(0xc5),this['_activeEditChart$']['asObservable']()),Z(this,'selectedElement$',this[_0x3c7def(0x28f)]['asObservable']()),Z(this,_0x3c7def(0x563),this[_0x3c7def(0x4e2)][_0x3c7def(0x52c)]()),Ui(this);}get[_0x5b2347(0x402)](){const _0x10e25d=_0x5b2347;return this[_0x10e25d(0x1c8)][_0x10e25d(0x402)];}get['activeChartModel$'](){return this['_chartModelService']['activeChartModel$'];}get[_0x5b2347(0x335)](){const _0x7a5171=_0x5b2347;return this[_0x7a5171(0x462)];}get[_0x5b2347(0x17b)](){const _0x17d262=_0x5b2347;return this[_0x17d262(0xf2)][_0x17d262(0x551)]();}get[_0x5b2347(0x534)](){const _0x40a37a=_0x5b2347;return this['_localeService'][_0x40a37a(0x534)];}['setRangeSelectMode'](_0x3e84b7){const _0x4de4dd=_0x5b2347;this[_0x4de4dd(0x462)]=_0x3e84b7;}[_0x5b2347(0x20e)](_0x2784e2){const _0x57beed=_0x5b2347;this[_0x57beed(0xf2)][_0x57beed(0x551)]()!==_0x2784e2&&this['_activeEditChart$'][_0x57beed(0x264)](_0x2784e2);}[_0x5b2347(0x3f5)](_0x5d0048){const _0x581e4b=_0x5b2347;return this[_0x581e4b(0xf2)][_0x581e4b(0x551)]()===_0x5d0048;}[_0x5b2347(0x37a)](_0x3c61b6){const _0x131e92=_0x5b2347;this[_0x131e92(0x28f)][_0x131e92(0x264)](_0x3c61b6);}[_0x5b2347(0x128)](_0x52ff82,_0x205824){const _0x24e553=_0x5b2347;this['_panelRoute$'][_0x24e553(0x264)]({'chartId':_0x52ff82,'route':_0x205824});}['clearPanelRoute'](){const _0x5429dd=_0x5b2347;this[_0x5429dd(0x4e2)]['next'](null);}[_0x5b2347(0x273)](_0x17fab4){const _0x3f133d=_0x5b2347;return this[_0x3f133d(0x3e1)][_0x3f133d(0x51c)](_0x17fab4);}[_0x5b2347(0x55d)](_0x4e63db,_0x386479){const _0x427616=_0x5b2347;this[_0x427616(0x16d)][_0x427616(0x127)](_0x4e63db,_0x386479);}[_0x5b2347(0x166)](_0x42d01b,_0x45eb0c=this['_chartModelService'][_0x5b2347(0x402)]){const _0x27b4aa=_0x5b2347;if(!_0x45eb0c)return;let _0x5e5d41=this[_0x27b4aa(0x16d)][_0x27b4aa(0x566)](_0x42d01b);if(_0x5e5d41)return _0x5e5d41(_0x45eb0c);}[_0x5b2347(0x477)](_0x13bfe6){const _0x4d4538=_0x5b2347;var _0x1516a2;let _0x4f29b3=this[_0x4d4538(0x402)];if(!_0x4f29b3)return;let _0x1c85e5=_0x5edfa7(_0x13bfe6[_0x4d4538(0x2cf)],{'currentChartType':_0x4f29b3[_0x4d4538(0x571)],'currentStyle':_0x4f29b3[_0x4d4538(0x38e)],'currentContext':_0x4f29b3[_0x4d4538(0x235)],'currentDataAggregation':_0x4f29b3['dataAggregation'],'series':(_0x1516a2=_0x4f29b3[_0x4d4538(0x30a)])==null?void 0x0:_0x1516a2[_0x4d4538(0x27c)]});this[_0x4d4538(0x1bb)]({'chartModelId':_0x4f29b3['id'],..._0x1c85e5,[_0x51f233]:!0x0});}[_0x5b2347(0x1bb)](_0x686e61){const _0x5163c3=_0x5b2347;var _0x3f2aa3,_0x29f4a8;this['_commandService']['executeCommand'](_0x3092cb['id'],{..._0x686e61,'unitId':(_0x3f2aa3=(_0x29f4a8=this[_0x5163c3(0x524)][_0x5163c3(0x2b8)]())==null?void 0x0:_0x29f4a8[_0x5163c3(0x4cd)]())==null?'':_0x3f2aa3});}[_0x5b2347(0x491)](_0x5d7a09){const _0x42e786=_0x5b2347;var _0x1a83ea,_0xa32dbb;this['_commandService']['executeCommand'](_0x1750a9['id'],{..._0x5d7a09,'unitId':(_0x1a83ea=(_0xa32dbb=this[_0x42e786(0x524)][_0x42e786(0x2b8)]())==null?void 0x0:_0xa32dbb['getUnitId']())==null?'':_0x1a83ea});}[_0x5b2347(0x19a)](_0x5ec3e5){const _0x47a55d=_0x5b2347;let {_viewState:_0x4c26e3}=this;_0x4c26e3[_0x47a55d(0x453)](_0x5ec3e5)&&_0x4c26e3['delete'](_0x5ec3e5);}[_0x5b2347(0x323)](_0xc97023,_0xf48f5b){const _0x356486=_0x5b2347;this[_0x356486(0x161)][_0x356486(0xd2)](_0xc97023,{'stroke':_0xf48f5b});}['t'](..._0x530a9e){return this['_localeService']['t'](..._0x530a9e);}[_0x5b2347(0x497)](){const _0x46a38d=_0x5b2347;super[_0x46a38d(0x497)](),this[_0x46a38d(0x16d)][_0x46a38d(0x43c)](),this[_0x46a38d(0xf2)][_0x46a38d(0x4f5)](),this[_0x46a38d(0x28f)][_0x46a38d(0x4f5)](),this[_0x46a38d(0x4e2)][_0x46a38d(0x4f5)]();}};Ki=si([Q(0x0,_0x20d1d5(_0x1fe0df)),Q(0x1,_0x20d1d5(_0x25f5e8)),Q(0x2,_0x3dc452),Q(0x3,_0x20d1d5(_0x257240)),Q(0x4,_0x20d1d5(ui)),Q(0x5,_0x49add4)],Ki);function $(_0x3b37c7,_0x54364b){const _0x266780=_0x5b2347;let _0x40134a=_0x1496d3(Gi),_0x279b68=_0xa7cd4(_0x40134a[_0x266780(0x3a8)],_0x40134a[_0x266780(0x402)]),_0x346048=_0x881f00(()=>_0x40134a[_0x266780(0x166)](_0x3b37c7,_0x279b68),[_0x279b68,_0x3b37c7,_0x40134a]);return[_0xa7cd4(_0x881f00(()=>_0x346048 instanceof _0x3dbeda?_0x346048:_0x346048==null?void 0x0:_0x346048[_0x266780(0x566)](),[_0x346048]),_0x54364b),_0x429935(_0x4f2ff5=>{const _0x394e4b=_0x266780;if(!(_0x346048 instanceof _0x3dbeda)){var _0x106765;_0x346048==null||(_0x106765=_0x346048[_0x394e4b(0x127)])==null||_0x106765[_0x394e4b(0x100)](_0x346048,_0x4f2ff5);}},[_0x346048])];}const qi={'label':_0x5b2347(0x2f6),'value':_0x5b2347(0x332)},Ji={[_0x1febe2[_0x5b2347(0x138)]]:_0x382b97(_0x2d1b3b,{}),[_0x1febe2[_0x5b2347(0x115)]]:_0x382b97(_0x3d06b0,{}),[_0x1febe2[_0x5b2347(0x120)]]:_0x382b97(_0x2d5d19,{}),[_0x1febe2[_0x5b2347(0x35c)]]:_0x382b97(_0x2d5d19,{}),[_0x1febe2[_0x5b2347(0x162)]]:_0x382b97(_0x2d5d19,{}),[_0x1febe2[_0x5b2347(0x2ae)]]:_0x382b97(_0x1f15d2,{}),[_0x1febe2[_0x5b2347(0x418)]]:_0x382b97(_0x1f15d2,{}),[_0x1febe2[_0x5b2347(0x37f)]]:_0x382b97(_0x45d93f,{}),[_0x1febe2[_0x5b2347(0x510)]]:_0x382b97(_0x45d93f,{}),[_0x1febe2[_0x5b2347(0x556)]]:_0x382b97(_0x45d93f,{}),[_0x1febe2[_0x5b2347(0x1ae)]]:_0x382b97(_0x5c36b6,{}),[_0x1febe2[_0x5b2347(0x3a9)]]:_0x382b97(_0x41c191,{}),[_0x1febe2['Scatter']]:_0x382b97(_0x1fb9e1,{}),[_0x1febe2[_0x5b2347(0x348)]]:void 0x0,[_0x1febe2[_0x5b2347(0xf9)]]:_0x382b97(_0x3d06b0,{}),[_0x1febe2[_0x5b2347(0x30e)]]:_0x382b97(_0x3d06b0,{}),[_0x1febe2[_0x5b2347(0x3a2)]]:_0x382b97(_0x591914,{}),[_0x1febe2[_0x5b2347(0x333)]]:_0x382b97(_0xaffbb4,{}),[_0x1febe2[_0x5b2347(0xc0)]]:_0x382b97(_0x54cef6,{}),[_0x1febe2[_0x5b2347(0x2bc)]]:_0x382b97(_0xb35346,{}),[_0x1febe2[_0x5b2347(0x1bd)]]:_0x382b97(_0x2f72be,{}),[_0x1febe2['Pareto']]:_0x382b97(_0x41c191,{}),[_0x1febe2[_0x5b2347(0x33b)]]:_0x382b97(_0x45e6a2,{}),[_0x1febe2[_0x5b2347(0x26b)]]:_0x382b97(_0x3c262c,{}),[_0x1febe2[_0x5b2347(0x3c4)]]:_0x382b97(_0x580b8a,{}),[_0x1febe2['Candlestick']]:_0x382b97(_0x26c945,{}),[_0x1febe2[_0x5b2347(0x221)]]:_0x382b97(_0x2aeac3,{}),[_0x1febe2[_0x5b2347(0x49b)]]:_0x382b97(_0x15d560,{})},Yi=Ai['filter'](_0x373f8b=>[_0x1febe2[_0x5b2347(0x138)],_0x1febe2[_0x5b2347(0x115)],_0x1febe2[_0x5b2347(0x37f)]][_0x5b2347(0xe8)](_0xc05135=>String(_0xc05135))['includes'](String(_0x373f8b[_0x5b2347(0x515)])))[_0x5b2347(0xe8)](({label:_0x183303,value:_0x393258})=>({'label':_0x183303,'value':String(_0x393258)})),Xi=[{'label':_0x5b2347(0x164),'value':_0x5b2347(0x2f1)},{'label':_0x5b2347(0x460),'value':_0x5b2347(0x393)},{'label':_0x5b2347(0xf1),'value':_0x5b2347(0x51f)},{'label':_0x5b2347(0x1e5),'value':'rightYAxisTitle'}];function Zi(){const _0x19b252=_0x5b2347;return{'label':_0x19b252(0x564),'value':_0x459aff[_0x19b252(0xb6)]};}const Qi=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0][_0x5b2347(0xe8)](_0x927d8e=>({'label':_0x927d8e*0x64+'%','value':String(_0x927d8e)})),$i=[{'label':_0x5b2347(0x521),'value':_0x1dbbe6[_0x5b2347(0xd5)]},{'label':_0x5b2347(0x124),'value':_0x1dbbe6[_0x5b2347(0x243)]},{'label':_0x5b2347(0x178),'value':_0x1dbbe6[_0x5b2347(0x3e0)]}],ea=[{'label':'sheets-chart-ui.shape.circle','value':_0x5f54e6[_0x5b2347(0x13d)]},{'label':_0x5b2347(0x4f1),'value':_0x5f54e6[_0x5b2347(0x19f)]},{'label':_0x5b2347(0x2b9),'value':_0x5f54e6[_0x5b2347(0x499)]},{'label':_0x5b2347(0x560),'value':_0x5f54e6[_0x5b2347(0x107)]},{'label':_0x5b2347(0x3cb),'value':_0x5f54e6[_0x5b2347(0x2e9)]},{'label':_0x5b2347(0x2bd),'value':_0x5f54e6['RoundRect']},{'label':'sheets-chart-ui.shape.pin','value':_0x5f54e6['Pin']},{'label':'sheets-chart-ui.shape.arrow','value':_0x5f54e6[_0x5b2347(0x3f1)]},{'label':'sheets-chart-ui.shape.none','value':_0x5f54e6[_0x5b2347(0x348)]},{'label':_0x5b2347(0x217),'value':_0x5f54e6[_0x5b2347(0x54e)]},{'label':'sheets-chart-ui.shape.emptySquare','value':_0x5f54e6[_0x5b2347(0x23c)]},{'label':'sheets-chart-ui.shape.emptyTriangle','value':_0x5f54e6[_0x5b2347(0x190)]},{'label':_0x5b2347(0x413),'value':_0x5f54e6[_0x5b2347(0x2e2)]},{'label':_0x5b2347(0x168),'value':_0x5f54e6[_0x5b2347(0x401)]},{'label':'sheets-chart-ui.shape.emptyRoundRect','value':_0x5f54e6['EmptyRoundRect']},{'label':_0x5b2347(0x378),'value':_0x5f54e6['EmptyPin']},{'label':_0x5b2347(0x32d),'value':_0x5f54e6[_0x5b2347(0x1a7)]}],ta=[0x0,0x2,0x5,0x7,0xa,0xe][_0x5b2347(0xe8)](_0x3e0ef=>({'label':_0x3e0ef+'px','value':String(_0x3e0ef)})),na=[0x0,0x1,0x2,0x4,0x8]['map'](_0x48017c=>({'label':_0x48017c+'px','value':String(_0x48017c)})),ra=[-0x5a,-0x3c,-0x2d,-0x1e,0x0,0x1e,0x2d,0x3c,0x5a][_0x5b2347(0xe8)](_0x24579a=>({'label':_0x24579a+'°','value':String(_0x24579a)})),ia=[{'label':'sheets-chart-ui.trendline.linear','value':_0x316c64['linear']},{'label':_0x5b2347(0x156),'value':_0x316c64['exp']},{'label':_0x5b2347(0x167),'value':_0x316c64[_0x5b2347(0x40d)]},{'label':'sheets-chart-ui.trendline.pow','value':_0x316c64[_0x5b2347(0x21b)]},{'label':_0x5b2347(0x3a6),'value':_0x316c64[_0x5b2347(0x3ec)]},{'label':'sheets-chart-ui.trendline.poly','value':_0x316c64[_0x5b2347(0x317)]}],aa={[_0x316c64[_0x5b2347(0x3ce)]]:_0x382b97(_0x55002,{}),[_0x316c64['exp']]:_0x382b97(_0x266d7c,{}),[_0x316c64[_0x5b2347(0x40d)]]:_0x382b97(_0x59e2e8,{}),[_0x316c64[_0x5b2347(0x21b)]]:_0x382b97(_0x4dcf53,{}),[_0x316c64[_0x5b2347(0x3ec)]]:_0x382b97(_0x460161,{}),[_0x316c64[_0x5b2347(0x317)]]:_0x382b97(_0x3f3b12,{})},oa=[0x2,0x3,0x4,0x5,0x6][_0x5b2347(0xe8)](_0xa95700=>({'label':''+_0xa95700,'value':String(_0xa95700)})),sa=[_0x4246af[_0x5b2347(0x38f)],_0x4246af[_0x5b2347(0x302)],_0x4246af[_0x5b2347(0x2d5)],_0x4246af[_0x5b2347(0xcf)],_0x4246af['Top'],_0x4246af[_0x5b2347(0x4f8)]][_0x5b2347(0xe8)](_0x4743a1=>({'label':_0x5b2347(0x4bd)+_0x4743a1,'value':_0x4743a1})),ca=[_0x423094[_0x5b2347(0x302)],_0x423094[_0x5b2347(0x1a6)]]['map'](_0x1d642a=>({'label':_0x5b2347(0x4bd)+_0x1d642a,'value':_0x1d642a})),la=[_0x1ec939['Top'],_0x1ec939[_0x5b2347(0x4f8)],_0x1ec939[_0x5b2347(0x2d5)],_0x1ec939[_0x5b2347(0xcf)],_0x1ec939['Hide']][_0x5b2347(0xe8)](_0x2dde2f=>({'label':'sheets-chart-ui.positionType.'+_0x2dde2f,'value':_0x2dde2f})),ua=[_0x5b1619['Single'],_0x5b1619[_0x5b2347(0x26a)],_0x5b1619[_0x5b2347(0x567)]][_0x5b2347(0xe8)](_0x4f8058=>({'label':_0x5b2347(0x48d)+_0x4f8058,'value':_0x4f8058})),da=['continuous',_0x5b2347(0x3dc)]['map'](_0x4177dd=>({'label':_0x5b2347(0x342)+_0x4177dd,'value':_0x4177dd})),fa=[_0x49e276[_0x5b2347(0x488)],_0x49e276[_0x5b2347(0x4f8)],_0x49e276['Left'],_0x49e276[_0x5b2347(0xcf)],_0x49e276[_0x5b2347(0x31c)]][_0x5b2347(0xe8)](_0xd364dc=>({'label':'sheets-chart-ui.positionType.'+_0xd364dc,'value':_0xd364dc})),pa=[_0x22e686['Start'],_0x22e686[_0x5b2347(0x4d9)],_0x22e686['End']][_0x5b2347(0xe8)](_0x541a3e=>({'label':_0x5b2347(0x297)+_0x541a3e,'value':_0x541a3e}));[_0x2f60fc[_0x5b2347(0x2d5)],_0x2f60fc[_0x5b2347(0x4d9)],_0x2f60fc['Right']][_0x5b2347(0xe8)](_0x303fb0=>({'label':_0x5b2347(0x443)+_0x303fb0,'value':_0x303fb0})),[_0x9597e5[_0x5b2347(0x488)],_0x9597e5['Middle'],_0x9597e5[_0x5b2347(0x4f8)]][_0x5b2347(0xe8)](_0x3e7fb0=>({'label':_0x5b2347(0x389)+_0x3e7fb0,'value':_0x3e7fb0}));const ma=[{'value':_0x5b2347(0x539),'label':_0x5b2347(0x19e)},{'value':_0x5b2347(0x3a1),'label':_0x5b2347(0x258)},{'value':_0x5b2347(0x56b),'label':_0x5b2347(0x4c8)}],ha=[0x1,0x2,0x3][_0x5b2347(0xe8)](_0x286bcb=>({'label':_0x286bcb+'px','value':String(_0x286bcb)})),ga=[{'label':_0x5b2347(0x2a4),'value':''},{'label':_0x5b2347(0x371),'value':_0x30ba0b[_0x5b2347(0x102)]},{'label':_0x5b2347(0x141),'value':_0x30ba0b[_0x5b2347(0x56c)]}],_a=[{'label':_0x5b2347(0x42c),'value':_0x167ba3['Line']},{'label':_0x5b2347(0x4a3),'value':_0x167ba3[_0x5b2347(0x1a0)]},{'label':'sheets-chart-ui.lineType.step','value':_0x167ba3[_0x5b2347(0x4a8)]}],va=[0x0,0.25,0.5,0.75][_0x5b2347(0xe8)](_0x5b71d4=>({'label':_0x5b71d4*0x64+'%','value':String(_0x5b71d4)})),ya=[{'label':_0x5b2347(0x34e),'value':_0x2a5c92[_0x5b2347(0x495)]},{'label':_0x5b2347(0xe2),'value':_0x2a5c92['Circle']}],ba=[{'label':_0x5b2347(0x2e1),'value':_0x5cb45c[_0x5b2347(0x2e8)]},{'label':_0x5b2347(0xf7),'value':_0x5cb45c['Zero']},{'label':'sheets-chart-ui.invalidType.connectDataPointsWithStraightLines','value':_0x5cb45c[_0x5b2347(0x48c)]}],xa=[_0x12170d[_0x5b2347(0x3e7)],_0x12170d['SeriesName'],_0x12170d['Value'],_0x12170d[_0x5b2347(0x189)]],Sa=[{'label':_0x5b2347(0x48b),'value':_0x12170d[_0x5b2347(0x3e7)]},{'label':_0x5b2347(0x419),'value':_0x12170d[_0x5b2347(0xf5)]},{'label':_0x5b2347(0x192),'value':_0x12170d[_0x5b2347(0x290)]},{'label':_0x5b2347(0x265),'value':_0x12170d['Percentage']}][_0x5b2347(0xe8)](_0x14de2c=>({..._0x14de2c,'value':String(_0x14de2c['value'])})),Ca=Sa[_0x5b2347(0x16c)](_0x997c4d=>_0x997c4d[_0x5b2347(0x515)]!==String(_0x12170d[_0x5b2347(0xf5)])),wa=[0x6,0xc,0x12,0x18][_0x5b2347(0xe8)](_0x47c44a=>({'label':_0x47c44a+'px','value':String(_0x47c44a)})),Ta=[0x1,0x2,0x4,0x8][_0x5b2347(0xe8)](_0x4d50aa=>({'label':_0x4d50aa+'px','value':String(_0x4d50aa)})),Ea=[{'label':_0x5b2347(0x4b3),'value':'none'},{'label':'sheets-chart-ui.relation.circular','value':_0x5b2347(0x34f)},{'label':_0x5b2347(0x151),'value':_0x5b2347(0x4e6)}],Da=[{'label':'1930-08-05','suffix':_0x5b2347(0x14d)},{'label':_0x5b2347(0xd6),'suffix':'yyyy/MM/dd'},{'label':_0x5b2347(0x3f7),'suffix':_0x5b2347(0x310)},{'label':'08-05','suffix':'MM-dd'},{'label':'8月5日','suffix':'M\x22月\x22d\x22日\x22'},{'label':_0x5b2347(0x2dc),'suffix':_0x5b2347(0x43b)},{'label':_0x5b2347(0x267),'suffix':'h:mm'},{'label':_0x5b2347(0x18c),'suffix':_0x5b2347(0x4c0)},{'label':_0x5b2347(0x46d),'suffix':_0x5b2347(0xcd)},{'label':'下午1:30:30','suffix':'A/P\x20h:mm:ss'},{'label':_0x5b2347(0xda),'suffix':_0x5b2347(0x3e5)}],Oa=[{'label':_0x5b2347(0x2ea),'suffix':_0x5b2347(0x53f)},{'label':_0x5b2347(0x24a),'suffix':'#,##0_);[Red](#,##0)','color':_0x5b2347(0x30f)},{'label':'1,234.56','suffix':_0x5b2347(0x54c)},{'label':_0x5b2347(0x27d),'suffix':_0x5b2347(0x203),'color':'red'},{'label':_0x5b2347(0x4c2),'suffix':'#,##0.00_);-#,##0.00'},{'label':_0x5b2347(0x4c2),'suffix':_0x5b2347(0x239),'color':_0x5b2347(0x30f)}],ka=[{'label':_0x4414ad=>_0x4414ad+_0x5b2347(0x3d8),'suffix':_0x2fba0e=>'\x22'+_0x2fba0e+'\x22#,##0.00_);\x22'+_0x2fba0e+_0x5b2347(0x48e)},{'label':_0x521988=>_0x521988+_0x5b2347(0x3d8),'suffix':_0x47d1a7=>'\x22'+_0x47d1a7+'\x22#,##0.00_);[Red]\x22'+_0x47d1a7+_0x5b2347(0x48e),'color':_0x5b2347(0x30f)},{'label':_0x43deef=>'('+_0x43deef+_0x5b2347(0x45e),'suffix':_0x353cd8=>'\x22'+_0x353cd8+'\x22#,##0.00_);(\x22'+_0x353cd8+_0x5b2347(0x340)},{'label':_0x55663b=>'('+_0x55663b+_0x5b2347(0x45e),'suffix':_0x22ed92=>'\x22'+_0x22ed92+_0x5b2347(0x4e9)+_0x22ed92+_0x5b2347(0x340),'color':_0x5b2347(0x30f)},{'label':_0x5b310d=>'-'+_0x5b310d+_0x5b2347(0x3d8),'suffix':_0xeda059=>'\x22'+_0xeda059+'\x22#,##0.00_);-\x22'+_0xeda059+_0x5b2347(0x48e)},{'label':_0x2ce1da=>'-'+_0x2ce1da+_0x5b2347(0x3d8),'suffix':_0x53ac81=>'\x22'+_0x53ac81+_0x5b2347(0x49e)+_0x53ac81+_0x5b2347(0x48e),'color':_0x5b2347(0x30f)}],Aa=_0x5b2347(0x569),ja=_0x5b2347(0xd1),Ma=[{'label':_0x5b2347(0x17d),'value':_0x2b5de0[_0x5b2347(0xbb)]},{'label':_0x5b2347(0x427),'value':_0x2b5de0[_0x5b2347(0x102)]}],Na=_0x3fcfb4=>{const _0x4c7b23=_0x5b2347;let {className:_0x170ab8}=_0x3fcfb4,_0x599435=_0x1496d3(_0x257240),[_0x21d07e,_0x27d743]=$(_0x4c7b23(0x46f)),[_0x161ab1,_0x1f248a]=$(_0x4c7b23(0x40a)),_0x33f6ec=ya[_0x4c7b23(0xe8)](_0x75b694=>({..._0x75b694,'label':_0x599435['t'](_0x75b694[_0x4c7b23(0x496)])}));return _0x2b8328(_0x4c7b23(0x3cf),{'className':_0x170ab8,'children':[_0x382b97(_0x4c7b23(0x3cf),{'children':_0x382b97(_0x23a1ee,{'value':_0x21d07e==null?_0x459aff[_0x4c7b23(0x186)][_0x4c7b23(0x2c9)]:_0x21d07e,'items':_0x33f6ec,'onChange':_0x27d743})}),_0x382b97(_0x4c7b23(0x3cf),{'className':_0x4c7b23(0x451),'children':_0x382b97(_0x304d4b,{'checked':!!_0x161ab1,'onChange':_0x399240=>{_0x1f248a(!!_0x399240);},'children':_0x599435['t'](_0x4c7b23(0x246))})})]});},Pa=()=>{const _0xe91241=_0x5b2347;var _0x50eb22,_0x173cd8,_0x444464;let _0x2f6426=_0x1496d3(_0x257240),[_0x33a27b]=$(_0xe91241(0x414)),[_0x5033ea]=$('categoryList'),[_0xcb5527]=$(_0xe91241(0x34a)),[_0xb101c2,_0x3984f8]=$(_0x1bc3e8['ScatterXIndex']),[_0x247639,_0x9f2828]=$(_0x1bc3e8[_0xe91241(0x359)]),[_0x2136d8,_0x47b01b]=$(_0x1bc3e8[_0xe91241(0x35f)]),[_0xa0e851,_0x4cb946]=$(_0x1bc3e8[_0xe91241(0x1a1)]),[_0x187b2f,_0x5835ce]=$(_0x1bc3e8[_0xe91241(0x1b3)]),_0xa48350=_0xda5713=>{_0x5835ce(_0xda5713);};return _0x2b8328(_0xe91241(0x3cf),{'className':'univer-mb-2','children':[_0x382b97(_0xe91241(0x3cf),{'className':_0xe91241(0x399),'children':_0x2f6426['t'](_0xe91241(0x3ba))}),_0x382b97(_0x5b419e,{'className':_0xe91241(0x503),'value':typeof _0x2136d8==_0xe91241(0x537)?String(_0x2136d8):'','options':_0x5033ea||[],'onChange':_0x248e84=>_0x47b01b(Number(_0x248e84))}),_0x382b97(_0xe91241(0x3cf),{'className':_0xe91241(0x399),'children':_0x2f6426['t']('sheets-chart-ui.bubble.xAxis')}),_0x382b97(_0x5b419e,{'className':_0xe91241(0x503),'value':_0xb101c2===void 0x0?(_0x50eb22=(_0xcb5527||[])[_0x5871e9['X']])==null?void 0x0:_0x50eb22[_0xe91241(0x515)]:String(_0xb101c2),'options':_0xcb5527||[],'onChange':_0x1d9741=>_0x3984f8(Number(_0x1d9741))}),_0x382b97(_0xe91241(0x3cf),{'className':_0xe91241(0x399),'children':_0x2f6426['t'](_0xe91241(0x2ac))}),_0x382b97(_0x5b419e,{'className':_0xe91241(0x503),'value':_0x247639===void 0x0?(_0x173cd8=(_0xcb5527||[])[_0x5871e9['Y']])==null?void 0x0:_0x173cd8[_0xe91241(0x515)]:String(_0x247639),'options':_0xcb5527,'onChange':_0x2e312c=>{_0x9f2828(Number(_0x2e312c));}}),_0x382b97('div',{'className':_0xe91241(0x399),'children':_0x2f6426['t'](_0xe91241(0x419))}),_0x382b97(_0x5b419e,{'className':_0xe91241(0x503),'value':_0xa0e851===void 0x0?'':String(_0xa0e851),'options':_0x5033ea,'onChange':_0x2c98b2=>{_0x4cb946(Number(_0x2c98b2));}}),_0x382b97(_0xe91241(0x3cf),{'className':_0xe91241(0x399),'children':_0x2f6426['t'](_0xe91241(0x1a5))}),_0x382b97(_0x5b419e,{'className':_0xe91241(0x503),'value':_0x187b2f?String(_0x187b2f):(_0x444464=(_0xcb5527||[])[_0x5871e9[_0xe91241(0x442)]])==null?void 0x0:_0x444464[_0xe91241(0x515)],'options':_0x33a27b,'onChange':_0x1bad3d=>_0xa48350(Number(_0x1bad3d))})]});},Fa=[{'key':_0x5b2347(0xce),'locale':'sheets-chart-ui.candlestick.category'},{'key':_0x5b2347(0x110),'locale':_0x5b2347(0x2c4)},{'key':_0x5b2347(0x183),'locale':_0x5b2347(0x50f)},{'key':_0x5b2347(0x51d),'locale':_0x5b2347(0x50a)},{'key':'closeIndex','locale':_0x5b2347(0x4dd)}];function Ia(_0x3f562a){const _0x3f9377=_0x5b2347;let _0x5d051a=Fa[_0x3f9377(0xe8)](({key:_0x31f61a})=>_0x3f562a[_0x31f61a]);return _0x5d051a[_0x3f9377(0x30d)](_0x247afb=>Number[_0x3f9377(0x351)](_0x247afb)&&_0x247afb>=0x0)&&new Set(_0x5d051a)[_0x3f9377(0x270)]===_0x5d051a[_0x3f9377(0x51e)];}const La=()=>{const _0xe6c835=_0x5b2347;let _0x3387c9=_0x1496d3(_0x257240),[_0x3d56f9,_0x1d2036]=$(_0xe6c835(0xce)),[_0x4c3460,_0x29e2ad]=$(_0xe6c835(0x4f7)),[_0x2ca065]=$(_0xe6c835(0x276)),[_0x8c043c,_0x2afa10]=_0x39d935({'categoryIndex':_0x3d56f9==null?void 0x0:_0x3d56f9,..._0x4c3460});_0x1c4377(()=>{_0x2afa10({'categoryIndex':_0x3d56f9==null?void 0x0:_0x3d56f9,..._0x4c3460});},[_0x3d56f9,_0x4c3460]);let _0x1c286a=(_0x274d3d,_0x26f761)=>{const _0x2aa02d=_0xe6c835;let _0x54705d={..._0x8c043c,[_0x274d3d]:_0x26f761};_0x2afa10(_0x54705d),Ia(_0x54705d)&&(_0x1d2036(_0x54705d[_0x2aa02d(0xce)]),_0x29e2ad({'openIndex':_0x54705d[_0x2aa02d(0x110)],'highIndex':_0x54705d['highIndex'],'lowIndex':_0x54705d[_0x2aa02d(0x51d)],'closeIndex':_0x54705d['closeIndex']}));},_0x5d6cc5=Ia(_0x8c043c);return _0x2b8328('div',{'className':_0xe6c835(0x451),'children':[Fa['map'](({key:_0x1bd9ed,locale:_0x406c66})=>{const _0x4c2b01=_0xe6c835;let _0x809d97=_0x8c043c[_0x1bd9ed],_0x3e8b11=new Set(Fa[_0x4c2b01(0x16c)](_0x5a1c7f=>_0x5a1c7f[_0x4c2b01(0x19c)]!==_0x1bd9ed)[_0x4c2b01(0xe8)](_0x1fb85b=>_0x8c043c[_0x1fb85b[_0x4c2b01(0x19c)]]));return _0x382b97(_0x4c2b01(0x3cf),{'className':_0x4c2b01(0x2d9),'children':_0x382b97(_0x144af5,{'label':_0x3387c9['t'](_0x406c66),'value':_0x809d97===void 0x0?'':String(_0x809d97),'options':(_0x2ca065==null?[]:_0x2ca065)[_0x4c2b01(0xe8)](_0x579343=>({..._0x579343,'disabled':_0x3e8b11[_0x4c2b01(0x453)](Number(_0x579343[_0x4c2b01(0x515)]))})),'onChange':_0x1a9057=>_0x1c286a(_0x1bd9ed,Number(_0x1a9057))})},_0x1bd9ed);}),!_0x5d6cc5&&_0x382b97(_0xe6c835(0x3cf),{'className':_0xe6c835(0x234),'aria-live':_0xe6c835(0x3c7),'children':_0x3387c9['t'](_0xe6c835(0x2e4))})]});},Ra=_0x5b2347(0x387),za=({label:_0x266f5e,value:_0x3570c4,onChange:_0x415cee,onClear:_0x1036a5})=>{const _0x32c6b6=_0x5b2347;let _0xc258eb=_0x1496d3(_0x43f3bf);return _0x382b97(_0x1c6752,{'label':_0x266f5e,'children':_0x382b97(_0x475aab,{'aria-label':_0x266f5e,'className':'univer-w-full','value':_0x3570c4==null?null:_0x3570c4,'allowEmpty':!0x0,'allowClear':!0x0,'onFocus':()=>_0xc258eb[_0x32c6b6(0x3bb)](_0x1293a1,!0x0),'onBlur':()=>_0xc258eb[_0x32c6b6(0x3bb)](_0x1293a1,!0x1),'onChange':_0x48c6af=>_0x48c6af===null?_0x1036a5():Number['isFinite'](_0x48c6af)&&_0x415cee(_0x48c6af)})});},Ba=()=>{const _0x3f7025=_0x5b2347;var _0x123268,_0x22e3b8,_0x55dffb,_0x171d81;let _0x29c4fe=_0x1496d3(_0x257240),_0x59a347=_0x1496d3(_0x43f3bf),_0x18dccf=_0x1496d3(Gi),[_0x4cf85a]=$(_0x3f7025(0x514)),[_0xc3afcb]=$('seriesResourceList'),[_0x5b4171]=$(_0x3f7025(0x344)),_0x100dd1=(_0x123268=_0x5b4171==null||(_0x22e3b8=_0x5b4171[_0x3f7025(0x1e3)])==null?void 0x0:_0x22e3b8[_0x3f7025(0x405)])==null?Ra:_0x123268,_0x3ec55c=_0x18dccf[_0x3f7025(0x477)][_0x3f7025(0x42b)](_0x18dccf),_0x1566c1=(_0x548229,_0x537b58)=>{const _0x37b228=_0x3f7025;typeof _0x548229==_0x37b228(0x537)&&Number['isFinite'](_0x548229)&&_0x537b58(_0x548229);};return _0x2b8328('div',{'className':_0x3f7025(0x3fb),'children':[_0x2b8328(_0x3f7025(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0x29c4fe['t'](_0x3f7025(0x31a))}),_0x382b97(_0x5b419e,{'aria-label':_0x29c4fe['t'](_0x3f7025(0x31a)),'className':_0x3f7025(0x503),'value':(_0x4cf85a==null?void 0x0:_0x4cf85a[0x0])===void 0x0?'':String(_0x4cf85a[0x0]),'options':_0xc3afcb,'onChange':_0x4d3da3=>_0x3ec55c(_0x520b8f(Number(_0x4d3da3)))})]}),_0x382b97(_0x144af5,{'label':_0x29c4fe['t'](_0x3f7025(0x29d)),'value':_0x100dd1,'options':[Ra,...Object[_0x3f7025(0x1e4)](_0x75946e)]['map'](_0x416e03=>({'value':_0x416e03,'label':_0x29c4fe['t'](_0x3f7025(0xc7)+_0x416e03)})),'onChange':_0xf62f80=>_0x3ec55c(_0xf62f80===Ra?_0x54f78d():_0xf62f80===_0x75946e[_0x3f7025(0x2d0)]?_0x5656e1(0xa):_0x4bf5d3(0x1))}),_0x100dd1===_0x75946e[_0x3f7025(0x2d0)]&&_0x382b97(_0x1c6752,{'label':_0x29c4fe['t'](_0x3f7025(0x145)),'children':_0x382b97(_0x475aab,{'aria-label':_0x29c4fe['t'](_0x3f7025(0x145)),'className':_0x3f7025(0x1c3),'min':0x1,'max':_0x40e88c,'step':0x1,'precision':0x0,'value':(_0x5b4171==null||(_0x55dffb=_0x5b4171[_0x3f7025(0x1e3)])==null?void 0x0:_0x55dffb[_0x3f7025(0x405)])===_0x75946e['Count']?_0x5b4171['binning'][_0x3f7025(0x2a7)]:void 0x0,'onFocus':()=>_0x59a347[_0x3f7025(0x3bb)](_0x1293a1,!0x0),'onBlur':()=>_0x59a347[_0x3f7025(0x3bb)](_0x1293a1,!0x1),'onChange':_0x4a01ca=>_0x1566c1(_0x4a01ca,_0x5e4a63=>_0x3ec55c(_0x5656e1(_0x5e4a63)))})}),_0x100dd1===_0x75946e[_0x3f7025(0x44e)]&&_0x382b97(_0x1c6752,{'label':_0x29c4fe['t'](_0x3f7025(0x281)),'children':_0x382b97(_0x475aab,{'aria-label':_0x29c4fe['t']('sheets-chart-ui.histogram.binWidth'),'className':'univer-w-full','min':0x2**-0x34,'value':(_0x5b4171==null||(_0x171d81=_0x5b4171[_0x3f7025(0x1e3)])==null?void 0x0:_0x171d81[_0x3f7025(0x405)])===_0x75946e[_0x3f7025(0x44e)]?_0x5b4171[_0x3f7025(0x1e3)][_0x3f7025(0x23b)]:void 0x0,'onFocus':()=>_0x59a347['setContextValue'](_0x1293a1,!0x0),'onBlur':()=>_0x59a347[_0x3f7025(0x3bb)](_0x1293a1,!0x1),'onChange':_0x5a2530=>_0x1566c1(_0x5a2530,_0x330c10=>_0x3ec55c(_0x4bf5d3(_0x330c10)))})}),_0x2b8328(_0x3f7025(0x3cf),{'className':'univer-grid\x20univer-grid-cols-2\x20univer-gap-3','children':[_0x382b97(za,{'label':_0x29c4fe['t']('sheets-chart-ui.histogram.underflow'),'value':_0x5b4171==null?void 0x0:_0x5b4171[_0x3f7025(0x3c9)],'onChange':_0x567046=>_0x3ec55c(_0x599fd2(_0x567046)),'onClear':()=>_0x3ec55c(_0x5adf18())}),_0x382b97(za,{'label':_0x29c4fe['t'](_0x3f7025(0x27e)),'value':_0x5b4171==null?void 0x0:_0x5b4171[_0x3f7025(0x445)],'onChange':_0x22591e=>_0x3ec55c(_0xbbbe0f(_0x22591e)),'onClear':()=>_0x3ec55c(_0x143c1a())})]})]});},Va=_0x5b2347(0x1a3);function Ha(_0x386ba8,_0x23af94,_0x4802df){const _0x4103a0=_0x5b2347;let _0x246478=new Set(_0x23af94);return{'hierarchyChoices':_0x386ba8[_0x4103a0(0x16c)](_0x292d27=>Number(_0x292d27['value'])!==_0x4802df&&!_0x246478[_0x4103a0(0x453)](Number(_0x292d27['value']))),'valueChoices':_0x386ba8[_0x4103a0(0x16c)](_0x4ca219=>!_0x246478[_0x4103a0(0x453)](Number(_0x4ca219[_0x4103a0(0x515)])))};}function Ua(_0x85a5bf,_0x2238c2,_0x51363c){const _0x26a4ae=_0x5b2347;let _0x462739=_0x2238c2+_0x51363c;if(_0x462739<0x0||_0x462739>=_0x85a5bf[_0x26a4ae(0x51e)])return _0x85a5bf;let _0x22bd71=[..._0x85a5bf];return[_0x22bd71[_0x2238c2],_0x22bd71[_0x462739]]=[_0x22bd71[_0x462739],_0x22bd71[_0x2238c2]],_0x22bd71;}function Wa(_0x222cd2,_0x121036){const _0x2491d9=_0x5b2347;return _0x222cd2[_0x2491d9(0x51e)]<=0x1?_0x222cd2:_0x222cd2[_0x2491d9(0x16c)]((_0x540a07,_0x170787)=>_0x170787!==_0x121036);}const Ga=()=>{const _0x30c0ce=_0x5b2347;let _0x3ad60e=_0x1496d3(_0x257240),_0x1891c0=_0x3ad60e['t']('sheets-chart-ui.treemap.addHierarchy'),[_0x3e7ed3,_0x5cb558]=$(_0x30c0ce(0x1bf)),_0x1e62ec=_0x881f00(()=>_0x3e7ed3==null?[]:_0x3e7ed3,[_0x3e7ed3]),[_0x58808a,_0x5d0182]=$('treemapValueIndex'),[_0x28b09f=[]]=$(_0x30c0ce(0x1b6)),{hierarchyChoices:_0x3c500b,valueChoices:_0xb4bb7b}=_0x881f00(()=>Ha(_0x28b09f,_0x1e62ec,_0x58808a),[_0x28b09f,_0x1e62ec,_0x58808a]),_0x2b3227=(_0x42e937,_0x221685)=>{let _0x5d18bf=Ua(_0x1e62ec,_0x42e937,_0x221685);_0x5d18bf!==_0x1e62ec&&_0x5cb558(_0x5d18bf);};return _0x2b8328('div',{'className':_0x30c0ce(0x3fb),'children':[_0x2b8328(_0x30c0ce(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0x3ad60e['t']('sheets-chart-ui.treemap.hierarchy')}),_0x2b8328(_0x30c0ce(0x3cf),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-2','children':[_0x1e62ec['map']((_0x108664,_0xd7e7dd)=>{const _0x222f2a=_0x30c0ce;var _0x345a95;let _0x291121=_0x28b09f[_0x222f2a(0x133)](_0x31c78e=>Number(_0x31c78e[_0x222f2a(0x515)])===_0x108664);return _0x2b8328(_0x222f2a(0x3cf),{'className':_0x222f2a(0x1eb),'children':[_0x382b97(_0x222f2a(0x3cf),{'className':'univer-min-w-0\x20univer-flex-1\x20univer-truncate','children':(_0x345a95=_0x291121==null?void 0x0:_0x291121['label'])==null?String(_0x108664):_0x345a95}),_0x2b8328(_0x222f2a(0x3cf),{'className':'univer-ml-auto\x20univer-flex\x20univer-items-center','children':[_0x382b97(_0x8a118a,{'className':Va,'aria-label':_0x3ad60e['t'](_0x222f2a(0x428)),'size':_0x222f2a(0x4e1),'variant':'text','disabled':_0xd7e7dd===0x0,'onClick':()=>_0x2b3227(_0xd7e7dd,-0x1),'children':_0x382b97(_0x4b1379,{'aria-hidden':_0x222f2a(0x13c)})}),_0x382b97(_0x8a118a,{'className':Va,'aria-label':_0x3ad60e['t']('sheets-chart-ui.treemap.moveDown'),'size':'icon','variant':_0x222f2a(0x480),'disabled':_0xd7e7dd===_0x1e62ec[_0x222f2a(0x51e)]-0x1,'onClick':()=>_0x2b3227(_0xd7e7dd,0x1),'children':_0x382b97(_0x4277f6,{'aria-hidden':_0x222f2a(0x13c)})}),_0x382b97(_0x8a118a,{'className':Va,'aria-label':_0x3ad60e['t'](_0x222f2a(0x160)),'size':'icon','variant':_0x222f2a(0x480),'disabled':_0x1e62ec[_0x222f2a(0x51e)]<=0x1,'onClick':()=>_0x5cb558(Wa(_0x1e62ec,_0xd7e7dd)),'children':_0x382b97(_0x2169d9,{'aria-hidden':'true'})})]})]},_0x108664);}),_0x382b97(_0x5b419e,{'aria-label':_0x1891c0,'className':_0x30c0ce(0x503),'value':_0x1891c0,'options':_0x3c500b,'onChange':_0x2be2ee=>_0x5cb558([..._0x1e62ec,Number(_0x2be2ee)])})]})]}),_0x382b97(_0x1c6752,{'label':_0x3ad60e['t'](_0x30c0ce(0x2aa)),'children':_0x382b97(_0x5b419e,{'aria-label':_0x3ad60e['t']('sheets-chart-ui.treemap.value'),'className':_0x30c0ce(0x503),'value':_0x58808a===void 0x0?'':String(_0x58808a),'options':_0xb4bb7b,'onChange':_0x2f5685=>_0x5d0182(Number(_0x2f5685))})})]});},Ka=_0x308662=>_0x308662[_0x5b2347(0x134)](_0x4b392d[_0x5b2347(0xfc)])[_0x5b2347(0x4cd)](),qa=_0x439d33=>{const _0x2e7897=_0x5b2347;var _0x5b667a;return(_0x5b667a=_0x439d33[_0x2e7897(0x134)](_0x4b392d[_0x2e7897(0xfc)])[_0x2e7897(0x2d4)]())==null?void 0x0:_0x5b667a['getSheetId']();},Ja=[_0x1febe2['Area'],_0x1febe2[_0x5b2347(0x120)]];function Ya(_0x2b06d1){const _0x133748=_0x5b2347;return _0x382b97(_0x42912c,{'children':_0x2b06d1[_0x133748(0xe8)](_0x500ec0=>_0x382b97(_0x133748(0x3cf),{'className':_0x133748(0x412),'style':{'backgroundColor':_0x500ec0}},_0x500ec0))});}function Xa(_0x4b62a5,_0xa6f2fa){const _0x4cce5b=_0x5b2347;return _0x4b62a5[_0x4cce5b(0xe8)](_0x5c2dd1=>({'label':_0x382b97(_0x4cce5b(0x3cf),{'className':_0x4cce5b(0x56a),'children':Ya(_0xa6f2fa['getColors'](_0x5c2dd1))}),'value':_0x5c2dd1}));}const Za=()=>{const _0x2f7a7c=_0x5b2347;var _0x3fc8e0;let _0x553683=_0x1496d3(Gi),_0x491d6b=_0x1496d3(_0x49add4),_0xcda2a7=_0x1496d3(_0x257240),_0x114579=_0x1496d3(_0x5999f6),_0x3318a0=_0x114579[_0x2f7a7c(0x3d2)](),_0x2eccde=_0x41cbc9(_0x1496d3(_0x3b913e)),_0xe12e83=_0x881f00(()=>Mi(Ai['concat'](),_0x2eccde)[_0x2f7a7c(0xe8)](_0x2335fb=>({'label':_0x2b8328('div',{'className':_0x2f7a7c(0x52e),'children':[_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x142),'children':Ji==null?void 0x0:Ji[_0x2335fb[_0x2f7a7c(0x515)]]}),_0x382b97('div',{'className':_0x2f7a7c(0x257),'children':_0xcda2a7['t'](_0x2335fb[_0x2f7a7c(0x496)])})]}),'value':String(_0x2335fb['value'])})),[_0xcda2a7]),[_0x2d6bb8,_0x1c2818]=_0x39d935(!0x1);_0x1c4377(()=>{_0x553683['setRangeSelectMode'](_0x2d6bb8);},[_0x2d6bb8,_0x553683]);let _0x2a287e=ba[_0x2f7a7c(0xe8)](_0x417519=>({..._0x417519,'label':_0xcda2a7['t'](_0x417519[_0x2f7a7c(0x496)])})),_0x267c21=ga[_0x2f7a7c(0xe8)](_0x895ade=>({..._0x895ade,'label':_0xcda2a7['t'](_0x895ade['label'])})),_0x5ec215=_a['map'](_0x3edffd=>({..._0x3edffd,'label':_0xcda2a7['t'](_0x3edffd['label'])})),_0x2c9086=Ma[_0x2f7a7c(0xe8)](_0x46604c=>({..._0x46604c,'label':_0xcda2a7['t'](_0x46604c[_0x2f7a7c(0x496)])})),_0x368959=Xa(_0x3318a0,_0x114579),_0x5773c9=Ka(_0x491d6b),_0x317a9a=qa(_0x491d6b),_0x399c9c=_0x1496d3(_0x43f3bf),[_0x211d26,_0x34d1b0]=$('chartType'),[_0x5563b3,_0x4cba80]=$(_0x2f7a7c(0x216)),[_0x25b93d,_0x2e7fac]=$('areaLineStyle'),[_0x155e04,_0x52e4ff]=$(_0x2f7a7c(0xce)),[_0x4686b5]=$('categoryType'),[_0x42613e]=$('categoryList'),[_0x38c9b8,_0x5cd317]=$('seriesValues'),[_0x143408]=$(_0x2f7a7c(0x34a)),[_0x24832d,_0x5bbd4c]=$(_0x2f7a7c(0x123)),[_0x50eab7,_0x218442]=$(_0x2f7a7c(0x357)),[_0x2d0b89,_0x1b30b9]=$('heatmapMax'),[_0x5850a4,_0x5a3663]=$(_0x2f7a7c(0x3da)),[_0x5a131a,_0x1a215f]=$(_0x2f7a7c(0x465)),[_0xd1ced6,_0x276c06]=$(_0x2f7a7c(0x52b)),_0x4433e0=_0x881f00(()=>_0xd1ced6===void 0x0?_0x211d26?_0x3d7b4c['baseOn'](_0x211d26,_0x1febe2[_0x2f7a7c(0x37f)]):!0x1:_0xd1ced6,[_0xd1ced6,_0x211d26]),[_0x199c5d,_0x5c0542]=$(_0x2f7a7c(0x473)),[_0x3ca576,_0x58f97c]=$(_0x2f7a7c(0x4ce)),[_0x5e9d3e,_0x31db72]=$(_0x2f7a7c(0x24c)),[_0x4a3dd8,_0x181575]=$(_0x2f7a7c(0x433)),[_0x5bccb8,_0x39fe1d]=$('funnelUseAbsValue'),_0x35f96d=_0x211d26&&Ja['some'](_0x267588=>_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x267588)),_0x2918c9=_0x211d26&&[_0x1febe2[_0x2f7a7c(0x37f)],_0x1febe2[_0x2f7a7c(0x138)]][_0x2f7a7c(0x137)](_0xb985e9=>_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0xb985e9)),_0x579870=_0x211d26&&[_0x1febe2[_0x2f7a7c(0x138)],_0x1febe2[_0x2f7a7c(0x1ae)],_0x1febe2[_0x2f7a7c(0x3a2)],_0x1febe2[_0x2f7a7c(0x304)]][_0x2f7a7c(0x30d)](_0x397019=>_0x397019!==_0x211d26),_0x3eadf5=_0x4686b5===_0x53be21['Linear']||typeof _0x155e04!=_0x2f7a7c(0x537),_0x388d9b=_0x211d26&&[_0x1febe2[_0x2f7a7c(0x2ae)],_0x1febe2[_0x2f7a7c(0x418)]][_0x2f7a7c(0x137)](_0x13fd70=>_0x211d26===_0x13fd70),_0x3061fc=!_0x388d9b||_0x388d9b&&_0x38c9b8&&(_0x38c9b8==null?void 0x0:_0x38c9b8['length'])<0x1,_0x1289a0=_0x211d26&&_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x1febe2['Waterfall']),_0x2f3efd=_0x211d26&&_0x7a37a2(_0x211d26),[_0x29b64e,_0x4b1cda]=$(_0x2f7a7c(0x3d1)),_0x4783b4=_0x211d26&&_0x211d26===_0x1febe2[_0x2f7a7c(0x2bc)],_0x167869=_0x211d26&&_0x211d26===_0x1febe2[_0x2f7a7c(0x33b)],_0x40ba82=_0x211d26&&_0x211d26===_0x1febe2[_0x2f7a7c(0x26b)],_0x18eeda=_0x211d26&&_0x211d26===_0x1febe2[_0x2f7a7c(0x3c4)],_0x1b7367=_0x211d26===_0x1febe2[_0x2f7a7c(0xfa)],_0x197024=_0x211d26===_0x1febe2[_0x2f7a7c(0x221)],_0x1330c0=_0x211d26===_0x1febe2[_0x2f7a7c(0x49b)],_0x2a9f03=_0x211d26&&_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x1febe2['Bubble']),_0x1e708b=_0xfd019a=>{_0x29b64e&&_0x4b1cda(_0x29b64e['filter']((_0x5bbe96,_0x1eaa51)=>_0x1eaa51!==_0xfd019a));},_0x1b64c4=(_0x2ccee0,_0x5c401f)=>{const _0x16c30=_0x2f7a7c;if(_0x29b64e){_0x29b64e[_0x2ccee0][_0x16c30(0x237)]=_0x5c401f;let _0x258373=(_0x143408==null?void 0x0:_0x143408[_0x5c401f]['label'])||'';_0x258373&&(_0x29b64e[_0x2ccee0][_0x16c30(0xee)]=_0xcda2a7['t'](_0x16c30(0x49d))+'-'+_0xcda2a7['t'](_0x16c30(0xe5))+'-('+_0x258373+')'),_0x4b1cda(_0x29b64e[_0x16c30(0x529)]());}},_0x503e20=!!(_0x211d26&&_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x1febe2['Funnel'])),_0x196b92=na,[_0x17df59,_0x22d247]=_0x39d935(!0x1),_0x2ae37d=_0x881f00(()=>_0xcb7b99(async _0x8a7b91=>{const _0x59bf4f=_0x2f7a7c;var _0xf258a7;if(Oi(_0x5563b3,_0x491d6b)===_0x8a7b91)return;let {unitId:_0x29c7ec,sheetName:_0x5879c0,range:_0x504bbc}=_0x8a7b91[_0x59bf4f(0x4a0)](',')[_0x59bf4f(0x16c)](_0x1cdcf5=>!!_0x1cdcf5)[_0x59bf4f(0xe8)](_0x3972e1)[0x0],_0xa6b1b1=_0x29c7ec||_0x5773c9,_0x4c5585={'range':_0x504bbc,'unitId':_0xa6b1b1,'subUnitId':((_0xf258a7=_0x491d6b[_0x59bf4f(0x309)](_0xa6b1b1)[_0x59bf4f(0x518)](_0x5879c0))==null?void 0x0:_0xf258a7[_0x59bf4f(0x27f)]())||(_0x5563b3==null?void 0x0:_0x5563b3[_0x59bf4f(0x117)]['subUnitId'])};_0x4cba80({'rangeInfo':_0x4c5585,'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x4cba80,_0x5773c9,_0x491d6b]),_0x38aa73=_0xeb8e93=>{const _0xead5f9=_0x2f7a7c;_0x38c9b8&&_0x5cd317(_0x38c9b8[_0xead5f9(0x16c)]((_0x3eee13,_0xd70ff9)=>_0xd70ff9!==_0xeb8e93));},_0x31c036=_0x211d26&&(_0x3d7b4c[_0x2f7a7c(0x453)](_0x211d26,_0x467fd7[_0x2f7a7c(0x230)])?_0x30ba0b[_0x2f7a7c(0x56c)]:_0x3d7b4c['has'](_0x211d26,_0x467fd7[_0x2f7a7c(0x36e)])?_0x30ba0b[_0x2f7a7c(0x102)]:void 0x0),_0x70294e=!!(_0x211d26&&_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x1febe2[_0x2f7a7c(0x3a2)])),_0x10727c=_0x429935(_0x2ef3b1=>{const _0x41cf17=_0x2f7a7c;if(!_0x211d26)return;let _0x32ebcd=_0x2ef3b1,_0xd18e2f=_0x3d7b4c['remove'](_0x211d26,_0x467fd7[_0x41cf17(0x230)]);switch(_0x32ebcd){case _0x30ba0b[_0x41cf17(0x102)]:_0x34d1b0(_0xd18e2f|_0x467fd7[_0x41cf17(0x36e)]);break;case _0x30ba0b['Percent']:_0x34d1b0(_0xd18e2f|_0x467fd7[_0x41cf17(0x230)]);break;default:_0x34d1b0(_0xd18e2f);break;}},[_0x211d26]);return _0x2b8328(_0x2f7a7c(0x3cf),{'children':[_0x2b8328(_0x2f7a7c(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0xff))}),_0x382b97(_0x5b419e,{'className':_0x2f7a7c(0x503),'value':_0x211d26?String(_0x211d26):'','options':_0xe12e83,'onChange':_0x36f6aa=>_0x34d1b0(Number(_0x36f6aa))})]}),_0x211d26&&(_0x3d7b4c[_0x2f7a7c(0x522)](_0x211d26,_0x1febe2[_0x2f7a7c(0x37f)])||_0x3d7b4c['baseOn'](_0x211d26,_0x1febe2[_0x2f7a7c(0x138)]))&&_0x382b97(_0x23a1ee,{'items':_0x5ec215,'className':_0x2f7a7c(0x451),'value':_0x25b93d==null?_0x459aff['area'][_0x2f7a7c(0x536)]:_0x25b93d,'onChange':_0x2e7fac}),_0x211d26===_0x1febe2['Radar']&&_0x382b97(Na,{'className':_0x2f7a7c(0x451)}),_0x2b8328(_0x2f7a7c(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x36f))}),_0x382b97(_0x5b419e,{'className':_0x2f7a7c(0x503),'value':_0x5a131a?String(_0x5a131a):'','options':_0x368959,'onChange':_0x2a7e5c=>{_0x1a215f(_0x2a7e5c);}})]}),_0x1289a0&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x28c))}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x24832d==null?_0x459aff[_0x2f7a7c(0xe3)][_0x2f7a7c(0x36d)]:_0x24832d,'options':_0x2c9086,'onChange':_0xa5a251=>{_0x5bbd4c(_0xa5a251);}}),_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x526),'children':_0x382b97(_0x304d4b,{'checked':_0x50eab7==null?_0x459aff[_0x2f7a7c(0xe3)][_0x2f7a7c(0x357)]:_0x50eab7,'onChange':_0x33effa=>_0x218442(!!_0x33effa),'children':_0xcda2a7['t'](_0x2f7a7c(0x49f))})})]}),_0x579870&&!_0x70294e&&!_0x503e20&&!_0x4783b4&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&!_0x1b7367&&!_0x197024&&!_0x1330c0&&_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x526),'children':_0x382b97(_0x304d4b,{'checked':!!_0x4433e0,'onChange':_0x12c3ec=>_0x276c06(!!_0x12c3ec),'children':_0xcda2a7['t'](_0x2f7a7c(0x4b4))})}),_0x503e20&&_0x2b8328('div',{'className':_0x2f7a7c(0xba),'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x360))}),_0x382b97(_0x5b419e,{'className':_0x2f7a7c(0x503),'value':String(_0x4a3dd8==null?_0x459aff[_0x2f7a7c(0x126)]['gap']:_0x4a3dd8),'options':_0x196b92,'onChange':_0x25bcbf=>_0x181575(Number(_0x25bcbf))}),_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x355),'children':_0x382b97(_0x304d4b,{'checked':_0x5bccb8!=null&&_0x5bccb8,'onChange':_0x2f49eb=>{_0x39fe1d(!!_0x2f49eb);},'children':_0xcda2a7['t']('sheets-chart-ui.styleEditPanel.useAbsValue')})})]}),_0x35f96d&&_0x2b8328(_0x2f7a7c(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x50b))}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x31c036||'','options':_0x267c21,'onChange':_0x10727c})]}),_0x2b8328(_0x2f7a7c(0x3cf),{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x382))}),_0x382b97(_0xafa1d3,{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x5773c9,'subUnitId':_0x317a9a,'initialValue':_0x5563b3?Oi(_0x5563b3,_0x491d6b):'','onChange':(_0x3bc6cb,_0x50a1cd)=>_0x2ae37d(_0x50a1cd),'onFocusChange':_0x31e756=>{_0x17df59||_0x1c2818(_0x31e756);},'onRangeSelectorDialogVisibleChange':_0x393143=>{_0x393143?(_0x22d247(!0x0),_0x1c2818(!0x0)):_0x22d247(!0x1);}})]}),!_0x2a9f03&&!_0x4783b4&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&!_0x1b7367&&!_0x197024&&!_0x1330c0&&_0x2b8328('div',{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t']('sheets-chart-ui.category')}),_0x382b97(_0x5b419e,{'className':_0x2f7a7c(0x503),'value':typeof _0x155e04=='number'?String(_0x155e04):'','options':_0x42613e||[],'onChange':_0x55c45b=>_0x52e4ff(Number(_0x55c45b))})]}),_0x2b8328('div',{'children':[!_0x2a9f03&&!_0x4783b4&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&!_0x1b7367&&!_0x197024&&!_0x1330c0&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0x419))}),_0x2b8328('div',{'className':_0x2f7a7c(0x451),'children':[_0x38c9b8==null?void 0x0:_0x38c9b8['map']((_0x23b215,_0x3ebff6)=>_0x2b8328('div',{'className':_0x2f7a7c(0x4ad),'children':[_0x382b97(_0x5b419e,{'className':_0x2f7a7c(0x503),'value':String(_0x23b215),'options':_0x143408,'onChange':_0x2c52c5=>{const _0x235d2e=_0x2f7a7c;_0x38c9b8[_0x3ebff6]=Number(_0x2c52c5),_0x5cd317(_0x38c9b8[_0x235d2e(0x529)]());}}),_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x2bb),'onClick':()=>_0x38aa73(_0x3ebff6),'children':_0x382b97(_0x25ff25,{})})]},_0x3ebff6)),_0x3061fc&&_0x143408&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&_0x382b97(_0x27db8c,{'className':'univer-w-[--radix-popper-anchor-width]','items':_0x143408[_0x2f7a7c(0xe8)](_0x1c5831=>({'type':_0x2f7a7c(0x37b),'children':_0x1c5831[_0x2f7a7c(0x496)],'onSelect':()=>{_0x5cd317([..._0x38c9b8||[],Number(_0x1c5831['value'])]);}})),'children':_0x2b8328('a',{'className':'univer-mb-2\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-text-primary-600','children':[_0x382b97(_0x14a0f7,{'className':_0x2f7a7c(0x3d4)}),_0x382b97(_0x2f7a7c(0x2a3),{'className':_0x2f7a7c(0xed),'children':_0xcda2a7['t'](_0x2f7a7c(0x513))})]})})]})]}),_0x2f3efd&&!_0x2a9f03&&!_0x4783b4&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&!_0x1b7367&&!_0x197024&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t'](_0x2f7a7c(0xe5))}),_0x2b8328('div',{'className':_0x2f7a7c(0x451),'children':[_0x29b64e==null?void 0x0:_0x29b64e['map']((_0x3809ba,_0x36c246)=>_0x2b8328(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x4ad),'children':[_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x3809ba['name']),'options':_0x143408,'onChange':_0x49aef4=>{_0x1b64c4(_0x36c246,Number(_0x49aef4)-0x1);}}),_0x382b97('div',{'className':'univer-ml-2\x20univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-sm\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','onClick':()=>_0x1e708b(_0x36c246),'children':_0x382b97(_0x25ff25,{})})]},_0x36c246)),_0x2f3efd&&_0x143408&&_0x382b97(_0x27db8c,{'className':'univer-w-[--radix-popper-anchor-width]','items':_0x143408['map'](_0x27f004=>({'type':'item','children':_0x27f004[_0x2f7a7c(0x496)],'onSelect':()=>{const _0x1a615b=_0x2f7a7c;let _0x26f059={'seriesIndex':Number(_0x27f004['value'])-0x1,'type':_0x316c64['linear'],'name':_0xcda2a7['t'](_0x1a615b(0x49d))+'-'+_0xcda2a7['t'](_0x1a615b(0xe5))+'-('+_0x27f004[_0x1a615b(0x496)]+')'};_0x4b1cda([..._0x29b64e||[],_0x26f059]);}})),'children':_0x2b8328('a',{'className':_0x2f7a7c(0x16a),'children':[_0x382b97(_0x14a0f7,{'className':_0x2f7a7c(0x3d4)}),_0x382b97('span',{'className':'univer-margin-left-[1.5px]\x20univer-font-weight-500\x20univer-text-xs','children':_0xcda2a7['t'](_0x2f7a7c(0x368))})]})})]})]}),_0x40ba82&&_0x2b8328('div',{'className':'univer-mt-2','children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t']('sheets-chart-ui.visualMapScope')}),_0x2b8328(_0x2f7a7c(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x3e3),'children':_0xcda2a7['t']('sheets-chart-ui.min')}),_0x382b97(_0x475aab,{'value':_0x2d0b89==null?void 0x0:_0x2d0b89,'onChange':_0x5a6aeb=>{const _0xc2e111=_0x2f7a7c;_0x399c9c['setContextValue'](_0x1293a1,!0x1),_0x1b30b9(Number[_0xc2e111(0x4cf)](_0x5a6aeb)?null:Number(_0x5a6aeb));},'onFocus':()=>_0x399c9c[_0x2f7a7c(0x3bb)](_0x1293a1,!0x0),'onBlur':_0x218d7d=>{const _0x4c2b30=_0x2f7a7c;_0x399c9c[_0x4c2b30(0x3bb)](_0x1293a1,!0x1);let _0x21b683=_0x218d7d[_0x4c2b30(0x1e9)][_0x4c2b30(0x515)];_0x1b30b9(_0x21b683===''?null:Number(_0x21b683));},'onPressEnter':_0x1a83e6=>{const _0x1657f3=_0x2f7a7c;let _0x4d2045=_0x1a83e6[_0x1657f3(0x1e9)][_0x1657f3(0x515)];_0x1b30b9(_0x4d2045===''?null:Number(_0x4d2045));}})]}),_0x2b8328(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x1d6),'children':[_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x3e3),'children':_0xcda2a7['t'](_0x2f7a7c(0x328))}),_0x382b97(_0x475aab,{'value':_0x5850a4==null?void 0x0:_0x5850a4,'onChange':_0x498de4=>{const _0x3cfd30=_0x2f7a7c;_0x399c9c[_0x3cfd30(0x3bb)](_0x1293a1,!0x1),_0x5a3663(Number[_0x3cfd30(0x4cf)](_0x498de4)?null:Number(_0x498de4));},'onFocus':()=>_0x399c9c['setContextValue'](_0x1293a1,!0x0),'onBlur':_0x9f7b67=>{const _0x816674=_0x2f7a7c;_0x399c9c['setContextValue'](_0x1293a1,!0x1);let _0xa5c455=_0x9f7b67[_0x816674(0x1e9)][_0x816674(0x515)];_0x5a3663(_0xa5c455===''?null:Number(_0xa5c455));},'onPressEnter':_0x53eb99=>{const _0x4ae1bb=_0x2f7a7c;let _0x1d80f8=_0x53eb99[_0x4ae1bb(0x1e9)][_0x4ae1bb(0x515)];_0x5a3663(_0x1d80f8===''?null:Number(_0x1d80f8));}})]})]}),_0x2a9f03&&_0x382b97(Pa,{}),_0x1b7367&&_0x382b97(La,{}),_0x197024&&_0x382b97(Ba,{}),_0x1330c0&&_0x382b97(Ga,{}),!_0x4783b4&&!_0x167869&&!_0x40ba82&&!_0x18eeda&&!_0x1b7367&&!_0x197024&&_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x451),'children':_0x382b97(_0x8a118a,{'className':'','size':_0x2f7a7c(0x18b),'onClick':()=>{const _0x58d898=_0x2f7a7c;_0x5c0542(_0x199c5d===_0x50494f[_0x58d898(0x2bf)]?_0x50494f[_0x58d898(0x115)]:_0x50494f[_0x58d898(0x2bf)]);},'children':_0xcda2a7['t']('sheets-chart-ui.settingsLabels.switchToRowOrColumn')})}),_0x3eadf5&&!_0x197024&&!_0x1330c0&&_0x382b97(_0x2f7a7c(0x3cf),{'className':_0x2f7a7c(0x355),'children':_0x382b97(_0x304d4b,{'checked':_0x5e9d3e,'onChange':_0x42d3c5=>{_0x31db72(!!_0x42d3c5);},'children':_0xcda2a7['t'](_0x2f7a7c(0x238),(_0x199c5d||'')+'\x20'+(((_0x3fc8e0=_0x199c5d===_0x50494f['Row']?_0x5563b3==null?void 0x0:_0x5563b3[_0x2f7a7c(0x117)][_0x2f7a7c(0x472)]['startRow']:_0x5563b3==null?void 0x0:_0x5563b3[_0x2f7a7c(0x117)][_0x2f7a7c(0x472)][_0x2f7a7c(0x205)])==null?0x0:_0x3fc8e0)+0x1))})})]}),_0x2918c9&&_0x2b8328('div',{'children':[_0x382b97(_0x32132d,{'title':_0xcda2a7['t']('sheets-chart-ui.settingsLabels.showEmptyCellsAs')}),_0x382b97(_0x2f7a7c(0x3cf),{'className':'univer-mt-2','children':_0x382b97(_0x1cd6e2,{'value':_0x3ca576==null?_0x459aff[_0x2f7a7c(0x4ce)]:_0x3ca576,'onChange':_0xcf7050=>_0x58f97c(_0xcf7050),'className':'univer-flex\x20univer-flex-col\x20univer-gap-2.5','children':_0x2a287e[_0x2f7a7c(0xe8)](_0x12b8f4=>_0x382b97(_0x532d8f,{'value':_0x12b8f4[_0x2f7a7c(0x515)],'children':_0x12b8f4[_0x2f7a7c(0x496)]},_0x12b8f4['value']))})})]})]});};function Qa(_0x137e9c){const _0x349c7a=_0x5b2347;return!Number[_0x349c7a(0x4cf)](_0x137e9c)&&Number[_0x349c7a(0x1cb)](_0x137e9c);}const $a=_0x4eba80=>{const _0x2c147b=_0x5b2347;var _0x54ffe8,_0x1a8d1a,_0x423dca,_0x4b490d,_0x4fbdd7,_0x45b754,_0x2ee0a1,_0x51ac51,_0x1d0b1f,_0x2a83d5;let {valueAxis:_0x5c2e94,axisOptions:_0x186946,onChange:_0x466f20,canUseDateAxis:_0x3ff416}=_0x4eba80,_0x42caaf=_0x1496d3(_0x257240),[_0xd44649,_0x143d64]=_0x39d935(_0x186946==null?void 0x0:_0x186946[_0x2c147b(0x263)]),[_0x168c9a,_0x8d73ce]=_0x39d935(_0x186946==null?void 0x0:_0x186946[_0x2c147b(0x470)]),_0x51a06e=_0x1496d3(_0x43f3bf),[_0x471735,_0x162a56]=$(_0x2c147b(0x244),!0x1),_0x4b82db=_0x46d7c5=>{if(_0x46d7c5!==null&&!Qa(_0x46d7c5)){_0x466f20==null||_0x466f20({'min':null}),_0x8d73ce(null);return;}_0x46d7c5==null?(_0x8d73ce(null),_0x466f20==null||_0x466f20({'min':null})):(_0x8d73ce(_0x46d7c5),_0xd44649!=null&&_0x46d7c5>=_0xd44649?(_0x143d64(null),_0x466f20==null||_0x466f20({'min':_0x46d7c5,'max':null})):_0x466f20==null||_0x466f20({'min':_0x46d7c5}));},_0x3b1b5c=_0x2a3cac=>{if(_0x2a3cac!==null&&!Qa(_0x2a3cac)){_0x466f20==null||_0x466f20({'max':null}),_0x143d64(null);return;}_0x2a3cac==null?(_0x143d64(null),_0x466f20==null||_0x466f20({'max':null})):(_0x143d64(_0x2a3cac),_0x168c9a!=null&&_0x2a3cac<=_0x168c9a?(_0x8d73ce(null),_0x466f20==null||_0x466f20({'max':_0x2a3cac,'min':null})):_0x466f20==null||_0x466f20({'max':_0x2a3cac}));},_0x2c2be2=(_0x54ffe8=_0x186946==null||(_0x1a8d1a=_0x186946[_0x2c147b(0x496)])==null?void 0x0:_0x1a8d1a[_0x2c147b(0x320)])==null?_0x471735?_0x459aff[_0x2c147b(0x47b)][_0x2c147b(0x4bc)]:0x0:_0x54ffe8;return _0x2b8328('section',{'children':[_0x382b97(_0x2c147b(0x3cf),{'className':_0x2c147b(0x3e3),'children':_0x42caaf['t'](_0x2c147b(0x1ac))}),_0x2b8328(_0x2c147b(0x3cf),{'className':_0x2c147b(0x14c),'children':[_0x382b97('div',{'className':_0x2c147b(0xba),'children':_0x382b97(_0x304d4b,{'checked':(_0x423dca=_0x186946==null||(_0x4b490d=_0x186946['label'])==null?void 0x0:_0x4b490d[_0x2c147b(0x2ee)])==null?_0x459aff['axis'][_0x2c147b(0x463)]:_0x423dca,'onChange':_0x313484=>_0x466f20==null?void 0x0:_0x466f20({'label':{'visible':!!_0x313484}}),'children':_0x42caaf['t'](_0x2c147b(0x397))})}),!_0x5c2e94&&_0x2b8328(_0x2c147b(0x3cf),{'className':_0x2c147b(0xba),'children':[_0x382b97(_0x304d4b,{'checked':(_0x4fbdd7=_0x186946==null?void 0x0:_0x186946[_0x2c147b(0x12c)])==null?_0x459aff[_0x2c147b(0x47b)][_0x2c147b(0x12c)]:_0x4fbdd7,'onChange':_0xef3619=>_0x466f20==null?void 0x0:_0x466f20({'reverse':!!_0xef3619}),'children':_0x42caaf['t'](_0x2c147b(0x31f))}),'\x20']})]}),_0x382b97(_0x304d4b,{'className':_0x2c147b(0x451),'checked':(_0x45b754=_0x186946==null?void 0x0:_0x186946[_0x2c147b(0x3f9)])!=null&&_0x45b754,'onChange':_0x59e200=>_0x466f20==null?void 0x0:_0x466f20({'lineVisible':!!_0x59e200}),'children':_0x42caaf['t'](_0x2c147b(0x4f4))}),_0x382b97(_0x2c147b(0x3cf),{'className':_0x2c147b(0x14c),'children':_0x382b97(_0x123abd,{'className':_0x2c147b(0x451),..._0x186946==null?void 0x0:_0x186946[_0x2c147b(0x496)],'fontSize':(_0x2ee0a1=_0x186946==null||(_0x51ac51=_0x186946[_0x2c147b(0x496)])==null?void 0x0:_0x51ac51['fontSize'])==null?_0x459aff[_0x2c147b(0x364)][_0x2c147b(0x370)]:_0x2ee0a1,'color':(_0x1d0b1f=_0x186946==null||(_0x2a83d5=_0x186946[_0x2c147b(0x496)])==null?void 0x0:_0x2a83d5[_0x2c147b(0x286)])==null?_0x459aff[_0x2c147b(0x364)][_0x2c147b(0x286)]:_0x1d0b1f,'onChange':(_0x50c31e,_0x1590a2)=>_0x466f20==null?void 0x0:_0x466f20({'label':{[_0x50c31e]:_0x1590a2}})})}),_0x3ff416&&_0x382b97(_0x2c147b(0x3cf),{'className':_0x2c147b(0x14c),'children':_0x382b97(_0x304d4b,{'checked':!!_0x471735,'onChange':_0x1a52d8=>_0x162a56==null?void 0x0:_0x162a56(!!_0x1a52d8),'children':_0x382b97(_0x1aee0a,{'title':_0x42caaf['t']('sheets-chart-ui.styleEditPanel.dateAxisTips'),'children':_0x382b97(_0x2c147b(0x2a3),{'children':_0x42caaf['t'](_0x2c147b(0x315))})})})}),_0x2b8328('div',{'className':_0x2c147b(0x14c),'children':[_0x382b97(_0x2c147b(0x3cf),{'className':_0x2c147b(0x3e3),'children':_0x42caaf['t'](_0x2c147b(0xbc))}),_0x382b97(_0x5b419e,{'className':_0x2c147b(0x406),'value':String(_0x2c2be2),'onChange':_0x55090b=>_0x466f20==null?void 0x0:_0x466f20({'label':{'rotate':Number(_0x55090b)}}),'options':ra})]}),_0x5c2e94&&_0x2b8328(_0x2c147b(0x3cf),{'className':_0x2c147b(0x14c),'children':[_0x2b8328(_0x2c147b(0x3cf),{'className':_0x2c147b(0xba),'children':[_0x382b97('div',{'className':_0x2c147b(0x3e3),'children':_0x42caaf['t'](_0x2c147b(0x225))}),_0x382b97(_0x475aab,{'value':_0x168c9a,'onChange':_0x5cfbe3=>{_0x8d73ce(_0x5cfbe3),_0x51a06e['setContextValue'](_0x1293a1,!0x1),_0x4b82db(Number['isNaN'](_0x5cfbe3)?null:Number(_0x5cfbe3));},'onFocus':()=>_0x51a06e[_0x2c147b(0x3bb)](_0x1293a1,!0x0),'onBlur':_0x1a6b9f=>{const _0x262b5d=_0x2c147b;_0x51a06e[_0x262b5d(0x3bb)](_0x1293a1,!0x1);let _0x255c19=_0x1a6b9f['target']['value'];_0x4b82db(_0x255c19===''?null:Number(_0x255c19));},'onPressEnter':_0x3839c9=>{const _0x3dac38=_0x2c147b;let _0x31395a=_0x3839c9[_0x3dac38(0x1e9)][_0x3dac38(0x515)];_0x4b82db(_0x31395a===''?null:Number(_0x31395a));}})]}),_0x2b8328('div',{'className':_0x2c147b(0xba),'children':[_0x382b97(_0x2c147b(0x3cf),{'className':_0x2c147b(0x3e3),'children':_0x42caaf['t']('sheets-chart-ui.max')}),_0x382b97(_0x475aab,{'value':_0xd44649,'onChange':_0xe23f48=>{const _0x4a7a48=_0x2c147b;_0x143d64(_0xe23f48),_0x51a06e[_0x4a7a48(0x3bb)](_0x1293a1,!0x1),_0x3b1b5c(Number[_0x4a7a48(0x4cf)](_0xe23f48)?null:Number(_0xe23f48));},'onFocus':()=>_0x51a06e['setContextValue'](_0x1293a1,!0x0),'onBlur':_0x99c839=>{const _0x1c88ab=_0x2c147b;_0x51a06e[_0x1c88ab(0x3bb)](_0x1293a1,!0x1);let _0x52772a=_0x99c839[_0x1c88ab(0x1e9)][_0x1c88ab(0x515)];_0x3b1b5c(_0x52772a===''?null:Number(_0x52772a));},'onPressEnter':_0x5cd727=>{const _0x4f2354=_0x2c147b;let _0x503f5c=_0x5cd727[_0x4f2354(0x1e9)][_0x4f2354(0x515)];_0x3b1b5c(_0x503f5c===''?null:Number(_0x503f5c));}})]})]})]});},eo=Object[_0x5b2347(0x1e4)](_0x470e53),to=[0x8,0x10,0x18,0x20],no=_0x5b2347(0x387),ro=Array['from']({'length':0xb},(_0x58a31b,_0x404927)=>({'label':_0x404927*0xa+'%','value':String(_0x404927*0xa)})),io=Array[_0x5b2347(0x1f9)]({'length':0xb},(_0x5d502d,_0x1439e0)=>({'label':_0x1439e0+'px','value':String(_0x1439e0)})),ao=to[_0x5b2347(0xe8)](_0x17ab91=>({'label':_0x17ab91+'px','value':String(_0x17ab91)}));function oo(_0x48bc63){const _0x2831f4=_0x5b2347;if(!Number[_0x2831f4(0x1cb)](_0x48bc63)||_0x48bc63<0x0||_0x48bc63>0x64)throw RangeError(_0x2831f4(0x4e0));return _0x48bc63/0x64;}function so(_0x510d45){const _0x382052=_0x5b2347;if(_0x510d45===no)return null;let _0x1cf838=Number(_0x510d45);if(!Number[_0x382052(0x1cb)](_0x1cf838)||_0x1cf838<0x1||_0x1cf838>0x64)throw RangeError(_0x382052(0x280));return _0x1cf838;}function co(_0x42faa9,_0x3aa9a0){const _0x11805c=_0x5b2347;let _0x486927=_0x459aff[_0x11805c(0x41e)][_0x3aa9a0],_0x3daa47=_0x42faa9==null?void 0x0:_0x42faa9[_0x3aa9a0];return{..._0x486927,..._0x3daa47,'border':{..._0x486927[_0x11805c(0xbd)],..._0x3daa47==null?void 0x0:_0x3daa47[_0x11805c(0xbd)]}};}const lo=()=>{const _0x24b3f1=_0x5b2347;var _0x32fa21;let _0x283d34=_0x1496d3(_0x257240),[_0x2b8c17,_0x108948]=$(_0x24b3f1(0x2e5)),[_0x5e065e,_0x3d59b8]=_0x39d935(_0x470e53['Rising']),_0x1f8a20=_0x108948,_0x25bcce=co(_0x2b8c17,_0x5e065e),_0x521181=eo['map'](_0x36d077=>({'label':_0x283d34['t'](_0x24b3f1(0x49a)+_0x36d077),'value':_0x36d077})),_0x4e7c4a=_0x4faabe=>{_0x1f8a20({[_0x5e065e]:_0x4faabe});};return _0x2b8328(_0x24b3f1(0x3cf),{'className':_0x24b3f1(0x416),'children':[_0x382b97(_0x5b419e,{'aria-label':_0x283d34['t'](_0x24b3f1(0x1b8)),'className':'univer-w-full\x20!univer-min-w-0','value':_0x5e065e,'options':_0x521181,'onChange':_0x2cee69=>_0x3d59b8(_0x2cee69)}),_0x2b8328(_0x24b3f1(0x3cf),{'className':_0x24b3f1(0x10a),'children':[_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0x2dd)),'children':_0x382b97(_0x4ab950,{'ariaLabel':_0x283d34['t'](_0x24b3f1(0x2dd)),'color':typeof _0x25bcce[_0x24b3f1(0x286)]==_0x24b3f1(0xd9)?_0x25bcce[_0x24b3f1(0x286)]:void 0x0,'onChange':_0x435733=>_0x4e7c4a({'color':typeof _0x435733==_0x24b3f1(0xd9)?_0x435733:null})})}),_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0x299)),'children':_0x382b97(_0x5b419e,{'aria-label':_0x283d34['t'](_0x24b3f1(0x299)),'value':String(Math[_0x24b3f1(0x2fb)](_0x25bcce[_0x24b3f1(0x327)]*0x64)),'options':ro,'onChange':_0x5ced8b=>_0x4e7c4a({'fillOpacity':oo(Number(_0x5ced8b))})})}),_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0xd8)),'children':_0x382b97(_0x4ab950,{'ariaLabel':_0x283d34['t'](_0x24b3f1(0xd8)),'color':typeof _0x25bcce['border'][_0x24b3f1(0x286)]==_0x24b3f1(0xd9)?_0x25bcce[_0x24b3f1(0xbd)][_0x24b3f1(0x286)]:void 0x0,'onChange':_0x5e1790=>_0x4e7c4a({'border':{'color':typeof _0x5e1790==_0x24b3f1(0xd9)?_0x5e1790:null}})})}),_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0x262)),'children':_0x382b97(_0x5b419e,{'aria-label':_0x283d34['t']('sheets-chart-ui.candlestick.wickWidth'),'value':String(_0x25bcce['border'][_0x24b3f1(0x23b)]),'options':io,'onChange':_0x3c43fc=>_0x4e7c4a({'border':{'width':Number(_0x3c43fc)}})})}),_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0x56d)),'children':_0x382b97(_0x5b419e,{'aria-label':_0x283d34['t'](_0x24b3f1(0x56d)),'value':String(Math[_0x24b3f1(0x2fb)](((_0x32fa21=_0x25bcce[_0x24b3f1(0xbd)][_0x24b3f1(0x545)])==null?0x1:_0x32fa21)*0x64)),'options':ro,'onChange':_0x549942=>_0x4e7c4a({'border':{'opacity':oo(Number(_0x549942))}})})})]}),_0x2b8328('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-2','children':[_0x382b97(_0x304d4b,{'checked':_0x25bcce[_0x24b3f1(0x24b)],'onChange':_0x55d705=>_0x4e7c4a({'hollow':!!_0x55d705}),'children':_0x283d34['t']('sheets-chart-ui.candlestick.hollow')}),_0x382b97(_0x8a118a,{'className':'univer-shrink-0','size':_0x24b3f1(0x18b),'onClick':()=>_0x1f8a20({[_0x5e065e]:null}),'children':_0x283d34['t'](_0x24b3f1(0x40f))})]}),_0x382b97(_0x1c6752,{'label':_0x283d34['t'](_0x24b3f1(0x43e)),'children':_0x382b97(_0x5b419e,{'aria-label':_0x283d34['t'](_0x24b3f1(0x43e)),'className':'univer-w-full\x20!univer-min-w-0','value':(_0x2b8c17==null?void 0x0:_0x2b8c17[_0x24b3f1(0x165)])===void 0x0?no:String(_0x2b8c17[_0x24b3f1(0x165)]),'options':[{'label':_0x283d34['t'](_0x24b3f1(0x4d6)),'value':no},...ao],'onChange':_0x68622=>_0x1f8a20({'candleWidth':so(_0x68622)})})})]});},uo=_0x368d1a=>{const _0x17af4d=_0x5b2347;var _0x1f987c,_0x1eb5f3,_0x3271f1,_0x286dd2;let {runtimeAxes:_0x335570,className:_0x12d10a}=_0x368d1a,_0x49d673=_0x1496d3(_0x257240),_0x11d199=_0x881f00(()=>ma[_0x17af4d(0x16c)](_0x364056=>{const _0x24bc69=_0x17af4d;let _0x424bc1=_0x335570==null?void 0x0:_0x335570[_0x24bc69(0x137)](_0x573c64=>_0x573c64[_0x24bc69(0x3b2)]===_0x198110[_0x24bc69(0xcf)]);return _0x364056[_0x24bc69(0x515)]!=='rightYAxis'||_0x424bc1;}),[_0x335570])[_0x17af4d(0xe8)](_0x57d7a1=>({..._0x57d7a1,'label':_0x49d673['t'](_0x57d7a1['label'])})),_0x32648b=_0x881f00(()=>_0x335570==null?void 0x0:_0x335570[_0x17af4d(0x133)](_0x348ea9=>_0x348ea9['priority']===_0xe82672[_0x17af4d(0x19d)]),[_0x335570]),[_0x2d69c2,_0x20ba29]=_0x39d935(ma[0x0][_0x17af4d(0x515)]),[_0xa64f31,_0xabf1ec]=$(_0x17af4d(0x4f0)),[_0x107f9f,_0x113338]=$('yAxisOptions'),[_0x337e6c,_0x3e770e]=$(_0x17af4d(0x20a)),_0x524ee5={'xAxis':_0xa64f31,'yAxis':_0x107f9f,'rightYAxis':_0x337e6c}[_0x2d69c2],_0x1bfa8d={'xAxis':_0xabf1ec,'yAxis':_0x113338,'rightYAxis':_0x3e770e}[_0x2d69c2],_0x3ddc6b={'xAxis':_0x17af4d(0x43f),'yAxis':_0x17af4d(0x4c6),'rightYAxis':_0x17af4d(0x294)}[_0x2d69c2],_0x2c5b13=_0x524ee5==null?void 0x0:_0x524ee5[_0x17af4d(0x1b1)],_0x53bb54=_0x524ee5==null?void 0x0:_0x524ee5[_0x17af4d(0x3e8)],_0x494971=_0x429935(_0x4e094e=>{_0x1bfa8d==null||_0x1bfa8d({'gridLine':_0x4e094e});},[_0x1bfa8d]),{visible:_0x3aeb4d,color:_0x4a5028,width:_0x2e3168}=_0x53bb54==null?{}:_0x53bb54,_0x5f44d2=_0x3aeb4d==null?(_0x32648b==null?void 0x0:_0x32648b[_0x17af4d(0x3b2)])===_0x3ddc6b:_0x3aeb4d,_0x2cf856=ca[_0x17af4d(0xe8)](_0x3c966a=>({..._0x3c966a,'label':_0x49d673['t'](_0x3c966a['label'])})),_0x206092=_0x881f00(()=>[{...qi,'label':_0x49d673['t'](qi['label'])},...wa],[_0x49d673]),_0x531967=_0x881f00(()=>[{...qi,'label':_0x49d673['t'](qi[_0x17af4d(0x496)])},...Ta],[_0x49d673]);return _0x2b8328('div',{'className':_0x12d10a,'children':[_0x382b97(_0x17af4d(0x3cf),{'className':_0x17af4d(0x14c),'children':_0x382b97(_0x5b419e,{'className':_0x17af4d(0x503),'options':_0x11d199,'value':_0x2d69c2,'onChange':_0x20ba29})}),_0x382b97(_0x17af4d(0x3cf),{'className':_0x17af4d(0x14c),'children':_0x382b97('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x382b97(_0x304d4b,{'checked':_0x5f44d2,'onChange':_0x390054=>_0x494971==null?void 0x0:_0x494971({'visible':!!_0x390054}),'children':_0x49d673['t'](_0x17af4d(0x42a))})})}),_0x5f44d2&&_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0x14c),'children':[_0x2b8328(_0x17af4d(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x2b8328('div',{'className':_0x17af4d(0x3e3),'children':[_0x49d673['t'](_0x17af4d(0x175)),_0x49d673['t'](_0x17af4d(0x3bc))]}),_0x382b97(_0x4ab950,{'color':_0x4a5028,'onChange':_0x31a89e=>_0x494971==null?void 0x0:_0x494971({'color':_0x31a89e==null?void 0x0:_0x31a89e})})]}),_0x2b8328('div',{'className':_0x17af4d(0xba),'children':[_0x382b97(_0x17af4d(0x3cf),{'className':_0x17af4d(0x3e3),'children':_0x49d673['t']('sheets-chart-ui.withThickness',_0x49d673['t'](_0x17af4d(0x175)))}),_0x382b97(_0x5b419e,{'className':_0x17af4d(0x503),'value':String(_0x2e3168==null?'':_0x2e3168),'onChange':_0x12192c=>_0x494971==null?void 0x0:_0x494971({'width':Number(_0x12192c)}),'options':ha})]})]}),_0x2b8328(_0x17af4d(0x3cf),{'children':[_0x382b97('div',{'children':_0x382b97(_0x304d4b,{'checked':_0x2c5b13==null?void 0x0:_0x2c5b13['visible'],'onChange':_0x2f643b=>_0x1bfa8d==null?void 0x0:_0x1bfa8d({'tick':{'visible':!!_0x2f643b}}),'children':_0x49d673['t'](_0x17af4d(0x4a6))})}),_0x2b8328(_0x17af4d(0x3cf),{'children':[_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0x14c),'children':[_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0xba),'children':[_0x382b97(_0x17af4d(0x3cf),{'className':_0x17af4d(0x3e3),'children':_0x49d673['t'](_0x17af4d(0x38c))}),_0x382b97(_0x5b419e,{'className':_0x17af4d(0x503),'value':(_0x1f987c=_0x2c5b13==null?void 0x0:_0x2c5b13[_0x17af4d(0x3b2)])==null?_0x423094[_0x17af4d(0x1a6)]:_0x1f987c,'options':_0x2cf856,'onChange':_0x28252e=>_0x1bfa8d==null?void 0x0:_0x1bfa8d({'tick':{'position':_0x28252e}})})]}),_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0xba),'children':[_0x382b97(_0x17af4d(0x3cf),{'className':_0x17af4d(0x3e3),'children':_0x49d673['t'](_0x17af4d(0x38a))}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':String((_0x1eb5f3=_0x2c5b13==null?void 0x0:_0x2c5b13[_0x17af4d(0x51e)])==null?qi['value']:_0x1eb5f3),'options':_0x206092,'onChange':_0x5ba261=>_0x1bfa8d==null?void 0x0:_0x1bfa8d({'tick':{'length':_0x5ba261===qi[_0x17af4d(0x515)]?void 0x0:Number(_0x5ba261)}})})]})]}),_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0x14c),'children':[_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0xba),'children':[_0x382b97('div',{'className':_0x17af4d(0x3e3),'children':_0x49d673['t'](_0x17af4d(0x444),_0x49d673['t'](_0x17af4d(0x54d)))}),_0x382b97(_0x5b419e,{'className':_0x17af4d(0x503),'value':String((_0x3271f1=_0x2c5b13==null?void 0x0:_0x2c5b13[_0x17af4d(0x319)])==null?qi[_0x17af4d(0x515)]:_0x3271f1),'options':_0x531967,'onChange':_0x512f7e=>_0x1bfa8d==null?void 0x0:_0x1bfa8d({'tick':{'lineWidth':_0x512f7e===qi[_0x17af4d(0x515)]?void 0x0:Number(_0x512f7e)}})})]}),_0x2b8328(_0x17af4d(0x3cf),{'className':_0x17af4d(0xba),'children':[_0x382b97(_0x17af4d(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x49d673['t'](_0x17af4d(0x3f3),_0x49d673['t']('sheets-chart-ui.line'))}),_0x382b97(_0x4ab950,{'color':(_0x286dd2=_0x2c5b13==null?void 0x0:_0x2c5b13[_0x17af4d(0x4a5)])==null?'':_0x286dd2,'onChange':_0x7da342=>_0x1bfa8d==null?void 0x0:_0x1bfa8d({'tick':{'lineColor':_0x7da342==null?void 0x0:_0x7da342}})})]})]})]})]})]});},fo=()=>{const _0x1d6b86=_0x5b2347;let _0x5c2f06=_0x1496d3(_0x257240),_0x1b2448=_0x1496d3(_0x43f3bf),_0x19277c=_0x1496d3(Gi),[_0x19dbf1]=$(_0x1d6b86(0x39a));return _0x382b97(_0x1c6752,{'label':_0x5c2f06['t'](_0x1d6b86(0x266)),'children':_0x382b97(_0x475aab,{'aria-label':_0x5c2f06['t'](_0x1d6b86(0x266)),'className':_0x1d6b86(0x1c3),'min':0x0,'max':_0x372443*0x64,'value':(_0x19dbf1==null?void 0x0:_0x19dbf1[_0x1d6b86(0x2ed)])===void 0x0?null:_0x19dbf1['binGap']*0x64,'allowEmpty':!0x0,'allowClear':!0x0,'onFocus':()=>_0x1b2448[_0x1d6b86(0x3bb)](_0x1293a1,!0x0),'onBlur':()=>_0x1b2448['setContextValue'](_0x1293a1,!0x1),'onChange':_0x1ef78b=>_0x1ef78b===null?_0x19277c[_0x1d6b86(0x477)](_0x50751e()):Number[_0x1d6b86(0x1cb)](_0x1ef78b)&&_0x19277c[_0x1d6b86(0x477)](_0x1db12c(_0x1ef78b/0x64))})});},po=_0x35d324=>{const _0x2812d9=_0x5b2347;let {onChange:_0x2af121,indicatorLabelColor:_0x4fe4c8,indicatorLineType:_0x38f9c3,indicatorLabelTextColor:_0x3a7a02,indicatorLineColor:_0x5991e2}=_0x35d324,_0x5bca1f=_0x1496d3(_0x257240),_0x2f3d43=$i['map'](_0x5a0707=>({..._0x5a0707,'label':_0x5bca1f['t'](_0x5a0707['label'])}));return _0x2b8328(_0x42912c,{'children':[_0x2b8328(_0x2812d9(0x3cf),{'className':_0x2812d9(0x464),'children':[_0x2b8328(_0x2812d9(0x3cf),{'className':_0x2812d9(0xba),'children':[_0x382b97(_0x2812d9(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x5bca1f['t'](_0x2812d9(0x200))}),_0x382b97(_0x5b419e,{'className':_0x2812d9(0x503),'value':_0x38f9c3,'options':_0x2f3d43,'onChange':_0x2e1b18=>{_0x2af121==null||_0x2af121({'indicatorLineType':_0x2e1b18});}})]}),_0x2b8328(_0x2812d9(0x3cf),{'className':_0x2812d9(0xba),'children':[_0x382b97(_0x2812d9(0x3cf),{'className':_0x2812d9(0x3e3),'children':_0x5bca1f['t'](_0x2812d9(0x395))}),_0x382b97(_0x4ab950,{'color':_0x5991e2,'onChange':_0x12c898=>{_0x2af121==null||_0x2af121({'indicatorLineColor':_0x12c898});}})]})]}),_0x2b8328(_0x2812d9(0x3cf),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x2b8328(_0x2812d9(0x3cf),{'className':_0x2812d9(0xba),'children':[_0x382b97(_0x2812d9(0x3cf),{'className':_0x2812d9(0x3e3),'children':_0x5bca1f['t'](_0x2812d9(0x461))}),_0x382b97(_0x4ab950,{'color':_0x4fe4c8,'onChange':_0x4e20f5=>{_0x2af121==null||_0x2af121({'indicatorLabelColor':_0x4e20f5});}})]}),_0x2b8328('div',{'className':_0x2812d9(0xba),'children':[_0x382b97(_0x2812d9(0x3cf),{'className':_0x2812d9(0x3e3),'children':_0x5bca1f['t'](_0x2812d9(0x398))}),_0x382b97(_0x4ab950,{'color':_0x3a7a02,'onChange':_0x9e26fe=>{_0x2af121==null||_0x2af121({'indicatorLabelTextColor':_0x9e26fe});}})]})]})]});},mo=new Set([_0x1febe2[_0x5b2347(0x2ae)],_0x1febe2['Doughnut'],_0x1febe2['AreaPercentStacked'],_0x1febe2[_0x5b2347(0x162)],_0x1febe2[_0x5b2347(0x30e)]]),ho=_0x3e1df6=>{const _0x58b274=_0x5b2347;var _0x387a9d,_0x218e49;let {fallbackLabelStyle:_0x5a76ab,labelStyle:_0x43085f,positionOptions:_0x9a60be,contentTypeOptions:_0x5eb84e,onLabelStyleChange:_0x5b3fe4,onVisibleChange:_0x4dbf2e,onPadAngleChange:_0x390c11,isPieLike:_0x4ace98,padAngleStyle:_0x57e700,onHalfPieChange:_0x263e65,isHalfPie:_0x205915,onRosePieChange:_0x3894b1,isRosePie:_0x2cc078,onShowLabelLineChange:_0x3215cc,showLabelLine:_0x111e6a,chartType:_0x359928}=_0x3e1df6,_0x4efa0f=_0x1496d3(_0x257240),_0x1310a7={..._0x5a76ab,..._0x43085f},{contentType:_0x3b4184}=_0x1310a7,_0x2d89fe=_0x881f00(()=>{const _0x41921a=_0x4a4b;if(!_0x3b4184)return[];let _0x1ccbf6=xa[_0x41921a(0x16c)](_0x4611c7=>_0x3d7b4c[_0x41921a(0x453)](_0x3b4184,_0x4611c7)),_0x4083e3=[];for(let _0x1aab62 of _0x1ccbf6)_0x1aab62===_0x12170d[_0x41921a(0x189)]?mo[_0x41921a(0x453)](_0x359928)&&_0x4083e3[_0x41921a(0x28a)](_0x1aab62):_0x4083e3['push'](_0x1aab62);return _0x4083e3[_0x41921a(0xe8)](_0x43e8be=>String(_0x43e8be));},[_0x3b4184]),_0x2f8044=_0x429935(_0x3e7ba5=>{const _0x29fb49=_0x4a4b;let _0x38b0a7=_0x3e7ba5['map'](_0xe18abe=>Number(_0xe18abe));if(_0x38b0a7[_0x29fb49(0x51e)]<=0x0)return;let _0x4e0b36=_0x38b0a7[_0x29fb49(0x51e)]>0x0?_0x38b0a7['reduce']((_0x1fd521,_0x5818c2)=>_0x1fd521|_0x5818c2):_0x12170d[_0x29fb49(0x10d)];_0x5b3fe4==null||_0x5b3fe4(_0x29fb49(0x36c),_0x4e0b36);},[_0x5b3fe4]);return _0x2b8328(_0x58b274(0x3cf),{'children':[_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x382b97(_0x304d4b,{'checked':(_0x387a9d=_0x1310a7[_0x58b274(0x2ee)])!=null&&_0x387a9d,'onChange':_0x1a9ae8=>{_0x4dbf2e==null||_0x4dbf2e(!!_0x1a9ae8);},'children':_0x4efa0f['t'](_0x58b274(0xc3))})}),_0x4ace98&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x382b97(_0x304d4b,{'checked':_0x57e700!=null&&_0x57e700,'onChange':_0x16632e=>{_0x390c11==null||_0x390c11(!!_0x16632e);},'children':_0x4efa0f['t']('sheets-chart-ui.styleEditPanel.padAngle')})}),_0x382b97('div',{'className':_0x58b274(0x3e3),'children':_0x382b97(_0x304d4b,{'checked':_0x205915!=null&&_0x205915,'onChange':_0xad3ec3=>{_0x263e65==null||_0x263e65(!!_0xad3ec3);},'children':_0x4efa0f['t'](_0x58b274(0x409))})}),_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x382b97(_0x304d4b,{'checked':_0x2cc078!=null&&_0x2cc078,'onChange':_0x28ac29=>{_0x3894b1==null||_0x3894b1(!!_0x28ac29);},'children':_0x4efa0f['t'](_0x58b274(0x42d))})}),_0x1310a7[_0x58b274(0x2ee)]===!0x0&&_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x382b97(_0x304d4b,{'checked':_0x111e6a!=null&&_0x111e6a,'onChange':_0x379b23=>{_0x3215cc==null||_0x3215cc(!!_0x379b23);},'children':_0x4efa0f['t'](_0x58b274(0x256))})})]}),_0x1310a7[_0x58b274(0x2ee)]&&_0x2b8328(_0x58b274(0x3cf),{'className':_0x58b274(0x2f2),'children':[_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x4efa0f['t'](_0x58b274(0x43a))}),_0x382b97(_0x5b419e,{'className':_0x58b274(0x503),'value':(_0x218e49=_0x1310a7['position'])==null?'':_0x218e49,'onChange':_0x4f9755=>_0x5b3fe4==null?void 0x0:_0x5b3fe4(_0x58b274(0x3b2),_0x4f9755),'options':_0x9a60be}),_0x5eb84e&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x58b274(0x3cf),{'className':_0x58b274(0x3e3),'children':_0x4efa0f['t'](_0x58b274(0x33f))}),_0x382b97(_0x58b274(0x3cf),{'className':'univer-w-[208px]','children':_0x382b97(_0x57c9aa,{'className':_0x58b274(0x1c3),'value':_0x2d89fe,'options':_0x5eb84e,'onChange':_0x2f8044})})]}),_0x2b8328(_0x58b274(0x3cf),{'children':[_0x382b97('div',{'className':_0x58b274(0x3e3),'children':_0x4efa0f['t']('sheets-chart-ui.titles.titleText')}),_0x382b97(_0x123abd,{..._0x1310a7,'onChange':_0x5b3fe4})]})]})]});},go=_0x2deec0=>{const _0x500ec7=_0x5b2347;var _0x2a2cc0,_0x35bf66;let {seriesStyle:_0xc55bb6,onSeriesStyleChange:_0x3718a3,controlName:_0xda386,allSeriesStyle:_0x55d7a8,chartType:_0x385244}=_0x2deec0,_0xbeeb99=_0x1496d3(_0x257240),_0x3c7c0b=_0x385244===_0x1febe2[_0x500ec7(0x1ae)]?_0x459aff[_0x500ec7(0x186)]['areaOpacity']:_0x459aff[_0x500ec7(0x4dc)][_0x500ec7(0x545)];return _0x2b8328('div',{'className':_0x500ec7(0x464),'children':[_0x2b8328(_0x500ec7(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0xbeeb99['t']('sheets-chart-ui.withColor',_0xda386)}),_0x382b97(_0x4ab950,{'color':(_0xc55bb6==null?void 0x0:_0xc55bb6[_0x500ec7(0x286)])||(_0x55d7a8==null?void 0x0:_0x55d7a8[_0x500ec7(0x286)])||'','onChange':_0x53ef96=>_0x3718a3==null?void 0x0:_0x3718a3({'color':_0x53ef96})})]}),_0x2b8328(_0x500ec7(0x3cf),{'className':_0x500ec7(0xba),'children':[_0x382b97('div',{'className':_0x500ec7(0x3e3),'children':_0xbeeb99['t'](_0x500ec7(0x3d9),_0xda386)}),_0x382b97(_0x5b419e,{'className':_0x500ec7(0x503),'value':String((_0x2a2cc0=(_0x35bf66=_0xc55bb6==null?void 0x0:_0xc55bb6['fillOpacity'])==null?_0x55d7a8==null?void 0x0:_0x55d7a8['fillOpacity']:_0x35bf66)==null?_0x3c7c0b:_0x2a2cc0),'options':Qi,'onChange':_0x3774b6=>_0x3718a3==null?void 0x0:_0x3718a3({'fillOpacity':Number(_0x3774b6)})})]})]});},_o=_0x70d3e7=>{const _0xa359ff=_0x5b2347;var _0x342c2b,_0x3a1562,_0x4870c4,_0x4a9956;let {borderStyle:_0x2fa30f,onSeriesStyleChange:_0x36da48,controlName:_0x5a28e5,hideBorder:_0xf5d4d3,allSeriesBorderStyle:_0x13680b,isLineOrAreaChart:_0x382cd2}=_0x70d3e7,_0x23f396=_0x1496d3(_0x257240),_0x1a42ea=$i[_0xa359ff(0xe8)](_0x43b603=>({..._0x43b603,'label':_0x23f396['t'](_0x43b603[_0xa359ff(0x496)])})),_0x5f1674=_0x382cd2?na[_0xa359ff(0x529)](0x1):na;return _0x2b8328(_0x42912c,{'children':[_0xf5d4d3&&_0x2b8328(_0xa359ff(0x3cf),{'className':_0xa359ff(0x464),'children':[_0x2b8328(_0xa359ff(0x3cf),{'className':_0xa359ff(0xba),'children':[_0x382b97('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x23f396['t'](_0xa359ff(0x3f3),_0x5a28e5)}),_0x382b97(_0x4ab950,{'color':(_0x342c2b=_0x2fa30f==null?void 0x0:_0x2fa30f[_0xa359ff(0x286)])==null?_0x13680b==null?void 0x0:_0x13680b[_0xa359ff(0x286)]:_0x342c2b,'onChange':_0x146bb8=>_0x36da48==null?void 0x0:_0x36da48({'border':{'color':_0x146bb8}})})]}),_0x2b8328('div',{'className':_0xa359ff(0xba),'children':[_0x382b97('div',{'className':_0xa359ff(0x3e3),'children':_0x23f396['t'](_0xa359ff(0x3d9),_0x5a28e5)}),_0x382b97(_0x5b419e,{'className':_0xa359ff(0x503),'value':String((_0x3a1562=_0x2fa30f==null?void 0x0:_0x2fa30f[_0xa359ff(0x545)])==null?_0x13680b==null?void 0x0:_0x13680b['opacity']:_0x3a1562),'options':Qi,'onChange':_0x407845=>_0x36da48==null?void 0x0:_0x36da48({'border':{'opacity':Number(_0x407845)}})})]})]}),_0x2b8328(_0xa359ff(0x3cf),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':[_0x2b8328(_0xa359ff(0x3cf),{'className':_0xa359ff(0xba),'children':[_0x382b97(_0xa359ff(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x23f396['t'](_0xa359ff(0x574),_0x5a28e5)}),_0x382b97(_0x5b419e,{'className':_0xa359ff(0x503),'value':(_0x4870c4=_0x2fa30f==null?void 0x0:_0x2fa30f[_0xa359ff(0x233)])==null?_0x13680b==null?void 0x0:_0x13680b[_0xa359ff(0x233)]:_0x4870c4,'options':_0x1a42ea,'onChange':_0x1a9330=>_0x36da48==null?void 0x0:_0x36da48({'border':{'dashType':_0x1a9330}})})]}),_0x2b8328(_0xa359ff(0x3cf),{'className':_0xa359ff(0xba),'children':[_0x382b97(_0xa359ff(0x3cf),{'className':_0xa359ff(0x3e3),'children':_0x23f396['t'](_0xa359ff(0x444),_0x5a28e5)}),_0x382b97(_0x5b419e,{'className':_0xa359ff(0x503),'value':String((_0x4a9956=_0x2fa30f==null?void 0x0:_0x2fa30f[_0xa359ff(0x23b)])==null?_0x13680b==null?void 0x0:_0x13680b[_0xa359ff(0x23b)]:_0x4a9956),'options':_0x5f1674,'onChange':_0x13c996=>_0x36da48==null?void 0x0:_0x36da48({'border':{'width':Number(_0x13c996)}})})]})]})]});},vo=_0xa25b75=>{const _0x48ee1f=_0x5b2347;let {pointStyle:_0x5da5a0,controls:_0xe89722,onChange:_0x45322d}=_0xa25b75,_0x1c034a=_0x1496d3(_0x257240),_0x1a4396=ea[_0x48ee1f(0xe8)](_0x4aea70=>({..._0x4aea70,'label':_0x1c034a['t'](_0x4aea70[_0x48ee1f(0x496)])})),_0x49f33e=ta,_0x362419=_0xe89722['map'](_0x493d0c=>{const _0x35e84a=_0x48ee1f;switch(_0x493d0c){case'shape':return _0x2b8328(_0x35e84a(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x35e84a(0x3cf),{'className':_0x35e84a(0x3e3),'children':_0x1c034a['t'](_0x35e84a(0x557),_0x1c034a['t'](_0x35e84a(0x2c1)))}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x5da5a0['shape']),'options':_0x1a4396,'onChange':_0xa932ae=>_0x45322d==null?void 0x0:_0x45322d(_0x35e84a(0x2c9),_0xa932ae)})]},_0x493d0c);case'size':return _0x2b8328('div',{'className':_0x35e84a(0xba),'children':[_0x382b97('div',{'className':_0x35e84a(0x3e3),'children':_0x1c034a['t'](_0x35e84a(0x1d4),_0x1c034a['t']('sheets-chart-ui.dataPoint'))}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':String(_0x5da5a0[_0x35e84a(0x270)]),'options':_0x49f33e,'onChange':_0x41c10f=>_0x45322d==null?void 0x0:_0x45322d('size',Number(_0x41c10f))})]},_0x493d0c);case _0x35e84a(0x286):return _0x2b8328(_0x35e84a(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x35e84a(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1c034a['t'](_0x35e84a(0x3f3),_0x1c034a['t']('sheets-chart-ui.dataPoint'))}),_0x382b97(_0x4ab950,{'color':_0x5da5a0['color'],'onChange':_0x4294a4=>_0x45322d==null?void 0x0:_0x45322d('color',_0x4294a4)})]},_0x493d0c);}return null;}),_0x721f21=[];for(let _0x292997=0x0;_0x292997<_0x362419[_0x48ee1f(0x51e)];_0x292997+=0x2)_0x721f21[_0x48ee1f(0x28a)](_0x2b8328(_0x48ee1f(0x3cf),{'className':_0x48ee1f(0x464),'children':[_0x362419[_0x292997],_0x292997+0x1<_0x362419['length']?_0x362419[_0x292997+0x1]:_0x382b97(_0x48ee1f(0x3cf),{'className':_0x48ee1f(0xba)})]},_0x292997));return _0x382b97(_0x42912c,{'children':[..._0x721f21]});},yo=_0x258033=>{const _0x34fa8c=_0x5b2347;let {rightYAxis:_0x31f358,onSeriesStyleChange:_0xcce0cf}=_0x258033;return _0x382b97(_0x34fa8c(0x3cf),{'className':_0x34fa8c(0x464),'children':_0x382b97('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x382b97(_0x304d4b,{'checked':_0x31f358,'onChange':_0x303e5e=>{_0xcce0cf==null||_0xcce0cf({'rightYAxis':!!_0x303e5e});},'children':_0x1496d3(_0x257240)['t']('sheets-chart-ui.axes.useRightAxis')})})});},bo={'shape':_0x459aff[_0x5b2347(0x366)][_0x5b2347(0x2c9)],'size':_0x459aff[_0x5b2347(0x366)][_0x5b2347(0x270)],'color':_0x5b2347(0x41d)},xo=[_0x5b2347(0x2c9),_0x5b2347(0x270)],So=_0x3644b7=>{const _0xd938be=_0x5b2347;let {chartType:_0x510c6d,data:_0x2887c4,options:_0x147242,onChange:_0x1fc38f}=_0x3644b7,_0x1b531f=_0x1496d3(_0x257240),_0x44585a=_0x510c6d===_0x1febe2[_0xd938be(0x138)],_0x2febd5=_0x2887c4==null?{}:_0x2887c4;return _0x382b97(_0xd938be(0x3cf),{'className':_0xd938be(0x416),'children':Object[_0xd938be(0x4a2)](_0x2febd5)[_0xd938be(0xe8)](_0x2ee84a=>({'key':_0x2ee84a,'style':_0x2febd5[Number(_0x2ee84a)]}))[_0xd938be(0xe8)](_0x34944b=>{const _0x15d8e7=_0xd938be;var _0x39c5e6,_0x33f02b,_0x5ce4dc;let {style:_0x437394}=_0x34944b;return _0x437394===void 0x0?null:_0x2b8328(_0x15d8e7(0x3cf),{'className':_0x15d8e7(0x2ef),'children':[_0x2b8328(_0x15d8e7(0x3cf),{'className':_0x15d8e7(0x464),'children':[_0x2b8328('div',{'className':_0x15d8e7(0xba),'children':[_0x382b97('div',{'className':_0x15d8e7(0x3e3),'children':_0x1b531f['t'](_0x15d8e7(0x410))}),_0x382b97(_0x5b419e,{'className':_0x15d8e7(0x503),'value':_0x34944b[_0x15d8e7(0x19c)],'options':_0x147242,'onChange':_0x5b3213=>{const _0x3b6351=_0x15d8e7;_0x1fc38f==null||_0x1fc38f({[_0x34944b[_0x3b6351(0x19c)]]:void 0x0,[Number(_0x5b3213)]:_0x34944b[_0x3b6351(0x38e)]});}})]}),_0x2b8328(_0x15d8e7(0x3cf),{'className':_0x15d8e7(0xba),'children':[_0x382b97(_0x15d8e7(0x3cf),{'className':_0x15d8e7(0x3e3),'children':_0x1b531f['t']('sheets-chart-ui.color')}),_0x382b97(_0x4ab950,{'color':(_0x39c5e6=_0x437394==null?void 0x0:_0x437394['color'])==null?'':_0x39c5e6,'onChange':_0x290cdb=>{const _0x4be058=_0x15d8e7;_0x1fc38f==null||_0x1fc38f({[_0x34944b[_0x4be058(0x19c)]]:{'color':_0x290cdb}});}})]}),_0x382b97(_0x8a118a,{'className':_0x15d8e7(0x381),'variant':_0x15d8e7(0x480),'onClick':()=>_0x1fc38f==null?void 0x0:_0x1fc38f({[_0x34944b[_0x15d8e7(0x19c)]]:void 0x0}),'children':_0x382b97(_0x2169d9,{})})]}),_0x44585a&&_0x382b97(vo,{'pointStyle':{...bo,'shape':(_0x33f02b=_0x437394[_0x15d8e7(0x2c9)])==null?bo[_0x15d8e7(0x2c9)]:_0x33f02b,'size':(_0x5ce4dc=_0x437394['size'])==null?bo[_0x15d8e7(0x270)]:_0x5ce4dc},'controls':xo,'onChange':(_0x8f6328,_0x3b1576)=>_0x1fc38f==null?void 0x0:_0x1fc38f({[_0x34944b[_0x15d8e7(0x19c)]]:{[_0x8f6328]:_0x3b1576}})})]},_0x34944b['key']);})});},Co={'fontSize':_0x459aff[_0x5b2347(0x364)]['fontSize'],'contentType':_0x459aff['labelContentType'],'position':_0x459aff[_0x5b2347(0x364)]['position']},wo=_0x3461b9=>{const _0x1f56ec=_0x5b2347;let {isLineSeries:_0x5f5366}=_0x3461b9,_0x536c46=_0x1496d3(_0x257240),[_0x502411]=$(_0x1f56ec(0x312)),[_0x5d4d62,_0x1674dc]=$('paretoStyle'),_0x410343=[_0x1f56ec(0x2c9),_0x1f56ec(0x270),_0x1f56ec(0x286)],[_0x978849]=$(_0x1f56ec(0x415)),_0x44531a=_0x5f5366?_0x58526d=>{_0x1674dc({'lineStyle':{..._0x58526d}});}:_0x4f51e7=>{_0x1674dc({'barStyle':{..._0x4f51e7}});},_0x3a580b=_0x459aff[_0x1f56ec(0x4dc)],_0x3e9b38=_0x5f5366?_0x5d4d62==null?void 0x0:_0x5d4d62[_0x1f56ec(0x536)]:_0x5d4d62==null?void 0x0:_0x5d4d62['barStyle'],_0x6245b9=_0x3e9b38==null?void 0x0:_0x3e9b38[_0x1f56ec(0x198)],_0x173751=_0x491311=>{const _0xc2b17f=_0x1f56ec;_0x3e9b38&&_0x3e9b38[_0xc2b17f(0x198)]&&_0x3e9b38[_0xc2b17f(0x198)][_0x491311]||_0x44531a({'dataPoints':{[_0x491311]:{}}});},_0x49c575=_0x2892ac=>{_0x44531a({'dataPoints':_0x2892ac});},_0x346760=sa['map'](_0x16e1fd=>({..._0x16e1fd,'label':_0x536c46['t'](_0x16e1fd[_0x1f56ec(0x496)])})),_0xac12b7=_0x881f00(()=>Sa['map'](_0x5ad876=>({'value':_0x5ad876[_0x1f56ec(0x515)],'label':_0x536c46['t'](_0x5ad876[_0x1f56ec(0x496)])})),[_0x536c46]),_0x593be9=Object[_0x1f56ec(0x13a)]({'color':'transparent','opacity':_0x3a580b[_0x1f56ec(0x545)],'width':_0x5f5366?_0x3a580b[_0x1f56ec(0x34b)][_0x1f56ec(0x1f3)]:_0x3a580b['width'],'dashType':_0x3a580b[_0x1f56ec(0x233)]},_0x3e9b38==null?void 0x0:_0x3e9b38[_0x1f56ec(0xbd)]),_0x2ceeeb=Object[_0x1f56ec(0x13a)]({'shape':_0x459aff[_0x1f56ec(0x366)][_0x1f56ec(0x2c9)],'size':_0x459aff[_0x1f56ec(0x339)]['symbolSize'],'color':'transparent'},_0x502411==null?void 0x0:_0x502411['point'],_0x3e9b38==null?void 0x0:_0x3e9b38[_0x1f56ec(0x366)]),_0x2108aa=Object[_0x1f56ec(0x13a)]({},_0x3e9b38==null?void 0x0:_0x3e9b38[_0x1f56ec(0x496)]);return _0x2b8328(_0x1f56ec(0x511),{'className':_0x1f56ec(0x2c3),'children':[_0x382b97(go,{'chartType':_0x1febe2['Pareto'],'allSeriesStyle':_0x502411,'controlName':_0x536c46['t'](_0x5f5366?'sheets-chart-ui.line':_0x1f56ec(0x246)),'seriesStyle':_0x3e9b38,'onSeriesStyleChange':_0x44531a}),_0x382b97(_o,{'isLineOrAreaChart':_0x5f5366,'allSeriesBorderStyle':_0x3e9b38==null?void 0x0:_0x3e9b38[_0x1f56ec(0xbd)],'hideBorder':!_0x5f5366,'controlName':_0x536c46['t'](_0x5f5366?'sheets-chart-ui.line':_0x1f56ec(0x438)),'borderStyle':_0x593be9,'onSeriesStyleChange':_0x44531a}),_0x5f5366&&_0x382b97(vo,{'pointStyle':_0x2ceeeb,'onChange':(_0x523f95,_0x2673a9)=>_0x44531a({'point':{[_0x523f95]:_0x2673a9}}),'controls':_0x410343}),!_0x5f5366&&_0x2b8328(_0x42912c,{'children':[_0x2b8328('div',{'className':_0x1f56ec(0x3b8),'children':[_0x382b97(_0x1f56ec(0x3cf),{'className':_0x1f56ec(0xba),'children':_0x382b97(_0x1f56ec(0x3cf),{'className':_0x1f56ec(0x3fc),'children':_0x536c46['t'](_0x1f56ec(0x35e),_0x536c46['t'](_0x1f56ec(0x410)))})}),_0x382b97('div',{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x382b97(_0x2f9fef,{'value':'','menus':_0x978849==null?[]:_0x978849,'onSelect':_0xadfad1=>_0x173751(+_0xadfad1),'children':_0x2b8328(_0x1f56ec(0x3cf),{'className':'univer-inline-flex\x20univer-items-center\x20univer-gap-1\x20univer-justify-self-end\x20univer-text-xs\x20univer-font-medium\x20univer-text-primary-600','children':[_0x382b97(_0x14a0f7,{}),_0x382b97(_0x1f56ec(0x2a3),{'children':_0x536c46['t'](_0x1f56ec(0x365))})]})})})]}),_0x6245b9&&_0x382b97(So,{'chartType':_0x1febe2[_0x1f56ec(0x1d8)],'data':_0x6245b9,'options':_0x978849==null?[]:_0x978849,'onChange':_0x49c575})]}),_0x382b97(_0x1f56ec(0x3cf),{'className':_0x1f56ec(0x451),'children':_0x382b97(ho,{'fallbackLabelStyle':Co,'labelStyle':_0x2108aa,'positionOptions':_0x346760,'contentTypeOptions':_0xac12b7,'onLabelStyleChange':(_0x2f79f6,_0x3bcb31)=>_0x44531a({'label':{[_0x2f79f6]:_0x3bcb31}}),'onVisibleChange':_0x23dd14=>_0x44531a({'label':{'visible':_0x23dd14}}),'isPieLike':!0x1,'chartType':_0x1febe2['Pareto']})})]});},To=_0x36a365=>{const _0x223c8e=_0x5b2347;let {chartType:_0x297cb8,onChartTypeChange:_0x45570a}=_0x36a365,_0x35c6a5=_0x1496d3(_0x257240),[_0x415fb9,_0x40ed0a]=$(_0x223c8e(0x53e)),[_0x243b67,_0x254e33]=$(_0x223c8e(0x3af)),[_0x48a459,_0x4b3d05]=$('padAngleStyle'),[_0x32197f,_0x28d57f]=$(_0x223c8e(0x34c)),[_0x45f94c,_0x393d8c]=$(_0x223c8e(0x508)),[_0x539221,_0x44c0af]=$(_0x223c8e(0x15f)),[_0x2b19d0,_0x3c7861]=$(_0x223c8e(0x12e)),[_0x4fde80,_0x3b8078]=$('valueSuffix'),[_0xc936a5,_0x240226]=$(_0x223c8e(0x298)),[_0x27a3b9,_0x593bc1]=_0x39d935(_0x4fde80||''),_0x5b68dd=_0x297cb8===_0x1febe2[_0x223c8e(0x418)]?_0x459aff[_0x223c8e(0x3d5)][_0x223c8e(0x196)]:0x0,[_0x1c31b8,_0x3cc16f]=$(_0x223c8e(0x196)),_0x32c212=ca[_0x223c8e(0xe8)](_0x3cfb93=>({..._0x3cfb93,'label':_0x35c6a5['t'](_0x3cfb93[_0x223c8e(0x496)])})),_0x4013a4=Ca[_0x223c8e(0xe8)](_0x46d9e9=>({..._0x46d9e9,'label':_0x35c6a5['t'](_0x46d9e9[_0x223c8e(0x496)])})),_0x3f1e37=_0x1496d3(_0x43f3bf),_0x1a2a34=_0x881f00(()=>({'visible':!0x0,'contentType':_0x459aff[_0x223c8e(0x3d5)]['labelContentType'],'fontSize':_0x459aff[_0x223c8e(0x364)][_0x223c8e(0x370)],'position':_0x423094['Outside']}),[]),_0x5dd6c7=_0x429935(_0x1ad742=>{const _0x5af74e=_0x223c8e;let _0x44e0eb=Number(_0x1ad742),_0x20f688=_0x44e0eb>0x0?_0x1febe2[_0x5af74e(0x418)]:_0x1febe2[_0x5af74e(0x2ae)];_0x20f688!==_0x297cb8&&(_0x45570a==null||_0x45570a(_0x20f688)),_0x3cc16f(_0x44e0eb);},[_0x297cb8,_0x45570a]);return _0x2b8328(_0x223c8e(0x3cf),{'className':_0x223c8e(0x2c3),'children':[_0x2b8328(_0x223c8e(0x3cf),{'className':_0x223c8e(0x14c),'children':[_0x2b8328(_0x223c8e(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x223c8e(0x3cf),{'className':_0x223c8e(0x3e3),'children':_0x35c6a5['t']('sheets-chart-ui.doughnutHole')}),_0x382b97(_0x5b419e,{'className':'univer-w-full\x20!univer-min-w-0','value':_0x1c31b8?String(_0x1c31b8):_0x5b68dd*0x64+'%','options':va,'onChange':_0x5dd6c7})]}),_0x2b8328(_0x223c8e(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x223c8e(0x3cf),{'className':_0x223c8e(0x3e3),'children':_0x35c6a5['t']('sheets-chart-ui.withColor',_0x35c6a5['t'](_0x223c8e(0x438)))}),_0x382b97(_0x4ab950,{'color':_0x415fb9==null?'':_0x415fb9,'onChange':_0x40ed0a})]})]}),_0x2b8328('div',{'className':_0x223c8e(0xba),'children':[_0x382b97('div',{'className':_0x223c8e(0x3e3),'children':_0x35c6a5['t']('sheets-chart-ui.styleEditPanel.pieValScale')}),_0x2b8328(_0x223c8e(0x3cf),{'className':_0x223c8e(0x464),'children':[_0x2b8328(_0x223c8e(0x3cf),{'className':_0x223c8e(0xba),'children':[_0x382b97(_0x223c8e(0x3cf),{'className':_0x223c8e(0x3e3),'children':_0x35c6a5['t'](_0x223c8e(0x46e))}),_0x382b97(_0x475aab,{'value':_0x2b19d0==null?0x1:_0x2b19d0,'onChange':_0x386bd3=>{const _0x59af94=_0x223c8e;_0x3f1e37['setContextValue'](_0x1293a1,!0x1),_0x3c7861(Number[_0x59af94(0x4cf)](_0x386bd3)?null:Number(_0x386bd3));},'onFocus':()=>_0x3f1e37['setContextValue'](_0x1293a1,!0x0),'onBlur':_0x55c3ef=>{const _0x2a315f=_0x223c8e;_0x3f1e37[_0x2a315f(0x3bb)](_0x1293a1,!0x1);let _0x2327ee=_0x55c3ef[_0x2a315f(0x1e9)]['value'];_0x3c7861(_0x2327ee===''?null:Number(_0x2327ee));},'onPressEnter':_0x5ae273=>{const _0x24183a=_0x223c8e;let _0x3998ca=_0x5ae273[_0x24183a(0x1e9)][_0x24183a(0x515)];_0x3c7861(_0x3998ca===''?null:Number(_0x3998ca));}})]}),_0x2b8328('div',{'className':_0x223c8e(0xba),'children':[_0x382b97(_0x223c8e(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x35c6a5['t'](_0x223c8e(0x374))}),_0x382b97(_0x475aab,{'value':_0xc936a5==null?0x1:_0xc936a5,'onChange':_0x4df164=>{const _0x28aff7=_0x223c8e;_0x3f1e37[_0x28aff7(0x3bb)](_0x1293a1,!0x1),_0x240226(Number[_0x28aff7(0x4cf)](_0x4df164)?null:Number(_0x4df164));},'onFocus':()=>_0x3f1e37['setContextValue'](_0x1293a1,!0x0),'onBlur':_0x504ce3=>{const _0xa651b=_0x223c8e;_0x3f1e37[_0xa651b(0x3bb)](_0x1293a1,!0x1);let _0x15d55a=_0x504ce3[_0xa651b(0x1e9)][_0xa651b(0x515)];_0x240226(_0x15d55a===''?null:Number(_0x15d55a));},'onPressEnter':_0x4e3074=>{const _0x5e46bd=_0x223c8e;let _0x58e30f=_0x4e3074[_0x5e46bd(0x1e9)][_0x5e46bd(0x515)];_0x240226(_0x58e30f===''?null:Number(_0x58e30f));}})]}),_0x2b8328(_0x223c8e(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x223c8e(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x35c6a5['t']('sheets-chart-ui.styleEditPanel.pieValSuffix')}),_0x382b97(_0x3a7552,{'className':_0x223c8e(0x503),'value':_0x27a3b9,'onChange':_0x593bc1,'onFocus':()=>{const _0x422e3f=_0x223c8e;_0x3f1e37[_0x422e3f(0x3bb)](_0x1293a1,!0x0);},'onBlur':()=>{_0x3f1e37['setContextValue'](_0x1293a1,!0x1),_0x3b8078(_0x27a3b9);}})]})]})]}),_0x382b97(ho,{'chartType':_0x297cb8,'fallbackLabelStyle':_0x1a2a34,'labelStyle':_0x243b67==null?{}:_0x243b67,'onVisibleChange':_0x4a3152=>_0x254e33({'visible':_0x4a3152}),'onLabelStyleChange':(_0x53324a,_0x2e77dc)=>_0x254e33({[_0x53324a]:_0x2e77dc}),'positionOptions':_0x32c212,'contentTypeOptions':_0x4013a4,'onPadAngleChange':_0x2ace28=>_0x4b3d05(_0x2ace28),'padAngleStyle':_0x48a459,'onHalfPieChange':_0xb916d3=>_0x28d57f(_0xb916d3),'isHalfPie':_0x32197f,'isRosePie':_0x45f94c,'onRosePieChange':_0xfc9dcf=>_0x393d8c(_0xfc9dcf),'onShowLabelLineChange':_0x4980d5=>_0x44c0af(_0x4980d5),'showLabelLine':_0x539221,'isPieLike':!0x0})]});};function Eo(){const _0x53ec24=_0x5b2347;var _0x45c6d5,_0x4a9155;let _0x529e3c=_0x1496d3(_0x257240),_0x5bea25=_0x1496d3(_0x43f3bf),_0x1bf411=Ea['map'](_0x199c6a=>({..._0x199c6a,'label':_0x529e3c['t'](_0x199c6a[_0x53ec24(0x496)])})),[_0xf93a15,_0x3676ee]=$(_0x53ec24(0x4d7)),[_0x1455b4,_0x19e334]=$(_0x53ec24(0x448)),[_0x1b4100,_0x4a1575]=$(_0x53ec24(0x507)),[_0x4dead6,_0x4cd89d]=$(_0x53ec24(0x214)),[_0x4eb7a4,_0x250b18]=$(_0x53ec24(0x15d)),_0x2ea92b=_0x99ba2f=>{_0x4cd89d({..._0x4dead6,..._0x99ba2f});},_0x5858e5=_0x14967a=>{_0x3676ee(_0x14967a);},_0x5a2d5e=_0xf93a15===_0xfcf5e1[_0x53ec24(0xd7)],_0x201925=_0xf93a15===_0xfcf5e1[_0x53ec24(0x32a)],_0x33424f=ea[_0x53ec24(0xe8)](_0x28faa5=>({..._0x28faa5,'label':_0x529e3c['t'](_0x28faa5[_0x53ec24(0x496)])})),[_0x2c9969,_0x472ba0]=$(_0x53ec24(0x2b1));return _0x2b8328(_0x53ec24(0x3cf),{'children':[_0x2b8328(_0x53ec24(0x3cf),{'className':_0x53ec24(0x3df),'children':[_0x382b97(_0x53ec24(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x529e3c['t'](_0x53ec24(0x1d1))}),_0x382b97(_0x5b419e,{'className':_0x53ec24(0x503),'value':String(_0x2c9969==null?_0x459aff[_0x53ec24(0x1df)][_0x53ec24(0x490)]:_0x2c9969),'options':_0x33424f,'onChange':_0x104fba=>_0x472ba0(_0x104fba)})]},_0x53ec24(0x2c9)),_0x382b97('div',{'children':_0x382b97(_0x304d4b,{'checked':_0x1455b4==null||_0x1455b4,'onChange':_0x21915f=>{_0x19e334==null||_0x19e334(!!_0x21915f);},'children':_0x529e3c['t'](_0x53ec24(0x431))})}),_0x382b97(_0x53ec24(0x3cf),{'className':_0x53ec24(0x11e),'children':_0x382b97(_0x304d4b,{'checked':_0x1b4100==null||_0x1b4100,'onChange':_0x35ea55=>{_0x4a1575(!!_0x35ea55);},'children':_0x529e3c['t'](_0x53ec24(0x1e1))})}),_0x382b97('div',{'className':'univer-my-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x529e3c['t']('sheets-chart-ui.relation.layoutType')}),_0x382b97(_0x5b419e,{'className':_0x53ec24(0x503),'value':_0xf93a15==null?_0xfcf5e1['None']:_0xf93a15,'options':_0x1bf411,'onChange':_0x5858e5}),_0x5a2d5e&&_0x2b8328(_0x53ec24(0x3cf),{'className':'univer-mt-4','children':[_0x382b97('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x529e3c['t'](_0x53ec24(0x1c6))}),_0x2b8328(_0x53ec24(0x3cf),{'className':_0x53ec24(0x236),'children':[_0x382b97(_0x53ec24(0x3cf),{'className':_0x53ec24(0x4d8),'children':_0x529e3c['t'](_0x53ec24(0x125))}),_0x382b97(_0x475aab,{'className':'univer-flex-1','controls':!0x1,'onFocus':()=>_0x5bea25[_0x53ec24(0x3bb)](_0x1293a1,!0x0),'onBlur':_0x3a8d63=>{const _0x378de6=_0x53ec24;_0x5bea25[_0x378de6(0x3bb)](_0x1293a1,!0x1);},'value':(_0x45c6d5=_0x4dead6==null?void 0x0:_0x4dead6[_0x53ec24(0x1e7)])==null?_0x459aff[_0x53ec24(0x1df)][_0x53ec24(0x4e6)]['repulsion']:_0x45c6d5,'onChange':_0x7ddf4=>_0x2ea92b({'repulsion':_0x7ddf4})})]}),_0x2b8328(_0x53ec24(0x3cf),{'className':_0x53ec24(0x236),'children':[_0x382b97(_0x53ec24(0x3cf),{'className':_0x53ec24(0x4d8),'children':_0x529e3c['t'](_0x53ec24(0x105))}),_0x382b97(_0x475aab,{'className':'univer-flex-1','controls':!0x1,'onFocus':()=>_0x5bea25[_0x53ec24(0x3bb)](_0x1293a1,!0x0),'onBlur':_0xf3431d=>{const _0x2a0251=_0x53ec24;_0x5bea25[_0x2a0251(0x3bb)](_0x1293a1,!0x1);},'value':(_0x4a9155=_0x4dead6==null?void 0x0:_0x4dead6['gravity'])==null?_0x459aff[_0x53ec24(0x1df)][_0x53ec24(0x4e6)]['gravity']:_0x4a9155,'onChange':_0xcb0db7=>_0x2ea92b({'gravity':_0xcb0db7})})]}),_0x2b8328('div',{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-row\x20univer-justify-between','children':[_0x382b97(_0x53ec24(0x3cf),{'className':_0x53ec24(0x4d8),'children':_0x529e3c['t'](_0x53ec24(0x272))}),_0x382b97(_0x475aab,{'className':_0x53ec24(0x4d8),'controls':!0x1,'value':_0x4dead6==null?void 0x0:_0x4dead6[_0x53ec24(0x30b)],'onFocus':()=>_0x5bea25[_0x53ec24(0x3bb)](_0x1293a1,!0x0),'onBlur':_0x146114=>{const _0x4cc067=_0x53ec24;_0x5bea25[_0x4cc067(0x3bb)](_0x1293a1,!0x1);},'onChange':_0x4dc3d8=>_0x2ea92b({'edgeLength':_0x4dc3d8}),'min':0x0,'step':0xa})]})]}),_0x201925&&_0x382b97('div',{'className':_0x53ec24(0x451),'children':_0x382b97(_0x304d4b,{'checked':_0x4eb7a4==null?_0x459aff[_0x53ec24(0x1df)][_0x53ec24(0x34f)][_0x53ec24(0x15d)]:_0x4eb7a4,'onChange':_0xfefbed=>{_0x250b18(!!_0xfefbed);},'children':_0x529e3c['t'](_0x53ec24(0x179))})})]});}const Do=_0x459aff[_0x5b2347(0x209)];function Oo(_0x587ba2,_0x1220ca){const _0x28c60e=_0x5b2347;let [_0x2c3701]=$(_0x28c60e(0x20b)),[_0x31dfe9]=$(_0x28c60e(0x514)),_0xf8a054=_0x1220ca===_0x459aff[_0x28c60e(0xb6)],_0x5e94fb=_0x2c3701==null?void 0x0:_0x2c3701[_0x1220ca];return _0x587ba2===_0x1febe2[_0x28c60e(0x3a9)]?_0xf8a054?((()=>{const _0xccee11=_0x28c60e;let _0x59d405=_0x31dfe9==null?void 0x0:_0x31dfe9[_0xccee11(0xe8)]((_0x224866,_0x1c377a)=>{const _0x560bc8=_0xccee11;var _0xc95b0b;let _0x118fe1=_0x2c3701==null?void 0x0:_0x2c3701[_0x224866],_0x3dabbf=_0x1c377a===0x0?Do[_0x560bc8(0xc4)]:Do[_0x560bc8(0x422)];return(_0xc95b0b=_0x118fe1==null?void 0x0:_0x118fe1['chartType'])==null?_0x3dabbf:_0xc95b0b;}),_0x4c4856=_0x59d405==null?void 0x0:_0x59d405[0x0];return _0x59d405!=null&&_0x59d405['every'](_0x5a56d1=>_0x5a56d1===_0x4c4856)?_0x4c4856:_0x1febe2[_0xccee11(0x348)];})()):((()=>{const _0x1433df=_0x28c60e;var _0xe94fbc;let _0x13601a=_0x1220ca===String(_0x31dfe9==null?void 0x0:_0x31dfe9[0x0])?Do[_0x1433df(0xc4)]:Do[_0x1433df(0x422)];return(_0xe94fbc=_0x5e94fb==null?void 0x0:_0x5e94fb['chartType'])==null?_0x13601a:_0xe94fbc;})()):_0x587ba2;}const ko=_0x4b60d0=>{const _0x395506=_0x5b2347;let {seriesId:_0x2377ed}=_0x4b60d0,_0x2a73d0=_0x1496d3(_0x257240),_0x4421ef=Yi[_0x395506(0xe8)](_0x22dc57=>({..._0x22dc57,'label':_0x2a73d0['t'](_0x22dc57['label'])})),[_0x1bf400,_0x1b1a03]=$(_0x395506(0x20b)),[_0x920646]=$(_0x395506(0x514)),_0x5cc1b1=_0x429935(_0x52d333=>{const _0x5cb4d9=_0x395506;let _0x3c1cb6=Number(_0x52d333);if(_0x2377ed===_0x459aff[_0x5cb4d9(0xb6)]){let _0x267a29=_0x920646==null?void 0x0:_0x920646['reduce']((_0x359613,_0x3e180b)=>(_0x359613[String(_0x3e180b)]={'chartType':_0x3c1cb6},_0x359613),{});if(!_0x267a29)return;_0x1b1a03(_0x267a29);}else _0x1b1a03({[_0x2377ed]:{'chartType':_0x3c1cb6}});},[_0x2377ed]),_0x20df82=Oo(_0x1febe2[_0x395506(0x3a9)],_0x2377ed),_0x1f71b7=String(_0x20df82==null?'':_0x20df82);return _0x382b97(_0x5b419e,{'className':_0x395506(0x503),'value':_0x20df82===_0x1febe2[_0x395506(0x348)]?'':_0x1f71b7,'options':_0x4421ef,'onChange':_0x5cc1b1});},Ao={'shape':_0x459aff[_0x5b2347(0x186)][_0x5b2347(0x4fd)],'size':_0x459aff['radar'][_0x5b2347(0x565)],'color':void 0x0},jo=[_0x5b2347(0x2c9),_0x5b2347(0x270),_0x5b2347(0x286)],Mo=_0x341f78=>{let {setSeriesStyle:_0x2b6d16,pointStyle:_0x941ac6}=_0x341f78;return _0x1496d3(_0x257240),_0x382b97(vo,{'pointStyle':{...Ao,..._0x941ac6},'controls':jo,'onChange':(_0x1eaf41,_0x989244)=>_0x2b6d16({'point':{[_0x1eaf41]:_0x989244}})});},No={'fontSize':_0x459aff['textStyle'][_0x5b2347(0x370)],'contentType':_0x459aff[_0x5b2347(0x21c)],'position':_0x459aff[_0x5b2347(0x364)][_0x5b2347(0x3b2)]},Po=[Zi()],Fo=_0x459aff[_0x5b2347(0x4dc)],Io=[_0x5b2347(0x2c9),_0x5b2347(0x270),'color'],Lo=[_0x5b2347(0x2c9),_0x5b2347(0x270)],Ro=_0x50ff0e=>(_0x50ff0e&_0x1febe2[_0x5b2347(0x138)])>0x0||(_0x50ff0e&_0x1febe2[_0x5b2347(0x37f)])>0x0?Fo['specialChartWidthMap']['lineOrArea']:_0x50ff0e===_0x1febe2['Radar']?Fo[_0x5b2347(0x34b)]['radar']:Fo[_0x5b2347(0x23b)],zo=_0x94bb14=>{const _0x1cfa02=_0x5b2347;var _0x5a7f71,_0x2366e9,_0x3c250f,_0x55172e;let {chartType:_0x591c08,selectedSeriesId:_0x129671}=_0x94bb14,_0x21fb60=_0x1496d3(_0x257240),_0x1ccccf=_0xa7cd4(_0x21fb60[_0x1cfa02(0x534)],_0x21fb60[_0x1cfa02(0x2f9)]()),_0x49d5b0=_0x881f00(()=>_0x1ccccf==='rtl'?_0x50de84:{},[_0x1ccccf]),_0x2ea015=_0x881f00(()=>{var _0x31cece;return{...No,...(_0x31cece=_0x49d5b0['allSeriesStyle'])==null?void 0x0:_0x31cece['label']};},[_0x49d5b0]),_0x299ed4=sa[_0x1cfa02(0xe8)](_0x507245=>({..._0x507245,'label':_0x21fb60['t'](_0x507245[_0x1cfa02(0x496)])})),_0x1fbaa0=_0x881f00(()=>Sa['filter'](_0xb86437=>_0x591c08===_0x1febe2[_0x1cfa02(0x1ae)]?_0xb86437[_0x1cfa02(0x515)]!==String(_0x12170d['SeriesName'])&&_0xb86437[_0x1cfa02(0x515)]!==String(_0x12170d['Percentage']):mo[_0x1cfa02(0x453)](_0x591c08)?!0x0:_0xb86437[_0x1cfa02(0x515)]!==String(_0x12170d['Percentage']))['map'](_0x1f1f92=>({'value':_0x1f1f92[_0x1cfa02(0x515)],'label':_0x21fb60['t'](_0x1f1f92[_0x1cfa02(0x496)])})),[_0x591c08,_0x21fb60]),[_0x5b018b]=Po[_0x1cfa02(0xe8)](_0x427526=>({..._0x427526,'label':_0x21fb60['t'](_0x427526['label'])})),[_0x597302,_0x290593]=_0x39d935(_0x459aff[_0x1cfa02(0xb6)]),_0x59af06=_0x597302===_0x459aff['allSeriesId'],[_0x37b175,_0x5138be]=$(_0x1cfa02(0x312)),[_0x37db93,_0x371cf9]=$(_0x1cfa02(0x20b)),[_0x17f4c4]=$(_0x1cfa02(0x25d)),_0x33e174=_0x37db93==null?void 0x0:_0x37db93[_0x597302],[_0x2218f2]=$('seriesList'),_0x3f4779=_0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0x198)],_0x2c13cd=_0x881f00(()=>_0x2218f2?[_0x5b018b,..._0x2218f2]:[],[_0x5b018b,_0x2218f2]);_0x1c4377(()=>{const _0x2223bd=_0x1cfa02;var _0x197330;if(!_0x129671||_0x2c13cd[_0x2223bd(0x51e)]===0x0)return;let _0x33516f=_0x2c13cd[_0x2223bd(0x133)](_0x11a992=>_0x11a992['value']===_0x129671),_0xe5b596=_0x2c13cd['find'](_0x43ec01=>_0x43ec01['value']!==_0x459aff[_0x2223bd(0xb6)]),_0x19b9e7=(_0x197330=_0x33516f==null?void 0x0:_0x33516f['value'])==null?_0xe5b596==null?void 0x0:_0xe5b596[_0x2223bd(0x515)]:_0x197330;_0x19b9e7&&_0x290593(_0x19b9e7);},[_0x129671,_0x2c13cd]);let _0x31189f=_0x591c08?_0x3d7b4c['has'](_0x591c08,_0x467fd7['Horizontal']):!0x1,_0x3c5989=Oo(_0x591c08,_0x597302),_0x1ef539=_0x3c5989===_0x1febe2[_0x1cfa02(0x138)],_0xf9b311=(_0x3c5989&_0x1febe2[_0x1cfa02(0x37f)])>0x0,_0x4076b7=_0x3c5989===_0x1febe2[_0x1cfa02(0x1ae)],_0xf318c0=_0x3c5989===_0x1febe2[_0x1cfa02(0x304)],_0x23ad7a=_0x1ef539||_0xf9b311,_0x4bef93=(_0x591c08&_0x1febe2[_0x1cfa02(0x2ae)])>0x0||_0x4076b7,_0x46ac9a=Ro(_0x591c08),_0x5db86c=_0x429935(_0x45fbc0=>{_0x371cf9({[_0x597302]:_0x45fbc0});},[_0x597302]),_0x3f861d=_0x4e198f=>{_0x59af06?_0x5138be(_0x4e198f):_0x5db86c(_0x4e198f);},_0x17de7d={..._0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0xbd)]},_0x55f66a=Object['assign']({'color':_0x1cfa02(0x41d),'opacity':Fo['opacity'],'width':_0x46ac9a,'dashType':Fo[_0x1cfa02(0x233)]},_0x17de7d),_0x8770af=Object[_0x1cfa02(0x13a)]({'color':_0x1cfa02(0x41d),'opacity':Fo[_0x1cfa02(0x545)],'width':_0x46ac9a,'dashType':Fo[_0x1cfa02(0x233)]},_0x37b175==null?void 0x0:_0x37b175['border']),_0x284610=Object[_0x1cfa02(0x13a)]({'shape':_0x459aff[_0x1cfa02(0x366)]['shape'],'size':_0xf318c0?_0x459aff[_0x1cfa02(0x366)][_0x1cfa02(0x3c0)]:_0x459aff['point'][_0x1cfa02(0x270)],'color':_0x1cfa02(0x41d)},_0x37b175==null?void 0x0:_0x37b175[_0x1cfa02(0x366)],_0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0x366)]),_0x3c26d2=_0x59af06?(_0x5a7f71=_0x37b175==null?void 0x0:_0x37b175[_0x1cfa02(0x496)])==null?{}:_0x5a7f71:Object[_0x1cfa02(0x13a)]({},_0x37b175==null?void 0x0:_0x37b175[_0x1cfa02(0x496)],_0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0x496)]),_0x5e0eca=(_0x2366e9=(_0x3c250f=_0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0x56b)])==null?_0x37b175==null?void 0x0:_0x37b175['rightYAxis']:_0x3c250f)==null?(_0x55172e=_0x49d5b0[_0x1cfa02(0x312)])==null?void 0x0:_0x55172e[_0x1cfa02(0x56b)]:_0x2366e9,_0x157b66=_0x3c5989===_0x1febe2[_0x1cfa02(0x348)]||_0x591c08===_0x1febe2['Combination']&&_0x3c5989===_0x1febe2[_0x1cfa02(0x115)]&&_0x59af06,_0x2b1de8=_0x429935(_0x22ddf0=>{const _0x2ffdbe=_0x1cfa02;_0x33e174&&_0x33e174[_0x2ffdbe(0x198)]&&_0x33e174[_0x2ffdbe(0x198)][_0x22ddf0]||_0x371cf9({[_0x597302]:{'dataPoints':{[_0x22ddf0]:{}}}});},[_0x33e174,_0x597302]),_0x1919a3=_0x429935(_0x6a6453=>{_0x371cf9({[_0x597302]:{'dataPoints':_0x6a6453}});},[_0x597302]);return _0x2b8328(_0x42912c,{'children':[_0x382b97(_0x1cfa02(0x3cf),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x382b97(_0x5b419e,{'className':_0x1cfa02(0x503),'value':_0x597302,'onChange':_0x3c5967=>_0x290593(_0x3c5967),'options':_0x2c13cd})}),_0x591c08===_0x1febe2[_0x1cfa02(0x3a9)]&&_0x2b8328('div',{'className':_0x1cfa02(0x2c3),'children':[_0x382b97(_0x1cfa02(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600','children':_0x21fb60['t'](_0x1cfa02(0xff))}),_0x382b97(ko,{'seriesId':_0x597302})]}),_0x2b8328(_0x1cfa02(0x3cf),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0x157b66&&_0x2b8328(_0x42912c,{'children':[_0x382b97('div',{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x21fb60['t'](_0x1cfa02(0x541))}),(!_0xf318c0||_0xf318c0&&!_0x59af06)&&_0x382b97(go,{'chartType':_0x591c08,'allSeriesStyle':_0x37b175,'controlName':_0x21fb60['t'](_0x1ef539?'sheets-chart-ui.line':_0x1cfa02(0x246)),'seriesStyle':_0x59af06?_0x37b175:_0x33e174,'onSeriesStyleChange':_0x3f861d}),!_0xf318c0&&_0x382b97(_o,{'isLineOrAreaChart':_0x23ad7a,'allSeriesBorderStyle':_0x37b175==null?void 0x0:_0x37b175[_0x1cfa02(0xbd)],'hideBorder':!_0x1ef539,'controlName':_0x21fb60['t'](_0x1ef539||_0x4076b7?'sheets-chart-ui.line':_0x1cfa02(0x438)),'borderStyle':_0x59af06?_0x8770af:_0x55f66a,'onSeriesStyleChange':_0x3f861d}),(_0x23ad7a||_0xf318c0)&&_0x382b97(vo,{'pointStyle':_0x284610,'onChange':(_0x335561,_0x26d8d5)=>_0x3f861d({'point':{[_0x335561]:_0x26d8d5}}),'controls':_0x59af06?Lo:Io})]}),!_0x31189f&&!_0x59af06&&!_0x4bef93&&_0x382b97(yo,{'rightYAxis':!!_0x5e0eca,'onSeriesStyleChange':_0x3f861d})]}),_0x2b8328('div',{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[!_0x59af06&&_0x4076b7&&_0x382b97(Mo,{'pointStyle':_0x33e174==null?void 0x0:_0x33e174[_0x1cfa02(0x366)],'setSeriesStyle':_0x3f861d}),!_0x59af06&&!_0x4076b7&&_0x2b8328(_0x42912c,{'children':[_0x2b8328(_0x1cfa02(0x3cf),{'className':_0x1cfa02(0x3b8),'children':[_0x382b97('div',{'className':_0x1cfa02(0xba),'children':_0x382b97(_0x1cfa02(0x3cf),{'className':_0x1cfa02(0x3fc),'children':_0x21fb60['t'](_0x1cfa02(0x35e),_0x21fb60['t'](_0x1cfa02(0x410)))})}),_0x382b97(_0x1cfa02(0x3cf),{'className':_0x1cfa02(0xba),'children':_0x382b97(_0x2f9fef,{'value':_0x597302,'menus':_0x17f4c4==null?[]:_0x17f4c4,'onSelect':_0x1d7e06=>_0x2b1de8(+_0x1d7e06),'children':_0x2b8328(_0x1cfa02(0x3cf),{'className':_0x1cfa02(0xf6),'children':[_0x382b97(_0x14a0f7,{}),_0x382b97(_0x1cfa02(0x2a3),{'children':_0x21fb60['t']('sheets-chart-ui.addDataPoint')})]})})})]}),_0x3f4779&&_0x382b97(So,{'chartType':_0x591c08,'data':_0x3f4779,'options':_0x17f4c4==null?[]:_0x17f4c4,'onChange':_0x1919a3})]})]}),_0x382b97(_0x1cfa02(0x3cf),{'className':_0x1cfa02(0x2c3),'children':_0x382b97(ho,{'fallbackLabelStyle':_0x2ea015,'labelStyle':_0x3c26d2,'positionOptions':_0x299ed4,'contentTypeOptions':_0x1fbaa0,'onLabelStyleChange':(_0x59a660,_0x5cf139)=>_0x3f861d({'label':{[_0x59a660]:_0x5cf139}}),'onVisibleChange':_0x53e7e1=>_0x3f861d({'label':{'visible':_0x53e7e1}}),'isPieLike':!0x1,'chartType':_0x591c08})})]});};function Bo(_0x524329){const _0x392100=_0x5b2347;var _0x1bb83f;return{'parentLabelLayout':(_0x1bb83f=_0x524329==null?void 0x0:_0x524329[_0x392100(0x367)])==null?_0x459aff['treemap'][_0x392100(0x367)]:_0x1bb83f,'label':{..._0x459aff[_0x392100(0x4c3)][_0x392100(0x496)],..._0x524329==null?void 0x0:_0x524329[_0x392100(0x496)]}};}const Vo=Object[_0x5b2347(0x1e4)](_0x2ddf71),Ho=[_0x12170d['CategoryName'],_0x12170d[_0x5b2347(0x290)]];function Uo(_0x318a31){const _0x5d3d74=_0x5b2347;let _0x42756b=_0x318a31==null?_0x459aff[_0x5d3d74(0x4c3)][_0x5d3d74(0x496)]['contentType']:_0x318a31;return _0x42756b===void 0x0?[]:Ho[_0x5d3d74(0x16c)](_0x4a4ab7=>_0x3d7b4c[_0x5d3d74(0x453)](_0x42756b,_0x4a4ab7))['map'](String);}function Wo(_0x58ab18){const _0x58a5c6=_0x5b2347;let _0x1402c4=Ho[_0x58a5c6(0x16c)](_0x2f13fb=>_0x58ab18[_0x58a5c6(0x457)](String(_0x2f13fb)));if(_0x1402c4['length']!==0x0)return _0x1402c4[_0x58a5c6(0x35d)]((_0x3f5ff3,_0x523590)=>_0x3f5ff3|_0x523590,_0x12170d[_0x58a5c6(0x10d)]);}const Go=()=>{const _0x3f0946=_0x5b2347;var _0xa410ee,_0x4ad7a5;let _0x2adaa3=_0x1496d3(_0x257240),[_0x3a4f6f,_0x4565da]=$(_0x3f0946(0x47a)),_0x53d7cb=Bo(_0x3a4f6f),_0x449f17=_0x2c5c9e=>_0x4565da({..._0x3a4f6f,..._0x2c5c9e,..._0x2c5c9e[_0x3f0946(0x496)]?{'label':{..._0x3a4f6f==null?void 0x0:_0x3a4f6f['label'],..._0x2c5c9e['label']}}:{}}),_0x21feb3=Ho[_0x3f0946(0xe8)](_0xa3f4af=>({'value':String(_0xa3f4af),'label':_0x2adaa3['t'](_0xa3f4af===_0x12170d[_0x3f0946(0x3e7)]?_0x3f0946(0x3b9):_0x3f0946(0x2aa))}));return _0x2b8328('div',{'className':_0x3f0946(0x4cb),'children':[_0x382b97(_0x144af5,{'label':_0x2adaa3['t'](_0x3f0946(0x130)),'value':_0x53d7cb[_0x3f0946(0x367)],'options':Vo[_0x3f0946(0xe8)](_0x83235f=>({'value':_0x83235f,'label':_0x2adaa3['t'](_0x3f0946(0x1b0)+_0x83235f)})),'onChange':_0x28ceac=>{const _0x500d3a=_0x3f0946;let _0x1a3f8c=Vo[_0x500d3a(0x133)](_0x1e04c2=>_0x1e04c2===_0x28ceac);_0x1a3f8c&&_0x449f17({'parentLabelLayout':_0x1a3f8c});}}),_0x382b97(_0x304d4b,{'checked':_0x53d7cb[_0x3f0946(0x496)][_0x3f0946(0x2ee)],'onChange':_0xc16c6f=>_0x449f17({'label':{'visible':!!_0xc16c6f}}),'children':_0x2adaa3['t'](_0x3f0946(0x4e8))}),_0x53d7cb['label'][_0x3f0946(0x2ee)]&&_0x2b8328(_0x42912c,{'children':[_0x2b8328('div',{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x3f0946(0x2a3),{'className':_0x3f0946(0x3e3),'children':_0x2adaa3['t']('sheets-chart-ui.treemap.labelContent')}),_0x382b97(_0x57c9aa,{'className':_0x3f0946(0x503),'value':Uo(_0x53d7cb[_0x3f0946(0x496)][_0x3f0946(0x36c)]),'options':_0x21feb3,'onChange':_0x20b9ec=>{let _0x3aa594=Wo(_0x20b9ec);_0x3aa594!==void 0x0&&_0x449f17({'label':{'contentType':_0x3aa594}});}})]}),_0x382b97(_0x1c6752,{'label':_0x2adaa3['t'](_0x3f0946(0x22d)),'children':_0x382b97(_0x123abd,{..._0x53d7cb['label'],'fontSize':(_0xa410ee=_0x53d7cb['label']['fontSize'])==null?_0x459aff[_0x3f0946(0x364)]['fontSize']:_0xa410ee,'color':(_0x4ad7a5=_0x53d7cb[_0x3f0946(0x496)][_0x3f0946(0x286)])==null?_0x459aff[_0x3f0946(0x364)][_0x3f0946(0x286)]:_0x4ad7a5,'onChange':(_0x11eed4,_0x5b0865)=>_0x449f17({'label':{[_0x11eed4]:_0x5b0865}})})})]})]});},Ko=()=>{const _0x152f45=_0x5b2347;var _0x26ff79,_0xab5bfd,_0x3b53c0,_0x5aaffc;let _0x503383=_0x1496d3(_0x257240),_0x18b7ab=_0x1496d3(_0x43f3bf),[_0x28bf09,_0x1becc6]=$('trendlineValues'),[_0x32a432,_0x3b44a0]=_0x39d935(0x0),_0x3953e3=ia[_0x152f45(0xe8)](_0x3f0878=>({'label':_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0x4e5),'children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x142),'children':aa==null?void 0x0:aa[_0x3f0878[_0x152f45(0x515)]]}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x257),'children':_0x503383['t'](_0x3f0878[_0x152f45(0x496)])})]}),'value':_0x3f0878[_0x152f45(0x515)]})),_0x427366=$i[_0x152f45(0xe8)](_0x21ea4b=>({..._0x21ea4b,'label':_0x503383['t'](_0x21ea4b[_0x152f45(0x496)])})),_0x1fc476=na[_0x152f45(0x529)](0x1),_0xd563a6=(_0x28bf09||[])[_0x152f45(0xe8)]((_0x22ec34,_0x244715)=>({'label':_0x22ec34[_0x152f45(0xee)],'value':String(_0x244715)})),_0x498970=_0x429935(_0x5e20bf=>{if(_0x28bf09){let _0x251ecd=[..._0x28bf09];_0x251ecd[_0x32a432]={..._0x251ecd[_0x32a432],..._0x5e20bf},_0x1becc6(_0x251ecd);}},[_0x28bf09,_0x32a432]),_0x332b22=_0x881f00(()=>_0x28bf09?_0x28bf09[_0x32a432]:void 0x0,[_0x28bf09,_0x32a432]),[_0x1511c6,_0x5b21d5]=_0x39d935((_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0xee)])||'');return _0x28bf09===void 0x0||_0x28bf09[_0x152f45(0x51e)]===0x0?null:_0x2b8328(_0x152f45(0x511),{'className':_0x152f45(0x2c3),'children':[_0x382b97('div',{'className':_0x152f45(0x3e3),'children':_0x382b97(_0x5b419e,{'className':_0x152f45(0x503),'value':String(_0x32a432),'onChange':_0x1f0985=>_0x3b44a0(Number(_0x1f0985)),'options':_0xd563a6})}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t']('sheets-chart-ui.trendline.displayName')}),_0x382b97('div',{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x382b97(_0x3a7552,{'value':_0x1511c6,'onChange':_0x5b21d5,'onBlur':()=>{const _0x28a463=_0x152f45;_0x18b7ab[_0x28a463(0x3bb)](_0x1293a1,!0x1),_0x1511c6?_0x498970==null||_0x498970({'name':_0x1511c6}):_0x5b21d5((_0x332b22==null?void 0x0:_0x332b22[_0x28a463(0xee)])||'');},'onFocus':()=>{const _0x227669=_0x152f45;_0x18b7ab[_0x227669(0x3bb)](_0x1293a1,!0x0);}})}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t']('sheets-chart-ui.trendline.trendlineDashType')}),_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':[_0x382b97(_0x5b419e,{'className':_0x152f45(0x51b),'value':String(_0x332b22==null?void 0x0:_0x332b22['type']),'onChange':_0x3ff444=>_0x498970==null?void 0x0:_0x498970({'type':_0x3ff444}),'options':_0x3953e3}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x526),'children':_0x382b97(_0x304d4b,{'checked':(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x440)])||_0x459aff[_0x152f45(0x154)][_0x152f45(0x440)],'onChange':_0x3d396b=>_0x498970({'showFormula':!!_0x3d396b}),'children':_0x503383['t'](_0x152f45(0x500))})}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x526),'children':_0x382b97(_0x304d4b,{'checked':(_0x332b22==null?void 0x0:_0x332b22['showR2'])||_0x459aff[_0x152f45(0x154)][_0x152f45(0x132)],'onChange':_0x3eeb7c=>_0x498970({'showR2':!!_0x3eeb7c}),'children':_0x503383['t'](_0x152f45(0x223))})}),((_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x284)])===_0x316c64[_0x152f45(0x317)]||(_0x332b22==null?void 0x0:_0x332b22['type'])===_0x316c64[_0x152f45(0x3ec)])&&_0x2b8328(_0x152f45(0x3cf),{'className':'univer-my-2','children':[(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x284)])===_0x316c64[_0x152f45(0x317)]&&_0x2b8328(_0x42912c,{'children':[_0x382b97('div',{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x2a9))}),_0x382b97(_0x5b419e,{'className':_0x152f45(0x503),'value':String((_0x26ff79=_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x1f0)])==null?_0x459aff[_0x152f45(0x154)]['order']:_0x26ff79),'options':oa,'onChange':_0xa38bc8=>_0x498970==null?void 0x0:_0x498970({'order':Number(_0xa38bc8)})})]}),(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x284)])===_0x316c64[_0x152f45(0x3ec)]&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x50d))}),_0x382b97(_0x475aab,{'value':(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x39f)])||_0x459aff[_0x152f45(0x154)][_0x152f45(0x39f)],'onChange':_0x42394=>_0x498970==null?void 0x0:_0x498970({'period':Math[_0x152f45(0x18f)](_0x42394)})})]})]}),_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x541))}),_0x2b8328(_0x152f45(0x3cf),{'className':'univer-mb-2\x20univer-flex\x20univer-justify-between\x20univer-gap-2','children':[_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0xba),'children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x3f3),_0x503383['t'](_0x152f45(0xe5)))}),_0x382b97(_0x4ab950,{'color':(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x286)])||'','onChange':_0x3a7407=>_0x498970==null?void 0x0:_0x498970({'color':_0x3a7407})})]}),_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0xba),'children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x3d9),_0x503383['t']('sheets-chart-ui.trendline.name'))}),_0x382b97(_0x5b419e,{'className':_0x152f45(0x503),'value':String((_0xab5bfd=_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x545)])==null?_0x459aff[_0x152f45(0x154)][_0x152f45(0x545)]:_0xab5bfd),'options':Qi,'onChange':_0x3feef9=>_0x498970==null?void 0x0:_0x498970({'opacity':Number(_0x3feef9)})})]})]}),_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0x334),'children':[_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0xba),'children':[_0x382b97('div',{'className':_0x152f45(0x3e3),'children':_0x503383['t']('sheets-chart-ui.withType',_0x503383['t'](_0x152f45(0xe5)))}),_0x382b97(_0x5b419e,{'className':_0x152f45(0x503),'value':String((_0x3b53c0=_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x233)])==null?_0x459aff[_0x152f45(0x154)][_0x152f45(0x233)]:_0x3b53c0),'options':_0x427366,'onChange':_0x294b72=>_0x498970==null?void 0x0:_0x498970({'dashType':_0x294b72})})]}),_0x2b8328(_0x152f45(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x444),_0x503383['t'](_0x152f45(0xe5)))}),_0x382b97(_0x5b419e,{'className':_0x152f45(0x503),'value':String((_0x5aaffc=_0x332b22==null?void 0x0:_0x332b22['width'])==null?_0x459aff[_0x152f45(0x154)]['width']:_0x5aaffc),'options':_0x1fc476,'onChange':_0x5914b9=>_0x498970==null?void 0x0:_0x498970({'width':Number(_0x5914b9)})})]})]}),(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x284)])!==_0x316c64[_0x152f45(0x3ec)]&&_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0x334),'children':[(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x440)])&&_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0xba),'children':[_0x382b97('div',{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x3f3),_0x503383['t']('sheets-chart-ui.trendline.formula'))}),_0x382b97(_0x4ab950,{'color':(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0x530)])||'','onChange':_0x534dc7=>_0x498970==null?void 0x0:_0x498970({'formulaColor':_0x534dc7})})]}),(_0x332b22==null?void 0x0:_0x332b22['showR2'])&&_0x2b8328(_0x152f45(0x3cf),{'className':_0x152f45(0xba),'children':[_0x382b97(_0x152f45(0x3cf),{'className':_0x152f45(0x3e3),'children':_0x503383['t'](_0x152f45(0x3f3),_0x503383['t'](_0x152f45(0x47d)))}),_0x382b97(_0x4ab950,{'color':(_0x332b22==null?void 0x0:_0x332b22[_0x152f45(0xfe)])||'','onChange':_0x3f34eb=>_0x498970==null?void 0x0:_0x498970({'r2Color':_0x3f34eb})})]})]})]})]});},qo={'fontSize':_0x459aff['textStyle'][_0x5b2347(0x370)],'contentType':_0x459aff['labelContentType'],'position':_0x459aff['textStyle'][_0x5b2347(0x3b2)]},Jo=()=>{const _0x37dbed=_0x5b2347;var _0x532cd2,_0x1e474d,_0x11587f,_0x29aeff,_0x5c8339,_0x1af3d6,_0x44cc25,_0x26ae37,_0x108517,_0x476526,_0x13e6d1,_0x1d5fd9,_0x45692b,_0x1bb9ed,_0x35728b,_0x11489c,_0x330b6e;let _0x3d0f16=_0x1496d3(_0x257240),_0x37e631=sa['map'](_0xc039de=>({..._0xc039de,'label':_0x3d0f16['t'](_0xc039de[_0x37dbed(0x496)])})),_0x5d1211=_0x881f00(()=>Sa[_0x37dbed(0x16c)](_0x457cc8=>_0x457cc8[_0x37dbed(0x515)]!==String(_0x12170d[_0x37dbed(0x189)]))[_0x37dbed(0xe8)](_0x5c0ad5=>({'value':_0x5c0ad5[_0x37dbed(0x515)],'label':_0x3d0f16['t'](_0x5c0ad5[_0x37dbed(0x496)])})),[_0x3d0f16]),_0x48c575=_0x1496d3(_0x43f3bf),[_0x2dd9f2,_0x51c9b6]=_0x39d935(_0x459aff['allSeriesId']),_0x3cd34b=_0x2dd9f2===_0x459aff[_0x37dbed(0xb6)],[_0x2e76b4,_0xaaaa0e]=$(_0x37dbed(0x312)),[_0x4b16f5,_0x11a71a]=$(_0x37dbed(0x20b)),[_0x4655ba]=$(_0x37dbed(0x414)),[_0x310324]=$('waterfallStack'),_0xb4c4ff=_0x310324!==_0x2b5de0['Stacked'],[_0x2176c2]=[Zi()]['map'](_0x4b2b48=>({..._0x4b2b48,'label':_0x3d0f16['t'](_0x4b2b48[_0x37dbed(0x496)])})),_0x393c83=_0x4b16f5==null?void 0x0:_0x4b16f5[_0x2dd9f2],_0x449329=_0x881f00(()=>_0x4655ba?[_0x2176c2,..._0x4655ba]:[],[_0x2176c2,_0x4655ba]),_0x96a793=_0x4e2487=>{_0x3cd34b?_0xaaaa0e(_0x4e2487):_0x11a71a({[_0x2dd9f2]:_0x4e2487});},_0x2b0039=_0x459aff['borderStyle'],_0x3b0d3e={'color':_0x37dbed(0x41d),'opacity':_0x2b0039[_0x37dbed(0x545)],'width':0x0,'dashType':_0x2b0039['dashType']},_0x955b1d=_0x3cd34b?{..._0x3b0d3e,..._0x2e76b4==null||(_0x532cd2=_0x2e76b4['waterfall'])==null||(_0x532cd2=_0x532cd2['positive'])==null?void 0x0:_0x532cd2['border']}:{..._0x3b0d3e,..._0x393c83==null||(_0x1e474d=_0x393c83['waterfall'])==null||(_0x1e474d=_0x1e474d[_0x37dbed(0x173)])==null?void 0x0:_0x1e474d[_0x37dbed(0xbd)]},_0x21c890=_0x3cd34b?{..._0x3b0d3e,..._0x2e76b4==null||(_0x11587f=_0x2e76b4[_0x37dbed(0xe3)])==null||(_0x11587f=_0x11587f[_0x37dbed(0x27b)])==null?void 0x0:_0x11587f['border']}:{..._0x3b0d3e,..._0x393c83==null||(_0x29aeff=_0x393c83[_0x37dbed(0xe3)])==null||(_0x29aeff=_0x29aeff[_0x37dbed(0x27b)])==null?void 0x0:_0x29aeff[_0x37dbed(0xbd)]},_0x5b4119=_0x3cd34b?{..._0x3b0d3e,..._0x2e76b4==null||(_0x5c8339=_0x2e76b4[_0x37dbed(0xe3)])==null||(_0x5c8339=_0x5c8339[_0x37dbed(0x39c)])==null?void 0x0:_0x5c8339[_0x37dbed(0xbd)]}:{..._0x3b0d3e,..._0x393c83==null||(_0x1af3d6=_0x393c83[_0x37dbed(0xe3)])==null||(_0x1af3d6=_0x1af3d6[_0x37dbed(0x39c)])==null?void 0x0:_0x1af3d6[_0x37dbed(0xbd)]},_0x4f03e8=(_0x21a25a,_0xfc6fb6)=>{const _0x484a7c=_0x37dbed;if(_0xfc6fb6===_0x347fa6['subtotal'])return _0x3d0f16['t']('sheets-chart-ui.waterfall.subtotal');let _0x325928=_0x4655ba==null?void 0x0:_0x4655ba[_0x484a7c(0x133)](_0x1af018=>_0x1af018['value']===_0x21a25a);if(_0x325928){let _0x1efea0=_0x325928['label'];switch(_0xfc6fb6){case _0x347fa6[_0x484a7c(0x173)]:return _0x1efea0+'-('+_0x3d0f16['t'](_0x484a7c(0xfd))+')';case _0x347fa6[_0x484a7c(0x27b)]:return _0x1efea0+'-('+_0x3d0f16['t']('sheets-chart-ui.waterfall.negative')+')';default:return _0x1efea0;}}return'';},_0x3ad9bf=_0x3cd34b?(_0x44cc25=_0x2e76b4==null?void 0x0:_0x2e76b4['label'])==null?{}:_0x44cc25:Object[_0x37dbed(0x13a)]({},_0x2e76b4==null?void 0x0:_0x2e76b4[_0x37dbed(0x496)],_0x393c83==null?void 0x0:_0x393c83[_0x37dbed(0x496)]),_0x297c03=_0xb4c4ff?_0x393c83==null||(_0x26ae37=_0x393c83[_0x37dbed(0xe3)])==null||(_0x26ae37=_0x26ae37[_0x37dbed(0x39c)])==null?void 0x0:_0x26ae37[_0x37dbed(0xee)]:_0x2e76b4==null||(_0x108517=_0x2e76b4['waterfall'])==null||(_0x108517=_0x108517[_0x37dbed(0x39c)])==null?void 0x0:_0x108517[_0x37dbed(0xee)],_0x22a47e=_0x310324!==_0x2b5de0[_0x37dbed(0x102)]||_0x3cd34b;return _0x2b8328(_0x37dbed(0x3cf),{'children':[_0x382b97('div',{'className':_0x37dbed(0x39d),'children':_0x382b97(_0x5b419e,{'className':_0x37dbed(0x503),'value':_0x2dd9f2,'onChange':_0x3f2829=>_0x51c9b6(_0x3f2829),'options':_0x449329})}),_0x2b8328(_0x37dbed(0x3cf),{'className':_0x37dbed(0x2c3),'children':[_0x382b97(_0x37dbed(0x3cf),{'className':_0x37dbed(0x3fc),'children':_0x3d0f16['t'](_0x37dbed(0xf4))}),!_0x3cd34b&&_0x2b8328(_0x42912c,{'children':[_0x382b97('div',{'className':_0x37dbed(0x3df),'children':_0x3d0f16['t'](_0x37dbed(0x484))}),_0x382b97(_0x3a7552,{'className':'univer-mb-2','value':(_0x393c83==null||(_0x476526=_0x393c83[_0x37dbed(0xe3)])==null||(_0x476526=_0x476526[_0x37dbed(0x173)])==null?void 0x0:_0x476526[_0x37dbed(0xee)])||_0x4f03e8(_0x2dd9f2,_0x347fa6['positive']),'onChange':_0x25f512=>{_0x96a793({'waterfall':{'positive':{'name':_0x25f512}}});},'onFocus':()=>{const _0x598bff=_0x37dbed;_0x48c575[_0x598bff(0x3bb)](_0x1293a1,!0x0);},'onBlur':()=>{_0x48c575['setContextValue'](_0x1293a1,!0x1);}})]}),_0x382b97(go,{'chartType':_0x1febe2['Waterfall'],'allSeriesStyle':_0x2e76b4,'controlName':'','seriesStyle':_0x3cd34b?_0x2e76b4==null||(_0x13e6d1=_0x2e76b4['waterfall'])==null?void 0x0:_0x13e6d1[_0x37dbed(0x173)]:_0x393c83==null||(_0x1d5fd9=_0x393c83[_0x37dbed(0xe3)])==null?void 0x0:_0x1d5fd9[_0x37dbed(0x173)],'onSeriesStyleChange':_0x28e436=>_0x96a793({'waterfall':{'positive':_0x28e436}})}),_0x382b97(_o,{'isLineOrAreaChart':!0x1,'allSeriesBorderStyle':_0x2e76b4==null?void 0x0:_0x2e76b4[_0x37dbed(0xbd)],'hideBorder':!0x0,'controlName':_0x3d0f16['t'](_0x37dbed(0x438)),'borderStyle':_0x955b1d,'onSeriesStyleChange':_0x580df4=>_0x96a793({'waterfall':{'positive':_0x580df4}})})]}),_0x2b8328(_0x37dbed(0x3cf),{'className':_0x37dbed(0x2c3),'children':[_0x382b97(_0x37dbed(0x3cf),{'className':_0x37dbed(0x3fc),'children':_0x3d0f16['t'](_0x37dbed(0x3c6))}),!_0x3cd34b&&_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x37dbed(0x3cf),{'className':_0x37dbed(0x3df),'children':_0x3d0f16['t'](_0x37dbed(0x28b))}),_0x382b97(_0x3a7552,{'className':_0x37dbed(0x2d9),'value':(_0x393c83==null||(_0x45692b=_0x393c83[_0x37dbed(0xe3)])==null||(_0x45692b=_0x45692b[_0x37dbed(0x27b)])==null?void 0x0:_0x45692b[_0x37dbed(0xee)])||_0x4f03e8(_0x2dd9f2,_0x347fa6[_0x37dbed(0x27b)]),'onChange':_0x52e8c5=>{_0x96a793({'waterfall':{'negative':{'name':_0x52e8c5}}});},'onFocus':()=>{const _0x55f016=_0x37dbed;_0x48c575[_0x55f016(0x3bb)](_0x1293a1,!0x0);},'onBlur':()=>{const _0x5eb3d1=_0x37dbed;_0x48c575[_0x5eb3d1(0x3bb)](_0x1293a1,!0x1);}})]}),_0x382b97(go,{'chartType':_0x1febe2[_0x37dbed(0x1bd)],'allSeriesStyle':_0x2e76b4,'controlName':'','seriesStyle':_0x3cd34b?_0x2e76b4==null||(_0x1bb9ed=_0x2e76b4[_0x37dbed(0xe3)])==null?void 0x0:_0x1bb9ed[_0x37dbed(0x27b)]:_0x393c83==null||(_0x35728b=_0x393c83[_0x37dbed(0xe3)])==null?void 0x0:_0x35728b['negative'],'onSeriesStyleChange':_0x8e925d=>_0x96a793({'waterfall':{'negative':_0x8e925d}})}),_0x382b97(_o,{'controlName':_0x3d0f16['t'](_0x37dbed(0x438)),'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x2e76b4==null?void 0x0:_0x2e76b4[_0x37dbed(0xbd)],'borderStyle':_0x21c890,'onSeriesStyleChange':_0x2ab280=>_0x96a793({'waterfall':{'negative':_0x2ab280}})})]}),_0x22a47e&&_0x382b97(_0x42912c,{'children':_0x382b97(_0x37dbed(0x3cf),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x37dbed(0x3cf),{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x3d0f16['t'](_0x37dbed(0x14a))}),_0x2b8328(_0x42912c,{'children':[_0x382b97(_0x37dbed(0x3cf),{'className':'univer-mb-2\x20univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':_0x3d0f16['t'](_0x37dbed(0x4f2))}),_0x382b97(_0x3a7552,{'className':_0x37dbed(0x2d9),'value':_0x297c03||_0x4f03e8(_0x2dd9f2,_0x347fa6[_0x37dbed(0x39c)]),'onChange':_0x4cd73d=>{_0x96a793({'waterfall':{'subtotal':{'name':_0x4cd73d}}});},'onFocus':()=>{const _0x2615f4=_0x37dbed;_0x48c575[_0x2615f4(0x3bb)](_0x1293a1,!0x0);},'onBlur':()=>{_0x48c575['setContextValue'](_0x1293a1,!0x1);}})]}),_0x382b97(go,{'chartType':_0x1febe2[_0x37dbed(0x1bd)],'allSeriesStyle':_0x2e76b4,'controlName':'','seriesStyle':_0x3cd34b?_0x2e76b4==null||(_0x11489c=_0x2e76b4['waterfall'])==null?void 0x0:_0x11489c[_0x37dbed(0x39c)]:_0x393c83==null||(_0x330b6e=_0x393c83[_0x37dbed(0xe3)])==null?void 0x0:_0x330b6e[_0x37dbed(0x39c)],'onSeriesStyleChange':_0x383199=>_0x96a793({'waterfall':{'subtotal':_0x383199}})}),_0x382b97(_o,{'isLineOrAreaChart':!0x1,'hideBorder':!0x0,'allSeriesBorderStyle':_0x2e76b4==null?void 0x0:_0x2e76b4[_0x37dbed(0xbd)],'controlName':_0x3d0f16['t'](_0x37dbed(0x438)),'borderStyle':_0x5b4119,'onSeriesStyleChange':_0x239c16=>_0x96a793({'waterfall':{'subtotal':_0x239c16}})})]})})}),_0x382b97(_0x37dbed(0x3cf),{'className':_0x37dbed(0x2c3),'children':_0x382b97(ho,{'fallbackLabelStyle':qo,'labelStyle':_0x3ad9bf,'positionOptions':_0x37e631,'contentTypeOptions':_0x5d1211,'onLabelStyleChange':(_0x5e3a21,_0x5ef085)=>_0x96a793({'label':{[_0x5e3a21]:_0x5ef085}}),'onVisibleChange':_0x39501d=>_0x96a793({'label':{'visible':_0x39501d}}),'isPieLike':!0x1,'chartType':_0x1febe2[_0x37dbed(0x1bd)]})})]});};function Yo(_0x279fe4){const _0x5ae670=_0x5b2347;let _0x4193b7=[];for(let [_0x37685c,_0x4443a3]of _0x279fe4)_0x4193b7['push']({'value':_0x37685c,'label':_0x37685c,'icon':_0x4443a3[_0x5ae670(0x21f)]});return _0x4193b7;}function Xo(){const _0x539f63=_0x5b2347;let _0xbbaf4a=_0x1496d3(_0x257240),_0x15ad7f=Yo(_0x1496d3(_0x4e0c2f)['getWordCloudImageMaskMap']()),[_0x4f963d,_0x4773d3]=$(_0x539f63(0x3ae)),[_0x35aae7,_0x35e1bb]=$(_0x539f63(0x2b2)),[_0x17cd6d,_0x496848]=_0x39d935(!0x1),_0x20e1dd=_0x15ad7f[_0x539f63(0x133)](_0x344861=>_0x344861[_0x539f63(0x515)]===_0x4f963d)||_0x15ad7f[0x0];return _0x2b8328(_0x539f63(0x3cf),{'className':_0x539f63(0x2c3),'children':[_0x382b97(_0x539f63(0x3cf),{'className':_0x539f63(0x36b),'children':_0xbbaf4a['t'](_0x539f63(0x553))}),_0x382b97(_0x5c8f8e,{'open':_0x17cd6d,'onOpenChange':_0x496848,'overlay':_0x382b97('div',{'className':_0x539f63(0x26c),'children':_0x15ad7f['map'](_0x15d34b=>_0x382b97('button',{'className':_0x5bca82(_0x539f63(0x519),_0x3e24b4,{'univer-bg-white':_0x20e1dd['value']!==_0x15d34b[_0x539f63(0x515)],'univer-select-item-option-selected':_0x20e1dd['value']===_0x15d34b[_0x539f63(0x515)]}),'type':'button','onClick':()=>{const _0x2848e0=_0x539f63;_0x4773d3(_0x15d34b[_0x2848e0(0x515)]),_0x496848(!0x1);},'children':_0x382b97(_0x539f63(0x2a3),{'className':_0x539f63(0x1e2),'children':_0x382b97('img',{'src':_0x15d34b[_0x539f63(0x4e1)],'alt':_0x15d34b[_0x539f63(0x496)]})})},_0x15d34b['value']))}),'children':_0x382b97(_0x539f63(0x501),{'className':_0x5bca82(_0x539f63(0x4c4),_0x3e24b4),'type':'button','children':_0x2b8328('span',{'className':_0x539f63(0x288),'children':[_0x382b97('span',{'className':_0x539f63(0x4b6),'children':_0x382b97('img',{'className':_0x539f63(0x25e),'src':_0x20e1dd['icon'],'alt':_0x20e1dd[_0x539f63(0x496)]})}),_0x382b97('span',{'children':_0x20e1dd[_0x539f63(0x496)]})]})})}),_0x382b97(_0x304d4b,{'className':'univer-mt-2.5','checked':_0x35aae7==null?_0x459aff[_0x539f63(0x1c0)][_0x539f63(0x3b0)]:_0x35aae7,'onChange':_0x35ff22=>{_0x35e1bb==null||_0x35e1bb(!!_0x35ff22);},'children':_0xbbaf4a['t'](_0x539f63(0x4a4))})]});}const {textStyle:Zo}=_0x459aff;function _0x4a4b(_0x1fcd3c,_0x4105b7){_0x1fcd3c=_0x1fcd3c-0xb4;const _0x5f2288=_0x5f22();let _0x4a4b69=_0x5f2288[_0x1fcd3c];return _0x4a4b69;}function Qo(_0x467b6c){const _0x293831=_0x5b2347;var _0x254716;return(_0x254716=_0x467b6c==null?void 0x0:_0x467b6c[_0x293831(0x133)](_0x1bef0e=>_0x1bef0e[_0x293831(0x3b2)]===_0x198110[_0x293831(0x2d5)]))==null?_0x467b6c==null?void 0x0:_0x467b6c[_0x293831(0x133)](_0x1c1e86=>_0x1c1e86['position']===_0x198110[_0x293831(0xcf)]):_0x254716;}const $o=()=>{const _0xc9af62=_0x5b2347;var _0x492e3f,_0x11a233,_0x17adee,_0xa8ca55,_0x44d1af,_0x17b091,_0x30861c,_0x2dccbb,_0x5a4a0a;let _0x356a73=_0x1496d3(_0x257240),_0x4f72ba=_0x1496d3(_0x43f3bf),_0x342c6b=_0x1496d3(Gi),_0x4ada55=_0x1496d3(_0x7a9bc9),_0x157979=_0xa7cd4(_0x342c6b[_0xc9af62(0xc5)],null),_0x4d61e2=_0xa7cd4(_0x342c6b[_0xc9af62(0x563)],null),_0x513092=(_0x4d61e2==null?void 0x0:_0x4d61e2['chartId'])===_0x157979?_0x4d61e2[_0xc9af62(0x3c5)]:null,_0xafaaa1=_0x364a71(null),[_0x569c62,_0x3d5f47]=$(_0xc9af62(0x571)),[_0x248dbd,_0x70b6]=$(_0xc9af62(0x11a),''),[_0x1eb45f,_0x322323]=$(_0xc9af62(0x1ef),''),[_0x1ecd09,_0x21fbe6]=$(_0xc9af62(0x4df)),[_0x1da9ee,_0x1059f6]=$(_0xc9af62(0x330)),[_0x11f6cd,_0x54d2a5]=$(_0xc9af62(0x4f0)),[_0x2b0392,_0x54c9c9]=$(_0xc9af62(0x3be)),[_0x3a2199,_0x188a9b]=$(_0xc9af62(0x20a)),[_0x3c9145,_0x54d4f9]=$(_0xc9af62(0x4a9)),[_0x57b404,_0x8bf5da]=$('titlePosition'),[_0x18b25b,_0x20cff6]=$('indicator'),[_0x24c87f]=$(_0xc9af62(0x46b)),[_0xc8e6c1]=$('chartThemeColorType'),_0x59496f=_0x1496d3(_0x5999f6),[_0x16ceb8,_0x25d67f]=_0x39d935(''),[_0x2371a2]=$(_0xc9af62(0x3d1)),_0x84f209=_0x569c62&&_0x7a37a2(_0x569c62),_0x2f6afb=_0x2371a2&&_0x2371a2[_0xc9af62(0x51e)]>0x0,_0x588b5e=_0x569c62&&_0x3d7b4c['baseOn'](_0x569c62,_0x1febe2[_0xc9af62(0x304)]),_0x36df4f=_0x881f00(()=>_0xc8e6c1?_0x59496f[_0xc9af62(0x53b)](_0xc8e6c1):_0x59496f['getDefaultTheme'](),[_0xc8e6c1]),_0x34810d=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2['WordCloud'])),_0x4ea973=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0xc0)])),_0x1ed35a=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2['Funnel'])),_0x11f21f=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x2bc)])),_0x22fd97=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x1d8)])),_0x4b1c95=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x33b)])),_0x4c327f=_0x569c62===_0x1febe2['Candlestick'],_0x3fd3fc=_0x569c62===_0x1febe2[_0xc9af62(0x221)],_0x3c7e6c=_0x569c62===_0x1febe2[_0xc9af62(0x49b)],_0x45dcfe=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x26b)])),_0x56557c=_0x881f00(()=>_0x24c87f==null?void 0x0:_0x24c87f[_0xc9af62(0x35d)]((_0x2cc515,_0x4db5c5)=>(_0x2cc515[_0x4db5c5[_0xc9af62(0x3b2)]]=_0x4db5c5,_0x2cc515),{}),[_0x24c87f]),_0x5d0a5f=!!(_0x56557c!=null&&_0x56557c[_0x198110[_0xc9af62(0xcf)]])&&!!(_0x56557c!=null&&_0x56557c[_0x198110['Left']])&&(_0x569c62&_0x1febe2[_0xc9af62(0x2ae)])===0x0&&(_0x569c62&_0x1febe2[_0xc9af62(0x1ae)])===0x0,_0x243f73=Qo(_0x24c87f),[_0x2131a1,_0x457fdb]=_0x39d935(Xi[0x0][_0xc9af62(0x515)]),[_0x3d4c10,_0x11e233]=_0x39d935(null),_0x2ac071=_0x3c9145==null?void 0x0:_0x3c9145[_0x2131a1],_0x1afd3e={'color':Zo[_0xc9af62(0x286)],'fontSize':_0x2131a1===_0xc9af62(0x2f1)?Zo[_0xc9af62(0x149)]:_0x2131a1===_0xc9af62(0x23e)?Zo['subTitleFontSize']:Zo[_0xc9af62(0x370)],..._0x2ac071},_0x30feb9=_0x429935(_0x3f277c=>{_0x54d4f9({[_0x2131a1]:_0x3f277c});},[_0x2131a1]),_0x2485a6=_0x1b0d12=>{const _0x2c891f=_0xc9af62;let _0x41a79d={'label':{'axisTitleAlign':_0x1b0d12}};_0x2131a1===_0x2c891f(0x393)&&_0x54d2a5(_0x41a79d),_0x2131a1===_0x2c891f(0x51f)&&_0x54c9c9(_0x41a79d),_0x2131a1===_0x2c891f(0x213)&&_0x188a9b(_0x41a79d);},_0x1b99d9=()=>{const _0x382730=_0xc9af62;if(_0x2131a1===_0x382730(0x393)){var _0x1c9458;return _0x11f6cd==null||(_0x1c9458=_0x11f6cd[_0x382730(0x496)])==null?void 0x0:_0x1c9458[_0x382730(0x2b3)];}if(_0x2131a1===_0x382730(0x51f)){var _0x5e8b5e;return _0x2b0392==null||(_0x5e8b5e=_0x2b0392[_0x382730(0x496)])==null?void 0x0:_0x5e8b5e[_0x382730(0x2b3)];}if(_0x2131a1===_0x382730(0x213)){var _0x49e6c5;return _0x3a2199==null||(_0x49e6c5=_0x3a2199[_0x382730(0x496)])==null?void 0x0:_0x49e6c5[_0x382730(0x2b3)];}};_0x1c4377(()=>{const _0x46f927=_0xc9af62;var _0x54df4a;_0x25d67f((_0x54df4a=_0x1afd3e==null?void 0x0:_0x1afd3e[_0x46f927(0xbf)])==null?'':_0x54df4a);},[_0x1afd3e==null?void 0x0:_0x1afd3e['content']]);let _0x539019=la[_0xc9af62(0xe8)](_0x106bdd=>({..._0x106bdd,'label':_0x356a73['t'](_0x106bdd[_0xc9af62(0x496)])})),_0x3933cc=Xi[_0xc9af62(0xe8)](_0x435a28=>({..._0x435a28,'label':_0x356a73['t'](_0x435a28['label'])})),_0x377a6d=ua[_0xc9af62(0xe8)](_0x250ac1=>({..._0x250ac1,'label':_0x356a73['t'](_0x250ac1[_0xc9af62(0x496)])})),_0x33c777=da[_0xc9af62(0xe8)](_0x5456a0=>({..._0x5456a0,'label':_0x356a73['t'](_0x5456a0['label'])})),_0xa833c9=(_0x492e3f=_0x1ecd09==null?void 0x0:_0x1ecd09[_0xc9af62(0x3b2)])==null?_0x459aff[_0xc9af62(0x31e)]['position']:_0x492e3f,_0x4ca86b=[_0x3933cc[0x0]],_0x5cb0eb=fa[_0xc9af62(0xe8)](_0x2e739b=>({..._0x2e739b,'label':_0x356a73['t'](_0x2e739b[_0xc9af62(0x496)])})),_0x14c8cb=pa['map'](_0x47c31e=>({..._0x47c31e,'label':_0x356a73['t'](_0x47c31e[_0xc9af62(0x496)])})),_0x4cadb6=(_0x4d78db,_0x48456f)=>{const _0x17bfdf=_0xc9af62;let _0x564bf9={'label':ja,'onPatternApply':_0x48456f,'originPattern':_0x4d78db};_0x4ada55[_0x17bfdf(0x152)]({'id':Aa,'title':{'title':_0x356a73['t']('sheets-chart-ui.dialog.setFormat')},'children':_0x564bf9,'width':0x258,'onClose':()=>{_0x4ada55['close'](Aa);}});},_0x489ed9=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x2ae)])),_0x268d7b=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2[_0xc9af62(0x1ae)])),_0x3664b4=!!(_0x569c62&&_0x3d7b4c[_0xc9af62(0x522)](_0x569c62,_0x1febe2['Waterfall'])),_0x52ae6a=[{'id':_0xc9af62(0x232),'label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x379))}),'children':_0x382b97(_0xc9af62(0x511),{'className':_0xc9af62(0x2c3),'children':_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x14c),'children':[_0x2b8328('div',{'className':_0xc9af62(0xba),'children':[_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x3e3),'children':_0x356a73['t']('sheets-chart-ui.backgroundColor')}),_0x382b97(_0x4ab950,{'color':_0x248dbd,'onChange':_0x70b6})]}),_0x2b8328(_0xc9af62(0x3cf),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x382b97('div',{'className':_0xc9af62(0x3e3),'children':_0x356a73['t'](_0xc9af62(0x4d4))}),_0x382b97(_0x4ab950,{'color':_0x1eb45f,'onChange':_0x322323})]})]})})},{'id':_0xc9af62(0x3ca),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x361))}),'children':_0x2b8328(_0xc9af62(0x511),{'children':[_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':[_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x3e3),'children':_0x356a73['t']('sheets-chart-ui.titles.title')}),_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':_0x2131a1,'options':_0x489ed9||_0x268d7b||_0x34810d?_0x4ca86b:_0x3933cc,'onChange':_0x14a5eb=>_0x457fdb(_0x14a5eb)})]}),_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':[_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x3e3),'children':_0x356a73['t']('sheets-chart-ui.titles.titleText')}),_0x382b97(_0x3a7552,{'value':_0x16ceb8,'onChange':_0x25d67f,'onFocus':()=>{const _0x264e60=_0xc9af62;_0x4f72ba[_0x264e60(0x3bb)](_0x1293a1,!0x0);},'onBlur':()=>{const _0x3649dc=_0xc9af62;_0x4f72ba[_0x3649dc(0x3bb)](_0x1293a1,!0x1),_0x16ceb8!==(_0x1afd3e==null?void 0x0:_0x1afd3e[_0x3649dc(0xbf)])&&_0x30feb9({'content':_0x16ceb8});}})]}),_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':_0x382b97('div',{'className':'univer-justify-content-between\x20univer-items-flex-start\x20univer-mb-2\x20univer-flex\x20univer-gap-2','children':_0x2b8328('div',{'className':_0xc9af62(0xba),'children':[_0x2131a1===_0xc9af62(0x2f1)&&_0x2b8328(_0x42912c,{'children':[_0x382b97('div',{'className':_0xc9af62(0x3e3),'children':_0x356a73['t']('sheets-chart-ui.titles.titlePosition')}),_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':_0x57b404==null?_0x459aff[_0xc9af62(0xe7)]:_0x57b404,'options':_0x5cb0eb,'onChange':_0x2550e8=>_0x8bf5da(_0x2550e8)})]}),_0x2131a1!=='title'&&_0x2b8328(_0x42912c,{'children':[_0x382b97('div',{'className':_0xc9af62(0x3e3),'children':_0x356a73['t']('sheets-chart-ui.titles.titleAlign')}),_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':(_0x11a233=_0x1b99d9())==null?_0x459aff[_0xc9af62(0x47b)][_0xc9af62(0x15b)]:_0x11a233,'options':_0x14c8cb,'onChange':_0x23d21b=>_0x2485a6(_0x23d21b)})]})]})})}),_0x2b8328('div',{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x382b97(_0xc9af62(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x356a73['t'](_0xc9af62(0x356))}),_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x4aa),'children':_0x382b97(_0x123abd,{'alignControl':_0x2131a1===_0xc9af62(0x2f1),..._0x1afd3e,'onChange':(_0x9198f7,_0xf526f6)=>_0x30feb9({[_0x9198f7]:_0xf526f6})})})]})]})},_0x34810d&&{'id':_0xc9af62(0x1c0),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x277))}),'children':_0x382b97(Xo,{})},!_0x34810d&&!_0x489ed9&&!_0x4ea973&&!_0x11f21f&&!_0x3664b4&&!_0x22fd97&&!_0x4b1c95&&!_0x45dcfe&&!_0x4c327f&&!_0x3fd3fc&&!_0x3c7e6c&&{'id':_0xc9af62(0x27c),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x419))}),'children':_0x382b97(zo,{'chartType':_0x569c62,'selectedSeriesId':(_0x513092==null?void 0x0:_0x513092['section'])==='series'?_0x513092[_0xc9af62(0x4fe)]:void 0x0})},_0x22fd97&&{'id':_0xc9af62(0x32f),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t']('sheets-chart-ui.pareto.barSeries')}),'children':_0x382b97(wo,{'isLineSeries':!0x1})},_0x22fd97&&{'id':'paretoLineSeries','label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t']('sheets-chart-ui.pareto.lineSeries')}),'children':_0x382b97(wo,{'isLineSeries':!0x0})},_0x3664b4&&{'id':'waterfallSeries','label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x419))}),'children':_0x382b97(Jo,{})},_0x4c327f&&{'id':_0xc9af62(0x2e5),'label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0xf3))}),'children':_0x382b97(lo,{})},_0x3fd3fc&&{'id':_0xc9af62(0x39a),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t']('sheets-chart-ui.chartTypes.histogram')}),'children':_0x382b97(fo,{})},_0x3c7e6c&&{'id':'treemapStyle','label':_0x382b97(_0xc9af62(0x3cf),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x356a73['t'](_0xc9af62(0x1b7))}),'children':_0x382b97(Go,{})},_0x489ed9&&{'id':'pieStyle','label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0xcb))}),'children':_0x382b97(To,{'chartType':_0x569c62,'onChartTypeChange':_0x3d5f47})},!_0x34810d&&!_0x4b1c95&&!_0x3c7e6c&&{'id':_0xc9af62(0x31e),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t']('sheets-chart-ui.legend')}),'children':_0x2b8328(_0xc9af62(0x511),{'children':[_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':[_0x382b97(_0xc9af62(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x356a73['t'](_0xc9af62(0x210))}),_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':(_0x1ecd09==null?void 0x0:_0x1ecd09[_0xc9af62(0x3b2)])||_0x459aff[_0xc9af62(0x31e)][_0xc9af62(0x3b2)],'onChange':_0x5a8788=>_0x21fbe6({..._0x1ecd09,'position':_0x5a8788}),'options':_0x539019})]}),_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':[_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x3e3),'children':_0x356a73['t'](_0xc9af62(0x287))}),!_0x45dcfe&&_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':(_0x1ecd09==null?void 0x0:_0x1ecd09['selectMode'])||_0x459aff[_0xc9af62(0x31e)][_0xc9af62(0x369)],'onChange':_0x1f5dc2=>_0x21fbe6({..._0x1ecd09,'selectMode':_0x1f5dc2}),'options':_0x377a6d}),_0x45dcfe&&_0x382b97(_0x5b419e,{'className':_0xc9af62(0x503),'value':_0x1da9ee||_0x459aff[_0xc9af62(0x104)][_0xc9af62(0x330)],'onChange':_0x4db697=>_0x1059f6(_0x4db697),'options':_0x33c777})]}),_0x382b97(_0x452999,{'chartType':_0x569c62,'position':_0xa833c9,'wrap':_0x1ecd09==null?void 0x0:_0x1ecd09[_0xc9af62(0x363)],'onChange':_0x21b356=>_0x21fbe6({..._0x1ecd09,'wrap':_0x21b356})}),!_0x45dcfe&&_0x2b8328(_0xc9af62(0x3cf),{'className':_0xc9af62(0x2c3),'children':[_0x382b97('div',{'className':_0xc9af62(0x3e3),'children':_0x356a73['t'](_0xc9af62(0x356))}),_0x382b97(_0x123abd,{..._0x1ecd09==null?void 0x0:_0x1ecd09['label'],'fontSize':(_0x17adee=_0x1ecd09==null||(_0xa8ca55=_0x1ecd09[_0xc9af62(0x496)])==null?void 0x0:_0xa8ca55[_0xc9af62(0x370)])==null?_0x459aff['textStyle'][_0xc9af62(0x370)]:_0x17adee,'color':(_0x44d1af=_0x1ecd09==null||(_0x17b091=_0x1ecd09[_0xc9af62(0x496)])==null?void 0x0:_0x17b091['color'])==null?_0x459aff['textStyle'][_0xc9af62(0x286)]:_0x44d1af,'onChange':(_0x1f2587,_0x16d6db)=>_0x21fbe6({'label':{[_0x1f2587]:_0x16d6db}})})]})]})},!_0x34810d&&!_0x489ed9&&!_0x268d7b&&!_0x1ed35a&&!_0x11f21f&&!_0x4b1c95&&!_0x45dcfe&&!_0x3c7e6c&&{'id':_0xc9af62(0x375),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t']('sheets-chart-ui.axes.horizontalAxis')}),'children':_0x2b8328(_0xc9af62(0x511),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':[_0x382b97($a,{'axisOptions':_0x11f6cd,'canUseDateAxis':_0x569c62!==_0x1febe2[_0xc9af62(0x304)]&&_0x569c62!==_0x1febe2['Waterfall'],'valueAxis':_0x588b5e||(_0x56557c==null||(_0x30861c=_0x56557c[_0x198110['Bottom']])==null?void 0x0:_0x30861c[_0xc9af62(0x284)])===_0x353c6c[_0xc9af62(0x41f)],'onChange':_0x54d2a5}),_0x382b97(_0x8a118a,{'className':'','size':_0xc9af62(0x18b),'onClick':()=>{const _0x3dd39c=_0xc9af62;_0x4cadb6(_0x11f6cd==null?void 0x0:_0x11f6cd[_0x3dd39c(0xef)],_0x51c13c=>{_0x54d2a5({'format':_0x51c13c});});},'children':_0x356a73['t']('sheets-chart-ui.dialog.setFormat')})]})},!_0x34810d&&!_0x489ed9&&!_0x268d7b&&!_0x1ed35a&&!_0x11f21f&&!_0x4b1c95&&!_0x45dcfe&&!_0x3c7e6c&&{'id':_0xc9af62(0x255),'label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x258))}),'children':_0x2b8328(_0xc9af62(0x511),{'className':_0xc9af62(0x2c3),'children':[_0x382b97($a,{'axisOptions':_0x2b0392,'canUseDateAxis':!0x1,'valueAxis':(_0x243f73==null?void 0x0:_0x243f73[_0xc9af62(0x284)])===_0x353c6c[_0xc9af62(0x41f)],'onChange':_0x54c9c9}),(_0x243f73==null?void 0x0:_0x243f73[_0xc9af62(0x284)])===_0x353c6c['Numeric']&&_0x382b97(_0x8a118a,{'className':'','size':_0xc9af62(0x18b),'onClick':()=>{const _0x44ade8=_0xc9af62;_0x4cadb6(_0x2b0392==null?void 0x0:_0x2b0392[_0x44ade8(0xef)],_0x12c3e8=>{_0x54c9c9({'format':_0x12c3e8});});},'children':_0x356a73['t'](_0xc9af62(0x1ad))})]})},!_0x34810d&&_0x5d0a5f&&!_0x11f21f&&!_0x4b1c95&&!_0x45dcfe&&!_0x3c7e6c&&{'id':_0xc9af62(0x231),'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x313))}),'children':_0x2b8328(_0xc9af62(0x511),{'className':_0xc9af62(0x2c3),'children':[_0x382b97($a,{'canUseDateAxis':!0x1,'axisOptions':_0x3a2199,'onChange':_0x188a9b,'valueAxis':!0x0}),(_0x56557c==null||(_0x2dccbb=_0x56557c[_0x198110[_0xc9af62(0xcf)]])==null?void 0x0:_0x2dccbb[_0xc9af62(0x284)])===_0x353c6c[_0xc9af62(0x41f)]&&_0x382b97(_0x8a118a,{'className':'','size':_0xc9af62(0x18b),'onClick':()=>{_0x4cadb6(_0x3a2199==null?void 0x0:_0x3a2199['format'],_0x4bd862=>{_0x188a9b({'format':_0x4bd862});});},'children':_0x356a73['t'](_0xc9af62(0x1ad))})]})},!_0x34810d&&!_0x489ed9&&!_0x268d7b&&!_0x11f21f&&!_0x1ed35a&&!_0x4b1c95&&!_0x45dcfe&&!_0x3c7e6c&&{'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x44f))}),'children':_0x382b97(_0xc9af62(0x511),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x382b97(uo,{'className':'univer-mt-2','runtimeAxes':_0x24c87f})})},!_0x34810d&&!_0x11f21f&&!_0x489ed9&&!_0x1ed35a&&!_0x4b1c95&&!_0x3c7e6c&&{'label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x311))}),'children':_0x382b97(_0xc9af62(0x511),{'className':'univer-box-border\x20univer-w-full\x20univer-pb-2.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x382b97(po,{'indicatorLabelColor':(_0x18b25b==null?void 0x0:_0x18b25b[_0xc9af62(0x14b)])||_0x459aff[_0xc9af62(0x41b)],'indicatorLineType':(_0x18b25b==null?void 0x0:_0x18b25b[_0xc9af62(0x388)])||_0x459aff[_0xc9af62(0x388)],'indicatorLabelTextColor':(_0x18b25b==null?void 0x0:_0x18b25b[_0xc9af62(0x3b5)])||_0x459aff[_0xc9af62(0x570)],'indicatorLineColor':(_0x18b25b==null?void 0x0:_0x18b25b[_0xc9af62(0x468)])||(_0x36df4f==null||(_0x5a4a0a=_0x36df4f[_0xc9af62(0x1bc)])==null?void 0x0:_0x5a4a0a[_0xc9af62(0x417)]),'onChange':_0x17114c=>{_0x20cff6(_0x17114c);}})})},_0x84f209&&_0x2f6afb&&{'label':_0x382b97(_0xc9af62(0x3cf),{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0xe5))}),'children':_0x382b97(Ko,{})},_0x11f21f&&{'id':_0xc9af62(0x1df),'label':_0x382b97('div',{'className':_0xc9af62(0x1b5),'children':_0x356a73['t'](_0xc9af62(0x35b))}),'children':_0x382b97('section',{'className':_0xc9af62(0x2c3),'children':_0x382b97(Eo,{})})}]['filter'](Boolean);return _0x1c4377(()=>{const _0x1d7ef0=_0xc9af62;if(!_0x513092||!_0x4d61e2||_0x4d61e2[_0x1d7ef0(0x53d)]!==_0x157979||_0xafaaa1[_0x1d7ef0(0x1c1)]===_0x4d61e2)return;_0x513092[_0x1d7ef0(0x4af)]&&_0x457fdb(_0x513092[_0x1d7ef0(0x4af)]);let _0x5dbcd4=_0x52ae6a['findIndex'](_0xeed637=>_0xeed637['id']===_0x513092[_0x1d7ef0(0x511)]);_0x5dbcd4>=0x0&&_0x11e233(_0x5dbcd4),_0xafaaa1['current']=_0x4d61e2;},[_0x157979,_0x513092,_0x52ae6a,_0x4d61e2]),_0x382b97(_0xc9af62(0x3cf),{'className':'','children':_0x382b97(_0x479302,{'items':_0x52ae6a,'openIndex':_0x3d4c10,'onOpenIndexChange':_0x11e233})});};function es(_0x4e4125){const _0x3db9d8=_0x5b2347;let {className:_0x4e6447}=_0x4e4125,[_0x269119,_0x4c9fdf]=_0x39d935(0x0),_0x50dbb9=_0x1496d3(_0x257240),_0x25f6e8=_0x1496d3(Gi),_0x2a9dd3=_0xa7cd4(_0x25f6e8['activeEditChart$'],null),_0x28cbcd=_0xa7cd4(_0x25f6e8[_0x3db9d8(0x563)],null);return _0x1c4377(()=>{const _0x4dd173=_0x3db9d8;var _0x30f2e5,_0x1f7331;(_0x28cbcd==null?void 0x0:_0x28cbcd[_0x4dd173(0x53d)])===_0x2a9dd3&&(((_0x30f2e5=_0x28cbcd[_0x4dd173(0x3c5)])==null?void 0x0:_0x30f2e5['tab'])===_0x4dd173(0x38e)&&_0x4c9fdf(0x1),((_0x1f7331=_0x28cbcd[_0x4dd173(0x3c5)])==null?void 0x0:_0x1f7331[_0x4dd173(0x47c)])===_0x4dd173(0x41a)&&_0x4c9fdf(0x0));},[_0x2a9dd3,_0x28cbcd]),_0x382b97(_0x4de086,{'className':_0x4e6447,'tab':_0x269119,'items':[{'label':_0x50dbb9['t'](_0x3db9d8(0x54b)),'value':0x0},{'label':_0x50dbb9['t'](_0x3db9d8(0x2fe)),'value':0x1}],'onTabChange':_0x4c9fdf,'children':_0x382b97(_0x269119===0x0?Za:$o,{})});}const ts=_0x5b2347(0x3dd);function ns(_0x44906f){const _0x47dfa5=_0x5b2347;if(_0x44906f['length']!==0x1)return!0x1;let _0x4569e7=_0x44906f[0x0];return _0x4569e7[_0x47dfa5(0x4fb)]===_0x45a6be[_0x47dfa5(0x504)]&&!_0x4569e7[_0x47dfa5(0x2ba)];}let rs=class extends _0x139234{constructor(_0x5effb7,_0x396a43,_0x2d06ca,_0x65070f,_0x2ceb97,_0x30a6b3,_0x23c1e9,_0x6dba04,_0x48380f,_0x567eae,_0x3cecf8,_0x2f3af8,_0x147133,_0x119928,_0x3145c1,_0x482cf0){const _0x730f41=_0x5b2347;var _0x347d94;super(),this['_drawingManagerService']=_0x5effb7,this[_0x730f41(0x524)]=_0x396a43,this['_chartModelService']=_0x2d06ca,this['_chartRenderService']=_0x65070f,this['_sheetDrawingHitTestService']=_0x2ceb97,this[_0x730f41(0x528)]=_0x30a6b3,this[_0x730f41(0xe4)]=_0x23c1e9,this[_0x730f41(0x338)]=_0x6dba04,this[_0x730f41(0x10c)]=_0x48380f,this[_0x730f41(0x4a7)]=_0x567eae,this[_0x730f41(0x10f)]=_0x3cecf8,this[_0x730f41(0x4ee)]=_0x2f3af8,this[_0x730f41(0x306)]=_0x147133,this[_0x730f41(0x549)]=_0x119928,this[_0x730f41(0x252)]=_0x3145c1,Z(this,_0x730f41(0x1fc),null),Z(this,_0x730f41(0x143),void 0x0),this[_0x730f41(0x143)]=((_0x347d94=_0x482cf0[_0x730f41(0x1c2)](_0x730f41(0xd3)))==null?void 0x0:_0x347d94[_0x730f41(0x139)])===!0x0,this['_initMenus'](),this[_0x730f41(0x456)](this[_0x730f41(0x524)][_0x730f41(0x3c8)](_0x4b392d['UNIVER_SHEET'])[_0x730f41(0x40e)](_0x2606f4=>{const _0x92397a=_0x730f41;var _0x14cac4;_0x2606f4||(_0x14cac4=this['_sidebarDisposable'])==null||_0x14cac4[_0x92397a(0x497)]();})),this[_0x730f41(0x456)](_0x5c8cab(this[_0x730f41(0x42e)]['onDoubleClick$']['subscribe'](({drawing:_0x2233c6})=>{this['_handleDrawingDoubleClick'](_0x2233c6);})));}[_0x5b2347(0x1fe)](){const _0x5247ef=_0x5b2347;this[_0x5247ef(0x1fc)]=this[_0x5247ef(0x528)]['open']({'id':ts,'header':{'title':_0x5247ef(0x1b4)},'width':0x154,'children':{'label':ts},'onClose':()=>{const _0x617307=_0x5247ef;this[_0x617307(0x1c8)][_0x617307(0x1fd)](null),this['_deactivateEditPanelState'](),this[_0x617307(0x3d3)][_0x617307(0x3aa)](null),this[_0x617307(0x252)][_0x617307(0x3bb)](_0x2b7ea3,!0x1),this[_0x617307(0x1fc)]=null;}});}[_0x5b2347(0x106)](){const _0x45d699=_0x5b2347;var _0x4be1c3;this['_chartModelService'][_0x45d699(0x1fd)](null),this[_0x45d699(0x377)](),(_0x4be1c3=this[_0x45d699(0x1fc)])==null||_0x4be1c3[_0x45d699(0x497)]();}[_0x5b2347(0x228)](){const _0x3d48d2=_0x5b2347;let _0x2e8b88=this[_0x3d48d2(0x524)][_0x3d48d2(0x134)](_0x4b392d['UNIVER_SHEET']);this[_0x3d48d2(0x456)](this['_sidebarService'][_0x3d48d2(0x13b)][_0x3d48d2(0x40e)](_0xb94d57=>{const _0x1d2abe=_0x3d48d2;_0xb94d57['id']===_0x1d2abe(0x3dd)&&(_0xb94d57['visible']||this[_0x1d2abe(0x528)][_0x1d2abe(0x13b)]['next']({'visible':!0x1}));})),this[_0x3d48d2(0x456)](this['_commandService']['onCommandExecuted'](_0x21c903=>{const _0x4d0d40=_0x3d48d2;if(_0x21c903['id']===Gr['id']){let _0x329de2=_0x21c903[_0x4d0d40(0x29e)];this['openChartPanelById'](_0x329de2['drawingId'],_0x329de2[_0x4d0d40(0x3c5)]);}if(_0x21c903['id']===Wr['id']&&this[_0x4d0d40(0x106)](),_0x21c903['id']===_0x3010c3['id']){var _0x3f3596;_0x21c903['params']['chartId']===((_0x3f3596=this[_0x4d0d40(0x1c8)][_0x4d0d40(0x402)])==null?void 0x0:_0x3f3596['id'])&&this[_0x4d0d40(0x106)](),this[_0x4d0d40(0x252)][_0x4d0d40(0x20d)](_0x2b7ea3)&&(this[_0x4d0d40(0x252)][_0x4d0d40(0x3bb)](_0x2b7ea3,!0x1),this[_0x4d0d40(0x3d3)]['focusDrawing'](null));}})),this[_0x3d48d2(0x456)](this['_sheetCanvasFloatDomManagerService'][_0x3d48d2(0x2c7)][_0x3d48d2(0x40e)](({id:_0x2fba10})=>{const _0x622a54=_0x3d48d2;_0x2fba10===this[_0x622a54(0x549)][_0x622a54(0x17b)]&&this['hidePanel']();})),this[_0x3d48d2(0x456)](this[_0x3d48d2(0x10f)][_0x3d48d2(0x2e0)]['subscribe'](({id:_0x29de6d})=>{const _0x2875ab=_0x3d48d2;_0x29de6d===this[_0x2875ab(0x549)][_0x2875ab(0x17b)]&&(this[_0x2875ab(0x549)][_0x2875ab(0x37a)](null),this[_0x2875ab(0x549)][_0x2875ab(0x30c)](),this[_0x2875ab(0x2c5)]['setElementEditMode'](_0x29de6d,!0x1),this[_0x2875ab(0x55f)](_0x29de6d)&&this['_chartRenderService'][_0x2875ab(0x26e)](_0x29de6d,!0x0));})),this[_0x3d48d2(0x456)](this['_drawingManagerService']['focus$']['subscribe'](_0x1d6f56=>{const _0x201f28=_0x3d48d2;let _0x407dfc=_0x1d6f56[0x0];if(!this[_0x201f28(0x549)][_0x201f28(0x335)]){if(ns(_0x1d6f56)){var _0x5ddac3;let _0x2991ad=this[_0x201f28(0x1c8)][_0x201f28(0x1f6)](_0x407dfc[_0x201f28(0x324)]);_0x2991ad&&((_0x5ddac3=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0x5ddac3['id'])!==_0x2991ad['id']&&this['_chartModelService']['setActiveChartModel'](_0x2991ad);return;}this['_chartModelService']['activeChartModel']&&this[_0x201f28(0x1c8)][_0x201f28(0x1fd)](null),!_0x407dfc&&!this['_sheetsChartUIService'][_0x201f28(0x335)]&&this['hidePanel']();}})),_0x2e8b88&&(this['disposeWithMe'](_0x2e8b88[_0x3d48d2(0x301)][_0x3d48d2(0x40e)](()=>{const _0x2cdaca=_0x3d48d2;this[_0x2cdaca(0x106)]();})),this['disposeWithMe'](_0x2e8b88[_0x3d48d2(0x224)][_0x3d48d2(0x40e)](()=>{this['hidePanel']();})));}['_handleDrawingDoubleClick'](_0x26ceed){const _0x20e96e=_0x5b2347;this[_0x20e96e(0x549)][_0x20e96e(0x17b)]||_0x26ceed[_0x20e96e(0x4fb)]===_0x45a6be[_0x20e96e(0x504)]&&this[_0x20e96e(0x4ab)](_0x26ceed[_0x20e96e(0x483)],_0x26ceed[_0x20e96e(0x34d)],_0x26ceed[_0x20e96e(0x324)]);}[_0x5b2347(0x4ab)](_0x5c7bf6,_0x44da57,_0x3780bd){const _0x1f1b38=_0x5b2347;let _0x256e6e=this[_0x1f1b38(0x1c8)]['getChartModel'](_0x3780bd);_0x256e6e&&(this[_0x1f1b38(0x1c8)][_0x1f1b38(0x1fd)](_0x256e6e),this[_0x1f1b38(0x306)][_0x1f1b38(0x450)](Gr['id'],{'unitId':_0x5c7bf6,'subUnitId':_0x44da57,'drawingId':_0x3780bd}));}[_0x5b2347(0x373)](_0x5428d7,_0x171c3f){const _0x2cac11=_0x5b2347;let _0x26372e=this[_0x2cac11(0x1c8)][_0x2cac11(0x1f6)](_0x5428d7);_0x26372e&&(this[_0x2cac11(0x1c8)][_0x2cac11(0x1fd)](_0x26372e),this[_0x2cac11(0x1fe)](),this['_activateEditPanelState'](_0x5428d7,_0x171c3f==null?null:_0x171c3f));}[_0x5b2347(0x4b2)](_0x495660,_0x58736e){const _0x5261a0=_0x5b2347;let _0x31a7a7=this[_0x5261a0(0x549)]['activeEditChart'];_0x31a7a7&&_0x31a7a7!==_0x495660&&(this[_0x5261a0(0x2c5)]['setElementEditMode'](_0x31a7a7,!0x1),this[_0x5261a0(0x549)][_0x5261a0(0x37a)](null)),this['_sheetsChartUIService'][_0x5261a0(0x20e)](_0x495660),this[_0x5261a0(0x549)][_0x5261a0(0x128)](_0x495660,_0x58736e),this[_0x5261a0(0x2c5)][_0x5261a0(0x26e)](_0x495660,this[_0x5261a0(0x55f)](_0x495660));}[_0x5b2347(0x377)](){const _0x4def37=_0x5b2347;let _0x404f65=this[_0x4def37(0x549)][_0x4def37(0x17b)];_0x404f65&&this['_chartRenderService'][_0x4def37(0x26e)](_0x404f65,!0x1),this[_0x4def37(0x549)][_0x4def37(0x20e)](null),this['_sheetsChartUIService'][_0x4def37(0x37a)](null),this[_0x4def37(0x549)][_0x4def37(0x30c)]();}[_0x5b2347(0x1f2)](){const _0x176956=_0x5b2347;this[_0x176956(0x10c)]['mergeMenu'](Pi),this[_0x176956(0x456)](this[_0x176956(0x4a7)]['registerProvider'](_0x45a6be['DRAWING_CHART'],{'getContextMenuPosition':()=>xi})),this['_sheetCanvasPopManagerService'][_0x176956(0x3e4)](_0x45a6be[_0x176956(0x504)],this[_0x176956(0x1ee)][_0x176956(0x42b)](this));}[_0x5b2347(0x55f)](_0x5040a8){const _0x5c8c73=_0x5b2347;let _0x48940c=this[_0x5c8c73(0x1c8)][_0x5c8c73(0x1f6)](_0x5040a8);return!this[_0x5c8c73(0x143)]||!_0x48940c?!0x1:Ri(_0x48940c['chartType']);}[_0x5b2347(0x1ee)](_0x2cb656,_0x1e5c14,_0x164f03,_0x4e5c8d){const _0x47766f=_0x5b2347;return[{'label':'sheets-chart-ui.openChartPanel','index':0x0,'commandId':Gr['id'],'commandParams':{'unitId':_0x2cb656,'subUnitId':_0x1e5c14,'drawingId':_0x164f03},'disable':_0x4e5c8d!==_0x45a6be[_0x47766f(0x504)]},{'label':_0x47766f(0x53a),'index':0x1,'commandId':_0x43e114['id'],'commandParams':{'unitId':_0x2cb656,'drawings':[{'unitId':_0x2cb656,'subUnitId':_0x1e5c14,'drawingId':_0x164f03,'drawingType':_0x4e5c8d}]},'disable':!0x1},{'label':_0x47766f(0x2f5),'index':0x2,'commandId':Wr['id'],'commandParams':{'unitId':_0x2cb656,'subUnitId':_0x1e5c14,'drawingId':_0x164f03},'disable':!0x1}];}};rs=si([Q(0x0,_0x53c9ae),Q(0x1,_0x49add4),Q(0x2,_0x20d1d5(_0x1fe0df)),Q(0x3,_0x20d1d5(mi)),Q(0x4,_0x20d1d5(_0x22c77d)),Q(0x5,_0x20d1d5(_0x3ea653)),Q(0x6,_0x20d1d5(_0x5db62e)),Q(0x7,_0x20d1d5(_0x3eb75e)),Q(0x8,_0x1ebe09),Q(0x9,_0x4b0981),Q(0xa,_0x20d1d5(_0x384a85)),Q(0xb,_0x20d1d5(_0x375e29)),Q(0xc,_0x3dc452),Q(0xd,Gi),Q(0xe,_0x43f3bf),Q(0xf,_0x421ef4)],rs);var is='@univerjs-pro/sheets-chart-ui',as=_0x5b2347(0x170);const os={'scaleX':0x1,'scaleY':0x1};function ss(_0x695e95){const _0x21cba7=_0x5b2347;let _0x1200e9=_0x695e95[_0x21cba7(0x3fe)];return _0x1200e9 instanceof MouseEvent?_0x1200e9:void 0x0;}function cs(_0x7a9186){const _0x1026b0=_0x5b2347;let _0x55dd9b=_0x7a9186['nativeEvent'],_0x2ae106=_0x55dd9b==null?void 0x0:_0x55dd9b[_0x1026b0(0x1e9)];return _0x2ae106 instanceof Element?_0x2ae106:void 0x0;}function ls(_0x525d24){const _0x4b03a7=_0x5b2347;var _0x2e761a;return(_0x2e761a=cs(_0x525d24))==null?void 0x0:_0x2e761a[_0x4b03a7(0x2c0)]();}function us(_0xce7b2){const _0x528dd4=_0x5b2347;return _0xce7b2[_0x528dd4(0x23b)]||_0xce7b2['right']-_0xce7b2[_0x528dd4(0x4c6)];}function ds(_0x403787){const _0x3a6e29=_0x5b2347;return _0x403787['height']||_0x403787['bottom']-_0x403787[_0x3a6e29(0x486)];}function fs(_0x166420,_0x3b719e){const _0x538558=_0x5b2347;let _0x2ba7ba=_0x166420['clientWidth']||(_0x166420 instanceof HTMLElement?_0x166420['offsetWidth']:0x0),_0xaaf0a5=_0x166420[_0x538558(0x248)]||(_0x166420 instanceof HTMLElement?_0x166420['offsetHeight']:0x0),_0x49655b=us(_0x3b719e),_0x1f835c=ds(_0x3b719e);return{'scaleX':_0x2ba7ba>0x0&&_0x49655b>0x0?_0x49655b/_0x2ba7ba:os['scaleX'],'scaleY':_0xaaf0a5>0x0&&_0x1f835c>0x0?_0x1f835c/_0xaaf0a5:os[_0x538558(0x482)]};}function ps(_0x2e5332,_0x1f9a6f,_0xef7d27){const _0x222532=_0x5b2347;return{'left':_0x2e5332[_0x222532(0x4c6)]+_0x1f9a6f[_0x222532(0x4c6)]*_0xef7d27['scaleX'],'right':_0x2e5332[_0x222532(0x4c6)]+_0x1f9a6f[_0x222532(0x294)]*_0xef7d27['scaleX'],'top':_0x2e5332['top']+_0x1f9a6f[_0x222532(0x486)]*_0xef7d27[_0x222532(0x482)],'bottom':_0x2e5332[_0x222532(0x486)]+_0x1f9a6f[_0x222532(0x43f)]*_0xef7d27['scaleY']};}function ms(_0x3882a6){const _0x20d3c9=_0x5b2347;let _0x37f3f5=cs(_0x3882a6),_0xe7790d=_0x3882a6[_0x20d3c9(0x12b)][_0x20d3c9(0x40c)];return _0x37f3f5&&_0xe7790d?()=>{const _0x47012f=_0x20d3c9;let _0x35e2e4=_0x37f3f5[_0x47012f(0x2c0)]();return ps(_0x35e2e4,_0xe7790d,fs(_0x37f3f5,_0x35e2e4));}:()=>{const _0x299174=_0x20d3c9;var _0x312ce4,_0x11edba;let _0x2c6ccb=ls(_0x3882a6);if(_0x2c6ccb&&_0xe7790d)return ps(_0x2c6ccb,_0xe7790d,_0x37f3f5?fs(_0x37f3f5,_0x2c6ccb):os);let _0x3475c6=ss(_0x3882a6),_0x396b30=_0x37f3f5&&_0x2c6ccb?fs(_0x37f3f5,_0x2c6ccb):os,_0x14b7f4=(_0x312ce4=_0x3475c6==null?void 0x0:_0x3475c6[_0x299174(0x341)])==null?_0x2c6ccb?_0x2c6ccb[_0x299174(0x4c6)]+_0x3882a6[_0x299174(0x4ba)]['x']*_0x396b30['scaleX']:_0x3882a6[_0x299174(0x4ba)]['x']:_0x312ce4,_0x2c5740=(_0x11edba=_0x3475c6==null?void 0x0:_0x3475c6['clientY'])==null?_0x2c6ccb?_0x2c6ccb[_0x299174(0x486)]+_0x3882a6[_0x299174(0x4ba)]['y']*_0x396b30['scaleY']:_0x3882a6[_0x299174(0x4ba)]['y']:_0x11edba;return{'left':_0x14b7f4,'right':_0x14b7f4+0x1,'top':_0x2c5740,'bottom':_0x2c5740+0x1};};}function hs(_0x1f7692){const _0x44e9e5=_0x5b2347;return typeof _0x1f7692=='number'&&Number[_0x44e9e5(0x1cb)](_0x1f7692);}function gs(_0x2dc592){const _0x177138=_0x5b2347;if(!_0x2dc592||typeof _0x2dc592!=_0x177138(0x1f1))return!0x0;let {startX:_0x8a6ed2,endX:_0x2b4401,startY:_0x148b09,endY:_0x3d9407}=_0x2dc592;return!hs(_0x8a6ed2)||!hs(_0x2b4401)||!hs(_0x148b09)||!hs(_0x3d9407)||_0x2b4401-_0x8a6ed2>0x2&&_0x3d9407-_0x148b09>0x2;}function _s(_0x113a66){const _0x155ba1=_0x5b2347;return _0x113a66['right']<=_0x113a66[_0x155ba1(0x4c6)]||_0x113a66[_0x155ba1(0x43f)]<=_0x113a66[_0x155ba1(0x486)]?!0x1:typeof window>'u'||_0x113a66[_0x155ba1(0x294)]>0x0&&_0x113a66[_0x155ba1(0x43f)]>0x0&&_0x113a66[_0x155ba1(0x4c6)]<window[_0x155ba1(0x3fa)]&&_0x113a66[_0x155ba1(0x486)]<window[_0x155ba1(0x4b8)];}function vs(_0x70432){const _0x3d17a0=_0x5b2347;var _0x479fd5;return _0x70432==null||(_0x479fd5=_0x70432[_0x3d17a0(0x551)])==null?void 0x0:_0x479fd5['call'](_0x70432);}function ys(_0x10b927,_0x114d00,_0x1e200a){const _0x46afdc=_0x5b2347;let _0x22b783=ms(_0x10b927),_0x3cdbf8=vs(_0x114d00),_0x5a2f88=_0x22b783(),_0x445e3d=new _0xdcbf96(_0x5a2f88),_0x2636af=new _0x546596(),_0x34138f=!0x1,_0x1ec785=!0x1,_0x3a4b5b=_0x38e0ba=>gs(_0x3cdbf8)&&_s(_0x38e0ba),_0x1f7463=()=>{_0x1ec785||_0x34138f||(_0x1ec785=!0x0,queueMicrotask(()=>{const _0x162ae5=_0x4a4b;if(_0x1ec785=!0x1,!_0x34138f){let _0x5ce3a0=_0x22b783();if(!_0x3a4b5b(_0x5ce3a0)){_0x1e200a();return;}_0x445e3d[_0x162ae5(0x264)](_0x5ce3a0);}}));};return _0x114d00&&_0x2636af[_0x46afdc(0x259)](_0x114d00[_0x46afdc(0x40e)](_0x3bfc3d=>{_0x3cdbf8=_0x3bfc3d,_0x1f7463();})),typeof window<'u'&&_0x2636af[_0x46afdc(0x259)](_0x38976c(_0xb2506c(window,_0x46afdc(0x114),{'capture':!0x0}),_0xb2506c(window,_0x46afdc(0x2f0)))[_0x46afdc(0x2a8)](_0x40708b(0x10))[_0x46afdc(0x40e)](_0x1f7463)),{'initialRect':_0x5a2f88,'anchorRect$':_0x445e3d[_0x46afdc(0x52c)](),'visible':_0x3a4b5b(_0x5a2f88),'dispose':()=>{const _0x3c28a1=_0x46afdc;_0x34138f=!0x0,_0x2636af['dispose'](),_0x445e3d[_0x3c28a1(0x4f5)]();}};}const bs='sheets-chart-element-float-menu';let xs=class extends _0x139234{constructor(_0x5d40cc,_0x8ed251,_0x4d0cbe,_0x5a7ebc,_0x4476c1,_0x1e00b3,_0x55a583,_0x458956){const _0x108621=_0x5b2347;super(),this['_chartModelService']=_0x5d40cc,this['_chartRenderService']=_0x8ed251,this[_0x108621(0xc1)]=_0x4d0cbe,this['_sheetCanvasPopManagerService']=_0x5a7ebc,this[_0x108621(0x10f)]=_0x4476c1,this[_0x108621(0x549)]=_0x1e00b3,this[_0x108621(0x22a)]=_0x55a583,this[_0x108621(0x306)]=_0x458956,Z(this,_0x108621(0x199),null),Z(this,_0x108621(0x23f),null),this[_0x108621(0x40b)](),this['_subscribeChartEvents']();}['dispose'](){const _0xa449c2=_0x5b2347;this[_0xa449c2(0x494)](),super['dispose']();}['_registerAdapter'](){const _0x5f3381=_0x5b2347;this['disposeWithMe'](this[_0x5f3381(0x22a)][_0x5f3381(0x3f2)](bs,{'getState':(_0x3d9a96,_0x68d203)=>{const _0x585e91=_0x5f3381;this[_0x585e91(0x36a)](_0x3d9a96['chartId']);let _0x4c46e8=this[_0x585e91(0x549)][_0x585e91(0x166)](_0x68d203);return _0x4c46e8 instanceof _0x3dbeda?_0x4c46e8:_0x4c46e8==null?void 0x0:_0x4c46e8['get']();},'setState':(_0x451393,_0x467dbb,_0x249435)=>{const _0x2bdf38=_0x5f3381;this['_setActiveChart'](_0x451393[_0x2bdf38(0x53d)]);let _0x13fb0e=this['_sheetsChartUIService'][_0x2bdf38(0x166)](_0x467dbb);if(!(_0x13fb0e instanceof _0x3dbeda)){var _0x5479c3;_0x13fb0e==null||(_0x5479c3=_0x13fb0e[_0x2bdf38(0x127)])==null||_0x5479c3[_0x2bdf38(0x100)](_0x13fb0e,_0x249435);}},'close':()=>this[_0x5f3381(0x494)](),'openFullPanel':_0x462ff8=>{const _0x14dce0=_0x5f3381;let {unitId:_0xd685b,subUnitId:_0x52f596,drawingId:_0x4cb85d,chartId:_0x22d768}=_0x462ff8,_0x280cbc=Ii(_0x462ff8[_0x14dce0(0x1e9)]);this[_0x14dce0(0x306)][_0x14dce0(0x450)](Gr['id'],{'unitId':_0xd685b,'subUnitId':_0x52f596==null?'':_0x52f596,'drawingId':_0x4cb85d==null?_0x22d768:_0x4cb85d,..._0x280cbc?{'route':_0x280cbc}:{}});}}));}[_0x5b2347(0x4e3)](){const _0x421c4b=_0x5b2347;this[_0x421c4b(0x456)](this[_0x421c4b(0x1c8)][_0x421c4b(0x2b7)][_0x421c4b(0x40e)](_0x58fc14=>{const _0x5d4edf=_0x421c4b;let _0x23053d=new _0x546596();_0x23053d[_0x5d4edf(0x259)](this[_0x5d4edf(0x2c5)]['on'](_0x58fc14['id'],_0x5d4edf(0x3bf),_0x2ac0dc=>{const _0x21594b=_0x5d4edf;this[_0x21594b(0x23d)](_0x58fc14['id'],_0x2ac0dc);})),_0x23053d[_0x5d4edf(0x259)](this['_chartRenderService']['on'](_0x58fc14['id'],_0x5d4edf(0x1f7),()=>{const _0x2029f0=_0x5d4edf;this[_0x2029f0(0x4ab)](_0x58fc14['id']);})),_0x58fc14[_0x5d4edf(0x116)](()=>{const _0x4f6156=_0x5d4edf;_0x23053d['dispose'](),this[_0x4f6156(0x20f)](_0x58fc14['id']);}),this['disposeWithMe'](_0x23053d);})),this['disposeWithMe'](this['_sheetsChartUIService'][_0x421c4b(0xc5)][_0x421c4b(0x40e)](_0x5795c1=>{const _0xb1f0ba=_0x421c4b;(!_0x5795c1||this[_0xb1f0ba(0x23f)]&&_0x5795c1!==this[_0xb1f0ba(0x23f)])&&this[_0xb1f0ba(0x494)]();})),this[_0x421c4b(0x456)](this[_0x421c4b(0x10f)]['transformChange$'][_0x421c4b(0x40e)](({id:_0x1bb611})=>{this['_clearSelectedTarget'](_0x1bb611);})),this[_0x421c4b(0x456)](this[_0x421c4b(0x10f)]['remove$']['subscribe'](({id:_0x485c56})=>{const _0x1d6995=_0x421c4b;this[_0x1d6995(0x20f)](_0x485c56);})),this['disposeWithMe'](this[_0x421c4b(0xc1)][_0x421c4b(0x447)][_0x421c4b(0x40e)](_0x304361=>{const _0x38e74a=_0x421c4b;this[_0x38e74a(0x20f)](_0x304361);}));}['_openEditPanelByDoubleClick'](_0x3fd2f5){const _0x1c8419=_0x5b2347;var _0x455019;if(this[_0x1c8419(0x549)][_0x1c8419(0x17b)])return;let _0x473d57=this[_0x1c8419(0x1c8)][_0x1c8419(0x1f6)](_0x3fd2f5),_0x3ae3cf=this[_0x1c8419(0x10f)]['getFloatDomInfo'](_0x3fd2f5);!_0x473d57||!_0x3ae3cf||(this[_0x1c8419(0x1c8)][_0x1c8419(0x1fd)](_0x473d57),this[_0x1c8419(0x306)]['executeCommand'](Gr['id'],{'unitId':_0x3ae3cf[_0x1c8419(0x483)],'subUnitId':(_0x455019=_0x3ae3cf['subUnitId'])==null?'':_0x455019,'drawingId':_0x3fd2f5}));}['_setActiveChart'](_0x499788){const _0x5f33d7=_0x5b2347;let _0x20ad80=this[_0x5f33d7(0x1c8)][_0x5f33d7(0x1f6)](_0x499788);_0x20ad80&&this[_0x5f33d7(0x1c8)]['setActiveChartModel'](_0x20ad80);}[_0x5b2347(0x23d)](_0x89ba13,_0x4be3e0){const _0x2c1901=_0x5b2347;var _0x236f15;if(!this['_sheetsChartUIService']['isElementEditModeActive'](_0x89ba13))return;let _0x5c14f9=this[_0x2c1901(0x1c8)][_0x2c1901(0x1f6)](_0x89ba13),_0x4ed0f6=_0x5c14f9?Hi(_0x5c14f9,_0x4be3e0[_0x2c1901(0x12b)]):void 0x0;if(!_0x4ed0f6){this['_sheetsChartUIService'][_0x2c1901(0x37a)](null),this[_0x2c1901(0x549)][_0x2c1901(0x30c)](),this[_0x2c1901(0x494)]();return;}let _0x394608=this[_0x2c1901(0x10f)][_0x2c1901(0x3de)](_0x89ba13);if(!_0x5c14f9||!_0x394608){this['_sheetsChartUIService']['setSelectedElement'](null),this['_sheetsChartUIService']['clearPanelRoute'](),this[_0x2c1901(0x494)]();return;}if(this[_0x2c1901(0x1c8)][_0x2c1901(0x1fd)](_0x5c14f9),this[_0x2c1901(0x549)][_0x2c1901(0x37a)]({'chartId':_0x89ba13,'element':_0x4be3e0[_0x2c1901(0x12b)],'target':_0x4ed0f6[_0x2c1901(0x1e9)],'route':_0x4ed0f6['route']}),this['_sheetsChartUIService']['setPanelRoute'](_0x89ba13,_0x4ed0f6[_0x2c1901(0x3c5)]),this['_closePopup'](),!_0x4ed0f6[_0x2c1901(0x3a4)])return;let _0x4bd3e2=ys(_0x4be3e0,_0x394608[_0x2c1901(0x197)],()=>this[_0x2c1901(0x23a)](_0x89ba13));if(!_0x4bd3e2[_0x2c1901(0x2ee)]){_0x4bd3e2[_0x2c1901(0x497)]();return;}let _0x39fd71=(_0x236f15=this['_sheetCanvasPopManagerService'][_0x2c1901(0x2d8)](_0x4bd3e2[_0x2c1901(0x1d3)],_0x4bd3e2['anchorRect$'],{'componentKey':_0x1bfaae,'direction':_0x2c1901(0x550),'offset':[0x0,0x8],'extraProps':{'host':_0x2c1901(0x2c2),'unitId':_0x394608[_0x2c1901(0x483)],'subUnitId':_0x394608[_0x2c1901(0x34d)],'chartId':_0x89ba13,'drawingId':_0x89ba13,'element':_0x4be3e0[_0x2c1901(0x12b)],'target':_0x4ed0f6[_0x2c1901(0x1e9)],'adapterKey':bs}},_0x394608[_0x2c1901(0x483)],_0x394608[_0x2c1901(0x34d)]))==null?null:_0x236f15;if(!_0x39fd71){_0x4bd3e2[_0x2c1901(0x497)]();return;}let _0x2c67cc=new _0x546596();_0x2c67cc[_0x2c1901(0x259)](_0x39fd71),_0x2c67cc['add'](_0x4bd3e2),this[_0x2c1901(0x199)]=_0x2c67cc,this['_popupChartId']=_0x89ba13;}[_0x5b2347(0x494)](){const _0x478308=_0x5b2347;var _0x4994a5;(_0x4994a5=this[_0x478308(0x199)])==null||_0x4994a5[_0x478308(0x497)](),this[_0x478308(0x199)]=null,this['_popupChartId']=null;}[_0x5b2347(0x20f)](_0x25395d){const _0x58bdb8=_0x5b2347;!this[_0x58bdb8(0x549)]['isElementEditModeActive'](_0x25395d)&&this[_0x58bdb8(0x23f)]!==_0x25395d||(this[_0x58bdb8(0x549)][_0x58bdb8(0x37a)](null),this[_0x58bdb8(0x549)][_0x58bdb8(0x30c)](),this[_0x58bdb8(0x23f)]===_0x25395d&&this[_0x58bdb8(0x494)]());}[_0x5b2347(0x23a)](_0x3eb9a4){const _0x2a5313=_0x5b2347;this[_0x2a5313(0x20f)](_0x3eb9a4),this[_0x2a5313(0x549)][_0x2a5313(0x3f5)](_0x3eb9a4)&&(this[_0x2a5313(0x2c5)]['setElementEditMode'](_0x3eb9a4,!0x1),this[_0x2a5313(0x2c5)][_0x2a5313(0x26e)](_0x3eb9a4,!0x0));}};xs=si([Q(0x0,_0x20d1d5(_0x1fe0df)),Q(0x1,_0x20d1d5(mi)),Q(0x2,ui),Q(0x3,_0x20d1d5(_0x375e29)),Q(0x4,_0x20d1d5(_0x384a85)),Q(0x5,Gi),Q(0x6,_0x20d1d5(_0x2ce790)),Q(0x7,_0x3dc452)],xs);let Ss=class extends _0x139234{constructor(_0x389e13,_0x3348db){const _0x95bee0=_0x5b2347;super(),this['_chartHostProviderService']=_0x389e13,this[_0x95bee0(0x1c8)]=_0x3348db,this['_init']();}[_0x5b2347(0x318)](){const _0xdde18f=_0x5b2347;this[_0xdde18f(0x456)](this[_0xdde18f(0x161)]['removeHost$'][_0xdde18f(0x40e)](_0x173de3=>{const _0x28506d=_0xdde18f;this[_0x28506d(0x1c8)][_0x28506d(0x479)](_0x173de3);}));}};Ss=si([Q(0x0,ui),Q(0x1,_0x20d1d5(_0x1fe0df))],Ss);let Cs=class extends _0x139234{constructor(_0x16519a,_0x50fc9e,_0x4fc687,_0x45f012,_0xf52d03){const _0x2ec7a7=_0x5b2347;super(),this[_0x2ec7a7(0x1c8)]=_0x16519a,this['_chartRenderService']=_0x50fc9e,this[_0x2ec7a7(0x548)]=_0x4fc687,this[_0x2ec7a7(0x306)]=_0x45f012,this[_0x2ec7a7(0x4ac)]=_0xf52d03,Z(this,_0x2ec7a7(0x2f7),new Map()),this[_0x2ec7a7(0x318)](),this['_listenChartUpdateMutations'](),this[_0x2ec7a7(0x212)]();}[_0x5b2347(0x212)](){const _0xfe6630=_0x5b2347;this[_0xfe6630(0x456)](this[_0xfe6630(0x4ac)][_0xfe6630(0x383)]['intercept'](this['_sheetPrintInterceptorService'][_0xfe6630(0x383)][_0xfe6630(0x380)]()['PRINTING_COMPONENT_COLLECT'],{'handler':(_0x422d53,_0x133a91,_0x16215e)=>{const _0xe370ad=_0xfe6630;let _0x2bd182=this[_0xe370ad(0x2c5)][_0xe370ad(0x1ab)](_0x133a91[_0xe370ad(0x483)],_0x133a91['subUnitId'],_0x133a91[_0xe370ad(0x2d1)]);return _0x133a91[_0xe370ad(0x260)][_0xe370ad(0x259)](_0x2bd182),_0x16215e(_0x422d53);}}));}[_0x5b2347(0x318)](){const _0x1f0f45=_0x5b2347;this[_0x1f0f45(0x456)](this[_0x1f0f45(0x1c8)][_0x1f0f45(0x2b7)]['subscribe'](_0x3b0a06=>{const _0x5d7221=_0x1f0f45;if(_0x3b0a06){let _0x1d7d41=new _0x546596();_0x1d7d41['add'](_0x3b0a06['config$'][_0x5d7221(0x2a8)](_0x4d6576(_0x3b0a06[_0x5d7221(0x285)]),_0x4d6576(this['_localeService'][_0x5d7221(0x534)]),_0x37f852(0x64))['subscribe'](([[_0x60708f,_0x47c87a],_0x462104])=>{const _0x144443=_0x5d7221;var _0x4d4ec4;if(!_0x60708f)return;(_0x4d4ec4=_0x60708f[_0x144443(0x506)])==null||_0x4d4ec4['items'][_0x144443(0x49c)]((_0x145ae2,_0x182949)=>{const _0x304e22=_0x144443;_0x145ae2[_0x304e22(0x496)]||(_0x145ae2[_0x304e22(0x496)]=this['_localeService']['t']('sheets-chart-ui.category')+'\x20'+(_0x182949+0x1));}),_0x60708f['series'][_0x144443(0x49c)]((_0x337ac8,_0x52a15c)=>{const _0x40dd0f=_0x144443;_0x337ac8[_0x40dd0f(0xee)]||(_0x337ac8[_0x40dd0f(0xee)]=this[_0x40dd0f(0x548)]['t']('sheets-chart-ui.series')+'\x20'+(_0x52a15c+0x1));});let _0x392d92=pi(_0x3b0a06,_0x462104);this[_0x144443(0x2c5)][_0x144443(0x4e4)](_0x3b0a06['id'],_0x60708f,_0x392d92);})),_0x3b0a06['onDispose'](()=>{_0x1d7d41['dispose']();});}}));}[_0x5b2347(0x24e)](){const _0xa27d3d=_0x5b2347;this['disposeWithMe'](this[_0xa27d3d(0x306)]['onCommandExecuted'](_0x41e371=>{const _0x565f51=_0xa27d3d;if(_0x41e371['id']!==_0xa57dd4['id'])return;let _0x489c2e=_0x41e371[_0x565f51(0x29e)];_0x489c2e!=null&&_0x489c2e[_0x565f51(0x52d)]&&Promise[_0x565f51(0x4b1)]()[_0x565f51(0x17c)](()=>this[_0x565f51(0x32c)](_0x489c2e));}));}[_0x5b2347(0x32c)](_0x2fa13a){const _0x4915f5=_0x5b2347;let _0x374863=this[_0x4915f5(0x1c8)][_0x4915f5(0x1f6)](_0x2fa13a[_0x4915f5(0x52d)]);if(!_0x374863||_0x374863['chartType']!==_0x1febe2[_0x4915f5(0x3a2)])return;let _0x5457ec=_0x374863[_0x4915f5(0x30a)];if(!_0x5457ec){this[_0x4915f5(0x3ab)](_0x374863);return;}this['_renderChartModel'](_0x374863,_0x5457ec);}[_0x5b2347(0x3ab)](_0x5e273c){const _0x2493a7=_0x5b2347;if(this['_pendingMutationConfigRenders'][_0x2493a7(0x566)](_0x5e273c['id']))return;let _0x5a860b=_0x5e273c[_0x2493a7(0x4eb)][_0x2493a7(0x2a8)](_0x4c9e91(_0x787fda=>_0x787fda!=null),_0x30b204(0x1))['subscribe'](_0x1263a9=>{const _0x5c212f=_0x2493a7;this[_0x5c212f(0x2f7)]['delete'](_0x5e273c['id']),this[_0x5c212f(0x512)](_0x5e273c,_0x1263a9);});this['_pendingMutationConfigRenders']['set'](_0x5e273c['id'],_0x5a860b),_0x5e273c[_0x2493a7(0x116)](()=>{const _0xe00f0b=_0x2493a7;_0x5a860b['unsubscribe'](),this[_0xe00f0b(0x2f7)]['delete'](_0x5e273c['id']);});}['_renderChartModel'](_0x4b7dfd,_0x20fd0d){const _0x53dbca=_0x5b2347;let _0x3a1c9d=pi(_0x4b7dfd,this[_0x53dbca(0x548)][_0x53dbca(0x2f9)]());this[_0x53dbca(0x2c5)]['render'](_0x4b7dfd['id'],_0x20fd0d,_0x3a1c9d);}};Cs=si([Q(0x0,_0x20d1d5(_0x1fe0df)),Q(0x1,_0x20d1d5(mi)),Q(0x2,_0x20d1d5(_0x257240)),Q(0x3,_0x3dc452),Q(0x4,_0x20d1d5(_0x240623))],Cs);let ws=class extends _0x139234{constructor(_0x2266d1,_0x1f8bb6,_0x46bcfd,_0x16b71c){const _0x13ef95=_0x5b2347;super(),this[_0x13ef95(0x524)]=_0x2266d1,this[_0x13ef95(0x3ed)]=_0x1f8bb6,this[_0x13ef95(0x4f9)]=_0x46bcfd,this[_0x13ef95(0x1c8)]=_0x16b71c,this['_initSheetChange']();}[_0x5b2347(0x37d)](){const _0x213d11=_0x5b2347;this[_0x213d11(0x456)](this[_0x213d11(0x3ed)][_0x213d11(0x392)]({'getMutations':_0x8a0953=>{const _0x243403=_0x213d11;if(_0x8a0953['id']===_0x5c51ec['id']){let _0xd16ee8=_0x3ca6d1(this[_0x243403(0x524)],_0x8a0953[_0x243403(0x29e)]);if(!_0xd16ee8)return{'redos':[],'undos':[]};let {unitId:_0x23e407,subUnitId:_0x297824}=_0xd16ee8,_0x237fde=this['_sheetDrawingService'][_0x243403(0x435)](_0x23e407,_0x297824),_0x4692db=Object[_0x243403(0x1e4)](_0x237fde)[_0x243403(0x16c)](_0x23e496=>_0x23e496['drawingType']===_0x45a6be[_0x243403(0x504)]);if(_0x4692db[_0x243403(0x51e)]===0x0)return{'redos':[],'undos':[]};let _0x314786=[],_0x5145d3=[];for(let _0x4f3a1b=0x0;_0x4f3a1b<_0x4692db[_0x243403(0x51e)];_0x4f3a1b++){let _0x399c63=_0x4692db[_0x4f3a1b],_0xa63e9c=this[_0x243403(0x1c8)][_0x243403(0x1f6)](_0x399c63['drawingId']);if(!_0xa63e9c)continue;let _0x49a031=_0xa63e9c[_0x243403(0x10e)]['getRangeInfo'](),{chartType:_0x441371,context:_0x69ad87,style:_0x1447ce,dataAggregation:_0x8ab884}=_0xa63e9c[_0x243403(0x48f)](),{redo:_0x55e925,undo:_0x57d716,objects:_0x52258d}=this['_sheetDrawingService'][_0x243403(0x293)]([_0x399c63]);_0x314786[_0x243403(0x28a)]({'id':_0x3010c3['id'],'params':{'unitId':_0x23e407,'subUnitId':_0x297824,'chartId':_0x399c63[_0x243403(0x324)]}}),_0x314786[_0x243403(0x28a)]({'id':_0x1be6e3['id'],'params':{'unitId':_0x23e407,'subUnitId':_0x297824,'type':_0x35e30['REMOVE'],'op':_0x55e925,'objects':_0x52258d}}),_0x5145d3[_0x243403(0x28a)]({'id':_0x1be6e3['id'],'params':{'unitId':_0x23e407,'subUnitId':_0x297824,'type':_0x35e30['INSERT'],'op':_0x57d716,'objects':_0x52258d}}),_0x5145d3[_0x243403(0x28a)]({'id':_0x3c1c0d['id'],'params':{'unitId':_0x23e407,'subUnitId':_0x297824,'chartId':_0x399c63[_0x243403(0x324)],'chartType':_0x441371,..._0x265694(_0x49a031),'context':_0x69ad87,'style':_0x1447ce,'dataAggregation':_0x8ab884}});}return{'redos':_0x314786,'undos':_0x5145d3};}else{if(_0x8a0953['id']===_0xfab200['id']){let {unitId:_0x4615c7,subUnitId:_0x3cbaa2,targetSubUnitId:_0x2b6cf1}=_0x8a0953[_0x243403(0x29e)];if(!_0x4615c7||!_0x3cbaa2||!_0x2b6cf1)return{'redos':[],'undos':[]};let _0x4ade0a=this[_0x243403(0x4f9)][_0x243403(0x435)](_0x4615c7,_0x3cbaa2),_0x211c9c=Object[_0x243403(0x1e4)](_0x4ade0a)[_0x243403(0x16c)](_0x4081d8=>_0x4081d8[_0x243403(0x4fb)]===_0x45a6be[_0x243403(0x504)]);if(_0x211c9c['length']===0x0)return{'redos':[],'undos':[]};let _0x146a58=[],_0x3d1b3d=[];for(let _0x31370f=0x0;_0x31370f<_0x211c9c[_0x243403(0x51e)];_0x31370f++){let _0xbf8420=_0x211c9c[_0x31370f],_0x35a6ca=this[_0x243403(0x1c8)]['getChartModel'](_0xbf8420[_0x243403(0x324)]);if(!_0x35a6ca)continue;let _0x26ad9c=_0xf6f2d9(),_0x68c3d={..._0xbf8420,'unitId':_0x4615c7,'subUnitId':_0x2b6cf1,'drawingId':_0x26ad9c},_0x210c0f=_0x35a6ca[_0x243403(0x10e)]['getRangeInfo'](),_0x5a8b3c=Array[_0x243403(0x295)](_0x210c0f)?_0x210c0f[_0x243403(0xe8)](_0x4a56bc=>({..._0x4a56bc,..._0x4a56bc[_0x243403(0x509)]?{'header':{..._0x4a56bc[_0x243403(0x509)],'subUnitId':_0x2b6cf1}}:{},'range':{..._0x4a56bc[_0x243403(0x472)],'subUnitId':_0x2b6cf1}})):{..._0x210c0f,'rangeInfo':{..._0x210c0f[_0x243403(0x117)],'subUnitId':_0x2b6cf1}},{chartType:_0x700deb,context:_0x19fea4,style:_0x21c81e,dataAggregation:_0x6cde5c}=_0x35a6ca[_0x243403(0x48f)](),{redo:_0x51c61b,undo:_0x10fc77,objects:_0x119fe0}=this['_sheetDrawingService']['getBatchAddOp']([_0x68c3d]);_0x146a58['push']({'id':_0x1be6e3['id'],'params':{'unitId':_0x4615c7,'subUnitId':_0x2b6cf1,'type':_0x35e30[_0x243403(0x2cb)],'op':_0x51c61b,'objects':_0x119fe0}}),_0x146a58[_0x243403(0x28a)]({'id':_0x3c1c0d['id'],'params':{'unitId':_0x4615c7,'subUnitId':_0x2b6cf1,'chartId':_0x26ad9c,'chartType':_0x700deb,..._0x265694(_0x5a8b3c),'context':_0x19fea4,'style':_0x21c81e,'dataAggregation':_0x6cde5c}}),_0x3d1b3d[_0x243403(0x28a)]({'id':_0x3010c3['id'],'params':{'unitId':_0x4615c7,'subUnitId':_0x2b6cf1,'chartId':_0x26ad9c}}),_0x3d1b3d[_0x243403(0x28a)]({'id':_0x1be6e3['id'],'params':{'unitId':_0x4615c7,'subUnitId':_0x2b6cf1,'type':_0x35e30[_0x243403(0x2db)],'op':_0x10fc77,'objects':_0x119fe0}});}return{'redos':_0x146a58,'undos':_0x3d1b3d};}}return{'redos':[],'undos':[]};}}));}};ws=si([Q(0x0,_0x20d1d5(_0x49add4)),Q(0x1,_0x20d1d5(_0x96ed8d)),Q(0x2,_0x20d1d5(_0x445dad)),Q(0x3,_0x20d1d5(_0x1fe0df))],ws);const Ts=_0x45276a=>_0x35a550[_0x5b2347(0x133)](_0x2cfa3e=>_0x45276a[_0x5b2347(0x457)](_0x2cfa3e)),Es=_0x4c9388=>!_0x4c9388,Ds=_0x1965e4=>!!Ts(_0x1965e4)&&_0x1965e4[_0x5b2347(0x1ce)]('_('),Os=_0x1b072a=>!!Ts(_0x1b072a)&&!_0x1b072a[_0x5b2347(0x1ce)]('_('),ks=(_0x37d51b,_0x504c60=0x0)=>{const _0x58d035=_0x5b2347;var _0x11f5d8;return _0x37d51b?(_0x11f5d8=_0x526f48[_0x58d035(0x147)](_0x37d51b)[_0x58d035(0x2fc)])==null?_0x504c60:_0x11f5d8:_0x504c60;},As=_0x1653a6=>Array(Math['min'](Math[_0x5b2347(0x263)](0x0,Number(_0x1653a6)),0x1e))['fill'](0x0)[_0x5b2347(0x573)](''),js=(_0x25e168,_0x96d404)=>_0x25e168['split'](';')[_0x5b2347(0xe8)](_0x188599=>/\.0?/['test'](_0x188599)?_0x188599['replace'](/\.0*/g,''+(_0x96d404>0x0?'.':'')+As(Number(_0x96d404||0x0))):/0[^0]?/[_0x5b2347(0x24f)](_0x188599)?_0x188599['replace'](/0[^0]+|0$/,'0'+(_0x96d404>0x0?'.':'')+As(Number(_0x96d404||0x0))):_0x188599)[_0x5b2347(0x573)](';'),Ms=()=>Oa[_0x5b2347(0xe8)](_0x14f4e2=>({'label':_0x14f4e2['label'],'value':_0x14f4e2[_0x5b2347(0xc9)],'color':_0x14f4e2[_0x5b2347(0x286)]})),Ns=_0x5801b5=>Ms()['some'](_0x598437=>_0x5c8617(_0x598437['value'],_0x5801b5)),Ps=()=>Da[_0x5b2347(0xe8)](_0x5f41e1=>({'label':_0x5f41e1[_0x5b2347(0x496)],'value':_0x5f41e1[_0x5b2347(0xc9)]})),Fs=_0x1572a0=>{const _0x1432e5=_0x5b2347;let _0x34ce1b=_0x526f48[_0x1432e5(0x147)](_0x1572a0);return Ps()['map'](_0x3681ac=>_0x3681ac[_0x1432e5(0x515)])[_0x1432e5(0x457)](_0x1572a0)||[_0x1432e5(0x459),_0x1432e5(0x26f),'time']['includes'](_0x34ce1b[_0x1432e5(0x284)]);},Is=({handlePatternChange:_0x36a77d})=>{const _0x36a95c=_0x5b2347;let _0x52fc28=_0x1496d3(_0x257240);return _0x1c4377(()=>{_0x36a77d('');},[]),_0x382b97(_0x36a95c(0x3cf),{'className':_0x36a95c(0x3e9),'children':_0x52fc28['t'](_0x36a95c(0x22e))});},Ls=({originPattern:_0x4368b1,handlePatternChange:_0x5af145})=>{const _0x2e7edb=_0x5b2347;let _0xa57a5=_0x1496d3(_0x257240),_0x593f62=_0x35a550[_0x2e7edb(0xe8)](_0x1f7a58=>({'label':_0x1f7a58,'value':_0x1f7a58})),[_0x51410d,_0x167c4b]=_0x39d935(()=>ks(_0x4368b1||'',0x2)),[_0x2d427a,_0x5c23cf]=_0x39d935(()=>Ts(_0x4368b1==null?'':_0x4368b1)||_0x593f62[0x0][_0x2e7edb(0x515)]);return _0x1c4377(()=>{const _0x5408e0=_0x2e7edb;_0x5af145(js(_0x5408e0(0x2af)+_0x2d427a+_0x5408e0(0x21d)+(_0x51410d>0x0?'.0':'')+'_)',_0x51410d));},[]),_0x2b8328('div',{'className':_0x2e7edb(0x411),'children':[_0x2b8328('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x2b8328(_0x2e7edb(0x3cf),{'className':_0x2e7edb(0x2fd),'children':[_0x382b97('div',{'className':_0x2e7edb(0x180),'children':_0xa57a5['t']('sheets-chart-ui.dialog.numfmt.decimalPlaces')}),_0x382b97(_0x475aab,{'className':'univer-box-border\x20univer-h-8','value':_0x51410d,'max':0x14,'min':0x0,'onChange':_0x2ee5e8=>{const _0xabcdcf=_0x2e7edb;let _0x3d5b34=_0x2ee5e8==null?0x0:_0x2ee5e8;_0x167c4b(_0x3d5b34),_0x5af145(js(_0xabcdcf(0x2af)+_0x2d427a+_0xabcdcf(0x21d)+(_0x3d5b34>0x0?'.0':'')+'_)',_0x3d5b34));}})]}),_0x2b8328(_0x2e7edb(0x3cf),{'className':_0x2e7edb(0x2fd),'children':[_0x382b97(_0x2e7edb(0x3cf),{'className':_0x2e7edb(0x180),'children':_0xa57a5['t']('sheets-chart-ui.dialog.numfmt.currencyTypes')}),_0x382b97(_0x5b419e,{'options':_0x593f62,'value':_0x2d427a,'onChange':_0x7082eb=>{const _0x4958a6=_0x2e7edb;_0x5c23cf(_0x7082eb),_0x5af145(js('_(\x22'+_0x7082eb+_0x4958a6(0x21d)+(_0x51410d>0x0?'.0':'')+'_)',_0x51410d));}})]})]}),_0x382b97(_0x2e7edb(0x3cf),{'className':_0x2e7edb(0x3e9),'children':_0xa57a5['t'](_0x2e7edb(0x54a))})]});},Rs=({originPattern:_0x41d5e3,handlePatternChange:_0xbd7c7})=>{const _0x42a357=_0x5b2347;let _0x2349c0=_0x1496d3(_0x257240),_0x159089=_0x35a550[_0x42a357(0xe8)](_0x3db90b=>({'label':_0x3db90b,'value':_0x3db90b})),[_0x5cb25,_0x4a12c9]=_0x39d935(()=>ks(_0x41d5e3||'',0x2)),[_0x1fa9bc,_0xe35725]=_0x39d935(()=>Ts(_0x41d5e3==null?'':_0x41d5e3)||_0x159089[0x0][_0x42a357(0x515)]),_0x57da14=ka[_0x42a357(0xe8)](_0x4dc7a0=>({'label':_0x4dc7a0[_0x42a357(0x496)](_0x1fa9bc),'value':_0x4dc7a0[_0x42a357(0xc9)](_0x1fa9bc),'color':_0x4dc7a0[_0x42a357(0x286)]})),[_0x550a9d,_0x10b61d]=_0x39d935(()=>{const _0x452303=_0x42a357;var _0x572ca1;return((_0x572ca1=_0x57da14[_0x452303(0x133)](_0x4e894a=>_0x5c8617(_0x4e894a['value'],_0x41d5e3==null?'':_0x41d5e3)))==null?void 0x0:_0x572ca1[_0x452303(0x515)])||_0x57da14[0x0][_0x452303(0x515)];});return _0x1c4377(()=>{_0xbd7c7(js(_0x550a9d,_0x5cb25));},[]),_0x2b8328(_0x42a357(0x3cf),{'className':_0x42a357(0x411),'children':[_0x2b8328(_0x42a357(0x3cf),{'className':_0x42a357(0x3b6),'children':[_0x2b8328('div',{'className':'univer-w-[136px]','children':[_0x382b97(_0x42a357(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x2349c0['t'](_0x42a357(0x153))}),_0x382b97(_0x475aab,{'className':_0x42a357(0x1b9),'value':_0x5cb25,'max':0x14,'min':0x0,'onChange':_0x239e1a=>{_0x239e1a&&(_0x4a12c9(_0x239e1a),_0xbd7c7(js(_0x550a9d,_0x239e1a)));}})]}),_0x2b8328(_0x42a357(0x3cf),{'className':_0x42a357(0x2fd),'children':[_0x382b97(_0x42a357(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x2349c0['t'](_0x42a357(0x452))}),_0x382b97(_0x5b419e,{'options':_0x159089,'value':_0x1fa9bc,'onChange':_0x43dca3=>{const _0x1474ea=_0x42a357;_0xe35725(_0x43dca3);let _0x373451=ka[_0x1474ea(0xe8)](_0x485cea=>({'label':_0x485cea['label'](_0x43dca3),'value':_0x485cea[_0x1474ea(0xc9)](_0x43dca3),'color':_0x485cea[_0x1474ea(0x286)]}));_0x10b61d(_0x373451[0x0][_0x1474ea(0x515)]),_0xbd7c7(js(_0x373451[0x0]['value'],_0x5cb25));}})]})]}),_0x2b8328(_0x42a357(0x3cf),{'className':_0x42a357(0x451),'children':[_0x382b97(_0x42a357(0x3cf),{'className':'univer-mb-2\x20univer-text-sm\x20univer-font-medium','children':_0x2349c0['t'](_0x42a357(0x552))}),_0x382b97(_0x2e4960,{'className':_0x5bca82(_0x42a357(0x1e0),_0xabddb3),'options':_0x57da14,'value':_0x550a9d,'onChange':_0x19b5bb=>{_0x10b61d(_0x19b5bb),_0xbd7c7(js(_0x19b5bb,_0x5cb25));}}),_0x382b97(_0x42a357(0x3cf),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x2349c0['t'](_0x42a357(0x2de))})]})]});},zs=({originPattern:_0x337fa7,handlePatternChange:_0x55e210})=>{const _0x547b89=_0x5b2347;let _0x383240=_0x1496d3(_0x257240),_0x4c8c39=Da['map'](_0x4a5e06=>({'label':_0x4a5e06[_0x547b89(0x496)],'value':_0x4a5e06[_0x547b89(0xc9)]})),[_0x309583,_0x3f8c09]=_0x39d935(()=>{const _0x3eefd4=_0x547b89;if(_0x337fa7){let _0xb3f275=_0x4c8c39[_0x3eefd4(0x133)](_0x196baf=>_0x196baf[_0x3eefd4(0x515)]===_0x337fa7);if(_0xb3f275)return _0xb3f275[_0x3eefd4(0x515)];}return _0x4c8c39[0x0][_0x3eefd4(0x515)];});return _0x1c4377(()=>{_0x55e210(_0x309583);},[]),_0x382b97(_0x547b89(0x3cf),{'className':_0x547b89(0x411),'children':_0x2b8328('div',{'className':_0x547b89(0x451),'children':[_0x382b97(_0x547b89(0x3cf),{'className':_0x547b89(0x180),'children':_0x383240['t'](_0x547b89(0x425))}),_0x382b97('div',{'children':_0x382b97(_0x2e4960,{'className':_0x5bca82(_0x547b89(0x1e0),_0xabddb3),'options':_0x4c8c39,'value':_0x309583,'onChange':_0x23e67c=>{_0x3f8c09(_0x23e67c),_0x55e210(_0x23e67c);}})}),_0x382b97('div',{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x383240['t'](_0x547b89(0x527))})]})});},Bs=({originPattern:_0x2c6789,handlePatternChange:_0x40a79f})=>{const _0x4a22cf=_0x5b2347;let _0x1f4c65=_0x1496d3(_0x257240),[_0x859069,_0x10facb]=_0x39d935(()=>ks(_0x2c6789||'',0x0)),_0x4366a7=Oa[_0x4a22cf(0xe8)](_0x1c5aa4=>({'label':_0x1c5aa4['label'],'value':_0x1c5aa4[_0x4a22cf(0xc9)],'color':_0x1c5aa4[_0x4a22cf(0x286)]})),[_0x1d3a5f,_0x15bd16]=_0x39d935(()=>{const _0x4c3b77=_0x4a22cf;let _0x543beb=_0x4366a7['find'](_0x30e1dc=>_0x5c8617(_0x30e1dc['value'],_0x2c6789||''));return(_0x543beb==null?void 0x0:_0x543beb[_0x4c3b77(0x515)])||_0x4366a7[0x0][_0x4c3b77(0x515)];});return _0x1c4377(()=>{_0x40a79f(js(_0x1d3a5f,Number(_0x859069||0x0)));},[]),_0x2b8328('div',{'className':_0x4a22cf(0x411),'children':[_0x382b97(_0x4a22cf(0x3cf),{'className':_0x4a22cf(0x3b6),'children':_0x2b8328('div',{'className':_0x4a22cf(0x2fd),'children':[_0x382b97(_0x4a22cf(0x3cf),{'className':_0x4a22cf(0x180),'children':_0x1f4c65['t'](_0x4a22cf(0x153))}),_0x382b97(_0x475aab,{'className':_0x4a22cf(0x1b9),'value':_0x859069,'max':0x14,'min':0x0,'onChange':_0x56b6db=>{_0x56b6db&&(_0x10facb(_0x56b6db),_0x40a79f(js(_0x1d3a5f,Number(_0x56b6db))));}})]})}),_0x2b8328(_0x4a22cf(0x3cf),{'className':_0x4a22cf(0x451),'children':[_0x382b97(_0x4a22cf(0x3cf),{'className':_0x4a22cf(0x180),'children':_0x1f4c65['t'](_0x4a22cf(0x552))}),_0x382b97(_0x2e4960,{'className':_0x5bca82('univer-rounded-lg\x20univer-p-2',_0xabddb3),'options':_0x4366a7,'value':_0x1d3a5f,'onChange':_0x2996ea=>{_0x10facb(ks(_0x2996ea,0x0)),_0x15bd16(_0x2996ea),_0x40a79f(_0x2996ea);}}),_0x382b97(_0x4a22cf(0x3cf),{'className':'univer-mt-1.5\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1f4c65['t']('sheets-chart-ui.dialog.numfmt.thousandthPercentileDesc')})]})]});},Vs=({originPattern:_0x2c41a8,onPatternApply:_0x47e4e0})=>{const _0x43db3a=_0x5b2347;let _0x4a3592=_0x1496d3(_0x257240),_0x44e7b5=_0x1496d3(_0x7a9bc9),_0x44fd86=_0x881f00(()=>[{'label':_0x43db3a(0x157),'component':Is,'key':_0x43db3a(0x229)},{'label':'sheets-chart-ui.dialog.numfmt.accounting','component':Ls,'key':_0x43db3a(0x1c9)},{'label':_0x43db3a(0x14f),'component':Rs,'key':_0x43db3a(0x485)},{'label':'sheets-chart-ui.dialog.numfmt.date','component':zs,'key':_0x43db3a(0x136)},{'label':_0x43db3a(0x31b),'component':Bs,'key':'sheet.numfmt.thousandthPercentile'}][_0x43db3a(0xe8)](_0x2b9f35=>({..._0x2b9f35,'label':_0x4a3592['t'](_0x2b9f35[_0x43db3a(0x496)])})),[_0x4a3592]),_0x568c9b=_0x54864c=>[Es,Ds,Os,Fs,Ns][_0x43db3a(0x35d)]((_0xfc07b5,_0x1d98b1,_0xdc395e)=>_0xfc07b5||(_0x1d98b1(_0x54864c==null?'':_0x54864c)?_0x44fd86[_0xdc395e]['key']:void 0x0),void 0x0)||_0x44fd86[0x0][_0x43db3a(0x19c)],_0x2f7ca6=_0x44fd86['map'](_0x143331=>({'label':_0x143331[_0x43db3a(0x496)],'value':_0x143331[_0x43db3a(0x19c)]})),[_0x54d0fe,_0xe92757]=_0x39d935(()=>_0x568c9b(_0x2c41a8)),[_0x3ed79c,_0x33474a]=_0x39d935(_0x2c41a8),_0x17a7aa=_0x26f39c=>_0x33474a(_0x26f39c),_0x309bd4=_0x29bc04=>{_0xe92757(_0x29bc04);};return _0x1c4377(()=>{let _0x4fb3d9=_0x568c9b(_0x2c41a8);_0x4fb3d9!==_0x54d0fe&&_0xe92757(_0x4fb3d9),_0x2c41a8!==_0x3ed79c&&_0x33474a(_0x2c41a8);},[_0x2c41a8]),_0x2b8328('div',{'children':[_0x382b97(_0x43db3a(0x3cf),{'className':_0x43db3a(0x354),'children':_0x4a3592['t'](_0x43db3a(0x538))}),_0x382b97('div',{'children':_0x382b97(_0x5b419e,{'className':'univer-w-full','onChange':_0x161254=>_0x309bd4(_0x161254),'options':_0x2f7ca6,'value':_0x54d0fe})}),_0x2b8328('div',{'className':'univer-mt-2','children':[_0x54d0fe===_0x43db3a(0x229)&&_0x382b97(Is,{'originPattern':_0x2c41a8,'handlePatternChange':_0x17a7aa}),_0x54d0fe===_0x43db3a(0x1c9)&&_0x382b97(Ls,{'originPattern':_0x2c41a8,'handlePatternChange':_0x17a7aa}),_0x54d0fe===_0x43db3a(0x485)&&_0x382b97(Rs,{'originPattern':_0x2c41a8,'handlePatternChange':_0x17a7aa}),_0x54d0fe==='sheet.numfmt.date'&&_0x382b97(zs,{'originPattern':_0x2c41a8,'handlePatternChange':_0x17a7aa}),_0x54d0fe===_0x43db3a(0x1d7)&&_0x382b97(Bs,{'originPattern':_0x2c41a8,'handlePatternChange':_0x17a7aa})]}),_0x2b8328(_0x43db3a(0x3cf),{'className':_0x43db3a(0x52a),'children':[_0x382b97(_0x8a118a,{'onClick':()=>{const _0x2421a2=_0x43db3a;_0x44e7b5[_0x2421a2(0x16e)](Aa);},'children':_0x4a3592['t'](_0x43db3a(0x305))}),_0x382b97(_0x8a118a,{'className':_0x43db3a(0x140),'variant':'primary','onClick':()=>{const _0x297a11=_0x43db3a;_0x47e4e0&&_0x47e4e0(_0x3ed79c),_0x44e7b5[_0x297a11(0x16e)](Aa);},'children':_0x4a3592['t'](_0x43db3a(0x458))})]})]});};let Hs=class extends _0x139234{constructor(_0xb63534,_0x34267a){const _0x38c9ef=_0x5b2347;super(),this[_0x38c9ef(0xe4)]=_0xb63534,this['_iconManager']=_0x34267a,this['_registerIcons'](),this[_0x38c9ef(0x122)]();}['_registerIcons'](){const _0x4d58f2=_0x5b2347;this['disposeWithMe'](this[_0x4d58f2(0x338)][_0x4d58f2(0x3f2)]({'ChartIcon':_0x4dc11a,'AreaChartIcon':_0x45d93f,'BarChartIcon':_0x2d5d19,'ColumnChartIcon':_0x3d06b0,'ComboChartIcon':_0x41c191,'LineChartIcon':_0x2d1b3b,'PenIcon':_0x438d77,'PieChartIcon':_0x1f15d2,'RadarChartIcon':_0x5c36b6,'ScatterChartIcon':_0x1fb9e1,'FunnelIcon':_0xaffbb4,'CloudIcon':_0x591914,'BubbleIcon':_0x54cef6,'RelationshipIcon':_0xb35346,'WaterfallChartIcon':_0x2f72be,'SankeyChartIcon':_0x45e6a2,'HeatmapChartIcon':_0x3c262c,'BoxplotIcon':_0x580b8a,'CandlestickChartIcon':_0x26c945,'HistogramChartIcon':_0x2aeac3,'TreemapChartIcon':_0x15d560}));}[_0x5b2347(0x122)](){const _0x417604=_0x5b2347;[[ts,es],[ja,Vs]][_0x417604(0x49c)](([_0x406c0e,_0x3ea2c4])=>{const _0x3ae768=_0x417604;this[_0x3ae768(0x456)](this[_0x3ae768(0xe4)][_0x3ae768(0x3f2)](_0x406c0e,_0x3ea2c4));});}};Hs=si([Q(0x0,_0x20d1d5(_0x5db62e)),Q(0x1,_0x20d1d5(_0x3eb75e))],Hs);let Us=class extends _0x139234{constructor(_0x402275,_0x47c212,_0x5230aa,_0x512f0d){const _0x1076c4=_0x5b2347;super(),this[_0x1076c4(0x29a)]=_0x402275,this[_0x1076c4(0x3cc)]=_0x47c212,this['_sheetDrawingService']=_0x5230aa,this[_0x1076c4(0x1c8)]=_0x512f0d,Z(this,_0x1076c4(0x2a2),void 0x0),this[_0x1076c4(0x1d5)]();}get['_focusedDrawings'](){const _0x5ea03=_0x5b2347;return this[_0x5ea03(0x4f9)][_0x5ea03(0x561)]();}[_0x5b2347(0x1d5)](){const _0x5dcec0=_0x5b2347;this[_0x5dcec0(0x456)](this[_0x5dcec0(0x3cc)]['addClipboardHook']({'id':_0x3d9cd1,'onBeforeCopy':(_0x525bc4,_0x42c9e0,_0x2894f1,_0x2cbb87)=>{const _0x30a119=_0x5dcec0;this['_copyInfo']=null;let _0x5f47e3=this[_0x30a119(0x429)];if(_0x5f47e3[_0x30a119(0x51e)]){let _0x28c775=_0x5f47e3[_0x30a119(0x16c)](_0x8758f8=>_0x8758f8[_0x30a119(0x4fb)]===_0x45a6be[_0x30a119(0x504)]);if(_0x28c775[_0x30a119(0x51e)]===0x0)return;this[_0x30a119(0x2a2)]={'unitId':_0x525bc4,'subUnitId':_0x42c9e0,'copyType':_0x2cbb87,'drawings':_0x28c775};}else this['_createCopyInfoByRange'](_0x525bc4,_0x42c9e0,_0x2894f1,_0x2cbb87);},'onPasteCells':(_0x43fe14,_0x4e9535,_0x3293bb,_0x35037f)=>{const _0x2949a1=_0x5dcec0;if(!this[_0x2949a1(0x2a2)])return{'redos':[],'undos':[]};let {pasteType:_0x2213e0}=_0x35037f;return _0x2213e0===_0x591a89[_0x2949a1(0x2d7)]?this[_0x2949a1(0x38b)](_0x4e9535,this[_0x2949a1(0x2a2)][_0x2949a1(0x119)]===_0x518461[_0x2949a1(0x2ab)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x53414c=>this[_0x5dcec0(0x2a2)]?this[_0x5dcec0(0x38b)](_0x53414c,this[_0x5dcec0(0x2a2)][_0x5dcec0(0x119)]===_0x518461[_0x5dcec0(0x2ab)]):{'redos':[],'undos':[]}}));}['_createCopyInfoByRange'](_0x561279,_0x3c6420,_0x40ea2c,_0x5c9306){const _0x1269c7=_0x5b2347;let _0x2d7992=this[_0x1269c7(0x29a)][_0x1269c7(0x532)](_0x561279,_0x3c6420);if(!_0x2d7992)return;let _0x4bdbca=_0x3fa578(_0x2d7992,_0x40ea2c);if(!_0x4bdbca)return;let {startX:_0x575461,endX:_0x2461b7,startY:_0x762b66,endY:_0xc1b4c9}=_0x4bdbca,_0x444585=this[_0x1269c7(0x4f9)][_0x1269c7(0x435)](_0x561279,_0x3c6420),_0x3ae20a=this[_0x1269c7(0x429)]['slice']();for(let [_0x441bdf,_0x414bf4]of Object[_0x1269c7(0x1af)](_0x444585)){if(_0x414bf4[_0x1269c7(0x4fb)]!==_0x45a6be[_0x1269c7(0x504)])continue;let {transform:_0x3ade0a}=_0x414bf4;if(!_0x3ade0a)continue;let {left:_0x2d53e9=0x0,top:_0x30268b=0x0,width:_0x29a9ac=0x0,height:_0x47c48b=0x0}=_0x3ade0a;_0x575461<=_0x2d53e9&&_0x2461b7>=_0x2d53e9+_0x29a9ac&&_0x762b66<=_0x30268b&&_0xc1b4c9>=_0x30268b+_0x47c48b&&_0x3ae20a[_0x1269c7(0x28a)](_0x414bf4);}_0x3ae20a[_0x1269c7(0x51e)]>0x0&&(this[_0x1269c7(0x2a2)]={'unitId':_0x561279,'subUnitId':_0x3c6420,'copyType':_0x5c9306,'copyRange':_0x40ea2c,'drawings':_0x3ae20a});}[_0x5b2347(0x38b)](_0x3ebb43,_0x40bf69){const _0xc412b3=_0x5b2347;let {unitId:_0x2a3398,subUnitId:_0x5c847f,range:_0x425d32}=_0x3ebb43,_0x10e946=this[_0xc412b3(0x29a)]['getSkeleton'](_0x2a3398,_0x5c847f);if(!_0x10e946)return{'redos':[],'undos':[]};let _0x3d4484=_0xc439c2(_0x425d32),{unitId:_0x10c061,subUnitId:_0x552065,copyRange:_0x2997c8,drawings:_0x2b6933}=this[_0xc412b3(0x2a2)],_0x4e057b=this[_0xc412b3(0x29a)][_0xc412b3(0x532)](_0x10c061,_0x552065);if(!_0x4e057b)return{'redos':[],'undos':[]};let _0x1f93ef=[],_0x4fdb55=[];for(let _0x4f7b66 of _0x2b6933){let {drawingId:_0x479f3c,transform:_0x56e844,sheetTransform:_0x570fa1}=_0x4f7b66,_0x47cf8d=this[_0xc412b3(0x1c8)][_0xc412b3(0x1f6)](_0x479f3c);if(!_0x47cf8d||!_0x56e844||!_0x570fa1)continue;let _0x7b7e4b=this[_0xc412b3(0x4c5)]({'transform':_0x56e844,'sheetTransform':_0x570fa1},{'skeleton':_0x4e057b,'range':_0x2997c8},{'skeleton':_0x10e946,'range':_0x3d4484});if(_0x40bf69){let {redos:_0x20cfea,undos:_0x5d6df1}=this[_0xc412b3(0x249)]({'fromUnitId':_0x10c061,'fromSubUnitId':_0x552065,'toUnitId':_0x2a3398,'toSubUnitId':_0x5c847f,'drawing':_0x4f7b66,'newTransforms':_0x7b7e4b},_0x47cf8d);_0x1f93ef[_0xc412b3(0x28a)](..._0x20cfea),_0x4fdb55[_0xc412b3(0x28a)](..._0x5d6df1);continue;}let {redos:_0x4d2ad1,undos:_0x5e3391}=this[_0xc412b3(0x307)]({'toUnitId':_0x2a3398,'toSubUnitId':_0x5c847f,'drawing':_0x4f7b66,'newTransforms':_0x7b7e4b},_0x47cf8d);_0x1f93ef[_0xc412b3(0x28a)](..._0x4d2ad1),_0x4fdb55[_0xc412b3(0x28a)](..._0x5e3391);}return{'redos':_0x1f93ef,'undos':_0x4fdb55};}[_0x5b2347(0x249)](_0x30422b,_0xbbfe99){const _0x3a7f18=_0x5b2347;let {fromUnitId:_0x2076f0,fromSubUnitId:_0x374abb,toUnitId:_0x3516a8,toSubUnitId:_0x442aa0,drawing:_0x20c286,newTransforms:_0x14f44d}=_0x30422b,_0xb16601={..._0x20c286,'unitId':_0x3516a8,'subUnitId':_0x442aa0,'transform':_0x14f44d[_0x3a7f18(0x12f)],'sheetTransform':_0x14f44d[_0x3a7f18(0x439)]};if(_0x3516a8===_0x2076f0&&_0x442aa0===_0x374abb){let {redo:_0x52f949,undo:_0x1c3a5a,objects:_0x14e7a3}=this[_0x3a7f18(0x4f9)][_0x3a7f18(0x3db)]([_0xb16601]);return{'redos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'type':_0x35e30[_0x3a7f18(0x181)],'op':_0x52f949,'objects':_0x14e7a3}}],'undos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'type':_0x35e30[_0x3a7f18(0x181)],'op':_0x1c3a5a,'objects':_0x14e7a3}}]};}else{let _0x151df7=this['_sheetDrawingService'][_0x3a7f18(0x293)]([_0x20c286]),_0x578bba=this[_0x3a7f18(0x4f9)][_0x3a7f18(0x3ee)]([_0xb16601]),_0x4f5a29=_0xbbfe99[_0x3a7f18(0x10e)]['getRangeInfo'](),{chartType:_0x503663,context:_0x135161,style:_0x553ae5,dataAggregation:_0x41d7d8}=_0xbbfe99[_0x3a7f18(0x48f)]();return{'redos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0x2076f0,'subUnitId':_0x374abb,'type':_0x35e30[_0x3a7f18(0x2db)],'op':_0x151df7[_0x3a7f18(0xdd)],'objects':_0x151df7[_0x3a7f18(0x385)]}},{'id':_0x3010c3['id'],'params':{'unitId':_0x2076f0,'subUnitId':_0x374abb,'chartId':_0x20c286[_0x3a7f18(0x324)]}},{'id':_0x1be6e3['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'type':_0x35e30[_0x3a7f18(0x2cb)],'op':_0x578bba[_0x3a7f18(0xdd)],'objects':_0x578bba[_0x3a7f18(0x385)]}},{'id':_0x3c1c0d['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'chartId':_0x20c286[_0x3a7f18(0x324)],'chartType':_0x503663,..._0x265694(_0x4f5a29),'context':_0x135161,'style':_0x553ae5,'dataAggregation':_0x41d7d8}}],'undos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0x2076f0,'subUnitId':_0x374abb,'type':_0x35e30['INSERT'],'op':_0x151df7['undo'],'objects':_0x151df7['objects']}},{'id':_0x3c1c0d['id'],'params':{'unitId':_0x2076f0,'subUnitId':_0x374abb,'chartId':_0x20c286[_0x3a7f18(0x324)],'chartType':_0x503663,..._0x265694(_0x4f5a29),'context':_0x135161,'style':_0x553ae5,'dataAggregation':_0x41d7d8}},{'id':_0x1be6e3['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'type':_0x35e30['REMOVE'],'op':_0x578bba['undo'],'objects':_0x578bba['objects']}},{'id':_0x3010c3['id'],'params':{'unitId':_0x3516a8,'subUnitId':_0x442aa0,'chartId':_0x20c286[_0x3a7f18(0x324)]}}]};}}[_0x5b2347(0x307)](_0x4d755b,_0xd516d6){const _0x457b3b=_0x5b2347;let {toUnitId:_0xc9b568,toSubUnitId:_0x472d73,drawing:_0x16069c,newTransforms:_0xc71f14}=_0x4d755b,_0x2343a2=_0xf6f2d9(),_0x30fb19={..._0x16069c,'unitId':_0xc9b568,'subUnitId':_0x472d73,'drawingId':_0x2343a2,'transform':_0xc71f14['transform'],'sheetTransform':_0xc71f14[_0x457b3b(0x439)]},{redo:_0x344a92,undo:_0x7d885b,objects:_0x381f86}=this['_sheetDrawingService'][_0x457b3b(0x3ee)]([_0x30fb19]),_0x5631b3=_0xd516d6[_0x457b3b(0x10e)][_0x457b3b(0x29f)](),{chartType:_0xa8180a,context:_0x96eb93,style:_0x224130,dataAggregation:_0x18a8b1}=_0xd516d6[_0x457b3b(0x48f)]();return{'redos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0xc9b568,'subUnitId':_0x472d73,'type':_0x35e30['INSERT'],'op':_0x344a92,'objects':_0x381f86}},{'id':_0x3c1c0d['id'],'params':{'unitId':_0xc9b568,'subUnitId':_0x472d73,'chartId':_0x2343a2,'chartType':_0xa8180a,..._0x265694(_0x5631b3),'context':_0x96eb93,'style':_0x224130,'dataAggregation':_0x18a8b1}}],'undos':[{'id':_0x1be6e3['id'],'params':{'unitId':_0xc9b568,'subUnitId':_0x472d73,'type':_0x35e30[_0x457b3b(0x2db)],'op':_0x7d885b,'objects':_0x381f86}},{'id':_0x3010c3['id'],'params':{'unitId':_0xc9b568,'subUnitId':_0x472d73,'chartId':_0x2343a2}}]};}[_0x5b2347(0x4c5)](_0xd3745d,_0x3df7de,_0x522089){const _0x296543=_0x5b2347;var _0x12078a;let {range:_0x1a0ce0,skeleton:_0x21107f}=_0x3df7de,{range:_0x14114a,skeleton:_0xd7dfaa}=_0x522089,{transform:_0x436bd4,sheetTransform:_0x5f355a}=_0xd3745d,_0x32dfa1={..._0x436bd4};if(_0x1a0ce0){let _0x5ec1d9=_0x3fa578(_0x21107f,_0x1a0ce0),_0xc98f49=_0x3fa578(_0xd7dfaa,_0x14114a);if(_0x5ec1d9&&_0xc98f49){var _0x566188,_0x2f4ba8;let _0x37f0a9=_0xc98f49[_0x296543(0x349)]-_0x5ec1d9['startX'],_0x42fbad=_0xc98f49[_0x296543(0x4e7)]-_0x5ec1d9[_0x296543(0x4e7)];_0x32dfa1['left']=((_0x566188=_0x32dfa1[_0x296543(0x4c6)])==null?0x0:_0x566188)+_0x37f0a9,_0x32dfa1[_0x296543(0x486)]=((_0x2f4ba8=_0x32dfa1['top'])==null?0x0:_0x2f4ba8)+_0x42fbad;}}else{let _0x5a213d=_0x3fa578(_0xd7dfaa,_0x14114a);_0x32dfa1[_0x296543(0x4c6)]=_0x5a213d==null?void 0x0:_0x5a213d[_0x296543(0x349)],_0x32dfa1['top']=_0x5a213d==null?void 0x0:_0x5a213d['startY'];}return{'transform':_0x32dfa1,'sheetTransform':(_0x12078a=_0x595049(_0x32dfa1,_0xd7dfaa))==null?_0x5f355a:_0x12078a};}};Us=si([Q(0x0,_0x20d1d5(_0x40ae2d)),Q(0x1,_0x20d1d5(_0x2ebcbd)),Q(0x2,_0x20d1d5(_0x445dad)),Q(0x3,_0x20d1d5(_0x1fe0df))],Us);let Ws=class extends _0x139234{constructor(_0x12fe89,_0x4a779f,_0x23bc36,_0x500ca8){const _0x227e46=_0x5b2347;super(),this['_commandService']=_0x12fe89,this['_localeService']=_0x4a779f,this['_sheetPermissionCheckController']=_0x23bc36,this[_0x227e46(0x3e1)]=_0x500ca8,this[_0x227e46(0x1db)]();}[_0x5b2347(0x1db)](){const _0x2aa318=_0x5b2347;this[_0x2aa318(0x456)](this[_0x2aa318(0x306)][_0x2aa318(0x282)](_0x3a9d88=>{const _0x16b21c=_0x2aa318;let _0xbfc5e8,_0x2f9932;if(_0x3a9d88['id']===_0x2c124d['id']){let _0x27d37f=_0x3a9d88['params'];_0xbfc5e8=_0x27d37f[_0x16b21c(0x483)],_0x2f9932=_0x27d37f['subUnitId'];}else{if(_0x3a9d88['id']===_0x3092cb['id']||_0x3a9d88['id']===_0x1750a9['id']){let _0x116e2e=_0x3a9d88[_0x16b21c(0x29e)];_0xbfc5e8=_0x116e2e['unitId'],_0x2f9932=this[_0x16b21c(0x3e1)][_0x16b21c(0x14e)](_0x116e2e[_0x16b21c(0x483)],_0x116e2e[_0x16b21c(0x52d)]);}}!_0xbfc5e8||!_0x2f9932||this[_0x16b21c(0x559)][_0x16b21c(0x155)]({'workbookTypes':[_0x5b6697],'worksheetTypes':[_0x12ab04]},_0xbfc5e8,_0x2f9932)||this[_0x16b21c(0x559)][_0x16b21c(0xd4)](this[_0x16b21c(0x548)]['t'](_0x16b21c(0x2cd)));}));}};Ws=si([Q(0x0,_0x20d1d5(_0x3dc452)),Q(0x1,_0x20d1d5(_0x257240)),Q(0x2,_0x20d1d5(_0x4aca1f)),Q(0x3,_0x20d1d5(_0x25f5e8))],Ws);let Gs=class extends _0x266e92{constructor(_0x3bb00a=Ur,_0x25958e,_0xe34a96,_0x4934c0){const _0x38a1bb=_0x5b2347;super(),this[_0x38a1bb(0x191)]=_0x3bb00a,this[_0x38a1bb(0x533)]=_0x25958e,this[_0x38a1bb(0x540)]=_0xe34a96,this[_0x38a1bb(0x306)]=_0x4934c0,Z(this,'_resolvedConfig',void 0x0);let {..._0x3cbad0}=_0x4d509e({},Ur,this[_0x38a1bb(0x191)]);this[_0x38a1bb(0x321)]=_0x3cbad0,this['_configService'][_0x38a1bb(0xeb)](Hr,_0x3cbad0),this['_initCommands'](),_0x53c722(_0x142979);}[_0x5b2347(0x2a1)](){const _0x55235e=_0x5b2347;this[_0x55235e(0x533)][_0x55235e(0x259)]([Hs]),this['_injector'][_0x55235e(0x566)](Hs);let _0x121fc8=this[_0x55235e(0x533)],_0x435194=[[Gi,{'useClass':Ki}],[ui,{'useClass':li}],[ri],[mi],[rs],[Ss],[Cs],[Us],[ws],[Ws]],_0x27d6c7=[[rs],[Cs],[Ss],[Gi],[Us],[ws],[Ws]];this[_0x55235e(0x321)][_0x55235e(0x139)]&&(_0x435194[_0x55235e(0x28a)]([xs]),_0x27d6c7['push']([xs])),_0x435194['forEach'](_0x328a02=>_0x121fc8['add'](_0x328a02)),_0x3e809f(this[_0x55235e(0x533)],_0x27d6c7);}[_0x5b2347(0x47f)](){const _0x24a4f7=_0x5b2347;var _0x5ded1d;(_0x5ded1d=this[_0x24a4f7(0x533)]['get'](rs))==null||_0x5ded1d['initPanel']();}[_0x5b2347(0x4a1)](){const _0x2063d4=_0x5b2347;[Di,_i,vi,yi,bi,Gr,Wr]['forEach'](_0x10720a=>this[_0x2063d4(0x456)](this[_0x2063d4(0x306)][_0x2063d4(0x4d0)](_0x10720a)));}};Z(Gs,_0x5b2347(0x284),_0x4b392d['UNIVER_SHEET']),Z(Gs,_0x5b2347(0x47e),'UniverSheetsChartUIPlugin'),Z(Gs,'packageName',is),Z(Gs,_0x5b2347(0x2b6),as),Gs=si([_0x2fcde8(_0x5ee209,_0x37de2e,_0x3c1a6c,_0x1092da,_0x2a4314,_0x5bfa4e,_0x989170,_0x4b9932,_0x182e3d,_0x50946d),Q(0x1,_0x20d1d5(_0x3b913e)),Q(0x2,_0x421ef4),Q(0x3,_0x3dc452)],Gs);export{Gi as ISheetsChartUIService,Hr as SHEETS_CHART_UI_PLUGIN_CONFIG_KEY,rs as SheetsChartUIController,Pi as SheetsChartUIMenuSchema,Ki as SheetsChartUIService,Gs as UniverSheetsChartUIPlugin,Ii as resolveChartEditPanelRoute};
|
|
1
|
+
const _0x42a697=_0x8d76;(function(_0x2f8706,_0x146d7d){const _0x26c232=_0x8d76,_0x3d5183=_0x2f8706();while(!![]){try{const _0xeb27dd=-parseInt(_0x26c232(0x34e))/0x1*(parseInt(_0x26c232(0x2c7))/0x2)+-parseInt(_0x26c232(0x1a7))/0x3*(parseInt(_0x26c232(0x1fe))/0x4)+parseInt(_0x26c232(0x34a))/0x5*(parseInt(_0x26c232(0x2bf))/0x6)+-parseInt(_0x26c232(0x1b4))/0x7+-parseInt(_0x26c232(0x2bd))/0x8*(parseInt(_0x26c232(0x214))/0x9)+-parseInt(_0x26c232(0x3cd))/0xa+parseInt(_0x26c232(0x20d))/0xb*(parseInt(_0x26c232(0x20f))/0xc);if(_0xeb27dd===_0x146d7d)break;else _0x3d5183['push'](_0x3d5183['shift']());}catch(_0x7bf79d){_0x3d5183['push'](_0x3d5183['shift']());}}}(_0x1e7d,0x93335));import{ChartModelService as _0x3db1ab,ChartRenderMode as _0xb0238,ChartUpdateConfigCommand as _0x376d77,ChartUpdateConfigMutation as _0x3f4f82,ChartUpdateSourceCommand as _0x2c914e,InsertChartCommand as _0x6e5b4c,InsertSheetsChartMutation as _0x5f2686,RemoveSheetsChartMutation as _0x54d713,SHEETS_CHART_PLUGIN_CONFIG_KEY as _0x1eb9cf,SHEETS_CHART_PLUGIN_NAME as _0x227e0c,SheetChartBuilderAdapter as _0x17cadd,SheetsChartService as _0x4ce731,UniverSheetsChartPlugin as _0x594a73,getAllowedChartTypes as _0x4c7049,toInsertChartMutationSource as _0xbcc4c3}from'@univerjs-pro/sheets-chart';import{CommandType as _0x5004ac,DependentOn as _0x7bb0e4,Disposable as _0x306247,DisposableCollection as _0x26ed62,DrawingTypeEnum as _0x4cd99f,FOCUSING_COMMON_DRAWINGS as _0x4965bb,ICommandService as _0x5e196b,IConfigService as _0x42fc9b,IContextService as _0x52e096,IUniverInstanceService as _0x39f3aa,Inject as _0x3c5f23,Injector as _0x2f4582,LocaleService as _0xd5d68c,Plugin as _0x4c3811,ThemeService as _0x42b947,UniverInstanceType as _0x351816,createIdentifier as _0x10e12c,debounce as _0x23b2a1,generateRandomId as _0x1d4220,merge as _0x4bcc46,numberToABC as _0x592b49,toDisposable as _0x35a9aa,touchDependencies as _0x3748ed}from'@univerjs/core';import{IDrawingManagerService as _0x3e323c,UniverDrawingPlugin as _0x4bd1ff,getDrawingShapeKeyByDrawingSearch as _0x4a9fe4}from'@univerjs/drawing';import{DrawingApplyType as _0x4a5972,ISheetDrawingService as _0x1e8199,RemoveSheetDrawingCommand as _0x42f5a4,SetDrawingApplyMutation as _0x41a1c6,UniverSheetsDrawingPlugin as _0x3f289a,transformToDrawingPosition as _0x434b54}from'@univerjs/sheets-drawing';import{IDrawingContextMenuService as _0x2afa85,SHEET_CHART_RENDER_OBJECT_CONFIG as _0x3e8982,SheetCanvasFloatDomManagerService as _0x463e32,SheetDrawingHitTestService as _0x18294c,UniverSheetsDrawingUIPlugin as _0x554972}from'@univerjs/sheets-drawing-ui';import{COPY_TYPE as _0x383c66,ISheetClipboardService as _0x4856f0,PREDEFINED_HOOK_NAME as _0x4e1be3,SheetCanvasPopManagerService as _0x4d1830,SheetCopyCommand as _0x3cc3a6,SheetPrintInterceptorService as _0xb35bee,SheetSkeletonManagerService as _0xb53775,UniverSheetsUIPlugin as _0x32fcea,deriveStateFromActiveSheet$ as _0x2f2775,getCurrentRangeDisable$ as _0x32ff81}from'@univerjs/sheets-ui';import{CanvasFloatDomService as _0x37bc3b,ComponentManager as _0x49123f,ContextMenuGroup as _0x17c827,IMenuManagerService as _0x35353b,ISidebarService as _0x2ce6f1,IconManager as _0x2f93b0,MenuItemType as _0x3afb21,MenuManagerPosition as _0x18406c,RibbonInsertGroup as _0x563f0b,getMenuHiddenObservable as _0x14c5fe,useDependency as _0x367ed8,useObservable as _0x1f7c84}from'@univerjs/ui';import{BehaviorSubject as _0x2b0349,Observable as _0x5d87df,Subject as _0x68b55a,combineLatest as _0x54d9ab,combineLatestWith as _0x57c29d,debounceTime as _0x117f83,filter as _0x469439,fromEvent as _0x2843a7,map as _0x7692dd,merge as _0x4b9e2a,startWith as _0x1d4871,take as _0x3adbcc,throttleTime as _0x90ae39}from'rxjs';import{ChartHostRenderMode as _0x54947a,ChartImageSourceType as _0x5516f3,ChartThemeService as _0x274d2d,ChartTypeBits as _0x240ffc,ChartWaterfallStyleTarget as _0x563997,DataOrientation as _0x469e35,EChartRenderEngineName as _0x223dba,IChartRenderModelManagerService as _0x127e53,ImageChartHost as _0x353b6b,PieSecondaryPlotType as _0x3862b3,RTLChartStyle as _0x3cc793,chartBitsUtils as _0x255937,chartImageSourceToDataUrl as _0x4d8890,chartTypeCanUseTrendLine as _0x424832,echarts as _0x31550f,registerWordCloudChart as _0xfba3fc,resolveChartRuntimeStyle as _0x24fc40,resolveChartStyleBackgroundColor as _0x15eac5,resolveDefaultChartHostFrameStyle as _0x1501c4}from'@univerjs-pro/engine-chart';import{insertGroupObject as _0x448638}from'@univerjs/drawing-ui';import{DRAWING_OBJECT_LAYER_INDEX as _0x2c5142,IRenderManagerService as _0xf835e7,ObjectType as _0x5c8946,RENDER_CLASS_TYPE as _0x80b0a2,Rect as _0x238021,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x29c8d5,Transform as _0x59dff8,UniverRenderEnginePlugin as _0x364117}from'@univerjs/engine-render';import{CHART_ELEMENT_FLOAT_MENU_COMPONENT as _0x28baa3,CHART_HOST_BORDER_RADIUS as _0x2ccc17,CHART_TYPE_CATALOG as _0x524b83,ChartAxisSection as _0xccd877,ChartCommonDataMappingSection as _0x35d650,ChartDomFrame as _0x4859f1,ChartEditBlockTitle as _0x84b2b8,ChartEditPanel as _0x2424c5,ChartEditPanelSection as _0x3c23c3,ChartEditPanelTab as _0x3b42b0,ChartEditPanelTabs as _0x49153f,ChartEditorCapability as _0x43169f,ChartEditorProvider as _0xf1436d,ChartElementFloatMenuAdapterRegistry as _0x542574,ChartFrameContentMode as _0xa6704b,ChartFrameLayout as _0x1400b0,ChartFunnelStyleSection as _0xbc3057,ChartGradientFillField as _0x2af025,ChartGridlinesAndTicksSection as _0x109817,ChartHeatmapStyleSection as _0x3c4227,ChartHostAdapter as _0x5ef80d,ChartIndicatorLineSection as _0xd2470d,ChartLegendSection as _0x458cad,ChartLineAndAreaSection as _0x4a4456,ChartNumberFormatAtom as _0x3102a0,ChartParetoSeriesSection as _0x37c56e,ChartPieStyleSection as _0x4e0d64,ChartRadarStyleSection as _0xb6967a,ChartRelationStyleSection as _0x43b985,ChartSectionAccordion as _0x575c48,ChartSectionAccordionContent as _0xa01ef5,ChartSectionAccordionItem as _0xeb30a0,ChartSectionAccordionTrigger as _0x2bd995,ChartSeriesSection as _0x3c165b,ChartStackField as _0x4ab927,ChartStyleSection as _0x581303,ChartThemeField as _0x456843,ChartTitlesSection as _0x1a4929,ChartTrendlineSection as _0x678707,ChartTypeField as _0x4d08fa,ChartTypeSpecificDataSection as _0x570a19,ChartTypeSpecificSetupSection as _0x14264b,ChartTypeSpecificStyleSection as _0x359faf,ChartUIService as _0x56b2af,ChartViewStateRegistry as _0x3bf128,ChartWaterfallSetupFields as _0x5770f4,ChartWaterfallStyleSection as _0x3fecf2,ChartWordCloudStyleSection as _0x516864,DEFAULT_CHART_AXIS_VALUES as _0x2feaa6,DEFAULT_CHART_FUNNEL_VALUES as _0x3fb233,DEFAULT_CHART_HEATMAP_VALUES as _0x98612d,DEFAULT_CHART_INDICATOR_LINE_VALUES as _0x4cf3b3,DEFAULT_CHART_LEGEND_VALUES as _0x19f7ca,DEFAULT_CHART_LINE_AND_AREA_VALUES as _0x19f7dc,DEFAULT_CHART_PARETO_VALUES as _0x4b5d06,DEFAULT_CHART_PIE_VALUES as _0x23c81f,DEFAULT_CHART_RADAR_VALUES as _0x2b90af,DEFAULT_CHART_RELATION_VALUES as _0xc75f7b,DEFAULT_CHART_SERIES_VALUES as _0x53676a,DEFAULT_CHART_STYLE_VALUES as _0x3498c5,DEFAULT_CHART_TITLE_VALUES as _0x4b2829,DEFAULT_CHART_TRENDLINE_VALUES as _0x2f622d,DEFAULT_CHART_WATERFALL_SETUP_VALUES as _0x1b0dd9,DEFAULT_CHART_WATERFALL_STYLE_VALUES as _0x46c2a2,DEFAULT_CHART_WORD_CLOUD_VALUES as _0x3af533,UniverChartUIPlugin as _0x34e502,buildChartTypeSelectOptions as _0x331b94,chartTypeSupportsCapability as _0x1d1e32,chartTypeSupportsLineAndAreaStyle as _0x131c61,createChartElementFloatMenuAdapter as _0x22ec99,resolveChartCreationIntent as _0x3586ff,resolveChartEditPanelRoute as _0x560369,resolveChartElementSelection as _0x335cad,useChartEditorChartType as _0x86f9d0,useChartEditorHasRightAxis as _0x53a80a}from'@univerjs-pro/chart-ui';import{CopySheetCommand as _0x2a62df,RemoveSheetCommand as _0x2cce8e,SheetInterceptorService as _0x11f0ef,SheetPermissionCheckController as _0x3cf479,SheetSkeletonService as _0x17d31b,SheetsSelectionsService as _0xde53d5,UniverSheetsPlugin as _0x53c22d,WorkbookEditablePermission as _0x227e27,WorksheetEditPermission as _0x4cbead,attachRangeWithCoord as _0x514a90,discreteRangeToRange as _0x48b088,getSheetCommandTarget as _0x241644}from'@univerjs/sheets';import{deserializeRangeWithSheet as _0x2aefeb,serializeRangeWithSheet as _0x3b62ae}from'@univerjs/engine-formula';import{useEffect as _0x3ee071,useMemo as _0x4b66e2,useState as _0x749001}from'react';import{Button as _0x3c6ee6}from'@univerjs/design';import{RangeSelector as _0x8f7d65}from'@univerjs/sheets-formula-ui';import{Fragment as _0x2bd778,jsx as _0x447924,jsxs as _0x4f508d}from'react/jsx-runtime';import{UniverLicensePlugin as _0x273b4b}from'@univerjs-pro/license';import{PenIcon as _0x1ade42}from'@univerjs/icons';const fr=_0x42a697(0x2da),pr={'enableChartElementFloatMenu':!0x0},mr={'type':_0x5004ac[_0x42a697(0x25c)],'id':'sheet.operation.hide-chart-panel','handler'(){return!0x0;}},V={'type':_0x5004ac[_0x42a697(0x25c)],'id':_0x42a697(0x2f0),'handler'(){return!0x0;}};function hr(_0x5ccaef,_0x433647=0x1){const _0x58742c=_0x42a697;return{'width':Math[_0x58742c(0x2fa)](_0x433647,_0x5ccaef['width']),'height':Math[_0x58742c(0x2fa)](_0x433647,_0x5ccaef[_0x58742c(0x20b)])};}function gr(_0x167d2f,_0x485f87={},_0x3997cc={'left':0x0,'top':0x0}){const _0x212c70=_0x42a697;let _0x10e52b=_0x485f87[_0x212c70(0x3c6)]??0x1,_0x185715=_0x485f87[_0x212c70(0x235)]??0x1,_0x2184d5=_0x1400b0['resolve']({'logicalOuterRect':{'left':-_0x3997cc['left'],'top':-_0x3997cc[_0x212c70(0x181)],...hr(_0x167d2f)},'scale':{'scaleX':_0x10e52b,'scaleY':_0x185715},'hostStyle':{},'contentMode':_0xa6704b[_0x212c70(0x17a)]});return{'left':_0x2184d5[_0x212c70(0x2e3)][_0x212c70(0x329)],'top':_0x2184d5[_0x212c70(0x2e3)][_0x212c70(0x181)],'width':_0x2184d5[_0x212c70(0x2e3)][_0x212c70(0x180)],'height':_0x2184d5[_0x212c70(0x2e3)][_0x212c70(0x20b)],'scaleX':_0x10e52b,'scaleY':_0x185715};}function H(_0x25106a){'@babel/helpers - typeof';const _0x562dc3=_0x42a697;return H=typeof Symbol=='function'&&typeof Symbol[_0x562dc3(0x170)]=='symbol'?function(_0x2f3b43){return typeof _0x2f3b43;}:function(_0x1d5014){const _0x4567f7=_0x562dc3;return _0x1d5014&&typeof Symbol==_0x4567f7(0x3b6)&&_0x1d5014['constructor']===Symbol&&_0x1d5014!==Symbol[_0x4567f7(0x3da)]?_0x4567f7(0x3b9):typeof _0x1d5014;},H(_0x25106a);}function _r(_0x7e6419,_0x3dd46a){const _0x43c868=_0x42a697;if(H(_0x7e6419)!=_0x43c868(0x351)||!_0x7e6419)return _0x7e6419;var _0x1c2e25=_0x7e6419[Symbol[_0x43c868(0x27c)]];if(_0x1c2e25!==void 0x0){var _0x1e8391=_0x1c2e25[_0x43c868(0x286)](_0x7e6419,_0x3dd46a||_0x43c868(0x233));if(H(_0x1e8391)!='object')return _0x1e8391;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x3dd46a===_0x43c868(0x32c)?String:Number)(_0x7e6419);}function vr(_0x161076){const _0x29955c=_0x42a697;var _0x356c5b=_r(_0x161076,_0x29955c(0x32c));return H(_0x356c5b)==_0x29955c(0x3b9)?_0x356c5b:_0x356c5b+'';}function U(_0x182622,_0x547635,_0x3959b5){return(_0x547635=vr(_0x547635))in _0x182622?Object['defineProperty'](_0x182622,_0x547635,{'value':_0x3959b5,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x182622[_0x547635]=_0x3959b5,_0x182622;}function yr(_0x315603){const _0x50cf20=_0x42a697;switch(_0x315603['type']){case _0x5516f3[_0x50cf20(0x337)]:return _0x315603[_0x50cf20(0x357)];case _0x5516f3[_0x50cf20(0x18c)]:return _0x315603[_0x50cf20(0x394)];default:return;}}var br=class extends _0x238021{constructor(_0x3a7281,_0x44a787,_0x1e8fb5,_0x41aa10=()=>!0x1,_0x1c62c8=()=>{}){const _0xae593e=_0x42a697;super(_0x3a7281,{..._0x44a787,'evented':_0x44a787[_0xae593e(0x21e)]??!0x0}),this[_0xae593e(0x218)]=_0x1e8fb5,this[_0xae593e(0x176)]=_0x41aa10,this[_0xae593e(0x26a)]=_0x1c62c8,U(this,_0xae593e(0x1a1),null),U(this,_0xae593e(0x37a),null),this[_0xae593e(0x2e7)](_0x5c8946[_0xae593e(0x171)]);}['dispose'](){const _0x5bb8e7=_0x42a697;this[_0x5bb8e7(0x26a)](),super[_0x5bb8e7(0x1e4)]();}[_0x42a697(0x2cf)](_0x4fa703,_0x4429bc){const _0x848d9f=_0x42a697;if(!this['visible'])return this[_0x848d9f(0x1b1)](!0x1),this;if(!this[_0x848d9f(0x26f)])return this;let {width:_0x1d109b,height:_0x238fef,left:_0x5501ea,top:_0x5a5b14}=this[_0x848d9f(0x33e)]();if(this[_0x848d9f(0x2c6)](_0x4429bc)){let {top:_0x4d117f,left:_0x430d3d,bottom:_0x44494d,right:_0x2ba3b3}=_0x4429bc[_0x848d9f(0x334)];if(_0x1d109b+this[_0x848d9f(0x1e6)]+_0x5501ea<_0x430d3d||_0x2ba3b3<_0x5501ea||_0x238fef+this[_0x848d9f(0x1e6)]+_0x5a5b14<_0x4d117f||_0x44494d<_0x5a5b14)return this;}let _0x584a97=this[_0x848d9f(0x26f)][_0x848d9f(0x248)]();_0x4fa703['save']();let _0x1d60f6=_0x5501ea+_0x1d109b/0x2,_0x223fa8=_0x5a5b14+_0x238fef/0x2;return _0x4fa703[_0x848d9f(0x26f)](_0x584a97[0x0],_0x584a97[0x1],_0x584a97[0x2],_0x584a97[0x3],_0x1d60f6,_0x223fa8),this[_0x848d9f(0x2d6)]!==0x1&&(_0x4fa703[_0x848d9f(0x2dc)]=this['opacity']),this[_0x848d9f(0x178)](_0x4fa703,void 0x0,_0x1d109b,_0x238fef),_0x4fa703[_0x848d9f(0x2de)](),this[_0x848d9f(0x1b1)](!0x1),this;}['_draw'](_0x231258,_0x333ff7,_0x2aa905=this[_0x42a697(0x180)],_0x526de4=this[_0x42a697(0x20b)]){const _0x2dff65=_0x42a697;this[_0x2dff65(0x258)](_0x231258,_0x2aa905,_0x526de4,{'stroke':void 0x0,'strokeWidth':0x0}),this['_drawChartImage'](_0x231258,_0x2aa905,_0x526de4),this['_drawChartFrame'](_0x231258,_0x2aa905,_0x526de4,{'fill':void 0x0});}[_0x42a697(0x258)](_0x3284cd,_0x1525b0,_0x17f7d3,_0x4819e2){const _0x34d332=_0x42a697;_0x3284cd['save'](),_0x3284cd[_0x34d332(0x1f2)](-_0x1525b0/0x2,-_0x17f7d3/0x2),_0x238021[_0x34d332(0x39e)](_0x3284cd,xr(this,_0x1525b0,_0x17f7d3,_0x4819e2)),_0x3284cd['restore']();}['isHit'](_0x6dc869){const _0x42b15f=_0x42a697;let {left:_0x5d8a0e,top:_0x580b98,width:_0x45bf29,height:_0x40e033}=this[_0x42b15f(0x33e)](),_0x2ba5c5=_0x5d8a0e+_0x45bf29/0x2,_0x43e9f4=_0x580b98+_0x40e033/0x2,_0x277d0f=this[_0x42b15f(0x26f)][_0x42b15f(0x248)](),_0x34a0b6=new _0x59dff8([_0x277d0f[0x0],_0x277d0f[0x1],_0x277d0f[0x2],_0x277d0f[0x3],_0x2ba5c5,_0x43e9f4]),_0x2a3146=this['getParent'](),_0xa975c3=(this[_0x42b15f(0x2ec)]&&(_0x2a3146==null?void 0x0:_0x2a3146['classType'])===_0x80b0a2[_0x42b15f(0x2c3)]?_0x2a3146[_0x42b15f(0x366)]['multiply'](_0x34a0b6):_0x34a0b6)[_0x42b15f(0x200)]()[_0x42b15f(0x3b2)](_0x6dc869),_0x3f1354=_0x45bf29/0x2,_0x2f7bec=_0x40e033/0x2;return _0xa975c3['x']>=-_0x3f1354-this[_0x42b15f(0x1e6)]/0x2&&_0xa975c3['x']<=_0x3f1354+this[_0x42b15f(0x1e6)]/0x2&&_0xa975c3['y']>=-_0x2f7bec-this[_0x42b15f(0x1e6)]/0x2&&_0xa975c3['y']<=_0x2f7bec+this[_0x42b15f(0x1e6)]/0x2;}['_drawChartImage'](_0x399105,_0x556b18,_0x1d314c){const _0x2ecb3a=_0x42a697;if(this['_shouldSuppressSnapshot']())return;let _0x54f754=this[_0x2ecb3a(0x218)](),_0xbf721d=_0x54f754?this[_0x2ecb3a(0x297)](_0x54f754):void 0x0;if(!_0xbf721d)return;let {width:_0x40f2c5,height:_0x40fce2}=hr({'width':_0x556b18,'height':_0x1d314c},0x0);_0x40f2c5!==0x0&&_0x40fce2!==0x0&&(_0x399105[_0x2ecb3a(0x173)](),_0x399105[_0x2ecb3a(0x1f2)](-_0x556b18/0x2,-_0x1d314c/0x2),Sr(_0x399105,_0x40f2c5,_0x40fce2,this[_0x2ecb3a(0x363)]),_0x399105[_0x2ecb3a(0x23f)](),_0x399105[_0x2ecb3a(0x187)](_0xbf721d,0x0,0x0,_0x40f2c5,_0x40fce2),_0x399105[_0x2ecb3a(0x2de)]());}[_0x42a697(0x297)](_0x5b4701){const _0x26f339=_0x42a697;var _0x18a17e;let _0x441a30=yr(_0x5b4701);if(_0x441a30)return _0x441a30;if(_0x5b4701['type']===_0x5516f3['Url']&&(this[_0x26f339(0x37a)]!==_0x5b4701['url']&&(this['_url']=_0x5b4701[_0x26f339(0x1fd)],this[_0x26f339(0x1a1)]=document[_0x26f339(0x239)]('img'),this[_0x26f339(0x1a1)][_0x26f339(0x3ad)]=_0x26f339(0x260),this[_0x26f339(0x1a1)][_0x26f339(0x18f)]=()=>this[_0x26f339(0x1b1)](!0x0),this['_urlImage'][_0x26f339(0x237)]=_0x5b4701[_0x26f339(0x1fd)]),(_0x18a17e=this[_0x26f339(0x1a1)])!=null&&_0x18a17e[_0x26f339(0x358)]&&this[_0x26f339(0x1a1)][_0x26f339(0x287)]>0x0&&this[_0x26f339(0x1a1)][_0x26f339(0x1d6)]>0x0))return this[_0x26f339(0x1a1)];}};function xr(_0x3d236c,_0x9b26a0,_0x158de4,_0x427bfb){const _0x118e35=_0x42a697;let _0x29b295=Object[_0x118e35(0x396)](_0x3d236c);return Object[_0x118e35(0x3ef)](_0x29b295,'width',{'value':_0x9b26a0}),Object[_0x118e35(0x3ef)](_0x29b295,_0x118e35(0x20b),{'value':_0x158de4}),Object['keys'](_0x427bfb)['forEach'](_0x278ead=>{const _0x243178=_0x118e35;Object[_0x243178(0x3ef)](_0x29b295,_0x278ead,{'value':_0x427bfb[_0x278ead]});}),_0x29b295;}function Sr(_0x135b1f,_0x3d78b0,_0x3f319d,_0x11630a){const _0x2234ca=_0x42a697;let _0x89f266=Math['min'](_0x11630a||0x0,_0x3d78b0/0x2,_0x3f319d/0x2);if(_0x135b1f[_0x2234ca(0x1a8)](),!_0x89f266){_0x135b1f[_0x2234ca(0x3ee)](0x0,0x0,_0x3d78b0,_0x3f319d),_0x135b1f[_0x2234ca(0x280)]();return;}_0x135b1f[_0x2234ca(0x2b8)](_0x89f266,0x0),_0x135b1f[_0x2234ca(0x283)](_0x3d78b0-_0x89f266,0x0),_0x135b1f[_0x2234ca(0x246)](_0x3d78b0-_0x89f266,_0x89f266,_0x89f266,Math['PI']*0x3/0x2,0x0,!0x1),_0x135b1f[_0x2234ca(0x283)](_0x3d78b0,_0x3f319d-_0x89f266),_0x135b1f[_0x2234ca(0x246)](_0x3d78b0-_0x89f266,_0x3f319d-_0x89f266,_0x89f266,0x0,Math['PI']/0x2,!0x1),_0x135b1f[_0x2234ca(0x283)](_0x89f266,_0x3f319d),_0x135b1f[_0x2234ca(0x246)](_0x89f266,_0x3f319d-_0x89f266,_0x89f266,Math['PI']/0x2,Math['PI'],!0x1),_0x135b1f[_0x2234ca(0x283)](0x0,_0x89f266),_0x135b1f[_0x2234ca(0x246)](_0x89f266,_0x89f266,_0x89f266,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x135b1f['closePath']();}function W(_0x15954d){const _0x5ad93a=_0x42a697;(_0x15954d==null?void 0x0:_0x15954d[_0x5ad93a(0x232)])===_0x5516f3[_0x5ad93a(0x18c)]&&_0x15954d[_0x5ad93a(0x394)]['close']();}function G(_0x5dbb04){const _0x476c7f=_0x42a697;return _0x5dbb04['unitId']+_0x476c7f(0x37d)+_0x5dbb04['subUnitId']+_0x476c7f(0x37d)+_0x5dbb04[_0x476c7f(0x249)];}var Cr=class extends _0x306247{constructor(..._0x37875f){const _0x5baa88=_0x42a697;super(..._0x37875f),U(this,_0x5baa88(0x28d),new Map());}[_0x42a697(0x319)](_0x574b45){const _0x56d3ad=_0x42a697;let _0x51eaa3=G(_0x574b45),_0x3bcde4=this[_0x56d3ad(0x28d)][_0x56d3ad(0x33d)](_0x51eaa3)??{'version':0x0};return _0x3bcde4['version']+=0x1,this[_0x56d3ad(0x28d)]['set'](_0x51eaa3,_0x3bcde4),_0x3bcde4['version'];}[_0x42a697(0x1b7)](_0x358f19,_0x571cfd){const _0x250835=_0x42a697;var _0x30fec2;return((_0x30fec2=this[_0x250835(0x28d)][_0x250835(0x33d)](G(_0x358f19)))==null?void 0x0:_0x30fec2[_0x250835(0x251)])===_0x571cfd;}['setImage'](_0x8a6c31,_0x157228,_0x2a1c28){const _0x26bf5b=_0x42a697;if(!this[_0x26bf5b(0x1b7)](_0x8a6c31,_0x2a1c28))return W(_0x157228),!0x1;let _0x33abcb=G(_0x8a6c31),_0xec379c=this[_0x26bf5b(0x28d)][_0x26bf5b(0x33d)](_0x33abcb)??{'version':_0x2a1c28},_0x555fad=_0xec379c[_0x26bf5b(0x1d3)];return _0xec379c['image']=_0x157228,_0xec379c[_0x26bf5b(0x251)]=_0x2a1c28,this[_0x26bf5b(0x28d)][_0x26bf5b(0x19a)](_0x33abcb,_0xec379c),_0x555fad!==_0x157228&&W(_0x555fad),!0x0;}['getImage'](_0x3b2353){const _0x478a57=_0x42a697;var _0x37f679;return(_0x37f679=this[_0x478a57(0x28d)][_0x478a57(0x33d)](G(_0x3b2353)))==null?void 0x0:_0x37f679['image'];}[_0x42a697(0x3d9)](_0x62d09c){const _0xfdbd70=_0x42a697;let _0x17c7cd=G(_0x62d09c),_0x36f5e6=this['_entries']['get'](_0x17c7cd);_0x36f5e6&&(W(_0x36f5e6[_0xfdbd70(0x1d3)]),this[_0xfdbd70(0x28d)]['delete'](_0x17c7cd));}[_0x42a697(0x1d1)](_0x38f76e){const _0x3345ce=_0x42a697;for(let [_0x43fb35,_0x19ff98]of this[_0x3345ce(0x28d)])_0x43fb35['endsWith'](_0x3345ce(0x37d)+_0x38f76e)&&(W(_0x19ff98['image']),this[_0x3345ce(0x28d)]['delete'](_0x43fb35));}[_0x42a697(0x1e4)](){const _0x598756=_0x42a697;this[_0x598756(0x28d)]['forEach'](_0xc97d79=>W(_0xc97d79[_0x598756(0x1d3)])),this[_0x598756(0x28d)]['clear'](),super[_0x598756(0x1e4)]();}};function wr(_0x288b42,_0x30c4ac=0x7d0){let _0x475b05=null,_0x5becfd=null,_0x181a08=!0x1,_0x3bc148=()=>{},_0x504d61=()=>{_0x475b05!=null&&(clearInterval(_0x475b05),_0x475b05=null),_0x5becfd!=null&&(clearTimeout(_0x5becfd),_0x5becfd=null);};return{'promise':new Promise((_0xedaa4e,_0x4a4ef6)=>{_0x3bc148=_0x4a4ef6;let _0x231540=()=>{const _0x2783c1=_0x8d76;let _0x2bace0=document[_0x2783c1(0x22f)](_0x288b42);!_0x2bace0||_0x181a08||(_0x181a08=!0x0,_0x504d61(),_0xedaa4e(_0x2bace0));};_0x231540(),!_0x181a08&&(_0x475b05=setInterval(_0x231540,16.666666666666668),_0x5becfd=setTimeout(()=>{const _0x50512f=_0x8d76;_0x181a08||(_0x181a08=!0x0,_0x504d61(),_0x4a4ef6(Error(_0x50512f(0x373)+_0x288b42+'\x22.')));},_0x30c4ac));}),'cancel':()=>{_0x181a08||(_0x181a08=!0x0,_0x504d61(),_0x3bc148(Error('Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22'+_0x288b42+'\x22.')));}};}var Tr=class extends _0x306247{constructor(_0x27caaf,_0x3b86d4,_0x258e38,_0x5d834e,_0x17caa1,_0x4c3c26,_0xf551d8){const _0x39ca82=_0x42a697;super(),this[_0x39ca82(0x249)]=_0x27caaf,this['_getFloatDomInfo']=_0x3b86d4,this[_0x39ca82(0x3a8)]=_0x258e38,this['_setHostStyle']=_0x5d834e,this[_0x39ca82(0x26d)]=_0x17caa1,this[_0x39ca82(0x17b)]=_0x4c3c26,this[_0x39ca82(0x2e5)]=_0xf551d8,U(this,_0x39ca82(0x3be),_0x54947a[_0x39ca82(0x202)]),U(this,_0x39ca82(0x24d),null),U(this,_0x39ca82(0x32f),!0x1),U(this,_0x39ca82(0x17d),null),U(this,_0x39ca82(0x1b9),null),U(this,_0x39ca82(0x31a),null),U(this,'_hostStyle',{}),U(this,_0x39ca82(0x2d4),null);}[_0x42a697(0x379)](){const _0x264c69=_0x42a697;return this[_0x264c69(0x32f)];}[_0x42a697(0x3a0)](){this['_managed']=!0x1;}[_0x42a697(0x3e7)](){const _0x1529b1=_0x42a697;let _0x3387a2=this[_0x1529b1(0x3a8)]();return _0x3387a2?{'width':_0x3387a2[_0x1529b1(0x180)],'height':_0x3387a2[_0x1529b1(0x20b)]}:null;}[_0x42a697(0x225)](_0x50da73){const _0x51d58d=_0x42a697;this[_0x51d58d(0x345)]=_0x50da73,this['_setHostStyle'](_0x50da73),this[_0x51d58d(0x393)]();}async['ensureHandle'](){const _0xa33b3=_0x42a697;if(this[_0xa33b3(0x399)]||this[_0xa33b3(0x26d)]())throw Error('Fail\x20to\x20create\x20float\x20dom');let _0x30cabf=this[_0xa33b3(0x326)](),_0x34cb43=(_0x30cabf==null?void 0x0:_0x30cabf[_0xa33b3(0x2d5)])??this[_0xa33b3(0x249)],_0x2e6722=document[_0xa33b3(0x22f)](_0x34cb43);if(this[_0xa33b3(0x24d)]&&_0x2e6722!=null&&_0x2e6722['contains'](this[_0xa33b3(0x24d)][_0xa33b3(0x2ac)]))return{'mountNode':this['_domFrame'][_0xa33b3(0x2ac)],'dispose':()=>{const _0x5dd836=_0xa33b3;this['dispose'](),_0x30cabf==null||_0x30cabf[_0x5dd836(0x1e4)]['dispose']();}};if(this[_0xa33b3(0x1b9)])return this['_pendingHost'];let _0x1f51a2=this[_0xa33b3(0x253)]();return this['_pendingHost']=_0x1f51a2,_0x1f51a2[_0xa33b3(0x196)](()=>{const _0x3d2698=_0xa33b3;this[_0x3d2698(0x1b9)]===_0x1f51a2&&(this[_0x3d2698(0x1b9)]=null);},()=>{const _0x103613=_0xa33b3;this['_pendingHost']===_0x1f51a2&&(this[_0x103613(0x1b9)]=null);}),_0x1f51a2;}async[_0x42a697(0x3db)](){const _0x4bdfe9=_0x42a697;try{return(await this[_0x4bdfe9(0x311)]())[_0x4bdfe9(0x2ac)];}catch{return null;}}[_0x42a697(0x21c)](){const _0x260ba0=_0x42a697;let _0x1e02d3=this[_0x260ba0(0x326)](),_0x3dcc2f=(_0x1e02d3==null?void 0x0:_0x1e02d3['domId'])??this[_0x260ba0(0x249)],_0x351e9a=document[_0x260ba0(0x22f)](_0x3dcc2f);return!!(this['_domFrame']&&_0x351e9a!=null&&_0x351e9a[_0x260ba0(0x276)](this[_0x260ba0(0x24d)][_0x260ba0(0x2ac)]));}['syncLayout'](){const _0x2ed913=_0x42a697;if(!this[_0x2ed913(0x24d)])return;let _0x200947=this[_0x2ed913(0x3a8)]();_0x200947&&this[_0x2ed913(0x24d)][_0x2ed913(0x29f)](this[_0x2ed913(0x2ed)](_0x200947),this[_0x2ed913(0x21f)]());}['markReady'](){const _0x45559b=_0x42a697;this[_0x45559b(0x17b)]();}[_0x42a697(0x35f)](){const _0x501ae7=_0x42a697;this[_0x501ae7(0x2e5)]();}['dispose'](){const _0x3ed177=_0x42a697;var _0x20b827;this[_0x3ed177(0x399)]||(this[_0x3ed177(0x35f)](),this[_0x3ed177(0x17d)]=null,this['_pendingHost']=null,this[_0x3ed177(0x271)](),this[_0x3ed177(0x32f)]=!0x1,(_0x20b827=this['_domFrame'])==null||_0x20b827[_0x3ed177(0x1e4)](),this['_domFrame']=null,this['_restoreHostWrapper'](),super[_0x3ed177(0x1e4)]());}async['_createHost'](){const _0x5c1b7b=_0x42a697;let _0x4999b8=this[_0x5c1b7b(0x326)]();if(!_0x4999b8)throw Error('Fail\x20to\x20create\x20float\x20dom');let _0x52fc5b=_0x4999b8[_0x5c1b7b(0x2d5)]??this[_0x5c1b7b(0x249)],_0x2ed9aa=wr(_0x52fc5b),_0x413ae6=Symbol(this['chartId']);this[_0x5c1b7b(0x17d)]=_0x413ae6,this[_0x5c1b7b(0x31a)]=_0x2ed9aa;try{let _0x2e78ec=await _0x2ed9aa[_0x5c1b7b(0x3b8)],_0x1bb415=this[_0x5c1b7b(0x326)](),_0x34e3f9=(_0x1bb415==null?void 0x0:_0x1bb415[_0x5c1b7b(0x2d5)])??this[_0x5c1b7b(0x249)];if(this[_0x5c1b7b(0x399)]||this[_0x5c1b7b(0x26d)]()||this[_0x5c1b7b(0x17d)]!==_0x413ae6||!_0x1bb415||_0x34e3f9!==_0x52fc5b||document[_0x5c1b7b(0x22f)](_0x52fc5b)!==_0x2e78ec||!_0x2e78ec[_0x5c1b7b(0x38b)])throw Error(_0x5c1b7b(0x338));let _0x8716e0=this[_0x5c1b7b(0x3a8)]();if(!_0x8716e0)throw Error(_0x5c1b7b(0x338));let _0x43964a=new _0x4859f1(_0x2e78ec);return _0x43964a[_0x5c1b7b(0x29f)](this[_0x5c1b7b(0x2ed)](_0x8716e0),this['_frameStyle']()),this[_0x5c1b7b(0x2d8)](_0x2e78ec),this[_0x5c1b7b(0x24d)]=_0x43964a,this[_0x5c1b7b(0x1c6)](_0x1bb415[_0x5c1b7b(0x2e0)][_0x5c1b7b(0x2d9)](()=>this[_0x5c1b7b(0x1bd)]())),this[_0x5c1b7b(0x32f)]=!0x0,{'mountNode':_0x43964a[_0x5c1b7b(0x2ac)],'dispose':()=>{const _0x18ab88=_0x5c1b7b;this['dispose'](),_0x4999b8[_0x18ab88(0x1e4)]['dispose']();}};}finally{this[_0x5c1b7b(0x31a)]===_0x2ed9aa&&(this['_waiter']=null),this[_0x5c1b7b(0x17d)]===_0x413ae6&&(this[_0x5c1b7b(0x17d)]=null);}}[_0x42a697(0x271)](){const _0x542424=_0x42a697;let _0x22bccf=this[_0x542424(0x31a)];_0x22bccf&&(_0x22bccf[_0x542424(0x390)](),this[_0x542424(0x31a)]=null);}[_0x42a697(0x393)](){const _0x458dd4=_0x42a697;let _0x39abda=this['_getPlacement']();this[_0x458dd4(0x24d)]&&_0x39abda&&this['_domFrame'][_0x458dd4(0x29f)](this['_resolveLayout'](_0x39abda),this[_0x458dd4(0x21f)]());}[_0x42a697(0x2ed)](_0x1d175a){const _0x984582=_0x42a697;return _0x1400b0['resolve']({'logicalOuterRect':{'left':_0x1d175a[_0x984582(0x329)],'top':_0x1d175a[_0x984582(0x181)],'width':_0x1d175a['width'],'height':_0x1d175a['height']},'scale':{'scaleX':_0x1d175a[_0x984582(0x3c6)],'scaleY':_0x1d175a[_0x984582(0x235)]},'hostStyle':this[_0x984582(0x21f)](),'contentMode':_0xa6704b['Overlay']});}[_0x42a697(0x21f)](){const _0x2c74a1=_0x42a697;return{...this[_0x2c74a1(0x345)],'radius':_0x2ccc17};}['_activateHostWrapper'](_0x1d5a78){const _0xdcc03c=_0x42a697;let _0x38c86b=_0x1d5a78[_0xdcc03c(0x24e)];_0x38c86b&&(this['_savedWrapperStyle']||={'zIndex':_0x38c86b[_0xdcc03c(0x211)]['zIndex'],'pointerEvents':_0x38c86b[_0xdcc03c(0x211)][_0xdcc03c(0x290)]},_0x38c86b['style'][_0xdcc03c(0x39a)]='1000',_0x38c86b[_0xdcc03c(0x211)][_0xdcc03c(0x290)]=_0xdcc03c(0x2ff));}['_restoreHostWrapper'](){const _0x3538a6=_0x42a697;var _0x335834;if(!this[_0x3538a6(0x2d4)])return;let _0x286dec=this['_getFloatDomInfo'](),_0x5033ba=(_0x286dec==null?void 0x0:_0x286dec['domId'])??this[_0x3538a6(0x249)],_0x438b45=(_0x335834=document[_0x3538a6(0x22f)](_0x5033ba))==null?void 0x0:_0x335834[_0x3538a6(0x24e)];_0x438b45&&(_0x438b45[_0x3538a6(0x211)][_0x3538a6(0x39a)]=this['_savedWrapperStyle'][_0x3538a6(0x39a)],_0x438b45['style']['pointerEvents']=this[_0x3538a6(0x2d4)][_0x3538a6(0x290)]),this['_savedWrapperStyle']=null;}},Er=class extends _0x353b6b{constructor(_0xf17d8d,_0x5410c0,_0x537fa5,_0x1bbac5,_0x546155,_0x5d688e){const _0x279fe0=_0x42a697;super(_0xf17d8d),this['_getOuterRect']=_0x5410c0,this[_0x279fe0(0x333)]=_0x537fa5,this[_0x279fe0(0x3f0)]=_0x1bbac5,this[_0x279fe0(0x19d)]=_0x546155,this[_0x279fe0(0x22e)]=_0x5d688e;}[_0x42a697(0x3e7)](){const _0x4a469e=_0x42a697;let _0x5bca78=this[_0x4a469e(0x2d7)]();return _0x5bca78?hr(_0x5bca78):null;}[_0x42a697(0x225)](_0x5547c4){const _0x1165f3=_0x42a697;this[_0x1165f3(0x333)](_0x5547c4);}[_0x42a697(0x319)](){const _0x14465d=_0x42a697;return this[_0x14465d(0x19d)]['nextVersion'](this[_0x14465d(0x3f0)]);}[_0x42a697(0x2ab)](_0x266ca2,_0x441d88){const _0x479fe8=_0x42a697;return this[_0x479fe8(0x19d)]['setImage'](this[_0x479fe8(0x3f0)],_0x266ca2,_0x441d88);}[_0x42a697(0x270)](){const _0xf51557=_0x42a697;this[_0xf51557(0x22e)]();}['invalidateSnapshot'](){const _0x13de58=_0x42a697;this[_0x13de58(0x19d)][_0x13de58(0x319)](this[_0x13de58(0x3f0)]);}};function K(_0x209f49,_0x45a764){return function(_0x3bece9,_0x11c372){_0x45a764(_0x3bece9,_0x11c372,_0x209f49);};}function q(_0xa3bea5,_0x3dfcbb,_0x5bab36,_0x522438){const _0x599541=_0x42a697;var _0x47c733=arguments['length'],_0x29dc90=_0x47c733<0x3?_0x3dfcbb:_0x522438===null?_0x522438=Object[_0x599541(0x33f)](_0x3dfcbb,_0x5bab36):_0x522438,_0x17b608;if(typeof Reflect==_0x599541(0x351)&&typeof Reflect['decorate']==_0x599541(0x3b6))_0x29dc90=Reflect['decorate'](_0xa3bea5,_0x3dfcbb,_0x5bab36,_0x522438);else{for(var _0x48391f=_0xa3bea5[_0x599541(0x206)]-0x1;_0x48391f>=0x0;_0x48391f--)(_0x17b608=_0xa3bea5[_0x48391f])&&(_0x29dc90=(_0x47c733<0x3?_0x17b608(_0x29dc90):_0x47c733>0x3?_0x17b608(_0x3dfcbb,_0x5bab36,_0x29dc90):_0x17b608(_0x3dfcbb,_0x5bab36))||_0x29dc90);}return _0x47c733>0x3&&_0x29dc90&&Object[_0x599541(0x3ef)](_0x3dfcbb,_0x5bab36,_0x29dc90),_0x29dc90;}function Dr(_0x1dbb4b){const _0x2af6b0=_0x42a697;if(!Object[_0x2af6b0(0x3da)][_0x2af6b0(0x269)]['call'](_0x1dbb4b,_0x2af6b0(0x2cb)))return _0x1dbb4b;let {border:_0xbdc51,..._0x1ba26d}=_0x1dbb4b;return{..._0x1ba26d,'stroke':(_0xbdc51==null?void 0x0:_0xbdc51[_0x2af6b0(0x398)])??_0x2af6b0(0x370),'strokeWidth':(_0xbdc51==null?void 0x0:_0xbdc51['width'])??0x0};}let Or=class extends _0x306247{constructor(_0x3e17d9,_0x34422,_0x7cfeda,_0x3f48ca){const _0x1b0e53=_0x42a697;super(),this[_0x1b0e53(0x343)]=_0x3e17d9,this[_0x1b0e53(0x28e)]=_0x34422,this[_0x1b0e53(0x2e2)]=_0x7cfeda,this[_0x1b0e53(0x1c2)]=_0x3f48ca,U(this,_0x1b0e53(0x1db),new Map()),U(this,_0x1b0e53(0x1e5),new Set()),U(this,'_removeHost$',new _0x68b55a()),U(this,_0x1b0e53(0x278),this['_removeHost$'][_0x1b0e53(0x3a2)]()),this['disposeWithMe'](this[_0x1b0e53(0x343)][_0x1b0e53(0x1cc)][_0x1b0e53(0x2d9)](_0xe6d1e=>{const _0x42c678=_0x1b0e53;let _0x3565ec=this[_0x42c678(0x1db)][_0x42c678(0x33d)](_0xe6d1e['id']);_0x3565ec!=null&&_0x3565ec['isManaged']()&&(_0x3565ec['markUnmanaged'](),this[_0x42c678(0x33a)]['next'](_0xe6d1e['id']));}));}[_0x42a697(0x35c)](_0x14ddb5){const _0x379f9a=_0x42a697;if(_0x14ddb5==null)return;let _0x376f54=this['_renderManagerService']['getRenderUnitById'](_0x14ddb5),_0x477c23=_0x376f54==null?void 0x0:_0x376f54[_0x379f9a(0x37e)];return _0x376f54==null||_0x477c23==null?null:{'scene':_0x477c23,'transformer':_0x477c23[_0x379f9a(0x3d1)](),'renderUnit':_0x376f54,'canvas':_0x376f54[_0x379f9a(0x268)][_0x379f9a(0x2cd)]()};}[_0x42a697(0x27e)](_0x3008d3,_0x1b1781){const _0x2aaa33=_0x42a697;let _0x4b7352=this[_0x2aaa33(0x343)],_0x232b8f=_0x1b1781||'transparent',_0x46cc0d=_0x4b7352[_0x2aaa33(0x3b5)](_0x3008d3);if(_0x46cc0d){let {unitId:_0x23a227,subUnitId:_0x232e69}=_0x46cc0d;_0x4b7352[_0x2aaa33(0x3f2)](_0x23a227,_0x232e69,_0x3008d3,{'stroke':_0x232b8f});}}['setHostStyle'](_0x86cfce,_0x227d5b){const _0x53ca49=_0x42a697;let _0x55bd1d=this['_sheetCanvasFloatDomManagerService'],_0x34c2cb=_0x55bd1d[_0x53ca49(0x3b5)](_0x86cfce);if(_0x34c2cb){let {unitId:_0x203244,subUnitId:_0x5b3eea}=_0x34c2cb;_0x55bd1d['updateFloatDomProps'](_0x203244,_0x5b3eea,_0x86cfce,Dr(_0x227d5b));}}[_0x42a697(0x39c)](_0x34153a){const _0x131ba4=_0x42a697;let _0x234c5a=this[_0x131ba4(0x343)][_0x131ba4(0x3b5)](_0x34153a);return _0x234c5a?_0x234c5a['rect']:null;}[_0x42a697(0x2a3)](_0x272a44){const _0x273a00=_0x42a697;var _0x220915;return((_0x220915=this[_0x273a00(0x1db)][_0x273a00(0x33d)](_0x272a44))==null?void 0x0:_0x220915[_0x273a00(0x21c)]())??!0x1;}[_0x42a697(0x3a6)](_0x1eecd8){const _0x2ee489=_0x42a697;var _0x1d4ccd;(_0x1d4ccd=this[_0x2ee489(0x1db)][_0x2ee489(0x33d)](_0x1eecd8))==null||_0x1d4ccd[_0x2ee489(0x1bd)]();}[_0x42a697(0x28c)](_0x18bd24){const _0x58bd17=_0x42a697;let _0x22b449=this[_0x58bd17(0x1db)][_0x58bd17(0x33d)](_0x18bd24);_0x22b449==null||_0x22b449[_0x58bd17(0x1e4)](),this['_chartHostMap'][_0x58bd17(0x210)](_0x18bd24);}async[_0x42a697(0x3e0)](_0x3a52dc,_0x171d9b){const _0x2aaecf=_0x42a697;if(_0x171d9b===_0x54947a[_0x2aaecf(0x2f5)])return this[_0x2aaecf(0x3e3)](_0x3a52dc);if(_0x171d9b===_0x54947a['Dom'])return this[_0x2aaecf(0x3e9)](_0x3a52dc);let _0x495ab5=this[_0x2aaecf(0x3e9)](_0x3a52dc);if(!_0x495ab5)throw Error('Fail\x20to\x20create\x20float\x20dom');return _0x495ab5[_0x2aaecf(0x311)]();}[_0x42a697(0x2aa)](_0x6ef787){const _0x73bdf6=_0x42a697;return this[_0x73bdf6(0x1e5)][_0x73bdf6(0x3a1)](_0x6ef787);}[_0x42a697(0x2f7)](_0x14c30c){const _0x3d7e6e=_0x42a697;this[_0x3d7e6e(0x1e5)][_0x3d7e6e(0x210)](_0x14c30c)&&this[_0x3d7e6e(0x1c9)](_0x14c30c);}[_0x42a697(0x2c1)](_0x5a561e){const _0x1c0bf7=_0x42a697;let _0x5b5e7e=this[_0x1c0bf7(0x3de)](_0x5a561e);_0x5b5e7e&&this[_0x1c0bf7(0x2e2)][_0x1c0bf7(0x319)](_0x5b5e7e);}[_0x42a697(0x3e3)](_0x5f353c){const _0x3f4095=_0x42a697;let _0x2c95c0=this[_0x3f4095(0x3de)](_0x5f353c);return!_0x2c95c0||!this[_0x3f4095(0x39c)](_0x5f353c)?null:new Er(_0x5f353c,()=>this[_0x3f4095(0x39c)](_0x5f353c),_0x471a4c=>this[_0x3f4095(0x2e1)](_0x5f353c,_0x471a4c),_0x2c95c0,this[_0x3f4095(0x2e2)],()=>this[_0x3f4095(0x1c9)](_0x5f353c));}[_0x42a697(0x3e9)](_0x11c1c9){const _0x4bee7a=_0x42a697;if(!this['getHostSize'](_0x11c1c9))return null;this[_0x4bee7a(0x1c2)][_0x4bee7a(0x261)](_0x11c1c9,{'contentBox':{'wrapperInset':0x0,'contentInset':0x0}});let _0x3b3211=this['_chartHostMap']['get'](_0x11c1c9);if(_0x3b3211)return _0x3b3211;let _0x9b3f0e=new Tr(_0x11c1c9,()=>this[_0x4bee7a(0x343)]['getFloatDomInfo'](_0x11c1c9),()=>this[_0x4bee7a(0x17e)](_0x11c1c9),_0x100d97=>this[_0x4bee7a(0x2e1)](_0x11c1c9,_0x100d97),()=>this[_0x4bee7a(0x399)],()=>this[_0x4bee7a(0x1f8)](_0x11c1c9),()=>this['markHostNotReady'](_0x11c1c9));return this[_0x4bee7a(0x1db)][_0x4bee7a(0x19a)](_0x11c1c9,_0x9b3f0e),_0x9b3f0e;}[_0x42a697(0x1f8)](_0x498771){const _0x2900a4=_0x42a697;this[_0x2900a4(0x1e5)][_0x2900a4(0x3a1)](_0x498771)||(this[_0x2900a4(0x1e5)][_0x2900a4(0x245)](_0x498771),this[_0x2900a4(0x1c9)](_0x498771));}['_getChartSnapshotKey'](_0x4e4b16){const _0x1d8bd4=_0x42a697;let _0x5bcc0f=this[_0x1d8bd4(0x343)]['getFloatDomInfo'](_0x4e4b16);return _0x5bcc0f?{'unitId':_0x5bcc0f[_0x1d8bd4(0x201)],'subUnitId':_0x5bcc0f['subUnitId'],'chartId':_0x4e4b16}:null;}[_0x42a697(0x1c9)](_0x48031a){const _0x597109=_0x42a697;var _0x5e6f37,_0xade3b7,_0x59cf4b;let _0x523691=this[_0x597109(0x343)]['getFloatDomInfo'](_0x48031a);if(!_0x523691)return;let _0x4eeaa4=(_0x5e6f37=this['_renderManagerService'][_0x597109(0x3ec)](_0x523691[_0x597109(0x201)]))==null?void 0x0:_0x5e6f37[_0x597109(0x37e)],_0x494e27=(_0x4eeaa4==null||(_0xade3b7=_0x4eeaa4['getObjectIncludeInGroup'])==null?void 0x0:_0xade3b7[_0x597109(0x286)](_0x4eeaa4,_0x4a9fe4({'unitId':_0x523691['unitId'],'subUnitId':_0x523691['subUnitId'],'drawingId':_0x48031a})))??(_0x4eeaa4==null?void 0x0:_0x4eeaa4[_0x597109(0x2c4)](_0x4a9fe4({'unitId':_0x523691[_0x597109(0x201)],'subUnitId':_0x523691[_0x597109(0x267)],'drawingId':_0x48031a})))??null;_0x494e27==null||(_0x59cf4b=_0x494e27[_0x597109(0x1b1)])==null||_0x59cf4b[_0x597109(0x286)](_0x494e27,!0x0),_0x4eeaa4==null||_0x4eeaa4[_0x597109(0x1b1)](!0x0);}[_0x42a697(0x17e)](_0x12bd11){const _0x1ae272=_0x42a697;let _0x3fa8ca=this[_0x1ae272(0x343)][_0x1ae272(0x3b5)](_0x12bd11);if(!_0x3fa8ca)return null;let _0x23d5c9=this['_getSceneAndTransformerByDrawingSearch'](_0x3fa8ca[_0x1ae272(0x201)]),_0x187c12=_0x23d5c9==null?void 0x0:_0x23d5c9[_0x1ae272(0x37e)],_0x3d9f6a=document['getElementById'](_0x3fa8ca[_0x1ae272(0x2d5)]??_0x12bd11);return gr(_0x3fa8ca['rect'],{'scaleX':(_0x187c12==null?void 0x0:_0x187c12[_0x1ae272(0x3c6)])??0x1,'scaleY':(_0x187c12==null?void 0x0:_0x187c12[_0x1ae272(0x235)])??0x1},_0x3d9f6a?{'left':_0x3d9f6a[_0x1ae272(0x18e)],'top':_0x3d9f6a['offsetTop']}:void 0x0);}[_0x42a697(0x1e4)](){const _0x2a3c46=_0x42a697;this[_0x2a3c46(0x399)]||(this[_0x2a3c46(0x1db)][_0x2a3c46(0x1d2)](_0xf4b3bd=>_0xf4b3bd[_0x2a3c46(0x1e4)]()),this[_0x2a3c46(0x1db)][_0x2a3c46(0x3af)](),this['_activeDomReadyChartIds']['clear'](),this[_0x2a3c46(0x33a)][_0x2a3c46(0x358)](),super[_0x2a3c46(0x1e4)]());}};Or=q([K(0x0,_0x3c5f23(_0x463e32)),K(0x1,_0x3c5f23(_0xf835e7)),K(0x2,_0x3c5f23(Cr)),K(0x3,_0x3c5f23(_0x37bc3b))],Or);const kr=_0x10e12c(_0x42a697(0x1af)),J=_0x10e12c(_0x42a697(0x2af));let Ar=class extends _0x56b2af{constructor(_0x1a6577,_0x2e7479,_0x35b1c0,_0x1cf9fa,_0x25c8fd,_0xce2396){const _0x5f1336=_0x42a697;super(_0xce2396),this['_chartModelService']=_0x1a6577,this['_sheetsChartService']=_0x2e7479,this[_0x5f1336(0x2a7)]=_0x35b1c0,this[_0x5f1336(0x289)]=_0x1cf9fa,this[_0x5f1336(0x32e)]=_0x25c8fd,U(this,_0x5f1336(0x2b9),!0x1),U(this,_0x5f1336(0x36d),new _0x2b0349(null)),U(this,_0x5f1336(0x1ff),new _0x2b0349(null)),U(this,_0x5f1336(0x378),new _0x2b0349(null)),U(this,_0x5f1336(0x3cf),this[_0x5f1336(0x36d)][_0x5f1336(0x3a2)]()),U(this,_0x5f1336(0x3ba),this['_selectedElement$'][_0x5f1336(0x3a2)]()),U(this,_0x5f1336(0x323),this[_0x5f1336(0x378)]['asObservable']());}get[_0x42a697(0x226)](){const _0x5df33a=_0x42a697;return this[_0x5df33a(0x2a8)][_0x5df33a(0x259)]??null;}get[_0x42a697(0x259)](){const _0x5956a1=_0x42a697;return this[_0x5956a1(0x2a8)]['activeChartModel'];}get['activeChartModel$'](){const _0x57f4c7=_0x42a697;return this[_0x57f4c7(0x2a8)][_0x57f4c7(0x382)];}get[_0x42a697(0x2f1)](){const _0x1fbf48=_0x42a697;return this['_activeEditChart$'][_0x1fbf48(0x298)]();}get[_0x42a697(0x25e)](){const _0x329a2e=_0x42a697;return this['_localeService'][_0x329a2e(0x25e)];}get[_0x42a697(0x356)](){const _0x341b46=_0x42a697;return this[_0x341b46(0x2b9)];}[_0x42a697(0x26c)](_0x3f1d93){const _0x36b126=_0x42a697;this[_0x36b126(0x2b9)]=_0x3f1d93;}[_0x42a697(0x367)](_0x3eae44){const _0x700c61=_0x42a697;this['_activeEditChart$'][_0x700c61(0x298)]()!==_0x3eae44&&this[_0x700c61(0x36d)][_0x700c61(0x35b)](_0x3eae44);}[_0x42a697(0x381)](_0x3ee2f4){const _0x987c67=_0x42a697;return this[_0x987c67(0x2f1)]===_0x3ee2f4;}[_0x42a697(0x2ce)](_0x385830){const _0x387207=_0x42a697;this[_0x387207(0x1ff)]['next'](_0x385830);}[_0x42a697(0x331)](_0x2d0381,_0xe039f){const _0x3aa43e=_0x42a697;this[_0x3aa43e(0x378)]['next']({'chartId':_0x2d0381,'route':_0xe039f});}[_0x42a697(0x28a)](){const _0x3608a2=_0x42a697;this[_0x3608a2(0x378)][_0x3608a2(0x35b)](null);}['setDataRange'](_0x49ab55){const _0x438604=_0x42a697;let _0x5c82ad=this[_0x438604(0x259)];_0x5c82ad&&this['_executeChartUpdateSourceConfig']({'chartModelId':_0x5c82ad['id'],'range':_0x49ab55});}[_0x42a697(0x1a9)](_0x1c581c){const _0x3270a8=_0x42a697;var _0x5a8b2d;let _0x36c811=this[_0x3270a8(0x259)];if(!_0x36c811)return;let _0x3955d5=(_0x5a8b2d=this['_sheetsChartService'][_0x3270a8(0x387)](_0x36c811['id']))==null?void 0x0:_0x5a8b2d['getRangeInfo']();if(!_0x3955d5)return;let _0x12de5d={..._0x3955d5,'isRowDirection':_0x1c581c===_0x469e35[_0x3270a8(0x3eb)]};this[_0x3270a8(0x3ce)]({'chartModelId':_0x36c811['id'],'range':_0x12de5d});}['executeChartUpdateConfig'](_0x5e5fcc){const _0x52fc88=_0x42a697;var _0x2d7b08;this['_commandService']['executeCommand'](_0x376d77['id'],{..._0x5e5fcc,'unitId':((_0x2d7b08=this['_univerInstanceService'][_0x52fc88(0x1d5)]())==null?void 0x0:_0x2d7b08['getUnitId']())??''});}['_executeChartUpdateSourceConfig'](_0x118aac){const _0x4aa2e9=_0x42a697;var _0x170389;this['_commandService'][_0x4aa2e9(0x312)](_0x2c914e['id'],{..._0x118aac,'unitId':((_0x170389=this[_0x4aa2e9(0x32e)][_0x4aa2e9(0x1d5)]())==null?void 0x0:_0x170389[_0x4aa2e9(0x193)]())??''});}[_0x42a697(0x1e4)](){const _0x3dddbb=_0x42a697;this[_0x3dddbb(0x36d)]['complete'](),this[_0x3dddbb(0x1ff)][_0x3dddbb(0x358)](),this[_0x3dddbb(0x378)]['complete'](),super['dispose']();}};Ar=q([K(0x0,_0x3c5f23(_0x3db1ab)),K(0x1,_0x3c5f23(_0x4ce731)),K(0x2,_0x5e196b),K(0x3,_0x3c5f23(_0xd5d68c)),K(0x4,_0x39f3aa),K(0x5,_0x3c5f23(_0x3bf128))],Ar);const jr=_0xb0238[_0x42a697(0x2f5)];var Mr=class extends _0x353b6b{constructor(_0x131f4f,_0x5a8f28){const _0x483797=_0x42a697;super(_0x131f4f),this[_0x483797(0x216)]=_0x5a8f28,U(this,_0x483797(0x179),0x0),U(this,'_image',void 0x0),U(this,'style',{});}[_0x42a697(0x3e7)](){const _0x46ef97=_0x42a697;return this[_0x46ef97(0x216)];}[_0x42a697(0x225)](_0x970e53){const _0x348eee=_0x42a697;this[_0x348eee(0x211)]=_0x970e53;}['nextVersion'](){return++this['_version'];}[_0x42a697(0x2ab)](_0x1e02e8,_0x1cfc98){const _0x234d93=_0x42a697;return _0x1cfc98===this['_version']?(W(this[_0x234d93(0x2f6)]),this[_0x234d93(0x2f6)]=_0x1e02e8,!0x0):(W(_0x1e02e8),!0x1);}[_0x42a697(0x270)](){}[_0x42a697(0x2c1)](){this['_version']+=0x1;}[_0x42a697(0x350)](){const _0x391e5f=_0x42a697;let _0x46af61=this[_0x391e5f(0x2f6)];return this[_0x391e5f(0x2f6)]=void 0x0,_0x46af61;}[_0x42a697(0x1e4)](){const _0x579173=_0x42a697;W(this['_image']),this[_0x579173(0x2f6)]=void 0x0,super['dispose']();}};function Nr(_0x27206a,_0x4e441e,_0x3f778d){const _0x381f0f=_0x42a697;let _0x351a05=_0x27206a[_0x381f0f(0x3e1)](_0x4e441e);return _0x24fc40({..._0x27206a[_0x381f0f(0x211)],'runtime':{..._0x351a05,'layoutInset':0x8,..._0x3f778d===void 0x0?{}:{'addWatermark':_0x3f778d}},'direction':_0x4e441e},_0x27206a[_0x381f0f(0x2a2)]);}let Y=class extends _0x306247{constructor(_0x30623b,_0x12ffa0,_0x1a6d32,_0x2af0c4,_0x3c8e60,_0x4516a0,_0x129338,_0x583f3a,_0x14cadb,_0x5b4bcf,_0x5965b7,_0x4079a2,_0x50bba1,_0x13067b){const _0x48d657=_0x42a697;super(),this[_0x48d657(0x1ce)]=_0x30623b,this[_0x48d657(0x343)]=_0x12ffa0,this[_0x48d657(0x2a8)]=_0x1a6d32,this[_0x48d657(0x1f1)]=_0x2af0c4,this['_univerInstanceService']=_0x3c8e60,this[_0x48d657(0x28e)]=_0x4516a0,this[_0x48d657(0x289)]=_0x129338,this[_0x48d657(0x368)]=_0x583f3a,this[_0x48d657(0x2e4)]=_0x14cadb,this[_0x48d657(0x281)]=_0x5b4bcf,this[_0x48d657(0x219)]=_0x5965b7,this[_0x48d657(0x1f5)]=_0x4079a2,this['_chartSnapshotStoreService']=_0x50bba1,this[_0x48d657(0x35d)]=_0x13067b,U(this,_0x48d657(0x3b0),new Map()),U(this,_0x48d657(0x3cc),new Map()),U(this,'_chartEventSubscriptions',new Map()),U(this,_0x48d657(0x185),new Map()),U(this,_0x48d657(0x300),new Map()),U(this,_0x48d657(0x292),new Map()),U(this,_0x48d657(0x386),void 0x0),U(this,_0x48d657(0x321),void 0x0),U(this,_0x48d657(0x288),new Map()),U(this,_0x48d657(0x3aa),null),U(this,_0x48d657(0x3df),null);let _0x19d6cf=_0x4c7049(this[_0x48d657(0x2e4)]),_0xc63393=this[_0x48d657(0x1f5)]['getConfig'](_0x1eb9cf);this['_chartRenderMode']=(_0xc63393==null?void 0x0:_0xc63393[_0x48d657(0x1bc)])??jr,this[_0x48d657(0x321)]=_0x19d6cf['length']!==0x1||_0x19d6cf[0x0]!==_0x48d657(0x303),this['_registerChartImageRenderObjectFactory'](),this['_initActiveChartModelListener'](),this[_0x48d657(0x296)](),this[_0x48d657(0x19c)](),this[_0x48d657(0x2ea)]();}[_0x42a697(0x238)](_0x3bfeb6){const _0x255b1a=_0x42a697;let _0x59c56b=this[_0x255b1a(0x3de)](_0x3bfeb6);return _0x59c56b?this['_chartSnapshotStoreService'][_0x255b1a(0x1a4)](_0x59c56b):void 0x0;}[_0x42a697(0x1eb)](_0x5ada7d){const _0x17315e=_0x42a697;var _0x4f38fe;return((_0x4f38fe=this[_0x17315e(0x2a8)][_0x17315e(0x259)])==null?void 0x0:_0x4f38fe['id'])===_0x5ada7d?_0xb0238[_0x17315e(0x202)]:this['_chartRenderMode'];}[_0x42a697(0x3de)](_0x14fecc){const _0x4bf002=_0x42a697;let _0x583470=this[_0x4bf002(0x343)][_0x4bf002(0x3b5)](_0x14fecc);return _0x583470?{'unitId':_0x583470[_0x4bf002(0x201)],'subUnitId':_0x583470[_0x4bf002(0x267)],'chartId':_0x14fecc}:null;}[_0x42a697(0x3c1)](){const _0x436561=_0x42a697;this['_chartRenderMode']===_0xb0238[_0x436561(0x2f5)]&&this[_0x436561(0x1c6)](this[_0x436561(0x343)][_0x436561(0x344)](_0x4cd99f[_0x436561(0x3b1)],({key:_0x3ae14a,config:_0x4cd773,unitId:_0x39fbf5,subUnitId:_0x19e5cc,drawingId:_0x38d39a})=>new br(_0x3ae14a,_0x4cd773,()=>this[_0x436561(0x2e2)][_0x436561(0x1a4)]({'unitId':_0x39fbf5,'subUnitId':_0x19e5cc,'chartId':_0x38d39a}),()=>this[_0x436561(0x1ce)]['isDomReady'](_0x38d39a))));}[_0x42a697(0x3f1)](){const _0x521dfc=_0x42a697;this['disposeWithMe'](this['_chartModelService'][_0x521dfc(0x382)][_0x521dfc(0x2d9)](_0x363e10=>{const _0xa58f05=_0x521dfc;let _0x3fce2b=(_0x363e10==null?void 0x0:_0x363e10['id'])??null,_0x26d158=this[_0xa58f05(0x3aa)];_0x26d158!==_0x3fce2b&&(_0x26d158&&(this[_0xa58f05(0x1ce)][_0xa58f05(0x2f7)](_0x26d158),this[_0xa58f05(0x1e8)](_0x26d158),this[_0xa58f05(0x25d)](_0x26d158),this[_0xa58f05(0x175)](_0x26d158)),this[_0xa58f05(0x3aa)]=_0x3fce2b,_0x3fce2b&&(this[_0xa58f05(0x1ce)]['markHostNotReady'](_0x3fce2b),this[_0xa58f05(0x215)](_0x3fce2b),this['_rerenderLatest'](_0x3fce2b)));}));}[_0x42a697(0x296)](){const _0x483c6=_0x42a697;this[_0x483c6(0x1c6)](this[_0x483c6(0x1f1)][_0x483c6(0x3e4)][_0x483c6(0x2d9)](_0x2b58b9=>{const _0x1d4144=_0x483c6;var _0x22aa9f;let _0x388072=(_0x22aa9f=this[_0x1d4144(0x2a8)]['activeChartModel'])==null?void 0x0:_0x22aa9f['id'];_0x388072&&_0x2b58b9[_0x1d4144(0x1b8)](_0x322572=>_0x322572['children']['some'](_0x50c233=>_0x50c233[_0x1d4144(0x2ae)]===_0x388072))&&this['_chartModelService'][_0x1d4144(0x302)](null);})),this['disposeWithMe'](this[_0x483c6(0x1f1)][_0x483c6(0x346)][_0x483c6(0x2d9)](_0x590aab=>{const _0x305ee2=_0x483c6;var _0x24d120;let _0xfccee6=(_0x24d120=this[_0x305ee2(0x2a8)][_0x305ee2(0x259)])==null?void 0x0:_0x24d120['id'];_0xfccee6&&_0x590aab[_0x305ee2(0x1b8)](_0x52bbda=>_0x52bbda[_0x305ee2(0x2a9)][_0x305ee2(0x2ae)]===_0xfccee6||_0x52bbda[_0x305ee2(0x349)][_0x305ee2(0x1b8)](_0x2d9483=>_0x2d9483['drawingId']===_0xfccee6))&&this['_chartModelService'][_0x305ee2(0x302)](null);}));}[_0x42a697(0x19c)](){const _0x57bfb1=_0x42a697;this[_0x57bfb1(0x1c6)](this[_0x57bfb1(0x1f1)][_0x57bfb1(0x305)][_0x57bfb1(0x2d9)](_0x397e73=>{const _0x250864=_0x57bfb1;var _0xf69f6;let _0x356085=(_0xf69f6=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0xf69f6['id'];if(!_0x356085){_0x397e73[_0x250864(0x3e2)][_0x250864(0x1d2)](_0x2da3da=>{const _0x1af742=_0x250864;this[_0x1af742(0x2a8)][_0x1af742(0x18d)](_0x2da3da)&&this[_0x1af742(0x1e8)](_0x2da3da);});return;}let _0x4bf193=this[_0x250864(0x343)][_0x250864(0x3b5)](_0x356085);(_0x4bf193==null?void 0x0:_0x4bf193[_0x250864(0x201)])===_0x397e73[_0x250864(0x201)]&&_0x4bf193[_0x250864(0x267)]===_0x397e73['subUnitId']&&this[_0x250864(0x215)](_0x356085);})),this[_0x57bfb1(0x1c6)](this['_drawingManagerService']['add$'][_0x57bfb1(0x2d9)](_0x188896=>{const _0x545933=_0x57bfb1;var _0x4f67a9;let _0xb35c27=(_0x4f67a9=this[_0x545933(0x2a8)]['activeChartModel'])==null?void 0x0:_0x4f67a9['id'];if(!_0xb35c27)return;let _0x20d1e7=this[_0x545933(0x343)]['getFloatDomInfo'](_0xb35c27);_0x20d1e7&&_0x188896['some'](_0x63051b=>_0x63051b[_0x545933(0x201)]===_0x20d1e7[_0x545933(0x201)]&&_0x63051b[_0x545933(0x267)]===_0x20d1e7[_0x545933(0x267)])&&this[_0x545933(0x215)](_0xb35c27);})),this[_0x57bfb1(0x1c6)](this['_chartModelService'][_0x57bfb1(0x1da)][_0x57bfb1(0x2d9)](_0x5a523e=>{const _0x280464=_0x57bfb1;var _0x48e183;this[_0x280464(0x288)]['delete'](_0x5a523e),this[_0x280464(0x2e2)][_0x280464(0x1d1)](_0x5a523e),this[_0x280464(0x364)](_0x5a523e),this['_chartHostProvider'][_0x280464(0x2f7)](_0x5a523e),((_0x48e183=this[_0x280464(0x2a8)][_0x280464(0x259)])==null?void 0x0:_0x48e183['id'])===_0x5a523e?this[_0x280464(0x2a8)][_0x280464(0x302)](null):this['_resetChartRuntimeZIndex'](_0x5a523e),this['_disposeChartRenderInstance'](_0x5a523e);}));}[_0x42a697(0x175)](_0x4f134f){const _0x4a4c9c=_0x42a697;let _0x54a052=this[_0x4a4c9c(0x288)]['get'](_0x4f134f);_0x54a052&&this[_0x4a4c9c(0x2cf)](_0x4f134f,_0x54a052[_0x4a4c9c(0x2e6)],_0x54a052[_0x4a4c9c(0x211)]);}[_0x42a697(0x25d)](_0x5c1cb8){const _0x58d5b2=_0x42a697;let _0x26150b=this[_0x58d5b2(0x3b0)]['get'](_0x5c1cb8);(_0x26150b==null?void 0x0:_0x26150b['mode'])===_0x58d5b2(0x3e8)&&(this[_0x58d5b2(0x1e0)](_0x5c1cb8),_0x26150b[_0x58d5b2(0x1e4)](),this['_chartInstanceMap']['delete'](_0x5c1cb8)),this[_0x58d5b2(0x1ce)][_0x58d5b2(0x2f7)](_0x5c1cb8),this['_chartHostProvider'][_0x58d5b2(0x28c)](_0x5c1cb8);}[_0x42a697(0x306)](_0x17e508){const _0x47eedb=_0x42a697;let _0x48826d=this[_0x47eedb(0x3b0)][_0x47eedb(0x33d)](_0x17e508);_0x48826d&&(this[_0x47eedb(0x1e0)](_0x17e508),_0x48826d[_0x47eedb(0x1e4)](),this[_0x47eedb(0x3b0)][_0x47eedb(0x210)](_0x17e508)),this['_chartHostProvider']['markHostNotReady'](_0x17e508),this['_chartHostProvider']['removeHost'](_0x17e508);}[_0x42a697(0x364)](_0x52ab1d){const _0x39b02a=_0x42a697;var _0x50a79b,_0x1971e2;(_0x50a79b=this['_renderModelManager']['getRenderModel'](_0x223dba))==null||(_0x1971e2=_0x50a79b[_0x39b02a(0x221)])==null||_0x1971e2[_0x39b02a(0x286)](_0x50a79b,_0x52ab1d);}['_clearSheetChartRuntimeCaches'](_0x424ebd,_0x19c339){const _0xcba52e=_0x42a697;let _0x9cb82b=this[_0xcba52e(0x1f1)][_0xcba52e(0x327)](_0x424ebd,_0x19c339);Object[_0xcba52e(0x3ab)](_0x9cb82b??{})[_0xcba52e(0x1d2)](_0x3859ad=>{const _0x5c8cc1=_0xcba52e;_0x3859ad[_0x5c8cc1(0x341)]===_0x4cd99f['DRAWING_CHART']&&this[_0x5c8cc1(0x364)](_0x3859ad[_0x5c8cc1(0x2ae)]);});}['_getChartRenderObject'](_0x3d371b,_0x57e095){const _0x41ae4e=_0x42a697;var _0x179894;return((_0x179894=_0x3d371b['getObjectIncludeInGroup'])==null?void 0x0:_0x179894[_0x41ae4e(0x286)](_0x3d371b,_0x57e095))??_0x3d371b['getObject'](_0x57e095)??null;}[_0x42a697(0x1dd)](_0x52108a){const _0x8a790e=_0x42a697;var _0x57abc2;let _0x16c469=this[_0x8a790e(0x343)][_0x8a790e(0x3b5)](_0x52108a);if(!_0x16c469)return null;let _0x5d3754=(_0x57abc2=this[_0x8a790e(0x28e)][_0x8a790e(0x3ec)](_0x16c469['unitId']))==null?void 0x0:_0x57abc2[_0x8a790e(0x37e)];if(!_0x5d3754)return null;let _0xddd031=this[_0x8a790e(0x242)](_0x5d3754,_0x4a9fe4({'unitId':_0x16c469['unitId'],'subUnitId':_0x16c469['subUnitId'],'drawingId':_0x52108a}));return _0xddd031?{'info':_0x16c469,'scene':_0x5d3754,'chartObject':_0xddd031}:null;}['_setChartRuntimeZIndex'](_0x5386b8,_0x5a069d){const _0x417a95=_0x42a697;var _0x8ac42f,_0x33df7e,_0x383dfb,_0x2d4d5d;let _0x332d0a=this[_0x417a95(0x1dd)](_0x5386b8);_0x332d0a&&((_0x8ac42f=(_0x33df7e=_0x332d0a[_0x417a95(0x375)])[_0x417a95(0x16f)])==null||_0x8ac42f[_0x417a95(0x286)](_0x33df7e,{'zIndex':_0x5a069d}),(_0x383dfb=(_0x2d4d5d=_0x332d0a[_0x417a95(0x375)])[_0x417a95(0x1b1)])==null||_0x383dfb[_0x417a95(0x286)](_0x2d4d5d,!0x0),_0x332d0a[_0x417a95(0x37e)][_0x417a95(0x1b1)](!0x0));}['_applyActiveChartRuntimeZIndex'](_0x331cdb){const _0x499301=_0x42a697;let _0x440025=this[_0x499301(0x343)][_0x499301(0x3b5)](_0x331cdb);if(!_0x440025)return;let _0xdc123b=this[_0x499301(0x1f1)]['getDrawingOrder'](_0x440025[_0x499301(0x201)],_0x440025[_0x499301(0x267)]);this[_0x499301(0x2b4)](_0x331cdb,_0xdc123b[_0x499301(0x206)]);}['_resetChartRuntimeZIndex'](_0x3352c4){const _0x3604d4=_0x42a697;let _0x311839=this[_0x3604d4(0x343)]['getFloatDomInfo'](_0x3352c4);if(!_0x311839)return;let _0x4bfcd4=this[_0x3604d4(0x1f1)][_0x3604d4(0x17f)](_0x311839[_0x3604d4(0x201)],_0x311839[_0x3604d4(0x267)]),_0x586a20=_0x4bfcd4[_0x3604d4(0x360)](_0x3352c4);this[_0x3604d4(0x2b4)](_0x3352c4,_0x586a20===-0x1?Math[_0x3604d4(0x2fa)](_0x4bfcd4[_0x3604d4(0x206)]-0x1,0x0):_0x586a20);}[_0x42a697(0x3f4)](_0x363e1a,_0x216696){const _0x3a8085=_0x42a697;let _0x5e7920=this[_0x3a8085(0x343)][_0x3a8085(0x3b5)](_0x363e1a);if(_0x216696[_0x3a8085(0x180)]!==void 0x0&&_0x216696[_0x3a8085(0x20b)]!==void 0x0&&_0x5e7920){var _0x3f1756;let {subUnitId:_0x451f3e}=_0x5e7920,_0x371222=(_0x3f1756=this[_0x3a8085(0x32e)][_0x3a8085(0x339)](_0x351816['UNIVER_SHEET']))==null?void 0x0:_0x3f1756['getActiveSheet']();if((_0x371222==null?void 0x0:_0x371222[_0x3a8085(0x1ec)]())===_0x451f3e){let {width:_0x43d2a3,height:_0x26e16d}=_0x216696,_0x42aa7f=this[_0x3a8085(0x2a8)][_0x3a8085(0x18d)](_0x363e1a),_0x26be6f=_0x42aa7f==null?void 0x0:_0x42aa7f['style'];if(Math[_0x3a8085(0x230)](_0x43d2a3-((_0x26be6f==null?void 0x0:_0x26be6f['width'])||0x0))>0x1||Math[_0x3a8085(0x230)](_0x26e16d-((_0x26be6f==null?void 0x0:_0x26be6f['height'])||0x0))>0x1){_0x42aa7f==null||_0x42aa7f['assignStyle']({..._0x26be6f,'width':_0x43d2a3,'height':_0x26e16d});let _0x51d83f=this[_0x3a8085(0x3b0)]['get'](_0x363e1a);_0x51d83f&&(this['_chartHostProvider'][_0x3a8085(0x3a6)](_0x363e1a),_0x51d83f[_0x3a8085(0x31d)]());}}}}[_0x42a697(0x1c5)](_0x476c53,_0x2bcca5,_0xa9f03b=0x0){const _0x467b76=_0x42a697;let _0x2f8d62=this[_0x467b76(0x292)][_0x467b76(0x33d)](_0x476c53);_0x2f8d62||(_0x2f8d62=_0x23b2a1(_0x17dcf1=>{const _0x3e7c62=_0x467b76;this[_0x3e7c62(0x3f4)](_0x476c53,_0x17dcf1);},_0xa9f03b),this['_debounceHandleMap']['set'](_0x476c53,_0x2f8d62)),_0x2f8d62(_0x2bcca5);}[_0x42a697(0x2ea)](){const _0xb6de38=_0x42a697;let _0x1bc60e=this[_0xb6de38(0x300)],_0x20f2be=_0x116a81=>{const _0x4b7f55=_0xb6de38;if(!_0x1bc60e[_0x4b7f55(0x3a1)](_0x116a81)){let _0x4ec48f=_0x23b2a1((_0xfdce18,_0x115bfa,_0x2fa745,_0x3815e6)=>{const _0x31d39b=_0x4b7f55;var _0x3b0995,_0x436d61;if(!_0x2fa745)return;(_0x3b0995=_0x2fa745[_0x31d39b(0x315)])==null||_0x3b0995['items']['forEach']((_0x5d9dd0,_0x589894)=>{const _0x500361=_0x31d39b;_0x5d9dd0[_0x500361(0x279)]||=this[_0x500361(0x289)]['t'](_0x500361(0x20e))+'\x20'+(_0x589894+0x1);}),_0x2fa745['series']['forEach']((_0x2cdb44,_0x21e203)=>{const _0x2463b4=_0x31d39b;_0x2cdb44[_0x2463b4(0x3b4)]||=this['_localeService']['t'](_0x2463b4(0x1a0))+'\x20'+(_0x21e203+0x1);});let _0xe43122=this[_0x31d39b(0x353)](_0xfdce18,_0x3815e6),_0x4cbfea=(_0x436d61=this[_0x31d39b(0x32e)]['getCurrentUnitOfType'](_0x351816['UNIVER_SHEET']))==null?void 0x0:_0x436d61[_0x31d39b(0x241)]();(_0x4cbfea==null?void 0x0:_0x4cbfea[_0x31d39b(0x1ec)]())===_0x115bfa&&this[_0x31d39b(0x2cf)](_0xfdce18['id'],_0x2fa745,_0xe43122);},0x11);_0x1bc60e[_0x4b7f55(0x19a)](_0x116a81,_0x4ec48f);}return _0x1bc60e[_0x4b7f55(0x33d)](_0x116a81);};this[_0xb6de38(0x1c6)](this[_0xb6de38(0x32e)]['focused$'][_0xb6de38(0x2d9)](_0x5a0ac3=>{const _0x3a45f4=_0xb6de38;let _0x5097bf=this[_0x3a45f4(0x32e)][_0x3a45f4(0x339)](_0x351816['UNIVER_SHEET']);if(_0x5a0ac3&&_0x5097bf&&_0x5097bf['getUnitId']()===_0x5a0ac3){var _0x4fb2a4;let _0x227a40=_0x5097bf['getActiveSheet']()[_0x3a45f4(0x1ec)]();this[_0x3a45f4(0x3df)]&&(this[_0x3a45f4(0x3df)][_0x3a45f4(0x201)]!==_0x5a0ac3||this[_0x3a45f4(0x3df)]['subUnitId']!==_0x227a40)&&this[_0x3a45f4(0x229)](this[_0x3a45f4(0x3df)][_0x3a45f4(0x201)],this[_0x3a45f4(0x3df)]['subUnitId']),this[_0x3a45f4(0x3df)]={'unitId':_0x5a0ac3,'subUnitId':_0x227a40};let _0x130745=this[_0x3a45f4(0x1f1)][_0x3a45f4(0x327)](_0x5a0ac3,_0x227a40);if(!((_0x4fb2a4=this[_0x3a45f4(0x28e)][_0x3a45f4(0x3ec)](_0x5a0ac3))!=null&&_0x4fb2a4['with'](_0xb53775)[_0x3a45f4(0x38d)](_0x227a40)))return;if(_0x130745)for(let _0x2ef005 in _0x130745){let {drawingId:_0x40c834}=_0x130745[_0x2ef005],_0x4dde71=this[_0x3a45f4(0x2a8)][_0x3a45f4(0x18d)](_0x40c834);_0x4dde71&&_0x20f2be(_0x4dde71['id'])(_0x4dde71,_0x227a40,_0x4dde71[_0x3a45f4(0x2e6)],this[_0x3a45f4(0x289)][_0x3a45f4(0x208)]());}}})),this[_0xb6de38(0x1c6)](this['_themeService'][_0xb6de38(0x26b)]['subscribe'](()=>{const _0x2bae61=_0xb6de38;var _0x3836bd;let _0xf7816d=this[_0x2bae61(0x32e)][_0x2bae61(0x339)](_0x351816[_0x2bae61(0x194)]);if(!_0xf7816d)return;let _0x45c55e=_0xf7816d[_0x2bae61(0x193)](),_0x377ce2=_0xf7816d['getActiveSheet']()[_0x2bae61(0x1ec)](),_0x3f01f4=this[_0x2bae61(0x1f1)]['getDrawingData'](_0x45c55e,_0x377ce2);if((_0x3836bd=this[_0x2bae61(0x28e)]['getRenderUnitById'](_0x45c55e))!=null&&_0x3836bd[_0x2bae61(0x234)](_0xb53775)[_0x2bae61(0x38d)](_0x377ce2)&&_0x3f01f4)for(let _0x37098b in _0x3f01f4){let {drawingId:_0x2125e7}=_0x3f01f4[_0x37098b],_0x44dd15=this[_0x2bae61(0x2a8)]['getChartModel'](_0x2125e7);_0x44dd15&&_0x20f2be(_0x44dd15['id'])(_0x44dd15,_0x377ce2,_0x44dd15[_0x2bae61(0x2e6)],this[_0x2bae61(0x289)][_0x2bae61(0x208)]());}})),this['disposeWithMe'](this[_0xb6de38(0x1f1)][_0xb6de38(0x277)]['subscribe'](_0x62aafb=>{const _0x2b8e07=_0xb6de38;_0x62aafb[_0x2b8e07(0x1d2)](_0x389623=>{const _0x490d99=_0x2b8e07;var _0x2e6190,_0x19f3b6;let {drawingId:_0x4255dd,unitId:_0x2cd94e,subUnitId:_0x1f2b66}=_0x389623;if(!((_0x2e6190=this[_0x490d99(0x28e)][_0x490d99(0x3ec)](_0x2cd94e))!=null&&_0x2e6190[_0x490d99(0x234)](_0xb53775)[_0x490d99(0x38d)](_0x1f2b66)))return;let {drawingType:_0x4459b9}=this[_0x490d99(0x1f1)][_0x490d99(0x3c5)](_0x389623);if(_0x4459b9!==_0x4cd99f[_0x490d99(0x3b1)])return;let _0x230e8e=this[_0x490d99(0x343)][_0x490d99(0x3b5)](_0x4255dd),_0x49767a=(_0x230e8e==null?void 0x0:_0x230e8e[_0x490d99(0x2d5)])??_0x4255dd,_0x9c1ed0=_0x230e8e==null?void 0x0:_0x230e8e[_0x490d99(0x3ee)],_0x2b60ab=(_0x19f3b6=this[_0x490d99(0x28e)][_0x490d99(0x3ec)](_0x2cd94e))==null?void 0x0:_0x19f3b6[_0x490d99(0x37e)];_0x9c1ed0&&this[_0x490d99(0x1c6)](_0x9c1ed0==null?void 0x0:_0x9c1ed0['onTransformChange$'][_0x490d99(0x1f9)](_0x3a2c5e=>{const _0x29de6f=_0x490d99;let {type:_0x57c0e1,value:_0x360c8e}=_0x3a2c5e;if(_0x29c8d5[_0x29de6f(0x31d)]===_0x57c0e1||_0x29c8d5[_0x29de6f(0x303)]===_0x57c0e1){let {width:_0x14848f,height:_0x222e2b}=_0x360c8e;this[_0x29de6f(0x1c5)](_0x4255dd,{'width':_0x14848f,'height':_0x222e2b},0x64);}})),_0x2b60ab&&this[_0x490d99(0x1c6)](_0x2b60ab[_0x490d99(0x2f3)][_0x490d99(0x1f9)](_0x3b88dc=>{const _0x572a66=_0x490d99;var _0x198468;_0x3b88dc[_0x572a66(0x232)]===_0x29c8d5[_0x572a66(0x182)]&&(_0x198468=document[_0x572a66(0x22f)](_0x49767a))!=null&&_0x198468[_0x572a66(0x2db)](_0x572a66(0x1c7))&&this[_0x572a66(0x1ce)]['syncHostLayout'](_0x4255dd);}));let _0x14cbca=this[_0x490d99(0x2a8)][_0x490d99(0x18d)](_0x4255dd);_0x14cbca&&this[_0x490d99(0x1c6)](_0x54d9ab([_0x14cbca[_0x490d99(0x299)],_0x14cbca[_0x490d99(0x274)],this[_0x490d99(0x289)]['direction$']])[_0x490d99(0x2d9)](([_0x90d1c2,_0x5f2d7e,_0x1fa8f3])=>{_0x20f2be(_0x14cbca['id'])(_0x14cbca,_0x1f2b66,_0x90d1c2,_0x1fa8f3);}));});})),this['disposeWithMe'](_0x54d9ab([this['_drawingManagerService'][_0xb6de38(0x1cc)]])['subscribe'](([_0x30a441])=>{const _0x3f164e=_0xb6de38;_0x30a441[_0x3f164e(0x1d2)](_0x38da34=>{const _0x2747dd=_0x3f164e;var _0x3d2c05;let {drawingId:_0x51d5f9}=_0x38da34;((_0x3d2c05=this[_0x2747dd(0x2a8)]['activeChartModel'])==null?void 0x0:_0x3d2c05['id'])===_0x51d5f9&&this['_chartModelService'][_0x2747dd(0x302)](null),this[_0x2747dd(0x1e0)](_0x51d5f9),this[_0x2747dd(0x3cc)][_0x2747dd(0x210)](_0x51d5f9),this[_0x2747dd(0x1ce)][_0x2747dd(0x2f7)](_0x51d5f9),this[_0x2747dd(0x1e8)](_0x51d5f9),this[_0x2747dd(0x306)](_0x51d5f9),this[_0x2747dd(0x2e2)][_0x2747dd(0x1d1)](_0x51d5f9),this[_0x2747dd(0x364)](_0x51d5f9),this['_lastRenderInputMap']['delete'](_0x51d5f9),this[_0x2747dd(0x185)][_0x2747dd(0x210)](_0x51d5f9);});}));}[_0x42a697(0x3a4)](_0x30298d,_0x290786){const _0x468e64=_0x42a697;var _0xb62b1d;_0x290786?this['_chartElementEditMode'][_0x468e64(0x19a)](_0x30298d,!0x0):this[_0x468e64(0x185)]['delete'](_0x30298d),(_0xb62b1d=this['_chartInstanceMap'][_0x468e64(0x33d)](_0x30298d))==null||_0xb62b1d[_0x468e64(0x3a4)](_0x290786);}async['exportImage'](_0x1a4316){const _0x16d413=_0x42a697;let _0x3867c7=this['_chartInstanceMap'][_0x16d413(0x33d)](_0x1a4316);if(_0x3867c7){let _0x3ea14e=this[_0x16d413(0x185)][_0x16d413(0x33d)](_0x1a4316)===!0x0;_0x3ea14e&&_0x3867c7[_0x16d413(0x3a4)](!0x1);try{let _0x8521ff=await _0x3867c7[_0x16d413(0x362)]();if(_0x8521ff)return _0x8521ff;}finally{_0x3ea14e&&this[_0x16d413(0x3b0)]['get'](_0x1a4316)===_0x3867c7&&_0x3867c7['setElementEditMode'](!0x0);}}let _0x347840=this[_0x16d413(0x22a)](_0x1a4316);return _0x347840?_0x4d8890(_0x347840):void 0x0;}['on'](_0xe913c5,_0x100230,_0x549028){const _0x49cda8=_0x42a697;let _0x88ef7=this[_0x49cda8(0x3cc)]['get'](_0xe913c5);_0x88ef7||(_0x88ef7=new Map(),this[_0x49cda8(0x3cc)]['set'](_0xe913c5,_0x88ef7));let _0x17d869=_0x88ef7['get'](_0x100230);_0x17d869||(_0x17d869=new Set(),_0x88ef7[_0x49cda8(0x19a)](_0x100230,_0x17d869)),_0x17d869[_0x49cda8(0x245)](_0x549028);let _0x56bcbb=this[_0x49cda8(0x3b0)][_0x49cda8(0x33d)](_0xe913c5);return _0x56bcbb&&this[_0x49cda8(0x313)](_0xe913c5,_0x56bcbb,_0x100230,_0x549028),{'dispose':()=>{const _0x41b6d8=_0x49cda8;var _0x15b0ec;(_0x15b0ec=this[_0x41b6d8(0x3cc)]['get'](_0xe913c5))==null||(_0x15b0ec=_0x15b0ec['get'](_0x100230))==null||_0x15b0ec[_0x41b6d8(0x210)](_0x549028),this[_0x41b6d8(0x1ed)](_0xe913c5,_0x100230,_0x549028);}};}[_0x42a697(0x22a)](_0x2f0ee5){const _0x40076d=_0x42a697;let _0x4af667=this[_0x40076d(0x32e)]['getCurrentUnitOfType'](_0x351816[_0x40076d(0x194)]),_0x2ff484=_0x4af667==null?void 0x0:_0x4af667[_0x40076d(0x241)](),_0x11a1a3=_0x4af667==null?void 0x0:_0x4af667[_0x40076d(0x193)](),_0x16be0e=_0x2ff484==null?void 0x0:_0x2ff484[_0x40076d(0x1ec)]();if(!(!_0x11a1a3||!_0x16be0e))return this[_0x40076d(0x2e2)][_0x40076d(0x1a4)]({'unitId':_0x11a1a3,'subUnitId':_0x16be0e,'chartId':_0x2f0ee5});}[_0x42a697(0x32a)](_0x9ba61f,_0x59dc0d){const _0x479f2d=_0x42a697;let _0x262bbc=this[_0x479f2d(0x3cc)][_0x479f2d(0x33d)](_0x9ba61f);_0x262bbc&&_0x262bbc[_0x479f2d(0x1d2)]((_0x2ebf3b,_0x28eac6)=>{const _0x539b45=_0x479f2d;_0x2ebf3b[_0x539b45(0x1d2)](_0x244fec=>this[_0x539b45(0x313)](_0x9ba61f,_0x59dc0d,_0x28eac6,_0x244fec));});}[_0x42a697(0x313)](_0x5bb68e,_0x2a4d32,_0x5795ee,_0x322e7e){const _0x34b840=_0x42a697;let _0x3f86fc=this[_0x34b840(0x29d)][_0x34b840(0x33d)](_0x5bb68e);_0x3f86fc||(_0x3f86fc=new Map(),this[_0x34b840(0x29d)][_0x34b840(0x19a)](_0x5bb68e,_0x3f86fc));let _0x299e94=_0x3f86fc[_0x34b840(0x33d)](_0x5795ee);_0x299e94||(_0x299e94=new Map(),_0x3f86fc[_0x34b840(0x19a)](_0x5795ee,_0x299e94)),!_0x299e94[_0x34b840(0x3a1)](_0x322e7e)&&_0x299e94[_0x34b840(0x19a)](_0x322e7e,_0x2a4d32['on'](_0x5795ee,_0x322e7e));}[_0x42a697(0x1ed)](_0x4afa95,_0x1a3e69,_0x4f6fc8){const _0x41b079=_0x42a697;var _0x26c408,_0xac81a8;let _0x42fbcd=(_0x26c408=this[_0x41b079(0x29d)][_0x41b079(0x33d)](_0x4afa95))==null?void 0x0:_0x26c408[_0x41b079(0x33d)](_0x1a3e69);_0x42fbcd==null||(_0xac81a8=_0x42fbcd[_0x41b079(0x33d)](_0x4f6fc8))==null||_0xac81a8['dispose'](),_0x42fbcd==null||_0x42fbcd[_0x41b079(0x210)](_0x4f6fc8);}[_0x42a697(0x1e0)](_0x58fa84){const _0x11137b=_0x42a697;let _0xd6d758=this[_0x11137b(0x29d)]['get'](_0x58fa84);_0xd6d758==null||_0xd6d758['forEach'](_0x3074da=>{const _0x2fb456=_0x11137b;_0x3074da[_0x2fb456(0x1d2)](_0x388a20=>_0x388a20[_0x2fb456(0x1e4)]()),_0x3074da[_0x2fb456(0x3af)]();}),this[_0x11137b(0x29d)][_0x11137b(0x210)](_0x58fa84);}['createRuntimeChartStyle'](_0x1093d6,_0x18aea7){const _0x542573=_0x42a697;return Nr(_0x1093d6,_0x18aea7,this[_0x542573(0x321)]);}[_0x42a697(0x32d)](_0x5eebc6){return this['_getChartRenderSkipReason'](_0x5eebc6)==null;}[_0x42a697(0x36e)](_0x5b5f8b){const _0x95f6ec=_0x42a697;var _0x1e3bc4;let _0x4c713f=this[_0x95f6ec(0x343)]['getFloatDomInfo'](_0x5b5f8b);if(!_0x4c713f)return _0x95f6ec(0x33c);let {subUnitId:_0x3661e4}=_0x4c713f,_0x41a43e=(_0x1e3bc4=this[_0x95f6ec(0x32e)]['getCurrentUnitOfType'](_0x351816[_0x95f6ec(0x194)]))==null?void 0x0:_0x1e3bc4['getActiveSheet']();if(!_0x41a43e)return _0x95f6ec(0x374);if(_0x41a43e[_0x95f6ec(0x1ec)]()!==_0x3661e4)return _0x95f6ec(0x1e9);}async[_0x42a697(0x2cf)](_0x1a4d25,_0x55e5d8,_0x110613){const _0x3c3fbc=_0x42a697;let _0x24a668=this[_0x3c3fbc(0x35d)][_0x3c3fbc(0x365)](_0x223dba);if(!_0x24a668||(this[_0x3c3fbc(0x288)]['set'](_0x1a4d25,{'config':_0x55e5d8,'style':_0x110613}),this[_0x3c3fbc(0x36e)](_0x1a4d25)))return;let _0x1e359f=this[_0x3c3fbc(0x1eb)](_0x1a4d25);if(_0x1e359f===_0xb0238[_0x3c3fbc(0x2f5)])this['_disposeChartDomInstance'](_0x1a4d25);else{var _0x5b1ae4;this[_0x3c3fbc(0x1ce)]['invalidateSnapshot'](_0x1a4d25),((_0x5b1ae4=this[_0x3c3fbc(0x2a8)][_0x3c3fbc(0x259)])==null?void 0x0:_0x5b1ae4['id'])===_0x1a4d25&&this[_0x3c3fbc(0x215)](_0x1a4d25);}let _0xd2df8c=_0x1e359f===_0xb0238[_0x3c3fbc(0x2f5)]?_0x54947a[_0x3c3fbc(0x2f5)]:_0x54947a[_0x3c3fbc(0x202)],_0x36f36d=await this[_0x3c3fbc(0x1ce)][_0x3c3fbc(0x3e0)](_0x1a4d25,_0xd2df8c);if(!_0x36f36d)return;let _0x158ae8=this['_getOrCreateChartRenderInstance'](_0x1a4d25,_0xd2df8c,_0x24a668);_0x158ae8['bind'](_0x36f36d);try{await _0x158ae8[_0x3c3fbc(0x2cf)]({'chartId':_0x1a4d25,'config':_0x55e5d8,'style':_0x110613});}catch(_0x118913){if(_0x1e359f!==_0xb0238[_0x3c3fbc(0x2f5)])throw _0x118913;}}async[_0x42a697(0x1c4)](_0x59f093,_0x248742,_0x43bfb6){const _0x51895b=_0x42a697;let _0x4ed56e=this['_drawingManagerService'][_0x51895b(0x327)](_0x59f093,_0x248742),_0x1a184e=this['_drawingManagerService']['getDrawingOrder'](_0x59f093,_0x248742),_0x251e68=Object[_0x51895b(0x3ab)](_0x4ed56e??{})['filter'](_0x2cdc43=>_0x2cdc43[_0x51895b(0x341)]===_0x4cd99f[_0x51895b(0x3b1)]&&_0x2cdc43['hidden']!==!0x0);await Promise[_0x51895b(0x1d8)](_0x251e68[_0x51895b(0x2bb)](async _0x25303d=>{const _0x56390f=_0x51895b;let _0x14b338=await this['_createPrintingChartObject'](_0x25303d,_0x1a184e);_0x14b338&&(_0x43bfb6['addObject'](_0x14b338,_0x2c5142),_0x25303d[_0x56390f(0x189)]&&_0x448638({'drawingId':_0x25303d[_0x56390f(0x189)],'unitId':_0x59f093,'subUnitId':_0x248742},_0x14b338,_0x43bfb6,this[_0x56390f(0x1f1)]));}));}async[_0x42a697(0x3d6)](_0x4ab6b1,_0x30e70b){const _0x327f79=_0x42a697;let _0xc447a=this[_0x327f79(0x2a8)][_0x327f79(0x18d)](_0x4ab6b1[_0x327f79(0x2ae)]),_0x509c63=this[_0x327f79(0x35d)][_0x327f79(0x365)](_0x223dba),_0x515366=_0x4ab6b1[_0x327f79(0x26f)],_0x19a0ee=_0xc447a==null?void 0x0:_0xc447a[_0x327f79(0x2e6)];if(!_0xc447a||!_0x509c63||!_0x515366||!_0x19a0ee||_0x515366[_0x327f79(0x180)]==null||_0x515366['height']==null)return null;let _0x4b038d=new Mr(_0x4ab6b1[_0x327f79(0x2ae)],{'width':_0x515366[_0x327f79(0x180)],'height':_0x515366['height']}),_0xc9aa7=_0x509c63[_0x327f79(0x264)](_0x54947a[_0x327f79(0x2f5)],this['_createChartRenderInstanceContext']());_0xc9aa7[_0x327f79(0x2c0)](_0x4b038d);let _0x5134b3;try{await _0xc9aa7[_0x327f79(0x2cf)]({'chartId':_0x4ab6b1[_0x327f79(0x2ae)],'config':_0x19a0ee,'style':this[_0x327f79(0x353)](_0xc447a,this[_0x327f79(0x289)][_0x327f79(0x208)]())});}catch(_0x2e17d0){console[_0x327f79(0x1fb)](_0x327f79(0x28f),_0x2e17d0);}finally{_0x5134b3=_0x4b038d[_0x327f79(0x350)](),_0xc9aa7[_0x327f79(0x1e4)](),_0x4b038d[_0x327f79(0x1e4)]();}let _0x3987e6=this[_0x327f79(0x2e2)]['getImage']({'unitId':_0x4ab6b1[_0x327f79(0x201)],'subUnitId':_0x4ab6b1[_0x327f79(0x267)],'chartId':_0x4ab6b1['drawingId']}),_0x3b989f=_0x5134b3??_0x3987e6;if(!_0x3b989f)return null;let _0x263aea=_0x30e70b['indexOf'](_0x4ab6b1[_0x327f79(0x2ae)]);return new br(_0x4a9fe4(_0x4ab6b1),{..._0x515366,..._0x3e8982,...Dr(_0x4b038d[_0x327f79(0x211)]),'visible':!0x0,'zIndex':_0x263aea===-0x1?Math[_0x327f79(0x2fa)](_0x30e70b[_0x327f79(0x206)]-0x1,0x0):_0x263aea},()=>_0x3b989f,void 0x0,_0x5134b3?()=>W(_0x5134b3):void 0x0);}[_0x42a697(0x3c3)](_0x787718,_0x52f764,_0x454537){const _0x402cc2=_0x42a697;let _0x31e09f=this[_0x402cc2(0x3b0)][_0x402cc2(0x33d)](_0x787718);if((_0x31e09f==null?void 0x0:_0x31e09f['mode'])===_0x52f764)return _0x31e09f;_0x31e09f&&(this['_disposeChartEventSubscriptions'](_0x787718),_0x31e09f['dispose'](),this[_0x402cc2(0x3b0)][_0x402cc2(0x210)](_0x787718));let _0x569a9e=_0x454537[_0x402cc2(0x264)](_0x52f764,this['_createChartRenderInstanceContext']());return this['_chartInstanceMap'][_0x402cc2(0x19a)](_0x787718,_0x569a9e),_0x569a9e['setElementEditMode'](this[_0x402cc2(0x185)][_0x402cc2(0x33d)](_0x787718)===!0x0),this['_bindChartEventHandlers'](_0x787718,_0x569a9e),_0x569a9e;}[_0x42a697(0x212)](){const _0x3264a2=_0x42a697;return{'resolveHostStyle':({style:_0xf9e588})=>_0x1501c4({'style':_0xf9e588,'getRenderColor':_0x1a65f1=>this[_0x3264a2(0x281)][_0x3264a2(0x324)](_0x1a65f1)}),'resolveRenderBackgroundColor':({style:_0x527cf5})=>this[_0x3264a2(0x281)][_0x3264a2(0x324)](_0x15eac5(_0x527cf5))};}[_0x42a697(0x3d2)](){const _0x14a051=_0x42a697;this[_0x14a051(0x300)][_0x14a051(0x1d2)](_0x6717d1=>_0x6717d1[_0x14a051(0x390)]()),this[_0x14a051(0x300)]['clear'](),this[_0x14a051(0x292)][_0x14a051(0x1d2)](_0x2f8b95=>_0x2f8b95[_0x14a051(0x390)]()),this[_0x14a051(0x292)][_0x14a051(0x3af)]();}[_0x42a697(0x1e4)](){const _0x78345e=_0x42a697;Array[_0x78345e(0x328)](this[_0x78345e(0x3b0)][_0x78345e(0x24c)]())[_0x78345e(0x1d2)](_0x27b5f3=>this[_0x78345e(0x306)](_0x27b5f3)),this[_0x78345e(0x185)][_0x78345e(0x3af)](),this[_0x78345e(0x3d2)](),this[_0x78345e(0x288)]['clear'](),this[_0x78345e(0x3aa)]=null,this['_lastActiveSheet']=null,super[_0x78345e(0x1e4)]();}};Y=q([K(0x0,kr),K(0x1,_0x3c5f23(_0x463e32)),K(0x2,_0x3c5f23(_0x3db1ab)),K(0x3,_0x3e323c),K(0x4,_0x39f3aa),K(0x5,_0x3c5f23(_0xf835e7)),K(0x6,_0x3c5f23(_0xd5d68c)),K(0x7,J),K(0x8,_0x3c5f23(_0x2f4582)),K(0x9,_0x3c5f23(_0x274d2d)),K(0xa,_0x3c5f23(_0x42b947)),K(0xb,_0x42fc9b),K(0xc,_0x3c5f23(Cr)),K(0xd,_0x127e53)],Y);function X(_0x1c2a40){const _0x1f8e13=_0x42a697;let _0x17b059=_0x1c2a40['get'](_0x1e8199)[_0x1f8e13(0x2f4)]();if(_0x17b059[_0x1f8e13(0x206)]!==0x1)return null;let _0x2a945d=_0x17b059[0x0];return _0x2a945d[_0x1f8e13(0x341)]===_0x4cd99f[_0x1f8e13(0x3b1)]?_0x2a945d:null;}function Pr(_0x485924,_0x25af89){const _0xdab9ff=_0x42a697;let _0x2cdd0c=document[_0xdab9ff(0x239)]('a');_0x2cdd0c[_0xdab9ff(0x2f8)]=_0x485924,_0x2cdd0c[_0xdab9ff(0x307)]=_0x25af89,_0x2cdd0c[_0xdab9ff(0x1d0)]();}const Fr={'id':_0x42a697(0x33b),'type':_0x5004ac[_0x42a697(0x316)],'handler':(_0xe6fb29,_0x4c0cc6)=>{const _0x44cd0a=_0x42a697;let _0xc41770=X(_0xe6fb29);return _0xc41770?_0xe6fb29[_0x44cd0a(0x33d)](_0x5e196b)['executeCommand'](V['id'],{'unitId':_0xc41770[_0x44cd0a(0x201)],'subUnitId':_0xc41770['subUnitId'],'drawingId':_0xc41770[_0x44cd0a(0x2ae)],..._0x4c0cc6!=null&&_0x4c0cc6[_0x44cd0a(0x2be)]?{'route':_0x4c0cc6['route']}:{}}):!0x1;}},Ir={'id':_0x42a697(0x3b7),'type':_0x5004ac[_0x42a697(0x316)],'handler':_0x5ec6b0=>X(_0x5ec6b0)?_0x5ec6b0['get'](_0x5e196b)['executeCommand'](_0x3cc3a6['id']):!0x1},Lr={'id':'sheet.command.chart.export-focused-image','type':_0x5004ac[_0x42a697(0x316)],'handler':async _0x4c69a2=>{const _0x4c7863=_0x42a697;let _0x4821a2=X(_0x4c69a2);if(!_0x4821a2)return!0x1;let _0x551927=await _0x4c69a2['get'](Y)[_0x4c7863(0x2c8)](_0x4821a2['drawingId']);return _0x551927?(Pr(_0x551927,_0x4821a2['drawingId']+_0x4c7863(0x231)),!0x0):!0x1;}},Rr={'id':_0x42a697(0x2f2),'type':_0x5004ac['COMMAND'],'handler':_0x54e926=>{const _0x5e66b6=_0x42a697;let _0x48cb57=X(_0x54e926);return _0x48cb57?_0x54e926['get'](_0x5e196b)[_0x5e66b6(0x312)](_0x42f5a4['id'],{'unitId':_0x48cb57[_0x5e66b6(0x201)],'drawings':[{'unitId':_0x48cb57[_0x5e66b6(0x201)],'subUnitId':_0x48cb57[_0x5e66b6(0x267)],'drawingId':_0x48cb57[_0x5e66b6(0x2ae)],'drawingType':_0x4cd99f[_0x5e66b6(0x3b1)]}]}):!0x1;}},zr='SHEETS_CHART_CONTEXT_MENU';function Br(_0x168dde){const _0x58d78d=_0x42a697;let _0x532bd9=_0x168dde[_0x58d78d(0x33d)](_0x1e8199);return _0x532bd9[_0x58d78d(0x32b)][_0x58d78d(0x2f9)](_0x1d4871(_0x532bd9['getFocusDrawings']()),_0x7692dd(()=>X(_0x168dde)==null));}function Vr(_0x213604){const _0x3616cb=_0x42a697;return{'id':Fr['id'],'commandId':Fr['id'],'type':_0x3afb21[_0x3616cb(0x2b6)],'title':_0x213604['get'](_0xd5d68c)['t'](_0x3616cb(0x217)),'icon':_0x3616cb(0x2b1),'hidden$':Br(_0x213604)};}function Hr(_0xd94840){const _0x1c98b3=_0x42a697;return{'id':Ir['id'],'commandId':Ir['id'],'type':_0x3afb21[_0x1c98b3(0x2b6)],'title':_0xd94840[_0x1c98b3(0x33d)](_0xd5d68c)['t'](_0x1c98b3(0x2b5)),'icon':_0x1c98b3(0x39b),'hidden$':Br(_0xd94840)};}function Ur(_0x3ec7f5){const _0x51e698=_0x42a697;return{'id':Lr['id'],'commandId':Lr['id'],'type':_0x3afb21[_0x51e698(0x2b6)],'title':_0x3ec7f5['get'](_0xd5d68c)['t']('sheets-chart-ui.common.exportImage'),'icon':'DownloadImageIcon','hidden$':Br(_0x3ec7f5)};}function Wr(_0xe6fab6){const _0x5ce48e=_0x42a697;return{'id':Rr['id'],'commandId':Rr['id'],'type':_0x3afb21[_0x5ce48e(0x2b6)],'title':_0xe6fab6['get'](_0xd5d68c)['t']('sheets-chart-ui.common.deleteChart'),'icon':_0x5ce48e(0x2a6),'hidden$':Br(_0xe6fab6)};}const Gr={'type':_0x5004ac['COMMAND'],'id':'sheet.command.menu-insert-chart','handler':async(_0x514d32,_0x18ea31)=>{const _0x15ef97=_0x42a697;let _0x4d1c84=_0x241644(_0x514d32[_0x15ef97(0x33d)](_0x39f3aa));if(!_0x4d1c84)return!0x1;let _0x4aabf7=_0x514d32[_0x15ef97(0x33d)](_0xde53d5)[_0x15ef97(0x224)]();if(!_0x4aabf7)return!0x1;let {range:_0x3c912a}=_0x4aabf7,_0x4644b3=_0x514d32['get'](_0x5e196b),{unitId:_0x1bf57d,subUnitId:_0x2cbcc4}=_0x4d1c84,{pieSecondaryPlotType:_0x43a25a,value:_0x494c01}=_0x18ea31,_0x5c6fb3=_0x43a25a!==void 0x0;if(_0x5c6fb3&&(_0x494c01!==_0x240ffc[_0x15ef97(0x1df)]||_0x43a25a!==_0x3862b3[_0x15ef97(0x1df)]&&_0x43a25a!==_0x3862b3[_0x15ef97(0x2a5)]))return!0x1;let _0x333486=_0x5c6fb3?_0x1d4220():void 0x0;return _0x4644b3[_0x15ef97(0x312)](_0x6e5b4c['id'],{'unitId':_0x1bf57d,'subUnitId':_0x2cbcc4,'chartType':_0x494c01,..._0x333486&&_0x43a25a?{'chartId':_0x333486,'config':{'unitId':_0x1bf57d,'chartModelId':_0x333486,'style':{'pie':{'composite':{'enabled':!0x0,'secondaryPlot':{'type':_0x43a25a}}}}}}:{},'source':{'rangeInfo':{'unitId':_0x1bf57d,'subUnitId':_0x2cbcc4,'range':_0x3c912a}}});}};function Kr(_0xcc3b05,_0x3c1661){return _0xcc3b05==null||Array['isArray'](_0xcc3b05)?'':qr(_0xcc3b05['rangeInfo'],_0x3c1661);}function qr(_0x1b4dee,_0x8ae48d){const _0x5ade41=_0x42a697;var _0x4f097c;let {unitId:_0x552a0a,subUnitId:_0x553216,range:_0xd8f986}=_0x1b4dee,_0x48f90c=(_0x4f097c=_0x8ae48d[_0x5ade41(0x36c)](_0x552a0a))==null?void 0x0:_0x4f097c[_0x5ade41(0x37b)](_0x553216);return _0x48f90c?_0x3b62ae(_0x48f90c['getName'](),_0xd8f986):'';}const Jr=new Set([_0x42a697(0x24a),'columnPercentStacked']),Yr=_0x524b83[_0x42a697(0x3bd)](_0x189502=>!Jr[_0x42a697(0x3a1)](_0x189502['labelId']))['map'](_0x3d7cf2=>({'id':'id'in _0x3d7cf2?_0x3d7cf2['id']:void 0x0,'labelId':_0x3d7cf2['labelId'],'pieSecondaryPlotType':_0x42a697(0x30f)in _0x3d7cf2?_0x3d7cf2[_0x42a697(0x30f)]:void 0x0,'value':_0x3d7cf2['value'],'icon':_0x3d7cf2[_0x42a697(0x371)]}));function Xr(_0x55f8c0=Yr){const _0x56edba=_0x42a697;return _0x55f8c0[_0x56edba(0x2bb)](({id:_0x223798,icon:_0x575de0,value:_0xa326e1})=>{const _0x4d5d1d=_0x56edba;let _0x425a9a=_0x3586ff(_0x223798??String(_0xa326e1)),_0xe14a33=_0x425a9a?{'value':_0x425a9a[_0x4d5d1d(0x2a2)],..._0x425a9a[_0x4d5d1d(0x30f)]?{'pieSecondaryPlotType':_0x425a9a[_0x4d5d1d(0x30f)]}:{}}:{'value':_0xa326e1};return{'icon':_0x575de0,'value':_0x223798??_0xa326e1,'params':_0xe14a33};});}const Zr=(_0x1ff698,_0x8015ab)=>{const _0x2d610e=_0x42a697;if(_0x8015ab['length']===0x1&&_0x8015ab[0x0]===_0x2d610e(0x303))return _0x1ff698;if(_0x8015ab[_0x2d610e(0x206)]>0x1){let _0x3f6a18=new Set();for(let _0x506f10 of _0x8015ab)_0x3f6a18[_0x2d610e(0x245)](Number(_0x506f10));return _0x1ff698[_0x2d610e(0x3bd)](_0x236f01=>_0x3f6a18['has'](_0x236f01[_0x2d610e(0x2ef)]));}return[];};function _0x8d76(_0x3dbc97,_0x321551){_0x3dbc97=_0x3dbc97-0x16d;const _0x1e7de3=_0x1e7d();let _0x8d761e=_0x1e7de3[_0x3dbc97];return _0x8d761e;}function Qr(_0x559d1d){const _0x2e29b7=_0x42a697;let _0x29b857=_0x559d1d['get'](_0x39f3aa),_0x58f50e=_0x4c7049(_0x559d1d),_0x17c316=Zr(Yr[_0x2e29b7(0x1aa)](),_0x58f50e),_0x30102e=_0x559d1d[_0x2e29b7(0x33d)](_0xd5d68c),_0x34f9fb=Xr(_0x17c316)[_0x2e29b7(0x2bb)]((_0x3502da,_0x154201)=>({..._0x3502da,'label':_0x30102e['t'](_0x2e29b7(0x336)+_0x17c316[_0x154201]['labelId'])}));return{'id':Gr['id'],'type':_0x3afb21[_0x2e29b7(0x30b)],'selectionsCommandId':Gr['id'],'selections':_0x34f9fb,'icon':'ChartIcon','tooltip':_0x30102e['t'](_0x2e29b7(0x38e)),'activated$':_0x2f2775(_0x29b857,!0x1,()=>new _0x5d87df(_0x4864d4=>{_0x4864d4['next'](!0x1);})),'hidden$':_0x14c5fe(_0x559d1d,_0x351816['UNIVER_SHEET']),'disabled$':_0x32ff81(_0x559d1d)};}const $r={[_0x563f0b[_0x42a697(0x3ed)]]:{[Gr['id']]:{'order':0x4,'menuItemFactory':Qr}},[_0x18406c[_0x42a697(0x2ee)]]:{[zr]:{'order':0x6,[_0x17c827['OTHERS']]:{[Fr['id']]:{'order':0x0,'menuItemFactory':Vr},[Ir['id']]:{'order':0x1,'menuItemFactory':Hr},[Lr['id']]:{'order':0x2,'menuItemFactory':Ur},[Rr['id']]:{'order':0x3,'menuItemFactory':Wr}}}}};function ei(_0x49f410){const _0x3b9e86=_0x42a697;return _0x49f410===_0x240ffc[_0x3b9e86(0x25a)]||_0x49f410===_0x240ffc[_0x3b9e86(0x2df)]||_0x49f410===_0x240ffc['Boxplot']||_0x255937[_0x3b9e86(0x265)](_0x49f410,_0x240ffc[_0x3b9e86(0x1a2)])||_0x255937[_0x3b9e86(0x265)](_0x49f410,_0x240ffc[_0x3b9e86(0x39d)])||_0x255937[_0x3b9e86(0x265)](_0x49f410,_0x240ffc[_0x3b9e86(0x252)])||_0x255937['baseOn'](_0x49f410,_0x240ffc[_0x3b9e86(0x223)]);}function ti(_0x3c069a){const _0x550f1f=_0x42a697;return ei(_0x3c069a)||_0x255937[_0x550f1f(0x265)](_0x3c069a,_0x240ffc[_0x550f1f(0x1df)])||_0x255937[_0x550f1f(0x265)](_0x3c069a,_0x240ffc[_0x550f1f(0x29c)])||_0x255937['baseOn'](_0x3c069a,_0x240ffc[_0x550f1f(0x29b)]);}function ni(_0x536099,_0xd1877e){const _0x48aff9=_0x42a697;let _0x55e3f7=_0x335cad(_0x536099,_0xd1877e),_0x3c68cb=_0x55e3f7?_0x560369(_0x55e3f7[_0x48aff9(0x22c)]):void 0x0;if(!(!_0x55e3f7||!_0x3c68cb))return{..._0x55e3f7,'route':_0x3c68cb,'showFloatMenu':ti(_0x536099[_0x48aff9(0x2a2)])&&_0x55e3f7[_0x48aff9(0x255)]};}function _0x1e7d(){const _0x44666c=['_chartThemeService','section','lineTo','range','setConfig','call','naturalWidth','_lastRenderInputMap','_localeService','clearPanelRoute','sheetDisposed$','removeHost','_entries','_renderManagerService','[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing','pointerEvents','bottom','_debounceHandleMap','_copyInfo','Series','sheet.chart.edit.panel','_initDrawingDeactivationListener','_getDrawable','getValue','config$','sheets-chart-ui.waterfall.positive','Waterfall','Pareto','_chartEventSubscriptions','_initMenus','update','GridlinesAndTicks','sheets-chart-ui.section.paretoLine','chartType','checkHost','Heatmap','Bar','DeleteIcon','_commandService','_chartModelService','parent','isDomReady','commitSnapshot','mountNode','lineAndArea','drawingId','sheets-chart.ui.service','_setActiveChart','PenIcon','INSERT','allSeriesStyle','_setChartRuntimeZIndex','sheets-chart-ui.common.copy','BUTTON','visible','moveTo','_rangeSelectMode','Sunburst','map','Legend','72zfIsyk','route','997758UWSQXb','bind','invalidateSnapshot','sheets-chart-ui.common.verticalAxis','GROUP','getObject','wordCloud','isRender','2ZUMpQR','exportImage','_clearSelectedTarget','rangeInfo','border','attachPopupToDynamicAbsolutePosition','getCanvasElement','setSelectedElement','render','_sidebarDisposable','sheets-chart-ui.section.gridlinesAndTicks','_activateEditPanelState','sheets-chart-ui.common.useAsCategoryLabels','_savedWrapperStyle','domId','opacity','_getOuterRect','_activateHostWrapper','subscribe','sheets-chart-ui.config','querySelector','globalAlpha','Chord','restore','Radar','position$','setHostStyle','_chartSnapshotStoreService','logicalOuterRect','_injector','_markNotReady','config','setObjectType','_renderWhenConfigReady','_initCopyPaste','handleActiveSubUnitChange','unsubscribe','isInGroup','_resolveLayout','CONTEXT_MENU','value','sheet.operation.open-chart-panel','activeEditChart','sheet.command.chart.delete-focused-chart','onTransformChange$','getFocusDrawings','Image','_image','markHostNotReady','href','pipe','max','dblclick','_openEditPanelByDoubleClick','_focusedDrawings','split','auto','_renderDebounceMap','trendline','setActiveChartModel','all','chartModelId','featurePluginOrderUpdate$','_disposeChartRenderInstance','download','interceptor','sheets-chart-ui.common.horizontalAxis','getBatchUpdateOp','SELECTOR','cumulativeLineStyle','Positive','_renderChartModel','pieSecondaryPlotType','sheetTransform','ensureHandle','executeCommand','_bindChartEventHandler','offsetHeight','category','COMMAND','anchorRect$','CUT','nextVersion','_waiter','_popupDisposable','getRangeInfo','resize','_resolvedConfig','sheets-chart-ui.common.legend','_chartRenderService','_addWatermark','Style','panelRoute$','getRenderColor','tab','_getFloatDomInfo','getDrawingData','from','left','_bindChartEventHandlers','focus$','string','checkChartCanRender','_univerInstanceService','_managed','sheets-chart-ui.common.series','setPanelRoute','_registerComponents','_setHostStyle','viewBound','_shouldEnableChartElementEdit','sheets-chart-ui.chartTypes.','Canvas','Fail\x20to\x20create\x20float\x20dom','getCurrentUnitOfType','_removeHost$','sheet.command.chart.open-focused-panel','missing-float-dom','get','getRealBound','getOwnPropertyDescriptor','_sheetDrawingService','drawingType','titleKey','_sheetCanvasFloatDomManagerService','registerRenderObjectFactory','_hostStyle','featurePluginUngroupUpdate$','sheets-chart-ui.section.histogram','sheet-chart-style-panel','children','15gJByBy','packageName','params','clientHeight','1088321veYWpw','labelId','takeSnapshot','object','_isChartElementEditEnabled','createRuntimeChartStyle','_menuManagerService','pie','rangeSelectMode','canvas','complete','series','sheets-chart-ui.common.trendline','next','_getSceneAndTransformerByDrawingSearch','_renderModelManager','redo','markNotReady','indexOf','push','exportImg','radius','_clearChartRuntimeCache','getRenderModel','ancestorTransform','setActiveEditChart','_chartUIService','clientY','getBoundingClientRect','undo','getUnit','_activeEditChart$','_getChartRenderSkipReason','_popupChartId','transparent','iconName','_generateCopyPasteMutations','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','missing-active-sheet','chartObject','pareto','_updateTransform','_panelRoute$','isManaged','_url','getSheetBySheetId','defaultValues','#-#','scene','_sheetInterceptorService','bounds','isElementEditModeActive','activeChartModel$','sheets-chart-ui.common.setup','_renderAfterChartUpdateMutation','registerCommand','_chartRenderMode','getChartDataSource','_sheetsChartUIService','sheets-chart-ui.common.chartStyle','register','isConnected','entries','getSkeleton','sheets-chart-ui.common.insertChart','sheets-chart-ui.section.sunburst','cancel','_init','sheets-chart-ui.waterfall.subtotal','_applyHostStyle','imageBitmap','sheets-chart-ui.section.radar','create','_initSheetChange','color','_disposed','zIndex','CopyDoubleIcon','getHostSize','Column','drawWith','every','markUnmanaged','has','asObservable','initPanel','setElementEditMode','nativeEvent','syncHostLayout','axis','_getPlacement','pluginName','_activeChartId','values','Sankey','crossOrigin','items','clear','_chartInstanceMap','DRAWING_CHART','applyPoint','setContextValue','name','getFloatDomInfo','function','sheet.command.chart.copy-focused-chart','promise','symbol','selectedElement$','PieStyle','GeneralSeries','filter','mode','sheets-chart-ui.section.waterfall','onCommandExecuted','_registerChartImageRenderObjectFactory','header','_getOrCreateChartRenderInstance','innerWidth','getDrawingByParam','scaleX','Histogram','waterfallStyle','getInterceptPoints','_openPanel','sheets-chart-ui.waterfall.negative','_chartEventHandlers','7411970lRkqvb','_executeChartUpdateSourceConfig','activeEditChart$','_subscribeChartEvents','getTransformerByCreate','_cancelDebouncedCallbacks','_sheetPrintInterceptorService','_generatePasteMutations','_adapterRegistry','_createPrintingChartObject','_sheetsChartService','sheets-chart-element-float-menu','clearImage','prototype','ensureMount','enableChartElementFloatMenu','indicatorLine','_getChartSnapshotKey','_lastActiveSheet','ensureHost','getRuntimeContext','drawingIds','_createImageChartHost','featurePluginGroupUpdate$','Candlestick','WordCloud','getRect','dom','_getOrCreateSheetChartHost','sheets-chart-ui.common.heatmap','Row','getRenderUnitById','MEDIA','rect','defineProperty','_snapshotKey','_initActiveChartModelListener','updateFloatDomProps','registerFeatureMenu','_resizeChart','HorizontalAxis','sheets-chart-ui.common.switchRowColumn','setProps','iterator','CHART','addClipboardHook','save','seriesId','_rerenderLatest','_shouldSuppressSnapshot','clientWidth','_draw','_version','Overlay','_markReady','getContextValue','_pendingToken','_getHostPlacement','getDrawingOrder','width','top','scale','sheets-chart-ui.section.paretoBar','resourceCollector','_chartElementEditMode','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-5','drawImage','sheets-chart-ui.common.rightVerticalAxis','groupId','div','sheets-chart-ui.section.candlestick','ImageBitmap','getChartModel','offsetLeft','onload','_sidebarService','Trendline','onDispose','getUnitId','UNIVER_SHEET','_sheetSkeletonService','then','_sheetClipboardService','sheets-chart-ui.section.relation','blockExecuteWithoutPermission','set','IndicatorLine','_initActiveRuntimeLayerListener','_snapshotStore','innerHeight','sheets-chart-ui.common.customize','sheets-chart-ui.chord.target','_urlImage','Line','startX','getImage','number','hit','3knseAQ','beginPath','setOrientation','concat','isRowDirection','slice','Funnel','objects','sheets-chart-ui.host.provider','barStyle','makeDirty','Treemap','permissionCheckWithoutRange','554547fhWZvR','right','segmented','isLatest','some','_pendingHost','copyType','open','chartRenderMode','syncLayout','_createCopyInfoByRange','registerProvider','_sheetCanvasPopManagerService','small','_canvasFloatDomService','sheet-chart-setup-panel','renderChartsForPrinting','_debounceHandle','disposeWithMe','.chart-host','serialize','_requestChartCanvasRender','1.0.0-beta.0','UniverSheetsChartUIPlugin','remove$','_handleDrawingDoubleClick','_chartHostProvider','_initCommands','click','clearChart','forEach','image','removeChartModel','getFocusedUnit','naturalHeight','activeSheet$','allSettled','getSheetBySheetName','chartModelRemoved$','_chartHostMap','REMOVE','_getChartRenderObjectContext','ChartStyle','Pie','_disposeChartEventSubscriptions','funnel','getChartPopupMenus','mergeMenu','dispose','_activeDomReadyChartIds','strokeWidth','sheets-chart-ui.section.lineAndArea','_resetChartRuntimeZIndex','inactive-sheet','sheets-chart-ui.section.pie','_resolveChartRenderMode','getSheetId','_disposeChartEventSubscription','_iconManager','_deactivateEditPanelState','localPoint','_drawingManagerService','translate','hidePanel','_sheetDrawingHitTestService','_configService','focusDrawing','_generateCutPasteMutations','_markHostReady','subscribeEvent','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','_pendingMutationConfigRenders','url','1822596jKhZat','_selectedElement$','invert','unitId','Dom','sheets-chart-ui.section.chord','resolve','_registerIcons','length','onDoubleClick$','getDirection','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-flex\x20univer-h-0\x20univer-min-h-full\x20univer-w-full\x20univer-flex-col\x20univer-bg-white\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','_initPermission','height','univer-overflow-hidden','20317ktzqIS','sheets-chart-ui.common.category','18540eKNZSQ','delete','style','_createChartRenderInstanceContext','_sheetPermissionCheckController','385173VLFYYP','_applyActiveChartRuntimeZIndex','_rect','sheets-chart-ui.common.openChartPanel','_getImage','_themeService','sheets-chart-ui.common.editChart','relation','checkMounted','chartModelAdded$','evented','_frameStyle','getBatchRemoveOp','clearRuntimeCache','setDataRange','Scatter','getCurrentLastSelection','setStyle','activeRuntimeModel','openChartPanelById','_openFloatMenu','_clearSheetChartRuntimeCaches','_getCurrentSnapshotImage','-univer-mx-4','target','univer-overflow-visible','_requestPaint','getElementById','abs','.png','type','default','with','scaleY','onStarting','src','getChartSnapshotImage','createElement','_closePopup','beforeCommandExecuted','_componentManager','_drawingContextMenuService','_chartHostProviderService','clip','DEFAULT_PASTE','getActiveSheet','_getChartRenderObject','intercept','offsetWidth','add','arc','@univerjs-pro/sheets-chart-ui','getMatrix','chartId','columnStacked','sheets-chart-ui.section.treemap','keys','_domFrame','parentElement','sheets-chart-ui.section.gauge','_config','version','Area','_createHost','onRendered','showFloatMenu','_clearHiddenSelectedTarget','transformChange$','_drawChartFrame','activeChartModel','Combination','_registerAdapter','OPERATION','_disposeChartDomInstance','direction$','Data','anonymous','updateFloatDom','isArray','dataSource','createChartInstance','baseOn','sheets-chart-ui.permission.editErr','subUnitId','engine','hasOwnProperty','_disposeImage','darkMode$','setRangeSelectMode','_isProviderDisposed','Gauge','transform','requestPaint','_cancelHostWait','_listenChartUpdateMutations','getBatchAddOp','style$','Axes','contains','add$','removeHost$','label','PRINTING_COMPONENT_COLLECT','UPDATE','toPrimitive','Relation','setBorder','_contextService','closePath'];_0x1e7d=function(){return _0x44666c;};return _0x1e7d();}var ri;const ii={'axis':{..._0x2feaa6,'primaryGridLineVisible':!0x1,'secondaryGridLineVisible':!0x0},'funnel':_0x3fb233,'heatmap':_0x98612d,'indicatorLine':_0x4cf3b3,'legend':_0x19f7ca,'lineAndArea':_0x19f7dc,'pareto':_0x4b5d06,'pie':{..._0x23c81f,'doughnutHole':0.5,'pieHole':0x0},'relation':{..._0xc75f7b,'useValueAsSymbolSize':!0x0},'radar':_0x2b90af,'series':{..._0x53676a,'radarFillOpacity':0.2,'rightAxis':{'ltr':!0x1,'rtl':((ri=_0x3cc793[_0x42a697(0x2b3)])==null?void 0x0:ri['rightYAxis'])??!0x1}},'style':_0x3498c5,'titles':_0x4b2829,'trendline':_0x2f622d,'waterfall':{..._0x1b0dd9,'useSubtotal':!0x0},'waterfallStyle':_0x46c2a2,'wordCloud':_0x3af533},ai=_0xb5de80=>_0xb5de80[_0x42a697(0x339)](_0x351816[_0x42a697(0x194)])[_0x42a697(0x193)](),oi=_0x4e144d=>{const _0x518fd6=_0x42a697;var _0x23eeb6;return(_0x23eeb6=_0x4e144d['getCurrentUnitOfType'](_0x351816[_0x518fd6(0x194)])['getActiveSheet']())==null?void 0x0:_0x23eeb6[_0x518fd6(0x1ec)]();},si=[_0x240ffc['Line'],_0x240ffc[_0x42a697(0x2df)],_0x240ffc[_0x42a697(0x3e6)],_0x240ffc[_0x42a697(0x223)],_0x240ffc[_0x42a697(0x1ad)],_0x240ffc[_0x42a697(0x27d)],_0x240ffc[_0x42a697(0x3ac)],_0x240ffc[_0x42a697(0x2a4)],_0x240ffc['Boxplot'],_0x240ffc['Candlestick'],_0x240ffc[_0x42a697(0x3c7)],_0x240ffc[_0x42a697(0x1b2)],_0x240ffc[_0x42a697(0x2ba)],_0x240ffc[_0x42a697(0x26e)],_0x240ffc['Chord']];function ci(){const _0x33c89d=_0x42a697;let _0x2173e4=_0x86f9d0();return _0x447924(_0x2af025,{'visible':si[_0x33c89d(0x39f)](_0x158142=>!_0x255937[_0x33c89d(0x265)](_0x2173e4,_0x158142))});}const li=_0x4fcb31=>{const _0x4f7f64=_0x42a697;let _0x123d6d=_0x367ed8(J),_0x5e5b8f=_0x367ed8(_0xd5d68c),_0x495ba4=_0x4c7049(_0x367ed8(_0x2f4582)),_0x5a1fe4=_0x4b66e2(()=>_0x331b94(Zr(Yr[_0x4f7f64(0x1aa)](),_0x495ba4)[_0x4f7f64(0x2bb)](_0x3b5136=>({'id':_0x3b5136['id'],'label':_0x5e5b8f['t'](_0x4f7f64(0x336)+_0x3b5136[_0x4f7f64(0x34f)]),'pieSecondaryPlotType':_0x3b5136[_0x4f7f64(0x30f)],'value':_0x3b5136[_0x4f7f64(0x2ef)]}))),[_0x495ba4,_0x5e5b8f]),_0x49ad5b=_0x1f7c84(_0x123d6d[_0x4f7f64(0x382)],_0x123d6d[_0x4f7f64(0x259)]),_0x13ca34=_0x1f7c84(_0x49ad5b==null?void 0x0:_0x49ad5b['dataSource']['rangeInfo$'],_0x49ad5b==null?void 0x0:_0x49ad5b[_0x4f7f64(0x263)]['getRangeInfo']()),_0x5718ff=_0x13ca34&&!Array[_0x4f7f64(0x262)](_0x13ca34)&&_0x13ca34[_0x4f7f64(0x1ab)]?_0x469e35[_0x4f7f64(0x3eb)]:_0x469e35[_0x4f7f64(0x39d)];return _0x4f508d(_0x4f7f64(0x18a),{'className':_0x4f7f64(0x186),'children':[_0x447924(_0x4d08fa,{'options':_0x5a1fe4}),_0x447924(_0x14264b,{}),_0x447924(_0x456843,{}),_0x447924(ci,{}),_0x447924(_0x4ab927,{}),_0x447924(ui,{'dataRange':_0x13ca34}),_0x447924(_0x35d650,{'categoryToggleLabel':_0x5e5b8f['t'](_0x4f7f64(0x2d3),_0x5718ff===_0x469e35[_0x4f7f64(0x3eb)]?_0x5718ff+'\x20'+(((_0x13ca34==null?void 0x0:_0x13ca34['rangeInfo'][_0x4f7f64(0x284)]['startRow'])??0x0)+0x1):_0x5718ff+'\x20'+_0x592b49((_0x13ca34==null?void 0x0:_0x13ca34['rangeInfo'][_0x4f7f64(0x284)]['startColumn'])??0x0)),'orientationControl':_0x447924(_0x3c6ee6,{'size':_0x4f7f64(0x1c1),'onClick':()=>_0x123d6d[_0x4f7f64(0x1a9)](_0x5718ff===_0x469e35[_0x4f7f64(0x3eb)]?_0x469e35[_0x4f7f64(0x39d)]:_0x469e35[_0x4f7f64(0x3eb)]),'children':_0x5e5b8f['t'](_0x4f7f64(0x16e))})}),_0x447924(_0x570a19,{}),_0x447924(_0x5770f4,{'defaultValues':_0x4fcb31[_0x4f7f64(0x37c)]['waterfall']})]});};function ui(_0x3b48b1){const _0x5a2275=_0x42a697;let {dataRange:_0x1f69da}=_0x3b48b1,_0x3b07bb=_0x367ed8(J),_0x2f5fdb=_0x367ed8(_0xd5d68c),_0x4f08eb=_0x367ed8(_0x39f3aa),[_0x1527cf,_0x59aa49]=_0x749001(!0x1),[_0x57fe12,_0xe3a0ba]=_0x749001(!0x1),_0xe376d5=ai(_0x4f08eb),_0x4194a8=oi(_0x4f08eb);_0x3ee071(()=>{const _0x39c415=_0x8d76;_0x3b07bb[_0x39c415(0x26c)](_0x1527cf);},[_0x1527cf,_0x3b07bb]);let _0xad54b5=_0x4b66e2(()=>_0x23b2a1(async _0x5a12c0=>{const _0x23d0b7=_0x8d76;var _0x10756d;if(Kr(_0x1f69da,_0x4f08eb)===_0x5a12c0)return;let _0x2f37ab=_0x5a12c0[_0x23d0b7(0x2fe)](',')[_0x23d0b7(0x3bd)](Boolean)['map'](_0x2aefeb)[0x0];if(!_0x2f37ab)return;let {unitId:_0x4297e3,sheetName:_0x1e75a6,range:_0x460f7c}=_0x2f37ab,_0x4c5ebb=_0x4297e3||_0xe376d5,_0x4c89f7=((_0x10756d=_0x4f08eb['getUnit'](_0x4c5ebb)[_0x23d0b7(0x1d9)](_0x1e75a6))==null?void 0x0:_0x10756d['getSheetId']())||(_0x1f69da==null?void 0x0:_0x1f69da[_0x23d0b7(0x2ca)][_0x23d0b7(0x267)]);_0x3b07bb[_0x23d0b7(0x222)]({'rangeInfo':{'range':_0x460f7c,'unitId':_0x4c5ebb,'subUnitId':_0x4c89f7},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x1f69da,_0x3b07bb,_0xe376d5,_0x4f08eb]);return _0x3ee071(()=>()=>_0xad54b5['cancel'](),[_0xad54b5]),_0x447924('div',{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3','children':_0x4f508d(_0x5a2275(0x18a),{'children':[_0x447924(_0x84b2b8,{'title':_0x2f5fdb['t']('sheets-chart-ui.common.dataRange')}),_0x447924(_0x8f7d65,{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0xe376d5,'subUnitId':_0x4194a8,'initialValue':_0x1f69da?Kr(_0x1f69da,_0x4f08eb):'','onChange':(_0x17eb4a,_0x20fc89)=>_0xad54b5(_0x20fc89),'onFocusChange':_0x4ca1cd=>{_0x57fe12||_0x59aa49(_0x4ca1cd);},'onRangeSelectorDialogVisibleChange':_0x4fbed9=>{_0xe3a0ba(_0x4fbed9),_0x59aa49(_0x4fbed9);}})]})});}function Z(_0x4d7876){const _0x1d49de=_0x42a697;return _0x4f508d(_0xeb30a0,{'id':_0x4d7876['id'],'children':[_0x447924(_0x2bd995,{'children':_0x4d7876[_0x1d49de(0x279)]}),_0x447924(_0xa01ef5,{'children':_0x4d7876['children']})]});}const di=_0x54231d=>{const _0x4692d=_0x42a697;let _0x52acd9=_0x367ed8(_0xd5d68c),_0x55e896=_0x367ed8(J),_0x1e9227=_0x1f7c84(_0x55e896[_0x4692d(0x3cf)],null),_0x5b6e07=_0x1f7c84(_0x55e896[_0x4692d(0x323)],null),_0x554ca0=(_0x5b6e07==null?void 0x0:_0x5b6e07[_0x4692d(0x249)])===_0x1e9227?_0x5b6e07[_0x4692d(0x2be)]:null,_0x24fd60=_0x86f9d0(),_0x35f92e=_0x53a80a(),[_0xf853a6,_0x3f686d]=_0x749001(null);_0x3ee071(()=>{const _0x2442dc=_0x4692d;_0x554ca0!=null&&_0x554ca0[_0x2442dc(0x282)]&&_0x3f686d(_0x554ca0[_0x2442dc(0x282)]);},[_0x554ca0]);let _0x53de94=_0x255937[_0x4692d(0x265)](_0x24fd60,_0x240ffc[_0x4692d(0x1df)]),_0x30c0d9=_0x24fd60===_0x240ffc['Radar'],_0x9d5733=_0x24fd60===_0x240ffc['WordCloud'],_0x286ae2=_0x24fd60===_0x240ffc['Funnel'],_0x443faf=_0x255937['baseOn'](_0x24fd60,_0x240ffc['Bubble']),_0x58ae27=_0x24fd60===_0x240ffc[_0x4692d(0x27d)],_0x5c277f=_0x24fd60===_0x240ffc[_0x4692d(0x29b)],_0x45148d=_0x24fd60===_0x240ffc[_0x4692d(0x29c)],_0x7785c3=_0x24fd60===_0x240ffc['Heatmap'],_0x409339,_0x309174;switch(_0x24fd60){case _0x240ffc[_0x4692d(0x3e5)]:_0x409339=_0x3c23c3[_0x4692d(0x3e5)],_0x309174=_0x52acd9['t'](_0x4692d(0x18b));break;case _0x240ffc[_0x4692d(0x3c7)]:_0x409339=_0x3c23c3[_0x4692d(0x3c7)],_0x309174=_0x52acd9['t'](_0x4692d(0x347));break;case _0x240ffc[_0x4692d(0x1b2)]:_0x409339=_0x3c23c3[_0x4692d(0x1b2)],_0x309174=_0x52acd9['t'](_0x4692d(0x24b));break;case _0x240ffc[_0x4692d(0x2ba)]:_0x409339=_0x3c23c3[_0x4692d(0x2ba)],_0x309174=_0x52acd9['t'](_0x4692d(0x38f));break;case _0x240ffc[_0x4692d(0x26e)]:_0x409339=_0x3c23c3[_0x4692d(0x26e)],_0x309174=_0x52acd9['t'](_0x4692d(0x24f));break;case _0x240ffc[_0x4692d(0x2dd)]:_0x409339=_0x3c23c3['Chord'],_0x309174=_0x52acd9['t'](_0x4692d(0x203));break;}let _0x4a93a9=_0x1d1e32(_0x24fd60,_0x43169f[_0x4692d(0x3bc)])&&!_0x443faf&&!_0x45148d;return _0x4f508d(_0x575c48,{'value':_0xf853a6,'onChange':_0x3f686d,'children':[_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x1de)],'label':_0x52acd9['t'](_0x4692d(0x389)),'children':_0x447924(_0x581303,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x211)],'showBodyFont':!0x0})}),_0x447924(Z,{'id':_0x3c23c3['ChartAndAxisTitles'],'label':_0x52acd9['t']('sheets-chart-ui.common.chartAndAxisTitles'),'children':_0x447924(_0x1a4929,{'commitMode':'blur','defaultValues':_0x54231d[_0x4692d(0x37c)]['titles'],'selectedTitleKey':_0x554ca0==null?void 0x0:_0x554ca0[_0x4692d(0x342)]})}),_0x4a93a9&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x294)],'label':_0x52acd9['t'](_0x4692d(0x330)),'children':_0x447924(_0x3c165b,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x359)],'NumberFormatField':_0x3102a0,'selectedSeriesId':_0x554ca0==null?void 0x0:_0x554ca0[_0x4692d(0x174)]})}),_0x5c277f&&_0x447924(Z,{'id':_0x3c23c3['WaterfallSeries'],'label':_0x52acd9['t'](_0x4692d(0x3bf)),'children':_0x447924(_0x3fecf2,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x3c8)],'getDefaultBucketName':({seriesName:_0x2e8dfe,target:_0x4850b8})=>_0x4850b8===_0x563997['Subtotal']?_0x52acd9['t'](_0x4692d(0x392)):_0x2e8dfe?_0x2e8dfe+'-('+_0x52acd9['t'](_0x4850b8===_0x563997[_0x4692d(0x30d)]?_0x4692d(0x29a):_0x4692d(0x3cb))+')':'','NumberFormatField':_0x3102a0,'selectedSeriesId':_0x554ca0==null?void 0x0:_0x554ca0[_0x4692d(0x174)]})}),_0x45148d&&_0x4f508d(_0x2bd778,{'children':[_0x447924(Z,{'id':_0x3c23c3['ParetoBarSeries'],'label':_0x52acd9['t'](_0x4692d(0x183)),'children':_0x447924(_0x37c56e,{'defaultValues':_0x54231d['defaultValues'][_0x4692d(0x376)],'NumberFormatField':_0x3102a0,'showDataPointEditor':!0x0,'target':_0x4692d(0x1b0)})}),_0x447924(Z,{'id':_0x3c23c3['ParetoLineSeries'],'label':_0x52acd9['t'](_0x4692d(0x2a1)),'children':_0x447924(_0x37c56e,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x376)],'NumberFormatField':_0x3102a0,'showDataPointEditor':!0x1,'target':_0x4692d(0x30c)})})]}),_0x53de94&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x3bb)],'label':_0x52acd9['t'](_0x4692d(0x1ea)),'children':_0x447924(_0x4e0d64,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x355)],'NumberFormatField':_0x3102a0})}),_0x9d5733&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x3e6)],'label':_0x52acd9['t']('sheets-chart-ui.section.wordCloud'),'children':_0x447924(_0x516864,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x2c5)]})}),_0x30c0d9&&_0x447924(Z,{'id':_0x3c23c3['Radar'],'label':_0x52acd9['t'](_0x4692d(0x395)),'children':_0x447924(_0xb6967a,{'defaultValues':_0x54231d[_0x4692d(0x37c)]['radar']})}),_0x286ae2&&_0x447924(Z,{'id':_0x3c23c3['Funnel'],'label':_0x52acd9['t']('sheets-chart-ui.section.funnel'),'children':_0x447924(_0xbc3057,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x1e1)],'gapControl':'select'})}),_0x7785c3&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x2a4)],'label':_0x52acd9['t'](_0x4692d(0x3ea)),'children':_0x447924(_0x3c4227,{'defaultValues':_0x54231d['defaultValues']['heatmap']})}),_0x58ae27&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x27d)],'label':_0x52acd9['t'](_0x4692d(0x198)),'children':_0x447924(_0x43b985,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x21b)]})}),_0x131c61(_0x24fd60)&&_0x447924(Z,{'id':_0x3c23c3['LineAndArea'],'label':_0x52acd9['t'](_0x4692d(0x1e7)),'children':_0x447924(_0x4a4456,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x2ad)],'lineStyleControl':_0x4692d(0x1b6)})}),_0x1d1e32(_0x24fd60,_0x43169f[_0x4692d(0x2bc)])&&_0x447924(Z,{'id':_0x3c23c3['Legend'],'label':_0x52acd9['t'](_0x4692d(0x31f)),'children':_0x447924(_0x458cad,{'defaultValues':_0x54231d['defaultValues']['legend']})}),_0x1d1e32(_0x24fd60,_0x43169f[_0x4692d(0x275)])&&_0x4f508d(_0x2bd778,{'children':[_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x16d)],'label':_0x52acd9['t'](_0x4692d(0x309)),'children':_0x447924(_0xccd877,{'axis':'x','defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x3a7)],'NumberFormatField':_0x3102a0})}),_0x447924(Z,{'id':_0x3c23c3['VerticalAxis'],'label':_0x52acd9['t'](_0x4692d(0x2c2)),'children':_0x447924(_0xccd877,{'axis':'y','defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x3a7)],'NumberFormatField':_0x3102a0})}),_0x35f92e&&_0x447924(Z,{'id':_0x3c23c3['RightVerticalAxis'],'label':_0x52acd9['t'](_0x4692d(0x188)),'children':_0x447924(_0xccd877,{'axis':'rightY','defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x3a7)],'NumberFormatField':_0x3102a0})}),_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x2a0)],'label':_0x52acd9['t'](_0x4692d(0x2d1)),'children':_0x447924(_0x109817,{'defaultValues':_0x54231d[_0x4692d(0x37c)]['axis']})})]}),_0x1d1e32(_0x24fd60,_0x43169f['IndicatorLine'])&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x19b)],'label':_0x52acd9['t']('sheets-chart-ui.section.indicatorLine'),'children':_0x447924(_0xd2470d,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x3dd)]})}),_0x424832(_0x24fd60)&&_0x447924(Z,{'id':_0x3c23c3[_0x4692d(0x191)],'label':_0x52acd9['t'](_0x4692d(0x35a)),'children':_0x447924(_0x678707,{'defaultValues':_0x54231d[_0x4692d(0x37c)][_0x4692d(0x301)]})}),_0x409339&&_0x309174&&_0x447924(Z,{'id':_0x409339,'label':_0x309174,'children':_0x447924(_0x359faf,{})})]});};function fi(_0x1c1edd){const _0x348e5e=_0x42a697;let {className:_0x3858c1}=_0x1c1edd,[_0x1d1afa,_0x73916c]=_0x749001(_0x3b42b0['Data']),_0x5e2034=_0x367ed8(_0x2f4582),_0x1c6744=_0x367ed8(_0xd5d68c),_0x11146f=_0x367ed8(J),_0x4a46e5=_0x1f7c84(_0x11146f[_0x348e5e(0x3cf)],null),_0x8487b9=_0x1f7c84(_0x11146f[_0x348e5e(0x382)],null),_0x14afc4=_0x1f7c84(_0x11146f[_0x348e5e(0x323)],null),_0x53f1d6=_0x4b66e2(()=>{const _0xa07a75=_0x348e5e;var _0x1b4723;if(!_0x8487b9)return null;let _0x544d95=_0x8487b9[_0xa07a75(0x263)][_0xa07a75(0x31c)](),_0x3d49da=Array[_0xa07a75(0x262)](_0x544d95)?(_0x1b4723=_0x544d95[0x0])==null?void 0x0:_0x1b4723['range']:_0x544d95[_0xa07a75(0x2ca)];return _0x3d49da?new _0x5ef80d(_0x8487b9,new _0x17cadd({'unitId':_0x3d49da[_0xa07a75(0x201)],'subUnitId':_0x3d49da[_0xa07a75(0x267)],'chartId':_0x8487b9['id'],'injector':_0x5e2034})):null;},[_0x8487b9,_0x5e2034]);_0x3ee071(()=>{const _0x61d0b9=_0x348e5e;var _0x512d23,_0x3f11c9;(_0x14afc4==null?void 0x0:_0x14afc4[_0x61d0b9(0x249)])===_0x4a46e5&&(((_0x512d23=_0x14afc4[_0x61d0b9(0x2be)])==null?void 0x0:_0x512d23[_0x61d0b9(0x325)])===_0x3b42b0[_0x61d0b9(0x322)]&&_0x73916c(_0x3b42b0['Style']),((_0x3f11c9=_0x14afc4[_0x61d0b9(0x2be)])==null?void 0x0:_0x3f11c9[_0x61d0b9(0x325)])===_0x3b42b0[_0x61d0b9(0x25f)]&&_0x73916c(_0x3b42b0[_0x61d0b9(0x25f)]));},[_0x4a46e5,_0x14afc4]);let _0x4ef390=_0x4f508d('div',{'className':_0x348e5e(0x209)+(_0x1d1afa===_0x3b42b0['Style']?_0x348e5e(0x22d):_0x348e5e(0x20c))+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x3858c1??'')+_0x348e5e(0x1fa),'children':[_0x447924(_0x49153f,{'ariaLabel':_0x1c6744['t'](_0x348e5e(0x21a)),'className':'univer-shrink-0','items':[{'label':_0x1c6744['t'](_0x348e5e(0x383)),'panelId':mi,'value':_0x3b42b0[_0x348e5e(0x25f)]},{'label':_0x1c6744['t'](_0x348e5e(0x19f)),'panelId':hi,'value':_0x3b42b0['Style']}],'value':_0x1d1afa,'onChange':_0x73916c}),_0x1d1afa===_0x3b42b0[_0x348e5e(0x25f)]?_0x447924(_0x2424c5,{'id':mi,'label':_0x1c6744['t']('sheets-chart-ui.common.setup'),'children':_0x447924(li,{'defaultValues':ii})}):_0x447924(_0x2424c5,{'id':hi,'className':_0x348e5e(0x22b),'label':_0x1c6744['t'](_0x348e5e(0x19f)),'children':_0x447924(di,{'defaultValues':ii})})]});return _0x53f1d6?_0x447924(_0xf1436d,{'chartUIService':_0x11146f,'hostAdapter':_0x53f1d6,'children':_0x4ef390}):_0x4ef390;}const pi=_0x42a697(0x295),mi=_0x42a697(0x1c3),hi=_0x42a697(0x348);function gi(_0x2585e2){const _0x3e7e7c=_0x42a697;if(_0x2585e2[_0x3e7e7c(0x206)]!==0x1)return!0x1;let _0x1ba4c8=_0x2585e2[0x0];return _0x1ba4c8[_0x3e7e7c(0x341)]===_0x4cd99f['DRAWING_CHART']&&!_0x1ba4c8['groupId'];}let Q=class extends _0x306247{constructor(_0x258f99,_0x74bcb3,_0x46d8d,_0x1c1fb2,_0x44c733,_0x4da1c8,_0x3f8c19,_0x290f9c,_0x47bf73,_0x5aa25b,_0x33b301,_0x2775a8,_0x4a89de,_0x22e11f,_0x2fddce){const _0x33a12f=_0x42a697;var _0x222cc6;super(),this[_0x33a12f(0x1f1)]=_0x258f99,this[_0x33a12f(0x32e)]=_0x74bcb3,this['_chartModelService']=_0x46d8d,this['_chartRenderService']=_0x1c1fb2,this[_0x33a12f(0x1f4)]=_0x44c733,this[_0x33a12f(0x190)]=_0x4da1c8,this[_0x33a12f(0x354)]=_0x3f8c19,this[_0x33a12f(0x23d)]=_0x290f9c,this[_0x33a12f(0x343)]=_0x47bf73,this['_sheetCanvasPopManagerService']=_0x5aa25b,this[_0x33a12f(0x2a7)]=_0x33b301,this['_sheetsChartUIService']=_0x2775a8,this[_0x33a12f(0x27f)]=_0x4a89de,this[_0x33a12f(0x289)]=_0x22e11f,U(this,_0x33a12f(0x2d0),null),U(this,'_isChartElementEditEnabled',void 0x0),this[_0x33a12f(0x352)]=((_0x222cc6=_0x2fddce['getConfig'](_0x33a12f(0x2da)))==null?void 0x0:_0x222cc6['enableChartElementFloatMenu'])===!0x0,this[_0x33a12f(0x29e)](),this['disposeWithMe'](this[_0x33a12f(0x32e)]['getCurrentTypeOfUnit$'](_0x351816[_0x33a12f(0x194)])[_0x33a12f(0x2d9)](_0x4fc08f=>{const _0x2a4d8a=_0x33a12f;var _0x470298;_0x4fc08f||(_0x470298=this[_0x2a4d8a(0x2d0)])==null||_0x470298[_0x2a4d8a(0x1e4)]();})),this['disposeWithMe'](_0x35a9aa(this['_sheetDrawingHitTestService'][_0x33a12f(0x207)][_0x33a12f(0x2d9)](async({drawing:_0xd66a35})=>{const _0x18772e=_0x33a12f;await this[_0x18772e(0x1cd)](_0xd66a35);})));}[_0x42a697(0x3ca)](){const _0x122c1c=_0x42a697;this[_0x122c1c(0x2d0)]=this[_0x122c1c(0x190)][_0x122c1c(0x1bb)]({'id':pi,'header':{'title':this[_0x122c1c(0x289)]['t']('sheets-chart-ui.common.editChart')},'width':0x154,'children':{'label':pi},'onClose':()=>{const _0x33882d=_0x122c1c;this[_0x33882d(0x2a8)]['setActiveChartModel'](null),this['_deactivateEditPanelState'](),this['_drawingManagerService'][_0x33882d(0x1f6)](null),this[_0x33882d(0x27f)][_0x33882d(0x3b3)](_0x4965bb,!0x1),this[_0x33882d(0x2d0)]=null;}});}['hidePanel'](){const _0x12590e=_0x42a697;var _0x1853e4;this[_0x12590e(0x2a8)][_0x12590e(0x302)](null),this[_0x12590e(0x1ef)](),(_0x1853e4=this[_0x12590e(0x2d0)])==null||_0x1853e4[_0x12590e(0x1e4)]();}[_0x42a697(0x3a3)](){const _0x330baa=_0x42a697;let _0x5ddf86=this[_0x330baa(0x32e)][_0x330baa(0x339)](_0x351816[_0x330baa(0x194)]);this[_0x330baa(0x1c6)](this[_0x330baa(0x190)]['sidebarOptions$'][_0x330baa(0x2d9)](_0x2ff310=>{const _0x4b8115=_0x330baa;_0x2ff310['id']===_0x4b8115(0x295)&&(_0x2ff310[_0x4b8115(0x2b7)]||this[_0x4b8115(0x190)]['sidebarOptions$']['next']({'visible':!0x1}));})),this['disposeWithMe'](this[_0x330baa(0x2a7)][_0x330baa(0x3c0)](_0x35d09e=>{const _0x39214f=_0x330baa;if(_0x35d09e['id']===V['id']){let _0x377972=_0x35d09e[_0x39214f(0x34c)];this[_0x39214f(0x227)](_0x377972[_0x39214f(0x2ae)],_0x377972[_0x39214f(0x2be)]);}if(_0x35d09e['id']===mr['id']&&this['hidePanel'](),_0x35d09e['id']===_0x54d713['id']){var _0x43515e;_0x35d09e[_0x39214f(0x34c)][_0x39214f(0x249)]===((_0x43515e=this['_chartModelService'][_0x39214f(0x259)])==null?void 0x0:_0x43515e['id'])&&this['hidePanel'](),this[_0x39214f(0x27f)][_0x39214f(0x17c)](_0x4965bb)&&(this[_0x39214f(0x27f)]['setContextValue'](_0x4965bb,!0x1),this[_0x39214f(0x1f1)][_0x39214f(0x1f6)](null));}})),this[_0x330baa(0x1c6)](this[_0x330baa(0x343)][_0x330baa(0x1cc)]['subscribe'](({id:_0x7d0104})=>{const _0x13206b=_0x330baa;_0x7d0104===this['_sheetsChartUIService'][_0x13206b(0x2f1)]&&this[_0x13206b(0x1f3)]();})),this[_0x330baa(0x1c6)](this[_0x330baa(0x343)][_0x330baa(0x257)][_0x330baa(0x2d9)](({id:_0x6204af})=>{const _0x3b34f7=_0x330baa;_0x6204af===this['_sheetsChartUIService'][_0x3b34f7(0x2f1)]&&(this[_0x3b34f7(0x388)][_0x3b34f7(0x2ce)](null),this['_sheetsChartUIService']['clearPanelRoute'](),this['_chartRenderService']['setElementEditMode'](_0x6204af,!0x1),this[_0x3b34f7(0x335)](_0x6204af)&&this[_0x3b34f7(0x320)][_0x3b34f7(0x3a4)](_0x6204af,!0x0));})),this[_0x330baa(0x1c6)](this[_0x330baa(0x1f1)]['focus$'][_0x330baa(0x2d9)](_0x13eb70=>{const _0x233e56=_0x330baa;let _0x4649c3=_0x13eb70[0x0];if(!this[_0x233e56(0x388)][_0x233e56(0x356)]){if(gi(_0x13eb70)){var _0xfa433;let _0x3013ee=this[_0x233e56(0x2a8)][_0x233e56(0x18d)](_0x4649c3[_0x233e56(0x2ae)]);_0x3013ee&&((_0xfa433=this[_0x233e56(0x2a8)][_0x233e56(0x259)])==null?void 0x0:_0xfa433['id'])!==_0x3013ee['id']&&this['_chartModelService'][_0x233e56(0x302)](_0x3013ee);return;}this[_0x233e56(0x2a8)]['activeChartModel']&&this[_0x233e56(0x2a8)][_0x233e56(0x302)](null),!_0x4649c3&&!this[_0x233e56(0x388)][_0x233e56(0x356)]&&this[_0x233e56(0x1f3)]();}})),_0x5ddf86&&(this[_0x330baa(0x1c6)](_0x5ddf86[_0x330baa(0x28b)][_0x330baa(0x2d9)](()=>{const _0x3fb887=_0x330baa;this[_0x3fb887(0x1f3)]();})),this[_0x330baa(0x1c6)](_0x5ddf86[_0x330baa(0x1d7)][_0x330baa(0x2d9)](()=>{const _0x5653b8=_0x330baa;this[_0x5653b8(0x1f3)]();})));}async[_0x42a697(0x1cd)](_0x42aba0){const _0x16a568=_0x42a697;this[_0x16a568(0x388)]['activeEditChart']||_0x42aba0['drawingType']===_0x4cd99f['DRAWING_CHART']&&await this[_0x16a568(0x2fc)](_0x42aba0[_0x16a568(0x201)],_0x42aba0['subUnitId'],_0x42aba0['drawingId']);}async[_0x42a697(0x2fc)](_0x207d40,_0x5cf332,_0x509063){const _0x57fa4b=_0x42a697;let _0x2e85e9=this[_0x57fa4b(0x2a8)][_0x57fa4b(0x18d)](_0x509063);_0x2e85e9&&(this['_chartModelService'][_0x57fa4b(0x302)](_0x2e85e9),await this[_0x57fa4b(0x2a7)]['executeCommand'](V['id'],{'unitId':_0x207d40,'subUnitId':_0x5cf332,'drawingId':_0x509063}));}[_0x42a697(0x227)](_0x314334,_0x4934cc){const _0x2ffb45=_0x42a697;let _0x4b54a9=this[_0x2ffb45(0x2a8)][_0x2ffb45(0x18d)](_0x314334);_0x4b54a9&&(this[_0x2ffb45(0x2a8)][_0x2ffb45(0x302)](_0x4b54a9),this[_0x2ffb45(0x3ca)](),this[_0x2ffb45(0x2d2)](_0x314334,_0x4934cc??null));}[_0x42a697(0x2d2)](_0x518c39,_0x38b8e5){const _0x476065=_0x42a697;let _0x4b1e85=this[_0x476065(0x388)]['activeEditChart'];_0x4b1e85&&_0x4b1e85!==_0x518c39&&(this[_0x476065(0x320)][_0x476065(0x3a4)](_0x4b1e85,!0x1),this[_0x476065(0x388)][_0x476065(0x2ce)](null)),this[_0x476065(0x388)]['setActiveEditChart'](_0x518c39),this[_0x476065(0x388)][_0x476065(0x331)](_0x518c39,_0x38b8e5),this['_chartRenderService']['setElementEditMode'](_0x518c39,this['_shouldEnableChartElementEdit'](_0x518c39));}[_0x42a697(0x1ef)](){const _0x49992d=_0x42a697;let _0x1a6dc9=this[_0x49992d(0x388)][_0x49992d(0x2f1)];_0x1a6dc9&&this['_chartRenderService'][_0x49992d(0x3a4)](_0x1a6dc9,!0x1),this['_sheetsChartUIService'][_0x49992d(0x367)](null),this[_0x49992d(0x388)][_0x49992d(0x2ce)](null),this[_0x49992d(0x388)][_0x49992d(0x28a)]();}[_0x42a697(0x29e)](){const _0x553fbc=_0x42a697;this[_0x553fbc(0x354)][_0x553fbc(0x1e3)]($r),this[_0x553fbc(0x1c6)](this['_drawingContextMenuService'][_0x553fbc(0x1bf)](_0x4cd99f['DRAWING_CHART'],{'getContextMenuPosition':()=>zr})),this[_0x553fbc(0x1c0)][_0x553fbc(0x3f3)](_0x4cd99f[_0x553fbc(0x3b1)],this[_0x553fbc(0x1e2)][_0x553fbc(0x2c0)](this));}[_0x42a697(0x335)](_0x498315){const _0x213acf=_0x42a697;let _0x521a5e=this['_chartModelService']['getChartModel'](_0x498315);return!this['_isChartElementEditEnabled']||!_0x521a5e?!0x1:ti(_0x521a5e[_0x213acf(0x2a2)]);}[_0x42a697(0x1e2)](_0xe8d7b9,_0x16dd62,_0x491f6d,_0xe040cb){const _0x445c39=_0x42a697;return[{'label':this[_0x445c39(0x289)]['t'](_0x445c39(0x217)),'index':0x0,'commandId':V['id'],'commandParams':{'unitId':_0xe8d7b9,'subUnitId':_0x16dd62,'drawingId':_0x491f6d},'disable':_0xe040cb!==_0x4cd99f[_0x445c39(0x3b1)]},{'label':this[_0x445c39(0x289)]['t']('sheets-chart-ui.common.deleteChart'),'index':0x1,'commandId':_0x42f5a4['id'],'commandParams':{'unitId':_0xe8d7b9,'drawings':[{'unitId':_0xe8d7b9,'subUnitId':_0x16dd62,'drawingId':_0x491f6d,'drawingType':_0xe040cb}]},'disable':!0x1},{'label':this[_0x445c39(0x289)]['t']('sheets-chart-ui.common.hideChartPanel'),'index':0x2,'commandId':mr['id'],'commandParams':{'unitId':_0xe8d7b9,'subUnitId':_0x16dd62,'drawingId':_0x491f6d},'disable':!0x1}];}};Q=q([K(0x0,_0x3e323c),K(0x1,_0x39f3aa),K(0x2,_0x3c5f23(_0x3db1ab)),K(0x3,_0x3c5f23(Y)),K(0x4,_0x3c5f23(_0x18294c)),K(0x5,_0x3c5f23(_0x2ce6f1)),K(0x6,_0x35353b),K(0x7,_0x2afa85),K(0x8,_0x3c5f23(_0x463e32)),K(0x9,_0x3c5f23(_0x4d1830)),K(0xa,_0x5e196b),K(0xb,J),K(0xc,_0x52e096),K(0xd,_0x3c5f23(_0xd5d68c)),K(0xe,_0x42fc9b)],Q);var _i=_0x42a697(0x247),vi=_0x42a697(0x1ca);const yi={'scaleX':0x1,'scaleY':0x1};function bi(_0x4c8183){const _0x4e4718=_0x42a697;let _0x590807=_0x4c8183[_0x4e4718(0x3a5)];return _0x590807 instanceof MouseEvent?_0x590807:void 0x0;}function xi(_0x5ad950){let _0x3fe8d9=_0x5ad950['nativeEvent'],_0x48f412=_0x3fe8d9==null?void 0x0:_0x3fe8d9['target'];return _0x48f412 instanceof Element?_0x48f412:void 0x0;}function Si(_0x131ef5){const _0x254bf2=_0x42a697;var _0x2cc478;return(_0x2cc478=xi(_0x131ef5))==null?void 0x0:_0x2cc478[_0x254bf2(0x36a)]();}function Ci(_0x3df16c){const _0x1f3ad6=_0x42a697;return _0x3df16c[_0x1f3ad6(0x180)]||_0x3df16c[_0x1f3ad6(0x1b5)]-_0x3df16c[_0x1f3ad6(0x329)];}function wi(_0x15de6b){const _0x4684a2=_0x42a697;return _0x15de6b[_0x4684a2(0x20b)]||_0x15de6b[_0x4684a2(0x291)]-_0x15de6b[_0x4684a2(0x181)];}function Ti(_0x753770,_0xa93177){const _0x104443=_0x42a697;let _0x38feb1=_0x753770[_0x104443(0x177)]||(_0x753770 instanceof HTMLElement?_0x753770[_0x104443(0x244)]:0x0),_0x248fe6=_0x753770[_0x104443(0x34d)]||(_0x753770 instanceof HTMLElement?_0x753770[_0x104443(0x314)]:0x0),_0x588f67=Ci(_0xa93177),_0x4f1ae4=wi(_0xa93177);return{'scaleX':_0x38feb1>0x0&&_0x588f67>0x0?_0x588f67/_0x38feb1:yi[_0x104443(0x3c6)],'scaleY':_0x248fe6>0x0&&_0x4f1ae4>0x0?_0x4f1ae4/_0x248fe6:yi[_0x104443(0x235)]};}function Ei(_0x3c2157,_0xa480b8,_0x12dc0f){const _0x32ef9a=_0x42a697;return{'left':_0x3c2157[_0x32ef9a(0x329)]+_0xa480b8[_0x32ef9a(0x329)]*_0x12dc0f[_0x32ef9a(0x3c6)],'right':_0x3c2157['left']+_0xa480b8['right']*_0x12dc0f['scaleX'],'top':_0x3c2157['top']+_0xa480b8[_0x32ef9a(0x181)]*_0x12dc0f['scaleY'],'bottom':_0x3c2157[_0x32ef9a(0x181)]+_0xa480b8[_0x32ef9a(0x291)]*_0x12dc0f[_0x32ef9a(0x235)]};}function Di(_0x327298){const _0x58d84c=_0x42a697;let _0x482251=xi(_0x327298),_0xa3b16f=_0x327298[_0x58d84c(0x1a6)][_0x58d84c(0x380)];return _0x482251&&_0xa3b16f?()=>{const _0x26bed1=_0x58d84c;let _0x58457f=_0x482251[_0x26bed1(0x36a)]();return Ei(_0x58457f,_0xa3b16f,Ti(_0x482251,_0x58457f));}:()=>{const _0x26c1bf=_0x58d84c;let _0x633a22=Si(_0x327298);if(_0x633a22&&_0xa3b16f)return Ei(_0x633a22,_0xa3b16f,_0x482251?Ti(_0x482251,_0x633a22):yi);let _0x1d1383=bi(_0x327298),_0x4f26a6=_0x482251&&_0x633a22?Ti(_0x482251,_0x633a22):yi,_0x2f1e06=(_0x1d1383==null?void 0x0:_0x1d1383['clientX'])??(_0x633a22?_0x633a22['left']+_0x327298[_0x26c1bf(0x1f0)]['x']*_0x4f26a6[_0x26c1bf(0x3c6)]:_0x327298['localPoint']['x']),_0x52878c=(_0x1d1383==null?void 0x0:_0x1d1383[_0x26c1bf(0x369)])??(_0x633a22?_0x633a22['top']+_0x327298[_0x26c1bf(0x1f0)]['y']*_0x4f26a6[_0x26c1bf(0x235)]:_0x327298[_0x26c1bf(0x1f0)]['y']);return{'left':_0x2f1e06,'right':_0x2f1e06+0x1,'top':_0x52878c,'bottom':_0x52878c+0x1};};}function Oi(_0x26372c){const _0x20c419=_0x42a697;return typeof _0x26372c==_0x20c419(0x1a5)&&Number['isFinite'](_0x26372c);}function ki(_0x27bbe3){const _0x501971=_0x42a697;if(!_0x27bbe3||typeof _0x27bbe3!=_0x501971(0x351))return!0x0;let {startX:_0x377da3,endX:_0x2e4ef7,startY:_0x5ec71b,endY:_0x2489de}=_0x27bbe3;return!Oi(_0x377da3)||!Oi(_0x2e4ef7)||!Oi(_0x5ec71b)||!Oi(_0x2489de)||_0x2e4ef7-_0x377da3>0x2&&_0x2489de-_0x5ec71b>0x2;}function Ai(_0x39f41a){const _0x3d313b=_0x42a697;return _0x39f41a[_0x3d313b(0x1b5)]<=_0x39f41a['left']||_0x39f41a[_0x3d313b(0x291)]<=_0x39f41a[_0x3d313b(0x181)]?!0x1:typeof window>'u'||_0x39f41a[_0x3d313b(0x1b5)]>0x0&&_0x39f41a['bottom']>0x0&&_0x39f41a['left']<window[_0x3d313b(0x3c4)]&&_0x39f41a[_0x3d313b(0x181)]<window[_0x3d313b(0x19e)];}function ji(_0x5344b8){const _0x3eae5e=_0x42a697;var _0xed22e2;return _0x5344b8==null||(_0xed22e2=_0x5344b8['getValue'])==null?void 0x0:_0xed22e2[_0x3eae5e(0x286)](_0x5344b8);}function Mi(_0x3d55df,_0x1437ef,_0x517c05){const _0x56376a=_0x42a697;let _0x43258c=Di(_0x3d55df),_0x4f99de=ji(_0x1437ef),_0x119d30=_0x43258c(),_0x50056e=new _0x2b0349(_0x119d30),_0x22e6d7=new _0x26ed62(),_0x4604c5=!0x1,_0x125edf=!0x1,_0x4358ce=_0x28088f=>ki(_0x4f99de)&&Ai(_0x28088f),_0x776692=()=>{_0x125edf||_0x4604c5||(_0x125edf=!0x0,queueMicrotask(()=>{if(_0x125edf=!0x1,!_0x4604c5){let _0x33b392=_0x43258c();if(!_0x4358ce(_0x33b392)){_0x517c05();return;}_0x50056e['next'](_0x33b392);}}));};return _0x1437ef&&_0x22e6d7[_0x56376a(0x245)](_0x1437ef[_0x56376a(0x2d9)](_0x3d5e80=>{_0x4f99de=_0x3d5e80,_0x776692();})),typeof window<'u'&&_0x22e6d7['add'](_0x4b9e2a(_0x2843a7(window,'scroll',{'capture':!0x0}),_0x2843a7(window,_0x56376a(0x31d)))[_0x56376a(0x2f9)](_0x90ae39(0x10))[_0x56376a(0x2d9)](_0x776692)),{'initialRect':_0x119d30,'anchorRect$':_0x50056e[_0x56376a(0x3a2)](),'visible':_0x4358ce(_0x119d30),'dispose':()=>{const _0x423cad=_0x56376a;_0x4604c5=!0x0,_0x22e6d7[_0x423cad(0x1e4)](),_0x50056e[_0x423cad(0x358)]();}};}const Ni=_0x42a697(0x3d8);let Pi=class extends _0x306247{constructor(_0x52d485,_0x5989ab,_0x30d532,_0x5ca9f4,_0x10927f,_0x1f675c,_0x574e0e,_0x433e46,_0x4d9af1){const _0x3c1d7d=_0x42a697;super(),this[_0x3c1d7d(0x2a8)]=_0x52d485,this[_0x3c1d7d(0x320)]=_0x5989ab,this[_0x3c1d7d(0x1ce)]=_0x30d532,this['_sheetCanvasPopManagerService']=_0x5ca9f4,this[_0x3c1d7d(0x343)]=_0x10927f,this['_chartUIService']=_0x1f675c,this[_0x3c1d7d(0x3d5)]=_0x574e0e,this[_0x3c1d7d(0x2a7)]=_0x433e46,this[_0x3c1d7d(0x2e4)]=_0x4d9af1,U(this,_0x3c1d7d(0x31b),null),U(this,'_popupChartId',null),this[_0x3c1d7d(0x25b)](),this[_0x3c1d7d(0x3d0)]();}['dispose'](){const _0x4ae302=_0x42a697;this[_0x4ae302(0x23a)](),super[_0x4ae302(0x1e4)]();}[_0x42a697(0x25b)](){const _0x54fe14=_0x42a697;let _0x49b627=_0x22ec99({'chartUIService':this[_0x54fe14(0x368)],'getHostAdapter':_0x3beff1=>{const _0x358900=_0x54fe14;this[_0x358900(0x2b0)](_0x3beff1[_0x358900(0x249)]);let _0x3f4e8e=this[_0x358900(0x2a8)][_0x358900(0x18d)](_0x3beff1[_0x358900(0x249)]);if(!(!_0x3f4e8e||!_0x3beff1[_0x358900(0x267)]))return new _0x5ef80d(_0x3f4e8e,new _0x17cadd({'unitId':_0x3beff1[_0x358900(0x201)],'subUnitId':_0x3beff1[_0x358900(0x267)],'chartId':_0x3beff1[_0x358900(0x249)],'injector':this[_0x358900(0x2e4)]}));},'close':()=>this[_0x54fe14(0x23a)](),'openFullPanel':_0x5db464=>{const _0x325363=_0x54fe14;let {unitId:_0x5b5871,subUnitId:_0x370c42,drawingId:_0x169ad2,chartId:_0x2fac47}=_0x5db464,_0x1aa6fc=_0x560369(_0x5db464[_0x325363(0x22c)]);this[_0x325363(0x2a7)][_0x325363(0x312)](V['id'],{'unitId':_0x5b5871,'subUnitId':_0x370c42??'','drawingId':_0x169ad2??_0x2fac47,..._0x1aa6fc?{'route':_0x1aa6fc}:{}});}});this[_0x54fe14(0x1c6)](this[_0x54fe14(0x3d5)][_0x54fe14(0x38a)](Ni,_0x49b627));}[_0x42a697(0x3d0)](){const _0x4f4175=_0x42a697;this[_0x4f4175(0x1c6)](this[_0x4f4175(0x2a8)][_0x4f4175(0x21d)][_0x4f4175(0x2d9)](_0x5aac09=>{const _0x5912d6=_0x4f4175;let _0x3ac690=new _0x26ed62();_0x3ac690[_0x5912d6(0x245)](this[_0x5912d6(0x320)]['on'](_0x5aac09['id'],'click',_0x2f16ef=>{const _0x2603f1=_0x5912d6;this[_0x2603f1(0x228)](_0x5aac09['id'],_0x2f16ef);})),_0x3ac690[_0x5912d6(0x245)](this['_chartRenderService']['on'](_0x5aac09['id'],_0x5912d6(0x2fb),()=>{const _0x4f13d1=_0x5912d6;this[_0x4f13d1(0x2fc)](_0x5aac09['id']);})),_0x5aac09['onDispose'](()=>{const _0x25effc=_0x5912d6;_0x3ac690[_0x25effc(0x1e4)](),this[_0x25effc(0x2c9)](_0x5aac09['id']);}),this[_0x5912d6(0x1c6)](_0x3ac690);})),this[_0x4f4175(0x1c6)](this[_0x4f4175(0x368)]['activeEditChart$']['subscribe'](_0x294365=>{const _0x4812e6=_0x4f4175;(!_0x294365||this[_0x4812e6(0x36f)]&&_0x294365!==this[_0x4812e6(0x36f)])&&this[_0x4812e6(0x23a)]();})),this[_0x4f4175(0x1c6)](this[_0x4f4175(0x343)]['transformChange$']['subscribe'](({id:_0x44670c})=>{this['_clearSelectedTarget'](_0x44670c);})),this[_0x4f4175(0x1c6)](this[_0x4f4175(0x343)][_0x4f4175(0x1cc)][_0x4f4175(0x2d9)](({id:_0x2bde00})=>{const _0x476ccc=_0x4f4175;this[_0x476ccc(0x2c9)](_0x2bde00);})),this['disposeWithMe'](this[_0x4f4175(0x1ce)][_0x4f4175(0x278)][_0x4f4175(0x2d9)](_0x5e5233=>{const _0x4939c6=_0x4f4175;this[_0x4939c6(0x2c9)](_0x5e5233);}));}[_0x42a697(0x2fc)](_0x4ae735){const _0x4e5507=_0x42a697;if(this[_0x4e5507(0x368)]['activeEditChart'])return;let _0x4616e8=this[_0x4e5507(0x2a8)][_0x4e5507(0x18d)](_0x4ae735),_0x1e6a3e=this[_0x4e5507(0x343)]['getFloatDomInfo'](_0x4ae735);!_0x4616e8||!_0x1e6a3e||(this[_0x4e5507(0x2a8)]['setActiveChartModel'](_0x4616e8),this['_commandService']['executeCommand'](V['id'],{'unitId':_0x1e6a3e[_0x4e5507(0x201)],'subUnitId':_0x1e6a3e[_0x4e5507(0x267)]??'','drawingId':_0x4ae735}));}[_0x42a697(0x2b0)](_0x1a0d5f){const _0x3e2434=_0x42a697;let _0x30df73=this[_0x3e2434(0x2a8)][_0x3e2434(0x18d)](_0x1a0d5f);_0x30df73&&this[_0x3e2434(0x2a8)][_0x3e2434(0x302)](_0x30df73);}[_0x42a697(0x228)](_0x47f60,_0x11581c){const _0x16128c=_0x42a697;if(!this['_chartUIService'][_0x16128c(0x381)](_0x47f60))return;let _0x446de9=this['_chartModelService']['getChartModel'](_0x47f60),_0x5f3db6=_0x446de9?ni(_0x446de9,_0x11581c[_0x16128c(0x1a6)]):void 0x0;if(!_0x5f3db6){this[_0x16128c(0x368)][_0x16128c(0x2ce)](null),this[_0x16128c(0x368)][_0x16128c(0x28a)](),this[_0x16128c(0x23a)]();return;}let _0x24b35c=this['_sheetCanvasFloatDomManagerService'][_0x16128c(0x3b5)](_0x47f60);if(!_0x446de9||!_0x24b35c){this[_0x16128c(0x368)][_0x16128c(0x2ce)](null),this['_chartUIService'][_0x16128c(0x28a)](),this[_0x16128c(0x23a)]();return;}if(this['_chartModelService']['setActiveChartModel'](_0x446de9),this[_0x16128c(0x368)][_0x16128c(0x2ce)]({'chartId':_0x47f60,'element':_0x11581c[_0x16128c(0x1a6)],'target':_0x5f3db6[_0x16128c(0x22c)],'route':_0x5f3db6[_0x16128c(0x2be)]}),this[_0x16128c(0x368)]['setPanelRoute'](_0x47f60,_0x5f3db6[_0x16128c(0x2be)]),this['_closePopup'](),!_0x5f3db6[_0x16128c(0x255)])return;let _0x2c0368=Mi(_0x11581c,_0x24b35c[_0x16128c(0x2e0)],()=>this['_clearHiddenSelectedTarget'](_0x47f60));if(!_0x2c0368[_0x16128c(0x2b7)]){_0x2c0368[_0x16128c(0x1e4)]();return;}let _0x5259c2=this[_0x16128c(0x1c0)][_0x16128c(0x2cc)](_0x2c0368['initialRect'],_0x2c0368[_0x16128c(0x317)],{'componentKey':_0x28baa3,'direction':'top-center','offset':[0x0,0x8],'extraProps':{'unitId':_0x24b35c[_0x16128c(0x201)],'subUnitId':_0x24b35c[_0x16128c(0x267)],'chartId':_0x47f60,'drawingId':_0x47f60,'element':_0x11581c[_0x16128c(0x1a6)],'target':_0x5f3db6[_0x16128c(0x22c)],'adapterKey':Ni}},_0x24b35c[_0x16128c(0x201)],_0x24b35c[_0x16128c(0x267)])??null;if(!_0x5259c2){_0x2c0368[_0x16128c(0x1e4)]();return;}let _0x27ab24=new _0x26ed62();_0x27ab24['add'](_0x5259c2),_0x27ab24['add'](_0x2c0368),this[_0x16128c(0x31b)]=_0x27ab24,this[_0x16128c(0x36f)]=_0x47f60;}['_closePopup'](){const _0x24e7d9=_0x42a697;var _0x5a4063;(_0x5a4063=this[_0x24e7d9(0x31b)])==null||_0x5a4063[_0x24e7d9(0x1e4)](),this[_0x24e7d9(0x31b)]=null,this[_0x24e7d9(0x36f)]=null;}['_clearSelectedTarget'](_0x10752c){const _0x2e1d9d=_0x42a697;!this[_0x2e1d9d(0x368)][_0x2e1d9d(0x381)](_0x10752c)&&this[_0x2e1d9d(0x36f)]!==_0x10752c||(this[_0x2e1d9d(0x368)][_0x2e1d9d(0x2ce)](null),this[_0x2e1d9d(0x368)]['clearPanelRoute'](),this[_0x2e1d9d(0x36f)]===_0x10752c&&this[_0x2e1d9d(0x23a)]());}[_0x42a697(0x256)](_0x5a375f){const _0x20ed5e=_0x42a697;this['_clearSelectedTarget'](_0x5a375f),this['_chartUIService'][_0x20ed5e(0x381)](_0x5a375f)&&(this[_0x20ed5e(0x320)][_0x20ed5e(0x3a4)](_0x5a375f,!0x1),this[_0x20ed5e(0x320)][_0x20ed5e(0x3a4)](_0x5a375f,!0x0));}};Pi=q([K(0x0,_0x3c5f23(_0x3db1ab)),K(0x1,_0x3c5f23(Y)),K(0x2,kr),K(0x3,_0x3c5f23(_0x4d1830)),K(0x4,_0x3c5f23(_0x463e32)),K(0x5,J),K(0x6,_0x3c5f23(_0x542574)),K(0x7,_0x5e196b),K(0x8,_0x3c5f23(_0x2f4582))],Pi);let Fi=class extends _0x306247{constructor(_0x327795,_0xc8702d){const _0x193afc=_0x42a697;super(),this[_0x193afc(0x23e)]=_0x327795,this[_0x193afc(0x2a8)]=_0xc8702d,this[_0x193afc(0x391)]();}['_init'](){const _0x36165e=_0x42a697;this['disposeWithMe'](this[_0x36165e(0x23e)][_0x36165e(0x278)]['subscribe'](_0x10dcde=>{const _0x478dfe=_0x36165e;this['_chartModelService'][_0x478dfe(0x1d4)](_0x10dcde);}));}};Fi=q([K(0x0,kr),K(0x1,_0x3c5f23(_0x3db1ab))],Fi);let Ii=class extends _0x306247{constructor(_0x382a75,_0xb24201,_0x331b9f,_0x42e1f5,_0x1867cc,_0x54d5cb){const _0x2969e3=_0x42a697;super(),this[_0x2969e3(0x2a8)]=_0x382a75,this['_chartRenderService']=_0xb24201,this[_0x2969e3(0x289)]=_0x331b9f,this['_chartUIService']=_0x42e1f5,this['_commandService']=_0x1867cc,this[_0x2969e3(0x3d3)]=_0x54d5cb,U(this,_0x2969e3(0x1fc),new Map()),this[_0x2969e3(0x391)](),this[_0x2969e3(0x272)](),this['_initPrinting']();}['_initPrinting'](){const _0x2cd8c9=_0x42a697;this['disposeWithMe'](this[_0x2cd8c9(0x3d3)][_0x2cd8c9(0x308)][_0x2cd8c9(0x243)](this['_sheetPrintInterceptorService'][_0x2cd8c9(0x308)][_0x2cd8c9(0x3c9)]()[_0x2cd8c9(0x27a)],{'handler':(_0x59b7a3,_0x4c4463,_0x436f4a)=>{const _0x5bc7c2=_0x2cd8c9;let _0x4347f8=this[_0x5bc7c2(0x320)][_0x5bc7c2(0x1c4)](_0x4c4463['unitId'],_0x4c4463[_0x5bc7c2(0x267)],_0x4c4463['scene']);return _0x4c4463[_0x5bc7c2(0x184)][_0x5bc7c2(0x245)](_0x4347f8),_0x436f4a(_0x59b7a3);}}));}[_0x42a697(0x391)](){const _0x1b8577=_0x42a697;this['disposeWithMe'](this[_0x1b8577(0x2a8)][_0x1b8577(0x21d)][_0x1b8577(0x2d9)](_0x4d5551=>{const _0x250892=_0x1b8577;if(_0x4d5551){let _0x582860=new _0x26ed62();_0x582860[_0x250892(0x245)](_0x4d5551[_0x250892(0x299)][_0x250892(0x2f9)](_0x57c29d(_0x4d5551[_0x250892(0x274)]),_0x57c29d(this[_0x250892(0x289)][_0x250892(0x25e)]),_0x117f83(0x64))[_0x250892(0x2d9)](([[_0x466db8,_0x53a626],_0x4c47d4])=>{const _0x3aba92=_0x250892;var _0x4ec97f;if(!_0x466db8)return;(_0x4ec97f=_0x466db8[_0x3aba92(0x315)])==null||_0x4ec97f[_0x3aba92(0x3ae)]['forEach']((_0x7dfed2,_0x2c2089)=>{const _0x1928f4=_0x3aba92;_0x7dfed2[_0x1928f4(0x279)]||=this[_0x1928f4(0x289)]['t'](_0x1928f4(0x20e))+'\x20'+(_0x2c2089+0x1);}),_0x466db8['series'][_0x3aba92(0x1d2)]((_0x3973b4,_0x4f5c59)=>{const _0x40f708=_0x3aba92;_0x3973b4[_0x40f708(0x3b4)]||=this[_0x40f708(0x289)]['t']('sheets-chart-ui.chord.target')+'\x20'+(_0x4f5c59+0x1);});let _0x4107ba=this[_0x3aba92(0x320)]['createRuntimeChartStyle'](_0x4d5551,_0x4c47d4);this['_chartRenderService'][_0x3aba92(0x2cf)](_0x4d5551['id'],_0x466db8,_0x4107ba);})),_0x4d5551[_0x250892(0x192)](()=>{const _0x5ff0be=_0x250892;_0x582860[_0x5ff0be(0x1e4)]();});}}));}[_0x42a697(0x272)](){const _0x5e4625=_0x42a697;this[_0x5e4625(0x1c6)](this[_0x5e4625(0x2a7)][_0x5e4625(0x3c0)](_0x448174=>{const _0x378354=_0x5e4625;if(_0x448174['id']!==_0x3f4f82['id'])return;let _0x13b683=_0x448174[_0x378354(0x34c)];_0x13b683!=null&&_0x13b683['chartModelId']&&Promise[_0x378354(0x204)]()['then'](()=>this[_0x378354(0x384)](_0x13b683));}));}['_renderAfterChartUpdateMutation'](_0x5c77c6){const _0x55deb6=_0x42a697;let _0x20ffcd=this[_0x55deb6(0x2a8)][_0x55deb6(0x18d)](_0x5c77c6['chartModelId']);if(!_0x20ffcd||_0x20ffcd[_0x55deb6(0x2a2)]!==_0x240ffc[_0x55deb6(0x3e6)])return;let _0x5aa3fb=_0x20ffcd[_0x55deb6(0x2e6)];if(!_0x5aa3fb){this[_0x55deb6(0x2e8)](_0x20ffcd);return;}this[_0x55deb6(0x30e)](_0x20ffcd,_0x5aa3fb);}[_0x42a697(0x2e8)](_0x1cb4be){const _0x21e657=_0x42a697;if(this[_0x21e657(0x1fc)][_0x21e657(0x33d)](_0x1cb4be['id']))return;let _0x14062e=_0x1cb4be[_0x21e657(0x299)][_0x21e657(0x2f9)](_0x469439(_0x20f51e=>_0x20f51e!=null),_0x3adbcc(0x1))['subscribe'](_0x2bea40=>{const _0x24408c=_0x21e657;this[_0x24408c(0x1fc)][_0x24408c(0x210)](_0x1cb4be['id']),this[_0x24408c(0x30e)](_0x1cb4be,_0x2bea40);});this[_0x21e657(0x1fc)][_0x21e657(0x19a)](_0x1cb4be['id'],_0x14062e),_0x1cb4be[_0x21e657(0x192)](()=>{const _0x2e0a93=_0x21e657;_0x14062e[_0x2e0a93(0x2eb)](),this[_0x2e0a93(0x1fc)][_0x2e0a93(0x210)](_0x1cb4be['id']);});}[_0x42a697(0x30e)](_0x6294bb,_0xaa033b){const _0x479660=_0x42a697;let _0x2042d8=this[_0x479660(0x320)]['createRuntimeChartStyle'](_0x6294bb,this[_0x479660(0x289)][_0x479660(0x208)]());this[_0x479660(0x320)][_0x479660(0x2cf)](_0x6294bb['id'],_0xaa033b,_0x2042d8);}};Ii=q([K(0x0,_0x3c5f23(_0x3db1ab)),K(0x1,_0x3c5f23(Y)),K(0x2,_0x3c5f23(_0xd5d68c)),K(0x3,J),K(0x4,_0x5e196b),K(0x5,_0x3c5f23(_0xb35bee))],Ii);let Li=class extends _0x306247{constructor(_0x584025,_0x18f19b,_0x1238af,_0x58f89e){const _0x5a3609=_0x42a697;super(),this[_0x5a3609(0x32e)]=_0x584025,this[_0x5a3609(0x37f)]=_0x18f19b,this[_0x5a3609(0x340)]=_0x1238af,this[_0x5a3609(0x2a8)]=_0x58f89e,this[_0x5a3609(0x397)]();}[_0x42a697(0x397)](){const _0x78b993=_0x42a697;this[_0x78b993(0x1c6)](this['_sheetInterceptorService']['interceptCommand']({'getMutations':_0x3b18be=>{const _0x11d7ef=_0x78b993;if(_0x3b18be['id']===_0x2cce8e['id']){let _0x5b3753=_0x241644(this['_univerInstanceService'],_0x3b18be[_0x11d7ef(0x34c)]);if(!_0x5b3753)return{'redos':[],'undos':[]};let {unitId:_0x2ae86b,subUnitId:_0x159424}=_0x5b3753,_0x4530f5=this['_sheetDrawingService'][_0x11d7ef(0x327)](_0x2ae86b,_0x159424),_0x47ba12=Object[_0x11d7ef(0x3ab)](_0x4530f5)[_0x11d7ef(0x3bd)](_0x5d932d=>_0x5d932d[_0x11d7ef(0x341)]===_0x4cd99f[_0x11d7ef(0x3b1)]);if(_0x47ba12[_0x11d7ef(0x206)]===0x0)return{'redos':[],'undos':[]};let _0x3a94f8=[],_0x401666=[];for(let _0x57897e=0x0;_0x57897e<_0x47ba12[_0x11d7ef(0x206)];_0x57897e++){let _0x1be5f8=_0x47ba12[_0x57897e],_0x3e6a3c=this['_chartModelService'][_0x11d7ef(0x18d)](_0x1be5f8[_0x11d7ef(0x2ae)]);if(!_0x3e6a3c)continue;let _0x13c9a5=_0x3e6a3c[_0x11d7ef(0x263)][_0x11d7ef(0x31c)](),{chartType:_0x3c9273,context:_0x106a7d,style:_0x639e73,dataAggregation:_0xafa184}=_0x3e6a3c[_0x11d7ef(0x1c8)](),{redo:_0x387198,undo:_0x2b6b54,objects:_0xf25f2b}=this['_sheetDrawingService'][_0x11d7ef(0x220)]([_0x1be5f8]);_0x3a94f8[_0x11d7ef(0x361)]({'id':_0x54d713['id'],'params':{'unitId':_0x2ae86b,'subUnitId':_0x159424,'chartId':_0x1be5f8['drawingId']}}),_0x3a94f8[_0x11d7ef(0x361)]({'id':_0x41a1c6['id'],'params':{'unitId':_0x2ae86b,'subUnitId':_0x159424,'type':_0x4a5972[_0x11d7ef(0x1dc)],'op':_0x387198,'objects':_0xf25f2b}}),_0x401666[_0x11d7ef(0x361)]({'id':_0x41a1c6['id'],'params':{'unitId':_0x2ae86b,'subUnitId':_0x159424,'type':_0x4a5972[_0x11d7ef(0x2b2)],'op':_0x2b6b54,'objects':_0xf25f2b}}),_0x401666[_0x11d7ef(0x361)]({'id':_0x5f2686['id'],'params':{'unitId':_0x2ae86b,'subUnitId':_0x159424,'chartId':_0x1be5f8[_0x11d7ef(0x2ae)],'chartType':_0x3c9273,..._0xbcc4c3(_0x13c9a5),'context':_0x106a7d,'style':_0x639e73,'dataAggregation':_0xafa184}});}return{'redos':_0x3a94f8,'undos':_0x401666};}else{if(_0x3b18be['id']===_0x2a62df['id']){let {unitId:_0x8bfcd8,subUnitId:_0x46a2c7,targetSubUnitId:_0x355b4a}=_0x3b18be[_0x11d7ef(0x34c)];if(!_0x8bfcd8||!_0x46a2c7||!_0x355b4a)return{'redos':[],'undos':[]};let _0x42bbbd=this['_sheetDrawingService'][_0x11d7ef(0x327)](_0x8bfcd8,_0x46a2c7),_0x1d0a4f=Object['values'](_0x42bbbd)[_0x11d7ef(0x3bd)](_0x2e241f=>_0x2e241f[_0x11d7ef(0x341)]===_0x4cd99f[_0x11d7ef(0x3b1)]);if(_0x1d0a4f['length']===0x0)return{'redos':[],'undos':[]};let _0x1662de=[],_0xf9ef46=[];for(let _0x2bee17=0x0;_0x2bee17<_0x1d0a4f['length'];_0x2bee17++){let _0x457578=_0x1d0a4f[_0x2bee17],_0x1bd40c=this[_0x11d7ef(0x2a8)][_0x11d7ef(0x18d)](_0x457578[_0x11d7ef(0x2ae)]);if(!_0x1bd40c)continue;let _0x870c52=_0x1d4220(),_0x2b6ac2={..._0x457578,'unitId':_0x8bfcd8,'subUnitId':_0x355b4a,'drawingId':_0x870c52},_0x554de0=_0x1bd40c[_0x11d7ef(0x263)][_0x11d7ef(0x31c)](),_0x2b0253=Array['isArray'](_0x554de0)?_0x554de0[_0x11d7ef(0x2bb)](_0x328f34=>({..._0x328f34,..._0x328f34[_0x11d7ef(0x3c2)]?{'header':{..._0x328f34[_0x11d7ef(0x3c2)],'subUnitId':_0x355b4a}}:{},'range':{..._0x328f34[_0x11d7ef(0x284)],'subUnitId':_0x355b4a}})):{..._0x554de0,'rangeInfo':{..._0x554de0[_0x11d7ef(0x2ca)],'subUnitId':_0x355b4a}},{chartType:_0x36a5d7,context:_0x3fd8fc,style:_0x128e06,dataAggregation:_0x4af7b8}=_0x1bd40c[_0x11d7ef(0x1c8)](),{redo:_0x576964,undo:_0x394fc8,objects:_0x36984b}=this[_0x11d7ef(0x340)][_0x11d7ef(0x273)]([_0x2b6ac2]);_0x1662de[_0x11d7ef(0x361)]({'id':_0x41a1c6['id'],'params':{'unitId':_0x8bfcd8,'subUnitId':_0x355b4a,'type':_0x4a5972[_0x11d7ef(0x2b2)],'op':_0x576964,'objects':_0x36984b}}),_0x1662de[_0x11d7ef(0x361)]({'id':_0x5f2686['id'],'params':{'unitId':_0x8bfcd8,'subUnitId':_0x355b4a,'chartId':_0x870c52,'chartType':_0x36a5d7,..._0xbcc4c3(_0x2b0253),'context':_0x3fd8fc,'style':_0x128e06,'dataAggregation':_0x4af7b8}}),_0xf9ef46['push']({'id':_0x54d713['id'],'params':{'unitId':_0x8bfcd8,'subUnitId':_0x355b4a,'chartId':_0x870c52}}),_0xf9ef46[_0x11d7ef(0x361)]({'id':_0x41a1c6['id'],'params':{'unitId':_0x8bfcd8,'subUnitId':_0x355b4a,'type':_0x4a5972[_0x11d7ef(0x1dc)],'op':_0x394fc8,'objects':_0x36984b}});}return{'redos':_0x1662de,'undos':_0xf9ef46};}}return{'redos':[],'undos':[]};}}));}};Li=q([K(0x0,_0x3c5f23(_0x39f3aa)),K(0x1,_0x3c5f23(_0x11f0ef)),K(0x2,_0x3c5f23(_0x1e8199)),K(0x3,_0x3c5f23(_0x3db1ab))],Li);let Ri=class extends _0x306247{constructor(_0x2819a0,_0xc0c7ab){const _0xcbb98f=_0x42a697;super(),this['_componentManager']=_0x2819a0,this[_0xcbb98f(0x1ee)]=_0xc0c7ab,this[_0xcbb98f(0x205)](),this[_0xcbb98f(0x332)]();}['_registerIcons'](){const _0x2ed952=_0x42a697;this['disposeWithMe'](this['_iconManager'][_0x2ed952(0x38a)]({'PenIcon':_0x1ade42}));}['_registerComponents'](){const _0x2a7cc5=_0x42a697;[[pi,fi]][_0x2a7cc5(0x1d2)](([_0x56dc81,_0x109c5e])=>{const _0x2a3ec7=_0x2a7cc5;this[_0x2a3ec7(0x1c6)](this[_0x2a3ec7(0x23c)][_0x2a3ec7(0x38a)](_0x56dc81,_0x109c5e));});}};Ri=q([K(0x0,_0x3c5f23(_0x49123f)),K(0x1,_0x3c5f23(_0x2f93b0))],Ri);let zi=class extends _0x306247{constructor(_0xc228a0,_0x5e1114,_0xeec81d,_0x18c4f6){const _0x2c3ce5=_0x42a697;super(),this[_0x2c3ce5(0x195)]=_0xc228a0,this[_0x2c3ce5(0x197)]=_0x5e1114,this['_sheetDrawingService']=_0xeec81d,this[_0x2c3ce5(0x2a8)]=_0x18c4f6,U(this,_0x2c3ce5(0x293),void 0x0),this[_0x2c3ce5(0x2e9)]();}get['_focusedDrawings'](){const _0x5ba355=_0x42a697;return this[_0x5ba355(0x340)]['getFocusDrawings']();}[_0x42a697(0x2e9)](){const _0x15d518=_0x42a697;this[_0x15d518(0x1c6)](this[_0x15d518(0x197)][_0x15d518(0x172)]({'id':_0x227e0c,'onBeforeCopy':(_0x248ce6,_0x1b1798,_0x20bbb3,_0x54d4e4)=>{const _0x1e20ef=_0x15d518;this[_0x1e20ef(0x293)]=null;let _0x14cd5f=this['_focusedDrawings'];if(_0x14cd5f[_0x1e20ef(0x206)]){let _0x122399=_0x14cd5f[_0x1e20ef(0x3bd)](_0x8a6b9e=>_0x8a6b9e[_0x1e20ef(0x341)]===_0x4cd99f['DRAWING_CHART']);if(_0x122399[_0x1e20ef(0x206)]===0x0)return;this[_0x1e20ef(0x293)]={'unitId':_0x248ce6,'subUnitId':_0x1b1798,'copyType':_0x54d4e4,'drawings':_0x122399};}else this[_0x1e20ef(0x1be)](_0x248ce6,_0x1b1798,_0x20bbb3,_0x54d4e4);},'onPasteCells':(_0x10b03b,_0x3c6652,_0x5e39b4,_0x232d94)=>{const _0x47e971=_0x15d518;if(!this[_0x47e971(0x293)])return{'redos':[],'undos':[]};let {pasteType:_0x21cf75}=_0x232d94;return _0x21cf75===_0x4e1be3[_0x47e971(0x240)]?this[_0x47e971(0x3d4)](_0x3c6652,this[_0x47e971(0x293)][_0x47e971(0x1ba)]===_0x383c66[_0x47e971(0x318)]):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x4cc107=>this[_0x15d518(0x293)]?this['_generatePasteMutations'](_0x4cc107,this[_0x15d518(0x293)]['copyType']===_0x383c66['CUT']):{'redos':[],'undos':[]}}));}[_0x42a697(0x1be)](_0x2bf4e2,_0x42c2b7,_0x223288,_0x1342a8){const _0x5def1e=_0x42a697;let _0x441e11=this[_0x5def1e(0x195)]['getSkeleton'](_0x2bf4e2,_0x42c2b7);if(!_0x441e11)return;let _0x40cf37=_0x514a90(_0x441e11,_0x223288);if(!_0x40cf37)return;let {startX:_0x5122da,endX:_0x4294aa,startY:_0x5a4e0a,endY:_0x54201e}=_0x40cf37,_0x2bee02=this['_sheetDrawingService']['getDrawingData'](_0x2bf4e2,_0x42c2b7),_0x2be93a=this[_0x5def1e(0x2fd)][_0x5def1e(0x1ac)]();for(let [_0x5970af,_0x9721c0]of Object[_0x5def1e(0x38c)](_0x2bee02)){if(_0x9721c0[_0x5def1e(0x341)]!==_0x4cd99f[_0x5def1e(0x3b1)])continue;let {transform:_0x11140f}=_0x9721c0;if(!_0x11140f)continue;let {left:_0x19e585=0x0,top:_0x1e02d6=0x0,width:_0x320b3b=0x0,height:_0x418928=0x0}=_0x11140f;_0x5122da<=_0x19e585&&_0x4294aa>=_0x19e585+_0x320b3b&&_0x5a4e0a<=_0x1e02d6&&_0x54201e>=_0x1e02d6+_0x418928&&_0x2be93a[_0x5def1e(0x361)](_0x9721c0);}_0x2be93a['length']>0x0&&(this[_0x5def1e(0x293)]={'unitId':_0x2bf4e2,'subUnitId':_0x42c2b7,'copyType':_0x1342a8,'copyRange':_0x223288,'drawings':_0x2be93a});}[_0x42a697(0x3d4)](_0x2c20e5,_0x4edb71){const _0x171956=_0x42a697;let {unitId:_0x79a55a,subUnitId:_0x139718,range:_0x5d82a6}=_0x2c20e5,_0x3d5954=this[_0x171956(0x195)][_0x171956(0x38d)](_0x79a55a,_0x139718);if(!_0x3d5954)return{'redos':[],'undos':[]};let _0x173984=_0x48b088(_0x5d82a6),{unitId:_0xeb3ef8,subUnitId:_0x5ee7a3,copyRange:_0x26e7f5,drawings:_0x4b4404}=this[_0x171956(0x293)],_0x21be51=this['_sheetSkeletonService'][_0x171956(0x38d)](_0xeb3ef8,_0x5ee7a3);if(!_0x21be51)return{'redos':[],'undos':[]};let _0x51ac3a=[],_0x3052e4=[];for(let _0x5b0e59 of _0x4b4404){let {drawingId:_0x19657c,transform:_0x2dc31f,sheetTransform:_0x184b51}=_0x5b0e59,_0x994d7b=this[_0x171956(0x2a8)][_0x171956(0x18d)](_0x19657c);if(!_0x994d7b||!_0x2dc31f||!_0x184b51)continue;let _0x328728=this[_0x171956(0x377)]({'transform':_0x2dc31f,'sheetTransform':_0x184b51},{'skeleton':_0x21be51,'range':_0x26e7f5},{'skeleton':_0x3d5954,'range':_0x173984});if(_0x4edb71){let {redos:_0x5eb51e,undos:_0x1dda14}=this[_0x171956(0x1f7)]({'fromUnitId':_0xeb3ef8,'fromSubUnitId':_0x5ee7a3,'toUnitId':_0x79a55a,'toSubUnitId':_0x139718,'drawing':_0x5b0e59,'newTransforms':_0x328728},_0x994d7b);_0x51ac3a['push'](..._0x5eb51e),_0x3052e4[_0x171956(0x361)](..._0x1dda14);continue;}let {redos:_0x14cb0f,undos:_0x52f04f}=this[_0x171956(0x372)]({'toUnitId':_0x79a55a,'toSubUnitId':_0x139718,'drawing':_0x5b0e59,'newTransforms':_0x328728},_0x994d7b);_0x51ac3a['push'](..._0x14cb0f),_0x3052e4[_0x171956(0x361)](..._0x52f04f);}return{'redos':_0x51ac3a,'undos':_0x3052e4};}[_0x42a697(0x1f7)](_0x28a192,_0x14a20b){const _0x1bc145=_0x42a697;let {fromUnitId:_0x18280f,fromSubUnitId:_0xa33310,toUnitId:_0x418e71,toSubUnitId:_0x4b207d,drawing:_0x1b52cc,newTransforms:_0x325fdd}=_0x28a192,_0x58f364={..._0x1b52cc,'unitId':_0x418e71,'subUnitId':_0x4b207d,'transform':_0x325fdd[_0x1bc145(0x26f)],'sheetTransform':_0x325fdd[_0x1bc145(0x310)]};if(_0x418e71===_0x18280f&&_0x4b207d===_0xa33310){let {redo:_0x28a7ea,undo:_0x2154a4,objects:_0x681bea}=this[_0x1bc145(0x340)][_0x1bc145(0x30a)]([_0x58f364]);return{'redos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'type':_0x4a5972[_0x1bc145(0x27b)],'op':_0x28a7ea,'objects':_0x681bea}}],'undos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'type':_0x4a5972[_0x1bc145(0x27b)],'op':_0x2154a4,'objects':_0x681bea}}]};}else{let _0x675c86=this['_sheetDrawingService']['getBatchRemoveOp']([_0x1b52cc]),_0x57994f=this[_0x1bc145(0x340)]['getBatchAddOp']([_0x58f364]),_0x326002=_0x14a20b[_0x1bc145(0x263)]['getRangeInfo'](),{chartType:_0xa29aa6,context:_0x353d9c,style:_0x475e37,dataAggregation:_0x4d132d}=_0x14a20b['serialize']();return{'redos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0x18280f,'subUnitId':_0xa33310,'type':_0x4a5972[_0x1bc145(0x1dc)],'op':_0x675c86[_0x1bc145(0x35e)],'objects':_0x675c86['objects']}},{'id':_0x54d713['id'],'params':{'unitId':_0x18280f,'subUnitId':_0xa33310,'chartId':_0x1b52cc[_0x1bc145(0x2ae)]}},{'id':_0x41a1c6['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'type':_0x4a5972[_0x1bc145(0x2b2)],'op':_0x57994f[_0x1bc145(0x35e)],'objects':_0x57994f['objects']}},{'id':_0x5f2686['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'chartId':_0x1b52cc[_0x1bc145(0x2ae)],'chartType':_0xa29aa6,..._0xbcc4c3(_0x326002),'context':_0x353d9c,'style':_0x475e37,'dataAggregation':_0x4d132d}}],'undos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0x18280f,'subUnitId':_0xa33310,'type':_0x4a5972[_0x1bc145(0x2b2)],'op':_0x675c86[_0x1bc145(0x36b)],'objects':_0x675c86[_0x1bc145(0x1ae)]}},{'id':_0x5f2686['id'],'params':{'unitId':_0x18280f,'subUnitId':_0xa33310,'chartId':_0x1b52cc[_0x1bc145(0x2ae)],'chartType':_0xa29aa6,..._0xbcc4c3(_0x326002),'context':_0x353d9c,'style':_0x475e37,'dataAggregation':_0x4d132d}},{'id':_0x41a1c6['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'type':_0x4a5972[_0x1bc145(0x1dc)],'op':_0x57994f['undo'],'objects':_0x57994f[_0x1bc145(0x1ae)]}},{'id':_0x54d713['id'],'params':{'unitId':_0x418e71,'subUnitId':_0x4b207d,'chartId':_0x1b52cc[_0x1bc145(0x2ae)]}}]};}}[_0x42a697(0x372)](_0x2f2c7d,_0x20f531){const _0x1a60d5=_0x42a697;let {toUnitId:_0xf09e6e,toSubUnitId:_0x5bc55b,drawing:_0x152c17,newTransforms:_0x355dd7}=_0x2f2c7d,_0x35de3b=_0x1d4220(),_0x4221a1={..._0x152c17,'unitId':_0xf09e6e,'subUnitId':_0x5bc55b,'drawingId':_0x35de3b,'transform':_0x355dd7[_0x1a60d5(0x26f)],'sheetTransform':_0x355dd7[_0x1a60d5(0x310)]},{redo:_0x370a65,undo:_0x3cff11,objects:_0x4addcf}=this[_0x1a60d5(0x340)][_0x1a60d5(0x273)]([_0x4221a1]),_0x583b55=_0x20f531['dataSource']['getRangeInfo'](),{chartType:_0x443ff2,context:_0x168345,style:_0x344f69,dataAggregation:_0x3906dd}=_0x20f531[_0x1a60d5(0x1c8)]();return{'redos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0xf09e6e,'subUnitId':_0x5bc55b,'type':_0x4a5972[_0x1a60d5(0x2b2)],'op':_0x370a65,'objects':_0x4addcf}},{'id':_0x5f2686['id'],'params':{'unitId':_0xf09e6e,'subUnitId':_0x5bc55b,'chartId':_0x35de3b,'chartType':_0x443ff2,..._0xbcc4c3(_0x583b55),'context':_0x168345,'style':_0x344f69,'dataAggregation':_0x3906dd}}],'undos':[{'id':_0x41a1c6['id'],'params':{'unitId':_0xf09e6e,'subUnitId':_0x5bc55b,'type':_0x4a5972['REMOVE'],'op':_0x3cff11,'objects':_0x4addcf}},{'id':_0x54d713['id'],'params':{'unitId':_0xf09e6e,'subUnitId':_0x5bc55b,'chartId':_0x35de3b}}]};}['_updateTransform'](_0xa7fc78,_0x44e382,_0x48fbc2){const _0x380a62=_0x42a697;let {range:_0x4b3327,skeleton:_0x13b9c2}=_0x44e382,{range:_0x2d45e,skeleton:_0x195297}=_0x48fbc2,{transform:_0x573248,sheetTransform:_0x2ce5d1}=_0xa7fc78,_0x3625d9={..._0x573248};if(_0x4b3327){let _0x427e74=_0x514a90(_0x13b9c2,_0x4b3327),_0x347340=_0x514a90(_0x195297,_0x2d45e);if(_0x427e74&&_0x347340){let _0x35a619=_0x347340[_0x380a62(0x1a3)]-_0x427e74[_0x380a62(0x1a3)],_0x992822=_0x347340['startY']-_0x427e74['startY'];_0x3625d9[_0x380a62(0x329)]=(_0x3625d9[_0x380a62(0x329)]??0x0)+_0x35a619,_0x3625d9[_0x380a62(0x181)]=(_0x3625d9[_0x380a62(0x181)]??0x0)+_0x992822;}}else{let _0x52a044=_0x514a90(_0x195297,_0x2d45e);_0x3625d9[_0x380a62(0x329)]=_0x52a044==null?void 0x0:_0x52a044[_0x380a62(0x1a3)],_0x3625d9[_0x380a62(0x181)]=_0x52a044==null?void 0x0:_0x52a044['startY'];}return{'transform':_0x3625d9,'sheetTransform':_0x434b54(_0x3625d9,_0x195297)??_0x2ce5d1};}};zi=q([K(0x0,_0x3c5f23(_0x17d31b)),K(0x1,_0x3c5f23(_0x4856f0)),K(0x2,_0x3c5f23(_0x1e8199)),K(0x3,_0x3c5f23(_0x3db1ab))],zi);let Bi=class extends _0x306247{constructor(_0x22ec9f,_0x4874b3,_0x5a67d3,_0x158407){const _0x86f7e5=_0x42a697;super(),this[_0x86f7e5(0x2a7)]=_0x22ec9f,this[_0x86f7e5(0x289)]=_0x4874b3,this['_sheetPermissionCheckController']=_0x5a67d3,this[_0x86f7e5(0x3d7)]=_0x158407,this[_0x86f7e5(0x20a)]();}[_0x42a697(0x20a)](){const _0x584b23=_0x42a697;this[_0x584b23(0x1c6)](this[_0x584b23(0x2a7)][_0x584b23(0x23b)](_0xcad416=>{const _0x4d71fc=_0x584b23;let _0x5d65a3,_0x2757a6;if(_0xcad416['id']===_0x6e5b4c['id']){let _0x575d5d=_0xcad416['params'];_0x5d65a3=_0x575d5d[_0x4d71fc(0x201)],_0x2757a6=_0x575d5d[_0x4d71fc(0x267)];}else{if(_0xcad416['id']===_0x376d77['id']||_0xcad416['id']===_0x2c914e['id']){let _0x207828=_0xcad416['params'];_0x5d65a3=_0x207828['unitId'],_0x2757a6=this[_0x4d71fc(0x3d7)]['getSubUnitId'](_0x207828['unitId'],_0x207828[_0x4d71fc(0x304)]);}}!_0x5d65a3||!_0x2757a6||this['_sheetPermissionCheckController'][_0x4d71fc(0x1b3)]({'workbookTypes':[_0x227e27],'worksheetTypes':[_0x4cbead]},_0x5d65a3,_0x2757a6)||this[_0x4d71fc(0x213)][_0x4d71fc(0x199)](this[_0x4d71fc(0x289)]['t'](_0x4d71fc(0x266)));}));}};Bi=q([K(0x0,_0x3c5f23(_0x5e196b)),K(0x1,_0x3c5f23(_0xd5d68c)),K(0x2,_0x3c5f23(_0x3cf479)),K(0x3,_0x3c5f23(_0x4ce731))],Bi);let $=class extends _0x4c3811{constructor(_0x5b480a=pr,_0x4f4ca4,_0x59cced,_0x3e8d14){const _0x13989f=_0x42a697;super(),this[_0x13989f(0x250)]=_0x5b480a,this[_0x13989f(0x2e4)]=_0x4f4ca4,this[_0x13989f(0x1f5)]=_0x59cced,this['_commandService']=_0x3e8d14,U(this,'_resolvedConfig',void 0x0);let {..._0x449ab3}=_0x4bcc46({},pr,this[_0x13989f(0x250)]);this[_0x13989f(0x31e)]=_0x449ab3,this['_configService'][_0x13989f(0x285)](fr,_0x449ab3),this['_initCommands'](),_0xfba3fc(_0x31550f);}[_0x42a697(0x236)](){const _0x542212=_0x42a697;this[_0x542212(0x2e4)][_0x542212(0x245)]([Ri]),this[_0x542212(0x2e4)][_0x542212(0x33d)](Ri);let _0x5eaab3=this[_0x542212(0x2e4)],_0x8264e0=[[J,{'useClass':Ar}],[kr,{'useClass':Or}],[Cr],[Y],[Q],[Fi],[Ii],[zi],[Li],[Bi]],_0x501e84=[[Q],[Ii],[Fi],[J],[zi],[Li],[Bi]];this[_0x542212(0x31e)][_0x542212(0x3dc)]&&(_0x8264e0[_0x542212(0x361)]([Pi]),_0x501e84[_0x542212(0x361)]([Pi])),_0x8264e0[_0x542212(0x1d2)](_0x5aa7e4=>_0x5eaab3['add'](_0x5aa7e4)),_0x3748ed(this[_0x542212(0x2e4)],_0x501e84);}[_0x42a697(0x254)](){const _0x596818=_0x42a697;var _0x50bbeb;(_0x50bbeb=this[_0x596818(0x2e4)]['get'](Q))==null||_0x50bbeb[_0x596818(0x3a3)]();}[_0x42a697(0x1cf)](){const _0x264698=_0x42a697;[Gr,Fr,Ir,Lr,Rr,V,mr][_0x264698(0x1d2)](_0x421f32=>this['disposeWithMe'](this['_commandService'][_0x264698(0x385)](_0x421f32)));}};U($,_0x42a697(0x232),_0x351816[_0x42a697(0x194)]),U($,_0x42a697(0x3a9),_0x42a697(0x1cb)),U($,_0x42a697(0x34b),_i),U($,_0x42a697(0x251),vi),$=q([_0x7bb0e4(_0x273b4b,_0x4bd1ff,_0x364117,_0x53c22d,_0x3f289a,_0x34e502,_0x594a73,_0x554972,_0x32fcea),K(0x1,_0x3c5f23(_0x2f4582)),K(0x2,_0x42fc9b),K(0x3,_0x5e196b)],$);export{J as ISheetsChartUIService,fr as SHEETS_CHART_UI_PLUGIN_CONFIG_KEY,Q as SheetsChartUIController,$r as SheetsChartUIMenuSchema,Ar as SheetsChartUIService,$ as UniverSheetsChartUIPlugin};
|