@quidgest/ui 0.16.75 → 0.17.1

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 (333) hide show
  1. package/dist/json/api.json +8 -48
  2. package/dist/ui.css +121 -1289
  3. package/dist/ui.esm.js +5763 -12517
  4. package/dist/ui.js +29 -29
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +921 -1390
  7. package/dist/ui.scss +170 -40
  8. package/esm/components/QAccordion/QAccordion.d.ts +1 -1
  9. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  10. package/esm/components/QAccordion/QAccordionItem.d.ts +1 -1
  11. package/esm/components/QAccordion/QAccordionItem.d.ts.map +1 -1
  12. package/esm/components/QAvatar/QAvatar.d.ts +1 -1
  13. package/esm/components/QAvatar/QAvatar.d.ts.map +1 -1
  14. package/esm/components/QAvatar/QAvatar.vue.js +15 -15
  15. package/esm/components/QBadge/QBadge.d.ts +2 -2
  16. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  17. package/esm/components/QBadge/index.d.ts +3 -3
  18. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -1
  19. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
  20. package/esm/components/QButton/QButton.d.ts +2 -2
  21. package/esm/components/QButton/QButton.d.ts.map +1 -1
  22. package/esm/components/QButton/index.d.ts +3 -3
  23. package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -1
  24. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  25. package/esm/components/QCard/QCard.d.ts +1 -1
  26. package/esm/components/QCard/QCard.d.ts.map +1 -1
  27. package/esm/components/QCarousel/QCarousel.d.ts +1 -1
  28. package/esm/components/QCarousel/QCarousel.d.ts.map +1 -1
  29. package/esm/components/QCarousel/QCarousel.vue.js +127 -127
  30. package/esm/components/QCheckbox/QCheckbox.d.ts +1 -1
  31. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  32. package/esm/components/QCheckbox/QCheckbox.vue.js +16 -16
  33. package/esm/components/QCollapsible/QCollapsible.d.ts +1 -1
  34. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  35. package/esm/components/QCollapsible/QCollapsible.vue.js +42 -42
  36. package/esm/components/QColorPicker/QColorPicker.d.ts +1 -1
  37. package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
  38. package/esm/components/QCombobox/QCombobox.d.ts +89 -117
  39. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  40. package/esm/components/QCombobox/QCombobox.vue.js +34 -34
  41. package/esm/components/QCombobox/index.d.ts +104 -138
  42. package/esm/components/QCombobox/index.d.ts.map +1 -1
  43. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +837 -7
  44. package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
  45. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1342 -154
  46. package/esm/components/QDateTimePicker/constants.d.ts +58 -0
  47. package/esm/components/QDateTimePicker/constants.d.ts.map +1 -1
  48. package/esm/components/QDateTimePicker/constants.js +84 -7
  49. package/esm/components/QDateTimePicker/index.d.ts +429 -24
  50. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  51. package/esm/components/QDateTimePicker/types.d.ts +33 -23
  52. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  53. package/esm/components/QDefaultsProvider/QDefaultsProvider.d.ts +1 -1
  54. package/esm/components/QDefaultsProvider/QDefaultsProvider.d.ts.map +1 -1
  55. package/esm/components/QDialog/QDialog.d.ts +1 -1
  56. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  57. package/esm/components/QDialog/QDialogProvider.d.ts +1 -1
  58. package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
  59. package/esm/components/QDialog/QDialogProvider.vue.js +2 -3
  60. package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts +1 -1
  61. package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts.map +1 -1
  62. package/esm/components/QDivider/QDivider.d.ts +1 -1
  63. package/esm/components/QDivider/QDivider.d.ts.map +1 -1
  64. package/esm/components/QDivider/QDivider.vue.js +2 -2
  65. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -2
  66. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
  67. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +36 -44
  68. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  69. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +11 -11
  70. package/esm/components/QDropdownMenu/index.d.ts +3 -3
  71. package/esm/components/QField/QField.d.ts +1 -1
  72. package/esm/components/QField/QField.d.ts.map +1 -1
  73. package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
  74. package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
  75. package/esm/components/QFocusWrap/QFocusWrap.d.ts +1 -1
  76. package/esm/components/QFocusWrap/QFocusWrap.d.ts.map +1 -1
  77. package/esm/components/QGrid/QCol.d.ts +1 -1
  78. package/esm/components/QGrid/QCol.d.ts.map +1 -1
  79. package/esm/components/QGrid/QContainer.d.ts +1 -1
  80. package/esm/components/QGrid/QContainer.d.ts.map +1 -1
  81. package/esm/components/QGrid/QRow.d.ts +1 -1
  82. package/esm/components/QGrid/QRow.d.ts.map +1 -1
  83. package/esm/components/QGroupBox/QGroupBox.d.ts +1 -1
  84. package/esm/components/QGroupBox/QGroupBox.d.ts.map +1 -1
  85. package/esm/components/QIcon/QIcon.d.ts +1 -1
  86. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  87. package/esm/components/QIcon/QIconFont.d.ts +1 -1
  88. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  89. package/esm/components/QIcon/QIconImg.d.ts +1 -1
  90. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  91. package/esm/components/QIcon/QIconSvg.d.ts +1 -1
  92. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  93. package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
  94. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  95. package/esm/components/QLabel/QLabel.d.ts +1 -1
  96. package/esm/components/QLabel/QLabel.d.ts.map +1 -1
  97. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
  98. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  99. package/esm/components/QList/QList.d.ts +16 -20
  100. package/esm/components/QList/QList.d.ts.map +1 -1
  101. package/esm/components/QList/QListItem.d.ts +2 -2
  102. package/esm/components/QList/QListItem.d.ts.map +1 -1
  103. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  104. package/esm/components/QList/index.d.ts +17 -19
  105. package/esm/components/QList/index.d.ts.map +1 -1
  106. package/esm/components/QMeter/QMeter.d.ts +1 -1
  107. package/esm/components/QMeter/QMeter.d.ts.map +1 -1
  108. package/esm/components/QOverlay/QOverlay.d.ts +8 -8
  109. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  110. package/esm/components/QOverlay/QOverlay.vue.js +67 -70
  111. package/esm/components/QOverlay/index.d.ts +6 -6
  112. package/esm/components/QPasswordField/QPasswordField.d.ts +25 -33
  113. package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
  114. package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts +1 -1
  115. package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts.map +1 -1
  116. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts +1 -1
  117. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts.map +1 -1
  118. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +13 -13
  119. package/esm/components/QPasswordField/index.d.ts +12 -16
  120. package/esm/components/QPasswordField/index.d.ts.map +1 -1
  121. package/esm/components/QPopover/QPopover.d.ts +1 -1
  122. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  123. package/esm/components/QPropertyList/QPropertyList.d.ts +1 -1
  124. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  125. package/esm/components/QPropertyList/QPropertyList.vue.js +3 -3
  126. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
  127. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  128. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +8 -8
  129. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +1 -1
  130. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  131. package/esm/components/QPropertyList/QPropertyListRow.d.ts +2 -2
  132. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  133. package/esm/components/QPropertyList/index.d.ts +1 -1
  134. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  135. package/esm/components/QRadioGroup/QRadioButton.d.ts +1 -1
  136. package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
  137. package/esm/components/QRadioGroup/QRadioButton.vue.js +26 -26
  138. package/esm/components/QRadioGroup/QRadioGroup.d.ts +1 -1
  139. package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
  140. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +1 -1
  141. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
  142. package/esm/components/QSelect/QSelect.d.ts +57 -77
  143. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  144. package/esm/components/QSelect/QSelect.vue.js +51 -51
  145. package/esm/components/QSelect/index.d.ts +28 -38
  146. package/esm/components/QSelect/index.d.ts.map +1 -1
  147. package/esm/components/QSidebar/QSidebar.d.ts +1 -1
  148. package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
  149. package/esm/components/QSidebar/QSidebar.vue.js +12 -12
  150. package/esm/components/QSidebar/QSidebarAnchor.d.ts +5 -9
  151. package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
  152. package/esm/components/QSidebar/QSidebarAnchor.vue.js +8 -8
  153. package/esm/components/QSidebar/QSidebarPanel.d.ts +1 -1
  154. package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -1
  155. package/esm/components/QSidebar/QSidebarPanel.vue.js +23 -23
  156. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
  157. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  158. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +3 -3
  159. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
  160. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  161. package/esm/components/QSwitch/QSwitch.d.ts +1 -1
  162. package/esm/components/QSwitch/QSwitch.d.ts.map +1 -1
  163. package/esm/components/QTextArea/QTextArea.d.ts +1 -1
  164. package/esm/components/QTextArea/QTextArea.d.ts.map +1 -1
  165. package/esm/components/QTextField/QTextField.d.ts +14 -18
  166. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  167. package/esm/components/QTextField/QTextField.vue.js +31 -33
  168. package/esm/components/QTextField/index.d.ts +9 -11
  169. package/esm/components/QTextField/index.d.ts.map +1 -1
  170. package/esm/components/QThemeProvider/QThemeProvider.d.ts +1 -1
  171. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  172. package/esm/components/QToast/QToast.d.ts +2 -2
  173. package/esm/components/QToast/QToast.d.ts.map +1 -1
  174. package/esm/components/QToast/QToaster.d.ts +1 -1
  175. package/esm/components/QToast/QToaster.d.ts.map +1 -1
  176. package/esm/components/QToast/index.d.ts +3 -3
  177. package/esm/components/QToggle/QToggle.d.ts +1 -1
  178. package/esm/components/QToggle/QToggle.d.ts.map +1 -1
  179. package/esm/components/QToggleGroup/QToggleGroup.d.ts +1 -1
  180. package/esm/components/QToggleGroup/QToggleGroup.d.ts.map +1 -1
  181. package/esm/components/QToggleGroup/QToggleGroupItem.d.ts +1 -1
  182. package/esm/components/QToggleGroup/QToggleGroupItem.d.ts.map +1 -1
  183. package/esm/components/QTooltip/QTooltip.d.ts +1 -1
  184. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  185. package/esm/components/__internal__/QChevron/QChevron.d.ts +1 -1
  186. package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
  187. package/esm/components/__internal__/QClearButton/QClearButton.d.ts +1 -1
  188. package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
  189. package/esm/composables/useInputMask/index.d.ts +50 -0
  190. package/esm/composables/useInputMask/index.d.ts.map +1 -0
  191. package/esm/composables/useInputMask/index.js +420 -0
  192. package/esm/utils/date.d.ts +190 -0
  193. package/esm/utils/date.d.ts.map +1 -0
  194. package/esm/utils/date.js +479 -0
  195. package/esm/utils/index.d.ts +1 -0
  196. package/esm/utils/index.d.ts.map +1 -1
  197. package/esm/utils/index.js +41 -18
  198. package/package.json +2 -4
  199. package/esm/composables/maska.d.ts +0 -28
  200. package/esm/composables/maska.d.ts.map +0 -1
  201. package/esm/composables/maska.js +0 -26
  202. package/esm/utils/date/date.d.ts +0 -9
  203. package/esm/utils/date/date.d.ts.map +0 -1
  204. package/esm/utils/date/date.js +0 -91
  205. package/esm/utils/date/index.d.ts +0 -4
  206. package/esm/utils/date/index.d.ts.map +0 -1
  207. package/esm/utils/date/tokens.d.ts +0 -49
  208. package/esm/utils/date/tokens.d.ts.map +0 -1
  209. package/esm/utils/date/tokens.js +0 -243
  210. package/esm/utils/time.js +0 -14
  211. package/esm/vendors/@vuepic/vue-datepicker/dist/vue-datepicker.js +0 -5150
  212. package/esm/vendors/date-fns/_lib/addLeadingZeros.js +0 -7
  213. package/esm/vendors/date-fns/_lib/defaultOptions.js +0 -7
  214. package/esm/vendors/date-fns/_lib/format/formatters.js +0 -583
  215. package/esm/vendors/date-fns/_lib/format/lightFormatters.js +0 -59
  216. package/esm/vendors/date-fns/_lib/format/longFormatters.js +0 -52
  217. package/esm/vendors/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -18
  218. package/esm/vendors/date-fns/_lib/normalizeDates.js +0 -11
  219. package/esm/vendors/date-fns/_lib/normalizeInterval.js +0 -8
  220. package/esm/vendors/date-fns/_lib/protectedTokens.js +0 -20
  221. package/esm/vendors/date-fns/add.js +0 -20
  222. package/esm/vendors/date-fns/addDays.js +0 -10
  223. package/esm/vendors/date-fns/addHours.js +0 -9
  224. package/esm/vendors/date-fns/addMilliseconds.js +0 -9
  225. package/esm/vendors/date-fns/addMonths.js +0 -20
  226. package/esm/vendors/date-fns/addQuarters.js +0 -8
  227. package/esm/vendors/date-fns/addYears.js +0 -8
  228. package/esm/vendors/date-fns/compareAsc.js +0 -9
  229. package/esm/vendors/date-fns/constants.js +0 -9
  230. package/esm/vendors/date-fns/constructFrom.js +0 -8
  231. package/esm/vendors/date-fns/differenceInCalendarDays.js +0 -16
  232. package/esm/vendors/date-fns/differenceInCalendarYears.js +0 -13
  233. package/esm/vendors/date-fns/differenceInYears.js +0 -17
  234. package/esm/vendors/date-fns/eachDayOfInterval.js +0 -17
  235. package/esm/vendors/date-fns/eachQuarterOfInterval.js +0 -18
  236. package/esm/vendors/date-fns/endOfQuarter.js +0 -9
  237. package/esm/vendors/date-fns/endOfWeek.js +0 -11
  238. package/esm/vendors/date-fns/endOfYear.js +0 -9
  239. package/esm/vendors/date-fns/format.js +0 -59
  240. package/esm/vendors/date-fns/getDay.js +0 -8
  241. package/esm/vendors/date-fns/getDayOfYear.js +0 -11
  242. package/esm/vendors/date-fns/getDaysInMonth.js +0 -10
  243. package/esm/vendors/date-fns/getDefaultOptions.js +0 -8
  244. package/esm/vendors/date-fns/getHours.js +0 -8
  245. package/esm/vendors/date-fns/getISODay.js +0 -9
  246. package/esm/vendors/date-fns/getISOWeek.js +0 -12
  247. package/esm/vendors/date-fns/getISOWeekYear.js +0 -15
  248. package/esm/vendors/date-fns/getMinutes.js +0 -8
  249. package/esm/vendors/date-fns/getMonth.js +0 -8
  250. package/esm/vendors/date-fns/getQuarter.js +0 -9
  251. package/esm/vendors/date-fns/getSeconds.js +0 -8
  252. package/esm/vendors/date-fns/getWeek.js +0 -12
  253. package/esm/vendors/date-fns/getWeekYear.js +0 -17
  254. package/esm/vendors/date-fns/getYear.js +0 -8
  255. package/esm/vendors/date-fns/isAfter.js +0 -8
  256. package/esm/vendors/date-fns/isBefore.js +0 -8
  257. package/esm/vendors/date-fns/isDate.js +0 -7
  258. package/esm/vendors/date-fns/isEqual.js +0 -8
  259. package/esm/vendors/date-fns/isSameQuarter.js +0 -14
  260. package/esm/vendors/date-fns/isValid.js +0 -9
  261. package/esm/vendors/date-fns/locale/_lib/buildFormatLongFn.js +0 -9
  262. package/esm/vendors/date-fns/locale/_lib/buildLocalizeFn.js +0 -18
  263. package/esm/vendors/date-fns/locale/_lib/buildMatchFn.js +0 -31
  264. package/esm/vendors/date-fns/locale/_lib/buildMatchPatternFn.js +0 -15
  265. package/esm/vendors/date-fns/locale/en-US/_lib/formatDistance.js +0 -70
  266. package/esm/vendors/date-fns/locale/en-US/_lib/formatLong.js +0 -33
  267. package/esm/vendors/date-fns/locale/en-US/_lib/formatRelative.js +0 -11
  268. package/esm/vendors/date-fns/locale/en-US/_lib/localize.js +0 -155
  269. package/esm/vendors/date-fns/locale/en-US/_lib/match.js +0 -110
  270. package/esm/vendors/date-fns/locale/en-US.js +0 -21
  271. package/esm/vendors/date-fns/parse/_lib/Parser.js +0 -22
  272. package/esm/vendors/date-fns/parse/_lib/Setter.js +0 -41
  273. package/esm/vendors/date-fns/parse/_lib/constants.js +0 -49
  274. package/esm/vendors/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -49
  275. package/esm/vendors/date-fns/parse/_lib/parsers/AMPMParser.js +0 -49
  276. package/esm/vendors/date-fns/parse/_lib/parsers/DateParser.js +0 -61
  277. package/esm/vendors/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -51
  278. package/esm/vendors/date-fns/parse/_lib/parsers/DayParser.js +0 -49
  279. package/esm/vendors/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -49
  280. package/esm/vendors/date-fns/parse/_lib/parsers/EraParser.js +0 -33
  281. package/esm/vendors/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -21
  282. package/esm/vendors/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -22
  283. package/esm/vendors/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -32
  284. package/esm/vendors/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -32
  285. package/esm/vendors/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -33
  286. package/esm/vendors/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -33
  287. package/esm/vendors/date-fns/parse/_lib/parsers/ISODayParser.js +0 -105
  288. package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -48
  289. package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -48
  290. package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -49
  291. package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -40
  292. package/esm/vendors/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -80
  293. package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -48
  294. package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -69
  295. package/esm/vendors/date-fns/parse/_lib/parsers/MinuteParser.js +0 -32
  296. package/esm/vendors/date-fns/parse/_lib/parsers/MonthParser.js +0 -77
  297. package/esm/vendors/date-fns/parse/_lib/parsers/QuarterParser.js +0 -75
  298. package/esm/vendors/date-fns/parse/_lib/parsers/SecondParser.js +0 -32
  299. package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -80
  300. package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -77
  301. package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -75
  302. package/esm/vendors/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -22
  303. package/esm/vendors/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -22
  304. package/esm/vendors/date-fns/parse/_lib/parsers/YearParser.js +0 -49
  305. package/esm/vendors/date-fns/parse/_lib/parsers.js +0 -67
  306. package/esm/vendors/date-fns/parse/_lib/utils.js +0 -103
  307. package/esm/vendors/date-fns/parse.js +0 -89
  308. package/esm/vendors/date-fns/set.js +0 -11
  309. package/esm/vendors/date-fns/setDay.js +0 -12
  310. package/esm/vendors/date-fns/setHours.js +0 -9
  311. package/esm/vendors/date-fns/setISODay.js +0 -11
  312. package/esm/vendors/date-fns/setISOWeek.js +0 -10
  313. package/esm/vendors/date-fns/setMilliseconds.js +0 -9
  314. package/esm/vendors/date-fns/setMinutes.js +0 -9
  315. package/esm/vendors/date-fns/setMonth.js +0 -13
  316. package/esm/vendors/date-fns/setSeconds.js +0 -9
  317. package/esm/vendors/date-fns/setWeek.js +0 -10
  318. package/esm/vendors/date-fns/setYear.js +0 -10
  319. package/esm/vendors/date-fns/startOfDay.js +0 -9
  320. package/esm/vendors/date-fns/startOfISOWeek.js +0 -8
  321. package/esm/vendors/date-fns/startOfISOWeekYear.js +0 -11
  322. package/esm/vendors/date-fns/startOfMonth.js +0 -9
  323. package/esm/vendors/date-fns/startOfQuarter.js +0 -9
  324. package/esm/vendors/date-fns/startOfWeek.js +0 -11
  325. package/esm/vendors/date-fns/startOfWeekYear.js +0 -13
  326. package/esm/vendors/date-fns/startOfYear.js +0 -9
  327. package/esm/vendors/date-fns/sub.js +0 -19
  328. package/esm/vendors/date-fns/subDays.js +0 -8
  329. package/esm/vendors/date-fns/subMonths.js +0 -8
  330. package/esm/vendors/date-fns/subYears.js +0 -8
  331. package/esm/vendors/date-fns/toDate.js +0 -8
  332. package/esm/vendors/date-fns/transpose.js +0 -18
  333. package/esm/vendors/maska/dist/maska.js +0 -179
