@quidgest/ui 0.16.60 → 0.16.61
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/json/api.json +1 -1
- package/dist/ui.css +4 -1
- package/dist/ui.esm.js +2 -1
- package/dist/ui.js +8 -8
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +2 -2
- package/dist/ui.scss +5 -2
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +7 -6
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.16.
|
|
2
|
+
* Quidgest UI v0.16.61
|
|
3
3
|
* (c) 2026 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -500,6 +500,9 @@ $transition-duration: 0.2s !default;
|
|
|
500
500
|
&__content.q-button {
|
|
501
501
|
padding: calc(0.483em + 1px) calc(0.5em + 1px);
|
|
502
502
|
}
|
|
503
|
+
&--removable &__content {
|
|
504
|
+
padding-right: 0;
|
|
505
|
+
}
|
|
503
506
|
.q-icon {
|
|
504
507
|
color: currentcolor;
|
|
505
508
|
}
|
|
@@ -514,7 +517,7 @@ $transition-duration: 0.2s !default;
|
|
|
514
517
|
border-bottom-left-radius: 0;
|
|
515
518
|
border-color: transparent;
|
|
516
519
|
.q-button__content {
|
|
517
|
-
padding:
|
|
520
|
+
padding: 0.08rem;
|
|
518
521
|
border-radius: 9999px;
|
|
519
522
|
}
|
|
520
523
|
&:not(:disabled):hover {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAyCA;
|
|
1
|
+
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAyCA;AAkJC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAW1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAmG3C,iBAAS,cAAc;WAuIT,OAAO,IAA6B;;yBAXrB,GAAG;yBACF,GAAG;;;;EAehC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -33,26 +33,27 @@ const G = ["id"], H = {
|
|
|
33
33
|
e.class
|
|
34
34
|
];
|
|
35
35
|
}), P = a(() => {
|
|
36
|
-
const o =
|
|
36
|
+
const o = b.value ? `q-badge--${e.color}` : void 0;
|
|
37
37
|
return [
|
|
38
38
|
"q-badge",
|
|
39
39
|
`q-badge--${e.variant}`,
|
|
40
40
|
{
|
|
41
|
+
"q-badge--removable": e.removable,
|
|
41
42
|
"q-badge--disabled": e.disabled
|
|
42
43
|
},
|
|
43
44
|
o,
|
|
44
45
|
v.value
|
|
45
46
|
];
|
|
46
|
-
}), { isUtilityColor:
|
|
47
|
+
}), { isUtilityColor: b, style: r } = w(D(e, "color")), Q = a(() => {
|
|
47
48
|
var o, s, C, _;
|
|
48
|
-
if (!
|
|
49
|
+
if (!b.value)
|
|
49
50
|
return {
|
|
50
51
|
"--q-badge-main-color": (o = r.value) == null ? void 0 : o.mainColor,
|
|
51
52
|
"--q-badge-on-main-color": (s = r.value) == null ? void 0 : s.onMainColor,
|
|
52
53
|
"--q-badge-hover-color": (C = r.value) == null ? void 0 : C.hoverColor,
|
|
53
54
|
"--q-badge-on-hover-color": (_ = r.value) == null ? void 0 : _.onHoverColor
|
|
54
55
|
};
|
|
55
|
-
}), S = a(() => m.onClick),
|
|
56
|
+
}), S = a(() => m.onClick), f = a(() => ({
|
|
56
57
|
class: "q-badge__remove",
|
|
57
58
|
variant: e.variant,
|
|
58
59
|
color: e.color,
|
|
@@ -83,7 +84,7 @@ const G = ["id"], H = {
|
|
|
83
84
|
}, 8, ["variant", "color", "disabled", "onClick"]),
|
|
84
85
|
e.removable ? (t(), i(
|
|
85
86
|
l(u),
|
|
86
|
-
B({ key: 0 },
|
|
87
|
+
B({ key: 0 }, f.value, { onClick: p }),
|
|
87
88
|
{
|
|
88
89
|
default: n(() => [
|
|
89
90
|
d(
|
|
@@ -116,7 +117,7 @@ const G = ["id"], H = {
|
|
|
116
117
|
]),
|
|
117
118
|
e.removable ? (t(), i(
|
|
118
119
|
l(u),
|
|
119
|
-
B({ key: 0 },
|
|
120
|
+
B({ key: 0 }, f.value, { onClick: p }),
|
|
120
121
|
{
|
|
121
122
|
default: n(() => [
|
|
122
123
|
d(
|