@quidgest/ui 0.14.14 → 0.14.16

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 (219) hide show
  1. package/dist/ui.css +86 -45
  2. package/dist/ui.esm.js +3310 -3202
  3. package/dist/ui.js +16 -16
  4. package/dist/ui.min.css +1 -1
  5. package/dist/ui.min.js +661 -652
  6. package/dist/ui.scss +97 -55
  7. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  8. package/esm/components/QAccordion/QAccordion.vue.js +26 -13
  9. package/esm/components/QAccordion/index.d.ts +15 -3
  10. package/esm/components/QAccordion/index.d.ts.map +1 -1
  11. package/esm/components/QAccordion/types.d.ts +13 -3
  12. package/esm/components/QAccordion/types.d.ts.map +1 -1
  13. package/esm/components/QBadge/QBadge.d.ts +2 -1
  14. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  15. package/esm/components/QBadge/QBadge.vue.js +35 -29
  16. package/esm/components/QBadge/index.d.ts +6 -3
  17. package/esm/components/QBadge/index.d.ts.map +1 -1
  18. package/esm/components/QBadge/types.d.ts +13 -5
  19. package/esm/components/QBadge/types.d.ts.map +1 -1
  20. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -1
  21. package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
  22. package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +19 -14
  23. package/esm/components/QBadgeIndicator/index.d.ts +3 -3
  24. package/esm/components/QBadgeIndicator/types.d.ts +6 -4
  25. package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
  26. package/esm/components/QButton/QButton.d.ts +2 -2
  27. package/esm/components/QButton/QButton.d.ts.map +1 -1
  28. package/esm/components/QButton/QButton.vue.js +17 -15
  29. package/esm/components/QButton/index.d.ts +6 -6
  30. package/esm/components/QButton/types.d.ts +6 -7
  31. package/esm/components/QButton/types.d.ts.map +1 -1
  32. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  33. package/esm/components/QButtonGroup/QButtonGroup.vue.js +19 -24
  34. package/esm/components/QButtonGroup/types.d.ts +2 -5
  35. package/esm/components/QButtonGroup/types.d.ts.map +1 -1
  36. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  37. package/esm/components/QButtonToggle/QButtonToggle.vue.js +24 -22
  38. package/esm/components/QButtonToggle/index.d.ts +21 -3
  39. package/esm/components/QButtonToggle/index.d.ts.map +1 -1
  40. package/esm/components/QButtonToggle/types.d.ts +4 -7
  41. package/esm/components/QButtonToggle/types.d.ts.map +1 -1
  42. package/esm/components/QCard/QCard.d.ts +2 -2
  43. package/esm/components/QCard/QCard.d.ts.map +1 -1
  44. package/esm/components/QCard/QCard.vue.js +48 -46
  45. package/esm/components/QCard/index.d.ts +6 -6
  46. package/esm/components/QCard/types.d.ts +6 -7
  47. package/esm/components/QCard/types.d.ts.map +1 -1
  48. package/esm/components/QCheckbox/QCheckbox.d.ts +2 -2
  49. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  50. package/esm/components/QCheckbox/QCheckbox.vue.js +73 -78
  51. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +9 -7
  52. package/esm/components/QCheckbox/index.d.ts +21 -21
  53. package/esm/components/QCheckbox/types.d.ts +10 -15
  54. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  55. package/esm/components/QCollapsible/QCollapsible.d.ts +2 -2
  56. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  57. package/esm/components/QCollapsible/QCollapsible.vue.js +12 -9
  58. package/esm/components/QCollapsible/index.d.ts +33 -6
  59. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  60. package/esm/components/QCollapsible/types.d.ts +15 -15
  61. package/esm/components/QCollapsible/types.d.ts.map +1 -1
  62. package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
  63. package/esm/components/QColorPicker/QColorPicker.vue.js +19 -19
  64. package/esm/components/QColorPicker/index.d.ts +27 -3
  65. package/esm/components/QColorPicker/index.d.ts.map +1 -1
  66. package/esm/components/QColorPicker/types.d.ts +2 -9
  67. package/esm/components/QColorPicker/types.d.ts.map +1 -1
  68. package/esm/components/QCombobox/QCombobox.d.ts +209 -75
  69. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  70. package/esm/components/QCombobox/QCombobox.vue.js +64 -68
  71. package/esm/components/QCombobox/index.d.ts +331 -89
  72. package/esm/components/QCombobox/index.d.ts.map +1 -1
  73. package/esm/components/QCombobox/types.d.ts +14 -51
  74. package/esm/components/QCombobox/types.d.ts.map +1 -1
  75. package/esm/components/QCombobox/types.js +3 -3
  76. package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +5 -3
  77. package/esm/components/QDateTimePicker/index.d.ts +51 -3
  78. package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
  79. package/esm/components/QDateTimePicker/types.d.ts +2 -31
  80. package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
  81. package/esm/components/QDialog/QDialog.d.ts +1 -1
  82. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  83. package/esm/components/QDialog/QDialog.vue.js +36 -37
  84. package/esm/components/QDialog/index.d.ts +39 -6
  85. package/esm/components/QDialog/index.d.ts.map +1 -1
  86. package/esm/components/QDialog/types.d.ts +14 -21
  87. package/esm/components/QDialog/types.d.ts.map +1 -1
  88. package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +1 -1
  89. package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +4 -3
  90. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +60 -26
  91. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
  92. package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +68 -63
  93. package/esm/components/QDropdownMenu/index.d.ts +27 -3
  94. package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
  95. package/esm/components/QDropdownMenu/types.d.ts +3 -6
  96. package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
  97. package/esm/components/QField/QField.d.ts.map +1 -1
  98. package/esm/components/QField/QField.vue.js +34 -35
  99. package/esm/components/QField/types.d.ts +2 -9
  100. package/esm/components/QField/types.d.ts.map +1 -1
  101. package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
  102. package/esm/components/QFileUpload/QFileUpload.vue.js +9 -9
  103. package/esm/components/QFileUpload/index.d.ts +39 -6
  104. package/esm/components/QFileUpload/index.d.ts.map +1 -1
  105. package/esm/components/QFileUpload/types.d.ts +3 -30
  106. package/esm/components/QFileUpload/types.d.ts.map +1 -1
  107. package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
  108. package/esm/components/QIcon/InlineSvg.js +16 -16
  109. package/esm/components/QIcon/QIcon.d.ts +2 -2
  110. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  111. package/esm/components/QIcon/QIcon.vue.js +7 -5
  112. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  113. package/esm/components/QIcon/QIconFont.vue.js +12 -16
  114. package/esm/components/QIcon/QIconImg.d.ts +2 -2
  115. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  116. package/esm/components/QIcon/QIconImg.vue.js +8 -6
  117. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  118. package/esm/components/QIcon/QIconSvg.vue.js +12 -10
  119. package/esm/components/QIcon/index.d.ts +4 -4
  120. package/esm/components/QIcon/index.d.ts.map +1 -1
  121. package/esm/components/QIcon/types.d.ts +6 -8
  122. package/esm/components/QIcon/types.d.ts.map +1 -1
  123. package/esm/components/QInputGroup/QInputGroup.vue.js +21 -18
  124. package/esm/components/QInputGroup/types.d.ts +2 -23
  125. package/esm/components/QInputGroup/types.d.ts.map +1 -1
  126. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -2
  127. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  128. package/esm/components/QLineLoader/QLineLoader.vue.js +10 -14
  129. package/esm/components/QLineLoader/index.d.ts +1 -1
  130. package/esm/components/QLineLoader/index.d.ts.map +1 -1
  131. package/esm/components/QLineLoader/types.d.ts +2 -6
  132. package/esm/components/QLineLoader/types.d.ts.map +1 -1
  133. package/esm/components/QList/QList.d.ts +3 -3
  134. package/esm/components/QList/QList.d.ts.map +1 -1
  135. package/esm/components/QList/QList.vue.js +30 -26
  136. package/esm/components/QList/index.d.ts +35 -11
  137. package/esm/components/QList/index.d.ts.map +1 -1
  138. package/esm/components/QList/types.d.ts +3 -6
  139. package/esm/components/QList/types.d.ts.map +1 -1
  140. package/esm/components/QOverlay/QOverlay.d.ts +1 -1
  141. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  142. package/esm/components/QOverlay/QOverlay.vue.js +51 -55
  143. package/esm/components/QOverlay/index.d.ts +63 -6
  144. package/esm/components/QOverlay/index.d.ts.map +1 -1
  145. package/esm/components/QOverlay/types.d.ts +2 -5
  146. package/esm/components/QOverlay/types.d.ts.map +1 -1
  147. package/esm/components/QPopover/QPopover.d.ts +1 -1
  148. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  149. package/esm/components/QPopover/QPopover.vue.js +23 -20
  150. package/esm/components/QPopover/index.d.ts +36 -6
  151. package/esm/components/QPopover/index.d.ts.map +1 -1
  152. package/esm/components/QPopover/types.d.ts +2 -1
  153. package/esm/components/QPopover/types.d.ts.map +1 -1
  154. package/esm/components/QPropertyList/QPropertyList.d.ts +2 -2
  155. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  156. package/esm/components/QPropertyList/QPropertyList.vue.js +126 -115
  157. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -2
  158. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  159. package/esm/components/QPropertyList/QPropertyListGroup.vue.js +19 -17
  160. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  161. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +19 -14
  162. package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -3
  163. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  164. package/esm/components/QPropertyList/QPropertyListRow.vue.js +33 -23
  165. package/esm/components/QPropertyList/index.d.ts +8 -7
  166. package/esm/components/QPropertyList/index.d.ts.map +1 -1
  167. package/esm/components/QPropertyList/types.d.ts +35 -21
  168. package/esm/components/QPropertyList/types.d.ts.map +1 -1
  169. package/esm/components/QSelect/QSelect.d.ts +63 -29
  170. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  171. package/esm/components/QSelect/QSelect.vue.js +49 -48
  172. package/esm/components/QSelect/index.d.ts +104 -24
  173. package/esm/components/QSelect/index.d.ts.map +1 -1
  174. package/esm/components/QSelect/types.d.ts +10 -39
  175. package/esm/components/QSelect/types.d.ts.map +1 -1
  176. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  177. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +20 -23
  178. package/esm/components/QSkeletonLoader/types.d.ts +2 -1
  179. package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
  180. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  181. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +13 -17
  182. package/esm/components/QSpinnerLoader/types.d.ts +2 -5
  183. package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
  184. package/esm/components/QTextField/QTextField.d.ts +2 -2
  185. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  186. package/esm/components/QTextField/QTextField.vue.js +27 -30
  187. package/esm/components/QTextField/index.d.ts +40 -4
  188. package/esm/components/QTextField/index.d.ts.map +1 -1
  189. package/esm/components/QTextField/types.d.ts +2 -40
  190. package/esm/components/QTextField/types.d.ts.map +1 -1
  191. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  192. package/esm/components/QThemeProvider/QThemeProvider.vue.js +13 -16
  193. package/esm/components/QThemeProvider/types.d.ts +2 -1
  194. package/esm/components/QThemeProvider/types.d.ts.map +1 -1
  195. package/esm/components/QTooltip/QTooltip.d.ts +1 -1
  196. package/esm/components/QTooltip/QTooltip.vue.js +4 -4
  197. package/esm/components/QTooltip/index.d.ts +45 -6
  198. package/esm/components/QTooltip/index.d.ts.map +1 -1
  199. package/esm/components/QTooltip/types.d.ts +2 -9
  200. package/esm/components/QTooltip/types.d.ts.map +1 -1
  201. package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
  202. package/esm/components/__internal__/QChevron/QChevron.vue.js +19 -11
  203. package/esm/components/__internal__/QChevron/index.d.ts +6 -2
  204. package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
  205. package/esm/components/__internal__/QChevron/types.d.ts +2 -5
  206. package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
  207. package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
  208. package/esm/components/__internal__/QClearButton/QClearButton.vue.js +23 -18
  209. package/esm/components/__internal__/QClearButton/types.d.ts +2 -5
  210. package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
  211. package/esm/composables/group.d.ts +88 -8
  212. package/esm/composables/group.d.ts.map +1 -1
  213. package/esm/composables/group.js +19 -22
  214. package/esm/composables/uid.d.ts +3 -2
  215. package/esm/composables/uid.d.ts.map +1 -1
  216. package/esm/composables/uid.js +5 -4
  217. package/esm/types/component.d.ts +18 -0
  218. package/esm/types/component.d.ts.map +1 -0
  219. package/package.json +11 -11