@@ -1,11 +1,11 @@
1
- import { defineComponent as se, computed as s, reactive as q, watch as R, ref as _, nextTick as g, onMounted as ue, onBeforeUnmount as ce, createElementBlock as k, openBlock as u, Fragment as de, createBlock as B, createCommentVNode as v, Teleport as fe, createVNode as b, Transition as $, withCtx as L, withModifiers as pe, normalizeClass as M, normalizeStyle as W, unref as C, createElementVNode as ve, mergeProps as me, renderSlot as ye } from "vue";
1
+ import { defineComponent as se, computed as s, reactive as F, watch as q, useTemplateRef as B, nextTick as h, onMounted as ce, onBeforeUnmount as ue, createElementBlock as w, openBlock as c, Fragment as de, createBlock as b, createCommentVNode as v, Teleport as fe, createVNode as _, Transition as $, withCtx as g, withModifiers as pe, normalizeClass as M, normalizeStyle as R, unref as C, createElementVNode as ve, mergeProps as me, renderSlot as ye } from "vue";
2
2
  import { QDismissibleLayer as he } from "../QDismissibleLayer/index.js";
3
3
  import { QRemoveScrollBar as we } from "../QRemoveScrollBar/index.js";
4
4
  import { QFocusWrap as ge } from "../QFocusWrap/index.js";
