x-print-designer 0.3.30 → 0.4.3

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.
@@ -1,35 +1,4 @@
1
- import { isString, reduce, map as map$1, eqNaN, isFunction, isRegExp, isObject as isObject$2, isNumber, isStringSafe, isArray, createHashMap, each as each$2, indexOf, env, assert, inherits, extend, Path, liftColor, isArrayLike, keys, PathProxy, applyTransform as applyTransform$1, __extends as __extends$1, min, max, clone$1 as clone, sub, scale$1, distance, add, subPixelOptimizeLine as subPixelOptimizeLine$1, quadraticSubdivide, cubicSubdivide, normalize as normalize$1, cubicDerivativeAt, cubicAt, quadraticDerivativeAt, quadraticAt, Point, createIntersectContext, BoundingRect, Displayable, retrieve2, ZRImage, defaults, identity, mul, subPixelOptimize as subPixelOptimize$1, Transformable, invert, hasOwn, copy$1 as copy, create, subPixelOptimizeRect as subPixelOptimizeRect$1, clone as clone$1, Rect, CompoundPath, Group, ZRText, normalizeCssArray as normalizeCssArray$1, trim, retrieve3, merge, mixin, encodeHTML, curry, modifyHSL, isTypedArray, filter, bind, setAsPrimitive, concatArray, noop, calculateTextPosition, LRU, platformApi, brushSingle, Eventful, isDom, setPlatformAPI, init as init$1, sort, registerSSRDataGetter, slice, parsePercent as parsePercent$1, registerPainter, windingLine, getBoundingRect } from "./graphic-BEFAeatd.js";
2
- /*! *****************************************************************************
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted.
7
-
8
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
- PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */
16
- var extendStatics = function(d, b) {
17
- extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
18
- d2.__proto__ = b2;
19
- } || function(d2, b2) {
20
- for (var p in b2) if (Object.prototype.hasOwnProperty.call(b2, p)) d2[p] = b2[p];
21
- };
22
- return extendStatics(d, b);
23
- };
24
- function __extends(d, b) {
25
- if (typeof b !== "function" && b !== null)
26
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
27
- extendStatics(d, b);
28
- function __() {
29
- this.constructor = d;
30
- }
31
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
32
- }
1
+ import { isString, reduce, map as map$1, eqNaN, isFunction, isRegExp, isObject as isObject$2, isNumber, isStringSafe, isArray, createHashMap, each as each$2, indexOf, env, assert, __extends, inherits, extend, Path, liftColor, isArrayLike, keys, PathProxy, applyTransform as applyTransform$1, min, max, clone$1 as clone, sub, scale$1, distance, add, subPixelOptimizeLine as subPixelOptimizeLine$1, quadraticSubdivide, cubicSubdivide, normalize as normalize$1, cubicDerivativeAt, cubicAt, quadraticDerivativeAt, quadraticAt, Point, createIntersectContext, BoundingRect, Displayable, retrieve2, ZRImage, defaults, identity, mul, subPixelOptimize as subPixelOptimize$1, Transformable, invert, hasOwn, copy$1 as copy, create, subPixelOptimizeRect as subPixelOptimizeRect$1, clone as clone$1, Rect, CompoundPath, Group, ZRText, normalizeCssArray as normalizeCssArray$1, trim, retrieve3, merge, mixin, encodeHTML, curry, modifyHSL, isTypedArray, filter, bind, setAsPrimitive, concatArray, noop, calculateTextPosition, LRU, platformApi, brushSingle, Eventful, isDom, setPlatformAPI, init as init$1, sort, registerSSRDataGetter, slice, parsePercent as parsePercent$1, registerPainter, windingLine, getBoundingRect } from "./graphic-BP8Wuks8.js";
33
2
  var RADIAN_EPSILON = 1e-4;
34
3
  var ROUND_SUPPORTED_PRECISION_MAX = 20;
