@quoreadmin/ui 1.7.0 → 1.7.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/dist/index.css +1 -1
- package/dist/index131.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index144.js +4 -4
- package/dist/index182.js +8 -8
- package/dist/index184.js +8 -8
- package/dist/index187.js +17 -17
- package/dist/index188.js +5826 -1078
- package/dist/index189.js +209 -0
- package/dist/index190.js +19 -5922
- package/dist/index191.js +10 -199
- package/dist/index192.js +1180 -25
- package/dist/index219.js +155 -121
- package/dist/index220.js +19 -37
- package/dist/index221.js +20 -80
- package/dist/index222.js +15 -13
- package/dist/index223.js +198 -19
- package/dist/index224.js +68 -18
- package/dist/index225.js +34 -20
- package/dist/index226.js +39 -19
- package/dist/index231.js +121 -155
- package/dist/index232.js +37 -19
- package/dist/index233.js +80 -22
- package/dist/index234.js +19 -198
- package/dist/index235.js +18 -68
- package/dist/index236.js +20 -34
- package/dist/index237.js +19 -39
- package/dist/index250.js +3 -3
- package/dist/index281.js +54 -2
- package/dist/index283.js +25 -234
- package/dist/index284.js +21 -5
- package/dist/index285.js +21 -133
- package/dist/index286.js +16 -68
- package/dist/index287.js +15 -85
- package/dist/index288.js +22 -28
- package/dist/index289.js +2 -9
- package/dist/index290.js +229 -69
- package/dist/index291.js +5 -3
- package/dist/index292.js +134 -2
- package/dist/index293.js +64 -79
- package/dist/index294.js +84 -51
- package/dist/index295.js +28 -5
- package/dist/index296.js +8 -4
- package/dist/index297.js +69 -173
- package/dist/index298.js +3 -62
- package/dist/index299.js +2 -75
- package/dist/index300.js +78 -49
- package/dist/index301.js +53 -25
- package/dist/index302.js +5 -21
- package/dist/index303.js +4 -21
- package/dist/index304.js +178 -15
- package/dist/index305.js +62 -16
- package/dist/index306.js +74 -22
- package/dist/index309.js +1 -1
- package/dist/index324.js +1 -1
- package/dist/index328.js +1 -1
- package/dist/index353.js +1 -1
- package/dist/index354.js +1 -1
- package/dist/index355.js +5 -5
- package/dist/index357.js +2 -2
- package/dist/index359.js +2 -2
- package/dist/index361.js +1 -1
- package/dist/index363.js +4 -4
- package/dist/index364.js +3 -3
- package/dist/index369.js +1 -1
- package/dist/index370.js +3 -3
- package/dist/index375.js +1 -1
- package/dist/index377.js +1 -1
- package/dist/index378.js +3 -3
- package/dist/index379.js +3 -3
- package/dist/index383.js +98 -91
- package/dist/index384.js +91 -98
- package/dist/index39.js +1 -1
- package/dist/index391.js +1 -1
- package/dist/index43.js +48 -38
- package/dist/src/components/popover/popover.d.ts +2 -2
- package/dist/src/components/popover/popover.stories.d.ts +402 -0
- package/package.json +1 -1
- package/dist/index193.js +0 -20
package/dist/index235.js
CHANGED
|
@@ -1,72 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import o from "
|
|
3
|
-
import { createElementBlock as t, openBlock as a, mergeProps as r, createCommentVNode as l, renderSlot as s, createTextVNode as u, toDisplayString as d, createElementVNode as m } from "vue";
|
|
1
|
+
import r from "./index282.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, mergeProps as n, createElementVNode as i } from "vue";
|
|
4
3
|
var p = {
|
|
5
|
-
name: "
|
|
6
|
-
extends:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
style: o,
|
|
22
|
-
provide: function() {
|
|
23
|
-
return {
|
|
24
|
-
$parentInstance: this
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
}, v = {
|
|
28
|
-
name: "ProgressBar",
|
|
29
|
-
extends: p,
|
|
30
|
-
inheritAttrs: !1,
|
|
31
|
-
computed: {
|
|
32
|
-
progressStyle: function() {
|
|
33
|
-
return {
|
|
34
|
-
width: this.value + "%",
|
|
35
|
-
display: "flex"
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
indeterminate: function() {
|
|
39
|
-
return this.mode === "indeterminate";
|
|
40
|
-
},
|
|
41
|
-
determinate: function() {
|
|
42
|
-
return this.mode === "determinate";
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}, c = ["aria-valuenow"];
|
|
46
|
-
function f(e, y, g, h, B, n) {
|
|
47
|
-
return a(), t("div", r({
|
|
48
|
-
role: "progressbar",
|
|
49
|
-
class: e.cx("root"),
|
|
50
|
-
"aria-valuemin": "0",
|
|
51
|
-
"aria-valuenow": e.value,
|
|
52
|
-
"aria-valuemax": "100"
|
|
53
|
-
}, e.ptmi("root")), [n.determinate ? (a(), t("div", r({
|
|
54
|
-
key: 0,
|
|
55
|
-
class: e.cx("value"),
|
|
56
|
-
style: n.progressStyle
|
|
57
|
-
}, e.ptm("value")), [e.value != null && e.value !== 0 && e.showValue ? (a(), t("div", r({
|
|
58
|
-
key: 0,
|
|
59
|
-
class: e.cx("label")
|
|
60
|
-
}, e.ptm("label")), [s(e.$slots, "default", {}, function() {
|
|
61
|
-
return [u(d(e.value + "%"), 1)];
|
|
62
|
-
})], 16)) : l("", !0)], 16)) : l("", !0), n.indeterminate ? (a(), t("div", r({
|
|
63
|
-
key: 1,
|
|
64
|
-
class: e.cx("container")
|
|
65
|
-
}, e.ptm("container")), [m("div", r({
|
|
66
|
-
class: e.cx("value")
|
|
67
|
-
}, e.ptm("value")), null, 16)], 16)) : l("", !0)], 16, c);
|
|
4
|
+
name: "ChevronRightIcon",
|
|
5
|
+
extends: r
|
|
6
|
+
}, C = /* @__PURE__ */ i("path", {
|
|
7
|
+
d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, null, -1), l = [C];
|
|
10
|
+
function s(e, a, c, d, h, m) {
|
|
11
|
+
return o(), t("svg", n({
|
|
12
|
+
width: "14",
|
|
13
|
+
height: "14",
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, e.pti()), l, 16);
|
|
68
18
|
}
|
|
69
|
-
|
|
19
|
+
p.render = s;
|
|
70
20
|
export {
|
|
71
|
-
|
|
21
|
+
p as default
|
|
72
22
|
};
|
package/dist/index236.js
CHANGED
|
@@ -1,36 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
uploadIcon: "p-button-icon p-button-icon-left",
|
|
21
|
-
label: "p-button-label",
|
|
22
|
-
file: "p-fileupload-file",
|
|
23
|
-
thumbnail: "p-fileupload-file-thumbnail",
|
|
24
|
-
details: "p-fileupload-file-details",
|
|
25
|
-
fileName: "p-fileupload-file-name",
|
|
26
|
-
fileSize: "p-fileupload-file-size",
|
|
27
|
-
badge: "p-fileupload-file-badge",
|
|
28
|
-
actions: "p-fileupload-file-actions",
|
|
29
|
-
removeButton: "p-fileupload-file-remove"
|
|
30
|
-
}, n = t.extend({
|
|
31
|
-
name: "fileupload",
|
|
32
|
-
classes: a
|
|
33
|
-
});
|
|
1
|
+
import r from "./index282.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, mergeProps as n, createElementVNode as i } from "vue";
|
|
3
|
+
var p = {
|
|
4
|
+
name: "ChevronDownIcon",
|
|
5
|
+
extends: r
|
|
6
|
+
}, C = /* @__PURE__ */ i("path", {
|
|
7
|
+
d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, null, -1), l = [C];
|
|
10
|
+
function s(e, a, c, d, h, m) {
|
|
11
|
+
return o(), t("svg", n({
|
|
12
|
+
width: "14",
|
|
13
|
+
height: "14",
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, e.pti()), l, 16);
|
|
18
|
+
}
|
|
19
|
+
p.render = s;
|
|
34
20
|
export {
|
|
35
|
-
|
|
21
|
+
p as default
|
|
36
22
|
};
|
package/dist/index237.js
CHANGED
|
@@ -1,42 +1,22 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
default: null
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
style: t,
|
|
22
|
-
provide: function() {
|
|
23
|
-
return {
|
|
24
|
-
$parentInstance: this
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
}, u = {
|
|
28
|
-
name: "Badge",
|
|
29
|
-
extends: l,
|
|
30
|
-
inheritAttrs: !1
|
|
31
|
-
};
|
|
32
|
-
function d(e, c, f, m, g, $) {
|
|
33
|
-
return o(), n("span", a({
|
|
34
|
-
class: e.cx("root")
|
|
35
|
-
}, e.ptmi("root")), [s(e.$slots, "default", {}, function() {
|
|
36
|
-
return [p(i(e.value), 1)];
|
|
37
|
-
})], 16);
|
|
1
|
+
import r from "./index282.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, mergeProps as n, createElementVNode as p } from "vue";
|
|
3
|
+
var i = {
|
|
4
|
+
name: "ChevronUpIcon",
|
|
5
|
+
extends: r
|
|
6
|
+
}, l = /* @__PURE__ */ p("path", {
|
|
7
|
+
d: "M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, null, -1), s = [l];
|
|
10
|
+
function C(e, a, c, d, h, m) {
|
|
11
|
+
return o(), t("svg", n({
|
|
12
|
+
width: "14",
|
|
13
|
+
height: "14",
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, e.pti()), s, 16);
|
|
38
18
|
}
|
|
39
|
-
|
|
19
|
+
i.render = C;
|
|
40
20
|
export {
|
|
41
|
-
|
|
21
|
+
i as default
|
|
42
22
|
};
|
package/dist/index250.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FilterService as X } from "./index59.js";
|
|
2
2
|
import Y from "./index316.js";
|
|
3
3
|
import $ from "./index245.js";
|
|
4
|
-
import _ from "./
|
|
4
|
+
import _ from "./index236.js";
|
|
5
5
|
import ee from "./index317.js";
|
|
6
6
|
import te from "./index240.js";
|
|
7
|
-
import ie from "./
|
|
7
|
+
import ie from "./index221.js";
|
|
8
8
|
import ne from "./index247.js";
|
|
9
|
-
import re from "./
|
|
9
|
+
import re from "./index232.js";
|
|
10
10
|
import se from "./index202.js";
|
|
11
11
|
import { ObjectUtils as d, DomHandler as a, ConnectedOverlayScrollHandler as le, ZIndexUtils as T, UniqueComponentId as G } from "./index169.js";
|
|
12
12
|
import oe from "./index242.js";
|
package/dist/index281.js
CHANGED
|
@@ -1,4 +1,56 @@
|
|
|
1
|
-
|
|
1
|
+
import l from "./index277.js";
|
|
2
|
+
function r(e) {
|
|
3
|
+
"@babel/helpers - typeof";
|
|
4
|
+
return r = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
5
|
+
return typeof t;
|
|
6
|
+
} : function(t) {
|
|
7
|
+
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
8
|
+
}, r(e);
|
|
9
|
+
}
|
|
10
|
+
function i(e, t, n) {
|
|
11
|
+
return t = u(t), t in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
|
|
12
|
+
}
|
|
13
|
+
function u(e) {
|
|
14
|
+
var t = a(e, "string");
|
|
15
|
+
return r(t) == "symbol" ? t : String(t);
|
|
16
|
+
}
|
|
17
|
+
function a(e, t) {
|
|
18
|
+
if (r(e) != "object" || !e) return e;
|
|
19
|
+
var n = e[Symbol.toPrimitive];
|
|
20
|
+
if (n !== void 0) {
|
|
21
|
+
var o = n.call(e, t);
|
|
22
|
+
if (r(o) != "object") return o;
|
|
23
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24
|
+
}
|
|
25
|
+
return (t === "string" ? String : Number)(e);
|
|
26
|
+
}
|
|
27
|
+
var p = {
|
|
28
|
+
root: function(t) {
|
|
29
|
+
var n = t.instance, o = t.props;
|
|
30
|
+
return ["p-button p-component", i(i(i(i(i(i(i(i({
|
|
31
|
+
"p-button-icon-only": n.hasIcon && !o.label && !o.badge,
|
|
32
|
+
"p-button-vertical": (o.iconPos === "top" || o.iconPos === "bottom") && o.label,
|
|
33
|
+
"p-disabled": n.$attrs.disabled || n.$attrs.disabled === "" || o.loading,
|
|
34
|
+
"p-button-loading": o.loading,
|
|
35
|
+
"p-button-loading-label-only": o.loading && !n.hasIcon && o.label,
|
|
36
|
+
"p-button-link": o.link
|
|
37
|
+
}, "p-button-".concat(o.severity), o.severity), "p-button-raised", o.raised), "p-button-rounded", o.rounded), "p-button-text", o.text), "p-button-outlined", o.outlined), "p-button-sm", o.size === "small"), "p-button-lg", o.size === "large"), "p-button-plain", o.plain)];
|
|
38
|
+
},
|
|
39
|
+
loadingIcon: "p-button-loading-icon pi-spin",
|
|
40
|
+
icon: function(t) {
|
|
41
|
+
var n = t.props;
|
|
42
|
+
return ["p-button-icon", {
|
|
43
|
+
"p-button-icon-left": n.iconPos === "left" && n.label,
|
|
44
|
+
"p-button-icon-right": n.iconPos === "right" && n.label,
|
|
45
|
+
"p-button-icon-top": n.iconPos === "top" && n.label,
|
|
46
|
+
"p-button-icon-bottom": n.iconPos === "bottom" && n.label
|
|
47
|
+
}];
|
|
48
|
+
},
|
|
49
|
+
label: "p-button-label"
|
|
50
|
+
}, s = l.extend({
|
|
51
|
+
name: "button",
|
|
52
|
+
classes: p
|
|
53
|
+
});
|
|
2
54
|
export {
|
|
3
|
-
|
|
55
|
+
s as default
|
|
4
56
|
};
|
package/dist/index283.js
CHANGED
|
@@ -1,237 +1,28 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import t from "./index282.js";
|
|
2
|
+
import { createElementBlock as C, openBlock as o, mergeProps as l, createElementVNode as e } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
name: "ExclamationTriangleIcon",
|
|
5
|
+
extends: t
|
|
6
|
+
}, i = /* @__PURE__ */ e("path", {
|
|
7
|
+
d: "M13.4018 13.1893H0.598161C0.49329 13.189 0.390283 13.1615 0.299143 13.1097C0.208003 13.0578 0.131826 12.9832 0.0780112 12.8932C0.0268539 12.8015 0 12.6982 0 12.5931C0 12.4881 0.0268539 12.3848 0.0780112 12.293L6.47985 1.08982C6.53679 1.00399 6.61408 0.933574 6.70484 0.884867C6.7956 0.836159 6.897 0.810669 7 0.810669C7.103 0.810669 7.2044 0.836159 7.29516 0.884867C7.38592 0.933574 7.46321 1.00399 7.52015 1.08982L13.922 12.293C13.9731 12.3848 14 12.4881 14 12.5931C14 12.6982 13.9731 12.8015 13.922 12.8932C13.8682 12.9832 13.792 13.0578 13.7009 13.1097C13.6097 13.1615 13.5067 13.189 13.4018 13.1893ZM1.63046 11.989H12.3695L7 2.59425L1.63046 11.989Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
}, null, -1), a = /* @__PURE__ */ e("path", {
|
|
10
|
+
d: "M6.99996 8.78801C6.84143 8.78594 6.68997 8.72204 6.57787 8.60993C6.46576 8.49782 6.40186 8.34637 6.39979 8.18784V5.38703C6.39979 5.22786 6.46302 5.0752 6.57557 4.96265C6.68813 4.85009 6.84078 4.78686 6.99996 4.78686C7.15914 4.78686 7.31179 4.85009 7.42435 4.96265C7.5369 5.0752 7.60013 5.22786 7.60013 5.38703V8.18784C7.59806 8.34637 7.53416 8.49782 7.42205 8.60993C7.30995 8.72204 7.15849 8.78594 6.99996 8.78801Z",
|
|
11
|
+
fill: "currentColor"
|
|
12
|
+
}, null, -1), p = /* @__PURE__ */ e("path", {
|
|
13
|
+
d: "M6.99996 11.1887C6.84143 11.1866 6.68997 11.1227 6.57787 11.0106C6.46576 10.8985 6.40186 10.7471 6.39979 10.5885V10.1884C6.39979 10.0292 6.46302 9.87658 6.57557 9.76403C6.68813 9.65147 6.84078 9.58824 6.99996 9.58824C7.15914 9.58824 7.31179 9.65147 7.42435 9.76403C7.5369 9.87658 7.60013 10.0292 7.60013 10.1884V10.5885C7.59806 10.7471 7.53416 10.8985 7.42205 11.0106C7.30995 11.1227 7.15849 11.1866 6.99996 11.1887Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1), s = [i, a, p];
|
|
16
|
+
function c(r, d, h, m, u, _) {
|
|
17
|
+
return o(), C("svg", l({
|
|
18
|
+
width: "14",
|
|
19
|
+
height: "14",
|
|
20
|
+
viewBox: "0 0 14 14",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23
|
+
}, r.pti()), s, 16);
|
|
8
24
|
}
|
|
9
|
-
|
|
10
|
-
function M(e) {
|
|
11
|
-
let t;
|
|
12
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && B(e.buffer), t;
|
|
13
|
-
}
|
|
14
|
-
const k = O("string"), c = O("function"), E = O("number"), y = (e) => e !== null && typeof e == "object", N = (e) => e === !0 || e === !1, w = (e) => {
|
|
15
|
-
if (F(e) !== "object")
|
|
16
|
-
return !1;
|
|
17
|
-
const t = A(e);
|
|
18
|
-
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(S in e) && !(g in e);
|
|
19
|
-
}, U = (e) => {
|
|
20
|
-
if (!y(e) || d(e))
|
|
21
|
-
return !1;
|
|
22
|
-
try {
|
|
23
|
-
return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
|
|
24
|
-
} catch {
|
|
25
|
-
return !1;
|
|
26
|
-
}
|
|
27
|
-
}, I = f("Date"), V = f("File"), _ = f("Blob"), q = f("FileList"), H = (e) => y(e) && c(e.pipe), z = (e) => {
|
|
28
|
-
let t;
|
|
29
|
-
return e && (typeof FormData == "function" && e instanceof FormData || c(e.append) && ((t = F(e)) === "formdata" || // detect form-data instance
|
|
30
|
-
t === "object" && c(e.toString) && e.toString() === "[object FormData]"));
|
|
31
|
-
}, J = f("URLSearchParams"), [K, $, W, G] = ["ReadableStream", "Request", "Response", "Headers"].map(f), Q = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
32
|
-
function m(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
33
|
-
if (e === null || typeof e > "u")
|
|
34
|
-
return;
|
|
35
|
-
let r, s;
|
|
36
|
-
if (typeof e != "object" && (e = [e]), p(e))
|
|
37
|
-
for (r = 0, s = e.length; r < s; r++)
|
|
38
|
-
t.call(null, e[r], r, e);
|
|
39
|
-
else {
|
|
40
|
-
if (d(e))
|
|
41
|
-
return;
|
|
42
|
-
const o = n ? Object.getOwnPropertyNames(e) : Object.keys(e), i = o.length;
|
|
43
|
-
let l;
|
|
44
|
-
for (r = 0; r < i; r++)
|
|
45
|
-
l = o[r], t.call(null, e[l], l, e);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
function P(e, t) {
|
|
49
|
-
if (d(e))
|
|
50
|
-
return null;
|
|
51
|
-
t = t.toLowerCase();
|
|
52
|
-
const n = Object.keys(e);
|
|
53
|
-
let r = n.length, s;
|
|
54
|
-
for (; r-- > 0; )
|
|
55
|
-
if (s = n[r], t === s.toLowerCase())
|
|
56
|
-
return s;
|
|
57
|
-
return null;
|
|
58
|
-
}
|
|
59
|
-
const u = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, L = (e) => !a(e) && e !== u;
|
|
60
|
-
function h() {
|
|
61
|
-
const { caseless: e, skipUndefined: t } = L(this) && this || {}, n = {}, r = (s, o) => {
|
|
62
|
-
const i = e && P(n, o) || o;
|
|
63
|
-
w(n[i]) && w(s) ? n[i] = h(n[i], s) : w(s) ? n[i] = h({}, s) : p(s) ? n[i] = s.slice() : (!t || !a(s)) && (n[i] = s);
|
|
64
|
-
};
|
|
65
|
-
for (let s = 0, o = arguments.length; s < o; s++)
|
|
66
|
-
arguments[s] && m(arguments[s], r);
|
|
67
|
-
return n;
|
|
68
|
-
}
|
|
69
|
-
const X = (e, t, n, { allOwnKeys: r } = {}) => (m(t, (s, o) => {
|
|
70
|
-
n && c(s) ? e[o] = R(s, n) : e[o] = s;
|
|
71
|
-
}, { allOwnKeys: r }), e), Y = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Z = (e, t, n, r) => {
|
|
72
|
-
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
73
|
-
value: t.prototype
|
|
74
|
-
}), n && Object.assign(e.prototype, n);
|
|
75
|
-
}, j = (e, t, n, r) => {
|
|
76
|
-
let s, o, i;
|
|
77
|
-
const l = {};
|
|
78
|
-
if (t = t || {}, e == null) return t;
|
|
79
|
-
do {
|
|
80
|
-
for (s = Object.getOwnPropertyNames(e), o = s.length; o-- > 0; )
|
|
81
|
-
i = s[o], (!r || r(i, e, t)) && !l[i] && (t[i] = e[i], l[i] = !0);
|
|
82
|
-
e = n !== !1 && A(e);
|
|
83
|
-
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
84
|
-
return t;
|
|
85
|
-
}, v = (e, t, n) => {
|
|
86
|
-
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
|
87
|
-
const r = e.indexOf(t, n);
|
|
88
|
-
return r !== -1 && r === n;
|
|
89
|
-
}, ee = (e) => {
|
|
90
|
-
if (!e) return null;
|
|
91
|
-
if (p(e)) return e;
|
|
92
|
-
let t = e.length;
|
|
93
|
-
if (!E(t)) return null;
|
|
94
|
-
const n = new Array(t);
|
|
95
|
-
for (; t-- > 0; )
|
|
96
|
-
n[t] = e[t];
|
|
97
|
-
return n;
|
|
98
|
-
}, te = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && A(Uint8Array)), ne = (e, t) => {
|
|
99
|
-
const r = (e && e[g]).call(e);
|
|
100
|
-
let s;
|
|
101
|
-
for (; (s = r.next()) && !s.done; ) {
|
|
102
|
-
const o = s.value;
|
|
103
|
-
t.call(e, o[0], o[1]);
|
|
104
|
-
}
|
|
105
|
-
}, re = (e, t) => {
|
|
106
|
-
let n;
|
|
107
|
-
const r = [];
|
|
108
|
-
for (; (n = e.exec(t)) !== null; )
|
|
109
|
-
r.push(n);
|
|
110
|
-
return r;
|
|
111
|
-
}, se = f("HTMLFormElement"), oe = (e) => e.toLowerCase().replace(
|
|
112
|
-
/[-_\s]([a-z\d])(\w*)/g,
|
|
113
|
-
function(n, r, s) {
|
|
114
|
-
return r.toUpperCase() + s;
|
|
115
|
-
}
|
|
116
|
-
), x = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), ie = f("RegExp"), C = (e, t) => {
|
|
117
|
-
const n = Object.getOwnPropertyDescriptors(e), r = {};
|
|
118
|
-
m(n, (s, o) => {
|
|
119
|
-
let i;
|
|
120
|
-
(i = t(s, o, e)) !== !1 && (r[o] = i || s);
|
|
121
|
-
}), Object.defineProperties(e, r);
|
|
122
|
-
}, ce = (e) => {
|
|
123
|
-
C(e, (t, n) => {
|
|
124
|
-
if (c(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
125
|
-
return !1;
|
|
126
|
-
const r = e[n];
|
|
127
|
-
if (c(r)) {
|
|
128
|
-
if (t.enumerable = !1, "writable" in t) {
|
|
129
|
-
t.writable = !1;
|
|
130
|
-
return;
|
|
131
|
-
}
|
|
132
|
-
t.set || (t.set = () => {
|
|
133
|
-
throw Error("Can not rewrite read-only method '" + n + "'");
|
|
134
|
-
});
|
|
135
|
-
}
|
|
136
|
-
});
|
|
137
|
-
}, fe = (e, t) => {
|
|
138
|
-
const n = {}, r = (s) => {
|
|
139
|
-
s.forEach((o) => {
|
|
140
|
-
n[o] = !0;
|
|
141
|
-
});
|
|
142
|
-
};
|
|
143
|
-
return p(e) ? r(e) : r(String(e).split(t)), n;
|
|
144
|
-
}, le = () => {
|
|
145
|
-
}, ue = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
146
|
-
function ae(e) {
|
|
147
|
-
return !!(e && c(e.append) && e[S] === "FormData" && e[g]);
|
|
148
|
-
}
|
|
149
|
-
const pe = (e) => {
|
|
150
|
-
const t = new Array(10), n = (r, s) => {
|
|
151
|
-
if (y(r)) {
|
|
152
|
-
if (t.indexOf(r) >= 0)
|
|
153
|
-
return;
|
|
154
|
-
if (d(r))
|
|
155
|
-
return r;
|
|
156
|
-
if (!("toJSON" in r)) {
|
|
157
|
-
t[s] = r;
|
|
158
|
-
const o = p(r) ? [] : {};
|
|
159
|
-
return m(r, (i, l) => {
|
|
160
|
-
const b = n(i, s + 1);
|
|
161
|
-
!a(b) && (o[l] = b);
|
|
162
|
-
}), t[s] = void 0, o;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
return r;
|
|
166
|
-
};
|
|
167
|
-
return n(e, 0);
|
|
168
|
-
}, de = f("AsyncFunction"), ye = (e) => e && (y(e) || c(e)) && c(e.then) && c(e.catch), D = ((e, t) => e ? setImmediate : t ? ((n, r) => (u.addEventListener("message", ({ source: s, data: o }) => {
|
|
169
|
-
s === u && o === n && r.length && r.shift()();
|
|
170
|
-
}, !1), (s) => {
|
|
171
|
-
r.push(s), u.postMessage(n, "*");
|
|
172
|
-
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
173
|
-
typeof setImmediate == "function",
|
|
174
|
-
c(u.postMessage)
|
|
175
|
-
), me = typeof queueMicrotask < "u" ? queueMicrotask.bind(u) : typeof process < "u" && process.nextTick || D, we = (e) => e != null && c(e[g]), Fe = {
|
|
176
|
-
isArray: p,
|
|
177
|
-
isArrayBuffer: B,
|
|
178
|
-
isBuffer: d,
|
|
179
|
-
isFormData: z,
|
|
180
|
-
isArrayBufferView: M,
|
|
181
|
-
isString: k,
|
|
182
|
-
isNumber: E,
|
|
183
|
-
isBoolean: N,
|
|
184
|
-
isObject: y,
|
|
185
|
-
isPlainObject: w,
|
|
186
|
-
isEmptyObject: U,
|
|
187
|
-
isReadableStream: K,
|
|
188
|
-
isRequest: $,
|
|
189
|
-
isResponse: W,
|
|
190
|
-
isHeaders: G,
|
|
191
|
-
isUndefined: a,
|
|
192
|
-
isDate: I,
|
|
193
|
-
isFile: V,
|
|
194
|
-
isBlob: _,
|
|
195
|
-
isRegExp: ie,
|
|
196
|
-
isFunction: c,
|
|
197
|
-
isStream: H,
|
|
198
|
-
isURLSearchParams: J,
|
|
199
|
-
isTypedArray: te,
|
|
200
|
-
isFileList: q,
|
|
201
|
-
forEach: m,
|
|
202
|
-
merge: h,
|
|
203
|
-
extend: X,
|
|
204
|
-
trim: Q,
|
|
205
|
-
stripBOM: Y,
|
|
206
|
-
inherits: Z,
|
|
207
|
-
toFlatObject: j,
|
|
208
|
-
kindOf: F,
|
|
209
|
-
kindOfTest: f,
|
|
210
|
-
endsWith: v,
|
|
211
|
-
toArray: ee,
|
|
212
|
-
forEachEntry: ne,
|
|
213
|
-
matchAll: re,
|
|
214
|
-
isHTMLForm: se,
|
|
215
|
-
hasOwnProperty: x,
|
|
216
|
-
hasOwnProp: x,
|
|
217
|
-
// an alias to avoid ESLint no-prototype-builtins detection
|
|
218
|
-
reduceDescriptors: C,
|
|
219
|
-
freezeMethods: ce,
|
|
220
|
-
toObjectSet: fe,
|
|
221
|
-
toCamelCase: oe,
|
|
222
|
-
noop: le,
|
|
223
|
-
toFiniteNumber: ue,
|
|
224
|
-
findKey: P,
|
|
225
|
-
global: u,
|
|
226
|
-
isContextDefined: L,
|
|
227
|
-
isSpecCompliantForm: ae,
|
|
228
|
-
toJSONObject: pe,
|
|
229
|
-
isAsyncFn: de,
|
|
230
|
-
isThenable: ye,
|
|
231
|
-
setImmediate: D,
|
|
232
|
-
asap: me,
|
|
233
|
-
isIterable: we
|
|
234
|
-
};
|
|
25
|
+
n.render = c;
|
|
235
26
|
export {
|
|
236
|
-
|
|
27
|
+
n as default
|
|
237
28
|
};
|
package/dist/index284.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import e from "./index282.js";
|
|
2
|
+
import { createElementBlock as r, openBlock as o, mergeProps as t, createElementVNode as n } from "vue";
|
|
3
|
+
var l = {
|
|
4
|
+
name: "InfoCircleIcon",
|
|
5
|
+
extends: e
|
|
6
|
+
}, i = /* @__PURE__ */ n("path", {
|
|
7
|
+
"fill-rule": "evenodd",
|
|
8
|
+
"clip-rule": "evenodd",
|
|
9
|
+
d: "M3.11101 12.8203C4.26215 13.5895 5.61553 14 7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.61553 13.5895 4.26215 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.00303296 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.00303296 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203ZM3.75918 2.14976C4.71846 1.50879 5.84628 1.16667 7 1.16667C8.5471 1.16667 10.0308 1.78125 11.1248 2.87521C12.2188 3.96918 12.8333 5.45291 12.8333 7C12.8333 8.15373 12.4912 9.28154 11.8502 10.2408C11.2093 11.2001 10.2982 11.9478 9.23232 12.3893C8.16642 12.8308 6.99353 12.9463 5.86198 12.7212C4.73042 12.4962 3.69102 11.9406 2.87521 11.1248C2.05941 10.309 1.50384 9.26958 1.27876 8.13803C1.05367 7.00647 1.16919 5.83358 1.61071 4.76768C2.05222 3.70178 2.79989 2.79074 3.75918 2.14976ZM7.00002 4.8611C6.84594 4.85908 6.69873 4.79698 6.58977 4.68801C6.48081 4.57905 6.4187 4.43185 6.41669 4.27776V3.88888C6.41669 3.73417 6.47815 3.58579 6.58754 3.4764C6.69694 3.367 6.84531 3.30554 7.00002 3.30554C7.15473 3.30554 7.3031 3.367 7.4125 3.4764C7.52189 3.58579 7.58335 3.73417 7.58335 3.88888V4.27776C7.58134 4.43185 7.51923 4.57905 7.41027 4.68801C7.30131 4.79698 7.1541 4.85908 7.00002 4.8611ZM7.00002 10.6945C6.84594 10.6925 6.69873 10.6304 6.58977 10.5214C6.48081 10.4124 6.4187 10.2652 6.41669 10.1111V6.22225C6.41669 6.06754 6.47815 5.91917 6.58754 5.80977C6.69694 5.70037 6.84531 5.63892 7.00002 5.63892C7.15473 5.63892 7.3031 5.70037 7.4125 5.80977C7.52189 5.91917 7.58335 6.06754 7.58335 6.22225V10.1111C7.58134 10.2652 7.51923 10.4124 7.41027 10.5214C7.30131 10.6304 7.1541 10.6925 7.00002 10.6945Z",
|
|
10
|
+
fill: "currentColor"
|
|
11
|
+
}, null, -1), p = [i];
|
|
12
|
+
function d(C, c, s, a, m, f) {
|
|
13
|
+
return o(), r("svg", t({
|
|
14
|
+
width: "14",
|
|
15
|
+
height: "14",
|
|
16
|
+
viewBox: "0 0 14 14",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
+
}, C.pti()), p, 16);
|
|
5
20
|
}
|
|
21
|
+
l.render = d;
|
|
6
22
|
export {
|
|
7
|
-
|
|
23
|
+
l as default
|
|
8
24
|
};
|