@quidgest/ui 0.16.35 → 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 (238) hide show
  1. package/dist/json/api.json +1 -1
  2. package/dist/ui.css +24 -6
  3. package/dist/ui.esm.js +1742 -1741
  4. package/dist/ui.js +10 -10
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +673 -673
  7. package/dist/ui.scss +23 -5
  8. package/esm/components/QAccordion/index.d.ts +1 -0
  9. package/esm/components/QAccordion/index.d.ts.map +1 -1
  10. package/esm/components/QAvatar/index.d.ts +1 -0
  11. package/esm/components/QAvatar/index.d.ts.map +1 -1
  12. package/esm/components/QBadge/QBadge.d.ts +2 -1
  13. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  14. package/esm/components/QBadge/QBadge.vue.js +9 -9
  15. package/esm/components/QBadge/constants.d.ts +9 -0
  16. package/esm/components/QBadge/constants.d.ts.map +1 -0
  17. package/esm/components/QBadge/index.d.ts +7 -6
  18. package/esm/components/QBadge/index.d.ts.map +1 -1
  19. package/esm/components/QBadge/types.d.ts +1 -8
  20. package/esm/components/QBadge/types.d.ts.map +1 -1
  21. package/esm/components/QBadgeIndicator/index.d.ts +4 -5
  22. package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
  23. package/esm/components/QButton/index.d.ts +4 -5
  24. package/esm/components/QButton/index.d.ts.map +1 -1
  25. package/esm/components/QButtonGroup/index.d.ts +1 -0
  26. package/esm/components/QButtonGroup/index.d.ts.map +1 -1
  27. package/esm/components/QCard/index.d.ts +4 -5
  28. package/esm/components/QCard/index.d.ts.map +1 -1
  29. package/esm/components/QCarousel/index.d.ts +1 -0
  30. package/esm/components/QCarousel/index.d.ts.map +1 -1
  31. package/esm/components/QCheckbox/index.d.ts +1 -0
  32. package/esm/components/QCheckbox/index.d.ts.map +1 -1
  33. package/esm/components/QCollapsible/QCollapsible.d.ts +2 -1
  34. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  35. package/esm/components/QCollapsible/QCollapsible.vue.js +1 -1
  36. package/esm/components/QCollapsible/constants.d.ts +6 -0
  37. package/esm/components/QCollapsible/constants.d.ts.map +1 -0
  38. package/esm/components/QCollapsible/constants.js +7 -0
  39. package/esm/components/QCollapsible/index.d.ts +19 -20
  40. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  41. package/esm/components/QCollapsible/types.d.ts +1 -5
  42. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  43. package/esm/components/QColorPicker/QColorPicker.d.ts +2 -1
  44. package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
  45. package/esm/components/QColorPicker/QColorPicker.vue.js +1 -1
  46. package/esm/components/QColorPicker/constants.d.ts +4 -0
  47. package/esm/components/QColorPicker/constants.d.ts.map +1 -0
  48. package/esm/components/QColorPicker/index.d.ts +7 -6
  49. package/esm/components/QColorPicker/index.d.ts.map +1 -1
  50. package/esm/components/QColorPicker/types.d.ts +2 -4
  51. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  52. package/esm/components/QCombobox/QCombobox.d.ts +60 -59
  53. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  54. package/esm/components/QCombobox/QCombobox.vue.js +1 -1
  55. package/esm/components/QCombobox/constants.d.ts +14 -0
  56. package/esm/components/QCombobox/constants.d.ts.map +1 -0
  57. package/esm/components/QCombobox/{types.js → constants.js} +2 -2
  58. package/esm/components/QCombobox/index.d.ts +63 -62
  59. package/esm/components/QCombobox/index.d.ts.map +1 -1
  60. package/esm/components/QCombobox/types.d.ts +1 -13
  61. package/esm/components/QCombobox/types.d.ts.map +1 -1
  62. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +2 -1
  63. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  64. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
  65. package/esm/components/QDateTimePicker/constants.d.ts +12 -0
  66. package/esm/components/QDateTimePicker/constants.d.ts.map +1 -0
  67. package/esm/components/QDateTimePicker/{types.js → constants.js} +1 -1
  68. package/esm/components/QDateTimePicker/index.d.ts +13 -14
  69. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  70. package/esm/components/QDateTimePicker/types.d.ts +1 -11
  71. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  72. package/esm/components/QDefaultsProvider/index.d.ts +1 -0
  73. package/esm/components/QDefaultsProvider/index.d.ts.map +1 -1
  74. package/esm/components/QDialog/QDialog.d.ts +2 -1
  75. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  76. package/esm/components/QDialog/QDialog.vue.js +1 -1
  77. package/esm/components/QDialog/constants.d.ts +10 -0
  78. package/esm/components/QDialog/constants.d.ts.map +1 -0
  79. package/esm/components/QDialog/index.d.ts +13 -14
  80. package/esm/components/QDialog/index.d.ts.map +1 -1
  81. package/esm/components/QDialog/types.d.ts +2 -8
  82. package/esm/components/QDialog/types.d.ts.map +1 -1
  83. package/esm/components/QDismissibleLayer/index.d.ts +21 -22
  84. package/esm/components/QDismissibleLayer/index.d.ts.map +1 -1
  85. package/esm/components/QDivider/index.d.ts +1 -0
  86. package/esm/components/QDivider/index.d.ts.map +1 -1
  87. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -2
  88. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +15 -14
  89. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  90. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +1 -1
  91. package/esm/components/QDropdownMenu/constants.d.ts +6 -0
  92. package/esm/components/QDropdownMenu/constants.d.ts.map +1 -0
  93. package/esm/components/QDropdownMenu/index.d.ts +12 -11
  94. package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
  95. package/esm/components/QDropdownMenu/types.d.ts +1 -5
  96. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  97. package/esm/components/QField/index.d.ts +7 -8
  98. package/esm/components/QField/index.d.ts.map +1 -1
  99. package/esm/components/QFileUpload/QFileUpload.d.ts +2 -1
  100. package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
  101. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  102. package/esm/components/QFileUpload/constants.d.ts +26 -0
  103. package/esm/components/QFileUpload/constants.d.ts.map +1 -0
  104. package/esm/components/QFileUpload/index.d.ts +13 -14
  105. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  106. package/esm/components/QFileUpload/types.d.ts +1 -25
  107. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  108. package/esm/components/QFocusTrap/index.d.ts +1 -2
  109. package/esm/components/QFocusTrap/index.d.ts.map +1 -1
  110. package/esm/components/QGrid/index.d.ts +1 -0
  111. package/esm/components/QGrid/index.d.ts.map +1 -1
  112. package/esm/components/QIcon/index.d.ts +2 -3
  113. package/esm/components/QIcon/index.d.ts.map +1 -1
  114. package/esm/components/QIcon/types.d.ts +1 -0
  115. package/esm/components/QIcon/types.d.ts.map +1 -1
  116. package/esm/components/QInputGroup/index.d.ts +1 -0
  117. package/esm/components/QInputGroup/index.d.ts.map +1 -1
  118. package/esm/components/QLabel/index.d.ts +4 -5
  119. package/esm/components/QLabel/index.d.ts.map +1 -1
  120. package/esm/components/QLineLoader/index.d.ts +1 -0
  121. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  122. package/esm/components/QList/QList.d.ts +6 -6
  123. package/esm/components/QList/QListItem.d.ts +2 -1
  124. package/esm/components/QList/QListItem.d.ts.map +1 -1
  125. package/esm/components/QList/QListItem.vue.js +1 -1
  126. package/esm/components/QList/constants.d.ts +9 -0
  127. package/esm/components/QList/constants.d.ts.map +1 -0
  128. package/esm/components/QList/index.d.ts +18 -19
  129. package/esm/components/QList/index.d.ts.map +1 -1
  130. package/esm/components/QList/types.d.ts +1 -8
  131. package/esm/components/QList/types.d.ts.map +1 -1
  132. package/esm/components/QMeter/index.d.ts +1 -2
  133. package/esm/components/QMeter/index.d.ts.map +1 -1
  134. package/esm/components/QOverlay/index.d.ts +1 -2
  135. package/esm/components/QOverlay/index.d.ts.map +1 -1
  136. package/esm/components/QPasswordField/QPasswordField.d.ts +6 -6
  137. package/esm/components/QPasswordField/index.d.ts +4 -5
  138. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  139. package/esm/components/QPopover/index.d.ts +1 -0
  140. package/esm/components/QPopover/index.d.ts.map +1 -1
  141. package/esm/components/QPropertyList/QPropertyList.d.ts +2 -1
  142. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  143. package/esm/components/QPropertyList/QPropertyList.vue.js +58 -60
  144. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -1
  145. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  146. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +1 -1
  147. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +2 -1
  148. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  149. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +1 -1
  150. package/esm/components/QPropertyList/QPropertyListRow.vue.js +1 -1
  151. package/esm/components/QPropertyList/constants.d.ts +12 -0
  152. package/esm/components/QPropertyList/constants.d.ts.map +1 -0
  153. package/esm/components/QPropertyList/index.d.ts +19 -20
  154. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  155. package/esm/components/QPropertyList/types.d.ts +1 -11
  156. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  157. package/esm/components/QRadioGroup/index.d.ts +1 -0
  158. package/esm/components/QRadioGroup/index.d.ts.map +1 -1
  159. package/esm/components/QRemoveScrollBar/index.d.ts +1 -0
  160. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
  161. package/esm/components/QSelect/QSelect.d.ts +44 -43
  162. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  163. package/esm/components/QSelect/QSelect.vue.js +1 -1
  164. package/esm/components/QSelect/constants.d.ts +14 -0
  165. package/esm/components/QSelect/constants.d.ts.map +1 -0
  166. package/esm/components/QSelect/{types.js → constants.js} +2 -2
  167. package/esm/components/QSelect/index.d.ts +46 -45
  168. package/esm/components/QSelect/index.d.ts.map +1 -1
  169. package/esm/components/QSelect/types.d.ts +1 -13
  170. package/esm/components/QSelect/types.d.ts.map +1 -1
  171. package/esm/components/QSidebar/QSidebarAnchor.d.ts +18 -18
  172. package/esm/components/QSidebar/index.d.ts +1 -0
  173. package/esm/components/QSidebar/index.d.ts.map +1 -1
  174. package/esm/components/QSkeletonLoader/index.d.ts +1 -0
  175. package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
  176. package/esm/components/QSpinnerLoader/index.d.ts +1 -0
  177. package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
  178. package/esm/components/QSwitch/index.d.ts +1 -0
  179. package/esm/components/QSwitch/index.d.ts.map +1 -1
  180. package/esm/components/QTextArea/index.d.ts +1 -0
  181. package/esm/components/QTextArea/index.d.ts.map +1 -1
  182. package/esm/components/QTextField/index.d.ts +1 -2
  183. package/esm/components/QTextField/index.d.ts.map +1 -1
  184. package/esm/components/QTextField/types.js +7 -0
  185. package/esm/components/QThemeProvider/index.d.ts +1 -0
  186. package/esm/components/QThemeProvider/index.d.ts.map +1 -1
  187. package/esm/components/QToast/QToast.d.ts +3 -2
  188. package/esm/components/QToast/QToast.d.ts.map +1 -1
  189. package/esm/components/QToast/QToast.vue.js +1 -1
  190. package/esm/components/QToast/constants.d.ts +6 -0
  191. package/esm/components/QToast/constants.d.ts.map +1 -0
  192. package/esm/components/QToast/index.d.ts +10 -11
  193. package/esm/components/QToast/index.d.ts.map +1 -1
  194. package/esm/components/QToast/types.d.ts +1 -5
  195. package/esm/components/QToast/types.d.ts.map +1 -1
  196. package/esm/components/QToggle/index.d.ts +10 -9
  197. package/esm/components/QToggle/index.d.ts.map +1 -1
  198. package/esm/components/QToggleGroup/index.d.ts +4 -5
  199. package/esm/components/QToggleGroup/index.d.ts.map +1 -1
  200. package/esm/components/QTooltip/index.d.ts +1 -0
  201. package/esm/components/QTooltip/index.d.ts.map +1 -1
  202. package/esm/components/__internal__/QChevron/QChevron.d.ts +2 -1
  203. package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
  204. package/esm/components/__internal__/QChevron/QChevron.vue.js +1 -1
  205. package/esm/components/__internal__/QChevron/constants.d.ts +6 -0
  206. package/esm/components/__internal__/QChevron/constants.d.ts.map +1 -0
  207. package/esm/components/__internal__/QChevron/index.d.ts +4 -3
  208. package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
  209. package/esm/components/__internal__/QChevron/types.d.ts +1 -5
  210. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  211. package/esm/components/__internal__/QClearButton/QClearButton.d.ts +2 -1
  212. package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
  213. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
  214. package/esm/components/__internal__/QClearButton/constants.d.ts +9 -0
  215. package/esm/components/__internal__/QClearButton/constants.d.ts.map +1 -0
  216. package/esm/components/__internal__/QClearButton/index.d.ts +5 -6
  217. package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -1
  218. package/esm/components/__internal__/QClearButton/types.d.ts +1 -8
  219. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  220. package/esm/components/index.js +56 -54
  221. package/esm/composables/index.d.ts +17 -1
  222. package/esm/composables/index.d.ts.map +1 -1
  223. package/esm/composables/useDialog/index.d.ts +4 -4
  224. package/esm/composables/useDialog/index.d.ts.map +1 -1
  225. package/esm/utils/index.d.ts +16 -0
  226. package/esm/utils/index.d.ts.map +1 -1
  227. package/package.json +1 -1
  228. package/esm/components/QCollapsible/types.js +0 -7
  229. /package/esm/components/QBadge/{types.js → constants.js} +0 -0
  230. /package/esm/components/QColorPicker/{types.js → constants.js} +0 -0
  231. /package/esm/components/QDialog/{types.js → constants.js} +0 -0
  232. /package/esm/components/QDropdownMenu/{types.js → constants.js} +0 -0
  233. /package/esm/components/QFileUpload/{types.js → constants.js} +0 -0
  234. /package/esm/components/QList/{types.js → constants.js} +0 -0
  235. /package/esm/components/QPropertyList/{types.js → constants.js} +0 -0
  236. /package/esm/components/QToast/{types.js → constants.js} +0 -0
  237. /package/esm/components/__internal__/QChevron/{types.js → constants.js} +0 -0
  238. /package/esm/components/__internal__/QClearButton/{types.js → constants.js} +0 -0
