web-core-tcm 0.0.62 → 0.0.64
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/createApis.js +1 -7
- package/dist/src/api/authorization/alova/globals.d.ts +331 -250
- package/dist/src/api/authorization/alova/implement/index.js +4 -0
- package/dist/src/api/authorization/alova/index.d.ts +1 -1
- package/dist/src/api/authorization/alova/index.js +7 -6
- package/dist/src/api/check/alova/createApis.js +1 -7
- package/dist/src/api/check/alova/globals.d.ts +1227 -1126
- package/dist/src/api/check/alova/implement/index.js +5 -0
- package/dist/src/api/check/alova/index.d.ts +1 -1
- package/dist/src/api/check/alova/index.js +9 -11
- package/dist/src/api/check/check.js +2 -2
- package/dist/src/api/config/index.d.ts +1 -0
- package/dist/src/api/config/index.js +3 -1
- package/dist/src/api/doctor/alova/createApis.js +1 -7
- package/dist/src/api/doctor/alova/globals.d.ts +510 -419
- package/dist/src/api/doctor/alova/implement/index.js +4 -0
- package/dist/src/api/doctor/alova/index.d.ts +1 -1
- package/dist/src/api/doctor/alova/index.js +4 -4
- package/dist/src/api/index.d.ts +1 -0
- package/dist/src/api/index.js +30 -0
- package/dist/src/api/manager/alova/apiDefinitions.d.ts +62 -0
- package/dist/src/api/manager/alova/apiDefinitions.js +50 -0
- package/dist/src/api/manager/alova/createApis.d.ts +10 -0
- package/dist/src/api/manager/alova/createApis.js +49 -0
- package/dist/src/api/manager/alova/globals.d.ts +4890 -0
- package/dist/src/api/manager/alova/implement/department.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/department.js +44 -0
- package/dist/src/api/manager/alova/implement/division.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/division.js +44 -0
- package/dist/src/api/manager/alova/implement/hospital.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/hospital.js +44 -0
- package/dist/src/api/manager/alova/implement/index.d.ts +3 -0
- package/dist/src/api/manager/alova/implement/index.js +8 -0
- package/dist/src/api/manager/alova/index.d.ts +6 -0
- package/dist/src/api/manager/alova/index.js +19 -0
- package/dist/src/api/manager/department.d.ts +30 -0
- package/dist/src/api/manager/department.js +35 -0
- package/dist/src/api/manager/division.d.ts +30 -0
- package/dist/src/api/manager/division.js +34 -0
- package/dist/src/api/manager/hospital.d.ts +32 -0
- package/dist/src/api/manager/hospital.js +36 -0
- package/dist/src/api/manager/index.d.ts +4 -0
- package/dist/src/api/manager/index.js +17 -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/createApis.js +1 -7
- package/dist/src/api/oauth/alova/globals.d.ts +403 -312
- package/dist/src/api/oauth/alova/implement/index.js +4 -0
- package/dist/src/api/oauth/alova/index.d.ts +1 -1
- package/dist/src/api/oauth/alova/index.js +12 -11
- package/dist/src/api/outpatient/alova/createApis.js +1 -7
- package/dist/src/api/outpatient/alova/globals.d.ts +634 -543
- package/dist/src/api/outpatient/alova/implement/index.js +4 -0
- package/dist/src/api/outpatient/alova/index.d.ts +1 -1
- package/dist/src/api/outpatient/alova/index.js +8 -9
- package/dist/src/api/patient/alova/createApis.js +1 -7
- package/dist/src/api/patient/alova/globals.d.ts +1627 -1480
- 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.d.ts +1 -1
- package/dist/src/api/patient/alova/index.js +10 -14
- 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/apiDefinitions.d.ts +1 -0
- package/dist/src/api/prescription/alova/apiDefinitions.js +1 -0
- package/dist/src/api/prescription/alova/createApis.js +1 -7
- package/dist/src/api/prescription/alova/globals.d.ts +959 -812
- package/dist/src/api/prescription/alova/implement/index.js +6 -0
- package/dist/src/api/prescription/alova/index.d.ts +1 -1
- package/dist/src/api/prescription/alova/index.js +4 -4
- package/dist/src/api/scientist/alova/createApis.js +1 -7
- package/dist/src/api/scientist/alova/globals.d.ts +406 -315
- package/dist/src/api/scientist/alova/implement/index.js +4 -0
- package/dist/src/api/scientist/alova/index.d.ts +1 -1
- package/dist/src/api/scientist/alova/index.js +7 -8
- 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 +65 -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,336 +1,341 @@
|
|
|
1
1
|
import { SERIES_UNIVERSAL_TRANSITION_PROP as P } from "../model/Series.js";
|
|
2
|
-
import { each as
|
|
3
|
-
import { applyMorphAnimation as R, getPathList as
|
|
4
|
-
import
|
|
2
|
+
import { each as m, extend as B, createHashMap as N, filter as H, map as V, isArray as L } from "../../../zrender/lib/core/util.js";
|
|
3
|
+
import { applyMorphAnimation as R, getPathList as O } from "./morphTransitionHelper.js";
|
|
4
|
+
import X from "../../../zrender/lib/graphic/Path.js";
|
|
5
5
|
import "../util/graphic.js";
|
|
6
|
-
import
|
|
7
|
-
import { makeInner as
|
|
8
|
-
import {
|
|
9
|
-
import re from "
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
import b from "../data/DataDiffer.js";
|
|
7
|
+
import { makeInner as $, normalizeToArray as k } from "../util/model.js";
|
|
8
|
+
import { warn as ee } from "../util/log.js";
|
|
9
|
+
import { initProps as te, getAnimationConfig as Y, getOldStyle as re } from "./basicTransition.js";
|
|
10
|
+
import ae from "../../../zrender/lib/graphic/Displayable.js";
|
|
11
|
+
var Z = 1e4, ie = 0, j = 1, q = 2, ne = $();
|
|
12
|
+
function oe(t, a) {
|
|
13
|
+
for (var i = t.dimensions, e = 0; e < i.length; e++) {
|
|
14
|
+
var r = t.getDimensionInfo(i[e]);
|
|
14
15
|
if (r && r.otherDims[a] === 0)
|
|
15
|
-
return
|
|
16
|
+
return i[e];
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
function
|
|
19
|
-
var e = t.getDimensionInfo(
|
|
19
|
+
function de(t, a, i) {
|
|
20
|
+
var e = t.getDimensionInfo(i), r = e && e.ordinalMeta;
|
|
20
21
|
if (e) {
|
|
21
|
-
var
|
|
22
|
-
return r && r.categories[
|
|
22
|
+
var u = t.get(e.name, a);
|
|
23
|
+
return r && r.categories[u] || u + "";
|
|
23
24
|
}
|
|
24
25
|
}
|
|
25
|
-
function
|
|
26
|
-
var r = e ? "itemChildGroupId" : "itemGroupId",
|
|
27
|
-
if (
|
|
28
|
-
var
|
|
29
|
-
return
|
|
26
|
+
function w(t, a, i, e) {
|
|
27
|
+
var r = e ? "itemChildGroupId" : "itemGroupId", u = oe(t, r);
|
|
28
|
+
if (u) {
|
|
29
|
+
var n = de(t, a, u);
|
|
30
|
+
return n;
|
|
30
31
|
}
|
|
31
|
-
var
|
|
32
|
-
if (
|
|
33
|
-
return
|
|
32
|
+
var d = t.getRawDataItem(a), l = e ? "childGroupId" : "groupId";
|
|
33
|
+
if (d && d[l])
|
|
34
|
+
return d[l] + "";
|
|
34
35
|
if (!e)
|
|
35
|
-
return
|
|
36
|
+
return i || t.getId(a);
|
|
36
37
|
}
|
|
37
|
-
function
|
|
38
|
+
function z(t) {
|
|
38
39
|
var a = [];
|
|
39
|
-
return
|
|
40
|
-
var e =
|
|
41
|
-
if (!(e.count() >
|
|
42
|
-
for (var
|
|
40
|
+
return m(t, function(i) {
|
|
41
|
+
var e = i.data, r = i.dataGroupId;
|
|
42
|
+
if (!(e.count() > Z))
|
|
43
|
+
for (var u = e.getIndices(), n = 0; n < u.length; n++)
|
|
43
44
|
a.push({
|
|
44
45
|
data: e,
|
|
45
|
-
groupId:
|
|
46
|
-
childGroupId:
|
|
47
|
-
divide:
|
|
48
|
-
dataIndex:
|
|
46
|
+
groupId: w(e, n, r, !1),
|
|
47
|
+
childGroupId: w(e, n, r, !0),
|
|
48
|
+
divide: i.divide,
|
|
49
|
+
dataIndex: n
|
|
49
50
|
});
|
|
50
51
|
}), a;
|
|
51
52
|
}
|
|
52
|
-
function C(t, a,
|
|
53
|
+
function C(t, a, i) {
|
|
53
54
|
t.traverse(function(e) {
|
|
54
|
-
e instanceof
|
|
55
|
+
e instanceof X && te(e, {
|
|
55
56
|
style: {
|
|
56
57
|
opacity: 0
|
|
57
58
|
}
|
|
58
59
|
}, a, {
|
|
59
|
-
dataIndex:
|
|
60
|
+
dataIndex: i,
|
|
60
61
|
isFrom: !0
|
|
61
62
|
});
|
|
62
63
|
});
|
|
63
64
|
}
|
|
64
|
-
function
|
|
65
|
+
function U(t) {
|
|
65
66
|
if (t.parent) {
|
|
66
67
|
var a = t.getComputedTransform();
|
|
67
68
|
t.setLocalTransform(a), t.parent.remove(t);
|
|
68
69
|
}
|
|
69
70
|
}
|
|
70
|
-
function
|
|
71
|
+
function x(t) {
|
|
71
72
|
t.stopAnimation(), t.isGroup && t.traverse(function(a) {
|
|
72
73
|
a.stopAnimation();
|
|
73
74
|
});
|
|
74
75
|
}
|
|
75
|
-
function
|
|
76
|
-
var e =
|
|
76
|
+
function ue(t, a, i) {
|
|
77
|
+
var e = Y("update", i, a);
|
|
77
78
|
e && t.traverse(function(r) {
|
|
78
|
-
if (r instanceof
|
|
79
|
-
var
|
|
80
|
-
|
|
81
|
-
style:
|
|
79
|
+
if (r instanceof ae) {
|
|
80
|
+
var u = re(r);
|
|
81
|
+
u && r.animateFrom({
|
|
82
|
+
style: u
|
|
82
83
|
}, e);
|
|
83
84
|
}
|
|
84
85
|
});
|
|
85
86
|
}
|
|
86
|
-
function
|
|
87
|
-
var
|
|
88
|
-
if (
|
|
87
|
+
function se(t, a) {
|
|
88
|
+
var i = t.length;
|
|
89
|
+
if (i !== a.length)
|
|
89
90
|
return !1;
|
|
90
|
-
for (var e = 0; e <
|
|
91
|
-
var r = t[e],
|
|
92
|
-
if (r.data.getId(r.dataIndex) !==
|
|
91
|
+
for (var e = 0; e < i; e++) {
|
|
92
|
+
var r = t[e], u = a[e];
|
|
93
|
+
if (r.data.getId(r.dataIndex) !== u.data.getId(u.dataIndex))
|
|
93
94
|
return !1;
|
|
94
95
|
}
|
|
95
96
|
return !0;
|
|
96
97
|
}
|
|
97
|
-
function
|
|
98
|
-
var e =
|
|
99
|
-
function
|
|
100
|
-
(
|
|
101
|
-
style:
|
|
102
|
-
},
|
|
98
|
+
function _(t, a, i) {
|
|
99
|
+
var e = z(t), r = z(a);
|
|
100
|
+
function u(s, S, o, f, c) {
|
|
101
|
+
(o || s) && S.animateFrom({
|
|
102
|
+
style: o && o !== s ? B(B({}, o.style), s.style) : s.style
|
|
103
|
+
}, c);
|
|
103
104
|
}
|
|
104
|
-
var
|
|
105
|
+
var n = !1, d = ie, l = N(), G = N();
|
|
105
106
|
e.forEach(function(s) {
|
|
106
|
-
s.groupId &&
|
|
107
|
+
s.groupId && l.set(s.groupId, !0), s.childGroupId && G.set(s.childGroupId, !0);
|
|
107
108
|
});
|
|
108
109
|
for (var I = 0; I < r.length; I++) {
|
|
109
|
-
var
|
|
110
|
-
if (
|
|
111
|
-
|
|
110
|
+
var h = r[I].groupId;
|
|
111
|
+
if (G.get(h)) {
|
|
112
|
+
d = j;
|
|
112
113
|
break;
|
|
113
114
|
}
|
|
114
|
-
var
|
|
115
|
-
if (
|
|
116
|
-
|
|
115
|
+
var y = r[I].childGroupId;
|
|
116
|
+
if (y && l.get(y)) {
|
|
117
|
+
d = q;
|
|
117
118
|
break;
|
|
118
119
|
}
|
|
119
120
|
}
|
|
120
|
-
function
|
|
121
|
-
return function(
|
|
122
|
-
var f =
|
|
123
|
-
return
|
|
121
|
+
function g(s, S) {
|
|
122
|
+
return function(o) {
|
|
123
|
+
var f = o.data, c = o.dataIndex;
|
|
124
|
+
return S ? f.getId(c) : s ? d === j ? o.childGroupId : o.groupId : d === q ? o.childGroupId : o.groupId;
|
|
124
125
|
};
|
|
125
126
|
}
|
|
126
|
-
var
|
|
127
|
-
if (!
|
|
127
|
+
var T = se(e, r), A = {};
|
|
128
|
+
if (!T)
|
|
128
129
|
for (var I = 0; I < r.length; I++) {
|
|
129
|
-
var
|
|
130
|
-
|
|
130
|
+
var M = r[I], K = M.data.getItemGraphicEl(M.dataIndex);
|
|
131
|
+
K && (A[K.id] = !0);
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
-
var
|
|
133
|
+
function F(s, S) {
|
|
134
|
+
var o = e[S], f = r[s], c = f.data.hostModel, p = o.data.getItemGraphicEl(o.dataIndex), v = f.data.getItemGraphicEl(f.dataIndex);
|
|
134
135
|
if (p === v) {
|
|
135
|
-
v &&
|
|
136
|
+
v && ue(v, f.dataIndex, c);
|
|
136
137
|
return;
|
|
137
138
|
}
|
|
138
139
|
// We can't use the elements that already being morphed
|
|
139
|
-
p &&
|
|
140
|
+
p && A[p.id] || v && (x(v), p ? (x(p), U(p), n = !0, R(O(p), O(v), f.divide, c, s, u)) : C(v, c, s));
|
|
140
141
|
}
|
|
141
|
-
new
|
|
142
|
-
var
|
|
142
|
+
new b(e, r, g(!0, T), g(!1, T), null, "multiple").update(F).updateManyToOne(function(s, S) {
|
|
143
|
+
var o = r[s], f = o.data, c = f.hostModel, p = f.getItemGraphicEl(o.dataIndex), v = H(V(S, function(D) {
|
|
143
144
|
return e[D].data.getItemGraphicEl(e[D].dataIndex);
|
|
144
145
|
}), function(D) {
|
|
145
|
-
return D && D !== p && !
|
|
146
|
+
return D && D !== p && !A[D.id];
|
|
146
147
|
});
|
|
147
|
-
p && (
|
|
148
|
-
|
|
149
|
-
}),
|
|
150
|
-
}).updateOneToMany(function(s,
|
|
151
|
-
var
|
|
152
|
-
if (!(f &&
|
|
153
|
-
var
|
|
148
|
+
p && (x(p), v.length ? (m(v, function(D) {
|
|
149
|
+
x(D), U(D);
|
|
150
|
+
}), n = !0, R(O(v), O(p), o.divide, c, s, u)) : C(p, c, o.dataIndex));
|
|
151
|
+
}).updateOneToMany(function(s, S) {
|
|
152
|
+
var o = e[S], f = o.data.getItemGraphicEl(o.dataIndex);
|
|
153
|
+
if (!(f && A[f.id])) {
|
|
154
|
+
var c = H(V(s, function(v) {
|
|
154
155
|
return r[v].data.getItemGraphicEl(r[v].dataIndex);
|
|
155
156
|
}), function(v) {
|
|
156
157
|
return v && v !== f;
|
|
157
158
|
}), p = r[s[0]].data.hostModel;
|
|
158
|
-
|
|
159
|
-
return
|
|
160
|
-
}), f ? (
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
159
|
+
c.length && (m(c, function(v) {
|
|
160
|
+
return x(v);
|
|
161
|
+
}), f ? (x(f), U(f), n = !0, R(
|
|
162
|
+
O(f),
|
|
163
|
+
O(c),
|
|
164
|
+
o.divide,
|
|
164
165
|
// Use divide on old.
|
|
165
166
|
p,
|
|
166
167
|
s[0],
|
|
167
|
-
|
|
168
|
-
)) :
|
|
168
|
+
u
|
|
169
|
+
)) : m(c, function(v) {
|
|
169
170
|
return C(v, p, s[0]);
|
|
170
171
|
}));
|
|
171
172
|
}
|
|
172
|
-
}).updateManyToMany(function(s,
|
|
173
|
-
new
|
|
174
|
-
return e[
|
|
175
|
-
}, function(
|
|
176
|
-
return r[
|
|
177
|
-
}).update(function(
|
|
178
|
-
|
|
173
|
+
}).updateManyToMany(function(s, S) {
|
|
174
|
+
new b(S, s, function(o) {
|
|
175
|
+
return e[o].data.getId(e[o].dataIndex);
|
|
176
|
+
}, function(o) {
|
|
177
|
+
return r[o].data.getId(r[o].dataIndex);
|
|
178
|
+
}).update(function(o, f) {
|
|
179
|
+
F(s[o], S[f]);
|
|
179
180
|
}).execute();
|
|
180
|
-
}).execute(),
|
|
181
|
-
var
|
|
182
|
-
f &&
|
|
183
|
-
p instanceof
|
|
181
|
+
}).execute(), n && m(a, function(s) {
|
|
182
|
+
var S = s.data, o = S.hostModel, f = o && i.getViewOfSeriesModel(o), c = Y("update", o, 0);
|
|
183
|
+
f && o.isAnimationEnabled() && c && c.duration > 0 && f.group.traverse(function(p) {
|
|
184
|
+
p instanceof X && !p.animators.length && p.animateFrom({
|
|
184
185
|
style: {
|
|
185
186
|
opacity: 0
|
|
186
187
|
}
|
|
187
|
-
},
|
|
188
|
+
}, c);
|
|
188
189
|
});
|
|
189
190
|
});
|
|
190
191
|
}
|
|
191
|
-
function
|
|
192
|
+
function J(t) {
|
|
192
193
|
var a = t.getModel("universalTransition").get("seriesKey");
|
|
193
194
|
return a || t.id;
|
|
194
195
|
}
|
|
195
|
-
function
|
|
196
|
+
function Q(t) {
|
|
196
197
|
return L(t) ? t.sort().join(",") : t;
|
|
197
198
|
}
|
|
198
|
-
function
|
|
199
|
+
function E(t) {
|
|
199
200
|
if (t.hostModel)
|
|
200
201
|
return t.hostModel.getModel("universalTransition").get("divideShape");
|
|
201
202
|
}
|
|
202
|
-
function
|
|
203
|
-
var
|
|
204
|
-
|
|
205
|
-
var
|
|
206
|
-
e.set(
|
|
207
|
-
dataGroupId:
|
|
208
|
-
data:
|
|
209
|
-
}), L(
|
|
210
|
-
r.set(
|
|
211
|
-
key:
|
|
212
|
-
dataGroupId:
|
|
213
|
-
data:
|
|
203
|
+
function fe(t, a) {
|
|
204
|
+
var i = N(), e = N(), r = N();
|
|
205
|
+
m(t.oldSeries, function(n, d) {
|
|
206
|
+
var l = t.oldDataGroupIds[d], G = t.oldData[d], I = J(n), h = Q(I);
|
|
207
|
+
e.set(h, {
|
|
208
|
+
dataGroupId: l,
|
|
209
|
+
data: G
|
|
210
|
+
}), L(I) && m(I, function(y) {
|
|
211
|
+
r.set(y, {
|
|
212
|
+
key: h,
|
|
213
|
+
dataGroupId: l,
|
|
214
|
+
data: G
|
|
214
215
|
});
|
|
215
216
|
});
|
|
216
|
-
})
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
217
|
+
});
|
|
218
|
+
function u(n) {
|
|
219
|
+
i.get(n) && ee("Duplicated seriesKey in universalTransition " + n);
|
|
220
|
+
}
|
|
221
|
+
return m(a.updatedSeries, function(n) {
|
|
222
|
+
if (n.isUniversalTransitionEnabled() && n.isAnimationEnabled()) {
|
|
223
|
+
var d = n.get("dataGroupId"), l = n.getData(), G = J(n), I = Q(G), h = e.get(I);
|
|
224
|
+
if (h)
|
|
225
|
+
i.set(I, {
|
|
221
226
|
oldSeries: [{
|
|
222
|
-
dataGroupId:
|
|
223
|
-
divide:
|
|
224
|
-
data:
|
|
227
|
+
dataGroupId: h.dataGroupId,
|
|
228
|
+
divide: E(h.data),
|
|
229
|
+
data: h.data
|
|
225
230
|
}],
|
|
226
231
|
newSeries: [{
|
|
227
|
-
dataGroupId:
|
|
228
|
-
divide:
|
|
229
|
-
data:
|
|
232
|
+
dataGroupId: d,
|
|
233
|
+
divide: E(l),
|
|
234
|
+
data: l
|
|
230
235
|
}]
|
|
231
236
|
});
|
|
232
|
-
else if (L(
|
|
233
|
-
var
|
|
234
|
-
|
|
235
|
-
var
|
|
236
|
-
|
|
237
|
-
dataGroupId:
|
|
238
|
-
divide: M
|
|
239
|
-
data:
|
|
237
|
+
else if (L(G)) {
|
|
238
|
+
var y = [];
|
|
239
|
+
m(G, function(A) {
|
|
240
|
+
var M = e.get(A);
|
|
241
|
+
M.data && y.push({
|
|
242
|
+
dataGroupId: M.dataGroupId,
|
|
243
|
+
divide: E(M.data),
|
|
244
|
+
data: M.data
|
|
240
245
|
});
|
|
241
|
-
}),
|
|
242
|
-
oldSeries:
|
|
246
|
+
}), y.length && i.set(I, {
|
|
247
|
+
oldSeries: y,
|
|
243
248
|
newSeries: [{
|
|
244
|
-
dataGroupId:
|
|
245
|
-
data:
|
|
246
|
-
divide:
|
|
249
|
+
dataGroupId: d,
|
|
250
|
+
data: l,
|
|
251
|
+
divide: E(l)
|
|
247
252
|
}]
|
|
248
253
|
});
|
|
249
254
|
} else {
|
|
250
|
-
var
|
|
251
|
-
if (
|
|
252
|
-
var
|
|
253
|
-
|
|
255
|
+
var g = r.get(G);
|
|
256
|
+
if (g) {
|
|
257
|
+
var T = i.get(g.key);
|
|
258
|
+
T || (T = {
|
|
254
259
|
oldSeries: [{
|
|
255
|
-
dataGroupId:
|
|
256
|
-
data:
|
|
257
|
-
divide:
|
|
260
|
+
dataGroupId: g.dataGroupId,
|
|
261
|
+
data: g.data,
|
|
262
|
+
divide: E(g.data)
|
|
258
263
|
}],
|
|
259
264
|
newSeries: []
|
|
260
|
-
},
|
|
261
|
-
dataGroupId:
|
|
262
|
-
data:
|
|
263
|
-
divide:
|
|
265
|
+
}, i.set(g.key, T)), T.newSeries.push({
|
|
266
|
+
dataGroupId: d,
|
|
267
|
+
data: l,
|
|
268
|
+
divide: E(l)
|
|
264
269
|
});
|
|
265
270
|
}
|
|
266
271
|
}
|
|
267
272
|
}
|
|
268
|
-
}),
|
|
273
|
+
}), i;
|
|
269
274
|
}
|
|
270
|
-
function
|
|
271
|
-
for (var
|
|
272
|
-
var e = a.seriesIndex != null && a.seriesIndex === t[
|
|
275
|
+
function W(t, a) {
|
|
276
|
+
for (var i = 0; i < t.length; i++) {
|
|
277
|
+
var e = a.seriesIndex != null && a.seriesIndex === t[i].seriesIndex || a.seriesId != null && a.seriesId === t[i].id;
|
|
273
278
|
if (e)
|
|
274
|
-
return
|
|
279
|
+
return i;
|
|
275
280
|
}
|
|
276
281
|
}
|
|
277
|
-
function
|
|
278
|
-
var r = [],
|
|
279
|
-
|
|
280
|
-
var
|
|
281
|
-
|
|
282
|
-
dataGroupId: a.oldDataGroupIds[
|
|
283
|
-
data: a.oldData[
|
|
282
|
+
function ve(t, a, i, e) {
|
|
283
|
+
var r = [], u = [];
|
|
284
|
+
m(k(t.from), function(n) {
|
|
285
|
+
var d = W(a.oldSeries, n);
|
|
286
|
+
d >= 0 && r.push({
|
|
287
|
+
dataGroupId: a.oldDataGroupIds[d],
|
|
288
|
+
data: a.oldData[d],
|
|
284
289
|
// TODO can specify divideShape in transition.
|
|
285
|
-
divide:
|
|
286
|
-
groupIdDim:
|
|
290
|
+
divide: E(a.oldData[d]),
|
|
291
|
+
groupIdDim: n.dimension
|
|
287
292
|
});
|
|
288
|
-
}),
|
|
289
|
-
var
|
|
290
|
-
if (
|
|
291
|
-
var
|
|
292
|
-
|
|
293
|
-
dataGroupId: a.oldDataGroupIds[
|
|
294
|
-
data:
|
|
295
|
-
divide:
|
|
296
|
-
groupIdDim:
|
|
293
|
+
}), m(k(t.to), function(n) {
|
|
294
|
+
var d = W(i.updatedSeries, n);
|
|
295
|
+
if (d >= 0) {
|
|
296
|
+
var l = i.updatedSeries[d].getData();
|
|
297
|
+
u.push({
|
|
298
|
+
dataGroupId: a.oldDataGroupIds[d],
|
|
299
|
+
data: l,
|
|
300
|
+
divide: E(l),
|
|
301
|
+
groupIdDim: n.dimension
|
|
297
302
|
});
|
|
298
303
|
}
|
|
299
|
-
}), r.length > 0 &&
|
|
304
|
+
}), r.length > 0 && u.length > 0 && _(r, u, e);
|
|
300
305
|
}
|
|
301
|
-
function
|
|
302
|
-
t.registerUpdateLifecycle("series:beforeupdate", function(a,
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
for (var
|
|
306
|
-
(
|
|
306
|
+
function Te(t) {
|
|
307
|
+
t.registerUpdateLifecycle("series:beforeupdate", function(a, i, e) {
|
|
308
|
+
m(k(e.seriesTransition), function(r) {
|
|
309
|
+
m(k(r.to), function(u) {
|
|
310
|
+
for (var n = e.updatedSeries, d = 0; d < n.length; d++)
|
|
311
|
+
(u.seriesIndex != null && u.seriesIndex === n[d].seriesIndex || u.seriesId != null && u.seriesId === n[d].id) && (n[d][P] = !0);
|
|
307
312
|
});
|
|
308
313
|
});
|
|
309
|
-
}), t.registerUpdateLifecycle("series:transition", function(a,
|
|
310
|
-
var r = ne(
|
|
314
|
+
}), t.registerUpdateLifecycle("series:transition", function(a, i, e) {
|
|
315
|
+
var r = ne(i);
|
|
311
316
|
if (r.oldSeries && e.updatedSeries && e.optionChanged) {
|
|
312
|
-
var
|
|
313
|
-
if (
|
|
314
|
-
|
|
315
|
-
|
|
317
|
+
var u = e.seriesTransition;
|
|
318
|
+
if (u)
|
|
319
|
+
m(k(u), function(g) {
|
|
320
|
+
ve(g, r, e, i);
|
|
316
321
|
});
|
|
317
322
|
else {
|
|
318
|
-
var
|
|
319
|
-
|
|
320
|
-
var
|
|
321
|
-
|
|
323
|
+
var n = fe(r, e);
|
|
324
|
+
m(n.keys(), function(g) {
|
|
325
|
+
var T = n.get(g);
|
|
326
|
+
_(T.oldSeries, T.newSeries, i);
|
|
322
327
|
});
|
|
323
328
|
}
|
|
324
|
-
|
|
325
|
-
|
|
329
|
+
m(e.updatedSeries, function(g) {
|
|
330
|
+
g[P] && (g[P] = !1);
|
|
326
331
|
});
|
|
327
332
|
}
|
|
328
|
-
for (var
|
|
329
|
-
var
|
|
330
|
-
|
|
333
|
+
for (var d = a.getSeries(), l = r.oldSeries = [], G = r.oldDataGroupIds = [], I = r.oldData = [], h = 0; h < d.length; h++) {
|
|
334
|
+
var y = d[h].getData();
|
|
335
|
+
y.count() < Z && (l.push(d[h]), G.push(d[h].get("dataGroupId")), I.push(y));
|
|
331
336
|
}
|
|
332
337
|
});
|
|
333
338
|
}
|
|
334
339
|
export {
|
|
335
|
-
|
|
340
|
+
Te as installUniversalTransition
|
|
336
341
|
};
|