@quidgest/ui 0.16.36 → 0.16.37

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 (236) hide show
  1. package/dist/json/api.json +1 -1
  2. package/dist/ui.esm.js +1332 -1329
  3. package/dist/ui.js +10 -10
  4. package/dist/ui.min.js +672 -672
  5. package/dist/ui.scss +1 -1
  6. package/esm/components/QAccordion/index.d.ts +1 -0
  7. package/esm/components/QAccordion/index.d.ts.map +1 -1
  8. package/esm/components/QAvatar/index.d.ts +1 -0
  9. package/esm/components/QAvatar/index.d.ts.map +1 -1
  10. package/esm/components/QBadge/QBadge.d.ts +2 -1
  11. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  12. package/esm/components/QBadge/QBadge.vue.js +9 -9
  13. package/esm/components/QBadge/constants.d.ts +9 -0
  14. package/esm/components/QBadge/constants.d.ts.map +1 -0
  15. package/esm/components/QBadge/index.d.ts +7 -6
  16. package/esm/components/QBadge/index.d.ts.map +1 -1
  17. package/esm/components/QBadge/types.d.ts +1 -8
  18. package/esm/components/QBadge/types.d.ts.map +1 -1
  19. package/esm/components/QBadgeIndicator/index.d.ts +4 -5
  20. package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
  21. package/esm/components/QButton/index.d.ts +4 -5
  22. package/esm/components/QButton/index.d.ts.map +1 -1
  23. package/esm/components/QButtonGroup/index.d.ts +1 -0
  24. package/esm/components/QButtonGroup/index.d.ts.map +1 -1
  25. package/esm/components/QCard/index.d.ts +4 -5
  26. package/esm/components/QCard/index.d.ts.map +1 -1
  27. package/esm/components/QCarousel/index.d.ts +1 -0
  28. package/esm/components/QCarousel/index.d.ts.map +1 -1
  29. package/esm/components/QCheckbox/index.d.ts +1 -0
  30. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  31. package/esm/components/QCollapsible/QCollapsible.d.ts +2 -1
  32. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  33. package/esm/components/QCollapsible/QCollapsible.vue.js +1 -1
  34. package/esm/components/QCollapsible/constants.d.ts +6 -0
  35. package/esm/components/QCollapsible/constants.d.ts.map +1 -0
  36. package/esm/components/QCollapsible/constants.js +7 -0
  37. package/esm/components/QCollapsible/index.d.ts +19 -20
  38. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  39. package/esm/components/QCollapsible/types.d.ts +1 -5
  40. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  41. package/esm/components/QColorPicker/QColorPicker.d.ts +2 -1
  42. package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
  43. package/esm/components/QColorPicker/QColorPicker.vue.js +1 -1
  44. package/esm/components/QColorPicker/constants.d.ts +4 -0
  45. package/esm/components/QColorPicker/constants.d.ts.map +1 -0
  46. package/esm/components/QColorPicker/index.d.ts +7 -6
  47. package/esm/components/QColorPicker/index.d.ts.map +1 -1
  48. package/esm/components/QColorPicker/types.d.ts +2 -4
  49. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  50. package/esm/components/QCombobox/QCombobox.d.ts +60 -59
  51. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  52. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  53. package/esm/components/QCombobox/constants.d.ts +14 -0
  54. package/esm/components/QCombobox/constants.d.ts.map +1 -0
  55. package/esm/components/QCombobox/{types.js → constants.js} +2 -2
  56. package/esm/components/QCombobox/index.d.ts +63 -62
  57. package/esm/components/QCombobox/index.d.ts.map +1 -1
  58. package/esm/components/QCombobox/types.d.ts +1 -13
  59. package/esm/components/QCombobox/types.d.ts.map +1 -1
  60. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +2 -1
  61. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  62. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
  63. package/esm/components/QDateTimePicker/constants.d.ts +12 -0
  64. package/esm/components/QDateTimePicker/constants.d.ts.map +1 -0
  65. package/esm/components/QDateTimePicker/{types.js → constants.js} +1 -1
  66. package/esm/components/QDateTimePicker/index.d.ts +13 -14
  67. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  68. package/esm/components/QDateTimePicker/types.d.ts +1 -11
  69. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  70. package/esm/components/QDefaultsProvider/index.d.ts +1 -0
  71. package/esm/components/QDefaultsProvider/index.d.ts.map +1 -1
  72. package/esm/components/QDialog/QDialog.d.ts +2 -1
  73. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  74. package/esm/components/QDialog/QDialog.vue.js +1 -1
  75. package/esm/components/QDialog/constants.d.ts +10 -0
  76. package/esm/components/QDialog/constants.d.ts.map +1 -0
  77. package/esm/components/QDialog/index.d.ts +13 -14
  78. package/esm/components/QDialog/index.d.ts.map +1 -1
  79. package/esm/components/QDialog/types.d.ts +2 -8
  80. package/esm/components/QDialog/types.d.ts.map +1 -1
  81. package/esm/components/QDismissibleLayer/index.d.ts +21 -22
  82. package/esm/components/QDismissibleLayer/index.d.ts.map +1 -1
  83. package/esm/components/QDivider/index.d.ts +1 -0
  84. package/esm/components/QDivider/index.d.ts.map +1 -1
  85. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -2
  86. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +15 -14
  87. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  88. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +1 -1
  89. package/esm/components/QDropdownMenu/constants.d.ts +6 -0
  90. package/esm/components/QDropdownMenu/constants.d.ts.map +1 -0
  91. package/esm/components/QDropdownMenu/index.d.ts +12 -11
  92. package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
  93. package/esm/components/QDropdownMenu/types.d.ts +1 -5
  94. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  95. package/esm/components/QField/index.d.ts +7 -8
  96. package/esm/components/QField/index.d.ts.map +1 -1
  97. package/esm/components/QFileUpload/QFileUpload.d.ts +2 -1
  98. package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
  99. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  100. package/esm/components/QFileUpload/constants.d.ts +26 -0
  101. package/esm/components/QFileUpload/constants.d.ts.map +1 -0
  102. package/esm/components/QFileUpload/index.d.ts +13 -14
  103. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  104. package/esm/components/QFileUpload/types.d.ts +1 -25
  105. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  106. package/esm/components/QFocusTrap/index.d.ts +1 -2
  107. package/esm/components/QFocusTrap/index.d.ts.map +1 -1
  108. package/esm/components/QGrid/index.d.ts +1 -0
  109. package/esm/components/QGrid/index.d.ts.map +1 -1
  110. package/esm/components/QIcon/index.d.ts +2 -3
  111. package/esm/components/QIcon/index.d.ts.map +1 -1
  112. package/esm/components/QIcon/types.d.ts +1 -0
  113. package/esm/components/QIcon/types.d.ts.map +1 -1
  114. package/esm/components/QInputGroup/index.d.ts +1 -0
  115. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  116. package/esm/components/QLabel/index.d.ts +4 -5
  117. package/esm/components/QLabel/index.d.ts.map +1 -1
  118. package/esm/components/QLineLoader/index.d.ts +1 -0
  119. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  120. package/esm/components/QList/QList.d.ts +6 -6
  121. package/esm/components/QList/QListItem.d.ts +2 -1
  122. package/esm/components/QList/QListItem.d.ts.map +1 -1
  123. package/esm/components/QList/QListItem.vue.js +1 -1
  124. package/esm/components/QList/constants.d.ts +9 -0
  125. package/esm/components/QList/constants.d.ts.map +1 -0
  126. package/esm/components/QList/index.d.ts +18 -19
  127. package/esm/components/QList/index.d.ts.map +1 -1
  128. package/esm/components/QList/types.d.ts +1 -8
  129. package/esm/components/QList/types.d.ts.map +1 -1
  130. package/esm/components/QMeter/index.d.ts +1 -2
  131. package/esm/components/QMeter/index.d.ts.map +1 -1
  132. package/esm/components/QOverlay/index.d.ts +1 -2
  133. package/esm/components/QOverlay/index.d.ts.map +1 -1
  134. package/esm/components/QPasswordField/QPasswordField.d.ts +6 -6
  135. package/esm/components/QPasswordField/index.d.ts +4 -5
  136. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  137. package/esm/components/QPopover/index.d.ts +1 -0
  138. package/esm/components/QPopover/index.d.ts.map +1 -1
  139. package/esm/components/QPropertyList/QPropertyList.d.ts +2 -1
  140. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  141. package/esm/components/QPropertyList/QPropertyList.vue.js +7 -7
  142. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -1
  143. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  144. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +1 -1
  145. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +2 -1
  146. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  147. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +1 -1
  148. package/esm/components/QPropertyList/QPropertyListRow.vue.js +1 -1
  149. package/esm/components/QPropertyList/constants.d.ts +12 -0
  150. package/esm/components/QPropertyList/constants.d.ts.map +1 -0
  151. package/esm/components/QPropertyList/index.d.ts +19 -20
  152. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  153. package/esm/components/QPropertyList/types.d.ts +1 -11
  154. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  155. package/esm/components/QRadioGroup/index.d.ts +1 -0
  156. package/esm/components/QRadioGroup/index.d.ts.map +1 -1
  157. package/esm/components/QRemoveScrollBar/index.d.ts +1 -0
  158. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
  159. package/esm/components/QSelect/QSelect.d.ts +44 -43
  160. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  161. package/esm/components/QSelect/QSelect.vue.js +1 -1
  162. package/esm/components/QSelect/constants.d.ts +14 -0
  163. package/esm/components/QSelect/constants.d.ts.map +1 -0
  164. package/esm/components/QSelect/{types.js → constants.js} +2 -2
  165. package/esm/components/QSelect/index.d.ts +46 -45
  166. package/esm/components/QSelect/index.d.ts.map +1 -1
  167. package/esm/components/QSelect/types.d.ts +1 -13
  168. package/esm/components/QSelect/types.d.ts.map +1 -1
  169. package/esm/components/QSidebar/QSidebarAnchor.d.ts +18 -18
  170. package/esm/components/QSidebar/index.d.ts +1 -0
  171. package/esm/components/QSidebar/index.d.ts.map +1 -1
  172. package/esm/components/QSkeletonLoader/index.d.ts +1 -0
  173. package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
  174. package/esm/components/QSpinnerLoader/index.d.ts +1 -0
  175. package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
  176. package/esm/components/QSwitch/index.d.ts +1 -0
  177. package/esm/components/QSwitch/index.d.ts.map +1 -1
  178. package/esm/components/QTextArea/index.d.ts +1 -0
  179. package/esm/components/QTextArea/index.d.ts.map +1 -1
  180. package/esm/components/QTextField/index.d.ts +1 -2
  181. package/esm/components/QTextField/index.d.ts.map +1 -1
  182. package/esm/components/QTextField/types.js +7 -0
  183. package/esm/components/QThemeProvider/index.d.ts +1 -0
  184. package/esm/components/QThemeProvider/index.d.ts.map +1 -1
  185. package/esm/components/QToast/QToast.d.ts +3 -2
  186. package/esm/components/QToast/QToast.d.ts.map +1 -1
  187. package/esm/components/QToast/QToast.vue.js +1 -1
  188. package/esm/components/QToast/constants.d.ts +6 -0
  189. package/esm/components/QToast/constants.d.ts.map +1 -0
  190. package/esm/components/QToast/index.d.ts +10 -11
  191. package/esm/components/QToast/index.d.ts.map +1 -1
  192. package/esm/components/QToast/types.d.ts +1 -5
  193. package/esm/components/QToast/types.d.ts.map +1 -1
  194. package/esm/components/QToggle/index.d.ts +10 -9
  195. package/esm/components/QToggle/index.d.ts.map +1 -1
  196. package/esm/components/QToggleGroup/index.d.ts +4 -5
  197. package/esm/components/QToggleGroup/index.d.ts.map +1 -1
  198. package/esm/components/QTooltip/index.d.ts +1 -0
  199. package/esm/components/QTooltip/index.d.ts.map +1 -1
  200. package/esm/components/__internal__/QChevron/QChevron.d.ts +2 -1
  201. package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
  202. package/esm/components/__internal__/QChevron/QChevron.vue.js +1 -1
  203. package/esm/components/__internal__/QChevron/constants.d.ts +6 -0
  204. package/esm/components/__internal__/QChevron/constants.d.ts.map +1 -0
  205. package/esm/components/__internal__/QChevron/index.d.ts +4 -3
  206. package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
  207. package/esm/components/__internal__/QChevron/types.d.ts +1 -5
  208. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  209. package/esm/components/__internal__/QClearButton/QClearButton.d.ts +2 -1
  210. package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
  211. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
  212. package/esm/components/__internal__/QClearButton/constants.d.ts +9 -0
  213. package/esm/components/__internal__/QClearButton/constants.d.ts.map +1 -0
  214. package/esm/components/__internal__/QClearButton/index.d.ts +5 -6
  215. package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -1
  216. package/esm/components/__internal__/QClearButton/types.d.ts +1 -8
  217. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  218. package/esm/components/index.js +56 -54
  219. package/esm/composables/index.d.ts +17 -1
  220. package/esm/composables/index.d.ts.map +1 -1
  221. package/esm/composables/useDialog/index.d.ts +4 -4
  222. package/esm/composables/useDialog/index.d.ts.map +1 -1
  223. package/esm/utils/index.d.ts +16 -0
  224. package/esm/utils/index.d.ts.map +1 -1
  225. package/package.json +1 -1
  226. package/esm/components/QCollapsible/types.js +0 -7
  227. /package/esm/components/QBadge/{types.js → constants.js} +0 -0
  228. /package/esm/components/QColorPicker/{types.js → constants.js} +0 -0
  229. /package/esm/components/QDialog/{types.js → constants.js} +0 -0
  230. /package/esm/components/QDropdownMenu/{types.js → constants.js} +0 -0
  231. /package/esm/components/QFileUpload/{types.js → constants.js} +0 -0
  232. /package/esm/components/QList/{types.js → constants.js} +0 -0
  233. /package/esm/components/QPropertyList/{types.js → constants.js} +0 -0
  234. /package/esm/components/QToast/{types.js → constants.js} +0 -0
  235. /package/esm/components/__internal__/QChevron/{types.js → constants.js} +0 -0
  236. /package/esm/components/__internal__/QClearButton/{types.js → constants.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAG5C,MAAM,MAAM,oBAAoB,GAAG,WAAW,GAAG;IAChD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA;AAGhC,eAAO,MAAM,aAAa;;CAEQ,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,oBAAoB,GAAG,WAAW,GAAG;IAChD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
@@ -16,4 +16,5 @@ declare const QDefaultsProvider: {
16
16
  };
17
17
  });
