web-core-tcm 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/@alova/shared/dist/alova-shared.esm.js +229 -92
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/clone.js +35 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js +109 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js +16 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js +9 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js +9 -10
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js +28 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js +48 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js +8 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js +49 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js +1 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/create.js +1 -1
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/equals.js +127 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/extensions.js +86 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/fields.js +11 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +60 -56
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +434 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/index.js +49 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/merge.js +33 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js +12 -3
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js +14 -10
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js +32 -12
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js +42 -6
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +58 -50
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js +26 -4
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js +1 -1
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/registry.js +130 -99
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +279 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/types.js +1 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +48 -27
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +24 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js +123 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +10 -6
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js +40 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js +18 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js +11 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js +19 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js +18 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +137 -63
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +25 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js +26 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js +17 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js +35 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js +15 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js +180 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js +29 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/api.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/app.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/component.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/context.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/hooks.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/index.js +6 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/util.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/const.js +5 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/index.js +24 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/plugin.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.js +67 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/time.js +12 -0
- package/dist/node_modules/@vueuse/core/index.js +5189 -199
- package/dist/node_modules/@vueuse/core/node_modules/vue-demi/lib/index.js +24 -0
- package/dist/node_modules/@vueuse/shared/index.js +1172 -23
- package/dist/node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.js +24 -0
- package/dist/node_modules/alova/dist/adapter/fetch.esm.js +30 -34
- package/dist/node_modules/alova/dist/alova.esm.js +266 -220
- package/dist/node_modules/alova/dist/clienthook/index.esm.js +2110 -70
- package/dist/node_modules/builder-pattern/dist/index.js +25 -13
- package/dist/node_modules/echarts/index.js +5 -0
- package/dist/node_modules/echarts/lib/animation/basicTransition.js +1 -1
- package/dist/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +40 -39
- package/dist/node_modules/echarts/lib/animation/customGraphicTransition.js +146 -148
- package/dist/node_modules/echarts/lib/animation/universalTransition.js +208 -203
- package/dist/node_modules/echarts/lib/chart/bar/BarView.js +77 -76
- package/dist/node_modules/echarts/lib/chart/bar/PictorialBarView.js +6 -6
- package/dist/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +8 -8
- package/dist/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +8 -8
- package/dist/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +34 -34
- package/dist/node_modules/echarts/lib/chart/custom/CustomView.js +157 -157
- package/dist/node_modules/echarts/lib/chart/funnel/FunnelView.js +7 -6
- package/dist/node_modules/echarts/lib/chart/funnel/funnelLayout.js +52 -52
- package/dist/node_modules/echarts/lib/chart/gauge/GaugeView.js +45 -44
- package/dist/node_modules/echarts/lib/chart/graph/GraphView.js +4 -2
- package/dist/node_modules/echarts/lib/chart/graph/adjustEdge.js +5 -5
- package/dist/node_modules/echarts/lib/chart/graph/forceHelper.js +4 -4
- package/dist/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +54 -54
- package/dist/node_modules/echarts/lib/chart/helper/EffectLine.js +26 -25
- package/dist/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +42 -41
- package/dist/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +9 -8
- package/dist/node_modules/echarts/lib/chart/helper/Line.js +8 -7
- package/dist/node_modules/echarts/lib/chart/helper/LinePath.js +18 -15
- package/dist/node_modules/echarts/lib/chart/helper/Polyline.js +13 -12
- package/dist/node_modules/echarts/lib/chart/helper/Symbol.js +3 -2
- package/dist/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +4 -3
- package/dist/node_modules/echarts/lib/chart/helper/createSeriesData.js +4 -4
- package/dist/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +1 -1
- package/dist/node_modules/echarts/lib/chart/line/LineSeries.js +17 -15
- package/dist/node_modules/echarts/lib/chart/line/LineView.js +201 -200
- package/dist/node_modules/echarts/lib/chart/lines/LinesSeries.js +64 -61
- package/dist/node_modules/echarts/lib/chart/lines/LinesView.js +36 -36
- package/dist/node_modules/echarts/lib/chart/lines/linesLayout.js +21 -20
- package/dist/node_modules/echarts/lib/chart/map/MapView.js +13 -12
- package/dist/node_modules/echarts/lib/chart/parallel/ParallelView.js +7 -6
- package/dist/node_modules/echarts/lib/chart/pie/PieView.js +19 -18
- package/dist/node_modules/echarts/lib/chart/pie/pieLayout.js +1 -1
- package/dist/node_modules/echarts/lib/chart/radar/RadarView.js +5 -5
- package/dist/node_modules/echarts/lib/chart/sankey/SankeySeries.js +27 -27
- package/dist/node_modules/echarts/lib/chart/sankey/SankeyView.js +6 -5
- package/dist/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +3 -2
- package/dist/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +22 -21
- package/dist/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +3 -3
- package/dist/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +3 -2
- package/dist/node_modules/echarts/lib/chart/tree/TreeView.js +13 -12
- package/dist/node_modules/echarts/lib/chart/tree/treeLayout.js +1 -1
- package/dist/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +3 -2
- package/dist/node_modules/echarts/lib/chart/treemap/TreemapView.js +131 -130
- package/dist/node_modules/echarts/lib/component/axis/AxisBuilder.js +4 -4
- package/dist/node_modules/echarts/lib/component/axis/AxisView.js +3 -3
- package/dist/node_modules/echarts/lib/component/axis/axisSplitHelper.js +11 -10
- package/dist/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +3 -3
- package/dist/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +3 -3
- package/dist/node_modules/echarts/lib/component/axisPointer/globalListener.js +1 -1
- package/dist/node_modules/echarts/lib/component/axisPointer/viewHelper.js +3 -3
- package/dist/node_modules/echarts/lib/component/brush/BrushModel.js +29 -29
- package/dist/node_modules/echarts/lib/component/calendar/CalendarView.js +3 -2
- package/dist/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +4 -4
- package/dist/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +12 -12
- package/dist/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +22 -21
- package/dist/node_modules/echarts/lib/component/dataZoom/helper.js +49 -41
- package/dist/node_modules/echarts/lib/component/dataZoom/roams.js +5 -5
- package/dist/node_modules/echarts/lib/component/graphic/GraphicModel.js +66 -59
- package/dist/node_modules/echarts/lib/component/graphic/GraphicView.js +93 -93
- package/dist/node_modules/echarts/lib/component/helper/BrushController.js +168 -168
- package/dist/node_modules/echarts/lib/component/helper/BrushTargetManager.js +95 -95
- package/dist/node_modules/echarts/lib/component/helper/MapDraw.js +8 -8
- package/dist/node_modules/echarts/lib/component/helper/listComponent.js +3 -2
- package/dist/node_modules/echarts/lib/component/legend/LegendModel.js +1 -1
- package/dist/node_modules/echarts/lib/component/legend/LegendView.js +46 -45
- package/dist/node_modules/echarts/lib/component/legend/legendAction.js +1 -1
- package/dist/node_modules/echarts/lib/component/marker/MarkAreaView.js +84 -83
- package/dist/node_modules/echarts/lib/component/marker/MarkLineView.js +47 -47
- package/dist/node_modules/echarts/lib/component/marker/MarkerModel.js +32 -32
- package/dist/node_modules/echarts/lib/component/marker/markerHelper.js +1 -1
- package/dist/node_modules/echarts/lib/component/radar/RadarView.js +24 -24
- package/dist/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +1 -1
- package/dist/node_modules/echarts/lib/component/title/install.js +8 -7
- package/dist/node_modules/echarts/lib/component/toolbox/feature/DataView.js +80 -79
- package/dist/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +10 -9
- package/dist/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +24 -23
- package/dist/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +10 -10
- package/dist/node_modules/echarts/lib/component/tooltip/TooltipView.js +7 -7
- package/dist/node_modules/echarts/lib/component/tooltip/helper.js +1 -1
- package/dist/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +13 -13
- package/dist/node_modules/echarts/lib/component/transform/filterTransform.js +17 -17
- package/dist/node_modules/echarts/lib/component/transform/sortTransform.js +34 -34
- package/dist/node_modules/echarts/lib/component/visualMap/ContinuousView.js +3 -3
- package/dist/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +4 -4
- package/dist/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +7 -6
- package/dist/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +4 -4
- package/dist/node_modules/echarts/lib/component/visualMap/preprocessor.js +1 -1
- package/dist/node_modules/echarts/lib/coord/axisAlignTicks.js +29 -27
- package/dist/node_modules/echarts/lib/coord/axisDefault.js +1 -1
- package/dist/node_modules/echarts/lib/coord/axisHelper.js +4 -4
- package/dist/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +1 -1
- package/dist/node_modules/echarts/lib/coord/calendar/Calendar.js +7 -7
- package/dist/node_modules/echarts/lib/coord/cartesian/Grid.js +91 -91
- package/dist/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +21 -21
- package/dist/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/geo/Geo.js +22 -23
- package/dist/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +3 -3
- package/dist/node_modules/echarts/lib/coord/geo/geoCreator.js +38 -38
- package/dist/node_modules/echarts/lib/coord/geo/geoSourceManager.js +2 -2
- package/dist/node_modules/echarts/lib/coord/geo/parseGeoJson.js +1 -1
- package/dist/node_modules/echarts/lib/coord/geo/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/parallel/Parallel.js +4 -4
- package/dist/node_modules/echarts/lib/coord/polar/polarCreator.js +11 -11
- package/dist/node_modules/echarts/lib/coord/polar/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/radar/Radar.js +1 -1
- package/dist/node_modules/echarts/lib/coord/radar/RadarModel.js +1 -1
- package/dist/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +37 -37
- package/dist/node_modules/echarts/lib/core/Scheduler.js +22 -22
- package/dist/node_modules/echarts/lib/core/echarts.js +615 -559
- package/dist/node_modules/echarts/lib/core/impl.js +8 -7
- package/dist/node_modules/echarts/lib/core/task.js +19 -19
- package/dist/node_modules/echarts/lib/data/DataStore.js +193 -191
- package/dist/node_modules/echarts/lib/data/Graph.js +69 -69
- package/dist/node_modules/echarts/lib/data/SeriesData.js +73 -68
- package/dist/node_modules/echarts/lib/data/Source.js +58 -58
- package/dist/node_modules/echarts/lib/data/Tree.js +3 -3
- package/dist/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +4 -4
- package/dist/node_modules/echarts/lib/data/helper/createDimensions.js +40 -36
- package/dist/node_modules/echarts/lib/data/helper/dataProvider.js +103 -92
- package/dist/node_modules/echarts/lib/data/helper/dataValueHelper.js +17 -17
- package/dist/node_modules/echarts/lib/data/helper/dimensionHelper.js +15 -15
- package/dist/node_modules/echarts/lib/data/helper/sourceHelper.js +3 -3
- package/dist/node_modules/echarts/lib/data/helper/sourceManager.js +58 -58
- package/dist/node_modules/echarts/lib/data/helper/transform.js +97 -95
- package/dist/node_modules/echarts/lib/export/api/format.js +16 -0
- package/dist/node_modules/echarts/lib/export/api/graphic.js +54 -0
- package/dist/node_modules/echarts/lib/export/api/helper.js +44 -0
- package/dist/node_modules/echarts/lib/export/api/number.js +21 -0
- package/dist/node_modules/echarts/lib/export/api/time.js +6 -0
- package/dist/node_modules/echarts/lib/export/api/util.js +19 -0
- package/dist/node_modules/echarts/lib/export/api.js +71 -0
- package/dist/node_modules/echarts/lib/export/charts.js +46 -0
- package/dist/node_modules/echarts/lib/export/components.js +62 -0
- package/dist/node_modules/echarts/lib/export/core.js +39 -0
- package/dist/node_modules/echarts/lib/export/features.js +6 -0
- package/dist/node_modules/echarts/lib/export/renderers.js +6 -0
- package/dist/node_modules/echarts/lib/label/LabelManager.js +1 -1
- package/dist/node_modules/echarts/lib/label/labelGuideHelper.js +4 -4
- package/dist/node_modules/echarts/lib/label/labelLayoutHelper.js +87 -84
- package/dist/node_modules/echarts/lib/label/labelStyle.js +116 -115
- package/dist/node_modules/echarts/lib/layout/barGrid.js +84 -84
- package/dist/node_modules/echarts/lib/legacy/dataSelectAction.js +27 -26
- package/dist/node_modules/echarts/lib/legacy/getTextRect.js +20 -0
- package/dist/node_modules/echarts/lib/loading/default.js +3 -2
- package/dist/node_modules/echarts/lib/model/Global.js +162 -157
- package/dist/node_modules/echarts/lib/model/Model.js +14 -12
- package/dist/node_modules/echarts/lib/model/OptionManager.js +36 -35
- package/dist/node_modules/echarts/lib/model/Series.js +52 -52
- package/dist/node_modules/echarts/lib/model/internalComponentCreator.js +17 -11
- package/dist/node_modules/echarts/lib/model/mixin/dataFormat.js +38 -37
- package/dist/node_modules/echarts/lib/model/referHelper.js +13 -13
- package/dist/node_modules/echarts/lib/preprocessor/backwardCompat.js +60 -59
- package/dist/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +82 -81
- package/dist/node_modules/echarts/lib/scale/Time.js +35 -34
- package/dist/node_modules/echarts/lib/scale/helper.js +25 -20
- package/dist/node_modules/echarts/lib/util/clazz.js +62 -62
- package/dist/node_modules/echarts/lib/util/component.js +40 -39
- package/dist/node_modules/echarts/lib/util/conditionalExpression.js +73 -73
- package/dist/node_modules/echarts/lib/util/decal.js +54 -52
- package/dist/node_modules/echarts/lib/util/format.js +81 -65
- package/dist/node_modules/echarts/lib/util/graphic.js +22 -22
- package/dist/node_modules/echarts/lib/util/layout.js +29 -29
- package/dist/node_modules/echarts/lib/util/log.js +41 -2
- package/dist/node_modules/echarts/lib/util/model.js +171 -170
- package/dist/node_modules/echarts/lib/util/number.js +97 -90
- package/dist/node_modules/echarts/lib/util/states.js +170 -164
- package/dist/node_modules/echarts/lib/util/styleCompat.js +27 -22
- package/dist/node_modules/echarts/lib/util/symbol.js +3 -3
- package/dist/node_modules/echarts/lib/util/time.js +2 -2
- package/dist/node_modules/echarts/lib/view/Chart.js +22 -21
- package/dist/node_modules/echarts/lib/visual/VisualMapping.js +45 -44
- package/dist/node_modules/echarts/lib/visual/helper.js +20 -17
- package/dist/node_modules/echarts/lib/visual/symbol.js +4 -4
- package/dist/node_modules/echarts/lib/visual/visualSolution.js +64 -64
- package/dist/node_modules/pinyin/lib/esm/pinyin.js +2 -2
- package/dist/node_modules/punycode/punycode.es6.js +17 -17
- package/dist/node_modules/quasar/src/components/btn-toggle/QBtnToggle.js +3 -3
- package/dist/node_modules/quasar/src/components/chip/QChip.js +3 -3
- package/dist/node_modules/quasar/src/components/dialog/QDialog.js +71 -73
- package/dist/node_modules/quasar/src/components/field/QField.js +4 -4
- package/dist/node_modules/quasar/src/components/infinite-scroll/QInfiniteScroll.js +8 -8
- package/dist/node_modules/quasar/src/components/input/QInput.js +28 -26
- package/dist/node_modules/quasar/src/components/menu/QMenu.js +13 -13
- package/dist/node_modules/quasar/src/components/radio/QRadio.js +4 -4
- package/dist/node_modules/quasar/src/components/resize-observer/QResizeObserver.js +14 -14
- package/dist/node_modules/quasar/src/components/scroll-area/QScrollArea.js +1 -1
- package/dist/node_modules/quasar/src/components/scroll-observer/QScrollObserver.js +4 -4
- package/dist/node_modules/quasar/src/components/select/QSelect.js +22 -22
- package/dist/node_modules/quasar/src/components/virtual-scroll/use-virtual-scroll.js +73 -72
- package/dist/node_modules/quasar/src/composables/private.use-anchor/use-anchor.js +10 -10
- package/dist/node_modules/quasar/src/composables/private.use-field/use-field.js +6 -6
- package/dist/node_modules/quasar/src/composables/private.use-file/use-file-dom-props.js +6 -6
- package/dist/node_modules/quasar/src/composables/private.use-history/use-history.js +13 -8
- package/dist/node_modules/quasar/src/composables/private.use-model-toggle/use-model-toggle.js +16 -16
- package/dist/node_modules/quasar/src/composables/private.use-portal/use-portal.js +28 -28
- package/dist/node_modules/quasar/src/composables/use-form/private.use-form.js +20 -12
- package/dist/node_modules/quasar/src/composables/use-render-cache/use-render-cache.js +8 -8
- package/dist/node_modules/quasar/src/directives/close-popup/ClosePopup.js +6 -5
- package/dist/node_modules/quasar/src/directives/ripple/Ripple.js +17 -16
- package/dist/node_modules/quasar/src/directives/touch-pan/TouchPan.js +23 -22
- package/dist/node_modules/quasar/src/plugins/lang/Lang.js +14 -16
- package/dist/node_modules/quasar/src/plugins/platform/Platform.js +6 -6
- package/dist/node_modules/quasar/src/plugins/private.history/History.js +55 -0
- package/dist/node_modules/quasar/src/utils/date/date.js +70 -69
- package/dist/node_modules/quasar/src/utils/date/private.persian.js +107 -0
- package/dist/node_modules/quasar/src/utils/debounce/debounce.js +8 -8
- package/dist/node_modules/quasar/src/utils/dom/dom.js +50 -13
- package/dist/node_modules/quasar/src/utils/event/event.js +83 -51
- package/dist/node_modules/quasar/src/utils/format/format.js +22 -6
- package/dist/node_modules/quasar/src/utils/is/is.js +17 -1
- package/dist/node_modules/quasar/src/utils/patterns/patterns.js +8 -5
- package/dist/node_modules/quasar/src/utils/private.click-outside/click-outside.js +11 -9
- package/dist/node_modules/quasar/src/utils/private.config/instance-config.js +8 -2
- package/dist/node_modules/quasar/src/utils/private.config/nodes.js +26 -9
- package/dist/node_modules/quasar/src/utils/private.create/create.js +18 -18
- package/dist/node_modules/quasar/src/utils/private.inject-obj-prop/inject-obj-prop.js +10 -4
- package/dist/node_modules/quasar/src/utils/private.keyboard/key-composition.js +11 -6
- package/dist/node_modules/quasar/src/utils/private.noop-ssr-directive-transform/noop-ssr-directive-transform.js +4 -0
- package/dist/node_modules/quasar/src/utils/private.symbols/symbols.js +13 -3
- package/dist/node_modules/quasar/src/utils/private.vm/vm.js +23 -11
- package/dist/node_modules/quasar/src/utils/scroll/prevent-scroll.js +4 -4
- package/dist/node_modules/quasar/src/utils/scroll/scroll.js +52 -34
- package/dist/node_modules/tslib/tslib.es6.js +305 -14
- package/dist/node_modules/vue-router/dist/devtools-BLCumUwL.js +659 -0
- package/dist/node_modules/vue-router/dist/vue-router.js +919 -9
- package/dist/node_modules/zrender/lib/Element.js +126 -122
- package/dist/node_modules/zrender/lib/animation/Animator.js +7 -7
- package/dist/node_modules/zrender/lib/animation/requestAnimationFrame.js +6 -5
- package/dist/node_modules/zrender/lib/canvas/Layer.js +4 -4
- package/dist/node_modules/zrender/lib/canvas/Painter.js +19 -19
- package/dist/node_modules/zrender/lib/canvas/dashStyle.js +3 -3
- package/dist/node_modules/zrender/lib/canvas/graphic.js +4 -4
- package/dist/node_modules/zrender/lib/config.js +7 -6
- package/dist/node_modules/zrender/lib/contain/path.js +8 -8
- package/dist/node_modules/zrender/lib/contain/text.js +50 -46
- package/dist/node_modules/zrender/lib/core/BoundingRect.js +3 -3
- package/dist/node_modules/zrender/lib/core/PathProxy.js +1 -1
- package/dist/node_modules/zrender/lib/core/bbox.js +4 -4
- package/dist/node_modules/zrender/lib/core/curve.js +1 -1
- package/dist/node_modules/zrender/lib/core/event.js +12 -10
- package/dist/node_modules/zrender/lib/core/platform.js +29 -24
- package/dist/node_modules/zrender/lib/core/util.js +94 -91
- package/dist/node_modules/zrender/lib/core/vector.js +54 -34
- package/dist/node_modules/zrender/lib/dom/HandlerProxy.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Group.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Image.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Path.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/TSpan.js +3 -3
- package/dist/node_modules/zrender/lib/graphic/Text.js +5 -5
- package/dist/node_modules/zrender/lib/graphic/helper/parseText.js +92 -87
- package/dist/node_modules/zrender/lib/graphic/shape/BezierCurve.js +6 -6
- package/dist/node_modules/zrender/lib/svg/Painter.js +43 -43
- package/dist/node_modules/zrender/lib/svg/cssAnimation.js +12 -12
- package/dist/node_modules/zrender/lib/svg/cssEmphasis.js +16 -16
- package/dist/node_modules/zrender/lib/svg/domapi.js +34 -10
- package/dist/node_modules/zrender/lib/svg/graphic.js +67 -67
- package/dist/node_modules/zrender/lib/svg/helper.js +57 -43
- package/dist/node_modules/zrender/lib/svg/mapStyleToAttrs.js +39 -39
- package/dist/node_modules/zrender/lib/svg/patch.js +26 -26
- package/dist/node_modules/zrender/lib/tool/color.js +87 -69
- package/dist/node_modules/zrender/lib/tool/morphPath.js +136 -129
- package/dist/node_modules/zrender/lib/tool/parseSVG.js +12 -12
- package/dist/node_modules/zrender/lib/zrender.js +106 -90
- package/dist/src/api/algorithm/alova/implement/comprehensiveAlgorithm.js +12 -16
- package/dist/src/api/algorithm/alova/implement/index.js +13 -0
- package/dist/src/api/algorithm/alova/implement/inquiriesAlgorithm.js +4 -7
- package/dist/src/api/algorithm/alova/implement/inspectionsAlgorithm.js +7 -10
- package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.js +6 -9
- package/dist/src/api/algorithm/alova/implement/pulsationsAlgorithm.js +7 -10
- package/dist/src/api/algorithm/alova/index.js +14 -21
- package/dist/src/api/algorithm/comprehensiveAlgorithm.js +5 -6
- package/dist/src/api/authorization/alova/globals.js +1 -0
- package/dist/src/api/authorization/alova/implement/index.js +4 -0
- package/dist/src/api/authorization/alova/index.js +10 -8
- package/dist/src/api/check/alova/globals.js +1 -0
- package/dist/src/api/check/alova/implement/index.js +5 -0
- package/dist/src/api/check/alova/index.js +5 -6
- package/dist/src/api/check/check.js +2 -2
- package/dist/src/api/doctor/alova/globals.js +1 -0
- package/dist/src/api/doctor/alova/implement/index.js +4 -0
- package/dist/src/api/doctor/alova/index.js +10 -9
- package/dist/src/api/index.js +28 -0
- package/dist/src/api/metric/alova/implement/index.js +4 -0
- package/dist/src/api/metric/alova/index.js +1 -0
- package/dist/src/api/metric/index.js +5 -4
- package/dist/src/api/oauth/alova/globals.js +1 -0
- package/dist/src/api/oauth/alova/implement/index.js +4 -0
- package/dist/src/api/oauth/alova/index.js +13 -11
- package/dist/src/api/outpatient/alova/globals.js +1 -0
- package/dist/src/api/outpatient/alova/implement/index.js +4 -0
- package/dist/src/api/outpatient/alova/index.js +5 -5
- package/dist/src/api/patient/alova/globals.js +1 -0
- package/dist/src/api/patient/alova/implement/index.js +16 -0
- package/dist/src/api/patient/alova/implement/meta.js +44 -44
- package/dist/src/api/patient/alova/index.js +9 -12
- package/dist/src/api/patient/index.js +23 -22
- package/dist/src/api/patient/meta.d.ts +12 -0
- package/dist/src/api/patient/meta.js +100 -98
- package/dist/src/api/prescription/alova/globals.js +1 -0
- package/dist/src/api/prescription/alova/implement/index.js +6 -0
- package/dist/src/api/prescription/alova/index.js +8 -7
- package/dist/src/api/scientist/alova/globals.js +1 -0
- package/dist/src/api/scientist/alova/implement/index.js +4 -0
- package/dist/src/api/scientist/alova/index.js +5 -5
- package/dist/src/components/core/TakeImageCollected.vue.js +2 -2
- package/dist/src/components/core/TakeImageCollected.vue2.js +82 -74
- package/dist/src/components/tcm/index.d.ts +1 -0
- package/dist/src/components/tcm/index.js +28 -0
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.js +1 -1
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue2.js +42 -46
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js +1 -1
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue2.js +19 -23
- package/dist/src/components/tcm/inquirise/symptoms.js +33 -9
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue.d.ts +7 -0
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue.js +7 -0
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue2.js +26 -0
- package/dist/src/components/tcm/inspections/CheckSceneMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/CheckSceneMetaCollected.vue2.js +13 -11
- package/dist/src/components/tcm/inspections/FaceMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/FaceMetaCollected.vue2.js +14 -16
- package/dist/src/components/tcm/inspections/InspectionDeviceTakeImageCollected.vue.js +1 -1
- package/dist/src/components/tcm/inspections/InspectionDeviceTakeImageCollected.vue2.js +141 -95
- package/dist/src/components/tcm/inspections/SceneMetaCollected.vue.js +4 -4
- package/dist/src/components/tcm/inspections/SceneMetaCollected.vue2.js +19 -19
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue.d.ts +3 -3
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue2.js +30 -13
- package/dist/src/components/tcm/inspections/index.d.ts +1 -0
- package/dist/src/components/tcm/lisems/EPPCollected.vue.js +1 -1
- package/dist/src/components/tcm/lisems/EPPCollected.vue2.js +3 -2
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue.d.ts +1 -1
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue.js +5 -833
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue2.js +816 -2
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue.d.ts +1 -1
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue.js +5 -148
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue2.js +147 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue.js +2 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue2.js +30 -32
- package/dist/src/index.js +63 -58
- package/dist/src/proto/index.js +10 -0
- package/dist/src/proto/types/Images_pb.js +7 -6
- package/dist/src/proto/types/WaveMap_pb.js +4 -3
- package/dist/src/util/helper.js +38 -2
- package/dist/src/util/number.js +64 -25
- package/dist/src/util/string.js +51 -5
- package/dist/web-core-tcm.css +1 -1
- package/package.json +5 -3
- package/dist/node_modules/vue-router/dist/devtools-EWN81iOl.js +0 -19
|
@@ -1,64 +1,68 @@
|
|
|
1
|
-
import { __extends as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
1
|
+
import { __extends as me } from "../../../tslib/tslib.es6.js";
|
|
2
|
+
import { registerSSRDataGetter as Ct, init as Le } from "../../../zrender/lib/zrender.js";
|
|
3
|
+
import { isString as je, retrieve2 as Ie, createHashMap as re, bind as xe, clone as Ue, setAsPrimitive as yt, isObject as B, each as y, extend as k, assert as Et, map as Rt, defaults as wt, isArray as At, indexOf as Je, isFunction as Qe, noop as W } from "../../../zrender/lib/core/util.js";
|
|
4
|
+
import H from "../../../zrender/lib/core/env.js";
|
|
5
|
+
import ie from "../../../zrender/lib/core/timsort.js";
|
|
6
|
+
import ye from "../../../zrender/lib/core/Eventful.js";
|
|
7
|
+
import Pt from "../model/Global.js";
|
|
8
|
+
import Ot from "./ExtensionAPI.js";
|
|
9
|
+
import Ee from "./CoordinateSystem.js";
|
|
10
|
+
import Dt from "../model/OptionManager.js";
|
|
11
|
+
import et from "../preprocessor/backwardCompat.js";
|
|
12
|
+
import Mt from "../processor/dataStack.js";
|
|
13
|
+
import Ve from "../model/Series.js";
|
|
14
|
+
import Lt from "../view/Component.js";
|
|
15
|
+
import ne from "../view/Chart.js";
|
|
16
|
+
import "../util/graphic.js";
|
|
16
17
|
import { getECData as Z } from "../util/innerStore.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import { throttle as
|
|
20
|
-
import { seriesStyleTask as
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import { parseClassType as
|
|
26
|
-
import { ECEventProcessor as
|
|
27
|
-
import { seriesSymbolTask as
|
|
28
|
-
import { getItemVisualFromData as
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
18
|
+
import { isHighDownPayload as ke, HIGHLIGHT_ACTION_TYPE as b, blurSeriesFromHighlightPayload as It, findComponentHighDownDispatchers as xt, blurComponent as Ut, enterEmphasis as ze, leaveEmphasis as be, isSelectChangePayload as Fe, toggleSelectionFromPayload as Vt, updateSeriesElementSelection as He, allLeaveBlur as kt, getAllSelectedIndices as zt, isHighDownDispatcher as Ne, handleGlobalMouseOverForHighDown as bt, handleGlobalMouseOutForHighDown as Ft, HOVER_STATE_EMPHASIS as Ht, HOVER_STATE_BLUR as Nt, savePathStates as Yt, enterBlur as Bt, leaveBlur as Gt, enterSelect as Wt, leaveSelect as Xt, DOWNPLAY_ACTION_TYPE as ae, SELECT_ACTION_TYPE as se, UNSELECT_ACTION_TYPE as oe, TOGGLE_SELECT_ACTION_TYPE as ue } from "../util/states.js";
|
|
19
|
+
import { parseFinder as fe, setAttribute as tt, normalizeToArray as Zt, convertOptionIdName as qt, preParseFinder as Kt, getAttribute as $t } from "../util/model.js";
|
|
20
|
+
import { throttle as jt } from "../util/throttle.js";
|
|
21
|
+
import { seriesStyleTask as Jt, dataStyleTask as Qt, dataColorPaletteTask as er } from "../visual/style.js";
|
|
22
|
+
import tr from "../loading/default.js";
|
|
23
|
+
import rt from "./Scheduler.js";
|
|
24
|
+
import rr from "../theme/light.js";
|
|
25
|
+
import ir from "../theme/dark.js";
|
|
26
|
+
import { parseClassType as Ye } from "../util/clazz.js";
|
|
27
|
+
import { ECEventProcessor as nr } from "../util/ECEventProcessor.js";
|
|
28
|
+
import { seriesSymbolTask as ar, dataSymbolTask as sr } from "../visual/symbol.js";
|
|
29
|
+
import { getItemVisualFromData as or, getVisualFromData as ur } from "../visual/helper.js";
|
|
30
|
+
import { deprecateLog as it } from "../util/log.js";
|
|
31
|
+
import { handleLegacySelectEvents as fr } from "../legacy/dataSelectAction.js";
|
|
32
|
+
import { registerExternalTransform as lr } from "../data/helper/transform.js";
|
|
33
|
+
import { createLocaleObject as dr, SYSTEM_LANG as pr } from "./locale.js";
|
|
34
|
+
import { registerLocale as ji } from "./locale.js";
|
|
33
35
|
import { findEventDispatcher as q } from "../util/event.js";
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import { platformApi as
|
|
37
|
-
import { getImpl as
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
var
|
|
36
|
+
import cr from "../visual/decal.js";
|
|
37
|
+
import M from "./lifecycle.js";
|
|
38
|
+
import { platformApi as hr, setPlatformAPI as vr } from "../../../zrender/lib/core/platform.js";
|
|
39
|
+
import { getImpl as nt } from "./impl.js";
|
|
40
|
+
import _r from "../../../zrender/lib/graphic/shape/Rect.js";
|
|
41
|
+
import gr from "../../../zrender/lib/graphic/Image.js";
|
|
42
|
+
import { isElementRemoved as le } from "../animation/basicTransition.js";
|
|
43
|
+
import mr from "../../../zrender/lib/graphic/Path.js";
|
|
44
|
+
var Li = "5.6.0", Ii = {
|
|
45
|
+
zrender: "5.6.1"
|
|
46
|
+
}, Tr = 1, Sr = 800, Cr = 900, yr = 1e3, Er = 2e3, Rr = 5e3, at = 1e3, wr = 1100, Re = 2e3, st = 3e3, Ar = 4e3, te = 4500, Pr = 4600, Or = 5e3, Dr = 6e3, ot = 7e3, xi = {
|
|
43
47
|
PROCESSOR: {
|
|
44
|
-
FILTER:
|
|
45
|
-
SERIES_FILTER:
|
|
46
|
-
STATISTIC:
|
|
48
|
+
FILTER: yr,
|
|
49
|
+
SERIES_FILTER: Sr,
|
|
50
|
+
STATISTIC: Rr
|
|
47
51
|
},
|
|
48
52
|
VISUAL: {
|
|
49
|
-
LAYOUT:
|
|
50
|
-
PROGRESSIVE_LAYOUT:
|
|
51
|
-
GLOBAL:
|
|
52
|
-
CHART:
|
|
53
|
-
POST_CHART_LAYOUT:
|
|
54
|
-
COMPONENT:
|
|
55
|
-
BRUSH:
|
|
56
|
-
CHART_ITEM:
|
|
57
|
-
ARIA:
|
|
58
|
-
DECAL:
|
|
53
|
+
LAYOUT: at,
|
|
54
|
+
PROGRESSIVE_LAYOUT: wr,
|
|
55
|
+
GLOBAL: Re,
|
|
56
|
+
CHART: st,
|
|
57
|
+
POST_CHART_LAYOUT: Pr,
|
|
58
|
+
COMPONENT: Ar,
|
|
59
|
+
BRUSH: Or,
|
|
60
|
+
CHART_ITEM: te,
|
|
61
|
+
ARIA: Dr,
|
|
62
|
+
DECAL: ot
|
|
59
63
|
}
|
|
60
|
-
},
|
|
61
|
-
function
|
|
64
|
+
}, w = "__flagInMainProcess", A = "__pendingUpdate", de = "__needsUpdateStatus", Be = /^[a-zA-Z0-9_]+$/, pe = "__connectUpdateStatus", Ge = 0, Mr = 1, Lr = 2;
|
|
65
|
+
function ut(f) {
|
|
62
66
|
return function() {
|
|
63
67
|
for (var o = [], r = 0; r < arguments.length; r++)
|
|
64
68
|
o[r] = arguments[r];
|
|
@@ -66,83 +70,85 @@ function nt(c) {
|
|
|
66
70
|
this.id;
|
|
67
71
|
return;
|
|
68
72
|
}
|
|
69
|
-
return
|
|
73
|
+
return lt(this, f, o);
|
|
70
74
|
};
|
|
71
75
|
}
|
|
72
|
-
function
|
|
76
|
+
function ft(f) {
|
|
73
77
|
return function() {
|
|
74
78
|
for (var o = [], r = 0; r < arguments.length; r++)
|
|
75
79
|
o[r] = arguments[r];
|
|
76
|
-
return
|
|
80
|
+
return lt(this, f, o);
|
|
77
81
|
};
|
|
78
82
|
}
|
|
79
|
-
function
|
|
80
|
-
return r[0] = r[0] && r[0].toLowerCase(),
|
|
83
|
+
function lt(f, o, r) {
|
|
84
|
+
return r[0] = r[0] && r[0].toLowerCase(), ye.prototype[o].apply(f, r);
|
|
81
85
|
}
|
|
82
|
-
var
|
|
86
|
+
var dt = (
|
|
83
87
|
/** @class */
|
|
84
|
-
(function(
|
|
85
|
-
|
|
88
|
+
(function(f) {
|
|
89
|
+
me(o, f);
|
|
86
90
|
function o() {
|
|
87
|
-
return
|
|
91
|
+
return f !== null && f.apply(this, arguments) || this;
|
|
88
92
|
}
|
|
89
93
|
return o;
|
|
90
|
-
})(
|
|
91
|
-
),
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
var
|
|
94
|
+
})(ye)
|
|
95
|
+
), pt = dt.prototype;
|
|
96
|
+
pt.on = ft("on");
|
|
97
|
+
pt.off = ft("off");
|
|
98
|
+
var z, ce, K, U, he, ve, _e, N, Y, We, Xe, ge, Ze, $, qe, ct, D, Ke, j = (
|
|
95
99
|
/** @class */
|
|
96
|
-
(function(
|
|
97
|
-
|
|
98
|
-
function o(r,
|
|
99
|
-
var u =
|
|
100
|
-
u._chartsViews = [], u._chartsMap = {}, u._componentsViews = [], u._componentsMap = {}, u._pendingActions = [],
|
|
101
|
-
var
|
|
102
|
-
|
|
103
|
-
var
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
100
|
+
(function(f) {
|
|
101
|
+
me(o, f);
|
|
102
|
+
function o(r, a, c) {
|
|
103
|
+
var u = f.call(this, new nr()) || this;
|
|
104
|
+
u._chartsViews = [], u._chartsMap = {}, u._componentsViews = [], u._componentsMap = {}, u._pendingActions = [], c = c || {}, je(a) && (a = ht[a]), u._dom = r;
|
|
105
|
+
var m = "canvas", C = "auto", g = !1;
|
|
106
|
+
if (0)
|
|
107
|
+
var R;
|
|
108
|
+
c.ssr && Ct(function(t) {
|
|
109
|
+
var n = Z(t), s = n.dataIndex;
|
|
110
|
+
if (s != null) {
|
|
111
|
+
var d = re();
|
|
112
|
+
return d.set("series_index", n.seriesIndex), d.set("data_index", s), n.ssrType && d.set("ssr_type", n.ssrType), d;
|
|
107
113
|
}
|
|
108
114
|
});
|
|
109
|
-
var
|
|
110
|
-
renderer:
|
|
111
|
-
devicePixelRatio:
|
|
112
|
-
width:
|
|
113
|
-
height:
|
|
114
|
-
ssr:
|
|
115
|
-
useDirtyRect:
|
|
116
|
-
useCoarsePointer:
|
|
117
|
-
pointerSize:
|
|
115
|
+
var T = u._zr = Le(r, {
|
|
116
|
+
renderer: c.renderer || m,
|
|
117
|
+
devicePixelRatio: c.devicePixelRatio,
|
|
118
|
+
width: c.width,
|
|
119
|
+
height: c.height,
|
|
120
|
+
ssr: c.ssr,
|
|
121
|
+
useDirtyRect: Ie(c.useDirtyRect, g),
|
|
122
|
+
useCoarsePointer: Ie(c.useCoarsePointer, C),
|
|
123
|
+
pointerSize: c.pointerSize
|
|
118
124
|
});
|
|
119
|
-
u._ssr =
|
|
120
|
-
var
|
|
121
|
-
function
|
|
122
|
-
return
|
|
125
|
+
u._ssr = c.ssr, u._throttledZrFlush = jt(xe(T.flush, T), 17), a = Ue(a), a && et(a, !0), u._theme = a, u._locale = dr(c.locale || pr), u._coordSysMgr = new Ee();
|
|
126
|
+
var e = u._api = qe(u);
|
|
127
|
+
function i(t, n) {
|
|
128
|
+
return t.__prio - n.__prio;
|
|
123
129
|
}
|
|
124
|
-
return
|
|
130
|
+
return ie(Q, i), ie(Te, i), u._scheduler = new rt(u, e, Te, Q), u._messageCenter = new dt(), u._initEvents(), u.resize = xe(u.resize, u), T.animation.on("frame", u._onframe, u), We(T, u), Xe(T, u), yt(u), u;
|
|
125
131
|
}
|
|
126
132
|
return o.prototype._onframe = function() {
|
|
127
133
|
if (!this._disposed) {
|
|
128
|
-
|
|
134
|
+
Ke(this);
|
|
129
135
|
var r = this._scheduler;
|
|
130
|
-
if (this[
|
|
131
|
-
var
|
|
132
|
-
this[
|
|
136
|
+
if (this[A]) {
|
|
137
|
+
var a = this[A].silent;
|
|
138
|
+
this[w] = !0;
|
|
133
139
|
try {
|
|
134
|
-
|
|
140
|
+
z(this), U.update.call(this, null, this[A].updateParams);
|
|
135
141
|
} catch (g) {
|
|
136
|
-
throw this[
|
|
142
|
+
throw this[w] = !1, this[A] = null, g;
|
|
137
143
|
}
|
|
138
|
-
this._zr.flush(), this[
|
|
144
|
+
this._zr.flush(), this[w] = !1, this[A] = null, N.call(this, a), Y.call(this, a);
|
|
139
145
|
} else if (r.unfinished) {
|
|
140
|
-
var
|
|
146
|
+
var c = Tr, u = this._model, m = this._api;
|
|
141
147
|
r.unfinished = !1;
|
|
142
148
|
do {
|
|
143
149
|
var C = +/* @__PURE__ */ new Date();
|
|
144
|
-
r.performSeriesTasks(u), r.performDataProcessorTasks(u),
|
|
145
|
-
} while (
|
|
150
|
+
r.performSeriesTasks(u), r.performDataProcessorTasks(u), ve(this, u), r.performVisualTasks(u), $(this, this._model, m, "remain", {}), c -= +/* @__PURE__ */ new Date() - C;
|
|
151
|
+
} while (c > 0 && r.unfinished);
|
|
146
152
|
r.unfinished || this._zr.flush();
|
|
147
153
|
}
|
|
148
154
|
}
|
|
@@ -154,39 +160,40 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
154
160
|
return this._zr;
|
|
155
161
|
}, o.prototype.isSSR = function() {
|
|
156
162
|
return this._ssr;
|
|
157
|
-
}, o.prototype.setOption = function(r,
|
|
158
|
-
if (!this[
|
|
163
|
+
}, o.prototype.setOption = function(r, a, c) {
|
|
164
|
+
if (!this[w]) {
|
|
159
165
|
if (this._disposed) {
|
|
160
166
|
this.id;
|
|
161
167
|
return;
|
|
162
168
|
}
|
|
163
|
-
var u,
|
|
164
|
-
if (
|
|
165
|
-
var g = new
|
|
166
|
-
T.scheduler = this._scheduler, T.ssr = this._ssr, T.init(null, null, null,
|
|
169
|
+
var u, m, C;
|
|
170
|
+
if (B(a) && (c = a.lazyUpdate, u = a.silent, m = a.replaceMerge, C = a.transition, a = a.notMerge), this[w] = !0, !this._model || a) {
|
|
171
|
+
var g = new Dt(this._api), R = this._theme, T = this._model = new Pt();
|
|
172
|
+
T.scheduler = this._scheduler, T.ssr = this._ssr, T.init(null, null, null, R, this._locale, g);
|
|
167
173
|
}
|
|
168
174
|
this._model.setOption(r, {
|
|
169
|
-
replaceMerge:
|
|
170
|
-
},
|
|
175
|
+
replaceMerge: m
|
|
176
|
+
}, Se);
|
|
171
177
|
var e = {
|
|
172
178
|
seriesTransition: C,
|
|
173
179
|
optionChanged: !0
|
|
174
180
|
};
|
|
175
|
-
if (
|
|
176
|
-
this[
|
|
181
|
+
if (c)
|
|
182
|
+
this[A] = {
|
|
177
183
|
silent: u,
|
|
178
184
|
updateParams: e
|
|
179
|
-
}, this[
|
|
185
|
+
}, this[w] = !1, this.getZr().wakeUp();
|
|
180
186
|
else {
|
|
181
187
|
try {
|
|
182
|
-
|
|
188
|
+
z(this), U.update.call(this, null, e);
|
|
183
189
|
} catch (i) {
|
|
184
|
-
throw this[
|
|
190
|
+
throw this[A] = null, this[w] = !1, i;
|
|
185
191
|
}
|
|
186
|
-
this._ssr || this._zr.flush(), this[
|
|
192
|
+
this._ssr || this._zr.flush(), this[A] = null, this[w] = !1, N.call(this, u), Y.call(this, u);
|
|
187
193
|
}
|
|
188
194
|
}
|
|
189
195
|
}, o.prototype.setTheme = function() {
|
|
196
|
+
it("ECharts#setTheme() is DEPRECATED in ECharts 3.0");
|
|
190
197
|
}, o.prototype.getModel = function() {
|
|
191
198
|
return this._model;
|
|
192
199
|
}, o.prototype.getOption = function() {
|
|
@@ -196,27 +203,27 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
196
203
|
}, o.prototype.getHeight = function() {
|
|
197
204
|
return this._zr.getHeight();
|
|
198
205
|
}, o.prototype.getDevicePixelRatio = function() {
|
|
199
|
-
return this._zr.painter.dpr ||
|
|
206
|
+
return this._zr.painter.dpr || H.hasGlobalWindow && window.devicePixelRatio || 1;
|
|
200
207
|
}, o.prototype.getRenderedCanvas = function(r) {
|
|
201
208
|
return this.renderToCanvas(r);
|
|
202
209
|
}, o.prototype.renderToCanvas = function(r) {
|
|
203
210
|
r = r || {};
|
|
204
|
-
var
|
|
205
|
-
return
|
|
211
|
+
var a = this._zr.painter;
|
|
212
|
+
return a.getRenderedCanvas({
|
|
206
213
|
backgroundColor: r.backgroundColor || this._model.get("backgroundColor"),
|
|
207
214
|
pixelRatio: r.pixelRatio || this.getDevicePixelRatio()
|
|
208
215
|
});
|
|
209
216
|
}, o.prototype.renderToSVGString = function(r) {
|
|
210
217
|
r = r || {};
|
|
211
|
-
var
|
|
212
|
-
return
|
|
218
|
+
var a = this._zr.painter;
|
|
219
|
+
return a.renderToString({
|
|
213
220
|
useViewBox: r.useViewBox
|
|
214
221
|
});
|
|
215
222
|
}, o.prototype.getSvgDataURL = function() {
|
|
216
|
-
if (
|
|
217
|
-
var r = this._zr,
|
|
218
|
-
return
|
|
219
|
-
|
|
223
|
+
if (H.svgSupported) {
|
|
224
|
+
var r = this._zr, a = r.storage.getDisplayList();
|
|
225
|
+
return y(a, function(c) {
|
|
226
|
+
c.stopAnimation(null, !0);
|
|
220
227
|
}), r.painter.toDataURL();
|
|
221
228
|
}
|
|
222
229
|
}, o.prototype.getDataURL = function(r) {
|
|
@@ -225,17 +232,17 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
225
232
|
return;
|
|
226
233
|
}
|
|
227
234
|
r = r || {};
|
|
228
|
-
var
|
|
229
|
-
|
|
230
|
-
|
|
235
|
+
var a = r.excludeComponents, c = this._model, u = [], m = this;
|
|
236
|
+
y(a, function(g) {
|
|
237
|
+
c.eachComponent({
|
|
231
238
|
mainType: g
|
|
232
|
-
}, function(
|
|
233
|
-
var T =
|
|
239
|
+
}, function(R) {
|
|
240
|
+
var T = m._componentsMap[R.__viewId];
|
|
234
241
|
T.group.ignore || (u.push(T), T.group.ignore = !0);
|
|
235
242
|
});
|
|
236
243
|
});
|
|
237
244
|
var C = this._zr.painter.getType() === "svg" ? this.getSvgDataURL() : this.renderToCanvas(r).toDataURL("image/" + (r && r.type || "png"));
|
|
238
|
-
return
|
|
245
|
+
return y(u, function(g) {
|
|
239
246
|
g.group.ignore = !1;
|
|
240
247
|
}), C;
|
|
241
248
|
}, o.prototype.getConnectedDataURL = function(r) {
|
|
@@ -243,118 +250,118 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
243
250
|
this.id;
|
|
244
251
|
return;
|
|
245
252
|
}
|
|
246
|
-
var
|
|
247
|
-
if (
|
|
248
|
-
var g = C,
|
|
249
|
-
|
|
250
|
-
if (
|
|
251
|
-
var
|
|
252
|
-
g = u(_.left, g),
|
|
253
|
-
dom:
|
|
253
|
+
var a = r.type === "svg", c = this.group, u = Math.min, m = Math.max, C = 1 / 0;
|
|
254
|
+
if (ee[c]) {
|
|
255
|
+
var g = C, R = C, T = -C, e = -C, i = [], t = r && r.pixelRatio || this.getDevicePixelRatio();
|
|
256
|
+
y(V, function(p, v) {
|
|
257
|
+
if (p.group === c) {
|
|
258
|
+
var S = a ? p.getZr().painter.getSvgDom().innerHTML : p.renderToCanvas(Ue(r)), _ = p.getDom().getBoundingClientRect();
|
|
259
|
+
g = u(_.left, g), R = u(_.top, R), T = m(_.right, T), e = m(_.bottom, e), i.push({
|
|
260
|
+
dom: S,
|
|
254
261
|
left: _.left,
|
|
255
262
|
top: _.top
|
|
256
263
|
});
|
|
257
264
|
}
|
|
258
|
-
}), g *= t,
|
|
259
|
-
var n = T - g,
|
|
260
|
-
renderer:
|
|
265
|
+
}), g *= t, R *= t, T *= t, e *= t;
|
|
266
|
+
var n = T - g, s = e - R, d = hr.createCanvas(), l = Le(d, {
|
|
267
|
+
renderer: a ? "svg" : "canvas"
|
|
261
268
|
});
|
|
262
|
-
if (
|
|
269
|
+
if (l.resize({
|
|
263
270
|
width: n,
|
|
264
|
-
height:
|
|
265
|
-
}),
|
|
271
|
+
height: s
|
|
272
|
+
}), a) {
|
|
266
273
|
var h = "";
|
|
267
|
-
return
|
|
268
|
-
var v =
|
|
269
|
-
h += '<g transform="translate(' + v + "," +
|
|
270
|
-
}),
|
|
274
|
+
return y(i, function(p) {
|
|
275
|
+
var v = p.left - g, S = p.top - R;
|
|
276
|
+
h += '<g transform="translate(' + v + "," + S + ')">' + p.dom + "</g>";
|
|
277
|
+
}), l.painter.getSvgRoot().innerHTML = h, r.connectedBackgroundColor && l.painter.setBackgroundColor(r.connectedBackgroundColor), l.refreshImmediately(), l.painter.toDataURL();
|
|
271
278
|
} else
|
|
272
|
-
return r.connectedBackgroundColor &&
|
|
279
|
+
return r.connectedBackgroundColor && l.add(new _r({
|
|
273
280
|
shape: {
|
|
274
281
|
x: 0,
|
|
275
282
|
y: 0,
|
|
276
283
|
width: n,
|
|
277
|
-
height:
|
|
284
|
+
height: s
|
|
278
285
|
},
|
|
279
286
|
style: {
|
|
280
287
|
fill: r.connectedBackgroundColor
|
|
281
288
|
}
|
|
282
|
-
})),
|
|
283
|
-
var v = new
|
|
289
|
+
})), y(i, function(p) {
|
|
290
|
+
var v = new gr({
|
|
284
291
|
style: {
|
|
285
|
-
x:
|
|
286
|
-
y:
|
|
287
|
-
image:
|
|
292
|
+
x: p.left * t - g,
|
|
293
|
+
y: p.top * t - R,
|
|
294
|
+
image: p.dom
|
|
288
295
|
}
|
|
289
296
|
});
|
|
290
|
-
|
|
291
|
-
}),
|
|
297
|
+
l.add(v);
|
|
298
|
+
}), l.refreshImmediately(), d.toDataURL("image/" + (r && r.type || "png"));
|
|
292
299
|
} else
|
|
293
300
|
return this.getDataURL(r);
|
|
294
|
-
}, o.prototype.convertToPixel = function(r,
|
|
295
|
-
return
|
|
296
|
-
}, o.prototype.convertFromPixel = function(r,
|
|
297
|
-
return
|
|
298
|
-
}, o.prototype.containPixel = function(r,
|
|
301
|
+
}, o.prototype.convertToPixel = function(r, a) {
|
|
302
|
+
return he(this, "convertToPixel", r, a);
|
|
303
|
+
}, o.prototype.convertFromPixel = function(r, a) {
|
|
304
|
+
return he(this, "convertFromPixel", r, a);
|
|
305
|
+
}, o.prototype.containPixel = function(r, a) {
|
|
299
306
|
if (this._disposed) {
|
|
300
307
|
this.id;
|
|
301
308
|
return;
|
|
302
309
|
}
|
|
303
|
-
var
|
|
304
|
-
return
|
|
305
|
-
g.indexOf("Models") >= 0 &&
|
|
306
|
-
var T =
|
|
310
|
+
var c = this._model, u, m = fe(c, r);
|
|
311
|
+
return y(m, function(C, g) {
|
|
312
|
+
g.indexOf("Models") >= 0 && y(C, function(R) {
|
|
313
|
+
var T = R.coordinateSystem;
|
|
307
314
|
if (T && T.containPoint)
|
|
308
|
-
u = u || !!T.containPoint(
|
|
315
|
+
u = u || !!T.containPoint(a);
|
|
309
316
|
else if (g === "seriesModels") {
|
|
310
|
-
var e = this._chartsMap[
|
|
311
|
-
e && e.containPoint && (u = u || e.containPoint(
|
|
317
|
+
var e = this._chartsMap[R.__viewId];
|
|
318
|
+
e && e.containPoint && (u = u || e.containPoint(a, R));
|
|
312
319
|
}
|
|
313
320
|
}, this);
|
|
314
321
|
}, this), !!u;
|
|
315
|
-
}, o.prototype.getVisual = function(r,
|
|
316
|
-
var
|
|
322
|
+
}, o.prototype.getVisual = function(r, a) {
|
|
323
|
+
var c = this._model, u = fe(c, r, {
|
|
317
324
|
defaultMainType: "series"
|
|
318
|
-
}),
|
|
319
|
-
return g != null ?
|
|
325
|
+
}), m = u.seriesModel, C = m.getData(), g = u.hasOwnProperty("dataIndexInside") ? u.dataIndexInside : u.hasOwnProperty("dataIndex") ? C.indexOfRawIndex(u.dataIndex) : null;
|
|
326
|
+
return g != null ? or(C, g, a) : ur(C, a);
|
|
320
327
|
}, o.prototype.getViewOfComponentModel = function(r) {
|
|
321
328
|
return this._componentsMap[r.__viewId];
|
|
322
329
|
}, o.prototype.getViewOfSeriesModel = function(r) {
|
|
323
330
|
return this._chartsMap[r.__viewId];
|
|
324
331
|
}, o.prototype._initEvents = function() {
|
|
325
332
|
var r = this;
|
|
326
|
-
|
|
327
|
-
var
|
|
328
|
-
var
|
|
329
|
-
if (
|
|
330
|
-
var
|
|
331
|
-
if (
|
|
332
|
-
var
|
|
333
|
-
return g =
|
|
334
|
-
} else if (
|
|
335
|
-
return g =
|
|
333
|
+
y(Ir, function(a) {
|
|
334
|
+
var c = function(u) {
|
|
335
|
+
var m = r.getModel(), C = u.target, g, R = a === "globalout";
|
|
336
|
+
if (R ? g = {} : C && q(C, function(n) {
|
|
337
|
+
var s = Z(n);
|
|
338
|
+
if (s && s.dataIndex != null) {
|
|
339
|
+
var d = s.dataModel || m.getSeriesByIndex(s.seriesIndex);
|
|
340
|
+
return g = d && d.getDataParams(s.dataIndex, s.dataType, C) || {}, !0;
|
|
341
|
+
} else if (s.eventData)
|
|
342
|
+
return g = k({}, s.eventData), !0;
|
|
336
343
|
}, !0), g) {
|
|
337
344
|
var T = g.componentType, e = g.componentIndex;
|
|
338
345
|
(T === "markLine" || T === "markPoint" || T === "markArea") && (T = "series", e = g.seriesIndex);
|
|
339
|
-
var i = T && e != null &&
|
|
340
|
-
g.event = u, g.type =
|
|
346
|
+
var i = T && e != null && m.getComponent(T, e), t = i && r[i.mainType === "series" ? "_chartsMap" : "_componentsMap"][i.__viewId];
|
|
347
|
+
g.event = u, g.type = a, r._$eventProcessor.eventInfo = {
|
|
341
348
|
targetEl: C,
|
|
342
349
|
packedEvent: g,
|
|
343
350
|
model: i,
|
|
344
351
|
view: t
|
|
345
|
-
}, r.trigger(
|
|
352
|
+
}, r.trigger(a, g);
|
|
346
353
|
}
|
|
347
354
|
};
|
|
348
|
-
|
|
349
|
-
}),
|
|
350
|
-
r._messageCenter.on(
|
|
351
|
-
this.trigger(
|
|
355
|
+
c.zrEventfulCallAtLast = !0, r._zr.on(a, c, r);
|
|
356
|
+
}), y(G, function(a, c) {
|
|
357
|
+
r._messageCenter.on(c, function(u) {
|
|
358
|
+
this.trigger(c, u);
|
|
352
359
|
}, r);
|
|
353
|
-
}),
|
|
354
|
-
r._messageCenter.on(
|
|
355
|
-
this.trigger(
|
|
360
|
+
}), y(["selectchanged"], function(a) {
|
|
361
|
+
r._messageCenter.on(a, function(c) {
|
|
362
|
+
this.trigger(a, c);
|
|
356
363
|
}, r);
|
|
357
|
-
}),
|
|
364
|
+
}), fr(this._messageCenter, this, this._api);
|
|
358
365
|
}, o.prototype.isDisposed = function() {
|
|
359
366
|
return this._disposed;
|
|
360
367
|
}, o.prototype.clear = function() {
|
|
@@ -372,46 +379,46 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
372
379
|
}
|
|
373
380
|
this._disposed = !0;
|
|
374
381
|
var r = this.getDom();
|
|
375
|
-
r &&
|
|
376
|
-
var
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}),
|
|
380
|
-
|
|
381
|
-
}),
|
|
382
|
+
r && tt(this.getDom(), Ae, "");
|
|
383
|
+
var a = this, c = a._api, u = a._model;
|
|
384
|
+
y(a._componentsViews, function(m) {
|
|
385
|
+
m.dispose(u, c);
|
|
386
|
+
}), y(a._chartsViews, function(m) {
|
|
387
|
+
m.dispose(u, c);
|
|
388
|
+
}), a._zr.dispose(), a._dom = a._model = a._chartsMap = a._componentsMap = a._chartsViews = a._componentsViews = a._scheduler = a._api = a._zr = a._throttledZrFlush = a._theme = a._coordSysMgr = a._messageCenter = null, delete V[a.id];
|
|
382
389
|
}, o.prototype.resize = function(r) {
|
|
383
|
-
if (!this[
|
|
390
|
+
if (!this[w]) {
|
|
384
391
|
if (this._disposed) {
|
|
385
392
|
this.id;
|
|
386
393
|
return;
|
|
387
394
|
}
|
|
388
395
|
this._zr.resize(r);
|
|
389
|
-
var
|
|
390
|
-
if (this._loadingFX && this._loadingFX.resize(), !!
|
|
391
|
-
var
|
|
392
|
-
this[
|
|
396
|
+
var a = this._model;
|
|
397
|
+
if (this._loadingFX && this._loadingFX.resize(), !!a) {
|
|
398
|
+
var c = a.resetOption("media"), u = r && r.silent;
|
|
399
|
+
this[A] && (u == null && (u = this[A].silent), c = !0, this[A] = null), this[w] = !0;
|
|
393
400
|
try {
|
|
394
|
-
|
|
401
|
+
c && z(this), U.update.call(this, {
|
|
395
402
|
type: "resize",
|
|
396
|
-
animation:
|
|
403
|
+
animation: k({
|
|
397
404
|
// Disable animation
|
|
398
405
|
duration: 0
|
|
399
406
|
}, r && r.animation)
|
|
400
407
|
});
|
|
401
|
-
} catch (
|
|
402
|
-
throw this[
|
|
408
|
+
} catch (m) {
|
|
409
|
+
throw this[w] = !1, m;
|
|
403
410
|
}
|
|
404
|
-
this[
|
|
411
|
+
this[w] = !1, N.call(this, u), Y.call(this, u);
|
|
405
412
|
}
|
|
406
413
|
}
|
|
407
|
-
}, o.prototype.showLoading = function(r,
|
|
414
|
+
}, o.prototype.showLoading = function(r, a) {
|
|
408
415
|
if (this._disposed) {
|
|
409
416
|
this.id;
|
|
410
417
|
return;
|
|
411
418
|
}
|
|
412
|
-
if (
|
|
413
|
-
var
|
|
414
|
-
this._loadingFX =
|
|
419
|
+
if (B(r) && (a = r, r = ""), r = r || "default", this.hideLoading(), !!Ce[r]) {
|
|
420
|
+
var c = Ce[r](this._api, a), u = this._zr;
|
|
421
|
+
this._loadingFX = c, u.add(c);
|
|
415
422
|
}
|
|
416
423
|
}, o.prototype.hideLoading = function() {
|
|
417
424
|
if (this._disposed) {
|
|
@@ -420,27 +427,27 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
420
427
|
}
|
|
421
428
|
this._loadingFX && this._zr.remove(this._loadingFX), this._loadingFX = null;
|
|
422
429
|
}, o.prototype.makeActionFromEvent = function(r) {
|
|
423
|
-
var
|
|
424
|
-
return
|
|
425
|
-
}, o.prototype.dispatchAction = function(r,
|
|
430
|
+
var a = k({}, r);
|
|
431
|
+
return a.type = G[r.type], a;
|
|
432
|
+
}, o.prototype.dispatchAction = function(r, a) {
|
|
426
433
|
if (this._disposed) {
|
|
427
434
|
this.id;
|
|
428
435
|
return;
|
|
429
436
|
}
|
|
430
|
-
if (
|
|
431
|
-
silent: !!
|
|
432
|
-
}), !!
|
|
433
|
-
if (this[
|
|
437
|
+
if (B(a) || (a = {
|
|
438
|
+
silent: !!a
|
|
439
|
+
}), !!J[r.type] && this._model) {
|
|
440
|
+
if (this[w]) {
|
|
434
441
|
this._pendingActions.push(r);
|
|
435
442
|
return;
|
|
436
443
|
}
|
|
437
|
-
var
|
|
438
|
-
|
|
439
|
-
var u =
|
|
440
|
-
u ? this._zr.flush() : u !== !1 &&
|
|
444
|
+
var c = a.silent;
|
|
445
|
+
_e.call(this, r, c);
|
|
446
|
+
var u = a.flush;
|
|
447
|
+
u ? this._zr.flush() : u !== !1 && H.browser.weChat && this._throttledZrFlush(), N.call(this, c), Y.call(this, c);
|
|
441
448
|
}
|
|
442
449
|
}, o.prototype.updateLabelLayout = function() {
|
|
443
|
-
|
|
450
|
+
M.trigger("series:layoutlabels", this._model, this._api, {
|
|
444
451
|
// Not adding series labels.
|
|
445
452
|
// TODO
|
|
446
453
|
updatedSeries: []
|
|
@@ -450,82 +457,82 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
450
457
|
this.id;
|
|
451
458
|
return;
|
|
452
459
|
}
|
|
453
|
-
var
|
|
460
|
+
var a = r.seriesIndex, c = this.getModel(), u = c.getSeriesByIndex(a);
|
|
454
461
|
u.appendData(r), this._scheduler.unfinished = !0, this.getZr().wakeUp();
|
|
455
462
|
}, o.internalField = (function() {
|
|
456
|
-
|
|
463
|
+
z = function(e) {
|
|
457
464
|
var i = e._scheduler;
|
|
458
|
-
i.restorePipelines(e._model), i.prepareStageTasks(),
|
|
459
|
-
},
|
|
460
|
-
for (var t = e._model, n = e._scheduler,
|
|
461
|
-
|
|
462
|
-
i ? t.eachComponent(function(_,
|
|
463
|
-
_ !== "series" && v(
|
|
465
|
+
i.restorePipelines(e._model), i.prepareStageTasks(), ce(e, !0), ce(e, !1), i.plan();
|
|
466
|
+
}, ce = function(e, i) {
|
|
467
|
+
for (var t = e._model, n = e._scheduler, s = i ? e._componentsViews : e._chartsViews, d = i ? e._componentsMap : e._chartsMap, l = e._zr, h = e._api, p = 0; p < s.length; p++)
|
|
468
|
+
s[p].__alive = !1;
|
|
469
|
+
i ? t.eachComponent(function(_, P) {
|
|
470
|
+
_ !== "series" && v(P);
|
|
464
471
|
}) : t.eachSeries(v);
|
|
465
472
|
function v(_) {
|
|
466
|
-
var
|
|
473
|
+
var P = _.__requireNewView;
|
|
467
474
|
_.__requireNewView = !1;
|
|
468
|
-
var L = "_ec_" + _.id + "_" + _.type,
|
|
469
|
-
if (!
|
|
470
|
-
var
|
|
475
|
+
var L = "_ec_" + _.id + "_" + _.type, E = !P && d[L];
|
|
476
|
+
if (!E) {
|
|
477
|
+
var I = Ye(_.type), x = i ? Lt.getClass(I.main, I.sub) : (
|
|
471
478
|
// FIXME:TS
|
|
472
479
|
// (ChartView as ChartViewConstructor).getClass('series', classType.sub)
|
|
473
480
|
// For backward compat, still support a chart type declared as only subType
|
|
474
481
|
// like "liquidfill", but recommend "series.liquidfill"
|
|
475
482
|
// But need a base class to make a type series.
|
|
476
|
-
|
|
483
|
+
ne.getClass(I.sub)
|
|
477
484
|
);
|
|
478
|
-
|
|
485
|
+
E = new x(), E.init(t, h), d[L] = E, s.push(E), l.add(E.group);
|
|
479
486
|
}
|
|
480
|
-
_.__viewId =
|
|
487
|
+
_.__viewId = E.__id = L, E.__alive = !0, E.__model = _, E.group.__ecComponentInfo = {
|
|
481
488
|
mainType: _.mainType,
|
|
482
489
|
index: _.componentIndex
|
|
483
|
-
}, !i && n.prepareView(
|
|
490
|
+
}, !i && n.prepareView(E, _, t, h);
|
|
484
491
|
}
|
|
485
|
-
for (var
|
|
486
|
-
var
|
|
487
|
-
|
|
492
|
+
for (var p = 0; p < s.length; ) {
|
|
493
|
+
var S = s[p];
|
|
494
|
+
S.__alive ? p++ : (!i && S.renderTask.dispose(), l.remove(S.group), S.dispose(t, h), s.splice(p, 1), d[S.__id] === S && delete d[S.__id], S.__id = S.group.__ecComponentInfo = null);
|
|
488
495
|
}
|
|
489
|
-
}, K = function(e, i, t, n,
|
|
490
|
-
var
|
|
491
|
-
if (
|
|
492
|
-
|
|
496
|
+
}, K = function(e, i, t, n, s) {
|
|
497
|
+
var d = e._model;
|
|
498
|
+
if (d.setUpdatePayload(t), !n) {
|
|
499
|
+
y([].concat(e._componentsViews).concat(e._chartsViews), S);
|
|
493
500
|
return;
|
|
494
501
|
}
|
|
495
|
-
var
|
|
496
|
-
|
|
502
|
+
var l = {};
|
|
503
|
+
l[n + "Id"] = t[n + "Id"], l[n + "Index"] = t[n + "Index"], l[n + "Name"] = t[n + "Name"];
|
|
497
504
|
var h = {
|
|
498
505
|
mainType: n,
|
|
499
|
-
query:
|
|
506
|
+
query: l
|
|
500
507
|
};
|
|
501
|
-
|
|
502
|
-
var
|
|
503
|
-
|
|
504
|
-
var
|
|
505
|
-
|
|
506
|
-
})),
|
|
507
|
-
var
|
|
508
|
-
if (!
|
|
509
|
-
if (
|
|
510
|
-
if (_ instanceof
|
|
511
|
-
t.type ===
|
|
508
|
+
s && (h.subType = s);
|
|
509
|
+
var p = t.excludeSeriesId, v;
|
|
510
|
+
p != null && (v = re(), y(Zt(p), function(_) {
|
|
511
|
+
var P = qt(_, null);
|
|
512
|
+
P != null && v.set(P, !0);
|
|
513
|
+
})), d && d.eachComponent(h, function(_) {
|
|
514
|
+
var P = v && v.get(_.id) != null;
|
|
515
|
+
if (!P)
|
|
516
|
+
if (ke(t))
|
|
517
|
+
if (_ instanceof Ve)
|
|
518
|
+
t.type === b && !t.notBlur && !_.get(["emphasis", "disabled"]) && It(_, t, e._api);
|
|
512
519
|
else {
|
|
513
|
-
var L =
|
|
514
|
-
t.type ===
|
|
515
|
-
t.type ===
|
|
520
|
+
var L = xt(_.mainType, _.componentIndex, t.name, e._api), E = L.focusSelf, I = L.dispatchers;
|
|
521
|
+
t.type === b && E && !t.notBlur && Ut(_.mainType, _.componentIndex, e._api), I && y(I, function(x) {
|
|
522
|
+
t.type === b ? ze(x) : be(x);
|
|
516
523
|
});
|
|
517
524
|
}
|
|
518
|
-
else
|
|
519
|
-
}, e),
|
|
520
|
-
var
|
|
521
|
-
|
|
525
|
+
else Fe(t) && _ instanceof Ve && (Vt(_, t, e._api), He(_), D(e));
|
|
526
|
+
}, e), d && d.eachComponent(h, function(_) {
|
|
527
|
+
var P = v && v.get(_.id) != null;
|
|
528
|
+
P || S(e[n === "series" ? "_chartsMap" : "_componentsMap"][_.__viewId]);
|
|
522
529
|
}, e);
|
|
523
|
-
function
|
|
524
|
-
_ && _.__alive && _[i] && _[i](_.__model,
|
|
530
|
+
function S(_) {
|
|
531
|
+
_ && _.__alive && _[i] && _[i](_.__model, d, e._api, t);
|
|
525
532
|
}
|
|
526
|
-
},
|
|
533
|
+
}, U = {
|
|
527
534
|
prepareAndUpdate: function(e) {
|
|
528
|
-
|
|
535
|
+
z(this), U.update.call(this, e, {
|
|
529
536
|
// Needs to mark option changed if newOption is given.
|
|
530
537
|
// It's from MagicType.
|
|
531
538
|
// TODO If use a separate flag optionChanged in payload?
|
|
@@ -533,153 +540,153 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
533
540
|
});
|
|
534
541
|
},
|
|
535
542
|
update: function(e, i) {
|
|
536
|
-
var t = this._model, n = this._api,
|
|
543
|
+
var t = this._model, n = this._api, s = this._zr, d = this._coordSysMgr, l = this._scheduler;
|
|
537
544
|
if (t) {
|
|
538
|
-
t.setUpdatePayload(e),
|
|
539
|
-
var h = t.get("backgroundColor") || "transparent",
|
|
540
|
-
|
|
545
|
+
t.setUpdatePayload(e), l.restoreData(t, e), l.performSeriesTasks(t), d.create(t, n), l.performDataProcessorTasks(t, e), ve(this, t), d.update(t, n), r(t), l.performVisualTasks(t, e), ge(this, t, n, e, i);
|
|
546
|
+
var h = t.get("backgroundColor") || "transparent", p = t.get("darkMode");
|
|
547
|
+
s.setBackgroundColor(h), p != null && p !== "auto" && s.setDarkMode(p), M.trigger("afterupdate", t, n);
|
|
541
548
|
}
|
|
542
549
|
},
|
|
543
550
|
updateTransform: function(e) {
|
|
544
551
|
var i = this, t = this._model, n = this._api;
|
|
545
552
|
if (t) {
|
|
546
553
|
t.setUpdatePayload(e);
|
|
547
|
-
var
|
|
548
|
-
t.eachComponent(function(
|
|
549
|
-
if (
|
|
550
|
-
var
|
|
551
|
-
if (
|
|
552
|
-
if (
|
|
553
|
-
var v =
|
|
554
|
-
v && v.update &&
|
|
554
|
+
var s = [];
|
|
555
|
+
t.eachComponent(function(l, h) {
|
|
556
|
+
if (l !== "series") {
|
|
557
|
+
var p = i.getViewOfComponentModel(h);
|
|
558
|
+
if (p && p.__alive)
|
|
559
|
+
if (p.updateTransform) {
|
|
560
|
+
var v = p.updateTransform(h, t, n, e);
|
|
561
|
+
v && v.update && s.push(p);
|
|
555
562
|
} else
|
|
556
|
-
|
|
563
|
+
s.push(p);
|
|
557
564
|
}
|
|
558
565
|
});
|
|
559
|
-
var
|
|
560
|
-
t.eachSeries(function(
|
|
561
|
-
var h = i._chartsMap[
|
|
566
|
+
var d = re();
|
|
567
|
+
t.eachSeries(function(l) {
|
|
568
|
+
var h = i._chartsMap[l.__viewId];
|
|
562
569
|
if (h.updateTransform) {
|
|
563
|
-
var
|
|
564
|
-
|
|
570
|
+
var p = h.updateTransform(l, t, n, e);
|
|
571
|
+
p && p.update && d.set(l.uid, 1);
|
|
565
572
|
} else
|
|
566
|
-
|
|
573
|
+
d.set(l.uid, 1);
|
|
567
574
|
}), r(t), this._scheduler.performVisualTasks(t, e, {
|
|
568
575
|
setDirty: !0,
|
|
569
|
-
dirtyMap:
|
|
570
|
-
}), $(this, t, n, e, {},
|
|
576
|
+
dirtyMap: d
|
|
577
|
+
}), $(this, t, n, e, {}, d), M.trigger("afterupdate", t, n);
|
|
571
578
|
}
|
|
572
579
|
},
|
|
573
580
|
updateView: function(e) {
|
|
574
581
|
var i = this._model;
|
|
575
|
-
i && (i.setUpdatePayload(e),
|
|
582
|
+
i && (i.setUpdatePayload(e), ne.markUpdateMethod(e, "updateView"), r(i), this._scheduler.performVisualTasks(i, e, {
|
|
576
583
|
setDirty: !0
|
|
577
|
-
}),
|
|
584
|
+
}), ge(this, i, this._api, e, {}), M.trigger("afterupdate", i, this._api));
|
|
578
585
|
},
|
|
579
586
|
updateVisual: function(e) {
|
|
580
587
|
var i = this, t = this._model;
|
|
581
588
|
t && (t.setUpdatePayload(e), t.eachSeries(function(n) {
|
|
582
589
|
n.getData().clearAllVisual();
|
|
583
|
-
}),
|
|
590
|
+
}), ne.markUpdateMethod(e, "updateVisual"), r(t), this._scheduler.performVisualTasks(t, e, {
|
|
584
591
|
visualType: "visual",
|
|
585
592
|
setDirty: !0
|
|
586
|
-
}), t.eachComponent(function(n,
|
|
593
|
+
}), t.eachComponent(function(n, s) {
|
|
587
594
|
if (n !== "series") {
|
|
588
|
-
var
|
|
589
|
-
|
|
595
|
+
var d = i.getViewOfComponentModel(s);
|
|
596
|
+
d && d.__alive && d.updateVisual(s, t, i._api, e);
|
|
590
597
|
}
|
|
591
598
|
}), t.eachSeries(function(n) {
|
|
592
|
-
var
|
|
593
|
-
|
|
594
|
-
}),
|
|
599
|
+
var s = i._chartsMap[n.__viewId];
|
|
600
|
+
s.updateVisual(n, t, i._api, e);
|
|
601
|
+
}), M.trigger("afterupdate", t, this._api));
|
|
595
602
|
},
|
|
596
603
|
updateLayout: function(e) {
|
|
597
|
-
|
|
604
|
+
U.update.call(this, e);
|
|
598
605
|
}
|
|
599
|
-
},
|
|
606
|
+
}, he = function(e, i, t, n) {
|
|
600
607
|
if (e._disposed) {
|
|
601
608
|
e.id;
|
|
602
609
|
return;
|
|
603
610
|
}
|
|
604
|
-
for (var
|
|
605
|
-
var v =
|
|
606
|
-
if (v[i] && (
|
|
607
|
-
return
|
|
611
|
+
for (var s = e._model, d = e._coordSysMgr.getCoordinateSystems(), l, h = fe(s, t), p = 0; p < d.length; p++) {
|
|
612
|
+
var v = d[p];
|
|
613
|
+
if (v[i] && (l = v[i](s, h, n)) != null)
|
|
614
|
+
return l;
|
|
608
615
|
}
|
|
609
|
-
},
|
|
616
|
+
}, ve = function(e, i) {
|
|
610
617
|
var t = e._chartsMap, n = e._scheduler;
|
|
611
|
-
i.eachSeries(function(
|
|
612
|
-
n.updateStreamModes(
|
|
618
|
+
i.eachSeries(function(s) {
|
|
619
|
+
n.updateStreamModes(s, t[s.__viewId]);
|
|
613
620
|
});
|
|
614
|
-
},
|
|
615
|
-
var t = this, n = this.getModel(),
|
|
616
|
-
this[
|
|
617
|
-
var _ = [e],
|
|
618
|
-
e.batch && (
|
|
619
|
-
return O =
|
|
621
|
+
}, _e = function(e, i) {
|
|
622
|
+
var t = this, n = this.getModel(), s = e.type, d = e.escapeConnect, l = J[s], h = l.actionInfo, p = (h.update || "update").split(":"), v = p.pop(), S = p[0] != null && Ye(p[0]);
|
|
623
|
+
this[w] = !0;
|
|
624
|
+
var _ = [e], P = !1;
|
|
625
|
+
e.batch && (P = !0, _ = Rt(e.batch, function(O) {
|
|
626
|
+
return O = wt(k({}, O), e), O.batch = null, O;
|
|
620
627
|
}));
|
|
621
|
-
var L = [],
|
|
622
|
-
if (
|
|
623
|
-
if (
|
|
624
|
-
var
|
|
625
|
-
K(t, v, O,
|
|
626
|
-
} else
|
|
627
|
-
}), v !== "none" && !
|
|
628
|
+
var L = [], E, I = Fe(e), x = ke(e);
|
|
629
|
+
if (x && kt(this._api), y(_, function(O) {
|
|
630
|
+
if (E = l.action(O, t._model, t._api), E = E || k({}, O), E.type = h.event || E.type, L.push(E), x) {
|
|
631
|
+
var Me = Kt(e), mt = Me.queryOptionMap, Tt = Me.mainTypeSpecified, St = Tt ? mt.keys()[0] : "series";
|
|
632
|
+
K(t, v, O, St), D(t);
|
|
633
|
+
} else I ? (K(t, v, O, "series"), D(t)) : S && K(t, v, O, S.main, S.sub);
|
|
634
|
+
}), v !== "none" && !x && !I && !S)
|
|
628
635
|
try {
|
|
629
|
-
this[
|
|
636
|
+
this[A] ? (z(this), U.update.call(this, e), this[A] = null) : U[v].call(this, e);
|
|
630
637
|
} catch (O) {
|
|
631
|
-
throw this[
|
|
638
|
+
throw this[w] = !1, O;
|
|
632
639
|
}
|
|
633
|
-
if (
|
|
634
|
-
type: h.event ||
|
|
635
|
-
escapeConnect:
|
|
640
|
+
if (P ? E = {
|
|
641
|
+
type: h.event || s,
|
|
642
|
+
escapeConnect: d,
|
|
636
643
|
batch: L
|
|
637
|
-
} :
|
|
638
|
-
var
|
|
639
|
-
if (
|
|
640
|
-
var
|
|
644
|
+
} : E = L[0], this[w] = !1, !i) {
|
|
645
|
+
var Oe = this._messageCenter;
|
|
646
|
+
if (Oe.trigger(E.type, E), I) {
|
|
647
|
+
var De = {
|
|
641
648
|
type: "selectchanged",
|
|
642
|
-
escapeConnect:
|
|
643
|
-
selected:
|
|
649
|
+
escapeConnect: d,
|
|
650
|
+
selected: zt(n),
|
|
644
651
|
isFromClick: e.isFromClick || !1,
|
|
645
652
|
fromAction: e.type,
|
|
646
653
|
fromActionPayload: e
|
|
647
654
|
};
|
|
648
|
-
|
|
655
|
+
Oe.trigger(De.type, De);
|
|
649
656
|
}
|
|
650
657
|
}
|
|
651
|
-
},
|
|
658
|
+
}, N = function(e) {
|
|
652
659
|
for (var i = this._pendingActions; i.length; ) {
|
|
653
660
|
var t = i.shift();
|
|
654
|
-
|
|
661
|
+
_e.call(this, t, e);
|
|
655
662
|
}
|
|
656
|
-
},
|
|
663
|
+
}, Y = function(e) {
|
|
657
664
|
!e && this.trigger("updated");
|
|
658
|
-
},
|
|
665
|
+
}, We = function(e, i) {
|
|
659
666
|
e.on("rendered", function(t) {
|
|
660
667
|
i.trigger("rendered", t), // Although zr is dirty if initial animation is not finished
|
|
661
668
|
// and this checking is called on frame, we also check
|
|
662
669
|
// animation finished for robustness.
|
|
663
|
-
e.animation.isFinished() && !i[
|
|
670
|
+
e.animation.isFinished() && !i[A] && !i._scheduler.unfinished && !i._pendingActions.length && i.trigger("finished");
|
|
664
671
|
});
|
|
665
|
-
},
|
|
672
|
+
}, Xe = function(e, i) {
|
|
666
673
|
e.on("mouseover", function(t) {
|
|
667
|
-
var n = t.target,
|
|
668
|
-
|
|
674
|
+
var n = t.target, s = q(n, Ne);
|
|
675
|
+
s && (bt(s, t, i._api), D(i));
|
|
669
676
|
}).on("mouseout", function(t) {
|
|
670
|
-
var n = t.target,
|
|
671
|
-
|
|
677
|
+
var n = t.target, s = q(n, Ne);
|
|
678
|
+
s && (Ft(s, t, i._api), D(i));
|
|
672
679
|
}).on("click", function(t) {
|
|
673
|
-
var n = t.target,
|
|
680
|
+
var n = t.target, s = q(n, function(h) {
|
|
674
681
|
return Z(h).dataIndex != null;
|
|
675
682
|
}, !0);
|
|
676
|
-
if (
|
|
677
|
-
var
|
|
683
|
+
if (s) {
|
|
684
|
+
var d = s.selected ? "unselect" : "select", l = Z(s);
|
|
678
685
|
i._api.dispatchAction({
|
|
679
|
-
type:
|
|
680
|
-
dataType:
|
|
681
|
-
dataIndexInside:
|
|
682
|
-
seriesIndex:
|
|
686
|
+
type: d,
|
|
687
|
+
dataType: l.dataType,
|
|
688
|
+
dataIndexInside: l.dataIndex,
|
|
689
|
+
seriesIndex: l.seriesIndex,
|
|
683
690
|
isFromClick: !0
|
|
684
691
|
});
|
|
685
692
|
}
|
|
@@ -690,81 +697,81 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
690
697
|
i.clearColorPalette();
|
|
691
698
|
});
|
|
692
699
|
}
|
|
693
|
-
function
|
|
700
|
+
function a(e) {
|
|
694
701
|
var i = [], t = [], n = !1;
|
|
695
|
-
if (e.eachComponent(function(h,
|
|
696
|
-
var v =
|
|
702
|
+
if (e.eachComponent(function(h, p) {
|
|
703
|
+
var v = p.get("zlevel") || 0, S = p.get("z") || 0, _ = p.getZLevelKey();
|
|
697
704
|
n = n || !!_, (h === "series" ? t : i).push({
|
|
698
705
|
zlevel: v,
|
|
699
|
-
z:
|
|
700
|
-
idx:
|
|
706
|
+
z: S,
|
|
707
|
+
idx: p.componentIndex,
|
|
701
708
|
type: h,
|
|
702
709
|
key: _
|
|
703
710
|
});
|
|
704
711
|
}), n) {
|
|
705
|
-
var
|
|
706
|
-
|
|
707
|
-
return h.zlevel ===
|
|
708
|
-
}),
|
|
709
|
-
var
|
|
710
|
-
|
|
712
|
+
var s = i.concat(t), d, l;
|
|
713
|
+
ie(s, function(h, p) {
|
|
714
|
+
return h.zlevel === p.zlevel ? h.z - p.z : h.zlevel - p.zlevel;
|
|
715
|
+
}), y(s, function(h) {
|
|
716
|
+
var p = e.getComponent(h.type, h.idx), v = h.zlevel, S = h.key;
|
|
717
|
+
d != null && (v = Math.max(d, v)), S ? (v === d && S !== l && v++, l = S) : l && (v === d && v++, l = ""), d = v, p.setZLevel(v);
|
|
711
718
|
});
|
|
712
719
|
}
|
|
713
720
|
}
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
}), $(e, i, t, n,
|
|
718
|
-
|
|
721
|
+
ge = function(e, i, t, n, s) {
|
|
722
|
+
a(i), Ze(e, i, t, n, s), y(e._chartsViews, function(d) {
|
|
723
|
+
d.__alive = !1;
|
|
724
|
+
}), $(e, i, t, n, s), y(e._chartsViews, function(d) {
|
|
725
|
+
d.__alive || d.remove(i, t);
|
|
719
726
|
});
|
|
720
|
-
},
|
|
721
|
-
|
|
722
|
-
var h =
|
|
723
|
-
|
|
727
|
+
}, Ze = function(e, i, t, n, s, d) {
|
|
728
|
+
y(d || e._componentsViews, function(l) {
|
|
729
|
+
var h = l.__model;
|
|
730
|
+
R(h, l), l.render(h, i, t, n), C(h, l), T(h, l);
|
|
724
731
|
});
|
|
725
|
-
}, $ = function(e, i, t, n,
|
|
726
|
-
var
|
|
727
|
-
|
|
732
|
+
}, $ = function(e, i, t, n, s, d) {
|
|
733
|
+
var l = e._scheduler;
|
|
734
|
+
s = k(s || {}, {
|
|
728
735
|
updatedSeries: i.getSeries()
|
|
729
|
-
}),
|
|
736
|
+
}), M.trigger("series:beforeupdate", i, t, s);
|
|
730
737
|
var h = !1;
|
|
731
|
-
i.eachSeries(function(
|
|
732
|
-
var v = e._chartsMap[
|
|
738
|
+
i.eachSeries(function(p) {
|
|
739
|
+
var v = e._chartsMap[p.__viewId];
|
|
733
740
|
v.__alive = !0;
|
|
734
|
-
var
|
|
735
|
-
|
|
736
|
-
}),
|
|
737
|
-
var v = e._chartsMap[
|
|
738
|
-
C(
|
|
739
|
-
}), u(e, i),
|
|
740
|
-
},
|
|
741
|
-
e[
|
|
742
|
-
},
|
|
743
|
-
e[
|
|
744
|
-
|
|
745
|
-
}), e[
|
|
741
|
+
var S = v.renderTask;
|
|
742
|
+
l.updatePayload(S, n), R(p, v), d && d.get(p.uid) && S.dirty(), S.perform(l.getPerformArgs(S)) && (h = !0), v.group.silent = !!p.get("silent"), m(p, v), He(p);
|
|
743
|
+
}), l.unfinished = h || l.unfinished, M.trigger("series:layoutlabels", i, t, s), M.trigger("series:transition", i, t, s), i.eachSeries(function(p) {
|
|
744
|
+
var v = e._chartsMap[p.__viewId];
|
|
745
|
+
C(p, v), T(p, v);
|
|
746
|
+
}), u(e, i), M.trigger("series:afterupdate", i, t, s);
|
|
747
|
+
}, D = function(e) {
|
|
748
|
+
e[de] = !0, e.getZr().wakeUp();
|
|
749
|
+
}, Ke = function(e) {
|
|
750
|
+
e[de] && (e.getZr().storage.traverse(function(i) {
|
|
751
|
+
le(i) || c(i);
|
|
752
|
+
}), e[de] = !1);
|
|
746
753
|
};
|
|
747
|
-
function
|
|
754
|
+
function c(e) {
|
|
748
755
|
for (var i = [], t = e.currentStates, n = 0; n < t.length; n++) {
|
|
749
|
-
var
|
|
750
|
-
|
|
756
|
+
var s = t[n];
|
|
757
|
+
s === "emphasis" || s === "blur" || s === "select" || i.push(s);
|
|
751
758
|
}
|
|
752
|
-
e.selected && e.states.select && i.push("select"), e.hoverState ===
|
|
759
|
+
e.selected && e.states.select && i.push("select"), e.hoverState === Ht && e.states.emphasis ? i.push("emphasis") : e.hoverState === Nt && e.states.blur && i.push("blur"), e.useStates(i);
|
|
753
760
|
}
|
|
754
761
|
function u(e, i) {
|
|
755
|
-
var t = e._zr, n = t.storage,
|
|
756
|
-
n.traverse(function(
|
|
757
|
-
|
|
758
|
-
}),
|
|
759
|
-
if (!
|
|
760
|
-
var
|
|
761
|
-
|
|
762
|
+
var t = e._zr, n = t.storage, s = 0;
|
|
763
|
+
n.traverse(function(d) {
|
|
764
|
+
d.isGroup || s++;
|
|
765
|
+
}), s > i.get("hoverLayerThreshold") && !H.node && !H.worker && i.eachSeries(function(d) {
|
|
766
|
+
if (!d.preventUsingHoverLayer) {
|
|
767
|
+
var l = e._chartsMap[d.__viewId];
|
|
768
|
+
l.__alive && l.eachRendered(function(h) {
|
|
762
769
|
h.states.emphasis && (h.states.emphasis.hoverLayer = !0);
|
|
763
770
|
});
|
|
764
771
|
}
|
|
765
772
|
});
|
|
766
773
|
}
|
|
767
|
-
function
|
|
774
|
+
function m(e, i) {
|
|
768
775
|
var t = e.get("blendMode") || null;
|
|
769
776
|
i.eachRendered(function(n) {
|
|
770
777
|
n.isGroup || (n.style.blend = t);
|
|
@@ -773,60 +780,60 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
773
780
|
function C(e, i) {
|
|
774
781
|
if (!e.preventAutoZ) {
|
|
775
782
|
var t = e.get("z") || 0, n = e.get("zlevel") || 0;
|
|
776
|
-
i.eachRendered(function(
|
|
777
|
-
return g(
|
|
783
|
+
i.eachRendered(function(s) {
|
|
784
|
+
return g(s, t, n, -1 / 0), !0;
|
|
778
785
|
});
|
|
779
786
|
}
|
|
780
787
|
}
|
|
781
788
|
function g(e, i, t, n) {
|
|
782
|
-
var
|
|
783
|
-
if (
|
|
784
|
-
for (var h = e.childrenRef(),
|
|
785
|
-
n = Math.max(g(h[
|
|
789
|
+
var s = e.getTextContent(), d = e.getTextGuideLine(), l = e.isGroup;
|
|
790
|
+
if (l)
|
|
791
|
+
for (var h = e.childrenRef(), p = 0; p < h.length; p++)
|
|
792
|
+
n = Math.max(g(h[p], i, t, n), n);
|
|
786
793
|
else
|
|
787
794
|
e.z = i, e.zlevel = t, n = Math.max(e.z2, n);
|
|
788
|
-
if (
|
|
795
|
+
if (s && (s.z = i, s.zlevel = t, isFinite(n) && (s.z2 = n + 2)), d) {
|
|
789
796
|
var v = e.textGuideLineConfig;
|
|
790
|
-
|
|
797
|
+
d.z = i, d.zlevel = t, isFinite(n) && (d.z2 = n + (v && v.showAbove ? 1 : -1));
|
|
791
798
|
}
|
|
792
799
|
return n;
|
|
793
800
|
}
|
|
794
|
-
function
|
|
801
|
+
function R(e, i) {
|
|
795
802
|
i.eachRendered(function(t) {
|
|
796
|
-
if (!
|
|
797
|
-
var n = t.getTextContent(),
|
|
798
|
-
t.stateTransition && (t.stateTransition = null), n && n.stateTransition && (n.stateTransition = null),
|
|
803
|
+
if (!le(t)) {
|
|
804
|
+
var n = t.getTextContent(), s = t.getTextGuideLine();
|
|
805
|
+
t.stateTransition && (t.stateTransition = null), n && n.stateTransition && (n.stateTransition = null), s && s.stateTransition && (s.stateTransition = null), t.hasState() ? (t.prevStates = t.currentStates, t.clearStates()) : t.prevStates && (t.prevStates = null);
|
|
799
806
|
}
|
|
800
807
|
});
|
|
801
808
|
}
|
|
802
809
|
function T(e, i) {
|
|
803
|
-
var t = e.getModel("stateAnimation"), n = e.isAnimationEnabled(),
|
|
804
|
-
duration:
|
|
810
|
+
var t = e.getModel("stateAnimation"), n = e.isAnimationEnabled(), s = t.get("duration"), d = s > 0 ? {
|
|
811
|
+
duration: s,
|
|
805
812
|
delay: t.get("delay"),
|
|
806
813
|
easing: t.get("easing")
|
|
807
814
|
// additive: stateAnimationModel.get('additive')
|
|
808
815
|
} : null;
|
|
809
|
-
i.eachRendered(function(
|
|
810
|
-
if (
|
|
811
|
-
if (
|
|
816
|
+
i.eachRendered(function(l) {
|
|
817
|
+
if (l.states && l.states.emphasis) {
|
|
818
|
+
if (le(l))
|
|
812
819
|
return;
|
|
813
|
-
if (
|
|
814
|
-
var h =
|
|
815
|
-
h &&
|
|
820
|
+
if (l instanceof mr && Yt(l), l.__dirty) {
|
|
821
|
+
var h = l.prevStates;
|
|
822
|
+
h && l.useStates(h);
|
|
816
823
|
}
|
|
817
824
|
if (n) {
|
|
818
|
-
|
|
819
|
-
var
|
|
820
|
-
|
|
825
|
+
l.stateTransition = d;
|
|
826
|
+
var p = l.getTextContent(), v = l.getTextGuideLine();
|
|
827
|
+
p && (p.stateTransition = d), v && (v.stateTransition = d);
|
|
821
828
|
}
|
|
822
|
-
|
|
829
|
+
l.__dirty && c(l);
|
|
823
830
|
}
|
|
824
831
|
});
|
|
825
832
|
}
|
|
826
|
-
|
|
833
|
+
qe = function(e) {
|
|
827
834
|
return new /** @class */
|
|
828
835
|
((function(i) {
|
|
829
|
-
|
|
836
|
+
me(t, i);
|
|
830
837
|
function t() {
|
|
831
838
|
return i !== null && i.apply(this, arguments) || this;
|
|
832
839
|
}
|
|
@@ -834,23 +841,23 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
834
841
|
return e._coordSysMgr.getCoordinateSystems();
|
|
835
842
|
}, t.prototype.getComponentByElement = function(n) {
|
|
836
843
|
for (; n; ) {
|
|
837
|
-
var
|
|
838
|
-
if (
|
|
839
|
-
return e._model.getComponent(
|
|
844
|
+
var s = n.__ecComponentInfo;
|
|
845
|
+
if (s != null)
|
|
846
|
+
return e._model.getComponent(s.mainType, s.index);
|
|
840
847
|
n = n.parent;
|
|
841
848
|
}
|
|
842
|
-
}, t.prototype.enterEmphasis = function(n,
|
|
843
|
-
|
|
844
|
-
}, t.prototype.leaveEmphasis = function(n,
|
|
845
|
-
|
|
849
|
+
}, t.prototype.enterEmphasis = function(n, s) {
|
|
850
|
+
ze(n, s), D(e);
|
|
851
|
+
}, t.prototype.leaveEmphasis = function(n, s) {
|
|
852
|
+
be(n, s), D(e);
|
|
846
853
|
}, t.prototype.enterBlur = function(n) {
|
|
847
|
-
|
|
854
|
+
Bt(n), D(e);
|
|
848
855
|
}, t.prototype.leaveBlur = function(n) {
|
|
849
|
-
|
|
856
|
+
Gt(n), D(e);
|
|
850
857
|
}, t.prototype.enterSelect = function(n) {
|
|
851
|
-
|
|
858
|
+
Wt(n), D(e);
|
|
852
859
|
}, t.prototype.leaveSelect = function(n) {
|
|
853
|
-
|
|
860
|
+
Xt(n), D(e);
|
|
854
861
|
}, t.prototype.getModel = function() {
|
|
855
862
|
return e.getModel();
|
|
856
863
|
}, t.prototype.getViewOfComponentModel = function(n) {
|
|
@@ -858,133 +865,160 @@ var k, le, K, V, pe, he, ce, Y, B, He, Ge, ve, Ne, $, We, ft, M, Xe, dt = (
|
|
|
858
865
|
}, t.prototype.getViewOfSeriesModel = function(n) {
|
|
859
866
|
return e.getViewOfSeriesModel(n);
|
|
860
867
|
}, t;
|
|
861
|
-
})(
|
|
862
|
-
},
|
|
868
|
+
})(Ot))(e);
|
|
869
|
+
}, ct = function(e) {
|
|
863
870
|
function i(t, n) {
|
|
864
|
-
for (var
|
|
865
|
-
var
|
|
866
|
-
|
|
871
|
+
for (var s = 0; s < t.length; s++) {
|
|
872
|
+
var d = t[s];
|
|
873
|
+
d[pe] = n;
|
|
867
874
|
}
|
|
868
875
|
}
|
|
869
|
-
|
|
870
|
-
e._messageCenter.on(n, function(
|
|
871
|
-
if (
|
|
872
|
-
if (
|
|
876
|
+
y(G, function(t, n) {
|
|
877
|
+
e._messageCenter.on(n, function(s) {
|
|
878
|
+
if (ee[e.group] && e[pe] !== Ge) {
|
|
879
|
+
if (s && s.escapeConnect)
|
|
873
880
|
return;
|
|
874
|
-
var
|
|
875
|
-
|
|
876
|
-
h !== e && h.group === e.group &&
|
|
877
|
-
}), i(
|
|
878
|
-
h[
|
|
879
|
-
}), i(
|
|
881
|
+
var d = e.makeActionFromEvent(s), l = [];
|
|
882
|
+
y(V, function(h) {
|
|
883
|
+
h !== e && h.group === e.group && l.push(h);
|
|
884
|
+
}), i(l, Ge), y(l, function(h) {
|
|
885
|
+
h[pe] !== Mr && h.dispatchAction(d);
|
|
886
|
+
}), i(l, Lr);
|
|
880
887
|
}
|
|
881
888
|
});
|
|
882
889
|
});
|
|
883
890
|
};
|
|
884
891
|
})(), o;
|
|
885
|
-
})(
|
|
886
|
-
),
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
var
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
892
|
+
})(ye)
|
|
893
|
+
), we = j.prototype;
|
|
894
|
+
we.on = ut("on");
|
|
895
|
+
we.off = ut("off");
|
|
896
|
+
we.one = function(f, o, r) {
|
|
897
|
+
var a = this;
|
|
898
|
+
it("ECharts#one is deprecated.");
|
|
899
|
+
function c() {
|
|
900
|
+
for (var u = [], m = 0; m < arguments.length; m++)
|
|
901
|
+
u[m] = arguments[m];
|
|
902
|
+
o && o.apply && o.apply(this, u), a.off(f, c);
|
|
895
903
|
}
|
|
896
|
-
this.on.call(this,
|
|
904
|
+
this.on.call(this, f, c, r);
|
|
897
905
|
};
|
|
898
|
-
var
|
|
899
|
-
var
|
|
900
|
-
function
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
906
|
+
var Ir = ["click", "dblclick", "mouseover", "mouseout", "mousemove", "mousedown", "mouseup", "globalout", "contextmenu"];
|
|
907
|
+
var J = {}, G = {}, Te = [], Se = [], Q = [], ht = {}, Ce = {}, V = {}, ee = {}, xr = +/* @__PURE__ */ new Date() - 0, Ur = +/* @__PURE__ */ new Date() - 0, Ae = "_echarts_instance_";
|
|
908
|
+
function Ui(f, o, r) {
|
|
909
|
+
var a = !(r && r.ssr);
|
|
910
|
+
if (a) {
|
|
911
|
+
var c = vt(f);
|
|
912
|
+
if (c)
|
|
913
|
+
return c;
|
|
905
914
|
}
|
|
906
|
-
var
|
|
907
|
-
return
|
|
915
|
+
var u = new j(f, o, r);
|
|
916
|
+
return u.id = "ec_" + xr++, V[u.id] = u, a && tt(f, Ae, u.id), ct(u), M.trigger("afterinit", u), u;
|
|
917
|
+
}
|
|
918
|
+
function Vi(f) {
|
|
919
|
+
if (At(f)) {
|
|
920
|
+
var o = f;
|
|
921
|
+
f = null, y(o, function(r) {
|
|
922
|
+
r.group != null && (f = r.group);
|
|
923
|
+
}), f = f || "g_" + Ur++, y(o, function(r) {
|
|
924
|
+
r.group = f;
|
|
925
|
+
});
|
|
926
|
+
}
|
|
927
|
+
return ee[f] = !0, f;
|
|
928
|
+
}
|
|
929
|
+
function Vr(f) {
|
|
930
|
+
ee[f] = !1;
|
|
931
|
+
}
|
|
932
|
+
var ki = Vr;
|
|
933
|
+
function zi(f) {
|
|
934
|
+
je(f) ? f = V[f] : f instanceof j || (f = vt(f)), f instanceof j && !f.isDisposed() && f.dispose();
|
|
935
|
+
}
|
|
936
|
+
function vt(f) {
|
|
937
|
+
return V[$t(f, Ae)];
|
|
908
938
|
}
|
|
909
|
-
function
|
|
910
|
-
return
|
|
939
|
+
function bi(f) {
|
|
940
|
+
return V[f];
|
|
911
941
|
}
|
|
912
|
-
function
|
|
913
|
-
|
|
942
|
+
function _t(f, o) {
|
|
943
|
+
ht[f] = o;
|
|
914
944
|
}
|
|
915
|
-
function
|
|
916
|
-
|
|
945
|
+
function kr(f) {
|
|
946
|
+
Je(Se, f) < 0 && Se.push(f);
|
|
917
947
|
}
|
|
918
|
-
function
|
|
919
|
-
|
|
948
|
+
function zr(f, o) {
|
|
949
|
+
Pe(Te, f, o, Er);
|
|
920
950
|
}
|
|
921
|
-
function
|
|
922
|
-
|
|
951
|
+
function Fi(f) {
|
|
952
|
+
gt("afterinit", f);
|
|
923
953
|
}
|
|
924
|
-
function
|
|
925
|
-
|
|
954
|
+
function Hi(f) {
|
|
955
|
+
gt("afterupdate", f);
|
|
926
956
|
}
|
|
927
|
-
function
|
|
928
|
-
|
|
957
|
+
function gt(f, o) {
|
|
958
|
+
M.on(f, o);
|
|
929
959
|
}
|
|
930
|
-
function X(
|
|
931
|
-
|
|
932
|
-
var
|
|
960
|
+
function X(f, o, r) {
|
|
961
|
+
Qe(o) && (r = o, o = "");
|
|
962
|
+
var a = B(f) ? f.type : [f, f = {
|
|
933
963
|
event: o
|
|
934
964
|
}][0];
|
|
935
|
-
|
|
965
|
+
f.event = (f.event || a).toLowerCase(), o = f.event, !G[o] && (Et(Be.test(a) && Be.test(o)), J[a] || (J[a] = {
|
|
936
966
|
action: r,
|
|
937
|
-
actionInfo:
|
|
938
|
-
}), G[o] =
|
|
967
|
+
actionInfo: f
|
|
968
|
+
}), G[o] = a);
|
|
939
969
|
}
|
|
940
|
-
function
|
|
941
|
-
|
|
970
|
+
function Ni(f, o) {
|
|
971
|
+
Ee.register(f, o);
|
|
942
972
|
}
|
|
943
|
-
function
|
|
944
|
-
|
|
973
|
+
function Yi(f) {
|
|
974
|
+
var o = Ee.get(f);
|
|
975
|
+
if (o)
|
|
976
|
+
return o.getDimensionsInfo ? o.getDimensionsInfo() : o.dimensions.slice();
|
|
945
977
|
}
|
|
946
|
-
function
|
|
947
|
-
|
|
978
|
+
function Bi(f, o) {
|
|
979
|
+
Pe(Q, f, o, at, "layout");
|
|
948
980
|
}
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
981
|
+
function F(f, o) {
|
|
982
|
+
Pe(Q, f, o, st, "visual");
|
|
983
|
+
}
|
|
984
|
+
var $e = [];
|
|
985
|
+
function Pe(f, o, r, a, c) {
|
|
986
|
+
if ((Qe(o) || B(o)) && (r = o, o = a), !(Je($e, r) >= 0)) {
|
|
987
|
+
$e.push(r);
|
|
988
|
+
var u = rt.wrapStageHandler(r, c);
|
|
989
|
+
u.__prio = o, u.__raw = r, f.push(u);
|
|
955
990
|
}
|
|
956
991
|
}
|
|
957
|
-
function
|
|
958
|
-
|
|
992
|
+
function br(f, o) {
|
|
993
|
+
Ce[f] = o;
|
|
959
994
|
}
|
|
960
|
-
function
|
|
961
|
-
|
|
962
|
-
|
|
995
|
+
function Gi(f) {
|
|
996
|
+
vr({
|
|
997
|
+
createCanvas: f
|
|
998
|
+
});
|
|
963
999
|
}
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
update: ie
|
|
983
|
-
}, W);
|
|
1000
|
+
function Wi(f, o, r) {
|
|
1001
|
+
var a = nt("registerMap");
|
|
1002
|
+
a && a(f, o, r);
|
|
1003
|
+
}
|
|
1004
|
+
function Xi(f) {
|
|
1005
|
+
var o = nt("getMap");
|
|
1006
|
+
return o && o(f);
|
|
1007
|
+
}
|
|
1008
|
+
var Zi = lr;
|
|
1009
|
+
F(Re, Jt);
|
|
1010
|
+
F(te, Qt);
|
|
1011
|
+
F(te, er);
|
|
1012
|
+
F(Re, ar);
|
|
1013
|
+
F(te, sr);
|
|
1014
|
+
F(ot, cr);
|
|
1015
|
+
kr(et);
|
|
1016
|
+
zr(Cr, Mt);
|
|
1017
|
+
br("default", tr);
|
|
984
1018
|
X({
|
|
985
|
-
type:
|
|
986
|
-
event:
|
|
987
|
-
update:
|
|
1019
|
+
type: b,
|
|
1020
|
+
event: b,
|
|
1021
|
+
update: b
|
|
988
1022
|
}, W);
|
|
989
1023
|
X({
|
|
990
1024
|
type: ae,
|
|
@@ -996,24 +1030,46 @@ X({
|
|
|
996
1030
|
event: se,
|
|
997
1031
|
update: se
|
|
998
1032
|
}, W);
|
|
999
|
-
|
|
1000
|
-
|
|
1033
|
+
X({
|
|
1034
|
+
type: oe,
|
|
1035
|
+
event: oe,
|
|
1036
|
+
update: oe
|
|
1037
|
+
}, W);
|
|
1038
|
+
X({
|
|
1039
|
+
type: ue,
|
|
1040
|
+
event: ue,
|
|
1041
|
+
update: ue
|
|
1042
|
+
}, W);
|
|
1043
|
+
_t("light", rr);
|
|
1044
|
+
_t("dark", ir);
|
|
1045
|
+
var qi = {};
|
|
1001
1046
|
export {
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1047
|
+
xi as PRIORITY,
|
|
1048
|
+
Vi as connect,
|
|
1049
|
+
qi as dataTool,
|
|
1050
|
+
Ii as dependencies,
|
|
1051
|
+
ki as disConnect,
|
|
1052
|
+
Vr as disconnect,
|
|
1053
|
+
zi as dispose,
|
|
1054
|
+
Yi as getCoordinateSystemDimensions,
|
|
1055
|
+
vt as getInstanceByDom,
|
|
1056
|
+
bi as getInstanceById,
|
|
1057
|
+
Xi as getMap,
|
|
1058
|
+
Ui as init,
|
|
1005
1059
|
X as registerAction,
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
F as registerVisual
|
|
1060
|
+
Ni as registerCoordinateSystem,
|
|
1061
|
+
Bi as registerLayout,
|
|
1062
|
+
br as registerLoading,
|
|
1063
|
+
ji as registerLocale,
|
|
1064
|
+
Wi as registerMap,
|
|
1065
|
+
Fi as registerPostInit,
|
|
1066
|
+
Hi as registerPostUpdate,
|
|
1067
|
+
kr as registerPreprocessor,
|
|
1068
|
+
zr as registerProcessor,
|
|
1069
|
+
_t as registerTheme,
|
|
1070
|
+
Zi as registerTransform,
|
|
1071
|
+
gt as registerUpdateLifecycle,
|
|
1072
|
+
F as registerVisual,
|
|
1073
|
+
Gi as setCanvasCreator,
|
|
1074
|
+
Li as version
|
|
1019
1075
|
};
|