@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.
Files changed (181) hide show
  1. package/dist/json/api.json +5777 -0
  2. package/dist/ui.esm.js +311 -307
  3. package/dist/ui.js +5 -5
  4. package/dist/ui.min.js +66 -66
  5. package/dist/ui.scss +1 -1
  6. package/esm/components/QAccordion/QAccordionItem.vue.js +2 -2
  7. package/esm/components/QAccordion/types.d.ts +10 -0
  8. package/esm/components/QAccordion/types.d.ts.map +1 -1
  9. package/esm/components/QAvatar/QAvatar.d.ts +1 -1
  10. package/esm/components/QAvatar/QAvatar.vue.js +3 -3
  11. package/esm/components/QAvatar/index.d.ts +3 -3
  12. package/esm/components/QAvatar/types.d.ts +20 -8
  13. package/esm/components/QAvatar/types.d.ts.map +1 -1
  14. package/esm/components/QBadge/QBadge.vue.js +1 -1
  15. package/esm/components/QBadge/types.d.ts +18 -4
  16. package/esm/components/QBadge/types.d.ts.map +1 -1
  17. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -0
  18. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
  19. package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +9 -9
  20. package/esm/components/QBadgeIndicator/index.d.ts +3 -0
  21. package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
  22. package/esm/components/QBadgeIndicator/types.d.ts +11 -5
  23. package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
  24. package/esm/components/QButton/QButton.vue.js +3 -3
  25. package/esm/components/QButton/types.d.ts +30 -8
  26. package/esm/components/QButton/types.d.ts.map +1 -1
  27. package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -2
  28. package/esm/components/QButtonGroup/types.d.ts +12 -4
  29. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  30. package/esm/components/QCard/QCard.vue.js +3 -3
  31. package/esm/components/QCard/types.d.ts +26 -8
  32. package/esm/components/QCard/types.d.ts.map +1 -1
  33. package/esm/components/QCarousel/types.d.ts +55 -11
  34. package/esm/components/QCarousel/types.d.ts.map +1 -1
  35. package/esm/components/QCheckbox/QCheckbox.vue.js +3 -3
  36. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +2 -2
  37. package/esm/components/QCheckbox/index.d.ts +9 -9
  38. package/esm/components/QCheckbox/types.d.ts +23 -9
  39. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  40. package/esm/components/QCollapsible/QCollapsible.vue.js +2 -2
  41. package/esm/components/QCollapsible/index.d.ts +6 -6
  42. package/esm/components/QCollapsible/types.d.ts +23 -7
  43. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  44. package/esm/components/QColorPicker/types.d.ts +14 -0
  45. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  46. package/esm/components/QCombobox/QCombobox.d.ts +28 -28
  47. package/esm/components/QCombobox/QCombobox.vue.js +4 -4
  48. package/esm/components/QCombobox/index.d.ts +43 -43
  49. package/esm/components/QCombobox/types.d.ts +34 -12
  50. package/esm/components/QCombobox/types.d.ts.map +1 -1
  51. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +4 -4
  52. package/esm/components/QDateTimePicker/index.d.ts +12 -12
  53. package/esm/components/QDateTimePicker/types.d.ts +29 -13
  54. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  55. package/esm/components/QDefaultsProvider/types.d.ts +2 -0
  56. package/esm/components/QDefaultsProvider/types.d.ts.map +1 -1
  57. package/esm/components/QDialog/QDialog.d.ts +1 -1
  58. package/esm/components/QDialog/QDialog.vue.js +5 -5
  59. package/esm/components/QDialog/index.d.ts +15 -15
  60. package/esm/components/QDialog/types.d.ts +46 -18
  61. package/esm/components/QDialog/types.d.ts.map +1 -1
  62. package/esm/components/QDivider/QDivider.d.ts.map +1 -1
  63. package/esm/components/QDivider/QDivider.vue.js +43 -45
  64. package/esm/components/QDivider/types.d.ts +6 -1
  65. package/esm/components/QDivider/types.d.ts.map +1 -1
  66. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +6 -6
  67. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +9 -9
  68. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +6 -6
  69. package/esm/components/QDropdownMenu/index.d.ts +12 -12
  70. package/esm/components/QDropdownMenu/types.d.ts +51 -21
  71. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  72. package/esm/components/QField/QField.vue.js +1 -1
  73. package/esm/components/QField/types.d.ts +10 -0
  74. package/esm/components/QField/types.d.ts.map +1 -1
  75. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  76. package/esm/components/QFileUpload/index.d.ts +3 -3
  77. package/esm/components/QFileUpload/types.d.ts +6 -0
  78. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  79. package/esm/components/QGrid/types.d.ts +20 -0
  80. package/esm/components/QGrid/types.d.ts.map +1 -1
  81. package/esm/components/QIcon/QIcon.vue.js +2 -2
  82. package/esm/components/QIcon/QIconFont.vue.js +2 -2
  83. package/esm/components/QIcon/types.d.ts +22 -8
  84. package/esm/components/QIcon/types.d.ts.map +1 -1
  85. package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
  86. package/esm/components/QInputGroup/types.d.ts +4 -0
  87. package/esm/components/QInputGroup/types.d.ts.map +1 -1
  88. package/esm/components/QLabel/QLabel.vue.js +2 -2
  89. package/esm/components/QLabel/types.d.ts +10 -4
  90. package/esm/components/QLabel/types.d.ts.map +1 -1
  91. package/esm/components/QLineLoader/types.d.ts +4 -0
  92. package/esm/components/QLineLoader/types.d.ts.map +1 -1
  93. package/esm/components/QList/QList.d.ts +2 -2
  94. package/esm/components/QList/QList.vue.js +4 -4
  95. package/esm/components/QList/QListItem.vue.js +1 -1
  96. package/esm/components/QList/index.d.ts +1 -1
  97. package/esm/components/QList/types.d.ts +54 -14
  98. package/esm/components/QList/types.d.ts.map +1 -1
  99. package/esm/components/QMeter/QMeter.vue.js +3 -3
  100. package/esm/components/QMeter/index.d.ts +4 -4
  101. package/esm/components/QMeter/types.d.ts +10 -4
  102. package/esm/components/QMeter/types.d.ts.map +1 -1
  103. package/esm/components/QOverlay/QOverlay.d.ts +2 -2
  104. package/esm/components/QOverlay/QOverlay.vue.js +9 -9
  105. package/esm/components/QOverlay/index.d.ts +30 -30
  106. package/esm/components/QOverlay/types.d.ts +74 -34
  107. package/esm/components/QOverlay/types.d.ts.map +1 -1
  108. package/esm/components/QPasswordField/QPasswordField.d.ts +8 -8
  109. package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
  110. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -8
  111. package/esm/components/QPasswordField/index.d.ts +4 -4
  112. package/esm/components/QPasswordField/types.d.ts +12 -0
  113. package/esm/components/QPasswordField/types.d.ts.map +1 -1
  114. package/esm/components/QPopover/QPopover.vue.js +4 -4
  115. package/esm/components/QPopover/index.d.ts +12 -12
  116. package/esm/components/QPopover/types.d.ts +32 -14
  117. package/esm/components/QPopover/types.d.ts.map +1 -1
  118. package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
  119. package/esm/components/QPropertyList/types.d.ts +41 -5
  120. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  121. package/esm/components/QRadioGroup/QRadioButton.vue.js +6 -6
  122. package/esm/components/QRadioGroup/QRadioGroup.vue.js +5 -5
  123. package/esm/components/QRadioGroup/index.d.ts +12 -12
  124. package/esm/components/QRadioGroup/types.d.ts +57 -27
  125. package/esm/components/QRadioGroup/types.d.ts.map +1 -1
  126. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +2 -2
  127. package/esm/components/QRemoveScrollBar/types.d.ts +10 -6
  128. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -1
  129. package/esm/components/QSelect/QSelect.d.ts +10 -10
  130. package/esm/components/QSelect/QSelect.vue.js +4 -4
  131. package/esm/components/QSelect/index.d.ts +17 -17
  132. package/esm/components/QSelect/types.d.ts +30 -10
  133. package/esm/components/QSelect/types.d.ts.map +1 -1
  134. package/esm/components/QSidebar/QSidebar.d.ts +1 -1
  135. package/esm/components/QSidebar/QSidebarAnchor.d.ts +13 -13
  136. package/esm/components/QSidebar/index.d.ts +1 -1
  137. package/esm/components/QSidebar/types.d.ts +29 -9
  138. package/esm/components/QSidebar/types.d.ts.map +1 -1
  139. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +2 -2
  140. package/esm/components/QSkeletonLoader/types.d.ts +10 -4
  141. package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
  142. package/esm/components/QSpinnerLoader/types.d.ts +2 -0
  143. package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
  144. package/esm/components/QSwitch/QSwitch.vue.js +3 -3
  145. package/esm/components/QSwitch/index.d.ts +4 -4
  146. package/esm/components/QSwitch/types.d.ts +24 -8
  147. package/esm/components/QSwitch/types.d.ts.map +1 -1
  148. package/esm/components/QTextArea/QTextArea.vue.js +1 -1
  149. package/esm/components/QTextArea/index.d.ts +3 -3
  150. package/esm/components/QTextArea/types.d.ts +14 -0
  151. package/esm/components/QTextArea/types.d.ts.map +1 -1
  152. package/esm/components/QTextField/QTextField.d.ts +2 -2
  153. package/esm/components/QTextField/QTextField.vue.js +1 -1
  154. package/esm/components/QTextField/index.d.ts +4 -4
  155. package/esm/components/QTextField/types.d.ts +10 -0
  156. package/esm/components/QTextField/types.d.ts.map +1 -1
  157. package/esm/components/QThemeProvider/types.d.ts +2 -0
  158. package/esm/components/QThemeProvider/types.d.ts.map +1 -1
  159. package/esm/components/QToast/QToast.vue.js +4 -4
  160. package/esm/components/QToast/types.d.ts +34 -12
  161. package/esm/components/QToast/types.d.ts.map +1 -1
  162. package/esm/components/QToggle/QToggle.vue.js +3 -3
  163. package/esm/components/QToggle/index.d.ts +6 -6
  164. package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -1
  165. package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +2 -2
  166. package/esm/components/QToggleGroup/index.d.ts +3 -3
  167. package/esm/components/QToggleGroup/types.d.ts +6 -0
  168. package/esm/components/QToggleGroup/types.d.ts.map +1 -1
  169. package/esm/components/QTooltip/QTooltip.vue.js +5 -5
  170. package/esm/components/QTooltip/index.d.ts +12 -12
  171. package/esm/components/QTooltip/types.d.ts +40 -16
  172. package/esm/components/QTooltip/types.d.ts.map +1 -1
  173. package/esm/components/__internal__/QChevron/types.d.ts +2 -0
  174. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  175. package/esm/components/__internal__/QClearButton/types.d.ts +4 -0
  176. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  177. package/esm/composables/useDialog/index.d.ts +12 -12
  178. package/esm/composables/useDialog/index.d.ts.map +1 -1
  179. package/esm/types/component.d.ts +4 -0
  180. package/esm/types/component.d.ts.map +1 -1
  181. package/package.json +1 -1
