@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
|
@@ -19,38 +19,82 @@ export type Slide = {
|
|
|
19
19
|
* Props for the QCarousel component.
|
|
20
20
|
*/
|
|
21
21
|
export type QCarouselProps = QBaseComponentProps & {
|
|
22
|
-
/**
|
|
22
|
+
/**
|
|
23
|
+
* Array of slides to be displayed in the carousel.
|
|
24
|
+
*
|
|
25
|
+
* @category Content
|
|
26
|
+
*/
|
|
23
27
|
slides?: Slide[];
|
|
24
|
-
/**
|
|
28
|
+
/**
|
|
29
|
+
* Whether to show slide indicators (dots) below the carousel.
|
|
30
|
+
*
|
|
31
|
+
* @category Presentation
|
|
32
|
+
*/
|
|
25
33
|
showIndicators?: boolean;
|
|
26
|
-
/**
|
|
34
|
+
/**
|
|
35
|
+
* Whether to show previous/next navigation controls.
|
|
36
|
+
*
|
|
37
|
+
* @category Presentation
|
|
38
|
+
*/
|
|
27
39
|
showControls?: boolean;
|
|
28
|
-
/**
|
|
40
|
+
/**
|
|
41
|
+
* Time interval in milliseconds between automatic slide transitions.
|
|
42
|
+
*
|
|
43
|
+
* @category Behavior
|
|
44
|
+
*/
|
|
29
45
|
autoCycleInterval?: number;
|
|
30
|
-
/**
|
|
46
|
+
/**
|
|
47
|
+
* Pausing behavior for auto cycling:
|
|
31
48
|
* - `'hover'`: pause when hovering over the carousel
|
|
32
49
|
* - `'false'`: do not pause
|
|
50
|
+
*
|
|
51
|
+
* @category Behavior
|
|
33
52
|
*/
|
|
34
53
|
autoCyclePause?: 'hover' | 'false';
|
|
35
|
-
/**
|
|
54
|
+
/**
|
|
55
|
+
* Determines if the carousel should auto-start cycling:
|
|
36
56
|
* - `'carousel'`: start cycling automatically
|
|
37
57
|
* - `'false'`: do not auto-start
|
|
58
|
+
*
|
|
59
|
+
* @category Behavior
|
|
38
60
|
*/
|
|
39
61
|
ride?: 'carousel' | 'false';
|
|
40
62
|
/**
|
|
41
63
|
* The minimum horizontal distance in pixels that a touch gesture
|
|
42
64
|
* must travel to be recognized as a swipe.
|
|
65
|
+
*
|
|
66
|
+
* @category Behavior
|
|
43
67
|
*/
|
|
44
68
|
swipeThreshold?: number;
|
|
45
|
-
/**
|
|
69
|
+
/**
|
|
70
|
+
* Whether the carousel should loop back to the start after the last slide.
|
|
71
|
+
*
|
|
72
|
+
* @category Behavior
|
|
73
|
+
*/
|
|
46
74
|
wrap?: boolean;
|
|
47
|
-
/**
|
|
75
|
+
/**
|
|
76
|
+
* Duration of slide transition animations in milliseconds.
|
|
77
|
+
*
|
|
78
|
+
* @category Behavior
|
|
79
|
+
*/
|
|
48
80
|
animationDuration?: number;
|
|
49
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Whether the carousel is in a loading state (e.g., slides not yet ready)
|
|
83
|
+
*
|
|
84
|
+
* @category State
|
|
85
|
+
*/
|
|
50
86
|
loading?: boolean;
|
|
51
|
-
/**
|
|
87
|
+
/**
|
|
88
|
+
* Custom icon configurations.
|
|
89
|
+
*
|
|
90
|
+
* @category Configuration
|
|
91
|
+
*/
|
|
52
92
|
icons?: typeof DEFAULT_ICONS;
|
|
53
|
-
/**
|
|
93
|
+
/**
|
|
94
|
+
* Custom text overrides for controls and labels
|
|
95
|
+
*
|
|
96
|
+
* @category Configuration
|
|
97
|
+
*/
|
|
54
98
|
texts?: typeof DEFAULT_TEXTS;
|
|
55
99
|
};
|
|
56
100
|
export type QCarouselEmits = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCarousel/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IACnB,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAA;IAEV,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,uDAAuD;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAA;IAEb,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCarousel/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IACnB,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAA;IAEV,iDAAiD;IACjD,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,uDAAuD;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAA;IAEb,wEAAwE;IACxE,gBAAgB,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IAExB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,OAAO,CAAA;IAElC;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAE3B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;;;;;OAMG;IACH,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,CAAA;IAEtD;;;;;OAKG;IACH,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,CAAA;IAErD;;;;OAIG;IACH,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAA;CAC3B,CAAA"}
|
|
@@ -10,14 +10,14 @@ const I = ["checked", "disabled", "required", "aria-readonly"], K = ["id", "aria
|
|
|
10
10
|
id: {},
|
|
11
11
|
class: {},
|
|
12
12
|
label: {},
|
|
13
|
-
for: {},
|
|
14
13
|
required: { type: Boolean },
|
|
14
|
+
for: {},
|
|
15
15
|
labelPlacement: { default: "right" },
|
|
16
|
+
color: { default: "primary" },
|
|
17
|
+
size: { default: "regular" },
|
|
16
18
|
disabled: { type: Boolean },
|
|
17
19
|
readonly: { type: Boolean },
|
|
18
20
|
indeterminate: { type: Boolean },
|
|
19
|
-
color: { default: "primary" },
|
|
20
|
-
size: { default: "regular" },
|
|
21
21
|
icons: { default: () => M }
|
|
22
22
|
}, {
|
|
23
23
|
modelValue: { type: Boolean },
|
|
@@ -3,15 +3,15 @@ declare const QCheckbox: {
|
|
|
3
3
|
modelValue?: boolean;
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
label?: string;
|
|
6
|
-
for?: string;
|
|
7
6
|
required?: boolean;
|
|
7
|
+
for?: string;
|
|
8
8
|
} & {
|
|
9
9
|
labelPlacement?: import('./types').QCheckboxLabelPlacement;
|
|
10
|
+
color?: string;
|
|
11
|
+
size?: import('./types').QCheckboxLabelSize;
|
|
10
12
|
disabled?: boolean;
|
|
11
13
|
readonly?: boolean;
|
|
12
14
|
indeterminate?: boolean;
|
|
13
|
-
color?: string;
|
|
14
|
-
size?: import('./types').QCheckboxLabelSize;
|
|
15
15
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
16
16
|
}> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -35,15 +35,15 @@ declare const QCheckbox: {
|
|
|
35
35
|
modelValue?: boolean;
|
|
36
36
|
} & import('../../types/component').QBaseComponentProps & {
|
|
37
37
|
label?: string;
|
|
38
|
-
for?: string;
|
|
39
38
|
required?: boolean;
|
|
39
|
+
for?: string;
|
|
40
40
|
} & {
|
|
41
41
|
labelPlacement?: import('./types').QCheckboxLabelPlacement;
|
|
42
|
+
color?: string;
|
|
43
|
+
size?: import('./types').QCheckboxLabelSize;
|
|
42
44
|
disabled?: boolean;
|
|
43
45
|
readonly?: boolean;
|
|
44
46
|
indeterminate?: boolean;
|
|
45
|
-
color?: string;
|
|
46
|
-
size?: import('./types').QCheckboxLabelSize;
|
|
47
47
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
48
48
|
}> & Readonly<{
|
|
49
49
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -60,15 +60,15 @@ declare const QCheckbox: {
|
|
|
60
60
|
modelValue?: boolean;
|
|
61
61
|
} & import('../../types/component').QBaseComponentProps & {
|
|
62
62
|
label?: string;
|
|
63
|
-
for?: string;
|
|
64
63
|
required?: boolean;
|
|
64
|
+
for?: string;
|
|
65
65
|
} & {
|
|
66
66
|
labelPlacement?: import('./types').QCheckboxLabelPlacement;
|
|
67
|
+
color?: string;
|
|
68
|
+
size?: import('./types').QCheckboxLabelSize;
|
|
67
69
|
disabled?: boolean;
|
|
68
70
|
readonly?: boolean;
|
|
69
71
|
indeterminate?: boolean;
|
|
70
|
-
color?: string;
|
|
71
|
-
size?: import('./types').QCheckboxLabelSize;
|
|
72
72
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
73
73
|
}> & Readonly<{
|
|
74
74
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -6,30 +6,44 @@ export type QCheckboxLabelSize = 'small' | 'regular' | 'large';
|
|
|
6
6
|
export type QCheckboxProps = QCheckboxLabelProps & {
|
|
7
7
|
/**
|
|
8
8
|
* The placement of the label shown.
|
|
9
|
+
*
|
|
10
|
+
* @category Presentation
|
|
9
11
|
*/
|
|
10
12
|
labelPlacement?: QCheckboxLabelPlacement;
|
|
13
|
+
/**
|
|
14
|
+
* Applies specified color to the control.
|
|
15
|
+
*
|
|
16
|
+
* @category Presentation
|
|
17
|
+
*/
|
|
18
|
+
color?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The size of the checkbox, either 'regular', 'small' or 'large.
|
|
21
|
+
*
|
|
22
|
+
* @category Presentation
|
|
23
|
+
*/
|
|
24
|
+
size?: QCheckboxLabelSize;
|
|
11
25
|
/**
|
|
12
26
|
* If true, the checkbox is disabled and cannot be interacted with.
|
|
27
|
+
*
|
|
28
|
+
* @category State
|
|
13
29
|
*/
|
|
14
30
|
disabled?: boolean;
|
|
15
31
|
/**
|
|
16
32
|
* If set to true, the checkbox is read-only.
|
|
33
|
+
*
|
|
34
|
+
* @category State
|
|
17
35
|
*/
|
|
18
36
|
readonly?: boolean;
|
|
19
37
|
/**
|
|
20
|
-
* If set to true, the checkbox appears in an indeterminate state
|
|
38
|
+
* If set to true, the checkbox appears in an indeterminate state.
|
|
39
|
+
*
|
|
40
|
+
* @category State
|
|
21
41
|
*/
|
|
22
42
|
indeterminate?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Applies specified color to the control
|
|
25
|
-
*/
|
|
26
|
-
color?: string;
|
|
27
|
-
/**
|
|
28
|
-
* The size of the checkbox, either 'regular', 'small' or 'large.
|
|
29
|
-
*/
|
|
30
|
-
size?: QCheckboxLabelSize;
|
|
31
43
|
/**
|
|
32
44
|
* Custom icon configurations.
|
|
45
|
+
*
|
|
46
|
+
* @category Configuration
|
|
33
47
|
*/
|
|
34
48
|
icons?: typeof DEFAULT_ICONS;
|
|
35
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAA;AAE7C,MAAM,MAAM,uBAAuB,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE9D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAA;AAE7C,MAAM,MAAM,uBAAuB,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE9D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAA;IAExC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|
|
@@ -19,11 +19,11 @@ const E = {
|
|
|
19
19
|
class: {},
|
|
20
20
|
title: {},
|
|
21
21
|
subtitle: {},
|
|
22
|
-
|
|
22
|
+
variant: {},
|
|
23
23
|
iconRight: { type: Boolean },
|
|
24
24
|
spacing: {},
|
|
25
|
-
variant: {},
|
|
26
25
|
width: { default: "fit-content" },
|
|
26
|
+
required: { type: Boolean },
|
|
27
27
|
icons: { default: () => $ }
|
|
28
28
|
}, {
|
|
29
29
|
modelValue: { type: Boolean },
|
|
@@ -5,11 +5,11 @@ declare const QCollapsible: {
|
|
|
5
5
|
} & import('../../types/component').QBaseComponentProps & {
|
|
6
6
|
title?: string;
|
|
7
7
|
subtitle?: string;
|
|
8
|
-
|
|
8
|
+
variant?: QCollapsibleVariant;
|
|
9
9
|
iconRight?: boolean;
|
|
10
10
|
spacing?: QCollapsibleSpacing;
|
|
11
|
-
variant?: QCollapsibleVariant;
|
|
12
11
|
width?: QCollapsibleWidth;
|
|
12
|
+
required?: boolean;
|
|
13
13
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
14
14
|
}> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -30,11 +30,11 @@ declare const QCollapsible: {
|
|
|
30
30
|
} & import('../../types/component').QBaseComponentProps & {
|
|
31
31
|
title?: string;
|
|
32
32
|
subtitle?: string;
|
|
33
|
-
|
|
33
|
+
variant?: QCollapsibleVariant;
|
|
34
34
|
iconRight?: boolean;
|
|
35
35
|
spacing?: QCollapsibleSpacing;
|
|
36
|
-
variant?: QCollapsibleVariant;
|
|
37
36
|
width?: QCollapsibleWidth;
|
|
37
|
+
required?: boolean;
|
|
38
38
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
39
39
|
}> & Readonly<{
|
|
40
40
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -50,11 +50,11 @@ declare const QCollapsible: {
|
|
|
50
50
|
} & import('../../types/component').QBaseComponentProps & {
|
|
51
51
|
title?: string;
|
|
52
52
|
subtitle?: string;
|
|
53
|
-
|
|
53
|
+
variant?: QCollapsibleVariant;
|
|
54
54
|
iconRight?: boolean;
|
|
55
55
|
spacing?: QCollapsibleSpacing;
|
|
56
|
-
variant?: QCollapsibleVariant;
|
|
57
56
|
width?: QCollapsibleWidth;
|
|
57
|
+
required?: boolean;
|
|
58
58
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
59
59
|
}> & Readonly<{
|
|
60
60
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -5,34 +5,50 @@ export type QCollapsibleSpacing = 'compact' | 'comfortable' | 'loose';
|
|
|
5
5
|
export type QCollapsibleProps = QBaseComponentProps & {
|
|
6
6
|
/**
|
|
7
7
|
* The title of the collapsible.
|
|
8
|
+
*
|
|
9
|
+
* @category Content
|
|
8
10
|
*/
|
|
9
11
|
title?: string;
|
|
10
12
|
/**
|
|
11
|
-
* The subtitle of the collapsible
|
|
13
|
+
* The subtitle of the collapsible.
|
|
14
|
+
*
|
|
15
|
+
* @category Content
|
|
12
16
|
*/
|
|
13
17
|
subtitle?: string;
|
|
14
18
|
/**
|
|
15
|
-
*
|
|
19
|
+
* Specifies the visual style of the collapsible sections.
|
|
20
|
+
*
|
|
21
|
+
* @category Presentation
|
|
16
22
|
*/
|
|
17
|
-
|
|
23
|
+
variant?: QCollapsibleVariant;
|
|
18
24
|
/**
|
|
19
25
|
* If true, positions the expand/collapse icon on the right.
|
|
26
|
+
*
|
|
27
|
+
* @category Presentation
|
|
20
28
|
*/
|
|
21
29
|
iconRight?: boolean;
|
|
22
30
|
/**
|
|
23
31
|
* Defines the spacing around the title of each collapsible panel.
|
|
32
|
+
*
|
|
33
|
+
* @category Presentation
|
|
24
34
|
*/
|
|
25
35
|
spacing?: QCollapsibleSpacing;
|
|
26
36
|
/**
|
|
27
|
-
*
|
|
37
|
+
* The width of the container.
|
|
38
|
+
*
|
|
39
|
+
* @category Presentation
|
|
28
40
|
*/
|
|
29
|
-
|
|
41
|
+
width?: QCollapsibleWidth;
|
|
30
42
|
/**
|
|
31
|
-
*
|
|
43
|
+
* Show an indicator that there are required elements inside the group.
|
|
44
|
+
*
|
|
45
|
+
* @category State
|
|
32
46
|
*/
|
|
33
|
-
|
|
47
|
+
required?: boolean;
|
|
34
48
|
/**
|
|
35
49
|
* Custom icon configurations.
|
|
50
|
+
*
|
|
51
|
+
* @category Configuration
|
|
36
52
|
*/
|
|
37
53
|
icons?: typeof DEFAULT_ICONS;
|
|
38
54
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/types.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,eAAe,CAAA;AAE7D,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,OAAO,CAAA;AAEvD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;AAErE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/types.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,eAAe,CAAA;AAE7D,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,OAAO,CAAA;AAEvD,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAA;AAErE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAEM,CAAA"}
|
|
@@ -3,31 +3,45 @@ import { QBaseComponentProps } from '../../types/component';
|
|
|
3
3
|
export type QColorPickerProps = QBaseComponentProps & {
|
|
4
4
|
/**
|
|
5
5
|
* The placeholder text for the text field.
|
|
6
|
+
*
|
|
7
|
+
* @category Content
|
|
6
8
|
*/
|
|
7
9
|
placeholder?: string;
|
|
8
10
|
/**
|
|
9
11
|
* The label of the input.
|
|
12
|
+
*
|
|
13
|
+
* @category Content
|
|
10
14
|
*/
|
|
11
15
|
label?: string;
|
|
12
16
|
/**
|
|
13
17
|
* The size of the field.
|
|
18
|
+
*
|
|
19
|
+
* @category Presentation
|
|
14
20
|
*/
|
|
15
21
|
size?: QFieldSize;
|
|
16
22
|
/**
|
|
17
23
|
* If set to true, the field is read-only.
|
|
24
|
+
*
|
|
25
|
+
* @category State
|
|
18
26
|
*/
|
|
19
27
|
readonly?: boolean;
|
|
20
28
|
/**
|
|
21
29
|
* If set to true, the field is disabled.
|
|
30
|
+
*
|
|
31
|
+
* @category State
|
|
22
32
|
*/
|
|
23
33
|
disabled?: boolean;
|
|
24
34
|
/**
|
|
25
35
|
* If set to true, an asterisk (*) is displayed
|
|
26
36
|
* to indicate that the field is required.
|
|
37
|
+
*
|
|
38
|
+
* @category State
|
|
27
39
|
*/
|
|
28
40
|
required?: boolean;
|
|
29
41
|
/**
|
|
30
42
|
* Custom text configurations.
|
|
43
|
+
*
|
|
44
|
+
* @category Configuration
|
|
31
45
|
*/
|
|
32
46
|
texts?: typeof DEFAULT_TEXTS;
|
|
33
47
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;CAEQ,CAAA"}
|