maz-ui 3.31.2 → 3.31.4

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 (127) hide show
  1. package/components/MazAccordion.d.ts +1 -1
  2. package/components/MazAvatar.d.ts +1 -1
  3. package/components/MazBackdrop.d.ts +1 -1
  4. package/components/MazBadge.d.ts +1 -1
  5. package/components/MazBottomSheet.d.ts +1 -1
  6. package/components/MazBtn.d.ts +1 -1
  7. package/components/MazCard.d.ts +1 -1
  8. package/components/MazCardSpotlight.d.ts +1 -1
  9. package/components/MazCarousel.d.ts +1 -1
  10. package/components/MazChart.d.ts +1 -1
  11. package/components/MazCheckbox.d.ts +1 -1
  12. package/components/MazDialog.d.ts +1 -1
  13. package/components/MazDialogPromise.d.ts +1 -1
  14. package/components/MazDrawer.d.ts +1 -1
  15. package/components/MazDropdown.d.ts +1 -1
  16. package/components/MazDropzone.d.ts +1 -1
  17. package/components/MazFullscreenLoader.d.ts +1 -1
  18. package/components/MazGallery.d.ts +1 -1
  19. package/components/MazIcon.d.ts +1 -1
  20. package/components/MazInput.d.ts +1 -1
  21. package/components/MazInputCode.d.ts +1 -1
  22. package/components/MazInputNumber.d.ts +1 -1
  23. package/components/MazInputPrice.d.ts +1 -1
  24. package/components/MazInputTags.d.ts +1 -1
  25. package/components/MazLazyImg.d.ts +1 -1
  26. package/components/MazLoadingBar.d.ts +1 -1
  27. package/components/MazPhoneNumberInput.d.ts +5 -1
  28. package/components/MazPhoneNumberInput.mjs +1 -1
  29. package/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  30. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  31. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  32. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  33. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  34. package/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  35. package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  36. package/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  37. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  38. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  39. package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  40. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  41. package/components/MazPicker.d.ts +1 -1
  42. package/components/MazPullToRefresh.d.ts +1 -1
  43. package/components/MazRadio.d.ts +1 -1
  44. package/components/MazRadioButtons.d.ts +1 -1
  45. package/components/MazSelect.d.ts +1 -1
  46. package/components/MazSlider.d.ts +1 -1
  47. package/components/MazSpinner.d.ts +1 -1
  48. package/components/MazStepper.d.ts +1 -1
  49. package/components/MazSwitch.d.ts +1 -1
  50. package/components/MazTable.d.ts +1 -1
  51. package/components/MazTableCell.d.ts +1 -1
  52. package/components/MazTableRow.d.ts +1 -1
  53. package/components/MazTableTitle.d.ts +1 -1
  54. package/components/MazTabs.d.ts +1 -1
  55. package/components/MazTabsBar.d.ts +1 -1
  56. package/components/MazTabsContent.d.ts +1 -1
  57. package/components/MazTabsContentItem.d.ts +1 -1
  58. package/components/MazTextarea.d.ts +1 -1
  59. package/components/MazTransitionExpand.d.ts +1 -1
  60. package/components/assets/MazAccordion.css +1 -1
  61. package/components/assets/MazPhoneNumberInput.css +1 -1
  62. package/components/chunks/{MazBtn-M7Pnxit5.mjs → MazBtn-0T7c5kcJ.mjs} +2 -2
  63. package/components/chunks/{MazCheckbox-4gr5TnSK.mjs → MazCheckbox-2UM8g0ln.mjs} +1 -1
  64. package/components/chunks/{MazPhoneNumberInput-TdklZIjq.mjs → MazPhoneNumberInput-sLX6P-Qa.mjs} +6 -4
  65. package/components/chunks/{MazSpinner-eGQPU8Yp.mjs → MazSpinner-NH6Uv-I-.mjs} +1 -1
  66. package/nuxt/index.json +1 -1
  67. package/package.json +13 -13
  68. package/types/components/MazAccordion.vue.d.ts +1 -1
  69. package/types/components/MazAvatar.vue.d.ts +1 -1
  70. package/types/components/MazBackdrop.vue.d.ts +1 -1
  71. package/types/components/MazBadge.vue.d.ts +1 -1
  72. package/types/components/MazBottomSheet.vue.d.ts +1 -1
  73. package/types/components/MazBtn.vue.d.ts +1 -1
  74. package/types/components/MazCard.vue.d.ts +1 -1
  75. package/types/components/MazCardSpotlight.vue.d.ts +1 -1
  76. package/types/components/MazCarousel.vue.d.ts +1 -1
  77. package/types/components/MazChart.vue.d.ts +1 -1
  78. package/types/components/MazCheckbox.vue.d.ts +1 -1
  79. package/types/components/MazDialog.vue.d.ts +1 -1
  80. package/types/components/MazDialogPromise.vue.d.ts +1 -1
  81. package/types/components/MazDrawer.vue.d.ts +1 -1
  82. package/types/components/MazDropdown.vue.d.ts +1 -1
  83. package/types/components/MazDropzone.vue.d.ts +1 -1
  84. package/types/components/MazFullscreenLoader.vue.d.ts +1 -1
  85. package/types/components/MazGallery.vue.d.ts +1 -1
  86. package/types/components/MazIcon.vue.d.ts +1 -1
  87. package/types/components/MazInput.vue.d.ts +1 -1
  88. package/types/components/MazInputCode.vue.d.ts +1 -1
  89. package/types/components/MazInputNumber.vue.d.ts +1 -1
  90. package/types/components/MazInputPrice.vue.d.ts +1 -1
  91. package/types/components/MazInputTags.vue.d.ts +1 -1
  92. package/types/components/MazLazyImg.vue.d.ts +1 -1
  93. package/types/components/MazLoadingBar.vue.d.ts +1 -1
  94. package/types/components/MazPhoneNumberInput.vue.d.ts +5 -1
  95. package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
  96. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
  97. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
  98. package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
  99. package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
  100. package/types/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
  101. package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
  102. package/types/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
  103. package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
  104. package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
  105. package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
  106. package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
  107. package/types/components/MazPicker.vue.d.ts +1 -1
  108. package/types/components/MazPullToRefresh.vue.d.ts +1 -1
  109. package/types/components/MazRadio.vue.d.ts +1 -1
  110. package/types/components/MazRadioButtons.vue.d.ts +1 -1
  111. package/types/components/MazSelect.vue.d.ts +1 -1
  112. package/types/components/MazSlider.vue.d.ts +1 -1
  113. package/types/components/MazSpinner.vue.d.ts +1 -1
  114. package/types/components/MazStepper.vue.d.ts +1 -1
  115. package/types/components/MazSwitch.vue.d.ts +1 -1
  116. package/types/components/MazTable.vue.d.ts +1 -1
  117. package/types/components/MazTableCell.vue.d.ts +1 -1
  118. package/types/components/MazTableRow.vue.d.ts +1 -1
  119. package/types/components/MazTableTitle.vue.d.ts +1 -1
  120. package/types/components/MazTabs.vue.d.ts +1 -1
  121. package/types/components/MazTabsBar.vue.d.ts +1 -1
  122. package/types/components/MazTabsContent.vue.d.ts +1 -1
  123. package/types/components/MazTabsContentItem.vue.d.ts +1 -1
  124. package/types/components/MazTextarea.vue.d.ts +1 -1
  125. package/types/components/MazTransitionExpand.vue.d.ts +1 -1
  126. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +1 -1
  127. package/types/modules/plugins/toaster/MazToast.vue.d.ts +1 -1
