web-core-tcm 0.0.61 → 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,47 +1,48 @@
|
|
|
1
1
|
import { normalizeToArray as h } from "../util/model.js";
|
|
2
|
-
import { each as f, isTypedArray as v, setAsPrimitive as _, clone as
|
|
3
|
-
|
|
2
|
+
import { each as f, isTypedArray as v, setAsPrimitive as _, clone as c, map as y, isArray as M } from "../../../zrender/lib/core/util.js";
|
|
3
|
+
import "../util/log.js";
|
|
4
|
+
var L = /^(min|max)?(.+)$/, T = (
|
|
4
5
|
/** @class */
|
|
5
6
|
(function() {
|
|
6
|
-
function
|
|
7
|
+
function t(i) {
|
|
7
8
|
this._timelineOptions = [], this._mediaList = [], this._currentMediaIndices = [], this._api = i;
|
|
8
9
|
}
|
|
9
|
-
return
|
|
10
|
-
i && (f(h(i.series), function(
|
|
11
|
-
|
|
12
|
-
}), f(h(i.dataset), function(
|
|
13
|
-
|
|
14
|
-
})), i =
|
|
15
|
-
var a = this._optionBackup, n =
|
|
10
|
+
return t.prototype.setOption = function(i, o, s) {
|
|
11
|
+
i && (f(h(i.series), function(e) {
|
|
12
|
+
e && e.data && v(e.data) && _(e.data);
|
|
13
|
+
}), f(h(i.dataset), function(e) {
|
|
14
|
+
e && e.source && v(e.source) && _(e.source);
|
|
15
|
+
})), i = c(i);
|
|
16
|
+
var a = this._optionBackup, n = b(i, o, !a);
|
|
16
17
|
this._newBaseOption = n.baseOption, a ? (n.timelineOptions.length && (a.timelineOptions = n.timelineOptions), n.mediaList.length && (a.mediaList = n.mediaList), n.mediaDefault && (a.mediaDefault = n.mediaDefault)) : this._optionBackup = n;
|
|
17
|
-
},
|
|
18
|
+
}, t.prototype.mountOption = function(i) {
|
|
18
19
|
var o = this._optionBackup;
|
|
19
|
-
return this._timelineOptions = o.timelineOptions, this._mediaList = o.mediaList, this._mediaDefault = o.mediaDefault, this._currentMediaIndices = [],
|
|
20
|
-
},
|
|
20
|
+
return this._timelineOptions = o.timelineOptions, this._mediaList = o.mediaList, this._mediaDefault = o.mediaDefault, this._currentMediaIndices = [], c(i ? o.baseOption : this._newBaseOption);
|
|
21
|
+
}, t.prototype.getTimelineOption = function(i) {
|
|
21
22
|
var o, s = this._timelineOptions;
|
|
22
23
|
if (s.length) {
|
|
23
24
|
var a = i.getComponent("timeline");
|
|
24
|
-
a && (o =
|
|
25
|
+
a && (o = c(
|
|
25
26
|
// FIXME:TS as TimelineModel or quivlant interface
|
|
26
27
|
s[a.getCurrentIndex()]
|
|
27
28
|
));
|
|
28
29
|
}
|
|
29
30
|
return o;
|
|
30
|
-
},
|
|
31
|
-
var o = this._api.getWidth(), s = this._api.getHeight(), a = this._mediaList, n = this._mediaDefault,
|
|
31
|
+
}, t.prototype.getMediaOption = function(i) {
|
|
32
|
+
var o = this._api.getWidth(), s = this._api.getHeight(), a = this._mediaList, n = this._mediaDefault, e = [], r = [];
|
|
32
33
|
if (!a.length && !n)
|
|
33
34
|
return r;
|
|
34
35
|
for (var p = 0, m = a.length; p < m; p++)
|
|
35
|
-
|
|
36
|
-
return !
|
|
37
|
-
return l
|
|
38
|
-
})), this._currentMediaIndices =
|
|
39
|
-
},
|
|
36
|
+
B(a[p].query, o, s) && e.push(p);
|
|
37
|
+
return !e.length && n && (e = [-1]), e.length && !k(e, this._currentMediaIndices) && (r = y(e, function(l) {
|
|
38
|
+
return c(l === -1 ? n.option : a[l].option);
|
|
39
|
+
})), this._currentMediaIndices = e, r;
|
|
40
|
+
}, t;
|
|
40
41
|
})()
|
|
41
42
|
);
|
|
42
|
-
function
|
|
43
|
-
var s = [], a, n,
|
|
44
|
-
|
|
43
|
+
function b(t, i, o) {
|
|
44
|
+
var s = [], a, n, e = t.baseOption, r = t.timeline, p = t.options, m = t.media, l = !!t.media, g = !!(p || r || e && e.timeline);
|
|
45
|
+
e ? (n = e, n.timeline || (n.timeline = r)) : ((g || l) && (t.options = t.media = null), n = t), l && M(m) && f(m, function(u) {
|
|
45
46
|
u && u.option && (u.query ? s.push(u) : a || (a = u));
|
|
46
47
|
}), d(n), f(p, function(u) {
|
|
47
48
|
return d(u);
|
|
@@ -49,8 +50,8 @@ function D(e, i, o) {
|
|
|
49
50
|
return d(u.option);
|
|
50
51
|
});
|
|
51
52
|
function d(u) {
|
|
52
|
-
f(i, function(
|
|
53
|
-
|
|
53
|
+
f(i, function(O) {
|
|
54
|
+
O(u, o);
|
|
54
55
|
});
|
|
55
56
|
}
|
|
56
57
|
return {
|
|
@@ -60,27 +61,27 @@ function D(e, i, o) {
|
|
|
60
61
|
mediaList: s
|
|
61
62
|
};
|
|
62
63
|
}
|
|
63
|
-
function
|
|
64
|
+
function B(t, i, o) {
|
|
64
65
|
var s = {
|
|
65
66
|
width: i,
|
|
66
67
|
height: o,
|
|
67
68
|
aspectratio: i / o
|
|
68
69
|
// lower case for convenience.
|
|
69
70
|
}, a = !0;
|
|
70
|
-
return f(
|
|
71
|
-
var r =
|
|
71
|
+
return f(t, function(n, e) {
|
|
72
|
+
var r = e.match(L);
|
|
72
73
|
if (!(!r || !r[1] || !r[2])) {
|
|
73
74
|
var p = r[1], m = r[2].toLowerCase();
|
|
74
|
-
|
|
75
|
+
D(s[m], n, p) || (a = !1);
|
|
75
76
|
}
|
|
76
77
|
}), a;
|
|
77
78
|
}
|
|
78
|
-
function
|
|
79
|
-
return o === "min" ?
|
|
79
|
+
function D(t, i, o) {
|
|
80
|
+
return o === "min" ? t >= i : o === "max" ? t <= i : t === i;
|
|
80
81
|
}
|
|
81
|
-
function
|
|
82
|
-
return
|
|
82
|
+
function k(t, i) {
|
|
83
|
+
return t.join(",") === i.join(",");
|
|
83
84
|
}
|
|
84
85
|
export {
|
|
85
|
-
|
|
86
|
+
T as default
|
|
86
87
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __extends as b } from "../../../tslib/tslib.es6.js";
|
|
2
|
-
import { merge as g, isTypedArray as w, createHashMap as E, keys as R, isObject as C,
|
|
2
|
+
import { merge as g, isTypedArray as w, createHashMap as E, keys as R, isObject as C, mixin as A, each as k, concatArray as x, curry as B } from "../../../zrender/lib/core/util.js";
|
|
3
3
|
import N from "../../../zrender/lib/core/env.js";
|
|
4
4
|
import { makeInner as L, defaultEmphasis as M, isNameSpecified as F } from "../util/model.js";
|
|
5
5
|
import h from "./Component.js";
|
|
@@ -11,15 +11,15 @@ import { mountExtend as U } from "../util/clazz.js";
|
|
|
11
11
|
import { SourceManager as V } from "../data/helper/sourceManager.js";
|
|
12
12
|
import { defaultSeriesFormatTooltip as z } from "../component/tooltip/seriesFormatTooltip.js";
|
|
13
13
|
var l = L();
|
|
14
|
-
function f(
|
|
15
|
-
return
|
|
14
|
+
function f(o, e) {
|
|
15
|
+
return o.getName(e) || o.getId(e);
|
|
16
16
|
}
|
|
17
17
|
var G = "__universalTransitionEnabled", v = (
|
|
18
18
|
/** @class */
|
|
19
|
-
(function(
|
|
20
|
-
b(e,
|
|
19
|
+
(function(o) {
|
|
20
|
+
b(e, o);
|
|
21
21
|
function e() {
|
|
22
|
-
var t =
|
|
22
|
+
var t = o !== null && o.apply(this, arguments) || this;
|
|
23
23
|
return t._selectedDataIndicesMap = {}, t;
|
|
24
24
|
}
|
|
25
25
|
return e.prototype.init = function(t, a, r) {
|
|
@@ -29,21 +29,21 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
29
29
|
}), this.dataTask.context = {
|
|
30
30
|
model: this
|
|
31
31
|
}, this.mergeDefaultAndTheme(t, r);
|
|
32
|
-
var
|
|
33
|
-
|
|
32
|
+
var i = l(this).sourceManager = new V(this);
|
|
33
|
+
i.prepareSource();
|
|
34
34
|
var n = this.getInitialData(t, r);
|
|
35
|
-
|
|
35
|
+
I(n, this), this.dataTask.context.data = n, l(this).dataBeforeProcessed = n, _(this), this._initSelectedMapFromData(n);
|
|
36
36
|
}, e.prototype.mergeDefaultAndTheme = function(t, a) {
|
|
37
|
-
var r = S(this),
|
|
38
|
-
h.hasClass(n) && (n += "Series"), g(t, a.getTheme().get(this.subType)), g(t, this.getDefaultOption()), M(t, "label", ["show"]), this.fillDataTextStyle(t.data), r && T(t,
|
|
37
|
+
var r = S(this), i = r ? H(t) : {}, n = this.subType;
|
|
38
|
+
h.hasClass(n) && (n += "Series"), g(t, a.getTheme().get(this.subType)), g(t, this.getDefaultOption()), M(t, "label", ["show"]), this.fillDataTextStyle(t.data), r && T(t, i, r);
|
|
39
39
|
}, e.prototype.mergeOption = function(t, a) {
|
|
40
40
|
t = g(this.option, t, !0), this.fillDataTextStyle(t.data);
|
|
41
41
|
var r = S(this);
|
|
42
42
|
r && T(this.option, t, r);
|
|
43
|
-
var
|
|
44
|
-
|
|
43
|
+
var i = l(this).sourceManager;
|
|
44
|
+
i.dirty(), i.prepareSource();
|
|
45
45
|
var n = this.getInitialData(t, a);
|
|
46
|
-
|
|
46
|
+
I(n, this), this.dataTask.dirty(), this.dataTask.context.data = n, l(this).dataBeforeProcessed = n, _(this), this._initSelectedMapFromData(n);
|
|
47
47
|
}, e.prototype.fillDataTextStyle = function(t) {
|
|
48
48
|
if (t && !w(t))
|
|
49
49
|
for (var a = ["show"], r = 0; r < t.length; r++)
|
|
@@ -104,8 +104,8 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
104
104
|
}, e.prototype.restoreData = function() {
|
|
105
105
|
this.dataTask.dirty();
|
|
106
106
|
}, e.prototype.getColorFromPalette = function(t, a, r) {
|
|
107
|
-
var
|
|
108
|
-
return n || (n =
|
|
107
|
+
var i = this.ecModel, n = P.prototype.getColorFromPalette.call(this, t, a, r);
|
|
108
|
+
return n || (n = i.getColorFromPalette(t, a, r)), n;
|
|
109
109
|
}, e.prototype.coordDimToDataDim = function(t) {
|
|
110
110
|
return this.getRawData().mapDimensionsAll(t);
|
|
111
111
|
}, e.prototype.getProgressive = function() {
|
|
@@ -117,8 +117,8 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
117
117
|
}, e.prototype.unselect = function(t, a) {
|
|
118
118
|
var r = this.option.selectedMap;
|
|
119
119
|
if (r) {
|
|
120
|
-
var
|
|
121
|
-
if (
|
|
120
|
+
var i = this.option.selectedMode, n = this.getData(a);
|
|
121
|
+
if (i === "series" || r === "all") {
|
|
122
122
|
this.option.selectedMap = {}, this._selectedDataIndicesMap = {};
|
|
123
123
|
return;
|
|
124
124
|
}
|
|
@@ -128,13 +128,13 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}, e.prototype.toggleSelect = function(t, a) {
|
|
131
|
-
for (var r = [],
|
|
132
|
-
r[0] = t[
|
|
131
|
+
for (var r = [], i = 0; i < t.length; i++)
|
|
132
|
+
r[0] = t[i], this.isSelected(t[i], a) ? this.unselect(r, a) : this.select(r, a);
|
|
133
133
|
}, e.prototype.getSelectedDataIndices = function() {
|
|
134
134
|
if (this.option.selectedMap === "all")
|
|
135
135
|
return [].slice.call(this.getData().getIndices());
|
|
136
|
-
for (var t = this._selectedDataIndicesMap, a = R(t), r = [],
|
|
137
|
-
var n = t[a[
|
|
136
|
+
for (var t = this._selectedDataIndicesMap, a = R(t), r = [], i = 0; i < a.length; i++) {
|
|
137
|
+
var n = t[a[i]];
|
|
138
138
|
n >= 0 && r.push(n);
|
|
139
139
|
}
|
|
140
140
|
return r;
|
|
@@ -142,15 +142,15 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
142
142
|
var r = this.option.selectedMap;
|
|
143
143
|
if (!r)
|
|
144
144
|
return !1;
|
|
145
|
-
var
|
|
146
|
-
return (r === "all" || r[f(
|
|
145
|
+
var i = this.getData(a);
|
|
146
|
+
return (r === "all" || r[f(i, t)]) && !i.getItemModel(t).get(["select", "disabled"]);
|
|
147
147
|
}, e.prototype.isUniversalTransitionEnabled = function() {
|
|
148
148
|
if (this[G])
|
|
149
149
|
return !0;
|
|
150
150
|
var t = this.option.universalTransition;
|
|
151
151
|
return t ? t === !0 ? !0 : t && t.enabled : !1;
|
|
152
152
|
}, e.prototype._innerSelect = function(t, a) {
|
|
153
|
-
var r,
|
|
153
|
+
var r, i, n = this.option, s = n.selectedMode, u = a.length;
|
|
154
154
|
if (!(!s || !u)) {
|
|
155
155
|
if (s === "series")
|
|
156
156
|
n.selectedMap = "all";
|
|
@@ -162,15 +162,15 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
162
162
|
}
|
|
163
163
|
} else if (s === "single" || s === !0) {
|
|
164
164
|
var D = a[u - 1], c = f(t, D);
|
|
165
|
-
n.selectedMap = (r = {}, r[c] = !0, r), this._selectedDataIndicesMap = (
|
|
165
|
+
n.selectedMap = (r = {}, r[c] = !0, r), this._selectedDataIndicesMap = (i = {}, i[c] = t.getRawIndex(D), i);
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}, e.prototype._initSelectedMapFromData = function(t) {
|
|
169
169
|
if (!this.option.selectedMap) {
|
|
170
170
|
var a = [];
|
|
171
171
|
t.hasItemOption && t.each(function(r) {
|
|
172
|
-
var
|
|
173
|
-
|
|
172
|
+
var i = t.getRawDataItem(r);
|
|
173
|
+
i && i.selected && a.push(r);
|
|
174
174
|
}), a.length > 0 && this._innerSelect(t, a);
|
|
175
175
|
}
|
|
176
176
|
}, e.registerClass = function(t) {
|
|
@@ -181,46 +181,46 @@ var G = "__universalTransitionEnabled", v = (
|
|
|
181
181
|
})(), e;
|
|
182
182
|
})(h)
|
|
183
183
|
);
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
A(v, O);
|
|
185
|
+
A(v, P);
|
|
186
186
|
U(v, h);
|
|
187
|
-
function _(
|
|
188
|
-
var e =
|
|
189
|
-
F(
|
|
187
|
+
function _(o) {
|
|
188
|
+
var e = o.name;
|
|
189
|
+
F(o) || (o.name = K(o) || e);
|
|
190
190
|
}
|
|
191
|
-
function K(
|
|
192
|
-
var e =
|
|
193
|
-
return
|
|
194
|
-
var
|
|
195
|
-
|
|
191
|
+
function K(o) {
|
|
192
|
+
var e = o.getRawData(), t = e.mapDimensionsAll("seriesName"), a = [];
|
|
193
|
+
return k(t, function(r) {
|
|
194
|
+
var i = e.getDimensionInfo(r);
|
|
195
|
+
i.displayName && a.push(i.displayName);
|
|
196
196
|
}), a.join(" ");
|
|
197
197
|
}
|
|
198
|
-
function W(
|
|
199
|
-
return
|
|
198
|
+
function W(o) {
|
|
199
|
+
return o.model.getRawData().count();
|
|
200
200
|
}
|
|
201
|
-
function J(
|
|
202
|
-
var e =
|
|
201
|
+
function J(o) {
|
|
202
|
+
var e = o.model;
|
|
203
203
|
return e.setData(e.getRawData().cloneShallow()), Q;
|
|
204
204
|
}
|
|
205
|
-
function Q(
|
|
206
|
-
e.outputData &&
|
|
205
|
+
function Q(o, e) {
|
|
206
|
+
e.outputData && o.end > e.outputData.count() && e.model.getRawData().cloneShallow(e.outputData);
|
|
207
207
|
}
|
|
208
|
-
function
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
function I(o, e) {
|
|
209
|
+
k(x(o.CHANGABLE_METHODS, o.DOWNSAMPLE_METHODS), function(t) {
|
|
210
|
+
o.wrapMethod(t, B(X, e));
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
function X(
|
|
214
|
-
var t = m(
|
|
213
|
+
function X(o, e) {
|
|
214
|
+
var t = m(o);
|
|
215
215
|
return t && t.setOutputEnd((e || this).count()), e;
|
|
216
216
|
}
|
|
217
|
-
function m(
|
|
218
|
-
var e = (
|
|
217
|
+
function m(o) {
|
|
218
|
+
var e = (o.ecModel || {}).scheduler, t = e && e.getPipeline(o.uid);
|
|
219
219
|
if (t) {
|
|
220
220
|
var a = t.currentTask;
|
|
221
221
|
if (a) {
|
|
222
222
|
var r = a.agentStubMap;
|
|
223
|
-
r && (a = r.get(
|
|
223
|
+
r && (a = r.get(o.uid));
|
|
224
224
|
}
|
|
225
225
|
return a;
|
|
226
226
|
}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
|
-
import { createHashMap as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { createHashMap as o, assert as l } from "../../../zrender/lib/core/util.js";
|
|
2
|
+
import "../util/model.js";
|
|
3
|
+
var e = o();
|
|
4
|
+
function u(n, r) {
|
|
5
|
+
l(e.get(n) == null && r), e.set(n, r);
|
|
5
6
|
}
|
|
6
|
-
function
|
|
7
|
-
var
|
|
8
|
-
if (!
|
|
9
|
-
return
|
|
10
|
-
var
|
|
11
|
-
|
|
7
|
+
function I(n, r, t) {
|
|
8
|
+
var a = e.get(r);
|
|
9
|
+
if (!a)
|
|
10
|
+
return t;
|
|
11
|
+
var i = a(n);
|
|
12
|
+
if (!i)
|
|
13
|
+
return t;
|
|
14
|
+
if (0)
|
|
15
|
+
for (var s; s < i.length; s++)
|
|
16
|
+
;
|
|
17
|
+
return t.concat(i);
|
|
12
18
|
}
|
|
13
19
|
export {
|
|
14
|
-
|
|
20
|
+
I as concatInternalOptions,
|
|
15
21
|
u as registerInternalOptionCreator
|
|
16
22
|
};
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { isArray as y, isFunction as
|
|
2
|
-
import { retrieveRawValue as
|
|
3
|
-
import { formatTpl as
|
|
4
|
-
|
|
1
|
+
import { isArray as y, isFunction as D, isString as b, isObject as w } from "../../../../zrender/lib/core/util.js";
|
|
2
|
+
import { retrieveRawValue as T } from "../../data/helper/dataProvider.js";
|
|
3
|
+
import { formatTpl as V } from "../../util/format.js";
|
|
4
|
+
import "../../util/log.js";
|
|
5
|
+
var d = /\{@(.+?)\}/g, L = (
|
|
5
6
|
/** @class */
|
|
6
7
|
(function() {
|
|
7
8
|
function i() {
|
|
8
9
|
}
|
|
9
|
-
return i.prototype.getDataParams = function(e,
|
|
10
|
-
var a = this.getData(
|
|
10
|
+
return i.prototype.getDataParams = function(e, r) {
|
|
11
|
+
var a = this.getData(r), p = this.getRawValue(e, r), o = a.getRawIndex(e), n = a.getName(e), m = a.getRawDataItem(e), t = a.getItemVisual(e, "style"), v = t && t[a.getItemVisual(e, "drawType") || "fill"], f = t && t.stroke, g = this.mainType, s = g === "series", l = a.userOutput && a.userOutput.get();
|
|
11
12
|
return {
|
|
12
13
|
componentType: g,
|
|
13
14
|
componentSubType: this.subType,
|
|
14
15
|
componentIndex: this.componentIndex,
|
|
15
|
-
seriesType:
|
|
16
|
+
seriesType: s ? this.subType : null,
|
|
16
17
|
seriesIndex: this.seriesIndex,
|
|
17
|
-
seriesId:
|
|
18
|
-
seriesName:
|
|
19
|
-
name:
|
|
20
|
-
dataIndex:
|
|
18
|
+
seriesId: s ? this.id : null,
|
|
19
|
+
seriesName: s ? this.name : null,
|
|
20
|
+
name: n,
|
|
21
|
+
dataIndex: o,
|
|
21
22
|
data: m,
|
|
22
|
-
dataType:
|
|
23
|
+
dataType: r,
|
|
23
24
|
value: p,
|
|
24
25
|
color: v,
|
|
25
26
|
borderColor: f,
|
|
@@ -28,43 +29,43 @@ var R = /\{@(.+?)\}/g, O = (
|
|
|
28
29
|
// Param name list for mapping `a`, `b`, `c`, `d`, `e`
|
|
29
30
|
$vars: ["seriesName", "name", "value"]
|
|
30
31
|
};
|
|
31
|
-
}, i.prototype.getFormattedLabel = function(e,
|
|
32
|
-
|
|
33
|
-
var m = this.getData(a),
|
|
34
|
-
if (
|
|
32
|
+
}, i.prototype.getFormattedLabel = function(e, r, a, p, o, n) {
|
|
33
|
+
r = r || "normal";
|
|
34
|
+
var m = this.getData(a), t = this.getDataParams(e, a);
|
|
35
|
+
if (n && (t.value = n.interpolatedValue), p != null && y(t.value) && (t.value = t.value[p]), !o) {
|
|
35
36
|
var v = m.getItemModel(e);
|
|
36
|
-
|
|
37
|
+
o = v.get(r === "normal" ? ["label", "formatter"] : [r, "label", "formatter"]);
|
|
37
38
|
}
|
|
38
|
-
if (
|
|
39
|
-
return
|
|
40
|
-
if (
|
|
41
|
-
var f =
|
|
42
|
-
return f.replace(
|
|
43
|
-
var l =
|
|
44
|
-
|
|
45
|
-
var c =
|
|
46
|
-
if (
|
|
47
|
-
var h = m.getDimensionIndex(
|
|
48
|
-
h >= 0 && (c =
|
|
39
|
+
if (D(o))
|
|
40
|
+
return t.status = r, t.dimensionIndex = p, o(t);
|
|
41
|
+
if (b(o)) {
|
|
42
|
+
var f = V(o, t);
|
|
43
|
+
return f.replace(d, function(g, s) {
|
|
44
|
+
var l = s.length, u = s;
|
|
45
|
+
u.charAt(0) === "[" && u.charAt(l - 1) === "]" && (u = +u.slice(1, l - 1));
|
|
46
|
+
var c = T(m, e, u);
|
|
47
|
+
if (n && y(n.interpolatedValue)) {
|
|
48
|
+
var h = m.getDimensionIndex(u);
|
|
49
|
+
h >= 0 && (c = n.interpolatedValue[h]);
|
|
49
50
|
}
|
|
50
51
|
return c != null ? c + "" : "";
|
|
51
52
|
});
|
|
52
53
|
}
|
|
53
|
-
}, i.prototype.getRawValue = function(e,
|
|
54
|
-
return
|
|
55
|
-
}, i.prototype.formatTooltip = function(e,
|
|
54
|
+
}, i.prototype.getRawValue = function(e, r) {
|
|
55
|
+
return T(this.getData(r), e);
|
|
56
|
+
}, i.prototype.formatTooltip = function(e, r, a) {
|
|
56
57
|
}, i;
|
|
57
58
|
})()
|
|
58
59
|
);
|
|
59
|
-
function
|
|
60
|
-
var e,
|
|
61
|
-
return w(i) ? i.type && (
|
|
60
|
+
function S(i) {
|
|
61
|
+
var e, r;
|
|
62
|
+
return w(i) ? i.type && (r = i) : e = i, {
|
|
62
63
|
text: e,
|
|
63
64
|
// markers: markers || markersExisting,
|
|
64
|
-
frag:
|
|
65
|
+
frag: r
|
|
65
66
|
};
|
|
66
67
|
}
|
|
67
68
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
L as DataFormatMixin,
|
|
70
|
+
S as normalizeTooltipFormatResult
|
|
70
71
|
};
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SINGLE_REFERRING as
|
|
1
|
+
import { createHashMap as g, each as y } from "../../../zrender/lib/core/util.js";
|
|
2
|
+
import { SINGLE_REFERRING as d } from "../util/model.js";
|
|
3
3
|
var c = (
|
|
4
4
|
/** @class */
|
|
5
5
|
/* @__PURE__ */ (function() {
|
|
6
6
|
function i(e) {
|
|
7
|
-
this.coordSysDims = [], this.axisMap =
|
|
7
|
+
this.coordSysDims = [], this.axisMap = g(), this.categoryAxisMap = g(), this.coordSysName = e;
|
|
8
8
|
}
|
|
9
9
|
return i;
|
|
10
10
|
})()
|
|
11
11
|
);
|
|
12
|
-
function
|
|
13
|
-
var e = i.get("coordinateSystem"), o = new c(e), s =
|
|
12
|
+
function I(i) {
|
|
13
|
+
var e = i.get("coordinateSystem"), o = new c(e), s = A[e];
|
|
14
14
|
if (s)
|
|
15
15
|
return s(i, o, o.axisMap, o.categoryAxisMap), o;
|
|
16
16
|
}
|
|
17
|
-
var
|
|
17
|
+
var A = {
|
|
18
18
|
cartesian2d: function(i, e, o, s) {
|
|
19
|
-
var r = i.getReferringComponents("xAxis",
|
|
19
|
+
var r = i.getReferringComponents("xAxis", d).models[0], n = i.getReferringComponents("yAxis", d).models[0];
|
|
20
20
|
e.coordSysDims = ["x", "y"], o.set("x", r), o.set("y", n), t(r) && (s.set("x", r), e.firstCategoryDimIndex = 0), t(n) && (s.set("y", n), e.firstCategoryDimIndex == null && (e.firstCategoryDimIndex = 1));
|
|
21
21
|
},
|
|
22
22
|
singleAxis: function(i, e, o, s) {
|
|
23
|
-
var r = i.getReferringComponents("singleAxis",
|
|
23
|
+
var r = i.getReferringComponents("singleAxis", d).models[0];
|
|
24
24
|
e.coordSysDims = ["single"], o.set("single", r), t(r) && (s.set("single", r), e.firstCategoryDimIndex = 0);
|
|
25
25
|
},
|
|
26
26
|
polar: function(i, e, o, s) {
|
|
27
|
-
var r = i.getReferringComponents("polar",
|
|
27
|
+
var r = i.getReferringComponents("polar", d).models[0], n = r.findAxisModel("radiusAxis"), a = r.findAxisModel("angleAxis");
|
|
28
28
|
e.coordSysDims = ["radius", "angle"], o.set("radius", n), o.set("angle", a), t(n) && (s.set("radius", n), e.firstCategoryDimIndex = 0), t(a) && (s.set("angle", a), e.firstCategoryDimIndex == null && (e.firstCategoryDimIndex = 1));
|
|
29
29
|
},
|
|
30
30
|
geo: function(i, e, o, s) {
|
|
@@ -32,9 +32,9 @@ var p = {
|
|
|
32
32
|
},
|
|
33
33
|
parallel: function(i, e, o, s) {
|
|
34
34
|
var r = i.ecModel, n = r.getComponent("parallel", i.get("parallelIndex")), a = e.coordSysDims = n.dimensions.slice();
|
|
35
|
-
y(n.parallelAxisIndex, function(
|
|
36
|
-
var
|
|
37
|
-
o.set(
|
|
35
|
+
y(n.parallelAxisIndex, function(m, f) {
|
|
36
|
+
var l = r.getComponent("parallelAxis", m), x = a[f];
|
|
37
|
+
o.set(x, l), t(l) && (s.set(x, l), e.firstCategoryDimIndex == null && (e.firstCategoryDimIndex = f));
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
};
|
|
@@ -42,5 +42,5 @@ function t(i) {
|
|
|
42
42
|
return i.get("type") === "category";
|
|
43
43
|
}
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
I as getCoordSysInfoBySeries
|
|
46
46
|
};
|