@quidgest/ui 0.16.51 → 0.16.52

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.
package/dist/ui.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Quidgest UI v0.16.51
2
+ * Quidgest UI v0.16.52
3
3
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
4
4
  * Released under the MIT License.
5
5
  */
@@ -320,6 +320,7 @@ declare function __VLS_template(): {
320
320
  readonly items?: import('..').Item[] | undefined;
321
321
  readonly groups?: import('..').Group[] | undefined;
322
322
  readonly selectable?: boolean | undefined;
323
+ readonly selectOnTab?: boolean | undefined;
323
324
  readonly multiple?: boolean | undefined;
324
325
  readonly disabled?: boolean | undefined;
325
326
  readonly required?: boolean | undefined;
@@ -346,6 +347,7 @@ declare function __VLS_template(): {
346
347
  readonly icon?: import('..').Icon | undefined;
347
348
  readonly description?: string | undefined;
348
349
  readonly selectable?: boolean | undefined;
350
+ readonly selectOnTab?: boolean | undefined;
349
351
  readonly highlighted?: boolean | undefined;
350
352
  readonly disabled?: boolean | undefined;
351
353
  readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
@@ -377,6 +379,7 @@ declare function __VLS_template(): {
377
379
  click: () => any;
378
380
  }, string, {
379
381
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
382
+ selectOnTab: boolean;
380
383
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
381
384
  beforeCreate?: (() => void) | (() => void)[];
382
385
  created?: (() => void) | (() => void)[];
@@ -399,12 +402,13 @@ declare function __VLS_template(): {
399
402
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
400
403
  } & Readonly<{
401
404
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
405
+ selectOnTab: boolean;
402
406
  }> & Omit<Readonly<{
403
407
  modelValue?: boolean;
404
408
  } & import('..').QListItemProps> & Readonly<{
405
409
  onClick?: (() => any) | undefined;
406
410
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
407
- }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
411
+ }>, "icons" | "selectOnTab"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
408
412
  $slots: {
409
413
  prepend?(_: {}): any;
410
414
  default?(_: {}): any;
@@ -435,6 +439,7 @@ declare function __VLS_template(): {
435
439
  "update:modelValue": (val: any) => any;
436
440
  "mouseenter:item": (key: any) => any;
437
441
  }, string, {
442
+ selectOnTab: boolean;
438
443
  groups: import('..').Group[];
439
444
  itemValue: string;
440
445
  itemLabel: string;
@@ -459,6 +464,7 @@ declare function __VLS_template(): {
459
464
  $nextTick: typeof nextTick;
460
465
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
461
466
  } & Readonly<{
467
+ selectOnTab: boolean;
462
468
  groups: import('..').Group[];
463
469
  itemValue: string;
464
470
  itemLabel: string;
@@ -466,7 +472,7 @@ declare function __VLS_template(): {
466
472
  onClick?: ((key: any) => any) | undefined;
467
473
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
468
474
  "onMouseenter:item"?: ((key: any) => any) | undefined;
469
- }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
475
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("selectOnTab" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
470
476
  getItem: (idx: number) => HTMLElement | undefined;
471
477
  getActiveItemIndex: () => number;
472
478
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1203,6 +1209,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1203
1209
  readonly items?: import('..').Item[] | undefined;
1204
1210
  readonly groups?: import('..').Group[] | undefined;
1205
1211
  readonly selectable?: boolean | undefined;
1212
+ readonly selectOnTab?: boolean | undefined;
1206
1213
  readonly multiple?: boolean | undefined;
1207
1214
  readonly disabled?: boolean | undefined;
1208
1215
  readonly required?: boolean | undefined;
@@ -1229,6 +1236,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1229
1236
  readonly icon?: import('..').Icon | undefined;
1230
1237
  readonly description?: string | undefined;
1231
1238
  readonly selectable?: boolean | undefined;
1239
+ readonly selectOnTab?: boolean | undefined;
1232
1240
  readonly highlighted?: boolean | undefined;
1233
1241
  readonly disabled?: boolean | undefined;
1234
1242
  readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
@@ -1260,6 +1268,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1260
1268
  click: () => any;
1261
1269
  }, string, {
1262
1270
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
1271
+ selectOnTab: boolean;
1263
1272
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1264
1273
  beforeCreate?: (() => void) | (() => void)[];
1265
1274
  created?: (() => void) | (() => void)[];
@@ -1282,12 +1291,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1282
1291
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1283
1292
  } & Readonly<{
1284
1293
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
1294
+ selectOnTab: boolean;
1285
1295
  }> & Omit<Readonly<{
1286
1296
  modelValue?: boolean;
1287
1297
  } & import('..').QListItemProps> & Readonly<{
1288
1298
  onClick?: (() => any) | undefined;
1289
1299
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1290
- }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
1300
+ }>, "icons" | "selectOnTab"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
1291
1301
  $slots: {
1292
1302
  prepend?(_: {}): any;
1293
1303
  default?(_: {}): any;
@@ -1318,6 +1328,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1318
1328
  "update:modelValue": (val: any) => any;
1319
1329
  "mouseenter:item": (key: any) => any;
1320
1330
  }, string, {
1331
+ selectOnTab: boolean;
1321
1332
  groups: import('..').Group[];
1322
1333
  itemValue: string;
1323
1334
  itemLabel: string;
@@ -1342,6 +1353,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1342
1353
  $nextTick: typeof nextTick;
1343
1354
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1344
1355
  } & Readonly<{
1356
+ selectOnTab: boolean;
1345
1357
  groups: import('..').Group[];
1346
1358
  itemValue: string;
1347
1359
  itemLabel: string;
@@ -1349,7 +1361,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1349
1361
  onClick?: ((key: any) => any) | undefined;
1350
1362
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
1351
1363
  "onMouseenter:item"?: ((key: any) => any) | undefined;
1352
- }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
1364
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("selectOnTab" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
1353
1365
  getItem: (idx: number) => HTMLElement | undefined;
1354
1366
  getActiveItemIndex: () => number;
1355
1367
  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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"}
@@ -729,6 +729,7 @@ declare const QCombobox: {
729
729
  readonly items?: import('..').Item[] | undefined;
730
730
  readonly groups?: import('..').Group[] | undefined;
731
731
  readonly selectable?: boolean | undefined;
732
+ readonly selectOnTab?: boolean | undefined;
732
733
  readonly multiple?: boolean | undefined;
733
734
  readonly disabled?: boolean | undefined;
734
735
  readonly required?: boolean | undefined;
@@ -755,6 +756,7 @@ declare const QCombobox: {
755
756
  readonly icon?: import('..').Icon | undefined;
756
757
  readonly description?: string | undefined;
757
758
  readonly selectable?: boolean | undefined;
759
+ readonly selectOnTab?: boolean | undefined;
758
760
  readonly highlighted?: boolean | undefined;
759
761
  readonly disabled?: boolean | undefined;
760
762
  readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
@@ -786,6 +788,7 @@ declare const QCombobox: {
786
788
  click: () => any;
787
789
  }, string, {
788
790
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
791
+ selectOnTab: boolean;
789
792
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
790
793
  beforeCreate?: (() => void) | (() => void)[];
791
794
  created?: (() => void) | (() => void)[];
@@ -808,12 +811,13 @@ declare const QCombobox: {
808
811
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
809
812
  } & Readonly<{
810
813
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
814
+ selectOnTab: boolean;
811
815
  }> & Omit<Readonly<{
812
816
  modelValue?: boolean;
813
817
  } & import('..').QListItemProps> & Readonly<{
814
818
  onClick?: (() => any) | undefined;
815
819
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
816
- }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
820
+ }>, "icons" | "selectOnTab"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
817
821
  $slots: {
818
822
  prepend?(_: {}): any;
819
823
  default?(_: {}): any;
@@ -844,6 +848,7 @@ declare const QCombobox: {
844
848
  "update:modelValue": (val: any) => any;
845
849
  "mouseenter:item": (key: any) => any;
846
850
  }, string, {
851
+ selectOnTab: boolean;
847
852
  groups: import('..').Group[];
848
853
  itemValue: string;
849
854
  itemLabel: string;
@@ -868,6 +873,7 @@ declare const QCombobox: {
868
873
  $nextTick: typeof import('vue').nextTick;
869
874
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
870
875
  } & Readonly<{
876
+ selectOnTab: boolean;
871
877
  groups: import('..').Group[];
872
878
  itemValue: string;
873
879
  itemLabel: string;
@@ -875,7 +881,7 @@ declare const QCombobox: {
875
881
  onClick?: ((key: any) => any) | undefined;
876
882
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
877
883
  "onMouseenter:item"?: ((key: any) => any) | undefined;
878
- }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
884
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("selectOnTab" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
879
885
  getItem: (idx: number) => HTMLElement | undefined;
880
886
  getActiveItemIndex: () => number;
881
887
  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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"}
@@ -1 +1 @@
1
- {"version":3,"file":"QDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenu.vue"],"names":[],"mappings":"AAuBA;AA6DC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AA6BvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAbrB,GAAG;wBACJ,GAAG;;;YACL,GAAG;;;YACO,GAAG;;;;EAetC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"QDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenu.vue"],"names":[],"mappings":"AAyBA;AAqFC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAKjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAgDvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAgFT,OAAO,IAA6B;;yBAbrB,GAAG;wBACH,GAAG;;;YACL,GAAG;;;YACM,GAAG;;;;EAetC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,6 @@
1
- import { defineComponent as u, mergeModels as p, useModel as c, createBlock as f, openBlock as V, mergeProps as g, withCtx as t, renderSlot as l } from "vue";
2
- import $ from "./QDropdownMenuContent.vue.js";
3
- const v = /* @__PURE__ */ u({
1
+ import { defineComponent as V, mergeModels as p, useModel as g, createBlock as v, openBlock as $, mergeProps as y, withCtx as n, renderSlot as l, nextTick as M } from "vue";
2
+ import k from "./QDropdownMenuContent.vue.js";
3
+ const h = /* @__PURE__ */ V({
4
4
  inheritAttrs: !1,
5
5
  __name: "QDropdownMenu",
6
6
  props: /* @__PURE__ */ p({
@@ -24,27 +24,36 @@ const v = /* @__PURE__ */ u({
24
24
  modelModifiers: {}
25
25
  }),
26
26
  emits: /* @__PURE__ */ p(["select"], ["update:modelValue"]),
27
- setup(n, { emit: i }) {
28
- const m = n, r = i, a = c(n, "modelValue");
29
- function d(e) {
30
- r("select", e);
27
+ setup(a, { emit: m }) {
28
+ const r = a, d = m, s = g(a, "modelValue");
29
+ let o;
30
+ function u(e) {
31
+ d("select", e);
31
32
  }
32
- return (e, s) => (V(), f($, g(m, {
33
- modelValue: a.value,
34
- "onUpdate:modelValue": s[0] || (s[0] = (o) => a.value = o),
35
- onSelect: d
33
+ function c() {
34
+ o = document.activeElement;
35
+ }
36
+ async function f() {
37
+ await M(), o == null || o.focus();
38
+ }
39
+ return (e, i) => ($(), v(k, y(r, {
40
+ modelValue: s.value,
41
+ "onUpdate:modelValue": i[0] || (i[0] = (t) => s.value = t),
42
+ onSelect: u,
43
+ onOpen: c,
44
+ onFocusPrevious: f
36
45
  }), {
37
- prepend: t(() => [
46
+ prepend: n(() => [
38
47
  l(e.$slots, "prepend")
39
48
  ]),
40
- append: t(() => [
49
+ append: n(() => [
41
50
  l(e.$slots, "append")
42
51
  ]),
43
- item: t(({ item: o }) => [
44
- l(e.$slots, "item", { item: o })
52
+ item: n(({ item: t }) => [
53
+ l(e.$slots, "item", { item: t })
45
54
  ]),
46
- "item.append": t(({ item: o }) => [
47
- l(e.$slots, "item.append", { item: o })
55
+ "item.append": n(({ item: t }) => [
56
+ l(e.$slots, "item.append", { item: t })
48
57
  ]),
49
58
  _: 3
50
59
  /* FORWARDED */
@@ -52,5 +61,5 @@ const v = /* @__PURE__ */ u({
52
61
  }
53
62
  });
54
63
  export {
55
- v as default
64
+ h as default
56
65
  };
@@ -40,6 +40,7 @@ declare function __VLS_template(): {
40
40
  readonly items?: Item[] | undefined;
41
41
  readonly groups?: import('..').Group[] | undefined;
42
42
  readonly selectable?: boolean | undefined;
43
+ readonly selectOnTab?: boolean | undefined;
43
44
  readonly multiple?: boolean | undefined;
44
45
  readonly disabled?: boolean | undefined;
45
46
  readonly required?: boolean | undefined;
@@ -66,6 +67,7 @@ declare function __VLS_template(): {
66
67
  readonly icon?: import('..').Icon | undefined;
67
68
  readonly description?: string | undefined;
68
69
  readonly selectable?: boolean | undefined;
70
+ readonly selectOnTab?: boolean | undefined;
69
71
  readonly highlighted?: boolean | undefined;
70
72
  readonly disabled?: boolean | undefined;
71
73
  readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
@@ -97,6 +99,7 @@ declare function __VLS_template(): {
97
99
  click: () => any;
98
100
  }, string, {
99
101
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
102
+ selectOnTab: boolean;
100
103
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
101
104
  beforeCreate?: (() => void) | (() => void)[];
102
105
  created?: (() => void) | (() => void)[];
@@ -119,12 +122,13 @@ declare function __VLS_template(): {
119
122
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
120
123
  } & Readonly<{
121
124
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
125
+ selectOnTab: boolean;
122
126
  }> & Omit<Readonly<{
123
127
  modelValue?: boolean;
124
128
  } & import('..').QListItemProps> & Readonly<{
125
129
  onClick?: (() => any) | undefined;
126
130
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
127
- }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
131
+ }>, "icons" | "selectOnTab"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
128
132
  $slots: {
129
133
  prepend?(_: {}): any;
130
134
  default?(_: {}): any;
@@ -155,6 +159,7 @@ declare function __VLS_template(): {
155
159
  "update:modelValue": (val: any) => any;
156
160
  "mouseenter:item": (key: any) => any;
157
161
  }, string, {
162
+ selectOnTab: boolean;
158
163
  groups: import('..').Group[];
159
164
  itemValue: string;
160
165
  itemLabel: string;
@@ -179,6 +184,7 @@ declare function __VLS_template(): {
179
184
  $nextTick: typeof nextTick;
180
185
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
181
186
  } & Readonly<{
187
+ selectOnTab: boolean;
182
188
  groups: import('..').Group[];
183
189
  itemValue: string;
184
190
  itemLabel: string;
@@ -186,7 +192,7 @@ declare function __VLS_template(): {
186
192
  onClick?: ((key: any) => any) | undefined;
187
193
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
188
194
  "onMouseenter:item"?: ((key: any) => any) | undefined;
189
- }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
195
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("selectOnTab" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
190
196
  getItem: (idx: number) => HTMLElement | undefined;
191
197
  getActiveItemIndex: () => number;
192
198
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -215,11 +221,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
215
221
  } & {
216
222
  select: (item: any) => any;
217
223
  hide: () => any;
224
+ open: () => any;
218
225
  "focus-previous": () => any;
219
226
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
220
227
  onSelect?: ((item: any) => any) | undefined;
221
228
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
222
229
  onHide?: (() => any) | undefined;
230
+ onOpen?: (() => any) | undefined;
223
231
  "onFocus-previous"?: (() => any) | undefined;
224
232
  "onUpdate:highlighted"?: ((value: any) => any) | undefined;
225
233
  }>, {
@@ -247,6 +255,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
247
255
  readonly items?: Item[] | undefined;
248
256
  readonly groups?: import('..').Group[] | undefined;
249
257
  readonly selectable?: boolean | undefined;
258
+ readonly selectOnTab?: boolean | undefined;
250
259
  readonly multiple?: boolean | undefined;
251
260
  readonly disabled?: boolean | undefined;
252
261
  readonly required?: boolean | undefined;
@@ -273,6 +282,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
273
282
  readonly icon?: import('..').Icon | undefined;
274
283
  readonly description?: string | undefined;
275
284
  readonly selectable?: boolean | undefined;
285
+ readonly selectOnTab?: boolean | undefined;
276
286
  readonly highlighted?: boolean | undefined;
277
287
  readonly disabled?: boolean | undefined;
278
288
  readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
@@ -304,6 +314,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
304
314
  click: () => any;
305
315
  }, string, {
306
316
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
317
+ selectOnTab: boolean;
307
318
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
308
319
  beforeCreate?: (() => void) | (() => void)[];
309
320
  created?: (() => void) | (() => void)[];
@@ -326,12 +337,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
326
337
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
327
338
  } & Readonly<{
328
339
  icons: typeof import('../QList/constants').DEFAULT_ICONS;
340
+ selectOnTab: boolean;
329
341
  }> & Omit<Readonly<{
330
342
  modelValue?: boolean;
331
343
  } & import('..').QListItemProps> & Readonly<{
332
344
  onClick?: (() => any) | undefined;
333
345
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
334
- }>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
346
+ }>, "icons" | "selectOnTab"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
335
347
  $slots: {
336
348
  prepend?(_: {}): any;
337
349
  default?(_: {}): any;
@@ -362,6 +374,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
362
374
  "update:modelValue": (val: any) => any;
363
375
  "mouseenter:item": (key: any) => any;
364
376
  }, string, {
377
+ selectOnTab: boolean;
365
378
  groups: import('..').Group[];
366
379
  itemValue: string;
367
380
  itemLabel: string;
@@ -386,6 +399,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
386
399
  $nextTick: typeof nextTick;
387
400
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
388
401
  } & Readonly<{
402
+ selectOnTab: boolean;
389
403
  groups: import('..').Group[];
390
404
  itemValue: string;
391
405
  itemLabel: string;
@@ -393,7 +407,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
393
407
  onClick?: ((key: any) => any) | undefined;
394
408
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
395
409
  "onMouseenter:item"?: ((key: any) => any) | undefined;
396
- }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
410
+ }>, "getItem" | "getActiveItemIndex" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("selectOnTab" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
397
411
  getItem: (idx: number) => HTMLElement | undefined;
398
412
  getActiveItemIndex: () => number;
399
413
  getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
@@ -1 +1 @@
1
- {"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAoFA;AAgSC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAwM9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAmNT,OAAO,IAA6B;;mBA3YrC,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;mBAH/B,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAuco+F,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1DroG;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+B2/F,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBpoG,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":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAqFA;AA0SC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAiN9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAqNT,OAAO,IAA6B;;mBArZrC,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;mBAH/B,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAidsrF,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1Dv1F;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+B6sF,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBt1F,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"}