@quidgest/ui 0.14.6 → 0.14.8

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 (126) hide show
  1. package/dist/ui.css +1 -6
  2. package/dist/ui.esm.js +1202 -1060
  3. package/dist/ui.js +43 -6
  4. package/dist/ui.min.css +1 -1
  5. package/dist/ui.min.js +186 -174
  6. package/dist/ui.scss +2 -6
  7. package/esm/components/QAccordion/QAccordion.d.ts +7 -6
  8. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  9. package/esm/components/QBadge/QBadge.d.ts +3 -2
  10. package/esm/components/QBadge/QBadge.d.ts.map +1 -1
  11. package/esm/components/QBadge/QBadge.vue.js +11 -11
  12. package/esm/components/QButton/QButton.d.ts +3 -2
  13. package/esm/components/QButton/QButton.d.ts.map +1 -1
  14. package/esm/components/QButton/QButton.vue.js +14 -14
  15. package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
  16. package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
  17. package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
  18. package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
  19. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
  20. package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
  21. package/esm/components/QCard/QCard.d.ts +2 -1
  22. package/esm/components/QCard/QCard.d.ts.map +1 -1
  23. package/esm/components/QCard/QCard.vue.js +30 -30
  24. package/esm/components/QCheckbox/QCheckbox.d.ts +21 -5
  25. package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
  26. package/esm/components/QCheckbox/QCheckbox.vue.js +62 -45
  27. package/esm/components/QCheckbox/QCheckboxLabel.d.ts +21 -0
  28. package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -0
  29. package/esm/components/QCheckbox/QCheckboxLabel.vue.js +31 -0
  30. package/esm/components/QCheckbox/QCheckboxLabel.vue2.js +4 -0
  31. package/esm/components/QCheckbox/types.d.ts +7 -5
  32. package/esm/components/QCheckbox/types.d.ts.map +1 -1
  33. package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
  34. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  35. package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
  36. package/esm/components/QCombobox/QCombobox.d.ts +31 -30
  37. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  38. package/esm/components/QCombobox/QCombobox.vue.js +80 -80
  39. package/esm/components/QDialog/QDialog.d.ts +6 -5
  40. package/esm/components/QDialog/QDialog.d.ts.map +1 -1
  41. package/esm/components/QDialog/QDialog.vue.js +7 -7
  42. package/esm/components/QField/QField.d.ts +2 -1
  43. package/esm/components/QField/QField.d.ts.map +1 -1
  44. package/esm/components/QField/QField.vue.js +9 -9
  45. package/esm/components/QIcon/InlineSvg.d.ts +1 -1
  46. package/esm/components/QIcon/QIcon.d.ts.map +1 -1
  47. package/esm/components/QIcon/QIcon.vue.js +9 -9
  48. package/esm/components/QIcon/QIconFont.d.ts +1 -1
  49. package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
  50. package/esm/components/QIcon/QIconFont.vue.js +5 -5
  51. package/esm/components/QIcon/QIconImg.d.ts +1 -1
  52. package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
  53. package/esm/components/QIcon/QIconImg.vue.js +5 -5
  54. package/esm/components/QIcon/QIconSvg.d.ts +2 -2
  55. package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
  56. package/esm/components/QIcon/QIconSvg.vue.js +17 -17
  57. package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
  58. package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
  59. package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
  60. package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
  61. package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
  62. package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
  63. package/esm/components/QList/QList.d.ts +6 -5
  64. package/esm/components/QList/QList.d.ts.map +1 -1
  65. package/esm/components/QList/QList.vue.js +1 -1
  66. package/esm/components/QList/QListItem.d.ts +3 -2
  67. package/esm/components/QList/QListItem.d.ts.map +1 -1
  68. package/esm/components/QList/QListItem.vue.js +18 -18
  69. package/esm/components/QList/QListItemGroup.d.ts +3 -2
  70. package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
  71. package/esm/components/QOverlay/QOverlay.d.ts +6 -5
  72. package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
  73. package/esm/components/QOverlay/QOverlay.vue.js +148 -138
  74. package/esm/components/QPopover/QPopover.d.ts +6 -5
  75. package/esm/components/QPopover/QPopover.d.ts.map +1 -1
  76. package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
  77. package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
  78. package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
  79. package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
  80. package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
  81. package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
  82. package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
  83. package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
  84. package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
  85. package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
  86. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
  87. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
  88. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
  89. package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
  90. package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
  91. package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
  92. package/esm/components/QRemoveScrollBar/constants.js +8 -0
  93. package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
  94. package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
  95. package/esm/components/QRemoveScrollBar/index.js +6 -0
  96. package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
  97. package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
  98. package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
  99. package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
  100. package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
  101. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
  102. package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
  103. package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
  104. package/esm/components/QSelect/QSelect.d.ts +11 -10
  105. package/esm/components/QSelect/QSelect.d.ts.map +1 -1
  106. package/esm/components/QSelect/QSelect.vue.js +33 -33
  107. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
  108. package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
  109. package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
  110. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
  111. package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
  112. package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
  113. package/esm/components/QTextField/QTextField.d.ts +6 -5
  114. package/esm/components/QTextField/QTextField.d.ts.map +1 -1
  115. package/esm/components/QTextField/QTextField.vue.js +15 -15
  116. package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
  117. package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
  118. package/esm/components/QTooltip/QTooltip.d.ts +6 -5
  119. package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
  120. package/esm/components/QTooltip/QTooltip.vue.js +15 -15
  121. package/esm/composables/defaults.js +5 -5
  122. package/esm/composables/group.js +8 -8
  123. package/esm/composables/overlay.js +11 -11
  124. package/esm/framework.js +2 -2
  125. package/esm/utils/color.js +6 -6
  126. package/package.json +31 -30
