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,11 +1,11 @@
|
|
|
1
1
|
import { __extends as Cr } from "../../../../tslib/tslib.es6.js";
|
|
2
|
-
import {
|
|
3
|
-
import { traverseElements as
|
|
4
|
-
import {
|
|
5
|
-
import { createTextStyle as
|
|
2
|
+
import { hasOwn as S, defaults as E, isString as Pr, retrieve2 as Sr, retrieve3 as dr, each as br, indexOf as Dr } from "../../../../zrender/lib/core/util.js";
|
|
3
|
+
import { traverseElements as Lr, makePath as wr, getShapeClass as Ar } from "../../util/graphic.js";
|
|
4
|
+
import { setDefaultStateProxy as Tr, toggleHoverEmphasis as _r } from "../../util/states.js";
|
|
5
|
+
import { createTextStyle as O, createTextConfig as j, getFont as Fr } from "../../label/labelStyle.js";
|
|
6
6
|
import { getDefaultLabel as I } from "../helper/labelHelper.js";
|
|
7
7
|
import { getLayoutOnAxis as Mr } from "../../layout/barGrid.js";
|
|
8
|
-
import
|
|
8
|
+
import Rr from "../../data/DataDiffer.js";
|
|
9
9
|
import Er from "../../view/Chart.js";
|
|
10
10
|
import { createClipPath as Ur } from "../helper/createClipPathFromCoordSys.js";
|
|
11
11
|
import zr from "../../coord/cartesian/prepareCustom.js";
|
|
@@ -14,27 +14,27 @@ import Zr from "../../coord/single/prepareCustom.js";
|
|
|
14
14
|
import Vr from "../../coord/polar/prepareCustom.js";
|
|
15
15
|
import Hr from "../../coord/calendar/prepareCustom.js";
|
|
16
16
|
import kr from "../../../../zrender/lib/graphic/Displayable.js";
|
|
17
|
-
import { convertToEC4StyleForCustomSerise as rr, isEC4CompatibleStyle as Br, convertFromEC4CompatibleStyle as
|
|
18
|
-
import { throwError as
|
|
19
|
-
import { createOrUpdatePatternFromDecal as
|
|
20
|
-
import { customInnerStore as
|
|
21
|
-
import { applyLeaveTransition as H, applyUpdateTransition as
|
|
22
|
-
import { stopPreviousKeyframeAnimationAndRestore as
|
|
17
|
+
import { convertToEC4StyleForCustomSerise as rr, isEC4CompatibleStyle as Br, convertFromEC4CompatibleStyle as Nr } from "../../util/styleCompat.js";
|
|
18
|
+
import { throwError as Yr } from "../../util/log.js";
|
|
19
|
+
import { createOrUpdatePatternFromDecal as Kr } from "../../util/decal.js";
|
|
20
|
+
import { customInnerStore as L, STYLE_VISUAL_TYPE as er, NON_STYLE_VISUAL_PROPS as Wr } from "./CustomSeries.js";
|
|
21
|
+
import { applyLeaveTransition as H, applyUpdateTransition as qr } from "../../animation/customGraphicTransition.js";
|
|
22
|
+
import { stopPreviousKeyframeAnimationAndRestore as xr, applyKeyframeAnimation as Xr } from "../../animation/customGraphicKeyframeAnimation.js";
|
|
23
|
+
import $r from "../../../../zrender/lib/graphic/Path.js";
|
|
23
24
|
import Jr from "../../../../zrender/lib/graphic/Image.js";
|
|
24
25
|
import Qr from "../../../../zrender/lib/graphic/Text.js";
|
|
25
|
-
import
|
|
26
|
-
|
|
27
|
-
var b = "emphasis", D = "normal", k = "blur", B = "select", w = [D, b, k, B], U = {
|
|
26
|
+
import Or from "../../../../zrender/lib/graphic/Group.js";
|
|
27
|
+
var d = "emphasis", D = "normal", k = "blur", B = "select", w = [D, d, k, B], U = {
|
|
28
28
|
normal: ["itemStyle"],
|
|
29
|
-
emphasis: [
|
|
29
|
+
emphasis: [d, "itemStyle"],
|
|
30
30
|
blur: [k, "itemStyle"],
|
|
31
31
|
select: [B, "itemStyle"]
|
|
32
32
|
}, z = {
|
|
33
33
|
normal: ["label"],
|
|
34
|
-
emphasis: [
|
|
34
|
+
emphasis: [d, "label"],
|
|
35
35
|
blur: [k, "label"],
|
|
36
36
|
select: [B, "label"]
|
|
37
|
-
},
|
|
37
|
+
}, jr = ["x", "y"], Ir = "e\0\0", C = {
|
|
38
38
|
normal: {},
|
|
39
39
|
emphasis: {},
|
|
40
40
|
blur: {},
|
|
@@ -47,7 +47,7 @@ var b = "emphasis", D = "normal", k = "blur", B = "select", w = [D, b, k, B], U
|
|
|
47
47
|
calendar: Hr
|
|
48
48
|
};
|
|
49
49
|
function Z(e) {
|
|
50
|
-
return e instanceof
|
|
50
|
+
return e instanceof $r;
|
|
51
51
|
}
|
|
52
52
|
function V(e) {
|
|
53
53
|
return e instanceof kr;
|
|
@@ -55,7 +55,7 @@ function V(e) {
|
|
|
55
55
|
function ee(e, r) {
|
|
56
56
|
r.copyTransform(e), V(r) && V(e) && (r.setStyle(e.style), r.z = e.z, r.z2 = e.z2, r.zlevel = e.zlevel, r.invisible = e.invisible, r.ignore = e.ignore, Z(r) && Z(e) && r.setShape(e.shape));
|
|
57
57
|
}
|
|
58
|
-
var
|
|
58
|
+
var Be = (
|
|
59
59
|
/** @class */
|
|
60
60
|
(function(e) {
|
|
61
61
|
Cr(r, e);
|
|
@@ -65,31 +65,31 @@ var He = (
|
|
|
65
65
|
}
|
|
66
66
|
return r.prototype.render = function(t, n, i, l) {
|
|
67
67
|
this._progressiveEls = null;
|
|
68
|
-
var o = this._data, v = t.getData(), p = this.group,
|
|
69
|
-
o || p.removeAll(), v.diff(o).add(function(
|
|
70
|
-
G(i, null,
|
|
71
|
-
}).remove(function(
|
|
72
|
-
var
|
|
73
|
-
|
|
74
|
-
}).update(function(
|
|
75
|
-
var h = o.getItemGraphicEl(
|
|
76
|
-
G(i, h,
|
|
68
|
+
var o = this._data, v = t.getData(), p = this.group, f = tr(t, v, n, i);
|
|
69
|
+
o || p.removeAll(), v.diff(o).add(function(s) {
|
|
70
|
+
G(i, null, s, f(s, l), t, p, v);
|
|
71
|
+
}).remove(function(s) {
|
|
72
|
+
var c = o.getItemGraphicEl(s);
|
|
73
|
+
c && H(c, L(c).option, t);
|
|
74
|
+
}).update(function(s, c) {
|
|
75
|
+
var h = o.getItemGraphicEl(c);
|
|
76
|
+
G(i, h, s, f(s, l), t, p, v);
|
|
77
77
|
}).execute();
|
|
78
78
|
var m = t.get("clip", !0) ? Ur(t.coordinateSystem, !1, t) : null;
|
|
79
79
|
m ? p.setClipPath(m) : p.removeClipPath(), this._data = v;
|
|
80
80
|
}, r.prototype.incrementalPrepareRender = function(t, n, i) {
|
|
81
81
|
this.group.removeAll(), this._data = null;
|
|
82
82
|
}, r.prototype.incrementalRender = function(t, n, i, l, o) {
|
|
83
|
-
var v = n.getData(), p = tr(n, v, i, l),
|
|
83
|
+
var v = n.getData(), p = tr(n, v, i, l), f = this._progressiveEls = [];
|
|
84
84
|
function m(h) {
|
|
85
85
|
h.isGroup || (h.incremental = !0, h.ensureState("emphasis").hoverLayer = !0);
|
|
86
86
|
}
|
|
87
|
-
for (var
|
|
88
|
-
var
|
|
89
|
-
|
|
87
|
+
for (var s = t.start; s < t.end; s++) {
|
|
88
|
+
var c = G(null, null, s, p(s, o), n, this.group, v);
|
|
89
|
+
c && (c.traverse(m), f.push(c));
|
|
90
90
|
}
|
|
91
91
|
}, r.prototype.eachRendered = function(t) {
|
|
92
|
-
|
|
92
|
+
Lr(this._progressiveEls || this.group, t);
|
|
93
93
|
}, r.prototype.filterForExposedEvent = function(t, n, i, l) {
|
|
94
94
|
var o = n.element;
|
|
95
95
|
if (o == null || i.name === o)
|
|
@@ -101,7 +101,7 @@ var He = (
|
|
|
101
101
|
}, r.type = "custom", r;
|
|
102
102
|
})(Er)
|
|
103
103
|
);
|
|
104
|
-
function
|
|
104
|
+
function N(e) {
|
|
105
105
|
var r = e.type, t;
|
|
106
106
|
if (r === "path") {
|
|
107
107
|
var n = e.shape, i = n.width != null && n.height != null ? {
|
|
@@ -109,48 +109,48 @@ function Y(e) {
|
|
|
109
109
|
y: n.y || 0,
|
|
110
110
|
width: n.width,
|
|
111
111
|
height: n.height
|
|
112
|
-
} : null, l =
|
|
113
|
-
t = wr(l, null, i, n.layout || "center"),
|
|
112
|
+
} : null, l = fr(n);
|
|
113
|
+
t = wr(l, null, i, n.layout || "center"), L(t).customPathData = l;
|
|
114
114
|
} else if (r === "image")
|
|
115
|
-
t = new Jr({}),
|
|
115
|
+
t = new Jr({}), L(t).customImagePath = e.style.image;
|
|
116
116
|
else if (r === "text")
|
|
117
117
|
t = new Qr({});
|
|
118
118
|
else if (r === "group")
|
|
119
|
-
t = new
|
|
119
|
+
t = new Or();
|
|
120
120
|
else {
|
|
121
121
|
if (r === "compoundPath")
|
|
122
122
|
throw new Error('"compoundPath" is not supported yet.');
|
|
123
|
-
var o =
|
|
123
|
+
var o = Ar(r);
|
|
124
124
|
if (!o) {
|
|
125
125
|
var v = "";
|
|
126
|
-
|
|
126
|
+
Yr(v);
|
|
127
127
|
}
|
|
128
128
|
t = new o();
|
|
129
129
|
}
|
|
130
|
-
return
|
|
130
|
+
return L(t).customGraphicType = r, t.name = e.name, t.z2EmphasisLift = 1, t.z2SelectLift = 1, t;
|
|
131
131
|
}
|
|
132
|
-
function
|
|
133
|
-
|
|
132
|
+
function Y(e, r, t, n, i, l, o) {
|
|
133
|
+
xr(r);
|
|
134
134
|
var v = i && i.normal.cfg;
|
|
135
|
-
v && r.setTextConfig(v), n && n.transition == null && (n.transition =
|
|
135
|
+
v && r.setTextConfig(v), n && n.transition == null && (n.transition = jr);
|
|
136
136
|
var p = n && n.style;
|
|
137
137
|
if (p) {
|
|
138
138
|
if (r.type === "text") {
|
|
139
|
-
var
|
|
140
|
-
|
|
139
|
+
var f = p;
|
|
140
|
+
S(f, "textFill") && (f.fill = f.textFill), S(f, "textStroke") && (f.stroke = f.textStroke);
|
|
141
141
|
}
|
|
142
|
-
var m = void 0,
|
|
143
|
-
e &&
|
|
142
|
+
var m = void 0, s = Z(r) ? p.decal : null;
|
|
143
|
+
e && s && (s.dirty = !0, m = Kr(s, e)), p.__decalPattern = m;
|
|
144
144
|
}
|
|
145
145
|
if (V(r) && p) {
|
|
146
146
|
var m = p.__decalPattern;
|
|
147
147
|
m && (p.decal = m);
|
|
148
148
|
}
|
|
149
|
-
|
|
149
|
+
qr(r, n, l, {
|
|
150
150
|
dataIndex: t,
|
|
151
151
|
isInit: o,
|
|
152
152
|
clearStyle: !0
|
|
153
|
-
}),
|
|
153
|
+
}), Xr(r, n.keyframeAnimation, l);
|
|
154
154
|
}
|
|
155
155
|
function ir(e, r, t, n, i) {
|
|
156
156
|
var l = r.isGroup ? null : r, o = i && i[e].cfg;
|
|
@@ -161,7 +161,7 @@ function ir(e, r, t, n, i) {
|
|
|
161
161
|
p && (p.style = null);
|
|
162
162
|
} else
|
|
163
163
|
v.style = n || null;
|
|
164
|
-
o && (v.textConfig = o),
|
|
164
|
+
o && (v.textConfig = o), Tr(l);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
function te(e, r, t) {
|
|
@@ -175,7 +175,7 @@ function te(e, r, t) {
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
function ne(e, r, t) {
|
|
178
|
-
var n = t === D, i = n ? r :
|
|
178
|
+
var n = t === D, i = n ? r : F(r, t), l = i ? i.z2 : null, o;
|
|
179
179
|
l != null && (o = n ? e : e.ensureState(t), o.z2 = l || 0);
|
|
180
180
|
}
|
|
181
181
|
function tr(e, r, t, n) {
|
|
@@ -186,13 +186,13 @@ function tr(e, r, t, n) {
|
|
|
186
186
|
getHeight: n.getHeight,
|
|
187
187
|
getZr: n.getZr,
|
|
188
188
|
getDevicePixelRatio: n.getDevicePixelRatio,
|
|
189
|
-
value:
|
|
189
|
+
value: ur,
|
|
190
190
|
style: mr,
|
|
191
191
|
ordinalRawValue: vr,
|
|
192
192
|
styleEmphasis: pr,
|
|
193
|
-
visual:
|
|
194
|
-
barLayout:
|
|
195
|
-
currentSeriesIndices:
|
|
193
|
+
visual: sr,
|
|
194
|
+
barLayout: cr,
|
|
195
|
+
currentSeriesIndices: gr,
|
|
196
196
|
font: hr
|
|
197
197
|
}, o.api || {}), p = {
|
|
198
198
|
// The life cycle of context: current round of rendering.
|
|
@@ -205,86 +205,86 @@ function tr(e, r, t, n) {
|
|
|
205
205
|
coordSys: o.coordSys,
|
|
206
206
|
dataInsideLength: r.count(),
|
|
207
207
|
encode: le(e.getData())
|
|
208
|
-
},
|
|
209
|
-
var
|
|
210
|
-
h[
|
|
208
|
+
}, f, m, s = {}, c = {}, h = {}, A = {}, M = 0; M < w.length; M++) {
|
|
209
|
+
var T = w[M];
|
|
210
|
+
h[T] = e.getModel(U[T]), A[T] = e.getModel(z[T]);
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
return
|
|
212
|
+
function _(u) {
|
|
213
|
+
return u === f ? m || (m = r.getItemModel(u)) : r.getItemModel(u);
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
return r.hasItemOption ?
|
|
215
|
+
function q(u, a) {
|
|
216
|
+
return r.hasItemOption ? u === f ? s[a] || (s[a] = _(u).getModel(U[a])) : _(u).getModel(U[a]) : h[a];
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
return r.hasItemOption ?
|
|
218
|
+
function x(u, a) {
|
|
219
|
+
return r.hasItemOption ? u === f ? c[a] || (c[a] = _(u).getModel(z[a])) : _(u).getModel(z[a]) : A[a];
|
|
220
220
|
}
|
|
221
|
-
return function(
|
|
222
|
-
return
|
|
223
|
-
dataIndexInside:
|
|
224
|
-
dataIndex: r.getRawIndex(
|
|
221
|
+
return function(u, a) {
|
|
222
|
+
return f = u, m = null, s = {}, c = {}, i && i(E({
|
|
223
|
+
dataIndexInside: u,
|
|
224
|
+
dataIndex: r.getRawIndex(u),
|
|
225
225
|
// Can be used for optimization when zoom or roam.
|
|
226
226
|
actionType: a ? a.type : null
|
|
227
227
|
}, p), v);
|
|
228
228
|
};
|
|
229
|
-
function
|
|
230
|
-
return a == null && (a =
|
|
229
|
+
function ur(u, a) {
|
|
230
|
+
return a == null && (a = f), r.getStore().get(r.getDimensionIndex(u || 0), a);
|
|
231
231
|
}
|
|
232
|
-
function vr(
|
|
233
|
-
a == null && (a =
|
|
234
|
-
var
|
|
235
|
-
if (!
|
|
236
|
-
var
|
|
237
|
-
return
|
|
232
|
+
function vr(u, a) {
|
|
233
|
+
a == null && (a = f), u = u || 0;
|
|
234
|
+
var g = r.getDimensionInfo(u);
|
|
235
|
+
if (!g) {
|
|
236
|
+
var P = r.getDimensionIndex(u);
|
|
237
|
+
return P >= 0 ? r.getStore().get(P, a) : void 0;
|
|
238
238
|
}
|
|
239
|
-
var
|
|
240
|
-
return y ? y.categories[
|
|
239
|
+
var b = r.get(g.name, a), y = g && g.ordinalMeta;
|
|
240
|
+
return y ? y.categories[b] : b;
|
|
241
241
|
}
|
|
242
|
-
function mr(
|
|
243
|
-
a == null && (a =
|
|
244
|
-
var
|
|
245
|
-
|
|
246
|
-
var
|
|
247
|
-
inheritColor:
|
|
248
|
-
},
|
|
249
|
-
|
|
250
|
-
var yr =
|
|
251
|
-
return
|
|
242
|
+
function mr(u, a) {
|
|
243
|
+
a == null && (a = f);
|
|
244
|
+
var g = r.getItemVisual(a, "style"), P = g && g.fill, b = g && g.opacity, y = q(a, D).getItemStyle();
|
|
245
|
+
P != null && (y.fill = P), b != null && (y.opacity = b);
|
|
246
|
+
var J = {
|
|
247
|
+
inheritColor: Pr(P) ? P : "#000"
|
|
248
|
+
}, R = x(a, D), Q = O(R, null, J, !1, !0);
|
|
249
|
+
Q.text = R.getShallow("show") ? Sr(e.getFormattedLabel(a, D), I(r, a)) : null;
|
|
250
|
+
var yr = j(R, J, !1);
|
|
251
|
+
return $(u, y), y = rr(y, Q, yr), u && X(y, u), y.legacy = !0, y;
|
|
252
252
|
}
|
|
253
|
-
function pr(
|
|
254
|
-
a == null && (a =
|
|
255
|
-
var
|
|
256
|
-
|
|
257
|
-
var y =
|
|
258
|
-
return
|
|
253
|
+
function pr(u, a) {
|
|
254
|
+
a == null && (a = f);
|
|
255
|
+
var g = q(a, d).getItemStyle(), P = x(a, d), b = O(P, null, null, !0, !0);
|
|
256
|
+
b.text = P.getShallow("show") ? dr(e.getFormattedLabel(a, d), e.getFormattedLabel(a, D), I(r, a)) : null;
|
|
257
|
+
var y = j(P, null, !0);
|
|
258
|
+
return $(u, g), g = rr(g, b, y), u && X(g, u), g.legacy = !0, g;
|
|
259
259
|
}
|
|
260
|
-
function
|
|
261
|
-
for (var
|
|
262
|
-
|
|
260
|
+
function X(u, a) {
|
|
261
|
+
for (var g in a)
|
|
262
|
+
S(a, g) && (u[g] = a[g]);
|
|
263
263
|
}
|
|
264
|
-
function
|
|
265
|
-
|
|
264
|
+
function $(u, a) {
|
|
265
|
+
u && (u.textFill && (a.textFill = u.textFill), u.textPosition && (a.textPosition = u.textPosition));
|
|
266
266
|
}
|
|
267
|
-
function
|
|
268
|
-
if (a == null && (a =
|
|
269
|
-
var
|
|
270
|
-
return
|
|
267
|
+
function sr(u, a) {
|
|
268
|
+
if (a == null && (a = f), S(er, u)) {
|
|
269
|
+
var g = r.getItemVisual(a, "style");
|
|
270
|
+
return g ? g[er[u]] : null;
|
|
271
271
|
}
|
|
272
|
-
if (
|
|
273
|
-
return r.getItemVisual(a,
|
|
272
|
+
if (S(Wr, u))
|
|
273
|
+
return r.getItemVisual(a, u);
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function cr(u) {
|
|
276
276
|
if (l.type === "cartesian2d") {
|
|
277
277
|
var a = l.getBaseAxis();
|
|
278
278
|
return Mr(E({
|
|
279
279
|
axis: a
|
|
280
|
-
},
|
|
280
|
+
}, u));
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
function
|
|
283
|
+
function gr() {
|
|
284
284
|
return t.getCurrentSeriesIndices();
|
|
285
285
|
}
|
|
286
|
-
function hr(
|
|
287
|
-
return
|
|
286
|
+
function hr(u) {
|
|
287
|
+
return Fr(u, t);
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
function le(e) {
|
|
@@ -302,29 +302,29 @@ function G(e, r, t, n, i, l, o) {
|
|
|
302
302
|
l.remove(r);
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
|
-
var v =
|
|
305
|
+
var v = K(e, r, t, n, i, l);
|
|
306
306
|
return v && o.setItemGraphicEl(t, v), v && _r(v, n.focus, n.blurScope, n.emphasisDisabled), v;
|
|
307
307
|
}
|
|
308
|
-
function
|
|
308
|
+
function K(e, r, t, n, i, l) {
|
|
309
309
|
var o = -1, v = r;
|
|
310
|
-
r && ar(r, n, i) && (o =
|
|
311
|
-
var p = !r,
|
|
312
|
-
|
|
310
|
+
r && ar(r, n, i) && (o = Dr(l.childrenRef(), r), r = null);
|
|
311
|
+
var p = !r, f = r;
|
|
312
|
+
f ? f.clearStates() : (f = N(n), v && ee(v, f)), n.morph === !1 ? f.disableMorphing = !0 : f.disableMorphing && (f.disableMorphing = !1), C.normal.cfg = C.normal.conOpt = C.emphasis.cfg = C.emphasis.conOpt = C.blur.cfg = C.blur.conOpt = C.select.cfg = C.select.conOpt = null, C.isLegacy = !1, ie(f, t, n, i, p, C), oe(f, t, n, i, p), Y(e, f, t, n, C, i, p), S(n, "info") && (L(f).info = n.info);
|
|
313
313
|
for (var m = 0; m < w.length; m++) {
|
|
314
|
-
var
|
|
315
|
-
if (
|
|
316
|
-
var
|
|
317
|
-
ir(
|
|
314
|
+
var s = w[m];
|
|
315
|
+
if (s !== D) {
|
|
316
|
+
var c = F(n, s), h = W(n, c, s);
|
|
317
|
+
ir(s, f, c, h, C);
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
return te(
|
|
320
|
+
return te(f, n, i), n.type === "group" && ae(e, f, t, n, i), o >= 0 ? l.replaceAt(f, o) : l.add(f), f;
|
|
321
321
|
}
|
|
322
322
|
function ar(e, r, t) {
|
|
323
|
-
var n =
|
|
323
|
+
var n = L(e), i = r.type, l = r.shape, o = r.style;
|
|
324
324
|
return (
|
|
325
325
|
// Always create new if universal transition is enabled.
|
|
326
326
|
// Because we do transition after render. It needs to know what old element is. Replacement will loose it.
|
|
327
|
-
t.isUniversalTransitionEnabled() || i != null && i !== n.customGraphicType || i === "path" && me(l) &&
|
|
327
|
+
t.isUniversalTransitionEnabled() || i != null && i !== n.customGraphicType || i === "path" && me(l) && fr(l) !== n.customPathData || i === "image" && S(o, "image") && o.image !== n.customImagePath
|
|
328
328
|
);
|
|
329
329
|
}
|
|
330
330
|
function oe(e, r, t, n, i) {
|
|
@@ -333,61 +333,61 @@ function oe(e, r, t, n, i) {
|
|
|
333
333
|
e && e.getClipPath() && e.removeClipPath();
|
|
334
334
|
else if (l) {
|
|
335
335
|
var o = e.getClipPath();
|
|
336
|
-
o && ar(o, l, n) && (o = null), o || (o =
|
|
336
|
+
o && ar(o, l, n) && (o = null), o || (o = N(l), e.setClipPath(o)), Y(null, o, r, l, null, n, i);
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
function ie(e, r, t, n, i, l) {
|
|
340
340
|
if (!e.isGroup) {
|
|
341
|
-
nr(t, null, l), nr(t,
|
|
342
|
-
var o = l.normal.conOpt, v = l.emphasis.conOpt, p = l.blur.conOpt,
|
|
343
|
-
if (o != null || v != null ||
|
|
341
|
+
nr(t, null, l), nr(t, d, l);
|
|
342
|
+
var o = l.normal.conOpt, v = l.emphasis.conOpt, p = l.blur.conOpt, f = l.select.conOpt;
|
|
343
|
+
if (o != null || v != null || f != null || p != null) {
|
|
344
344
|
var m = e.getTextContent();
|
|
345
345
|
if (o === !1)
|
|
346
346
|
m && e.removeTextContent();
|
|
347
347
|
else {
|
|
348
348
|
o = l.normal.conOpt = o || {
|
|
349
349
|
type: "text"
|
|
350
|
-
}, m ? m.clearStates() : (m =
|
|
351
|
-
for (var
|
|
352
|
-
var h = w[
|
|
350
|
+
}, m ? m.clearStates() : (m = N(o), e.setTextContent(m)), Y(null, m, r, o, null, n, i);
|
|
351
|
+
for (var s = o && o.style, c = 0; c < w.length; c++) {
|
|
352
|
+
var h = w[c];
|
|
353
353
|
if (h !== D) {
|
|
354
|
-
var
|
|
355
|
-
ir(h, m,
|
|
354
|
+
var A = l[h].conOpt;
|
|
355
|
+
ir(h, m, A, W(o, A, h), null);
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
|
|
358
|
+
s ? m.dirty() : m.markRedraw();
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
function nr(e, r, t) {
|
|
364
|
-
var n = r ?
|
|
364
|
+
var n = r ? F(e, r) : e, i = r ? W(e, n, d) : e.style, l = e.type, o = n ? n.textConfig : null, v = e.textContent, p = v ? r ? F(v, r) : v : null;
|
|
365
365
|
if (i && // Because emphasis style has little info to detect legacy,
|
|
366
366
|
// if normal is legacy, emphasis is trade as legacy.
|
|
367
367
|
(t.isLegacy || Br(i, l, !!o, !!p))) {
|
|
368
368
|
t.isLegacy = !0;
|
|
369
|
-
var
|
|
370
|
-
!o &&
|
|
369
|
+
var f = Nr(i, l, !r);
|
|
370
|
+
!o && f.textConfig && (o = f.textConfig), !p && f.textContent && (p = f.textContent);
|
|
371
371
|
}
|
|
372
372
|
if (!r && p) {
|
|
373
373
|
var m = p;
|
|
374
374
|
!m.type && (m.type = "text");
|
|
375
375
|
}
|
|
376
|
-
var
|
|
377
|
-
|
|
376
|
+
var s = r ? t[r] : t.normal;
|
|
377
|
+
s.cfg = o, s.conOpt = p;
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function F(e, r) {
|
|
380
380
|
return r ? e ? e[r] : null : e;
|
|
381
381
|
}
|
|
382
382
|
function W(e, r, t) {
|
|
383
383
|
var n = r && r.style;
|
|
384
|
-
return n == null && t ===
|
|
384
|
+
return n == null && t === d && e && (n = e.styleEmphasis), n;
|
|
385
385
|
}
|
|
386
386
|
function ae(e, r, t, n, i) {
|
|
387
|
-
var l = n.children, o = l ? l.length : 0, v = n.$mergeChildren, p = v === "byName" || n.diffChildrenByName,
|
|
388
|
-
if (!(!o && !p && !
|
|
387
|
+
var l = n.children, o = l ? l.length : 0, v = n.$mergeChildren, p = v === "byName" || n.diffChildrenByName, f = v === !1;
|
|
388
|
+
if (!(!o && !p && !f)) {
|
|
389
389
|
if (p) {
|
|
390
|
-
|
|
390
|
+
ue({
|
|
391
391
|
api: e,
|
|
392
392
|
oldChildren: r.children() || [],
|
|
393
393
|
newChildren: l || [],
|
|
@@ -397,22 +397,22 @@ function ae(e, r, t, n, i) {
|
|
|
397
397
|
});
|
|
398
398
|
return;
|
|
399
399
|
}
|
|
400
|
-
|
|
400
|
+
f && r.removeAll();
|
|
401
401
|
for (var m = 0; m < o; m++) {
|
|
402
|
-
var
|
|
403
|
-
|
|
402
|
+
var s = l[m], c = r.childAt(m);
|
|
403
|
+
s ? (s.ignore == null && (s.ignore = !1), K(e, c, t, s, i, r)) : c.ignore = !0;
|
|
404
404
|
}
|
|
405
405
|
for (var h = r.childCount() - 1; h >= m; h--) {
|
|
406
|
-
var
|
|
407
|
-
|
|
406
|
+
var A = r.childAt(h);
|
|
407
|
+
fe(r, A, i);
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
function
|
|
412
|
-
r && H(r,
|
|
411
|
+
function fe(e, r, t) {
|
|
412
|
+
r && H(r, L(e).option, t);
|
|
413
413
|
}
|
|
414
|
-
function
|
|
415
|
-
new
|
|
414
|
+
function ue(e) {
|
|
415
|
+
new Rr(e.oldChildren, e.newChildren, lr, lr, e).add(or).update(or).remove(ve).execute();
|
|
416
416
|
}
|
|
417
417
|
function lr(e, r) {
|
|
418
418
|
var t = e && e.name;
|
|
@@ -420,18 +420,18 @@ function lr(e, r) {
|
|
|
420
420
|
}
|
|
421
421
|
function or(e, r) {
|
|
422
422
|
var t = this.context, n = e != null ? t.newChildren[e] : null, i = r != null ? t.oldChildren[r] : null;
|
|
423
|
-
|
|
423
|
+
K(t.api, i, t.dataIndex, n, t.seriesModel, t.group);
|
|
424
424
|
}
|
|
425
425
|
function ve(e) {
|
|
426
426
|
var r = this.context, t = r.oldChildren[e];
|
|
427
|
-
t && H(t,
|
|
427
|
+
t && H(t, L(t).option, r.seriesModel);
|
|
428
428
|
}
|
|
429
|
-
function
|
|
429
|
+
function fr(e) {
|
|
430
430
|
return e && (e.pathData || e.d);
|
|
431
431
|
}
|
|
432
432
|
function me(e) {
|
|
433
|
-
return e && (
|
|
433
|
+
return e && (S(e, "pathData") || S(e, "d"));
|
|
434
434
|
}
|
|
435
435
|
export {
|
|
436
|
-
|
|
436
|
+
Be as default
|
|
437
437
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { __extends as g } from "../../../../tslib/tslib.es6.js";
|
|
2
|
+
import "../../util/graphic.js";
|
|
2
3
|
import { setStatesStylesFromModel as f, toggleHoverEmphasis as h } from "../../util/states.js";
|
|
3
4
|
import d from "../../view/Chart.js";
|
|
4
5
|
import { setLabelLineStyle as L, getLabelLineStatesModels as b } from "../../label/labelGuideHelper.js";
|
|
5
6
|
import { setLabelStyle as M, getLabelStatesModels as S } from "../../label/labelStyle.js";
|
|
6
|
-
import {
|
|
7
|
+
import { saveOldStyle as P, initProps as I, updateProps as v, removeElementWithFadeOut as F } from "../../animation/basicTransition.js";
|
|
7
8
|
import T from "../../../../zrender/lib/graphic/shape/Polyline.js";
|
|
8
9
|
import G from "../../../../zrender/lib/graphic/Text.js";
|
|
9
10
|
import w from "../../../../zrender/lib/core/Point.js";
|
|
@@ -18,9 +19,9 @@ var E = ["itemStyle", "opacity"], _ = (
|
|
|
18
19
|
}
|
|
19
20
|
return n.prototype.updateData = function(e, i, a) {
|
|
20
21
|
var t = this, r = e.hostModel, p = e.getItemModel(i), l = e.getItemLayout(i), s = p.getModel("emphasis"), o = p.get(E);
|
|
21
|
-
o = o ?? 1, a ||
|
|
22
|
+
o = o ?? 1, a || P(t), t.useStyle(e.getItemVisual(i, "style")), t.style.lineJoin = "round", a ? (t.setShape({
|
|
22
23
|
points: l.points
|
|
23
|
-
}), t.style.opacity = 0,
|
|
24
|
+
}), t.style.opacity = 0, I(t, {
|
|
24
25
|
style: {
|
|
25
26
|
opacity: o
|
|
26
27
|
}
|
|
@@ -78,7 +79,7 @@ var E = ["itemStyle", "opacity"], _ = (
|
|
|
78
79
|
});
|
|
79
80
|
}, n;
|
|
80
81
|
})(D)
|
|
81
|
-
),
|
|
82
|
+
), U = (
|
|
82
83
|
/** @class */
|
|
83
84
|
(function(u) {
|
|
84
85
|
g(n, u);
|
|
@@ -96,7 +97,7 @@ var E = ["itemStyle", "opacity"], _ = (
|
|
|
96
97
|
o.updateData(t, l), p.add(o), t.setItemGraphicEl(l, o);
|
|
97
98
|
}).remove(function(l) {
|
|
98
99
|
var s = r.getItemGraphicEl(l);
|
|
99
|
-
|
|
100
|
+
F(s, e, l);
|
|
100
101
|
}).execute(), this._data = t;
|
|
101
102
|
}, n.prototype.remove = function() {
|
|
102
103
|
this.group.removeAll(), this._data = null;
|
|
@@ -105,5 +106,5 @@ var E = ["itemStyle", "opacity"], _ = (
|
|
|
105
106
|
})(d)
|
|
106
107
|
);
|
|
107
108
|
export {
|
|
108
|
-
|
|
109
|
+
U as default
|
|
109
110
|
};
|