@quidgest/ui 0.15.9 → 0.16.0

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 (78) hide show
  1. package/dist/manifest/components.json +4 -1
  2. package/dist/ui.css +9 -6
  3. package/dist/ui.esm.js +3554 -3451
  4. package/dist/ui.js +26 -26
  5. package/dist/ui.min.css +1 -1
  6. package/dist/ui.min.js +738 -731
  7. package/dist/ui.scss +11 -7
  8. package/esm/components/QAccordion/QAccordion.d.ts +4 -3
  9. package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
  10. package/esm/components/QAccordion/QAccordion.vue.js +21 -17
  11. package/esm/components/QAccordion/QAccordionItem.d.ts +19 -0
  12. package/esm/components/QAccordion/QAccordionItem.d.ts.map +1 -0
  13. package/esm/components/QAccordion/QAccordionItem.vue.js +42 -0
  14. package/esm/components/QAccordion/QAccordionItem.vue2.js +4 -0
  15. package/esm/components/QAccordion/index.d.ts +35 -15
  16. package/esm/components/QAccordion/index.d.ts.map +1 -1
  17. package/esm/components/QAccordion/index.js +6 -4
  18. package/esm/components/QAccordion/types.d.ts +25 -5
  19. package/esm/components/QAccordion/types.d.ts.map +1 -1
  20. package/esm/components/QButton/QButton.d.ts.map +1 -1
  21. package/esm/components/QButton/QButton.vue.js +9 -11
  22. package/esm/components/QButton/types.d.ts +0 -4
  23. package/esm/components/QButton/types.d.ts.map +1 -1
  24. package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
  25. package/esm/components/QCollapsible/QCollapsible.vue.js +60 -65
  26. package/esm/components/QCollapsible/index.d.ts +14 -14
  27. package/esm/components/QCollapsible/index.d.ts.map +1 -1
  28. package/esm/components/QCombobox/QCombobox.d.ts +16 -18
  29. package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
  30. package/esm/components/QCombobox/index.d.ts +8 -9
  31. package/esm/components/QCombobox/index.d.ts.map +1 -1
  32. package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +16 -16
  33. package/esm/components/QList/QList.d.ts +9 -9
  34. package/esm/components/QList/QListItem.d.ts +1 -1
  35. package/esm/components/QList/index.d.ts +10 -10
  36. package/esm/components/QRadioGroup/QRadioButton.vue.js +3 -3
  37. package/esm/components/QRadioGroup/QRadioGroup.vue.js +1 -1
  38. package/esm/components/QSelect/QSelect.d.ts +16 -16
  39. package/esm/components/QSelect/index.d.ts +8 -8
  40. package/esm/components/{QButtonToggle/QButtonToggle.d.ts → QToggle/QToggle.d.ts} +11 -9
  41. package/esm/components/QToggle/QToggle.d.ts.map +1 -0
  42. package/esm/components/QToggle/QToggle.vue.js +40 -0
  43. package/esm/components/QToggle/QToggle.vue2.js +4 -0
  44. package/esm/components/QToggle/index.d.ts +71 -0
  45. package/esm/components/QToggle/index.d.ts.map +1 -0
  46. package/esm/components/{QButtonToggle → QToggle}/index.js +3 -3
  47. package/esm/components/QToggle/types.d.ts +3 -0
  48. package/esm/components/QToggle/types.d.ts.map +1 -0
  49. package/esm/components/QToggleGroup/QToggleGroup.d.ts +28 -0
  50. package/esm/components/QToggleGroup/QToggleGroup.d.ts.map +1 -0
  51. package/esm/components/QToggleGroup/QToggleGroup.vue.js +49 -0
  52. package/esm/components/QToggleGroup/QToggleGroup.vue2.js +4 -0
  53. package/esm/components/QToggleGroup/QToggleGroupItem.d.ts +19 -0
  54. package/esm/components/QToggleGroup/QToggleGroupItem.d.ts.map +1 -0
  55. package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +44 -0
  56. package/esm/components/QToggleGroup/QToggleGroupItem.vue2.js +4 -0
  57. package/esm/components/QToggleGroup/index.d.ts +75 -0
  58. package/esm/components/QToggleGroup/index.d.ts.map +1 -0
  59. package/esm/components/QToggleGroup/index.js +8 -0
  60. package/esm/components/QToggleGroup/types.d.ts +19 -0
  61. package/esm/components/QToggleGroup/types.d.ts.map +1 -0
  62. package/esm/components/index.d.ts +2 -1
  63. package/esm/components/index.d.ts.map +1 -1
  64. package/esm/components/index.js +83 -79
  65. package/esm/composables/{group.d.ts → useGroup/index.d.ts} +11 -3
  66. package/esm/composables/useGroup/index.d.ts.map +1 -0
  67. package/esm/composables/useGroup/index.js +38 -0
  68. package/esm/index.d.ts +4 -1
  69. package/package.json +1 -1
  70. package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +0 -1
  71. package/esm/components/QButtonToggle/QButtonToggle.vue.js +0 -62
  72. package/esm/components/QButtonToggle/QButtonToggle.vue2.js +0 -4
  73. package/esm/components/QButtonToggle/index.d.ts +0 -51
  74. package/esm/components/QButtonToggle/index.d.ts.map +0 -1
  75. package/esm/components/QButtonToggle/types.d.ts +0 -29
  76. package/esm/components/QButtonToggle/types.d.ts.map +0 -1
  77. package/esm/composables/group.d.ts.map +0 -1
  78. package/esm/composables/group.js +0 -31
