web-core-tcm 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/@alova/shared/dist/alova-shared.esm.js +229 -92
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/clone.js +35 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js +109 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js +16 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js +9 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js +9 -10
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js +28 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js +48 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js +8 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js +49 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js +1 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/create.js +1 -1
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/equals.js +127 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/extensions.js +86 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/fields.js +11 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +60 -56
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +434 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/index.js +49 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/merge.js +33 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js +12 -3
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js +14 -10
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js +32 -12
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js +42 -6
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +58 -50
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js +26 -4
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js +1 -1
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/registry.js +130 -99
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +279 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/types.js +1 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +48 -27
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +24 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js +123 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +10 -6
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js +40 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js +18 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js +11 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js +19 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js +18 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +137 -63
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +25 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js +26 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js +17 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js +7 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js +35 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js +15 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js +180 -0
- package/dist/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js +29 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/api.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/app.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/component.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/context.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/hooks.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/index.js +6 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/api/util.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/const.js +5 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/index.js +24 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/plugin.js +1 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.js +67 -0
- package/dist/node_modules/@vue/devtools-api/lib/esm/time.js +12 -0
- package/dist/node_modules/@vueuse/core/index.js +5189 -199
- package/dist/node_modules/@vueuse/core/node_modules/vue-demi/lib/index.js +24 -0
- package/dist/node_modules/@vueuse/shared/index.js +1172 -23
- package/dist/node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.js +24 -0
- package/dist/node_modules/alova/dist/adapter/fetch.esm.js +30 -34
- package/dist/node_modules/alova/dist/alova.esm.js +266 -220
- package/dist/node_modules/alova/dist/clienthook/index.esm.js +2110 -70
- package/dist/node_modules/builder-pattern/dist/index.js +25 -13
- package/dist/node_modules/echarts/index.js +5 -0
- package/dist/node_modules/echarts/lib/animation/basicTransition.js +1 -1
- package/dist/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js +40 -39
- package/dist/node_modules/echarts/lib/animation/customGraphicTransition.js +146 -148
- package/dist/node_modules/echarts/lib/animation/universalTransition.js +208 -203
- package/dist/node_modules/echarts/lib/chart/bar/BarView.js +77 -76
- package/dist/node_modules/echarts/lib/chart/bar/PictorialBarView.js +6 -6
- package/dist/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js +8 -8
- package/dist/node_modules/echarts/lib/chart/candlestick/CandlestickView.js +8 -8
- package/dist/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js +34 -34
- package/dist/node_modules/echarts/lib/chart/custom/CustomView.js +157 -157
- package/dist/node_modules/echarts/lib/chart/funnel/FunnelView.js +7 -6
- package/dist/node_modules/echarts/lib/chart/funnel/funnelLayout.js +52 -52
- package/dist/node_modules/echarts/lib/chart/gauge/GaugeView.js +45 -44
- package/dist/node_modules/echarts/lib/chart/graph/GraphView.js +4 -2
- package/dist/node_modules/echarts/lib/chart/graph/adjustEdge.js +5 -5
- package/dist/node_modules/echarts/lib/chart/graph/forceHelper.js +4 -4
- package/dist/node_modules/echarts/lib/chart/heatmap/HeatmapView.js +54 -54
- package/dist/node_modules/echarts/lib/chart/helper/EffectLine.js +26 -25
- package/dist/node_modules/echarts/lib/chart/helper/LargeLineDraw.js +42 -41
- package/dist/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js +9 -8
- package/dist/node_modules/echarts/lib/chart/helper/Line.js +8 -7
- package/dist/node_modules/echarts/lib/chart/helper/LinePath.js +18 -15
- package/dist/node_modules/echarts/lib/chart/helper/Polyline.js +13 -12
- package/dist/node_modules/echarts/lib/chart/helper/Symbol.js +3 -2
- package/dist/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js +4 -3
- package/dist/node_modules/echarts/lib/chart/helper/createSeriesData.js +4 -4
- package/dist/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js +1 -1
- package/dist/node_modules/echarts/lib/chart/line/LineSeries.js +17 -15
- package/dist/node_modules/echarts/lib/chart/line/LineView.js +201 -200
- package/dist/node_modules/echarts/lib/chart/lines/LinesSeries.js +64 -61
- package/dist/node_modules/echarts/lib/chart/lines/LinesView.js +36 -36
- package/dist/node_modules/echarts/lib/chart/lines/linesLayout.js +21 -20
- package/dist/node_modules/echarts/lib/chart/map/MapView.js +13 -12
- package/dist/node_modules/echarts/lib/chart/parallel/ParallelView.js +7 -6
- package/dist/node_modules/echarts/lib/chart/pie/PieView.js +19 -18
- package/dist/node_modules/echarts/lib/chart/pie/pieLayout.js +1 -1
- package/dist/node_modules/echarts/lib/chart/radar/RadarView.js +5 -5
- package/dist/node_modules/echarts/lib/chart/sankey/SankeySeries.js +27 -27
- package/dist/node_modules/echarts/lib/chart/sankey/SankeyView.js +6 -5
- package/dist/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js +3 -2
- package/dist/node_modules/echarts/lib/chart/sunburst/sunburstAction.js +22 -21
- package/dist/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js +3 -3
- package/dist/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js +3 -2
- package/dist/node_modules/echarts/lib/chart/tree/TreeView.js +13 -12
- package/dist/node_modules/echarts/lib/chart/tree/treeLayout.js +1 -1
- package/dist/node_modules/echarts/lib/chart/treemap/Breadcrumb.js +3 -2
- package/dist/node_modules/echarts/lib/chart/treemap/TreemapView.js +131 -130
- package/dist/node_modules/echarts/lib/component/axis/AxisBuilder.js +4 -4
- package/dist/node_modules/echarts/lib/component/axis/AxisView.js +3 -3
- package/dist/node_modules/echarts/lib/component/axis/axisSplitHelper.js +11 -10
- package/dist/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js +3 -3
- package/dist/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js +3 -3
- package/dist/node_modules/echarts/lib/component/axisPointer/globalListener.js +1 -1
- package/dist/node_modules/echarts/lib/component/axisPointer/viewHelper.js +3 -3
- package/dist/node_modules/echarts/lib/component/brush/BrushModel.js +29 -29
- package/dist/node_modules/echarts/lib/component/calendar/CalendarView.js +3 -2
- package/dist/node_modules/echarts/lib/component/dataZoom/AxisProxy.js +4 -4
- package/dist/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js +12 -12
- package/dist/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js +22 -21
- package/dist/node_modules/echarts/lib/component/dataZoom/helper.js +49 -41
- package/dist/node_modules/echarts/lib/component/dataZoom/roams.js +5 -5
- package/dist/node_modules/echarts/lib/component/graphic/GraphicModel.js +66 -59
- package/dist/node_modules/echarts/lib/component/graphic/GraphicView.js +93 -93
- package/dist/node_modules/echarts/lib/component/helper/BrushController.js +168 -168
- package/dist/node_modules/echarts/lib/component/helper/BrushTargetManager.js +95 -95
- package/dist/node_modules/echarts/lib/component/helper/MapDraw.js +8 -8
- package/dist/node_modules/echarts/lib/component/helper/listComponent.js +3 -2
- package/dist/node_modules/echarts/lib/component/legend/LegendModel.js +1 -1
- package/dist/node_modules/echarts/lib/component/legend/LegendView.js +46 -45
- package/dist/node_modules/echarts/lib/component/legend/legendAction.js +1 -1
- package/dist/node_modules/echarts/lib/component/marker/MarkAreaView.js +84 -83
- package/dist/node_modules/echarts/lib/component/marker/MarkLineView.js +47 -47
- package/dist/node_modules/echarts/lib/component/marker/MarkerModel.js +32 -32
- package/dist/node_modules/echarts/lib/component/marker/markerHelper.js +1 -1
- package/dist/node_modules/echarts/lib/component/radar/RadarView.js +24 -24
- package/dist/node_modules/echarts/lib/component/timeline/SliderTimelineView.js +1 -1
- package/dist/node_modules/echarts/lib/component/title/install.js +8 -7
- package/dist/node_modules/echarts/lib/component/toolbox/feature/DataView.js +80 -79
- package/dist/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js +10 -9
- package/dist/node_modules/echarts/lib/component/toolbox/feature/MagicType.js +24 -23
- package/dist/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js +10 -10
- package/dist/node_modules/echarts/lib/component/tooltip/TooltipView.js +7 -7
- package/dist/node_modules/echarts/lib/component/tooltip/helper.js +1 -1
- package/dist/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js +13 -13
- package/dist/node_modules/echarts/lib/component/transform/filterTransform.js +17 -17
- package/dist/node_modules/echarts/lib/component/transform/sortTransform.js +34 -34
- package/dist/node_modules/echarts/lib/component/visualMap/ContinuousView.js +3 -3
- package/dist/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js +4 -4
- package/dist/node_modules/echarts/lib/component/visualMap/PiecewiseView.js +7 -6
- package/dist/node_modules/echarts/lib/component/visualMap/VisualMapModel.js +4 -4
- package/dist/node_modules/echarts/lib/component/visualMap/preprocessor.js +1 -1
- package/dist/node_modules/echarts/lib/coord/axisAlignTicks.js +29 -27
- package/dist/node_modules/echarts/lib/coord/axisDefault.js +1 -1
- package/dist/node_modules/echarts/lib/coord/axisHelper.js +4 -4
- package/dist/node_modules/echarts/lib/coord/axisTickLabelBuilder.js +1 -1
- package/dist/node_modules/echarts/lib/coord/calendar/Calendar.js +7 -7
- package/dist/node_modules/echarts/lib/coord/cartesian/Grid.js +91 -91
- package/dist/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js +21 -21
- package/dist/node_modules/echarts/lib/coord/cartesian/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/geo/Geo.js +22 -23
- package/dist/node_modules/echarts/lib/coord/geo/GeoJSONResource.js +3 -3
- package/dist/node_modules/echarts/lib/coord/geo/geoCreator.js +38 -38
- package/dist/node_modules/echarts/lib/coord/geo/geoSourceManager.js +2 -2
- package/dist/node_modules/echarts/lib/coord/geo/parseGeoJson.js +1 -1
- package/dist/node_modules/echarts/lib/coord/geo/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/parallel/Parallel.js +4 -4
- package/dist/node_modules/echarts/lib/coord/polar/polarCreator.js +11 -11
- package/dist/node_modules/echarts/lib/coord/polar/prepareCustom.js +3 -3
- package/dist/node_modules/echarts/lib/coord/radar/Radar.js +1 -1
- package/dist/node_modules/echarts/lib/coord/radar/RadarModel.js +1 -1
- package/dist/node_modules/echarts/lib/coord/scaleRawExtentInfo.js +37 -37
- package/dist/node_modules/echarts/lib/core/Scheduler.js +22 -22
- package/dist/node_modules/echarts/lib/core/echarts.js +615 -559
- package/dist/node_modules/echarts/lib/core/impl.js +8 -7
- package/dist/node_modules/echarts/lib/core/task.js +19 -19
- package/dist/node_modules/echarts/lib/data/DataStore.js +193 -191
- package/dist/node_modules/echarts/lib/data/Graph.js +69 -69
- package/dist/node_modules/echarts/lib/data/SeriesData.js +73 -68
- package/dist/node_modules/echarts/lib/data/Source.js +58 -58
- package/dist/node_modules/echarts/lib/data/Tree.js +3 -3
- package/dist/node_modules/echarts/lib/data/helper/SeriesDataSchema.js +4 -4
- package/dist/node_modules/echarts/lib/data/helper/createDimensions.js +40 -36
- package/dist/node_modules/echarts/lib/data/helper/dataProvider.js +103 -92
- package/dist/node_modules/echarts/lib/data/helper/dataValueHelper.js +17 -17
- package/dist/node_modules/echarts/lib/data/helper/dimensionHelper.js +15 -15
- package/dist/node_modules/echarts/lib/data/helper/sourceHelper.js +3 -3
- package/dist/node_modules/echarts/lib/data/helper/sourceManager.js +58 -58
- package/dist/node_modules/echarts/lib/data/helper/transform.js +97 -95
- package/dist/node_modules/echarts/lib/export/api/format.js +16 -0
- package/dist/node_modules/echarts/lib/export/api/graphic.js +54 -0
- package/dist/node_modules/echarts/lib/export/api/helper.js +44 -0
- package/dist/node_modules/echarts/lib/export/api/number.js +21 -0
- package/dist/node_modules/echarts/lib/export/api/time.js +6 -0
- package/dist/node_modules/echarts/lib/export/api/util.js +19 -0
- package/dist/node_modules/echarts/lib/export/api.js +71 -0
- package/dist/node_modules/echarts/lib/export/charts.js +46 -0
- package/dist/node_modules/echarts/lib/export/components.js +62 -0
- package/dist/node_modules/echarts/lib/export/core.js +39 -0
- package/dist/node_modules/echarts/lib/export/features.js +6 -0
- package/dist/node_modules/echarts/lib/export/renderers.js +6 -0
- package/dist/node_modules/echarts/lib/label/LabelManager.js +1 -1
- package/dist/node_modules/echarts/lib/label/labelGuideHelper.js +4 -4
- package/dist/node_modules/echarts/lib/label/labelLayoutHelper.js +87 -84
- package/dist/node_modules/echarts/lib/label/labelStyle.js +116 -115
- package/dist/node_modules/echarts/lib/layout/barGrid.js +84 -84
- package/dist/node_modules/echarts/lib/legacy/dataSelectAction.js +27 -26
- package/dist/node_modules/echarts/lib/legacy/getTextRect.js +20 -0
- package/dist/node_modules/echarts/lib/loading/default.js +3 -2
- package/dist/node_modules/echarts/lib/model/Global.js +162 -157
- package/dist/node_modules/echarts/lib/model/Model.js +14 -12
- package/dist/node_modules/echarts/lib/model/OptionManager.js +36 -35
- package/dist/node_modules/echarts/lib/model/Series.js +52 -52
- package/dist/node_modules/echarts/lib/model/internalComponentCreator.js +17 -11
- package/dist/node_modules/echarts/lib/model/mixin/dataFormat.js +38 -37
- package/dist/node_modules/echarts/lib/model/referHelper.js +13 -13
- package/dist/node_modules/echarts/lib/preprocessor/backwardCompat.js +60 -59
- package/dist/node_modules/echarts/lib/preprocessor/helper/compatStyle.js +82 -81
- package/dist/node_modules/echarts/lib/scale/Time.js +35 -34
- package/dist/node_modules/echarts/lib/scale/helper.js +25 -20
- package/dist/node_modules/echarts/lib/util/clazz.js +62 -62
- package/dist/node_modules/echarts/lib/util/component.js +40 -39
- package/dist/node_modules/echarts/lib/util/conditionalExpression.js +73 -73
- package/dist/node_modules/echarts/lib/util/decal.js +54 -52
- package/dist/node_modules/echarts/lib/util/format.js +81 -65
- package/dist/node_modules/echarts/lib/util/graphic.js +22 -22
- package/dist/node_modules/echarts/lib/util/layout.js +29 -29
- package/dist/node_modules/echarts/lib/util/log.js +41 -2
- package/dist/node_modules/echarts/lib/util/model.js +171 -170
- package/dist/node_modules/echarts/lib/util/number.js +97 -90
- package/dist/node_modules/echarts/lib/util/states.js +170 -164
- package/dist/node_modules/echarts/lib/util/styleCompat.js +27 -22
- package/dist/node_modules/echarts/lib/util/symbol.js +3 -3
- package/dist/node_modules/echarts/lib/util/time.js +2 -2
- package/dist/node_modules/echarts/lib/view/Chart.js +22 -21
- package/dist/node_modules/echarts/lib/visual/VisualMapping.js +45 -44
- package/dist/node_modules/echarts/lib/visual/helper.js +20 -17
- package/dist/node_modules/echarts/lib/visual/symbol.js +4 -4
- package/dist/node_modules/echarts/lib/visual/visualSolution.js +64 -64
- package/dist/node_modules/pinyin/lib/esm/pinyin.js +2 -2
- package/dist/node_modules/punycode/punycode.es6.js +17 -17
- package/dist/node_modules/quasar/src/components/btn-toggle/QBtnToggle.js +3 -3
- package/dist/node_modules/quasar/src/components/chip/QChip.js +3 -3
- package/dist/node_modules/quasar/src/components/dialog/QDialog.js +71 -73
- package/dist/node_modules/quasar/src/components/field/QField.js +4 -4
- package/dist/node_modules/quasar/src/components/infinite-scroll/QInfiniteScroll.js +8 -8
- package/dist/node_modules/quasar/src/components/input/QInput.js +28 -26
- package/dist/node_modules/quasar/src/components/menu/QMenu.js +13 -13
- package/dist/node_modules/quasar/src/components/radio/QRadio.js +4 -4
- package/dist/node_modules/quasar/src/components/resize-observer/QResizeObserver.js +14 -14
- package/dist/node_modules/quasar/src/components/scroll-area/QScrollArea.js +1 -1
- package/dist/node_modules/quasar/src/components/scroll-observer/QScrollObserver.js +4 -4
- package/dist/node_modules/quasar/src/components/select/QSelect.js +22 -22
- package/dist/node_modules/quasar/src/components/virtual-scroll/use-virtual-scroll.js +73 -72
- package/dist/node_modules/quasar/src/composables/private.use-anchor/use-anchor.js +10 -10
- package/dist/node_modules/quasar/src/composables/private.use-field/use-field.js +6 -6
- package/dist/node_modules/quasar/src/composables/private.use-file/use-file-dom-props.js +6 -6
- package/dist/node_modules/quasar/src/composables/private.use-history/use-history.js +13 -8
- package/dist/node_modules/quasar/src/composables/private.use-model-toggle/use-model-toggle.js +16 -16
- package/dist/node_modules/quasar/src/composables/private.use-portal/use-portal.js +28 -28
- package/dist/node_modules/quasar/src/composables/use-form/private.use-form.js +20 -12
- package/dist/node_modules/quasar/src/composables/use-render-cache/use-render-cache.js +8 -8
- package/dist/node_modules/quasar/src/directives/close-popup/ClosePopup.js +6 -5
- package/dist/node_modules/quasar/src/directives/ripple/Ripple.js +17 -16
- package/dist/node_modules/quasar/src/directives/touch-pan/TouchPan.js +23 -22
- package/dist/node_modules/quasar/src/plugins/lang/Lang.js +14 -16
- package/dist/node_modules/quasar/src/plugins/platform/Platform.js +6 -6
- package/dist/node_modules/quasar/src/plugins/private.history/History.js +55 -0
- package/dist/node_modules/quasar/src/utils/date/date.js +70 -69
- package/dist/node_modules/quasar/src/utils/date/private.persian.js +107 -0
- package/dist/node_modules/quasar/src/utils/debounce/debounce.js +8 -8
- package/dist/node_modules/quasar/src/utils/dom/dom.js +50 -13
- package/dist/node_modules/quasar/src/utils/event/event.js +83 -51
- package/dist/node_modules/quasar/src/utils/format/format.js +22 -6
- package/dist/node_modules/quasar/src/utils/is/is.js +17 -1
- package/dist/node_modules/quasar/src/utils/patterns/patterns.js +8 -5
- package/dist/node_modules/quasar/src/utils/private.click-outside/click-outside.js +11 -9
- package/dist/node_modules/quasar/src/utils/private.config/instance-config.js +8 -2
- package/dist/node_modules/quasar/src/utils/private.config/nodes.js +26 -9
- package/dist/node_modules/quasar/src/utils/private.create/create.js +18 -18
- package/dist/node_modules/quasar/src/utils/private.inject-obj-prop/inject-obj-prop.js +10 -4
- package/dist/node_modules/quasar/src/utils/private.keyboard/key-composition.js +11 -6
- package/dist/node_modules/quasar/src/utils/private.noop-ssr-directive-transform/noop-ssr-directive-transform.js +4 -0
- package/dist/node_modules/quasar/src/utils/private.symbols/symbols.js +13 -3
- package/dist/node_modules/quasar/src/utils/private.vm/vm.js +23 -11
- package/dist/node_modules/quasar/src/utils/scroll/prevent-scroll.js +4 -4
- package/dist/node_modules/quasar/src/utils/scroll/scroll.js +52 -34
- package/dist/node_modules/tslib/tslib.es6.js +305 -14
- package/dist/node_modules/vue-router/dist/devtools-BLCumUwL.js +659 -0
- package/dist/node_modules/vue-router/dist/vue-router.js +919 -9
- package/dist/node_modules/zrender/lib/Element.js +126 -122
- package/dist/node_modules/zrender/lib/animation/Animator.js +7 -7
- package/dist/node_modules/zrender/lib/animation/requestAnimationFrame.js +6 -5
- package/dist/node_modules/zrender/lib/canvas/Layer.js +4 -4
- package/dist/node_modules/zrender/lib/canvas/Painter.js +19 -19
- package/dist/node_modules/zrender/lib/canvas/dashStyle.js +3 -3
- package/dist/node_modules/zrender/lib/canvas/graphic.js +4 -4
- package/dist/node_modules/zrender/lib/config.js +7 -6
- package/dist/node_modules/zrender/lib/contain/path.js +8 -8
- package/dist/node_modules/zrender/lib/contain/text.js +50 -46
- package/dist/node_modules/zrender/lib/core/BoundingRect.js +3 -3
- package/dist/node_modules/zrender/lib/core/PathProxy.js +1 -1
- package/dist/node_modules/zrender/lib/core/bbox.js +4 -4
- package/dist/node_modules/zrender/lib/core/curve.js +1 -1
- package/dist/node_modules/zrender/lib/core/event.js +12 -10
- package/dist/node_modules/zrender/lib/core/platform.js +29 -24
- package/dist/node_modules/zrender/lib/core/util.js +94 -91
- package/dist/node_modules/zrender/lib/core/vector.js +54 -34
- package/dist/node_modules/zrender/lib/dom/HandlerProxy.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Group.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Image.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/Path.js +4 -4
- package/dist/node_modules/zrender/lib/graphic/TSpan.js +3 -3
- package/dist/node_modules/zrender/lib/graphic/Text.js +5 -5
- package/dist/node_modules/zrender/lib/graphic/helper/parseText.js +92 -87
- package/dist/node_modules/zrender/lib/graphic/shape/BezierCurve.js +6 -6
- package/dist/node_modules/zrender/lib/svg/Painter.js +43 -43
- package/dist/node_modules/zrender/lib/svg/cssAnimation.js +12 -12
- package/dist/node_modules/zrender/lib/svg/cssEmphasis.js +16 -16
- package/dist/node_modules/zrender/lib/svg/domapi.js +34 -10
- package/dist/node_modules/zrender/lib/svg/graphic.js +67 -67
- package/dist/node_modules/zrender/lib/svg/helper.js +57 -43
- package/dist/node_modules/zrender/lib/svg/mapStyleToAttrs.js +39 -39
- package/dist/node_modules/zrender/lib/svg/patch.js +26 -26
- package/dist/node_modules/zrender/lib/tool/color.js +87 -69
- package/dist/node_modules/zrender/lib/tool/morphPath.js +136 -129
- package/dist/node_modules/zrender/lib/tool/parseSVG.js +12 -12
- package/dist/node_modules/zrender/lib/zrender.js +106 -90
- package/dist/src/api/algorithm/alova/implement/comprehensiveAlgorithm.js +12 -16
- package/dist/src/api/algorithm/alova/implement/index.js +13 -0
- package/dist/src/api/algorithm/alova/implement/inquiriesAlgorithm.js +4 -7
- package/dist/src/api/algorithm/alova/implement/inspectionsAlgorithm.js +7 -10
- package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.js +6 -9
- package/dist/src/api/algorithm/alova/implement/pulsationsAlgorithm.js +7 -10
- package/dist/src/api/algorithm/alova/index.js +14 -21
- package/dist/src/api/algorithm/comprehensiveAlgorithm.js +5 -6
- package/dist/src/api/authorization/alova/globals.js +1 -0
- package/dist/src/api/authorization/alova/implement/index.js +4 -0
- package/dist/src/api/authorization/alova/index.js +10 -8
- package/dist/src/api/check/alova/globals.js +1 -0
- package/dist/src/api/check/alova/implement/index.js +5 -0
- package/dist/src/api/check/alova/index.js +5 -6
- package/dist/src/api/check/check.js +2 -2
- package/dist/src/api/doctor/alova/globals.js +1 -0
- package/dist/src/api/doctor/alova/implement/index.js +4 -0
- package/dist/src/api/doctor/alova/index.js +10 -9
- package/dist/src/api/index.js +28 -0
- package/dist/src/api/metric/alova/implement/index.js +4 -0
- package/dist/src/api/metric/alova/index.js +1 -0
- package/dist/src/api/metric/index.js +5 -4
- package/dist/src/api/oauth/alova/globals.js +1 -0
- package/dist/src/api/oauth/alova/implement/index.js +4 -0
- package/dist/src/api/oauth/alova/index.js +13 -11
- package/dist/src/api/outpatient/alova/globals.js +1 -0
- package/dist/src/api/outpatient/alova/implement/index.js +4 -0
- package/dist/src/api/outpatient/alova/index.js +5 -5
- package/dist/src/api/patient/alova/globals.js +1 -0
- package/dist/src/api/patient/alova/implement/index.js +16 -0
- package/dist/src/api/patient/alova/implement/meta.js +44 -44
- package/dist/src/api/patient/alova/index.js +9 -12
- package/dist/src/api/patient/index.js +23 -22
- package/dist/src/api/patient/meta.d.ts +12 -0
- package/dist/src/api/patient/meta.js +100 -98
- package/dist/src/api/prescription/alova/globals.js +1 -0
- package/dist/src/api/prescription/alova/implement/index.js +6 -0
- package/dist/src/api/prescription/alova/index.js +8 -7
- package/dist/src/api/scientist/alova/globals.js +1 -0
- package/dist/src/api/scientist/alova/implement/index.js +4 -0
- package/dist/src/api/scientist/alova/index.js +5 -5
- package/dist/src/components/core/TakeImageCollected.vue.js +2 -2
- package/dist/src/components/core/TakeImageCollected.vue2.js +82 -74
- package/dist/src/components/tcm/index.d.ts +1 -0
- package/dist/src/components/tcm/index.js +28 -0
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue.js +1 -1
- package/dist/src/components/tcm/inquirise/ComplaintViewCollected.vue2.js +42 -46
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js +1 -1
- package/dist/src/components/tcm/inquirise/ComplaintsRecognitionCollected.vue2.js +19 -23
- package/dist/src/components/tcm/inquirise/symptoms.js +33 -9
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue.d.ts +7 -0
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue.js +7 -0
- package/dist/src/components/tcm/inspections/AppendixMetaCollected.vue2.js +26 -0
- package/dist/src/components/tcm/inspections/CheckSceneMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/CheckSceneMetaCollected.vue2.js +13 -11
- package/dist/src/components/tcm/inspections/FaceMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/FaceMetaCollected.vue2.js +14 -16
- package/dist/src/components/tcm/inspections/InspectionDeviceTakeImageCollected.vue.js +1 -1
- package/dist/src/components/tcm/inspections/InspectionDeviceTakeImageCollected.vue2.js +141 -95
- package/dist/src/components/tcm/inspections/SceneMetaCollected.vue.js +4 -4
- package/dist/src/components/tcm/inspections/SceneMetaCollected.vue2.js +19 -19
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue.d.ts +3 -3
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue.js +2 -2
- package/dist/src/components/tcm/inspections/TongueMetaCollected.vue2.js +30 -13
- package/dist/src/components/tcm/inspections/index.d.ts +1 -0
- package/dist/src/components/tcm/lisems/EPPCollected.vue.js +1 -1
- package/dist/src/components/tcm/lisems/EPPCollected.vue2.js +3 -2
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue.d.ts +1 -1
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue.js +5 -833
- package/dist/src/components/tcm/lisems/EcgAndPcgCollect.vue2.js +816 -2
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue.d.ts +1 -1
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue.js +5 -148
- package/dist/src/components/tcm/palpations/OnePulsationCollect.vue2.js +147 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue.js +2 -2
- package/dist/src/components/tcm/palpations/PulsationCollect.vue2.js +30 -32
- package/dist/src/index.js +63 -58
- package/dist/src/proto/index.js +10 -0
- package/dist/src/proto/types/Images_pb.js +7 -6
- package/dist/src/proto/types/WaveMap_pb.js +4 -3
- package/dist/src/util/helper.js +38 -2
- package/dist/src/util/number.js +64 -25
- package/dist/src/util/string.js +51 -5
- package/dist/web-core-tcm.css +1 -1
- package/package.json +5 -3
- package/dist/node_modules/vue-router/dist/devtools-EWN81iOl.js +0 -19
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
function
|
|
2
|
-
let
|
|
3
|
-
|
|
4
|
-
const
|
|
1
|
+
function b(t, i, o) {
|
|
2
|
+
let n, e, u;
|
|
3
|
+
t instanceof Function ? (n = t, e = i, u = o) : (e = t, u = i);
|
|
4
|
+
const r = e ? Object.assign({}, e) : {}, s = new Proxy(
|
|
5
5
|
{},
|
|
6
6
|
{
|
|
7
|
-
get(
|
|
8
|
-
if (
|
|
9
|
-
if (
|
|
10
|
-
const
|
|
11
|
-
return () => Object.assign(
|
|
7
|
+
get(g, l) {
|
|
8
|
+
if (l === "build")
|
|
9
|
+
if (u && Object.assign(r, u), n) {
|
|
10
|
+
const c = new n();
|
|
11
|
+
return () => Object.assign(c, { ...r });
|
|
12
12
|
} else
|
|
13
|
-
return () =>
|
|
14
|
-
return (...
|
|
13
|
+
return () => r;
|
|
14
|
+
return (...c) => c.length === 0 ? r[l.toString()] : (r[l.toString()] = c[0], s);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
);
|
|
18
|
-
return
|
|
18
|
+
return s;
|
|
19
|
+
}
|
|
20
|
+
function f() {
|
|
21
|
+
const t = {}, i = new Proxy(
|
|
22
|
+
{},
|
|
23
|
+
{
|
|
24
|
+
get(o, n) {
|
|
25
|
+
return n === "build" ? () => t : (...e) => e.length === 0 ? t[n.toString()] : (t[n.toString()] = e[0], i);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
return i;
|
|
19
30
|
}
|
|
20
31
|
export {
|
|
21
|
-
|
|
32
|
+
b as Builder,
|
|
33
|
+
f as StrictBuilder
|
|
22
34
|
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { use as l } from "./lib/extension.js";
|
|
2
|
+
import "./lib/export/core.js";
|
|
3
|
+
import "./lib/export/renderers.js";
|
|
4
|
+
import "./lib/export/charts.js";
|
|
5
|
+
import "./lib/export/components.js";
|
|
6
|
+
import "./lib/export/features.js";
|
|
2
7
|
import { install as i } from "./lib/renderer/installCanvasRenderer.js";
|
|
3
8
|
import { install as t } from "./lib/renderer/installSVGRenderer.js";
|
|
4
9
|
import { install as a } from "./lib/chart/line/install.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { retrieve2 as y, isFunction as c, isObject as O } from "../../../zrender/lib/core/util.js";
|
|
2
2
|
import { makeInner as A } from "../util/model.js";
|
|
3
3
|
var D = A();
|
|
4
4
|
function F(i, n, o, e, t) {
|
|
@@ -1,55 +1,56 @@
|
|
|
1
|
-
import { isArray as
|
|
2
|
-
import { ELEMENT_ANIMATABLE_PROPS as
|
|
3
|
-
import { getAnimationConfig as
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { isArray as k, each as y, keys as K, filter as S, indexOf as T } from "../../../zrender/lib/core/util.js";
|
|
2
|
+
import { ELEMENT_ANIMATABLE_PROPS as I } from "./customGraphicTransition.js";
|
|
3
|
+
import { getAnimationConfig as R } from "./basicTransition.js";
|
|
4
|
+
import "../util/log.js";
|
|
5
|
+
import { makeInner as w } from "../util/model.js";
|
|
6
|
+
var E = w(), F = ["percent", "easing", "shape", "style", "extra"];
|
|
7
|
+
function D(e) {
|
|
8
|
+
e.stopAnimation("keyframe"), e.attr(E(e));
|
|
8
9
|
}
|
|
9
|
-
function
|
|
10
|
-
if (!(!
|
|
11
|
-
if (
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
function _(e, n, a) {
|
|
11
|
+
if (!(!a.isAnimationEnabled() || !n)) {
|
|
12
|
+
if (k(n)) {
|
|
13
|
+
y(n, function(r) {
|
|
14
|
+
_(e, r, a);
|
|
14
15
|
});
|
|
15
16
|
return;
|
|
16
17
|
}
|
|
17
|
-
var
|
|
18
|
-
if (
|
|
19
|
-
var d =
|
|
20
|
-
|
|
18
|
+
var m = n.keyframes, u = n.duration;
|
|
19
|
+
if (a && u == null) {
|
|
20
|
+
var d = R("enter", a, 0);
|
|
21
|
+
u = d && d.duration;
|
|
21
22
|
}
|
|
22
|
-
if (!(!
|
|
23
|
-
var
|
|
24
|
-
|
|
25
|
-
if (!(r && !
|
|
26
|
-
var f;
|
|
27
|
-
|
|
23
|
+
if (!(!m || !u)) {
|
|
24
|
+
var c = E(e);
|
|
25
|
+
y(I, function(r) {
|
|
26
|
+
if (!(r && !e[r])) {
|
|
27
|
+
var f, p = !1;
|
|
28
|
+
m.sort(function(i, t) {
|
|
28
29
|
return i.percent - t.percent;
|
|
29
|
-
}),
|
|
30
|
-
var t =
|
|
31
|
-
if (
|
|
32
|
-
var
|
|
33
|
-
if (r || (
|
|
34
|
-
return
|
|
35
|
-
})), !!
|
|
36
|
-
f || (f =
|
|
37
|
-
for (var
|
|
38
|
-
t[
|
|
39
|
-
r && (
|
|
40
|
-
var
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}), f.whenWithKeys(
|
|
30
|
+
}), y(m, function(i) {
|
|
31
|
+
var t = e.animators, A = r ? i[r] : i;
|
|
32
|
+
if (A) {
|
|
33
|
+
var s = K(A);
|
|
34
|
+
if (r || (s = S(s, function(v) {
|
|
35
|
+
return T(F, v) < 0;
|
|
36
|
+
})), !!s.length) {
|
|
37
|
+
f || (f = e.animate(r, n.loop, !0), f.scope = "keyframe");
|
|
38
|
+
for (var o = 0; o < t.length; o++)
|
|
39
|
+
t[o] !== f && t[o].targetName === f.targetName && t[o].stopTracks(s);
|
|
40
|
+
r && (c[r] = c[r] || {});
|
|
41
|
+
var h = r ? c[r] : c;
|
|
42
|
+
y(s, function(v) {
|
|
43
|
+
h[v] = ((r ? e[r] : e) || {})[v];
|
|
44
|
+
}), f.whenWithKeys(u * i.percent, A, s, i.easing);
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
|
-
}), f && f.delay(
|
|
47
|
+
}), f && f.delay(n.delay || 0).duration(u).start(n.easing);
|
|
47
48
|
}
|
|
48
49
|
});
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
53
|
export {
|
|
53
|
-
|
|
54
|
+
_ as applyKeyframeAnimation,
|
|
54
55
|
D as stopPreviousKeyframeAnimationAndRestore
|
|
55
56
|
};
|
|
@@ -1,209 +1,207 @@
|
|
|
1
|
-
import { makeInner as
|
|
2
|
-
import {
|
|
3
|
-
import { cloneValue as
|
|
4
|
-
import
|
|
5
|
-
import { getAnimationConfig as
|
|
1
|
+
import { makeInner as w, normalizeToArray as x } from "../util/model.js";
|
|
2
|
+
import { keys as T, reduce as F, bind as p, extend as m, each as b, hasOwn as P, indexOf as _, isArrayLike as L } from "../../../zrender/lib/core/util.js";
|
|
3
|
+
import { cloneValue as B } from "../../../zrender/lib/animation/Animator.js";
|
|
4
|
+
import C from "../../../zrender/lib/graphic/Displayable.js";
|
|
5
|
+
import { getAnimationConfig as O } from "./basicTransition.js";
|
|
6
6
|
import "../util/graphic.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
7
|
+
import "../util/log.js";
|
|
8
|
+
import { TRANSFORMABLE_PROPS as R } from "../../../zrender/lib/core/Transformable.js";
|
|
9
|
+
import Y from "../../../zrender/lib/graphic/Path.js";
|
|
10
|
+
var D = {
|
|
10
11
|
position: ["x", "y"],
|
|
11
12
|
scale: ["scaleX", "scaleY"],
|
|
12
13
|
origin: ["originX", "originY"]
|
|
13
|
-
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
var e = r + "Animation", i = X(r, t, v) || {}, f = d(a).userDuring;
|
|
21
|
-
return i.duration > 0 && (i.during = f ? Y(V, {
|
|
22
|
-
el: a,
|
|
14
|
+
}, E = T(D), vr = F(R, function(r, e) {
|
|
15
|
+
return r[e] = 1, r;
|
|
16
|
+
}, {}), or = R.join(", "), k = ["", "style", "shape", "extra"], d = w();
|
|
17
|
+
function M(r, e, t, a, s) {
|
|
18
|
+
var n = r + "Animation", i = O(r, a, s) || {}, f = d(e).userDuring;
|
|
19
|
+
return i.duration > 0 && (i.during = f ? p(z, {
|
|
20
|
+
el: e,
|
|
23
21
|
userDuring: f
|
|
24
|
-
}) : null, i.setToFinal = !0, i.scope = r),
|
|
22
|
+
}) : null, i.setToFinal = !0, i.scope = r), m(i, t[n]), i;
|
|
25
23
|
}
|
|
26
|
-
function
|
|
27
|
-
|
|
28
|
-
var
|
|
29
|
-
|
|
30
|
-
var
|
|
31
|
-
if (
|
|
32
|
-
if (
|
|
33
|
-
var
|
|
34
|
-
b(
|
|
35
|
-
var
|
|
36
|
-
|
|
24
|
+
function ur(r, e, t, a) {
|
|
25
|
+
a = a || {};
|
|
26
|
+
var s = a.dataIndex, n = a.isInit, i = a.clearStyle, f = t.isAnimationEnabled(), h = d(r), u = e.style;
|
|
27
|
+
h.userDuring = e.during;
|
|
28
|
+
var v = {}, o = {};
|
|
29
|
+
if (J(r, e, o), I("shape", e, o), I("extra", e, o), !n && f && (H(r, e, v), N("shape", r, e, v), N("extra", r, e, v), Q(r, e, u, v)), o.style = u, U(r, o, i), X(r, e), f)
|
|
30
|
+
if (n) {
|
|
31
|
+
var l = {};
|
|
32
|
+
b(k, function(y) {
|
|
33
|
+
var A = y ? e[y] : e;
|
|
34
|
+
A && A.enterFrom && (y && (l[y] = l[y] || {}), m(y ? l[y] : l, A.enterFrom));
|
|
37
35
|
});
|
|
38
|
-
var S =
|
|
39
|
-
S.duration > 0 && r.animateFrom(
|
|
36
|
+
var S = M("enter", r, e, t, s);
|
|
37
|
+
S.duration > 0 && r.animateFrom(l, S);
|
|
40
38
|
} else
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
q(r, e, s || 0, t, v);
|
|
40
|
+
G(r, e), u ? r.dirty() : r.markRedraw();
|
|
43
41
|
}
|
|
44
|
-
function
|
|
45
|
-
for (var
|
|
46
|
-
var
|
|
47
|
-
|
|
42
|
+
function G(r, e) {
|
|
43
|
+
for (var t = d(r).leaveToProps, a = 0; a < k.length; a++) {
|
|
44
|
+
var s = k[a], n = s ? e[s] : e;
|
|
45
|
+
n && n.leaveTo && (t || (t = d(r).leaveToProps = {}), s && (t[s] = t[s] || {}), m(s ? t[s] : t, n.leaveTo));
|
|
48
46
|
}
|
|
49
47
|
}
|
|
50
|
-
function
|
|
48
|
+
function lr(r, e, t, a) {
|
|
51
49
|
if (r) {
|
|
52
|
-
var
|
|
53
|
-
if (
|
|
54
|
-
var i =
|
|
50
|
+
var s = r.parent, n = d(r).leaveToProps;
|
|
51
|
+
if (n) {
|
|
52
|
+
var i = M("update", r, e, t, 0);
|
|
55
53
|
i.done = function() {
|
|
56
|
-
|
|
57
|
-
}, r.animateTo(
|
|
54
|
+
s.remove(r), a && a();
|
|
55
|
+
}, r.animateTo(n, i);
|
|
58
56
|
} else
|
|
59
|
-
|
|
57
|
+
s.remove(r), a && a();
|
|
60
58
|
}
|
|
61
59
|
}
|
|
62
|
-
function
|
|
60
|
+
function g(r) {
|
|
63
61
|
return r === "all";
|
|
64
62
|
}
|
|
65
|
-
function
|
|
66
|
-
var
|
|
67
|
-
if (!r.isGroup &&
|
|
68
|
-
if (
|
|
63
|
+
function U(r, e, t) {
|
|
64
|
+
var a = e.style;
|
|
65
|
+
if (!r.isGroup && a) {
|
|
66
|
+
if (t) {
|
|
69
67
|
r.useStyle({});
|
|
70
|
-
for (var
|
|
71
|
-
var i =
|
|
68
|
+
for (var s = r.animators, n = 0; n < s.length; n++) {
|
|
69
|
+
var i = s[n];
|
|
72
70
|
i.targetName === "style" && i.changeTarget(r.style);
|
|
73
71
|
}
|
|
74
72
|
}
|
|
75
|
-
r.setStyle(
|
|
73
|
+
r.setStyle(a);
|
|
76
74
|
}
|
|
77
|
-
|
|
75
|
+
e && (e.style = null, e && r.attr(e), e.style = a);
|
|
78
76
|
}
|
|
79
|
-
function
|
|
80
|
-
if (
|
|
81
|
-
var
|
|
82
|
-
|
|
77
|
+
function q(r, e, t, a, s) {
|
|
78
|
+
if (s) {
|
|
79
|
+
var n = M("update", r, e, a, t);
|
|
80
|
+
n.duration > 0 && r.animateFrom(s, n);
|
|
83
81
|
}
|
|
84
82
|
}
|
|
85
|
-
function
|
|
86
|
-
|
|
83
|
+
function X(r, e) {
|
|
84
|
+
P(e, "silent") && (r.silent = e.silent), P(e, "ignore") && (r.ignore = e.ignore), r instanceof C && P(e, "invisible") && (r.invisible = e.invisible), r instanceof Y && P(e, "autoBatch") && (r.autoBatch = e.autoBatch);
|
|
87
85
|
}
|
|
88
|
-
var
|
|
86
|
+
var c = {}, j = {
|
|
89
87
|
// Usually other props do not need to be changed in animation during.
|
|
90
|
-
setTransform: function(r,
|
|
91
|
-
return
|
|
88
|
+
setTransform: function(r, e) {
|
|
89
|
+
return c.el[r] = e, this;
|
|
92
90
|
},
|
|
93
91
|
getTransform: function(r) {
|
|
94
|
-
return
|
|
92
|
+
return c.el[r];
|
|
95
93
|
},
|
|
96
|
-
setShape: function(r,
|
|
97
|
-
var
|
|
98
|
-
return
|
|
94
|
+
setShape: function(r, e) {
|
|
95
|
+
var t = c.el, a = t.shape || (t.shape = {});
|
|
96
|
+
return a[r] = e, t.dirtyShape && t.dirtyShape(), this;
|
|
99
97
|
},
|
|
100
98
|
getShape: function(r) {
|
|
101
|
-
var
|
|
102
|
-
if (
|
|
103
|
-
return
|
|
99
|
+
var e = c.el.shape;
|
|
100
|
+
if (e)
|
|
101
|
+
return e[r];
|
|
104
102
|
},
|
|
105
|
-
setStyle: function(r,
|
|
106
|
-
var
|
|
107
|
-
return
|
|
103
|
+
setStyle: function(r, e) {
|
|
104
|
+
var t = c.el, a = t.style;
|
|
105
|
+
return a && (a[r] = e, t.dirtyStyle && t.dirtyStyle()), this;
|
|
108
106
|
},
|
|
109
107
|
getStyle: function(r) {
|
|
110
|
-
var
|
|
111
|
-
if (
|
|
112
|
-
return
|
|
108
|
+
var e = c.el.style;
|
|
109
|
+
if (e)
|
|
110
|
+
return e[r];
|
|
113
111
|
},
|
|
114
|
-
setExtra: function(r,
|
|
115
|
-
var
|
|
116
|
-
return
|
|
112
|
+
setExtra: function(r, e) {
|
|
113
|
+
var t = c.el.extra || (c.el.extra = {});
|
|
114
|
+
return t[r] = e, this;
|
|
117
115
|
},
|
|
118
116
|
getExtra: function(r) {
|
|
119
|
-
var
|
|
120
|
-
if (
|
|
121
|
-
return
|
|
117
|
+
var e = c.el.extra;
|
|
118
|
+
if (e)
|
|
119
|
+
return e[r];
|
|
122
120
|
}
|
|
123
121
|
};
|
|
124
|
-
function
|
|
125
|
-
var r = this,
|
|
126
|
-
if (
|
|
127
|
-
var
|
|
128
|
-
if (
|
|
122
|
+
function z() {
|
|
123
|
+
var r = this, e = r.el;
|
|
124
|
+
if (e) {
|
|
125
|
+
var t = d(e).userDuring, a = r.userDuring;
|
|
126
|
+
if (t !== a) {
|
|
129
127
|
r.el = r.userDuring = null;
|
|
130
128
|
return;
|
|
131
129
|
}
|
|
132
|
-
|
|
130
|
+
c.el = e, a(j);
|
|
133
131
|
}
|
|
134
132
|
}
|
|
135
|
-
function
|
|
136
|
-
var
|
|
137
|
-
if (
|
|
138
|
-
var
|
|
139
|
-
if (
|
|
140
|
-
var f =
|
|
141
|
-
if (
|
|
142
|
-
if (!i && (i =
|
|
143
|
-
|
|
133
|
+
function N(r, e, t, a) {
|
|
134
|
+
var s = t[r];
|
|
135
|
+
if (s) {
|
|
136
|
+
var n = e[r], i;
|
|
137
|
+
if (n) {
|
|
138
|
+
var f = t.transition, h = s.transition;
|
|
139
|
+
if (h)
|
|
140
|
+
if (!i && (i = a[r] = {}), g(h))
|
|
141
|
+
m(i, n);
|
|
144
142
|
else
|
|
145
|
-
for (var
|
|
146
|
-
var
|
|
147
|
-
i[
|
|
143
|
+
for (var u = x(h), v = 0; v < u.length; v++) {
|
|
144
|
+
var o = u[v], l = n[o];
|
|
145
|
+
i[o] = l;
|
|
148
146
|
}
|
|
149
|
-
else if (
|
|
150
|
-
!i && (i =
|
|
151
|
-
for (var S =
|
|
152
|
-
var
|
|
153
|
-
|
|
147
|
+
else if (g(f) || _(f, r) >= 0) {
|
|
148
|
+
!i && (i = a[r] = {});
|
|
149
|
+
for (var S = T(n), v = 0; v < S.length; v++) {
|
|
150
|
+
var o = S[v], l = n[o];
|
|
151
|
+
V(s[o], l) && (i[o] = l);
|
|
154
152
|
}
|
|
155
153
|
}
|
|
156
154
|
}
|
|
157
155
|
}
|
|
158
156
|
}
|
|
159
|
-
function
|
|
160
|
-
var
|
|
161
|
-
if (
|
|
162
|
-
for (var
|
|
163
|
-
var f =
|
|
164
|
-
|
|
157
|
+
function I(r, e, t) {
|
|
158
|
+
var a = e[r];
|
|
159
|
+
if (a)
|
|
160
|
+
for (var s = t[r] = {}, n = T(a), i = 0; i < n.length; i++) {
|
|
161
|
+
var f = n[i];
|
|
162
|
+
s[f] = B(a[f]);
|
|
165
163
|
}
|
|
166
164
|
}
|
|
167
|
-
function
|
|
168
|
-
for (var
|
|
169
|
-
var i =
|
|
165
|
+
function H(r, e, t) {
|
|
166
|
+
for (var a = e.transition, s = g(a) ? R : x(a || []), n = 0; n < s.length; n++) {
|
|
167
|
+
var i = s[n];
|
|
170
168
|
if (!(i === "style" || i === "shape" || i === "extra")) {
|
|
171
169
|
var f = r[i];
|
|
172
|
-
|
|
170
|
+
t[i] = f;
|
|
173
171
|
}
|
|
174
172
|
}
|
|
175
173
|
}
|
|
176
|
-
function
|
|
177
|
-
for (var
|
|
178
|
-
var
|
|
179
|
-
i && (n[
|
|
174
|
+
function J(r, e, t) {
|
|
175
|
+
for (var a = 0; a < E.length; a++) {
|
|
176
|
+
var s = E[a], n = D[s], i = e[s];
|
|
177
|
+
i && (t[n[0]] = i[0], t[n[1]] = i[1]);
|
|
180
178
|
}
|
|
181
|
-
for (var
|
|
182
|
-
var f =
|
|
183
|
-
|
|
179
|
+
for (var a = 0; a < R.length; a++) {
|
|
180
|
+
var f = R[a];
|
|
181
|
+
e[f] != null && (t[f] = e[f]);
|
|
184
182
|
}
|
|
185
183
|
}
|
|
186
|
-
function
|
|
187
|
-
if (
|
|
188
|
-
var
|
|
189
|
-
if (
|
|
190
|
-
var i =
|
|
191
|
-
if (i && !
|
|
192
|
-
var
|
|
193
|
-
!
|
|
194
|
-
for (var
|
|
195
|
-
var
|
|
196
|
-
|
|
184
|
+
function Q(r, e, t, a) {
|
|
185
|
+
if (t) {
|
|
186
|
+
var s = r.style, n;
|
|
187
|
+
if (s) {
|
|
188
|
+
var i = t.transition, f = e.transition;
|
|
189
|
+
if (i && !g(i)) {
|
|
190
|
+
var h = x(i);
|
|
191
|
+
!n && (n = a.style = {});
|
|
192
|
+
for (var u = 0; u < h.length; u++) {
|
|
193
|
+
var v = h[u], o = s[v];
|
|
194
|
+
n[v] = o;
|
|
197
195
|
}
|
|
198
|
-
} else if (r.getAnimationStyleProps && (
|
|
199
|
-
var
|
|
196
|
+
} else if (r.getAnimationStyleProps && (g(f) || g(i) || _(f, "style") >= 0)) {
|
|
197
|
+
var l = r.getAnimationStyleProps(), S = l ? l.style : null;
|
|
200
198
|
if (S) {
|
|
201
|
-
!
|
|
202
|
-
for (var
|
|
203
|
-
var
|
|
204
|
-
if (S[
|
|
205
|
-
var
|
|
206
|
-
|
|
199
|
+
!n && (n = a.style = {});
|
|
200
|
+
for (var y = T(t), u = 0; u < y.length; u++) {
|
|
201
|
+
var v = y[u];
|
|
202
|
+
if (S[v]) {
|
|
203
|
+
var o = s[v];
|
|
204
|
+
n[v] = o;
|
|
207
205
|
}
|
|
208
206
|
}
|
|
209
207
|
}
|
|
@@ -211,13 +209,13 @@ function $(r, a, n, t) {
|
|
|
211
209
|
}
|
|
212
210
|
}
|
|
213
211
|
}
|
|
214
|
-
function
|
|
215
|
-
return
|
|
212
|
+
function V(r, e) {
|
|
213
|
+
return L(r) ? r !== e : r != null && isFinite(r);
|
|
216
214
|
}
|
|
217
215
|
export {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
216
|
+
k as ELEMENT_ANIMATABLE_PROPS,
|
|
217
|
+
lr as applyLeaveTransition,
|
|
218
|
+
ur as applyUpdateTransition,
|
|
219
|
+
g as isTransitionAll,
|
|
220
|
+
G as updateLeaveTo
|
|
223
221
|
};
|