@quidgest/ui 0.16.28 → 0.16.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/dist/json/api.json +5777 -0
  2. package/dist/ui.esm.js +311 -307
  3. package/dist/ui.js +5 -5
  4. package/dist/ui.min.js +66 -66
  5. package/dist/ui.scss +1 -1
  6. package/esm/components/QAccordion/QAccordionItem.vue.js +2 -2
  7. package/esm/components/QAccordion/types.d.ts +10 -0
  8. package/esm/components/QAccordion/types.d.ts.map +1 -1
  9. package/esm/components/QAvatar/QAvatar.d.ts +1 -1
  10. package/esm/components/QAvatar/QAvatar.vue.js +3 -3
  11. package/esm/components/QAvatar/index.d.ts +3 -3
  12. package/esm/components/QAvatar/types.d.ts +20 -8
  13. package/esm/components/QAvatar/types.d.ts.map +1 -1
  14. package/esm/components/QBadge/QBadge.vue.js +1 -1
  15. package/esm/components/QBadge/types.d.ts +18 -4
  16. package/esm/components/QBadge/types.d.ts.map +1 -1
  17. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -0
  18. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
  19. package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +9 -9
  20. package/esm/components/QBadgeIndicator/index.d.ts +3 -0
  21. package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
  22. package/esm/components/QBadgeIndicator/types.d.ts +11 -5
  23. package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
  24. package/esm/components/QButton/QButton.vue.js +3 -3
  25. package/esm/components/QButton/types.d.ts +30 -8
  26. package/esm/components/QButton/types.d.ts.map +1 -1
  27. package/esm/components/QButtonGroup/QButtonGroup.vue.js +2 -2
  28. package/esm/components/QButtonGroup/types.d.ts +12 -4
  29. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  30. package/esm/components/QCard/QCard.vue.js +3 -3
  31. package/esm/components/QCard/types.d.ts +26 -8
  32. package/esm/components/QCard/types.d.ts.map +1 -1
  33. package/esm/components/QCarousel/types.d.ts +55 -11
  34. package/esm/components/QCarousel/types.d.ts.map +1 -1
  35. package/esm/components/QCheckbox/QCheckbox.vue.js +3 -3
  36. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +2 -2
  37. package/esm/components/QCheckbox/index.d.ts +9 -9
  38. package/esm/components/QCheckbox/types.d.ts +23 -9
  39. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  40. package/esm/components/QCollapsible/QCollapsible.vue.js +2 -2
  41. package/esm/components/QCollapsible/index.d.ts +6 -6
  42. package/esm/components/QCollapsible/types.d.ts +23 -7
  43. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  44. package/esm/components/QColorPicker/types.d.ts +14 -0
  45. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  46. package/esm/components/QCombobox/QCombobox.d.ts +28 -28
  47. package/esm/components/QCombobox/QCombobox.vue.js +4 -4
  48. package/esm/components/QCombobox/index.d.ts +43 -43
  49. package/esm/components/QCombobox/types.d.ts +34 -12
  50. package/esm/components/QCombobox/types.d.ts.map +1 -1
  51. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +4 -4
  52. package/esm/components/QDateTimePicker/index.d.ts +12 -12
  53. package/esm/components/QDateTimePicker/types.d.ts +29 -13
  54. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  55. package/esm/components/QDefaultsProvider/types.d.ts +2 -0
  56. package/esm/components/QDefaultsProvider/types.d.ts.map +1 -1
  57. package/esm/components/QDialog/QDialog.d.ts +1 -1
  58. package/esm/components/QDialog/QDialog.vue.js +5 -5
  59. package/esm/components/QDialog/index.d.ts +15 -15
  60. package/esm/components/QDialog/types.d.ts +46 -18
  61. package/esm/components/QDialog/types.d.ts.map +1 -1
  62. package/esm/components/QDivider/QDivider.d.ts.map +1 -1
  63. package/esm/components/QDivider/QDivider.vue.js +43 -45
  64. package/esm/components/QDivider/types.d.ts +6 -1
  65. package/esm/components/QDivider/types.d.ts.map +1 -1
  66. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +6 -6
  67. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +9 -9
  68. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +6 -6
  69. package/esm/components/QDropdownMenu/index.d.ts +12 -12
  70. package/esm/components/QDropdownMenu/types.d.ts +51 -21
  71. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  72. package/esm/components/QField/QField.vue.js +1 -1
  73. package/esm/components/QField/types.d.ts +10 -0
  74. package/esm/components/QField/types.d.ts.map +1 -1
  75. package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
  76. package/esm/components/QFileUpload/index.d.ts +3 -3
  77. package/esm/components/QFileUpload/types.d.ts +6 -0
  78. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  79. package/esm/components/QGrid/types.d.ts +20 -0
  80. package/esm/components/QGrid/types.d.ts.map +1 -1
  81. package/esm/components/QIcon/QIcon.vue.js +2 -2
  82. package/esm/components/QIcon/QIconFont.vue.js +2 -2
  83. package/esm/components/QIcon/types.d.ts +22 -8
  84. package/esm/components/QIcon/types.d.ts.map +1 -1
  85. package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
  86. package/esm/components/QInputGroup/types.d.ts +4 -0
  87. package/esm/components/QInputGroup/types.d.ts.map +1 -1
  88. package/esm/components/QLabel/QLabel.vue.js +2 -2
  89. package/esm/components/QLabel/types.d.ts +10 -4
  90. package/esm/components/QLabel/types.d.ts.map +1 -1
  91. package/esm/components/QLineLoader/types.d.ts +4 -0
  92. package/esm/components/QLineLoader/types.d.ts.map +1 -1
  93. package/esm/components/QList/QList.d.ts +2 -2
  94. package/esm/components/QList/QList.vue.js +4 -4
  95. package/esm/components/QList/QListItem.vue.js +1 -1
  96. package/esm/components/QList/index.d.ts +1 -1
  97. package/esm/components/QList/types.d.ts +54 -14
  98. package/esm/components/QList/types.d.ts.map +1 -1
  99. package/esm/components/QMeter/QMeter.vue.js +3 -3
  100. package/esm/components/QMeter/index.d.ts +4 -4
  101. package/esm/components/QMeter/types.d.ts +10 -4
  102. package/esm/components/QMeter/types.d.ts.map +1 -1
  103. package/esm/components/QOverlay/QOverlay.d.ts +2 -2
  104. package/esm/components/QOverlay/QOverlay.vue.js +9 -9
  105. package/esm/components/QOverlay/index.d.ts +30 -30
  106. package/esm/components/QOverlay/types.d.ts +74 -34
  107. package/esm/components/QOverlay/types.d.ts.map +1 -1
  108. package/esm/components/QPasswordField/QPasswordField.d.ts +8 -8
  109. package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
  110. package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +8 -8
  111. package/esm/components/QPasswordField/index.d.ts +4 -4
  112. package/esm/components/QPasswordField/types.d.ts +12 -0
  113. package/esm/components/QPasswordField/types.d.ts.map +1 -1
  114. package/esm/components/QPopover/QPopover.vue.js +4 -4
  115. package/esm/components/QPopover/index.d.ts +12 -12
  116. package/esm/components/QPopover/types.d.ts +32 -14
  117. package/esm/components/QPopover/types.d.ts.map +1 -1
  118. package/esm/components/QPropertyList/QPropertyList.vue.js +1 -1
  119. package/esm/components/QPropertyList/types.d.ts +41 -5
  120. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  121. package/esm/components/QRadioGroup/QRadioButton.vue.js +6 -6
  122. package/esm/components/QRadioGroup/QRadioGroup.vue.js +5 -5
  123. package/esm/components/QRadioGroup/index.d.ts +12 -12
  124. package/esm/components/QRadioGroup/types.d.ts +57 -27
  125. package/esm/components/QRadioGroup/types.d.ts.map +1 -1
  126. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +2 -2
  127. package/esm/components/QRemoveScrollBar/types.d.ts +10 -6
  128. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -1
  129. package/esm/components/QSelect/QSelect.d.ts +10 -10
  130. package/esm/components/QSelect/QSelect.vue.js +4 -4
  131. package/esm/components/QSelect/index.d.ts +17 -17
  132. package/esm/components/QSelect/types.d.ts +30 -10
  133. package/esm/components/QSelect/types.d.ts.map +1 -1
  134. package/esm/components/QSidebar/QSidebar.d.ts +1 -1
  135. package/esm/components/QSidebar/QSidebarAnchor.d.ts +13 -13
  136. package/esm/components/QSidebar/index.d.ts +1 -1
  137. package/esm/components/QSidebar/types.d.ts +29 -9
  138. package/esm/components/QSidebar/types.d.ts.map +1 -1
  139. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +2 -2
  140. package/esm/components/QSkeletonLoader/types.d.ts +10 -4
  141. package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
  142. package/esm/components/QSpinnerLoader/types.d.ts +2 -0
  143. package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
  144. package/esm/components/QSwitch/QSwitch.vue.js +3 -3
  145. package/esm/components/QSwitch/index.d.ts +4 -4
  146. package/esm/components/QSwitch/types.d.ts +24 -8
  147. package/esm/components/QSwitch/types.d.ts.map +1 -1
  148. package/esm/components/QTextArea/QTextArea.vue.js +1 -1
  149. package/esm/components/QTextArea/index.d.ts +3 -3
  150. package/esm/components/QTextArea/types.d.ts +14 -0
  151. package/esm/components/QTextArea/types.d.ts.map +1 -1
  152. package/esm/components/QTextField/QTextField.d.ts +2 -2
  153. package/esm/components/QTextField/QTextField.vue.js +1 -1
  154. package/esm/components/QTextField/index.d.ts +4 -4
  155. package/esm/components/QTextField/types.d.ts +10 -0
  156. package/esm/components/QTextField/types.d.ts.map +1 -1
  157. package/esm/components/QThemeProvider/types.d.ts +2 -0
  158. package/esm/components/QThemeProvider/types.d.ts.map +1 -1
  159. package/esm/components/QToast/QToast.vue.js +4 -4
  160. package/esm/components/QToast/types.d.ts +34 -12
  161. package/esm/components/QToast/types.d.ts.map +1 -1
  162. package/esm/components/QToggle/QToggle.vue.js +3 -3
  163. package/esm/components/QToggle/index.d.ts +6 -6
  164. package/esm/components/QToggleGroup/QToggleGroup.vue.js +1 -1
  165. package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +2 -2
  166. package/esm/components/QToggleGroup/index.d.ts +3 -3
  167. package/esm/components/QToggleGroup/types.d.ts +6 -0
  168. package/esm/components/QToggleGroup/types.d.ts.map +1 -1
  169. package/esm/components/QTooltip/QTooltip.vue.js +5 -5
  170. package/esm/components/QTooltip/index.d.ts +12 -12
  171. package/esm/components/QTooltip/types.d.ts +40 -16
  172. package/esm/components/QTooltip/types.d.ts.map +1 -1
  173. package/esm/components/__internal__/QChevron/types.d.ts +2 -0
  174. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  175. package/esm/components/__internal__/QClearButton/types.d.ts +4 -0
  176. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  177. package/esm/composables/useDialog/index.d.ts +12 -12
  178. package/esm/composables/useDialog/index.d.ts.map +1 -1
  179. package/esm/types/component.d.ts +4 -0
  180. package/esm/types/component.d.ts.map +1 -1
  181. package/package.json +1 -1
