ablok-components 0.3.97 → 0.3.99

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.
Files changed (21) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +8 -0
  2. package/dist/_virtual/debounce.js +7 -0
  3. package/dist/ablok-components.umd.js +4 -4
  4. package/dist/components/molecules/base-camera/base-camera.vue.js +1 -1
  5. package/dist/components/molecules/dom-renderer/dom-renderer.vue.js +1 -1
  6. package/dist/components/molecules/image-resize/image-resize.vue.js +1 -1
  7. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_Symbol.js +11 -0
  8. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_baseGetTag.js +16 -0
  9. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_baseTrim.js +14 -0
  10. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_freeGlobal.js +11 -0
  11. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_getRawTag.js +21 -0
  12. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_objectToString.js +13 -0
  13. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_root.js +11 -0
  14. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/_trimmedEndIndex.js +15 -0
  15. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/debounce.js +60 -0
  16. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/isObject.js +13 -0
  17. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/isObjectLike.js +12 -0
  18. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/isSymbol.js +15 -0
  19. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/now.js +13 -0
  20. package/dist/node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/toNumber.js +28 -0
  21. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as at, ref as u, computed as h, watch as Ie, onMounted as it, nextTick as nt, onBeforeUnmount as ot, openBlock as y, createElementBlock as b, normalizeClass as de, createElementVNode as p, createVNode as ve, withCtx as lt, createCommentVNode as R, withDirectives as xe, normalizeStyle as he, vShow as Re, toDisplayString as me, createBlock as rt, withModifiers as st } from "vue";
2
- import { debounce as ut } from "lodash";
2
+ import ut from "../../../_virtual/debounce.js";
3
3
  import ct from "../../atoms/loading-spinner/loading-spinner.vue.js";
4
4
  /* empty css */
5
5
  import dt from "../../atoms/svg-icon/svg-icon.vue.js";
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as v, ref as l, onMounted as y, onBeforeUnmount as b, openBlock as h, createElementBlock as C, normalizeStyle as B, normalizeClass as w, renderSlot as x } from "vue";
2
- import { debounce as P } from "lodash";
2
+ import P from "../../../_virtual/debounce.js";
3
3
  import R from "html2canvas";