18
18
  export { QDefaultsProvider };
19
+ export * from './types';
19
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDefaultsProvider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAsC,CAAA;AAG7D,OAAO,EAAE,iBAAiB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDefaultsProvider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAsC,CAAA;AAG7D,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAG5B,cAAc,SAAS,CAAA"}
@@ -1,4 +1,5 @@
1
- import { DEFAULT_ICONS, DialogButton, QDialogProps } from './types';
1
+ import { DEFAULT_ICONS } from './constants';
2
+ import { DialogButton, QDialogProps } from './types';
2
3
  type __VLS_Props = QDialogProps;
3
4
  type __VLS_PublicProps = {
4
5
  modelValue?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AAmGA;AAkLC,OAAO,EAAiC,aAAa,EAAE,MAAM,SAAS,CAAA;AAStE,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAKzD,KAAK,WAAW,GAAG,YAAY,CAAC;AAyEjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsPT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;iCACJ,GAAG;sBACd,GAAG;6BACI,GAAG;+BACD,GAAG;iCACD,GAAG;;;;EAexC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/QDialog.vue"],"names":[],"mappings":"AAmGA;AAkLC,OAAO,EAAiC,aAAa,EAAE,MAAM,aAAa,CAAA;AAS1E,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAKzD,KAAK,WAAW,GAAG,YAAY,CAAC;AAyEjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsPT,OAAO,IAA6B;;wBAhBrB,GAAG;kCACO,GAAG;iCACJ,GAAG;sBACd,GAAG;6BACI,GAAG;+BACD,GAAG;iCACD,GAAG;;;;EAexC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as Q, mergeModels as g, useModel as A, ref as V, computed as b, createBlock as c, openBlock as l, unref as a, normalizeClass as B, withCtx as p, createElementVNode as $, createElementBlock as i, createCommentVNode as s, renderSlot as r, toDisplayString as v, createVNode as _, normalizeProps as q, guardReactiveProps as C, createTextVNode as O, Fragment as S, renderList as I, mergeProps as T } from "vue";