@@ -32,7 +32,7 @@ declare function __VLS_template(): {
32
32
  readonly maxLength?: number | undefined;
33
33
  readonly clearable?: boolean | undefined;
34
34
  readonly type?: string | undefined;
35
- readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
35
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
36
36
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
37
37
  readonly "onClick:clear"?: ((event: Event) => any) | undefined;
38
38
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -138,7 +138,7 @@ declare function __VLS_template(): {
138
138
  maxLength?: number;
139
139
  clearable?: boolean;
140
140
  type?: string;
141
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
141
+ texts?: typeof import('..').DEFAULT_TEXTS;
142
142
  }> & Readonly<{
143
143
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
144
144
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -190,7 +190,7 @@ declare function __VLS_template(): {
190
190
  maxLength?: number;
191
191
  clearable?: boolean;
192
192
  type?: string;
193
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
193
+ texts?: typeof import('..').DEFAULT_TEXTS;
194
194
  }> & Readonly<{
195
195
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
196
196
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -237,7 +237,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
237
237
  readonly maxLength?: number | undefined;
238
238
  readonly clearable?: boolean | undefined;
239
239
  readonly type?: string | undefined;
240
- readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
240
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
241
241
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
242
242
  readonly "onClick:clear"?: ((event: Event) => any) | undefined;
243
243
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -343,7 +343,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
343
343
  maxLength?: number;
344
344
  clearable?: boolean;
345
345
  type?: string;
346
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
346
+ texts?: typeof import('..').DEFAULT_TEXTS;
347
347
  }> & Readonly<{
348
348
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
349
349
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -395,7 +395,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
395
395
  maxLength?: number;
396
396
  clearable?: boolean;
397
397
  type?: string;
398
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
398
+ texts?: typeof import('..').DEFAULT_TEXTS;
399
399
  }> & Readonly<{
400
400
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
401
401
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -1,4 +1,3 @@
1
- import { QPasswordFieldProps } from './types';
2
1
  declare const QPasswordField: {
3
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
3
  modelValue?: string;
@@ -36,7 +35,7 @@ declare const QPasswordField: {
36
35
  readonly maxLength?: number | undefined;
37
36
  readonly clearable?: boolean | undefined;
38
37
  readonly type?: string | undefined;
39
- readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
38
+ readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
40
39
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
41
40
  readonly "onClick:clear"?: ((event: Event) => any) | undefined;
42
41
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -142,7 +141,7 @@ declare const QPasswordField: {
142
141
  maxLength?: number;
143
142
  clearable?: boolean;
144
143
  type?: string;
145
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
144
+ texts?: typeof import('..').DEFAULT_TEXTS;
146
145
  }> & Readonly<{
147
146
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
148
147
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -194,7 +193,7 @@ declare const QPasswordField: {
194
193
  maxLength?: number;
195
194
  clearable?: boolean;
196
195
  type?: string;
197
- texts?: typeof import('../QTextField/types').DEFAULT_TEXTS;
196
+ texts?: typeof import('..').DEFAULT_TEXTS;
198
197
  }> & Readonly<{
199
198
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
200
199
  "onClick:clear"?: ((event: Event) => any) | undefined;
@@ -262,5 +261,5 @@ declare const QPasswordField: {
262
261
  };
263
262
  });
264
263
  export { QPasswordField };
265
- export type { QPasswordFieldProps };
264
+ export * from './types';
266
265
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO2mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP9rzB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAOorzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPvwzB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,cAAc,SAAS,CAAA"}
@@ -80,4 +80,5 @@ declare const QPopover: {
80
80
  };
81
81
  });
82
82
  export { QPopover };
83
+ export * from './types';
83
84
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/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/QPopover/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA;AAGnB,cAAc,SAAS,CAAA"}
@@ -1,4 +1,5 @@
1
- import { QPropertyListField, QPropertyListProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
1
+ import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
2
+ import { QPropertyListField, QPropertyListProps } from './types';
2
3
  declare function __VLS_template(): {
3
4
  attrs: Partial<{}>;
4
5
  slots: Partial<Record<string, (_: {
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyList.vue"],"names":[],"mappings":"AAuDA;AA6NC,OAAO,KAAK,EAAE,kBAAkB,EAA2B,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI9F,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAiKvD,iBAAS,cAAc;WA+HT,OAAO,IAA6B;;;UAbqC,GAAG;;;;;;;;;;YAE9D,GAAG;;;;;;EAgB9B;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,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":"QPropertyList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyList.vue"],"names":[],"mappings":"AAyDA;AA2NC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAM1D,OAAO,KAAK,EAAE,kBAAkB,EAA2B,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAiK/F,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;;UAbqC,GAAG;;;;;;;;;;YAE9D,GAAG;;;;;;EAgB9B;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,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,7 +1,7 @@
1
- import { defineComponent as G, ref as c, computed as g, watch as Q, nextTick as S, createElementBlock as d, openBlock as i, normalizeClass as h, createElementVNode as a, createBlock as p, createCommentVNode as f, Fragment as y, renderList as _, unref as m, withCtx as k, renderSlot as C } from "vue";
2
- import { QPropertyListGroup as N, QPropertyListRow as O, QPropertyListPanel as V } from "./index.js";
3
- import { DEFAULT_TEXTS as $, DEFAULT_ICONS as D } from "./types.js";
4
- const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G({
1
+ import { defineComponent as A, ref as p, computed as g, watch as G, nextTick as Q, createElementBlock as u, openBlock as s, normalizeClass as h, createElementVNode as a, createBlock as f, createCommentVNode as c, Fragment as y, renderList as k, unref as m, withCtx as _, renderSlot as F } from "vue";
2
+ import { DEFAULT_TEXTS as W, DEFAULT_ICONS as N } from "./constants.js";
3
+ import { QPropertyListGroup as O, QPropertyListRow as V, QPropertyListPanel as $ } from "./index.js";
4
+ const D = ["id"], U = { class: "q-property-list__table" }, j = /* @__PURE__ */ A({
5
5
  __name: "QPropertyList",
6
6
  props: {
7
7
  id: {},
@@ -13,14 +13,14 @@ const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G
13
13
  noPanel: { type: Boolean },
14
14
  noToggle: { type: Boolean },
15
15
  readonly: { type: Boolean },
16
- icons: { default: () => D },
17
- texts: { default: () => $ }
16
+ icons: { default: () => N },
17
+ texts: { default: () => W }
18
18
  },
19
19
  emits: ["field-change", "select-field"],
20
- setup(F, { emit: b }) {
21
- const t = F, v = b, u = c(t.groups.map((e) => e.id)), s = c(void 0), r = c(null), x = g(() => t.groups.length ? t.groups.filter(
20
+ setup(C, { emit: b }) {
21
+ const t = C, v = b, d = p(t.groups.map((e) => e.id)), n = p(void 0), r = p(null), x = g(() => t.groups.length ? t.groups.filter(
22
22
  (e) => t.fields.some((o) => o.group === e.id)
23
- ) : [{ id: "", title: "" }]), w = g(() => [
23
+ ) : [{ id: "", title: "" }]), P = g(() => [
24
24
  "q-property-list",
25
25
  {
26
26
  "q-property-list--side-panel": t.panelPosition === "right",
@@ -28,54 +28,52 @@ const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G
28
28
  },
29
29
  t.class
30
30
  ]);
31
- function P() {
32
- if (!r.value) return;
33
- const e = r.value.offsetWidth;
34
- r.value.style.width = `${e}px`;
35
- }
36
- function q() {
31
+ function B() {
37
32
  var e;
38
- (e = r.value) != null && e.contains(document.activeElement) || (s.value = void 0);
39
- }
40
- function B(e) {
41
- return e ? t.fields.filter((o) => o.group === e) : t.fields;
33
+ (e = r.value) != null && e.contains(document.activeElement) || (n.value = void 0);
42
34
  }
43
35
  function L(e) {
44
- const o = u.value.indexOf(e);
45
- o === -1 ? u.value.push(e) : u.value.splice(o, 1);
36
+ return e ? t.fields.filter((o) => o.group === e) : t.fields;
46
37
  }
47
38
  function T(e) {
39
+ const o = d.value.indexOf(e);
40
+ o === -1 ? d.value.push(e) : d.value.splice(o, 1);
41
+ }
42
+ function q(e) {
48
43
  var l;
49
- const o = e.group && !u.value.includes(e.group), n = ((l = s.value) == null ? void 0 : l.id) === e.id;
50
44
  return [
51
45
  {
52
- "q-property-list__row--closed": o,
53
- "q-property-list__row--selected": n
46
+ "q-property-list__row--selected": ((l = n.value) == null ? void 0 : l.id) === e.id
54
47
  }
55
48
  ];
56
49
  }
57
- function E(e) {
58
- s.value = e, v("select-field", s.value.id);
50
+ function w(e) {
51
+ n.value = e, v("select-field", n.value.id);
59
52
  }
60
- function R(e, o) {
53
+ function E(e, o) {
61
54
  t.readonly || (e.props.readonly ?? !1) || v("field-change", e, o);
62
55
  }
63
- return Q(
56
+ function R() {
57
+ if (!r.value) return;
58
+ const e = r.value.offsetWidth;
59
+ r.value.style.minWidth = `${e}px`;
60
+ }
61
+ return G(
64
62
  () => t.block,
65
63
  async (e) => {
66
64
  var o;
67
- await S(), e ? (o = r.value) == null || o.removeAttribute("style") : P();
65
+ await Q(), e ? (o = r.value) == null || o.removeAttribute("style") : R();
68
66
  },
69
67
  { immediate: !0 }
70
- ), (e, o) => (i(), d("div", {
68
+ ), (e, o) => (s(), u("div", {
71
69
  id: t.id,
72
70
  ref_key: "componentRoot",
73
71
  ref: r,
74
72
  tabindex: "0",
75
- class: h(w.value),
76
- onFocusout: q
73
+ class: h(P.value),
74
+ onFocusout: B
77
75
  }, [
78
- a("table", W, [
76
+ a("table", U, [
79
77
  o[0] || (o[0] = a(
80
78
  "thead",
81
79
  { class: "q-property-list__header" },
@@ -88,44 +86,44 @@ const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G
88
86
  /* HOISTED */
89
87
  )),
90
88
  a("tbody", null, [
91
- (i(!0), d(
89
+ (s(!0), u(
92
90
  y,
93
91
  null,
94
- _(x.value, (n) => (i(), d(
92
+ k(x.value, (l) => (s(), u(
95
93
  y,
96
94
  {
97
- key: n.id
95
+ key: l.id
98
96
  },
99
97
  [
100
- n.title ? (i(), p(m(N), {
98
+ l.title ? (s(), f(m(O), {
101
99
  key: 0,
102
- "data-key": n.id,
103
- title: n.title,
100
+ "data-key": l.id,
101
+ title: l.title,
104
102
  icons: t.icons,
105
103
  "no-toggle": t.noToggle,
106
- onClick: () => L(n.id)
107
- }, null, 8, ["data-key", "title", "icons", "no-toggle", "onClick"])) : f("v-if", !0),
108
- (i(!0), d(
104
+ onClick: () => T(l.id)
105
+ }, null, 8, ["data-key", "title", "icons", "no-toggle", "onClick"])) : c("v-if", !0),
106
+ l.id === "" || d.value.includes(l.id) ? (s(!0), u(
109
107
  y,
110
- null,
111
- _(B(n.id), (l) => (i(), p(m(O), {
112
- key: l.id,
113
- class: h(T(l)),
114
- field: l,
115
- "model-value": l.props.modelValue,
108
+ { key: 1 },
109
+ k(L(l.id), (i) => (s(), f(m(V), {
110
+ key: i.id,
111
+ class: h(q(i)),
112
+ field: i,
113
+ "model-value": i.props.modelValue,
116
114
  readonly: t.readonly,
117
- onFocus: E,
118
- onFieldChange: (A) => R(l, A)
115
+ onFocus: w,
116
+ onFieldChange: (S) => E(i, S)
119
117
  }, {
120
- default: k(() => [
121
- C(e.$slots, l.id, { field: l })
118
+ default: _(() => [
119
+ F(e.$slots, i.id, { field: i })
122
120
  ]),
123
121
  _: 2
124
122
  /* DYNAMIC */
125
123
  }, 1032, ["class", "field", "model-value", "readonly", "onFieldChange"]))),
126
124
  128
127
125
  /* KEYED_FRAGMENT */
128
- ))
126
+ )) : c("v-if", !0)
129
127
  ],
130
128
  64
131
129
  /* STABLE_FRAGMENT */
@@ -135,21 +133,21 @@ const U = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ G
135
133
  ))
136
134
  ])
137
135
  ]),
138
- t.noPanel ? f("v-if", !0) : (i(), p(m(V), {
136
+ t.noPanel ? c("v-if", !0) : (s(), f(m($), {
139
137
  key: 0,
140
- field: s.value,
138
+ field: n.value,
141
139
  texts: t.texts
142
140
  }, {
143
- default: k(() => [
144
- s.value ? C(e.$slots, "panel", {
141
+ default: _(() => [
142
+ n.value ? F(e.$slots, "panel", {
145
143
  key: 0,
146
- field: s.value
147
- }) : f("v-if", !0)
144
+ field: n.value
145
+ }) : c("v-if", !0)
148
146
  ]),
149
147
  _: 3
150
148
  /* FORWARDED */
151
149
  }, 8, ["field", "texts"]))
152
- ], 42, U));
150
+ ], 42, D));
153
151
  }
154
152
  });
155
153
  export {
@@ -1,4 +1,5 @@
1
- import { QPropertyListGroupProps, DEFAULT_ICONS } from './types';
1
+ import { QPropertyListGroupProps } from './types';
2
+ import { DEFAULT_ICONS } from './constants';
2
3
  declare const _default: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
4
  click: () => any;
4
5
  }, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAsBA;AAwEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;AA0HxC,wBASG"}
1
+ {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAsBA;AAwEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;;;;;;;;AA0H5C,wBASG"}
@@ -2,7 +2,7 @@ import { defineComponent as m, ref as g, computed as i, createElementBlock as _,
2
2
  import { QButton as N } from "../QButton/index.js";
3
3
  import { QIcon as b } from "../QIcon/index.js";
4
4
  import { useId as V } from "../../composables/uid.js";
5
- import { DEFAULT_ICONS as q } from "./types.js";
5
+ import { DEFAULT_ICONS as q } from "./constants.js";
6
6
  const E = ["id", "aria-labelledby"], I = ["id"], P = { class: "q-property-list-group__content" }, A = /* @__PURE__ */ m({
7
7
  __name: "QPropertyListGroup",
8
8
  props: {
@@ -1,4 +1,5 @@
1
- import { QPropertyListPanelProps, DEFAULT_TEXTS } from './types';
1
+ import { QPropertyListPanelProps } from './types';
2
+ import { DEFAULT_TEXTS } from './constants';
2
3
  declare function __VLS_template(): {
3
4
  attrs: Partial<{}>;
4
5
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAiBA;AAgCC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAYxC,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,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":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAiBA;AAgCC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAY5C,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,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 p, createElementBlock as s, openBlock as l, normalizeClass as n, renderSlot as a, createElementVNode as o, toDisplayString as t } from "vue";
2
- import { DEFAULT_TEXTS as d } from "./types.js";
2
+ import { DEFAULT_TEXTS as d } from "./constants.js";
3
3
  const c = ["id"], _ = { class: "q-property-list-panel__label" }, m = { class: "q-property-list-panel__description" }, f = {
4
4
  key: 1,
5
5
  class: "q-property-list-panel__empty"
@@ -22,8 +22,8 @@ const Q = ["id", "data-group"], x = {
22
22
  var o;
23
23
  return e.required || !!((o = e.field.props) != null && o.required);
24
24
  }), p = L(R(e, "id")), g = l(() => ({
25
- ...e.field.props,
26
25
  id: p.value,
26
+ ...e.field.props,
27
27
  readonly: V.value,
28
28
  required: u.value
29
29
  }));
@@ -0,0 +1,12 @@
1
+ export declare const DEFAULT_TEXTS: {
2
+ emptyMessage: string;
3
+ };
4
+ export declare const DEFAULT_ICONS: {
5
+ open: {
6
+ icon: string;
7
+ };
8
+ close: {
9
+ icon: string;
10
+ };
11
+ };
12
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;CAEQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
@@ -1,14 +1,13 @@
1
- import { QPropertyListProps, QPropertyListRowProps, QPropertyListGroupProps, QPropertyListPanelProps } from './types';
2
1
  declare const QPropertyList: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QPropertyListProps> & Readonly<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QPropertyListProps> & Readonly<{
4
3
  "onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
5
4
  "onSelect-field"?: ((fieldId: string) => any) | undefined;
6
5
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
6
  "field-change": (field: import('./types').QPropertyListField, value: unknown) => any;
8
7
  "select-field": (fieldId: string) => any;
9
8
  }, import('vue').PublicProps, {
10
- icons: typeof import('./types').DEFAULT_ICONS;
11
- texts: typeof import('./types').DEFAULT_TEXTS;
9
+ icons: typeof import('./constants').DEFAULT_ICONS;
10
+ texts: typeof import('./constants').DEFAULT_TEXTS;
12
11
  groups: import('./types').QPropertyListGroup[];
13
12
  fields: import('./types').QPropertyListField[];
14
13
  panelPosition: import('./types').PanelPosition;
@@ -21,12 +20,12 @@ declare const QPropertyList: {
21
20
  C: {};
22
21
  M: {};
23
22
  Defaults: {};
24
- }, Readonly<QPropertyListProps> & Readonly<{
23
+ }, Readonly<import('./types').QPropertyListProps> & Readonly<{
25
24
  "onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
26
25
  "onSelect-field"?: ((fieldId: string) => any) | undefined;
27
26
  }>, {}, {}, {}, {}, {
28
- icons: typeof import('./types').DEFAULT_ICONS;
29
- texts: typeof import('./types').DEFAULT_TEXTS;
27
+ icons: typeof import('./constants').DEFAULT_ICONS;
28
+ texts: typeof import('./constants').DEFAULT_TEXTS;
30
29
  groups: import('./types').QPropertyListGroup[];
31
30
  fields: import('./types').QPropertyListField[];
32
31
  panelPosition: import('./types').PanelPosition;
@@ -34,15 +33,15 @@ declare const QPropertyList: {
34
33
  __isFragment?: never;
35
34
  __isTeleport?: never;
36
35
  __isSuspense?: never;
37
- } & import('vue').ComponentOptionsBase<Readonly<QPropertyListProps> & Readonly<{
36
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QPropertyListProps> & Readonly<{
38
37
  "onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
39
38
  "onSelect-field"?: ((fieldId: string) => any) | undefined;
40
39
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
41
40
  "field-change": (field: import('./types').QPropertyListField, value: unknown) => any;
42
41
  "select-field": (fieldId: string) => any;
43
42
  }, string, {
44
- icons: typeof import('./types').DEFAULT_ICONS;
45
- texts: typeof import('./types').DEFAULT_TEXTS;
43
+ icons: typeof import('./constants').DEFAULT_ICONS;
44
+ texts: typeof import('./constants').DEFAULT_TEXTS;
46
45
  groups: import('./types').QPropertyListGroup[];
47
46
  fields: import('./types').QPropertyListField[];
48
47
  panelPosition: import('./types').PanelPosition;
@@ -95,16 +94,16 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
95
94
  }>) => import('vue').VNode & {
96
95
  __ctx?: Awaited<typeof __VLS_setup>;
97
96
  };
98
- declare const QPropertyListGroup: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
97
+ declare const QPropertyListGroup: import('vue').DefineComponent<import('./types').QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
99
98
  click: () => any;
100
- }, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
99
+ }, string, import('vue').PublicProps, Readonly<import('./types').QPropertyListGroupProps> & Readonly<{
101
100
  onClick?: (() => any) | undefined;
102
101
  }>, {
103
- icons: typeof import('./types').DEFAULT_ICONS;
102
+ icons: typeof import('./constants').DEFAULT_ICONS;
104
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
105
104
  declare const QPropertyListPanel: {
106
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
107
- texts: typeof import('./types').DEFAULT_TEXTS;
105
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
106
+ texts: typeof import('./constants').DEFAULT_TEXTS;
108
107
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
109
108
  P: {};
110
109
  B: {};
@@ -112,19 +111,19 @@ declare const QPropertyListPanel: {
112
111
  C: {};
113
112
  M: {};
114
113
  Defaults: {};
115
- }, Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, {
116
- texts: typeof import('./types').DEFAULT_TEXTS;
114
+ }, Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, {
115
+ texts: typeof import('./constants').DEFAULT_TEXTS;
117
116
  }>;
118
117
  __isFragment?: never;
119
118
  __isTeleport?: never;
120
119
  __isSuspense?: never;
121
- } & import('vue').ComponentOptionsBase<Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
122
- texts: typeof import('./types').DEFAULT_TEXTS;
120
+ } & import('vue').ComponentOptionsBase<Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
121
+ texts: typeof import('./constants').DEFAULT_TEXTS;
123
122
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
124
123
  $slots: {
125
124
  default?(_: {}): any;
126
125
  };
127
126
  });
128
127
  export { QPropertyList, QPropertyListRow, QPropertyListGroup, QPropertyListPanel };
129
- export type { QPropertyListProps, QPropertyListRowProps, QPropertyListGroupProps, QPropertyListPanelProps };
128
+ export * from './types';
130
129
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;2BAc+zQ,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAdl9Q,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;2BASgiR,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CATnrR,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,cAAc,SAAS,CAAA"}
@@ -1,4 +1,5 @@
1
1
  import { QBaseComponentProps } from '../../types/component';
2
+ import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
2
3
  /**
3
4
  * Position where the panel should be rendered relative to the main content
4
5
  * @value 'bottom' - Panel appears below the main content
@@ -177,15 +178,4 @@ export type QPropertyListPanelProps = QBaseComponentProps & {
177
178
  */
178
179
  texts?: typeof DEFAULT_TEXTS;
179
180
  };
180
- export declare const DEFAULT_TEXTS: {
181
- emptyMessage: string;
182
- };
183
- export declare const DEFAULT_ICONS: {
184
- open: {
185
- icon: string;
186
- };
187
- close: {
188
- icon: string;
189
- };
190
- };
191
181
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;;;OAKG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;;;OAIG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;;;OAKG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,aAAa;;CAEQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;;;OAKG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;;;OAIG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;;;OAKG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
@@ -111,4 +111,5 @@ declare const QRadioGroup: {
111
111
  };
112
112
  });
113
113
  export { QRadioButton, QRadioGroup };
114
+ export * from './types';
114
115
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAA;AAGpC,cAAc,SAAS,CAAA"}
@@ -22,4 +22,5 @@ declare const QRemoveScrollBar: {
22
22
  };
23
23
  });
24
24
  export { QRemoveScrollBar };
25
+ export * from './types';
25
26
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/index.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/index.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAG3B,cAAc,SAAS,CAAA"}