@quidgest/ui 0.14.6 → 0.14.8
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/ui.css +1 -6
- package/dist/ui.esm.js +1202 -1060
- package/dist/ui.js +43 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +186 -174
- package/dist/ui.scss +2 -6
- package/esm/components/QAccordion/QAccordion.d.ts +7 -6
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +3 -2
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +11 -11
- package/esm/components/QButton/QButton.d.ts +3 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +14 -14
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
- package/esm/components/QCard/QCard.d.ts +2 -1
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +30 -30
- package/esm/components/QCheckbox/QCheckbox.d.ts +21 -5
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +62 -45
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts +21 -0
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -0
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +31 -0
- package/esm/components/QCheckbox/QCheckboxLabel.vue2.js +4 -0
- package/esm/components/QCheckbox/types.d.ts +7 -5
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
- package/esm/components/QCombobox/QCombobox.d.ts +31 -30
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +80 -80
- package/esm/components/QDialog/QDialog.d.ts +6 -5
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +7 -7
- package/esm/components/QField/QField.d.ts +2 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +9 -9
- package/esm/components/QIcon/InlineSvg.d.ts +1 -1
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -9
- package/esm/components/QIcon/QIconFont.d.ts +1 -1
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +5 -5
- package/esm/components/QIcon/QIconImg.d.ts +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +5 -5
- package/esm/components/QIcon/QIconSvg.d.ts +2 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +17 -17
- package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
- package/esm/components/QList/QList.d.ts +6 -5
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +1 -1
- package/esm/components/QList/QListItem.d.ts +3 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +18 -18
- package/esm/components/QList/QListItemGroup.d.ts +3 -2
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +6 -5
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +148 -138
- package/esm/components/QPopover/QPopover.d.ts +6 -5
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/constants.js +8 -0
- package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/index.js +6 -0
- package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
- package/esm/components/QSelect/QSelect.d.ts +11 -10
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +33 -33
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QTextField/QTextField.d.ts +6 -5
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +15 -15
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +6 -5
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +15 -15
- package/esm/composables/defaults.js +5 -5
- package/esm/composables/group.js +8 -8
- package/esm/composables/overlay.js +11 -11
- package/esm/framework.js +2 -2
- package/esm/utils/color.js +6 -6
- package/package.json +31 -30
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.14.
|
|
2
|
+
* Quidgest UI v0.14.8
|
|
3
3
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -191,11 +191,6 @@ $scrollbar-thumb: var(--q-theme-neutral-light);
|
|
|
191
191
|
$scrollbar-track: rgb(var(--q-theme-neutral-light-rgb) / 0.25);
|
|
192
192
|
$input-padding-y: 0.26rem !default;
|
|
193
193
|
$input-padding-x: 0.25rem !default;
|
|
194
|
-
.no-scroll {
|
|
195
|
-
height: 100%;
|
|
196
|
-
margin: 0;
|
|
197
|
-
overflow: hidden;
|
|
198
|
-
}
|
|
199
194
|
:root {
|
|
200
195
|
--border-radius: #{$border-radius};
|
|
201
196
|
}
|
|
@@ -656,6 +651,7 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
656
651
|
cursor: pointer;
|
|
657
652
|
&__input {
|
|
658
653
|
display: flex;
|
|
654
|
+
align-self: flex-start;
|
|
659
655
|
align-items: center;
|
|
660
656
|
justify-content: center;
|
|
661
657
|
width: var(--box-size);
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
import { QAccordionProps } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = QAccordionProps;
|
|
3
3
|
type __VLS_PublicProps = {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
} &
|
|
5
|
+
} & __VLS_Props;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: {
|
|
8
9
|
default?(_: {}): any;
|
|
9
10
|
};
|
|
10
11
|
refs: {};
|
|
11
|
-
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
12
13
|
};
|
|
13
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
15
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
"update:modelValue": (
|
|
16
|
+
"update:modelValue": (value: string) => any;
|
|
16
17
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
-
"onUpdate:modelValue"?: ((
|
|
18
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
18
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
21
|
export default _default;
|
|
21
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QAccordion/QAccordion.vue"],"names":[],"mappings":"AAoCC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO/C,
|
|
1
|
+
{"version":3,"file":"QAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QAccordion/QAccordion.vue"],"names":[],"mappings":"AAKA;AAoCC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO/C,KAAK,WAAW,GAAG,eAAe,CAAC;AAoBnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { QBadgeProps, DEFAULT_ICONS } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLSpanElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import('vue').DefineComponent<QBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -15,7 +16,7 @@ declare const __VLS_component: import('vue').DefineComponent<QBadgeProps, {}, {}
|
|
|
15
16
|
variant: "tonal" | "bold" | "outlined";
|
|
16
17
|
color: string;
|
|
17
18
|
icons: typeof DEFAULT_ICONS;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
19
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
21
|
export default _default;
|
|
21
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAsFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAkExC,iBAAS,cAAc
|
|
1
|
+
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAmBA;AAsFC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAkExC,iBAAS,cAAc;WAqET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;yFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as l, openBlock as
|
|
1
|
+
import { defineComponent as g, computed as l, openBlock as n, createElementBlock as b, normalizeClass as C, normalizeStyle as _, createElementVNode as a, renderSlot as y, createBlock as q, unref as s, withCtx as k, createVNode as B, normalizeProps as x, guardReactiveProps as N, createCommentVNode as z } from "vue";
|
|
2
2
|
import { QButton as E } from "../QButton/index.js";
|
|
3
3
|
import { QIcon as Q } from "../QIcon/index.js";
|
|
4
4
|
import { DEFAULT_ICONS as S } from "./types.js";
|
|
@@ -19,46 +19,46 @@ const w = { class: "q-badge__content" }, A = /* @__PURE__ */ g({
|
|
|
19
19
|
), m = l(() => {
|
|
20
20
|
const o = r.value ? `q-badge--${e.color}` : void 0;
|
|
21
21
|
return ["q-badge", `q-badge--${e.variant}`, o, { "q-badge--pill": e.pill }];
|
|
22
|
-
}),
|
|
22
|
+
}), u = l(() => {
|
|
23
23
|
let o, t;
|
|
24
24
|
if (!r.value)
|
|
25
25
|
if (o = e.color, e.variant === "tonal")
|
|
26
26
|
t = e.color;
|
|
27
27
|
else {
|
|
28
|
-
const
|
|
29
|
-
t = h(
|
|
28
|
+
const f = V(o), v = $(f);
|
|
29
|
+
t = h(v.l);
|
|
30
30
|
}
|
|
31
31
|
return {
|
|
32
32
|
"--q-badge-color": o,
|
|
33
33
|
"--q-badge-text-color": t
|
|
34
34
|
};
|
|
35
35
|
});
|
|
36
|
-
function
|
|
36
|
+
function p() {
|
|
37
37
|
d("click:remove");
|
|
38
38
|
}
|
|
39
|
-
return (o, t) => (
|
|
39
|
+
return (o, t) => (n(), b(
|
|
40
40
|
"span",
|
|
41
41
|
{
|
|
42
42
|
class: C(m.value),
|
|
43
43
|
role: "presentation",
|
|
44
|
-
style: _(
|
|
44
|
+
style: _(u.value)
|
|
45
45
|
},
|
|
46
46
|
[
|
|
47
|
-
t[0] || (t[0] =
|
|
47
|
+
t[0] || (t[0] = a(
|
|
48
48
|
"div",
|
|
49
49
|
{ class: "q-badge__underlay" },
|
|
50
50
|
null,
|
|
51
51
|
-1
|
|
52
52
|
/* HOISTED */
|
|
53
53
|
)),
|
|
54
|
-
|
|
54
|
+
a("div", w, [
|
|
55
55
|
y(o.$slots, "default"),
|
|
56
|
-
e.removable ? (
|
|
56
|
+
e.removable ? (n(), q(s(E), {
|
|
57
57
|
key: 0,
|
|
58
58
|
class: "q-badge__remove",
|
|
59
59
|
borderless: "",
|
|
60
60
|
tabindex: "0",
|
|
61
|
-
onClick:
|
|
61
|
+
onClick: p
|
|
62
62
|
}, {
|
|
63
63
|
default: k(() => [
|
|
64
64
|
B(
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { QButtonProps } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLButtonElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import('vue').DefineComponent<QButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -16,7 +17,7 @@ declare const __VLS_component: import('vue').DefineComponent<QButtonProps, {}, {
|
|
|
16
17
|
class: string | unknown[];
|
|
17
18
|
label: string;
|
|
18
19
|
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
20
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
22
|
export default _default;
|
|
22
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/QButton.vue"],"names":[],"mappings":"AA4EC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAwD5C,iBAAS,cAAc
|
|
1
|
+
{"version":3,"file":"QButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/QButton.vue"],"names":[],"mappings":"AAwBA;AA4EC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAwD5C,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;2FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as m, computed as s, openBlock as
|
|
1
|
+
import { defineComponent as m, computed as s, openBlock as n, createElementBlock as o, normalizeClass as y, withModifiers as v, createVNode as g, unref as k, createCommentVNode as l, createElementVNode as _, Fragment as i, createTextVNode as d, toDisplayString as r, renderSlot as q } from "vue";
|
|
2
2
|
import { QSpinnerLoader as B } from "../QSpinnerLoader/index.js";
|
|
3
3
|
const h = ["disabled"], z = {
|
|
4
4
|
key: 0,
|
|
@@ -20,9 +20,9 @@ const h = ["disabled"], z = {
|
|
|
20
20
|
},
|
|
21
21
|
emits: ["click"],
|
|
22
22
|
setup(c, { emit: b }) {
|
|
23
|
-
const e = c,
|
|
24
|
-
function
|
|
25
|
-
a.value ||
|
|
23
|
+
const e = c, u = b, a = s(() => e.disabled || e.loading);
|
|
24
|
+
function p(t) {
|
|
25
|
+
a.value || u("click", t);
|
|
26
26
|
}
|
|
27
27
|
const f = s(() => {
|
|
28
28
|
const t = e.size !== "regular" ? `q-btn--${e.size}` : void 0;
|
|
@@ -40,22 +40,22 @@ const h = ["disabled"], z = {
|
|
|
40
40
|
e.class
|
|
41
41
|
];
|
|
42
42
|
});
|
|
43
|
-
return (t, S) => (
|
|
43
|
+
return (t, S) => (n(), o("button", {
|
|
44
44
|
type: "button",
|
|
45
|
-
class:
|
|
45
|
+
class: y(f.value),
|
|
46
46
|
disabled: a.value,
|
|
47
|
-
onClick:
|
|
47
|
+
onClick: v(p, ["stop", "prevent"])
|
|
48
48
|
}, [
|
|
49
|
-
t.loading ? (
|
|
49
|
+
t.loading ? (n(), o("div", z, [
|
|
50
50
|
g(k(B), { size: 20 })
|
|
51
51
|
])) : l("v-if", !0),
|
|
52
52
|
_("span", C, [
|
|
53
|
-
t.iconOnRight ? (
|
|
53
|
+
t.iconOnRight ? (n(), o(
|
|
54
54
|
i,
|
|
55
55
|
{ key: 0 },
|
|
56
56
|
[
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
d(
|
|
58
|
+
r(e.label),
|
|
59
59
|
1
|
|
60
60
|
/* TEXT */
|
|
61
61
|
)
|
|
@@ -64,12 +64,12 @@ const h = ["disabled"], z = {
|
|
|
64
64
|
/* STABLE_FRAGMENT */
|
|
65
65
|
)) : l("v-if", !0),
|
|
66
66
|
q(t.$slots, "default"),
|
|
67
|
-
t.iconOnRight ? l("v-if", !0) : (
|
|
67
|
+
t.iconOnRight ? l("v-if", !0) : (n(), o(
|
|
68
68
|
i,
|
|
69
69
|
{ key: 1 },
|
|
70
70
|
[
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
d(
|
|
72
|
+
r(e.label),
|
|
73
73
|
1
|
|
74
74
|
/* TEXT */
|
|
75
75
|
)
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { QButtonGroupProps } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import('vue').DefineComponent<QButtonGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QButtonGroupProps> & Readonly<{}>, {
|
|
11
12
|
class: string | unknown[];
|
|
12
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
15
|
export default _default;
|
|
15
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"AA0CC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"AAYA;AA0CC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AA6BjD,iBAAS,cAAc;WA0CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, toRef as o, openBlock as a, createElementBlock as r, normalizeClass as d, renderSlot as n } from "vue";
|
|
2
2
|
import { provideDefaults as p } from "../../composables/defaults.js";
|
|
3
|
-
const
|
|
3
|
+
const i = /* @__PURE__ */ s({
|
|
4
4
|
__name: "QButtonGroup",
|
|
5
5
|
props: {
|
|
6
6
|
disabled: { type: Boolean },
|
|
@@ -17,7 +17,7 @@ const f = /* @__PURE__ */ s({
|
|
|
17
17
|
borderless: o(e, "borderless"),
|
|
18
18
|
elevated: !1
|
|
19
19
|
}
|
|
20
|
-
}), (l,
|
|
20
|
+
}), (l, u) => (a(), r(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
class: d([
|
|
@@ -37,5 +37,5 @@ const f = /* @__PURE__ */ s({
|
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
i as default
|
|
41
41
|
};
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { QButtonToggleProps } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = QButtonToggleProps;
|
|
3
3
|
type __VLS_PublicProps = {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
} &
|
|
5
|
+
} & __VLS_Props;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: Partial<Record<string, (_: {}) => any>>;
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
"update:modelValue": (
|
|
14
|
+
"update:modelValue": (value: string) => any;
|
|
14
15
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:modelValue"?: ((
|
|
16
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
16
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
19
|
export default _default;
|
|
19
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"AA8CC,OAAO,KAAK,EAAU,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI1D,
|
|
1
|
+
{"version":3,"file":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"AAqBA;AA8CC,OAAO,KAAK,EAAU,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI1D,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAiBtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmET,OAAO,IAA6B;6CAToC,GAAG;;;EAcxF;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as i, mergeModels as c, useModel as m, openBlock as o, createBlock as s, unref as d, normalizeClass as b, withCtx as n, createElementBlock as
|
|
2
|
-
import { QButton as
|
|
1
|
+
import { defineComponent as i, mergeModels as c, useModel as m, openBlock as o, createBlock as s, unref as d, normalizeClass as b, withCtx as n, createElementBlock as f, Fragment as y, renderList as k, renderSlot as p } from "vue";
|
|
2
|
+
import { QButton as v } from "../QButton/index.js";
|
|
3
3
|
import { QButtonGroup as B } from "../QButtonGroup/index.js";
|
|
4
4
|
const M = /* @__PURE__ */ i({
|
|
5
5
|
__name: "QButtonToggle",
|
|
@@ -29,10 +29,10 @@ const M = /* @__PURE__ */ i({
|
|
|
29
29
|
role: "listbox"
|
|
30
30
|
}, {
|
|
31
31
|
default: n(() => [
|
|
32
|
-
(o(!0),
|
|
33
|
-
|
|
32
|
+
(o(!0), f(
|
|
33
|
+
y,
|
|
34
34
|
null,
|
|
35
|
-
k(l.options, (e) => (o(), s(d(
|
|
35
|
+
k(l.options, (e) => (o(), s(d(v), {
|
|
36
36
|
key: e.key,
|
|
37
37
|
title: e.title,
|
|
38
38
|
label: e.label,
|
|
@@ -42,7 +42,7 @@ const M = /* @__PURE__ */ i({
|
|
|
42
42
|
onClick: () => u(e)
|
|
43
43
|
}, {
|
|
44
44
|
default: n(() => [
|
|
45
|
-
|
|
45
|
+
p(a.$slots, e.key)
|
|
46
46
|
]),
|
|
47
47
|
_: 2
|
|
48
48
|
/* DYNAMIC */
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { QCardProps } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
header?(_: {}): any;
|
|
5
6
|
"header.prepend"?(_: {}): any;
|
|
@@ -12,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
12
13
|
footer?(_: {}): any;
|
|
13
14
|
};
|
|
14
15
|
refs: {};
|
|
15
|
-
|
|
16
|
+
rootEl: any;
|
|
16
17
|
};
|
|
17
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
19
|
declare const __VLS_component: import('vue').DefineComponent<QCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCardProps> & Readonly<{}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAsIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAyEA;AAsIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAkE1C,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;0CACK,GAAG;uBACtB,GAAG;0BACA,GAAG;yCACY,GAAG;iCACX,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;EAa/B;AAcD,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;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as q, useAttrs as y, computed as
|
|
1
|
+
import { defineComponent as q, useAttrs as y, computed as l, openBlock as o, createBlock as u, resolveDynamicComponent as C, unref as f, normalizeClass as T, withCtx as D, createElementBlock as a, Fragment as n, createCommentVNode as s, createElementVNode as i, renderSlot as d, createTextVNode as p, toDisplayString as h } from "vue";
|
|
2
2
|
import { QSpinnerLoader as N } from "../QSpinnerLoader/index.js";
|
|
3
3
|
import { useId as g } from "../../composables/uid.js";
|
|
4
4
|
const B = { class: "q-card__header" }, A = {
|
|
@@ -29,8 +29,8 @@ const B = { class: "q-card__header" }, A = {
|
|
|
29
29
|
elevation: { default: "none" },
|
|
30
30
|
width: { default: void 0 }
|
|
31
31
|
},
|
|
32
|
-
setup(
|
|
33
|
-
const e =
|
|
32
|
+
setup(v) {
|
|
33
|
+
const e = v, $ = y(), m = g(e.id), b = l(() => {
|
|
34
34
|
const t = e.width ? `q-card--${e.width}` : void 0, c = e.variant && e.variant !== "default" ? `q-card--${e.variant}` : void 0, _ = e.elevation && e.elevation !== "none" ? `q-card--elevation-${e.elevation}` : void 0;
|
|
35
35
|
return [
|
|
36
36
|
"q-card",
|
|
@@ -44,40 +44,40 @@ const B = { class: "q-card__header" }, A = {
|
|
|
44
44
|
"q-card--disabled": e.disabled
|
|
45
45
|
}
|
|
46
46
|
];
|
|
47
|
-
}), E =
|
|
48
|
-
|
|
47
|
+
}), E = l(() => !!$.onClick || e.href), r = l(() => e.disabled || e.loading), k = (t) => {
|
|
48
|
+
r.value && t.stopImmediatePropagation();
|
|
49
49
|
};
|
|
50
50
|
return (t, c) => (o(), u(C(e.href ? "a" : "div"), {
|
|
51
|
-
id:
|
|
51
|
+
id: f(m),
|
|
52
52
|
class: T([...b.value, t.$attrs.class]),
|
|
53
|
-
href: e.href && !
|
|
53
|
+
href: e.href && !r.value ? e.href : void 0,
|
|
54
54
|
onClick: k
|
|
55
55
|
}, {
|
|
56
56
|
default: D(() => [
|
|
57
|
-
e.loading ? (o(), u(
|
|
57
|
+
e.loading ? (o(), u(f(N), {
|
|
58
58
|
key: 0,
|
|
59
59
|
size: 36
|
|
60
|
-
})) : (o(),
|
|
61
|
-
|
|
60
|
+
})) : (o(), a(
|
|
61
|
+
n,
|
|
62
62
|
{ key: 1 },
|
|
63
63
|
[
|
|
64
64
|
s(" HEADER "),
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
i("div", B, [
|
|
66
|
+
d(t.$slots, "header", {}, () => [
|
|
67
67
|
s(" HEADER: PREPEND "),
|
|
68
|
-
|
|
68
|
+
d(t.$slots, "header.prepend"),
|
|
69
69
|
s(" HEADER CONTENT "),
|
|
70
|
-
t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(),
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(), a("div", A, [
|
|
71
|
+
d(t.$slots, "header.content.prepend"),
|
|
72
|
+
i("div", R, [
|
|
73
73
|
s(" TITLE "),
|
|
74
|
-
t.$slots.title || e.title ? (o(),
|
|
75
|
-
t.$slots.title ?
|
|
76
|
-
|
|
74
|
+
t.$slots.title || e.title ? (o(), a("p", w, [
|
|
75
|
+
t.$slots.title ? d(t.$slots, "title", { key: 0 }) : (o(), a(
|
|
76
|
+
n,
|
|
77
77
|
{ key: 1 },
|
|
78
78
|
[
|
|
79
79
|
p(
|
|
80
|
-
|
|
80
|
+
h(t.$props.title),
|
|
81
81
|
1
|
|
82
82
|
/* TEXT */
|
|
83
83
|
)
|
|
@@ -87,13 +87,13 @@ const B = { class: "q-card__header" }, A = {
|
|
|
87
87
|
))
|
|
88
88
|
])) : s("v-if", !0),
|
|
89
89
|
s(" SUBTITLE "),
|
|
90
|
-
t.$slots.subtitle || e.subtitle ? (o(),
|
|
91
|
-
t.$slots.subtitle ?
|
|
92
|
-
|
|
90
|
+
t.$slots.subtitle || e.subtitle ? (o(), a("p", P, [
|
|
91
|
+
t.$slots.subtitle ? d(t.$slots, "subtitle", { key: 0 }) : (o(), a(
|
|
92
|
+
n,
|
|
93
93
|
{ key: 1 },
|
|
94
94
|
[
|
|
95
95
|
p(
|
|
96
|
-
|
|
96
|
+
h(t.$props.subtitle),
|
|
97
97
|
1
|
|
98
98
|
/* TEXT */
|
|
99
99
|
)
|
|
@@ -103,19 +103,19 @@ const B = { class: "q-card__header" }, A = {
|
|
|
103
103
|
))
|
|
104
104
|
])) : s("v-if", !0)
|
|
105
105
|
]),
|
|
106
|
-
|
|
106
|
+
d(t.$slots, "header.content.append")
|
|
107
107
|
])) : s("v-if", !0),
|
|
108
108
|
s(" HEADER: APPEND "),
|
|
109
|
-
|
|
109
|
+
d(t.$slots, "header.append")
|
|
110
110
|
])
|
|
111
111
|
]),
|
|
112
112
|
s(" CONTENT "),
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
i("div", H, [
|
|
114
|
+
d(t.$slots, "default")
|
|
115
115
|
]),
|
|
116
116
|
s(" FOOTER "),
|
|
117
|
-
t.$slots.footer ? (o(),
|
|
118
|
-
|
|
117
|
+
t.$slots.footer ? (o(), a("div", I, [
|
|
118
|
+
d(t.$slots, "footer")
|
|
119
119
|
])) : s("v-if", !0)
|
|
120
120
|
],
|
|
121
121
|
64
|
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
import { QCheckboxProps, DEFAULT_ICONS } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = QCheckboxProps;
|
|
3
3
|
type __VLS_PublicProps = {
|
|
4
4
|
modelValue?: boolean;
|
|
5
|
-
} &
|
|
6
|
-
declare
|
|
7
|
-
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
extras?(_: {}): any;
|
|
10
|
+
extras?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: boolean) => any;
|
|
8
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((
|
|
19
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
20
|
}>, {
|
|
11
21
|
size: "regular" | "small" | "large";
|
|
12
22
|
class: string | unknown[];
|
|
@@ -16,5 +26,11 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
16
26
|
id: string;
|
|
17
27
|
labelPlacement: string;
|
|
18
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
30
|
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
20
36
|
//# sourceMappingURL=QCheckbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AA+CA;AAuGC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAIxC,KAAK,WAAW,GAAG,cAAc,CAAC;AAoDlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+ET,OAAO,IAA6B;;wBATtB,GAAG;wBACF,GAAG;;;;EAa/B;AAgBD,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;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|