2
- import { DEFAULT_ICONS as P, DEFAULT_BUTTONS as H, DEFAULT_ICON as w } from "./types.js";
2
+ import { DEFAULT_ICONS as P, DEFAULT_BUTTONS as H, DEFAULT_ICON as w } from "./constants.js";
3
3
  import { QButton as L } from "../QButton/index.js";
4
4
  import { QIcon as f } from "../QIcon/index.js";
5
5
  import { QOverlay as x } from "../QOverlay/index.js";
@@ -0,0 +1,10 @@
1
+ import { Icon } from '../QIcon';
2
+ import { DialogButton } from './types';
3
+ export declare const DEFAULT_BUTTONS: Array<DialogButton>;
4
+ export declare const DEFAULT_ICON: Icon;
5
+ export declare const DEFAULT_ICONS: {
6
+ close: {
7
+ icon: string;
8
+ };
9
+ };
10
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/constants.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,YAAY,CAW/C,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,IAE1B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
@@ -1,4 +1,3 @@
1
- import { DialogButton } from './types';
2
1
  declare const QDialog: {
3
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
3
  modelValue?: boolean;
@@ -6,7 +5,7 @@ declare const QDialog: {
6
5
  title?: string;
7
6
  text?: string;
8
7
  icon?: import('..').Icon;
9
- buttons?: DialogButton[];
8
+ buttons?: import('./types').DialogButton[];
10
9
  backdropBlur?: boolean;
11
10
  size?: import('./types').QDialogSize;
12
11
  centerVertically?: boolean;
@@ -15,7 +14,7 @@ declare const QDialog: {
15
14
  dismissible?: boolean;
16
15
  html?: boolean;
17
16
  input?: import('./types').QDialogInputOption;
18
- icons?: typeof import('./types').DEFAULT_ICONS;
17
+ icons?: typeof import('./constants').DEFAULT_ICONS;
19
18
  }> & Readonly<{
20
19
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21
20
  onEnter?: (() => any) | undefined;
@@ -29,10 +28,10 @@ declare const QDialog: {
29
28
  size: import('./types').QDialogSize;
30
29
  html: boolean;
31
30
  icon: import('..').Icon;
32
- icons: typeof import('./types').DEFAULT_ICONS;
31
+ icons: typeof import('./constants').DEFAULT_ICONS;
33
32
  backdropBlur: boolean;
34
33
  attach: string;
35
- buttons: DialogButton[];
34
+ buttons: import('./types').DialogButton[];
36
35
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
37
36
  P: {};
38
37
  B: {};
@@ -46,7 +45,7 @@ declare const QDialog: {
46
45
  title?: string;
47
46
  text?: string;
48
47
  icon?: import('..').Icon;
49
- buttons?: DialogButton[];
48
+ buttons?: import('./types').DialogButton[];
50
49
  backdropBlur?: boolean;
51
50
  size?: import('./types').QDialogSize;
52
51
  centerVertically?: boolean;
@@ -55,7 +54,7 @@ declare const QDialog: {
55
54
  dismissible?: boolean;
56
55
  html?: boolean;
57
56
  input?: import('./types').QDialogInputOption;
58
- icons?: typeof import('./types').DEFAULT_ICONS;
57
+ icons?: typeof import('./constants').DEFAULT_ICONS;
59
58
  }> & Readonly<{
60
59
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
61
60
  onEnter?: (() => any) | undefined;
@@ -64,10 +63,10 @@ declare const QDialog: {
64
63
  size: import('./types').QDialogSize;
65
64
  html: boolean;
66
65
  icon: import('..').Icon;
67
- icons: typeof import('./types').DEFAULT_ICONS;
66
+ icons: typeof import('./constants').DEFAULT_ICONS;
68
67
  backdropBlur: boolean;
69
68
  attach: string;
70
- buttons: DialogButton[];
69
+ buttons: import('./types').DialogButton[];
71
70
  }>;
72
71
  __isFragment?: never;
73
72
  __isTeleport?: never;
@@ -78,7 +77,7 @@ declare const QDialog: {
78
77
  title?: string;
79
78
  text?: string;
80
79
  icon?: import('..').Icon;
81
- buttons?: DialogButton[];
80
+ buttons?: import('./types').DialogButton[];
82
81
  backdropBlur?: boolean;
83
82
  size?: import('./types').QDialogSize;
84
83
  centerVertically?: boolean;
@@ -87,7 +86,7 @@ declare const QDialog: {
87
86
  dismissible?: boolean;
88
87
  html?: boolean;
89
88
  input?: import('./types').QDialogInputOption;
90
- icons?: typeof import('./types').DEFAULT_ICONS;
89
+ icons?: typeof import('./constants').DEFAULT_ICONS;
91
90
  }> & Readonly<{
92
91
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
93
92
  onEnter?: (() => any) | undefined;
@@ -101,10 +100,10 @@ declare const QDialog: {
101
100
  size: import('./types').QDialogSize;
102
101
  html: boolean;
103
102
  icon: import('..').Icon;
104
- icons: typeof import('./types').DEFAULT_ICONS;
103
+ icons: typeof import('./constants').DEFAULT_ICONS;
105
104
  backdropBlur: boolean;
106
105
  attach: string;
107
- buttons: DialogButton[];
106
+ buttons: import('./types').DialogButton[];
108
107
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
109
108
  $slots: {
110
109
  header?(_: {}): any;
@@ -122,5 +121,5 @@ declare const QDialogProvider: import('vue').DefineComponent<import('./types').Q
122
121
  onLeave?: ((id: string) => any) | undefined;
123
122
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
124
123
  export { QDialog, QDialogProvider };
125
- export type { DialogButton };
124
+ export * from './types';
126
125
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAK3C,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4B,CAAA;AACzC,QAAA,MAAM,eAAe;;;;kFAAoC,CAAA;AAGzD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,CAAA;AAGnC,YAAY,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA4B,CAAA;AACzC,QAAA,MAAM,eAAe;;;;kFAAoC,CAAA;AAGzD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,CAAA;AAGnC,cAAc,SAAS,CAAA"}
@@ -1,6 +1,7 @@
1
+ import { QBaseComponentProps } from '../../types/component';
1
2
  import { QButtonProps } from '../QButton';
2
3
  import { Icon } from '../QIcon';
3
- import { QBaseComponentProps } from '../../types/component';
4
+ import { DEFAULT_ICONS } from './constants';
4
5
  export type QDialogSize = 'small' | 'medium' | 'large' | 'xlarge';
5
6
  export type QDialogProps = QBaseComponentProps & {
6
7
  /**
@@ -132,11 +133,4 @@ export type QDialogProviderProps = {
132
133
  */
133
134
  inline?: boolean;
134
135
  };
135
- export declare const DEFAULT_BUTTONS: Array<DialogButton>;
136
- export declare const DEFAULT_ICON: Icon;
137
- export declare const DEFAULT_ICONS: {
138
- close: {
139
- icon: string;
140
- };
141
- };
142
136
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAEjE,MAAM,MAAM,YAAY,GAAG,mBAAmB,GAAG;IAChD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;OAIG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IAExB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,CAAA;IAElB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAE1B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAA;IAEnC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAA;CACjD,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAGD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,YAAY,CAW/C,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,IAE1B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;AAEjE,MAAM,MAAM,YAAY,GAAG,mBAAmB,GAAG;IAChD;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;;;OAIG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IAExB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,CAAA;IAElB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAE1B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAA;IAEnC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAA;CACjD,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA"}
@@ -1,17 +1,16 @@
1
- import { FocusOutsideEvent, PointerDownOutsideEvent } from './types';
2
1
  declare const QDismissibleLayer: {
3
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
4
3
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
5
- "onPointer-down-outside"?: ((event: PointerDownOutsideEvent) => any) | undefined;
6
- "onFocus-outside"?: ((event: FocusOutsideEvent) => any) | undefined;
7
- "onInteract-outside"?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
8
- onDismiss?: ((event: KeyboardEvent | PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
4
+ "onPointer-down-outside"?: ((event: import('./types').PointerDownOutsideEvent) => any) | undefined;
5
+ "onFocus-outside"?: ((event: import('./types').FocusOutsideEvent) => any) | undefined;
6
+ "onInteract-outside"?: ((event: import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
7
+ onDismiss?: ((event: KeyboardEvent | import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
9
8
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
9
  "escape-key-down": (event: KeyboardEvent) => any;
11
- "pointer-down-outside": (event: PointerDownOutsideEvent) => any;
12
- "focus-outside": (event: FocusOutsideEvent) => any;
13
- "interact-outside": (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
14
- dismiss: (event: KeyboardEvent | PointerDownOutsideEvent | FocusOutsideEvent) => any;
10
+ "pointer-down-outside": (event: import('./types').PointerDownOutsideEvent) => any;
11
+ "focus-outside": (event: import('./types').FocusOutsideEvent) => any;
12
+ "interact-outside": (event: import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any;
13
+ dismiss: (event: KeyboardEvent | import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any;
15
14
  }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
16
15
  layer: HTMLDivElement;
17
16
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -23,31 +22,31 @@ declare const QDismissibleLayer: {
23
22
  Defaults: {};
24
23
  }, Readonly<{}> & Readonly<{
25
24
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
26
- "onPointer-down-outside"?: ((event: PointerDownOutsideEvent) => any) | undefined;
27
- "onFocus-outside"?: ((event: FocusOutsideEvent) => any) | undefined;
28
- "onInteract-outside"?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
29
- onDismiss?: ((event: KeyboardEvent | PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
25
+ "onPointer-down-outside"?: ((event: import('./types').PointerDownOutsideEvent) => any) | undefined;
26
+ "onFocus-outside"?: ((event: import('./types').FocusOutsideEvent) => any) | undefined;
27
+ "onInteract-outside"?: ((event: import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
28
+ onDismiss?: ((event: KeyboardEvent | import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
30
29
  }>, {}, {}, {}, {}, {}>;
31
30
  __isFragment?: never;
32
31
  __isTeleport?: never;
33
32
  __isSuspense?: never;
34
33
  } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
35
34
  "onEscape-key-down"?: ((event: KeyboardEvent) => any) | undefined;
36
- "onPointer-down-outside"?: ((event: PointerDownOutsideEvent) => any) | undefined;
37
- "onFocus-outside"?: ((event: FocusOutsideEvent) => any) | undefined;
38
- "onInteract-outside"?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
39
- onDismiss?: ((event: KeyboardEvent | PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
35
+ "onPointer-down-outside"?: ((event: import('./types').PointerDownOutsideEvent) => any) | undefined;
36
+ "onFocus-outside"?: ((event: import('./types').FocusOutsideEvent) => any) | undefined;
37
+ "onInteract-outside"?: ((event: import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
38
+ onDismiss?: ((event: KeyboardEvent | import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any) | undefined;
40
39
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
40
  "escape-key-down": (event: KeyboardEvent) => any;
42
- "pointer-down-outside": (event: PointerDownOutsideEvent) => any;
43
- "focus-outside": (event: FocusOutsideEvent) => any;
44
- "interact-outside": (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
45
- dismiss: (event: KeyboardEvent | PointerDownOutsideEvent | FocusOutsideEvent) => any;
41
+ "pointer-down-outside": (event: import('./types').PointerDownOutsideEvent) => any;
42
+ "focus-outside": (event: import('./types').FocusOutsideEvent) => any;
43
+ "interact-outside": (event: import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any;
44
+ dismiss: (event: KeyboardEvent | import('./types').PointerDownOutsideEvent | import('./types').FocusOutsideEvent) => any;
46
45
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
47
46
  $slots: {
48
47
  default?(_: {}): any;
49
48
  };
50
49
  });
51
50
  export { QDismissibleLayer };
52
- export type { FocusOutsideEvent, PointerDownOutsideEvent };
51
+ export * from './types';
53
52
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDismissibleLayer/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAKzE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAA;AAG7D,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAG5B,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDismissibleLayer/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsC,CAAA;AAG7D,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAG5B,cAAc,SAAS,CAAA"}
@@ -22,4 +22,5 @@ declare const QDivider: {
22
22
  };
23
23
  });
24
24
  export { QDivider };
25
+ export * from './types';
25
26
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDivider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDivider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA;AAGnB,cAAc,SAAS,CAAA"}
@@ -7,10 +7,10 @@ declare function __VLS_template(): {
7
7
  attrs: Partial<{}>;
8
8
  slots: {
9
9
  item?(_: {
10
- item: import('../QList/types').Item;
10
+ item: import('..').Item;
11
11
  }): any;
12
12
  'item.append'?(_: {
13
- item: import('../QList/types').Item;
13
+ item: import('..').Item;
14
14
  }): any;
15
15
  };
16
16
  refs: {};
@@ -1,6 +1,7 @@
1
1
  import { Item } from '../QList/types';
2
- import { QDropdownMenuContentProps, DEFAULT_ICONS } from './types';
2
+ import { QDropdownMenuContentProps } from './types';
3
3
  import { nextTick } from 'vue';
4
+ import { DEFAULT_ICONS } from './constants';
4
5
  type __VLS_Props = QDropdownMenuContentProps;
5
6
  type __VLS_PublicProps = {
6
7
  modelValue?: boolean;
@@ -33,7 +34,7 @@ declare function __VLS_template(): {
33
34
  readonly modelValue?: any;
34
35
  readonly highlighted?: any;
35
36
  readonly items?: Item[] | undefined;
36
- readonly groups?: import('../QList/types').Group[] | undefined;
37
+ readonly groups?: import('..').Group[] | undefined;
37
38
  readonly selectable?: boolean | undefined;
38
39
  readonly multiple?: boolean | undefined;
39
40
  readonly disabled?: boolean | undefined;
@@ -63,7 +64,7 @@ declare function __VLS_template(): {
63
64
  readonly selectable?: boolean | undefined;
64
65
  readonly highlighted?: boolean | undefined;
65
66
  readonly disabled?: boolean | undefined;
66
- readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
67
+ readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
67
68
  readonly onClick?: (() => any) | undefined;
68
69
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69
70
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -91,7 +92,7 @@ declare function __VLS_template(): {
91
92
  } & {
92
93
  click: () => any;
93
94
  }, string, {
94
- icons: typeof import('../QList/types').DEFAULT_ICONS;
95
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
95
96
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
96
97
  beforeCreate?: (() => void) | (() => void)[];
97
98
  created?: (() => void) | (() => void)[];
@@ -113,7 +114,7 @@ declare function __VLS_template(): {
113
114
  $nextTick: typeof nextTick;
114
115
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
115
116
  } & Readonly<{
116
- icons: typeof import('../QList/types').DEFAULT_ICONS;
117
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
117
118
  }> & Omit<Readonly<{
118
119
  modelValue?: boolean;
119
120
  } & import('..').QListItemProps> & Readonly<{
@@ -150,7 +151,7 @@ declare function __VLS_template(): {
150
151
  "update:modelValue": (val: any) => any;
151
152
  "mouseenter:item": (key: any) => any;
152
153
  }, string, {
153
- groups: import('../QList/types').Group[];
154
+ groups: import('..').Group[];
154
155
  itemValue: string;
155
156
  itemLabel: string;
156
157
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -174,7 +175,7 @@ declare function __VLS_template(): {
174
175
  $nextTick: typeof nextTick;
175
176
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
176
177
  } & Readonly<{
177
- groups: import('../QList/types').Group[];
178
+ groups: import('..').Group[];
178
179
  itemValue: string;
179
180
  itemLabel: string;
180
181
  }> & Omit<Readonly<import('..').QListProps> & Readonly<{
@@ -221,7 +222,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
221
222
  transition: string;
222
223
  icons: typeof DEFAULT_ICONS;
223
224
  placement: import('../../composables/overlay').Placement;
224
- groups: import('../QList/types').Group[];
225
+ groups: import('..').Group[];
225
226
  itemValue: string;
226
227
  itemLabel: string;
227
228
  appearance: import('../../composables/overlay').Appearance;
@@ -240,7 +241,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
240
241
  readonly modelValue?: any;
241
242
  readonly highlighted?: any;
242
243
  readonly items?: Item[] | undefined;
243
- readonly groups?: import('../QList/types').Group[] | undefined;
244
+ readonly groups?: import('..').Group[] | undefined;
244
245
  readonly selectable?: boolean | undefined;
245
246
  readonly multiple?: boolean | undefined;
246
247
  readonly disabled?: boolean | undefined;
@@ -270,7 +271,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
270
271
  readonly selectable?: boolean | undefined;
271
272
  readonly highlighted?: boolean | undefined;
272
273
  readonly disabled?: boolean | undefined;
273
- readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
274
+ readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
274
275
  readonly onClick?: (() => any) | undefined;
275
276
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
276
277
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -298,7 +299,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
298
299
  } & {
299
300
  click: () => any;
300
301
  }, string, {
301
- icons: typeof import('../QList/types').DEFAULT_ICONS;
302
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
302
303
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
303
304
  beforeCreate?: (() => void) | (() => void)[];
304
305
  created?: (() => void) | (() => void)[];
@@ -320,7 +321,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
320
321
  $nextTick: typeof nextTick;
321
322
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
322
323
  } & Readonly<{
323
- icons: typeof import('../QList/types').DEFAULT_ICONS;
324
+ icons: typeof import('../QList/constants').DEFAULT_ICONS;
324
325
  }> & Omit<Readonly<{
325
326
  modelValue?: boolean;
326
327
  } & import('..').QListItemProps> & Readonly<{
@@ -357,7 +358,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
357
358
  "update:modelValue": (val: any) => any;
358
359
  "mouseenter:item": (key: any) => any;
359
360
  }, string, {
360
- groups: import('../QList/types').Group[];
361
+ groups: import('..').Group[];
361
362
  itemValue: string;
362
363
  itemLabel: string;
363
364
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -381,7 +382,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
381
382
  $nextTick: typeof nextTick;
382
383
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
383
384
  } & Readonly<{
384
- groups: import('../QList/types').Group[];
385
+ groups: import('..').Group[];
385
386
  itemValue: string;
386
387
  itemLabel: string;
387
388
  }> & Omit<Readonly<import('..').QListProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAkFA;AA4RC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAsM9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA+MT,OAAO,IAA6B;;oBArYpC;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;oBAD9B;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAmcwtG,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1Dz3G;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+B+uG,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBx3G,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAkFA;AA4RC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAsM9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA+MT,OAAO,IAA6B;;oBArYpC;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;oBAD9B;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAmcgtG,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1Dj3G;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+BuuG,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBh3G,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,7 +2,7 @@ import { defineComponent as F, mergeModels as x, useModel as C, ref as A, comput
2
2
  import { QList as Z } from "../QList/index.js";
3
3
  import { QOverlay as K } from "../QOverlay/index.js";
4
4
  import { QIcon as ee } from "../QIcon/index.js";
5
- import { DEFAULT_ICONS as te } from "./types.js";
5
+ import { DEFAULT_ICONS as te } from "./constants.js";
6
6
  const oe = {
7
7
  key: 0,
8
8
  class: "q-dropdown-menu__extra"
@@ -0,0 +1,6 @@
1
+ export declare const DEFAULT_ICONS: {
2
+ expand: {
3
+ icon: string;
4
+ };
5
+ };
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
@@ -5,8 +5,8 @@ declare const QDropdownMenu: {
5
5
  activator?: import('../../utils/getElement').Selector;
6
6
  itemValue?: string;
7
7
  itemLabel?: string;
8
- items?: import('../QList/types').Item[];
9
- groups?: import('../QList/types').Group[];
8
+ items?: import('..').Item[];
9
+ groups?: import('..').Group[];
10
10
  appearance?: import('../../composables/overlay').Appearance;
11
11
  placement?: import('../../composables/overlay').Placement;
12
12
  transition?: string;
@@ -14,7 +14,7 @@ declare const QDropdownMenu: {
14
14
  delay?: number;
15
15
  trigger?: import('../../composables/overlay').Trigger;
16
16
  depth?: number;
17
- icons?: typeof import('./types').DEFAULT_ICONS;
17
+ icons?: typeof import('./constants').DEFAULT_ICONS;
18
18
  }> & Readonly<{
19
19
  onSelect?: ((item: any) => any) | undefined;
20
20
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -35,8 +35,8 @@ declare const QDropdownMenu: {
35
35
  activator?: import('../../utils/getElement').Selector;
36
36
  itemValue?: string;
37
37
  itemLabel?: string;
38
- items?: import('../QList/types').Item[];
39
- groups?: import('../QList/types').Group[];
38
+ items?: import('..').Item[];
39
+ groups?: import('..').Group[];
40
40
  appearance?: import('../../composables/overlay').Appearance;
41
41
  placement?: import('../../composables/overlay').Placement;
42
42
  transition?: string;
@@ -44,7 +44,7 @@ declare const QDropdownMenu: {
44
44
  delay?: number;
45
45
  trigger?: import('../../composables/overlay').Trigger;
46
46
  depth?: number;
47
- icons?: typeof import('./types').DEFAULT_ICONS;
47
+ icons?: typeof import('./constants').DEFAULT_ICONS;
48
48
  }> & Readonly<{
49
49
  onSelect?: ((item: any) => any) | undefined;
50
50
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -58,8 +58,8 @@ declare const QDropdownMenu: {
58
58
  activator?: import('../../utils/getElement').Selector;
59
59
  itemValue?: string;
60
60
  itemLabel?: string;
61
- items?: import('../QList/types').Item[];
62
- groups?: import('../QList/types').Group[];
61
+ items?: import('..').Item[];
62
+ groups?: import('..').Group[];
63
63
  appearance?: import('../../composables/overlay').Appearance;
64
64
  placement?: import('../../composables/overlay').Placement;
65
65
  transition?: string;
@@ -67,7 +67,7 @@ declare const QDropdownMenu: {
67
67
  delay?: number;
68
68
  trigger?: import('../../composables/overlay').Trigger;
69
69
  depth?: number;
70
- icons?: typeof import('./types').DEFAULT_ICONS;
70
+ icons?: typeof import('./constants').DEFAULT_ICONS;
71
71
  }> & Readonly<{
72
72
  onSelect?: ((item: any) => any) | undefined;
73
73
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -78,12 +78,13 @@ declare const QDropdownMenu: {
78
78
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
79
79
  $slots: {
80
80
  item?(_: {
81
- item: import('../QList/types').Item;
81
+ item: import('..').Item;
82
82
  }): any;
83
83
  'item.append'?(_: {
84
- item: import('../QList/types').Item;
84
+ item: import('..').Item;
85
85
  }): any;
86
86
  };
87
87
  });
88
88
  export { QDropdownMenu };
89
+ export * from './types';
89
90
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AAGrD,OAAO,EAAE,aAAa,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AAGrD,OAAO,EAAE,aAAa,EAAE,CAAA;AAGxB,cAAc,SAAS,CAAA"}
@@ -2,6 +2,7 @@ import { Appearance, Placement, Trigger } from '../../composables/overlay';
2
2
  import { QBaseComponentProps } from '../../types/component';
3
3
  import { Selector } from '../../utils/getElement';
4
4
  import { Group, Item } from '../QList/types';
5
+ import { DEFAULT_ICONS } from './constants';
5
6
  export type QDropdownMenuProps = QBaseComponentProps & {
6
7
  /**
7
8
  * The DOM element used to activate the dropdown menu.
@@ -98,9 +99,4 @@ export type QDropdownMenuContentProps = QDropdownMenuProps & {
98
99
  */
99
100
  crossOffset?: number;
100
101
  };
101
- export declare const DEFAULT_ICONS: {
102
- expand: {
103
- icon: string;
104
- };
105
- };
106
102
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAEtD,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAEjD,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IAEpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IAEH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG;IAC5D;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;;OAIG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IAEpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IAEH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG;IAC5D;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA"}
@@ -1,9 +1,8 @@
1
- import { QFieldProps, QFieldSize } from './types';
2
1
  declare const QField: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QFieldProps> & Readonly<{}>, {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QFieldProps> & Readonly<{}>, {
4
3
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
5
4
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
6
- size: QFieldSize;
5
+ size: import('./types').QFieldSize;
7
6
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
8
7
  field: HTMLDivElement;
9
8
  }, any, import('vue').ComponentProvideOptions, {
@@ -13,18 +12,18 @@ declare const QField: {
13
12
  C: {};
14
13
  M: {};
15
14
  Defaults: {};
16
- }, Readonly<QFieldProps> & Readonly<{}>, {
15
+ }, Readonly<import('./types').QFieldProps> & Readonly<{}>, {
17
16
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
18
17
  }, {}, {}, {}, {
19
- size: QFieldSize;
18
+ size: import('./types').QFieldSize;
20
19
  }>;
21
20
  __isFragment?: never;
22
21
  __isTeleport?: never;
23
22
  __isSuspense?: never;
24
- } & import('vue').ComponentOptionsBase<Readonly<QFieldProps> & Readonly<{}>, {
23
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QFieldProps> & Readonly<{}>, {
25
24
  fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
26
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
27
- size: QFieldSize;
26
+ size: import('./types').QFieldSize;
28
27
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
28
  $slots: {
30
29
  'label.prepend'?(_: {}): any;
@@ -37,5 +36,5 @@ declare const QField: {
37
36
  };
38
37
  });
39
38
  export { QField };
40
- export type { QFieldProps, QFieldSize };
39
+ export * from './types';
41
40
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAKtD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QField/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,cAAc,SAAS,CAAA"}