@arbisoft/react-design-tool 1.0.62 → 1.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cjs/index.js +16 -14
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +16 -14
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -283,19 +283,17 @@ function _regeneratorDefine(e, r, n, t) {
|
|
|
283
283
|
i = 0;
|
|
284
284
|
}
|
|
285
285
|
_regeneratorDefine = function (e, r, n, t) {
|
|
286
|
-
|
|
286
|
+
function o(r, n) {
|
|
287
|
+
_regeneratorDefine(e, r, function (e) {
|
|
288
|
+
return this._invoke(r, n, e);
|
|
289
|
+
});
|
|
290
|
+
}
|
|
291
|
+
r ? i ? i(e, r, {
|
|
287
292
|
value: n,
|
|
288
293
|
enumerable: !t,
|
|
289
294
|
configurable: !t,
|
|
290
295
|
writable: !t
|
|
291
|
-
}) : e[r] = n;
|
|
292
|
-
function o(r, n) {
|
|
293
|
-
_regeneratorDefine(e, r, function (e) {
|
|
294
|
-
return this._invoke(r, n, e);
|
|
295
|
-
});
|
|
296
|
-
}
|
|
297
|
-
o("next", 0), o("throw", 1), o("return", 2);
|
|
298
|
-
}
|
|
296
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
299
297
|
}, _regeneratorDefine(e, r, n, t);
|
|
300
298
|
}
|
|
301
299
|
function _slicedToArray(r, e) {
|
|
@@ -3025,7 +3023,7 @@ var exportStageAsImage = /*#__PURE__*/function () {
|
|
|
3025
3023
|
var _ref3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(resolve, reject) {
|
|
3026
3024
|
var stage, canvas, dataURL, _t;
|
|
3027
3025
|
return _regenerator().w(function (_context2) {
|
|
3028
|
-
while (1) switch (_context2.n) {
|
|
3026
|
+
while (1) switch (_context2.p = _context2.n) {
|
|
3029
3027
|
case 0:
|
|
3030
3028
|
_context2.p = 0;
|
|
3031
3029
|
stage = stageRef === null || stageRef === void 0 ? void 0 : stageRef.current;
|
|
@@ -4433,7 +4431,7 @@ var CanvasImage = function CanvasImage(_ref) {
|
|
|
4433
4431
|
_load = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee() {
|
|
4434
4432
|
var res, blob, img, _t;
|
|
4435
4433
|
return _regenerator().w(function (_context) {
|
|
4436
|
-
while (1) switch (_context.n) {
|
|
4434
|
+
while (1) switch (_context.p = _context.n) {
|
|
4437
4435
|
case 0:
|
|
4438
4436
|
_context.p = 0;
|
|
4439
4437
|
setLoading(true);
|
|
@@ -4493,9 +4491,13 @@ var CanvasImage = function CanvasImage(_ref) {
|
|
|
4493
4491
|
useEffect(function () {
|
|
4494
4492
|
if (!(imageNodeRef !== null && imageNodeRef !== void 0 && imageNodeRef.current)) return;
|
|
4495
4493
|
if (hasTint) {
|
|
4494
|
+
var _imageNodeRef$current;
|
|
4496
4495
|
imageNodeRef.current.cache();
|
|
4496
|
+
(_imageNodeRef$current = imageNodeRef.current.getLayer()) === null || _imageNodeRef$current === void 0 || _imageNodeRef$current.batchDraw();
|
|
4497
4497
|
} else {
|
|
4498
|
+
var _imageNodeRef$current2;
|
|
4498
4499
|
imageNodeRef.current.clearCache();
|
|
4500
|
+
(_imageNodeRef$current2 = imageNodeRef.current.getLayer()) === null || _imageNodeRef$current2 === void 0 || _imageNodeRef$current2.batchDraw();
|
|
4499
4501
|
}
|
|
4500
4502
|
}, [hasTint, red, green, blue]);
|
|
4501
4503
|
if (!loaded || !imgEl) return null;
|
|
@@ -4620,7 +4622,7 @@ var QrElement = function QrElement(_ref) {
|
|
|
4620
4622
|
_loadLogo = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2() {
|
|
4621
4623
|
var res, blob, img, _t;
|
|
4622
4624
|
return _regenerator().w(function (_context2) {
|
|
4623
|
-
while (1) switch (_context2.n) {
|
|
4625
|
+
while (1) switch (_context2.p = _context2.n) {
|
|
4624
4626
|
case 0:
|
|
4625
4627
|
if (element !== null && element !== void 0 && element.qrLogo) {
|
|
4626
4628
|
_context2.n = 1;
|
|
@@ -6601,7 +6603,7 @@ function memoize(fn) {
|
|
|
6601
6603
|
}
|
|
6602
6604
|
|
|
6603
6605
|
// eslint-disable-next-line no-undef
|
|
6604
|
-
var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23
|
|
6606
|
+
var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|popover|popoverTarget|popoverTargetAction|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23
|
|
6605
6607
|
|
|
6606
6608
|
var isPropValid = /* #__PURE__ */memoize(function (prop) {
|
|
6607
6609
|
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111
|
|
@@ -7707,7 +7709,7 @@ var Studio = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
7707
7709
|
var _ref6 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2() {
|
|
7708
7710
|
var file, result, imageUrl, reader, _t;
|
|
7709
7711
|
return _regenerator().w(function (_context2) {
|
|
7710
|
-
while (1) switch (_context2.n) {
|
|
7712
|
+
while (1) switch (_context2.p = _context2.n) {
|
|
7711
7713
|
case 0:
|
|
7712
7714
|
_context2.n = 1;
|
|
7713
7715
|
return pickImage();
|