@@ -1,22 +1,20 @@
1
- import { defineComponent as T, mergeModels as w, useModel as y, computed as d, watch as N, createBlock as $, openBlock as c, unref as a, normalizeClass as _, withCtx as r, createElementVNode as n, renderSlot as i, createElementBlock as u, createCommentVNode as o, createVNode as p, toDisplayString as b, createTextVNode as B } from "vue";
2
- import { DEFAULT_ICONS as E } from "./types.js";
3
- import { QButton as I } from "../QButton/index.js";
4
- import { QCard as V } from "../QCard/index.js";
5
- import { QChevron as h } from "../__internal__/QChevron/index.js";
6
- import { useGroupItem as O } from "../../composables/group.js";
7
- import { useId as R } from "../../composables/uid.js";
8
- const L = {
1
+ import { defineComponent as k, mergeModels as C, useModel as T, computed as c, createBlock as y, openBlock as a, unref as n, normalizeClass as m, withCtx as d, createElementVNode as i, renderSlot as s, createElementBlock as r, createCommentVNode as t, createVNode as u, toDisplayString as _, createTextVNode as N } from "vue";
2
+ import { DEFAULT_ICONS as $ } from "./types.js";
3
+ import { QButton as w } from "../QButton/index.js";
4
+ import { QCard as B } from "../QCard/index.js";
5
+ import { QChevron as b } from "../__internal__/QChevron/index.js";
6
+ const E = {
9
7
  key: 0,
10
8
  class: "q-collapsible__header"
11
- }, Q = { class: "q-collapsible__title" }, S = { class: "q-collapsible__title-text" }, A = {
9
+ }, V = { class: "q-collapsible__title" }, I = { class: "q-collapsible__title-text" }, O = {
12
10
  key: 1,
13
11
  class: "q-collapsible--required"
14
- }, H = {
12
+ }, R = {
15
13
  key: 0,
16
14
  class: "q-collapsible__subtitle"
17
- }, M = { class: "q-collapsible__content-inner" }, D = { class: "q-collapsible__content" }, P = /* @__PURE__ */ T({
15
+ }, L = { class: "q-collapsible__content-inner" }, Q = { class: "q-collapsible__content" }, U = /* @__PURE__ */ k({
18
16
  __name: "QCollapsible",
19
- props: /* @__PURE__ */ w({
17
+ props: /* @__PURE__ */ C({
20
18
  id: {},
21
19
  class: {},
22
20
  title: {},
@@ -26,105 +24,102 @@ const L = {
26
24
  spacing: {},
27
25
  variant: {},
28
26
  width: { default: "fit-content" },
29
- icons: { default: () => E }
27
+ icons: { default: () => $ }
30
28
  }, {
31
29
  modelValue: { type: Boolean },
32
30
  modelModifiers: {}
33
31
  }),
34
32
  emits: ["update:modelValue"],
35
- setup(v) {
36
- const l = v, s = y(v, "modelValue"), m = R(l.id), t = O(m), q = d(() => l.width === "block" ? "block" : void 0), g = d(() => {
37
- const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0, f = l.variant && l.variant !== "default" ? `q-collapsible--${l.variant}` : void 0;
33
+ setup(p) {
34
+ const l = p, o = T(p, "modelValue"), f = c(() => l.width === "block" ? "block" : void 0), h = c(() => {
35
+ const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0, v = l.variant && l.variant !== "default" ? `q-collapsible--${l.variant}` : void 0;
38
36
  return [
39
37
  "q-collapsible",
40
38
  e,
41
- f,
39
+ v,
42
40
  {
43
41
  "q-collapsible--icon-right": l.iconRight
44
42
  },
45
43
  l.class
46
44
  ];
47
- }), k = d(() => [
45
+ }), q = c(() => [
48
46
  "q-collapsible__content-wrapper",
49
47
  {
50
- "q-collapsible__content-show": s.value
48
+ "q-collapsible__content-show": o.value
51
49
  }
52
50
  ]);
53
- function C() {
54
- s.value = !s.value, t == null || t.toggle();
51
+ function g() {
52
+ o.value = !o.value;
55
53
  }
56
- return N(
57
- () => t == null ? void 0 : t.isActive.value,
58
- () => s.value = t == null ? void 0 : t.isActive.value
59
- ), (e, f) => (c(), $(a(V), {
60
- id: a(m),
61
- class: _(g.value),
62
- width: q.value
54
+ return (e, v) => (a(), y(n(B), {
55
+ id: l.id,
56
+ class: m(h.value),
57
+ width: f.value
63
58
  }, {
64
- header: r(() => [
65
- e.title ? (c(), u("div", L, [
66
- p(a(I), {
59
+ header: d(() => [
60
+ e.title ? (a(), r("div", E, [
61
+ u(n(w), {
67
62
  variant: "text",
68
63
  block: "",
69
64
  class: "q-collapsible__btn",
70
- "aria-expanded": s.value,
71
- onClick: C
65
+ "aria-expanded": o.value,
66
+ onClick: g
72
67
  }, {
73
- default: r(() => [
74
- o(" TITLE "),
75
- n("div", Q, [
76
- o(" ICON ON THE LEFT "),
77
- e.iconRight ? o("v-if", !0) : i(e.$slots, "icon", { key: 0 }, () => [
78
- p(a(h), {
79
- "model-value": s.value,
68
+ default: d(() => [
69
+ t(" TITLE "),
70
+ i("div", V, [
71
+ t(" ICON ON THE LEFT "),
72
+ e.iconRight ? t("v-if", !0) : s(e.$slots, "icon", { key: 0 }, () => [
73
+ u(n(b), {
74
+ "model-value": o.value,
80
75
  icons: l.icons
81
76
  }, null, 8, ["model-value", "icons"])
82
77
  ]),
83
- i(e.$slots, "title.prepend"),
84
- n(
78
+ s(e.$slots, "title.prepend"),
79
+ i(
85
80
  "h4",
86
- S,
87
- b(e.title),
81
+ I,
82
+ _(e.title),
88
83
  1
89
84
  /* TEXT */
90
85
  ),
91
- l.required ? (c(), u("span", A, " * ")) : o("v-if", !0),
92
- i(e.$slots, "title.append"),
93
- o(" ICON ON THE RIGHT "),
94
- e.iconRight ? i(e.$slots, "icon", { key: 2 }, () => [
95
- p(a(h), {
96
- "model-value": s.value,
86
+ l.required ? (a(), r("span", O, " * ")) : t("v-if", !0),
87
+ s(e.$slots, "title.append"),
88
+ t(" ICON ON THE RIGHT "),
89
+ e.iconRight ? s(e.$slots, "icon", { key: 2 }, () => [
90
+ u(n(b), {
91
+ "model-value": o.value,
97
92
  class: "q-collapsible__chevron-right",
98
93
  icons: l.icons
99
94
  }, null, 8, ["model-value", "icons"])
100
- ]) : o("v-if", !0)
95
+ ]) : t("v-if", !0)
101
96
  ]),
102
- o(" SUBTITLE "),
103
- e.$slots.subtitle || e.subtitle ? (c(), u("div", H, [
104
- i(e.$slots, "subtitle", {}, () => [
105
- B(
106
- b(e.subtitle),
97
+ t(" SUBTITLE "),
98
+ e.$slots.subtitle || e.subtitle ? (a(), r("div", R, [
99
+ s(e.$slots, "subtitle", {}, () => [
100
+ N(
101
+ _(e.subtitle),
107
102
  1
108
103
  /* TEXT */
109
104
  )
110
105
  ])
111
- ])) : o("v-if", !0)
106
+ ])) : t("v-if", !0)
112
107
  ]),
113
108
  _: 3
114
109
  /* FORWARDED */
115
110
  }, 8, ["aria-expanded"])
116
- ])) : o("v-if", !0)
111
+ ])) : t("v-if", !0)
117
112
  ]),
118
- default: r(() => [
119
- n(
113
+ default: d(() => [
114
+ i(
120
115
  "div",
121
116
  {
122
- class: _(k.value)
117
+ class: m(q.value)
123
118
  },
124
119
  [
125
- n("div", M, [
126
- n("div", D, [
127
- i(e.$slots, "default")
120
+ i("div", L, [
121
+ i("div", Q, [
122
+ s(e.$slots, "default")
128
123
  ])
129
124
  ])
130
125
  ],
@@ -138,5 +133,5 @@ const L = {
138
133
  }
139
134
  });
140
135
  export {
141
- P as default
136
+ U as default
142
137
  };
@@ -1,4 +1,4 @@
1
- import { QCollapsibleProps } from './types';
1
+ import { QCollapsibleProps, QCollapsibleSpacing, QCollapsibleVariant, QCollapsibleWidth } from './types';
2
2
  declare const QCollapsible: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4
4
  modelValue?: boolean;
@@ -7,16 +7,16 @@ declare const QCollapsible: {
7
7
  subtitle?: string;
8
8
  required?: boolean;
9
9
  iconRight?: boolean;
10
- spacing?: import('./types').QCollapsibleSpacing;
11
- variant?: import('./types').QCollapsibleVariant;
12
- width?: import('./types').QCollapsibleWidth;
10
+ spacing?: QCollapsibleSpacing;
11
+ variant?: QCollapsibleVariant;
12
+ width?: QCollapsibleWidth;
13
13
  icons?: typeof import('./types').DEFAULT_ICONS;
14
14
  }> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
16
16
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: boolean) => any;
18
18
  }, import('vue').PublicProps, {
19
- width: import('./types').QCollapsibleWidth;
19
+ width: QCollapsibleWidth;
20
20
  icons: typeof import('./types').DEFAULT_ICONS;
21
21
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
22
22
  P: {};
@@ -32,14 +32,14 @@ declare const QCollapsible: {
32
32
  subtitle?: string;
33
33
  required?: boolean;
34
34
  iconRight?: boolean;
35
- spacing?: import('./types').QCollapsibleSpacing;
36
- variant?: import('./types').QCollapsibleVariant;
37
- width?: import('./types').QCollapsibleWidth;
35
+ spacing?: QCollapsibleSpacing;
36
+ variant?: QCollapsibleVariant;
37
+ width?: QCollapsibleWidth;
38
38
  icons?: typeof import('./types').DEFAULT_ICONS;
39
39
  }> & Readonly<{
40
40
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41
41
  }>, {}, {}, {}, {}, {
42
- width: import('./types').QCollapsibleWidth;
42
+ width: QCollapsibleWidth;
43
43
  icons: typeof import('./types').DEFAULT_ICONS;
44
44
  }>;
45
45
  __isFragment?: never;
@@ -52,16 +52,16 @@ declare const QCollapsible: {
52
52
  subtitle?: string;
53
53
  required?: boolean;
54
54
  iconRight?: boolean;
55
- spacing?: import('./types').QCollapsibleSpacing;
56
- variant?: import('./types').QCollapsibleVariant;
57
- width?: import('./types').QCollapsibleWidth;
55
+ spacing?: QCollapsibleSpacing;
56
+ variant?: QCollapsibleVariant;
57
+ width?: QCollapsibleWidth;
58
58
  icons?: typeof import('./types').DEFAULT_ICONS;
59
59
  }> & Readonly<{
60
60
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
61
61
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
62
  "update:modelValue": (value: boolean) => any;
63
63
  }, string, {
64
- width: import('./types').QCollapsibleWidth;
64
+ width: QCollapsibleWidth;
65
65
  icons: typeof import('./types').DEFAULT_ICONS;
66
66
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
67
67
  $slots: {
@@ -74,5 +74,5 @@ declare const QCollapsible: {
74
74
  };
75
75
  });
76
76
  export { QCollapsible };
77
- export type { QCollapsibleProps };
77
+ export type { QCollapsibleProps, QCollapsibleSpacing, QCollapsibleVariant, QCollapsibleWidth };
78
78
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAKhD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,YAAY,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,CAAA"}
@@ -229,7 +229,6 @@ declare function __VLS_template(): {
229
229
  readonly loading?: boolean | undefined;
230
230
  readonly size?: import('../QButton/types').QButtonSize | undefined;
231
231
  readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
232
- readonly active?: boolean | undefined;
233
232
  readonly pill?: boolean | undefined;
234
233
  readonly onClick?: ((event: Event) => any) | undefined;
235
234
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -303,8 +302,8 @@ declare function __VLS_template(): {
303
302
  readonly itemLabel?: string | undefined;
304
303
  readonly disabled?: boolean | undefined;
305
304
  readonly selectable?: boolean | undefined;
306
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
307
305
  readonly onClick?: ((key: any) => any) | undefined;
306
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
308
307
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
309
308
  $attrs: {
310
309
  [x: string]: unknown;
@@ -326,8 +325,8 @@ declare function __VLS_template(): {
326
325
  readonly disabled?: boolean | undefined;
327
326
  readonly description?: string | undefined;
328
327
  readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
329
- readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
330
328
  readonly onClick?: (() => any) | undefined;
329
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
331
330
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
332
331
  $attrs: {
333
332
  [x: string]: unknown;
@@ -341,13 +340,13 @@ declare function __VLS_template(): {
341
340
  $root: import('vue').ComponentPublicInstance | null;
342
341
  $parent: import('vue').ComponentPublicInstance | null;
343
342
  $host: Element | null;
344
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
343
+ $emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
345
344
  $el: HTMLLIElement;
346
345
  $options: import('vue').ComponentOptionsBase<Readonly<{
347
346
  modelValue?: boolean;
348
347
  } & import('..').QListItemProps> & Readonly<{
349
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
350
348
  onClick?: (() => any) | undefined;
349
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
351
350
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
352
351
  "update:modelValue": (value: boolean) => any;
353
352
  } & {
@@ -379,8 +378,8 @@ declare function __VLS_template(): {
379
378
  }> & Omit<Readonly<{
380
379
  modelValue?: boolean;
381
380
  } & import('..').QListItemProps> & Readonly<{
382
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
383
381
  onClick?: (() => any) | undefined;
382
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
384
383
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
385
384
  $slots: {
386
385
  prepend?(_: {}): any;
@@ -395,7 +394,7 @@ declare function __VLS_template(): {
395
394
  $root: import('vue').ComponentPublicInstance | null;
396
395
  $parent: import('vue').ComponentPublicInstance | null;
397
396
  $host: Element | null;
398
- $emit: ((event: "update:modelValue", value: any) => void) & ((event: "click", key: any) => void);
397
+ $emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
399
398
  $el: any;
400
399
  $options: import('vue').ComponentOptionsBase<Readonly<{
401
400
  modelValue?: any;
@@ -408,8 +407,8 @@ declare function __VLS_template(): {
408
407
  disabled?: boolean;
409
408
  selectable?: boolean;
410
409
  }> & Readonly<{
411
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
412
410
  onClick?: ((key: any) => any) | undefined;
411
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
413
412
  }>, {
414
413
  getItem: (idx: number) => HTMLElement | undefined;
415
414
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -458,8 +457,8 @@ declare function __VLS_template(): {
458
457
  disabled?: boolean;
459
458
  selectable?: boolean;
460
459
  }> & Readonly<{
461
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
462
460
  onClick?: ((key: any) => any) | undefined;
461
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
463
462
  }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
464
463
  getItem: (idx: number) => HTMLElement | undefined;
465
464
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1105,7 +1104,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1105
1104
  readonly loading?: boolean | undefined;
1106
1105
  readonly size?: import('../QButton/types').QButtonSize | undefined;
1107
1106
  readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
1108
- readonly active?: boolean | undefined;
1109
1107
  readonly pill?: boolean | undefined;
1110
1108
  readonly onClick?: ((event: Event) => any) | undefined;
1111
1109
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -1179,8 +1177,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1179
1177
  readonly itemLabel?: string | undefined;
1180
1178
  readonly disabled?: boolean | undefined;
1181
1179
  readonly selectable?: boolean | undefined;
1182
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1183
1180
  readonly onClick?: ((key: any) => any) | undefined;
1181
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1184
1182
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1185
1183
  $attrs: {
1186
1184
  [x: string]: unknown;
@@ -1202,8 +1200,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1202
1200
  readonly disabled?: boolean | undefined;
1203
1201
  readonly description?: string | undefined;
1204
1202
  readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
1205
- readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1206
1203
  readonly onClick?: (() => any) | undefined;
1204
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1207
1205
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1208
1206
  $attrs: {
1209
1207
  [x: string]: unknown;
@@ -1217,13 +1215,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1217
1215
  $root: import('vue').ComponentPublicInstance | null;
1218
1216
  $parent: import('vue').ComponentPublicInstance | null;
1219
1217
  $host: Element | null;
1220
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
1218
+ $emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
1221
1219
  $el: HTMLLIElement;
1222
1220
  $options: import('vue').ComponentOptionsBase<Readonly<{
1223
1221
  modelValue?: boolean;
1224
1222
  } & import('..').QListItemProps> & Readonly<{
1225
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1226
1223
  onClick?: (() => any) | undefined;
1224
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1227
1225
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1228
1226
  "update:modelValue": (value: boolean) => any;
1229
1227
  } & {
@@ -1255,8 +1253,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1255
1253
  }> & Omit<Readonly<{
1256
1254
  modelValue?: boolean;
1257
1255
  } & import('..').QListItemProps> & Readonly<{
1258
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1259
1256
  onClick?: (() => any) | undefined;
1257
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1260
1258
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
1261
1259
  $slots: {
1262
1260
  prepend?(_: {}): any;
@@ -1271,7 +1269,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1271
1269
  $root: import('vue').ComponentPublicInstance | null;
1272
1270
  $parent: import('vue').ComponentPublicInstance | null;
1273
1271
  $host: Element | null;
1274
- $emit: ((event: "update:modelValue", value: any) => void) & ((event: "click", key: any) => void);
1272
+ $emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
1275
1273
  $el: any;
1276
1274
  $options: import('vue').ComponentOptionsBase<Readonly<{
1277
1275
  modelValue?: any;
@@ -1284,8 +1282,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1284
1282
  disabled?: boolean;
1285
1283
  selectable?: boolean;
1286
1284
  }> & Readonly<{
1287
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1288
1285
  onClick?: ((key: any) => any) | undefined;
1286
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1289
1287
  }>, {
1290
1288
  getItem: (idx: number) => HTMLElement | undefined;
1291
1289
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1334,8 +1332,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1334
1332
  disabled?: boolean;
1335
1333
  selectable?: boolean;
1336
1334
  }> & Readonly<{
1337
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1338
1335
  onClick?: ((key: any) => any) | undefined;
1336
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1339
1337
  }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
1340
1338
  getItem: (idx: number) => HTMLElement | undefined;
1341
1339
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1 +1 @@
1
- {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
@@ -638,7 +638,6 @@ declare const QCombobox: {
638
638
  readonly loading?: boolean | undefined;
639
639
  readonly size?: import('../QButton/types').QButtonSize | undefined;
640
640
  readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
641
- readonly active?: boolean | undefined;
642
641
  readonly pill?: boolean | undefined;
643
642
  readonly onClick?: ((event: Event) => any) | undefined;
644
643
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -712,8 +711,8 @@ declare const QCombobox: {
712
711
  readonly itemLabel?: string | undefined;
713
712
  readonly disabled?: boolean | undefined;
714
713
  readonly selectable?: boolean | undefined;
715
- readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
716
714
  readonly onClick?: ((key: any) => any) | undefined;
715
+ readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
717
716
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
718
717
  $attrs: {
719
718
  [x: string]: unknown;
@@ -735,8 +734,8 @@ declare const QCombobox: {
735
734
  readonly disabled?: boolean | undefined;
736
735
  readonly description?: string | undefined;
737
736
  readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
738
- readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
739
737
  readonly onClick?: (() => any) | undefined;
738
+ readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
740
739
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
741
740
  $attrs: {
742
741
  [x: string]: unknown;
@@ -750,13 +749,13 @@ declare const QCombobox: {
750
749
  $root: import('vue').ComponentPublicInstance | null;
751
750
  $parent: import('vue').ComponentPublicInstance | null;
752
751
  $host: Element | null;
753
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
752
+ $emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
754
753
  $el: HTMLLIElement;
755
754
  $options: import('vue').ComponentOptionsBase<Readonly<{
756
755
  modelValue?: boolean;
757
756
  } & import('..').QListItemProps> & Readonly<{
758
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
759
757
  onClick?: (() => any) | undefined;
758
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
760
759
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
761
760
  "update:modelValue": (value: boolean) => any;
762
761
  } & {
@@ -788,8 +787,8 @@ declare const QCombobox: {
788
787
  }> & Omit<Readonly<{
789
788
  modelValue?: boolean;
790
789
  } & import('..').QListItemProps> & Readonly<{
791
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
792
790
  onClick?: (() => any) | undefined;
791
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
793
792
  }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
794
793
  $slots: {
795
794
  prepend?(_: {}): any;
@@ -804,7 +803,7 @@ declare const QCombobox: {
804
803
  $root: import('vue').ComponentPublicInstance | null;
805
804
  $parent: import('vue').ComponentPublicInstance | null;
806
805
  $host: Element | null;
807
- $emit: ((event: "update:modelValue", value: any) => void) & ((event: "click", key: any) => void);
806
+ $emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
808
807
  $el: any;
809
808
  $options: import('vue').ComponentOptionsBase<Readonly<{
810
809
  modelValue?: any;
@@ -817,8 +816,8 @@ declare const QCombobox: {
817
816
  disabled?: boolean;
818
817
  selectable?: boolean;
819
818
  }> & Readonly<{
820
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
821
819
  onClick?: ((key: any) => any) | undefined;
820
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
822
821
  }>, {
823
822
  getItem: (idx: number) => HTMLElement | undefined;
824
823
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -867,8 +866,8 @@ declare const QCombobox: {
867
866
  disabled?: boolean;
868
867
  selectable?: boolean;
869
868
  }> & Readonly<{
870
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
871
869
  onClick?: ((key: any) => any) | undefined;
870
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
872
871
  }>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
873
872
  getItem: (idx: number) => HTMLElement | undefined;
874
873
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}