@univerjs-pro/sheets-chart-ui 1.0.0-alpha.8 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +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 +16 -404
- 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 +6 -8
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +51 -351
- package/lib/types/menu/chart-context-menu.d.ts +0 -1
- package/lib/types/services/chart-element-selection.d.ts +4 -6
- package/lib/types/services/chart-image-export-provider.d.ts +15 -0
- package/lib/types/services/chart-render.service.d.ts +10 -10
- package/lib/types/services/sheet-chart-host.d.ts +3 -0
- 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/ChartEditPanel.d.ts +1 -1
- 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/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 _0x533bf2=_0x4f81;(function(_0x4c2159,_0x583010){const _0x49c2f0=_0x4f81,_0x306558=_0x4c2159();while(!![]){try{const _0xb82104=parseInt(_0x49c2f0(0x29e))/0x1*(parseInt(_0x49c2f0(0x20e))/0x2)+parseInt(_0x49c2f0(0x1ec))/0x3+-parseInt(_0x49c2f0(0x2d5))/0x4*(-parseInt(_0x49c2f0(0x196))/0x5)+-parseInt(_0x49c2f0(0x11b))/0x6+-parseInt(_0x49c2f0(0x103))/0x7*(-parseInt(_0x49c2f0(0xe2))/0x8)+parseInt(_0x49c2f0(0xf7))/0x9*(-parseInt(_0x49c2f0(0x8c))/0xa)+-parseInt(_0x49c2f0(0x149))/0xb;if(_0xb82104===_0x583010)break;else _0x306558['push'](_0x306558['shift']());}catch(_0x198a27){_0x306558['push'](_0x306558['shift']());}}}(_0x4eac,0xac8bc));import{ChartModelService as _0x538c99,ChartRenderMode as _0xac39e4,ChartUpdateConfigCommand as _0x32b2ba,ChartUpdateConfigMutation as _0xdd60ff,ChartUpdateSourceCommand as _0x575ee3,InsertChartCommand as _0x17d872,InsertSheetsChartMutation as _0x8740fa,RemoveSheetsChartMutation as _0x4ceb47,SHEETS_CHART_PLUGIN_CONFIG_KEY as _0x40c528,SHEETS_CHART_PLUGIN_NAME as _0x159303,SheetChartConfigAdapter as _0x2f4014,SheetsChartService as _0x1d97a8,UniverSheetsChartPlugin as _0x1c2f0a,getAllowedChartTypes as _0x4b9dc3,toInsertChartMutationSource as _0x5c5743}from'@univerjs-pro/sheets-chart';import{CommandType as _0x2c593f,DependentOn as _0x17c104,Disposable as _0x1b05ef,DisposableCollection as _0xbb67f,DrawingTypeEnum as _0xc2a308,FOCUSING_COMMON_DRAWINGS as _0x11a249,ICommandService as _0x413077,IConfigService as _0x5d6e79,IContextService as _0x263bb6,IUniverInstanceService as _0x371c5e,Inject as _0x28410f,Injector as _0x4b92dd,LocaleService as _0x3f8b07,Plugin as _0x470b7e,ThemeService as _0x3801a3,UniverInstanceType as _0x1302ff,createIdentifier as _0x396891,debounce as _0xe22d45,generateRandomId as _0x3a6851,merge as _0x4a99a7,numberToABC as _0x287b1b,toDisposable as _0x1f864f,touchDependencies as _0x5b8dfc}from'@univerjs/core';import{IDrawingManagerService as _0x32f0cf,UniverDrawingPlugin as _0x1fab36,getDrawingShapeKeyByDrawingSearch as _0x57c728}from'@univerjs/drawing';import{DrawingApplyType as _0x4ef90d,ISheetDrawingService as _0x49382d,RemoveSheetDrawingCommand as _0xf80612,SetDrawingApplyMutation as _0x1ee14a,UniverSheetsDrawingPlugin as _0x36aab4,transformToDrawingPosition as _0x1a36ef}from'@univerjs/sheets-drawing';import{SHEET_CHART_RENDER_OBJECT_CONFIG as _0x15b37e,SheetCanvasFloatDomManagerService as _0x10c864,SheetDrawingHitTestService as _0x3fcfc9,UniverSheetsDrawingUIPlugin as _0xb7a1e7}from'@univerjs/sheets-drawing-ui';import{COPY_TYPE as _0x3eadd3,ISheetClipboardService as _0x2933d1,PREDEFINED_HOOK_NAME as _0x41cea3,SheetCanvasPopManagerService as _0x199d2a,SheetCopyCommand as _0x1d84ea,SheetPrintInterceptorService as _0x55853b,SheetSkeletonManagerService as _0x52bd5f,UniverSheetsUIPlugin as _0x20ed54,deriveStateFromActiveSheet$ as _0x29ec2d,getCurrentRangeDisable$ as _0x56b2d5}from'@univerjs/sheets-ui';import{CanvasFloatDomService as _0x9c432f,ComponentManager as _0x53334b,ContextMenuGroup as _0x47d484,ContextMenuPosition as _0x5ee795,IMenuManagerService as _0x542957,ISidebarService as _0x315d34,IconManager as _0x1edf8a,MenuItemType as _0x1f19d7,RibbonInsertGroup as _0x25054b,getMenuHiddenObservable as _0x155da9,useDependency as _0x7a1354,useObservable as _0x3f23d3}from'@univerjs/ui';import{CHART_ELEMENT_FLOAT_MENU_COMPONENT as _0xa436e2,CHART_HOST_BORDER_RADIUS as _0x5a398f,CHART_TYPE_CATALOG as _0x2af92b,ChartAxisSection as _0xf67165,ChartCommonDataMappingSection as _0x3fd79a,ChartDomFrame as _0x466713,ChartEditBlockTitle as _0x20d267,ChartEditPanel as _0x3d03fa,ChartEditPanelSection as _0x42e819,ChartEditPanelTab as _0x655832,ChartEditPanelTabs as _0xe40130,ChartEditorCapability as _0x2a232a,ChartEditorProvider as _0x7043e2,ChartElementFloatMenuAdapterRegistry as _0x1d0732,ChartFrameContentMode as _0x4a77a7,ChartFrameLayout as _0x546db4,ChartFunnelStyleSection as _0x1a78cf,ChartGradientFillField as _0x3ea491,ChartGridlinesAndTicksSection as _0xecb0d5,ChartHeatmapStyleSection as _0x3d4d63,ChartHostAdapter as _0x5e57e2,ChartImageExportService as _0x4755ef,ChartIndicatorLineSection as _0x1044fc,ChartLegendSection as _0x53779d,ChartLineAndAreaSection as _0x23621b,ChartNumberFormatAtom as _0x5598d0,ChartParetoSeriesSection as _0x47bc27,ChartPieStyleSection as _0x311049,ChartRadarStyleSection as _0x5bfdce,ChartRelationStyleSection as _0x34b1f3,ChartSectionAccordion as _0x582859,ChartSectionAccordionContent as _0x17d4dc,ChartSectionAccordionItem as _0x30fdf4,ChartSectionAccordionTrigger as _0x27417e,ChartSeriesSection as _0x5b7d74,ChartStackField as _0x2673ca,ChartStyleSection as _0x1016f6,ChartThemeField as _0x1a3dd9,ChartTitlesSection as _0x479bc2,ChartTrendlineSection as _0x55acbb,ChartTypeField as _0x4438a5,ChartTypeSpecificDataSection as _0xef3110,ChartTypeSpecificSetupSection as _0xf9cfb0,ChartTypeSpecificStyleSection as _0x2c390c,ChartUIService as _0xee89a9,ChartViewStateRegistry as _0x513507,ChartWaterfallSetupFields as _0x54a27f,ChartWaterfallStyleSection as _0x39d84c,ChartWordCloudStyleSection as _0x3aee00,DEFAULT_CHART_AXIS_VALUES as _0x1bdd05,DEFAULT_CHART_FUNNEL_VALUES as _0x276dc8,DEFAULT_CHART_HEATMAP_VALUES as _0x532e7e,DEFAULT_CHART_INDICATOR_LINE_VALUES as _0xb6da10,DEFAULT_CHART_LEGEND_VALUES as _0x521853,DEFAULT_CHART_LINE_AND_AREA_VALUES as _0x8d9db6,DEFAULT_CHART_PARETO_VALUES as _0x27a98e,DEFAULT_CHART_PIE_VALUES as _0x338243,DEFAULT_CHART_RADAR_VALUES as _0x313059,DEFAULT_CHART_RELATION_VALUES as _0x231633,DEFAULT_CHART_SERIES_VALUES as _0x3d7d3a,DEFAULT_CHART_STYLE_VALUES as _0x514eb1,DEFAULT_CHART_TITLE_VALUES as _0x172fb1,DEFAULT_CHART_TRENDLINE_VALUES as _0x4ba913,DEFAULT_CHART_WATERFALL_SETUP_VALUES as _0x15f353,DEFAULT_CHART_WATERFALL_STYLE_VALUES as _0x578664,DEFAULT_CHART_WORD_CLOUD_VALUES as _0x5f4dcd,UniverChartUIPlugin as _0x2a6dc3,buildChartTypeSelectOptions as _0x116915,chartTypeSupportsCapability as _0x12072f,chartTypeSupportsLineAndAreaStyle as _0x5721ec,createChartElementFloatMenuAdapter as _0x2c1df6,resolveChartCreationIntent as _0xc80af2,resolveChartEditPanelRoute as _0x44a37b,resolveChartElementSelection as _0x19ef3b,useChartEditorChartType as _0x375724,useChartEditorHasRightAxis as _0x3a0738}from'@univerjs-pro/chart-ui';import{ChartHostRenderMode as _0x41159f,ChartImageSourceType as _0x1d0e55,ChartThemeService as _0x39ff0a,ChartTypeBits as _0x52497a,ChartWaterfallStyleTarget as _0x256130,DataOrientation as _0x1807ec,EChartRenderEngineName as _0x5f5aa4,IChartRenderModelManagerService as _0x3e474b,ImageChartHost as _0xa3de1f,PieSecondaryPlotType as _0xff6f74,RTLChartStyle as _0x2d121a,chartBitsUtils as _0x49703d,chartImageSourceToDataUrl as _0x4077ba,chartTypeCanUseTrendLine as _0x36d4f2,resolveChartRuntimeStyle as _0x5634d6,resolveChartStyleBackgroundColor as _0x1a5353,resolveDefaultChartHostFrameStyle as _0x1aa3f2}from'@univerjs-pro/engine-chart';function _0x4eac(){const _0x3af37a=['_getChartRenderSkipReason','_initMenus','drawingType','config$','_setChartRuntimeZIndex','isFinite','icon','_getFloatDomInfo','_pendingToken','sheet.chart.edit.panel','iconName','range','WordCloud','translate','_registerComponents','_getChartRenderObjectContext','1000','_version','_getHostPlacement','_activeDomReadyChartIds','sheets-chart-ui.section.waterfall','_chartEventSubscriptions','bottom','setRangeSelectMode','download','exportImage','constructor','PieStyle','disposeWithMe','sheets-chart-ui.common.chartStyle','remove$','map','applyPoint','_restoreHostWrapper','target','getFocusedUnit','sheets-chart-ui.common.legend','_createCopyInfoByRange','rangeInfo$','getMatrix','getUnit','registerFeatureMenu','_getChartRenderObject','sheets-chart-ui.common.insertChart','setStyle','object','dispose','getRenderUnitById','getValue','_panelRoute$','innerHeight','toPrimitive','values','clientY','globalAlpha','DownloadImageIcon','initPanel','_initActiveRuntimeLayerListener','_subscribeChartEvents','Treemap','width','openChartPanelById','_initPrinting','Sunburst','_disposeChartEventSubscription','getBatchRemoveOp','subscribe','getChartPopupMenus','top','_requestChartCanvasRender','_waiter','_chartHostProvider','_menuManagerService','_chartElementEditMode','getObjectIncludeInGroup','_getOrCreateChartRenderInstance','VerticalAxis','Column','_openPanel','_clearSheetChartRuntimeCaches','bounds','67366WvIonj','onCommandExecuted','Trendline','_markHostReady','close','setBorder','_markNotReady','_disposeChartRenderInstance','sheets-chart-ui.common.series','markNotReady','_createChartRenderInstanceContext','_renderManagerService','_selectedElement$','create','_chartInstanceMap','sheets-chart-ui.waterfall.negative','asObservable','_disposeChartDomInstance','entries','clearImage','_resizeChart','value','clientX','_cancelHostWait','decorate','_domFrame','setSelectedElement','localPoint','Relation','_disposed','border','all','offsetLeft','defaultValues','packageName','activeEditChart','viewBound','_renderWhenConfigReady','_chartHostMap','label','activeRuntimeModel','_initDrawingDeactivationListener','mode','sheets-chart-ui.section.lineAndArea','UPDATE','_initCopyPaste','route','children','Pareto','_getDrawingGeometry','_resetChartRuntimeZIndex','drawWith','transform','IndicatorLine','closePath','8ncotUt','columnPercentStacked','_chartModelService','getRenderModel','_closePopup','bind','add','requestPaint','allSeriesStyle','OPERATION','canvas','featurePluginUngroupUpdate$','updateFloatDom','_activeEditChart$','inactive-sheet','axis','copyType','labelId','setPanelRoute','isManaged','_resolveLayout','_configService','relation','_openFloatMenu','createRuntimeChartStyle','render','startX','focus$','_listenChartUpdateMutations','resolve','startColumn','sheets-chart-ui.common.openChartPanel','onStarting','_chartSnapshotStoreService','_sheetPermissionCheckController','engine','addObject','_frameStyle','CHART','querySelector','error','_resolveChartRenderMode','enableChartElementFloatMenu','_getOrCreateSheetChartHost','syncLayout','waterfall','sheet.command.menu-insert-chart','slice','_drawingManagerService','_initActiveChartModelListener','takeSnapshot','_renderService','checkChartCanRender','cancel','getSheetId','_canvasFloatDomService','sheets-chart.ui.service','_updateTransform','_getSceneAndTransformerByDrawingSearch','sheet-chart-setup-panel','showFloatMenu','50770TbuFgM','sheets-chart-ui.waterfall.subtotal','transparent','getConfig','_commandService','_hostStyle','chartObject','next','sheets-chart-ui.chord.target','.chart-host','ParetoLineSeries','crossOrigin','lineAndArea','invalidateSnapshot','_url','univer-shrink-0','Scatter','_chartEventHandlers','_snapshotStore','cumulativeLineStyle','_resolvedConfig','rangeInfo','markReady','sheets-chart-ui.common.horizontalAxis','isDomReady','parentElement','pointerEvents','Waterfall','sheets-chart-ui.section.chord','dblclick','filter','series','_pendingMutationConfigRenders','parent','_popupDisposable','pipe','_chartThemeService','funnel','darkMode$','BUTTON','abs','getObject','_openEditPanelByDoubleClick','_syncLayoutOnDrawingTransform','Style','sheets-chart-ui.section.indicatorLine','_initCommands','Data','barStyle','Subtotal','chartId','PRINTING_COMPONENT_COLLECT','call','split','scaleX','redo','has','titleKey','_chartHostProviderService','with','concat','_activateEditPanelState','header','DRAWING_CHART','_createPrintingChartObject','hit','onload','Overlay','_managed','_sidebarDisposable','REMOVE','baseOn','#-#','_generateCopyPasteMutations','sheets-chart-ui.common.deleteChart','getChartSnapshotImage','sheet-chart-style-panel','sheet.command.chart.open-focused-panel','Bubble','_sheetsChartUIService','radius','sheets-chart-ui.section.gridlinesAndTicks','sheets-chart-ui.common.dataRange','ChartAndAxisTitles','_sheetDrawingHitTestService','createElement','674408mXKSga','_addWatermark','initialRect','getContextValue','offsetHeight','arc','clearChart','_executeChartUpdateSourceConfig','ancestorTransform','permissionCheckWithoutRange','sheets-chart-ui.section.sunburst','isInGroup','getBatchUpdateOp','sheet.command.chart.copy-focused-chart','activeSheet$','wordCloud','items','_renderChartModel','setActiveEditChart','rightYAxis','function','891yFfRgR','sheets-chart-ui.section.funnel','_activateHostWrapper','Series','name','classType','_shouldEnableChartElementEdit','sheets-chart-ui.section.pie','_chartUIService','promise','naturalHeight','setHostStyle','21oLUXly','_initPermission','startRow','_sheetCanvasFloatDomManagerService','_rangeSelectMode','checkHost','getChartDataSource','_registerAdapter','sheets-chart-ui.section.gauge','save','_drawingGeometry','height','groupId','Axes','sheets-chart-ui.waterfall.positive','makeDirty','symbol','_renderModelManager','_getDrawable','chartModelId','_isChartElementEditEnabled','section','Chord','rect','854370oIvyRJ','Bar','Gauge','_cancelDebouncedCallbacks','_clearSelectedTarget','getActiveSheet','syncHostLayout','_getChartSnapshotKey','tab','_entries','get','setImage','_getPlacement','sheets-chart-ui.section.relation','Image','_image','Heatmap','isElementEditModeActive','sheet.operation.open-chart-panel','category','serialize','univer-flex\x20univer-flex-col\x20univer-gap-3','strokeWidth','removeHost','getImage','commitSnapshot','UNIVER_SHEET','_pendingHost','blockExecuteWithoutPermission','ChartStyle','_shouldSuppressSnapshot','_chartRenderMode','_popupChartId','PenIcon','sheetDisposed$','clear','legend','getSheetBySheetId','selectedElement$','_snapshotKey','mountNode','Dom','ensureHost','style$','sheets-chart-ui.section.paretoLine','_handleDrawingDoubleClick','20547384qiqFFK','offsetWidth','logicalOuterRect','Timed\x20out\x20waiting\x20for\x20float\x20dom\x20host\x20\x22','_init','update','activeChartModel','hidePanel','setElementEditMode','chartRenderMode','interceptor','getChartModel','image','addClipboardHook','objects','sheets-chart-ui.section.histogram','register','drawImage','setContextValue','_focusedDrawings','direction$','_chartRenderService','visible','radar','WaterfallSeries','getRenderColor','createChartInstance','_applyActiveChartRuntimeZIndex','focusDrawing','dataSource','scale','_sheetsChartService','sheets-chart-ui.common.editChart','Funnel','updateFloatDomProps','isConnected','Pie','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','_bindChartEventHandler','getDrawingOrder','handleActiveSubUnitChange','GROUP','_adapterRegistry','CUT','Fail\x20to\x20create\x20float\x20dom','_isProviderDisposed','hasOwnProperty','_clearChartRuntimeCache','_urlImage','getRealBound','sheets-chart-ui.common.customize','_disposeChartEventSubscriptions','sheets-chart-ui.section.radar','unitId','sheets-chart-element-float-menu','_drawChartImage','sheetTransform','getCurrentLastSelection','_debounceHandleMap','getCurrentUnitOfType','seriesId','titles','Row','string','INSERT','sheets-chart-ui.common.heatmap','sheets-chart-ui.common.switchRowColumn','_registerIcons','Line','sheets-chart-ui.common.hideChartPanel','_debounceHandle','sheets-chart-ui.common.useAsCategoryLabels','ensureHandle','_initSheetChange','complete','_themeService','sheets-chart-ui.chartTypes.','3398705ssyknF','markHostNotReady','_registerChartImageRenderObjectFactory','transformChange$','sheets-chart-ui.common.trendline','Canvas','executeCommand','scaleY','_univerInstanceService','UniverSheetsChartUIPlugin','getDrawingData','_applyHostStyle','chartModelRemoved$','_getImage','onTransformChange$','attachPopupToDynamicAbsolutePosition','_copyInfo','Legend','undo','executeChartUpdateConfig','set','setOrientation','exportImg','div','drawingId','auto','_setHostStyle','defineProperty','_componentManager','small','sheets-chart-ui.config','_clearHiddenSelectedTarget','_getCurrentSnapshotImage','restore','setConfig','_savedWrapperStyle','_sheetPrintInterceptorService','subscribeEvent','domId','mergeMenu','url','MEDIA','clip','sheet.command.chart.export-focused-image','params','invert','resourceCollector','max','_iconManager','startY','click','style','getBatchAddOp','dom','_sheetSkeletonService','sheets-chart-ui.common.verticalAxis','LineAndArea','forEach','getOwnPropertyDescriptor','img','nativeEvent','@univerjs-pro/sheets-chart-ui','sheets-chart-ui.common.setup','resize','isRender','push','add$','checkMounted','endsWith','_lastRenderInputMap','nextVersion','removeChartModel','_renderDebounceMap','_sheetInterceptorService','_disposeImage','_requestPaint','registerRenderObjectFactory','activeEditChart$','getDirection','-univer-mx-4','right','getHostSize','position$','_localeService','rightY','sidebarOptions$','2194701IMxldx','_getOuterRect','pieSecondaryPlotType','[ChartRender]\x20Failed\x20to\x20render\x20chart\x20snapshot\x20for\x20printing','some','univer-overflow-hidden','getFocusDrawings','Histogram','select','panelRoute$','missing-float-dom','subUnitId','_removeHost$','getRangeInfo','pareto','min','clearPanelRoute','delete','Combination','drawingIds','default','featurePluginOrderUpdate$','Radar','univer-overflow-visible','renderChartsForPrinting','onDispose','getElementById','getRect','_sheetCanvasPopManagerService','HorizontalAxis','type','removeHost$','getFloatDomInfo','sheets-chart-ui.common.rightVerticalAxis','26gPLwaQ','waterfallStyle','innerWidth','beginPath','Positive','sheets-chart-ui.common.category','COMMAND','config','unsubscribe','multiply','_generatePasteMutations','setActiveChartModel','Url','ImageBitmap','src','isRowDirection','sheets-chart-ui.section.wordCloud','offsetTop','SELECTOR','length','prototype','contains','getSheetBySheetName','lineTo','_injector','_draw','focused$','_sheetClipboardService','opacity','_createHost','_contextService','getSkeleton','_drawChartFrame','_deactivateEditPanelState','getCanvasElement','_markReady','registerCommand','_config','left','zIndex','pluginName','chartType','_lastActiveSheet','number','getUnitId','_sidebarService','_sheetDrawingService','chartModelAdded$','CopyDoubleIcon','_renderAfterChartUpdateMutation','_rerenderLatest','activeChartModel$','sheets-chart-ui.permission.editErr','Candlestick','scene','_activeChartId','rangeSelectMode','keys','assignStyle','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','indexOf','version','isArray'];_0x4eac=function(){return _0x3af37a;};return _0x4eac();}import{CopySheetCommand as _0x12f458,RemoveSheetCommand as _0x200288,SheetInterceptorService as _0x2dd957,SheetPermissionCheckController as _0x7e07e,SheetSkeletonService as _0x5cd6cc,SheetsSelectionsService as _0x5c8999,UniverSheetsPlugin as _0x459686,WorkbookEditablePermission as _0x5572e0,WorksheetEditPermission as _0x3d338d,attachRangeWithCoord as _0x170817,discreteRangeToRange as _0x3a930d,getSheetCommandTarget as _0x4774b5}from'@univerjs/sheets';import{BehaviorSubject as _0x53aede,Observable as _0x30312a,Subject as _0x31f8bb,combineLatest as _0x50f064,combineLatestWith as _0x445cf1,debounceTime as _0x35a815,filter as _0x1fcd24,fromEvent as _0x50fa50,map as _0x7ff423,merge as _0x3a8e71,startWith as _0x42ba0f,take as _0x57056f,throttleTime as _0x442c3b}from'rxjs';import{deserializeRangeWithSheet as _0x3e25b6,serializeRangeWithSheet as _0x17a743}from'@univerjs/engine-formula';import{insertGroupObject as _0x4bfe7a}from'@univerjs/drawing-ui';import{DRAWING_OBJECT_LAYER_INDEX as _0xaa2b67,IRenderManagerService as _0x4c69ff,ObjectType as _0x1408b1,RENDER_CLASS_TYPE as _0x534c56,Rect as _0x57239c,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x540203,Transform as _0x35a5b5,UniverRenderEnginePlugin as _0x2ac6a0}from'@univerjs/engine-render';import{useEffect as _0x48969d,useMemo as _0x37be06,useState as _0x15ee11}from'react';import{Button as _0x4de9e3}from'@univerjs/design';import{RangeSelector as _0xe63180}from'@univerjs/sheets-formula-ui';import{Fragment as _0x291abc,jsx as _0x5d0c77,jsxs as _0x57606b}from'react/jsx-runtime';import{UniverLicensePlugin as _0x409320}from'@univerjs-pro/license';import{PenIcon as _0x3f19de}from'@univerjs/icons';const ur=_0x533bf2(0x1b4),dr={'enableChartElementFloatMenu':!0x0},fr={'type':_0x2c593f['OPERATION'],'id':'sheet.operation.hide-chart-panel','handler'(){return!0x0;}},V={'type':_0x2c593f[_0x533bf2(0x2de)],'id':_0x533bf2(0x12d),'handler'(){return!0x0;}};function H(_0x30dbc8){const _0x13d974=_0x533bf2;let _0x4044b0=_0x30dbc8['get'](_0x49382d)[_0x13d974(0x1f2)]();if(_0x4044b0[_0x13d974(0x221)]!==0x1)return null;let _0x1f29b2=_0x4044b0[0x0];return _0x1f29b2[_0x13d974(0x24f)]===_0xc2a308['DRAWING_CHART']?_0x1f29b2:null;}function pr(_0x1b05a3,_0x5a77c6){const _0x12181b=_0x533bf2;let _0x497e81=document[_0x12181b(0xe1)]('a');_0x497e81['href']=_0x1b05a3,_0x497e81[_0x12181b(0x265)]=_0x5a77c6,_0x497e81[_0x12181b(0x1c8)]();}const mr={'id':_0x533bf2(0xd9),'type':_0x2c593f['COMMAND'],'handler':(_0x4b3b5a,_0x5500da)=>{const _0x34f7af=_0x533bf2;let _0x2c2286=H(_0x4b3b5a);return _0x2c2286?_0x4b3b5a['get'](_0x413077)['executeCommand'](V['id'],{'unitId':_0x2c2286[_0x34f7af(0x17e)],'subUnitId':_0x2c2286[_0x34f7af(0x1f7)],'drawingId':_0x2c2286[_0x34f7af(0x1ae)],..._0x5500da!=null&&_0x5500da['route']?{'route':_0x5500da[_0x34f7af(0x2cc)]}:{}}):!0x1;}},hr={'id':_0x533bf2(0xef),'type':_0x2c593f['COMMAND'],'handler':_0x1607ad=>H(_0x1607ad)?_0x1607ad['get'](_0x413077)['executeCommand'](_0x1d84ea['id']):!0x1},gr={'id':_0x533bf2(0x1c1),'type':_0x2c593f[_0x533bf2(0x214)],'handler':async _0x48e84d=>{const _0xb28511=_0x533bf2;let _0x30420a=H(_0x48e84d);if(!_0x30420a)return!0x1;let _0x15bc91=await _0x48e84d['get'](_0x4755ef)[_0xb28511(0x266)]({'unitId':_0x30420a[_0xb28511(0x17e)],'subUnitId':_0x30420a['subUnitId'],'getId':()=>_0x30420a[_0xb28511(0x1ae)]});return _0x15bc91?(pr(_0x15bc91,_0x30420a[_0xb28511(0x1ae)]+'.png'),!0x0):!0x1;}},_r={'id':'sheet.command.chart.delete-focused-chart','type':_0x2c593f[_0x533bf2(0x214)],'handler':_0x109a04=>{const _0x52b6b9=_0x533bf2;let _0x597b16=H(_0x109a04);return _0x597b16?_0x109a04[_0x52b6b9(0x125)](_0x413077)[_0x52b6b9(0x19c)](_0xf80612['id'],{'unitId':_0x597b16[_0x52b6b9(0x17e)],'drawings':[{'unitId':_0x597b16[_0x52b6b9(0x17e)],'subUnitId':_0x597b16[_0x52b6b9(0x1f7)],'drawingId':_0x597b16[_0x52b6b9(0x1ae)],'drawingType':_0xc2a308[_0x52b6b9(0xcb)]}]}):!0x1;}},vr={'type':_0x2c593f[_0x533bf2(0x214)],'id':_0x533bf2(0x303),'handler':async(_0x490dbf,_0x342d3e)=>{const _0x4099b3=_0x533bf2;let _0x23d551=_0x4774b5(_0x490dbf[_0x4099b3(0x125)](_0x371c5e));if(!_0x23d551)return!0x1;let _0x35afa1=_0x490dbf[_0x4099b3(0x125)](_0x5c8999)[_0x4099b3(0x182)]();if(!_0x35afa1)return!0x1;let {range:_0x4f3146}=_0x35afa1,_0x2249f7=_0x490dbf[_0x4099b3(0x125)](_0x413077),{unitId:_0x12383a,subUnitId:_0x447015}=_0x23d551,{pieSecondaryPlotType:_0x3158f7,value:_0x190a13}=_0x342d3e,_0x35bb91=_0x3158f7!==void 0x0;if(_0x35bb91&&(_0x190a13!==_0x52497a[_0x4099b3(0x16d)]||_0x3158f7!==_0xff6f74[_0x4099b3(0x16d)]&&_0x3158f7!==_0xff6f74[_0x4099b3(0x11c)]))return!0x1;let _0x19a8c3=_0x35bb91?_0x3a6851():void 0x0;return _0x2249f7[_0x4099b3(0x19c)](_0x17d872['id'],{'unitId':_0x12383a,'subUnitId':_0x447015,'chartType':_0x190a13,..._0x19a8c3&&_0x3158f7?{'chartId':_0x19a8c3,'config':{'unitId':_0x12383a,'chartModelId':_0x19a8c3,'style':{'pie':{'composite':{'enabled':!0x0,'secondaryPlot':{'type':_0x3158f7}}}}}}:{},'source':{'rangeInfo':{'unitId':_0x12383a,'subUnitId':_0x447015,'range':_0x4f3146}}});}};function yr(_0x4ef601,_0x2a73bd){const _0x1339a8=_0x533bf2;return _0x4ef601==null||Array[_0x1339a8(0x24c)](_0x4ef601)?'':br(_0x4ef601[_0x1339a8(0xa1)],_0x2a73bd);}function br(_0x56487b,_0x4048e6){const _0x186d87=_0x533bf2;var _0x536ffd;let {unitId:_0x1b50b8,subUnitId:_0x17115a,range:_0x1d8b53}=_0x56487b,_0x5c9562=(_0x536ffd=_0x4048e6['getUnit'](_0x1b50b8))==null?void 0x0:_0x536ffd[_0x186d87(0x140)](_0x17115a);return _0x5c9562?_0x17a743(_0x5c9562['getName'](),_0x1d8b53):'';}const xr=new Set(['columnStacked',_0x533bf2(0x2d6)]),Sr=_0x2af92b['filter'](_0x14be23=>!xr['has'](_0x14be23[_0x533bf2(0x2e6)]))['map'](_0x3eda7c=>({'id':'id'in _0x3eda7c?_0x3eda7c['id']:void 0x0,'labelId':_0x3eda7c[_0x533bf2(0x2e6)],'pieSecondaryPlotType':_0x533bf2(0x1ee)in _0x3eda7c?_0x3eda7c[_0x533bf2(0x1ee)]:void 0x0,'value':_0x3eda7c[_0x533bf2(0x2b3)],'icon':_0x3eda7c[_0x533bf2(0x257)]}));function Cr(_0x1e6133=Sr){const _0x2207e5=_0x533bf2;return _0x1e6133[_0x2207e5(0x26c)](({id:_0xb6b478,icon:_0x2a27c4,value:_0xf1657b})=>{const _0x1857cf=_0x2207e5;let _0x51dc7b=_0xc80af2(_0xb6b478??String(_0xf1657b)),_0x16a03f=_0x51dc7b?{'value':_0x51dc7b[_0x1857cf(0x237)],..._0x51dc7b[_0x1857cf(0x1ee)]?{'pieSecondaryPlotType':_0x51dc7b[_0x1857cf(0x1ee)]}:{}}:{'value':_0xf1657b};return{'icon':_0x2a27c4,'value':_0xb6b478??_0xf1657b,'params':_0x16a03f};});}const wr=(_0x38ab70,_0x406bdf)=>{const _0x3dbb83=_0x533bf2;if(_0x406bdf[_0x3dbb83(0x221)]===0x1&&_0x406bdf[0x0]==='all')return _0x38ab70;if(_0x406bdf[_0x3dbb83(0x221)]>0x1){let _0x1560d1=new Set();for(let _0x3b43d4 of _0x406bdf)_0x1560d1['add'](Number(_0x3b43d4));return _0x38ab70[_0x3dbb83(0xaa)](_0xdcb334=>_0x1560d1[_0x3dbb83(0xc4)](_0xdcb334[_0x3dbb83(0x2b3)]));}return[];};function Tr(_0x3622d2){const _0x16b327=_0x533bf2;let _0x4811de=_0x3622d2[_0x16b327(0x125)](_0x371c5e),_0x3fc213=_0x4b9dc3(_0x3622d2),_0x34defa=wr(Sr[_0x16b327(0xc8)](),_0x3fc213),_0x1c873c=Cr(_0x34defa)['map']((_0x4b2a3f,_0xdc3abe)=>({'icon':_0x4b2a3f[_0x16b327(0x253)],'value':_0x4b2a3f[_0x16b327(0x2b3)],'params':_0x4b2a3f[_0x16b327(0x1c2)],'label':_0x16b327(0x195)+_0x34defa[_0xdc3abe][_0x16b327(0x2e6)]}));return{'id':vr['id'],'type':_0x1f19d7[_0x16b327(0x220)],'selectionsCommandId':vr['id'],'selections':_0x1c873c,'icon':'ChartIcon','tooltip':_0x16b327(0x278),'activated$':_0x29ec2d(_0x4811de,!0x1,()=>new _0x30312a(_0x176fb9=>{const _0x186cc5=_0x16b327;_0x176fb9[_0x186cc5(0x93)](!0x1);})),'hidden$':_0x155da9(_0x3622d2,_0x1302ff[_0x16b327(0x135)]),'disabled$':_0x56b2d5(_0x3622d2)};}function Er(_0x42d713){const _0x43d2cc=_0x533bf2;let _0xb458e0=_0x42d713['get'](_0x49382d);return _0xb458e0[_0x43d2cc(0x2f0)][_0x43d2cc(0xaf)](_0x42ba0f(_0xb458e0['getFocusDrawings']()),_0x7ff423(()=>H(_0x42d713)==null));}function Dr(_0xb84b6c){const _0x2fb14f=_0x533bf2;return{'id':mr['id'],'commandId':mr['id'],'type':_0x1f19d7[_0x2fb14f(0xb3)],'title':_0xb84b6c['get'](_0x3f8b07)['t'](_0x2fb14f(0x2f4)),'icon':_0x2fb14f(0x13c),'hidden$':Er(_0xb84b6c)};}function Or(_0x26939b){const _0x2ea683=_0x533bf2;return{'id':hr['id'],'commandId':hr['id'],'type':_0x1f19d7[_0x2ea683(0xb3)],'title':_0x26939b[_0x2ea683(0x125)](_0x3f8b07)['t']('sheets-chart-ui.common.copy'),'icon':_0x2ea683(0x23e),'hidden$':Er(_0x26939b)};}function kr(_0x5df580){const _0x555997=_0x533bf2;return{'id':gr['id'],'commandId':gr['id'],'type':_0x1f19d7[_0x555997(0xb3)],'title':_0x5df580[_0x555997(0x125)](_0x3f8b07)['t']('sheets-chart-ui.common.exportImage'),'icon':_0x555997(0x284),'hidden$':Er(_0x5df580)};}function Ar(_0x14f74c){const _0x5f3f95=_0x533bf2;return{'id':_r['id'],'commandId':_r['id'],'type':_0x1f19d7[_0x5f3f95(0xb3)],'title':_0x14f74c[_0x5f3f95(0x125)](_0x3f8b07)['t'](_0x5f3f95(0xd6)),'icon':'DeleteIcon','hidden$':Er(_0x14f74c)};}const jr={[_0x25054b[_0x533bf2(0x1bf)]]:{[vr['id']]:{'order':0x4,'menuItemFactory':Tr}},[_0x5ee795['DRAWING']]:{[_0x47d484['OTHERS']]:{[mr['id']]:{'order':0x0,'menuItemFactory':Dr},[hr['id']]:{'order':0x1,'menuItemFactory':Or},[gr['id']]:{'order':0x3,'menuItemFactory':kr},[_r['id']]:{'order':0x4,'menuItemFactory':Ar}}}};function Mr(_0x359284){const _0x33ef94=_0x533bf2;return _0x359284===_0x52497a[_0x33ef94(0x1fe)]||_0x359284===_0x52497a['Radar']||_0x359284===_0x52497a['Boxplot']||_0x49703d[_0x33ef94(0xd3)](_0x359284,_0x52497a[_0x33ef94(0x18d)])||_0x49703d[_0x33ef94(0xd3)](_0x359284,_0x52497a['Column'])||_0x49703d['baseOn'](_0x359284,_0x52497a['Area'])||_0x49703d[_0x33ef94(0xd3)](_0x359284,_0x52497a[_0x33ef94(0x9c)]);}function Nr(_0x3e8139){const _0x31f968=_0x533bf2;return Mr(_0x3e8139)||_0x49703d[_0x31f968(0xd3)](_0x3e8139,_0x52497a[_0x31f968(0x16d)])||_0x49703d[_0x31f968(0xd3)](_0x3e8139,_0x52497a[_0x31f968(0x2ce)])||_0x49703d[_0x31f968(0xd3)](_0x3e8139,_0x52497a[_0x31f968(0xa7)]);}function Pr(_0x15fe38,_0x5a829d){const _0x48855f=_0x533bf2;let _0x318e1a=_0x19ef3b(_0x15fe38,_0x5a829d),_0x2becd3=_0x318e1a?_0x44a37b(_0x318e1a[_0x48855f(0x26f)]):void 0x0;if(!(!_0x318e1a||!_0x2becd3))return{..._0x318e1a,'route':_0x2becd3,'showFloatMenu':Nr(_0x15fe38[_0x48855f(0x237)])&&_0x318e1a[_0x48855f(0x311)]};}function Fr(_0x31785f,_0x22f618=0x1){const _0xe5f8f3=_0x533bf2;return{'width':Math[_0xe5f8f3(0x1c5)](_0x22f618,_0x31785f[_0xe5f8f3(0x289)]),'height':Math[_0xe5f8f3(0x1c5)](_0x22f618,_0x31785f[_0xe5f8f3(0x10e)])};}function Ir(_0x1a7857,_0x315e48={},_0x1bb5b1={'left':0x0,'top':0x0}){const _0x36f74b=_0x533bf2;let _0x376455=_0x315e48[_0x36f74b(0xc2)]??0x1,_0x1a0f26=_0x315e48['scaleY']??0x1,_0x56ab1d=_0x546db4[_0x36f74b(0x2f2)]({'logicalOuterRect':{'left':_0x1bb5b1[_0x36f74b(0x234)]>0x0?-_0x1bb5b1['left']:0x0,'top':_0x1bb5b1['top']>0x0?-_0x1bb5b1['top']:0x0,...Fr(_0x1a7857)},'scale':{'scaleX':_0x376455,'scaleY':_0x1a0f26},'hostStyle':{},'contentMode':_0x4a77a7[_0x36f74b(0xcf)]});return{'left':_0x56ab1d['logicalOuterRect']['left'],'top':_0x56ab1d['logicalOuterRect'][_0x36f74b(0x291)],'width':_0x56ab1d['logicalOuterRect'][_0x36f74b(0x289)],'height':_0x56ab1d[_0x36f74b(0x14b)][_0x36f74b(0x10e)],'scaleX':_0x376455,'scaleY':_0x1a0f26};}function U(_0x202647){'@babel/helpers - typeof';const _0xce6383=_0x533bf2;return U=typeof Symbol==_0xce6383(0xf6)&&typeof Symbol['iterator']==_0xce6383(0x113)?function(_0x30a7e9){return typeof _0x30a7e9;}:function(_0x111410){const _0x920f4=_0xce6383;return _0x111410&&typeof Symbol=='function'&&_0x111410[_0x920f4(0x267)]===Symbol&&_0x111410!==Symbol['prototype']?_0x920f4(0x113):typeof _0x111410;},U(_0x202647);}function Lr(_0x2f2a14,_0x33ca0b){const _0x1cb5c7=_0x533bf2;if(U(_0x2f2a14)!=_0x1cb5c7(0x27a)||!_0x2f2a14)return _0x2f2a14;var _0x2fb26b=_0x2f2a14[Symbol[_0x1cb5c7(0x280)]];if(_0x2fb26b!==void 0x0){var _0x1c4e83=_0x2fb26b[_0x1cb5c7(0xc0)](_0x2f2a14,_0x33ca0b||_0x1cb5c7(0x200));if(U(_0x1c4e83)!='object')return _0x1c4e83;throw TypeError(_0x1cb5c7(0x249));}return(_0x33ca0b===_0x1cb5c7(0x188)?String:Number)(_0x2f2a14);}function Rr(_0x471c79){const _0x3082eb=_0x533bf2;var _0x24309d=Lr(_0x471c79,_0x3082eb(0x188));return U(_0x24309d)=='symbol'?_0x24309d:_0x24309d+'';}function W(_0x2577e5,_0x575dad,_0x2493a4){const _0x4a8366=_0x533bf2;return(_0x575dad=Rr(_0x575dad))in _0x2577e5?Object[_0x4a8366(0x1b1)](_0x2577e5,_0x575dad,{'value':_0x2493a4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2577e5[_0x575dad]=_0x2493a4,_0x2577e5;}function zr(_0x457b3c){const _0x3f05a9=_0x533bf2;switch(_0x457b3c['type']){case _0x1d0e55[_0x3f05a9(0x19b)]:return _0x457b3c[_0x3f05a9(0x2df)];case _0x1d0e55[_0x3f05a9(0x21b)]:return _0x457b3c['imageBitmap'];default:return;}}var Br=class extends _0x57239c{constructor(_0x16dfcb,_0x5bb119,_0xd0b122,_0x2a3be2=()=>!0x1,_0x48e886=()=>{}){const _0x1a70c4=_0x533bf2;super(_0x16dfcb,{..._0x5bb119,'evented':_0x5bb119['evented']??!0x0}),this[_0x1a70c4(0x1a3)]=_0xd0b122,this['_shouldSuppressSnapshot']=_0x2a3be2,this[_0x1a70c4(0x1e0)]=_0x48e886,W(this,_0x1a70c4(0x179),null),W(this,'_url',null),this['setObjectType'](_0x1408b1[_0x1a70c4(0x2fb)]);}['dispose'](){const _0x5ec972=_0x533bf2;this[_0x5ec972(0x1e0)](),super[_0x5ec972(0x27b)]();}[_0x533bf2(0x2ee)](_0x459f8f,_0x1b5331){const _0x37b512=_0x533bf2;if(!this[_0x37b512(0x15f)])return this['makeDirty'](!0x1),this;if(!this[_0x37b512(0x2d2)])return this;let {width:_0x3e4327,height:_0x26ae44,left:_0x4b3896,top:_0x52c80d}=this[_0x37b512(0x17a)]();if(this[_0x37b512(0x1d6)](_0x1b5331)){let {top:_0x5a9f0c,left:_0x4a4307,bottom:_0x55faa4,right:_0x54935a}=_0x1b5331[_0x37b512(0x2c2)];if(_0x3e4327+this[_0x37b512(0x131)]+_0x4b3896<_0x4a4307||_0x54935a<_0x4b3896||_0x26ae44+this['strokeWidth']+_0x52c80d<_0x5a9f0c||_0x55faa4<_0x52c80d)return this;}let _0x1a0b2a=this[_0x37b512(0x2d2)][_0x37b512(0x274)]();_0x459f8f['save']();let _0x27eb5e=_0x4b3896+_0x3e4327/0x2,_0x28b766=_0x52c80d+_0x26ae44/0x2;return _0x459f8f[_0x37b512(0x2d2)](_0x1a0b2a[0x0],_0x1a0b2a[0x1],_0x1a0b2a[0x2],_0x1a0b2a[0x3],_0x27eb5e,_0x28b766),this[_0x37b512(0x22a)]!==0x1&&(_0x459f8f[_0x37b512(0x283)]=this['opacity']),this[_0x37b512(0x227)](_0x459f8f,void 0x0,_0x3e4327,_0x26ae44),_0x459f8f[_0x37b512(0x1b7)](),this[_0x37b512(0x112)](!0x1),this;}[_0x533bf2(0x227)](_0x56948b,_0x484539,_0x26fb5f=this['width'],_0x369cee=this[_0x533bf2(0x10e)]){const _0x5ff37=_0x533bf2;this[_0x5ff37(0x22e)](_0x56948b,_0x26fb5f,_0x369cee,{'stroke':void 0x0,'strokeWidth':0x0}),this[_0x5ff37(0x180)](_0x56948b,_0x26fb5f,_0x369cee),this[_0x5ff37(0x22e)](_0x56948b,_0x26fb5f,_0x369cee,{'fill':void 0x0});}['_drawChartFrame'](_0x13a840,_0x2306dd,_0x34ffe6,_0x3074bc){const _0x374235=_0x533bf2;_0x13a840[_0x374235(0x10c)](),_0x13a840[_0x374235(0x25a)](-_0x2306dd/0x2,-_0x34ffe6/0x2),_0x57239c[_0x374235(0x2d1)](_0x13a840,Vr(this,_0x2306dd,_0x34ffe6,_0x3074bc)),_0x13a840[_0x374235(0x1b7)]();}['isHit'](_0xacdfa6){const _0x3db26e=_0x533bf2;let {left:_0x2aa51f,top:_0x389380,width:_0x3cfe70,height:_0xd4bad8}=this[_0x3db26e(0x17a)](),_0x432162=_0x2aa51f+_0x3cfe70/0x2,_0x98ca63=_0x389380+_0xd4bad8/0x2,_0xbe38bd=this[_0x3db26e(0x2d2)][_0x3db26e(0x274)](),_0x575c7d=new _0x35a5b5([_0xbe38bd[0x0],_0xbe38bd[0x1],_0xbe38bd[0x2],_0xbe38bd[0x3],_0x432162,_0x98ca63]),_0x172d20=this['getParent'](),_0x37398f=(this[_0x3db26e(0xed)]&&(_0x172d20==null?void 0x0:_0x172d20[_0x3db26e(0xfc)])===_0x534c56[_0x3db26e(0x172)]?_0x172d20[_0x3db26e(0xea)][_0x3db26e(0x217)](_0x575c7d):_0x575c7d)[_0x3db26e(0x1c3)]()[_0x3db26e(0x26d)](_0xacdfa6),_0xb7a737=_0x3cfe70/0x2,_0x5a5aed=_0xd4bad8/0x2;return _0x37398f['x']>=-_0xb7a737-this['strokeWidth']/0x2&&_0x37398f['x']<=_0xb7a737+this[_0x3db26e(0x131)]/0x2&&_0x37398f['y']>=-_0x5a5aed-this['strokeWidth']/0x2&&_0x37398f['y']<=_0x5a5aed+this[_0x3db26e(0x131)]/0x2;}[_0x533bf2(0x180)](_0x5d7c9f,_0x347ad0,_0x2557c7){const _0x5083ec=_0x533bf2;if(this[_0x5083ec(0x139)]())return;let _0x926922=this[_0x5083ec(0x1a3)](),_0x166732=_0x926922?this[_0x5083ec(0x115)](_0x926922):void 0x0;if(!_0x166732)return;let {width:_0x40bdc8,height:_0x163a6f}=Fr({'width':_0x347ad0,'height':_0x2557c7},0x0);_0x40bdc8!==0x0&&_0x163a6f!==0x0&&(_0x5d7c9f[_0x5083ec(0x10c)](),_0x5d7c9f[_0x5083ec(0x25a)](-_0x347ad0/0x2,-_0x2557c7/0x2),Hr(_0x5d7c9f,_0x40bdc8,_0x163a6f,this[_0x5083ec(0xdc)]),_0x5d7c9f[_0x5083ec(0x1c0)](),_0x5d7c9f[_0x5083ec(0x15a)](_0x166732,0x0,0x0,_0x40bdc8,_0x163a6f),_0x5d7c9f['restore']());}[_0x533bf2(0x115)](_0x203714){const _0x4ba414=_0x533bf2;var _0x1a54b6;let _0x152a3e=zr(_0x203714);if(_0x152a3e)return _0x152a3e;if(_0x203714['type']===_0x1d0e55[_0x4ba414(0x21a)]&&(this['_url']!==_0x203714[_0x4ba414(0x1be)]&&(this[_0x4ba414(0x9a)]=_0x203714[_0x4ba414(0x1be)],this[_0x4ba414(0x179)]=document[_0x4ba414(0xe1)](_0x4ba414(0x1d1)),this[_0x4ba414(0x179)][_0x4ba414(0x97)]='anonymous',this[_0x4ba414(0x179)][_0x4ba414(0xce)]=()=>this[_0x4ba414(0x112)](!0x0),this[_0x4ba414(0x179)][_0x4ba414(0x21c)]=_0x203714[_0x4ba414(0x1be)]),(_0x1a54b6=this[_0x4ba414(0x179)])!=null&&_0x1a54b6[_0x4ba414(0x193)]&&this[_0x4ba414(0x179)]['naturalWidth']>0x0&&this[_0x4ba414(0x179)][_0x4ba414(0x101)]>0x0))return this['_urlImage'];}};function Vr(_0x6656f0,_0x550785,_0x5dbe7d,_0x29cd7b){const _0xe3ecde=_0x533bf2;let _0x47acc9=Object[_0xe3ecde(0x2ab)](_0x6656f0);return Object[_0xe3ecde(0x1b1)](_0x47acc9,_0xe3ecde(0x289),{'value':_0x550785}),Object[_0xe3ecde(0x1b1)](_0x47acc9,_0xe3ecde(0x10e),{'value':_0x5dbe7d}),Object[_0xe3ecde(0x247)](_0x29cd7b)[_0xe3ecde(0x1cf)](_0x55b507=>{const _0x12d9ac=_0xe3ecde;Object[_0x12d9ac(0x1b1)](_0x47acc9,_0x55b507,{'value':_0x29cd7b[_0x55b507]});}),_0x47acc9;}function Hr(_0xa4ed80,_0x36b6fe,_0xeb136e,_0x479711){const _0x116e56=_0x533bf2;let _0x9564be=Math[_0x116e56(0x1fb)](_0x479711||0x0,_0x36b6fe/0x2,_0xeb136e/0x2);if(_0xa4ed80[_0x116e56(0x211)](),!_0x9564be){_0xa4ed80[_0x116e56(0x11a)](0x0,0x0,_0x36b6fe,_0xeb136e),_0xa4ed80[_0x116e56(0x2d4)]();return;}_0xa4ed80['moveTo'](_0x9564be,0x0),_0xa4ed80[_0x116e56(0x225)](_0x36b6fe-_0x9564be,0x0),_0xa4ed80[_0x116e56(0xe7)](_0x36b6fe-_0x9564be,_0x9564be,_0x9564be,Math['PI']*0x3/0x2,0x0,!0x1),_0xa4ed80[_0x116e56(0x225)](_0x36b6fe,_0xeb136e-_0x9564be),_0xa4ed80[_0x116e56(0xe7)](_0x36b6fe-_0x9564be,_0xeb136e-_0x9564be,_0x9564be,0x0,Math['PI']/0x2,!0x1),_0xa4ed80['lineTo'](_0x9564be,_0xeb136e),_0xa4ed80[_0x116e56(0xe7)](_0x9564be,_0xeb136e-_0x9564be,_0x9564be,Math['PI']/0x2,Math['PI'],!0x1),_0xa4ed80[_0x116e56(0x225)](0x0,_0x9564be),_0xa4ed80['arc'](_0x9564be,_0x9564be,_0x9564be,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0xa4ed80[_0x116e56(0x2d4)]();}function G(_0x20ac13){const _0x269964=_0x533bf2;(_0x20ac13==null?void 0x0:_0x20ac13['type'])===_0x1d0e55['ImageBitmap']&&_0x20ac13['imageBitmap'][_0x269964(0x2a2)]();}function _0x4f81(_0x4cce69,_0x3e4a58){_0x4cce69=_0x4cce69-0x8c;const _0x4eac2e=_0x4eac();let _0x4f817e=_0x4eac2e[_0x4cce69];return _0x4f817e;}function K(_0x3ff21f){const _0xd20db5=_0x533bf2;return _0x3ff21f[_0xd20db5(0x17e)]+_0xd20db5(0xd4)+_0x3ff21f[_0xd20db5(0x1f7)]+_0xd20db5(0xd4)+_0x3ff21f[_0xd20db5(0xbe)];}var Ur=class extends _0x1b05ef{constructor(..._0x43b912){const _0x11ae05=_0x533bf2;super(..._0x43b912),W(this,_0x11ae05(0x124),new Map());}[_0x533bf2(0x1dc)](_0x27a67c){const _0x21f1ae=_0x533bf2;let _0x79ae6e=K(_0x27a67c),_0x4fb022=this[_0x21f1ae(0x124)][_0x21f1ae(0x125)](_0x79ae6e)??{'version':0x0};return _0x4fb022[_0x21f1ae(0x24b)]+=0x1,this['_entries'][_0x21f1ae(0x1aa)](_0x79ae6e,_0x4fb022),_0x4fb022[_0x21f1ae(0x24b)];}['isLatest'](_0x50d18e,_0x44e51e){var _0x117d0f;return((_0x117d0f=this['_entries']['get'](K(_0x50d18e)))==null?void 0x0:_0x117d0f['version'])===_0x44e51e;}['setImage'](_0xc8c083,_0x2b906b,_0x5006fe){const _0x355ede=_0x533bf2;if(!this['isLatest'](_0xc8c083,_0x5006fe))return G(_0x2b906b),!0x1;let _0x448af5=K(_0xc8c083),_0x4e5647=this['_entries'][_0x355ede(0x125)](_0x448af5)??{'version':_0x5006fe},_0x1d2d4c=_0x4e5647[_0x355ede(0x155)];return _0x4e5647[_0x355ede(0x155)]=_0x2b906b,_0x4e5647['version']=_0x5006fe,this[_0x355ede(0x124)][_0x355ede(0x1aa)](_0x448af5,_0x4e5647),_0x1d2d4c!==_0x2b906b&&G(_0x1d2d4c),!0x0;}[_0x533bf2(0x133)](_0x14825b){const _0x3cf418=_0x533bf2;var _0x2e87b3;return(_0x2e87b3=this['_entries'][_0x3cf418(0x125)](K(_0x14825b)))==null?void 0x0:_0x2e87b3[_0x3cf418(0x155)];}[_0x533bf2(0x2b1)](_0x5afa02){const _0x4cabe6=_0x533bf2;let _0x1c30be=K(_0x5afa02),_0xae829d=this[_0x4cabe6(0x124)][_0x4cabe6(0x125)](_0x1c30be);_0xae829d&&(G(_0xae829d[_0x4cabe6(0x155)]),this[_0x4cabe6(0x124)][_0x4cabe6(0x1fd)](_0x1c30be));}[_0x533bf2(0xe8)](_0x56e164){const _0x5ea078=_0x533bf2;for(let [_0x368655,_0x19d0fc]of this['_entries'])_0x368655[_0x5ea078(0x1da)](_0x5ea078(0xd4)+_0x56e164)&&(G(_0x19d0fc[_0x5ea078(0x155)]),this[_0x5ea078(0x124)]['delete'](_0x368655));}[_0x533bf2(0x27b)](){const _0x3844bd=_0x533bf2;this[_0x3844bd(0x124)][_0x3844bd(0x1cf)](_0x151c00=>G(_0x151c00[_0x3844bd(0x155)])),this[_0x3844bd(0x124)][_0x3844bd(0x13e)](),super[_0x3844bd(0x27b)]();}};function Wr(_0x5e45f6,_0x18325b=0x7d0){let _0xebe3f7=null,_0x477934=null,_0x1410ab=!0x1,_0x464e8e=()=>{},_0x2e4cea=()=>{_0xebe3f7!=null&&(clearInterval(_0xebe3f7),_0xebe3f7=null),_0x477934!=null&&(clearTimeout(_0x477934),_0x477934=null);};return{'promise':new Promise((_0x27d413,_0xf2d3b9)=>{_0x464e8e=_0xf2d3b9;let _0x38dcbb=()=>{const _0x551544=_0x4f81;let _0x95b8ab=document[_0x551544(0x206)](_0x5e45f6);!_0x95b8ab||_0x1410ab||(_0x1410ab=!0x0,_0x2e4cea(),_0x27d413(_0x95b8ab));};_0x38dcbb(),!_0x1410ab&&(_0xebe3f7=setInterval(_0x38dcbb,16.666666666666668),_0x477934=setTimeout(()=>{const _0x73df66=_0x4f81;_0x1410ab||(_0x1410ab=!0x0,_0x2e4cea(),_0xf2d3b9(Error(_0x73df66(0x14c)+_0x5e45f6+'\x22.')));},_0x18325b));}),'cancel':()=>{_0x1410ab||(_0x1410ab=!0x0,_0x2e4cea(),_0x464e8e(Error('Canceled\x20waiting\x20for\x20float\x20dom\x20host\x20\x22'+_0x5e45f6+'\x22.')));}};}var Gr=class extends _0x1b05ef{constructor(_0x1a85ee,_0x3a51fb,_0x2823ea,_0xbef5df,_0x56d9e2,_0x467f52,_0x5c87ba){const _0x391adc=_0x533bf2;super(),this[_0x391adc(0xbe)]=_0x1a85ee,this[_0x391adc(0x254)]=_0x3a51fb,this[_0x391adc(0x127)]=_0x2823ea,this[_0x391adc(0x1b0)]=_0xbef5df,this['_isProviderDisposed']=_0x56d9e2,this[_0x391adc(0x231)]=_0x467f52,this['_markNotReady']=_0x5c87ba,W(this,_0x391adc(0x2c8),_0x41159f[_0x391adc(0x144)]),W(this,_0x391adc(0x2b7),null),W(this,'_managed',!0x1),W(this,_0x391adc(0x255),null),W(this,_0x391adc(0x136),null),W(this,_0x391adc(0x293),null),W(this,_0x391adc(0x91),{}),W(this,_0x391adc(0x1b9),null),W(this,'_drawingGeometry',null);}[_0x533bf2(0x2e8)](){const _0x107f25=_0x533bf2;return this[_0x107f25(0xd0)];}['markUnmanaged'](){const _0x3857fd=_0x533bf2;this[_0x3857fd(0xd0)]=!0x1;}[_0x533bf2(0x207)](){const _0x2fa451=_0x533bf2;let _0xe7738d=this['_getPlacement']();return _0xe7738d?{'width':_0xe7738d[_0x2fa451(0x289)],'height':_0xe7738d['height']}:null;}[_0x533bf2(0x279)](_0x45a35d){const _0x4ff4e5=_0x533bf2;this[_0x4ff4e5(0x91)]=_0x45a35d,this[_0x4ff4e5(0x1b0)](_0x45a35d),this['_applyHostStyle']();}async[_0x533bf2(0x191)](){const _0x3934ef=_0x533bf2;if(this['_disposed']||this[_0x3934ef(0x176)]())throw Error(_0x3934ef(0x175));let _0xdf83f3=this[_0x3934ef(0x254)](),_0x3a7cf2=(_0xdf83f3==null?void 0x0:_0xdf83f3[_0x3934ef(0x1bc)])??this[_0x3934ef(0xbe)],_0x20c5dc=document[_0x3934ef(0x206)](_0x3a7cf2);if(this[_0x3934ef(0x2b7)]&&_0x20c5dc!=null&&_0x20c5dc[_0x3934ef(0x223)](this[_0x3934ef(0x2b7)][_0x3934ef(0x143)]))return{'mountNode':this[_0x3934ef(0x2b7)][_0x3934ef(0x143)],'dispose':()=>{const _0x3ac26f=_0x3934ef;this[_0x3ac26f(0x27b)](),_0xdf83f3==null||_0xdf83f3[_0x3ac26f(0x27b)]['dispose']();}};if(this[_0x3934ef(0x136)])return this['_pendingHost'];let _0x2af624=this[_0x3934ef(0x22b)]();return this[_0x3934ef(0x136)]=_0x2af624,_0x2af624['then'](()=>{const _0x3dc3fa=_0x3934ef;this[_0x3dc3fa(0x136)]===_0x2af624&&(this[_0x3dc3fa(0x136)]=null);},()=>{const _0xd1a3c4=_0x3934ef;this[_0xd1a3c4(0x136)]===_0x2af624&&(this['_pendingHost']=null);}),_0x2af624;}async['ensureMount'](){const _0x48d360=_0x533bf2;try{return(await this['ensureHandle']())[_0x48d360(0x143)];}catch{return null;}}[_0x533bf2(0x1d9)](){const _0x505b2d=_0x533bf2;let _0xf3d6a5=this[_0x505b2d(0x254)](),_0x36d672=(_0xf3d6a5==null?void 0x0:_0xf3d6a5[_0x505b2d(0x1bc)])??this[_0x505b2d(0xbe)],_0x1aae0c=document[_0x505b2d(0x206)](_0x36d672);return!!(this[_0x505b2d(0x2b7)]&&_0x1aae0c!=null&&_0x1aae0c[_0x505b2d(0x223)](this[_0x505b2d(0x2b7)][_0x505b2d(0x143)]));}[_0x533bf2(0x301)](){const _0x24bacf=_0x533bf2;if(!this[_0x24bacf(0x2b7)])return;let _0x1b968d=this['_getPlacement']();_0x1b968d&&(this['_drawingGeometry']=this[_0x24bacf(0x2cf)](),this['_domFrame']['update'](this[_0x24bacf(0x2e9)](_0x1b968d),this[_0x24bacf(0x2fa)]()));}[_0x533bf2(0xa2)](){const _0xc6b300=_0x533bf2;this[_0xc6b300(0x231)]();}[_0x533bf2(0x2a7)](){const _0x514a5c=_0x533bf2;this[_0x514a5c(0x2a4)]();}['dispose'](){const _0x12086d=_0x533bf2;var _0x5b3aee;this['_disposed']||(this[_0x12086d(0x2a7)](),this['_pendingToken']=null,this[_0x12086d(0x136)]=null,this[_0x12086d(0x2b5)](),this[_0x12086d(0xd0)]=!0x1,(_0x5b3aee=this[_0x12086d(0x2b7)])==null||_0x5b3aee[_0x12086d(0x27b)](),this[_0x12086d(0x2b7)]=null,this[_0x12086d(0x10d)]=null,this[_0x12086d(0x26e)](),super[_0x12086d(0x27b)]());}async[_0x533bf2(0x22b)](){const _0x1a61e7=_0x533bf2;let _0x236de7=this['_getFloatDomInfo']();if(!_0x236de7)throw Error(_0x1a61e7(0x175));let _0x237f17=_0x236de7[_0x1a61e7(0x1bc)]??this['chartId'],_0xc3a28f=Wr(_0x237f17),_0x2a0fcc=Symbol(this[_0x1a61e7(0xbe)]);this['_pendingToken']=_0x2a0fcc,this[_0x1a61e7(0x293)]=_0xc3a28f;try{let _0x6b3829=await _0xc3a28f[_0x1a61e7(0x100)],_0xee119a=this[_0x1a61e7(0x254)](),_0x25907f=(_0xee119a==null?void 0x0:_0xee119a['domId'])??this[_0x1a61e7(0xbe)];if(this[_0x1a61e7(0x2bb)]||this[_0x1a61e7(0x176)]()||this[_0x1a61e7(0x255)]!==_0x2a0fcc||!_0xee119a||_0x25907f!==_0x237f17||document[_0x1a61e7(0x206)](_0x237f17)!==_0x6b3829||!_0x6b3829[_0x1a61e7(0x16c)])throw Error('Fail\x20to\x20create\x20float\x20dom');let _0x5c9000=this[_0x1a61e7(0x127)]();if(!_0x5c9000)throw Error(_0x1a61e7(0x175));let _0x59c6ba=new _0x466713(_0x6b3829);return _0x59c6ba[_0x1a61e7(0x14e)](this['_resolveLayout'](_0x5c9000),this[_0x1a61e7(0x2fa)]()),this[_0x1a61e7(0xf9)](_0x6b3829),this['_domFrame']=_0x59c6ba,this[_0x1a61e7(0x10d)]=this['_getDrawingGeometry'](),this['disposeWithMe'](_0xee119a['position$'][_0x1a61e7(0x28f)](()=>this[_0x1a61e7(0xb7)]())),this[_0x1a61e7(0xd0)]=!0x0,{'mountNode':_0x59c6ba[_0x1a61e7(0x143)],'dispose':()=>{const _0x32c635=_0x1a61e7;this[_0x32c635(0x27b)](),_0x236de7['dispose'][_0x32c635(0x27b)]();}};}finally{this[_0x1a61e7(0x293)]===_0xc3a28f&&(this[_0x1a61e7(0x293)]=null),this[_0x1a61e7(0x255)]===_0x2a0fcc&&(this[_0x1a61e7(0x255)]=null);}}[_0x533bf2(0x2b5)](){const _0x4f7dd9=_0x533bf2;let _0x5d6b72=this[_0x4f7dd9(0x293)];_0x5d6b72&&(_0x5d6b72[_0x4f7dd9(0x30a)](),this[_0x4f7dd9(0x293)]=null);}[_0x533bf2(0x1a1)](){const _0x1e0d99=_0x533bf2;let _0x528ed6=this['_getPlacement']();this[_0x1e0d99(0x2b7)]&&_0x528ed6&&this['_domFrame'][_0x1e0d99(0x14e)](this['_resolveLayout'](_0x528ed6),this['_frameStyle']());}['_syncLayoutOnDrawingTransform'](){const _0x3c223a=_0x533bf2;let _0x2feabc=this['_getDrawingGeometry'](),_0x451c1d=this['_drawingGeometry'];!_0x2feabc||_0x451c1d&&_0x451c1d[_0x3c223a(0x234)]===_0x2feabc[_0x3c223a(0x234)]&&_0x451c1d[_0x3c223a(0x291)]===_0x2feabc[_0x3c223a(0x291)]&&_0x451c1d[_0x3c223a(0x289)]===_0x2feabc[_0x3c223a(0x289)]&&_0x451c1d[_0x3c223a(0x10e)]===_0x2feabc[_0x3c223a(0x10e)]||(this[_0x3c223a(0x10d)]=_0x2feabc,this[_0x3c223a(0x301)]());}[_0x533bf2(0x2cf)](){const _0x45e2cf=_0x533bf2;var _0x44308c;let _0x1c57bc=(_0x44308c=this['_getFloatDomInfo']())==null?void 0x0:_0x44308c[_0x45e2cf(0x11a)];return _0x1c57bc?{'left':_0x1c57bc[_0x45e2cf(0x234)],'top':_0x1c57bc[_0x45e2cf(0x291)],'width':_0x1c57bc[_0x45e2cf(0x289)],'height':_0x1c57bc[_0x45e2cf(0x10e)]}:null;}[_0x533bf2(0x2e9)](_0x1b04ed){const _0x4eebd8=_0x533bf2;return _0x546db4[_0x4eebd8(0x2f2)]({'logicalOuterRect':{'left':_0x1b04ed[_0x4eebd8(0x234)],'top':_0x1b04ed['top'],'width':_0x1b04ed[_0x4eebd8(0x289)],'height':_0x1b04ed[_0x4eebd8(0x10e)]},'scale':{'scaleX':_0x1b04ed[_0x4eebd8(0xc2)],'scaleY':_0x1b04ed['scaleY']},'hostStyle':this['_frameStyle'](),'contentMode':_0x4a77a7[_0x4eebd8(0xcf)]});}[_0x533bf2(0x2fa)](){return{...this['_hostStyle'],'radius':_0x5a398f};}['_activateHostWrapper'](_0x32e5e4){const _0x437a1a=_0x533bf2;let _0x50ef30=_0x32e5e4[_0x437a1a(0xa5)];_0x50ef30&&(this['_savedWrapperStyle']||={'zIndex':_0x50ef30[_0x437a1a(0x1c9)][_0x437a1a(0x235)],'pointerEvents':_0x50ef30[_0x437a1a(0x1c9)][_0x437a1a(0xa6)]},_0x50ef30[_0x437a1a(0x1c9)]['zIndex']=_0x437a1a(0x25d),_0x50ef30[_0x437a1a(0x1c9)][_0x437a1a(0xa6)]=_0x437a1a(0x1af));}[_0x533bf2(0x26e)](){const _0x1edd3b=_0x533bf2;var _0x171469;if(!this[_0x1edd3b(0x1b9)])return;let _0x39a2af=this[_0x1edd3b(0x254)](),_0x4db5a8=(_0x39a2af==null?void 0x0:_0x39a2af[_0x1edd3b(0x1bc)])??this[_0x1edd3b(0xbe)],_0x2f3b51=(_0x171469=document[_0x1edd3b(0x206)](_0x4db5a8))==null?void 0x0:_0x171469[_0x1edd3b(0xa5)];_0x2f3b51&&(_0x2f3b51[_0x1edd3b(0x1c9)][_0x1edd3b(0x235)]=this[_0x1edd3b(0x1b9)][_0x1edd3b(0x235)],_0x2f3b51['style'][_0x1edd3b(0xa6)]=this[_0x1edd3b(0x1b9)][_0x1edd3b(0xa6)]),this['_savedWrapperStyle']=null;}},Kr=class extends _0xa3de1f{constructor(_0x1ad6b6,_0x1ebbab,_0x582e8a,_0x4b14d5,_0x393c03,_0x559989){const _0x4dd8a6=_0x533bf2;super(_0x1ad6b6),this[_0x4dd8a6(0x1ed)]=_0x1ebbab,this[_0x4dd8a6(0x1b0)]=_0x582e8a,this[_0x4dd8a6(0x142)]=_0x4b14d5,this[_0x4dd8a6(0x9e)]=_0x393c03,this[_0x4dd8a6(0x1e1)]=_0x559989;}[_0x533bf2(0x207)](){const _0x1858a0=_0x533bf2;let _0x31385a=this[_0x1858a0(0x1ed)]();return _0x31385a?Fr(_0x31385a):null;}[_0x533bf2(0x279)](_0x5ad67a){const _0x189374=_0x533bf2;this[_0x189374(0x1b0)](_0x5ad67a);}['nextVersion'](){const _0x391af0=_0x533bf2;return this['_snapshotStore'][_0x391af0(0x1dc)](this[_0x391af0(0x142)]);}[_0x533bf2(0x134)](_0x46533d,_0x134322){const _0x1e0b14=_0x533bf2;return this[_0x1e0b14(0x9e)][_0x1e0b14(0x126)](this[_0x1e0b14(0x142)],_0x46533d,_0x134322);}['requestPaint'](){const _0x523e13=_0x533bf2;this[_0x523e13(0x1e1)]();}[_0x533bf2(0x99)](){this['_snapshotStore']['nextVersion'](this['_snapshotKey']);}};function q(_0xf6a304,_0x3132e6){return function(_0x22bbb0,_0x58f118){_0x3132e6(_0x22bbb0,_0x58f118,_0xf6a304);};}function J(_0x59beaf,_0x3d96bd,_0x193a30,_0x28d06b){const _0x29aa90=_0x533bf2;var _0x4ba988=arguments['length'],_0x693e80=_0x4ba988<0x3?_0x3d96bd:_0x28d06b===null?_0x28d06b=Object[_0x29aa90(0x1d0)](_0x3d96bd,_0x193a30):_0x28d06b,_0x1aa85a;if(typeof Reflect==_0x29aa90(0x27a)&&typeof Reflect[_0x29aa90(0x2b6)]==_0x29aa90(0xf6))_0x693e80=Reflect[_0x29aa90(0x2b6)](_0x59beaf,_0x3d96bd,_0x193a30,_0x28d06b);else{for(var _0x20df92=_0x59beaf[_0x29aa90(0x221)]-0x1;_0x20df92>=0x0;_0x20df92--)(_0x1aa85a=_0x59beaf[_0x20df92])&&(_0x693e80=(_0x4ba988<0x3?_0x1aa85a(_0x693e80):_0x4ba988>0x3?_0x1aa85a(_0x3d96bd,_0x193a30,_0x693e80):_0x1aa85a(_0x3d96bd,_0x193a30))||_0x693e80);}return _0x4ba988>0x3&&_0x693e80&&Object[_0x29aa90(0x1b1)](_0x3d96bd,_0x193a30,_0x693e80),_0x693e80;}function qr(_0x19c3a5){const _0x357f13=_0x533bf2;if(!Object[_0x357f13(0x222)][_0x357f13(0x177)][_0x357f13(0xc0)](_0x19c3a5,_0x357f13(0x2bc)))return _0x19c3a5;let {border:_0x4161e5,..._0x36d084}=_0x19c3a5;return{..._0x36d084,'stroke':(_0x4161e5==null?void 0x0:_0x4161e5['color'])??'transparent','strokeWidth':(_0x4161e5==null?void 0x0:_0x4161e5[_0x357f13(0x289)])??0x0};}let Jr=class extends _0x1b05ef{constructor(_0x1081d8,_0x25d040,_0x28e4a2,_0x17c392){const _0x30a192=_0x533bf2;super(),this[_0x30a192(0x106)]=_0x1081d8,this['_renderManagerService']=_0x25d040,this['_chartSnapshotStoreService']=_0x28e4a2,this[_0x30a192(0x30c)]=_0x17c392,W(this,_0x30a192(0x2c4),new Map()),W(this,_0x30a192(0x260),new Set()),W(this,_0x30a192(0x1f8),new _0x31f8bb()),W(this,_0x30a192(0x20b),this[_0x30a192(0x1f8)][_0x30a192(0x2ae)]()),this[_0x30a192(0x269)](this[_0x30a192(0x106)][_0x30a192(0x26b)]['subscribe'](_0xae9882=>{const _0x478da4=_0x30a192;let _0x4b6998=this[_0x478da4(0x2c4)][_0x478da4(0x125)](_0xae9882['id']);_0x4b6998!=null&&_0x4b6998[_0x478da4(0x2e8)]()&&(_0x4b6998['markUnmanaged'](),this[_0x478da4(0x1f8)][_0x478da4(0x93)](_0xae9882['id']));}));}[_0x533bf2(0x30f)](_0xdac3c2){const _0x8f3a5d=_0x533bf2;if(_0xdac3c2==null)return;let _0x56786c=this[_0x8f3a5d(0x2a9)][_0x8f3a5d(0x27c)](_0xdac3c2),_0x366b55=_0x56786c==null?void 0x0:_0x56786c[_0x8f3a5d(0x244)];return _0x56786c==null||_0x366b55==null?null:{'scene':_0x366b55,'transformer':_0x366b55['getTransformerByCreate'](),'renderUnit':_0x56786c,'canvas':_0x56786c[_0x8f3a5d(0x2f8)][_0x8f3a5d(0x230)]()};}[_0x533bf2(0x2a3)](_0x3a0f83,_0x39f5ba){const _0x11c7fe=_0x533bf2;let _0x34be6a=this[_0x11c7fe(0x106)],_0x1ea54e=_0x39f5ba||_0x11c7fe(0x8e),_0x51dd79=_0x34be6a[_0x11c7fe(0x20c)](_0x3a0f83);if(_0x51dd79){let {unitId:_0x4e9987,subUnitId:_0x2cb7c3}=_0x51dd79;_0x34be6a[_0x11c7fe(0x16b)](_0x4e9987,_0x2cb7c3,_0x3a0f83,{'stroke':_0x1ea54e});}}['setHostStyle'](_0x43d3fb,_0x4a419e){const _0x16dc39=_0x533bf2;let _0x15bb18=this['_sheetCanvasFloatDomManagerService'],_0xa0f580=_0x15bb18[_0x16dc39(0x20c)](_0x43d3fb);if(_0xa0f580){let {unitId:_0x2fef02,subUnitId:_0x3f5056}=_0xa0f580;_0x15bb18[_0x16dc39(0x16b)](_0x2fef02,_0x3f5056,_0x43d3fb,qr(_0x4a419e));}}[_0x533bf2(0x1e7)](_0x17dad0){const _0x4d7227=_0x533bf2;let _0x73dcb0=this[_0x4d7227(0x106)][_0x4d7227(0x20c)](_0x17dad0);return _0x73dcb0?_0x73dcb0['rect']:null;}[_0x533bf2(0x108)](_0x2e28ee){const _0x471dce=_0x533bf2;var _0x4f28b0;return((_0x4f28b0=this[_0x471dce(0x2c4)][_0x471dce(0x125)](_0x2e28ee))==null?void 0x0:_0x4f28b0[_0x471dce(0x1d9)]())??!0x1;}['syncHostLayout'](_0x37db88){const _0x118759=_0x533bf2;var _0xecf6af;(_0xecf6af=this[_0x118759(0x2c4)]['get'](_0x37db88))==null||_0xecf6af['syncLayout']();}['removeHost'](_0x5ae353){const _0x488b6e=_0x533bf2;let _0xe9eff3=this['_chartHostMap'][_0x488b6e(0x125)](_0x5ae353);_0xe9eff3==null||_0xe9eff3[_0x488b6e(0x27b)](),this[_0x488b6e(0x2c4)][_0x488b6e(0x1fd)](_0x5ae353);}async[_0x533bf2(0x145)](_0x5dba13,_0x4fd40f){const _0xe4607e=_0x533bf2;if(_0x4fd40f===_0x41159f[_0xe4607e(0x129)])return this['_createImageChartHost'](_0x5dba13);if(_0x4fd40f===_0x41159f[_0xe4607e(0x144)])return this[_0xe4607e(0x300)](_0x5dba13);let _0x3e68b8=this['_getOrCreateSheetChartHost'](_0x5dba13);if(!_0x3e68b8)throw Error(_0xe4607e(0x175));return _0x3e68b8[_0xe4607e(0x191)]();}[_0x533bf2(0xa4)](_0x4e8e41){const _0x450dc3=_0x533bf2;var _0x1dec2c;return this[_0x450dc3(0x260)]['has'](_0x4e8e41)?(_0x1dec2c=this['_chartHostMap']['get'](_0x4e8e41))!=null&&_0x1dec2c[_0x450dc3(0x1d9)]()?!0x0:(this[_0x450dc3(0x260)][_0x450dc3(0x1fd)](_0x4e8e41),!0x1):!0x1;}[_0x533bf2(0x197)](_0x230e53){const _0x3ae57f=_0x533bf2;this[_0x3ae57f(0x260)][_0x3ae57f(0x1fd)](_0x230e53)&&this['_requestChartCanvasRender'](_0x230e53);}['invalidateSnapshot'](_0x13e8ad){const _0x4738f6=_0x533bf2;let _0x34d0af=this[_0x4738f6(0x122)](_0x13e8ad);_0x34d0af&&this[_0x4738f6(0x2f6)][_0x4738f6(0x1dc)](_0x34d0af);}['_createImageChartHost'](_0x574851){const _0x21fa92=_0x533bf2;let _0x4fe1a4=this[_0x21fa92(0x122)](_0x574851);return!_0x4fe1a4||!this['getHostSize'](_0x574851)?null:new Kr(_0x574851,()=>this[_0x21fa92(0x1e7)](_0x574851),_0x44ea23=>this[_0x21fa92(0x102)](_0x574851,_0x44ea23),_0x4fe1a4,this[_0x21fa92(0x2f6)],()=>this[_0x21fa92(0x292)](_0x574851));}[_0x533bf2(0x300)](_0x20bd6b){const _0x552608=_0x533bf2;if(!this[_0x552608(0x1e7)](_0x20bd6b))return null;this[_0x552608(0x30c)][_0x552608(0x2e1)](_0x20bd6b,{'contentBox':{'wrapperInset':0x0,'contentInset':0x0}});let _0x2492c3=this['_chartHostMap']['get'](_0x20bd6b);if(_0x2492c3)return _0x2492c3;let _0x228d0e=new Gr(_0x20bd6b,()=>this[_0x552608(0x106)][_0x552608(0x20c)](_0x20bd6b),()=>this[_0x552608(0x25f)](_0x20bd6b),_0x492490=>this[_0x552608(0x102)](_0x20bd6b,_0x492490),()=>this[_0x552608(0x2bb)],()=>this['_markHostReady'](_0x20bd6b),()=>this[_0x552608(0x197)](_0x20bd6b));return this[_0x552608(0x2c4)]['set'](_0x20bd6b,_0x228d0e),_0x228d0e;}[_0x533bf2(0x2a1)](_0xb06a6e){const _0x23ad17=_0x533bf2;this[_0x23ad17(0x260)][_0x23ad17(0xc4)](_0xb06a6e)||(this['_activeDomReadyChartIds'][_0x23ad17(0x2db)](_0xb06a6e),this[_0x23ad17(0x292)](_0xb06a6e));}[_0x533bf2(0x122)](_0x2a3936){const _0x22f33f=_0x533bf2;let _0x2a6979=this[_0x22f33f(0x106)][_0x22f33f(0x20c)](_0x2a3936);return _0x2a6979?{'unitId':_0x2a6979[_0x22f33f(0x17e)],'subUnitId':_0x2a6979[_0x22f33f(0x1f7)],'chartId':_0x2a3936}:null;}['_requestChartCanvasRender'](_0x45258e){const _0x1955ef=_0x533bf2;var _0x2bfaca,_0x597912,_0x8a3e58;let _0x45aa31=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x45258e);if(!_0x45aa31)return;let _0x27f0c1=(_0x2bfaca=this[_0x1955ef(0x2a9)][_0x1955ef(0x27c)](_0x45aa31[_0x1955ef(0x17e)]))==null?void 0x0:_0x2bfaca[_0x1955ef(0x244)],_0x1a4797=(_0x27f0c1==null||(_0x597912=_0x27f0c1['getObjectIncludeInGroup'])==null?void 0x0:_0x597912[_0x1955ef(0xc0)](_0x27f0c1,_0x57c728({'unitId':_0x45aa31['unitId'],'subUnitId':_0x45aa31['subUnitId'],'drawingId':_0x45258e})))??(_0x27f0c1==null?void 0x0:_0x27f0c1[_0x1955ef(0xb5)](_0x57c728({'unitId':_0x45aa31['unitId'],'subUnitId':_0x45aa31[_0x1955ef(0x1f7)],'drawingId':_0x45258e})))??null;_0x1a4797==null||(_0x8a3e58=_0x1a4797['makeDirty'])==null||_0x8a3e58['call'](_0x1a4797,!0x0),_0x27f0c1==null||_0x27f0c1[_0x1955ef(0x112)](!0x0);}[_0x533bf2(0x25f)](_0x5d97d8){const _0x368c13=_0x533bf2;let _0x21b2e8=this[_0x368c13(0x106)][_0x368c13(0x20c)](_0x5d97d8);if(!_0x21b2e8)return null;let _0x1d6539=this[_0x368c13(0x30f)](_0x21b2e8[_0x368c13(0x17e)]),_0x4608aa=_0x1d6539==null?void 0x0:_0x1d6539[_0x368c13(0x244)],_0x1f9498=document[_0x368c13(0x206)](_0x21b2e8[_0x368c13(0x1bc)]??_0x5d97d8);return Ir(_0x21b2e8[_0x368c13(0x11a)],{'scaleX':(_0x4608aa==null?void 0x0:_0x4608aa[_0x368c13(0xc2)])??0x1,'scaleY':(_0x4608aa==null?void 0x0:_0x4608aa[_0x368c13(0x19d)])??0x1},_0x1f9498?{'left':_0x1f9498[_0x368c13(0x2be)],'top':_0x1f9498[_0x368c13(0x21f)]}:void 0x0);}[_0x533bf2(0x27b)](){const _0x5836e4=_0x533bf2;this[_0x5836e4(0x2bb)]||(this[_0x5836e4(0x2c4)][_0x5836e4(0x1cf)](_0x51e349=>_0x51e349[_0x5836e4(0x27b)]()),this[_0x5836e4(0x2c4)][_0x5836e4(0x13e)](),this[_0x5836e4(0x260)]['clear'](),this['_removeHost$'][_0x5836e4(0x193)](),super[_0x5836e4(0x27b)]());}};Jr=J([q(0x0,_0x28410f(_0x10c864)),q(0x1,_0x28410f(_0x4c69ff)),q(0x2,_0x28410f(Ur)),q(0x3,_0x28410f(_0x9c432f))],Jr);const Yr=_0x396891('sheets-chart-ui.host.provider'),Y=_0x396891(_0x533bf2(0x30d));let Xr=class extends _0xee89a9{constructor(_0x33599e,_0x3a5e78,_0x36eece,_0x2a6520,_0x218c32,_0x1a51ff){const _0x5d0a2f=_0x533bf2;super(_0x1a51ff),this[_0x5d0a2f(0x2d7)]=_0x33599e,this[_0x5d0a2f(0x168)]=_0x3a5e78,this[_0x5d0a2f(0x90)]=_0x36eece,this[_0x5d0a2f(0x1e9)]=_0x2a6520,this[_0x5d0a2f(0x19e)]=_0x218c32,W(this,_0x5d0a2f(0x107),!0x1),W(this,'_activeEditChart$',new _0x53aede(null)),W(this,_0x5d0a2f(0x2aa),new _0x53aede(null)),W(this,_0x5d0a2f(0x27e),new _0x53aede(null)),W(this,_0x5d0a2f(0x1e3),this[_0x5d0a2f(0x2e2)][_0x5d0a2f(0x2ae)]()),W(this,_0x5d0a2f(0x141),this[_0x5d0a2f(0x2aa)][_0x5d0a2f(0x2ae)]()),W(this,_0x5d0a2f(0x1f5),this[_0x5d0a2f(0x27e)]['asObservable']());}get[_0x533bf2(0x2c6)](){const _0x5efe6b=_0x533bf2;return this[_0x5efe6b(0x2d7)][_0x5efe6b(0x14f)]??null;}get[_0x533bf2(0x14f)](){const _0x54e4ed=_0x533bf2;return this[_0x54e4ed(0x2d7)]['activeChartModel'];}get[_0x533bf2(0x241)](){const _0x4b97bb=_0x533bf2;return this[_0x4b97bb(0x2d7)][_0x4b97bb(0x241)];}get[_0x533bf2(0x2c1)](){const _0x5630a8=_0x533bf2;return this[_0x5630a8(0x2e2)][_0x5630a8(0x27d)]();}get[_0x533bf2(0x15d)](){const _0xd17bde=_0x533bf2;return this[_0xd17bde(0x1e9)][_0xd17bde(0x15d)];}get[_0x533bf2(0x246)](){return this['_rangeSelectMode'];}[_0x533bf2(0x264)](_0x558d18){const _0x51b4ec=_0x533bf2;this[_0x51b4ec(0x107)]=_0x558d18;}[_0x533bf2(0xf4)](_0x4a262a){const _0x41ec23=_0x533bf2;this[_0x41ec23(0x2e2)]['getValue']()!==_0x4a262a&&this[_0x41ec23(0x2e2)][_0x41ec23(0x93)](_0x4a262a);}[_0x533bf2(0x12c)](_0x354e38){return this['activeEditChart']===_0x354e38;}[_0x533bf2(0x2b8)](_0x2594ed){const _0x277fc9=_0x533bf2;this[_0x277fc9(0x2aa)]['next'](_0x2594ed);}[_0x533bf2(0x2e7)](_0x2fe6b5,_0x3691e2){const _0xc3bf2c=_0x533bf2;this['_panelRoute$'][_0xc3bf2c(0x93)]({'chartId':_0x2fe6b5,'route':_0x3691e2});}[_0x533bf2(0x1fc)](){this['_panelRoute$']['next'](null);}['setDataRange'](_0x1cc77d){let _0xfebf33=this['activeChartModel'];_0xfebf33&&this['_executeChartUpdateSourceConfig']({'chartModelId':_0xfebf33['id'],'range':_0x1cc77d});}[_0x533bf2(0x1ab)](_0x98fcd8){const _0x1f8366=_0x533bf2;var _0x55af18;let _0x15a741=this[_0x1f8366(0x14f)];if(!_0x15a741)return;let _0x482c57=(_0x55af18=this[_0x1f8366(0x168)][_0x1f8366(0x109)](_0x15a741['id']))==null?void 0x0:_0x55af18[_0x1f8366(0x1f9)]();if(!_0x482c57)return;let _0x24f037={..._0x482c57,'isRowDirection':_0x98fcd8===_0x1807ec[_0x1f8366(0x187)]};this[_0x1f8366(0xe9)]({'chartModelId':_0x15a741['id'],'range':_0x24f037});}[_0x533bf2(0x1a9)](_0x3d1d48){const _0x271dd1=_0x533bf2;var _0x1e5e1d;this[_0x271dd1(0x90)][_0x271dd1(0x19c)](_0x32b2ba['id'],{..._0x3d1d48,'unitId':((_0x1e5e1d=this[_0x271dd1(0x19e)][_0x271dd1(0x270)]())==null?void 0x0:_0x1e5e1d[_0x271dd1(0x23a)]())??''});}['_executeChartUpdateSourceConfig'](_0x167c49){const _0x7c675e=_0x533bf2;var _0x3a2381;this['_commandService']['executeCommand'](_0x575ee3['id'],{..._0x167c49,'unitId':((_0x3a2381=this[_0x7c675e(0x19e)][_0x7c675e(0x270)]())==null?void 0x0:_0x3a2381[_0x7c675e(0x23a)]())??''});}['dispose'](){const _0x382a62=_0x533bf2;this[_0x382a62(0x2e2)][_0x382a62(0x193)](),this['_selectedElement$'][_0x382a62(0x193)](),this['_panelRoute$'][_0x382a62(0x193)](),super[_0x382a62(0x27b)]();}};Xr=J([q(0x0,_0x28410f(_0x538c99)),q(0x1,_0x28410f(_0x1d97a8)),q(0x2,_0x413077),q(0x3,_0x28410f(_0x3f8b07)),q(0x4,_0x371c5e),q(0x5,_0x28410f(_0x513507))],Xr);const Zr=_0xac39e4[_0x533bf2(0x129)];var Qr=class extends _0xa3de1f{constructor(_0x3adb09,_0x5abfb5){const _0x119523=_0x533bf2;super(_0x3adb09),this['_rect']=_0x5abfb5,W(this,_0x119523(0x25e),0x0),W(this,'_image',void 0x0),W(this,_0x119523(0x1c9),{});}[_0x533bf2(0x207)](){return this['_rect'];}['setStyle'](_0x36ac1c){const _0xa842b0=_0x533bf2;this[_0xa842b0(0x1c9)]=_0x36ac1c;}[_0x533bf2(0x1dc)](){const _0x5de4c9=_0x533bf2;return++this[_0x5de4c9(0x25e)];}['commitSnapshot'](_0x38e88c,_0x573598){const _0x38fd48=_0x533bf2;return _0x573598===this[_0x38fd48(0x25e)]?(G(this[_0x38fd48(0x12a)]),this[_0x38fd48(0x12a)]=_0x38e88c,!0x0):(G(_0x38e88c),!0x1);}[_0x533bf2(0x2dc)](){}[_0x533bf2(0x99)](){const _0x2ec146=_0x533bf2;this[_0x2ec146(0x25e)]+=0x1;}[_0x533bf2(0x307)](){const _0x536a3e=_0x533bf2;let _0x4579ac=this[_0x536a3e(0x12a)];return this[_0x536a3e(0x12a)]=void 0x0,_0x4579ac;}[_0x533bf2(0x27b)](){const _0x1a2c48=_0x533bf2;G(this[_0x1a2c48(0x12a)]),this['_image']=void 0x0,super['dispose']();}};function $r(_0x3dd3c9,_0x3aeea7,_0x50b83f){const _0x26a92b=_0x533bf2;let _0x2558a3=_0x3dd3c9['getRuntimeContext'](_0x3aeea7);return _0x5634d6({..._0x3dd3c9[_0x26a92b(0x1c9)],'runtime':{..._0x2558a3,'layoutInset':0x8,..._0x50b83f===void 0x0?{}:{'addWatermark':_0x50b83f}},'direction':_0x3aeea7},_0x3dd3c9[_0x26a92b(0x237)]);}let X=class extends _0x1b05ef{constructor(_0x19592f,_0x3d7afd,_0x5e2b2f,_0x31b22d,_0x2d6c0c,_0x101b5d,_0x39056e,_0x223417,_0x2a1a5c,_0x5580d7,_0xbf4457,_0x105414,_0x4a0102,_0x541e65){const _0x22bd40=_0x533bf2;super(),this['_chartHostProvider']=_0x19592f,this[_0x22bd40(0x106)]=_0x3d7afd,this[_0x22bd40(0x2d7)]=_0x5e2b2f,this['_drawingManagerService']=_0x31b22d,this[_0x22bd40(0x19e)]=_0x2d6c0c,this[_0x22bd40(0x2a9)]=_0x101b5d,this[_0x22bd40(0x1e9)]=_0x39056e,this['_chartUIService']=_0x223417,this[_0x22bd40(0x226)]=_0x2a1a5c,this[_0x22bd40(0xb0)]=_0x5580d7,this[_0x22bd40(0x194)]=_0xbf4457,this[_0x22bd40(0x2ea)]=_0x105414,this['_chartSnapshotStoreService']=_0x4a0102,this[_0x22bd40(0x114)]=_0x541e65,W(this,_0x22bd40(0x2ac),new Map()),W(this,'_chartEventHandlers',new Map()),W(this,_0x22bd40(0x262),new Map()),W(this,_0x22bd40(0x296),new Map()),W(this,'_renderDebounceMap',new Map()),W(this,_0x22bd40(0x183),new Map()),W(this,_0x22bd40(0x13a),void 0x0),W(this,_0x22bd40(0xe3),void 0x0),W(this,'_lastRenderInputMap',new Map()),W(this,_0x22bd40(0x245),null),W(this,'_lastActiveSheet',null);let _0x23c7b7=_0x4b9dc3(this[_0x22bd40(0x226)]),_0x446fc6=this['_configService'][_0x22bd40(0x8f)](_0x40c528);this[_0x22bd40(0x13a)]=(_0x446fc6==null?void 0x0:_0x446fc6[_0x22bd40(0x152)])??Zr,this[_0x22bd40(0xe3)]=_0x23c7b7[_0x22bd40(0x221)]!==0x1||_0x23c7b7[0x0]!=='all',this[_0x22bd40(0x198)](),this[_0x22bd40(0x306)](),this[_0x22bd40(0x2c7)](),this[_0x22bd40(0x286)](),this[_0x22bd40(0x171)]();}[_0x533bf2(0xd7)](_0x418be2){const _0xd36fde=_0x533bf2;let _0xb42d47=this['_getChartSnapshotKey'](_0x418be2);return _0xb42d47?this[_0xd36fde(0x2f6)]['getImage'](_0xb42d47):void 0x0;}[_0x533bf2(0x2fe)](_0x1545fc){const _0x309703=_0x533bf2;var _0x57eec4;return((_0x57eec4=this[_0x309703(0x2d7)][_0x309703(0x14f)])==null?void 0x0:_0x57eec4['id'])===_0x1545fc?_0xac39e4[_0x309703(0x144)]:this[_0x309703(0x13a)];}[_0x533bf2(0x122)](_0x2ef21e){const _0x522b2a=_0x533bf2;let _0x241adb=this[_0x522b2a(0x106)][_0x522b2a(0x20c)](_0x2ef21e);return _0x241adb?{'unitId':_0x241adb[_0x522b2a(0x17e)],'subUnitId':_0x241adb[_0x522b2a(0x1f7)],'chartId':_0x2ef21e}:null;}[_0x533bf2(0x198)](){const _0x57d96d=_0x533bf2;this[_0x57d96d(0x13a)]===_0xac39e4[_0x57d96d(0x129)]&&this[_0x57d96d(0x269)](this[_0x57d96d(0x106)][_0x57d96d(0x1e2)](_0xc2a308[_0x57d96d(0xcb)],({key:_0x53b810,config:_0x3dd8b3,unitId:_0x50f23b,subUnitId:_0x21c6d6,drawingId:_0x5956a9})=>new Br(_0x53b810,_0x3dd8b3,()=>this[_0x57d96d(0x2f6)]['getImage']({'unitId':_0x50f23b,'subUnitId':_0x21c6d6,'chartId':_0x5956a9}),()=>this['_chartHostProvider'][_0x57d96d(0xa4)](_0x5956a9))));}[_0x533bf2(0x306)](){const _0x2b5d49=_0x533bf2;this['disposeWithMe'](this[_0x2b5d49(0x2d7)][_0x2b5d49(0x241)][_0x2b5d49(0x28f)](_0x60cca1=>{const _0x4200ef=_0x2b5d49;let _0x4a2927=(_0x60cca1==null?void 0x0:_0x60cca1['id'])??null,_0xc97c57=this[_0x4200ef(0x245)];_0xc97c57!==_0x4a2927&&(_0xc97c57&&(this[_0x4200ef(0x294)][_0x4200ef(0x197)](_0xc97c57),this[_0x4200ef(0x2d0)](_0xc97c57),this['_disposeChartDomInstance'](_0xc97c57),this[_0x4200ef(0x240)](_0xc97c57)),this[_0x4200ef(0x245)]=_0x4a2927,_0x4a2927&&(this[_0x4200ef(0x294)][_0x4200ef(0x197)](_0x4a2927),this['_applyActiveChartRuntimeZIndex'](_0x4a2927),this[_0x4200ef(0x240)](_0x4a2927)));}));}[_0x533bf2(0x2c7)](){const _0x42e0f1=_0x533bf2;this[_0x42e0f1(0x269)](this[_0x42e0f1(0x305)]['featurePluginGroupUpdate$'][_0x42e0f1(0x28f)](_0x22778f=>{const _0x4fb871=_0x42e0f1;var _0x51b373;let _0x51fde9=(_0x51b373=this['_chartModelService'][_0x4fb871(0x14f)])==null?void 0x0:_0x51b373['id'];_0x51fde9&&_0x22778f[_0x4fb871(0x1f0)](_0x1a7437=>_0x1a7437[_0x4fb871(0x2cd)]['some'](_0x1ea43a=>_0x1ea43a['drawingId']===_0x51fde9))&&this[_0x4fb871(0x2d7)][_0x4fb871(0x219)](null);})),this[_0x42e0f1(0x269)](this[_0x42e0f1(0x305)][_0x42e0f1(0x2e0)]['subscribe'](_0x36150b=>{const _0xa1a48c=_0x42e0f1;var _0xe1503a;let _0x42767d=(_0xe1503a=this[_0xa1a48c(0x2d7)][_0xa1a48c(0x14f)])==null?void 0x0:_0xe1503a['id'];_0x42767d&&_0x36150b[_0xa1a48c(0x1f0)](_0x210336=>_0x210336[_0xa1a48c(0xad)][_0xa1a48c(0x1ae)]===_0x42767d||_0x210336[_0xa1a48c(0x2cd)][_0xa1a48c(0x1f0)](_0x118f14=>_0x118f14[_0xa1a48c(0x1ae)]===_0x42767d))&&this[_0xa1a48c(0x2d7)][_0xa1a48c(0x219)](null);}));}[_0x533bf2(0x286)](){const _0x22e115=_0x533bf2;this[_0x22e115(0x269)](this['_drawingManagerService'][_0x22e115(0x201)][_0x22e115(0x28f)](_0x5423df=>{const _0x2e81c7=_0x22e115;var _0x2d1466;let _0x12cbd8=(_0x2d1466=this[_0x2e81c7(0x2d7)][_0x2e81c7(0x14f)])==null?void 0x0:_0x2d1466['id'];if(!_0x12cbd8){_0x5423df[_0x2e81c7(0x1ff)]['forEach'](_0x10dd66=>{const _0x4d69c2=_0x2e81c7;this[_0x4d69c2(0x2d7)]['getChartModel'](_0x10dd66)&&this[_0x4d69c2(0x2d0)](_0x10dd66);});return;}let _0x1a62e6=this[_0x2e81c7(0x106)][_0x2e81c7(0x20c)](_0x12cbd8);(_0x1a62e6==null?void 0x0:_0x1a62e6[_0x2e81c7(0x17e)])===_0x5423df[_0x2e81c7(0x17e)]&&_0x1a62e6['subUnitId']===_0x5423df['subUnitId']&&this[_0x2e81c7(0x164)](_0x12cbd8);})),this[_0x22e115(0x269)](this[_0x22e115(0x305)][_0x22e115(0x1d8)][_0x22e115(0x28f)](_0x26fb76=>{const _0x5103ba=_0x22e115;var _0x2d40d;let _0x193be9=(_0x2d40d=this['_chartModelService']['activeChartModel'])==null?void 0x0:_0x2d40d['id'];if(!_0x193be9)return;let _0x2ce9ff=this[_0x5103ba(0x106)][_0x5103ba(0x20c)](_0x193be9);_0x2ce9ff&&_0x26fb76[_0x5103ba(0x1f0)](_0x3e3dd8=>_0x3e3dd8[_0x5103ba(0x17e)]===_0x2ce9ff[_0x5103ba(0x17e)]&&_0x3e3dd8[_0x5103ba(0x1f7)]===_0x2ce9ff['subUnitId'])&&this[_0x5103ba(0x164)](_0x193be9);})),this['disposeWithMe'](this[_0x22e115(0x2d7)][_0x22e115(0x1a2)]['subscribe'](_0x4c999d=>{const _0x4138a5=_0x22e115;var _0x10eab5;this[_0x4138a5(0x1db)][_0x4138a5(0x1fd)](_0x4c999d),this[_0x4138a5(0x2f6)][_0x4138a5(0xe8)](_0x4c999d),this[_0x4138a5(0x178)](_0x4c999d),this[_0x4138a5(0x294)][_0x4138a5(0x197)](_0x4c999d),((_0x10eab5=this[_0x4138a5(0x2d7)][_0x4138a5(0x14f)])==null?void 0x0:_0x10eab5['id'])===_0x4c999d?this[_0x4138a5(0x2d7)][_0x4138a5(0x219)](null):this['_resetChartRuntimeZIndex'](_0x4c999d),this[_0x4138a5(0x2a5)](_0x4c999d);}));}[_0x533bf2(0x240)](_0x3d4620){const _0x107f00=_0x533bf2;let _0x19a697=this[_0x107f00(0x1db)][_0x107f00(0x125)](_0x3d4620);_0x19a697&&this['render'](_0x3d4620,_0x19a697[_0x107f00(0x215)],_0x19a697[_0x107f00(0x1c9)]);}[_0x533bf2(0x2af)](_0x474365){const _0x520553=_0x533bf2;let _0x150c46=this[_0x520553(0x2ac)][_0x520553(0x125)](_0x474365);(_0x150c46==null?void 0x0:_0x150c46[_0x520553(0x2c8)])===_0x520553(0x1cb)&&(this['_disposeChartEventSubscriptions'](_0x474365),_0x150c46[_0x520553(0x27b)](),this[_0x520553(0x2ac)][_0x520553(0x1fd)](_0x474365)),this[_0x520553(0x294)][_0x520553(0x197)](_0x474365),this[_0x520553(0x294)][_0x520553(0x132)](_0x474365);}[_0x533bf2(0x2a5)](_0x6e0447){const _0x45cc99=_0x533bf2;let _0x5f0807=this['_chartInstanceMap']['get'](_0x6e0447);_0x5f0807&&(this[_0x45cc99(0x17c)](_0x6e0447),_0x5f0807['dispose'](),this[_0x45cc99(0x2ac)][_0x45cc99(0x1fd)](_0x6e0447)),this[_0x45cc99(0x294)][_0x45cc99(0x197)](_0x6e0447),this[_0x45cc99(0x294)][_0x45cc99(0x132)](_0x6e0447);}[_0x533bf2(0x178)](_0x4df0b9){const _0x3d4e1c=_0x533bf2;var _0x9f09be,_0x2389af;(_0x9f09be=this[_0x3d4e1c(0x114)][_0x3d4e1c(0x2d8)](_0x5f5aa4))==null||(_0x2389af=_0x9f09be['clearRuntimeCache'])==null||_0x2389af[_0x3d4e1c(0xc0)](_0x9f09be,_0x4df0b9);}[_0x533bf2(0x29c)](_0x5b2948,_0x12774a){const _0x47f3ea=_0x533bf2;let _0x7b6cc6=this[_0x47f3ea(0x305)][_0x47f3ea(0x1a0)](_0x5b2948,_0x12774a);Object[_0x47f3ea(0x281)](_0x7b6cc6??{})[_0x47f3ea(0x1cf)](_0x3c4985=>{const _0xd33fbc=_0x47f3ea;_0x3c4985[_0xd33fbc(0x24f)]===_0xc2a308[_0xd33fbc(0xcb)]&&this[_0xd33fbc(0x178)](_0x3c4985['drawingId']);});}['_getChartRenderObject'](_0x54ddcf,_0x42b4da){const _0xe3e89=_0x533bf2;var _0x2ff419;return((_0x2ff419=_0x54ddcf[_0xe3e89(0x297)])==null?void 0x0:_0x2ff419[_0xe3e89(0xc0)](_0x54ddcf,_0x42b4da))??_0x54ddcf[_0xe3e89(0xb5)](_0x42b4da)??null;}[_0x533bf2(0x25c)](_0x33e50d){const _0x298a01=_0x533bf2;var _0x5d79a5;let _0xd2d517=this['_sheetCanvasFloatDomManagerService'][_0x298a01(0x20c)](_0x33e50d);if(!_0xd2d517)return null;let _0x33f962=(_0x5d79a5=this['_renderManagerService'][_0x298a01(0x27c)](_0xd2d517[_0x298a01(0x17e)]))==null?void 0x0:_0x5d79a5[_0x298a01(0x244)];if(!_0x33f962)return null;let _0x5854e0=this[_0x298a01(0x277)](_0x33f962,_0x57c728({'unitId':_0xd2d517['unitId'],'subUnitId':_0xd2d517['subUnitId'],'drawingId':_0x33e50d}));return _0x5854e0?{'info':_0xd2d517,'scene':_0x33f962,'chartObject':_0x5854e0}:null;}[_0x533bf2(0x251)](_0x46e3d3,_0x2741a3){const _0x5d105a=_0x533bf2;var _0xb9962b,_0x1ed8da,_0x4c3642,_0x358ed7;let _0x13cad8=this[_0x5d105a(0x25c)](_0x46e3d3);_0x13cad8&&((_0xb9962b=(_0x1ed8da=_0x13cad8[_0x5d105a(0x92)])['setProps'])==null||_0xb9962b[_0x5d105a(0xc0)](_0x1ed8da,{'zIndex':_0x2741a3}),(_0x4c3642=(_0x358ed7=_0x13cad8[_0x5d105a(0x92)])['makeDirty'])==null||_0x4c3642[_0x5d105a(0xc0)](_0x358ed7,!0x0),_0x13cad8[_0x5d105a(0x244)][_0x5d105a(0x112)](!0x0));}[_0x533bf2(0x164)](_0x524666){const _0x3fd090=_0x533bf2;let _0x36c205=this[_0x3fd090(0x106)]['getFloatDomInfo'](_0x524666);if(!_0x36c205)return;let _0x1a3add=this['_drawingManagerService'][_0x3fd090(0x170)](_0x36c205['unitId'],_0x36c205['subUnitId']);this[_0x3fd090(0x251)](_0x524666,_0x1a3add[_0x3fd090(0x221)]);}[_0x533bf2(0x2d0)](_0x41f5a5){const _0x2bd419=_0x533bf2;let _0x171ab0=this['_sheetCanvasFloatDomManagerService'][_0x2bd419(0x20c)](_0x41f5a5);if(!_0x171ab0)return;let _0xce3eb2=this[_0x2bd419(0x305)]['getDrawingOrder'](_0x171ab0[_0x2bd419(0x17e)],_0x171ab0[_0x2bd419(0x1f7)]),_0x45f80d=_0xce3eb2[_0x2bd419(0x24a)](_0x41f5a5);this[_0x2bd419(0x251)](_0x41f5a5,_0x45f80d===-0x1?Math['max'](_0xce3eb2[_0x2bd419(0x221)]-0x1,0x0):_0x45f80d);}[_0x533bf2(0x2b2)](_0x5a3b51,_0x2f7647){const _0x4bf84e=_0x533bf2;let _0x3f8814=this['_sheetCanvasFloatDomManagerService'][_0x4bf84e(0x20c)](_0x5a3b51);if(_0x2f7647[_0x4bf84e(0x289)]!==void 0x0&&_0x2f7647[_0x4bf84e(0x10e)]!==void 0x0&&_0x3f8814){var _0xc0f44e;let {subUnitId:_0x34613c}=_0x3f8814,_0x1948b5=(_0xc0f44e=this[_0x4bf84e(0x19e)]['getCurrentUnitOfType'](_0x1302ff['UNIVER_SHEET']))==null?void 0x0:_0xc0f44e[_0x4bf84e(0x120)]();if((_0x1948b5==null?void 0x0:_0x1948b5[_0x4bf84e(0x30b)]())===_0x34613c){let {width:_0x18a8f6,height:_0x22ab0e}=_0x2f7647,_0x197b7c=this[_0x4bf84e(0x2d7)][_0x4bf84e(0x154)](_0x5a3b51),_0x1d9ab0=_0x197b7c==null?void 0x0:_0x197b7c[_0x4bf84e(0x1c9)];if(Math[_0x4bf84e(0xb4)](_0x18a8f6-((_0x1d9ab0==null?void 0x0:_0x1d9ab0['width'])||0x0))>0x1||Math[_0x4bf84e(0xb4)](_0x22ab0e-((_0x1d9ab0==null?void 0x0:_0x1d9ab0[_0x4bf84e(0x10e)])||0x0))>0x1){_0x197b7c==null||_0x197b7c[_0x4bf84e(0x248)]({..._0x1d9ab0,'width':_0x18a8f6,'height':_0x22ab0e});let _0x55218d=this['_chartInstanceMap']['get'](_0x5a3b51);_0x55218d&&(this[_0x4bf84e(0x294)]['syncHostLayout'](_0x5a3b51),_0x55218d[_0x4bf84e(0x1d5)]());}}}}[_0x533bf2(0x18f)](_0x4536ea,_0x50ee9a,_0x25c6c8=0x0){const _0x9adf4e=_0x533bf2;let _0xe99ef2=this[_0x9adf4e(0x183)][_0x9adf4e(0x125)](_0x4536ea);_0xe99ef2||(_0xe99ef2=_0xe22d45(_0x6e66bb=>{this['_resizeChart'](_0x4536ea,_0x6e66bb);},_0x25c6c8),this[_0x9adf4e(0x183)][_0x9adf4e(0x1aa)](_0x4536ea,_0xe99ef2)),_0xe99ef2(_0x50ee9a);}[_0x533bf2(0x171)](){const _0x2c2fef=_0x533bf2;let _0x24266b=this[_0x2c2fef(0x1de)],_0x192429=_0x50ea4a=>{const _0x24a645=_0x2c2fef;if(!_0x24266b['has'](_0x50ea4a)){let _0x46b5c0=_0xe22d45((_0x592c06,_0xbdade,_0x47e84a,_0x16a021)=>{const _0x4166e4=_0x4f81;var _0x310426,_0x469041;if(!_0x47e84a)return;(_0x310426=_0x47e84a['category'])==null||_0x310426[_0x4166e4(0xf2)][_0x4166e4(0x1cf)]((_0x536840,_0xdd63f2)=>{const _0x197871=_0x4166e4;_0x536840[_0x197871(0x2c5)]||=this['_localeService']['t'](_0x197871(0x213))+'\x20'+(_0xdd63f2+0x1);}),_0x47e84a[_0x4166e4(0xab)][_0x4166e4(0x1cf)]((_0x8f14ae,_0x11cd0f)=>{const _0x888d95=_0x4166e4;_0x8f14ae[_0x888d95(0xfb)]||=this[_0x888d95(0x1e9)]['t'](_0x888d95(0x94))+'\x20'+(_0x11cd0f+0x1);});let _0x2c3bc5=this[_0x4166e4(0x2ed)](_0x592c06,_0x16a021),_0x3a5581=(_0x469041=this['_univerInstanceService']['getCurrentUnitOfType'](_0x1302ff[_0x4166e4(0x135)]))==null?void 0x0:_0x469041[_0x4166e4(0x120)]();(_0x3a5581==null?void 0x0:_0x3a5581['getSheetId']())===_0xbdade&&this[_0x4166e4(0x2ee)](_0x592c06['id'],_0x47e84a,_0x2c3bc5);},0x11);_0x24266b[_0x24a645(0x1aa)](_0x50ea4a,_0x46b5c0);}return _0x24266b[_0x24a645(0x125)](_0x50ea4a);};this[_0x2c2fef(0x269)](this[_0x2c2fef(0x19e)][_0x2c2fef(0x228)]['subscribe'](_0x10b52e=>{const _0x2aaada=_0x2c2fef;let _0x3d4f36=this[_0x2aaada(0x19e)][_0x2aaada(0x184)](_0x1302ff[_0x2aaada(0x135)]);if(_0x10b52e&&_0x3d4f36&&_0x3d4f36[_0x2aaada(0x23a)]()===_0x10b52e){var _0x1b2fb9;let _0x427d25=_0x3d4f36[_0x2aaada(0x120)]()[_0x2aaada(0x30b)]();this['_lastActiveSheet']&&(this['_lastActiveSheet'][_0x2aaada(0x17e)]!==_0x10b52e||this[_0x2aaada(0x238)][_0x2aaada(0x1f7)]!==_0x427d25)&&this['_clearSheetChartRuntimeCaches'](this[_0x2aaada(0x238)]['unitId'],this[_0x2aaada(0x238)]['subUnitId']),this[_0x2aaada(0x238)]={'unitId':_0x10b52e,'subUnitId':_0x427d25};let _0x13a251=this[_0x2aaada(0x305)][_0x2aaada(0x1a0)](_0x10b52e,_0x427d25);if(!((_0x1b2fb9=this['_renderManagerService'][_0x2aaada(0x27c)](_0x10b52e))!=null&&_0x1b2fb9[_0x2aaada(0xc7)](_0x52bd5f)[_0x2aaada(0x22d)](_0x427d25)))return;if(_0x13a251)for(let _0x2f4652 in _0x13a251){let {drawingId:_0x1caf5c}=_0x13a251[_0x2f4652],_0x4afd91=this[_0x2aaada(0x2d7)][_0x2aaada(0x154)](_0x1caf5c);_0x4afd91&&_0x192429(_0x4afd91['id'])(_0x4afd91,_0x427d25,_0x4afd91[_0x2aaada(0x215)],this[_0x2aaada(0x1e9)][_0x2aaada(0x1e4)]());}}})),this['disposeWithMe'](this[_0x2c2fef(0x194)][_0x2c2fef(0xb2)][_0x2c2fef(0x28f)](()=>{const _0x47c0e3=_0x2c2fef;var _0x218c2a;let _0x281e22=this[_0x47c0e3(0x19e)][_0x47c0e3(0x184)](_0x1302ff['UNIVER_SHEET']);if(!_0x281e22)return;let _0x139685=_0x281e22[_0x47c0e3(0x23a)](),_0x408ae3=_0x281e22[_0x47c0e3(0x120)]()[_0x47c0e3(0x30b)](),_0x57eda0=this['_drawingManagerService'][_0x47c0e3(0x1a0)](_0x139685,_0x408ae3);if((_0x218c2a=this[_0x47c0e3(0x2a9)][_0x47c0e3(0x27c)](_0x139685))!=null&&_0x218c2a[_0x47c0e3(0xc7)](_0x52bd5f)[_0x47c0e3(0x22d)](_0x408ae3)&&_0x57eda0)for(let _0x5734d5 in _0x57eda0){let {drawingId:_0x362bb4}=_0x57eda0[_0x5734d5],_0x5ef537=this[_0x47c0e3(0x2d7)][_0x47c0e3(0x154)](_0x362bb4);_0x5ef537&&_0x192429(_0x5ef537['id'])(_0x5ef537,_0x408ae3,_0x5ef537['config'],this['_localeService'][_0x47c0e3(0x1e4)]());}})),this[_0x2c2fef(0x269)](this[_0x2c2fef(0x305)][_0x2c2fef(0x1d8)][_0x2c2fef(0x28f)](_0x196522=>{const _0x2d2990=_0x2c2fef;_0x196522[_0x2d2990(0x1cf)](_0x188341=>{const _0x53a5d5=_0x2d2990;var _0x5d9048,_0x23bc6c;let {drawingId:_0x48c972,unitId:_0x3e8eea,subUnitId:_0xd396d1}=_0x188341;if(!((_0x5d9048=this[_0x53a5d5(0x2a9)][_0x53a5d5(0x27c)](_0x3e8eea))!=null&&_0x5d9048[_0x53a5d5(0xc7)](_0x52bd5f)[_0x53a5d5(0x22d)](_0xd396d1)))return;let {drawingType:_0x3b0cea}=this['_drawingManagerService']['getDrawingByParam'](_0x188341);if(_0x3b0cea!==_0xc2a308['DRAWING_CHART'])return;let _0x44389a=this[_0x53a5d5(0x106)][_0x53a5d5(0x20c)](_0x48c972),_0x50d55c=(_0x44389a==null?void 0x0:_0x44389a[_0x53a5d5(0x1bc)])??_0x48c972,_0x3260e8=_0x44389a==null?void 0x0:_0x44389a[_0x53a5d5(0x11a)],_0x41c9df=(_0x23bc6c=this[_0x53a5d5(0x2a9)][_0x53a5d5(0x27c)](_0x3e8eea))==null?void 0x0:_0x23bc6c[_0x53a5d5(0x244)];_0x3260e8&&this[_0x53a5d5(0x269)](_0x3260e8==null?void 0x0:_0x3260e8[_0x53a5d5(0x1a4)]['subscribeEvent'](_0x4f6d62=>{const _0x58201a=_0x53a5d5;let {type:_0xd9f37d,value:_0x221406}=_0x4f6d62;if(_0x540203[_0x58201a(0x1d5)]===_0xd9f37d||_0x540203[_0x58201a(0x2bd)]===_0xd9f37d){let {width:_0x30a084,height:_0x51b4fa}=_0x221406;this[_0x58201a(0x18f)](_0x48c972,{'width':_0x30a084,'height':_0x51b4fa},0x64);}})),_0x41c9df&&this['disposeWithMe'](_0x41c9df[_0x53a5d5(0x1a4)][_0x53a5d5(0x1bb)](_0x5c49d4=>{const _0x3c601a=_0x53a5d5;var _0x5985c2;_0x5c49d4[_0x3c601a(0x20a)]===_0x540203[_0x3c601a(0x167)]&&(_0x5985c2=document[_0x3c601a(0x206)](_0x50d55c))!=null&&_0x5985c2[_0x3c601a(0x2fc)](_0x3c601a(0x95))&&this['_chartHostProvider'][_0x3c601a(0x121)](_0x48c972);}));let _0x19d4bf=this[_0x53a5d5(0x2d7)][_0x53a5d5(0x154)](_0x48c972);_0x19d4bf&&this[_0x53a5d5(0x269)](_0x50f064([_0x19d4bf[_0x53a5d5(0x250)],_0x19d4bf[_0x53a5d5(0x146)],this[_0x53a5d5(0x1e9)][_0x53a5d5(0x15d)]])[_0x53a5d5(0x28f)](([_0x3d2299,_0x46568c,_0x33041e])=>{_0x192429(_0x19d4bf['id'])(_0x19d4bf,_0xd396d1,_0x3d2299,_0x33041e);}));});})),this[_0x2c2fef(0x269)](_0x50f064([this[_0x2c2fef(0x305)][_0x2c2fef(0x26b)]])[_0x2c2fef(0x28f)](([_0x488294])=>{const _0x1f7df2=_0x2c2fef;_0x488294[_0x1f7df2(0x1cf)](_0x64dfda=>{const _0x343c56=_0x1f7df2;var _0x2a5228;let {drawingId:_0x35e1ae}=_0x64dfda;((_0x2a5228=this[_0x343c56(0x2d7)][_0x343c56(0x14f)])==null?void 0x0:_0x2a5228['id'])===_0x35e1ae&&this['_chartModelService'][_0x343c56(0x219)](null),this[_0x343c56(0x17c)](_0x35e1ae),this[_0x343c56(0x9d)][_0x343c56(0x1fd)](_0x35e1ae),this[_0x343c56(0x294)][_0x343c56(0x197)](_0x35e1ae),this['_resetChartRuntimeZIndex'](_0x35e1ae),this[_0x343c56(0x2a5)](_0x35e1ae),this[_0x343c56(0x2f6)]['clearChart'](_0x35e1ae),this[_0x343c56(0x178)](_0x35e1ae),this['_lastRenderInputMap'][_0x343c56(0x1fd)](_0x35e1ae),this['_chartElementEditMode'][_0x343c56(0x1fd)](_0x35e1ae);});}));}[_0x533bf2(0x151)](_0x5ab594,_0xb62061){const _0x533ff0=_0x533bf2;var _0x2bad20;_0xb62061?this[_0x533ff0(0x296)][_0x533ff0(0x1aa)](_0x5ab594,!0x0):this[_0x533ff0(0x296)][_0x533ff0(0x1fd)](_0x5ab594),(_0x2bad20=this[_0x533ff0(0x2ac)]['get'](_0x5ab594))==null||_0x2bad20[_0x533ff0(0x151)](_0xb62061);}async[_0x533bf2(0x266)](_0x2b999c){const _0x364dfb=_0x533bf2;let _0x2375bc=this[_0x364dfb(0x2ac)][_0x364dfb(0x125)](_0x2b999c);if(_0x2375bc){let _0x55f700=this[_0x364dfb(0x296)][_0x364dfb(0x125)](_0x2b999c)===!0x0;_0x55f700&&_0x2375bc[_0x364dfb(0x151)](!0x1);try{let _0x551b2b=await _0x2375bc[_0x364dfb(0x1ac)]();if(_0x551b2b)return _0x551b2b;}finally{_0x55f700&&this[_0x364dfb(0x2ac)][_0x364dfb(0x125)](_0x2b999c)===_0x2375bc&&_0x2375bc[_0x364dfb(0x151)](!0x0);}}let _0x2ecd52=this[_0x364dfb(0x1b6)](_0x2b999c);return _0x2ecd52?_0x4077ba(_0x2ecd52):void 0x0;}['on'](_0x45e5a4,_0x404635,_0x3747e4){const _0xec852=_0x533bf2;let _0x544af6=this[_0xec852(0x9d)][_0xec852(0x125)](_0x45e5a4);_0x544af6||(_0x544af6=new Map(),this[_0xec852(0x9d)][_0xec852(0x1aa)](_0x45e5a4,_0x544af6));let _0x5ef43f=_0x544af6[_0xec852(0x125)](_0x404635);_0x5ef43f||(_0x5ef43f=new Set(),_0x544af6[_0xec852(0x1aa)](_0x404635,_0x5ef43f)),_0x5ef43f['add'](_0x3747e4);let _0x47161d=this[_0xec852(0x2ac)]['get'](_0x45e5a4);return _0x47161d&&this[_0xec852(0x16f)](_0x45e5a4,_0x47161d,_0x404635,_0x3747e4),{'dispose':()=>{const _0x349b48=_0xec852;var _0x321aa9;(_0x321aa9=this[_0x349b48(0x9d)][_0x349b48(0x125)](_0x45e5a4))==null||(_0x321aa9=_0x321aa9[_0x349b48(0x125)](_0x404635))==null||_0x321aa9['delete'](_0x3747e4),this[_0x349b48(0x28d)](_0x45e5a4,_0x404635,_0x3747e4);}};}[_0x533bf2(0x1b6)](_0x3c21b6){const _0x2871aa=_0x533bf2;let _0xbf769a=this[_0x2871aa(0x19e)][_0x2871aa(0x184)](_0x1302ff[_0x2871aa(0x135)]),_0x17b8d3=_0xbf769a==null?void 0x0:_0xbf769a[_0x2871aa(0x120)](),_0x3c7dae=_0xbf769a==null?void 0x0:_0xbf769a[_0x2871aa(0x23a)](),_0x2a76b6=_0x17b8d3==null?void 0x0:_0x17b8d3[_0x2871aa(0x30b)]();if(!(!_0x3c7dae||!_0x2a76b6))return this[_0x2871aa(0x2f6)][_0x2871aa(0x133)]({'unitId':_0x3c7dae,'subUnitId':_0x2a76b6,'chartId':_0x3c21b6});}['_bindChartEventHandlers'](_0x4475c0,_0x11a0fc){const _0xde28cd=_0x533bf2;let _0x5c75e0=this[_0xde28cd(0x9d)][_0xde28cd(0x125)](_0x4475c0);_0x5c75e0&&_0x5c75e0[_0xde28cd(0x1cf)]((_0x1cabd9,_0x589e15)=>{const _0xe9a8de=_0xde28cd;_0x1cabd9['forEach'](_0x5dbc56=>this[_0xe9a8de(0x16f)](_0x4475c0,_0x11a0fc,_0x589e15,_0x5dbc56));});}[_0x533bf2(0x16f)](_0x1f223d,_0x499722,_0x311465,_0x15c2ce){const _0x58b934=_0x533bf2;let _0x2aade4=this[_0x58b934(0x262)][_0x58b934(0x125)](_0x1f223d);_0x2aade4||(_0x2aade4=new Map(),this[_0x58b934(0x262)][_0x58b934(0x1aa)](_0x1f223d,_0x2aade4));let _0x5c90f1=_0x2aade4[_0x58b934(0x125)](_0x311465);_0x5c90f1||(_0x5c90f1=new Map(),_0x2aade4['set'](_0x311465,_0x5c90f1)),!_0x5c90f1[_0x58b934(0xc4)](_0x15c2ce)&&_0x5c90f1[_0x58b934(0x1aa)](_0x15c2ce,_0x499722['on'](_0x311465,_0x15c2ce));}[_0x533bf2(0x28d)](_0x165f45,_0x251ac9,_0x15e44a){const _0x11d707=_0x533bf2;var _0x1618ed,_0x251715;let _0x19a5eb=(_0x1618ed=this[_0x11d707(0x262)][_0x11d707(0x125)](_0x165f45))==null?void 0x0:_0x1618ed[_0x11d707(0x125)](_0x251ac9);_0x19a5eb==null||(_0x251715=_0x19a5eb['get'](_0x15e44a))==null||_0x251715['dispose'](),_0x19a5eb==null||_0x19a5eb[_0x11d707(0x1fd)](_0x15e44a);}[_0x533bf2(0x17c)](_0x1de01b){const _0x49952c=_0x533bf2;let _0x3e7d25=this[_0x49952c(0x262)]['get'](_0x1de01b);_0x3e7d25==null||_0x3e7d25[_0x49952c(0x1cf)](_0x55f722=>{const _0x152b9e=_0x49952c;_0x55f722[_0x152b9e(0x1cf)](_0x170f2c=>_0x170f2c[_0x152b9e(0x27b)]()),_0x55f722[_0x152b9e(0x13e)]();}),this[_0x49952c(0x262)][_0x49952c(0x1fd)](_0x1de01b);}[_0x533bf2(0x2ed)](_0x430b09,_0xf3b9db){const _0x33b979=_0x533bf2;return $r(_0x430b09,_0xf3b9db,this[_0x33b979(0xe3)]);}[_0x533bf2(0x309)](_0x2ef86a){const _0x44fef8=_0x533bf2;return this[_0x44fef8(0x24d)](_0x2ef86a)==null;}[_0x533bf2(0x24d)](_0xc46e20){const _0x56822a=_0x533bf2;var _0x316996;let _0x4389da=this[_0x56822a(0x106)]['getFloatDomInfo'](_0xc46e20);if(!_0x4389da)return _0x56822a(0x1f6);let {subUnitId:_0x385ec8}=_0x4389da,_0x6d439b=(_0x316996=this[_0x56822a(0x19e)][_0x56822a(0x184)](_0x1302ff[_0x56822a(0x135)]))==null?void 0x0:_0x316996['getActiveSheet']();if(!_0x6d439b)return'missing-active-sheet';if(_0x6d439b['getSheetId']()!==_0x385ec8)return _0x56822a(0x2e3);}async[_0x533bf2(0x2ee)](_0x283b2a,_0x3dd11b,_0x5d3fba){const _0x4aab43=_0x533bf2;let _0xfd667f=this[_0x4aab43(0x114)][_0x4aab43(0x2d8)](_0x5f5aa4);if(!_0xfd667f||(this[_0x4aab43(0x1db)]['set'](_0x283b2a,{'config':_0x3dd11b,'style':_0x5d3fba}),this[_0x4aab43(0x24d)](_0x283b2a)))return;let _0x5ad006=this['_resolveChartRenderMode'](_0x283b2a);if(_0x5ad006===_0xac39e4[_0x4aab43(0x129)])this['_disposeChartDomInstance'](_0x283b2a);else{var _0x110ce6;this['_chartHostProvider'][_0x4aab43(0x99)](_0x283b2a),((_0x110ce6=this['_chartModelService'][_0x4aab43(0x14f)])==null?void 0x0:_0x110ce6['id'])===_0x283b2a&&this[_0x4aab43(0x164)](_0x283b2a);}let _0x22ec16=_0x5ad006===_0xac39e4[_0x4aab43(0x129)]?_0x41159f['Image']:_0x41159f[_0x4aab43(0x144)],_0x94d4aa=await this[_0x4aab43(0x294)][_0x4aab43(0x145)](_0x283b2a,_0x22ec16);if(!_0x94d4aa)return;let _0x386bbd=this[_0x4aab43(0x298)](_0x283b2a,_0x22ec16,_0xfd667f);_0x386bbd[_0x4aab43(0x2da)](_0x94d4aa);try{await _0x386bbd[_0x4aab43(0x2ee)]({'chartId':_0x283b2a,'config':_0x3dd11b,'style':_0x5d3fba});}catch(_0x554925){if(_0x5ad006!==_0xac39e4[_0x4aab43(0x129)])throw _0x554925;}}async[_0x533bf2(0x204)](_0x35ed53,_0x4ccb60,_0x3bc2af){const _0x5bacc5=_0x533bf2;let _0x14e37e=this[_0x5bacc5(0x305)][_0x5bacc5(0x1a0)](_0x35ed53,_0x4ccb60),_0x239fe5=this['_drawingManagerService'][_0x5bacc5(0x170)](_0x35ed53,_0x4ccb60),_0x8f9062=Object[_0x5bacc5(0x281)](_0x14e37e??{})['filter'](_0x478b7c=>_0x478b7c[_0x5bacc5(0x24f)]===_0xc2a308[_0x5bacc5(0xcb)]&&_0x478b7c['hidden']!==!0x0);await Promise['allSettled'](_0x8f9062[_0x5bacc5(0x26c)](async _0x239dde=>{const _0x50c5cb=_0x5bacc5;let _0x74a9e0=await this[_0x50c5cb(0xcc)](_0x239dde,_0x239fe5);_0x74a9e0&&(_0x3bc2af[_0x50c5cb(0x2f9)](_0x74a9e0,_0xaa2b67),_0x239dde[_0x50c5cb(0x10f)]&&_0x4bfe7a({'drawingId':_0x239dde[_0x50c5cb(0x10f)],'unitId':_0x35ed53,'subUnitId':_0x4ccb60},_0x74a9e0,_0x3bc2af,this['_drawingManagerService']));}));}async['_createPrintingChartObject'](_0x4c9a3e,_0x5bc1d6){const _0x385bde=_0x533bf2;let _0x332858=this[_0x385bde(0x2d7)][_0x385bde(0x154)](_0x4c9a3e['drawingId']),_0x33eb21=this['_renderModelManager'][_0x385bde(0x2d8)](_0x5f5aa4),_0x172b58=_0x4c9a3e['transform'],_0x3278b3=_0x332858==null?void 0x0:_0x332858['config'];if(!_0x332858||!_0x33eb21||!_0x172b58||!_0x3278b3||_0x172b58[_0x385bde(0x289)]==null||_0x172b58[_0x385bde(0x10e)]==null)return null;let _0x1d51c8=new Qr(_0x4c9a3e[_0x385bde(0x1ae)],{'width':_0x172b58[_0x385bde(0x289)],'height':_0x172b58['height']}),_0x1c2b5e=_0x33eb21[_0x385bde(0x163)](_0x41159f['Image'],this[_0x385bde(0x2a8)]());_0x1c2b5e[_0x385bde(0x2da)](_0x1d51c8);let _0x935780;try{await _0x1c2b5e['render']({'chartId':_0x4c9a3e['drawingId'],'config':_0x3278b3,'style':this[_0x385bde(0x2ed)](_0x332858,this[_0x385bde(0x1e9)][_0x385bde(0x1e4)]())});}catch(_0x21b008){console[_0x385bde(0x2fd)](_0x385bde(0x1ef),_0x21b008);}finally{_0x935780=_0x1d51c8[_0x385bde(0x307)](),_0x1c2b5e['dispose'](),_0x1d51c8[_0x385bde(0x27b)]();}let _0x4defad=this[_0x385bde(0x2f6)]['getImage']({'unitId':_0x4c9a3e[_0x385bde(0x17e)],'subUnitId':_0x4c9a3e[_0x385bde(0x1f7)],'chartId':_0x4c9a3e['drawingId']}),_0x53003a=_0x935780??_0x4defad;if(!_0x53003a)return null;let _0x13863e=_0x5bc1d6['indexOf'](_0x4c9a3e[_0x385bde(0x1ae)]);return new Br(_0x57c728(_0x4c9a3e),{..._0x172b58,..._0x15b37e,...qr(_0x1d51c8[_0x385bde(0x1c9)]),'visible':!0x0,'zIndex':_0x13863e===-0x1?Math['max'](_0x5bc1d6[_0x385bde(0x221)]-0x1,0x0):_0x13863e},()=>_0x53003a,void 0x0,_0x935780?()=>G(_0x935780):void 0x0);}[_0x533bf2(0x298)](_0x5bcf96,_0x2fb468,_0x5dd0f3){const _0x6f4d0e=_0x533bf2;let _0x430ffd=this[_0x6f4d0e(0x2ac)][_0x6f4d0e(0x125)](_0x5bcf96);if((_0x430ffd==null?void 0x0:_0x430ffd[_0x6f4d0e(0x2c8)])===_0x2fb468)return _0x430ffd;_0x430ffd&&(this[_0x6f4d0e(0x17c)](_0x5bcf96),_0x430ffd['dispose'](),this[_0x6f4d0e(0x2ac)][_0x6f4d0e(0x1fd)](_0x5bcf96));let _0x35cd85=_0x5dd0f3['createChartInstance'](_0x2fb468,this[_0x6f4d0e(0x2a8)]());return this[_0x6f4d0e(0x2ac)][_0x6f4d0e(0x1aa)](_0x5bcf96,_0x35cd85),_0x35cd85[_0x6f4d0e(0x151)](this[_0x6f4d0e(0x296)][_0x6f4d0e(0x125)](_0x5bcf96)===!0x0),this['_bindChartEventHandlers'](_0x5bcf96,_0x35cd85),_0x35cd85;}['_createChartRenderInstanceContext'](){const _0x2781ae=_0x533bf2;return{'resolveHostStyle':({style:_0x9c5953})=>_0x1aa3f2({'style':_0x9c5953,'getRenderColor':_0x23e92f=>this[_0x2781ae(0xb0)][_0x2781ae(0x162)](_0x23e92f)}),'resolveRenderBackgroundColor':({style:_0x224bac})=>this['_chartThemeService'][_0x2781ae(0x162)](_0x1a5353(_0x224bac))};}[_0x533bf2(0x11e)](){const _0x2733df=_0x533bf2;this[_0x2733df(0x1de)][_0x2733df(0x1cf)](_0x27e8f8=>_0x27e8f8['cancel']()),this['_renderDebounceMap'][_0x2733df(0x13e)](),this[_0x2733df(0x183)][_0x2733df(0x1cf)](_0x566179=>_0x566179['cancel']()),this[_0x2733df(0x183)]['clear']();}['dispose'](){const _0x2f2156=_0x533bf2;Array['from'](this[_0x2f2156(0x2ac)]['keys']())[_0x2f2156(0x1cf)](_0x2048a0=>this[_0x2f2156(0x2a5)](_0x2048a0)),this[_0x2f2156(0x296)][_0x2f2156(0x13e)](),this['_cancelDebouncedCallbacks'](),this[_0x2f2156(0x1db)][_0x2f2156(0x13e)](),this['_activeChartId']=null,this[_0x2f2156(0x238)]=null,super[_0x2f2156(0x27b)]();}};X=J([q(0x0,Yr),q(0x1,_0x28410f(_0x10c864)),q(0x2,_0x28410f(_0x538c99)),q(0x3,_0x32f0cf),q(0x4,_0x371c5e),q(0x5,_0x28410f(_0x4c69ff)),q(0x6,_0x28410f(_0x3f8b07)),q(0x7,Y),q(0x8,_0x28410f(_0x4b92dd)),q(0x9,_0x28410f(_0x39ff0a)),q(0xa,_0x28410f(_0x3801a3)),q(0xb,_0x5d6e79),q(0xc,_0x28410f(Ur)),q(0xd,_0x3e474b)],X);var ei;const ti={'axis':{..._0x1bdd05,'primaryGridLineVisible':!0x1,'secondaryGridLineVisible':!0x0},'funnel':_0x276dc8,'heatmap':_0x532e7e,'indicatorLine':_0xb6da10,'legend':_0x521853,'lineAndArea':_0x8d9db6,'pareto':_0x27a98e,'pie':{..._0x338243,'doughnutHole':0.5,'pieHole':0x0},'relation':{..._0x231633,'useValueAsSymbolSize':!0x0},'radar':_0x313059,'series':{..._0x3d7d3a,'radarFillOpacity':0.2,'rightAxis':{'ltr':!0x1,'rtl':((ei=_0x2d121a[_0x533bf2(0x2dd)])==null?void 0x0:ei[_0x533bf2(0xf5)])??!0x1}},'style':_0x514eb1,'titles':_0x172fb1,'trendline':_0x4ba913,'waterfall':{..._0x15f353,'useSubtotal':!0x0},'waterfallStyle':_0x578664,'wordCloud':_0x5f4dcd},ni=_0x558520=>_0x558520[_0x533bf2(0x184)](_0x1302ff[_0x533bf2(0x135)])[_0x533bf2(0x23a)](),ri=_0x97bea0=>{const _0x2f0862=_0x533bf2;var _0x5bd8d1;return(_0x5bd8d1=_0x97bea0['getCurrentUnitOfType'](_0x1302ff[_0x2f0862(0x135)])[_0x2f0862(0x120)]())==null?void 0x0:_0x5bd8d1[_0x2f0862(0x30b)]();},ii=[_0x52497a[_0x533bf2(0x18d)],_0x52497a[_0x533bf2(0x202)],_0x52497a[_0x533bf2(0x259)],_0x52497a[_0x533bf2(0x9c)],_0x52497a[_0x533bf2(0x16a)],_0x52497a['Relation'],_0x52497a['Sankey'],_0x52497a[_0x533bf2(0x12b)],_0x52497a['Boxplot'],_0x52497a[_0x533bf2(0x243)],_0x52497a['Histogram'],_0x52497a[_0x533bf2(0x288)],_0x52497a[_0x533bf2(0x28c)],_0x52497a[_0x533bf2(0x11d)],_0x52497a[_0x533bf2(0x119)]];function ai(){let _0x4be186=_0x375724();return _0x5d0c77(_0x3ea491,{'visible':ii['every'](_0x4a8868=>!_0x49703d['baseOn'](_0x4be186,_0x4a8868))});}const oi=_0x2d3bc9=>{const _0x28ccfe=_0x533bf2;let _0x11feb5=_0x7a1354(Y),_0x37d093=_0x7a1354(_0x3f8b07),_0x3c9cef=_0x4b9dc3(_0x7a1354(_0x4b92dd)),_0xafbb97=_0x37be06(()=>_0x116915(wr(Sr[_0x28ccfe(0xc8)](),_0x3c9cef)['map'](_0x36aef8=>({'id':_0x36aef8['id'],'label':_0x37d093['t']('sheets-chart-ui.chartTypes.'+_0x36aef8[_0x28ccfe(0x2e6)]),'pieSecondaryPlotType':_0x36aef8[_0x28ccfe(0x1ee)],'value':_0x36aef8[_0x28ccfe(0x2b3)]}))),[_0x3c9cef,_0x37d093]),_0x4d3a2b=_0x3f23d3(_0x11feb5[_0x28ccfe(0x241)],_0x11feb5[_0x28ccfe(0x14f)]),_0xd062ff=_0x3f23d3(_0x4d3a2b==null?void 0x0:_0x4d3a2b['dataSource'][_0x28ccfe(0x273)],_0x4d3a2b==null?void 0x0:_0x4d3a2b[_0x28ccfe(0x166)][_0x28ccfe(0x1f9)]()),_0x5b9b1a=_0xd062ff&&!Array[_0x28ccfe(0x24c)](_0xd062ff)&&_0xd062ff[_0x28ccfe(0x21d)]?_0x1807ec['Row']:_0x1807ec[_0x28ccfe(0x29a)];return _0x57606b(_0x28ccfe(0x1ad),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pb-5','children':[_0x5d0c77(_0x4438a5,{'options':_0xafbb97}),_0x5d0c77(_0xf9cfb0,{}),_0x5d0c77(_0x1a3dd9,{}),_0x5d0c77(ai,{}),_0x5d0c77(_0x2673ca,{}),_0x5d0c77(si,{'dataRange':_0xd062ff}),_0x5d0c77(_0x3fd79a,{'categoryToggleLabel':_0x37d093['t'](_0x28ccfe(0x190),_0x5b9b1a===_0x1807ec[_0x28ccfe(0x187)]?_0x5b9b1a+'\x20'+(((_0xd062ff==null?void 0x0:_0xd062ff[_0x28ccfe(0xa1)][_0x28ccfe(0x258)][_0x28ccfe(0x105)])??0x0)+0x1):_0x5b9b1a+'\x20'+_0x287b1b((_0xd062ff==null?void 0x0:_0xd062ff[_0x28ccfe(0xa1)][_0x28ccfe(0x258)][_0x28ccfe(0x2f3)])??0x0)),'orientationControl':_0x5d0c77(_0x4de9e3,{'size':_0x28ccfe(0x1b3),'onClick':()=>_0x11feb5[_0x28ccfe(0x1ab)](_0x5b9b1a===_0x1807ec['Row']?_0x1807ec[_0x28ccfe(0x29a)]:_0x1807ec[_0x28ccfe(0x187)]),'children':_0x37d093['t'](_0x28ccfe(0x18b))})}),_0x5d0c77(_0xef3110,{}),_0x5d0c77(_0x54a27f,{'defaultValues':_0x2d3bc9[_0x28ccfe(0x2bf)][_0x28ccfe(0x302)]})]});};function si(_0x36b14b){const _0x5178c8=_0x533bf2;let {dataRange:_0x575ee7}=_0x36b14b,_0x5ca8ea=_0x7a1354(Y),_0x43eaed=_0x7a1354(_0x3f8b07),_0x5868d2=_0x7a1354(_0x371c5e),[_0x1611f2,_0x7e58a0]=_0x15ee11(!0x1),[_0x41fab2,_0x139867]=_0x15ee11(!0x1),_0x1ea138=ni(_0x5868d2),_0x39ecf2=ri(_0x5868d2);_0x48969d(()=>{const _0x1eb503=_0x4f81;_0x5ca8ea[_0x1eb503(0x264)](_0x1611f2);},[_0x1611f2,_0x5ca8ea]);let _0x4deb25=_0x37be06(()=>_0xe22d45(async _0x1fd2b2=>{const _0x2092c5=_0x4f81;var _0x3d5305;if(yr(_0x575ee7,_0x5868d2)===_0x1fd2b2)return;let _0x281ee2=_0x1fd2b2[_0x2092c5(0xc1)](',')['filter'](Boolean)[_0x2092c5(0x26c)](_0x3e25b6)[0x0];if(!_0x281ee2)return;let {unitId:_0x3066c6,sheetName:_0x4fc664,range:_0x5d0f0b}=_0x281ee2,_0x112940=_0x3066c6||_0x1ea138,_0x532f68=((_0x3d5305=_0x5868d2[_0x2092c5(0x275)](_0x112940)[_0x2092c5(0x224)](_0x4fc664))==null?void 0x0:_0x3d5305[_0x2092c5(0x30b)]())||(_0x575ee7==null?void 0x0:_0x575ee7['rangeInfo'][_0x2092c5(0x1f7)]);_0x5ca8ea['setDataRange']({'rangeInfo':{'range':_0x5d0f0b,'unitId':_0x112940,'subUnitId':_0x532f68},'isRowDirection':!0x0});},0x12c,{'leading':!0x1,'maxWait':0x3e8,'trailing':!0x0}),[_0x575ee7,_0x5ca8ea,_0x1ea138,_0x5868d2]);return _0x48969d(()=>()=>_0x4deb25[_0x5178c8(0x30a)](),[_0x4deb25]),_0x5d0c77(_0x5178c8(0x1ad),{'className':_0x5178c8(0x130),'children':_0x57606b(_0x5178c8(0x1ad),{'children':[_0x5d0c77(_0x20d267,{'title':_0x43eaed['t'](_0x5178c8(0xde))}),_0x5d0c77(_0xe63180,{'supportAcrossSheet':!0x0,'keepSheetReference':!0x0,'maxRangeCount':0x1,'unitId':_0x1ea138,'subUnitId':_0x39ecf2,'initialValue':_0x575ee7?yr(_0x575ee7,_0x5868d2):'','onChange':(_0x24b16b,_0x31744b)=>_0x4deb25(_0x31744b),'onFocusChange':_0x1a4001=>{_0x41fab2||_0x7e58a0(_0x1a4001);},'onRangeSelectorDialogVisibleChange':_0x55c141=>{_0x139867(_0x55c141),_0x7e58a0(_0x55c141);}})]})});}function Z(_0x178fc5){const _0x22fa23=_0x533bf2;return _0x57606b(_0x30fdf4,{'id':_0x178fc5['id'],'children':[_0x5d0c77(_0x27417e,{'children':_0x178fc5[_0x22fa23(0x2c5)]}),_0x5d0c77(_0x17d4dc,{'children':_0x178fc5[_0x22fa23(0x2cd)]})]});}const ci=_0x932949=>{const _0x237d49=_0x533bf2;let _0x1e8ade=_0x7a1354(_0x3f8b07),_0x327c0f=_0x7a1354(Y),_0x80ddae=_0x3f23d3(_0x327c0f[_0x237d49(0x1e3)],null),_0x4147e4=_0x3f23d3(_0x327c0f['panelRoute$'],null),_0x28d3ac=(_0x4147e4==null?void 0x0:_0x4147e4[_0x237d49(0xbe)])===_0x80ddae?_0x4147e4[_0x237d49(0x2cc)]:null,_0x738cca=_0x375724(),_0x1e900f=_0x3a0738(),[_0x41d684,_0x58a868]=_0x15ee11(null);_0x48969d(()=>{const _0x18ebee=_0x237d49;_0x28d3ac!=null&&_0x28d3ac[_0x18ebee(0x118)]&&_0x58a868(_0x28d3ac[_0x18ebee(0x118)]);},[_0x28d3ac]);let _0x58e217=_0x49703d['baseOn'](_0x738cca,_0x52497a[_0x237d49(0x16d)]),_0x2f0d46=_0x738cca===_0x52497a['Radar'],_0x14c435=_0x738cca===_0x52497a[_0x237d49(0x259)],_0xfa312a=_0x738cca===_0x52497a[_0x237d49(0x16a)],_0x426081=_0x49703d['baseOn'](_0x738cca,_0x52497a[_0x237d49(0xda)]),_0x4351ed=_0x738cca===_0x52497a[_0x237d49(0x2ba)],_0xce8fb5=_0x738cca===_0x52497a[_0x237d49(0xa7)],_0x120cc3=_0x738cca===_0x52497a[_0x237d49(0x2ce)],_0x478cd3=_0x738cca===_0x52497a[_0x237d49(0x12b)],_0x17c4c5,_0x141902;switch(_0x738cca){case _0x52497a[_0x237d49(0x243)]:_0x17c4c5=_0x42e819['Candlestick'],_0x141902=_0x1e8ade['t']('sheets-chart-ui.section.candlestick');break;case _0x52497a[_0x237d49(0x1f3)]:_0x17c4c5=_0x42e819[_0x237d49(0x1f3)],_0x141902=_0x1e8ade['t'](_0x237d49(0x158));break;case _0x52497a[_0x237d49(0x288)]:_0x17c4c5=_0x42e819[_0x237d49(0x288)],_0x141902=_0x1e8ade['t']('sheets-chart-ui.section.treemap');break;case _0x52497a[_0x237d49(0x28c)]:_0x17c4c5=_0x42e819[_0x237d49(0x28c)],_0x141902=_0x1e8ade['t'](_0x237d49(0xec));break;case _0x52497a[_0x237d49(0x11d)]:_0x17c4c5=_0x42e819[_0x237d49(0x11d)],_0x141902=_0x1e8ade['t'](_0x237d49(0x10b));break;case _0x52497a[_0x237d49(0x119)]:_0x17c4c5=_0x42e819[_0x237d49(0x119)],_0x141902=_0x1e8ade['t'](_0x237d49(0xa8));break;}let _0x3737e6=_0x12072f(_0x738cca,_0x2a232a['GeneralSeries'])&&!_0x426081&&!_0x120cc3;return _0x57606b(_0x582859,{'value':_0x41d684,'onChange':_0x58a868,'children':[_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x138)],'label':_0x1e8ade['t'](_0x237d49(0x26a)),'children':_0x5d0c77(_0x1016f6,{'defaultValues':_0x932949['defaultValues'][_0x237d49(0x1c9)],'showBodyFont':!0x0})}),_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0xdf)],'label':_0x1e8ade['t']('sheets-chart-ui.common.chartAndAxisTitles'),'children':_0x5d0c77(_0x479bc2,{'commitMode':'blur','defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x186)],'selectedTitleKey':_0x28d3ac==null?void 0x0:_0x28d3ac[_0x237d49(0xc5)]})}),_0x3737e6&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0xfa)],'label':_0x1e8ade['t'](_0x237d49(0x2a6)),'children':_0x5d0c77(_0x5b7d74,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0xab)],'NumberFormatField':_0x5598d0,'selectedSeriesId':_0x28d3ac==null?void 0x0:_0x28d3ac[_0x237d49(0x185)]})}),_0xce8fb5&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x161)],'label':_0x1e8ade['t'](_0x237d49(0x261)),'children':_0x5d0c77(_0x39d84c,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x20f)],'getDefaultBucketName':({seriesName:_0x3d228b,target:_0x40717d})=>_0x40717d===_0x256130[_0x237d49(0xbd)]?_0x1e8ade['t'](_0x237d49(0x8d)):_0x3d228b?_0x3d228b+'-('+_0x1e8ade['t'](_0x40717d===_0x256130[_0x237d49(0x212)]?_0x237d49(0x111):_0x237d49(0x2ad))+')':'','NumberFormatField':_0x5598d0,'selectedSeriesId':_0x28d3ac==null?void 0x0:_0x28d3ac[_0x237d49(0x185)]})}),_0x120cc3&&_0x57606b(_0x291abc,{'children':[_0x5d0c77(Z,{'id':_0x42e819['ParetoBarSeries'],'label':_0x1e8ade['t']('sheets-chart-ui.section.paretoBar'),'children':_0x5d0c77(_0x47bc27,{'defaultValues':_0x932949[_0x237d49(0x2bf)]['pareto'],'NumberFormatField':_0x5598d0,'showDataPointEditor':!0x0,'target':_0x237d49(0xbc)})}),_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x96)],'label':_0x1e8ade['t'](_0x237d49(0x147)),'children':_0x5d0c77(_0x47bc27,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x1fa)],'NumberFormatField':_0x5598d0,'showDataPointEditor':!0x1,'target':_0x237d49(0x9f)})})]}),_0x58e217&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x268)],'label':_0x1e8ade['t'](_0x237d49(0xfe)),'children':_0x5d0c77(_0x311049,{'defaultValues':_0x932949[_0x237d49(0x2bf)]['pie'],'NumberFormatField':_0x5598d0})}),_0x14c435&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x259)],'label':_0x1e8ade['t'](_0x237d49(0x21e)),'children':_0x5d0c77(_0x3aee00,{'defaultValues':_0x932949['defaultValues'][_0x237d49(0xf1)]})}),_0x2f0d46&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x202)],'label':_0x1e8ade['t'](_0x237d49(0x17d)),'children':_0x5d0c77(_0x5bfdce,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x160)]})}),_0xfa312a&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x16a)],'label':_0x1e8ade['t'](_0x237d49(0xf8)),'children':_0x5d0c77(_0x1a78cf,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0xb1)],'gapControl':_0x237d49(0x1f4)})}),_0x478cd3&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x12b)],'label':_0x1e8ade['t'](_0x237d49(0x18a)),'children':_0x5d0c77(_0x3d4d63,{'defaultValues':_0x932949[_0x237d49(0x2bf)]['heatmap']})}),_0x4351ed&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x2ba)],'label':_0x1e8ade['t'](_0x237d49(0x128)),'children':_0x5d0c77(_0x34b1f3,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x2eb)]})}),_0x5721ec(_0x738cca)&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x1ce)],'label':_0x1e8ade['t'](_0x237d49(0x2c9)),'children':_0x5d0c77(_0x23621b,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x98)],'lineStyleControl':'segmented'})}),_0x12072f(_0x738cca,_0x2a232a[_0x237d49(0x1a7)])&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x1a7)],'label':_0x1e8ade['t'](_0x237d49(0x271)),'children':_0x5d0c77(_0x53779d,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x13f)]})}),_0x12072f(_0x738cca,_0x2a232a[_0x237d49(0x110)])&&_0x57606b(_0x291abc,{'children':[_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x209)],'label':_0x1e8ade['t'](_0x237d49(0xa3)),'children':_0x5d0c77(_0xf67165,{'axis':'x','defaultValues':_0x932949['defaultValues'][_0x237d49(0x2e4)],'NumberFormatField':_0x5598d0})}),_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x299)],'label':_0x1e8ade['t'](_0x237d49(0x1cd)),'children':_0x5d0c77(_0xf67165,{'axis':'y','defaultValues':_0x932949['defaultValues']['axis'],'NumberFormatField':_0x5598d0})}),_0x1e900f&&_0x5d0c77(Z,{'id':_0x42e819['RightVerticalAxis'],'label':_0x1e8ade['t'](_0x237d49(0x20d)),'children':_0x5d0c77(_0xf67165,{'axis':_0x237d49(0x1ea),'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x2e4)],'NumberFormatField':_0x5598d0})}),_0x5d0c77(Z,{'id':_0x42e819['GridlinesAndTicks'],'label':_0x1e8ade['t'](_0x237d49(0xdd)),'children':_0x5d0c77(_0xecb0d5,{'defaultValues':_0x932949[_0x237d49(0x2bf)][_0x237d49(0x2e4)]})})]}),_0x12072f(_0x738cca,_0x2a232a[_0x237d49(0x2d3)])&&_0x5d0c77(Z,{'id':_0x42e819['IndicatorLine'],'label':_0x1e8ade['t'](_0x237d49(0xb9)),'children':_0x5d0c77(_0x1044fc,{'defaultValues':_0x932949[_0x237d49(0x2bf)]['indicatorLine']})}),_0x36d4f2(_0x738cca)&&_0x5d0c77(Z,{'id':_0x42e819[_0x237d49(0x2a0)],'label':_0x1e8ade['t'](_0x237d49(0x19a)),'children':_0x5d0c77(_0x55acbb,{'defaultValues':_0x932949[_0x237d49(0x2bf)]['trendline']})}),_0x17c4c5&&_0x141902&&_0x5d0c77(Z,{'id':_0x17c4c5,'label':_0x141902,'children':_0x5d0c77(_0x2c390c,{})})]});};function li(_0x14488a){const _0x3b2529=_0x533bf2;let {className:_0x2953ae}=_0x14488a,[_0x164842,_0x3b4525]=_0x15ee11(_0x655832['Data']),_0x149335=_0x7a1354(_0x4b92dd),_0x58e632=_0x7a1354(_0x3f8b07),_0x1f4557=_0x7a1354(Y),_0x5e6146=_0x3f23d3(_0x1f4557[_0x3b2529(0x1e3)],null),_0x5bd68b=_0x3f23d3(_0x1f4557[_0x3b2529(0x241)],null),_0x95fb2b=_0x3f23d3(_0x1f4557['panelRoute$'],null),_0x3ecd38=_0x37be06(()=>{const _0x152131=_0x3b2529;var _0x5182d1;if(!_0x5bd68b)return null;let _0x4ee4d5=_0x5bd68b[_0x152131(0x166)][_0x152131(0x1f9)](),_0x97be6d=Array['isArray'](_0x4ee4d5)?(_0x5182d1=_0x4ee4d5[0x0])==null?void 0x0:_0x5182d1[_0x152131(0x258)]:_0x4ee4d5[_0x152131(0xa1)];return _0x97be6d?new _0x5e57e2(_0x5bd68b,new _0x2f4014({'unitId':_0x97be6d[_0x152131(0x17e)],'subUnitId':_0x97be6d[_0x152131(0x1f7)],'chartId':_0x5bd68b['id'],'injector':_0x149335})):null;},[_0x5bd68b,_0x149335]);return _0x48969d(()=>{const _0x29ee67=_0x3b2529;var _0x5d9efa,_0x3c6f34;(_0x95fb2b==null?void 0x0:_0x95fb2b['chartId'])===_0x5e6146&&(((_0x5d9efa=_0x95fb2b[_0x29ee67(0x2cc)])==null?void 0x0:_0x5d9efa[_0x29ee67(0x123)])===_0x655832['Style']&&_0x3b4525(_0x655832['Style']),((_0x3c6f34=_0x95fb2b[_0x29ee67(0x2cc)])==null?void 0x0:_0x3c6f34[_0x29ee67(0x123)])===_0x655832['Data']&&_0x3b4525(_0x655832[_0x29ee67(0xbb)]));},[_0x5e6146,_0x95fb2b]),_0x3ecd38?_0x5d0c77(_0x7043e2,{'chartUIService':_0x1f4557,'hostAdapter':_0x3ecd38,'children':_0x57606b(_0x3b2529(0x1ad),{'className':'\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-gray-0\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'+(_0x164842===_0x655832[_0x3b2529(0xb8)]?_0x3b2529(0x203):_0x3b2529(0x1f1))+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x2953ae??'')+_0x3b2529(0x16e),'children':[_0x5d0c77(_0xe40130,{'ariaLabel':_0x58e632['t'](_0x3b2529(0x169)),'className':_0x3b2529(0x9b),'items':[{'label':_0x58e632['t'](_0x3b2529(0x1d4)),'panelId':di,'value':_0x655832[_0x3b2529(0xbb)]},{'label':_0x58e632['t'](_0x3b2529(0x17b)),'panelId':fi,'value':_0x655832[_0x3b2529(0xb8)]}],'value':_0x164842,'onChange':_0x3b4525}),_0x164842===_0x655832[_0x3b2529(0xbb)]?_0x5d0c77(_0x3d03fa,{'id':di,'label':_0x58e632['t']('sheets-chart-ui.common.setup'),'children':_0x5d0c77(oi,{'defaultValues':ti})}):_0x5d0c77(_0x3d03fa,{'id':fi,'className':_0x3b2529(0x1e5),'label':_0x58e632['t'](_0x3b2529(0x17b)),'children':_0x5d0c77(ci,{'defaultValues':ti})})]})}):null;}const ui=_0x533bf2(0x256),di=_0x533bf2(0x310),fi=_0x533bf2(0xd8);function pi(_0x519f7e){const _0x1339dc=_0x533bf2;if(_0x519f7e[_0x1339dc(0x221)]!==0x1)return!0x1;let _0x3e3437=_0x519f7e[0x0];return _0x3e3437[_0x1339dc(0x24f)]===_0xc2a308[_0x1339dc(0xcb)]&&!_0x3e3437[_0x1339dc(0x10f)];}let Q=class extends _0x1b05ef{constructor(_0x59549b,_0x37609a,_0x2726f3,_0x20c327,_0x176e0e,_0x4d2dfa,_0x47091f,_0xa87f82,_0x43b8b8,_0x4db207,_0x20c7bc,_0x32c34a,_0x224b9e,_0x16dbef){const _0x5f48db=_0x533bf2;var _0x549fe1;super(),this['_drawingManagerService']=_0x59549b,this['_univerInstanceService']=_0x37609a,this[_0x5f48db(0x2d7)]=_0x2726f3,this['_chartRenderService']=_0x20c327,this[_0x5f48db(0xe0)]=_0x176e0e,this[_0x5f48db(0x23b)]=_0x4d2dfa,this['_menuManagerService']=_0x47091f,this['_sheetCanvasFloatDomManagerService']=_0xa87f82,this[_0x5f48db(0x208)]=_0x43b8b8,this[_0x5f48db(0x90)]=_0x4db207,this['_sheetsChartUIService']=_0x20c7bc,this[_0x5f48db(0x22c)]=_0x32c34a,this['_localeService']=_0x224b9e,W(this,_0x5f48db(0xd1),null),W(this,_0x5f48db(0x117),void 0x0),this['_isChartElementEditEnabled']=((_0x549fe1=_0x16dbef[_0x5f48db(0x8f)](_0x5f48db(0x1b4)))==null?void 0x0:_0x549fe1[_0x5f48db(0x2ff)])===!0x0,this['_initMenus'](),this[_0x5f48db(0x269)](this[_0x5f48db(0x19e)]['getCurrentTypeOfUnit$'](_0x1302ff[_0x5f48db(0x135)])[_0x5f48db(0x28f)](_0x4511f3=>{var _0x4d86dc;_0x4511f3||(_0x4d86dc=this['_sidebarDisposable'])==null||_0x4d86dc['dispose']();})),this[_0x5f48db(0x269)](_0x1f864f(this[_0x5f48db(0xe0)]['onDoubleClick$'][_0x5f48db(0x28f)](async({drawing:_0x1fbfac})=>{const _0x145b19=_0x5f48db;await this[_0x145b19(0x148)](_0x1fbfac);})));}[_0x533bf2(0x29b)](){const _0x9cde2=_0x533bf2;this[_0x9cde2(0xd1)]=this['_sidebarService']['open']({'id':ui,'header':{'title':this['_localeService']['t'](_0x9cde2(0x169))},'width':0x154,'children':{'label':ui},'onClose':()=>{const _0xf69593=_0x9cde2;this['_deactivateEditPanelState'](),this[_0xf69593(0x2d7)][_0xf69593(0x219)](null),this[_0xf69593(0x305)][_0xf69593(0x165)](null),this[_0xf69593(0x22c)][_0xf69593(0x15b)](_0x11a249,!0x1),this[_0xf69593(0xd1)]=null;}});}[_0x533bf2(0x150)](){const _0x419ac1=_0x533bf2;var _0x1e7341;this[_0x419ac1(0x22f)](),this['_chartModelService'][_0x419ac1(0x219)](null),(_0x1e7341=this[_0x419ac1(0xd1)])==null||_0x1e7341['dispose']();}[_0x533bf2(0x285)](){const _0x49e80a=_0x533bf2;let _0x4c7bc6=this[_0x49e80a(0x19e)][_0x49e80a(0x184)](_0x1302ff[_0x49e80a(0x135)]);this[_0x49e80a(0x269)](this[_0x49e80a(0x23b)][_0x49e80a(0x1eb)]['subscribe'](_0x32f9a0=>{const _0x47dc17=_0x49e80a;_0x32f9a0['id']===_0x47dc17(0x256)&&(_0x32f9a0[_0x47dc17(0x15f)]||this[_0x47dc17(0x23b)]['sidebarOptions$']['next']({'visible':!0x1}));})),this['disposeWithMe'](this[_0x49e80a(0x2d7)][_0x49e80a(0x241)][_0x49e80a(0x28f)](_0x22e75e=>{const _0x5dd2f0=_0x49e80a;!_0x22e75e&&this[_0x5dd2f0(0xdb)]['activeEditChart']&&this[_0x5dd2f0(0x150)]();})),this[_0x49e80a(0x269)](this[_0x49e80a(0x90)][_0x49e80a(0x29f)](_0x3895a3=>{const _0x570b59=_0x49e80a;if(_0x3895a3['id']===V['id']){let _0x132f04=_0x3895a3['params'];this[_0x570b59(0x28a)](_0x132f04[_0x570b59(0x1ae)],_0x132f04['route']);}if(_0x3895a3['id']===fr['id']&&this[_0x570b59(0x150)](),_0x3895a3['id']===_0x4ceb47['id']){var _0x2a2275;_0x3895a3[_0x570b59(0x1c2)][_0x570b59(0xbe)]===((_0x2a2275=this[_0x570b59(0x2d7)][_0x570b59(0x14f)])==null?void 0x0:_0x2a2275['id'])&&this[_0x570b59(0x150)](),this[_0x570b59(0x22c)][_0x570b59(0xe5)](_0x11a249)&&(this[_0x570b59(0x22c)][_0x570b59(0x15b)](_0x11a249,!0x1),this[_0x570b59(0x305)][_0x570b59(0x165)](null));}})),this[_0x49e80a(0x269)](this['_sheetCanvasFloatDomManagerService'][_0x49e80a(0x26b)][_0x49e80a(0x28f)](({id:_0x3b3a0c})=>{const _0x195a97=_0x49e80a;_0x3b3a0c===this[_0x195a97(0xdb)][_0x195a97(0x2c1)]&&this[_0x195a97(0x150)]();})),this[_0x49e80a(0x269)](this['_sheetCanvasFloatDomManagerService'][_0x49e80a(0x199)][_0x49e80a(0x28f)](({id:_0x14aa16})=>{const _0x55b704=_0x49e80a;_0x14aa16===this[_0x55b704(0xdb)]['activeEditChart']&&(this[_0x55b704(0xdb)][_0x55b704(0x2b8)](null),this[_0x55b704(0xdb)]['clearPanelRoute'](),this[_0x55b704(0x15e)][_0x55b704(0x151)](_0x14aa16,!0x1),this[_0x55b704(0xfd)](_0x14aa16)&&this['_chartRenderService'][_0x55b704(0x151)](_0x14aa16,!0x0));})),this['disposeWithMe'](this[_0x49e80a(0x305)][_0x49e80a(0x2f0)][_0x49e80a(0x28f)](_0x4b7598=>{const _0x5e77ea=_0x49e80a;let _0x56807c=_0x4b7598[0x0];if(!this[_0x5e77ea(0xdb)][_0x5e77ea(0x246)]){if(pi(_0x4b7598)){var _0x56cacc;let _0x253e74=this['_chartModelService']['getChartModel'](_0x56807c[_0x5e77ea(0x1ae)]);_0x253e74&&((_0x56cacc=this[_0x5e77ea(0x2d7)][_0x5e77ea(0x14f)])==null?void 0x0:_0x56cacc['id'])!==_0x253e74['id']&&this['_chartModelService'][_0x5e77ea(0x219)](_0x253e74);return;}this[_0x5e77ea(0x2d7)][_0x5e77ea(0x14f)]&&this[_0x5e77ea(0x2d7)][_0x5e77ea(0x219)](null),!_0x56807c&&!this['_sheetsChartUIService'][_0x5e77ea(0x246)]&&this[_0x5e77ea(0x150)]();}})),_0x4c7bc6&&(this['disposeWithMe'](_0x4c7bc6[_0x49e80a(0x13d)]['subscribe'](()=>{const _0x25b1ac=_0x49e80a;this[_0x25b1ac(0x150)]();})),this[_0x49e80a(0x269)](_0x4c7bc6[_0x49e80a(0xf0)][_0x49e80a(0x28f)](()=>{const _0x1af6df=_0x49e80a;this[_0x1af6df(0x150)]();})));}async[_0x533bf2(0x148)](_0x2a956a){const _0x1a1725=_0x533bf2;this['_sheetsChartUIService'][_0x1a1725(0x2c1)]||_0x2a956a[_0x1a1725(0x24f)]===_0xc2a308[_0x1a1725(0xcb)]&&await this[_0x1a1725(0xb6)](_0x2a956a[_0x1a1725(0x17e)],_0x2a956a['subUnitId'],_0x2a956a[_0x1a1725(0x1ae)]);}async[_0x533bf2(0xb6)](_0x551816,_0xdb6880,_0x332947){const _0x2dbbb7=_0x533bf2;let _0x8a107=this[_0x2dbbb7(0x2d7)][_0x2dbbb7(0x154)](_0x332947);_0x8a107&&(this[_0x2dbbb7(0x2d7)][_0x2dbbb7(0x219)](_0x8a107),await this[_0x2dbbb7(0x90)][_0x2dbbb7(0x19c)](V['id'],{'unitId':_0x551816,'subUnitId':_0xdb6880,'drawingId':_0x332947}));}[_0x533bf2(0x28a)](_0xa68212,_0x537c90){const _0xf1efd1=_0x533bf2;let _0x2e5a1e=this['_chartModelService'][_0xf1efd1(0x154)](_0xa68212);_0x2e5a1e&&(this[_0xf1efd1(0x2d7)][_0xf1efd1(0x219)](_0x2e5a1e),this[_0xf1efd1(0x29b)](),this['_activateEditPanelState'](_0xa68212,_0x537c90??null));}[_0x533bf2(0xc9)](_0x3a292f,_0x54b969){const _0x55f182=_0x533bf2;let _0x36c3f6=this[_0x55f182(0xdb)][_0x55f182(0x2c1)];_0x36c3f6&&_0x36c3f6!==_0x3a292f&&(this[_0x55f182(0x15e)][_0x55f182(0x151)](_0x36c3f6,!0x1),this['_sheetsChartUIService'][_0x55f182(0x2b8)](null)),this['_sheetsChartUIService']['setActiveEditChart'](_0x3a292f),this[_0x55f182(0xdb)]['setPanelRoute'](_0x3a292f,_0x54b969),this[_0x55f182(0x15e)][_0x55f182(0x151)](_0x3a292f,this['_shouldEnableChartElementEdit'](_0x3a292f));}['_deactivateEditPanelState'](){const _0x36e96a=_0x533bf2;let _0x2d7aa2=this['_sheetsChartUIService'][_0x36e96a(0x2c1)];_0x2d7aa2&&this[_0x36e96a(0x15e)][_0x36e96a(0x151)](_0x2d7aa2,!0x1),this[_0x36e96a(0xdb)][_0x36e96a(0xf4)](null),this[_0x36e96a(0xdb)][_0x36e96a(0x2b8)](null),this[_0x36e96a(0xdb)][_0x36e96a(0x1fc)]();}[_0x533bf2(0x24e)](){const _0x427db4=_0x533bf2;this[_0x427db4(0x295)][_0x427db4(0x1bd)](jr),this['_sheetCanvasPopManagerService'][_0x427db4(0x276)](_0xc2a308[_0x427db4(0xcb)],this[_0x427db4(0x290)][_0x427db4(0x2da)](this));}['_shouldEnableChartElementEdit'](_0x2ebf49){const _0x20d578=_0x533bf2;let _0x38630a=this['_chartModelService']['getChartModel'](_0x2ebf49);return!this['_isChartElementEditEnabled']||!_0x38630a?!0x1:Nr(_0x38630a[_0x20d578(0x237)]);}['getChartPopupMenus'](_0x146f06,_0x7b8bfb,_0x125ab,_0x2c970b){const _0x793264=_0x533bf2;return[{'label':this['_localeService']['t'](_0x793264(0x2f4)),'index':0x0,'commandId':V['id'],'commandParams':{'unitId':_0x146f06,'subUnitId':_0x7b8bfb,'drawingId':_0x125ab},'disable':_0x2c970b!==_0xc2a308[_0x793264(0xcb)]},{'label':this[_0x793264(0x1e9)]['t'](_0x793264(0xd6)),'index':0x1,'commandId':_0xf80612['id'],'commandParams':{'unitId':_0x146f06,'drawings':[{'unitId':_0x146f06,'subUnitId':_0x7b8bfb,'drawingId':_0x125ab,'drawingType':_0x2c970b}]},'disable':!0x1},{'label':this[_0x793264(0x1e9)]['t'](_0x793264(0x18e)),'index':0x2,'commandId':fr['id'],'commandParams':{'unitId':_0x146f06,'subUnitId':_0x7b8bfb,'drawingId':_0x125ab},'disable':!0x1}];}};Q=J([q(0x0,_0x32f0cf),q(0x1,_0x371c5e),q(0x2,_0x28410f(_0x538c99)),q(0x3,_0x28410f(X)),q(0x4,_0x28410f(_0x3fcfc9)),q(0x5,_0x28410f(_0x315d34)),q(0x6,_0x542957),q(0x7,_0x28410f(_0x10c864)),q(0x8,_0x28410f(_0x199d2a)),q(0x9,_0x413077),q(0xa,Y),q(0xb,_0x263bb6),q(0xc,_0x28410f(_0x3f8b07)),q(0xd,_0x5d6e79)],Q);var mi=_0x533bf2(0x1d3),hi='1.0.0-beta.1';const gi={'scaleX':0x1,'scaleY':0x1};function _i(_0x4383fe){const _0x484eed=_0x533bf2;let _0x4714bd=_0x4383fe[_0x484eed(0x1d2)];return _0x4714bd instanceof MouseEvent?_0x4714bd:void 0x0;}function vi(_0x445093){const _0x1c6f13=_0x533bf2;let _0x10e705=_0x445093[_0x1c6f13(0x1d2)],_0x11d8fb=_0x10e705==null?void 0x0:_0x10e705[_0x1c6f13(0x26f)];return _0x11d8fb instanceof Element?_0x11d8fb:void 0x0;}function yi(_0x25165c){var _0x60a58d;return(_0x60a58d=vi(_0x25165c))==null?void 0x0:_0x60a58d['getBoundingClientRect']();}function bi(_0xfc660a){const _0x1cf20b=_0x533bf2;return _0xfc660a['width']||_0xfc660a['right']-_0xfc660a[_0x1cf20b(0x234)];}function xi(_0x149d7b){const _0xfe0d96=_0x533bf2;return _0x149d7b['height']||_0x149d7b[_0xfe0d96(0x263)]-_0x149d7b[_0xfe0d96(0x291)];}function Si(_0x2da02b,_0xde9597){const _0x155fe1=_0x533bf2;let _0x645790=_0x2da02b['clientWidth']||(_0x2da02b instanceof HTMLElement?_0x2da02b[_0x155fe1(0x14a)]:0x0),_0x6b61b8=_0x2da02b['clientHeight']||(_0x2da02b instanceof HTMLElement?_0x2da02b[_0x155fe1(0xe6)]:0x0),_0x5cfdf5=bi(_0xde9597),_0x1fa8d9=xi(_0xde9597);return{'scaleX':_0x645790>0x0&&_0x5cfdf5>0x0?_0x5cfdf5/_0x645790:gi[_0x155fe1(0xc2)],'scaleY':_0x6b61b8>0x0&&_0x1fa8d9>0x0?_0x1fa8d9/_0x6b61b8:gi[_0x155fe1(0x19d)]};}function Ci(_0x5f7b59,_0x1077ff,_0x24b8ce){const _0x2d63b3=_0x533bf2;return{'left':_0x5f7b59[_0x2d63b3(0x234)]+_0x1077ff['left']*_0x24b8ce['scaleX'],'right':_0x5f7b59[_0x2d63b3(0x234)]+_0x1077ff[_0x2d63b3(0x1e6)]*_0x24b8ce[_0x2d63b3(0xc2)],'top':_0x5f7b59[_0x2d63b3(0x291)]+_0x1077ff[_0x2d63b3(0x291)]*_0x24b8ce[_0x2d63b3(0x19d)],'bottom':_0x5f7b59['top']+_0x1077ff[_0x2d63b3(0x263)]*_0x24b8ce[_0x2d63b3(0x19d)]};}function wi(_0x5c0a81){const _0x5bf657=_0x533bf2;let _0x29ad53=vi(_0x5c0a81),_0x6ca30e=_0x5c0a81[_0x5bf657(0xcd)][_0x5bf657(0x29d)];return _0x29ad53&&_0x6ca30e?()=>{let _0x38cae8=_0x29ad53['getBoundingClientRect']();return Ci(_0x38cae8,_0x6ca30e,Si(_0x29ad53,_0x38cae8));}:()=>{const _0x1df82d=_0x5bf657;let _0x44e754=yi(_0x5c0a81);if(_0x44e754&&_0x6ca30e)return Ci(_0x44e754,_0x6ca30e,_0x29ad53?Si(_0x29ad53,_0x44e754):gi);let _0x52dbaf=_i(_0x5c0a81),_0x58edd2=_0x29ad53&&_0x44e754?Si(_0x29ad53,_0x44e754):gi,_0x45ad91=(_0x52dbaf==null?void 0x0:_0x52dbaf[_0x1df82d(0x2b4)])??(_0x44e754?_0x44e754[_0x1df82d(0x234)]+_0x5c0a81['localPoint']['x']*_0x58edd2[_0x1df82d(0xc2)]:_0x5c0a81[_0x1df82d(0x2b9)]['x']),_0x3f5c30=(_0x52dbaf==null?void 0x0:_0x52dbaf[_0x1df82d(0x282)])??(_0x44e754?_0x44e754[_0x1df82d(0x291)]+_0x5c0a81[_0x1df82d(0x2b9)]['y']*_0x58edd2[_0x1df82d(0x19d)]:_0x5c0a81['localPoint']['y']);return{'left':_0x45ad91,'right':_0x45ad91+0x1,'top':_0x3f5c30,'bottom':_0x3f5c30+0x1};};}function Ti(_0x53fa57){const _0xc4eca3=_0x533bf2;return typeof _0x53fa57==_0xc4eca3(0x239)&&Number[_0xc4eca3(0x252)](_0x53fa57);}function Ei(_0x197f6b){const _0x8e1e0f=_0x533bf2;if(!_0x197f6b||typeof _0x197f6b!=_0x8e1e0f(0x27a))return!0x0;let {startX:_0x42b229,endX:_0x45b519,startY:_0x19f97a,endY:_0x3e5f68}=_0x197f6b;return!Ti(_0x42b229)||!Ti(_0x45b519)||!Ti(_0x19f97a)||!Ti(_0x3e5f68)||_0x45b519-_0x42b229>0x2&&_0x3e5f68-_0x19f97a>0x2;}function Di(_0x3b6527){const _0x27fa3f=_0x533bf2;return _0x3b6527[_0x27fa3f(0x1e6)]<=_0x3b6527[_0x27fa3f(0x234)]||_0x3b6527[_0x27fa3f(0x263)]<=_0x3b6527[_0x27fa3f(0x291)]?!0x1:typeof window>'u'||_0x3b6527[_0x27fa3f(0x1e6)]>0x0&&_0x3b6527[_0x27fa3f(0x263)]>0x0&&_0x3b6527[_0x27fa3f(0x234)]<window[_0x27fa3f(0x210)]&&_0x3b6527[_0x27fa3f(0x291)]<window[_0x27fa3f(0x27f)];}function Oi(_0x11cabc){const _0x511799=_0x533bf2;var _0x5937f4;return _0x11cabc==null||(_0x5937f4=_0x11cabc[_0x511799(0x27d)])==null?void 0x0:_0x5937f4[_0x511799(0xc0)](_0x11cabc);}function ki(_0x2b57e3,_0x4b3388,_0x1373d2){const _0x4bc684=_0x533bf2;let _0x468642=wi(_0x2b57e3),_0x36a5e1=Oi(_0x4b3388),_0x1ec60f=_0x468642(),_0x31714d=new _0x53aede(_0x1ec60f),_0x34f821=new _0xbb67f(),_0x5edea2=!0x1,_0x4dfc97=!0x1,_0x3b3200=_0x3ff02e=>Ei(_0x36a5e1)&&Di(_0x3ff02e),_0x55ac47=()=>{_0x4dfc97||_0x5edea2||(_0x4dfc97=!0x0,queueMicrotask(()=>{const _0x4e276d=_0x4f81;if(_0x4dfc97=!0x1,!_0x5edea2){let _0x1f4bde=_0x468642();if(!_0x3b3200(_0x1f4bde)){_0x1373d2();return;}_0x31714d[_0x4e276d(0x93)](_0x1f4bde);}}));};return _0x4b3388&&_0x34f821[_0x4bc684(0x2db)](_0x4b3388[_0x4bc684(0x28f)](_0x441c44=>{_0x36a5e1=_0x441c44,_0x55ac47();})),typeof window<'u'&&_0x34f821[_0x4bc684(0x2db)](_0x3a8e71(_0x50fa50(window,'scroll',{'capture':!0x0}),_0x50fa50(window,'resize'))[_0x4bc684(0xaf)](_0x442c3b(0x10))[_0x4bc684(0x28f)](_0x55ac47)),{'initialRect':_0x1ec60f,'anchorRect$':_0x31714d[_0x4bc684(0x2ae)](),'visible':_0x3b3200(_0x1ec60f),'dispose':()=>{const _0x38b328=_0x4bc684;_0x5edea2=!0x0,_0x34f821['dispose'](),_0x31714d[_0x38b328(0x193)]();}};}const Ai=_0x533bf2(0x17f);let ji=class extends _0x1b05ef{constructor(_0x489bad,_0x90cbb6,_0xbc821f,_0x1512ad,_0x48ba6c,_0x1b38bc,_0x5d2239,_0x366294,_0xd3fce){const _0xc0917b=_0x533bf2;super(),this['_chartModelService']=_0x489bad,this[_0xc0917b(0x15e)]=_0x90cbb6,this[_0xc0917b(0x294)]=_0xbc821f,this[_0xc0917b(0x208)]=_0x1512ad,this[_0xc0917b(0x106)]=_0x48ba6c,this[_0xc0917b(0xff)]=_0x1b38bc,this[_0xc0917b(0x173)]=_0x5d2239,this['_commandService']=_0x366294,this[_0xc0917b(0x226)]=_0xd3fce,W(this,_0xc0917b(0xae),null),W(this,_0xc0917b(0x13b),null),this[_0xc0917b(0x10a)](),this[_0xc0917b(0x287)]();}['dispose'](){const _0x26c942=_0x533bf2;this['_closePopup'](),super[_0x26c942(0x27b)]();}[_0x533bf2(0x10a)](){const _0x1a5cb1=_0x533bf2;let _0x90be43=_0x2c1df6({'chartUIService':this[_0x1a5cb1(0xff)],'getHostAdapter':_0x45fbe9=>{const _0x58b8cc=_0x1a5cb1;this['_setActiveChart'](_0x45fbe9[_0x58b8cc(0xbe)]);let _0x34c04d=this[_0x58b8cc(0x2d7)]['getChartModel'](_0x45fbe9[_0x58b8cc(0xbe)]);if(!(!_0x34c04d||!_0x45fbe9['subUnitId']))return new _0x5e57e2(_0x34c04d,new _0x2f4014({'unitId':_0x45fbe9[_0x58b8cc(0x17e)],'subUnitId':_0x45fbe9['subUnitId'],'chartId':_0x45fbe9[_0x58b8cc(0xbe)],'injector':this['_injector']}));},'close':()=>this['_closePopup'](),'openFullPanel':_0x183f61=>{const _0x4f026c=_0x1a5cb1;let {unitId:_0x5a21e1,subUnitId:_0x2e3a16,drawingId:_0x199bf2,chartId:_0x47c500}=_0x183f61,_0x4b3b99=_0x44a37b(_0x183f61[_0x4f026c(0x26f)]);this[_0x4f026c(0x90)][_0x4f026c(0x19c)](V['id'],{'unitId':_0x5a21e1,'subUnitId':_0x2e3a16??'','drawingId':_0x199bf2??_0x47c500,..._0x4b3b99?{'route':_0x4b3b99}:{}});}});this['disposeWithMe'](this[_0x1a5cb1(0x173)][_0x1a5cb1(0x159)](Ai,_0x90be43));}[_0x533bf2(0x287)](){const _0x40a81a=_0x533bf2;this['disposeWithMe'](this[_0x40a81a(0x2d7)]['chartModelAdded$']['subscribe'](_0x4b77bd=>{const _0x45916d=_0x40a81a;let _0x840f70=new _0xbb67f();_0x840f70[_0x45916d(0x2db)](this[_0x45916d(0x15e)]['on'](_0x4b77bd['id'],_0x45916d(0x1c8),_0x555132=>{const _0x233bb5=_0x45916d;this[_0x233bb5(0x2ec)](_0x4b77bd['id'],_0x555132);})),_0x840f70[_0x45916d(0x2db)](this[_0x45916d(0x15e)]['on'](_0x4b77bd['id'],_0x45916d(0xa9),()=>{const _0x4b2ed8=_0x45916d;this[_0x4b2ed8(0xb6)](_0x4b77bd['id']);})),_0x4b77bd[_0x45916d(0x205)](()=>{const _0x2f7eb0=_0x45916d;_0x840f70[_0x2f7eb0(0x27b)](),this[_0x2f7eb0(0x11f)](_0x4b77bd['id']);}),this['disposeWithMe'](_0x840f70);})),this[_0x40a81a(0x269)](this[_0x40a81a(0xff)]['activeEditChart$']['subscribe'](_0x485033=>{const _0xb84ed1=_0x40a81a;(!_0x485033||this['_popupChartId']&&_0x485033!==this[_0xb84ed1(0x13b)])&&this[_0xb84ed1(0x2d9)]();})),this['disposeWithMe'](this['_sheetCanvasFloatDomManagerService'][_0x40a81a(0x199)][_0x40a81a(0x28f)](({id:_0x1c72f9})=>{this['_clearSelectedTarget'](_0x1c72f9);})),this[_0x40a81a(0x269)](this['_sheetCanvasFloatDomManagerService'][_0x40a81a(0x26b)][_0x40a81a(0x28f)](({id:_0x104186})=>{const _0x182217=_0x40a81a;this[_0x182217(0x11f)](_0x104186);})),this[_0x40a81a(0x269)](this[_0x40a81a(0x294)]['removeHost$'][_0x40a81a(0x28f)](_0x437cf0=>{const _0x4c9734=_0x40a81a;this[_0x4c9734(0x11f)](_0x437cf0);}));}[_0x533bf2(0xb6)](_0x7c30c3){const _0x395585=_0x533bf2;if(this[_0x395585(0xff)]['activeEditChart'])return;let _0x14aea8=this[_0x395585(0x2d7)]['getChartModel'](_0x7c30c3),_0x50179b=this['_sheetCanvasFloatDomManagerService']['getFloatDomInfo'](_0x7c30c3);!_0x14aea8||!_0x50179b||(this[_0x395585(0x2d7)]['setActiveChartModel'](_0x14aea8),this[_0x395585(0x90)][_0x395585(0x19c)](V['id'],{'unitId':_0x50179b[_0x395585(0x17e)],'subUnitId':_0x50179b[_0x395585(0x1f7)]??'','drawingId':_0x7c30c3}));}['_setActiveChart'](_0x38028c){const _0xbd0832=_0x533bf2;let _0x2ca18e=this[_0xbd0832(0x2d7)][_0xbd0832(0x154)](_0x38028c);_0x2ca18e&&this['_chartModelService'][_0xbd0832(0x219)](_0x2ca18e);}[_0x533bf2(0x2ec)](_0x44fda6,_0x37be5b){const _0x14dcfb=_0x533bf2;if(!this[_0x14dcfb(0xff)][_0x14dcfb(0x12c)](_0x44fda6))return;let _0x23f478=this[_0x14dcfb(0x2d7)]['getChartModel'](_0x44fda6),_0x4512c9=_0x23f478?Pr(_0x23f478,_0x37be5b[_0x14dcfb(0xcd)]):void 0x0;if(!_0x4512c9){this[_0x14dcfb(0xff)][_0x14dcfb(0x2b8)](null),this[_0x14dcfb(0xff)][_0x14dcfb(0x1fc)](),this['_closePopup']();return;}let _0x459ccd=this['_sheetCanvasFloatDomManagerService'][_0x14dcfb(0x20c)](_0x44fda6);if(!_0x23f478||!_0x459ccd){this['_chartUIService'][_0x14dcfb(0x2b8)](null),this[_0x14dcfb(0xff)]['clearPanelRoute'](),this[_0x14dcfb(0x2d9)]();return;}if(this['_chartModelService'][_0x14dcfb(0x219)](_0x23f478),this['_chartUIService'][_0x14dcfb(0x2b8)]({'chartId':_0x44fda6,'element':_0x37be5b['hit'],'target':_0x4512c9['target'],'route':_0x4512c9[_0x14dcfb(0x2cc)]}),this[_0x14dcfb(0xff)][_0x14dcfb(0x2e7)](_0x44fda6,_0x4512c9[_0x14dcfb(0x2cc)]),this[_0x14dcfb(0x2d9)](),!_0x4512c9[_0x14dcfb(0x311)])return;let _0xe6fb47=ki(_0x37be5b,_0x459ccd[_0x14dcfb(0x1e8)],()=>this[_0x14dcfb(0x1b5)](_0x44fda6));if(!_0xe6fb47['visible']){_0xe6fb47[_0x14dcfb(0x27b)]();return;}let _0x54a87c=this[_0x14dcfb(0x208)][_0x14dcfb(0x1a5)](_0xe6fb47[_0x14dcfb(0xe4)],_0xe6fb47['anchorRect$'],{'componentKey':_0xa436e2,'constrainToCanvas':!0x0,'direction':'top-center','offset':[0x0,0x8],'extraProps':{'unitId':_0x459ccd['unitId'],'subUnitId':_0x459ccd[_0x14dcfb(0x1f7)],'chartId':_0x44fda6,'drawingId':_0x44fda6,'element':_0x37be5b[_0x14dcfb(0xcd)],'target':_0x4512c9['target'],'adapterKey':Ai}},_0x459ccd[_0x14dcfb(0x17e)],_0x459ccd['subUnitId'])??null;if(!_0x54a87c){_0xe6fb47[_0x14dcfb(0x27b)]();return;}let _0x1ad0be=new _0xbb67f();_0x1ad0be[_0x14dcfb(0x2db)](_0x54a87c),_0x1ad0be[_0x14dcfb(0x2db)](_0xe6fb47),this['_popupDisposable']=_0x1ad0be,this['_popupChartId']=_0x44fda6;}[_0x533bf2(0x2d9)](){var _0x49a7d6;(_0x49a7d6=this['_popupDisposable'])==null||_0x49a7d6['dispose'](),this['_popupDisposable']=null,this['_popupChartId']=null;}[_0x533bf2(0x11f)](_0x1942de){const _0x12acff=_0x533bf2;!this[_0x12acff(0xff)][_0x12acff(0x12c)](_0x1942de)&&this[_0x12acff(0x13b)]!==_0x1942de||(this['_chartUIService'][_0x12acff(0x2b8)](null),this[_0x12acff(0xff)]['clearPanelRoute'](),this['_popupChartId']===_0x1942de&&this['_closePopup']());}[_0x533bf2(0x1b5)](_0x2eb821){const _0x48c3e2=_0x533bf2;this[_0x48c3e2(0x11f)](_0x2eb821),this['_chartUIService'][_0x48c3e2(0x12c)](_0x2eb821)&&(this[_0x48c3e2(0x15e)][_0x48c3e2(0x151)](_0x2eb821,!0x1),this[_0x48c3e2(0x15e)][_0x48c3e2(0x151)](_0x2eb821,!0x0));}};ji=J([q(0x0,_0x28410f(_0x538c99)),q(0x1,_0x28410f(X)),q(0x2,Yr),q(0x3,_0x28410f(_0x199d2a)),q(0x4,_0x28410f(_0x10c864)),q(0x5,Y),q(0x6,_0x28410f(_0x1d0732)),q(0x7,_0x413077),q(0x8,_0x28410f(_0x4b92dd))],ji);let Mi=class extends _0x1b05ef{constructor(_0x3d5a66,_0x30f553){const _0x54f068=_0x533bf2;super(),this[_0x54f068(0xc6)]=_0x3d5a66,this[_0x54f068(0x2d7)]=_0x30f553,this[_0x54f068(0x14d)]();}[_0x533bf2(0x14d)](){const _0x4005d2=_0x533bf2;this['disposeWithMe'](this[_0x4005d2(0xc6)][_0x4005d2(0x20b)][_0x4005d2(0x28f)](_0x9db24=>{const _0x25df0d=_0x4005d2;this[_0x25df0d(0x2d7)][_0x25df0d(0x1dd)](_0x9db24);}));}};Mi=J([q(0x0,Yr),q(0x1,_0x28410f(_0x538c99))],Mi);let Ni=class extends _0x1b05ef{constructor(_0x43fdcc,_0xb3ae04,_0x4596ff,_0x525acf,_0x215613,_0x1f4b33){const _0x34bc88=_0x533bf2;super(),this[_0x34bc88(0x2d7)]=_0x43fdcc,this['_chartRenderService']=_0xb3ae04,this['_localeService']=_0x4596ff,this[_0x34bc88(0xff)]=_0x525acf,this[_0x34bc88(0x90)]=_0x215613,this['_sheetPrintInterceptorService']=_0x1f4b33,W(this,_0x34bc88(0xac),new Map()),this[_0x34bc88(0x14d)](),this[_0x34bc88(0x2f1)](),this[_0x34bc88(0x28b)]();}[_0x533bf2(0x28b)](){const _0x35f291=_0x533bf2;this['disposeWithMe'](this[_0x35f291(0x1ba)][_0x35f291(0x153)]['intercept'](this['_sheetPrintInterceptorService'][_0x35f291(0x153)]['getInterceptPoints']()[_0x35f291(0xbf)],{'handler':(_0x42c0ba,_0x3e976c,_0x377484)=>{const _0x3cf9c1=_0x35f291;let _0x38b742=this[_0x3cf9c1(0x15e)][_0x3cf9c1(0x204)](_0x3e976c[_0x3cf9c1(0x17e)],_0x3e976c[_0x3cf9c1(0x1f7)],_0x3e976c[_0x3cf9c1(0x244)]);return _0x3e976c[_0x3cf9c1(0x1c4)][_0x3cf9c1(0x2db)](_0x38b742),_0x377484(_0x42c0ba);}}));}[_0x533bf2(0x14d)](){const _0x76056=_0x533bf2;this[_0x76056(0x269)](this[_0x76056(0x2d7)][_0x76056(0x23d)][_0x76056(0x28f)](_0x59468b=>{const _0x4ef1af=_0x76056;if(_0x59468b){let _0x1d0f82=new _0xbb67f();_0x1d0f82['add'](_0x59468b[_0x4ef1af(0x250)]['pipe'](_0x445cf1(_0x59468b['style$']),_0x445cf1(this[_0x4ef1af(0x1e9)][_0x4ef1af(0x15d)]),_0x35a815(0x64))[_0x4ef1af(0x28f)](([[_0x277666,_0x9c5225],_0x916cc3])=>{const _0x2f646c=_0x4ef1af;var _0x1091bd;if(!_0x277666)return;(_0x1091bd=_0x277666[_0x2f646c(0x12e)])==null||_0x1091bd[_0x2f646c(0xf2)][_0x2f646c(0x1cf)]((_0x4823ed,_0x147a30)=>{const _0x260bd9=_0x2f646c;_0x4823ed[_0x260bd9(0x2c5)]||=this[_0x260bd9(0x1e9)]['t']('sheets-chart-ui.common.category')+'\x20'+(_0x147a30+0x1);}),_0x277666[_0x2f646c(0xab)][_0x2f646c(0x1cf)]((_0x5d741d,_0xf41cb8)=>{const _0x22a1dc=_0x2f646c;_0x5d741d['name']||=this[_0x22a1dc(0x1e9)]['t']('sheets-chart-ui.chord.target')+'\x20'+(_0xf41cb8+0x1);});let _0x1ecc50=this['_chartRenderService'][_0x2f646c(0x2ed)](_0x59468b,_0x916cc3);this[_0x2f646c(0x15e)][_0x2f646c(0x2ee)](_0x59468b['id'],_0x277666,_0x1ecc50);})),_0x59468b['onDispose'](()=>{const _0x3cc96e=_0x4ef1af;_0x1d0f82[_0x3cc96e(0x27b)]();});}}));}[_0x533bf2(0x2f1)](){const _0x1b08c5=_0x533bf2;this[_0x1b08c5(0x269)](this['_commandService'][_0x1b08c5(0x29f)](_0x20576e=>{const _0xac89d0=_0x1b08c5;if(_0x20576e['id']!==_0xdd60ff['id'])return;let _0x532f2a=_0x20576e[_0xac89d0(0x1c2)];_0x532f2a!=null&&_0x532f2a['chartModelId']&&Promise[_0xac89d0(0x2f2)]()['then'](()=>this[_0xac89d0(0x23f)](_0x532f2a));}));}[_0x533bf2(0x23f)](_0x2769ea){const _0x4ff567=_0x533bf2;let _0x10a28b=this[_0x4ff567(0x2d7)][_0x4ff567(0x154)](_0x2769ea[_0x4ff567(0x116)]);if(!_0x10a28b||_0x10a28b[_0x4ff567(0x237)]!==_0x52497a[_0x4ff567(0x259)])return;let _0x5e59c1=_0x10a28b[_0x4ff567(0x215)];if(!_0x5e59c1){this[_0x4ff567(0x2c3)](_0x10a28b);return;}this[_0x4ff567(0xf3)](_0x10a28b,_0x5e59c1);}[_0x533bf2(0x2c3)](_0x4ae045){const _0x3c46e9=_0x533bf2;if(this[_0x3c46e9(0xac)]['get'](_0x4ae045['id']))return;let _0x396b96=_0x4ae045[_0x3c46e9(0x250)][_0x3c46e9(0xaf)](_0x1fcd24(_0x4f483d=>_0x4f483d!=null),_0x57056f(0x1))[_0x3c46e9(0x28f)](_0x3264e0=>{const _0x3386dc=_0x3c46e9;this[_0x3386dc(0xac)]['delete'](_0x4ae045['id']),this['_renderChartModel'](_0x4ae045,_0x3264e0);});this[_0x3c46e9(0xac)]['set'](_0x4ae045['id'],_0x396b96),_0x4ae045['onDispose'](()=>{const _0xd26373=_0x3c46e9;_0x396b96[_0xd26373(0x216)](),this[_0xd26373(0xac)]['delete'](_0x4ae045['id']);});}[_0x533bf2(0xf3)](_0x426bc3,_0x3e0ee7){const _0x5084b8=_0x533bf2;let _0x48c085=this['_chartRenderService'][_0x5084b8(0x2ed)](_0x426bc3,this[_0x5084b8(0x1e9)]['getDirection']());this['_chartRenderService'][_0x5084b8(0x2ee)](_0x426bc3['id'],_0x3e0ee7,_0x48c085);}};Ni=J([q(0x0,_0x28410f(_0x538c99)),q(0x1,_0x28410f(X)),q(0x2,_0x28410f(_0x3f8b07)),q(0x3,Y),q(0x4,_0x413077),q(0x5,_0x28410f(_0x55853b))],Ni);let Pi=class extends _0x1b05ef{constructor(_0x16e864,_0x1e3d1b,_0x3c522c,_0x44c948){const _0x48d105=_0x533bf2;super(),this[_0x48d105(0x19e)]=_0x16e864,this['_sheetInterceptorService']=_0x1e3d1b,this['_sheetDrawingService']=_0x3c522c,this[_0x48d105(0x2d7)]=_0x44c948,this[_0x48d105(0x192)]();}[_0x533bf2(0x192)](){const _0x1f791c=_0x533bf2;this['disposeWithMe'](this[_0x1f791c(0x1df)]['interceptCommand']({'getMutations':_0x19ae8a=>{const _0x2e7c88=_0x1f791c;if(_0x19ae8a['id']===_0x200288['id']){let _0x43b54b=_0x4774b5(this[_0x2e7c88(0x19e)],_0x19ae8a[_0x2e7c88(0x1c2)]);if(!_0x43b54b)return{'redos':[],'undos':[]};let {unitId:_0x1d229a,subUnitId:_0x187b2e}=_0x43b54b,_0x3bc97f=this[_0x2e7c88(0x23c)]['getDrawingData'](_0x1d229a,_0x187b2e),_0x4ab46e=Object[_0x2e7c88(0x281)](_0x3bc97f)[_0x2e7c88(0xaa)](_0x663d9b=>_0x663d9b[_0x2e7c88(0x24f)]===_0xc2a308[_0x2e7c88(0xcb)]);if(_0x4ab46e[_0x2e7c88(0x221)]===0x0)return{'redos':[],'undos':[]};let _0x5b8638=[],_0x151aa7=[];for(let _0xd39d97=0x0;_0xd39d97<_0x4ab46e['length'];_0xd39d97++){let _0xb7f945=_0x4ab46e[_0xd39d97],_0x778fe3=this[_0x2e7c88(0x2d7)][_0x2e7c88(0x154)](_0xb7f945[_0x2e7c88(0x1ae)]);if(!_0x778fe3)continue;let _0x2d0eba=_0x778fe3[_0x2e7c88(0x166)][_0x2e7c88(0x1f9)](),{chartType:_0x3b8241,context:_0x2e7914,style:_0x3311ae,dataAggregation:_0x1e5683}=_0x778fe3[_0x2e7c88(0x12f)](),{redo:_0x1dbe9f,undo:_0x4124a5,objects:_0x37a338}=this[_0x2e7c88(0x23c)][_0x2e7c88(0x28e)]([_0xb7f945]);_0x5b8638[_0x2e7c88(0x1d7)]({'id':_0x4ceb47['id'],'params':{'unitId':_0x1d229a,'subUnitId':_0x187b2e,'chartId':_0xb7f945[_0x2e7c88(0x1ae)]}}),_0x5b8638['push']({'id':_0x1ee14a['id'],'params':{'unitId':_0x1d229a,'subUnitId':_0x187b2e,'type':_0x4ef90d[_0x2e7c88(0xd2)],'op':_0x1dbe9f,'objects':_0x37a338}}),_0x151aa7[_0x2e7c88(0x1d7)]({'id':_0x1ee14a['id'],'params':{'unitId':_0x1d229a,'subUnitId':_0x187b2e,'type':_0x4ef90d[_0x2e7c88(0x189)],'op':_0x4124a5,'objects':_0x37a338}}),_0x151aa7['push']({'id':_0x8740fa['id'],'params':{'unitId':_0x1d229a,'subUnitId':_0x187b2e,'chartId':_0xb7f945[_0x2e7c88(0x1ae)],'chartType':_0x3b8241,..._0x5c5743(_0x2d0eba),'context':_0x2e7914,'style':_0x3311ae,'dataAggregation':_0x1e5683}});}return{'redos':_0x5b8638,'undos':_0x151aa7};}else{if(_0x19ae8a['id']===_0x12f458['id']){let {unitId:_0x413206,subUnitId:_0x3b2f04,targetSubUnitId:_0x23af96}=_0x19ae8a[_0x2e7c88(0x1c2)];if(!_0x413206||!_0x3b2f04||!_0x23af96)return{'redos':[],'undos':[]};let _0x562372=this[_0x2e7c88(0x23c)][_0x2e7c88(0x1a0)](_0x413206,_0x3b2f04),_0x1cf7bb=Object[_0x2e7c88(0x281)](_0x562372)[_0x2e7c88(0xaa)](_0xe57b4b=>_0xe57b4b[_0x2e7c88(0x24f)]===_0xc2a308['DRAWING_CHART']);if(_0x1cf7bb[_0x2e7c88(0x221)]===0x0)return{'redos':[],'undos':[]};let _0x47c2ea=[],_0x2f8305=[];for(let _0x5efd52=0x0;_0x5efd52<_0x1cf7bb[_0x2e7c88(0x221)];_0x5efd52++){let _0x2ea382=_0x1cf7bb[_0x5efd52],_0x2cca27=this[_0x2e7c88(0x2d7)][_0x2e7c88(0x154)](_0x2ea382[_0x2e7c88(0x1ae)]);if(!_0x2cca27)continue;let _0x5e944c=_0x3a6851(),_0x4e3e0c={..._0x2ea382,'unitId':_0x413206,'subUnitId':_0x23af96,'drawingId':_0x5e944c},_0x7474ae=_0x2cca27['dataSource'][_0x2e7c88(0x1f9)](),_0x338997=Array[_0x2e7c88(0x24c)](_0x7474ae)?_0x7474ae[_0x2e7c88(0x26c)](_0x476fa0=>({..._0x476fa0,..._0x476fa0[_0x2e7c88(0xca)]?{'header':{..._0x476fa0['header'],'subUnitId':_0x23af96}}:{},'range':{..._0x476fa0[_0x2e7c88(0x258)],'subUnitId':_0x23af96}})):{..._0x7474ae,'rangeInfo':{..._0x7474ae['rangeInfo'],'subUnitId':_0x23af96}},{chartType:_0x2d755e,context:_0x49f9b1,style:_0x486bbd,dataAggregation:_0x11a143}=_0x2cca27[_0x2e7c88(0x12f)](),{redo:_0x1cf896,undo:_0x4ceea2,objects:_0x2eba8e}=this[_0x2e7c88(0x23c)][_0x2e7c88(0x1ca)]([_0x4e3e0c]);_0x47c2ea[_0x2e7c88(0x1d7)]({'id':_0x1ee14a['id'],'params':{'unitId':_0x413206,'subUnitId':_0x23af96,'type':_0x4ef90d[_0x2e7c88(0x189)],'op':_0x1cf896,'objects':_0x2eba8e}}),_0x47c2ea[_0x2e7c88(0x1d7)]({'id':_0x8740fa['id'],'params':{'unitId':_0x413206,'subUnitId':_0x23af96,'chartId':_0x5e944c,'chartType':_0x2d755e,..._0x5c5743(_0x338997),'context':_0x49f9b1,'style':_0x486bbd,'dataAggregation':_0x11a143}}),_0x2f8305[_0x2e7c88(0x1d7)]({'id':_0x4ceb47['id'],'params':{'unitId':_0x413206,'subUnitId':_0x23af96,'chartId':_0x5e944c}}),_0x2f8305[_0x2e7c88(0x1d7)]({'id':_0x1ee14a['id'],'params':{'unitId':_0x413206,'subUnitId':_0x23af96,'type':_0x4ef90d['REMOVE'],'op':_0x4ceea2,'objects':_0x2eba8e}});}return{'redos':_0x47c2ea,'undos':_0x2f8305};}}return{'redos':[],'undos':[]};}}));}};Pi=J([q(0x0,_0x28410f(_0x371c5e)),q(0x1,_0x28410f(_0x2dd957)),q(0x2,_0x28410f(_0x49382d)),q(0x3,_0x28410f(_0x538c99))],Pi);let Fi=class extends _0x1b05ef{constructor(_0x31edc8,_0x52638f){const _0x369ba6=_0x533bf2;super(),this[_0x369ba6(0x1b2)]=_0x31edc8,this[_0x369ba6(0x1c6)]=_0x52638f,this[_0x369ba6(0x18c)](),this[_0x369ba6(0x25b)]();}['_registerIcons'](){const _0x539e59=_0x533bf2;this[_0x539e59(0x269)](this[_0x539e59(0x1c6)]['register']({'PenIcon':_0x3f19de}));}[_0x533bf2(0x25b)](){const _0x1075dd=_0x533bf2;[[ui,li]][_0x1075dd(0x1cf)](([_0x9a341a,_0x180b43])=>{const _0x28450e=_0x1075dd;this[_0x28450e(0x269)](this[_0x28450e(0x1b2)][_0x28450e(0x159)](_0x9a341a,_0x180b43));});}};Fi=J([q(0x0,_0x28410f(_0x53334b)),q(0x1,_0x28410f(_0x1edf8a))],Fi);let Ii=class extends _0x1b05ef{constructor(_0x461c23,_0x163790,_0x3d582b,_0x27ad15){const _0xa6783a=_0x533bf2;super(),this[_0xa6783a(0x1cc)]=_0x461c23,this[_0xa6783a(0x229)]=_0x163790,this[_0xa6783a(0x23c)]=_0x3d582b,this['_chartModelService']=_0x27ad15,W(this,_0xa6783a(0x1a6),void 0x0),this[_0xa6783a(0x2cb)]();}get[_0x533bf2(0x15c)](){const _0x587c92=_0x533bf2;return this[_0x587c92(0x23c)][_0x587c92(0x1f2)]();}[_0x533bf2(0x2cb)](){const _0x14c4d2=_0x533bf2;this['disposeWithMe'](this[_0x14c4d2(0x229)][_0x14c4d2(0x156)]({'id':_0x159303,'onBeforeCopy':(_0x28a963,_0x51d328,_0x4e59e9,_0xf134ad)=>{const _0x4e7295=_0x14c4d2;this[_0x4e7295(0x1a6)]=null;let _0x2d7fa7=this[_0x4e7295(0x15c)];if(_0x2d7fa7['length']){let _0x527790=_0x2d7fa7[_0x4e7295(0xaa)](_0x111cfb=>_0x111cfb['drawingType']===_0xc2a308[_0x4e7295(0xcb)]);if(_0x527790[_0x4e7295(0x221)]===0x0)return;this[_0x4e7295(0x1a6)]={'unitId':_0x28a963,'subUnitId':_0x51d328,'copyType':_0xf134ad,'drawings':_0x527790};}else this[_0x4e7295(0x272)](_0x28a963,_0x51d328,_0x4e59e9,_0xf134ad);},'onPasteCells':(_0x3ee72d,_0x5673a2,_0x1cbdbb,_0x1b823a)=>{const _0x49ed93=_0x14c4d2;if(!this[_0x49ed93(0x1a6)])return{'redos':[],'undos':[]};let {pasteType:_0x8043a}=_0x1b823a;return _0x8043a===_0x41cea3['DEFAULT_PASTE']?this[_0x49ed93(0x218)](_0x5673a2,this[_0x49ed93(0x1a6)][_0x49ed93(0x2e5)]===_0x3eadd3['CUT']):{'redos':[],'undos':[]};},'onPasteUnrecognized':_0x3b4547=>this[_0x14c4d2(0x1a6)]?this[_0x14c4d2(0x218)](_0x3b4547,this[_0x14c4d2(0x1a6)][_0x14c4d2(0x2e5)]===_0x3eadd3[_0x14c4d2(0x174)]):{'redos':[],'undos':[]}}));}[_0x533bf2(0x272)](_0x3f586e,_0x5ba47b,_0x54be6c,_0x1d4cf4){const _0x451692=_0x533bf2;let _0xbc5aab=this[_0x451692(0x1cc)][_0x451692(0x22d)](_0x3f586e,_0x5ba47b);if(!_0xbc5aab)return;let _0x4066f8=_0x170817(_0xbc5aab,_0x54be6c);if(!_0x4066f8)return;let {startX:_0x1b3bbe,endX:_0x5b7ff5,startY:_0x162fb6,endY:_0x21cb0e}=_0x4066f8,_0x558fb9=this[_0x451692(0x23c)][_0x451692(0x1a0)](_0x3f586e,_0x5ba47b),_0x3faf03=this['_focusedDrawings'][_0x451692(0x304)]();for(let [_0xaee730,_0x52e5c5]of Object[_0x451692(0x2b0)](_0x558fb9)){if(_0x52e5c5['drawingType']!==_0xc2a308[_0x451692(0xcb)])continue;let {transform:_0x1f8a7e}=_0x52e5c5;if(!_0x1f8a7e)continue;let {left:_0x17551a=0x0,top:_0x21f912=0x0,width:_0x49724b=0x0,height:_0x10d68a=0x0}=_0x1f8a7e;_0x1b3bbe<=_0x17551a&&_0x5b7ff5>=_0x17551a+_0x49724b&&_0x162fb6<=_0x21f912&&_0x21cb0e>=_0x21f912+_0x10d68a&&_0x3faf03['push'](_0x52e5c5);}_0x3faf03['length']>0x0&&(this[_0x451692(0x1a6)]={'unitId':_0x3f586e,'subUnitId':_0x5ba47b,'copyType':_0x1d4cf4,'copyRange':_0x54be6c,'drawings':_0x3faf03});}[_0x533bf2(0x218)](_0x46a4b4,_0x3caa59){const _0x3faf10=_0x533bf2;let {unitId:_0xf7e99f,subUnitId:_0x1b0a32,range:_0x2b5ccd}=_0x46a4b4,_0x5f0e2f=this[_0x3faf10(0x1cc)][_0x3faf10(0x22d)](_0xf7e99f,_0x1b0a32);if(!_0x5f0e2f)return{'redos':[],'undos':[]};let _0x2ac51d=_0x3a930d(_0x2b5ccd),{unitId:_0x2cccb6,subUnitId:_0x3837dc,copyRange:_0x173674,drawings:_0xc424f8}=this[_0x3faf10(0x1a6)],_0x20c6fb=this[_0x3faf10(0x1cc)][_0x3faf10(0x22d)](_0x2cccb6,_0x3837dc);if(!_0x20c6fb)return{'redos':[],'undos':[]};let _0x473fff=[],_0x1a5764=[];for(let _0x48967d of _0xc424f8){let {drawingId:_0x2dad2b,transform:_0x5a7a93,sheetTransform:_0x108fac}=_0x48967d,_0x25ff45=this[_0x3faf10(0x2d7)][_0x3faf10(0x154)](_0x2dad2b);if(!_0x25ff45||!_0x5a7a93||!_0x108fac)continue;let _0x25f650=this[_0x3faf10(0x30e)]({'transform':_0x5a7a93,'sheetTransform':_0x108fac},{'skeleton':_0x20c6fb,'range':_0x173674},{'skeleton':_0x5f0e2f,'range':_0x2ac51d});if(_0x3caa59){let {redos:_0x4a0c3d,undos:_0x4ac7d4}=this['_generateCutPasteMutations']({'fromUnitId':_0x2cccb6,'fromSubUnitId':_0x3837dc,'toUnitId':_0xf7e99f,'toSubUnitId':_0x1b0a32,'drawing':_0x48967d,'newTransforms':_0x25f650},_0x25ff45);_0x473fff['push'](..._0x4a0c3d),_0x1a5764[_0x3faf10(0x1d7)](..._0x4ac7d4);continue;}let {redos:_0x28e62b,undos:_0x299ea0}=this[_0x3faf10(0xd5)]({'toUnitId':_0xf7e99f,'toSubUnitId':_0x1b0a32,'drawing':_0x48967d,'newTransforms':_0x25f650},_0x25ff45);_0x473fff[_0x3faf10(0x1d7)](..._0x28e62b),_0x1a5764[_0x3faf10(0x1d7)](..._0x299ea0);}return{'redos':_0x473fff,'undos':_0x1a5764};}['_generateCutPasteMutations'](_0x1779a9,_0x5e965b){const _0x361072=_0x533bf2;let {fromUnitId:_0x4459f4,fromSubUnitId:_0x3e9265,toUnitId:_0x5a9509,toSubUnitId:_0x4ce83e,drawing:_0x4aeb29,newTransforms:_0x4f0645}=_0x1779a9,_0x3dafe2={..._0x4aeb29,'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'transform':_0x4f0645[_0x361072(0x2d2)],'sheetTransform':_0x4f0645['sheetTransform']};if(_0x5a9509===_0x4459f4&&_0x4ce83e===_0x3e9265){let {redo:_0x4de2bc,undo:_0x2eac61,objects:_0x23f4b9}=this[_0x361072(0x23c)][_0x361072(0xee)]([_0x3dafe2]);return{'redos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'type':_0x4ef90d[_0x361072(0x2ca)],'op':_0x4de2bc,'objects':_0x23f4b9}}],'undos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'type':_0x4ef90d['UPDATE'],'op':_0x2eac61,'objects':_0x23f4b9}}]};}else{let _0x33a630=this['_sheetDrawingService'][_0x361072(0x28e)]([_0x4aeb29]),_0x2248c8=this[_0x361072(0x23c)]['getBatchAddOp']([_0x3dafe2]),_0xa48958=_0x5e965b[_0x361072(0x166)][_0x361072(0x1f9)](),{chartType:_0x2e13e3,context:_0x2889ae,style:_0x24bdf5,dataAggregation:_0x163512}=_0x5e965b[_0x361072(0x12f)]();return{'redos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x4459f4,'subUnitId':_0x3e9265,'type':_0x4ef90d['REMOVE'],'op':_0x33a630[_0x361072(0xc3)],'objects':_0x33a630[_0x361072(0x157)]}},{'id':_0x4ceb47['id'],'params':{'unitId':_0x4459f4,'subUnitId':_0x3e9265,'chartId':_0x4aeb29[_0x361072(0x1ae)]}},{'id':_0x1ee14a['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'type':_0x4ef90d[_0x361072(0x189)],'op':_0x2248c8['redo'],'objects':_0x2248c8[_0x361072(0x157)]}},{'id':_0x8740fa['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'chartId':_0x4aeb29['drawingId'],'chartType':_0x2e13e3,..._0x5c5743(_0xa48958),'context':_0x2889ae,'style':_0x24bdf5,'dataAggregation':_0x163512}}],'undos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x4459f4,'subUnitId':_0x3e9265,'type':_0x4ef90d['INSERT'],'op':_0x33a630[_0x361072(0x1a8)],'objects':_0x33a630[_0x361072(0x157)]}},{'id':_0x8740fa['id'],'params':{'unitId':_0x4459f4,'subUnitId':_0x3e9265,'chartId':_0x4aeb29[_0x361072(0x1ae)],'chartType':_0x2e13e3,..._0x5c5743(_0xa48958),'context':_0x2889ae,'style':_0x24bdf5,'dataAggregation':_0x163512}},{'id':_0x1ee14a['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'type':_0x4ef90d[_0x361072(0xd2)],'op':_0x2248c8[_0x361072(0x1a8)],'objects':_0x2248c8[_0x361072(0x157)]}},{'id':_0x4ceb47['id'],'params':{'unitId':_0x5a9509,'subUnitId':_0x4ce83e,'chartId':_0x4aeb29['drawingId']}}]};}}[_0x533bf2(0xd5)](_0x31f7dd,_0x34b19c){const _0x2adffe=_0x533bf2;let {toUnitId:_0x43b0bc,toSubUnitId:_0x107ac0,drawing:_0x2177a9,newTransforms:_0x293eb5}=_0x31f7dd,_0x148d30=_0x3a6851(),_0x263f1d={..._0x2177a9,'unitId':_0x43b0bc,'subUnitId':_0x107ac0,'drawingId':_0x148d30,'transform':_0x293eb5[_0x2adffe(0x2d2)],'sheetTransform':_0x293eb5[_0x2adffe(0x181)]},{redo:_0x4e58d4,undo:_0x2c50cc,objects:_0xae7c67}=this[_0x2adffe(0x23c)][_0x2adffe(0x1ca)]([_0x263f1d]),_0x349dc0=_0x34b19c['dataSource'][_0x2adffe(0x1f9)](),{chartType:_0x2969b4,context:_0x3a0046,style:_0x56a815,dataAggregation:_0x3c2d7c}=_0x34b19c[_0x2adffe(0x12f)]();return{'redos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x43b0bc,'subUnitId':_0x107ac0,'type':_0x4ef90d[_0x2adffe(0x189)],'op':_0x4e58d4,'objects':_0xae7c67}},{'id':_0x8740fa['id'],'params':{'unitId':_0x43b0bc,'subUnitId':_0x107ac0,'chartId':_0x148d30,'chartType':_0x2969b4,..._0x5c5743(_0x349dc0),'context':_0x3a0046,'style':_0x56a815,'dataAggregation':_0x3c2d7c}}],'undos':[{'id':_0x1ee14a['id'],'params':{'unitId':_0x43b0bc,'subUnitId':_0x107ac0,'type':_0x4ef90d[_0x2adffe(0xd2)],'op':_0x2c50cc,'objects':_0xae7c67}},{'id':_0x4ceb47['id'],'params':{'unitId':_0x43b0bc,'subUnitId':_0x107ac0,'chartId':_0x148d30}}]};}[_0x533bf2(0x30e)](_0x584d3e,_0x3ea9d0,_0x48781a){const _0x1f2e67=_0x533bf2;let {range:_0x4ac8d9,skeleton:_0x110bbf}=_0x3ea9d0,{range:_0x59eb0b,skeleton:_0x34f7b4}=_0x48781a,{transform:_0x12276c,sheetTransform:_0x4bb165}=_0x584d3e,_0x5cfa75={..._0x12276c};if(_0x4ac8d9){let _0x3f707c=_0x170817(_0x110bbf,_0x4ac8d9),_0x1cc845=_0x170817(_0x34f7b4,_0x59eb0b);if(_0x3f707c&&_0x1cc845){let _0x5475b2=_0x1cc845['startX']-_0x3f707c[_0x1f2e67(0x2ef)],_0xb33979=_0x1cc845[_0x1f2e67(0x1c7)]-_0x3f707c['startY'];_0x5cfa75[_0x1f2e67(0x234)]=(_0x5cfa75[_0x1f2e67(0x234)]??0x0)+_0x5475b2,_0x5cfa75[_0x1f2e67(0x291)]=(_0x5cfa75['top']??0x0)+_0xb33979;}}else{let _0x372c11=_0x170817(_0x34f7b4,_0x59eb0b);_0x5cfa75[_0x1f2e67(0x234)]=_0x372c11==null?void 0x0:_0x372c11[_0x1f2e67(0x2ef)],_0x5cfa75[_0x1f2e67(0x291)]=_0x372c11==null?void 0x0:_0x372c11[_0x1f2e67(0x1c7)];}return{'transform':_0x5cfa75,'sheetTransform':_0x1a36ef(_0x5cfa75,_0x34f7b4)??_0x4bb165};}};Ii=J([q(0x0,_0x28410f(_0x5cd6cc)),q(0x1,_0x28410f(_0x2933d1)),q(0x2,_0x28410f(_0x49382d)),q(0x3,_0x28410f(_0x538c99))],Ii);let Li=class extends _0x1b05ef{constructor(_0x3f78d3,_0x3a3ac9,_0x459b09,_0x417cb9){const _0x2c6dfd=_0x533bf2;super(),this[_0x2c6dfd(0x90)]=_0x3f78d3,this[_0x2c6dfd(0x1e9)]=_0x3a3ac9,this[_0x2c6dfd(0x2f7)]=_0x459b09,this[_0x2c6dfd(0x168)]=_0x417cb9,this['_initPermission']();}[_0x533bf2(0x104)](){const _0x42e110=_0x533bf2;this['disposeWithMe'](this[_0x42e110(0x90)]['beforeCommandExecuted'](_0x392fd8=>{const _0x285a6c=_0x42e110;let _0x5f05b0,_0x297bc5;if(_0x392fd8['id']===_0x17d872['id']){let _0x26baea=_0x392fd8[_0x285a6c(0x1c2)];_0x5f05b0=_0x26baea[_0x285a6c(0x17e)],_0x297bc5=_0x26baea[_0x285a6c(0x1f7)];}else{if(_0x392fd8['id']===_0x32b2ba['id']||_0x392fd8['id']===_0x575ee3['id']){let _0x31ef9f=_0x392fd8[_0x285a6c(0x1c2)];_0x5f05b0=_0x31ef9f['unitId'],_0x297bc5=this[_0x285a6c(0x168)]['getSubUnitId'](_0x31ef9f[_0x285a6c(0x17e)],_0x31ef9f[_0x285a6c(0x116)]);}}!_0x5f05b0||!_0x297bc5||this[_0x285a6c(0x2f7)][_0x285a6c(0xeb)]({'workbookTypes':[_0x5572e0],'worksheetTypes':[_0x3d338d]},_0x5f05b0,_0x297bc5)||this[_0x285a6c(0x2f7)][_0x285a6c(0x137)](this[_0x285a6c(0x1e9)]['t'](_0x285a6c(0x242)));}));}};Li=J([q(0x0,_0x28410f(_0x413077)),q(0x1,_0x28410f(_0x3f8b07)),q(0x2,_0x28410f(_0x7e07e)),q(0x3,_0x28410f(_0x1d97a8))],Li);let Ri=class extends _0x1b05ef{constructor(_0x5b7a74,_0x3ea765){const _0x27951c=_0x533bf2;super(),this[_0x27951c(0x308)]=_0x3ea765,this[_0x27951c(0x269)](_0x5b7a74[_0x27951c(0x159)](this));}['supports'](_0x4d997f){const _0x499978=_0x533bf2;return _0x499978(0x17e)in _0x4d997f&&_0x499978(0x1f7)in _0x4d997f;}['exportImage'](_0x528041){const _0x47f614=_0x533bf2;return this[_0x47f614(0x308)][_0x47f614(0x266)](_0x528041['getId']());}};Ri=J([q(0x0,_0x28410f(_0x4755ef)),q(0x1,_0x28410f(X))],Ri);let $=class extends _0x470b7e{constructor(_0x5ebb84=dr,_0x50fa54,_0x409706,_0x145d4f){const _0xe3ce63=_0x533bf2;super(),this[_0xe3ce63(0x233)]=_0x5ebb84,this['_injector']=_0x50fa54,this[_0xe3ce63(0x2ea)]=_0x409706,this[_0xe3ce63(0x90)]=_0x145d4f,W(this,_0xe3ce63(0xa0),void 0x0);let {..._0x513069}=_0x4a99a7({},dr,this[_0xe3ce63(0x233)]);this[_0xe3ce63(0xa0)]=_0x513069,this[_0xe3ce63(0x2ea)][_0xe3ce63(0x1b8)](ur,_0x513069),this[_0xe3ce63(0xba)]();}[_0x533bf2(0x2f5)](){const _0x136d5c=_0x533bf2;this[_0x136d5c(0x226)][_0x136d5c(0x2db)]([Fi]),this['_injector'][_0x136d5c(0x125)](Fi);let _0x3f1fd4=this[_0x136d5c(0x226)],_0x4e86b2=[[Y,{'useClass':Xr}],[Yr,{'useClass':Jr}],[Ur],[X],[Ri],[Q],[Mi],[Ni],[Ii],[Pi],[Li]],_0x5b1a26=[[Q],[Ni],[Mi],[Ri],[Y],[Ii],[Pi],[Li]];this[_0x136d5c(0xa0)][_0x136d5c(0x2ff)]&&(_0x4e86b2[_0x136d5c(0x1d7)]([ji]),_0x5b1a26[_0x136d5c(0x1d7)]([ji])),_0x4e86b2[_0x136d5c(0x1cf)](_0x267d72=>_0x3f1fd4['add'](_0x267d72)),_0x5b8dfc(this[_0x136d5c(0x226)],_0x5b1a26);}['onRendered'](){const _0x111afa=_0x533bf2;var _0x293ea6;(_0x293ea6=this[_0x111afa(0x226)][_0x111afa(0x125)](Q))==null||_0x293ea6[_0x111afa(0x285)]();}[_0x533bf2(0xba)](){const _0x58a02a=_0x533bf2;[vr,mr,hr,gr,_r,V,fr][_0x58a02a(0x1cf)](_0x28f2ee=>this[_0x58a02a(0x269)](this[_0x58a02a(0x90)][_0x58a02a(0x232)](_0x28f2ee)));}};W($,_0x533bf2(0x20a),_0x1302ff[_0x533bf2(0x135)]),W($,_0x533bf2(0x236),_0x533bf2(0x19f)),W($,_0x533bf2(0x2c0),mi),W($,'version',hi),$=J([_0x17c104(_0x409320,_0x1fab36,_0x2ac6a0,_0x459686,_0x36aab4,_0x2a6dc3,_0x1c2f0a,_0xb7a1e7,_0x20ed54),q(0x1,_0x28410f(_0x4b92dd)),q(0x2,_0x5d6e79),q(0x3,_0x413077)],$);export{Y as ISheetsChartUIService,ur as SHEETS_CHART_UI_PLUGIN_CONFIG_KEY,Q as SheetsChartUIController,jr as SheetsChartUIMenuSchema,Xr as SheetsChartUIService,$ as UniverSheetsChartUIPlugin};
|