5
5
  import { getSideFromPlacement as ke, computePosition as Le } from "../../composables/overlay.js";
6
6
  import { useTheme as Ee } from "../../composables/theme.js";
7
- import { getElement as _e } from "../../utils/getElement.js";
8
- const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
7
+ import { getElement as Be } from "../../utils/getElement.js";
8
+ const be = ["id"], _e = ["role"], Fe = /* @__PURE__ */ se({
9
9
  inheritAttrs: !1,
10
10
  __name: "QOverlay",
11
11
  props: {
@@ -38,30 +38,30 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
38
38
  returnFocusOnDeactivate: { type: Boolean, default: !0 }
39
39
  },
40
40
  emits: ["update:modelValue", "enter", "leave"],
41
- setup(I, { emit: P }) {
42
- const e = I, m = P, { class: z } = Ee(), Q = s(() => [
41
+ setup(W, { emit: I }) {
42
+ const e = W, m = I, { class: P } = Ee(), z = s(() => [
43
43
  "q-overlay",
44
44
  `q-overlay--${ke(o.placement)}`,
45
- z.value,
45
+ P.value,
46
46
  {
47
47
  "q-overlay--independent": d.value,
48
48
  "q-overlay--inverted": e.appearance === "inverted",
49
49
  "q-overlay--center": e.centerVertically
50
50
  },
51
51
  e.class
52
- ]), d = s(() => e.anchor === void 0), T = s(() => e.modelValue && !e.nonModal), U = s(() => (e.modelValue || o.animating) && e.scrollLock), N = s(() => !e.inline && (e.modelValue || o.animating)), o = q({
52
+ ]), d = s(() => e.anchor === void 0), T = s(() => e.modelValue && !e.nonModal), Q = s(() => (e.modelValue || o.animating) && e.scrollLock), U = s(() => !e.inline && (e.modelValue || o.animating)), o = F({
53
53
  animating: !1,
54
54
  top: 0,
55
55
  left: 0,
56
56
  width: 0,
57
57
  placement: e.placement
58
- }), r = q({
58
+ }), r = F({
59
59
  top: void 0,
60
60
  left: void 0,
61
61
  hidden: !0
62
62
  });
63
- R(() => e.modelValue, Y);
64
- const j = s(() => {
63
+ q(() => e.modelValue, Y);
64
+ const N = s(() => {
65
65
  if (d.value) return;
66
66
  const t = l(), i = e.width === "anchor", n = i ? t == null ? void 0 : t.getBoundingClientRect().width : void 0;
67
67
  return {
@@ -69,17 +69,17 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
69
69
  left: `${o.left}px`,
70
70
  width: n !== void 0 ? `${n}px` : void 0
71
71
  };
72
- }), G = s(() => {
72
+ }), j = s(() => {
73
73
  if (e.arrow)
74
74
  return {
75
75
  top: r.top !== void 0 ? `${r.top}px` : void 0,
76
76
  left: r.left !== void 0 ? `${r.left}px` : void 0,
77
77
  opacity: r.hidden ? 0 : 1
78
78
  };
79
- }), y = _(null), V = _(null), h = _(null);
79
+ }), k = B("arrow"), G = B("overlay"), L = B("overlayContainer");
80
80
  function a() {
81
81
  const t = l();
82
- if (!t || !h.value)
82
+ if (!t || !L.value)
83
83
  return;
84
84
  const i = {
85
85
  placement: e.placement,
@@ -89,63 +89,63 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
89
89
  arrow: e.arrow
90
90
  }, n = Le(
91
91
  t,
92
- h.value,
93
- (y == null ? void 0 : y.value) ?? void 0,
92
+ L.value,
93
+ (k == null ? void 0 : k.value) ?? void 0,
94
94
  i
95
95
  );
96
96
  o.left = n.overlayCoords.x, o.top = n.overlayCoords.y, o.placement = n.placement, r.hidden = n.arrowCoords === void 0, n.arrowCoords && (r.top = n.arrowCoords.y, r.left = n.arrowCoords.x);
97
97
  }
98
- R(
98
+ q(
99
99
  () => e.placement,
100
- () => g(a)
100
+ () => h(a)
101
101
  );
102
102
  let f;
103
- function w() {
104
- x(0);
103
+ function y() {
104
+ O(0);
105
105
  }
106
- function O() {
107
- x(e.delay);
106
+ function V() {
107
+ O(e.delay);
108
108
  }
109
- function x(t) {
110
- f && D(), f = window.setTimeout(() => {
109
+ function O(t) {
110
+ f && x(), f = window.setTimeout(() => {
111
111
  m("update:modelValue", !0);
112
112
  }, t);
113
113
  }
114
- function c() {
115
- if (f && D(), m("update:modelValue", !1), e.anchor && e.trigger === "click") {
114
+ function u() {
115
+ if (f && x(), m("update:modelValue", !1), e.anchor && e.trigger === "click") {
116
116
  const t = l();
117
- g(() => t == null ? void 0 : t.focus());
117
+ h(() => t == null ? void 0 : t.focus());
118
118
  }
119
119
  }
120
- function D() {
120
+ function x() {
121
121
  clearTimeout(f), f = void 0;
122
122
  }
123
123
  function H() {
124
- g(ae), m("enter");
124
+ h(ae), m("enter");
125
125
  }
126
126
  function J() {
127
- S();
127
+ D();
128
128
  }
129
129
  function K() {
130
130
  m("leave");
131
131
  }
132
132
  function X() {
133
- S(), le();
133
+ D(), le();
134
134
  }
135
135
  function Y() {
136
136
  o.animating = !0;
137
137
  }
138
- function S() {
138
+ function D() {
139
139
  o.animating = !1;
140
140
  }
141
141
  function l() {
142
- return e.anchor ? _e(e.anchor) : null;
142
+ return e.anchor ? Be(e.anchor) : null;
143
143
  }
144
144
  function Z(t) {
145
145
  e.persistent && t.preventDefault();
146
146
  }
147
147
  function ee(t) {
148
- var F;
148
+ var A;
149
149
  if (e.persistent) {
150
150
  t.preventDefault();
151
151
  return;
@@ -153,14 +153,14 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
153
153
  let i = !1;
154
154
  t.defaultPrevented || t.detail.originalEvent.type === "pointerdown" && (i = !0);
155
155
  const n = t.detail.originalEvent.target;
156
- if ((F = l()) == null ? void 0 : F.contains(n)) {
156
+ if ((A = l()) == null ? void 0 : A.contains(n)) {
157
157
  t.preventDefault();
158
158
  return;
159
159
  }
160
160
  t.detail.originalEvent.type === "focusin" && i && t.preventDefault();
161
161
  }
162
162
  function te() {
163
- c();
163
+ u();
164
164
  }
165
165
  let p;
166
166
  function ne() {
@@ -173,10 +173,10 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
173
173
  subtree: !0
174
174
  }), e.trigger) {
175
175
  case "click":
176
- t.addEventListener("click", w);
176
+ t.addEventListener("click", y);
177
177
  break;
178
178
  case "hover":
179
- t.addEventListener("mouseenter", O), t.addEventListener("mouseleave", c), t.addEventListener("focusin", w), t.addEventListener("focusout", c);
179
+ t.addEventListener("mouseenter", V), t.addEventListener("mouseleave", u), t.addEventListener("focusin", y), t.addEventListener("focusout", u);
180
180
  break;
181
181
  }
182
182
  }
@@ -185,10 +185,10 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
185
185
  if (t)
186
186
  switch (p == null || p.disconnect(), e.trigger) {
187
187
  case "click":
188
- t.removeEventListener("click", w);
188
+ t.removeEventListener("click", y);
189
189
  break;
190
190
  case "hover":
191
- t.removeEventListener("mouseenter", O), t.removeEventListener("mouseleave", c), t.removeEventListener("focusin", w), t.removeEventListener("focusout", c);
191
+ t.removeEventListener("mouseenter", V), t.removeEventListener("mouseleave", u), t.removeEventListener("focusin", y), t.removeEventListener("focusout", u);
192
192
  break;
193
193
  }
194
194
  }
@@ -199,32 +199,32 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
199
199
  window.removeEventListener("resize", a), e.scrollLock || window.removeEventListener("scroll", a);
200
200
  }
201
201
  let E;
202
- function A() {
203
- l() ? (a(), E = window.setTimeout(A, 100)) : c();
202
+ function S() {
203
+ l() ? (a(), E = window.setTimeout(S, 100)) : u();
204
204
  }
205
205
  function ae() {
206
206
  var t;
207
- d.value || (ie(), e.spy ? A() : a()), (d.value || e.trigger === "click") && !e.initialFocus && !e.focusWithinOnActivate && ((t = V.value) == null || t.focus());
207
+ d.value || (ie(), e.spy ? S() : a()), (d.value || e.trigger === "click") && !e.initialFocus && !e.focusWithinOnActivate && ((t = G.value) == null || t.focus());
208
208
  }
209
209
  function le() {
210
210
  d.value || re(), e.spy && (clearTimeout(E), E = void 0);
211
211
  }
212
- return ue(() => {
213
- g(ne);
214
- }), ce(oe), (t, i) => (u(), k(
212
+ return ce(() => {
213
+ h(ne);
214
+ }), ue(oe), (t, i) => (c(), w(
215
215
  de,
216
216
  null,
217
217
  [
218
- (u(), B(fe, {
219
- disabled: !N.value,
218
+ (c(), b(fe, {
219
+ disabled: !U.value,
220
220
  to: e.attach
221
221
  }, [
222
- b($, {
222
+ _($, {
223
223
  name: "fade",
224
224
  appear: ""
225
225
  }, {
226
- default: L(() => [
227
- T.value ? (u(), k(
226
+ default: g(() => [
227
+ T.value ? (c(), w(
228
228
  "div",
229
229
  {
230
230
  key: 0,
@@ -244,7 +244,7 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
244
244
  _: 1
245
245
  /* STABLE */
246
246
  }),
247
- b($, {
247
+ _($, {
248
248
  name: e.transition,
249
249
  appear: "",
250
250
  onEnter: H,
@@ -252,23 +252,22 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
252
252
  onLeave: K,
253
253
  onAfterLeave: X
254
254
  }, {
255
- default: L(() => [
256
- e.modelValue ? (u(), k("div", {
255
+ default: g(() => [
256
+ e.modelValue ? (c(), w("div", {
257
257
  key: 0,
258
258
  id: e.id,
259
- ref_key: "overlayContainerRef",
260
- ref: h,
259
+ ref: "overlayContainer",
261
260
  tabindex: "-1",
262
- class: M(Q.value),
263
- style: W(j.value)
261
+ class: M(z.value),
262
+ style: R(N.value)
264
263
  }, [
265
- b(C(he), {
264
+ _(C(he), {
266
265
  onDismiss: te,
267
266
  onInteractOutside: ee,
268
267
  onPointerDownOutside: Z
269
268
  }, {
270
- default: L(() => [
271
- h.value ? (u(), B(C(ge), {
269
+ default: g(() => [
270
+ L.value ? (c(), b(C(ge), {
272
271
  key: 0,
273
272
  active: !e.nonModal && e.modelValue && e.focusWrap,
274
273
  "initial-focus": e.initialFocus,
@@ -276,30 +275,28 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
276
275
  "closing-focus": e.closingFocus,
277
276
  "return-focus-on-deactivate": e.returnFocusOnDeactivate
278
277
  }, {
279
- default: L(() => [
278
+ default: g(() => [
280
279
  ve("div", me({
281
- ref_key: "overlayRef",
282
- ref: V,
280
+ ref: "overlay",
283
281
  class: "q-overlay__content",
284
282
  tabindex: "-1",
285
283
  role: T.value ? "dialog" : void 0
286
284
  }, t.$attrs), [
287
- e.arrow ? (u(), k(
285
+ e.arrow ? (c(), w(
288
286
  "div",
289
287
  {
290
288
  key: 0,
291
- ref_key: "arrowRef",
292
- ref: y,
289
+ ref: "arrow",
293
290
  role: "presentation",
294
291
  class: "q-overlay__arrow",
295
- style: W(G.value)
292
+ style: R(j.value)
296
293
  },
297
294
  null,
298
295
  4
299
296
  /* STYLE */
300
297
  )) : v("v-if", !0),
301
298
  ye(t.$slots, "default")
302
- ], 16, be)
299
+ ], 16, _e)
303
300
  ]),
304
301
  _: 3
305
302
  /* FORWARDED */
@@ -308,13 +305,13 @@ const Be = ["id"], be = ["role"], Fe = /* @__PURE__ */ se({
308
305
  _: 3
309
306
  /* FORWARDED */
310
307
  })
311
- ], 14, Be)) : v("v-if", !0)
308
+ ], 14, be)) : v("v-if", !0)
312
309
  ]),
313
310
  _: 3
314
311
  /* FORWARDED */
315
312
  }, 8, ["name"])
316
313
  ], 8, ["disabled", "to"])),
317
- U.value ? (u(), B(C(we), { key: 0 })) : v("v-if", !0)
314
+ Q.value ? (c(), b(C(we), { key: 0 })) : v("v-if", !0)
318
315
  ],
319
316
  64
320
317
  /* STABLE_FRAGMENT */
@@ -8,8 +8,8 @@ declare const QOverlay: {
8
8
  enter: () => any;
9
9
  leave: () => any;
10
10
  }, import('vue').PublicProps, {
11
- transition: string;
12
11
  width: "auto" | "anchor";
12
+ transition: string;
13
13
  placement: import('./types').QOverlayPlacement;
14
14
  focusWithinOnActivate: boolean;
15
15
  returnFocusOnDeactivate: boolean;
@@ -20,9 +20,9 @@ declare const QOverlay: {
20
20
  delay: number;
21
21
  trigger: import('./types').QOverlayTrigger;
22
22
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
23
- overlayContainerRef: HTMLDivElement;
24
- overlayRef: HTMLDivElement;
25
- arrowRef: HTMLDivElement;
23
+ overlayContainer: HTMLDivElement;
24
+ overlay: HTMLDivElement;
25
+ arrow: HTMLDivElement;
26
26
  }, any, import('vue').ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
@@ -35,8 +35,8 @@ declare const QOverlay: {
35
35
  onEnter?: (() => any) | undefined;
36
36
  onLeave?: (() => any) | undefined;
37
37
  }>, {}, {}, {}, {}, {
38
- transition: string;
39
38
  width: "auto" | "anchor";
39
+ transition: string;
40
40
  placement: import('./types').QOverlayPlacement;
41
41
  focusWithinOnActivate: boolean;
42
42
  returnFocusOnDeactivate: boolean;
@@ -59,8 +59,8 @@ declare const QOverlay: {
59
59
  enter: () => any;
60
60
  leave: () => any;
61
61
  }, string, {
62
- transition: string;
63
62
  width: "auto" | "anchor";
63
+ transition: string;
64
64
  placement: import('./types').QOverlayPlacement;
65
65
  focusWithinOnActivate: boolean;
66
66
  returnFocusOnDeactivate: boolean;
@@ -1,4 +1,4 @@
1
- import { QPasswordFieldProps } from './types';
1
+ import { QPasswordFieldProps } from '.';
2
2
  type __VLS_Props = QPasswordFieldProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: string;
@@ -37,13 +37,11 @@ declare function __VLS_template(): {
37
37
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
38
38
  readonly "onClick:clear"?: ((event: Event) => any) | undefined;
39
39
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
40
- $attrs: {
41
- [x: string]: unknown;
42
- };
40
+ $attrs: import('vue').Attrs;
43
41
  $refs: {
44
42
  [x: string]: unknown;
45
43
  } & {
46
- fieldRef: ({
44
+ field: ({
47
45
  $: import('vue').ComponentInternalInstance;
48
46
  $data: {};
49
47
  $props: {
@@ -58,9 +56,7 @@ declare function __VLS_template(): {
58
56
  readonly disabled?: boolean | undefined;
59
57
  readonly invalid?: boolean | undefined;
60
58
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
61
- $attrs: {
62
- [x: string]: unknown;
63
- };
59
+ $attrs: import('vue').Attrs;
64
60
  $refs: {
65
61
  [x: string]: unknown;
66
62
  } & {
@@ -102,9 +98,9 @@ declare function __VLS_template(): {
102
98
  } & Readonly<{
103
99
  size: import('..').QFieldSize;
104
100
  labelPosition: import('..').QLabelPosition;
105
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
106
- fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
107
- }> & {} & import('vue').ComponentCustomProperties & {} & {
101
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
102
+ fieldRef: HTMLDivElement | null;
103
+ } & {} & import('vue').ComponentCustomProperties & {} & {
108
104
  $slots: {
109
105
  'label.prepend'?(_: {}): any;
110
106
  'label.append'?(_: {}): any;
@@ -115,7 +111,7 @@ declare function __VLS_template(): {
115
111
  extras?(_: {}): any;
116
112
  };
117
113
  }) | null;
118
- inputRef: HTMLInputElement;
114
+ input: HTMLInputElement;
119
115
  };
120
116
  $slots: Readonly<{
121
117
  [name: string]: import('vue').Slot<any> | undefined;
@@ -149,7 +145,7 @@ declare function __VLS_template(): {
149
145
  "onClick:clear"?: ((event: Event) => any) | undefined;
150
146
  }>, {
151
147
  fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
152
- inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
148
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
153
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
154
150
  "update:modelValue": (value: string) => any;
155
151
  } & {
@@ -200,10 +196,10 @@ declare function __VLS_template(): {
200
196
  }> & Readonly<{
201
197
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
202
198
  "onClick:clear"?: ((event: Event) => any) | undefined;
203
- }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
204
- fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
205
- inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
206
- }> & {} & import('vue').ComponentCustomProperties & {} & {
199
+ }>, "type" | "fieldRef" | "inputRef"> & {
200
+ fieldRef: HTMLDivElement | null | undefined;
201
+ inputRef: HTMLInputElement | null;
202
+ } & {} & import('vue').ComponentCustomProperties & {} & {
207
203
  $slots: {
208
204
  'label.prepend'?(_: {}): any;
209
205
  'label.append'?(_: {}): any;
@@ -248,13 +244,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
248
244
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
249
245
  readonly "onClick:clear"?: ((event: Event) => any) | undefined;
250
246
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
251
- $attrs: {
252
- [x: string]: unknown;
253
- };
247
+ $attrs: import('vue').Attrs;
254
248
  $refs: {
255
249
  [x: string]: unknown;
256
250
  } & {
257
- fieldRef: ({
251
+ field: ({
258
252
  $: import('vue').ComponentInternalInstance;
259
253
  $data: {};
260
254
  $props: {
@@ -269,9 +263,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
269
263
  readonly disabled?: boolean | undefined;
270
264
  readonly invalid?: boolean | undefined;
271
265
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
272
- $attrs: {
273
- [x: string]: unknown;
274
- };
266
+ $attrs: import('vue').Attrs;
275
267
  $refs: {
276
268
  [x: string]: unknown;
277
269
  } & {
@@ -313,9 +305,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
313
305
  } & Readonly<{
314
306
  size: import('..').QFieldSize;
315
307
  labelPosition: import('..').QLabelPosition;
316
- }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & import('vue').ShallowUnwrapRef<{
317
- fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
318
- }> & {} & import('vue').ComponentCustomProperties & {} & {
308
+ }> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
309
+ fieldRef: HTMLDivElement | null;
310
+ } & {} & import('vue').ComponentCustomProperties & {} & {
319
311
  $slots: {
320
312
  'label.prepend'?(_: {}): any;
321
313
  'label.append'?(_: {}): any;
@@ -326,7 +318,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
326
318
  extras?(_: {}): any;
327
319
  };
328
320
  }) | null;
329
- inputRef: HTMLInputElement;
321
+ input: HTMLInputElement;
330
322
  };
331
323
  $slots: Readonly<{
332
324
  [name: string]: import('vue').Slot<any> | undefined;
@@ -360,7 +352,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
360
352
  "onClick:clear"?: ((event: Event) => any) | undefined;
361
353
  }>, {
362
354
  fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
363
- inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
355
+ inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
364
356
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
365
357
  "update:modelValue": (value: string) => any;
366
358
  } & {
@@ -411,10 +403,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
411
403
  }> & Readonly<{
412
404
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
413
405
  "onClick:clear"?: ((event: Event) => any) | undefined;
414
- }>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
415
- fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
416
- inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
417
- }> & {} & import('vue').ComponentCustomProperties & {} & {
406
+ }>, "type" | "fieldRef" | "inputRef"> & {
407
+ fieldRef: HTMLDivElement | null | undefined;
408
+ inputRef: HTMLInputElement | null;
409
+ } & {} & import('vue').ComponentCustomProperties & {} & {
418
410
  $slots: {
419
411
  'label.prepend'?(_: {}): any;
420
412
  'label.append'?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAoLC,OAAO,KAAK,EAEX,mBAAmB,EAEnB,MAAM,SAAS,CAAA;AAKhB,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA0FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwEuxT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvD56T;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8BkyT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArB36T,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":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAgLC,OAAO,KAAK,EAA8B,mBAAmB,EAAsB,MAAM,GAAG,CAAA;AAK5F,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA0FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwE20U,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvDh+U;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8Bs1U,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArB/9U,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,4 +1,4 @@
1
- import { QPasswordFieldMessagesProps } from './types';
1
+ import { QPasswordFieldMessagesProps } from '.';
2
2
  declare const _default: import('vue').DefineComponent<QPasswordFieldMessagesProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QPasswordFieldMessagesProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=QPasswordFieldMessages.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"QPasswordFieldMessages.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordFieldMessages.vue"],"names":[],"mappings":"AASA;AAmBC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;;AAgD3D,wBAOG"}
1
+ {"version":3,"file":"QPasswordFieldMessages.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordFieldMessages.vue"],"names":[],"mappings":"AASA;AAmBC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,GAAG,CAAA;;AAgDrD,wBAOG"}
@@ -1,4 +1,4 @@
1
- import { QPasswordFieldMeterOverlay } from './types';
1
+ import { QPasswordFieldMeterOverlay } from '.';
2
2
  type __VLS_Props = QPasswordFieldMeterOverlay;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"QPasswordFieldMeterOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordFieldMeterOverlay.vue"],"names":[],"mappings":"AA0BA;AAgFC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAA;AAKzD,KAAK,WAAW,GAAG,0BAA0B,CAAC;AAqC/C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;AAmGhB,wBAOG"}
1
+ {"version":3,"file":"QPasswordFieldMeterOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordFieldMeterOverlay.vue"],"names":[],"mappings":"AA0BA;AAgFC,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAA;AAKnD,KAAK,WAAW,GAAG,0BAA0B,CAAC;AAqC/C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;AAmGhB,wBAOG"}
@@ -1,14 +1,14 @@
1
- import { defineComponent as p, mergeModels as u, useModel as f, computed as y, createBlock as i, openBlock as s, unref as c, withCtx as h, createElementVNode as d, createElementBlock as v, createCommentVNode as m, createVNode as B, toDisplayString as g } from "vue";
1
+ import { defineComponent as u, mergeModels as p, useModel as f, computed as y, createBlock as c, openBlock as s, unref as i, withCtx as h, createElementVNode as d, createElementBlock as v, createCommentVNode as m, createVNode as B, toDisplayString as g } from "vue";
2
2
  import { QMeter as V } from "../QMeter/index.js";
3
3
  import { QOverlay as _ } from "../QOverlay/index.js";
4
4
  import k from "./QPasswordFieldMessages.vue.js";
5
5
  const w = { class: "q-password-field__meter" }, M = {
6
6
  key: 0,
7
7
  class: "q-password-field__meter-score"
8
- }, L = /* @__PURE__ */ p({
8
+ }, F = /* @__PURE__ */ u({
9
9
  inheritAttrs: !1,
10
10
  __name: "QPasswordFieldMeterOverlay",
11
- props: /* @__PURE__ */ u({
11
+ props: /* @__PURE__ */ p({
12
12
  id: {},
13
13
  class: {},
14
14
  modelValue: { type: Boolean },
@@ -44,25 +44,25 @@ const w = { class: "q-password-field__meter" }, M = {
44
44
  modelModifiers: {}
45
45
  }),
46
46
  emits: ["update:modelValue"],
47
- setup(n) {
48
- const o = n, r = f(n, "modelValue"), a = y(() => {
47
+ setup(t) {
48
+ const o = t, n = f(t, "modelValue"), a = y(() => {
49
49
  if (!o.levels.length) {
50
50
  console.warn("Levels array is empty.");
51
51
  return;
52
52
  }
53
- const t = [...o.levels].sort(
53
+ const r = [...o.levels].sort(
54
54
  (l, e) => (l.threshold ?? 1 / 0) - (e.threshold ?? 1 / 0)
55
55
  );
56
- for (const l of t) {
56
+ for (const l of r) {
57
57
  const e = l.threshold ?? 1 / 0;
58
58
  if (o.score < e)
59
59
  return l;
60
60
  }
61
61
  return o.levels[o.levels.length - 1];
62
62
  });
63
- return (t, l) => (s(), i(c(_), {
64
- modelValue: r.value,
65
- "onUpdate:modelValue": l[0] || (l[0] = (e) => r.value = e),
63
+ return (r, l) => (s(), c(i(_), {
64
+ modelValue: n.value,
65
+ "onUpdate:modelValue": l[0] || (l[0] = (e) => n.value = e),
66
66
  trigger: "manual",
67
67
  anchor: o.anchor,
68
68
  width: "anchor",
@@ -74,7 +74,7 @@ const w = { class: "q-password-field__meter" }, M = {
74
74
  return [
75
75
  d("div", w, [
76
76
  a.value ? (s(), v("div", M, [
77
- B(c(V), {
77
+ B(i(V), {
78
78
  "model-value": o.score,
79
79
  max: 1,
80
80
  color: a.value.color
@@ -87,7 +87,7 @@ const w = { class: "q-password-field__meter" }, M = {
87
87
  /* TEXT */
88
88
  )
89
89
  ])) : m("v-if", !0),
90
- (e = t.messages) != null && e.length ? (s(), i(k, {
90
+ (e = t.messages) != null && e.length ? (s(), c(k, {
91
91
  key: 1,
92
92
  messages: t.messages
93
93
  }, null, 8, ["messages"])) : m("v-if", !0)
@@ -100,5 +100,5 @@ const w = { class: "q-password-field__meter" }, M = {
100
100
  }
101
101
  });
102
102
  export {
103
- L as default
103
+ F as default
104
104
  };