x-print-designer 0.2.0 → 0.2.1

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,4 +1,35 @@
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";
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
+ }
2
33
  var RADIAN_EPSILON = 1e-4;
3
34
  var ROUND_SUPPORTED_PRECISION_MAX = 20;
4
35
  function _trim(str) {
@@ -1936,7 +1967,7 @@ function createPathProxyFromString(data) {
1936
1967
  return path;
1937
1968
  }
1938
1969
  var SVGPath = (function(_super) {
1939
- __extends(SVGPath2, _super);
1970
+ __extends$1(SVGPath2, _super);
1940
1971
  function SVGPath2() {
1941
1972
  return _super !== null && _super.apply(this, arguments) || this;
1942
1973
  }
@@ -1977,7 +2008,7 @@ function createFromString(str, opts) {
1977
2008
  function extendFromString(str, defaultOpts) {
1978
2009
  var innerOpts = createPathOptions(str, defaultOpts);
1979
2010
  var Sub = (function(_super) {
1980
- __extends(Sub2, _super);
2011
+ __extends$1(Sub2, _super);
1981
2012
  function Sub2(opts) {
1982
2013
  var _this = _super.call(this, opts) || this;
1983
2014
  _this.applyTransform = innerOpts.applyTransform;
@@ -2017,7 +2048,7 @@ var CircleShape = /* @__PURE__ */ (function() {
2017
2048
  return CircleShape2;
2018
2049
  })();
2019
2050
  var Circle = (function(_super) {
2020
- __extends(Circle2, _super);
2051
+ __extends$1(Circle2, _super);
2021
2052
  function Circle2(opts) {
2022
2053
  return _super.call(this, opts) || this;
2023
2054
  }
@@ -2041,7 +2072,7 @@ var EllipseShape = /* @__PURE__ */ (function() {
2041
2072
  return EllipseShape2;
2042
2073
  })();
2043
2074
  var Ellipse = (function(_super) {
2044
- __extends(Ellipse2, _super);
2075
+ __extends$1(Ellipse2, _super);
2045
2076
  function Ellipse2(opts) {
2046
2077
  return _super.call(this, opts) || this;
2047
2078
  }
@@ -2294,7 +2325,7 @@ var SectorShape = /* @__PURE__ */ (function() {
2294
2325
  return SectorShape2;
2295
2326
  })();
2296
2327
  var Sector = (function(_super) {
2297
- __extends(Sector2, _super);
2328
+ __extends$1(Sector2, _super);
2298
2329
  function Sector2(opts) {
2299
2330
  return _super.call(this, opts) || this;
2300
2331
  }
@@ -2320,7 +2351,7 @@ var RingShape = /* @__PURE__ */ (function() {
2320
2351
  return RingShape2;
2321
2352
  })();
2322
2353
  var Ring = (function(_super) {
2323
- __extends(Ring2, _super);
2354
+ __extends$1(Ring2, _super);
2324
2355
  function Ring2(opts) {
2325
2356
  return _super.call(this, opts) || this;
2326
2357
  }
@@ -2431,7 +2462,7 @@ var PolygonShape = /* @__PURE__ */ (function() {
2431
2462
  return PolygonShape2;
2432
2463
  })();
2433
2464
  var Polygon = (function(_super) {
2434
- __extends(Polygon2, _super);
2465
+ __extends$1(Polygon2, _super);
2435
2466
  function Polygon2(opts) {
2436
2467
  return _super.call(this, opts) || this;
2437
2468
  }
@@ -2454,7 +2485,7 @@ var PolylineShape = /* @__PURE__ */ (function() {
2454
2485
  return PolylineShape2;
2455
2486
  })();
2456
2487
  var Polyline = (function(_super) {
2457
- __extends(Polyline2, _super);
2488
+ __extends$1(Polyline2, _super);
2458
2489
  function Polyline2(opts) {
2459
2490
  return _super.call(this, opts) || this;
2460
2491
  }
@@ -2485,7 +2516,7 @@ var LineShape = /* @__PURE__ */ (function() {
2485
2516
  return LineShape2;
2486
2517
  })();
2487
2518
  var Line = (function(_super) {
2488
- __extends(Line2, _super);
2519
+ __extends$1(Line2, _super);
2489
2520
  function Line2(opts) {
2490
2521
  return _super.call(this, opts) || this;
2491
2522
  }
@@ -2565,7 +2596,7 @@ function someVectorAt(shape, t, isTangent) {
2565
2596
  }
2566
2597
  }
2567
2598
  var BezierCurve = (function(_super) {
2568
- __extends(BezierCurve2, _super);
2599
+ __extends$1(BezierCurve2, _super);
2569
2600
  function BezierCurve2(opts) {
2570
2601
  return _super.call(this, opts) || this;
2571
2602
  }
@@ -2638,7 +2669,7 @@ var ArcShape = /* @__PURE__ */ (function() {
2638
2669
  return ArcShape2;
2639
2670
  })();
2640
2671
  var Arc = (function(_super) {
2641
- __extends(Arc2, _super);
2672
+ __extends$1(Arc2, _super);
2642
2673
  function Arc2(opts) {
2643
2674
  return _super.call(this, opts) || this;
2644
2675
  }
@@ -2679,7 +2710,7 @@ var Gradient = (function() {
2679
2710
  return Gradient2;
2680
2711
  })();
2681
2712
  var LinearGradient = (function(_super) {
2682
- __extends(LinearGradient2, _super);
2713
+ __extends$1(LinearGradient2, _super);
2683
2714
  function LinearGradient2(x, y, x2, y2, colorStops, globalCoord) {
2684
2715
  var _this = _super.call(this, colorStops) || this;
2685
2716
  _this.x = x == null ? 0 : x;
@@ -2693,7 +2724,7 @@ var LinearGradient = (function(_super) {
2693
2724
  return LinearGradient2;
2694
2725
  })(Gradient);
2695
2726
  var RadialGradient = (function(_super) {
2696
- __extends(RadialGradient2, _super);
2727
+ __extends$1(RadialGradient2, _super);
2697
2728
  function RadialGradient2(x, y, r, colorStops, globalCoord) {
2698
2729
  var _this = _super.call(this, colorStops) || this;
2699
2730
  _this.x = x == null ? 0.5 : x;
@@ -2836,7 +2867,7 @@ var OrientedBoundingRect = (function() {
2836
2867
  })();
2837
2868
  var m = [];
2838
2869
  var IncrementalDisplayable = (function(_super) {
2839
- __extends(IncrementalDisplayable2, _super);
2870
+ __extends$1(IncrementalDisplayable2, _super);
2840
2871
  function IncrementalDisplayable2() {
2841
2872
  var _this = _super !== null && _super.apply(this, arguments) || this;
2842
2873
  _this.notClear = true;
@@ -17982,6 +18013,7 @@ export {
17982
18013
  WH,
17983
18014
  XY,
17984
18015
  Z2_EMPHASIS_LIFT,
18016
+ __extends,
17985
18017
  addCommas,
17986
18018
  animateLabelValue,
17987
18019
  applyPreserveAspect,
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs } from "./web-component-X2DLTWNw.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-B_GVZxsw.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-X2DLTWNw.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-B_GVZxsw.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, __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";
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";
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, __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";
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";
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-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";
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";
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-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";
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";
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, 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";
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";
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-X2DLTWNw.js";
1
+ import { getDefaultExportFromCjs } from "./web-component-B_GVZxsw.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-X2DLTWNw.js";
1
+ import { defineComponent, h, computed, onUnmounted, watch, shallowRef, loader, onMounted, nextTick, ref } from "./web-component-B_GVZxsw.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-X2DLTWNw.js";
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-B_GVZxsw.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-CoISWr_W.js")).catch(function(t2) {
10133
+ return (i.DOMPurify ? Promise.resolve(i.DOMPurify) : import("./purify.es-DadB-l2n.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-BXzLq8xK.js")).catch(function(t3) {
10835
+ return (i.canvg ? Promise.resolve(i.canvg) : import("./index.es-BPxwT8wR.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-X2DLTWNw.js";
1
+ import { commonjsGlobal, getDefaultExportFromCjs } from "./web-component-B_GVZxsw.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
- .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}.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-3e59cbc1] .print-page{margin-bottom:20px;background:#fff;box-shadow:none!important;position:relative!important;left:auto!important;top:auto!important}[data-v-3e59cbc1] .print-page:last-child{margin-bottom:0}.preview-content[data-v-3e59cbc1] *{cursor:default!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-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}
1
+ .checkerboard[data-v-3f05126a]{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-3f05126a]{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-3e59cbc1] .print-page{margin-bottom:20px;background:#fff;box-shadow:none!important;position:relative!important;left:auto!important;top:auto!important}[data-v-3e59cbc1] .print-page:last-child{margin-bottom:0}.preview-content[data-v-3e59cbc1] *{cursor:default!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}
@@ -1,4 +1,4 @@
1
- import { PrintDesignerElement } from "./web-component-X2DLTWNw.js";
1
+ import { PrintDesignerElement } from "./web-component-B_GVZxsw.js";
2
2
  export {
3
3
  PrintDesignerElement
4
4
  };