@@ -3,10 +3,14 @@ export type QLineLoaderProps = QBaseComponentProps & {
3
3
  /**
4
4
  * Specifies the loader height.
5
5
  * This value is automatically clamped to the range of 4 to 12.
6
+ *
7
+ * @category Presentation
6
8
  */
7
9
  height?: number;
8
10
  /**
9
11
  * Whether to show the loader in a rounded style.
12
+ *
13
+ * @category Presentation
10
14
  */
11
15
  rounded?: boolean;
12
16
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,GAAG;IACpD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,GAAG;IACpD;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA"}
@@ -55,10 +55,10 @@ declare function __VLS_template(): {
55
55
  readonly value: any;
56
56
  readonly label: string;
57
57
  readonly icon?: import('..').Icon | undefined;
58
+ readonly description?: string | undefined;
58
59
  readonly selectable?: boolean | undefined;
59
60
  readonly highlighted?: boolean | undefined;
60
61
  readonly disabled?: boolean | undefined;
61
- readonly description?: string | undefined;
62
62
  readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
63
63
  readonly onClick?: (() => any) | undefined;
64
64
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -154,10 +154,10 @@ declare const __VLS_component: import('vue').DefineComponent<QListProps, {
154
154
  readonly value: any;
155
155
  readonly label: string;
156
156
  readonly icon?: import('..').Icon | undefined;
157
+ readonly description?: string | undefined;
157
158
  readonly selectable?: boolean | undefined;
158
159
  readonly highlighted?: boolean | undefined;
159
160
  readonly disabled?: boolean | undefined;
160
- readonly description?: string | undefined;
161
161
  readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
162
162
  readonly onClick?: (() => any) | undefined;
163
163
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -10,12 +10,12 @@ const oe = /* @__PURE__ */ N({
10
10
  highlighted: {},
11
11
  items: {},
12
12
  groups: { default: () => [] },
13
- itemValue: { default: "key" },
14
- itemLabel: { default: "label" },
15
- disabled: { type: Boolean },
16
13
  selectable: { type: Boolean },
17
14
  multiple: { type: Boolean },
18
- required: { type: Boolean }
15
+ disabled: { type: Boolean },
16
+ required: { type: Boolean },
17
+ itemValue: { default: "key" },
18
+ itemLabel: { default: "label" }
19
19
  },
20
20
  emits: ["update:modelValue", "click", "mouseenter:item"],
21
21
  setup(R, { expose: G, emit: O }) {
@@ -15,10 +15,10 @@ const P = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], Q = { c
15
15
  value: {},
16
16
  label: {},
17
17
  icon: {},
18
+ description: {},
18
19
  selectable: { type: Boolean },
19
20
  highlighted: { type: Boolean },
20
21
  disabled: { type: Boolean },
21
- description: {},
22
22
  icons: { default: () => D }
23
23
  }, {
24
24
  modelValue: { type: Boolean },
@@ -28,10 +28,10 @@ declare const QList: {
28
28
  readonly value: any;
29
29
  readonly label: string;
30
30
  readonly icon?: import('..').Icon | undefined;
31
+ readonly description?: string | undefined;
31
32
  readonly selectable?: boolean | undefined;
32
33
  readonly highlighted?: boolean | undefined;
33
34
  readonly disabled?: boolean | undefined;
34
- readonly description?: string | undefined;
35
35
  readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
36
36
  readonly onClick?: (() => any) | undefined;
37
37
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -12,86 +12,126 @@ export type Group = QListItemGroupProps & {
12
12
  export type QListProps = QBaseComponentProps & {
13
13
  /**
14
14
  * The value of the selected item.
15
+ *
16
+ * @category Content
15
17
  */
16
18
  modelValue?: any;
17
19
  /**
18
20
  * The value of the currently highlighted item.
21
+ *
22
+ * @category Content
19
23
  */
20
24
  highlighted?: any;
21
25
  /**
22
26
  * The list of available items for selection.
27
+ *
28
+ * @category Content
23
29
  */
24
30
  items?: Item[];
25
31
  /**
26
32
  * The item groups used for organizing the available items.
33
+ *
34
+ * @category Content
27
35
  */
28
36
  groups?: Group[];
29
37
  /**
30
- * The property of each item object that holds its value.
38
+ * Indicates whether the list items are selectable.
39
+ *
40
+ * @category Behavior
31
41
  */
32
- itemValue?: string;
42
+ selectable?: boolean;
33
43
  /**
34
- * The property of each item object that holds its title.
44
+ * Indicates whether multiple options can be selected.
45
+ *
46
+ * @category Behavior
35
47
  */
36
- itemLabel?: string;
48
+ multiple?: boolean;
37
49
  /**
38
50
  * Indicates whether the list is disabled.
51
+ *
52
+ * @category State
39
53
  */
40
54
  disabled?: boolean;
41
55
  /**
42
- * Indicates whether the list items are selectable.
56
+ * Indicates if there should be at least one option selected.
57
+ *
58
+ * @category State
43
59
  */
44
- selectable?: boolean;
60
+ required?: boolean;
45
61
  /**
46
- * Indicates whether multiple options can be selected.
62
+ * The property of each item object that holds its value.
63
+ *
64
+ * @category Configuration
47
65
  */
48
- multiple?: boolean;
66
+ itemValue?: string;
49
67
  /**
50
- * Indicates if there should be at least one option selected.
68
+ * The property of each item object that holds its title.
69
+ *
70
+ * @category Configuration
51
71
  */
52
- required?: boolean;
72
+ itemLabel?: string;
53
73
  };
54
74
  export type QListItemProps = {
55
75
  /**
56
76
  * The value of the item.
77
+ *
78
+ * @category Identification
57
79
  */
58
80
  value: any;
59
81
  /**
60
82
  * The label of the item.
83
+ *
84
+ * @category Content
61
85
  */
62
86
  label: string;
63
87
  /**
64
88
  * The icon of the item.
89
+ *
90
+ * @category Content
65
91
  */
66
92
  icon?: Icon;
93
+ /**
94
+ * The description of the item.
95
+ *
96
+ * @category Content
97
+ */
98
+ description?: string;
67
99
  /**
68
100
  * Indicates whether the item is selectable.
101
+ *
102
+ * @category Behavior
69
103
  */
70
104
  selectable?: boolean;
71
105
  /**
72
106
  * Whether this item is highlighted.
107
+ *
108
+ * @category State
73
109
  */
74
110
  highlighted?: boolean;
75
111
  /**
76
112
  * Whether the item is disabled.
113
+ *
114
+ * @category State
77
115
  */
78
116
  disabled?: boolean;
79
- /**
80
- * The description of the item.
81
- */
82
- description?: string;
83
117
  /**
84
118
  * Custom icon configurations.
119
+ *
120
+ * @category Configuration
85
121
  */
86
122
  icons?: typeof DEFAULT_ICONS;
87
123
  };
88
124
  export type QListItemGroupProps = {
89
125
  /**
90
126
  * The id of the group.
127
+ *
128
+ * @category Identification
91
129
  */
92
130
  id: string;
93
131
  /**
94
132
  * The title of the group.
133
+ *
134
+ * @category Content
95
135
  */
96
136
  title?: string;
97
137
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;OAEG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;OAEG;IAEH,WAAW,CAAC,EAAE,GAAG,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IAEH,KAAK,EAAE,GAAG,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEpC,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;;;OAIG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;;;OAIG;IAEH,WAAW,CAAC,EAAE,GAAG,CAAA;IAEjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;;;OAIG;IAEH,KAAK,EAAE,GAAG,CAAA;IAEV;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
@@ -7,11 +7,11 @@ const M = ["id"], C = { class: "q-meter__labels" }, V = { class: "q-meter__track
7
7
  id: {},
8
8
  class: {},
9
9
  label: {},
10
- for: {},
11
10
  required: { type: Boolean },
12
- max: { default: 100 },
11
+ for: {},
13
12
  valueLabel: {},
14
- color: {}
13
+ color: {},
14
+ max: { default: 100 }
15
15
  }, {
16
16
  modelValue: { default: 0 },
17
17
  modelModifiers: {}
@@ -3,24 +3,24 @@ declare const QMeter: import('vue').DefineComponent<{
3
3
  modelValue?: number;
4
4
  } & import('../../types/component').QBaseComponentProps & {
5
5
  label?: string;
6
- for?: string;
7
6
  required?: boolean;
7
+ for?: string;
8
8
  } & {
9
- max?: number;
10
9
  valueLabel?: string | ((value: number, max: number) => string);
11
10
  color?: string;
11
+ max?: number;
12
12
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: number) => any;
14
14
  }, string, import('vue').PublicProps, Readonly<{
15
15
  modelValue?: number;
16
16
  } & import('../../types/component').QBaseComponentProps & {
17
17
  label?: string;
18
- for?: string;
19
18
  required?: boolean;
19
+ for?: string;
20
20
  } & {
21
- max?: number;
22
21
  valueLabel?: string | ((value: number, max: number) => string);
23
22
  color?: string;
23
+ max?: number;
24
24
  }> & Readonly<{
25
25
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
26
26
  }>, {
@@ -4,17 +4,23 @@ import { QLabelProps } from '../QLabel';
4
4
  * @extends {QLabelProps}
5
5
  */
6
6
  export type QMeterProps = QLabelProps & {
7
- /**
8
- * Maximum value for the meter.
9
- */
10
- max?: number;
11
7
  /**
12
8
  * Label to display next to the meter value.
9
+ *
10
+ * @category Content
13
11
  */
14
12
  valueLabel?: string | ((value: number, max: number) => string);
15
13
  /**
16
14
  * Color value to control the meter's fill color.
15
+ *
16
+ * @category Presentation
17
17
  */
18
18
  color?: string;
19
+ /**
20
+ * Maximum value for the meter.
21
+ *
22
+ * @category Configuration
23
+ */
24
+ max?: number;
19
25
  };
20
26
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE9D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE9D;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;CACZ,CAAA"}
@@ -30,10 +30,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
30
30
  width: "auto" | "anchor";
31
31
  placement: import('../../composables/overlay').Placement;
32
32
  appearance: import('../../composables/overlay').Appearance;
33
- attach: string;
34
- delay: number;
35
33
  offset: number;
36
34
  crossOffset: number;
35
+ attach: string;
36
+ delay: number;
37
37
  trigger: import('../../composables/overlay').Trigger;
38
38
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
39
39
  overlayContainerRef: HTMLDivElement;
@@ -14,23 +14,23 @@ const Te = ["id"], Ce = ["role"], $e = /* @__PURE__ */ ue({
14
14
  anchor: {},
15
15
  appearance: { default: "regular" },
16
16
  arrow: { type: Boolean },
17
- attach: { default: "body" },
18
- inline: { type: Boolean },
19
17
  backdropBlur: { type: Boolean },
20
18
  backdropClass: {},
19
+ offset: { default: 8 },
20
+ crossOffset: { default: 0 },
21
+ placement: { default: "right" },
22
+ transition: { default: "fade" },
23
+ width: { default: "auto" },
24
+ centerVertically: { type: Boolean },
25
+ attach: { default: "body" },
26
+ inline: { type: Boolean },
21
27
  delay: { default: 500 },
22
28
  nonModal: { type: Boolean },
23
29
  scrollLock: { type: Boolean },
24
- offset: { default: 8 },
25
- crossOffset: { default: 0 },
26
30
  persistent: { type: Boolean },
27
- placement: { default: "right" },
28
31
  spy: { type: Boolean },
29
- transition: { default: "fade" },
30
32
  trigger: { default: "click" },
31
- width: { default: "auto" },
32
- focusTrap: { type: Boolean },
33
- centerVertically: { type: Boolean }
33
+ focusTrap: { type: Boolean }
34
34
  }, {
35
35
  modelValue: { type: Boolean },
36
36
  modelModifiers: {}
@@ -6,23 +6,23 @@ declare const QOverlay: {
6
6
  anchor?: import('../../utils/getElement').Selector | null;
7
7
  appearance?: import('../../composables/overlay').Appearance;
8
8
  arrow?: boolean;
9
- attach?: string;
10
- inline?: boolean;
11
9
  backdropBlur?: boolean;
12
10
  backdropClass?: string | unknown[];
11
+ offset?: number;
12
+ crossOffset?: number;
13
+ placement?: import('../../composables/overlay').Placement;
14
+ transition?: string;
15
+ width?: "auto" | "anchor";
16
+ centerVertically?: boolean;
17
+ attach?: string;
18
+ inline?: boolean;
13
19
  delay?: number;
14
20
  nonModal?: boolean;
15
21
  scrollLock?: boolean;
16
- offset?: number;
17
- crossOffset?: number;
18
22
  persistent?: boolean;
19
- placement?: import('../../composables/overlay').Placement;
20
23
  spy?: boolean;
21
- transition?: string;
22
24
  trigger?: import('../../composables/overlay').Trigger;
23
- width?: "auto" | "anchor";
24
25
  focusTrap?: boolean;
25
- centerVertically?: boolean;
26
26
  }> & Readonly<{
27
27
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
28
  onEnter?: (() => any) | undefined;
@@ -37,10 +37,10 @@ declare const QOverlay: {
37
37
  width: "auto" | "anchor";
38
38
  placement: import('../../composables/overlay').Placement;
39
39
  appearance: import('../../composables/overlay').Appearance;
40
- attach: string;
41
- delay: number;
42
40
  offset: number;
43
41
  crossOffset: number;
42
+ attach: string;
43
+ delay: number;
44
44
  trigger: import('../../composables/overlay').Trigger;
45
45
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
46
46
  overlayContainerRef: HTMLDivElement;
@@ -59,23 +59,23 @@ declare const QOverlay: {
59
59
  anchor?: import('../../utils/getElement').Selector | null;
60
60
  appearance?: import('../../composables/overlay').Appearance;
61
61
  arrow?: boolean;
62
- attach?: string;
63
- inline?: boolean;
64
62
  backdropBlur?: boolean;
65
63
  backdropClass?: string | unknown[];
64
+ offset?: number;
65
+ crossOffset?: number;
66
+ placement?: import('../../composables/overlay').Placement;
67
+ transition?: string;
68
+ width?: "auto" | "anchor";
69
+ centerVertically?: boolean;
70
+ attach?: string;
71
+ inline?: boolean;
66
72
  delay?: number;
67
73
  nonModal?: boolean;
68
74
  scrollLock?: boolean;
69
- offset?: number;
70
- crossOffset?: number;
71
75
  persistent?: boolean;
72
- placement?: import('../../composables/overlay').Placement;
73
76
  spy?: boolean;
74
- transition?: string;
75
77
  trigger?: import('../../composables/overlay').Trigger;
76
- width?: "auto" | "anchor";
77
78
  focusTrap?: boolean;
78
- centerVertically?: boolean;
79
79
  }> & Readonly<{
80
80
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
81
81
  onEnter?: (() => any) | undefined;
@@ -85,10 +85,10 @@ declare const QOverlay: {
85
85
  width: "auto" | "anchor";
86
86
  placement: import('../../composables/overlay').Placement;
87
87
  appearance: import('../../composables/overlay').Appearance;
88
- attach: string;
89
- delay: number;
90
88
  offset: number;
91
89
  crossOffset: number;
90
+ attach: string;
91
+ delay: number;
92
92
  trigger: import('../../composables/overlay').Trigger;
93
93
  }>;
94
94
  __isFragment?: never;
@@ -100,23 +100,23 @@ declare const QOverlay: {
100
100
  anchor?: import('../../utils/getElement').Selector | null;
101
101
  appearance?: import('../../composables/overlay').Appearance;
102
102
  arrow?: boolean;
103
- attach?: string;
104
- inline?: boolean;
105
103
  backdropBlur?: boolean;
106
104
  backdropClass?: string | unknown[];
105
+ offset?: number;
106
+ crossOffset?: number;
107
+ placement?: import('../../composables/overlay').Placement;
108
+ transition?: string;
109
+ width?: "auto" | "anchor";
110
+ centerVertically?: boolean;
111
+ attach?: string;
112
+ inline?: boolean;
107
113
  delay?: number;
108
114
  nonModal?: boolean;
109
115
  scrollLock?: boolean;
110
- offset?: number;
111
- crossOffset?: number;
112
116
  persistent?: boolean;
113
- placement?: import('../../composables/overlay').Placement;
114
117
  spy?: boolean;
115
- transition?: string;
116
118
  trigger?: import('../../composables/overlay').Trigger;
117
- width?: "auto" | "anchor";
118
119
  focusTrap?: boolean;
119
- centerVertically?: boolean;
120
120
  }> & Readonly<{
121
121
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
122
122
  onEnter?: (() => any) | undefined;
@@ -131,10 +131,10 @@ declare const QOverlay: {
131
131
  width: "auto" | "anchor";
132
132
  placement: import('../../composables/overlay').Placement;
133
133
  appearance: import('../../composables/overlay').Appearance;
134
- attach: string;
135
- delay: number;
136
134
  offset: number;
137
135
  crossOffset: number;
136
+ attach: string;
137
+ delay: number;
138
138
  trigger: import('../../composables/overlay').Trigger;
139
139
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
140
140
  $slots: {
@@ -4,94 +4,134 @@ import { Selector } from '../../utils/getElement';
4
4
  export type QOverlayProps = QBaseComponentProps & {
5
5
  /**
6
6
  * The DOM element the overlay should be anchored to.
7
+ *
8
+ * @category Identification
7
9
  */
8
10
  anchor?: Selector | null;
9
11
  /**
10
12
  * The appearance of the overlay.
11
13
  * 'regular' uses body text color for background and body background color for text.
12
14
  * 'inverted' matches body color scheme.
15
+ *
16
+ * @category Presentation
13
17
  */
14
18
  appearance?: Appearance;
15
19
  /**
16
20
  * Whether the overlay has an arrow pointing to the target.
21
+ *
22
+ * @category Presentation
17
23
  */
18
24
  arrow?: boolean;
25
+ /**
26
+ * Applies a backdrop blur effect behind the overlay.
27
+ *
28
+ * @category Presentation
29
+ */
30
+ backdropBlur?: boolean;
31
+ /**
32
+ * Custom set of classes to apply to the dialog's underlay.
33
+ *
34
+ * @category Presentation
35
+ */
36
+ backdropClass?: string | unknown[];
37
+ /**
38
+ * Offset the overlay in the given amount of pixels.
39
+ *
40
+ * @category Presentation
41
+ */
42
+ offset?: number;
43
+ /**
44
+ * Offset the overlay in the given amount of pixels (perpendicular to the main axis).
45
+ *
46
+ * @category Presentation
47
+ */
48
+ crossOffset?: number;
49
+ /**
50
+ * The placement of the overlay.
51
+ *
52
+ * @category Presentation
53
+ */
54
+ placement?: Placement;
55
+ /**
56
+ * The name of the transition to apply.
57
+ *
58
+ * @category Presentation
59
+ */
60
+ transition?: string;
61
+ /**
62
+ * The width of the overlay.
63
+ * Either is automatic, based on the overlay content,
64
+ * or matches the overlay's anchor.
65
+ *
66
+ * @category Presentation
67
+ */
68
+ width?: 'auto' | 'anchor';
69
+ /**
70
+ * Whether to vertically align the overlay to the center (true) or top (false)
71
+ *
72
+ * @category Presentation
73
+ */
74
+ centerVertically?: boolean;
19
75
  /**
20
76
  * The DOM element the overlay should be teleported to.
21
77
  * Defaults to the body of the document.
78
+ *
79
+ * @category Behavior
22
80
  */
23
81
  attach?: string;
24
82
  /**
25
83
  * Whether to disable teleport.
26
84
  * If enabled, the prop `attach` is ignored.
85
+ *
86
+ * @category Behavior
27
87
  */
28
88
  inline?: boolean;
29
- /**
30
- * Applies a backdrop blur effect behind the overlay.
31
- */
32
- backdropBlur?: boolean;
33
- /**
34
- * Custom set of classes to apply to the dialog's underlay.
35
- */
36
- backdropClass?: string | unknown[];
37
89
  /**
38
90
  * The delay in milliseconds before showing the overlay.
91
+ *
92
+ * @category Behavior
39
93
  */
40
94
  delay?: number;
41
95
  /**
42
96
  * Whether elements outside of the overlay can be interacted with.
43
97
  * Should be used with care and only in certain components, such as comboboxes,
44
98
  * with proper handling of the `focusout` event.
99
+ *
100
+ * @category Behavior
45
101
  */
46
102
  nonModal?: boolean;
47
103
  /**
48
104
  * Whether to prevent scrolling while the overlay is open.
105
+ *
106
+ * @category Behavior
49
107
  */
50
108
  scrollLock?: boolean;
51
- /**
52
- * Offset the overlay in the given amount of pixels.
53
- */
54
- offset?: number;
55
- /**
56
- * Offset the overlay in the given amount of pixels (perpendicular to the main axis).
57
- */
58
- crossOffset?: number;
59
109
  /**
60
110
  * If enabled, deactivation of the element will not occur upon clicking outside
61
111
  * or pressing the escape key.
112
+ *
113
+ * @category Behavior
62
114
  */
63
115
  persistent?: boolean;
64
- /**
65
- * The placement of the overlay.
66
- */
67
- placement?: Placement;
68
116
  /**
69
117
  * Whether to spy on the real-time position of the anchor,
70
118
  * to keep the position of the overlay up-to-date at all times.
119
+ *
120
+ * @category Behavior
71
121
  */
72
122
  spy?: boolean;
73
- /**
74
- * The name of the transition to apply.
75
- */
76
- transition?: string;
77
123
  /**
78
124
  * The method to trigger the overlay.
125
+ *
126
+ * @category Behavior
79
127
  */
80
128
  trigger?: Trigger;
81
- /**
82
- * The width of the overlay.
83
- * Either is automatic, based on the overlay content,
84
- * or matches the overlay's anchor.
85
- */
86
- width?: 'auto' | 'anchor';
87
129
  /**
88
130
  * Whether to enable focus trapping within the overlay.
89
131
  * When enabled, focus will be constrained to elements within the overlay.
132
+ *
133
+ * @category Behavior
90
134
  */
91
135
  focusTrap?: boolean;
92
- /**
93
- * Whether to vertically align the overlay to the center (true) or top (false)
94
- */
95
- centerVertically?: boolean;
96
136
  };
97
137
  //# sourceMappingURL=types.d.ts.map