@@ -1 +1 @@
1
- .m-input[data-v-e9e7fe2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m-input.--xl[data-v-e9e7fe2d]{height:4rem}.m-input.--xl .m-input-input[data-v-e9e7fe2d],.m-input.--xl .m-input-label[data-v-e9e7fe2d]{font-size:1.25rem;line-height:1.75rem}.m-input.--lg[data-v-e9e7fe2d]{height:3.5rem}.m-input.--lg .m-input-input[data-v-e9e7fe2d],.m-input.--lg .m-input-label[data-v-e9e7fe2d]{font-size:1.125rem;line-height:1.75rem}.m-input.--md[data-v-e9e7fe2d]{height:3rem}.m-input.--sm[data-v-e9e7fe2d]{height:2.5rem}.m-input.--sm .m-input-input[data-v-e9e7fe2d],.m-input.--sm .m-input-label[data-v-e9e7fe2d]{font-size:.875rem;line-height:1.25rem}.m-input.--xs[data-v-e9e7fe2d]{height:2rem}.m-input.--xs .m-input-input[data-v-e9e7fe2d],.m-input.--xs .m-input-label[data-v-e9e7fe2d]{font-size:.75rem;line-height:1rem}.m-input.--mini[data-v-e9e7fe2d]{height:1.5rem}.m-input.--mini .m-input-input[data-v-e9e7fe2d],.m-input.--mini .m-input-label[data-v-e9e7fe2d]{font-size:.75rem;line-height:1rem}.m-input-wrapper[data-v-e9e7fe2d]{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;border-width:var(--maz-border-width);border-style:solid;background-color:var(--maz-color-bg);-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s}.m-input-wrapper.--default-border[data-v-e9e7fe2d]{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}:is(:where([class~=dark]) .m-input-wrapper.--default-border[data-v-e9e7fe2d]){border-color:var(--maz-color-bg-lighter)}.m-input-wrapper-input[data-v-e9e7fe2d]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-input-wrapper-right[data-v-e9e7fe2d],.m-input-wrapper-left[data-v-e9e7fe2d]{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex}.m-input-wrapper-right[data-v-e9e7fe2d]>:not([hidden])~:not([hidden]),.m-input-wrapper-left[data-v-e9e7fe2d]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.m-input-wrapper-right[data-v-e9e7fe2d],.m-input-wrapper-left[data-v-e9e7fe2d]{padding-top:.25rem;padding-bottom:.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-input-wrapper-right[data-v-e9e7fe2d]{padding-right:.5rem}.m-input-wrapper-left[data-v-e9e7fe2d]{padding-left:.5rem}.m-input-input[data-v-e9e7fe2d]{margin:0;display:block;height:100%;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-style:none;background-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0;padding-bottom:0;color:var(--maz-color-text);--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.m-input-input[data-v-e9e7fe2d]:-webkit-autofill,.m-input-input[data-v-e9e7fe2d]:-webkit-autofill:hover,.m-input-input[data-v-e9e7fe2d]:-webkit-autofill:focus{-webkit-text-fill-color:var(--maz-color-text);-webkit-box-shadow:0 0 0 1000px var(--maz-color-primary-50) inset;box-shadow:0 0 0 1000px var(--maz-color-primary-50) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.m-input-input[data-v-e9e7fe2d]::-webkit-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::-moz-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]:-ms-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::-ms-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::placeholder{color:var(--maz-color-muted)}.m-input-label[data-v-e9e7fe2d]{pointer-events:none;position:absolute;left:.75rem;display:block;width:100%;-webkit-transform-origin:top left;transform-origin:top left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;line-height:1.5rem;width:calc(100% + 1.3rem);-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms}.m-input:not(.--should-up) .m-input-label[data-v-e9e7fe2d]{width:calc(100% - .75rem)}.m-input.--should-up .m-input-label[data-v-e9e7fe2d]{-webkit-transform:scale(.8) translateY(-.65em);transform:scale(.8) translateY(-.65em)}.m-input[data-v-e9e7fe2d]:not(.--has-state){color:var(--maz-color-muted)}.m-input.--has-z-2 .m-input-wrapper[data-v-e9e7fe2d]{z-index:2}.m-input.--is-readonly .m-input-input[data-v-e9e7fe2d]{cursor:default}.m-input.--is-disabled .m-input-wrapper[data-v-e9e7fe2d]{background-color:var(--maz-color-bg-lighter);color:var(--maz-color-muted)}.m-input.--is-disabled .m-input-input[data-v-e9e7fe2d]{cursor:not-allowed;color:var(--maz-color-muted)}:is(:where([class~=dark]) .m-input:not(.--is-disabled) .m-input-wrapper[data-v-e9e7fe2d]){background-color:var(--maz-color-bg-light)}.m-input.--is-focused .m-input-wrapper[data-v-e9e7fe2d]{z-index:3}.m-input.--has-label .m-input-input[data-v-e9e7fe2d]{padding-left:.75rem;padding-right:.75rem;padding-top:1rem}html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill,html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill:hover,html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill:focus{-webkit-text-fill-color:var(--maz-color-text);-webkit-box-shadow:0 0 0 1000px var(--maz-color-bg-lighter) inset;box-shadow:0 0 0 1000px var(--maz-color-bg-lighter) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.m-select[data-v-8272b643]{position:relative}.m-select.--mini[data-v-8272b643],.m-select.--xs[data-v-8272b643]{font-size:.75rem;line-height:1rem}.m-select.--sm[data-v-8272b643]{font-size:.875rem;line-height:1.25rem}.m-select.--md[data-v-8272b643]{font-size:1rem;line-height:1.5rem}.m-select.--lg[data-v-8272b643]{font-size:1.125rem;line-height:1.75rem}.m-select.--xl[data-v-8272b643]{font-size:1.25rem;line-height:1.75rem}.m-select[data-v-8272b643]:not(.--disabled) .m-input-input{cursor:pointer}.m-select-input[data-v-8272b643] .m-input-input,.m-select-input.--has-label[data-v-8272b643] .m-input-input{padding-right:0}.m-select-input__toggle-button[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;background-color:transparent;padding-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-select-input[data-v-8272b643] input{caret-color:transparent}.m-select-chevron[data-v-8272b643]{font-size:1.2em;color:var(--maz-color-text);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.m-select.--is-open .m-select-chevron[data-v-8272b643]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-select .m-select-list[data-v-8272b643]{position:absolute;z-index:1050;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;overflow:hidden;border-radius:var(--maz-border-radius);background-color:var(--maz-color-bg);padding:.5rem;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,0%,.05);box-shadow:0 5px 10px #0000000d}:is(:where([class~=dark]) .m-select .m-select-list[data-v-8272b643]){border-width:var(--maz-border-width);border-color:var(--maz-color-bg-light)}.m-select .m-select-list[data-v-8272b643]{min-width:3.5rem}.m-select .m-select-list.--top[data-v-8272b643]{bottom:100%}.m-select .m-select-list.--left[data-v-8272b643]{left:0}.m-select .m-select-list.--right[data-v-8272b643]{right:0}.m-select .m-select-list.--bottom[data-v-8272b643]{top:100%}.m-select .m-select-list__scroll-wrapper[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;overflow:auto}.m-select .m-select-list__no-results[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-select .m-select-list-item[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--maz-border-radius);background-color:transparent;padding-left:.75rem;padding-right:.75rem;padding-top:.5em;padding-bottom:.5em;text-align:left;font-size:1em;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-select .m-select-list-item[data-v-8272b643]:focus-within{background-color:var(--maz-color-bg-light)}.m-select .m-select-list-item[data-v-8272b643]:hover{background-color:var(--maz-color-bg-light)}.m-select .m-select-list-item span[data-v-8272b643]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-select .m-select-list-item.--is-keyboard-selected[data-v-8272b643]{background-color:var(--maz-color-bg-light)}:is(:where([class~=dark]) .m-select .m-select-list-item.--is-keyboard-selected[data-v-8272b643]){background-color:var(--maz-color-bg-lighter)}.m-select .m-select-list-item.--is-keyboard-selected.--is-selected[data-v-8272b643],.m-select .m-select-list-item.--is-keyboard-selected.--is-selected[data-v-8272b643]:hover{background-color:var(--5e7d1dfe)}.m-select .m-select-list-item.--is-none-value[data-v-8272b643]{color:var(--maz-color-muted)}.m-select .m-select-list-item.--is-selected[data-v-8272b643]{color:var(--b3b9ed86);background-color:var(--55cb06e5)}.m-select .m-select-list-item.--is-selected.--transparent[data-v-8272b643]{background-color:var(--maz-color-bg)}.m-select button.maz-custom[data-v-8272b643]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:none}.m-phone-number-input[data-v-cd414873]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-phone-number-input__country-flag[data-v-cd414873]{position:absolute;left:13px;z-index:4;outline:none;border:none;padding:0;margin:0;cursor:pointer}.m-phone-number-input__country-flag.--should-have-bottom-flag[data-v-cd414873]{bottom:2px}.m-phone-number-input__input.--border-radius[data-v-cd414873] .m-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-2px}.m-phone-number-input__select[data-v-cd414873]{width:9rem}.m-phone-number-input__select__item[data-v-cd414873]{width:100%;font-size:.875rem;line-height:1.25rem}.m-phone-number-input__select[data-v-cd414873] .m-select-input .m-input-wrapper{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.m-phone-number-input:not(.--no-flags) .m-phone-number-input__select[data-v-cd414873] .m-select-input input{padding-left:2.25rem!important}.m-phone-number-input__input.--error[data-v-cd414873],.m-phone-number-input__input.--focused[data-v-cd414873]{z-index:1}
1
+ .m-input[data-v-e9e7fe2d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m-input.--xl[data-v-e9e7fe2d]{height:4rem}.m-input.--xl .m-input-input[data-v-e9e7fe2d],.m-input.--xl .m-input-label[data-v-e9e7fe2d]{font-size:1.25rem;line-height:1.75rem}.m-input.--lg[data-v-e9e7fe2d]{height:3.5rem}.m-input.--lg .m-input-input[data-v-e9e7fe2d],.m-input.--lg .m-input-label[data-v-e9e7fe2d]{font-size:1.125rem;line-height:1.75rem}.m-input.--md[data-v-e9e7fe2d]{height:3rem}.m-input.--sm[data-v-e9e7fe2d]{height:2.5rem}.m-input.--sm .m-input-input[data-v-e9e7fe2d],.m-input.--sm .m-input-label[data-v-e9e7fe2d]{font-size:.875rem;line-height:1.25rem}.m-input.--xs[data-v-e9e7fe2d]{height:2rem}.m-input.--xs .m-input-input[data-v-e9e7fe2d],.m-input.--xs .m-input-label[data-v-e9e7fe2d]{font-size:.75rem;line-height:1rem}.m-input.--mini[data-v-e9e7fe2d]{height:1.5rem}.m-input.--mini .m-input-input[data-v-e9e7fe2d],.m-input.--mini .m-input-label[data-v-e9e7fe2d]{font-size:.75rem;line-height:1rem}.m-input-wrapper[data-v-e9e7fe2d]{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;border-width:var(--maz-border-width);border-style:solid;background-color:var(--maz-color-bg);-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s}.m-input-wrapper.--default-border[data-v-e9e7fe2d]{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}:is(:where([class~=dark]) .m-input-wrapper.--default-border[data-v-e9e7fe2d]){border-color:var(--maz-color-bg-lighter)}.m-input-wrapper-input[data-v-e9e7fe2d]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-input-wrapper-right[data-v-e9e7fe2d],.m-input-wrapper-left[data-v-e9e7fe2d]{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex}.m-input-wrapper-right[data-v-e9e7fe2d]>:not([hidden])~:not([hidden]),.m-input-wrapper-left[data-v-e9e7fe2d]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.m-input-wrapper-right[data-v-e9e7fe2d],.m-input-wrapper-left[data-v-e9e7fe2d]{padding-top:.25rem;padding-bottom:.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-input-wrapper-right[data-v-e9e7fe2d]{padding-right:.5rem}.m-input-wrapper-left[data-v-e9e7fe2d]{padding-left:.5rem}.m-input-input[data-v-e9e7fe2d]{margin:0;display:block;height:100%;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-style:none;background-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0;padding-bottom:0;color:var(--maz-color-text);--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.m-input-input[data-v-e9e7fe2d]:-webkit-autofill,.m-input-input[data-v-e9e7fe2d]:-webkit-autofill:hover,.m-input-input[data-v-e9e7fe2d]:-webkit-autofill:focus{-webkit-text-fill-color:var(--maz-color-text);-webkit-box-shadow:0 0 0 1000px var(--maz-color-primary-50) inset;box-shadow:0 0 0 1000px var(--maz-color-primary-50) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.m-input-input[data-v-e9e7fe2d]::-webkit-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::-moz-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]:-ms-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::-ms-input-placeholder{color:var(--maz-color-muted)}.m-input-input[data-v-e9e7fe2d]::placeholder{color:var(--maz-color-muted)}.m-input-label[data-v-e9e7fe2d]{pointer-events:none;position:absolute;left:.75rem;display:block;width:100%;-webkit-transform-origin:top left;transform-origin:top left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;line-height:1.5rem;width:calc(100% + 1.3rem);-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;transition:transform .2s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0ms}.m-input:not(.--should-up) .m-input-label[data-v-e9e7fe2d]{width:calc(100% - .75rem)}.m-input.--should-up .m-input-label[data-v-e9e7fe2d]{-webkit-transform:scale(.8) translateY(-.65em);transform:scale(.8) translateY(-.65em)}.m-input[data-v-e9e7fe2d]:not(.--has-state){color:var(--maz-color-muted)}.m-input.--has-z-2 .m-input-wrapper[data-v-e9e7fe2d]{z-index:2}.m-input.--is-readonly .m-input-input[data-v-e9e7fe2d]{cursor:default}.m-input.--is-disabled .m-input-wrapper[data-v-e9e7fe2d]{background-color:var(--maz-color-bg-lighter);color:var(--maz-color-muted)}.m-input.--is-disabled .m-input-input[data-v-e9e7fe2d]{cursor:not-allowed;color:var(--maz-color-muted)}:is(:where([class~=dark]) .m-input:not(.--is-disabled) .m-input-wrapper[data-v-e9e7fe2d]){background-color:var(--maz-color-bg-light)}.m-input.--is-focused .m-input-wrapper[data-v-e9e7fe2d]{z-index:3}.m-input.--has-label .m-input-input[data-v-e9e7fe2d]{padding-left:.75rem;padding-right:.75rem;padding-top:1rem}html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill,html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill:hover,html.dark .m-input-input[data-v-e9e7fe2d]:-webkit-autofill:focus{-webkit-text-fill-color:var(--maz-color-text);-webkit-box-shadow:0 0 0 1000px var(--maz-color-bg-lighter) inset;box-shadow:0 0 0 1000px var(--maz-color-bg-lighter) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.m-select[data-v-8272b643]{position:relative}.m-select.--mini[data-v-8272b643],.m-select.--xs[data-v-8272b643]{font-size:.75rem;line-height:1rem}.m-select.--sm[data-v-8272b643]{font-size:.875rem;line-height:1.25rem}.m-select.--md[data-v-8272b643]{font-size:1rem;line-height:1.5rem}.m-select.--lg[data-v-8272b643]{font-size:1.125rem;line-height:1.75rem}.m-select.--xl[data-v-8272b643]{font-size:1.25rem;line-height:1.75rem}.m-select[data-v-8272b643]:not(.--disabled) .m-input-input{cursor:pointer}.m-select-input[data-v-8272b643] .m-input-input,.m-select-input.--has-label[data-v-8272b643] .m-input-input{padding-right:0}.m-select-input__toggle-button[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;background-color:transparent;padding-left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-select-input[data-v-8272b643] input{caret-color:transparent}.m-select-chevron[data-v-8272b643]{font-size:1.2em;color:var(--maz-color-text);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.m-select.--is-open .m-select-chevron[data-v-8272b643]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-select .m-select-list[data-v-8272b643]{position:absolute;z-index:1050;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;overflow:hidden;border-radius:var(--maz-border-radius);background-color:var(--maz-color-bg);padding:.5rem;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,0%,.05);box-shadow:0 5px 10px #0000000d}:is(:where([class~=dark]) .m-select .m-select-list[data-v-8272b643]){border-width:var(--maz-border-width);border-color:var(--maz-color-bg-light)}.m-select .m-select-list[data-v-8272b643]{min-width:3.5rem}.m-select .m-select-list.--top[data-v-8272b643]{bottom:100%}.m-select .m-select-list.--left[data-v-8272b643]{left:0}.m-select .m-select-list.--right[data-v-8272b643]{right:0}.m-select .m-select-list.--bottom[data-v-8272b643]{top:100%}.m-select .m-select-list__scroll-wrapper[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem;overflow:auto}.m-select .m-select-list__no-results[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-select .m-select-list-item[data-v-8272b643]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--maz-border-radius);background-color:transparent;padding-left:.75rem;padding-right:.75rem;padding-top:.5em;padding-bottom:.5em;text-align:left;font-size:1em;-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.m-select .m-select-list-item[data-v-8272b643]:focus-within{background-color:var(--maz-color-bg-light)}.m-select .m-select-list-item[data-v-8272b643]:hover{background-color:var(--maz-color-bg-light)}.m-select .m-select-list-item span[data-v-8272b643]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-select .m-select-list-item.--is-keyboard-selected[data-v-8272b643]{background-color:var(--maz-color-bg-light)}:is(:where([class~=dark]) .m-select .m-select-list-item.--is-keyboard-selected[data-v-8272b643]){background-color:var(--maz-color-bg-lighter)}.m-select .m-select-list-item.--is-keyboard-selected.--is-selected[data-v-8272b643],.m-select .m-select-list-item.--is-keyboard-selected.--is-selected[data-v-8272b643]:hover{background-color:var(--5e7d1dfe)}.m-select .m-select-list-item.--is-none-value[data-v-8272b643]{color:var(--maz-color-muted)}.m-select .m-select-list-item.--is-selected[data-v-8272b643]{color:var(--b3b9ed86);background-color:var(--55cb06e5)}.m-select .m-select-list-item.--is-selected.--transparent[data-v-8272b643]{background-color:var(--maz-color-bg)}.m-select button.maz-custom[data-v-8272b643]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:none}.m-phone-number-input[data-v-cff919da]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-phone-number-input__country-flag[data-v-cff919da]{position:absolute;left:13px;z-index:4;outline:none;border:none;padding:0;margin:0;cursor:pointer}.m-phone-number-input__country-flag.--should-have-bottom-flag[data-v-cff919da]{bottom:2px}.m-phone-number-input__input.--border-radius[data-v-cff919da] .m-input-wrapper{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-2px}.m-phone-number-input__select[data-v-cff919da]{width:9rem}.m-phone-number-input__select__item[data-v-cff919da]{width:100%;font-size:.875rem;line-height:1.25rem}.m-phone-number-input__select[data-v-cff919da] .m-select-input .m-input-wrapper{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.m-phone-number-input:not(.--no-flags) .m-phone-number-input__select[data-v-cff919da] .m-select-input input{padding-left:2.25rem!important}.m-phone-number-input__input.--error[data-v-cff919da],.m-phone-number-input__input.--focused[data-v-cff919da]{z-index:1}
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent as E, defineAsyncComponent as h, useAttrs as R, useSlots as S, onBeforeMount as w, computed as l, openBlock as n, createBlock as a, resolveDynamicComponent as r, normalizeClass as s, withCtx as A, createElementBlock as u, createCommentVNode as t, renderSlot as d, unref as c } from "vue";
3
- import { _ as D } from "./MazPhoneNumberInput-TdklZIjq.mjs";
3
+ import { _ as D } from "./MazPhoneNumberInput-sLX6P-Qa.mjs";
4
4
  const P = /* @__PURE__ */ E({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -26,7 +26,7 @@ const P = /* @__PURE__ */ E({
26
26
  contentClass: { default: void 0 }
27
27
  },
28
28
  setup(g) {
29
- const B = h(() => import("./MazSpinner-eGQPU8Yp.mjs")), f = h(() => import("./MazIcon-C329_2BT.mjs")), { href: k, to: I } = R(), p = S(), e = g;
29
+ const B = h(() => import("./MazSpinner-NH6Uv-I-.mjs")), f = h(() => import("./MazIcon-C329_2BT.mjs")), { href: k, to: I } = R(), p = S(), e = g;
30
30
  w(() => {
31
31
  e.icon && !e.fab && console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
32
32
  });
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazCheckbox.css";
2
2
  import { defineComponent as g, useCssVars as S, getCurrentInstance as C, computed as l, openBlock as I, createElementBlock as A, unref as c, normalizeClass as m, normalizeStyle as w, createElementVNode as f, mergeProps as B, createVNode as N, renderSlot as M } from "vue";
3
- import { u as j, _ as E } from "./MazPhoneNumberInput-TdklZIjq.mjs";
3
+ import { u as j, _ as E } from "./MazPhoneNumberInput-sLX6P-Qa.mjs";
4
4
  import O from "./check-_5Up9njX.mjs";
5
5
  const _ = ["for", "aria-checked"], q = ["id", "checked", "disabled", "name"], D = /* @__PURE__ */ g({
6
6
  inheritAttrs: !1,
@@ -194,7 +194,7 @@ const co = {
194
194
  },
195
195
  emits: ["focus", "blur", "update:model-value", "click", "change"],
196
196
  setup(r, { emit: u }) {
197
- const a = R(() => import("./MazBtn-M7Pnxit5.mjs")), B = R(() => import("./MazIcon-C329_2BT.mjs")), S = R(() => import("./eye-slash-rdPLIzFI.mjs")), H = R(() => import("./eye-3jm1b22X.mjs")), M = R(() => import("./check-_5Up9njX.mjs")), t = r, w = u, P = h(!1), c = h(!1), i = h(), te = ke(), le = Pe({
197
+ const a = R(() => import("./MazBtn-0T7c5kcJ.mjs")), B = R(() => import("./MazIcon-C329_2BT.mjs")), S = R(() => import("./eye-slash-rdPLIzFI.mjs")), H = R(() => import("./eye-3jm1b22X.mjs")), M = R(() => import("./check-_5Up9njX.mjs")), t = r, w = u, P = h(!1), c = h(!1), i = h(), te = ke(), le = Pe({
198
198
  componentName: "MazInput",
199
199
  instance: te,
200
200
  providedId: t.id
@@ -451,7 +451,7 @@ const bo = { class: "m-select-list__no-results" }, go = {
451
451
  b3b9ed86: te.value,
452
452
  "55cb06e5": le.value
453
453
  }));
454
- const a = R(() => import("./MazCheckbox-4gr5TnSK.mjs")), B = R(() => import("./magnifying-glass-ebhrla2J.mjs")), S = R(() => import("./chevron-down-bC0s_0yH.mjs")), H = R(() => import("./no-symbol-JnXtUaU-.mjs")), M = ke(), t = r, w = u, P = h(!1), c = h(), i = d(
454
+ const a = R(() => import("./MazCheckbox-2UM8g0ln.mjs")), B = R(() => import("./magnifying-glass-ebhrla2J.mjs")), S = R(() => import("./chevron-down-bC0s_0yH.mjs")), H = R(() => import("./no-symbol-JnXtUaU-.mjs")), M = ke(), t = r, w = u, P = h(!1), c = h(), i = d(
455
455
  () => ["black", "transparent", "white"].includes(t.color)
456
456
  ), te = d(
457
457
  () => i.value ? "var(--maz-color-black)" : `var(--maz-color-${t.color}-800)`
@@ -845,7 +845,9 @@ const bo = { class: "m-select-list__no-results" }, go = {
845
845
  const o = t(p.value);
846
846
  return z.value.isValid || !o ? e : `${E.value.phoneInput.example} ${o}`;
847
847
  }
848
- }), K = h();
848
+ }), K = h(
849
+ i.countryCode || i.defaultCountryCode
850
+ );
849
851
  me(
850
852
  () => i.countryCode || i.defaultCountryCode,
851
853
  (e) => {
@@ -1107,7 +1109,7 @@ const bo = { class: "m-select-list__no-results" }, go = {
1107
1109
  ], 14, wo);
1108
1110
  };
1109
1111
  }
1110
- }), Bo = /* @__PURE__ */ $e(ko, [["__scopeId", "data-v-cd414873"]]);
1112
+ }), Bo = /* @__PURE__ */ $e(ko, [["__scopeId", "data-v-cff919da"]]);
1111
1113
  export {
1112
1114
  Bo as M,
1113
1115
  $e as _,
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazSpinner.css";
2
2
  import { defineComponent as t, openBlock as o, createElementBlock as c, normalizeClass as n, pushScopeId as s, popScopeId as r, createElementVNode as i } from "vue";
3
- import { _ as p } from "./MazPhoneNumberInput-TdklZIjq.mjs";
3
+ import { _ as p } from "./MazPhoneNumberInput-sLX6P-Qa.mjs";
4
4
  const a = (e) => (s("data-v-c67298ec"), e = e(), r(), e), d = ["width", "height"], l = /* @__PURE__ */ a(() => /* @__PURE__ */ i(
5
5
  "path",
6
6
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
package/nuxt/index.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "3.31.2"
7
+ "version": "3.31.4"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maz-ui",
3
- "version": "3.31.2",
3
+ "version": "3.31.4",
4
4
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
5
5
  "author": "Louis Mazel <me@loicmazuel.com>",
6
6
  "main": "./modules/index.cjs",
@@ -101,17 +101,17 @@
101
101
  "@mazui/cli": "latest"
102
102
  },
103
103
  "devDependencies": {
104
- "@babel/core": "^7.23.6",
105
- "@babel/preset-env": "^7.23.6",
104
+ "@babel/core": "^7.23.7",
105
+ "@babel/preset-env": "^7.23.7",
106
106
  "@babel/preset-typescript": "^7.23.3",
107
107
  "@nuxt/kit": "^3.9.0",
108
108
  "@nuxt/schema": "^3.9.0",
109
109
  "@types/dropzone": "^5.7.8",
110
110
  "@types/google.maps": "^3.54.10",
111
- "@vitejs/plugin-vue": "^5.0.0",
112
- "@vitest/coverage-v8": "^1.1.0",
113
- "@vue/compiler-sfc": "^3.3.13",
114
- "@vue/eslint-config-prettier": "^8.0.0",
111
+ "@vitejs/plugin-vue": "^5.0.2",
112
+ "@vitest/coverage-v8": "^1.1.1",
113
+ "@vue/compiler-sfc": "^3.4.4",
114
+ "@vue/eslint-config-prettier": "^9.0.0",
115
115
  "@vue/eslint-config-typescript": "^12.0.0",
116
116
  "@vue/test-utils": "^2.4.3",
117
117
  "@vue/tsconfig": "^0.5.1",
@@ -134,14 +134,14 @@
134
134
  "path": "^0.12.7",
135
135
  "postcss": "^8.4.32",
136
136
  "postcss-html": "^1.5.0",
137
- "postcss-import": "^15.1.0",
137
+ "postcss-import": "^16.0.0",
138
138
  "postcss-nested": "^6.0.0",
139
139
  "postcss-simple-vars": "^7.0.1",
140
140
  "postcss-url": "^10.1.3",
141
- "prettier-plugin-tailwindcss": "^0.5.9",
141
+ "prettier-plugin-tailwindcss": "^0.5.10",
142
142
  "replace-in-file": "^7.1.0",
143
143
  "rimraf": "^5.0.5",
144
- "sass": "^1.69.5",
144
+ "sass": "^1.69.7",
145
145
  "semver": "^7.5.4",
146
146
  "sirv": "^2.0.4",
147
147
  "stylelint": "^16.1.0",
@@ -156,11 +156,11 @@
156
156
  "vite-plugin-lib-inject-css": "^1.3.0",
157
157
  "vite-plugin-static-copy": "^1.0.0",
158
158
  "vite-svg-loader": "^5.1.0",
159
- "vitest": "^1.1.0",
159
+ "vitest": "^1.1.1",
160
160
  "vitest-canvas-mock": "^0.3.3",
161
- "vue": "^3.3.13",
161
+ "vue": "^3.4.4",
162
162
  "vue-chartjs": "^5.3.0",
163
- "vue-loader": "^17.4.0",
163
+ "vue-loader": "^17.4.2",
164
164
  "vue-router": "^4.2.5",
165
165
  "vue-tsc": "^1.8.27"
166
166
  },
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  modelValue: number;
7
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  "update:model-value": (...args: any[]) => void;
9
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
10
  id?: string | undefined;
11
11
  modelValue?: number | undefined;
12
12
  }>, {
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
78
78
  };
79
79
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
80
  click: (...args: any[]) => void;
81
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
81
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
82
82
  src: {
83
83
  type: PropType<string | null | undefined>;
84
84
  default: undefined;
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
40
40
  present: import("vue").Ref<boolean>;
41
41
  toggleModal: (value: boolean) => Promise<void>;
42
42
  onKeyPress: (event: KeyboardEvent) => void;
43
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "before-close" | "open" | "update:model-value")[], "close" | "before-close" | "open" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "before-close" | "open" | "update:model-value")[], "close" | "before-close" | "open" | "update:model-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  modelValue: {
45
45
  type: BooleanConstructor;
46
46
  default: boolean;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  outline: boolean;
16
16
  pastel: boolean;
17
17
  roundedSize: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
19
  color?: BadgeColor | undefined;
20
20
  size?: string | undefined;
21
21
  nowrap?: boolean | undefined;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  close: (...args: any[]) => void;
12
12
  open: (...args: any[]) => void;
13
13
  "update:model-value": (...args: any[]) => void;
14
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  noClose: {
16
16
  type: BooleanConstructor;
17
17
  default: boolean;
@@ -107,7 +107,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
107
107
  leftIcon: undefined;
108
108
  rightIcon: undefined;
109
109
  contentClass: undefined;
110
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
110
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
111
111
  /** The variant of the button - Change UI of component (link or button style)
112
112
  * @values `'button' | 'link'`
113
113
  * */
@@ -98,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
98
98
  type: BooleanConstructor;
99
99
  default: boolean;
100
100
  };
101
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
101
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
102
102
  /** Images displayed */
103
103
  images: {
104
104
  type: PropType<MazGalleryImage[]>;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  }>, {
7
7
  noElevation: boolean;
8
8
  color: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
10
  noElevation?: boolean | undefined;
11
11
  color?: Color | undefined;
12
12
  }>, {
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  noScrollBtn: {
8
8
  type: BooleanConstructor;
9
9
  default: boolean;
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
48
48
  type: PropType<"default" | "none" | "reset" | "resize" | "hide" | "show" | "active">;
49
49
  default: undefined;
50
50
  };
51
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
52
52
  /**
53
53
  * Chart.js chart type
54
54
  */
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
41
41
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
42
  change: (...args: any[]) => void;
43
43
  "update:model-value": (...args: any[]) => void;
44
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  style: {
46
46
  type: PropType<import("vue").StyleValue>;
47
47
  default: undefined;
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
33
33
  close: (...args: any[]) => void;
34
34
  open: (...args: any[]) => void;
35
35
  "update:model-value": (...args: any[]) => void;
36
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
37
  /** Modal's title in header */
38
38
  title: {
39
39
  type: StringConstructor;
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
31
31
  type: PropType<DialogButton[]>;
32
32
  default: () => never[];
33
33
  };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
35
  /** Dialog Data - type DialogData */
36
36
  data: {
37
37
  type: PropType<DialogData>;
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
24
24
  close: (...args: any[]) => void;
25
25
  open: (...args: any[]) => void;
26
26
  "update:model-value": (...args: any[]) => void;
27
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  noClose: {
29
29
  type: BooleanConstructor;
30
30
  default: boolean;
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
44
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
45
  "menuitem-clicked": (...args: any[]) => void;
46
46
  "update:open": (...args: any[]) => void;
47
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
47
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
48
48
  style?: import("vue").StyleValue;
49
49
  class?: any;
50
50
  /** Menu items */
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
74
74
  getUploadingFiles: () => DropzoneFile[];
75
75
  getAddedFiles: () => DropzoneFile[];
76
76
  getActiveFiles: () => DropzoneFile[];
77
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete")[], "success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
77
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete")[], "success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
78
78
  options: {
79
79
  type: PropType<MazDropzoneOptions>;
80
80
  required: true;
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
5
5
  }>, {
6
6
  color: string;
7
7
  size: string;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
9
  color?: Color | undefined;
10
10
  size?: string | undefined;
11
11
  }>, {
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
74
74
  type: StringConstructor;
75
75
  default: string;
76
76
  };
77
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
77
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
78
78
  /**
79
79
  * Array of string or object: `['https://via.placeholder.com/500', 'https://via.placeholder.com/600']` or `[{ slug: 'https://via.placeholder.com/500', alt: 'image descripton' }, { slug: 'https://via.placeholder.com/600', alt: 'image descripton' }]`
80
80
  * */
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
34
34
  loaded: (svg: SVGElement | undefined) => void;
35
35
  unloaded: () => void;
36
36
  error: (error: Error) => void;
37
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
38
  /** The source path of the SVG file - e.g: `/icons/home.svg` */
39
39
  src: {
40
40
  type: StringConstructor;
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
106
106
  "update:model-value": (value?: ModelValueSimple) => void;
107
107
  click: (event: Event) => void;
108
108
  change: (event: Event) => void;
109
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
109
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
110
110
  /** The style of the component */
111
111
  style?: import("vue").StyleValue;
112
112
  /** The class of the component */
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
46
46
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
47
  "update:model-value": (value?: string | number | undefined) => void;
48
48
  completed: () => void;
49
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
49
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
50
50
  /** The style of the component. */
51
51
  style?: HTMLAttributes['style'];
52
52
  /** The class of the component. */
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
43
43
  click: (value: unknown) => void;
44
44
  update: (value: unknown) => void;
45
45
  change: (value: unknown) => void;
46
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
46
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
47
47
  /** The inline style object for the component. */
48
48
  style?: HTMLAttributes['style'];
49
49
  /** The CSS class name for the component. */
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
26
26
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
27
  "update:model-value": (...args: any[]) => void;
28
28
  formatted: (...args: any[]) => void;
29
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
30
  modelValue: {
31
31
  type: (StringConstructor | NumberConstructor)[];
32
32
  default: undefined;
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
56
56
  };
57
57
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
58
  "update:model-value": (...args: any[]) => void;
59
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
60
  style: {
61
61
  type: PropType<import("vue").StyleValue>;
62
62
  default: undefined;
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
58
58
  loaded: (...args: any[]) => void;
59
59
  loading: (...args: any[]) => void;
60
60
  intersecting: (...args: any[]) => void;
61
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  style: {
63
63
  type: PropType<import("vue").StyleValue>;
64
64
  default: undefined;
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  }>, {
8
8
  color: string;
9
9
  height: string;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  /** The color of the loading bar */
12
12
  color?: Color | undefined;
13
13
  /** Height of the bar */
@@ -88,8 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
88
88
  color: string;
89
89
  size: string;
90
90
  modelValue: undefined;
91
+ /** @deprecated */
91
92
  defaultPhoneNumber: undefined;
92
93
  countryCode: undefined;
94
+ /** @deprecated */
93
95
  defaultCountryCode: undefined;
94
96
  id: undefined;
95
97
  placeholder: undefined;
@@ -106,7 +108,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
106
108
  "country-code": (countryCode?: CountryCode | undefined) => void;
107
109
  "update:model-value": (phoneNumber?: string | undefined) => void;
108
110
  "update:country-code": (countryCode?: CountryCode | undefined) => void;
109
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
111
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
110
112
  /** Style attribut of the component root element */
111
113
  style?: StyleValue;
112
114
  /** Class attribut of the component root element */
@@ -191,8 +193,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
191
193
  color: string;
192
194
  size: string;
193
195
  modelValue: undefined;
196
+ /** @deprecated */
194
197
  defaultPhoneNumber: undefined;
195
198
  countryCode: undefined;
199
+ /** @deprecated */
196
200
  defaultCountryCode: undefined;
197
201
  id: undefined;
198
202
  placeholder: undefined;
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
65
65
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
66
  "update:model-value": (...args: any[]) => void;
67
67
  "update:calendar-date": (...args: any[]) => void;
68
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
68
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  modelValue: {
70
70
  type: PropType<PickerValue>;
71
71
  default: undefined;
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: NumberConstructor;
8
8
  required: true;
9
9
  };
10
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  locale: {
12
12
  type: StringConstructor;
13
13
  required: true;
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
54
54
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
55
  "update:model-value": (...args: any[]) => void;
56
56
  "update:hoverred-day": (...args: any[]) => void;
57
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
58
  modelValue: {
59
59
  type: PropType<PickerValue>;
60
60
  default: undefined;
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
59
59
  "update:model-value": (...args: any[]) => void;
60
60
  "update:calendar-date": (...args: any[]) => void;
61
61
  "update:hoverred-day": (...args: any[]) => void;
62
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
63
63
  modelValue: {
64
64
  type: PropType<PickerValue>;
65
65
  default: undefined;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
17
17
  "open-month-switcher": (...args: any[]) => void;
18
18
  "open-year-switcher": (...args: any[]) => void;
19
19
  "update:calendar-date": (...args: any[]) => void;
20
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  calendarDate: {
22
22
  type: StringConstructor;
23
23
  default: undefined;
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
103
103
  close: (...args: any[]) => void;
104
104
  "update:model-value": (...args: any[]) => void;
105
105
  "update:calendar-date": (...args: any[]) => void;
106
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
106
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
107
107
  modelValue: {
108
108
  type: PropType<PickerValue>;
109
109
  default: undefined;
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  };
8
8
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  close: (...args: any[]) => void;
10
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  color: {
12
12
  type: PropType<Color>;
13
13
  required: true;