4
4
  const M = /* @__PURE__ */ v({
5
5
  __name: "dom-renderer",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, useTemplateRef as E, ref as d, watch as v, onMounted as k, openBlock as h, createElementBlock as R, createElementVNode as t, createVNode as p, createBlock as S, createCommentVNode as _, withDirectives as $, vModelText as B, renderSlot as I, withModifiers as N, toDisplayString as z } from "vue";
2
- import { debounce as C } from "lodash";
2
+ import C from "../../../_virtual/debounce.js";
3
3
  import { resizeImageElementToDataUrl as U } from "../../../utilities/helpers.js";
4
4
  import b from "../../atoms/base-image/base-image.vue.js";
5
5
  /* empty css */
@@ -0,0 +1,11 @@
1
+ import { __require as u } from "./_root.js";
2
+ var r, e;
3
+ function a() {
4
+ if (e) return r;
5
+ e = 1;
6
+ var o = u(), i = o.Symbol;
7
+ return r = i, r;
8
+ }
9
+ export {
10
+ a as __require
11
+ };
@@ -0,0 +1,16 @@
1
+ import { __require as T } from "./_Symbol.js";
2
+ import { __require as b } from "./_getRawTag.js";
3
+ import { __require as f } from "./_objectToString.js";
4
+ var r, n;
5
+ function q() {
6
+ if (n) return r;
7
+ n = 1;
8
+ var t = T(), a = b(), o = f(), u = "[object Null]", g = "[object Undefined]", i = t ? t.toStringTag : void 0;
9
+ function _(e) {
10
+ return e == null ? e === void 0 ? g : u : i && i in Object(e) ? a(e) : o(e);
11
+ }
12
+ return r = _, r;
13
+ }
14
+ export {
15
+ q as __require
16
+ };
@@ -0,0 +1,14 @@
1
+ import { __require as n } from "./_trimmedEndIndex.js";
2
+ var e, i;
3
+ function _() {
4
+ if (i) return e;
5
+ i = 1;
6
+ var a = n(), m = /^\s+/;
7
+ function u(r) {
8
+ return r && r.slice(0, a(r) + 1).replace(m, "");
9
+ }
10
+ return e = u, e;
11
+ }
12
+ export {
13
+ _ as __require
14
+ };
@@ -0,0 +1,11 @@
1
+ import { commonjsGlobal as e } from "../../../../../_virtual/_commonjsHelpers.js";
2
+ var r, o;
3
+ function t() {
4
+ if (o) return r;
5
+ o = 1;
6
+ var a = typeof e == "object" && e && e.Object === Object && e;
7
+ return r = a, r;
8
+ }
9
+ export {
10
+ t as __require
11
+ };
@@ -0,0 +1,21 @@
1
+ import { __require as _ } from "./_Symbol.js";
2
+ var t, n;
3
+ function d() {
4
+ if (n) return t;
5
+ n = 1;
6
+ var a = _(), i = Object.prototype, o = i.hasOwnProperty, g = i.toString, e = a ? a.toStringTag : void 0;
7
+ function c(r) {
8
+ var s = o.call(r, e), u = r[e];
9
+ try {
10
+ r[e] = void 0;
11
+ var f = !0;
12
+ } catch {
13
+ }
14
+ var T = g.call(r);
15
+ return f && (s ? r[e] = u : delete r[e]), T;
16
+ }
17
+ return t = c, t;
18
+ }
19
+ export {
20
+ d as __require
21
+ };
@@ -0,0 +1,13 @@
1
+ var r, t;
2
+ function c() {
3
+ if (t) return r;
4
+ t = 1;
5
+ var e = Object.prototype, o = e.toString;
6
+ function n(i) {
7
+ return o.call(i);
8
+ }
9
+ return r = n, r;
10
+ }
11
+ export {
12
+ c as __require
13
+ };
@@ -0,0 +1,11 @@
1
+ import { __require as a } from "./_freeGlobal.js";
2
+ var r, e;
3
+ function u() {
4
+ if (e) return r;
5
+ e = 1;
6
+ var o = a(), t = typeof self == "object" && self && self.Object === Object && self, f = o || t || Function("return this")();
7
+ return r = f, r;
8
+ }
9
+ export {
10
+ u as __require
11
+ };
@@ -0,0 +1,15 @@
1
+ var r, d;
2
+ function a() {
3
+ if (d) return r;
4
+ d = 1;
5
+ var t = /\s/;
6
+ function i(n) {
7
+ for (var e = n.length; e-- && t.test(n.charAt(e)); )
8
+ ;
9
+ return e;
10
+ }
11
+ return r = i, r;
12
+ }
13
+ export {
14
+ a as __require
15
+ };
@@ -0,0 +1,60 @@
1
+ import { __require as j } from "./isObject.js";
2
+ import { __require as A } from "./now.js";
3
+ import { __require as D } from "./toNumber.js";
4
+ var h, p;
5
+ function z() {
6
+ if (p) return h;
7
+ p = 1;
8
+ var W = j(), v = A(), b = D(), C = "Expected a function", L = Math.max, M = Math.min;
9
+ function N(q, r, u) {
10
+ var a, o, l, f, n, t, d = 0, x = !1, c = !1, g = !0;
11
+ if (typeof q != "function")
12
+ throw new TypeError(C);
13
+ r = b(r) || 0, W(u) && (x = !!u.leading, c = "maxWait" in u, l = c ? L(b(u.maxWait) || 0, r) : l, g = "trailing" in u ? !!u.trailing : g);
14
+ function T(e) {
15
+ var i = a, m = o;
16
+ return a = o = void 0, d = e, f = q.apply(m, i), f;
17
+ }
18
+ function R(e) {
19
+ return d = e, n = setTimeout(s, r), x ? T(e) : f;
20
+ }
21
+ function S(e) {
22
+ var i = e - t, m = e - d, k = r - i;
23
+ return c ? M(k, l - m) : k;
24
+ }
25
+ function E(e) {
26
+ var i = e - t, m = e - d;
27
+ return t === void 0 || i >= r || i < 0 || c && m >= l;
28
+ }
29
+ function s() {
30
+ var e = v();
31
+ if (E(e))
32
+ return I(e);
33
+ n = setTimeout(s, S(e));
34
+ }
35
+ function I(e) {
36
+ return n = void 0, g && a ? T(e) : (a = o = void 0, f);
37
+ }
38
+ function y() {
39
+ n !== void 0 && clearTimeout(n), d = 0, a = t = o = n = void 0;
40
+ }
41
+ function O() {
42
+ return n === void 0 ? f : I(v());
43
+ }
44
+ function _() {
45
+ var e = v(), i = E(e);
46
+ if (a = arguments, o = this, t = e, i) {
47
+ if (n === void 0)
48
+ return R(t);
49
+ if (c)
50
+ return clearTimeout(n), n = setTimeout(s, r), T(t);
51
+ }
52
+ return n === void 0 && (n = setTimeout(s, r)), f;
53
+ }
54
+ return _.cancel = y, _.flush = O, _;
55
+ }
56
+ return h = N, h;
57
+ }
58
+ export {
59
+ z as __require
60
+ };
@@ -0,0 +1,13 @@
1
+ var e, n;
2
+ function u() {
3
+ if (n) return e;
4
+ n = 1;
5
+ function i(r) {
6
+ var t = typeof r;
7
+ return r != null && (t == "object" || t == "function");
8
+ }
9
+ return e = i, e;
10
+ }
11
+ export {
12
+ u as __require
13
+ };
@@ -0,0 +1,12 @@
1
+ var e, i;
2
+ function n() {
3
+ if (i) return e;
4
+ i = 1;
5
+ function t(r) {
6
+ return r != null && typeof r == "object";
7
+ }
8
+ return e = t, e;
9
+ }
10
+ export {
11
+ n as __require
12
+ };
@@ -0,0 +1,15 @@
1
+ import { __require as a } from "./_baseGetTag.js";
2
+ import { __require as m } from "./isObjectLike.js";
3
+ var e, i;
4
+ function _() {
5
+ if (i) return e;
6
+ i = 1;
7
+ var o = a(), s = m(), t = "[object Symbol]";
8
+ function b(r) {
9
+ return typeof r == "symbol" || s(r) && o(r) == t;
10
+ }
11
+ return e = b, e;
12
+ }
13
+ export {
14
+ _ as __require
15
+ };
@@ -0,0 +1,13 @@
1
+ import { __require as t } from "./_root.js";
2
+ var r, e;
3
+ function i() {
4
+ if (e) return r;
5
+ e = 1;
6
+ var o = t(), n = function() {
7
+ return o.Date.now();
8
+ };
9
+ return r = n, r;
10
+ }
11
+ export {
12
+ i as __require
13
+ };
@@ -0,0 +1,28 @@
1
+ import { __require as c } from "./_baseTrim.js";
2
+ import { __require as u } from "./isObject.js";
3
+ import { __require as y } from "./isSymbol.js";
4
+ var e, n;
5
+ function T() {
6
+ if (n) return e;
7
+ n = 1;
8
+ var o = c(), t = u(), m = y(), s = NaN, b = /^[-+]0x[0-9a-f]+$/i, _ = /^0b[01]+$/i, q = /^0o[0-7]+$/i, a = parseInt;
9
+ function p(r) {
10
+ if (typeof r == "number")
11
+ return r;
12
+ if (m(r))
13
+ return s;
14
+ if (t(r)) {
15
+ var i = typeof r.valueOf == "function" ? r.valueOf() : r;
16
+ r = t(i) ? i + "" : i;
17
+ }
18
+ if (typeof r != "string")
19
+ return r === 0 ? r : +r;
20
+ r = o(r);
21
+ var f = _.test(r);
22
+ return f || q.test(r) ? a(r.slice(2), f ? 2 : 8) : b.test(r) ? s : +r;
23
+ }
24
+ return e = p, e;
25
+ }
26
+ export {
27
+ T as __require
28
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.3.97",
4
+ "version": "0.3.99",
5
5
  "dependencies": {
6
6
  "date-fns": "^3.0.0",
7
7
  "dompurify": "^3.3.1",