@quidgest/ui 0.14.13 → 0.14.15
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 +156 -123
- package/dist/ui.esm.js +3809 -3681
- package/dist/ui.js +22 -22
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +645 -634
- package/dist/ui.scss +176 -142
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +26 -13
- package/esm/components/QAccordion/index.d.ts +15 -3
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QAccordion/types.d.ts +13 -3
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +2 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +33 -27
- package/esm/components/QBadge/index.d.ts +6 -3
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +13 -5
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +19 -14
- package/esm/components/QBadgeIndicator/index.d.ts +3 -3
- package/esm/components/QBadgeIndicator/types.d.ts +6 -4
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +2 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +17 -15
- package/esm/components/QButton/index.d.ts +6 -6
- package/esm/components/QButton/types.d.ts +6 -7
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +19 -24
- package/esm/components/QButtonGroup/types.d.ts +2 -5
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +24 -22
- package/esm/components/QButtonToggle/index.d.ts +21 -3
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts +4 -7
- package/esm/components/QButtonToggle/types.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +2 -2
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +48 -46
- package/esm/components/QCard/index.d.ts +6 -6
- package/esm/components/QCard/types.d.ts +6 -7
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +2 -2
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +72 -78
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +9 -7
- package/esm/components/QCheckbox/index.d.ts +21 -21
- package/esm/components/QCheckbox/types.d.ts +10 -15
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -2
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +12 -9
- package/esm/components/QCollapsible/index.d.ts +33 -6
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +15 -15
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.vue.js +16 -15
- package/esm/components/QColorPicker/index.d.ts +27 -3
- package/esm/components/QColorPicker/index.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +2 -9
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +209 -75
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +64 -68
- package/esm/components/QCombobox/index.d.ts +331 -89
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +14 -51
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +3 -3
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +2 -1
- package/esm/components/QDateTimePicker/index.d.ts +51 -3
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/types.d.ts +2 -31
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +36 -37
- package/esm/components/QDialog/index.d.ts +39 -6
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +14 -21
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +4 -3
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +60 -26
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +68 -63
- package/esm/components/QDropdownMenu/index.d.ts +27 -3
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +3 -6
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +34 -35
- package/esm/components/QField/types.d.ts +2 -9
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +2 -1
- package/esm/components/QFileUpload/index.d.ts +39 -6
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QFileUpload/types.d.ts +3 -30
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts +2 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +7 -5
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +12 -16
- package/esm/components/QIcon/QIconImg.d.ts +2 -2
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +8 -6
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +12 -10
- package/esm/components/QIcon/index.d.ts +4 -4
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +6 -8
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +21 -18
- package/esm/components/QInputGroup/types.d.ts +2 -23
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -2
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +10 -14
- package/esm/components/QLineLoader/index.d.ts +1 -1
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +2 -6
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +3 -3
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +30 -26
- package/esm/components/QList/index.d.ts +35 -11
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +3 -6
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +93 -97
- package/esm/components/QOverlay/index.d.ts +63 -6
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +2 -5
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +1 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +23 -20
- package/esm/components/QPopover/index.d.ts +36 -6
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +2 -1
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +2 -2
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +126 -115
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -2
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +19 -17
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +19 -14
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -3
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +33 -23
- package/esm/components/QPropertyList/index.d.ts +8 -7
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +35 -21
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +63 -29
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +49 -48
- package/esm/components/QSelect/index.d.ts +104 -24
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +10 -39
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +20 -23
- package/esm/components/QSkeletonLoader/types.d.ts +2 -1
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +13 -17
- package/esm/components/QSpinnerLoader/types.d.ts +2 -5
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +27 -30
- package/esm/components/QTextField/index.d.ts +40 -4
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +2 -40
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +13 -16
- package/esm/components/QThemeProvider/types.d.ts +2 -1
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +52 -31
- package/esm/components/QTooltip/index.d.ts +45 -6
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +2 -9
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.vue.js +19 -11
- package/esm/components/__internal__/QChevron/index.d.ts +6 -2
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +2 -5
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +23 -18
- package/esm/components/__internal__/QClearButton/types.d.ts +2 -5
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/composables/group.d.ts +88 -8
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +19 -22
- package/esm/composables/uid.d.ts +3 -2
- package/esm/composables/uid.d.ts.map +1 -1
- package/esm/composables/uid.js +5 -4
- package/esm/types/component.d.ts +18 -0
- package/esm/types/component.d.ts.map +1 -0
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEtF,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,SAAS,CAAA;AAE7C,MAAM,MAAM,YAAY,GAAG,mBAAmB,GAAG;IAChD;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAA;CAClB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/QButtonGroup.vue"],"names":[],"mappings":"AAaA;AAwCC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAkBjD,iBAAS,cAAc;WA+BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { defineComponent as l, toRef as o, createElementBlock as r, openBlock as
|
|
1
|
+
import { defineComponent as l, toRef as o, createElementBlock as r, openBlock as d, normalizeClass as a, renderSlot as n } from "vue";
|
|
2
2
|
import { provideDefaults as p } from "../../composables/defaults.js";
|
|
3
|
-
const
|
|
3
|
+
const i = ["id"], m = /* @__PURE__ */ l({
|
|
4
4
|
__name: "QButtonGroup",
|
|
5
5
|
props: {
|
|
6
|
+
id: {},
|
|
7
|
+
class: {},
|
|
6
8
|
disabled: { type: Boolean },
|
|
7
9
|
borderless: { type: Boolean },
|
|
8
|
-
elevated: { type: Boolean }
|
|
9
|
-
class: {}
|
|
10
|
+
elevated: { type: Boolean }
|
|
10
11
|
},
|
|
11
12
|
setup(t) {
|
|
12
13
|
const e = t;
|
|
@@ -14,28 +15,22 @@ const b = /* @__PURE__ */ l({
|
|
|
14
15
|
QButton: {
|
|
15
16
|
bStyle: "secondary",
|
|
16
17
|
disabled: o(e, "disabled"),
|
|
17
|
-
borderless: o(e, "borderless")
|
|
18
|
-
elevated: !1
|
|
18
|
+
borderless: o(e, "borderless")
|
|
19
19
|
}
|
|
20
|
-
}), (s, c) => (
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
d(s.$slots, "default")
|
|
33
|
-
],
|
|
34
|
-
2
|
|
35
|
-
/* CLASS */
|
|
36
|
-
));
|
|
20
|
+
}), (s, c) => (d(), r("div", {
|
|
21
|
+
id: e.id,
|
|
22
|
+
class: a([
|
|
23
|
+
"q-btn-group",
|
|
24
|
+
{
|
|
25
|
+
"q-btn-group--elevated": e.elevated
|
|
26
|
+
},
|
|
27
|
+
e.class
|
|
28
|
+
])
|
|
29
|
+
}, [
|
|
30
|
+
n(s.$slots, "default")
|
|
31
|
+
], 10, i));
|
|
37
32
|
}
|
|
38
33
|
});
|
|
39
34
|
export {
|
|
40
|
-
|
|
35
|
+
m as default
|
|
41
36
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
export type QButtonGroupProps = QBaseComponentProps & {
|
|
2
3
|
/**
|
|
3
4
|
* If true, the button group is disabled and cannot be interacted with.
|
|
4
5
|
*/
|
|
@@ -11,9 +12,5 @@ export type QButtonGroupProps = {
|
|
|
11
12
|
* If true, the button group an elevated appearance.
|
|
12
13
|
*/
|
|
13
14
|
elevated?: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Custom set of classes to apply to the component.
|
|
16
|
-
*/
|
|
17
|
-
class?: string | unknown[];
|
|
18
15
|
};
|
|
19
16
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QButtonToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/QButtonToggle.vue"],"names":[],"mappings":"AAsBA;AA+CC,OAAO,KAAK,EAAuB,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEtE,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAavC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2ET,OAAO,IAA6B;6CAXqC,GAAG;;;EAgBzF;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;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,48 +1,50 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as u, mergeModels as c, useModel as m, createBlock as s, openBlock as o, unref as d, normalizeClass as b, withCtx as i, createElementBlock as f, Fragment as y, renderList as k, renderSlot as p } from "vue";
|
|
2
2
|
import { QButton as v } from "../QButton/index.js";
|
|
3
3
|
import { QButtonGroup as B } from "../QButtonGroup/index.js";
|
|
4
|
-
const M = /* @__PURE__ */
|
|
4
|
+
const M = /* @__PURE__ */ u({
|
|
5
5
|
__name: "QButtonToggle",
|
|
6
6
|
props: /* @__PURE__ */ c({
|
|
7
|
+
id: {},
|
|
8
|
+
class: {},
|
|
7
9
|
options: {},
|
|
8
10
|
disabled: { type: Boolean },
|
|
9
11
|
borderless: { type: Boolean },
|
|
10
12
|
elevated: { type: Boolean },
|
|
11
|
-
required: { type: Boolean }
|
|
12
|
-
class: {}
|
|
13
|
+
required: { type: Boolean }
|
|
13
14
|
}, {
|
|
14
15
|
modelValue: {},
|
|
15
16
|
modelModifiers: {}
|
|
16
17
|
}),
|
|
17
18
|
emits: ["update:modelValue"],
|
|
18
19
|
setup(r) {
|
|
19
|
-
const
|
|
20
|
-
function
|
|
21
|
-
t.value === a.key && !
|
|
20
|
+
const e = r, t = m(r, "modelValue");
|
|
21
|
+
function n(a) {
|
|
22
|
+
t.value === a.key && !e.required ? t.value = void 0 : t.value = a.key;
|
|
22
23
|
}
|
|
23
24
|
return (a, g) => (o(), s(d(B), {
|
|
25
|
+
id: e.id,
|
|
24
26
|
"b-style": "secondary",
|
|
25
|
-
class: b(
|
|
26
|
-
disabled:
|
|
27
|
-
borderless:
|
|
28
|
-
elevated:
|
|
27
|
+
class: b(e.class),
|
|
28
|
+
disabled: e.disabled,
|
|
29
|
+
borderless: e.borderless,
|
|
30
|
+
elevated: e.elevated,
|
|
29
31
|
role: "listbox"
|
|
30
32
|
}, {
|
|
31
|
-
default:
|
|
33
|
+
default: i(() => [
|
|
32
34
|
(o(!0), f(
|
|
33
35
|
y,
|
|
34
36
|
null,
|
|
35
|
-
k(
|
|
36
|
-
key:
|
|
37
|
-
title:
|
|
38
|
-
label:
|
|
39
|
-
active: t.value ===
|
|
37
|
+
k(e.options, (l) => (o(), s(d(v), {
|
|
38
|
+
key: l.key,
|
|
39
|
+
title: l.title,
|
|
40
|
+
label: l.label,
|
|
41
|
+
active: t.value === l.key,
|
|
40
42
|
role: "option",
|
|
41
|
-
"aria-selected": t.value ===
|
|
42
|
-
onClick: () =>
|
|
43
|
+
"aria-selected": t.value === l.key,
|
|
44
|
+
onClick: () => n(l)
|
|
43
45
|
}, {
|
|
44
|
-
default:
|
|
45
|
-
p(a.$slots,
|
|
46
|
+
default: i(() => [
|
|
47
|
+
p(a.$slots, l.key)
|
|
46
48
|
]),
|
|
47
49
|
_: 2
|
|
48
50
|
/* DYNAMIC */
|
|
@@ -53,7 +55,7 @@ const M = /* @__PURE__ */ i({
|
|
|
53
55
|
]),
|
|
54
56
|
_: 3
|
|
55
57
|
/* FORWARDED */
|
|
56
|
-
}, 8, ["class", "disabled", "borderless", "elevated"]));
|
|
58
|
+
}, 8, ["id", "class", "disabled", "borderless", "elevated"]));
|
|
57
59
|
}
|
|
58
60
|
});
|
|
59
61
|
export {
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
declare const QButtonToggle: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
3
|
modelValue?: string;
|
|
4
|
-
} & import('
|
|
4
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
5
|
+
options: Array<import('./types').QButtonToggleOption>;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
borderless?: boolean;
|
|
8
|
+
elevated?: boolean;
|
|
9
|
+
required?: boolean;
|
|
10
|
+
}> & Readonly<{
|
|
5
11
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
13
|
"update:modelValue": (value: string) => any;
|
|
@@ -14,7 +20,13 @@ declare const QButtonToggle: {
|
|
|
14
20
|
Defaults: {};
|
|
15
21
|
}, Readonly<{
|
|
16
22
|
modelValue?: string;
|
|
17
|
-
} & import('
|
|
23
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
24
|
+
options: Array<import('./types').QButtonToggleOption>;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
borderless?: boolean;
|
|
27
|
+
elevated?: boolean;
|
|
28
|
+
required?: boolean;
|
|
29
|
+
}> & Readonly<{
|
|
18
30
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
19
31
|
}>, {}, {}, {}, {}, {}>;
|
|
20
32
|
__isFragment?: never;
|
|
@@ -22,7 +34,13 @@ declare const QButtonToggle: {
|
|
|
22
34
|
__isSuspense?: never;
|
|
23
35
|
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
24
36
|
modelValue?: string;
|
|
25
|
-
} & import('
|
|
37
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
38
|
+
options: Array<import('./types').QButtonToggleOption>;
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
borderless?: boolean;
|
|
41
|
+
elevated?: boolean;
|
|
42
|
+
required?: boolean;
|
|
43
|
+
}> & Readonly<{
|
|
26
44
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
45
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
46
|
"update:modelValue": (value: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AAGrD,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
export type QButtonToggleOption = {
|
|
2
3
|
key: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
label?: string;
|
|
5
6
|
};
|
|
6
|
-
export type QButtonToggleProps = {
|
|
7
|
+
export type QButtonToggleProps = QBaseComponentProps & {
|
|
7
8
|
/**
|
|
8
9
|
* The list of available options to display
|
|
9
10
|
*/
|
|
10
|
-
options: Array<
|
|
11
|
+
options: Array<QButtonToggleOption>;
|
|
11
12
|
/**
|
|
12
13
|
* Indicates if the button toggle is disabled.
|
|
13
14
|
*/
|
|
@@ -24,9 +25,5 @@ export type QButtonToggleProps = {
|
|
|
24
25
|
* Indicates if options can be deselected.
|
|
25
26
|
*/
|
|
26
27
|
required?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Custom set of classes to apply to the component.
|
|
29
|
-
*/
|
|
30
|
-
class?: string | unknown[];
|
|
31
28
|
};
|
|
32
29
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,GAAG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,mBAAmB,GAAG;IACjC,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAA;IAEnC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|
|
@@ -17,8 +17,8 @@ declare function __VLS_template(): {
|
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
19
|
declare const __VLS_component: import('vue').DefineComponent<QCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCardProps> & Readonly<{}>, {
|
|
20
|
-
variant:
|
|
21
|
-
elevation:
|
|
20
|
+
variant: import('./types').QCardVariant;
|
|
21
|
+
elevation: import('./types').QCardElevation;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
24
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAyEA;
|
|
1
|
+
{"version":3,"file":"QCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/QCard.vue"],"names":[],"mappings":"AAyEA;AAwIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AA0D1C,iBAAS,cAAc;WA0HT,OAAO,IAA6B;;wBAlBrB,GAAG;kCACO,GAAG;0CACK,GAAG;uBACtB,GAAG;0BACA,GAAG;yCACY,GAAG;iCACX,GAAG;yBACX,GAAG;wBACJ,GAAG;;;;EAe/B;AAaD,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"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QSpinnerLoader as
|
|
3
|
-
|
|
4
|
-
const B = { class: "q-card__header" }, A = {
|
|
1
|
+
import { defineComponent as k, computed as d, useAttrs as _, createBlock as u, openBlock as o, resolveDynamicComponent as q, normalizeClass as y, withCtx as C, createElementBlock as a, unref as T, Fragment as i, createCommentVNode as s, createElementVNode as n, renderSlot as l, createTextVNode as p, toDisplayString as f } from "vue";
|
|
2
|
+
import { QSpinnerLoader as D } from "../QSpinnerLoader/index.js";
|
|
3
|
+
const N = { class: "q-card__header" }, g = {
|
|
5
4
|
key: 0,
|
|
6
5
|
class: "q-card__header-content"
|
|
7
|
-
},
|
|
6
|
+
}, B = { class: "q-card__header-text" }, A = {
|
|
8
7
|
key: 0,
|
|
9
8
|
class: "q-card__title",
|
|
10
9
|
role: "cell"
|
|
11
|
-
},
|
|
10
|
+
}, R = {
|
|
12
11
|
key: 1,
|
|
13
12
|
class: "q-card__subtitle",
|
|
14
13
|
role: "cell"
|
|
15
|
-
},
|
|
14
|
+
}, w = { class: "q-card__content" }, P = {
|
|
16
15
|
key: 0,
|
|
17
16
|
class: "q-card__footer"
|
|
18
|
-
},
|
|
17
|
+
}, S = /* @__PURE__ */ k({
|
|
19
18
|
__name: "QCard",
|
|
20
19
|
props: {
|
|
21
20
|
id: {},
|
|
21
|
+
class: {},
|
|
22
22
|
title: {},
|
|
23
23
|
subtitle: {},
|
|
24
24
|
href: {},
|
|
@@ -29,55 +29,57 @@ const B = { class: "q-card__header" }, A = {
|
|
|
29
29
|
elevation: { default: "none" },
|
|
30
30
|
width: {}
|
|
31
31
|
},
|
|
32
|
-
setup(
|
|
33
|
-
const e =
|
|
34
|
-
const t = e.width ? `q-card--${e.width}` : void 0, c = e.variant && e.variant !== "default" ? `q-card--${e.variant}` : void 0,
|
|
32
|
+
setup(h) {
|
|
33
|
+
const e = h, v = d(() => {
|
|
34
|
+
const t = e.width ? `q-card--${e.width}` : void 0, c = e.variant && e.variant !== "default" ? `q-card--${e.variant}` : void 0, E = e.elevation && e.elevation !== "none" ? `q-card--elevation-${e.elevation}` : void 0;
|
|
35
35
|
return [
|
|
36
36
|
"q-card",
|
|
37
37
|
t,
|
|
38
38
|
c,
|
|
39
|
-
|
|
39
|
+
E,
|
|
40
40
|
{
|
|
41
|
-
"q-card--clickable":
|
|
41
|
+
"q-card--clickable": b.value,
|
|
42
42
|
"q-card--loading": e.loading,
|
|
43
43
|
"q-card--borderless": e.borderless,
|
|
44
44
|
"q-card--disabled": e.disabled
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
|
+
e.class
|
|
46
47
|
];
|
|
47
|
-
}),
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
}), $ = _(), b = d(() => !!$.onClick || e.href), r = d(() => e.disabled || e.loading);
|
|
49
|
+
function m(t) {
|
|
50
|
+
r.value && t.stopImmediatePropagation();
|
|
51
|
+
}
|
|
52
|
+
return (t, c) => (o(), u(q(e.href ? "a" : "div"), {
|
|
53
|
+
id: e.id,
|
|
54
|
+
class: y(v.value),
|
|
55
|
+
href: e.href && !r.value ? e.href : void 0,
|
|
56
|
+
onClick: m
|
|
55
57
|
}, {
|
|
56
|
-
default:
|
|
57
|
-
e.loading ? (o(), u(
|
|
58
|
+
default: C(() => [
|
|
59
|
+
e.loading ? (o(), u(T(D), {
|
|
58
60
|
key: 0,
|
|
59
61
|
size: 36
|
|
60
|
-
})) : (o(),
|
|
62
|
+
})) : (o(), a(
|
|
61
63
|
i,
|
|
62
64
|
{ key: 1 },
|
|
63
65
|
[
|
|
64
66
|
s(" HEADER "),
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
n("div", N, [
|
|
68
|
+
l(t.$slots, "header", {}, () => [
|
|
67
69
|
s(" HEADER: PREPEND "),
|
|
68
|
-
|
|
70
|
+
l(t.$slots, "header.prepend"),
|
|
69
71
|
s(" HEADER CONTENT "),
|
|
70
|
-
t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(),
|
|
71
|
-
|
|
72
|
-
|
|
72
|
+
t.$slots.title || e.title || t.$slots.subtitle || e.subtitle ? (o(), a("div", g, [
|
|
73
|
+
l(t.$slots, "header.content.prepend"),
|
|
74
|
+
n("div", B, [
|
|
73
75
|
s(" TITLE "),
|
|
74
|
-
t.$slots.title || e.title ? (o(),
|
|
75
|
-
t.$slots.title ?
|
|
76
|
+
t.$slots.title || e.title ? (o(), a("p", A, [
|
|
77
|
+
t.$slots.title ? l(t.$slots, "title", { key: 0 }) : (o(), a(
|
|
76
78
|
i,
|
|
77
79
|
{ key: 1 },
|
|
78
80
|
[
|
|
79
|
-
|
|
80
|
-
|
|
81
|
+
p(
|
|
82
|
+
f(t.$props.title),
|
|
81
83
|
1
|
|
82
84
|
/* TEXT */
|
|
83
85
|
)
|
|
@@ -87,13 +89,13 @@ const B = { class: "q-card__header" }, A = {
|
|
|
87
89
|
))
|
|
88
90
|
])) : s("v-if", !0),
|
|
89
91
|
s(" SUBTITLE "),
|
|
90
|
-
t.$slots.subtitle || e.subtitle ? (o(),
|
|
91
|
-
t.$slots.subtitle ?
|
|
92
|
+
t.$slots.subtitle || e.subtitle ? (o(), a("p", R, [
|
|
93
|
+
t.$slots.subtitle ? l(t.$slots, "subtitle", { key: 0 }) : (o(), a(
|
|
92
94
|
i,
|
|
93
95
|
{ key: 1 },
|
|
94
96
|
[
|
|
95
|
-
|
|
96
|
-
|
|
97
|
+
p(
|
|
98
|
+
f(t.$props.subtitle),
|
|
97
99
|
1
|
|
98
100
|
/* TEXT */
|
|
99
101
|
)
|
|
@@ -103,19 +105,19 @@ const B = { class: "q-card__header" }, A = {
|
|
|
103
105
|
))
|
|
104
106
|
])) : s("v-if", !0)
|
|
105
107
|
]),
|
|
106
|
-
|
|
108
|
+
l(t.$slots, "header.content.append")
|
|
107
109
|
])) : s("v-if", !0),
|
|
108
110
|
s(" HEADER: APPEND "),
|
|
109
|
-
|
|
111
|
+
l(t.$slots, "header.append")
|
|
110
112
|
])
|
|
111
113
|
]),
|
|
112
114
|
s(" CONTENT "),
|
|
113
|
-
|
|
114
|
-
|
|
115
|
+
n("div", w, [
|
|
116
|
+
l(t.$slots, "default")
|
|
115
117
|
]),
|
|
116
118
|
s(" FOOTER "),
|
|
117
|
-
t.$slots.footer ? (o(),
|
|
118
|
-
|
|
119
|
+
t.$slots.footer ? (o(), a("div", P, [
|
|
120
|
+
l(t.$slots, "footer")
|
|
119
121
|
])) : s("v-if", !0)
|
|
120
122
|
],
|
|
121
123
|
64
|
|
@@ -128,5 +130,5 @@ const B = { class: "q-card__header" }, A = {
|
|
|
128
130
|
}
|
|
129
131
|
});
|
|
130
132
|
export {
|
|
131
|
-
|
|
133
|
+
S as default
|
|
132
134
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { QCardProps } from './types';
|
|
2
2
|
declare const QCard: {
|
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4
|
-
variant:
|
|
5
|
-
elevation:
|
|
4
|
+
variant: import('./types').QCardVariant;
|
|
5
|
+
elevation: import('./types').QCardElevation;
|
|
6
6
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
7
7
|
P: {};
|
|
8
8
|
B: {};
|
|
@@ -11,15 +11,15 @@ declare const QCard: {
|
|
|
11
11
|
M: {};
|
|
12
12
|
Defaults: {};
|
|
13
13
|
}, Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
14
|
-
variant:
|
|
15
|
-
elevation:
|
|
14
|
+
variant: import('./types').QCardVariant;
|
|
15
|
+
elevation: import('./types').QCardElevation;
|
|
16
16
|
}>;
|
|
17
17
|
__isFragment?: never;
|
|
18
18
|
__isTeleport?: never;
|
|
19
19
|
__isSuspense?: never;
|
|
20
20
|
} & import('vue').ComponentOptionsBase<Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
21
|
-
variant:
|
|
22
|
-
elevation:
|
|
21
|
+
variant: import('./types').QCardVariant;
|
|
22
|
+
elevation: import('./types').QCardElevation;
|
|
23
23
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
24
24
|
$slots: {
|
|
25
25
|
header?(_: {}): any;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
+
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
export type QCardVariant = 'default' | 'background' | 'title-background' | 'minor';
|
|
3
|
+
export type QCardElevation = 'none' | 'low' | 'medium' | 'high';
|
|
1
4
|
export type QCardWidth = 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'block';
|
|
2
|
-
export type QCardProps = {
|
|
3
|
-
/**
|
|
4
|
-
* The card unique identifier.
|
|
5
|
-
*/
|
|
6
|
-
id?: string;
|
|
5
|
+
export type QCardProps = QBaseComponentProps & {
|
|
7
6
|
/**
|
|
8
7
|
* The title of the card.
|
|
9
8
|
*/
|
|
@@ -31,11 +30,11 @@ export type QCardProps = {
|
|
|
31
30
|
/**
|
|
32
31
|
* The styling variant of the card.
|
|
33
32
|
*/
|
|
34
|
-
variant?:
|
|
33
|
+
variant?: QCardVariant;
|
|
35
34
|
/**
|
|
36
35
|
* The elevation provides levels of shadow depth.
|
|
37
36
|
*/
|
|
38
|
-
elevation?:
|
|
37
|
+
elevation?: QCardElevation;
|
|
39
38
|
/**
|
|
40
39
|
* The width of the card
|
|
41
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/types.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAA;AAE5E,MAAM,MAAM,UAAU,GAAG
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,YAAY,GAAG,kBAAkB,GAAG,OAAO,CAAA;AAElF,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE/D,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAA;AAE5E,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAA;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA"}
|
|
@@ -18,10 +18,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
19
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
-
size:
|
|
21
|
+
size: import('./types').QCheckboxLabelSize;
|
|
22
22
|
color: string;
|
|
23
23
|
icons: typeof DEFAULT_ICONS;
|
|
24
|
-
labelPlacement:
|
|
24
|
+
labelPlacement: import('./types').QCheckboxLabelPlacement;
|
|
25
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
27
|
export default _default;
|
|
@@ -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":"AAiDA;AA0GC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,cAAc,CAAC;AA+CnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAkGT,OAAO,IAA6B;;wBAZtB,GAAG;wBACF,GAAG;;;;EAgB/B;AAeD,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"}
|