x-print-designer 0.2.0 → 0.2.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-print-designer",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
7
7
  "main": "dist/print-designer.umd.js",
@@ -1,34 +1,3 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation.
3
-
4
- Permission to use, copy, modify, and/or distribute this software for any
5
- purpose with or without fee is hereby granted.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
- PERFORMANCE OF THIS SOFTWARE.
14
- ***************************************************************************** */
15
- var extendStatics = function(d, b) {
16
- extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
17
- d2.__proto__ = b2;
18
- } || function(d2, b2) {
19
- for (var p in b2) if (Object.prototype.hasOwnProperty.call(b2, p)) d2[p] = b2[p];
20
- };
21
- return extendStatics(d, b);
22
- };
23
- function __extends(d, b) {
24
- if (typeof b !== "function" && b !== null)
25
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
26
- extendStatics(d, b);
27
- function __() {
28
- this.constructor = d;
29
- }
30
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
31
- }
32
1
  var Browser = /* @__PURE__ */ (function() {
33
2
  function Browser2() {
34
3
  this.firefox = false;
@@ -729,6 +698,37 @@ const util = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
729
698
  slice,
730
699
  trim
731
700
  }, Symbol.toStringTag, { value: "Module" }));
701
+ /*! *****************************************************************************
702
+ Copyright (c) Microsoft Corporation.
703
+
704
+ Permission to use, copy, modify, and/or distribute this software for any
705
+ purpose with or without fee is hereby granted.
706
+
707
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
708
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
709
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
710
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
711
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
712
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
713
+ PERFORMANCE OF THIS SOFTWARE.
714
+ ***************************************************************************** */
715
+ var extendStatics = function(d, b) {
716
+ extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
717
+ d2.__proto__ = b2;
718
+ } || function(d2, b2) {
719
+ for (var p in b2) if (Object.prototype.hasOwnProperty.call(b2, p)) d2[p] = b2[p];
720
+ };
721
+ return extendStatics(d, b);
722
+ };
723
+ function __extends(d, b) {
724
+ if (typeof b !== "function" && b !== null)
725
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
726
+ extendStatics(d, b);
727
+ function __() {
728
+ this.constructor = d;
729
+ }
730
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
731
+ }
732
732
  function create$1(x, y) {
733
733
  if (x == null) {
734
734
  x = 0;