35
4
  function _trim(str) {
@@ -1967,7 +1936,7 @@ function createPathProxyFromString(data) {
1967
1936
  return path;
1968
1937
  }
1969
1938
  var SVGPath = (function(_super) {
1970
- __extends$1(SVGPath2, _super);
1939
+ __extends(SVGPath2, _super);
1971
1940
  function SVGPath2() {
1972
1941
  return _super !== null && _super.apply(this, arguments) || this;
1973
1942
  }
@@ -2008,7 +1977,7 @@ function createFromString(str, opts) {
2008
1977
  function extendFromString(str, defaultOpts) {
2009
1978
  var innerOpts = createPathOptions(str, defaultOpts);
2010
1979
  var Sub = (function(_super) {
2011
- __extends$1(Sub2, _super);
1980
+ __extends(Sub2, _super);
2012
1981
  function Sub2(opts) {
2013
1982
  var _this = _super.call(this, opts) || this;
2014
1983
  _this.applyTransform = innerOpts.applyTransform;
@@ -2048,7 +2017,7 @@ var CircleShape = /* @__PURE__ */ (function() {
2048
2017
  return CircleShape2;
2049
2018
  })();
2050
2019
  var Circle = (function(_super) {
2051
- __extends$1(Circle2, _super);
2020
+ __extends(Circle2, _super);
2052
2021
  function Circle2(opts) {
2053
2022
  return _super.call(this, opts) || this;
2054
2023
  }
@@ -2072,7 +2041,7 @@ var EllipseShape = /* @__PURE__ */ (function() {
2072
2041
  return EllipseShape2;
2073
2042
  })();
2074
2043
  var Ellipse = (function(_super) {
2075
- __extends$1(Ellipse2, _super);
2044
+ __extends(Ellipse2, _super);
2076
2045
  function Ellipse2(opts) {
2077
2046
  return _super.call(this, opts) || this;
2078
2047
  }
@@ -2325,7 +2294,7 @@ var SectorShape = /* @__PURE__ */ (function() {
2325
2294
  return SectorShape2;
2326
2295
  })();
2327
2296
  var Sector = (function(_super) {
2328
- __extends$1(Sector2, _super);
2297
+ __extends(Sector2, _super);
2329
2298
  function Sector2(opts) {
2330
2299
  return _super.call(this, opts) || this;
2331
2300
  }
@@ -2351,7 +2320,7 @@ var RingShape = /* @__PURE__ */ (function() {
2351
2320
  return RingShape2;
2352
2321
  })();
2353
2322
  var Ring = (function(_super) {
2354
- __extends$1(Ring2, _super);
2323
+ __extends(Ring2, _super);
2355
2324
  function Ring2(opts) {
2356
2325
  return _super.call(this, opts) || this;
2357
2326
  }
@@ -2462,7 +2431,7 @@ var PolygonShape = /* @__PURE__ */ (function() {
2462
2431
  return PolygonShape2;
2463
2432
  })();
2464
2433
  var Polygon = (function(_super) {
2465
- __extends$1(Polygon2, _super);
2434
+ __extends(Polygon2, _super);
2466
2435
  function Polygon2(opts) {
2467
2436
  return _super.call(this, opts) || this;
2468
2437
  }
@@ -2485,7 +2454,7 @@ var PolylineShape = /* @__PURE__ */ (function() {
2485
2454
  return PolylineShape2;
2486
2455
  })();
2487
2456
  var Polyline = (function(_super) {
2488
- __extends$1(Polyline2, _super);
2457
+ __extends(Polyline2, _super);
2489
2458
  function Polyline2(opts) {
2490
2459
  return _super.call(this, opts) || this;
2491
2460
  }
@@ -2516,7 +2485,7 @@ var LineShape = /* @__PURE__ */ (function() {
2516
2485
  return LineShape2;
2517
2486
  })();
2518
2487
  var Line = (function(_super) {
2519
- __extends$1(Line2, _super);
2488
+ __extends(Line2, _super);
2520
2489
  function Line2(opts) {
2521
2490
  return _super.call(this, opts) || this;
2522
2491
  }
@@ -2596,7 +2565,7 @@ function someVectorAt(shape, t, isTangent) {
2596
2565
  }
2597
2566
  }
2598
2567
  var BezierCurve = (function(_super) {
2599
- __extends$1(BezierCurve2, _super);
2568
+ __extends(BezierCurve2, _super);
2600
2569
  function BezierCurve2(opts) {
2601
2570
  return _super.call(this, opts) || this;
2602
2571
  }
@@ -2669,7 +2638,7 @@ var ArcShape = /* @__PURE__ */ (function() {
2669
2638
  return ArcShape2;
2670
2639
  })();
2671
2640
  var Arc = (function(_super) {
2672
- __extends$1(Arc2, _super);
2641
+ __extends(Arc2, _super);
2673
2642
  function Arc2(opts) {
2674
2643
  return _super.call(this, opts) || this;
2675
2644
  }
@@ -2710,7 +2679,7 @@ var Gradient = (function() {
2710
2679
  return Gradient2;
2711
2680
  })();
2712
2681
  var LinearGradient = (function(_super) {
2713
- __extends$1(LinearGradient2, _super);
2682
+ __extends(LinearGradient2, _super);
2714
2683
  function LinearGradient2(x, y, x2, y2, colorStops, globalCoord) {
2715
2684
  var _this = _super.call(this, colorStops) || this;
2716
2685
  _this.x = x == null ? 0 : x;
@@ -2724,7 +2693,7 @@ var LinearGradient = (function(_super) {
2724
2693
  return LinearGradient2;
2725
2694
  })(Gradient);
2726
2695
  var RadialGradient = (function(_super) {
2727
- __extends$1(RadialGradient2, _super);
2696
+ __extends(RadialGradient2, _super);
2728
2697
  function RadialGradient2(x, y, r, colorStops, globalCoord) {
2729
2698
  var _this = _super.call(this, colorStops) || this;
2730
2699
  _this.x = x == null ? 0.5 : x;
@@ -2867,7 +2836,7 @@ var OrientedBoundingRect = (function() {
2867
2836
  })();
2868
2837
  var m = [];
2869
2838
  var IncrementalDisplayable = (function(_super) {
2870
- __extends$1(IncrementalDisplayable2, _super);
2839
+ __extends(IncrementalDisplayable2, _super);
2871
2840
  function IncrementalDisplayable2() {
2872
2841
  var _this = _super !== null && _super.apply(this, arguments) || this;
2873
2842
  _this.notClear = true;
@@ -18013,7 +17982,6 @@ export {
18013
17982
  WH,
18014
17983
  XY,
18015
17984
  Z2_EMPHASIS_LIFT,
18016
- __extends,
18017
17985
  addCommas,
18018
17986
  animateLabelValue,
18019
17987
  applyPreserveAspect,
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs } from "./web-component-BNnHfTMW.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-DaiXMEJI.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs } from "./web-component-BNnHfTMW.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-DaiXMEJI.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1,7 +1,7 @@
1
- import { Point, retrieve2, defaults, dist, lerp, Group as Group$1, map, isNumber, PathProxy, cubicRootAt, Path, cubicAt, Rect as Rect$1, isFunction, bind, ZRText, each as each$2, lerp$1, isString, calculateTextPosition, isArray, parsePercent, extend, curry, normalizeArcAngles, BoundingRect, clone, retrieve3, find, ZRImage, createHashMap, merge, fromPoints, concatArray, assert, keys, indexOf, noop, translate, scale, normalizeCssArray, Displayable, create, modifyHSL, modifyAlpha, retrieve, filter, clone$1, normalize as normalize$2, scale$1, create$1, sub, len, set, copy, scaleAndAdd as scaleAndAdd$1, quadraticSubdivide, quadraticAt as quadraticAt$1, distSquare, mixin, eqNaN, isObject, clone$2, quadraticDerivativeAt, containStroke, containStroke$1, mergeAll, platformApi, normalizeRadian, lift, hasOwn, CompoundPath } from "./graphic-BEFAeatd.js";
2
- import { DISPLAY_STATES, Polyline as Polyline$1, SPECIAL_STATES, __extends, createSymbol, tokens, SeriesModel, isDimensionStacked, createFloat32Array, round, Sector, initProps, convertToColorString, setStatesStylesFromModel, getECData, toggleHoverEmphasis, queryDataIndex, ChartView, setStatesFlag, setLabelStyle, getLabelStatesModels, interpolateRawValues, labelInner, updateProps, LinearGradient, createRenderPlanner, inheritDefaultOption, warn, traverseElements, removeElementWithFadeOut, saveOldStyle, setLabelValueAnimation, throttle, layout, createProgressiveLayout, getCircleLayout, linearMap, makeInner, parsePercent as parsePercent$1, SeriesData, makeSeriesEncodeForNameBased, getPercentSeats, defaultEmphasis, registerLayOutOnCoordSysUsage, createLegacyDataSelectAction, use, Polygon, graphic, normalizeSymbolSize, retrieveVisualColorForTooltipMarker, createTooltipMarkup, Circle, Z2_EMPHASIS_LIFT, decideCoordSysUsageKind, CoordinateSystemUsageKind, HOVER_STATE_BLUR, removeElement, BezierCurve, setDefaultStateProxy, convertOptionIdName, Model, createBoxLayoutReference, getLayoutRect, getDecalFromPalette, normalizeToArray, positionElement, createTextStyle, DataDiffer, windowOpen, isHighDownDispatcher, setAsHighDownDispatcher, enableHoverFocus, makeStyleMapper, MAX_SAFE_INTEGER, injectCoordSysByOption, applyPreserveAspect, CoordinateSystemManager, defaultSeriesFormatTooltip, Line, setCommonECData, animateLabelValue, numericToNumber, enterEmphasis, leaveEmphasis, groupData, getDimensionTypeByAxis, makeSeriesEncodeForAxisCoordSys, asc, quantile, SOURCE_FORMAT_ARRAY_ROWS, makePrintable, throwError, subPixelOptimize, normalizeSymbolOffset, error, isNumeric, SINGLE_REFERRING, createOrUpdatePatternFromDecal, isRadianAroundZero, deprecateReplaceLog, createTextConfig, getLayoutOnAxis, getFont, makePath, getShapeClass, getCustomSeries } from "./Axis-NtNlSRsM.js";
3
- import { createSeriesData, prepareSeriesDataSchema } from "./createSeriesData-DGiG-J3b.js";
4
- import { SymbolDraw, Symbol as Symbol$1, isCoordinateSystemType, getDefaultInterpolatedLabel, getDefaultLabel, computeLabelGeometry, shiftLayoutOnXY, install as install$n, install$1 as install$o, MapDraw, geoSourceManager, install$2 as install$p, RoamController, View, updateController, updateCenterAndZoomInAction, VisualMapping, LineDraw, updateViewOnPan, updateViewOnZoom, getThumbnailBridge, ECLinePath, install$3 as install$q, Line as Line$1, applyLeaveTransition, warnDeprecated, convertToEC4StyleForCustomSerise, stopPreviousKeyframeAnimationAndRestore, applyUpdateTransition, applyKeyframeAnimation, isEC4CompatibleStyle, convertFromEC4CompatibleStyle } from "./customGraphicKeyframeAnimation-BY-XZFeb.js";
1
+ import { Point, retrieve2, defaults, dist, lerp, __extends, Group as Group$1, map, isNumber, PathProxy, cubicRootAt, Path, cubicAt, Rect as Rect$1, isFunction, bind, ZRText, each as each$2, lerp$1, isString, calculateTextPosition, isArray, parsePercent, extend, curry, normalizeArcAngles, BoundingRect, clone, retrieve3, find, ZRImage, createHashMap, merge, fromPoints, concatArray, assert, keys, indexOf, noop, translate, scale, normalizeCssArray, Displayable, create, modifyHSL, modifyAlpha, retrieve, filter, clone$1, normalize as normalize$2, scale$1, create$1, sub, len, set, copy, scaleAndAdd as scaleAndAdd$1, quadraticSubdivide, quadraticAt as quadraticAt$1, distSquare, mixin, eqNaN, isObject, clone$2, quadraticDerivativeAt, containStroke, containStroke$1, mergeAll, platformApi, normalizeRadian, lift, hasOwn, CompoundPath } from "./graphic-BP8Wuks8.js";
2
+ import { DISPLAY_STATES, Polyline as Polyline$1, SPECIAL_STATES, createSymbol, tokens, SeriesModel, isDimensionStacked, createFloat32Array, round, Sector, initProps, convertToColorString, setStatesStylesFromModel, getECData, toggleHoverEmphasis, queryDataIndex, ChartView, setStatesFlag, setLabelStyle, getLabelStatesModels, interpolateRawValues, labelInner, updateProps, LinearGradient, createRenderPlanner, inheritDefaultOption, warn, traverseElements, removeElementWithFadeOut, saveOldStyle, setLabelValueAnimation, throttle, layout, createProgressiveLayout, getCircleLayout, linearMap, makeInner, parsePercent as parsePercent$1, SeriesData, makeSeriesEncodeForNameBased, getPercentSeats, defaultEmphasis, registerLayOutOnCoordSysUsage, createLegacyDataSelectAction, use, Polygon, graphic, normalizeSymbolSize, retrieveVisualColorForTooltipMarker, createTooltipMarkup, Circle, Z2_EMPHASIS_LIFT, decideCoordSysUsageKind, CoordinateSystemUsageKind, HOVER_STATE_BLUR, removeElement, BezierCurve, setDefaultStateProxy, convertOptionIdName, Model, createBoxLayoutReference, getLayoutRect, getDecalFromPalette, normalizeToArray, positionElement, createTextStyle, DataDiffer, windowOpen, isHighDownDispatcher, setAsHighDownDispatcher, enableHoverFocus, makeStyleMapper, MAX_SAFE_INTEGER, injectCoordSysByOption, applyPreserveAspect, CoordinateSystemManager, defaultSeriesFormatTooltip, Line, setCommonECData, animateLabelValue, numericToNumber, enterEmphasis, leaveEmphasis, groupData, getDimensionTypeByAxis, makeSeriesEncodeForAxisCoordSys, asc, quantile, SOURCE_FORMAT_ARRAY_ROWS, makePrintable, throwError, subPixelOptimize, normalizeSymbolOffset, error, isNumeric, SINGLE_REFERRING, createOrUpdatePatternFromDecal, isRadianAroundZero, deprecateReplaceLog, createTextConfig, getLayoutOnAxis, getFont, makePath, getShapeClass, getCustomSeries } from "./Axis-B3MEVZ27.js";
3
+ import { createSeriesData, prepareSeriesDataSchema } from "./createSeriesData-C8TQkDhm.js";
4
+ import { SymbolDraw, Symbol as Symbol$1, isCoordinateSystemType, getDefaultInterpolatedLabel, getDefaultLabel, computeLabelGeometry, shiftLayoutOnXY, install as install$n, install$1 as install$o, MapDraw, geoSourceManager, install$2 as install$p, RoamController, View, updateController, updateCenterAndZoomInAction, VisualMapping, LineDraw, updateViewOnPan, updateViewOnZoom, getThumbnailBridge, ECLinePath, install$3 as install$q, Line as Line$1, applyLeaveTransition, warnDeprecated, convertToEC4StyleForCustomSerise, stopPreviousKeyframeAnimationAndRestore, applyUpdateTransition, applyKeyframeAnimation, isEC4CompatibleStyle, convertFromEC4CompatibleStyle } from "./customGraphicKeyframeAnimation-Co1OX5Xt.js";
5
5
  function projectPointToLine(x1, y1, x2, y2, x, y, out, limitToEnds) {
6
6
  var dx = x - x1;
7
7
  var dy = y - y1;
@@ -1,7 +1,7 @@
1
- import { Group as Group$2, curry as curry$1, ZRText, stop, isArray as isArray$1, clone as clone$1, bind as bind$1, isObject, each as each$9, rotate, translate, getBoundingRect, isString, isFunction, create as create$1, env, map, extend, mixin, retrieve, defaults, filter, Rect as Rect$1, BoundingRect, logError, eqNaN, isNumber, createHashMap, Point, set, subPixelOptimize, retrieve2, invert, assert, merge, indexOf, hasOwn, Displayable, keys, ZRImage, isDom, addEventListener, normalizeEvent, transformLocalCoord, transformLocalCoordClear, trim as trim$1, encodeHTML, noop, parsePercent as parsePercent$1, modifyAlpha, mergeAll, parse, stringify, mul, applyTransform as applyTransform$1, isArrayLike, isRegExp } from "./graphic-BEFAeatd.js";
2
- import { graphic, createIcon, createOrUpdate, clear as clear$1, updateProps as updateProps$1, makeInner, applyTransform, normalizeCssArray, createTextStyle, getAxisRawValue, __extends, tokens, ComponentModel, ComponentView, queryDataIndex, use, SINGLE_REFERRING, AxisModelCommonMixin, Axis, getDataDimensionsOnAxis, niceScaleExtent, createScaleByModel as createScaleByModel$1, createBoxLayoutReference, parsePercent, Sector, mergePath, Line, Model, setTooltipConfig, getECData, Ring, groupTransition, Circle, isDimensionStacked, subPixelOptimizeLine, getLayoutRect, getLayoutParams, sizeCalculable, mergeLayoutParam, Polyline, formatTplSimple, getLocaleModel, parseDate, expandOrShrinkRect, injectCoordSysByOption, simpleCoordSysInjectionProvider, XY as XY$2, WH as WH$2, mathMax as mathMax$1, mathMin as mathMin$1, error, OrdinalMeta, OrdinalScale, ListIterator, setLabelStyle, clearTmpModel, parsePositionSizeOption, mappingToExists, copyLayoutParams, convertOptionIdName, positionElement, LOCATION_PARAMS, getShapeClass, MULTIPLE_REFERRING, linearMap as linearMap$2, getPixelPrecision, unionAxisExtentFromData, ensureScaleRawExtentInfo, asc as asc$2, DataDiffer, getUID, enterEmphasis, leaveEmphasis, getFont, box, registerAction, warn, parseFinder as parseFinder$1, getTransform, registerInternalOptionCreator, makeInternalComponentId, toCamelCase, convertToColorString, getPaddingFromTooltipModel, throwError, getTooltipRenderMode, findEventDispatcher, createTooltipMarkup, TooltipMarkupStyleCreator, normalizeTooltipFormatResult, buildTooltipMarkup, format, formatTpl, preParseFinder, queryReferringComponents, normalizeToArray, getItemVisualFromData, setItemVisualFromData, contain, linePolygonIntersect, windowOpen, getDataItemValue, SeriesData, inheritDefaultOption, DataFormatMixin, enableHoverEmphasis, IntervalScale, TimeScale, createSymbol, normalizeSymbolSize, normalizeSymbolOffset, defaultEmphasis, parseDataValue, getPrecision, enterBlur, leaveBlur, retrieveZInfo, traverseUpdateZ, getVisualFromData, getStackedDimension, Polygon, getLabelStatesModels, setStatesStylesFromModel, toggleHoverEmphasis, isNameSpecified, createOrUpdatePatternFromDecal, symbolBuildProxies, deprecateLog, transformDirection, setAsHighDownDispatcher, LinearGradient, compressBatches, reformIntervals, calcZ2Range, getBoxLayoutParams, getDecalFromPalette, makePrintable, getRawValueParser, createFilterComparator, SortOrderComparator, SOURCE_FORMAT_ARRAY_ROWS, SOURCE_FORMAT_OBJECT_ROWS, SourceManager, disableTransformOptionMerge, SERIES_LAYOUT_BY_COLUMN } from "./Axis-NtNlSRsM.js";
3
- import { getAxisInfo as getAxisInfo$1, AxisBuilder, layout as layout$1, makeKey, AxisView, collect, install as install$t, axisModelCreator, rectCoordAxisHandleRemove, rectCoordAxisBuildSplitArea, isEC4CompatibleStyle, convertFromEC4CompatibleStyle, stopPreviousKeyframeAnimationAndRestore, applyUpdateTransition, updateLeaveTo, applyKeyframeAnimation, isTransitionAll, applyLeaveTransition, sliderMove, makeLinearBrushOtherExtent, makeRectIsTargetByCursor, makeRectPanelClipPath, BrushController, VisualMapping, SymbolDraw, LineDraw, isCoordinateSystemType, RoamController, injectThumbnailBridge, View } from "./customGraphicKeyframeAnimation-BY-XZFeb.js";
4
- import { install$2, install$3, install$1 } from "./customGraphicKeyframeAnimation-BY-XZFeb.js";
1
+ import { Group as Group$2, curry as curry$1, ZRText, stop, isArray as isArray$1, clone as clone$1, bind as bind$1, isObject, each as each$9, rotate, translate, getBoundingRect, isString, isFunction, create as create$1, __extends, env, map, extend, mixin, retrieve, defaults, filter, Rect as Rect$1, BoundingRect, logError, eqNaN, isNumber, createHashMap, Point, set, subPixelOptimize, retrieve2, invert, assert, merge, indexOf, hasOwn, Displayable, keys, ZRImage, isDom, addEventListener, normalizeEvent, transformLocalCoord, transformLocalCoordClear, trim as trim$1, encodeHTML, noop, parsePercent as parsePercent$1, modifyAlpha, mergeAll, parse, stringify, mul, applyTransform as applyTransform$1, isArrayLike, isRegExp } from "./graphic-BP8Wuks8.js";
2
+ import { graphic, createIcon, createOrUpdate, clear as clear$1, updateProps as updateProps$1, makeInner, applyTransform, normalizeCssArray, createTextStyle, getAxisRawValue, tokens, ComponentModel, ComponentView, queryDataIndex, use, SINGLE_REFERRING, AxisModelCommonMixin, Axis, getDataDimensionsOnAxis, niceScaleExtent, createScaleByModel as createScaleByModel$1, createBoxLayoutReference, parsePercent, Sector, mergePath, Line, Model, setTooltipConfig, getECData, Ring, groupTransition, Circle, isDimensionStacked, subPixelOptimizeLine, getLayoutRect, getLayoutParams, sizeCalculable, mergeLayoutParam, Polyline, formatTplSimple, getLocaleModel, parseDate, expandOrShrinkRect, injectCoordSysByOption, simpleCoordSysInjectionProvider, XY as XY$2, WH as WH$2, mathMax as mathMax$1, mathMin as mathMin$1, error, OrdinalMeta, OrdinalScale, ListIterator, setLabelStyle, clearTmpModel, parsePositionSizeOption, mappingToExists, copyLayoutParams, convertOptionIdName, positionElement, LOCATION_PARAMS, getShapeClass, MULTIPLE_REFERRING, linearMap as linearMap$2, getPixelPrecision, unionAxisExtentFromData, ensureScaleRawExtentInfo, asc as asc$2, DataDiffer, getUID, enterEmphasis, leaveEmphasis, getFont, box, registerAction, warn, parseFinder as parseFinder$1, getTransform, registerInternalOptionCreator, makeInternalComponentId, toCamelCase, convertToColorString, getPaddingFromTooltipModel, throwError, getTooltipRenderMode, findEventDispatcher, createTooltipMarkup, TooltipMarkupStyleCreator, normalizeTooltipFormatResult, buildTooltipMarkup, format, formatTpl, preParseFinder, queryReferringComponents, normalizeToArray, getItemVisualFromData, setItemVisualFromData, contain, linePolygonIntersect, windowOpen, getDataItemValue, SeriesData, inheritDefaultOption, DataFormatMixin, enableHoverEmphasis, IntervalScale, TimeScale, createSymbol, normalizeSymbolSize, normalizeSymbolOffset, defaultEmphasis, parseDataValue, getPrecision, enterBlur, leaveBlur, retrieveZInfo, traverseUpdateZ, getVisualFromData, getStackedDimension, Polygon, getLabelStatesModels, setStatesStylesFromModel, toggleHoverEmphasis, isNameSpecified, createOrUpdatePatternFromDecal, symbolBuildProxies, deprecateLog, transformDirection, setAsHighDownDispatcher, LinearGradient, compressBatches, reformIntervals, calcZ2Range, getBoxLayoutParams, getDecalFromPalette, makePrintable, getRawValueParser, createFilterComparator, SortOrderComparator, SOURCE_FORMAT_ARRAY_ROWS, SOURCE_FORMAT_OBJECT_ROWS, SourceManager, disableTransformOptionMerge, SERIES_LAYOUT_BY_COLUMN } from "./Axis-B3MEVZ27.js";
3
+ import { getAxisInfo as getAxisInfo$1, AxisBuilder, layout as layout$1, makeKey, AxisView, collect, install as install$t, axisModelCreator, rectCoordAxisHandleRemove, rectCoordAxisBuildSplitArea, isEC4CompatibleStyle, convertFromEC4CompatibleStyle, stopPreviousKeyframeAnimationAndRestore, applyUpdateTransition, updateLeaveTo, applyKeyframeAnimation, isTransitionAll, applyLeaveTransition, sliderMove, makeLinearBrushOtherExtent, makeRectIsTargetByCursor, makeRectPanelClipPath, BrushController, VisualMapping, SymbolDraw, LineDraw, isCoordinateSystemType, RoamController, injectThumbnailBridge, View } from "./customGraphicKeyframeAnimation-Co1OX5Xt.js";
4
+ import { install$2, install$3, install$1 } from "./customGraphicKeyframeAnimation-Co1OX5Xt.js";
5
5
  var inner$b = makeInner();
6
6
  var clone = clone$1;
7
7
  var bind = bind$1;
@@ -1,8 +1,8 @@
1
- import { getStackedDimension, enableDataStack, isDimensionStacked, createScaleByModel, niceScaleExtent, createTextStyle as createTextStyle$1, Model, AxisModelCommonMixin, createSymbol, enableHoverEmphasis, getECData, getLayoutRect, MAX_SAFE_INTEGER, asc, getPercentWithPrecision, getPixelPrecision, getPrecision, getPrecisionSafe, isNumeric, isRadianAroundZero, linearMap, nice, numericToNumber, parseDate, parsePercent, quantile, quantity, quantityExponent, reformIntervals, remRadian, round, format as format$1, roundTime, Arc, BezierCurve, Circle, Ellipse, IncrementalDisplayable, Line, LinearGradient, Polygon, Polyline, RadialGradient, Ring, Sector, clipPointsByRect, clipRectByRect, createIcon, extendPath, extendShape, getShapeClass, getTransform, initProps, makeImage, makePath, mergePath, registerShape, resizePath, updateProps, addCommas, capitalFirst, formatTime, formatTpl, getTooltipMarker, normalizeCssArray, toCamelCase, ChartView, ComponentModel, ComponentView, SeriesModel } from "./Axis-NtNlSRsM.js";
2
- import { Axis, SeriesData, PRIORITY, connect, dataTool, dependencies, disConnect, disconnect, dispose, getCoordinateSystemDimensions, getInstanceByDom, getInstanceById, getMap, init, parseGeoJSON, parseGeoJSON as parseGeoJSON2, registerAction, registerCoordinateSystem, registerCustomSeries, registerLayout, registerLoading, registerLocale, registerMap, registerPostInit, registerPostUpdate, registerPreprocessor, registerProcessor, registerTheme, registerTransform, registerUpdateLifecycle, registerVisual, setCanvasCreator, throttle, use, version } from "./Axis-NtNlSRsM.js";
3
- import { ZRText, mixin, BoundingRect, CompoundPath, Group, ZRImage, Rect, encodeHTML, truncateText, bind, clone, curry, defaults, each, extend, filter, indexOf, inherits, isArray, isFunction, isObject, isString, map, merge, reduce } from "./graphic-BEFAeatd.js";
4
- import { color, env, brushSingle, matrix, setPlatformAPI, vector, util, zrender } from "./graphic-BEFAeatd.js";
5
- import { createSeriesData, createDimensions } from "./createSeriesData-DGiG-J3b.js";
1
+ import { getStackedDimension, enableDataStack, isDimensionStacked, createScaleByModel, niceScaleExtent, createTextStyle as createTextStyle$1, Model, AxisModelCommonMixin, createSymbol, enableHoverEmphasis, getECData, getLayoutRect, MAX_SAFE_INTEGER, asc, getPercentWithPrecision, getPixelPrecision, getPrecision, getPrecisionSafe, isNumeric, isRadianAroundZero, linearMap, nice, numericToNumber, parseDate, parsePercent, quantile, quantity, quantityExponent, reformIntervals, remRadian, round, format as format$1, roundTime, Arc, BezierCurve, Circle, Ellipse, IncrementalDisplayable, Line, LinearGradient, Polygon, Polyline, RadialGradient, Ring, Sector, clipPointsByRect, clipRectByRect, createIcon, extendPath, extendShape, getShapeClass, getTransform, initProps, makeImage, makePath, mergePath, registerShape, resizePath, updateProps, addCommas, capitalFirst, formatTime, formatTpl, getTooltipMarker, normalizeCssArray, toCamelCase, ChartView, ComponentModel, ComponentView, SeriesModel } from "./Axis-B3MEVZ27.js";
2
+ import { Axis, SeriesData, PRIORITY, connect, dataTool, dependencies, disConnect, disconnect, dispose, getCoordinateSystemDimensions, getInstanceByDom, getInstanceById, getMap, init, parseGeoJSON, parseGeoJSON as parseGeoJSON2, registerAction, registerCoordinateSystem, registerCustomSeries, registerLayout, registerLoading, registerLocale, registerMap, registerPostInit, registerPostUpdate, registerPreprocessor, registerProcessor, registerTheme, registerTransform, registerUpdateLifecycle, registerVisual, setCanvasCreator, throttle, use, version } from "./Axis-B3MEVZ27.js";
3
+ import { ZRText, mixin, BoundingRect, CompoundPath, Group, ZRImage, Rect, encodeHTML, truncateText, bind, clone, curry, defaults, each, extend, filter, indexOf, inherits, isArray, isFunction, isObject, isString, map, merge, reduce } from "./graphic-BP8Wuks8.js";
4
+ import { color, env, brushSingle, matrix, setPlatformAPI, vector, util, zrender } from "./graphic-BP8Wuks8.js";
5
+ import { createSeriesData, createDimensions } from "./createSeriesData-C8TQkDhm.js";
6
6
  function getTextRect(text, font, align, verticalAlign, padding, rich, truncate, lineHeight) {
7
7
  var textEl = new ZRText({
8
8
  style: {
@@ -1,5 +1,5 @@
1
- import { createHashMap, isString, each, extend, defaults, isObject, retrieve, isFunction, curry, map, isArray } from "./graphic-BEFAeatd.js";
2
- import { isSourceInstance, createSourceFromSeriesDataOption, shouldOmitUnusedDimensions, ensureSourceDimNameMap, createDimNameMap, CtorInt32Array, normalizeToArray, VISUAL_DIMENSIONS, guessOrdinal, BE_ORDINAL, SeriesDataSchema, SeriesDimensionDefine, SINGLE_REFERRING, SOURCE_FORMAT_ORIGINAL, makeSeriesEncodeForAxisCoordSys, enableDataStack, SeriesData, CoordinateSystemManager, getDimensionTypeByAxis, getDataItemValue } from "./Axis-NtNlSRsM.js";
1
+ import { createHashMap, isString, each, extend, defaults, isObject, retrieve, isFunction, curry, map, isArray } from "./graphic-BP8Wuks8.js";
2
+ import { isSourceInstance, createSourceFromSeriesDataOption, shouldOmitUnusedDimensions, ensureSourceDimNameMap, createDimNameMap, CtorInt32Array, normalizeToArray, VISUAL_DIMENSIONS, guessOrdinal, BE_ORDINAL, SeriesDataSchema, SeriesDimensionDefine, SINGLE_REFERRING, SOURCE_FORMAT_ORIGINAL, makeSeriesEncodeForAxisCoordSys, enableDataStack, SeriesData, CoordinateSystemManager, getDimensionTypeByAxis, getDataItemValue } from "./Axis-B3MEVZ27.js";
3
3
  function createDimensions(source, opt) {
4
4
  return prepareSeriesDataSchema(source, opt).dimensions;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ensureCopyTransform, ensureCopyRect, LabelMarginType, expandOrShrinkRect, isBoundingRectAxisAligned, XY, WH, OrientedBoundingRect, retrieveRawValue, __extends, createSymbol as createSymbol$1, enterEmphasis, leaveEmphasis, updateProps, saveOldStyle, initProps, getLabelStatesModels, normalizeSymbolOffset, setLabelStyle, toggleHoverEmphasis, getECData, removeElement, normalizeSymbolSize, traverseElements, getLayoutParams, mergeLayoutParam, tokens, ComponentModel, SINGLE_REFERRING, AxisModelCommonMixin, fetchLayoutMode, OrdinalMeta, Axis, makeInner, isNameLocationCenter, createTextStyle, setTooltipConfig, Line as Line$1, subPixelOptimizeLine, remRadian, Model, shouldShowAllLabels, createAxisLabelsComputingContext, isRadianAroundZero, AxisTickLabelComputingKind, isIntervalOrLogScale, IntervalScale, getScaleExtent, logTransform, retrieveAxisBreaksOption, increaseInterval, round as round$1, isValueNice, getPrecisionSafe, warn, createBoxLayoutReference, getLayoutRect, log, createScaleByModel, getDataDimensionsOnAxis, injectCoordSysByOption, niceScaleExtent, shouldAxisShow, mathMax as mathMax$2, error, parsePositionSizeOption, ifAxisCrossZero, ComponentView, groupTransition, Circle, Ring, Polyline, Polygon, mergePath, parsePercent, registerAction, retrieveZInfo, createFromString, Ellipse, RadialGradient, LinearGradient, GeoSVGRegion, GeoJSONRegion, parseGeoJSON, getUID, setDefaultStateProxy, createOrUpdatePatternFromDecal, enableComponentHighDownFeatures, applyPreserveAspect, defaultEmphasis, findEventDispatcher, linearMap, BezierCurve, SPECIAL_STATES, normalizeToArray, createOrUpdate, clear, applyTransform as applyTransform$1, makeStyleMapper, asc, DataDiffer, transformDirection, getTransform as getTransform$1, clipPointsByRect, getAnimationConfig } from "./Axis-NtNlSRsM.js";
2
- import { isArray, retrieve2, ZRImage, extend, Group, isObject as isObject$1, mixin, defaults, merge, each as each$2, map, filter, invert, BoundingRect, applyTransform, assert, retrieve3, Point, rotate, retrieve, ZRText, isString, create, isFunction, copyTransform, Rect, identity, mul, isNumber, keys, indexOf, find, eqNaN, curry, clone, createHashMap, noop, bind, isMiddleOrRightButtonOnMouseUpDown, stop, Eventful, hasOwn, TSpan, parse, parseCssFloat, stringify, trim, scale, translate, CompoundPath, Displayable, Transformable, copy$1 as copy, copy as copy$1, mergeAll, min, max, reduce, fastLerp, modifyAlpha, modifyHSL, normalize, Path, sub, TRANSFORMABLE_PROPS, cloneValue, isArrayLike } from "./graphic-BEFAeatd.js";
1
+ import { ensureCopyTransform, ensureCopyRect, LabelMarginType, expandOrShrinkRect, isBoundingRectAxisAligned, XY, WH, OrientedBoundingRect, retrieveRawValue, createSymbol as createSymbol$1, enterEmphasis, leaveEmphasis, updateProps, saveOldStyle, initProps, getLabelStatesModels, normalizeSymbolOffset, setLabelStyle, toggleHoverEmphasis, getECData, removeElement, normalizeSymbolSize, traverseElements, getLayoutParams, mergeLayoutParam, tokens, ComponentModel, SINGLE_REFERRING, AxisModelCommonMixin, fetchLayoutMode, OrdinalMeta, Axis, makeInner, isNameLocationCenter, createTextStyle, setTooltipConfig, Line as Line$1, subPixelOptimizeLine, remRadian, Model, shouldShowAllLabels, createAxisLabelsComputingContext, isRadianAroundZero, AxisTickLabelComputingKind, isIntervalOrLogScale, IntervalScale, getScaleExtent, logTransform, retrieveAxisBreaksOption, increaseInterval, round as round$1, isValueNice, getPrecisionSafe, warn, createBoxLayoutReference, getLayoutRect, log, createScaleByModel, getDataDimensionsOnAxis, injectCoordSysByOption, niceScaleExtent, shouldAxisShow, mathMax as mathMax$2, error, parsePositionSizeOption, ifAxisCrossZero, ComponentView, groupTransition, Circle, Ring, Polyline, Polygon, mergePath, parsePercent, registerAction, retrieveZInfo, createFromString, Ellipse, RadialGradient, LinearGradient, GeoSVGRegion, GeoJSONRegion, parseGeoJSON, getUID, setDefaultStateProxy, createOrUpdatePatternFromDecal, enableComponentHighDownFeatures, applyPreserveAspect, defaultEmphasis, findEventDispatcher, linearMap, BezierCurve, SPECIAL_STATES, normalizeToArray, createOrUpdate, clear, applyTransform as applyTransform$1, makeStyleMapper, asc, DataDiffer, transformDirection, getTransform as getTransform$1, clipPointsByRect, getAnimationConfig } from "./Axis-B3MEVZ27.js";
2
+ import { isArray, __extends, retrieve2, ZRImage, extend, Group, isObject as isObject$1, mixin, defaults, merge, each as each$2, map, filter, invert, BoundingRect, applyTransform, assert, retrieve3, Point, rotate, retrieve, ZRText, isString, create, isFunction, copyTransform, Rect, identity, mul, isNumber, keys, indexOf, find, eqNaN, curry, clone, createHashMap, noop, bind, isMiddleOrRightButtonOnMouseUpDown, stop, Eventful, hasOwn, TSpan, parse, parseCssFloat, stringify, trim, scale, translate, CompoundPath, Displayable, Transformable, copy$1 as copy, copy as copy$1, mergeAll, min, max, reduce, fastLerp, modifyAlpha, modifyHSL, normalize, Path, sub, TRANSFORMABLE_PROPS, cloneValue, isArrayLike } from "./graphic-BP8Wuks8.js";
3
3
  var LABEL_LAYOUT_BASE_PROPS = ["label", "labelLine", "layoutOption", "priority", "defaultAttr", "marginForce", "minMarginForce", "marginDefault", "suggestIgnore"];
4
4
  var LABEL_LAYOUT_DIRTY_BIT_OTHERS = 1;
5
5
  var LABEL_LAYOUT_DIRTY_BIT_OBB = 2;
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs } from "./web-component-BNnHfTMW.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-DaiXMEJI.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1,4 +1,4 @@
1
- import { defineComponent, h, computed, onUnmounted, watch, shallowRef, loader, onMounted, nextTick, ref } from "./web-component-BNnHfTMW.js";
1
+ import { defineComponent, h, computed, onUnmounted, watch, shallowRef, loader, onMounted, nextTick, ref } from "./web-component-DaiXMEJI.js";
2
2
  var __defProp$2 = Object.defineProperty;
3
3
  var __defProps = Object.defineProperties;
4
4
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -1,4 +1,4 @@
1
- import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-BNnHfTMW.js";
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-DaiXMEJI.js";
2
2
  import { _typeof as _typeof$1 } from "./typeof-DxTVrAEz.js";
3
3
  var es_promise = {};
4
4
  var es_promise_constructor = {};
@@ -10130,7 +10130,7 @@ function le() {
10130
10130
  });
10131
10131
  }
10132
10132
  function n() {
10133
- return (i.DOMPurify ? Promise.resolve(i.DOMPurify) : import("./purify.es-DadB-l2n.js")).catch(function(t2) {
10133
+ return (i.DOMPurify ? Promise.resolve(i.DOMPurify) : import("./purify.es-CoISWr_W.js")).catch(function(t2) {
10134
10134
  return Promise.reject(new Error("Could not load dompurify: " + t2));
10135
10135
  }).then(function(t2) {
10136
10136
  return t2.default ? t2.default : t2;
@@ -10832,7 +10832,7 @@ function le() {
10832
10832
  var h2 = l2.getContext("2d");
10833
10833
  h2.fillStyle = "#fff", h2.fillRect(0, 0, l2.width, l2.height);
10834
10834
  var f2 = { ignoreMouse: true, ignoreAnimation: true, ignoreDimensions: true }, d2 = this;
10835
- return (i.canvg ? Promise.resolve(i.canvg) : import("./index.es-DHAEz0S6.js")).catch(function(t3) {
10835
+ return (i.canvg ? Promise.resolve(i.canvg) : import("./index.es-Ca0Bzx0-.js")).catch(function(t3) {
10836
10836
  return Promise.reject(new Error("Could not load canvg: " + t3));
10837
10837
  }).then(function(t3) {
10838
10838
  return t3.default ? t3.default : t3;
@@ -1,4 +1,4 @@
1
- import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-BNnHfTMW.js";
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-DaiXMEJI.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1 +1 @@
1
- .checkerboard[data-v-a75e62e1]{background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;background-color:#fff}:root.dark .checkerboard[data-v-a75e62e1]{background-image:linear-gradient(45deg,#444 25%,transparent 25%),linear-gradient(-45deg,#444 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#444 75%),linear-gradient(-45deg,transparent 75%,#444 75%);background-color:#222}.rich-text-content[data-v-fa75f7dc] b,.rich-text-content[data-v-fa75f7dc] strong{font-weight:700}.rich-text-content[data-v-fa75f7dc] i,.rich-text-content[data-v-fa75f7dc] em{font-style:italic}.rich-text-content[data-v-fa75f7dc] u{text-decoration:underline}.rich-text-content[data-v-fa75f7dc] s,.rich-text-content[data-v-fa75f7dc] strike{text-decoration:line-through}.rich-text-content[data-v-fa75f7dc] ul{list-style-type:disc;padding-left:20px}.rich-text-content[data-v-fa75f7dc] ol{list-style-type:decimal;padding-left:20px}.rich-text-content[data-v-fa75f7dc] li{margin:4px 0}.print-renderer[data-v-d181d33d]{padding:0}.animate-fade-in[data-v-4c59b77a]{animation:fadeIn-4c59b77a .2s ease-out}@keyframes fadeIn-4c59b77a{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-v-97a5fbbf] .print-page{margin-bottom:20px;background:#fff;box-shadow:none!important;position:relative!important;left:auto!important;top:auto!important}[data-v-97a5fbbf] .print-page:last-child{margin-bottom:0}.preview-content[data-v-97a5fbbf] *{cursor:default!important}.preview-content[data-v-97a5fbbf] table{border-collapse:collapse!important;box-sizing:border-box!important}.preview-content[data-v-97a5fbbf] table td,.preview-content[data-v-97a5fbbf] table th{box-sizing:border-box!important}.resize-y[data-v-e19d1803]{resize:vertical}.custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-3565feb2]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-14b424bd]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-9d2cf375]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.prose[data-v-89540a2c] b,.prose[data-v-89540a2c] strong{font-weight:700}.prose[data-v-89540a2c] i,.prose[data-v-89540a2c] em{font-style:italic}.prose[data-v-89540a2c] u{text-decoration:underline}.prose[data-v-89540a2c] ul{list-style-type:disc;padding-left:20px}.prose[data-v-89540a2c] ol{list-style-type:decimal;padding-left:20px}.prose[data-v-89540a2c] li{margin:4px 0}.custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-89c1feca]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-64c28b3f]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-64c28b3f]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-64c28b3f]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:3px}.custom-scrollbar[data-v-64c28b3f]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.no-scrollbar[data-v-9e6ec8c1]{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar[data-v-9e6ec8c1]::-webkit-scrollbar{display:none}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:3px}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.tree-node[data-v-ab4421ba]{position:relative}.tree-node .hover\:bg-gray-50[data-v-ab4421ba]:hover{background-color:#f9fafb!important}.tree-node .dark[data-v-ab4421ba]:hover\:bg-gray-800\/50:hover{background-color:#1f293780!important}.tree-node .text-gray-400[data-v-ab4421ba]{color:#9ca3af!important}.tree-node .text-gray-800[data-v-ab4421ba]{color:#1f2937!important}.tree-node .dark\:text-gray-200[data-v-ab4421ba]{color:#e5e7eb!important}.tree-node .dark\:text-gray-100[data-v-ab4421ba],.tree-node .text-black[data-v-ab4421ba],.tree-node .dark\:text-white[data-v-ab4421ba]{color:#000!important}.tree-node .text-gray-700[data-v-ab4421ba]{color:#374151!important}.tree-node .dark\:text-gray-300[data-v-ab4421ba]{color:#d1d5db!important}.tree-node .text-indigo-800[data-v-ab4421ba]{color:#1e1b4b!important}.tree-node .dark\:text-indigo-200[data-v-ab4421ba]{color:#c7d2fe!important}.tree-node .text-indigo-600[data-v-ab4421ba]{color:#4f46e5!important}.tree-node .dark\:text-indigo-400[data-v-ab4421ba]{color:#a5b4fc!important}.preview-page[data-v-96cab8ea]{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;background-color:#f3f4f6}.print-page[data-v-96cab8ea]{background:#fff;flex-shrink:0}
1
+ .checkerboard[data-v-3a24cfcb]{background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;background-color:#fff}:root.dark .checkerboard[data-v-3a24cfcb]{background-image:linear-gradient(45deg,#444 25%,transparent 25%),linear-gradient(-45deg,#444 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#444 75%),linear-gradient(-45deg,transparent 75%,#444 75%);background-color:#222}.rich-text-content[data-v-3ca3e1d8] b,.rich-text-content[data-v-3ca3e1d8] strong{font-weight:700}.rich-text-content[data-v-3ca3e1d8] i,.rich-text-content[data-v-3ca3e1d8] em{font-style:italic}.rich-text-content[data-v-3ca3e1d8] u{text-decoration:underline}.rich-text-content[data-v-3ca3e1d8] s,.rich-text-content[data-v-3ca3e1d8] strike{text-decoration:line-through}.rich-text-content[data-v-3ca3e1d8] ul{list-style-type:disc;padding-left:20px}.rich-text-content[data-v-3ca3e1d8] ol{list-style-type:decimal;padding-left:20px}.rich-text-content[data-v-3ca3e1d8] li{margin:4px 0}.print-renderer[data-v-d181d33d]{padding:0}.animate-fade-in[data-v-4c59b77a]{animation:fadeIn-4c59b77a .2s ease-out}@keyframes fadeIn-4c59b77a{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-v-97a5fbbf] .print-page{margin-bottom:20px;background:#fff;box-shadow:none!important;position:relative!important;left:auto!important;top:auto!important}[data-v-97a5fbbf] .print-page:last-child{margin-bottom:0}.preview-content[data-v-97a5fbbf] *{cursor:default!important}.preview-content[data-v-97a5fbbf] table{border-collapse:collapse!important;box-sizing:border-box!important}.preview-content[data-v-97a5fbbf] table td,.preview-content[data-v-97a5fbbf] table th{box-sizing:border-box!important}.resize-y[data-v-e19d1803]{resize:vertical}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-1e890fd6]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-e9663ce6]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-6085a754]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-6085a754]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-6085a754]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-6085a754]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-6085a754]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-6085a754]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.prose[data-v-8b504327] b,.prose[data-v-8b504327] strong{font-weight:700}.prose[data-v-8b504327] i,.prose[data-v-8b504327] em{font-style:italic}.prose[data-v-8b504327] u{text-decoration:underline}.prose[data-v-8b504327] ul{list-style-type:disc;padding-left:20px}.prose[data-v-8b504327] ol{list-style-type:decimal;padding-left:20px}.prose[data-v-8b504327] li{margin:4px 0}.custom-scrollbar[data-v-b836815d]::-webkit-scrollbar{width:4px}.custom-scrollbar[data-v-b836815d]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-b836815d]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:2px}.custom-scrollbar[data-v-b836815d]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-b836815d]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-b836815d]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.custom-scrollbar[data-v-27ff65bb]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-27ff65bb]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-27ff65bb]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:3px}.custom-scrollbar[data-v-27ff65bb]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.no-scrollbar[data-v-9e6ec8c1]{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar[data-v-9e6ec8c1]::-webkit-scrollbar{display:none}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:3px}.custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb:hover{background-color:#d1d5db}.dark .custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb{background-color:#374151}.dark .custom-scrollbar[data-v-f18f44fe]::-webkit-scrollbar-thumb:hover{background-color:#4b5563}.tree-node[data-v-ab4421ba]{position:relative}.tree-node .hover\:bg-gray-50[data-v-ab4421ba]:hover{background-color:#f9fafb!important}.tree-node .dark[data-v-ab4421ba]:hover\:bg-gray-800\/50:hover{background-color:#1f293780!important}.tree-node .text-gray-400[data-v-ab4421ba]{color:#9ca3af!important}.tree-node .text-gray-800[data-v-ab4421ba]{color:#1f2937!important}.tree-node .dark\:text-gray-200[data-v-ab4421ba]{color:#e5e7eb!important}.tree-node .dark\:text-gray-100[data-v-ab4421ba],.tree-node .text-black[data-v-ab4421ba],.tree-node .dark\:text-white[data-v-ab4421ba]{color:#000!important}.tree-node .text-gray-700[data-v-ab4421ba]{color:#374151!important}.tree-node .dark\:text-gray-300[data-v-ab4421ba]{color:#d1d5db!important}.tree-node .text-indigo-800[data-v-ab4421ba]{color:#1e1b4b!important}.tree-node .dark\:text-indigo-200[data-v-ab4421ba]{color:#c7d2fe!important}.tree-node .text-indigo-600[data-v-ab4421ba]{color:#4f46e5!important}.tree-node .dark\:text-indigo-400[data-v-ab4421ba]{color:#a5b4fc!important}.preview-page[data-v-8adf5b06]{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;background-color:#f3f4f6}.print-page[data-v-8adf5b06]{background:#fff;flex-shrink:0}
@@ -1,4 +1,4 @@
1
- import { PrintDesignerElement } from "./web-component-BNnHfTMW.js";
1
+ import { PrintDesignerElement } from "./web-component-DaiXMEJI.js";
2
2
  export {
3
3
  PrintDesignerElement
4
4
  };