@dcodegroup-au/dsg-vue 0.1.10 → 0.1.11
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/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-B7VmWDV8.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-B3GtWMET.cjs} +2 -2
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-BCK-CUI3.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-DMBYMPtx.js} +34 -34
- package/dist/components/Elements/DsgDropdown.vue.d.ts +8 -4
- package/dist/dsg-vue.cjs +11 -11
- package/dist/dsg-vue.css +2 -2
- package/dist/dsg-vue.editor.cjs +90 -90
- package/dist/dsg-vue.editor.esm.js +2083 -2024
- package/dist/dsg-vue.esm.js +472 -472
- package/dist/dsg-vue.table.cjs +1 -1
- package/dist/dsg-vue.table.esm.js +1 -1
- package/dist/dsg-vue.tailwind.cjs +1 -1
- package/dist/dsg-vue.tailwind.esm.js +4 -4
- package/package.json +13 -13
|
@@ -9299,7 +9299,7 @@ let F0;
|
|
|
9299
9299
|
function T5() {
|
|
9300
9300
|
if (F0) return F0;
|
|
9301
9301
|
const e = navigator.userAgentData;
|
|
9302
|
-
return e && Array.isArray(e.brands) ? (F0 = e.brands.map((t) => t.brand + "/" + t.version).join(" "), F0) : navigator.userAgent;
|
|
9302
|
+
return e && Array.isArray(e.brands) ? (F0 = e.brands.map(((t) => t.brand + "/" + t.version)).join(" "), F0) : navigator.userAgent;
|
|
9303
9303
|
}
|
|
9304
9304
|
function Y2(e) {
|
|
9305
9305
|
return e instanceof x2(e).HTMLElement;
|
|
@@ -9322,10 +9322,10 @@ function pN(e) {
|
|
|
9322
9322
|
}
|
|
9323
9323
|
function s9(e) {
|
|
9324
9324
|
const t = /firefox/i.test(T5()), n = F2(e), o = n.backdropFilter || n.WebkitBackdropFilter;
|
|
9325
|
-
return n.transform !== "none" || n.perspective !== "none" || !!o && o !== "none" || t && n.willChange === "filter" || t && !!n.filter && n.filter !== "none" || ["transform", "perspective"].some((r) => n.willChange.includes(r)) || ["paint", "layout", "strict", "content"].some((r) => {
|
|
9325
|
+
return n.transform !== "none" || n.perspective !== "none" || !!o && o !== "none" || t && n.willChange === "filter" || t && !!n.filter && n.filter !== "none" || ["transform", "perspective"].some(((r) => n.willChange.includes(r))) || ["paint", "layout", "strict", "content"].some(((r) => {
|
|
9326
9326
|
const s = n.contain;
|
|
9327
9327
|
return s != null && s.includes(r);
|
|
9328
|
-
});
|
|
9328
|
+
}));
|
|
9329
9329
|
}
|
|
9330
9330
|
function z5() {
|
|
9331
9331
|
return !/^((?!chrome|android).)*safari/i.test(T5());
|
|
@@ -9387,7 +9387,7 @@ function s3(e, t) {
|
|
|
9387
9387
|
return r ? t.concat(s, s.visualViewport || [], C3(o) ? o : []) : t.concat(o, s3(o));
|
|
9388
9388
|
}
|
|
9389
9389
|
function ct(e, t, n) {
|
|
9390
|
-
return t === "viewport" ? M0(function(o, r) {
|
|
9390
|
+
return t === "viewport" ? M0((function(o, r) {
|
|
9391
9391
|
const s = x2(o), l = de(o), i = s.visualViewport;
|
|
9392
9392
|
let a = l.clientWidth, d = l.clientHeight, u = 0, c = 0;
|
|
9393
9393
|
if (i) {
|
|
@@ -9396,15 +9396,15 @@ function ct(e, t, n) {
|
|
|
9396
9396
|
(v || !v && r === "fixed") && (u = i.offsetLeft, c = i.offsetTop);
|
|
9397
9397
|
}
|
|
9398
9398
|
return { width: a, height: d, x: u, y: c };
|
|
9399
|
-
}(e, n)) : ue(t) ? M0(function(o, r) {
|
|
9399
|
+
})(e, n)) : ue(t) ? M0((function(o, r) {
|
|
9400
9400
|
const s = L0(o, !0, r === "fixed"), l = s.top + o.clientTop, i = s.left + o.clientLeft, a = Y2(o) ? $e(o) : { x: 1, y: 1 };
|
|
9401
9401
|
return { width: o.clientWidth * a.x, height: o.clientHeight * a.y, x: i * a.x, y: l * a.y };
|
|
9402
|
-
}(t, n)) : M0(function(o) {
|
|
9402
|
+
})(t, n)) : M0((function(o) {
|
|
9403
9403
|
const r = de(o), s = g3(o), l = o.ownerDocument.body, i = k0(r.scrollWidth, r.clientWidth, l.scrollWidth, l.clientWidth), a = k0(r.scrollHeight, r.clientHeight, l.scrollHeight, l.clientHeight);
|
|
9404
9404
|
let d = -s.scrollLeft + D5(o);
|
|
9405
9405
|
const u = -s.scrollTop;
|
|
9406
9406
|
return F2(l).direction === "rtl" && (d += k0(r.clientWidth, l.clientWidth) - i), { width: i, height: a, x: d, y: u };
|
|
9407
|
-
}(de(e)));
|
|
9407
|
+
})(de(e)));
|
|
9408
9408
|
}
|
|
9409
9409
|
function Ct(e) {
|
|
9410
9410
|
return Y2(e) && F2(e).position !== "fixed" ? e.offsetParent : null;
|
|
@@ -9413,14 +9413,14 @@ function gt(e) {
|
|
|
9413
9413
|
const t = x2(e);
|
|
9414
9414
|
let n = Ct(e);
|
|
9415
9415
|
for (; n && pN(n) && F2(n).position === "static"; ) n = Ct(n);
|
|
9416
|
-
return n && (ge(n) === "html" || ge(n) === "body" && F2(n).position === "static" && !s9(n)) ? t : n || function(o) {
|
|
9416
|
+
return n && (ge(n) === "html" || ge(n) === "body" && F2(n).position === "static" && !s9(n)) ? t : n || (function(o) {
|
|
9417
9417
|
let r = H0(o);
|
|
9418
9418
|
for (; Y2(r) && !O9(r); ) {
|
|
9419
9419
|
if (s9(r)) return r;
|
|
9420
9420
|
r = H0(r);
|
|
9421
9421
|
}
|
|
9422
9422
|
return null;
|
|
9423
|
-
}(e) || t;
|
|
9423
|
+
})(e) || t;
|
|
9424
9424
|
}
|
|
9425
9425
|
function fN(e, t, n) {
|
|
9426
9426
|
const o = Y2(t), r = de(t), s = L0(e, !0, n === "fixed", t);
|
|
@@ -9434,21 +9434,21 @@ function fN(e, t, n) {
|
|
|
9434
9434
|
}
|
|
9435
9435
|
const wN = { getClippingRect: function(e) {
|
|
9436
9436
|
let { element: t, boundary: n, rootBoundary: o, strategy: r } = e;
|
|
9437
|
-
const s = n === "clippingAncestors" ? function(d, u) {
|
|
9437
|
+
const s = n === "clippingAncestors" ? (function(d, u) {
|
|
9438
9438
|
const c = u.get(d);
|
|
9439
9439
|
if (c) return c;
|
|
9440
|
-
let v = s3(d).filter((f) => ue(f) && ge(f) !== "body"), h = null;
|
|
9440
|
+
let v = s3(d).filter(((f) => ue(f) && ge(f) !== "body")), h = null;
|
|
9441
9441
|
const p = F2(d).position === "fixed";
|
|
9442
9442
|
let k = p ? H0(d) : d;
|
|
9443
9443
|
for (; ue(k) && !O9(k); ) {
|
|
9444
9444
|
const f = F2(k), M = s9(k);
|
|
9445
|
-
(p ? M || h : M || f.position !== "static" || !h || !["absolute", "fixed"].includes(h.position)) ? h = f : v = v.filter((j) => j !== k), k = H0(k);
|
|
9445
|
+
(p ? M || h : M || f.position !== "static" || !h || !["absolute", "fixed"].includes(h.position)) ? h = f : v = v.filter(((j) => j !== k)), k = H0(k);
|
|
9446
9446
|
}
|
|
9447
9447
|
return u.set(d, v), v;
|
|
9448
|
-
}(t, this._c) : [].concat(n), l = [...s, o], i = l[0], a = l.reduce((d, u) => {
|
|
9448
|
+
})(t, this._c) : [].concat(n), l = [...s, o], i = l[0], a = l.reduce(((d, u) => {
|
|
9449
9449
|
const c = ct(t, u, r);
|
|
9450
9450
|
return d.top = k0(c.top, d.top), d.right = ut(c.right, d.right), d.bottom = ut(c.bottom, d.bottom), d.left = k0(c.left, d.left), d;
|
|
9451
|
-
}, ct(t, i, r));
|
|
9451
|
+
}), ct(t, i, r));
|
|
9452
9452
|
return { width: a.right - a.left, height: a.bottom - a.top, x: a.left, y: a.top };
|
|
9453
9453
|
}, convertOffsetParentRelativeRectToViewportRelativeRect: function(e) {
|
|
9454
9454
|
let { rect: t, offsetParent: n, strategy: o } = e;
|
|
@@ -11812,17 +11812,17 @@ var G2, Rt;
|
|
|
11812
11812
|
function wF() {
|
|
11813
11813
|
if (Rt) return G2;
|
|
11814
11814
|
Rt = 1;
|
|
11815
|
-
var e = G2 && G2.__createBinding || (Object.create ? function(v, h, p, k) {
|
|
11815
|
+
var e = G2 && G2.__createBinding || (Object.create ? (function(v, h, p, k) {
|
|
11816
11816
|
k === void 0 && (k = p);
|
|
11817
11817
|
var f = Object.getOwnPropertyDescriptor(h, p);
|
|
11818
11818
|
(!f || ("get" in f ? !h.__esModule : f.writable || f.configurable)) && (f = { enumerable: !0, get: function() {
|
|
11819
11819
|
return h[p];
|
|
11820
11820
|
} }), Object.defineProperty(v, k, f);
|
|
11821
|
-
} : function(v, h, p, k) {
|
|
11821
|
+
}) : (function(v, h, p, k) {
|
|
11822
11822
|
k === void 0 && (k = p), v[k] = h[p];
|
|
11823
|
-
}), t = G2 && G2.__setModuleDefault || (Object.create ? function(v, h) {
|
|
11823
|
+
})), t = G2 && G2.__setModuleDefault || (Object.create ? (function(v, h) {
|
|
11824
11824
|
Object.defineProperty(v, "default", { enumerable: !0, value: h });
|
|
11825
|
-
} : function(v, h) {
|
|
11825
|
+
}) : function(v, h) {
|
|
11826
11826
|
v.default = h;
|
|
11827
11827
|
}), n = G2 && G2.__importStar || function(v) {
|
|
11828
11828
|
if (v && v.__esModule) return v;
|
|
@@ -22134,10 +22134,10 @@ const mX = { class: "dsg-datepicker--label-wrapper block" }, bX = {
|
|
|
22134
22134
|
});
|
|
22135
22135
|
var e3 = { exports: {} }, yX = e3.exports, M5;
|
|
22136
22136
|
function jX() {
|
|
22137
|
-
return M5 || (M5 = 1, function(e, t) {
|
|
22137
|
+
return M5 || (M5 = 1, (function(e, t) {
|
|
22138
22138
|
(function(n, o) {
|
|
22139
22139
|
e.exports = o();
|
|
22140
|
-
})(yX, function() {
|
|
22140
|
+
})(yX, (function() {
|
|
22141
22141
|
var n = 1e3, o = 6e4, r = 36e5, s = "millisecond", l = "second", i = "minute", a = "hour", d = "day", u = "week", c = "month", v = "quarter", h = "year", p = "date", k = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, M = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, j = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(b) {
|
|
22142
22142
|
var C = ["th", "st", "nd", "rd"], _ = b % 100;
|
|
22143
22143
|
return "[" + b + (C[(_ - 20) % 10] || C[_] || C[0]) + "]";
|
|
@@ -22182,13 +22182,13 @@ function jX() {
|
|
|
22182
22182
|
T.l = I, T.i = x, T.w = function(b, C) {
|
|
22183
22183
|
return w(b, { locale: C.$L, utc: C.$u, x: C.$x, $offset: C.$offset });
|
|
22184
22184
|
};
|
|
22185
|
-
var W = function() {
|
|
22185
|
+
var W = (function() {
|
|
22186
22186
|
function b(_) {
|
|
22187
22187
|
this.$L = I(_.locale, null, !0), this.parse(_), this.$x = this.$x || _.x || {}, this[E] = !0;
|
|
22188
22188
|
}
|
|
22189
22189
|
var C = b.prototype;
|
|
22190
22190
|
return C.parse = function(_) {
|
|
22191
|
-
this.$d = function(L) {
|
|
22191
|
+
this.$d = (function(L) {
|
|
22192
22192
|
var V = L.date, U = L.utc;
|
|
22193
22193
|
if (V === null) return /* @__PURE__ */ new Date(NaN);
|
|
22194
22194
|
if (T.u(V)) return /* @__PURE__ */ new Date();
|
|
@@ -22201,7 +22201,7 @@ function jX() {
|
|
|
22201
22201
|
}
|
|
22202
22202
|
}
|
|
22203
22203
|
return new Date(V);
|
|
22204
|
-
}(_), this.init();
|
|
22204
|
+
})(_), this.init();
|
|
22205
22205
|
}, C.init = function() {
|
|
22206
22206
|
var _ = this.$d;
|
|
22207
22207
|
this.$y = _.getFullYear(), this.$M = _.getMonth(), this.$D = _.getDate(), this.$W = _.getDay(), this.$H = _.getHours(), this.$m = _.getMinutes(), this.$s = _.getSeconds(), this.$ms = _.getMilliseconds();
|
|
@@ -22288,8 +22288,8 @@ function jX() {
|
|
|
22288
22288
|
var t1 = y1 < 12 ? "AM" : "PM";
|
|
22289
22289
|
return j1 ? t1.toLowerCase() : t1;
|
|
22290
22290
|
};
|
|
22291
|
-
return U.replace(M, function(y1, F) {
|
|
22292
|
-
return F || function(j1) {
|
|
22291
|
+
return U.replace(M, (function(y1, F) {
|
|
22292
|
+
return F || (function(j1) {
|
|
22293
22293
|
switch (j1) {
|
|
22294
22294
|
case "YY":
|
|
22295
22295
|
return String(L.$y).slice(-2);
|
|
@@ -22341,8 +22341,8 @@ function jX() {
|
|
|
22341
22341
|
return G;
|
|
22342
22342
|
}
|
|
22343
22343
|
return null;
|
|
22344
|
-
}(y1) || G.replace(":", "");
|
|
22345
|
-
});
|
|
22344
|
+
})(y1) || G.replace(":", "");
|
|
22345
|
+
}));
|
|
22346
22346
|
}, C.utcOffset = function() {
|
|
22347
22347
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
22348
22348
|
}, C.diff = function(_, L, V) {
|
|
@@ -22397,18 +22397,18 @@ function jX() {
|
|
|
22397
22397
|
}, C.toString = function() {
|
|
22398
22398
|
return this.$d.toUTCString();
|
|
22399
22399
|
}, b;
|
|
22400
|
-
}(), e1 = W.prototype;
|
|
22401
|
-
return w.prototype = e1, [["$ms", s], ["$s", l], ["$m", i], ["$H", a], ["$W", d], ["$M", c], ["$y", h], ["$D", p]].forEach(function(b) {
|
|
22400
|
+
})(), e1 = W.prototype;
|
|
22401
|
+
return w.prototype = e1, [["$ms", s], ["$s", l], ["$m", i], ["$H", a], ["$W", d], ["$M", c], ["$y", h], ["$D", p]].forEach((function(b) {
|
|
22402
22402
|
e1[b[1]] = function(C) {
|
|
22403
22403
|
return this.$g(C, b[0], b[1]);
|
|
22404
22404
|
};
|
|
22405
|
-
}), w.extend = function(b, C) {
|
|
22405
|
+
})), w.extend = function(b, C) {
|
|
22406
22406
|
return b.$i || (b(C, W, w), b.$i = !0), w;
|
|
22407
22407
|
}, w.locale = I, w.isDayjs = x, w.unix = function(b) {
|
|
22408
22408
|
return w(1e3 * b);
|
|
22409
22409
|
}, w.en = z[R], w.Ls = z, w.p = {}, w;
|
|
22410
|
-
});
|
|
22411
|
-
}(e3)), e3.exports;
|
|
22410
|
+
}));
|
|
22411
|
+
})(e3)), e3.exports;
|
|
22412
22412
|
}
|
|
22413
22413
|
var xX = jX();
|
|
22414
22414
|
const SX = /* @__PURE__ */ O5(xX), OX = (e = window.location.href) => {
|
|
@@ -22747,9 +22747,9 @@ const SX = /* @__PURE__ */ O5(xX), OX = (e = window.location.href) => {
|
|
|
22747
22747
|
}, null, 8, ["model-value", "placeholder", "type", "onUpdate:modelValue"])
|
|
22748
22748
|
])
|
|
22749
22749
|
])) : Y("", !0),
|
|
22750
|
-
T < o.value.length - 1 ? (H(), N("li", YX, I[3] || (I[3] = [
|
|
22750
|
+
T < o.value.length - 1 ? (H(), N("li", YX, [...I[3] || (I[3] = [
|
|
22751
22751
|
a1("hr", { class: "dsg-table--filter-list-divider" }, null, -1)
|
|
22752
|
-
]))) : Y("", !0)
|
|
22752
|
+
])])) : Y("", !0)
|
|
22753
22753
|
], 64))), 256))
|
|
22754
22754
|
])
|
|
22755
22755
|
], 2)
|
|
@@ -632,7 +632,8 @@ declare function __VLS_template(): {
|
|
|
632
632
|
};
|
|
633
633
|
$forceUpdate: () => void;
|
|
634
634
|
$nextTick: typeof import('vue').nextTick;
|
|
635
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
635
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
636
|
+
/** @type { [typeof DsgAvatar, ] } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
636
637
|
} & Readonly<{}> & Omit<Readonly<import('./DsgAvatar.vue').DsgAvatarProps> & Readonly<{
|
|
637
638
|
"onAvatar-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
638
639
|
"onBefore-change-status"?: ((oldStatus: boolean, newStatus: boolean) => any) | undefined;
|
|
@@ -707,7 +708,8 @@ declare function __VLS_template(): {
|
|
|
707
708
|
};
|
|
708
709
|
$forceUpdate: () => void;
|
|
709
710
|
$nextTick: typeof import('vue').nextTick;
|
|
710
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
711
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
712
|
+
/** @type { [typeof DsgAvatar, ] } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
711
713
|
} & Readonly<{}> & Omit<Readonly<import('./DsgButton.vue').DsgButtonProps> & Readonly<{
|
|
712
714
|
"onButton-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
713
715
|
}>, "focusButton"> & import('vue').ShallowUnwrapRef<{
|
|
@@ -1306,7 +1308,8 @@ declare const __VLS_component: import('vue').DefineComponent<DsgDropdownProps, {
|
|
|
1306
1308
|
};
|
|
1307
1309
|
$forceUpdate: () => void;
|
|
1308
1310
|
$nextTick: typeof import('vue').nextTick;
|
|
1309
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
1311
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
1312
|
+
/** @type { [typeof DsgAvatar, ] } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1310
1313
|
} & Readonly<{}> & Omit<Readonly<import('./DsgAvatar.vue').DsgAvatarProps> & Readonly<{
|
|
1311
1314
|
"onAvatar-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
1312
1315
|
"onBefore-change-status"?: ((oldStatus: boolean, newStatus: boolean) => any) | undefined;
|
|
@@ -1381,7 +1384,8 @@ declare const __VLS_component: import('vue').DefineComponent<DsgDropdownProps, {
|
|
|
1381
1384
|
};
|
|
1382
1385
|
$forceUpdate: () => void;
|
|
1383
1386
|
$nextTick: typeof import('vue').nextTick;
|
|
1384
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
1387
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
|
1388
|
+
/** @type { [typeof DsgAvatar, ] } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1385
1389
|
} & Readonly<{}> & Omit<Readonly<import('./DsgButton.vue').DsgButtonProps> & Readonly<{
|
|
1386
1390
|
"onButton-clicked"?: ((clickEvent: Event) => any) | undefined;
|
|
1387
1391
|
}>, "focusButton"> & import('vue').ShallowUnwrapRef<{
|