@quidgest/ui 0.16.28 → 0.16.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/api.json +5777 -0
- package/dist/ui.esm.js +311 -307
- package/dist/ui.js +5 -5
- package/dist/ui.min.js +66 -66
- package/dist/ui.scss +1 -1
- package/esm/components/QAccordion/QAccordionItem.vue.js +2 -2
- package/esm/components/QAccordion/types.d.ts +10 -0
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QAvatar/QAvatar.d.ts +1 -1
- package/esm/components/QAvatar/QAvatar.vue.js +3 -3
- package/esm/components/QAvatar/index.d.ts +3 -3
- package/esm/components/QAvatar/types.d.ts +20 -8
- package/esm/components/QAvatar/types.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +1 -1
- package/esm/components/QBadge/types.d.ts +18 -4
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +9 -9
- package/esm/components/QBadgeIndicator/index.d.ts +3 -0
- package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/types.d.ts +11 -5
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +3 -3
- package/esm/components/QButton/types.d.ts +30 -8
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -2
- package/esm/components/QButtonGroup/types.d.ts +12 -4
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +3 -3
- package/esm/components/QCard/types.d.ts +26 -8
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCarousel/types.d.ts +55 -11
- package/esm/components/QCarousel/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +3 -3
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +2 -2
- package/esm/components/QCheckbox/index.d.ts +9 -9
- package/esm/components/QCheckbox/types.d.ts +23 -9
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +2 -2
- package/esm/components/QCollapsible/index.d.ts +6 -6
- package/esm/components/QCollapsible/types.d.ts +23 -7
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +14 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +28 -28
- package/esm/components/QCombobox/QCombobox.vue.js +4 -4
- package/esm/components/QCombobox/index.d.ts +43 -43
- package/esm/components/QCombobox/types.d.ts +34 -12
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +4 -4
- package/esm/components/QDateTimePicker/index.d.ts +12 -12
- package/esm/components/QDateTimePicker/types.d.ts +29 -13
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDefaultsProvider/types.d.ts +2 -0
- package/esm/components/QDefaultsProvider/types.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.vue.js +5 -5
- package/esm/components/QDialog/index.d.ts +15 -15
- package/esm/components/QDialog/types.d.ts +46 -18
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +43 -45
- package/esm/components/QDivider/types.d.ts +6 -1
- package/esm/components/QDivider/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +6 -6
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +9 -9
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +6 -6
- package/esm/components/QDropdownMenu/index.d.ts +12 -12
- package/esm/components/QDropdownMenu/types.d.ts +51 -21
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +1 -1
- package/esm/components/QField/types.d.ts +10 -0
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -3
- package/esm/components/QFileUpload/types.d.ts +6 -0
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QGrid/types.d.ts +20 -0
- package/esm/components/QGrid/types.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.vue.js +2 -2
- package/esm/components/QIcon/types.d.ts +22 -8
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QInputGroup/types.d.ts +4 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +2 -2
- package/esm/components/QLabel/types.d.ts +10 -4
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +4 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +2 -2
- package/esm/components/QList/QList.vue.js +4 -4
- package/esm/components/QList/QListItem.vue.js +1 -1
- package/esm/components/QList/index.d.ts +1 -1
- package/esm/components/QList/types.d.ts +54 -14
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +3 -3
- package/esm/components/QMeter/index.d.ts +4 -4
- package/esm/components/QMeter/types.d.ts +10 -4
- package/esm/components/QMeter/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +2 -2
- package/esm/components/QOverlay/QOverlay.vue.js +9 -9
- package/esm/components/QOverlay/index.d.ts +30 -30
- package/esm/components/QOverlay/types.d.ts +74 -34
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -8
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -8
- package/esm/components/QPasswordField/index.d.ts +4 -4
- package/esm/components/QPasswordField/types.d.ts +12 -0
- package/esm/components/QPasswordField/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +4 -4
- package/esm/components/QPopover/index.d.ts +12 -12
- package/esm/components/QPopover/types.d.ts +32 -14
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
- package/esm/components/QPropertyList/types.d.ts +41 -5
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +6 -6
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +5 -5
- package/esm/components/QRadioGroup/index.d.ts +12 -12
- package/esm/components/QRadioGroup/types.d.ts +57 -27
- package/esm/components/QRadioGroup/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +2 -2
- package/esm/components/QRemoveScrollBar/types.d.ts +10 -6
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +10 -10
- package/esm/components/QSelect/QSelect.vue.js +4 -4
- package/esm/components/QSelect/index.d.ts +17 -17
- package/esm/components/QSelect/types.d.ts +30 -10
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +13 -13
- package/esm/components/QSidebar/index.d.ts +1 -1
- package/esm/components/QSidebar/types.d.ts +29 -9
- package/esm/components/QSidebar/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +2 -2
- package/esm/components/QSkeletonLoader/types.d.ts +10 -4
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +2 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.vue.js +3 -3
- package/esm/components/QSwitch/index.d.ts +4 -4
- package/esm/components/QSwitch/types.d.ts +24 -8
- package/esm/components/QSwitch/types.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -3
- package/esm/components/QTextArea/types.d.ts +14 -0
- package/esm/components/QTextArea/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -4
- package/esm/components/QTextField/types.d.ts +10 -0
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +2 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QToast/QToast.vue.js +4 -4
- package/esm/components/QToast/types.d.ts +34 -12
- package/esm/components/QToast/types.d.ts.map +1 -1
- package/esm/components/QToggle/QToggle.vue.js +3 -3
- package/esm/components/QToggle/index.d.ts +6 -6
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +2 -2
- package/esm/components/QToggleGroup/index.d.ts +3 -3
- package/esm/components/QToggleGroup/types.d.ts +6 -0
- package/esm/components/QToggleGroup/types.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +5 -5
- package/esm/components/QTooltip/index.d.ts +12 -12
- package/esm/components/QTooltip/types.d.ts +40 -16
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +2 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/types.d.ts +4 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/composables/useDialog/index.d.ts +12 -12
- package/esm/composables/useDialog/index.d.ts.map +1 -1
- package/esm/types/component.d.ts +4 -0
- package/esm/types/component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2,68 +2,98 @@ import { QLabelProps } from '../QLabel';
|
|
|
2
2
|
export type QRadioButtonOrientation = 'vertical' | 'horizontal';
|
|
3
3
|
export type QRadioButtonSize = 'small' | 'regular' | 'large';
|
|
4
4
|
export type QRadioGroupProps = QLabelProps & {
|
|
5
|
+
/**
|
|
6
|
+
* The name for each radio buttons in radio group.
|
|
7
|
+
*
|
|
8
|
+
* @category Identification
|
|
9
|
+
*/
|
|
10
|
+
name?: string;
|
|
5
11
|
/**
|
|
6
12
|
* The orientation of the radio button group shown.
|
|
13
|
+
*
|
|
14
|
+
* @category Presentation
|
|
7
15
|
*/
|
|
8
16
|
orientation?: QRadioButtonOrientation;
|
|
17
|
+
/**
|
|
18
|
+
* The size of the checkbox, either 'regular', 'small' or 'large'.
|
|
19
|
+
*
|
|
20
|
+
* @category Presentation
|
|
21
|
+
*/
|
|
22
|
+
size?: QRadioButtonSize;
|
|
23
|
+
/**
|
|
24
|
+
* Number of columns to divide the radio button group into.
|
|
25
|
+
*
|
|
26
|
+
* @category Behavior
|
|
27
|
+
*/
|
|
28
|
+
columns?: number;
|
|
9
29
|
/**
|
|
10
30
|
* If true, the radio button is disabled and cannot be interacted with.
|
|
31
|
+
*
|
|
32
|
+
* @category State
|
|
11
33
|
*/
|
|
12
34
|
disabled?: boolean;
|
|
13
35
|
/**
|
|
14
36
|
* If set to true, the radio button is read-only.
|
|
37
|
+
*
|
|
38
|
+
* @category State
|
|
15
39
|
*/
|
|
16
40
|
readonly?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* The size of the checkbox, either 'regular', 'small' or 'large'.
|
|
19
|
-
*/
|
|
20
|
-
size?: QRadioButtonSize;
|
|
21
41
|
/**
|
|
22
42
|
* Indicates whether the provided value fails the validation criteria.
|
|
43
|
+
*
|
|
44
|
+
* @category State
|
|
23
45
|
*/
|
|
24
46
|
invalid?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* The name for each radio buttons in radio group.
|
|
27
|
-
*/
|
|
28
|
-
name?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Number of columns to divide the radio button group into.
|
|
31
|
-
*/
|
|
32
|
-
columns?: number;
|
|
33
47
|
};
|
|
34
48
|
export type QRadioButtonLabelPlacement = 'start' | 'end';
|
|
35
49
|
export type QRadioButtonProps = QLabelProps & {
|
|
36
50
|
/**
|
|
37
|
-
*
|
|
51
|
+
* Defined the value for the radio button.
|
|
52
|
+
*
|
|
53
|
+
* @category Identification
|
|
38
54
|
*/
|
|
39
|
-
|
|
55
|
+
value: string;
|
|
40
56
|
/**
|
|
41
|
-
*
|
|
57
|
+
* The name for each radio buttons in radio group.
|
|
58
|
+
*
|
|
59
|
+
* @category Identification
|
|
42
60
|
*/
|
|
43
|
-
|
|
61
|
+
name?: string;
|
|
44
62
|
/**
|
|
45
|
-
*
|
|
63
|
+
* The placement of the label shown.
|
|
64
|
+
*
|
|
65
|
+
* @category Presentation
|
|
46
66
|
*/
|
|
47
|
-
|
|
67
|
+
labelPlacement?: QRadioButtonLabelPlacement;
|
|
48
68
|
/**
|
|
49
|
-
* Applies specified color to the control
|
|
69
|
+
* Applies specified color to the control.
|
|
70
|
+
*
|
|
71
|
+
* @category Presentation
|
|
50
72
|
*/
|
|
51
73
|
color?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Defined the value for the radio button.
|
|
54
|
-
*/
|
|
55
|
-
value: string;
|
|
56
74
|
/**
|
|
57
75
|
* The size of the checkbox, either 'regular', 'small' or 'large'.
|
|
76
|
+
*
|
|
77
|
+
* @category Presentation
|
|
58
78
|
*/
|
|
59
79
|
size?: QRadioButtonSize;
|
|
60
80
|
/**
|
|
61
|
-
*
|
|
81
|
+
* If true, the radio button is disabled and cannot be interacted with.
|
|
82
|
+
*
|
|
83
|
+
* @category State
|
|
62
84
|
*/
|
|
63
|
-
|
|
85
|
+
disabled?: boolean;
|
|
64
86
|
/**
|
|
65
|
-
*
|
|
87
|
+
* If set to true, the radio button is read-only.
|
|
88
|
+
*
|
|
89
|
+
* @category State
|
|
66
90
|
*/
|
|
67
|
-
|
|
91
|
+
readonly?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Indicates whether the provided value fails the validation criteria.
|
|
94
|
+
*
|
|
95
|
+
* @category State
|
|
96
|
+
*/
|
|
97
|
+
invalid?: boolean;
|
|
68
98
|
};
|
|
69
99
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,uBAAuB,GAAG,UAAU,GAAG,YAAY,CAAA;AAE/D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE5D,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG;IAC5C
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,uBAAuB,GAAG,UAAU,GAAG,YAAY,CAAA;AAE/D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE5D,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,WAAW,CAAC,EAAE,uBAAuB,CAAA;IAErC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAA;IAEvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,OAAO,GAAG,KAAK,CAAA;AAExD,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG;IAC7C;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,cAAc,CAAC,EAAE,0BAA0B,CAAA;IAE3C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA"}
|
|
@@ -5,9 +5,9 @@ import { useStylesheet as S } from "./utils/stylesheet.js";
|
|
|
5
5
|
const R = /* @__PURE__ */ c({
|
|
6
6
|
__name: "QRemoveScrollBar",
|
|
7
7
|
props: {
|
|
8
|
+
gapMode: { default: "margin" },
|
|
8
9
|
noRelative: { type: Boolean },
|
|
9
|
-
noImportant: { type: Boolean }
|
|
10
|
-
gapMode: { default: "margin" }
|
|
10
|
+
noImportant: { type: Boolean }
|
|
11
11
|
},
|
|
12
12
|
setup(g) {
|
|
13
13
|
const n = g, a = S(), s = () => {
|
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import { GapMode } from './utils/gap';
|
|
2
2
|
export type QRemoveScrollBarProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Defines the gap behavior or mode.
|
|
5
|
+
*
|
|
6
|
+
* @category Presentation
|
|
7
|
+
*/
|
|
8
|
+
gapMode?: GapMode;
|
|
3
9
|
/**
|
|
4
10
|
* Whether to disable relative positioning. Default is false.
|
|
5
|
-
*
|
|
11
|
+
*
|
|
12
|
+
* @category Behavior
|
|
6
13
|
*/
|
|
7
14
|
noRelative?: boolean;
|
|
8
15
|
/**
|
|
9
16
|
* Whether to disable the use of `!important` CSS rule. Default is false.
|
|
10
|
-
*
|
|
17
|
+
*
|
|
18
|
+
* @category Behavior
|
|
11
19
|
*/
|
|
12
20
|
noImportant?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Defines the gap behavior or mode. Custom `GapMode` type.
|
|
15
|
-
*/
|
|
16
|
-
gapMode?: GapMode;
|
|
17
21
|
};
|
|
18
22
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAE1C,MAAM,MAAM,qBAAqB,GAAG;IACnC
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAE1C,MAAM,MAAM,qBAAqB,GAAG;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA"}
|
|
@@ -24,8 +24,8 @@ declare function __VLS_template(): {
|
|
|
24
24
|
readonly id?: string | undefined;
|
|
25
25
|
readonly class?: string | unknown[] | undefined;
|
|
26
26
|
readonly label?: string | undefined;
|
|
27
|
-
readonly for?: string | undefined;
|
|
28
27
|
readonly required?: boolean | undefined;
|
|
28
|
+
readonly for?: string | undefined;
|
|
29
29
|
readonly size?: import('..').QFieldSize | undefined;
|
|
30
30
|
readonly readonly?: boolean | undefined;
|
|
31
31
|
readonly disabled?: boolean | undefined;
|
|
@@ -97,12 +97,12 @@ declare function __VLS_template(): {
|
|
|
97
97
|
readonly highlighted?: any;
|
|
98
98
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
99
99
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
100
|
-
readonly itemValue?: string | undefined;
|
|
101
|
-
readonly itemLabel?: string | undefined;
|
|
102
|
-
readonly disabled?: boolean | undefined;
|
|
103
100
|
readonly selectable?: boolean | undefined;
|
|
104
101
|
readonly multiple?: boolean | undefined;
|
|
102
|
+
readonly disabled?: boolean | undefined;
|
|
105
103
|
readonly required?: boolean | undefined;
|
|
104
|
+
readonly itemValue?: string | undefined;
|
|
105
|
+
readonly itemLabel?: string | undefined;
|
|
106
106
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
107
107
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
108
108
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -122,10 +122,10 @@ declare function __VLS_template(): {
|
|
|
122
122
|
readonly value: any;
|
|
123
123
|
readonly label: string;
|
|
124
124
|
readonly icon?: import('..').Icon | undefined;
|
|
125
|
+
readonly description?: string | undefined;
|
|
125
126
|
readonly selectable?: boolean | undefined;
|
|
126
127
|
readonly highlighted?: boolean | undefined;
|
|
127
128
|
readonly disabled?: boolean | undefined;
|
|
128
|
-
readonly description?: string | undefined;
|
|
129
129
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
130
130
|
readonly onClick?: (() => any) | undefined;
|
|
131
131
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -294,8 +294,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
294
294
|
readonly id?: string | undefined;
|
|
295
295
|
readonly class?: string | unknown[] | undefined;
|
|
296
296
|
readonly label?: string | undefined;
|
|
297
|
-
readonly for?: string | undefined;
|
|
298
297
|
readonly required?: boolean | undefined;
|
|
298
|
+
readonly for?: string | undefined;
|
|
299
299
|
readonly size?: import('..').QFieldSize | undefined;
|
|
300
300
|
readonly readonly?: boolean | undefined;
|
|
301
301
|
readonly disabled?: boolean | undefined;
|
|
@@ -367,12 +367,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
367
367
|
readonly highlighted?: any;
|
|
368
368
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
369
369
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
370
|
-
readonly itemValue?: string | undefined;
|
|
371
|
-
readonly itemLabel?: string | undefined;
|
|
372
|
-
readonly disabled?: boolean | undefined;
|
|
373
370
|
readonly selectable?: boolean | undefined;
|
|
374
371
|
readonly multiple?: boolean | undefined;
|
|
372
|
+
readonly disabled?: boolean | undefined;
|
|
375
373
|
readonly required?: boolean | undefined;
|
|
374
|
+
readonly itemValue?: string | undefined;
|
|
375
|
+
readonly itemLabel?: string | undefined;
|
|
376
376
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
377
377
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
378
378
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -392,10 +392,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
392
392
|
readonly value: any;
|
|
393
393
|
readonly label: string;
|
|
394
394
|
readonly icon?: import('..').Icon | undefined;
|
|
395
|
+
readonly description?: string | undefined;
|
|
395
396
|
readonly selectable?: boolean | undefined;
|
|
396
397
|
readonly highlighted?: boolean | undefined;
|
|
397
398
|
readonly disabled?: boolean | undefined;
|
|
398
|
-
readonly description?: string | undefined;
|
|
399
399
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
400
400
|
readonly onClick?: (() => any) | undefined;
|
|
401
401
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -24,20 +24,20 @@ const pe = {
|
|
|
24
24
|
id: {},
|
|
25
25
|
class: {},
|
|
26
26
|
label: {},
|
|
27
|
-
for: {},
|
|
28
27
|
required: { type: Boolean },
|
|
28
|
+
for: {},
|
|
29
29
|
size: {},
|
|
30
30
|
readonly: { type: Boolean },
|
|
31
31
|
disabled: { type: Boolean },
|
|
32
32
|
invalid: { type: Boolean },
|
|
33
33
|
items: {},
|
|
34
34
|
groups: { default: () => [] },
|
|
35
|
-
itemValue: { default: "key" },
|
|
36
|
-
itemLabel: { default: "label" },
|
|
37
35
|
clearable: { type: Boolean },
|
|
36
|
+
inline: { type: Boolean },
|
|
38
37
|
loading: { type: Boolean },
|
|
39
38
|
emptyValue: {},
|
|
40
|
-
|
|
39
|
+
itemValue: { default: "key" },
|
|
40
|
+
itemLabel: { default: "label" },
|
|
41
41
|
icons: { default: () => te },
|
|
42
42
|
texts: { default: () => ae }
|
|
43
43
|
}, {
|
|
@@ -3,8 +3,8 @@ declare const QSelect: {
|
|
|
3
3
|
modelValue?: any;
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
label?: string;
|
|
6
|
-
for?: string;
|
|
7
6
|
required?: boolean;
|
|
7
|
+
for?: string;
|
|
8
8
|
} & {
|
|
9
9
|
size?: import('..').QFieldSize;
|
|
10
10
|
readonly?: boolean;
|
|
@@ -14,12 +14,12 @@ declare const QSelect: {
|
|
|
14
14
|
} & {
|
|
15
15
|
items?: import('../QList/types').Item[];
|
|
16
16
|
groups?: import('../QList/types').Group[];
|
|
17
|
-
itemValue?: string;
|
|
18
|
-
itemLabel?: string;
|
|
19
17
|
clearable?: boolean;
|
|
18
|
+
inline?: boolean;
|
|
20
19
|
loading?: boolean;
|
|
21
20
|
emptyValue?: any;
|
|
22
|
-
|
|
21
|
+
itemValue?: string;
|
|
22
|
+
itemLabel?: string;
|
|
23
23
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
24
24
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
25
25
|
}> & Readonly<{
|
|
@@ -49,8 +49,8 @@ declare const QSelect: {
|
|
|
49
49
|
readonly id?: string | undefined;
|
|
50
50
|
readonly class?: string | unknown[] | undefined;
|
|
51
51
|
readonly label?: string | undefined;
|
|
52
|
-
readonly for?: string | undefined;
|
|
53
52
|
readonly required?: boolean | undefined;
|
|
53
|
+
readonly for?: string | undefined;
|
|
54
54
|
readonly size?: import('..').QFieldSize | undefined;
|
|
55
55
|
readonly readonly?: boolean | undefined;
|
|
56
56
|
readonly disabled?: boolean | undefined;
|
|
@@ -122,12 +122,12 @@ declare const QSelect: {
|
|
|
122
122
|
readonly highlighted?: any;
|
|
123
123
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
124
124
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
125
|
-
readonly itemValue?: string | undefined;
|
|
126
|
-
readonly itemLabel?: string | undefined;
|
|
127
|
-
readonly disabled?: boolean | undefined;
|
|
128
125
|
readonly selectable?: boolean | undefined;
|
|
129
126
|
readonly multiple?: boolean | undefined;
|
|
127
|
+
readonly disabled?: boolean | undefined;
|
|
130
128
|
readonly required?: boolean | undefined;
|
|
129
|
+
readonly itemValue?: string | undefined;
|
|
130
|
+
readonly itemLabel?: string | undefined;
|
|
131
131
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
132
132
|
readonly "onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
133
133
|
readonly "onMouseenter:item"?: ((key: any) => any) | undefined;
|
|
@@ -147,10 +147,10 @@ declare const QSelect: {
|
|
|
147
147
|
readonly value: any;
|
|
148
148
|
readonly label: string;
|
|
149
149
|
readonly icon?: import('..').Icon | undefined;
|
|
150
|
+
readonly description?: string | undefined;
|
|
150
151
|
readonly selectable?: boolean | undefined;
|
|
151
152
|
readonly highlighted?: boolean | undefined;
|
|
152
153
|
readonly disabled?: boolean | undefined;
|
|
153
|
-
readonly description?: string | undefined;
|
|
154
154
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
155
155
|
readonly onClick?: (() => any) | undefined;
|
|
156
156
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -299,8 +299,8 @@ declare const QSelect: {
|
|
|
299
299
|
modelValue?: any;
|
|
300
300
|
} & import('../../types/component').QBaseComponentProps & {
|
|
301
301
|
label?: string;
|
|
302
|
-
for?: string;
|
|
303
302
|
required?: boolean;
|
|
303
|
+
for?: string;
|
|
304
304
|
} & {
|
|
305
305
|
size?: import('..').QFieldSize;
|
|
306
306
|
readonly?: boolean;
|
|
@@ -310,12 +310,12 @@ declare const QSelect: {
|
|
|
310
310
|
} & {
|
|
311
311
|
items?: import('../QList/types').Item[];
|
|
312
312
|
groups?: import('../QList/types').Group[];
|
|
313
|
-
itemValue?: string;
|
|
314
|
-
itemLabel?: string;
|
|
315
313
|
clearable?: boolean;
|
|
314
|
+
inline?: boolean;
|
|
316
315
|
loading?: boolean;
|
|
317
316
|
emptyValue?: any;
|
|
318
|
-
|
|
317
|
+
itemValue?: string;
|
|
318
|
+
itemLabel?: string;
|
|
319
319
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
320
320
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
321
321
|
}> & Readonly<{
|
|
@@ -338,8 +338,8 @@ declare const QSelect: {
|
|
|
338
338
|
modelValue?: any;
|
|
339
339
|
} & import('../../types/component').QBaseComponentProps & {
|
|
340
340
|
label?: string;
|
|
341
|
-
for?: string;
|
|
342
341
|
required?: boolean;
|
|
342
|
+
for?: string;
|
|
343
343
|
} & {
|
|
344
344
|
size?: import('..').QFieldSize;
|
|
345
345
|
readonly?: boolean;
|
|
@@ -349,12 +349,12 @@ declare const QSelect: {
|
|
|
349
349
|
} & {
|
|
350
350
|
items?: import('../QList/types').Item[];
|
|
351
351
|
groups?: import('../QList/types').Group[];
|
|
352
|
-
itemValue?: string;
|
|
353
|
-
itemLabel?: string;
|
|
354
352
|
clearable?: boolean;
|
|
353
|
+
inline?: boolean;
|
|
355
354
|
loading?: boolean;
|
|
356
355
|
emptyValue?: any;
|
|
357
|
-
|
|
356
|
+
itemValue?: string;
|
|
357
|
+
itemLabel?: string;
|
|
358
358
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
359
359
|
texts?: typeof import('./types').DEFAULT_TEXTS;
|
|
360
360
|
}> & Readonly<{
|
|
@@ -3,43 +3,63 @@ import { Group, Item } from '../QList/types';
|
|
|
3
3
|
export type QSelectProps = QFieldProps & {
|
|
4
4
|
/**
|
|
5
5
|
* The list of available items for selection.
|
|
6
|
+
*
|
|
7
|
+
* @category Content
|
|
6
8
|
*/
|
|
7
9
|
items?: Item[];
|
|
8
10
|
/**
|
|
9
11
|
* The item groups used for organizing the available items.
|
|
12
|
+
*
|
|
13
|
+
* @category Content
|
|
10
14
|
*/
|
|
11
15
|
groups?: Group[];
|
|
12
|
-
/**
|
|
13
|
-
* Property on each item that contains its value.
|
|
14
|
-
*/
|
|
15
|
-
itemValue?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Property on each item that contains its title.
|
|
18
|
-
*/
|
|
19
|
-
itemLabel?: string;
|
|
20
16
|
/**
|
|
21
17
|
* Whether the value of the component can be cleared.
|
|
18
|
+
*
|
|
19
|
+
* @category Behavior
|
|
22
20
|
*/
|
|
23
21
|
clearable?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to disable the teleport of the select overlay.
|
|
24
|
+
*
|
|
25
|
+
* @category Behavior
|
|
26
|
+
*/
|
|
27
|
+
inline?: boolean;
|
|
24
28
|
/**
|
|
25
29
|
* Whether the items of the list are being loaded.
|
|
30
|
+
*
|
|
31
|
+
* @category State
|
|
26
32
|
*/
|
|
27
33
|
loading?: boolean;
|
|
28
34
|
/**
|
|
29
35
|
* The value to be used in comparisons,
|
|
30
36
|
* used to check if the field has a selected item.
|
|
37
|
+
*
|
|
38
|
+
* @category Configuration
|
|
31
39
|
*/
|
|
32
40
|
emptyValue?: any;
|
|
33
41
|
/**
|
|
34
|
-
*
|
|
42
|
+
* Property on each item that contains its value.
|
|
43
|
+
*
|
|
44
|
+
* @category Configuration
|
|
35
45
|
*/
|
|
36
|
-
|
|
46
|
+
itemValue?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Property on each item that contains its title.
|
|
49
|
+
*
|
|
50
|
+
* @category Configuration
|
|
51
|
+
*/
|
|
52
|
+
itemLabel?: string;
|
|
37
53
|
/**
|
|
38
54
|
* Custom icon configurations.
|
|
55
|
+
*
|
|
56
|
+
* @category Configuration
|
|
39
57
|
*/
|
|
40
58
|
icons?: typeof DEFAULT_ICONS;
|
|
41
59
|
/**
|
|
42
60
|
* Custom text configurations.
|
|
61
|
+
*
|
|
62
|
+
* @category Configuration
|
|
43
63
|
*/
|
|
44
64
|
texts?: typeof DEFAULT_TEXTS;
|
|
45
65
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAEjD,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACxC
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAEjD,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACxC;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAGM,CAAA"}
|
|
@@ -6,7 +6,7 @@ type __VLS_PublicProps = {
|
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
7
|
attrs: Partial<{}>;
|
|
8
8
|
slots: Partial<Record<`anchor:${string}`, (_: {
|
|
9
|
-
item: import('./types').
|
|
9
|
+
item: import('./types').QSidebarAnchorItemConfig;
|
|
10
10
|
}) => any>> & Partial<Record<`header.prepend:${string}`, (_: {}) => any>> & Partial<Record<`header:${string}`, (_: {}) => any>> & Partial<Record<`header.append:${string}`, (_: {}) => any>> & Partial<Record<`content:${string}`, (_: {}) => any>> & Partial<Record<`footer:${string}`, (_: {}) => any>>;
|
|
11
11
|
refs: {};
|
|
12
12
|
rootEl: HTMLDivElement;
|
|
@@ -7,7 +7,7 @@ type __VLS_PublicProps = {
|
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
8
|
attrs: Partial<{}>;
|
|
9
9
|
slots: Partial<Record<string, (_: {
|
|
10
|
-
item: import('./types').
|
|
10
|
+
item: import('./types').QSidebarAnchorItemConfig;
|
|
11
11
|
}) => any>>;
|
|
12
12
|
refs: {
|
|
13
13
|
itemRefs: (({
|
|
@@ -20,14 +20,14 @@ declare function __VLS_template(): {
|
|
|
20
20
|
readonly label?: string | undefined;
|
|
21
21
|
readonly variant?: import('../QButton/types').QButtonVariant | undefined;
|
|
22
22
|
readonly color?: string | undefined;
|
|
23
|
-
readonly disabled?: boolean | undefined;
|
|
24
23
|
readonly borderless?: boolean | undefined;
|
|
25
24
|
readonly elevated?: boolean | undefined;
|
|
26
25
|
readonly block?: boolean | undefined;
|
|
27
|
-
readonly loading?: boolean | undefined;
|
|
28
26
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
29
27
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
30
28
|
readonly pill?: boolean | undefined;
|
|
29
|
+
readonly disabled?: boolean | undefined;
|
|
30
|
+
readonly loading?: boolean | undefined;
|
|
31
31
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
32
32
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
33
33
|
$attrs: {
|
|
@@ -50,14 +50,14 @@ declare function __VLS_template(): {
|
|
|
50
50
|
label?: string;
|
|
51
51
|
variant?: import('../QButton/types').QButtonVariant;
|
|
52
52
|
color?: string;
|
|
53
|
-
disabled?: boolean;
|
|
54
53
|
borderless?: boolean;
|
|
55
54
|
elevated?: boolean;
|
|
56
55
|
block?: boolean;
|
|
57
|
-
loading?: boolean;
|
|
58
56
|
size?: import('../QButton/types').QButtonSize;
|
|
59
57
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
60
58
|
pill?: boolean;
|
|
59
|
+
disabled?: boolean;
|
|
60
|
+
loading?: boolean;
|
|
61
61
|
}> & Readonly<{
|
|
62
62
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
63
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -88,14 +88,14 @@ declare function __VLS_template(): {
|
|
|
88
88
|
label?: string;
|
|
89
89
|
variant?: import('../QButton/types').QButtonVariant;
|
|
90
90
|
color?: string;
|
|
91
|
-
disabled?: boolean;
|
|
92
91
|
borderless?: boolean;
|
|
93
92
|
elevated?: boolean;
|
|
94
93
|
block?: boolean;
|
|
95
|
-
loading?: boolean;
|
|
96
94
|
size?: import('../QButton/types').QButtonSize;
|
|
97
95
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
98
96
|
pill?: boolean;
|
|
97
|
+
disabled?: boolean;
|
|
98
|
+
loading?: boolean;
|
|
99
99
|
}> & Readonly<{
|
|
100
100
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
101
101
|
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -125,14 +125,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
125
125
|
readonly label?: string | undefined;
|
|
126
126
|
readonly variant?: import('../QButton/types').QButtonVariant | undefined;
|
|
127
127
|
readonly color?: string | undefined;
|
|
128
|
-
readonly disabled?: boolean | undefined;
|
|
129
128
|
readonly borderless?: boolean | undefined;
|
|
130
129
|
readonly elevated?: boolean | undefined;
|
|
131
130
|
readonly block?: boolean | undefined;
|
|
132
|
-
readonly loading?: boolean | undefined;
|
|
133
131
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
134
132
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
135
133
|
readonly pill?: boolean | undefined;
|
|
134
|
+
readonly disabled?: boolean | undefined;
|
|
135
|
+
readonly loading?: boolean | undefined;
|
|
136
136
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
137
137
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
138
138
|
$attrs: {
|
|
@@ -155,14 +155,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
155
155
|
label?: string;
|
|
156
156
|
variant?: import('../QButton/types').QButtonVariant;
|
|
157
157
|
color?: string;
|
|
158
|
-
disabled?: boolean;
|
|
159
158
|
borderless?: boolean;
|
|
160
159
|
elevated?: boolean;
|
|
161
160
|
block?: boolean;
|
|
162
|
-
loading?: boolean;
|
|
163
161
|
size?: import('../QButton/types').QButtonSize;
|
|
164
162
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
165
163
|
pill?: boolean;
|
|
164
|
+
disabled?: boolean;
|
|
165
|
+
loading?: boolean;
|
|
166
166
|
}> & Readonly<{
|
|
167
167
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
168
168
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -193,14 +193,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
193
193
|
label?: string;
|
|
194
194
|
variant?: import('../QButton/types').QButtonVariant;
|
|
195
195
|
color?: string;
|
|
196
|
-
disabled?: boolean;
|
|
197
196
|
borderless?: boolean;
|
|
198
197
|
elevated?: boolean;
|
|
199
198
|
block?: boolean;
|
|
200
|
-
loading?: boolean;
|
|
201
199
|
size?: import('../QButton/types').QButtonSize;
|
|
202
200
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
203
201
|
pill?: boolean;
|
|
202
|
+
disabled?: boolean;
|
|
203
|
+
loading?: boolean;
|
|
204
204
|
}> & Readonly<{
|
|
205
205
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
206
206
|
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -65,7 +65,7 @@ declare const QSidebar: {
|
|
|
65
65
|
anchorWidth: number;
|
|
66
66
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
67
67
|
$slots: Partial<Record<`anchor:${string}`, (_: {
|
|
68
|
-
item: import('./types').
|
|
68
|
+
item: import('./types').QSidebarAnchorItemConfig;
|
|
69
69
|
}) => any>> & Partial<Record<`header.prepend:${string}`, (_: {}) => any>> & Partial<Record<`header:${string}`, (_: {}) => any>> & Partial<Record<`header.append:${string}`, (_: {}) => any>> & Partial<Record<`content:${string}`, (_: {}) => any>> & Partial<Record<`footer:${string}`, (_: {}) => any>>;
|
|
70
70
|
});
|
|
71
71
|
export { QSidebar };
|