package/dist/ui.esm.js CHANGED
@@ -3,7 +3,7 @@ var Ao = (t, e, a) => e in t ? Mo(t, e, { enumerable: !0, configurable: !0, writ
3
3
  var be = (t, e, a) => Ao(t, typeof e != "symbol" ? e + "" : e, a);
4
4
  import { getCurrentInstance as $l, computed as $, ref as X, toValue as ta, provide as xl, inject as ja, unref as u, isRef as fn, watch as Ce, defineComponent as ce, mergeModels as Ie, toRef as qe, useModel as Fe, createElementBlock as w, openBlock as m, normalizeClass as ie, renderSlot as q, normalizeStyle as Ye, withModifiers as dt, createCommentVNode as R, createElementVNode as ee, createVNode as ye, createTextVNode as et, toDisplayString as $e, useAttrs as Dl, createBlock as se, resolveDynamicComponent as aa, withCtx as H, Fragment as we, h as pn, mergeProps as De, withKeys as mn, normalizeProps as Re, guardReactiveProps as He, useSlots as Wt, onMounted as Ge, onUnmounted as $t, renderList as Ve, nextTick as Xe, useTemplateRef as Xa, createSlots as ze, withDirectives as Ft, vModelDynamic as Co, vModelText as Tl, useId as Po, readonly as qo, customRef as So, getCurrentScope as zr, onScopeDispose as Ml, shallowRef as rl, reactive as Zt, onBeforeUnmount as Qr, Teleport as Wr, Transition as Yt, render as lr, onBeforeUpdate as Io, vShow as cn, resolveComponent as Oo, vModelCheckbox as Eo, toHandlers as Ro, watchEffect as Lo, TransitionGroup as Bo } from "vue";
5
5
  /*!
6
- * Quidgest UI v0.16.28
6
+ * Quidgest UI v0.16.30
7
7
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
8
8
  * Released under the MIT License.
9
9
  */
@@ -79,7 +79,7 @@ const sl = {
79
79
  onDanger: "#ffffff",
80
80
  onInfo: "#ffffff",
81
81
  onNeutral: "#000000"
82
- }, Zg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
82
+ }, Jg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
83
83
  __proto__: null,
84
84
  defaultDarkColorScheme: ol,
85
85
  defaultLightColorScheme: sl
@@ -445,14 +445,14 @@ const ai = ["id", "disabled"], ni = {
445
445
  label: {},
446
446
  variant: { default: "outlined" },
447
447
  color: { default: "primary" },
448
- disabled: { type: Boolean },
449
448
  borderless: { type: Boolean },
450
449
  elevated: { type: Boolean },
451
450
  block: { type: Boolean },
452
- loading: { type: Boolean },
453
451
  size: { default: "regular" },
454
452
  iconPos: { default: "start" },
455
- pill: { type: Boolean }
453
+ pill: { type: Boolean },
454
+ disabled: { type: Boolean },
455
+ loading: { type: Boolean }
456
456
  },
457
457
  emits: ["click"],
458
458
  setup(t, { emit: e }) {
@@ -528,12 +528,12 @@ const ai = ["id", "disabled"], ni = {
528
528
  title: {},
529
529
  subtitle: {},
530
530
  href: {},
531
- disabled: { type: Boolean },
532
- loading: { type: Boolean },
533
531
  borderless: { type: Boolean },
534
532
  variant: { default: "default" },
535
533
  elevation: { default: "none" },
536
- width: {}
534
+ width: {},
535
+ disabled: { type: Boolean },
536
+ loading: { type: Boolean }
537
537
  },
538
538
  setup(t) {
539
539
  const e = t, a = $(() => {
@@ -605,9 +605,9 @@ const ai = ["id", "disabled"], ni = {
605
605
  id: {},
606
606
  class: {},
607
607
  icon: {},
608
- type: { default: "svg" },
609
608
  size: {},
610
- color: {}
609
+ color: {},
610
+ type: { default: "svg" }
611
611
  },
612
612
  setup(t) {
613
613
  const e = t, a = $(() => {
@@ -641,8 +641,8 @@ const ai = ["id", "disabled"], ni = {
641
641
  id: {},
642
642
  class: {},
643
643
  icon: {},
644
- library: { default: "" },
645
- variant: {}
644
+ variant: {},
645
+ library: { default: "" }
646
646
  },
647
647
  setup(t) {
648
648
  const e = t, a = $(() => e.variant ? `${e.library}-${e.variant}` : e.library), n = $(() => e.library && e.icon ? `${e.library}-${e.icon}` : e.icon);
@@ -860,11 +860,11 @@ const ki = /* @__PURE__ */ ce({
860
860
  class: {},
861
861
  title: {},
862
862
  subtitle: {},
863
- required: { type: Boolean },
863
+ variant: {},
864
864
  iconRight: { type: Boolean },
865
865
  spacing: {},
866
- variant: {},
867
866
  width: { default: "fit-content" },
867
+ required: { type: Boolean },
868
868
  icons: { default: () => zo }
869
869
  }, {
870
870
  modelValue: { type: Boolean },
@@ -963,11 +963,11 @@ const Ii = /* @__PURE__ */ ce({
963
963
  class: {},
964
964
  title: {},
965
965
  subtitle: {},
966
- required: { type: Boolean },
966
+ variant: {},
967
967
  iconRight: { type: Boolean },
968
968
  spacing: {},
969
- variant: {},
970
969
  width: {},
970
+ required: { type: Boolean },
971
971
  icons: {},
972
972
  value: {}
973
973
  },
@@ -994,11 +994,11 @@ const Ii = /* @__PURE__ */ ce({
994
994
  __name: "QAvatar",
995
995
  props: {
996
996
  src: {},
997
- alt: { default: "Avatar" },
997
+ initials: {},
998
+ color: {},
998
999
  size: { default: "medium" },
999
1000
  shape: { default: "circle" },
1000
- initials: {},
1001
- color: {}
1001
+ alt: { default: "Avatar" }
1002
1002
  },
1003
1003
  setup(t) {
1004
1004
  const e = t, a = $(() => ["small", "large"].includes(e.size) ? `q-avatar--${e.size}` : ""), n = $(() => e.shape === "circle" ? void 0 : "q-avatar--square"), { style: l } = Jt(qe(e, "color")), r = $(() => {
@@ -1034,9 +1034,9 @@ const Ii = /* @__PURE__ */ ce({
1034
1034
  class: {},
1035
1035
  variant: { default: "tonal" },
1036
1036
  color: { default: "primary" },
1037
- removable: { type: Boolean },
1038
1037
  pill: { type: Boolean },
1039
1038
  size: { default: "default" },
1039
+ removable: { type: Boolean },
1040
1040
  icons: { default: () => Vi },
1041
1041
  texts: { default: () => Fi }
1042
1042
  },
@@ -1106,8 +1106,8 @@ const Ii = /* @__PURE__ */ ce({
1106
1106
  id: {},
1107
1107
  class: {},
1108
1108
  content: {},
1109
- placement: { default: "top-right" },
1110
- color: {}
1109
+ color: { default: "highlight" },
1110
+ placement: { default: "top-right" }
1111
1111
  },
1112
1112
  setup(t) {
1113
1113
  const e = t, a = Wt(), n = $(() => !e.content && !a.content), l = $(() => [
@@ -1142,10 +1142,10 @@ const Ii = /* @__PURE__ */ ce({
1142
1142
  props: {
1143
1143
  id: {},
1144
1144
  class: {},
1145
- disabled: { type: Boolean },
1146
1145
  block: { type: Boolean },
1147
1146
  borderless: { type: Boolean },
1148
- elevated: { type: Boolean }
1147
+ elevated: { type: Boolean },
1148
+ disabled: { type: Boolean }
1149
1149
  },
1150
1150
  setup(t) {
1151
1151
  const e = t;
@@ -1185,9 +1185,9 @@ const Ii = /* @__PURE__ */ ce({
1185
1185
  props: {
1186
1186
  id: {},
1187
1187
  class: {},
1188
- type: {},
1189
1188
  width: {},
1190
- height: {}
1189
+ height: {},
1190
+ type: {}
1191
1191
  },
1192
1192
  setup(t) {
1193
1193
  const e = t, a = $(() => e.type ? `q-skeleton-loader--${e.type}` : void 0), n = $(() => {
@@ -1482,14 +1482,14 @@ const Ii = /* @__PURE__ */ ce({
1482
1482
  id: {},
1483
1483
  class: {},
1484
1484
  label: {},
1485
- for: {},
1486
1485
  required: { type: Boolean },
1486
+ for: {},
1487
1487
  labelPlacement: { default: "right" },
1488
+ color: { default: "primary" },
1489
+ size: { default: "regular" },
1488
1490
  disabled: { type: Boolean },
1489
1491
  readonly: { type: Boolean },
1490
1492
  indeterminate: { type: Boolean },
1491
- color: { default: "primary" },
1492
- size: { default: "regular" },
1493
1493
  icons: { default: () => yu }
1494
1494
  }, {
1495
1495
  modelValue: { type: Boolean },
@@ -1583,8 +1583,8 @@ const Ii = /* @__PURE__ */ ce({
1583
1583
  id: {},
1584
1584
  class: {},
1585
1585
  label: {},
1586
- for: {},
1587
- required: { type: Boolean }
1586
+ required: { type: Boolean },
1587
+ for: {}
1588
1588
  },
1589
1589
  setup(t) {
1590
1590
  const e = t, a = $(() => [
@@ -1618,8 +1618,8 @@ const Ii = /* @__PURE__ */ ce({
1618
1618
  id: {},
1619
1619
  class: {},
1620
1620
  label: {},
1621
- for: {},
1622
- required: { type: Boolean }
1621
+ required: { type: Boolean },
1622
+ for: {}
1623
1623
  },
1624
1624
  setup(t) {
1625
1625
  const e = t;
@@ -1657,8 +1657,8 @@ const Ii = /* @__PURE__ */ ce({
1657
1657
  id: {},
1658
1658
  class: {},
1659
1659
  label: {},
1660
- for: {},
1661
1660
  required: { type: Boolean },
1661
+ for: {},
1662
1662
  size: { default: "medium" },
1663
1663
  readonly: { type: Boolean },
1664
1664
  disabled: { type: Boolean },
@@ -1759,8 +1759,8 @@ const Ii = /* @__PURE__ */ ce({
1759
1759
  id: {},
1760
1760
  class: {},
1761
1761
  label: {},
1762
- for: {},
1763
1762
  required: { type: Boolean },
1763
+ for: {},
1764
1764
  size: {},
1765
1765
  readonly: { type: Boolean },
1766
1766
  disabled: { type: Boolean },
@@ -1970,12 +1970,12 @@ const Ii = /* @__PURE__ */ ce({
1970
1970
  highlighted: {},
1971
1971
  items: {},
1972
1972
  groups: { default: () => [] },
1973
- itemValue: { default: "key" },
1974
- itemLabel: { default: "label" },
1975
- disabled: { type: Boolean },
1976
1973
  selectable: { type: Boolean },
1977
1974
  multiple: { type: Boolean },
1978
- required: { type: Boolean }
1975
+ disabled: { type: Boolean },
1976
+ required: { type: Boolean },
1977
+ itemValue: { default: "key" },
1978
+ itemLabel: { default: "label" }
1979
1979
  },
1980
1980
  emits: ["update:modelValue", "click", "mouseenter:item"],
1981
1981
  setup(t, { expose: e, emit: a }) {
@@ -2199,10 +2199,10 @@ const Ii = /* @__PURE__ */ ce({
2199
2199
  value: {},
2200
2200
  label: {},
2201
2201
  icon: {},
2202
+ description: {},
2202
2203
  selectable: { type: Boolean },
2203
2204
  highlighted: { type: Boolean },
2204
2205
  disabled: { type: Boolean },
2205
- description: {},
2206
2206
  icons: { default: () => zu }
2207
2207
  }, {
2208
2208
  modelValue: { type: Boolean },
@@ -3201,9 +3201,9 @@ const Zd = () => {
3201
3201
  }, Jd = /* @__PURE__ */ ce({
3202
3202
  __name: "QRemoveScrollBar",
3203
3203
  props: {
3204
+ gapMode: { default: "margin" },
3204
3205
  noRelative: { type: Boolean },
3205
- noImportant: { type: Boolean },
3206
- gapMode: { default: "margin" }
3206
+ noImportant: { type: Boolean }
3207
3207
  },
3208
3208
  setup(t) {
3209
3209
  const e = t, a = Zd(), n = () => {
@@ -3415,23 +3415,23 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
3415
3415
  anchor: {},
3416
3416
  appearance: { default: "regular" },
3417
3417
  arrow: { type: Boolean },
3418
- attach: { default: "body" },
3419
- inline: { type: Boolean },
3420
3418
  backdropBlur: { type: Boolean },
3421
3419
  backdropClass: {},
3420
+ offset: { default: 8 },
3421
+ crossOffset: { default: 0 },
3422
+ placement: { default: "right" },
3423
+ transition: { default: "fade" },
3424
+ width: { default: "auto" },
3425
+ centerVertically: { type: Boolean },
3426
+ attach: { default: "body" },
3427
+ inline: { type: Boolean },
3422
3428
  delay: { default: 500 },
3423
3429
  nonModal: { type: Boolean },
3424
3430
  scrollLock: { type: Boolean },
3425
- offset: { default: 8 },
3426
- crossOffset: { default: 0 },
3427
3431
  persistent: { type: Boolean },
3428
- placement: { default: "right" },
3429
3432
  spy: { type: Boolean },
3430
- transition: { default: "fade" },
3431
3433
  trigger: { default: "click" },
3432
- width: { default: "auto" },
3433
- focusTrap: { type: Boolean },
3434
- centerVertically: { type: Boolean }
3434
+ focusTrap: { type: Boolean }
3435
3435
  }, {
3436
3436
  modelValue: { type: Boolean },
3437
3437
  modelModifiers: {}
@@ -3705,8 +3705,8 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
3705
3705
  id: {},
3706
3706
  class: {},
3707
3707
  label: {},
3708
- for: {},
3709
3708
  required: { type: Boolean },
3709
+ for: {},
3710
3710
  size: {},
3711
3711
  readonly: { type: Boolean },
3712
3712
  disabled: { type: Boolean },
@@ -3715,15 +3715,15 @@ const cc = ["id"], fc = ["role"], pc = /* @__PURE__ */ ce({
3715
3715
  maxLength: {},
3716
3716
  clearable: { type: Boolean },
3717
3717
  texts: { default: () => Vu },
3718
- items: {},
3719
- groups: { default: () => [] },
3720
3718
  itemValue: { default: "key" },
3721
3719
  itemLabel: { default: "label" },
3720
+ items: {},
3721
+ groups: { default: () => [] },
3722
3722
  selectionMode: { default: "automatic" },
3723
3723
  filterMode: { default: "builtin" },
3724
+ inline: { type: Boolean },
3724
3725
  loading: { type: Boolean },
3725
3726
  emptyValue: {},
3726
- inline: { type: Boolean },
3727
3727
  icons: { default: () => Fu }
3728
3728
  }, {
3729
3729
  modelValue: {},
@@ -12780,19 +12780,19 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
12780
12780
  id: {},
12781
12781
  class: {},
12782
12782
  label: {},
12783
- for: {},
12784
12783
  required: { type: Boolean },
12784
+ for: {},
12785
12785
  size: {},
12786
12786
  readonly: { type: Boolean },
12787
12787
  disabled: { type: Boolean },
12788
12788
  invalid: { type: Boolean },
12789
+ placeholder: {},
12790
+ inline: { type: Boolean },
12791
+ closeOnSelect: { type: Boolean },
12789
12792
  format: { default: "dd/MM/yyyy HH:mm" },
12790
12793
  minTime: {},
12791
12794
  maxTime: {},
12792
12795
  locale: { default: "en-US" },
12793
- placeholder: {},
12794
- inline: { type: Boolean },
12795
- closeOnSelect: { type: Boolean },
12796
12796
  icons: { default: () => bc },
12797
12797
  texts: { default: () => wc }
12798
12798
  }, {
@@ -12980,15 +12980,15 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
12980
12980
  text: {},
12981
12981
  icon: { default: () => ih },
12982
12982
  buttons: { default: () => oh },
12983
+ backdropBlur: { type: Boolean, default: !0 },
12984
+ size: { default: "small" },
12985
+ centerVertically: { type: Boolean },
12983
12986
  attach: { default: "body" },
12984
12987
  inline: { type: Boolean },
12985
- backdropBlur: { type: Boolean, default: !0 },
12986
12988
  dismissible: { type: Boolean },
12987
12989
  html: { type: Boolean, default: !0 },
12988
- icons: { default: () => uh },
12989
- size: { default: "small" },
12990
- centerVertically: { type: Boolean },
12991
- input: {}
12990
+ input: {},
12991
+ icons: { default: () => uh }
12992
12992
  }, {
12993
12993
  modelValue: { type: Boolean },
12994
12994
  modelModifiers: {}
@@ -13131,9 +13131,11 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13131
13131
  onLeave: () => s(c.id)
13132
13132
  }), null, 16, ["inline", "onLeave"]))), 128));
13133
13133
  }
13134
- }), yo = _e(wh), kh = _e(_h), $h = { class: "q-divider__label" }, xh = /* @__PURE__ */ ce({
13134
+ }), yo = _e(wh), kh = _e(_h), $h = ["id"], xh = { class: "q-divider__label" }, Dh = /* @__PURE__ */ ce({
13135
13135
  __name: "QDivider",
13136
13136
  props: {
13137
+ id: {},
13138
+ class: {},
13137
13139
  direction: { default: "horizontal" },
13138
13140
  inset: { type: Boolean }
13139
13141
  },
@@ -13144,46 +13146,48 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13144
13146
  {
13145
13147
  "q-divider--inset": e.inset,
13146
13148
  "q-divider--labeled": a.value
13147
- }
13149
+ },
13150
+ e.class
13148
13151
  ]);
13149
13152
  return (l, r) => (m(), w("div", {
13153
+ id: e.id,
13150
13154
  class: ie(n.value),
13151
13155
  role: "separator"
13152
13156
  }, [
13153
13157
  a.value ? (m(), w(we, { key: 0 }, [
13154
13158
  r[0] || (r[0] = ee("div", { class: "q-divider__line" }, null, -1)),
13155
- ee("span", $h, [
13159
+ ee("span", xh, [
13156
13160
  q(l.$slots, "default")
13157
13161
  ]),
13158
13162
  r[1] || (r[1] = ee("div", { class: "q-divider__line" }, null, -1))
13159
13163
  ], 64)) : R("", !0)
13160
- ], 2));
13164
+ ], 10, $h));
13161
13165
  }
13162
- }), Dh = _e(xh), Th = {
13166
+ }), Th = _e(Dh), Mh = {
13163
13167
  expand: {
13164
13168
  icon: "chevron-right"
13165
13169
  }
13166
- }, Mh = {
13170
+ }, Ah = {
13167
13171
  key: 0,
13168
13172
  class: "q-dropdown-menu__extra"
13169
- }, Ah = /* @__PURE__ */ ce({
13173
+ }, Ch = /* @__PURE__ */ ce({
13170
13174
  __name: "QDropdownMenuContent",
13171
13175
  props: /* @__PURE__ */ Ie({
13172
13176
  id: {},
13173
13177
  class: {},
13174
13178
  activator: {},
13179
+ itemValue: { default: "key" },
13180
+ itemLabel: { default: "label" },
13181
+ items: {},
13182
+ groups: { default: () => [] },
13175
13183
  appearance: { default: "regular" },
13176
- inline: { type: Boolean },
13177
- delay: { default: 500 },
13178
13184
  placement: { default: "bottom-start" },
13179
13185
  transition: { default: "fade" },
13180
- items: {},
13181
- groups: { default: () => [] },
13182
- itemValue: { default: "key" },
13183
- itemLabel: { default: "label" },
13186
+ inline: { type: Boolean },
13187
+ delay: { default: 500 },
13184
13188
  trigger: { default: "hover" },
13185
13189
  depth: { default: 0 },
13186
- icons: { default: () => Th },
13190
+ icons: { default: () => Mh },
13187
13191
  offset: { default: 0 },
13188
13192
  crossOffset: { default: -5 }
13189
13193
  }, {
@@ -13298,7 +13302,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13298
13302
  var V;
13299
13303
  return [
13300
13304
  q(U.$slots, "item.append", { item: E }, () => [
13301
- E.extraInfo ? (m(), w("span", Mh, $e(E.extraInfo), 1)) : R("", !0)
13305
+ E.extraInfo ? (m(), w("span", Ah, $e(E.extraInfo), 1)) : R("", !0)
13302
13306
  ]),
13303
13307
  ((V = E.items) == null ? void 0 : V.length) > 0 ? (m(), w(we, { key: 0 }, [
13304
13308
  ye(u(We), Re(He(a.icons.expand)), null, 16),
@@ -13329,22 +13333,22 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13329
13333
  }, 8, ["id", "modelValue", "anchor", "appearance", "inline", "delay", "offset", "cross-offset", "placement", "transition", "class"]);
13330
13334
  };
13331
13335
  }
13332
- }), Ch = /* @__PURE__ */ ce({
13336
+ }), Ph = /* @__PURE__ */ ce({
13333
13337
  inheritAttrs: !1,
13334
13338
  __name: "QDropdownMenu",
13335
13339
  props: /* @__PURE__ */ Ie({
13336
13340
  id: {},
13337
13341
  class: {},
13338
13342
  activator: {},
13343
+ itemValue: {},
13344
+ itemLabel: {},
13345
+ items: {},
13346
+ groups: {},
13339
13347
  appearance: {},
13340
- inline: { type: Boolean },
13341
- delay: {},
13342
13348
  placement: {},
13343
13349
  transition: {},
13344
- items: {},
13345
- groups: {},
13346
- itemValue: {},
13347
- itemLabel: {},
13350
+ inline: { type: Boolean },
13351
+ delay: {},
13348
13352
  trigger: {},
13349
13353
  depth: {},
13350
13354
  icons: {}
@@ -13358,13 +13362,13 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13358
13362
  function r(s) {
13359
13363
  n("select", s);
13360
13364
  }
13361
- return (s, o) => (m(), se(Ah, De(a, {
13365
+ return (s, o) => (m(), se(Ch, De(a, {
13362
13366
  modelValue: l.value,
13363
13367
  "onUpdate:modelValue": o[0] || (o[0] = (i) => l.value = i),
13364
13368
  onSelect: r
13365
13369
  }), null, 16, ["modelValue"]));
13366
13370
  }
13367
- }), Ph = _e(Ch), qh = {
13371
+ }), qh = _e(Ph), Sh = {
13368
13372
  remove: {
13369
13373
  icon: "close"
13370
13374
  },
@@ -13380,7 +13384,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13380
13384
  empty: {
13381
13385
  icon: "diameter-variant"
13382
13386
  }
13383
- }, Sh = {
13387
+ }, Ih = {
13384
13388
  dropHereOr: "Drop here or",
13385
13389
  chooseFile: "Choose file",
13386
13390
  preview: "Preview",
@@ -13388,7 +13392,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
13388
13392
  remove: "Remove attached file",
13389
13393
  empty: "No document attached"
13390
13394
  };
13391
- function Ih(t, e = {}) {
13395
+ function Oh(t, e = {}) {
13392
13396
  const {
13393
13397
  onDrop: a,
13394
13398
  onDragOver: n,
@@ -13446,7 +13450,7 @@ function Ih(t, e = {}) {
13446
13450
  disable: U
13447
13451
  };
13448
13452
  }
13449
- function Oh(t) {
13453
+ function Eh(t) {
13450
13454
  const e = new FileReader();
13451
13455
  e.onload = () => {
13452
13456
  const a = t.type || "application/octet-stream", n = new Blob([e.result], { type: a }), l = Object.assign(document.createElement("a"), {
@@ -13459,37 +13463,37 @@ function Oh(t) {
13459
13463
  }, 100);
13460
13464
  }, e.readAsArrayBuffer(t);
13461
13465
  }
13462
- const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13466
+ const Rh = ["id", "accept", "required", "readonly", "disabled"], Lh = {
13463
13467
  key: 0,
13464
13468
  class: "q-file-input__drop-area"
13465
- }, Lh = {
13469
+ }, Bh = {
13466
13470
  key: 1,
13467
13471
  class: "q-file-input__file-details"
13468
- }, Bh = { class: "q-file-input__attached-file" }, Nh = {
13472
+ }, Nh = { class: "q-file-input__attached-file" }, Vh = {
13469
13473
  key: 0,
13470
13474
  class: "q-file-input__preview q-file-input__image-preview"
13471
- }, Vh = ["src", "alt"], Fh = { class: "q-file-input__file-meta" }, Yh = { class: "q-file-input__file-name" }, zh = { class: "q-file-input__file-type" }, Qh = {
13475
+ }, Fh = ["src", "alt"], Yh = { class: "q-file-input__file-meta" }, zh = { class: "q-file-input__file-name" }, Qh = { class: "q-file-input__file-type" }, Wh = {
13472
13476
  key: 0,
13473
13477
  class: "q-file-input__action-buttons"
13474
- }, Wh = {
13478
+ }, Hh = {
13475
13479
  key: 2,
13476
13480
  class: "q-file-input__empty-container"
13477
- }, Hh = /* @__PURE__ */ ce({
13481
+ }, Uh = /* @__PURE__ */ ce({
13478
13482
  inheritAttrs: !1,
13479
13483
  __name: "QFileUpload",
13480
13484
  props: /* @__PURE__ */ Ie({
13481
13485
  id: {},
13482
13486
  class: {},
13483
13487
  label: {},
13484
- for: {},
13485
13488
  required: { type: Boolean },
13489
+ for: {},
13486
13490
  size: { default: "large" },
13487
13491
  readonly: { type: Boolean },
13488
13492
  disabled: { type: Boolean },
13489
13493
  invalid: { type: Boolean },
13490
13494
  accept: {},
13491
- icons: { default: () => qh },
13492
- texts: { default: () => Sh }
13495
+ icons: { default: () => Sh },
13496
+ texts: { default: () => Ih }
13493
13497
  }, {
13494
13498
  modelValue: {},
13495
13499
  modelModifiers: {}
@@ -13513,7 +13517,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13513
13517
  (U = L == null ? void 0 : L.files) != null && U[0] && (a.value = L.files[0]);
13514
13518
  }
13515
13519
  function c() {
13516
- a.value && Oh(a.value);
13520
+ a.value && Eh(a.value);
13517
13521
  }
13518
13522
  function p() {
13519
13523
  a.value = void 0, s.value && (s.value.value = "");
@@ -13526,7 +13530,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13526
13530
  const v = X(null), h = $(() => Array.isArray(e.accept) ? e.accept : e.accept ? e.accept.split(",").map((T) => T.trim()) : []), _ = $(() => {
13527
13531
  var T;
13528
13532
  return (T = h.value) == null ? void 0 : T.join(",");
13529
- }), k = $(() => l.value && !a.value), { isOverDropZone: A, isValid: M } = Ih(v, {
13533
+ }), k = $(() => l.value && !a.value), { isOverDropZone: A, isValid: M } = Oh(v, {
13530
13534
  onDrop: d,
13531
13535
  accept: h,
13532
13536
  enabled: k
@@ -13563,31 +13567,31 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13563
13567
  required: e.required,
13564
13568
  readonly: e.readonly,
13565
13569
  disabled: e.disabled
13566
- }, T.$attrs, { onChange: i }), null, 16, Eh),
13567
- !a.value && l.value ? (m(), w("div", Rh, [
13570
+ }, T.$attrs, { onChange: i }), null, 16, Rh),
13571
+ !a.value && l.value ? (m(), w("div", Lh, [
13568
13572
  ye(u(We), Re(He(e.icons.upload)), null, 16),
13569
13573
  ee("span", null, $e(e.texts.dropHereOr), 1),
13570
13574
  ye(u(mt), {
13571
13575
  label: e.texts.chooseFile,
13572
13576
  onClick: o
13573
13577
  }, null, 8, ["label"])
13574
- ])) : a.value ? (m(), w("div", Lh, [
13575
- ee("div", Bh, [
13576
- r.value ? (m(), w("div", Nh, [
13578
+ ])) : a.value ? (m(), w("div", Bh, [
13579
+ ee("div", Nh, [
13580
+ r.value ? (m(), w("div", Vh, [
13577
13581
  ee("img", {
13578
13582
  src: r.value,
13579
13583
  alt: e.texts.preview
13580
- }, null, 8, Vh)
13584
+ }, null, 8, Fh)
13581
13585
  ])) : (m(), se(u(We), De({
13582
13586
  key: 1,
13583
13587
  class: "q-file-input__preview"
13584
13588
  }, e.icons.file), null, 16)),
13585
- ee("div", Fh, [
13586
- ee("span", Yh, $e(a.value.name), 1),
13587
- ee("span", zh, $e(a.value.type), 1)
13589
+ ee("div", Yh, [
13590
+ ee("span", zh, $e(a.value.name), 1),
13591
+ ee("span", Qh, $e(a.value.type), 1)
13588
13592
  ])
13589
13593
  ]),
13590
- l.value ? (m(), w("div", Qh, [
13594
+ l.value ? (m(), w("div", Wh, [
13591
13595
  ye(u(mt), {
13592
13596
  title: e.texts.download,
13593
13597
  borderless: "",
@@ -13609,7 +13613,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13609
13613
  _: 1
13610
13614
  }, 8, ["title"])
13611
13615
  ])) : R("", !0)
13612
- ])) : (m(), w("div", Wh, [
13616
+ ])) : (m(), w("div", Hh, [
13613
13617
  ye(u(We), Re(He(e.icons.empty)), null, 16),
13614
13618
  et(" " + $e(e.texts.empty), 1)
13615
13619
  ]))
@@ -13626,7 +13630,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13626
13630
  } : void 0
13627
13631
  ]), 1032, ["for", "label", "size", "readonly", "disabled", "required", "invalid"]));
13628
13632
  }
13629
- }), Uh = _e(Hh), jh = /* @__PURE__ */ ce({
13633
+ }), jh = _e(Uh), Xh = /* @__PURE__ */ ce({
13630
13634
  __name: "QCol",
13631
13635
  props: {
13632
13636
  cols: {},
@@ -13660,7 +13664,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13660
13664
  q(l.$slots, "default")
13661
13665
  ], 2));
13662
13666
  }
13663
- }), Xh = /* @__PURE__ */ ce({
13667
+ }), Kh = /* @__PURE__ */ ce({
13664
13668
  __name: "QContainer",
13665
13669
  props: {
13666
13670
  fluid: { type: Boolean }
@@ -13673,7 +13677,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13673
13677
  q(n.$slots, "default")
13674
13678
  ], 2));
13675
13679
  }
13676
- }), Kh = /* @__PURE__ */ ce({
13680
+ }), Gh = /* @__PURE__ */ ce({
13677
13681
  __name: "QRow",
13678
13682
  props: {
13679
13683
  gutter: { default: 16 },
@@ -13698,29 +13702,29 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
13698
13702
  q(l.$slots, "default")
13699
13703
  ], 6));
13700
13704
  }
13701
- }), Gh = (t, e) => {
13705
+ }), Zh = (t, e) => {
13702
13706
  const a = t.__vccOpts || t;
13703
13707
  for (const [n, l] of e)
13704
13708
  a[n] = l;
13705
13709
  return a;
13706
- }, Zh = {}, Jh = { class: "q-spacer" };
13707
- function ey(t, e) {
13708
- return m(), w("div", Jh);
13710
+ }, Jh = {}, ey = { class: "q-spacer" };
13711
+ function ty(t, e) {
13712
+ return m(), w("div", ey);
13709
13713
  }
13710
- const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), kl = _e(Kh), ay = _e(ty), ny = {
13714
+ const ay = /* @__PURE__ */ Zh(Jh, [["render", ty]]), Va = _e(Xh), _l = _e(Kh), kl = _e(Gh), ny = _e(ay), ly = {
13711
13715
  key: 0,
13712
13716
  class: "q-input-group__prepend"
13713
- }, ly = { key: 0 }, ry = {
13717
+ }, ry = { key: 0 }, sy = {
13714
13718
  key: 1,
13715
13719
  class: "q-input-group__append"
13716
- }, sy = { key: 0 }, oy = /* @__PURE__ */ ce({
13720
+ }, oy = { key: 0 }, iy = /* @__PURE__ */ ce({
13717
13721
  __name: "QInputGroup",
13718
13722
  props: {
13719
13723
  id: {},
13720
13724
  class: {},
13721
13725
  label: {},
13722
- for: {},
13723
13726
  required: { type: Boolean },
13727
+ for: {},
13724
13728
  size: { default: "large" },
13725
13729
  readonly: { type: Boolean },
13726
13730
  disabled: { type: Boolean },
@@ -13749,15 +13753,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13749
13753
  q(a.$slots, "label.append")
13750
13754
  ]),
13751
13755
  default: H(() => [
13752
- a.$slots.prepend || e.prependIcon ? (m(), w("div", ny, [
13753
- e.prependIcon ? (m(), w("span", ly, [
13756
+ a.$slots.prepend || e.prependIcon ? (m(), w("div", ly, [
13757
+ e.prependIcon ? (m(), w("span", ry, [
13754
13758
  ye(u(We), Re(He(e.prependIcon)), null, 16)
13755
13759
  ])) : R("", !0),
13756
13760
  q(a.$slots, "prepend")
13757
13761
  ])) : R("", !0),
13758
13762
  q(a.$slots, "default"),
13759
- a.$slots.append || e.appendIcon ? (m(), w("div", ry, [
13760
- e.appendIcon ? (m(), w("span", sy, [
13763
+ a.$slots.append || e.appendIcon ? (m(), w("div", sy, [
13764
+ e.appendIcon ? (m(), w("span", oy, [
13761
13765
  ye(u(We), Re(He(e.appendIcon)), null, 16)
13762
13766
  ])) : R("", !0),
13763
13767
  q(a.$slots, "append")
@@ -13774,7 +13778,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13774
13778
  } : void 0
13775
13779
  ]), 1032, ["id", "class", "label", "required", "size", "invalid"]));
13776
13780
  }
13777
- }), iy = _e(oy), uy = ["id"], dy = /* @__PURE__ */ ce({
13781
+ }), uy = _e(iy), dy = ["id"], cy = /* @__PURE__ */ ce({
13778
13782
  __name: "QLineLoader",
13779
13783
  props: {
13780
13784
  id: {},
@@ -13794,19 +13798,19 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13794
13798
  id: e.id,
13795
13799
  class: ie(["q-line-loader", { "q-line-loader--rounded": e.rounded }, e.class]),
13796
13800
  style: Ye(a.value)
13797
- }, null, 14, uy));
13801
+ }, null, 14, dy));
13798
13802
  }
13799
- }), cy = _e(dy), fy = ["id"], py = { class: "q-meter__labels" }, my = { class: "q-meter__track" }, vy = /* @__PURE__ */ ce({
13803
+ }), fy = _e(cy), py = ["id"], my = { class: "q-meter__labels" }, vy = { class: "q-meter__track" }, hy = /* @__PURE__ */ ce({
13800
13804
  __name: "QMeter",
13801
13805
  props: /* @__PURE__ */ Ie({
13802
13806
  id: {},
13803
13807
  class: {},
13804
13808
  label: {},
13805
- for: {},
13806
13809
  required: { type: Boolean },
13807
- max: { default: 100 },
13810
+ for: {},
13808
13811
  valueLabel: {},
13809
- color: {}
13812
+ color: {},
13813
+ max: { default: 100 }
13810
13814
  }, {
13811
13815
  modelValue: { default: 0 },
13812
13816
  modelModifiers: {}
@@ -13827,7 +13831,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13827
13831
  id: e.id,
13828
13832
  class: ie(["q-meter", e.class])
13829
13833
  }, [
13830
- ee("div", py, [
13834
+ ee("div", my, [
13831
13835
  ye(u(zt), {
13832
13836
  label: e.label
13833
13837
  }, null, 8, ["label"]),
@@ -13836,36 +13840,36 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13836
13840
  class: "q-meter__value-label"
13837
13841
  }, null, 8, ["label"])
13838
13842
  ]),
13839
- ee("div", my, [
13843
+ ee("div", vy, [
13840
13844
  ee("div", {
13841
13845
  class: "q-meter__fill",
13842
13846
  style: Ye(r.value)
13843
13847
  }, null, 4)
13844
13848
  ])
13845
- ], 10, fy));
13849
+ ], 10, py));
13846
13850
  }
13847
- }), go = _e(vy), hy = {
13851
+ }), go = _e(hy), yy = {
13848
13852
  show: {
13849
13853
  icon: "eye"
13850
13854
  },
13851
13855
  hide: {
13852
13856
  icon: "eye-off"
13853
13857
  }
13854
- }, yy = { class: "q-password-field__messages" }, bo = /* @__PURE__ */ ce({
13858
+ }, gy = { class: "q-password-field__messages" }, bo = /* @__PURE__ */ ce({
13855
13859
  __name: "QPasswordFieldMessages",
13856
13860
  props: {
13857
13861
  messages: {}
13858
13862
  },
13859
13863
  setup(t) {
13860
13864
  const e = t;
13861
- return (a, n) => (m(), w("ul", yy, [
13865
+ return (a, n) => (m(), w("ul", gy, [
13862
13866
  (m(!0), w(we, null, Ve(e.messages, (l) => (m(), w("li", { key: l }, $e(l), 1))), 128))
13863
13867
  ]));
13864
13868
  }
13865
- }), gy = { class: "q-password-field__meter" }, by = {
13869
+ }), by = { class: "q-password-field__meter" }, wy = {
13866
13870
  key: 0,
13867
13871
  class: "q-password-field__meter-score"
13868
- }, wy = /* @__PURE__ */ ce({
13872
+ }, _y = /* @__PURE__ */ ce({
13869
13873
  inheritAttrs: !1,
13870
13874
  __name: "QPasswordFieldMeterOverlay",
13871
13875
  props: /* @__PURE__ */ Ie({
@@ -13874,23 +13878,23 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13874
13878
  anchor: {},
13875
13879
  appearance: {},
13876
13880
  arrow: { type: Boolean },
13877
- attach: {},
13878
- inline: { type: Boolean },
13879
13881
  backdropBlur: { type: Boolean },
13880
13882
  backdropClass: {},
13883
+ offset: {},
13884
+ crossOffset: {},
13885
+ placement: {},
13886
+ transition: {},
13887
+ width: {},
13888
+ centerVertically: { type: Boolean },
13889
+ attach: {},
13890
+ inline: { type: Boolean },
13881
13891
  delay: {},
13882
13892
  nonModal: { type: Boolean },
13883
13893
  scrollLock: { type: Boolean },
13884
- offset: {},
13885
- crossOffset: {},
13886
13894
  persistent: { type: Boolean },
13887
- placement: {},
13888
13895
  spy: { type: Boolean },
13889
- transition: {},
13890
13896
  trigger: {},
13891
- width: {},
13892
13897
  focusTrap: { type: Boolean },
13893
- centerVertically: { type: Boolean },
13894
13898
  messages: {},
13895
13899
  score: {},
13896
13900
  levels: {}
@@ -13927,8 +13931,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13927
13931
  default: H(() => {
13928
13932
  var s;
13929
13933
  return [
13930
- ee("div", gy, [
13931
- n.value ? (m(), w("div", by, [
13934
+ ee("div", by, [
13935
+ n.value ? (m(), w("div", wy, [
13932
13936
  ye(u(go), {
13933
13937
  "model-value": e.score,
13934
13938
  max: 1,
@@ -13946,15 +13950,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13946
13950
  _: 1
13947
13951
  }, 8, ["modelValue", "anchor"]));
13948
13952
  }
13949
- }), _y = /* @__PURE__ */ ce({
13953
+ }), ky = /* @__PURE__ */ ce({
13950
13954
  inheritAttrs: !1,
13951
13955
  __name: "QPasswordField",
13952
13956
  props: /* @__PURE__ */ Ie({
13953
13957
  id: {},
13954
13958
  class: {},
13955
13959
  label: {},
13956
- for: {},
13957
13960
  required: { type: Boolean },
13961
+ for: {},
13958
13962
  size: {},
13959
13963
  readonly: { type: Boolean },
13960
13964
  disabled: { type: Boolean },
@@ -13965,7 +13969,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
13965
13969
  meter: { type: Boolean },
13966
13970
  meterLevels: {},
13967
13971
  rules: {},
13968
- icons: { default: () => hy }
13972
+ icons: { default: () => yy }
13969
13973
  }, {
13970
13974
  modelValue: {},
13971
13975
  modelModifiers: {},
@@ -14072,7 +14076,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14072
14076
  key: "2"
14073
14077
  } : void 0
14074
14078
  ]), 1040, ["id", "modelValue", "class", "type", "placeholder", "disabled", "readonly", "required", "label", "size", "invalid"]),
14075
- e.meter && e.meterLevels && i.value ? (m(), se(wy, {
14079
+ e.meter && e.meterLevels && i.value ? (m(), se(_y, {
14076
14080
  key: 0,
14077
14081
  modelValue: r.value,
14078
14082
  "onUpdate:modelValue": _[1] || (_[1] = (M) => r.value = M),
@@ -14084,24 +14088,24 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14084
14088
  ], 64);
14085
14089
  };
14086
14090
  }
14087
- }), ky = _e(_y), $y = { class: "q-popover__content" }, xy = {
14091
+ }), $y = _e(ky), xy = { class: "q-popover__content" }, Dy = {
14088
14092
  key: 0,
14089
14093
  class: "q-popover__header"
14090
- }, Dy = { class: "q-popover__title" }, Ty = ["innerHTML"], My = { key: 1 }, Ay = /* @__PURE__ */ ce({
14094
+ }, Ty = { class: "q-popover__title" }, My = ["innerHTML"], Ay = { key: 1 }, Cy = /* @__PURE__ */ ce({
14091
14095
  inheritAttrs: !1,
14092
14096
  __name: "QPopover",
14093
14097
  props: /* @__PURE__ */ Ie({
14094
14098
  id: {},
14095
14099
  class: {},
14096
14100
  anchor: {},
14101
+ text: {},
14102
+ title: {},
14097
14103
  arrow: { type: Boolean, default: !0 },
14104
+ placement: { default: "right" },
14098
14105
  attach: { default: "body" },
14099
14106
  inline: { type: Boolean },
14100
- disabled: { type: Boolean },
14101
14107
  html: { type: Boolean, default: !0 },
14102
- placement: { default: "right" },
14103
- text: {},
14104
- title: {}
14108
+ disabled: { type: Boolean }
14105
14109
  }, {
14106
14110
  modelValue: { type: Boolean },
14107
14111
  modelModifiers: {}
@@ -14123,11 +14127,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14123
14127
  placement: e.placement
14124
14128
  }, {
14125
14129
  default: H(() => [
14126
- ee("div", $y, [
14127
- e.title || n.$slots.header ? (m(), w("div", xy, [
14130
+ ee("div", xy, [
14131
+ e.title || n.$slots.header ? (m(), w("div", Dy, [
14128
14132
  n.$slots.header ? q(n.$slots, "header", { key: 0 }) : (m(), w(we, { key: 1 }, [
14129
14133
  q(n.$slots, "header.prepend"),
14130
- ee("h4", Dy, $e(e.title), 1),
14134
+ ee("h4", Ty, $e(e.title), 1),
14131
14135
  q(n.$slots, "header.append")
14132
14136
  ], 64))
14133
14137
  ])) : R("", !0),
@@ -14135,14 +14139,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14135
14139
  e.html ? (m(), w("span", {
14136
14140
  key: 0,
14137
14141
  innerHTML: e.text
14138
- }, null, 8, Ty)) : (m(), w("span", My, $e(e.text), 1))
14142
+ }, null, 8, My)) : (m(), w("span", Ay, $e(e.text), 1))
14139
14143
  ])
14140
14144
  ])
14141
14145
  ]),
14142
14146
  _: 3
14143
14147
  }, 8, ["id", "modelValue", "class", "anchor", "arrow", "attach", "inline", "disabled", "placement"]));
14144
14148
  }
14145
- }), Cy = _e(Ay), wo = {
14149
+ }), Py = _e(Cy), wo = {
14146
14150
  emptyMessage: "Select a field to view details."
14147
14151
  }, _o = {
14148
14152
  open: {
@@ -14151,7 +14155,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14151
14155
  close: {
14152
14156
  icon: "plus-box"
14153
14157
  }
14154
- }, Py = ["id"], qy = { class: "q-property-list__table" }, Sy = /* @__PURE__ */ ce({
14158
+ }, qy = ["id"], Sy = { class: "q-property-list__table" }, Iy = /* @__PURE__ */ ce({
14155
14159
  __name: "QPropertyList",
14156
14160
  props: {
14157
14161
  id: {},
@@ -14159,10 +14163,10 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14159
14163
  fields: { default: () => [] },
14160
14164
  groups: { default: () => [] },
14161
14165
  panelPosition: { default: "bottom" },
14162
- readonly: { type: Boolean },
14163
14166
  block: { type: Boolean },
14164
14167
  noPanel: { type: Boolean },
14165
14168
  noToggle: { type: Boolean },
14169
+ readonly: { type: Boolean },
14166
14170
  icons: { default: () => _o },
14167
14171
  texts: { default: () => wo }
14168
14172
  },
@@ -14225,7 +14229,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14225
14229
  class: ie(i.value),
14226
14230
  onFocusout: p
14227
14231
  }, [
14228
- ee("table", qy, [
14232
+ ee("table", Sy, [
14229
14233
  M[0] || (M[0] = ee("thead", { class: "q-property-list__header" }, [
14230
14234
  ee("tr", null, [
14231
14235
  ee("th", { colspan: "2" })
@@ -14273,12 +14277,12 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14273
14277
  ]),
14274
14278
  _: 3
14275
14279
  }, 8, ["field", "texts"]))
14276
- ], 42, Py));
14280
+ ], 42, qy));
14277
14281
  }
14278
- }), Iy = ["id", "data-group"], Oy = {
14282
+ }), Oy = ["id", "data-group"], Ey = {
14279
14283
  key: 0,
14280
14284
  class: "q-property-list-field__container"
14281
- }, Ey = /* @__PURE__ */ ce({
14285
+ }, Ry = /* @__PURE__ */ ce({
14282
14286
  __name: "QPropertyListRow",
14283
14287
  props: /* @__PURE__ */ Ie({
14284
14288
  id: {},
@@ -14330,7 +14334,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14330
14334
  onClick: dt(d, ["prevent", "stop"])
14331
14335
  }, [
14332
14336
  q(h.$slots, "default", {}, () => [
14333
- a.field.component ? (m(), w("div", Oy, [
14337
+ a.field.component ? (m(), w("div", Ey, [
14334
14338
  (m(), se(aa(a.field.component), De(p.value, {
14335
14339
  modelValue: l.value,
14336
14340
  "onUpdate:modelValue": [
@@ -14341,9 +14345,9 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14341
14345
  ])) : R("", !0)
14342
14346
  ])
14343
14347
  ])
14344
- ], 42, Iy));
14348
+ ], 42, Oy));
14345
14349
  }
14346
- }), Ry = ["id", "aria-labelledby"], Ly = ["id"], By = { class: "q-property-list-group__content" }, Ny = /* @__PURE__ */ ce({
14350
+ }), Ly = ["id", "aria-labelledby"], By = ["id"], Ny = { class: "q-property-list-group__content" }, Vy = /* @__PURE__ */ ce({
14347
14351
  __name: "QPropertyListGroup",
14348
14352
  props: {
14349
14353
  id: {},
@@ -14376,7 +14380,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14376
14380
  id: u(r),
14377
14381
  colspan: "2"
14378
14382
  }, [
14379
- ee("div", By, [
14383
+ ee("div", Ny, [
14380
14384
  a.noToggle ? R("", !0) : (m(), se(u(mt), {
14381
14385
  key: 0,
14382
14386
  variant: "text",
@@ -14389,13 +14393,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14389
14393
  })),
14390
14394
  et(" " + $e(a.title), 1)
14391
14395
  ])
14392
- ], 8, Ly)
14393
- ], 10, Ry));
14396
+ ], 8, By)
14397
+ ], 10, Ly));
14394
14398
  }
14395
- }), Vy = ["id"], Fy = { class: "q-property-list-panel__label" }, Yy = { class: "q-property-list-panel__description" }, zy = {
14399
+ }), Fy = ["id"], Yy = { class: "q-property-list-panel__label" }, zy = { class: "q-property-list-panel__description" }, Qy = {
14396
14400
  key: 1,
14397
14401
  class: "q-property-list-panel__empty"
14398
- }, Qy = /* @__PURE__ */ ce({
14402
+ }, Wy = /* @__PURE__ */ ce({
14399
14403
  __name: "QPropertyListPanel",
14400
14404
  props: {
14401
14405
  id: {},
@@ -14411,28 +14415,28 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14411
14415
  class: ie(["q-property-list-panel", e.class])
14412
14416
  }, [
14413
14417
  e.field ? q(a.$slots, "default", { key: 0 }, () => [
14414
- ee("div", Fy, $e(e.field.label), 1),
14415
- ee("div", Yy, $e(e.field.description), 1)
14416
- ]) : (m(), w("div", zy, $e(e.texts.emptyMessage), 1))
14417
- ], 10, Vy));
14418
+ ee("div", Yy, $e(e.field.label), 1),
14419
+ ee("div", zy, $e(e.field.description), 1)
14420
+ ]) : (m(), w("div", Qy, $e(e.texts.emptyMessage), 1))
14421
+ ], 10, Fy));
14418
14422
  }
14419
- }), Wy = _e(Sy), ko = _e(Ey), $o = _e(Ny), xo = _e(Qy), Hy = ["id", "checked", "name", "value", "disabled"], Uy = /* @__PURE__ */ ce({
14423
+ }), Hy = _e(Iy), ko = _e(Ry), $o = _e(Vy), xo = _e(Wy), Uy = ["id", "checked", "name", "value", "disabled"], jy = /* @__PURE__ */ ce({
14420
14424
  inheritAttrs: !1,
14421
14425
  __name: "QRadioButton",
14422
14426
  props: {
14423
14427
  id: {},
14424
14428
  class: {},
14425
14429
  label: {},
14426
- for: {},
14427
14430
  required: { type: Boolean },
14431
+ for: {},
14432
+ value: {},
14433
+ name: {},
14428
14434
  labelPlacement: { default: "end" },
14429
- disabled: { type: Boolean },
14430
- readonly: { type: Boolean },
14431
14435
  color: { default: "primary" },
14432
- value: {},
14433
14436
  size: { default: "regular" },
14434
- invalid: { type: Boolean },
14435
- name: {}
14437
+ disabled: { type: Boolean },
14438
+ readonly: { type: Boolean },
14439
+ invalid: { type: Boolean }
14436
14440
  },
14437
14441
  setup(t) {
14438
14442
  const e = t, a = vt(qe(e, "id")), n = Dn(e.value);
@@ -14470,7 +14474,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14470
14474
  }, s.$attrs, {
14471
14475
  onChange: o[0] || (o[0] = //@ts-ignore
14472
14476
  (...i) => u(n).toggle && u(n).toggle(...i))
14473
- }), null, 16, Hy),
14477
+ }), null, 16, Uy),
14474
14478
  e.labelPlacement === "end" ? q(s.$slots, "default", { key: 0 }) : R("", !0)
14475
14479
  ]),
14476
14480
  _: 2
@@ -14484,25 +14488,25 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14484
14488
  } : void 0
14485
14489
  ]), 1032, ["for", "class", "label"]));
14486
14490
  }
14487
- }), jy = ["id"], Xy = {
14491
+ }), Xy = ["id"], Ky = {
14488
14492
  key: 1,
14489
14493
  class: "q-field__extras"
14490
- }, Ky = /* @__PURE__ */ ce({
14494
+ }, Gy = /* @__PURE__ */ ce({
14491
14495
  inheritAttrs: !1,
14492
14496
  __name: "QRadioGroup",
14493
14497
  props: /* @__PURE__ */ Ie({
14494
14498
  id: {},
14495
14499
  class: {},
14496
14500
  label: {},
14497
- for: {},
14498
14501
  required: { type: Boolean },
14502
+ for: {},
14503
+ name: {},
14499
14504
  orientation: { default: "vertical" },
14505
+ size: { default: "regular" },
14506
+ columns: { default: 1 },
14500
14507
  disabled: { type: Boolean },
14501
14508
  readonly: { type: Boolean },
14502
- size: { default: "regular" },
14503
- invalid: { type: Boolean },
14504
- name: {},
14505
- columns: { default: 1 }
14509
+ invalid: { type: Boolean }
14506
14510
  }, {
14507
14511
  modelValue: {},
14508
14512
  modelModifiers: {}
@@ -14548,51 +14552,51 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14548
14552
  style: o.value
14549
14553
  }, i.$attrs), [
14550
14554
  q(i.$slots, "default")
14551
- ], 16, jy),
14552
- i.$slots.extras ? (m(), w("div", Xy, [
14555
+ ], 16, Xy),
14556
+ i.$slots.extras ? (m(), w("div", Ky, [
14553
14557
  q(i.$slots, "extras")
14554
14558
  ])) : R("", !0)
14555
14559
  ], 2));
14556
14560
  }
14557
- }), Gy = _e(Uy), Zy = _e(Ky), Jy = {
14561
+ }), Zy = _e(jy), Jy = _e(Gy), eg = {
14558
14562
  ...Mn,
14559
14563
  placeholder: "Choose...",
14560
14564
  showOptions: "Show options"
14561
- }, eg = {
14565
+ }, tg = {
14562
14566
  ...Tn,
14563
14567
  ...El
14564
- }, tg = {
14568
+ }, ag = {
14565
14569
  key: 0,
14566
14570
  class: "q-select__value"
14567
- }, ag = {
14571
+ }, ng = {
14568
14572
  key: 1,
14569
14573
  class: "q-select__placeholder"
14570
- }, ng = ["id", "tabindex", "aria-keyshortcuts"], lg = ["data-key"], rg = {
14574
+ }, lg = ["id", "tabindex", "aria-keyshortcuts"], rg = ["data-key"], sg = {
14571
14575
  key: 0,
14572
14576
  class: "q-select__loader"
14573
- }, sg = /* @__PURE__ */ ce({
14577
+ }, og = /* @__PURE__ */ ce({
14574
14578
  inheritAttrs: !1,
14575
14579
  __name: "QSelect",
14576
14580
  props: /* @__PURE__ */ Ie({
14577
14581
  id: {},
14578
14582
  class: {},
14579
14583
  label: {},
14580
- for: {},
14581
14584
  required: { type: Boolean },
14585
+ for: {},
14582
14586
  size: {},
14583
14587
  readonly: { type: Boolean },
14584
14588
  disabled: { type: Boolean },
14585
14589
  invalid: { type: Boolean },
14586
14590
  items: {},
14587
14591
  groups: { default: () => [] },
14588
- itemValue: { default: "key" },
14589
- itemLabel: { default: "label" },
14590
14592
  clearable: { type: Boolean },
14593
+ inline: { type: Boolean },
14591
14594
  loading: { type: Boolean },
14592
14595
  emptyValue: {},
14593
- inline: { type: Boolean },
14594
- icons: { default: () => eg },
14595
- texts: { default: () => Jy }
14596
+ itemValue: { default: "key" },
14597
+ itemLabel: { default: "label" },
14598
+ icons: { default: () => tg },
14599
+ texts: { default: () => eg }
14596
14600
  }, {
14597
14601
  modelValue: {},
14598
14602
  modelModifiers: {}
@@ -14711,11 +14715,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14711
14715
  }, 8, ["aria-label", "disabled"]))
14712
14716
  ]),
14713
14717
  default: H(() => [
14714
- c.value ? (m(), w("span", ag, [
14718
+ c.value ? (m(), w("span", ng, [
14715
14719
  !a.readonly && !a.disabled ? (m(), w(we, { key: 0 }, [
14716
14720
  et($e(a.texts.placeholder), 1)
14717
14721
  ], 64)) : R("", !0)
14718
- ])) : (m(), w("span", tg, $e(d.value), 1)),
14722
+ ])) : (m(), w("span", ag, $e(d.value), 1)),
14719
14723
  Ft(ee("input", De({
14720
14724
  id: `${a.id}_input`
14721
14725
  }, I.$attrs, {
@@ -14727,7 +14731,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14727
14731
  tabindex: a.disabled ? -1 : 0,
14728
14732
  "aria-keyshortcuts": v.value && !c.value ? "Delete" : void 0,
14729
14733
  onKeydown: L
14730
- }), null, 16, ng), [
14734
+ }), null, 16, lg), [
14731
14735
  [Tl, d.value]
14732
14736
  ])
14733
14737
  ]),
@@ -14778,7 +14782,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14778
14782
  onKeydown: dt(T, ["stop"])
14779
14783
  }, [
14780
14784
  q(I.$slots, "body.prepend"),
14781
- a.loading ? (m(), w("div", rg, [
14785
+ a.loading ? (m(), w("div", sg, [
14782
14786
  ye(u(Ka), { size: 24 })
14783
14787
  ])) : (m(), se(u(Cn), {
14784
14788
  key: 1,
@@ -14800,14 +14804,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14800
14804
  _: 3
14801
14805
  }, 8, ["required", "model-value", "items", "groups", "item-label", "item-value"])),
14802
14806
  q(I.$slots, "body.append")
14803
- ], 40, lg)
14807
+ ], 40, rg)
14804
14808
  ]),
14805
14809
  _: 3
14806
14810
  }, 8, ["modelValue", "inline", "anchor"])
14807
14811
  ], 64);
14808
14812
  };
14809
14813
  }
14810
- }), og = _e(sg), ig = /* @__PURE__ */ ce({
14814
+ }), ig = _e(og), ug = /* @__PURE__ */ ce({
14811
14815
  __name: "QToggle",
14812
14816
  props: /* @__PURE__ */ Ie({
14813
14817
  id: {},
@@ -14815,14 +14819,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14815
14819
  label: {},
14816
14820
  variant: {},
14817
14821
  color: {},
14818
- disabled: { type: Boolean },
14819
14822
  borderless: { type: Boolean },
14820
14823
  elevated: { type: Boolean },
14821
14824
  block: { type: Boolean },
14822
- loading: { type: Boolean },
14823
14825
  size: {},
14824
14826
  iconPos: {},
14825
- pill: { type: Boolean }
14827
+ pill: { type: Boolean },
14828
+ disabled: { type: Boolean },
14829
+ loading: { type: Boolean }
14826
14830
  }, {
14827
14831
  modelValue: { type: Boolean },
14828
14832
  modelModifiers: {}
@@ -14843,7 +14847,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14843
14847
  _: 3
14844
14848
  }, 16, ["class", "aria-pressed"]));
14845
14849
  }
14846
- }), nr = _e(ig), ug = { class: "q-sidebar__items" }, dg = /* @__PURE__ */ ce({
14850
+ }), nr = _e(ug), dg = { class: "q-sidebar__items" }, cg = /* @__PURE__ */ ce({
14847
14851
  __name: "QSidebarAnchor",
14848
14852
  props: /* @__PURE__ */ Ie({
14849
14853
  panels: {},
@@ -14891,7 +14895,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14891
14895
  class: "q-sidebar-anchor",
14892
14896
  style: Ye({ width: a.anchorWidth + "px" })
14893
14897
  }, [
14894
- ee("div", ug, [
14898
+ ee("div", dg, [
14895
14899
  ee("div", {
14896
14900
  class: "q-sidebar__indicator",
14897
14901
  style: Ye(r.value)
@@ -14922,19 +14926,19 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14922
14926
  ])
14923
14927
  ], 4));
14924
14928
  }
14925
- }), cg = {
14929
+ }), fg = {
14926
14930
  ref: "panel",
14927
14931
  class: "q-sidebar-panel"
14928
- }, fg = { class: "q-sidebar-panel__header" }, pg = {
14932
+ }, pg = { class: "q-sidebar-panel__header" }, mg = {
14929
14933
  key: 0,
14930
14934
  class: "q-sidebar-panel__title"
14931
- }, mg = { class: "q-sidebar-panel__content" }, vg = {
14935
+ }, vg = { class: "q-sidebar-panel__content" }, hg = {
14932
14936
  key: 0,
14933
14937
  class: "q-sidebar-panel__footer"
14934
- }, hg = {
14938
+ }, yg = {
14935
14939
  key: 0,
14936
14940
  class: "q-sidebar-panel__grip"
14937
- }, yg = /* @__PURE__ */ ce({
14941
+ }, gg = /* @__PURE__ */ ce({
14938
14942
  __name: "QSidebarPanel",
14939
14943
  props: {
14940
14944
  title: {},
@@ -14964,18 +14968,18 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14964
14968
  function d() {
14965
14969
  a.resizable && (document.removeEventListener("mousemove", c), document.removeEventListener("mouseup", p), document.body.style.userSelect = "");
14966
14970
  }
14967
- return $t(d), (v, h) => (m(), w("div", cg, [
14968
- ee("div", fg, [
14971
+ return $t(d), (v, h) => (m(), w("div", fg, [
14972
+ ee("div", pg, [
14969
14973
  q(v.$slots, "header", {}, () => [
14970
14974
  q(v.$slots, "header.prepend"),
14971
- a.title ? (m(), w("h3", pg, $e(a.title), 1)) : R("", !0),
14975
+ a.title ? (m(), w("h3", mg, $e(a.title), 1)) : R("", !0),
14972
14976
  q(v.$slots, "header.append")
14973
14977
  ])
14974
14978
  ]),
14975
- ee("div", mg, [
14979
+ ee("div", vg, [
14976
14980
  q(v.$slots, "content")
14977
14981
  ]),
14978
- v.$slots.footer ? (m(), w("div", vg, [
14982
+ v.$slots.footer ? (m(), w("div", hg, [
14979
14983
  q(v.$slots, "footer")
14980
14984
  ])) : R("", !0),
14981
14985
  v.resizable ? (m(), w("div", {
@@ -14984,11 +14988,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
14984
14988
  "data-testid": "q-sidebar-panel-handle",
14985
14989
  onMousedown: i
14986
14990
  }, [
14987
- v.showGrip ? (m(), w("div", hg)) : R("", !0)
14991
+ v.showGrip ? (m(), w("div", yg)) : R("", !0)
14988
14992
  ], 34)) : R("", !0)
14989
14993
  ], 512));
14990
14994
  }
14991
- }), gg = /* @__PURE__ */ ce({
14995
+ }), bg = /* @__PURE__ */ ce({
14992
14996
  __name: "QSidebar",
14993
14997
  props: /* @__PURE__ */ Ie({
14994
14998
  panels: {},
@@ -15052,7 +15056,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15052
15056
  class: ie(p.value),
15053
15057
  style: Ye({ width: c.value })
15054
15058
  }, [
15055
- ye(dg, {
15059
+ ye(cg, {
15056
15060
  modelValue: l.value,
15057
15061
  "onUpdate:modelValue": T[0] || (T[0] = (L) => l.value = L),
15058
15062
  panels: a.panels,
@@ -15072,7 +15076,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15072
15076
  onAfterLeave: A
15073
15077
  }, {
15074
15078
  default: H(() => [
15075
- l.value && s.value ? (m(), se(yg, {
15079
+ l.value && s.value ? (m(), se(gg, {
15076
15080
  key: 0,
15077
15081
  "show-grip": "",
15078
15082
  title: s.value.title,
@@ -15126,13 +15130,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15126
15130
  }, 8, ["name"])
15127
15131
  ], 6));
15128
15132
  }
15129
- }), bg = _e(gg), wg = ["id", "aria-checked", "disabled"], _g = { class: "q-switch__labels" }, kg = {
15133
+ }), wg = _e(bg), _g = ["id", "aria-checked", "disabled"], kg = { class: "q-switch__labels" }, $g = {
15130
15134
  class: "q-switch__label q-switch__label--off",
15131
15135
  "aria-hidden": "true"
15132
- }, $g = {
15136
+ }, xg = {
15133
15137
  class: "q-switch__label q-switch__label--on",
15134
15138
  "aria-hidden": "true"
15135
- }, xg = /* @__PURE__ */ ce({
15139
+ }, Dg = /* @__PURE__ */ ce({
15136
15140
  inheritAttrs: !1,
15137
15141
  __name: "QSwitch",
15138
15142
  props: /* @__PURE__ */ Ie({
@@ -15140,14 +15144,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15140
15144
  class: {},
15141
15145
  label: {},
15142
15146
  required: { type: Boolean },
15143
- showStateLabels: { type: Boolean },
15144
15147
  trueLabel: { default: "On" },
15145
15148
  falseLabel: { default: "Off" },
15149
+ showStateLabels: { type: Boolean },
15146
15150
  checkedColor: {},
15147
15151
  uncheckedColor: {},
15152
+ size: { default: "medium" },
15148
15153
  disabled: { type: Boolean },
15149
- readonly: { type: Boolean },
15150
- size: { default: "medium" }
15154
+ readonly: { type: Boolean }
15151
15155
  }, {
15152
15156
  modelValue: { type: Boolean },
15153
15157
  modelModifiers: {}
@@ -15202,16 +15206,16 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15202
15206
  role: "switch",
15203
15207
  "aria-checked": a.value,
15204
15208
  disabled: e.disabled
15205
- }, c.$attrs, { onInput: n }), null, 16, wg), [
15209
+ }, c.$attrs, { onInput: n }), null, 16, _g), [
15206
15210
  [Eo, a.value]
15207
15211
  ]),
15208
- ee("div", _g, [
15209
- ee("span", kg, [
15212
+ ee("div", kg, [
15213
+ ee("span", $g, [
15210
15214
  e.showStateLabels ? (m(), w(we, { key: 0 }, [
15211
15215
  et($e(e.falseLabel), 1)
15212
15216
  ], 64)) : R("", !0)
15213
15217
  ]),
15214
- ee("span", $g, [
15218
+ ee("span", xg, [
15215
15219
  e.showStateLabels ? (m(), w(we, { key: 0 }, [
15216
15220
  et($e(e.trueLabel), 1)
15217
15221
  ], 64)) : R("", !0)
@@ -15220,15 +15224,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15220
15224
  ], 6)
15221
15225
  ]));
15222
15226
  }
15223
- }), Dg = _e(xg), Tg = ["id", "required", "placeholder", "readonly", "disabled", "maxlength", "rows", "cols", "resize", "wrap"], Mg = /* @__PURE__ */ ce({
15227
+ }), Tg = _e(Dg), Mg = ["id", "required", "placeholder", "readonly", "disabled", "maxlength", "rows", "cols", "resize", "wrap"], Ag = /* @__PURE__ */ ce({
15224
15228
  inheritAttrs: !1,
15225
15229
  __name: "QTextArea",
15226
15230
  props: /* @__PURE__ */ Ie({
15227
15231
  id: {},
15228
15232
  class: {},
15229
15233
  label: {},
15230
- for: {},
15231
15234
  required: { type: Boolean },
15235
+ for: {},
15232
15236
  size: {},
15233
15237
  readonly: { type: Boolean },
15234
15238
  disabled: { type: Boolean },
@@ -15291,7 +15295,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15291
15295
  cols: e.cols,
15292
15296
  resize: e.resize,
15293
15297
  wrap: e.wrap
15294
- }, c.$attrs, Ro(s.value, !0)), null, 16, Tg), [
15298
+ }, c.$attrs, Ro(s.value, !0)), null, 16, Mg), [
15295
15299
  [Tl, n.value]
15296
15300
  ])
15297
15301
  ]),
@@ -15320,7 +15324,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15320
15324
  } : void 0
15321
15325
  ]), 1032, ["class", "for", "label", "size", "readonly", "disabled", "required"]));
15322
15326
  }
15323
- }), Ag = _e(Mg), Cg = ["id"], Pg = /* @__PURE__ */ ce({
15327
+ }), Cg = _e(Ag), Pg = ["id"], qg = /* @__PURE__ */ ce({
15324
15328
  __name: "QThemeProvider",
15325
15329
  props: {
15326
15330
  id: {},
@@ -15345,25 +15349,25 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15345
15349
  class: ie(["q-theme-provider", u(a), e.class])
15346
15350
  }, [
15347
15351
  q(o.$slots, "default")
15348
- ], 10, Cg));
15352
+ ], 10, Pg));
15349
15353
  }
15350
- }), qg = _e(Pg), Sg = {
15354
+ }), Sg = _e(qg), Ig = {
15351
15355
  close: {
15352
15356
  icon: "close"
15353
15357
  }
15354
- }, Ig = { class: "q-toast__title" }, Og = /* @__PURE__ */ ce({
15358
+ }, Og = { class: "q-toast__title" }, Eg = /* @__PURE__ */ ce({
15355
15359
  __name: "QToast",
15356
15360
  props: {
15357
15361
  id: {},
15358
15362
  class: {},
15363
+ title: {},
15364
+ text: {},
15359
15365
  block: { type: Boolean },
15360
15366
  color: { default: "info" },
15361
15367
  elevation: { default: "medium" },
15362
- icons: { default: () => Sg },
15363
- text: {},
15368
+ variant: { default: "tonal" },
15364
15369
  timeout: { default: 5e3 },
15365
- title: {},
15366
- variant: { default: "tonal" }
15370
+ icons: { default: () => Ig }
15367
15371
  },
15368
15372
  emits: ["dismiss"],
15369
15373
  setup(t, { emit: e }) {
@@ -15478,7 +15482,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15478
15482
  default: H(() => [
15479
15483
  ye(u(Va), null, {
15480
15484
  default: H(() => [
15481
- ee("div", Ig, [
15485
+ ee("div", Og, [
15482
15486
  k.$slots["title.prepend"] ? q(k.$slots, "title.prepend", { key: 0 }) : R("", !0),
15483
15487
  ee("h4", null, $e(a.title), 1),
15484
15488
  k.$slots["title.append"] ? q(k.$slots, "title.append", { key: 1 }) : R("", !0)
@@ -15515,7 +15519,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15515
15519
  } : void 0
15516
15520
  ]), 1032, ["id", "elevation", "width", "class", "style"]));
15517
15521
  }
15518
- }), Eg = /* @__PURE__ */ ce({
15522
+ }), Rg = /* @__PURE__ */ ce({
15519
15523
  __name: "QToaster",
15520
15524
  props: {
15521
15525
  id: {},
@@ -15549,15 +15553,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15549
15553
  _: 1
15550
15554
  }, 8, ["id", "class", "data-placement"]));
15551
15555
  }
15552
- }), Do = _e(Og), Rg = _e(Eg), Lg = /* @__PURE__ */ ce({
15556
+ }), Do = _e(Eg), Lg = _e(Rg), Bg = /* @__PURE__ */ ce({
15553
15557
  __name: "QToggleGroup",
15554
15558
  props: /* @__PURE__ */ Ie({
15555
15559
  id: {},
15556
15560
  class: {},
15557
- disabled: { type: Boolean },
15558
15561
  block: { type: Boolean },
15559
15562
  borderless: { type: Boolean },
15560
15563
  elevated: { type: Boolean },
15564
+ disabled: { type: Boolean },
15561
15565
  multiple: { type: Boolean },
15562
15566
  required: { type: Boolean }
15563
15567
  }, {
@@ -15590,7 +15594,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15590
15594
  _: 3
15591
15595
  }, 8, ["id", "class", "block", "elevated"]));
15592
15596
  }
15593
- }), Bg = /* @__PURE__ */ ce({
15597
+ }), Ng = /* @__PURE__ */ ce({
15594
15598
  __name: "QToggleGroupItem",
15595
15599
  props: {
15596
15600
  id: {},
@@ -15598,14 +15602,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15598
15602
  label: {},
15599
15603
  variant: {},
15600
15604
  color: {},
15601
- disabled: { type: Boolean },
15602
15605
  borderless: { type: Boolean },
15603
15606
  elevated: { type: Boolean },
15604
15607
  block: { type: Boolean },
15605
- loading: { type: Boolean },
15606
15608
  size: {},
15607
15609
  iconPos: {},
15608
15610
  pill: { type: Boolean },
15611
+ disabled: { type: Boolean },
15612
+ loading: { type: Boolean },
15609
15613
  value: {}
15610
15614
  },
15611
15615
  setup(t) {
@@ -15625,23 +15629,23 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15625
15629
  _: 3
15626
15630
  }, 16, ["model-value", "onUpdate:modelValue"]));
15627
15631
  }
15628
- }), Ng = _e(Lg), Vg = _e(Bg), Fg = { class: "q-tooltip__content" }, Yg = ["innerHTML"], zg = /* @__PURE__ */ ce({
15632
+ }), Vg = _e(Bg), Fg = _e(Ng), Yg = { class: "q-tooltip__content" }, zg = ["innerHTML"], Qg = /* @__PURE__ */ ce({
15629
15633
  __name: "QTooltip",
15630
15634
  props: /* @__PURE__ */ Ie({
15631
15635
  id: {},
15632
15636
  class: {},
15633
15637
  anchor: {},
15638
+ text: {},
15639
+ icon: {},
15634
15640
  appearance: { default: "inverted" },
15641
+ placement: { default: "right" },
15635
15642
  arrow: { type: Boolean, default: !0 },
15636
15643
  attach: { default: "body" },
15637
15644
  inline: { type: Boolean },
15638
15645
  delay: { default: 500 },
15639
- disabled: { type: Boolean },
15640
15646
  html: { type: Boolean, default: !0 },
15641
- placement: { default: "right" },
15642
- text: {},
15643
- icon: {},
15644
- trigger: { default: "hover" }
15647
+ trigger: { default: "hover" },
15648
+ disabled: { type: Boolean }
15645
15649
  }, {
15646
15650
  modelValue: { type: Boolean },
15647
15651
  modelModifiers: {}
@@ -15691,13 +15695,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15691
15695
  onLeave: s
15692
15696
  }, {
15693
15697
  default: H(() => [
15694
- ee("div", Fg, [
15698
+ ee("div", Yg, [
15695
15699
  q(c.$slots, "default", {}, () => [
15696
15700
  e.icon ? (m(), se(u(We), Re(De({ key: 0 }, e.icon)), null, 16)) : R("", !0),
15697
15701
  e.html ? (m(), w("span", {
15698
15702
  key: 1,
15699
15703
  innerHTML: e.text
15700
- }, null, 8, Yg)) : (m(), w(we, { key: 2 }, [
15704
+ }, null, 8, zg)) : (m(), w(we, { key: 2 }, [
15701
15705
  et($e(e.text), 1)
15702
15706
  ], 64))
15703
15707
  ])
@@ -15707,7 +15711,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15707
15711
  }, 8, ["id", "modelValue", "anchor", "appearance", "arrow", "attach", "inline", "class", "delay", "disabled", "placement", "trigger"])
15708
15712
  ], 64));
15709
15713
  }
15710
- }), Qg = _e(zg), Wg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15714
+ }), Wg = _e(Qg), Hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
15711
15715
  __proto__: null,
15712
15716
  QAccordion: Oi,
15713
15717
  QAccordionItem: Ei,
@@ -15730,60 +15734,60 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
15730
15734
  QDialog: yo,
15731
15735
  QDialogProvider: kh,
15732
15736
  QDismissibleLayer: us,
15733
- QDivider: Dh,
15734
- QDropdownMenu: Ph,
15737
+ QDivider: Th,
15738
+ QDropdownMenu: qh,
15735
15739
  QField: ma,
15736
- QFileUpload: Uh,
15740
+ QFileUpload: jh,
15737
15741
  QFocusTrap: hs,
15738
15742
  QIcon: We,
15739
15743
  QIconFont: es,
15740
15744
  QIconImg: ts,
15741
15745
  QIconSvg: as,
15742
- QInputGroup: iy,
15746
+ QInputGroup: uy,
15743
15747
  QLabel: zt,
15744
- QLineLoader: cy,
15748
+ QLineLoader: fy,
15745
15749
  QList: Cn,
15746
15750
  QListItem: ss,
15747
15751
  QListItemGroup: os,
15748
15752
  QMeter: go,
15749
15753
  QOverlay: na,
15750
- QPasswordField: ky,
15751
- QPopover: Cy,
15752
- QPropertyList: Wy,
15754
+ QPasswordField: $y,
15755
+ QPopover: Py,
15756
+ QPropertyList: Hy,
15753
15757
  QPropertyListGroup: $o,
15754
15758
  QPropertyListPanel: xo,
15755
15759
  QPropertyListRow: ko,
15756
- QRadioButton: Gy,
15757
- QRadioGroup: Zy,
15760
+ QRadioButton: Zy,
15761
+ QRadioGroup: Jy,
15758
15762
  QRow: kl,
15759
- QSelect: og,
15760
- QSidebar: bg,
15763
+ QSelect: ig,
15764
+ QSidebar: wg,
15761
15765
  QSkeletonLoader: _a,
15762
- QSpacer: ay,
15766
+ QSpacer: ny,
15763
15767
  QSpinnerLoader: Ka,
15764
- QSwitch: Dg,
15765
- QTextArea: Ag,
15768
+ QSwitch: Tg,
15769
+ QTextArea: Cg,
15766
15770
  QTextField: Za,
15767
- QThemeProvider: qg,
15771
+ QThemeProvider: Sg,
15768
15772
  QToast: Do,
15769
- QToaster: Rg,
15773
+ QToaster: Lg,
15770
15774
  QToggle: nr,
15771
- QToggleGroup: Ng,
15772
- QToggleGroupItem: Vg,
15773
- QTooltip: Qg
15775
+ QToggleGroup: Vg,
15776
+ QToggleGroupItem: Fg,
15777
+ QTooltip: Wg
15774
15778
  }, Symbol.toStringTag, { value: "Module" }));
15775
- function Hg(t = {}) {
15779
+ function Ug(t = {}) {
15776
15780
  return { install: (a) => {
15777
15781
  const n = t.components || {};
15778
15782
  for (const s in n)
15779
15783
  a.component(s, n[s]);
15780
15784
  const l = t.defaults || {};
15781
- a.provide(Cl, X(l)), Ug(a, t.themes);
15785
+ a.provide(Cl, X(l)), jg(a, t.themes);
15782
15786
  const r = Ju();
15783
- a.provide(is, r), jg(a);
15787
+ a.provide(is, r), Xg(a);
15784
15788
  } };
15785
15789
  }
15786
- function Ug(t, e) {
15790
+ function jg(t, e) {
15787
15791
  const a = [];
15788
15792
  let n;
15789
15793
  if (e)
@@ -15812,23 +15816,23 @@ function Ug(t, e) {
15812
15816
  }
15813
15817
  if (n) {
15814
15818
  const l = X(n), r = Zr(l, a);
15815
- Jo(a), Ce(r.class, Xg, { immediate: !0 }), t.provide(Il, r);
15819
+ Jo(a), Ce(r.class, Kg, { immediate: !0 }), t.provide(Il, r);
15816
15820
  }
15817
15821
  }
15818
- function jg(t) {
15822
+ function Xg(t) {
15819
15823
  const e = Rv();
15820
15824
  t.provide(io, e);
15821
15825
  }
15822
- function Xg(t) {
15826
+ function Kg(t) {
15823
15827
  const e = document.documentElement, n = Array.from(e.classList).filter((l) => !l.startsWith("q-theme"));
15824
15828
  e.className = n.join(" "), e.classList.add(t);
15825
15829
  }
15826
- const Jg = (t = {}) => Hg({ components: Wg, ...t });
15830
+ const eb = (t = {}) => Ug({ components: Hg, ...t });
15827
15831
  export {
15828
- Wg as components,
15829
- Jg as createFramework,
15832
+ Hg as components,
15833
+ eb as createFramework,
15830
15834
  ei as provideTheme,
15831
- Zg as templates,
15835
+ Jg as templates,
15832
15836
  Ov as useDialog,
15833
15837
  Ga as useTheme,
15834
15838
  Ev as useToast