@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/index285.js
CHANGED
|
@@ -1,136 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
|
|
21
|
-
* @param {?Object} config
|
|
22
|
-
*
|
|
23
|
-
* @returns {Promise} The Promise to be fulfilled
|
|
24
|
-
*/
|
|
25
|
-
async request(t, e) {
|
|
26
|
-
try {
|
|
27
|
-
return await this._request(t, e);
|
|
28
|
-
} catch (r) {
|
|
29
|
-
if (r instanceof Error) {
|
|
30
|
-
let o = {};
|
|
31
|
-
Error.captureStackTrace ? Error.captureStackTrace(o) : o = new Error();
|
|
32
|
-
const s = o.stack ? o.stack.replace(/^.+\n/, "") : "";
|
|
33
|
-
try {
|
|
34
|
-
r.stack ? s && !String(r.stack).endsWith(s.replace(/^.+\n.+\n/, "")) && (r.stack += `
|
|
35
|
-
` + s) : r.stack = s;
|
|
36
|
-
} catch {
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
throw r;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
_request(t, e) {
|
|
43
|
-
typeof t == "string" ? (e = e || {}, e.url = t) : e = t || {}, e = w(this.defaults, e);
|
|
44
|
-
const { transitional: r, paramsSerializer: o, headers: s } = e;
|
|
45
|
-
r !== void 0 && m.assertOptions(r, {
|
|
46
|
-
silentJSONParsing: i.transitional(i.boolean),
|
|
47
|
-
forcedJSONParsing: i.transitional(i.boolean),
|
|
48
|
-
clarifyTimeoutError: i.transitional(i.boolean)
|
|
49
|
-
}, !1), o != null && (d.isFunction(o) ? e.paramsSerializer = {
|
|
50
|
-
serialize: o
|
|
51
|
-
} : m.assertOptions(o, {
|
|
52
|
-
encode: i.function,
|
|
53
|
-
serialize: i.function
|
|
54
|
-
}, !0)), e.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? e.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : e.allowAbsoluteUrls = !0), m.assertOptions(e, {
|
|
55
|
-
baseUrl: i.spelling("baseURL"),
|
|
56
|
-
withXsrfToken: i.spelling("withXSRFToken")
|
|
57
|
-
}, !0), e.method = (e.method || this.defaults.method || "get").toLowerCase();
|
|
58
|
-
let f = s && d.merge(
|
|
59
|
-
s.common,
|
|
60
|
-
s[e.method]
|
|
61
|
-
);
|
|
62
|
-
s && d.forEach(
|
|
63
|
-
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
64
|
-
(a) => {
|
|
65
|
-
delete s[a];
|
|
66
|
-
}
|
|
67
|
-
), e.headers = T.concat(f, s);
|
|
68
|
-
const h = [];
|
|
69
|
-
let b = !0;
|
|
70
|
-
this.interceptors.request.forEach(function(n) {
|
|
71
|
-
typeof n.runWhen == "function" && n.runWhen(e) === !1 || (b = b && n.synchronous, h.unshift(n.fulfilled, n.rejected));
|
|
72
|
-
});
|
|
73
|
-
const c = [];
|
|
74
|
-
this.interceptors.response.forEach(function(n) {
|
|
75
|
-
c.push(n.fulfilled, n.rejected);
|
|
76
|
-
});
|
|
77
|
-
let u, l = 0, p;
|
|
78
|
-
if (!b) {
|
|
79
|
-
const a = [R.bind(this), void 0];
|
|
80
|
-
for (a.unshift(...h), a.push(...c), p = a.length, u = Promise.resolve(e); l < p; )
|
|
81
|
-
u = u.then(a[l++], a[l++]);
|
|
82
|
-
return u;
|
|
83
|
-
}
|
|
84
|
-
p = h.length;
|
|
85
|
-
let y = e;
|
|
86
|
-
for (; l < p; ) {
|
|
87
|
-
const a = h[l++], n = h[l++];
|
|
88
|
-
try {
|
|
89
|
-
y = a(y);
|
|
90
|
-
} catch (S) {
|
|
91
|
-
n.call(this, S);
|
|
92
|
-
break;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
try {
|
|
96
|
-
u = R.call(this, y);
|
|
97
|
-
} catch (a) {
|
|
98
|
-
return Promise.reject(a);
|
|
99
|
-
}
|
|
100
|
-
for (l = 0, p = c.length; l < p; )
|
|
101
|
-
u = u.then(c[l++], c[l++]);
|
|
102
|
-
return u;
|
|
103
|
-
}
|
|
104
|
-
getUri(t) {
|
|
105
|
-
t = w(this.defaults, t);
|
|
106
|
-
const e = A(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
107
|
-
return U(e, t.params, t.paramsSerializer);
|
|
108
|
-
}
|
|
1
|
+
import e from "./index282.js";
|
|
2
|
+
import { createElementBlock as r, openBlock as t, mergeProps as o, createElementVNode as l } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
name: "TimesCircleIcon",
|
|
5
|
+
extends: e
|
|
6
|
+
}, i = /* @__PURE__ */ l("path", {
|
|
7
|
+
"fill-rule": "evenodd",
|
|
8
|
+
"clip-rule": "evenodd",
|
|
9
|
+
d: "M7 14C5.61553 14 4.26215 13.5895 3.11101 12.8203C1.95987 12.0511 1.06266 10.9579 0.532846 9.67879C0.00303296 8.3997 -0.13559 6.99224 0.134506 5.63437C0.404603 4.2765 1.07129 3.02922 2.05026 2.05026C3.02922 1.07129 4.2765 0.404603 5.63437 0.134506C6.99224 -0.13559 8.3997 0.00303296 9.67879 0.532846C10.9579 1.06266 12.0511 1.95987 12.8203 3.11101C13.5895 4.26215 14 5.61553 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM7 1.16667C5.84628 1.16667 4.71846 1.50879 3.75918 2.14976C2.79989 2.79074 2.05222 3.70178 1.61071 4.76768C1.16919 5.83358 1.05367 7.00647 1.27876 8.13803C1.50384 9.26958 2.05941 10.309 2.87521 11.1248C3.69102 11.9406 4.73042 12.4962 5.86198 12.7212C6.99353 12.9463 8.16642 12.8308 9.23232 12.3893C10.2982 11.9478 11.2093 11.2001 11.8502 10.2408C12.4912 9.28154 12.8333 8.15373 12.8333 7C12.8333 5.45291 12.2188 3.96918 11.1248 2.87521C10.0308 1.78125 8.5471 1.16667 7 1.16667ZM4.66662 9.91668C4.58998 9.91704 4.51404 9.90209 4.44325 9.87271C4.37246 9.84333 4.30826 9.8001 4.2544 9.74557C4.14516 9.6362 4.0838 9.48793 4.0838 9.33335C4.0838 9.17876 4.14516 9.0305 4.2544 8.92113L6.17553 7L4.25443 5.07891C4.15139 4.96832 4.09529 4.82207 4.09796 4.67094C4.10063 4.51982 4.16185 4.37563 4.26872 4.26876C4.3756 4.16188 4.51979 4.10066 4.67091 4.09799C4.82204 4.09532 4.96829 4.15142 5.07887 4.25446L6.99997 6.17556L8.92106 4.25446C9.03164 4.15142 9.1779 4.09532 9.32903 4.09799C9.48015 4.10066 9.62434 4.16188 9.73121 4.26876C9.83809 4.37563 9.89931 4.51982 9.90198 4.67094C9.90464 4.82207 9.84855 4.96832 9.74551 5.07891L7.82441 7L9.74554 8.92113C9.85478 9.0305 9.91614 9.17876 9.91614 9.33335C9.91614 9.48793 9.85478 9.6362 9.74554 9.74557C9.69168 9.8001 9.62748 9.84333 9.55669 9.87271C9.4859 9.90209 9.40996 9.91704 9.33332 9.91668C9.25668 9.91704 9.18073 9.90209 9.10995 9.87271C9.03916 9.84333 8.97495 9.8001 8.9211 9.74557L6.99997 7.82444L5.07884 9.74557C5.02499 9.8001 4.96078 9.84333 4.88999 9.87271C4.81921 9.90209 4.74326 9.91704 4.66662 9.91668Z",
|
|
10
|
+
fill: "currentColor"
|
|
11
|
+
}, null, -1), p = [i];
|
|
12
|
+
function d(C, s, c, a, m, h) {
|
|
13
|
+
return t(), r("svg", o({
|
|
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);
|
|
109
20
|
}
|
|
110
|
-
|
|
111
|
-
k.prototype[t] = function(e, r) {
|
|
112
|
-
return this.request(w(r || {}, {
|
|
113
|
-
method: t,
|
|
114
|
-
url: e,
|
|
115
|
-
data: (r || {}).data
|
|
116
|
-
}));
|
|
117
|
-
};
|
|
118
|
-
});
|
|
119
|
-
d.forEach(["post", "put", "patch"], function(t) {
|
|
120
|
-
function e(r) {
|
|
121
|
-
return function(s, f, h) {
|
|
122
|
-
return this.request(w(h || {}, {
|
|
123
|
-
method: t,
|
|
124
|
-
headers: r ? {
|
|
125
|
-
"Content-Type": "multipart/form-data"
|
|
126
|
-
} : {},
|
|
127
|
-
url: s,
|
|
128
|
-
data: f
|
|
129
|
-
}));
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
|
-
k.prototype[t] = e(), k.prototype[t + "Form"] = e(!0);
|
|
133
|
-
});
|
|
21
|
+
n.render = d;
|
|
134
22
|
export {
|
|
135
|
-
|
|
23
|
+
n as default
|
|
136
24
|
};
|
package/dist/index286.js
CHANGED
|
@@ -1,70 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
function a(t, e) {
|
|
17
|
-
if (!i.isUndefined(e))
|
|
18
|
-
return d(void 0, e);
|
|
19
|
-
}
|
|
20
|
-
function n(t, e) {
|
|
21
|
-
if (i.isUndefined(e)) {
|
|
22
|
-
if (!i.isUndefined(t))
|
|
23
|
-
return d(void 0, t);
|
|
24
|
-
} else return d(void 0, e);
|
|
25
|
-
}
|
|
26
|
-
function m(t, e, r) {
|
|
27
|
-
if (r in f)
|
|
28
|
-
return d(t, e);
|
|
29
|
-
if (r in s)
|
|
30
|
-
return d(void 0, t);
|
|
31
|
-
}
|
|
32
|
-
const g = {
|
|
33
|
-
url: a,
|
|
34
|
-
method: a,
|
|
35
|
-
data: a,
|
|
36
|
-
baseURL: n,
|
|
37
|
-
transformRequest: n,
|
|
38
|
-
transformResponse: n,
|
|
39
|
-
paramsSerializer: n,
|
|
40
|
-
timeout: n,
|
|
41
|
-
timeoutMessage: n,
|
|
42
|
-
withCredentials: n,
|
|
43
|
-
withXSRFToken: n,
|
|
44
|
-
adapter: n,
|
|
45
|
-
responseType: n,
|
|
46
|
-
xsrfCookieName: n,
|
|
47
|
-
xsrfHeaderName: n,
|
|
48
|
-
onUploadProgress: n,
|
|
49
|
-
onDownloadProgress: n,
|
|
50
|
-
decompress: n,
|
|
51
|
-
maxContentLength: n,
|
|
52
|
-
maxBodyLength: n,
|
|
53
|
-
beforeRedirect: n,
|
|
54
|
-
transport: n,
|
|
55
|
-
httpAgent: n,
|
|
56
|
-
httpsAgent: n,
|
|
57
|
-
cancelToken: n,
|
|
58
|
-
socketPath: n,
|
|
59
|
-
responseEncoding: n,
|
|
60
|
-
validateStatus: m,
|
|
61
|
-
headers: (t, e, r) => l(c(t), c(e), r, !0)
|
|
62
|
-
};
|
|
63
|
-
return i.forEach(Object.keys({ ...s, ...f }), function(e) {
|
|
64
|
-
const r = g[e] || l, o = r(s[e], f[e], e);
|
|
65
|
-
i.isUndefined(o) && r !== m || (u[e] = o);
|
|
66
|
-
}), u;
|
|
67
|
-
}
|
|
1
|
+
import o from "./index277.js";
|
|
2
|
+
var a = {
|
|
3
|
+
root: function(e) {
|
|
4
|
+
var s = e.props;
|
|
5
|
+
return "p-message p-component p-message-" + s.severity;
|
|
6
|
+
},
|
|
7
|
+
wrapper: "p-message-wrapper",
|
|
8
|
+
icon: "p-message-icon",
|
|
9
|
+
text: "p-message-text",
|
|
10
|
+
closeButton: "p-message-close p-link",
|
|
11
|
+
closeIcon: "p-message-close-icon"
|
|
12
|
+
}, r = o.extend({
|
|
13
|
+
name: "message",
|
|
14
|
+
classes: a
|
|
15
|
+
});
|
|
68
16
|
export {
|
|
69
|
-
|
|
17
|
+
r as default
|
|
70
18
|
};
|
package/dist/index287.js
CHANGED
|
@@ -1,89 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
if (t.isString(i))
|
|
10
|
-
try {
|
|
11
|
-
return (r || JSON.parse)(i), t.trim(i);
|
|
12
|
-
} catch (n) {
|
|
13
|
-
if (n.name !== "SyntaxError")
|
|
14
|
-
throw n;
|
|
15
|
-
}
|
|
16
|
-
return (e || JSON.stringify)(i);
|
|
17
|
-
}
|
|
18
|
-
const l = {
|
|
19
|
-
transitional: u,
|
|
20
|
-
adapter: ["xhr", "http", "fetch"],
|
|
21
|
-
transformRequest: [function(r, e) {
|
|
22
|
-
const n = e.getContentType() || "", s = n.indexOf("application/json") > -1, f = t.isObject(r);
|
|
23
|
-
if (f && t.isHTMLForm(r) && (r = new FormData(r)), t.isFormData(r))
|
|
24
|
-
return s ? JSON.stringify(O(r)) : r;
|
|
25
|
-
if (t.isArrayBuffer(r) || t.isBuffer(r) || t.isStream(r) || t.isFile(r) || t.isBlob(r) || t.isReadableStream(r))
|
|
26
|
-
return r;
|
|
27
|
-
if (t.isArrayBufferView(r))
|
|
28
|
-
return r.buffer;
|
|
29
|
-
if (t.isURLSearchParams(r))
|
|
30
|
-
return e.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), r.toString();
|
|
31
|
-
let o;
|
|
32
|
-
if (f) {
|
|
33
|
-
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
34
|
-
return h(r, this.formSerializer).toString();
|
|
35
|
-
if ((o = t.isFileList(r)) || n.indexOf("multipart/form-data") > -1) {
|
|
36
|
-
const p = this.env && this.env.FormData;
|
|
37
|
-
return S(
|
|
38
|
-
o ? { "files[]": r } : r,
|
|
39
|
-
p && new p(),
|
|
40
|
-
this.formSerializer
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
return f || s ? (e.setContentType("application/json", !1), y(r)) : r;
|
|
45
|
-
}],
|
|
46
|
-
transformResponse: [function(r) {
|
|
47
|
-
const e = this.transitional || l.transitional, n = e && e.forcedJSONParsing, s = this.responseType === "json";
|
|
48
|
-
if (t.isResponse(r) || t.isReadableStream(r))
|
|
49
|
-
return r;
|
|
50
|
-
if (r && t.isString(r) && (n && !this.responseType || s)) {
|
|
51
|
-
const m = !(e && e.silentJSONParsing) && s;
|
|
52
|
-
try {
|
|
53
|
-
return JSON.parse(r, this.parseReviver);
|
|
54
|
-
} catch (o) {
|
|
55
|
-
if (m)
|
|
56
|
-
throw o.name === "SyntaxError" ? c.from(o, c.ERR_BAD_RESPONSE, this, null, this.response) : o;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
return r;
|
|
60
|
-
}],
|
|
61
|
-
/**
|
|
62
|
-
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
63
|
-
* timeout is not created.
|
|
64
|
-
*/
|
|
65
|
-
timeout: 0,
|
|
66
|
-
xsrfCookieName: "XSRF-TOKEN",
|
|
67
|
-
xsrfHeaderName: "X-XSRF-TOKEN",
|
|
68
|
-
maxContentLength: -1,
|
|
69
|
-
maxBodyLength: -1,
|
|
70
|
-
env: {
|
|
71
|
-
FormData: a.classes.FormData,
|
|
72
|
-
Blob: a.classes.Blob
|
|
1
|
+
import a from "./index277.js";
|
|
2
|
+
var s = {
|
|
3
|
+
root: function(r) {
|
|
4
|
+
var e = r.instance;
|
|
5
|
+
return ["p-progressbar p-component", {
|
|
6
|
+
"p-progressbar-determinate": e.determinate,
|
|
7
|
+
"p-progressbar-indeterminate": e.indeterminate
|
|
8
|
+
}];
|
|
73
9
|
},
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"Content-Type": void 0
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
t.forEach(["delete", "get", "head", "post", "put", "patch"], (i) => {
|
|
85
|
-
l.headers[i] = {};
|
|
10
|
+
container: "p-progressbar-indeterminate-container",
|
|
11
|
+
value: "p-progressbar-value p-progressbar-value-animate",
|
|
12
|
+
label: "p-progressbar-label"
|
|
13
|
+
}, o = a.extend({
|
|
14
|
+
name: "progressbar",
|
|
15
|
+
classes: s
|
|
86
16
|
});
|
|
87
17
|
export {
|
|
88
|
-
|
|
18
|
+
o as default
|
|
89
19
|
};
|
package/dist/index288.js
CHANGED
|
@@ -1,31 +1,25 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const t = Number.isFinite(+s), l = c >= r.length;
|
|
19
|
-
return s = !s && u.isArray(n) ? n.length : s, l ? (u.hasOwnProp(n, s) ? n[s] = [n[s], i] : n[s] = i, !t) : ((!n[s] || !u.isObject(n[s])) && (n[s] = []), o(r, i, n[s], c) && u.isArray(n[s]) && (n[s] = y(n[s])), !t);
|
|
1
|
+
import r from "./index277.js";
|
|
2
|
+
import { ObjectUtils as t } from "./index169.js";
|
|
3
|
+
var n = {
|
|
4
|
+
root: function(a) {
|
|
5
|
+
var e = a.props, s = a.instance;
|
|
6
|
+
return ["p-badge p-component", {
|
|
7
|
+
"p-badge-no-gutter": t.isNotEmpty(e.value) && String(e.value).length === 1,
|
|
8
|
+
"p-badge-dot": t.isEmpty(e.value) && !s.$slots.default,
|
|
9
|
+
"p-badge-lg": e.size === "large",
|
|
10
|
+
"p-badge-xl": e.size === "xlarge",
|
|
11
|
+
"p-badge-info": e.severity === "info",
|
|
12
|
+
"p-badge-success": e.severity === "success",
|
|
13
|
+
"p-badge-warning": e.severity === "warning",
|
|
14
|
+
"p-badge-danger": e.severity === "danger",
|
|
15
|
+
"p-badge-secondary": e.severity === "secondary",
|
|
16
|
+
"p-badge-contrast": e.severity === "contrast"
|
|
17
|
+
}];
|
|
20
18
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}), r;
|
|
26
|
-
}
|
|
27
|
-
return null;
|
|
28
|
-
}
|
|
19
|
+
}, d = r.extend({
|
|
20
|
+
name: "badge",
|
|
21
|
+
classes: n
|
|
22
|
+
});
|
|
29
23
|
export {
|
|
30
|
-
|
|
24
|
+
d as default
|
|
31
25
|
};
|
package/dist/index289.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import i from "./index283.js";
|
|
3
|
-
function l(o, t, e) {
|
|
4
|
-
r.call(this, o ?? "canceled", r.ERR_CANCELED, t, e), this.name = "CanceledError";
|
|
5
|
-
}
|
|
6
|
-
i.inherits(l, r, {
|
|
7
|
-
__CANCEL__: !0
|
|
8
|
-
});
|
|
1
|
+
var a = {};
|
|
9
2
|
export {
|
|
10
|
-
|
|
3
|
+
a as default
|
|
11
4
|
};
|