@@ -1,12 +1,13 @@
1
- import { defineComponent as k, mergeModels as f, useModel as y, computed as v, openBlock as l, createElementBlock as t, Fragment as x, createElementVNode as a, normalizeClass as _, toDisplayString as s, createCommentVNode as n, unref as u, withModifiers as d, withKeys as m, createBlock as g, mergeProps as q } from "vue";
2
- import { QIcon as B } from "../QIcon/index.js";
3
- import { useId as C } from "../../composables/uid.js";
4
- import { DEFAULT_ICONS as V } from "./types.js";
5
- const w = { key: 0 }, M = ["id", "aria-checked", "disabled", "onKeydown"], P = { key: 1 }, z = ["checked", "disabled"], D = /* @__PURE__ */ k({
1
+ import { defineComponent as x, mergeModels as v, useModel as _, computed as q, openBlock as t, createElementBlock as g, Fragment as B, createElementVNode as o, normalizeClass as C, createBlock as n, createSlots as u, withCtx as m, renderSlot as b, createCommentVNode as d, unref as f, withModifiers as i, withKeys as p, mergeProps as $ } from "vue";
2
+ import { QIcon as w } from "../QIcon/index.js";
3
+ import k from "./QCheckboxLabel.vue.js";
4
+ import { useId as V } from "../../composables/uid.js";
5
+ import { DEFAULT_ICONS as M } from "./types.js";
6
+ const P = ["id", "aria-checked", "disabled", "onKeydown"], z = ["checked", "disabled"], F = /* @__PURE__ */ x({
6
7
  __name: "QCheckbox",
7
- props: /* @__PURE__ */ f({
8
- id: { default: void 0 },
8
+ props: /* @__PURE__ */ v({
9
9
  label: { default: "" },
10
+ id: { default: void 0 },
10
11
  labelPlacement: { default: "right" },
11
12
  disabled: { type: Boolean },
12
13
  readonly: { type: Boolean },
@@ -14,84 +15,100 @@ const w = { key: 0 }, M = ["id", "aria-checked", "disabled", "onKeydown"], P = {
14
15
  color: { default: "primary" },
15
16
  size: { default: "regular" },
16
17
  class: { default: void 0 },
17
- icons: { default: () => V }
18
+ icons: { default: () => M }
18
19
  }, {
19
20
  modelValue: { type: Boolean },
20
21
  modelModifiers: {}
21
22
  }),
22
23
  emits: ["update:modelValue"],
23
- setup(i) {
24
- const e = i, o = y(i, "modelValue"), b = C(e.id), p = v(() => [
24
+ setup(r) {
25
+ const e = r, l = _(r, "modelValue"), h = V(e.id), y = q(() => [
25
26
  "q-checkbox",
26
27
  `q-checkbox--${e.size}`,
27
28
  `q-checkbox--${e.color}`,
28
29
  {
29
30
  "q-checkbox--readonly": e.readonly,
30
31
  "q-checkbox--disabled": e.disabled,
31
- "q-checkbox--checked": o.value,
32
+ "q-checkbox--checked": l.value,
32
33
  "q-checkbox--indeterminate": e.indeterminate
33
34
  },
34
35
  e.class
35
36
  ]);
36
- function c() {
37
- !e.disabled && !e.readonly && (o.value = !o.value);
37
+ function s() {
38
+ !e.disabled && !e.readonly && (l.value = !l.value);
38
39
  }
39
- return (h, r) => (l(), t(
40
- x,
40
+ return (a, c) => (t(), g(
41
+ B,
41
42
  null,
42
43
  [
43
- a(
44
+ o(
44
45
  "label",
45
46
  {
46
- class: _(p.value)
47
+ class: C(y.value)
47
48
  },
48
49
  [
49
- e.labelPlacement !== "right" ? (l(), t(
50
- "span",
51
- w,
52
- s(e.label),
53
- 1
54
- /* TEXT */
55
- )) : n("v-if", !0),
56
- a("button", {
57
- id: u(b),
50
+ e.labelPlacement !== "right" ? (t(), n(k, {
51
+ key: 0,
52
+ label: e.label
53
+ }, u({
54
+ _: 2
55
+ /* DYNAMIC */
56
+ }, [
57
+ a.$slots.extras ? {
58
+ name: "extras",
59
+ fn: m(() => [
60
+ b(a.$slots, "extras")
61
+ ]),
62
+ key: "0"
63
+ } : void 0
64
+ ]), 1032, ["label"])) : d("v-if", !0),
65
+ o("button", {
66
+ id: f(h),
58
67
  role: "checkbox",
59
68
  type: "button",
60
- "aria-checked": e.indeterminate ? "mixed" : o.value,
69
+ "aria-checked": e.indeterminate ? "mixed" : l.value,
61
70
  disabled: e.disabled || e.readonly,
62
71
  class: "q-checkbox__input",
63
- onClick: d(c, ["prevent"]),
72
+ onClick: i(s, ["prevent"]),
64
73
  onKeydown: [
65
- m(d(c, ["prevent"]), ["space"]),
66
- r[0] || (r[0] = m(d(() => {
74
+ p(i(s, ["prevent"]), ["space"]),
75
+ c[0] || (c[0] = p(i(() => {
67
76
  }, ["prevent"]), ["enter"]))
68
77
  ]
69
78
  }, [
70
- o.value || h.indeterminate ? (l(), g(
71
- u(B),
72
- q({ key: 0 }, o.value ? e.icons.checked : e.icons.indeterminate, { class: "q-checkbox__input-icon" }),
79
+ l.value || a.indeterminate ? (t(), n(
80
+ f(w),
81
+ $({ key: 0 }, l.value ? e.icons.checked : e.icons.indeterminate, { class: "q-checkbox__input-icon" }),
73
82
  null,
74
83
  16
75
84
  /* FULL_PROPS */
76
- )) : n("v-if", !0)
77
- ], 40, M),
78
- e.labelPlacement === "right" ? (l(), t(
79
- "span",
80
- P,
81
- s(e.label),
82
- 1
83
- /* TEXT */
84
- )) : n("v-if", !0)
85
+ )) : d("v-if", !0)
86
+ ], 40, P),
87
+ e.labelPlacement === "right" ? (t(), n(k, {
88
+ key: 1,
89
+ label: e.label
90
+ }, u({
91
+ _: 2
92
+ /* DYNAMIC */
93
+ }, [
94
+ a.$slots.extras ? {
95
+ name: "extras",
96
+ fn: m(() => [
97
+ b(a.$slots, "extras")
98
+ ]),
99
+ key: "0"
100
+ } : void 0
101
+ ]), 1032, ["label"])) : d("v-if", !0)
85
102
  ],
86
103
  2
87
104
  /* CLASS */
88
105
  ),
89
- a("input", {
106
+ o("input", {
90
107
  type: "checkbox",
91
108
  tabindex: "-1",
92
109
  "aria-hidden": "true",
93
110
  class: "q-checkbox__native-input",
94
- checked: !!o.value,
111
+ checked: !!l.value,
95
112
  disabled: e.disabled || e.readonly
96
113
  }, null, 8, z)
97
114
  ],
@@ -101,5 +118,5 @@ const w = { key: 0 }, M = ["id", "aria-checked", "disabled", "onKeydown"], P = {
101
118
  }
102
119
  });
103
120
  export {
104
- D as default
121
+ F as default
105
122
  };
@@ -0,0 +1,21 @@
1
+ import { QCheckboxLabelProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ extras?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<QCheckboxLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QCheckboxLabelProps> & Readonly<{}>, {
12
+ label: string;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=QCheckboxLabel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QCheckboxLabel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckboxLabel.vue"],"names":[],"mappings":"AAWA;AAuBC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAiBnD,iBAAS,cAAc;WA4CT,OAAO,IAA6B;;wBARtB,GAAG;;;;EAa9B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { defineComponent as r, openBlock as s, createElementBlock as o, createElementVNode as l, toDisplayString as n, renderSlot as c } from "vue";
2
+ const p = { key: 0 }, _ = { class: "q-field__extras" }, d = { key: 1 }, f = /* @__PURE__ */ r({
3
+ __name: "QCheckboxLabel",
4
+ props: {
5
+ label: { default: "" }
6
+ },
7
+ setup(a) {
8
+ const e = a;
9
+ return (t, i) => t.$slots.extras ? (s(), o("div", p, [
10
+ l(
11
+ "span",
12
+ null,
13
+ n(e.label),
14
+ 1
15
+ /* TEXT */
16
+ ),
17
+ l("div", _, [
18
+ c(t.$slots, "extras")
19
+ ])
20
+ ])) : (s(), o(
21
+ "span",
22
+ d,
23
+ n(e.label),
24
+ 1
25
+ /* TEXT */
26
+ ));
27
+ }
28
+ });
29
+ export {
30
+ f as default
31
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./QCheckboxLabel.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,13 +1,9 @@
1
1
  import { Icon } from '../QIcon';
2
- export type QCheckboxProps = {
2
+ export type QCheckboxProps = QCheckboxLabelProps & {
3
3
  /**
4
4
  * The field unique identifier.
5
5
  */
6
6
  id?: string;
7
- /**
8
- * The text content of the checkbox.
9
- */
10
- label?: string;
11
7
  /**
12
8
  * The placement of the label shown.
13
9
  */
@@ -41,6 +37,12 @@ export type QCheckboxProps = {
41
37
  */
42
38
  icons?: typeof DEFAULT_ICONS;
43
39
  };
40
+ export type QCheckboxLabelProps = {
41
+ /**
42
+ * The text content of the checkbox.
43
+ */
44
+ label?: string;
45
+ };
44
46
  type IconKeys = 'checked' | 'indeterminate';
45
47
  export declare const DEFAULT_ICONS: Record<IconKeys, Icon>;
46
48
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAA;IAEpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,KAAK,QAAQ,GAAG,SAAS,GAAG,eAAe,CAAA;AAG3C,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAOhD,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAA;IAEpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,KAAK,QAAQ,GAAG,SAAS,GAAG,eAAe,CAAA;AAG3C,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAOhD,CAAA"}
@@ -1,9 +1,10 @@
1
1
  import { QCollapsibleProps, DEFAULT_ICONS } from './types';
2
- declare let __VLS_typeProps: QCollapsibleProps;
2
+ type __VLS_Props = QCollapsibleProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: boolean;
5
- } & typeof __VLS_typeProps;
5
+ } & __VLS_Props;
6
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
7
8
  slots: {
8
9
  icon?(_: {}): any;
9
10
  icon?(_: {}): any;
@@ -13,13 +14,13 @@ declare function __VLS_template(): {
13
14
  default?(_: {}): any;
14
15
  };
15
16
  refs: {};
16
- attrs: Partial<{}>;
17
+ rootEl: any;
17
18
  };
18
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
20
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
- "update:modelValue": (modelValue: boolean) => any;
21
+ "update:modelValue": (value: boolean) => any;
21
22
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
24
  }>, {
24
25
  icons: typeof DEFAULT_ICONS;
25
26
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAqJC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAOxC,QAAA,IAAI,eAAe,EAAG,iBAAiB,CAAC;AAmExC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;sBAiHI,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAsEA;AAqJC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAOxC,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAoErC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+HT,OAAO,IAA6B;;sBAbvB,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;;EAahC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, mergeModels as w, useModel as I, computed as r, watch as N, openBlock as c, createBlock as $, unref as a, normalizeClass as h, withCtx as d, createElementBlock as p, createVNode as u, createCommentVNode as t, createElementVNode as n, renderSlot as s, mergeProps as m, toDisplayString as f, createTextVNode as B } from "vue";
1
+ import { defineComponent as T, mergeModels as w, useModel as I, computed as r, watch as N, openBlock as c, createBlock as $, unref as a, normalizeClass as f, withCtx as d, createElementBlock as u, createVNode as p, createCommentVNode as o, createElementVNode as n, renderSlot as s, mergeProps as h, toDisplayString as m, createTextVNode as B } from "vue";
2
2
  import { QCard as E } from "../QCard/index.js";
3
3
  import { QButton as V } from "../QButton/index.js";
4
4
  import { QIcon as q } from "../QIcon/index.js";
@@ -32,7 +32,7 @@ const Q = {
32
32
  }),
33
33
  emits: ["update:modelValue"],
34
34
  setup(v) {
35
- const l = v, i = I(v, "modelValue"), _ = L(l.id), o = R(_), g = r(() => l.width === "block" ? "block" : void 0), k = r(() => {
35
+ const l = v, i = I(v, "modelValue"), _ = L(l.id), t = R(_), g = r(() => l.width === "block" ? "block" : void 0), k = r(() => {
36
36
  const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0, b = l.variant && l.variant !== "default" ? `q-collapsible--${l.variant}` : void 0;
37
37
  return [
38
38
  "q-collapsible",
@@ -49,31 +49,31 @@ const Q = {
49
49
  "q-collapsible__content-show": i.value
50
50
  }
51
51
  ]), C = () => {
52
- i.value = !i.value, o == null || o.toggle();
52
+ i.value = !i.value, t == null || t.toggle();
53
53
  };
54
54
  return N(
55
- () => o == null ? void 0 : o.isActive.value,
56
- () => i.value = o == null ? void 0 : o.isActive.value
55
+ () => t == null ? void 0 : t.isActive.value,
56
+ () => i.value = t == null ? void 0 : t.isActive.value
57
57
  ), (e, b) => (c(), $(a(E), {
58
58
  id: a(_),
59
- class: h(k.value),
59
+ class: f(k.value),
60
60
  width: g.value
61
61
  }, {
62
62
  header: d(() => [
63
- e.title ? (c(), p("div", Q, [
64
- u(a(V), {
63
+ e.title ? (c(), u("div", Q, [
64
+ p(a(V), {
65
65
  "b-style": "tertiary",
66
66
  class: "q-collapsible__btn",
67
67
  onClick: C
68
68
  }, {
69
69
  default: d(() => [
70
- t(" TITLE "),
70
+ o(" TITLE "),
71
71
  n("div", S, [
72
- t(" ICON ON THE LEFT "),
73
- e.iconRight ? t("v-if", !0) : s(e.$slots, "icon", { key: 0 }, () => [
74
- u(
72
+ o(" ICON ON THE LEFT "),
73
+ e.iconRight ? o("v-if", !0) : s(e.$slots, "icon", { key: 0 }, () => [
74
+ p(
75
75
  a(q),
76
- m({ class: "q-collapsible__chevron" }, l.icons.chevron),
76
+ h({ class: "q-collapsible__chevron" }, l.icons.chevron),
77
77
  null,
78
78
  16
79
79
  /* FULL_PROPS */
@@ -83,44 +83,44 @@ const Q = {
83
83
  n(
84
84
  "h4",
85
85
  A,
86
- f(e.title),
86
+ m(e.title),
87
87
  1
88
88
  /* TEXT */
89
89
  ),
90
- l.required ? (c(), p("span", H, " * ")) : t("v-if", !0),
90
+ l.required ? (c(), u("span", H, " * ")) : o("v-if", !0),
91
91
  s(e.$slots, "title.append"),
92
- t(" ICON ON THE RIGHT "),
92
+ o(" ICON ON THE RIGHT "),
93
93
  e.iconRight ? s(e.$slots, "icon", { key: 2 }, () => [
94
- u(
94
+ p(
95
95
  a(q),
96
- m({ class: "q-collapsible__chevron q-collapsible__chevron-right" }, l.icons.chevron),
96
+ h({ class: "q-collapsible__chevron q-collapsible__chevron-right" }, l.icons.chevron),
97
97
  null,
98
98
  16
99
99
  /* FULL_PROPS */
100
100
  )
101
- ]) : t("v-if", !0)
101
+ ]) : o("v-if", !0)
102
102
  ]),
103
- t(" SUBTITLE "),
104
- e.$slots.subtitle || e.subtitle ? (c(), p("div", M, [
103
+ o(" SUBTITLE "),
104
+ e.$slots.subtitle || e.subtitle ? (c(), u("div", M, [
105
105
  s(e.$slots, "subtitle", {}, () => [
106
106
  B(
107
- f(e.subtitle),
107
+ m(e.subtitle),
108
108
  1
109
109
  /* TEXT */
110
110
  )
111
111
  ])
112
- ])) : t("v-if", !0)
112
+ ])) : o("v-if", !0)
113
113
  ]),
114
114
  _: 3
115
115
  /* FORWARDED */
116
116
  })
117
- ])) : t("v-if", !0)
117
+ ])) : o("v-if", !0)
118
118
  ]),
119
119
  default: d(() => [
120
120
  n(
121
121
  "div",
122
122
  {
123
- class: h(y.value)
123
+ class: f(y.value)
124
124
  },
125
125
  [
126
126
  n("div", D, [
@@ -1,13 +1,14 @@
1
1
  import { QComboboxProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
2
2
  import { Primitive } from '../../types/primitive';
3
3
  import { nextTick } from 'vue';
4
- declare let __VLS_typeProps: QComboboxProps;
4
+ type __VLS_Props = QComboboxProps;
5
5
  type __VLS_PublicProps = {
6
6
  modelValue?: any;
7
7
  'open'?: boolean;
8
8
  'search'?: string;
9
- } & typeof __VLS_typeProps;
9
+ } & __VLS_Props;
10
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
11
12
  slots: {
12
13
  "label.prepend"?(_: {}): any;
13
14
  "label.append"?(_: {}): any;
@@ -37,7 +38,7 @@ declare function __VLS_template(): {
37
38
  readonly role?: string | undefined;
38
39
  readonly type?: string | undefined;
39
40
  readonly class?: (string | unknown[]) | undefined;
40
- readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
41
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
41
42
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
42
43
  $attrs: {
43
44
  [x: string]: unknown;
@@ -51,17 +52,17 @@ declare function __VLS_template(): {
51
52
  $root: import('vue').ComponentPublicInstance | null;
52
53
  $parent: import('vue').ComponentPublicInstance | null;
53
54
  $host: Element | null;
54
- $emit: (event: "update:modelValue", modelValue: string) => void;
55
+ $emit: (event: "update:modelValue", value: string) => void;
55
56
  $el: any;
56
57
  $options: import('vue').ComponentOptionsBase<Readonly<{
57
58
  modelValue?: string;
58
59
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
59
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
60
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
60
61
  }>, {
61
62
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
62
63
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
63
64
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
- "update:modelValue": (modelValue: string) => any;
65
+ "update:modelValue": (value: string) => any;
65
66
  }, string, {
66
67
  size: import('..').QFieldSize;
67
68
  class: string | unknown[];
@@ -103,7 +104,7 @@ declare function __VLS_template(): {
103
104
  }> & Omit<Readonly<{
104
105
  modelValue?: string;
105
106
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
106
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
107
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
107
108
  }>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
108
109
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
109
110
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
@@ -146,7 +147,7 @@ declare function __VLS_template(): {
146
147
  $parent: import('vue').ComponentPublicInstance | null;
147
148
  $host: Element | null;
148
149
  $emit: (event: "click", event: Event) => void;
149
- $el: any;
150
+ $el: HTMLButtonElement;
150
151
  $options: import('vue').ComponentOptionsBase<Readonly<import('../QButton').QButtonProps> & Readonly<{
151
152
  onClick?: ((event: Event) => any) | undefined;
152
153
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -202,7 +203,7 @@ declare function __VLS_template(): {
202
203
  readonly disabled?: boolean | undefined;
203
204
  readonly class?: (string | unknown[]) | undefined;
204
205
  readonly selectable?: boolean | undefined;
205
- readonly "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
206
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
206
207
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
207
208
  $attrs: {
208
209
  [x: string]: unknown;
@@ -216,12 +217,12 @@ declare function __VLS_template(): {
216
217
  $root: import('vue').ComponentPublicInstance | null;
217
218
  $parent: import('vue').ComponentPublicInstance | null;
218
219
  $host: Element | null;
219
- $emit: (event: "update:modelValue", modelValue: any) => void;
220
+ $emit: (event: "update:modelValue", value: any) => void;
220
221
  $el: any;
221
222
  $options: import('vue').ComponentOptionsBase<Readonly<{
222
223
  modelValue?: any;
223
224
  } & import('../QList').QListProps> & Readonly<{
224
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
225
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
225
226
  }>, {
226
227
  focusItem: (itemIdx: number, preventScroll?: boolean) => void;
227
228
  getItem: (idx: number) => HTMLElement | undefined;
@@ -229,7 +230,7 @@ declare function __VLS_template(): {
229
230
  getFirstFocusableItemIndex: () => number;
230
231
  getLastFocusableItemIndex: () => number;
231
232
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
232
- "update:modelValue": (modelValue: any) => any;
233
+ "update:modelValue": (value: any) => any;
233
234
  }, string, {
234
235
  class: string | unknown[];
235
236
  highlighted: Primitive;
@@ -265,7 +266,7 @@ declare function __VLS_template(): {
265
266
  }> & Omit<Readonly<{
266
267
  modelValue?: any;
267
268
  } & import('../QList').QListProps> & Readonly<{
268
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
269
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
269
270
  }>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("class" | "highlighted" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
270
271
  focusItem: (itemIdx: number, preventScroll?: boolean) => void;
271
272
  getItem: (idx: number) => HTMLElement | undefined;
@@ -280,7 +281,7 @@ declare function __VLS_template(): {
280
281
  };
281
282
  }) | null;
282
283
  };
283
- attrs: Partial<{}>;
284
+ rootEl: any;
284
285
  };
285
286
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
286
287
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
@@ -300,7 +301,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
300
301
  readonly role?: string | undefined;
301
302
  readonly type?: string | undefined;
302
303
  readonly class?: (string | unknown[]) | undefined;
303
- readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
304
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
304
305
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
305
306
  $attrs: {
306
307
  [x: string]: unknown;
@@ -314,17 +315,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
314
315
  $root: import('vue').ComponentPublicInstance | null;
315
316
  $parent: import('vue').ComponentPublicInstance | null;
316
317
  $host: Element | null;
317
- $emit: (event: "update:modelValue", modelValue: string) => void;
318
+ $emit: (event: "update:modelValue", value: string) => void;
318
319
  $el: any;
319
320
  $options: import('vue').ComponentOptionsBase<Readonly<{
320
321
  modelValue?: string;
321
322
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
322
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
323
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
323
324
  }>, {
324
325
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
325
326
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
326
327
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
327
- "update:modelValue": (modelValue: string) => any;
328
+ "update:modelValue": (value: string) => any;
328
329
  }, string, {
329
330
  size: import('..').QFieldSize;
330
331
  class: string | unknown[];
@@ -366,7 +367,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
366
367
  }> & Omit<Readonly<{
367
368
  modelValue?: string;
368
369
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
369
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
370
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
370
371
  }>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
371
372
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
372
373
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
@@ -394,7 +395,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
394
395
  readonly role?: string | undefined;
395
396
  readonly type?: string | undefined;
396
397
  readonly class?: (string | unknown[]) | undefined;
397
- readonly "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
398
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
398
399
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
399
400
  $attrs: {
400
401
  [x: string]: unknown;
@@ -408,17 +409,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
408
409
  $root: import('vue').ComponentPublicInstance | null;
409
410
  $parent: import('vue').ComponentPublicInstance | null;
410
411
  $host: Element | null;
411
- $emit: (event: "update:modelValue", modelValue: string) => void;
412
+ $emit: (event: "update:modelValue", value: string) => void;
412
413
  $el: any;
413
414
  $options: import('vue').ComponentOptionsBase<Readonly<{
414
415
  modelValue?: string;
415
416
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
416
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
417
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
417
418
  }>, {
418
419
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
419
420
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
420
421
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
421
- "update:modelValue": (modelValue: string) => any;
422
+ "update:modelValue": (value: string) => any;
422
423
  }, string, {
423
424
  size: import('..').QFieldSize;
424
425
  class: string | unknown[];
@@ -460,7 +461,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
460
461
  }> & Omit<Readonly<{
461
462
  modelValue?: string;
462
463
  } & import('../QTextField/types').QTextFieldProps> & Readonly<{
463
- "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
464
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
464
465
  }>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
465
466
  fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
466
467
  inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
@@ -474,22 +475,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
474
475
  };
475
476
  }) | null>;
476
477
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
477
- "update:modelValue": (modelValue: any) => any;
478
- "update:open": (open: boolean) => any;
479
- "update:search": (search: string) => any;
478
+ "update:modelValue": (value: any) => any;
479
+ "update:open": (value: boolean) => any;
480
+ "update:search": (value: string) => any;
480
481
  } & {
481
482
  "before-show": () => any;
482
483
  "before-hide": () => any;
483
484
  show: () => any;
484
485
  hide: () => any;
485
486
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
486
- "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
487
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
487
488
  "onBefore-show"?: (() => any) | undefined;
488
489
  "onBefore-hide"?: (() => any) | undefined;
489
490
  onShow?: (() => any) | undefined;
490
491
  onHide?: (() => any) | undefined;
491
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
492
- "onUpdate:search"?: ((search: string) => any) | undefined;
492
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
493
+ "onUpdate:search"?: ((value: string) => any) | undefined;
493
494
  }>, {
494
495
  size: import('..').QFieldSize;
495
496
  class: string | unknown[];