@quidgest/ui 0.16.28 → 0.16.29
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 +5776 -0
- package/dist/ui.esm.js +130 -128
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +44 -44
- 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.vue.js +2 -2
- 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.vue.js +10 -8
- 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,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: {}
|
|
@@ -5,14 +5,14 @@ declare const QToggle: {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
variant?: import('../QButton/types').QButtonVariant;
|
|
7
7
|
color?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
8
|
borderless?: boolean;
|
|
10
9
|
elevated?: boolean;
|
|
11
10
|
block?: boolean;
|
|
12
|
-
loading?: boolean;
|
|
13
11
|
size?: import('../QButton/types').QButtonSize;
|
|
14
12
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
15
13
|
pill?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
loading?: boolean;
|
|
16
16
|
}> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
18
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -30,14 +30,14 @@ declare const QToggle: {
|
|
|
30
30
|
label?: string;
|
|
31
31
|
variant?: import('../QButton/types').QButtonVariant;
|
|
32
32
|
color?: string;
|
|
33
|
-
disabled?: boolean;
|
|
34
33
|
borderless?: boolean;
|
|
35
34
|
elevated?: boolean;
|
|
36
35
|
block?: boolean;
|
|
37
|
-
loading?: boolean;
|
|
38
36
|
size?: import('../QButton/types').QButtonSize;
|
|
39
37
|
iconPos?: import('../QButton/types').QButtonIconPosition;
|
|
40
38
|
pill?: boolean;
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
loading?: boolean;
|
|
41
41
|
}> & Readonly<{
|
|
42
42
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
43
43
|
}>, {}, {}, {}, {}, {}>;
|
|
@@ -50,14 +50,14 @@ declare const QToggle: {
|
|
|
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, {
|
|
@@ -7,10 +7,10 @@ const q = /* @__PURE__ */ d({
|
|
|
7
7
|
props: /* @__PURE__ */ s({
|
|
8
8
|
id: {},
|
|
9
9
|
class: {},
|
|
10
|
-
disabled: { type: Boolean },
|
|
11
10
|
block: { type: Boolean },
|
|
12
11
|
borderless: { type: Boolean },
|
|
13
12
|
elevated: { type: Boolean },
|
|
13
|
+
disabled: { type: Boolean },
|
|
14
14
|
multiple: { type: Boolean },
|
|
15
15
|
required: { type: Boolean }
|
|
16
16
|
}, {
|
|
@@ -10,14 +10,14 @@ const b = /* @__PURE__ */ n({
|
|
|
10
10
|
label: {},
|
|
11
11
|
variant: {},
|
|
12
12
|
color: {},
|
|
13
|
-
disabled: { type: Boolean },
|
|
14
13
|
borderless: { type: Boolean },
|
|
15
14
|
elevated: { type: Boolean },
|
|
16
15
|
block: { type: Boolean },
|
|
17
|
-
loading: { type: Boolean },
|
|
18
16
|
size: {},
|
|
19
17
|
iconPos: {},
|
|
20
18
|
pill: { type: Boolean },
|
|
19
|
+
disabled: { type: Boolean },
|
|
20
|
+
loading: { type: Boolean },
|
|
21
21
|
value: {}
|
|
22
22
|
},
|
|
23
23
|
setup(l) {
|
|
@@ -3,10 +3,10 @@ declare const QToggleGroup: {
|
|
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
4
|
modelValue?: import('../../types/primitive').Primitive | import('../../types/primitive').Primitive[];
|
|
5
5
|
} & import('../../types/component').QBaseComponentProps & {
|
|
6
|
-
disabled?: boolean;
|
|
7
6
|
block?: boolean;
|
|
8
7
|
borderless?: boolean;
|
|
9
8
|
elevated?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
10
|
} & {
|
|
11
11
|
multiple?: boolean;
|
|
12
12
|
required?: boolean;
|
|
@@ -24,10 +24,10 @@ declare const QToggleGroup: {
|
|
|
24
24
|
}, Readonly<{
|
|
25
25
|
modelValue?: import('../../types/primitive').Primitive | import('../../types/primitive').Primitive[];
|
|
26
26
|
} & import('../../types/component').QBaseComponentProps & {
|
|
27
|
-
disabled?: boolean;
|
|
28
27
|
block?: boolean;
|
|
29
28
|
borderless?: boolean;
|
|
30
29
|
elevated?: boolean;
|
|
30
|
+
disabled?: boolean;
|
|
31
31
|
} & {
|
|
32
32
|
multiple?: boolean;
|
|
33
33
|
required?: boolean;
|
|
@@ -40,10 +40,10 @@ declare const QToggleGroup: {
|
|
|
40
40
|
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
41
41
|
modelValue?: import('../../types/primitive').Primitive | import('../../types/primitive').Primitive[];
|
|
42
42
|
} & import('../../types/component').QBaseComponentProps & {
|
|
43
|
-
disabled?: boolean;
|
|
44
43
|
block?: boolean;
|
|
45
44
|
borderless?: boolean;
|
|
46
45
|
elevated?: boolean;
|
|
46
|
+
disabled?: boolean;
|
|
47
47
|
} & {
|
|
48
48
|
multiple?: boolean;
|
|
49
49
|
required?: boolean;
|
|
@@ -3,16 +3,22 @@ import { QButtonGroupProps } from '../QButtonGroup/types';
|
|
|
3
3
|
export type QToggleGroupProps = QButtonGroupProps & {
|
|
4
4
|
/**
|
|
5
5
|
* Indicates whether multiple options can be selected.
|
|
6
|
+
*
|
|
7
|
+
* @category Behavior
|
|
6
8
|
*/
|
|
7
9
|
multiple?: boolean;
|
|
8
10
|
/**
|
|
9
11
|
* Indicates if there should be at least one option selected.
|
|
12
|
+
*
|
|
13
|
+
* @category State
|
|
10
14
|
*/
|
|
11
15
|
required?: boolean;
|
|
12
16
|
};
|
|
13
17
|
export type QToggleGroupItemProps = QButtonProps & {
|
|
14
18
|
/**
|
|
15
19
|
* An optional string that represents the value associated with the toggle group item.
|
|
20
|
+
*
|
|
21
|
+
* @category Identification
|
|
16
22
|
*/
|
|
17
23
|
value?: string;
|
|
18
24
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToggleGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAE9D,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,GAAG;IACnD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToggleGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAE9D,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,GAAG;IACnD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,qBAAqB,GAAG,YAAY,GAAG;IAClD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
|
|
@@ -9,17 +9,17 @@ const H = { class: "q-tooltip__content" }, I = ["innerHTML"], O = /* @__PURE__ *
|
|
|
9
9
|
id: {},
|
|
10
10
|
class: {},
|
|
11
11
|
anchor: {},
|
|
12
|
+
text: {},
|
|
13
|
+
icon: {},
|
|
12
14
|
appearance: { default: "inverted" },
|
|
15
|
+
placement: { default: "right" },
|
|
13
16
|
arrow: { type: Boolean, default: !0 },
|
|
14
17
|
attach: { default: "body" },
|
|
15
18
|
inline: { type: Boolean },
|
|
16
19
|
delay: { default: 500 },
|
|
17
|
-
disabled: { type: Boolean },
|
|
18
20
|
html: { type: Boolean, default: !0 },
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
icon: {},
|
|
22
|
-
trigger: { default: "hover" }
|
|
21
|
+
trigger: { default: "hover" },
|
|
22
|
+
disabled: { type: Boolean }
|
|
23
23
|
}, {
|
|
24
24
|
modelValue: { type: Boolean },
|
|
25
25
|
modelModifiers: {}
|
|
@@ -3,17 +3,17 @@ declare const QTooltip: {
|
|
|
3
3
|
modelValue?: boolean;
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
anchor?: import('../../utils/getElement').Selector;
|
|
6
|
+
text: string;
|
|
7
|
+
icon?: import('..').Icon;
|
|
6
8
|
appearance?: import('../../composables/overlay').Appearance;
|
|
9
|
+
placement?: import('../../composables/overlay').Placement;
|
|
7
10
|
arrow?: boolean;
|
|
8
11
|
attach?: string;
|
|
9
12
|
inline?: boolean;
|
|
10
13
|
delay?: number;
|
|
11
|
-
disabled?: boolean;
|
|
12
14
|
html?: boolean;
|
|
13
|
-
placement?: import('../../composables/overlay').Placement;
|
|
14
|
-
text: string;
|
|
15
|
-
icon?: import('..').Icon;
|
|
16
15
|
trigger?: import('../../composables/overlay').Trigger;
|
|
16
|
+
disabled?: boolean;
|
|
17
17
|
}> & Readonly<{
|
|
18
18
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19
19
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -37,17 +37,17 @@ declare const QTooltip: {
|
|
|
37
37
|
modelValue?: boolean;
|
|
38
38
|
} & import('../../types/component').QBaseComponentProps & {
|
|
39
39
|
anchor?: import('../../utils/getElement').Selector;
|
|
40
|
+
text: string;
|
|
41
|
+
icon?: import('..').Icon;
|
|
40
42
|
appearance?: import('../../composables/overlay').Appearance;
|
|
43
|
+
placement?: import('../../composables/overlay').Placement;
|
|
41
44
|
arrow?: boolean;
|
|
42
45
|
attach?: string;
|
|
43
46
|
inline?: boolean;
|
|
44
47
|
delay?: number;
|
|
45
|
-
disabled?: boolean;
|
|
46
48
|
html?: boolean;
|
|
47
|
-
placement?: import('../../composables/overlay').Placement;
|
|
48
|
-
text: string;
|
|
49
|
-
icon?: import('..').Icon;
|
|
50
49
|
trigger?: import('../../composables/overlay').Trigger;
|
|
50
|
+
disabled?: boolean;
|
|
51
51
|
}> & Readonly<{
|
|
52
52
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53
53
|
}>, {}, {}, {}, {}, {
|
|
@@ -66,17 +66,17 @@ declare const QTooltip: {
|
|
|
66
66
|
modelValue?: boolean;
|
|
67
67
|
} & import('../../types/component').QBaseComponentProps & {
|
|
68
68
|
anchor?: import('../../utils/getElement').Selector;
|
|
69
|
+
text: string;
|
|
70
|
+
icon?: import('..').Icon;
|
|
69
71
|
appearance?: import('../../composables/overlay').Appearance;
|
|
72
|
+
placement?: import('../../composables/overlay').Placement;
|
|
70
73
|
arrow?: boolean;
|
|
71
74
|
attach?: string;
|
|
72
75
|
inline?: boolean;
|
|
73
76
|
delay?: number;
|
|
74
|
-
disabled?: boolean;
|
|
75
77
|
html?: boolean;
|
|
76
|
-
placement?: import('../../composables/overlay').Placement;
|
|
77
|
-
text: string;
|
|
78
|
-
icon?: import('..').Icon;
|
|
79
78
|
trigger?: import('../../composables/overlay').Trigger;
|
|
79
|
+
disabled?: boolean;
|
|
80
80
|
}> & Readonly<{
|
|
81
81
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
82
82
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -5,55 +5,79 @@ import { QBaseComponentProps } from '../../types/component';
|
|
|
5
5
|
export type QTooltipProps = QBaseComponentProps & {
|
|
6
6
|
/**
|
|
7
7
|
* The DOM element the tooltip should be anchored to.
|
|
8
|
+
*
|
|
9
|
+
* @category Identification
|
|
8
10
|
*/
|
|
9
11
|
anchor?: Selector;
|
|
12
|
+
/**
|
|
13
|
+
* The text of the tooltip.
|
|
14
|
+
*
|
|
15
|
+
* @category Content
|
|
16
|
+
*/
|
|
17
|
+
text: string;
|
|
18
|
+
/**
|
|
19
|
+
* The icon of the tooltip.
|
|
20
|
+
*
|
|
21
|
+
* @category Content
|
|
22
|
+
*/
|
|
23
|
+
icon?: Icon;
|
|
10
24
|
/**
|
|
11
25
|
* The appearance of the tooltip.
|
|
12
26
|
* 'regular' uses body text color for background and body background color for text.
|
|
13
27
|
* 'inverted' matches body color scheme.
|
|
28
|
+
*
|
|
29
|
+
* @category Presentation
|
|
14
30
|
*/
|
|
15
31
|
appearance?: Appearance;
|
|
32
|
+
/**
|
|
33
|
+
* The placement of the tooltip.
|
|
34
|
+
*
|
|
35
|
+
* @category Presentation
|
|
36
|
+
*/
|
|
37
|
+
placement?: Placement;
|
|
16
38
|
/**
|
|
17
39
|
* Whether the tooltip has an arrow pointing to the target.
|
|
40
|
+
*
|
|
41
|
+
* @category Presentation
|
|
18
42
|
*/
|
|
19
43
|
arrow?: boolean;
|
|
20
44
|
/**
|
|
21
45
|
* The DOM element the tooltip should be teleported to.
|
|
22
46
|
* Defaults to the body of the document.
|
|
47
|
+
*
|
|
48
|
+
* @category Behavior
|
|
23
49
|
*/
|
|
24
50
|
attach?: string;
|
|
25
51
|
/**
|
|
26
52
|
* Whether to disable teleport.
|
|
27
53
|
* If enabled, the prop `attach` is ignored.
|
|
54
|
+
*
|
|
55
|
+
* @category Behavior
|
|
28
56
|
*/
|
|
29
57
|
inline?: boolean;
|
|
30
58
|
/**
|
|
31
59
|
* The delay in milliseconds before showing the tooltip.
|
|
60
|
+
*
|
|
61
|
+
* @category Behavior
|
|
32
62
|
*/
|
|
33
63
|
delay?: number;
|
|
34
|
-
/**
|
|
35
|
-
* Whether the tooltip is disabled.
|
|
36
|
-
*/
|
|
37
|
-
disabled?: boolean;
|
|
38
64
|
/**
|
|
39
65
|
* Whether the tooltip's content is treated as HTML.
|
|
66
|
+
*
|
|
67
|
+
* @category Behavior
|
|
40
68
|
*/
|
|
41
69
|
html?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* The placement of the tooltip.
|
|
44
|
-
*/
|
|
45
|
-
placement?: Placement;
|
|
46
|
-
/**
|
|
47
|
-
* The text of the tooltip.
|
|
48
|
-
*/
|
|
49
|
-
text: string;
|
|
50
|
-
/**
|
|
51
|
-
* The icon of the tooltip.
|
|
52
|
-
*/
|
|
53
|
-
icon?: Icon;
|
|
54
70
|
/**
|
|
55
71
|
* The method to trigger the overlay.
|
|
72
|
+
*
|
|
73
|
+
* @category Behavior
|
|
56
74
|
*/
|
|
57
75
|
trigger?: Trigger;
|
|
76
|
+
/**
|
|
77
|
+
* Whether the tooltip is disabled.
|
|
78
|
+
*
|
|
79
|
+
* @category State
|
|
80
|
+
*/
|
|
81
|
+
disabled?: boolean;
|
|
58
82
|
};
|
|
59
83
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
|