@quidgest/ui 0.14.10 → 0.14.12
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/manifest/components.json +2 -0
- package/dist/ui.css +95 -39
- package/dist/ui.esm.js +1931 -1578
- package/dist/ui.js +29 -29
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +181 -158
- package/dist/ui.scss +83 -40
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +2 -2
- package/esm/components/QAccordion/index.d.ts +33 -2
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +7 -7
- package/esm/components/QBadge/index.d.ts +39 -2
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +0 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +18 -18
- package/esm/components/QButton/index.d.ts +36 -2
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -3
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +7 -7
- package/esm/components/QButtonGroup/index.d.ts +17 -2
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +1 -1
- package/esm/components/QButtonToggle/index.d.ts +31 -2
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +4 -9
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +34 -34
- package/esm/components/QCard/index.d.ts +34 -2
- package/esm/components/QCard/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +0 -3
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +19 -19
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts +1 -3
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +7 -7
- package/esm/components/QCheckbox/index.d.ts +79 -2
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/types.d.ts +8 -4
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -3
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +54 -60
- package/esm/components/QCollapsible/index.d.ts +47 -2
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +5 -4
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.js +4 -5
- package/esm/components/QColorPicker/QColorPicker.d.ts +34 -0
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -0
- package/esm/components/QColorPicker/QColorPicker.vue.js +97 -0
- package/esm/components/QColorPicker/QColorPicker.vue2.js +4 -0
- package/esm/components/QColorPicker/index.d.ts +48 -0
- package/esm/components/QColorPicker/index.d.ts.map +1 -0
- package/esm/components/QColorPicker/index.js +6 -0
- package/esm/components/QColorPicker/types.d.ts +44 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -0
- package/esm/components/QColorPicker/types.js +6 -0
- package/esm/components/QCombobox/QCombobox.d.ts +686 -81
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +156 -174
- package/esm/components/QCombobox/index.d.ts +1395 -2
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +14 -6
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +9 -11
- package/esm/components/QDialog/QDialog.d.ts +3 -7
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +33 -33
- package/esm/components/QDialog/index.d.ts +56 -2
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +5 -3
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +16 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +38 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.vue2.js +4 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +369 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +153 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue2.js +4 -0
- package/esm/components/QDropdownMenu/index.d.ts +14 -0
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/index.js +6 -0
- package/esm/components/QDropdownMenu/types.d.ts +96 -0
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/types.js +8 -0
- package/esm/components/QField/QField.d.ts +5 -7
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +25 -25
- package/esm/components/QField/index.d.ts +37 -2
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts +0 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +8 -8
- package/esm/components/QIcon/QIconFont.d.ts +0 -3
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +10 -10
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +4 -4
- package/esm/components/QIcon/QIconSvg.d.ts +0 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +10 -10
- package/esm/components/QIcon/index.d.ts +16 -8
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +0 -5
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QInputGroup/index.d.ts +26 -2
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -3
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +3 -3
- package/esm/components/QLineLoader/index.d.ts +1 -2
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +138 -3
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +117 -99
- package/esm/components/QList/QListItem.d.ts +2 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +39 -37
- package/esm/components/QList/QListItemGroup.d.ts +1 -3
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/QListItemGroup.vue.js +6 -6
- package/esm/components/QList/index.d.ts +189 -6
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +8 -10
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +5 -4
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +151 -136
- package/esm/components/QOverlay/index.d.ts +78 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +4 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +6 -6
- package/esm/components/QPopover/index.d.ts +49 -2
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +8 -5
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +42 -41
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +15 -18
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +59 -54
- package/esm/components/QPropertyList/index.d.ts +117 -8
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +8 -4
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +0 -2
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +11 -11
- package/esm/components/QRemoveScrollBar/index.d.ts +23 -2
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +313 -28
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +112 -129
- package/esm/components/QSelect/index.d.ts +314 -2
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +13 -5
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +9 -11
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -5
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +13 -13
- package/esm/components/QSkeletonLoader/index.d.ts +1 -2
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +8 -8
- package/esm/components/QSpinnerLoader/index.d.ts +3 -2
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +79 -22
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +18 -18
- package/esm/components/QTextField/index.d.ts +122 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +9 -8
- package/esm/components/QThemeProvider/index.d.ts +17 -2
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +0 -4
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +17 -17
- package/esm/components/QTooltip/index.d.ts +62 -2
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts +14 -0
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/QChevron.vue.js +23 -0
- package/esm/components/__internal__/QChevron/QChevron.vue2.js +4 -0
- package/esm/components/__internal__/QChevron/index.d.ts +13 -0
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/index.js +6 -0
- package/esm/components/__internal__/QChevron/types.d.ts +16 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/types.js +8 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts +11 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +39 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue2.js +4 -0
- package/esm/components/__internal__/QClearButton/index.d.ts +12 -0
- package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/index.js +6 -0
- package/esm/components/__internal__/QClearButton/types.d.ts +23 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/types.js +11 -0
- package/esm/components/index.d.ts +2 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +48 -44
- package/esm/composables/group.js +5 -5
- package/esm/composables/overlay.d.ts +4 -0
- package/esm/composables/overlay.d.ts.map +1 -1
- package/esm/composables/overlay.js +69 -62
- package/esm/composables/theme.d.ts +54 -6
- package/esm/composables/theme.d.ts.map +1 -1
- package/esm/composables/theme.js +10 -12
- package/esm/framework.d.ts +17 -20
- package/esm/framework.d.ts.map +1 -1
- package/esm/framework.js +22 -25
- package/esm/index.d.ts +2 -0
- package/esm/templates/theme.js +16 -16
- package/esm/utils/color.d.ts +2 -1
- package/esm/utils/color.d.ts.map +1 -1
- package/esm/utils/color.js +19 -19
- package/esm/utils/setupPropsProxy.d.ts +22 -9
- package/esm/utils/setupPropsProxy.d.ts.map +1 -1
- package/esm/utils/setupPropsProxy.js +22 -22
- package/esm/utils/theme.d.ts +13 -1
- package/esm/utils/theme.d.ts.map +1 -1
- package/esm/utils/theme.js +40 -24
- package/package.json +19 -54
- /package/{LICENSE.md → LICENSE} +0 -0
|
@@ -1,4 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QButtonGroup: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<import('./types').QButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').QButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
14
|
+
$slots: {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
});
|
|
3
18
|
export { QButtonGroup };
|
|
4
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonGroup/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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;AAEzD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAavC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyET,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,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as i, mergeModels as c, useModel as m,
|
|
1
|
+
import { defineComponent as i, mergeModels as c, useModel as m, createBlock as s, openBlock as o, unref as d, normalizeClass as b, withCtx as n, 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
4
|
const M = /* @__PURE__ */ i({
|
|
@@ -1,4 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QButtonToggle: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
} & import('./types').QButtonToggleProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{
|
|
16
|
+
modelValue?: string;
|
|
17
|
+
} & import('./types').QButtonToggleProps> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, {}>;
|
|
20
|
+
__isFragment?: never;
|
|
21
|
+
__isTeleport?: never;
|
|
22
|
+
__isSuspense?: never;
|
|
23
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
24
|
+
modelValue?: string;
|
|
25
|
+
} & import('./types').QButtonToggleProps> & Readonly<{
|
|
26
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
"update:modelValue": (value: string) => any;
|
|
29
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
30
|
+
$slots: Partial<Record<string, (_: {}) => any>>;
|
|
31
|
+
});
|
|
3
32
|
export { QButtonToggle };
|
|
4
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QButtonToggle/index.ts"],"names":[],"mappings":"
|
|
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"}
|
|
@@ -3,12 +3,12 @@ declare function __VLS_template(): {
|
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
5
5
|
header?(_: {}): any;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
'header.prepend'?(_: {}): any;
|
|
7
|
+
'header.content.prepend'?(_: {}): any;
|
|
8
8
|
title?(_: {}): any;
|
|
9
9
|
subtitle?(_: {}): any;
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
'header.content.append'?(_: {}): any;
|
|
11
|
+
'header.append'?(_: {}): any;
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
footer?(_: {}): any;
|
|
14
14
|
};
|
|
@@ -18,12 +18,7 @@ declare function __VLS_template(): {
|
|
|
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
20
|
variant: "default" | "background" | "title-background" | "minor";
|
|
21
|
-
title: string;
|
|
22
|
-
id: string;
|
|
23
|
-
subtitle: string;
|
|
24
|
-
href: string;
|
|
25
21
|
elevation: "none" | "low" | "medium" | "high";
|
|
26
|
-
width: import('./types').QCardWidth;
|
|
27
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
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;AAiIC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAmD1C,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;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;AAapG,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 d, createBlock as u, openBlock as o, resolveDynamicComponent as C, normalizeClass as T, unref as p, withCtx as D, createElementBlock as l, Fragment as i, createCommentVNode as s, createElementVNode as r, renderSlot as a, createTextVNode as f, 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 = {
|
|
@@ -18,19 +18,19 @@ const B = { class: "q-card__header" }, A = {
|
|
|
18
18
|
}, V = /* @__PURE__ */ q({
|
|
19
19
|
__name: "QCard",
|
|
20
20
|
props: {
|
|
21
|
-
id: {
|
|
22
|
-
title: {
|
|
23
|
-
subtitle: {
|
|
24
|
-
href: {
|
|
21
|
+
id: {},
|
|
22
|
+
title: {},
|
|
23
|
+
subtitle: {},
|
|
24
|
+
href: {},
|
|
25
25
|
disabled: { type: Boolean },
|
|
26
26
|
loading: { type: Boolean },
|
|
27
27
|
borderless: { type: Boolean },
|
|
28
28
|
variant: { default: "default" },
|
|
29
29
|
elevation: { default: "none" },
|
|
30
|
-
width: {
|
|
30
|
+
width: {}
|
|
31
31
|
},
|
|
32
32
|
setup(v) {
|
|
33
|
-
const e = v, $ = y(), m = g(e.id), b =
|
|
33
|
+
const e = v, $ = y(), m = g(e.id), b = d(() => {
|
|
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,39 +44,39 @@ const B = { class: "q-card__header" }, A = {
|
|
|
44
44
|
"q-card--disabled": e.disabled
|
|
45
45
|
}
|
|
46
46
|
];
|
|
47
|
-
}), E =
|
|
48
|
-
|
|
47
|
+
}), E = d(() => !!$.onClick || e.href), n = d(() => e.disabled || e.loading), k = (t) => {
|
|
48
|
+
n.value && t.stopImmediatePropagation();
|
|
49
49
|
};
|
|
50
50
|
return (t, c) => (o(), u(C(e.href ? "a" : "div"), {
|
|
51
|
-
id:
|
|
51
|
+
id: p(m),
|
|
52
52
|
class: T([...b.value, t.$attrs.class]),
|
|
53
|
-
href: e.href && !
|
|
53
|
+
href: e.href && !n.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(p(N), {
|
|
58
58
|
key: 0,
|
|
59
59
|
size: 36
|
|
60
|
-
})) : (o(),
|
|
61
|
-
|
|
60
|
+
})) : (o(), l(
|
|
61
|
+
i,
|
|
62
62
|
{ key: 1 },
|
|
63
63
|
[
|
|
64
64
|
s(" HEADER "),
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
r("div", B, [
|
|
66
|
+
a(t.$slots, "header", {}, () => [
|
|
67
67
|
s(" HEADER: PREPEND "),
|
|
68
|
-
|
|
68
|
+
a(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(), l("div", A, [
|
|
71
|
+
a(t.$slots, "header.content.prepend"),
|
|
72
|
+
r("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(), l("p", w, [
|
|
75
|
+
t.$slots.title ? a(t.$slots, "title", { key: 0 }) : (o(), l(
|
|
76
|
+
i,
|
|
77
77
|
{ key: 1 },
|
|
78
78
|
[
|
|
79
|
-
|
|
79
|
+
f(
|
|
80
80
|
h(t.$props.title),
|
|
81
81
|
1
|
|
82
82
|
/* TEXT */
|
|
@@ -87,12 +87,12 @@ 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(), l("p", P, [
|
|
91
|
+
t.$slots.subtitle ? a(t.$slots, "subtitle", { key: 0 }) : (o(), l(
|
|
92
|
+
i,
|
|
93
93
|
{ key: 1 },
|
|
94
94
|
[
|
|
95
|
-
|
|
95
|
+
f(
|
|
96
96
|
h(t.$props.subtitle),
|
|
97
97
|
1
|
|
98
98
|
/* TEXT */
|
|
@@ -103,19 +103,19 @@ const B = { class: "q-card__header" }, A = {
|
|
|
103
103
|
))
|
|
104
104
|
])) : s("v-if", !0)
|
|
105
105
|
]),
|
|
106
|
-
|
|
106
|
+
a(t.$slots, "header.content.append")
|
|
107
107
|
])) : s("v-if", !0),
|
|
108
108
|
s(" HEADER: APPEND "),
|
|
109
|
-
|
|
109
|
+
a(t.$slots, "header.append")
|
|
110
110
|
])
|
|
111
111
|
]),
|
|
112
112
|
s(" CONTENT "),
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
r("div", H, [
|
|
114
|
+
a(t.$slots, "default")
|
|
115
115
|
]),
|
|
116
116
|
s(" FOOTER "),
|
|
117
|
-
t.$slots.footer ? (o(),
|
|
118
|
-
|
|
117
|
+
t.$slots.footer ? (o(), l("div", I, [
|
|
118
|
+
a(t.$slots, "footer")
|
|
119
119
|
])) : s("v-if", !0)
|
|
120
120
|
],
|
|
121
121
|
64
|
|
@@ -1,6 +1,38 @@
|
|
|
1
|
-
import { default as _QCard } from './QCard';
|
|
2
1
|
import { QCardProps } from './types';
|
|
3
|
-
declare const QCard:
|
|
2
|
+
declare const QCard: {
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4
|
+
variant: "default" | "background" | "title-background" | "minor";
|
|
5
|
+
elevation: "none" | "low" | "medium" | "high";
|
|
6
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
7
|
+
P: {};
|
|
8
|
+
B: {};
|
|
9
|
+
D: {};
|
|
10
|
+
C: {};
|
|
11
|
+
M: {};
|
|
12
|
+
Defaults: {};
|
|
13
|
+
}, Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
14
|
+
variant: "default" | "background" | "title-background" | "minor";
|
|
15
|
+
elevation: "none" | "low" | "medium" | "high";
|
|
16
|
+
}>;
|
|
17
|
+
__isFragment?: never;
|
|
18
|
+
__isTeleport?: never;
|
|
19
|
+
__isSuspense?: never;
|
|
20
|
+
} & import('vue').ComponentOptionsBase<Readonly<QCardProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
21
|
+
variant: "default" | "background" | "title-background" | "minor";
|
|
22
|
+
elevation: "none" | "low" | "medium" | "high";
|
|
23
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
24
|
+
$slots: {
|
|
25
|
+
header?(_: {}): any;
|
|
26
|
+
'header.prepend'?(_: {}): any;
|
|
27
|
+
'header.content.prepend'?(_: {}): any;
|
|
28
|
+
title?(_: {}): any;
|
|
29
|
+
subtitle?(_: {}): any;
|
|
30
|
+
'header.content.append'?(_: {}): any;
|
|
31
|
+
'header.append'?(_: {}): any;
|
|
32
|
+
default?(_: {}): any;
|
|
33
|
+
footer?(_: {}): any;
|
|
34
|
+
};
|
|
35
|
+
});
|
|
4
36
|
export { QCard };
|
|
5
37
|
export type { QCardProps };
|
|
6
38
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCard/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAKzC,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA0B,CAAA;AAGrC,OAAO,EAAE,KAAK,EAAE,CAAA;AAGhB,YAAY,EAAE,UAAU,EAAE,CAAA"}
|
|
@@ -19,11 +19,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
19
19
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
size: "regular" | "small" | "large";
|
|
22
|
-
class: string | unknown[];
|
|
23
|
-
label: string;
|
|
24
22
|
color: string;
|
|
25
23
|
icons: typeof DEFAULT_ICONS;
|
|
26
|
-
id: string;
|
|
27
24
|
labelPlacement: string;
|
|
28
25
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AA+CA;
|
|
1
|
+
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AA+CA;AAoGC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,cAAc,CAAC;AA0CnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAiGT,OAAO,IAA6B;;wBAXtB,GAAG;wBACF,GAAG;;;;EAe/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;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as x, mergeModels as v, useModel as _, computed as q,
|
|
1
|
+
import { defineComponent as x, mergeModels as v, useModel as _, computed as q, createElementBlock as g, openBlock as o, Fragment as B, createElementVNode as t, normalizeClass as C, createBlock as n, createCommentVNode as d, createSlots as m, withCtx as u, renderSlot as b, withKeys as p, withModifiers as i, unref as k, mergeProps as $ } from "vue";
|
|
2
2
|
import { QIcon as w } from "../QIcon/index.js";
|
|
3
|
-
import
|
|
3
|
+
import h from "./QCheckboxLabel.vue.js";
|
|
4
4
|
import { useId as V } from "../../composables/uid.js";
|
|
5
5
|
import { DEFAULT_ICONS as M } from "./types.js";
|
|
6
6
|
const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disabled"], F = /* @__PURE__ */ x({
|
|
7
7
|
__name: "QCheckbox",
|
|
8
8
|
props: /* @__PURE__ */ v({
|
|
9
|
-
label: {
|
|
10
|
-
id: {
|
|
9
|
+
label: {},
|
|
10
|
+
id: {},
|
|
11
11
|
labelPlacement: { default: "right" },
|
|
12
12
|
disabled: { type: Boolean },
|
|
13
13
|
readonly: { type: Boolean },
|
|
14
14
|
indeterminate: { type: Boolean },
|
|
15
15
|
color: { default: "primary" },
|
|
16
16
|
size: { default: "regular" },
|
|
17
|
-
class: {
|
|
17
|
+
class: {},
|
|
18
18
|
icons: { default: () => M }
|
|
19
19
|
}, {
|
|
20
20
|
modelValue: { type: Boolean },
|
|
@@ -22,7 +22,7 @@ const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disa
|
|
|
22
22
|
}),
|
|
23
23
|
emits: ["update:modelValue"],
|
|
24
24
|
setup(r) {
|
|
25
|
-
const e = r, l = _(r, "modelValue"),
|
|
25
|
+
const e = r, l = _(r, "modelValue"), f = V(e.id), y = q(() => [
|
|
26
26
|
"q-checkbox",
|
|
27
27
|
`q-checkbox--${e.size}`,
|
|
28
28
|
`q-checkbox--${e.color}`,
|
|
@@ -37,33 +37,33 @@ const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disa
|
|
|
37
37
|
function s() {
|
|
38
38
|
!e.disabled && !e.readonly && (l.value = !l.value);
|
|
39
39
|
}
|
|
40
|
-
return (a, c) => (
|
|
40
|
+
return (a, c) => (o(), g(
|
|
41
41
|
B,
|
|
42
42
|
null,
|
|
43
43
|
[
|
|
44
|
-
|
|
44
|
+
t(
|
|
45
45
|
"label",
|
|
46
46
|
{
|
|
47
47
|
class: C(y.value)
|
|
48
48
|
},
|
|
49
49
|
[
|
|
50
|
-
e.labelPlacement !== "right" ? (
|
|
50
|
+
e.labelPlacement !== "right" ? (o(), n(h, {
|
|
51
51
|
key: 0,
|
|
52
52
|
label: e.label
|
|
53
|
-
},
|
|
53
|
+
}, m({
|
|
54
54
|
_: 2
|
|
55
55
|
/* DYNAMIC */
|
|
56
56
|
}, [
|
|
57
57
|
a.$slots.extras ? {
|
|
58
58
|
name: "extras",
|
|
59
|
-
fn:
|
|
59
|
+
fn: u(() => [
|
|
60
60
|
b(a.$slots, "extras")
|
|
61
61
|
]),
|
|
62
62
|
key: "0"
|
|
63
63
|
} : void 0
|
|
64
64
|
]), 1032, ["label"])) : d("v-if", !0),
|
|
65
|
-
|
|
66
|
-
id: f
|
|
65
|
+
t("button", {
|
|
66
|
+
id: k(f),
|
|
67
67
|
role: "checkbox",
|
|
68
68
|
type: "button",
|
|
69
69
|
"aria-checked": e.indeterminate ? "mixed" : l.value,
|
|
@@ -76,24 +76,24 @@ const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disa
|
|
|
76
76
|
}, ["prevent"]), ["enter"]))
|
|
77
77
|
]
|
|
78
78
|
}, [
|
|
79
|
-
l.value || a.indeterminate ? (
|
|
80
|
-
|
|
79
|
+
l.value || a.indeterminate ? (o(), n(
|
|
80
|
+
k(w),
|
|
81
81
|
$({ key: 0 }, l.value ? e.icons.checked : e.icons.indeterminate, { class: "q-checkbox__input-icon" }),
|
|
82
82
|
null,
|
|
83
83
|
16
|
|
84
84
|
/* FULL_PROPS */
|
|
85
85
|
)) : d("v-if", !0)
|
|
86
86
|
], 40, P),
|
|
87
|
-
e.labelPlacement === "right" ? (
|
|
87
|
+
e.labelPlacement === "right" ? (o(), n(h, {
|
|
88
88
|
key: 1,
|
|
89
89
|
label: e.label
|
|
90
|
-
},
|
|
90
|
+
}, m({
|
|
91
91
|
_: 2
|
|
92
92
|
/* DYNAMIC */
|
|
93
93
|
}, [
|
|
94
94
|
a.$slots.extras ? {
|
|
95
95
|
name: "extras",
|
|
96
|
-
fn:
|
|
96
|
+
fn: u(() => [
|
|
97
97
|
b(a.$slots, "extras")
|
|
98
98
|
]),
|
|
99
99
|
key: "0"
|
|
@@ -103,7 +103,7 @@ const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disa
|
|
|
103
103
|
2
|
|
104
104
|
/* CLASS */
|
|
105
105
|
),
|
|
106
|
-
|
|
106
|
+
t("input", {
|
|
107
107
|
type: "checkbox",
|
|
108
108
|
tabindex: "-1",
|
|
109
109
|
"aria-hidden": "true",
|
|
@@ -8,9 +8,7 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<QCheckboxLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCheckboxLabelProps> & Readonly<{}>, {
|
|
12
|
-
label: string;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<QCheckboxLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCheckboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
13
|
export default _default;
|
|
16
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCheckboxLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckboxLabel.vue"],"names":[],"mappings":"AAWA;
|
|
1
|
+
{"version":3,"file":"QCheckboxLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckboxLabel.vue"],"names":[],"mappings":"AAWA;AAqBC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAOnD,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;wBAVtB,GAAG;;;;EAe9B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kTAMnB,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,12 @@
|
|
|
1
|
-
import { defineComponent as r,
|
|
2
|
-
const p = { key: 0 }, _ = { class: "q-field__extras" },
|
|
1
|
+
import { defineComponent as r, createElementBlock as s, openBlock as o, createElementVNode as l, toDisplayString as n, renderSlot as c } from "vue";
|
|
2
|
+
const p = { key: 0 }, _ = { class: "q-field__extras" }, i = { key: 1 }, b = /* @__PURE__ */ r({
|
|
3
3
|
__name: "QCheckboxLabel",
|
|
4
4
|
props: {
|
|
5
|
-
label: {
|
|
5
|
+
label: {}
|
|
6
6
|
},
|
|
7
7
|
setup(a) {
|
|
8
8
|
const e = a;
|
|
9
|
-
return (t,
|
|
9
|
+
return (t, d) => t.$slots.extras ? (o(), s("div", p, [
|
|
10
10
|
l(
|
|
11
11
|
"span",
|
|
12
12
|
null,
|
|
@@ -17,9 +17,9 @@ const p = { key: 0 }, _ = { class: "q-field__extras" }, d = { key: 1 }, f = /* @
|
|
|
17
17
|
l("div", _, [
|
|
18
18
|
c(t.$slots, "extras")
|
|
19
19
|
])
|
|
20
|
-
])) : (
|
|
20
|
+
])) : (o(), s(
|
|
21
21
|
"span",
|
|
22
|
-
|
|
22
|
+
i,
|
|
23
23
|
n(e.label),
|
|
24
24
|
1
|
|
25
25
|
/* TEXT */
|
|
@@ -27,5 +27,5 @@ const p = { key: 0 }, _ = { class: "q-field__extras" }, d = { key: 1 }, f = /* @
|
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
b as default
|
|
31
31
|
};
|
|
@@ -1,4 +1,81 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const QCheckbox: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
} & import('./types').QCheckboxLabelProps & {
|
|
5
|
+
id?: string;
|
|
6
|
+
labelPlacement?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
readonly?: boolean;
|
|
9
|
+
indeterminate?: boolean;
|
|
10
|
+
color?: string;
|
|
11
|
+
size?: "regular" | "small" | "large";
|
|
12
|
+
class?: string | unknown[];
|
|
13
|
+
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
14
|
+
}> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: boolean) => any;
|
|
18
|
+
}, import('vue').PublicProps, {
|
|
19
|
+
size: "regular" | "small" | "large";
|
|
20
|
+
color: string;
|
|
21
|
+
icons: typeof import('./types').DEFAULT_ICONS;
|
|
22
|
+
labelPlacement: string;
|
|
23
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
24
|
+
P: {};
|
|
25
|
+
B: {};
|
|
26
|
+
D: {};
|
|
27
|
+
C: {};
|
|
28
|
+
M: {};
|
|
29
|
+
Defaults: {};
|
|
30
|
+
}, Readonly<{
|
|
31
|
+
modelValue?: boolean;
|
|
32
|
+
} & import('./types').QCheckboxLabelProps & {
|
|
33
|
+
id?: string;
|
|
34
|
+
labelPlacement?: string;
|
|
35
|
+
disabled?: boolean;
|
|
36
|
+
readonly?: boolean;
|
|
37
|
+
indeterminate?: boolean;
|
|
38
|
+
color?: string;
|
|
39
|
+
size?: "regular" | "small" | "large";
|
|
40
|
+
class?: string | unknown[];
|
|
41
|
+
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
42
|
+
}> & Readonly<{
|
|
43
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44
|
+
}>, {}, {}, {}, {}, {
|
|
45
|
+
size: "regular" | "small" | "large";
|
|
46
|
+
color: string;
|
|
47
|
+
icons: typeof import('./types').DEFAULT_ICONS;
|
|
48
|
+
labelPlacement: string;
|
|
49
|
+
}>;
|
|
50
|
+
__isFragment?: never;
|
|
51
|
+
__isTeleport?: never;
|
|
52
|
+
__isSuspense?: never;
|
|
53
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
54
|
+
modelValue?: boolean;
|
|
55
|
+
} & import('./types').QCheckboxLabelProps & {
|
|
56
|
+
id?: string;
|
|
57
|
+
labelPlacement?: string;
|
|
58
|
+
disabled?: boolean;
|
|
59
|
+
readonly?: boolean;
|
|
60
|
+
indeterminate?: boolean;
|
|
61
|
+
color?: string;
|
|
62
|
+
size?: "regular" | "small" | "large";
|
|
63
|
+
class?: string | unknown[];
|
|
64
|
+
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
65
|
+
}> & Readonly<{
|
|
66
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
67
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
68
|
+
"update:modelValue": (value: boolean) => any;
|
|
69
|
+
}, string, {
|
|
70
|
+
size: "regular" | "small" | "large";
|
|
71
|
+
color: string;
|
|
72
|
+
icons: typeof import('./types').DEFAULT_ICONS;
|
|
73
|
+
labelPlacement: string;
|
|
74
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
75
|
+
$slots: {
|
|
76
|
+
extras?(_: {}): any;
|
|
77
|
+
extras?(_: {}): any;
|
|
78
|
+
};
|
|
79
|
+
});
|
|
3
80
|
export { QCheckbox };
|
|
4
81
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Icon } from '../QIcon';
|
|
2
1
|
export type QCheckboxProps = QCheckboxLabelProps & {
|
|
3
2
|
/**
|
|
4
3
|
* The field unique identifier.
|
|
@@ -43,7 +42,12 @@ export type QCheckboxLabelProps = {
|
|
|
43
42
|
*/
|
|
44
43
|
label?: string;
|
|
45
44
|
};
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
export declare const DEFAULT_ICONS: {
|
|
46
|
+
checked: {
|
|
47
|
+
icon: string;
|
|
48
|
+
};
|
|
49
|
+
indeterminate: {
|
|
50
|
+
icon: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
49
53
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAA;IAEpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
|
|
@@ -8,8 +8,8 @@ declare function __VLS_template(): {
|
|
|
8
8
|
slots: {
|
|
9
9
|
icon?(_: {}): any;
|
|
10
10
|
icon?(_: {}): any;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
'title.prepend'?(_: {}): any;
|
|
12
|
+
'title.append'?(_: {}): any;
|
|
13
13
|
subtitle?(_: {}): any;
|
|
14
14
|
default?(_: {}): any;
|
|
15
15
|
};
|
|
@@ -23,7 +23,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
23
23
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
25
|
icons: typeof DEFAULT_ICONS;
|
|
26
|
-
id: string;
|
|
27
26
|
width: "fit-content" | "block";
|
|
28
27
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|