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,11 +1,11 @@
|
|
|
1
1
|
import { parseDate as p, numericToNumber as e } from "../../util/number.js";
|
|
2
|
-
import { createHashMap as _, trim as
|
|
3
|
-
import { throwError as
|
|
4
|
-
function
|
|
2
|
+
import { isNumber as a, createHashMap as _, trim as l, isString as u, hasOwn as F } from "../../../../zrender/lib/core/util.js";
|
|
3
|
+
import { throwError as y } from "../../util/log.js";
|
|
4
|
+
function g(r, t) {
|
|
5
5
|
var i = t && t.type;
|
|
6
6
|
return i === "ordinal" ? r : (i === "time" && !a(r) && r != null && r !== "-" && (r = +p(r)), r == null || r === "" ? NaN : Number(r));
|
|
7
7
|
}
|
|
8
|
-
var
|
|
8
|
+
var N = _({
|
|
9
9
|
number: function(r) {
|
|
10
10
|
return parseFloat(r);
|
|
11
11
|
},
|
|
@@ -13,11 +13,11 @@ var y = _({
|
|
|
13
13
|
return +p(r);
|
|
14
14
|
},
|
|
15
15
|
trim: function(r) {
|
|
16
|
-
return u(r) ?
|
|
16
|
+
return u(r) ? l(r) : r;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
function
|
|
20
|
-
return
|
|
19
|
+
function v(r) {
|
|
20
|
+
return N.get(r);
|
|
21
21
|
}
|
|
22
22
|
var h = {
|
|
23
23
|
lt: function(r, t) {
|
|
@@ -32,13 +32,13 @@ var h = {
|
|
|
32
32
|
gte: function(r, t) {
|
|
33
33
|
return r >= t;
|
|
34
34
|
}
|
|
35
|
-
},
|
|
35
|
+
}, b = (
|
|
36
36
|
/** @class */
|
|
37
37
|
(function() {
|
|
38
38
|
function r(t, i) {
|
|
39
39
|
if (!a(i)) {
|
|
40
40
|
var n = "";
|
|
41
|
-
|
|
41
|
+
y(n);
|
|
42
42
|
}
|
|
43
43
|
this._opFn = h[t], this._rvalFloat = e(i);
|
|
44
44
|
}
|
|
@@ -46,7 +46,7 @@ var h = {
|
|
|
46
46
|
return a(t) ? this._opFn(t, this._rvalFloat) : this._opFn(e(t), this._rvalFloat);
|
|
47
47
|
}, r;
|
|
48
48
|
})()
|
|
49
|
-
),
|
|
49
|
+
), E = (
|
|
50
50
|
/** @class */
|
|
51
51
|
(function() {
|
|
52
52
|
function r(t, i) {
|
|
@@ -62,7 +62,7 @@ var h = {
|
|
|
62
62
|
return n < o ? this._resultLT : n > o ? -this._resultLT : 0;
|
|
63
63
|
}, r;
|
|
64
64
|
})()
|
|
65
|
-
),
|
|
65
|
+
), O = (
|
|
66
66
|
/** @class */
|
|
67
67
|
(function() {
|
|
68
68
|
function r(t, i) {
|
|
@@ -78,12 +78,12 @@ var h = {
|
|
|
78
78
|
}, r;
|
|
79
79
|
})()
|
|
80
80
|
);
|
|
81
|
-
function
|
|
82
|
-
return r === "eq" || r === "ne" ? new
|
|
81
|
+
function q(r, t) {
|
|
82
|
+
return r === "eq" || r === "ne" ? new O(r === "eq", t) : F(h, r) ? new b(r, t) : null;
|
|
83
83
|
}
|
|
84
84
|
export {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
85
|
+
E as SortOrderComparator,
|
|
86
|
+
q as createFilterComparator,
|
|
87
|
+
v as getRawValueParser,
|
|
88
|
+
g as parseDataValue
|
|
89
89
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createHashMap as
|
|
2
|
-
import { VISUAL_DIMENSIONS as
|
|
3
|
-
var
|
|
1
|
+
import { createHashMap as O, each as _, map as N } from "../../../../zrender/lib/core/util.js";
|
|
2
|
+
import { VISUAL_DIMENSIONS as x } from "../../util/types.js";
|
|
3
|
+
var y = (
|
|
4
4
|
/** @class */
|
|
5
5
|
(function() {
|
|
6
6
|
function e(i, n) {
|
|
@@ -17,30 +17,30 @@ var E = (
|
|
|
17
17
|
}, e;
|
|
18
18
|
})()
|
|
19
19
|
);
|
|
20
|
-
function
|
|
21
|
-
var n = {}, o = n.encode = {},
|
|
22
|
-
|
|
20
|
+
function b(e, i) {
|
|
21
|
+
var n = {}, o = n.encode = {}, D = O(), m = [], s = [], h = {};
|
|
22
|
+
_(e.dimensions, function(r) {
|
|
23
23
|
var t = e.getDimensionInfo(r), a = t.coordDim;
|
|
24
24
|
if (a) {
|
|
25
25
|
var v = t.coordDimIndex;
|
|
26
|
-
d(o, a)[v] = r, t.isExtraCoord || (
|
|
26
|
+
d(o, a)[v] = r, t.isExtraCoord || (D.set(a, 1), E(t.type) && (m[0] = r), d(h, a)[v] = e.getDimensionIndex(t.name)), t.defaultTooltip && s.push(r);
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
var
|
|
30
|
-
f != null && f !== !1 && (
|
|
28
|
+
x.each(function(A, g) {
|
|
29
|
+
var I = d(o, g), f = t.otherDims[g];
|
|
30
|
+
f != null && f !== !1 && (I[f] = t.name);
|
|
31
31
|
});
|
|
32
32
|
});
|
|
33
33
|
var u = [], p = {};
|
|
34
|
-
|
|
34
|
+
D.each(function(r, t) {
|
|
35
35
|
var a = o[t];
|
|
36
36
|
p[t] = a[0], u = u.concat(a);
|
|
37
|
-
}), n.dataDimsOnCoord = u, n.dataDimIndicesOnCoord =
|
|
37
|
+
}), n.dataDimsOnCoord = u, n.dataDimIndicesOnCoord = N(u, function(r) {
|
|
38
38
|
return e.getDimensionInfo(r).storeDimIndex;
|
|
39
39
|
}), n.encodeFirstDimNotExtra = p;
|
|
40
40
|
var c = o.label;
|
|
41
41
|
c && c.length && (m = c.slice());
|
|
42
42
|
var l = o.tooltip;
|
|
43
|
-
return l && l.length ? s = l.slice() : s.length || (s = m.slice()), o.defaultedLabel = m, o.defaultedTooltip = s, n.userOutput = new
|
|
43
|
+
return l && l.length ? s = l.slice() : s.length || (s = m.slice()), o.defaultedLabel = m, o.defaultedTooltip = s, n.userOutput = new y(h, i), n;
|
|
44
44
|
}
|
|
45
45
|
function d(e, i) {
|
|
46
46
|
return e.hasOwnProperty(i) || (e[i] = []), e[i];
|
|
@@ -48,10 +48,10 @@ function d(e, i) {
|
|
|
48
48
|
function F(e) {
|
|
49
49
|
return e === "category" ? "ordinal" : e === "time" ? "time" : "float";
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function E(e) {
|
|
52
52
|
return !(e === "ordinal" || e === "time");
|
|
53
53
|
}
|
|
54
54
|
export {
|
|
55
55
|
F as getDimensionTypeByAxis,
|
|
56
|
-
|
|
56
|
+
b as summarizeDimensions
|
|
57
57
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { makeInner as L,
|
|
2
|
-
import { createHashMap as I,
|
|
3
|
-
import {
|
|
1
|
+
import { makeInner as L, queryReferringComponents as A, SINGLE_REFERRING as W, getDataItemValue as G } from "../../util/model.js";
|
|
2
|
+
import { createHashMap as I, each as M, isObject as _, isTypedArray as E, isString as C, isArray as k } from "../../../../zrender/lib/core/util.js";
|
|
3
|
+
import { SOURCE_FORMAT_OBJECT_ROWS as T, SOURCE_FORMAT_KEYED_COLUMNS as F, SOURCE_FORMAT_ARRAY_ROWS as Y, SERIES_LAYOUT_BY_ROW as b, SOURCE_FORMAT_ORIGINAL as q } from "../../util/types.js";
|
|
4
4
|
var m = {
|
|
5
5
|
Must: 1,
|
|
6
6
|
Might: 2,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { isTypedArray as
|
|
2
|
-
import { createSource as y, cloneSourceShallow as
|
|
3
|
-
import { SOURCE_FORMAT_TYPED_ARRAY as
|
|
4
|
-
import { querySeriesUpstreamDatasetModel as
|
|
5
|
-
import { applyDataTransform as
|
|
6
|
-
import
|
|
7
|
-
import { DefaultDataProvider as
|
|
8
|
-
var
|
|
1
|
+
import { isTypedArray as D, retrieve2 as p, each as U, map as B, setAsPrimitive as M } from "../../../../zrender/lib/core/util.js";
|
|
2
|
+
import { createSource as y, cloneSourceShallow as R } from "../Source.js";
|
|
3
|
+
import { SOURCE_FORMAT_TYPED_ARRAY as A, SOURCE_FORMAT_ORIGINAL as O } from "../../util/types.js";
|
|
4
|
+
import { querySeriesUpstreamDatasetModel as C, queryDatasetUpstreamDatasetModels as E } from "./sourceHelper.js";
|
|
5
|
+
import { applyDataTransform as G } from "./transform.js";
|
|
6
|
+
import V from "../DataStore.js";
|
|
7
|
+
import { DefaultDataProvider as b } from "./dataProvider.js";
|
|
8
|
+
var N = (
|
|
9
9
|
/** @class */
|
|
10
10
|
(function() {
|
|
11
11
|
function s(r) {
|
|
@@ -13,41 +13,41 @@ var F = (
|
|
|
13
13
|
}
|
|
14
14
|
return s.prototype.dirty = function() {
|
|
15
15
|
this._setLocalSource([], []), this._storeList = [], this._dirty = !0;
|
|
16
|
-
}, s.prototype._setLocalSource = function(r,
|
|
17
|
-
this._sourceList = r, this._upstreamSignList =
|
|
16
|
+
}, s.prototype._setLocalSource = function(r, e) {
|
|
17
|
+
this._sourceList = r, this._upstreamSignList = e, this._versionSignBase++, this._versionSignBase > 9e10 && (this._versionSignBase = 0);
|
|
18
18
|
}, s.prototype._getVersionSign = function() {
|
|
19
19
|
return this._sourceHost.uid + "_" + this._versionSignBase;
|
|
20
20
|
}, s.prototype.prepareSource = function() {
|
|
21
21
|
this._isDirty() && (this._createSource(), this._dirty = !1);
|
|
22
22
|
}, s.prototype._createSource = function() {
|
|
23
23
|
this._setLocalSource([], []);
|
|
24
|
-
var r = this._sourceHost,
|
|
25
|
-
if (
|
|
24
|
+
var r = this._sourceHost, e = this._getUpstreamSourceManagers(), t = !!e.length, o, a;
|
|
25
|
+
if (m(r)) {
|
|
26
26
|
var n = r, i = void 0, u = void 0, c = void 0;
|
|
27
|
-
if (
|
|
28
|
-
var f =
|
|
27
|
+
if (t) {
|
|
28
|
+
var f = e[0];
|
|
29
29
|
f.prepareSource(), c = f.getSource(), i = c.data, u = c.sourceFormat, a = [f._getVersionSign()];
|
|
30
30
|
} else
|
|
31
|
-
i = n.get("data", !0), u =
|
|
32
|
-
var
|
|
31
|
+
i = n.get("data", !0), u = D(i) ? A : O, a = [];
|
|
32
|
+
var g = this._getSourceMetaRawOption() || {}, h = c && c.metaRawOption || {}, v = p(g.seriesLayoutBy, h.seriesLayoutBy) || null, _ = p(g.sourceHeader, h.sourceHeader), S = p(g.dimensions, h.dimensions), d = v !== h.seriesLayoutBy || !!_ != !!h.sourceHeader || S;
|
|
33
33
|
o = d ? [y(i, {
|
|
34
|
-
seriesLayoutBy:
|
|
35
|
-
sourceHeader:
|
|
36
|
-
dimensions:
|
|
34
|
+
seriesLayoutBy: v,
|
|
35
|
+
sourceHeader: _,
|
|
36
|
+
dimensions: S
|
|
37
37
|
}, u)] : [];
|
|
38
38
|
} else {
|
|
39
39
|
var H = r;
|
|
40
|
-
if (
|
|
41
|
-
var l = this._applyTransform(
|
|
40
|
+
if (t) {
|
|
41
|
+
var l = this._applyTransform(e);
|
|
42
42
|
o = l.sourceList, a = l.upstreamSignList;
|
|
43
43
|
} else {
|
|
44
|
-
var
|
|
45
|
-
o = [y(
|
|
44
|
+
var T = H.get("source", !0);
|
|
45
|
+
o = [y(T, this._getSourceMetaRawOption(), null)], a = [];
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
this._setLocalSource(o, a);
|
|
49
49
|
}, s.prototype._applyTransform = function(r) {
|
|
50
|
-
var
|
|
50
|
+
var e = this._sourceHost, t = e.get("transform", !0), o = e.get("fromTransformResult", !0);
|
|
51
51
|
if (o != null) {
|
|
52
52
|
var a = "";
|
|
53
53
|
r.length !== 1 && L(a);
|
|
@@ -55,82 +55,82 @@ var F = (
|
|
|
55
55
|
var n, i = [], u = [];
|
|
56
56
|
return U(r, function(c) {
|
|
57
57
|
c.prepareSource();
|
|
58
|
-
var f = c.getSource(o || 0),
|
|
59
|
-
o != null && !f && L(
|
|
60
|
-
}),
|
|
61
|
-
datasetIndex:
|
|
62
|
-
}) : o != null && (n = [
|
|
58
|
+
var f = c.getSource(o || 0), g = "";
|
|
59
|
+
o != null && !f && L(g), i.push(f), u.push(c._getVersionSign());
|
|
60
|
+
}), t ? n = G(t, i, {
|
|
61
|
+
datasetIndex: e.componentIndex
|
|
62
|
+
}) : o != null && (n = [R(i[0])]), {
|
|
63
63
|
sourceList: n,
|
|
64
64
|
upstreamSignList: u
|
|
65
65
|
};
|
|
66
66
|
}, s.prototype._isDirty = function() {
|
|
67
67
|
if (this._dirty)
|
|
68
68
|
return !0;
|
|
69
|
-
for (var r = this._getUpstreamSourceManagers(),
|
|
70
|
-
var
|
|
69
|
+
for (var r = this._getUpstreamSourceManagers(), e = 0; e < r.length; e++) {
|
|
70
|
+
var t = r[e];
|
|
71
71
|
if (
|
|
72
72
|
// Consider the case that there is ancestor diry, call it recursively.
|
|
73
73
|
// The performance is probably not an issue because usually the chain is not long.
|
|
74
|
-
|
|
74
|
+
t._isDirty() || this._upstreamSignList[e] !== t._getVersionSign()
|
|
75
75
|
)
|
|
76
76
|
return !0;
|
|
77
77
|
}
|
|
78
78
|
}, s.prototype.getSource = function(r) {
|
|
79
79
|
r = r || 0;
|
|
80
|
-
var
|
|
81
|
-
if (!
|
|
82
|
-
var
|
|
83
|
-
return
|
|
80
|
+
var e = this._sourceList[r];
|
|
81
|
+
if (!e) {
|
|
82
|
+
var t = this._getUpstreamSourceManagers();
|
|
83
|
+
return t[0] && t[0].getSource(r);
|
|
84
84
|
}
|
|
85
|
-
return
|
|
85
|
+
return e;
|
|
86
86
|
}, s.prototype.getSharedDataStore = function(r) {
|
|
87
|
-
var
|
|
88
|
-
return this._innerGetDataStore(
|
|
89
|
-
}, s.prototype._innerGetDataStore = function(r,
|
|
87
|
+
var e = r.makeStoreSchema();
|
|
88
|
+
return this._innerGetDataStore(e.dimensions, r.source, e.hash);
|
|
89
|
+
}, s.prototype._innerGetDataStore = function(r, e, t) {
|
|
90
90
|
var o = 0, a = this._storeList, n = a[o];
|
|
91
91
|
n || (n = a[o] = {});
|
|
92
|
-
var i = n[
|
|
92
|
+
var i = n[t];
|
|
93
93
|
if (!i) {
|
|
94
94
|
var u = this._getUpstreamSourceManagers()[0];
|
|
95
|
-
|
|
95
|
+
m(this._sourceHost) && u ? i = u._innerGetDataStore(r, e, t) : (i = new V(), i.initData(new b(e, r.length), r)), n[t] = i;
|
|
96
96
|
}
|
|
97
97
|
return i;
|
|
98
98
|
}, s.prototype._getUpstreamSourceManagers = function() {
|
|
99
99
|
var r = this._sourceHost;
|
|
100
|
-
if (
|
|
101
|
-
var
|
|
102
|
-
return
|
|
100
|
+
if (m(r)) {
|
|
101
|
+
var e = C(r);
|
|
102
|
+
return e ? [e.getSourceManager()] : [];
|
|
103
103
|
} else
|
|
104
|
-
return B(
|
|
105
|
-
return
|
|
104
|
+
return B(E(r), function(t) {
|
|
105
|
+
return t.getSourceManager();
|
|
106
106
|
});
|
|
107
107
|
}, s.prototype._getSourceMetaRawOption = function() {
|
|
108
|
-
var r = this._sourceHost,
|
|
109
|
-
if (
|
|
110
|
-
|
|
108
|
+
var r = this._sourceHost, e, t, o;
|
|
109
|
+
if (m(r))
|
|
110
|
+
e = r.get("seriesLayoutBy", !0), t = r.get("sourceHeader", !0), o = r.get("dimensions", !0);
|
|
111
111
|
else if (!this._getUpstreamSourceManagers().length) {
|
|
112
112
|
var a = r;
|
|
113
|
-
|
|
113
|
+
e = a.get("seriesLayoutBy", !0), t = a.get("sourceHeader", !0), o = a.get("dimensions", !0);
|
|
114
114
|
}
|
|
115
115
|
return {
|
|
116
|
-
seriesLayoutBy:
|
|
117
|
-
sourceHeader:
|
|
116
|
+
seriesLayoutBy: e,
|
|
117
|
+
sourceHeader: t,
|
|
118
118
|
dimensions: o
|
|
119
119
|
};
|
|
120
120
|
}, s;
|
|
121
121
|
})()
|
|
122
122
|
);
|
|
123
|
-
function
|
|
123
|
+
function W(s) {
|
|
124
124
|
var r = s.option.transform;
|
|
125
|
-
r &&
|
|
125
|
+
r && M(s.option.transform);
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function m(s) {
|
|
128
128
|
return s.mainType === "series";
|
|
129
129
|
}
|
|
130
130
|
function L(s) {
|
|
131
131
|
throw new Error(s);
|
|
132
132
|
}
|
|
133
133
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
N as SourceManager,
|
|
135
|
+
W as disableTransformOptionMerge
|
|
136
136
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { SERIES_LAYOUT_BY_COLUMN as
|
|
2
|
-
import { normalizeToArray as
|
|
3
|
-
import {
|
|
4
|
-
import { getRawSourceItemGetter as N, getRawSourceDataCounter as
|
|
5
|
-
import { parseDataValue as
|
|
6
|
-
import { throwError as
|
|
7
|
-
import { detectSourceFormat as L, createSource as
|
|
8
|
-
var
|
|
1
|
+
import { SERIES_LAYOUT_BY_COLUMN as w, SOURCE_FORMAT_ARRAY_ROWS as O, SOURCE_FORMAT_OBJECT_ROWS as _ } from "../../util/types.js";
|
|
2
|
+
import { normalizeToArray as b } from "../../util/model.js";
|
|
3
|
+
import { each as T, hasOwn as M, bind as y, extend as C, isNumber as V, clone as x, createHashMap as B, isObject as F, map as S } from "../../../../zrender/lib/core/util.js";
|
|
4
|
+
import { getRawSourceItemGetter as N, getRawSourceDataCounter as P, getRawSourceValueGetter as U } from "./dataProvider.js";
|
|
5
|
+
import { parseDataValue as j } from "./dataValueHelper.js";
|
|
6
|
+
import { throwError as l } from "../../util/log.js";
|
|
7
|
+
import { detectSourceFormat as L, createSource as k } from "../Source.js";
|
|
8
|
+
var G = (
|
|
9
9
|
/** @class */
|
|
10
10
|
(function() {
|
|
11
11
|
function r() {
|
|
@@ -21,144 +21,146 @@ var Y = (
|
|
|
21
21
|
}, r.prototype.retrieveValue = function(t, e) {
|
|
22
22
|
}, r.prototype.retrieveValueFromItem = function(t, e) {
|
|
23
23
|
}, r.prototype.convertValue = function(t, e) {
|
|
24
|
-
return
|
|
24
|
+
return j(t, e);
|
|
25
25
|
}, r;
|
|
26
26
|
})()
|
|
27
27
|
);
|
|
28
|
-
function
|
|
29
|
-
var e = new
|
|
30
|
-
r.seriesLayoutBy !==
|
|
31
|
-
var
|
|
32
|
-
if (
|
|
33
|
-
T(
|
|
34
|
-
var p =
|
|
35
|
-
index:
|
|
28
|
+
function H(r, t) {
|
|
29
|
+
var e = new G(), u = r.data, a = e.sourceFormat = r.sourceFormat, n = r.startIndex, o = "";
|
|
30
|
+
r.seriesLayoutBy !== w && l(o);
|
|
31
|
+
var s = [], c = {}, h = r.dimensionsDefine;
|
|
32
|
+
if (h)
|
|
33
|
+
T(h, function(f, m) {
|
|
34
|
+
var p = f.name, R = {
|
|
35
|
+
index: m,
|
|
36
36
|
name: p,
|
|
37
|
-
displayName:
|
|
37
|
+
displayName: f.displayName
|
|
38
38
|
};
|
|
39
|
-
if (
|
|
40
|
-
var
|
|
41
|
-
|
|
39
|
+
if (s.push(R), p != null) {
|
|
40
|
+
var A = "";
|
|
41
|
+
M(c, p) && l(A), c[p] = R;
|
|
42
42
|
}
|
|
43
43
|
});
|
|
44
44
|
else
|
|
45
|
-
for (var
|
|
46
|
-
|
|
47
|
-
index:
|
|
45
|
+
for (var i = 0; i < r.dimensionsDetectedCount; i++)
|
|
46
|
+
s.push({
|
|
47
|
+
index: i
|
|
48
48
|
});
|
|
49
|
-
var
|
|
50
|
-
t.__isBuiltIn && (e.getRawDataItem = function(
|
|
51
|
-
return
|
|
52
|
-
}, e.getRawData = y(
|
|
53
|
-
var
|
|
54
|
-
e.count = y(
|
|
55
|
-
var
|
|
56
|
-
e.retrieveValue = function(
|
|
57
|
-
var p =
|
|
58
|
-
return
|
|
49
|
+
var d = N(a, w);
|
|
50
|
+
t.__isBuiltIn && (e.getRawDataItem = function(f) {
|
|
51
|
+
return d(u, n, s, f);
|
|
52
|
+
}, e.getRawData = y(Y, null, r)), e.cloneRawData = y(W, null, r);
|
|
53
|
+
var v = P(a, w);
|
|
54
|
+
e.count = y(v, null, u, n, s);
|
|
55
|
+
var I = U(a);
|
|
56
|
+
e.retrieveValue = function(f, m) {
|
|
57
|
+
var p = d(u, n, s, f);
|
|
58
|
+
return g(p, m);
|
|
59
59
|
};
|
|
60
|
-
var
|
|
61
|
-
if (
|
|
62
|
-
var p =
|
|
60
|
+
var g = e.retrieveValueFromItem = function(f, m) {
|
|
61
|
+
if (f != null) {
|
|
62
|
+
var p = s[m];
|
|
63
63
|
if (p)
|
|
64
|
-
return
|
|
64
|
+
return I(f, m, p.name);
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
|
-
return e.getDimensionInfo = y(
|
|
67
|
+
return e.getDimensionInfo = y(z, null, s, c), e.cloneAllDimensionInfo = y(J, null, s), e;
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function Y(r) {
|
|
70
70
|
var t = r.sourceFormat;
|
|
71
|
-
if (!
|
|
71
|
+
if (!D(t)) {
|
|
72
72
|
var e = "";
|
|
73
|
-
|
|
73
|
+
l(e);
|
|
74
74
|
}
|
|
75
75
|
return r.data;
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function W(r) {
|
|
78
78
|
var t = r.sourceFormat, e = r.data;
|
|
79
|
-
if (!
|
|
79
|
+
if (!D(t)) {
|
|
80
80
|
var u = "";
|
|
81
|
-
|
|
81
|
+
l(u);
|
|
82
82
|
}
|
|
83
|
-
if (t ===
|
|
83
|
+
if (t === O) {
|
|
84
84
|
for (var a = [], n = 0, o = e.length; n < o; n++)
|
|
85
85
|
a.push(e[n].slice());
|
|
86
86
|
return a;
|
|
87
|
-
} else if (t ===
|
|
87
|
+
} else if (t === _) {
|
|
88
88
|
for (var a = [], n = 0, o = e.length; n < o; n++)
|
|
89
|
-
a.push(
|
|
89
|
+
a.push(C({}, e[n]));
|
|
90
90
|
return a;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function z(r, t, e) {
|
|
94
94
|
if (e != null) {
|
|
95
|
-
if (
|
|
95
|
+
if (V(e) || !isNaN(e) && !M(t, e))
|
|
96
96
|
return r[e];
|
|
97
|
-
if (
|
|
97
|
+
if (M(t, e))
|
|
98
98
|
return t[e];
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
function
|
|
102
|
-
return
|
|
101
|
+
function J(r) {
|
|
102
|
+
return x(r);
|
|
103
103
|
}
|
|
104
|
-
var
|
|
105
|
-
function
|
|
106
|
-
r =
|
|
104
|
+
var E = B();
|
|
105
|
+
function nr(r) {
|
|
106
|
+
r = x(r);
|
|
107
107
|
var t = r.type, e = "";
|
|
108
|
-
t ||
|
|
108
|
+
t || l(e);
|
|
109
109
|
var u = t.split(":");
|
|
110
|
-
u.length !== 2 &&
|
|
110
|
+
u.length !== 2 && l(e);
|
|
111
111
|
var a = !1;
|
|
112
|
-
u[0] === "echarts" && (t = u[1], a = !0), r.__isBuiltIn = a,
|
|
112
|
+
u[0] === "echarts" && (t = u[1], a = !0), r.__isBuiltIn = a, E.set(t, r);
|
|
113
113
|
}
|
|
114
|
-
function
|
|
115
|
-
var u =
|
|
116
|
-
a ||
|
|
117
|
-
for (var o = 0,
|
|
118
|
-
var
|
|
119
|
-
t = q(
|
|
114
|
+
function or(r, t, e) {
|
|
115
|
+
var u = b(r), a = u.length, n = "";
|
|
116
|
+
a || l(n);
|
|
117
|
+
for (var o = 0, s = a; o < s; o++) {
|
|
118
|
+
var c = u[o];
|
|
119
|
+
t = q(c, t, e, a === 1 ? null : o), o !== s - 1 && (t.length = Math.max(t.length, 1));
|
|
120
120
|
}
|
|
121
121
|
return t;
|
|
122
122
|
}
|
|
123
123
|
function q(r, t, e, u) {
|
|
124
124
|
var a = "";
|
|
125
|
-
t.length ||
|
|
126
|
-
var n = r.type, o =
|
|
127
|
-
o ||
|
|
128
|
-
var
|
|
129
|
-
return
|
|
130
|
-
}),
|
|
131
|
-
upstream:
|
|
132
|
-
upstreamList:
|
|
133
|
-
config:
|
|
125
|
+
t.length || l(a), F(r) || l(a);
|
|
126
|
+
var n = r.type, o = E.get(n);
|
|
127
|
+
o || l(a);
|
|
128
|
+
var s = S(t, function(i) {
|
|
129
|
+
return H(i, o);
|
|
130
|
+
}), c = b(o.transform({
|
|
131
|
+
upstream: s[0],
|
|
132
|
+
upstreamList: s,
|
|
133
|
+
config: x(r.config)
|
|
134
134
|
}));
|
|
135
|
-
|
|
136
|
-
var
|
|
137
|
-
|
|
138
|
-
var
|
|
139
|
-
F(
|
|
140
|
-
var
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
135
|
+
if (0 && r.print)
|
|
136
|
+
var h;
|
|
137
|
+
return S(c, function(i, d) {
|
|
138
|
+
var v = "";
|
|
139
|
+
F(i) || l(v), i.data || l(v);
|
|
140
|
+
var I = L(i.data);
|
|
141
|
+
D(I) || l(v);
|
|
142
|
+
var g, f = t[0];
|
|
143
|
+
if (f && d === 0 && !i.dimensions) {
|
|
144
|
+
var m = f.startIndex;
|
|
145
|
+
m && (i.data = f.data.slice(0, m).concat(i.data)), g = {
|
|
146
|
+
seriesLayoutBy: w,
|
|
147
|
+
sourceHeader: m,
|
|
148
|
+
dimensions: f.metaRawOption.dimensions
|
|
147
149
|
};
|
|
148
150
|
} else
|
|
149
|
-
|
|
150
|
-
seriesLayoutBy:
|
|
151
|
+
g = {
|
|
152
|
+
seriesLayoutBy: w,
|
|
151
153
|
sourceHeader: 0,
|
|
152
|
-
dimensions:
|
|
154
|
+
dimensions: i.dimensions
|
|
153
155
|
};
|
|
154
|
-
return
|
|
156
|
+
return k(i.data, g, null);
|
|
155
157
|
});
|
|
156
158
|
}
|
|
157
|
-
function
|
|
158
|
-
return r ===
|
|
159
|
+
function D(r) {
|
|
160
|
+
return r === O || r === _;
|
|
159
161
|
}
|
|
160
162
|
export {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
163
|
+
G as ExternalSource,
|
|
164
|
+
or as applyDataTransform,
|
|
165
|
+
nr as registerExternalTransform
|
|
164
166
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { addCommas as t, capitalFirst as o, formatTime as a, formatTpl as m, getTooltipMarker as p, normalizeCssArray as f, toCamelCase as x } from "../../util/format.js";
|
|
2
|
+
import { encodeHTML as i } from "../../../../zrender/lib/core/dom.js";
|
|
3
|
+
import { truncateText as s } from "../../../../zrender/lib/graphic/helper/parseText.js";
|
|
4
|
+
import { getTextRect as C } from "../../legacy/getTextRect.js";
|
|
5
|
+
export {
|
|
6
|
+
t as addCommas,
|
|
7
|
+
o as capitalFirst,
|
|
8
|
+
i as encodeHTML,
|
|
9
|
+
a as formatTime,
|
|
10
|
+
m as formatTpl,
|
|
11
|
+
C as getTextRect,
|
|
12
|
+
p as getTooltipMarker,
|
|
13
|
+
f as normalizeCssArray,
|
|
14
|
+
x as toCamelCase,
|
|
15
|
+
s as truncateText
|
|
16
|
+
};
|