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