@@ -1,43 +1,52 @@
1
- import { defineComponent as G, ref as d, computed as v, createElementBlock as u, openBlock as r, normalizeClass as _, createElementVNode as i, createBlock as p, createCommentVNode as c, Fragment as f, renderList as h, unref as m, withCtx as F, renderSlot as k } from "vue";
2
- import { QPropertyListGroup as V, QPropertyListRow as Q, QPropertyListPanel as S } from "./index.js";
3
- import { DEFAULT_TEXTS as U, DEFAULT_ICONS as A } from "./types.js";
4
- const N = { class: "q-property-list__table" }, z = /* @__PURE__ */ G({
1
+ import { defineComponent as A, ref as c, computed as g, watch as G, nextTick as Q, createElementBlock as d, openBlock as i, normalizeClass as _, createElementVNode as a, createBlock as p, createCommentVNode as f, Fragment as y, renderList as k, unref as m, withCtx as h, renderSlot as b } from "vue";
2
+ import { QPropertyListGroup as S, QPropertyListRow as U, QPropertyListPanel as N } from "./index.js";
3
+ import { DEFAULT_TEXTS as O, DEFAULT_ICONS as $ } from "./types.js";
4
+ const D = ["id"], W = { class: "q-property-list__table" }, j = /* @__PURE__ */ A({
5
5
  __name: "QPropertyList",
6
6
  props: {
7
+ id: {},
8
+ class: {},
7
9
  fields: { default: () => [] },
8
- noPanel: { type: Boolean },
9
- noToggle: { type: Boolean },
10
- panelPosition: { default: "bottom" },
11
10
  groups: { default: () => [] },
11
+ panelPosition: { default: "bottom" },
12
12
  readonly: { type: Boolean },
13
- class: {},
14
- icons: { default: () => A },
15
- texts: { default: () => U }
13
+ block: { type: Boolean },
14
+ noPanel: { type: Boolean },
15
+ noToggle: { type: Boolean },
16
+ icons: { default: () => $ },
17
+ texts: { default: () => O }
16
18
  },
17
19
  emits: ["field-change", "select-field"],
18
- setup(P, { emit: x }) {
19
- const t = P, y = x, a = d(t.groups.map((e) => e.id)), s = d(void 0), g = d(null), C = v(() => t.groups.length ? t.groups.filter(
20
+ setup(x, { emit: C }) {
21
+ const t = x, v = C, u = c(t.groups.map((e) => e.id)), s = c(void 0), r = c(null), F = g(() => t.groups.length ? t.groups.filter(
20
22
  (e) => t.fields.some((o) => o.group === e.id)
21
- ) : [{ id: "", title: "" }]), L = v(() => [
22
- t.class,
23
+ ) : [{ id: "", title: "" }]), w = g(() => [
24
+ "q-property-list",
23
25
  {
24
- "q-property-list--side-panel": t.panelPosition === "right"
25
- }
26
+ "q-property-list--side-panel": t.panelPosition === "right",
27
+ "q-property-list--block": t.block
28
+ },
29
+ t.class
26
30
  ]);
27
- function T() {
31
+ function P() {
32
+ if (!r.value) return;
33
+ const e = r.value.offsetWidth;
34
+ r.value.style.width = `${e}px`;
35
+ }
36
+ function q() {
28
37
  var e;
29
- (e = g.value) != null && e.contains(document.activeElement) || (s.value = void 0);
38
+ (e = r.value) != null && e.contains(document.activeElement) || (s.value = void 0);
30
39
  }
31
- function q(e) {
40
+ function B(e) {
32
41
  return e ? t.fields.filter((o) => o.group === e) : t.fields;
33
42
  }
34
- function B(e) {
35
- const o = a.value.indexOf(e);
36
- o === -1 ? a.value.push(e) : a.value.splice(o, 1);
43
+ function L(e) {
44
+ const o = u.value.indexOf(e);
45
+ o === -1 ? u.value.push(e) : u.value.splice(o, 1);
37
46
  }
38
- function E(e) {
47
+ function T(e) {
39
48
  var l;
40
- const o = e.group && !a.value.includes(e.group), n = ((l = s.value) == null ? void 0 : l.id) === e.id;
49
+ const o = e.group && !u.value.includes(e.group), n = ((l = s.value) == null ? void 0 : l.id) === e.id;
41
50
  return [
42
51
  {
43
52
  "q-property-list__row--closed": o,
@@ -45,102 +54,104 @@ const N = { class: "q-property-list__table" }, z = /* @__PURE__ */ G({
45
54
  }
46
55
  ];
47
56
  }
48
- function R(e) {
49
- s.value = e, y("select-field", s.value.id);
57
+ function E(e) {
58
+ s.value = e, v("select-field", s.value.id);
50
59
  }
51
- function b(e, o) {
52
- t.readonly || (e.props.readonly ?? !1) || y("field-change", e, o);
60
+ function R(e, o) {
61
+ t.readonly || (e.props.readonly ?? !1) || v("field-change", e, o);
53
62
  }
54
- return (e, o) => (r(), u(
55
- "div",
56
- {
57
- ref_key: "componentRoot",
58
- ref: g,
59
- tabindex: "0",
60
- class: _(["q-property-list", L.value]),
61
- onFocusout: T
63
+ return G(
64
+ () => t.block,
65
+ async (e) => {
66
+ var o;
67
+ await Q(), e ? (o = r.value) == null || o.removeAttribute("style") : P();
62
68
  },
63
- [
64
- i("table", N, [
65
- o[0] || (o[0] = i(
66
- "thead",
67
- { class: "q-property-list__header" },
68
- [
69
- i("tr", null, [
70
- i("th", { colspan: "2" })
71
- ])
72
- ],
73
- -1
74
- /* HOISTED */
75
- )),
76
- i("tbody", null, [
77
- (r(!0), u(
78
- f,
79
- null,
80
- h(C.value, (n) => (r(), u(
81
- f,
82
- {
83
- key: n.id
84
- },
85
- [
86
- n.title ? (r(), p(m(V), {
87
- key: 0,
88
- id: n.id,
89
- title: n.title,
90
- icons: t.icons,
91
- "no-toggle": t.noToggle,
92
- onToggleGroup: B
93
- }, null, 8, ["id", "title", "icons", "no-toggle"])) : c("v-if", !0),
94
- (r(!0), u(
95
- f,
96
- null,
97
- h(q(n.id), (l) => (r(), p(m(Q), {
98
- key: l.id,
99
- class: _(E(l)),
100
- field: l,
101
- "model-value": l.props.modelValue,
102
- readonly: t.readonly,
103
- onFocus: R,
104
- "onUpdate:modelValue": (w) => b(l, w)
105
- }, {
106
- default: F(() => [
107
- k(e.$slots, l.id, { field: l })
108
- ]),
109
- _: 2
110
- /* DYNAMIC */
111
- }, 1032, ["class", "field", "model-value", "readonly", "onUpdate:modelValue"]))),
112
- 128
113
- /* KEYED_FRAGMENT */
114
- ))
115
- ],
116
- 64
117
- /* STABLE_FRAGMENT */
118
- ))),
119
- 128
120
- /* KEYED_FRAGMENT */
121
- ))
122
- ])
69
+ { immediate: !0 }
70
+ ), (e, o) => (i(), d("div", {
71
+ id: t.id,
72
+ ref_key: "componentRoot",
73
+ ref: r,
74
+ tabindex: "0",
75
+ class: _(w.value),
76
+ onFocusout: q
77
+ }, [
78
+ a("table", W, [
79
+ o[0] || (o[0] = a(
80
+ "thead",
81
+ { class: "q-property-list__header" },
82
+ [
83
+ a("tr", null, [
84
+ a("th", { colspan: "2" })
85
+ ])
86
+ ],
87
+ -1
88
+ /* HOISTED */
89
+ )),
90
+ a("tbody", null, [
91
+ (i(!0), d(
92
+ y,
93
+ null,
94
+ k(F.value, (n) => (i(), d(
95
+ y,
96
+ {
97
+ key: n.id
98
+ },
99
+ [
100
+ n.title ? (i(), p(m(S), {
101
+ key: 0,
102
+ "data-key": n.id,
103
+ title: n.title,
104
+ icons: t.icons,
105
+ "no-toggle": t.noToggle,
106
+ onClick: () => L(n.id)
107
+ }, null, 8, ["data-key", "title", "icons", "no-toggle", "onClick"])) : f("v-if", !0),
108
+ (i(!0), d(
109
+ y,
110
+ null,
111
+ k(B(n.id), (l) => (i(), p(m(U), {
112
+ key: l.id,
113
+ class: _(T(l)),
114
+ field: l,
115
+ "model-value": l.props.modelValue,
116
+ readonly: t.readonly,
117
+ onFocus: E,
118
+ "onUpdate:modelValue": (V) => R(l, V)
119
+ }, {
120
+ default: h(() => [
121
+ b(e.$slots, l.id, { field: l })
122
+ ]),
123
+ _: 2
124
+ /* DYNAMIC */
125
+ }, 1032, ["class", "field", "model-value", "readonly", "onUpdate:modelValue"]))),
126
+ 128
127
+ /* KEYED_FRAGMENT */
128
+ ))
129
+ ],
130
+ 64
131
+ /* STABLE_FRAGMENT */
132
+ ))),
133
+ 128
134
+ /* KEYED_FRAGMENT */
135
+ ))
136
+ ])
137
+ ]),
138
+ t.noPanel ? f("v-if", !0) : (i(), p(m(N), {
139
+ key: 0,
140
+ field: s.value,
141
+ texts: t.texts
142
+ }, {
143
+ default: h(() => [
144
+ s.value ? b(e.$slots, "panel", {
145
+ key: 0,
146
+ field: s.value
147
+ }) : f("v-if", !0)
123
148
  ]),
124
- t.noPanel ? c("v-if", !0) : (r(), p(m(S), {
125
- key: 0,
126
- field: s.value,
127
- texts: t.texts
128
- }, {
129
- default: F(() => [
130
- s.value ? k(e.$slots, "panel", {
131
- key: 0,
132
- field: s.value
133
- }) : c("v-if", !0)
134
- ]),
135
- _: 3
136
- /* FORWARDED */
137
- }, 8, ["field", "texts"]))
138
- ],
139
- 34
140
- /* CLASS, NEED_HYDRATION */
141
- ));
149
+ _: 3
150
+ /* FORWARDED */
151
+ }, 8, ["field", "texts"]))
152
+ ], 42, D));
142
153
  }
143
154
  });
144
155
  export {
145
- z as default
156
+ j as default
146
157
  };
@@ -1,8 +1,8 @@
1
1
  import { QPropertyListGroupProps, DEFAULT_ICONS } from './types';
2
2
  declare const _default: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
- "toggle-group": (id: string) => any;
3
+ click: () => any;
4
4
  }, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
5
- "onToggle-group"?: ((id: string) => any) | undefined;
5
+ onClick?: (() => any) | undefined;
6
6
  }>, {
7
7
  icons: typeof DEFAULT_ICONS;
8
8
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAuBA;AAwEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;AA2HxC,wBASG"}
1
+ {"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAuBA;AAyEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;AA4HxC,wBASG"}
@@ -1,48 +1,50 @@
1
- import { defineComponent as m, ref as g, computed as n, createElementBlock as _, openBlock as i, unref as o, normalizeClass as f, createElementVNode as s, createBlock as y, createCommentVNode as k, createTextVNode as v, withCtx as C, createVNode as b, normalizeProps as T, guardReactiveProps as h, toDisplayString as x } from "vue";
1
+ import { defineComponent as m, ref as g, computed as l, createElementBlock as _, openBlock as i, unref as o, normalizeClass as f, createElementVNode as n, createBlock as y, createCommentVNode as v, createTextVNode as k, withCtx as b, createVNode as C, normalizeProps as T, guardReactiveProps as h, toDisplayString as x } from "vue";
2
2
  import { QButton as B } from "../QButton/index.js";
3
3
  import { QIcon as N } from "../QIcon/index.js";
4
4
  import { useId as V } from "../../composables/uid.js";
5
5
  import { DEFAULT_ICONS as q } from "./types.js";
6
- const E = ["data-key", "aria-labelledby"], I = ["id"], P = { class: "q-property-list-group__content" }, A = /* @__PURE__ */ m({
6
+ const E = ["id", "aria-labelledby"], I = ["id"], P = { class: "q-property-list-group__content" }, A = /* @__PURE__ */ m({
7
7
  __name: "QPropertyListGroup",
8
8
  props: {
9
9
  id: {},
10
+ class: {},
10
11
  title: {},
11
12
  noToggle: { type: Boolean },
12
13
  icons: { default: () => q },
13
14
  texts: {}
14
15
  },
15
- emits: ["toggle-group"],
16
- setup(a, { emit: c }) {
17
- const e = a, p = c, t = g(!0), r = V(), u = n(() => t.value ? e.icons.open : e.icons.close), d = n(() => [
16
+ emits: ["click"],
17
+ setup(c, { emit: a }) {
18
+ const e = c, p = a, t = g(!0), r = V(), u = l(() => t.value ? e.icons.open : e.icons.close), d = l(() => [
18
19
  "q-property-list-group",
19
20
  {
20
21
  "q-property-list-group--no-toggle": e.noToggle
21
- }
22
+ },
23
+ e.class
22
24
  ]);
23
- function l() {
24
- e.noToggle || (t.value = !t.value, p("toggle-group", e.id));
25
+ function s() {
26
+ e.noToggle || (t.value = !t.value, p("click"));
25
27
  }
26
28
  return (Q, z) => (i(), _("tr", {
29
+ id: e.id,
27
30
  class: f(d.value),
28
31
  role: "group",
29
- "data-key": e.id,
30
32
  "aria-labelledby": o(r),
31
- onClick: l
33
+ onClick: s
32
34
  }, [
33
- s("td", {
35
+ n("td", {
34
36
  id: o(r),
35
37
  colspan: "2"
36
38
  }, [
37
- s("div", P, [
38
- e.noToggle ? k("v-if", !0) : (i(), y(o(B), {
39
+ n("div", P, [
40
+ e.noToggle ? v("v-if", !0) : (i(), y(o(B), {
39
41
  key: 0,
40
42
  "b-style": "tertiary",
41
43
  borderless: "",
42
- onClick: l
44
+ onClick: s
43
45
  }, {
44
- default: C(() => [
45
- b(
46
+ default: b(() => [
47
+ C(
46
48
  o(N),
47
49
  T(h(u.value)),
48
50
  null,
@@ -53,7 +55,7 @@ const E = ["data-key", "aria-labelledby"], I = ["id"], P = { class: "q-property-
53
55
  _: 1
54
56
  /* STABLE */
55
57
  })),
56
- v(
58
+ k(
57
59
  " " + x(e.title),
58
60
  1
59
61
  /* TEXT */
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAeA;AA8BC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAYxC,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAiBA;AAgCC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAYxC,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,43 +1,48 @@
1
- import { defineComponent as n, createElementBlock as s, openBlock as o, renderSlot as p, createElementVNode as l, toDisplayString as t } from "vue";
2
- import { DEFAULT_TEXTS as a } from "./types.js";
3
- const _ = { class: "q-property-list-panel__container" }, c = { class: "q-property-list-panel__label" }, d = { class: "q-property-list-panel__description" }, f = {
1
+ import { defineComponent as p, createElementBlock as s, openBlock as l, normalizeClass as n, renderSlot as a, createElementVNode as o, toDisplayString as t } from "vue";
2
+ import { DEFAULT_TEXTS as d } from "./types.js";
3
+ const c = ["id"], _ = { class: "q-property-list-panel__label" }, m = { class: "q-property-list-panel__description" }, f = {
4
4
  key: 1,
5
5
  class: "q-property-list-panel__empty"
6
- }, h = /* @__PURE__ */ n({
6
+ }, k = /* @__PURE__ */ p({
7
7
  __name: "QPropertyListPanel",
8
8
  props: {
9
+ id: {},
10
+ class: {},
9
11
  field: {},
10
12
  icons: {},
11
- texts: { default: () => a }
13
+ texts: { default: () => d }
12
14
  },
13
15
  setup(i) {
14
16
  const e = i;
15
- return (r, m) => (o(), s("div", _, [
16
- e.field ? p(r.$slots, "default", { key: 0 }, () => [
17
- l(
17
+ return (r, y) => (l(), s("div", {
18
+ id: e.id,
19
+ class: n(["q-property-list-panel", e.class])
20
+ }, [
21
+ e.field ? a(r.$slots, "default", { key: 0 }, () => [
22
+ o(
18
23
  "div",
19
- c,
24
+ _,
20
25
  t(e.field.label),
21
26
  1
22
27
  /* TEXT */
23
28
  ),
24
- l(
29
+ o(
25
30
  "div",
26
- d,
31
+ m,
27
32
  t(e.field.description),
28
33
  1
29
34
  /* TEXT */
30
35
  )
31
- ]) : (o(), s(
36
+ ]) : (l(), s(
32
37
  "div",
33
38
  f,
34
39
  t(e.texts.emptyMessage),
35
40
  1
36
41
  /* TEXT */
37
42
  ))
38
- ]));
43
+ ], 10, c));
39
44
  }
40
45
  });
41
46
  export {
42
- h as default
47
+ k as default
43
48
  };
@@ -1,11 +1,14 @@
1
- import { QPropertyListField, QPropertyListRowProps } from './types';
1
+ import { QPropertyListField } from './types';
2
2
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
5
5
  readonly onFocus?: ((field: QPropertyListField) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onFocus"> & ({
6
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onUpdate:modelValue"> & ({
7
7
  modelValue?: T;
8
- } & QPropertyListRowProps) & Partial<{}>> & import('vue').PublicProps;
8
+ } & import('../../types/component').QBaseComponentProps & {
9
+ field: QPropertyListField;
10
+ readonly?: boolean;
11
+ }) & Partial<{}>> & import('vue').PublicProps;
9
12
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
13
  attrs: any;
11
14
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA2BA;AAoFC,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;yBAKvD,CAAC,eACL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAiJ1D,mBAAmB,CAAC;;;;qBAtFf,CAAC;4CAsFgF,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;yBAlCkB,GAAG;;UAoCzB,KA/ID,OAAO,SAAS,kBAAkB,KAAG,IAAI,kDA+IJ;OAG/B,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA3JxE,wBA2J2E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA4BA;AAqFC,OAAO,KAAK,EAAE,kBAAkB,EAAyB,MAAM,SAAS,CAAA;yBAKvD,CAAC,eACL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAoJ1D,mBAAmB,CAAC;;;;qBAzFf,CAAC;;;;oBAyFgF,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;yBAlCkB,GAAG;;UAoCzB,KAlJD,OAAO,SAAS,kBAAkB,KAAG,IAAI,kDAkJJ;OAG/B,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA9JxE,wBA8J2E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,63 +1,73 @@
1
- import { defineComponent as g, mergeModels as i, useModel as k, computed as l, createElementBlock as d, openBlock as r, normalizeClass as p, createElementVNode as c, withModifiers as u, toDisplayString as B, renderSlot as M, createCommentVNode as b, createBlock as h, resolveDynamicComponent as w, mergeProps as P } from "vue";
2
- const D = ["data-group"], E = {
1
+ import { defineComponent as g, mergeModels as d, useModel as k, computed as o, createElementBlock as p, openBlock as r, normalizeClass as c, createElementVNode as n, withModifiers as u, toDisplayString as B, renderSlot as M, createCommentVNode as b, createBlock as h, resolveDynamicComponent as w, mergeProps as P } from "vue";
2
+ const D = ["id", "data-group"], E = {
3
3
  key: 0,
4
4
  class: "q-property-list-field__container"
5
5
  }, N = /* @__PURE__ */ g({
6
6
  __name: "QPropertyListRow",
7
- props: /* @__PURE__ */ i({
8
- field: {},
7
+ props: /* @__PURE__ */ d({
8
+ id: {},
9
9
  class: {},
10
+ field: {},
10
11
  readonly: { type: Boolean }
11
12
  }, {
12
13
  modelValue: {},
13
14
  modelModifiers: {}
14
15
  }),
15
- emits: /* @__PURE__ */ i(["focus"], ["update:modelValue"]),
16
- setup(n, { emit: m }) {
17
- const e = n, f = m, t = k(n, "modelValue"), _ = l(() => ["q-property-list__row", e.class]), y = l(() => {
18
- var o;
16
+ emits: /* @__PURE__ */ d(["focus"], ["update:modelValue"]),
17
+ setup(a, { emit: m }) {
18
+ const e = a, f = m, t = k(a, "modelValue"), _ = o(() => ["q-property-list__row", e.class]), y = o(() => {
19
+ var l;
19
20
  return [
20
21
  "q-property-list__cell",
21
22
  "q-property-list__cell-label",
22
23
  {
23
- "q-property-list__cell--required": (o = e.field.props) == null ? void 0 : o.required
24
+ "q-property-list__cell--required": (l = e.field.props) == null ? void 0 : l.required
24
25
  }
25
26
  ];
26
- }), v = l(() => e.readonly || (e.field.props.readonly ?? !1)), V = l(() => ({
27
+ }), v = o(() => e.readonly || (e.field.props.readonly ?? !1)), V = o(() => ({
27
28
  ...e.field.props,
28
29
  readonly: v.value
29
30
  }));
30
31
  function s() {
31
32
  f("focus", e.field);
32
33
  }
33
- function q(o) {
34
- t.value = o;
34
+ function q(l) {
35
+ t.value = l;
35
36
  }
36
- return (o, a) => (r(), d("tr", {
37
- class: p(_.value),
37
+ return (l, i) => (r(), p("tr", {
38
+ id: e.id,
39
+ class: c(_.value),
38
40
  "data-group": e.field.group,
39
41
  onFocusin: s
40
42
  }, [
41
- c(
43
+ n(
42
44
  "td",
43
45
  {
44
- class: p(y.value),
46
+ class: c(y.value),
45
47
  onClick: u(s, ["prevent", "stop"])
46
48
  },
47
- B(e.field.label),
48
- 3
49
- /* TEXT, CLASS */
49
+ [
50
+ n(
51
+ "div",
52
+ null,
53
+ B(e.field.label),
54
+ 1
55
+ /* TEXT */
56
+ )
57
+ ],
58
+ 2
59
+ /* CLASS */
50
60
  ),
51
- c("td", {
61
+ n("td", {
52
62
  class: "q-property-list__cell",
53
63
  onClick: u(s, ["prevent", "stop"])
54
64
  }, [
55
- M(o.$slots, "default", {}, () => [
56
- e.field.component ? (r(), d("div", E, [
65
+ M(l.$slots, "default", {}, () => [
66
+ e.field.component ? (r(), p("div", E, [
57
67
  (r(), h(w(e.field.component), P(V.value, {
58
68
  modelValue: t.value,
59
69
  "onUpdate:modelValue": [
60
- a[0] || (a[0] = (C) => t.value = C),
70
+ i[0] || (i[0] = (C) => t.value = C),
61
71
  q
62
72
  ]
63
73
  }), null, 16, ["modelValue"]))
@@ -9,7 +9,7 @@ declare const QPropertyList: {
9
9
  }, import('vue').PublicProps, {
10
10
  icons: typeof import('./types').DEFAULT_ICONS;
11
11
  texts: typeof import('./types').DEFAULT_TEXTS;
12
- groups: QPropertyListGroupProps[];
12
+ groups: import('./types').QPropertyListGroup[];
13
13
  fields: import('./types').QPropertyListField[];
14
14
  panelPosition: import('./types').PanelPosition;
15
15
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -27,7 +27,7 @@ declare const QPropertyList: {
27
27
  }>, {}, {}, {}, {}, {
28
28
  icons: typeof import('./types').DEFAULT_ICONS;
29
29
  texts: typeof import('./types').DEFAULT_TEXTS;
30
- groups: QPropertyListGroupProps[];
30
+ groups: import('./types').QPropertyListGroup[];
31
31
  fields: import('./types').QPropertyListField[];
32
32
  panelPosition: import('./types').PanelPosition;
33
33
  }>;
@@ -43,7 +43,7 @@ declare const QPropertyList: {
43
43
  }, string, {
44
44
  icons: typeof import('./types').DEFAULT_ICONS;
45
45
  texts: typeof import('./types').DEFAULT_TEXTS;
46
- groups: QPropertyListGroupProps[];
46
+ groups: import('./types').QPropertyListGroup[];
47
47
  fields: import('./types').QPropertyListField[];
48
48
  panelPosition: import('./types').PanelPosition;
49
49
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -70,11 +70,12 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
70
70
  emit: ((e: "focus", field: import('./types').QPropertyListField) => void) & ((evt: "update:modelValue", value: T) => void);
71
71
  }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
72
72
  props: {
73
- readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
74
73
  readonly onFocus?: ((field: import('./types').QPropertyListField) => any) | undefined;
74
+ readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
75
75
  modelValue?: T | undefined;
76
- field: import('./types').QPropertyListField;
76
+ id?: string | undefined;
77
77
  class?: string | unknown[] | undefined;
78
+ field: import('./types').QPropertyListField;
78
79
  readonly?: boolean | undefined;
79
80
  } & import('vue').PublicProps;
80
81
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -87,9 +88,9 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
87
88
  __ctx?: Awaited<typeof __VLS_setup>;
88
89
  };
89
90
  declare const QPropertyListGroup: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
90
- "toggle-group": (id: string) => any;
91
+ click: () => any;
91
92
  }, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
92
- "onToggle-group"?: ((id: string) => any) | undefined;
93
+ onClick?: (() => any) | undefined;
93
94
  }>, {
94
95
  icons: typeof import('./types').DEFAULT_ICONS;
95
96
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;2BAcq6M,KAAK;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAdxjN,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;2BAc2iN,KAAK;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAd9rN,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}