@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,7 +2,7 @@ import { Icon } from '../QIcon';
|
|
|
2
2
|
/**
|
|
3
3
|
* Defines the base properties for a sidebar anchor item.
|
|
4
4
|
*/
|
|
5
|
-
type
|
|
5
|
+
type QSidebarAnchorItemBaseConfig = {
|
|
6
6
|
/** Unique identifier for the sidebar item. */
|
|
7
7
|
id: string;
|
|
8
8
|
/** Display title of the sidebar item. */
|
|
@@ -19,7 +19,7 @@ export type QSidebarPanelSize = 'small' | 'medium' | 'large';
|
|
|
19
19
|
* Properties for a sidebar item, extending the base item properties,
|
|
20
20
|
* and adding options for resizability and panel dimensions.
|
|
21
21
|
*/
|
|
22
|
-
export type
|
|
22
|
+
export type QSidebarAnchorItemConfig = QSidebarAnchorItemBaseConfig & {
|
|
23
23
|
/** Whether the panel is resizable by the user. */
|
|
24
24
|
resizable?: boolean;
|
|
25
25
|
/** Whether to display the resize grip. Only applies if `resizable` is true. */
|
|
@@ -35,8 +35,12 @@ export type QSidebarAnchorItemProps = QSidebarAnchorItemBaseProps & {
|
|
|
35
35
|
* Extended panel properties used internally for rendering active panel views.
|
|
36
36
|
* Inherits from `QSidebarAnchorItemProps` with adjustments for resize position.
|
|
37
37
|
*/
|
|
38
|
-
export type QSidebarPanelProps = Omit<
|
|
39
|
-
/**
|
|
38
|
+
export type QSidebarPanelProps = Omit<QSidebarAnchorItemConfig, 'id'> & {
|
|
39
|
+
/**
|
|
40
|
+
* Position of the resize grip relative to the panel.
|
|
41
|
+
*
|
|
42
|
+
* @category Presentation
|
|
43
|
+
*/
|
|
40
44
|
resizePosition?: 'left' | 'right';
|
|
41
45
|
};
|
|
42
46
|
/**
|
|
@@ -44,11 +48,23 @@ export type QSidebarPanelProps = Omit<QSidebarAnchorItemProps, 'id'> & {
|
|
|
44
48
|
* Includes the width of the anchor section and panel configurations.
|
|
45
49
|
*/
|
|
46
50
|
export type QSidebarAnchorProps = {
|
|
47
|
-
/**
|
|
48
|
-
|
|
49
|
-
|
|
51
|
+
/**
|
|
52
|
+
* List of panels that can be anchored in the sidebar.
|
|
53
|
+
*
|
|
54
|
+
* @category Content
|
|
55
|
+
*/
|
|
56
|
+
panels?: QSidebarAnchorItemConfig[];
|
|
57
|
+
/**
|
|
58
|
+
* Width of the anchor section (in pixels).
|
|
59
|
+
*
|
|
60
|
+
* @category Presentation
|
|
61
|
+
*/
|
|
50
62
|
anchorWidth?: number;
|
|
51
|
-
/**
|
|
63
|
+
/**
|
|
64
|
+
* Whether to display labels alongside icons in anchor items.
|
|
65
|
+
*
|
|
66
|
+
* @category Presentation
|
|
67
|
+
*/
|
|
52
68
|
showLabels?: boolean;
|
|
53
69
|
};
|
|
54
70
|
/**
|
|
@@ -56,7 +72,11 @@ export type QSidebarAnchorProps = {
|
|
|
56
72
|
* with additional sidebar position configuration.
|
|
57
73
|
*/
|
|
58
74
|
export type QSidebarProps = QSidebarAnchorProps & {
|
|
59
|
-
/**
|
|
75
|
+
/**
|
|
76
|
+
* Position of the sidebar on the screen. Can be either 'left' or 'right'.
|
|
77
|
+
*
|
|
78
|
+
* @category Presentation
|
|
79
|
+
*/
|
|
60
80
|
position?: 'left' | 'right';
|
|
61
81
|
};
|
|
62
82
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC;;GAEG;AACH,KAAK,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC;;GAEG;AACH,KAAK,4BAA4B,GAAG;IACnC,8CAA8C;IAC9C,EAAE,EAAE,MAAM,CAAA;IACV,yCAAyC;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,yDAAyD;IACzD,IAAI,CAAC,EAAE,IAAI,CAAA;CACX,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE5D;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,4BAA4B,GAAG;IACrE,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,yDAAyD;IACzD,YAAY,CAAC,EAAE,iBAAiB,CAAA;IAChC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,iBAAiB,CAAA;IAC5B,gEAAgE;IAChE,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAC5B,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,EAAE,IAAI,CAAC,GAAG;IACvE;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACjC,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,EAAE,CAAA;IAEnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAC3B,CAAA"}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import { QBaseComponentProps } from '../../types/component';
|
|
2
2
|
export type QSkeletonLoaderProps = QBaseComponentProps & {
|
|
3
|
-
/**
|
|
4
|
-
* The type of the skeleton.
|
|
5
|
-
*/
|
|
6
|
-
type?: 'text' | 'icon';
|
|
7
3
|
/**
|
|
8
4
|
* The width of the skeleton.
|
|
5
|
+
*
|
|
6
|
+
* @category Presentation
|
|
9
7
|
*/
|
|
10
8
|
width?: string | number;
|
|
11
9
|
/**
|
|
12
10
|
* The height of the skeleton.
|
|
11
|
+
*
|
|
12
|
+
* @category Presentation
|
|
13
13
|
*/
|
|
14
14
|
height?: string | number;
|
|
15
|
+
/**
|
|
16
|
+
* The type of the skeleton.
|
|
17
|
+
*
|
|
18
|
+
* @category Behavior
|
|
19
|
+
*/
|
|
20
|
+
type?: 'text' | 'icon';
|
|
15
21
|
};
|
|
16
22
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,GAAG;IACxD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,GAAG;IACxD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAExB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG;IACvD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;CACb,CAAA"}
|
|
@@ -16,14 +16,14 @@ const P = ["id", "aria-checked", "disabled"], Q = { class: "q-switch__labels" },
|
|
|
16
16
|
class: {},
|
|
17
17
|
label: {},
|
|
18
18
|
required: { type: Boolean },
|
|
19
|
-
showStateLabels: { type: Boolean },
|
|
20
19
|
trueLabel: { default: "On" },
|
|
21
20
|
falseLabel: { default: "Off" },
|
|
21
|
+
showStateLabels: { type: Boolean },
|
|
22
22
|
checkedColor: {},
|
|
23
23
|
uncheckedColor: {},
|
|
24
|
+
size: { default: "medium" },
|
|
24
25
|
disabled: { type: Boolean },
|
|
25
|
-
readonly: { type: Boolean }
|
|
26
|
-
size: { default: "medium" }
|
|
26
|
+
readonly: { type: Boolean }
|
|
27
27
|
}, {
|
|
28
28
|
modelValue: { type: Boolean },
|
|
29
29
|
modelModifiers: {}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
declare const QSwitch: import('vue').DefineComponent<{
|
|
2
2
|
modelValue?: boolean;
|
|
3
3
|
} & Omit<import('..').QLabelProps, "for"> & {
|
|
4
|
-
showStateLabels?: boolean;
|
|
5
4
|
trueLabel?: string;
|
|
6
5
|
falseLabel?: string;
|
|
6
|
+
showStateLabels?: boolean;
|
|
7
7
|
checkedColor?: string;
|
|
8
8
|
uncheckedColor?: string;
|
|
9
|
+
size?: "small" | "medium" | "large";
|
|
9
10
|
disabled?: boolean;
|
|
10
11
|
readonly?: boolean;
|
|
11
|
-
size?: "small" | "medium" | "large";
|
|
12
12
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
13
|
"update:modelValue": (value: boolean) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<{
|
|
15
15
|
modelValue?: boolean;
|
|
16
16
|
} & Omit<import('..').QLabelProps, "for"> & {
|
|
17
|
-
showStateLabels?: boolean;
|
|
18
17
|
trueLabel?: string;
|
|
19
18
|
falseLabel?: string;
|
|
19
|
+
showStateLabels?: boolean;
|
|
20
20
|
checkedColor?: string;
|
|
21
21
|
uncheckedColor?: string;
|
|
22
|
+
size?: "small" | "medium" | "large";
|
|
22
23
|
disabled?: boolean;
|
|
23
24
|
readonly?: boolean;
|
|
24
|
-
size?: "small" | "medium" | "large";
|
|
25
25
|
}> & Readonly<{
|
|
26
26
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
27
27
|
}>, {
|
|
@@ -3,37 +3,53 @@ import { QLabelProps } from '../QLabel';
|
|
|
3
3
|
* Props for the QSwitch component.
|
|
4
4
|
*/
|
|
5
5
|
export type QSwitchProps = Omit<QLabelProps, 'for'> & {
|
|
6
|
-
/**
|
|
7
|
-
* Whether to show labels for the switch states.
|
|
8
|
-
*/
|
|
9
|
-
showStateLabels?: boolean;
|
|
10
6
|
/**
|
|
11
7
|
* Label displayed when switch is in the "true" state.
|
|
8
|
+
*
|
|
9
|
+
* @category Content
|
|
12
10
|
*/
|
|
13
11
|
trueLabel?: string;
|
|
14
12
|
/**
|
|
15
13
|
* Label displayed when switch is in the "false" state.
|
|
14
|
+
*
|
|
15
|
+
* @category Content
|
|
16
16
|
*/
|
|
17
17
|
falseLabel?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Whether to show labels for the switch states.
|
|
20
|
+
*
|
|
21
|
+
* @category Presentation
|
|
22
|
+
*/
|
|
23
|
+
showStateLabels?: boolean;
|
|
18
24
|
/**
|
|
19
25
|
* Background color when the switch is checked (true).
|
|
26
|
+
*
|
|
27
|
+
* @category Presentation
|
|
20
28
|
*/
|
|
21
29
|
checkedColor?: string;
|
|
22
30
|
/**
|
|
23
31
|
* Background color when the switch is unchecked (false).
|
|
32
|
+
*
|
|
33
|
+
* @category Presentation
|
|
24
34
|
*/
|
|
25
35
|
uncheckedColor?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Size variant of the switch.
|
|
38
|
+
*
|
|
39
|
+
* @category Presentation
|
|
40
|
+
*/
|
|
41
|
+
size?: 'small' | 'medium' | 'large';
|
|
26
42
|
/**
|
|
27
43
|
* Whether the switch is disabled.
|
|
44
|
+
*
|
|
45
|
+
* @category State
|
|
28
46
|
*/
|
|
29
47
|
disabled?: boolean;
|
|
30
48
|
/**
|
|
31
49
|
* Whether the switch is read-only.
|
|
50
|
+
*
|
|
51
|
+
* @category State
|
|
32
52
|
*/
|
|
33
53
|
readonly?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Size variant of the switch.
|
|
36
|
-
*/
|
|
37
|
-
size?: 'small' | 'medium' | 'large';
|
|
38
54
|
};
|
|
39
55
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG;IACrD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG;IACrD;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IAEnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|
|
@@ -3,8 +3,8 @@ declare const QTextArea: {
|
|
|
3
3
|
modelValue?: string;
|
|
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;
|
|
@@ -40,8 +40,8 @@ declare const QTextArea: {
|
|
|
40
40
|
modelValue?: string;
|
|
41
41
|
} & import('../../types/component').QBaseComponentProps & {
|
|
42
42
|
label?: string;
|
|
43
|
-
for?: string;
|
|
44
43
|
required?: boolean;
|
|
44
|
+
for?: string;
|
|
45
45
|
} & {
|
|
46
46
|
size?: import('..').QFieldSize;
|
|
47
47
|
readonly?: boolean;
|
|
@@ -70,8 +70,8 @@ declare const QTextArea: {
|
|
|
70
70
|
modelValue?: string;
|
|
71
71
|
} & import('../../types/component').QBaseComponentProps & {
|
|
72
72
|
label?: string;
|
|
73
|
-
for?: string;
|
|
74
73
|
required?: boolean;
|
|
74
|
+
for?: string;
|
|
75
75
|
} & {
|
|
76
76
|
size?: import('..').QFieldSize;
|
|
77
77
|
readonly?: boolean;
|
|
@@ -2,31 +2,45 @@ import { QFieldProps } from '../QField';
|
|
|
2
2
|
export type QTextAreaProps = QFieldProps & {
|
|
3
3
|
/**
|
|
4
4
|
* The placeholder text for the text area field.
|
|
5
|
+
*
|
|
6
|
+
* @category Content
|
|
5
7
|
*/
|
|
6
8
|
placeholder?: string;
|
|
7
9
|
/**
|
|
8
10
|
* If set, defines the maximum string length
|
|
9
11
|
* that the user can enter into the text area field.
|
|
12
|
+
*
|
|
13
|
+
* @category Behavior
|
|
10
14
|
*/
|
|
11
15
|
maxLength?: number;
|
|
12
16
|
/**
|
|
13
17
|
* The number of rows of the text area field.
|
|
18
|
+
*
|
|
19
|
+
* @category Behavior
|
|
14
20
|
*/
|
|
15
21
|
rows?: number;
|
|
16
22
|
/**
|
|
17
23
|
* The number of columns of the text area field.
|
|
24
|
+
*
|
|
25
|
+
* @category Behavior
|
|
18
26
|
*/
|
|
19
27
|
cols?: number;
|
|
20
28
|
/**
|
|
21
29
|
* Whether the width and/or height of the text area field can be resized.
|
|
30
|
+
*
|
|
31
|
+
* @category Behavior
|
|
22
32
|
*/
|
|
23
33
|
resize?: 'none' | 'both' | 'horizontal' | 'vertical';
|
|
24
34
|
/**
|
|
25
35
|
* Whether the text of the text area field can be wrapped and how.
|
|
36
|
+
*
|
|
37
|
+
* @category Behavior
|
|
26
38
|
*/
|
|
27
39
|
wrap?: 'soft' | 'hard' | 'off';
|
|
28
40
|
/**
|
|
29
41
|
* Whether the text area field will be auto-sized.
|
|
42
|
+
*
|
|
43
|
+
* @category Behavior
|
|
30
44
|
*/
|
|
31
45
|
autosize?: boolean;
|
|
32
46
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG;IAC1C
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,cAAc,GAAG,WAAW,GAAG;IAC1C;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAA;IAEpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAAA;IAE9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|
|
@@ -20,8 +20,8 @@ declare function __VLS_template(): {
|
|
|
20
20
|
readonly id?: string | undefined;
|
|
21
21
|
readonly class?: string | unknown[] | undefined;
|
|
22
22
|
readonly label?: string | undefined;
|
|
23
|
-
readonly for?: string | undefined;
|
|
24
23
|
readonly required?: boolean | undefined;
|
|
24
|
+
readonly for?: string | undefined;
|
|
25
25
|
readonly size?: import('..').QFieldSize | undefined;
|
|
26
26
|
readonly readonly?: boolean | undefined;
|
|
27
27
|
readonly disabled?: boolean | undefined;
|
|
@@ -107,8 +107,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
107
107
|
readonly id?: string | undefined;
|
|
108
108
|
readonly class?: string | unknown[] | undefined;
|
|
109
109
|
readonly label?: string | undefined;
|
|
110
|
-
readonly for?: string | undefined;
|
|
111
110
|
readonly required?: boolean | undefined;
|
|
111
|
+
readonly for?: string | undefined;
|
|
112
112
|
readonly size?: import('..').QFieldSize | undefined;
|
|
113
113
|
readonly readonly?: boolean | undefined;
|
|
114
114
|
readonly disabled?: boolean | undefined;
|
|
@@ -4,8 +4,8 @@ declare const QTextField: {
|
|
|
4
4
|
modelValue?: string;
|
|
5
5
|
} & import('../../types/component').QBaseComponentProps & {
|
|
6
6
|
label?: string;
|
|
7
|
-
for?: string;
|
|
8
7
|
required?: boolean;
|
|
8
|
+
for?: string;
|
|
9
9
|
} & {
|
|
10
10
|
size?: import('..').QFieldSize;
|
|
11
11
|
readonly?: boolean;
|
|
@@ -38,8 +38,8 @@ declare const QTextField: {
|
|
|
38
38
|
readonly id?: string | undefined;
|
|
39
39
|
readonly class?: string | unknown[] | undefined;
|
|
40
40
|
readonly label?: string | undefined;
|
|
41
|
-
readonly for?: string | undefined;
|
|
42
41
|
readonly required?: boolean | undefined;
|
|
42
|
+
readonly for?: string | undefined;
|
|
43
43
|
readonly size?: import('..').QFieldSize | undefined;
|
|
44
44
|
readonly readonly?: boolean | undefined;
|
|
45
45
|
readonly disabled?: boolean | undefined;
|
|
@@ -112,8 +112,8 @@ declare const QTextField: {
|
|
|
112
112
|
modelValue?: string;
|
|
113
113
|
} & import('../../types/component').QBaseComponentProps & {
|
|
114
114
|
label?: string;
|
|
115
|
-
for?: string;
|
|
116
115
|
required?: boolean;
|
|
116
|
+
for?: string;
|
|
117
117
|
} & {
|
|
118
118
|
size?: import('..').QFieldSize;
|
|
119
119
|
readonly?: boolean;
|
|
@@ -142,8 +142,8 @@ declare const QTextField: {
|
|
|
142
142
|
modelValue?: string;
|
|
143
143
|
} & import('../../types/component').QBaseComponentProps & {
|
|
144
144
|
label?: string;
|
|
145
|
-
for?: string;
|
|
146
145
|
required?: boolean;
|
|
146
|
+
for?: string;
|
|
147
147
|
} & {
|
|
148
148
|
size?: import('..').QFieldSize;
|
|
149
149
|
readonly?: boolean;
|
|
@@ -2,23 +2,33 @@ import { QFieldProps } from '../QField';
|
|
|
2
2
|
export type QTextFieldProps = QFieldProps & {
|
|
3
3
|
/**
|
|
4
4
|
* The placeholder text for the text field.
|
|
5
|
+
*
|
|
6
|
+
* @category Content
|
|
5
7
|
*/
|
|
6
8
|
placeholder?: string;
|
|
7
9
|
/**
|
|
8
10
|
* If set, defines the maximum string length
|
|
9
11
|
* that the user can enter into the text area field.
|
|
12
|
+
*
|
|
13
|
+
* @category Behavior
|
|
10
14
|
*/
|
|
11
15
|
maxLength?: number;
|
|
12
16
|
/**
|
|
13
17
|
* Whether the value of the field can be cleared.
|
|
18
|
+
*
|
|
19
|
+
* @category Behavior
|
|
14
20
|
*/
|
|
15
21
|
clearable?: boolean;
|
|
16
22
|
/**
|
|
17
23
|
* The type attribute to apply to the input.
|
|
24
|
+
*
|
|
25
|
+
* @category Behavior
|
|
18
26
|
*/
|
|
19
27
|
type?: string;
|
|
20
28
|
/**
|
|
21
29
|
* Custom text configurations.
|
|
30
|
+
*
|
|
31
|
+
* @category Configuration
|
|
22
32
|
*/
|
|
23
33
|
texts?: typeof DEFAULT_TEXTS;
|
|
24
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG;IAC3C
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG;IAC3C;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;CAEQ,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG;IACvD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG;IACvD;;;;OAIG;IACH,KAAK,EAAE,MAAM,GAAG,eAAe,CAAA;CAC/B,CAAA"}
|
|
@@ -12,14 +12,14 @@ const K = { class: "q-toast__title" }, nt = /* @__PURE__ */ U({
|
|
|
12
12
|
props: {
|
|
13
13
|
id: {},
|
|
14
14
|
class: {},
|
|
15
|
+
title: {},
|
|
16
|
+
text: {},
|
|
15
17
|
block: { type: Boolean },
|
|
16
18
|
color: { default: "info" },
|
|
17
19
|
elevation: { default: "medium" },
|
|
18
|
-
|
|
19
|
-
text: {},
|
|
20
|
+
variant: { default: "tonal" },
|
|
20
21
|
timeout: { default: 5e3 },
|
|
21
|
-
|
|
22
|
-
variant: { default: "tonal" }
|
|
22
|
+
icons: { default: () => P }
|
|
23
23
|
},
|
|
24
24
|
emits: ["dismiss"],
|
|
25
25
|
setup(Q, { emit: V }) {
|
|
@@ -7,16 +7,22 @@ export type QToastVariant = 'bold' | 'tonal' | 'outlined';
|
|
|
7
7
|
export type QToasterProps = QBaseComponentProps & {
|
|
8
8
|
/**
|
|
9
9
|
* Determines where the toast notifications will appear on the screen.
|
|
10
|
+
*
|
|
11
|
+
* @category Presentation
|
|
10
12
|
*/
|
|
11
13
|
placement?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'top-center' | 'bottom-center';
|
|
12
14
|
/**
|
|
13
15
|
* Maximum number of toasts displayed at once.
|
|
14
16
|
* Additional toasts will be queued.
|
|
17
|
+
*
|
|
18
|
+
* @category Behavior
|
|
15
19
|
*/
|
|
16
20
|
maxToasts?: number;
|
|
17
21
|
/**
|
|
18
22
|
* If true, toasts will be stacked in reverse order (newest on top).
|
|
19
23
|
* Defaults to true.
|
|
24
|
+
*
|
|
25
|
+
* @category Behavior
|
|
20
26
|
*/
|
|
21
27
|
reverseOrder?: boolean;
|
|
22
28
|
};
|
|
@@ -24,42 +30,58 @@ export type QToasterProps = QBaseComponentProps & {
|
|
|
24
30
|
* Props for the QToast component.
|
|
25
31
|
*/
|
|
26
32
|
export type QToastProps = QBaseComponentProps & {
|
|
33
|
+
/**
|
|
34
|
+
* The title of the toast.
|
|
35
|
+
*
|
|
36
|
+
* @category Content
|
|
37
|
+
*/
|
|
38
|
+
title?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The text on the toast body.
|
|
41
|
+
*
|
|
42
|
+
* @category Content
|
|
43
|
+
*/
|
|
44
|
+
text?: string;
|
|
27
45
|
/**
|
|
28
46
|
* If true, the toast spans the full width of its container.
|
|
47
|
+
*
|
|
48
|
+
* @category Presentation
|
|
29
49
|
*/
|
|
30
50
|
block?: boolean;
|
|
31
51
|
/**
|
|
32
52
|
* The color of the toast.
|
|
33
53
|
* Can be chosen from utility colors like 'success' or 'danger',
|
|
34
54
|
* or specified using CSS color codes.
|
|
55
|
+
*
|
|
56
|
+
* @category Presentation
|
|
35
57
|
*/
|
|
36
58
|
color?: string;
|
|
37
59
|
/**
|
|
38
60
|
* The shadow depth of the toast. Defaults to 'high'.
|
|
61
|
+
*
|
|
62
|
+
* @category Presentation
|
|
39
63
|
*/
|
|
40
64
|
elevation?: QCardElevation;
|
|
41
65
|
/**
|
|
42
|
-
*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* The text on the toast body.
|
|
66
|
+
* Specifies the visual style of the toast.
|
|
67
|
+
*
|
|
68
|
+
* @category Presentation
|
|
47
69
|
*/
|
|
48
|
-
|
|
70
|
+
variant?: QToastVariant;
|
|
49
71
|
/**
|
|
50
72
|
* The time (ms) until the toast is dismissed.
|
|
51
73
|
* If set to 0 or negative, the toast will have no timeout timer.
|
|
52
74
|
* Defaults to 0.
|
|
75
|
+
*
|
|
76
|
+
* @category Behavior
|
|
53
77
|
*/
|
|
54
78
|
timeout?: number;
|
|
55
79
|
/**
|
|
56
|
-
*
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Specifies the visual style of the toast.
|
|
80
|
+
* Custom icon configurations.
|
|
81
|
+
*
|
|
82
|
+
* @category Configuration
|
|
61
83
|
*/
|
|
62
|
-
|
|
84
|
+
icons?: typeof DEFAULT_ICONS;
|
|
63
85
|
};
|
|
64
86
|
export declare const DEFAULT_ICONS: {
|
|
65
87
|
close: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAGpD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAA;AAEzD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAGpD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAA;AAEzD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,SAAS,CAAC,EACP,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,YAAY,GACZ,eAAe,CAAA;IAElB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG;IAC/C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,cAAc,CAAA;IAE1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAA;IAEvB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
|
|
@@ -8,14 +8,14 @@ const k = /* @__PURE__ */ n({
|
|
|
8
8
|
label: {},
|
|
9
9
|
variant: {},
|
|
10
10
|
color: {},
|
|
11
|
-
disabled: { type: Boolean },
|
|
12
11
|
borderless: { type: Boolean },
|
|
13
12
|
elevated: { type: Boolean },
|
|
14
13
|
block: { type: Boolean },
|
|
15
|
-
loading: { type: Boolean },
|
|
16
14
|
size: {},
|
|
17
15
|
iconPos: {},
|
|
18
|
-
pill: { type: Boolean }
|
|
16
|
+
pill: { type: Boolean },
|
|
17
|
+
disabled: { type: Boolean },
|
|
18
|
+
loading: { type: Boolean }
|
|
19
19
|
}, {
|
|
20
20
|
modelValue: { type: Boolean },
|
|
21
21
|
modelModifiers: {}
|